diff --git a/packages/react/package.json b/packages/react/package.json index cd7c03c7a..0242e8f06 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -58,7 +58,7 @@ }, "dependencies": { "@naturacosmeticos/natds-icons": "1.27.5", - "@naturacosmeticos/natds-themes": "0.82.0", + "@naturacosmeticos/natds-themes": "0.82.1", "react-jss": "10.9.0" }, "devDependencies": { diff --git a/packages/react/src/components/GayaButton/GayaButton.stories.tsx b/packages/react/src/components/GayaButton/GayaButton.stories.tsx index b8b1422f8..fab0e1ebe 100644 --- a/packages/react/src/components/GayaButton/GayaButton.stories.tsx +++ b/packages/react/src/components/GayaButton/GayaButton.stories.tsx @@ -8,6 +8,8 @@ import { GayaButtonProps } from './GayaButton.props' import GayaButton from './GayaButton' import StoryContainer from '../../helpers/StoryContainer' +// theme version 0.82.1 + const componentStatus = ` > O GaYaButton faz parte da evolução contínua dos componentes do GaYa Design System. Lançado como um novo componente, o GaYaButton substitui o antigo Button, que permanecerá disponível para uso, mas não receberá mais atualizações ou suporte ativo. diff --git a/yarn.lock b/yarn.lock index 9234bc563..f4ef2ca5e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2707,10 +2707,10 @@ svg2vectordrawable "2.6.26" webp-converter "^2.3.3" -"@naturacosmeticos/natds-themes@0.82.0": - version "0.82.0" - resolved "https://registry.yarnpkg.com/@naturacosmeticos/natds-themes/-/natds-themes-0.82.0.tgz#9a5fe9a777c1606abf5bdba443e08da3ee5fc328" - integrity sha512-f4iruRFMURh1tZ86oc6nr7I33OvE510DTUPpT2g2D5SthBJu/idyuE+xBLo9swCYYC4/GjGR0EqQ7vC4LIvJSA== +"@naturacosmeticos/natds-themes@0.82.1": + version "0.82.1" + resolved "https://registry.yarnpkg.com/@naturacosmeticos/natds-themes/-/natds-themes-0.82.1.tgz#d451985c44cece007f4f465efe03b1c6fc70dc50" + integrity sha512-vI7dp6LMgI71hV7BXdjvCnLJPUiwANkhIZngbHw52ZrKp700qQTBIQlc8BFL4w2zd5kcUhE1j7puzgH+vbg2Gg== dependencies: open-color "^1.8.0" svg2vectordrawable "2.6.26"