@nimbus-ds/styles 9.13.0-rc.8 → 9.13.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 +10 -0
- package/package.json +4 -5
- package/dist/CHANGELOG.md +0 -730
- package/dist/README.md +0 -15
- package/dist/index.css +0 -1
- package/dist/index.d.ts +0 -5044
- package/dist/index.js +0 -2
- package/dist/styles.css +0 -1
- package/dist/themes/dark/index.js +0 -2
- package/dist/themes/dark.css +0 -1
- package/dist/themes/dark.d.ts +0 -9
- package/dist/themes/next/index.js +0 -2
- package/dist/themes/next-dark/index.js +0 -2
- package/dist/themes/next-dark.css +0 -1
- package/dist/themes/next.css +0 -1
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
|
+
## 2025-03-18 `9.13.0`
|
|
6
|
+
|
|
7
|
+
#### 🎉 New features
|
|
8
|
+
|
|
9
|
+
- Adds `use-client` directive to the build output in order to support NextJS applications. ([#276](https://github.com/TiendaNube/nimbus-design-system/pull/276) by [@joacotornello](https://github.com/joacotornello))
|
|
10
|
+
|
|
11
|
+
### 💡 Others
|
|
12
|
+
|
|
13
|
+
- Rebuild after build process changes to add support for modular imports and Server Components. ([#276](https://github.com/TiendaNube/nimbus-design-system/pull/276) by [@joacotornello](https://github.com/joacotornello))
|
|
14
|
+
|
|
5
15
|
## 2025-02-27 `9.12.0`
|
|
6
16
|
|
|
7
17
|
#### 🐛 New features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nimbus-ds/styles",
|
|
3
|
-
"version": "9.13.0
|
|
3
|
+
"version": "9.13.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"files": [
|
|
@@ -22,8 +22,8 @@
|
|
|
22
22
|
"url": "https://github.com/TiendaNube/nimbus-design-system/issues"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@nimbus-ds/tokens": "^9.1.
|
|
26
|
-
"@nimbus-ds/webpack": "^1.5.0
|
|
25
|
+
"@nimbus-ds/tokens": "^9.1.1",
|
|
26
|
+
"@nimbus-ds/webpack": "^1.5.0",
|
|
27
27
|
"@types/glob": "^8",
|
|
28
28
|
"@vanilla-extract/css": "^1.13.0",
|
|
29
29
|
"@vanilla-extract/recipes": "^0.5.0",
|
|
@@ -32,6 +32,5 @@
|
|
|
32
32
|
"glob": "^8.0.3",
|
|
33
33
|
"rainbow-sprinkles": "^0.14.0",
|
|
34
34
|
"ts-node": "^10.9.1"
|
|
35
|
-
}
|
|
36
|
-
"stableVersion": "9.12.0"
|
|
35
|
+
}
|
|
37
36
|
}
|