tvuikit 0.7.0 → 0.8.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.
@@ -1,29 +1,29 @@
1
- import Qe, { Activity as Ke, useState as ye, useRef as le, useEffect as ke, createContext as er, useContext as rr, useCallback as Pe, useLayoutEffect as tr } from "react";
2
- import { createPortal as ze } from "react-dom";
3
- const or = {
1
+ import He, { createContext as Je, useContext as Xe, Activity as mt, useState as ie, useRef as Y, useEffect as le, useCallback as ae, useLayoutEffect as pt } from "react";
2
+ import { createPortal as Ae } from "react-dom";
3
+ const bt = {
4
4
  default: "#0A0A0A",
5
5
  component: "#00000065",
6
6
  smooth: "#111111"
7
- }, Ie = {
7
+ }, qe = {
8
8
  default: "#EDEDED",
9
9
  text: "#EDEDED",
10
10
  miniText: "#EDEDED40",
11
11
  card: "#27272780",
12
12
  component: "#272727"
13
- }, Me = {
14
- default: Ie.default,
13
+ }, Ze = {
14
+ default: qe.default,
15
15
  primary: "#2AFF6A",
16
16
  danger: "#FF0000",
17
17
  secondary: "#000000",
18
18
  tetriary: "#000000"
19
- }, nr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
19
+ }, gt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
20
20
  __proto__: null,
21
- BACKGROUND: or,
22
- BUTTONS: Me,
23
- FOREGROUND: Ie
21
+ BACKGROUND: bt,
22
+ BUTTONS: Ze,
23
+ FOREGROUND: qe
24
24
  }, Symbol.toStringTag, { value: "Module" }));
25
- var B = /* @__PURE__ */ ((e) => (e.h1 = "36px", e.h2 = "32px", e.h3 = "24px", e.h4 = "20px", e.h5 = "18px", e.base = "16px", e.mini = "14px", e))(B || {});
26
- const sr = {
25
+ var X = /* @__PURE__ */ ((e) => (e.h1 = "36px", e.h2 = "32px", e.h3 = "24px", e.h4 = "20px", e.h5 = "18px", e.base = "16px", e.mini = "14px", e))(X || {});
26
+ const ht = {
27
27
  h1: "36px",
28
28
  h2: "32px",
29
29
  h3: "24px",
@@ -32,397 +32,136 @@ const sr = {
32
32
  base: "16px",
33
33
  mini: "14px"
34
34
  /* mini */
35
- }, ar = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
35
+ }, xt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
36
36
  __proto__: null,
37
- FONT_SIZE: sr,
38
- FontSize: B
39
- }, Symbol.toStringTag, { value: "Module" })), ut = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
37
+ FONT_SIZE: ht,
38
+ FontSize: X
39
+ }, Symbol.toStringTag, { value: "Module" })), zr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
40
40
  __proto__: null,
41
- COLORS: nr,
42
- FONTS: ar
41
+ COLORS: gt,
42
+ FONTS: xt
43
43
  }, Symbol.toStringTag, { value: "Module" }));
44
- var me = { exports: {} }, se = {};
45
- var Re;
46
- function ir() {
47
- if (Re) return se;
48
- Re = 1;
49
- var e = /* @__PURE__ */ Symbol.for("react.transitional.element"), r = /* @__PURE__ */ Symbol.for("react.fragment");
50
- function t(o, s, a) {
51
- var i = null;
52
- if (a !== void 0 && (i = "" + a), s.key !== void 0 && (i = "" + s.key), "key" in s) {
53
- a = {};
54
- for (var m in s)
55
- m !== "key" && (a[m] = s[m]);
56
- } else a = s;
57
- return s = a.ref, {
58
- $$typeof: e,
59
- type: o,
60
- key: i,
61
- ref: s !== void 0 ? s : null,
62
- props: a
63
- };
64
- }
65
- return se.Fragment = r, se.jsx = t, se.jsxs = t, se;
66
- }
67
- var ae = {};
68
- var _e;
69
- function lr() {
70
- return _e || (_e = 1, process.env.NODE_ENV !== "production" && (function() {
71
- function e(n) {
72
- if (n == null) return null;
73
- if (typeof n == "function")
74
- return n.$$typeof === de ? null : n.displayName || n.name || null;
75
- if (typeof n == "string") return n;
76
- switch (n) {
77
- case E:
78
- return "Fragment";
79
- case $:
80
- return "Profiler";
81
- case N:
82
- return "StrictMode";
83
- case D:
84
- return "Suspense";
85
- case H:
86
- return "SuspenseList";
87
- case ce:
88
- return "Activity";
89
- }
90
- if (typeof n == "object")
91
- switch (typeof n.tag == "number" && console.error(
92
- "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
93
- ), n.$$typeof) {
94
- case A:
95
- return "Portal";
96
- case z:
97
- return n.displayName || "Context";
98
- case P:
99
- return (n._context.displayName || "Context") + ".Consumer";
100
- case V:
101
- var h = n.render;
102
- return n = n.displayName, n || (n = h.displayName || h.name || "", n = n !== "" ? "ForwardRef(" + n + ")" : "ForwardRef"), n;
103
- case b:
104
- return h = n.displayName || null, h !== null ? h : e(n.type) || "Memo";
105
- case C:
106
- h = n._payload, n = n._init;
107
- try {
108
- return e(n(h));
109
- } catch {
110
- }
111
- }
112
- return null;
113
- }
114
- function r(n) {
115
- return "" + n;
116
- }
117
- function t(n) {
118
- try {
119
- r(n);
120
- var h = !1;
121
- } catch {
122
- h = !0;
123
- }
124
- if (h) {
125
- h = console;
126
- var w = h.error, j = typeof Symbol == "function" && Symbol.toStringTag && n[Symbol.toStringTag] || n.constructor.name || "Object";
127
- return w.call(
128
- h,
129
- "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
130
- j
131
- ), r(n);
132
- }
133
- }
134
- function o(n) {
135
- if (n === E) return "<>";
136
- if (typeof n == "object" && n !== null && n.$$typeof === C)
137
- return "<...>";
138
- try {
139
- var h = e(n);
140
- return h ? "<" + h + ">" : "<...>";
141
- } catch {
142
- return "<...>";
143
- }
144
- }
145
- function s() {
146
- var n = W.A;
147
- return n === null ? null : n.getOwner();
148
- }
149
- function a() {
150
- return Error("react-stack-top-frame");
151
- }
152
- function i(n) {
153
- if (re.call(n, "key")) {
154
- var h = Object.getOwnPropertyDescriptor(n, "key").get;
155
- if (h && h.isReactWarning) return !1;
156
- }
157
- return n.key !== void 0;
158
- }
159
- function m(n, h) {
160
- function w() {
161
- O || (O = !0, console.error(
162
- "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
163
- h
164
- ));
165
- }
166
- w.isReactWarning = !0, Object.defineProperty(n, "key", {
167
- get: w,
168
- configurable: !0
169
- });
170
- }
171
- function c() {
172
- var n = e(this.type);
173
- return M[n] || (M[n] = !0, console.error(
174
- "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
175
- )), n = this.props.ref, n !== void 0 ? n : null;
176
- }
177
- function f(n, h, w, j, L, J) {
178
- var v = w.ref;
179
- return n = {
180
- $$typeof: _,
181
- type: n,
182
- key: h,
183
- props: w,
184
- _owner: j
185
- }, (v !== void 0 ? v : null) !== null ? Object.defineProperty(n, "ref", {
186
- enumerable: !1,
187
- get: c
188
- }) : Object.defineProperty(n, "ref", { enumerable: !1, value: null }), n._store = {}, Object.defineProperty(n._store, "validated", {
189
- configurable: !1,
190
- enumerable: !1,
191
- writable: !0,
192
- value: 0
193
- }), Object.defineProperty(n, "_debugInfo", {
194
- configurable: !1,
195
- enumerable: !1,
196
- writable: !0,
197
- value: null
198
- }), Object.defineProperty(n, "_debugStack", {
199
- configurable: !1,
200
- enumerable: !1,
201
- writable: !0,
202
- value: L
203
- }), Object.defineProperty(n, "_debugTask", {
204
- configurable: !1,
205
- enumerable: !1,
206
- writable: !0,
207
- value: J
208
- }), Object.freeze && (Object.freeze(n.props), Object.freeze(n)), n;
209
- }
210
- function y(n, h, w, j, L, J) {
211
- var v = h.children;
212
- if (v !== void 0)
213
- if (j)
214
- if (te(v)) {
215
- for (j = 0; j < v.length; j++)
216
- k(v[j]);
217
- Object.freeze && Object.freeze(v);
218
- } else
219
- console.error(
220
- "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
221
- );
222
- else k(v);
223
- if (re.call(h, "key")) {
224
- v = e(n);
225
- var F = Object.keys(h).filter(function(X) {
226
- return X !== "key";
227
- });
228
- j = 0 < F.length ? "{key: someKey, " + F.join(": ..., ") + ": ...}" : "{key: someKey}", ne[v + j] || (F = 0 < F.length ? "{" + F.join(": ..., ") + ": ...}" : "{}", console.error(
229
- `A props object containing a "key" prop is being spread into JSX:
230
- let props = %s;
231
- <%s {...props} />
232
- React keys must be passed directly to JSX without using spread:
233
- let props = %s;
234
- <%s key={someKey} {...props} />`,
235
- j,
236
- v,
237
- F,
238
- v
239
- ), ne[v + j] = !0);
240
- }
241
- if (v = null, w !== void 0 && (t(w), v = "" + w), i(h) && (t(h.key), v = "" + h.key), "key" in h) {
242
- w = {};
243
- for (var Y in h)
244
- Y !== "key" && (w[Y] = h[Y]);
245
- } else w = h;
246
- return v && m(
247
- w,
248
- typeof n == "function" ? n.displayName || n.name || "Unknown" : n
249
- ), f(
250
- n,
251
- v,
252
- w,
253
- s(),
254
- L,
255
- J
256
- );
257
- }
258
- function k(n) {
259
- g(n) ? n._store && (n._store.validated = 1) : typeof n == "object" && n !== null && n.$$typeof === C && (n._payload.status === "fulfilled" ? g(n._payload.value) && n._payload.value._store && (n._payload.value._store.validated = 1) : n._store && (n._store.validated = 1));
260
- }
261
- function g(n) {
262
- return typeof n == "object" && n !== null && n.$$typeof === _;
263
- }
264
- var R = Qe, _ = /* @__PURE__ */ Symbol.for("react.transitional.element"), A = /* @__PURE__ */ Symbol.for("react.portal"), E = /* @__PURE__ */ Symbol.for("react.fragment"), N = /* @__PURE__ */ Symbol.for("react.strict_mode"), $ = /* @__PURE__ */ Symbol.for("react.profiler"), P = /* @__PURE__ */ Symbol.for("react.consumer"), z = /* @__PURE__ */ Symbol.for("react.context"), V = /* @__PURE__ */ Symbol.for("react.forward_ref"), D = /* @__PURE__ */ Symbol.for("react.suspense"), H = /* @__PURE__ */ Symbol.for("react.suspense_list"), b = /* @__PURE__ */ Symbol.for("react.memo"), C = /* @__PURE__ */ Symbol.for("react.lazy"), ce = /* @__PURE__ */ Symbol.for("react.activity"), de = /* @__PURE__ */ Symbol.for("react.client.reference"), W = R.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, re = Object.prototype.hasOwnProperty, te = Array.isArray, I = console.createTask ? console.createTask : function() {
265
- return null;
266
- };
267
- R = {
268
- react_stack_bottom_frame: function(n) {
269
- return n();
270
- }
271
- };
272
- var O, M = {}, p = R.react_stack_bottom_frame.bind(
273
- R,
274
- a
275
- )(), oe = I(o(a)), ne = {};
276
- ae.Fragment = E, ae.jsx = function(n, h, w) {
277
- var j = 1e4 > W.recentlyCreatedOwnerStacks++;
278
- return y(
279
- n,
280
- h,
281
- w,
282
- !1,
283
- j ? Error("react-stack-top-frame") : p,
284
- j ? I(o(n)) : oe
285
- );
286
- }, ae.jsxs = function(n, h, w) {
287
- var j = 1e4 > W.recentlyCreatedOwnerStacks++;
288
- return y(
289
- n,
290
- h,
291
- w,
292
- !0,
293
- j ? Error("react-stack-top-frame") : p,
294
- j ? I(o(n)) : oe
295
- );
296
- };
297
- })()), ae;
298
- }
299
- var Ae;
300
- function cr() {
301
- return Ae || (Ae = 1, process.env.NODE_ENV === "production" ? me.exports = ir() : me.exports = lr()), me.exports;
302
- }
303
- var l = cr();
304
- const mt = ({ actived: e, children: r, name: t }) => /* @__PURE__ */ l.jsx(Ke, { name: t, mode: e ? "visible" : "hidden", children: r });
305
- function $e(e) {
306
- var r, t, o = "";
44
+ function Ke(e) {
45
+ var r, n, o = "";
307
46
  if (typeof e == "string" || typeof e == "number") o += e;
308
47
  else if (typeof e == "object") if (Array.isArray(e)) {
309
48
  var s = e.length;
310
- for (r = 0; r < s; r++) e[r] && (t = $e(e[r])) && (o && (o += " "), o += t);
311
- } else for (t in e) e[t] && (o && (o += " "), o += t);
49
+ for (r = 0; r < s; r++) e[r] && (n = Ke(e[r])) && (o && (o += " "), o += n);
50
+ } else for (n in e) e[n] && (o && (o += " "), o += n);
312
51
  return o;
313
52
  }
