@glasshome/ui 0.5.2 → 0.5.4

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.
@@ -14,52 +14,67 @@ function t() {
14
14
  }
15
15
  //#endregion
16
16
  //#region node_modules/cva/dist/index.mjs
17
- var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r, cva: i, cx: a } = ((e) => {
18
- let r = function() {
19
- var n = [...arguments];
20
- return e?.hooks?.["cx:done"] === void 0 ? e?.hooks?.onComplete === void 0 ? t(n) : e?.hooks.onComplete(t(n)) : e?.hooks["cx:done"](t(n));
21
- };
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));
22
19
  return {
23
- compose: function() {
24
- var e = [...arguments];
25
- return (t) => {
26
- let n = Object.fromEntries(Object.entries(t || {}).filter((e) => {
27
- let [t] = e;
28
- return !["class", "className"].includes(t);
29
- }));
30
- return r(e.map((e) => e(n)), t?.class, t?.className);
20
+ compose: (...e) => {
21
+ let t = e.reduce((e, { config: t }) => (Object.entries(t || {}).forEach(([t, n]) => {
22
+ e[t] = typeof n == "object" && n && !Array.isArray(n) ? {
23
+ ...e[t],
24
+ ...n
25
+ } : 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);
31
29
  };
30
+ return n.config = t, n;
32
31
  },
33
- cva: (e) => (t) => {
34
- if (e?.variants == null) return r(e?.base, t?.class, t?.className);
35
- let { variants: i, defaultVariants: a } = e, o = Object.keys(i).map((e) => {
36
- let r = t?.[e], o = a?.[e], s = n(r) || n(o);
37
- return i[e][s];
38
- }), s = {
39
- ...a,
40
- ...t && Object.entries(t).reduce((e, t) => {
41
- let [n, r] = t;
42
- return r === void 0 ? e : {
43
- ...e,
44
- [n]: r
45
- };
46
- }, {})
47
- }, c = e?.compoundVariants?.reduce((e, t) => {
48
- let { class: n, className: r, ...i } = t;
49
- return Object.entries(i).every((e) => {
50
- let [t, n] = e, r = s[t];
51
- return Array.isArray(n) ? n.includes(r) : r === n;
32
+ cva: (e) => {
33
+ let t = e?.composes == null ? [] : Array.isArray(e.composes) ? e.composes : [e.composes], a = (e, t) => {
34
+ if (!t) return e;
35
+ let n = { ...e };
36
+ for (let e of Object.keys(t)) n[e] = {
37
+ ...n[e],
38
+ ...t[e]
39
+ };
40
+ return n;
41
+ }, o = a(t.reduce((e, t) => a(e, t.config?.variants), {}), e?.variants), s = {
42
+ ...t.reduce((e, t) => ({
43
+ ...e,
44
+ ...t.config?.defaultVariants
45
+ }), {}),
46
+ ...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,
50
+ ...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,
58
+ ...o
59
+ }, f = e?.compoundVariants?.reduce((e, { class: t, className: n, ...r }) => Object.entries(r).every(([e, t]) => {
60
+ let n = d[e];
61
+ return Array.isArray(t) ? t.includes(n) : n === t;
52
62
  }) ? [
53
63
  ...e,
54
- n,
55
- r
56
- ] : e;
57
- }, []);
58
- return r(e?.base, o, c, t?.class, t?.className);
64
+ t,
65
+ n
66
+ ] : e, []);
67
+ return i(c, e?.base, u, f, a?.class, a?.className);
68
+ };
69
+ return c.config = {
70
+ ...e,
71
+ variants: o,
72
+ defaultVariants: s
73
+ }, c;
59
74
  },
60
- cx: r
75
+ cx: i
61
76
  };
62
- })(), o = i({
77
+ })(), s = a({
63
78
  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",
64
79
  variants: {
65
80
  variant: {
@@ -83,100 +98,100 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
83
98
  variant: "default",
84
99
  size: "default"
85
100
  }
86
- }), s = (e, t) => {
101
+ }), c = (e, t) => {
87
102
  let n = Array(e.length + t.length);
88
103
  for (let t = 0; t < e.length; t++) n[t] = e[t];
89
104
  for (let r = 0; r < t.length; r++) n[e.length + r] = t[r];
90
105
  return n;
91
- }, c = (e, t) => ({
106
+ }, l = (e, t) => ({
92
107
  classGroupId: e,
93
108
  validator: t
94
- }), l = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
109
+ }), u = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
95
110
  nextPart: e,
96
111
  validators: t,
97
112
  classGroupId: n
98
- }), u = "-", d = [], ee = "arbitrary..", f = (e) => {
99
- let t = h(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;
113
+ }), d = "-", f = [], p = "arbitrary..", m = (e) => {
114
+ let t = _(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;
100
115
  return {
101
116
  getClassGroupId: (e) => {
102
- if (e.startsWith("[") && e.endsWith("]")) return m(e);
103
- let n = e.split(u);
104
- return p(n, +(n[0] === "" && n.length > 1), t);
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);
105
120
  },
106
121
  getConflictingClassGroupIds: (e, t) => {
107
122
  if (t) {
108
123
  let t = r[e], i = n[e];
109
- return t ? i ? s(i, t) : t : i || d;
124
+ return t ? i ? c(i, t) : t : i || f;
110
125
  }
111
- return n[e] || d;
126
+ return n[e] || f;
112
127
  }
113
128
  };
114
- }, p = (e, t, n) => {
129
+ }, h = (e, t, n) => {
115
130
  if (e.length - t === 0) return n.classGroupId;
116
131
  let r = e[t], i = n.nextPart.get(r);
117
132
  if (i) {
118
- let n = p(e, t + 1, i);
133
+ let n = h(e, t + 1, i);
119
134
  if (n) return n;
120
135
  }
121
136
  let a = n.validators;
122
137
  if (a === null) return;
123
- let o = t === 0 ? e.join(u) : e.slice(t).join(u), s = a.length;
138
+ let o = t === 0 ? e.join(d) : e.slice(t).join(d), s = a.length;
124
139
  for (let e = 0; e < s; e++) {
125
140
  let t = a[e];
126
141
  if (t.validator(o)) return t.classGroupId;
127
142
  }
128
- }, m = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
143
+ }, g = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
129
144
  let t = e.slice(1, -1), n = t.indexOf(":"), r = t.slice(0, n);
