vlite3 1.4.9 → 1.4.11

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.
@@ -28,7 +28,7 @@ const I = { class: "flex items-center justify-center gap-1.5" }, R = { class: "f
28
28
  () => c.value.totals.itemCount ?? c.value.items?.reduce((h, t) => h + (t.quantity || 0), 0) ?? 0
29
29
  );
30
30
  return (h, t) => (a(), s("div", {
31
- class: o(["v-cart v-cart-v2 flex flex-col bg-background text-foreground border border-border max-w-md mx-auto overflow-hidden h-full", [e.containerClass, e.compact ? "rounded-sm" : "rounded-md"]])
31
+ class: o(["v-cart v-cart-v2 flex flex-col bg-background text-foreground border border-border overflow-hidden h-full", [e.containerClass, e.compact ? "rounded-sm" : "rounded-md"]])
32
32
  }, [
33
33
  n("div", {
34
34
  class: o(["text-center border-b border-dashed border-border shrink-0", e.compact ? "p-3" : "p-4"])
@@ -1,4 +1,4 @@
1
- import { defineComponent as q, computed as c, openBlock as a, createElementBlock as i, normalizeClass as r, createElementVNode as m, createVNode as v, toDisplayString as b, createCommentVNode as u, unref as z, createBlock as y, Fragment as B, renderList as N, withCtx as k, createTextVNode as C } from "vue";
1
+ import { defineComponent as q, computed as c, openBlock as o, createElementBlock as i, normalizeClass as r, createElementVNode as m, createVNode as v, toDisplayString as b, createCommentVNode as u, unref as z, createBlock as y, Fragment as B, renderList as N, withCtx as k, createTextVNode as C } from "vue";
2
2
  import D from "../Icon.vue.js";
3
3
  import E from "../Price/Price.vue.js";
4
4
  import w from "../Button.vue.js";
@@ -28,11 +28,11 @@ const T = { class: "flex items-center gap-2 min-w-0" }, A = {
28
28
  },
29
29
  emits: ["update:quantity", "remove", "clear", "apply-coupon", "remove-coupon", "coupon-change", "continue", "continue-shopping"],
30
30
  setup(e, { emit: $ }) {
31
- const p = e, l = $, s = c(() => p.data), g = c(() => p.labels || {}), o = c(() => p.actions || {}), f = c(() => p.features || {}), d = c(() => s.value.empty || !s.value.items || s.value.items.length === 0), S = c(
31
+ const p = e, l = $, s = c(() => p.data), g = c(() => p.labels || {}), n = c(() => p.actions || {}), f = c(() => p.features || {}), d = c(() => s.value.empty || !s.value.items || s.value.items.length === 0), S = c(
32
32
  () => s.value.totals.itemCount ?? s.value.items?.reduce((h, t) => h + (t.quantity || 0), 0) ?? 0
33
33
  );
34
- return (h, t) => (a(), i("div", {
35
- class: r(["v-cart v-cart-v4 flex flex-col bg-background text-foreground border border-border rounded-lg overflow-hidden w-full h-full", [e.containerClass, e.compact ? "max-w-xs" : "max-w-sm"]])
34
+ return (h, t) => (o(), i("div", {
35
+ class: r(["v-cart v-cart-v4 flex flex-col bg-background text-foreground border border-border rounded-lg overflow-hidden w-full h-full", [e.containerClass]])
36
36
  }, [
37
37
  m("div", {
38
38
  class: r(["flex items-center justify-between gap-2 border-b border-border shrink-0", e.compact ? "px-3 py-2" : "px-4 py-2.5"])
@@ -45,9 +45,9 @@ const T = { class: "flex items-center gap-2 min-w-0" }, A = {
45
45
  m("p", {
46
46
  class: r(["font-bold text-foreground truncate", (e.compact, "text-sm")])
47
47
  }, b(s.value.title || g.value.cart || "Cart"), 3),
48
- d.value ? u("", !0) : (a(), i("span", A, b(S.value), 1))
48
+ d.value ? u("", !0) : (o(), i("span", A, b(S.value), 1))
49
49
  ]),
50
- !d.value && !e.compact ? (a(), i("p", F, [
50
+ !d.value && !e.compact ? (o(), i("p", F, [
51
51
  m("span", U, [
52
52
  v(z(E), {
53
53
  value: e.data.totals.grandTotal,
@@ -57,20 +57,20 @@ const T = { class: "flex items-center gap-2 min-w-0" }, A = {
57
57
  ])) : u("", !0)
58
58
  ], 2),
59
59
  m("div", G, [
60
- d.value ? (a(), y(R, {
60
+ d.value ? (o(), y(R, {
61
61
  key: 0,
62
62
  labels: e.labels,
63
63
  compact: !0,
64
- onContinueShopping: t[0] || (t[0] = (n) => l("continue-shopping"))
65
- }, null, 8, ["labels"])) : (a(), i("ul", {
64
+ onContinueShopping: t[0] || (t[0] = (a) => l("continue-shopping"))
65
+ }, null, 8, ["labels"])) : (o(), i("ul", {
66
66
  key: 1,
67
67
  class: r(["divide-y divide-border", e.compact ? "px-3" : "px-4"])
68
68
  }, [
69
- (a(!0), i(B, null, N(e.data.items, (n) => (a(), i("li", {
70
- key: n.id
69
+ (o(!0), i(B, null, N(e.data.items, (a) => (o(), i("li", {
70
+ key: a.id
71
71
  }, [
72
72
  v(L, {
73
- item: n,
73
+ item: a,
74
74
  features: e.features,
75
75
  labels: e.labels,
76
76
  compact: e.compact,
@@ -82,7 +82,7 @@ const T = { class: "flex items-center gap-2 min-w-0" }, A = {
82
82
  ]))), 128))
83
83
  ], 2))
84
84
  ]),
85
- d.value ? u("", !0) : (a(), i("div", {
85
+ d.value ? u("", !0) : (o(), i("div", {
86
86
  key: 0,
87
87
  class: r(["border-t border-border bg-muted/30 shrink-0", e.compact ? "p-3 space-y-2" : "p-4 space-y-3"])
88
88
  }, [
@@ -94,44 +94,44 @@ const T = { class: "flex items-center gap-2 min-w-0" }, A = {
94
94
  coupon: e.data.coupon,
95
95
  variant: "Variant4"
96
96
  }, null, 8, ["totals", "features", "labels", "compact", "coupon"]),
97
- e.features.coupon ? (a(), y(I, {
97
+ e.features.coupon ? (o(), y(I, {
98
98
  key: 0,
99
99
  coupon: e.data.coupon,
100
100
  labels: e.labels,
101
101
  compact: e.compact,
102
102
  readonly: e.data.readonly,
103
- onApply: t[3] || (t[3] = (n) => l("apply-coupon", n)),
104
- onRemove: t[4] || (t[4] = (n) => l("remove-coupon")),
105
- onChange: t[5] || (t[5] = (n) => l("coupon-change", n))
103
+ onApply: t[3] || (t[3] = (a) => l("apply-coupon", a)),
104
+ onRemove: t[4] || (t[4] = (a) => l("remove-coupon")),
105
+ onChange: t[5] || (t[5] = (a) => l("coupon-change", a))
106
106
  }, null, 8, ["coupon", "labels", "compact", "readonly"])) : u("", !0),
107
- o.value.showContinue && f.value.continue || o.value.showContinueShopping && f.value.continueShopping ? (a(), i("div", H, [
108
- o.value.showContinue && f.value.continue ? (a(), y(w, {
107
+ n.value.showContinue && f.value.continue || n.value.showContinueShopping && f.value.continueShopping ? (o(), i("div", H, [
108
+ n.value.showContinue && f.value.continue ? (o(), y(w, {
109
109
  key: 0,
110
110
  variant: "primary",
111
111
  size: e.compact ? "sm" : "md",
112
112
  block: !0,
113
- icon: o.value.continueIcon || "lucide:arrow-right",
114
- disabled: o.value.continueDisabled || d.value,
113
+ icon: n.value.continueIcon || "lucide:arrow-right",
114
+ disabled: n.value.continueDisabled || d.value,
115
115
  class: "w-full",
116
- onClick: t[6] || (t[6] = (n) => l("continue"))
116
+ onClick: t[6] || (t[6] = (a) => l("continue"))
117
117
  }, {
118
118
  default: k(() => [
119
- C(b(o.value.continueLabel || g.value.continue || "Checkout"), 1)
119
+ C(b(n.value.continueLabel || g.value.continue || "Checkout"), 1)
120
120
  ]),
121
121
  _: 1
122
122
  }, 8, ["size", "icon", "disabled"])) : u("", !0),
123
- o.value.showContinueShopping && f.value.continueShopping ? (a(), y(w, {
123
+ n.value.showContinueShopping && f.value.continueShopping ? (o(), y(w, {
124
124
  key: 1,
125
125
  variant: "ghost",
126
126
  size: "sm",
127
127
  block: !0,
128
- icon: o.value.continueShoppingIcon || "lucide:arrow-left",
129
- disabled: o.value.continueShoppingDisabled,
128
+ icon: n.value.continueShoppingIcon || "lucide:arrow-left",
129
+ disabled: n.value.continueShoppingDisabled,
130
130
  class: "w-full",
131
- onClick: t[7] || (t[7] = (n) => l("continue-shopping"))
131
+ onClick: t[7] || (t[7] = (a) => l("continue-shopping"))
132
132
  }, {
133
133
  default: k(() => [
134
- C(b(o.value.continueShoppingLabel || g.value.continueShopping || "Continue shopping"), 1)
134
+ C(b(n.value.continueShoppingLabel || g.value.continueShopping || "Continue shopping"), 1)
135
135
  ]),
136
136
  _: 1
137
137
  }, 8, ["icon", "disabled"])) : u("", !0)
@@ -22,8 +22,8 @@ import qe from "../IconPicker.vue.js";
22
22
  /* empty css */
23
23
  /* empty css */
24
24
  /* empty css */
25
- /* empty css */
26
- /* empty css */
25
+ /* empty css */
26
+ /* empty css */
27
27
  import "../../core/config.js";
28
28
  /* empty css */
29
29
  /* empty css */
@@ -1,9 +1,9 @@
1
1
  import { defineComponent as te, ref as v, shallowRef as ne, watch as oe, computed as h, onMounted as le, onUnmounted as ae, openBlock as C, createElementBlock as L, normalizeClass as re, toDisplayString as I, createCommentVNode as U, createElementVNode as w, createVNode as q, unref as a, normalizeStyle as ie } from "vue";
2
2
  /* empty css */
3
- import se from "./RichTextToolbar.vue.js";
4
- /* empty css */
5
- import de from "./RichTextLinkPopover.vue.js";
6
- /* empty css */
3
+ import se from "./RichTextToolbar.vue2.js";
4
+ /* empty css */
5
+ import de from "./RichTextLinkPopover.vue2.js";
6
+ /* empty css */
7
7
  import { useRichTextImageUpload as ue } from "./composables/useRichTextImageUpload.js";
8
8
  import { useRichTextLinks as ce } from "./composables/useRichTextLinks.js";
9
9
  const fe = ["aria-labelledby", "aria-describedby"], me = ["id", "for"], ve = { class: "rte-wrapper" }, ye = { class: "rte-body-wrap" }, ge = ["id", "contenteditable", "aria-label", "aria-readonly", "aria-disabled", "aria-invalid"], be = ["id"], Se = /* @__PURE__ */ te({
@@ -1,5 +1,5 @@
1
- import o from "./RichTextLinkPopover.vue.js";
2
- /* empty css */
1
+ import o from "./RichTextLinkPopover.vue2.js";
2
+ /* empty css */
3
3
  export {
4
4
  o as default
5
5
  };
@@ -1,5 +1,5 @@
1
- import o from "./RichTextToolbar.vue.js";
2
- /* empty css */
1
+ import o from "./RichTextToolbar.vue2.js";
2
+ /* empty css */
3
3
  export {
4
4
  o as default
5
5
  };
@@ -21,8 +21,8 @@ import "iconify-icon-picker/style.css";
21
21
  /* empty css */
22
22
  /* empty css */
23
23
  /* empty css */
24
- /* empty css */
25
- /* empty css */
24
+ /* empty css */
25
+ /* empty css */
26
26
  import "../../core/config.js";
27
27
  /* empty css */
28
28
  /* empty css */
@@ -1,8 +1,8 @@
1
- import { defineComponent as s, computed as o, provide as n, openBlock as a, createElementBlock as m, normalizeStyle as u, normalizeClass as c, createBlock as f, resolveDynamicComponent as v, withCtx as p, createTextVNode as C, toDisplayString as b, renderSlot as S } from "vue";
2
- import { buildThemeVariables as g, buildCardOverrideStyles as h } from "./themeVars.js";
3
- import { THEME_STYLES_KEY as y } from "../../composables/useThemeStyles.js";
4
- import { isDarkColor as k } from "../../utils/colorUtils.js";
5
- const D = /* @__PURE__ */ s({
1
+ import { defineComponent as p, useId as C, computed as o, provide as h, openBlock as l, createElementBlock as y, normalizeStyle as b, normalizeClass as S, createBlock as d, resolveDynamicComponent as s, withCtx as n, createTextVNode as u, toDisplayString as m, renderSlot as g } from "vue";
2
+ import { buildThemeVariables as k, buildThemeStyleBlock as T, buildCardOverrideStyles as _ } from "./themeVars.js";
3
+ import { THEME_STYLES_KEY as B } from "../../composables/useThemeStyles.js";
4
+ import { isDarkColor as E } from "../../utils/colorUtils.js";
5
+ const V = /* @__PURE__ */ p({
6
6
  __name: "ThemeProvider",
7
7
  props: {
8
8
  bgColor: { default: void 0 },
@@ -14,24 +14,33 @@ const D = /* @__PURE__ */ s({
14
14
  maxWidth: { default: void 0 },
15
15
  rootClass: { default: "vlite-theme-provider" }
16
16
  },
17
- setup(t) {
18
- const e = t, r = o(() => e.bgColor ? k(e.bgColor) : !1), l = o(() => g(e)), d = o(
19
- () => e.bgColor ? h(e.bgColor, r.value) : ""
17
+ setup(r) {
18
+ const e = r, a = `vlite-theme-provider-${C()}`, i = o(() => e.bgColor ? E(e.bgColor) : !1), t = o(() => k(e)), c = o(
19
+ () => T(t.value, a)
20
+ ), v = o(
21
+ () => e.bgColor ? _(e.bgColor, i.value) : ""
20
22
  );
21
- return n(y, l), (i, T) => (a(), m("div", {
22
- class: c([t.rootClass, "transition-colors duration-300", { dark: r.value }]),
23
- style: u(l.value)
23
+ return h(B, t), (f, x) => (l(), y("div", {
24
+ id: a,
25
+ class: S([r.rootClass, "transition-colors duration-300", { dark: i.value }]),
26
+ style: b(t.value)
24
27
  }, [
25
- (a(), f(v("style"), null, {
26
- default: p(() => [
27
- C(b(d.value), 1)
28
+ (l(), d(s("style"), null, {
29
+ default: n(() => [
30
+ u(m(c.value), 1)
28
31
  ]),
29
32
  _: 1
30
33
  })),
31
- S(i.$slots, "default")
34
+ (l(), d(s("style"), null, {
35
+ default: n(() => [
36
+ u(m(v.value), 1)
37
+ ]),
38
+ _: 1
39
+ })),
40
+ g(f.$slots, "default")
32
41
  ], 6));
33
42
  }
34
43
  });
35
44
  export {
36
- D as default
45
+ V as default
37
46
  };
@@ -1,3 +1,3 @@
1
1
  export { default as ThemeProvider } from './ThemeProvider.vue';
2
2
  export type { ThemeProviderProps, ThemeStyles, ThemeMaxWidth } from './types';
3
- export { buildThemeVariables, buildCardOverrideStyles } from './themeVars';
3
+ export { buildThemeVariables, buildCardOverrideStyles, buildThemeStyleBlock, } from './themeVars';
@@ -9,6 +9,37 @@ export declare const DEFAULT_MAX_WIDTH = 1440;
9
9
  * `.bg-card .bg-card` selectors which cannot be expressed as inline variables).
10
10
  */
11
11
  export declare function buildCardOverrideStyles(bg: string, isDark: boolean): string;
12
+ /**
13
+ * Build a `<style>` text block that re-applies every generated CSS custom
14
+ * property with `!important`, scoped to a unique `#id` selector.
15
+ *
16
+ * Why this exists:
17
+ *
18
+ * The provider also injects variables via the root element's inline
19
+ * `:style`. Inline styles are strong (specificity 1,0,0,0) but a
20
+ * `!important` rule from anywhere else in the cascade still wins
21
+ * over them. In a host application that ships global stylesheets
22
+ * (Tailwind preflight, design-system tokens, dark-mode overrides,
23
+ * …) it is common for at least one of those sheets to mark brand
24
+ * tokens like `--color-primary` with `!important` in a `.dark` /
25
+ * `[data-theme="dark"]` block. That silently nukes the provider's
26
+ * inline values and the brand color disappears.
27
+ *
28
+ * The fix is a redundant layer that has the *highest* priority
29
+ * CSS offers: an ID selector combined with `!important`. With
30
+ * `#<id> { --var: v !important; }` nothing else in the cascade
31
+ * can override the theme — not Tailwind defaults, not ERP global
32
+ * styles, not third-party stylesheets.
33
+ *
34
+ * Pure: no DOM, no Vue. Returns a CSS string ready to be dropped
35
+ * inside a `<component :is="'style'">{{ block }}</component>` block.
36
+ *
37
+ * Only CSS custom properties (keys starting with `--`) are emitted;
38
+ * real CSS properties like `font-size` are intentionally skipped to
39
+ * avoid forcing `!important` on properties that affect layout
40
+ * inheritance globally.
41
+ */
42
+ export declare function buildThemeStyleBlock(vars: ThemeStyles, id: string): string;
12
43
  /**
13
44
  * Compute the full theme-styles record from a {@link ThemeProviderProps}.
14
45
  * Pure: no DOM, no Vue. Re-usable from tests and from server-side code.
@@ -121,16 +121,16 @@ const x = 16, k = 1.25, y = 8, $ = 1440, g = (r, o) => {
121
121
  "--font-weight-black": "900"
122
122
  }, L = (r, o, l) => {
123
123
  const t = o / x;
124
- r["font-size"] = `${o}px`, r["--font-size-base"] = `${o}px`, T.forEach(([c, e, f]) => {
125
- const u = e * t;
126
- r[`--text-${c}`] = `${i(u)}rem`, r[`--text-${c}--line-height`] = f === e ? "1" : `calc(${i(f * t)} / ${i(u)})`;
127
- }), Object.entries(E).forEach(([c, e]) => {
128
- r[`--text--fs-${c}`] = `${i(e)}em`;
124
+ r["font-size"] = `${o}px`, r["--font-size-base"] = `${o}px`, T.forEach(([e, c, n]) => {
125
+ const u = c * t;
126
+ r[`--text-${e}`] = `${i(u)}rem`, r[`--text-${e}--line-height`] = n === c ? "1" : `calc(${i(n * t)} / ${i(u)})`;
127
+ }), Object.entries(E).forEach(([e, c]) => {
128
+ r[`--text--fs-${e}`] = `${i(c)}em`;
129
129
  });
130
- const n = l / k;
131
- w.forEach((c) => {
132
- const f = 1 + (B[c] - 1) * n;
133
- r[`--text-fs-${c}`] = `${i(f)}em`;
130
+ const f = l / k;
131
+ w.forEach((e) => {
132
+ const n = 1 + (B[e] - 1) * f;
133
+ r[`--text-fs-${e}`] = `${i(n)}em`;
134
134
  });
135
135
  }, _ = (r, o) => {
136
136
  const l = o / x;
@@ -255,9 +255,9 @@ const x = 16, k = 1.25, y = 8, $ = 1440, g = (r, o) => {
255
255
  chart: ["#818cf8", "#34d399", "#fbbf24", "#fb7185", "#60a5fa", "#f472b6"]
256
256
  }, D = (r, o) => {
257
257
  const l = o ? N : A;
258
- ["danger", "warning", "info", "success"].forEach((c) => {
259
- const e = l[c];
260
- r[`--color-${c}-light`] = e.light, r[`--color-${c}`] = e.default, r[`--color-${c}-dark`] = e.dark, r[`--color-${c}-fg`] = e.fg, r[`--color-${c}-fg-light`] = e.fgLight, r[`--color-${c}-subtle`] = e.subtle, r[`--color-${c}-subtle-fg`] = e.subtleFg, r[`--color-${c}-subtle-border`] = e.subtleBorder, c === "danger" && (r["--color-destructive"] = e.default, r["--color-destructive-foreground"] = e.fg);
258
+ ["danger", "warning", "info", "success"].forEach((e) => {
259
+ const c = l[e];
260
+ r[`--color-${e}-light`] = c.light, r[`--color-${e}`] = c.default, r[`--color-${e}-dark`] = c.dark, r[`--color-${e}-fg`] = c.fg, r[`--color-${e}-fg-light`] = c.fgLight, r[`--color-${e}-subtle`] = c.subtle, r[`--color-${e}-subtle-fg`] = c.subtleFg, r[`--color-${e}-subtle-border`] = c.subtleBorder, e === "danger" && (r["--color-destructive"] = c.default, r["--color-destructive-foreground"] = c.fg);
261
261
  }), [
262
262
  "secondary",
263
263
  "purple",
@@ -266,43 +266,43 @@ const x = 16, k = 1.25, y = 8, $ = 1440, g = (r, o) => {
266
266
  "orange",
267
267
  "pink",
268
268
  "cyan"
269
- ].forEach((c) => {
270
- const e = l[c];
271
- r[`--color-${c}-subtle`] = e.subtle, r[`--color-${c}-subtle-fg`] = e.subtleFg, r[`--color-${c}-subtle-border`] = e.subtleBorder;
272
- }), l.chart.forEach((c, e) => {
273
- r[`--color-chart-${e + 1}`] = c;
269
+ ].forEach((e) => {
270
+ const c = l[e];
271
+ r[`--color-${e}-subtle`] = c.subtle, r[`--color-${e}-subtle-fg`] = c.subtleFg, r[`--color-${e}-subtle-border`] = c.subtleBorder;
272
+ }), l.chart.forEach((e, c) => {
273
+ r[`--color-chart-${c + 1}`] = e;
274
274
  });
275
275
  };
276
- function O(r, o) {
276
+ function V(r, o) {
277
277
  if (!r) return "";
278
278
  if (o) {
279
- const c = a(r, "#ffffff", 0.07), e = a(r, "#ffffff", 0.12), f = a(r, "#ffffff", 0.1), u = a(r, "#ffffff", 0.14), d = a(r, "#ffffff", 0.13), v = a(r, "#ffffff", 0.16), b = a(r, "#ffffff", 0.07), h = a(r, "#ffffff", 0.11), m = a(r, "#ffffff", 0.1), p = a(r, "#ffffff", 0.14);
279
+ const e = a(r, "#ffffff", 0.07), c = a(r, "#ffffff", 0.12), n = a(r, "#ffffff", 0.1), u = a(r, "#ffffff", 0.14), d = a(r, "#ffffff", 0.13), h = a(r, "#ffffff", 0.16), b = a(r, "#ffffff", 0.07), v = a(r, "#ffffff", 0.11), m = a(r, "#ffffff", 0.1), p = a(r, "#ffffff", 0.14);
280
280
  return `
281
281
  .vlite-theme-provider.dark .bg-card {
282
- --color-body: ${c} !important;
283
- --color-white: ${c} !important;
284
- --color-mixture-1: ${e} !important;
282
+ --color-body: ${e} !important;
283
+ --color-white: ${e} !important;
284
+ --color-mixture-1: ${c} !important;
285
285
  --color-mixture-2: #ffffff !important;
286
- background-color: ${c} !important;
286
+ background-color: ${e} !important;
287
287
  }
288
288
  .vlite-theme-provider.dark .bg-card .bg-card {
289
- --color-body: ${f} !important;
290
- --color-white: ${f} !important;
289
+ --color-body: ${n} !important;
290
+ --color-white: ${n} !important;
291
291
  --color-mixture-1: ${u} !important;
292
292
  --color-mixture-2: #000000;
293
- background-color: ${f} !important;
293
+ background-color: ${n} !important;
294
294
  }
295
295
  .vlite-theme-provider.dark .bg-card .bg-card .bg-card {
296
296
  --color-body: ${d} !important;
297
297
  --color-white: ${d} !important;
298
- --color-mixture-1: ${v} !important;
298
+ --color-mixture-1: ${h} !important;
299
299
  --color-mixture-2: #000000;
300
300
  background-color: ${d} !important;
301
301
  }
302
302
  .vlite-theme-provider.dark .bg-card-light {
303
303
  --color-body: ${b} !important;
304
304
  --color-white: ${b} !important;
305
- --color-mixture-1: ${h} !important;
305
+ --color-mixture-1: ${v} !important;
306
306
  --color-mixture-2: #ffffff !important;
307
307
  background-color: ${b} !important;
308
308
  }
@@ -315,7 +315,7 @@ function O(r, o) {
315
315
  }
316
316
  `;
317
317
  }
318
- const l = a(r, "#000000", 0.03), t = a(r, "#000000", 0.055), n = a(r, "#000000", 0.09);
318
+ const l = a(r, "#000000", 0.03), t = a(r, "#000000", 0.055), f = a(r, "#000000", 0.09);
319
319
  return `
320
320
  .vlite-theme-provider .bg-card,
321
321
  .vlite-theme-provider .bg-card-light {
@@ -336,15 +336,30 @@ function O(r, o) {
336
336
  }
337
337
  .vlite-theme-provider .bg-card .bg-card .bg-card,
338
338
  .vlite-theme-provider .bg-card-light .bg-card-light .bg-card-light {
339
- --color-body: ${n} !important;
340
- --color-white: ${n} !important;
341
- --color-mixture-1: ${n};
339
+ --color-body: ${f} !important;
340
+ --color-white: ${f} !important;
341
+ --color-mixture-1: ${f};
342
342
  --color-mixture-2: #000000;
343
- background-color: ${n} !important;
343
+ background-color: ${f} !important;
344
+ }
345
+ `;
346
+ }
347
+ const I = (r) => r.replace(/[{};]/g, "");
348
+ function R(r, o) {
349
+ if (!o) return "";
350
+ const l = [];
351
+ for (const [t, f] of Object.entries(r)) {
352
+ if (!t.startsWith("--")) continue;
353
+ const e = I(f);
354
+ e && l.push(` ${t}: ${e} !important;`);
355
+ }
356
+ return l.length === 0 ? "" : `#${o} {
357
+ ${l.join(`
358
+ `)}
344
359
  }
345
360
  `;
346
361
  }
347
- function R(r) {
362
+ function U(r) {
348
363
  const o = {};
349
364
  if (o["--color-white"] = r.bgColor ?? "#ffffff", o["--color-black"] = "#000000", r.bgColor) {
350
365
  o["--color-background"] = r.bgColor, o["--color-body"] = r.bgColor;
@@ -367,6 +382,7 @@ export {
367
382
  y as DEFAULT_BORDER_RADIUS,
368
383
  k as DEFAULT_HEADING_SCALE,
369
384
  $ as DEFAULT_MAX_WIDTH,
370
- O as buildCardOverrideStyles,
371
- R as buildThemeVariables
385
+ V as buildCardOverrideStyles,
386
+ R as buildThemeStyleBlock,
387
+ U as buildThemeVariables
372
388
  };
package/index.js CHANGED
@@ -1,6 +1,6 @@
1
1
  import { default as p } from "vue3-google-signin";
2
2
  import { deepMerge as u } from "./utils/object.js";
3
- import { camelCase as x, capitalize as i, copyToClipboard as n, debounce as c, delay as C, downloadFile as g, flattenArray as T, formatAmPm as S, formatCurrency as h, formatDate as I, formatNumber as b, formatSchedule as P, getDefaultDateRange as v, getNextMonth as y, getNextYear as D, getPrevMonth as F, getPrevYear as E, getToday as R, getTomorrow as A, getUniqueId as B, getUpcoming as M, getYear as N, getYesterday as k, isAppleDevice as L, isEmpty as w, isPureTimeString as O, isValidTimeRange as G, parseDateTime as _, randomNumber as K, removeExtraProperties as Y, slugify as H, throttle as U, toISO as V, toLocalISO as z, truncate as Q } from "./utils/functions.js";
3
+ import { camelCase as x, capitalize as i, copyToClipboard as n, debounce as c, delay as C, downloadFile as T, flattenArray as g, formatAmPm as S, formatCurrency as h, formatDate as I, formatNumber as b, formatSchedule as P, getDefaultDateRange as v, getNextMonth as y, getNextYear as D, getPrevMonth as F, getPrevYear as E, getToday as B, getTomorrow as R, getUniqueId as A, getUpcoming as k, getYear as M, getYesterday as N, isAppleDevice as L, isEmpty as w, isPureTimeString as O, isValidTimeRange as G, parseDateTime as _, randomNumber as K, removeExtraProperties as Y, slugify as H, throttle as U, toISO as V, toLocalISO as z, truncate as Q } from "./utils/functions.js";
4
4
  import { lazySearch as X, resetSearchIndex as j, search as q } from "./utils/search.util.js";
5
5
  import { env as J } from "./utils/env.js";
6
6
  import { $t as ee } from "./utils/i18n.js";
@@ -11,16 +11,16 @@ import { default as ue } from "./components/Form/Form.vue.js";
11
11
  import { default as xe } from "./components/Form/FormField.vue.js";
12
12
  import { default as ne } from "./components/Form/FormFields.vue.js";
13
13
  import { default as Ce } from "./components/Form/index.vue.js";
14
- import { default as Te } from "./components/Form/FormSkeleton.vue.js";
14
+ import { default as ge } from "./components/Form/FormSkeleton.vue.js";
15
15
  import { useForm as he } from "./components/Form/composables/useForm.js";
16
16
  import { useFileUpload as be } from "./components/Form/composables/useFileUpload.js";
17
17
  import { default as ve } from "./components/Tabes/Tabes.vue.js";
18
18
  import { default as De } from "./components/Stats/Stats.vue.js";
19
19
  /* empty css */
20
20
  import { default as Ee } from "./components/Kanban/Kanban.vue.js";
21
- import { default as Ae } from "./components/Kanban/KanbanBoard.vue.js";
22
- import { useKanbanBoard as Me } from "./components/Kanban/useKanbanBoard.js";
23
- import { default as ke } from "./components/Navbar/Navbar.vue.js";
21
+ import { default as Re } from "./components/Kanban/KanbanBoard.vue.js";
22
+ import { useKanbanBoard as ke } from "./components/Kanban/useKanbanBoard.js";
23
+ import { default as Ne } from "./components/Navbar/Navbar.vue.js";
24
24
  import { default as we } from "./components/Navbar/NavbarItem.vue.js";
25
25
  import { default as Ge } from "./components/Navbar/NavbarGroup.vue.js";
26
26
  import { default as Ke } from "./components/Navbar/NavbarTabs.vue.js";
@@ -39,12 +39,12 @@ import { default as po } from "./components/Carousel/Carousel.vue.js";
39
39
  import { default as uo } from "./components/Cart/Cart.vue.js";
40
40
  import { default as io } from "./components/Cart/CartLineItem.vue.js";
41
41
  import { default as co } from "./components/Cart/CartSummary.vue.js";
42
- import { default as go } from "./components/Cart/CartCouponInput.vue.js";
42
+ import { default as To } from "./components/Cart/CartCouponInput.vue.js";
43
43
  import { default as So } from "./components/Cart/CartEmptyState.vue.js";
44
44
  import { useCart as Io } from "./components/Cart/composables/useCart.js";
45
- import { calculateCartTotals as Po, computeCouponDiscount as vo, computeShipping as yo, computeTax as Do, sumItemCount as Fo, sumLineTotals as Eo, sumSavings as Ro, useCartCalculation as Ao } from "./components/Cart/composables/useCartCalculation.js";
46
- import { default as Mo } from "./components/Dropdown/Dropdown.vue.js";
47
- import { default as ko } from "./components/Dropdown/DropdownMenu.vue.js";
45
+ import { calculateCartTotals as Po, computeCouponDiscount as vo, computeShipping as yo, computeTax as Do, sumItemCount as Fo, sumLineTotals as Eo, sumSavings as Bo, useCartCalculation as Ro } from "./components/Cart/composables/useCartCalculation.js";
46
+ import { default as ko } from "./components/Dropdown/Dropdown.vue.js";
47
+ import { default as No } from "./components/Dropdown/DropdownMenu.vue.js";
48
48
  import { default as wo } from "./components/Dropdown/DropdownTrigger.vue.js";
49
49
  import { default as Go } from "./components/Dropdown/DropdownItem.vue.js";
50
50
  import { useDropdownSelection as Ko } from "./components/Dropdown/composables/useDropdownSelection.js";
@@ -63,15 +63,15 @@ import { default as sr } from "./components/Workbook/Workbook.vue.js";
63
63
  import { default as dr } from "./components/Workbook/Sheet.vue.js";
64
64
  import { default as ir } from "./components/DataList/DataList.vue.js";
65
65
  import { default as cr } from "./components/List/List.vue.js";
66
- import { default as gr } from "./components/List/ListFieldRow.vue.js";
66
+ import { default as Tr } from "./components/List/ListFieldRow.vue.js";
67
67
  import { getObjectValue as Sr } from "./components/List/utils.js";
68
68
  import { default as Ir } from "./components/Empty/Empty.vue.js";
69
69
  import { default as Pr } from "./components/Comment/CommentItem.vue.js";
70
70
  import { default as yr } from "./components/Comment/CommentThread.vue.js";
71
71
  import { default as Fr } from "./components/Comment/CommentEditor.vue.js";
72
- import { default as Rr } from "./components/Accordion/Accordion.vue.js";
73
- import { default as Br } from "./components/Accordion/AccordionItem.vue.js";
74
- import { default as Nr } from "./components/Accordion/AccordionTrigger.vue.js";
72
+ import { default as Br } from "./components/Accordion/Accordion.vue.js";
73
+ import { default as Ar } from "./components/Accordion/AccordionItem.vue.js";
74
+ import { default as Mr } from "./components/Accordion/AccordionTrigger.vue.js";
75
75
  import { default as Lr } from "./components/Accordion/AccordionContent.vue.js";
76
76
  import { default as Or } from "./components/ChoiceBox/ChoiceBox.vue.js";
77
77
  import { default as _r } from "./components/DataTable/DataTable.vue.js";
@@ -91,15 +91,15 @@ import { default as xt } from "./components/PricingPlan/PricingPlan.vue.js";
91
91
  import { default as nt } from "./components/PricingPlan/PricingPlanItem.vue.js";
92
92
  import { default as Ct } from "./components/SidebarMenu/SidebarMenu.vue.js";
93
93
  /* empty css */
94
- import { default as Tt } from "./components/SidebarMenu/SidebarMenuItem.vue.js";
94
+ import { default as gt } from "./components/SidebarMenu/SidebarMenuItem.vue.js";
95
95
  /* empty css */
96
96
  import { default as ht } from "./components/ProgressBar/ProgressBar.vue.js";
97
97
  import { default as bt } from "./components/PermissionMatrix/PermissionMatrix.vue.js";
98
98
  import { default as vt } from "./components/PermissionMatrix/PermissionEditor.vue.js";
99
99
  import { useAdvancedKeyStroke as Dt, useKeyStroke as Ft } from "./composables/useKeyStroke.js";
100
- import { vScrollReveal as Rt } from "./directives/vScrollReveal.js";
101
- import { default as Bt } from "./components/AvatarUploader/AvatarUploader.vue.js";
102
- import { default as Nt } from "./components/AvatarGroup/AvatarGroup.vue.js";
100
+ import { vScrollReveal as Bt } from "./directives/vScrollReveal.js";
101
+ import { default as At } from "./components/AvatarUploader/AvatarUploader.vue.js";
102
+ import { default as Mt } from "./components/AvatarGroup/AvatarGroup.vue.js";
103
103
  import { configure as Lt, pauseTimers as wt, removeToast as Ot, resumeTimers as Gt, showToast as _t, toast as Kt, useNotifications as Yt } from "./composables/useNotifications.js";
104
104
  import { default as Ut } from "./components/Timeline/Timeline.vue.js";
105
105
  import { default as zt } from "./components/Timeline/TimelineItem.vue.js";
@@ -115,14 +115,14 @@ import { default as sa } from "./components/CategoryMenu/CategoryMenu.vue.js";
115
115
  import { default as da } from "./components/ThumbnailSelector/ThumbnailSelector.vue.js";
116
116
  import { default as ia } from "./components/TagInput/TagInput.vue.js";
117
117
  import { default as ca } from "./components/Calendar/Calendar.vue.js";
118
- import { default as ga } from "./components/Calendar/CalendarEventItem.vue.js";
118
+ import { default as Ta } from "./components/Calendar/CalendarEventItem.vue.js";
119
119
  import { default as Sa } from "./components/Skeleton/Skeleton.vue.js";
120
120
  import { normalizeBone as Ia } from "./components/Skeleton/types.js";
121
121
  import { snapshotBones as Pa } from "./components/Skeleton/extract.js";
122
122
  import { configureSkeleton as ya, getGlobalConfig as Da, registerBones as Fa } from "./components/Skeleton/shared.js";
123
- import { default as Ra } from "./components/Chart/LineChart.vue.js";
124
- import { default as Ba } from "./components/Chart/BarChart.vue.js";
125
- import { default as Na } from "./components/Chart/PieChart.vue.js";
123
+ import { default as Ba } from "./components/Chart/LineChart.vue.js";
124
+ import { default as Aa } from "./components/Chart/BarChart.vue.js";
125
+ import { default as Ma } from "./components/Chart/PieChart.vue.js";
126
126
  import { default as La } from "./components/Chart/CircleChart.vue.js";
127
127
  import { default as Oa } from "./components/Chart/GaugeChart.vue.js";
128
128
  import { default as _a } from "./components/Chart/SpeedometerChart.vue.js";
@@ -138,111 +138,111 @@ import { createAsyncSelect as tf } from "./components/AsyncSelect/createAsyncSel
138
138
  import { default as ff } from "./components/ImageComparison/ImageComparison.vue.js";
139
139
  import { default as lf } from "./components/ImageMagnifier.vue.js";
140
140
  import { default as sf } from "./components/ThemeProvider/ThemeProvider.vue.js";
141
- import { buildCardOverrideStyles as df, buildThemeVariables as xf } from "./components/ThemeProvider/themeVars.js";
142
- import { default as cf } from "./components/ScaleGenerator/ScaleGenerator.vue.js";
143
- import { THEME_STYLES_KEY as gf, useThemeStyles as Tf } from "./composables/useThemeStyles.js";
144
- import { default as hf } from "./components/Icon.vue.js";
145
- import { default as bf } from "./components/Logo.vue.js";
146
- import { default as vf } from "./components/Alert.vue.js";
147
- import { default as Df } from "./components/Badge.vue.js";
148
- import { default as Ef } from "./components/Input.vue.js";
141
+ import { buildCardOverrideStyles as df, buildThemeStyleBlock as xf, buildThemeVariables as nf } from "./components/ThemeProvider/themeVars.js";
142
+ import { default as Cf } from "./components/ScaleGenerator/ScaleGenerator.vue.js";
143
+ import { THEME_STYLES_KEY as gf, useThemeStyles as Sf } from "./composables/useThemeStyles.js";
144
+ import { default as If } from "./components/Icon.vue.js";
145
+ import { default as Pf } from "./components/Logo.vue.js";
146
+ import { default as yf } from "./components/Alert.vue.js";
147
+ import { default as Ff } from "./components/Badge.vue.js";
148
+ import { default as Bf } from "./components/Input.vue.js";
149
149
  /* empty css */
150
150
  import { default as Af } from "./components/Label.vue.js";
151
151
  import { default as Mf } from "./components/Modal.vue.js";
152
- import { default as kf } from "./components/Avatar.vue.js";
153
- import { default as wf } from "./components/Persona.vue.js";
154
- import { default as Gf } from "./components/Button.vue.js";
155
- import { default as Kf } from "./components/BackButton.vue.js";
156
- import { default as Hf } from "./components/Clipboard.vue.js";
157
- import { default as Vf } from "./components/Slider.vue.js";
158
- import { default as Qf } from "./components/Switch.vue.js";
159
- import { default as Xf } from "./components/Tooltip.vue.js";
160
- import { default as qf } from "./components/CheckBox.vue.js";
161
- import { default as Jf } from "./components/Textarea.vue.js";
162
- import { default as em } from "./components/Radio.vue.js";
163
- import { default as rm } from "./components/RadioGroup.vue.js";
164
- import { default as am } from "./components/FadeOverlay/FadeOverlay.vue.js";
165
- import { default as mm } from "./components/SidePanel.vue.js";
166
- import { default as pm } from "./components/DatePicker.vue.js";
167
- import { default as um } from "./components/IconPicker.vue.js";
168
- import { default as xm } from "./components/ButtonGroup.vue.js";
169
- import { default as nm } from "./components/NumberInput.vue.js";
170
- import { default as Cm } from "./components/ThemeToggle.vue.js";
171
- import { default as Tm } from "./components/GoogleLogin.vue.js";
172
- import { default as hm } from "./components/ColorPicker/ColorPicker.vue.js";
173
- import { default as bm } from "./components/ConfirmationModal.vue.js";
174
- import { default as vm } from "./components/ToastNotification.vue.js";
175
- import { default as Dm } from "./components/CommandPalette/CommandPaletteContent.vue.js";
176
- import { default as Em } from "./components/NavbarCommandPalette.vue.js";
152
+ import { default as Lf } from "./components/Avatar.vue.js";
153
+ import { default as Of } from "./components/Persona.vue.js";
154
+ import { default as _f } from "./components/Button.vue.js";
155
+ import { default as Yf } from "./components/BackButton.vue.js";
156
+ import { default as Uf } from "./components/Clipboard.vue.js";
157
+ import { default as zf } from "./components/Slider.vue.js";
158
+ import { default as Wf } from "./components/Switch.vue.js";
159
+ import { default as jf } from "./components/Tooltip.vue.js";
160
+ import { default as $f } from "./components/CheckBox.vue.js";
161
+ import { default as Zf } from "./components/Textarea.vue.js";
162
+ import { default as om } from "./components/Radio.vue.js";
163
+ import { default as tm } from "./components/RadioGroup.vue.js";
164
+ import { default as fm } from "./components/FadeOverlay/FadeOverlay.vue.js";
165
+ import { default as lm } from "./components/SidePanel.vue.js";
166
+ import { default as sm } from "./components/DatePicker.vue.js";
167
+ import { default as dm } from "./components/IconPicker.vue.js";
168
+ import { default as im } from "./components/ButtonGroup.vue.js";
169
+ import { default as cm } from "./components/NumberInput.vue.js";
170
+ import { default as Tm } from "./components/ThemeToggle.vue.js";
171
+ import { default as Sm } from "./components/GoogleLogin.vue.js";
172
+ import { default as Im } from "./components/ColorPicker/ColorPicker.vue.js";
173
+ import { default as Pm } from "./components/ConfirmationModal.vue.js";
174
+ import { default as ym } from "./components/ToastNotification.vue.js";
175
+ import { default as Fm } from "./components/CommandPalette/CommandPaletteContent.vue.js";
176
+ import { default as Bm } from "./components/NavbarCommandPalette.vue.js";
177
177
  import { default as Am } from "./components/DateRangePicker.vue.js";
178
178
  import { createVLite as Mm } from "./core/index.js";
179
- import { default as km } from "./components/StatusChip/StatusChip.vue.js";
180
- import { STATUS_MAP as wm, normalizeStatus as Om, resolveStatus as Gm } from "./components/StatusChip/status-map.js";
181
- import { default as Km } from "./components/Price/Price.vue.js";
182
- import { default as Hm } from "./components/DateTime/DateTime.vue.js";
183
- import { default as Vm } from "./components/Clock/Clock.vue.js";
184
- import { default as Qm } from "./components/Chat/ChatInterface.vue.js";
185
- import { VLITE_CONFIG_KEY as Xm, configState as jm, updateConfig as qm, useVLiteConfig as $m } from "./core/config.js";
186
- import { getStatusColorClass as Zm } from "./utils/status.js";
179
+ import { default as Lm } from "./components/StatusChip/StatusChip.vue.js";
180
+ import { STATUS_MAP as Om, normalizeStatus as Gm, resolveStatus as _m } from "./components/StatusChip/status-map.js";
181
+ import { default as Ym } from "./components/Price/Price.vue.js";
182
+ import { default as Um } from "./components/DateTime/DateTime.vue.js";
183
+ import { default as zm } from "./components/Clock/Clock.vue.js";
184
+ import { default as Wm } from "./components/Chat/ChatInterface.vue.js";
185
+ import { VLITE_CONFIG_KEY as jm, configState as qm, updateConfig as $m, useVLiteConfig as Jm } from "./core/config.js";
186
+ import { getStatusColorClass as el } from "./utils/status.js";
187
187
  export {
188
188
  ee as $t,
189
- Rr as Accordion,
189
+ Br as Accordion,
190
190
  Lr as AccordionContent,
191
- Br as AccordionItem,
192
- Nr as AccordionTrigger,
193
- vf as Alert,
191
+ Ar as AccordionItem,
192
+ Mr as AccordionTrigger,
193
+ yf as Alert,
194
194
  $a as AppShell,
195
195
  $t as AttachmentsList,
196
- kf as Avatar,
197
- Nt as AvatarGroup,
198
- Bt as AvatarUploader,
199
- Kf as BackButton,
200
- Df as Badge,
201
- Ba as BarChart,
196
+ Lf as Avatar,
197
+ Mt as AvatarGroup,
198
+ At as AvatarUploader,
199
+ Yf as BackButton,
200
+ Ff as Badge,
201
+ Aa as BarChart,
202
202
  ao as Barcode,
203
203
  Vo as Breadcrumb,
204
204
  Qo as BreadcrumbItem,
205
- Gf as Button,
206
- xm as ButtonGroup,
205
+ _f as Button,
206
+ im as ButtonGroup,
207
207
  ca as Calendar,
208
- ga as CalendarEventItem,
208
+ Ta as CalendarEventItem,
209
209
  po as Carousel,
210
210
  uo as Cart,
211
- go as CartCouponInput,
211
+ To as CartCouponInput,
212
212
  So as CartEmptyState,
213
213
  io as CartLineItem,
214
214
  co as CartSummary,
215
215
  la as CategoryManager,
216
216
  sa as CategoryMenu,
217
- Qm as ChatInterface,
218
- qf as CheckBox,
217
+ Wm as ChatInterface,
218
+ $f as CheckBox,
219
219
  pe as Chip,
220
220
  Or as ChoiceBox,
221
221
  La as CircleChart,
222
- Hf as Clipboard,
223
- Vm as Clock,
224
- hm as ColorPicker,
225
- Dm as CommandPaletteContent,
222
+ Uf as Clipboard,
223
+ zm as Clock,
224
+ Im as ColorPicker,
225
+ Fm as CommandPaletteContent,
226
226
  Fr as CommentEditor,
227
227
  Pr as CommentItem,
228
228
  yr as CommentThread,
229
- bm as ConfirmationModal,
229
+ Pm as ConfirmationModal,
230
230
  Ce as CustomFields,
231
231
  oa as CustomFieldsDisplay,
232
232
  ir as DataList,
233
233
  _r as DataTable,
234
234
  Yr as DataTableHeader,
235
235
  Ur as DataTableRow,
236
- pm as DatePicker,
236
+ sm as DatePicker,
237
237
  Am as DateRangePicker,
238
- Hm as DateTime,
239
- Mo as Dropdown,
238
+ Um as DateTime,
239
+ ko as Dropdown,
240
240
  Go as DropdownItem,
241
- ko as DropdownMenu,
241
+ No as DropdownMenu,
242
242
  wo as DropdownTrigger,
243
243
  Ir as Empty,
244
244
  at as ExportData,
245
- am as FadeOverlay,
245
+ fm as FadeOverlay,
246
246
  et as FilePicker,
247
247
  jt as FilePreview,
248
248
  Xo as FileTree,
@@ -251,101 +251,102 @@ export {
251
251
  ue as Form,
252
252
  xe as FormField,
253
253
  ne as FormFields,
254
- Te as FormSkeleton,
254
+ ge as FormSkeleton,
255
255
  ja as GanttChart,
256
256
  Oa as GaugeChart,
257
- Tm as GoogleLogin,
257
+ Sm as GoogleLogin,
258
258
  p as GoogleSignInPlugin,
259
259
  qe as Heatmap,
260
- hf as Icon,
261
- um as IconPicker,
260
+ If as Icon,
261
+ dm as IconPicker,
262
262
  ff as ImageComparison,
263
263
  lf as ImageMagnifier,
264
264
  mt as ImportData,
265
- Ef as Input,
265
+ Bf as Input,
266
266
  ta as Invoice,
267
267
  fa as InvoiceTotals,
268
268
  Ee as Kanban,
269
- Ae as KanbanBoard,
269
+ Re as KanbanBoard,
270
270
  Af as Label,
271
- Ra as LineChart,
271
+ Ba as LineChart,
272
272
  cr as List,
273
- gr as ListFieldRow,
274
- bf as Logo,
273
+ Tr as ListFieldRow,
274
+ Pf as Logo,
275
275
  eo as MASONRY_BREAKPOINTS,
276
276
  Je as Masonry,
277
277
  Mf as Modal,
278
278
  pt as MultiSelect,
279
- ke as Navbar,
280
- Em as NavbarCommandPalette,
279
+ Ne as Navbar,
280
+ Bm as NavbarCommandPalette,
281
281
  Ge as NavbarGroup,
282
282
  we as NavbarItem,
283
283
  Ke as NavbarTabs,
284
- nm as NumberInput,
284
+ cm as NumberInput,
285
285
  lr as OTPInput,
286
286
  rt as Pagination,
287
287
  vt as PermissionEditor,
288
288
  bt as PermissionMatrix,
289
- wf as Persona,
290
- Na as PieChart,
291
- Km as Price,
289
+ Of as Persona,
290
+ Ma as PieChart,
291
+ Ym as Price,
292
292
  xt as PricingPlan,
293
293
  nt as PricingPlanItem,
294
294
  ht as ProgressBar,
295
295
  He as QRCode,
296
296
  ar as RICH_TEXT_TOOL_GROUPS,
297
- em as Radio,
298
- rm as RadioGroup,
297
+ om as Radio,
298
+ tm as RadioGroup,
299
299
  Za as Rating,
300
300
  of as ReviewSummary,
301
301
  er as RichTextEditor,
302
302
  rr as RichTextReader,
303
303
  zr as SCREEN_CONTEXT_KEY,
304
- wm as STATUS_MAP,
305
- cf as ScaleGenerator,
304
+ Om as STATUS_MAP,
305
+ Cf as ScaleGenerator,
306
306
  Ve as Screen,
307
307
  Qe as ScreenFilter,
308
308
  Xe as ScreenQuickFilters,
309
309
  Ua as SegmentBarChart,
310
310
  dr as Sheet,
311
- mm as SidePanel,
311
+ lm as SidePanel,
312
312
  Ct as SidebarMenu,
313
- Tt as SidebarMenuItem,
313
+ gt as SidebarMenuItem,
314
314
  Sa as Skeleton,
315
- Vf as Slider,
315
+ zf as Slider,
316
316
  _a as SpeedometerChart,
317
317
  ro as Spinner,
318
318
  Wr as Splitter,
319
319
  za as StatCardChart,
320
320
  De as Stats,
321
- km as StatusChip,
322
- Qf as Switch,
321
+ Lm as StatusChip,
322
+ Wf as Switch,
323
323
  gf as THEME_STYLES_KEY,
324
324
  ve as Tabes,
325
325
  ia as TagInput,
326
- Jf as Textarea,
326
+ Zf as Textarea,
327
327
  sf as ThemeProvider,
328
- Cm as ThemeToggle,
328
+ Tm as ThemeToggle,
329
329
  da as ThumbnailSelector,
330
330
  Ut as Timeline,
331
331
  Ya as TimelineChart,
332
332
  Wt as TimelineIndicator,
333
333
  zt as TimelineItem,
334
- vm as ToastNotification,
335
- Xf as Tooltip,
336
- Xm as VLITE_CONFIG_KEY,
334
+ ym as ToastNotification,
335
+ jf as Tooltip,
336
+ jm as VLITE_CONFIG_KEY,
337
337
  Wa as WaffleChart,
338
338
  sr as Workbook,
339
339
  mo as barcodesConstants,
340
340
  df as buildCardOverrideStyles,
341
- xf as buildThemeVariables,
341
+ xf as buildThemeStyleBlock,
342
+ nf as buildThemeVariables,
342
343
  Po as calculateCartTotals,
343
344
  x as camelCase,
344
345
  i as capitalize,
345
346
  vo as computeCouponDiscount,
346
347
  yo as computeShipping,
347
348
  Do as computeTax,
348
- jm as configState,
349
+ qm as configState,
349
350
  Lt as configure,
350
351
  ya as configureSkeleton,
351
352
  n as copyToClipboard,
@@ -354,9 +355,9 @@ export {
354
355
  c as debounce,
355
356
  u as deepMerge,
356
357
  C as delay,
357
- g as downloadFile,
358
+ T as downloadFile,
358
359
  J as env,
359
- T as flattenArray,
360
+ g as flattenArray,
360
361
  S as formatAmPm,
361
362
  h as formatCurrency,
362
363
  I as formatDate,
@@ -371,13 +372,13 @@ export {
371
372
  Sr as getObjectValue,
372
373
  F as getPrevMonth,
373
374
  E as getPrevYear,
374
- Zm as getStatusColorClass,
375
- R as getToday,
376
- A as getTomorrow,
377
- B as getUniqueId,
378
- M as getUpcoming,
379
- N as getYear,
380
- k as getYesterday,
375
+ el as getStatusColorClass,
376
+ B as getToday,
377
+ R as getTomorrow,
378
+ A as getUniqueId,
379
+ k as getUpcoming,
380
+ M as getYear,
381
+ N as getYesterday,
381
382
  ae as hexToHSL,
382
383
  $r as initializeTheme,
383
384
  L as isAppleDevice,
@@ -388,7 +389,7 @@ export {
388
389
  X as lazySearch,
389
390
  me as mixColorHex,
390
391
  Ia as normalizeBone,
391
- Om as normalizeStatus,
392
+ Gm as normalizeStatus,
392
393
  _ as parseDateTime,
393
394
  wt as pauseTimers,
394
395
  K as randomNumber,
@@ -397,7 +398,7 @@ export {
397
398
  Ot as removeToast,
398
399
  j as resetSearchIndex,
399
400
  fr as resolveRichTextTools,
400
- Gm as resolveStatus,
401
+ _m as resolveStatus,
401
402
  Gt as resumeTimers,
402
403
  q as search,
403
404
  _t as showToast,
@@ -405,27 +406,27 @@ export {
405
406
  Pa as snapshotBones,
406
407
  Fo as sumItemCount,
407
408
  Eo as sumLineTotals,
408
- Ro as sumSavings,
409
+ Bo as sumSavings,
409
410
  U as throttle,
410
411
  V as toISO,
411
412
  z as toLocalISO,
412
413
  Kt as toast,
413
414
  Q as truncate,
414
- qm as updateConfig,
415
+ $m as updateConfig,
415
416
  Dt as useAdvancedKeyStroke,
416
417
  Io as useCart,
417
- Ao as useCartCalculation,
418
+ Ro as useCartCalculation,
418
419
  Ho as useDropdownIds,
419
420
  Ko as useDropdownSelection,
420
421
  be as useFileUpload,
421
422
  he as useForm,
422
- Me as useKanbanBoard,
423
+ ke as useKanbanBoard,
423
424
  Ft as useKeyStroke,
424
425
  ut as useMultiSelectHydration,
425
426
  Yt as useNotifications,
426
427
  Jr as useTheme,
427
- Tf as useThemeStyles,
428
+ Sf as useThemeStyles,
428
429
  Jo as useTreeSelection,
429
- $m as useVLiteConfig,
430
- Rt as vScrollReveal
430
+ Jm as useVLiteConfig,
431
+ Bt as vScrollReveal
431
432
  };
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "private": false,
4
4
  "description": "A Vue 3 UI component library built with Tailwind CSS.",
5
5
  "license": "MIT",
6
- "version": "1.4.9",
6
+ "version": "1.4.11",
7
7
  "type": "module",
8
8
  "main": "index.js",
9
9
  "module": "index.js",