@equal-experts/kuat-react 0.2.2 → 0.2.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,54 +1,57 @@
1
- import { jsx as le } from "react/jsx-runtime";
2
- import * as ae from "react";
3
- import { Slot as ce } from "@radix-ui/react-slot";
4
- function ee(e) {
1
+ import { jsx as x, jsxs as ae } from "react/jsx-runtime";
2
+ import * as N from "react";
3
+ import { Slot as me } from "@radix-ui/react-slot";
4
+ import * as G from "@radix-ui/react-accordion";
5
+ import { ChevronDown as he } from "lucide-react";
6
+ import * as v from "@radix-ui/react-alert-dialog";
7
+ function ie(e) {
5
8
  var t, r, o = "";
6
9
  if (typeof e == "string" || typeof e == "number") o += e;
7
10
  else if (typeof e == "object") if (Array.isArray(e)) {
8
- var i = e.length;
9
- for (t = 0; t < i; t++) e[t] && (r = ee(e[t])) && (o && (o += " "), o += r);
11
+ var a = e.length;
12
+ for (t = 0; t < a; t++) e[t] && (r = ie(e[t])) && (o && (o += " "), o += r);
10
13
  } else for (r in e) e[r] && (o && (o += " "), o += r);
11
14
  return o;
12
15
  }
13
- function re() {
14
- for (var e, t, r = 0, o = "", i = arguments.length; r < i; r++) (e = arguments[r]) && (t = ee(e)) && (o && (o += " "), o += t);
16
+ function le() {
17
+ for (var e, t, r = 0, o = "", a = arguments.length; r < a; r++) (e = arguments[r]) && (t = ie(e)) && (o && (o += " "), o += t);
15
18
  return o;
16
19
  }
17
- const B = "-", de = (e) => {
18
- const t = pe(e), {
20
+ const q = "-", ye = (e) => {
21
+ const t = ve(e), {
19
22
  conflictingClassGroups: r,
20
23
  conflictingClassGroupModifiers: o
21
24
  } = e;
22
25
  return {
23
- getClassGroupId: (l) => {
24
- const s = l.split(B);
25
- return s[0] === "" && s.length !== 1 && s.shift(), te(s, t) || ue(l);
26
+ getClassGroupId: (i) => {
27
+ const s = i.split(q);
28
+ return s[0] === "" && s.length !== 1 && s.shift(), ce(s, t) || xe(i);
26
29
  },
27
- getConflictingClassGroupIds: (l, s) => {
28
- const b = r[l] || [];
29
- return s && o[l] ? [...b, ...o[l]] : b;
30
+ getConflictingClassGroupIds: (i, s) => {
31
+ const g = r[i] || [];
32
+ return s && o[i] ? [...g, ...o[i]] : g;
30
33
  }
31
34
  };
32
- }, te = (e, t) => {
33
- var l;
35
+ }, ce = (e, t) => {
36
+ var i;
34
37
  if (e.length === 0)
35
38
  return t.classGroupId;
36
- const r = e[0], o = t.nextPart.get(r), i = o ? te(e.slice(1), o) : void 0;
37
- if (i)
38
- return i;
39
+ const r = e[0], o = t.nextPart.get(r), a = o ? ce(e.slice(1), o) : void 0;
40
+ if (a)
41
+ return a;
39
42
  if (t.validators.length === 0)
40
43
  return;
41
- const n = e.join(B);
42
- return (l = t.validators.find(({
44
+ const n = e.join(q);
45
+ return (i = t.validators.find(({
43
46
  validator: s
44
- }) => s(n))) == null ? void 0 : l.classGroupId;
45
- }, H = /^\[(.+)\]$/, ue = (e) => {
46
- if (H.test(e)) {
47
- const t = H.exec(e)[1], r = t == null ? void 0 : t.substring(0, t.indexOf(":"));
47
+ }) => s(n))) == null ? void 0 : i.classGroupId;
48
+ }, re = /^\[(.+)\]$/, xe = (e) => {
49
+ if (re.test(e)) {
50
+ const t = re.exec(e)[1], r = t == null ? void 0 : t.substring(0, t.indexOf(":"));
48
51
  if (r)
49
52
  return "arbitrary.." + r;
50
53
  }
51
- }, pe = (e) => {
54
+ }, ve = (e) => {
52
55
  const {
53
56
  theme: t,
54
57
  prefix: r
@@ -56,43 +59,43 @@ const B = "-", de = (e) => {
56
59
  nextPart: /* @__PURE__ */ new Map(),
57
60
  validators: []
58
61
  };
59
- return ge(Object.entries(e.classGroups), r).forEach(([n, l]) => {
60
- $(l, o, n, t);
62
+ return Ce(Object.entries(e.classGroups), r).forEach(([n, i]) => {
63
+ H(i, o, n, t);
61
64
  }), o;
62
- }, $ = (e, t, r, o) => {
63
- e.forEach((i) => {
64
- if (typeof i == "string") {
65
- const n = i === "" ? t : Q(t, i);
65
+ }, H = (e, t, r, o) => {
66
+ e.forEach((a) => {
67
+ if (typeof a == "string") {
68
+ const n = a === "" ? t : oe(t, a);
66
69
  n.classGroupId = r;
67
70
  return;
68
71
  }
69
- if (typeof i == "function") {
70
- if (be(i)) {
71
- $(i(o), t, r, o);
72
+ if (typeof a == "function") {
73
+ if (we(a)) {
74
+ H(a(o), t, r, o);
72
75
  return;
73
76
  }
74
77
  t.validators.push({
75
- validator: i,
78
+ validator: a,
76
79
  classGroupId: r
77
80
  });
78
81
  return;
79
82
  }
80
- Object.entries(i).forEach(([n, l]) => {
81
- $(l, Q(t, n), r, o);
83
+ Object.entries(a).forEach(([n, i]) => {
84
+ H(i, oe(t, n), r, o);
82
85
  });
83
86
  });
84
- }, Q = (e, t) => {
87
+ }, oe = (e, t) => {
85
88
  let r = e;
86
- return t.split(B).forEach((o) => {
89
+ return t.split(q).forEach((o) => {
87
90
  r.nextPart.has(o) || r.nextPart.set(o, {
88
91
  nextPart: /* @__PURE__ */ new Map(),
89
92
  validators: []
90
93
  }), r = r.nextPart.get(o);
91
94
  }), r;
92
- }, be = (e) => e.isThemeGetter, ge = (e, t) => t ? e.map(([r, o]) => {
93
- const i = o.map((n) => typeof n == "string" ? t + n : typeof n == "object" ? Object.fromEntries(Object.entries(n).map(([l, s]) => [t + l, s])) : n);
94
- return [r, i];
95
- }) : e, fe = (e) => {
95
+ }, we = (e) => e.isThemeGetter, Ce = (e, t) => t ? e.map(([r, o]) => {
96
+ const a = o.map((n) => typeof n == "string" ? t + n : typeof n == "object" ? Object.fromEntries(Object.entries(n).map(([i, s]) => [t + i, s])) : n);
97
+ return [r, a];
98
+ }) : e, ke = (e) => {
96
99
  if (e < 1)
97
100
  return {
98
101
  get: () => {
@@ -101,33 +104,33 @@ const B = "-", de = (e) => {
101
104
  }
102
105
  };
103
106
  let t = 0, r = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
104
- const i = (n, l) => {
105
- r.set(n, l), t++, t > e && (t = 0, o = r, r = /* @__PURE__ */ new Map());
107
+ const a = (n, i) => {
108
+ r.set(n, i), t++, t > e && (t = 0, o = r, r = /* @__PURE__ */ new Map());
106
109
  };
107
110
  return {
108
111
  get(n) {
109
- let l = r.get(n);
110
- if (l !== void 0)
111
- return l;
112
- if ((l = o.get(n)) !== void 0)
113
- return i(n, l), l;
112
+ let i = r.get(n);
113
+ if (i !== void 0)
114
+ return i;
115
+ if ((i = o.get(n)) !== void 0)
116
+ return a(n, i), i;
114
117
  },
115
- set(n, l) {
116
- r.has(n) ? r.set(n, l) : i(n, l);
118
+ set(n, i) {
119
+ r.has(n) ? r.set(n, i) : a(n, i);
117
120
  }
118
121
  };
119
- }, oe = "!", me = (e) => {
122
+ }, de = "!", Ae = (e) => {
120
123
  const {
121
124
  separator: t,
122
125
  experimentalParseClassName: r
123
- } = e, o = t.length === 1, i = t[0], n = t.length, l = (s) => {
124
- const b = [];
125
- let c = 0, g = 0, h;
126
+ } = e, o = t.length === 1, a = t[0], n = t.length, i = (s) => {
127
+ const g = [];
128
+ let c = 0, f = 0, h;
126
129
  for (let d = 0; d < s.length; d++) {
127
130
  let y = s[d];
128
131
  if (c === 0) {
129
- if (y === i && (o || s.slice(d, d + n) === t)) {
130
- b.push(s.slice(g, d)), g = d + n;
132
+ if (y === a && (o || s.slice(d, d + n) === t)) {
133
+ g.push(s.slice(f, d)), f = d + n;
131
134
  continue;
132
135
  }
133
136
  if (y === "/") {
@@ -137,19 +140,19 @@ const B = "-", de = (e) => {
137
140
  }
138
141
  y === "[" ? c++ : y === "]" && c--;
139
142
  }
140
- const m = b.length === 0 ? s : s.substring(g), w = m.startsWith(oe), v = w ? m.substring(1) : m, f = h && h > g ? h - g : void 0;
143
+ const m = g.length === 0 ? s : s.substring(f), A = m.startsWith(de), C = A ? m.substring(1) : m, b = h && h > f ? h - f : void 0;
141
144
  return {
142
- modifiers: b,
143
- hasImportantModifier: w,
144
- baseClassName: v,
145
- maybePostfixModifierPosition: f
145
+ modifiers: g,
146
+ hasImportantModifier: A,
147
+ baseClassName: C,
148
+ maybePostfixModifierPosition: b
146
149
  };
147
150
  };
148
151
  return r ? (s) => r({
149
152
  className: s,
150
- parseClassName: l
151
- }) : l;
152
- }, he = (e) => {
153
+ parseClassName: i
154
+ }) : i;
155
+ }, Ne = (e) => {
153
156
  if (e.length <= 1)
154
157
  return e;
155
158
  const t = [];
@@ -157,120 +160,120 @@ const B = "-", de = (e) => {
157
160
  return e.forEach((o) => {
158
161
  o[0] === "[" ? (t.push(...r.sort(), o), r = []) : r.push(o);
159
162
  }), t.push(...r.sort()), t;
160
- }, ye = (e) => ({
161
- cache: fe(e.cacheSize),
162
- parseClassName: me(e),
163
- ...de(e)
164
- }), ve = /\s+/, xe = (e, t) => {
163
+ }, ze = (e) => ({
164
+ cache: ke(e.cacheSize),
165
+ parseClassName: Ae(e),
166
+ ...ye(e)
167
+ }), Re = /\s+/, Se = (e, t) => {
165
168
  const {
166
169
  parseClassName: r,
167
170
  getClassGroupId: o,
168
- getConflictingClassGroupIds: i
169
- } = t, n = [], l = e.trim().split(ve);
171
+ getConflictingClassGroupIds: a
172
+ } = t, n = [], i = e.trim().split(Re);
170
173
  let s = "";
171
- for (let b = l.length - 1; b >= 0; b -= 1) {
172
- const c = l[b], {
173
- modifiers: g,
174
+ for (let g = i.length - 1; g >= 0; g -= 1) {
175
+ const c = i[g], {
176
+ modifiers: f,
174
177
  hasImportantModifier: h,
175
178
  baseClassName: m,
176
- maybePostfixModifierPosition: w
179
+ maybePostfixModifierPosition: A
177
180
  } = r(c);
178
- let v = !!w, f = o(v ? m.substring(0, w) : m);
179
- if (!f) {
180
- if (!v) {
181
+ let C = !!A, b = o(C ? m.substring(0, A) : m);
182
+ if (!b) {
183
+ if (!C) {
181
184
  s = c + (s.length > 0 ? " " + s : s);
182
185
  continue;
183
186
  }
184
- if (f = o(m), !f) {
187
+ if (b = o(m), !b) {
185
188
  s = c + (s.length > 0 ? " " + s : s);
186
189
  continue;
187
190
  }
188
- v = !1;
191
+ C = !1;
189
192
  }
190
- const d = he(g).join(":"), y = h ? d + oe : d, x = y + f;
191
- if (n.includes(x))
193
+ const d = Ne(f).join(":"), y = h ? d + de : d, k = y + b;
194
+ if (n.includes(k))
192
195
  continue;
193
- n.push(x);
194
- const R = i(f, v);
195
- for (let S = 0; S < R.length; ++S) {
196
- const I = R[S];
197
- n.push(y + I);
196
+ n.push(k);
197
+ const T = a(b, C);
198
+ for (let P = 0; P < T.length; ++P) {
199
+ const L = T[P];
200
+ n.push(y + L);
198
201
  }
199
202
  s = c + (s.length > 0 ? " " + s : s);
200
203
  }
201
204
  return s;
202
205
  };
203
- function we() {
206
+ function Me() {
204
207
  let e = 0, t, r, o = "";
205
208
  for (; e < arguments.length; )
206
- (t = arguments[e++]) && (r = ne(t)) && (o && (o += " "), o += r);
209
+ (t = arguments[e++]) && (r = ue(t)) && (o && (o += " "), o += r);
207
210
  return o;
208
211
  }
209
- const ne = (e) => {
212
+ const ue = (e) => {
210
213
  if (typeof e == "string")
211
214
  return e;
212
215
  let t, r = "";
213
216
  for (let o = 0; o < e.length; o++)
214
- e[o] && (t = ne(e[o])) && (r && (r += " "), r += t);
217
+ e[o] && (t = ue(e[o])) && (r && (r += " "), r += t);
215
218
  return r;
216
219
  };
217
- function ke(e, ...t) {
218
- let r, o, i, n = l;
219
- function l(b) {
220
- const c = t.reduce((g, h) => h(g), e());
221
- return r = ye(c), o = r.cache.get, i = r.cache.set, n = s, s(b);
220
+ function Pe(e, ...t) {
221
+ let r, o, a, n = i;
222
+ function i(g) {
223
+ const c = t.reduce((f, h) => h(f), e());
224
+ return r = ze(c), o = r.cache.get, a = r.cache.set, n = s, s(g);
222
225
  }
223
- function s(b) {
224
- const c = o(b);
226
+ function s(g) {
227
+ const c = o(g);
225
228
  if (c)
226
229
  return c;
227
- const g = xe(b, r);
228
- return i(b, g), g;
230
+ const f = Se(g, r);
231
+ return a(g, f), f;
229
232
  }
230
233
  return function() {
231
- return n(we.apply(null, arguments));
234
+ return n(Me.apply(null, arguments));
232
235
  };
233
236
  }
234
237
  const u = (e) => {
235
238
  const t = (r) => r[e] || [];
236
239
  return t.isThemeGetter = !0, t;
237
- }, se = /^\[(?:([a-z-]+):)?(.+)\]$/i, Ce = /^\d+\/\d+$/, ze = /* @__PURE__ */ new Set(["px", "full", "screen"]), Ae = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Se = /\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$/, Me = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Ge = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Re = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, C = (e) => M(e) || ze.has(e) || Ce.test(e), z = (e) => G(e, "length", Le), M = (e) => !!e && !Number.isNaN(Number(e)), W = (e) => G(e, "number", M), P = (e) => !!e && Number.isInteger(Number(e)), Ne = (e) => e.endsWith("%") && M(e.slice(0, -1)), a = (e) => se.test(e), A = (e) => Ae.test(e), Pe = /* @__PURE__ */ new Set(["length", "size", "percentage"]), je = (e) => G(e, Pe, ie), Ie = (e) => G(e, "position", ie), Ve = /* @__PURE__ */ new Set(["image", "url"]), Ee = (e) => G(e, Ve, Oe), Te = (e) => G(e, "", _e), j = () => !0, G = (e, t, r) => {
238
- const o = se.exec(e);
240
+ }, pe = /^\[(?:([a-z-]+):)?(.+)\]$/i, Ge = /^\d+\/\d+$/, je = /* @__PURE__ */ new Set(["px", "full", "screen"]), Ie = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Te = /\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$/, Ve = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Ee = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Oe = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, R = (e) => j(e) || je.has(e) || Ge.test(e), S = (e) => I(e, "length", Ue), j = (e) => !!e && !Number.isNaN(Number(e)), U = (e) => I(e, "number", j), E = (e) => !!e && Number.isInteger(Number(e)), Le = (e) => e.endsWith("%") && j(e.slice(0, -1)), l = (e) => pe.test(e), M = (e) => Ie.test(e), _e = /* @__PURE__ */ new Set(["length", "size", "percentage"]), We = (e) => I(e, _e, ge), De = (e) => I(e, "position", ge), Be = /* @__PURE__ */ new Set(["image", "url"]), $e = (e) => I(e, Be, qe), Fe = (e) => I(e, "", He), O = () => !0, I = (e, t, r) => {
241
+ const o = pe.exec(e);
239
242
  return o ? o[1] ? typeof t == "string" ? o[1] === t : t.has(o[1]) : r(o[2]) : !1;
240
- }, Le = (e) => (
243
+ }, Ue = (e) => (
241
244
  // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
242
245
  // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
243
246
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
244
- Se.test(e) && !Me.test(e)
245
- ), ie = () => !1, _e = (e) => Ge.test(e), Oe = (e) => Re.test(e), We = () => {
246
- const e = u("colors"), t = u("spacing"), r = u("blur"), o = u("brightness"), i = u("borderColor"), n = u("borderRadius"), l = u("borderSpacing"), s = u("borderWidth"), b = u("contrast"), c = u("grayscale"), g = u("hueRotate"), h = u("invert"), m = u("gap"), w = u("gradientColorStops"), v = u("gradientColorStopPositions"), f = u("inset"), d = u("margin"), y = u("opacity"), x = u("padding"), R = u("saturate"), S = u("scale"), I = u("sepia"), U = u("skew"), F = u("space"), q = u("translate"), T = () => ["auto", "contain", "none"], L = () => ["auto", "hidden", "clip", "visible", "scroll"], _ = () => ["auto", a, t], p = () => [a, t], J = () => ["", C, z], V = () => ["auto", M, a], K = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], E = () => ["solid", "dashed", "dotted", "double", "none"], X = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], O = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], N = () => ["", "0", a], Z = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], k = () => [M, a];
247
+ Te.test(e) && !Ve.test(e)
248
+ ), ge = () => !1, He = (e) => Ee.test(e), qe = (e) => Oe.test(e), Je = () => {
249
+ const e = u("colors"), t = u("spacing"), r = u("blur"), o = u("brightness"), a = u("borderColor"), n = u("borderRadius"), i = u("borderSpacing"), s = u("borderWidth"), g = u("contrast"), c = u("grayscale"), f = u("hueRotate"), h = u("invert"), m = u("gap"), A = u("gradientColorStops"), C = u("gradientColorStopPositions"), b = u("inset"), d = u("margin"), y = u("opacity"), k = u("padding"), T = u("saturate"), P = u("scale"), L = u("sepia"), K = u("skew"), X = u("space"), Z = u("translate"), D = () => ["auto", "contain", "none"], B = () => ["auto", "hidden", "clip", "visible", "scroll"], $ = () => ["auto", l, t], p = () => [l, t], Q = () => ["", R, S], _ = () => ["auto", j, l], Y = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], W = () => ["solid", "dashed", "dotted", "double", "none"], ee = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], F = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], V = () => ["", "0", l], te = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], z = () => [j, l];
247
250
  return {
248
251
  cacheSize: 500,
249
252
  separator: ":",
250
253
  theme: {
251
- colors: [j],
252
- spacing: [C, z],
253
- blur: ["none", "", A, a],
254
- brightness: k(),
254
+ colors: [O],
255
+ spacing: [R, S],
256
+ blur: ["none", "", M, l],
257
+ brightness: z(),
255
258
  borderColor: [e],
256
- borderRadius: ["none", "", "full", A, a],
259
+ borderRadius: ["none", "", "full", M, l],
257
260
  borderSpacing: p(),
258
- borderWidth: J(),
259
- contrast: k(),
260
- grayscale: N(),
261
- hueRotate: k(),
262
- invert: N(),
261
+ borderWidth: Q(),
262
+ contrast: z(),
263
+ grayscale: V(),
264
+ hueRotate: z(),
265
+ invert: V(),
263
266
  gap: p(),
264
267
  gradientColorStops: [e],
265
- gradientColorStopPositions: [Ne, z],
266
- inset: _(),
267
- margin: _(),
268
- opacity: k(),
268
+ gradientColorStopPositions: [Le, S],
269
+ inset: $(),
270
+ margin: $(),
271
+ opacity: z(),
269
272
  padding: p(),
270
- saturate: k(),
271
- scale: k(),
272
- sepia: N(),
273
- skew: k(),
273
+ saturate: z(),
274
+ scale: z(),
275
+ sepia: V(),
276
+ skew: z(),
274
277
  space: p(),
275
278
  translate: p()
276
279
  },
@@ -281,7 +284,7 @@ const u = (e) => {
281
284
  * @see https://tailwindcss.com/docs/aspect-ratio
282
285
  */
283
286
  aspect: [{
284
- aspect: ["auto", "square", "video", a]
287
+ aspect: ["auto", "square", "video", l]
285
288
  }],
286
289
  /**
287
290
  * Container
@@ -293,21 +296,21 @@ const u = (e) => {
293
296
  * @see https://tailwindcss.com/docs/columns
294
297
  */
295
298
  columns: [{
296
- columns: [A]
299
+ columns: [M]
297
300
  }],
298
301
  /**
299
302
  * Break After
300
303
  * @see https://tailwindcss.com/docs/break-after
301
304
  */
302
305
  "break-after": [{
303
- "break-after": Z()
306
+ "break-after": te()
304
307
  }],
305
308
  /**
306
309
  * Break Before
307
310
  * @see https://tailwindcss.com/docs/break-before
308
311
  */
309
312
  "break-before": [{
310
- "break-before": Z()
313
+ "break-before": te()
311
314
  }],
312
315
  /**
313
316
  * Break Inside
@@ -366,49 +369,49 @@ const u = (e) => {
366
369
  * @see https://tailwindcss.com/docs/object-position
367
370
  */
368
371
  "object-position": [{
369
- object: [...K(), a]
372
+ object: [...Y(), l]
370
373
  }],
371
374
  /**
372
375
  * Overflow
373
376
  * @see https://tailwindcss.com/docs/overflow
374
377
  */
375
378
  overflow: [{
376
- overflow: L()
379
+ overflow: B()
377
380
  }],
378
381
  /**
379
382
  * Overflow X
380
383
  * @see https://tailwindcss.com/docs/overflow
381
384
  */
382
385
  "overflow-x": [{
383
- "overflow-x": L()
386
+ "overflow-x": B()
384
387
  }],
385
388
  /**
386
389
  * Overflow Y
387
390
  * @see https://tailwindcss.com/docs/overflow
388
391
  */
389
392
  "overflow-y": [{
390
- "overflow-y": L()
393
+ "overflow-y": B()
391
394
  }],
392
395
  /**
393
396
  * Overscroll Behavior
394
397
  * @see https://tailwindcss.com/docs/overscroll-behavior
395
398
  */
396
399
  overscroll: [{
397
- overscroll: T()
400
+ overscroll: D()
398
401
  }],
399
402
  /**
400
403
  * Overscroll Behavior X
401
404
  * @see https://tailwindcss.com/docs/overscroll-behavior
402
405
  */
403
406
  "overscroll-x": [{
404
- "overscroll-x": T()
407
+ "overscroll-x": D()
405
408
  }],
406
409
  /**
407
410
  * Overscroll Behavior Y
408
411
  * @see https://tailwindcss.com/docs/overscroll-behavior
409
412
  */
410
413
  "overscroll-y": [{
411
- "overscroll-y": T()
414
+ "overscroll-y": D()
412
415
  }],
413
416
  /**
414
417
  * Position
@@ -420,63 +423,63 @@ const u = (e) => {
420
423
  * @see https://tailwindcss.com/docs/top-right-bottom-left
421
424
  */
422
425
  inset: [{
423
- inset: [f]
426
+ inset: [b]
424
427
  }],
425
428
  /**
426
429
  * Right / Left
427
430
  * @see https://tailwindcss.com/docs/top-right-bottom-left
428
431
  */
429
432
  "inset-x": [{
430
- "inset-x": [f]
433
+ "inset-x": [b]
431
434
  }],
432
435
  /**
433
436
  * Top / Bottom
434
437
  * @see https://tailwindcss.com/docs/top-right-bottom-left
435
438
  */
436
439
  "inset-y": [{
437
- "inset-y": [f]
440
+ "inset-y": [b]
438
441
  }],
439
442
  /**
440
443
  * Start
441
444
  * @see https://tailwindcss.com/docs/top-right-bottom-left
442
445
  */
443
446
  start: [{
444
- start: [f]
447
+ start: [b]
445
448
  }],
446
449
  /**
447
450
  * End
448
451
  * @see https://tailwindcss.com/docs/top-right-bottom-left
449
452
  */
450
453
  end: [{
451
- end: [f]
454
+ end: [b]
452
455
  }],
453
456
  /**
454
457
  * Top
455
458
  * @see https://tailwindcss.com/docs/top-right-bottom-left
456
459
  */
457
460
  top: [{
458
- top: [f]
461
+ top: [b]
459
462
  }],
460
463
  /**
461
464
  * Right
462
465
  * @see https://tailwindcss.com/docs/top-right-bottom-left
463
466
  */
464
467
  right: [{
465
- right: [f]
468
+ right: [b]
466
469
  }],
467
470
  /**
468
471
  * Bottom
469
472
  * @see https://tailwindcss.com/docs/top-right-bottom-left
470
473
  */
471
474
  bottom: [{
472
- bottom: [f]
475
+ bottom: [b]
473
476
  }],
474
477
  /**
475
478
  * Left
476
479
  * @see https://tailwindcss.com/docs/top-right-bottom-left
477
480
  */
478
481
  left: [{
479
- left: [f]
482
+ left: [b]
480
483
  }],
481
484
  /**
482
485
  * Visibility
@@ -488,7 +491,7 @@ const u = (e) => {
488
491
  * @see https://tailwindcss.com/docs/z-index
489
492
  */
490
493
  z: [{
491
- z: ["auto", P, a]
494
+ z: ["auto", E, l]
492
495
  }],
493
496
  // Flexbox and Grid
494
497
  /**
@@ -496,7 +499,7 @@ const u = (e) => {
496
499
  * @see https://tailwindcss.com/docs/flex-basis
497
500
  */
498
501
  basis: [{
499
- basis: _()
502
+ basis: $()
500
503
  }],
501
504
  /**
502
505
  * Flex Direction
@@ -517,35 +520,35 @@ const u = (e) => {
517
520
  * @see https://tailwindcss.com/docs/flex
518
521
  */
519
522
  flex: [{
520
- flex: ["1", "auto", "initial", "none", a]
523
+ flex: ["1", "auto", "initial", "none", l]
521
524
  }],
522
525
  /**
523
526
  * Flex Grow
524
527
  * @see https://tailwindcss.com/docs/flex-grow
525
528
  */
526
529
  grow: [{
527
- grow: N()
530
+ grow: V()
528
531
  }],
529
532
  /**
530
533
  * Flex Shrink
531
534
  * @see https://tailwindcss.com/docs/flex-shrink
532
535
  */
533
536
  shrink: [{
534
- shrink: N()
537
+ shrink: V()
535
538
  }],
536
539
  /**
537
540
  * Order
538
541
  * @see https://tailwindcss.com/docs/order
539
542
  */
540
543
  order: [{
541
- order: ["first", "last", "none", P, a]
544
+ order: ["first", "last", "none", E, l]
542
545
  }],
543
546
  /**
544
547
  * Grid Template Columns
545
548
  * @see https://tailwindcss.com/docs/grid-template-columns
546
549
  */
547
550
  "grid-cols": [{
548
- "grid-cols": [j]
551
+ "grid-cols": [O]
549
552
  }],
550
553
  /**
551
554
  * Grid Column Start / End
@@ -553,29 +556,29 @@ const u = (e) => {
553
556
  */
554
557
  "col-start-end": [{
555
558
  col: ["auto", {
556
- span: ["full", P, a]
557
- }, a]
559
+ span: ["full", E, l]
560
+ }, l]
558
561
  }],
559
562
  /**
560
563
  * Grid Column Start
561
564
  * @see https://tailwindcss.com/docs/grid-column
562
565
  */
563
566
  "col-start": [{
564
- "col-start": V()
567
+ "col-start": _()
565
568
  }],
566
569
  /**
567
570
  * Grid Column End
568
571
  * @see https://tailwindcss.com/docs/grid-column
569
572
  */
570
573
  "col-end": [{
571
- "col-end": V()
574
+ "col-end": _()
572
575
  }],
573
576
  /**
574
577
  * Grid Template Rows
575
578
  * @see https://tailwindcss.com/docs/grid-template-rows
576
579
  */
577
580
  "grid-rows": [{
578
- "grid-rows": [j]
581
+ "grid-rows": [O]
579
582
  }],
580
583
  /**
581
584
  * Grid Row Start / End
@@ -583,22 +586,22 @@ const u = (e) => {
583
586
  */
584
587
  "row-start-end": [{
585
588
  row: ["auto", {
586
- span: [P, a]
587
- }, a]
589
+ span: [E, l]
590
+ }, l]
588
591
  }],
589
592
  /**
590
593
  * Grid Row Start
591
594
  * @see https://tailwindcss.com/docs/grid-row
592
595
  */
593
596
  "row-start": [{
594
- "row-start": V()
597
+ "row-start": _()
595
598
  }],
596
599
  /**
597
600
  * Grid Row End
598
601
  * @see https://tailwindcss.com/docs/grid-row
599
602
  */
600
603
  "row-end": [{
601
- "row-end": V()
604
+ "row-end": _()
602
605
  }],
603
606
  /**
604
607
  * Grid Auto Flow
@@ -612,14 +615,14 @@ const u = (e) => {
612
615
  * @see https://tailwindcss.com/docs/grid-auto-columns
613
616
  */
614
617
  "auto-cols": [{
615
- "auto-cols": ["auto", "min", "max", "fr", a]
618
+ "auto-cols": ["auto", "min", "max", "fr", l]
616
619
  }],
617
620
  /**
618
621
  * Grid Auto Rows
619
622
  * @see https://tailwindcss.com/docs/grid-auto-rows
620
623
  */
621
624
  "auto-rows": [{
622
- "auto-rows": ["auto", "min", "max", "fr", a]
625
+ "auto-rows": ["auto", "min", "max", "fr", l]
623
626
  }],
624
627
  /**
625
628
  * Gap
@@ -647,7 +650,7 @@ const u = (e) => {
647
650
  * @see https://tailwindcss.com/docs/justify-content
648
651
  */
649
652
  "justify-content": [{
650
- justify: ["normal", ...O()]
653
+ justify: ["normal", ...F()]
651
654
  }],
652
655
  /**
653
656
  * Justify Items
@@ -668,7 +671,7 @@ const u = (e) => {
668
671
  * @see https://tailwindcss.com/docs/align-content
669
672
  */
670
673
  "align-content": [{
671
- content: ["normal", ...O(), "baseline"]
674
+ content: ["normal", ...F(), "baseline"]
672
675
  }],
673
676
  /**
674
677
  * Align Items
@@ -689,7 +692,7 @@ const u = (e) => {
689
692
  * @see https://tailwindcss.com/docs/place-content
690
693
  */
691
694
  "place-content": [{
692
- "place-content": [...O(), "baseline"]
695
+ "place-content": [...F(), "baseline"]
693
696
  }],
694
697
  /**
695
698
  * Place Items
@@ -711,63 +714,63 @@ const u = (e) => {
711
714
  * @see https://tailwindcss.com/docs/padding
712
715
  */
713
716
  p: [{
714
- p: [x]
717
+ p: [k]
715
718
  }],
716
719
  /**
717
720
  * Padding X
718
721
  * @see https://tailwindcss.com/docs/padding
719
722
  */
720
723
  px: [{
721
- px: [x]
724
+ px: [k]
722
725
  }],
723
726
  /**
724
727
  * Padding Y
725
728
  * @see https://tailwindcss.com/docs/padding
726
729
  */
727
730
  py: [{
728
- py: [x]
731
+ py: [k]
729
732
  }],
730
733
  /**
731
734
  * Padding Start
732
735
  * @see https://tailwindcss.com/docs/padding
733
736
  */
734
737
  ps: [{
735
- ps: [x]
738
+ ps: [k]
736
739
  }],
737
740
  /**
738
741
  * Padding End
739
742
  * @see https://tailwindcss.com/docs/padding
740
743
  */
741
744
  pe: [{
742
- pe: [x]
745
+ pe: [k]
743
746
  }],
744
747
  /**
745
748
  * Padding Top
746
749
  * @see https://tailwindcss.com/docs/padding
747
750
  */
748
751
  pt: [{
749
- pt: [x]
752
+ pt: [k]
750
753
  }],
751
754
  /**
752
755
  * Padding Right
753
756
  * @see https://tailwindcss.com/docs/padding
754
757
  */
755
758
  pr: [{
756
- pr: [x]
759
+ pr: [k]
757
760
  }],
758
761
  /**
759
762
  * Padding Bottom
760
763
  * @see https://tailwindcss.com/docs/padding
761
764
  */
762
765
  pb: [{
763
- pb: [x]
766
+ pb: [k]
764
767
  }],
765
768
  /**
766
769
  * Padding Left
767
770
  * @see https://tailwindcss.com/docs/padding
768
771
  */
769
772
  pl: [{
770
- pl: [x]
773
+ pl: [k]
771
774
  }],
772
775
  /**
773
776
  * Margin
@@ -837,7 +840,7 @@ const u = (e) => {
837
840
  * @see https://tailwindcss.com/docs/space
838
841
  */
839
842
  "space-x": [{
840
- "space-x": [F]
843
+ "space-x": [X]
841
844
  }],
842
845
  /**
843
846
  * Space Between X Reverse
@@ -849,7 +852,7 @@ const u = (e) => {
849
852
  * @see https://tailwindcss.com/docs/space
850
853
  */
851
854
  "space-y": [{
852
- "space-y": [F]
855
+ "space-y": [X]
853
856
  }],
854
857
  /**
855
858
  * Space Between Y Reverse
@@ -862,51 +865,51 @@ const u = (e) => {
862
865
  * @see https://tailwindcss.com/docs/width
863
866
  */
864
867
  w: [{
865
- w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", a, t]
868
+ w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", l, t]
866
869
  }],
867
870
  /**
868
871
  * Min-Width
869
872
  * @see https://tailwindcss.com/docs/min-width
870
873
  */
871
874
  "min-w": [{
872
- "min-w": [a, t, "min", "max", "fit"]
875
+ "min-w": [l, t, "min", "max", "fit"]
873
876
  }],
874
877
  /**
875
878
  * Max-Width
876
879
  * @see https://tailwindcss.com/docs/max-width
877
880
  */
878
881
  "max-w": [{
879
- "max-w": [a, t, "none", "full", "min", "max", "fit", "prose", {
880
- screen: [A]
881
- }, A]
882
+ "max-w": [l, t, "none", "full", "min", "max", "fit", "prose", {
883
+ screen: [M]
884
+ }, M]
882
885
  }],
883
886
  /**
884
887
  * Height
885
888
  * @see https://tailwindcss.com/docs/height
886
889
  */
887
890
  h: [{
888
- h: [a, t, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
891
+ h: [l, t, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
889
892
  }],
890
893
  /**
891
894
  * Min-Height
892
895
  * @see https://tailwindcss.com/docs/min-height
893
896
  */
894
897
  "min-h": [{
895
- "min-h": [a, t, "min", "max", "fit", "svh", "lvh", "dvh"]
898
+ "min-h": [l, t, "min", "max", "fit", "svh", "lvh", "dvh"]
896
899
  }],
897
900
  /**
898
901
  * Max-Height
899
902
  * @see https://tailwindcss.com/docs/max-height
900
903
  */
901
904
  "max-h": [{
902
- "max-h": [a, t, "min", "max", "fit", "svh", "lvh", "dvh"]
905
+ "max-h": [l, t, "min", "max", "fit", "svh", "lvh", "dvh"]
903
906
  }],
904
907
  /**
905
908
  * Size
906
909
  * @see https://tailwindcss.com/docs/size
907
910
  */
908
911
  size: [{
909
- size: [a, t, "auto", "min", "max", "fit"]
912
+ size: [l, t, "auto", "min", "max", "fit"]
910
913
  }],
911
914
  // Typography
912
915
  /**
@@ -914,7 +917,7 @@ const u = (e) => {
914
917
  * @see https://tailwindcss.com/docs/font-size
915
918
  */
916
919
  "font-size": [{
917
- text: ["base", A, z]
920
+ text: ["base", M, S]
918
921
  }],
919
922
  /**
920
923
  * Font Smoothing
@@ -931,14 +934,14 @@ const u = (e) => {
931
934
  * @see https://tailwindcss.com/docs/font-weight
932
935
  */
933
936
  "font-weight": [{
934
- font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", W]
937
+ font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", U]
935
938
  }],
936
939
  /**
937
940
  * Font Family
938
941
  * @see https://tailwindcss.com/docs/font-family
939
942
  */
940
943
  "font-family": [{
941
- font: [j]
944
+ font: [O]
942
945
  }],
943
946
  /**
944
947
  * Font Variant Numeric
@@ -975,35 +978,35 @@ const u = (e) => {
975
978
  * @see https://tailwindcss.com/docs/letter-spacing
976
979
  */
977
980
  tracking: [{
978
- tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", a]
981
+ tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", l]
979
982
  }],
980
983
  /**
981
984
  * Line Clamp
982
985
  * @see https://tailwindcss.com/docs/line-clamp
983
986
  */
984
987
  "line-clamp": [{
985
- "line-clamp": ["none", M, W]
988
+ "line-clamp": ["none", j, U]
986
989
  }],
987
990
  /**
988
991
  * Line Height
989
992
  * @see https://tailwindcss.com/docs/line-height
990
993
  */
991
994
  leading: [{
992
- leading: ["none", "tight", "snug", "normal", "relaxed", "loose", C, a]
995
+ leading: ["none", "tight", "snug", "normal", "relaxed", "loose", R, l]
993
996
  }],
994
997
  /**
995
998
  * List Style Image
996
999
  * @see https://tailwindcss.com/docs/list-style-image
997
1000
  */
998
1001
  "list-image": [{
999
- "list-image": ["none", a]
1002
+ "list-image": ["none", l]
1000
1003
  }],
1001
1004
  /**
1002
1005
  * List Style Type
1003
1006
  * @see https://tailwindcss.com/docs/list-style-type
1004
1007
  */
1005
1008
  "list-style-type": [{
1006
- list: ["none", "disc", "decimal", a]
1009
+ list: ["none", "disc", "decimal", l]
1007
1010
  }],
1008
1011
  /**
1009
1012
  * List Style Position
@@ -1058,21 +1061,21 @@ const u = (e) => {
1058
1061
  * @see https://tailwindcss.com/docs/text-decoration-style
1059
1062
  */
1060
1063
  "text-decoration-style": [{
1061
- decoration: [...E(), "wavy"]
1064
+ decoration: [...W(), "wavy"]
1062
1065
  }],
1063
1066
  /**
1064
1067
  * Text Decoration Thickness
1065
1068
  * @see https://tailwindcss.com/docs/text-decoration-thickness
1066
1069
  */
1067
1070
  "text-decoration-thickness": [{
1068
- decoration: ["auto", "from-font", C, z]
1071
+ decoration: ["auto", "from-font", R, S]
1069
1072
  }],
1070
1073
  /**
1071
1074
  * Text Underline Offset
1072
1075
  * @see https://tailwindcss.com/docs/text-underline-offset
1073
1076
  */
1074
1077
  "underline-offset": [{
1075
- "underline-offset": ["auto", C, a]
1078
+ "underline-offset": ["auto", R, l]
1076
1079
  }],
1077
1080
  /**
1078
1081
  * Text Decoration Color
@@ -1110,7 +1113,7 @@ const u = (e) => {
1110
1113
  * @see https://tailwindcss.com/docs/vertical-align
1111
1114
  */
1112
1115
  "vertical-align": [{
1113
- align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", a]
1116
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", l]
1114
1117
  }],
1115
1118
  /**
1116
1119
  * Whitespace
@@ -1138,7 +1141,7 @@ const u = (e) => {
1138
1141
  * @see https://tailwindcss.com/docs/content
1139
1142
  */
1140
1143
  content: [{
1141
- content: ["none", a]
1144
+ content: ["none", l]
1142
1145
  }],
1143
1146
  // Backgrounds
1144
1147
  /**
@@ -1175,7 +1178,7 @@ const u = (e) => {
1175
1178
  * @see https://tailwindcss.com/docs/background-position
1176
1179
  */
1177
1180
  "bg-position": [{
1178
- bg: [...K(), Ie]
1181
+ bg: [...Y(), De]
1179
1182
  }],
1180
1183
  /**
1181
1184
  * Background Repeat
@@ -1191,7 +1194,7 @@ const u = (e) => {
1191
1194
  * @see https://tailwindcss.com/docs/background-size
1192
1195
  */
1193
1196
  "bg-size": [{
1194
- bg: ["auto", "cover", "contain", je]
1197
+ bg: ["auto", "cover", "contain", We]
1195
1198
  }],
1196
1199
  /**
1197
1200
  * Background Image
@@ -1200,7 +1203,7 @@ const u = (e) => {
1200
1203
  "bg-image": [{
1201
1204
  bg: ["none", {
1202
1205
  "gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1203
- }, Ee]
1206
+ }, $e]
1204
1207
  }],
1205
1208
  /**
1206
1209
  * Background Color
@@ -1214,42 +1217,42 @@ const u = (e) => {
1214
1217
  * @see https://tailwindcss.com/docs/gradient-color-stops
1215
1218
  */
1216
1219
  "gradient-from-pos": [{
1217
- from: [v]
1220
+ from: [C]
1218
1221
  }],
1219
1222
  /**
1220
1223
  * Gradient Color Stops Via Position
1221
1224
  * @see https://tailwindcss.com/docs/gradient-color-stops
1222
1225
  */
1223
1226
  "gradient-via-pos": [{
1224
- via: [v]
1227
+ via: [C]
1225
1228
  }],
1226
1229
  /**
1227
1230
  * Gradient Color Stops To Position
1228
1231
  * @see https://tailwindcss.com/docs/gradient-color-stops
1229
1232
  */
1230
1233
  "gradient-to-pos": [{
1231
- to: [v]
1234
+ to: [C]
1232
1235
  }],
1233
1236
  /**
1234
1237
  * Gradient Color Stops From
1235
1238
  * @see https://tailwindcss.com/docs/gradient-color-stops
1236
1239
  */
1237
1240
  "gradient-from": [{
1238
- from: [w]
1241
+ from: [A]
1239
1242
  }],
1240
1243
  /**
1241
1244
  * Gradient Color Stops Via
1242
1245
  * @see https://tailwindcss.com/docs/gradient-color-stops
1243
1246
  */
1244
1247
  "gradient-via": [{
1245
- via: [w]
1248
+ via: [A]
1246
1249
  }],
1247
1250
  /**
1248
1251
  * Gradient Color Stops To
1249
1252
  * @see https://tailwindcss.com/docs/gradient-color-stops
1250
1253
  */
1251
1254
  "gradient-to": [{
1252
- to: [w]
1255
+ to: [A]
1253
1256
  }],
1254
1257
  // Borders
1255
1258
  /**
@@ -1432,7 +1435,7 @@ const u = (e) => {
1432
1435
  * @see https://tailwindcss.com/docs/border-style
1433
1436
  */
1434
1437
  "border-style": [{
1435
- border: [...E(), "hidden"]
1438
+ border: [...W(), "hidden"]
1436
1439
  }],
1437
1440
  /**
1438
1441
  * Divide Width X
@@ -1470,98 +1473,98 @@ const u = (e) => {
1470
1473
  * @see https://tailwindcss.com/docs/divide-style
1471
1474
  */
1472
1475
  "divide-style": [{
1473
- divide: E()
1476
+ divide: W()
1474
1477
  }],
1475
1478
  /**
1476
1479
  * Border Color
1477
1480
  * @see https://tailwindcss.com/docs/border-color
1478
1481
  */
1479
1482
  "border-color": [{
1480
- border: [i]
1483
+ border: [a]
1481
1484
  }],
1482
1485
  /**
1483
1486
  * Border Color X
1484
1487
  * @see https://tailwindcss.com/docs/border-color
1485
1488
  */
1486
1489
  "border-color-x": [{
1487
- "border-x": [i]
1490
+ "border-x": [a]
1488
1491
  }],
1489
1492
  /**
1490
1493
  * Border Color Y
1491
1494
  * @see https://tailwindcss.com/docs/border-color
1492
1495
  */
1493
1496
  "border-color-y": [{
1494
- "border-y": [i]
1497
+ "border-y": [a]
1495
1498
  }],
1496
1499
  /**
1497
1500
  * Border Color S
1498
1501
  * @see https://tailwindcss.com/docs/border-color
1499
1502
  */
1500
1503
  "border-color-s": [{
1501
- "border-s": [i]
1504
+ "border-s": [a]
1502
1505
  }],
1503
1506
  /**
1504
1507
  * Border Color E
1505
1508
  * @see https://tailwindcss.com/docs/border-color
1506
1509
  */
1507
1510
  "border-color-e": [{
1508
- "border-e": [i]
1511
+ "border-e": [a]
1509
1512
  }],
1510
1513
  /**
1511
1514
  * Border Color Top
1512
1515
  * @see https://tailwindcss.com/docs/border-color
1513
1516
  */
1514
1517
  "border-color-t": [{
1515
- "border-t": [i]
1518
+ "border-t": [a]
1516
1519
  }],
1517
1520
  /**
1518
1521
  * Border Color Right
1519
1522
  * @see https://tailwindcss.com/docs/border-color
1520
1523
  */
1521
1524
  "border-color-r": [{
1522
- "border-r": [i]
1525
+ "border-r": [a]
1523
1526
  }],
1524
1527
  /**
1525
1528
  * Border Color Bottom
1526
1529
  * @see https://tailwindcss.com/docs/border-color
1527
1530
  */
1528
1531
  "border-color-b": [{
1529
- "border-b": [i]
1532
+ "border-b": [a]
1530
1533
  }],
1531
1534
  /**
1532
1535
  * Border Color Left
1533
1536
  * @see https://tailwindcss.com/docs/border-color
1534
1537
  */
1535
1538
  "border-color-l": [{
1536
- "border-l": [i]
1539
+ "border-l": [a]
1537
1540
  }],
1538
1541
  /**
1539
1542
  * Divide Color
1540
1543
  * @see https://tailwindcss.com/docs/divide-color
1541
1544
  */
1542
1545
  "divide-color": [{
1543
- divide: [i]
1546
+ divide: [a]
1544
1547
  }],
1545
1548
  /**
1546
1549
  * Outline Style
1547
1550
  * @see https://tailwindcss.com/docs/outline-style
1548
1551
  */
1549
1552
  "outline-style": [{
1550
- outline: ["", ...E()]
1553
+ outline: ["", ...W()]
1551
1554
  }],
1552
1555
  /**
1553
1556
  * Outline Offset
1554
1557
  * @see https://tailwindcss.com/docs/outline-offset
1555
1558
  */
1556
1559
  "outline-offset": [{
1557
- "outline-offset": [C, a]
1560
+ "outline-offset": [R, l]
1558
1561
  }],
1559
1562
  /**
1560
1563
  * Outline Width
1561
1564
  * @see https://tailwindcss.com/docs/outline-width
1562
1565
  */
1563
1566
  "outline-w": [{
1564
- outline: [C, z]
1567
+ outline: [R, S]
1565
1568
  }],
1566
1569
  /**
1567
1570
  * Outline Color
@@ -1575,7 +1578,7 @@ const u = (e) => {
1575
1578
  * @see https://tailwindcss.com/docs/ring-width
1576
1579
  */
1577
1580
  "ring-w": [{
1578
- ring: J()
1581
+ ring: Q()
1579
1582
  }],
1580
1583
  /**
1581
1584
  * Ring Width Inset
@@ -1601,7 +1604,7 @@ const u = (e) => {
1601
1604
  * @see https://tailwindcss.com/docs/ring-offset-width
1602
1605
  */
1603
1606
  "ring-offset-w": [{
1604
- "ring-offset": [C, z]
1607
+ "ring-offset": [R, S]
1605
1608
  }],
1606
1609
  /**
1607
1610
  * Ring Offset Color
@@ -1616,14 +1619,14 @@ const u = (e) => {
1616
1619
  * @see https://tailwindcss.com/docs/box-shadow
1617
1620
  */
1618
1621
  shadow: [{
1619
- shadow: ["", "inner", "none", A, Te]
1622
+ shadow: ["", "inner", "none", M, Fe]
1620
1623
  }],
1621
1624
  /**
1622
1625
  * Box Shadow Color
1623
1626
  * @see https://tailwindcss.com/docs/box-shadow-color
1624
1627
  */
1625
1628
  "shadow-color": [{
1626
- shadow: [j]
1629
+ shadow: [O]
1627
1630
  }],
1628
1631
  /**
1629
1632
  * Opacity
@@ -1637,14 +1640,14 @@ const u = (e) => {
1637
1640
  * @see https://tailwindcss.com/docs/mix-blend-mode
1638
1641
  */
1639
1642
  "mix-blend": [{
1640
- "mix-blend": [...X(), "plus-lighter", "plus-darker"]
1643
+ "mix-blend": [...ee(), "plus-lighter", "plus-darker"]
1641
1644
  }],
1642
1645
  /**
1643
1646
  * Background Blend Mode
1644
1647
  * @see https://tailwindcss.com/docs/background-blend-mode
1645
1648
  */
1646
1649
  "bg-blend": [{
1647
- "bg-blend": X()
1650
+ "bg-blend": ee()
1648
1651
  }],
1649
1652
  // Filters
1650
1653
  /**
@@ -1674,14 +1677,14 @@ const u = (e) => {
1674
1677
  * @see https://tailwindcss.com/docs/contrast
1675
1678
  */
1676
1679
  contrast: [{
1677
- contrast: [b]
1680
+ contrast: [g]
1678
1681
  }],
1679
1682
  /**
1680
1683
  * Drop Shadow
1681
1684
  * @see https://tailwindcss.com/docs/drop-shadow
1682
1685
  */
1683
1686
  "drop-shadow": [{
1684
- "drop-shadow": ["", "none", A, a]
1687
+ "drop-shadow": ["", "none", M, l]
1685
1688
  }],
1686
1689
  /**
1687
1690
  * Grayscale
@@ -1695,7 +1698,7 @@ const u = (e) => {
1695
1698
  * @see https://tailwindcss.com/docs/hue-rotate
1696
1699
  */
1697
1700
  "hue-rotate": [{
1698
- "hue-rotate": [g]
1701
+ "hue-rotate": [f]
1699
1702
  }],
1700
1703
  /**
1701
1704
  * Invert
@@ -1709,14 +1712,14 @@ const u = (e) => {
1709
1712
  * @see https://tailwindcss.com/docs/saturate
1710
1713
  */
1711
1714
  saturate: [{
1712
- saturate: [R]
1715
+ saturate: [T]
1713
1716
  }],
1714
1717
  /**
1715
1718
  * Sepia
1716
1719
  * @see https://tailwindcss.com/docs/sepia
1717
1720
  */
1718
1721
  sepia: [{
1719
- sepia: [I]
1722
+ sepia: [L]
1720
1723
  }],
1721
1724
  /**
1722
1725
  * Backdrop Filter
@@ -1745,7 +1748,7 @@ const u = (e) => {
1745
1748
  * @see https://tailwindcss.com/docs/backdrop-contrast
1746
1749
  */
1747
1750
  "backdrop-contrast": [{
1748
- "backdrop-contrast": [b]
1751
+ "backdrop-contrast": [g]
1749
1752
  }],
1750
1753
  /**
1751
1754
  * Backdrop Grayscale
@@ -1759,7 +1762,7 @@ const u = (e) => {
1759
1762
  * @see https://tailwindcss.com/docs/backdrop-hue-rotate
1760
1763
  */
1761
1764
  "backdrop-hue-rotate": [{
1762
- "backdrop-hue-rotate": [g]
1765
+ "backdrop-hue-rotate": [f]
1763
1766
  }],
1764
1767
  /**
1765
1768
  * Backdrop Invert
@@ -1780,14 +1783,14 @@ const u = (e) => {
1780
1783
  * @see https://tailwindcss.com/docs/backdrop-saturate
1781
1784
  */
1782
1785
  "backdrop-saturate": [{
1783
- "backdrop-saturate": [R]
1786
+ "backdrop-saturate": [T]
1784
1787
  }],
1785
1788
  /**
1786
1789
  * Backdrop Sepia
1787
1790
  * @see https://tailwindcss.com/docs/backdrop-sepia
1788
1791
  */
1789
1792
  "backdrop-sepia": [{
1790
- "backdrop-sepia": [I]
1793
+ "backdrop-sepia": [L]
1791
1794
  }],
1792
1795
  // Tables
1793
1796
  /**
@@ -1802,21 +1805,21 @@ const u = (e) => {
1802
1805
  * @see https://tailwindcss.com/docs/border-spacing
1803
1806
  */
1804
1807
  "border-spacing": [{
1805
- "border-spacing": [l]
1808
+ "border-spacing": [i]
1806
1809
  }],
1807
1810
  /**
1808
1811
  * Border Spacing X
1809
1812
  * @see https://tailwindcss.com/docs/border-spacing
1810
1813
  */
1811
1814
  "border-spacing-x": [{
1812
- "border-spacing-x": [l]
1815
+ "border-spacing-x": [i]
1813
1816
  }],
1814
1817
  /**
1815
1818
  * Border Spacing Y
1816
1819
  * @see https://tailwindcss.com/docs/border-spacing
1817
1820
  */
1818
1821
  "border-spacing-y": [{
1819
- "border-spacing-y": [l]
1822
+ "border-spacing-y": [i]
1820
1823
  }],
1821
1824
  /**
1822
1825
  * Table Layout
@@ -1838,35 +1841,35 @@ const u = (e) => {
1838
1841
  * @see https://tailwindcss.com/docs/transition-property
1839
1842
  */
1840
1843
  transition: [{
1841
- transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", a]
1844
+ transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", l]
1842
1845
  }],
1843
1846
  /**
1844
1847
  * Transition Duration
1845
1848
  * @see https://tailwindcss.com/docs/transition-duration
1846
1849
  */
1847
1850
  duration: [{
1848
- duration: k()
1851
+ duration: z()
1849
1852
  }],
1850
1853
  /**
1851
1854
  * Transition Timing Function
1852
1855
  * @see https://tailwindcss.com/docs/transition-timing-function
1853
1856
  */
1854
1857
  ease: [{
1855
- ease: ["linear", "in", "out", "in-out", a]
1858
+ ease: ["linear", "in", "out", "in-out", l]
1856
1859
  }],
1857
1860
  /**
1858
1861
  * Transition Delay
1859
1862
  * @see https://tailwindcss.com/docs/transition-delay
1860
1863
  */
1861
1864
  delay: [{
1862
- delay: k()
1865
+ delay: z()
1863
1866
  }],
1864
1867
  /**
1865
1868
  * Animation
1866
1869
  * @see https://tailwindcss.com/docs/animation
1867
1870
  */
1868
1871
  animate: [{
1869
- animate: ["none", "spin", "ping", "pulse", "bounce", a]
1872
+ animate: ["none", "spin", "ping", "pulse", "bounce", l]
1870
1873
  }],
1871
1874
  // Transforms
1872
1875
  /**
@@ -1881,63 +1884,63 @@ const u = (e) => {
1881
1884
  * @see https://tailwindcss.com/docs/scale
1882
1885
  */
1883
1886
  scale: [{
1884
- scale: [S]
1887
+ scale: [P]
1885
1888
  }],
1886
1889
  /**
1887
1890
  * Scale X
1888
1891
  * @see https://tailwindcss.com/docs/scale
1889
1892
  */
1890
1893
  "scale-x": [{
1891
- "scale-x": [S]
1894
+ "scale-x": [P]
1892
1895
  }],
1893
1896
  /**
1894
1897
  * Scale Y
1895
1898
  * @see https://tailwindcss.com/docs/scale
1896
1899
  */
1897
1900
  "scale-y": [{
1898
- "scale-y": [S]
1901
+ "scale-y": [P]
1899
1902
  }],
1900
1903
  /**
1901
1904
  * Rotate
1902
1905
  * @see https://tailwindcss.com/docs/rotate
1903
1906
  */
1904
1907
  rotate: [{
1905
- rotate: [P, a]
1908
+ rotate: [E, l]
1906
1909
  }],
1907
1910
  /**
1908
1911
  * Translate X
1909
1912
  * @see https://tailwindcss.com/docs/translate
1910
1913
  */
1911
1914
  "translate-x": [{
1912
- "translate-x": [q]
1915
+ "translate-x": [Z]
1913
1916
  }],
1914
1917
  /**
1915
1918
  * Translate Y
1916
1919
  * @see https://tailwindcss.com/docs/translate
1917
1920
  */
1918
1921
  "translate-y": [{
1919
- "translate-y": [q]
1922
+ "translate-y": [Z]
1920
1923
  }],
1921
1924
  /**
1922
1925
  * Skew X
1923
1926
  * @see https://tailwindcss.com/docs/skew
1924
1927
  */
1925
1928
  "skew-x": [{
1926
- "skew-x": [U]
1929
+ "skew-x": [K]
1927
1930
  }],
1928
1931
  /**
1929
1932
  * Skew Y
1930
1933
  * @see https://tailwindcss.com/docs/skew
1931
1934
  */
1932
1935
  "skew-y": [{
1933
- "skew-y": [U]
1936
+ "skew-y": [K]
1934
1937
  }],
1935
1938
  /**
1936
1939
  * Transform Origin
1937
1940
  * @see https://tailwindcss.com/docs/transform-origin
1938
1941
  */
1939
1942
  "transform-origin": [{
1940
- origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", a]
1943
+ origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", l]
1941
1944
  }],
1942
1945
  // Interactivity
1943
1946
  /**
@@ -1959,7 +1962,7 @@ const u = (e) => {
1959
1962
  * @see https://tailwindcss.com/docs/cursor
1960
1963
  */
1961
1964
  cursor: [{
1962
- 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", a]
1965
+ 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]
1963
1966
  }],
1964
1967
  /**
1965
1968
  * Caret Color
@@ -2181,7 +2184,7 @@ const u = (e) => {
2181
2184
  * @see https://tailwindcss.com/docs/will-change
2182
2185
  */
2183
2186
  "will-change": [{
2184
- "will-change": ["auto", "scroll", "contents", "transform", a]
2187
+ "will-change": ["auto", "scroll", "contents", "transform", l]
2185
2188
  }],
2186
2189
  // SVG
2187
2190
  /**
@@ -2196,7 +2199,7 @@ const u = (e) => {
2196
2199
  * @see https://tailwindcss.com/docs/stroke-width
2197
2200
  */
2198
2201
  "stroke-w": [{
2199
- stroke: [C, z, W]
2202
+ stroke: [R, S, U]
2200
2203
  }],
2201
2204
  /**
2202
2205
  * Stroke
@@ -2271,40 +2274,40 @@ const u = (e) => {
2271
2274
  "font-size": ["leading"]
2272
2275
  }
2273
2276
  };
2274
- }, $e = /* @__PURE__ */ ke(We);
2275
- function Be(...e) {
2276
- return $e(re(e));
2277
+ }, Ke = /* @__PURE__ */ Pe(Je);
2278
+ function w(...e) {
2279
+ return Ke(le(e));
2277
2280
  }
2278
- const Y = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, D = re, Ue = (e, t) => (r) => {
2281
+ const ne = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, se = le, fe = (e, t) => (r) => {
2279
2282
  var o;
2280
- if ((t == null ? void 0 : t.variants) == null) return D(e, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
2281
- const { variants: i, defaultVariants: n } = t, l = Object.keys(i).map((c) => {
2282
- const g = r == null ? void 0 : r[c], h = n == null ? void 0 : n[c];
2283
- if (g === null) return null;
2284
- const m = Y(g) || Y(h);
2285
- return i[c][m];
2286
- }), s = r && Object.entries(r).reduce((c, g) => {
2287
- let [h, m] = g;
2283
+ if ((t == null ? void 0 : t.variants) == null) return se(e, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
2284
+ const { variants: a, defaultVariants: n } = t, i = Object.keys(a).map((c) => {
2285
+ const f = r == null ? void 0 : r[c], h = n == null ? void 0 : n[c];
2286
+ if (f === null) return null;
2287
+ const m = ne(f) || ne(h);
2288
+ return a[c][m];
2289
+ }), s = r && Object.entries(r).reduce((c, f) => {
2290
+ let [h, m] = f;
2288
2291
  return m === void 0 || (c[h] = m), c;
2289
- }, {}), b = t == null || (o = t.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((c, g) => {
2290
- let { class: h, className: m, ...w } = g;
2291
- return Object.entries(w).every((v) => {
2292
- let [f, d] = v;
2292
+ }, {}), g = t == null || (o = t.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((c, f) => {
2293
+ let { class: h, className: m, ...A } = f;
2294
+ return Object.entries(A).every((C) => {
2295
+ let [b, d] = C;
2293
2296
  return Array.isArray(d) ? d.includes({
2294
2297
  ...n,
2295
2298
  ...s
2296
- }[f]) : {
2299
+ }[b]) : {
2297
2300
  ...n,
2298
2301
  ...s
2299
- }[f] === d;
2302
+ }[b] === d;
2300
2303
  }) ? [
2301
2304
  ...c,
2302
2305
  h,
2303
2306
  m
2304
2307
  ] : c;
2305
2308
  }, []);
2306
- return D(e, l, b, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
2307
- }, Fe = Ue(
2309
+ return se(e, i, g, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
2310
+ }, J = fe(
2308
2311
  "inline-flex items-center justify-center gap-2 whitespace-nowrap rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",
2309
2312
  {
2310
2313
  variants: {
@@ -2328,19 +2331,185 @@ const Y = (e) => typeof e == "boolean" ? `${e}` : e === 0 ? "0" : e, D = re, Ue
2328
2331
  size: "default"
2329
2332
  }
2330
2333
  }
2331
- ), qe = ae.forwardRef(
2332
- ({ className: e, variant: t, size: r, asChild: o = !1, ...i }, n) => /* @__PURE__ */ le(
2333
- o ? ce : "button",
2334
+ ), Xe = N.forwardRef(
2335
+ ({ className: e, variant: t, size: r, asChild: o = !1, ...a }, n) => /* @__PURE__ */ x(
2336
+ o ? me : "button",
2334
2337
  {
2335
- className: Be(Fe({ variant: t, size: r, className: e })),
2338
+ className: w(J({ variant: t, size: r, className: e })),
2336
2339
  ref: n,
2337
- ...i
2340
+ ...a
2338
2341
  }
2339
2342
  )
2340
2343
  );
2341
- qe.displayName = "Button";
2344
+ Xe.displayName = "Button";
2345
+ const pt = G.Root, Ze = N.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ x(
2346
+ G.Item,
2347
+ {
2348
+ ref: r,
2349
+ className: w("border-b", e),
2350
+ ...t
2351
+ }
2352
+ ));
2353
+ Ze.displayName = "AccordionItem";
2354
+ const Qe = N.forwardRef(({ className: e, children: t, ...r }, o) => /* @__PURE__ */ x(G.Header, { className: "flex", children: /* @__PURE__ */ ae(
2355
+ G.Trigger,
2356
+ {
2357
+ ref: o,
2358
+ className: w(
2359
+ "flex flex-1 items-center justify-between py-4 font-medium transition-all hover:underline [&[data-state=open]>svg]:rotate-180 ",
2360
+ e
2361
+ ),
2362
+ ...r,
2363
+ children: [
2364
+ t,
2365
+ /* @__PURE__ */ x(he, { className: "h-4 w-4 shrink-0 transition-transform duration-200" })
2366
+ ]
2367
+ }
2368
+ ) }));
2369
+ Qe.displayName = G.Trigger.displayName;
2370
+ const Ye = N.forwardRef(({ className: e, children: t, ...r }, o) => /* @__PURE__ */ x(
2371
+ G.Content,
2372
+ {
2373
+ ref: o,
2374
+ className: "overflow-hidden text-sm transition-all data-[state=closed]:animate-accordion-up data-[state=open]:animate-accordion-down",
2375
+ ...r,
2376
+ children: /* @__PURE__ */ x("div", { className: w("pb-4 pt-0", e), children: t })
2377
+ }
2378
+ ));
2379
+ Ye.displayName = G.Content.displayName;
2380
+ const gt = v.Root, ft = v.Trigger, et = v.Portal, be = N.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ x(
2381
+ v.Overlay,
2382
+ {
2383
+ className: w(
2384
+ "fixed inset-0 z-50 bg-black/80 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0",
2385
+ e
2386
+ ),
2387
+ ...t,
2388
+ ref: r
2389
+ }
2390
+ ));
2391
+ be.displayName = v.Overlay.displayName;
2392
+ const tt = N.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ ae(et, { children: [
2393
+ /* @__PURE__ */ x(be, {}),
2394
+ /* @__PURE__ */ x(
2395
+ v.Content,
2396
+ {
2397
+ ref: r,
2398
+ className: w(
2399
+ "fixed left-[50%] top-[50%] z-50 grid w-full max-w-lg translate-x-[-50%] translate-y-[-50%] gap-4 border bg-background p-6 shadow-lg duration-200 data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[state=closed]:slide-out-to-left-1/2 data-[state=closed]:slide-out-to-top-[48%] data-[state=open]:slide-in-from-left-1/2 data-[state=open]:slide-in-from-top-[48%] sm:rounded-lg",
2400
+ e
2401
+ ),
2402
+ ...t
2403
+ }
2404
+ )
2405
+ ] }));
2406
+ tt.displayName = v.Content.displayName;
2407
+ const rt = ({
2408
+ className: e,
2409
+ ...t
2410
+ }) => /* @__PURE__ */ x(
2411
+ "div",
2412
+ {
2413
+ className: w(
2414
+ "flex flex-col space-y-2 text-center sm:text-left",
2415
+ e
2416
+ ),
2417
+ ...t
2418
+ }
2419
+ );
2420
+ rt.displayName = "AlertDialogHeader";
2421
+ const ot = ({
2422
+ className: e,
2423
+ ...t
2424
+ }) => /* @__PURE__ */ x(
2425
+ "div",
2426
+ {
2427
+ className: w(
2428
+ "flex flex-col-reverse sm:flex-row sm:justify-end sm:space-x-2",
2429
+ e
2430
+ ),
2431
+ ...t
2432
+ }
2433
+ );
2434
+ ot.displayName = "AlertDialogFooter";
2435
+ const nt = N.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ x(
2436
+ v.Title,
2437
+ {
2438
+ ref: r,
2439
+ className: w("text-lg font-semibold", e),
2440
+ ...t
2441
+ }
2442
+ ));
2443
+ nt.displayName = v.Title.displayName;
2444
+ const st = N.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ x(
2445
+ v.Description,
2446
+ {
2447
+ ref: r,
2448
+ className: w("text-sm text-muted-foreground", e),
2449
+ ...t
2450
+ }
2451
+ ));
2452
+ st.displayName = v.Description.displayName;
2453
+ const at = N.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ x(
2454
+ v.Action,
2455
+ {
2456
+ ref: r,
2457
+ className: w(J(), e),
2458
+ ...t
2459
+ }
2460
+ ));
2461
+ at.displayName = v.Action.displayName;
2462
+ const it = N.forwardRef(({ className: e, ...t }, r) => /* @__PURE__ */ x(
2463
+ v.Cancel,
2464
+ {
2465
+ ref: r,
2466
+ className: w(
2467
+ J({ variant: "outline" }),
2468
+ "mt-2 sm:mt-0",
2469
+ e
2470
+ ),
2471
+ ...t
2472
+ }
2473
+ ));
2474
+ it.displayName = v.Cancel.displayName;
2475
+ const lt = fe(
2476
+ "inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2",
2477
+ {
2478
+ variants: {
2479
+ variant: {
2480
+ default: "border-transparent bg-primary text-primary-foreground",
2481
+ secondary: "border-transparent bg-secondary text-secondary-foreground",
2482
+ destructive: "border-transparent bg-destructive text-destructive-foreground",
2483
+ outline: "text-foreground"
2484
+ }
2485
+ },
2486
+ defaultVariants: {
2487
+ variant: "default"
2488
+ }
2489
+ }
2490
+ );
2491
+ function bt({ className: e, variant: t, ...r }) {
2492
+ return /* @__PURE__ */ x("div", { className: w(lt({ variant: t }), e), ...r });
2493
+ }
2342
2494
  export {
2343
- qe as Button,
2344
- Fe as buttonVariants,
2345
- Be as cn
2495
+ pt as Accordion,
2496
+ Ye as AccordionContent,
2497
+ Ze as AccordionItem,
2498
+ Qe as AccordionTrigger,
2499
+ gt as AlertDialog,
2500
+ at as AlertDialogAction,
2501
+ it as AlertDialogCancel,
2502
+ tt as AlertDialogContent,
2503
+ st as AlertDialogDescription,
2504
+ ot as AlertDialogFooter,
2505
+ rt as AlertDialogHeader,
2506
+ be as AlertDialogOverlay,
2507
+ et as AlertDialogPortal,
2508
+ nt as AlertDialogTitle,
2509
+ ft as AlertDialogTrigger,
2510
+ bt as Badge,
2511
+ Xe as Button,
2512
+ lt as badgeVariants,
2513
+ J as buttonVariants,
2514
+ w as cn
2346
2515
  };