design-system-silkhaus 3.1.2 → 3.2.0-beta.dropdown.1

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