130
- return r ? ee + r : void 0;
131
- })(), h = (e) => {
145
+ return r ? p + r : void 0;
146
+ })(), _ = (e) => {
132
147
  let { theme: t, classGroups: n } = e;
133
- return g(n, t);
134
- }, g = (e, t) => {
135
- let n = l();
148
+ return v(n, t);
149
+ }, v = (e, t) => {
150
+ let n = u();
136
151
  for (let r in e) {
137
152
  let i = e[r];
138
- _(i, n, r, t);
153
+ y(i, n, r, t);
139
154
  }
140
155
  return n;
141
- }, _ = (e, t, n, r) => {
156
+ }, y = (e, t, n, r) => {
142
157
  let i = e.length;
143
158
  for (let a = 0; a < i; a++) {
144
159
  let i = e[a];
145
- v(i, t, n, r);
160
+ b(i, t, n, r);
146
161
  }
147
- }, v = (e, t, n, r) => {
162
+ }, b = (e, t, n, r) => {
148
163
  if (typeof e == "string") {
149
- y(e, t, n);
164
+ x(e, t, n);
150
165
  return;
151
166
  }
152
167
  if (typeof e == "function") {
153
- b(e, t, n, r);
168
+ S(e, t, n, r);
154
169
  return;
155
170
  }
156
- te(e, t, n, r);
157
- }, y = (e, t, n) => {
158
- let r = e === "" ? t : x(t, e);
171
+ ee(e, t, n, r);
172
+ }, x = (e, t, n) => {
173
+ let r = e === "" ? t : C(t, e);
159
174
  r.classGroupId = n;
160
- }, b = (e, t, n, r) => {
161
- if (S(e)) {
162
- _(e(r), t, n, r);
175
+ }, S = (e, t, n, r) => {
176
+ if (w(e)) {
177
+ y(e(r), t, n, r);
163
178
  return;
164
179
  }
165
- t.validators === null && (t.validators = []), t.validators.push(c(n, e));
166
- }, te = (e, t, n, r) => {
180
+ t.validators === null && (t.validators = []), t.validators.push(l(n, e));
181
+ }, ee = (e, t, n, r) => {
167
182
  let i = Object.entries(e), a = i.length;
168
183
  for (let e = 0; e < a; e++) {
169
184
  let [a, o] = i[e];
170
- _(o, x(t, a), n, r);
185
+ y(o, C(t, a), n, r);
171
186
  }
172
- }, x = (e, t) => {
173
- let n = e, r = t.split(u), i = r.length;
187
+ }, C = (e, t) => {
188
+ let n = e, r = t.split(d), i = r.length;
174
189
  for (let e = 0; e < i; e++) {
175
190
  let t = r[e], i = n.nextPart.get(t);
176
- i || (i = l(), n.nextPart.set(t, i)), n = i;
191
+ i || (i = u(), n.nextPart.set(t, i)), n = i;
177
192
  }
178
193
  return n;
179
- }, S = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, C = (e) => {
194
+ }, w = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, te = (e) => {
180
195
  if (e < 1) return {
181
196
  get: () => void 0,
182
197
  set: () => {}
@@ -194,7 +209,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
194
209
  e in n ? n[e] = t : i(e, t);
195
210
  }
196
211
  };
197
- }, w = "!", T = ":", E = [], D = (e, t, n, r, i) => ({
212
+ }, T = "!", E = ":", ne = [], D = (e, t, n, r, i) => ({
198
213
  modifiers: e,
199
214
  hasImportantModifier: t,
200
215
  baseClassName: n,
@@ -206,7 +221,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
206
221
  for (let s = 0; s < o; s++) {
207
222
  let o = e[s];
208
223
  if (n === 0 && r === 0) {
209
- if (o === T) {
224
+ if (o === E) {
210
225
  t.push(e.slice(i, s)), i = s + 1;
211
226
  continue;
212
227
  }
@@ -218,13 +233,13 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
218
233
  o === "[" ? n++ : o === "]" ? n-- : o === "(" ? r++ : o === ")" && r--;
219
234
  }
220
235
  let s = t.length === 0 ? e : e.slice(i), c = s, l = !1;
221
- s.endsWith(w) ? (c = s.slice(0, -1), l = !0) : s.startsWith(w) && (c = s.slice(1), l = !0);
236
+ s.endsWith(T) ? (c = s.slice(0, -1), l = !0) : s.startsWith(T) && (c = s.slice(1), l = !0);
222
237
  let u = a && a > i ? a - i : void 0;
223
238
  return D(t, l, c, u);
224
239
  };
225
240
  if (t) {
226
- let e = t + T, n = r;
227
- r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : D(E, !1, t, void 0, !0);
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);
228
243
  }
229
244
  if (n) {
230
245
  let e = r;
@@ -247,79 +262,79 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
247
262
  return r.length > 0 && (r.sort(), n.push(...r)), n;
248
263
  };
249
264
  }, A = (e) => ({
250
- cache: C(e.cacheSize),
265
+ cache: te(e.cacheSize),
251
266
  parseClassName: O(e),
252
267
  sortModifiers: k(e),
253
268
  postfixLookupClassGroupIds: j(e),
254
- ...f(e)
269
+ ...m(e)
255
270
  }), j = (e) => {
256
271
  let t = Object.create(null), n = e.postfixLookupClassGroups;
257
272
  if (n) for (let e = 0; e < n.length; e++) t[n[e]] = !0;
258
273
  return t;
259
- }, ne = /\s+/, re = (e, t) => {
260
- let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split(ne), l = "";
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 = "";
261
276
  for (let e = c.length - 1; e >= 0; --e) {
262
- let t = c[e], { isExternal: u, modifiers: d, hasImportantModifier: ee, baseClassName: f, maybePostfixModifierPosition: p } = n(t);
277
+ let t = c[e], { isExternal: u, modifiers: d, hasImportantModifier: f, baseClassName: p, maybePostfixModifierPosition: m } = n(t);
263
278
  if (u) {
264
279
  l = t + (l.length > 0 ? " " + l : l);
265
280
  continue;
266
281
  }
267
- let m = !!p, h;
268
- if (m) {
269
- h = r(f.substring(0, p));
270
- let e = h && o[h] ? r(f) : void 0;
271
- e && e !== h && (h = e, m = !1);
272
- } else h = r(f);
273
- if (!h) {
274
- if (!m) {
282
+ let h = !!m, g;
283
+ if (h) {
284
+ g = r(p.substring(0, m));
285
+ let e = g && o[g] ? r(p) : void 0;
286
+ e && e !== g && (g = e, h = !1);
287
+ } else g = r(p);
288
+ if (!g) {
289
+ if (!h) {
275
290
  l = t + (l.length > 0 ? " " + l : l);
276
291
  continue;
277
292
  }
278
- if (h = r(f), !h) {
293
+ if (g = r(p), !g) {
279
294
  l = t + (l.length > 0 ? " " + l : l);
280
295
  continue;
281
296
  }
282
- m = !1;
297
+ h = !1;
283
298
  }
284
- let g = d.length === 0 ? "" : d.length === 1 ? d[0] : a(d).join(":"), _ = ee ? g + w : g, v = _ + h;
285
- if (s.indexOf(v) > -1) continue;
286
- s.push(v);
287
- let y = i(h, m);
288
- for (let e = 0; e < y.length; ++e) {
289
- let t = y[e];
290
- s.push(_ + t);
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);
291
306
  }
292
307
  l = t + (l.length > 0 ? " " + l : l);
293
308
  }
294
309
  return l;
295
- }, M = (...e) => {
310
+ }, re = (...e) => {
296
311
  let t = 0, n, r, i = "";
297
- for (; t < e.length;) (n = e[t++]) && (r = N(n)) && (i && (i += " "), i += r);
312
+ for (; t < e.length;) (n = e[t++]) && (r = ie(n)) && (i && (i += " "), i += r);
298
313
  return i;
299
- }, N = (e) => {
314
+ }, ie = (e) => {
300
315
  if (typeof e == "string") return e;
301
316
  let t, n = "";
302
- for (let r = 0; r < e.length; r++) e[r] && (t = N(e[r])) && (n && (n += " "), n += t);
317
+ for (let r = 0; r < e.length; r++) e[r] && (t = ie(e[r])) && (n && (n += " "), n += t);
303
318
  return n;
304
- }, ie = (e, ...t) => {
319
+ }, ae = (e, ...t) => {
305
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) => {
306
321
  let t = r(e);
307
322
  if (t) return t;
308
- let a = re(e, n);
323
+ let a = N(e, n);
309
324
  return i(e, a), a;
310
325
  };
311
- return a = o, (...e) => a(M(...e));
312
- }, ae = [], P = (e) => {
313
- let t = (t) => t[e] || ae;
326
+ return a = o, (...e) => a(re(...e));
327
+ }, P = [], F = (e) => {
328
+ let t = (t) => t[e] || P;
314
329
  return t.isThemeGetter = !0, t;
315
- }, F = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, I = /^\((?:(\w[\w-]*):)?(.+)\)$/i, L = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, R = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, oe = /\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$/, z = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, se = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, B = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, V = (e) => L.test(e), H = (e) => !!e && !Number.isNaN(Number(e)), U = (e) => !!e && Number.isInteger(Number(e)), ce = (e) => e.endsWith("%") && H(e.slice(0, -1)), W = (e) => R.test(e), le = () => !0, G = (e) => oe.test(e) && !z.test(e), K = () => !1, q = (e) => se.test(e), ue = (e) => B.test(e), de = (e) => !J(e) && !X(e), fe = (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)), pe = (e) => Q(e, Oe, K), J = (e) => F.test(e), Y = (e) => Q(e, ke, G), me = (e) => Q(e, Ae, H), he = (e) => Q(e, Me, le), ge = (e) => Q(e, je, K), _e = (e) => Q(e, Ee, K), ve = (e) => Q(e, De, ue), ye = (e) => Q(e, Ne, q), X = (e) => I.test(e), Z = (e) => $(e, ke), be = (e) => $(e, je), xe = (e) => $(e, Ee), Se = (e) => $(e, Oe), Ce = (e) => $(e, De), we = (e) => $(e, Ne, !0), Te = (e) => $(e, Me, !0), Q = (e, t, n) => {
316
- let r = F.exec(e);
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);
317
332
  return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
318
333
  }, $ = (e, t, n = !1) => {
319
- let r = I.exec(e);
334
+ let r = L.exec(e);
320
335
  return r ? r[1] ? t(r[1]) : n : !1;
321
- }, Ee = (e) => e === "position" || e === "percentage", De = (e) => e === "image" || e === "url", Oe = (e) => e === "length" || e === "size" || e === "bg-size", ke = (e) => e === "length", Ae = (e) => e === "number", je = (e) => e === "family-name", Me = (e) => e === "number" || e === "weight", Ne = (e) => e === "shadow", Pe = /*#__PURE__*/ ie(() => {
322
- let e = P("color"), t = P("font"), n = P("text"), r = P("font-weight"), i = P("tracking"), a = P("leading"), o = P("breakpoint"), s = P("container"), c = P("spacing"), l = P("radius"), u = P("shadow"), d = P("inset-shadow"), ee = P("text-shadow"), f = P("drop-shadow"), p = P("blur"), m = P("perspective"), h = P("aspect"), g = P("ease"), _ = P("animate"), v = () => [
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 = () => [
323
338
  "auto",
324
339
  "avoid",
325
340
  "all",
@@ -328,7 +343,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
328
343
  "left",
329
344
  "right",
330
345
  "column"
331
- ], y = () => [
346
+ ], b = () => [
332
347
  "center",
333
348
  "top",
334
349
  "bottom",
@@ -342,31 +357,31 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
342
357
  "right-bottom",
343
358
  "bottom-left",
344
359
  "left-bottom"
345
- ], b = () => [
346
- ...y(),
360
+ ], x = () => [
361
+ ...b(),
347
362
  X,
348
363
  J
349
- ], te = () => [
364
+ ], S = () => [
350
365
  "auto",
351
366
  "hidden",
352
367
  "clip",
353
368
  "visible",
354
369
  "scroll"
355
- ], x = () => [
370
+ ], ee = () => [
356
371
  "auto",
357
372
  "contain",
358
373
  "none"
359
- ], S = () => [
374
+ ], C = () => [
360
375
  X,
361
376
  J,
362
377
  c
363
- ], C = () => [
364
- V,
378
+ ], w = () => [
379
+ H,
365
380
  "full",
366
381
  "auto",
367
- ...S()
368
- ], w = () => [
369
- U,
382
+ ...C()
383
+ ], te = () => [
384
+ W,
370
385
  "none",
371
386
  "subgrid",
372
387
  X,
@@ -375,26 +390,26 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
375
390
  "auto",
376
391
  { span: [
377
392
  "full",
378
- U,
393
+ W,
379
394
  X,
380
395
  J
381
396
  ] },
382
- U,
397
+ W,
383
398
  X,
384
399
  J
385
400
  ], E = () => [
386
- U,
401
+ W,
387
402
  "auto",
388
403
  X,
389
404
  J
390
- ], D = () => [
405
+ ], ne = () => [
391
406
  "auto",
392
407
  "min",
393
408
  "max",
394
409
  "fr",
395
410
  X,
396
411
  J
397
- ], O = () => [
412
+ ], D = () => [
398
413
  "start",
399
414
  "end",
400
415
  "center",
@@ -405,15 +420,15 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
405
420
  "baseline",
406
421
  "center-safe",
407
422
  "end-safe"
408
- ], k = () => [
423
+ ], O = () => [
409
424
  "start",
410
425
  "end",
411
426
  "center",
412
427
  "stretch",
413
428
  "center-safe",
414
429
  "end-safe"
415
- ], A = () => ["auto", ...S()], j = () => [
416
- V,
430
+ ], k = () => ["auto", ...C()], A = () => [
431
+ H,
417
432
  "auto",
418
433
  "full",
419
434
  "dvw",
@@ -425,9 +440,9 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
425
440
  "min",
426
441
  "max",
427
442
  "fit",
428
- ...S()
429
- ], ne = () => [
430
- V,
443
+ ...C()
444
+ ], j = () => [
445
+ H,
431
446
  "screen",
432
447
  "full",
433
448
  "dvw",
@@ -436,9 +451,9 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
436
451
  "min",
437
452
  "max",
438
453
  "fit",
439
- ...S()
440
- ], re = () => [
441
- V,
454
+ ...C()
455
+ ], M = () => [
456
+ H,
442
457
  "screen",
443
458
  "full",
444
459
  "lh",
@@ -448,15 +463,15 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
448
463
  "min",
449
464
  "max",
450
465
  "fit",
451
- ...S()
452
- ], M = () => [
466
+ ...C()
467
+ ], N = () => [
453
468
  e,
454
469
  X,
455
470
  J
456
- ], N = () => [
457
- ...y(),
458
- xe,
459
- _e,
471
+ ], re = () => [
472
+ ...b(),
473
+ Se,
474
+ ve,
460
475
  { position: [X, J] }
461
476
  ], ie = () => ["no-repeat", { repeat: [
462
477
  "",
@@ -468,10 +483,10 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
468
483
  "auto",
469
484
  "cover",
470
485
  "contain",
471
- Se,
472
- pe,
486
+ Ce,
487
+ me,
473
488
  { size: [X, J] }
474
- ], F = () => [
489
+ ], P = () => [
475
490
  ce,
476
491
  Z,
477
492
  Y
@@ -484,7 +499,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
484
499
  J
485
500
  ], L = () => [
486
501
  "",
487
- H,
502
+ U,
488
503
  Z,
489
504
  Y
490
505
  ], R = () => [
@@ -510,34 +525,34 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
510
525
  "color",
511
526
  "luminosity"
512
527
  ], z = () => [
513
- H,
528
+ U,
514
529
  ce,
515
- xe,
516
- _e
530
+ Se,
531
+ ve
517
532
  ], se = () => [
518
533
  "",
519
534
  "none",
520
- p,
535
+ m,
521
536
  X,
522
537
  J
523
538
  ], B = () => [
524
539
  "none",
525
- H,
540
+ U,
526
541
  X,
527
542
  J
528
- ], G = () => [
543
+ ], V = () => [
529
544
  "none",
530
- H,
545
+ U,
531
546
  X,
532
547
  J
533
548
  ], K = () => [
534
- H,
549
+ U,
535
550
  X,
536
551
  J
537
552
  ], q = () => [
538
- V,
553
+ H,
539
554
  "full",
540
- ...S()
555
+ ...C()
541
556
  ];
542
557
  return {
543
558
  cacheSize: 500,
@@ -549,17 +564,17 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
549
564
  "bounce"
550
565
  ],
551
566
  aspect: ["video"],
552
- blur: [W],
553
- breakpoint: [W],
567
+ blur: [G],
568
+ breakpoint: [G],
554
569
  color: [le],
555
- container: [W],
556
- "drop-shadow": [W],
570
+ container: [G],
571
+ "drop-shadow": [G],
557
572
  ease: [
558
573
  "in",
559
574
  "out",
560
575
  "in-out"
561
576
  ],
562
- font: [de],
577
+ font: [fe],
563
578
  "font-weight": [
564
579
  "thin",
565
580
  "extralight",
@@ -571,7 +586,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
571
586
  "extrabold",
572
587
  "black"
573
588
  ],
574
- "inset-shadow": [W],
589
+ "inset-shadow": [G],
575
590
  leading: [
576
591
  "none",
577
592
  "tight",
@@ -588,11 +603,11 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
588
603
  "distant",
589
604
  "none"
590
605
  ],
591
- radius: [W],
592
- shadow: [W],
593
- spacing: ["px", H],
594
- text: [W],
595
- "text-shadow": [W],
606
+ radius: [G],
607
+ shadow: [G],
608
+ spacing: ["px", U],
609
+ text: [G],
610
+ "text-shadow": [G],
596
611
  tracking: [
597
612
  "tighter",
598
613
  "tight",
@@ -606,10 +621,10 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
606
621
  aspect: [{ aspect: [
607
622
  "auto",
608
623
  "square",
609
- V,
624
+ H,
610
625
  J,
611
626
  X,
612
- h
627
+ g
613
628
  ] }],
614
629
  container: ["container"],
615
630
  "container-type": [{ "@container": [
@@ -619,15 +634,15 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
619
634
  X,
620
635
  J
621
636
  ] }],
622
- "container-named": [fe],
637
+ "container-named": [pe],
623
638
  columns: [{ columns: [
624
- H,
639
+ U,
625
640
  J,
626
641
  X,
627
642
  s
628
643
  ] }],
629
- "break-after": [{ "break-after": v() }],
630
- "break-before": [{ "break-before": v() }],
644
+ "break-after": [{ "break-after": y() }],
645
+ "break-before": [{ "break-before": y() }],
631
646
  "break-inside": [{ "break-inside": [
632
647
  "auto",
633
648
  "avoid",
@@ -683,13 +698,13 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
683
698
  "none",
684
699
  "scale-down"
685
700
  ] }],
686
- "object-position": [{ object: b() }],
687
- overflow: [{ overflow: te() }],
688
- "overflow-x": [{ "overflow-x": te() }],
689
- "overflow-y": [{ "overflow-y": te() }],
690
- overscroll: [{ overscroll: x() }],
691
- "overscroll-x": [{ "overscroll-x": x() }],
692
- "overscroll-y": [{ "overscroll-y": x() }],
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() }],
693
708
  position: [
694
709
  "static",
695
710
  "fixed",
@@ -697,40 +712,40 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
697
712
  "relative",
698
713
  "sticky"
699
714
  ],
700
- inset: [{ inset: C() }],
701
- "inset-x": [{ "inset-x": C() }],
702
- "inset-y": [{ "inset-y": C() }],
715
+ inset: [{ inset: w() }],
716
+ "inset-x": [{ "inset-x": w() }],
717
+ "inset-y": [{ "inset-y": w() }],
703
718
  start: [{
704
- "inset-s": C(),
705
- start: C()
719
+ "inset-s": w(),
720
+ start: w()
706
721
  }],
707
722
  end: [{
708
- "inset-e": C(),
709
- end: C()
723
+ "inset-e": w(),
724
+ end: w()
710
725
  }],
711
- "inset-bs": [{ "inset-bs": C() }],
712
- "inset-be": [{ "inset-be": C() }],
713
- top: [{ top: C() }],
714
- right: [{ right: C() }],
715
- bottom: [{ bottom: C() }],
716
- left: [{ left: C() }],
726
+ "inset-bs": [{ "inset-bs": w() }],
727
+ "inset-be": [{ "inset-be": w() }],
728
+ top: [{ top: w() }],
729
+ right: [{ right: w() }],
730
+ bottom: [{ bottom: w() }],
731
+ left: [{ left: w() }],
717
732
  visibility: [
718
733
  "visible",
719
734
  "invisible",
720
735
  "collapse"
721
736
  ],
722
737
  z: [{ z: [
723
- U,
738
+ W,
724
739
  "auto",
725
740
  X,
726
741
  J
727
742
  ] }],
728
743
  basis: [{ basis: [
729
- V,
744
+ H,
730
745
  "full",
731
746
  "auto",
732
747
  s,
733
- ...S()
748
+ ...C()
734
749
  ] }],
735
750
  "flex-direction": [{ flex: [
736
751
  "row",
@@ -744,8 +759,8 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
744
759
  "wrap-reverse"
745
760
  ] }],
746
761
  flex: [{ flex: [
762
+ U,
747
763
  H,
748
- V,
749
764
  "auto",
750
765
  "initial",
751
766
  "none",
@@ -753,29 +768,29 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
753
768
  ] }],
754
769
  grow: [{ grow: [
755
770
  "",
756
- H,
771
+ U,
757
772
  X,
758
773
  J
759
774
  ] }],
760
775
  shrink: [{ shrink: [
761
776
  "",
762
- H,
777
+ U,
763
778
  X,
764
779
  J
765
780
  ] }],
766
781
  order: [{ order: [
767
- U,
782
+ W,
768
783
  "first",
769
784
  "last",
770
785
  "none",
771
786
  X,
772
787
  J
773
788
  ] }],
774
- "grid-cols": [{ "grid-cols": w() }],
789
+ "grid-cols": [{ "grid-cols": te() }],
775
790
  "col-start-end": [{ col: T() }],
776
791
  "col-start": [{ "col-start": E() }],
777
792
  "col-end": [{ "col-end": E() }],
778
- "grid-rows": [{ "grid-rows": w() }],
793
+ "grid-rows": [{ "grid-rows": te() }],
779
794
  "row-start-end": [{ row: T() }],
780
795
  "row-start": [{ "row-start": E() }],
781
796
  "row-end": [{ "row-end": E() }],
@@ -786,67 +801,67 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
786
801
  "row-dense",
787
802
  "col-dense"
788
803
  ] }],
789
- "auto-cols": [{ "auto-cols": D() }],
790
- "auto-rows": [{ "auto-rows": D() }],
791
- gap: [{ gap: S() }],
792
- "gap-x": [{ "gap-x": S() }],
793
- "gap-y": [{ "gap-y": S() }],
794
- "justify-content": [{ justify: [...O(), "normal"] }],
795
- "justify-items": [{ "justify-items": [...k(), "normal"] }],
796
- "justify-self": [{ "justify-self": ["auto", ...k()] }],
797
- "align-content": [{ content: ["normal", ...O()] }],
798
- "align-items": [{ items: [...k(), { baseline: ["", "last"] }] }],
804
+ "auto-cols": [{ "auto-cols": ne() }],
805
+ "auto-rows": [{ "auto-rows": ne() }],
806
+ gap: [{ gap: C() }],
807
+ "gap-x": [{ "gap-x": C() }],
808
+ "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"] }] }],
799
814
  "align-self": [{ self: [
800
815
  "auto",
801
- ...k(),
816
+ ...O(),
802
817
  { baseline: ["", "last"] }
803
818
  ] }],
