Skip to content

Commit

Permalink
feat(natds-react): update lib Icons and themes
Browse files Browse the repository at this point in the history
affects: @naturacosmeticos/natds-react
DSY-5165
  • Loading branch information
vagnerbarbosant committed Aug 14, 2024
1 parent 2657ee7 commit b43953a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 11 deletions.
2 changes: 1 addition & 1 deletion packages/react/.storybook/preview-head.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono&family=Roboto:wght@400;500&display=swap" rel="stylesheet" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@naturacosmeticos/natds-icons@1.25.2/dist/natds-icons.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@naturacosmeticos/natds-icons@1.26.5/dist/natds-icons.css" />

<link href="https://cdn.jsdelivr.net/npm/@naturacosmeticos/natds-themes@latest/dist/assets/aesop_fonts.css" rel="stylesheet" />
<link href="https://cdn.jsdelivr.net/npm/@naturacosmeticos/natds-themes@latest/dist/assets/avon_fonts.css" rel="stylesheet" />
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"generate": "yarn plop --plopfile ./generators/plopfile.js"
},
"dependencies": {
"@naturacosmeticos/natds-icons": "1.25.2",
"@naturacosmeticos/natds-themes": "0.79.0",
"@naturacosmeticos/natds-icons": "1.26.5",
"@naturacosmeticos/natds-themes": "0.80.0",
"react-jss": "10.9.0"
},
"devDependencies": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1169,6 +1169,7 @@ Object {
"neutral500": "#8c8c8c",
"neutral600": "#737373",
"neutral700": "#4e4e4e",
"neutral75": "#eeeeee",
"neutral800": "#363636",
"neutral900": "#111111",
"neutralDark": "#777777",
Expand Down
1 change: 1 addition & 0 deletions packages/react/src/components/Tab/Tab.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default {
}
} as Meta

// eslint-disable-next-line no-console
const onClick = () => console.log('Tab is clicked')

export const Playground: Story<TabProps> = (args) => (
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2693,10 +2693,10 @@
resolved "https://registry.yarnpkg.com/@naturacosmeticos/natds-icons/-/natds-icons-1.11.3.tgz#e7de13d8fde2c44f9c68e73de75f02906fefdfb8"
integrity sha512-NQVrs5aUaCc7eyrPRh5TlgRYZqT0SXDHq/VVcWUG/R7j9wzFFvCs/IbcAjeNJR4cVNDqq2ruAIl9ZnHanw5Qpw==

"@naturacosmeticos/natds-icons@1.25.2":
version "1.25.2"
resolved "https://registry.yarnpkg.com/@naturacosmeticos/natds-icons/-/natds-icons-1.25.2.tgz#a5584365441a8f90685c04441c5e8e8b1b72b7c4"
integrity sha512-6LvELI+ea1QLuRl+vIK1Wh/nS5nYkKZl5nbXqUvcuzwSBK2aHas0dgq+DmFH20oV3ddjjCI/3swlLJJJru2nVw==
"@naturacosmeticos/natds-icons@1.26.5":
version "1.26.5"
resolved "https://registry.yarnpkg.com/@naturacosmeticos/natds-icons/-/natds-icons-1.26.5.tgz#9c26c44fbcb6898ad6601138f02bc07a005d414d"
integrity sha512-N/7Nk9lcLFpK0rj8gC1XLGBdcbiugryRiq5z0hYiiVTem/1NdyquzBnxEOwuQfaciyFil2KcEkjfRt7XMWLHgA==

"@naturacosmeticos/[email protected]":
version "0.70.0"
Expand All @@ -2707,10 +2707,10 @@
svg2vectordrawable "2.6.26"
webp-converter "^2.3.3"

"@naturacosmeticos/natds-themes@0.79.0":
version "0.79.0"
resolved "https://registry.yarnpkg.com/@naturacosmeticos/natds-themes/-/natds-themes-0.79.0.tgz#23c0f262a7b57b028e6aa7f4c601d1162ac8db86"
integrity sha512-L141069M2QpyJoGdiHCUVl/gtiefsoC6AdgHFU+6aOu+BRvtd4MjaPRIavTDF59fd6p+GZg3zZx3tb+gb9WuWQ==
"@naturacosmeticos/natds-themes@0.80.0":
version "0.80.0"
resolved "https://registry.yarnpkg.com/@naturacosmeticos/natds-themes/-/natds-themes-0.80.0.tgz#65f8431d7fb13c5031dd5794bd8920aafbf467f7"
integrity sha512-caEII4XnjiMawVEQnQGj7a9vjldrG0tiQbktIFy8YF8NW7WBt3aQr9CHAnSroFGoILnRXvXLLvsA2zRUn8FzSg==
dependencies:
open-color "^1.8.0"
svg2vectordrawable "2.6.26"
Expand Down

0 comments on commit b43953a

Please sign in to comment.