Skip to content

Commit

Permalink
fix(natds-react): change stories GayaButton
Browse files Browse the repository at this point in the history
affects: @naturacosmeticos/natds-react
DSY-4717
  • Loading branch information
vagnerbarbosant committed Jun 3, 2024
1 parent c65fb41 commit df50bdf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions packages/react/src/components/GayaButton/GayaButton.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Recomendamos a migração para o GaYaButton o mais rápido possível para aprove
## Propriedades
| Figma props | React props | Valores | Status |
|--- |--- | ---| ---|
| **Variant** | **variant** | filled, outlined, ghost, tonal | ✅ Available |
| **Text Tranform** | **textTranform** | uppercase, lowercase, capitalize | ✅ Available |
| **Size** | **size** | semi, semiX, medium | ✅ Available |
| **Icon** | **iconName** | 'icon_name' | ✅ Available |
| **disabled** | **disabled** | true, false | ✅ Available |
| **Display** | **fullWidth ** | true, false | ✅ Available |
| **--** | **brand** | avon, avon_v2, natura, natura_v2, natura_v3, theBodyShop, <br /> consultoriaDeBeleza, casaEestilo | ✅ Available |
| **Colors** | **color** | primary, onPrimary, secondary, onSecondary, neutral, inverse | ✅ Available |
| **Variant** | **variant** | filled, outlined, ghost, tonal | ✅ Disponível |
| **Text Tranform** | **textTranform** | uppercase, lowercase, capitalize | ✅ Disponível |
| **Size** | **size** | semi, semiX, medium | ✅ Disponível |
| **Icon** | **iconName** | 'icon_name' | ✅ Disponível |
| **disabled** | **disabled** | true, false | ✅ Disponível |
| **Display** | **fullWidth ** | true, false | ✅ Disponível |
| **--** | **brand** | avon, avon_v2, natura, natura_v2, natura_v3, theBodyShop, <br /> consultoriaDeBeleza, casaEestilo | ✅ Disponível |
| **Color** | **color** | primary, onPrimary, secondary, onSecondary, neutral, inverse | ✅ Disponível |
## Exemplos de usos
`
Expand Down

0 comments on commit df50bdf

Please sign in to comment.