804
- "place-content": [{ "place-content": O() }],
805
- "place-items": [{ "place-items": [...k(), "baseline"] }],
806
- "place-self": [{ "place-self": ["auto", ...k()] }],
807
- p: [{ p: S() }],
808
- px: [{ px: S() }],
809
- py: [{ py: S() }],
810
- ps: [{ ps: S() }],
811
- pe: [{ pe: S() }],
812
- pbs: [{ pbs: S() }],
813
- pbe: [{ pbe: S() }],
814
- pt: [{ pt: S() }],
815
- pr: [{ pr: S() }],
816
- pb: [{ pb: S() }],
817
- pl: [{ pl: S() }],
818
- m: [{ m: A() }],
819
- mx: [{ mx: A() }],
820
- my: [{ my: A() }],
821
- ms: [{ ms: A() }],
822
- me: [{ me: A() }],
823
- mbs: [{ mbs: A() }],
824
- mbe: [{ mbe: A() }],
825
- mt: [{ mt: A() }],
826
- mr: [{ mr: A() }],
827
- mb: [{ mb: A() }],
828
- ml: [{ ml: A() }],
829
- "space-x": [{ "space-x": S() }],
819
+ "place-content": [{ "place-content": D() }],
820
+ "place-items": [{ "place-items": [...O(), "baseline"] }],
821
+ "place-self": [{ "place-self": ["auto", ...O()] }],
822
+ p: [{ p: C() }],
823
+ px: [{ px: C() }],
824
+ py: [{ py: C() }],
825
+ ps: [{ ps: C() }],
826
+ pe: [{ pe: C() }],
827
+ pbs: [{ pbs: C() }],
828
+ pbe: [{ pbe: C() }],
829
+ pt: [{ pt: C() }],
830
+ pr: [{ pr: C() }],
831
+ pb: [{ pb: C() }],
832
+ 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() }],
844
+ "space-x": [{ "space-x": C() }],
830
845
  "space-x-reverse": ["space-x-reverse"],
