tvuikit 0.1.2 → 0.3.0

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