@nimbus-ds/styles 3.2.0 → 4.0.0
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 +16 -0
- package/dist/index.css +610 -542
- package/dist/index.css.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.js.LICENSE.txt +70 -52
- package/dist/index.js.map +1 -1
- package/dist/packages/badge/badge.style.css.d.ts +2 -22
- package/dist/packages/badge/index.css +145 -123
- package/dist/packages/badge/index.css.map +1 -1
- package/dist/packages/badge/index.d.ts +2 -22
- package/dist/packages/badge/index.js +1 -1
- package/dist/packages/badge/index.js.LICENSE.txt +8 -14
- package/dist/packages/badge/index.js.map +1 -1
- package/dist/packages/button/button.style.css.d.ts +1 -0
- package/dist/packages/button/index.css +192 -0
- package/dist/packages/button/index.css.map +1 -0
- package/dist/packages/button/index.d.ts +3 -0
- package/dist/packages/button/index.js +3 -0
- package/dist/packages/button/index.js.LICENSE.txt +21 -0
- package/dist/packages/button/index.js.map +1 -0
- package/dist/packages/checkbox/index.css +266 -294
- package/dist/packages/checkbox/index.css.map +1 -1
- package/dist/packages/checkbox/index.js +1 -1
- package/dist/packages/checkbox/index.js.LICENSE.txt +12 -12
- package/dist/packages/checkbox/index.js.map +1 -1
- package/dist/packages/chip/index.css +115 -119
- package/dist/packages/chip/index.css.map +1 -1
- package/dist/packages/chip/index.js +1 -1
- package/dist/packages/chip/index.js.LICENSE.txt +6 -6
- package/dist/packages/chip/index.js.map +1 -1
- package/dist/packages/icon/icon.sprinkle.css.d.ts +0 -16
- package/dist/packages/icon/index.css +306 -346
- package/dist/packages/icon/index.css.map +1 -1
- package/dist/packages/icon/index.d.ts +0 -16
- package/dist/packages/icon/index.js +1 -1
- package/dist/packages/icon/index.js.LICENSE.txt +12 -12
- package/dist/packages/icon/index.js.map +1 -1
- package/dist/packages/iconButton/index.css +114 -118
- package/dist/packages/iconButton/index.css.map +1 -1
- package/dist/packages/iconButton/index.js +1 -1
- package/dist/packages/iconButton/index.js.LICENSE.txt +8 -8
- package/dist/packages/iconButton/index.js.map +1 -1
- package/dist/packages/label/index.css +106 -110
- package/dist/packages/label/index.css.map +1 -1
- package/dist/packages/label/index.js +1 -1
- package/dist/packages/label/index.js.LICENSE.txt +6 -6
- package/dist/packages/label/index.js.map +1 -1
- package/dist/packages/skeleton/index.css +103 -107
- package/dist/packages/skeleton/index.css.map +1 -1
- package/dist/packages/skeleton/index.js +1 -1
- package/dist/packages/skeleton/index.js.LICENSE.txt +6 -6
- package/dist/packages/skeleton/index.js.map +1 -1
- package/dist/packages/spinner/index.css +287 -312
- package/dist/packages/spinner/index.css.map +1 -1
- package/dist/packages/spinner/index.d.ts +4 -0
- package/dist/packages/spinner/index.js +1 -1
- package/dist/packages/spinner/index.js.LICENSE.txt +12 -12
- package/dist/packages/spinner/index.js.map +1 -1
- package/dist/packages/spinner/spinner.sprinkle.css.d.ts +4 -0
- package/dist/packages/tag/index.css +122 -126
- package/dist/packages/tag/index.css.map +1 -1
- package/dist/packages/tag/index.js +1 -1
- package/dist/packages/tag/index.js.LICENSE.txt +6 -6
- package/dist/packages/tag/index.js.map +1 -1
- package/dist/packages/text/index.css +314 -351
- package/dist/packages/text/index.css.map +1 -1
- package/dist/packages/text/index.d.ts +4 -16
- package/dist/packages/text/index.js +1 -1
- package/dist/packages/text/index.js.LICENSE.txt +14 -14
- package/dist/packages/text/index.js.map +1 -1
- package/dist/packages/text/text.sprinkle.css.d.ts +4 -16
- package/dist/packages/title/index.css +276 -304
- package/dist/packages/title/index.css.map +1 -1
- package/dist/packages/title/index.js +1 -1
- package/dist/packages/title/index.js.LICENSE.txt +12 -12
- package/dist/packages/title/index.js.map +1 -1
- package/dist/packages/toast/index.css +111 -115
- package/dist/packages/toast/index.css.map +1 -1
- package/dist/packages/toast/index.d.ts +1 -1
- package/dist/packages/toast/index.js +1 -1
- package/dist/packages/toast/index.js.LICENSE.txt +6 -6
- package/dist/packages/toast/index.js.map +1 -1
- package/dist/packages/toast/toast.style.css.d.ts +1 -1
- package/dist/packages/toggle/index.css +108 -112
- package/dist/packages/toggle/index.css.map +1 -1
- package/dist/packages/toggle/index.js +1 -1
- package/dist/packages/toggle/index.js.LICENSE.txt +6 -6
- package/dist/packages/toggle/index.js.map +1 -1
- package/dist/sprinkles/colors.css.d.ts +0 -32
- package/dist/themes/base.css +100 -104
- package/dist/themes/base.css.d.ts +0 -4
- package/dist/themes/base.css.map +1 -1
- package/dist/themes/base.js +1 -1
- package/dist/themes/base.js.LICENSE.txt +4 -4
- package/dist/themes/base.js.map +1 -1
- package/dist/themes/dark.css +200 -208
- package/dist/themes/dark.css.map +1 -1
- package/dist/themes/dark.js +1 -1
- package/dist/themes/dark.js.LICENSE.txt +8 -8
- package/dist/themes/dark.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
+
## 2022-09-28
|
|
6
|
+
|
|
7
|
+
### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- Added new style pack for button component. ([#32](https://github.com/TiendaNube/nimbus-design-system/pull/32) by [@juniorconquista](https://github.com/juniorconquista))
|
|
10
|
+
- Added surface and light theme variations. ([#32](https://github.com/TiendaNube/nimbus-design-system/pull/32) by [@juniorconquista](https://github.com/juniorconquista))
|
|
11
|
+
- Added `neutral.background` color properties from sprinkle sppiner. ([#32](https://github.com/TiendaNube/nimbus-design-system/pull/32) by [@juniorconquista](https://github.com/juniorconquista))
|
|
12
|
+
- Added `currentColor` color properties from sprinkle text. ([#32](https://github.com/TiendaNube/nimbus-design-system/pull/32) by [@juniorconquista](https://github.com/juniorconquista))
|
|
13
|
+
|
|
14
|
+
### 💡 Others
|
|
15
|
+
|
|
16
|
+
- Removed background colors from primary, success, warning, and danger scales for basic and dark themes. ([#32](https://github.com/TiendaNube/nimbus-design-system/pull/32) by [@juniorconquista](https://github.com/juniorconquista))
|
|
17
|
+
- Removed `primary.background`, `danger.background`, `success.background`, `waring.background` properties from sprinkle colors. ([#32](https://github.com/TiendaNube/nimbus-design-system/pull/32) by [@juniorconquista](https://github.com/juniorconquista))
|
|
18
|
+
- Removed `primary.background`, `danger.background`, `success.background`, `waring.background` color properties from sprinkle icon. ([#32](https://github.com/TiendaNube/nimbus-design-system/pull/32) by [@juniorconquista](https://github.com/juniorconquista))
|
|
19
|
+
- Removed `primary.background`, `danger.background`, `success.background`, `waring.background` color properties from sprinkle text. ([#32](https://github.com/TiendaNube/nimbus-design-system/pull/32) by [@juniorconquista](https://github.com/juniorconquista))
|
|
20
|
+
|
|
5
21
|
## 2022-09-27
|
|
6
22
|
|
|
7
23
|
### 🎉 New features
|