@glasshome/ui 0.5.4 → 1.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.
Files changed (75) hide show
  1. package/README.md +59 -25
  2. package/dist/index.d.ts +10 -3
  3. package/dist/index.js +9 -9
  4. package/dist/lib/alert-tones.d.ts +18 -0
  5. package/dist/lib/badge-tone.d.ts +2 -0
  6. package/dist/lib/button-variants.d.ts +6 -16
  7. package/dist/lib/card-classes.d.ts +19 -0
  8. package/dist/lib/glass-tone.d.ts +2 -0
  9. package/dist/lib/input-classes.d.ts +2 -0
  10. package/dist/lib/logo-lockup.d.ts +38 -0
  11. package/dist/lib/overlay-classes.d.ts +2 -0
  12. package/dist/lib/section-tokens.d.ts +4 -0
  13. package/dist/lib/tier-badge.d.ts +13 -0
  14. package/dist/solid/alert-dialog.d.ts +1 -3
  15. package/dist/solid/alert.d.ts +2 -11
  16. package/dist/solid/badge.d.ts +11 -46
  17. package/dist/solid/bottom-sheet/bottom-sheet.d.ts +1 -1
  18. package/dist/solid/bottom-sheet/constants.d.ts +0 -1
  19. package/dist/solid/bottom-sheet/drag-controller.d.ts +1 -1
  20. package/dist/solid/bottom-sheet/index.d.ts +1 -2
  21. package/dist/solid/breadcrumb.d.ts +1 -1
  22. package/dist/solid/button-group.d.ts +2 -2
  23. package/dist/solid/button.d.ts +1 -1
  24. package/dist/solid/card.d.ts +10 -2
  25. package/dist/solid/carousel.d.ts +1 -1
  26. package/dist/solid/charts.d.ts +45 -0
  27. package/dist/solid/count-pill.d.ts +10 -0
  28. package/dist/solid/data-table.d.ts +66 -0
  29. package/dist/solid/dock.d.ts +3 -0
  30. package/dist/solid/entity-data.d.ts +52 -0
  31. package/dist/solid/field.d.ts +1 -1
  32. package/dist/solid/form.d.ts +1 -1
  33. package/dist/solid/index.d.ts +74 -64
  34. package/dist/solid/index.js +11050 -10848
  35. package/dist/solid/input-group.d.ts +1 -1
  36. package/dist/solid/item.d.ts +3 -2
  37. package/dist/solid/logo.d.ts +23 -0
  38. package/dist/solid/number-field.d.ts +3 -0
  39. package/dist/solid/overlay.d.ts +3 -0
  40. package/dist/solid/page-header.d.ts +18 -0
  41. package/dist/solid/popover.d.ts +7 -1
  42. package/dist/solid/scope-indicator.d.ts +8 -0
  43. package/dist/solid/section-card.d.ts +54 -0
  44. package/dist/solid/select.d.ts +1 -18
  45. package/dist/solid/settings-row.d.ts +34 -0
  46. package/dist/solid/sliding-indicator.d.ts +32 -0
  47. package/dist/solid/sonner.d.ts +35 -4
  48. package/dist/solid/spinner.d.ts +2 -1
  49. package/dist/solid/switch.d.ts +1 -1
  50. package/dist/solid/toggle-group.d.ts +1 -1
  51. package/dist/solid/widget-card.d.ts +29 -0
  52. package/dist/solid/widget-identity.d.ts +47 -0
  53. package/dist/solid/widget-trust-badge.d.ts +16 -0
  54. package/dist/tokens/index.d.ts +3 -3
  55. package/dist/tokens/index.js +11 -11
  56. package/dist/tokens/presets.d.ts +1 -1
  57. package/dist/{utils-JJqwPy_d.js → utils-gbdcvo14.js} +598 -506
  58. package/package.json +38 -17
  59. package/scripts/check-tokens.ts +60 -0
  60. package/scripts/check-ui-drift.mjs +116 -0
  61. package/src/astro/Alert.astro +63 -0
  62. package/src/astro/Badge.astro +16 -0
  63. package/src/astro/Button.astro +43 -0
  64. package/src/astro/Card.astro +39 -0
  65. package/src/astro/Logo.astro +69 -0
  66. package/src/astro/TierBadge.astro +33 -0
  67. package/src/styles/globals.css +157 -0
  68. package/src/styles/theme.css +68 -12
  69. package/dist/solid/calendar.d.ts +0 -17
  70. package/dist/solid/command.d.ts +0 -24
  71. package/dist/solid/drawer.d.ts +0 -22
  72. package/dist/solid/glass-effect.d.ts +0 -6
  73. package/dist/solid/menubar.d.ts +0 -25
  74. package/dist/solid/navigation-menu.d.ts +0 -19
  75. package/dist/solid/sidebar.d.ts +0 -108
@@ -1,36 +1,77 @@
1
+ //#region src/lib/alert-tones.ts
2
+ var e = {
3
+ info: {
4
+ color: "var(--primary)",
5
+ icon: "lucide:info",
6
+ text: "var(--primary-tint-foreground)"
7
+ },
8
+ warning: {
9
+ color: "var(--warning)",
10
+ icon: "lucide:alert-triangle",
11
+ text: "color-mix(in oklab, var(--warning) 55%, var(--foreground))"
12
+ },
13
+ success: {
14
+ color: "var(--success)",
15
+ icon: "lucide:check-circle-2",
16
+ text: "color-mix(in oklab, var(--success) 60%, var(--foreground))"
17
+ },
18
+ destructive: {
19
+ color: "var(--destructive)",
20
+ icon: "lucide:alert-octagon",
21
+ text: "color-mix(in oklab, var(--destructive) 65%, var(--foreground))"
22
+ }
23
+ }, t = {
24
+ info: "<circle cx=\"12\" cy=\"12\" r=\"10\"/><path d=\"M12 16v-4\"/><path d=\"M12 8h.01\"/>",
25
+ warning: "<path d=\"m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3Z\"/><path d=\"M12 9v4\"/><path d=\"M12 17h.01\"/>",
26
+ success: "<path d=\"M21.801 10A10 10 0 1 1 17 3.335\"/><path d=\"m9 11 3 3L22 4\"/>",
27
+ destructive: "<path d=\"M12 16h.01\"/><path d=\"M12 8v4\"/><path d=\"M15.312 2a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688A2 2 0 0 1 15.312 22H8.688a2 2 0 0 1-1.414-.586l-4.688-4.688A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2z\"/>"
28
+ }, n = (e) => `color-mix(in srgb, ${e} 28%, transparent)`, r = (e) => `color-mix(in srgb, ${e} 9%, transparent)`, i = (e) => `color-mix(in srgb, ${e} 16%, transparent)`, a = "relative overflow-hidden flex items-start gap-3 rounded-lg border p-3 backdrop-blur-sm", o = "flex size-8 shrink-0 items-center justify-center rounded-md [&>svg]:size-[18px]", s = "pointer-events-none absolute -right-3 -bottom-4 [&>svg]:size-28 [&>svg]:[stroke-width:2.5px]";
29
+ function c(e) {
30
+ return {
31
+ color: e,
32
+ opacity: "0.32",
33
+ "-webkit-mask-image": "radial-gradient(140% 140% at 100% 100%, #000 45%, transparent 95%)",
34
+ "mask-image": "radial-gradient(140% 140% at 100% 100%, #000 45%, transparent 95%)"
35
+ };
36
+ }
37
+ var l = "relative z-10 min-w-0 flex-1", u = "font-semibold text-base leading-snug", d = "text-foreground/80 text-sm leading-snug [&:not(:first-child)]:mt-0.5";
38
+ //#endregion
1
39
  //#region node_modules/clsx/dist/clsx.mjs
