design-system-silkhaus 2.17.1-beta.not-item-updates.2 → 2.18.0-beta.app-components.3

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