@nimbus-ds/styles 8.0.0 → 8.0.1-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 +17 -3
- package/dist/index.css +1 -1
- package/dist/index.d.ts +111 -9
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/package.json +4 -3
package/CHANGELOG.md
CHANGED
|
@@ -2,15 +2,29 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
-
## 2023-04-
|
|
5
|
+
## 2023-04-13 `8.0.1`
|
|
6
6
|
|
|
7
7
|
#### 🎉 New features
|
|
8
8
|
|
|
9
|
-
- Added
|
|
9
|
+
- Added opacity property to `Link` style pack when component is disabled. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
|
|
10
|
+
- Added responsive conditions to `Text` component properties. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
|
|
11
|
+
|
|
12
|
+
#### 🐛 Bug fixes
|
|
13
|
+
|
|
14
|
+
- Removed additional margin generated in component `Card` when using subcomponent `Card.Header` without a `Card.Footer`. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
|
|
15
|
+
- Removed hover effect in `IconButton` package when component is disabled. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
|
|
16
|
+
- Added side spacing to `Modal` component package. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
|
|
17
|
+
- Added the pointerEvents property to none to the arrow icon in the `Select` component package. ([#149](https://github.com/TiendaNube/nimbus-design-system/pull/149) by [@juniorconquista](https://github.com/juniorconquista))
|
|
18
|
+
|
|
19
|
+
## 2023-04-02 `8.0.0`
|
|
20
|
+
|
|
21
|
+
#### 🎉 New features
|
|
22
|
+
|
|
23
|
+
- Added new shape tokens to components. ([#139](https://github.com/TiendaNube/nimbus-design-system/pull/139) by [@juniorconquista](https://github.com/juniorconquista))
|
|
10
24
|
|
|
11
25
|
#### 🛠 Breaking changes
|
|
12
26
|
|
|
13
|
-
- Refactored shadow tokens in components. ([#
|
|
27
|
+
- Refactored shadow tokens in components. ([#139](https://github.com/TiendaNube/nimbus-design-system/pull/139) by [@juniorconquista](https://github.com/juniorconquista))
|
|
14
28
|
|
|
15
29
|
## 2023-03-31 `7.1.0`
|
|
16
30
|
|