2
- function e(t) {
3
- var n, r, i = "";
4
- if (typeof t == "string" || typeof t == "number") i += t;
5
- else if (typeof t == "object") if (Array.isArray(t)) {
6
- var a = t.length;
7
- for (n = 0; n < a; n++) t[n] && (r = e(t[n])) && (i && (i += " "), i += r);
8
- } else for (r in t) t[r] && (i && (i += " "), i += r);
9
- return i;
40
+ function f(e) {
41
+ var t, n, r = "";
42
+ if (typeof e == "string" || typeof e == "number") r += e;
43
+ else if (typeof e == "object") if (Array.isArray(e)) {
44
+ var i = e.length;
45
+ for (t = 0; t < i; t++) e[t] && (n = f(e[t])) && (r && (r += " "), r += n);
46
+ } else for (n in e) e[n] && (r && (r += " "), r += n);
47
+ return r;
10
48
  }
11
- function t() {
12
- for (var t, n, r = 0, i = "", a = arguments.length; r < a; r++) (t = arguments[r]) && (n = e(t)) && (i && (i += " "), i += n);
13
- return i;
49
+ function p() {
50
+ for (var e, t, n = 0, r = "", i = arguments.length; n < i; n++) (e = arguments[n]) && (t = f(e)) && (r && (r += " "), r += t);
51
+ return r;
14
52
  }
15
53
  //#endregion
16
54
  //#region node_modules/cva/dist/index.mjs
17
- var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { compose: i, cva: a, cx: o } = ((e) => {
18
- let i = (...n) => e?.hooks?.["cx:done"] === void 0 ? e?.hooks?.onComplete === void 0 ? t(n) : e?.hooks.onComplete(t(n)) : e?.hooks["cx:done"](t(n));
55
+ var m = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, h = [], { compose: g, cva: _, cx: ee } = ((e) => {
56
+ let t = (...t) => {
57
+ var n, r;
58
+ return (e == null || (n = e.hooks) == null ? void 0 : n["cx:done"]) === void 0 ? (e == null || (r = e.hooks) == null ? void 0 : r.onComplete) === void 0 ? p(t) : e?.hooks.onComplete(p(t)) : e?.hooks["cx:done"](p(t));
59
+ };
19
60
  return {
20
61
  compose: (...e) => {
21
- let t = e.reduce((e, { config: t }) => (Object.entries(t || {}).forEach(([t, n]) => {
62
+ let n = e.reduce((e, { config: t }) => (Object.entries(t || {}).forEach(([t, n]) => {
22
63
  e[t] = typeof n == "object" && n && !Array.isArray(n) ? {
23
64
  ...e[t],
24
65
  ...n
25
66
  } : n;
26
- }), e), {}), n = (t) => {
27
- let n = Object.fromEntries(Object.entries(t || {}).filter(([e]) => !["class", "className"].includes(e)));
28
- return i(e.map((e) => e(n)), t?.class, t?.className);
67
+ }), e), {}), r = (n) => {
68
+ let r = Object.fromEntries(Object.entries(n || {}).filter(([e]) => !["class", "className"].includes(e)));
69
+ return t(e.map((e) => e(r)), n?.class, n?.className);
29
70
  };
30
- return n.config = t, n;
71
+ return r.config = n, r;
31
72
  },
32
- cva: (e) => {
33
- let t = e?.composes == null ? [] : Array.isArray(e.composes) ? e.composes : [e.composes], a = (e, t) => {
73
+ cva: ((e) => {
74
+ let n = e?.composes == null ? [] : Array.isArray(e.composes) ? e.composes : [e.composes], r = (e, t) => {
34
75
  if (!t) return e;
35
76
  let n = { ...e };
36
77
  for (let e of Object.keys(t)) n[e] = {
@@ -38,51 +79,51 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
38
79
  ...t[e]
39
80
  };
40
81
  return n;
41
- }, o = a(t.reduce((e, t) => a(e, t.config?.variants), {}), e?.variants), s = {
42
- ...t.reduce((e, t) => ({
82
+ }, i = r(n.reduce((e, t) => r(e, t.config?.variants), {}), e?.variants), a = {
83
+ ...n.reduce((e, t) => ({
43
84
  ...e,
44
85
  ...t.config?.defaultVariants
45
86
  }), {}),
46
87
  ...e?.defaultVariants
47
- }, c = (a) => {
48
- let o = t.length || e?.variants != null ? Object.fromEntries(Object.entries(a || {}).filter(([e, t]) => e !== "class" && e !== "className" && t !== void 0)) : {}, c = t.length ? t.map((e) => e({
49
- ...s,
88
+ }, o = (r) => {
89
+ var i;
90
+ let o = n.length || e?.variants != null ? Object.fromEntries(Object.entries(r || {}).filter(([e, t]) => e !== "class" && e !== "className" && t !== void 0)) : {}, s = n.length ? n.map((e) => e({
91
+ ...a,
50
92
  ...o
51
- })) : r;
52
- if (e?.variants == null) return i(c, e?.base, a?.class, a?.className);
53
- let { variants: l } = e, u = Object.keys(l).map((e) => {
54
- let t = a?.[e], r = s[e], i = n(t) || n(r);
55
- return l[e][i];
56
- }), d = {
57
- ...s,
93
+ })) : h;
94
+ if (e?.variants == null) return t(s, e?.base, r?.class, r?.className);
95
+ let { variants: c } = e, l = Object.keys(c).map((e) => {
96
+ let t = r?.[e], n = a[e], i = m(t) || m(n);
97
+ return c[e][i];
98
+ }), u = {
99
+ ...a,
58
100
  ...o
59
- }, f = e?.compoundVariants?.reduce((e, { class: t, className: n, ...r }) => Object.entries(r).every(([e, t]) => {
60
- let n = d[e];
101
+ }, d = e == null || (i = e.compoundVariants) == null ? void 0 : i.reduce((e, { class: t, className: n, ...r }) => Object.entries(r).every(([e, t]) => {
102
+ let n = u[e];
61
103
  return Array.isArray(t) ? t.includes(n) : n === t;
62
104
  }) ? [
63
105
  ...e,
64
106
  t,
65
107
  n
66
108
  ] : e, []);
67
- return i(c, e?.base, u, f, a?.class, a?.className);
109
+ return t(s, e?.base, l, d, r?.class, r?.className);
68
110
  };
69
- return c.config = {
111
+ return o.config = {
70
112
  ...e,
71
- variants: o,
72
- defaultVariants: s
73
- }, c;
74
- },
75
- cx: i
113
+ variants: i,
114
+ defaultVariants: a
115
+ }, o;
116
+ }),
117
+ cx: t
76
118
  };
77
- })(), s = a({
119
+ })(), v = _({
78
120
  base: "inline-flex shrink-0 cursor-pointer items-center justify-center gap-2 whitespace-nowrap rounded-full font-medium text-sm outline-none transition-all focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:pointer-events-none disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40 [&_svg:not([class*='size-'])]:size-4 [&_svg]:pointer-events-none [&_svg]:shrink-0",
79
121
  variants: {
80
122
  variant: {
81
- default: "bg-primary text-primary-foreground shadow-xs hover:bg-primary/90",
82
- gradient: "bg-gradient-to-r from-primary to-accent text-primary-foreground shadow-xs hover:opacity-90",
83
- destructive: "bg-destructive text-white shadow-xs hover:bg-destructive/90 focus-visible:ring-destructive/20 dark:bg-destructive/60 dark:focus-visible:ring-destructive/40 dark:hover:bg-destructive/80",
84
- outline: "border bg-background shadow-xs hover:bg-muted dark:border-input dark:bg-input/30 dark:hover:bg-input/50",
85
- secondary: "border border-accent/25 bg-accent/15 text-accent-tint-foreground backdrop-blur-sm hover:border-accent/40 hover:bg-accent/25",
123
+ default: "glass glass-tint [--glass-text:70%] [--glass-tone:var(--primary)] [--glass-wash:30%] hover:[--glass-edge:color-mix(in_srgb,var(--primary)_60%,transparent)] hover:[--glass-wash:40%]",
124
+ destructive: "glass glass-tint [--glass-text:61%] [--glass-tone:var(--destructive)] [--glass-wash:30%] focus-visible:ring-destructive/30 hover:[--glass-edge:color-mix(in_srgb,var(--destructive)_60%,transparent)] hover:[--glass-wash:40%]",
125
+ secondary: "glass glass-tint [--glass-tone:var(--accent)] [--glass-wash:30%] hover:[--glass-edge:color-mix(in_srgb,var(--accent)_60%,transparent)] hover:[--glass-wash:40%]",
126
+ outline: "glass [--glass-edge:var(--border)] hover:[--glass-base:var(--muted)] dark:[--glass-base:var(--input)] dark:hover:[--glass-base:var(--muted)]",
86
127
  ghost: "hover:bg-muted hover:text-foreground dark:hover:bg-muted/50",
87
128
  link: "text-primary underline-offset-4 hover:underline"
88
129
  },
@@ -98,100 +139,151 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
98
139
  variant: "default",
99
140
  size: "default"
100
141
  }
101
- }), c = (e, t) => {
142
+ }), y = v({
143
+ variant: "default",
144
+ size: "none"
145
+ }), b = v({
146
+ variant: "outline",
147
+ size: "none"
148
+ }), x = "inline-flex shrink-0 cursor-pointer items-center justify-center rounded-full transition-all duration-150 hover:bg-primary/10 active:scale-90", S = "glass [--glass-wash:20%] [--glass-rim:0.3] [--glass-lift:0.45] [--glass-shade:0.05] dark:[--glass-shade:0]", C = `${S} [--glass-base:color-mix(in_srgb,var(--card)_60%,transparent)]`, w = "backdrop-blur-[var(--glass-blur,24px)] backdrop-saturate-[1.8]", te = `${C} ${w}`, ne = S, T = "border border-border/50 bg-card/40 backdrop-blur-sm", re = {
149
+ slots: "flex flex-col gap-3 py-3 md:gap-4 md:py-4",
150
+ md: "p-4",
151
+ sm: "p-3",
152
+ none: ""
153
+ }, E = "cursor-pointer transition-colors duration-200 hover:border-border hover:bg-foreground/[0.03] focus-within:border-border", D = "@container/card-header grid auto-rows-min grid-rows-[auto_auto] items-start gap-1.5 px-3 has-data-[slot=card-action]:grid-cols-[1fr_auto] md:px-4", O = "font-semibold leading-none", k = "text-muted-foreground text-sm", ie = "col-start-2 row-span-2 row-start-1 self-start justify-self-end", ae = "px-3 md:px-4", A = "flex items-center px-3 md:px-4 [.border-t]:pt-6", oe = {
154
+ "var(--primary)": .48,
155
+ "var(--accent)": .6,
156
+ "var(--success)": .68,
157
+ "var(--warning)": .76,
158
+ "var(--destructive)": .66,
159
+ "var(--muted-foreground)": .55
160
+ };
161
+ function j(e) {
162
+ let t = oe[e], n = e.match(/oklch\(\s*([0-9.]+)/)?.[1];
163
+ return Math.min(70, Math.max(46, Math.round(71 - ((t ?? (n ? Number.parseFloat(n) : .6)) - .5) * 60)));
164
+ }
165
+ function se(e) {
166
+ return `color-mix(in oklab, ${e} ${j(e)}%, var(--foreground))`;
167
+ }
168
+ //#endregion
169
+ //#region src/lib/input-classes.ts
170
+ var M = "glass glass-sink [--glass-base:var(--input)] [--glass-light:0.04]", N = `flex h-9 w-full min-w-0 rounded-md ${M} px-3 py-1 text-base outline-none transition-[color,box-shadow] selection:bg-primary selection:text-primary-foreground file:inline-flex file:h-7 file:border-0 file:bg-transparent file:font-medium file:text-foreground file:text-sm placeholder:text-muted-foreground disabled:pointer-events-none disabled:cursor-not-allowed disabled:opacity-50 md:text-sm focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40`, P = "/assets/glasshome_logo.png", F = "Dash", ce = "md", I = {
171
+ sm: 32,
172
+ md: 48,
173
+ lg: 64
174
+ }, le = {
175
+ sm: {
176
+ mark: "h-8 w-8",
177
+ name: "text-xs",
178
+ sub: "text-base",
179
+ gap: "gap-1.5"
180
+ },
181
+ md: {
182
+ mark: "h-12 w-12",
183
+ name: "text-base",
184
+ sub: "text-2xl",
185
+ gap: "gap-2"
186
+ },
187
+ lg: {
188
+ mark: "h-16 w-16",
189
+ name: "text-lg",
190
+ sub: "text-3xl",
191
+ gap: "gap-2"
192
+ }
193
+ }, L = "inline-flex items-end", R = "flex flex-col gap-0.5", z = "shrink-0", B = "whitespace-nowrap font-bold leading-none tracking-tight", ue = "font-bold text-primary uppercase leading-none tracking-[0.18em]", de = "glass [--glass-base:var(--popover)] [--glass-rim:0.3] [--glass-lift:0.55]", fe = "bg-background/70 backdrop-blur-sm", pe = "rounded-[var(--radius)]", me = "rounded-[max(0px,calc(var(--radius)-0.75rem))]", he = "p-3", ge = `${`${me} border border-border/60 bg-card/60`} p-3`, _e = (e, t) => {
102
194
  let n = Array(e.length + t.length);
103
195
  for (let t = 0; t < e.length; t++) n[t] = e[t];
104
196
  for (let r = 0; r < t.length; r++) n[e.length + r] = t[r];
105
197
  return n;
106
- }, l = (e, t) => ({
198
+ }, ve = (e, t) => ({
107
199
  classGroupId: e,
108
200
  validator: t
109
- }), u = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
201
+ }), ye = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
110
202
  nextPart: e,
111
203
  validators: t,
112
204
  classGroupId: n
113
- }), d = "-", f = [], p = "arbitrary..", m = (e) => {
114
- let t = _(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;
205
+ }), V = "-", be = [], xe = "arbitrary..", Se = (e) => {
206
+ let t = Te(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;
115
207
  return {
116
208
  getClassGroupId: (e) => {
117
- if (e.startsWith("[") && e.endsWith("]")) return g(e);
118
- let n = e.split(d);
119
- return h(n, +(n[0] === "" && n.length > 1), t);
209
+ if (e.startsWith("[") && e.endsWith("]")) return we(e);
210
+ let n = e.split(V);
211
+ return Ce(n, +(n[0] === "" && n.length > 1), t);
120
212
  },
121
213
  getConflictingClassGroupIds: (e, t) => {
122
214
  if (t) {
123
215
  let t = r[e], i = n[e];
124
- return t ? i ? c(i, t) : t : i || f;
216
+ return t ? i ? _e(i, t) : t : i || be;
125
217
  }
126
- return n[e] || f;
218
+ return n[e] || be;
127
219
  }
128
220
  };
129
- }, h = (e, t, n) => {
221
+ }, Ce = (e, t, n) => {
130
222
  if (e.length - t === 0) return n.classGroupId;
131
223
  let r = e[t], i = n.nextPart.get(r);
132
224
  if (i) {
133
- let n = h(e, t + 1, i);
225
+ let n = Ce(e, t + 1, i);
134
226
  if (n) return n;
135
227
  }
136
228
  let a = n.validators;
137
229
  if (a === null) return;
138
- let o = t === 0 ? e.join(d) : e.slice(t).join(d), s = a.length;
230
+ let o = t === 0 ? e.join(V) : e.slice(t).join(V), s = a.length;
139
231
  for (let e = 0; e < s; e++) {
140
232
  let t = a[e];
141
233
  if (t.validator(o)) return t.classGroupId;
142
234
  }
143
- }, g = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
235
+ }, we = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
144
236
  let t = e.slice(1, -1), n = t.indexOf(":"), r = t.slice(0, n);
145
- return r ? p + r : void 0;
146
- })(), _ = (e) => {
237
+ return r ? xe + r : void 0;
238
+ })(), Te = (e) => {
147
239
  let { theme: t, classGroups: n } = e;
148
- return v(n, t);
149
- }, v = (e, t) => {
150
- let n = u();
240
+ return Ee(n, t);
241
+ }, Ee = (e, t) => {
242
+ let n = ye();
151
243
  for (let r in e) {
152
244
  let i = e[r];
153
- y(i, n, r, t);
245
+ De(i, n, r, t);
154
246
  }
155
247
  return n;
156
- }, y = (e, t, n, r) => {
248
+ }, De = (e, t, n, r) => {
157
249
  let i = e.length;
158
250
  for (let a = 0; a < i; a++) {
159
251
  let i = e[a];
160
- b(i, t, n, r);
252
+ Oe(i, t, n, r);
161
253
  }
162
- }, b = (e, t, n, r) => {
254
+ }, Oe = (e, t, n, r) => {
163
255
  if (typeof e == "string") {
164
- x(e, t, n);
256
+ ke(e, t, n);
165
257
  return;
166
258
  }
167
259
  if (typeof e == "function") {
168
- S(e, t, n, r);
260
+ Ae(e, t, n, r);
169
261
  return;
170
262
  }
171
- ee(e, t, n, r);
172
- }, x = (e, t, n) => {
173
- let r = e === "" ? t : C(t, e);
263
+ je(e, t, n, r);
264
+ }, ke = (e, t, n) => {
265
+ let r = e === "" ? t : Me(t, e);
174
266
  r.classGroupId = n;
175
- }, S = (e, t, n, r) => {
176
- if (w(e)) {
177
- y(e(r), t, n, r);
267
+ }, Ae = (e, t, n, r) => {
268
+ if (Ne(e)) {
269
+ De(e(r), t, n, r);
178
270
  return;
179
271
  }
180
- t.validators === null && (t.validators = []), t.validators.push(l(n, e));
181
- }, ee = (e, t, n, r) => {
272
+ t.validators === null && (t.validators = []), t.validators.push(ve(n, e));
273
+ }, je = (e, t, n, r) => {
182
274
  let i = Object.entries(e), a = i.length;
183
275
  for (let e = 0; e < a; e++) {
184
276
  let [a, o] = i[e];
185
- y(o, C(t, a), n, r);
277
+ De(o, Me(t, a), n, r);
186
278
  }
187
- }, C = (e, t) => {
188
- let n = e, r = t.split(d), i = r.length;
279
+ }, Me = (e, t) => {
280
+ let n = e, r = t.split(V), i = r.length;
189
281
  for (let e = 0; e < i; e++) {
190
282
  let t = r[e], i = n.nextPart.get(t);
191
- i || (i = u(), n.nextPart.set(t, i)), n = i;
283
+ i || (i = ye(), n.nextPart.set(t, i)), n = i;
192
284
  }
193
285
  return n;
194
- }, w = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, te = (e) => {
286
+ }, Ne = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, Pe = (e) => {
195
287
  if (e < 1) return {
196
288
  get: () => void 0,
197
289
  set: () => {}
@@ -209,19 +301,19 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
209
301
  e in n ? n[e] = t : i(e, t);
210
302
  }
211
303
  };
212
- }, T = "!", E = ":", ne = [], D = (e, t, n, r, i) => ({
304
+ }, Fe = "!", Ie = ":", Le = [], Re = (e, t, n, r, i) => ({
213
305
  modifiers: e,
214
306
  hasImportantModifier: t,
215
307
  baseClassName: n,
216
308
  maybePostfixModifierPosition: r,
217
309
  isExternal: i
218
- }), O = (e) => {
310
+ }), ze = (e) => {
219
311
  let { prefix: t, experimentalParseClassName: n } = e, r = (e) => {
220
312
  let t = [], n = 0, r = 0, i = 0, a, o = e.length;
221
313
  for (let s = 0; s < o; s++) {
222
314
  let o = e[s];
223
315
  if (n === 0 && r === 0) {
224
- if (o === E) {
316
+ if (o === Ie) {
225
317
  t.push(e.slice(i, s)), i = s + 1;
226
318
  continue;
227
319
  }
@@ -233,13 +325,13 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
233
325
  o === "[" ? n++ : o === "]" ? n-- : o === "(" ? r++ : o === ")" && r--;
234
326
  }
235
327
  let s = t.length === 0 ? e : e.slice(i), c = s, l = !1;
236
- s.endsWith(T) ? (c = s.slice(0, -1), l = !0) : s.startsWith(T) && (c = s.slice(1), l = !0);
328
+ s.endsWith(Fe) ? (c = s.slice(0, -1), l = !0) : s.startsWith(Fe) && (c = s.slice(1), l = !0);
237
329
  let u = a && a > i ? a - i : void 0;
238
- return D(t, l, c, u);
330
+ return Re(t, l, c, u);
239
331
  };
240
332
  if (t) {
241
- let e = t + E, n = r;
242
- r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : D(ne, !1, t, void 0, !0);
333
+ let e = t + Ie, n = r;
334
+ r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : Re(Le, !1, t, void 0, !0);
243
335
  }
244
336
  if (n) {
245
337
  let e = r;
@@ -249,7 +341,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
249
341
  });
250
342
  }
251
343
  return r;
252
- }, k = (e) => {
344
+ }, Be = (e) => {
253
345
  let t = /* @__PURE__ */ new Map();
254
346
  return e.orderSensitiveModifiers.forEach((e, n) => {
255
347
  t.set(e, 1e6 + n);
@@ -261,18 +353,18 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
261
353
  }
262
354
  return r.length > 0 && (r.sort(), n.push(...r)), n;
263
355
  };
264
- }, A = (e) => ({
265
- cache: te(e.cacheSize),
266
- parseClassName: O(e),
267
- sortModifiers: k(e),
268
- postfixLookupClassGroupIds: j(e),
269
- ...m(e)
270
- }), j = (e) => {
356
+ }, Ve = (e) => ({
357
+ cache: Pe(e.cacheSize),
358
+ parseClassName: ze(e),
359
+ sortModifiers: Be(e),
360
+ postfixLookupClassGroupIds: He(e),
361
+ ...Se(e)
362
+ }), He = (e) => {
271
363
  let t = Object.create(null), n = e.postfixLookupClassGroups;
272
364
  if (n) for (let e = 0; e < n.length; e++) t[n[e]] = !0;
273
365
  return t;
274
- }, M = /\s+/, N = (e, t) => {
275
- let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split(M), l = "";
366
+ }, Ue = /\s+/, We = (e, t) => {
367
+ let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split(Ue), l = "";
276
368
  for (let e = c.length - 1; e >= 0; --e) {
277
369
  let t = c[e], { isExternal: u, modifiers: d, hasImportantModifier: f, baseClassName: p, maybePostfixModifierPosition: m } = n(t);
278
370
  if (u) {
@@ -296,45 +388,45 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
296
388
  }
297
389
  h = !1;
298
390
  }
299
- let _ = d.length === 0 ? "" : d.length === 1 ? d[0] : a(d).join(":"), v = f ? _ + T : _, y = v + g;
300
- if (s.indexOf(y) > -1) continue;
301
- s.push(y);
302
- let b = i(g, h);
303
- for (let e = 0; e < b.length; ++e) {
304
- let t = b[e];
305
- s.push(v + t);
391
+ let _ = d.length === 0 ? "" : d.length === 1 ? d[0] : a(d).join(":"), ee = f ? _ + Fe : _, v = ee + g;
392
+ if (s.indexOf(v) > -1) continue;
393
+ s.push(v);
394
+ let y = i(g, h);
395
+ for (let e = 0; e < y.length; ++e) {
396
+ let t = y[e];
397
+ s.push(ee + t);
306
398
  }
307
399
  l = t + (l.length > 0 ? " " + l : l);
308
400
  }
309
401
  return l;
310
- }, re = (...e) => {
402
+ }, Ge = (...e) => {
311
403
  let t = 0, n, r, i = "";
312
- for (; t < e.length;) (n = e[t++]) && (r = ie(n)) && (i && (i += " "), i += r);
404
+ for (; t < e.length;) (n = e[t++]) && (r = Ke(n)) && (i && (i += " "), i += r);
313
405
  return i;
314
- }, ie = (e) => {
406
+ }, Ke = (e) => {
315
407
  if (typeof e == "string") return e;
316
408
  let t, n = "";
317
- for (let r = 0; r < e.length; r++) e[r] && (t = ie(e[r])) && (n && (n += " "), n += t);
409
+ for (let r = 0; r < e.length; r++) e[r] && (t = Ke(e[r])) && (n && (n += " "), n += t);
318
410
  return n;
319
- }, ae = (e, ...t) => {
320
- let n, r, i, a, o = (o) => (n = A(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o)), s = (e) => {
411
+ }, qe = (e, ...t) => {
412
+ let n, r, i, a, o = (o) => (n = Ve(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o)), s = (e) => {
321
413
  let t = r(e);
322
414
  if (t) return t;
323
- let a = N(e, n);
415
+ let a = We(e, n);
324
416
  return i(e, a), a;
325
417
  };
326
- return a = o, (...e) => a(re(...e));
327
- }, P = [], F = (e) => {
328
- let t = (t) => t[e] || P;
418
+ return a = o, (...e) => a(Ge(...e));
419
+ }, Je = [], H = (e) => {
420
+ let t = (t) => t[e] || Je;
329
421
  return t.isThemeGetter = !0, t;
330
- }, I = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, L = /^\((?:(\w[\w-]*):)?(.+)\)$/i, R = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, oe = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, z = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, se = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, B = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, V = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, H = (e) => R.test(e), U = (e) => !!e && !Number.isNaN(Number(e)), W = (e) => !!e && Number.isInteger(Number(e)), ce = (e) => e.endsWith("%") && U(e.slice(0, -1)), G = (e) => oe.test(e), le = () => !0, K = (e) => z.test(e) && !se.test(e), q = () => !1, ue = (e) => B.test(e), de = (e) => V.test(e), fe = (e) => !J(e) && !X(e), pe = (e) => e.startsWith("@container") && (e[10] === "/" && e[11] !== void 0 || e[11] === "s" && e[16] !== void 0 && e.startsWith("-size/", 10) || e[11] === "n" && e[18] !== void 0 && e.startsWith("-normal/", 10)), me = (e) => Q(e, ke, q), J = (e) => I.test(e), Y = (e) => Q(e, Ae, K), he = (e) => Q(e, je, U), ge = (e) => Q(e, Ne, le), _e = (e) => Q(e, Me, q), ve = (e) => Q(e, De, q), ye = (e) => Q(e, Oe, de), be = (e) => Q(e, Pe, ue), X = (e) => L.test(e), Z = (e) => $(e, Ae), xe = (e) => $(e, Me), Se = (e) => $(e, De), Ce = (e) => $(e, ke), we = (e) => $(e, Oe), Te = (e) => $(e, Pe, !0), Ee = (e) => $(e, Ne, !0), Q = (e, t, n) => {
331
- let r = I.exec(e);
422
+ }, Ye = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Xe = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Ze = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, Qe = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, $e = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, et = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, tt = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, nt = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, U = (e) => Ze.test(e), W = (e) => !!e && !Number.isNaN(Number(e)), G = (e) => !!e && Number.isInteger(Number(e)), rt = (e) => e.endsWith("%") && W(e.slice(0, -1)), K = (e) => Qe.test(e), it = () => !0, at = (e) => $e.test(e) && !et.test(e), ot = () => !1, st = (e) => tt.test(e), ct = (e) => nt.test(e), lt = (e) => !q(e) && !X(e), ut = (e) => e.startsWith("@container") && (e[10] === "/" && e[11] !== void 0 || e[11] === "s" && e[16] !== void 0 && e.startsWith("-size/", 10) || e[11] === "n" && e[18] !== void 0 && e.startsWith("-normal/", 10)), dt = (e) => Q(e, Tt, ot), q = (e) => Ye.test(e), J = (e) => Q(e, Et, at), ft = (e) => Q(e, Dt, W), pt = (e) => Q(e, kt, it), mt = (e) => Q(e, Ot, ot), ht = (e) => Q(e, Ct, ot), gt = (e) => Q(e, wt, ct), Y = (e) => Q(e, At, st), X = (e) => Xe.test(e), Z = (e) => $(e, Et), _t = (e) => $(e, Ot), vt = (e) => $(e, Ct), yt = (e) => $(e, Tt), bt = (e) => $(e, wt), xt = (e) => $(e, At, !0), St = (e) => $(e, kt, !0), Q = (e, t, n) => {
423
+ let r = Ye.exec(e);
332
424
  return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
333
425
  }, $ = (e, t, n = !1) => {
334
- let r = L.exec(e);
426
+ let r = Xe.exec(e);
335
427
  return r ? r[1] ? t(r[1]) : n : !1;
336
- }, De = (e) => e === "position" || e === "percentage", Oe = (e) => e === "image" || e === "url", ke = (e) => e === "length" || e === "size" || e === "bg-size", Ae = (e) => e === "length", je = (e) => e === "number", Me = (e) => e === "family-name", Ne = (e) => e === "number" || e === "weight", Pe = (e) => e === "shadow", Fe = /*#__PURE__*/ ae(() => {
337
- let e = F("color"), t = F("font"), n = F("text"), r = F("font-weight"), i = F("tracking"), a = F("leading"), o = F("breakpoint"), s = F("container"), c = F("spacing"), l = F("radius"), u = F("shadow"), d = F("inset-shadow"), f = F("text-shadow"), p = F("drop-shadow"), m = F("blur"), h = F("perspective"), g = F("aspect"), _ = F("ease"), v = F("animate"), y = () => [
428
+ }, Ct = (e) => e === "position" || e === "percentage", wt = (e) => e === "image" || e === "url", Tt = (e) => e === "length" || e === "size" || e === "bg-size", Et = (e) => e === "length", Dt = (e) => e === "number", Ot = (e) => e === "family-name", kt = (e) => e === "number" || e === "weight", At = (e) => e === "shadow", jt = /*#__PURE__*/ qe(() => {
429
+ let e = H("color"), t = H("font"), n = H("text"), r = H("font-weight"), i = H("tracking"), a = H("leading"), o = H("breakpoint"), s = H("container"), c = H("spacing"), l = H("radius"), u = H("shadow"), d = H("inset-shadow"), f = H("text-shadow"), p = H("drop-shadow"), m = H("blur"), h = H("perspective"), g = H("aspect"), _ = H("ease"), ee = H("animate"), v = () => [
338
430
  "auto",
339
431
  "avoid",
340
432
  "all",
@@ -343,7 +435,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
343
435
  "left",
344
436
  "right",
345
437
  "column"
346
- ], b = () => [
438
+ ], y = () => [
347
439
  "center",
348
440
  "top",
349
441
  "bottom",
@@ -357,59 +449,59 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
357
449
  "right-bottom",
358
450
  "bottom-left",
359
451
  "left-bottom"
360
- ], x = () => [
361
- ...b(),
452
+ ], b = () => [
453
+ ...y(),
362
454
  X,
363
- J
364
- ], S = () => [
455
+ q
456
+ ], x = () => [
365
457
  "auto",
366
458
  "hidden",
367
459
  "clip",
368
460
  "visible",
369
461
  "scroll"
370
- ], ee = () => [
462
+ ], S = () => [
371
463
  "auto",
372
464
  "contain",
373
465
  "none"
374
466
  ], C = () => [
375
467
  X,
376
- J,
468
+ q,
377
469
  c
378
470
  ], w = () => [
379
- H,
471
+ U,
380
472
  "full",
381
473
  "auto",
382
474
  ...C()
383
475
  ], te = () => [
384
- W,
476
+ G,
385
477
  "none",
386
478
  "subgrid",
387
479
  X,
388
- J
389
- ], T = () => [
480
+ q
481
+ ], ne = () => [
390
482
  "auto",
391
483
  { span: [
392
484
  "full",
393
- W,
485
+ G,
394
486
  X,
395
- J
487
+ q
396
488
  ] },
397
- W,
489
+ G,
398
490
  X,
399
- J
400
- ], E = () => [
401
- W,
491
+ q
492
+ ], T = () => [
493
+ G,
402
494
  "auto",
403
495
  X,
404
- J
405
- ], ne = () => [
496
+ q
497
+ ], re = () => [
406
498
  "auto",
407
499
  "min",
408
500
  "max",
409
501
  "fr",
410
502
  X,
411
- J
412
- ], D = () => [
503
+ q
504
+ ], E = () => [
413
505
  "start",
414
506
  "end",
415
507
  "center",
@@ -420,15 +512,15 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
420
512
  "baseline",
421
513
  "center-safe",
422
514
  "end-safe"
423
- ], O = () => [
515
+ ], D = () => [
424
516
  "start",
425
517
  "end",
426
518
  "center",
427
519
  "stretch",
428
520
  "center-safe",
429
521
  "end-safe"
430
- ], k = () => ["auto", ...C()], A = () => [
431
- H,
522
+ ], O = () => ["auto", ...C()], k = () => [
523
+ U,
432
524
  "auto",
433
525
  "full",
434
526
  "dvw",
@@ -441,8 +533,8 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
441
533
  "max",
442
534
  "fit",
443
535
  ...C()
444
- ], j = () => [
445
- H,
536
+ ], ie = () => [
537
+ U,
446
538
  "screen",
447
539
  "full",
448
540
  "dvw",
@@ -452,8 +544,8 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
452
544
  "max",
453
545
  "fit",
454
546
  ...C()
455
- ], M = () => [
456
- H,
547
+ ], ae = () => [
548
+ U,
457
549
  "screen",
458
550
  "full",
459
551
  "lh",
@@ -464,50 +556,50 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
464
556
  "max",
465
557
  "fit",
466
558
  ...C()
467
- ], N = () => [
559
+ ], A = () => [
468
560
  e,
469
561
  X,
470
- J
471
- ], re = () => [
472
- ...b(),
473
- Se,
474
- ve,
475
- { position: [X, J] }
476
- ], ie = () => ["no-repeat", { repeat: [
562
+ q
563
+ ], oe = () => [
564
+ ...y(),
565
+ vt,
566
+ ht,
567
+ { position: [X, q] }
568
+ ], j = () => ["no-repeat", { repeat: [
477
569
  "",
478
570
  "x",
479
571
  "y",
480
572
  "space",
481
573
  "round"
482
- ] }], ae = () => [
574
+ ] }], se = () => [
483
575
  "auto",
484
576
  "cover",
485
577
  "contain",
486
- Ce,
487
- me,
488
- { size: [X, J] }
489
- ], P = () => [
490
- ce,
578
+ yt,
579
+ dt,
580
+ { size: [X, q] }
581
+ ], M = () => [
582
+ rt,
491
583
  Z,
492
- Y
493
- ], I = () => [
584
+ J
585
+ ], N = () => [
494
586
  "",
495
587
  "none",
496
588
  "full",
497
589
  l,
498
590
  X,
499
- J
500
- ], L = () => [
591
+ q
592
+ ], P = () => [
501
593
  "",
502
- U,
594
+ W,
503
595
  Z,
504
- Y
505
- ], R = () => [
596
+ J
597
+ ], F = () => [
506
598
  "solid",
507
599
  "dashed",
508
600
  "dotted",
509
601
  "double"
510
- ], oe = () => [
602
+ ], ce = () => [
511
603
  "normal",
512
604
  "multiply",
513
605
  "screen",
@@ -524,33 +616,33 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
524
616
  "saturation",
525
617
  "color",
526
618
  "luminosity"
527
- ], z = () => [
528
- U,
529
- ce,
530
- Se,
531
- ve
532
- ], se = () => [
619
+ ], I = () => [
620
+ W,
621
+ rt,
622
+ vt,
623
+ ht
624
+ ], le = () => [
533
625
  "",
534
626
  "none",
535
627
  m,
536
628
  X,
537
- J
538
- ], B = () => [
629
+ q
630
+ ], L = () => [
539
631
  "none",
540
- U,
632
+ W,
541
633
  X,
542
- J
543
- ], V = () => [
634
+ q
635
+ ], R = () => [
544
636
  "none",
545
- U,
637
+ W,
546
638
  X,
547
- J
548
- ], K = () => [
549
- U,
639
+ q
640
+ ], z = () => [
641
+ W,
550
642
  X,
551
- J
552
- ], q = () => [
553
- H,
643
+ q
644
+ ], B = () => [
645
+ U,
554
646
  "full",
555
647
  ...C()
556
648
  ];
@@ -564,17 +656,17 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
564
656
  "bounce"
565
657
  ],
566
658
  aspect: ["video"],
567
- blur: [G],
568
- breakpoint: [G],
569
- color: [le],
570
- container: [G],
571
- "drop-shadow": [G],
659
+ blur: [K],
660
+ breakpoint: [K],
661
+ color: [it],
662
+ container: [K],
663
+ "drop-shadow": [K],
572
664
  ease: [
573
665
  "in",
574
666
  "out",
575
667
  "in-out"
576
668
  ],
577
- font: [fe],
669
+ font: [lt],
578
670
  "font-weight": [
579
671
  "thin",
580
672
  "extralight",
@@ -586,7 +678,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
586
678
  "extrabold",
587
679
  "black"
588
680
  ],
589
- "inset-shadow": [G],
681
+ "inset-shadow": [K],
590
682
  leading: [
591
683
  "none",
592
684
  "tight",
@@ -603,11 +695,11 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
603
695
  "distant",
604
696
  "none"
605
697
  ],
606
- radius: [G],
607
- shadow: [G],
608
- spacing: ["px", U],
609
- text: [G],
610
- "text-shadow": [G],
698
+ radius: [K],
699
+ shadow: [K],
700
+ spacing: ["px", W],
701
+ text: [K],
702
+ "text-shadow": [K],
611
703
  tracking: [
612
704
  "tighter",
613
705
  "tight",
@@ -621,8 +713,8 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
621
713
  aspect: [{ aspect: [
622
714
  "auto",
623
715
  "square",
624
- H,
625
- J,
716
+ U,
717
+ q,
626
718
  X,
627
719
  g
628
720
  ] }],
@@ -632,17 +724,17 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
632
724
  "normal",
633
725
  "size",
634
726
  X,
635
- J
727
+ q
636
728
  ] }],
637
- "container-named": [pe],
729
+ "container-named": [ut],
638
730
  columns: [{ columns: [
639
- U,
640
- J,
731
+ W,
732
+ q,
641
733
  X,
642
734
  s
643
735
  ] }],
644
- "break-after": [{ "break-after": y() }],
645
- "break-before": [{ "break-before": y() }],
736
+ "break-after": [{ "break-after": v() }],
737
+ "break-before": [{ "break-before": v() }],
646
738
  "break-inside": [{ "break-inside": [
647
739
  "auto",
648
740
  "avoid",
@@ -698,13 +790,13 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
698
790
  "none",
699
791
  "scale-down"
700
792
  ] }],
701
- "object-position": [{ object: x() }],
702
- overflow: [{ overflow: S() }],
703
- "overflow-x": [{ "overflow-x": S() }],
704
- "overflow-y": [{ "overflow-y": S() }],
705
- overscroll: [{ overscroll: ee() }],
706
- "overscroll-x": [{ "overscroll-x": ee() }],
707
- "overscroll-y": [{ "overscroll-y": ee() }],
793
+ "object-position": [{ object: b() }],
794
+ overflow: [{ overflow: x() }],
795
+ "overflow-x": [{ "overflow-x": x() }],
796
+ "overflow-y": [{ "overflow-y": x() }],
797
+ overscroll: [{ overscroll: S() }],
798
+ "overscroll-x": [{ "overscroll-x": S() }],
799
+ "overscroll-y": [{ "overscroll-y": S() }],
708
800
  position: [
709
801
  "static",
710
802
  "fixed",
@@ -735,13 +827,13 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
735
827
  "collapse"
736
828
  ],
737
829
  z: [{ z: [
738
- W,
830
+ G,
739
831
  "auto",
740
832
  X,
741
- J
833
+ q
742
834
  ] }],
743
835
  basis: [{ basis: [
744
- H,
836
+ U,
745
837
  "full",
746
838
  "auto",
747
839
  s,
@@ -759,41 +851,41 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
759
851
  "wrap-reverse"
760
852
  ] }],
761
853
  flex: [{ flex: [
854
+ W,
762
855
  U,
763
- H,
764
856
  "auto",
765
857
  "initial",
766
858
  "none",
767
- J
859
+ q
768
860
  ] }],
769
861
  grow: [{ grow: [
770
862
  "",
771
- U,
863
+ W,
772
864
  X,
773
- J
865
+ q
774
866
  ] }],
775
867
  shrink: [{ shrink: [
776
868
  "",
777
- U,
869
+ W,
778
870
  X,
779
- J
871
+ q
780
872
  ] }],
781
873
  order: [{ order: [
782
- W,
874
+ G,
783
875
  "first",
784
876
  "last",
785
877
  "none",
786
878
  X,
787
- J
879
+ q
788
880
  ] }],
789
881
  "grid-cols": [{ "grid-cols": te() }],
790
- "col-start-end": [{ col: T() }],
791
- "col-start": [{ "col-start": E() }],
792
- "col-end": [{ "col-end": E() }],
882
+ "col-start-end": [{ col: ne() }],
883
+ "col-start": [{ "col-start": T() }],
884
+ "col-end": [{ "col-end": T() }],
793
885
  "grid-rows": [{ "grid-rows": te() }],
794
- "row-start-end": [{ row: T() }],
795
- "row-start": [{ "row-start": E() }],
796
- "row-end": [{ "row-end": E() }],
886
+ "row-start-end": [{ row: ne() }],
887
+ "row-start": [{ "row-start": T() }],
888
+ "row-end": [{ "row-end": T() }],
797
889
  "grid-flow": [{ "grid-flow": [
798
890
  "row",
799
891
  "col",
@@ -801,24 +893,24 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
801
893
  "row-dense",
802
894
  "col-dense"
803
895
  ] }],
804
- "auto-cols": [{ "auto-cols": ne() }],
805
- "auto-rows": [{ "auto-rows": ne() }],
896
+ "auto-cols": [{ "auto-cols": re() }],
897
+ "auto-rows": [{ "auto-rows": re() }],
806
898
  gap: [{ gap: C() }],
807
899
  "gap-x": [{ "gap-x": C() }],
808
900
  "gap-y": [{ "gap-y": C() }],
809
- "justify-content": [{ justify: [...D(), "normal"] }],
810
- "justify-items": [{ "justify-items": [...O(), "normal"] }],
811
- "justify-self": [{ "justify-self": ["auto", ...O()] }],
812
- "align-content": [{ content: ["normal", ...D()] }],
813
- "align-items": [{ items: [...O(), { baseline: ["", "last"] }] }],
901
+ "justify-content": [{ justify: [...E(), "normal"] }],
902
+ "justify-items": [{ "justify-items": [...D(), "normal"] }],
903
+ "justify-self": [{ "justify-self": ["auto", ...D()] }],
904
+ "align-content": [{ content: ["normal", ...E()] }],
905
+ "align-items": [{ items: [...D(), { baseline: ["", "last"] }] }],
814
906
  "align-self": [{ self: [
815
907
  "auto",
816
- ...O(),
908
+ ...D(),
817
909
  { baseline: ["", "last"] }
818
910
  ] }],
819
- "place-content": [{ "place-content": D() }],
820
- "place-items": [{ "place-items": [...O(), "baseline"] }],
821
- "place-self": [{ "place-self": ["auto", ...O()] }],
911
+ "place-content": [{ "place-content": E() }],
912
+ "place-items": [{ "place-items": [...D(), "baseline"] }],
913
+ "place-self": [{ "place-self": ["auto", ...D()] }],
822
914
  p: [{ p: C() }],
823
915
  px: [{ px: C() }],
824
916
  py: [{ py: C() }],
@@ -830,38 +922,38 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
830
922
  pr: [{ pr: C() }],
831
923
  pb: [{ pb: C() }],
832
924
  pl: [{ pl: C() }],
833
- m: [{ m: k() }],
834
- mx: [{ mx: k() }],
835
- my: [{ my: k() }],
836
- ms: [{ ms: k() }],
837
- me: [{ me: k() }],
838
- mbs: [{ mbs: k() }],
839
- mbe: [{ mbe: k() }],
840
- mt: [{ mt: k() }],
841
- mr: [{ mr: k() }],
842
- mb: [{ mb: k() }],
843
- ml: [{ ml: k() }],
925
+ m: [{ m: O() }],
926
+ mx: [{ mx: O() }],
927
+ my: [{ my: O() }],
928
+ ms: [{ ms: O() }],
929
+ me: [{ me: O() }],
930
+ mbs: [{ mbs: O() }],
931
+ mbe: [{ mbe: O() }],
932
+ mt: [{ mt: O() }],
933
+ mr: [{ mr: O() }],
934
+ mb: [{ mb: O() }],
935
+ ml: [{ ml: O() }],
844
936
  "space-x": [{ "space-x": C() }],
845
937
  "space-x-reverse": ["space-x-reverse"],
846
938
  "space-y": [{ "space-y": C() }],
847
939
  "space-y-reverse": ["space-y-reverse"],
848
- size: [{ size: A() }],
849
- "inline-size": [{ inline: ["auto", ...j()] }],
850
- "min-inline-size": [{ "min-inline": ["auto", ...j()] }],
851
- "max-inline-size": [{ "max-inline": ["none", ...j()] }],
852
- "block-size": [{ block: ["auto", ...M()] }],
853
- "min-block-size": [{ "min-block": ["auto", ...M()] }],
854
- "max-block-size": [{ "max-block": ["none", ...M()] }],
940
+ size: [{ size: k() }],
941
+ "inline-size": [{ inline: ["auto", ...ie()] }],
942
+ "min-inline-size": [{ "min-inline": ["auto", ...ie()] }],
943
+ "max-inline-size": [{ "max-inline": ["none", ...ie()] }],
944
+ "block-size": [{ block: ["auto", ...ae()] }],
945
+ "min-block-size": [{ "min-block": ["auto", ...ae()] }],
946
+ "max-block-size": [{ "max-block": ["none", ...ae()] }],
855
947
  w: [{ w: [
856
948
  s,
857
949
  "screen",
858
- ...A()
950
+ ...k()
859
951
  ] }],
860
952
  "min-w": [{ "min-w": [
861
953
  s,
862
954
  "screen",
863
955
  "none",
864
- ...A()
956
+ ...k()
865
957
  ] }],
866
958
  "max-w": [{ "max-w": [
867
959
  s,
@@ -869,36 +961,36 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
869
961
  "none",
870
962
  "prose",
871
963
  { screen: [o] },
872
- ...A()
964
+ ...k()
873
965
  ] }],
874
966
  h: [{ h: [
875
967
  "screen",
876
968
  "lh",
877
- ...A()
969
+ ...k()
878
970
  ] }],
879
971
  "min-h": [{ "min-h": [
880
972
  "screen",
881
973
  "lh",
882
974
  "none",
883
- ...A()
975
+ ...k()
884
976
  ] }],
885
977
  "max-h": [{ "max-h": [
886
978
  "screen",
887
979
  "lh",
888
- ...A()
980
+ ...k()
889
981
  ] }],
890
982
  "font-size": [{ text: [
891
983
  "base",
892
984
  n,
893
985
  Z,
894
- Y
986
+ J
895
987
  ] }],
896
988
  "font-smoothing": ["antialiased", "subpixel-antialiased"],
897
989
  "font-style": ["italic", "not-italic"],
898
990
  "font-weight": [{ font: [
899
991
  r,
900
- Ee,
901
- ge
992
+ St,
993
+ pt
902
994
  ] }],
903
995
  "font-stretch": [{ "font-stretch": [
904
996
  "ultra-condensed",
@@ -910,15 +1002,15 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
910
1002
  "expanded",
911
1003
  "extra-expanded",
912
1004
  "ultra-expanded",
913
- ce,
914
- J
1005
+ rt,
1006
+ q
915
1007
  ] }],
916
1008
  "font-family": [{ font: [
917
- xe,
918
- _e,
1009
+ _t,
1010
+ mt,
919
1011
  t
920
1012
  ] }],
921
- "font-features": [{ "font-features": [J] }],
1013
+ "font-features": [{ "font-features": [q] }],
922
1014
  "fvn-normal": ["normal-nums"],
923
1015
  "fvn-ordinal": ["ordinal"],
924
1016
  "fvn-slashed-zero": ["slashed-zero"],
@@ -928,19 +1020,19 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
928
1020
  tracking: [{ tracking: [
929
1021
  i,
930
1022
  X,
931
- J
1023
+ q
932
1024
  ] }],
933
1025
  "line-clamp": [{ "line-clamp": [
934
- U,
1026
+ W,
935
1027
  "none",
936
1028
  X,
937
- he
1029
+ ft
938
1030
  ] }],
939
1031
  leading: [{ leading: [a, ...C()] }],
940
1032
  "list-image": [{ "list-image": [
941
1033
  "none",
942
1034
  X,
943
- J
1035
+ q
944
1036
  ] }],
945
1037
  "list-style-position": [{ list: ["inside", "outside"] }],
946
1038
  "list-style-type": [{ list: [
@@ -948,7 +1040,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
948
1040
  "decimal",
949
1041
  "none",
950
1042
  X,
951
- J
1043
+ q
952
1044
  ] }],
953
1045
  "text-alignment": [{ text: [
954
1046
  "left",
@@ -958,28 +1050,28 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
958
1050
  "start",
959
1051
  "end"
960
1052
  ] }],
961
- "placeholder-color": [{ placeholder: N() }],
962
- "text-color": [{ text: N() }],
1053
+ "placeholder-color": [{ placeholder: A() }],
1054
+ "text-color": [{ text: A() }],
963
1055
  "text-decoration": [
964
1056
  "underline",
965
1057
  "overline",
966
1058
  "line-through",
967
1059
  "no-underline"
968
1060
  ],
969
- "text-decoration-style": [{ decoration: [...R(), "wavy"] }],
1061
+ "text-decoration-style": [{ decoration: [...F(), "wavy"] }],
970
1062
  "text-decoration-thickness": [{ decoration: [
971
- U,
1063
+ W,
972
1064
  "from-font",
973
1065
  "auto",
974
1066
  X,
975
- Y
1067
+ J
976
1068
  ] }],
977
- "text-decoration-color": [{ decoration: N() }],
1069
+ "text-decoration-color": [{ decoration: A() }],
978
1070
  "underline-offset": [{ "underline-offset": [
979
- U,
1071
+ W,
980
1072
  "auto",
981
1073
  X,
982
- J
1074
+ q
983
1075
  ] }],
984
1076
  "text-transform": [
985
1077
  "uppercase",
@@ -1000,9 +1092,9 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
1000
1092
  ] }],
1001
1093
  indent: [{ indent: C() }],
1002
1094
  "tab-size": [{ tab: [
1003
- W,
1095
+ G,
1004
1096
  X,
1005
- J
1097
+ q
1006
1098
  ] }],
1007
1099
  "vertical-align": [{ align: [
1008
1100
  "baseline",
@@ -1014,7 +1106,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
1014
1106
  "sub",
1015
1107
  "super",
1016
1108
  X,
1017
- J
1109
+ q
1018
1110
  ] }],
1019
1111
  whitespace: [{ whitespace: [
1020
1112
  "normal",
@@ -1043,7 +1135,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
1043
1135
  content: [{ content: [
1044
1136
  "none",
1045
1137
  X,
1046
- J
1138
+ q
1047
1139
  ] }],
1048
1140
  "bg-attachment": [{ bg: [
1049
1141
  "fixed",
@@ -1061,9 +1153,9 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
1061
1153
  "padding",
1062
1154
  "content"
1063
1155
  ] }],
1064
- "bg-position": [{ bg: re() }],
1065
- "bg-repeat": [{ bg: ie() }],
1066
- "bg-size": [{ bg: ae() }],
1156
+ "bg-position": [{ bg: oe() }],
1157
+ "bg-repeat": [{ bg: j() }],
1158
+ "bg-size": [{ bg: se() }],
1067
1159
  "bg-image": [{ bg: [
1068
1160
  "none",
1069
1161
  {
@@ -1078,140 +1170,140 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
1078
1170
  "l",
1079
1171
  "tl"
1080
1172
  ] },
1081
- W,
1173
+ G,
1082
1174
  X,
1083
- J
1175
+ q
1084
1176
  ],
1085
1177
  radial: [
1086
1178
  "",
1087
1179
  X,
1088
- J
1180
+ q
1089
1181
  ],
1090
1182
  conic: [
1091
- W,
1183
+ G,
1092
1184
  X,
1093
- J
1185
+ q
1094
1186
  ]
1095
1187
  },
1096
- we,
1097
- ye
1098
- ] }],
1099
- "bg-color": [{ bg: N() }],
1100
- "gradient-from-pos": [{ from: P() }],
1101
- "gradient-via-pos": [{ via: P() }],
1102
- "gradient-to-pos": [{ to: P() }],
1103
- "gradient-from": [{ from: N() }],
1104
- "gradient-via": [{ via: N() }],
1105
- "gradient-to": [{ to: N() }],
1106
- rounded: [{ rounded: I() }],
1107
- "rounded-s": [{ "rounded-s": I() }],
1108
- "rounded-e": [{ "rounded-e": I() }],
1109
- "rounded-t": [{ "rounded-t": I() }],
1110
- "rounded-r": [{ "rounded-r": I() }],
1111
- "rounded-b": [{ "rounded-b": I() }],
1112
- "rounded-l": [{ "rounded-l": I() }],
1113
- "rounded-ss": [{ "rounded-ss": I() }],
1114
- "rounded-se": [{ "rounded-se": I() }],
1115
- "rounded-ee": [{ "rounded-ee": I() }],
1116
- "rounded-es": [{ "rounded-es": I() }],
1117
- "rounded-tl": [{ "rounded-tl": I() }],
1118
- "rounded-tr": [{ "rounded-tr": I() }],
1119
- "rounded-br": [{ "rounded-br": I() }],
1120
- "rounded-bl": [{ "rounded-bl": I() }],
1121
- "border-w": [{ border: L() }],
1122
- "border-w-x": [{ "border-x": L() }],
1123
- "border-w-y": [{ "border-y": L() }],
1124
- "border-w-s": [{ "border-s": L() }],
1125
- "border-w-e": [{ "border-e": L() }],
1126
- "border-w-bs": [{ "border-bs": L() }],
1127
- "border-w-be": [{ "border-be": L() }],
1128
- "border-w-t": [{ "border-t": L() }],
1129
- "border-w-r": [{ "border-r": L() }],
1130
- "border-w-b": [{ "border-b": L() }],
1131
- "border-w-l": [{ "border-l": L() }],
1132
- "divide-x": [{ "divide-x": L() }],
1188
+ bt,
1189
+ gt
1190
+ ] }],
1191
+ "bg-color": [{ bg: A() }],
1192
+ "gradient-from-pos": [{ from: M() }],
1193
+ "gradient-via-pos": [{ via: M() }],
1194
+ "gradient-to-pos": [{ to: M() }],
1195
+ "gradient-from": [{ from: A() }],
1196
+ "gradient-via": [{ via: A() }],
1197
+ "gradient-to": [{ to: A() }],
1198
+ rounded: [{ rounded: N() }],
1199
+ "rounded-s": [{ "rounded-s": N() }],
1200
+ "rounded-e": [{ "rounded-e": N() }],
1201
+ "rounded-t": [{ "rounded-t": N() }],
1202
+ "rounded-r": [{ "rounded-r": N() }],
1203
+ "rounded-b": [{ "rounded-b": N() }],
1204
+ "rounded-l": [{ "rounded-l": N() }],
1205
+ "rounded-ss": [{ "rounded-ss": N() }],
1206
+ "rounded-se": [{ "rounded-se": N() }],
1207
+ "rounded-ee": [{ "rounded-ee": N() }],
1208
+ "rounded-es": [{ "rounded-es": N() }],
1209
+ "rounded-tl": [{ "rounded-tl": N() }],
1210
+ "rounded-tr": [{ "rounded-tr": N() }],
1211
+ "rounded-br": [{ "rounded-br": N() }],
1212
+ "rounded-bl": [{ "rounded-bl": N() }],
1213
+ "border-w": [{ border: P() }],
1214
+ "border-w-x": [{ "border-x": P() }],
1215
+ "border-w-y": [{ "border-y": P() }],
1216
+ "border-w-s": [{ "border-s": P() }],
1217
+ "border-w-e": [{ "border-e": P() }],
1218
+ "border-w-bs": [{ "border-bs": P() }],
1219
+ "border-w-be": [{ "border-be": P() }],
1220
+ "border-w-t": [{ "border-t": P() }],
1221
+ "border-w-r": [{ "border-r": P() }],
1222
+ "border-w-b": [{ "border-b": P() }],
1223
+ "border-w-l": [{ "border-l": P() }],
1224
+ "divide-x": [{ "divide-x": P() }],
1133
1225
  "divide-x-reverse": ["divide-x-reverse"],
1134
- "divide-y": [{ "divide-y": L() }],
1226
+ "divide-y": [{ "divide-y": P() }],
1135
1227
  "divide-y-reverse": ["divide-y-reverse"],
1136
1228
  "border-style": [{ border: [
1137
- ...R(),
1229
+ ...F(),
1138
1230
  "hidden",
1139
1231
  "none"
1140
1232
  ] }],
1141
1233
  "divide-style": [{ divide: [
1142
- ...R(),
1234
+ ...F(),
1143
1235
  "hidden",
1144
1236
  "none"
1145
1237
  ] }],
1146
- "border-color": [{ border: N() }],
1147
- "border-color-x": [{ "border-x": N() }],
1148
- "border-color-y": [{ "border-y": N() }],
1149
- "border-color-s": [{ "border-s": N() }],
1150
- "border-color-e": [{ "border-e": N() }],
1151
- "border-color-bs": [{ "border-bs": N() }],
1152
- "border-color-be": [{ "border-be": N() }],
1153
- "border-color-t": [{ "border-t": N() }],
1154
- "border-color-r": [{ "border-r": N() }],
1155
- "border-color-b": [{ "border-b": N() }],
1156
- "border-color-l": [{ "border-l": N() }],
1157
- "divide-color": [{ divide: N() }],
1238
+ "border-color": [{ border: A() }],
1239
+ "border-color-x": [{ "border-x": A() }],
1240
+ "border-color-y": [{ "border-y": A() }],
1241
+ "border-color-s": [{ "border-s": A() }],
1242
+ "border-color-e": [{ "border-e": A() }],
1243
+ "border-color-bs": [{ "border-bs": A() }],
1244
+ "border-color-be": [{ "border-be": A() }],
1245
+ "border-color-t": [{ "border-t": A() }],
1246
+ "border-color-r": [{ "border-r": A() }],
1247
+ "border-color-b": [{ "border-b": A() }],
1248
+ "border-color-l": [{ "border-l": A() }],
1249
+ "divide-color": [{ divide: A() }],
1158
1250
  "outline-style": [{ outline: [
1159
- ...R(),
1251
+ ...F(),
1160
1252
  "none",
1161
1253
  "hidden"
1162
1254
  ] }],
1163
1255
  "outline-offset": [{ "outline-offset": [
1164
- U,
1256
+ W,
1165
1257
  X,
1166
- J
1258
+ q
1167
1259
  ] }],
1168
1260
  "outline-w": [{ outline: [
1169
1261
  "",
1170
- U,
1262
+ W,
1171
1263
  Z,
1172
- Y
1264
+ J
1173
1265
  ] }],
1174
- "outline-color": [{ outline: N() }],
1266
+ "outline-color": [{ outline: A() }],
1175
1267
  shadow: [{ shadow: [
1176
1268
  "",
1177
1269
  "none",
1178
1270
  u,
1179
- Te,
1180
- be
1271
+ xt,
1272
+ Y
1181
1273
  ] }],
1182
- "shadow-color": [{ shadow: N() }],
1274
+ "shadow-color": [{ shadow: A() }],
1183
1275
  "inset-shadow": [{ "inset-shadow": [
1184
1276
  "none",
1185
1277
  d,
1186
- Te,
1187
- be
1278
+ xt,
1279
+ Y
1188
1280
  ] }],
1189
- "inset-shadow-color": [{ "inset-shadow": N() }],
1190
- "ring-w": [{ ring: L() }],
1281
+ "inset-shadow-color": [{ "inset-shadow": A() }],
1282
+ "ring-w": [{ ring: P() }],
1191
1283
  "ring-w-inset": ["ring-inset"],
1192
- "ring-color": [{ ring: N() }],
1193
- "ring-offset-w": [{ "ring-offset": [U, Y] }],
1194
- "ring-offset-color": [{ "ring-offset": N() }],
1195
- "inset-ring-w": [{ "inset-ring": L() }],
1196
- "inset-ring-color": [{ "inset-ring": N() }],
1284
+ "ring-color": [{ ring: A() }],
1285
+ "ring-offset-w": [{ "ring-offset": [W, J] }],
1286
+ "ring-offset-color": [{ "ring-offset": A() }],
1287
+ "inset-ring-w": [{ "inset-ring": P() }],
1288
+ "inset-ring-color": [{ "inset-ring": A() }],
1197
1289
  "text-shadow": [{ "text-shadow": [
1198
1290
  "none",
1199
1291
  f,
1200
- Te,
1201
- be
1292
+ xt,
1293
+ Y
1202
1294
  ] }],
1203
- "text-shadow-color": [{ "text-shadow": N() }],
1295
+ "text-shadow-color": [{ "text-shadow": A() }],
1204
1296
  opacity: [{ opacity: [
1205
- U,
1297
+ W,
1206
1298
  X,
1207
- J
1299
+ q
1208
1300
  ] }],
1209
1301
  "mix-blend": [{ "mix-blend": [
1210
- ...oe(),
1302
+ ...ce(),
1211
1303
  "plus-darker",
1212
1304
  "plus-lighter"
1213
1305
  ] }],
1214
- "bg-blend": [{ "bg-blend": oe() }],
1306
+ "bg-blend": [{ "bg-blend": ce() }],
1215
1307
  "mask-clip": [{ "mask-clip": [
1216
1308
  "border",
1217
1309
  "padding",
@@ -1226,51 +1318,51 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
1226
1318
  "intersect",
1227
1319
  "exclude"
1228
1320
  ] }],
1229
- "mask-image-linear-pos": [{ "mask-linear": [U] }],
1230
- "mask-image-linear-from-pos": [{ "mask-linear-from": z() }],
1231
- "mask-image-linear-to-pos": [{ "mask-linear-to": z() }],
1232
- "mask-image-linear-from-color": [{ "mask-linear-from": N() }],
1233
- "mask-image-linear-to-color": [{ "mask-linear-to": N() }],
1234
- "mask-image-t-from-pos": [{ "mask-t-from": z() }],
1235
- "mask-image-t-to-pos": [{ "mask-t-to": z() }],
1236
- "mask-image-t-from-color": [{ "mask-t-from": N() }],
1237
- "mask-image-t-to-color": [{ "mask-t-to": N() }],
1238
- "mask-image-r-from-pos": [{ "mask-r-from": z() }],
1239
- "mask-image-r-to-pos": [{ "mask-r-to": z() }],
1240
- "mask-image-r-from-color": [{ "mask-r-from": N() }],
1241
- "mask-image-r-to-color": [{ "mask-r-to": N() }],
1242
- "mask-image-b-from-pos": [{ "mask-b-from": z() }],
1243
- "mask-image-b-to-pos": [{ "mask-b-to": z() }],
1244
- "mask-image-b-from-color": [{ "mask-b-from": N() }],
1245
- "mask-image-b-to-color": [{ "mask-b-to": N() }],
1246
- "mask-image-l-from-pos": [{ "mask-l-from": z() }],
1247
- "mask-image-l-to-pos": [{ "mask-l-to": z() }],
1248
- "mask-image-l-from-color": [{ "mask-l-from": N() }],
1249
- "mask-image-l-to-color": [{ "mask-l-to": N() }],
1250
- "mask-image-x-from-pos": [{ "mask-x-from": z() }],
1251
- "mask-image-x-to-pos": [{ "mask-x-to": z() }],
1252
- "mask-image-x-from-color": [{ "mask-x-from": N() }],
1253
- "mask-image-x-to-color": [{ "mask-x-to": N() }],
1254
- "mask-image-y-from-pos": [{ "mask-y-from": z() }],
1255
- "mask-image-y-to-pos": [{ "mask-y-to": z() }],
1256
- "mask-image-y-from-color": [{ "mask-y-from": N() }],
1257
- "mask-image-y-to-color": [{ "mask-y-to": N() }],
1258
- "mask-image-radial": [{ "mask-radial": [X, J] }],
1259
- "mask-image-radial-from-pos": [{ "mask-radial-from": z() }],
1260
- "mask-image-radial-to-pos": [{ "mask-radial-to": z() }],
1261
- "mask-image-radial-from-color": [{ "mask-radial-from": N() }],
1262
- "mask-image-radial-to-color": [{ "mask-radial-to": N() }],
1321
+ "mask-image-linear-pos": [{ "mask-linear": [W] }],
1322
+ "mask-image-linear-from-pos": [{ "mask-linear-from": I() }],
1323
+ "mask-image-linear-to-pos": [{ "mask-linear-to": I() }],
1324
+ "mask-image-linear-from-color": [{ "mask-linear-from": A() }],
1325
+ "mask-image-linear-to-color": [{ "mask-linear-to": A() }],
1326
+ "mask-image-t-from-pos": [{ "mask-t-from": I() }],
1327
+ "mask-image-t-to-pos": [{ "mask-t-to": I() }],
1328
+ "mask-image-t-from-color": [{ "mask-t-from": A() }],
1329
+ "mask-image-t-to-color": [{ "mask-t-to": A() }],
1330
+ "mask-image-r-from-pos": [{ "mask-r-from": I() }],
1331
+ "mask-image-r-to-pos": [{ "mask-r-to": I() }],
1332
+ "mask-image-r-from-color": [{ "mask-r-from": A() }],
1333
+ "mask-image-r-to-color": [{ "mask-r-to": A() }],
1334
+ "mask-image-b-from-pos": [{ "mask-b-from": I() }],
1335
+ "mask-image-b-to-pos": [{ "mask-b-to": I() }],
1336
+ "mask-image-b-from-color": [{ "mask-b-from": A() }],
1337
+ "mask-image-b-to-color": [{ "mask-b-to": A() }],
1338
+ "mask-image-l-from-pos": [{ "mask-l-from": I() }],
1339
+ "mask-image-l-to-pos": [{ "mask-l-to": I() }],
1340
+ "mask-image-l-from-color": [{ "mask-l-from": A() }],
1341
+ "mask-image-l-to-color": [{ "mask-l-to": A() }],
1342
+ "mask-image-x-from-pos": [{ "mask-x-from": I() }],
1343
+ "mask-image-x-to-pos": [{ "mask-x-to": I() }],
1344
+ "mask-image-x-from-color": [{ "mask-x-from": A() }],
1345
+ "mask-image-x-to-color": [{ "mask-x-to": A() }],
1346
+ "mask-image-y-from-pos": [{ "mask-y-from": I() }],
1347
+ "mask-image-y-to-pos": [{ "mask-y-to": I() }],
1348
+ "mask-image-y-from-color": [{ "mask-y-from": A() }],
1349
+ "mask-image-y-to-color": [{ "mask-y-to": A() }],
1350
+ "mask-image-radial": [{ "mask-radial": [X, q] }],
1351
+ "mask-image-radial-from-pos": [{ "mask-radial-from": I() }],
1352
+ "mask-image-radial-to-pos": [{ "mask-radial-to": I() }],
1353
+ "mask-image-radial-from-color": [{ "mask-radial-from": A() }],
1354
+ "mask-image-radial-to-color": [{ "mask-radial-to": A() }],
1263
1355
  "mask-image-radial-shape": [{ "mask-radial": ["circle", "ellipse"] }],
1264
1356
  "mask-image-radial-size": [{ "mask-radial": [{
1265
1357
  closest: ["side", "corner"],
1266
1358
  farthest: ["side", "corner"]
1267
1359
  }] }],
1268
- "mask-image-radial-pos": [{ "mask-radial-at": b() }],
1269
- "mask-image-conic-pos": [{ "mask-conic": [U] }],
1270
- "mask-image-conic-from-pos": [{ "mask-conic-from": z() }],
1271
- "mask-image-conic-to-pos": [{ "mask-conic-to": z() }],
1272
- "mask-image-conic-from-color": [{ "mask-conic-from": N() }],
1273
- "mask-image-conic-to-color": [{ "mask-conic-to": N() }],
1360
+ "mask-image-radial-pos": [{ "mask-radial-at": y() }],
1361
+ "mask-image-conic-pos": [{ "mask-conic": [W] }],
1362
+ "mask-image-conic-from-pos": [{ "mask-conic-from": I() }],
1363
+ "mask-image-conic-to-pos": [{ "mask-conic-to": I() }],
1364
+ "mask-image-conic-from-color": [{ "mask-conic-from": A() }],
1365
+ "mask-image-conic-to-color": [{ "mask-conic-to": A() }],
1274
1366
  "mask-mode": [{ mask: [
1275
1367
  "alpha",
1276
1368
  "luminance",
@@ -1284,117 +1376,117 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
1284
1376
  "stroke",
1285
1377
  "view"
1286
1378
  ] }],
1287
- "mask-position": [{ mask: re() }],
1288
- "mask-repeat": [{ mask: ie() }],
1289
- "mask-size": [{ mask: ae() }],
1379
+ "mask-position": [{ mask: oe() }],
1380
+ "mask-repeat": [{ mask: j() }],
1381
+ "mask-size": [{ mask: se() }],
1290
1382
  "mask-type": [{ "mask-type": ["alpha", "luminance"] }],
1291
1383
  "mask-image": [{ mask: [
1292
1384
  "none",
1293
1385
  X,
1294
- J
1386
+ q
1295
1387
  ] }],
1296
1388
  filter: [{ filter: [
1297
1389
  "",
1298
1390
  "none",
1299
1391
  X,
1300
- J
1392
+ q
1301
1393
  ] }],
1302
- blur: [{ blur: se() }],
1394
+ blur: [{ blur: le() }],
1303
1395
  brightness: [{ brightness: [
1304
- U,
1396
+ W,
1305
1397
  X,
1306
- J
1398
+ q
1307
1399
  ] }],
1308
1400
  contrast: [{ contrast: [
1309
- U,
1401
+ W,
1310
1402
  X,
1311
- J
1403
+ q
1312
1404
  ] }],
1313
1405
  "drop-shadow": [{ "drop-shadow": [
1314
1406
  "",
1315
1407
  "none",
1316
1408
  p,
1317
- Te,
1318
- be
1409
+ xt,
1410
+ Y
1319
1411
  ] }],
1320
- "drop-shadow-color": [{ "drop-shadow": N() }],
1412
+ "drop-shadow-color": [{ "drop-shadow": A() }],
1321
1413
  grayscale: [{ grayscale: [
1322
1414
  "",
1323
- U,
1415
+ W,
1324
1416
  X,
1325
- J
1417
+ q
1326
1418
  ] }],
1327
1419
  "hue-rotate": [{ "hue-rotate": [
1328
- U,
1420
+ W,
1329
1421
  X,
1330
- J
1422
+ q
1331
1423
  ] }],
1332
1424
  invert: [{ invert: [
1333
1425
  "",
1334
- U,
1426
+ W,
1335
1427
  X,
1336
- J
1428
+ q
1337
1429
  ] }],
1338
1430
  saturate: [{ saturate: [
1339
- U,
1431
+ W,
1340
1432
  X,
1341
- J
1433
+ q
1342
1434
  ] }],
1343
1435
  sepia: [{ sepia: [
1344
1436
  "",
1345
- U,
1437
+ W,
1346
1438
  X,
1347
- J
1439
+ q
1348
1440
  ] }],
1349
1441
  "backdrop-filter": [{ "backdrop-filter": [
1350
1442
  "",
1351
1443
  "none",
1352
1444
  X,
1353
- J
1445
+ q
1354
1446
  ] }],
1355
- "backdrop-blur": [{ "backdrop-blur": se() }],
1447
+ "backdrop-blur": [{ "backdrop-blur": le() }],
1356
1448
  "backdrop-brightness": [{ "backdrop-brightness": [
1357
- U,
1449
+ W,
1358
1450
  X,
1359
- J
1451
+ q
1360
1452
  ] }],
1361
1453
  "backdrop-contrast": [{ "backdrop-contrast": [
1362
- U,
1454
+ W,
1363
1455
  X,
1364
- J
1456
+ q
1365
1457
  ] }],
1366
1458
  "backdrop-grayscale": [{ "backdrop-grayscale": [
1367
1459
  "",
1368
- U,
1460
+ W,
1369
1461
  X,
1370
- J
1462
+ q
1371
1463
  ] }],
1372
1464
  "backdrop-hue-rotate": [{ "backdrop-hue-rotate": [
1373
- U,
1465
+ W,
1374
1466
  X,
1375
- J
1467
+ q
1376
1468
  ] }],
1377
1469
  "backdrop-invert": [{ "backdrop-invert": [
1378
1470
  "",
1379
- U,
1471
+ W,
1380
1472
  X,
1381
- J
1473
+ q
1382
1474
  ] }],
1383
1475
  "backdrop-opacity": [{ "backdrop-opacity": [
1384
- U,
1476
+ W,
1385
1477
  X,
1386
- J
1478
+ q
1387
1479
  ] }],
1388
1480
  "backdrop-saturate": [{ "backdrop-saturate": [
1389
- U,
1481
+ W,
1390
1482
  X,
1391
- J
1483
+ q
1392
1484
  ] }],
1393
1485
  "backdrop-sepia": [{ "backdrop-sepia": [
1394
1486
  "",
1395
- U,
1487
+ W,
1396
1488
  X,
1397
- J
1489
+ q
1398
1490
  ] }],
1399
1491
  "border-collapse": [{ border: ["collapse", "separate"] }],
1400
1492
  "border-spacing": [{ "border-spacing": C() }],
@@ -1411,75 +1503,75 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
1411
1503
  "transform",
1412
1504
  "none",
1413
1505
  X,
1414
- J
1506
+ q
1415
1507
  ] }],
