@mp-front/components 0.0.1-next-3 → 0.0.1-next-5

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.
Files changed (46) hide show
  1. package/dist/classNames-CN12fVA7.cjs +1 -0
  2. package/dist/{index-CcUNk-y0.js → classNames-EUcv3dqx.js} +174 -188
  3. package/dist/components/index.d.ts +2 -0
  4. package/dist/components/index.d.ts.map +1 -1
  5. package/dist/components/steps/steps.component.d.ts +1 -1
  6. package/dist/components/steps/steps.component.d.ts.map +1 -1
  7. package/dist/components/steps/steps.stories.d.ts +4 -0
  8. package/dist/components/steps/steps.stories.d.ts.map +1 -1
  9. package/dist/components/steps/steps.types.d.ts +2 -0
  10. package/dist/components/steps/steps.types.d.ts.map +1 -1
  11. package/dist/components/toggle/constants/variants.d.ts +18 -0
  12. package/dist/components/toggle/constants/variants.d.ts.map +1 -0
  13. package/dist/components/toggle/index.d.ts +3 -0
  14. package/dist/components/toggle/index.d.ts.map +1 -0
  15. package/dist/components/toggle/toggle.component.d.ts +27 -0
  16. package/dist/components/toggle/toggle.component.d.ts.map +1 -0
  17. package/dist/components/toggle/toggle.stories.d.ts +15 -0
  18. package/dist/components/toggle/toggle.stories.d.ts.map +1 -0
  19. package/dist/components/toggle/toggle.test.d.ts +2 -0
  20. package/dist/components/toggle/toggle.test.d.ts.map +1 -0
  21. package/dist/components/toggle-group/index.d.ts +2 -0
  22. package/dist/components/toggle-group/index.d.ts.map +1 -0
  23. package/dist/components/toggle-group/toggle-group-context.d.ts +22 -0
  24. package/dist/components/toggle-group/toggle-group-context.d.ts.map +1 -0
  25. package/dist/components/toggle-group/toggle-group-item.component.d.ts +28 -0
  26. package/dist/components/toggle-group/toggle-group-item.component.d.ts.map +1 -0
  27. package/dist/components/toggle-group/toggle-group.component.d.ts +37 -0
  28. package/dist/components/toggle-group/toggle-group.component.d.ts.map +1 -0
  29. package/dist/components/toggle-group/toggle-group.stories.d.ts +16 -0
  30. package/dist/components/toggle-group/toggle-group.stories.d.ts.map +1 -0
  31. package/dist/components/toggle-group/toggle-group.test.d.ts +2 -0
  32. package/dist/components/toggle-group/toggle-group.test.d.ts.map +1 -0
  33. package/dist/index-B2-I-g4_.js +18 -0
  34. package/dist/index-CFlnP8Em.cjs +1 -0
  35. package/dist/layout/content.component.d.ts.map +1 -1
  36. package/dist/styles.css +1 -1
  37. package/dist/ui-components-hooks.js +1 -1
  38. package/dist/ui-components-index.cjs +30 -30
  39. package/dist/ui-components-index.js +7022 -6698
  40. package/dist/ui-components-layout.cjs +32 -32
  41. package/dist/ui-components-layout.js +6058 -5901
  42. package/dist/ui-components-utils.cjs +1 -1
  43. package/dist/ui-components-utils.js +7 -6
  44. package/dist/{useTranslation-Cenukg7h.js → useTranslation-DlVfOUdM.js} +3 -3
  45. package/package.json +2 -1
  46. package/dist/index-B2DyV2Jl.cjs +0 -1
