@nimbus-ds/icon-button 4.1.1-rc.2 → 4.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -2
- package/package.json +3 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
Icons are used to visually communicate core parts of the product and available actions. They can act as wayfinding tools to help merchants more easily understand where they are in the product, and common interaction patterns that are available.
|
|
4
4
|
|
|
5
|
-
## 2023-
|
|
5
|
+
## 2023-12-22 `4.1.1`
|
|
6
6
|
|
|
7
|
-
- Update component with new color tokens from `@nimbus-ds/tokens` package. ([#
|
|
7
|
+
- Update component with new color tokens from `@nimbus-ds/tokens` package. ([#215](https://github.com/TiendaNube/nimbus-design-system/pull/215) by [@juanchigallego](https://github.com/juanchigallego))
|
|
8
8
|
|
|
9
9
|
## 2023-04-13 `4.1.0`
|
|
10
10
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nimbus-ds/icon-button",
|
|
3
|
-
"version": "4.1.1
|
|
3
|
+
"version": "4.1.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -30,8 +30,7 @@
|
|
|
30
30
|
"url": "https://github.com/TiendaNube/nimbus-design-system/issues"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
|
-
"@nimbus-ds/icons": "^1.5.0
|
|
33
|
+
"@nimbus-ds/icons": "^1.5.0",
|
|
34
34
|
"@nimbus-ds/webpack": "^1.4.0"
|
|
35
|
-
}
|
|
36
|
-
"stableVersion": "4.1.0"
|
|
35
|
+
}
|
|
37
36
|
}
|