Skip to content

Commit

Permalink
Merge pull request #301 from natura-cosmeticos/DSY-4131
Browse files Browse the repository at this point in the history
feat(natds-rn): update icons 1.20.1
  • Loading branch information
vagnerbarbosant authored Dec 8, 2023
2 parents 1fa086d + aa503b5 commit 80dfd8c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 28 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@
"generate": "yarn plop --plopfile ./generators/plopfile.js"
},
"dependencies": {
"@naturacosmeticos/natds-icons": "^1.18.8",
"@naturacosmeticos/natds-themes": "^0.68.6",
"@naturacosmeticos/natds-icons": "^1.20.1",
"@naturacosmeticos/natds-themes": "^0.68.7",
"react-native-gesture-handler": "^1.10.3",
"react-native-svg": "^12.1.1"
},
Expand Down
17 changes: 1 addition & 16 deletions src/components/ColorView/ColorView.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,7 @@ import ColorView from './ColorView'
import { buildTheme } from '../../common/themeSelectors'

const description = () => `
> Colors are used to identify a user.
## Properties
| Property | Values | Status |
|--- | ---| ---|
| **size** | standard, medium, semiX, tiny, small, semi, large, largeXXX, huge | ✅ Available |
| **accessibilityLabel** | string | ✅ Available |
| **accessibilityHint** | string | ✅ Available |
| **type** | image, icon, letter, anonymous | ✅ Available |
| **imgSource** | string, uri: string (available only in image type) | ✅ Available |
| **text** | string, (available only in letter type) | ✅ Available |
| **iconName** | icon-name, (available only in icon type) | ✅ Available |
| **brand** | avon, avon_v2, natura, natura_v2, theBodyShop, <br /> consultoriaDeBeleza, casaEestilo | ✅ Available |
## Technical Usages Examples
> Colors from theme.
`

export default {
Expand Down
2 changes: 1 addition & 1 deletion storybook-web/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const buildTheme = (theme, mode) => create({
barTextColor: theme.color.highEmphasis,

// Brand
brandTitle: 'Natura Design System',
brandTitle: '[Gaya] Natura Design System',
});

export const dark = buildTheme(themes.natura.dark, 'dark');
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2081,15 +2081,15 @@
eslint-plugin-react "^7.22.0"
eslint-plugin-react-hooks "^4.2.0"

"@naturacosmeticos/natds-icons@^1.18.8":
version "1.18.8"
resolved "https://registry.yarnpkg.com/@naturacosmeticos/natds-icons/-/natds-icons-1.18.8.tgz#4482ae046379b7f3a3f684c574ea0d8f790a7b78"
integrity sha512-A/do9WTntEoAPtmYZx8EEjCR+WSPghGXRiD0zKiBsB9ep+sfwoiZ58LOSpTHK4lhbZFSv3Umr3DUu5j5dk6bRw==

"@naturacosmeticos/natds-themes@^0.68.6":
version "0.68.6"
resolved "https://registry.yarnpkg.com/@naturacosmeticos/natds-themes/-/natds-themes-0.68.6.tgz#d319b15a76776d4eff61438735299979a0e9667c"
integrity sha512-LDw/p2tQCwJdDw6G4qo0yN7ET7y1FA1AnrTGQElwT9C1Lzl681bjCdr9z5TRz0GEVId0eEGaNY99lMIDIiwN0Q==
"@naturacosmeticos/natds-icons@^1.20.1":
version "1.20.1"
resolved "https://registry.yarnpkg.com/@naturacosmeticos/natds-icons/-/natds-icons-1.20.1.tgz#478e01c01c33f2d5825b3e71dd7f01fa576671fb"
integrity sha512-hmdXCxeKjG9fqdHF1Z/jVFR8PDwj8Qyovwf0V7h0W3gbgw+37NrACzNV/UcHRLtpTpLlQxmS8Nv10ciySSCIxA==

"@naturacosmeticos/natds-themes@^0.68.7":
version "0.68.7"
resolved "https://registry.yarnpkg.com/@naturacosmeticos/natds-themes/-/natds-themes-0.68.7.tgz#9dc80ee34e2bbd1366feed75c5bb76bf446d1dfd"
integrity sha512-K4GgpqONG0tmIpSG/CRZEUgMWnrDCZ3LO1cI9dFIb/Z4ZPeaiOx+VOuc/tFz9fOMuQ/yG7tFwBJhxS7kleb2Aw==
dependencies:
open-color "^1.8.0"
svg2vectordrawable "2.6.26"
Expand Down

0 comments on commit 80dfd8c

Please sign in to comment.