@nation-a/ui 0.16.12 → 0.16.14
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/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/stats.html +1 -1
- package/dist/styled-system/styles.css +4 -4
- package/package.json +2 -2
|
@@ -1228,6 +1228,10 @@ html:not(#\#),body:not(#\#) {
|
|
|
1228
1228
|
background: var(--colors-background-static-white-alpha-default);
|
|
1229
1229
|
}
|
|
1230
1230
|
|
|
1231
|
+
.c_content\.static\.black\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1232
|
+
color: var(--colors-content-static-black-default);
|
|
1233
|
+
}
|
|
1234
|
+
|
|
1231
1235
|
.bg_background\.neutral\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1232
1236
|
background: var(--colors-background-neutral-default);
|
|
1233
1237
|
}
|
|
@@ -1663,10 +1667,6 @@ html:not(#\#),body:not(#\#) {
|
|
|
1663
1667
|
background: var(--colors-background-static-white-alpha-bold);
|
|
1664
1668
|
}
|
|
1665
1669
|
|
|
1666
|
-
.c_content\.static\.black\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1667
|
-
color: var(--colors-content-static-black-default);
|
|
1668
|
-
}
|
|
1669
|
-
|
|
1670
1670
|
.c_content\.static\.white\.default:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1671
1671
|
color: var(--colors-content-static-white-default);
|
|
1672
1672
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nation-a/ui",
|
|
3
|
-
"version": "0.16.
|
|
3
|
+
"version": "0.16.14",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"types": "./dist/types/index.d.ts",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"react-dom": "^18.3.1",
|
|
23
23
|
"react-hot-toast": "^2.5.2",
|
|
24
24
|
"react-lottie": "^1.2.10",
|
|
25
|
-
"@nation-a/icons": "0.2.
|
|
25
|
+
"@nation-a/icons": "0.2.1",
|
|
26
26
|
"@nation-a/tokens": "0.3.0"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|