Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dsy 4717 added GayaButton #1834

Merged
merged 26 commits into from
Jun 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
0d43384
feat(natds-react): update lib themes to 0.74.0
vagnerbarbosant May 9, 2024
5fe211d
feat(natds-react): added buttonV2 GayaButton
vagnerbarbosant May 9, 2024
7c48e16
test(natds-react): added test GayaButton nd update snapshot
vagnerbarbosant May 9, 2024
9909283
fix(natds-react): remove unused function
vagnerbarbosant May 9, 2024
4e40350
chore(release): bump natds-js packages via lerna [skip-ci]
Design-System-Natura May 9, 2024
d3438d8
feat(natds-react): update doc
vagnerbarbosant May 9, 2024
9a776f7
feat(natds-react): update stories GayaButton
vagnerbarbosant May 9, 2024
f446302
feat(natds-react): update stories gayaButton FullWidth
vagnerbarbosant May 9, 2024
775f503
feat(natds-react): added tokens textTransForm and paddingX
vagnerbarbosant May 10, 2024
dcd8c14
test(natds-react): update snapshot
vagnerbarbosant May 10, 2024
913247f
chore(release): bump natds-js packages via lerna [skip-ci]
Design-System-Natura May 10, 2024
fad26e3
feat(natds-react): added class gayaButton
vagnerbarbosant May 10, 2024
711ba1b
test(natds-react): update snapshot GayaButton
vagnerbarbosant May 10, 2024
d75ac4e
chore(release): bump natds-js packages via lerna [skip-ci]
Design-System-Natura May 10, 2024
2ba5c4f
feat(natds-react): added Accessibility props/Guide
vagnerbarbosant May 10, 2024
2027f04
test(natds-react): update snapshots
vagnerbarbosant May 10, 2024
5063611
chore(release): bump natds-js packages via lerna [skip-ci]
Design-System-Natura May 10, 2024
964c9ac
fix(natds-react): paddingX for all sizes and ariaDisabled
vagnerbarbosant May 23, 2024
d378da8
chore(release): bump natds-js packages via lerna [skip-ci]
Design-System-Natura May 23, 2024
14cba6f
refactor(natds-react): refactor text accessibility
vagnerbarbosant May 23, 2024
ae3cbba
feat(natds-react): update theme lib
vagnerbarbosant May 23, 2024
4f7b9a5
refactor(natds-react): refactor doc gayabutton
vagnerbarbosant May 24, 2024
c65fb41
feat(natds-react): update icons
vagnerbarbosant Jun 3, 2024
df50bdf
fix(natds-react): change stories GayaButton
vagnerbarbosant Jun 3, 2024
b6e2a7d
chore(release): bump natds-js packages via lerna [skip-ci]
Design-System-Natura Jun 3, 2024
e01f81c
feat(natds-react): change variant to hierarchy
vagnerbarbosant Jun 7, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.24.1/dist/natds-icons.css" />
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@naturacosmeticos/natds-icons@1.25.1/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
8 changes: 8 additions & 0 deletions packages/react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

### Features

* **natds-icons:** add icon filled-finance-bag
* **natds-icons:** add icon filled-finance-bagcheck
* **natds-icons:** add icon filled-product-nailpolish
* **natds-icons:** add icon outlined-finance-bagcheck
* **natds-icons:** add icon outlined-product-nailpolish

# [2.59.0](https://github.com/natura-cosmeticos/natds-js/compare/@naturacosmeticos/[email protected]...@naturacosmeticos/[email protected]) (2024-04-30)

### Features
Expand Down
6 changes: 3 additions & 3 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.59.0",
"version": "2.60.0-alpha.DSY-4717.18.0",
"private": false,
"keywords": [
"design-system",
Expand Down Expand Up @@ -57,8 +57,8 @@
"generate": "yarn plop --plopfile ./generators/plopfile.js"
},
"dependencies": {
"@naturacosmeticos/natds-icons": "1.24.1",
"@naturacosmeticos/natds-themes": "0.73.1",
"@naturacosmeticos/natds-icons": "1.25.1",
"@naturacosmeticos/natds-themes": "0.75.1",
"react-jss": "10.9.0"
},
"devDependencies": {
Expand Down
Loading
Loading