1416
1508
  "transition-behavior": [{ transition: ["normal", "discrete"] }],
1417
1509
  duration: [{ duration: [
1418
- U,
1510
+ W,
1419
1511
  "initial",
1420
1512
  X,
1421
- J
1513
+ q
1422
1514
  ] }],
1423
1515
  ease: [{ ease: [
1424
1516
  "linear",
1425
1517
  "initial",
1426
1518
  _,
1427
1519
  X,
1428
- J
1520
+ q
1429
1521
  ] }],
1430
1522
  delay: [{ delay: [
1431
- U,
1523
+ W,
1432
1524
  X,
1433
- J
1525
+ q
1434
1526
  ] }],
1435
1527
  animate: [{ animate: [
1436
1528
  "none",
1437
- v,
1529
+ ee,
1438
1530
  X,
1439
- J
1531
+ q
1440
1532
  ] }],
1441
1533
  backface: [{ backface: ["hidden", "visible"] }],
1442
1534
  perspective: [{ perspective: [
1443
1535
  h,
1444
1536
  X,
1445
- J
1446
- ] }],
1447
- "perspective-origin": [{ "perspective-origin": x() }],
1448
- rotate: [{ rotate: B() }],
1449
- "rotate-x": [{ "rotate-x": B() }],
1450
- "rotate-y": [{ "rotate-y": B() }],
1451
- "rotate-z": [{ "rotate-z": B() }],
1452
- scale: [{ scale: V() }],
1453
- "scale-x": [{ "scale-x": V() }],
1454
- "scale-y": [{ "scale-y": V() }],
1455
- "scale-z": [{ "scale-z": V() }],
1537
+ q
1538
+ ] }],
1539
+ "perspective-origin": [{ "perspective-origin": b() }],
1540
+ rotate: [{ rotate: L() }],
1541
+ "rotate-x": [{ "rotate-x": L() }],
1542
+ "rotate-y": [{ "rotate-y": L() }],
1543
+ "rotate-z": [{ "rotate-z": L() }],
1544
+ scale: [{ scale: R() }],
1545
+ "scale-x": [{ "scale-x": R() }],
1546
+ "scale-y": [{ "scale-y": R() }],
1547
+ "scale-z": [{ "scale-z": R() }],
1456
1548
  "scale-3d": ["scale-3d"],