831
- "space-y": [{ "space-y": S() }],
846
+ "space-y": [{ "space-y": C() }],
832
847
  "space-y-reverse": ["space-y-reverse"],
833
- size: [{ size: j() }],
834
- "inline-size": [{ inline: ["auto", ...ne()] }],
835
- "min-inline-size": [{ "min-inline": ["auto", ...ne()] }],
836
- "max-inline-size": [{ "max-inline": ["none", ...ne()] }],
837
- "block-size": [{ block: ["auto", ...re()] }],
838
- "min-block-size": [{ "min-block": ["auto", ...re()] }],
839
- "max-block-size": [{ "max-block": ["none", ...re()] }],
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()] }],
840
855
  w: [{ w: [
841
856
  s,
842
857
  "screen",
843
- ...j()
858
+ ...A()
844
859
  ] }],
845
860
  "min-w": [{ "min-w": [
846
861
  s,
847
862
  "screen",
848
863
  "none",
849
- ...j()
864
+ ...A()
850
865
  ] }],
851
866
  "max-w": [{ "max-w": [
852
867
  s,
@@ -854,23 +869,23 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
854
869
  "none",
855
870
  "prose",
856
871
  { screen: [o] },
857
- ...j()
872
+ ...A()
858
873
  ] }],
859
874
  h: [{ h: [
860
875
  "screen",
861
876
  "lh",
862
- ...j()
877
+ ...A()
863
878
  ] }],
