Matheus P. Silva
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...
### 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...
### Summary Allow skeleton to use width and height properties directly: ```jsx ``` Variables should work ```jsx ``` ### Rationale This props are often used to design skeletons
# 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'...
### 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...
### 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.
## 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...
## 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...