x-essential-lib 0.8.9 → 0.8.10
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.
|
@@ -5,5 +5,5 @@ export declare function useColor(): {
|
|
|
5
5
|
backgroundColor1: import("vue").ComputedRef<"#272727" | "#eeeeee">;
|
|
6
6
|
backgroundColor2: import("vue").ComputedRef<"#1e1e1e" | "#ffffff">;
|
|
7
7
|
highlightColor: import("vue").ComputedRef<"#303030" | "#f6f6f6">;
|
|
8
|
-
borderColor: import("vue").ComputedRef<"#
|
|
8
|
+
borderColor: import("vue").ComputedRef<"#272727" | "#eeeeee">;
|
|
9
9
|
};
|
package/dist/index.js
CHANGED
|
@@ -6,7 +6,7 @@ import { useRouter as ce, useRoute as Ve } from "vue-router";
|
|
|
6
6
|
import Se from "axios";
|
|
7
7
|
import { a as M, m as je, u as Re, b as Oe, c as Te, d as Le, e as Me, f as Be } from "./vendor.i6w3s9o3.js";
|
|
8
8
|
function Ie() {
|
|
9
|
-
const e = ue(), t = x(() => e.global.current.value.colors.primary), a = x(() => e.global.current.value.colors.secondary), o = x(() => e.current.value.dark ? "#2e2e2e" : "#bdbdbd"), r = x(() => e.current.value.dark ? "#272727" : "#eeeeee"), n = x(() => e.current.value.dark ? "#1e1e1e" : "#ffffff"), c = x(() => e.current.value.dark ? "#303030" : "#f6f6f6"), l = x(() => e.current.value.dark ? "#
|
|
9
|
+
const e = ue(), t = x(() => e.global.current.value.colors.primary), a = x(() => e.global.current.value.colors.secondary), o = x(() => e.current.value.dark ? "#2e2e2e" : "#bdbdbd"), r = x(() => e.current.value.dark ? "#272727" : "#eeeeee"), n = x(() => e.current.value.dark ? "#1e1e1e" : "#ffffff"), c = x(() => e.current.value.dark ? "#303030" : "#f6f6f6"), l = x(() => e.current.value.dark ? "#272727" : "#eeeeee");
|
|
10
10
|
return {
|
|
11
11
|
primaryColor: t,
|
|
12
12
|
secondaryColor: a,
|
|
@@ -823,7 +823,7 @@ const ut = /* @__PURE__ */ A({
|
|
|
823
823
|
});
|
|
824
824
|
};
|
|
825
825
|
async function Ft(e) {
|
|
826
|
-
return (await wt(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.
|
|
826
|
+
return (await wt(/* @__PURE__ */ Object.assign({ "./locales/en/index.ts": () => import("./i18n-en.g2u6ybqk.js"), "./locales/zhHans/index.ts": () => import("./i18n-zhHans.m6y1by9n.js") }), `./locales/${e}/index.ts`, 4)).default;
|
|
827
827
|
}
|
|
828
828
|
const Gt = { install: yt };
|
|
829
829
|
export {
|