@nimbus-ds/styles 7.1.0 → 8.0.0-rc.2
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 +30 -20
- package/dist/index.css +1 -1
- package/dist/index.d.ts +35 -26
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark.css +1 -1
- package/dist/themes/dark.js +1 -1
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
+
## 2023-04-02 `7.2.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- Added new shape tokens to components. ([#137](https://github.com/TiendaNube/nimbus-design-system/pull/137) by [@juniorconquista](https://github.com/juniorconquista))
|
|
10
|
+
|
|
11
|
+
#### 🛠 Breaking changes
|
|
12
|
+
|
|
13
|
+
- Refactored shadow tokens in components. ([#137](https://github.com/TiendaNube/nimbus-design-system/pull/137) by [@juniorconquista](https://github.com/juniorconquista))
|
|
14
|
+
|
|
5
15
|
## 2023-03-31 `7.1.0`
|
|
6
16
|
|
|
7
17
|
#### 🎉 New features
|
|
@@ -10,13 +20,13 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
10
20
|
|
|
11
21
|
## 2023-03-27 `7.0.1`
|
|
12
22
|
|
|
13
|
-
|
|
23
|
+
#### 🐛 Bug fixes
|
|
14
24
|
|
|
15
25
|
- Adjusted internal spacing of components when the alert does not have the removal function. ([#134](https://github.com/TiendaNube/nimbus-design-system/pull/134) by [@juniorconquista](https://github.com/juniorconquista))
|
|
16
26
|
|
|
17
27
|
## 2023-02-24 `7.0.0`
|
|
18
28
|
|
|
19
|
-
|
|
29
|
+
#### 🛠 Breaking changes
|
|
20
30
|
|
|
21
31
|
- Refactored color tokens by removing `.` separator to `-`. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
|
|
22
32
|
|
|
@@ -25,7 +35,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
25
35
|
- Created new css file that contains all nimbus utility classes. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
|
|
26
36
|
- Added `focusWithin` state to `Box` conditions. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
|
|
27
37
|
|
|
28
|
-
|
|
38
|
+
#### 💡 Others
|
|
29
39
|
|
|
30
40
|
- Refactored style classes to have more semantic names. ([#110](https://github.com/TiendaNube/nimbus-design-system/pull/110) by [@juniorconquista](https://github.com/juniorconquista))
|
|
31
41
|
|
|
@@ -67,7 +77,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
67
77
|
|
|
68
78
|
- Fix sprinkles properties naming bug on `Table` and `IconButton` components. ([#94](https://github.com/TiendaNube/nimbus-design-system/pull/94) by [@juanchigallego](https://github.com/juanchigallego))
|
|
69
79
|
|
|
70
|
-
|
|
80
|
+
#### 💡 Others
|
|
71
81
|
|
|
72
82
|
- Correct line-height property on `Select` component. ([#94](https://github.com/TiendaNube/nimbus-design-system/pull/94) by [@juanchigallego](https://github.com/juanchigallego))
|
|
73
83
|
- Remove default margin on `Pagination` component. ([#94](https://github.com/TiendaNube/nimbus-design-system/pull/94) by [@juanchigallego](https://github.com/juanchigallego))
|
|
@@ -209,7 +219,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
209
219
|
|
|
210
220
|
## 2022-12-02 `4.20.0`
|
|
211
221
|
|
|
212
|
-
|
|
222
|
+
#### 🐛 Bug fixes
|
|
213
223
|
|
|
214
224
|
- Fixed minimum package size of checkbox and radio components. ([#62](https://github.com/TiendaNube/nimbus-design-system/pull/62) by [@juniorconquista](https://github.com/juniorconquista))
|
|
215
225
|
|
|
@@ -220,7 +230,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
220
230
|
- Added `zIndex` property in sidebar sprinkle. ([#61](https://github.com/TiendaNube/nimbus-design-system/pull/61) by [@juniorconquista](https://github.com/juniorconquista))
|
|
221
231
|
- Added `size`, `backgroundColor` and `borderColor` properties in iconButton sprinkle. ([#61](https://github.com/TiendaNube/nimbus-design-system/pull/61) by [@juniorconquista](https://github.com/juniorconquista))
|
|
222
232
|
|
|
223
|
-
|
|
233
|
+
#### 💡 Others
|
|
224
234
|
|
|
225
235
|
- Refactored link component style pack. ([#61](https://github.com/TiendaNube/nimbus-design-system/pull/61) by [@juniorconquista](https://github.com/juniorconquista))
|
|
226
236
|
|
|
@@ -253,7 +263,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
253
263
|
|
|
254
264
|
- Added new style pack for sidebar component. ([#56](https://github.com/TiendaNube/nimbus-design-system/pull/#56) by [@juniorconquista](https://github.com/juniorconquista))
|
|
255
265
|
|
|
256
|
-
|
|
266
|
+
#### 🐛 Bug fixes
|
|
257
267
|
|
|
258
268
|
- Added `box-sizing` to box component styling. ([#56](https://github.com/TiendaNube/nimbus-design-system/pull/#56) by [@juniorconquista](https://github.com/juniorconquista))
|
|
259
269
|
|
|
@@ -265,7 +275,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
265
275
|
|
|
266
276
|
## 2022-11-09 `4.14.1`
|
|
267
277
|
|
|
268
|
-
|
|
278
|
+
#### 🐛 Bug fixes
|
|
269
279
|
|
|
270
280
|
- Fixed typing of box and stack packages. ([#53](https://github.com/TiendaNube/nimbus-design-system/pull/#53) by [@juniorconquista](https://github.com/juniorconquista))
|
|
271
281
|
|
|
@@ -299,7 +309,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
299
309
|
|
|
300
310
|
- Added new styles for positioning the arrow in positions `right-start`, `right-end`, `left-start` and `left-end`. ([#45](https://github.com/TiendaNube/nimbus-design-system/pull/45) by [@juniorconquista](https://github.com/juniorconquista))
|
|
301
311
|
|
|
302
|
-
|
|
312
|
+
#### 💡 Others
|
|
303
313
|
|
|
304
314
|
- 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))
|
|
305
315
|
|
|
@@ -316,7 +326,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
316
326
|
|
|
317
327
|
- Added new style pack for textarea component. ([#41](https://github.com/TiendaNube/nimbus-design-system/pull/41) by [@juanchigallego](https://github.com/juanchigallego))
|
|
318
328
|
|
|
319
|
-
|
|
329
|
+
#### 💡 Others
|
|
320
330
|
|
|
321
331
|
- Adjust focus styles on select component. ([#41](https://github.com/TiendaNube/nimbus-design-system/pull/41) by [@juanchigallego](https://github.com/juanchigallego))
|
|
322
332
|
|
|
@@ -328,7 +338,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
328
338
|
- Added new style pack for stack component. ([#40](https://github.com/TiendaNube/nimbus-design-system/pull/40) by [@juniorconquista](https://github.com/juniorconquista))
|
|
329
339
|
- Added box-shadow to popover arrow. ([#40](https://github.com/TiendaNube/nimbus-design-system/pull/40) by [@juniorconquista](https://github.com/juniorconquista))
|
|
330
340
|
|
|
331
|
-
|
|
341
|
+
#### 💡 Others
|
|
332
342
|
|
|
333
343
|
- 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))
|
|
334
344
|
- 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))
|
|
@@ -351,7 +361,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
351
361
|
- Added new style pack for popover component. ([#37](https://github.com/TiendaNube/nimbus-design-system/pull/37) by [@juniorconquista](https://github.com/juniorconquista))
|
|
352
362
|
- Added new shadow tokens to theme base. ([#37](https://github.com/TiendaNube/nimbus-design-system/pull/37) by [@juniorconquista](https://github.com/juniorconquista))
|
|
353
363
|
|
|
354
|
-
|
|
364
|
+
#### 💡 Others
|
|
355
365
|
|
|
356
366
|
- Refactored tooltip package color scheme. ([#37](https://github.com/TiendaNube/nimbus-design-system/pull/37) by [@juniorconquista](https://github.com/juniorconquista))
|
|
357
367
|
|
|
@@ -388,7 +398,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
388
398
|
- Added `neutral.background` color properties from sprinkle sppiner. ([#32](https://github.com/TiendaNube/nimbus-design-system/pull/32) by [@juniorconquista](https://github.com/juniorconquista))
|
|
389
399
|
- Added `currentColor` color properties from sprinkle text. ([#32](https://github.com/TiendaNube/nimbus-design-system/pull/32) by [@juniorconquista](https://github.com/juniorconquista))
|
|
390
400
|
|
|
391
|
-
|
|
401
|
+
#### 💡 Others
|
|
392
402
|
|
|
393
403
|
- 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))
|
|
394
404
|
- 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))
|
|
@@ -405,7 +415,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
405
415
|
|
|
406
416
|
## 2022-09-24 `3.0.0` - `2.4.0`
|
|
407
417
|
|
|
408
|
-
|
|
418
|
+
#### 💡 Others
|
|
409
419
|
|
|
410
420
|
- Refactored typography spacing sizes and tokens. ([#29](https://github.com/TiendaNube/nimbus-design-system/pull/29) by [@juniorconquista](https://github.com/juniorconquista))
|
|
411
421
|
|
|
@@ -443,7 +453,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
443
453
|
- Added new `textAlign` sprinkle in `Title` package. ([#23](https://github.com/TiendaNube/nimbus-design-system/pull/23) by [@juniorconquista](https://github.com/juniorconquista))
|
|
444
454
|
- Added new `textAlign`, `fontSize`, `lineHeight` and `fontWeight` sprinkle in `Text` package. ([#23](https://github.com/TiendaNube/nimbus-design-system/pull/23) by [@juniorconquista](https://github.com/juniorconquista))
|
|
445
455
|
|
|
446
|
-
|
|
456
|
+
#### 💡 Others
|
|
447
457
|
|
|
448
458
|
- Removed `textAlign` variant in `Title` package. ([#23](https://github.com/TiendaNube/nimbus-design-system/pull/23) by [@juniorconquista](https://github.com/juniorconquista))
|
|
449
459
|
- Removed `textAlign`, `size`, `lineHeight` and `bold` variant in `Text` package. ([#23](https://github.com/TiendaNube/nimbus-design-system/pull/23) by [@juniorconquista](https://github.com/juniorconquista))
|
|
@@ -458,7 +468,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
458
468
|
- Updated `@vanilla-extract/css@1.7.3`. ([#21](https://github.com/TiendaNube/nimbus-design-system/pull/21) by [@juniorconquista](https://github.com/juniorconquista))
|
|
459
469
|
- Added `@vanilla-extract/sprinkles@1.4.1`. ([#21](https://github.com/TiendaNube/nimbus-design-system/pull/21) by [@juniorconquista](https://github.com/juniorconquista))
|
|
460
470
|
|
|
461
|
-
|
|
471
|
+
#### 💡 Others
|
|
462
472
|
|
|
463
473
|
- Restructured folders and style organization concepts. ([#21](https://github.com/TiendaNube/nimbus-design-system/pull/21) by [@juniorconquista](https://github.com/juniorconquista))
|
|
464
474
|
|
|
@@ -479,7 +489,7 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
479
489
|
|
|
480
490
|
- Added new style pack for tag component. ([#17](https://github.com/TiendaNube/nimbus-design-system/pull/17) by [@juniorconquista](https://github.com/juniorconquista))
|
|
481
491
|
|
|
482
|
-
|
|
492
|
+
#### 🐛 Bug fixes
|
|
483
493
|
|
|
484
494
|
- 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))
|
|
485
495
|
|
|
@@ -513,12 +523,12 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
513
523
|
|
|
514
524
|
<!-- ### 📚 3rd party library updates -->
|
|
515
525
|
|
|
516
|
-
<!--
|
|
526
|
+
<!-- #### 🛠 Breaking changes -->
|
|
517
527
|
|
|
518
528
|
<!-- ### 🎉 New features -->
|
|
519
529
|
|
|
520
|
-
<!--
|
|
530
|
+
<!-- #### 🐛 Bug fixes -->
|
|
521
531
|
|
|
522
|
-
<!--
|
|
532
|
+
<!-- #### 💡 Others -->
|
|
523
533
|
|
|
524
534
|
<!-- ### ⚠️ Notices -->
|