@srimandir/common 1.6.0 → 1.7.0

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