design-system-silkhaus 0.0.79 → 0.0.82

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -1,27 +1,55 @@
1
- var qt = Object.defineProperty, Yt = Object.defineProperties;
2
- var Ut = Object.getOwnPropertyDescriptors;
3
- var Ce = Object.getOwnPropertySymbols;
4
- var Ze = Object.prototype.hasOwnProperty, et = Object.prototype.propertyIsEnumerable;
5
- var Qe = (t, n, r) => n in t ? qt(t, n, { enumerable: !0, configurable: !0, writable: !0, value: r }) : t[n] = r, F = (t, n) => {
6
- for (var r in n || (n = {}))
7
- Ze.call(n, r) && Qe(t, r, n[r]);
8
- if (Ce)
9
- for (var r of Ce(n))
10
- et.call(n, r) && Qe(t, r, n[r]);
11
- return t;
12
- }, tt = (t, n) => Yt(t, Ut(n));
13
- var L = (t, n) => {
1
+ var ar = Object.defineProperty, nr = Object.defineProperties;
2
+ var or = Object.getOwnPropertyDescriptors;
3
+ var Ee = Object.getOwnPropertySymbols;
4
+ var dt = Object.prototype.hasOwnProperty, lt = Object.prototype.propertyIsEnumerable;
5
+ var ot = (e, s, r) => s in e ? ar(e, s, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[s] = r, M = (e, s) => {
6
+ for (var r in s || (s = {}))
7
+ dt.call(s, r) && ot(e, r, s[r]);
8
+ if (Ee)
9
+ for (var r of Ee(s))
10
+ lt.call(s, r) && ot(e, r, s[r]);
11
+ return e;
12
+ }, Ce = (e, s) => nr(e, or(s));
13
+ var B = (e, s) => {
14
14
  var r = {};
15
- for (var o in t)
16
- Ze.call(t, o) && n.indexOf(o) < 0 && (r[o] = t[o]);
17
- if (t != null && Ce)
18
- for (var o of Ce(t))
19
- n.indexOf(o) < 0 && et.call(t, o) && (r[o] = t[o]);
15
+ for (var a in e)
16
+ dt.call(e, a) && s.indexOf(a) < 0 && (r[a] = e[a]);
17
+ if (e != null && Ee)
18
+ for (var a of Ee(e))
19
+ s.indexOf(a) < 0 && lt.call(e, a) && (r[a] = e[a]);
20
20
  return r;
21
21
  };
22
- import * as J from "react";
23
- import Q, { useState as dt } from "react";
24
- var Fe = { exports: {} }, ue = {};
22
+ import * as Z from "react";
23
+ import D, { useState as Ne, useEffect as Te, forwardRef as be } from "react";
24
+ var $e = { exports: {} }, fe = {};
25
+ /**
26
+ * @license React
27
+ * react-jsx-runtime.production.min.js
28
+ *
29
+ * Copyright (c) Facebook, Inc. and its affiliates.
30
+ *
31
+ * This source code is licensed under the MIT license found in the
32
+ * LICENSE file in the root directory of this source tree.
33
+ */
34
+ var it;
35
+ function dr() {
36
+ if (it)
37
+ return fe;
38
+ it = 1;
39
+ var e = D, s = Symbol.for("react.element"), r = Symbol.for("react.fragment"), a = Object.prototype.hasOwnProperty, o = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, d = { key: !0, ref: !0, __self: !0, __source: !0 };
40
+ function l(c, u, p) {
41
+ var g, b = {}, j = null, N = null;
42
+ p !== void 0 && (j = "" + p), u.key !== void 0 && (j = "" + u.key), u.ref !== void 0 && (N = u.ref);
43
+ for (g in u)
44
+ a.call(u, g) && !d.hasOwnProperty(g) && (b[g] = u[g]);
45
+ if (c && c.defaultProps)
46
+ for (g in u = c.defaultProps, u)
47
+ b[g] === void 0 && (b[g] = u[g]);
48
+ return { $$typeof: s, type: c, key: j, ref: N, props: b, _owner: o.current };
49
+ }
50
+ return fe.Fragment = r, fe.jsx = l, fe.jsxs = l, fe;
51
+ }
52
+ var pe = {};
25
53
  /**
26
54
  * @license React
27
55
  * react-jsx-runtime.development.js
@@ -31,976 +59,955 @@ var Fe = { exports: {} }, ue = {};
31
59
  * This source code is licensed under the MIT license found in the
32
60
  * LICENSE file in the root directory of this source tree.
33
61
  */
34
- var rt;
35
- function Jt() {
36
- return rt || (rt = 1, process.env.NODE_ENV !== "production" && function() {
37
- var t = Q, n = Symbol.for("react.element"), r = Symbol.for("react.portal"), o = Symbol.for("react.fragment"), i = Symbol.for("react.strict_mode"), s = Symbol.for("react.profiler"), c = Symbol.for("react.provider"), u = Symbol.for("react.context"), f = Symbol.for("react.forward_ref"), g = Symbol.for("react.suspense"), p = Symbol.for("react.suspense_list"), y = Symbol.for("react.memo"), E = Symbol.for("react.lazy"), N = Symbol.for("react.offscreen"), M = Symbol.iterator, T = "@@iterator";
38
- function P(e) {
39
- if (e === null || typeof e != "object")
62
+ var ct;
63
+ function lr() {
64
+ return ct || (ct = 1, process.env.NODE_ENV !== "production" && function() {
65
+ var e = D, s = Symbol.for("react.element"), r = Symbol.for("react.portal"), a = Symbol.for("react.fragment"), o = Symbol.for("react.strict_mode"), d = Symbol.for("react.profiler"), l = Symbol.for("react.provider"), c = Symbol.for("react.context"), u = Symbol.for("react.forward_ref"), p = Symbol.for("react.suspense"), g = Symbol.for("react.suspense_list"), b = Symbol.for("react.memo"), j = Symbol.for("react.lazy"), N = Symbol.for("react.offscreen"), $ = Symbol.iterator, S = "@@iterator";
66
+ function P(t) {
67
+ if (t === null || typeof t != "object")
40
68
  return null;
41
- var a = M && e[M] || e[T];
42
- return typeof a == "function" ? a : null;
69
+ var i = $ && t[$] || t[S];
70
+ return typeof i == "function" ? i : null;
43
71
  }
44
- var A = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
45
- function C(e) {
72
+ var z = e.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
73
+ function E(t) {
46
74
  {
47
- for (var a = arguments.length, l = new Array(a > 1 ? a - 1 : 0), d = 1; d < a; d++)
48
- l[d - 1] = arguments[d];
49
- ge("error", e, l);
75
+ for (var i = arguments.length, f = new Array(i > 1 ? i - 1 : 0), m = 1; m < i; m++)
76
+ f[m - 1] = arguments[m];
77
+ he("error", t, f);
50
78
  }
51
79
  }
52
- function ge(e, a, l) {
80
+ function he(t, i, f) {
53
81
  {
54
- var d = A.ReactDebugCurrentFrame, h = d.getStackAddendum();
55
- h !== "" && (a += "%s", l = l.concat([h]));
56
- var R = l.map(function(v) {
57
- return String(v);
82
+ var m = z.ReactDebugCurrentFrame, k = m.getStackAddendum();
83
+ k !== "" && (i += "%s", f = f.concat([k]));
84
+ var R = f.map(function(y) {
85
+ return String(y);
58
86
  });
59
- R.unshift("Warning: " + a), Function.prototype.apply.call(console[e], console, R);
87
+ R.unshift("Warning: " + i), Function.prototype.apply.call(console[t], console, R);
60
88
  }
61
89
  }
62
- var oe = !1, we = !1, be = !1, me = !1, ye = !1, Z;
63
- Z = Symbol.for("react.module.reference");
64
- function ae(e) {
65
- return !!(typeof e == "string" || typeof e == "function" || e === o || e === s || ye || e === i || e === g || e === p || me || e === N || oe || we || be || typeof e == "object" && e !== null && (e.$$typeof === E || e.$$typeof === y || e.$$typeof === c || e.$$typeof === u || e.$$typeof === f || // This needs to include all possible module reference object
90
+ var ne = !1, xe = !1, ve = !1, ye = !1, we = !1, ee;
91
+ ee = Symbol.for("react.module.reference");
92
+ function oe(t) {
93
+ return !!(typeof t == "string" || typeof t == "function" || t === a || t === d || we || t === o || t === p || t === g || ye || t === N || ne || xe || ve || typeof t == "object" && t !== null && (t.$$typeof === j || t.$$typeof === b || t.$$typeof === l || t.$$typeof === c || t.$$typeof === u || // This needs to include all possible module reference object
66
94
  // types supported by any Flight configuration anywhere since
67
95
  // we don't know which Flight build this will end up being used
68
96
  // with.
69
- e.$$typeof === Z || e.getModuleId !== void 0));
97
+ t.$$typeof === ee || t.getModuleId !== void 0));
70
98
  }
71
- function ie(e, a, l) {
72
- var d = e.displayName;
73
- if (d)
74
- return d;
75
- var h = a.displayName || a.name || "";
76
- return h !== "" ? l + "(" + h + ")" : l;
99
+ function de(t, i, f) {
100
+ var m = t.displayName;
101
+ if (m)
102
+ return m;
103
+ var k = i.displayName || i.name || "";
104
+ return k !== "" ? f + "(" + k + ")" : f;
77
105
  }
78
- function x(e) {
79
- return e.displayName || "Context";
106
+ function _(t) {
107
+ return t.displayName || "Context";
80
108
  }
81
- function z(e) {
82
- if (e == null)
109
+ function O(t) {
110
+ if (t == null)
83
111
  return null;
84
- if (typeof e.tag == "number" && C("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof e == "function")
85
- return e.displayName || e.name || null;
86
- if (typeof e == "string")
87
- return e;
88
- switch (e) {
89
- case o:
112
+ if (typeof t.tag == "number" && E("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), typeof t == "function")
113
+ return t.displayName || t.name || null;
114
+ if (typeof t == "string")
115
+ return t;
116
+ switch (t) {
117
+ case a:
90
118
  return "Fragment";
91
119
  case r:
92
120
  return "Portal";
93
- case s:
121
+ case d:
94
122
  return "Profiler";
95
- case i:
123
+ case o:
96
124
  return "StrictMode";
97
- case g:
98
- return "Suspense";
99
125
  case p:
126
+ return "Suspense";
127
+ case g:
100
128
  return "SuspenseList";
101
129
  }
102
- if (typeof e == "object")
103
- switch (e.$$typeof) {
104
- case u:
105
- var a = e;
106
- return x(a) + ".Consumer";
130
+ if (typeof t == "object")
131
+ switch (t.$$typeof) {
107
132
  case c:
108
- var l = e;
109
- return x(l._context) + ".Provider";
110
- case f:
111
- return ie(e, e.render, "ForwardRef");
112
- case y:
113
- var d = e.displayName || null;
114
- return d !== null ? d : z(e.type) || "Memo";
115
- case E: {
116
- var h = e, R = h._payload, v = h._init;
133
+ var i = t;
134
+ return _(i) + ".Consumer";
135
+ case l:
136
+ var f = t;
137
+ return _(f._context) + ".Provider";
138
+ case u:
139
+ return de(t, t.render, "ForwardRef");
140
+ case b:
141
+ var m = t.displayName || null;
142
+ return m !== null ? m : O(t.type) || "Memo";
143
+ case j: {
144
+ var k = t, R = k._payload, y = k._init;
117
145
  try {
118
- return z(v(R));
119
- } catch (m) {
146
+ return O(y(R));
147
+ } catch (x) {
120
148
  return null;
121
149
  }
122
150
  }
123
151
  }
124
152
  return null;
125
153
  }
126
- var D = Object.assign, V = 0, X, se, ee, G, le, q, H;
127
- function ze() {
154
+ var L = Object.assign, q = 0, J, le, te, G, ie, Y, X;
155
+ function Ge() {
128
156
  }
129
- ze.__reactDisabledLog = !0;
130
- function ht() {
157
+ Ge.__reactDisabledLog = !0;
158
+ function At() {
131
159
  {
132
- if (V === 0) {
133
- X = console.log, se = console.info, ee = console.warn, G = console.error, le = console.group, q = console.groupCollapsed, H = console.groupEnd;
134
- var e = {
160
+ if (q === 0) {
161
+ J = console.log, le = console.info, te = console.warn, G = console.error, ie = console.group, Y = console.groupCollapsed, X = console.groupEnd;
162
+ var t = {
135
163
  configurable: !0,
136
164
  enumerable: !0,
137
- value: ze,
165
+ value: Ge,
138
166
  writable: !0
139
167
  };
140
168
  Object.defineProperties(console, {
141
- info: e,
142
- log: e,
143
- warn: e,
144
- error: e,
145
- group: e,
146
- groupCollapsed: e,
147
- groupEnd: e
169
+ info: t,
170
+ log: t,
171
+ warn: t,
172
+ error: t,
173
+ group: t,
174
+ groupCollapsed: t,
175
+ groupEnd: t
148
176
  });
149
177
  }
150
- V++;
178
+ q++;
151
179
  }
152
180
  }
153
- function xt() {
181
+ function Pt() {
154
182
  {
155
- if (V--, V === 0) {
156
- var e = {
183
+ if (q--, q === 0) {
184
+ var t = {
157
185
  configurable: !0,
158
186
  enumerable: !0,
159
187
  writable: !0
160
188
  };
161
189
  Object.defineProperties(console, {
162
- log: D({}, e, {
163
- value: X
190
+ log: L({}, t, {
191
+ value: J
164
192
  }),
165
- info: D({}, e, {
166
- value: se
193
+ info: L({}, t, {
194
+ value: le
167
195
  }),
168
- warn: D({}, e, {
169
- value: ee
196
+ warn: L({}, t, {
197
+ value: te
170
198
  }),
171
- error: D({}, e, {
199
+ error: L({}, t, {
172
200
  value: G
173
201
  }),
174
- group: D({}, e, {
175
- value: le
202
+ group: L({}, t, {
203
+ value: ie
176
204
  }),
177
- groupCollapsed: D({}, e, {
178
- value: q
205
+ groupCollapsed: L({}, t, {
206
+ value: Y
179
207
  }),
180
- groupEnd: D({}, e, {
181
- value: H
208
+ groupEnd: L({}, t, {
209
+ value: X
182
210
  })
183
211
  });
184
212
  }
185
- V < 0 && C("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
213
+ q < 0 && E("disabledDepth fell below zero. This is a bug in React. Please file an issue.");
186
214
  }
187
215
  }
188
- var Te = A.ReactCurrentDispatcher, je;
189
- function ve(e, a, l) {
216
+ var Ae = z.ReactCurrentDispatcher, Pe;
217
+ function je(t, i, f) {
190
218
  {
191
- if (je === void 0)
219
+ if (Pe === void 0)
192
220
  try {
193
221
  throw Error();
194
- } catch (h) {
195
- var d = h.stack.trim().match(/\n( *(at )?)/);
196
- je = d && d[1] || "";
222
+ } catch (k) {
223
+ var m = k.stack.trim().match(/\n( *(at )?)/);
224
+ Pe = m && m[1] || "";
197
225
  }
198
226
  return `
199
- ` + je + e;
227
+ ` + Pe + t;
200
228
  }
201
229
  }
202
- var _e = !1, he;
230
+ var ze = !1, ke;
203
231
  {
204
- var Rt = typeof WeakMap == "function" ? WeakMap : Map;
205
- he = new Rt();
232
+ var zt = typeof WeakMap == "function" ? WeakMap : Map;
233
+ ke = new zt();
206
234
  }
207
- function De(e, a) {
208
- if (!e || _e)
235
+ function Ye(t, i) {
236
+ if (!t || ze)
209
237
  return "";
210
238
  {
211
- var l = he.get(e);
212
- if (l !== void 0)
213
- return l;
239
+ var f = ke.get(t);
240
+ if (f !== void 0)
241
+ return f;
214
242
  }
215
- var d;
216
- _e = !0;
217
- var h = Error.prepareStackTrace;
243
+ var m;
244
+ ze = !0;
245
+ var k = Error.prepareStackTrace;
218
246
  Error.prepareStackTrace = void 0;
219
247
  var R;
220
- R = Te.current, Te.current = null, ht();
248
+ R = Ae.current, Ae.current = null, At();
221
249
  try {
222
- if (a) {
223
- var v = function() {
250
+ if (i) {
251
+ var y = function() {
224
252
  throw Error();
225
253
  };
226
- if (Object.defineProperty(v.prototype, "props", {
254
+ if (Object.defineProperty(y.prototype, "props", {
227
255
  set: function() {
228
256
  throw Error();
229
257
  }
230
258
  }), typeof Reflect == "object" && Reflect.construct) {
231
259
  try {
232
- Reflect.construct(v, []);
233
- } catch (W) {
234
- d = W;
260
+ Reflect.construct(y, []);
261
+ } catch (I) {
262
+ m = I;
235
263
  }
236
- Reflect.construct(e, [], v);
264
+ Reflect.construct(t, [], y);
237
265
  } else {
238
266
  try {
239
- v.call();
240
- } catch (W) {
241
- d = W;
267
+ y.call();
268
+ } catch (I) {
269
+ m = I;
242
270
  }
243
- e.call(v.prototype);
271
+ t.call(y.prototype);
244
272
  }
245
273
  } else {
246
274
  try {
247
275
  throw Error();
248
- } catch (W) {
249
- d = W;
276
+ } catch (I) {
277
+ m = I;
250
278
  }
251
- e();
279
+ t();
252
280
  }
253
- } catch (W) {
254
- if (W && d && typeof W.stack == "string") {
255
- for (var m = W.stack.split(`
256
- `), I = d.stack.split(`
257
- `), j = m.length - 1, _ = I.length - 1; j >= 1 && _ >= 0 && m[j] !== I[_]; )
258
- _--;
259
- for (; j >= 1 && _ >= 0; j--, _--)
260
- if (m[j] !== I[_]) {
261
- if (j !== 1 || _ !== 1)
281
+ } catch (I) {
282
+ if (I && m && typeof I.stack == "string") {
283
+ for (var x = I.stack.split(`
284
+ `), F = m.stack.split(`
285
+ `), T = x.length - 1, A = F.length - 1; T >= 1 && A >= 0 && x[T] !== F[A]; )
286
+ A--;
287
+ for (; T >= 1 && A >= 0; T--, A--)
288
+ if (x[T] !== F[A]) {
289
+ if (T !== 1 || A !== 1)
262
290
  do
263
- if (j--, _--, _ < 0 || m[j] !== I[_]) {
264
- var B = `
265
- ` + m[j].replace(" at new ", " at ");
266
- return e.displayName && B.includes("<anonymous>") && (B = B.replace("<anonymous>", e.displayName)), typeof e == "function" && he.set(e, B), B;
291
+ if (T--, A--, A < 0 || x[T] !== F[A]) {
292
+ var V = `
293
+ ` + x[T].replace(" at new ", " at ");
294
+ return t.displayName && V.includes("<anonymous>") && (V = V.replace("<anonymous>", t.displayName)), typeof t == "function" && ke.set(t, V), V;
267
295
  }
268
- while (j >= 1 && _ >= 0);
296
+ while (T >= 1 && A >= 0);
269
297
  break;
270
298
  }
271
299
  }
272
300
  } finally {
273
- _e = !1, Te.current = R, xt(), Error.prepareStackTrace = h;
301
+ ze = !1, Ae.current = R, Pt(), Error.prepareStackTrace = k;
274
302
  }
275
- var re = e ? e.displayName || e.name : "", Ke = re ? ve(re) : "";
276
- return typeof e == "function" && he.set(e, Ke), Ke;
303
+ var se = t ? t.displayName || t.name : "", K = se ? je(se) : "";
304
+ return typeof t == "function" && ke.set(t, K), K;
277
305
  }
278
- function Et(e, a, l) {
279
- return De(e, !1);
306
+ function Mt(t, i, f) {
307
+ return Ye(t, !1);
280
308
  }
281
- function Ct(e) {
282
- var a = e.prototype;
283
- return !!(a && a.isReactComponent);
309
+ function Ft(t) {
310
+ var i = t.prototype;
311
+ return !!(i && i.isReactComponent);
284
312
  }
285
- function xe(e, a, l) {
286
- if (e == null)
313
+ function _e(t, i, f) {
314
+ if (t == null)
287
315
  return "";
288
- if (typeof e == "function")
289
- return De(e, Ct(e));
290
- if (typeof e == "string")
291
- return ve(e);
292
- switch (e) {
293
- case g:
294
- return ve("Suspense");
316
+ if (typeof t == "function")
317
+ return Ye(t, Ft(t));
318
+ if (typeof t == "string")
319
+ return je(t);
320
+ switch (t) {
295
321
  case p:
296
- return ve("SuspenseList");
322
+ return je("Suspense");
323
+ case g:
324
+ return je("SuspenseList");
297
325
  }
298
- if (typeof e == "object")
299
- switch (e.$$typeof) {
300
- case f:
301
- return Et(e.render);
302
- case y:
303
- return xe(e.type, a, l);
304
- case E: {
305
- var d = e, h = d._payload, R = d._init;
326
+ if (typeof t == "object")
327
+ switch (t.$$typeof) {
328
+ case u:
329
+ return Mt(t.render);
330
+ case b:
331
+ return _e(t.type, i, f);
332
+ case j: {
333
+ var m = t, k = m._payload, R = m._init;
306
334
  try {
307
- return xe(R(h), a, l);
308
- } catch (v) {
335
+ return _e(R(k), i, f);
336
+ } catch (y) {
309
337
  }
310
338
  }
311
339
  }
312
340
  return "";
313
341
  }
314
- var Re = Object.prototype.hasOwnProperty, Be = {}, Le = A.ReactDebugCurrentFrame;
315
- function Ee(e) {
316
- if (e) {
317
- var a = e._owner, l = xe(e.type, e._source, a ? a.type : null);
318
- Le.setExtraStackFrame(l);
342
+ var ce = Object.prototype.hasOwnProperty, Ue = {}, He = z.ReactDebugCurrentFrame;
343
+ function Re(t) {
344
+ if (t) {
345
+ var i = t._owner, f = _e(t.type, t._source, i ? i.type : null);
346
+ He.setExtraStackFrame(f);
319
347
  } else
320
- Le.setExtraStackFrame(null);
348
+ He.setExtraStackFrame(null);
321
349
  }
322
- function kt(e, a, l, d, h) {
350
+ function It(t, i, f, m, k) {
323
351
  {
324
- var R = Function.call.bind(Re);
325
- for (var v in e)
326
- if (R(e, v)) {
327
- var m = void 0;
352
+ var R = Function.call.bind(ce);
353
+ for (var y in t)
354
+ if (R(t, y)) {
355
+ var x = void 0;
328
356
  try {
329
- if (typeof e[v] != "function") {
330
- var I = Error((d || "React class") + ": " + l + " type `" + v + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof e[v] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
331
- throw I.name = "Invariant Violation", I;
357
+ if (typeof t[y] != "function") {
358
+ var F = Error((m || "React class") + ": " + f + " type `" + y + "` is invalid; it must be a function, usually from the `prop-types` package, but received `" + typeof t[y] + "`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");
359
+ throw F.name = "Invariant Violation", F;
332
360
  }
333
- m = e[v](a, v, d, l, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
334
- } catch (j) {
335
- m = j;
361
+ x = t[y](i, y, m, f, null, "SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED");
362
+ } catch (T) {
363
+ x = T;
336
364
  }
337
- m && !(m instanceof Error) && (Ee(h), C("%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", l, v, typeof m), Ee(null)), m instanceof Error && !(m.message in Be) && (Be[m.message] = !0, Ee(h), C("Failed %s type: %s", l, m.message), Ee(null));
365
+ x && !(x instanceof Error) && (Re(k), E("%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).", m || "React class", f, y, typeof x), Re(null)), x instanceof Error && !(x.message in Ue) && (Ue[x.message] = !0, Re(k), E("Failed %s type: %s", f, x.message), Re(null));
338
366
  }
339
367
  }
340
368
  }
341
- var Tt = Array.isArray;
342
- function Se(e) {
343
- return Tt(e);
369
+ var Ot = Array.isArray;
370
+ function Me(t) {
371
+ return Ot(t);
344
372
  }
345
- function jt(e) {
373
+ function Bt(t) {
346
374
  {
347
- var a = typeof Symbol == "function" && Symbol.toStringTag, l = a && e[Symbol.toStringTag] || e.constructor.name || "Object";
348
- return l;
375
+ var i = typeof Symbol == "function" && Symbol.toStringTag, f = i && t[Symbol.toStringTag] || t.constructor.name || "Object";
376
+ return f;
349
377
  }
350
378
  }
351
- function _t(e) {
379
+ function Dt(t) {
352
380
  try {
353
- return We(e), !1;
354
- } catch (a) {
381
+ return Je(t), !1;
382
+ } catch (i) {
355
383
  return !0;
356
384
  }
357
385
  }
358
- function We(e) {
359
- return "" + e;
386
+ function Je(t) {
387
+ return "" + t;
360
388
  }
361
- function $e(e) {
362
- if (_t(e))
363
- return C("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", jt(e)), We(e);
389
+ function Xe(t) {
390
+ if (Dt(t))
391
+ return E("The provided key is an unsupported type %s. This value must be coerced to a string before before using it here.", Bt(t)), Je(t);
364
392
  }
365
- var ce = A.ReactCurrentOwner, St = {
393
+ var ue = z.ReactCurrentOwner, $t = {
366
394
  key: !0,
367
395
  ref: !0,
368
396
  __self: !0,
369
397
  __source: !0
370
- }, Ve, Ge, Pe;
371
- Pe = {};
372
- function Pt(e) {
373
- if (Re.call(e, "ref")) {
374
- var a = Object.getOwnPropertyDescriptor(e, "ref").get;
375
- if (a && a.isReactWarning)
398
+ }, Ke, Qe, Fe;
399
+ Fe = {};
400
+ function Lt(t) {
401
+ if (ce.call(t, "ref")) {
402
+ var i = Object.getOwnPropertyDescriptor(t, "ref").get;
403
+ if (i && i.isReactWarning)
376
404
  return !1;
377
405
  }
378
- return e.ref !== void 0;
406
+ return t.ref !== void 0;
379
407
  }
380
- function At(e) {
381
- if (Re.call(e, "key")) {
382
- var a = Object.getOwnPropertyDescriptor(e, "key").get;
383
- if (a && a.isReactWarning)
408
+ function Vt(t) {
409
+ if (ce.call(t, "key")) {
410
+ var i = Object.getOwnPropertyDescriptor(t, "key").get;
411
+ if (i && i.isReactWarning)
384
412
  return !1;
385
413
  }
386
- return e.key !== void 0;
414
+ return t.key !== void 0;
387
415
  }
388
- function Nt(e, a) {
389
- if (typeof e.ref == "string" && ce.current && a && ce.current.stateNode !== a) {
390
- var l = z(ce.current.type);
391
- Pe[l] || (C('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', z(ce.current.type), e.ref), Pe[l] = !0);
416
+ function Wt(t, i) {
417
+ if (typeof t.ref == "string" && ue.current && i && ue.current.stateNode !== i) {
418
+ var f = O(ue.current.type);
419
+ Fe[f] || (E('Component "%s" contains the string ref "%s". Support for string refs will be removed in a future major release. This case cannot be automatically converted to an arrow function. We ask you to manually fix this case by using useRef() or createRef() instead. Learn more about using refs safely here: https://reactjs.org/link/strict-mode-string-ref', O(ue.current.type), t.ref), Fe[f] = !0);
392
420
  }
393
421
  }
394
- function Ot(e, a) {
422
+ function qt(t, i) {
395
423
  {
396
- var l = function() {
397
- Ve || (Ve = !0, C("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", a));
424
+ var f = function() {
425
+ Ke || (Ke = !0, E("%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));
398
426
  };
399
- l.isReactWarning = !0, Object.defineProperty(e, "key", {
400
- get: l,
427
+ f.isReactWarning = !0, Object.defineProperty(t, "key", {
428
+ get: f,
401
429
  configurable: !0
402
430
  });
403
431
  }
404
432
  }
405
- function Ft(e, a) {
433
+ function Gt(t, i) {
406
434
  {
407
- var l = function() {
408
- Ge || (Ge = !0, C("%s: `ref` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://reactjs.org/link/special-props)", a));
435
+ var f = function() {
436
+ Qe || (Qe = !0, E("%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));
409
437
  };
410
- l.isReactWarning = !0, Object.defineProperty(e, "ref", {
411
- get: l,
438
+ f.isReactWarning = !0, Object.defineProperty(t, "ref", {
439
+ get: f,
412
440
  configurable: !0
413
441
  });
414
442
  }
415
443
  }
416
- var It = function(e, a, l, d, h, R, v) {
417
- var m = {
444
+ var Yt = function(t, i, f, m, k, R, y) {
445
+ var x = {
418
446
  // This tag allows us to uniquely identify this as a React Element
419
- $$typeof: n,
447
+ $$typeof: s,
420
448
  // Built-in properties that belong on the element
421
- type: e,
422
- key: a,
423
- ref: l,
424
- props: v,
449
+ type: t,
450
+ key: i,
451
+ ref: f,
452
+ props: y,
425
453
  // Record the component responsible for creating this element.
426
454
  _owner: R
427
455
  };
428
- return m._store = {}, Object.defineProperty(m._store, "validated", {
456
+ return x._store = {}, Object.defineProperty(x._store, "validated", {
429
457
  configurable: !1,
430
458
  enumerable: !1,
431
459
  writable: !0,
432
460
  value: !1
433
- }), Object.defineProperty(m, "_self", {
461
+ }), Object.defineProperty(x, "_self", {
434
462
  configurable: !1,
435
463
  enumerable: !1,
436
464
  writable: !1,
437
- value: d
438
- }), Object.defineProperty(m, "_source", {
465
+ value: m
466
+ }), Object.defineProperty(x, "_source", {
439
467
  configurable: !1,
440
468
  enumerable: !1,
441
469
  writable: !1,
442
- value: h
443
- }), Object.freeze && (Object.freeze(m.props), Object.freeze(m)), m;
470
+ value: k
471
+ }), Object.freeze && (Object.freeze(x.props), Object.freeze(x)), x;
444
472
  };
445
- function Mt(e, a, l, d, h) {
473
+ function Ut(t, i, f, m, k) {
446
474
  {
447
- var R, v = {}, m = null, I = null;
448
- l !== void 0 && ($e(l), m = "" + l), At(a) && ($e(a.key), m = "" + a.key), Pt(a) && (I = a.ref, Nt(a, h));
449
- for (R in a)
450
- Re.call(a, R) && !St.hasOwnProperty(R) && (v[R] = a[R]);
451
- if (e && e.defaultProps) {
452
- var j = e.defaultProps;
453
- for (R in j)
454
- v[R] === void 0 && (v[R] = j[R]);
475
+ var R, y = {}, x = null, F = null;
476
+ f !== void 0 && (Xe(f), x = "" + f), Vt(i) && (Xe(i.key), x = "" + i.key), Lt(i) && (F = i.ref, Wt(i, k));
477
+ for (R in i)
478
+ ce.call(i, R) && !$t.hasOwnProperty(R) && (y[R] = i[R]);
479
+ if (t && t.defaultProps) {
480
+ var T = t.defaultProps;
481
+ for (R in T)
482
+ y[R] === void 0 && (y[R] = T[R]);
455
483
  }
456
- if (m || I) {
457
- var _ = typeof e == "function" ? e.displayName || e.name || "Unknown" : e;
458
- m && Ot(v, _), I && Ft(v, _);
484
+ if (x || F) {
485
+ var A = typeof t == "function" ? t.displayName || t.name || "Unknown" : t;
486
+ x && qt(y, A), F && Gt(y, A);
459
487
  }
460
- return It(e, m, I, h, d, ce.current, v);
488
+ return Yt(t, x, F, k, m, ue.current, y);
461
489
  }
462
490
  }
463
- var Ae = A.ReactCurrentOwner, qe = A.ReactDebugCurrentFrame;
464
- function te(e) {
465
- if (e) {
466
- var a = e._owner, l = xe(e.type, e._source, a ? a.type : null);
467
- qe.setExtraStackFrame(l);
491
+ var Ie = z.ReactCurrentOwner, Ze = z.ReactDebugCurrentFrame;
492
+ function re(t) {
493
+ if (t) {
494
+ var i = t._owner, f = _e(t.type, t._source, i ? i.type : null);
495
+ Ze.setExtraStackFrame(f);
468
496
  } else
469
- qe.setExtraStackFrame(null);
497
+ Ze.setExtraStackFrame(null);
470
498
  }
471
- var Ne;
472
- Ne = !1;
473
- function Oe(e) {
474
- return typeof e == "object" && e !== null && e.$$typeof === n;
499
+ var Oe;
500
+ Oe = !1;
501
+ function Be(t) {
502
+ return typeof t == "object" && t !== null && t.$$typeof === s;
475
503
  }
476
- function Ye() {
504
+ function et() {
477
505
  {
478
- if (Ae.current) {
479
- var e = z(Ae.current.type);
480
- if (e)
506
+ if (Ie.current) {
507
+ var t = O(Ie.current.type);
508
+ if (t)
481
509
  return `
482
510
 
483
- Check the render method of \`` + e + "`.";
511
+ Check the render method of \`` + t + "`.";
484
512
  }
485
513
  return "";
486
514
  }
487
515
  }
488
- function zt(e) {
489
- {
490
- if (e !== void 0) {
491
- var a = e.fileName.replace(/^.*[\\\/]/, ""), l = e.lineNumber;
492
- return `
493
-
494
- Check your code at ` + a + ":" + l + ".";
495
- }
496
- return "";
497
- }
516
+ function Ht(t) {
517
+ return "";
498
518
  }
499
- var Ue = {};
500
- function Dt(e) {
519
+ var tt = {};
520
+ function Jt(t) {
501
521
  {
502
- var a = Ye();
503
- if (!a) {
504
- var l = typeof e == "string" ? e : e.displayName || e.name;
505
- l && (a = `
522
+ var i = et();
523
+ if (!i) {
524
+ var f = typeof t == "string" ? t : t.displayName || t.name;
525
+ f && (i = `
506
526
 
507
- Check the top-level render call using <` + l + ">.");
527
+ Check the top-level render call using <` + f + ">.");
508
528
  }
509
- return a;
529
+ return i;
510
530
  }
511
531
  }
512
- function Je(e, a) {
532
+ function rt(t, i) {
513
533
  {
514
- if (!e._store || e._store.validated || e.key != null)
534
+ if (!t._store || t._store.validated || t.key != null)
515
535
  return;
516
- e._store.validated = !0;
517
- var l = Dt(a);
518
- if (Ue[l])
536
+ t._store.validated = !0;
537
+ var f = Jt(i);
538
+ if (tt[f])
519
539
  return;
520
- Ue[l] = !0;
521
- var d = "";
522
- e && e._owner && e._owner !== Ae.current && (d = " It was passed a child from " + z(e._owner.type) + "."), te(e), C('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', l, d), te(null);
540
+ tt[f] = !0;
541
+ var m = "";
542
+ t && t._owner && t._owner !== Ie.current && (m = " It was passed a child from " + O(t._owner.type) + "."), re(t), E('Each child in a list should have a unique "key" prop.%s%s See https://reactjs.org/link/warning-keys for more information.', f, m), re(null);
523
543
  }
524
544
  }
525
- function Xe(e, a) {
545
+ function st(t, i) {
526
546
  {
527
- if (typeof e != "object")
547
+ if (typeof t != "object")
528
548
  return;
529
- if (Se(e))
530
- for (var l = 0; l < e.length; l++) {
531
- var d = e[l];
532
- Oe(d) && Je(d, a);
549
+ if (Me(t))
550
+ for (var f = 0; f < t.length; f++) {
551
+ var m = t[f];
552
+ Be(m) && rt(m, i);
533
553
  }
534
- else if (Oe(e))
535
- e._store && (e._store.validated = !0);
536
- else if (e) {
537
- var h = P(e);
538
- if (typeof h == "function" && h !== e.entries)
539
- for (var R = h.call(e), v; !(v = R.next()).done; )
540
- Oe(v.value) && Je(v.value, a);
554
+ else if (Be(t))
555
+ t._store && (t._store.validated = !0);
556
+ else if (t) {
557
+ var k = P(t);
558
+ if (typeof k == "function" && k !== t.entries)
559
+ for (var R = k.call(t), y; !(y = R.next()).done; )
560
+ Be(y.value) && rt(y.value, i);
541
561
  }
542
562
  }
543
563
  }
544
- function Bt(e) {
564
+ function Xt(t) {
545
565
  {
546
- var a = e.type;
547
- if (a == null || typeof a == "string")
566
+ var i = t.type;
567
+ if (i == null || typeof i == "string")
548
568
  return;
549
- var l;
550
- if (typeof a == "function")
551
- l = a.propTypes;
552
- else if (typeof a == "object" && (a.$$typeof === f || // Note: Memo only checks outer props here.
569
+ var f;
570
+ if (typeof i == "function")
571
+ f = i.propTypes;
572
+ else if (typeof i == "object" && (i.$$typeof === u || // Note: Memo only checks outer props here.
553
573
  // Inner props are checked in the reconciler.
554
- a.$$typeof === y))
555
- l = a.propTypes;
574
+ i.$$typeof === b))
575
+ f = i.propTypes;
556
576
  else
557
577
  return;
558
- if (l) {
559
- var d = z(a);
560
- kt(l, e.props, "prop", d, e);
561
- } else if (a.PropTypes !== void 0 && !Ne) {
562
- Ne = !0;
563
- var h = z(a);
564
- C("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", h || "Unknown");
578
+ if (f) {
579
+ var m = O(i);
580
+ It(f, t.props, "prop", m, t);
581
+ } else if (i.PropTypes !== void 0 && !Oe) {
582
+ Oe = !0;
583
+ var k = O(i);
584
+ E("Component %s declared `PropTypes` instead of `propTypes`. Did you misspell the property assignment?", k || "Unknown");
565
585
  }
566
- typeof a.getDefaultProps == "function" && !a.getDefaultProps.isReactClassApproved && C("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
586
+ typeof i.getDefaultProps == "function" && !i.getDefaultProps.isReactClassApproved && E("getDefaultProps is only used on classic React.createClass definitions. Use a static property named `defaultProps` instead.");
567
587
  }
568
588
  }
569
- function Lt(e) {
589
+ function Kt(t) {
570
590
  {
571
- for (var a = Object.keys(e.props), l = 0; l < a.length; l++) {
572
- var d = a[l];
573
- if (d !== "children" && d !== "key") {
574
- te(e), C("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", d), te(null);
591
+ for (var i = Object.keys(t.props), f = 0; f < i.length; f++) {
592
+ var m = i[f];
593
+ if (m !== "children" && m !== "key") {
594
+ re(t), E("Invalid prop `%s` supplied to `React.Fragment`. React.Fragment can only have `key` and `children` props.", m), re(null);
575
595
  break;
576
596
  }
577
597
  }
578
- e.ref !== null && (te(e), C("Invalid attribute `ref` supplied to `React.Fragment`."), te(null));
598
+ t.ref !== null && (re(t), E("Invalid attribute `ref` supplied to `React.Fragment`."), re(null));
579
599
  }
580
600
  }
581
- function He(e, a, l, d, h, R) {
601
+ var at = {};
602
+ function nt(t, i, f, m, k, R) {
582
603
  {
583
- var v = ae(e);
584
- if (!v) {
585
- var m = "";
586
- (e === void 0 || typeof e == "object" && e !== null && Object.keys(e).length === 0) && (m += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
587
- var I = zt(h);
588
- I ? m += I : m += Ye();
589
- var j;
590
- e === null ? j = "null" : Se(e) ? j = "array" : e !== void 0 && e.$$typeof === n ? (j = "<" + (z(e.type) || "Unknown") + " />", m = " Did you accidentally export a JSX literal instead of a component?") : j = typeof e, C("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", j, m);
604
+ var y = oe(t);
605
+ if (!y) {
606
+ var x = "";
607
+ (t === void 0 || typeof t == "object" && t !== null && Object.keys(t).length === 0) && (x += " You likely forgot to export your component from the file it's defined in, or you might have mixed up default and named imports.");
608
+ var F = Ht();
609
+ F ? x += F : x += et();
610
+ var T;
611
+ t === null ? T = "null" : Me(t) ? T = "array" : t !== void 0 && t.$$typeof === s ? (T = "<" + (O(t.type) || "Unknown") + " />", x = " Did you accidentally export a JSX literal instead of a component?") : T = typeof t, E("React.jsx: type is invalid -- expected a string (for built-in components) or a class/function (for composite components) but got: %s.%s", T, x);
591
612
  }
592
- var _ = Mt(e, a, l, h, R);
593
- if (_ == null)
594
- return _;
595
- if (v) {
596
- var B = a.children;
597
- if (B !== void 0)
598
- if (d)
599
- if (Se(B)) {
600
- for (var re = 0; re < B.length; re++)
601
- Xe(B[re], e);
602
- Object.freeze && Object.freeze(B);
613
+ var A = Ut(t, i, f, k, R);
614
+ if (A == null)
615
+ return A;
616
+ if (y) {
617
+ var V = i.children;
618
+ if (V !== void 0)
619
+ if (m)
620
+ if (Me(V)) {
621
+ for (var se = 0; se < V.length; se++)
622
+ st(V[se], t);
623
+ Object.freeze && Object.freeze(V);
603
624
  } else
604
- C("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
625
+ E("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
605
626
  else
606
- Xe(B, e);
627
+ st(V, t);
607
628
  }
608
- return e === o ? Lt(_) : Bt(_), _;
629
+ if (ce.call(i, "key")) {
630
+ var K = O(t), I = Object.keys(i).filter(function(sr) {
631
+ return sr !== "key";
632
+ }), De = I.length > 0 ? "{key: someKey, " + I.join(": ..., ") + ": ...}" : "{key: someKey}";
633
+ if (!at[K + De]) {
634
+ var rr = I.length > 0 ? "{" + I.join(": ..., ") + ": ...}" : "{}";
635
+ E(`A props object containing a "key" prop is being spread into JSX:
636
+ let props = %s;
637
+ <%s {...props} />
638
+ React keys must be passed directly to JSX without using spread:
639
+ let props = %s;
640
+ <%s key={someKey} {...props} />`, De, K, rr, K), at[K + De] = !0;
641
+ }
642
+ }
643
+ return t === a ? Kt(A) : Xt(A), A;
609
644
  }
610
645
  }
611
- function Wt(e, a, l) {
612
- return He(e, a, l, !0);
646
+ function Qt(t, i, f) {
647
+ return nt(t, i, f, !0);
613
648
  }
614
- function $t(e, a, l) {
615
- return He(e, a, l, !1);
649
+ function Zt(t, i, f) {
650
+ return nt(t, i, f, !1);
616
651
  }
617
- var Vt = $t, Gt = Wt;
618
- ue.Fragment = o, ue.jsx = Vt, ue.jsxs = Gt;
619
- }()), ue;
620
- }
621
- var de = {};
622
- /**
623
- * @license React
624
- * react-jsx-runtime.production.min.js
625
- *
626
- * Copyright (c) Facebook, Inc. and its affiliates.
627
- *
628
- * This source code is licensed under the MIT license found in the
629
- * LICENSE file in the root directory of this source tree.
630
- */
631
- var nt;
632
- function Xt() {
633
- if (nt)
634
- return de;
635
- nt = 1;
636
- var t = Q, n = Symbol.for("react.element"), r = Symbol.for("react.fragment"), o = Object.prototype.hasOwnProperty, i = t.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner, s = { key: !0, ref: !0, __self: !0, __source: !0 };
637
- function c(u, f, g) {
638
- var p, y = {}, E = null, N = null;
639
- g !== void 0 && (E = "" + g), f.key !== void 0 && (E = "" + f.key), f.ref !== void 0 && (N = f.ref);
640
- for (p in f)
641
- o.call(f, p) && !s.hasOwnProperty(p) && (y[p] = f[p]);
642
- if (u && u.defaultProps)
643
- for (p in f = u.defaultProps, f)
644
- y[p] === void 0 && (y[p] = f[p]);
645
- return { $$typeof: n, type: u, key: E, ref: N, props: y, _owner: i.current };
646
- }
647
- return de.Fragment = r, de.jsx = c, de.jsxs = c, de;
652
+ var er = Zt, tr = Qt;
653
+ pe.Fragment = a, pe.jsx = er, pe.jsxs = tr;
654
+ }()), pe;
648
655
  }
649
- process.env.NODE_ENV === "production" ? Fe.exports = Xt() : Fe.exports = Jt();
650
- var b = Fe.exports;
651
- function ft(t) {
652
- var n, r, o = "";
653
- if (typeof t == "string" || typeof t == "number")
654
- o += t;
655
- else if (typeof t == "object")
656
- if (Array.isArray(t)) {
657
- var i = t.length;
658
- for (n = 0; n < i; n++)
659
- t[n] && (r = ft(t[n])) && (o && (o += " "), o += r);
656
+ process.env.NODE_ENV === "production" ? $e.exports = dr() : $e.exports = lr();
657
+ var n = $e.exports;
658
+ function jt(e) {
659
+ var s, r, a = "";
660
+ if (typeof e == "string" || typeof e == "number")
661
+ a += e;
662
+ else if (typeof e == "object")
663
+ if (Array.isArray(e)) {
664
+ var o = e.length;
665
+ for (s = 0; s < o; s++)
666
+ e[s] && (r = jt(e[s])) && (a && (a += " "), a += r);
660
667
  } else
661
- for (r in t)
662
- t[r] && (o && (o += " "), o += r);
663
- return o;
668
+ for (r in e)
669
+ e[r] && (a && (a += " "), a += r);
670
+ return a;
664
671
  }
665
- function S() {
666
- for (var t, n, r = 0, o = "", i = arguments.length; r < i; r++)
667
- (t = arguments[r]) && (n = ft(t)) && (o && (o += " "), o += n);
668
- return o;
672
+ function v() {
673
+ for (var e, s, r = 0, a = "", o = arguments.length; r < o; r++)
674
+ (e = arguments[r]) && (s = jt(e)) && (a && (a += " "), a += s);
675
+ return a;
669
676
  }
670
- const Me = "-";
671
- function Ht(t) {
672
- const n = Qt(t), {
677
+ const qe = "-";
678
+ function ir(e) {
679
+ const s = ur(e), {
673
680
  conflictingClassGroups: r,
674
- conflictingClassGroupModifiers: o
675
- } = t;
676
- function i(c) {
677
- const u = c.split(Me);
678
- return u[0] === "" && u.length !== 1 && u.shift(), pt(u, n) || Kt(c);
681
+ conflictingClassGroupModifiers: a
682
+ } = e;
683
+ function o(l) {
684
+ const c = l.split(qe);
685
+ return c[0] === "" && c.length !== 1 && c.shift(), kt(c, s) || cr(l);
679
686
  }
680
- function s(c, u) {
681
- const f = r[c] || [];
682
- return u && o[c] ? [...f, ...o[c]] : f;
687
+ function d(l, c) {
688
+ const u = r[l] || [];
689
+ return c && a[l] ? [...u, ...a[l]] : u;
683
690
  }
684
691
  return {
685
- getClassGroupId: i,
686
- getConflictingClassGroupIds: s
692
+ getClassGroupId: o,
693
+ getConflictingClassGroupIds: d
687
694
  };
688
695
  }
689
- function pt(t, n) {
690
- var c;
691
- if (t.length === 0)
692
- return n.classGroupId;
693
- const r = t[0], o = n.nextPart.get(r), i = o ? pt(t.slice(1), o) : void 0;
694
- if (i)
695
- return i;
696
- if (n.validators.length === 0)
696
+ function kt(e, s) {
697
+ var l;
698
+ if (e.length === 0)
699
+ return s.classGroupId;
700
+ const r = e[0], a = s.nextPart.get(r), o = a ? kt(e.slice(1), a) : void 0;
701
+ if (o)
702
+ return o;
703
+ if (s.validators.length === 0)
697
704
  return;
698
- const s = t.join(Me);
699
- return (c = n.validators.find(({
700
- validator: u
701
- }) => u(s))) == null ? void 0 : c.classGroupId;
705
+ const d = e.join(qe);
706
+ return (l = s.validators.find(({
707
+ validator: c
708
+ }) => c(d))) == null ? void 0 : l.classGroupId;
702
709
  }
703
- const ot = /^\[(.+)\]$/;
704
- function Kt(t) {
705
- if (ot.test(t)) {
706
- const n = ot.exec(t)[1], r = n == null ? void 0 : n.substring(0, n.indexOf(":"));
710
+ const ut = /^\[(.+)\]$/;
711
+ function cr(e) {
712
+ if (ut.test(e)) {
713
+ const s = ut.exec(e)[1], r = s == null ? void 0 : s.substring(0, s.indexOf(":"));
707
714
  if (r)
708
715
  return "arbitrary.." + r;
709
716
  }
710
717
  }
711
- function Qt(t) {
718
+ function ur(e) {
712
719
  const {
713
- theme: n,
720
+ theme: s,
714
721
  prefix: r
715
- } = t, o = {
722
+ } = e, a = {
716
723
  nextPart: /* @__PURE__ */ new Map(),
717
724
  validators: []
718
725
  };
719
- return er(Object.entries(t.classGroups), r).forEach(([s, c]) => {
720
- Ie(c, o, s, n);
721
- }), o;
726
+ return pr(Object.entries(e.classGroups), r).forEach(([d, l]) => {
727
+ Le(l, a, d, s);
728
+ }), a;
722
729
  }
723
- function Ie(t, n, r, o) {
724
- t.forEach((i) => {
725
- if (typeof i == "string") {
726
- const s = i === "" ? n : at(n, i);
727
- s.classGroupId = r;
730
+ function Le(e, s, r, a) {
731
+ e.forEach((o) => {
732
+ if (typeof o == "string") {
733
+ const d = o === "" ? s : ft(s, o);
734
+ d.classGroupId = r;
728
735
  return;
729
736
  }
730
- if (typeof i == "function") {
731
- if (Zt(i)) {
732
- Ie(i(o), n, r, o);
737
+ if (typeof o == "function") {
738
+ if (fr(o)) {
739
+ Le(o(a), s, r, a);
733
740
  return;
734
741
  }
735
- n.validators.push({
736
- validator: i,
742
+ s.validators.push({
743
+ validator: o,
737
744
  classGroupId: r
738
745
  });
739
746
  return;
740
747
  }
741
- Object.entries(i).forEach(([s, c]) => {
742
- Ie(c, at(n, s), r, o);
748
+ Object.entries(o).forEach(([d, l]) => {
749
+ Le(l, ft(s, d), r, a);
743
750
  });
744
751
  });
745
752
  }
746
- function at(t, n) {
747
- let r = t;
748
- return n.split(Me).forEach((o) => {
749
- r.nextPart.has(o) || r.nextPart.set(o, {
753
+ function ft(e, s) {
754
+ let r = e;
755
+ return s.split(qe).forEach((a) => {
756
+ r.nextPart.has(a) || r.nextPart.set(a, {
750
757
  nextPart: /* @__PURE__ */ new Map(),
751
758
  validators: []
752
- }), r = r.nextPart.get(o);
759
+ }), r = r.nextPart.get(a);
753
760
  }), r;
754
761
  }
755
- function Zt(t) {
756
- return t.isThemeGetter;
762
+ function fr(e) {
763
+ return e.isThemeGetter;
757
764
  }
758
- function er(t, n) {
759
- return n ? t.map(([r, o]) => {
760
- const i = o.map((s) => typeof s == "string" ? n + s : typeof s == "object" ? Object.fromEntries(Object.entries(s).map(([c, u]) => [n + c, u])) : s);
761
- return [r, i];
762
- }) : t;
765
+ function pr(e, s) {
766
+ return s ? e.map(([r, a]) => {
767
+ const o = a.map((d) => typeof d == "string" ? s + d : typeof d == "object" ? Object.fromEntries(Object.entries(d).map(([l, c]) => [s + l, c])) : d);
768
+ return [r, o];
769
+ }) : e;
763
770
  }
764
- function tr(t) {
765
- if (t < 1)
771
+ function gr(e) {
772
+ if (e < 1)
766
773
  return {
767
774
  get: () => {
768
775
  },
769
776
  set: () => {
770
777
  }
771
778
  };
772
- let n = 0, r = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
773
- function i(s, c) {
774
- r.set(s, c), n++, n > t && (n = 0, o = r, r = /* @__PURE__ */ new Map());
779
+ let s = 0, r = /* @__PURE__ */ new Map(), a = /* @__PURE__ */ new Map();
780
+ function o(d, l) {
781
+ r.set(d, l), s++, s > e && (s = 0, a = r, r = /* @__PURE__ */ new Map());
775
782
  }
776
783
  return {
777
- get(s) {
778
- let c = r.get(s);
779
- if (c !== void 0)
780
- return c;
781
- if ((c = o.get(s)) !== void 0)
782
- return i(s, c), c;
784
+ get(d) {
785
+ let l = r.get(d);
786
+ if (l !== void 0)
787
+ return l;
788
+ if ((l = a.get(d)) !== void 0)
789
+ return o(d, l), l;
783
790
  },
784
- set(s, c) {
785
- r.has(s) ? r.set(s, c) : i(s, c);
791
+ set(d, l) {
792
+ r.has(d) ? r.set(d, l) : o(d, l);
786
793
  }
787
794
  };
788
795
  }
789
- const gt = "!";
790
- function rr(t) {
791
- const n = t.separator, r = n.length === 1, o = n[0], i = n.length;
792
- return function(c) {
793
- const u = [];
794
- let f = 0, g = 0, p;
795
- for (let T = 0; T < c.length; T++) {
796
- let P = c[T];
797
- if (f === 0) {
798
- if (P === o && (r || c.slice(T, T + i) === n)) {
799
- u.push(c.slice(g, T)), g = T + i;
796
+ const _t = "!";
797
+ function mr(e) {
798
+ const s = e.separator, r = s.length === 1, a = s[0], o = s.length;
799
+ return function(l) {
800
+ const c = [];
801
+ let u = 0, p = 0, g;
802
+ for (let S = 0; S < l.length; S++) {
803
+ let P = l[S];
804
+ if (u === 0) {
805
+ if (P === a && (r || l.slice(S, S + o) === s)) {
806
+ c.push(l.slice(p, S)), p = S + o;
800
807
  continue;
801
808
  }
802
809
  if (P === "/") {
803
- p = T;
810
+ g = S;
804
811
  continue;
805
812
  }
806
813
  }
807
- P === "[" ? f++ : P === "]" && f--;
814
+ P === "[" ? u++ : P === "]" && u--;
808
815
  }
809
- const y = u.length === 0 ? c : c.substring(g), E = y.startsWith(gt), N = E ? y.substring(1) : y, M = p && p > g ? p - g : void 0;
816
+ const b = c.length === 0 ? l : l.substring(p), j = b.startsWith(_t), N = j ? b.substring(1) : b, $ = g && g > p ? g - p : void 0;
810
817
  return {
811
- modifiers: u,
812
- hasImportantModifier: E,
818
+ modifiers: c,
819
+ hasImportantModifier: j,
813
820
  baseClassName: N,
814
- maybePostfixModifierPosition: M
821
+ maybePostfixModifierPosition: $
815
822
  };
816
823
  };
817
824
  }
818
- function nr(t) {
819
- if (t.length <= 1)
820
- return t;
821
- const n = [];
825
+ function br(e) {
826
+ if (e.length <= 1)
827
+ return e;
828
+ const s = [];
822
829
  let r = [];
823
- return t.forEach((o) => {
824
- o[0] === "[" ? (n.push(...r.sort(), o), r = []) : r.push(o);
825
- }), n.push(...r.sort()), n;
830
+ return e.forEach((a) => {
831
+ a[0] === "[" ? (s.push(...r.sort(), a), r = []) : r.push(a);
832
+ }), s.push(...r.sort()), s;
826
833
  }
827
- function or(t) {
828
- return F({
829
- cache: tr(t.cacheSize),
830
- splitModifiers: rr(t)
831
- }, Ht(t));
834
+ function hr(e) {
835
+ return M({
836
+ cache: gr(e.cacheSize),
837
+ splitModifiers: mr(e)
838
+ }, ir(e));
832
839
  }
833
- const ar = /\s+/;
834
- function ir(t, n) {
840
+ const xr = /\s+/;
841
+ function vr(e, s) {
835
842
  const {
836
843
  splitModifiers: r,
837
- getClassGroupId: o,
838
- getConflictingClassGroupIds: i
839
- } = n, s = /* @__PURE__ */ new Set();
840
- return t.trim().split(ar).map((c) => {
844
+ getClassGroupId: a,
845
+ getConflictingClassGroupIds: o
846
+ } = s, d = /* @__PURE__ */ new Set();
847
+ return e.trim().split(xr).map((l) => {
841
848
  const {
842
- modifiers: u,
843
- hasImportantModifier: f,
844
- baseClassName: g,
845
- maybePostfixModifierPosition: p
846
- } = r(c);
847
- let y = o(p ? g.substring(0, p) : g), E = !!p;
848
- if (!y) {
849
- if (!p)
849
+ modifiers: c,
850
+ hasImportantModifier: u,
851
+ baseClassName: p,
852
+ maybePostfixModifierPosition: g
853
+ } = r(l);
854
+ let b = a(g ? p.substring(0, g) : p), j = !!g;
855
+ if (!b) {
856
+ if (!g)
850
857
  return {
851
858
  isTailwindClass: !1,
852
- originalClassName: c
859
+ originalClassName: l
853
860
  };
854
- if (y = o(g), !y)
861
+ if (b = a(p), !b)
855
862
  return {
856
863
  isTailwindClass: !1,
857
- originalClassName: c
864
+ originalClassName: l
858
865
  };
859
- E = !1;
866
+ j = !1;
860
867
  }
861
- const N = nr(u).join(":");
868
+ const N = br(c).join(":");
862
869
  return {
863
870
  isTailwindClass: !0,
864
- modifierId: f ? N + gt : N,
865
- classGroupId: y,
866
- originalClassName: c,
867
- hasPostfixModifier: E
871
+ modifierId: u ? N + _t : N,
872
+ classGroupId: b,
873
+ originalClassName: l,
874
+ hasPostfixModifier: j
868
875
  };
869
- }).reverse().filter((c) => {
870
- if (!c.isTailwindClass)
876
+ }).reverse().filter((l) => {
877
+ if (!l.isTailwindClass)
871
878
  return !0;
872
879
  const {
873
- modifierId: u,
874
- classGroupId: f,
875
- hasPostfixModifier: g
876
- } = c, p = u + f;
877
- return s.has(p) ? !1 : (s.add(p), i(f, g).forEach((y) => s.add(u + y)), !0);
878
- }).reverse().map((c) => c.originalClassName).join(" ");
880
+ modifierId: c,
881
+ classGroupId: u,
882
+ hasPostfixModifier: p
883
+ } = l, g = c + u;
884
+ return d.has(g) ? !1 : (d.add(g), o(u, p).forEach((b) => d.add(c + b)), !0);
885
+ }).reverse().map((l) => l.originalClassName).join(" ");
879
886
  }
880
- function sr() {
881
- let t = 0, n, r, o = "";
882
- for (; t < arguments.length; )
883
- (n = arguments[t++]) && (r = wt(n)) && (o && (o += " "), o += r);
884
- return o;
887
+ function yr() {
888
+ let e = 0, s, r, a = "";
889
+ for (; e < arguments.length; )
890
+ (s = arguments[e++]) && (r = Rt(s)) && (a && (a += " "), a += r);
891
+ return a;
885
892
  }
886
- function wt(t) {
887
- if (typeof t == "string")
888
- return t;
889
- let n, r = "";
890
- for (let o = 0; o < t.length; o++)
891
- t[o] && (n = wt(t[o])) && (r && (r += " "), r += n);
893
+ function Rt(e) {
894
+ if (typeof e == "string")
895
+ return e;
896
+ let s, r = "";
897
+ for (let a = 0; a < e.length; a++)
898
+ e[a] && (s = Rt(e[a])) && (r && (r += " "), r += s);
892
899
  return r;
893
900
  }
894
- function lr(t, ...n) {
895
- let r, o, i, s = c;
896
- function c(f) {
897
- const g = n.reduce((p, y) => y(p), t());
898
- return r = or(g), o = r.cache.get, i = r.cache.set, s = u, u(f);
901
+ function wr(e, ...s) {
902
+ let r, a, o, d = l;
903
+ function l(u) {
904
+ const p = s.reduce((g, b) => b(g), e());
905
+ return r = hr(p), a = r.cache.get, o = r.cache.set, d = c, c(u);
899
906
  }
900
- function u(f) {
901
- const g = o(f);
902
- if (g)
903
- return g;
904
- const p = ir(f, r);
905
- return i(f, p), p;
907
+ function c(u) {
908
+ const p = a(u);
909
+ if (p)
910
+ return p;
911
+ const g = vr(u, r);
912
+ return o(u, g), g;
906
913
  }
907
914
  return function() {
908
- return s(sr.apply(null, arguments));
915
+ return d(yr.apply(null, arguments));
909
916
  };
910
917
  }
911
- function k(t) {
912
- const n = (r) => r[t] || [];
913
- return n.isThemeGetter = !0, n;
918
+ function C(e) {
919
+ const s = (r) => r[e] || [];
920
+ return s.isThemeGetter = !0, s;
914
921
  }
915
- const bt = /^\[(?:([a-z-]+):)?(.+)\]$/i, cr = /^\d+\/\d+$/, ur = /* @__PURE__ */ new Set(["px", "full", "screen"]), dr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, fr = /\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$/, pr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, gr = /^-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, wr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;
916
- function $(t) {
917
- return K(t) || ur.has(t) || cr.test(t);
922
+ const Et = /^\[(?:([a-z-]+):)?(.+)\]$/i, jr = /^\d+\/\d+$/, kr = /* @__PURE__ */ new Set(["px", "full", "screen"]), _r = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Rr = /\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$/, Er = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Cr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Sr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/;
923
+ function W(e) {
924
+ return Q(e) || kr.has(e) || jr.test(e);
918
925
  }
919
- function Y(t) {
920
- return ne(t, "length", Er);
926
+ function U(e) {
927
+ return ae(e, "length", Ir);
921
928
  }
922
- function K(t) {
923
- return !!t && !Number.isNaN(Number(t));
929
+ function Q(e) {
930
+ return !!e && !Number.isNaN(Number(e));
924
931
  }
925
- function ke(t) {
926
- return ne(t, "number", K);
932
+ function Se(e) {
933
+ return ae(e, "number", Q);
927
934
  }
928
- function fe(t) {
929
- return !!t && Number.isInteger(Number(t));
935
+ function ge(e) {
936
+ return !!e && Number.isInteger(Number(e));
930
937
  }
931
- function br(t) {
932
- return t.endsWith("%") && K(t.slice(0, -1));
938
+ function Tr(e) {
939
+ return e.endsWith("%") && Q(e.slice(0, -1));
933
940
  }
934
- function w(t) {
935
- return bt.test(t);
941
+ function h(e) {
942
+ return Et.test(e);
936
943
  }
937
- function U(t) {
938
- return dr.test(t);
944
+ function H(e) {
945
+ return _r.test(e);
939
946
  }
940
- const mr = /* @__PURE__ */ new Set(["length", "size", "percentage"]);
941
- function yr(t) {
942
- return ne(t, mr, mt);
947
+ const Nr = /* @__PURE__ */ new Set(["length", "size", "percentage"]);
948
+ function Ar(e) {
949
+ return ae(e, Nr, Ct);
943
950
  }
944
- function vr(t) {
945
- return ne(t, "position", mt);
951
+ function Pr(e) {
952
+ return ae(e, "position", Ct);
946
953
  }
947
- const hr = /* @__PURE__ */ new Set(["image", "url"]);
948
- function xr(t) {
949
- return ne(t, hr, kr);
954
+ const zr = /* @__PURE__ */ new Set(["image", "url"]);
955
+ function Mr(e) {
956
+ return ae(e, zr, Br);
950
957
  }
951
- function Rr(t) {
952
- return ne(t, "", Cr);
958
+ function Fr(e) {
959
+ return ae(e, "", Or);
953
960
  }
954
- function pe() {
961
+ function me() {
955
962
  return !0;
956
963
  }
957
- function ne(t, n, r) {
958
- const o = bt.exec(t);
959
- return o ? o[1] ? typeof n == "string" ? o[1] === n : n.has(o[1]) : r(o[2]) : !1;
964
+ function ae(e, s, r) {
965
+ const a = Et.exec(e);
966
+ return a ? a[1] ? typeof s == "string" ? a[1] === s : s.has(a[1]) : r(a[2]) : !1;
960
967
  }
961
- function Er(t) {
962
- return fr.test(t) && !pr.test(t);
968
+ function Ir(e) {
969
+ return Rr.test(e) && !Er.test(e);
963
970
  }
964
- function mt() {
971
+ function Ct() {
965
972
  return !1;
966
973
  }
967
- function Cr(t) {
968
- return gr.test(t);
974
+ function Or(e) {
975
+ return Cr.test(e);
969
976
  }
970
- function kr(t) {
971
- return wr.test(t);
977
+ function Br(e) {
978
+ return Sr.test(e);
972
979
  }
973
- function Tr() {
974
- const t = k("colors"), n = k("spacing"), r = k("blur"), o = k("brightness"), i = k("borderColor"), s = k("borderRadius"), c = k("borderSpacing"), u = k("borderWidth"), f = k("contrast"), g = k("grayscale"), p = k("hueRotate"), y = k("invert"), E = k("gap"), N = k("gradientColorStops"), M = k("gradientColorStopPositions"), T = k("inset"), P = k("margin"), A = k("opacity"), C = k("padding"), ge = k("saturate"), oe = k("scale"), we = k("sepia"), be = k("skew"), me = k("space"), ye = k("translate"), Z = () => ["auto", "contain", "none"], ae = () => ["auto", "hidden", "clip", "visible", "scroll"], ie = () => ["auto", w, n], x = () => [w, n], z = () => ["", $, Y], D = () => ["auto", K, w], V = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], X = () => ["solid", "dashed", "dotted", "double", "none"], se = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity", "plus-lighter"], ee = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], G = () => ["", "0", w], le = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], q = () => [K, ke], H = () => [K, w];
980
+ function Dr() {
981
+ const e = C("colors"), s = C("spacing"), r = C("blur"), a = C("brightness"), o = C("borderColor"), d = C("borderRadius"), l = C("borderSpacing"), c = C("borderWidth"), u = C("contrast"), p = C("grayscale"), g = C("hueRotate"), b = C("invert"), j = C("gap"), N = C("gradientColorStops"), $ = C("gradientColorStopPositions"), S = C("inset"), P = C("margin"), z = C("opacity"), E = C("padding"), he = C("saturate"), ne = C("scale"), xe = C("sepia"), ve = C("skew"), ye = C("space"), we = C("translate"), ee = () => ["auto", "contain", "none"], oe = () => ["auto", "hidden", "clip", "visible", "scroll"], de = () => ["auto", h, s], _ = () => [h, s], O = () => ["", W, U], L = () => ["auto", Q, h], q = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], J = () => ["solid", "dashed", "dotted", "double", "none"], le = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], te = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], G = () => ["", "0", h], ie = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], Y = () => [Q, Se], X = () => [Q, h];
975
982
  return {
976
983
  cacheSize: 500,
977
984
  separator: ":",
978
985
  theme: {
979
- colors: [pe],
980
- spacing: [$, Y],
981
- blur: ["none", "", U, w],
982
- brightness: q(),
983
- borderColor: [t],
984
- borderRadius: ["none", "", "full", U, w],
985
- borderSpacing: x(),
986
- borderWidth: z(),
987
- contrast: q(),
986
+ colors: [me],
987
+ spacing: [W, U],
988
+ blur: ["none", "", H, h],
989
+ brightness: Y(),
990
+ borderColor: [e],
991
+ borderRadius: ["none", "", "full", H, h],
992
+ borderSpacing: _(),
993
+ borderWidth: O(),
994
+ contrast: Y(),
988
995
  grayscale: G(),
989
- hueRotate: H(),
996
+ hueRotate: X(),
990
997
  invert: G(),
991
- gap: x(),
992
- gradientColorStops: [t],
993
- gradientColorStopPositions: [br, Y],
994
- inset: ie(),
995
- margin: ie(),
996
- opacity: q(),
997
- padding: x(),
998
- saturate: q(),
999
- scale: q(),
998
+ gap: _(),
999
+ gradientColorStops: [e],
1000
+ gradientColorStopPositions: [Tr, U],
1001
+ inset: de(),
1002
+ margin: de(),
1003
+ opacity: Y(),
1004
+ padding: _(),
1005
+ saturate: Y(),
1006
+ scale: Y(),
1000
1007
  sepia: G(),
1001
- skew: H(),
1002
- space: x(),
1003
- translate: x()
1008
+ skew: X(),
1009
+ space: _(),
1010
+ translate: _()
1004
1011
  },
1005
1012
  classGroups: {
1006
1013
  // Layout
@@ -1009,7 +1016,7 @@ function Tr() {
1009
1016
  * @see https://tailwindcss.com/docs/aspect-ratio
1010
1017
  */
1011
1018
  aspect: [{
1012
- aspect: ["auto", "square", "video", w]
1019
+ aspect: ["auto", "square", "video", h]
1013
1020
  }],
1014
1021
  /**
1015
1022
  * Container
@@ -1021,21 +1028,21 @@ function Tr() {
1021
1028
  * @see https://tailwindcss.com/docs/columns
1022
1029
  */
1023
1030
  columns: [{
1024
- columns: [U]
1031
+ columns: [H]
1025
1032
  }],
1026
1033
  /**
1027
1034
  * Break After
1028
1035
  * @see https://tailwindcss.com/docs/break-after
1029
1036
  */
1030
1037
  "break-after": [{
1031
- "break-after": le()
1038
+ "break-after": ie()
1032
1039
  }],
1033
1040
  /**
1034
1041
  * Break Before
1035
1042
  * @see https://tailwindcss.com/docs/break-before
1036
1043
  */
1037
1044
  "break-before": [{
1038
- "break-before": le()
1045
+ "break-before": ie()
1039
1046
  }],
1040
1047
  /**
1041
1048
  * Break Inside
@@ -1094,49 +1101,49 @@ function Tr() {
1094
1101
  * @see https://tailwindcss.com/docs/object-position
1095
1102
  */
1096
1103
  "object-position": [{
1097
- object: [...V(), w]
1104
+ object: [...q(), h]
1098
1105
  }],
1099
1106
  /**
1100
1107
  * Overflow
1101
1108
  * @see https://tailwindcss.com/docs/overflow
1102
1109
  */
1103
1110
  overflow: [{
1104
- overflow: ae()
1111
+ overflow: oe()
1105
1112
  }],
1106
1113
  /**
1107
1114
  * Overflow X
1108
1115
  * @see https://tailwindcss.com/docs/overflow
1109
1116
  */
1110
1117
  "overflow-x": [{
1111
- "overflow-x": ae()
1118
+ "overflow-x": oe()
1112
1119
  }],
1113
1120
  /**
1114
1121
  * Overflow Y
1115
1122
  * @see https://tailwindcss.com/docs/overflow
1116
1123
  */
1117
1124
  "overflow-y": [{
1118
- "overflow-y": ae()
1125
+ "overflow-y": oe()
1119
1126
  }],
1120
1127
  /**
1121
1128
  * Overscroll Behavior
1122
1129
  * @see https://tailwindcss.com/docs/overscroll-behavior
1123
1130
  */
1124
1131
  overscroll: [{
1125
- overscroll: Z()
1132
+ overscroll: ee()
1126
1133
  }],
1127
1134
  /**
1128
1135
  * Overscroll Behavior X
1129
1136
  * @see https://tailwindcss.com/docs/overscroll-behavior
1130
1137
  */
1131
1138
  "overscroll-x": [{
1132
- "overscroll-x": Z()
1139
+ "overscroll-x": ee()
1133
1140
  }],
1134
1141
  /**
1135
1142
  * Overscroll Behavior Y
1136
1143
  * @see https://tailwindcss.com/docs/overscroll-behavior
1137
1144
  */
1138
1145
  "overscroll-y": [{
1139
- "overscroll-y": Z()
1146
+ "overscroll-y": ee()
1140
1147
  }],
1141
1148
  /**
1142
1149
  * Position
@@ -1148,63 +1155,63 @@ function Tr() {
1148
1155
  * @see https://tailwindcss.com/docs/top-right-bottom-left
1149
1156
  */
1150
1157
  inset: [{
1151
- inset: [T]
1158
+ inset: [S]
1152
1159
  }],
1153
1160
  /**
1154
1161
  * Right / Left
1155
1162
  * @see https://tailwindcss.com/docs/top-right-bottom-left
1156
1163
  */
1157
1164
  "inset-x": [{
1158
- "inset-x": [T]
1165
+ "inset-x": [S]
1159
1166
  }],
1160
1167
  /**
1161
1168
  * Top / Bottom
1162
1169
  * @see https://tailwindcss.com/docs/top-right-bottom-left
1163
1170
  */
1164
1171
  "inset-y": [{
1165
- "inset-y": [T]
1172
+ "inset-y": [S]
1166
1173
  }],
1167
1174
  /**
1168
1175
  * Start
1169
1176
  * @see https://tailwindcss.com/docs/top-right-bottom-left
1170
1177
  */
1171
1178
  start: [{
1172
- start: [T]
1179
+ start: [S]
1173
1180
  }],
1174
1181
  /**
1175
1182
  * End
1176
1183
  * @see https://tailwindcss.com/docs/top-right-bottom-left
1177
1184
  */
1178
1185
  end: [{
1179
- end: [T]
1186
+ end: [S]
1180
1187
  }],
1181
1188
  /**
1182
1189
  * Top
1183
1190
  * @see https://tailwindcss.com/docs/top-right-bottom-left
1184
1191
  */
1185
1192
  top: [{
1186
- top: [T]
1193
+ top: [S]
1187
1194
  }],
1188
1195
  /**
1189
1196
  * Right
1190
1197
  * @see https://tailwindcss.com/docs/top-right-bottom-left
1191
1198
  */
1192
1199
  right: [{
1193
- right: [T]
1200
+ right: [S]
1194
1201
  }],
1195
1202
  /**
1196
1203
  * Bottom
1197
1204
  * @see https://tailwindcss.com/docs/top-right-bottom-left
1198
1205
  */
1199
1206
  bottom: [{
1200
- bottom: [T]
1207
+ bottom: [S]
1201
1208
  }],
1202
1209
  /**
1203
1210
  * Left
1204
1211
  * @see https://tailwindcss.com/docs/top-right-bottom-left
1205
1212
  */
1206
1213
  left: [{
1207
- left: [T]
1214
+ left: [S]
1208
1215
  }],
1209
1216
  /**
1210
1217
  * Visibility
@@ -1216,7 +1223,7 @@ function Tr() {
1216
1223
  * @see https://tailwindcss.com/docs/z-index
1217
1224
  */
1218
1225
  z: [{
1219
- z: ["auto", fe, w]
1226
+ z: ["auto", ge, h]
1220
1227
  }],
1221
1228
  // Flexbox and Grid
1222
1229
  /**
@@ -1224,7 +1231,7 @@ function Tr() {
1224
1231
  * @see https://tailwindcss.com/docs/flex-basis
1225
1232
  */
1226
1233
  basis: [{
1227
- basis: ie()
1234
+ basis: de()
1228
1235
  }],
1229
1236
  /**
1230
1237
  * Flex Direction
@@ -1245,7 +1252,7 @@ function Tr() {
1245
1252
  * @see https://tailwindcss.com/docs/flex
1246
1253
  */
1247
1254
  flex: [{
1248
- flex: ["1", "auto", "initial", "none", w]
1255
+ flex: ["1", "auto", "initial", "none", h]
1249
1256
  }],
1250
1257
  /**
1251
1258
  * Flex Grow
@@ -1266,14 +1273,14 @@ function Tr() {
1266
1273
  * @see https://tailwindcss.com/docs/order
1267
1274
  */
1268
1275
  order: [{
1269
- order: ["first", "last", "none", fe, w]
1276
+ order: ["first", "last", "none", ge, h]
1270
1277
  }],
1271
1278
  /**
1272
1279
  * Grid Template Columns
1273
1280
  * @see https://tailwindcss.com/docs/grid-template-columns
1274
1281
  */
1275
1282
  "grid-cols": [{
1276
- "grid-cols": [pe]
1283
+ "grid-cols": [me]
1277
1284
  }],
1278
1285
  /**
1279
1286
  * Grid Column Start / End
@@ -1281,29 +1288,29 @@ function Tr() {
1281
1288
  */
1282
1289
  "col-start-end": [{
1283
1290
  col: ["auto", {
1284
- span: ["full", fe, w]
1285
- }, w]
1291
+ span: ["full", ge, h]
1292
+ }, h]
1286
1293
  }],
1287
1294
  /**
1288
1295
  * Grid Column Start
1289
1296
  * @see https://tailwindcss.com/docs/grid-column
1290
1297
  */
1291
1298
  "col-start": [{
1292
- "col-start": D()
1299
+ "col-start": L()
1293
1300
  }],
1294
1301
  /**
1295
1302
  * Grid Column End
1296
1303
  * @see https://tailwindcss.com/docs/grid-column
1297
1304
  */
1298
1305
  "col-end": [{
1299
- "col-end": D()
1306
+ "col-end": L()
1300
1307
  }],
1301
1308
  /**
1302
1309
  * Grid Template Rows
1303
1310
  * @see https://tailwindcss.com/docs/grid-template-rows
1304
1311
  */
1305
1312
  "grid-rows": [{
1306
- "grid-rows": [pe]
1313
+ "grid-rows": [me]
1307
1314
  }],
1308
1315
  /**
1309
1316
  * Grid Row Start / End
@@ -1311,22 +1318,22 @@ function Tr() {
1311
1318
  */
1312
1319
  "row-start-end": [{
1313
1320
  row: ["auto", {
1314
- span: [fe, w]
1315
- }, w]
1321
+ span: [ge, h]
1322
+ }, h]
1316
1323
  }],
1317
1324
  /**
1318
1325
  * Grid Row Start
1319
1326
  * @see https://tailwindcss.com/docs/grid-row
1320
1327
  */
1321
1328
  "row-start": [{
1322
- "row-start": D()
1329
+ "row-start": L()
1323
1330
  }],
1324
1331
  /**
1325
1332
  * Grid Row End
1326
1333
  * @see https://tailwindcss.com/docs/grid-row
1327
1334
  */
1328
1335
  "row-end": [{
1329
- "row-end": D()
1336
+ "row-end": L()
1330
1337
  }],
1331
1338
  /**
1332
1339
  * Grid Auto Flow
@@ -1340,42 +1347,42 @@ function Tr() {
1340
1347
  * @see https://tailwindcss.com/docs/grid-auto-columns
1341
1348
  */
1342
1349
  "auto-cols": [{
1343
- "auto-cols": ["auto", "min", "max", "fr", w]
1350
+ "auto-cols": ["auto", "min", "max", "fr", h]
1344
1351
  }],
1345
1352
  /**
1346
1353
  * Grid Auto Rows
1347
1354
  * @see https://tailwindcss.com/docs/grid-auto-rows
1348
1355
  */
1349
1356
  "auto-rows": [{
1350
- "auto-rows": ["auto", "min", "max", "fr", w]
1357
+ "auto-rows": ["auto", "min", "max", "fr", h]
1351
1358
  }],
1352
1359
  /**
1353
1360
  * Gap
1354
1361
  * @see https://tailwindcss.com/docs/gap
1355
1362
  */
1356
1363
  gap: [{
1357
- gap: [E]
1364
+ gap: [j]
1358
1365
  }],
1359
1366
  /**
1360
1367
  * Gap X
1361
1368
  * @see https://tailwindcss.com/docs/gap
1362
1369
  */
1363
1370
  "gap-x": [{
1364
- "gap-x": [E]
1371
+ "gap-x": [j]
1365
1372
  }],
1366
1373
  /**
1367
1374
  * Gap Y
1368
1375
  * @see https://tailwindcss.com/docs/gap
1369
1376
  */
1370
1377
  "gap-y": [{
1371
- "gap-y": [E]
1378
+ "gap-y": [j]
1372
1379
  }],
1373
1380
  /**
1374
1381
  * Justify Content
1375
1382
  * @see https://tailwindcss.com/docs/justify-content
1376
1383
  */
1377
1384
  "justify-content": [{
1378
- justify: ["normal", ...ee()]
1385
+ justify: ["normal", ...te()]
1379
1386
  }],
1380
1387
  /**
1381
1388
  * Justify Items
@@ -1396,7 +1403,7 @@ function Tr() {
1396
1403
  * @see https://tailwindcss.com/docs/align-content
1397
1404
  */
1398
1405
  "align-content": [{
1399
- content: ["normal", ...ee(), "baseline"]
1406
+ content: ["normal", ...te(), "baseline"]
1400
1407
  }],
1401
1408
  /**
1402
1409
  * Align Items
@@ -1417,7 +1424,7 @@ function Tr() {
1417
1424
  * @see https://tailwindcss.com/docs/place-content
1418
1425
  */
1419
1426
  "place-content": [{
1420
- "place-content": [...ee(), "baseline"]
1427
+ "place-content": [...te(), "baseline"]
1421
1428
  }],
1422
1429
  /**
1423
1430
  * Place Items
@@ -1439,63 +1446,63 @@ function Tr() {
1439
1446
  * @see https://tailwindcss.com/docs/padding
1440
1447
  */
1441
1448
  p: [{
1442
- p: [C]
1449
+ p: [E]
1443
1450
  }],
1444
1451
  /**
1445
1452
  * Padding X
1446
1453
  * @see https://tailwindcss.com/docs/padding
1447
1454
  */
1448
1455
  px: [{
1449
- px: [C]
1456
+ px: [E]
1450
1457
  }],
1451
1458
  /**
1452
1459
  * Padding Y
1453
1460
  * @see https://tailwindcss.com/docs/padding
1454
1461
  */
1455
1462
  py: [{
1456
- py: [C]
1463
+ py: [E]
1457
1464
  }],
1458
1465
  /**
1459
1466
  * Padding Start
1460
1467
  * @see https://tailwindcss.com/docs/padding
1461
1468
  */
1462
1469
  ps: [{
1463
- ps: [C]
1470
+ ps: [E]
1464
1471
  }],
1465
1472
  /**
1466
1473
  * Padding End
1467
1474
  * @see https://tailwindcss.com/docs/padding
1468
1475
  */
1469
1476
  pe: [{
1470
- pe: [C]
1477
+ pe: [E]
1471
1478
  }],
1472
1479
  /**
1473
1480
  * Padding Top
1474
1481
  * @see https://tailwindcss.com/docs/padding
1475
1482
  */
1476
1483
  pt: [{
1477
- pt: [C]
1484
+ pt: [E]
1478
1485
  }],
1479
1486
  /**
1480
1487
  * Padding Right
1481
1488
  * @see https://tailwindcss.com/docs/padding
1482
1489
  */
1483
1490
  pr: [{
1484
- pr: [C]
1491
+ pr: [E]
1485
1492
  }],
1486
1493
  /**
1487
1494
  * Padding Bottom
1488
1495
  * @see https://tailwindcss.com/docs/padding
1489
1496
  */
1490
1497
  pb: [{
1491
- pb: [C]
1498
+ pb: [E]
1492
1499
  }],
1493
1500
  /**
1494
1501
  * Padding Left
1495
1502
  * @see https://tailwindcss.com/docs/padding
1496
1503
  */
1497
1504
  pl: [{
1498
- pl: [C]
1505
+ pl: [E]
1499
1506
  }],
1500
1507
  /**
1501
1508
  * Margin
@@ -1565,7 +1572,7 @@ function Tr() {
1565
1572
  * @see https://tailwindcss.com/docs/space
1566
1573
  */
1567
1574
  "space-x": [{
1568
- "space-x": [me]
1575
+ "space-x": [ye]
1569
1576
  }],
1570
1577
  /**
1571
1578
  * Space Between X Reverse
@@ -1577,7 +1584,7 @@ function Tr() {
1577
1584
  * @see https://tailwindcss.com/docs/space
1578
1585
  */
1579
1586
  "space-y": [{
1580
- "space-y": [me]
1587
+ "space-y": [ye]
1581
1588
  }],
1582
1589
  /**
1583
1590
  * Space Between Y Reverse
@@ -1590,51 +1597,51 @@ function Tr() {
1590
1597
  * @see https://tailwindcss.com/docs/width
1591
1598
  */
1592
1599
  w: [{
1593
- w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", w, n]
1600
+ w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", h, s]
1594
1601
  }],
1595
1602
  /**
1596
1603
  * Min-Width
1597
1604
  * @see https://tailwindcss.com/docs/min-width
1598
1605
  */
1599
1606
  "min-w": [{
1600
- "min-w": [w, n, "min", "max", "fit"]
1607
+ "min-w": [h, s, "min", "max", "fit"]
1601
1608
  }],
1602
1609
  /**
1603
1610
  * Max-Width
1604
1611
  * @see https://tailwindcss.com/docs/max-width
1605
1612
  */
1606
1613
  "max-w": [{
1607
- "max-w": [w, n, "none", "full", "min", "max", "fit", "prose", {
1608
- screen: [U]
1609
- }, U]
1614
+ "max-w": [h, s, "none", "full", "min", "max", "fit", "prose", {
1615
+ screen: [H]
1616
+ }, H]
1610
1617
  }],
1611
1618
  /**
1612
1619
  * Height
1613
1620
  * @see https://tailwindcss.com/docs/height
1614
1621
  */
1615
1622
  h: [{
1616
- h: [w, n, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
1623
+ h: [h, s, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
1617
1624
  }],
1618
1625
  /**
1619
1626
  * Min-Height
1620
1627
  * @see https://tailwindcss.com/docs/min-height
1621
1628
  */
1622
1629
  "min-h": [{
1623
- "min-h": [w, n, "min", "max", "fit", "svh", "lvh", "dvh"]
1630
+ "min-h": [h, s, "min", "max", "fit", "svh", "lvh", "dvh"]
1624
1631
  }],
1625
1632
  /**
1626
1633
  * Max-Height
1627
1634
  * @see https://tailwindcss.com/docs/max-height
1628
1635
  */
1629
1636
  "max-h": [{
1630
- "max-h": [w, n, "min", "max", "fit", "svh", "lvh", "dvh"]
1637
+ "max-h": [h, s, "min", "max", "fit", "svh", "lvh", "dvh"]
1631
1638
  }],
1632
1639
  /**
1633
1640
  * Size
1634
1641
  * @see https://tailwindcss.com/docs/size
1635
1642
  */
1636
1643
  size: [{
1637
- size: [w, n, "auto", "min", "max", "fit"]
1644
+ size: [h, s, "auto", "min", "max", "fit"]
1638
1645
  }],
1639
1646
  // Typography
1640
1647
  /**
@@ -1642,7 +1649,7 @@ function Tr() {
1642
1649
  * @see https://tailwindcss.com/docs/font-size
1643
1650
  */
1644
1651
  "font-size": [{
1645
- text: ["base", U, Y]
1652
+ text: ["base", H, U]
1646
1653
  }],
1647
1654
  /**
1648
1655
  * Font Smoothing
@@ -1659,14 +1666,14 @@ function Tr() {
1659
1666
  * @see https://tailwindcss.com/docs/font-weight
1660
1667
  */
1661
1668
  "font-weight": [{
1662
- font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", ke]
1669
+ font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", Se]
1663
1670
  }],
1664
1671
  /**
1665
1672
  * Font Family
1666
1673
  * @see https://tailwindcss.com/docs/font-family
1667
1674
  */
1668
1675
  "font-family": [{
1669
- font: [pe]
1676
+ font: [me]
1670
1677
  }],
1671
1678
  /**
1672
1679
  * Font Variant Numeric
@@ -1703,35 +1710,35 @@ function Tr() {
1703
1710
  * @see https://tailwindcss.com/docs/letter-spacing
1704
1711
  */
1705
1712
  tracking: [{
1706
- tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", w]
1713
+ tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", h]
1707
1714
  }],
1708
1715
  /**
1709
1716
  * Line Clamp
1710
1717
  * @see https://tailwindcss.com/docs/line-clamp
1711
1718
  */
1712
1719
  "line-clamp": [{
1713
- "line-clamp": ["none", K, ke]
1720
+ "line-clamp": ["none", Q, Se]
1714
1721
  }],
1715
1722
  /**
1716
1723
  * Line Height
1717
1724
  * @see https://tailwindcss.com/docs/line-height
1718
1725
  */
1719
1726
  leading: [{
1720
- leading: ["none", "tight", "snug", "normal", "relaxed", "loose", $, w]
1727
+ leading: ["none", "tight", "snug", "normal", "relaxed", "loose", W, h]
1721
1728
  }],
1722
1729
  /**
1723
1730
  * List Style Image
1724
1731
  * @see https://tailwindcss.com/docs/list-style-image
1725
1732
  */
1726
1733
  "list-image": [{
1727
- "list-image": ["none", w]
1734
+ "list-image": ["none", h]
1728
1735
  }],
1729
1736
  /**
1730
1737
  * List Style Type
1731
1738
  * @see https://tailwindcss.com/docs/list-style-type
1732
1739
  */
1733
1740
  "list-style-type": [{
1734
- list: ["none", "disc", "decimal", w]
1741
+ list: ["none", "disc", "decimal", h]
1735
1742
  }],
1736
1743
  /**
1737
1744
  * List Style Position
@@ -1746,14 +1753,14 @@ function Tr() {
1746
1753
  * @see https://tailwindcss.com/docs/placeholder-color
1747
1754
  */
1748
1755
  "placeholder-color": [{
1749
- placeholder: [t]
1756
+ placeholder: [e]
1750
1757
  }],
1751
1758
  /**
1752
1759
  * Placeholder Opacity
1753
1760
  * @see https://tailwindcss.com/docs/placeholder-opacity
1754
1761
  */
1755
1762
  "placeholder-opacity": [{
1756
- "placeholder-opacity": [A]
1763
+ "placeholder-opacity": [z]
1757
1764
  }],
1758
1765
  /**
1759
1766
  * Text Alignment
@@ -1767,14 +1774,14 @@ function Tr() {
1767
1774
  * @see https://tailwindcss.com/docs/text-color
1768
1775
  */
1769
1776
  "text-color": [{
1770
- text: [t]
1777
+ text: [e]
1771
1778
  }],
1772
1779
  /**
1773
1780
  * Text Opacity
1774
1781
  * @see https://tailwindcss.com/docs/text-opacity
1775
1782
  */
1776
1783
  "text-opacity": [{
1777
- "text-opacity": [A]
1784
+ "text-opacity": [z]
1778
1785
  }],
1779
1786
  /**
1780
1787
  * Text Decoration
@@ -1786,28 +1793,28 @@ function Tr() {
1786
1793
  * @see https://tailwindcss.com/docs/text-decoration-style
1787
1794
  */
1788
1795
  "text-decoration-style": [{
1789
- decoration: [...X(), "wavy"]
1796
+ decoration: [...J(), "wavy"]
1790
1797
  }],
1791
1798
  /**
1792
1799
  * Text Decoration Thickness
1793
1800
  * @see https://tailwindcss.com/docs/text-decoration-thickness
1794
1801
  */
1795
1802
  "text-decoration-thickness": [{
1796
- decoration: ["auto", "from-font", $, Y]
1803
+ decoration: ["auto", "from-font", W, U]
1797
1804
  }],
1798
1805
  /**
1799
1806
  * Text Underline Offset
1800
1807
  * @see https://tailwindcss.com/docs/text-underline-offset
1801
1808
  */
1802
1809
  "underline-offset": [{
1803
- "underline-offset": ["auto", $, w]
1810
+ "underline-offset": ["auto", W, h]
1804
1811
  }],
1805
1812
  /**
1806
1813
  * Text Decoration Color
1807
1814
  * @see https://tailwindcss.com/docs/text-decoration-color
1808
1815
  */
1809
1816
  "text-decoration-color": [{
1810
- decoration: [t]
1817
+ decoration: [e]
1811
1818
  }],
1812
1819
  /**
1813
1820
  * Text Transform
@@ -1831,14 +1838,14 @@ function Tr() {
1831
1838
  * @see https://tailwindcss.com/docs/text-indent
1832
1839
  */
1833
1840
  indent: [{
1834
- indent: x()
1841
+ indent: _()
1835
1842
  }],
1836
1843
  /**
1837
1844
  * Vertical Alignment
1838
1845
  * @see https://tailwindcss.com/docs/vertical-align
1839
1846
  */
1840
1847
  "vertical-align": [{
1841
- align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", w]
1848
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", h]
1842
1849
  }],
1843
1850
  /**
1844
1851
  * Whitespace
@@ -1866,7 +1873,7 @@ function Tr() {
1866
1873
  * @see https://tailwindcss.com/docs/content
1867
1874
  */
1868
1875
  content: [{
1869
- content: ["none", w]
1876
+ content: ["none", h]
1870
1877
  }],
1871
1878
  // Backgrounds
1872
1879
  /**
@@ -1889,7 +1896,7 @@ function Tr() {
1889
1896
  * @see https://tailwindcss.com/docs/background-opacity
1890
1897
  */
1891
1898
  "bg-opacity": [{
1892
- "bg-opacity": [A]
1899
+ "bg-opacity": [z]
1893
1900
  }],
1894
1901
  /**
1895
1902
  * Background Origin
@@ -1903,7 +1910,7 @@ function Tr() {
1903
1910
  * @see https://tailwindcss.com/docs/background-position
1904
1911
  */
1905
1912
  "bg-position": [{
1906
- bg: [...V(), vr]
1913
+ bg: [...q(), Pr]
1907
1914
  }],
1908
1915
  /**
1909
1916
  * Background Repeat
@@ -1919,7 +1926,7 @@ function Tr() {
1919
1926
  * @see https://tailwindcss.com/docs/background-size
1920
1927
  */
1921
1928
  "bg-size": [{
1922
- bg: ["auto", "cover", "contain", yr]
1929
+ bg: ["auto", "cover", "contain", Ar]
1923
1930
  }],
1924
1931
  /**
1925
1932
  * Background Image
@@ -1928,35 +1935,35 @@ function Tr() {
1928
1935
  "bg-image": [{
1929
1936
  bg: ["none", {
1930
1937
  "gradient-to": ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1931
- }, xr]
1938
+ }, Mr]
1932
1939
  }],
1933
1940
  /**
1934
1941
  * Background Color
1935
1942
  * @see https://tailwindcss.com/docs/background-color
1936
1943
  */
1937
1944
  "bg-color": [{
1938
- bg: [t]
1945
+ bg: [e]
1939
1946
  }],
1940
1947
  /**
1941
1948
  * Gradient Color Stops From Position
1942
1949
  * @see https://tailwindcss.com/docs/gradient-color-stops
1943
1950
  */
1944
1951
  "gradient-from-pos": [{
1945
- from: [M]
1952
+ from: [$]
1946
1953
  }],
1947
1954
  /**
1948
1955
  * Gradient Color Stops Via Position
1949
1956
  * @see https://tailwindcss.com/docs/gradient-color-stops
1950
1957
  */
1951
1958
  "gradient-via-pos": [{
1952
- via: [M]
1959
+ via: [$]
1953
1960
  }],
1954
1961
  /**
1955
1962
  * Gradient Color Stops To Position
1956
1963
  * @see https://tailwindcss.com/docs/gradient-color-stops
1957
1964
  */
1958
1965
  "gradient-to-pos": [{
1959
- to: [M]
1966
+ to: [$]
1960
1967
  }],
1961
1968
  /**
1962
1969
  * Gradient Color Stops From
@@ -1985,189 +1992,189 @@ function Tr() {
1985
1992
  * @see https://tailwindcss.com/docs/border-radius
1986
1993
  */
1987
1994
  rounded: [{
1988
- rounded: [s]
1995
+ rounded: [d]
1989
1996
  }],
1990
1997
  /**
1991
1998
  * Border Radius Start
1992
1999
  * @see https://tailwindcss.com/docs/border-radius
1993
2000
  */
1994
2001
  "rounded-s": [{
1995
- "rounded-s": [s]
2002
+ "rounded-s": [d]
1996
2003
  }],
1997
2004
  /**
1998
2005
  * Border Radius End
1999
2006
  * @see https://tailwindcss.com/docs/border-radius
2000
2007
  */
2001
2008
  "rounded-e": [{
2002
- "rounded-e": [s]
2009
+ "rounded-e": [d]
2003
2010
  }],
2004
2011
  /**
2005
2012
  * Border Radius Top
2006
2013
  * @see https://tailwindcss.com/docs/border-radius
2007
2014
  */
2008
2015
  "rounded-t": [{
2009
- "rounded-t": [s]
2016
+ "rounded-t": [d]
2010
2017
  }],
2011
2018
  /**
2012
2019
  * Border Radius Right
2013
2020
  * @see https://tailwindcss.com/docs/border-radius
2014
2021
  */
2015
2022
  "rounded-r": [{
2016
- "rounded-r": [s]
2023
+ "rounded-r": [d]
2017
2024
  }],
2018
2025
  /**
2019
2026
  * Border Radius Bottom
2020
2027
  * @see https://tailwindcss.com/docs/border-radius
2021
2028
  */
2022
2029
  "rounded-b": [{
2023
- "rounded-b": [s]
2030
+ "rounded-b": [d]
2024
2031
  }],
2025
2032
  /**
2026
2033
  * Border Radius Left
2027
2034
  * @see https://tailwindcss.com/docs/border-radius
2028
2035
  */
2029
2036
  "rounded-l": [{
2030
- "rounded-l": [s]
2037
+ "rounded-l": [d]
2031
2038
  }],
2032
2039
  /**
2033
2040
  * Border Radius Start Start
2034
2041
  * @see https://tailwindcss.com/docs/border-radius
2035
2042
  */
2036
2043
  "rounded-ss": [{
2037
- "rounded-ss": [s]
2044
+ "rounded-ss": [d]
2038
2045
  }],
2039
2046
  /**
2040
2047
  * Border Radius Start End
2041
2048
  * @see https://tailwindcss.com/docs/border-radius
2042
2049
  */
2043
2050
  "rounded-se": [{
2044
- "rounded-se": [s]
2051
+ "rounded-se": [d]
2045
2052
  }],
2046
2053
  /**
2047
2054
  * Border Radius End End
2048
2055
  * @see https://tailwindcss.com/docs/border-radius
2049
2056
  */
2050
2057
  "rounded-ee": [{
2051
- "rounded-ee": [s]
2058
+ "rounded-ee": [d]
2052
2059
  }],
2053
2060
  /**
2054
2061
  * Border Radius End Start
2055
2062
  * @see https://tailwindcss.com/docs/border-radius
2056
2063
  */
2057
2064
  "rounded-es": [{
2058
- "rounded-es": [s]
2065
+ "rounded-es": [d]
2059
2066
  }],
2060
2067
  /**
2061
2068
  * Border Radius Top Left
2062
2069
  * @see https://tailwindcss.com/docs/border-radius
2063
2070
  */
2064
2071
  "rounded-tl": [{
2065
- "rounded-tl": [s]
2072
+ "rounded-tl": [d]
2066
2073
  }],
2067
2074
  /**
2068
2075
  * Border Radius Top Right
2069
2076
  * @see https://tailwindcss.com/docs/border-radius
2070
2077
  */
2071
2078
  "rounded-tr": [{
2072
- "rounded-tr": [s]
2079
+ "rounded-tr": [d]
2073
2080
  }],
2074
2081
  /**
2075
2082
  * Border Radius Bottom Right
2076
2083
  * @see https://tailwindcss.com/docs/border-radius
2077
2084
  */
2078
2085
  "rounded-br": [{
2079
- "rounded-br": [s]
2086
+ "rounded-br": [d]
2080
2087
  }],
2081
2088
  /**
2082
2089
  * Border Radius Bottom Left
2083
2090
  * @see https://tailwindcss.com/docs/border-radius
2084
2091
  */
2085
2092
  "rounded-bl": [{
2086
- "rounded-bl": [s]
2093
+ "rounded-bl": [d]
2087
2094
  }],
2088
2095
  /**
2089
2096
  * Border Width
2090
2097
  * @see https://tailwindcss.com/docs/border-width
2091
2098
  */
2092
2099
  "border-w": [{
2093
- border: [u]
2100
+ border: [c]
2094
2101
  }],
2095
2102
  /**
2096
2103
  * Border Width X
2097
2104
  * @see https://tailwindcss.com/docs/border-width
2098
2105
  */
2099
2106
  "border-w-x": [{
2100
- "border-x": [u]
2107
+ "border-x": [c]
2101
2108
  }],
2102
2109
  /**
2103
2110
  * Border Width Y
2104
2111
  * @see https://tailwindcss.com/docs/border-width
2105
2112
  */
2106
2113
  "border-w-y": [{
2107
- "border-y": [u]
2114
+ "border-y": [c]
2108
2115
  }],
2109
2116
  /**
2110
2117
  * Border Width Start
2111
2118
  * @see https://tailwindcss.com/docs/border-width
2112
2119
  */
2113
2120
  "border-w-s": [{
2114
- "border-s": [u]
2121
+ "border-s": [c]
2115
2122
  }],
2116
2123
  /**
2117
2124
  * Border Width End
2118
2125
  * @see https://tailwindcss.com/docs/border-width
2119
2126
  */
2120
2127
  "border-w-e": [{
2121
- "border-e": [u]
2128
+ "border-e": [c]
2122
2129
  }],
2123
2130
  /**
2124
2131
  * Border Width Top
2125
2132
  * @see https://tailwindcss.com/docs/border-width
2126
2133
  */
2127
2134
  "border-w-t": [{
2128
- "border-t": [u]
2135
+ "border-t": [c]
2129
2136
  }],
2130
2137
  /**
2131
2138
  * Border Width Right
2132
2139
  * @see https://tailwindcss.com/docs/border-width
2133
2140
  */
2134
2141
  "border-w-r": [{
2135
- "border-r": [u]
2142
+ "border-r": [c]
2136
2143
  }],
2137
2144
  /**
2138
2145
  * Border Width Bottom
2139
2146
  * @see https://tailwindcss.com/docs/border-width
2140
2147
  */
2141
2148
  "border-w-b": [{
2142
- "border-b": [u]
2149
+ "border-b": [c]
2143
2150
  }],
2144
2151
  /**
2145
2152
  * Border Width Left
2146
2153
  * @see https://tailwindcss.com/docs/border-width
2147
2154
  */
2148
2155
  "border-w-l": [{
2149
- "border-l": [u]
2156
+ "border-l": [c]
2150
2157
  }],
2151
2158
  /**
2152
2159
  * Border Opacity
2153
2160
  * @see https://tailwindcss.com/docs/border-opacity
2154
2161
  */
2155
2162
  "border-opacity": [{
2156
- "border-opacity": [A]
2163
+ "border-opacity": [z]
2157
2164
  }],
2158
2165
  /**
2159
2166
  * Border Style
2160
2167
  * @see https://tailwindcss.com/docs/border-style
2161
2168
  */
2162
2169
  "border-style": [{
2163
- border: [...X(), "hidden"]
2170
+ border: [...J(), "hidden"]
2164
2171
  }],
2165
2172
  /**
2166
2173
  * Divide Width X
2167
2174
  * @see https://tailwindcss.com/docs/divide-width
2168
2175
  */
2169
2176
  "divide-x": [{
2170
- "divide-x": [u]
2177
+ "divide-x": [c]
2171
2178
  }],
2172
2179
  /**
2173
2180
  * Divide Width X Reverse
@@ -2179,7 +2186,7 @@ function Tr() {
2179
2186
  * @see https://tailwindcss.com/docs/divide-width
2180
2187
  */
2181
2188
  "divide-y": [{
2182
- "divide-y": [u]
2189
+ "divide-y": [c]
2183
2190
  }],
2184
2191
  /**
2185
2192
  * Divide Width Y Reverse
@@ -2191,105 +2198,105 @@ function Tr() {
2191
2198
  * @see https://tailwindcss.com/docs/divide-opacity
2192
2199
  */
2193
2200
  "divide-opacity": [{
2194
- "divide-opacity": [A]
2201
+ "divide-opacity": [z]
2195
2202
  }],
2196
2203
  /**
2197
2204
  * Divide Style
2198
2205
  * @see https://tailwindcss.com/docs/divide-style
2199
2206
  */
2200
2207
  "divide-style": [{
2201
- divide: X()
2208
+ divide: J()
2202
2209
  }],
2203
2210
  /**
2204
2211
  * Border Color
2205
2212
  * @see https://tailwindcss.com/docs/border-color
2206
2213
  */
2207
2214
  "border-color": [{
2208
- border: [i]
2215
+ border: [o]
2209
2216
  }],
2210
2217
  /**
2211
2218
  * Border Color X
2212
2219
  * @see https://tailwindcss.com/docs/border-color
2213
2220
  */
2214
2221
  "border-color-x": [{
2215
- "border-x": [i]
2222
+ "border-x": [o]
2216
2223
  }],
2217
2224
  /**
2218
2225
  * Border Color Y
2219
2226
  * @see https://tailwindcss.com/docs/border-color
2220
2227
  */
2221
2228
  "border-color-y": [{
2222
- "border-y": [i]
2229
+ "border-y": [o]
2223
2230
  }],
2224
2231
  /**
2225
2232
  * Border Color Top
2226
2233
  * @see https://tailwindcss.com/docs/border-color
2227
2234
  */
2228
2235
  "border-color-t": [{
2229
- "border-t": [i]
2236
+ "border-t": [o]
2230
2237
  }],
2231
2238
  /**
2232
2239
  * Border Color Right
2233
2240
  * @see https://tailwindcss.com/docs/border-color
2234
2241
  */
2235
2242
  "border-color-r": [{
2236
- "border-r": [i]
2243
+ "border-r": [o]
2237
2244
  }],
2238
2245
  /**
2239
2246
  * Border Color Bottom
2240
2247
  * @see https://tailwindcss.com/docs/border-color
2241
2248
  */
2242
2249
  "border-color-b": [{
2243
- "border-b": [i]
2250
+ "border-b": [o]
2244
2251
  }],
2245
2252
  /**
2246
2253
  * Border Color Left
2247
2254
  * @see https://tailwindcss.com/docs/border-color
2248
2255
  */
2249
2256
  "border-color-l": [{
2250
- "border-l": [i]
2257
+ "border-l": [o]
2251
2258
  }],
2252
2259
  /**
2253
2260
  * Divide Color
2254
2261
  * @see https://tailwindcss.com/docs/divide-color
2255
2262
  */
2256
2263
  "divide-color": [{
2257
- divide: [i]
2264
+ divide: [o]
2258
2265
  }],
2259
2266
  /**
2260
2267
  * Outline Style
2261
2268
  * @see https://tailwindcss.com/docs/outline-style
2262
2269
  */
2263
2270
  "outline-style": [{
2264
- outline: ["", ...X()]
2271
+ outline: ["", ...J()]
2265
2272
  }],
2266
2273
  /**
2267
2274
  * Outline Offset
2268
2275
  * @see https://tailwindcss.com/docs/outline-offset
2269
2276
  */
2270
2277
  "outline-offset": [{
2271
- "outline-offset": [$, w]
2278
+ "outline-offset": [W, h]
2272
2279
  }],
2273
2280
  /**
2274
2281
  * Outline Width
2275
2282
  * @see https://tailwindcss.com/docs/outline-width
2276
2283
  */
2277
2284
  "outline-w": [{
2278
- outline: [$, Y]
2285
+ outline: [W, U]
2279
2286
  }],
2280
2287
  /**
2281
2288
  * Outline Color
2282
2289
  * @see https://tailwindcss.com/docs/outline-color
2283
2290
  */
2284
2291
  "outline-color": [{
2285
- outline: [t]
2292
+ outline: [e]
2286
2293
  }],
2287
2294
  /**
2288
2295
  * Ring Width
2289
2296
  * @see https://tailwindcss.com/docs/ring-width
2290
2297
  */
2291
2298
  "ring-w": [{
2292
- ring: z()
2299
+ ring: O()
2293
2300
  }],
2294
2301
  /**
2295
2302
  * Ring Width Inset
@@ -2301,28 +2308,28 @@ function Tr() {
2301
2308
  * @see https://tailwindcss.com/docs/ring-color
2302
2309
  */
2303
2310
  "ring-color": [{
2304
- ring: [t]
2311
+ ring: [e]
2305
2312
  }],
2306
2313
  /**
2307
2314
  * Ring Opacity
2308
2315
  * @see https://tailwindcss.com/docs/ring-opacity
2309
2316
  */
2310
2317
  "ring-opacity": [{
2311
- "ring-opacity": [A]
2318
+ "ring-opacity": [z]
2312
2319
  }],
2313
2320
  /**
2314
2321
  * Ring Offset Width
2315
2322
  * @see https://tailwindcss.com/docs/ring-offset-width
2316
2323
  */
2317
2324
  "ring-offset-w": [{
2318
- "ring-offset": [$, Y]
2325
+ "ring-offset": [W, U]
2319
2326
  }],
2320
2327
  /**
2321
2328
  * Ring Offset Color
2322
2329
  * @see https://tailwindcss.com/docs/ring-offset-color
2323
2330
  */
2324
2331
  "ring-offset-color": [{
2325
- "ring-offset": [t]
2332
+ "ring-offset": [e]
2326
2333
  }],
2327
2334
  // Effects
2328
2335
  /**
@@ -2330,35 +2337,35 @@ function Tr() {
2330
2337
  * @see https://tailwindcss.com/docs/box-shadow
2331
2338
  */
2332
2339
  shadow: [{
2333
- shadow: ["", "inner", "none", U, Rr]
2340
+ shadow: ["", "inner", "none", H, Fr]
2334
2341
  }],
2335
2342
  /**
2336
2343
  * Box Shadow Color
2337
2344
  * @see https://tailwindcss.com/docs/box-shadow-color
2338
2345
  */
2339
2346
  "shadow-color": [{
2340
- shadow: [pe]
2347
+ shadow: [me]
2341
2348
  }],
2342
2349
  /**
2343
2350
  * Opacity
2344
2351
  * @see https://tailwindcss.com/docs/opacity
2345
2352
  */
2346
2353
  opacity: [{
2347
- opacity: [A]
2354
+ opacity: [z]
2348
2355
  }],
2349
2356
  /**
2350
2357
  * Mix Blend Mode
2351
2358
  * @see https://tailwindcss.com/docs/mix-blend-mode
2352
2359
  */
2353
2360
  "mix-blend": [{
2354
- "mix-blend": se()
2361
+ "mix-blend": [...le(), "plus-lighter", "plus-darker"]
2355
2362
  }],
2356
2363
  /**
2357
2364
  * Background Blend Mode
2358
2365
  * @see https://tailwindcss.com/docs/background-blend-mode
2359
2366
  */
2360
2367
  "bg-blend": [{
2361
- "bg-blend": se()
2368
+ "bg-blend": le()
2362
2369
  }],
2363
2370
  // Filters
2364
2371
  /**
@@ -2381,56 +2388,56 @@ function Tr() {
2381
2388
  * @see https://tailwindcss.com/docs/brightness
2382
2389
  */
2383
2390
  brightness: [{
2384
- brightness: [o]
2391
+ brightness: [a]
2385
2392
  }],
2386
2393
  /**
2387
2394
  * Contrast
2388
2395
  * @see https://tailwindcss.com/docs/contrast
2389
2396
  */
2390
2397
  contrast: [{
2391
- contrast: [f]
2398
+ contrast: [u]
2392
2399
  }],
2393
2400
  /**
2394
2401
  * Drop Shadow
2395
2402
  * @see https://tailwindcss.com/docs/drop-shadow
2396
2403
  */
2397
2404
  "drop-shadow": [{
2398
- "drop-shadow": ["", "none", U, w]
2405
+ "drop-shadow": ["", "none", H, h]
2399
2406
  }],
2400
2407
  /**
2401
2408
  * Grayscale
2402
2409
  * @see https://tailwindcss.com/docs/grayscale
2403
2410
  */
2404
2411
  grayscale: [{
2405
- grayscale: [g]
2412
+ grayscale: [p]
2406
2413
  }],
2407
2414
  /**
2408
2415
  * Hue Rotate
2409
2416
  * @see https://tailwindcss.com/docs/hue-rotate
2410
2417
  */
2411
2418
  "hue-rotate": [{
2412
- "hue-rotate": [p]
2419
+ "hue-rotate": [g]
2413
2420
  }],
2414
2421
  /**
2415
2422
  * Invert
2416
2423
  * @see https://tailwindcss.com/docs/invert
2417
2424
  */
2418
2425
  invert: [{
2419
- invert: [y]
2426
+ invert: [b]
2420
2427
  }],
2421
2428
  /**
2422
2429
  * Saturate
2423
2430
  * @see https://tailwindcss.com/docs/saturate
2424
2431
  */
2425
2432
  saturate: [{
2426
- saturate: [ge]
2433
+ saturate: [he]
2427
2434
  }],
2428
2435
  /**
2429
2436
  * Sepia
2430
2437
  * @see https://tailwindcss.com/docs/sepia
2431
2438
  */
2432
2439
  sepia: [{
2433
- sepia: [we]
2440
+ sepia: [xe]
2434
2441
  }],
2435
2442
  /**
2436
2443
  * Backdrop Filter
@@ -2452,56 +2459,56 @@ function Tr() {
2452
2459
  * @see https://tailwindcss.com/docs/backdrop-brightness
2453
2460
  */
2454
2461
  "backdrop-brightness": [{
2455
- "backdrop-brightness": [o]
2462
+ "backdrop-brightness": [a]
2456
2463
  }],
2457
2464
  /**
2458
2465
  * Backdrop Contrast
2459
2466
  * @see https://tailwindcss.com/docs/backdrop-contrast
2460
2467
  */
2461
2468
  "backdrop-contrast": [{
2462
- "backdrop-contrast": [f]
2469
+ "backdrop-contrast": [u]
2463
2470
  }],
2464
2471
  /**
2465
2472
  * Backdrop Grayscale
2466
2473
  * @see https://tailwindcss.com/docs/backdrop-grayscale
2467
2474
  */
2468
2475
  "backdrop-grayscale": [{
2469
- "backdrop-grayscale": [g]
2476
+ "backdrop-grayscale": [p]
2470
2477
  }],
2471
2478
  /**
2472
2479
  * Backdrop Hue Rotate
2473
2480
  * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2474
2481
  */
2475
2482
  "backdrop-hue-rotate": [{
2476
- "backdrop-hue-rotate": [p]
2483
+ "backdrop-hue-rotate": [g]
2477
2484
  }],
2478
2485
  /**
2479
2486
  * Backdrop Invert
2480
2487
  * @see https://tailwindcss.com/docs/backdrop-invert
2481
2488
  */
2482
2489
  "backdrop-invert": [{
2483
- "backdrop-invert": [y]
2490
+ "backdrop-invert": [b]
2484
2491
  }],
2485
2492
  /**
2486
2493
  * Backdrop Opacity
2487
2494
  * @see https://tailwindcss.com/docs/backdrop-opacity
2488
2495
  */
2489
2496
  "backdrop-opacity": [{
2490
- "backdrop-opacity": [A]
2497
+ "backdrop-opacity": [z]
2491
2498
  }],
2492
2499
  /**
2493
2500
  * Backdrop Saturate
2494
2501
  * @see https://tailwindcss.com/docs/backdrop-saturate
2495
2502
  */
2496
2503
  "backdrop-saturate": [{
2497
- "backdrop-saturate": [ge]
2504
+ "backdrop-saturate": [he]
2498
2505
  }],
2499
2506
  /**
2500
2507
  * Backdrop Sepia
2501
2508
  * @see https://tailwindcss.com/docs/backdrop-sepia
2502
2509
  */
2503
2510
  "backdrop-sepia": [{
2504
- "backdrop-sepia": [we]
2511
+ "backdrop-sepia": [xe]
2505
2512
  }],
2506
2513
  // Tables
2507
2514
  /**
@@ -2516,21 +2523,21 @@ function Tr() {
2516
2523
  * @see https://tailwindcss.com/docs/border-spacing
2517
2524
  */
2518
2525
  "border-spacing": [{
2519
- "border-spacing": [c]
2526
+ "border-spacing": [l]
2520
2527
  }],
2521
2528
  /**
2522
2529
  * Border Spacing X
2523
2530
  * @see https://tailwindcss.com/docs/border-spacing
2524
2531
  */
2525
2532
  "border-spacing-x": [{
2526
- "border-spacing-x": [c]
2533
+ "border-spacing-x": [l]
2527
2534
  }],
2528
2535
  /**
2529
2536
  * Border Spacing Y
2530
2537
  * @see https://tailwindcss.com/docs/border-spacing
2531
2538
  */
2532
2539
  "border-spacing-y": [{
2533
- "border-spacing-y": [c]
2540
+ "border-spacing-y": [l]
2534
2541
  }],
2535
2542
  /**
2536
2543
  * Table Layout
@@ -2552,35 +2559,35 @@ function Tr() {
2552
2559
  * @see https://tailwindcss.com/docs/transition-property
2553
2560
  */
2554
2561
  transition: [{
2555
- transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", w]
2562
+ transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", h]
2556
2563
  }],
2557
2564
  /**
2558
2565
  * Transition Duration
2559
2566
  * @see https://tailwindcss.com/docs/transition-duration
2560
2567
  */
2561
2568
  duration: [{
2562
- duration: H()
2569
+ duration: X()
2563
2570
  }],
2564
2571
  /**
2565
2572
  * Transition Timing Function
2566
2573
  * @see https://tailwindcss.com/docs/transition-timing-function
2567
2574
  */
2568
2575
  ease: [{
2569
- ease: ["linear", "in", "out", "in-out", w]
2576
+ ease: ["linear", "in", "out", "in-out", h]
2570
2577
  }],
2571
2578
  /**
2572
2579
  * Transition Delay
2573
2580
  * @see https://tailwindcss.com/docs/transition-delay
2574
2581
  */
2575
2582
  delay: [{
2576
- delay: H()
2583
+ delay: X()
2577
2584
  }],
2578
2585
  /**
2579
2586
  * Animation
2580
2587
  * @see https://tailwindcss.com/docs/animation
2581
2588
  */
2582
2589
  animate: [{
2583
- animate: ["none", "spin", "ping", "pulse", "bounce", w]
2590
+ animate: ["none", "spin", "ping", "pulse", "bounce", h]
2584
2591
  }],
2585
2592
  // Transforms
2586
2593
  /**
@@ -2595,63 +2602,63 @@ function Tr() {
2595
2602
  * @see https://tailwindcss.com/docs/scale
2596
2603
  */
2597
2604
  scale: [{
2598
- scale: [oe]
2605
+ scale: [ne]
2599
2606
  }],
2600
2607
  /**
2601
2608
  * Scale X
2602
2609
  * @see https://tailwindcss.com/docs/scale
2603
2610
  */
2604
2611
  "scale-x": [{
2605
- "scale-x": [oe]
2612
+ "scale-x": [ne]
2606
2613
  }],
2607
2614
  /**
2608
2615
  * Scale Y
2609
2616
  * @see https://tailwindcss.com/docs/scale
2610
2617
  */
2611
2618
  "scale-y": [{
2612
- "scale-y": [oe]
2619
+ "scale-y": [ne]
2613
2620
  }],
2614
2621
  /**
2615
2622
  * Rotate
2616
2623
  * @see https://tailwindcss.com/docs/rotate
2617
2624
  */
2618
2625
  rotate: [{
2619
- rotate: [fe, w]
2626
+ rotate: [ge, h]
2620
2627
  }],
2621
2628
  /**
2622
2629
  * Translate X
2623
2630
  * @see https://tailwindcss.com/docs/translate
2624
2631
  */
2625
2632
  "translate-x": [{
2626
- "translate-x": [ye]
2633
+ "translate-x": [we]
2627
2634
  }],
2628
2635
  /**
2629
2636
  * Translate Y
2630
2637
  * @see https://tailwindcss.com/docs/translate
2631
2638
  */
2632
2639
  "translate-y": [{
2633
- "translate-y": [ye]
2640
+ "translate-y": [we]
2634
2641
  }],
2635
2642
  /**
2636
2643
  * Skew X
2637
2644
  * @see https://tailwindcss.com/docs/skew
2638
2645
  */
2639
2646
  "skew-x": [{
2640
- "skew-x": [be]
2647
+ "skew-x": [ve]
2641
2648
  }],
2642
2649
  /**
2643
2650
  * Skew Y
2644
2651
  * @see https://tailwindcss.com/docs/skew
2645
2652
  */
2646
2653
  "skew-y": [{
2647
- "skew-y": [be]
2654
+ "skew-y": [ve]
2648
2655
  }],
2649
2656
  /**
2650
2657
  * Transform Origin
2651
2658
  * @see https://tailwindcss.com/docs/transform-origin
2652
2659
  */
2653
2660
  "transform-origin": [{
2654
- origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", w]
2661
+ origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", h]
2655
2662
  }],
2656
2663
  // Interactivity
2657
2664
  /**
@@ -2659,7 +2666,7 @@ function Tr() {
2659
2666
  * @see https://tailwindcss.com/docs/accent-color
2660
2667
  */
2661
2668
  accent: [{
2662
- accent: ["auto", t]
2669
+ accent: ["auto", e]
2663
2670
  }],
2664
2671
  /**
2665
2672
  * Appearance
@@ -2673,14 +2680,14 @@ function Tr() {
2673
2680
  * @see https://tailwindcss.com/docs/cursor
2674
2681
  */
2675
2682
  cursor: [{
2676
- 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", w]
2683
+ 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", h]
2677
2684
  }],
2678
2685
  /**
2679
2686
  * Caret Color
2680
2687
  * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2681
2688
  */
2682
2689
  "caret-color": [{
2683
- caret: [t]
2690
+ caret: [e]
2684
2691
  }],
2685
2692
  /**
2686
2693
  * Pointer Events
@@ -2708,126 +2715,126 @@ function Tr() {
2708
2715
  * @see https://tailwindcss.com/docs/scroll-margin
2709
2716
  */
2710
2717
  "scroll-m": [{
2711
- "scroll-m": x()
2718
+ "scroll-m": _()
2712
2719
  }],
2713
2720
  /**
2714
2721
  * Scroll Margin X
2715
2722
  * @see https://tailwindcss.com/docs/scroll-margin
2716
2723
  */
2717
2724
  "scroll-mx": [{
2718
- "scroll-mx": x()
2725
+ "scroll-mx": _()
2719
2726
  }],
2720
2727
  /**
2721
2728
  * Scroll Margin Y
2722
2729
  * @see https://tailwindcss.com/docs/scroll-margin
2723
2730
  */
2724
2731
  "scroll-my": [{
2725
- "scroll-my": x()
2732
+ "scroll-my": _()
2726
2733
  }],
2727
2734
  /**
2728
2735
  * Scroll Margin Start
2729
2736
  * @see https://tailwindcss.com/docs/scroll-margin
2730
2737
  */
2731
2738
  "scroll-ms": [{
2732
- "scroll-ms": x()
2739
+ "scroll-ms": _()
2733
2740
  }],
2734
2741
  /**
2735
2742
  * Scroll Margin End
2736
2743
  * @see https://tailwindcss.com/docs/scroll-margin
2737
2744
  */
2738
2745
  "scroll-me": [{
2739
- "scroll-me": x()
2746
+ "scroll-me": _()
2740
2747
  }],
2741
2748
  /**
2742
2749
  * Scroll Margin Top
2743
2750
  * @see https://tailwindcss.com/docs/scroll-margin
2744
2751
  */
2745
2752
  "scroll-mt": [{
2746
- "scroll-mt": x()
2753
+ "scroll-mt": _()
2747
2754
  }],
2748
2755
  /**
2749
2756
  * Scroll Margin Right
2750
2757
  * @see https://tailwindcss.com/docs/scroll-margin
2751
2758
  */
2752
2759
  "scroll-mr": [{
2753
- "scroll-mr": x()
2760
+ "scroll-mr": _()
2754
2761
  }],
2755
2762
  /**
2756
2763
  * Scroll Margin Bottom
2757
2764
  * @see https://tailwindcss.com/docs/scroll-margin
2758
2765
  */
2759
2766
  "scroll-mb": [{
2760
- "scroll-mb": x()
2767
+ "scroll-mb": _()
2761
2768
  }],
2762
2769
  /**
2763
2770
  * Scroll Margin Left
2764
2771
  * @see https://tailwindcss.com/docs/scroll-margin
2765
2772
  */
2766
2773
  "scroll-ml": [{
2767
- "scroll-ml": x()
2774
+ "scroll-ml": _()
2768
2775
  }],
2769
2776
  /**
2770
2777
  * Scroll Padding
2771
2778
  * @see https://tailwindcss.com/docs/scroll-padding
2772
2779
  */
2773
2780
  "scroll-p": [{
2774
- "scroll-p": x()
2781
+ "scroll-p": _()
2775
2782
  }],
2776
2783
  /**
2777
2784
  * Scroll Padding X
2778
2785
  * @see https://tailwindcss.com/docs/scroll-padding
2779
2786
  */
2780
2787
  "scroll-px": [{
2781
- "scroll-px": x()
2788
+ "scroll-px": _()
2782
2789
  }],
2783
2790
  /**
2784
2791
  * Scroll Padding Y
2785
2792
  * @see https://tailwindcss.com/docs/scroll-padding
2786
2793
  */
2787
2794
  "scroll-py": [{
2788
- "scroll-py": x()
2795
+ "scroll-py": _()
2789
2796
  }],
2790
2797
  /**
2791
2798
  * Scroll Padding Start
2792
2799
  * @see https://tailwindcss.com/docs/scroll-padding
2793
2800
  */
2794
2801
  "scroll-ps": [{
2795
- "scroll-ps": x()
2802
+ "scroll-ps": _()
2796
2803
  }],
2797
2804
  /**
2798
2805
  * Scroll Padding End
2799
2806
  * @see https://tailwindcss.com/docs/scroll-padding
2800
2807
  */
2801
2808
  "scroll-pe": [{
2802
- "scroll-pe": x()
2809
+ "scroll-pe": _()
2803
2810
  }],
2804
2811
  /**
2805
2812
  * Scroll Padding Top
2806
2813
  * @see https://tailwindcss.com/docs/scroll-padding
2807
2814
  */
2808
2815
  "scroll-pt": [{
2809
- "scroll-pt": x()
2816
+ "scroll-pt": _()
2810
2817
  }],
2811
2818
  /**
2812
2819
  * Scroll Padding Right
2813
2820
  * @see https://tailwindcss.com/docs/scroll-padding
2814
2821
  */
2815
2822
  "scroll-pr": [{
2816
- "scroll-pr": x()
2823
+ "scroll-pr": _()
2817
2824
  }],
2818
2825
  /**
2819
2826
  * Scroll Padding Bottom
2820
2827
  * @see https://tailwindcss.com/docs/scroll-padding
2821
2828
  */
2822
2829
  "scroll-pb": [{
2823
- "scroll-pb": x()
2830
+ "scroll-pb": _()
2824
2831
  }],
2825
2832
  /**
2826
2833
  * Scroll Padding Left
2827
2834
  * @see https://tailwindcss.com/docs/scroll-padding
2828
2835
  */
2829
2836
  "scroll-pl": [{
2830
- "scroll-pl": x()
2837
+ "scroll-pl": _()
2831
2838
  }],
2832
2839
  /**
2833
2840
  * Scroll Snap Align
@@ -2895,7 +2902,7 @@ function Tr() {
2895
2902
  * @see https://tailwindcss.com/docs/will-change
2896
2903
  */
2897
2904
  "will-change": [{
2898
- "will-change": ["auto", "scroll", "contents", "transform", w]
2905
+ "will-change": ["auto", "scroll", "contents", "transform", h]
2899
2906
  }],
2900
2907
  // SVG
2901
2908
  /**
@@ -2903,21 +2910,21 @@ function Tr() {
2903
2910
  * @see https://tailwindcss.com/docs/fill
2904
2911
  */
2905
2912
  fill: [{
2906
- fill: [t, "none"]
2913
+ fill: [e, "none"]
2907
2914
  }],
2908
2915
  /**
2909
2916
  * Stroke Width
2910
2917
  * @see https://tailwindcss.com/docs/stroke-width
2911
2918
  */
2912
2919
  "stroke-w": [{
2913
- stroke: [$, Y, ke]
2920
+ stroke: [W, U, Se]
2914
2921
  }],
2915
2922
  /**
2916
2923
  * Stroke
2917
2924
  * @see https://tailwindcss.com/docs/stroke
2918
2925
  */
2919
2926
  stroke: [{
2920
- stroke: [t, "none"]
2927
+ stroke: [e, "none"]
2921
2928
  }],
2922
2929
  // Accessibility
2923
2930
  /**
@@ -2986,311 +2993,448 @@ function Tr() {
2986
2993
  }
2987
2994
  };
2988
2995
  }
2989
- const O = /* @__PURE__ */ lr(Tr), it = {
2990
- primary: "tw-bg-Background-accentEggplant-100 tw-text-Text-textPrimaryDark tw-rounded-sm hover:tw-text-Text-textPrimaryDark hover:tw-bg-Background-accentEggplant-highlight active:tw-bg-Background-accentEggplant-darkened focus:tw-bg-Background-accentEggplant-100 focus:tw-border focus:tw-border-white disabled:tw-bg-Background-accentEggplant-20",
2991
- secondary: "tw-text-Text-secondary tw-rounded-sm tw-border tw-border-Fills-secondary hover:tw-text-black hover:tw-border hover:tw-border-Fills-black active:tw-text-black active:tw-border active:tw-border-Fills-black focus:tw-bg-Background-accentEggplant-5 focus:tw-text-accentEggplant-100 focus:tw-border focus:tw-border-Background-accentEggplant-100 disabled:tw-border disabled:tw-border-Fills-quadrutery disabled:tw-text-Text-tertiary",
2992
- tertiary: "tw-text-Text-secondary tw-rounded-sm hover:tw-bg-Fills-quintiary active:tw-bg-Fills-quintiary focus:tw-bg-Fills-quadrutery disabled:tw-text-Fills-quadrutery disabled:tw-bg-Fills-quintiary",
2993
- quaternary: "tw-text-accentEggplant-100 tw-rounded-sm hover:tw-bg-Background-accentEggplant-5 active:tw-bg-Background-accentEggplant-5 focus:tw-bg-Background-accentEggplant-100 focus:tw-text-Text-textPrimaryDark disabled:tw-text-Background-accentEggplant-20",
2994
- small: "tw-py-space075 tw-px-space400",
2995
- large: "tw-py-space150 tw-px-space400"
2996
- }, jr = Q.forwardRef(
2997
- (c, s) => {
2998
- var u = c, { color: t = "primary", size: n = "small", disabled: r = !1, className: o } = u, i = L(u, ["color", "size", "disabled", "className"]);
2999
- return /* @__PURE__ */ b.jsx(
2996
+ const w = /* @__PURE__ */ wr(Dr), pt = {
2997
+ primary: "ds-bg-Background-accentEggplant-100 ds-text-Text-textPrimaryDark ds-rounded-sm hover:ds-text-Text-textPrimaryDark hover:ds-bg-Background-accentEggplant-highlight active:ds-bg-Background-accentEggplant-darkened focus:ds-rounded-none focus:ds-bg-Background-accentEggplant-100 focus:ds-border focus:ds-border-white focus:ds-shadow-[0px_0px_0px_1px_rgba(109,54,169,1)] disabled:focus:ds-shadow-none disabled:ds-bg-Background-accentEggplant-20",
2998
+ secondary: "ds-text-Background-accentEggplant-100 ds-rounded-sm ds-border ds-border-Fills-secondary hover:ds-text-Background-accentEggplant-100 hover:ds-border hover:ds-bg-Background-accentEggplant-5 hover:ds-border-Fills-black active:ds-text-Background-accentEggplant-100 active:ds-border active:ds-border-Fills-Background-accentEggplant-100 active:ds-bg-Background-accentEggplant-5 focus:ds-bg-Background-accentEggplant-5 focus:ds-bg-Background-accentEggplant-5 focus:ds-text-accentEggplant-100 focus:ds-border-2 focus:ds-border-Background-accentEggplant-100 disabled:ds-border disabled:ds-border-Fills-terciary disabled:ds-text-Text-tertiary disabled:ds-bg-transparent",
2999
+ tertiary: "ds-text-Text-secondary ds-rounded-sm hover:ds-bg-Fills-quintiary active:ds-bg-Fills-quintiary focus:ds-bg-Fills-quadrutery disabled:ds-text-Fills-quadrutery disabled:ds-bg-Fills-quintiary",
3000
+ quaternary: "ds-text-accentEggplant-100 ds-rounded-sm hover:ds-bg-Background-accentEggplant-5 active:ds-bg-Background-accentEggplant-5 focus:ds-bg-Background-accentEggplant-100 focus:ds-text-Text-textPrimaryDark disabled:ds-text-Background-accentEggplant-20",
3001
+ small: "ds-py-space075 ds-px-space400",
3002
+ large: "ds-py-space150 ds-px-space400"
3003
+ }, Ve = D.forwardRef(
3004
+ (l, d) => {
3005
+ var c = l, { color: e = "primary", size: s = "small", disabled: r = !1, className: a } = c, o = B(c, ["color", "size", "disabled", "className"]);
3006
+ return /* @__PURE__ */ n.jsx(
3000
3007
  "button",
3001
- F({
3002
- ref: s,
3008
+ M({
3009
+ ref: d,
3003
3010
  disabled: r,
3004
- className: O(S(it[t], it[n], o))
3005
- }, i)
3011
+ className: w(v(pt[e], pt[s], a, ""))
3012
+ }, o)
3013
+ );
3014
+ }
3015
+ );
3016
+ Ve.displayName = "Button";
3017
+ const We = D.forwardRef(
3018
+ ({ className: e = "" }, s) => {
3019
+ const a = w("ds-text-System-red ds-ms-[2px]", e);
3020
+ return /* @__PURE__ */ n.jsx(
3021
+ "span",
3022
+ {
3023
+ className: a,
3024
+ ref: s,
3025
+ children: "*"
3026
+ }
3006
3027
  );
3007
3028
  }
3008
3029
  );
3009
- jr.displayName = "Button";
3010
- const st = {
3011
- primary: "tw-bg-Text-textSecondaryPlusDark tw-placeholder-Fills-quadrutery tw-text-Text-primary MediumBodyRegular tw-border tw-border-Fills-terciary tw-rounded-sm hover:tw-border-Fills-secondary active:tw-text-Text-primary active:tw-border-Text-primary focus:tw-border-Text-primary focus:tw-outline-none tw-disabled:bg-Fills-quintiary tw-px-[12px] tw-pt-[8px] tw-pb-[7px]",
3012
- primaryRounded: "tw-bg-Text-textSecondaryPlusDark tw-placeholder-Fills-quadrutery tw-text-Text-primary MediumBodyRegular tw-border tw-border-Fills-terciary tw-rounded-sm hover:tw-border-Fills-secondary active:tw-text-Text-primary active:tw-border-Text-primary focus:tw-border-Text-primary focus:tw-outline-none tw-disabled:bg-Fills-quintiary tw-px-[12px] tw-pt-[8px] tw-pb-[7px]",
3013
- success: "tw-bg-Text-textSecondaryPlusDark tw-placeholder-Fills-quadrutery tw-text-Text-primary MediumBodyRegular tw-border tw-border-Fills-terciary tw-rounded-sm hover:tw-border-Fills-secondary active:tw-text-Text-primary active:tw-border-Text-primary focus:tw-border-Text-primary focus:tw-outline-none tw-disabled:bg-Fills-quintiary tw-px-[12px] tw-pt-[8px] tw-pb-[7px]",
3014
- error: "tw-bg-Text-textSecondaryPlusDark tw-placeholder-Fills-quadrutery tw-text-Text-primary MediumBodyRegular tw-border tw-border-System-red tw-rounded-sm active:tw-text-Text-primary focus:tw-outline-none tw-disabled:bg-Fills-quintiary tw-px-[12px] tw-pt-[8px] tw-pb-[7px]",
3015
- errorRounded: "tw-bg-Text-textSecondaryPlusDark tw-placeholder-Fills-quadrutery tw-text-Text-primary MediumBodyRegular tw-border tw-border-System-red tw-rounded-sm active:tw-text-Text-primary focus:tw-outline-none tw-disabled:bg-Fills-quintiary tw-px-[12px] tw-pt-[8px] tw-pb-[7px]"
3016
- }, _r = Q.forwardRef(
3017
- (f, u) => {
3018
- var g = f, { color: t = "primary", disabled: n = !1, textarea: r = !1, label: o, caption: i, className: s } = g, c = L(g, ["color", "disabled", "textarea", "label", "caption", "className"]);
3019
- return r ? /* @__PURE__ */ b.jsx(
3030
+ We.displayName = "Asteric";
3031
+ const gt = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.482%2010.047c2.498%200%204.566-2.072%204.566-4.565%200-2.498-2.073-4.565-4.57-4.565C2.985.917.917%202.984.917%205.482c0%202.493%202.072%204.565%204.565%204.565zm0-.76a3.786%203.786%200%200%201-3.8-3.805%203.782%203.782%200%200%201%203.796-3.805%203.794%203.794%200%200%201%203.809%203.805%203.79%203.79%200%200%201-3.805%203.804z'%20fill='%23FF453A'/%3e%3cpath%20d='M4.452%207.978h1.821a.316.316%200%201%200%200-.631h-.555V5.069c0-.242-.12-.403-.349-.403h-.841a.316.316%200%201%200%200%20.631h.479v2.05h-.555a.316.316%200%201%200%200%20.631zm.743-4.055c.326%200%20.582-.26.582-.587a.582.582%200%201%200-1.164%200c0%20.327.26.587.582.587z'%20fill='%23FF453A'/%3e%3c/svg%3e", mt = "data:image/svg+xml,%3csvg%20width='11'%20height='11'%20viewBox='0%200%2011%2011'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.482%2010.047c2.498%200%204.566-2.072%204.566-4.565%200-2.498-2.073-4.565-4.57-4.565C2.985.917.917%202.984.917%205.482c0%202.493%202.072%204.565%204.565%204.565zm0-.76a3.786%203.786%200%200%201-3.8-3.805%203.782%203.782%200%200%201%203.796-3.805%203.794%203.794%200%200%201%203.809%203.805%203.79%203.79%200%200%201-3.805%203.804z'%20fill='%2328CD41'/%3e%3cpath%20d='M5.242%207.713a.42.42%200%200%200%20.363-.21L7.65%204.283c.05-.09.108-.188.108-.286%200-.202-.18-.332-.367-.332-.112%200-.224.072-.31.202l-1.857%202.98-.881-1.14c-.108-.144-.206-.18-.332-.18a.347.347%200%200%200-.344.354c0%20.099.04.193.103.278l1.092%201.342c.112.148.233.21.38.21z'%20fill='%2328CD41'/%3e%3c/svg%3e", bt = {
3032
+ primary: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-primary ds_MediumBodyRegular ds-border ds-border-Fills-terciary ds-rounded-sm hover:ds-border-Fills-secondary active:ds-text-Text-primary active:ds-border-Text-primary focus:ds-border-Text-primary focus:ds-outline-none disabled:ds-text-Text-secondary disabled:bg-Fills-quintiary ds-px-[12px] ds-pt-[8px] ds-pb-[7px]",
3033
+ primaryRounded: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-primary ds_MediumBodyRegular ds-border ds-border-Fills-terciary ds-rounded-sm hover:ds-border-Fills-secondary active:ds-text-Text-primary active:ds-border-Text-primary focus:ds-border-Text-primary focus:ds-outline-none disabled:bg-Fills-quintiary ds-px-[12px] ds-pt-[8px] ds-pb-[7px]",
3034
+ success: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-primary ds_MediumBodyRegular ds-border ds-border-Fills-terciary ds-rounded-sm hover:ds-border-Fills-secondary active:ds-text-Text-primary active:ds-border-Text-primary focus:ds-border-Text-primary focus:ds-outline-none disabled:bg-Fills-quintiary ds-px-[12px] ds-pt-[8px] ds-pb-[7px]",
3035
+ error: "ds-bg-System-red ds-bg-opacity-[0.1] ds-placeholder-Fills-quadrutery ds-text-Text-primary ds_MediumBodyRegular ds-border ds-border-System-red ds-rounded-sm active:ds-text-Text-primary focus:ds-outline-none ds-disabled:bg-Fills-quintiary ds-px-[12px] ds-pt-[8px] ds-pb-[7px]",
3036
+ errorRounded: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-primary ds_MediumBodyRegular ds-border ds-border-System-red ds-rounded-sm active:ds-text-Text-primary focus:ds-outline-none ds-disabled:bg-Fills-quintiary ds-px-[12px] ds-pt-[8px] ds-pb-[7px]",
3037
+ disabled: "ds-bg-Text-textSecondaryPlusDark ds-placeholder-Fills-quadrutery ds-text-Text-secondary ds_MediumBodyRegular ds-border ds-border-Fills-quintiary ds-cursor-not-allowed ds-rounded-sm hover:ds-border-Fills-quintiary active:ds-placeholder-Fills-quadrutery active:ds-border-Fills-quintiary focus:ds-border-Fills-quintiary focus:ds-outline-none disabled:bg-Fills-quintiary ds-px-[12px] ds-pt-[8px] ds-pb-[7px]"
3038
+ }, ht = {
3039
+ primary: "ds-text-Text-primary",
3040
+ primaryRounded: "ds-text-Text-primary",
3041
+ success: "ds-text-Text-primary",
3042
+ error: "ds-text-System-red",
3043
+ errorRounded: "ds-text-System-red",
3044
+ disabled: "ds-text-Text-secondary"
3045
+ }, xt = {
3046
+ primary: "ds-text-Text-primary",
3047
+ primaryRounded: "ds-text-Text-primary",
3048
+ success: "ds-text-Text-primary",
3049
+ error: "ds-flex ds-flex-row ds-items-center ds-justify-start ds-text-System-red",
3050
+ errorRounded: "ds-text-System-red",
3051
+ disabled: "ds-text-Text-secondary"
3052
+ }, $r = D.forwardRef(
3053
+ (j, b) => {
3054
+ var N = j, {
3055
+ color: e = "primary",
3056
+ disabled: s = !1,
3057
+ textarea: r = !1,
3058
+ label: a,
3059
+ required: o = !1,
3060
+ caption: d,
3061
+ labelClass: l,
3062
+ InputDivClass: c,
3063
+ captionClass: u,
3064
+ className: p
3065
+ } = N, g = B(N, [
3066
+ "color",
3067
+ "disabled",
3020
3068
  "textarea",
3021
- F({
3022
- disabled: n,
3023
- className: O(S(st[t], s))
3024
- }, c)
3025
- ) : /* @__PURE__ */ b.jsxs("div", { className: "tw-flex tw-flex-col tw-items-start tw-w-full", children: [
3026
- o && /* @__PURE__ */ b.jsx("label", { className: "MediumSubheadRegular tw-mb-space075", children: o }),
3027
- /* @__PURE__ */ b.jsx(
3069
+ "label",
3070
+ "required",
3071
+ "caption",
3072
+ "labelClass",
3073
+ "InputDivClass",
3074
+ "captionClass",
3075
+ "className"
3076
+ ]);
3077
+ return r ? /* @__PURE__ */ n.jsx(n.Fragment, { children: /* @__PURE__ */ n.jsxs("div", { className: w("ds-flex ds-flex-col ds-items-start ds-w-full", c), children: [
3078
+ a && /* @__PURE__ */ n.jsxs(
3079
+ "label",
3080
+ {
3081
+ className: w(
3082
+ "ds-text-mediumFootnoteRegular ds-tablet:ds_SmallSubheadRegular ds-desktop:MediumSubheadRegular ds-mb-space075",
3083
+ l,
3084
+ ht[e]
3085
+ ),
3086
+ children: [
3087
+ a,
3088
+ " ",
3089
+ o && /* @__PURE__ */ n.jsx(We, {})
3090
+ ]
3091
+ }
3092
+ ),
3093
+ /* @__PURE__ */ n.jsx(
3094
+ "textarea",
3095
+ M({
3096
+ disabled: s,
3097
+ className: w(v(bt[e], p))
3098
+ }, g)
3099
+ ),
3100
+ d && /* @__PURE__ */ n.jsxs(
3101
+ "caption",
3102
+ {
3103
+ className: w(
3104
+ v("ds-text-mediumFootnoteRegular ds-tablet:ds_SmallSubheadRegular ds-font-normal ds-mt-space075", xt[e]),
3105
+ u
3106
+ ),
3107
+ children: [
3108
+ e === "error" && /* @__PURE__ */ n.jsx(
3109
+ "img",
3110
+ {
3111
+ src: gt,
3112
+ alt: "error",
3113
+ className: w(v("ds-me-1"))
3114
+ }
3115
+ ),
3116
+ e === "success" && /* @__PURE__ */ n.jsx(
3117
+ "img",
3118
+ {
3119
+ src: mt,
3120
+ alt: "success",
3121
+ className: w(v("ds-me-1"))
3122
+ }
3123
+ ),
3124
+ d
3125
+ ]
3126
+ }
3127
+ )
3128
+ ] }) }) : /* @__PURE__ */ n.jsxs("div", { className: w("ds-flex ds-flex-col ds-items-start ds-w-full", c), children: [
3129
+ a && /* @__PURE__ */ n.jsxs(
3130
+ "label",
3131
+ {
3132
+ className: w(
3133
+ "ds-text-mediumFootnoteRegular ds-tablet:ds_SmallSubheadRegular ds-mb-space075",
3134
+ l,
3135
+ ht[e]
3136
+ ),
3137
+ children: [
3138
+ a,
3139
+ " ",
3140
+ o && /* @__PURE__ */ n.jsx(We, {})
3141
+ ]
3142
+ }
3143
+ ),
3144
+ /* @__PURE__ */ n.jsx(
3028
3145
  "input",
3029
- F({
3030
- ref: u,
3031
- disabled: n,
3032
- className: O(S(st[t], s))
3033
- }, c)
3146
+ M({
3147
+ ref: b,
3148
+ disabled: s,
3149
+ className: w(v(bt[e], p))
3150
+ }, g)
3034
3151
  ),
3035
- i && /* @__PURE__ */ b.jsx("caption", { className: "MediumCaption1Regular tw-font-normal", children: i })
3152
+ d && /* @__PURE__ */ n.jsxs(
3153
+ "caption",
3154
+ {
3155
+ className: w(
3156
+ v("ds-text-mediumFootnoteRegular ds-tablet:ds-text-mediumCaption1Regular ds-font-normal ds-mt-space075", xt[e]),
3157
+ u
3158
+ ),
3159
+ children: [
3160
+ e === "error" && /* @__PURE__ */ n.jsx(
3161
+ "img",
3162
+ {
3163
+ src: gt,
3164
+ alt: "error",
3165
+ className: w(v("ds-me-1"))
3166
+ }
3167
+ ),
3168
+ e === "success" && /* @__PURE__ */ n.jsx(
3169
+ "img",
3170
+ {
3171
+ src: mt,
3172
+ alt: "success",
3173
+ className: w(v("ds-me-1"))
3174
+ }
3175
+ ),
3176
+ d
3177
+ ]
3178
+ }
3179
+ )
3036
3180
  ] });
3037
3181
  }
3038
3182
  );
3039
- _r.displayName = "Input";
3040
- function yt(t) {
3041
- var n, r, o = "";
3042
- if (typeof t == "string" || typeof t == "number")
3043
- o += t;
3044
- else if (typeof t == "object")
3045
- if (Array.isArray(t))
3046
- for (n = 0; n < t.length; n++)
3047
- t[n] && (r = yt(t[n])) && (o && (o += " "), o += r);
3183
+ $r.displayName = "Input";
3184
+ function St(e) {
3185
+ var s, r, a = "";
3186
+ if (typeof e == "string" || typeof e == "number")
3187
+ a += e;
3188
+ else if (typeof e == "object")
3189
+ if (Array.isArray(e))
3190
+ for (s = 0; s < e.length; s++)
3191
+ e[s] && (r = St(e[s])) && (a && (a += " "), a += r);
3048
3192
  else
3049
- for (n in t)
3050
- t[n] && (o && (o += " "), o += n);
3051
- return o;
3193
+ for (s in e)
3194
+ e[s] && (a && (a += " "), a += s);
3195
+ return a;
3052
3196
  }
3053
- function Sr() {
3054
- for (var t, n, r = 0, o = ""; r < arguments.length; )
3055
- (t = arguments[r++]) && (n = yt(t)) && (o && (o += " "), o += n);
3056
- return o;
3197
+ function Lr() {
3198
+ for (var e, s, r = 0, a = ""; r < arguments.length; )
3199
+ (e = arguments[r++]) && (s = St(e)) && (a && (a += " "), a += s);
3200
+ return a;
3057
3201
  }
3058
- const lt = (t) => typeof t == "boolean" ? "".concat(t) : t === 0 ? "0" : t, ct = Sr, vt = (t, n) => (r) => {
3059
- var o;
3060
- if ((n == null ? void 0 : n.variants) == null)
3061
- return ct(t, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
3062
- const { variants: i, defaultVariants: s } = n, c = Object.keys(i).map((g) => {
3063
- const p = r == null ? void 0 : r[g], y = s == null ? void 0 : s[g];
3064
- if (p === null)
3202
+ const vt = (e) => typeof e == "boolean" ? "".concat(e) : e === 0 ? "0" : e, yt = Lr, Tt = (e, s) => (r) => {
3203
+ var a;
3204
+ if ((s == null ? void 0 : s.variants) == null)
3205
+ return yt(e, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
3206
+ const { variants: o, defaultVariants: d } = s, l = Object.keys(o).map((p) => {
3207
+ const g = r == null ? void 0 : r[p], b = d == null ? void 0 : d[p];
3208
+ if (g === null)
3065
3209
  return null;
3066
- const E = lt(p) || lt(y);
3067
- return i[g][E];
3068
- }), u = r && Object.entries(r).reduce((g, p) => {
3069
- let [y, E] = p;
3070
- return E === void 0 || (g[y] = E), g;
3071
- }, {}), f = n == null || (o = n.compoundVariants) === null || o === void 0 ? void 0 : o.reduce((g, p) => {
3072
- let M = p, { class: y, className: E } = M, N = L(M, ["class", "className"]);
3073
- return Object.entries(N).every((T) => {
3074
- let [P, A] = T;
3075
- return Array.isArray(A) ? A.includes(F(F({}, s), u)[P]) : F(F({}, s), u)[P] === A;
3210
+ const j = vt(g) || vt(b);
3211
+ return o[p][j];
3212
+ }), c = r && Object.entries(r).reduce((p, g) => {
3213
+ let [b, j] = g;
3214
+ return j === void 0 || (p[b] = j), p;
3215
+ }, {}), u = s == null || (a = s.compoundVariants) === null || a === void 0 ? void 0 : a.reduce((p, g) => {
3216
+ let $ = g, { class: b, className: j } = $, N = B($, ["class", "className"]);
3217
+ return Object.entries(N).every((S) => {
3218
+ let [P, z] = S;
3219
+ return Array.isArray(z) ? z.includes(M(M({}, d), c)[P]) : M(M({}, d), c)[P] === z;
3076
3220
  }) ? [
3077
- ...g,
3078
- y,
3079
- E
3080
- ] : g;
3221
+ ...p,
3222
+ b,
3223
+ j
3224
+ ] : p;
3081
3225
  }, []);
3082
- return ct(t, c, f, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
3083
- }, Pr = vt("tw-border tw-text-text-primary", {
3226
+ return yt(e, l, u, r == null ? void 0 : r.class, r == null ? void 0 : r.className);
3227
+ }, Vr = Tt("ds-border ds-text-text-primary", {
3084
3228
  variants: {
3085
3229
  cardType: {
3086
- default: "tw-shadow-none",
3087
- shadowCard: "tw-shadow-card"
3230
+ default: "ds-shadow-none",
3231
+ shadowCard: "ds-shadow-card"
3088
3232
  }
3089
3233
  },
3090
3234
  defaultVariants: {
3091
3235
  cardType: "default"
3092
3236
  }
3093
- }), Ar = J.forwardRef(
3094
- (i, o) => {
3095
- var s = i, { className: t, cardType: n } = s, r = L(s, ["className", "cardType"]);
3096
- return /* @__PURE__ */ b.jsx(
3237
+ }), Wr = Z.forwardRef(
3238
+ (o, a) => {
3239
+ var d = o, { className: e, cardType: s } = d, r = B(d, ["className", "cardType"]);
3240
+ return /* @__PURE__ */ n.jsx(
3097
3241
  "div",
3098
- F({
3099
- ref: o,
3100
- className: O(
3101
- S(
3102
- Pr({
3103
- cardType: n,
3104
- className: t
3242
+ M({
3243
+ ref: a,
3244
+ className: w(
3245
+ v(
3246
+ Vr({
3247
+ cardType: s,
3248
+ className: e
3105
3249
  }),
3106
- "tw-rounded"
3250
+ "ds-rounded"
3107
3251
  ),
3108
- t
3252
+ e
3109
3253
  )
3110
3254
  }, r)
3111
3255
  );
3112
3256
  }
3113
3257
  );
3114
- Ar.displayName = "Card";
3115
- const Nr = J.forwardRef(
3116
- (o, r) => {
3117
- var i = o, { className: t } = i, n = L(i, ["className"]);
3118
- return /* @__PURE__ */ b.jsx(
3258
+ Wr.displayName = "Card";
3259
+ const qr = Z.forwardRef(
3260
+ (a, r) => {
3261
+ var o = a, { className: e } = o, s = B(o, ["className"]);
3262
+ return /* @__PURE__ */ n.jsx(
3119
3263
  "div",
3120
- F({
3264
+ M({
3121
3265
  ref: r,
3122
- className: O(
3123
- S("tw-flex tw-flex-col tw-pt-space300 tw-pb-space200 tw-px-space300", t)
3266
+ className: w(
3267
+ v("ds-flex ds-flex-col ds-pt-space300 ds-pb-space200 ds-px-space300", e)
3124
3268
  )
3125
- }, n)
3269
+ }, s)
3126
3270
  );
3127
3271
  }
3128
3272
  );
3129
- Nr.displayName = "CardHeader";
3130
- const Or = J.forwardRef(
3131
- (o, r) => {
3132
- var i = o, { className: t } = i, n = L(i, ["className"]);
3133
- return /* @__PURE__ */ b.jsx(
3273
+ qr.displayName = "CardHeader";
3274
+ const Gr = Z.forwardRef(
3275
+ (a, r) => {
3276
+ var o = a, { className: e } = o, s = B(o, ["className"]);
3277
+ return /* @__PURE__ */ n.jsx(
3134
3278
  "div",
3135
- F({
3279
+ M({
3136
3280
  ref: r,
3137
- className: O(S("tw-font-medium", t))
3138
- }, n)
3281
+ className: w(v("ds-font-medium", e))
3282
+ }, s)
3139
3283
  );
3140
3284
  }
3141
3285
  );
3142
- Or.displayName = "Title";
3143
- const Fr = J.forwardRef(
3144
- (o, r) => {
3145
- var i = o, { className: t } = i, n = L(i, ["className"]);
3146
- return /* @__PURE__ */ b.jsx(
3286
+ Gr.displayName = "Title";
3287
+ const Yr = Z.forwardRef(
3288
+ (a, r) => {
3289
+ var o = a, { className: e } = o, s = B(o, ["className"]);
3290
+ return /* @__PURE__ */ n.jsx(
3147
3291
  "div",
3148
- F({
3292
+ M({
3149
3293
  ref: r,
3150
- className: O(S("tw-font-regular", t))
3151
- }, n)
3294
+ className: w(v("ds-font-regular", e))
3295
+ }, s)
3152
3296
  );
3153
3297
  }
3154
3298
  );
3155
- Fr.displayName = "Description";
3156
- const Ir = J.forwardRef(
3157
- (o, r) => {
3158
- var i = o, { className: t } = i, n = L(i, ["className"]);
3159
- return /* @__PURE__ */ b.jsx(
3299
+ Yr.displayName = "Description";
3300
+ const Ur = Z.forwardRef(
3301
+ (a, r) => {
3302
+ var o = a, { className: e } = o, s = B(o, ["className"]);
3303
+ return /* @__PURE__ */ n.jsx(
3160
3304
  "div",
3161
- F({
3305
+ M({
3162
3306
  ref: r,
3163
- className: O(S("tw-pb-space300 tw-px-space300 ", t))
3164
- }, n)
3307
+ className: w(v("ds-pb-space300 ds-px-space300 ", e))
3308
+ }, s)
3165
3309
  );
3166
3310
  }
3167
3311
  );
3168
- Ir.displayName = "Content";
3169
- const Mr = J.forwardRef(
3170
- (o, r) => {
3171
- var i = o, { className: t } = i, n = L(i, ["className"]);
3172
- return /* @__PURE__ */ b.jsx(
3312
+ Ur.displayName = "Content";
3313
+ const Hr = Z.forwardRef(
3314
+ (a, r) => {
3315
+ var o = a, { className: e } = o, s = B(o, ["className"]);
3316
+ return /* @__PURE__ */ n.jsx(
3173
3317
  "div",
3174
- F({
3318
+ M({
3175
3319
  ref: r,
3176
- className: O(S("tw-pb-space300 tw-px-space300", t))
3177
- }, n)
3320
+ className: w(v("ds-pb-space300 ds-px-space300", e))
3321
+ }, s)
3178
3322
  );
3179
3323
  }
3180
3324
  );
3181
- Mr.displayName = "Footer";
3182
- const zr = vt(
3183
- "tw-grid zero:tw-grid-cols-4 tw-gap-x-8 mobile:tw-grid-cols-4 tablet:tw-grid-cols-6 desktop:tw-grid-cols-12 wide_desktop:tw-grid-cols-12 tw-w-full",
3325
+ Hr.displayName = "Footer";
3326
+ const Jr = Tt(
3327
+ "ds-grid ds-zero:ds-grid-cols-4 ds-gap-x-8 ds-mobile:ds-grid-cols-4 ds-tablet:ds-grid-cols-6 ds-desktop:ds-grid-cols-12 ds-wide_desktop:ds-grid-cols-12 ds-w-full",
3184
3328
  {
3185
3329
  variants: {
3186
3330
  display: {
3187
- grid: "tw-grid",
3188
- inlineGrid: "tw-inline-grid"
3331
+ grid: "ds-grid",
3332
+ inlineGrid: "ds-inline-grid"
3189
3333
  },
3190
3334
  gap: {
3191
- gap0: "tw-gap0",
3192
- gap100: "tw-gap-100",
3193
- gap150: "tw-gap-150",
3194
- gap200: "tw-gap-200",
3195
- gap300: "tw-gap-300",
3196
- gap400: "tw-gap-400",
3197
- gap600: "tw-gap-600",
3198
- gap800: "tw-gap-800",
3199
- gap1000: "tw-gap-1000",
3200
- gap1200: "tw-gap-1200",
3201
- gap1600: "tw-gap-1600",
3202
- gap2000: "tw-gap-2000"
3335
+ gap0: "ds-gap0",
3336
+ gap100: "ds-gap-100",
3337
+ gap150: "ds-gap-150",
3338
+ gap200: "ds-gap-200",
3339
+ gap300: "ds-gap-300",
3340
+ gap400: "ds-gap-400",
3341
+ gap600: "ds-gap-600",
3342
+ gap800: "ds-gap-800",
3343
+ gap1000: "ds-gap-1000",
3344
+ gap1200: "ds-gap-1200",
3345
+ gap1600: "ds-gap-1600",
3346
+ gap2000: "ds-gap-2000"
3203
3347
  },
3204
3348
  gapX: {
3205
- gap0: "tw-gap-x-0",
3206
- gap100: "tw-gap-x-100",
3207
- gap150: "tw-gap-x-150",
3208
- gap200: "tw-gap-x-200",
3209
- gap300: "tw-gap-x-300",
3210
- gap400: "tw-gap-x-400",
3211
- gap600: "tw-gap-x-600",
3212
- gap800: "tw-gap-x-800",
3213
- gap1000: "tw-gap-x-1000",
3214
- gap1200: "tw-gap-x-1200",
3215
- gap1600: "tw-gap-x-1600",
3216
- gap2000: "tw-gap-x-2000"
3349
+ gap0: "ds-gap-x-0",
3350
+ gap100: "ds-gap-x-100",
3351
+ gap150: "ds-gap-x-150",
3352
+ gap200: "ds-gap-x-200",
3353
+ gap300: "ds-gap-x-300",
3354
+ gap400: "ds-gap-x-400",
3355
+ gap600: "ds-gap-x-600",
3356
+ gap800: "ds-gap-x-800",
3357
+ gap1000: "ds-gap-x-1000",
3358
+ gap1200: "ds-gap-x-1200",
3359
+ gap1600: "ds-gap-x-1600",
3360
+ gap2000: "ds-gap-x-2000"
3217
3361
  },
3218
3362
  gapY: {
3219
- gap0: "tw-gap-y-0",
3220
- gap100: "tw-gap-y-100",
3221
- gap150: "tw-gap-y-150",
3222
- gap200: "tw-gap-y-200",
3223
- gap300: "tw-gap-y-300",
3224
- gap400: "tw-gap-y-400",
3225
- gap600: "tw-gap-y-600",
3226
- gap800: "tw-gap-y-800",
3227
- gap1000: "tw-gap-y-1000",
3228
- gap1200: "tw-gap-y-1200",
3229
- gap1600: "tw-gap-y-1600",
3230
- gap2000: "tw-gap-y-2000"
3363
+ gap0: "ds-gap-y-0",
3364
+ gap100: "ds-gap-y-100",
3365
+ gap150: "ds-gap-y-150",
3366
+ gap200: "ds-gap-y-200",
3367
+ gap300: "ds-gap-y-300",
3368
+ gap400: "ds-gap-y-400",
3369
+ gap600: "ds-gap-y-600",
3370
+ gap800: "ds-gap-y-800",
3371
+ gap1000: "ds-gap-y-1000",
3372
+ gap1200: "ds-gap-y-1200",
3373
+ gap1600: "ds-gap-y-1600",
3374
+ gap2000: "ds-gap-y-2000"
3231
3375
  },
3232
3376
  justifyContent: {
3233
- normal: "tw-justify-normal",
3234
- start: "tw-justify-start",
3235
- end: "tw-justify-end",
3236
- center: "tw-justify-center",
3237
- between: "tw-justify-between",
3238
- around: "tw-justify-around",
3239
- evenly: "tw-justify-evenly",
3240
- stretch: "tw-justify-stretch"
3377
+ normal: "ds-justify-normal",
3378
+ start: "ds-justify-start",
3379
+ end: "ds-justify-end",
3380
+ center: "ds-justify-center",
3381
+ between: "ds-justify-between",
3382
+ around: "ds-justify-around",
3383
+ evenly: "ds-justify-evenly",
3384
+ stretch: "ds-justify-stretch"
3241
3385
  },
3242
3386
  justifyItems: {
3243
- start: "tw-justify-items-start",
3244
- end: "tw-justify-items-end",
3245
- center: "tw-justify-items-center",
3246
- stretch: "tw-justify-items-stretch"
3387
+ start: "ds-justify-items-start",
3388
+ end: "ds-justify-items-end",
3389
+ center: "ds-justify-items-center",
3390
+ stretch: "ds-justify-items-stretch"
3247
3391
  },
3248
3392
  alignContent: {
3249
- normal: "tw-content-normal",
3250
- center: "tw-content-center",
3251
- start: "tw-content-start",
3252
- end: "tw-content-end",
3253
- between: "tw-content-between",
3254
- around: "tw-content-around",
3255
- evenly: "tw-content-evenly",
3256
- baseline: "tw-content-baseline",
3257
- stretch: "tw-content-stretch"
3393
+ normal: "ds-content-normal",
3394
+ center: "ds-content-center",
3395
+ start: "ds-content-start",
3396
+ end: "ds-content-end",
3397
+ between: "ds-content-between",
3398
+ around: "ds-content-around",
3399
+ evenly: "ds-content-evenly",
3400
+ baseline: "ds-content-baseline",
3401
+ stretch: "ds-content-stretch"
3258
3402
  },
3259
3403
  alignItems: {
3260
- start: "tw-items-start",
3261
- end: "tw-items-end",
3262
- center: "tw-items-center",
3263
- baseline: "tw-items-baseline",
3264
- stretch: "tw-items-stretch"
3404
+ start: "ds-items-start",
3405
+ end: "ds-items-end",
3406
+ center: "ds-items-center",
3407
+ baseline: "ds-items-baseline",
3408
+ stretch: "ds-items-stretch"
3265
3409
  },
3266
3410
  placeContent: {
3267
- center: "tw-place-content-center",
3268
- start: "tw-place-content-start",
3269
- end: "tw-place-content-end",
3270
- between: "tw-place-content-between",
3271
- around: "tw-place-content-around",
3272
- evenly: "tw-place-content-evenly",
3273
- baseline: "tw-place-content-baseline",
3274
- stretch: "tw-place-content-stretch"
3411
+ center: "ds-place-content-center",
3412
+ start: "ds-place-content-start",
3413
+ end: "ds-place-content-end",
3414
+ between: "ds-place-content-between",
3415
+ around: "ds-place-content-around",
3416
+ evenly: "ds-place-content-evenly",
3417
+ baseline: "ds-place-content-baseline",
3418
+ stretch: "ds-place-content-stretch"
3275
3419
  },
3276
3420
  placeItems: {
3277
- start: "tw-place-items-start",
3278
- end: "tw-place-items-end",
3279
- center: "tw-place-items-center",
3280
- baseline: "tw-place-items-baseline",
3281
- stretch: "tw-place-items-stretch"
3421
+ start: "ds-place-items-start",
3422
+ end: "ds-place-items-end",
3423
+ center: "ds-place-items-center",
3424
+ baseline: "ds-place-items-baseline",
3425
+ stretch: "ds-place-items-stretch"
3282
3426
  }
3283
3427
  }
3284
3428
  }
3285
- ), Dr = J.forwardRef(
3286
- (i, o) => {
3287
- var s = i, { className: t, children: n } = s, r = L(s, ["className", "children"]);
3288
- return /* @__PURE__ */ b.jsx(
3429
+ ), Xr = Z.forwardRef(
3430
+ (o, a) => {
3431
+ var d = o, { className: e, children: s } = d, r = B(d, ["className", "children"]);
3432
+ return /* @__PURE__ */ n.jsx(
3289
3433
  "div",
3290
- tt(F({
3291
- className: O(
3292
- S(
3293
- zr({
3434
+ Ce(M({
3435
+ className: w(
3436
+ v(
3437
+ Jr({
3294
3438
  display: r == null ? void 0 : r.display,
3295
3439
  gap: r == null ? void 0 : r.gap,
3296
3440
  gapX: r == null ? void 0 : r.gapX,
@@ -3301,202 +3445,237 @@ const zr = vt(
3301
3445
  alignItems: r == null ? void 0 : r.alignItems,
3302
3446
  placeContent: r == null ? void 0 : r.placeContent,
3303
3447
  placeItems: r == null ? void 0 : r.placeItems,
3304
- className: t
3448
+ className: e
3305
3449
  })
3306
3450
  )
3307
3451
  ),
3308
- ref: o
3452
+ ref: a
3309
3453
  }, r), {
3310
- children: n
3454
+ children: s
3311
3455
  })
3312
3456
  );
3313
3457
  }
3314
3458
  );
3315
- Dr.displayName = "Grid";
3316
- const ut = (t) => {
3317
- let n = "";
3318
- switch (t) {
3459
+ Xr.displayName = "Grid";
3460
+ const wt = (e) => {
3461
+ let s = "";
3462
+ switch (e) {
3319
3463
  case "STANDARD":
3320
3464
  case "STANDARD_LINE_SEPARATED":
3321
- n = "tw-font-medium tw-text-Text-primary";
3465
+ s = "ds-font-semibold ds-text-Text-primary ds_xSmallBodyEmphasized ds-tablet:ds_SmallBodyEmphasized ds-desktop:ds_MediumCalloutEmphasized";
3322
3466
  break;
3323
3467
  case "DISCOUNT":
3324
- n = "tw-font-normal tw-text-teal-400";
3468
+ s = "ds-font-normal ds-text-teal-400 ds_xSmallBodyEmphasized ds-tablet:ds_SmallCalloutRegular ds-desktop:ds_MediumCalloutRegular";
3325
3469
  break;
3326
3470
  case "FEE":
3327
3471
  case "TAX":
3328
- n = "tw-font-medium tw-text-Text-secondary";
3472
+ s = "ds-font-normal ds-text-Text-secondary ds_xSmallCalloutRegular ds-tablet:ds_SmallCalloutRegular ds-desktop:ds_MediumCalloutRegular";
3329
3473
  break;
3330
3474
  }
3331
- return n;
3332
- }, Br = J.forwardRef(
3333
- ({ className: t, items: n }, r) => /* @__PURE__ */ b.jsx(b.Fragment, { children: /* @__PURE__ */ b.jsx(
3334
- "div",
3335
- {
3336
- className: O(S(t, "tw-w-full tw-flex tw-flex-col")),
3337
- ref: r,
3338
- children: n.length > 0 && n.map((o, i) => /* @__PURE__ */ b.jsxs("div", { children: [
3339
- o.type === "STANDARD_LINE_SEPARATED" && /* @__PURE__ */ b.jsx("hr", { className: "tw-mt-3 tw-mb-1" }),
3340
- /* @__PURE__ */ b.jsxs(
3341
- "div",
3342
- {
3343
- className: S(
3344
- "tw-flex tw-flex-row tw-justify-between",
3345
- i > 0 && "tw-mt-2",
3346
- i !== n.length && o.type === "STANDARD_LINE_SEPARATED" && "tw-mb-1"
3347
- ),
3348
- children: [
3349
- /* @__PURE__ */ b.jsx(
3350
- "span",
3351
- {
3352
- className: S(
3353
- "tw-text-xSmallCallout tablet:tw-text-mediumCallout tw-me-3",
3354
- ut(o.type)
3355
- ),
3356
- children: o.display_name
3357
- }
3358
- ),
3359
- /* @__PURE__ */ b.jsx(
3360
- "span",
3361
- {
3362
- className: S(
3363
- "tw-text-xSmallCallout tablet:tw-text-mediumCallout",
3364
- ut(o.type)
3365
- ),
3366
- children: o.currency_converted_amount
3367
- }
3368
- )
3369
- ]
3370
- }
3371
- )
3372
- ] }, `BookingQuoteLineItemType-${i}`))
3373
- }
3374
- ) })
3475
+ return s;
3476
+ }, Kr = D.forwardRef(
3477
+ ({ className: e, items: s, isExpandedInMobile: r }, a) => {
3478
+ const [o, d] = Ne(!1);
3479
+ return Te(() => {
3480
+ r && d(r);
3481
+ }, [r]), /* @__PURE__ */ n.jsxs(
3482
+ "div",
3483
+ {
3484
+ className: w(v(e, "ds-w-full ds-flex ds-flex-col")),
3485
+ ref: a,
3486
+ children: [
3487
+ /* @__PURE__ */ n.jsx("div", { children: s.length > 0 && s.map((l, c) => {
3488
+ var u;
3489
+ return /* @__PURE__ */ n.jsx(
3490
+ "div",
3491
+ {
3492
+ children: /* @__PURE__ */ n.jsxs("div", { className: v(
3493
+ l.key_name !== "total_amount" && "line-items",
3494
+ o === !0 && "show"
3495
+ ), children: [
3496
+ l.type === "STANDARD_LINE_SEPARATED" && /* @__PURE__ */ n.jsx("hr", { className: "ds-mt-3 ds-mb-1" }),
3497
+ /* @__PURE__ */ n.jsxs(
3498
+ "div",
3499
+ {
3500
+ className: v(
3501
+ "ds-flex ds-flex-row ds-justify-between",
3502
+ c > 0 && "ds-mt-2",
3503
+ c !== s.length && l.type === "STANDARD_LINE_SEPARATED" && "ds-mb-1"
3504
+ ),
3505
+ children: [
3506
+ /* @__PURE__ */ n.jsx(
3507
+ "span",
3508
+ {
3509
+ className: v(
3510
+ "ds-me-3",
3511
+ l.key_name !== "total_amount" && wt(l.type),
3512
+ ((u = l.display_name) == null ? void 0 : u.toLocaleLowerCase()) === "vat" && "ds-uppercase",
3513
+ l.key_name === "total_amount" && "ds_xSmallBodyEmphasized ds-tablet:ds_SmallCalloutEmphasized ds-desktop:ds_MediumBodyEmphasized"
3514
+ ),
3515
+ children: l.display_name
3516
+ }
3517
+ ),
3518
+ /* @__PURE__ */ n.jsx(
3519
+ "span",
3520
+ {
3521
+ className: v(
3522
+ !["total_amount"].includes(l.key_name) && l.type !== "SLASHED" && wt(l.type),
3523
+ l.key_name === "total_amount" && "ds_xSmallBodyEmphasized ds-tablet:ds_SmallCalloutEmphasized ds-desktop:ds_MediumBodyEmphasized",
3524
+ l.type === "SLASHED" && "ds-line-through ds-font-normal ds-text-Text-secondary"
3525
+ ),
3526
+ children: l.currency_converted_amount
3527
+ }
3528
+ )
3529
+ ]
3530
+ }
3531
+ )
3532
+ ] })
3533
+ },
3534
+ `BookingQuoteLineItemType-${c}`
3535
+ );
3536
+ }) }),
3537
+ /* @__PURE__ */ n.jsx("div", { children: /* @__PURE__ */ n.jsxs(
3538
+ "span",
3539
+ {
3540
+ className: "ds-flex ds-mt-3 ds-justify-end ds-items-center ds-text-Background-accentEggplant-100 ds-underline ds-cursor-pointer ds_xSmallFootnoteEmphasized ds-tablet:ds-hidden",
3541
+ onClick: () => d(!o),
3542
+ children: [
3543
+ "See ",
3544
+ o ? "less" : "details"
3545
+ ]
3546
+ }
3547
+ ) })
3548
+ ]
3549
+ }
3550
+ );
3551
+ }
3375
3552
  );
3376
- Br.displayName = "Booking_Quote_Card";
3377
- const Lr = "data:image/svg+xml,%3csvg%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23cr9x6s95oa)'%3e%3cpath%20d='M4.222%206.738c0%20.13.05.246.152.345l4.302%204.057a.475.475%200%200%200%20.353.141c.282%200%20.5-.204.5-.476a.483.483%200%200%200-.147-.34l-3.95-3.727%203.95-3.727a.493.493%200%200%200%20.146-.34c0-.273-.217-.477-.499-.477a.492.492%200%200%200-.353.136L4.374%206.392a.455.455%200%200%200-.152.346z'%20fill='%23fff'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='cr9x6s95oa'%3e%3cpath%20fill='%23fff'%20transform='translate(.333%20.05)'%20d='M0%200h13.333v12.864H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Wr = "data:image/svg+xml,%3csvg%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.084%206.738a.46.46%200%200%200-.158-.346L5.63%202.33a.514.514%200%200%200-.358-.136.477.477%200%200%200-.353.817l3.95%203.727-3.95%203.727a.477.477%200%200%200%20.353.817c.14%200%20.26-.048.358-.142l4.296-4.057a.47.47%200%200%200%20.158-.345z'%20fill='%23fff'/%3e%3c/svg%3e", $r = Q.forwardRef(({ images: t }) => {
3378
- const [n, r] = dt(0), o = () => {
3379
- r((s) => s === t.length - 1 ? 0 : s + 1);
3380
- }, i = () => {
3381
- r((s) => s === 0 ? t.length - 1 : s - 1);
3553
+ Kr.displayName = "Booking_Quote_Card";
3554
+ const Qr = "data:image/svg+xml,%3csvg%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23cr9x6s95oa)'%3e%3cpath%20d='M4.222%206.738c0%20.13.05.246.152.345l4.302%204.057a.475.475%200%200%200%20.353.141c.282%200%20.5-.204.5-.476a.483.483%200%200%200-.147-.34l-3.95-3.727%203.95-3.727a.493.493%200%200%200%20.146-.34c0-.273-.217-.477-.499-.477a.492.492%200%200%200-.353.136L4.374%206.392a.455.455%200%200%200-.152.346z'%20fill='%23fff'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='cr9x6s95oa'%3e%3cpath%20fill='%23fff'%20transform='translate(.333%20.05)'%20d='M0%200h13.333v12.864H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Zr = "data:image/svg+xml,%3csvg%20width='14'%20height='13'%20viewBox='0%200%2014%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.084%206.738a.46.46%200%200%200-.158-.346L5.63%202.33a.514.514%200%200%200-.358-.136.477.477%200%200%200-.353.817l3.95%203.727-3.95%203.727a.477.477%200%200%200%20.353.817c.14%200%20.26-.048.358-.142l4.296-4.057a.47.47%200%200%200%20.158-.345z'%20fill='%23fff'/%3e%3c/svg%3e", es = D.forwardRef(({ images: e }) => {
3555
+ const [s, r] = Ne(0), a = () => {
3556
+ r((d) => d === e.length - 1 ? 0 : d + 1);
3557
+ }, o = () => {
3558
+ r((d) => d === 0 ? e.length - 1 : d - 1);
3382
3559
  };
3383
- return /* @__PURE__ */ b.jsx(b.Fragment, { children: /* @__PURE__ */ b.jsxs("div", { className: "tw-relative tw-rounded-[4px] tw-w-full", children: [
3384
- t.length > 1 && /* @__PURE__ */ b.jsx(
3560
+ return /* @__PURE__ */ n.jsx(n.Fragment, { children: /* @__PURE__ */ n.jsxs("div", { className: "ds-relative ds-rounded-[4px] ds-w-full", children: [
3561
+ e.length > 1 && /* @__PURE__ */ n.jsx(
3385
3562
  "button",
3386
3563
  {
3387
- className: "tw-absolute tw-z-10 tw-top-[50%] -tw-translate-y-1/2 tw-left-4 tw-w-6 tw-h-6 tw-text-white tw-rounded-sm tw-flex tw-justify-center tw-items-center tw-bg-[rgba(255,255,255,0.25)] backdrop-blur-sm",
3388
- onClick: i,
3389
- children: /* @__PURE__ */ b.jsx(
3564
+ className: "ds-absolute ds-z-10 ds-top-[50%] -ds-translate-y-1/2 ds-left-4 ds-w-6 ds-h-6 ds-text-white ds-rounded-sm ds-flex ds-justify-center ds-items-center ds-bg-[rgba(255,255,255,0.25)] backdrop-blur-sm",
3565
+ onClick: o,
3566
+ children: /* @__PURE__ */ n.jsx(
3390
3567
  "img",
3391
3568
  {
3392
- src: Lr,
3569
+ src: Qr,
3393
3570
  alt: "prev"
3394
3571
  }
3395
3572
  )
3396
3573
  }
3397
3574
  ),
3398
- /* @__PURE__ */ b.jsx("div", { className: "picture tw-w-full tw-rounded-[4px]", style: {
3399
- backgroundImage: `url(${t[n]})`
3575
+ /* @__PURE__ */ n.jsx("div", { className: "picture ds-w-full ds-rounded-[4px]", style: {
3576
+ backgroundImage: `url(${e[s]})`
3400
3577
  } }),
3401
- t.length > 1 && /* @__PURE__ */ b.jsx(
3578
+ e.length > 1 && /* @__PURE__ */ n.jsx(
3402
3579
  "button",
3403
3580
  {
3404
- className: "tw-absolute tw-z-10 tw-top-[50%] -tw-translate-y-1/2 tw-right-4 tw-w-6 tw-h-6 tw-text-white tw-rounded-sm tw-flex tw-justify-center tw-items-center tw-bg-[rgba(255,255,255,0.25)] backdrop-blur-sm",
3405
- onClick: o,
3406
- children: /* @__PURE__ */ b.jsx(
3581
+ className: "ds-absolute ds-z-10 ds-top-[50%] -ds-translate-y-1/2 ds-right-4 ds-w-6 ds-h-6 ds-text-white ds-rounded-sm ds-flex ds-justify-center ds-items-center ds-bg-[rgba(255,255,255,0.25)] backdrop-blur-sm",
3582
+ onClick: a,
3583
+ children: /* @__PURE__ */ n.jsx(
3407
3584
  "img",
3408
3585
  {
3409
- src: Wr,
3586
+ src: Zr,
3410
3587
  alt: "next"
3411
3588
  }
3412
3589
  )
3413
3590
  }
3414
3591
  ),
3415
- t.length > 1 && /* @__PURE__ */ b.jsx("ul", { className: "tw-absolute tw-flex tw-flex-row tw-bottom-1 tw-left-1/2 -tw-translate-x-1/2 tw-z-10", children: t.map((s, c) => /* @__PURE__ */ b.jsx(
3592
+ e.length > 1 && /* @__PURE__ */ n.jsx("ul", { className: "ds-absolute ds-flex ds-flex-row ds-bottom-1 ds-left-1/2 -ds-translate-x-1/2 ds-z-10", children: e.map((d, l) => /* @__PURE__ */ n.jsx(
3416
3593
  "li",
3417
3594
  {
3418
- "aria-description": s,
3419
- className: O(
3420
- S(
3421
- "tw-w-[5px] tw-h-[4px] tw-block tw-z-10 tw-mx-[2.5px] tw-rounded-[1px]",
3422
- c !== n && "tw-bg-[rgba(255,255,255,0.5)]",
3423
- c === n && "tw-bg-[rgba(255,255,255,0.8)]"
3595
+ "aria-description": d,
3596
+ className: w(
3597
+ v(
3598
+ "ds-w-[5px] ds-h-[4px] ds-block ds-z-10 ds-mx-[2.5px] ds-rounded-[1px]",
3599
+ l !== s && "ds-bg-[rgba(255,255,255,0.5)]",
3600
+ l === s && "ds-bg-[rgba(255,255,255,0.8)]"
3424
3601
  )
3425
3602
  )
3426
3603
  },
3427
- c
3604
+ l
3428
3605
  )) })
3429
3606
  ] }) });
3430
3607
  });
3431
- $r.displayName = "Image_Carousel";
3432
- const Vr = Q.forwardRef(
3608
+ es.displayName = "Image_Carousel";
3609
+ const ts = D.forwardRef(
3433
3610
  ({
3434
- title: t,
3435
- content: n,
3611
+ title: e,
3612
+ content: s,
3436
3613
  expandIcon: r,
3437
- collapseIcon: o,
3438
- accordionClass: i,
3439
- accordionHeaderClass: s,
3440
- accordionTitleClass: c,
3441
- accordionContentClass: u,
3442
- isEnabled: f = !0,
3443
- isExpanded: g = !0
3444
- }, p) => {
3445
- const [y, E] = dt(g), N = () => {
3446
- f && E(!y);
3614
+ collapseIcon: a,
3615
+ accordionClass: o,
3616
+ accordionHeaderClass: d,
3617
+ accordionTitleClass: l,
3618
+ accordionContentClass: c,
3619
+ isEnabled: u = !0,
3620
+ isExpanded: p = !0
3621
+ }, g) => {
3622
+ const [b, j] = Ne(p), N = () => {
3623
+ u && j(!b);
3447
3624
  };
3448
- return /* @__PURE__ */ b.jsxs(
3625
+ return Te(() => {
3626
+ u && j(p);
3627
+ }, [u, p]), /* @__PURE__ */ n.jsxs(
3449
3628
  "div",
3450
3629
  {
3451
- className: O(S("silkhaus-accordion", i)),
3452
- ref: p,
3630
+ className: w(v("silkhaus-accordion", o)),
3631
+ ref: g,
3453
3632
  children: [
3454
- /* @__PURE__ */ b.jsxs(
3633
+ /* @__PURE__ */ n.jsxs(
3455
3634
  "div",
3456
3635
  {
3457
- className: O(
3458
- S(
3459
- "silkhaus-accordion-header tw-flex tw-flex-row tw-justify-between tw-items-center",
3460
- s,
3461
- !f && "tw-cursor-not-allowed",
3462
- f && "tw-cursor-pointer"
3636
+ className: w(
3637
+ v(
3638
+ "silkhaus-accordion-header ds-flex ds-flex-row ds-justify-between ds-items-center",
3639
+ d,
3640
+ !u && "ds-cursor-not-allowed",
3641
+ u && "ds-cursor-pointer"
3463
3642
  )
3464
3643
  ),
3465
3644
  onClick: N,
3466
3645
  children: [
3467
- /* @__PURE__ */ b.jsx("div", { className: O(S(c)), children: t }),
3468
- y ? o || "-" : r || "+"
3646
+ /* @__PURE__ */ n.jsx("div", { className: w(v(l)), children: e }),
3647
+ b ? a || "-" : r || "+"
3469
3648
  ]
3470
3649
  }
3471
3650
  ),
3472
- y && /* @__PURE__ */ b.jsx("div", { className: O(S("silkhaus-accordion-content", u)), children: n })
3651
+ b && /* @__PURE__ */ n.jsx("div", { className: w(v("silkhaus-accordion-content", c)), children: s })
3473
3652
  ]
3474
3653
  }
3475
3654
  );
3476
3655
  }
3477
3656
  );
3478
- Vr.displayName = "Accordion";
3479
- function Gr(...t) {
3480
- return O(S(t));
3657
+ ts.displayName = "Accordion";
3658
+ function rs(...e) {
3659
+ return w(v(e));
3481
3660
  }
3482
- const qr = Q.forwardRef(({
3483
- checked: t = !1,
3484
- onChange: n,
3661
+ const ss = D.forwardRef(({
3662
+ checked: e = !1,
3663
+ onChange: s,
3485
3664
  disabled: r = !1,
3486
- htmlId: o = "wa"
3487
- }, i) => /* @__PURE__ */ b.jsxs("label", { className: Gr("switch", r && "disabled"), htmlFor: o, children: [
3488
- /* @__PURE__ */ b.jsx(
3665
+ htmlId: a = "wa"
3666
+ }, o) => /* @__PURE__ */ n.jsxs("label", { className: rs("switch", r && "disabled"), htmlFor: a, children: [
3667
+ /* @__PURE__ */ n.jsx(
3489
3668
  "input",
3490
3669
  {
3491
- id: o,
3670
+ id: a,
3492
3671
  type: "checkbox",
3493
- checked: t,
3494
- onChange: n,
3495
- ref: i,
3672
+ checked: e,
3673
+ onChange: s,
3674
+ ref: o,
3496
3675
  disabled: r
3497
3676
  }
3498
3677
  ),
3499
- /* @__PURE__ */ b.jsx(
3678
+ /* @__PURE__ */ n.jsx(
3500
3679
  "span",
3501
3680
  {
3502
3681
  className: "slider round",
@@ -3507,19 +3686,353 @@ const qr = Q.forwardRef(({
3507
3686
  }
3508
3687
  )
3509
3688
  ] }));
3510
- qr.displayName = "Switch";
3689
+ ss.displayName = "Switch";
3690
+ const as = be((e, s) => {
3691
+ const d = e, { open: r, children: a } = d, o = B(d, ["open", "children"]);
3692
+ return /* @__PURE__ */ n.jsx("div", Ce(M({ ref: s, className: `dialog ${r ? "open" : ""}` }, o), { children: a }));
3693
+ });
3694
+ as.displayName = "Dialog";
3695
+ const ns = D.forwardRef(
3696
+ ({
3697
+ outerDivClassName: e = "",
3698
+ banner: s = "",
3699
+ title: r,
3700
+ description: a,
3701
+ primaryBtnText: o = "Submit",
3702
+ showPrimaryBtn: d,
3703
+ secondaryBtnText: l = "Cancel",
3704
+ showSecondaryBtn: c,
3705
+ onPrimaryBtnClick: u,
3706
+ onSecondaryBtnClick: p,
3707
+ disablePrimaryBtn: g = !1,
3708
+ disableSecondaryBtn: b = !1
3709
+ }, j) => /* @__PURE__ */ n.jsx("div", { className: w(e), children: /* @__PURE__ */ n.jsxs(
3710
+ "div",
3711
+ {
3712
+ className: w(
3713
+ v(
3714
+ "ds-bg-white ds-w-full ds-wide_ds-desktop:ds-w-[528px] ds-desktop:ds-w-[528px] ds-tablet:ds-w-[528px] ds-border ds-rounded",
3715
+ s && "ds-p-6"
3716
+ )
3717
+ ),
3718
+ ref: j,
3719
+ children: [
3720
+ s && /* @__PURE__ */ n.jsx(
3721
+ "div",
3722
+ {
3723
+ className: "ds-mb-4 ds-bg-Background-accentEggplant-5 banner",
3724
+ style: { backgroundImage: `url(${s})` }
3725
+ }
3726
+ ),
3727
+ /* @__PURE__ */ n.jsxs(
3728
+ "div",
3729
+ {
3730
+ className: v(
3731
+ !s && "ds-p-6 ds-border-t-4 ds-rounded-s ds-rounded-e ds-border-Background-accentEggplant-100"
3732
+ ),
3733
+ children: [
3734
+ /* @__PURE__ */ n.jsxs("div", { children: [
3735
+ /* @__PURE__ */ n.jsx(
3736
+ "h2",
3737
+ {
3738
+ className: v(
3739
+ "ds_MediumTitle1Emphasized ds-text-black ds-mb-0 ds-pb-4",
3740
+ s && "ds-border-t-2 ds-border-Background-accentEggplant-100 ds-pt-4"
3741
+ ),
3742
+ children: r
3743
+ }
3744
+ ),
3745
+ a && /* @__PURE__ */ n.jsx("span", { className: "ds-text-black MediumBodyRegular", children: a })
3746
+ ] }),
3747
+ /* @__PURE__ */ n.jsxs(
3748
+ "div",
3749
+ {
3750
+ className: v(
3751
+ "ds-flex ds-flex-col ds-pt-4 ds-tablet:ds-grid ds-tablet:ds-grid-flow-row ds-tablet:ds-grid-cols-2 ds-tablet:ds-gap-x-4 ds-tablet:ds-flex-row",
3752
+ d && c && "ds-tablet:ds-justify-between ds-items-center",
3753
+ d && !c && "ds-tablet:ds-justify-end ds-items-center"
3754
+ ),
3755
+ children: [
3756
+ /* @__PURE__ */ n.jsx("div", { className: "ds-tablet:ds-mt-0 ds-mt-4 ds-w-full ds-tablet:ds-w-auto ds-flex ds-flex-col ds-order-2 ds-tablet:ds-order-1", children: c && /* @__PURE__ */ n.jsx(
3757
+ Ve,
3758
+ {
3759
+ color: "secondary",
3760
+ onClick: p,
3761
+ disabled: b,
3762
+ className: "ds_MediumBodyEmphasized",
3763
+ size: "large",
3764
+ children: l
3765
+ }
3766
+ ) }),
3767
+ /* @__PURE__ */ n.jsx("div", { className: "ds-w-full ds-flex ds-flex-col ds-tablet:ds-w-auto ds-order-1 ds-tablet:ds-order-2", children: d && /* @__PURE__ */ n.jsx(
3768
+ Ve,
3769
+ {
3770
+ color: "primary",
3771
+ onClick: u,
3772
+ disabled: g,
3773
+ className: "ds_MediumBodyEmphasized",
3774
+ size: "large",
3775
+ children: o
3776
+ }
3777
+ ) })
3778
+ ]
3779
+ }
3780
+ )
3781
+ ]
3782
+ }
3783
+ )
3784
+ ]
3785
+ }
3786
+ ) })
3787
+ );
3788
+ ns.displayName = "AlertDialog";
3789
+ const os = "data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23jy0s9xho2a)'%3e%3cpath%20d='M6.647%2012.969a.925.925%200%200%200%20.82-.431l5.586-8.641c.14-.215.196-.405.196-.586%200-.475-.345-.811-.827-.811-.338%200-.54.116-.745.437l-5.054%208.009-2.589-3.28c-.193-.247-.4-.353-.692-.353-.492%200-.842.348-.842.825%200%20.207.071.404.247.614l3.088%203.81c.226.276.478.407.812.407z'%20fill='%23fff'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='jy0s9xho2a'%3e%3cpath%20fill='%23fff'%20transform='translate(.667%20.667)'%20d='M0%200h14.667v14.667H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", Nt = D.forwardRef(({ progress: e, text: s = "", borderColor: r = "rgba(0, 0, 0, 0.1)", progressColor: a = "#542686", size: o = "48px", strokeWidth: d = 3, textClass: l = "" }, c) => {
3790
+ const u = parseInt(o) / 2 - 4, p = 2 * Math.PI * u, g = p - e * p;
3791
+ return /* @__PURE__ */ n.jsxs(
3792
+ "div",
3793
+ {
3794
+ ref: c,
3795
+ className: "rounded-progress-bar",
3796
+ style: {
3797
+ "--progress": e,
3798
+ "--border-color": r,
3799
+ "--progress-color": a,
3800
+ width: o,
3801
+ height: o
3802
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
3803
+ },
3804
+ children: [
3805
+ /* @__PURE__ */ n.jsx(
3806
+ "span",
3807
+ {
3808
+ className: w(v("ds-absolute ds-top-1/2 ds-left-1/2 -ds-translate-x-1/2 -ds-translate-y-1/2 ds_SmallCaption2Emphasized ds-text-nowrap", l)),
3809
+ children: s
3810
+ }
3811
+ ),
3812
+ /* @__PURE__ */ n.jsx("div", { className: "progress-ring", children: /* @__PURE__ */ n.jsxs(
3813
+ "svg",
3814
+ {
3815
+ width: o,
3816
+ height: o,
3817
+ viewBox: `0 0 ${o} ${o}`,
3818
+ children: [
3819
+ /* @__PURE__ */ n.jsx(
3820
+ "circle",
3821
+ {
3822
+ className: "progress-ring-circle",
3823
+ stroke: "var(--border-color)",
3824
+ strokeWidth: d,
3825
+ fill: "transparent",
3826
+ r: u.toString(),
3827
+ cx: (parseInt(o) / 2).toString(),
3828
+ cy: (parseInt(o) / 2).toString()
3829
+ }
3830
+ ),
3831
+ /* @__PURE__ */ n.jsx(
3832
+ "circle",
3833
+ {
3834
+ className: "progress-ring-circle-progress",
3835
+ stroke: "var(--progress-color)",
3836
+ strokeWidth: d,
3837
+ fill: "transparent",
3838
+ r: u.toString(),
3839
+ cx: (parseInt(o) / 2).toString(),
3840
+ cy: (parseInt(o) / 2).toString(),
3841
+ strokeDasharray: `${p}`,
3842
+ strokeDashoffset: `${g}`
3843
+ }
3844
+ )
3845
+ ]
3846
+ }
3847
+ ) })
3848
+ ]
3849
+ }
3850
+ );
3851
+ });
3852
+ Nt.displayName = "RoundedProgressBar";
3853
+ const ds = D.forwardRef(({ steps: e, outerDivClass: s = "", outerMobileDivClass: r = "" }, a) => {
3854
+ var d, l;
3855
+ let o = 0;
3856
+ for (let c = 0; c < e.length; c++)
3857
+ (((d = e[c]) == null ? void 0 : d.status) === "completed" || ((l = e[c]) == null ? void 0 : l.status) === "active") && o++;
3858
+ return /* @__PURE__ */ n.jsxs(n.Fragment, { children: [
3859
+ /* @__PURE__ */ n.jsx(
3860
+ "div",
3861
+ {
3862
+ ref: a,
3863
+ className: w(v("ds-hidden ds-tablet:ds-block ds-relative ds-h-[72px]", s)),
3864
+ children: /* @__PURE__ */ n.jsxs("div", { className: "ds-relative ds-w-full ds-flex ds-items-center ds-flex-row ds-justify-between", children: [
3865
+ /* @__PURE__ */ n.jsx("div", { className: "ds-absolute ds-left-0 ds-top-2/4 ds-h-0.5 ds-w-full -translate-y-2/4 ds-bg-Fills-quintiary" }),
3866
+ e.map((c, u) => /* @__PURE__ */ n.jsxs(
3867
+ "div",
3868
+ {
3869
+ className: "ds-relative",
3870
+ children: [
3871
+ /* @__PURE__ */ n.jsx(
3872
+ "div",
3873
+ {
3874
+ className: `ds-flex ds-items-center ds-justify-center ds-w-[22px] ds-h-[22px] ds-rounded ds-border ds-border-Background-accentEggplant-100 ${c.status === "active" || c.status === "completed" ? "ds-bg-Background-accentEggplant-100" : "ds-bg-white"}
3875
+ `,
3876
+ children: c.status === "completed" ? /* @__PURE__ */ n.jsx("span", { className: "ds-text-white ds-flex ds-justify-center ds-items-center", children: /* @__PURE__ */ n.jsx(
3877
+ "img",
3878
+ {
3879
+ src: os,
3880
+ alt: "check-icon"
3881
+ }
3882
+ ) }) : /* @__PURE__ */ n.jsx(
3883
+ "span",
3884
+ {
3885
+ className: `ds_MediumCaption2Emphasized ${c.status === "active" ? "ds-text-white" : "ds-text-gray-600"}`,
3886
+ children: c.number
3887
+ }
3888
+ )
3889
+ }
3890
+ ),
3891
+ /* @__PURE__ */ n.jsx("div", { className: "ds-text-black ds-block ds_MediumCaption2Regular ds-mt-2 ds-absolute ds-text-nowrap ds-left-1/2 -ds-translate-x-1/2", children: c.title })
3892
+ ]
3893
+ },
3894
+ u
3895
+ ))
3896
+ ] })
3897
+ }
3898
+ ),
3899
+ /* @__PURE__ */ n.jsx("div", { ref: a, className: w(v("ds-block ds-tablet:ds-hidden", r)), children: e.map((c, u) => (c.status === "active" || c.status === "completed" && u + 1 == e.length) && /* @__PURE__ */ n.jsxs(
3900
+ "div",
3901
+ {
3902
+ className: "ds-flex ds-flex-row ds-justify-between ds-items-center",
3903
+ children: [
3904
+ /* @__PURE__ */ n.jsx(
3905
+ Nt,
3906
+ {
3907
+ progress: o / e.length,
3908
+ text: `${u + 1} / ${e.length}`
3909
+ }
3910
+ ),
3911
+ /* @__PURE__ */ n.jsxs("div", { className: "ds-flex ds-flex-col ds-justify-end ds-items-end", children: [
3912
+ /* @__PURE__ */ n.jsx("span", { className: "ds_SmallCalloutEmphasized", children: `Step ${u + 1}: ${c == null ? void 0 : c.mobileTitle}` }),
3913
+ /* @__PURE__ */ n.jsx("span", { className: "ds_SmallCaption2Regular ds-text-Text-secondary ds-mt-2", children: `Next: ${c == null ? void 0 : c.mobileNextTitle}` })
3914
+ ] })
3915
+ ]
3916
+ },
3917
+ `mobile-stepper-${u}`
3918
+ )) })
3919
+ ] });
3920
+ });
3921
+ ds.displayName = "Stepper";
3922
+ const ls = "data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23rma6vptgva)'%20fill='%23000'%20fill-opacity='.85'%3e%3cpath%20d='M5.727%2010.882h4.265a.563.563%200%200%200%20.572-.572V4.804a.562.562%200%200%200-.572-.564.555.555%200%200%200-.564.564v4.943h-3.7a.557.557%200%200%200-.573.563c0%20.327.245.572.572.572z'/%3e%3cpath%20d='M10%2018.333c4.559%200%208.333-3.782%208.333-8.333%200-4.559-3.782-8.333-8.341-8.333-4.55%200-8.325%203.774-8.325%208.333%200%204.55%203.782%208.333%208.333%208.333zm0-1.389A6.91%206.91%200%200%201%203.064%2010a6.904%206.904%200%200%201%206.928-6.944A6.925%206.925%200%200%201%2016.945%2010%206.918%206.918%200%200%201%2010%2016.944z'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='rma6vptgva'%3e%3cpath%20fill='%23fff'%20d='M0%200h20v20H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e", is = D.forwardRef(
3923
+ ({ time: e, text: s = "", outerDivClass: r = "" }, a) => {
3924
+ const [o, d] = Ne(e);
3925
+ Te(() => {
3926
+ const u = setInterval(() => {
3927
+ d((p) => p <= 1 ? (clearInterval(u), 0) : p - 1);
3928
+ }, 1e3);
3929
+ return () => {
3930
+ clearInterval(u);
3931
+ };
3932
+ }, [o]), Te(() => {
3933
+ d(e);
3934
+ }, [e]);
3935
+ const c = ((u) => {
3936
+ const p = Math.floor(u / 3600), g = Math.floor(u % 3600 / 60), b = u % 60;
3937
+ return `${String(p).padStart(2, "0")}:${String(g).padStart(2, "0")}:${String(b).padStart(2, "0")}`;
3938
+ })(o);
3939
+ return /* @__PURE__ */ n.jsxs(
3940
+ "div",
3941
+ {
3942
+ ref: a,
3943
+ className: w(
3944
+ v("ds-flex ds-flex-row ds-justify-start ds-items-center", r)
3945
+ ),
3946
+ children: [
3947
+ /* @__PURE__ */ n.jsx(
3948
+ "img",
3949
+ {
3950
+ src: ls,
3951
+ alt: "clock",
3952
+ className: "ds-w-5 ds-h-5"
3953
+ }
3954
+ ),
3955
+ /* @__PURE__ */ n.jsx("div", { className: "ds-ms-[18px] ds-tablet:ds-ms-2 ds_xSmallCalloutEmphasized ds-tablet:ds_MediumCalloutEmphasized", children: s }),
3956
+ /* @__PURE__ */ n.jsx("div", { className: "ds-ms-1 ds_xSmallCalloutEmphasized ds-text-Background-accentTeal-100 ds-tablet:ds_MediumCalloutEmphasized", children: c })
3957
+ ]
3958
+ }
3959
+ );
3960
+ }
3961
+ );
3962
+ is.displayName = "Timer";
3963
+ const cs = be((e, s) => {
3964
+ const { text: r, onNavBarClick: a, isMarquee: o, direction: d = "left" } = e;
3965
+ return /* @__PURE__ */ n.jsx(
3966
+ "div",
3967
+ {
3968
+ ref: s,
3969
+ className: "ds-h-10 ds-cursor-pointer ds-flex ds-justify-center ds-items-center ds-bg-Background-accentEggplant-5 ds-text-Background-accentEggplant-100 ds-desktop:ds_MediumSubheadEmphasized ds-tablet:ds_SmallSubheadEmphasized ds-mobile:ds_xSmallSubheadEmphasized",
3970
+ onClick: a,
3971
+ children: o ? /* @__PURE__ */ n.jsx("div", { className: "marquee", children: /* @__PURE__ */ n.jsx("span", { className: `${d}`, children: r }) }) : /* @__PURE__ */ n.jsx("span", { children: r })
3972
+ }
3973
+ );
3974
+ });
3975
+ cs.displayName = "TopNavBar";
3976
+ const us = be((e, s) => {
3977
+ const { img: r, handleDialogButtonClick: a, handleCloseButtonClick: o, dialogHeader: d, dialogDescription: l, buttonIcon: c, buttonText: u } = e;
3978
+ return /* @__PURE__ */ n.jsxs("div", { ref: s, className: "top-nav-container-mobile", children: [
3979
+ /* @__PURE__ */ n.jsx("button", { className: "top-nav-container-close ds_xSmallSubheadEmphasized", onClick: o, children: "Close" }),
3980
+ /* @__PURE__ */ n.jsx("div", { className: "ds-mb-4", children: /* @__PURE__ */ n.jsx("img", { src: r, alt: "promotional_image", className: "top-nav-container-image" }) }),
3981
+ /* @__PURE__ */ n.jsxs("div", { children: [
3982
+ /* @__PURE__ */ n.jsx("p", { className: "ds_xSmallTitle2Emphasized ds-mb-4", children: d }),
3983
+ /* @__PURE__ */ n.jsx("p", { className: "ds_xSmallBodyRegular ds-mb-6", children: l })
3984
+ ] }),
3985
+ /* @__PURE__ */ n.jsxs("button", { className: "ds_MediumBodyEmphasized top-nav-container-action-button", onClick: a, children: [
3986
+ c ? /* @__PURE__ */ n.jsx("img", { src: c, alt: "whatsapp" }) : "",
3987
+ u
3988
+ ] })
3989
+ ] });
3990
+ });
3991
+ us.displayName = "TopNavContainerMobile";
3992
+ const fs = be((e, s) => {
3993
+ const { img: r, handleDialogButtonClick: a, dialogHeader: o, dialogDescription: d, buttonIcon: l, buttonText: c } = e;
3994
+ return /* @__PURE__ */ n.jsxs("div", { ref: s, className: "two-column-dialog-container ds-flex", children: [
3995
+ /* @__PURE__ */ n.jsx("div", { children: /* @__PURE__ */ n.jsx("img", { src: r, alt: "promotional_image", className: "two-column-dialog-image" }) }),
3996
+ /* @__PURE__ */ n.jsxs("div", { className: "two-column-dialog-action", children: [
3997
+ /* @__PURE__ */ n.jsxs("div", { className: "two-column-dialog-text", children: [
3998
+ /* @__PURE__ */ n.jsx("p", { className: "ds-desktop:ds_MediumTitle3Emphasized ds-tablet:ds_xSmallTitle3Emphasized ds-mb-4", children: o }),
3999
+ /* @__PURE__ */ n.jsx("p", { className: "ds-desktop:ds_MediumSubheadRegular ds-tablet:ds_SmallSubheadRegular ds-mb-4", children: d })
4000
+ ] }),
4001
+ /* @__PURE__ */ n.jsxs("button", { className: "ds-desktop:ds_MediumBodyEmphasized ds-tablet:ds_SmallBodyEmphasized two-column-dialog-action-button", onClick: a, children: [
4002
+ l ? /* @__PURE__ */ n.jsx("img", { src: l, alt: "whatsapp" }) : "",
4003
+ c
4004
+ ] })
4005
+ ] })
4006
+ ] });
4007
+ });
4008
+ fs.displayName = "TwoColumnDialog";
4009
+ const ps = be((e, s) => {
4010
+ const u = e, { show: r, handleClose: a, staticBackdrop: o, animation: d, children: l } = u, c = B(u, ["show", "handleClose", "staticBackdrop", "animation", "children"]);
4011
+ return /* @__PURE__ */ n.jsx("div", Ce(M({ ref: s, className: `modal-animated ${r ? "show" : ""}`, onClick: o ? void 0 : a }, c), { children: /* @__PURE__ */ n.jsx("div", { className: `modal-animated-content ${d}`, onClick: (p) => p.stopPropagation(), children: l }) }));
4012
+ });
4013
+ ps.displayName = "AnimatedModal";
3511
4014
  export {
3512
- Vr as Accordion,
3513
- Br as BookingQuoteCard,
3514
- jr as Button,
3515
- Ar as Card,
3516
- Ir as CardContent,
3517
- Fr as CardDescription,
3518
- Mr as CardFooter,
3519
- Nr as CardHeader,
3520
- Or as CardTitle,
3521
- Dr as Grid,
3522
- $r as ImageCarousel,
3523
- _r as Input,
3524
- qr as Switch
4015
+ ts as Accordion,
4016
+ ns as AlertDialog,
4017
+ ps as AnimatedModal,
4018
+ We as Asterisk,
4019
+ Kr as BookingQuoteCard,
4020
+ Ve as Button,
4021
+ Wr as Card,
4022
+ Ur as CardContent,
4023
+ Yr as CardDescription,
4024
+ Hr as CardFooter,
4025
+ qr as CardHeader,
4026
+ Gr as CardTitle,
4027
+ as as Dialog,
4028
+ Xr as Grid,
4029
+ es as ImageCarousel,
4030
+ $r as Input,
4031
+ Nt as RoundedProgressBar,
4032
+ ds as Stepper,
4033
+ ss as Switch,
4034
+ is as Timer,
4035
+ cs as TopNavBar,
4036
+ us as TopNavContainerMobile,
4037
+ fs as TwoColumnDialog
3525
4038
  };