@nimbus-ds/styles 9.38.0-rc.2 → 9.39.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 +7 -1
- package/dist/CHANGELOG.md +7 -1
- package/dist/index.css +1 -1
- package/dist/index.d.ts +101 -7
- package/dist/index.js +1 -1
- package/dist/styles.css +1 -1
- package/dist/themes/dark/index.js +1 -1
- package/dist/themes/next/index.js +1 -1
- package/dist/themes/next-dark/index.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
+
## 2025-11-10 `9.39.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- `Text`: Added `textOverflow`, `whiteSpace`, and `overflow` properties support. ([#376](https://github.com/TiendaNube/nimbus-design-system/pull/376) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
+
|
|
5
11
|
## 2025-11-10 `9.38.0`
|
|
6
12
|
|
|
7
13
|
#### 🎉 New features
|
|
8
14
|
|
|
9
|
-
- `Icon`: Added `ai-gradientPurpleHigh` color to the colors. ([#
|
|
15
|
+
- `Icon`: Added `ai-gradientPurpleHigh` color to the colors. ([#375](https://github.com/TiendaNube/nimbus-design-system/pull/375) by [@jffs](https://github.com/jffs))
|
|
10
16
|
|
|
11
17
|
## 2025-10-31 `9.37.1`
|
|
12
18
|
|
package/dist/CHANGELOG.md
CHANGED
|
@@ -2,11 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
Nimbus Styles deprive all styles needed to build nimbus components.
|
|
4
4
|
|
|
5
|
+
## 2025-11-10 `9.39.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- `Text`: Added `textOverflow`, `whiteSpace`, and `overflow` properties support. ([#376](https://github.com/TiendaNube/nimbus-design-system/pull/376) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
+
|
|
5
11
|
## 2025-11-10 `9.38.0`
|
|
6
12
|
|
|
7
13
|
#### 🎉 New features
|
|
8
14
|
|
|
9
|
-
- `Icon`: Added `ai-gradientPurpleHigh` color to the colors. ([#
|
|
15
|
+
- `Icon`: Added `ai-gradientPurpleHigh` color to the colors. ([#375](https://github.com/TiendaNube/nimbus-design-system/pull/375) by [@jffs](https://github.com/jffs))
|
|
10
16
|
|
|
11
17
|
## 2025-10-31 `9.37.1`
|
|
12
18
|
|