@paolojulian.dev/design-system 1.2.3 → 2.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -1,5 +1,6 @@
1
- import er from "react";
2
- var Se = { exports: {} }, se = {};
1
+ import Ae from "react";
2
+ import { cn as ne } from "./utils.es.js";
3
+ var te = { exports: {} }, $ = {};
3
4
  /**
4
5
  * @license React
5
6
  * react-jsx-runtime.production.min.js
@@ -9,21 +10,21 @@ var Se = { exports: {} }, se = {};
9
10
  * This source code is licensed under the MIT license found in the
10
11
  * LICENSE file in the root directory of this source tree.
11
12
  */
12
- var Je;
13
- function Mr() {
14
- if (Je) return se;
15
- Je = 1;
16
- var r = er, t = Symbol.for("react.element"), o = Symbol.for("react.fragment"), n = Object.prototype.hasOwnProperty, c = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, i = { key: !0, ref: !0, __self: !0, __source: !0 };
17
- function u(l, p, m) {
18
- var b, x = {}, C = null, j = null;
19
- m !== void 0 && (C = "" + m), p.key !== void 0 && (C = "" + p.key), p.ref !== void 0 && (j = p.ref);
20
- for (b in p) n.call(p, b) && !i.hasOwnProperty(b) && (x[b] = p[b]);
21
- if (l && l.defaultProps) for (b in p = l.defaultProps, p) x[b] === void 0 && (x[b] = p[b]);
22
- return { $$typeof: t, type: l, key: C, ref: j, props: x, _owner: c.current };
13
+ var Ce;
14
+ function pr() {
15
+ if (Ce) return $;
16
+ Ce = 1;
17
+ var o = Ae, s = Symbol.for("react.element"), u = Symbol.for("react.fragment"), l = Object.prototype.hasOwnProperty, _ = o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, x = { key: !0, ref: !0, __self: !0, __source: !0 };
18
+ function w(O, p, y) {
19
+ var v, b = {}, R = null, j = null;
20
+ y !== void 0 && (R = "" + y), p.key !== void 0 && (R = "" + p.key), p.ref !== void 0 && (j = p.ref);
21
+ for (v in p) l.call(p, v) && !x.hasOwnProperty(v) && (b[v] = p[v]);
22
+ if (O && O.defaultProps) for (v in p = O.defaultProps, p) b[v] === void 0 && (b[v] = p[v]);
23
+ return { $$typeof: s, type: O, key: R, ref: j, props: b, _owner: _.current };
23
24
  }
24
- return se.Fragment = o, se.jsx = u, se.jsxs = u, se;
25
+ return $.Fragment = u, $.jsx = w, $.jsxs = w, $;
25
26
  }
26
- var ie = {};
27
+ var N = {};
27
28
  /**
28
29
  * @license React
29
30
  * react-jsx-runtime.development.js
@@ -33,91 +34,91 @@ var ie = {};
33
34
  * This source code is licensed under the MIT license found in the
34
35
  * LICENSE file in the root directory of this source tree.
35
36
  */
36
- var Ke;
37
- function Fr() {
38
- return Ke || (Ke = 1, process.env.NODE_ENV !== "production" && function() {
39
- var r = er, t = Symbol.for("react.element"), o = Symbol.for("react.portal"), n = Symbol.for("react.fragment"), c = Symbol.for("react.strict_mode"), i = Symbol.for("react.profiler"), u = Symbol.for("react.provider"), l = Symbol.for("react.context"), p = Symbol.for("react.forward_ref"), m = Symbol.for("react.suspense"), b = Symbol.for("react.suspense_list"), x = Symbol.for("react.memo"), C = Symbol.for("react.lazy"), j = Symbol.for("react.offscreen"), O = Symbol.iterator, S = "@@iterator";
40
- function w(e) {
37
+ var Pe;
38
+ function yr() {
39
+ return Pe || (Pe = 1, process.env.NODE_ENV !== "production" && function() {
40
+ var o = Ae, s = Symbol.for("react.element"), u = Symbol.for("react.portal"), l = Symbol.for("react.fragment"), _ = Symbol.for("react.strict_mode"), x = Symbol.for("react.profiler"), w = Symbol.for("react.provider"), O = Symbol.for("react.context"), p = Symbol.for("react.forward_ref"), y = Symbol.for("react.suspense"), v = Symbol.for("react.suspense_list"), b = Symbol.for("react.memo"), R = Symbol.for("react.lazy"), j = Symbol.for("react.offscreen"), L = Symbol.iterator, M = "@@iterator";
41
+ function F(e) {
41
42
  if (e === null || typeof e != "object")
42
43
  return null;
43
- var a = O && e[O] || e[S];
44
- return typeof a == "function" ? a : null;
44
+ var r = L && e[L] || e[M];
45
+ return typeof r == "function" ? r : null;
45
46
  }
46
- var k = r.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
47
- function y(e) {
47
+ var k = o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
48
+ function g(e) {
48
49
  {
49
- for (var a = arguments.length, s = new Array(a > 1 ? a - 1 : 0), d = 1; d < a; d++)
50
- s[d - 1] = arguments[d];
51
- Y("error", e, s);
50
+ for (var r = arguments.length, t = new Array(r > 1 ? r - 1 : 0), n = 1; n < r; n++)
51
+ t[n - 1] = arguments[n];
52
+ Fe("error", e, t);
52
53
  }
53
54
  }
54
- function Y(e, a, s) {
55
+ function Fe(e, r, t) {
55
56
  {
56
- var d = k.ReactDebugCurrentFrame, h = d.getStackAddendum();
57
- h !== "" && (a += "%s", s = s.concat([h]));
58
- var E = s.map(function(v) {
59
- return String(v);
57
+ var n = k.ReactDebugCurrentFrame, f = n.getStackAddendum();
58
+ f !== "" && (r += "%s", t = t.concat([f]));
59
+ var c = t.map(function(i) {
60
+ return String(i);
60
61
  });
61
- E.unshift("Warning: " + a), Function.prototype.apply.call(console[e], console, E);
62
+ c.unshift("Warning: " + r), Function.prototype.apply.call(console[e], console, c);
62
63
  }
63
64
  }
64
- var W = !1, q = !1, ue = !1, de = !1, fe = !1, J;
65
- J = Symbol.for("react.module.reference");
66
- function ee(e) {
67
- return !!(typeof e == "string" || typeof e == "function" || e === n || e === i || fe || e === c || e === m || e === b || de || e === j || W || q || ue || typeof e == "object" && e !== null && (e.$$typeof === C || e.$$typeof === x || e.$$typeof === u || e.$$typeof === l || e.$$typeof === p || // This needs to include all possible module reference object
65
+ var Ie = !1, Ve = !1, We = !1, $e = !1, Ne = !1, ae;
66
+ ae = Symbol.for("react.module.reference");
67
+ function Ye(e) {
68
+ return !!(typeof e == "string" || typeof e == "function" || e === l || e === x || Ne || e === _ || e === y || e === v || $e || e === j || Ie || Ve || We || typeof e == "object" && e !== null && (e.$$typeof === R || e.$$typeof === b || e.$$typeof === w || e.$$typeof === O || e.$$typeof === p || // This needs to include all possible module reference object
68
69
  // types supported by any Flight configuration anywhere since
69
70
  // we don't know which Flight build this will end up being used
70
71
  // with.
71
- e.$$typeof === J || e.getModuleId !== void 0));
72
+ e.$$typeof === ae || e.getModuleId !== void 0));
72
73
  }
73
- function re(e, a, s) {
74
- var d = e.displayName;
75
- if (d)
76
- return d;
77
- var h = a.displayName || a.name || "";
78
- return h !== "" ? s + "(" + h + ")" : s;
74
+ function Le(e, r, t) {
75
+ var n = e.displayName;
76
+ if (n)
77
+ return n;
78
+ var f = r.displayName || r.name || "";
79
+ return f !== "" ? t + "(" + f + ")" : t;
79
80
  }
80
- function R(e) {
81
+ function ie(e) {
81
82
  return e.displayName || "Context";
82
83
  }
83
- function I(e) {
84
+ function S(e) {
84
85
  if (e == null)
85
86
  return null;
86
- if (typeof e.tag == "number" && y("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
87
+ if (typeof e.tag == "number" && g("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
87
88
  return e.displayName || e.name || null;
88
89
  if (typeof e == "string")
89
90
  return e;
90
91
  switch (e) {
91
- case n:
92
+ case l:
92
93
  return "Fragment";
93
- case o:
94
+ case u:
94
95
  return "Portal";
95
- case i:
96
+ case x:
96
97
  return "Profiler";
97
- case c:
98
+ case _:
98
99
  return "StrictMode";
99
- case m:
100
+ case y:
100
101
  return "Suspense";
101
- case b:
102
+ case v:
102
103
  return "SuspenseList";
103
104
  }
104
105
  if (typeof e == "object")
105
106
  switch (e.$$typeof) {
106
- case l:
107
- var a = e;
108
- return R(a) + ".Consumer";
109
- case u:
110
- var s = e;
111
- return R(s._context) + ".Provider";
107
+ case O:
108
+ var r = e;
109
+ return ie(r) + ".Consumer";
110
+ case w:
111
+ var t = e;
112
+ return ie(t._context) + ".Provider";
112
113
  case p:
113
- return re(e, e.render, "ForwardRef");
114
- case x:
115
- var d = e.displayName || null;
116
- return d !== null ? d : I(e.type) || "Memo";
117
- case C: {
118
- var h = e, E = h._payload, v = h._init;
114
+ return Le(e, e.render, "ForwardRef");
115
+ case b:
116
+ var n = e.displayName || null;
117
+ return n !== null ? n : S(e.type) || "Memo";
118
+ case R: {
119
+ var f = e, c = f._payload, i = f._init;
119
120
  try {
120
- return I(v(E));
121
+ return S(i(c));
121
122
  } catch {
122
123
  return null;
123
124
  }
@@ -125,18 +126,18 @@ function Fr() {
125
126
  }
126
127
  return null;
127
128
  }
128
- var M = Object.assign, $ = 0, U, te, K, G, oe, F, Ae;
129
- function ze() {
129
+ var C = Object.assign, I = 0, oe, ue, se, le, fe, ce, de;
130
+ function ve() {
130
131
  }
131
- ze.__reactDisabledLog = !0;
132
- function lr() {
132
+ ve.__reactDisabledLog = !0;
133
+ function Me() {
133
134
  {
134
- if ($ === 0) {
135
- U = console.log, te = console.info, K = console.warn, G = console.error, oe = console.group, F = console.groupCollapsed, Ae = console.groupEnd;
135
+ if (I === 0) {
136
+ oe = console.log, ue = console.info, se = console.warn, le = console.error, fe = console.group, ce = console.groupCollapsed, de = console.groupEnd;
136
137
  var e = {
137
138
  configurable: !0,
138
139
  enumerable: !0,
139
- value: ze,
140
+ value: ve,
140
141
  writable: !0
141
142
  };
142
143
  Object.defineProperties(console, {
@@ -149,336 +150,336 @@ function Fr() {
149
150
  groupEnd: e
150
151
  });
151
152
  }
152
- $++;
153
+ I++;
153
154
  }
154
155
  }
155
- function cr() {
156
+ function Ue() {
156
157
  {
157
- if ($--, $ === 0) {
158
+ if (I--, I === 0) {
158
159
  var e = {
159
160
  configurable: !0,
160
161
  enumerable: !0,
161
162
  writable: !0
162
163
  };
163
164
  Object.defineProperties(console, {
164
- log: M({}, e, {
165
- value: U
165
+ log: C({}, e, {
166
+ value: oe
166
167
  }),
167
- info: M({}, e, {
168
- value: te
168
+ info: C({}, e, {
169
+ value: ue
169
170
  }),
170
- warn: M({}, e, {
171
- value: K
171
+ warn: C({}, e, {
172
+ value: se
172
173
  }),
173
- error: M({}, e, {
174
- value: G
174
+ error: C({}, e, {
175
+ value: le
175
176
  }),
176
- group: M({}, e, {
177
- value: oe
177
+ group: C({}, e, {
178
+ value: fe
178
179
  }),
179
- groupCollapsed: M({}, e, {
180
- value: F
180
+ groupCollapsed: C({}, e, {
181
+ value: ce
181
182
  }),
182
- groupEnd: M({}, e, {
183
- value: Ae
183
+ groupEnd: C({}, e, {
184
+ value: de
184
185
  })
185
186
  });
186
187
  }
187
- $ < 0 && y("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
188
+ I < 0 && g("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
188
189
  }
189
190
  }
190
- var ve = k.ReactCurrentDispatcher, he;
191
- function pe(e, a, s) {
191
+ var q = k.ReactCurrentDispatcher, G;
192
+ function U(e, r, t) {
192
193
  {
193
- if (he === void 0)
194
+ if (G === void 0)
194
195
  try {
195
196
  throw Error();
196
- } catch (h) {
197
- var d = h.stack.trim().match(/\n( *(at )?)/);
198
- he = d && d[1] || "";
197
+ } catch (f) {
198
+ var n = f.stack.trim().match(/\n( *(at )?)/);
199
+ G = n && n[1] || "";
199
200
  }
200
201
  return `
201
- ` + he + e;
202
+ ` + G + e;
202
203
  }
203
204
  }
204
- var ye = !1, be;
205
+ var z = !1, B;
205
206
  {
206
- var ur = typeof WeakMap == "function" ? WeakMap : Map;
207
- be = new ur();
207
+ var Be = typeof WeakMap == "function" ? WeakMap : Map;
208
+ B = new Be();
208
209
  }
209
- function Ie(e, a) {
210
- if (!e || ye)
210
+ function me(e, r) {
211
+ if (!e || z)
211
212
  return "";
212
213
  {
213
- var s = be.get(e);
214
- if (s !== void 0)
215
- return s;
214
+ var t = B.get(e);
215
+ if (t !== void 0)
216
+ return t;
216
217
  }
217
- var d;
218
- ye = !0;
219
- var h = Error.prepareStackTrace;
218
+ var n;
219
+ z = !0;
220
+ var f = Error.prepareStackTrace;
220
221
  Error.prepareStackTrace = void 0;
221
- var E;
222
- E = ve.current, ve.current = null, lr();
222
+ var c;
223
+ c = q.current, q.current = null, Me();
223
224
  try {
224
- if (a) {
225
- var v = function() {
225
+ if (r) {
226
+ var i = function() {
226
227
  throw Error();
227
228
  };
228
- if (Object.defineProperty(v.prototype, "props", {
229
+ if (Object.defineProperty(i.prototype, "props", {
229
230
  set: function() {
230
231
  throw Error();
231
232
  }
232
233
  }), typeof Reflect == "object" && Reflect.construct) {
233
234
  try {
234
- Reflect.construct(v, []);
235
- } catch (z) {
236
- d = z;
235
+ Reflect.construct(i, []);
236
+ } catch (E) {
237
+ n = E;
237
238
  }
238
- Reflect.construct(e, [], v);
239
+ Reflect.construct(e, [], i);
239
240
  } else {
240
241
  try {
241
- v.call();
242
- } catch (z) {
243
- d = z;
242
+ i.call();
243
+ } catch (E) {
244
+ n = E;
244
245
  }
245
- e.call(v.prototype);
246
+ e.call(i.prototype);
246
247
  }
247
248
  } else {
248
249
  try {
249
250
  throw Error();
250
- } catch (z) {
251
- d = z;
251
+ } catch (E) {
252
+ n = E;
252
253
  }
253
254
  e();
254
255
  }
255
- } catch (z) {
256
- if (z && d && typeof z.stack == "string") {
257
- for (var g = z.stack.split(`
258
- `), A = d.stack.split(`
259
- `), T = g.length - 1, P = A.length - 1; T >= 1 && P >= 0 && g[T] !== A[P]; )
260
- P--;
261
- for (; T >= 1 && P >= 0; T--, P--)
262
- if (g[T] !== A[P]) {
263
- if (T !== 1 || P !== 1)
256
+ } catch (E) {
257
+ if (E && n && typeof E.stack == "string") {
258
+ for (var a = E.stack.split(`
259
+ `), h = n.stack.split(`
260
+ `), d = a.length - 1, m = h.length - 1; d >= 1 && m >= 0 && a[d] !== h[m]; )
261
+ m--;
262
+ for (; d >= 1 && m >= 0; d--, m--)
263
+ if (a[d] !== h[m]) {
264
+ if (d !== 1 || m !== 1)
264
265
  do
265
- if (T--, P--, P < 0 || g[T] !== A[P]) {
266
- var N = `
267
- ` + g[T].replace(" at new ", " at ");
268
- return e.displayName && N.includes("<anonymous>") && (N = N.replace("<anonymous>", e.displayName)), typeof e == "function" && be.set(e, N), N;
266
+ if (d--, m--, m < 0 || a[d] !== h[m]) {
267
+ var T = `
268
+ ` + a[d].replace(" at new ", " at ");
269
+ return e.displayName && T.includes("<anonymous>") && (T = T.replace("<anonymous>", e.displayName)), typeof e == "function" && B.set(e, T), T;
269
270
  }
270
- while (T >= 1 && P >= 0);
271
+ while (d >= 1 && m >= 0);
271
272
  break;
272
273
  }
273
274
  }
274
275
  } finally {
275
- ye = !1, ve.current = E, cr(), Error.prepareStackTrace = h;
276
+ z = !1, q.current = c, Ue(), Error.prepareStackTrace = f;
276
277
  }
277
- var H = e ? e.displayName || e.name : "", B = H ? pe(H) : "";
278
- return typeof e == "function" && be.set(e, B), B;
278
+ var D = e ? e.displayName || e.name : "", P = D ? U(D) : "";
279
+ return typeof e == "function" && B.set(e, P), P;
279
280
  }
280
- function dr(e, a, s) {
281
- return Ie(e, !1);
281
+ function Je(e, r, t) {
282
+ return me(e, !1);
282
283
  }
283
- function fr(e) {
284
- var a = e.prototype;
285
- return !!(a && a.isReactComponent);
284
+ function Ke(e) {
285
+ var r = e.prototype;
286
+ return !!(r && r.isReactComponent);
286
287
  }
287
- function ge(e, a, s) {
288
+ function J(e, r, t) {
288
289
  if (e == null)
289
290
  return "";
290
291
  if (typeof e == "function")
291
- return Ie(e, fr(e));
292
+ return me(e, Ke(e));
292
293
  if (typeof e == "string")
293
- return pe(e);
294
+ return U(e);
294
295
  switch (e) {
295
- case m:
296
- return pe("Suspense");
297
- case b:
298
- return pe("SuspenseList");
296
+ case y:
297
+ return U("Suspense");
298
+ case v:
299
+ return U("SuspenseList");
299
300
  }
300
301
  if (typeof e == "object")
301
302
  switch (e.$$typeof) {
302
303
  case p:
303
- return dr(e.render);
304
- case x:
305
- return ge(e.type, a, s);
306
- case C: {
307
- var d = e, h = d._payload, E = d._init;
304
+ return Je(e.render);
305
+ case b:
306
+ return J(e.type, r, t);
307
+ case R: {
308
+ var n = e, f = n._payload, c = n._init;
308
309
  try {
309
- return ge(E(h), a, s);
310
+ return J(c(f), r, t);
310
311
  } catch {
311
312
  }
312
313
  }
313
314
  }
314
315
  return "";
315
316
  }
316
- var ne = Object.prototype.hasOwnProperty, Me = {}, Fe = k.ReactDebugCurrentFrame;
317
- function me(e) {
317
+ var V = Object.prototype.hasOwnProperty, pe = {}, ye = k.ReactDebugCurrentFrame;
318
+ function K(e) {
318
319
  if (e) {
319
- var a = e._owner, s = ge(e.type, e._source, a ? a.type : null);
320
- Fe.setExtraStackFrame(s);
320
+ var r = e._owner, t = J(e.type, e._source, r ? r.type : null);
321
+ ye.setExtraStackFrame(t);
321
322
  } else
322
- Fe.setExtraStackFrame(null);
323
+ ye.setExtraStackFrame(null);
323
324
  }
324
- function pr(e, a, s, d, h) {
325
+ function qe(e, r, t, n, f) {
325
326
  {
326
- var E = Function.call.bind(ne);
327
- for (var v in e)
328
- if (E(e, v)) {
329
- var g = void 0;
327
+ var c = Function.call.bind(V);
328
+ for (var i in e)
329
+ if (c(e, i)) {
330
+ var a = void 0;
330
331
  try {
331
- if (typeof e[v] != "function") {
332
- var A = Error((d || "React class") + ": " + s + " type `" + v + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[v] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
333
- throw A.name = "Invariant Violation", A;
332
+ if (typeof e[i] != "function") {
333
+ var h = Error((n || "React class") + ": " + t + " type `" + i + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[i] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
334
+ throw h.name = "Invariant Violation", h;
334
335
  }
335
- g = e[v](a, v, d, s, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
336
- } catch (T) {
337
- g = T;
336
+ a = e[i](r, i, n, t, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
337
+ } catch (d) {
338
+ a = d;
338
339
  }
339
- g && !(g instanceof Error) && (me(h), y("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", d || "React class", s, v, typeof g), me(null)), g instanceof Error && !(g.message in Me) && (Me[g.message] = !0, me(h), y("Failed %s type: %s", s, g.message), me(null));
340
+ a && !(a instanceof Error) && (K(f), g("%s: type specification of %s `%s` is invalid; the type checker function must return `null` or an `Error` but returned a %s. You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument).", n || "React class", t, i, typeof a), K(null)), a instanceof Error && !(a.message in pe) && (pe[a.message] = !0, K(f), g("Failed %s type: %s", t, a.message), K(null));
340
341
  }
341
342
  }
342
343
  }
343
- var br = Array.isArray;
344
- function xe(e) {
345
- return br(e);
344
+ var Ge = Array.isArray;
345
+ function H(e) {
346
+ return Ge(e);
346
347
  }
347
- function gr(e) {
348
+ function ze(e) {
348
349
  {
349
- var a = typeof Symbol == "function" && Symbol.toStringTag, s = a && e[Symbol.toStringTag] || e.constructor.name || "Object";
350
- return s;
350
+ var r = typeof Symbol == "function" && Symbol.toStringTag, t = r && e[Symbol.toStringTag] || e.constructor.name || "Object";
351
+ return t;
351
352
  }
352
353
  }
353
- function mr(e) {
354
+ function He(e) {
354
355
  try {
355
- return Ne(e), !1;
356
+ return ge(e), !1;
356
357
  } catch {
357
358
  return !0;
358
359
  }
359
360
  }
360
- function Ne(e) {
361
+ function ge(e) {
361
362
  return "" + e;
362
363
  }
363
- function We(e) {
364
- if (mr(e))
365
- return y("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", gr(e)), Ne(e);
364
+ function be(e) {
365
+ if (He(e))
366
+ return g("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", ze(e)), ge(e);
366
367
  }
367
- var ae = k.ReactCurrentOwner, vr = {
368
+ var W = k.ReactCurrentOwner, Xe = {
368
369
  key: !0,
369
370
  ref: !0,
370
371
  __self: !0,
371
372
  __source: !0
372
- }, Ve, $e, we;
373
- we = {};
374
- function hr(e) {
375
- if (ne.call(e, "ref")) {
376
- var a = Object.getOwnPropertyDescriptor(e, "ref").get;
377
- if (a && a.isReactWarning)
373
+ }, he, Re, X;
374
+ X = {};
375
+ function Ze(e) {
376
+ if (V.call(e, "ref")) {
377
+ var r = Object.getOwnPropertyDescriptor(e, "ref").get;
378
+ if (r && r.isReactWarning)
378
379
  return !1;
379
380
  }
380
381
  return e.ref !== void 0;
381
382
  }
382
- function yr(e) {
383
- if (ne.call(e, "key")) {
384
- var a = Object.getOwnPropertyDescriptor(e, "key").get;
385
- if (a && a.isReactWarning)
383
+ function Qe(e) {
384
+ if (V.call(e, "key")) {
385
+ var r = Object.getOwnPropertyDescriptor(e, "key").get;
386
+ if (r && r.isReactWarning)
386
387
  return !1;
387
388
  }
388
389
  return e.key !== void 0;
389
390
  }
390
- function xr(e, a) {
391
- if (typeof e.ref == "string" && ae.current && a && ae.current.stateNode !== a) {
392
- var s = I(ae.current.type);
393
- we[s] || (y('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', I(ae.current.type), e.ref), we[s] = !0);
391
+ function er(e, r) {
392
+ if (typeof e.ref == "string" && W.current && r && W.current.stateNode !== r) {
393
+ var t = S(W.current.type);
394
+ X[t] || (g('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', S(W.current.type), e.ref), X[t] = !0);
394
395
  }
395
396
  }
396
- function wr(e, a) {
397
+ function rr(e, r) {
397
398
  {
398
- var s = function() {
399
- Ve || (Ve = !0, y("%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://reactjs.org/link/special-props)", a));
399
+ var t = function() {
400
+ he || (he = !0, g("%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://reactjs.org/link/special-props)", r));
400
401
  };
401
- s.isReactWarning = !0, Object.defineProperty(e, "key", {
402
- get: s,
402
+ t.isReactWarning = !0, Object.defineProperty(e, "key", {
403
+ get: t,
403
404
  configurable: !0
404
405
  });
405
406
  }
406
407
  }
407
- function Rr(e, a) {
408
+ function tr(e, r) {
408
409
  {
409
- var s = function() {
410
- $e || ($e = !0, y("%s: `ref` 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://reactjs.org/link/special-props)", a));
410
+ var t = function() {
411
+ Re || (Re = !0, g("%s: `ref` 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://reactjs.org/link/special-props)", r));
411
412
  };
412
- s.isReactWarning = !0, Object.defineProperty(e, "ref", {
413
- get: s,
413
+ t.isReactWarning = !0, Object.defineProperty(e, "ref", {
414
+ get: t,
414
415
  configurable: !0
415
416
  });
416
417
  }
417
418
  }
418
- var Er = function(e, a, s, d, h, E, v) {
419
- var g = {
419
+ var nr = function(e, r, t, n, f, c, i) {
420
+ var a = {
420
421
  // This tag allows us to uniquely identify this as a React Element
421
- $$typeof: t,
422
+ $$typeof: s,
422
423
  // Built-in properties that belong on the element
423
424
  type: e,
424
- key: a,
425
- ref: s,
426
- props: v,
425
+ key: r,
426
+ ref: t,
427
+ props: i,
427
428
  // Record the component responsible for creating this element.
428
- _owner: E
429
+ _owner: c
429
430
  };
430
- return g._store = {}, Object.defineProperty(g._store, "validated", {
431
+ return a._store = {}, Object.defineProperty(a._store, "validated", {
431
432
  configurable: !1,
432
433
  enumerable: !1,
433
434
  writable: !0,
434
435
  value: !1
435
- }), Object.defineProperty(g, "_self", {
436
+ }), Object.defineProperty(a, "_self", {
436
437
  configurable: !1,
437
438
  enumerable: !1,
438
439
  writable: !1,
439
- value: d
440
- }), Object.defineProperty(g, "_source", {
440
+ value: n
441
+ }), Object.defineProperty(a, "_source", {
441
442
  configurable: !1,
442
443
  enumerable: !1,
443
444
  writable: !1,
444
- value: h
445
- }), Object.freeze && (Object.freeze(g.props), Object.freeze(g)), g;
445
+ value: f
446
+ }), Object.freeze && (Object.freeze(a.props), Object.freeze(a)), a;
446
447
  };
447
- function Cr(e, a, s, d, h) {
448
+ function ar(e, r, t, n, f) {
448
449
  {
449
- var E, v = {}, g = null, A = null;
450
- s !== void 0 && (We(s), g = "" + s), yr(a) && (We(a.key), g = "" + a.key), hr(a) && (A = a.ref, xr(a, h));
451
- for (E in a)
452
- ne.call(a, E) && !vr.hasOwnProperty(E) && (v[E] = a[E]);
450
+ var c, i = {}, a = null, h = null;
451
+ t !== void 0 && (be(t), a = "" + t), Qe(r) && (be(r.key), a = "" + r.key), Ze(r) && (h = r.ref, er(r, f));
452
+ for (c in r)
453
+ V.call(r, c) && !Xe.hasOwnProperty(c) && (i[c] = r[c]);
453
454
  if (e && e.defaultProps) {
454
- var T = e.defaultProps;
455
- for (E in T)
456
- v[E] === void 0 && (v[E] = T[E]);
455
+ var d = e.defaultProps;
456
+ for (c in d)
457
+ i[c] === void 0 && (i[c] = d[c]);
457
458
  }
458
- if (g || A) {
459
- var P = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
460
- g && wr(v, P), A && Rr(v, P);
459
+ if (a || h) {
460
+ var m = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
461
+ a && rr(i, m), h && tr(i, m);
461
462
  }
462
- return Er(e, g, A, h, d, ae.current, v);
463
+ return nr(e, a, h, f, n, W.current, i);
463
464
  }
464
465
  }
465
- var Re = k.ReactCurrentOwner, Ge = k.ReactDebugCurrentFrame;
466
- function X(e) {
466
+ var Z = k.ReactCurrentOwner, Ee = k.ReactDebugCurrentFrame;
467
+ function A(e) {
467
468
  if (e) {
468
- var a = e._owner, s = ge(e.type, e._source, a ? a.type : null);
469
- Ge.setExtraStackFrame(s);
469
+ var r = e._owner, t = J(e.type, e._source, r ? r.type : null);
470
+ Ee.setExtraStackFrame(t);
470
471
  } else
471
- Ge.setExtraStackFrame(null);
472
+ Ee.setExtraStackFrame(null);
472
473
  }
473
- var Ee;
474
- Ee = !1;
475
- function Ce(e) {
476
- return typeof e == "object" && e !== null && e.$$typeof === t;
474
+ var Q;
475
+ Q = !1;
476
+ function ee(e) {
477
+ return typeof e == "object" && e !== null && e.$$typeof === s;
477
478
  }
478
- function Le() {
479
+ function _e() {
479
480
  {
480
- if (Re.current) {
481
- var e = I(Re.current.type);
481
+ if (Z.current) {
482
+ var e = S(Z.current.type);
482
483
  if (e)
483
484
  return `
484
485
 
@@ -487,2519 +488,263 @@ Check the render method of \`` + e + "`.";
487
488
  return "";
488
489
  }
489
490
  }
490
- function _r(e) {
491
+ function ir(e) {
491
492
  return "";
492
493
  }
493
- var De = {};
494
- function kr(e) {
494
+ var Te = {};
495
+ function or(e) {
495
496
  {
496
- var a = Le();
497
- if (!a) {
498
- var s = typeof e == "string" ? e : e.displayName || e.name;
499
- s && (a = `
497
+ var r = _e();
498
+ if (!r) {
499
+ var t = typeof e == "string" ? e : e.displayName || e.name;
500
+ t && (r = `
500
501
 
501
- Check the top-level render call using <` + s + ">.");
502
+ Check the top-level render call using <` + t + ">.");
502
503
  }
503
- return a;
504
+ return r;
504
505
  }
505
506
  }
506
- function Ye(e, a) {
507
+ function xe(e, r) {
507
508
  {
508
509
  if (!e._store || e._store.validated || e.key != null)
509
510
  return;
510
511
  e._store.validated = !0;
511
- var s = kr(a);
512
- if (De[s])
512
+ var t = or(r);
513
+ if (Te[t])
513
514
  return;
514
- De[s] = !0;
515
- var d = "";
516
- e && e._owner && e._owner !== Re.current && (d = " It was passed a child from " + I(e._owner.type) + "."), X(e), y('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', s, d), X(null);
515
+ Te[t] = !0;
516
+ var n = "";
517
+ e && e._owner && e._owner !== Z.current && (n = " It was passed a child from " + S(e._owner.type) + "."), A(e), g('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', t, n), A(null);
517
518
  }
518
519
  }
519
- function Ue(e, a) {
520
+ function Oe(e, r) {
520
521
  {
521
522
  if (typeof e != "object")
522
523
  return;
523
- if (xe(e))
524
- for (var s = 0; s < e.length; s++) {
525
- var d = e[s];
526
- Ce(d) && Ye(d, a);
524
+ if (H(e))
525
+ for (var t = 0; t < e.length; t++) {
526
+ var n = e[t];
527
+ ee(n) && xe(n, r);
527
528
  }
528
- else if (Ce(e))
529
+ else if (ee(e))
529
530
  e._store && (e._store.validated = !0);
530
531
  else if (e) {
531
- var h = w(e);
532
- if (typeof h == "function" && h !== e.entries)
533
- for (var E = h.call(e), v; !(v = E.next()).done; )
534
- Ce(v.value) && Ye(v.value, a);
532
+ var f = F(e);
533
+ if (typeof f == "function" && f !== e.entries)
534
+ for (var c = f.call(e), i; !(i = c.next()).done; )
535
+ ee(i.value) && xe(i.value, r);
535
536
  }
536
537
  }
537
538
  }
538
- function Sr(e) {
539
+ function ur(e) {
539
540
  {
540
- var a = e.type;
541
- if (a == null || typeof a == "string")
541
+ var r = e.type;
542
+ if (r == null || typeof r == "string")
542
543
  return;
543
- var s;
544
- if (typeof a == "function")
545
- s = a.propTypes;
546
- else if (typeof a == "object" && (a.$$typeof === p || // Note: Memo only checks outer props here.
544
+ var t;
545
+ if (typeof r == "function")
546
+ t = r.propTypes;
547
+ else if (typeof r == "object" && (r.$$typeof === p || // Note: Memo only checks outer props here.
547
548
  // Inner props are checked in the reconciler.
548
- a.$$typeof === x))
549
- s = a.propTypes;
549
+ r.$$typeof === b))
550
+ t = r.propTypes;
550
551
  else
551
552
  return;
552
- if (s) {
553
- var d = I(a);
554
- pr(s, e.props, "prop", d, e);
555
- } else if (a.PropTypes !== void 0 && !Ee) {
556
- Ee = !0;
557
- var h = I(a);
558
- y("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", h || "Unknown");
553
+ if (t) {
554
+ var n = S(r);
555
+ qe(t, e.props, "prop", n, e);
556
+ } else if (r.PropTypes !== void 0 && !Q) {
557
+ Q = !0;
558
+ var f = S(r);
559
+ g("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", f || "Unknown");
559
560
  }
560
- typeof a.getDefaultProps == "function" && !a.getDefaultProps.isReactClassApproved && y("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
561
+ typeof r.getDefaultProps == "function" && !r.getDefaultProps.isReactClassApproved && g("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
561
562
  }
562
563
  }
563
- function Tr(e) {
564
+ function sr(e) {
564
565
  {
565
- for (var a = Object.keys(e.props), s = 0; s < a.length; s++) {
566
- var d = a[s];
567
- if (d !== "children" && d !== "key") {
568
- X(e), y("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", d), X(null);
566
+ for (var r = Object.keys(e.props), t = 0; t < r.length; t++) {
567
+ var n = r[t];
568
+ if (n !== "children" && n !== "key") {
569
+ A(e), g("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", n), A(null);
569
570
  break;
570
571
  }
571
572
  }
572
- e.ref !== null && (X(e), y("Invalid attribute `ref` supplied to `React.Fragment`."), X(null));
573
+ e.ref !== null && (A(e), g("Invalid attribute `ref` supplied to `React.Fragment`."), A(null));
573
574
  }
574
575
  }
575
- var Be = {};
576
- function qe(e, a, s, d, h, E) {
576
+ var Se = {};
577
+ function we(e, r, t, n, f, c) {
577
578
  {
578
- var v = ee(e);
579
- if (!v) {
580
- var g = "";
581
- (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (g += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
582
- var A = _r();
583
- A ? g += A : g += Le();
584
- var T;
585
- e === null ? T = "null" : xe(e) ? T = "array" : e !== void 0 && e.$$typeof === t ? (T = "<" + (I(e.type) || "Unknown") + " />", g = " Did you accidentally export a JSX literal instead of a component?") : T = typeof e, y("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", T, g);
579
+ var i = Ye(e);
580
+ if (!i) {
581
+ var a = "";
582
+ (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (a += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
583
+ var h = ir();
584
+ h ? a += h : a += _e();
585
+ var d;
586
+ e === null ? d = "null" : H(e) ? d = "array" : e !== void 0 && e.$$typeof === s ? (d = "<" + (S(e.type) || "Unknown") + " />", a = " Did you accidentally export a JSX literal instead of a component?") : d = typeof e, g("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", d, a);
586
587
  }
587
- var P = Cr(e, a, s, h, E);
588
- if (P == null)
589
- return P;
590
- if (v) {
591
- var N = a.children;
592
- if (N !== void 0)
593
- if (d)
594
- if (xe(N)) {
595
- for (var H = 0; H < N.length; H++)
596
- Ue(N[H], e);
597
- Object.freeze && Object.freeze(N);
588
+ var m = ar(e, r, t, f, c);
589
+ if (m == null)
590
+ return m;
591
+ if (i) {
592
+ var T = r.children;
593
+ if (T !== void 0)
594
+ if (n)
595
+ if (H(T)) {
596
+ for (var D = 0; D < T.length; D++)
597
+ Oe(T[D], e);
598
+ Object.freeze && Object.freeze(T);
598
599
  } else
599
- y("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
600
+ g("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
600
601
  else
601
- Ue(N, e);
602
+ Oe(T, e);
602
603
  }
603
- if (ne.call(a, "key")) {
604
- var B = I(e), z = Object.keys(a).filter(function(Ir) {
605
- return Ir !== "key";
606
- }), _e = z.length > 0 ? "{key: someKey, " + z.join(": ..., ") + ": ...}" : "{key: someKey}";
607
- if (!Be[B + _e]) {
608
- var zr = z.length > 0 ? "{" + z.join(": ..., ") + ": ...}" : "{}";
609
- y(`A props object containing a "key" prop is being spread into JSX:
604
+ if (V.call(r, "key")) {
605
+ var P = S(e), E = Object.keys(r).filter(function(mr) {
606
+ return mr !== "key";
607
+ }), re = E.length > 0 ? "{key: someKey, " + E.join(": ..., ") + ": ...}" : "{key: someKey}";
608
+ if (!Se[P + re]) {
609
+ var vr = E.length > 0 ? "{" + E.join(": ..., ") + ": ...}" : "{}";
610
+ g(`A props object containing a "key" prop is being spread into JSX:
610
611
  let props = %s;
611
612
  <%s {...props} />
612
613
  React keys must be passed directly to JSX without using spread:
613
614
  let props = %s;
614
- <%s key={someKey} {...props} />`, _e, B, zr, B), Be[B + _e] = !0;
615
+ <%s key={someKey} {...props} />`, re, P, vr, P), Se[P + re] = !0;
615
616
  }
616
617
  }
617
- return e === n ? Tr(P) : Sr(P), P;
618
- }
619
- }
620
- function Pr(e, a, s) {
621
- return qe(e, a, s, !0);
622
- }
623
- function jr(e, a, s) {
624
- return qe(e, a, s, !1);
625
- }
626
- var Or = jr, Ar = Pr;
627
- ie.Fragment = n, ie.jsx = Or, ie.jsxs = Ar;
628
- }()), ie;
629
- }
630
- process.env.NODE_ENV === "production" ? Se.exports = Mr() : Se.exports = Fr();
631
- var Pe = Se.exports;
632
- function rr(r) {
633
- var t, o, n = "";
634
- if (typeof r == "string" || typeof r == "number") n += r;
635
- else if (typeof r == "object") if (Array.isArray(r)) {
636
- var c = r.length;
637
- for (t = 0; t < c; t++) r[t] && (o = rr(r[t])) && (n && (n += " "), n += o);
638
- } else for (o in r) r[o] && (n && (n += " "), n += o);
639
- return n;
640
- }
641
- function Nr() {
642
- for (var r, t, o = 0, n = "", c = arguments.length; o < c; o++) (r = arguments[o]) && (t = rr(r)) && (n && (n += " "), n += t);
643
- return n;
644
- }
645
- const je = "-", Wr = (r) => {
646
- const t = $r(r), {
647
- conflictingClassGroups: o,
648
- conflictingClassGroupModifiers: n
649
- } = r;
650
- return {
651
- getClassGroupId: (u) => {
652
- const l = u.split(je);
653
- return l[0] === "" && l.length !== 1 && l.shift(), tr(l, t) || Vr(u);
654
- },
655
- getConflictingClassGroupIds: (u, l) => {
656
- const p = o[u] || [];
657
- return l && n[u] ? [...p, ...n[u]] : p;
658
- }
659
- };
660
- }, tr = (r, t) => {
661
- var u;
662
- if (r.length === 0)
663
- return t.classGroupId;
664
- const o = r[0], n = t.nextPart.get(o), c = n ? tr(r.slice(1), n) : void 0;
665
- if (c)
666
- return c;
667
- if (t.validators.length === 0)
668
- return;
669
- const i = r.join(je);
670
- return (u = t.validators.find(({
671
- validator: l
672
- }) => l(i))) == null ? void 0 : u.classGroupId;
673
- }, Xe = /^\[(.+)\]$/, Vr = (r) => {
674
- if (Xe.test(r)) {
675
- const t = Xe.exec(r)[1], o = t == null ? void 0 : t.substring(0, t.indexOf(":"));
676
- if (o)
677
- return "arbitrary.." + o;
678
- }
679
- }, $r = (r) => {
680
- const {
681
- theme: t,
682
- prefix: o
683
- } = r, n = {
684
- nextPart: /* @__PURE__ */ new Map(),
685
- validators: []
686
- };
687
- return Lr(Object.entries(r.classGroups), o).forEach(([i, u]) => {
688
- Te(u, n, i, t);
689
- }), n;
690
- }, Te = (r, t, o, n) => {
691
- r.forEach((c) => {
692
- if (typeof c == "string") {
693
- const i = c === "" ? t : He(t, c);
694
- i.classGroupId = o;
695
- return;
696
- }
697
- if (typeof c == "function") {
698
- if (Gr(c)) {
699
- Te(c(n), t, o, n);
700
- return;
701
- }
702
- t.validators.push({
703
- validator: c,
704
- classGroupId: o
705
- });
706
- return;
707
- }
708
- Object.entries(c).forEach(([i, u]) => {
709
- Te(u, He(t, i), o, n);
710
- });
711
- });
712
- }, He = (r, t) => {
713
- let o = r;
714
- return t.split(je).forEach((n) => {
715
- o.nextPart.has(n) || o.nextPart.set(n, {
716
- nextPart: /* @__PURE__ */ new Map(),
717
- validators: []
718
- }), o = o.nextPart.get(n);
719
- }), o;
720
- }, Gr = (r) => r.isThemeGetter, Lr = (r, t) => t ? r.map(([o, n]) => {
721
- const c = n.map((i) => typeof i == "string" ? t + i : typeof i == "object" ? Object.fromEntries(Object.entries(i).map(([u, l]) => [t + u, l])) : i);
722
- return [o, c];
723
- }) : r, Dr = (r) => {
724
- if (r < 1)
725
- return {
726
- get: () => {
727
- },
728
- set: () => {
729
- }
730
- };
731
- let t = 0, o = /* @__PURE__ */ new Map(), n = /* @__PURE__ */ new Map();
732
- const c = (i, u) => {
733
- o.set(i, u), t++, t > r && (t = 0, n = o, o = /* @__PURE__ */ new Map());
734
- };
735
- return {
736
- get(i) {
737
- let u = o.get(i);
738
- if (u !== void 0)
739
- return u;
740
- if ((u = n.get(i)) !== void 0)
741
- return c(i, u), u;
742
- },
743
- set(i, u) {
744
- o.has(i) ? o.set(i, u) : c(i, u);
745
- }
746
- };
747
- }, or = "!", Yr = (r) => {
748
- const {
749
- separator: t,
750
- experimentalParseClassName: o
751
- } = r, n = t.length === 1, c = t[0], i = t.length, u = (l) => {
752
- const p = [];
753
- let m = 0, b = 0, x;
754
- for (let w = 0; w < l.length; w++) {
755
- let k = l[w];
756
- if (m === 0) {
757
- if (k === c && (n || l.slice(w, w + i) === t)) {
758
- p.push(l.slice(b, w)), b = w + i;
759
- continue;
760
- }
761
- if (k === "/") {
762
- x = w;
763
- continue;
764
- }
765
- }
766
- k === "[" ? m++ : k === "]" && m--;
767
- }
768
- const C = p.length === 0 ? l : l.substring(b), j = C.startsWith(or), O = j ? C.substring(1) : C, S = x && x > b ? x - b : void 0;
769
- return {
770
- modifiers: p,
771
- hasImportantModifier: j,
772
- baseClassName: O,
773
- maybePostfixModifierPosition: S
774
- };
775
- };
776
- return o ? (l) => o({
777
- className: l,
778
- parseClassName: u
779
- }) : u;
780
- }, Ur = (r) => {
781
- if (r.length <= 1)
782
- return r;
783
- const t = [];
784
- let o = [];
785
- return r.forEach((n) => {
786
- n[0] === "[" ? (t.push(...o.sort(), n), o = []) : o.push(n);
787
- }), t.push(...o.sort()), t;
788
- }, Br = (r) => ({
789
- cache: Dr(r.cacheSize),
790
- parseClassName: Yr(r),
791
- ...Wr(r)
792
- }), qr = /\s+/, Jr = (r, t) => {
793
- const {
794
- parseClassName: o,
795
- getClassGroupId: n,
796
- getConflictingClassGroupIds: c
797
- } = t, i = [], u = r.trim().split(qr);
798
- let l = "";
799
- for (let p = u.length - 1; p >= 0; p -= 1) {
800
- const m = u[p], {
801
- modifiers: b,
802
- hasImportantModifier: x,
803
- baseClassName: C,
804
- maybePostfixModifierPosition: j
805
- } = o(m);
806
- let O = !!j, S = n(O ? C.substring(0, j) : C);
807
- if (!S) {
808
- if (!O) {
809
- l = m + (l.length > 0 ? " " + l : l);
810
- continue;
811
- }
812
- if (S = n(C), !S) {
813
- l = m + (l.length > 0 ? " " + l : l);
814
- continue;
618
+ return e === l ? sr(m) : ur(m), m;
815
619
  }
816
- O = !1;
817
620
  }
818
- const w = Ur(b).join(":"), k = x ? w + or : w, y = k + S;
819
- if (i.includes(y))
820
- continue;
821
- i.push(y);
822
- const Y = c(S, O);
823
- for (let W = 0; W < Y.length; ++W) {
824
- const q = Y[W];
825
- i.push(k + q);
621
+ function lr(e, r, t) {
622
+ return we(e, r, t, !0);
826
623
  }
827
- l = m + (l.length > 0 ? " " + l : l);
828
- }
829
- return l;
830
- };
831
- function Kr() {
832
- let r = 0, t, o, n = "";
833
- for (; r < arguments.length; )
834
- (t = arguments[r++]) && (o = nr(t)) && (n && (n += " "), n += o);
835
- return n;
836
- }
837
- const nr = (r) => {
838
- if (typeof r == "string")
839
- return r;
840
- let t, o = "";
841
- for (let n = 0; n < r.length; n++)
842
- r[n] && (t = nr(r[n])) && (o && (o += " "), o += t);
843
- return o;
844
- };
845
- function Xr(r, ...t) {
846
- let o, n, c, i = u;
847
- function u(p) {
848
- const m = t.reduce((b, x) => x(b), r());
849
- return o = Br(m), n = o.cache.get, c = o.cache.set, i = l, l(p);
850
- }
851
- function l(p) {
852
- const m = n(p);
853
- if (m)
854
- return m;
855
- const b = Jr(p, o);
856
- return c(p, b), b;
857
- }
858
- return function() {
859
- return i(Kr.apply(null, arguments));
860
- };
861
- }
862
- const _ = (r) => {
863
- const t = (o) => o[r] || [];
864
- return t.isThemeGetter = !0, t;
865
- }, ar = /^\[(?:([a-z-]+):)?(.+)\]$/i, Hr = /^\d+\/\d+$/, Zr = /* @__PURE__ */ new Set(["px", "full", "screen"]), Qr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, et = /\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$/, rt = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, tt = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, ot = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, V = (r) => Z(r) || Zr.has(r) || Hr.test(r), L = (r) => Q(r, "length", dt), Z = (r) => !!r && !Number.isNaN(Number(r)), ke = (r) => Q(r, "number", Z), le = (r) => !!r && Number.isInteger(Number(r)), nt = (r) => r.endsWith("%") && Z(r.slice(0, -1)), f = (r) => ar.test(r), D = (r) => Qr.test(r), at = /* @__PURE__ */ new Set(["length", "size", "percentage"]), st = (r) => Q(r, at, sr), it = (r) => Q(r, "position", sr), lt = /* @__PURE__ */ new Set(["image", "url"]), ct = (r) => Q(r, lt, pt), ut = (r) => Q(r, "", ft), ce = () => !0, Q = (r, t, o) => {
866
- const n = ar.exec(r);
867
- return n ? n[1] ? typeof t == "string" ? n[1] === t : t.has(n[1]) : o(n[2]) : !1;
868
- }, dt = (r) => (
869
- // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
870
- // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
871
- // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
872
- et.test(r) && !rt.test(r)
873
- ), sr = () => !1, ft = (r) => tt.test(r), pt = (r) => ot.test(r), bt = () => {
874
- const r = _("colors"), t = _("spacing"), o = _("blur"), n = _("brightness"), c = _("borderColor"), i = _("borderRadius"), u = _("borderSpacing"), l = _("borderWidth"), p = _("contrast"), m = _("grayscale"), b = _("hueRotate"), x = _("invert"), C = _("gap"), j = _("gradientColorStops"), O = _("gradientColorStopPositions"), S = _("inset"), w = _("margin"), k = _("opacity"), y = _("padding"), Y = _("saturate"), W = _("scale"), q = _("sepia"), ue = _("skew"), de = _("space"), fe = _("translate"), J = () => ["auto", "contain", "none"], ee = () => ["auto", "hidden", "clip", "visible", "scroll"], re = () => ["auto", f, t], R = () => [f, t], I = () => ["", V, L], M = () => ["auto", Z, f], $ = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], U = () => ["solid", "dashed", "dotted", "double", "none"], te = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], K = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], G = () => ["", "0", f], oe = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], F = () => [Z, f];
875
- return {
876
- cacheSize: 500,
877
- separator: ":",
878
- theme: {
879
- colors: [ce],
880
- spacing: [V, L],
881
- blur: ["none", "", D, f],
882
- brightness: F(),
883
- borderColor: [r],
884
- borderRadius: ["none", "", "full", D, f],
885
- borderSpacing: R(),
886
- borderWidth: I(),
887
- contrast: F(),
888
- grayscale: G(),
889
- hueRotate: F(),
890
- invert: G(),
891
- gap: R(),
892
- gradientColorStops: [r],
893
- gradientColorStopPositions: [nt, L],
894
- inset: re(),
895
- margin: re(),
896
- opacity: F(),
897
- padding: R(),
898
- saturate: F(),
899
- scale: F(),
900
- sepia: G(),
901
- skew: F(),
902
- space: R(),
903
- translate: R()
904
- },
905
- classGroups: {
906
- // Layout
907
- /**
908
- * Aspect Ratio
909
- * @see https://tailwindcss.com/docs/aspect-ratio
910
- */
911
- aspect: [{
912
- aspect: ["auto", "square", "video", f]
913
- }],
914
- /**
915
- * Container
916
- * @see https://tailwindcss.com/docs/container
917
- */
918
- container: ["container"],
919
- /**
920
- * Columns
921
- * @see https://tailwindcss.com/docs/columns
922
- */
923
- columns: [{
924
- columns: [D]
925
- }],
926
- /**
927
- * Break After
928
- * @see https://tailwindcss.com/docs/break-after
929
- */
930
- "break-after": [{
931
- "break-after": oe()
932
- }],
933
- /**
934
- * Break Before
935
- * @see https://tailwindcss.com/docs/break-before
936
- */
937
- "break-before": [{
938
- "break-before": oe()
939
- }],
940
- /**
941
- * Break Inside
942
- * @see https://tailwindcss.com/docs/break-inside
943
- */
944
- "break-inside": [{
945
- "break-inside": ["auto", "avoid", "avoid-page", "avoid-column"]
946
- }],
947
- /**
948
- * Box Decoration Break
949
- * @see https://tailwindcss.com/docs/box-decoration-break
950
- */
951
- "box-decoration": [{
952
- "box-decoration": ["slice", "clone"]
953
- }],
954
- /**
955
- * Box Sizing
956
- * @see https://tailwindcss.com/docs/box-sizing
957
- */
958
- box: [{
959
- box: ["border", "content"]
960
- }],
961
- /**
962
- * Display
963
- * @see https://tailwindcss.com/docs/display
964
- */
965
- 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"],
966
- /**
967
- * Floats
968
- * @see https://tailwindcss.com/docs/float
969
- */
970
- float: [{
971
- float: ["right", "left", "none", "start", "end"]
972
- }],
973
- /**
974
- * Clear
975
- * @see https://tailwindcss.com/docs/clear
976
- */
977
- clear: [{
978
- clear: ["left", "right", "both", "none", "start", "end"]
979
- }],
980
- /**
981
- * Isolation
982
- * @see https://tailwindcss.com/docs/isolation
983
- */
984
- isolation: ["isolate", "isolation-auto"],
985
- /**
986
- * Object Fit
987
- * @see https://tailwindcss.com/docs/object-fit
988
- */
989
- "object-fit": [{
990
- object: ["contain", "cover", "fill", "none", "scale-down"]
991
- }],
992
- /**
993
- * Object Position
994
- * @see https://tailwindcss.com/docs/object-position
995
- */
996
- "object-position": [{
997
- object: [...$(), f]
998
- }],
999
- /**
1000
- * Overflow
1001
- * @see https://tailwindcss.com/docs/overflow
1002
- */
1003
- overflow: [{
1004
- overflow: ee()
1005
- }],
1006
- /**
1007
- * Overflow X
1008
- * @see https://tailwindcss.com/docs/overflow
1009
- */
1010
- "overflow-x": [{
1011
- "overflow-x": ee()
1012
- }],
1013
- /**
1014
- * Overflow Y
1015
- * @see https://tailwindcss.com/docs/overflow
1016
- */
1017
- "overflow-y": [{
1018
- "overflow-y": ee()
1019
- }],
1020
- /**
1021
- * Overscroll Behavior
1022
- * @see https://tailwindcss.com/docs/overscroll-behavior
1023
- */
1024
- overscroll: [{
1025
- overscroll: J()
1026
- }],
1027
- /**
1028
- * Overscroll Behavior X
1029
- * @see https://tailwindcss.com/docs/overscroll-behavior
1030
- */
1031
- "overscroll-x": [{
1032
- "overscroll-x": J()
1033
- }],
1034
- /**
1035
- * Overscroll Behavior Y
1036
- * @see https://tailwindcss.com/docs/overscroll-behavior
1037
- */
1038
- "overscroll-y": [{
1039
- "overscroll-y": J()
1040
- }],
1041
- /**
1042
- * Position
1043
- * @see https://tailwindcss.com/docs/position
1044
- */
1045
- position: ["static", "fixed", "absolute", "relative", "sticky"],
1046
- /**
1047
- * Top / Right / Bottom / Left
1048
- * @see https://tailwindcss.com/docs/top-right-bottom-left
1049
- */
1050
- inset: [{
1051
- inset: [S]
1052
- }],
1053
- /**
1054
- * Right / Left
1055
- * @see https://tailwindcss.com/docs/top-right-bottom-left
1056
- */
1057
- "inset-x": [{
1058
- "inset-x": [S]
1059
- }],
1060
- /**
1061
- * Top / Bottom
1062
- * @see https://tailwindcss.com/docs/top-right-bottom-left
1063
- */
1064
- "inset-y": [{
1065
- "inset-y": [S]
1066
- }],
1067
- /**
1068
- * Start
1069
- * @see https://tailwindcss.com/docs/top-right-bottom-left
1070
- */
1071
- start: [{
1072
- start: [S]
1073
- }],
1074
- /**
1075
- * End
1076
- * @see https://tailwindcss.com/docs/top-right-bottom-left
1077
- */
1078
- end: [{
1079
- end: [S]
1080
- }],
1081
- /**
1082
- * Top
1083
- * @see https://tailwindcss.com/docs/top-right-bottom-left
1084
- */
1085
- top: [{
1086
- top: [S]
1087
- }],
1088
- /**
1089
- * Right
1090
- * @see https://tailwindcss.com/docs/top-right-bottom-left
1091
- */
1092
- right: [{
1093
- right: [S]
1094
- }],
1095
- /**
1096
- * Bottom
1097
- * @see https://tailwindcss.com/docs/top-right-bottom-left
1098
- */
1099
- bottom: [{
1100
- bottom: [S]
1101
- }],
1102
- /**
1103
- * Left
1104
- * @see https://tailwindcss.com/docs/top-right-bottom-left
1105
- */
1106
- left: [{
1107
- left: [S]
1108
- }],
1109
- /**
1110
- * Visibility
1111
- * @see https://tailwindcss.com/docs/visibility
1112
- */
1113
- visibility: ["visible", "invisible", "collapse"],
1114
- /**
1115
- * Z-Index
1116
- * @see https://tailwindcss.com/docs/z-index
1117
- */
1118
- z: [{
1119
- z: ["auto", le, f]
1120
- }],
1121
- // Flexbox and Grid
1122
- /**
1123
- * Flex Basis
1124
- * @see https://tailwindcss.com/docs/flex-basis
1125
- */
1126
- basis: [{
1127
- basis: re()
1128
- }],
1129
- /**
1130
- * Flex Direction
1131
- * @see https://tailwindcss.com/docs/flex-direction
1132
- */
1133
- "flex-direction": [{
1134
- flex: ["row", "row-reverse", "col", "col-reverse"]
1135
- }],
1136
- /**
1137
- * Flex Wrap
1138
- * @see https://tailwindcss.com/docs/flex-wrap
1139
- */
1140
- "flex-wrap": [{
1141
- flex: ["wrap", "wrap-reverse", "nowrap"]
1142
- }],
1143
- /**
1144
- * Flex
1145
- * @see https://tailwindcss.com/docs/flex
1146
- */
1147
- flex: [{
1148
- flex: ["1", "auto", "initial", "none", f]
1149
- }],
1150
- /**
1151
- * Flex Grow
1152
- * @see https://tailwindcss.com/docs/flex-grow
1153
- */
1154
- grow: [{
1155
- grow: G()
1156
- }],
1157
- /**
1158
- * Flex Shrink
1159
- * @see https://tailwindcss.com/docs/flex-shrink
1160
- */
1161
- shrink: [{
1162
- shrink: G()
1163
- }],
1164
- /**
1165
- * Order
1166
- * @see https://tailwindcss.com/docs/order
1167
- */
1168
- order: [{
1169
- order: ["first", "last", "none", le, f]
1170
- }],
1171
- /**
1172
- * Grid Template Columns
1173
- * @see https://tailwindcss.com/docs/grid-template-columns
1174
- */
1175
- "grid-cols": [{
1176
- "grid-cols": [ce]
1177
- }],
1178
- /**
1179
- * Grid Column Start / End
1180
- * @see https://tailwindcss.com/docs/grid-column
1181
- */
1182
- "col-start-end": [{
1183
- col: ["auto", {
1184
- span: ["full", le, f]
1185
- }, f]
1186
- }],
1187
- /**
1188
- * Grid Column Start
1189
- * @see https://tailwindcss.com/docs/grid-column
1190
- */
1191
- "col-start": [{
1192
- "col-start": M()
1193
- }],
1194
- /**
1195
- * Grid Column End
1196
- * @see https://tailwindcss.com/docs/grid-column
1197
- */
1198
- "col-end": [{
1199
- "col-end": M()
1200
- }],
1201
- /**
1202
- * Grid Template Rows
1203
- * @see https://tailwindcss.com/docs/grid-template-rows
1204
- */
1205
- "grid-rows": [{
1206
- "grid-rows": [ce]
1207
- }],
1208
- /**
1209
- * Grid Row Start / End
1210
- * @see https://tailwindcss.com/docs/grid-row
1211
- */
1212
- "row-start-end": [{
1213
- row: ["auto", {
1214
- span: [le, f]
1215
- }, f]
1216
- }],
1217
- /**
1218
- * Grid Row Start
1219
- * @see https://tailwindcss.com/docs/grid-row
1220
- */
1221
- "row-start": [{
1222
- "row-start": M()
1223
- }],
1224
- /**
1225
- * Grid Row End
1226
- * @see https://tailwindcss.com/docs/grid-row
1227
- */
1228
- "row-end": [{
1229
- "row-end": M()
1230
- }],
1231
- /**
1232
- * Grid Auto Flow
1233
- * @see https://tailwindcss.com/docs/grid-auto-flow
1234
- */
1235
- "grid-flow": [{
1236
- "grid-flow": ["row", "col", "dense", "row-dense", "col-dense"]
1237
- }],
1238
- /**
1239
- * Grid Auto Columns
1240
- * @see https://tailwindcss.com/docs/grid-auto-columns
1241
- */
1242
- "auto-cols": [{
1243
- "auto-cols": ["auto", "min", "max", "fr", f]
1244
- }],
1245
- /**
1246
- * Grid Auto Rows
1247
- * @see https://tailwindcss.com/docs/grid-auto-rows
1248
- */
1249
- "auto-rows": [{
1250
- "auto-rows": ["auto", "min", "max", "fr", f]
1251
- }],
1252
- /**
1253
- * Gap
1254
- * @see https://tailwindcss.com/docs/gap
1255
- */
1256
- gap: [{
1257
- gap: [C]
1258
- }],
1259
- /**
1260
- * Gap X
1261
- * @see https://tailwindcss.com/docs/gap
1262
- */
1263
- "gap-x": [{
1264
- "gap-x": [C]
1265
- }],
1266
- /**
1267
- * Gap Y
1268
- * @see https://tailwindcss.com/docs/gap
1269
- */
1270
- "gap-y": [{
1271
- "gap-y": [C]
1272
- }],
1273
- /**
1274
- * Justify Content
1275
- * @see https://tailwindcss.com/docs/justify-content
1276
- */
1277
- "justify-content": [{
1278
- justify: ["normal", ...K()]
1279
- }],
1280
- /**
1281
- * Justify Items
1282
- * @see https://tailwindcss.com/docs/justify-items
1283
- */
1284
- "justify-items": [{
1285
- "justify-items": ["start", "end", "center", "stretch"]
1286
- }],
1287
- /**
1288
- * Justify Self
1289
- * @see https://tailwindcss.com/docs/justify-self
1290
- */
1291
- "justify-self": [{
1292
- "justify-self": ["auto", "start", "end", "center", "stretch"]
1293
- }],
1294
- /**
1295
- * Align Content
1296
- * @see https://tailwindcss.com/docs/align-content
1297
- */
1298
- "align-content": [{
1299
- content: ["normal", ...K(), "baseline"]
1300
- }],
1301
- /**
1302
- * Align Items
1303
- * @see https://tailwindcss.com/docs/align-items
1304
- */
1305
- "align-items": [{
1306
- items: ["start", "end", "center", "baseline", "stretch"]
1307
- }],
1308
- /**
1309
- * Align Self
1310
- * @see https://tailwindcss.com/docs/align-self
1311
- */
1312
- "align-self": [{
1313
- self: ["auto", "start", "end", "center", "stretch", "baseline"]
1314
- }],
1315
- /**
1316
- * Place Content
1317
- * @see https://tailwindcss.com/docs/place-content
1318
- */
1319
- "place-content": [{
1320
- "place-content": [...K(), "baseline"]
1321
- }],
1322
- /**
1323
- * Place Items
1324
- * @see https://tailwindcss.com/docs/place-items
1325
- */
1326
- "place-items": [{
1327
- "place-items": ["start", "end", "center", "baseline", "stretch"]
1328
- }],
1329
- /**
1330
- * Place Self
1331
- * @see https://tailwindcss.com/docs/place-self
1332
- */
1333
- "place-self": [{
1334
- "place-self": ["auto", "start", "end", "center", "stretch"]
1335
- }],
1336
- // Spacing
1337
- /**
1338
- * Padding
1339
- * @see https://tailwindcss.com/docs/padding
1340
- */
1341
- p: [{
1342
- p: [y]
1343
- }],
1344
- /**
1345
- * Padding X
1346
- * @see https://tailwindcss.com/docs/padding
1347
- */
1348
- px: [{
1349
- px: [y]
1350
- }],
1351
- /**
1352
- * Padding Y
1353
- * @see https://tailwindcss.com/docs/padding
1354
- */
1355
- py: [{
1356
- py: [y]
1357
- }],
1358
- /**
1359
- * Padding Start
1360
- * @see https://tailwindcss.com/docs/padding
1361
- */
1362
- ps: [{
1363
- ps: [y]
1364
- }],
1365
- /**
1366
- * Padding End
1367
- * @see https://tailwindcss.com/docs/padding
1368
- */
1369
- pe: [{
1370
- pe: [y]
1371
- }],
1372
- /**
1373
- * Padding Top
1374
- * @see https://tailwindcss.com/docs/padding
1375
- */
1376
- pt: [{
1377
- pt: [y]
1378
- }],
1379
- /**
1380
- * Padding Right
1381
- * @see https://tailwindcss.com/docs/padding
1382
- */
1383
- pr: [{
1384
- pr: [y]
1385
- }],
1386
- /**
1387
- * Padding Bottom
1388
- * @see https://tailwindcss.com/docs/padding
1389
- */
1390
- pb: [{
1391
- pb: [y]
1392
- }],
1393
- /**
1394
- * Padding Left
1395
- * @see https://tailwindcss.com/docs/padding
1396
- */
1397
- pl: [{
1398
- pl: [y]
1399
- }],
1400
- /**
1401
- * Margin
1402
- * @see https://tailwindcss.com/docs/margin
1403
- */
1404
- m: [{
1405
- m: [w]
1406
- }],
1407
- /**
1408
- * Margin X
1409
- * @see https://tailwindcss.com/docs/margin
1410
- */
1411
- mx: [{
1412
- mx: [w]
1413
- }],
1414
- /**
1415
- * Margin Y
1416
- * @see https://tailwindcss.com/docs/margin
1417
- */
1418
- my: [{
1419
- my: [w]
1420
- }],
1421
- /**
1422
- * Margin Start
1423
- * @see https://tailwindcss.com/docs/margin
1424
- */
1425
- ms: [{
1426
- ms: [w]
1427
- }],
1428
- /**
1429
- * Margin End
1430
- * @see https://tailwindcss.com/docs/margin
1431
- */
1432
- me: [{
1433
- me: [w]
1434
- }],
1435
- /**
1436
- * Margin Top
1437
- * @see https://tailwindcss.com/docs/margin
1438
- */
1439
- mt: [{
1440
- mt: [w]
1441
- }],
1442
- /**
1443
- * Margin Right
1444
- * @see https://tailwindcss.com/docs/margin
1445
- */
1446
- mr: [{
1447
- mr: [w]
1448
- }],
1449
- /**
1450
- * Margin Bottom
1451
- * @see https://tailwindcss.com/docs/margin
1452
- */
1453
- mb: [{
1454
- mb: [w]
1455
- }],
1456
- /**
1457
- * Margin Left
1458
- * @see https://tailwindcss.com/docs/margin
1459
- */
1460
- ml: [{
1461
- ml: [w]
1462
- }],
1463
- /**
1464
- * Space Between X
1465
- * @see https://tailwindcss.com/docs/space
1466
- */
1467
- "space-x": [{
1468
- "space-x": [de]
1469
- }],
1470
- /**
1471
- * Space Between X Reverse
1472
- * @see https://tailwindcss.com/docs/space
1473
- */
1474
- "space-x-reverse": ["space-x-reverse"],
1475
- /**
1476
- * Space Between Y
1477
- * @see https://tailwindcss.com/docs/space
1478
- */
1479
- "space-y": [{
1480
- "space-y": [de]
1481
- }],
1482
- /**
1483
- * Space Between Y Reverse
1484
- * @see https://tailwindcss.com/docs/space
1485
- */
1486
- "space-y-reverse": ["space-y-reverse"],
1487
- // Sizing
1488
- /**
1489
- * Width
1490
- * @see https://tailwindcss.com/docs/width
1491
- */
1492
- w: [{
1493
- w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", f, t]
1494
- }],
1495
- /**
1496
- * Min-Width
1497
- * @see https://tailwindcss.com/docs/min-width
1498
- */
1499
- "min-w": [{
1500
- "min-w": [f, t, "min", "max", "fit"]
1501
- }],
1502
- /**
1503
- * Max-Width
1504
- * @see https://tailwindcss.com/docs/max-width
1505
- */
1506
- "max-w": [{
1507
- "max-w": [f, t, "none", "full", "min", "max", "fit", "prose", {
1508
- screen: [D]
1509
- }, D]
1510
- }],
1511
- /**
1512
- * Height
1513
- * @see https://tailwindcss.com/docs/height
1514
- */
1515
- h: [{
1516
- h: [f, t, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
1517
- }],
1518
- /**
1519
- * Min-Height
1520
- * @see https://tailwindcss.com/docs/min-height
1521
- */
1522
- "min-h": [{
1523
- "min-h": [f, t, "min", "max", "fit", "svh", "lvh", "dvh"]
1524
- }],
1525
- /**
1526
- * Max-Height
1527
- * @see https://tailwindcss.com/docs/max-height
1528
- */
1529
- "max-h": [{
1530
- "max-h": [f, t, "min", "max", "fit", "svh", "lvh", "dvh"]
1531
- }],
1532
- /**
1533
- * Size
1534
- * @see https://tailwindcss.com/docs/size
1535
- */
1536
- size: [{
1537
- size: [f, t, "auto", "min", "max", "fit"]
1538
- }],
1539
- // Typography
1540
- /**
1541
- * Font Size
1542
- * @see https://tailwindcss.com/docs/font-size
1543
- */
1544
- "font-size": [{
1545
- text: ["base", D, L]
1546
- }],
1547
- /**
1548
- * Font Smoothing
1549
- * @see https://tailwindcss.com/docs/font-smoothing
1550
- */
1551
- "font-smoothing": ["antialiased", "subpixel-antialiased"],
1552
- /**
1553
- * Font Style
1554
- * @see https://tailwindcss.com/docs/font-style
1555
- */
1556
- "font-style": ["italic", "not-italic"],
1557
- /**
1558
- * Font Weight
1559
- * @see https://tailwindcss.com/docs/font-weight
1560
- */
1561
- "font-weight": [{
1562
- font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", ke]
1563
- }],
1564
- /**
1565
- * Font Family
1566
- * @see https://tailwindcss.com/docs/font-family
1567
- */
1568
- "font-family": [{
1569
- font: [ce]
1570
- }],
1571
- /**
1572
- * Font Variant Numeric
1573
- * @see https://tailwindcss.com/docs/font-variant-numeric
1574
- */
1575
- "fvn-normal": ["normal-nums"],
1576
- /**
1577
- * Font Variant Numeric
1578
- * @see https://tailwindcss.com/docs/font-variant-numeric
1579
- */
1580
- "fvn-ordinal": ["ordinal"],
1581
- /**
1582
- * Font Variant Numeric
1583
- * @see https://tailwindcss.com/docs/font-variant-numeric
1584
- */
1585
- "fvn-slashed-zero": ["slashed-zero"],
1586
- /**
1587
- * Font Variant Numeric
1588
- * @see https://tailwindcss.com/docs/font-variant-numeric
1589
- */
1590
- "fvn-figure": ["lining-nums", "oldstyle-nums"],
1591
- /**
1592
- * Font Variant Numeric
1593
- * @see https://tailwindcss.com/docs/font-variant-numeric
1594
- */
1595
- "fvn-spacing": ["proportional-nums", "tabular-nums"],
1596
- /**
1597
- * Font Variant Numeric
1598
- * @see https://tailwindcss.com/docs/font-variant-numeric
1599
- */
1600
- "fvn-fraction": ["diagonal-fractions", "stacked-fractons"],
1601
- /**
1602
- * Letter Spacing
1603
- * @see https://tailwindcss.com/docs/letter-spacing
1604
- */
1605
- tracking: [{
1606
- tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", f]
1607
- }],
1608
- /**
1609
- * Line Clamp
1610
- * @see https://tailwindcss.com/docs/line-clamp
1611
- */
1612
- "line-clamp": [{
1613
- "line-clamp": ["none", Z, ke]
1614
- }],
1615
- /**
1616
- * Line Height
1617
- * @see https://tailwindcss.com/docs/line-height
1618
- */
1619
- leading: [{
1620
- leading: ["none", "tight", "snug", "normal", "relaxed", "loose", V, f]
1621
- }],
1622
- /**
1623
- * List Style Image
1624
- * @see https://tailwindcss.com/docs/list-style-image
1625
- */
1626
- "list-image": [{
1627
- "list-image": ["none", f]
1628
- }],
1629
- /**
1630
- * List Style Type
1631
- * @see https://tailwindcss.com/docs/list-style-type
1632
- */
1633
- "list-style-type": [{
1634
- list: ["none", "disc", "decimal", f]
1635
- }],
1636
- /**
1637
- * List Style Position
1638
- * @see https://tailwindcss.com/docs/list-style-position
1639
- */
1640
- "list-style-position": [{
1641
- list: ["inside", "outside"]
1642
- }],
1643
- /**
1644
- * Placeholder Color
1645
- * @deprecated since Tailwind CSS v3.0.0
1646
- * @see https://tailwindcss.com/docs/placeholder-color
1647
- */
1648
- "placeholder-color": [{
1649
- placeholder: [r]
1650
- }],
1651
- /**
1652
- * Placeholder Opacity
1653
- * @see https://tailwindcss.com/docs/placeholder-opacity
1654
- */
1655
- "placeholder-opacity": [{
1656
- "placeholder-opacity": [k]
1657
- }],
1658
- /**
1659
- * Text Alignment
1660
- * @see https://tailwindcss.com/docs/text-align
1661
- */
1662
- "text-alignment": [{
1663
- text: ["left", "center", "right", "justify", "start", "end"]
1664
- }],
1665
- /**
1666
- * Text Color
1667
- * @see https://tailwindcss.com/docs/text-color
1668
- */
1669
- "text-color": [{
1670
- text: [r]
1671
- }],
1672
- /**
1673
- * Text Opacity
1674
- * @see https://tailwindcss.com/docs/text-opacity
1675
- */
1676
- "text-opacity": [{
1677
- "text-opacity": [k]
1678
- }],
1679
- /**
1680
- * Text Decoration
1681
- * @see https://tailwindcss.com/docs/text-decoration
1682
- */
1683
- "text-decoration": ["underline", "overline", "line-through", "no-underline"],
1684
- /**
1685
- * Text Decoration Style
1686
- * @see https://tailwindcss.com/docs/text-decoration-style
1687
- */
1688
- "text-decoration-style": [{
1689
- decoration: [...U(), "wavy"]
1690
- }],
1691
- /**
1692
- * Text Decoration Thickness
1693
- * @see https://tailwindcss.com/docs/text-decoration-thickness
1694
- */
1695
- "text-decoration-thickness": [{
1696
- decoration: ["auto", "from-font", V, L]
1697
- }],
1698
- /**
1699
- * Text Underline Offset
1700
- * @see https://tailwindcss.com/docs/text-underline-offset
1701
- */
1702
- "underline-offset": [{
1703
- "underline-offset": ["auto", V, f]
1704
- }],
1705
- /**
1706
- * Text Decoration Color
1707
- * @see https://tailwindcss.com/docs/text-decoration-color
1708
- */
1709
- "text-decoration-color": [{
1710
- decoration: [r]
1711
- }],
1712
- /**
1713
- * Text Transform
1714
- * @see https://tailwindcss.com/docs/text-transform
1715
- */
1716
- "text-transform": ["uppercase", "lowercase", "capitalize", "normal-case"],
1717
- /**
1718
- * Text Overflow
1719
- * @see https://tailwindcss.com/docs/text-overflow
1720
- */
1721
- "text-overflow": ["truncate", "text-ellipsis", "text-clip"],
1722
- /**
1723
- * Text Wrap
1724
- * @see https://tailwindcss.com/docs/text-wrap
1725
- */
1726
- "text-wrap": [{
1727
- text: ["wrap", "nowrap", "balance", "pretty"]
1728
- }],
1729
- /**
1730
- * Text Indent
1731
- * @see https://tailwindcss.com/docs/text-indent
1732
- */
1733
- indent: [{
1734
- indent: R()
1735
- }],
1736
- /**
1737
- * Vertical Alignment
1738
- * @see https://tailwindcss.com/docs/vertical-align
1739
- */
1740
- "vertical-align": [{
1741
- align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", f]
1742
- }],
1743
- /**
1744
- * Whitespace
1745
- * @see https://tailwindcss.com/docs/whitespace
1746
- */
1747
- whitespace: [{
1748
- whitespace: ["normal", "nowrap", "pre", "pre-line", "pre-wrap", "break-spaces"]
1749
- }],
1750
- /**
1751
- * Word Break
1752
- * @see https://tailwindcss.com/docs/word-break
1753
- */
1754
- break: [{
1755
- break: ["normal", "words", "all", "keep"]
1756
- }],
1757
- /**
1758
- * Hyphens
1759
- * @see https://tailwindcss.com/docs/hyphens
1760
- */
1761
- hyphens: [{
1762
- hyphens: ["none", "manual", "auto"]
1763
- }],
1764
- /**
1765
- * Content
1766
- * @see https://tailwindcss.com/docs/content
1767
- */
1768
- content: [{
1769
- content: ["none", f]
1770
- }],
1771
- // Backgrounds
1772
- /**
1773
- * Background Attachment
1774
- * @see https://tailwindcss.com/docs/background-attachment
1775
- */
1776
- "bg-attachment": [{
1777
- bg: ["fixed", "local", "scroll"]
1778
- }],
1779
- /**
1780
- * Background Clip
1781
- * @see https://tailwindcss.com/docs/background-clip
1782
- */
1783
- "bg-clip": [{
1784
- "bg-clip": ["border", "padding", "content", "text"]
1785
- }],
1786
- /**
1787
- * Background Opacity
1788
- * @deprecated since Tailwind CSS v3.0.0
1789
- * @see https://tailwindcss.com/docs/background-opacity
1790
- */
1791
- "bg-opacity": [{
1792
- "bg-opacity": [k]
1793
- }],
1794
- /**
1795
- * Background Origin
1796
- * @see https://tailwindcss.com/docs/background-origin
1797
- */
1798
- "bg-origin": [{
1799
- "bg-origin": ["border", "padding", "content"]
1800
- }],
1801
- /**
1802
- * Background Position
1803
- * @see https://tailwindcss.com/docs/background-position
1804
- */
1805
- "bg-position": [{
1806
- bg: [...$(), it]
1807
- }],
1808
- /**
1809
- * Background Repeat
1810
- * @see https://tailwindcss.com/docs/background-repeat
1811
- */
1812
- "bg-repeat": [{
1813
- bg: ["no-repeat", {
1814
- repeat: ["", "x", "y", "round", "space"]
1815
- }]
1816
- }],
1817
- /**
1818
- * Background Size
1819
- * @see https://tailwindcss.com/docs/background-size
1820
- */
1821
- "bg-size": [{
1822
- bg: ["auto", "cover", "contain", st]
1823
- }],
1824
- /**
1825
- * Background Image
1826
- * @see https://tailwindcss.com/docs/background-image
1827
- */
1828
- "bg-image": [{
1829
- bg: ["none", {
1830
- "gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1831
- }, ct]
1832
- }],
1833
- /**
1834
- * Background Color
1835
- * @see https://tailwindcss.com/docs/background-color
1836
- */
1837
- "bg-color": [{
1838
- bg: [r]
1839
- }],
1840
- /**
1841
- * Gradient Color Stops From Position
1842
- * @see https://tailwindcss.com/docs/gradient-color-stops
1843
- */
1844
- "gradient-from-pos": [{
1845
- from: [O]
1846
- }],
1847
- /**
1848
- * Gradient Color Stops Via Position
1849
- * @see https://tailwindcss.com/docs/gradient-color-stops
1850
- */
1851
- "gradient-via-pos": [{
1852
- via: [O]
1853
- }],
1854
- /**
1855
- * Gradient Color Stops To Position
1856
- * @see https://tailwindcss.com/docs/gradient-color-stops
1857
- */
1858
- "gradient-to-pos": [{
1859
- to: [O]
1860
- }],
1861
- /**
1862
- * Gradient Color Stops From
1863
- * @see https://tailwindcss.com/docs/gradient-color-stops
1864
- */
1865
- "gradient-from": [{
1866
- from: [j]
1867
- }],
1868
- /**
1869
- * Gradient Color Stops Via
1870
- * @see https://tailwindcss.com/docs/gradient-color-stops
1871
- */
1872
- "gradient-via": [{
1873
- via: [j]
1874
- }],
1875
- /**
1876
- * Gradient Color Stops To
1877
- * @see https://tailwindcss.com/docs/gradient-color-stops
1878
- */
1879
- "gradient-to": [{
1880
- to: [j]
1881
- }],
1882
- // Borders
1883
- /**
1884
- * Border Radius
1885
- * @see https://tailwindcss.com/docs/border-radius
1886
- */
1887
- rounded: [{
1888
- rounded: [i]
1889
- }],
1890
- /**
1891
- * Border Radius Start
1892
- * @see https://tailwindcss.com/docs/border-radius
1893
- */
1894
- "rounded-s": [{
1895
- "rounded-s": [i]
1896
- }],
1897
- /**
1898
- * Border Radius End
1899
- * @see https://tailwindcss.com/docs/border-radius
1900
- */
1901
- "rounded-e": [{
1902
- "rounded-e": [i]
1903
- }],
1904
- /**
1905
- * Border Radius Top
1906
- * @see https://tailwindcss.com/docs/border-radius
1907
- */
1908
- "rounded-t": [{
1909
- "rounded-t": [i]
1910
- }],
1911
- /**
1912
- * Border Radius Right
1913
- * @see https://tailwindcss.com/docs/border-radius
1914
- */
1915
- "rounded-r": [{
1916
- "rounded-r": [i]
1917
- }],
1918
- /**
1919
- * Border Radius Bottom
1920
- * @see https://tailwindcss.com/docs/border-radius
1921
- */
1922
- "rounded-b": [{
1923
- "rounded-b": [i]
1924
- }],
1925
- /**
1926
- * Border Radius Left
1927
- * @see https://tailwindcss.com/docs/border-radius
1928
- */
1929
- "rounded-l": [{
1930
- "rounded-l": [i]
1931
- }],
1932
- /**
1933
- * Border Radius Start Start
1934
- * @see https://tailwindcss.com/docs/border-radius
1935
- */
1936
- "rounded-ss": [{
1937
- "rounded-ss": [i]
1938
- }],
1939
- /**
1940
- * Border Radius Start End
1941
- * @see https://tailwindcss.com/docs/border-radius
1942
- */
1943
- "rounded-se": [{
1944
- "rounded-se": [i]
1945
- }],
1946
- /**
1947
- * Border Radius End End
1948
- * @see https://tailwindcss.com/docs/border-radius
1949
- */
1950
- "rounded-ee": [{
1951
- "rounded-ee": [i]
1952
- }],
1953
- /**
1954
- * Border Radius End Start
1955
- * @see https://tailwindcss.com/docs/border-radius
1956
- */
1957
- "rounded-es": [{
1958
- "rounded-es": [i]
1959
- }],
1960
- /**
1961
- * Border Radius Top Left
1962
- * @see https://tailwindcss.com/docs/border-radius
1963
- */
1964
- "rounded-tl": [{
1965
- "rounded-tl": [i]
1966
- }],
1967
- /**
1968
- * Border Radius Top Right
1969
- * @see https://tailwindcss.com/docs/border-radius
1970
- */
1971
- "rounded-tr": [{
1972
- "rounded-tr": [i]
1973
- }],
1974
- /**
1975
- * Border Radius Bottom Right
1976
- * @see https://tailwindcss.com/docs/border-radius
1977
- */
1978
- "rounded-br": [{
1979
- "rounded-br": [i]
1980
- }],
1981
- /**
1982
- * Border Radius Bottom Left
1983
- * @see https://tailwindcss.com/docs/border-radius
1984
- */
1985
- "rounded-bl": [{
1986
- "rounded-bl": [i]
1987
- }],
1988
- /**
1989
- * Border Width
1990
- * @see https://tailwindcss.com/docs/border-width
1991
- */
1992
- "border-w": [{
1993
- border: [l]
1994
- }],
1995
- /**
1996
- * Border Width X
1997
- * @see https://tailwindcss.com/docs/border-width
1998
- */
1999
- "border-w-x": [{
2000
- "border-x": [l]
2001
- }],
2002
- /**
2003
- * Border Width Y
2004
- * @see https://tailwindcss.com/docs/border-width
2005
- */
2006
- "border-w-y": [{
2007
- "border-y": [l]
2008
- }],
2009
- /**
2010
- * Border Width Start
2011
- * @see https://tailwindcss.com/docs/border-width
2012
- */
2013
- "border-w-s": [{
2014
- "border-s": [l]
2015
- }],
2016
- /**
2017
- * Border Width End
2018
- * @see https://tailwindcss.com/docs/border-width
2019
- */
2020
- "border-w-e": [{
2021
- "border-e": [l]
2022
- }],
2023
- /**
2024
- * Border Width Top
2025
- * @see https://tailwindcss.com/docs/border-width
2026
- */
2027
- "border-w-t": [{
2028
- "border-t": [l]
2029
- }],
2030
- /**
2031
- * Border Width Right
2032
- * @see https://tailwindcss.com/docs/border-width
2033
- */
2034
- "border-w-r": [{
2035
- "border-r": [l]
2036
- }],
2037
- /**
2038
- * Border Width Bottom
2039
- * @see https://tailwindcss.com/docs/border-width
2040
- */
2041
- "border-w-b": [{
2042
- "border-b": [l]
2043
- }],
2044
- /**
2045
- * Border Width Left
2046
- * @see https://tailwindcss.com/docs/border-width
2047
- */
2048
- "border-w-l": [{
2049
- "border-l": [l]
2050
- }],
2051
- /**
2052
- * Border Opacity
2053
- * @see https://tailwindcss.com/docs/border-opacity
2054
- */
2055
- "border-opacity": [{
2056
- "border-opacity": [k]
2057
- }],
2058
- /**
2059
- * Border Style
2060
- * @see https://tailwindcss.com/docs/border-style
2061
- */
2062
- "border-style": [{
2063
- border: [...U(), "hidden"]
2064
- }],
2065
- /**
2066
- * Divide Width X
2067
- * @see https://tailwindcss.com/docs/divide-width
2068
- */
2069
- "divide-x": [{
2070
- "divide-x": [l]
2071
- }],
2072
- /**
2073
- * Divide Width X Reverse
2074
- * @see https://tailwindcss.com/docs/divide-width
2075
- */
2076
- "divide-x-reverse": ["divide-x-reverse"],
2077
- /**
2078
- * Divide Width Y
2079
- * @see https://tailwindcss.com/docs/divide-width
2080
- */
2081
- "divide-y": [{
2082
- "divide-y": [l]
2083
- }],
2084
- /**
2085
- * Divide Width Y Reverse
2086
- * @see https://tailwindcss.com/docs/divide-width
2087
- */
2088
- "divide-y-reverse": ["divide-y-reverse"],
2089
- /**
2090
- * Divide Opacity
2091
- * @see https://tailwindcss.com/docs/divide-opacity
2092
- */
2093
- "divide-opacity": [{
2094
- "divide-opacity": [k]
2095
- }],
2096
- /**
2097
- * Divide Style
2098
- * @see https://tailwindcss.com/docs/divide-style
2099
- */
2100
- "divide-style": [{
2101
- divide: U()
2102
- }],
2103
- /**
2104
- * Border Color
2105
- * @see https://tailwindcss.com/docs/border-color
2106
- */
2107
- "border-color": [{
2108
- border: [c]
2109
- }],
2110
- /**
2111
- * Border Color X
2112
- * @see https://tailwindcss.com/docs/border-color
2113
- */
2114
- "border-color-x": [{
2115
- "border-x": [c]
2116
- }],
2117
- /**
2118
- * Border Color Y
2119
- * @see https://tailwindcss.com/docs/border-color
2120
- */
2121
- "border-color-y": [{
2122
- "border-y": [c]
2123
- }],
2124
- /**
2125
- * Border Color Top
2126
- * @see https://tailwindcss.com/docs/border-color
2127
- */
2128
- "border-color-t": [{
2129
- "border-t": [c]
2130
- }],
2131
- /**
2132
- * Border Color Right
2133
- * @see https://tailwindcss.com/docs/border-color
2134
- */
2135
- "border-color-r": [{
2136
- "border-r": [c]
2137
- }],
2138
- /**
2139
- * Border Color Bottom
2140
- * @see https://tailwindcss.com/docs/border-color
2141
- */
2142
- "border-color-b": [{
2143
- "border-b": [c]
2144
- }],
2145
- /**
2146
- * Border Color Left
2147
- * @see https://tailwindcss.com/docs/border-color
2148
- */
2149
- "border-color-l": [{
2150
- "border-l": [c]
2151
- }],
2152
- /**
2153
- * Divide Color
2154
- * @see https://tailwindcss.com/docs/divide-color
2155
- */
2156
- "divide-color": [{
2157
- divide: [c]
2158
- }],
2159
- /**
2160
- * Outline Style
2161
- * @see https://tailwindcss.com/docs/outline-style
2162
- */
2163
- "outline-style": [{
2164
- outline: ["", ...U()]
2165
- }],
2166
- /**
2167
- * Outline Offset
2168
- * @see https://tailwindcss.com/docs/outline-offset
2169
- */
2170
- "outline-offset": [{
2171
- "outline-offset": [V, f]
2172
- }],
2173
- /**
2174
- * Outline Width
2175
- * @see https://tailwindcss.com/docs/outline-width
2176
- */
2177
- "outline-w": [{
2178
- outline: [V, L]
2179
- }],
2180
- /**
2181
- * Outline Color
2182
- * @see https://tailwindcss.com/docs/outline-color
2183
- */
2184
- "outline-color": [{
2185
- outline: [r]
2186
- }],
2187
- /**
2188
- * Ring Width
2189
- * @see https://tailwindcss.com/docs/ring-width
2190
- */
2191
- "ring-w": [{
2192
- ring: I()
2193
- }],
2194
- /**
2195
- * Ring Width Inset
2196
- * @see https://tailwindcss.com/docs/ring-width
2197
- */
2198
- "ring-w-inset": ["ring-inset"],
2199
- /**
2200
- * Ring Color
2201
- * @see https://tailwindcss.com/docs/ring-color
2202
- */
2203
- "ring-color": [{
2204
- ring: [r]
2205
- }],
2206
- /**
2207
- * Ring Opacity
2208
- * @see https://tailwindcss.com/docs/ring-opacity
2209
- */
2210
- "ring-opacity": [{
2211
- "ring-opacity": [k]
2212
- }],
2213
- /**
2214
- * Ring Offset Width
2215
- * @see https://tailwindcss.com/docs/ring-offset-width
2216
- */
2217
- "ring-offset-w": [{
2218
- "ring-offset": [V, L]
2219
- }],
2220
- /**
2221
- * Ring Offset Color
2222
- * @see https://tailwindcss.com/docs/ring-offset-color
2223
- */
2224
- "ring-offset-color": [{
2225
- "ring-offset": [r]
2226
- }],
2227
- // Effects
2228
- /**
2229
- * Box Shadow
2230
- * @see https://tailwindcss.com/docs/box-shadow
2231
- */
2232
- shadow: [{
2233
- shadow: ["", "inner", "none", D, ut]
2234
- }],
2235
- /**
2236
- * Box Shadow Color
2237
- * @see https://tailwindcss.com/docs/box-shadow-color
2238
- */
2239
- "shadow-color": [{
2240
- shadow: [ce]
2241
- }],
2242
- /**
2243
- * Opacity
2244
- * @see https://tailwindcss.com/docs/opacity
2245
- */
2246
- opacity: [{
2247
- opacity: [k]
2248
- }],
2249
- /**
2250
- * Mix Blend Mode
2251
- * @see https://tailwindcss.com/docs/mix-blend-mode
2252
- */
2253
- "mix-blend": [{
2254
- "mix-blend": [...te(), "plus-lighter", "plus-darker"]
2255
- }],
2256
- /**
2257
- * Background Blend Mode
2258
- * @see https://tailwindcss.com/docs/background-blend-mode
2259
- */
2260
- "bg-blend": [{
2261
- "bg-blend": te()
2262
- }],
2263
- // Filters
2264
- /**
2265
- * Filter
2266
- * @deprecated since Tailwind CSS v3.0.0
2267
- * @see https://tailwindcss.com/docs/filter
2268
- */
2269
- filter: [{
2270
- filter: ["", "none"]
2271
- }],
2272
- /**
2273
- * Blur
2274
- * @see https://tailwindcss.com/docs/blur
2275
- */
2276
- blur: [{
2277
- blur: [o]
2278
- }],
2279
- /**
2280
- * Brightness
2281
- * @see https://tailwindcss.com/docs/brightness
2282
- */
2283
- brightness: [{
2284
- brightness: [n]
2285
- }],
2286
- /**
2287
- * Contrast
2288
- * @see https://tailwindcss.com/docs/contrast
2289
- */
2290
- contrast: [{
2291
- contrast: [p]
2292
- }],
2293
- /**
2294
- * Drop Shadow
2295
- * @see https://tailwindcss.com/docs/drop-shadow
2296
- */
2297
- "drop-shadow": [{
2298
- "drop-shadow": ["", "none", D, f]
2299
- }],
2300
- /**
2301
- * Grayscale
2302
- * @see https://tailwindcss.com/docs/grayscale
2303
- */
2304
- grayscale: [{
2305
- grayscale: [m]
2306
- }],
2307
- /**
2308
- * Hue Rotate
2309
- * @see https://tailwindcss.com/docs/hue-rotate
2310
- */
2311
- "hue-rotate": [{
2312
- "hue-rotate": [b]
2313
- }],
2314
- /**
2315
- * Invert
2316
- * @see https://tailwindcss.com/docs/invert
2317
- */
2318
- invert: [{
2319
- invert: [x]
2320
- }],
2321
- /**
2322
- * Saturate
2323
- * @see https://tailwindcss.com/docs/saturate
2324
- */
2325
- saturate: [{
2326
- saturate: [Y]
2327
- }],
2328
- /**
2329
- * Sepia
2330
- * @see https://tailwindcss.com/docs/sepia
2331
- */
2332
- sepia: [{
2333
- sepia: [q]
2334
- }],
2335
- /**
2336
- * Backdrop Filter
2337
- * @deprecated since Tailwind CSS v3.0.0
2338
- * @see https://tailwindcss.com/docs/backdrop-filter
2339
- */
2340
- "backdrop-filter": [{
2341
- "backdrop-filter": ["", "none"]
2342
- }],
2343
- /**
2344
- * Backdrop Blur
2345
- * @see https://tailwindcss.com/docs/backdrop-blur
2346
- */
2347
- "backdrop-blur": [{
2348
- "backdrop-blur": [o]
2349
- }],
2350
- /**
2351
- * Backdrop Brightness
2352
- * @see https://tailwindcss.com/docs/backdrop-brightness
2353
- */
2354
- "backdrop-brightness": [{
2355
- "backdrop-brightness": [n]
2356
- }],
2357
- /**
2358
- * Backdrop Contrast
2359
- * @see https://tailwindcss.com/docs/backdrop-contrast
2360
- */
2361
- "backdrop-contrast": [{
2362
- "backdrop-contrast": [p]
2363
- }],
2364
- /**
2365
- * Backdrop Grayscale
2366
- * @see https://tailwindcss.com/docs/backdrop-grayscale
2367
- */
2368
- "backdrop-grayscale": [{
2369
- "backdrop-grayscale": [m]
2370
- }],
2371
- /**
2372
- * Backdrop Hue Rotate
2373
- * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2374
- */
2375
- "backdrop-hue-rotate": [{
2376
- "backdrop-hue-rotate": [b]
2377
- }],
2378
- /**
2379
- * Backdrop Invert
2380
- * @see https://tailwindcss.com/docs/backdrop-invert
2381
- */
2382
- "backdrop-invert": [{
2383
- "backdrop-invert": [x]
2384
- }],
2385
- /**
2386
- * Backdrop Opacity
2387
- * @see https://tailwindcss.com/docs/backdrop-opacity
2388
- */
2389
- "backdrop-opacity": [{
2390
- "backdrop-opacity": [k]
2391
- }],
2392
- /**
2393
- * Backdrop Saturate
2394
- * @see https://tailwindcss.com/docs/backdrop-saturate
2395
- */
2396
- "backdrop-saturate": [{
2397
- "backdrop-saturate": [Y]
2398
- }],
2399
- /**
2400
- * Backdrop Sepia
2401
- * @see https://tailwindcss.com/docs/backdrop-sepia
2402
- */
2403
- "backdrop-sepia": [{
2404
- "backdrop-sepia": [q]
2405
- }],
2406
- // Tables
2407
- /**
2408
- * Border Collapse
2409
- * @see https://tailwindcss.com/docs/border-collapse
2410
- */
2411
- "border-collapse": [{
2412
- border: ["collapse", "separate"]
2413
- }],
2414
- /**
2415
- * Border Spacing
2416
- * @see https://tailwindcss.com/docs/border-spacing
2417
- */
2418
- "border-spacing": [{
2419
- "border-spacing": [u]
2420
- }],
2421
- /**
2422
- * Border Spacing X
2423
- * @see https://tailwindcss.com/docs/border-spacing
2424
- */
2425
- "border-spacing-x": [{
2426
- "border-spacing-x": [u]
2427
- }],
2428
- /**
2429
- * Border Spacing Y
2430
- * @see https://tailwindcss.com/docs/border-spacing
2431
- */
2432
- "border-spacing-y": [{
2433
- "border-spacing-y": [u]
2434
- }],
2435
- /**
2436
- * Table Layout
2437
- * @see https://tailwindcss.com/docs/table-layout
2438
- */
2439
- "table-layout": [{
2440
- table: ["auto", "fixed"]
2441
- }],
2442
- /**
2443
- * Caption Side
2444
- * @see https://tailwindcss.com/docs/caption-side
2445
- */
2446
- caption: [{
2447
- caption: ["top", "bottom"]
2448
- }],
2449
- // Transitions and Animation
2450
- /**
2451
- * Tranisition Property
2452
- * @see https://tailwindcss.com/docs/transition-property
2453
- */
2454
- transition: [{
2455
- transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", f]
2456
- }],
2457
- /**
2458
- * Transition Duration
2459
- * @see https://tailwindcss.com/docs/transition-duration
2460
- */
2461
- duration: [{
2462
- duration: F()
2463
- }],
2464
- /**
2465
- * Transition Timing Function
2466
- * @see https://tailwindcss.com/docs/transition-timing-function
2467
- */
2468
- ease: [{
2469
- ease: ["linear", "in", "out", "in-out", f]
2470
- }],
2471
- /**
2472
- * Transition Delay
2473
- * @see https://tailwindcss.com/docs/transition-delay
2474
- */
2475
- delay: [{
2476
- delay: F()
2477
- }],
2478
- /**
2479
- * Animation
2480
- * @see https://tailwindcss.com/docs/animation
2481
- */
2482
- animate: [{
2483
- animate: ["none", "spin", "ping", "pulse", "bounce", f]
2484
- }],
2485
- // Transforms
2486
- /**
2487
- * Transform
2488
- * @see https://tailwindcss.com/docs/transform
2489
- */
2490
- transform: [{
2491
- transform: ["", "gpu", "none"]
2492
- }],
2493
- /**
2494
- * Scale
2495
- * @see https://tailwindcss.com/docs/scale
2496
- */
2497
- scale: [{
2498
- scale: [W]
2499
- }],
2500
- /**
2501
- * Scale X
2502
- * @see https://tailwindcss.com/docs/scale
2503
- */
2504
- "scale-x": [{
2505
- "scale-x": [W]
2506
- }],
2507
- /**
2508
- * Scale Y
2509
- * @see https://tailwindcss.com/docs/scale
2510
- */
2511
- "scale-y": [{
2512
- "scale-y": [W]
2513
- }],
2514
- /**
2515
- * Rotate
2516
- * @see https://tailwindcss.com/docs/rotate
2517
- */
2518
- rotate: [{
2519
- rotate: [le, f]
2520
- }],
2521
- /**
2522
- * Translate X
2523
- * @see https://tailwindcss.com/docs/translate
2524
- */
2525
- "translate-x": [{
2526
- "translate-x": [fe]
2527
- }],
2528
- /**
2529
- * Translate Y
2530
- * @see https://tailwindcss.com/docs/translate
2531
- */
2532
- "translate-y": [{
2533
- "translate-y": [fe]
2534
- }],
2535
- /**
2536
- * Skew X
2537
- * @see https://tailwindcss.com/docs/skew
2538
- */
2539
- "skew-x": [{
2540
- "skew-x": [ue]
2541
- }],
2542
- /**
2543
- * Skew Y
2544
- * @see https://tailwindcss.com/docs/skew
2545
- */
2546
- "skew-y": [{
2547
- "skew-y": [ue]
2548
- }],
2549
- /**
2550
- * Transform Origin
2551
- * @see https://tailwindcss.com/docs/transform-origin
2552
- */
2553
- "transform-origin": [{
2554
- origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", f]
2555
- }],
2556
- // Interactivity
2557
- /**
2558
- * Accent Color
2559
- * @see https://tailwindcss.com/docs/accent-color
2560
- */
2561
- accent: [{
2562
- accent: ["auto", r]
2563
- }],
2564
- /**
2565
- * Appearance
2566
- * @see https://tailwindcss.com/docs/appearance
2567
- */
2568
- appearance: [{
2569
- appearance: ["none", "auto"]
2570
- }],
2571
- /**
2572
- * Cursor
2573
- * @see https://tailwindcss.com/docs/cursor
2574
- */
2575
- cursor: [{
2576
- 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", f]
2577
- }],
2578
- /**
2579
- * Caret Color
2580
- * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2581
- */
2582
- "caret-color": [{
2583
- caret: [r]
2584
- }],
2585
- /**
2586
- * Pointer Events
2587
- * @see https://tailwindcss.com/docs/pointer-events
2588
- */
2589
- "pointer-events": [{
2590
- "pointer-events": ["none", "auto"]
2591
- }],
2592
- /**
2593
- * Resize
2594
- * @see https://tailwindcss.com/docs/resize
2595
- */
2596
- resize: [{
2597
- resize: ["none", "y", "x", ""]
2598
- }],
2599
- /**
2600
- * Scroll Behavior
2601
- * @see https://tailwindcss.com/docs/scroll-behavior
2602
- */
2603
- "scroll-behavior": [{
2604
- scroll: ["auto", "smooth"]
2605
- }],
2606
- /**
2607
- * Scroll Margin
2608
- * @see https://tailwindcss.com/docs/scroll-margin
2609
- */
2610
- "scroll-m": [{
2611
- "scroll-m": R()
2612
- }],
2613
- /**
2614
- * Scroll Margin X
2615
- * @see https://tailwindcss.com/docs/scroll-margin
2616
- */
2617
- "scroll-mx": [{
2618
- "scroll-mx": R()
2619
- }],
2620
- /**
2621
- * Scroll Margin Y
2622
- * @see https://tailwindcss.com/docs/scroll-margin
2623
- */
2624
- "scroll-my": [{
2625
- "scroll-my": R()
2626
- }],
2627
- /**
2628
- * Scroll Margin Start
2629
- * @see https://tailwindcss.com/docs/scroll-margin
2630
- */
2631
- "scroll-ms": [{
2632
- "scroll-ms": R()
2633
- }],
2634
- /**
2635
- * Scroll Margin End
2636
- * @see https://tailwindcss.com/docs/scroll-margin
2637
- */
2638
- "scroll-me": [{
2639
- "scroll-me": R()
2640
- }],
2641
- /**
2642
- * Scroll Margin Top
2643
- * @see https://tailwindcss.com/docs/scroll-margin
2644
- */
2645
- "scroll-mt": [{
2646
- "scroll-mt": R()
2647
- }],
2648
- /**
2649
- * Scroll Margin Right
2650
- * @see https://tailwindcss.com/docs/scroll-margin
2651
- */
2652
- "scroll-mr": [{
2653
- "scroll-mr": R()
2654
- }],
2655
- /**
2656
- * Scroll Margin Bottom
2657
- * @see https://tailwindcss.com/docs/scroll-margin
2658
- */
2659
- "scroll-mb": [{
2660
- "scroll-mb": R()
2661
- }],
2662
- /**
2663
- * Scroll Margin Left
2664
- * @see https://tailwindcss.com/docs/scroll-margin
2665
- */
2666
- "scroll-ml": [{
2667
- "scroll-ml": R()
2668
- }],
2669
- /**
2670
- * Scroll Padding
2671
- * @see https://tailwindcss.com/docs/scroll-padding
2672
- */
2673
- "scroll-p": [{
2674
- "scroll-p": R()
2675
- }],
2676
- /**
2677
- * Scroll Padding X
2678
- * @see https://tailwindcss.com/docs/scroll-padding
2679
- */
2680
- "scroll-px": [{
2681
- "scroll-px": R()
2682
- }],
2683
- /**
2684
- * Scroll Padding Y
2685
- * @see https://tailwindcss.com/docs/scroll-padding
2686
- */
2687
- "scroll-py": [{
2688
- "scroll-py": R()
2689
- }],
2690
- /**
2691
- * Scroll Padding Start
2692
- * @see https://tailwindcss.com/docs/scroll-padding
2693
- */
2694
- "scroll-ps": [{
2695
- "scroll-ps": R()
2696
- }],
2697
- /**
2698
- * Scroll Padding End
2699
- * @see https://tailwindcss.com/docs/scroll-padding
2700
- */
2701
- "scroll-pe": [{
2702
- "scroll-pe": R()
2703
- }],
2704
- /**
2705
- * Scroll Padding Top
2706
- * @see https://tailwindcss.com/docs/scroll-padding
2707
- */
2708
- "scroll-pt": [{
2709
- "scroll-pt": R()
2710
- }],
2711
- /**
2712
- * Scroll Padding Right
2713
- * @see https://tailwindcss.com/docs/scroll-padding
2714
- */
2715
- "scroll-pr": [{
2716
- "scroll-pr": R()
2717
- }],
2718
- /**
2719
- * Scroll Padding Bottom
2720
- * @see https://tailwindcss.com/docs/scroll-padding
2721
- */
2722
- "scroll-pb": [{
2723
- "scroll-pb": R()
2724
- }],
2725
- /**
2726
- * Scroll Padding Left
2727
- * @see https://tailwindcss.com/docs/scroll-padding
2728
- */
2729
- "scroll-pl": [{
2730
- "scroll-pl": R()
2731
- }],
2732
- /**
2733
- * Scroll Snap Align
2734
- * @see https://tailwindcss.com/docs/scroll-snap-align
2735
- */
2736
- "snap-align": [{
2737
- snap: ["start", "end", "center", "align-none"]
2738
- }],
2739
- /**
2740
- * Scroll Snap Stop
2741
- * @see https://tailwindcss.com/docs/scroll-snap-stop
2742
- */
2743
- "snap-stop": [{
2744
- snap: ["normal", "always"]
2745
- }],
2746
- /**
2747
- * Scroll Snap Type
2748
- * @see https://tailwindcss.com/docs/scroll-snap-type
2749
- */
2750
- "snap-type": [{
2751
- snap: ["none", "x", "y", "both"]
2752
- }],
2753
- /**
2754
- * Scroll Snap Type Strictness
2755
- * @see https://tailwindcss.com/docs/scroll-snap-type
2756
- */
2757
- "snap-strictness": [{
2758
- snap: ["mandatory", "proximity"]
2759
- }],
2760
- /**
2761
- * Touch Action
2762
- * @see https://tailwindcss.com/docs/touch-action
2763
- */
2764
- touch: [{
2765
- touch: ["auto", "none", "manipulation"]
2766
- }],
2767
- /**
2768
- * Touch Action X
2769
- * @see https://tailwindcss.com/docs/touch-action
2770
- */
2771
- "touch-x": [{
2772
- "touch-pan": ["x", "left", "right"]
2773
- }],
2774
- /**
2775
- * Touch Action Y
2776
- * @see https://tailwindcss.com/docs/touch-action
2777
- */
2778
- "touch-y": [{
2779
- "touch-pan": ["y", "up", "down"]
2780
- }],
2781
- /**
2782
- * Touch Action Pinch Zoom
2783
- * @see https://tailwindcss.com/docs/touch-action
2784
- */
2785
- "touch-pz": ["touch-pinch-zoom"],
2786
- /**
2787
- * User Select
2788
- * @see https://tailwindcss.com/docs/user-select
2789
- */
2790
- select: [{
2791
- select: ["none", "text", "all", "auto"]
2792
- }],
2793
- /**
2794
- * Will Change
2795
- * @see https://tailwindcss.com/docs/will-change
2796
- */
2797
- "will-change": [{
2798
- "will-change": ["auto", "scroll", "contents", "transform", f]
2799
- }],
2800
- // SVG
2801
- /**
2802
- * Fill
2803
- * @see https://tailwindcss.com/docs/fill
2804
- */
2805
- fill: [{
2806
- fill: [r, "none"]
2807
- }],
2808
- /**
2809
- * Stroke Width
2810
- * @see https://tailwindcss.com/docs/stroke-width
2811
- */
2812
- "stroke-w": [{
2813
- stroke: [V, L, ke]
2814
- }],
2815
- /**
2816
- * Stroke
2817
- * @see https://tailwindcss.com/docs/stroke
2818
- */
2819
- stroke: [{
2820
- stroke: [r, "none"]
2821
- }],
2822
- // Accessibility
2823
- /**
2824
- * Screen Readers
2825
- * @see https://tailwindcss.com/docs/screen-readers
2826
- */
2827
- sr: ["sr-only", "not-sr-only"],
2828
- /**
2829
- * Forced Color Adjust
2830
- * @see https://tailwindcss.com/docs/forced-color-adjust
2831
- */
2832
- "forced-color-adjust": [{
2833
- "forced-color-adjust": ["auto", "none"]
2834
- }]
2835
- },
2836
- conflictingClassGroups: {
2837
- overflow: ["overflow-x", "overflow-y"],
2838
- overscroll: ["overscroll-x", "overscroll-y"],
2839
- inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
2840
- "inset-x": ["right", "left"],
2841
- "inset-y": ["top", "bottom"],
2842
- flex: ["basis", "grow", "shrink"],
2843
- gap: ["gap-x", "gap-y"],
2844
- p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
2845
- px: ["pr", "pl"],
2846
- py: ["pt", "pb"],
2847
- m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
2848
- mx: ["mr", "ml"],
2849
- my: ["mt", "mb"],
2850
- size: ["w", "h"],
2851
- "font-size": ["leading"],
2852
- "fvn-normal": ["fvn-ordinal", "fvn-slashed-zero", "fvn-figure", "fvn-spacing", "fvn-fraction"],
2853
- "fvn-ordinal": ["fvn-normal"],
2854
- "fvn-slashed-zero": ["fvn-normal"],
2855
- "fvn-figure": ["fvn-normal"],
2856
- "fvn-spacing": ["fvn-normal"],
2857
- "fvn-fraction": ["fvn-normal"],
2858
- "line-clamp": ["display", "overflow"],
2859
- 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"],
2860
- "rounded-s": ["rounded-ss", "rounded-es"],
2861
- "rounded-e": ["rounded-se", "rounded-ee"],
2862
- "rounded-t": ["rounded-tl", "rounded-tr"],
2863
- "rounded-r": ["rounded-tr", "rounded-br"],
2864
- "rounded-b": ["rounded-br", "rounded-bl"],
2865
- "rounded-l": ["rounded-tl", "rounded-bl"],
2866
- "border-spacing": ["border-spacing-x", "border-spacing-y"],
2867
- "border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
2868
- "border-w-x": ["border-w-r", "border-w-l"],
2869
- "border-w-y": ["border-w-t", "border-w-b"],
2870
- "border-color": ["border-color-t", "border-color-r", "border-color-b", "border-color-l"],
2871
- "border-color-x": ["border-color-r", "border-color-l"],
2872
- "border-color-y": ["border-color-t", "border-color-b"],
2873
- "scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
2874
- "scroll-mx": ["scroll-mr", "scroll-ml"],
2875
- "scroll-my": ["scroll-mt", "scroll-mb"],
2876
- "scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
2877
- "scroll-px": ["scroll-pr", "scroll-pl"],
2878
- "scroll-py": ["scroll-pt", "scroll-pb"],
2879
- touch: ["touch-x", "touch-y", "touch-pz"],
2880
- "touch-x": ["touch"],
2881
- "touch-y": ["touch"],
2882
- "touch-pz": ["touch"]
2883
- },
2884
- conflictingClassGroupModifiers: {
2885
- "font-size": ["leading"]
624
+ function fr(e, r, t) {
625
+ return we(e, r, t, !1);
2886
626
  }
2887
- };
2888
- }, gt = /* @__PURE__ */ Xr(bt);
2889
- function Oe(...r) {
2890
- return gt(Nr(r));
627
+ var cr = fr, dr = lr;
628
+ N.Fragment = l, N.jsx = cr, N.jsxs = dr;
629
+ }()), N;
2891
630
  }
2892
- const wt = ({
2893
- children: r,
2894
- gap: t = void 0,
2895
- alignItems: o = void 0,
2896
- justifyContent: n = void 0,
2897
- className: c = ""
2898
- }) => /* @__PURE__ */ Pe.jsx(
631
+ process.env.NODE_ENV === "production" ? te.exports = pr() : te.exports = yr();
632
+ var Y = te.exports;
633
+ const Or = ({
634
+ children: o,
635
+ gap: s = void 0,
636
+ alignItems: u = void 0,
637
+ justifyContent: l = void 0,
638
+ className: _ = ""
639
+ }) => /* @__PURE__ */ Y.jsx(
2899
640
  "div",
2900
641
  {
2901
642
  "aria-label": "Row container",
2902
- className: Oe("flex flex-row", c),
643
+ className: ne("flex flex-row", _),
2903
644
  style: {
2904
- gap: t,
2905
- alignItems: o,
2906
- justifyContent: n
645
+ gap: s,
646
+ alignItems: u,
647
+ justifyContent: l
2907
648
  },
2908
- children: r
649
+ children: o
2909
650
  }
2910
- ), Rt = ({
2911
- children: r,
2912
- gap: t = void 0,
2913
- alignItems: o = void 0,
2914
- justifyContent: n = void 0,
2915
- className: c = ""
2916
- }) => /* @__PURE__ */ Pe.jsx(
651
+ ), gr = ({
652
+ children: o,
653
+ gap: s = void 0,
654
+ alignItems: u = void 0,
655
+ justifyContent: l = void 0,
656
+ className: _ = ""
657
+ }) => /* @__PURE__ */ Y.jsx(
2917
658
  "div",
2918
659
  {
2919
660
  "aria-label": "Stack container",
2920
- className: Oe("flex flex-col", c),
661
+ className: ne("flex flex-col", _),
2921
662
  style: {
2922
- gap: t,
2923
- alignItems: o,
2924
- justifyContent: n
663
+ gap: s,
664
+ alignItems: u,
665
+ justifyContent: l
2925
666
  },
2926
- children: r
667
+ children: o
2927
668
  }
2928
669
  );
2929
- function ir(r) {
2930
- var t, o, n = "";
2931
- if (typeof r == "string" || typeof r == "number") n += r;
2932
- else if (typeof r == "object") if (Array.isArray(r)) for (t = 0; t < r.length; t++) r[t] && (o = ir(r[t])) && (n && (n += " "), n += o);
2933
- else for (t in r) r[t] && (n && (n += " "), n += t);
2934
- return n;
670
+ function De(o) {
671
+ var s, u, l = "";
672
+ if (typeof o == "string" || typeof o == "number") l += o;
673
+ else if (typeof o == "object") if (Array.isArray(o)) for (s = 0; s < o.length; s++) o[s] && (u = De(o[s])) && (l && (l += " "), l += u);
674
+ else for (s in o) o[s] && (l && (l += " "), l += s);
675
+ return l;
2935
676
  }
2936
- function mt() {
2937
- for (var r, t, o = 0, n = ""; o < arguments.length; ) (r = arguments[o++]) && (t = ir(r)) && (n && (n += " "), n += t);
2938
- return n;
677
+ function br() {
678
+ for (var o, s, u = 0, l = ""; u < arguments.length; ) (o = arguments[u++]) && (s = De(o)) && (l && (l += " "), l += s);
679
+ return l;
2939
680
  }
2940
- const Ze = (r) => typeof r == "boolean" ? "".concat(r) : r === 0 ? "0" : r, Qe = mt, vt = (r, t) => (o) => {
2941
- var n;
2942
- if ((t == null ? void 0 : t.variants) == null) return Qe(r, o == null ? void 0 : o.class, o == null ? void 0 : o.className);
2943
- const { variants: c, defaultVariants: i } = t, u = Object.keys(c).map((m) => {
2944
- const b = o == null ? void 0 : o[m], x = i == null ? void 0 : i[m];
2945
- if (b === null) return null;
2946
- const C = Ze(b) || Ze(x);
2947
- return c[m][C];
2948
- }), l = o && Object.entries(o).reduce((m, b) => {
2949
- let [x, C] = b;
2950
- return C === void 0 || (m[x] = C), m;
2951
- }, {}), p = t == null || (n = t.compoundVariants) === null || n === void 0 ? void 0 : n.reduce((m, b) => {
2952
- let { class: x, className: C, ...j } = b;
2953
- return Object.entries(j).every((O) => {
2954
- let [S, w] = O;
2955
- return Array.isArray(w) ? w.includes({
2956
- ...i,
2957
- ...l
2958
- }[S]) : {
2959
- ...i,
2960
- ...l
2961
- }[S] === w;
681
+ const je = (o) => typeof o == "boolean" ? "".concat(o) : o === 0 ? "0" : o, ke = br, hr = (o, s) => (u) => {
682
+ var l;
683
+ if ((s == null ? void 0 : s.variants) == null) return ke(o, u == null ? void 0 : u.class, u == null ? void 0 : u.className);
684
+ const { variants: _, defaultVariants: x } = s, w = Object.keys(_).map((y) => {
685
+ const v = u == null ? void 0 : u[y], b = x == null ? void 0 : x[y];
686
+ if (v === null) return null;
687
+ const R = je(v) || je(b);
688
+ return _[y][R];
689
+ }), O = u && Object.entries(u).reduce((y, v) => {
690
+ let [b, R] = v;
691
+ return R === void 0 || (y[b] = R), y;
692
+ }, {}), p = s == null || (l = s.compoundVariants) === null || l === void 0 ? void 0 : l.reduce((y, v) => {
693
+ let { class: b, className: R, ...j } = v;
694
+ return Object.entries(j).every((L) => {
695
+ let [M, F] = L;
696
+ return Array.isArray(F) ? F.includes({
697
+ ...x,
698
+ ...O
699
+ }[M]) : {
700
+ ...x,
701
+ ...O
702
+ }[M] === F;
2962
703
  }) ? [
2963
- ...m,
2964
- x,
2965
- C
2966
- ] : m;
704
+ ...y,
705
+ b,
706
+ R
707
+ ] : y;
2967
708
  }, []);
2968
- return Qe(r, u, p, o == null ? void 0 : o.class, o == null ? void 0 : o.className);
2969
- }, ht = {
709
+ return ke(o, w, p, u == null ? void 0 : u.class, u == null ? void 0 : u.className);
710
+ }, Rr = {
2970
711
  serif: "font-serif",
2971
712
  body: "text-base",
2972
713
  "body-wide": "text-sm tracking-[0.40em] font-medium",
2973
714
  heading: "text-[1.5rem] md:text-4xl tracking-[-0.04em] font-medium",
2974
715
  "heading-lg": "text-[2.5rem] md:text-[4rem] tracking-[-0.04em] font-medium leading-[2.75rem] md:leading-[4.5rem]",
2975
- "heading-xl": "text-[4rem] md:text-[7rem] tracking-[-0.04em] leading-[3.5rem] md:leading-[6rem] font-medium"
2976
- }, yt = vt("font-sans", {
716
+ "heading-xl": "text-[4rem] md:text-[7rem] tracking-[-0.04em] leading-[3.5rem] md:leading-[5.5rem] font-medium"
717
+ }, Er = hr("font-sans", {
2977
718
  variants: {
2978
- variant: ht
719
+ variant: Rr
2979
720
  },
2980
721
  defaultVariants: {
2981
722
  variant: "body"
2982
723
  }
2983
724
  });
2984
- function Et({
2985
- as: r = "p",
2986
- onClick: t,
2987
- children: o,
2988
- className: n = "",
2989
- variant: c
725
+ function _r({
726
+ as: o = "p",
727
+ onClick: s,
728
+ children: u,
729
+ className: l = "",
730
+ variant: _
2990
731
  }) {
2991
- return /* @__PURE__ */ Pe.jsx(
2992
- r,
732
+ return /* @__PURE__ */ Y.jsx(
733
+ o,
2993
734
  {
2994
- className: Oe(yt({ variant: c, className: n })),
2995
- onClick: t,
2996
- children: o
735
+ className: ne(Er({ variant: _, className: l })),
736
+ onClick: s,
737
+ children: u
2997
738
  }
2998
739
  );
2999
740
  }
741
+ function Sr({ title: o }) {
742
+ return /* @__PURE__ */ Y.jsx(gr, { className: "ui-pt-2 ui-border-t ui-border-white ui-text-white", children: /* @__PURE__ */ Y.jsx(_r, { className: "ui-uppercase", variant: "body-wide", children: o }) });
743
+ }
3000
744
  export {
3001
- Et as PTypography,
3002
- wt as Row,
3003
- Rt as Stack
745
+ Sr as PSectionHeader,
746
+ _r as PTypography,
747
+ Or as Row,
748
+ gr as Stack
3004
749
  };
3005
750
  //# sourceMappingURL=index.es.js.map