314
- function dr() {
315
- for (var e, r, t = 0, o = "", s = arguments.length; t < s; t++) (e = arguments[t]) && (r = $e(e)) && (o && (o += " "), o += r);
53
+ function yt() {
54
+ for (var e, r, n = 0, o = "", s = arguments.length; n < s; n++) (e = arguments[n]) && (r = Ke(e)) && (o && (o += " "), o += r);
316
55
  return o;
317
56
  }
318
- const ur = (e, r) => {
319
- const t = new Array(e.length + r.length);
57
+ const wt = (e, r) => {
58
+ const n = new Array(e.length + r.length);
320
59
  for (let o = 0; o < e.length; o++)
321
- t[o] = e[o];
60
+ n[o] = e[o];
322
61
  for (let o = 0; o < r.length; o++)
323
- t[e.length + o] = r[o];
324
- return t;
325
- }, mr = (e, r) => ({
62
+ n[e.length + o] = r[o];
63
+ return n;
64
+ }, vt = (e, r) => ({
326
65
  classGroupId: e,
327
66
  validator: r
328
- }), De = (e = /* @__PURE__ */ new Map(), r = null, t) => ({
67
+ }), Qe = (e = /* @__PURE__ */ new Map(), r = null, n) => ({
329
68
  nextPart: e,
330
69
  validators: r,
331
- classGroupId: t
332
- }), be = "-", Te = [], fr = "arbitrary..", pr = (e) => {
333
- const r = gr(e), {
334
- conflictingClassGroups: t,
70
+ classGroupId: n
71
+ }), ve = "-", Pe = [], kt = "arbitrary..", jt = (e) => {
72
+ const r = Rt(e), {
73
+ conflictingClassGroups: n,
335
74
  conflictingClassGroupModifiers: o
336
75
  } = e;
337
76
  return {
338
77
  getClassGroupId: (i) => {
339
78
  if (i.startsWith("[") && i.endsWith("]"))
340
- return br(i);
341
- const m = i.split(be), c = m[0] === "" && m.length > 1 ? 1 : 0;
342
- return Le(m, c, r);
79
+ return Et(i);
80
+ const l = i.split(ve), u = l[0] === "" && l.length > 1 ? 1 : 0;
81
+ return et(l, u, r);
343
82
  },
344
- getConflictingClassGroupIds: (i, m) => {
345
- if (m) {
346
- const c = o[i], f = t[i];
347
- return c ? f ? ur(f, c) : c : f || Te;
83
+ getConflictingClassGroupIds: (i, l) => {
84
+ if (l) {
85
+ const u = o[i], f = n[i];
86
+ return u ? f ? wt(f, u) : u : f || Pe;
348
87
  }
349
- return t[i] || Te;
88
+ return n[i] || Pe;
350
89
  }
351
90
  };
352
- }, Le = (e, r, t) => {
91
+ }, et = (e, r, n) => {
353
92
  if (e.length - r === 0)
354
- return t.classGroupId;
355
- const s = e[r], a = t.nextPart.get(s);
93
+ return n.classGroupId;
94
+ const s = e[r], a = n.nextPart.get(s);
356
95
  if (a) {
357
- const f = Le(e, r + 1, a);
96
+ const f = et(e, r + 1, a);
358
97
  if (f) return f;
359
98
  }
360
- const i = t.validators;
99
+ const i = n.validators;
361
100
  if (i === null)
362
101
  return;
363
- const m = r === 0 ? e.join(be) : e.slice(r).join(be), c = i.length;
364
- for (let f = 0; f < c; f++) {
365
- const y = i[f];
366
- if (y.validator(m))
367
- return y.classGroupId;
102
+ const l = r === 0 ? e.join(ve) : e.slice(r).join(ve), u = i.length;
103
+ for (let f = 0; f < u; f++) {
104
+ const v = i[f];
105
+ if (v.validator(l))
106
+ return v.classGroupId;
368
107
  }
369
- }, br = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
370
- const r = e.slice(1, -1), t = r.indexOf(":"), o = r.slice(0, t);
371
- return o ? fr + o : void 0;
372
- })(), gr = (e) => {
108
+ }, Et = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
109
+ const r = e.slice(1, -1), n = r.indexOf(":"), o = r.slice(0, n);
110
+ return o ? kt + o : void 0;
111
+ })(), Rt = (e) => {
373
112
  const {
374
113
  theme: r,
375
- classGroups: t
114
+ classGroups: n
376
115
  } = e;
377
- return hr(t, r);
378
- }, hr = (e, r) => {
379
- const t = De();
116
+ return _t(n, r);
117
+ }, _t = (e, r) => {
118
+ const n = Qe();
380
119
  for (const o in e) {
381
120
  const s = e[o];
382
- je(s, t, o, r);
121
+ Ne(s, n, o, r);
383
122
  }
384
- return t;
385
- }, je = (e, r, t, o) => {
123
+ return n;
124
+ }, Ne = (e, r, n, o) => {
386
125
  const s = e.length;
387
126
  for (let a = 0; a < s; a++) {
388
127
  const i = e[a];
389
- xr(i, r, t, o);
128
+ St(i, r, n, o);
390
129
  }
391
- }, xr = (e, r, t, o) => {
130
+ }, St = (e, r, n, o) => {
392
131
  if (typeof e == "string") {
393
- wr(e, r, t);
132
+ Tt(e, r, n);
394
133
  return;
395
134
  }
396
135
  if (typeof e == "function") {
397
- vr(e, r, t, o);
136
+ Ct(e, r, n, o);
398
137
  return;
399
138
  }
400
- yr(e, r, t, o);
401
- }, wr = (e, r, t) => {
402
- const o = e === "" ? r : Fe(r, e);
403
- o.classGroupId = t;
404
- }, vr = (e, r, t, o) => {
405
- if (kr(e)) {
406
- je(e(o), r, t, o);
139
+ At(e, r, n, o);
140
+ }, Tt = (e, r, n) => {
141
+ const o = e === "" ? r : tt(r, e);
142
+ o.classGroupId = n;
143
+ }, Ct = (e, r, n, o) => {
144
+ if (Nt(e)) {
145
+ Ne(e(o), r, n, o);
407
146
  return;
408
147
  }
409
- r.validators === null && (r.validators = []), r.validators.push(mr(t, e));
410
- }, yr = (e, r, t, o) => {
148
+ r.validators === null && (r.validators = []), r.validators.push(vt(n, e));
149
+ }, At = (e, r, n, o) => {
411
150
  const s = Object.entries(e), a = s.length;
412
151
  for (let i = 0; i < a; i++) {
413
- const [m, c] = s[i];
414
- je(c, Fe(r, m), t, o);
152
+ const [l, u] = s[i];
153
+ Ne(u, tt(r, l), n, o);
415
154
  }
416
- }, Fe = (e, r) => {
417
- let t = e;
418
- const o = r.split(be), s = o.length;
155
+ }, tt = (e, r) => {
156
+ let n = e;
157
+ const o = r.split(ve), s = o.length;
419
158
  for (let a = 0; a < s; a++) {
420
159
  const i = o[a];
421
- let m = t.nextPart.get(i);
422
- m || (m = De(), t.nextPart.set(i, m)), t = m;
160
+ let l = n.nextPart.get(i);
161
+ l || (l = Qe(), n.nextPart.set(i, l)), n = l;
423
162
  }
424
- return t;
425
- }, kr = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, jr = (e) => {
163
+ return n;
164
+ }, Nt = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, Ot = (e) => {
426
165
  if (e < 1)
427
166
  return {
428
167
  get: () => {
@@ -430,178 +169,178 @@ const ur = (e, r) => {
430
169
  set: () => {
431
170
  }
432
171
  };
433
- let r = 0, t = /* @__PURE__ */ Object.create(null), o = /* @__PURE__ */ Object.create(null);
172
+ let r = 0, n = /* @__PURE__ */ Object.create(null), o = /* @__PURE__ */ Object.create(null);
434
173
  const s = (a, i) => {
435
- t[a] = i, r++, r > e && (r = 0, o = t, t = /* @__PURE__ */ Object.create(null));
174
+ n[a] = i, r++, r > e && (r = 0, o = n, n = /* @__PURE__ */ Object.create(null));
436
175
  };
437
176
  return {
438
177
  get(a) {
439
- let i = t[a];
178
+ let i = n[a];
440
179
  if (i !== void 0)
441
180
  return i;
442
181
  if ((i = o[a]) !== void 0)
443
182
  return s(a, i), i;
444
183
  },
445
184
  set(a, i) {
446
- a in t ? t[a] = i : s(a, i);
185
+ a in n ? n[a] = i : s(a, i);
447
186
  }
448
187
  };
449
- }, ve = "!", Ce = ":", Er = [], Se = (e, r, t, o, s) => ({
188
+ }, Ce = "!", ze = ":", Pt = [], $e = (e, r, n, o, s) => ({
450
189
  modifiers: e,
451
190
  hasImportantModifier: r,
452
- baseClassName: t,
191
+ baseClassName: n,
453
192
  maybePostfixModifierPosition: o,
454
193
  isExternal: s
455
- }), Rr = (e) => {
194
+ }), zt = (e) => {
456
195
  const {
457
196
  prefix: r,
458
- experimentalParseClassName: t
197
+ experimentalParseClassName: n
459
198
  } = e;
460
199
  let o = (s) => {
461
200
  const a = [];
462
- let i = 0, m = 0, c = 0, f;
463
- const y = s.length;
464
- for (let A = 0; A < y; A++) {
465
- const E = s[A];
466
- if (i === 0 && m === 0) {
467
- if (E === Ce) {
468
- a.push(s.slice(c, A)), c = A + 1;
201
+ let i = 0, l = 0, u = 0, f;
202
+ const v = s.length;
203
+ for (let S = 0; S < v; S++) {
204
+ const _ = s[S];
205
+ if (i === 0 && l === 0) {
206
+ if (_ === ze) {
207
+ a.push(s.slice(u, S)), u = S + 1;
469
208
  continue;
470
209
  }
471
- if (E === "/") {
472
- f = A;
210
+ if (_ === "/") {
211
+ f = S;
473
212
  continue;
474
213
  }
475
214
  }
476
- E === "[" ? i++ : E === "]" ? i-- : E === "(" ? m++ : E === ")" && m--;
215
+ _ === "[" ? i++ : _ === "]" ? i-- : _ === "(" ? l++ : _ === ")" && l--;
477
216
  }
478
- const k = a.length === 0 ? s : s.slice(c);
479
- let g = k, R = !1;
480
- k.endsWith(ve) ? (g = k.slice(0, -1), R = !0) : (
217
+ const w = a.length === 0 ? s : s.slice(u);
218
+ let j = w, g = !1;
219
+ w.endsWith(Ce) ? (j = w.slice(0, -1), g = !0) : (
481
220
  /**
482
221
  * In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
483
222
  * @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
484
223
  */
485
- k.startsWith(ve) && (g = k.slice(1), R = !0)
224
+ w.startsWith(Ce) && (j = w.slice(1), g = !0)
486
225
  );
487
- const _ = f && f > c ? f - c : void 0;
488
- return Se(a, R, g, _);
226
+ const R = f && f > u ? f - u : void 0;
227
+ return $e(a, g, j, R);
489
228
  };
490
229
  if (r) {
491
- const s = r + Ce, a = o;
492
- o = (i) => i.startsWith(s) ? a(i.slice(s.length)) : Se(Er, !1, i, void 0, !0);
230
+ const s = r + ze, a = o;
231
+ o = (i) => i.startsWith(s) ? a(i.slice(s.length)) : $e(Pt, !1, i, void 0, !0);
493
232
  }
494
- if (t) {
233
+ if (n) {
495
234
  const s = o;
496
- o = (a) => t({
235
+ o = (a) => n({
497
236
  className: a,
498
237
  parseClassName: s
499
238
  });
500
239
  }
501
240
  return o;
502
- }, _r = (e) => {
241
+ }, $t = (e) => {
503
242
  const r = /* @__PURE__ */ new Map();
504
- return e.orderSensitiveModifiers.forEach((t, o) => {
505
- r.set(t, 1e6 + o);
506
- }), (t) => {
243
+ return e.orderSensitiveModifiers.forEach((n, o) => {
244
+ r.set(n, 1e6 + o);
245
+ }), (n) => {
507
246
  const o = [];
508
247
  let s = [];
509
- for (let a = 0; a < t.length; a++) {
510
- const i = t[a], m = i[0] === "[", c = r.has(i);
511
- m || c ? (s.length > 0 && (s.sort(), o.push(...s), s = []), o.push(i)) : s.push(i);
248
+ for (let a = 0; a < n.length; a++) {
249
+ const i = n[a], l = i[0] === "[", u = r.has(i);
250
+ l || u ? (s.length > 0 && (s.sort(), o.push(...s), s = []), o.push(i)) : s.push(i);
512
251
  }
513
252
  return s.length > 0 && (s.sort(), o.push(...s)), o;
514
253
  };
515
- }, Ar = (e) => ({
516
- cache: jr(e.cacheSize),
517
- parseClassName: Rr(e),
518
- sortModifiers: _r(e),
519
- ...pr(e)
520
- }), Tr = /\s+/, Cr = (e, r) => {
254
+ }, It = (e) => ({
255
+ cache: Ot(e.cacheSize),
256
+ parseClassName: zt(e),
257
+ sortModifiers: $t(e),
258
+ ...jt(e)
259
+ }), Dt = /\s+/, Mt = (e, r) => {
521
260
  const {
522
- parseClassName: t,
261
+ parseClassName: n,
523
262
  getClassGroupId: o,
524
263
  getConflictingClassGroupIds: s,
525
264
  sortModifiers: a
526
- } = r, i = [], m = e.trim().split(Tr);
527
- let c = "";
528
- for (let f = m.length - 1; f >= 0; f -= 1) {
529
- const y = m[f], {
530
- isExternal: k,
531
- modifiers: g,
532
- hasImportantModifier: R,
533
- baseClassName: _,
534
- maybePostfixModifierPosition: A
535
- } = t(y);
536
- if (k) {
537
- c = y + (c.length > 0 ? " " + c : c);
265
+ } = r, i = [], l = e.trim().split(Dt);
266
+ let u = "";
267
+ for (let f = l.length - 1; f >= 0; f -= 1) {
268
+ const v = l[f], {
269
+ isExternal: w,
270
+ modifiers: j,
271
+ hasImportantModifier: g,
272
+ baseClassName: R,
273
+ maybePostfixModifierPosition: S
274
+ } = n(v);
275
+ if (w) {
276
+ u = v + (u.length > 0 ? " " + u : u);
538
277
  continue;
539
278
  }
540
- let E = !!A, N = o(E ? _.substring(0, A) : _);
541
- if (!N) {
542
- if (!E) {
543
- c = y + (c.length > 0 ? " " + c : c);
279
+ let _ = !!S, C = o(_ ? R.substring(0, S) : R);
280
+ if (!C) {
281
+ if (!_) {
282
+ u = v + (u.length > 0 ? " " + u : u);
544
283
  continue;
545
284
  }
546
- if (N = o(_), !N) {
547
- c = y + (c.length > 0 ? " " + c : c);
285
+ if (C = o(R), !C) {
286
+ u = v + (u.length > 0 ? " " + u : u);
548
287
  continue;
549
288
  }
550
- E = !1;
289
+ _ = !1;
551
290
  }
552
- const $ = g.length === 0 ? "" : g.length === 1 ? g[0] : a(g).join(":"), P = R ? $ + ve : $, z = P + N;
553
- if (i.indexOf(z) > -1)
291
+ const T = j.length === 0 ? "" : j.length === 1 ? j[0] : a(j).join(":"), O = g ? T + Ce : T, A = O + C;
292
+ if (i.indexOf(A) > -1)
554
293
  continue;
555
- i.push(z);
556
- const V = s(N, E);
557
- for (let D = 0; D < V.length; ++D) {
558
- const H = V[D];
559
- i.push(P + H);
294
+ i.push(A);
295
+ const P = s(C, _);
296
+ for (let V = 0; V < P.length; ++V) {
297
+ const H = P[V];
298
+ i.push(O + H);
560
299
  }
561
- c = y + (c.length > 0 ? " " + c : c);
300
+ u = v + (u.length > 0 ? " " + u : u);
562
301
  }
563
- return c;
564
- }, Sr = (...e) => {
565
- let r = 0, t, o, s = "";
302
+ return u;
303
+ }, Lt = (...e) => {
304
+ let r = 0, n, o, s = "";
566
305
  for (; r < e.length; )
567
- (t = e[r++]) && (o = Ge(t)) && (s && (s += " "), s += o);
306
+ (n = e[r++]) && (o = rt(n)) && (s && (s += " "), s += o);
568
307
  return s;
569
- }, Ge = (e) => {
308
+ }, rt = (e) => {
570
309
  if (typeof e == "string")
571
310
  return e;
572
- let r, t = "";
311
+ let r, n = "";
573
312
  for (let o = 0; o < e.length; o++)
574
- e[o] && (r = Ge(e[o])) && (t && (t += " "), t += r);
575
- return t;
576
- }, Or = (e, ...r) => {
577
- let t, o, s, a;
578
- const i = (c) => {
579
- const f = r.reduce((y, k) => k(y), e());
580
- return t = Ar(f), o = t.cache.get, s = t.cache.set, a = m, m(c);
581
- }, m = (c) => {
582
- const f = o(c);
313
+ e[o] && (r = rt(e[o])) && (n && (n += " "), n += r);
314
+ return n;
315
+ }, Ft = (e, ...r) => {
316
+ let n, o, s, a;
317
+ const i = (u) => {
318
+ const f = r.reduce((v, w) => w(v), e());
319
+ return n = It(f), o = n.cache.get, s = n.cache.set, a = l, l(u);
320
+ }, l = (u) => {
321
+ const f = o(u);
583
322
  if (f)
584
323
  return f;
585
- const y = Cr(c, t);
586
- return s(c, y), y;
324
+ const v = Mt(u, n);
325
+ return s(u, v), v;
587
326
  };
588
- return a = i, (...c) => a(Sr(...c));
589
- }, Nr = [], T = (e) => {
590
- const r = (t) => t[e] || Nr;
327
+ return a = i, (...u) => a(Lt(...u));
328
+ }, Gt = [], N = (e) => {
329
+ const r = (n) => n[e] || Gt;
591
330
  return r.isThemeGetter = !0, r;
592
- }, Be = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ve = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Pr = /^\d+\/\d+$/, zr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Ir = /\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$/, Mr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, $r = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Dr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, Z = (e) => Pr.test(e), x = (e) => !!e && !Number.isNaN(Number(e)), U = (e) => !!e && Number.isInteger(Number(e)), xe = (e) => e.endsWith("%") && x(e.slice(0, -1)), G = (e) => zr.test(e), Lr = () => !0, Fr = (e) => (
331
+ }, ot = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, nt = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Bt = /^\d+\/\d+$/, Ut = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Vt = /\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$/, Wt = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Yt = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Ht = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, se = (e) => Bt.test(e), E = (e) => !!e && !Number.isNaN(Number(e)), ee = (e) => !!e && Number.isInteger(Number(e)), Ee = (e) => e.endsWith("%") && E(e.slice(0, -1)), J = (e) => Ut.test(e), Jt = () => !0, Xt = (e) => (
593
332
  // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
594
333
  // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
595
334
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
596
- Ir.test(e) && !Mr.test(e)
597
- ), We = () => !1, Gr = (e) => $r.test(e), Br = (e) => Dr.test(e), Vr = (e) => !d(e) && !u(e), Wr = (e) => K(e, He, We), d = (e) => Be.test(e), q = (e) => K(e, qe, Fr), we = (e) => K(e, Jr, x), Oe = (e) => K(e, Ye, We), Yr = (e) => K(e, Ue, Br), fe = (e) => K(e, Je, Gr), u = (e) => Ve.test(e), ie = (e) => ee(e, qe), Ur = (e) => ee(e, Xr), Ne = (e) => ee(e, Ye), Hr = (e) => ee(e, He), qr = (e) => ee(e, Ue), pe = (e) => ee(e, Je, !0), K = (e, r, t) => {
598
- const o = Be.exec(e);
599
- return o ? o[1] ? r(o[1]) : t(o[2]) : !1;
600
- }, ee = (e, r, t = !1) => {
601
- const o = Ve.exec(e);
602
- return o ? o[1] ? r(o[1]) : t : !1;
603
- }, Ye = (e) => e === "position" || e === "percentage", Ue = (e) => e === "image" || e === "url", He = (e) => e === "length" || e === "size" || e === "bg-size", qe = (e) => e === "length", Jr = (e) => e === "number", Xr = (e) => e === "family-name", Je = (e) => e === "shadow", Zr = () => {
604
- const e = T("color"), r = T("font"), t = T("text"), o = T("font-weight"), s = T("tracking"), a = T("leading"), i = T("breakpoint"), m = T("container"), c = T("spacing"), f = T("radius"), y = T("shadow"), k = T("inset-shadow"), g = T("text-shadow"), R = T("drop-shadow"), _ = T("blur"), A = T("perspective"), E = T("aspect"), N = T("ease"), $ = T("animate"), P = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], z = () => [
335
+ Vt.test(e) && !Wt.test(e)
336
+ ), st = () => !1, qt = (e) => Yt.test(e), Zt = (e) => Ht.test(e), Kt = (e) => !m(e) && !p(e), Qt = (e) => de(e, lt, st), m = (e) => ot.test(e), re = (e) => de(e, ct, Xt), Re = (e) => de(e, nr, E), Ie = (e) => de(e, at, st), er = (e) => de(e, it, Zt), he = (e) => de(e, dt, qt), p = (e) => nt.test(e), fe = (e) => ue(e, ct), tr = (e) => ue(e, sr), De = (e) => ue(e, at), rr = (e) => ue(e, lt), or = (e) => ue(e, it), xe = (e) => ue(e, dt, !0), de = (e, r, n) => {
337
+ const o = ot.exec(e);
338
+ return o ? o[1] ? r(o[1]) : n(o[2]) : !1;
339
+ }, ue = (e, r, n = !1) => {
340
+ const o = nt.exec(e);
341
+ return o ? o[1] ? r(o[1]) : n : !1;
342
+ }, at = (e) => e === "position" || e === "percentage", it = (e) => e === "image" || e === "url", lt = (e) => e === "length" || e === "size" || e === "bg-size", ct = (e) => e === "length", nr = (e) => e === "number", sr = (e) => e === "family-name", dt = (e) => e === "shadow", ar = () => {
343
+ const e = N("color"), r = N("font"), n = N("text"), o = N("font-weight"), s = N("tracking"), a = N("leading"), i = N("breakpoint"), l = N("container"), u = N("spacing"), f = N("radius"), v = N("shadow"), w = N("inset-shadow"), j = N("text-shadow"), g = N("drop-shadow"), R = N("blur"), S = N("perspective"), _ = N("aspect"), C = N("ease"), T = N("animate"), O = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], A = () => [
605
344
  "center",
606
345
  "top",
607
346
  "bottom",
@@ -619,51 +358,51 @@ const ur = (e, r) => {
619
358
  "bottom-left",
620
359
  // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
621
360
  "left-bottom"
622
- ], V = () => [...z(), u, d], D = () => ["auto", "hidden", "clip", "visible", "scroll"], H = () => ["auto", "contain", "none"], b = () => [u, d, c], C = () => [Z, "full", "auto", ...b()], ce = () => [U, "none", "subgrid", u, d], de = () => ["auto", {
623
- span: ["full", U, u, d]
624
- }, U, u, d], W = () => [U, "auto", u, d], re = () => ["auto", "min", "max", "fr", u, d], te = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], I = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], O = () => ["auto", ...b()], M = () => [Z, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...b()], p = () => [e, u, d], oe = () => [...z(), Ne, Oe, {
625
- position: [u, d]
626
- }], ne = () => ["no-repeat", {
361
+ ], P = () => [...A(), p, m], V = () => ["auto", "hidden", "clip", "visible", "scroll"], H = () => ["auto", "contain", "none"], k = () => [p, m, u], z = () => [se, "full", "auto", ...k()], oe = () => [ee, "none", "subgrid", p, m], ne = () => ["auto", {
362
+ span: ["full", ee, p, m]
363
+ }, ee, p, m], B = () => [ee, "auto", p, m], q = () => ["auto", "min", "max", "fr", p, m], te = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], M = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], D = () => ["auto", ...k()], F = () => [se, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...k()], x = () => [e, p, m], Z = () => [...A(), De, Ie, {
364
+ position: [p, m]
365
+ }], K = () => ["no-repeat", {
627
366
  repeat: ["", "x", "y", "space", "round"]
628
- }], n = () => ["auto", "cover", "contain", Hr, Wr, {
629
- size: [u, d]
630
- }], h = () => [xe, ie, q], w = () => [
367
+ }], t = () => ["auto", "cover", "contain", rr, Qt, {
368
+ size: [p, m]
369
+ }], c = () => [Ee, fe, re], b = () => [
631
370
  // Deprecated since Tailwind CSS v4.0.0
632
371
  "",
633
372
  "none",
634
373
  "full",
635
374
  f,
636
- u,
637
- d
638
- ], j = () => ["", x, ie, q], L = () => ["solid", "dashed", "dotted", "double"], J = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], v = () => [x, xe, Ne, Oe], F = () => [
375
+ p,
376
+ m
377
+ ], y = () => ["", E, fe, re], G = () => ["solid", "dashed", "dotted", "double"], W = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], h = () => [E, Ee, De, Ie], I = () => [
639
378
  // Deprecated since Tailwind CSS v4.0.0
640
379
  "",
641
380
  "none",
642
- _,
643
- u,
644
- d
645
- ], Y = () => ["none", x, u, d], X = () => ["none", x, u, d], he = () => [x, u, d], ue = () => [Z, "full", ...b()];
381
+ R,
382
+ p,
383
+ m
384
+ ], U = () => ["none", E, p, m], Q = () => ["none", E, p, m], je = () => [E, p, m], ge = () => [se, "full", ...k()];
646
385
  return {
647
386
  cacheSize: 500,
648
387
  theme: {
649
388
  animate: ["spin", "ping", "pulse", "bounce"],
650
389
  aspect: ["video"],
651
- blur: [G],
652
- breakpoint: [G],
653
- color: [Lr],
654
- container: [G],
655
- "drop-shadow": [G],
390
+ blur: [J],
391
+ breakpoint: [J],
392
+ color: [Jt],
393
+ container: [J],
394
+ "drop-shadow": [J],
656
395
  ease: ["in", "out", "in-out"],
657
- font: [Vr],
396
+ font: [Kt],
658
397
  "font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
659
- "inset-shadow": [G],
398
+ "inset-shadow": [J],
660
399
  leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
661
400
  perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
662
- radius: [G],
663
- shadow: [G],
664
- spacing: ["px", x],
665
- text: [G],
666
- "text-shadow": [G],
401
+ radius: [J],
402
+ shadow: [J],
403
+ spacing: ["px", E],
404
+ text: [J],
405
+ "text-shadow": [J],
667
406
  tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
668
407
  },
669
408
  classGroups: {
@@ -675,7 +414,7 @@ const ur = (e, r) => {
675
414
  * @see https://tailwindcss.com/docs/aspect-ratio
676
415
  */
677
416
  aspect: [{
678
- aspect: ["auto", "square", Z, d, u, E]
417
+ aspect: ["auto", "square", se, m, p, _]
679
418
  }],
680
419
  /**
681
420
  * Container
@@ -688,21 +427,21 @@ const ur = (e, r) => {
688
427
  * @see https://tailwindcss.com/docs/columns
689
428
  */
690
429
  columns: [{
691
- columns: [x, d, u, m]
430
+ columns: [E, m, p, l]
692
431
  }],
693
432
  /**
694
433
  * Break After
695
434
  * @see https://tailwindcss.com/docs/break-after
696
435
  */
697
436
  "break-after": [{
698
- "break-after": P()
437
+ "break-after": O()
699
438
  }],
700
439
  /**
701
440
  * Break Before
702
441
  * @see https://tailwindcss.com/docs/break-before
703
442
  */
704
443
  "break-before": [{
705
- "break-before": P()
444
+ "break-before": O()
706
445
  }],
707
446
  /**
708
447
  * Break Inside
@@ -766,28 +505,28 @@ const ur = (e, r) => {
766
505
  * @see https://tailwindcss.com/docs/object-position
767
506
  */
768
507
  "object-position": [{
769
- object: V()
508
+ object: P()
770
509
  }],
771
510
  /**
772
511
  * Overflow
773
512
  * @see https://tailwindcss.com/docs/overflow
774
513
  */
775
514
  overflow: [{
776
- overflow: D()
515
+ overflow: V()
777
516
  }],
778
517
  /**
779
518
  * Overflow X
780
519
  * @see https://tailwindcss.com/docs/overflow
781
520
  */
782
521
  "overflow-x": [{
783
- "overflow-x": D()
522
+ "overflow-x": V()
784
523
  }],
785
524
  /**
786
525
  * Overflow Y
787
526
  * @see https://tailwindcss.com/docs/overflow
788
527
  */
789
528
  "overflow-y": [{
790
- "overflow-y": D()
529
+ "overflow-y": V()
791
530
  }],
792
531
  /**
793
532
  * Overscroll Behavior
@@ -820,63 +559,63 @@ const ur = (e, r) => {
820
559
  * @see https://tailwindcss.com/docs/top-right-bottom-left
821
560
  */
822
561
  inset: [{
823
- inset: C()
562
+ inset: z()
824
563
  }],
825
564
  /**
826
565
  * Right / Left
827
566
  * @see https://tailwindcss.com/docs/top-right-bottom-left
828
567
  */
829
568
  "inset-x": [{
830
- "inset-x": C()
569
+ "inset-x": z()
831
570
  }],
832
571
  /**
833
572
  * Top / Bottom
834
573
  * @see https://tailwindcss.com/docs/top-right-bottom-left
835
574
  */
836
575
  "inset-y": [{
837
- "inset-y": C()
576
+ "inset-y": z()
838
577
  }],
839
578
  /**
840
579
  * Start
841
580
  * @see https://tailwindcss.com/docs/top-right-bottom-left
842
581
  */
843
582
  start: [{
844
- start: C()
583
+ start: z()
845
584
  }],
846
585
  /**
847
586
  * End
848
587
  * @see https://tailwindcss.com/docs/top-right-bottom-left
849
588
  */
850
589
  end: [{
851
- end: C()
590
+ end: z()
852
591
  }],
853
592
  /**
854
593
  * Top
855
594
  * @see https://tailwindcss.com/docs/top-right-bottom-left
856
595
  */
857
596
  top: [{
858
- top: C()
597
+ top: z()
859
598
  }],
860
599
  /**
861
600
  * Right
862
601
  * @see https://tailwindcss.com/docs/top-right-bottom-left
863
602
  */
864
603
  right: [{
865
- right: C()
604
+ right: z()
866
605
  }],
867
606
  /**
868
607
  * Bottom
869
608
  * @see https://tailwindcss.com/docs/top-right-bottom-left
870
609
  */
871
610
  bottom: [{
872
- bottom: C()
611
+ bottom: z()
873
612
  }],
874
613
  /**
875
614
  * Left
876
615
  * @see https://tailwindcss.com/docs/top-right-bottom-left
877
616
  */
878
617
  left: [{
879
- left: C()
618
+ left: z()
880
619
  }],
881
620
  /**
882
621
  * Visibility
@@ -888,7 +627,7 @@ const ur = (e, r) => {
888
627
  * @see https://tailwindcss.com/docs/z-index
889
628
  */
890
629
  z: [{
891
- z: [U, "auto", u, d]
630
+ z: [ee, "auto", p, m]
892
631
  }],
893
632
  // ------------------------
894
633
  // --- Flexbox and Grid ---
@@ -898,7 +637,7 @@ const ur = (e, r) => {
898
637
  * @see https://tailwindcss.com/docs/flex-basis
899
638
  */
900
639
  basis: [{
901
- basis: [Z, "full", "auto", m, ...b()]
640
+ basis: [se, "full", "auto", l, ...k()]
902
641
  }],
903
642
  /**
904
643
  * Flex Direction
@@ -919,84 +658,84 @@ const ur = (e, r) => {
919
658
  * @see https://tailwindcss.com/docs/flex
920
659
  */
921
660
  flex: [{
922
- flex: [x, Z, "auto", "initial", "none", d]
661
+ flex: [E, se, "auto", "initial", "none", m]
923
662
  }],
924
663
  /**
925
664
  * Flex Grow
926
665
  * @see https://tailwindcss.com/docs/flex-grow
927
666
  */
928
667
  grow: [{
929
- grow: ["", x, u, d]
668
+ grow: ["", E, p, m]
930
669
  }],
931
670
  /**
932
671
  * Flex Shrink
933
672
  * @see https://tailwindcss.com/docs/flex-shrink
934
673
  */
935
674
  shrink: [{
936
- shrink: ["", x, u, d]
675
+ shrink: ["", E, p, m]
937
676
  }],
938
677
  /**
939
678
  * Order
940
679
  * @see https://tailwindcss.com/docs/order
941
680
  */
942
681
  order: [{
943
- order: [U, "first", "last", "none", u, d]
682
+ order: [ee, "first", "last", "none", p, m]
944
683
  }],
945
684
  /**
946
685
  * Grid Template Columns
947
686
  * @see https://tailwindcss.com/docs/grid-template-columns
948
687
  */
949
688
  "grid-cols": [{
950
- "grid-cols": ce()
689
+ "grid-cols": oe()
951
690
  }],
952
691
  /**
953
692
  * Grid Column Start / End
954
693
  * @see https://tailwindcss.com/docs/grid-column
955
694
  */
956
695
  "col-start-end": [{
957
- col: de()
696
+ col: ne()
958
697
  }],
959
698
  /**
960
699
  * Grid Column Start
961
700
  * @see https://tailwindcss.com/docs/grid-column
962
701
  */
963
702
  "col-start": [{
964
- "col-start": W()
703
+ "col-start": B()
965
704
  }],
966
705
  /**
967
706
  * Grid Column End
968
707
  * @see https://tailwindcss.com/docs/grid-column
969
708
  */
970
709
  "col-end": [{
971
- "col-end": W()
710
+ "col-end": B()
972
711
  }],
973
712
  /**
974
713
  * Grid Template Rows
975
714
  * @see https://tailwindcss.com/docs/grid-template-rows
976
715
  */
977
716
  "grid-rows": [{
978
- "grid-rows": ce()
717
+ "grid-rows": oe()
979
718
  }],
980
719
  /**
981
720
  * Grid Row Start / End
982
721
  * @see https://tailwindcss.com/docs/grid-row
983
722
  */
984
723
  "row-start-end": [{
985
- row: de()
724
+ row: ne()
986
725
  }],
987
726
  /**
988
727
  * Grid Row Start
989
728
  * @see https://tailwindcss.com/docs/grid-row
990
729
  */
991
730
  "row-start": [{
992
- "row-start": W()
731
+ "row-start": B()
993
732
  }],
994
733
  /**
995
734
  * Grid Row End
996
735
  * @see https://tailwindcss.com/docs/grid-row
997
736
  */
998
737
  "row-end": [{
999
- "row-end": W()
738
+ "row-end": B()
1000
739
  }],
1001
740
  /**
1002
741
  * Grid Auto Flow
@@ -1010,35 +749,35 @@ const ur = (e, r) => {
1010
749
  * @see https://tailwindcss.com/docs/grid-auto-columns
1011
750
  */
1012
751
  "auto-cols": [{
1013
- "auto-cols": re()
752
+ "auto-cols": q()
1014
753
  }],
1015
754
  /**
1016
755
  * Grid Auto Rows
1017
756
  * @see https://tailwindcss.com/docs/grid-auto-rows
1018
757
  */
1019
758
  "auto-rows": [{
1020
- "auto-rows": re()
759
+ "auto-rows": q()
1021
760
  }],
1022
761
  /**
1023
762
  * Gap
1024
763
  * @see https://tailwindcss.com/docs/gap
1025
764
  */
1026
765
  gap: [{
1027
- gap: b()
766
+ gap: k()
1028
767
  }],
1029
768
  /**
1030
769
  * Gap X
1031
770
  * @see https://tailwindcss.com/docs/gap
1032
771
  */
1033
772
  "gap-x": [{
1034
- "gap-x": b()
773
+ "gap-x": k()
1035
774
  }],
1036
775
  /**
1037
776
  * Gap Y
1038
777
  * @see https://tailwindcss.com/docs/gap
1039
778
  */
1040
779
  "gap-y": [{
1041
- "gap-y": b()
780
+ "gap-y": k()
1042
781
  }],
1043
782
  /**
1044
783
  * Justify Content
@@ -1052,14 +791,14 @@ const ur = (e, r) => {
1052
791
  * @see https://tailwindcss.com/docs/justify-items
1053
792
  */
1054
793
  "justify-items": [{
1055
- "justify-items": [...I(), "normal"]
794
+ "justify-items": [...M(), "normal"]
1056
795
  }],
1057
796
  /**
1058
797
  * Justify Self
1059
798
  * @see https://tailwindcss.com/docs/justify-self
1060
799
  */
1061
800
  "justify-self": [{
1062
- "justify-self": ["auto", ...I()]
801
+ "justify-self": ["auto", ...M()]
1063
802
  }],
1064
803
  /**
1065
804
  * Align Content
@@ -1073,7 +812,7 @@ const ur = (e, r) => {
1073
812
  * @see https://tailwindcss.com/docs/align-items
1074
813
  */
1075
814
  "align-items": [{
1076
- items: [...I(), {
815
+ items: [...M(), {
1077
816
  baseline: ["", "last"]
1078
817
  }]
1079
818
  }],
@@ -1082,7 +821,7 @@ const ur = (e, r) => {
1082
821
  * @see https://tailwindcss.com/docs/align-self
1083
822
  */
1084
823
  "align-self": [{
1085
- self: ["auto", ...I(), {
824
+ self: ["auto", ...M(), {
1086
825
  baseline: ["", "last"]
1087
826
  }]
1088
827
  }],
@@ -1098,14 +837,14 @@ const ur = (e, r) => {
1098
837
  * @see https://tailwindcss.com/docs/place-items
1099
838
  */
1100
839
  "place-items": [{
1101
- "place-items": [...I(), "baseline"]
840
+ "place-items": [...M(), "baseline"]
1102
841
  }],
1103
842
  /**
1104
843
  * Place Self
1105
844
  * @see https://tailwindcss.com/docs/place-self
1106
845
  */
1107
846
  "place-self": [{
1108
- "place-self": ["auto", ...I()]
847
+ "place-self": ["auto", ...M()]
1109
848
  }],
1110
849
  // Spacing
1111
850
  /**
@@ -1113,133 +852,133 @@ const ur = (e, r) => {
1113
852
  * @see https://tailwindcss.com/docs/padding
1114
853
  */
1115
854
  p: [{
1116
- p: b()
855
+ p: k()
1117
856
  }],
1118
857
  /**
1119
858
  * Padding X
1120
859
  * @see https://tailwindcss.com/docs/padding
1121
860
  */
1122
861
  px: [{
1123
- px: b()
862
+ px: k()
1124
863
  }],
1125
864
  /**
1126
865
  * Padding Y
1127
866
  * @see https://tailwindcss.com/docs/padding
1128
867
  */
1129
868
  py: [{
1130
- py: b()
869
+ py: k()
1131
870
  }],
1132
871
  /**
1133
872
  * Padding Start
1134
873
  * @see https://tailwindcss.com/docs/padding
1135
874
  */
1136
875
  ps: [{
1137
- ps: b()
876
+ ps: k()
1138
877
  }],
1139
878
  /**
1140
879
  * Padding End
1141
880
  * @see https://tailwindcss.com/docs/padding
1142
881
  */
1143
882
  pe: [{
1144
- pe: b()
883
+ pe: k()
1145
884
  }],
1146
885
  /**
1147
886
  * Padding Top
1148
887
  * @see https://tailwindcss.com/docs/padding
1149
888
  */
1150
889
  pt: [{
1151
- pt: b()
890
+ pt: k()
1152
891
  }],
1153
892
  /**
1154
893
  * Padding Right
1155
894
  * @see https://tailwindcss.com/docs/padding
1156
895
  */
1157
896
  pr: [{
1158
- pr: b()
897
+ pr: k()
1159
898
  }],
1160
899
  /**
1161
900
  * Padding Bottom
1162
901
  * @see https://tailwindcss.com/docs/padding
1163
902
  */
1164
903
  pb: [{
1165
- pb: b()
904
+ pb: k()
1166
905
  }],
1167
906
  /**
1168
907
  * Padding Left
1169
908
  * @see https://tailwindcss.com/docs/padding
1170
909
  */
1171
910
  pl: [{
1172
- pl: b()
911
+ pl: k()
1173
912
  }],
1174
913
  /**
1175
914
  * Margin
1176
915
  * @see https://tailwindcss.com/docs/margin
1177
916
  */
1178
917
  m: [{
1179
- m: O()
918
+ m: D()
1180
919
  }],
1181
920
  /**
1182
921
  * Margin X
1183
922
  * @see https://tailwindcss.com/docs/margin
1184
923
  */
1185
924
  mx: [{
1186
- mx: O()
925
+ mx: D()
1187
926
  }],
1188
927
  /**
1189
928
  * Margin Y
1190
929
  * @see https://tailwindcss.com/docs/margin
1191
930
  */
1192
931
  my: [{
1193
- my: O()
932
+ my: D()
1194
933
  }],
1195
934
  /**
1196
935
  * Margin Start
1197
936
  * @see https://tailwindcss.com/docs/margin
1198
937
  */
1199
938
  ms: [{
1200
- ms: O()
939
+ ms: D()
1201
940
  }],
1202
941
  /**
1203
942
  * Margin End
1204
943
  * @see https://tailwindcss.com/docs/margin
1205
944
  */
1206
945
  me: [{
1207
- me: O()
946
+ me: D()
1208
947
  }],
1209
948
  /**
1210
949
  * Margin Top
1211
950
  * @see https://tailwindcss.com/docs/margin
1212
951
  */
1213
952
  mt: [{
1214
- mt: O()
953
+ mt: D()
1215
954
  }],
1216
955
  /**
1217
956
  * Margin Right
1218
957
  * @see https://tailwindcss.com/docs/margin
1219
958
  */
1220
959
  mr: [{
1221
- mr: O()
960
+ mr: D()
1222
961
  }],
1223
962
  /**
1224
963
  * Margin Bottom
1225
964
  * @see https://tailwindcss.com/docs/margin
1226
965
  */
1227
966
  mb: [{
1228
- mb: O()
967
+ mb: D()
1229
968
  }],
1230
969
  /**
1231
970
  * Margin Left
1232
971
  * @see https://tailwindcss.com/docs/margin
1233
972
  */
1234
973
  ml: [{
1235
- ml: O()
974
+ ml: D()
1236
975
  }],
1237
976
  /**
1238
977
  * Space Between X
1239
978
  * @see https://tailwindcss.com/docs/margin#adding-space-between-children
1240
979
  */
1241
980
  "space-x": [{
1242
- "space-x": b()
981
+ "space-x": k()
1243
982
  }],
1244
983
  /**
1245
984
  * Space Between X Reverse
@@ -1251,7 +990,7 @@ const ur = (e, r) => {
1251
990
  * @see https://tailwindcss.com/docs/margin#adding-space-between-children
1252
991
  */
1253
992
  "space-y": [{
1254
- "space-y": b()
993
+ "space-y": k()
1255
994
  }],
1256
995
  /**
1257
996
  * Space Between Y Reverse
@@ -1266,14 +1005,14 @@ const ur = (e, r) => {
1266
1005
  * @see https://tailwindcss.com/docs/width#setting-both-width-and-height
1267
1006
  */
1268
1007
  size: [{
1269
- size: M()
1008
+ size: F()
1270
1009
  }],
1271
1010
  /**
1272
1011
  * Width
1273
1012
  * @see https://tailwindcss.com/docs/width
1274
1013
  */
1275
1014
  w: [{
1276
- w: [m, "screen", ...M()]
1015
+ w: [l, "screen", ...F()]
1277
1016
  }],
1278
1017
  /**
1279
1018
  * Min-Width
@@ -1281,11 +1020,11 @@ const ur = (e, r) => {
1281
1020
  */
1282
1021
  "min-w": [{
1283
1022
  "min-w": [
1284
- m,
1023
+ l,
1285
1024
  "screen",
1286
1025
  /** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1287
1026
  "none",
1288
- ...M()
1027
+ ...F()
1289
1028
  ]
1290
1029
  }],
1291
1030
  /**
@@ -1294,7 +1033,7 @@ const ur = (e, r) => {
1294
1033
  */
1295
1034
  "max-w": [{
1296
1035
  "max-w": [
1297
- m,
1036
+ l,
1298
1037
  "screen",
1299
1038
  "none",
1300
1039
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
@@ -1303,7 +1042,7 @@ const ur = (e, r) => {
1303
1042
  {
1304
1043
  screen: [i]
1305
1044
  },
1306
- ...M()
1045
+ ...F()
1307
1046
  ]
1308
1047
  }],
1309
1048
  /**
@@ -1311,21 +1050,21 @@ const ur = (e, r) => {
1311
1050
  * @see https://tailwindcss.com/docs/height
1312
1051
  */
1313
1052
  h: [{
1314
- h: ["screen", "lh", ...M()]
1053
+ h: ["screen", "lh", ...F()]
1315
1054
  }],
1316
1055
  /**
1317
1056
  * Min-Height
1318
1057
  * @see https://tailwindcss.com/docs/min-height
1319
1058
  */
1320
1059
  "min-h": [{
1321
- "min-h": ["screen", "lh", "none", ...M()]
1060
+ "min-h": ["screen", "lh", "none", ...F()]
1322
1061
  }],
1323
1062
  /**
1324
1063
  * Max-Height
1325
1064
  * @see https://tailwindcss.com/docs/max-height
1326
1065
  */
1327
1066
  "max-h": [{
1328
- "max-h": ["screen", "lh", ...M()]
1067
+ "max-h": ["screen", "lh", ...F()]
1329
1068
  }],
1330
1069
  // ------------------
1331
1070
  // --- Typography ---
@@ -1335,7 +1074,7 @@ const ur = (e, r) => {
1335
1074
  * @see https://tailwindcss.com/docs/font-size
1336
1075
  */
1337
1076
  "font-size": [{
1338
- text: ["base", t, ie, q]
1077
+ text: ["base", n, fe, re]
1339
1078
  }],
1340
1079
  /**
1341
1080
  * Font Smoothing
@@ -1352,21 +1091,21 @@ const ur = (e, r) => {
1352
1091
  * @see https://tailwindcss.com/docs/font-weight
1353
1092
  */
1354
1093
  "font-weight": [{
1355
- font: [o, u, we]
1094
+ font: [o, p, Re]
1356
1095
  }],
1357
1096
  /**
1358
1097
  * Font Stretch
1359
1098
  * @see https://tailwindcss.com/docs/font-stretch
1360
1099
  */
1361
1100
  "font-stretch": [{
1362
- "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", xe, d]
1101
+ "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", Ee, m]
1363
1102
  }],
1364
1103
  /**
1365
1104
  * Font Family
1366
1105
  * @see https://tailwindcss.com/docs/font-family
1367
1106
  */
1368
1107
  "font-family": [{
1369
- font: [Ur, d, r]
1108
+ font: [tr, m, r]
1370
1109
  }],
1371
1110
  /**
1372
1111
  * Font Variant Numeric
@@ -1403,14 +1142,14 @@ const ur = (e, r) => {
1403
1142
  * @see https://tailwindcss.com/docs/letter-spacing
1404
1143
  */
1405
1144
  tracking: [{
1406
- tracking: [s, u, d]
1145
+ tracking: [s, p, m]
1407
1146
  }],
1408
1147
  /**
1409
1148
  * Line Clamp
1410
1149
  * @see https://tailwindcss.com/docs/line-clamp
1411
1150
  */
1412
1151
  "line-clamp": [{
1413
- "line-clamp": [x, "none", u, we]
1152
+ "line-clamp": [E, "none", p, Re]
1414
1153
  }],
1415
1154
  /**
1416
1155
  * Line Height
@@ -1420,7 +1159,7 @@ const ur = (e, r) => {
1420
1159
  leading: [
1421
1160
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1422
1161
  a,
1423
- ...b()
1162
+ ...k()
1424
1163
  ]
1425
1164
  }],
1426
1165
  /**
@@ -1428,7 +1167,7 @@ const ur = (e, r) => {
1428
1167
  * @see https://tailwindcss.com/docs/list-style-image
1429
1168
  */
1430
1169
  "list-image": [{
1431
- "list-image": ["none", u, d]
1170
+ "list-image": ["none", p, m]
1432
1171
  }],
1433
1172
  /**
1434
1173
  * List Style Position
@@ -1442,7 +1181,7 @@ const ur = (e, r) => {
1442
1181
  * @see https://tailwindcss.com/docs/list-style-type
1443
1182
  */
1444
1183
  "list-style-type": [{
1445
- list: ["disc", "decimal", "none", u, d]
1184
+ list: ["disc", "decimal", "none", p, m]
1446
1185
  }],
1447
1186
  /**
1448
1187
  * Text Alignment
@@ -1457,14 +1196,14 @@ const ur = (e, r) => {
1457
1196
  * @see https://v3.tailwindcss.com/docs/placeholder-color
1458
1197
  */
1459
1198
  "placeholder-color": [{
1460
- placeholder: p()
1199
+ placeholder: x()
1461
1200
  }],
1462
1201
  /**
1463
1202
  * Text Color
1464
1203
  * @see https://tailwindcss.com/docs/text-color
1465
1204
  */
1466
1205
  "text-color": [{
1467
- text: p()
1206
+ text: x()
1468
1207
  }],
1469
1208
  /**
1470
1209
  * Text Decoration
@@ -1476,28 +1215,28 @@ const ur = (e, r) => {
1476
1215
  * @see https://tailwindcss.com/docs/text-decoration-style
1477
1216
  */
1478
1217
  "text-decoration-style": [{
1479
- decoration: [...L(), "wavy"]
1218
+ decoration: [...G(), "wavy"]
1480
1219
  }],
1481
1220
  /**
1482
1221
  * Text Decoration Thickness
1483
1222
  * @see https://tailwindcss.com/docs/text-decoration-thickness
1484
1223
  */
1485
1224
  "text-decoration-thickness": [{
1486
- decoration: [x, "from-font", "auto", u, q]
1225
+ decoration: [E, "from-font", "auto", p, re]
1487
1226
  }],
1488
1227
  /**
1489
1228
  * Text Decoration Color
1490
1229
  * @see https://tailwindcss.com/docs/text-decoration-color
1491
1230
  */
1492
1231
  "text-decoration-color": [{
1493
- decoration: p()
1232
+ decoration: x()
1494
1233
  }],
1495
1234
  /**
1496
1235
  * Text Underline Offset
1497
1236
  * @see https://tailwindcss.com/docs/text-underline-offset
1498
1237
  */
1499
1238
  "underline-offset": [{
1500
- "underline-offset": [x, "auto", u, d]
1239
+ "underline-offset": [E, "auto", p, m]
1501
1240
  }],
1502
1241
  /**
1503
1242
  * Text Transform
@@ -1521,14 +1260,14 @@ const ur = (e, r) => {
1521
1260
  * @see https://tailwindcss.com/docs/text-indent
1522
1261
  */
1523
1262
  indent: [{
1524
- indent: b()
1263
+ indent: k()
1525
1264
  }],
1526
1265
  /**
1527
1266
  * Vertical Alignment
1528
1267
  * @see https://tailwindcss.com/docs/vertical-align
1529
1268
  */
1530
1269
  "vertical-align": [{
1531
- align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", u, d]
1270
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", p, m]
1532
1271
  }],
1533
1272
  /**
1534
1273
  * Whitespace
@@ -1563,7 +1302,7 @@ const ur = (e, r) => {
1563
1302
  * @see https://tailwindcss.com/docs/content
1564
1303
  */
1565
1304
  content: [{
1566
- content: ["none", u, d]
1305
+ content: ["none", p, m]
1567
1306
  }],
1568
1307
  // -------------------
1569
1308
  // --- Backgrounds ---
@@ -1594,21 +1333,21 @@ const ur = (e, r) => {
1594
1333
  * @see https://tailwindcss.com/docs/background-position
1595
1334
  */
1596
1335
  "bg-position": [{
1597
- bg: oe()
1336
+ bg: Z()
1598
1337
  }],
1599
1338
  /**
1600
1339
  * Background Repeat
1601
1340
  * @see https://tailwindcss.com/docs/background-repeat
1602
1341
  */
1603
1342
  "bg-repeat": [{
1604
- bg: ne()
1343
+ bg: K()
1605
1344
  }],
1606
1345
  /**
1607
1346
  * Background Size
1608
1347
  * @see https://tailwindcss.com/docs/background-size
1609
1348
  */
1610
1349
  "bg-size": [{
1611
- bg: n()
1350
+ bg: t()
1612
1351
  }],
1613
1352
  /**
1614
1353
  * Background Image
@@ -1618,59 +1357,59 @@ const ur = (e, r) => {
1618
1357
  bg: ["none", {
1619
1358
  linear: [{
1620
1359
  to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1621
- }, U, u, d],
1622
- radial: ["", u, d],
1623
- conic: [U, u, d]
1624
- }, qr, Yr]
1360
+ }, ee, p, m],
1361
+ radial: ["", p, m],
1362
+ conic: [ee, p, m]
1363
+ }, or, er]
1625
1364
  }],
1626
1365
  /**
1627
1366
  * Background Color
1628
1367
  * @see https://tailwindcss.com/docs/background-color
1629
1368
  */
1630
1369
  "bg-color": [{
1631
- bg: p()
1370
+ bg: x()
1632
1371
  }],
1633
1372
  /**
1634
1373
  * Gradient Color Stops From Position
1635
1374
  * @see https://tailwindcss.com/docs/gradient-color-stops
1636
1375
  */
1637
1376
  "gradient-from-pos": [{
1638
- from: h()
1377
+ from: c()
1639
1378
  }],
1640
1379
  /**
1641
1380
  * Gradient Color Stops Via Position
1642
1381
  * @see https://tailwindcss.com/docs/gradient-color-stops
1643
1382
  */
1644
1383
  "gradient-via-pos": [{
1645
- via: h()
1384
+ via: c()
1646
1385
  }],
1647
1386
  /**
1648
1387
  * Gradient Color Stops To Position
1649
1388
  * @see https://tailwindcss.com/docs/gradient-color-stops
1650
1389
  */
1651
1390
  "gradient-to-pos": [{
1652
- to: h()
1391
+ to: c()
1653
1392
  }],
1654
1393
  /**
1655
1394
  * Gradient Color Stops From
1656
1395
  * @see https://tailwindcss.com/docs/gradient-color-stops
1657
1396
  */
1658
1397
  "gradient-from": [{
1659
- from: p()
1398
+ from: x()
1660
1399
  }],
1661
1400
  /**
1662
1401
  * Gradient Color Stops Via
1663
1402
  * @see https://tailwindcss.com/docs/gradient-color-stops
1664
1403
  */
1665
1404
  "gradient-via": [{
1666
- via: p()
1405
+ via: x()
1667
1406
  }],
1668
1407
  /**
1669
1408
  * Gradient Color Stops To
1670
1409
  * @see https://tailwindcss.com/docs/gradient-color-stops
1671
1410
  */
1672
1411
  "gradient-to": [{
1673
- to: p()
1412
+ to: x()
1674
1413
  }],
1675
1414
  // ---------------
1676
1415
  // --- Borders ---
@@ -1680,175 +1419,175 @@ const ur = (e, r) => {
1680
1419
  * @see https://tailwindcss.com/docs/border-radius
1681
1420
  */
1682
1421
  rounded: [{
1683
- rounded: w()
1422
+ rounded: b()
1684
1423
  }],
1685
1424
  /**
1686
1425
  * Border Radius Start
1687
1426
  * @see https://tailwindcss.com/docs/border-radius
1688
1427
  */
1689
1428
  "rounded-s": [{
1690
- "rounded-s": w()
1429
+ "rounded-s": b()
1691
1430
  }],
1692
1431
  /**
1693
1432
  * Border Radius End
1694
1433
  * @see https://tailwindcss.com/docs/border-radius
1695
1434
  */
1696
1435
  "rounded-e": [{
1697
- "rounded-e": w()
1436
+ "rounded-e": b()
1698
1437
  }],
1699
1438
  /**
1700
1439
  * Border Radius Top
1701
1440
  * @see https://tailwindcss.com/docs/border-radius
1702
1441
  */
1703
1442
  "rounded-t": [{
1704
- "rounded-t": w()
1443
+ "rounded-t": b()
1705
1444
  }],
1706
1445
  /**
1707
1446
  * Border Radius Right
1708
1447
  * @see https://tailwindcss.com/docs/border-radius
1709
1448
  */
1710
1449
  "rounded-r": [{
1711
- "rounded-r": w()
1450
+ "rounded-r": b()
1712
1451
  }],
1713
1452
  /**
1714
1453
  * Border Radius Bottom
1715
1454
  * @see https://tailwindcss.com/docs/border-radius
1716
1455
  */
1717
1456
  "rounded-b": [{
1718
- "rounded-b": w()
1457
+ "rounded-b": b()
1719
1458
  }],
1720
1459
  /**
1721
1460
  * Border Radius Left
1722
1461
  * @see https://tailwindcss.com/docs/border-radius
1723
1462
  */
1724
1463
  "rounded-l": [{
1725
- "rounded-l": w()
1464
+ "rounded-l": b()
1726
1465
  }],
1727
1466
  /**
1728
1467
  * Border Radius Start Start
1729
1468
  * @see https://tailwindcss.com/docs/border-radius
1730
1469
  */
1731
1470
  "rounded-ss": [{
1732
- "rounded-ss": w()
1471
+ "rounded-ss": b()
1733
1472
  }],
1734
1473
  /**
1735
1474
  * Border Radius Start End
1736
1475
  * @see https://tailwindcss.com/docs/border-radius
1737
1476
  */
1738
1477
  "rounded-se": [{
1739
- "rounded-se": w()
1478
+ "rounded-se": b()
1740
1479
  }],
1741
1480
  /**
1742
1481
  * Border Radius End End
1743
1482
  * @see https://tailwindcss.com/docs/border-radius
1744
1483
  */
1745
1484
  "rounded-ee": [{
1746
- "rounded-ee": w()
1485
+ "rounded-ee": b()
1747
1486
  }],
1748
1487
  /**
1749
1488
  * Border Radius End Start
1750
1489
  * @see https://tailwindcss.com/docs/border-radius
1751
1490
  */
1752
1491
  "rounded-es": [{
1753
- "rounded-es": w()
1492
+ "rounded-es": b()
1754
1493
  }],
1755
1494
  /**
1756
1495
  * Border Radius Top Left
1757
1496
  * @see https://tailwindcss.com/docs/border-radius
1758
1497
  */
1759
1498
  "rounded-tl": [{
1760
- "rounded-tl": w()
1499
+ "rounded-tl": b()
1761
1500
  }],
1762
1501
  /**
1763
1502
  * Border Radius Top Right
1764
1503
  * @see https://tailwindcss.com/docs/border-radius
1765
1504
  */
1766
1505
  "rounded-tr": [{
1767
- "rounded-tr": w()
1506
+ "rounded-tr": b()
1768
1507
  }],
1769
1508
  /**
1770
1509
  * Border Radius Bottom Right
1771
1510
  * @see https://tailwindcss.com/docs/border-radius
1772
1511
  */
1773
1512
  "rounded-br": [{
1774
- "rounded-br": w()
1513
+ "rounded-br": b()
1775
1514
  }],
1776
1515
  /**
1777
1516
  * Border Radius Bottom Left
1778
1517
  * @see https://tailwindcss.com/docs/border-radius
1779
1518
  */
1780
1519
  "rounded-bl": [{
1781
- "rounded-bl": w()
1520
+ "rounded-bl": b()
1782
1521
  }],
1783
1522
  /**
1784
1523
  * Border Width
1785
1524
  * @see https://tailwindcss.com/docs/border-width
1786
1525
  */
1787
1526
  "border-w": [{
1788
- border: j()
1527
+ border: y()
1789
1528
  }],
1790
1529
  /**
1791
1530
  * Border Width X
1792
1531
  * @see https://tailwindcss.com/docs/border-width
1793
1532
  */
1794
1533
  "border-w-x": [{
1795
- "border-x": j()
1534
+ "border-x": y()
1796
1535
  }],
1797
1536
  /**
1798
1537
  * Border Width Y
1799
1538
  * @see https://tailwindcss.com/docs/border-width
1800
1539
  */
1801
1540
  "border-w-y": [{
1802
- "border-y": j()
1541
+ "border-y": y()
1803
1542
  }],
1804
1543
  /**
1805
1544
  * Border Width Start
1806
1545
  * @see https://tailwindcss.com/docs/border-width
1807
1546
  */
1808
1547
  "border-w-s": [{
1809
- "border-s": j()
1548
+ "border-s": y()
1810
1549
  }],
1811
1550
  /**
1812
1551
  * Border Width End
1813
1552
  * @see https://tailwindcss.com/docs/border-width
1814
1553
  */
1815
1554
  "border-w-e": [{
1816
- "border-e": j()
1555
+ "border-e": y()
1817
1556
  }],
1818
1557
  /**
1819
1558
  * Border Width Top
1820
1559
  * @see https://tailwindcss.com/docs/border-width
1821
1560
  */
1822
1561
  "border-w-t": [{
1823
- "border-t": j()
1562
+ "border-t": y()
1824
1563
  }],
1825
1564
  /**
1826
1565
  * Border Width Right
1827
1566
  * @see https://tailwindcss.com/docs/border-width
1828
1567
  */
1829
1568
  "border-w-r": [{
1830
- "border-r": j()
1569
+ "border-r": y()
1831
1570
  }],
1832
1571
  /**
1833
1572
  * Border Width Bottom
1834
1573
  * @see https://tailwindcss.com/docs/border-width
1835
1574
  */
1836
1575
  "border-w-b": [{
1837
- "border-b": j()
1576
+ "border-b": y()
1838
1577
  }],
1839
1578
  /**
1840
1579
  * Border Width Left
1841
1580
  * @see https://tailwindcss.com/docs/border-width
1842
1581
  */
1843
1582
  "border-w-l": [{
1844
- "border-l": j()
1583
+ "border-l": y()
1845
1584
  }],
1846
1585
  /**
1847
1586
  * Divide Width X
1848
1587
  * @see https://tailwindcss.com/docs/border-width#between-children
1849
1588
  */
1850
1589
  "divide-x": [{
1851
- "divide-x": j()
1590
+ "divide-x": y()
1852
1591
  }],
1853
1592
  /**
1854
1593
  * Divide Width X Reverse
@@ -1860,7 +1599,7 @@ const ur = (e, r) => {
1860
1599
  * @see https://tailwindcss.com/docs/border-width#between-children
1861
1600
  */
1862
1601
  "divide-y": [{
1863
- "divide-y": j()
1602
+ "divide-y": y()
1864
1603
  }],
1865
1604
  /**
1866
1605
  * Divide Width Y Reverse
@@ -1872,112 +1611,112 @@ const ur = (e, r) => {
1872
1611
  * @see https://tailwindcss.com/docs/border-style
1873
1612
  */
1874
1613
  "border-style": [{
1875
- border: [...L(), "hidden", "none"]
1614
+ border: [...G(), "hidden", "none"]
1876
1615
  }],
1877
1616
  /**
1878
1617
  * Divide Style
1879
1618
  * @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
1880
1619
  */
1881
1620
  "divide-style": [{
1882
- divide: [...L(), "hidden", "none"]
1621
+ divide: [...G(), "hidden", "none"]
1883
1622
  }],
1884
1623
  /**
1885
1624
  * Border Color
1886
1625
  * @see https://tailwindcss.com/docs/border-color
1887
1626
  */
1888
1627
  "border-color": [{
1889
- border: p()
1628
+ border: x()
1890
1629
  }],
1891
1630
  /**
1892
1631
  * Border Color X
1893
1632
  * @see https://tailwindcss.com/docs/border-color
1894
1633
  */
1895
1634
  "border-color-x": [{
1896
- "border-x": p()
1635
+ "border-x": x()
1897
1636
  }],
1898
1637
  /**
1899
1638
  * Border Color Y
1900
1639
  * @see https://tailwindcss.com/docs/border-color
1901
1640
  */
1902
1641
  "border-color-y": [{
1903
- "border-y": p()
1642
+ "border-y": x()
1904
1643
  }],
1905
1644
  /**
1906
1645
  * Border Color S
1907
1646
  * @see https://tailwindcss.com/docs/border-color
1908
1647
  */
1909
1648
  "border-color-s": [{
1910
- "border-s": p()
1649
+ "border-s": x()
1911
1650
  }],
1912
1651
  /**
1913
1652
  * Border Color E
1914
1653
  * @see https://tailwindcss.com/docs/border-color
1915
1654
  */
1916
1655
  "border-color-e": [{
1917
- "border-e": p()
1656
+ "border-e": x()
1918
1657
  }],
1919
1658
  /**
1920
1659
  * Border Color Top
1921
1660
  * @see https://tailwindcss.com/docs/border-color
1922
1661
  */
1923
1662
  "border-color-t": [{
1924
- "border-t": p()
1663
+ "border-t": x()
1925
1664
  }],
1926
1665
  /**
1927
1666
  * Border Color Right
1928
1667
  * @see https://tailwindcss.com/docs/border-color
1929
1668
  */
1930
1669
  "border-color-r": [{
1931
- "border-r": p()
1670
+ "border-r": x()
1932
1671
  }],
1933
1672
  /**
1934
1673
  * Border Color Bottom
1935
1674
  * @see https://tailwindcss.com/docs/border-color
1936
1675
  */
1937
1676
  "border-color-b": [{
1938
- "border-b": p()
1677
+ "border-b": x()
1939
1678
  }],
1940
1679
  /**
1941
1680
  * Border Color Left
1942
1681
  * @see https://tailwindcss.com/docs/border-color
1943
1682
  */
1944
1683
  "border-color-l": [{
1945
- "border-l": p()
1684
+ "border-l": x()
1946
1685
  }],
1947
1686
  /**
1948
1687
  * Divide Color
1949
1688
  * @see https://tailwindcss.com/docs/divide-color
1950
1689
  */
1951
1690
  "divide-color": [{
1952
- divide: p()
1691
+ divide: x()
1953
1692
  }],
1954
1693
  /**
1955
1694
  * Outline Style
1956
1695
  * @see https://tailwindcss.com/docs/outline-style
1957
1696
  */
1958
1697
  "outline-style": [{
1959
- outline: [...L(), "none", "hidden"]
1698
+ outline: [...G(), "none", "hidden"]
1960
1699
  }],
1961
1700
  /**
1962
1701
  * Outline Offset
1963
1702
  * @see https://tailwindcss.com/docs/outline-offset
1964
1703
  */
1965
1704
  "outline-offset": [{
1966
- "outline-offset": [x, u, d]
1705
+ "outline-offset": [E, p, m]
1967
1706
  }],
1968
1707
  /**
1969
1708
  * Outline Width
1970
1709
  * @see https://tailwindcss.com/docs/outline-width
1971
1710
  */
1972
1711
  "outline-w": [{
1973
- outline: ["", x, ie, q]
1712
+ outline: ["", E, fe, re]
1974
1713
  }],
1975
1714
  /**
1976
1715
  * Outline Color
1977
1716
  * @see https://tailwindcss.com/docs/outline-color
1978
1717
  */
1979
1718
  "outline-color": [{
1980
- outline: p()
1719
+ outline: x()
1981
1720
  }],
1982
1721
  // ---------------
1983
1722
  // --- Effects ---
@@ -1991,9 +1730,9 @@ const ur = (e, r) => {
1991
1730
  // Deprecated since Tailwind CSS v4.0.0
1992
1731
  "",
1993
1732
  "none",
1994
- y,
1995
- pe,
1996
- fe
1733
+ v,
1734
+ xe,
1735
+ he
1997
1736
  ]
1998
1737
  }],
1999
1738
  /**
@@ -2001,28 +1740,28 @@ const ur = (e, r) => {
2001
1740
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
2002
1741
  */
2003
1742
  "shadow-color": [{
2004
- shadow: p()
1743
+ shadow: x()
2005
1744
  }],
2006
1745
  /**
2007
1746
  * Inset Box Shadow
2008
1747
  * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
2009
1748
  */
2010
1749
  "inset-shadow": [{
2011
- "inset-shadow": ["none", k, pe, fe]
1750
+ "inset-shadow": ["none", w, xe, he]
2012
1751
  }],
2013
1752
  /**
2014
1753
  * Inset Box Shadow Color
2015
1754
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
2016
1755
  */
2017
1756
  "inset-shadow-color": [{
2018
- "inset-shadow": p()
1757
+ "inset-shadow": x()
2019
1758
  }],
2020
1759
  /**
2021
1760
  * Ring Width
2022
1761
  * @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
2023
1762
  */
2024
1763
  "ring-w": [{
2025
- ring: j()
1764
+ ring: y()
2026
1765
  }],
2027
1766
  /**
2028
1767
  * Ring Width Inset
@@ -2036,7 +1775,7 @@ const ur = (e, r) => {
2036
1775
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
2037
1776
  */
2038
1777
  "ring-color": [{
2039
- ring: p()
1778
+ ring: x()
2040
1779
  }],
2041
1780
  /**
2042
1781
  * Ring Offset Width
@@ -2045,7 +1784,7 @@ const ur = (e, r) => {
2045
1784
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
2046
1785
  */
2047
1786
  "ring-offset-w": [{
2048
- "ring-offset": [x, q]
1787
+ "ring-offset": [E, re]
2049
1788
  }],
2050
1789
  /**
2051
1790
  * Ring Offset Color
@@ -2054,56 +1793,56 @@ const ur = (e, r) => {
2054
1793
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
2055
1794
  */
2056
1795
  "ring-offset-color": [{
2057
- "ring-offset": p()
1796
+ "ring-offset": x()
2058
1797
  }],
2059
1798
  /**
2060
1799
  * Inset Ring Width
2061
1800
  * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
2062
1801
  */
2063
1802
  "inset-ring-w": [{
2064
- "inset-ring": j()
1803
+ "inset-ring": y()
2065
1804
  }],
2066
1805
  /**
2067
1806
  * Inset Ring Color
2068
1807
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
2069
1808
  */
2070
1809
  "inset-ring-color": [{
2071
- "inset-ring": p()
1810
+ "inset-ring": x()
2072
1811
  }],
2073
1812
  /**
2074
1813
  * Text Shadow
2075
1814
  * @see https://tailwindcss.com/docs/text-shadow
2076
1815
  */
2077
1816
  "text-shadow": [{
2078
- "text-shadow": ["none", g, pe, fe]
1817
+ "text-shadow": ["none", j, xe, he]
2079
1818
  }],
2080
1819
  /**
2081
1820
  * Text Shadow Color
2082
1821
  * @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
2083
1822
  */
2084
1823
  "text-shadow-color": [{
2085
- "text-shadow": p()
1824
+ "text-shadow": x()
2086
1825
  }],
2087
1826
  /**
2088
1827
  * Opacity
2089
1828
  * @see https://tailwindcss.com/docs/opacity
2090
1829
  */
2091
1830
  opacity: [{
2092
- opacity: [x, u, d]
1831
+ opacity: [E, p, m]
2093
1832
  }],
2094
1833
  /**
2095
1834
  * Mix Blend Mode
2096
1835
  * @see https://tailwindcss.com/docs/mix-blend-mode
2097
1836
  */
2098
1837
  "mix-blend": [{
2099
- "mix-blend": [...J(), "plus-darker", "plus-lighter"]
1838
+ "mix-blend": [...W(), "plus-darker", "plus-lighter"]
2100
1839
  }],
2101
1840
  /**
2102
1841
  * Background Blend Mode
2103
1842
  * @see https://tailwindcss.com/docs/background-blend-mode
2104
1843
  */
2105
1844
  "bg-blend": [{
2106
- "bg-blend": J()
1845
+ "bg-blend": W()
2107
1846
  }],
2108
1847
  /**
2109
1848
  * Mask Clip
@@ -2124,106 +1863,106 @@ const ur = (e, r) => {
2124
1863
  * @see https://tailwindcss.com/docs/mask-image
2125
1864
  */
2126
1865
  "mask-image-linear-pos": [{
2127
- "mask-linear": [x]
1866
+ "mask-linear": [E]
2128
1867
  }],
2129
1868
  "mask-image-linear-from-pos": [{
2130
- "mask-linear-from": v()
1869
+ "mask-linear-from": h()
2131
1870
  }],
2132
1871
  "mask-image-linear-to-pos": [{
2133
- "mask-linear-to": v()
1872
+ "mask-linear-to": h()
2134
1873
  }],
2135
1874
  "mask-image-linear-from-color": [{
2136
- "mask-linear-from": p()
1875
+ "mask-linear-from": x()
2137
1876
  }],
2138
1877
  "mask-image-linear-to-color": [{
2139
- "mask-linear-to": p()
1878
+ "mask-linear-to": x()
2140
1879
  }],
2141
1880
  "mask-image-t-from-pos": [{
2142
- "mask-t-from": v()
1881
+ "mask-t-from": h()
2143
1882
  }],
2144
1883
  "mask-image-t-to-pos": [{
2145
- "mask-t-to": v()
1884
+ "mask-t-to": h()
2146
1885
  }],
2147
1886
  "mask-image-t-from-color": [{
2148
- "mask-t-from": p()
1887
+ "mask-t-from": x()
2149
1888
  }],
2150
1889
  "mask-image-t-to-color": [{
2151
- "mask-t-to": p()
1890
+ "mask-t-to": x()
2152
1891
  }],
2153
1892
  "mask-image-r-from-pos": [{
2154
- "mask-r-from": v()
1893
+ "mask-r-from": h()
2155
1894
  }],
2156
1895
  "mask-image-r-to-pos": [{
2157
- "mask-r-to": v()
1896
+ "mask-r-to": h()
2158
1897
  }],
2159
1898
  "mask-image-r-from-color": [{
2160
- "mask-r-from": p()
1899
+ "mask-r-from": x()
2161
1900
  }],
2162
1901
  "mask-image-r-to-color": [{
2163
- "mask-r-to": p()
1902
+ "mask-r-to": x()
2164
1903
  }],
2165
1904
  "mask-image-b-from-pos": [{
2166
- "mask-b-from": v()
1905
+ "mask-b-from": h()
2167
1906
  }],
2168
1907
  "mask-image-b-to-pos": [{
2169
- "mask-b-to": v()
1908
+ "mask-b-to": h()
2170
1909
  }],
2171
1910
  "mask-image-b-from-color": [{
2172
- "mask-b-from": p()
1911
+ "mask-b-from": x()
2173
1912
  }],
2174
1913
  "mask-image-b-to-color": [{
2175
- "mask-b-to": p()
1914
+ "mask-b-to": x()
2176
1915
  }],
2177
1916
  "mask-image-l-from-pos": [{
2178
- "mask-l-from": v()
1917
+ "mask-l-from": h()
2179
1918
  }],
2180
1919
  "mask-image-l-to-pos": [{
2181
- "mask-l-to": v()
1920
+ "mask-l-to": h()
2182
1921
  }],
2183
1922
  "mask-image-l-from-color": [{
2184
- "mask-l-from": p()
1923
+ "mask-l-from": x()
2185
1924
  }],
2186
1925
  "mask-image-l-to-color": [{
2187
- "mask-l-to": p()
1926
+ "mask-l-to": x()
2188
1927
  }],
2189
1928
  "mask-image-x-from-pos": [{
2190
- "mask-x-from": v()
1929
+ "mask-x-from": h()
2191
1930
  }],
2192
1931
  "mask-image-x-to-pos": [{
2193
- "mask-x-to": v()
1932
+ "mask-x-to": h()
2194
1933
  }],
2195
1934
  "mask-image-x-from-color": [{
2196
- "mask-x-from": p()
1935
+ "mask-x-from": x()
2197
1936
  }],
2198
1937
  "mask-image-x-to-color": [{
2199
- "mask-x-to": p()
1938
+ "mask-x-to": x()
2200
1939
  }],
2201
1940
  "mask-image-y-from-pos": [{
2202
- "mask-y-from": v()
1941
+ "mask-y-from": h()
2203
1942
  }],
2204
1943
  "mask-image-y-to-pos": [{
2205
- "mask-y-to": v()
1944
+ "mask-y-to": h()
2206
1945
  }],
2207
1946
  "mask-image-y-from-color": [{
2208
- "mask-y-from": p()
1947
+ "mask-y-from": x()
2209
1948
  }],
2210
1949
  "mask-image-y-to-color": [{
2211
- "mask-y-to": p()
1950
+ "mask-y-to": x()
2212
1951
  }],
2213
1952
  "mask-image-radial": [{
2214
- "mask-radial": [u, d]
1953
+ "mask-radial": [p, m]
2215
1954
  }],
2216
1955
  "mask-image-radial-from-pos": [{
2217
- "mask-radial-from": v()
1956
+ "mask-radial-from": h()
2218
1957
  }],
2219
1958
  "mask-image-radial-to-pos": [{
2220
- "mask-radial-to": v()
1959
+ "mask-radial-to": h()
2221
1960
  }],
2222
1961
  "mask-image-radial-from-color": [{
2223
- "mask-radial-from": p()
1962
+ "mask-radial-from": x()
2224
1963
  }],
2225
1964
  "mask-image-radial-to-color": [{
2226
- "mask-radial-to": p()
1965
+ "mask-radial-to": x()
2227
1966
  }],
2228
1967
  "mask-image-radial-shape": [{
2229
1968
  "mask-radial": ["circle", "ellipse"]
@@ -2235,22 +1974,22 @@ const ur = (e, r) => {
2235
1974
  }]
2236
1975
  }],
2237
1976
  "mask-image-radial-pos": [{
2238
- "mask-radial-at": z()
1977
+ "mask-radial-at": A()
2239
1978
  }],
2240
1979
  "mask-image-conic-pos": [{
2241
- "mask-conic": [x]
1980
+ "mask-conic": [E]
2242
1981
  }],
2243
1982
  "mask-image-conic-from-pos": [{
2244
- "mask-conic-from": v()
1983
+ "mask-conic-from": h()
2245
1984
  }],
2246
1985
  "mask-image-conic-to-pos": [{
2247
- "mask-conic-to": v()
1986
+ "mask-conic-to": h()
2248
1987
  }],
2249
1988
  "mask-image-conic-from-color": [{
2250
- "mask-conic-from": p()
1989
+ "mask-conic-from": x()
2251
1990
  }],
2252
1991
  "mask-image-conic-to-color": [{
2253
- "mask-conic-to": p()
1992
+ "mask-conic-to": x()
2254
1993
  }],
2255
1994
  /**
2256
1995
  * Mask Mode
@@ -2271,21 +2010,21 @@ const ur = (e, r) => {
2271
2010
  * @see https://tailwindcss.com/docs/mask-position
2272
2011
  */
2273
2012
  "mask-position": [{
2274
- mask: oe()
2013
+ mask: Z()
2275
2014
  }],
2276
2015
  /**
2277
2016
  * Mask Repeat
2278
2017
  * @see https://tailwindcss.com/docs/mask-repeat
2279
2018
  */
2280
2019
  "mask-repeat": [{
2281
- mask: ne()
2020
+ mask: K()
2282
2021
  }],
2283
2022
  /**
2284
2023
  * Mask Size
2285
2024
  * @see https://tailwindcss.com/docs/mask-size
2286
2025
  */
2287
2026
  "mask-size": [{
2288
- mask: n()
2027
+ mask: t()
2289
2028
  }],
2290
2029
  /**
2291
2030
  * Mask Type
@@ -2299,7 +2038,7 @@ const ur = (e, r) => {
2299
2038
  * @see https://tailwindcss.com/docs/mask-image
2300
2039
  */
2301
2040
  "mask-image": [{
2302
- mask: ["none", u, d]
2041
+ mask: ["none", p, m]
2303
2042
  }],
2304
2043
  // ---------------
2305
2044
  // --- Filters ---
@@ -2313,8 +2052,8 @@ const ur = (e, r) => {
2313
2052
  // Deprecated since Tailwind CSS v3.0.0
2314
2053
  "",
2315
2054
  "none",
2316
- u,
2317
- d
2055
+ p,
2056
+ m
2318
2057
  ]
2319
2058
  }],
2320
2059
  /**
@@ -2322,21 +2061,21 @@ const ur = (e, r) => {
2322
2061
  * @see https://tailwindcss.com/docs/blur
2323
2062
  */
2324
2063
  blur: [{
2325
- blur: F()
2064
+ blur: I()
2326
2065
  }],
2327
2066
  /**
2328
2067
  * Brightness
2329
2068
  * @see https://tailwindcss.com/docs/brightness
2330
2069
  */
2331
2070
  brightness: [{
2332
- brightness: [x, u, d]
2071
+ brightness: [E, p, m]
2333
2072
  }],
2334
2073
  /**
2335
2074
  * Contrast
2336
2075
  * @see https://tailwindcss.com/docs/contrast
2337
2076
  */
2338
2077
  contrast: [{
2339
- contrast: [x, u, d]
2078
+ contrast: [E, p, m]
2340
2079
  }],
2341
2080
  /**
2342
2081
  * Drop Shadow
@@ -2347,9 +2086,9 @@ const ur = (e, r) => {
2347
2086
  // Deprecated since Tailwind CSS v4.0.0
2348
2087
  "",
2349
2088
  "none",
2350
- R,
2351
- pe,
2352
- fe
2089
+ g,
2090
+ xe,
2091
+ he
2353
2092
  ]
2354
2093
  }],
2355
2094
  /**
@@ -2357,42 +2096,42 @@ const ur = (e, r) => {
2357
2096
  * @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
2358
2097
  */
2359
2098
  "drop-shadow-color": [{
2360
- "drop-shadow": p()
2099
+ "drop-shadow": x()
2361
2100
  }],
2362
2101
  /**
2363
2102
  * Grayscale
2364
2103
  * @see https://tailwindcss.com/docs/grayscale
2365
2104
  */
2366
2105
  grayscale: [{
2367
- grayscale: ["", x, u, d]
2106
+ grayscale: ["", E, p, m]
2368
2107
  }],
2369
2108
  /**
2370
2109
  * Hue Rotate
2371
2110
  * @see https://tailwindcss.com/docs/hue-rotate
2372
2111
  */
2373
2112
  "hue-rotate": [{
2374
- "hue-rotate": [x, u, d]
2113
+ "hue-rotate": [E, p, m]
2375
2114
  }],
2376
2115
  /**
2377
2116
  * Invert
2378
2117
  * @see https://tailwindcss.com/docs/invert
2379
2118
  */
2380
2119
  invert: [{
2381
- invert: ["", x, u, d]
2120
+ invert: ["", E, p, m]
2382
2121
  }],
2383
2122
  /**
2384
2123
  * Saturate
2385
2124
  * @see https://tailwindcss.com/docs/saturate
2386
2125
  */
2387
2126
  saturate: [{
2388
- saturate: [x, u, d]
2127
+ saturate: [E, p, m]
2389
2128
  }],
2390
2129
  /**
2391
2130
  * Sepia
2392
2131
  * @see https://tailwindcss.com/docs/sepia
2393
2132
  */
2394
2133
  sepia: [{
2395
- sepia: ["", x, u, d]
2134
+ sepia: ["", E, p, m]
2396
2135
  }],
2397
2136
  /**
2398
2137
  * Backdrop Filter
@@ -2403,8 +2142,8 @@ const ur = (e, r) => {
2403
2142
  // Deprecated since Tailwind CSS v3.0.0
2404
2143
  "",
2405
2144
  "none",
2406
- u,
2407
- d
2145
+ p,
2146
+ m
2408
2147
  ]
2409
2148
  }],
2410
2149
  /**
@@ -2412,63 +2151,63 @@ const ur = (e, r) => {
2412
2151
  * @see https://tailwindcss.com/docs/backdrop-blur
2413
2152
  */
2414
2153
  "backdrop-blur": [{
2415
- "backdrop-blur": F()
2154
+ "backdrop-blur": I()
2416
2155
  }],
2417
2156
  /**
2418
2157
  * Backdrop Brightness
2419
2158
  * @see https://tailwindcss.com/docs/backdrop-brightness
2420
2159
  */
2421
2160
  "backdrop-brightness": [{
2422
- "backdrop-brightness": [x, u, d]
2161
+ "backdrop-brightness": [E, p, m]
2423
2162
  }],
2424
2163
  /**
2425
2164
  * Backdrop Contrast
2426
2165
  * @see https://tailwindcss.com/docs/backdrop-contrast
2427
2166
  */
2428
2167
  "backdrop-contrast": [{
2429
- "backdrop-contrast": [x, u, d]
2168
+ "backdrop-contrast": [E, p, m]
2430
2169
  }],
2431
2170
  /**
2432
2171
  * Backdrop Grayscale
2433
2172
  * @see https://tailwindcss.com/docs/backdrop-grayscale
2434
2173
  */
2435
2174
  "backdrop-grayscale": [{
2436
- "backdrop-grayscale": ["", x, u, d]
2175
+ "backdrop-grayscale": ["", E, p, m]
2437
2176
  }],
2438
2177
  /**
2439
2178
  * Backdrop Hue Rotate
2440
2179
  * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2441
2180
  */
2442
2181
  "backdrop-hue-rotate": [{
2443
- "backdrop-hue-rotate": [x, u, d]
2182
+ "backdrop-hue-rotate": [E, p, m]
2444
2183
  }],
2445
2184
  /**
2446
2185
  * Backdrop Invert
2447
2186
  * @see https://tailwindcss.com/docs/backdrop-invert
2448
2187
  */
2449
2188
  "backdrop-invert": [{
2450
- "backdrop-invert": ["", x, u, d]
2189
+ "backdrop-invert": ["", E, p, m]
2451
2190
  }],
2452
2191
  /**
2453
2192
  * Backdrop Opacity
2454
2193
  * @see https://tailwindcss.com/docs/backdrop-opacity
2455
2194
  */
2456
2195
  "backdrop-opacity": [{
2457
- "backdrop-opacity": [x, u, d]
2196
+ "backdrop-opacity": [E, p, m]
2458
2197
  }],
2459
2198
  /**
2460
2199
  * Backdrop Saturate
2461
2200
  * @see https://tailwindcss.com/docs/backdrop-saturate
2462
2201
  */
2463
2202
  "backdrop-saturate": [{
2464
- "backdrop-saturate": [x, u, d]
2203
+ "backdrop-saturate": [E, p, m]
2465
2204
  }],
2466
2205
  /**
2467
2206
  * Backdrop Sepia
2468
2207
  * @see https://tailwindcss.com/docs/backdrop-sepia
2469
2208
  */
2470
2209
  "backdrop-sepia": [{
2471
- "backdrop-sepia": ["", x, u, d]
2210
+ "backdrop-sepia": ["", E, p, m]
2472
2211
  }],
2473
2212
  // --------------
2474
2213
  // --- Tables ---
@@ -2485,21 +2224,21 @@ const ur = (e, r) => {
2485
2224
  * @see https://tailwindcss.com/docs/border-spacing
2486
2225
  */
2487
2226
  "border-spacing": [{
2488
- "border-spacing": b()
2227
+ "border-spacing": k()
2489
2228
  }],
2490
2229
  /**
2491
2230
  * Border Spacing X
2492
2231
  * @see https://tailwindcss.com/docs/border-spacing
2493
2232
  */
2494
2233
  "border-spacing-x": [{
2495
- "border-spacing-x": b()
2234
+ "border-spacing-x": k()
2496
2235
  }],
2497
2236
  /**
2498
2237
  * Border Spacing Y
2499
2238
  * @see https://tailwindcss.com/docs/border-spacing
2500
2239
  */
2501
2240
  "border-spacing-y": [{
2502
- "border-spacing-y": b()
2241
+ "border-spacing-y": k()
2503
2242
  }],
2504
2243
  /**
2505
2244
  * Table Layout
@@ -2523,7 +2262,7 @@ const ur = (e, r) => {
2523
2262
  * @see https://tailwindcss.com/docs/transition-property
2524
2263
  */
2525
2264
  transition: [{
2526
- transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", u, d]
2265
+ transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", p, m]
2527
2266
  }],
2528
2267
  /**
2529
2268
  * Transition Behavior
@@ -2537,28 +2276,28 @@ const ur = (e, r) => {
2537
2276
  * @see https://tailwindcss.com/docs/transition-duration
2538
2277
  */
2539
2278
  duration: [{
2540
- duration: [x, "initial", u, d]
2279
+ duration: [E, "initial", p, m]
2541
2280
  }],
2542
2281
  /**
2543
2282
  * Transition Timing Function
2544
2283
  * @see https://tailwindcss.com/docs/transition-timing-function
2545
2284
  */
2546
2285
  ease: [{
2547
- ease: ["linear", "initial", N, u, d]
2286
+ ease: ["linear", "initial", C, p, m]
2548
2287
  }],
2549
2288
  /**
2550
2289
  * Transition Delay
2551
2290
  * @see https://tailwindcss.com/docs/transition-delay
2552
2291
  */
2553
2292
  delay: [{
2554
- delay: [x, u, d]
2293
+ delay: [E, p, m]
2555
2294
  }],
2556
2295
  /**
2557
2296
  * Animation
2558
2297
  * @see https://tailwindcss.com/docs/animation
2559
2298
  */
2560
2299
  animate: [{
2561
- animate: ["none", $, u, d]
2300
+ animate: ["none", T, p, m]
2562
2301
  }],
2563
2302
  // ------------------
2564
2303
  // --- Transforms ---
@@ -2575,70 +2314,70 @@ const ur = (e, r) => {
2575
2314
  * @see https://tailwindcss.com/docs/perspective
2576
2315
  */
2577
2316
  perspective: [{
2578
- perspective: [A, u, d]
2317
+ perspective: [S, p, m]
2579
2318
  }],
2580
2319
  /**
2581
2320
  * Perspective Origin
2582
2321
  * @see https://tailwindcss.com/docs/perspective-origin
2583
2322
  */
2584
2323
  "perspective-origin": [{
2585
- "perspective-origin": V()
2324
+ "perspective-origin": P()
2586
2325
  }],
2587
2326
  /**
2588
2327
  * Rotate
2589
2328
  * @see https://tailwindcss.com/docs/rotate
2590
2329
  */
2591
2330
  rotate: [{
2592
- rotate: Y()
2331
+ rotate: U()
2593
2332
  }],
2594
2333
  /**
2595
2334
  * Rotate X
2596
2335
  * @see https://tailwindcss.com/docs/rotate
2597
2336
  */
2598
2337
  "rotate-x": [{
2599
- "rotate-x": Y()
2338
+ "rotate-x": U()
2600
2339
  }],
2601
2340
  /**
2602
2341
  * Rotate Y
2603
2342
  * @see https://tailwindcss.com/docs/rotate
2604
2343
  */
2605
2344
  "rotate-y": [{
2606
- "rotate-y": Y()
2345
+ "rotate-y": U()
2607
2346
  }],
2608
2347
  /**
2609
2348
  * Rotate Z
2610
2349
  * @see https://tailwindcss.com/docs/rotate
2611
2350
  */
2612
2351
  "rotate-z": [{
2613
- "rotate-z": Y()
2352
+ "rotate-z": U()
2614
2353
  }],
2615
2354
  /**
2616
2355
  * Scale
2617
2356
  * @see https://tailwindcss.com/docs/scale
2618
2357
  */
2619
2358
  scale: [{
2620
- scale: X()
2359
+ scale: Q()
2621
2360
  }],
2622
2361
  /**
2623
2362
  * Scale X
2624
2363
  * @see https://tailwindcss.com/docs/scale
2625
2364
  */
2626
2365
  "scale-x": [{
2627
- "scale-x": X()
2366
+ "scale-x": Q()
2628
2367
  }],
2629
2368
  /**
2630
2369
  * Scale Y
2631
2370
  * @see https://tailwindcss.com/docs/scale
2632
2371
  */
2633
2372
  "scale-y": [{
2634
- "scale-y": X()
2373
+ "scale-y": Q()
2635
2374
  }],
2636
2375
  /**
2637
2376
  * Scale Z
2638
2377
  * @see https://tailwindcss.com/docs/scale
2639
2378
  */
2640
2379
  "scale-z": [{
2641
- "scale-z": X()
2380
+ "scale-z": Q()
2642
2381
  }],
2643
2382
  /**
2644
2383
  * Scale 3D
@@ -2650,35 +2389,35 @@ const ur = (e, r) => {
2650
2389
  * @see https://tailwindcss.com/docs/skew
2651
2390
  */
2652
2391
  skew: [{
2653
- skew: he()
2392
+ skew: je()
2654
2393
  }],
2655
2394
  /**
2656
2395
  * Skew X
2657
2396
  * @see https://tailwindcss.com/docs/skew
2658
2397
  */
2659
2398
  "skew-x": [{
2660
- "skew-x": he()
2399
+ "skew-x": je()
2661
2400
  }],
2662
2401
  /**
2663
2402
  * Skew Y
2664
2403
  * @see https://tailwindcss.com/docs/skew
2665
2404
  */
2666
2405
  "skew-y": [{
2667
- "skew-y": he()
2406
+ "skew-y": je()
2668
2407
  }],
2669
2408
  /**
2670
2409
  * Transform
2671
2410
  * @see https://tailwindcss.com/docs/transform
2672
2411
  */
2673
2412
  transform: [{
2674
- transform: [u, d, "", "none", "gpu", "cpu"]
2413
+ transform: [p, m, "", "none", "gpu", "cpu"]
2675
2414
  }],
2676
2415
  /**
2677
2416
  * Transform Origin
2678
2417
  * @see https://tailwindcss.com/docs/transform-origin
2679
2418
  */
2680
2419
  "transform-origin": [{
2681
- origin: V()
2420
+ origin: P()
2682
2421
  }],
2683
2422
  /**
2684
2423
  * Transform Style
@@ -2692,28 +2431,28 @@ const ur = (e, r) => {
2692
2431
  * @see https://tailwindcss.com/docs/translate
2693
2432
  */
2694
2433
  translate: [{
2695
- translate: ue()
2434
+ translate: ge()
2696
2435
  }],
2697
2436
  /**
2698
2437
  * Translate X
2699
2438
  * @see https://tailwindcss.com/docs/translate
2700
2439
  */
2701
2440
  "translate-x": [{
2702
- "translate-x": ue()
2441
+ "translate-x": ge()
2703
2442
  }],
2704
2443
  /**
2705
2444
  * Translate Y
2706
2445
  * @see https://tailwindcss.com/docs/translate
2707
2446
  */
2708
2447
  "translate-y": [{
2709
- "translate-y": ue()
2448
+ "translate-y": ge()
2710
2449
  }],
2711
2450
  /**
2712
2451
  * Translate Z
2713
2452
  * @see https://tailwindcss.com/docs/translate
2714
2453
  */
2715
2454
  "translate-z": [{
2716
- "translate-z": ue()
2455
+ "translate-z": ge()
2717
2456
  }],
2718
2457
  /**
2719
2458
  * Translate None
@@ -2728,7 +2467,7 @@ const ur = (e, r) => {
2728
2467
  * @see https://tailwindcss.com/docs/accent-color
2729
2468
  */
2730
2469
  accent: [{
2731
- accent: p()
2470
+ accent: x()
2732
2471
  }],
2733
2472
  /**
2734
2473
  * Appearance
@@ -2742,7 +2481,7 @@ const ur = (e, r) => {
2742
2481
  * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2743
2482
  */
2744
2483
  "caret-color": [{
2745
- caret: p()
2484
+ caret: x()
2746
2485
  }],
2747
2486
  /**
2748
2487
  * Color Scheme
@@ -2756,7 +2495,7 @@ const ur = (e, r) => {
2756
2495
  * @see https://tailwindcss.com/docs/cursor
2757
2496
  */
2758
2497
  cursor: [{
2759
- cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", u, d]
2498
+ cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", p, m]
2760
2499
  }],
2761
2500
  /**
2762
2501
  * Field Sizing
@@ -2791,126 +2530,126 @@ const ur = (e, r) => {
2791
2530
  * @see https://tailwindcss.com/docs/scroll-margin
2792
2531
  */
2793
2532
  "scroll-m": [{
2794
- "scroll-m": b()
2533
+ "scroll-m": k()
2795
2534
  }],
2796
2535
  /**
2797
2536
  * Scroll Margin X
2798
2537
  * @see https://tailwindcss.com/docs/scroll-margin
2799
2538
  */
2800
2539
  "scroll-mx": [{
2801
- "scroll-mx": b()
2540
+ "scroll-mx": k()
2802
2541
  }],
2803
2542
  /**
2804
2543
  * Scroll Margin Y
2805
2544
  * @see https://tailwindcss.com/docs/scroll-margin
2806
2545
  */
2807
2546
  "scroll-my": [{
2808
- "scroll-my": b()
2547
+ "scroll-my": k()
2809
2548
  }],
2810
2549
  /**
2811
2550
  * Scroll Margin Start
2812
2551
  * @see https://tailwindcss.com/docs/scroll-margin
2813
2552
  */
2814
2553
  "scroll-ms": [{
2815
- "scroll-ms": b()
2554
+ "scroll-ms": k()
2816
2555
  }],
2817
2556
  /**
2818
2557
  * Scroll Margin End
2819
2558
  * @see https://tailwindcss.com/docs/scroll-margin
2820
2559
  */
2821
2560
  "scroll-me": [{
2822
- "scroll-me": b()
2561
+ "scroll-me": k()
2823
2562
  }],
2824
2563
  /**
2825
2564
  * Scroll Margin Top
2826
2565
  * @see https://tailwindcss.com/docs/scroll-margin
2827
2566
  */
2828
2567
  "scroll-mt": [{
2829
- "scroll-mt": b()
2568
+ "scroll-mt": k()
2830
2569
  }],
2831
2570
  /**
2832
2571
  * Scroll Margin Right
2833
2572
  * @see https://tailwindcss.com/docs/scroll-margin
2834
2573
  */
2835
2574
  "scroll-mr": [{
2836
- "scroll-mr": b()
2575
+ "scroll-mr": k()
2837
2576
  }],
2838
2577
  /**
2839
2578
  * Scroll Margin Bottom
2840
2579
  * @see https://tailwindcss.com/docs/scroll-margin
2841
2580
  */
2842
2581
  "scroll-mb": [{
2843
- "scroll-mb": b()
2582
+ "scroll-mb": k()
2844
2583
  }],
2845
2584
  /**
2846
2585
  * Scroll Margin Left
2847
2586
  * @see https://tailwindcss.com/docs/scroll-margin
2848
2587
  */
2849
2588
  "scroll-ml": [{
2850
- "scroll-ml": b()
2589
+ "scroll-ml": k()
2851
2590
  }],
2852
2591
  /**
2853
2592
  * Scroll Padding
2854
2593
  * @see https://tailwindcss.com/docs/scroll-padding
2855
2594
  */
2856
2595
  "scroll-p": [{
2857
- "scroll-p": b()
2596
+ "scroll-p": k()
2858
2597
  }],
2859
2598
  /**
2860
2599
  * Scroll Padding X
2861
2600
  * @see https://tailwindcss.com/docs/scroll-padding
2862
2601
  */
2863
2602
  "scroll-px": [{
2864
- "scroll-px": b()
2603
+ "scroll-px": k()
2865
2604
  }],
2866
2605
  /**
2867
2606
  * Scroll Padding Y
2868
2607
  * @see https://tailwindcss.com/docs/scroll-padding
2869
2608
  */
2870
2609
  "scroll-py": [{
2871
- "scroll-py": b()
2610
+ "scroll-py": k()
2872
2611
  }],
2873
2612
  /**
2874
2613
  * Scroll Padding Start
2875
2614
  * @see https://tailwindcss.com/docs/scroll-padding
2876
2615
  */
2877
2616
  "scroll-ps": [{
2878
- "scroll-ps": b()
2617
+ "scroll-ps": k()
2879
2618
  }],
2880
2619
  /**
2881
2620
  * Scroll Padding End
2882
2621
  * @see https://tailwindcss.com/docs/scroll-padding
2883
2622
  */
2884
2623
  "scroll-pe": [{
2885
- "scroll-pe": b()
2624
+ "scroll-pe": k()
2886
2625
  }],
2887
2626
  /**
2888
2627
  * Scroll Padding Top
2889
2628
  * @see https://tailwindcss.com/docs/scroll-padding
2890
2629
  */
2891
2630
  "scroll-pt": [{
2892
- "scroll-pt": b()
2631
+ "scroll-pt": k()
2893
2632
  }],
2894
2633
  /**
2895
2634
  * Scroll Padding Right
2896
2635
  * @see https://tailwindcss.com/docs/scroll-padding
2897
2636
  */
2898
2637
  "scroll-pr": [{
2899
- "scroll-pr": b()
2638
+ "scroll-pr": k()
2900
2639
  }],
2901
2640
  /**
2902
2641
  * Scroll Padding Bottom
2903
2642
  * @see https://tailwindcss.com/docs/scroll-padding
2904
2643
  */
2905
2644
  "scroll-pb": [{
2906
- "scroll-pb": b()
2645
+ "scroll-pb": k()
2907
2646
  }],
2908
2647
  /**
2909
2648
  * Scroll Padding Left
2910
2649
  * @see https://tailwindcss.com/docs/scroll-padding
2911
2650
  */
2912
2651
  "scroll-pl": [{
2913
- "scroll-pl": b()
2652
+ "scroll-pl": k()
2914
2653
  }],
2915
2654
  /**
2916
2655
  * Scroll Snap Align
@@ -2978,7 +2717,7 @@ const ur = (e, r) => {
2978
2717
  * @see https://tailwindcss.com/docs/will-change
2979
2718
  */
2980
2719
  "will-change": [{
2981
- "will-change": ["auto", "scroll", "contents", "transform", u, d]
2720
+ "will-change": ["auto", "scroll", "contents", "transform", p, m]
2982
2721
  }],
2983
2722
  // -----------
2984
2723
  // --- SVG ---
@@ -2988,21 +2727,21 @@ const ur = (e, r) => {
2988
2727
  * @see https://tailwindcss.com/docs/fill
2989
2728
  */
2990
2729
  fill: [{
2991
- fill: ["none", ...p()]
2730
+ fill: ["none", ...x()]
2992
2731
  }],
2993
2732
  /**
2994
2733
  * Stroke Width
2995
2734
  * @see https://tailwindcss.com/docs/stroke-width
2996
2735
  */
2997
2736
  "stroke-w": [{
2998
- stroke: [x, ie, q, we]
2737
+ stroke: [E, fe, re, Re]
2999
2738
  }],
3000
2739
  /**
3001
2740
  * Stroke
3002
2741
  * @see https://tailwindcss.com/docs/stroke
3003
2742
  */
3004
2743
  stroke: [{
3005
- stroke: ["none", ...p()]
2744
+ stroke: ["none", ...x()]
3006
2745
  }],
3007
2746
  // ---------------------
3008
2747
  // --- Accessibility ---
@@ -3070,18 +2809,287 @@ const ur = (e, r) => {
3070
2809
  },
3071
2810
  orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
3072
2811
  };
3073
- }, Qr = /* @__PURE__ */ Or(Zr), S = (...e) => Qr(dr(e)), ft = ({
2812
+ }, ir = /* @__PURE__ */ Ft(ar), L = (...e) => ir(yt(e)), $r = (e = "context") => {
2813
+ const r = Je(null);
2814
+ return [r, () => {
2815
+ const o = Xe(r);
2816
+ if (!o)
2817
+ throw new Error(e + " must be used within ChatProvider");
2818
+ return o;
2819
+ }];
2820
+ };
2821
+ var ye = { exports: {} }, me = {};
2822
+ var Me;
2823
+ function lr() {
2824
+ if (Me) return me;
2825
+ Me = 1;
2826
+ var e = /* @__PURE__ */ Symbol.for("react.transitional.element"), r = /* @__PURE__ */ Symbol.for("react.fragment");
2827
+ function n(o, s, a) {
2828
+ var i = null;
2829
+ if (a !== void 0 && (i = "" + a), s.key !== void 0 && (i = "" + s.key), "key" in s) {
2830
+ a = {};
2831
+ for (var l in s)
2832
+ l !== "key" && (a[l] = s[l]);
2833
+ } else a = s;
2834
+ return s = a.ref, {
2835
+ $$typeof: e,
2836
+ type: o,
2837
+ key: i,
2838
+ ref: s !== void 0 ? s : null,
2839
+ props: a
2840
+ };
2841
+ }
2842
+ return me.Fragment = r, me.jsx = n, me.jsxs = n, me;
2843
+ }
2844
+ var pe = {};
2845
+ var Le;
2846
+ function cr() {
2847
+ return Le || (Le = 1, process.env.NODE_ENV !== "production" && (function() {
2848
+ function e(t) {
2849
+ if (t == null) return null;
2850
+ if (typeof t == "function")
2851
+ return t.$$typeof === ne ? null : t.displayName || t.name || null;
2852
+ if (typeof t == "string") return t;
2853
+ switch (t) {
2854
+ case _:
2855
+ return "Fragment";
2856
+ case T:
2857
+ return "Profiler";
2858
+ case C:
2859
+ return "StrictMode";
2860
+ case V:
2861
+ return "Suspense";
2862
+ case H:
2863
+ return "SuspenseList";
2864
+ case oe:
2865
+ return "Activity";
2866
+ }
2867
+ if (typeof t == "object")
2868
+ switch (typeof t.tag == "number" && console.error(
2869
+ "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
2870
+ ), t.$$typeof) {
2871
+ case S:
2872
+ return "Portal";
2873
+ case A:
2874
+ return t.displayName || "Context";
2875
+ case O:
2876
+ return (t._context.displayName || "Context") + ".Consumer";
2877
+ case P:
2878
+ var c = t.render;
2879
+ return t = t.displayName, t || (t = c.displayName || c.name || "", t = t !== "" ? "ForwardRef(" + t + ")" : "ForwardRef"), t;
2880
+ case k:
2881
+ return c = t.displayName || null, c !== null ? c : e(t.type) || "Memo";
2882
+ case z:
2883
+ c = t._payload, t = t._init;
2884
+ try {
2885
+ return e(t(c));
2886
+ } catch {
2887
+ }
2888
+ }
2889
+ return null;
2890
+ }
2891
+ function r(t) {
2892
+ return "" + t;
2893
+ }
2894
+ function n(t) {
2895
+ try {
2896
+ r(t);
2897
+ var c = !1;
2898
+ } catch {
2899
+ c = !0;
2900
+ }
2901
+ if (c) {
2902
+ c = console;
2903
+ var b = c.error, y = typeof Symbol == "function" && Symbol.toStringTag && t[Symbol.toStringTag] || t.constructor.name || "Object";
2904
+ return b.call(
2905
+ c,
2906
+ "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
2907
+ y
2908
+ ), r(t);
2909
+ }
2910
+ }
2911
+ function o(t) {
2912
+ if (t === _) return "<>";
2913
+ if (typeof t == "object" && t !== null && t.$$typeof === z)
2914
+ return "<...>";
2915
+ try {
2916
+ var c = e(t);
2917
+ return c ? "<" + c + ">" : "<...>";
2918
+ } catch {
2919
+ return "<...>";
2920
+ }
2921
+ }
2922
+ function s() {
2923
+ var t = B.A;
2924
+ return t === null ? null : t.getOwner();
2925
+ }
2926
+ function a() {
2927
+ return Error("react-stack-top-frame");
2928
+ }
2929
+ function i(t) {
2930
+ if (q.call(t, "key")) {
2931
+ var c = Object.getOwnPropertyDescriptor(t, "key").get;
2932
+ if (c && c.isReactWarning) return !1;
2933
+ }
2934
+ return t.key !== void 0;
2935
+ }
2936
+ function l(t, c) {
2937
+ function b() {
2938
+ D || (D = !0, console.error(
2939
+ "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
2940
+ c
2941
+ ));
2942
+ }
2943
+ b.isReactWarning = !0, Object.defineProperty(t, "key", {
2944
+ get: b,
2945
+ configurable: !0
2946
+ });
2947
+ }
2948
+ function u() {
2949
+ var t = e(this.type);
2950
+ return F[t] || (F[t] = !0, console.error(
2951
+ "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
2952
+ )), t = this.props.ref, t !== void 0 ? t : null;
2953
+ }
2954
+ function f(t, c, b, y, G, W) {
2955
+ var h = b.ref;
2956
+ return t = {
2957
+ $$typeof: R,
2958
+ type: t,
2959
+ key: c,
2960
+ props: b,
2961
+ _owner: y
2962
+ }, (h !== void 0 ? h : null) !== null ? Object.defineProperty(t, "ref", {
2963
+ enumerable: !1,
2964
+ get: u
2965
+ }) : Object.defineProperty(t, "ref", { enumerable: !1, value: null }), t._store = {}, Object.defineProperty(t._store, "validated", {
2966
+ configurable: !1,
2967
+ enumerable: !1,
2968
+ writable: !0,
2969
+ value: 0
2970
+ }), Object.defineProperty(t, "_debugInfo", {
2971
+ configurable: !1,
2972
+ enumerable: !1,
2973
+ writable: !0,
2974
+ value: null
2975
+ }), Object.defineProperty(t, "_debugStack", {
2976
+ configurable: !1,
2977
+ enumerable: !1,
2978
+ writable: !0,
2979
+ value: G
2980
+ }), Object.defineProperty(t, "_debugTask", {
2981
+ configurable: !1,
2982
+ enumerable: !1,
2983
+ writable: !0,
2984
+ value: W
2985
+ }), Object.freeze && (Object.freeze(t.props), Object.freeze(t)), t;
2986
+ }
2987
+ function v(t, c, b, y, G, W) {
2988
+ var h = c.children;
2989
+ if (h !== void 0)
2990
+ if (y)
2991
+ if (te(h)) {
2992
+ for (y = 0; y < h.length; y++)
2993
+ w(h[y]);
2994
+ Object.freeze && Object.freeze(h);
2995
+ } else
2996
+ console.error(
2997
+ "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
2998
+ );
2999
+ else w(h);
3000
+ if (q.call(c, "key")) {
3001
+ h = e(t);
3002
+ var I = Object.keys(c).filter(function(Q) {
3003
+ return Q !== "key";
3004
+ });
3005
+ y = 0 < I.length ? "{key: someKey, " + I.join(": ..., ") + ": ...}" : "{key: someKey}", K[h + y] || (I = 0 < I.length ? "{" + I.join(": ..., ") + ": ...}" : "{}", console.error(
3006
+ `A props object containing a "key" prop is being spread into JSX:
3007
+ let props = %s;
3008
+ <%s {...props} />
3009
+ React keys must be passed directly to JSX without using spread:
3010
+ let props = %s;
3011
+ <%s key={someKey} {...props} />`,
3012
+ y,
3013
+ h,
3014
+ I,
3015
+ h
3016
+ ), K[h + y] = !0);
3017
+ }
3018
+ if (h = null, b !== void 0 && (n(b), h = "" + b), i(c) && (n(c.key), h = "" + c.key), "key" in c) {
3019
+ b = {};
3020
+ for (var U in c)
3021
+ U !== "key" && (b[U] = c[U]);
3022
+ } else b = c;
3023
+ return h && l(
3024
+ b,
3025
+ typeof t == "function" ? t.displayName || t.name || "Unknown" : t
3026
+ ), f(
3027
+ t,
3028
+ h,
3029
+ b,
3030
+ s(),
3031
+ G,
3032
+ W
3033
+ );
3034
+ }
3035
+ function w(t) {
3036
+ j(t) ? t._store && (t._store.validated = 1) : typeof t == "object" && t !== null && t.$$typeof === z && (t._payload.status === "fulfilled" ? j(t._payload.value) && t._payload.value._store && (t._payload.value._store.validated = 1) : t._store && (t._store.validated = 1));
3037
+ }
3038
+ function j(t) {
3039
+ return typeof t == "object" && t !== null && t.$$typeof === R;
3040
+ }
3041
+ var g = He, R = /* @__PURE__ */ Symbol.for("react.transitional.element"), S = /* @__PURE__ */ Symbol.for("react.portal"), _ = /* @__PURE__ */ Symbol.for("react.fragment"), C = /* @__PURE__ */ Symbol.for("react.strict_mode"), T = /* @__PURE__ */ Symbol.for("react.profiler"), O = /* @__PURE__ */ Symbol.for("react.consumer"), A = /* @__PURE__ */ Symbol.for("react.context"), P = /* @__PURE__ */ Symbol.for("react.forward_ref"), V = /* @__PURE__ */ Symbol.for("react.suspense"), H = /* @__PURE__ */ Symbol.for("react.suspense_list"), k = /* @__PURE__ */ Symbol.for("react.memo"), z = /* @__PURE__ */ Symbol.for("react.lazy"), oe = /* @__PURE__ */ Symbol.for("react.activity"), ne = /* @__PURE__ */ Symbol.for("react.client.reference"), B = g.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, q = Object.prototype.hasOwnProperty, te = Array.isArray, M = console.createTask ? console.createTask : function() {
3042
+ return null;
3043
+ };
3044
+ g = {
3045
+ react_stack_bottom_frame: function(t) {
3046
+ return t();
3047
+ }
3048
+ };
3049
+ var D, F = {}, x = g.react_stack_bottom_frame.bind(
3050
+ g,
3051
+ a
3052
+ )(), Z = M(o(a)), K = {};
3053
+ pe.Fragment = _, pe.jsx = function(t, c, b) {
3054
+ var y = 1e4 > B.recentlyCreatedOwnerStacks++;
3055
+ return v(
3056
+ t,
3057
+ c,
3058
+ b,
3059
+ !1,
3060
+ y ? Error("react-stack-top-frame") : x,
3061
+ y ? M(o(t)) : Z
3062
+ );
3063
+ }, pe.jsxs = function(t, c, b) {
3064
+ var y = 1e4 > B.recentlyCreatedOwnerStacks++;
3065
+ return v(
3066
+ t,
3067
+ c,
3068
+ b,
3069
+ !0,
3070
+ y ? Error("react-stack-top-frame") : x,
3071
+ y ? M(o(t)) : Z
3072
+ );
3073
+ };
3074
+ })()), pe;
3075
+ }
3076
+ var Fe;
3077
+ function dr() {
3078
+ return Fe || (Fe = 1, process.env.NODE_ENV === "production" ? ye.exports = lr() : ye.exports = cr()), ye.exports;
3079
+ }
3080
+ var d = dr();
3081
+ const Ir = ({ actived: e, children: r, name: n }) => /* @__PURE__ */ d.jsx(mt, { name: n, mode: e ? "visible" : "hidden", children: r }), Dr = ({
3074
3082
  style: e,
3075
3083
  imageVar: r,
3076
- className: t = "",
3084
+ className: n = "",
3077
3085
  ...o
3078
3086
  }) => {
3079
3087
  const s = `bg-(image:${r})`;
3080
- return /* @__PURE__ */ l.jsx(
3088
+ return /* @__PURE__ */ d.jsx(
3081
3089
  "div",
3082
3090
  {
3083
3091
  ...o,
3084
- className: S(t, s),
3092
+ className: L(n, s),
3085
3093
  style: {
3086
3094
  ...e,
3087
3095
  backgroundSize: "cover",
@@ -3089,10 +3097,10 @@ const ur = (e, r) => {
3089
3097
  }
3090
3098
  }
3091
3099
  );
3092
- }, ge = ({
3100
+ }, ke = ({
3093
3101
  variant: e = "default",
3094
3102
  children: r,
3095
- className: t,
3103
+ className: n,
3096
3104
  overwriteClassName: o = !1,
3097
3105
  ...s
3098
3106
  }) => {
@@ -3100,15 +3108,15 @@ const ur = (e, r) => {
3100
3108
  diabled: s.disabled ? "bg-(--bg-smooth) text-(--fg-mini-text)" : `bg-(--bg-card) color-${e} cursor-pointer`,
3101
3109
  "hover:disabled": s.disabled ? "" : "hover:transform-[scale(1.1)]",
3102
3110
  "active:disabled": s.disabled ? "" : "active:transform-[scale(0.9)] active:bg-(--fg-component) active:opacity-[0.7]"
3103
- }, i = o ? t : S(
3111
+ }, i = o ? n : L(
3104
3112
  "px-4 py-2 w-fit rounded-lg page duration-200",
3105
3113
  a.diabled,
3106
3114
  a["hover:disabled"],
3107
3115
  a["active:disabled"],
3108
- t
3116
+ n
3109
3117
  );
3110
- return /* @__PURE__ */ l.jsx("button", { className: i, ...s, children: r });
3111
- }, Kr = ({ size: e, ref: r, className: t }) => /* @__PURE__ */ l.jsx(
3118
+ return /* @__PURE__ */ d.jsx("button", { className: i, ...s, children: r });
3119
+ }, ur = ({ size: e, ref: r, className: n }) => /* @__PURE__ */ d.jsx(
3112
3120
  "svg",
3113
3121
  {
3114
3122
  ref: r,
@@ -3116,9 +3124,9 @@ const ur = (e, r) => {
3116
3124
  height: e,
3117
3125
  viewBox: "0 0 24 24",
3118
3126
  fill: "none",
3119
- className: t,
3127
+ className: n,
3120
3128
  xmlns: "http://www.w3.org/2000/svg",
3121
- children: /* @__PURE__ */ l.jsx("g", { transform: "translate(4 6)", children: /* @__PURE__ */ l.jsx(
3129
+ children: /* @__PURE__ */ d.jsx("g", { transform: "translate(4 6)", children: /* @__PURE__ */ d.jsx(
3122
3130
  "path",
3123
3131
  {
3124
3132
  d: "M1 6L6 11L16 1",
@@ -3129,13 +3137,13 @@ const ur = (e, r) => {
3129
3137
  }
3130
3138
  ) })
3131
3139
  }
3132
- ), Xe = ({
3140
+ ), ut = ({
3133
3141
  size: e,
3134
3142
  ref: r,
3135
- className: t,
3143
+ className: n,
3136
3144
  fill: o = "#EDEDED",
3137
3145
  ...s
3138
- }) => /* @__PURE__ */ l.jsx(
3146
+ }) => /* @__PURE__ */ d.jsx(
3139
3147
  "svg",
3140
3148
  {
3141
3149
  ref: r,
@@ -3143,51 +3151,51 @@ const ur = (e, r) => {
3143
3151
  height: e,
3144
3152
  viewBox: "0 0 12 12",
3145
3153
  fill: "none",
3146
- className: t,
3154
+ className: n,
3147
3155
  xmlns: "http://www.w3.org/2000/svg",
3148
3156
  ...s,
3149
- children: /* @__PURE__ */ l.jsx("circle", { cx: "6", cy: "6", r: "6", fill: o })
3157
+ children: /* @__PURE__ */ d.jsx("circle", { cx: "6", cy: "6", r: "6", fill: o })
3150
3158
  }
3151
- ), et = 8, rt = 1, tt = (et + rt) * 2, ot = ({
3159
+ ), fr = 8, mr = 1, pr = (fr + mr) * 2, br = ({
3152
3160
  inputName: e,
3153
3161
  inputId: r,
3154
- className: t,
3162
+ className: n,
3155
3163
  style: o,
3156
3164
  onClick: s,
3157
3165
  size: a = 24,
3158
3166
  checked: i = !1,
3159
- type: m,
3160
- ...c
3167
+ type: l,
3168
+ ...u
3161
3169
  }) => {
3162
- const [f, y] = ye(i), k = le(null), g = le(null), R = `${a + tt}px`;
3163
- return ke(() => {
3164
- k.current && (g.current && (g.current.checked = f), f ? k.current.style.display = o?.display || "block" : k.current.style.opacity = "0", setTimeout(() => {
3165
- k.current && (f ? k.current.style.opacity = "1" : k.current.style.display = "none");
3170
+ const [f, v] = ie(i), w = Y(null), j = Y(null), g = `${a + pr}px`;
3171
+ return le(() => {
3172
+ w.current && (j.current && (j.current.checked = f), f ? w.current.style.display = o?.display || "block" : w.current.style.opacity = "0", setTimeout(() => {
3173
+ w.current && (f ? w.current.style.opacity = "1" : w.current.style.display = "none");
3166
3174
  }, 100));
3167
- }, [f, o?.display]), /* @__PURE__ */ l.jsxs(
3175
+ }, [f, o?.display]), /* @__PURE__ */ d.jsxs(
3168
3176
  "div",
3169
3177
  {
3170
3178
  className: [
3171
3179
  "bg-(--bg-card) border-(--fg-mini-text) border-1 p-[8px] cursor-pointer duration-300",
3172
- m === "checkbox" ? "rounded-[20%]" : "rounded-[100%]",
3180
+ l === "checkbox" ? "rounded-[20%]" : "rounded-[100%]",
3173
3181
  "hover:bg-(--fg-card)",
3174
- t
3182
+ n
3175
3183
  ].join(" "),
3176
3184
  style: {
3177
- height: R,
3178
- width: R,
3185
+ height: g,
3186
+ width: g,
3179
3187
  ...o
3180
3188
  },
3181
- onClick: (_) => {
3182
- s?.(_), y(!f);
3189
+ onClick: (R) => {
3190
+ s?.(R), v(!f);
3183
3191
  },
3184
- ...c,
3192
+ ...u,
3185
3193
  children: [
3186
- m === "checkbox" ? /* @__PURE__ */ l.jsx(Kr, { className: "duration-300", ref: k, size: a }) : /* @__PURE__ */ l.jsx(Xe, { className: "duration-300", ref: k, size: a }),
3187
- /* @__PURE__ */ l.jsx(
3194
+ l === "checkbox" ? /* @__PURE__ */ d.jsx(ur, { className: "duration-300", ref: w, size: a }) : /* @__PURE__ */ d.jsx(ut, { className: "duration-300", ref: w, size: a }),
3195
+ /* @__PURE__ */ d.jsx(
3188
3196
  "input",
3189
3197
  {
3190
- ref: g,
3198
+ ref: j,
3191
3199
  name: e,
3192
3200
  id: r,
3193
3201
  type: "checkbox",
@@ -3197,138 +3205,142 @@ const ur = (e, r) => {
3197
3205
  ]
3198
3206
  }
3199
3207
  );
3200
- }, pt = (e) => /* @__PURE__ */ l.jsx(ot, { type: "checkbox", ...e }), Ze = er(null), Ee = () => {
3201
- const e = rr(Ze);
3208
+ }, Mr = (e) => /* @__PURE__ */ d.jsx(br, { type: "checkbox", ...e }), ft = Je(null), Oe = () => {
3209
+ const e = Xe(ft);
3202
3210
  if (!e)
3203
3211
  throw new Error("useDropdown must be used within DropdownProvider");
3204
3212
  return e;
3205
- }, nt = (e, r) => {
3206
- ke(() => {
3207
- const t = (o) => {
3213
+ }, gr = (e, r) => {
3214
+ le(() => {
3215
+ const n = (o) => {
3208
3216
  e.current && (e.current.contains(o.target) || r(o));
3209
3217
  };
3210
- return document.addEventListener("mousedown", t), document.addEventListener("touchstart", t), () => {
3211
- document.removeEventListener("mousedown", t), document.removeEventListener("touchstart", t);
3218
+ return document.addEventListener("mousedown", n), document.addEventListener("touchstart", n), () => {
3219
+ document.removeEventListener("mousedown", n), document.removeEventListener("touchstart", n);
3212
3220
  };
3213
3221
  }, [e, r]);
3214
- }, bt = ({
3222
+ }, Lr = ({
3215
3223
  children: e,
3216
3224
  onChangeState: r,
3217
- closeOnClickOutside: t = !0,
3225
+ closeOnClickOutside: n = !0,
3218
3226
  openToOtherSide: o = !0,
3219
3227
  defaultHorizontalPosition: s = "right",
3220
3228
  defaultVertialPosition: a = "bottom",
3221
- className: i,
3222
- ...m
3229
+ menuAlign: i = "center",
3230
+ className: l,
3231
+ ...u
3223
3232
  }) => {
3224
- const [c, f] = ye(!1), y = le(null), k = le(null), g = le(null), R = Pe(
3225
- (_) => {
3226
- if (_) {
3227
- f(_), r?.(_);
3233
+ const [f, v] = ie(!1), w = Y(null), j = Y(null), g = Y(null), R = ae(
3234
+ (S) => {
3235
+ if (S) {
3236
+ v(S), r?.(S);
3228
3237
  return;
3229
3238
  }
3230
- f((A) => {
3231
- const E = !A;
3232
- return r?.(E), E;
3239
+ v((_) => {
3240
+ const C = !_;
3241
+ return r?.(C), C;
3233
3242
  });
3234
3243
  },
3235
- [f, r]
3244
+ [v, r]
3236
3245
  );
3237
- return nt(k, () => {
3238
- t && c && R(!1);
3239
- }), ke(() => {
3240
- const _ = (A) => {
3241
- c && A.key === "Escape" && R(!1);
3246
+ return gr(j, () => {
3247
+ n && f && R(!1);
3248
+ }), le(() => {
3249
+ const S = (_) => {
3250
+ f && _.key === "Escape" && R(!1);
3242
3251
  };
3243
- return document.addEventListener("keydown", _), () => {
3244
- document.removeEventListener("keydown", _);
3252
+ return document.addEventListener("keydown", S), () => {
3253
+ document.removeEventListener("keydown", S);
3245
3254
  };
3246
- }, [c, R]), /* @__PURE__ */ l.jsx(
3247
- Ze.Provider,
3255
+ }, [f, R]), /* @__PURE__ */ d.jsx(
3256
+ ft.Provider,
3248
3257
  {
3249
3258
  value: {
3250
- opened: c,
3259
+ opened: f,
3251
3260
  toggle: R,
3252
- dropdownRef: y,
3253
- menuRef: k,
3261
+ dropdownRef: w,
3262
+ menuRef: j,
3254
3263
  triggerRef: g,
3255
3264
  openToOtherSide: o,
3256
3265
  defaultHorizontalPosition: s,
3257
- defaultVertialPosition: a
3266
+ defaultVertialPosition: a,
3267
+ menuAlign: i
3258
3268
  },
3259
- children: /* @__PURE__ */ l.jsx(
3269
+ children: /* @__PURE__ */ d.jsx(
3260
3270
  "div",
3261
3271
  {
3262
- ref: y,
3263
- className: S("relative inline-block", i),
3264
- ...m,
3272
+ ref: w,
3273
+ className: L("relative inline-block", l),
3274
+ ...u,
3265
3275
  children: e
3266
3276
  }
3267
3277
  )
3268
3278
  }
3269
3279
  );
3270
- }, gt = ({
3280
+ }, Fr = ({
3271
3281
  children: e,
3272
3282
  className: r,
3273
- style: t,
3283
+ style: n,
3274
3284
  ...o
3275
3285
  }) => {
3276
3286
  const {
3277
3287
  opened: s,
3278
3288
  menuRef: a,
3279
3289
  triggerRef: i,
3280
- defaultHorizontalPosition: m,
3281
- defaultVertialPosition: c,
3282
- openToOtherSide: f
3283
- } = Ee(), y = Pe(
3290
+ defaultHorizontalPosition: l,
3291
+ defaultVertialPosition: u,
3292
+ openToOtherSide: f,
3293
+ menuAlign: v
3294
+ } = Oe(), w = ae(
3284
3295
  (g) => {
3285
- const R = g === "x" ? "innerWidth" : "innerHeight", _ = g === "x" ? "width" : "height", A = g === "x" ? "right" : "bottom";
3286
- return (E, N) => {
3287
- if (!a.current || E[A] < window[R])
3296
+ const R = g === "x" ? "innerWidth" : "innerHeight", S = g === "x" ? "width" : "height", _ = g === "x" ? "right" : "bottom";
3297
+ return (C, T) => {
3298
+ if (!a.current || C[_] < window[R])
3288
3299
  return;
3289
- const $ = E[A] - window[R];
3300
+ const O = C[_] - window[R];
3290
3301
  if (f) {
3291
- const z = g === "y" ? N : 0;
3292
- a.current.style[g] = `${E[g] - $ - z}px`;
3302
+ const P = g === "y" ? T : 0;
3303
+ a.current.style[g] = `${C[g] - O - P}px`;
3293
3304
  return;
3294
3305
  }
3295
- const P = E[g] - E[_];
3296
- if (P >= 0) {
3297
- a.current.style[g] = `${P}px`;
3306
+ const A = C[g] - C[S];
3307
+ if (A >= 0) {
3308
+ a.current.style[g] = `${A}px`;
3298
3309
  return;
3299
3310
  }
3300
- a.current.style[g] = `${E[g] - $}px`;
3311
+ a.current.style[g] = `${C[g] - O}px`;
3301
3312
  };
3302
3313
  },
3303
3314
  [a, f]
3304
3315
  );
3305
- if (tr(() => {
3316
+ if (pt(() => {
3306
3317
  if (!a.current || !i.current || !s)
3307
3318
  return;
3308
- const g = i.current.getBoundingClientRect(), R = a.current.getBoundingClientRect(), _ = g.left + g.width / 2 + window.scrollX, A = g.top + g.height + window.scrollY;
3309
- m === "right" ? a.current.style.left = `${_}px` : a.current.style.left = `${_ - R.width}px`, c === "bottom" ? a.current.style.top = `${A}px` : a.current.style.top = `${A - R.height - g.height}px`;
3310
- const E = a.current.getBoundingClientRect();
3311
- y("x")(E, g.height), y("y")(E, g.height);
3319
+ const g = i.current.getBoundingClientRect(), R = a.current.getBoundingClientRect(), S = v === "center" ? g.width / 2 : v === "right" ? g.width : 0, _ = g.left + window.scrollX + S, C = g.top + g.height + window.scrollY;
3320
+ l === "right" ? a.current.style.left = `${_}px` : a.current.style.left = `${_ - R.width}px`, u === "bottom" ? a.current.style.top = `${C}px` : a.current.style.top = `${C - R.height - g.height}px`;
3321
+ const T = a.current.getBoundingClientRect();
3322
+ w("x")(T, g.height), w("y")(T, g.height);
3312
3323
  }, [
3313
3324
  s,
3314
- y,
3325
+ w,
3315
3326
  a,
3316
3327
  i,
3317
- m,
3318
- c
3328
+ l,
3329
+ u,
3330
+ v
3319
3331
  ]), !s)
3320
3332
  return null;
3321
- const k = /* @__PURE__ */ l.jsx(
3333
+ const j = /* @__PURE__ */ d.jsx(
3322
3334
  "div",
3323
3335
  {
3324
3336
  ref: a,
3325
- className: S(
3337
+ className: L(
3326
3338
  "bg-(--bg-smooth-light) absolute z-100 rounded-lg shadow-lg",
3327
3339
  "flex flex-col min-w-40",
3328
3340
  r
3329
3341
  ),
3330
3342
  style: {
3331
- ...t
3343
+ ...n
3332
3344
  },
3333
3345
  role: "menu",
3334
3346
  "aria-orientation": "vertical",
@@ -3336,26 +3348,26 @@ const ur = (e, r) => {
3336
3348
  children: e
3337
3349
  }
3338
3350
  );
3339
- return ze(k, document.body);
3340
- }, ht = ({
3351
+ return Ae(j, document.body);
3352
+ }, Gr = ({
3341
3353
  children: e,
3342
3354
  onClick: r,
3343
- className: t,
3355
+ className: n,
3344
3356
  variant: o,
3345
3357
  ...s
3346
3358
  }) => {
3347
- const { toggle: a } = Ee(), i = (m) => {
3348
- s.disabled || (r?.(m), a(!1));
3359
+ const { toggle: a } = Oe(), i = (l) => {
3360
+ s.disabled || (r?.(l), a(!1));
3349
3361
  };
3350
- return /* @__PURE__ */ l.jsx(
3351
- ge,
3362
+ return /* @__PURE__ */ d.jsx(
3363
+ ke,
3352
3364
  {
3353
3365
  onClick: i,
3354
- className: S(
3366
+ className: L(
3355
3367
  "px-4 py-2 w-full text-left rounded-lg page duration-300",
3356
3368
  s.disabled ? "text-(--fg-mini-text)" : `color-${o} cursor-pointer`,
3357
3369
  "hover:bg-(--fg-mini-text-30)",
3358
- t
3370
+ n
3359
3371
  ),
3360
3372
  overwriteClassName: !0,
3361
3373
  role: "menuitem",
@@ -3363,82 +3375,82 @@ const ur = (e, r) => {
3363
3375
  children: e
3364
3376
  }
3365
3377
  );
3366
- }, xt = ({
3378
+ }, Br = ({
3367
3379
  children: e,
3368
3380
  className: r,
3369
- ...t
3381
+ ...n
3370
3382
  }) => {
3371
- const { toggle: o, opened: s, triggerRef: a } = Ee(), i = () => {
3383
+ const { toggle: o, opened: s, triggerRef: a } = Oe(), i = () => {
3372
3384
  o();
3373
3385
  };
3374
- return /* @__PURE__ */ l.jsx(
3375
- ge,
3386
+ return /* @__PURE__ */ d.jsx(
3387
+ ke,
3376
3388
  {
3377
3389
  ref: a,
3378
3390
  onClick: i,
3379
3391
  "aria-expanded": s,
3380
3392
  "aria-haspopup": "true",
3381
3393
  className: r,
3382
- ...t,
3394
+ ...n,
3383
3395
  children: e
3384
3396
  }
3385
3397
  );
3386
- }, wt = ({
3398
+ }, Ur = ({
3387
3399
  className: e,
3388
3400
  overwriteClassName: r,
3389
- ...t
3401
+ ...n
3390
3402
  }) => {
3391
- const o = r ? e : S(
3403
+ const o = r ? e : L(
3392
3404
  "bg-(--bg-card) px-4 py-2 rounded-lg min-w-30 max-w-60",
3393
3405
  "focus:outline-0",
3394
3406
  e
3395
3407
  );
3396
- return /* @__PURE__ */ l.jsx("input", { placeholder: "input here...", ...t, className: o });
3397
- }, vt = ({
3408
+ return /* @__PURE__ */ d.jsx("input", { placeholder: "input here...", ...n, className: o });
3409
+ }, Vr = ({
3398
3410
  className: e,
3399
3411
  overwriteClassName: r = !1,
3400
- minimalRowsHeight: t = 1,
3412
+ minimalRowsHeight: n = 1,
3401
3413
  maximalRowsHeight: o = 10,
3402
3414
  onChange: s,
3403
3415
  ...a
3404
3416
  }) => {
3405
- const i = r ? e : S(
3417
+ const i = r ? e : L(
3406
3418
  "bg-(--bg-card) px-4 py-2 rounded-lg min-w-30 max-w-150 min-h-10 resize",
3407
3419
  "focus:outline-0",
3408
3420
  e
3409
- ), m = (c) => {
3410
- const f = c.currentTarget;
3421
+ ), l = (u) => {
3422
+ const f = u.currentTarget;
3411
3423
  f.style.height = "auto";
3412
- const y = parseInt(getComputedStyle(f).lineHeight), k = Math.min(
3413
- Math.max(f.scrollHeight, t * y),
3414
- o * y
3424
+ const v = parseInt(getComputedStyle(f).lineHeight), w = Math.min(
3425
+ Math.max(f.scrollHeight, n * v),
3426
+ o * v
3415
3427
  );
3416
- f.style.height = `${k}px`, s?.(c);
3428
+ f.style.height = `${w}px`, s?.(u);
3417
3429
  };
3418
- return /* @__PURE__ */ l.jsx(
3430
+ return /* @__PURE__ */ d.jsx(
3419
3431
  "textarea",
3420
3432
  {
3421
3433
  placeholder: "write here...",
3422
3434
  className: i,
3423
- onChange: m,
3435
+ onChange: l,
3424
3436
  ...a
3425
3437
  }
3426
3438
  );
3427
- }, yt = ({
3439
+ }, Wr = ({
3428
3440
  container: e,
3429
3441
  children: r,
3430
- portalKey: t,
3442
+ portalKey: n,
3431
3443
  className: o = "",
3432
3444
  zIndex: s,
3433
3445
  style: a,
3434
3446
  ...i
3435
3447
  }) => {
3436
- const m = s ? "" : "z-100";
3437
- return ze(
3438
- /* @__PURE__ */ l.jsx(
3448
+ const l = s ? "" : "z-100";
3449
+ return Ae(
3450
+ /* @__PURE__ */ d.jsx(
3439
3451
  "div",
3440
3452
  {
3441
- className: S("fixed top-0 h-screen w-screen", m, o),
3453
+ className: L("fixed top-0 h-screen w-screen", l, o),
3442
3454
  ...i,
3443
3455
  style: {
3444
3456
  zIndex: s,
@@ -3448,12 +3460,12 @@ const ur = (e, r) => {
3448
3460
  }
3449
3461
  ),
3450
3462
  e,
3451
- t
3463
+ n
3452
3464
  );
3453
- }, kt = ({ size: e = 48, className: r = "" }) => /* @__PURE__ */ l.jsxs(
3465
+ }, Yr = ({ size: e = 48, className: r = "" }) => /* @__PURE__ */ d.jsxs(
3454
3466
  "svg",
3455
3467
  {
3456
- className: S("animate-spin text-(--bg-smooth-light)", r),
3468
+ className: L("animate-spin text-(--bg-smooth-light)", r),
3457
3469
  style: {
3458
3470
  height: e + "px",
3459
3471
  width: e + "px"
@@ -3462,8 +3474,8 @@ const ur = (e, r) => {
3462
3474
  fill: "none",
3463
3475
  viewBox: "0 0 24 24",
3464
3476
  children: [
3465
- /* @__PURE__ */ l.jsx("circle", { cx: "12", cy: "12", r: "10", stroke: "currentColor", strokeWidth: "4" }),
3466
- /* @__PURE__ */ l.jsx(
3477
+ /* @__PURE__ */ d.jsx("circle", { cx: "12", cy: "12", r: "10", stroke: "currentColor", strokeWidth: "4" }),
3478
+ /* @__PURE__ */ d.jsx(
3467
3479
  "path",
3468
3480
  {
3469
3481
  fill: "var(--fg-text)",
@@ -3472,183 +3484,183 @@ const ur = (e, r) => {
3472
3484
  )
3473
3485
  ]
3474
3486
  }
3475
- ), Q = 8, jt = ({
3487
+ ), ce = 8, Hr = ({
3476
3488
  value: e,
3477
3489
  height: r = 24,
3478
- showPercentage: t = !1,
3490
+ showPercentage: n = !1,
3479
3491
  className: o
3480
3492
  }) => {
3481
3493
  const s = Math.round(e);
3482
- return /* @__PURE__ */ l.jsx("div", { className: S("w-full", o), children: /* @__PURE__ */ l.jsxs("div", { className: "relative w-full", style: { height: r }, children: [
3483
- /* @__PURE__ */ l.jsx(
3494
+ return /* @__PURE__ */ d.jsx("div", { className: L("w-full", o), children: /* @__PURE__ */ d.jsxs("div", { className: "relative w-full", style: { height: r }, children: [
3495
+ /* @__PURE__ */ d.jsx(
3484
3496
  "svg",
3485
3497
  {
3486
3498
  width: "100%",
3487
3499
  height: r,
3488
- style: { borderRadius: Q },
3500
+ style: { borderRadius: ce },
3489
3501
  viewBox: `0 0 100 ${r}`,
3490
3502
  preserveAspectRatio: "none",
3491
3503
  className: "absolute top-0 left-0",
3492
- children: /* @__PURE__ */ l.jsx("rect", { width: "100", height: r, fill: "var(--bg-smooth-ce)" })
3504
+ children: /* @__PURE__ */ d.jsx("rect", { width: "100", height: r, fill: "var(--bg-smooth-ce)" })
3493
3505
  }
3494
3506
  ),
3495
- /* @__PURE__ */ l.jsx(
3507
+ /* @__PURE__ */ d.jsx(
3496
3508
  "div",
3497
3509
  {
3498
3510
  className: "absolute top-0 left-0 h-full overflow-hidden transition-all duration-300",
3499
3511
  style: {
3500
3512
  width: `${e}%`,
3501
- borderRadius: Q
3513
+ borderRadius: ce
3502
3514
  },
3503
- children: /* @__PURE__ */ l.jsx(
3515
+ children: /* @__PURE__ */ d.jsx(
3504
3516
  "svg",
3505
3517
  {
3506
3518
  width: "100%",
3507
3519
  height: r,
3508
3520
  viewBox: `0 0 100 ${r}`,
3509
3521
  preserveAspectRatio: "none",
3510
- children: /* @__PURE__ */ l.jsx(
3522
+ children: /* @__PURE__ */ d.jsx(
3511
3523
  "rect",
3512
3524
  {
3513
3525
  width: "100",
3514
3526
  height: r,
3515
3527
  fill: "var(--fg-text)",
3516
- style: { borderRadius: Q }
3528
+ style: { borderRadius: ce }
3517
3529
  }
3518
3530
  )
3519
3531
  }
3520
3532
  )
3521
3533
  }
3522
3534
  ),
3523
- t && /* @__PURE__ */ l.jsx("div", { className: "absolute inset-0 flex items-center justify-center", children: /* @__PURE__ */ l.jsxs("span", { className: "bg-(--fg-card) py-1 px-3 rounded text-(--fg-text)", children: [
3535
+ n && /* @__PURE__ */ d.jsx("div", { className: "absolute inset-0 flex items-center justify-center", children: /* @__PURE__ */ d.jsxs("span", { className: "bg-(--fg-card) py-1 px-3 rounded text-(--fg-text)", children: [
3524
3536
  s,
3525
3537
  "%"
3526
3538
  ] }) })
3527
3539
  ] }) });
3528
- }, Et = ({
3540
+ }, Jr = ({
3529
3541
  className: e,
3530
3542
  height: r
3531
- }) => /* @__PURE__ */ l.jsx("div", { className: S("w-full", e), children: /* @__PURE__ */ l.jsxs("div", { className: "relative w-full", style: { height: r }, children: [
3532
- /* @__PURE__ */ l.jsx(
3543
+ }) => /* @__PURE__ */ d.jsx("div", { className: L("w-full", e), children: /* @__PURE__ */ d.jsxs("div", { className: "relative w-full", style: { height: r }, children: [
3544
+ /* @__PURE__ */ d.jsx(
3533
3545
  "svg",
3534
3546
  {
3535
3547
  width: "100%",
3536
3548
  height: r,
3537
- style: { borderRadius: Q },
3549
+ style: { borderRadius: ce },
3538
3550
  viewBox: `0 0 100 ${r}`,
3539
3551
  preserveAspectRatio: "none",
3540
3552
  className: "absolute top-0 left-0",
3541
- children: /* @__PURE__ */ l.jsx("rect", { width: "100", height: r, fill: "var(--bg-smooth-ce)" })
3553
+ children: /* @__PURE__ */ d.jsx("rect", { width: "100", height: r, fill: "var(--bg-smooth-ce)" })
3542
3554
  }
3543
3555
  ),
3544
- /* @__PURE__ */ l.jsx(
3556
+ /* @__PURE__ */ d.jsx(
3545
3557
  "div",
3546
3558
  {
3547
3559
  className: "animate-(--animate-indeterminate-3s) h-full overflow-hidden transition-all duration-300",
3548
3560
  style: {
3549
3561
  width: "20%",
3550
- borderRadius: Q
3562
+ borderRadius: ce
3551
3563
  },
3552
- children: /* @__PURE__ */ l.jsx(
3564
+ children: /* @__PURE__ */ d.jsx(
3553
3565
  "svg",
3554
3566
  {
3555
3567
  width: "100%",
3556
3568
  height: r,
3557
3569
  viewBox: `0 0 100 ${r}`,
3558
3570
  preserveAspectRatio: "none",
3559
- children: /* @__PURE__ */ l.jsx(
3571
+ children: /* @__PURE__ */ d.jsx(
3560
3572
  "rect",
3561
3573
  {
3562
3574
  width: "100",
3563
3575
  height: r,
3564
3576
  fill: "var(--fg-text)",
3565
- style: { borderRadius: Q }
3577
+ style: { borderRadius: ce }
3566
3578
  }
3567
3579
  )
3568
3580
  }
3569
3581
  )
3570
3582
  }
3571
3583
  )
3572
- ] }) }), Rt = ({
3584
+ ] }) }), Xr = ({
3573
3585
  type: e = "pulse",
3574
3586
  size: r = 6,
3575
- elements: t = 3,
3587
+ elements: n = 3,
3576
3588
  duration: o = 1,
3577
3589
  color: s = "var(--bg-smooth)",
3578
3590
  animation: a,
3579
3591
  delay: i = 0.1,
3580
- container: m,
3581
- autoPaddingDisabled: c = !1
3592
+ container: l,
3593
+ autoPaddingDisabled: u = !1
3582
3594
  }) => {
3583
- const f = e === "orbit" ? "absolute" : "", y = c ? {} : { padding: r * 2 }, k = a ? `var(${a})` : `var(--animate-ellipse-${e})`;
3584
- if (t <= 0)
3595
+ const f = e === "orbit" ? "absolute" : "", v = u ? {} : { padding: r * 2 }, w = a ? `var(${a})` : `var(--animate-ellipse-${e})`;
3596
+ if (n <= 0)
3585
3597
  throw new Error("Elements can not be zero");
3586
- if (t > 12)
3598
+ if (n > 12)
3587
3599
  throw new Error("Element can not be more than 12");
3588
- const g = new Array(t).fill(t).map((R, _) => /* @__PURE__ */ l.jsx(
3589
- Xe,
3600
+ const j = new Array(n).fill(n).map((g, R) => /* @__PURE__ */ d.jsx(
3601
+ ut,
3590
3602
  {
3591
3603
  size: r,
3592
3604
  fill: s,
3593
3605
  style: {
3594
- animation: k,
3606
+ animation: w,
3595
3607
  animationDuration: o + "s",
3596
- animationDelay: `${i * _}s`
3608
+ animationDelay: `${i * R}s`
3597
3609
  },
3598
3610
  className: f
3599
3611
  },
3600
- R + _
3612
+ g + R
3601
3613
  ));
3602
- return m ? /* @__PURE__ */ l.jsx(m, { children: g }) : /* @__PURE__ */ l.jsx("div", { className: "flex flex-row gap-2 w-fit h-fit", style: y, children: g });
3603
- }, st = 12, at = 8, _t = ({
3614
+ return l ? /* @__PURE__ */ d.jsx(l, { children: j }) : /* @__PURE__ */ d.jsx("div", { className: "flex flex-row gap-2 w-fit h-fit", style: v, children: j });
3615
+ }, hr = 12, xr = 8, qr = ({
3604
3616
  inputId: e,
3605
3617
  inputName: r,
3606
- dangerousDisableError: t = !1,
3618
+ dangerousDisableError: n = !1,
3607
3619
  style: o,
3608
3620
  className: s,
3609
3621
  onClick: a,
3610
3622
  radioSize: i = 24,
3611
- checked: m = !1,
3612
- ...c
3623
+ checked: l = !1,
3624
+ ...u
3613
3625
  }) => {
3614
- const [f, y] = ye(m);
3615
- i < st && !t && console.error(
3626
+ const [f, v] = ie(l);
3627
+ i < hr && !n && console.error(
3616
3628
  "radio size less than minimal, set radioSize = 12 or more too resolve"
3617
3629
  );
3618
- const k = i * 4, g = k - at * 2 - i, R = f ? "bg-(--bg-card)" : "bg-(--bg-section)", _ = f ? "bg-(--fg-default)" : "bg-(--fg-mini-text)", A = f ? g : 0;
3619
- return /* @__PURE__ */ l.jsxs(
3630
+ const w = i * 4, j = w - xr * 2 - i, g = f ? "bg-(--bg-card)" : "bg-(--bg-section)", R = f ? "bg-(--fg-default)" : "bg-(--fg-mini-text)", S = f ? j : 0;
3631
+ return /* @__PURE__ */ d.jsxs(
3620
3632
  "div",
3621
3633
  {
3622
3634
  style: {
3623
- width: `${k}px`,
3635
+ width: `${w}px`,
3624
3636
  ...o
3625
3637
  },
3626
- className: S(
3638
+ className: L(
3627
3639
  "rounded-[200px] py-[6px] px-[8px] cursor-pointer duration-300",
3628
- R,
3640
+ g,
3629
3641
  "hover:bg-(--fg-card)",
3630
3642
  s
3631
3643
  ),
3632
- onClick: (E) => {
3633
- y(!f), a?.(E);
3644
+ onClick: (_) => {
3645
+ v(!f), a?.(_);
3634
3646
  },
3635
- ...c,
3647
+ ...u,
3636
3648
  children: [
3637
- /* @__PURE__ */ l.jsx(
3649
+ /* @__PURE__ */ d.jsx(
3638
3650
  "div",
3639
3651
  {
3640
3652
  className: [
3641
3653
  "relative duration-300 rounded-[100%]",
3642
- _
3654
+ R
3643
3655
  ].join(" "),
3644
3656
  style: {
3645
3657
  height: `${i}px`,
3646
3658
  width: `${i}px`,
3647
- left: `${A}px`
3659
+ left: `${S}px`
3648
3660
  }
3649
3661
  }
3650
3662
  ),
3651
- /* @__PURE__ */ l.jsx(
3663
+ /* @__PURE__ */ d.jsx(
3652
3664
  "input",
3653
3665
  {
3654
3666
  name: r,
@@ -3660,104 +3672,535 @@ const ur = (e, r) => {
3660
3672
  ]
3661
3673
  }
3662
3674
  );
3663
- }, At = ({
3675
+ }, Zr = ({
3664
3676
  flexDirection: e = "row",
3665
3677
  className: r,
3666
- ...t
3678
+ ...n
3667
3679
  }) => {
3668
3680
  const o = e === "col" ? "flex-col" : "flex-row";
3669
- return /* @__PURE__ */ l.jsx(
3681
+ return /* @__PURE__ */ d.jsx(
3670
3682
  "div",
3671
3683
  {
3672
- ...t,
3673
- className: S(
3684
+ ...n,
3685
+ className: L(
3674
3686
  "bg-(image:--image-bg) flex gap-8 px-12 py-4 rounded-lg page",
3675
3687
  o,
3676
3688
  r
3677
3689
  )
3678
3690
  }
3679
3691
  );
3680
- }, it = () => /* @__PURE__ */ l.jsxs("div", { className: "flex flex-col justify-center gap-4", children: [
3681
- Object.keys(Me).map((e) => /* @__PURE__ */ l.jsxs(ge, { variant: e, children: [
3692
+ }, $ = [];
3693
+ for (let e = 0; e < 256; ++e)
3694
+ $.push((e + 256).toString(16).slice(1));
3695
+ function yr(e, r = 0) {
3696
+ return ($[e[r + 0]] + $[e[r + 1]] + $[e[r + 2]] + $[e[r + 3]] + "-" + $[e[r + 4]] + $[e[r + 5]] + "-" + $[e[r + 6]] + $[e[r + 7]] + "-" + $[e[r + 8]] + $[e[r + 9]] + "-" + $[e[r + 10]] + $[e[r + 11]] + $[e[r + 12]] + $[e[r + 13]] + $[e[r + 14]] + $[e[r + 15]]).toLowerCase();
3697
+ }
3698
+ let _e;
3699
+ const wr = new Uint8Array(16);
3700
+ function vr() {
3701
+ if (!_e) {
3702
+ if (typeof crypto > "u" || !crypto.getRandomValues)
3703
+ throw new Error("crypto.getRandomValues() not supported. See https://github.com/uuidjs/uuid#getrandomvalues-not-supported");
3704
+ _e = crypto.getRandomValues.bind(crypto);
3705
+ }
3706
+ return _e(wr);
3707
+ }
3708
+ const kr = typeof crypto < "u" && crypto.randomUUID && crypto.randomUUID.bind(crypto), Ge = { randomUUID: kr };
3709
+ function jr(e, r, n) {
3710
+ e = e || {};
3711
+ const o = e.random ?? e.rng?.() ?? vr();
3712
+ if (o.length < 16)
3713
+ throw new Error("Random bytes length must be >= 16");
3714
+ return o[6] = o[6] & 15 | 64, o[8] = o[8] & 63 | 128, yr(o);
3715
+ }
3716
+ function Er(e, r, n) {
3717
+ return Ge.randomUUID && !e ? Ge.randomUUID() : jr(e);
3718
+ }
3719
+ var Se = { exports: {} }, be = {}, Be;
3720
+ function Rr() {
3721
+ if (Be) return be;
3722
+ Be = 1;
3723
+ var e = /* @__PURE__ */ Symbol.for("react.transitional.element"), r = /* @__PURE__ */ Symbol.for("react.fragment");
3724
+ function n(o, s, a) {
3725
+ var i = null;
3726
+ if (a !== void 0 && (i = "" + a), s.key !== void 0 && (i = "" + s.key), "key" in s) {
3727
+ a = {};
3728
+ for (var l in s)
3729
+ l !== "key" && (a[l] = s[l]);
3730
+ } else a = s;
3731
+ return s = a.ref, {
3732
+ $$typeof: e,
3733
+ type: o,
3734
+ key: i,
3735
+ ref: s !== void 0 ? s : null,
3736
+ props: a
3737
+ };
3738
+ }
3739
+ return be.Fragment = r, be.jsx = n, be.jsxs = n, be;
3740
+ }
3741
+ var we = {}, Ue;
3742
+ function _r() {
3743
+ return Ue || (Ue = 1, process.env.NODE_ENV !== "production" && (function() {
3744
+ function e(t) {
3745
+ if (t == null) return null;
3746
+ if (typeof t == "function")
3747
+ return t.$$typeof === ne ? null : t.displayName || t.name || null;
3748
+ if (typeof t == "string") return t;
3749
+ switch (t) {
3750
+ case _:
3751
+ return "Fragment";
3752
+ case T:
3753
+ return "Profiler";
3754
+ case C:
3755
+ return "StrictMode";
3756
+ case V:
3757
+ return "Suspense";
3758
+ case H:
3759
+ return "SuspenseList";
3760
+ case oe:
3761
+ return "Activity";
3762
+ }
3763
+ if (typeof t == "object")
3764
+ switch (typeof t.tag == "number" && console.error(
3765
+ "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
3766
+ ), t.$$typeof) {
3767
+ case S:
3768
+ return "Portal";
3769
+ case A:
3770
+ return t.displayName || "Context";
3771
+ case O:
3772
+ return (t._context.displayName || "Context") + ".Consumer";
3773
+ case P:
3774
+ var c = t.render;
3775
+ return t = t.displayName, t || (t = c.displayName || c.name || "", t = t !== "" ? "ForwardRef(" + t + ")" : "ForwardRef"), t;
3776
+ case k:
3777
+ return c = t.displayName || null, c !== null ? c : e(t.type) || "Memo";
3778
+ case z:
3779
+ c = t._payload, t = t._init;
3780
+ try {
3781
+ return e(t(c));
3782
+ } catch {
3783
+ }
3784
+ }
3785
+ return null;
3786
+ }
3787
+ function r(t) {
3788
+ return "" + t;
3789
+ }
3790
+ function n(t) {
3791
+ try {
3792
+ r(t);
3793
+ var c = !1;
3794
+ } catch {
3795
+ c = !0;
3796
+ }
3797
+ if (c) {
3798
+ c = console;
3799
+ var b = c.error, y = typeof Symbol == "function" && Symbol.toStringTag && t[Symbol.toStringTag] || t.constructor.name || "Object";
3800
+ return b.call(
3801
+ c,
3802
+ "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
3803
+ y
3804
+ ), r(t);
3805
+ }
3806
+ }
3807
+ function o(t) {
3808
+ if (t === _) return "<>";
3809
+ if (typeof t == "object" && t !== null && t.$$typeof === z)
3810
+ return "<...>";
3811
+ try {
3812
+ var c = e(t);
3813
+ return c ? "<" + c + ">" : "<...>";
3814
+ } catch {
3815
+ return "<...>";
3816
+ }
3817
+ }
3818
+ function s() {
3819
+ var t = B.A;
3820
+ return t === null ? null : t.getOwner();
3821
+ }
3822
+ function a() {
3823
+ return Error("react-stack-top-frame");
3824
+ }
3825
+ function i(t) {
3826
+ if (q.call(t, "key")) {
3827
+ var c = Object.getOwnPropertyDescriptor(t, "key").get;
3828
+ if (c && c.isReactWarning) return !1;
3829
+ }
3830
+ return t.key !== void 0;
3831
+ }
3832
+ function l(t, c) {
3833
+ function b() {
3834
+ D || (D = !0, console.error(
3835
+ "%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",
3836
+ c
3837
+ ));
3838
+ }
3839
+ b.isReactWarning = !0, Object.defineProperty(t, "key", {
3840
+ get: b,
3841
+ configurable: !0
3842
+ });
3843
+ }
3844
+ function u() {
3845
+ var t = e(this.type);
3846
+ return F[t] || (F[t] = !0, console.error(
3847
+ "Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release."
3848
+ )), t = this.props.ref, t !== void 0 ? t : null;
3849
+ }
3850
+ function f(t, c, b, y, G, W) {
3851
+ var h = b.ref;
3852
+ return t = {
3853
+ $$typeof: R,
3854
+ type: t,
3855
+ key: c,
3856
+ props: b,
3857
+ _owner: y
3858
+ }, (h !== void 0 ? h : null) !== null ? Object.defineProperty(t, "ref", {
3859
+ enumerable: !1,
3860
+ get: u
3861
+ }) : Object.defineProperty(t, "ref", { enumerable: !1, value: null }), t._store = {}, Object.defineProperty(t._store, "validated", {
3862
+ configurable: !1,
3863
+ enumerable: !1,
3864
+ writable: !0,
3865
+ value: 0
3866
+ }), Object.defineProperty(t, "_debugInfo", {
3867
+ configurable: !1,
3868
+ enumerable: !1,
3869
+ writable: !0,
3870
+ value: null
3871
+ }), Object.defineProperty(t, "_debugStack", {
3872
+ configurable: !1,
3873
+ enumerable: !1,
3874
+ writable: !0,
3875
+ value: G
3876
+ }), Object.defineProperty(t, "_debugTask", {
3877
+ configurable: !1,
3878
+ enumerable: !1,
3879
+ writable: !0,
3880
+ value: W
3881
+ }), Object.freeze && (Object.freeze(t.props), Object.freeze(t)), t;
3882
+ }
3883
+ function v(t, c, b, y, G, W) {
3884
+ var h = c.children;
3885
+ if (h !== void 0)
3886
+ if (y)
3887
+ if (te(h)) {
3888
+ for (y = 0; y < h.length; y++)
3889
+ w(h[y]);
3890
+ Object.freeze && Object.freeze(h);
3891
+ } else
3892
+ console.error(
3893
+ "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
3894
+ );
3895
+ else w(h);
3896
+ if (q.call(c, "key")) {
3897
+ h = e(t);
3898
+ var I = Object.keys(c).filter(function(Q) {
3899
+ return Q !== "key";
3900
+ });
3901
+ y = 0 < I.length ? "{key: someKey, " + I.join(": ..., ") + ": ...}" : "{key: someKey}", K[h + y] || (I = 0 < I.length ? "{" + I.join(": ..., ") + ": ...}" : "{}", console.error(
3902
+ `A props object containing a "key" prop is being spread into JSX:
3903
+ let props = %s;
3904
+ <%s {...props} />
3905
+ React keys must be passed directly to JSX without using spread:
3906
+ let props = %s;
3907
+ <%s key={someKey} {...props} />`,
3908
+ y,
3909
+ h,
3910
+ I,
3911
+ h
3912
+ ), K[h + y] = !0);
3913
+ }
3914
+ if (h = null, b !== void 0 && (n(b), h = "" + b), i(c) && (n(c.key), h = "" + c.key), "key" in c) {
3915
+ b = {};
3916
+ for (var U in c)
3917
+ U !== "key" && (b[U] = c[U]);
3918
+ } else b = c;
3919
+ return h && l(
3920
+ b,
3921
+ typeof t == "function" ? t.displayName || t.name || "Unknown" : t
3922
+ ), f(
3923
+ t,
3924
+ h,
3925
+ b,
3926
+ s(),
3927
+ G,
3928
+ W
3929
+ );
3930
+ }
3931
+ function w(t) {
3932
+ j(t) ? t._store && (t._store.validated = 1) : typeof t == "object" && t !== null && t.$$typeof === z && (t._payload.status === "fulfilled" ? j(t._payload.value) && t._payload.value._store && (t._payload.value._store.validated = 1) : t._store && (t._store.validated = 1));
3933
+ }
3934
+ function j(t) {
3935
+ return typeof t == "object" && t !== null && t.$$typeof === R;
3936
+ }
3937
+ var g = He, R = /* @__PURE__ */ Symbol.for("react.transitional.element"), S = /* @__PURE__ */ Symbol.for("react.portal"), _ = /* @__PURE__ */ Symbol.for("react.fragment"), C = /* @__PURE__ */ Symbol.for("react.strict_mode"), T = /* @__PURE__ */ Symbol.for("react.profiler"), O = /* @__PURE__ */ Symbol.for("react.consumer"), A = /* @__PURE__ */ Symbol.for("react.context"), P = /* @__PURE__ */ Symbol.for("react.forward_ref"), V = /* @__PURE__ */ Symbol.for("react.suspense"), H = /* @__PURE__ */ Symbol.for("react.suspense_list"), k = /* @__PURE__ */ Symbol.for("react.memo"), z = /* @__PURE__ */ Symbol.for("react.lazy"), oe = /* @__PURE__ */ Symbol.for("react.activity"), ne = /* @__PURE__ */ Symbol.for("react.client.reference"), B = g.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, q = Object.prototype.hasOwnProperty, te = Array.isArray, M = console.createTask ? console.createTask : function() {
3938
+ return null;
3939
+ };
3940
+ g = {
3941
+ react_stack_bottom_frame: function(t) {
3942
+ return t();
3943
+ }
3944
+ };
3945
+ var D, F = {}, x = g.react_stack_bottom_frame.bind(
3946
+ g,
3947
+ a
3948
+ )(), Z = M(o(a)), K = {};
3949
+ we.Fragment = _, we.jsx = function(t, c, b) {
3950
+ var y = 1e4 > B.recentlyCreatedOwnerStacks++;
3951
+ return v(
3952
+ t,
3953
+ c,
3954
+ b,
3955
+ !1,
3956
+ y ? Error("react-stack-top-frame") : x,
3957
+ y ? M(o(t)) : Z
3958
+ );
3959
+ }, we.jsxs = function(t, c, b) {
3960
+ var y = 1e4 > B.recentlyCreatedOwnerStacks++;
3961
+ return v(
3962
+ t,
3963
+ c,
3964
+ b,
3965
+ !0,
3966
+ y ? Error("react-stack-top-frame") : x,
3967
+ y ? M(o(t)) : Z
3968
+ );
3969
+ };
3970
+ })()), we;
3971
+ }
3972
+ var Ve;
3973
+ function Sr() {
3974
+ return Ve || (Ve = 1, process.env.NODE_ENV === "production" ? Se.exports = Rr() : Se.exports = _r()), Se.exports;
3975
+ }
3976
+ var Te = Sr();
3977
+ const We = 2, Ye = 2, Tr = ({
3978
+ size: e = 24,
3979
+ color: r = "#D9D9D9",
3980
+ constantStrokeWidth: n = !1,
3981
+ dangerousIgnoreError: o = !1,
3982
+ className: s,
3983
+ ...a
3984
+ }) => {
3985
+ const i = e - We, l = i + We, u = l / 2, f = n || i >= 24 ? Ye : Ye / 2, v = (i - f) / 2, w = u - v, j = u - f / 2;
3986
+ if (i < 12 && !o)
3987
+ throw new Error("size of X can not be less than 12");
3988
+ const g = (R) => /* @__PURE__ */ Te.jsx(
3989
+ "rect",
3990
+ {
3991
+ x: w,
3992
+ y: j,
3993
+ width: i,
3994
+ height: f,
3995
+ rx: f / 2,
3996
+ transform: `rotate(${R} ${u} ${u})`,
3997
+ fill: r
3998
+ }
3999
+ );
4000
+ return /* @__PURE__ */ Te.jsx(
4001
+ "div",
4002
+ {
4003
+ className: [
4004
+ "block h-fit w-fit",
4005
+ s
4006
+ ].join(" "),
4007
+ ...a,
4008
+ children: /* @__PURE__ */ Te.jsxs(
4009
+ "svg",
4010
+ {
4011
+ width: l,
4012
+ height: l,
4013
+ viewBox: `0 0 ${l} ${l}`,
4014
+ fill: "none",
4015
+ xmlns: "http://www.w3.org/2000/svg",
4016
+ children: [
4017
+ g(45),
4018
+ g(-45)
4019
+ ]
4020
+ }
4021
+ )
4022
+ }
4023
+ );
4024
+ }, Cr = ({
4025
+ text: e,
4026
+ closed: r = !1,
4027
+ className: n = "",
4028
+ disablePositionAndInset: o = !1,
4029
+ id: s = Er(),
4030
+ close: a,
4031
+ ...i
4032
+ }) => /* @__PURE__ */ d.jsxs(
4033
+ "div",
4034
+ {
4035
+ className: L(
4036
+ !o && "fixed left-1/2 -translate-x-1/2 top-3/4",
4037
+ "bg-(--bg-card) text-base rounded-lg py-2 px-5",
4038
+ "flex gap-3 items-center shadow-lg",
4039
+ "transition-all duration-500 ease-out",
4040
+ r ? "opacity-0 scale-95 -translate-y-2 pointer-events-none" : "opacity-100 scale-100 translate-y-0",
4041
+ n
4042
+ ),
4043
+ ...i,
4044
+ children: [
4045
+ typeof e == "string" ? /* @__PURE__ */ d.jsx("span", { children: e }) : e,
4046
+ /* @__PURE__ */ d.jsx(
4047
+ Tr,
4048
+ {
4049
+ className: "cursor-pointer hover:opacity-70 transition-opacity",
4050
+ onClick: () => a(s)
4051
+ }
4052
+ )
4053
+ ]
4054
+ }
4055
+ ), Kr = (e, r = e = 1e3) => {
4056
+ const n = Y({}), [o, s] = ie([]), [a, i] = ie(!0), [l, u] = ie(null), f = Y(l), v = Y(0), w = Y(/* @__PURE__ */ new Map()), j = Y(null), g = ae(
4057
+ (T) => {
4058
+ if (!f.current)
4059
+ return;
4060
+ if (f.current.id !== T)
4061
+ return s((A) => A.filter((P) => P.id !== T)), w.current.delete(T);
4062
+ i(!0);
4063
+ const O = w.current.get(T);
4064
+ O && (window.clearTimeout(O), w.current.delete(T)), j.current && window.clearTimeout(j.current), j.current = window.setTimeout(() => {
4065
+ s((A) => A.filter((P) => P.id !== T)), u(null), j.current = null;
4066
+ }, r);
4067
+ },
4068
+ [f, r]
4069
+ ), R = ae(() => {
4070
+ w.current.forEach(window.clearTimeout), j.current && window.clearTimeout(j.current), l && g(l.id), s([]), i(!0);
4071
+ }, [g, l]), S = ae(() => {
4072
+ if (o.length === 0)
4073
+ return u(null);
4074
+ const T = o[0];
4075
+ u(T), i(!1);
4076
+ const O = window.setTimeout(() => {
4077
+ g(T.id);
4078
+ }, e);
4079
+ w.current.set(T.id, O);
4080
+ }, [g, e, o]), _ = ae(
4081
+ (T) => {
4082
+ v.current++;
4083
+ const A = {
4084
+ id: String(v.current),
4085
+ text: T,
4086
+ close: g
4087
+ };
4088
+ s((P) => [...P, A]);
4089
+ },
4090
+ [g]
4091
+ );
4092
+ return le(() => {
4093
+ f.current = l;
4094
+ }, [l]), le(() => {
4095
+ !l && o.length > 0 && S();
4096
+ }, [l, o, S]), le(() => () => {
4097
+ w.current.forEach(window.clearTimeout), j.current && window.clearTimeout(j.current);
4098
+ }, []), {
4099
+ NotificationComponent: Ae(
4100
+ /* @__PURE__ */ d.jsx("div", { className: "fixed w-0 h-0", children: /* @__PURE__ */ d.jsx(
4101
+ Cr,
4102
+ {
4103
+ ...l || {},
4104
+ close: g,
4105
+ closed: a,
4106
+ text: l ? l.text instanceof Function ? l.text({ count: v.current, current: l, queue: o }) : l.text : null
4107
+ }
4108
+ ) }),
4109
+ document.body
4110
+ ),
4111
+ notifications: n,
4112
+ notificate: _,
4113
+ count: v,
4114
+ queue: o,
4115
+ current: l,
4116
+ closeAll: R,
4117
+ close: g
4118
+ };
4119
+ }, Ar = () => /* @__PURE__ */ d.jsxs("div", { className: "flex flex-col justify-center gap-4", children: [
4120
+ Object.keys(Ze).map((e) => /* @__PURE__ */ d.jsxs(ke, { variant: e, children: [
3682
4121
  "Button ",
3683
4122
  e
3684
4123
  ] }, e)),
3685
- /* @__PURE__ */ l.jsx(ge, { disabled: !0, children: "Button Disabled" })
3686
- ] }), lt = () => /* @__PURE__ */ l.jsxs("div", { className: "flex flex-col gap-2 rounded-lg", children: [
3687
- /* @__PURE__ */ l.jsxs("div", { children: [
3688
- /* @__PURE__ */ l.jsxs("h1", { children: [
4124
+ /* @__PURE__ */ d.jsx(ke, { disabled: !0, children: "Button Disabled" })
4125
+ ] }), Nr = () => /* @__PURE__ */ d.jsxs("div", { className: "flex flex-col gap-2 rounded-lg", children: [
4126
+ /* @__PURE__ */ d.jsxs("div", { children: [
4127
+ /* @__PURE__ */ d.jsxs("h1", { children: [
3689
4128
  "H1 text, ",
3690
- B.h1
4129
+ X.h1
3691
4130
  ] }),
3692
- /* @__PURE__ */ l.jsx("span", { children: "Пока не знаю" })
4131
+ /* @__PURE__ */ d.jsx("span", { children: "Пока не знаю" })
3693
4132
  ] }),
3694
- /* @__PURE__ */ l.jsxs("div", { children: [
3695
- /* @__PURE__ */ l.jsxs("h2", { children: [
4133
+ /* @__PURE__ */ d.jsxs("div", { children: [
4134
+ /* @__PURE__ */ d.jsxs("h2", { children: [
3696
4135
  "H2 text, ",
3697
- B.h2
4136
+ X.h2
3698
4137
  ] }),
3699
- /* @__PURE__ */ l.jsx("span", { children: "Пока не знаю" })
4138
+ /* @__PURE__ */ d.jsx("span", { children: "Пока не знаю" })
3700
4139
  ] }),
3701
- /* @__PURE__ */ l.jsxs("div", { children: [
3702
- /* @__PURE__ */ l.jsxs("h3", { children: [
4140
+ /* @__PURE__ */ d.jsxs("div", { children: [
4141
+ /* @__PURE__ */ d.jsxs("h3", { children: [
3703
4142
  "H3 text, ",
3704
- B.h3
4143
+ X.h3
3705
4144
  ] }),
3706
- /* @__PURE__ */ l.jsx("span", { children: "Пока не знаю" })
4145
+ /* @__PURE__ */ d.jsx("span", { children: "Пока не знаю" })
3707
4146
  ] }),
3708
- /* @__PURE__ */ l.jsxs("div", { children: [
3709
- /* @__PURE__ */ l.jsxs("h4", { children: [
4147
+ /* @__PURE__ */ d.jsxs("div", { children: [
4148
+ /* @__PURE__ */ d.jsxs("h4", { children: [
3710
4149
  "H4 text, ",
3711
- B.h4
4150
+ X.h4
3712
4151
  ] }),
3713
- /* @__PURE__ */ l.jsx("span", { children: "Пока не знаю" })
4152
+ /* @__PURE__ */ d.jsx("span", { children: "Пока не знаю" })
3714
4153
  ] }),
3715
- /* @__PURE__ */ l.jsxs("div", { children: [
3716
- /* @__PURE__ */ l.jsxs("h5", { children: [
4154
+ /* @__PURE__ */ d.jsxs("div", { children: [
4155
+ /* @__PURE__ */ d.jsxs("h5", { children: [
3717
4156
  "H5 text, ",
3718
- B.h5
4157
+ X.h5
3719
4158
  ] }),
3720
- /* @__PURE__ */ l.jsx("span", { children: "Пока не знаю" })
4159
+ /* @__PURE__ */ d.jsx("span", { children: "Пока не знаю" })
3721
4160
  ] }),
3722
- /* @__PURE__ */ l.jsxs("div", { className: "flex flex-col", children: [
3723
- /* @__PURE__ */ l.jsxs("span", { children: [
4161
+ /* @__PURE__ */ d.jsxs("div", { className: "flex flex-col", children: [
4162
+ /* @__PURE__ */ d.jsxs("span", { children: [
3724
4163
  "Base text, ",
3725
- B.base
4164
+ X.base
3726
4165
  ] }),
3727
- /* @__PURE__ */ l.jsx("span", { children: "Пока не знаю" })
4166
+ /* @__PURE__ */ d.jsx("span", { children: "Пока не знаю" })
3728
4167
  ] }),
3729
- /* @__PURE__ */ l.jsxs("div", { className: "flex flex-col", children: [
3730
- /* @__PURE__ */ l.jsxs("span", { className: "text-mini", children: [
4168
+ /* @__PURE__ */ d.jsxs("div", { className: "flex flex-col", children: [
4169
+ /* @__PURE__ */ d.jsxs("span", { className: "text-mini", children: [
3731
4170
  "Mini text, ",
3732
- B.mini
4171
+ X.mini
3733
4172
  ] }),
3734
- /* @__PURE__ */ l.jsx("span", { children: "Пока не знаю" })
4173
+ /* @__PURE__ */ d.jsx("span", { children: "Пока не знаю" })
3735
4174
  ] })
3736
- ] }), Tt = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4175
+ ] }), Qr = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
3737
4176
  __proto__: null,
3738
- Button: it,
3739
- Text: lt
4177
+ Button: Ar,
4178
+ Text: Nr
3740
4179
  }, Symbol.toStringTag, { value: "Module" }));
3741
4180
  export {
3742
- mt as Active,
3743
- ft as Background,
3744
- ge as Button,
3745
- pt as Checkbox,
3746
- kt as CircleProgress,
3747
- bt as Dropdown,
3748
- ht as DropdownItem,
3749
- gt as DropdownMenu,
3750
- xt as DropdownTrigger,
3751
- Rt as EllipsisProgress,
3752
- Tt as Guildline,
3753
- Et as IndeterminateLinearProgress,
3754
- wt as Input,
3755
- jt as LinearProgress,
3756
- yt as Modal,
3757
- _t as Switch,
3758
- vt as Textarea,
3759
- ut as VARIABLES,
3760
- At as Wrapper,
3761
- Q as borderRadius
4181
+ Ir as Active,
4182
+ Dr as Background,
4183
+ ke as Button,
4184
+ Mr as Checkbox,
4185
+ Yr as CircleProgress,
4186
+ Lr as Dropdown,
4187
+ Gr as DropdownItem,
4188
+ Fr as DropdownMenu,
4189
+ Br as DropdownTrigger,
4190
+ Xr as EllipsisProgress,
4191
+ Qr as Guildline,
4192
+ Jr as IndeterminateLinearProgress,
4193
+ Ur as Input,
4194
+ Hr as LinearProgress,
4195
+ Wr as Modal,
4196
+ Cr as Notification,
4197
+ qr as Switch,
4198
+ Vr as Textarea,
4199
+ zr as VARIABLES,
4200
+ Zr as Wrapper,
4201
+ ce as borderRadius,
4202
+ L as cn,
4203
+ $r as createContext,
4204
+ Kr as useNotifications
3762
4205
  };
3763
4206
  //# sourceMappingURL=tvuikit.es.js.map