@starasia/admin 2.1.4 → 3.0.1
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 +2 -2
- 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);
|
|
@@ -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"),
|