@clasing/ui 2.1.0 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (142) hide show
  1. package/dist/{badge-Ds17GJH4.js → badge-Cprh3bik.js} +24 -32
  2. package/dist/badge-Da_xHgvC.cjs +1 -0
  3. package/dist/button-B4yT3Gcz.cjs +1 -0
  4. package/dist/button-CUrfGF3Y.js +232 -0
  5. package/dist/{card-Dj2wgH-P.cjs → card-COFAc2zN.cjs} +1 -1
  6. package/dist/{card-BNTyYiyA.js → card-CbF9kVVs.js} +1 -1
  7. package/dist/chip-B7Mqq278.js +89 -0
  8. package/dist/chip-BG4NEZUv.cjs +1 -0
  9. package/dist/command-CrtCQpi_.cjs +1 -0
  10. package/dist/{command-CGUB58ej.js → command-ev4m9IoQ.js} +18 -24
  11. package/dist/components/accordion.cjs.js +1 -1
  12. package/dist/components/accordion.es.js +24 -30
  13. package/dist/components/alert-dialog.cjs.js +1 -1
  14. package/dist/components/alert-dialog.es.js +3 -3
  15. package/dist/components/alert.cjs.js +1 -1
  16. package/dist/components/alert.d.ts +3 -4
  17. package/dist/components/alert.es.js +38 -39
  18. package/dist/components/avatar.cjs.js +1 -1
  19. package/dist/components/avatar.es.js +1 -1
  20. package/dist/components/badge.cjs.js +1 -1
  21. package/dist/components/badge.d.ts +2 -6
  22. package/dist/components/badge.es.js +1 -1
  23. package/dist/components/blocks/interactive-card.cjs.js +1 -1
  24. package/dist/components/blocks/interactive-card.d.ts +2 -4
  25. package/dist/components/blocks/interactive-card.es.js +65 -80
  26. package/dist/components/blocks/selectable-chips.cjs.js +1 -1
  27. package/dist/components/blocks/selectable-chips.es.js +19 -16
  28. package/dist/components/breadcrumb.cjs.js +1 -1
  29. package/dist/components/breadcrumb.es.js +22 -22
  30. package/dist/components/button.cjs.js +1 -1
  31. package/dist/components/button.d.ts +4 -13
  32. package/dist/components/button.es.js +1 -1
  33. package/dist/components/calendar.cjs.js +1 -1
  34. package/dist/components/calendar.es.js +33 -54
  35. package/dist/components/card.cjs.js +1 -1
  36. package/dist/components/card.es.js +1 -1
  37. package/dist/components/chart.cjs.js +1 -1
  38. package/dist/components/chart.es.js +1 -1
  39. package/dist/components/checkbox.cjs.js +1 -1
  40. package/dist/components/checkbox.es.js +6 -6
  41. package/dist/components/chip.cjs.js +1 -1
  42. package/dist/components/chip.d.ts +1 -10
  43. package/dist/components/chip.es.js +1 -1
  44. package/dist/components/collapsible.cjs.js +1 -1
  45. package/dist/components/collapsible.es.js +1 -1
  46. package/dist/components/command.cjs.js +1 -1
  47. package/dist/components/command.es.js +1 -1
  48. package/dist/components/context-menu.cjs.js +1 -1
  49. package/dist/components/context-menu.es.js +42 -48
  50. package/dist/components/dialog.cjs.js +1 -1
  51. package/dist/components/dialog.es.js +1 -1
  52. package/dist/components/divider.cjs.js +1 -1
  53. package/dist/components/divider.es.js +1 -1
  54. package/dist/components/drawer.cjs.js +1 -1
  55. package/dist/components/drawer.es.js +1 -1
  56. package/dist/components/dropdown-menu.cjs.js +1 -1
  57. package/dist/components/dropdown-menu.es.js +40 -46
  58. package/dist/components/form.cjs.js +1 -1
  59. package/dist/components/form.es.js +2 -2
  60. package/dist/components/hover-card.cjs.js +1 -1
  61. package/dist/components/hover-card.es.js +1 -1
  62. package/dist/components/input-otp.cjs.js +1 -1
  63. package/dist/components/input-otp.es.js +16 -16
  64. package/dist/components/input.cjs.js +1 -1
  65. package/dist/components/input.d.ts +2 -6
  66. package/dist/components/input.es.js +1 -1
  67. package/dist/components/label.cjs.js +1 -1
  68. package/dist/components/label.es.js +1 -1
  69. package/dist/components/menubar.cjs.js +1 -1
  70. package/dist/components/menubar.es.js +66 -72
  71. package/dist/components/multi-select.cjs.js +1 -1
  72. package/dist/components/multi-select.es.js +77 -96
  73. package/dist/components/navigation-menu.cjs.js +1 -1
  74. package/dist/components/navigation-menu.es.js +10 -11
  75. package/dist/components/phone-input.cjs.js +1 -1
  76. package/dist/components/phone-input.es.js +77 -79
  77. package/dist/components/popover.cjs.js +1 -1
  78. package/dist/components/popover.es.js +1 -1
  79. package/dist/components/progress.cjs.js +1 -1
  80. package/dist/components/progress.es.js +1 -1
  81. package/dist/components/resizable.cjs.js +1 -1
  82. package/dist/components/resizable.es.js +3 -3
  83. package/dist/components/scroll-area.cjs.js +1 -1
  84. package/dist/components/scroll-area.es.js +1 -1
  85. package/dist/components/select.cjs.js +1 -1
  86. package/dist/components/select.es.js +47 -53
  87. package/dist/components/sheet.cjs.js +1 -1
  88. package/dist/components/sheet.es.js +29 -29
  89. package/dist/components/skeleton.cjs.js +1 -1
  90. package/dist/components/skeleton.es.js +1 -1
  91. package/dist/components/slider.cjs.js +1 -1
  92. package/dist/components/slider.es.js +1 -1
  93. package/dist/components/sonner.cjs.js +1 -1
  94. package/dist/components/sonner.es.js +1 -1
  95. package/dist/components/switch.cjs.js +1 -1
  96. package/dist/components/switch.es.js +2 -2
  97. package/dist/components/table.cjs.js +1 -1
  98. package/dist/components/table.es.js +1 -1
  99. package/dist/components/textarea.cjs.js +1 -1
  100. package/dist/components/textarea.d.ts +2 -6
  101. package/dist/components/textarea.es.js +28 -36
  102. package/dist/components/toggle-group.cjs.js +1 -1
  103. package/dist/components/toggle-group.es.js +2 -2
  104. package/dist/components/toggle.cjs.js +1 -1
  105. package/dist/components/toggle.d.ts +1 -1
  106. package/dist/components/toggle.es.js +1 -1
  107. package/dist/components/tooltip.cjs.js +1 -1
  108. package/dist/components/tooltip.es.js +1 -1
  109. package/dist/{dialog-CEttcpWT.js → dialog-CXbzQHxn.js} +9 -9
  110. package/dist/dialog-DHZARK1o.cjs +1 -0
  111. package/dist/index-9HRzXEQf.cjs +6 -0
  112. package/dist/{index-DBpnlzOP.js → index-D5lmpham.js} +677 -664
  113. package/dist/{index-CwXB7YIx.js → index-DN28Pf0m.js} +1 -1
  114. package/dist/{index-BVmT9wZC.cjs → index-ECyCsPX0.cjs} +1 -1
  115. package/dist/input-C144z_Is.cjs +1 -0
  116. package/dist/{input-B5HLfVv0.js → input-fvzEG6zH.js} +33 -47
  117. package/dist/{label-eHraXPfy.cjs → label-D3iN3bzS.cjs} +1 -1
  118. package/dist/{label-Bp4qkqFq.js → label-DDxTPxHk.js} +1 -1
  119. package/dist/{popover-Dvf9oQaX.js → popover-BdDS9aoy.js} +1 -1
  120. package/dist/{popover-DifOajI4.cjs → popover-CeOAAwBQ.cjs} +1 -1
  121. package/dist/{scroll-area-CJpVshOm.cjs → scroll-area-D74XszlE.cjs} +1 -1
  122. package/dist/{scroll-area-Dj0Szbw6.js → scroll-area-oS6ZJIMN.js} +1 -1
  123. package/dist/{toggle-owj9AHVO.js → toggle-BNzrNg1r.js} +2 -2
  124. package/dist/{toggle-CJLDdFRo.cjs → toggle-CtoQhQby.cjs} +1 -1
  125. package/dist/{tooltip-C9FWg102.cjs → tooltip-BccdAn4x.cjs} +1 -1
  126. package/dist/{tooltip-CGSL9pFZ.js → tooltip-rv-jVOxy.js} +1 -1
  127. package/package.json +352 -357
  128. package/dist/badge-oQqEF2X5.cjs +0 -1
  129. package/dist/button-B-JHlR-n.cjs +0 -1
  130. package/dist/button-ozL8afps.js +0 -573
  131. package/dist/chip-CK2VBBsV.js +0 -126
  132. package/dist/chip-DVKpteyL.cjs +0 -1
  133. package/dist/command-CHisYTN-.cjs +0 -1
  134. package/dist/components/icon-component.cjs.js +0 -1
  135. package/dist/components/icon-component.d.ts +0 -12
  136. package/dist/components/icon-component.es.js +0 -4
  137. package/dist/dialog-Chh5qAxR.cjs +0 -1
  138. package/dist/entries/icon-component.d.ts +0 -2
  139. package/dist/icon-component-DGImZz3K.js +0 -49
  140. package/dist/icon-component-DTlgy__B.cjs +0 -1
  141. package/dist/index-DSjHHn1r.cjs +0 -22
  142. package/dist/input-BqT_fuUN.cjs +0 -1
