stp-ui-kit 0.0.23 → 0.0.24

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.
@@ -16,8 +16,8 @@ var mt = { exports: {} };
16
16
  var t = {}.hasOwnProperty;
17
17
  function n() {
18
18
  for (var r = "", l = 0; l < arguments.length; l++) {
19
- var p = arguments[l];
20
- p && (r = a(r, o(p)));
19
+ var m = arguments[l];
20
+ m && (r = a(r, o(m)));
21
21
  }
22
22
  return r;
23
23
  }
@@ -31,8 +31,8 @@ var mt = { exports: {} };
31
31
  if (r.toString !== Object.prototype.toString && !r.toString.toString().includes("[native code]"))
32
32
  return r.toString();
33
33
  var l = "";
34
- for (var p in r)
35
- t.call(r, p) && r[p] && (l = a(l, p));
34
+ for (var m in r)
35
+ t.call(r, m) && r[m] && (l = a(l, m));
36
36
  return l;
37
37
  }
38
38
  function a(r, l) {
@@ -81,7 +81,7 @@ var ut = { exports: {} };
81
81
  (function(n, o) {
82
82
  e.exports = o();
83
83
  })(jt, function() {
84
- var n = 1e3, o = 6e4, a = 36e5, r = "millisecond", l = "second", p = "minute", m = "hour", _ = "day", k = "week", S = "month", j = "quarter", T = "year", A = "date", B = "Invalid Date", E = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, q = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, ie = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(g) {
84
+ var n = 1e3, o = 6e4, a = 36e5, r = "millisecond", l = "second", m = "minute", u = "hour", _ = "day", v = "week", S = "month", j = "quarter", T = "year", A = "date", B = "Invalid Date", E = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, q = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, ie = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(g) {
85
85
  var d = ["th", "st", "nd", "rd"], c = g % 100;
86
86
  return "[" + g + (d[(c - 20) % 10] || d[c] || d[0]) + "]";
87
87
  } }, U = function(g, d, c) {
@@ -97,7 +97,7 @@ var ut = { exports: {} };
97
97
  }, a: function(g) {
98
98
  return g < 0 ? Math.ceil(g) || 0 : Math.floor(g);
99
99
  }, p: function(g) {
100
- return { M: S, y: T, w: k, d: _, D: A, h: m, m: p, s: l, ms: r, Q: j }[g] || String(g || "").toLowerCase().replace(/s$/, "");
100
+ return { M: S, y: T, w: v, d: _, D: A, h: u, m, s: l, ms: r, Q: j }[g] || String(g || "").toLowerCase().replace(/s$/, "");
101
101
  }, u: function(g) {
102
102
  return g === void 0;
103
103
  } }, W = "en", R = {};
@@ -177,15 +177,15 @@ var ut = { exports: {} };
177
177
  return y ? I(1, 0) : I(31, 11);
178
178
  case S:
179
179
  return y ? I(1, M) : I(0, M + 1);
180
- case k:
180
+ case v:
181
181
  var z = this.$locale().weekStart || 0, le = (C < z ? C + 7 : C) - z;
182
182
  return I(y ? G - le : G + (6 - le), M);
183
183
  case _:
184
184
  case A:
185
185
  return O(ne + "Hours", 0);
186
- case m:
186
+ case u:
187
187
  return O(ne + "Minutes", 1);
188
- case p:
188
+ case m:
189
189
  return O(ne + "Seconds", 2);
190
190
  case l:
191
191
  return O(ne + "Milliseconds", 3);
@@ -195,7 +195,7 @@ var ut = { exports: {} };
195
195
  }, d.endOf = function(c) {
196
196
  return this.startOf(c, !1);
197
197
  }, d.$set = function(c, f) {
198
- var s, y = $.p(c), w = "set" + (this.$u ? "UTC" : ""), I = (s = {}, s[_] = w + "Date", s[A] = w + "Date", s[S] = w + "Month", s[T] = w + "FullYear", s[m] = w + "Hours", s[p] = w + "Minutes", s[l] = w + "Seconds", s[r] = w + "Milliseconds", s)[y], O = y === _ ? this.$D + (f - this.$W) : f;
198
+ var s, y = $.p(c), w = "set" + (this.$u ? "UTC" : ""), I = (s = {}, s[_] = w + "Date", s[A] = w + "Date", s[S] = w + "Month", s[T] = w + "FullYear", s[u] = w + "Hours", s[m] = w + "Minutes", s[l] = w + "Seconds", s[r] = w + "Milliseconds", s)[y], O = y === _ ? this.$D + (f - this.$W) : f;
199
199
  if (y === S || y === T) {
200
200
  var C = this.clone().set(A, 1);
201
201
  C.$d[I](O), C.init(), this.$d = C.set(A, Math.min(this.$D, C.daysInMonth())).$d;
@@ -215,8 +215,8 @@ var ut = { exports: {} };
215
215
  if (w === S) return this.set(S, this.$M + c);
216
216
  if (w === T) return this.set(T, this.$y + c);
217
217
  if (w === _) return I(1);
218
- if (w === k) return I(7);
219
- var O = (s = {}, s[p] = o, s[m] = a, s[l] = n, s)[w] || 1, C = this.$d.getTime() + c * O;
218
+ if (w === v) return I(7);
219
+ var O = (s = {}, s[m] = o, s[u] = a, s[l] = n, s)[w] || 1, C = this.$d.getTime() + c * O;
220
220
  return $.w(C, this);
221
221
  }, d.subtract = function(c, f) {
222
222
  return this.add(-1 * c, f);
@@ -302,16 +302,16 @@ var ut = { exports: {} };
302
302
  case j:
303
303
  y = G() / 3;
304
304
  break;
305
- case k:
305
+ case v:
306
306
  y = (M - C) / 6048e5;
307
307
  break;
308
308
  case _:
309
309
  y = (M - C) / 864e5;
310
310
  break;
311
- case m:
311
+ case u:
312
312
  y = M / a;
313
313
  break;
314
- case p:
314
+ case m:
315
315
  y = M / o;
316
316
  break;
317
317
  case l:
@@ -341,7 +341,7 @@ var ut = { exports: {} };
341
341
  return this.$d.toUTCString();
342
342
  }, g;
343
343
  }(), oe = V.prototype;
344
- return L.prototype = oe, [["$ms", r], ["$s", l], ["$m", p], ["$H", m], ["$W", _], ["$M", S], ["$y", T], ["$D", A]].forEach(function(g) {
344
+ return L.prototype = oe, [["$ms", r], ["$s", l], ["$m", m], ["$H", u], ["$W", _], ["$M", S], ["$y", T], ["$D", A]].forEach(function(g) {
345
345
  oe[g[1]] = function(d) {
346
346
  return this.$g(d, g[0], g[1]);
347
347
  };
@@ -365,7 +365,7 @@ const Kt = /* @__PURE__ */ dt(Jt), Xt = (e) => {
365
365
  buttonColor: r,
366
366
  onClick: l
367
367
  }) => {
368
- const [p, m] = _e(!1), [_, k] = _e({
368
+ const [m, u] = _e(!1), [_, v] = _e({
369
369
  days: 0,
370
370
  hours: 0,
371
371
  minutes: 0,
@@ -379,7 +379,7 @@ const Kt = /* @__PURE__ */ dt(Jt), Xt = (e) => {
379
379
  seconds: Math.floor(E / 1e3 % 60)
380
380
  }), A = () => {
381
381
  const E = Date.now(), q = j.getTime() - E;
382
- q <= 0 ? (m(!0), k({ days: 0, hours: 0, minutes: 0, seconds: 0 })) : k(T(q));
382
+ q <= 0 ? (u(!0), v({ days: 0, hours: 0, minutes: 0, seconds: 0 })) : v(T(q));
383
383
  };
384
384
  A();
385
385
  const B = setInterval(A, 1e3);
@@ -420,9 +420,9 @@ const Kt = /* @__PURE__ */ dt(Jt), Xt = (e) => {
420
420
  className: ce.pattern,
421
421
  style: {
422
422
  "--pattern-color": e,
423
- "--pattern-url": `url(${p ? a ?? n : n})`
423
+ "--pattern-url": `url(${m ? a ?? n : n})`
424
424
  },
425
- children: p && /* @__PURE__ */ i(
425
+ children: m && /* @__PURE__ */ i(
426
426
  "button",
427
427
  {
428
428
  className: ce.button,
@@ -465,9 +465,9 @@ const Kt = /* @__PURE__ */ dt(Jt), Xt = (e) => {
465
465
  onClick: r = () => {
466
466
  },
467
467
  className: l = "",
468
- ...p
468
+ ...m
469
469
  }) => {
470
- const m = x(
470
+ const u = x(
471
471
  Se.btn,
472
472
  Se[e],
473
473
  Se[t],
@@ -479,10 +479,10 @@ const Kt = /* @__PURE__ */ dt(Jt), Xt = (e) => {
479
479
  return /* @__PURE__ */ i(
480
480
  "button",
481
481
  {
482
- className: m,
482
+ className: u,
483
483
  onClick: r,
484
484
  disabled: o,
485
- ...p,
485
+ ...m,
486
486
  children: a
487
487
  }
488
488
  );
@@ -536,22 +536,22 @@ const mo = lt(
536
536
  className: a = "",
537
537
  children: r,
538
538
  iconNode: l,
539
- ...p
540
- }, m) => Fe(
539
+ ...m
540
+ }, u) => Fe(
541
541
  "svg",
542
542
  {
543
- ref: m,
543
+ ref: u,
544
544
  ...co,
545
545
  width: t,
546
546
  height: t,
547
547
  stroke: e,
548
548
  strokeWidth: o ? Number(n) * 24 / Number(t) : n,
549
549
  className: ht("lucide", a),
550
- ...!r && !lo(p) && { "aria-hidden": "true" },
551
- ...p
550
+ ...!r && !lo(m) && { "aria-hidden": "true" },
551
+ ...m
552
552
  },
553
553
  [
554
- ...l.map(([_, k]) => Fe(_, k)),
554
+ ...l.map(([_, v]) => Fe(_, v)),
555
555
  ...Array.isArray(r) ? r : [r]
556
556
  ]
557
557
  )
@@ -735,14 +735,14 @@ const yo = [
735
735
  active: a = !1,
736
736
  isParentNode: r = !1,
737
737
  onClick: l,
738
- className: p
738
+ className: m
739
739
  }) => /* @__PURE__ */ N(
740
740
  "div",
741
741
  {
742
742
  className: x(
743
743
  se.navigationItem,
744
744
  a && se.active,
745
- p
745
+ m
746
746
  ),
747
747
  onClick: l,
748
748
  children: [
@@ -785,8 +785,8 @@ const yo = [
785
785
  arrowBlock: Eo,
786
786
  isOpen: jo
787
787
  }, Is = ({ activeItemId: e, onChange: t, item: n }) => {
788
- var p, m;
789
- const o = (p = n.children) == null ? void 0 : p.findIndex(
788
+ var m, u;
789
+ const o = (m = n.children) == null ? void 0 : m.findIndex(
790
790
  (_) => _.id === e
791
791
  ), [a, r] = _e(o !== -1), l = () => {
792
792
  n.children && r(!a), t(n);
@@ -804,7 +804,7 @@ const yo = [
804
804
  className: x(a && o === -1 && Ne.isOpen)
805
805
  }
806
806
  ),
807
- /* @__PURE__ */ i("div", { className: Ne.childContainer, children: a && ((m = n.children) == null ? void 0 : m.map((_, k) => /* @__PURE__ */ N(
807
+ /* @__PURE__ */ i("div", { className: Ne.childContainer, children: a && ((u = n.children) == null ? void 0 : u.map((_, v) => /* @__PURE__ */ N(
808
808
  "div",
809
809
  {
810
810
  className: x(
@@ -814,14 +814,14 @@ const yo = [
814
814
  onClick: () => t(_),
815
815
  children: [
816
816
  /* @__PURE__ */ N("div", { className: Ne.arrowBlock, children: [
817
- o === k && /* @__PURE__ */ i(
817
+ o === v && /* @__PURE__ */ i(
818
818
  "img",
819
819
  {
820
820
  src: "/assets/icons/ArrowLine.svg",
821
821
  alt: "Arrow Indicator"
822
822
  }
823
823
  ),
824
- k < (o ?? -1) && /* @__PURE__ */ i(
824
+ v < (o ?? -1) && /* @__PURE__ */ i(
825
825
  "img",
826
826
  {
827
827
  src: "/assets/icons/SideLine.svg",
@@ -853,8 +853,8 @@ const yo = [
853
853
  onChange: t,
854
854
  item: n
855
855
  }) => {
856
- var p, m;
857
- const o = (p = n.children) == null ? void 0 : p.findIndex(
856
+ var m, u;
857
+ const o = (m = n.children) == null ? void 0 : m.findIndex(
858
858
  (_) => _.id === e
859
859
  ), [a, r] = _e(o !== -1), l = () => {
860
860
  n.children && r(!a), t(n);
@@ -872,7 +872,7 @@ const yo = [
872
872
  className: x(a && o === -1 && we.isOpen)
873
873
  }
874
874
  ),
875
- /* @__PURE__ */ i("div", { className: we.childContainer, children: a && ((m = n.children) == null ? void 0 : m.map((_, k) => /* @__PURE__ */ N(
875
+ /* @__PURE__ */ i("div", { className: we.childContainer, children: a && ((u = n.children) == null ? void 0 : u.map((_, v) => /* @__PURE__ */ N(
876
876
  "div",
877
877
  {
878
878
  className: x(
@@ -882,14 +882,14 @@ const yo = [
882
882
  onClick: () => t(_),
883
883
  children: [
884
884
  /* @__PURE__ */ N("div", { className: we.arrowBlock, children: [
885
- o === k && /* @__PURE__ */ i(
885
+ o === v && /* @__PURE__ */ i(
886
886
  "img",
887
887
  {
888
888
  src: "/assets/icons/ArrowLine.svg",
889
889
  alt: "Arrow Indicator"
890
890
  }
891
891
  ),
892
- k < (o ?? -1) && /* @__PURE__ */ i(
892
+ v < (o ?? -1) && /* @__PURE__ */ i(
893
893
  "img",
894
894
  {
895
895
  src: "/assets/icons/SideLine.svg",
@@ -1084,9 +1084,9 @@ const _n = "_btn_vv6xf_29", gn = "_small_vv6xf_42", bn = "_medium_vv6xf_45", yn
1084
1084
  onClick: r = () => {
1085
1085
  },
1086
1086
  className: l = "",
1087
- ...p
1087
+ ...m
1088
1088
  }) => {
1089
- const m = x(
1089
+ const u = x(
1090
1090
  Ae.btn,
1091
1091
  Ae[e],
1092
1092
  Ae[t],
@@ -1098,14 +1098,14 @@ const _n = "_btn_vv6xf_29", gn = "_small_vv6xf_42", bn = "_medium_vv6xf_45", yn
1098
1098
  return /* @__PURE__ */ i(
1099
1099
  "button",
1100
1100
  {
1101
- className: m,
1101
+ className: u,
1102
1102
  onClick: r,
1103
1103
  disabled: o,
1104
- ...p,
1104
+ ...m,
1105
1105
  children: a
1106
1106
  }
1107
1107
  );
1108
- }, kn = "_formItem_syh3n_29", $n = "_label_syh3n_36", Cn = "_disabled_syh3n_39", Nn = "_readOnly_syh3n_42", Mn = "_inputContainer_syh3n_46", In = "_error_syh3n_77", Sn = "_input_syh3n_46", An = "_message_syh3n_92", K = {
1108
+ }, kn = "_formItem_syh3n_29", $n = "_label_syh3n_36", Cn = "_disabled_syh3n_39", Nn = "_readOnly_syh3n_42", Mn = "_inputContainer_syh3n_46", In = "_error_syh3n_77", Sn = "_input_syh3n_46", An = "_message_syh3n_92", J = {
1109
1109
  formItem: kn,
1110
1110
  label: $n,
1111
1111
  disabled: Cn,
@@ -1122,15 +1122,17 @@ const _n = "_btn_vv6xf_29", gn = "_small_vv6xf_42", bn = "_medium_vv6xf_45", yn
1122
1122
  postfix: a,
1123
1123
  disabled: r,
1124
1124
  readOnly: l,
1125
- className: p,
1126
- ...m
1127
- }) => /* @__PURE__ */ N("div", { className: K.formItem, children: [
1125
+ className: m,
1126
+ multiline: u = !1,
1127
+ rows: _ = 4,
1128
+ ...v
1129
+ }) => /* @__PURE__ */ N("div", { className: J.formItem, children: [
1128
1130
  e && /* @__PURE__ */ i(
1129
1131
  "label",
1130
1132
  {
1131
- className: x(K.label, {
1132
- [K.disabled]: r,
1133
- [K.readOnly]: l
1133
+ className: x(J.label, {
1134
+ [J.disabled]: r,
1135
+ [J.readOnly]: l
1134
1136
  }),
1135
1137
  children: e
1136
1138
  }
@@ -1138,20 +1140,29 @@ const _n = "_btn_vv6xf_29", gn = "_small_vv6xf_42", bn = "_medium_vv6xf_45", yn
1138
1140
  /* @__PURE__ */ N(
1139
1141
  "div",
1140
1142
  {
1141
- className: x(K.inputContainer, {
1142
- [K.disabled]: r,
1143
- [K.readOnly]: l,
1144
- [K.error]: !!t
1143
+ className: x(J.inputContainer, {
1144
+ [J.disabled]: r,
1145
+ [J.readOnly]: l,
1146
+ [J.error]: !!t
1145
1147
  }),
1146
1148
  children: [
1147
1149
  o && o,
1148
- /* @__PURE__ */ i(
1150
+ u ? /* @__PURE__ */ i(
1151
+ "textarea",
1152
+ {
1153
+ className: x(J.input, m),
1154
+ disabled: r,
1155
+ readOnly: l,
1156
+ rows: _,
1157
+ ...v
1158
+ }
1159
+ ) : /* @__PURE__ */ i(
1149
1160
  "input",
1150
1161
  {
1151
- className: x(K.input, p),
1162
+ className: x(J.input, m),
1152
1163
  disabled: r,
1153
1164
  readOnly: l,
1154
- ...m
1165
+ ...v
1155
1166
  }
1156
1167
  ),
1157
1168
  a && a
@@ -1161,8 +1172,8 @@ const _n = "_btn_vv6xf_29", gn = "_small_vv6xf_42", bn = "_medium_vv6xf_45", yn
1161
1172
  /* @__PURE__ */ i(
1162
1173
  "div",
1163
1174
  {
1164
- className: x(K.message, {
1165
- [K.error]: !!t
1175
+ className: x(J.message, {
1176
+ [J.error]: !!t
1166
1177
  }),
1167
1178
  children: t ? /* @__PURE__ */ i(Je, { children: t }) : n
1168
1179
  }
@@ -1249,7 +1260,7 @@ const zs = {
1249
1260
  close(e) {
1250
1261
  ke && ke((t) => t.filter((n) => n.id !== e));
1251
1262
  }
1252
- }, Gn = "_modalLayout_1e480_29", qn = "_modalContainer_1e480_40", Hn = "_slideUp_1e480_1", Fn = "_header_1e480_64", Wn = "_title_1e480_73", Vn = "_close_1e480_78", Un = "_section_1e480_88", Yn = "_footer_1e480_96", Zn = "_primaryButton_1e480_126", Jn = "_critical_1e480_139", Kn = "_warning_1e480_143", J = {
1263
+ }, Gn = "_modalLayout_1e480_29", qn = "_modalContainer_1e480_40", Hn = "_slideUp_1e480_1", Fn = "_header_1e480_64", Wn = "_title_1e480_73", Vn = "_close_1e480_78", Un = "_section_1e480_88", Yn = "_footer_1e480_96", Zn = "_primaryButton_1e480_126", Jn = "_critical_1e480_139", Kn = "_warning_1e480_143", K = {
1253
1264
  "shadow-0": "_shadow-0_1e480_1",
1254
1265
  "shadow-100": "_shadow-100_1e480_5",
1255
1266
  "shadow-200": "_shadow-200_1e480_9",
@@ -1280,25 +1291,25 @@ const zs = {
1280
1291
  children: l
1281
1292
  }) => {
1282
1293
  if (!e) return null;
1283
- const p = J[`tone-${r}`] || "";
1294
+ const m = K[`tone-${r}`] || "";
1284
1295
  return /* @__PURE__ */ i(
1285
1296
  "div",
1286
1297
  {
1287
- className: J.modalLayout,
1298
+ className: K.modalLayout,
1288
1299
  onClick: t,
1289
1300
  children: /* @__PURE__ */ N(
1290
1301
  "div",
1291
1302
  {
1292
- className: `${J.modalContainer} ${p}`,
1293
- onClick: (m) => m.stopPropagation(),
1303
+ className: `${K.modalContainer} ${m}`,
1304
+ onClick: (u) => u.stopPropagation(),
1294
1305
  role: "dialog",
1295
1306
  "aria-modal": "true",
1296
1307
  "aria-labelledby": "modal-title",
1297
1308
  children: [
1298
- /* @__PURE__ */ N("div", { className: J.header, children: [
1299
- /* @__PURE__ */ N("div", { className: J.title, children: [
1300
- r == "critical" && /* @__PURE__ */ i(gt, { className: J.critical }),
1301
- r == "warning" && /* @__PURE__ */ i(bt, { className: J.warning }),
1309
+ /* @__PURE__ */ N("div", { className: K.header, children: [
1310
+ /* @__PURE__ */ N("div", { className: K.title, children: [
1311
+ r == "critical" && /* @__PURE__ */ i(gt, { className: K.critical }),
1312
+ r == "warning" && /* @__PURE__ */ i(bt, { className: K.warning }),
1302
1313
  /* @__PURE__ */ i(F, { variant: "heading-sm", children: n })
1303
1314
  ] }),
1304
1315
  /* @__PURE__ */ i(
@@ -1312,23 +1323,23 @@ const zs = {
1312
1323
  }
1313
1324
  )
1314
1325
  ] }),
1315
- /* @__PURE__ */ i("div", { className: J.content, children: l }),
1316
- /* @__PURE__ */ N("div", { className: J.footer, children: [
1317
- a.map(({ content: m, onAction: _ }, k) => /* @__PURE__ */ i(
1326
+ /* @__PURE__ */ i("div", { className: K.content, children: l }),
1327
+ /* @__PURE__ */ N("div", { className: K.footer, children: [
1328
+ a.map(({ content: u, onAction: _ }, v) => /* @__PURE__ */ i(
1318
1329
  Oe,
1319
1330
  {
1320
- className: J.secondaryButton,
1331
+ className: K.secondaryButton,
1321
1332
  onClick: _,
1322
- children: m
1333
+ children: u
1323
1334
  },
1324
- k
1335
+ v
1325
1336
  )),
1326
1337
  o && /* @__PURE__ */ i(
1327
1338
  Oe,
1328
1339
  {
1329
1340
  type: "button",
1330
1341
  state: "primary",
1331
- className: J.primaryButton,
1342
+ className: K.primaryButton,
1332
1343
  onClick: o.onAction,
1333
1344
  children: o.content
1334
1345
  }
@@ -1339,7 +1350,7 @@ const zs = {
1339
1350
  )
1340
1351
  }
1341
1352
  );
1342
- }, Qn = ({ children: e }) => /* @__PURE__ */ i("section", { className: J.section, children: e }), We = Xn;
1353
+ }, Qn = ({ children: e }) => /* @__PURE__ */ i("section", { className: K.section, children: e }), We = Xn;
1343
1354
  We.Section = Qn;
1344
1355
  function Pe(e) {
1345
1356
  const t = document.createElement("div");
@@ -1534,12 +1545,12 @@ const Qe = "-", Nr = (e) => {
1534
1545
  } = e;
1535
1546
  return {
1536
1547
  getClassGroupId: (l) => {
1537
- const p = l.split(Qe);
1538
- return p[0] === "" && p.length !== 1 && p.shift(), $t(p, t) || Mr(l);
1548
+ const m = l.split(Qe);
1549
+ return m[0] === "" && m.length !== 1 && m.shift(), $t(m, t) || Mr(l);
1539
1550
  },
1540
- getConflictingClassGroupIds: (l, p) => {
1541
- const m = n[l] || [];
1542
- return p && o[l] ? [...m, ...o[l]] : m;
1551
+ getConflictingClassGroupIds: (l, m) => {
1552
+ const u = n[l] || [];
1553
+ return m && o[l] ? [...u, ...o[l]] : u;
1543
1554
  }
1544
1555
  };
1545
1556
  }, $t = (e, t) => {
@@ -1553,8 +1564,8 @@ const Qe = "-", Nr = (e) => {
1553
1564
  return;
1554
1565
  const r = e.join(Qe);
1555
1566
  return (l = t.validators.find(({
1556
- validator: p
1557
- }) => p(r))) == null ? void 0 : l.classGroupId;
1567
+ validator: m
1568
+ }) => m(r))) == null ? void 0 : l.classGroupId;
1558
1569
  }, rt = /^\[(.+)\]$/, Mr = (e) => {
1559
1570
  if (rt.test(e)) {
1560
1571
  const t = rt.exec(e)[1], n = t == null ? void 0 : t.substring(0, t.indexOf(":"));
@@ -1633,12 +1644,12 @@ const Qe = "-", Nr = (e) => {
1633
1644
  } = e;
1634
1645
  let o = (a) => {
1635
1646
  const r = [];
1636
- let l = 0, p = 0, m = 0, _;
1647
+ let l = 0, m = 0, u = 0, _;
1637
1648
  for (let A = 0; A < a.length; A++) {
1638
1649
  let B = a[A];
1639
- if (l === 0 && p === 0) {
1650
+ if (l === 0 && m === 0) {
1640
1651
  if (B === Ye) {
1641
- r.push(a.slice(m, A)), m = A + zr;
1652
+ r.push(a.slice(u, A)), u = A + zr;
1642
1653
  continue;
1643
1654
  }
1644
1655
  if (B === "/") {
@@ -1646,9 +1657,9 @@ const Qe = "-", Nr = (e) => {
1646
1657
  continue;
1647
1658
  }
1648
1659
  }
1649
- B === "[" ? l++ : B === "]" ? l-- : B === "(" ? p++ : B === ")" && p--;
1660
+ B === "[" ? l++ : B === "]" ? l-- : B === "(" ? m++ : B === ")" && m--;
1650
1661
  }
1651
- const k = r.length === 0 ? a : a.substring(m), S = Or(k), j = S !== k, T = _ && _ > m ? _ - m : void 0;
1662
+ const v = r.length === 0 ? a : a.substring(u), S = Or(v), j = S !== v, T = _ && _ > u ? _ - u : void 0;
1652
1663
  return {
1653
1664
  modifiers: r,
1654
1665
  hasImportantModifier: j,
@@ -1696,28 +1707,28 @@ const Qe = "-", Nr = (e) => {
1696
1707
  getClassGroupId: o,
1697
1708
  getConflictingClassGroupIds: a,
1698
1709
  sortModifiers: r
1699
- } = t, l = [], p = e.trim().split(Dr);
1700
- let m = "";
1701
- for (let _ = p.length - 1; _ >= 0; _ -= 1) {
1702
- const k = p[_], {
1710
+ } = t, l = [], m = e.trim().split(Dr);
1711
+ let u = "";
1712
+ for (let _ = m.length - 1; _ >= 0; _ -= 1) {
1713
+ const v = m[_], {
1703
1714
  isExternal: S,
1704
1715
  modifiers: j,
1705
1716
  hasImportantModifier: T,
1706
1717
  baseClassName: A,
1707
1718
  maybePostfixModifierPosition: B
1708
- } = n(k);
1719
+ } = n(v);
1709
1720
  if (S) {
1710
- m = k + (m.length > 0 ? " " + m : m);
1721
+ u = v + (u.length > 0 ? " " + u : u);
1711
1722
  continue;
1712
1723
  }
1713
1724
  let E = !!B, q = o(E ? A.substring(0, B) : A);
1714
1725
  if (!q) {
1715
1726
  if (!E) {
1716
- m = k + (m.length > 0 ? " " + m : m);
1727
+ u = v + (u.length > 0 ? " " + u : u);
1717
1728
  continue;
1718
1729
  }
1719
1730
  if (q = o(A), !q) {
1720
- m = k + (m.length > 0 ? " " + m : m);
1731
+ u = v + (u.length > 0 ? " " + u : u);
1721
1732
  continue;
1722
1733
  }
1723
1734
  E = !1;
@@ -1731,9 +1742,9 @@ const Qe = "-", Nr = (e) => {
1731
1742
  const te = W[R];
1732
1743
  l.push(U + te);
1733
1744
  }
1734
- m = k + (m.length > 0 ? " " + m : m);
1745
+ u = v + (u.length > 0 ? " " + u : u);
1735
1746
  }
1736
- return m;
1747
+ return u;
1737
1748
  };
1738
1749
  function Er() {
1739
1750
  let e = 0, t, n, o = "";
@@ -1751,16 +1762,16 @@ const Ct = (e) => {
1751
1762
  };
1752
1763
  function jr(e, ...t) {
1753
1764
  let n, o, a, r = l;
1754
- function l(m) {
1755
- const _ = t.reduce((k, S) => S(k), e());
1756
- return n = Lr(_), o = n.cache.get, a = n.cache.set, r = p, p(m);
1765
+ function l(u) {
1766
+ const _ = t.reduce((v, S) => S(v), e());
1767
+ return n = Lr(_), o = n.cache.get, a = n.cache.set, r = m, m(u);
1757
1768
  }
1758
- function p(m) {
1759
- const _ = o(m);
1769
+ function m(u) {
1770
+ const _ = o(u);
1760
1771
  if (_)
1761
1772
  return _;
1762
- const k = Pr(m, n);
1763
- return a(m, k), k;
1773
+ const v = Pr(u, n);
1774
+ return a(u, v), v;
1764
1775
  }
1765
1776
  return function() {
1766
1777
  return r(Er.apply(null, arguments));
@@ -1769,19 +1780,19 @@ function jr(e, ...t) {
1769
1780
  const P = (e) => {
1770
1781
  const t = (n) => n[e] || [];
1771
1782
  return t.isThemeGetter = !0, t;
1772
- }, Nt = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Mt = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Rr = /^\d+\/\d+$/, Gr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, qr = /\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$/, Hr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Fr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Wr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, ve = (e) => Rr.test(e), v = (e) => !!e && !Number.isNaN(Number(e)), me = (e) => !!e && Number.isInteger(Number(e)), Ge = (e) => e.endsWith("%") && v(e.slice(0, -1)), ae = (e) => Gr.test(e), Vr = () => !0, Ur = (e) => (
1783
+ }, Nt = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Mt = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Rr = /^\d+\/\d+$/, Gr = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, qr = /\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$/, Hr = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Fr = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Wr = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, ve = (e) => Rr.test(e), k = (e) => !!e && !Number.isNaN(Number(e)), me = (e) => !!e && Number.isInteger(Number(e)), Ge = (e) => e.endsWith("%") && k(e.slice(0, -1)), ae = (e) => Gr.test(e), Vr = () => !0, Ur = (e) => (
1773
1784
  // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
1774
1785
  // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
1775
1786
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
1776
1787
  qr.test(e) && !Hr.test(e)
1777
- ), It = () => !1, Yr = (e) => Fr.test(e), Zr = (e) => Wr.test(e), Jr = (e) => !u(e) && !h(e), Kr = (e) => $e(e, zt, It), u = (e) => Nt.test(e), he = (e) => $e(e, Tt, Ur), qe = (e) => $e(e, os, v), at = (e) => $e(e, St, It), Xr = (e) => $e(e, At, Zr), ze = (e) => $e(e, Ot, Yr), h = (e) => Mt.test(e), Me = (e) => Ce(e, Tt), Qr = (e) => Ce(e, ns), it = (e) => Ce(e, St), es = (e) => Ce(e, zt), ts = (e) => Ce(e, At), Te = (e) => Ce(e, Ot, !0), $e = (e, t, n) => {
1788
+ ), It = () => !1, Yr = (e) => Fr.test(e), Zr = (e) => Wr.test(e), Jr = (e) => !h(e) && !p(e), Kr = (e) => $e(e, zt, It), h = (e) => Nt.test(e), he = (e) => $e(e, Tt, Ur), qe = (e) => $e(e, os, k), at = (e) => $e(e, St, It), Xr = (e) => $e(e, At, Zr), ze = (e) => $e(e, Ot, Yr), p = (e) => Mt.test(e), Me = (e) => Ce(e, Tt), Qr = (e) => Ce(e, ns), it = (e) => Ce(e, St), es = (e) => Ce(e, zt), ts = (e) => Ce(e, At), Te = (e) => Ce(e, Ot, !0), $e = (e, t, n) => {
1778
1789
  const o = Nt.exec(e);
1779
1790
  return o ? o[1] ? t(o[1]) : n(o[2]) : !1;
1780
1791
  }, Ce = (e, t, n = !1) => {
1781
1792
  const o = Mt.exec(e);
1782
1793
  return o ? o[1] ? t(o[1]) : n : !1;
1783
1794
  }, St = (e) => e === "position" || e === "percentage", At = (e) => e === "image" || e === "url", zt = (e) => e === "length" || e === "size" || e === "bg-size", Tt = (e) => e === "length", os = (e) => e === "number", ns = (e) => e === "family-name", Ot = (e) => e === "shadow", rs = () => {
1784
- const e = P("color"), t = P("font"), n = P("text"), o = P("font-weight"), a = P("tracking"), r = P("leading"), l = P("breakpoint"), p = P("container"), m = P("spacing"), _ = P("radius"), k = P("shadow"), S = P("inset-shadow"), j = P("text-shadow"), T = P("drop-shadow"), A = P("blur"), B = P("perspective"), E = P("aspect"), q = P("ease"), ie = P("animate"), U = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], X = () => [
1795
+ const e = P("color"), t = P("font"), n = P("text"), o = P("font-weight"), a = P("tracking"), r = P("leading"), l = P("breakpoint"), m = P("container"), u = P("spacing"), _ = P("radius"), v = P("shadow"), S = P("inset-shadow"), j = P("text-shadow"), T = P("drop-shadow"), A = P("blur"), B = P("perspective"), E = P("aspect"), q = P("ease"), ie = P("animate"), U = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], X = () => [
1785
1796
  "center",
1786
1797
  "top",
1787
1798
  "bottom",
@@ -1799,30 +1810,30 @@ const P = (e) => {
1799
1810
  "bottom-left",
1800
1811
  // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
1801
1812
  "left-bottom"
1802
- ], W = () => [...X(), h, u], R = () => ["auto", "hidden", "clip", "visible", "scroll"], te = () => ["auto", "contain", "none"], b = () => [h, u, m], H = () => [ve, "full", "auto", ...b()], L = () => [me, "none", "subgrid", h, u], $ = () => ["auto", {
1803
- span: ["full", me, h, u]
1804
- }, me, h, u], V = () => [me, "auto", h, u], oe = () => ["auto", "min", "max", "fr", h, u], g = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], d = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], c = () => ["auto", ...b()], f = () => [ve, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...b()], s = () => [e, h, u], y = () => [...X(), it, at, {
1805
- position: [h, u]
1813
+ ], W = () => [...X(), p, h], R = () => ["auto", "hidden", "clip", "visible", "scroll"], te = () => ["auto", "contain", "none"], b = () => [p, h, u], H = () => [ve, "full", "auto", ...b()], L = () => [me, "none", "subgrid", p, h], $ = () => ["auto", {
1814
+ span: ["full", me, p, h]
1815
+ }, me, p, h], V = () => [me, "auto", p, h], oe = () => ["auto", "min", "max", "fr", p, h], g = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], d = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], c = () => ["auto", ...b()], f = () => [ve, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...b()], s = () => [e, p, h], y = () => [...X(), it, at, {
1816
+ position: [p, h]
1806
1817
  }], w = () => ["no-repeat", {
1807
1818
  repeat: ["", "x", "y", "space", "round"]
1808
1819
  }], I = () => ["auto", "cover", "contain", es, Kr, {
1809
- size: [h, u]
1820
+ size: [p, h]
1810
1821
  }], O = () => [Ge, Me, he], C = () => [
1811
1822
  // Deprecated since Tailwind CSS v4.0.0
1812
1823
  "",
1813
1824
  "none",
1814
1825
  "full",
1815
1826
  _,
1816
- h,
1817
- u
1818
- ], M = () => ["", v, Me, he], G = () => ["solid", "dashed", "dotted", "double"], ne = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], z = () => [v, Ge, it, at], le = () => [
1827
+ p,
1828
+ h
1829
+ ], M = () => ["", k, Me, he], G = () => ["solid", "dashed", "dotted", "double"], ne = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], z = () => [k, Ge, it, at], le = () => [
1819
1830
  // Deprecated since Tailwind CSS v4.0.0
1820
1831
  "",
1821
1832
  "none",
1822
1833
  A,
1823
- h,
1824
- u
1825
- ], Y = () => ["none", v, h, u], D = () => ["none", v, h, u], Z = () => [v, h, u], Q = () => [ve, "full", ...b()];
1834
+ p,
1835
+ h
1836
+ ], Y = () => ["none", k, p, h], D = () => ["none", k, p, h], Z = () => [k, p, h], Q = () => [ve, "full", ...b()];
1826
1837
  return {
1827
1838
  cacheSize: 500,
1828
1839
  theme: {
@@ -1841,7 +1852,7 @@ const P = (e) => {
1841
1852
  perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
1842
1853
  radius: [ae],
1843
1854
  shadow: [ae],
1844
- spacing: ["px", v],
1855
+ spacing: ["px", k],
1845
1856
  text: [ae],
1846
1857
  "text-shadow": [ae],
1847
1858
  tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
@@ -1855,7 +1866,7 @@ const P = (e) => {
1855
1866
  * @see https://tailwindcss.com/docs/aspect-ratio
1856
1867
  */
1857
1868
  aspect: [{
1858
- aspect: ["auto", "square", ve, u, h, E]
1869
+ aspect: ["auto", "square", ve, h, p, E]
1859
1870
  }],
1860
1871
  /**
1861
1872
  * Container
@@ -1868,7 +1879,7 @@ const P = (e) => {
1868
1879
  * @see https://tailwindcss.com/docs/columns
1869
1880
  */
1870
1881
  columns: [{
1871
- columns: [v, u, h, p]
1882
+ columns: [k, h, p, m]
1872
1883
  }],
1873
1884
  /**
1874
1885
  * Break After
@@ -2068,7 +2079,7 @@ const P = (e) => {
2068
2079
  * @see https://tailwindcss.com/docs/z-index
2069
2080
  */
2070
2081
  z: [{
2071
- z: [me, "auto", h, u]
2082
+ z: [me, "auto", p, h]
2072
2083
  }],
2073
2084
  // ------------------------
2074
2085
  // --- Flexbox and Grid ---
@@ -2078,7 +2089,7 @@ const P = (e) => {
2078
2089
  * @see https://tailwindcss.com/docs/flex-basis
2079
2090
  */
2080
2091
  basis: [{
2081
- basis: [ve, "full", "auto", p, ...b()]
2092
+ basis: [ve, "full", "auto", m, ...b()]
2082
2093
  }],
2083
2094
  /**
2084
2095
  * Flex Direction
@@ -2099,28 +2110,28 @@ const P = (e) => {
2099
2110
  * @see https://tailwindcss.com/docs/flex
2100
2111
  */
2101
2112
  flex: [{
2102
- flex: [v, ve, "auto", "initial", "none", u]
2113
+ flex: [k, ve, "auto", "initial", "none", h]
2103
2114
  }],
2104
2115
  /**
2105
2116
  * Flex Grow
2106
2117
  * @see https://tailwindcss.com/docs/flex-grow
2107
2118
  */
2108
2119
  grow: [{
2109
- grow: ["", v, h, u]
2120
+ grow: ["", k, p, h]
2110
2121
  }],
2111
2122
  /**
2112
2123
  * Flex Shrink
2113
2124
  * @see https://tailwindcss.com/docs/flex-shrink
2114
2125
  */
2115
2126
  shrink: [{
2116
- shrink: ["", v, h, u]
2127
+ shrink: ["", k, p, h]
2117
2128
  }],
2118
2129
  /**
2119
2130
  * Order
2120
2131
  * @see https://tailwindcss.com/docs/order
2121
2132
  */
2122
2133
  order: [{
2123
- order: [me, "first", "last", "none", h, u]
2134
+ order: [me, "first", "last", "none", p, h]
2124
2135
  }],
2125
2136
  /**
2126
2137
  * Grid Template Columns
@@ -2453,7 +2464,7 @@ const P = (e) => {
2453
2464
  * @see https://tailwindcss.com/docs/width
2454
2465
  */
2455
2466
  w: [{
2456
- w: [p, "screen", ...f()]
2467
+ w: [m, "screen", ...f()]
2457
2468
  }],
2458
2469
  /**
2459
2470
  * Min-Width
@@ -2461,7 +2472,7 @@ const P = (e) => {
2461
2472
  */
2462
2473
  "min-w": [{
2463
2474
  "min-w": [
2464
- p,
2475
+ m,
2465
2476
  "screen",
2466
2477
  /** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
2467
2478
  "none",
@@ -2474,7 +2485,7 @@ const P = (e) => {
2474
2485
  */
2475
2486
  "max-w": [{
2476
2487
  "max-w": [
2477
- p,
2488
+ m,
2478
2489
  "screen",
2479
2490
  "none",
2480
2491
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
@@ -2532,21 +2543,21 @@ const P = (e) => {
2532
2543
  * @see https://tailwindcss.com/docs/font-weight
2533
2544
  */
2534
2545
  "font-weight": [{
2535
- font: [o, h, qe]
2546
+ font: [o, p, qe]
2536
2547
  }],
2537
2548
  /**
2538
2549
  * Font Stretch
2539
2550
  * @see https://tailwindcss.com/docs/font-stretch
2540
2551
  */
2541
2552
  "font-stretch": [{
2542
- "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", Ge, u]
2553
+ "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", Ge, h]
2543
2554
  }],
2544
2555
  /**
2545
2556
  * Font Family
2546
2557
  * @see https://tailwindcss.com/docs/font-family
2547
2558
  */
2548
2559
  "font-family": [{
2549
- font: [Qr, u, t]
2560
+ font: [Qr, h, t]
2550
2561
  }],
2551
2562
  /**
2552
2563
  * Font Variant Numeric
@@ -2583,14 +2594,14 @@ const P = (e) => {
2583
2594
  * @see https://tailwindcss.com/docs/letter-spacing
2584
2595
  */
2585
2596
  tracking: [{
2586
- tracking: [a, h, u]
2597
+ tracking: [a, p, h]
2587
2598
  }],
2588
2599
  /**
2589
2600
  * Line Clamp
2590
2601
  * @see https://tailwindcss.com/docs/line-clamp
2591
2602
  */
2592
2603
  "line-clamp": [{
2593
- "line-clamp": [v, "none", h, qe]
2604
+ "line-clamp": [k, "none", p, qe]
2594
2605
  }],
2595
2606
  /**
2596
2607
  * Line Height
@@ -2608,7 +2619,7 @@ const P = (e) => {
2608
2619
  * @see https://tailwindcss.com/docs/list-style-image
2609
2620
  */
2610
2621
  "list-image": [{
2611
- "list-image": ["none", h, u]
2622
+ "list-image": ["none", p, h]
2612
2623
  }],
2613
2624
  /**
2614
2625
  * List Style Position
@@ -2622,7 +2633,7 @@ const P = (e) => {
2622
2633
  * @see https://tailwindcss.com/docs/list-style-type
2623
2634
  */
2624
2635
  "list-style-type": [{
2625
- list: ["disc", "decimal", "none", h, u]
2636
+ list: ["disc", "decimal", "none", p, h]
2626
2637
  }],
2627
2638
  /**
2628
2639
  * Text Alignment
@@ -2663,7 +2674,7 @@ const P = (e) => {
2663
2674
  * @see https://tailwindcss.com/docs/text-decoration-thickness
2664
2675
  */
2665
2676
  "text-decoration-thickness": [{
2666
- decoration: [v, "from-font", "auto", h, he]
2677
+ decoration: [k, "from-font", "auto", p, he]
2667
2678
  }],
2668
2679
  /**
2669
2680
  * Text Decoration Color
@@ -2677,7 +2688,7 @@ const P = (e) => {
2677
2688
  * @see https://tailwindcss.com/docs/text-underline-offset
2678
2689
  */
2679
2690
  "underline-offset": [{
2680
- "underline-offset": [v, "auto", h, u]
2691
+ "underline-offset": [k, "auto", p, h]
2681
2692
  }],
2682
2693
  /**
2683
2694
  * Text Transform
@@ -2708,7 +2719,7 @@ const P = (e) => {
2708
2719
  * @see https://tailwindcss.com/docs/vertical-align
2709
2720
  */
2710
2721
  "vertical-align": [{
2711
- align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", h, u]
2722
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", p, h]
2712
2723
  }],
2713
2724
  /**
2714
2725
  * Whitespace
@@ -2743,7 +2754,7 @@ const P = (e) => {
2743
2754
  * @see https://tailwindcss.com/docs/content
2744
2755
  */
2745
2756
  content: [{
2746
- content: ["none", h, u]
2757
+ content: ["none", p, h]
2747
2758
  }],
2748
2759
  // -------------------
2749
2760
  // --- Backgrounds ---
@@ -2798,9 +2809,9 @@ const P = (e) => {
2798
2809
  bg: ["none", {
2799
2810
  linear: [{
2800
2811
  to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
2801
- }, me, h, u],
2802
- radial: ["", h, u],
2803
- conic: [me, h, u]
2812
+ }, me, p, h],
2813
+ radial: ["", p, h],
2814
+ conic: [me, p, h]
2804
2815
  }, ts, Xr]
2805
2816
  }],
2806
2817
  /**
@@ -3143,14 +3154,14 @@ const P = (e) => {
3143
3154
  * @see https://tailwindcss.com/docs/outline-offset
3144
3155
  */
3145
3156
  "outline-offset": [{
3146
- "outline-offset": [v, h, u]
3157
+ "outline-offset": [k, p, h]
3147
3158
  }],
3148
3159
  /**
3149
3160
  * Outline Width
3150
3161
  * @see https://tailwindcss.com/docs/outline-width
3151
3162
  */
3152
3163
  "outline-w": [{
3153
- outline: ["", v, Me, he]
3164
+ outline: ["", k, Me, he]
3154
3165
  }],
3155
3166
  /**
3156
3167
  * Outline Color
@@ -3171,7 +3182,7 @@ const P = (e) => {
3171
3182
  // Deprecated since Tailwind CSS v4.0.0
3172
3183
  "",
3173
3184
  "none",
3174
- k,
3185
+ v,
3175
3186
  Te,
3176
3187
  ze
3177
3188
  ]
@@ -3225,7 +3236,7 @@ const P = (e) => {
3225
3236
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
3226
3237
  */
3227
3238
  "ring-offset-w": [{
3228
- "ring-offset": [v, he]
3239
+ "ring-offset": [k, he]
3229
3240
  }],
3230
3241
  /**
3231
3242
  * Ring Offset Color
@@ -3269,7 +3280,7 @@ const P = (e) => {
3269
3280
  * @see https://tailwindcss.com/docs/opacity
3270
3281
  */
3271
3282
  opacity: [{
3272
- opacity: [v, h, u]
3283
+ opacity: [k, p, h]
3273
3284
  }],
3274
3285
  /**
3275
3286
  * Mix Blend Mode
@@ -3304,7 +3315,7 @@ const P = (e) => {
3304
3315
  * @see https://tailwindcss.com/docs/mask-image
3305
3316
  */
3306
3317
  "mask-image-linear-pos": [{
3307
- "mask-linear": [v]
3318
+ "mask-linear": [k]
3308
3319
  }],
3309
3320
  "mask-image-linear-from-pos": [{
3310
3321
  "mask-linear-from": z()
@@ -3391,7 +3402,7 @@ const P = (e) => {
3391
3402
  "mask-y-to": s()
3392
3403
  }],
3393
3404
  "mask-image-radial": [{
3394
- "mask-radial": [h, u]
3405
+ "mask-radial": [p, h]
3395
3406
  }],
3396
3407
  "mask-image-radial-from-pos": [{
3397
3408
  "mask-radial-from": z()
@@ -3418,7 +3429,7 @@ const P = (e) => {
3418
3429
  "mask-radial-at": X()
3419
3430
  }],
3420
3431
  "mask-image-conic-pos": [{
3421
- "mask-conic": [v]
3432
+ "mask-conic": [k]
3422
3433
  }],
3423
3434
  "mask-image-conic-from-pos": [{
3424
3435
  "mask-conic-from": z()
@@ -3479,7 +3490,7 @@ const P = (e) => {
3479
3490
  * @see https://tailwindcss.com/docs/mask-image
3480
3491
  */
3481
3492
  "mask-image": [{
3482
- mask: ["none", h, u]
3493
+ mask: ["none", p, h]
3483
3494
  }],
3484
3495
  // ---------------
3485
3496
  // --- Filters ---
@@ -3493,8 +3504,8 @@ const P = (e) => {
3493
3504
  // Deprecated since Tailwind CSS v3.0.0
3494
3505
  "",
3495
3506
  "none",
3496
- h,
3497
- u
3507
+ p,
3508
+ h
3498
3509
  ]
3499
3510
  }],
3500
3511
  /**
@@ -3509,14 +3520,14 @@ const P = (e) => {
3509
3520
  * @see https://tailwindcss.com/docs/brightness
3510
3521
  */
3511
3522
  brightness: [{
3512
- brightness: [v, h, u]
3523
+ brightness: [k, p, h]
3513
3524
  }],
3514
3525
  /**
3515
3526
  * Contrast
3516
3527
  * @see https://tailwindcss.com/docs/contrast
3517
3528
  */
3518
3529
  contrast: [{
3519
- contrast: [v, h, u]
3530
+ contrast: [k, p, h]
3520
3531
  }],
3521
3532
  /**
3522
3533
  * Drop Shadow
@@ -3544,35 +3555,35 @@ const P = (e) => {
3544
3555
  * @see https://tailwindcss.com/docs/grayscale
3545
3556
  */
3546
3557
  grayscale: [{
3547
- grayscale: ["", v, h, u]
3558
+ grayscale: ["", k, p, h]
3548
3559
  }],
3549
3560
  /**
3550
3561
  * Hue Rotate
3551
3562
  * @see https://tailwindcss.com/docs/hue-rotate
3552
3563
  */
3553
3564
  "hue-rotate": [{
3554
- "hue-rotate": [v, h, u]
3565
+ "hue-rotate": [k, p, h]
3555
3566
  }],
3556
3567
  /**
3557
3568
  * Invert
3558
3569
  * @see https://tailwindcss.com/docs/invert
3559
3570
  */
3560
3571
  invert: [{
3561
- invert: ["", v, h, u]
3572
+ invert: ["", k, p, h]
3562
3573
  }],
3563
3574
  /**
3564
3575
  * Saturate
3565
3576
  * @see https://tailwindcss.com/docs/saturate
3566
3577
  */
3567
3578
  saturate: [{
3568
- saturate: [v, h, u]
3579
+ saturate: [k, p, h]
3569
3580
  }],
3570
3581
  /**
3571
3582
  * Sepia
3572
3583
  * @see https://tailwindcss.com/docs/sepia
3573
3584
  */
3574
3585
  sepia: [{
3575
- sepia: ["", v, h, u]
3586
+ sepia: ["", k, p, h]
3576
3587
  }],
3577
3588
  /**
3578
3589
  * Backdrop Filter
@@ -3583,8 +3594,8 @@ const P = (e) => {
3583
3594
  // Deprecated since Tailwind CSS v3.0.0
3584
3595
  "",
3585
3596
  "none",
3586
- h,
3587
- u
3597
+ p,
3598
+ h
3588
3599
  ]
3589
3600
  }],
3590
3601
  /**
@@ -3599,56 +3610,56 @@ const P = (e) => {
3599
3610
  * @see https://tailwindcss.com/docs/backdrop-brightness
3600
3611
  */
3601
3612
  "backdrop-brightness": [{
3602
- "backdrop-brightness": [v, h, u]
3613
+ "backdrop-brightness": [k, p, h]
3603
3614
  }],
3604
3615
  /**
3605
3616
  * Backdrop Contrast
3606
3617
  * @see https://tailwindcss.com/docs/backdrop-contrast
3607
3618
  */
3608
3619
  "backdrop-contrast": [{
3609
- "backdrop-contrast": [v, h, u]
3620
+ "backdrop-contrast": [k, p, h]
3610
3621
  }],
3611
3622
  /**
3612
3623
  * Backdrop Grayscale
3613
3624
  * @see https://tailwindcss.com/docs/backdrop-grayscale
3614
3625
  */
3615
3626
  "backdrop-grayscale": [{
3616
- "backdrop-grayscale": ["", v, h, u]
3627
+ "backdrop-grayscale": ["", k, p, h]
3617
3628
  }],
3618
3629
  /**
3619
3630
  * Backdrop Hue Rotate
3620
3631
  * @see https://tailwindcss.com/docs/backdrop-hue-rotate
3621
3632
  */
3622
3633
  "backdrop-hue-rotate": [{
3623
- "backdrop-hue-rotate": [v, h, u]
3634
+ "backdrop-hue-rotate": [k, p, h]
3624
3635
  }],
3625
3636
  /**
3626
3637
  * Backdrop Invert
3627
3638
  * @see https://tailwindcss.com/docs/backdrop-invert
3628
3639
  */
3629
3640
  "backdrop-invert": [{
3630
- "backdrop-invert": ["", v, h, u]
3641
+ "backdrop-invert": ["", k, p, h]
3631
3642
  }],
3632
3643
  /**
3633
3644
  * Backdrop Opacity
3634
3645
  * @see https://tailwindcss.com/docs/backdrop-opacity
3635
3646
  */
3636
3647
  "backdrop-opacity": [{
3637
- "backdrop-opacity": [v, h, u]
3648
+ "backdrop-opacity": [k, p, h]
3638
3649
  }],
3639
3650
  /**
3640
3651
  * Backdrop Saturate
3641
3652
  * @see https://tailwindcss.com/docs/backdrop-saturate
3642
3653
  */
3643
3654
  "backdrop-saturate": [{
3644
- "backdrop-saturate": [v, h, u]
3655
+ "backdrop-saturate": [k, p, h]
3645
3656
  }],
3646
3657
  /**
3647
3658
  * Backdrop Sepia
3648
3659
  * @see https://tailwindcss.com/docs/backdrop-sepia
3649
3660
  */
3650
3661
  "backdrop-sepia": [{
3651
- "backdrop-sepia": ["", v, h, u]
3662
+ "backdrop-sepia": ["", k, p, h]
3652
3663
  }],
3653
3664
  // --------------
3654
3665
  // --- Tables ---
@@ -3703,7 +3714,7 @@ const P = (e) => {
3703
3714
  * @see https://tailwindcss.com/docs/transition-property
3704
3715
  */
3705
3716
  transition: [{
3706
- transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", h, u]
3717
+ transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", p, h]
3707
3718
  }],
3708
3719
  /**
3709
3720
  * Transition Behavior
@@ -3717,28 +3728,28 @@ const P = (e) => {
3717
3728
  * @see https://tailwindcss.com/docs/transition-duration
3718
3729
  */
3719
3730
  duration: [{
3720
- duration: [v, "initial", h, u]
3731
+ duration: [k, "initial", p, h]
3721
3732
  }],
3722
3733
  /**
3723
3734
  * Transition Timing Function
3724
3735
  * @see https://tailwindcss.com/docs/transition-timing-function
3725
3736
  */
3726
3737
  ease: [{
3727
- ease: ["linear", "initial", q, h, u]
3738
+ ease: ["linear", "initial", q, p, h]
3728
3739
  }],
3729
3740
  /**
3730
3741
  * Transition Delay
3731
3742
  * @see https://tailwindcss.com/docs/transition-delay
3732
3743
  */
3733
3744
  delay: [{
3734
- delay: [v, h, u]
3745
+ delay: [k, p, h]
3735
3746
  }],
3736
3747
  /**
3737
3748
  * Animation
3738
3749
  * @see https://tailwindcss.com/docs/animation
3739
3750
  */
3740
3751
  animate: [{
3741
- animate: ["none", ie, h, u]
3752
+ animate: ["none", ie, p, h]
3742
3753
  }],
3743
3754
  // ------------------
3744
3755
  // --- Transforms ---
@@ -3755,7 +3766,7 @@ const P = (e) => {
3755
3766
  * @see https://tailwindcss.com/docs/perspective
3756
3767
  */
3757
3768
  perspective: [{
3758
- perspective: [B, h, u]
3769
+ perspective: [B, p, h]
3759
3770
  }],
3760
3771
  /**
3761
3772
  * Perspective Origin
@@ -3851,7 +3862,7 @@ const P = (e) => {
3851
3862
  * @see https://tailwindcss.com/docs/transform
3852
3863
  */
3853
3864
  transform: [{
3854
- transform: [h, u, "", "none", "gpu", "cpu"]
3865
+ transform: [p, h, "", "none", "gpu", "cpu"]
3855
3866
  }],
3856
3867
  /**
3857
3868
  * Transform Origin
@@ -3936,7 +3947,7 @@ const P = (e) => {
3936
3947
  * @see https://tailwindcss.com/docs/cursor
3937
3948
  */
3938
3949
  cursor: [{
3939
- cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", h, u]
3950
+ 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, h]
3940
3951
  }],
3941
3952
  /**
3942
3953
  * Field Sizing
@@ -4158,7 +4169,7 @@ const P = (e) => {
4158
4169
  * @see https://tailwindcss.com/docs/will-change
4159
4170
  */
4160
4171
  "will-change": [{
4161
- "will-change": ["auto", "scroll", "contents", "transform", h, u]
4172
+ "will-change": ["auto", "scroll", "contents", "transform", p, h]
4162
4173
  }],
4163
4174
  // -----------
4164
4175
  // --- SVG ---
@@ -4175,7 +4186,7 @@ const P = (e) => {
4175
4186
  * @see https://tailwindcss.com/docs/stroke-width
4176
4187
  */
4177
4188
  "stroke-w": [{
4178
- stroke: [v, Me, he, qe]
4189
+ stroke: [k, Me, he, qe]
4179
4190
  }],
4180
4191
  /**
4181
4192
  * Stroke
@@ -4438,13 +4449,13 @@ const Gs = (e) => /* @__PURE__ */ i(
4438
4449
  zIndexOverride: a,
4439
4450
  trigger: r = "hover",
4440
4451
  children: l,
4441
- className: p,
4442
- tooltipClassName: m
4452
+ className: m,
4453
+ tooltipClassName: u
4443
4454
  }) => {
4444
- const [_, k] = _e(!1), [S, j] = _e(o), T = Le(null), A = Le(!1), B = Le(null), E = e !== void 0 ? e : _, q = r === "hover" || r === "both", ie = r === "click" || r === "both", U = Et(), X = He[`tooltip-position-${S}`] || "", W = x(He.tooltipWrapper, p), R = x(
4455
+ const [_, v] = _e(!1), [S, j] = _e(o), T = Le(null), A = Le(!1), B = Le(null), E = e !== void 0 ? e : _, q = r === "hover" || r === "both", ie = r === "click" || r === "both", U = Et(), X = He[`tooltip-position-${S}`] || "", W = x(He.tooltipWrapper, m), R = x(
4445
4456
  He.tooltip,
4446
4457
  X,
4447
- m
4458
+ u
4448
4459
  );
4449
4460
  return /* @__PURE__ */ N(
4450
4461
  "span",
@@ -4458,12 +4469,12 @@ const Gs = (e) => /* @__PURE__ */ i(
4458
4469
  j(oe >= V ? "below" : "above");
4459
4470
  } else
4460
4471
  j(o);
4461
- k(!0);
4472
+ v(!0);
4462
4473
  }, n));
4463
4474
  },
4464
4475
  onMouseLeave: () => {
4465
4476
  !q || e !== void 0 || (T.current && clearTimeout(T.current), T.current = window.setTimeout(() => {
4466
- A.current || k(!1);
4477
+ A.current || v(!1);
4467
4478
  }, 50));
4468
4479
  },
4469
4480
  onClick: () => {
@@ -4473,7 +4484,7 @@ const Gs = (e) => /* @__PURE__ */ i(
4473
4484
  j(oe >= V ? "below" : "above");
4474
4485
  } else
4475
4486
  j(o);
4476
- k(A.current);
4487
+ v(A.current);
4477
4488
  }
4478
4489
  },
4479
4490
  "aria-describedby": E ? U : void 0,