@@ -1,51 +1,51 @@
1
- function D(e) {
1
+ function Y(e) {
2
2
  var r, t, o = "";
3
3
  if (typeof e == "string" || typeof e == "number") o += e;
4
4
  else if (typeof e == "object") if (Array.isArray(e)) {
5
- var i = e.length;
6
- for (r = 0; r < i; r++) e[r] && (t = D(e[r])) && (o && (o += " "), o += t);
5
+ var l = e.length;
6
+ for (r = 0; r < l; r++) e[r] && (t = Y(e[r])) && (o && (o += " "), o += t);
7
7
  } else for (t in e) e[t] && (o && (o += " "), o += t);
8
8
  return o;
9
9
  }
10
- function se() {
11
- for (var e, r, t = 0, o = "", i = arguments.length; t < i; t++) (e = arguments[t]) && (r = D(e)) && (o && (o += " "), o += r);
10
+ function ne() {
11
+ for (var e, r, t = 0, o = "", l = arguments.length; t < l; t++) (e = arguments[t]) && (r = Y(e)) && (o && (o += " "), o += r);
12
12
  return o;
13
13
  }
14
- const U = "-", ie = (e) => {
15
- const r = ae(e), {
14
+ const B = "-", se = (e) => {
15
+ const r = ie(e), {
16
16
  conflictingClassGroups: t,
17
17
  conflictingClassGroupModifiers: o
18
18
  } = e;
19
19
  return {
20
20
  getClassGroupId: (a) => {
21
- const s = a.split(U);
22
- return s[0] === "" && s.length !== 1 && s.shift(), ee(s, r) || le(a);
21
+ const s = a.split(B);
22
+ return s[0] === "" && s.length !== 1 && s.shift(), D(s, r) || le(a);
23
23
  },
24
24
  getConflictingClassGroupIds: (a, s) => {
25
25
  const u = t[a] || [];
26
26
  return s && o[a] ? [...u, ...o[a]] : u;
27
27
  }
28
28
  };
29
- }, ee = (e, r) => {
29
+ }, D = (e, r) => {
30
30
  var a;
31
31
  if (e.length === 0)
32
32
  return r.classGroupId;
33
- const t = e[0], o = r.nextPart.get(t), i = o ? ee(e.slice(1), o) : void 0;
34
- if (i)
35
- return i;
33
+ const t = e[0], o = r.nextPart.get(t), l = o ? D(e.slice(1), o) : void 0;
34
+ if (l)
35
+ return l;
36
36
  if (r.validators.length === 0)
37
37
  return;
38
- const n = e.join(U);
38
+ const n = e.join(B);
39
39
  return (a = r.validators.find(({
40
40
  validator: s
41
41
  }) => s(n))) == null ? void 0 : a.classGroupId;
42
- }, Q = /^\[(.+)\]$/, le = (e) => {
43
- if (Q.test(e)) {
44
- const r = Q.exec(e)[1], t = r == null ? void 0 : r.substring(0, r.indexOf(":"));
42
+ }, K = /^\[(.+)\]$/, le = (e) => {
43
+ if (K.test(e)) {
44
+ const r = K.exec(e)[1], t = r == null ? void 0 : r.substring(0, r.indexOf(":"));
45
45
  if (t)
46
46
  return "arbitrary.." + t;
47
47
  }
48
- }, ae = (e) => {
48
+ }, ie = (e) => {
49
49
  const {
50
50
  theme: r,
51
51
  prefix: t
@@ -53,43 +53,43 @@ const U = "-", ie = (e) => {
53
53
  nextPart: /* @__PURE__ */ new Map(),
54
54
  validators: []
55
55
  };
56
- return de(Object.entries(e.classGroups), t).forEach(([n, a]) => {
57
- _(a, o, n, r);
56
+ return ce(Object.entries(e.classGroups), t).forEach(([n, a]) => {
57
+ $(a, o, n, r);
58
58
  }), o;
59
- }, _ = (e, r, t, o) => {
60
- e.forEach((i) => {
61
- if (typeof i == "string") {
62
- const n = i === "" ? r : Y(r, i);
59
+ }, $ = (e, r, t, o) => {
60
+ e.forEach((l) => {
61
+ if (typeof l == "string") {
62
+ const n = l === "" ? r : Q(r, l);
63
63
  n.classGroupId = t;
64
64
  return;
65
65
  }
66
- if (typeof i == "function") {
67
- if (ce(i)) {
68
- _(i(o), r, t, o);
66
+ if (typeof l == "function") {
67
+ if (ae(l)) {
68
+ $(l(o), r, t, o);
69
69
  return;
70
70
  }
71
71
  r.validators.push({
72
- validator: i,
72
+ validator: l,
73
73
  classGroupId: t
74
74
  });
75
75
  return;
76
76
  }
77
- Object.entries(i).forEach(([n, a]) => {
78
- _(a, Y(r, n), t, o);
77
+ Object.entries(l).forEach(([n, a]) => {
78
+ $(a, Q(r, n), t, o);
79
79
  });
80
80
  });
81
- }, Y = (e, r) => {
81
+ }, Q = (e, r) => {
82
82
  let t = e;
83
- return r.split(U).forEach((o) => {
83
+ return r.split(B).forEach((o) => {
84
84
  t.nextPart.has(o) || t.nextPart.set(o, {
85
85
  nextPart: /* @__PURE__ */ new Map(),
86
86
  validators: []
87
87
  }), t = t.nextPart.get(o);
88
88
  }), t;
89
- }, ce = (e) => e.isThemeGetter, de = (e, r) => r ? e.map(([t, o]) => {
90
- const i = o.map((n) => typeof n == "string" ? r + n : typeof n == "object" ? Object.fromEntries(Object.entries(n).map(([a, s]) => [r + a, s])) : n);
91
- return [t, i];
92
- }) : e, pe = (e) => {
89
+ }, ae = (e) => e.isThemeGetter, ce = (e, r) => r ? e.map(([t, o]) => {
90
+ const l = o.map((n) => typeof n == "string" ? r + n : typeof n == "object" ? Object.fromEntries(Object.entries(n).map(([a, s]) => [r + a, s])) : n);
91
+ return [t, l];
92
+ }) : e, de = (e) => {
93
93
  if (e < 1)
94
94
  return {
95
95
  get: () => {
@@ -98,7 +98,7 @@ const U = "-", ie = (e) => {
98
98
  }
99
99
  };
100
100
  let r = 0, t = /* @__PURE__ */ new Map(), o = /* @__PURE__ */ new Map();
101
- const i = (n, a) => {
101
+ const l = (n, a) => {
102
102
  t.set(n, a), r++, r > e && (r = 0, o = t, t = /* @__PURE__ */ new Map());
103
103
  };
104
104
  return {
@@ -107,23 +107,23 @@ const U = "-", ie = (e) => {
107
107
  if (a !== void 0)
108
108
  return a;
109
109
  if ((a = o.get(n)) !== void 0)
110
- return i(n, a), a;
110
+ return l(n, a), a;
111
111
  },
112
112
  set(n, a) {
113
- t.has(n) ? t.set(n, a) : i(n, a);
113
+ t.has(n) ? t.set(n, a) : l(n, a);
114
114
  }
115
115
  };
116
- }, re = "!", ue = (e) => {
116
+ }, ee = "!", pe = (e) => {
117
117
  const {
118
118
  separator: r,
119
119
  experimentalParseClassName: t
120
- } = e, o = r.length === 1, i = r[0], n = r.length, a = (s) => {
120
+ } = e, o = r.length === 1, l = r[0], n = r.length, a = (s) => {
121
121
  const u = [];
122
122
  let g = 0, m = 0, y;
123
123
  for (let p = 0; p < s.length; p++) {
124
124
  let f = s[p];
125
125
  if (g === 0) {
126
- if (f === i && (o || s.slice(p, p + n) === r)) {
126
+ if (f === l && (o || s.slice(p, p + n) === r)) {
127
127
  u.push(s.slice(m, p)), m = p + n;
128
128
  continue;
129
129
  }
@@ -134,7 +134,7 @@ const U = "-", ie = (e) => {
134
134
  }
135
135
  f === "[" ? g++ : f === "]" && g--;
136
136
  }
137
- const x = u.length === 0 ? s : s.substring(m), v = x.startsWith(re), w = v ? x.substring(1) : x, b = y && y > m ? y - m : void 0;
137
+ const x = u.length === 0 ? s : s.substring(m), v = x.startsWith(ee), w = v ? x.substring(1) : x, b = y && y > m ? y - m : void 0;
138
138
  return {
139
139
  modifiers: u,
140
140
  hasImportantModifier: v,
@@ -146,7 +146,7 @@ const U = "-", ie = (e) => {
146
146
  className: s,
147
147
  parseClassName: a
148
148
  }) : a;
149
- }, be = (e) => {
149
+ }, ue = (e) => {
150
150
  if (e.length <= 1)
151
151
  return e;
152
152
  const r = [];
@@ -154,16 +154,16 @@ const U = "-", ie = (e) => {
154
154
  return e.forEach((o) => {
155
155
  o[0] === "[" ? (r.push(...t.sort(), o), t = []) : t.push(o);
156
156
  }), r.push(...t.sort()), r;
157
- }, ge = (e) => ({
158
- cache: pe(e.cacheSize),
159
- parseClassName: ue(e),
160
- ...ie(e)
161
- }), fe = /\s+/, me = (e, r) => {
157
+ }, be = (e) => ({
158
+ cache: de(e.cacheSize),
159
+ parseClassName: pe(e),
160
+ ...se(e)
161
+ }), ge = /\s+/, fe = (e, r) => {
162
162
  const {
163
163
  parseClassName: t,
164
164
  getClassGroupId: o,
165
- getConflictingClassGroupIds: i
166
- } = r, n = [], a = e.trim().split(fe);
165
+ getConflictingClassGroupIds: l
166
+ } = r, n = [], a = e.trim().split(ge);
167
167
  let s = "";
168
168
  for (let u = a.length - 1; u >= 0; u -= 1) {
169
169
  const g = a[u], {
@@ -184,90 +184,90 @@ const U = "-", ie = (e) => {
184
184
  }
185
185
  w = !1;
186
186
  }
187
- const p = be(m).join(":"), f = y ? p + re : p, h = f + b;
187
+ const p = ue(m).join(":"), f = y ? p + ee : p, h = f + b;
188
188
  if (n.includes(h))
189
189
  continue;
190
190
  n.push(h);
191
- const P = i(b, w);
192
- for (let S = 0; S < P.length; ++S) {
193
- const N = P[S];
194
- n.push(f + N);
191
+ const R = l(b, w);
192
+ for (let S = 0; S < R.length; ++S) {
193
+ const E = R[S];
194
+ n.push(f + E);
195
195
  }
196
196
  s = g + (s.length > 0 ? " " + s : s);
197
197
  }
198
198
  return s;
199
199
  };
200
- function he() {
200
+ function me() {
201
201
  let e = 0, r, t, o = "";
202
202
  for (; e < arguments.length; )
203
- (r = arguments[e++]) && (t = te(r)) && (o && (o += " "), o += t);
203
+ (r = arguments[e++]) && (t = re(r)) && (o && (o += " "), o += t);
204
204
  return o;
205
205
  }
206
- const te = (e) => {
206
+ const re = (e) => {
207
207
  if (typeof e == "string")
208
208
  return e;
209
209
  let r, t = "";
210
210
  for (let o = 0; o < e.length; o++)
211
- e[o] && (r = te(e[o])) && (t && (t += " "), t += r);
211
+ e[o] && (r = re(e[o])) && (t && (t += " "), t += r);
212
212
  return t;
213
213
  };
214
- function ye(e, ...r) {
215
- let t, o, i, n = a;
214
+ function he(e, ...r) {
215
+ let t, o, l, n = a;
216
216
  function a(u) {
217
217
  const g = r.reduce((m, y) => y(m), e());
218
- return t = ge(g), o = t.cache.get, i = t.cache.set, n = s, s(u);
218
+ return t = be(g), o = t.cache.get, l = t.cache.set, n = s, s(u);
219
219
  }
220
220
  function s(u) {
221
221
  const g = o(u);
222
222
  if (g)
223
223
  return g;
224
- const m = me(u, t);
225
- return i(u, m), m;
224
+ const m = fe(u, t);
225
+ return l(u, m), m;
226
226
  }
227
227
  return function() {
228
- return n(he.apply(null, arguments));
228
+ return n(me.apply(null, arguments));
229
229
  };
230
230
  }
231
231
  const c = (e) => {
232
232
  const r = (t) => t[e] || [];
233
233
  return r.isThemeGetter = !0, r;
234
- }, oe = /^\[(?:([a-z-]+):)?(.+)\]$/i, xe = /^\d+\/\d+$/, we = /* @__PURE__ */ new Set(["px", "full", "screen"]), ve = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Ce = /\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$/, ke = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, ze = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Ae = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, k = (e) => G(e) || we.has(e) || xe.test(e), z = (e) => R(e, "length", Ee), G = (e) => !!e && !Number.isNaN(Number(e)), O = (e) => R(e, "number", G), j = (e) => !!e && Number.isInteger(Number(e)), Se = (e) => e.endsWith("%") && G(e.slice(0, -1)), l = (e) => oe.test(e), A = (e) => ve.test(e), Me = /* @__PURE__ */ new Set(["length", "size", "percentage"]), Ge = (e) => R(e, Me, ne), Re = (e) => R(e, "position", ne), Pe = /* @__PURE__ */ new Set(["image", "url"]), Ie = (e) => R(e, Pe, Te), je = (e) => R(e, "", Ne), E = () => !0, R = (e, r, t) => {
235
- const o = oe.exec(e);
234
+ }, te = /^\[(?:([a-z-]+):)?(.+)\]$/i, ye = /^\d+\/\d+$/, xe = /* @__PURE__ */ new Set(["px", "full", "screen"]), we = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, ve = /\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$/, ke = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Ce = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, ze = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, C = (e) => M(e) || xe.has(e) || ye.test(e), z = (e) => G(e, "length", je), M = (e) => !!e && !Number.isNaN(Number(e)), _ = (e) => G(e, "number", M), P = (e) => !!e && Number.isInteger(Number(e)), Ae = (e) => e.endsWith("%") && M(e.slice(0, -1)), i = (e) => te.test(e), A = (e) => we.test(e), Se = /* @__PURE__ */ new Set(["length", "size", "percentage"]), Me = (e) => G(e, Se, oe), Ge = (e) => G(e, "position", oe), Re = /* @__PURE__ */ new Set(["image", "url"]), Ie = (e) => G(e, Re, Ne), Pe = (e) => G(e, "", Ee), j = () => !0, G = (e, r, t) => {
235
+ const o = te.exec(e);
236
236
  return o ? o[1] ? typeof r == "string" ? o[1] === r : r.has(o[1]) : t(o[2]) : !1;
237
- }, Ee = (e) => (
237
+ }, je = (e) => (
238
238
  // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
239
239
  // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
240
240
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
241
- Ce.test(e) && !ke.test(e)
242
- ), ne = () => !1, Ne = (e) => ze.test(e), Te = (e) => Ae.test(e), $e = () => {
243
- const e = c("colors"), r = c("spacing"), t = c("blur"), o = c("brightness"), i = c("borderColor"), n = c("borderRadius"), a = c("borderSpacing"), s = c("borderWidth"), u = c("contrast"), g = c("grayscale"), m = c("hueRotate"), y = c("invert"), x = c("gap"), v = c("gradientColorStops"), w = c("gradientColorStopPositions"), b = c("inset"), p = c("margin"), f = c("opacity"), h = c("padding"), P = c("saturate"), S = c("scale"), N = c("sepia"), F = c("skew"), q = c("space"), J = c("translate"), L = () => ["auto", "contain", "none"], W = () => ["auto", "hidden", "clip", "visible", "scroll"], V = () => ["auto", l, r], d = () => [l, r], X = () => ["", k, z], T = () => ["auto", G, l], Z = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], $ = () => ["solid", "dashed", "dotted", "double", "none"], H = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], B = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], I = () => ["", "0", l], K = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], C = () => [G, l];
241
+ ve.test(e) && !ke.test(e)
242
+ ), oe = () => !1, Ee = (e) => Ce.test(e), Ne = (e) => ze.test(e), Te = () => {
243
+ const e = c("colors"), r = c("spacing"), t = c("blur"), o = c("brightness"), l = c("borderColor"), n = c("borderRadius"), a = c("borderSpacing"), s = c("borderWidth"), u = c("contrast"), g = c("grayscale"), m = c("hueRotate"), y = c("invert"), x = c("gap"), v = c("gradientColorStops"), w = c("gradientColorStopPositions"), b = c("inset"), p = c("margin"), f = c("opacity"), h = c("padding"), R = c("saturate"), S = c("scale"), E = c("sepia"), U = c("skew"), F = c("space"), q = c("translate"), L = () => ["auto", "contain", "none"], W = () => ["auto", "hidden", "clip", "visible", "scroll"], V = () => ["auto", i, r], d = () => [i, r], J = () => ["", C, z], N = () => ["auto", M, i], X = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], T = () => ["solid", "dashed", "dotted", "double", "none"], Z = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], O = () => ["start", "end", "center", "between", "around", "evenly", "stretch"], I = () => ["", "0", i], H = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], k = () => [M, i];
244
244
  return {
245
245
  cacheSize: 500,
246
246
  separator: ":",
247
247
  theme: {
248
- colors: [E],
249
- spacing: [k, z],
250
- blur: ["none", "", A, l],
251
- brightness: C(),
248
+ colors: [j],
249
+ spacing: [C, z],
250
+ blur: ["none", "", A, i],
251
+ brightness: k(),
252
252
  borderColor: [e],
253
- borderRadius: ["none", "", "full", A, l],
253
+ borderRadius: ["none", "", "full", A, i],
254
254
  borderSpacing: d(),
255
- borderWidth: X(),
256
- contrast: C(),
255
+ borderWidth: J(),
256
+ contrast: k(),
257
257
  grayscale: I(),
258
- hueRotate: C(),
258
+ hueRotate: k(),
259
259
  invert: I(),
260
260
  gap: d(),
261
261
  gradientColorStops: [e],
262
- gradientColorStopPositions: [Se, z],
262
+ gradientColorStopPositions: [Ae, z],
263
263
  inset: V(),
264
264
  margin: V(),
265
- opacity: C(),
265
+ opacity: k(),
266
266
  padding: d(),
267
- saturate: C(),
268
- scale: C(),
267
+ saturate: k(),
268
+ scale: k(),
269
269
  sepia: I(),
270
- skew: C(),
270
+ skew: k(),
271
271
  space: d(),
272
272
  translate: d()
273
273
  },
@@ -278,7 +278,7 @@ const c = (e) => {
278
278
  * @see https://tailwindcss.com/docs/aspect-ratio
279
279
  */
280
280
  aspect: [{
281
- aspect: ["auto", "square", "video", l]
281
+ aspect: ["auto", "square", "video", i]
282
282
  }],
283
283
  /**
284
284
  * Container
@@ -297,14 +297,14 @@ const c = (e) => {
297
297
  * @see https://tailwindcss.com/docs/break-after
298
298
  */
299
299
  "break-after": [{
300
- "break-after": K()
300
+ "break-after": H()
301
301
  }],
302
302
  /**
303
303
  * Break Before
304
304
  * @see https://tailwindcss.com/docs/break-before
305
305
  */
306
306
  "break-before": [{
307
- "break-before": K()
307
+ "break-before": H()
308
308
  }],
309
309
  /**
310
310
  * Break Inside
@@ -363,7 +363,7 @@ const c = (e) => {
363
363
  * @see https://tailwindcss.com/docs/object-position
364
364
  */
365
365
  "object-position": [{
366
- object: [...Z(), l]
366
+ object: [...X(), i]
367
367
  }],
368
368
  /**
369
369
  * Overflow
@@ -485,7 +485,7 @@ const c = (e) => {
485
485
  * @see https://tailwindcss.com/docs/z-index
486
486
  */
487
487
  z: [{
488
- z: ["auto", j, l]
488
+ z: ["auto", P, i]
489
489
  }],
490
490
  // Flexbox and Grid
491
491
  /**
@@ -514,7 +514,7 @@ const c = (e) => {
514
514
  * @see https://tailwindcss.com/docs/flex
515
515
  */
516
516
  flex: [{
517
- flex: ["1", "auto", "initial", "none", l]
517
+ flex: ["1", "auto", "initial", "none", i]
518
518
  }],
519
519
  /**
520
520
  * Flex Grow
@@ -535,14 +535,14 @@ const c = (e) => {
535
535
  * @see https://tailwindcss.com/docs/order
536
536
  */
537
537
  order: [{
538
- order: ["first", "last", "none", j, l]
538
+ order: ["first", "last", "none", P, i]
539
539
  }],
540
540
  /**
541
541
  * Grid Template Columns
542
542
  * @see https://tailwindcss.com/docs/grid-template-columns
543
543
  */
544
544
  "grid-cols": [{
545
- "grid-cols": [E]
545
+ "grid-cols": [j]
546
546
  }],
547
547
  /**
548
548
  * Grid Column Start / End
@@ -550,29 +550,29 @@ const c = (e) => {
550
550
  */
551
551
  "col-start-end": [{
552
552
  col: ["auto", {
553
- span: ["full", j, l]
554
- }, l]
553
+ span: ["full", P, i]
554
+ }, i]
555
555
  }],
556
556
  /**
557
557
  * Grid Column Start
558
558
  * @see https://tailwindcss.com/docs/grid-column
559
559
  */
560
560
  "col-start": [{
561
- "col-start": T()
561
+ "col-start": N()
562
562
  }],
563
563
  /**
564
564
  * Grid Column End
565
565
  * @see https://tailwindcss.com/docs/grid-column
566
566
  */
567
567
  "col-end": [{
568
- "col-end": T()
568
+ "col-end": N()
569
569
  }],
570
570
  /**
571
571
  * Grid Template Rows
572
572
  * @see https://tailwindcss.com/docs/grid-template-rows
573
573
  */
574
574
  "grid-rows": [{
575
- "grid-rows": [E]
575
+ "grid-rows": [j]
576
576
  }],
577
577
  /**
578
578
  * Grid Row Start / End
@@ -580,22 +580,22 @@ const c = (e) => {
580
580
  */
581
581
  "row-start-end": [{
582
582
  row: ["auto", {
583
- span: [j, l]
584
- }, l]
583
+ span: [P, i]
584
+ }, i]
585
585
  }],
586
586
  /**
587
587
  * Grid Row Start
588
588
  * @see https://tailwindcss.com/docs/grid-row
589
589
  */
590
590
  "row-start": [{
591
- "row-start": T()
591
+ "row-start": N()
592
592
  }],
593
593
  /**
594
594
  * Grid Row End
595
595
  * @see https://tailwindcss.com/docs/grid-row
596
596
  */
597
597
  "row-end": [{
598
- "row-end": T()
598
+ "row-end": N()
599
599
  }],
600
600
  /**
601
601
  * Grid Auto Flow
@@ -609,14 +609,14 @@ const c = (e) => {
609
609
  * @see https://tailwindcss.com/docs/grid-auto-columns
610
610
  */
611
611
  "auto-cols": [{
612
- "auto-cols": ["auto", "min", "max", "fr", l]
612
+ "auto-cols": ["auto", "min", "max", "fr", i]
613
613
  }],
614
614
  /**
615
615
  * Grid Auto Rows
616
616
  * @see https://tailwindcss.com/docs/grid-auto-rows
617
617
  */
618
618
  "auto-rows": [{
619
- "auto-rows": ["auto", "min", "max", "fr", l]
619
+ "auto-rows": ["auto", "min", "max", "fr", i]
620
620
  }],
621
621
  /**
622
622
  * Gap
@@ -644,7 +644,7 @@ const c = (e) => {
644
644
  * @see https://tailwindcss.com/docs/justify-content
645
645
  */
646
646
  "justify-content": [{
647
- justify: ["normal", ...B()]
647
+ justify: ["normal", ...O()]
648
648
  }],
649
649
  /**
650
650
  * Justify Items
@@ -665,7 +665,7 @@ const c = (e) => {
665
665
  * @see https://tailwindcss.com/docs/align-content
666
666
  */
667
667
  "align-content": [{
668
- content: ["normal", ...B(), "baseline"]
668
+ content: ["normal", ...O(), "baseline"]
669
669
  }],
670
670
  /**
671
671
  * Align Items
@@ -686,7 +686,7 @@ const c = (e) => {
686
686
  * @see https://tailwindcss.com/docs/place-content
687
687
  */
688
688
  "place-content": [{
689
- "place-content": [...B(), "baseline"]
689
+ "place-content": [...O(), "baseline"]
690
690
  }],
691
691
  /**
692
692
  * Place Items
@@ -834,7 +834,7 @@ const c = (e) => {
834
834
  * @see https://tailwindcss.com/docs/space
835
835
  */
836
836
  "space-x": [{
837
- "space-x": [q]
837
+ "space-x": [F]
838
838
  }],
839
839
  /**
840
840
  * Space Between X Reverse
@@ -846,7 +846,7 @@ const c = (e) => {
846
846
  * @see https://tailwindcss.com/docs/space
847
847
  */
848
848
  "space-y": [{
849
- "space-y": [q]
849
+ "space-y": [F]
850
850
  }],
851
851
  /**
852
852
  * Space Between Y Reverse
@@ -859,21 +859,21 @@ const c = (e) => {
859
859
  * @see https://tailwindcss.com/docs/width
860
860
  */
861
861
  w: [{
862
- w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", l, r]
862
+ w: ["auto", "min", "max", "fit", "svw", "lvw", "dvw", i, r]
863
863
  }],
864
864
  /**
865
865
  * Min-Width
866
866
  * @see https://tailwindcss.com/docs/min-width
867
867
  */
868
868
  "min-w": [{
869
- "min-w": [l, r, "min", "max", "fit"]
869
+ "min-w": [i, r, "min", "max", "fit"]
870
870
  }],
871
871
  /**
872
872
  * Max-Width
873
873
  * @see https://tailwindcss.com/docs/max-width
874
874
  */
875
875
  "max-w": [{
876
- "max-w": [l, r, "none", "full", "min", "max", "fit", "prose", {
876
+ "max-w": [i, r, "none", "full", "min", "max", "fit", "prose", {
877
877
  screen: [A]
878
878
  }, A]
879
879
  }],
@@ -882,28 +882,28 @@ const c = (e) => {
882
882
  * @see https://tailwindcss.com/docs/height
883
883
  */
884
884
  h: [{
885
- h: [l, r, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
885
+ h: [i, r, "auto", "min", "max", "fit", "svh", "lvh", "dvh"]
886
886
  }],
887
887
  /**
888
888
  * Min-Height
889
889
  * @see https://tailwindcss.com/docs/min-height
890
890
  */
891
891
  "min-h": [{
892
- "min-h": [l, r, "min", "max", "fit", "svh", "lvh", "dvh"]
892
+ "min-h": [i, r, "min", "max", "fit", "svh", "lvh", "dvh"]
893
893
  }],
894
894
  /**
895
895
  * Max-Height
896
896
  * @see https://tailwindcss.com/docs/max-height
897
897
  */
898
898
  "max-h": [{
899
- "max-h": [l, r, "min", "max", "fit", "svh", "lvh", "dvh"]
899
+ "max-h": [i, r, "min", "max", "fit", "svh", "lvh", "dvh"]
900
900
  }],
901
901
  /**
902
902
  * Size
903
903
  * @see https://tailwindcss.com/docs/size
904
904
  */
905
905
  size: [{
906
- size: [l, r, "auto", "min", "max", "fit"]
906
+ size: [i, r, "auto", "min", "max", "fit"]
907
907
  }],
908
908
  // Typography
909
909
  /**
@@ -928,14 +928,14 @@ const c = (e) => {
928
928
  * @see https://tailwindcss.com/docs/font-weight
929
929
  */
930
930
  "font-weight": [{
931
- font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", O]
931
+ font: ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black", _]
932
932
  }],
933
933
  /**
934
934
  * Font Family
935
935
  * @see https://tailwindcss.com/docs/font-family
936
936
  */
937
937
  "font-family": [{
938
- font: [E]
938
+ font: [j]
939
939
  }],
940
940
  /**
941
941
  * Font Variant Numeric
@@ -972,35 +972,35 @@ const c = (e) => {
972
972
  * @see https://tailwindcss.com/docs/letter-spacing
973
973
  */
974
974
  tracking: [{
975
- tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", l]
975
+ tracking: ["tighter", "tight", "normal", "wide", "wider", "widest", i]
976
976
  }],
977
977
  /**
978
978
  * Line Clamp
979
979
  * @see https://tailwindcss.com/docs/line-clamp
980
980
  */
981
981
  "line-clamp": [{
982
- "line-clamp": ["none", G, O]
982
+ "line-clamp": ["none", M, _]
983
983
  }],
984
984
  /**
985
985
  * Line Height
986
986
  * @see https://tailwindcss.com/docs/line-height
987
987
  */
988
988
  leading: [{
989
- leading: ["none", "tight", "snug", "normal", "relaxed", "loose", k, l]
989
+ leading: ["none", "tight", "snug", "normal", "relaxed", "loose", C, i]
990
990
  }],
991
991
  /**
992
992
  * List Style Image
993
993
  * @see https://tailwindcss.com/docs/list-style-image
994
994
  */
995
995
  "list-image": [{
996
- "list-image": ["none", l]
996
+ "list-image": ["none", i]
997
997
  }],
998
998
  /**
999
999
  * List Style Type
1000
1000
  * @see https://tailwindcss.com/docs/list-style-type
1001
1001
  */
1002
1002
  "list-style-type": [{
1003
- list: ["none", "disc", "decimal", l]
1003
+ list: ["none", "disc", "decimal", i]
1004
1004
  }],
1005
1005
  /**
1006
1006
  * List Style Position
@@ -1055,21 +1055,21 @@ const c = (e) => {
1055
1055
  * @see https://tailwindcss.com/docs/text-decoration-style
1056
1056
  */
1057
1057
  "text-decoration-style": [{
1058
- decoration: [...$(), "wavy"]
1058
+ decoration: [...T(), "wavy"]
1059
1059
  }],
1060
1060
  /**
1061
1061
  * Text Decoration Thickness
1062
1062
  * @see https://tailwindcss.com/docs/text-decoration-thickness
1063
1063
  */
1064
1064
  "text-decoration-thickness": [{
1065
- decoration: ["auto", "from-font", k, z]
1065
+ decoration: ["auto", "from-font", C, z]
1066
1066
  }],
1067
1067
  /**
1068
1068
  * Text Underline Offset
1069
1069
  * @see https://tailwindcss.com/docs/text-underline-offset
1070
1070
  */
1071
1071
  "underline-offset": [{
1072
- "underline-offset": ["auto", k, l]
1072
+ "underline-offset": ["auto", C, i]
1073
1073
  }],
1074
1074
  /**
1075
1075
  * Text Decoration Color
@@ -1107,7 +1107,7 @@ const c = (e) => {
1107
1107
  * @see https://tailwindcss.com/docs/vertical-align
1108
1108
  */
1109
1109
  "vertical-align": [{
1110
- align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", l]
1110
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", i]
1111
1111
  }],
1112
1112
  /**
1113
1113
  * Whitespace
@@ -1135,7 +1135,7 @@ const c = (e) => {
1135
1135
  * @see https://tailwindcss.com/docs/content
1136
1136
  */
1137
1137
  content: [{
1138
- content: ["none", l]
1138
+ content: ["none", i]
1139
1139
  }],
1140
1140
  // Backgrounds
1141
1141
  /**
@@ -1172,7 +1172,7 @@ const c = (e) => {
1172
1172
  * @see https://tailwindcss.com/docs/background-position
1173
1173
  */
1174
1174
  "bg-position": [{
1175
- bg: [...Z(), Re]
1175
+ bg: [...X(), Ge]
1176
1176
  }],
1177
1177
  /**
1178
1178
  * Background Repeat
@@ -1188,7 +1188,7 @@ const c = (e) => {
1188
1188
  * @see https://tailwindcss.com/docs/background-size
1189
1189
  */
1190
1190
  "bg-size": [{
1191
- bg: ["auto", "cover", "contain", Ge]
1191
+ bg: ["auto", "cover", "contain", Me]
1192
1192
  }],
1193
1193
  /**
1194
1194
  * Background Image
@@ -1429,7 +1429,7 @@ const c = (e) => {
1429
1429
  * @see https://tailwindcss.com/docs/border-style
1430
1430
  */
1431
1431
  "border-style": [{
1432
- border: [...$(), "hidden"]
1432
+ border: [...T(), "hidden"]
1433
1433
  }],
1434
1434
  /**
1435
1435
  * Divide Width X
@@ -1467,98 +1467,98 @@ const c = (e) => {
1467
1467
  * @see https://tailwindcss.com/docs/divide-style
1468
1468
  */
1469
1469
  "divide-style": [{
1470
- divide: $()
1470
+ divide: T()
1471
1471
  }],
1472
1472
  /**
1473
1473
  * Border Color
1474
1474
  * @see https://tailwindcss.com/docs/border-color
1475
1475
  */
1476
1476
  "border-color": [{
1477
- border: [i]
1477
+ border: [l]
1478
1478
  }],
1479
1479
  /**
1480
1480
  * Border Color X
1481
1481
  * @see https://tailwindcss.com/docs/border-color
1482
1482
  */
1483
1483
  "border-color-x": [{
1484
- "border-x": [i]
1484
+ "border-x": [l]
1485
1485
  }],
1486
1486
  /**
1487
1487
  * Border Color Y
1488
1488
  * @see https://tailwindcss.com/docs/border-color
1489
1489
  */
1490
1490
  "border-color-y": [{
1491
- "border-y": [i]
1491
+ "border-y": [l]
1492
1492
  }],
1493
1493
  /**
1494
1494
  * Border Color S
1495
1495
  * @see https://tailwindcss.com/docs/border-color
1496
1496
  */
1497
1497
  "border-color-s": [{
1498
- "border-s": [i]
1498
+ "border-s": [l]
1499
1499
  }],
1500
1500
  /**
1501
1501
  * Border Color E
1502
1502
  * @see https://tailwindcss.com/docs/border-color
1503
1503
  */
1504
1504
  "border-color-e": [{
1505
- "border-e": [i]
1505
+ "border-e": [l]
1506
1506
  }],
1507
1507
  /**
1508
1508
  * Border Color Top
1509
1509
  * @see https://tailwindcss.com/docs/border-color
1510
1510
  */
1511
1511
  "border-color-t": [{
1512
- "border-t": [i]
1512
+ "border-t": [l]
1513
1513
  }],
1514
1514
  /**
1515
1515
  * Border Color Right
1516
1516
  * @see https://tailwindcss.com/docs/border-color
1517
1517
  */
1518
1518
  "border-color-r": [{
1519
- "border-r": [i]
1519
+ "border-r": [l]
1520
1520
  }],
1521
1521
  /**
1522
1522
  * Border Color Bottom
1523
1523
  * @see https://tailwindcss.com/docs/border-color
1524
1524
  */
1525
1525
  "border-color-b": [{
1526
- "border-b": [i]
1526
+ "border-b": [l]
1527
1527
  }],
1528
1528
  /**
1529
1529
  * Border Color Left
1530
1530
  * @see https://tailwindcss.com/docs/border-color
1531
1531
  */
1532
1532
  "border-color-l": [{
1533
- "border-l": [i]
1533
+ "border-l": [l]
1534
1534
  }],
1535
1535
  /**
1536
1536
  * Divide Color
1537
1537
  * @see https://tailwindcss.com/docs/divide-color
1538
1538
  */
1539
1539
  "divide-color": [{
1540
- divide: [i]
1540
+ divide: [l]
1541
1541
  }],
1542
1542
  /**
1543
1543
  * Outline Style
1544
1544
  * @see https://tailwindcss.com/docs/outline-style
1545
1545
  */
1546
1546
  "outline-style": [{
1547
- outline: ["", ...$()]
1547
+ outline: ["", ...T()]
1548
1548
  }],
1549
1549
  /**
1550
1550
  * Outline Offset
1551
1551
  * @see https://tailwindcss.com/docs/outline-offset
1552
1552
  */
1553
1553
  "outline-offset": [{
1554
- "outline-offset": [k, l]
1554
+ "outline-offset": [C, i]
1555
1555
  }],
1556
1556
  /**
1557
1557
  * Outline Width
1558
1558
  * @see https://tailwindcss.com/docs/outline-width
1559
1559
  */
1560
1560
  "outline-w": [{
1561
- outline: [k, z]
1561
+ outline: [C, z]
1562
1562
  }],
1563
1563
  /**
1564
1564
  * Outline Color
@@ -1572,7 +1572,7 @@ const c = (e) => {
1572
1572
  * @see https://tailwindcss.com/docs/ring-width
1573
1573
  */
1574
1574
  "ring-w": [{
1575
- ring: X()
1575
+ ring: J()
1576
1576
  }],
1577
1577
  /**
1578
1578
  * Ring Width Inset
@@ -1598,7 +1598,7 @@ const c = (e) => {
1598
1598
  * @see https://tailwindcss.com/docs/ring-offset-width
1599
1599
  */
1600
1600
  "ring-offset-w": [{
1601
- "ring-offset": [k, z]
1601
+ "ring-offset": [C, z]
1602
1602
  }],
1603
1603
  /**
1604
1604
  * Ring Offset Color
@@ -1613,14 +1613,14 @@ const c = (e) => {
1613
1613
  * @see https://tailwindcss.com/docs/box-shadow
1614
1614
  */
1615
1615
  shadow: [{
1616
- shadow: ["", "inner", "none", A, je]
1616
+ shadow: ["", "inner", "none", A, Pe]
1617
1617
  }],
1618
1618
  /**
1619
1619
  * Box Shadow Color
1620
1620
  * @see https://tailwindcss.com/docs/box-shadow-color
1621
1621
  */
1622
1622
  "shadow-color": [{
1623
- shadow: [E]
1623
+ shadow: [j]
1624
1624
  }],
1625
1625
  /**
1626
1626
  * Opacity
@@ -1634,14 +1634,14 @@ const c = (e) => {
1634
1634
  * @see https://tailwindcss.com/docs/mix-blend-mode
1635
1635
  */
1636
1636
  "mix-blend": [{
1637
- "mix-blend": [...H(), "plus-lighter", "plus-darker"]
1637
+ "mix-blend": [...Z(), "plus-lighter", "plus-darker"]
1638
1638
  }],
1639
1639
  /**
1640
1640
  * Background Blend Mode
1641
1641
  * @see https://tailwindcss.com/docs/background-blend-mode
1642
1642
  */
1643
1643
  "bg-blend": [{
1644
- "bg-blend": H()
1644
+ "bg-blend": Z()
1645
1645
  }],
1646
1646
  // Filters
1647
1647
  /**
@@ -1678,7 +1678,7 @@ const c = (e) => {
1678
1678
  * @see https://tailwindcss.com/docs/drop-shadow
1679
1679
  */
1680
1680
  "drop-shadow": [{
1681
- "drop-shadow": ["", "none", A, l]
1681
+ "drop-shadow": ["", "none", A, i]
1682
1682
  }],
1683
1683
  /**
1684
1684
  * Grayscale
@@ -1706,14 +1706,14 @@ const c = (e) => {
1706
1706
  * @see https://tailwindcss.com/docs/saturate
1707
1707
  */
1708
1708
  saturate: [{
1709
- saturate: [P]
1709
+ saturate: [R]
1710
1710
  }],
1711
1711
  /**
1712
1712
  * Sepia
1713
1713
  * @see https://tailwindcss.com/docs/sepia
1714
1714
  */
1715
1715
  sepia: [{
1716
- sepia: [N]
1716
+ sepia: [E]
1717
1717
  }],
1718
1718
  /**
1719
1719
  * Backdrop Filter
@@ -1777,14 +1777,14 @@ const c = (e) => {
1777
1777
  * @see https://tailwindcss.com/docs/backdrop-saturate
1778
1778
  */
1779
1779
  "backdrop-saturate": [{
1780
- "backdrop-saturate": [P]
1780
+ "backdrop-saturate": [R]
1781
1781
  }],
1782
1782
  /**
1783
1783
  * Backdrop Sepia
1784
1784
  * @see https://tailwindcss.com/docs/backdrop-sepia
1785
1785
  */
1786
1786
  "backdrop-sepia": [{
1787
- "backdrop-sepia": [N]
1787
+ "backdrop-sepia": [E]
1788
1788
  }],
1789
1789
  // Tables
1790
1790
  /**
@@ -1835,35 +1835,35 @@ const c = (e) => {
1835
1835
  * @see https://tailwindcss.com/docs/transition-property
1836
1836
  */
1837
1837
  transition: [{
1838
- transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", l]
1838
+ transition: ["none", "all", "", "colors", "opacity", "shadow", "transform", i]
1839
1839
  }],
1840
1840
  /**
1841
1841
  * Transition Duration
1842
1842
  * @see https://tailwindcss.com/docs/transition-duration
1843
1843
  */
1844
1844
  duration: [{
1845
- duration: C()
1845
+ duration: k()
1846
1846
  }],
1847
1847
  /**
1848
1848
  * Transition Timing Function
1849
1849
  * @see https://tailwindcss.com/docs/transition-timing-function
1850
1850
  */
1851
1851
  ease: [{
1852
- ease: ["linear", "in", "out", "in-out", l]
1852
+ ease: ["linear", "in", "out", "in-out", i]
1853
1853
  }],
1854
1854
  /**
1855
1855
  * Transition Delay
1856
1856
  * @see https://tailwindcss.com/docs/transition-delay
1857
1857
  */
1858
1858
  delay: [{
1859
- delay: C()
1859
+ delay: k()
1860
1860
  }],
1861
1861
  /**
1862
1862
  * Animation
1863
1863
  * @see https://tailwindcss.com/docs/animation
1864
1864
  */
1865
1865
  animate: [{
1866
- animate: ["none", "spin", "ping", "pulse", "bounce", l]
1866
+ animate: ["none", "spin", "ping", "pulse", "bounce", i]
1867
1867
  }],
1868
1868
  // Transforms
1869
1869
  /**
@@ -1899,42 +1899,42 @@ const c = (e) => {
1899
1899
  * @see https://tailwindcss.com/docs/rotate
1900
1900
  */
1901
1901
  rotate: [{
1902
- rotate: [j, l]
1902
+ rotate: [P, i]
1903
1903
  }],
1904
1904
  /**
1905
1905
  * Translate X
1906
1906
  * @see https://tailwindcss.com/docs/translate
1907
1907
  */
1908
1908
  "translate-x": [{
1909
- "translate-x": [J]
1909
+ "translate-x": [q]
1910
1910
  }],
1911
1911
  /**
1912
1912
  * Translate Y
1913
1913
  * @see https://tailwindcss.com/docs/translate
1914
1914
  */
1915
1915
  "translate-y": [{
1916
- "translate-y": [J]
1916
+ "translate-y": [q]
1917
1917
  }],
1918
1918
  /**
1919
1919
  * Skew X
1920
1920
  * @see https://tailwindcss.com/docs/skew
1921
1921
  */
1922
1922
  "skew-x": [{
1923
- "skew-x": [F]
1923
+ "skew-x": [U]
1924
1924
  }],
1925
1925
  /**
1926
1926
  * Skew Y
1927
1927
  * @see https://tailwindcss.com/docs/skew
1928
1928
  */
1929
1929
  "skew-y": [{
1930
- "skew-y": [F]
1930
+ "skew-y": [U]
1931
1931
  }],
1932
1932
  /**
1933
1933
  * Transform Origin
1934
1934
  * @see https://tailwindcss.com/docs/transform-origin
1935
1935
  */
1936
1936
  "transform-origin": [{
1937
- origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", l]
1937
+ origin: ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", i]
1938
1938
  }],
1939
1939
  // Interactivity
1940
1940
  /**
@@ -1956,7 +1956,7 @@ const c = (e) => {
1956
1956
  * @see https://tailwindcss.com/docs/cursor
1957
1957
  */
1958
1958
  cursor: [{
1959
- 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", l]
1959
+ 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", i]
1960
1960
  }],
1961
1961
  /**
1962
1962
  * Caret Color
@@ -2178,7 +2178,7 @@ const c = (e) => {
2178
2178
  * @see https://tailwindcss.com/docs/will-change
2179
2179
  */
2180
2180
  "will-change": [{
2181
- "will-change": ["auto", "scroll", "contents", "transform", l]
2181
+ "will-change": ["auto", "scroll", "contents", "transform", i]
2182
2182
  }],
2183
2183
  // SVG
2184
2184
  /**
@@ -2193,7 +2193,7 @@ const c = (e) => {
2193
2193
  * @see https://tailwindcss.com/docs/stroke-width
2194
2194
  */
2195
2195
  "stroke-w": [{
2196
- stroke: [k, z, O]
2196
+ stroke: [C, z, _]
2197
2197
  }],
2198
2198
  /**
2199
2199
  * Stroke
@@ -2268,23 +2268,9 @@ const c = (e) => {
2268
2268
  "font-size": ["leading"]
2269
2269
  }
2270
2270
  };
2271
- }, Le = /* @__PURE__ */ ye($e), We = (...e) => Le(se(e)), Be = We, M = (e, r) => `${e}-${r}`, Ve = (e, r) => r ? [
2272
- (r == null ? void 0 : r.sm) && `sm:${M(e, r.sm)}`,
2273
- (r == null ? void 0 : r.md) && `md:${M(e, r.md)}`,
2274
- (r == null ? void 0 : r.lg) && `lg:${M(e, r.lg)}`,
2275
- (r == null ? void 0 : r.xl) && `xl:${M(e, r.xl)}`
2276
- ].filter(Boolean) : [], Oe = (e, r) => {
2277
- const t = [];
2278
- if (typeof r == "number" || typeof r == "string")
2279
- t.push(M(e, r));
2280
- else if (r && r) {
2281
- const [o, i] = r;
2282
- t.push(M(e, o)), t.push(...Ve(e, i));
2283
- }
2284
- return t.join(" ");
2285
- };
2271
+ }, Le = /* @__PURE__ */ he(Te), We = (...e) => Le(ne(e)), Ve = We;
2286
2272
  export {
2287
- Be as a,
2288
- We as c,
2289
- Oe as g
2273
+ ne as a,
2274
+ Ve as b,
2275
+ We as c
2290
2276
  };