864
879
  "min-h": [{ "min-h": [
865
880
  "screen",
866
881
  "lh",
867
882
  "none",
868
- ...j()
883
+ ...A()
869
884
  ] }],
870
885
  "max-h": [{ "max-h": [
871
886
  "screen",
872
887
  "lh",
873
- ...j()
888
+ ...A()
874
889
  ] }],
875
890
  "font-size": [{ text: [
876
891
  "base",
@@ -882,8 +897,8 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
882
897
  "font-style": ["italic", "not-italic"],
883
898
  "font-weight": [{ font: [
884
899
  r,
885
- Te,
886
- he
900
+ Ee,
901
+ ge
887
902
  ] }],
888
903
  "font-stretch": [{ "font-stretch": [
889
904
  "ultra-condensed",
@@ -899,8 +914,8 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
899
914
  J
900
915
  ] }],
901
916
  "font-family": [{ font: [
902
- be,
903
- ge,
917
+ xe,
918
+ _e,
904
919
  t
905
920
  ] }],
906
921
  "font-features": [{ "font-features": [J] }],
@@ -916,12 +931,12 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
916
931
  J
917
932
  ] }],
918
933
  "line-clamp": [{ "line-clamp": [
919
- H,
934
+ U,
920
935
  "none",
921
936
  X,
922
- me
937
+ he
923
938
  ] }],
924
- leading: [{ leading: [a, ...S()] }],
939
+ leading: [{ leading: [a, ...C()] }],
925
940
  "list-image": [{ "list-image": [
926
941
  "none",
927
942
  X,
@@ -943,8 +958,8 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
943
958
  "start",
944
959
  "end"
945
960
  ] }],
946
- "placeholder-color": [{ placeholder: M() }],
947
- "text-color": [{ text: M() }],
961
+ "placeholder-color": [{ placeholder: N() }],
962
+ "text-color": [{ text: N() }],
948
963
  "text-decoration": [
949
964
  "underline",
950
965
  "overline",
@@ -953,15 +968,15 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
953
968
  ],
954
969
  "text-decoration-style": [{ decoration: [...R(), "wavy"] }],
955
970
  "text-decoration-thickness": [{ decoration: [
956
- H,
971
+ U,
957
972
  "from-font",
958
973
  "auto",
959
974
  X,
960
975
  Y
961
976
  ] }],
962
- "text-decoration-color": [{ decoration: M() }],
977
+ "text-decoration-color": [{ decoration: N() }],
963
978
  "underline-offset": [{ "underline-offset": [
964
- H,
979
+ U,
965
980
  "auto",
966
981
  X,
967
982
  J
@@ -983,9 +998,9 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
983
998
  "balance",
984
999
  "pretty"
985
1000
  ] }],
986
- indent: [{ indent: S() }],
1001
+ indent: [{ indent: C() }],
987
1002
  "tab-size": [{ tab: [
988
- U,
1003
+ W,
989
1004
  X,
990
1005
  J
991
1006
  ] }],
@@ -1046,7 +1061,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
1046
1061
  "padding",
1047
1062
  "content"
1048
1063
  ] }],
1049
- "bg-position": [{ bg: N() }],
1064
+ "bg-position": [{ bg: re() }],
1050
1065
  "bg-repeat": [{ bg: ie() }],
1051
1066
  "bg-size": [{ bg: ae() }],
1052
1067
  "bg-image": [{ bg: [
@@ -1063,7 +1078,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
1063
1078
  "l",
1064
1079
  "tl"
1065
1080
  ] },
1066
- U,
1081
+ W,
1067
1082
  X,
1068
1083
  J
1069
1084
  ],
@@ -1073,21 +1088,21 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
1073
1088
  J
1074
1089
  ],
1075
1090
  conic: [
1076
- U,
1091
+ W,
1077
1092
  X,
1078
1093
  J
1079
1094
  ]
1080
1095
  },
1081
- Ce,
1082
- ve
1083
- ] }],
1084
- "bg-color": [{ bg: M() }],
1085
- "gradient-from-pos": [{ from: F() }],
1086
- "gradient-via-pos": [{ via: F() }],
1087
- "gradient-to-pos": [{ to: F() }],
1088
- "gradient-from": [{ from: M() }],
1089
- "gradient-via": [{ via: M() }],
1090
- "gradient-to": [{ to: M() }],
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() }],
1091
1106
  rounded: [{ rounded: I() }],
