Skip to content

Commit

Permalink
Merge pull request #1834 from natura-cosmeticos/DSY-4717
Browse files Browse the repository at this point in the history
Dsy 4717 added GayaButton
  • Loading branch information
vagnerbarbosant authored Jun 7, 2024
2 parents d3588aa + e01f81c commit cc6b57f
Show file tree
Hide file tree
Showing 14 changed files with 2,746 additions and 14 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.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

0 comments on commit cc6b57f

Please sign in to comment.