@nimbus-ds/styles 9.1.0 → 9.2.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 +21 -0
- package/dist/index.css +1 -1
- package/dist/index.d.ts +485 -10
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,21 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
+
## 2023-08-04 `9.2.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- Added new fontSize prop in Box component style pack. ([#184](https://github.com/TiendaNube/nimbus-design-system/pull/184) by [@juniorconquista](https://github.com/juniorconquista))
|
|
10
|
+
- Added new fontWeight prop in Box component style pack. ([#184](https://github.com/TiendaNube/nimbus-design-system/pull/184) by [@juniorconquista](https://github.com/juniorconquista))
|
|
11
|
+
- Added new lineHeight prop in Box component style pack. ([#184](https://github.com/TiendaNube/nimbus-design-system/pull/184) by [@juniorconquista](https://github.com/juniorconquista))
|
|
12
|
+
- Added new textAlign prop in Box component style pack. ([#184](https://github.com/TiendaNube/nimbus-design-system/pull/184) by [@juniorconquista](https://github.com/juniorconquista))
|
|
13
|
+
|
|
14
|
+
## 2023-06-13 `9.1.1`
|
|
15
|
+
|
|
16
|
+
#### 🐛 Bug fixes
|
|
17
|
+
|
|
18
|
+
- Adding extra right padding to the modal title to prevent the title from getting overlaid by the close button. ([#179](https://github.com/TiendaNube/nimbus-design-system/pull/179) by [@juniorconquista](https://github.com/juniorconquista))
|
|
19
|
+
|
|
5
20
|
## 2023-06-13 `9.1.0`
|
|
6
21
|
|
|
7
22
|
#### 🎉 New features
|
|
@@ -59,6 +74,12 @@ Nimbus Styles deprive all styles needed to build nimbus components.
|
|
|
59
74
|
|
|
60
75
|
- Added boxSizing property as content-box in `Table.Cell` component styles package. ([#151](https://github.com/TiendaNube/nimbus-design-system/pull/151) by [@juniorconquista](https://github.com/juniorconquista))
|
|
61
76
|
|
|
77
|
+
## 2023-07-11 `8.0.2`
|
|
78
|
+
|
|
79
|
+
### 🐛 Bug fixes
|
|
80
|
+
|
|
81
|
+
- Adding extra right padding to the modal title to prevent the title from getting overlaid by the close button. ([#179](https://github.com/TiendaNube/nimbus-design-system/pull/179) by [@juniorconquista](https://github.com/juniorconquista))
|
|
82
|
+
|
|
62
83
|
## 2023-04-13 `8.0.1`
|
|
63
84
|
|
|
64
85
|
#### 🎉 New features
|