1457
- skew: [{ skew: K() }],
1458
- "skew-x": [{ "skew-x": K() }],
1459
- "skew-y": [{ "skew-y": K() }],
1549
+ skew: [{ skew: z() }],
1550
+ "skew-x": [{ "skew-x": z() }],
1551
+ "skew-y": [{ "skew-y": z() }],
1460
1552
  transform: [{ transform: [
1461
1553
  X,
1462
- J,
1554
+ q,
1463
1555
  "",
1464
1556
  "none",
1465
1557
  "gpu",
1466
1558
  "cpu"
1467
1559
  ] }],
1468
- "transform-origin": [{ origin: x() }],
1560
+ "transform-origin": [{ origin: b() }],
1469
1561
  "transform-style": [{ transform: ["3d", "flat"] }],
1470
- translate: [{ translate: q() }],
1471
- "translate-x": [{ "translate-x": q() }],
1472
- "translate-y": [{ "translate-y": q() }],
1473
- "translate-z": [{ "translate-z": q() }],
1562
+ translate: [{ translate: B() }],
1563
+ "translate-x": [{ "translate-x": B() }],
1564
+ "translate-y": [{ "translate-y": B() }],
1565
+ "translate-z": [{ "translate-z": B() }],
1474
1566
  "translate-none": ["translate-none"],
