@nation-a/ui 0.10.3 → 0.10.4
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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/styled-system/styles.css +6 -18
- package/package.json +1 -1
|
@@ -1023,8 +1023,8 @@ html:not(#\#),body:not(#\#) {
|
|
|
1023
1023
|
height: 100%;
|
|
1024
1024
|
}
|
|
1025
1025
|
|
|
1026
|
-
.
|
|
1027
|
-
z-index:
|
|
1026
|
+
.z_modal:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1027
|
+
z-index: var(--z-index-modal);
|
|
1028
1028
|
}
|
|
1029
1029
|
|
|
1030
1030
|
.bx-sh_0_-15px_15px_0px_rgba\(0\,_0\,_0\,_0\.05\):not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -1035,8 +1035,8 @@ html:not(#\#),body:not(#\#) {
|
|
|
1035
1035
|
will-change: auto;
|
|
1036
1036
|
}
|
|
1037
1037
|
|
|
1038
|
-
.
|
|
1039
|
-
z-index:
|
|
1038
|
+
.z_overlay:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1039
|
+
z-index: var(--z-index-overlay);
|
|
1040
1040
|
}
|
|
1041
1041
|
|
|
1042
1042
|
.h_100dvh:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -1306,18 +1306,10 @@ html:not(#\#),body:not(#\#) {
|
|
|
1306
1306
|
width: 100vw;
|
|
1307
1307
|
}
|
|
1308
1308
|
|
|
1309
|
-
.z_overlay:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1310
|
-
z-index: var(--z-index-overlay);
|
|
1311
|
-
}
|
|
1312
|
-
|
|
1313
1309
|
.ov_auto:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1314
1310
|
overflow: auto;
|
|
1315
1311
|
}
|
|
1316
1312
|
|
|
1317
|
-
.z_modal:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1318
|
-
z-index: var(--z-index-modal);
|
|
1319
|
-
}
|
|
1320
|
-
|
|
1321
1313
|
.p_4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1322
1314
|
padding: var(--spacing-4);
|
|
1323
1315
|
}
|
|
@@ -1976,8 +1968,8 @@ html:not(#\#),body:not(#\#) {
|
|
|
1976
1968
|
row-gap: var(--spacing-10);
|
|
1977
1969
|
}
|
|
1978
1970
|
|
|
1979
|
-
.bg-
|
|
1980
|
-
background-color:
|
|
1971
|
+
.bg-c_surface\.layer_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
1972
|
+
background-color: var(--colors-surface-layer_1);
|
|
1981
1973
|
}
|
|
1982
1974
|
|
|
1983
1975
|
.top_0:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
@@ -2059,10 +2051,6 @@ html:not(#\#),body:not(#\#) {
|
|
|
2059
2051
|
left: var(--spacing-0);
|
|
2060
2052
|
}
|
|
2061
2053
|
|
|
2062
|
-
.bg-c_surface\.layer_1:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2063
|
-
background-color: var(--colors-surface-layer_1);
|
|
2064
|
-
}
|
|
2065
|
-
|
|
2066
2054
|
.top_4:not(#\#):not(#\#):not(#\#):not(#\#):not(#\#) {
|
|
2067
2055
|
top: var(--spacing-4);
|
|
2068
2056
|
}
|