@starasia/admin 2.1.3 → 3.0.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/dist/index.cjs.js +1 -1
- package/dist/index.es.js +5 -5
- package/dist/index.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +32 -32
package/dist/index.es.js
CHANGED
|
@@ -173,7 +173,7 @@ function lt({
|
|
|
173
173
|
}
|
|
174
174
|
);
|
|
175
175
|
}
|
|
176
|
-
const YA = "moduleSwitcherGroupId", XA = "
|
|
176
|
+
const YA = "moduleSwitcherGroupId", XA = "sa-module-switcher-change";
|
|
177
177
|
function ae() {
|
|
178
178
|
if (typeof window > "u") return null;
|
|
179
179
|
const e = window.localStorage.getItem(YA);
|
|
@@ -1004,7 +1004,7 @@ function wr({
|
|
|
1004
1004
|
color: "var(--sa-background-primary, #ffffff)",
|
|
1005
1005
|
fontWeight: 600,
|
|
1006
1006
|
fontSize: "0.875rem",
|
|
1007
|
-
boxShadow: "var(--sa-shadow-sm, 0 1px 2px 0
|
|
1007
|
+
boxShadow: "var(--sa-shadow-sm, 0 1px 2px 0 #0000000d)",
|
|
1008
1008
|
flexShrink: 0,
|
|
1009
1009
|
backgroundColor: "var(--sa-background-brand, #04254f)"
|
|
1010
1010
|
},
|
|
@@ -1057,7 +1057,7 @@ function wr({
|
|
|
1057
1057
|
color: "var(--sa-background-primary, #ffffff)",
|
|
1058
1058
|
fontWeight: 600,
|
|
1059
1059
|
fontSize: "1.25rem",
|
|
1060
|
-
boxShadow: "var(--sa-shadow-sm, 0 1px 2px 0
|
|
1060
|
+
boxShadow: "var(--sa-shadow-sm, 0 1px 2px 0 #0000000d)",
|
|
1061
1061
|
marginBottom: "0.75rem",
|
|
1062
1062
|
backgroundColor: "var(--sa-background-brand, #04254f)"
|
|
1063
1063
|
},
|
|
@@ -1239,7 +1239,7 @@ function wr({
|
|
|
1239
1239
|
backgroundColor: "var(--sa-background-primary, #ffffff)",
|
|
1240
1240
|
border: "1px solid var(--sa-border-subtle, #0b120e24)",
|
|
1241
1241
|
borderRadius: "var(--sa-radii-md, 0.5rem)",
|
|
1242
|
-
boxShadow: "var(--sa-shadow-lg, 0 10px 15px -3px
|
|
1242
|
+
boxShadow: "var(--sa-shadow-lg, 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a)",
|
|
1243
1243
|
padding: "0.5rem",
|
|
1244
1244
|
display: "flex",
|
|
1245
1245
|
flexDirection: "column",
|
|
@@ -2498,7 +2498,7 @@ function xr(e) {
|
|
|
2498
2498
|
const i = t.getFullYear(), o = String(t.getMonth() + 1).padStart(2, "0"), r = String(t.getDate()).padStart(2, "0");
|
|
2499
2499
|
return `${i}-${o}-${r}`;
|
|
2500
2500
|
}
|
|
2501
|
-
const bt = "
|
|
2501
|
+
const bt = "sa-admin", gA = (e) => `var(--${bt}-${e})`, Sr = {
|
|
2502
2502
|
base: {
|
|
2503
2503
|
borderColor: gA("base-border-color"),
|
|
2504
2504
|
textColor: gA("base-text-color"),
|