1092
1107
  "rounded-s": [{ "rounded-s": I() }],
1093
1108
  "rounded-e": [{ "rounded-e": I() }],
@@ -1128,66 +1143,66 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
1128
1143
  "hidden",
1129
1144
  "none"
1130
1145
  ] }],
1131
- "border-color": [{ border: M() }],
1132
- "border-color-x": [{ "border-x": M() }],
1133
- "border-color-y": [{ "border-y": M() }],
1134
- "border-color-s": [{ "border-s": M() }],
1135
- "border-color-e": [{ "border-e": M() }],
1136
- "border-color-bs": [{ "border-bs": M() }],
1137
- "border-color-be": [{ "border-be": M() }],
1138
- "border-color-t": [{ "border-t": M() }],
1139
- "border-color-r": [{ "border-r": M() }],
1140
- "border-color-b": [{ "border-b": M() }],
1141
- "border-color-l": [{ "border-l": M() }],
1142
- "divide-color": [{ divide: M() }],
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() }],
1143
1158
  "outline-style": [{ outline: [
1144
1159
  ...R(),
1145
1160
  "none",
1146
1161
  "hidden"
1147
1162
  ] }],
1148
1163
  "outline-offset": [{ "outline-offset": [
1149
- H,
1164
+ U,
1150
1165
  X,
1151
1166
  J
1152
1167
  ] }],
1153
1168
  "outline-w": [{ outline: [
1154
1169
  "",
1155
- H,
1170
+ U,
1156
1171
  Z,
1157
1172
  Y
1158
1173
  ] }],
1159
- "outline-color": [{ outline: M() }],
1174
+ "outline-color": [{ outline: N() }],
1160
1175
  shadow: [{ shadow: [
1161
1176
  "",
1162
1177
  "none",
1163
1178
  u,
1164
- we,
1165
- ye
1179
+ Te,
1180
+ be
1166
1181
  ] }],
1167
- "shadow-color": [{ shadow: M() }],
1182
+ "shadow-color": [{ shadow: N() }],
1168
1183
  "inset-shadow": [{ "inset-shadow": [
1169
1184
  "none",
1170
1185
  d,
1171
- we,
1172
- ye
1186
+ Te,
1187
+ be
1173
1188
  ] }],
1174
- "inset-shadow-color": [{ "inset-shadow": M() }],
1189
+ "inset-shadow-color": [{ "inset-shadow": N() }],
1175
1190
  "ring-w": [{ ring: L() }],
1176
1191
  "ring-w-inset": ["ring-inset"],
1177
- "ring-color": [{ ring: M() }],
1178
- "ring-offset-w": [{ "ring-offset": [H, Y] }],
1179
- "ring-offset-color": [{ "ring-offset": M() }],
1192
+ "ring-color": [{ ring: N() }],
1193
+ "ring-offset-w": [{ "ring-offset": [U, Y] }],
1194
+ "ring-offset-color": [{ "ring-offset": N() }],
1180
1195
  "inset-ring-w": [{ "inset-ring": L() }],
1181
- "inset-ring-color": [{ "inset-ring": M() }],
1196
+ "inset-ring-color": [{ "inset-ring": N() }],
1182
1197
  "text-shadow": [{ "text-shadow": [
1183
1198
  "none",
1184
- ee,
1185
- we,
1186
- ye
1199
+ f,
1200
+ Te,
1201
+ be
1187
1202
  ] }],
1188
- "text-shadow-color": [{ "text-shadow": M() }],
1203
+ "text-shadow-color": [{ "text-shadow": N() }],
1189
1204
  opacity: [{ opacity: [
1190
- H,
1205
+ U,
1191
1206
  X,
1192
1207
  J
1193
1208
  ] }],
@@ -1211,51 +1226,51 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
1211
1226
  "intersect",
1212
1227
  "exclude"
1213
1228
  ] }],
1214
- "mask-image-linear-pos": [{ "mask-linear": [H] }],
1229
+ "mask-image-linear-pos": [{ "mask-linear": [U] }],
1215
1230
  "mask-image-linear-from-pos": [{ "mask-linear-from": z() }],
1216
1231
  "mask-image-linear-to-pos": [{ "mask-linear-to": z() }],
1217
- "mask-image-linear-from-color": [{ "mask-linear-from": M() }],
1218
- "mask-image-linear-to-color": [{ "mask-linear-to": M() }],
1232
+ "mask-image-linear-from-color": [{ "mask-linear-from": N() }],
1233
+ "mask-image-linear-to-color": [{ "mask-linear-to": N() }],
1219
1234
  "mask-image-t-from-pos": [{ "mask-t-from": z() }],
1220
1235
  "mask-image-t-to-pos": [{ "mask-t-to": z() }],
1221
- "mask-image-t-from-color": [{ "mask-t-from": M() }],
1222
- "mask-image-t-to-color": [{ "mask-t-to": M() }],
1236
+ "mask-image-t-from-color": [{ "mask-t-from": N() }],
1237
+ "mask-image-t-to-color": [{ "mask-t-to": N() }],
1223
1238
  "mask-image-r-from-pos": [{ "mask-r-from": z() }],
1224
1239
  "mask-image-r-to-pos": [{ "mask-r-to": z() }],
1225
- "mask-image-r-from-color": [{ "mask-r-from": M() }],
1226
- "mask-image-r-to-color": [{ "mask-r-to": M() }],
1240
+ "mask-image-r-from-color": [{ "mask-r-from": N() }],
1241
+ "mask-image-r-to-color": [{ "mask-r-to": N() }],
1227
1242
  "mask-image-b-from-pos": [{ "mask-b-from": z() }],
1228
1243
  "mask-image-b-to-pos": [{ "mask-b-to": z() }],
1229
- "mask-image-b-from-color": [{ "mask-b-from": M() }],
1230
- "mask-image-b-to-color": [{ "mask-b-to": M() }],
1244
+ "mask-image-b-from-color": [{ "mask-b-from": N() }],
1245
+ "mask-image-b-to-color": [{ "mask-b-to": N() }],
1231
1246
  "mask-image-l-from-pos": [{ "mask-l-from": z() }],
1232
1247
  "mask-image-l-to-pos": [{ "mask-l-to": z() }],
1233
- "mask-image-l-from-color": [{ "mask-l-from": M() }],
1234
- "mask-image-l-to-color": [{ "mask-l-to": M() }],
1248
+ "mask-image-l-from-color": [{ "mask-l-from": N() }],
1249
+ "mask-image-l-to-color": [{ "mask-l-to": N() }],
1235
1250
  "mask-image-x-from-pos": [{ "mask-x-from": z() }],
1236
1251
  "mask-image-x-to-pos": [{ "mask-x-to": z() }],
1237
- "mask-image-x-from-color": [{ "mask-x-from": M() }],
1238
- "mask-image-x-to-color": [{ "mask-x-to": M() }],
1252
+ "mask-image-x-from-color": [{ "mask-x-from": N() }],
1253
+ "mask-image-x-to-color": [{ "mask-x-to": N() }],
1239
1254
  "mask-image-y-from-pos": [{ "mask-y-from": z() }],
1240
1255
  "mask-image-y-to-pos": [{ "mask-y-to": z() }],
1241
- "mask-image-y-from-color": [{ "mask-y-from": M() }],
1242
- "mask-image-y-to-color": [{ "mask-y-to": M() }],
1256
+ "mask-image-y-from-color": [{ "mask-y-from": N() }],
1257
+ "mask-image-y-to-color": [{ "mask-y-to": N() }],
1243
1258
  "mask-image-radial": [{ "mask-radial": [X, J] }],
