From 2d16ae8558bc1aa18da3926a0344647998c4825c Mon Sep 17 00:00:00 2001 From: vagnerbarbosant Date: Tue, 26 Sep 2023 16:35:30 -0300 Subject: [PATCH] feat(natds-react): add brand to doc button affects: @naturacosmeticos/natds-react DSY-3753 --- .../src/components/Button/Button.stories.tsx | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/packages/react/src/components/Button/Button.stories.tsx b/packages/react/src/components/Button/Button.stories.tsx index dd6b065a2..be4fc868b 100644 --- a/packages/react/src/components/Button/Button.stories.tsx +++ b/packages/react/src/components/Button/Button.stories.tsx @@ -8,14 +8,15 @@ const componentStatus = ` > Buttons allow users to take actions, and make choices, with a single tap. ## Properties -| Property | Values | Status | -|--- | ---| ---| -| **variant** | contained, outlined, text | ✅ Available | -| **textTranform** | uppercase, lowercase, capitalize | ✅ Available | -| **size** | semi, semiX, medium | ✅ Available | -| **iconName** | 'icon_name' | ✅ Available | -| **disabled** | true, false | ✅ Available | -| **fullWidth** | true, false | ✅ Available | +| Property | Values | Status | +|--- | ---| ---| +| **variant** | contained, outlined, text | ✅ Available | +| **textTranform** | uppercase, lowercase, capitalize | ✅ Available | +| **size** | semi, semiX, medium | ✅ Available | +| **iconName** | 'icon_name' | ✅ Available | +| **disabled** | true, false | ✅ Available | +| **fullWidth** | true, false | ✅ Available | +| **brand** | aesop, avon, avon_v2, natura
consultoriaDeBeleza, natura_v2, casaEestilo | ✅ Available | ## Technical Usages Examples `