@nimbus-ds/styles 4.13.0 → 4.14.0-rc.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 +31 -25
- package/dist/index.css +87 -22
- 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 +74 -44
- package/dist/index.js.map +1 -1
- package/dist/packages/alert/index.css +2 -2
- package/dist/packages/alert/index.js +1 -1
- package/dist/packages/alert/index.js.LICENSE.txt +4 -4
- package/dist/packages/alert/index.js.map +1 -1
- package/dist/packages/badge/index.css +2 -2
- package/dist/packages/badge/index.js +1 -1
- package/dist/packages/badge/index.js.LICENSE.txt +4 -4
- package/dist/packages/badge/index.js.map +1 -1
- package/dist/packages/box/index.css +3 -3
- package/dist/packages/box/index.js +1 -1
- package/dist/packages/box/index.js.LICENSE.txt +6 -6
- package/dist/packages/box/index.js.map +1 -1
- package/dist/packages/button/index.css +2 -2
- package/dist/packages/button/index.js +1 -1
- package/dist/packages/button/index.js.LICENSE.txt +4 -4
- package/dist/packages/button/index.js.map +1 -1
- package/dist/packages/card/card.sprinkle.css.d.ts +69 -0
- package/dist/packages/card/card.style.css.d.ts +4 -0
- package/dist/packages/card/index.css +406 -0
- package/dist/packages/card/index.css.map +1 -0
- package/dist/packages/card/index.d.ts +75 -0
- package/dist/packages/card/index.js +3 -0
- package/dist/packages/card/index.js.LICENSE.txt +51 -0
- package/dist/packages/card/index.js.map +1 -0
- package/dist/packages/checkbox/index.css +3 -3
- package/dist/packages/checkbox/index.js +1 -1
- package/dist/packages/checkbox/index.js.LICENSE.txt +6 -6
- package/dist/packages/checkbox/index.js.map +1 -1
- package/dist/packages/chip/index.css +2 -2
- package/dist/packages/chip/index.js +1 -1
- package/dist/packages/chip/index.js.LICENSE.txt +4 -4
- package/dist/packages/chip/index.js.map +1 -1
- package/dist/packages/fileUploader/index.css +1 -1
- package/dist/packages/fileUploader/index.js +1 -1
- package/dist/packages/fileUploader/index.js.LICENSE.txt +2 -2
- package/dist/packages/fileUploader/index.js.map +1 -1
- package/dist/packages/icon/index.css +3 -3
- package/dist/packages/icon/index.js +1 -1
- package/dist/packages/icon/index.js.LICENSE.txt +6 -6
- package/dist/packages/icon/index.js.map +1 -1
- package/dist/packages/iconButton/index.css +1 -1
- package/dist/packages/iconButton/index.js +1 -1
- package/dist/packages/iconButton/index.js.LICENSE.txt +2 -2
- package/dist/packages/iconButton/index.js.map +1 -1
- package/dist/packages/input/index.css +2 -2
- package/dist/packages/input/index.js +1 -1
- package/dist/packages/input/index.js.LICENSE.txt +4 -4
- package/dist/packages/input/index.js.map +1 -1
- package/dist/packages/label/index.css +1 -1
- package/dist/packages/label/index.js +1 -1
- package/dist/packages/label/index.js.LICENSE.txt +2 -2
- package/dist/packages/label/index.js.map +1 -1
- package/dist/packages/link/index.css +3 -3
- package/dist/packages/link/index.js +1 -1
- package/dist/packages/link/index.js.LICENSE.txt +6 -6
- package/dist/packages/link/index.js.map +1 -1
- package/dist/packages/list/index.css +1 -1
- package/dist/packages/list/index.js +1 -1
- package/dist/packages/list/index.js.LICENSE.txt +2 -2
- package/dist/packages/list/index.js.map +1 -1
- package/dist/packages/popover/index.css +4 -4
- package/dist/packages/popover/index.d.ts +8 -8
- package/dist/packages/popover/index.js +1 -1
- package/dist/packages/popover/index.js.LICENSE.txt +8 -8
- package/dist/packages/popover/index.js.map +1 -1
- package/dist/packages/popover/popover.sprinkle.css.d.ts +8 -8
- package/dist/packages/radio/index.css +2 -2
- package/dist/packages/radio/index.js +1 -1
- package/dist/packages/radio/index.js.LICENSE.txt +4 -4
- package/dist/packages/radio/index.js.map +1 -1
- package/dist/packages/select/index.css +2 -2
- package/dist/packages/select/index.js +1 -1
- package/dist/packages/select/index.js.LICENSE.txt +4 -4
- package/dist/packages/select/index.js.map +1 -1
- package/dist/packages/skeleton/index.css +1 -1
- package/dist/packages/skeleton/index.js +1 -1
- package/dist/packages/skeleton/index.js.LICENSE.txt +2 -2
- package/dist/packages/skeleton/index.js.map +1 -1
- package/dist/packages/spinner/index.css +2 -2
- package/dist/packages/spinner/index.js +1 -1
- package/dist/packages/spinner/index.js.LICENSE.txt +4 -4
- package/dist/packages/spinner/index.js.map +1 -1
- package/dist/packages/stack/index.css +2 -2
- package/dist/packages/stack/index.js +1 -1
- package/dist/packages/stack/index.js.LICENSE.txt +4 -4
- package/dist/packages/stack/index.js.map +1 -1
- package/dist/packages/tag/index.css +2 -2
- package/dist/packages/tag/index.js +1 -1
- package/dist/packages/tag/index.js.LICENSE.txt +4 -4
- package/dist/packages/tag/index.js.map +1 -1
- package/dist/packages/text/index.css +3 -3
- package/dist/packages/text/index.d.ts +5 -5
- package/dist/packages/text/index.js +1 -1
- package/dist/packages/text/index.js.LICENSE.txt +6 -6
- package/dist/packages/text/index.js.map +1 -1
- package/dist/packages/text/text.sprinkle.css.d.ts +5 -5
- package/dist/packages/textarea/index.css +2 -2
- package/dist/packages/textarea/index.js +1 -1
- package/dist/packages/textarea/index.js.LICENSE.txt +4 -4
- package/dist/packages/textarea/index.js.map +1 -1
- package/dist/packages/thumbnail/index.css +1 -1
- package/dist/packages/thumbnail/index.js +1 -1
- package/dist/packages/thumbnail/index.js.LICENSE.txt +2 -2
- package/dist/packages/thumbnail/index.js.map +1 -1
- package/dist/packages/title/index.css +3 -3
- package/dist/packages/title/index.js +1 -1
- package/dist/packages/title/index.js.LICENSE.txt +6 -6
- package/dist/packages/title/index.js.map +1 -1
- package/dist/packages/toast/index.css +2 -2
- 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 +4 -4
- 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 +2 -2
- package/dist/packages/toggle/index.js +1 -1
- package/dist/packages/toggle/index.js.LICENSE.txt +4 -4
- package/dist/packages/toggle/index.js.map +1 -1
- package/dist/packages/tooltip/index.css +2 -2
- package/dist/packages/tooltip/index.js +1 -1
- package/dist/packages/tooltip/index.js.LICENSE.txt +4 -4
- package/dist/packages/tooltip/index.js.map +1 -1
- package/dist/themes/base.css +1 -1
- package/dist/themes/base.js +1 -1
- package/dist/themes/base.js.LICENSE.txt +2 -2
- package/dist/themes/base.js.map +1 -1
- package/dist/themes/dark.css +2 -2
- package/dist/themes/dark.js +1 -1
- package/dist/themes/dark.js.LICENSE.txt +4 -4
- package/dist/themes/dark.js.map +1 -1
- package/package.json +3 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,13 +2,19 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
-
## 2022-
|
|
5
|
+
## 2022-11-02 `4.14.0`
|
|
6
|
+
|
|
7
|
+
### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- Added new style pack for card component. ([#52](https://github.com/TiendaNube/nimbus-design-system/pull/#52) by [@juniorconquista](https://github.com/juniorconquista))
|
|
10
|
+
|
|
11
|
+
## 2022-10-28 `4.13.0`
|
|
6
12
|
|
|
7
13
|
### 🎉 New features
|
|
8
14
|
|
|
9
15
|
- Added new style pack for file uploader component. ([#51](https://github.com/TiendaNube/nimbus-design-system/pull/51) by [@juniorconquista](https://github.com/juniorconquista))
|
|
10
16
|
|
|
11
|
-
## 2022-10-26
|
|
17
|
+
## 2022-10-26 `4.12.0` - `4.11.0`
|
|
12
18
|
|
|
13
19
|
### 🎉 New features
|
|
14
20
|
|
|
@@ -16,7 +22,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
16
22
|
- Added new colors `primary.textLow`, `success.textLow`, `warning.textLow`, `danger.textLow` and `neutral.textLow` to title component. ([#50](https://github.com/TiendaNube/nimbus-design-system/pull/50) by [@juanchigallego](https://github.com/juanchigallego))
|
|
17
23
|
- Added new style pack for thumbnail component. ([#49](https://github.com/TiendaNube/nimbus-design-system/pull/49) by [@juniorconquista](https://github.com/juniorconquista))
|
|
18
24
|
|
|
19
|
-
## 2022-10-21
|
|
25
|
+
## 2022-10-21 `4.10.0`
|
|
20
26
|
|
|
21
27
|
### 🎉 New features
|
|
22
28
|
|
|
@@ -26,14 +32,14 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
26
32
|
|
|
27
33
|
- Removed styles so that the popover container has a maximum width relative to its anchor size. ([#45](https://github.com/TiendaNube/nimbus-design-system/pull/45) by [@juniorconquista](https://github.com/juniorconquista))
|
|
28
34
|
|
|
29
|
-
## 2022-10-20
|
|
35
|
+
## 2022-10-20 `4.9.0`
|
|
30
36
|
|
|
31
37
|
### 🎉 New features
|
|
32
38
|
|
|
33
39
|
- Added new style pack for input component. ([#42](https://github.com/TiendaNube/nimbus-design-system/pull/42) by [@juniorconquista](https://github.com/juniorconquista))
|
|
34
40
|
- Added `neutral.textDisabled` color properties from sprinkle icon. ([#42](https://github.com/TiendaNube/nimbus-design-system/pull/42) by [@juniorconquista](https://github.com/juniorconquista))
|
|
35
41
|
|
|
36
|
-
## 2022-10-18
|
|
42
|
+
## 2022-10-18 `4.8.0`
|
|
37
43
|
|
|
38
44
|
### 🎉 New features
|
|
39
45
|
|
|
@@ -43,7 +49,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
43
49
|
|
|
44
50
|
- Adjust focus styles on select component. ([#41](https://github.com/TiendaNube/nimbus-design-system/pull/41) by [@juanchigallego](https://github.com/juanchigallego))
|
|
45
51
|
|
|
46
|
-
## 2022-10-14
|
|
52
|
+
## 2022-10-14 `4.7.0`
|
|
47
53
|
|
|
48
54
|
### 🎉 New features
|
|
49
55
|
|
|
@@ -56,7 +62,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
56
62
|
- Added styles so that the popover container has a maximum width relative to its anchor size. ([#40](https://github.com/TiendaNube/nimbus-design-system/pull/40) by [@juniorconquista](https://github.com/juniorconquista))
|
|
57
63
|
- Added styles so that the tooltip container has a maximum width relative to its anchor size. ([#40](https://github.com/TiendaNube/nimbus-design-system/pull/40) by [@juniorconquista](https://github.com/juniorconquista))
|
|
58
64
|
|
|
59
|
-
## 2022-10-11
|
|
65
|
+
## 2022-10-11 `4.6.0`
|
|
60
66
|
|
|
61
67
|
### 🎉 New features
|
|
62
68
|
|
|
@@ -67,7 +73,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
67
73
|
|
|
68
74
|
- Added `rainbow-sprinkles@0.13.0`. ([#38](https://github.com/TiendaNube/nimbus-design-system/pull/38) by [@juniorconquista](https://github.com/juniorconquista))
|
|
69
75
|
|
|
70
|
-
## 2022-10-06
|
|
76
|
+
## 2022-10-06 `4.5.0`
|
|
71
77
|
|
|
72
78
|
### 🎉 New features
|
|
73
79
|
|
|
@@ -78,31 +84,31 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
78
84
|
|
|
79
85
|
- Refactored tooltip package color scheme. ([#37](https://github.com/TiendaNube/nimbus-design-system/pull/37) by [@juniorconquista](https://github.com/juniorconquista))
|
|
80
86
|
|
|
81
|
-
## 2022-10-05
|
|
87
|
+
## 2022-10-05 `4.4.0`
|
|
82
88
|
|
|
83
89
|
### 🎉 New features
|
|
84
90
|
|
|
85
91
|
- Added new style pack for radio component. ([#36](https://github.com/TiendaNube/nimbus-design-system/pull/36) by [@juniorconquista](https://github.com/juniorconquista))
|
|
86
92
|
|
|
87
|
-
## 2022-10-03
|
|
93
|
+
## 2022-10-03 `4.3.0`
|
|
88
94
|
|
|
89
95
|
### 🎉 New features
|
|
90
96
|
|
|
91
97
|
- Added new style pack for link component. ([#35](https://github.com/TiendaNube/nimbus-design-system/pull/35) by [@juanchigallego](https://github.com/juanchigallego))
|
|
92
98
|
|
|
93
|
-
## 2022-10-01
|
|
99
|
+
## 2022-10-01 `4.2.0`
|
|
94
100
|
|
|
95
101
|
### 🎉 New features
|
|
96
102
|
|
|
97
103
|
- Added new style pack for tooltip component. ([#34](https://github.com/TiendaNube/nimbus-design-system/pull/34) by [@juniorconquista](https://github.com/juniorconquista))
|
|
98
104
|
|
|
99
|
-
## 2022-09-30
|
|
105
|
+
## 2022-09-30 `4.1.0`
|
|
100
106
|
|
|
101
107
|
### 🎉 New features
|
|
102
108
|
|
|
103
109
|
- Added new style pack for list component. ([#33](https://github.com/TiendaNube/nimbus-design-system/pull/33) by [@juanchigallego](https://github.com/juanchigallego))
|
|
104
110
|
|
|
105
|
-
## 2022-09-28
|
|
111
|
+
## 2022-09-28 `4.0.0`
|
|
106
112
|
|
|
107
113
|
### 🎉 New features
|
|
108
114
|
|
|
@@ -118,7 +124,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
118
124
|
- 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))
|
|
119
125
|
- 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))
|
|
120
126
|
|
|
121
|
-
## 2022-09-27
|
|
127
|
+
## 2022-09-27 `3.2.0` - `3.1.0`
|
|
122
128
|
|
|
123
129
|
### 🎉 New features
|
|
124
130
|
|
|
@@ -126,7 +132,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
126
132
|
- Added transition animation in chip pack styles. ([#30](https://github.com/TiendaNube/nimbus-design-system/pull/30) by [@juniorconquista](https://github.com/juniorconquista))
|
|
127
133
|
- Added new style pack for icon button component. ([#30](https://github.com/TiendaNube/nimbus-design-system/pull/30) by [@juniorconquista](https://github.com/juniorconquista))
|
|
128
134
|
|
|
129
|
-
## 2022-09-24
|
|
135
|
+
## 2022-09-24 `3.0.0` - `2.4.0`
|
|
130
136
|
|
|
131
137
|
### 💡 Others
|
|
132
138
|
|
|
@@ -138,26 +144,26 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
138
144
|
- Added new style pack for checkbox component. ([#28](https://github.com/TiendaNube/nimbus-design-system/pull/28) by [@juniorconquista](https://github.com/juniorconquista))
|
|
139
145
|
- Added new `text-disabled` and `surface-disabled` colors to the neutral color palette in themes. ([#28](https://github.com/TiendaNube/nimbus-design-system/pull/28) by [@juniorconquista](https://github.com/juniorconquista))
|
|
140
146
|
|
|
141
|
-
## 2022-09-21
|
|
147
|
+
## 2022-09-21 `2.3.1`
|
|
142
148
|
|
|
143
149
|
### 🎉 New features
|
|
144
150
|
|
|
145
151
|
- Added new style pack for toast component. ([#27](https://github.com/TiendaNube/nimbus-design-system/pull/27) by [@juniorconquista](https://github.com/juniorconquista))
|
|
146
152
|
- Added new animation tokens to theme base. ([#27](https://github.com/TiendaNube/nimbus-design-system/pull/27) by [@juniorconquista](https://github.com/juniorconquista))
|
|
147
153
|
|
|
148
|
-
## 2022-09-16
|
|
154
|
+
## 2022-09-16 `2.3.0`
|
|
149
155
|
|
|
150
156
|
### 🎉 New features
|
|
151
157
|
|
|
152
158
|
- Added new style pack for label component. ([#26](https://github.com/TiendaNube/nimbus-design-system/pull/26) by [@juanchigallego](https://github.com/juanchigallego))
|
|
153
159
|
|
|
154
|
-
## 2022-09-13
|
|
160
|
+
## 2022-09-13 `2.2.0`
|
|
155
161
|
|
|
156
162
|
### 🎉 New features
|
|
157
163
|
|
|
158
164
|
- Added new style pack for spinner component. ([#25](https://github.com/TiendaNube/nimbus-design-system/pull/25) by [@juniorconquista](https://github.com/juniorconquista))
|
|
159
165
|
|
|
160
|
-
## 2022-09-12
|
|
166
|
+
## 2022-09-12 `2.1.0`
|
|
161
167
|
|
|
162
168
|
### 🎉 New features
|
|
163
169
|
|
|
@@ -173,7 +179,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
173
179
|
- Removed `textAlign` variant in `Tag` package. ([#23](https://github.com/TiendaNube/nimbus-design-system/pull/23) by [@juniorconquista](https://github.com/juniorconquista))
|
|
174
180
|
- Removed `textAlign` variant in `Badge` package. ([#23](https://github.com/TiendaNube/nimbus-design-system/pull/23) by [@juniorconquista](https://github.com/juniorconquista))
|
|
175
181
|
|
|
176
|
-
## 2022-09-01
|
|
182
|
+
## 2022-09-01 `2.0.0`
|
|
177
183
|
|
|
178
184
|
### 📚 3rd party library updates
|
|
179
185
|
|
|
@@ -190,13 +196,13 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
190
196
|
- Added new style pack for chip component. ([#21](https://github.com/TiendaNube/nimbus-design-system/pull/21) by [@juniorconquista](https://github.com/juniorconquista))
|
|
191
197
|
- Added new style pack for icon component. ([#21](https://github.com/TiendaNube/nimbus-design-system/pull/21) by [@juniorconquista](https://github.com/juniorconquista))
|
|
192
198
|
|
|
193
|
-
## 2022-08-25
|
|
199
|
+
## 2022-08-25 `1.3.0`
|
|
194
200
|
|
|
195
201
|
### 🎉 New features
|
|
196
202
|
|
|
197
203
|
- Added new style pack for badge component. ([#19](https://github.com/TiendaNube/nimbus-design-system/pull/19) by [@juniorconquista](https://github.com/juniorconquista))
|
|
198
204
|
|
|
199
|
-
## 2022-08-24
|
|
205
|
+
## 2022-08-24 `1.2.0`
|
|
200
206
|
|
|
201
207
|
### 🎉 New features
|
|
202
208
|
|
|
@@ -206,13 +212,13 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
206
212
|
|
|
207
213
|
- Changed `text` component appearance tokens from interactive color variations to low colors. ([#17](https://github.com/TiendaNube/nimbus-design-system/pull/17) by [@juniorconquista](https://github.com/juniorconquista))
|
|
208
214
|
|
|
209
|
-
## 2022-08-22
|
|
215
|
+
## 2022-08-22 `1.1.0`
|
|
210
216
|
|
|
211
217
|
### 🎉 New features
|
|
212
218
|
|
|
213
219
|
- Added new style pack for skeleton component. ([#15](https://github.com/TiendaNube/nimbus-design-system/pull/15) by [@juniorconquista](https://github.com/juniorconquista))
|
|
214
220
|
|
|
215
|
-
## 2022-08-21
|
|
221
|
+
## 2022-08-21 `1.0.1`
|
|
216
222
|
|
|
217
223
|
### 🎉 New features
|
|
218
224
|
|
|
@@ -220,7 +226,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
220
226
|
- Added font size and line height system small, caption, base. ([#13](https://github.com/TiendaNube/nimbus-design-system/pull/13) by [@juniorconquista](https://github.com/juniorconquista))
|
|
221
227
|
- Added new style pack for text component. ([#13](https://github.com/TiendaNube/nimbus-design-system/pull/13) by [@juniorconquista](https://github.com/juniorconquista))
|
|
222
228
|
|
|
223
|
-
## 2022-08-09
|
|
229
|
+
## 2022-08-09 `1.0.0`
|
|
224
230
|
|
|
225
231
|
### 📚 3rd party library updates
|
|
226
232
|
|