1244
1259
  "mask-image-radial-from-pos": [{ "mask-radial-from": z() }],
1245
1260
  "mask-image-radial-to-pos": [{ "mask-radial-to": z() }],
1246
- "mask-image-radial-from-color": [{ "mask-radial-from": M() }],
1247
- "mask-image-radial-to-color": [{ "mask-radial-to": M() }],
1261
+ "mask-image-radial-from-color": [{ "mask-radial-from": N() }],
1262
+ "mask-image-radial-to-color": [{ "mask-radial-to": N() }],
1248
1263
  "mask-image-radial-shape": [{ "mask-radial": ["circle", "ellipse"] }],
1249
1264
  "mask-image-radial-size": [{ "mask-radial": [{
1250
1265
  closest: ["side", "corner"],
1251
1266
  farthest: ["side", "corner"]
1252
1267
  }] }],
1253
- "mask-image-radial-pos": [{ "mask-radial-at": y() }],
1254
- "mask-image-conic-pos": [{ "mask-conic": [H] }],
1268
+ "mask-image-radial-pos": [{ "mask-radial-at": b() }],
1269
+ "mask-image-conic-pos": [{ "mask-conic": [U] }],
1255
1270
  "mask-image-conic-from-pos": [{ "mask-conic-from": z() }],
1256
1271
  "mask-image-conic-to-pos": [{ "mask-conic-to": z() }],
1257
- "mask-image-conic-from-color": [{ "mask-conic-from": M() }],
1258
- "mask-image-conic-to-color": [{ "mask-conic-to": M() }],
1272
+ "mask-image-conic-from-color": [{ "mask-conic-from": N() }],
1273
+ "mask-image-conic-to-color": [{ "mask-conic-to": N() }],
1259
1274
  "mask-mode": [{ mask: [
1260
1275
  "alpha",
1261
1276
  "luminance",
@@ -1269,7 +1284,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
1269
1284
  "stroke",
1270
1285
  "view"
1271
1286
  ] }],
1272
- "mask-position": [{ mask: N() }],
1287
+ "mask-position": [{ mask: re() }],
1273
1288
  "mask-repeat": [{ mask: ie() }],
1274
1289
  "mask-size": [{ mask: ae() }],
1275
1290
  "mask-type": [{ "mask-type": ["alpha", "luminance"] }],
@@ -1286,48 +1301,48 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
1286
1301
  ] }],
1287
1302
  blur: [{ blur: se() }],
1288
1303
  brightness: [{ brightness: [
1289
- H,
1304
+ U,
1290
1305
  X,
1291
1306
  J
1292
1307
  ] }],
1293
1308
  contrast: [{ contrast: [
1294
- H,
1309
+ U,
1295
1310
  X,
1296
1311
  J
1297
1312
  ] }],
1298
1313
  "drop-shadow": [{ "drop-shadow": [
1299
1314
  "",
1300
1315
  "none",
1301
- f,
1302
- we,
1303
- ye
1316
+ p,
1317
+ Te,
1318
+ be
1304
1319
  ] }],
1305
- "drop-shadow-color": [{ "drop-shadow": M() }],
1320
+ "drop-shadow-color": [{ "drop-shadow": N() }],
1306
1321
  grayscale: [{ grayscale: [
1307
1322
  "",
1308
- H,
1323
+ U,
1309
1324
  X,
1310
1325
  J
1311
1326
  ] }],
1312
1327
  "hue-rotate": [{ "hue-rotate": [
1313
- H,
1328
+ U,
1314
1329
  X,
1315
1330
  J
1316
1331
  ] }],
1317
1332
  invert: [{ invert: [
1318
1333
  "",
1319
- H,
1334
+ U,
1320
1335
  X,
1321
1336
  J
1322
1337
  ] }],
1323
1338
  saturate: [{ saturate: [
1324
- H,
1339
+ U,
1325
1340
  X,
1326
1341
  J
1327
1342
  ] }],
1328
1343
  sepia: [{ sepia: [
1329
1344
  "",
1330
- H,
1345
+ U,
1331
1346
  X,
1332
1347
  J
1333
1348
  ] }],
@@ -1339,52 +1354,52 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
1339
1354
  ] }],
1340
1355
  "backdrop-blur": [{ "backdrop-blur": se() }],
1341
1356
  "backdrop-brightness": [{ "backdrop-brightness": [
1342
- H,
1357
+ U,
1343
1358
  X,
1344
1359
  J
1345
1360
  ] }],
1346
1361
  "backdrop-contrast": [{ "backdrop-contrast": [
1347
- H,
1362
+ U,
1348
1363
  X,
1349
1364
  J
1350
1365
  ] }],
1351
1366
  "backdrop-grayscale": [{ "backdrop-grayscale": [
1352
1367
  "",
1353
- H,
1368
+ U,
1354
1369
  X,
1355
1370
  J
1356
1371
  ] }],
1357
1372
  "backdrop-hue-rotate": [{ "backdrop-hue-rotate": [
1358
- H,
1373
+ U,
1359
1374
  X,
1360
1375
  J
1361
1376
  ] }],
1362
1377
  "backdrop-invert": [{ "backdrop-invert": [
1363
1378
  "",
1364
- H,
1379
+ U,
1365
1380
  X,
1366
1381
  J
1367
1382
  ] }],
1368
1383
  "backdrop-opacity": [{ "backdrop-opacity": [
1369
- H,
1384
+ U,
1370
1385
  X,
1371
1386
  J
1372
1387
  ] }],
1373
1388
  "backdrop-saturate": [{ "backdrop-saturate": [
1374
- H,
1389
+ U,
1375
1390
  X,
1376
1391
  J
1377
1392
  ] }],
1378
1393
  "backdrop-sepia": [{ "backdrop-sepia": [
1379
1394
  "",
1380
- H,
1395
+ U,
1381
1396
  X,
1382
1397
  J
1383
1398
  ] }],
1384
1399
  "border-collapse": [{ border: ["collapse", "separate"] }],
1385
- "border-spacing": [{ "border-spacing": S() }],
1386
- "border-spacing-x": [{ "border-spacing-x": S() }],
1387
- "border-spacing-y": [{ "border-spacing-y": S() }],
1400
+ "border-spacing": [{ "border-spacing": C() }],
1401
+ "border-spacing-x": [{ "border-spacing-x": C() }],
1402
+ "border-spacing-y": [{ "border-spacing-y": C() }],
1388
1403
  "table-layout": [{ table: ["auto", "fixed"] }],
1389
1404
  caption: [{ caption: ["top", "bottom"] }],
1390
1405
  transition: [{ transition: [
@@ -1400,7 +1415,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
1400
1415
  ] }],
1401
1416
  "transition-behavior": [{ transition: ["normal", "discrete"] }],