1475
1567
  zoom: [{ zoom: [
1476
- W,
1568
+ G,
1477
1569
  X,
1478
- J
1570
+ q
1479
1571
  ] }],
1480
- accent: [{ accent: N() }],
1572
+ accent: [{ accent: A() }],
1481
1573
  appearance: [{ appearance: ["none", "auto"] }],
1482
- "caret-color": [{ caret: N() }],
1574
+ "caret-color": [{ caret: A() }],
1483
1575
  "color-scheme": [{ scheme: [
1484
1576
  "normal",
1485
1577
  "dark",
@@ -1526,7 +1618,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
1526
1618
  "zoom-in",
1527
1619
  "zoom-out",
1528
1620
  X,
1529
- J
1621
+ q
1530
1622
  ] }],
1531
1623
  "field-sizing": [{ "field-sizing": ["fixed", "content"] }],
1532
1624
  "pointer-events": [{ "pointer-events": ["auto", "none"] }],
@@ -1537,8 +1629,8 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
1537
1629
  "x"
1538
1630
  ] }],
1539
1631
  "scroll-behavior": [{ scroll: ["auto", "smooth"] }],
1540
- "scrollbar-thumb-color": [{ "scrollbar-thumb": N() }],
1541
- "scrollbar-track-color": [{ "scrollbar-track": N() }],
1632
+ "scrollbar-thumb-color": [{ "scrollbar-thumb": A() }],
1633
+ "scrollbar-track-color": [{ "scrollbar-track": A() }],
1542
1634
  "scrollbar-gutter": [{ "scrollbar-gutter": [
1543
1635
  "auto",
1544
1636
  "stable",
@@ -1613,16 +1705,16 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
1613
1705
  "contents",
1614
1706
  "transform",
1615
1707
  X,
1616
- J
1708
+ q
1617
1709
  ] }],
