Matheus P. Silva

Results 15 issues of Matheus P. Silva

**Descrição da melhoria:** Desenvolvimento do guia de estilo issueai **Necessidade da melhoria:** - Garantir usabilidade - Garantir acessibilidade - Fazer dogfooding até alcançar maturidade a fim de garantir consistência entre...

discussion

### Problem There's a global style on the page header that makes buttons larger in width. Although this is great for buttons containng text and icon+text, it makes the iconOnly...

bug
good first issue
dev

### Summary Allow skeleton to use width and height properties directly: ```jsx ``` Variables should work ```jsx ``` ### Rationale This props are often used to design skeletons

good first issue
dev

# Resizeable component Accessible resizable panel groups and layouts with keyboard support. [Benchmark](https://ui.shadcn.com/docs/components/resizable). ## Usage ```jsx ... ... ``` ## Implementation ```tsx // index.ts 'use client' export * from './resizable'...

proposal
dev wanted
dev

### Problem We have multiple files to manage the same theme: [tokens.css](https://github.com/vtex/shoreline/blob/main/packages/shoreline/src/themes/sunrise/tokens.css) and [preset.ts](https://github.com/vtex/shoreline/blob/main/packages/shoreline/src/themes/sunrise/preset.ts). The css file is the actual theme, preset is only used for the documentation site. The...

proposal
dev

### Summary Our documentation code examples are non-editable. We could use the [Stackblitz SDK](https://developer.stackblitz.com/platform/api/javascript-sdk) to create examples that can be edited by the users. ### Rationale _No response_

The package doesn't have sufficient setup documentation for our users. Check: https://github.com/vtex/shoreline/issues/1488.

documentation
dev

## Summary -

### Problem There are designs where the background is soft instead of base. This is not supported by the Page component by default. ### Solution Accept a variant on the...

proposal

## Summary Currently, shoreline use tree different sources for token information. The goal of the new token config is to unify the token definition. With a single file, we can...