1402
1417
  duration: [{ duration: [
1403
- H,
1418
+ U,
1404
1419
  "initial",
1405
1420
  X,
1406
1421
  J
@@ -1408,36 +1423,36 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
1408
1423
  ease: [{ ease: [
1409
1424
  "linear",
1410
1425
  "initial",
1411
- g,
1426
+ _,
1412
1427
  X,
1413
1428
  J
1414
1429
  ] }],
1415
1430
  delay: [{ delay: [
1416
- H,
1431
+ U,
1417
1432
  X,
1418
1433
  J
1419
1434
  ] }],
1420
1435
  animate: [{ animate: [
1421
1436
  "none",
1422
- _,
1437
+ v,
1423
1438
  X,
1424
1439
  J
1425
1440
  ] }],
1426
1441
  backface: [{ backface: ["hidden", "visible"] }],
1427
1442
  perspective: [{ perspective: [
1428
- m,
1443
+ h,
1429
1444
  X,
1430
1445
  J
1431
1446
  ] }],
1432
- "perspective-origin": [{ "perspective-origin": b() }],
1447
+ "perspective-origin": [{ "perspective-origin": x() }],
1433
1448
  rotate: [{ rotate: B() }],
1434
1449
  "rotate-x": [{ "rotate-x": B() }],
1435
1450
  "rotate-y": [{ "rotate-y": B() }],
1436
1451
  "rotate-z": [{ "rotate-z": B() }],
1437
- scale: [{ scale: G() }],
1438
- "scale-x": [{ "scale-x": G() }],
1439
- "scale-y": [{ "scale-y": G() }],
1440
- "scale-z": [{ "scale-z": G() }],
1452
+ scale: [{ scale: V() }],
1453
+ "scale-x": [{ "scale-x": V() }],
1454
+ "scale-y": [{ "scale-y": V() }],
1455
+ "scale-z": [{ "scale-z": V() }],
1441
1456
  "scale-3d": ["scale-3d"],
1442
1457
  skew: [{ skew: K() }],
1443
1458
  "skew-x": [{ "skew-x": K() }],
@@ -1450,7 +1465,7 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
1450
1465
  "gpu",
1451
1466
  "cpu"
1452
1467
  ] }],
1453
- "transform-origin": [{ origin: b() }],
1468
+ "transform-origin": [{ origin: x() }],
1454
1469
  "transform-style": [{ transform: ["3d", "flat"] }],
1455
1470
  translate: [{ translate: q() }],
1456
1471
  "translate-x": [{ "translate-x": q() }],
@@ -1458,13 +1473,13 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
1458
1473
  "translate-z": [{ "translate-z": q() }],
1459
1474
  "translate-none": ["translate-none"],
1460
1475
  zoom: [{ zoom: [
1461
- U,
1476
+ W,
1462
1477
  X,
1463
1478
  J
1464
1479
  ] }],
1465
- accent: [{ accent: M() }],
1480
+ accent: [{ accent: N() }],
1466
1481
  appearance: [{ appearance: ["none", "auto"] }],
1467
- "caret-color": [{ caret: M() }],
1482
+ "caret-color": [{ caret: N() }],
1468
1483
  "color-scheme": [{ scheme: [
1469
1484
  "normal",
1470
1485
  "dark",
@@ -1522,8 +1537,8 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
1522
1537
  "x"
1523
1538
  ] }],
1524
1539
  "scroll-behavior": [{ scroll: ["auto", "smooth"] }],
1525
- "scrollbar-thumb-color": [{ "scrollbar-thumb": M() }],
1526
- "scrollbar-track-color": [{ "scrollbar-track": M() }],
1540
+ "scrollbar-thumb-color": [{ "scrollbar-thumb": N() }],
1541
+ "scrollbar-track-color": [{ "scrollbar-track": N() }],
1527
1542
  "scrollbar-gutter": [{ "scrollbar-gutter": [
1528
1543
  "auto",
1529
1544
  "stable",
@@ -1534,28 +1549,28 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
1534
1549
  "thin",
1535
1550
  "none"
1536
1551
  ] }],
1537
- "scroll-m": [{ "scroll-m": S() }],
1538
- "scroll-mx": [{ "scroll-mx": S() }],
1539
- "scroll-my": [{ "scroll-my": S() }],
1540
- "scroll-ms": [{ "scroll-ms": S() }],
1541
- "scroll-me": [{ "scroll-me": S() }],
1542
- "scroll-mbs": [{ "scroll-mbs": S() }],
1543
- "scroll-mbe": [{ "scroll-mbe": S() }],
1544
- "scroll-mt": [{ "scroll-mt": S() }],
1545
- "scroll-mr": [{ "scroll-mr": S() }],
1546
- "scroll-mb": [{ "scroll-mb": S() }],
1547
- "scroll-ml": [{ "scroll-ml": S() }],
1548
- "scroll-p": [{ "scroll-p": S() }],
1549
- "scroll-px": [{ "scroll-px": S() }],
1550
- "scroll-py": [{ "scroll-py": S() }],
1551
- "scroll-ps": [{ "scroll-ps": S() }],
1552
- "scroll-pe": [{ "scroll-pe": S() }],
1553
- "scroll-pbs": [{ "scroll-pbs": S() }],
1554
- "scroll-pbe": [{ "scroll-pbe": S() }],
1555
- "scroll-pt": [{ "scroll-pt": S() }],
1556
- "scroll-pr": [{ "scroll-pr": S() }],
1557
- "scroll-pb": [{ "scroll-pb": S() }],
1558
- "scroll-pl": [{ "scroll-pl": S() }],
1552
+ "scroll-m": [{ "scroll-m": C() }],
1553
+ "scroll-mx": [{ "scroll-mx": C() }],
1554
+ "scroll-my": [{ "scroll-my": C() }],
1555
+ "scroll-ms": [{ "scroll-ms": C() }],
1556
+ "scroll-me": [{ "scroll-me": C() }],
1557
+ "scroll-mbs": [{ "scroll-mbs": C() }],
1558
+ "scroll-mbe": [{ "scroll-mbe": C() }],
1559
+ "scroll-mt": [{ "scroll-mt": C() }],
1560
+ "scroll-mr": [{ "scroll-mr": C() }],
1561
+ "scroll-mb": [{ "scroll-mb": C() }],
1562
+ "scroll-ml": [{ "scroll-ml": C() }],
1563
+ "scroll-p": [{ "scroll-p": C() }],
1564
+ "scroll-px": [{ "scroll-px": C() }],
1565
+ "scroll-py": [{ "scroll-py": C() }],
1566
+ "scroll-ps": [{ "scroll-ps": C() }],
1567
+ "scroll-pe": [{ "scroll-pe": C() }],
1568
+ "scroll-pbs": [{ "scroll-pbs": C() }],
1569
+ "scroll-pbe": [{ "scroll-pbe": C() }],
1570
+ "scroll-pt": [{ "scroll-pt": C() }],
1571
+ "scroll-pr": [{ "scroll-pr": C() }],
1572
+ "scroll-pb": [{ "scroll-pb": C() }],
1573
+ "scroll-pl": [{ "scroll-pl": C() }],
1559
1574
  "snap-align": [{ snap: [
1560
1575
  "start",
1561
1576
  "end",
@@ -1600,14 +1615,14 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
1600
1615
  X,
1601
1616
  J
1602
1617
  ] }],
1603
- fill: [{ fill: ["none", ...M()] }],
1618
+ fill: [{ fill: ["none", ...N()] }],
1604
1619
  "stroke-w": [{ stroke: [
1605
- H,
1620
+ U,
1606
1621
  Z,
1607
1622
  Y,
1608
- me
1623
+ he
1609
1624
  ] }],
1610
- stroke: [{ stroke: ["none", ...M()] }],
1625
+ stroke: [{ stroke: ["none", ...N()] }],
1611
1626
  "forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
1612
1627
  },
1613
1628
  conflictingClassGroups: {
@@ -1796,8 +1811,8 @@ var n = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, { compose: r,
1796
1811
  });
1797
1812
  //#endregion
1798
1813
  //#region src/lib/utils.ts
1799
- function Fe(...e) {
1800
- return Pe(t(e));
1814
+ function Ie(...e) {
1815
+ return Fe(t(e));
1801
1816
  }
1802
1817
  //#endregion
1803
- export { o as n, i as r, Fe as t };
1818
+ export { s as n, a as r, Ie as t };