Skip to content

Commit

Permalink
Merge pull request #1815 from natura-cosmeticos/DSY-4340
Browse files Browse the repository at this point in the history
Dsy 4340 - update themes
  • Loading branch information
vagnerbarbosant authored Mar 19, 2024
2 parents c5e01d9 + 944b7ec commit 0edf7fd
Show file tree
Hide file tree
Showing 43 changed files with 1,236 additions and 1,044 deletions.
1 change: 1 addition & 0 deletions packages/react/.storybook/globalTypes/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const globalTypes = {
{ value: 'theBodyShop', title: 'The Body Shop' },
{ value: 'consultoriaDeBeleza', title: 'Consultoria de Beleza' },
{ value: 'natura_v2', title: 'Natura V2' },
{ value: 'natura_v3', title: 'Natura V3' },
{ value: 'casaEestilo', title: 'Casa & Estilo' },
{ value: 'avon_v2', title: 'Avon V2' },
],
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@naturacosmeticos/natds-react",
"displayName": "NatDS-React",
"description": "A collection of components from Natura Design System for React",
"version": "2.58.0",
"version": "2.58.1-alpha.DSY-4340.1.0",
"private": false,
"keywords": [
"design-system",
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"@naturacosmeticos/natds-icons": "1.20.1",
"@naturacosmeticos/natds-themes": "0.68.8",
"@naturacosmeticos/natds-themes": "0.71.0",
"react-jss": "10.9.0"
},
"devDependencies": {
Expand Down
7 changes: 1 addition & 6 deletions packages/react/src/Templates/ColorView/ColorView.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,7 @@ export default {
title: 'Templates/ColorView'
}

const keysToRemove = ['neutral50',
'neutral100', 'neutral200',
'neutral300', 'neutral400',
'neutral500', 'neutral600',
'neutral700', 'neutral800',
'neutral900'
const keysToRemove = [
]
function removeKeys(obj: Color) {
for (const key of keysToRemove) {
Expand Down
Loading

0 comments on commit 0edf7fd

Please sign in to comment.