@@ -1,165 +1,148 @@
1
- import Ie from "react";
2
- var le = { exports: {} }, oe = {};
3
- /**
4
- * @license React
5
- * react-jsx-runtime.production.js
6
- *
7
- * Copyright (c) Meta Platforms, Inc. and affiliates.
8
- *
9
- * This source code is licensed under the MIT license found in the
10
- * LICENSE file in the root directory of this source tree.
11
- */
12
- var he;
13
- function Ne() {
14
- if (he) return oe;
15
- he = 1;
16
- var e = Symbol.for("react.transitional.element"), a = Symbol.for("react.fragment");
17
- function t(o, i, d) {
18
- var c = null;
19
- if (d !== void 0 && (c = "" + d), i.key !== void 0 && (c = "" + i.key), "key" in i) {
20
- d = {};
21
- for (var g in i)
22
- g !== "key" && (d[g] = i[g]);
23
- } else d = i;
24
- return i = d.ref, {
1
+ import Ge from "react";
2
+ var le = { exports: {} }, re = {};
3
+ var ge;
4
+ function Le() {
5
+ if (ge) return re;
6
+ ge = 1;
7
+ var e = Symbol.for("react.transitional.element"), n = Symbol.for("react.fragment");
8
+ function t(o, s, c) {
9
+ var i = null;
10
+ if (c !== void 0 && (i = "" + c), s.key !== void 0 && (i = "" + s.key), "key" in s) {
11
+ c = {};
12
+ for (var b in s)
13
+ b !== "key" && (c[b] = s[b]);
14
+ } else c = s;
15
+ return s = c.ref, {
25
16
  $$typeof: e,
26
17
  type: o,
27
- key: c,
28
- ref: i !== void 0 ? i : null,
29
- props: d
18
+ key: i,
19
+ ref: s !== void 0 ? s : null,
20
+ props: c
30
21
  };
31
22
  }
32
- return oe.Fragment = a, oe.jsx = t, oe.jsxs = t, oe;
23
+ return re.Fragment = n, re.jsx = t, re.jsxs = t, re;
33
24
  }
34
- var te = {};
35
- /**
36
- * @license React
37
- * react-jsx-runtime.development.js
38
- *
39
- * Copyright (c) Meta Platforms, Inc. and affiliates.
40
- *
41
- * This source code is licensed under the MIT license found in the
42
- * LICENSE file in the root directory of this source tree.
43
- */
44
- var ke;
45
- function Ge() {
46
- return ke || (ke = 1, process.env.NODE_ENV !== "production" && function() {
25
+ var oe = {};
26
+ var he;
27
+ function Fe() {
28
+ return he || (he = 1, process.env.NODE_ENV !== "production" && (function() {
47
29
  function e(r) {
48
30
  if (r == null) return null;
49
31
  if (typeof r == "function")
50
32
  return r.$$typeof === se ? null : r.displayName || r.name || null;
51
33
  if (typeof r == "string") return r;
52
34
  switch (r) {
53
- case E:
35
+ case v:
54
36
  return "Fragment";
55
- case O:
37
+ case U:
56
38
  return "Profiler";
57
- case L:
39
+ case O:
58
40
  return "StrictMode";
59
- case V:
60
- return "Suspense";
61
41
  case j:
42
+ return "Suspense";
43
+ case $:
62
44
  return "SuspenseList";
63
- case P:
45
+ case ne:
64
46
  return "Activity";
65
47
  }
66
48
  if (typeof r == "object")
67
49
  switch (typeof r.tag == "number" && console.error(
68
50
  "Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."
69
51
  ), r.$$typeof) {
70
- case S:
52
+ case _:
71
53
  return "Portal";
54
+ case G:
55
+ return r.displayName || "Context";
72
56
  case W:
73
- return (r.displayName || "Context") + ".Provider";
74
- case J:
75
57
  return (r._context.displayName || "Context") + ".Consumer";
76
- case F:
77
- var m = r.render;
78
- return r = r.displayName, r || (r = m.displayName || m.name || "", r = r !== "" ? "ForwardRef(" + r + ")" : "ForwardRef"), r;
79
- case U:
80
- return m = r.displayName || null, m !== null ? m : e(r.type) || "Memo";
81
- case u:
82
- m = r._payload, r = r._init;
58
+ case L:
59
+ var f = r.render;
60
+ return r = r.displayName, r || (r = f.displayName || f.name || "", r = r !== "" ? "ForwardRef(" + r + ")" : "ForwardRef"), r;
61
+ case m:
62
+ return f = r.displayName || null, f !== null ? f : e(r.type) || "Memo";
63
+ case A:
64
+ f = r._payload, r = r._init;
83
65
  try {
84
- return e(r(m));
66
+ return e(r(f));
85
67
  } catch {
86
68
  }
87
69
  }
88
70
  return null;
89
71
  }
90
- function a(r) {
72
+ function n(r) {
91
73
  return "" + r;
92
74
  }
93
75
  function t(r) {
94
76
  try {
95
- a(r);
96
- var m = !1;
77
+ n(r);
78
+ var f = !1;
97
79
  } catch {
98
- m = !0;
80
+ f = !0;
99
81
  }
100
- if (m) {
101
- m = console;
102
- var h = m.error, b = typeof Symbol == "function" && Symbol.toStringTag && r[Symbol.toStringTag] || r.constructor.name || "Object";
103
- return h.call(
104
- m,
82
+ if (f) {
83
+ f = console;
84
+ var g = f.error, k = typeof Symbol == "function" && Symbol.toStringTag && r[Symbol.toStringTag] || r.constructor.name || "Object";
85
+ return g.call(
86
+ f,
105
87
  "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",
106
- b
107
- ), a(r);
88
+ k
89
+ ), n(r);
108
90
  }
109
91
  }
110
92
  function o(r) {
111
- if (r === E) return "<>";
112
- if (typeof r == "object" && r !== null && r.$$typeof === u)
93
+ if (r === v) return "<>";
94
+ if (typeof r == "object" && r !== null && r.$$typeof === A)
113
95
  return "<...>";
114
96
  try {
115
- var m = e(r);
116
- return m ? "<" + m + ">" : "<...>";
97
+ var f = e(r);
98
+ return f ? "<" + f + ">" : "<...>";
117
99
  } catch {
118
100
  return "<...>";
119
101
  }
120
102
  }
121
- function i() {
122
- var r = X.A;
103
+ function s() {
104
+ var r = F.A;
123
105
  return r === null ? null : r.getOwner();
124
106
  }
125
- function d() {
107
+ function c() {
126
108
  return Error("react-stack-top-frame");
127
109
  }
128
- function c(r) {
129
- if (D.call(r, "key")) {
130
- var m = Object.getOwnPropertyDescriptor(r, "key").get;
131
- if (m && m.isReactWarning) return !1;
110
+ function i(r) {
111
+ if (Z.call(r, "key")) {
112
+ var f = Object.getOwnPropertyDescriptor(r, "key").get;
113
+ if (f && f.isReactWarning) return !1;
132
114
  }
133
115
  return r.key !== void 0;
134
116
  }
135
- function g(r, m) {
136
- function h() {
137
- I || (I = !0, console.error(
117
+ function b(r, f) {
118
+ function g() {
119
+ S || (S = !0, console.error(
138
120
  "%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)",
139
- m
121
+ f
140
122
  ));
141
123
  }
142
- h.isReactWarning = !0, Object.defineProperty(r, "key", {
143
- get: h,
124
+ g.isReactWarning = !0, Object.defineProperty(r, "key", {
125
+ get: g,
144
126
  configurable: !0
145
127
  });
146
128
  }
147
- function p() {
129
+ function u() {
148
130
  var r = e(this.type);
149
- return T[r] || (T[r] = !0, console.error(
131
+ return z[r] || (z[r] = !0, console.error(
150
132
  "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."
151
133
  )), r = this.props.ref, r !== void 0 ? r : null;
152
134
  }
153
- function R(r, m, h, b, k, A, H, x) {
154
- return h = A.ref, r = {
155
- $$typeof: G,
135
+ function w(r, f, g, k, I, B) {
136
+ var h = g.ref;
137
+ return r = {
138
+ $$typeof: C,
156
139
  type: r,
157
- key: m,
158
- props: A,
140
+ key: f,
141
+ props: g,
159
142
  _owner: k
160
143
  }, (h !== void 0 ? h : null) !== null ? Object.defineProperty(r, "ref", {
161
144
  enumerable: !1,
162
- get: p
145
+ get: u
163
146
  }) : Object.defineProperty(r, "ref", { enumerable: !1, value: null }), r._store = {}, Object.defineProperty(r._store, "validated", {
164
147
  configurable: !1,
165
148
  enumerable: !1,
@@ -174,199 +157,229 @@ function Ge() {
174
157
  configurable: !1,
175
158
  enumerable: !1,
176
159
  writable: !0,
177
- value: H
160
+ value: I
178
161
  }), Object.defineProperty(r, "_debugTask", {
179
162
  configurable: !1,
180
163
  enumerable: !1,
181
164
  writable: !0,
182
- value: x
165
+ value: B
183
166
  }), Object.freeze && (Object.freeze(r.props), Object.freeze(r)), r;
184
167
  }
185
- function v(r, m, h, b, k, A, H, x) {
186
- var w = m.children;
187
- if (w !== void 0)
188
- if (b)
189
- if (ae(w)) {
190
- for (b = 0; b < w.length; b++)
191
- _(w[b]);
192
- Object.freeze && Object.freeze(w);
168
+ function x(r, f, g, k, I, B) {
169
+ var h = f.children;
170
+ if (h !== void 0)
171
+ if (k)
172
+ if (Q(h)) {
173
+ for (k = 0; k < h.length; k++)
174
+ R(h[k]);
175
+ Object.freeze && Object.freeze(h);
193
176
  } else
194
177
  console.error(
195
178
  "React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead."
196
179
  );
197
- else _(w);
198
- if (D.call(m, "key")) {
199
- w = e(r);
200
- var C = Object.keys(m).filter(function(re) {
201
- return re !== "key";
180
+ else R(h);
181
+ if (Z.call(f, "key")) {
182
+ h = e(r);
183
+ var N = Object.keys(f).filter(function(q) {
184
+ return q !== "key";
202
185
  });
203
- b = 0 < C.length ? "{key: someKey, " + C.join(": ..., ") + ": ...}" : "{key: someKey}", ee[w + b] || (C = 0 < C.length ? "{" + C.join(": ..., ") + ": ...}" : "{}", console.error(
186
+ k = 0 < N.length ? "{key: someKey, " + N.join(": ..., ") + ": ...}" : "{key: someKey}", ee[h + k] || (N = 0 < N.length ? "{" + N.join(": ..., ") + ": ...}" : "{}", console.error(
204
187
  `A props object containing a "key" prop is being spread into JSX:
205
188
  let props = %s;
206
189
  <%s {...props} />
207
190
  React keys must be passed directly to JSX without using spread:
208
191
  let props = %s;
209
192
  <%s key={someKey} {...props} />`,
210
- b,
211
- w,
212
- C,
213
- w
214
- ), ee[w + b] = !0);
193
+ k,
194
+ h,
195
+ N,
196
+ h
197
+ ), ee[h + k] = !0);
215
198
  }
216
- if (w = null, h !== void 0 && (t(h), w = "" + h), c(m) && (t(m.key), w = "" + m.key), "key" in m) {
217
- h = {};
218
- for (var $ in m)
219
- $ !== "key" && (h[$] = m[$]);
220
- } else h = m;
221
- return w && g(
222
- h,
199
+ if (h = null, g !== void 0 && (t(g), h = "" + g), i(f) && (t(f.key), h = "" + f.key), "key" in f) {
200
+ g = {};
201
+ for (var V in f)
202
+ V !== "key" && (g[V] = f[V]);
203
+ } else g = f;
204
+ return h && b(
205
+ g,
223
206
  typeof r == "function" ? r.displayName || r.name || "Unknown" : r
224
- ), R(
207
+ ), w(
225
208
  r,
226
- w,
227
- A,
228
- k,
229
- i(),
230
209
  h,
231
- H,
232
- x
210
+ g,
211
+ s(),
212
+ I,
213
+ B
233
214
  );
234
215
  }
235
- function _(r) {
236
- typeof r == "object" && r !== null && r.$$typeof === G && r._store && (r._store.validated = 1);
216
+ function R(r) {
217
+ E(r) ? r._store && (r._store.validated = 1) : typeof r == "object" && r !== null && r.$$typeof === A && (r._payload.status === "fulfilled" ? E(r._payload.value) && r._payload.value._store && (r._payload.value._store.validated = 1) : r._store && (r._store.validated = 1));
218
+ }
219
+ function E(r) {
220
+ return typeof r == "object" && r !== null && r.$$typeof === C;
237
221
  }
238
- var z = Ie, G = Symbol.for("react.transitional.element"), S = Symbol.for("react.portal"), E = Symbol.for("react.fragment"), L = Symbol.for("react.strict_mode"), O = Symbol.for("react.profiler"), J = Symbol.for("react.consumer"), W = Symbol.for("react.context"), F = Symbol.for("react.forward_ref"), V = Symbol.for("react.suspense"), j = Symbol.for("react.suspense_list"), U = Symbol.for("react.memo"), u = Symbol.for("react.lazy"), P = Symbol.for("react.activity"), se = Symbol.for("react.client.reference"), X = z.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, D = Object.prototype.hasOwnProperty, ae = Array.isArray, B = console.createTask ? console.createTask : function() {
222
+ var T = Ge, C = Symbol.for("react.transitional.element"), _ = Symbol.for("react.portal"), v = Symbol.for("react.fragment"), O = Symbol.for("react.strict_mode"), U = Symbol.for("react.profiler"), W = Symbol.for("react.consumer"), G = Symbol.for("react.context"), L = Symbol.for("react.forward_ref"), j = Symbol.for("react.suspense"), $ = Symbol.for("react.suspense_list"), m = Symbol.for("react.memo"), A = Symbol.for("react.lazy"), ne = Symbol.for("react.activity"), se = Symbol.for("react.client.reference"), F = T.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, Z = Object.prototype.hasOwnProperty, Q = Array.isArray, P = console.createTask ? console.createTask : function() {
239
223
  return null;
240
224
  };
241
- z = {
225
+ T = {
242
226
  react_stack_bottom_frame: function(r) {
243
227
  return r();
244
228
  }
245
229
  };
246
- var I, T = {}, M = z.react_stack_bottom_frame.bind(
247
- z,
248
- d
249
- )(), l = B(o(d)), ee = {};
250
- te.Fragment = E, te.jsx = function(r, m, h, b, k) {
251
- var A = 1e4 > X.recentlyCreatedOwnerStacks++;
252
- return v(
230
+ var S, z = {}, d = T.react_stack_bottom_frame.bind(
231
+ T,
232
+ c
233
+ )(), K = P(o(c)), ee = {};
234
+ oe.Fragment = v, oe.jsx = function(r, f, g) {
235
+ var k = 1e4 > F.recentlyCreatedOwnerStacks++;
236
+ return x(
253
237
  r,
254
- m,
255
- h,
238
+ f,
239
+ g,
256
240
  !1,
257
- b,
258
- k,
259
- A ? Error("react-stack-top-frame") : M,
260
- A ? B(o(r)) : l
241
+ k ? Error("react-stack-top-frame") : d,
242
+ k ? P(o(r)) : K
261
243
  );
262
- }, te.jsxs = function(r, m, h, b, k) {
263
- var A = 1e4 > X.recentlyCreatedOwnerStacks++;
264
- return v(
244
+ }, oe.jsxs = function(r, f, g) {
245
+ var k = 1e4 > F.recentlyCreatedOwnerStacks++;
246
+ return x(
265
247
  r,
266
- m,
267
- h,
248
+ f,
249
+ g,
268
250
  !0,
269
- b,
270
- k,
271
- A ? Error("react-stack-top-frame") : M,
272
- A ? B(o(r)) : l
251
+ k ? Error("react-stack-top-frame") : d,
252
+ k ? P(o(r)) : K
273
253
  );
274
254
  };
275
- }()), te;
255
+ })()), oe;
276
256
  }
277
- var xe;
278
- function Le() {
279
- return xe || (xe = 1, process.env.NODE_ENV === "production" ? le.exports = Ne() : le.exports = Ge()), le.exports;
257
+ var ke;
258
+ function Ve() {
259
+ return ke || (ke = 1, process.env.NODE_ENV === "production" ? le.exports = Le() : le.exports = Fe()), le.exports;
280
260
  }
281
- var yr = Le();
261
+ var zr = Ve();
282
262
  function Ee(e) {
283
- var a, t, o = "";
263
+ var n, t, o = "";
284
264
  if (typeof e == "string" || typeof e == "number") o += e;
285
265
  else if (typeof e == "object") if (Array.isArray(e)) {
286
- var i = e.length;
287
- for (a = 0; a < i; a++) e[a] && (t = Ee(e[a])) && (o && (o += " "), o += t);
266
+ var s = e.length;
267
+ for (n = 0; n < s; n++) e[n] && (t = Ee(e[n])) && (o && (o += " "), o += t);
288
268
  } else for (t in e) e[t] && (o && (o += " "), o += t);
289
269
  return o;
290
270
  }
291
- function Fe() {
292
- for (var e, a, t = 0, o = "", i = arguments.length; t < i; t++) (e = arguments[t]) && (a = Ee(e)) && (o && (o += " "), o += a);
271
+ function Ye() {
272
+ for (var e, n, t = 0, o = "", s = arguments.length; t < s; t++) (e = arguments[t]) && (n = Ee(e)) && (o && (o += " "), o += n);
293
273
  return o;
294
274
  }
295
- const ge = "-", Ve = (e) => {
296
- const a = Ye(e), {
275
+ const We = (e, n) => {
276
+ const t = new Array(e.length + n.length);
277
+ for (let o = 0; o < e.length; o++)
278
+ t[o] = e[o];
279
+ for (let o = 0; o < n.length; o++)
280
+ t[e.length + o] = n[o];
281
+ return t;
282
+ }, $e = (e, n) => ({
283
+ classGroupId: e,
284
+ validator: n
285
+ }), _e = (e = /* @__PURE__ */ new Map(), n = null, t) => ({
286
+ nextPart: e,
287
+ validators: n,
288
+ classGroupId: t
289
+ }), de = "-", we = [], De = "arbitrary..", Ue = (e) => {
290
+ const n = qe(e), {
297
291
  conflictingClassGroups: t,
298
292
  conflictingClassGroupModifiers: o
299
293
  } = e;
300
294
  return {
301
- getClassGroupId: (c) => {
302
- const g = c.split(ge);
303
- return g[0] === "" && g.length !== 1 && g.shift(), Ae(g, a) || $e(c);
295
+ getClassGroupId: (i) => {
296
+ if (i.startsWith("[") && i.endsWith("]"))
297
+ return Be(i);
298
+ const b = i.split(de), u = b[0] === "" && b.length > 1 ? 1 : 0;
299
+ return Ae(b, u, n);
304
300
  },
305
- getConflictingClassGroupIds: (c, g) => {
306
- const p = t[c] || [];
307
- return g && o[c] ? [...p, ...o[c]] : p;
301
+ getConflictingClassGroupIds: (i, b) => {
302
+ if (b) {
303
+ const u = o[i], w = t[i];
304
+ return u ? w ? We(w, u) : u : w || we;
305
+ }
306
+ return t[i] || we;
308
307
  }
309
308
  };
310
- }, Ae = (e, a) => {
311
- if (e.length === 0)
312
- return a.classGroupId;
313
- const t = e[0], o = a.nextPart.get(t), i = o ? Ae(e.slice(1), o) : void 0;
314
- if (i)
315
- return i;
316
- if (a.validators.length === 0)
309
+ }, Ae = (e, n, t) => {
310
+ if (e.length - n === 0)
311
+ return t.classGroupId;
312
+ const s = e[n], c = t.nextPart.get(s);
313
+ if (c) {
314
+ const w = Ae(e, n + 1, c);
315
+ if (w) return w;
316
+ }
317
+ const i = t.validators;
318
+ if (i === null)
317
319
  return;
318
- const d = e.join(ge);
319
- return a.validators.find(({
320
- validator: c
321
- }) => c(d))?.classGroupId;
322
- }, we = /^\[(.+)\]$/, $e = (e) => {
323
- if (we.test(e)) {
324
- const a = we.exec(e)[1], t = a?.substring(0, a.indexOf(":"));
325
- if (t)
326
- return "arbitrary.." + t;
320
+ const b = n === 0 ? e.join(de) : e.slice(n).join(de), u = i.length;
321
+ for (let w = 0; w < u; w++) {
322
+ const x = i[w];
323
+ if (x.validator(b))
324
+ return x.classGroupId;
327
325
  }
328
- }, Ye = (e) => {
326
+ }, Be = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
327
+ const n = e.slice(1, -1), t = n.indexOf(":"), o = n.slice(0, t);
328
+ return o ? De + o : void 0;
329
+ })(), qe = (e) => {
329
330
  const {
330
- theme: a,
331
+ theme: n,
331
332
  classGroups: t
332
- } = e, o = {
333
- nextPart: /* @__PURE__ */ new Map(),
334
- validators: []
335
- };
336
- for (const i in t)
337
- fe(t[i], o, i, a);
338
- return o;
339
- }, fe = (e, a, t, o) => {
340
- e.forEach((i) => {
341
- if (typeof i == "string") {
342
- const d = i === "" ? a : ye(a, i);
343
- d.classGroupId = t;
344
- return;
345
- }
346
- if (typeof i == "function") {
347
- if (We(i)) {
348
- fe(i(o), a, t, o);
349
- return;
350
- }
351
- a.validators.push({
352
- validator: i,
353
- classGroupId: t
354
- });
355
- return;
356
- }
357
- Object.entries(i).forEach(([d, c]) => {
358
- fe(c, ye(a, d), t, o);
359
- });
360
- });
361
- }, ye = (e, a) => {
333
+ } = e;
334
+ return Je(t, n);
335
+ }, Je = (e, n) => {
336
+ const t = _e();
337
+ for (const o in e) {
338
+ const s = e[o];
339
+ be(s, t, o, n);
340
+ }
341
+ return t;
342
+ }, be = (e, n, t, o) => {
343
+ const s = e.length;
344
+ for (let c = 0; c < s; c++) {
345
+ const i = e[c];
346
+ Xe(i, n, t, o);
347
+ }
348
+ }, Xe = (e, n, t, o) => {
349
+ if (typeof e == "string") {
350
+ He(e, n, t);
351
+ return;
352
+ }
353
+ if (typeof e == "function") {
354
+ Ze(e, n, t, o);
355
+ return;
356
+ }
357
+ Qe(e, n, t, o);
358
+ }, He = (e, n, t) => {
359
+ const o = e === "" ? n : Te(n, e);
360
+ o.classGroupId = t;
361
+ }, Ze = (e, n, t, o) => {
362
+ if (Ke(e)) {
363
+ be(e(o), n, t, o);
364
+ return;
365
+ }
366
+ n.validators === null && (n.validators = []), n.validators.push($e(t, e));
367
+ }, Qe = (e, n, t, o) => {
368
+ const s = Object.entries(e), c = s.length;
369
+ for (let i = 0; i < c; i++) {
370
+ const [b, u] = s[i];
371
+ be(u, Te(n, b), t, o);
372
+ }
373
+ }, Te = (e, n) => {
362
374
  let t = e;
363
- return a.split(ge).forEach((o) => {
364
- t.nextPart.has(o) || t.nextPart.set(o, {
365
- nextPart: /* @__PURE__ */ new Map(),
366
- validators: []
367
- }), t = t.nextPart.get(o);
368
- }), t;
369
- }, We = (e) => e.isThemeGetter, Ue = (e) => {
375
+ const o = n.split(de), s = o.length;
376
+ for (let c = 0; c < s; c++) {
377
+ const i = o[c];
378
+ let b = t.nextPart.get(i);
379
+ b || (b = _e(), t.nextPart.set(i, b)), t = b;
380
+ }
381
+ return t;
382
+ }, Ke = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, er = (e) => {
370
383
  if (e < 1)
371
384
  return {
372
385
  get: () => {
@@ -374,178 +387,178 @@ const ge = "-", Ve = (e) => {
374
387
  set: () => {
375
388
  }
376
389
  };
377
- let a = 0, t = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
378
- const i = (d, c) => {
379
- t.set(d, c), a++, a > e && (a = 0, o = t, t = /* @__PURE__ */ new Map());
390
+ let n = 0, t = /* @__PURE__ */ Object.create(null), o = /* @__PURE__ */ Object.create(null);
391
+ const s = (c, i) => {
392
+ t[c] = i, n++, n > e && (n = 0, o = t, t = /* @__PURE__ */ Object.create(null));
380
393
  };
381
394
  return {
382
- get(d) {
383
- let c = t.get(d);
384
- if (c !== void 0)
385
- return c;
386
- if ((c = o.get(d)) !== void 0)
387
- return i(d, c), c;
395
+ get(c) {
396
+ let i = t[c];
397
+ if (i !== void 0)
398
+ return i;
399
+ if ((i = o[c]) !== void 0)
400
+ return s(c, i), i;
388
401
  },
389
- set(d, c) {
390
- t.has(d) ? t.set(d, c) : i(d, c);
402
+ set(c, i) {
403
+ c in t ? t[c] = i : s(c, i);
391
404
  }
392
405
  };
393
- }, pe = "!", be = ":", De = be.length, Be = (e) => {
406
+ }, pe = "!", xe = ":", rr = [], ye = (e, n, t, o, s) => ({
407
+ modifiers: e,
408
+ hasImportantModifier: n,
409
+ baseClassName: t,
410
+ maybePostfixModifierPosition: o,
411
+ isExternal: s
412
+ }), or = (e) => {
394
413
  const {
395
- prefix: a,
414
+ prefix: n,
396
415
  experimentalParseClassName: t
397
416
  } = e;
398
- let o = (i) => {
399
- const d = [];
400
- let c = 0, g = 0, p = 0, R;
401
- for (let S = 0; S < i.length; S++) {
402
- let E = i[S];
403
- if (c === 0 && g === 0) {
404
- if (E === be) {
405
- d.push(i.slice(p, S)), p = S + De;
417
+ let o = (s) => {
418
+ const c = [];
419
+ let i = 0, b = 0, u = 0, w;
420
+ const x = s.length;
421
+ for (let _ = 0; _ < x; _++) {
422
+ const v = s[_];
423
+ if (i === 0 && b === 0) {
424
+ if (v === xe) {
425
+ c.push(s.slice(u, _)), u = _ + 1;
406
426
  continue;
407
427
  }
408
- if (E === "/") {
409
- R = S;
428
+ if (v === "/") {
429
+ w = _;
410
430
  continue;
411
431
  }
412
432
  }
413
- E === "[" ? c++ : E === "]" ? c-- : E === "(" ? g++ : E === ")" && g--;
433
+ v === "[" ? i++ : v === "]" ? i-- : v === "(" ? b++ : v === ")" && b--;
414
434
  }
415
- const v = d.length === 0 ? i : i.substring(p), _ = qe(v), z = _ !== v, G = R && R > p ? R - p : void 0;
416
- return {
417
- modifiers: d,
418
- hasImportantModifier: z,
419
- baseClassName: _,
420
- maybePostfixModifierPosition: G
421
- };
435
+ const R = c.length === 0 ? s : s.slice(u);
436
+ let E = R, T = !1;
437
+ R.endsWith(pe) ? (E = R.slice(0, -1), T = !0) : (
438
+ /**
439
+ * In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
440
+ * @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
441
+ */
442
+ R.startsWith(pe) && (E = R.slice(1), T = !0)
443
+ );
444
+ const C = w && w > u ? w - u : void 0;
445
+ return ye(c, T, E, C);
422
446
  };
423
- if (a) {
424
- const i = a + be, d = o;
425
- o = (c) => c.startsWith(i) ? d(c.substring(i.length)) : {
426
- isExternal: !0,
427
- modifiers: [],
428
- hasImportantModifier: !1,
429
- baseClassName: c,
430
- maybePostfixModifierPosition: void 0
431
- };
447
+ if (n) {
448
+ const s = n + xe, c = o;
449
+ o = (i) => i.startsWith(s) ? c(i.slice(s.length)) : ye(rr, !1, i, void 0, !0);
432
450
  }
433
451
  if (t) {
434
- const i = o;
435
- o = (d) => t({
436
- className: d,
437
- parseClassName: i
452
+ const s = o;
453
+ o = (c) => t({
454
+ className: c,
455
+ parseClassName: s
438
456
  });
439
457
  }
440
458
  return o;
441
- }, qe = (e) => e.endsWith(pe) ? e.substring(0, e.length - 1) : e.startsWith(pe) ? e.substring(1) : e, Je = (e) => {
442
- const a = Object.fromEntries(e.orderSensitiveModifiers.map((o) => [o, !0]));
443
- return (o) => {
444
- if (o.length <= 1)
445
- return o;
446
- const i = [];
447
- let d = [];
448
- return o.forEach((c) => {
449
- c[0] === "[" || a[c] ? (i.push(...d.sort(), c), d = []) : d.push(c);
450
- }), i.push(...d.sort()), i;
459
+ }, tr = (e) => {
460
+ const n = /* @__PURE__ */ new Map();
461
+ return e.orderSensitiveModifiers.forEach((t, o) => {
462
+ n.set(t, 1e6 + o);
463
+ }), (t) => {
464
+ const o = [];
465
+ let s = [];
466
+ for (let c = 0; c < t.length; c++) {
467
+ const i = t[c], b = i[0] === "[", u = n.has(i);
468
+ b || u ? (s.length > 0 && (s.sort(), o.push(...s), s = []), o.push(i)) : s.push(i);
469
+ }
470
+ return s.length > 0 && (s.sort(), o.push(...s)), o;
451
471
  };
452
- }, Xe = (e) => ({
453
- cache: Ue(e.cacheSize),
454
- parseClassName: Be(e),
455
- sortModifiers: Je(e),
456
- ...Ve(e)
457
- }), He = /\s+/, Ze = (e, a) => {
472
+ }, nr = (e) => ({
473
+ cache: er(e.cacheSize),
474
+ parseClassName: or(e),
475
+ sortModifiers: tr(e),
476
+ ...Ue(e)
477
+ }), sr = /\s+/, ar = (e, n) => {
458
478
  const {
459
479
  parseClassName: t,
460
480
  getClassGroupId: o,
461
- getConflictingClassGroupIds: i,
462
- sortModifiers: d
463
- } = a, c = [], g = e.trim().split(He);
464
- let p = "";
465
- for (let R = g.length - 1; R >= 0; R -= 1) {
466
- const v = g[R], {
467
- isExternal: _,
468
- modifiers: z,
469
- hasImportantModifier: G,
470
- baseClassName: S,
471
- maybePostfixModifierPosition: E
472
- } = t(v);
473
- if (_) {
474
- p = v + (p.length > 0 ? " " + p : p);
481
+ getConflictingClassGroupIds: s,
482
+ sortModifiers: c
483
+ } = n, i = [], b = e.trim().split(sr);
484
+ let u = "";
485
+ for (let w = b.length - 1; w >= 0; w -= 1) {
486
+ const x = b[w], {
487
+ isExternal: R,
488
+ modifiers: E,
489
+ hasImportantModifier: T,
490
+ baseClassName: C,
491
+ maybePostfixModifierPosition: _
492
+ } = t(x);
493
+ if (R) {
494
+ u = x + (u.length > 0 ? " " + u : u);
475
495
  continue;
476
496
  }
477
- let L = !!E, O = o(L ? S.substring(0, E) : S);
497
+ let v = !!_, O = o(v ? C.substring(0, _) : C);
478
498
  if (!O) {
479
- if (!L) {
480
- p = v + (p.length > 0 ? " " + p : p);
499
+ if (!v) {
500
+ u = x + (u.length > 0 ? " " + u : u);
481
501
  continue;
482
502
  }
483
- if (O = o(S), !O) {
484
- p = v + (p.length > 0 ? " " + p : p);
503
+ if (O = o(C), !O) {
504
+ u = x + (u.length > 0 ? " " + u : u);
485
505
  continue;
486
506
  }
487
- L = !1;
507
+ v = !1;
488
508
  }
489
- const J = d(z).join(":"), W = G ? J + pe : J, F = W + O;
490
- if (c.includes(F))
509
+ const U = E.length === 0 ? "" : E.length === 1 ? E[0] : c(E).join(":"), W = T ? U + pe : U, G = W + O;
510
+ if (i.indexOf(G) > -1)
491
511
  continue;
492
- c.push(F);
493
- const V = i(O, L);
494
- for (let j = 0; j < V.length; ++j) {
495
- const U = V[j];
496
- c.push(W + U);
512
+ i.push(G);
513
+ const L = s(O, v);
514
+ for (let j = 0; j < L.length; ++j) {
515
+ const $ = L[j];
516
+ i.push(W + $);
497
517
  }
498
- p = v + (p.length > 0 ? " " + p : p);
518
+ u = x + (u.length > 0 ? " " + u : u);
499
519
  }
500
- return p;
501
- };
502
- function Qe() {
503
- let e = 0, a, t, o = "";
504
- for (; e < arguments.length; )
505
- (a = arguments[e++]) && (t = Se(a)) && (o && (o += " "), o += t);
506
- return o;
507
- }
508
- const Se = (e) => {
520
+ return u;
521
+ }, lr = (...e) => {
522
+ let n = 0, t, o, s = "";
523
+ for (; n < e.length; )
524
+ (t = e[n++]) && (o = Se(t)) && (s && (s += " "), s += o);
525
+ return s;
526
+ }, Se = (e) => {
509
527
  if (typeof e == "string")
510
528
  return e;
511
- let a, t = "";
529
+ let n, t = "";
512
530
  for (let o = 0; o < e.length; o++)
513
- e[o] && (a = Se(e[o])) && (t && (t += " "), t += a);
531
+ e[o] && (n = Se(e[o])) && (t && (t += " "), t += n);
514
532
  return t;
515
- };
516
- function Ke(e, ...a) {
517
- let t, o, i, d = c;
518
- function c(p) {
519
- const R = a.reduce((v, _) => _(v), e());
520
- return t = Xe(R), o = t.cache.get, i = t.cache.set, d = g, g(p);
521
- }
522
- function g(p) {
523
- const R = o(p);
524
- if (R)
525
- return R;
526
- const v = Ze(p, t);
527
- return i(p, v), v;
528
- }
529
- return function() {
530
- return d(Qe.apply(null, arguments));
533
+ }, ir = (e, ...n) => {
534
+ let t, o, s, c;
535
+ const i = (u) => {
536
+ const w = n.reduce((x, R) => R(x), e());
537
+ return t = nr(w), o = t.cache.get, s = t.cache.set, c = b, b(u);
538
+ }, b = (u) => {
539
+ const w = o(u);
540
+ if (w)
541
+ return w;
542
+ const x = ar(u, t);
543
+ return s(u, x), x;
531
544
  };
532
- }
533
- const y = (e) => {
534
- const a = (t) => t[e] || [];
535
- return a.isThemeGetter = !0, a;
536
- }, Te = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, _e = /^\((?:(\w[\w-]*):)?(.+)\)$/i, er = /^\d+\/\d+$/, rr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, or = /\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$/, tr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, nr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, sr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, Z = (e) => er.test(e), f = (e) => !!e && !Number.isNaN(Number(e)), Y = (e) => !!e && Number.isInteger(Number(e)), ue = (e) => e.endsWith("%") && f(e.slice(0, -1)), N = (e) => rr.test(e), ar = () => !0, ir = (e) => (
545
+ return c = i, (...u) => c(lr(...u));
546
+ }, cr = [], y = (e) => {
547
+ const n = (t) => t[e] || cr;
548
+ return n.isThemeGetter = !0, n;
549
+ }, Ce = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Pe = /^\((?:(\w[\w-]*):)?(.+)\)$/i, dr = /^\d+\/\d+$/, ur = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, mr = /\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$/, fr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, pr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, br = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, J = (e) => dr.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), Y = (e) => !!e && Number.isInteger(Number(e)), me = (e) => e.endsWith("%") && p(e.slice(0, -1)), M = (e) => ur.test(e), gr = () => !0, hr = (e) => (
537
550
  // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
538
551
  // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
539
552
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
540
- or.test(e) && !tr.test(e)
541
- ), Pe = () => !1, lr = (e) => nr.test(e), cr = (e) => sr.test(e), dr = (e) => !n(e) && !s(e), ur = (e) => Q(e, Me, Pe), n = (e) => Te.test(e), q = (e) => Q(e, Oe, ir), me = (e) => Q(e, gr, f), ve = (e) => Q(e, Ce, Pe), mr = (e) => Q(e, ze, cr), ce = (e) => Q(e, je, lr), s = (e) => _e.test(e), ne = (e) => K(e, Oe), fr = (e) => K(e, hr), Re = (e) => K(e, Ce), pr = (e) => K(e, Me), br = (e) => K(e, ze), de = (e) => K(e, je, !0), Q = (e, a, t) => {
542
- const o = Te.exec(e);
543
- return o ? o[1] ? a(o[1]) : t(o[2]) : !1;
544
- }, K = (e, a, t = !1) => {
545
- const o = _e.exec(e);
546
- return o ? o[1] ? a(o[1]) : t : !1;
547
- }, Ce = (e) => e === "position" || e === "percentage", ze = (e) => e === "image" || e === "url", Me = (e) => e === "length" || e === "size" || e === "bg-size", Oe = (e) => e === "length", gr = (e) => e === "number", hr = (e) => e === "family-name", je = (e) => e === "shadow", kr = () => {
548
- const e = y("color"), a = y("font"), t = y("text"), o = y("font-weight"), i = y("tracking"), d = y("leading"), c = y("breakpoint"), g = y("container"), p = y("spacing"), R = y("radius"), v = y("shadow"), _ = y("inset-shadow"), z = y("text-shadow"), G = y("drop-shadow"), S = y("blur"), E = y("perspective"), L = y("aspect"), O = y("ease"), J = y("animate"), W = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], F = () => [
553
+ mr.test(e) && !fr.test(e)
554
+ ), ze = () => !1, kr = (e) => pr.test(e), wr = (e) => br.test(e), xr = (e) => !a(e) && !l(e), yr = (e) => X(e, Ie, ze), a = (e) => Ce.test(e), D = (e) => X(e, Ne, hr), fe = (e) => X(e, Ar, p), ve = (e) => X(e, Oe, ze), vr = (e) => X(e, je, wr), ie = (e) => X(e, Me, kr), l = (e) => Pe.test(e), te = (e) => H(e, Ne), Rr = (e) => H(e, Tr), Re = (e) => H(e, Oe), Er = (e) => H(e, Ie), _r = (e) => H(e, je), ce = (e) => H(e, Me, !0), X = (e, n, t) => {
555
+ const o = Ce.exec(e);
556
+ return o ? o[1] ? n(o[1]) : t(o[2]) : !1;
557
+ }, H = (e, n, t = !1) => {
558
+ const o = Pe.exec(e);
559
+ return o ? o[1] ? n(o[1]) : t : !1;
560
+ }, Oe = (e) => e === "position" || e === "percentage", je = (e) => e === "image" || e === "url", Ie = (e) => e === "length" || e === "size" || e === "bg-size", Ne = (e) => e === "length", Ar = (e) => e === "number", Tr = (e) => e === "family-name", Me = (e) => e === "shadow", Sr = () => {
561
+ const e = y("color"), n = y("font"), t = y("text"), o = y("font-weight"), s = y("tracking"), c = y("leading"), i = y("breakpoint"), b = y("container"), u = y("spacing"), w = y("radius"), x = y("shadow"), R = y("inset-shadow"), E = y("text-shadow"), T = y("drop-shadow"), C = y("blur"), _ = y("perspective"), v = y("aspect"), O = y("ease"), U = y("animate"), W = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], G = () => [
549
562
  "center",
550
563
  "top",
551
564
  "bottom",
@@ -563,51 +576,51 @@ const y = (e) => {
563
576
  "bottom-left",
564
577
  // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
565
578
  "left-bottom"
566
- ], V = () => [...F(), s, n], j = () => ["auto", "hidden", "clip", "visible", "scroll"], U = () => ["auto", "contain", "none"], u = () => [s, n, p], P = () => [Z, "full", "auto", ...u()], se = () => [Y, "none", "subgrid", s, n], X = () => ["auto", {
567
- span: ["full", Y, s, n]
568
- }, Y, s, n], D = () => [Y, "auto", s, n], ae = () => ["auto", "min", "max", "fr", s, n], B = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], I = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], T = () => ["auto", ...u()], M = () => [Z, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...u()], l = () => [e, s, n], ee = () => [...F(), Re, ve, {
569
- position: [s, n]
570
- }], r = () => ["no-repeat", {
579
+ ], L = () => [...G(), l, a], j = () => ["auto", "hidden", "clip", "visible", "scroll"], $ = () => ["auto", "contain", "none"], m = () => [l, a, u], A = () => [J, "full", "auto", ...m()], ne = () => [Y, "none", "subgrid", l, a], se = () => ["auto", {
580
+ span: ["full", Y, l, a]
581
+ }, Y, l, a], F = () => [Y, "auto", l, a], Z = () => ["auto", "min", "max", "fr", l, a], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], P = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], S = () => ["auto", ...m()], z = () => [J, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...m()], d = () => [e, l, a], K = () => [...G(), Re, ve, {
582
+ position: [l, a]
583
+ }], ee = () => ["no-repeat", {
571
584
  repeat: ["", "x", "y", "space", "round"]
572
- }], m = () => ["auto", "cover", "contain", pr, ur, {
573
- size: [s, n]
574
- }], h = () => [ue, ne, q], b = () => [
585
+ }], r = () => ["auto", "cover", "contain", Er, yr, {
586
+ size: [l, a]
587
+ }], f = () => [me, te, D], g = () => [
575
588
  // Deprecated since Tailwind CSS v4.0.0
576
589
  "",
577
590
  "none",
578
591
  "full",
579
- R,
580
- s,
581
- n
582
- ], k = () => ["", f, ne, q], A = () => ["solid", "dashed", "dotted", "double"], H = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], x = () => [f, ue, Re, ve], w = () => [
592
+ w,
593
+ l,
594
+ a
595
+ ], k = () => ["", p, te, D], I = () => ["solid", "dashed", "dotted", "double"], B = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], h = () => [p, me, Re, ve], N = () => [
583
596
  // Deprecated since Tailwind CSS v4.0.0
584
597
  "",
585
598
  "none",
586
- S,
587
- s,
588
- n
589
- ], C = () => ["none", f, s, n], $ = () => ["none", f, s, n], re = () => [f, s, n], ie = () => [Z, "full", ...u()];
599
+ C,
600
+ l,
601
+ a
602
+ ], V = () => ["none", p, l, a], q = () => ["none", p, l, a], ue = () => [p, l, a], ae = () => [J, "full", ...m()];
590
603
  return {
591
604
  cacheSize: 500,
592
605
  theme: {
593
606
  animate: ["spin", "ping", "pulse", "bounce"],
594
607
  aspect: ["video"],
595
- blur: [N],
596
- breakpoint: [N],
597
- color: [ar],
598
- container: [N],
599
- "drop-shadow": [N],
608
+ blur: [M],
609
+ breakpoint: [M],
610
+ color: [gr],
611
+ container: [M],
612
+ "drop-shadow": [M],
600
613
  ease: ["in", "out", "in-out"],
601
- font: [dr],
614
+ font: [xr],
602
615
  "font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
603
- "inset-shadow": [N],
616
+ "inset-shadow": [M],
604
617
  leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
605
618
  perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
606
- radius: [N],
607
- shadow: [N],
608
- spacing: ["px", f],
609
- text: [N],
610
- "text-shadow": [N],
619
+ radius: [M],
620
+ shadow: [M],
621
+ spacing: ["px", p],
622
+ text: [M],
623
+ "text-shadow": [M],
611
624
  tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
612
625
  },
613
626
  classGroups: {
@@ -619,7 +632,7 @@ const y = (e) => {
619
632
  * @see https://tailwindcss.com/docs/aspect-ratio
620
633
  */
621
634
  aspect: [{
622
- aspect: ["auto", "square", Z, n, s, L]
635
+ aspect: ["auto", "square", J, a, l, v]
623
636
  }],
624
637
  /**
625
638
  * Container
@@ -632,7 +645,7 @@ const y = (e) => {
632
645
  * @see https://tailwindcss.com/docs/columns
633
646
  */
634
647
  columns: [{
635
- columns: [f, n, s, g]
648
+ columns: [p, a, l, b]
636
649
  }],
637
650
  /**
638
651
  * Break After
@@ -710,7 +723,7 @@ const y = (e) => {
710
723
  * @see https://tailwindcss.com/docs/object-position
711
724
  */
712
725
  "object-position": [{
713
- object: V()
726
+ object: L()
714
727
  }],
715
728
  /**
716
729
  * Overflow
@@ -738,21 +751,21 @@ const y = (e) => {
738
751
  * @see https://tailwindcss.com/docs/overscroll-behavior
739
752
  */
740
753
  overscroll: [{
741
- overscroll: U()
754
+ overscroll: $()
742
755
  }],
743
756
  /**
744
757
  * Overscroll Behavior X
745
758
  * @see https://tailwindcss.com/docs/overscroll-behavior
746
759
  */
747
760
  "overscroll-x": [{
748
- "overscroll-x": U()
761
+ "overscroll-x": $()
749
762
  }],
750
763
  /**
751
764
  * Overscroll Behavior Y
752
765
  * @see https://tailwindcss.com/docs/overscroll-behavior
753
766
  */
754
767
  "overscroll-y": [{
755
- "overscroll-y": U()
768
+ "overscroll-y": $()
756
769
  }],
757
770
  /**
758
771
  * Position
@@ -764,63 +777,63 @@ const y = (e) => {
764
777
  * @see https://tailwindcss.com/docs/top-right-bottom-left
765
778
  */
766
779
  inset: [{
767
- inset: P()
780
+ inset: A()
768
781
  }],
769
782
  /**
770
783
  * Right / Left
771
784
  * @see https://tailwindcss.com/docs/top-right-bottom-left
772
785
  */
773
786
  "inset-x": [{
774
- "inset-x": P()
787
+ "inset-x": A()
775
788
  }],
776
789
  /**
777
790
  * Top / Bottom
778
791
  * @see https://tailwindcss.com/docs/top-right-bottom-left
779
792
  */
780
793
  "inset-y": [{
781
- "inset-y": P()
794
+ "inset-y": A()
782
795
  }],
783
796
  /**
784
797
  * Start
785
798
  * @see https://tailwindcss.com/docs/top-right-bottom-left
786
799
  */
787
800
  start: [{
788
- start: P()
801
+ start: A()
789
802
  }],
790
803
  /**
791
804
  * End
792
805
  * @see https://tailwindcss.com/docs/top-right-bottom-left
793
806
  */
794
807
  end: [{
795
- end: P()
808
+ end: A()
796
809
  }],
797
810
  /**
798
811
  * Top
799
812
  * @see https://tailwindcss.com/docs/top-right-bottom-left
800
813
  */
801
814
  top: [{
802
- top: P()
815
+ top: A()
803
816
  }],
804
817
  /**
805
818
  * Right
806
819
  * @see https://tailwindcss.com/docs/top-right-bottom-left
807
820
  */
808
821
  right: [{
809
- right: P()
822
+ right: A()
810
823
  }],
811
824
  /**
812
825
  * Bottom
813
826
  * @see https://tailwindcss.com/docs/top-right-bottom-left
814
827
  */
815
828
  bottom: [{
816
- bottom: P()
829
+ bottom: A()
817
830
  }],
818
831
  /**
819
832
  * Left
820
833
  * @see https://tailwindcss.com/docs/top-right-bottom-left
821
834
  */
822
835
  left: [{
823
- left: P()
836
+ left: A()
824
837
  }],
825
838
  /**
826
839
  * Visibility
@@ -832,7 +845,7 @@ const y = (e) => {
832
845
  * @see https://tailwindcss.com/docs/z-index
833
846
  */
834
847
  z: [{
835
- z: [Y, "auto", s, n]
848
+ z: [Y, "auto", l, a]
836
849
  }],
837
850
  // ------------------------
838
851
  // --- Flexbox and Grid ---
@@ -842,7 +855,7 @@ const y = (e) => {
842
855
  * @see https://tailwindcss.com/docs/flex-basis
843
856
  */
844
857
  basis: [{
845
- basis: [Z, "full", "auto", g, ...u()]
858
+ basis: [J, "full", "auto", b, ...m()]
846
859
  }],
847
860
  /**
848
861
  * Flex Direction
@@ -863,84 +876,84 @@ const y = (e) => {
863
876
  * @see https://tailwindcss.com/docs/flex
864
877
  */
865
878
  flex: [{
866
- flex: [f, Z, "auto", "initial", "none", n]
879
+ flex: [p, J, "auto", "initial", "none", a]
867
880
  }],
868
881
  /**
869
882
  * Flex Grow
870
883
  * @see https://tailwindcss.com/docs/flex-grow
871
884
  */
872
885
  grow: [{
873
- grow: ["", f, s, n]
886
+ grow: ["", p, l, a]
874
887
  }],
875
888
  /**
876
889
  * Flex Shrink
877
890
  * @see https://tailwindcss.com/docs/flex-shrink
878
891
  */
879
892
  shrink: [{
880
- shrink: ["", f, s, n]
893
+ shrink: ["", p, l, a]
881
894
  }],
882
895
  /**
883
896
  * Order
884
897
  * @see https://tailwindcss.com/docs/order
885
898
  */
886
899
  order: [{
887
- order: [Y, "first", "last", "none", s, n]
900
+ order: [Y, "first", "last", "none", l, a]
888
901
  }],
889
902
  /**
890
903
  * Grid Template Columns
891
904
  * @see https://tailwindcss.com/docs/grid-template-columns
892
905
  */
893
906
  "grid-cols": [{
894
- "grid-cols": se()
907
+ "grid-cols": ne()
895
908
  }],
896
909
  /**
897
910
  * Grid Column Start / End
898
911
  * @see https://tailwindcss.com/docs/grid-column
899
912
  */
900
913
  "col-start-end": [{
901
- col: X()
914
+ col: se()
902
915
  }],
903
916
  /**
904
917
  * Grid Column Start
905
918
  * @see https://tailwindcss.com/docs/grid-column
906
919
  */
907
920
  "col-start": [{
908
- "col-start": D()
921
+ "col-start": F()
909
922
  }],
910
923
  /**
911
924
  * Grid Column End
912
925
  * @see https://tailwindcss.com/docs/grid-column
913
926
  */
914
927
  "col-end": [{
915
- "col-end": D()
928
+ "col-end": F()
916
929
  }],
917
930
  /**
918
931
  * Grid Template Rows
919
932
  * @see https://tailwindcss.com/docs/grid-template-rows
920
933
  */
921
934
  "grid-rows": [{
922
- "grid-rows": se()
935
+ "grid-rows": ne()
923
936
  }],
924
937
  /**
925
938
  * Grid Row Start / End
926
939
  * @see https://tailwindcss.com/docs/grid-row
927
940
  */
928
941
  "row-start-end": [{
929
- row: X()
942
+ row: se()
930
943
  }],
931
944
  /**
932
945
  * Grid Row Start
933
946
  * @see https://tailwindcss.com/docs/grid-row
934
947
  */
935
948
  "row-start": [{
936
- "row-start": D()
949
+ "row-start": F()
937
950
  }],
938
951
  /**
939
952
  * Grid Row End
940
953
  * @see https://tailwindcss.com/docs/grid-row
941
954
  */
942
955
  "row-end": [{
943
- "row-end": D()
956
+ "row-end": F()
944
957
  }],
945
958
  /**
946
959
  * Grid Auto Flow
@@ -954,70 +967,70 @@ const y = (e) => {
954
967
  * @see https://tailwindcss.com/docs/grid-auto-columns
955
968
  */
956
969
  "auto-cols": [{
957
- "auto-cols": ae()
970
+ "auto-cols": Z()
958
971
  }],
959
972
  /**
960
973
  * Grid Auto Rows
961
974
  * @see https://tailwindcss.com/docs/grid-auto-rows
962
975
  */
963
976
  "auto-rows": [{
964
- "auto-rows": ae()
977
+ "auto-rows": Z()
965
978
  }],
966
979
  /**
967
980
  * Gap
968
981
  * @see https://tailwindcss.com/docs/gap
969
982
  */
970
983
  gap: [{
971
- gap: u()
984
+ gap: m()
972
985
  }],
973
986
  /**
974
987
  * Gap X
975
988
  * @see https://tailwindcss.com/docs/gap
976
989
  */
977
990
  "gap-x": [{
978
- "gap-x": u()
991
+ "gap-x": m()
979
992
  }],
980
993
  /**
981
994
  * Gap Y
982
995
  * @see https://tailwindcss.com/docs/gap
983
996
  */
984
997
  "gap-y": [{
985
- "gap-y": u()
998
+ "gap-y": m()
986
999
  }],
987
1000
  /**
988
1001
  * Justify Content
989
1002
  * @see https://tailwindcss.com/docs/justify-content
990
1003
  */
991
1004
  "justify-content": [{
992
- justify: [...B(), "normal"]
1005
+ justify: [...Q(), "normal"]
993
1006
  }],
994
1007
  /**
995
1008
  * Justify Items
996
1009
  * @see https://tailwindcss.com/docs/justify-items
997
1010
  */
998
1011
  "justify-items": [{
999
- "justify-items": [...I(), "normal"]
1012
+ "justify-items": [...P(), "normal"]
1000
1013
  }],
1001
1014
  /**
1002
1015
  * Justify Self
1003
1016
  * @see https://tailwindcss.com/docs/justify-self
1004
1017
  */
1005
1018
  "justify-self": [{
1006
- "justify-self": ["auto", ...I()]
1019
+ "justify-self": ["auto", ...P()]
1007
1020
  }],
1008
1021
  /**
1009
1022
  * Align Content
1010
1023
  * @see https://tailwindcss.com/docs/align-content
1011
1024
  */
1012
1025
  "align-content": [{
1013
- content: ["normal", ...B()]
1026
+ content: ["normal", ...Q()]
1014
1027
  }],
1015
1028
  /**
1016
1029
  * Align Items
1017
1030
  * @see https://tailwindcss.com/docs/align-items
1018
1031
  */
1019
1032
  "align-items": [{
1020
- items: [...I(), {
1033
+ items: [...P(), {
1021
1034
  baseline: ["", "last"]
1022
1035
  }]
1023
1036
  }],
@@ -1026,7 +1039,7 @@ const y = (e) => {
1026
1039
  * @see https://tailwindcss.com/docs/align-self
1027
1040
  */
1028
1041
  "align-self": [{
1029
- self: ["auto", ...I(), {
1042
+ self: ["auto", ...P(), {
1030
1043
  baseline: ["", "last"]
1031
1044
  }]
1032
1045
  }],
@@ -1035,21 +1048,21 @@ const y = (e) => {
1035
1048
  * @see https://tailwindcss.com/docs/place-content
1036
1049
  */
1037
1050
  "place-content": [{
1038
- "place-content": B()
1051
+ "place-content": Q()
1039
1052
  }],
1040
1053
  /**
1041
1054
  * Place Items
1042
1055
  * @see https://tailwindcss.com/docs/place-items
1043
1056
  */
1044
1057
  "place-items": [{
1045
- "place-items": [...I(), "baseline"]
1058
+ "place-items": [...P(), "baseline"]
1046
1059
  }],
1047
1060
  /**
1048
1061
  * Place Self
1049
1062
  * @see https://tailwindcss.com/docs/place-self
1050
1063
  */
1051
1064
  "place-self": [{
1052
- "place-self": ["auto", ...I()]
1065
+ "place-self": ["auto", ...P()]
1053
1066
  }],
1054
1067
  // Spacing
1055
1068
  /**
@@ -1057,133 +1070,133 @@ const y = (e) => {
1057
1070
  * @see https://tailwindcss.com/docs/padding
1058
1071
  */
1059
1072
  p: [{
1060
- p: u()
1073
+ p: m()
1061
1074
  }],
1062
1075
  /**
1063
1076
  * Padding X
1064
1077
  * @see https://tailwindcss.com/docs/padding
1065
1078
  */
1066
1079
  px: [{
1067
- px: u()
1080
+ px: m()
1068
1081
  }],
1069
1082
  /**
1070
1083
  * Padding Y
1071
1084
  * @see https://tailwindcss.com/docs/padding
1072
1085
  */
1073
1086
  py: [{
1074
- py: u()
1087
+ py: m()
1075
1088
  }],
1076
1089
  /**
1077
1090
  * Padding Start
1078
1091
  * @see https://tailwindcss.com/docs/padding
1079
1092
  */
1080
1093
  ps: [{
1081
- ps: u()
1094
+ ps: m()
1082
1095
  }],
1083
1096
  /**
1084
1097
  * Padding End
1085
1098
  * @see https://tailwindcss.com/docs/padding
1086
1099
  */
1087
1100
  pe: [{
1088
- pe: u()
1101
+ pe: m()
1089
1102
  }],
1090
1103
  /**
1091
1104
  * Padding Top
1092
1105
  * @see https://tailwindcss.com/docs/padding
1093
1106
  */
1094
1107
  pt: [{
1095
- pt: u()
1108
+ pt: m()
1096
1109
  }],
1097
1110
  /**
1098
1111
  * Padding Right
1099
1112
  * @see https://tailwindcss.com/docs/padding
1100
1113
  */
1101
1114
  pr: [{
1102
- pr: u()
1115
+ pr: m()
1103
1116
  }],
1104
1117
  /**
1105
1118
  * Padding Bottom
1106
1119
  * @see https://tailwindcss.com/docs/padding
1107
1120
  */
1108
1121
  pb: [{
1109
- pb: u()
1122
+ pb: m()
1110
1123
  }],
1111
1124
  /**
1112
1125
  * Padding Left
1113
1126
  * @see https://tailwindcss.com/docs/padding
1114
1127
  */
1115
1128
  pl: [{
1116
- pl: u()
1129
+ pl: m()
1117
1130
  }],
1118
1131
  /**
1119
1132
  * Margin
1120
1133
  * @see https://tailwindcss.com/docs/margin
1121
1134
  */
1122
1135
  m: [{
1123
- m: T()
1136
+ m: S()
1124
1137
  }],
1125
1138
  /**
1126
1139
  * Margin X
1127
1140
  * @see https://tailwindcss.com/docs/margin
1128
1141
  */
1129
1142
  mx: [{
1130
- mx: T()
1143
+ mx: S()
1131
1144
  }],
1132
1145
  /**
1133
1146
  * Margin Y
1134
1147
  * @see https://tailwindcss.com/docs/margin
1135
1148
  */
1136
1149
  my: [{
1137
- my: T()
1150
+ my: S()
1138
1151
  }],
1139
1152
  /**
1140
1153
  * Margin Start
1141
1154
  * @see https://tailwindcss.com/docs/margin
1142
1155
  */
1143
1156
  ms: [{
1144
- ms: T()
1157
+ ms: S()
1145
1158
  }],
1146
1159
  /**
1147
1160
  * Margin End
1148
1161
  * @see https://tailwindcss.com/docs/margin
1149
1162
  */
1150
1163
  me: [{
1151
- me: T()
1164
+ me: S()
1152
1165
  }],
1153
1166
  /**
1154
1167
  * Margin Top
1155
1168
  * @see https://tailwindcss.com/docs/margin
1156
1169
  */
1157
1170
  mt: [{
1158
- mt: T()
1171
+ mt: S()
1159
1172
  }],
1160
1173
  /**
1161
1174
  * Margin Right
1162
1175
  * @see https://tailwindcss.com/docs/margin
1163
1176
  */
1164
1177
  mr: [{
1165
- mr: T()
1178
+ mr: S()
1166
1179
  }],
1167
1180
  /**
1168
1181
  * Margin Bottom
1169
1182
  * @see https://tailwindcss.com/docs/margin
1170
1183
  */
1171
1184
  mb: [{
1172
- mb: T()
1185
+ mb: S()
1173
1186
  }],
1174
1187
  /**
1175
1188
  * Margin Left
1176
1189
  * @see https://tailwindcss.com/docs/margin
1177
1190
  */
1178
1191
  ml: [{
1179
- ml: T()
1192
+ ml: S()
1180
1193
  }],
1181
1194
  /**
1182
1195
  * Space Between X
1183
1196
  * @see https://tailwindcss.com/docs/margin#adding-space-between-children
1184
1197
  */
1185
1198
  "space-x": [{
1186
- "space-x": u()
1199
+ "space-x": m()
1187
1200
  }],
1188
1201
  /**
1189
1202
  * Space Between X Reverse
@@ -1195,7 +1208,7 @@ const y = (e) => {
1195
1208
  * @see https://tailwindcss.com/docs/margin#adding-space-between-children
1196
1209
  */
1197
1210
  "space-y": [{
1198
- "space-y": u()
1211
+ "space-y": m()
1199
1212
  }],
1200
1213
  /**
1201
1214
  * Space Between Y Reverse
@@ -1210,14 +1223,14 @@ const y = (e) => {
1210
1223
  * @see https://tailwindcss.com/docs/width#setting-both-width-and-height
1211
1224
  */
1212
1225
  size: [{
1213
- size: M()
1226
+ size: z()
1214
1227
  }],
1215
1228
  /**
1216
1229
  * Width
1217
1230
  * @see https://tailwindcss.com/docs/width
1218
1231
  */
1219
1232
  w: [{
1220
- w: [g, "screen", ...M()]
1233
+ w: [b, "screen", ...z()]
1221
1234
  }],
1222
1235
  /**
1223
1236
  * Min-Width
@@ -1225,11 +1238,11 @@ const y = (e) => {
1225
1238
  */
1226
1239
  "min-w": [{
1227
1240
  "min-w": [
1228
- g,
1241
+ b,
1229
1242
  "screen",
1230
1243
  /** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1231
1244
  "none",
1232
- ...M()
1245
+ ...z()
1233
1246
  ]
1234
1247
  }],
1235
1248
  /**
@@ -1238,16 +1251,16 @@ const y = (e) => {
1238
1251
  */
1239
1252
  "max-w": [{
1240
1253
  "max-w": [
1241
- g,
1254
+ b,
1242
1255
  "screen",
1243
1256
  "none",
1244
1257
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1245
1258
  "prose",
1246
1259
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1247
1260
  {
1248
- screen: [c]
1261
+ screen: [i]
1249
1262
  },
1250
- ...M()
1263
+ ...z()
1251
1264
  ]
1252
1265
  }],
1253
1266
  /**
@@ -1255,21 +1268,21 @@ const y = (e) => {
1255
1268
  * @see https://tailwindcss.com/docs/height
1256
1269
  */
1257
1270
  h: [{
1258
- h: ["screen", "lh", ...M()]
1271
+ h: ["screen", "lh", ...z()]
1259
1272
  }],
1260
1273
  /**
1261
1274
  * Min-Height
1262
1275
  * @see https://tailwindcss.com/docs/min-height
1263
1276
  */
1264
1277
  "min-h": [{
1265
- "min-h": ["screen", "lh", "none", ...M()]
1278
+ "min-h": ["screen", "lh", "none", ...z()]
1266
1279
  }],
1267
1280
  /**
1268
1281
  * Max-Height
1269
1282
  * @see https://tailwindcss.com/docs/max-height
1270
1283
  */
1271
1284
  "max-h": [{
1272
- "max-h": ["screen", "lh", ...M()]
1285
+ "max-h": ["screen", "lh", ...z()]
1273
1286
  }],
1274
1287
  // ------------------
1275
1288
  // --- Typography ---
@@ -1279,7 +1292,7 @@ const y = (e) => {
1279
1292
  * @see https://tailwindcss.com/docs/font-size
1280
1293
  */
1281
1294
  "font-size": [{
1282
- text: ["base", t, ne, q]
1295
+ text: ["base", t, te, D]
1283
1296
  }],
1284
1297
  /**
1285
1298
  * Font Smoothing
@@ -1296,21 +1309,21 @@ const y = (e) => {
1296
1309
  * @see https://tailwindcss.com/docs/font-weight
1297
1310
  */
1298
1311
  "font-weight": [{
1299
- font: [o, s, me]
1312
+ font: [o, l, fe]
1300
1313
  }],
1301
1314
  /**
1302
1315
  * Font Stretch
1303
1316
  * @see https://tailwindcss.com/docs/font-stretch
1304
1317
  */
1305
1318
  "font-stretch": [{
1306
- "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ue, n]
1319
+ "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", me, a]
1307
1320
  }],
1308
1321
  /**
1309
1322
  * Font Family
1310
1323
  * @see https://tailwindcss.com/docs/font-family
1311
1324
  */
1312
1325
  "font-family": [{
1313
- font: [fr, n, a]
1326
+ font: [Rr, a, n]
1314
1327
  }],
1315
1328
  /**
1316
1329
  * Font Variant Numeric
@@ -1347,14 +1360,14 @@ const y = (e) => {
1347
1360
  * @see https://tailwindcss.com/docs/letter-spacing
1348
1361
  */
1349
1362
  tracking: [{
1350
- tracking: [i, s, n]
1363
+ tracking: [s, l, a]
1351
1364
  }],
1352
1365
  /**
1353
1366
  * Line Clamp
1354
1367
  * @see https://tailwindcss.com/docs/line-clamp
1355
1368
  */
1356
1369
  "line-clamp": [{
1357
- "line-clamp": [f, "none", s, me]
1370
+ "line-clamp": [p, "none", l, fe]
1358
1371
  }],
1359
1372
  /**
1360
1373
  * Line Height
@@ -1363,8 +1376,8 @@ const y = (e) => {
1363
1376
  leading: [{
1364
1377
  leading: [
1365
1378
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1366
- d,
1367
- ...u()
1379
+ c,
1380
+ ...m()
1368
1381
  ]
1369
1382
  }],
1370
1383
  /**
@@ -1372,7 +1385,7 @@ const y = (e) => {
1372
1385
  * @see https://tailwindcss.com/docs/list-style-image
1373
1386
  */
1374
1387
  "list-image": [{
1375
- "list-image": ["none", s, n]
1388
+ "list-image": ["none", l, a]
1376
1389
  }],
1377
1390
  /**
1378
1391
  * List Style Position
@@ -1386,7 +1399,7 @@ const y = (e) => {
1386
1399
  * @see https://tailwindcss.com/docs/list-style-type
1387
1400
  */
1388
1401
  "list-style-type": [{
1389
- list: ["disc", "decimal", "none", s, n]
1402
+ list: ["disc", "decimal", "none", l, a]
1390
1403
  }],
1391
1404
  /**
1392
1405
  * Text Alignment
@@ -1401,14 +1414,14 @@ const y = (e) => {
1401
1414
  * @see https://v3.tailwindcss.com/docs/placeholder-color
1402
1415
  */
1403
1416
  "placeholder-color": [{
1404
- placeholder: l()
1417
+ placeholder: d()
1405
1418
  }],
1406
1419
  /**
1407
1420
  * Text Color
1408
1421
  * @see https://tailwindcss.com/docs/text-color
1409
1422
  */
1410
1423
  "text-color": [{
1411
- text: l()
1424
+ text: d()
1412
1425
  }],
1413
1426
  /**
1414
1427
  * Text Decoration
@@ -1420,28 +1433,28 @@ const y = (e) => {
1420
1433
  * @see https://tailwindcss.com/docs/text-decoration-style
1421
1434
  */
1422
1435
  "text-decoration-style": [{
1423
- decoration: [...A(), "wavy"]
1436
+ decoration: [...I(), "wavy"]
1424
1437
  }],
1425
1438
  /**
1426
1439
  * Text Decoration Thickness
1427
1440
  * @see https://tailwindcss.com/docs/text-decoration-thickness
1428
1441
  */
1429
1442
  "text-decoration-thickness": [{
1430
- decoration: [f, "from-font", "auto", s, q]
1443
+ decoration: [p, "from-font", "auto", l, D]
1431
1444
  }],
1432
1445
  /**
1433
1446
  * Text Decoration Color
1434
1447
  * @see https://tailwindcss.com/docs/text-decoration-color
1435
1448
  */
1436
1449
  "text-decoration-color": [{
1437
- decoration: l()
1450
+ decoration: d()
1438
1451
  }],
1439
1452
  /**
1440
1453
  * Text Underline Offset
1441
1454
  * @see https://tailwindcss.com/docs/text-underline-offset
1442
1455
  */
1443
1456
  "underline-offset": [{
1444
- "underline-offset": [f, "auto", s, n]
1457
+ "underline-offset": [p, "auto", l, a]
1445
1458
  }],
1446
1459
  /**
1447
1460
  * Text Transform
@@ -1465,14 +1478,14 @@ const y = (e) => {
1465
1478
  * @see https://tailwindcss.com/docs/text-indent
1466
1479
  */
1467
1480
  indent: [{
1468
- indent: u()
1481
+ indent: m()
1469
1482
  }],
1470
1483
  /**
1471
1484
  * Vertical Alignment
1472
1485
  * @see https://tailwindcss.com/docs/vertical-align
1473
1486
  */
1474
1487
  "vertical-align": [{
1475
- align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", s, n]
1488
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", l, a]
1476
1489
  }],
1477
1490
  /**
1478
1491
  * Whitespace
@@ -1507,7 +1520,7 @@ const y = (e) => {
1507
1520
  * @see https://tailwindcss.com/docs/content
1508
1521
  */
1509
1522
  content: [{
1510
- content: ["none", s, n]
1523
+ content: ["none", l, a]
1511
1524
  }],
1512
1525
  // -------------------
1513
1526
  // --- Backgrounds ---
@@ -1538,21 +1551,21 @@ const y = (e) => {
1538
1551
  * @see https://tailwindcss.com/docs/background-position
1539
1552
  */
1540
1553
  "bg-position": [{
1541
- bg: ee()
1554
+ bg: K()
1542
1555
  }],
1543
1556
  /**
1544
1557
  * Background Repeat
1545
1558
  * @see https://tailwindcss.com/docs/background-repeat
1546
1559
  */
1547
1560
  "bg-repeat": [{
1548
- bg: r()
1561
+ bg: ee()
1549
1562
  }],
1550
1563
  /**
1551
1564
  * Background Size
1552
1565
  * @see https://tailwindcss.com/docs/background-size
1553
1566
  */
1554
1567
  "bg-size": [{
1555
- bg: m()
1568
+ bg: r()
1556
1569
  }],
1557
1570
  /**
1558
1571
  * Background Image
@@ -1562,59 +1575,59 @@ const y = (e) => {
1562
1575
  bg: ["none", {
1563
1576
  linear: [{
1564
1577
  to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1565
- }, Y, s, n],
1566
- radial: ["", s, n],
1567
- conic: [Y, s, n]
1568
- }, br, mr]
1578
+ }, Y, l, a],
1579
+ radial: ["", l, a],
1580
+ conic: [Y, l, a]
1581
+ }, _r, vr]
1569
1582
  }],
1570
1583
  /**
1571
1584
  * Background Color
1572
1585
  * @see https://tailwindcss.com/docs/background-color
1573
1586
  */
1574
1587
  "bg-color": [{
1575
- bg: l()
1588
+ bg: d()
1576
1589
  }],
1577
1590
  /**
1578
1591
  * Gradient Color Stops From Position
1579
1592
  * @see https://tailwindcss.com/docs/gradient-color-stops
1580
1593
  */
1581
1594
  "gradient-from-pos": [{
1582
- from: h()
1595
+ from: f()
1583
1596
  }],
1584
1597
  /**
1585
1598
  * Gradient Color Stops Via Position
1586
1599
  * @see https://tailwindcss.com/docs/gradient-color-stops
1587
1600
  */
1588
1601
  "gradient-via-pos": [{
1589
- via: h()
1602
+ via: f()
1590
1603
  }],
1591
1604
  /**
1592
1605
  * Gradient Color Stops To Position
1593
1606
  * @see https://tailwindcss.com/docs/gradient-color-stops
1594
1607
  */
1595
1608
  "gradient-to-pos": [{
1596
- to: h()
1609
+ to: f()
1597
1610
  }],
1598
1611
  /**
1599
1612
  * Gradient Color Stops From
1600
1613
  * @see https://tailwindcss.com/docs/gradient-color-stops
1601
1614
  */
1602
1615
  "gradient-from": [{
1603
- from: l()
1616
+ from: d()
1604
1617
  }],
1605
1618
  /**
1606
1619
  * Gradient Color Stops Via
1607
1620
  * @see https://tailwindcss.com/docs/gradient-color-stops
1608
1621
  */
1609
1622
  "gradient-via": [{
1610
- via: l()
1623
+ via: d()
1611
1624
  }],
1612
1625
  /**
1613
1626
  * Gradient Color Stops To
1614
1627
  * @see https://tailwindcss.com/docs/gradient-color-stops
1615
1628
  */
1616
1629
  "gradient-to": [{
1617
- to: l()
1630
+ to: d()
1618
1631
  }],
1619
1632
  // ---------------
1620
1633
  // --- Borders ---
@@ -1624,105 +1637,105 @@ const y = (e) => {
1624
1637
  * @see https://tailwindcss.com/docs/border-radius
1625
1638
  */
1626
1639
  rounded: [{
1627
- rounded: b()
1640
+ rounded: g()
1628
1641
  }],
1629
1642
  /**
1630
1643
  * Border Radius Start
1631
1644
  * @see https://tailwindcss.com/docs/border-radius
1632
1645
  */
1633
1646
  "rounded-s": [{
1634
- "rounded-s": b()
1647
+ "rounded-s": g()
1635
1648
  }],
1636
1649
  /**
1637
1650
  * Border Radius End
1638
1651
  * @see https://tailwindcss.com/docs/border-radius
1639
1652
  */
1640
1653
  "rounded-e": [{
1641
- "rounded-e": b()
1654
+ "rounded-e": g()
1642
1655
  }],
1643
1656
  /**
1644
1657
  * Border Radius Top
1645
1658
  * @see https://tailwindcss.com/docs/border-radius
1646
1659
  */
1647
1660
  "rounded-t": [{
1648
- "rounded-t": b()
1661
+ "rounded-t": g()
1649
1662
  }],
1650
1663
  /**
1651
1664
  * Border Radius Right
1652
1665
  * @see https://tailwindcss.com/docs/border-radius
1653
1666
  */
1654
1667
  "rounded-r": [{
1655
- "rounded-r": b()
1668
+ "rounded-r": g()
1656
1669
  }],
1657
1670
  /**
1658
1671
  * Border Radius Bottom
1659
1672
  * @see https://tailwindcss.com/docs/border-radius
1660
1673
  */
1661
1674
  "rounded-b": [{
1662
- "rounded-b": b()
1675
+ "rounded-b": g()
1663
1676
  }],
1664
1677
  /**
1665
1678
  * Border Radius Left
1666
1679
  * @see https://tailwindcss.com/docs/border-radius
1667
1680
  */
1668
1681
  "rounded-l": [{
1669
- "rounded-l": b()
1682
+ "rounded-l": g()
1670
1683
  }],
1671
1684
  /**
1672
1685
  * Border Radius Start Start
1673
1686
  * @see https://tailwindcss.com/docs/border-radius
1674
1687
  */
1675
1688
  "rounded-ss": [{
1676
- "rounded-ss": b()
1689
+ "rounded-ss": g()
1677
1690
  }],
1678
1691
  /**
1679
1692
  * Border Radius Start End
1680
1693
  * @see https://tailwindcss.com/docs/border-radius
1681
1694
  */
1682
1695
  "rounded-se": [{
1683
- "rounded-se": b()
1696
+ "rounded-se": g()
1684
1697
  }],
1685
1698
  /**
1686
1699
  * Border Radius End End
1687
1700
  * @see https://tailwindcss.com/docs/border-radius
1688
1701
  */
1689
1702
  "rounded-ee": [{
1690
- "rounded-ee": b()
1703
+ "rounded-ee": g()
1691
1704
  }],
1692
1705
  /**
1693
1706
  * Border Radius End Start
1694
1707
  * @see https://tailwindcss.com/docs/border-radius
1695
1708
  */
1696
1709
  "rounded-es": [{
1697
- "rounded-es": b()
1710
+ "rounded-es": g()
1698
1711
  }],
1699
1712
  /**
1700
1713
  * Border Radius Top Left
1701
1714
  * @see https://tailwindcss.com/docs/border-radius
1702
1715
  */
1703
1716
  "rounded-tl": [{
1704
- "rounded-tl": b()
1717
+ "rounded-tl": g()
1705
1718
  }],
1706
1719
  /**
1707
1720
  * Border Radius Top Right
1708
1721
  * @see https://tailwindcss.com/docs/border-radius
1709
1722
  */
1710
1723
  "rounded-tr": [{
1711
- "rounded-tr": b()
1724
+ "rounded-tr": g()
1712
1725
  }],
1713
1726
  /**
1714
1727
  * Border Radius Bottom Right
1715
1728
  * @see https://tailwindcss.com/docs/border-radius
1716
1729
  */
1717
1730
  "rounded-br": [{
1718
- "rounded-br": b()
1731
+ "rounded-br": g()
1719
1732
  }],
1720
1733
  /**
1721
1734
  * Border Radius Bottom Left
1722
1735
  * @see https://tailwindcss.com/docs/border-radius
1723
1736
  */
1724
1737
  "rounded-bl": [{
1725
- "rounded-bl": b()
1738
+ "rounded-bl": g()
1726
1739
  }],
1727
1740
  /**
1728
1741
  * Border Width
@@ -1816,112 +1829,112 @@ const y = (e) => {
1816
1829
  * @see https://tailwindcss.com/docs/border-style
1817
1830
  */
1818
1831
  "border-style": [{
1819
- border: [...A(), "hidden", "none"]
1832
+ border: [...I(), "hidden", "none"]
1820
1833
  }],
1821
1834
  /**
1822
1835
  * Divide Style
1823
1836
  * @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
1824
1837
  */
1825
1838
  "divide-style": [{
1826
- divide: [...A(), "hidden", "none"]
1839
+ divide: [...I(), "hidden", "none"]
1827
1840
  }],
1828
1841
  /**
1829
1842
  * Border Color
1830
1843
  * @see https://tailwindcss.com/docs/border-color
1831
1844
  */
1832
1845
  "border-color": [{
1833
- border: l()
1846
+ border: d()
1834
1847
  }],
1835
1848
  /**
1836
1849
  * Border Color X
1837
1850
  * @see https://tailwindcss.com/docs/border-color
1838
1851
  */
1839
1852
  "border-color-x": [{
1840
- "border-x": l()
1853
+ "border-x": d()
1841
1854
  }],
1842
1855
  /**
1843
1856
  * Border Color Y
1844
1857
  * @see https://tailwindcss.com/docs/border-color
1845
1858
  */
1846
1859
  "border-color-y": [{
1847
- "border-y": l()
1860
+ "border-y": d()
1848
1861
  }],
1849
1862
  /**
1850
1863
  * Border Color S
1851
1864
  * @see https://tailwindcss.com/docs/border-color
1852
1865
  */
1853
1866
  "border-color-s": [{
1854
- "border-s": l()
1867
+ "border-s": d()
1855
1868
  }],
1856
1869
  /**
1857
1870
  * Border Color E
1858
1871
  * @see https://tailwindcss.com/docs/border-color
1859
1872
  */
1860
1873
  "border-color-e": [{
1861
- "border-e": l()
1874
+ "border-e": d()
1862
1875
  }],
1863
1876
  /**
1864
1877
  * Border Color Top
1865
1878
  * @see https://tailwindcss.com/docs/border-color
1866
1879
  */
1867
1880
  "border-color-t": [{
1868
- "border-t": l()
1881
+ "border-t": d()
1869
1882
  }],
1870
1883
  /**
1871
1884
  * Border Color Right
1872
1885
  * @see https://tailwindcss.com/docs/border-color
1873
1886
  */
1874
1887
  "border-color-r": [{
1875
- "border-r": l()
1888
+ "border-r": d()
1876
1889
  }],
1877
1890
  /**
1878
1891
  * Border Color Bottom
1879
1892
  * @see https://tailwindcss.com/docs/border-color
1880
1893
  */
1881
1894
  "border-color-b": [{
1882
- "border-b": l()
1895
+ "border-b": d()
1883
1896
  }],
1884
1897
  /**
1885
1898
  * Border Color Left
1886
1899
  * @see https://tailwindcss.com/docs/border-color
1887
1900
  */
1888
1901
  "border-color-l": [{
1889
- "border-l": l()
1902
+ "border-l": d()
1890
1903
  }],
1891
1904
  /**
1892
1905
  * Divide Color
1893
1906
  * @see https://tailwindcss.com/docs/divide-color
1894
1907
  */
1895
1908
  "divide-color": [{
1896
- divide: l()
1909
+ divide: d()
1897
1910
  }],
1898
1911
  /**
1899
1912
  * Outline Style
1900
1913
  * @see https://tailwindcss.com/docs/outline-style
1901
1914
  */
1902
1915
  "outline-style": [{
1903
- outline: [...A(), "none", "hidden"]
1916
+ outline: [...I(), "none", "hidden"]
1904
1917
  }],
1905
1918
  /**
1906
1919
  * Outline Offset
1907
1920
  * @see https://tailwindcss.com/docs/outline-offset
1908
1921
  */
1909
1922
  "outline-offset": [{
1910
- "outline-offset": [f, s, n]
1923
+ "outline-offset": [p, l, a]
1911
1924
  }],
1912
1925
  /**
1913
1926
  * Outline Width
1914
1927
  * @see https://tailwindcss.com/docs/outline-width
1915
1928
  */
1916
1929
  "outline-w": [{
1917
- outline: ["", f, ne, q]
1930
+ outline: ["", p, te, D]
1918
1931
  }],
1919
1932
  /**
1920
1933
  * Outline Color
1921
1934
  * @see https://tailwindcss.com/docs/outline-color
1922
1935
  */
1923
1936
  "outline-color": [{
1924
- outline: l()
1937
+ outline: d()
1925
1938
  }],
1926
1939
  // ---------------
1927
1940
  // --- Effects ---
@@ -1935,9 +1948,9 @@ const y = (e) => {
1935
1948
  // Deprecated since Tailwind CSS v4.0.0
1936
1949
  "",
1937
1950
  "none",
1938
- v,
1939
- de,
1940
- ce
1951
+ x,
1952
+ ce,
1953
+ ie
1941
1954
  ]
1942
1955
  }],
1943
1956
  /**
@@ -1945,21 +1958,21 @@ const y = (e) => {
1945
1958
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
1946
1959
  */
1947
1960
  "shadow-color": [{
1948
- shadow: l()
1961
+ shadow: d()
1949
1962
  }],
1950
1963
  /**
1951
1964
  * Inset Box Shadow
1952
1965
  * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
1953
1966
  */
1954
1967
  "inset-shadow": [{
1955
- "inset-shadow": ["none", _, de, ce]
1968
+ "inset-shadow": ["none", R, ce, ie]
1956
1969
  }],
1957
1970
  /**
1958
1971
  * Inset Box Shadow Color
1959
1972
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
1960
1973
  */
1961
1974
  "inset-shadow-color": [{
1962
- "inset-shadow": l()
1975
+ "inset-shadow": d()
1963
1976
  }],
1964
1977
  /**
1965
1978
  * Ring Width
@@ -1980,7 +1993,7 @@ const y = (e) => {
1980
1993
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
1981
1994
  */
1982
1995
  "ring-color": [{
1983
- ring: l()
1996
+ ring: d()
1984
1997
  }],
1985
1998
  /**
1986
1999
  * Ring Offset Width
@@ -1989,7 +2002,7 @@ const y = (e) => {
1989
2002
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1990
2003
  */
1991
2004
  "ring-offset-w": [{
1992
- "ring-offset": [f, q]
2005
+ "ring-offset": [p, D]
1993
2006
  }],
1994
2007
  /**
1995
2008
  * Ring Offset Color
@@ -1998,7 +2011,7 @@ const y = (e) => {
1998
2011
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1999
2012
  */
2000
2013
  "ring-offset-color": [{
2001
- "ring-offset": l()
2014
+ "ring-offset": d()
2002
2015
  }],
2003
2016
  /**
2004
2017
  * Inset Ring Width
@@ -2012,42 +2025,42 @@ const y = (e) => {
2012
2025
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
2013
2026
  */
2014
2027
  "inset-ring-color": [{
2015
- "inset-ring": l()
2028
+ "inset-ring": d()
2016
2029
  }],
2017
2030
  /**
2018
2031
  * Text Shadow
2019
2032
  * @see https://tailwindcss.com/docs/text-shadow
2020
2033
  */
2021
2034
  "text-shadow": [{
2022
- "text-shadow": ["none", z, de, ce]
2035
+ "text-shadow": ["none", E, ce, ie]
2023
2036
  }],
2024
2037
  /**
2025
2038
  * Text Shadow Color
2026
2039
  * @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
2027
2040
  */
2028
2041
  "text-shadow-color": [{
2029
- "text-shadow": l()
2042
+ "text-shadow": d()
2030
2043
  }],
2031
2044
  /**
2032
2045
  * Opacity
2033
2046
  * @see https://tailwindcss.com/docs/opacity
2034
2047
  */
2035
2048
  opacity: [{
2036
- opacity: [f, s, n]
2049
+ opacity: [p, l, a]
2037
2050
  }],
2038
2051
  /**
2039
2052
  * Mix Blend Mode
2040
2053
  * @see https://tailwindcss.com/docs/mix-blend-mode
2041
2054
  */
2042
2055
  "mix-blend": [{
2043
- "mix-blend": [...H(), "plus-darker", "plus-lighter"]
2056
+ "mix-blend": [...B(), "plus-darker", "plus-lighter"]
2044
2057
  }],
2045
2058
  /**
2046
2059
  * Background Blend Mode
2047
2060
  * @see https://tailwindcss.com/docs/background-blend-mode
2048
2061
  */
2049
2062
  "bg-blend": [{
2050
- "bg-blend": H()
2063
+ "bg-blend": B()
2051
2064
  }],
2052
2065
  /**
2053
2066
  * Mask Clip
@@ -2068,106 +2081,106 @@ const y = (e) => {
2068
2081
  * @see https://tailwindcss.com/docs/mask-image
2069
2082
  */
2070
2083
  "mask-image-linear-pos": [{
2071
- "mask-linear": [f]
2084
+ "mask-linear": [p]
2072
2085
  }],
2073
2086
  "mask-image-linear-from-pos": [{
2074
- "mask-linear-from": x()
2087
+ "mask-linear-from": h()
2075
2088
  }],
2076
2089
  "mask-image-linear-to-pos": [{
2077
- "mask-linear-to": x()
2090
+ "mask-linear-to": h()
2078
2091
  }],
2079
2092
  "mask-image-linear-from-color": [{
2080
- "mask-linear-from": l()
2093
+ "mask-linear-from": d()
2081
2094
  }],
2082
2095
  "mask-image-linear-to-color": [{
2083
- "mask-linear-to": l()
2096
+ "mask-linear-to": d()
2084
2097
  }],
2085
2098
  "mask-image-t-from-pos": [{
2086
- "mask-t-from": x()
2099
+ "mask-t-from": h()
2087
2100
  }],
2088
2101
  "mask-image-t-to-pos": [{
2089
- "mask-t-to": x()
2102
+ "mask-t-to": h()
2090
2103
  }],
2091
2104
  "mask-image-t-from-color": [{
2092
- "mask-t-from": l()
2105
+ "mask-t-from": d()
2093
2106
  }],
2094
2107
  "mask-image-t-to-color": [{
2095
- "mask-t-to": l()
2108
+ "mask-t-to": d()
2096
2109
  }],
2097
2110
  "mask-image-r-from-pos": [{
2098
- "mask-r-from": x()
2111
+ "mask-r-from": h()
2099
2112
  }],
2100
2113
  "mask-image-r-to-pos": [{
2101
- "mask-r-to": x()
2114
+ "mask-r-to": h()
2102
2115
  }],
2103
2116
  "mask-image-r-from-color": [{
2104
- "mask-r-from": l()
2117
+ "mask-r-from": d()
2105
2118
  }],
2106
2119
  "mask-image-r-to-color": [{
2107
- "mask-r-to": l()
2120
+ "mask-r-to": d()
2108
2121
  }],
2109
2122
  "mask-image-b-from-pos": [{
2110
- "mask-b-from": x()
2123
+ "mask-b-from": h()
2111
2124
  }],
2112
2125
  "mask-image-b-to-pos": [{
2113
- "mask-b-to": x()
2126
+ "mask-b-to": h()
2114
2127
  }],
2115
2128
  "mask-image-b-from-color": [{
2116
- "mask-b-from": l()
2129
+ "mask-b-from": d()
2117
2130
  }],
2118
2131
  "mask-image-b-to-color": [{
2119
- "mask-b-to": l()
2132
+ "mask-b-to": d()
2120
2133
  }],
2121
2134
  "mask-image-l-from-pos": [{
2122
- "mask-l-from": x()
2135
+ "mask-l-from": h()
2123
2136
  }],
2124
2137
  "mask-image-l-to-pos": [{
2125
- "mask-l-to": x()
2138
+ "mask-l-to": h()
2126
2139
  }],
2127
2140
  "mask-image-l-from-color": [{
2128
- "mask-l-from": l()
2141
+ "mask-l-from": d()
2129
2142
  }],
2130
2143
  "mask-image-l-to-color": [{
2131
- "mask-l-to": l()
2144
+ "mask-l-to": d()
2132
2145
  }],
2133
2146
  "mask-image-x-from-pos": [{
2134
- "mask-x-from": x()
2147
+ "mask-x-from": h()
2135
2148
  }],
2136
2149
  "mask-image-x-to-pos": [{
2137
- "mask-x-to": x()
2150
+ "mask-x-to": h()
2138
2151
  }],
2139
2152
  "mask-image-x-from-color": [{
2140
- "mask-x-from": l()
2153
+ "mask-x-from": d()
2141
2154
  }],
2142
2155
  "mask-image-x-to-color": [{
2143
- "mask-x-to": l()
2156
+ "mask-x-to": d()
2144
2157
  }],
2145
2158
  "mask-image-y-from-pos": [{
2146
- "mask-y-from": x()
2159
+ "mask-y-from": h()
2147
2160
  }],
2148
2161
  "mask-image-y-to-pos": [{
2149
- "mask-y-to": x()
2162
+ "mask-y-to": h()
2150
2163
  }],
2151
2164
  "mask-image-y-from-color": [{
2152
- "mask-y-from": l()
2165
+ "mask-y-from": d()
2153
2166
  }],
2154
2167
  "mask-image-y-to-color": [{
2155
- "mask-y-to": l()
2168
+ "mask-y-to": d()
2156
2169
  }],
2157
2170
  "mask-image-radial": [{
2158
- "mask-radial": [s, n]
2171
+ "mask-radial": [l, a]
2159
2172
  }],
2160
2173
  "mask-image-radial-from-pos": [{
2161
- "mask-radial-from": x()
2174
+ "mask-radial-from": h()
2162
2175
  }],
2163
2176
  "mask-image-radial-to-pos": [{
2164
- "mask-radial-to": x()
2177
+ "mask-radial-to": h()
2165
2178
  }],
2166
2179
  "mask-image-radial-from-color": [{
2167
- "mask-radial-from": l()
2180
+ "mask-radial-from": d()
2168
2181
  }],
2169
2182
  "mask-image-radial-to-color": [{
2170
- "mask-radial-to": l()
2183
+ "mask-radial-to": d()
2171
2184
  }],
2172
2185
  "mask-image-radial-shape": [{
2173
2186
  "mask-radial": ["circle", "ellipse"]
@@ -2179,22 +2192,22 @@ const y = (e) => {
2179
2192
  }]
2180
2193
  }],
2181
2194
  "mask-image-radial-pos": [{
2182
- "mask-radial-at": F()
2195
+ "mask-radial-at": G()
2183
2196
  }],
2184
2197
  "mask-image-conic-pos": [{
2185
- "mask-conic": [f]
2198
+ "mask-conic": [p]
2186
2199
  }],
2187
2200
  "mask-image-conic-from-pos": [{
2188
- "mask-conic-from": x()
2201
+ "mask-conic-from": h()
2189
2202
  }],
2190
2203
  "mask-image-conic-to-pos": [{
2191
- "mask-conic-to": x()
2204
+ "mask-conic-to": h()
2192
2205
  }],
2193
2206
  "mask-image-conic-from-color": [{
2194
- "mask-conic-from": l()
2207
+ "mask-conic-from": d()
2195
2208
  }],
2196
2209
  "mask-image-conic-to-color": [{
2197
- "mask-conic-to": l()
2210
+ "mask-conic-to": d()
2198
2211
  }],
2199
2212
  /**
2200
2213
  * Mask Mode
@@ -2215,21 +2228,21 @@ const y = (e) => {
2215
2228
  * @see https://tailwindcss.com/docs/mask-position
2216
2229
  */
2217
2230
  "mask-position": [{
2218
- mask: ee()
2231
+ mask: K()
2219
2232
  }],
2220
2233
  /**
2221
2234
  * Mask Repeat
2222
2235
  * @see https://tailwindcss.com/docs/mask-repeat
2223
2236
  */
2224
2237
  "mask-repeat": [{
2225
- mask: r()
2238
+ mask: ee()
2226
2239
  }],
2227
2240
  /**
2228
2241
  * Mask Size
2229
2242
  * @see https://tailwindcss.com/docs/mask-size
2230
2243
  */
2231
2244
  "mask-size": [{
2232
- mask: m()
2245
+ mask: r()
2233
2246
  }],
2234
2247
  /**
2235
2248
  * Mask Type
@@ -2243,7 +2256,7 @@ const y = (e) => {
2243
2256
  * @see https://tailwindcss.com/docs/mask-image
2244
2257
  */
2245
2258
  "mask-image": [{
2246
- mask: ["none", s, n]
2259
+ mask: ["none", l, a]
2247
2260
  }],
2248
2261
  // ---------------
2249
2262
  // --- Filters ---
@@ -2257,8 +2270,8 @@ const y = (e) => {
2257
2270
  // Deprecated since Tailwind CSS v3.0.0
2258
2271
  "",
2259
2272
  "none",
2260
- s,
2261
- n
2273
+ l,
2274
+ a
2262
2275
  ]
2263
2276
  }],
2264
2277
  /**
@@ -2266,21 +2279,21 @@ const y = (e) => {
2266
2279
  * @see https://tailwindcss.com/docs/blur
2267
2280
  */
2268
2281
  blur: [{
2269
- blur: w()
2282
+ blur: N()
2270
2283
  }],
2271
2284
  /**
2272
2285
  * Brightness
2273
2286
  * @see https://tailwindcss.com/docs/brightness
2274
2287
  */
2275
2288
  brightness: [{
2276
- brightness: [f, s, n]
2289
+ brightness: [p, l, a]
2277
2290
  }],
2278
2291
  /**
2279
2292
  * Contrast
2280
2293
  * @see https://tailwindcss.com/docs/contrast
2281
2294
  */
2282
2295
  contrast: [{
2283
- contrast: [f, s, n]
2296
+ contrast: [p, l, a]
2284
2297
  }],
2285
2298
  /**
2286
2299
  * Drop Shadow
@@ -2291,9 +2304,9 @@ const y = (e) => {
2291
2304
  // Deprecated since Tailwind CSS v4.0.0
2292
2305
  "",
2293
2306
  "none",
2294
- G,
2295
- de,
2296
- ce
2307
+ T,
2308
+ ce,
2309
+ ie
2297
2310
  ]
2298
2311
  }],
2299
2312
  /**
@@ -2301,42 +2314,42 @@ const y = (e) => {
2301
2314
  * @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
2302
2315
  */
2303
2316
  "drop-shadow-color": [{
2304
- "drop-shadow": l()
2317
+ "drop-shadow": d()
2305
2318
  }],
2306
2319
  /**
2307
2320
  * Grayscale
2308
2321
  * @see https://tailwindcss.com/docs/grayscale
2309
2322
  */
2310
2323
  grayscale: [{
2311
- grayscale: ["", f, s, n]
2324
+ grayscale: ["", p, l, a]
2312
2325
  }],
2313
2326
  /**
2314
2327
  * Hue Rotate
2315
2328
  * @see https://tailwindcss.com/docs/hue-rotate
2316
2329
  */
2317
2330
  "hue-rotate": [{
2318
- "hue-rotate": [f, s, n]
2331
+ "hue-rotate": [p, l, a]
2319
2332
  }],
2320
2333
  /**
2321
2334
  * Invert
2322
2335
  * @see https://tailwindcss.com/docs/invert
2323
2336
  */
2324
2337
  invert: [{
2325
- invert: ["", f, s, n]
2338
+ invert: ["", p, l, a]
2326
2339
  }],
2327
2340
  /**
2328
2341
  * Saturate
2329
2342
  * @see https://tailwindcss.com/docs/saturate
2330
2343
  */
2331
2344
  saturate: [{
2332
- saturate: [f, s, n]
2345
+ saturate: [p, l, a]
2333
2346
  }],
2334
2347
  /**
2335
2348
  * Sepia
2336
2349
  * @see https://tailwindcss.com/docs/sepia
2337
2350
  */
2338
2351
  sepia: [{
2339
- sepia: ["", f, s, n]
2352
+ sepia: ["", p, l, a]
2340
2353
  }],
2341
2354
  /**
2342
2355
  * Backdrop Filter
@@ -2347,8 +2360,8 @@ const y = (e) => {
2347
2360
  // Deprecated since Tailwind CSS v3.0.0
2348
2361
  "",
2349
2362
  "none",
2350
- s,
2351
- n
2363
+ l,
2364
+ a
2352
2365
  ]
2353
2366
  }],
2354
2367
  /**
@@ -2356,63 +2369,63 @@ const y = (e) => {
2356
2369
  * @see https://tailwindcss.com/docs/backdrop-blur
2357
2370
  */
2358
2371
  "backdrop-blur": [{
2359
- "backdrop-blur": w()
2372
+ "backdrop-blur": N()
2360
2373
  }],
2361
2374
  /**
2362
2375
  * Backdrop Brightness
2363
2376
  * @see https://tailwindcss.com/docs/backdrop-brightness
2364
2377
  */
2365
2378
  "backdrop-brightness": [{
2366
- "backdrop-brightness": [f, s, n]
2379
+ "backdrop-brightness": [p, l, a]
2367
2380
  }],
2368
2381
  /**
2369
2382
  * Backdrop Contrast
2370
2383
  * @see https://tailwindcss.com/docs/backdrop-contrast
2371
2384
  */
2372
2385
  "backdrop-contrast": [{
2373
- "backdrop-contrast": [f, s, n]
2386
+ "backdrop-contrast": [p, l, a]
2374
2387
  }],
2375
2388
  /**
2376
2389
  * Backdrop Grayscale
2377
2390
  * @see https://tailwindcss.com/docs/backdrop-grayscale
2378
2391
  */
2379
2392
  "backdrop-grayscale": [{
2380
- "backdrop-grayscale": ["", f, s, n]
2393
+ "backdrop-grayscale": ["", p, l, a]
2381
2394
  }],
2382
2395
  /**
2383
2396
  * Backdrop Hue Rotate
2384
2397
  * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2385
2398
  */
2386
2399
  "backdrop-hue-rotate": [{
2387
- "backdrop-hue-rotate": [f, s, n]
2400
+ "backdrop-hue-rotate": [p, l, a]
2388
2401
  }],
2389
2402
  /**
2390
2403
  * Backdrop Invert
2391
2404
  * @see https://tailwindcss.com/docs/backdrop-invert
2392
2405
  */
2393
2406
  "backdrop-invert": [{
2394
- "backdrop-invert": ["", f, s, n]
2407
+ "backdrop-invert": ["", p, l, a]
2395
2408
  }],
2396
2409
  /**
2397
2410
  * Backdrop Opacity
2398
2411
  * @see https://tailwindcss.com/docs/backdrop-opacity
2399
2412
  */
2400
2413
  "backdrop-opacity": [{
2401
- "backdrop-opacity": [f, s, n]
2414
+ "backdrop-opacity": [p, l, a]
2402
2415
  }],
2403
2416
  /**
2404
2417
  * Backdrop Saturate
2405
2418
  * @see https://tailwindcss.com/docs/backdrop-saturate
2406
2419
  */
2407
2420
  "backdrop-saturate": [{
2408
- "backdrop-saturate": [f, s, n]
2421
+ "backdrop-saturate": [p, l, a]
2409
2422
  }],
2410
2423
  /**
2411
2424
  * Backdrop Sepia
2412
2425
  * @see https://tailwindcss.com/docs/backdrop-sepia
2413
2426
  */
2414
2427
  "backdrop-sepia": [{
2415
- "backdrop-sepia": ["", f, s, n]
2428
+ "backdrop-sepia": ["", p, l, a]
2416
2429
  }],
2417
2430
  // --------------
2418
2431
  // --- Tables ---
@@ -2429,21 +2442,21 @@ const y = (e) => {
2429
2442
  * @see https://tailwindcss.com/docs/border-spacing
2430
2443
  */
2431
2444
  "border-spacing": [{
2432
- "border-spacing": u()
2445
+ "border-spacing": m()
2433
2446
  }],
2434
2447
  /**
2435
2448
  * Border Spacing X
2436
2449
  * @see https://tailwindcss.com/docs/border-spacing
2437
2450
  */
2438
2451
  "border-spacing-x": [{
2439
- "border-spacing-x": u()
2452
+ "border-spacing-x": m()
2440
2453
  }],
2441
2454
  /**
2442
2455
  * Border Spacing Y
2443
2456
  * @see https://tailwindcss.com/docs/border-spacing
2444
2457
  */
2445
2458
  "border-spacing-y": [{
2446
- "border-spacing-y": u()
2459
+ "border-spacing-y": m()
2447
2460
  }],
2448
2461
  /**
2449
2462
  * Table Layout
@@ -2467,7 +2480,7 @@ const y = (e) => {
2467
2480
  * @see https://tailwindcss.com/docs/transition-property
2468
2481
  */
2469
2482
  transition: [{
2470
- transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", s, n]
2483
+ transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", l, a]
2471
2484
  }],
2472
2485
  /**
2473
2486
  * Transition Behavior
@@ -2481,28 +2494,28 @@ const y = (e) => {
2481
2494
  * @see https://tailwindcss.com/docs/transition-duration
2482
2495
  */
2483
2496
  duration: [{
2484
- duration: [f, "initial", s, n]
2497
+ duration: [p, "initial", l, a]
2485
2498
  }],
2486
2499
  /**
2487
2500
  * Transition Timing Function
2488
2501
  * @see https://tailwindcss.com/docs/transition-timing-function
2489
2502
  */
2490
2503
  ease: [{
2491
- ease: ["linear", "initial", O, s, n]
2504
+ ease: ["linear", "initial", O, l, a]
2492
2505
  }],
2493
2506
  /**
2494
2507
  * Transition Delay
2495
2508
  * @see https://tailwindcss.com/docs/transition-delay
2496
2509
  */
2497
2510
  delay: [{
2498
- delay: [f, s, n]
2511
+ delay: [p, l, a]
2499
2512
  }],
2500
2513
  /**
2501
2514
  * Animation
2502
2515
  * @see https://tailwindcss.com/docs/animation
2503
2516
  */
2504
2517
  animate: [{
2505
- animate: ["none", J, s, n]
2518
+ animate: ["none", U, l, a]
2506
2519
  }],
2507
2520
  // ------------------
2508
2521
  // --- Transforms ---
@@ -2519,70 +2532,70 @@ const y = (e) => {
2519
2532
  * @see https://tailwindcss.com/docs/perspective
2520
2533
  */
2521
2534
  perspective: [{
2522
- perspective: [E, s, n]
2535
+ perspective: [_, l, a]
2523
2536
  }],
2524
2537
  /**
2525
2538
  * Perspective Origin
2526
2539
  * @see https://tailwindcss.com/docs/perspective-origin
2527
2540
  */
2528
2541
  "perspective-origin": [{
2529
- "perspective-origin": V()
2542
+ "perspective-origin": L()
2530
2543
  }],
2531
2544
  /**
2532
2545
  * Rotate
2533
2546
  * @see https://tailwindcss.com/docs/rotate
2534
2547
  */
2535
2548
  rotate: [{
2536
- rotate: C()
2549
+ rotate: V()
2537
2550
  }],
2538
2551
  /**
2539
2552
  * Rotate X
2540
2553
  * @see https://tailwindcss.com/docs/rotate
2541
2554
  */
2542
2555
  "rotate-x": [{
2543
- "rotate-x": C()
2556
+ "rotate-x": V()
2544
2557
  }],
2545
2558
  /**
2546
2559
  * Rotate Y
2547
2560
  * @see https://tailwindcss.com/docs/rotate
2548
2561
  */
2549
2562
  "rotate-y": [{
2550
- "rotate-y": C()
2563
+ "rotate-y": V()
2551
2564
  }],
2552
2565
  /**
2553
2566
  * Rotate Z
2554
2567
  * @see https://tailwindcss.com/docs/rotate
2555
2568
  */
2556
2569
  "rotate-z": [{
2557
- "rotate-z": C()
2570
+ "rotate-z": V()
2558
2571
  }],
2559
2572
  /**
2560
2573
  * Scale
2561
2574
  * @see https://tailwindcss.com/docs/scale
2562
2575
  */
2563
2576
  scale: [{
2564
- scale: $()
2577
+ scale: q()
2565
2578
  }],
2566
2579
  /**
2567
2580
  * Scale X
2568
2581
  * @see https://tailwindcss.com/docs/scale
2569
2582
  */
2570
2583
  "scale-x": [{
2571
- "scale-x": $()
2584
+ "scale-x": q()
2572
2585
  }],
2573
2586
  /**
2574
2587
  * Scale Y
2575
2588
  * @see https://tailwindcss.com/docs/scale
2576
2589
  */
2577
2590
  "scale-y": [{
2578
- "scale-y": $()
2591
+ "scale-y": q()
2579
2592
  }],
2580
2593
  /**
2581
2594
  * Scale Z
2582
2595
  * @see https://tailwindcss.com/docs/scale
2583
2596
  */
2584
2597
  "scale-z": [{
2585
- "scale-z": $()
2598
+ "scale-z": q()
2586
2599
  }],
2587
2600
  /**
2588
2601
  * Scale 3D
@@ -2594,35 +2607,35 @@ const y = (e) => {
2594
2607
  * @see https://tailwindcss.com/docs/skew
2595
2608
  */
2596
2609
  skew: [{
2597
- skew: re()
2610
+ skew: ue()
2598
2611
  }],
2599
2612
  /**
2600
2613
  * Skew X
2601
2614
  * @see https://tailwindcss.com/docs/skew
2602
2615
  */
2603
2616
  "skew-x": [{
2604
- "skew-x": re()
2617
+ "skew-x": ue()
2605
2618
  }],
2606
2619
  /**
2607
2620
  * Skew Y
2608
2621
  * @see https://tailwindcss.com/docs/skew
2609
2622
  */
2610
2623
  "skew-y": [{
2611
- "skew-y": re()
2624
+ "skew-y": ue()
2612
2625
  }],
2613
2626
  /**
2614
2627
  * Transform
2615
2628
  * @see https://tailwindcss.com/docs/transform
2616
2629
  */
2617
2630
  transform: [{
2618
- transform: [s, n, "", "none", "gpu", "cpu"]
2631
+ transform: [l, a, "", "none", "gpu", "cpu"]
2619
2632
  }],
2620
2633
  /**
2621
2634
  * Transform Origin
2622
2635
  * @see https://tailwindcss.com/docs/transform-origin
2623
2636
  */
2624
2637
  "transform-origin": [{
2625
- origin: V()
2638
+ origin: L()
2626
2639
  }],
2627
2640
  /**
2628
2641
  * Transform Style
@@ -2636,28 +2649,28 @@ const y = (e) => {
2636
2649
  * @see https://tailwindcss.com/docs/translate
2637
2650
  */
2638
2651
  translate: [{
2639
- translate: ie()
2652
+ translate: ae()
2640
2653
  }],
2641
2654
  /**
2642
2655
  * Translate X
2643
2656
  * @see https://tailwindcss.com/docs/translate
2644
2657
  */
2645
2658
  "translate-x": [{
2646
- "translate-x": ie()
2659
+ "translate-x": ae()
2647
2660
  }],
2648
2661
  /**
2649
2662
  * Translate Y
2650
2663
  * @see https://tailwindcss.com/docs/translate
2651
2664
  */
2652
2665
  "translate-y": [{
2653
- "translate-y": ie()
2666
+ "translate-y": ae()
2654
2667
  }],
2655
2668
  /**
2656
2669
  * Translate Z
2657
2670
  * @see https://tailwindcss.com/docs/translate
2658
2671
  */
2659
2672
  "translate-z": [{
2660
- "translate-z": ie()
2673
+ "translate-z": ae()
2661
2674
  }],
2662
2675
  /**
2663
2676
  * Translate None
@@ -2672,7 +2685,7 @@ const y = (e) => {
2672
2685
  * @see https://tailwindcss.com/docs/accent-color
2673
2686
  */
2674
2687
  accent: [{
2675
- accent: l()
2688
+ accent: d()
2676
2689
  }],
2677
2690
  /**
2678
2691
  * Appearance
@@ -2686,7 +2699,7 @@ const y = (e) => {
2686
2699
  * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2687
2700
  */
2688
2701
  "caret-color": [{
2689
- caret: l()
2702
+ caret: d()
2690
2703
  }],
2691
2704
  /**
2692
2705
  * Color Scheme
@@ -2700,7 +2713,7 @@ const y = (e) => {
2700
2713
  * @see https://tailwindcss.com/docs/cursor
2701
2714
  */
2702
2715
  cursor: [{
2703
- 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", s, n]
2716
+ 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", l, a]
2704
2717
  }],
2705
2718
  /**
2706
2719
  * Field Sizing
@@ -2735,126 +2748,126 @@ const y = (e) => {
2735
2748
  * @see https://tailwindcss.com/docs/scroll-margin
2736
2749
  */
2737
2750
  "scroll-m": [{
2738
- "scroll-m": u()
2751
+ "scroll-m": m()
2739
2752
  }],
2740
2753
  /**
2741
2754
  * Scroll Margin X
2742
2755
  * @see https://tailwindcss.com/docs/scroll-margin
2743
2756
  */
2744
2757
  "scroll-mx": [{
2745
- "scroll-mx": u()
2758
+ "scroll-mx": m()
2746
2759
  }],
2747
2760
  /**
2748
2761
  * Scroll Margin Y
2749
2762
  * @see https://tailwindcss.com/docs/scroll-margin
2750
2763
  */
2751
2764
  "scroll-my": [{
2752
- "scroll-my": u()
2765
+ "scroll-my": m()
2753
2766
  }],
2754
2767
  /**
2755
2768
  * Scroll Margin Start
2756
2769
  * @see https://tailwindcss.com/docs/scroll-margin
2757
2770
  */
2758
2771
  "scroll-ms": [{
2759
- "scroll-ms": u()
2772
+ "scroll-ms": m()
2760
2773
  }],
2761
2774
  /**
2762
2775
  * Scroll Margin End
2763
2776
  * @see https://tailwindcss.com/docs/scroll-margin
2764
2777
  */
2765
2778
  "scroll-me": [{
2766
- "scroll-me": u()
2779
+ "scroll-me": m()
2767
2780
  }],
2768
2781
  /**
2769
2782
  * Scroll Margin Top
2770
2783
  * @see https://tailwindcss.com/docs/scroll-margin
2771
2784
  */
2772
2785
  "scroll-mt": [{
2773
- "scroll-mt": u()
2786
+ "scroll-mt": m()
2774
2787
  }],
2775
2788
  /**
2776
2789
  * Scroll Margin Right
2777
2790
  * @see https://tailwindcss.com/docs/scroll-margin
2778
2791
  */
2779
2792
  "scroll-mr": [{
2780
- "scroll-mr": u()
2793
+ "scroll-mr": m()
2781
2794
  }],
2782
2795
  /**
2783
2796
  * Scroll Margin Bottom
2784
2797
  * @see https://tailwindcss.com/docs/scroll-margin
2785
2798
  */
2786
2799
  "scroll-mb": [{
2787
- "scroll-mb": u()
2800
+ "scroll-mb": m()
2788
2801
  }],
2789
2802
  /**
2790
2803
  * Scroll Margin Left
2791
2804
  * @see https://tailwindcss.com/docs/scroll-margin
2792
2805
  */
2793
2806
  "scroll-ml": [{
2794
- "scroll-ml": u()
2807
+ "scroll-ml": m()
2795
2808
  }],
2796
2809
  /**
2797
2810
  * Scroll Padding
2798
2811
  * @see https://tailwindcss.com/docs/scroll-padding
2799
2812
  */
2800
2813
  "scroll-p": [{
2801
- "scroll-p": u()
2814
+ "scroll-p": m()
2802
2815
  }],
2803
2816
  /**
2804
2817
  * Scroll Padding X
2805
2818
  * @see https://tailwindcss.com/docs/scroll-padding
2806
2819
  */
2807
2820
  "scroll-px": [{
2808
- "scroll-px": u()
2821
+ "scroll-px": m()
2809
2822
  }],
2810
2823
  /**
2811
2824
  * Scroll Padding Y
2812
2825
  * @see https://tailwindcss.com/docs/scroll-padding
2813
2826
  */
2814
2827
  "scroll-py": [{
2815
- "scroll-py": u()
2828
+ "scroll-py": m()
2816
2829
  }],
2817
2830
  /**
2818
2831
  * Scroll Padding Start
2819
2832
  * @see https://tailwindcss.com/docs/scroll-padding
2820
2833
  */
2821
2834
  "scroll-ps": [{
2822
- "scroll-ps": u()
2835
+ "scroll-ps": m()
2823
2836
  }],
2824
2837
  /**
2825
2838
  * Scroll Padding End
2826
2839
  * @see https://tailwindcss.com/docs/scroll-padding
2827
2840
  */
2828
2841
  "scroll-pe": [{
2829
- "scroll-pe": u()
2842
+ "scroll-pe": m()
2830
2843
  }],
2831
2844
  /**
2832
2845
  * Scroll Padding Top
2833
2846
  * @see https://tailwindcss.com/docs/scroll-padding
2834
2847
  */
2835
2848
  "scroll-pt": [{
2836
- "scroll-pt": u()
2849
+ "scroll-pt": m()
2837
2850
  }],
2838
2851
  /**
2839
2852
  * Scroll Padding Right
2840
2853
  * @see https://tailwindcss.com/docs/scroll-padding
2841
2854
  */
2842
2855
  "scroll-pr": [{
2843
- "scroll-pr": u()
2856
+ "scroll-pr": m()
2844
2857
  }],
2845
2858
  /**
2846
2859
  * Scroll Padding Bottom
2847
2860
  * @see https://tailwindcss.com/docs/scroll-padding
2848
2861
  */
2849
2862
  "scroll-pb": [{
2850
- "scroll-pb": u()
2863
+ "scroll-pb": m()
2851
2864
  }],
2852
2865
  /**
2853
2866
  * Scroll Padding Left
2854
2867
  * @see https://tailwindcss.com/docs/scroll-padding
2855
2868
  */
2856
2869
  "scroll-pl": [{
2857
- "scroll-pl": u()
2870
+ "scroll-pl": m()
2858
2871
  }],
2859
2872
  /**
2860
2873
  * Scroll Snap Align
@@ -2922,7 +2935,7 @@ const y = (e) => {
2922
2935
  * @see https://tailwindcss.com/docs/will-change
2923
2936
  */
2924
2937
  "will-change": [{
2925
- "will-change": ["auto", "scroll", "contents", "transform", s, n]
2938
+ "will-change": ["auto", "scroll", "contents", "transform", l, a]
2926
2939
  }],
2927
2940
  // -----------
2928
2941
  // --- SVG ---
@@ -2932,21 +2945,21 @@ const y = (e) => {
2932
2945
  * @see https://tailwindcss.com/docs/fill
2933
2946
  */
2934
2947
  fill: [{
2935
- fill: ["none", ...l()]
2948
+ fill: ["none", ...d()]
2936
2949
  }],
2937
2950
  /**
2938
2951
  * Stroke Width
2939
2952
  * @see https://tailwindcss.com/docs/stroke-width
2940
2953
  */
2941
2954
  "stroke-w": [{
2942
- stroke: [f, ne, q, me]
2955
+ stroke: [p, te, D, fe]
2943
2956
  }],
2944
2957
  /**
2945
2958
  * Stroke
2946
2959
  * @see https://tailwindcss.com/docs/stroke
2947
2960
  */
2948
2961
  stroke: [{
2949
- stroke: ["none", ...l()]
2962
+ stroke: ["none", ...d()]
2950
2963
  }],
2951
2964
  // ---------------------
2952
2965
  // --- Accessibility ---
@@ -3014,12 +3027,12 @@ const y = (e) => {
3014
3027
  },
3015
3028
  orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
3016
3029
  };
3017
- }, xr = /* @__PURE__ */ Ke(kr);
3018
- function vr(...e) {
3019
- return xr(Fe(e));
3030
+ }, Cr = /* @__PURE__ */ ir(Sr);
3031
+ function Or(...e) {
3032
+ return Cr(Ye(e));
3020
3033
  }
3021
3034
  export {
3022
- Fe as a,
3023
- vr as c,
3024
- yr as j
3035
+ Ye as a,
3036
+ Or as c,
3037
+ zr as j
3025
3038
  };