1618
- fill: [{ fill: ["none", ...N()] }],
1710
+ fill: [{ fill: ["none", ...A()] }],
1619
1711
  "stroke-w": [{ stroke: [
1620
- U,
1712
+ W,
1621
1713
  Z,
1622
- Y,
1623
- he
1714
+ J,
1715
+ ft
1624
1716
  ] }],
1625
- stroke: [{ stroke: ["none", ...N()] }],
1717
+ stroke: [{ stroke: ["none", ...A()] }],
1626
1718
  "forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
1627
1719
  },
1628
1720
  conflictingClassGroups: {
@@ -1811,8 +1903,8 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, r = [], { com
1811
1903
  });
1812
1904
  //#endregion
1813
1905
  //#region src/lib/utils.ts
1814
- function Ie(...e) {
1815
- return Fe(t(e));
1906
+ function Mt(...e) {
1907
+ return jt(p(e));
1816
1908
  }
1817
1909
  //#endregion
1818
- export { s as n, a as r, Ie as t };
1910
+ export { te as A, a as B, w as C, D, A as E, y as F, t as G, d as H, b as I, n as J, u as K, x as L, ne as M, O as N, E as O, T as P, v as R, ie as S, k as T, s as U, l as V, o as W, c as X, r as Y, i as Z, ue as _, ge as a, se as b, ce as c, z as d, I as f, R as g, le as h, he as i, C as j, re as k, P as l, L as m, me as n, de as o, B as p, e as q, pe as r, fe as s, Mt as t, F as u, N as v, ae as w, j as x, M as y, _ as z };