reaxify 0.0.85 → 0.0.87

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 (84) hide show
  1. package/dist/components/Alert/index.cjs.js +1 -0
  2. package/dist/components/Alert/index.es.js +8 -0
  3. package/dist/components/Badge/index.cjs.js +1 -1
  4. package/dist/components/Badge/index.es.js +36 -36
  5. package/dist/components/Button/index.cjs.js +1 -1
  6. package/dist/components/Button/index.es.js +75 -57
  7. package/dist/components/Drawer/index.cjs.js +1 -1
  8. package/dist/components/Drawer/index.es.js +73 -64
  9. package/dist/components/Menu/index.cjs.js +1 -1
  10. package/dist/components/Menu/index.es.js +82 -73
  11. package/dist/components/Modal/index.cjs.js +1 -1
  12. package/dist/components/Modal/index.es.js +65 -53
  13. package/dist/components/Progress/index.cjs.js +1 -1
  14. package/dist/components/Progress/index.es.js +21 -21
  15. package/dist/components/Spacer/index.cjs.js +1 -1
  16. package/dist/components/Spacer/index.es.js +13 -7
  17. package/dist/components/Stack/index.cjs.js +1 -1
  18. package/dist/components/Stack/index.es.js +28 -28
  19. package/dist/components/Switch/index.cjs.js +1 -1
  20. package/dist/components/Switch/index.es.js +1 -1
  21. package/dist/components/Tabs/index.cjs.js +1 -1
  22. package/dist/components/Tabs/index.es.js +9 -9
  23. package/dist/node_modules/@tanstack/hotkeys/dist/match.es.js +4 -4
  24. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.cjs.js +1 -1
  25. package/dist/node_modules/prop-types/node_modules/react-is/cjs/react-is.development.es.js +2 -2
  26. package/dist/node_modules/react-transition-group/esm/Transition.cjs.js +1 -1
  27. package/dist/node_modules/react-transition-group/esm/Transition.es.js +2 -2
  28. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.cjs.js +1 -1
  29. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.es.js +745 -553
  30. package/dist/reaxify.css +1 -1
  31. package/dist/{axios → src/axios}/AxiosProvider.d.ts +1 -1
  32. package/dist/{components → src/components}/Accordion/index.d.ts +1 -1
  33. package/dist/src/components/Alert/index.d.ts +26 -0
  34. package/dist/src/components/Avatar/index.d.ts +21 -0
  35. package/dist/{components → src/components}/Badge/index.d.ts +1 -1
  36. package/dist/{components → src/components}/Button/index.d.ts +3 -3
  37. package/dist/{components → src/components}/ButtonGroup/index.d.ts +1 -1
  38. package/dist/{components → src/components}/Card/index.d.ts +1 -1
  39. package/dist/{components → src/components}/Drawer/index.d.ts +4 -2
  40. package/dist/src/components/Fill/index.d.ts +3 -0
  41. package/dist/{components → src/components}/InputGroup/index.d.ts +1 -1
  42. package/dist/{components → src/components}/Menu/index.d.ts +3 -2
  43. package/dist/{components → src/components}/Modal/index.d.ts +3 -2
  44. package/dist/{components → src/components}/Portal/index.d.ts +1 -1
  45. package/dist/{components → src/components}/Progress/index.d.ts +1 -1
  46. package/dist/src/components/Spacer/index.d.ts +6 -0
  47. package/dist/{components → src/components}/Spinner/index.d.ts +1 -1
  48. package/dist/src/components/Stack/index.d.ts +10 -0
  49. package/dist/{components → src/components}/Switch/index.d.ts +1 -1
  50. package/dist/{components → src/components}/Tabs/index.d.ts +1 -1
  51. package/dist/{components → src/components}/Tooltip/index.d.ts +2 -2
  52. package/dist/{components → src/components}/Typography/index.d.ts +1 -1
  53. package/dist/{hooks → src/hooks}/useClasses.d.ts +2 -2
  54. package/dist/{providers → src/providers}/ThemeProvider.d.ts +49 -5
  55. package/dist/{types → src/types}/index.d.ts +6 -1
  56. package/package.json +17 -17
  57. package/dist/components/Spacer/index.d.ts +0 -6
  58. package/dist/components/Stack/index.d.ts +0 -10
  59. /package/dist/{axios → src/axios}/index.d.ts +0 -0
  60. /package/dist/{axios → src/axios}/types.d.ts +0 -0
  61. /package/dist/{axios → src/axios}/useAxios.d.ts +0 -0
  62. /package/dist/{components → src/components}/Skeleton/index.d.ts +0 -0
  63. /package/dist/{components → src/components}/Table/index.d.ts +0 -0
  64. /package/dist/{components → src/components}/index.d.ts +0 -0
  65. /package/dist/{helpers → src/helpers}/cn.d.ts +0 -0
  66. /package/dist/{helpers → src/helpers}/copy.d.ts +0 -0
  67. /package/dist/{helpers → src/helpers}/index.d.ts +0 -0
  68. /package/dist/{helpers → src/helpers}/isEmpty.d.ts +0 -0
  69. /package/dist/{helpers → src/helpers}/isServer.d.ts +0 -0
  70. /package/dist/{helpers → src/helpers}/randomID.d.ts +0 -0
  71. /package/dist/{helpers → src/helpers}/replaceNonDigits.d.ts +0 -0
  72. /package/dist/{helpers → src/helpers}/replacePersianNumbers.d.ts +0 -0
  73. /package/dist/{helpers → src/helpers}/scrollIntoView.d.ts +0 -0
  74. /package/dist/{helpers → src/helpers}/twoDigitNumber.d.ts +0 -0
  75. /package/dist/{helpers → src/helpers}/wait.d.ts +0 -0
  76. /package/dist/{hooks → src/hooks}/index.d.ts +0 -0
  77. /package/dist/{hooks → src/hooks}/useCreateRipple.d.ts +0 -0
  78. /package/dist/{hooks → src/hooks}/useDebounce.d.ts +0 -0
  79. /package/dist/{hooks → src/hooks}/useDocumentVisible.d.ts +0 -0
  80. /package/dist/{hooks → src/hooks}/useIsOffline.d.ts +0 -0
  81. /package/dist/{hooks → src/hooks}/usePersistedState.d.ts +0 -0
  82. /package/dist/{hooks → src/hooks}/useToggle.d.ts +0 -0
  83. /package/dist/{index.d.ts → src/index.d.ts} +0 -0
  84. /package/dist/{providers → src/providers}/index.d.ts +0 -0
@@ -1,80 +1,113 @@
1
1
  "use client";
2
- const Re = (e) => {
3
- const n = Me(e), {
4
- conflictingClassGroups: s,
5
- conflictingClassGroupModifiers: t
2
+ const Oe = (e, t) => {
3
+ const o = new Array(e.length + t.length);
4
+ for (let r = 0; r < e.length; r++)
5
+ o[r] = e[r];
6
+ for (let r = 0; r < t.length; r++)
7
+ o[e.length + r] = t[r];
8
+ return o;
9
+ }, Ee = (e, t) => ({
10
+ classGroupId: e,
11
+ validator: t
12
+ }), we = (e = /* @__PURE__ */ new Map(), t = null, o) => ({
13
+ nextPart: e,
14
+ validators: t,
15
+ classGroupId: o
16
+ });
17
+ const be = [], Ge = "arbitrary..", _e = (e) => {
18
+ const t = Ne(e), {
19
+ conflictingClassGroups: o,
20
+ conflictingClassGroupModifiers: r
6
21
  } = e;
7
22
  return {
8
- getClassGroupId: (i) => {
9
- const u = i.split("-");
10
- return u[0] === "" && u.length !== 1 && u.shift(), be(u, n) || Se(i);
23
+ getClassGroupId: (a) => {
24
+ if (a.startsWith("[") && a.endsWith("]"))
25
+ return Le(a);
26
+ const b = a.split("-"), d = b[0] === "" && b.length > 1 ? 1 : 0;
27
+ return ke(b, d, t);
11
28
  },
12
- getConflictingClassGroupIds: (i, u) => {
13
- const p = s[i] || [];
14
- return u && t[i] ? [...p, ...t[i]] : p;
29
+ getConflictingClassGroupIds: (a, b) => {
30
+ if (b) {
31
+ const d = r[a], u = o[a];
32
+ return d ? u ? Oe(u, d) : d : u || be;
33
+ }
34
+ return o[a] || be;
15
35
  }
16
36
  };
17
- }, be = (e, n) => {
18
- var i;
19
- if (e.length === 0)
20
- return n.classGroupId;
21
- const s = e[0], t = n.nextPart.get(s), c = t ? be(e.slice(1), t) : void 0;
22
- if (c)
23
- return c;
24
- if (n.validators.length === 0)
37
+ }, ke = (e, t, o) => {
38
+ if (e.length - t === 0)
39
+ return o.classGroupId;
40
+ const c = e[t], m = o.nextPart.get(c);
41
+ if (m) {
42
+ const u = ke(e, t + 1, m);
43
+ if (u) return u;
44
+ }
45
+ const a = o.validators;
46
+ if (a === null)
25
47
  return;
26
- const m = e.join("-");
27
- return (i = n.validators.find(({
28
- validator: u
29
- }) => u(m))) == null ? void 0 : i.classGroupId;
30
- }, me = /^\[(.+)\]$/, Se = (e) => {
31
- if (me.test(e)) {
32
- const n = me.exec(e)[1], s = n == null ? void 0 : n.substring(0, n.indexOf(":"));
33
- if (s)
34
- return "arbitrary.." + s;
48
+ const b = t === 0 ? e.join("-") : e.slice(t).join("-"), d = a.length;
49
+ for (let u = 0; u < d; u++) {
50
+ const h = a[u];
51
+ if (h.validator(b))
52
+ return h.classGroupId;
35
53
  }
36
- }, Me = (e) => {
54
+ }, Le = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
55
+ const t = e.slice(1, -1), o = t.indexOf(":"), r = t.slice(0, o);
56
+ return r ? Ge + r : void 0;
57
+ })(), Ne = (e) => {
37
58
  const {
38
- theme: n,
39
- classGroups: s
40
- } = e, t = {
41
- nextPart: /* @__PURE__ */ new Map(),
42
- validators: []
43
- };
44
- for (const c in s)
45
- re(s[c], t, c, n);
46
- return t;
47
- }, re = (e, n, s, t) => {
48
- e.forEach((c) => {
49
- if (typeof c == "string") {
50
- const m = c === "" ? n : pe(n, c);
51
- m.classGroupId = s;
52
- return;
53
- }
54
- if (typeof c == "function") {
55
- if (Ie(c)) {
56
- re(c(t), n, s, t);
57
- return;
58
- }
59
- n.validators.push({
60
- validator: c,
61
- classGroupId: s
62
- });
63
- return;
64
- }
65
- Object.entries(c).forEach(([m, i]) => {
66
- re(i, pe(n, m), s, t);
67
- });
68
- });
69
- }, pe = (e, n) => {
70
- let s = e;
71
- return n.split("-").forEach((t) => {
72
- s.nextPart.has(t) || s.nextPart.set(t, {
73
- nextPart: /* @__PURE__ */ new Map(),
74
- validators: []
75
- }), s = s.nextPart.get(t);
76
- }), s;
77
- }, Ie = (e) => e.isThemeGetter, Ce = (e) => {
59
+ theme: t,
60
+ classGroups: o
61
+ } = e;
62
+ return je(o, t);
63
+ }, je = (e, t) => {
64
+ const o = we();
65
+ for (const r in e) {
66
+ const c = e[r];
67
+ te(c, o, r, t);
68
+ }
69
+ return o;
70
+ }, te = (e, t, o, r) => {
71
+ const c = e.length;
72
+ for (let m = 0; m < c; m++) {
73
+ const a = e[m];
74
+ Fe(a, t, o, r);
75
+ }
76
+ }, Fe = (e, t, o, r) => {
77
+ if (typeof e == "string") {
78
+ Ve(e, t, o);
79
+ return;
80
+ }
81
+ if (typeof e == "function") {
82
+ We(e, t, o, r);
83
+ return;
84
+ }
85
+ Be(e, t, o, r);
86
+ }, Ve = (e, t, o) => {
87
+ const r = e === "" ? t : xe(t, e);
88
+ r.classGroupId = o;
89
+ }, We = (e, t, o, r) => {
90
+ if (De(e)) {
91
+ te(e(r), t, o, r);
92
+ return;
93
+ }
94
+ t.validators === null && (t.validators = []), t.validators.push(Ee(o, e));
95
+ }, Be = (e, t, o, r) => {
96
+ const c = Object.entries(e), m = c.length;
97
+ for (let a = 0; a < m; a++) {
98
+ const [b, d] = c[a];
99
+ te(d, xe(t, b), o, r);
100
+ }
101
+ }, xe = (e, t) => {
102
+ let o = e;
103
+ const r = t.split("-"), c = r.length;
104
+ for (let m = 0; m < c; m++) {
105
+ const a = r[m];
106
+ let b = o.nextPart.get(a);
107
+ b || (b = we(), o.nextPart.set(a, b)), o = b;
108
+ }
109
+ return o;
110
+ }, De = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, $e = (e) => {
78
111
  if (e < 1)
79
112
  return {
80
113
  get: () => {
@@ -82,179 +115,179 @@ const Re = (e) => {
82
115
  set: () => {
83
116
  }
84
117
  };
85
- let n = 0, s = /* @__PURE__ */ new Map(), t = /* @__PURE__ */ new Map();
86
- const c = (m, i) => {
87
- s.set(m, i), n++, n > e && (n = 0, t = s, s = /* @__PURE__ */ new Map());
118
+ let t = 0, o = /* @__PURE__ */ Object.create(null), r = /* @__PURE__ */ Object.create(null);
119
+ const c = (m, a) => {
120
+ o[m] = a, t++, t > e && (t = 0, r = o, o = /* @__PURE__ */ Object.create(null));
88
121
  };
89
122
  return {
90
123
  get(m) {
91
- let i = s.get(m);
92
- if (i !== void 0)
93
- return i;
94
- if ((i = t.get(m)) !== void 0)
95
- return c(m, i), i;
124
+ let a = o[m];
125
+ if (a !== void 0)
126
+ return a;
127
+ if ((a = r[m]) !== void 0)
128
+ return c(m, a), a;
96
129
  },
97
- set(m, i) {
98
- s.has(m) ? s.set(m, i) : c(m, i);
130
+ set(m, a) {
131
+ m in o ? o[m] = a : c(m, a);
99
132
  }
100
133
  };
101
134
  };
102
- const Pe = (e) => {
135
+ const Ue = [], ue = (e, t, o, r, c) => ({
136
+ modifiers: e,
137
+ hasImportantModifier: t,
138
+ baseClassName: o,
139
+ maybePostfixModifierPosition: r,
140
+ isExternal: c
141
+ }), Ye = (e) => {
103
142
  const {
104
- prefix: n,
105
- experimentalParseClassName: s
143
+ prefix: t,
144
+ experimentalParseClassName: o
106
145
  } = e;
107
- let t = (c) => {
146
+ let r = (c) => {
108
147
  const m = [];
109
- let i = 0, u = 0, p = 0, g;
110
- for (let k = 0; k < c.length; k++) {
111
- let y = c[k];
112
- if (i === 0 && u === 0) {
113
- if (y === ":") {
114
- m.push(c.slice(p, k)), p = k + 1;
148
+ let a = 0, b = 0, d = 0, u;
149
+ const h = c.length;
150
+ for (let A = 0; A < h; A++) {
151
+ const x = c[A];
152
+ if (a === 0 && b === 0) {
153
+ if (x === ":") {
154
+ m.push(c.slice(d, A)), d = A + 1;
115
155
  continue;
116
156
  }
117
- if (y === "/") {
118
- g = k;
157
+ if (x === "/") {
158
+ u = A;
119
159
  continue;
120
160
  }
121
161
  }
122
- y === "[" ? i++ : y === "]" ? i-- : y === "(" ? u++ : y === ")" && u--;
162
+ x === "[" ? a++ : x === "]" ? a-- : x === "(" ? b++ : x === ")" && b--;
123
163
  }
124
- const h = m.length === 0 ? c : c.substring(p), R = Te(h), F = R !== h, V = g && g > p ? g - p : void 0;
125
- return {
126
- modifiers: m,
127
- hasImportantModifier: F,
128
- baseClassName: R,
129
- maybePostfixModifierPosition: V
130
- };
164
+ const v = m.length === 0 ? c : c.slice(d);
165
+ let R = v, T = !1;
166
+ v.endsWith("!") ? (R = v.slice(0, -1), T = !0) : (
167
+ /**
168
+ * In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
169
+ * @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
170
+ */
171
+ v.startsWith("!") && (R = v.slice(1), T = !0)
172
+ );
173
+ const M = u && u > d ? u - d : void 0;
174
+ return ue(m, T, R, M);
131
175
  };
132
- if (n) {
133
- const c = n + ":", m = t;
134
- t = (i) => i.startsWith(c) ? m(i.substring(c.length)) : {
135
- isExternal: !0,
136
- modifiers: [],
137
- hasImportantModifier: !1,
138
- baseClassName: i,
139
- maybePostfixModifierPosition: void 0
140
- };
176
+ if (t) {
177
+ const c = t + ":", m = r;
178
+ r = (a) => a.startsWith(c) ? m(a.slice(c.length)) : ue(Ue, !1, a, void 0, !0);
141
179
  }
142
- if (s) {
143
- const c = t;
144
- t = (m) => s({
180
+ if (o) {
181
+ const c = r;
182
+ r = (m) => o({
145
183
  className: m,
146
184
  parseClassName: c
147
185
  });
148
186
  }
149
- return t;
150
- }, Te = (e) => e.endsWith("!") ? e.substring(0, e.length - 1) : e.startsWith("!") ? e.substring(1) : e, Ee = (e) => {
151
- const n = Object.fromEntries(e.orderSensitiveModifiers.map((t) => [t, !0]));
152
- return (t) => {
153
- if (t.length <= 1)
154
- return t;
155
- const c = [];
156
- let m = [];
157
- return t.forEach((i) => {
158
- i[0] === "[" || n[i] ? (c.push(...m.sort(), i), m = []) : m.push(i);
159
- }), c.push(...m.sort()), c;
187
+ return r;
188
+ }, qe = (e) => {
189
+ const t = /* @__PURE__ */ new Map();
190
+ return e.orderSensitiveModifiers.forEach((o, r) => {
191
+ t.set(o, 1e6 + r);
192
+ }), (o) => {
193
+ const r = [];
194
+ let c = [];
195
+ for (let m = 0; m < o.length; m++) {
196
+ const a = o[m], b = a[0] === "[", d = t.has(a);
197
+ b || d ? (c.length > 0 && (c.sort(), r.push(...c), c = []), r.push(a)) : c.push(a);
198
+ }
199
+ return c.length > 0 && (c.sort(), r.push(...c)), r;
160
200
  };
161
- }, Ge = (e) => ({
162
- cache: Ce(e.cacheSize),
163
- parseClassName: Pe(e),
164
- sortModifiers: Ee(e),
165
- ...Re(e)
166
- }), Oe = /\s+/, _e = (e, n) => {
201
+ }, Xe = (e) => ({
202
+ cache: $e(e.cacheSize),
203
+ parseClassName: Ye(e),
204
+ sortModifiers: qe(e),
205
+ ..._e(e)
206
+ }), Je = /\s+/, He = (e, t) => {
167
207
  const {
168
- parseClassName: s,
169
- getClassGroupId: t,
208
+ parseClassName: o,
209
+ getClassGroupId: r,
170
210
  getConflictingClassGroupIds: c,
171
211
  sortModifiers: m
172
- } = n, i = [], u = e.trim().split(Oe);
173
- let p = "";
174
- for (let g = u.length - 1; g >= 0; g -= 1) {
175
- const h = u[g], {
176
- isExternal: R,
177
- modifiers: F,
178
- hasImportantModifier: V,
179
- baseClassName: k,
180
- maybePostfixModifierPosition: y
181
- } = s(h);
182
- if (R) {
183
- p = h + (p.length > 0 ? " " + p : p);
212
+ } = t, a = [], b = e.trim().split(Je);
213
+ let d = "";
214
+ for (let u = b.length - 1; u >= 0; u -= 1) {
215
+ const h = b[u], {
216
+ isExternal: v,
217
+ modifiers: R,
218
+ hasImportantModifier: T,
219
+ baseClassName: M,
220
+ maybePostfixModifierPosition: A
221
+ } = o(h);
222
+ if (v) {
223
+ d = h + (d.length > 0 ? " " + d : d);
184
224
  continue;
185
225
  }
186
- let T = !!y, M = t(T ? k.substring(0, y) : k);
187
- if (!M) {
188
- if (!T) {
189
- p = h + (p.length > 0 ? " " + p : p);
226
+ let x = !!A, O = r(x ? M.substring(0, A) : M);
227
+ if (!O) {
228
+ if (!x) {
229
+ d = h + (d.length > 0 ? " " + d : d);
190
230
  continue;
191
231
  }
192
- if (M = t(k), !M) {
193
- p = h + (p.length > 0 ? " " + p : p);
232
+ if (O = r(M), !O) {
233
+ d = h + (d.length > 0 ? " " + d : d);
194
234
  continue;
195
235
  }
196
- T = !1;
236
+ x = !1;
197
237
  }
198
- const $ = m(F).join(":"), j = V ? $ + "!" : $, E = j + M;
199
- if (i.includes(E))
238
+ const D = R.length === 0 ? "" : R.length === 1 ? R[0] : m(R).join(":"), V = T ? D + "!" : D, N = V + O;
239
+ if (a.indexOf(N) > -1)
200
240
  continue;
201
- i.push(E);
202
- const G = c(M, T);
203
- for (let I = 0; I < G.length; ++I) {
204
- const B = G[I];
205
- i.push(j + B);
241
+ a.push(N);
242
+ const j = c(O, x);
243
+ for (let E = 0; E < j.length; ++E) {
244
+ const W = j[E];
245
+ a.push(V + W);
206
246
  }
207
- p = h + (p.length > 0 ? " " + p : p);
247
+ d = h + (d.length > 0 ? " " + d : d);
208
248
  }
209
- return p;
210
- };
211
- function Le() {
212
- let e = 0, n, s, t = "";
213
- for (; e < arguments.length; )
214
- (n = arguments[e++]) && (s = ge(n)) && (t && (t += " "), t += s);
215
- return t;
216
- }
217
- const ge = (e) => {
249
+ return d;
250
+ }, Ke = (...e) => {
251
+ let t = 0, o, r, c = "";
252
+ for (; t < e.length; )
253
+ (o = e[t++]) && (r = ye(o)) && (c && (c += " "), c += r);
254
+ return c;
255
+ }, ye = (e) => {
218
256
  if (typeof e == "string")
219
257
  return e;
220
- let n, s = "";
221
- for (let t = 0; t < e.length; t++)
222
- e[t] && (n = ge(e[t])) && (s && (s += " "), s += n);
223
- return s;
224
- };
225
- function Ne(e, ...n) {
226
- let s, t, c, m = i;
227
- function i(p) {
228
- const g = n.reduce((h, R) => R(h), e());
229
- return s = Ge(g), t = s.cache.get, c = s.cache.set, m = u, u(p);
230
- }
231
- function u(p) {
232
- const g = t(p);
233
- if (g)
234
- return g;
235
- const h = _e(p, s);
236
- return c(p, h), h;
237
- }
238
- return function() {
239
- return m(Le.apply(null, arguments));
258
+ let t, o = "";
259
+ for (let r = 0; r < e.length; r++)
260
+ e[r] && (t = ye(e[r])) && (o && (o += " "), o += t);
261
+ return o;
262
+ }, Qe = (e, ...t) => {
263
+ let o, r, c, m;
264
+ const a = (d) => {
265
+ const u = t.reduce((h, v) => v(h), e());
266
+ return o = Xe(u), r = o.cache.get, c = o.cache.set, m = b, b(d);
267
+ }, b = (d) => {
268
+ const u = r(d);
269
+ if (u)
270
+ return u;
271
+ const h = He(d, o);
272
+ return c(d, h), h;
240
273
  };
241
- }
242
- const f = (e) => {
243
- const n = (s) => s[e] || [];
244
- return n.isThemeGetter = !0, n;
245
- }, he = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, xe = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Fe = /^\d+\/\d+$/, Ve = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, je = /\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$/, Be = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, We = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, $e = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, _ = (e) => Fe.test(e), d = (e) => !!e && !Number.isNaN(Number(e)), S = (e) => !!e && Number.isInteger(Number(e)), ee = (e) => e.endsWith("%") && d(e.slice(0, -1)), z = (e) => Ve.test(e), De = () => !0, Ue = (e) => (
274
+ return m = a, (...d) => m(Ke(...d));
275
+ }, Ze = [], f = (e) => {
276
+ const t = (o) => o[e] || Ze;
277
+ return t.isThemeGetter = !0, t;
278
+ }, ve = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ae = /^\((?:(\w[\w-]*):)?(.+)\)$/i, eo = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, oo = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, ro = /\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$/, to = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, so = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, no = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, C = (e) => eo.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), I = (e) => !!e && Number.isInteger(Number(e)), re = (e) => e.endsWith("%") && p(e.slice(0, -1)), S = (e) => oo.test(e), ze = () => !0, ao = (e) => (
246
279
  // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
247
280
  // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
248
281
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
249
- je.test(e) && !Be.test(e)
250
- ), we = () => !1, qe = (e) => We.test(e), He = (e) => $e.test(e), Je = (e) => !o(e) && !r(e), Xe = (e) => L(e, ve, we), o = (e) => he.test(e), P = (e) => L(e, Ae, Ue), oe = (e) => L(e, eo, d), ue = (e) => L(e, ke, we), Ke = (e) => L(e, ye, He), X = (e) => L(e, ze, qe), r = (e) => xe.test(e), W = (e) => N(e, Ae), Qe = (e) => N(e, oo), fe = (e) => N(e, ke), Ye = (e) => N(e, ve), Ze = (e) => N(e, ye), K = (e) => N(e, ze, !0), L = (e, n, s) => {
251
- const t = he.exec(e);
252
- return t ? t[1] ? n(t[1]) : s(t[2]) : !1;
253
- }, N = (e, n, s = !1) => {
254
- const t = xe.exec(e);
255
- return t ? t[1] ? n(t[1]) : s : !1;
256
- }, ke = (e) => e === "position" || e === "percentage", ye = (e) => e === "image" || e === "url", ve = (e) => e === "length" || e === "size" || e === "bg-size", Ae = (e) => e === "length", eo = (e) => e === "number", oo = (e) => e === "family-name", ze = (e) => e === "shadow", ro = () => {
257
- const e = f("color"), n = f("font"), s = f("text"), t = f("font-weight"), c = f("tracking"), m = f("leading"), i = f("breakpoint"), u = f("container"), p = f("spacing"), g = f("radius"), h = f("shadow"), R = f("inset-shadow"), F = f("text-shadow"), V = f("drop-shadow"), k = f("blur"), y = f("perspective"), T = f("aspect"), M = f("ease"), $ = f("animate"), j = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], E = () => [
282
+ ro.test(e) && !to.test(e)
283
+ ), se = () => !1, io = (e) => so.test(e), lo = (e) => no.test(e), co = (e) => !s(e) && !n(e), mo = (e) => P(e, Ce, se), s = (e) => ve.test(e), _ = (e) => P(e, Ie, ao), fe = (e) => P(e, ko, p), po = (e) => P(e, Te, ze), bo = (e) => P(e, Pe, se), ge = (e) => P(e, Re, se), uo = (e) => P(e, Se, lo), J = (e) => P(e, Me, io), n = (e) => Ae.test(e), B = (e) => L(e, Ie), fo = (e) => L(e, Pe), he = (e) => L(e, Re), go = (e) => L(e, Ce), ho = (e) => L(e, Se), H = (e) => L(e, Me, !0), wo = (e) => L(e, Te, !0), P = (e, t, o) => {
284
+ const r = ve.exec(e);
285
+ return r ? r[1] ? t(r[1]) : o(r[2]) : !1;
286
+ }, L = (e, t, o = !1) => {
287
+ const r = Ae.exec(e);
288
+ return r ? r[1] ? t(r[1]) : o : !1;
289
+ }, Re = (e) => e === "position" || e === "percentage", Se = (e) => e === "image" || e === "url", Ce = (e) => e === "length" || e === "size" || e === "bg-size", Ie = (e) => e === "length", ko = (e) => e === "number", Pe = (e) => e === "family-name", Te = (e) => e === "number" || e === "weight", Me = (e) => e === "shadow", xo = () => {
290
+ const e = f("color"), t = f("font"), o = f("text"), r = f("font-weight"), c = f("tracking"), m = f("leading"), a = f("breakpoint"), b = f("container"), d = f("spacing"), u = f("radius"), h = f("shadow"), v = f("inset-shadow"), R = f("text-shadow"), T = f("drop-shadow"), M = f("blur"), A = f("perspective"), x = f("aspect"), O = f("ease"), D = f("animate"), V = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], N = () => [
258
291
  "center",
259
292
  "top",
260
293
  "bottom",
@@ -272,51 +305,51 @@ const f = (e) => {
272
305
  "bottom-left",
273
306
  // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
274
307
  "left-bottom"
275
- ], G = () => [...E(), r, o], I = () => ["auto", "hidden", "clip", "visible", "scroll"], B = () => ["auto", "contain", "none"], l = () => [r, o, p], v = () => [_, "full", "auto", ...l()], te = () => [S, "none", "subgrid", r, o], se = () => ["auto", {
276
- span: ["full", S, r, o]
277
- }, S, r, o], D = () => [S, "auto", r, o], ne = () => ["auto", "min", "max", "fr", r, o], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], O = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], A = () => ["auto", ...l()], C = () => [_, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...l()], a = () => [e, r, o], ae = () => [...E(), fe, ue, {
278
- position: [r, o]
279
- }], ie = () => ["no-repeat", {
308
+ ], j = () => [...N(), n, s], E = () => ["auto", "hidden", "clip", "visible", "scroll"], W = () => ["auto", "contain", "none"], i = () => [n, s, d], y = () => [C, "full", "auto", ...i()], ne = () => [I, "none", "subgrid", n, s], ae = () => ["auto", {
309
+ span: ["full", I, n, s]
310
+ }, I, n, s], $ = () => [I, "auto", n, s], ie = () => ["auto", "min", "max", "fr", n, s], K = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], F = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], z = () => ["auto", ...i()], G = () => [C, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...i()], Q = () => [C, "screen", "full", "dvw", "lvw", "svw", "min", "max", "fit", ...i()], Z = () => [C, "screen", "full", "lh", "dvh", "lvh", "svh", "min", "max", "fit", ...i()], l = () => [e, n, s], le = () => [...N(), he, ge, {
311
+ position: [n, s]
312
+ }], ce = () => ["no-repeat", {
280
313
  repeat: ["", "x", "y", "space", "round"]
281
- }], le = () => ["auto", "cover", "contain", Ye, Xe, {
282
- size: [r, o]
283
- }], Y = () => [ee, W, P], x = () => [
314
+ }], de = () => ["auto", "cover", "contain", go, mo, {
315
+ size: [n, s]
316
+ }], ee = () => [re, B, _], w = () => [
284
317
  // Deprecated since Tailwind CSS v4.0.0
285
318
  "",
286
319
  "none",
287
320
  "full",
288
- g,
289
- r,
290
- o
291
- ], w = () => ["", d, W, P], U = () => ["solid", "dashed", "dotted", "double"], ce = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], b = () => [d, ee, fe, ue], de = () => [
321
+ u,
322
+ n,
323
+ s
324
+ ], k = () => ["", p, B, _], U = () => ["solid", "dashed", "dotted", "double"], me = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], g = () => [p, re, he, ge], pe = () => [
292
325
  // Deprecated since Tailwind CSS v4.0.0
293
326
  "",
294
327
  "none",
295
- k,
296
- r,
297
- o
298
- ], q = () => ["none", d, r, o], H = () => ["none", d, r, o], Z = () => [d, r, o], J = () => [_, "full", ...l()];
328
+ M,
329
+ n,
330
+ s
331
+ ], Y = () => ["none", p, n, s], q = () => ["none", p, n, s], oe = () => [p, n, s], X = () => [C, "full", ...i()];
299
332
  return {
300
333
  cacheSize: 500,
301
334
  theme: {
302
335
  animate: ["spin", "ping", "pulse", "bounce"],
303
336
  aspect: ["video"],
304
- blur: [z],
305
- breakpoint: [z],
306
- color: [De],
307
- container: [z],
308
- "drop-shadow": [z],
337
+ blur: [S],
338
+ breakpoint: [S],
339
+ color: [ze],
340
+ container: [S],
341
+ "drop-shadow": [S],
309
342
  ease: ["in", "out", "in-out"],
310
- font: [Je],
343
+ font: [co],
311
344
  "font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
312
- "inset-shadow": [z],
345
+ "inset-shadow": [S],
313
346
  leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
314
347
  perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
315
- radius: [z],
316
- shadow: [z],
317
- spacing: ["px", d],
318
- text: [z],
319
- "text-shadow": [z],
348
+ radius: [S],
349
+ shadow: [S],
350
+ spacing: ["px", p],
351
+ text: [S],
352
+ "text-shadow": [S],
320
353
  tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
321
354
  },
322
355
  classGroups: {
@@ -328,7 +361,7 @@ const f = (e) => {
328
361
  * @see https://tailwindcss.com/docs/aspect-ratio
329
362
  */
330
363
  aspect: [{
331
- aspect: ["auto", "square", _, o, r, T]
364
+ aspect: ["auto", "square", C, s, n, x]
332
365
  }],
333
366
  /**
334
367
  * Container
@@ -341,21 +374,21 @@ const f = (e) => {
341
374
  * @see https://tailwindcss.com/docs/columns
342
375
  */
343
376
  columns: [{
344
- columns: [d, o, r, u]
377
+ columns: [p, s, n, b]
345
378
  }],
346
379
  /**
347
380
  * Break After
348
381
  * @see https://tailwindcss.com/docs/break-after
349
382
  */
350
383
  "break-after": [{
351
- "break-after": j()
384
+ "break-after": V()
352
385
  }],
353
386
  /**
354
387
  * Break Before
355
388
  * @see https://tailwindcss.com/docs/break-before
356
389
  */
357
390
  "break-before": [{
358
- "break-before": j()
391
+ "break-before": V()
359
392
  }],
360
393
  /**
361
394
  * Break Inside
@@ -419,49 +452,49 @@ const f = (e) => {
419
452
  * @see https://tailwindcss.com/docs/object-position
420
453
  */
421
454
  "object-position": [{
422
- object: G()
455
+ object: j()
423
456
  }],
424
457
  /**
425
458
  * Overflow
426
459
  * @see https://tailwindcss.com/docs/overflow
427
460
  */
428
461
  overflow: [{
429
- overflow: I()
462
+ overflow: E()
430
463
  }],
431
464
  /**
432
465
  * Overflow X
433
466
  * @see https://tailwindcss.com/docs/overflow
434
467
  */
435
468
  "overflow-x": [{
436
- "overflow-x": I()
469
+ "overflow-x": E()
437
470
  }],
438
471
  /**
439
472
  * Overflow Y
440
473
  * @see https://tailwindcss.com/docs/overflow
441
474
  */
442
475
  "overflow-y": [{
443
- "overflow-y": I()
476
+ "overflow-y": E()
444
477
  }],
445
478
  /**
446
479
  * Overscroll Behavior
447
480
  * @see https://tailwindcss.com/docs/overscroll-behavior
448
481
  */
449
482
  overscroll: [{
450
- overscroll: B()
483
+ overscroll: W()
451
484
  }],
452
485
  /**
453
486
  * Overscroll Behavior X
454
487
  * @see https://tailwindcss.com/docs/overscroll-behavior
455
488
  */
456
489
  "overscroll-x": [{
457
- "overscroll-x": B()
490
+ "overscroll-x": W()
458
491
  }],
459
492
  /**
460
493
  * Overscroll Behavior Y
461
494
  * @see https://tailwindcss.com/docs/overscroll-behavior
462
495
  */
463
496
  "overscroll-y": [{
464
- "overscroll-y": B()
497
+ "overscroll-y": W()
465
498
  }],
466
499
  /**
467
500
  * Position
@@ -469,67 +502,93 @@ const f = (e) => {
469
502
  */
470
503
  position: ["static", "fixed", "absolute", "relative", "sticky"],
471
504
  /**
472
- * Top / Right / Bottom / Left
505
+ * Inset
473
506
  * @see https://tailwindcss.com/docs/top-right-bottom-left
474
507
  */
475
508
  inset: [{
476
- inset: v()
509
+ inset: y()
477
510
  }],
478
511
  /**
479
- * Right / Left
512
+ * Inset Inline
480
513
  * @see https://tailwindcss.com/docs/top-right-bottom-left
481
514
  */
482
515
  "inset-x": [{
483
- "inset-x": v()
516
+ "inset-x": y()
484
517
  }],
485
518
  /**
486
- * Top / Bottom
519
+ * Inset Block
487
520
  * @see https://tailwindcss.com/docs/top-right-bottom-left
488
521
  */
489
522
  "inset-y": [{
490
- "inset-y": v()
523
+ "inset-y": y()
491
524
  }],
492
525
  /**
493
- * Start
526
+ * Inset Inline Start
494
527
  * @see https://tailwindcss.com/docs/top-right-bottom-left
528
+ * @todo class group will be renamed to `inset-s` in next major release
495
529
  */
496
530
  start: [{
497
- start: v()
531
+ "inset-s": y(),
532
+ /**
533
+ * @deprecated since Tailwind CSS v4.2.0 in favor of `inset-s-*` utilities.
534
+ * @see https://github.com/tailwindlabs/tailwindcss/pull/19613
535
+ */
536
+ start: y()
498
537
  }],
499
538
  /**
500
- * End
539
+ * Inset Inline End
501
540
  * @see https://tailwindcss.com/docs/top-right-bottom-left
541
+ * @todo class group will be renamed to `inset-e` in next major release
502
542
  */
503
543
  end: [{
504
- end: v()
544
+ "inset-e": y(),
545
+ /**
546
+ * @deprecated since Tailwind CSS v4.2.0 in favor of `inset-e-*` utilities.
547
+ * @see https://github.com/tailwindlabs/tailwindcss/pull/19613
548
+ */
549
+ end: y()
550
+ }],
551
+ /**
552
+ * Inset Block Start
553
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
554
+ */
555
+ "inset-bs": [{
556
+ "inset-bs": y()
557
+ }],
558
+ /**
559
+ * Inset Block End
560
+ * @see https://tailwindcss.com/docs/top-right-bottom-left
561
+ */
562
+ "inset-be": [{
563
+ "inset-be": y()
505
564
  }],
506
565
  /**
507
566
  * Top
508
567
  * @see https://tailwindcss.com/docs/top-right-bottom-left
509
568
  */
510
569
  top: [{
511
- top: v()
570
+ top: y()
512
571
  }],
513
572
  /**
514
573
  * Right
515
574
  * @see https://tailwindcss.com/docs/top-right-bottom-left
516
575
  */
517
576
  right: [{
518
- right: v()
577
+ right: y()
519
578
  }],
520
579
  /**
521
580
  * Bottom
522
581
  * @see https://tailwindcss.com/docs/top-right-bottom-left
523
582
  */
524
583
  bottom: [{
525
- bottom: v()
584
+ bottom: y()
526
585
  }],
527
586
  /**
528
587
  * Left
529
588
  * @see https://tailwindcss.com/docs/top-right-bottom-left
530
589
  */
531
590
  left: [{
532
- left: v()
591
+ left: y()
533
592
  }],
534
593
  /**
535
594
  * Visibility
@@ -541,7 +600,7 @@ const f = (e) => {
541
600
  * @see https://tailwindcss.com/docs/z-index
542
601
  */
543
602
  z: [{
544
- z: [S, "auto", r, o]
603
+ z: [I, "auto", n, s]
545
604
  }],
546
605
  // ------------------------
547
606
  // --- Flexbox and Grid ---
@@ -551,7 +610,7 @@ const f = (e) => {
551
610
  * @see https://tailwindcss.com/docs/flex-basis
552
611
  */
553
612
  basis: [{
554
- basis: [_, "full", "auto", u, ...l()]
613
+ basis: [C, "full", "auto", b, ...i()]
555
614
  }],
556
615
  /**
557
616
  * Flex Direction
@@ -572,84 +631,84 @@ const f = (e) => {
572
631
  * @see https://tailwindcss.com/docs/flex
573
632
  */
574
633
  flex: [{
575
- flex: [d, _, "auto", "initial", "none", o]
634
+ flex: [p, C, "auto", "initial", "none", s]
576
635
  }],
577
636
  /**
578
637
  * Flex Grow
579
638
  * @see https://tailwindcss.com/docs/flex-grow
580
639
  */
581
640
  grow: [{
582
- grow: ["", d, r, o]
641
+ grow: ["", p, n, s]
583
642
  }],
584
643
  /**
585
644
  * Flex Shrink
586
645
  * @see https://tailwindcss.com/docs/flex-shrink
587
646
  */
588
647
  shrink: [{
589
- shrink: ["", d, r, o]
648
+ shrink: ["", p, n, s]
590
649
  }],
591
650
  /**
592
651
  * Order
593
652
  * @see https://tailwindcss.com/docs/order
594
653
  */
595
654
  order: [{
596
- order: [S, "first", "last", "none", r, o]
655
+ order: [I, "first", "last", "none", n, s]
597
656
  }],
598
657
  /**
599
658
  * Grid Template Columns
600
659
  * @see https://tailwindcss.com/docs/grid-template-columns
601
660
  */
602
661
  "grid-cols": [{
603
- "grid-cols": te()
662
+ "grid-cols": ne()
604
663
  }],
605
664
  /**
606
665
  * Grid Column Start / End
607
666
  * @see https://tailwindcss.com/docs/grid-column
608
667
  */
609
668
  "col-start-end": [{
610
- col: se()
669
+ col: ae()
611
670
  }],
612
671
  /**
613
672
  * Grid Column Start
614
673
  * @see https://tailwindcss.com/docs/grid-column
615
674
  */
616
675
  "col-start": [{
617
- "col-start": D()
676
+ "col-start": $()
618
677
  }],
619
678
  /**
620
679
  * Grid Column End
621
680
  * @see https://tailwindcss.com/docs/grid-column
622
681
  */
623
682
  "col-end": [{
624
- "col-end": D()
683
+ "col-end": $()
625
684
  }],
626
685
  /**
627
686
  * Grid Template Rows
628
687
  * @see https://tailwindcss.com/docs/grid-template-rows
629
688
  */
630
689
  "grid-rows": [{
631
- "grid-rows": te()
690
+ "grid-rows": ne()
632
691
  }],
633
692
  /**
634
693
  * Grid Row Start / End
635
694
  * @see https://tailwindcss.com/docs/grid-row
636
695
  */
637
696
  "row-start-end": [{
638
- row: se()
697
+ row: ae()
639
698
  }],
640
699
  /**
641
700
  * Grid Row Start
642
701
  * @see https://tailwindcss.com/docs/grid-row
643
702
  */
644
703
  "row-start": [{
645
- "row-start": D()
704
+ "row-start": $()
646
705
  }],
647
706
  /**
648
707
  * Grid Row End
649
708
  * @see https://tailwindcss.com/docs/grid-row
650
709
  */
651
710
  "row-end": [{
652
- "row-end": D()
711
+ "row-end": $()
653
712
  }],
654
713
  /**
655
714
  * Grid Auto Flow
@@ -663,70 +722,70 @@ const f = (e) => {
663
722
  * @see https://tailwindcss.com/docs/grid-auto-columns
664
723
  */
665
724
  "auto-cols": [{
666
- "auto-cols": ne()
725
+ "auto-cols": ie()
667
726
  }],
668
727
  /**
669
728
  * Grid Auto Rows
670
729
  * @see https://tailwindcss.com/docs/grid-auto-rows
671
730
  */
672
731
  "auto-rows": [{
673
- "auto-rows": ne()
732
+ "auto-rows": ie()
674
733
  }],
675
734
  /**
676
735
  * Gap
677
736
  * @see https://tailwindcss.com/docs/gap
678
737
  */
679
738
  gap: [{
680
- gap: l()
739
+ gap: i()
681
740
  }],
682
741
  /**
683
742
  * Gap X
684
743
  * @see https://tailwindcss.com/docs/gap
685
744
  */
686
745
  "gap-x": [{
687
- "gap-x": l()
746
+ "gap-x": i()
688
747
  }],
689
748
  /**
690
749
  * Gap Y
691
750
  * @see https://tailwindcss.com/docs/gap
692
751
  */
693
752
  "gap-y": [{
694
- "gap-y": l()
753
+ "gap-y": i()
695
754
  }],
696
755
  /**
697
756
  * Justify Content
698
757
  * @see https://tailwindcss.com/docs/justify-content
699
758
  */
700
759
  "justify-content": [{
701
- justify: [...Q(), "normal"]
760
+ justify: [...K(), "normal"]
702
761
  }],
703
762
  /**
704
763
  * Justify Items
705
764
  * @see https://tailwindcss.com/docs/justify-items
706
765
  */
707
766
  "justify-items": [{
708
- "justify-items": [...O(), "normal"]
767
+ "justify-items": [...F(), "normal"]
709
768
  }],
710
769
  /**
711
770
  * Justify Self
712
771
  * @see https://tailwindcss.com/docs/justify-self
713
772
  */
714
773
  "justify-self": [{
715
- "justify-self": ["auto", ...O()]
774
+ "justify-self": ["auto", ...F()]
716
775
  }],
717
776
  /**
718
777
  * Align Content
719
778
  * @see https://tailwindcss.com/docs/align-content
720
779
  */
721
780
  "align-content": [{
722
- content: ["normal", ...Q()]
781
+ content: ["normal", ...K()]
723
782
  }],
724
783
  /**
725
784
  * Align Items
726
785
  * @see https://tailwindcss.com/docs/align-items
727
786
  */
728
787
  "align-items": [{
729
- items: [...O(), {
788
+ items: [...F(), {
730
789
  baseline: ["", "last"]
731
790
  }]
732
791
  }],
@@ -735,7 +794,7 @@ const f = (e) => {
735
794
  * @see https://tailwindcss.com/docs/align-self
736
795
  */
737
796
  "align-self": [{
738
- self: ["auto", ...O(), {
797
+ self: ["auto", ...F(), {
739
798
  baseline: ["", "last"]
740
799
  }]
741
800
  }],
@@ -744,21 +803,21 @@ const f = (e) => {
744
803
  * @see https://tailwindcss.com/docs/place-content
745
804
  */
746
805
  "place-content": [{
747
- "place-content": Q()
806
+ "place-content": K()
748
807
  }],
749
808
  /**
750
809
  * Place Items
751
810
  * @see https://tailwindcss.com/docs/place-items
752
811
  */
753
812
  "place-items": [{
754
- "place-items": [...O(), "baseline"]
813
+ "place-items": [...F(), "baseline"]
755
814
  }],
756
815
  /**
757
816
  * Place Self
758
817
  * @see https://tailwindcss.com/docs/place-self
759
818
  */
760
819
  "place-self": [{
761
- "place-self": ["auto", ...O()]
820
+ "place-self": ["auto", ...F()]
762
821
  }],
763
822
  // Spacing
764
823
  /**
@@ -766,133 +825,161 @@ const f = (e) => {
766
825
  * @see https://tailwindcss.com/docs/padding
767
826
  */
768
827
  p: [{
769
- p: l()
828
+ p: i()
770
829
  }],
771
830
  /**
772
- * Padding X
831
+ * Padding Inline
773
832
  * @see https://tailwindcss.com/docs/padding
774
833
  */
775
834
  px: [{
776
- px: l()
835
+ px: i()
777
836
  }],
778
837
  /**
779
- * Padding Y
838
+ * Padding Block
780
839
  * @see https://tailwindcss.com/docs/padding
781
840
  */
782
841
  py: [{
783
- py: l()
842
+ py: i()
784
843
  }],
785
844
  /**
786
- * Padding Start
845
+ * Padding Inline Start
787
846
  * @see https://tailwindcss.com/docs/padding
788
847
  */
789
848
  ps: [{
790
- ps: l()
849
+ ps: i()
791
850
  }],
792
851
  /**
793
- * Padding End
852
+ * Padding Inline End
794
853
  * @see https://tailwindcss.com/docs/padding
795
854
  */
796
855
  pe: [{
797
- pe: l()
856
+ pe: i()
857
+ }],
858
+ /**
859
+ * Padding Block Start
860
+ * @see https://tailwindcss.com/docs/padding
861
+ */
862
+ pbs: [{
863
+ pbs: i()
864
+ }],
865
+ /**
866
+ * Padding Block End
867
+ * @see https://tailwindcss.com/docs/padding
868
+ */
869
+ pbe: [{
870
+ pbe: i()
798
871
  }],
799
872
  /**
800
873
  * Padding Top
801
874
  * @see https://tailwindcss.com/docs/padding
802
875
  */
803
876
  pt: [{
804
- pt: l()
877
+ pt: i()
805
878
  }],
806
879
  /**
807
880
  * Padding Right
808
881
  * @see https://tailwindcss.com/docs/padding
809
882
  */
810
883
  pr: [{
811
- pr: l()
884
+ pr: i()
812
885
  }],
813
886
  /**
814
887
  * Padding Bottom
815
888
  * @see https://tailwindcss.com/docs/padding
816
889
  */
817
890
  pb: [{
818
- pb: l()
891
+ pb: i()
819
892
  }],
820
893
  /**
821
894
  * Padding Left
822
895
  * @see https://tailwindcss.com/docs/padding
823
896
  */
824
897
  pl: [{
825
- pl: l()
898
+ pl: i()
826
899
  }],
827
900
  /**
828
901
  * Margin
829
902
  * @see https://tailwindcss.com/docs/margin
830
903
  */
831
904
  m: [{
832
- m: A()
905
+ m: z()
833
906
  }],
834
907
  /**
835
- * Margin X
908
+ * Margin Inline
836
909
  * @see https://tailwindcss.com/docs/margin
837
910
  */
838
911
  mx: [{
839
- mx: A()
912
+ mx: z()
840
913
  }],
841
914
  /**
842
- * Margin Y
915
+ * Margin Block
843
916
  * @see https://tailwindcss.com/docs/margin
844
917
  */
845
918
  my: [{
846
- my: A()
919
+ my: z()
847
920
  }],
848
921
  /**
849
- * Margin Start
922
+ * Margin Inline Start
850
923
  * @see https://tailwindcss.com/docs/margin
851
924
  */
852
925
  ms: [{
853
- ms: A()
926
+ ms: z()
854
927
  }],
855
928
  /**
856
- * Margin End
929
+ * Margin Inline End
857
930
  * @see https://tailwindcss.com/docs/margin
858
931
  */
859
932
  me: [{
860
- me: A()
933
+ me: z()
934
+ }],
935
+ /**
936
+ * Margin Block Start
937
+ * @see https://tailwindcss.com/docs/margin
938
+ */
939
+ mbs: [{
940
+ mbs: z()
941
+ }],
942
+ /**
943
+ * Margin Block End
944
+ * @see https://tailwindcss.com/docs/margin
945
+ */
946
+ mbe: [{
947
+ mbe: z()
861
948
  }],
862
949
  /**
863
950
  * Margin Top
864
951
  * @see https://tailwindcss.com/docs/margin
865
952
  */
866
953
  mt: [{
867
- mt: A()
954
+ mt: z()
868
955
  }],
869
956
  /**
870
957
  * Margin Right
871
958
  * @see https://tailwindcss.com/docs/margin
872
959
  */
873
960
  mr: [{
874
- mr: A()
961
+ mr: z()
875
962
  }],
876
963
  /**
877
964
  * Margin Bottom
878
965
  * @see https://tailwindcss.com/docs/margin
879
966
  */
880
967
  mb: [{
881
- mb: A()
968
+ mb: z()
882
969
  }],
883
970
  /**
884
971
  * Margin Left
885
972
  * @see https://tailwindcss.com/docs/margin
886
973
  */
887
974
  ml: [{
888
- ml: A()
975
+ ml: z()
889
976
  }],
890
977
  /**
891
978
  * Space Between X
892
979
  * @see https://tailwindcss.com/docs/margin#adding-space-between-children
893
980
  */
894
981
  "space-x": [{
895
- "space-x": l()
982
+ "space-x": i()
896
983
  }],
897
984
  /**
898
985
  * Space Between X Reverse
@@ -904,7 +991,7 @@ const f = (e) => {
904
991
  * @see https://tailwindcss.com/docs/margin#adding-space-between-children
905
992
  */
906
993
  "space-y": [{
907
- "space-y": l()
994
+ "space-y": i()
908
995
  }],
909
996
  /**
910
997
  * Space Between Y Reverse
@@ -919,14 +1006,56 @@ const f = (e) => {
919
1006
  * @see https://tailwindcss.com/docs/width#setting-both-width-and-height
920
1007
  */
921
1008
  size: [{
922
- size: C()
1009
+ size: G()
1010
+ }],
1011
+ /**
1012
+ * Inline Size
1013
+ * @see https://tailwindcss.com/docs/width
1014
+ */
1015
+ "inline-size": [{
1016
+ inline: ["auto", ...Q()]
1017
+ }],
1018
+ /**
1019
+ * Min-Inline Size
1020
+ * @see https://tailwindcss.com/docs/min-width
1021
+ */
1022
+ "min-inline-size": [{
1023
+ "min-inline": ["auto", ...Q()]
1024
+ }],
1025
+ /**
1026
+ * Max-Inline Size
1027
+ * @see https://tailwindcss.com/docs/max-width
1028
+ */
1029
+ "max-inline-size": [{
1030
+ "max-inline": ["none", ...Q()]
1031
+ }],
1032
+ /**
1033
+ * Block Size
1034
+ * @see https://tailwindcss.com/docs/height
1035
+ */
1036
+ "block-size": [{
1037
+ block: ["auto", ...Z()]
1038
+ }],
1039
+ /**
1040
+ * Min-Block Size
1041
+ * @see https://tailwindcss.com/docs/min-height
1042
+ */
1043
+ "min-block-size": [{
1044
+ "min-block": ["auto", ...Z()]
1045
+ }],
1046
+ /**
1047
+ * Max-Block Size
1048
+ * @see https://tailwindcss.com/docs/max-height
1049
+ */
1050
+ "max-block-size": [{
1051
+ "max-block": ["none", ...Z()]
923
1052
  }],
924
1053
  /**
925
1054
  * Width
926
1055
  * @see https://tailwindcss.com/docs/width
927
1056
  */
928
1057
  w: [{
929
- w: [u, "screen", ...C()]
1058
+ w: [b, "screen", ...G()]
930
1059
  }],
931
1060
  /**
932
1061
  * Min-Width
@@ -934,11 +1063,11 @@ const f = (e) => {
934
1063
  */
935
1064
  "min-w": [{
936
1065
  "min-w": [
937
- u,
1066
+ b,
938
1067
  "screen",
939
1068
  /** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
940
1069
  "none",
941
- ...C()
1070
+ ...G()
942
1071
  ]
943
1072
  }],
944
1073
  /**
@@ -947,16 +1076,16 @@ const f = (e) => {
947
1076
  */
948
1077
  "max-w": [{
949
1078
  "max-w": [
950
- u,
1079
+ b,
951
1080
  "screen",
952
1081
  "none",
953
1082
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
954
1083
  "prose",
955
1084
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
956
1085
  {
957
- screen: [i]
1086
+ screen: [a]
958
1087
  },
959
- ...C()
1088
+ ...G()
960
1089
  ]
961
1090
  }],
962
1091
  /**
@@ -964,21 +1093,21 @@ const f = (e) => {
964
1093
  * @see https://tailwindcss.com/docs/height
965
1094
  */
966
1095
  h: [{
967
- h: ["screen", "lh", ...C()]
1096
+ h: ["screen", "lh", ...G()]
968
1097
  }],
969
1098
  /**
970
1099
  * Min-Height
971
1100
  * @see https://tailwindcss.com/docs/min-height
972
1101
  */
973
1102
  "min-h": [{
974
- "min-h": ["screen", "lh", "none", ...C()]
1103
+ "min-h": ["screen", "lh", "none", ...G()]
975
1104
  }],
976
1105
  /**
977
1106
  * Max-Height
978
1107
  * @see https://tailwindcss.com/docs/max-height
979
1108
  */
980
1109
  "max-h": [{
981
- "max-h": ["screen", "lh", ...C()]
1110
+ "max-h": ["screen", "lh", ...G()]
982
1111
  }],
983
1112
  // ------------------
984
1113
  // --- Typography ---
@@ -988,7 +1117,7 @@ const f = (e) => {
988
1117
  * @see https://tailwindcss.com/docs/font-size
989
1118
  */
990
1119
  "font-size": [{
991
- text: ["base", s, W, P]
1120
+ text: ["base", o, B, _]
992
1121
  }],
993
1122
  /**
994
1123
  * Font Smoothing
@@ -1005,21 +1134,28 @@ const f = (e) => {
1005
1134
  * @see https://tailwindcss.com/docs/font-weight
1006
1135
  */
1007
1136
  "font-weight": [{
1008
- font: [t, r, oe]
1137
+ font: [r, wo, po]
1009
1138
  }],
1010
1139
  /**
1011
1140
  * Font Stretch
1012
1141
  * @see https://tailwindcss.com/docs/font-stretch
1013
1142
  */
1014
1143
  "font-stretch": [{
1015
- "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ee, o]
1144
+ "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", re, s]
1016
1145
  }],
1017
1146
  /**
1018
1147
  * Font Family
1019
1148
  * @see https://tailwindcss.com/docs/font-family
1020
1149
  */
1021
1150
  "font-family": [{
1022
- font: [Qe, o, n]
1151
+ font: [fo, bo, t]
1152
+ }],
1153
+ /**
1154
+ * Font Feature Settings
1155
+ * @see https://tailwindcss.com/docs/font-feature-settings
1156
+ */
1157
+ "font-features": [{
1158
+ "font-features": [s]
1023
1159
  }],
1024
1160
  /**
1025
1161
  * Font Variant Numeric
@@ -1056,14 +1192,14 @@ const f = (e) => {
1056
1192
  * @see https://tailwindcss.com/docs/letter-spacing
1057
1193
  */
1058
1194
  tracking: [{
1059
- tracking: [c, r, o]
1195
+ tracking: [c, n, s]
1060
1196
  }],
1061
1197
  /**
1062
1198
  * Line Clamp
1063
1199
  * @see https://tailwindcss.com/docs/line-clamp
1064
1200
  */
1065
1201
  "line-clamp": [{
1066
- "line-clamp": [d, "none", r, oe]
1202
+ "line-clamp": [p, "none", n, fe]
1067
1203
  }],
1068
1204
  /**
1069
1205
  * Line Height
@@ -1073,7 +1209,7 @@ const f = (e) => {
1073
1209
  leading: [
1074
1210
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1075
1211
  m,
1076
- ...l()
1212
+ ...i()
1077
1213
  ]
1078
1214
  }],
1079
1215
  /**
@@ -1081,7 +1217,7 @@ const f = (e) => {
1081
1217
  * @see https://tailwindcss.com/docs/list-style-image
1082
1218
  */
1083
1219
  "list-image": [{
1084
- "list-image": ["none", r, o]
1220
+ "list-image": ["none", n, s]
1085
1221
  }],
1086
1222
  /**
1087
1223
  * List Style Position
@@ -1095,7 +1231,7 @@ const f = (e) => {
1095
1231
  * @see https://tailwindcss.com/docs/list-style-type
1096
1232
  */
1097
1233
  "list-style-type": [{
1098
- list: ["disc", "decimal", "none", r, o]
1234
+ list: ["disc", "decimal", "none", n, s]
1099
1235
  }],
1100
1236
  /**
1101
1237
  * Text Alignment
@@ -1110,14 +1246,14 @@ const f = (e) => {
1110
1246
  * @see https://v3.tailwindcss.com/docs/placeholder-color
1111
1247
  */
1112
1248
  "placeholder-color": [{
1113
- placeholder: a()
1249
+ placeholder: l()
1114
1250
  }],
1115
1251
  /**
1116
1252
  * Text Color
1117
1253
  * @see https://tailwindcss.com/docs/text-color
1118
1254
  */
1119
1255
  "text-color": [{
1120
- text: a()
1256
+ text: l()
1121
1257
  }],
1122
1258
  /**
1123
1259
  * Text Decoration
@@ -1136,21 +1272,21 @@ const f = (e) => {
1136
1272
  * @see https://tailwindcss.com/docs/text-decoration-thickness
1137
1273
  */
1138
1274
  "text-decoration-thickness": [{
1139
- decoration: [d, "from-font", "auto", r, P]
1275
+ decoration: [p, "from-font", "auto", n, _]
1140
1276
  }],
1141
1277
  /**
1142
1278
  * Text Decoration Color
1143
1279
  * @see https://tailwindcss.com/docs/text-decoration-color
1144
1280
  */
1145
1281
  "text-decoration-color": [{
1146
- decoration: a()
1282
+ decoration: l()
1147
1283
  }],
1148
1284
  /**
1149
1285
  * Text Underline Offset
1150
1286
  * @see https://tailwindcss.com/docs/text-underline-offset
1151
1287
  */
1152
1288
  "underline-offset": [{
1153
- "underline-offset": [d, "auto", r, o]
1289
+ "underline-offset": [p, "auto", n, s]
1154
1290
  }],
1155
1291
  /**
1156
1292
  * Text Transform
@@ -1174,14 +1310,14 @@ const f = (e) => {
1174
1310
  * @see https://tailwindcss.com/docs/text-indent
1175
1311
  */
1176
1312
  indent: [{
1177
- indent: l()
1313
+ indent: i()
1178
1314
  }],
1179
1315
  /**
1180
1316
  * Vertical Alignment
1181
1317
  * @see https://tailwindcss.com/docs/vertical-align
1182
1318
  */
1183
1319
  "vertical-align": [{
1184
- align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", r, o]
1320
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", n, s]
1185
1321
  }],
1186
1322
  /**
1187
1323
  * Whitespace
@@ -1216,7 +1352,7 @@ const f = (e) => {
1216
1352
  * @see https://tailwindcss.com/docs/content
1217
1353
  */
1218
1354
  content: [{
1219
- content: ["none", r, o]
1355
+ content: ["none", n, s]
1220
1356
  }],
1221
1357
  // -------------------
1222
1358
  // --- Backgrounds ---
@@ -1247,21 +1383,21 @@ const f = (e) => {
1247
1383
  * @see https://tailwindcss.com/docs/background-position
1248
1384
  */
1249
1385
  "bg-position": [{
1250
- bg: ae()
1386
+ bg: le()
1251
1387
  }],
1252
1388
  /**
1253
1389
  * Background Repeat
1254
1390
  * @see https://tailwindcss.com/docs/background-repeat
1255
1391
  */
1256
1392
  "bg-repeat": [{
1257
- bg: ie()
1393
+ bg: ce()
1258
1394
  }],
1259
1395
  /**
1260
1396
  * Background Size
1261
1397
  * @see https://tailwindcss.com/docs/background-size
1262
1398
  */
1263
1399
  "bg-size": [{
1264
- bg: le()
1400
+ bg: de()
1265
1401
  }],
1266
1402
  /**
1267
1403
  * Background Image
@@ -1271,59 +1407,59 @@ const f = (e) => {
1271
1407
  bg: ["none", {
1272
1408
  linear: [{
1273
1409
  to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1274
- }, S, r, o],
1275
- radial: ["", r, o],
1276
- conic: [S, r, o]
1277
- }, Ze, Ke]
1410
+ }, I, n, s],
1411
+ radial: ["", n, s],
1412
+ conic: [I, n, s]
1413
+ }, ho, uo]
1278
1414
  }],
1279
1415
  /**
1280
1416
  * Background Color
1281
1417
  * @see https://tailwindcss.com/docs/background-color
1282
1418
  */
1283
1419
  "bg-color": [{
1284
- bg: a()
1420
+ bg: l()
1285
1421
  }],
1286
1422
  /**
1287
1423
  * Gradient Color Stops From Position
1288
1424
  * @see https://tailwindcss.com/docs/gradient-color-stops
1289
1425
  */
1290
1426
  "gradient-from-pos": [{
1291
- from: Y()
1427
+ from: ee()
1292
1428
  }],
1293
1429
  /**
1294
1430
  * Gradient Color Stops Via Position
1295
1431
  * @see https://tailwindcss.com/docs/gradient-color-stops
1296
1432
  */
1297
1433
  "gradient-via-pos": [{
1298
- via: Y()
1434
+ via: ee()
1299
1435
  }],
1300
1436
  /**
1301
1437
  * Gradient Color Stops To Position
1302
1438
  * @see https://tailwindcss.com/docs/gradient-color-stops
1303
1439
  */
1304
1440
  "gradient-to-pos": [{
1305
- to: Y()
1441
+ to: ee()
1306
1442
  }],
1307
1443
  /**
1308
1444
  * Gradient Color Stops From
1309
1445
  * @see https://tailwindcss.com/docs/gradient-color-stops
1310
1446
  */
1311
1447
  "gradient-from": [{
1312
- from: a()
1448
+ from: l()
1313
1449
  }],
1314
1450
  /**
1315
1451
  * Gradient Color Stops Via
1316
1452
  * @see https://tailwindcss.com/docs/gradient-color-stops
1317
1453
  */
1318
1454
  "gradient-via": [{
1319
- via: a()
1455
+ via: l()
1320
1456
  }],
1321
1457
  /**
1322
1458
  * Gradient Color Stops To
1323
1459
  * @see https://tailwindcss.com/docs/gradient-color-stops
1324
1460
  */
1325
1461
  "gradient-to": [{
1326
- to: a()
1462
+ to: l()
1327
1463
  }],
1328
1464
  // ---------------
1329
1465
  // --- Borders ---
@@ -1333,175 +1469,189 @@ const f = (e) => {
1333
1469
  * @see https://tailwindcss.com/docs/border-radius
1334
1470
  */
1335
1471
  rounded: [{
1336
- rounded: x()
1472
+ rounded: w()
1337
1473
  }],
1338
1474
  /**
1339
1475
  * Border Radius Start
1340
1476
  * @see https://tailwindcss.com/docs/border-radius
1341
1477
  */
1342
1478
  "rounded-s": [{
1343
- "rounded-s": x()
1479
+ "rounded-s": w()
1344
1480
  }],
1345
1481
  /**
1346
1482
  * Border Radius End
1347
1483
  * @see https://tailwindcss.com/docs/border-radius
1348
1484
  */
1349
1485
  "rounded-e": [{
1350
- "rounded-e": x()
1486
+ "rounded-e": w()
1351
1487
  }],
1352
1488
  /**
1353
1489
  * Border Radius Top
1354
1490
  * @see https://tailwindcss.com/docs/border-radius
1355
1491
  */
1356
1492
  "rounded-t": [{
1357
- "rounded-t": x()
1493
+ "rounded-t": w()
1358
1494
  }],
1359
1495
  /**
1360
1496
  * Border Radius Right
1361
1497
  * @see https://tailwindcss.com/docs/border-radius
1362
1498
  */
1363
1499
  "rounded-r": [{
1364
- "rounded-r": x()
1500
+ "rounded-r": w()
1365
1501
  }],
1366
1502
  /**
1367
1503
  * Border Radius Bottom
1368
1504
  * @see https://tailwindcss.com/docs/border-radius
1369
1505
  */
1370
1506
  "rounded-b": [{
1371
- "rounded-b": x()
1507
+ "rounded-b": w()
1372
1508
  }],
1373
1509
  /**
1374
1510
  * Border Radius Left
1375
1511
  * @see https://tailwindcss.com/docs/border-radius
1376
1512
  */
1377
1513
  "rounded-l": [{
1378
- "rounded-l": x()
1514
+ "rounded-l": w()
1379
1515
  }],
1380
1516
  /**
1381
1517
  * Border Radius Start Start
1382
1518
  * @see https://tailwindcss.com/docs/border-radius
1383
1519
  */
1384
1520
  "rounded-ss": [{
1385
- "rounded-ss": x()
1521
+ "rounded-ss": w()
1386
1522
  }],
1387
1523
  /**
1388
1524
  * Border Radius Start End
1389
1525
  * @see https://tailwindcss.com/docs/border-radius
1390
1526
  */
1391
1527
  "rounded-se": [{
1392
- "rounded-se": x()
1528
+ "rounded-se": w()
1393
1529
  }],
1394
1530
  /**
1395
1531
  * Border Radius End End
1396
1532
  * @see https://tailwindcss.com/docs/border-radius
1397
1533
  */
1398
1534
  "rounded-ee": [{
1399
- "rounded-ee": x()
1535
+ "rounded-ee": w()
1400
1536
  }],
1401
1537
  /**
1402
1538
  * Border Radius End Start
1403
1539
  * @see https://tailwindcss.com/docs/border-radius
1404
1540
  */
1405
1541
  "rounded-es": [{
1406
- "rounded-es": x()
1542
+ "rounded-es": w()
1407
1543
  }],
1408
1544
  /**
1409
1545
  * Border Radius Top Left
1410
1546
  * @see https://tailwindcss.com/docs/border-radius
1411
1547
  */
1412
1548
  "rounded-tl": [{
1413
- "rounded-tl": x()
1549
+ "rounded-tl": w()
1414
1550
  }],
1415
1551
  /**
1416
1552
  * Border Radius Top Right
1417
1553
  * @see https://tailwindcss.com/docs/border-radius
1418
1554
  */
1419
1555
  "rounded-tr": [{
1420
- "rounded-tr": x()
1556
+ "rounded-tr": w()
1421
1557
  }],
1422
1558
  /**
1423
1559
  * Border Radius Bottom Right
1424
1560
  * @see https://tailwindcss.com/docs/border-radius
1425
1561
  */
1426
1562
  "rounded-br": [{
1427
- "rounded-br": x()
1563
+ "rounded-br": w()
1428
1564
  }],
1429
1565
  /**
1430
1566
  * Border Radius Bottom Left
1431
1567
  * @see https://tailwindcss.com/docs/border-radius
1432
1568
  */
1433
1569
  "rounded-bl": [{
1434
- "rounded-bl": x()
1570
+ "rounded-bl": w()
1435
1571
  }],
1436
1572
  /**
1437
1573
  * Border Width
1438
1574
  * @see https://tailwindcss.com/docs/border-width
1439
1575
  */
1440
1576
  "border-w": [{
1441
- border: w()
1577
+ border: k()
1442
1578
  }],
1443
1579
  /**
1444
- * Border Width X
1580
+ * Border Width Inline
1445
1581
  * @see https://tailwindcss.com/docs/border-width
1446
1582
  */
1447
1583
  "border-w-x": [{
1448
- "border-x": w()
1584
+ "border-x": k()
1449
1585
  }],
1450
1586
  /**
1451
- * Border Width Y
1587
+ * Border Width Block
1452
1588
  * @see https://tailwindcss.com/docs/border-width
1453
1589
  */
1454
1590
  "border-w-y": [{
1455
- "border-y": w()
1591
+ "border-y": k()
1456
1592
  }],
1457
1593
  /**
1458
- * Border Width Start
1594
+ * Border Width Inline Start
1459
1595
  * @see https://tailwindcss.com/docs/border-width
1460
1596
  */
1461
1597
  "border-w-s": [{
1462
- "border-s": w()
1598
+ "border-s": k()
1463
1599
  }],
1464
1600
  /**
1465
- * Border Width End
1601
+ * Border Width Inline End
1466
1602
  * @see https://tailwindcss.com/docs/border-width
1467
1603
  */
1468
1604
  "border-w-e": [{
1469
- "border-e": w()
1605
+ "border-e": k()
1606
+ }],
1607
+ /**
1608
+ * Border Width Block Start
1609
+ * @see https://tailwindcss.com/docs/border-width
1610
+ */
1611
+ "border-w-bs": [{
1612
+ "border-bs": k()
1613
+ }],
1614
+ /**
1615
+ * Border Width Block End
1616
+ * @see https://tailwindcss.com/docs/border-width
1617
+ */
1618
+ "border-w-be": [{
1619
+ "border-be": k()
1470
1620
  }],
1471
1621
  /**
1472
1622
  * Border Width Top
1473
1623
  * @see https://tailwindcss.com/docs/border-width
1474
1624
  */
1475
1625
  "border-w-t": [{
1476
- "border-t": w()
1626
+ "border-t": k()
1477
1627
  }],
1478
1628
  /**
1479
1629
  * Border Width Right
1480
1630
  * @see https://tailwindcss.com/docs/border-width
1481
1631
  */
1482
1632
  "border-w-r": [{
1483
- "border-r": w()
1633
+ "border-r": k()
1484
1634
  }],
1485
1635
  /**
1486
1636
  * Border Width Bottom
1487
1637
  * @see https://tailwindcss.com/docs/border-width
1488
1638
  */
1489
1639
  "border-w-b": [{
1490
- "border-b": w()
1640
+ "border-b": k()
1491
1641
  }],
1492
1642
  /**
1493
1643
  * Border Width Left
1494
1644
  * @see https://tailwindcss.com/docs/border-width
1495
1645
  */
1496
1646
  "border-w-l": [{
1497
- "border-l": w()
1647
+ "border-l": k()
1498
1648
  }],
1499
1649
  /**
1500
1650
  * Divide Width X
1501
1651
  * @see https://tailwindcss.com/docs/border-width#between-children
1502
1652
  */
1503
1653
  "divide-x": [{
1504
- "divide-x": w()
1654
+ "divide-x": k()
1505
1655
  }],
1506
1656
  /**
1507
1657
  * Divide Width X Reverse
@@ -1513,7 +1663,7 @@ const f = (e) => {
1513
1663
  * @see https://tailwindcss.com/docs/border-width#between-children
1514
1664
  */
1515
1665
  "divide-y": [{
1516
- "divide-y": w()
1666
+ "divide-y": k()
1517
1667
  }],
1518
1668
  /**
1519
1669
  * Divide Width Y Reverse
@@ -1539,70 +1689,84 @@ const f = (e) => {
1539
1689
  * @see https://tailwindcss.com/docs/border-color
1540
1690
  */
1541
1691
  "border-color": [{
1542
- border: a()
1692
+ border: l()
1543
1693
  }],
1544
1694
  /**
1545
- * Border Color X
1695
+ * Border Color Inline
1546
1696
  * @see https://tailwindcss.com/docs/border-color
1547
1697
  */
1548
1698
  "border-color-x": [{
1549
- "border-x": a()
1699
+ "border-x": l()
1550
1700
  }],
1551
1701
  /**
1552
- * Border Color Y
1702
+ * Border Color Block
1553
1703
  * @see https://tailwindcss.com/docs/border-color
1554
1704
  */
1555
1705
  "border-color-y": [{
1556
- "border-y": a()
1706
+ "border-y": l()
1557
1707
  }],
1558
1708
  /**
1559
- * Border Color S
1709
+ * Border Color Inline Start
1560
1710
  * @see https://tailwindcss.com/docs/border-color
1561
1711
  */
1562
1712
  "border-color-s": [{
1563
- "border-s": a()
1713
+ "border-s": l()
1564
1714
  }],
1565
1715
  /**
1566
- * Border Color E
1716
+ * Border Color Inline End
1567
1717
  * @see https://tailwindcss.com/docs/border-color
1568
1718
  */
1569
1719
  "border-color-e": [{
1570
- "border-e": a()
1720
+ "border-e": l()
1721
+ }],
1722
+ /**
1723
+ * Border Color Block Start
1724
+ * @see https://tailwindcss.com/docs/border-color
1725
+ */
1726
+ "border-color-bs": [{
1727
+ "border-bs": l()
1728
+ }],
1729
+ /**
1730
+ * Border Color Block End
1731
+ * @see https://tailwindcss.com/docs/border-color
1732
+ */
1733
+ "border-color-be": [{
1734
+ "border-be": l()
1571
1735
  }],
1572
1736
  /**
1573
1737
  * Border Color Top
1574
1738
  * @see https://tailwindcss.com/docs/border-color
1575
1739
  */
1576
1740
  "border-color-t": [{
1577
- "border-t": a()
1741
+ "border-t": l()
1578
1742
  }],
1579
1743
  /**
1580
1744
  * Border Color Right
1581
1745
  * @see https://tailwindcss.com/docs/border-color
1582
1746
  */
1583
1747
  "border-color-r": [{
1584
- "border-r": a()
1748
+ "border-r": l()
1585
1749
  }],
1586
1750
  /**
1587
1751
  * Border Color Bottom
1588
1752
  * @see https://tailwindcss.com/docs/border-color
1589
1753
  */
1590
1754
  "border-color-b": [{
1591
- "border-b": a()
1755
+ "border-b": l()
1592
1756
  }],
1593
1757
  /**
1594
1758
  * Border Color Left
1595
1759
  * @see https://tailwindcss.com/docs/border-color
1596
1760
  */
1597
1761
  "border-color-l": [{
1598
- "border-l": a()
1762
+ "border-l": l()
1599
1763
  }],
1600
1764
  /**
1601
1765
  * Divide Color
1602
1766
  * @see https://tailwindcss.com/docs/divide-color
1603
1767
  */
1604
1768
  "divide-color": [{
1605
- divide: a()
1769
+ divide: l()
1606
1770
  }],
1607
1771
  /**
1608
1772
  * Outline Style
@@ -1616,21 +1780,21 @@ const f = (e) => {
1616
1780
  * @see https://tailwindcss.com/docs/outline-offset
1617
1781
  */
1618
1782
  "outline-offset": [{
1619
- "outline-offset": [d, r, o]
1783
+ "outline-offset": [p, n, s]
1620
1784
  }],
1621
1785
  /**
1622
1786
  * Outline Width
1623
1787
  * @see https://tailwindcss.com/docs/outline-width
1624
1788
  */
1625
1789
  "outline-w": [{
1626
- outline: ["", d, W, P]
1790
+ outline: ["", p, B, _]
1627
1791
  }],
1628
1792
  /**
1629
1793
  * Outline Color
1630
1794
  * @see https://tailwindcss.com/docs/outline-color
1631
1795
  */
1632
1796
  "outline-color": [{
1633
- outline: a()
1797
+ outline: l()
1634
1798
  }],
1635
1799
  // ---------------
1636
1800
  // --- Effects ---
@@ -1645,8 +1809,8 @@ const f = (e) => {
1645
1809
  "",
1646
1810
  "none",
1647
1811
  h,
1648
- K,
1649
- X
1812
+ H,
1813
+ J
1650
1814
  ]
1651
1815
  }],
1652
1816
  /**
@@ -1654,28 +1818,28 @@ const f = (e) => {
1654
1818
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
1655
1819
  */
1656
1820
  "shadow-color": [{
1657
- shadow: a()
1821
+ shadow: l()
1658
1822
  }],
1659
1823
  /**
1660
1824
  * Inset Box Shadow
1661
1825
  * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
1662
1826
  */
1663
1827
  "inset-shadow": [{
1664
- "inset-shadow": ["none", R, K, X]
1828
+ "inset-shadow": ["none", v, H, J]
1665
1829
  }],
1666
1830
  /**
1667
1831
  * Inset Box Shadow Color
1668
1832
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
1669
1833
  */
1670
1834
  "inset-shadow-color": [{
1671
- "inset-shadow": a()
1835
+ "inset-shadow": l()
1672
1836
  }],
1673
1837
  /**
1674
1838
  * Ring Width
1675
1839
  * @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
1676
1840
  */
1677
1841
  "ring-w": [{
1678
- ring: w()
1842
+ ring: k()
1679
1843
  }],
1680
1844
  /**
1681
1845
  * Ring Width Inset
@@ -1689,7 +1853,7 @@ const f = (e) => {
1689
1853
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
1690
1854
  */
1691
1855
  "ring-color": [{
1692
- ring: a()
1856
+ ring: l()
1693
1857
  }],
1694
1858
  /**
1695
1859
  * Ring Offset Width
@@ -1698,7 +1862,7 @@ const f = (e) => {
1698
1862
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1699
1863
  */
1700
1864
  "ring-offset-w": [{
1701
- "ring-offset": [d, P]
1865
+ "ring-offset": [p, _]
1702
1866
  }],
1703
1867
  /**
1704
1868
  * Ring Offset Color
@@ -1707,56 +1871,56 @@ const f = (e) => {
1707
1871
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1708
1872
  */
1709
1873
  "ring-offset-color": [{
1710
- "ring-offset": a()
1874
+ "ring-offset": l()
1711
1875
  }],
1712
1876
  /**
1713
1877
  * Inset Ring Width
1714
1878
  * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
1715
1879
  */
1716
1880
  "inset-ring-w": [{
1717
- "inset-ring": w()
1881
+ "inset-ring": k()
1718
1882
  }],
1719
1883
  /**
1720
1884
  * Inset Ring Color
1721
1885
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
1722
1886
  */
1723
1887
  "inset-ring-color": [{
1724
- "inset-ring": a()
1888
+ "inset-ring": l()
1725
1889
  }],
1726
1890
  /**
1727
1891
  * Text Shadow
1728
1892
  * @see https://tailwindcss.com/docs/text-shadow
1729
1893
  */
1730
1894
  "text-shadow": [{
1731
- "text-shadow": ["none", F, K, X]
1895
+ "text-shadow": ["none", R, H, J]
1732
1896
  }],
1733
1897
  /**
1734
1898
  * Text Shadow Color
1735
1899
  * @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
1736
1900
  */
1737
1901
  "text-shadow-color": [{
1738
- "text-shadow": a()
1902
+ "text-shadow": l()
1739
1903
  }],
1740
1904
  /**
1741
1905
  * Opacity
1742
1906
  * @see https://tailwindcss.com/docs/opacity
1743
1907
  */
1744
1908
  opacity: [{
1745
- opacity: [d, r, o]
1909
+ opacity: [p, n, s]
1746
1910
  }],
1747
1911
  /**
1748
1912
  * Mix Blend Mode
1749
1913
  * @see https://tailwindcss.com/docs/mix-blend-mode
1750
1914
  */
1751
1915
  "mix-blend": [{
1752
- "mix-blend": [...ce(), "plus-darker", "plus-lighter"]
1916
+ "mix-blend": [...me(), "plus-darker", "plus-lighter"]
1753
1917
  }],
1754
1918
  /**
1755
1919
  * Background Blend Mode
1756
1920
  * @see https://tailwindcss.com/docs/background-blend-mode
1757
1921
  */
1758
1922
  "bg-blend": [{
1759
- "bg-blend": ce()
1923
+ "bg-blend": me()
1760
1924
  }],
1761
1925
  /**
1762
1926
  * Mask Clip
@@ -1777,106 +1941,106 @@ const f = (e) => {
1777
1941
  * @see https://tailwindcss.com/docs/mask-image
1778
1942
  */
1779
1943
  "mask-image-linear-pos": [{
1780
- "mask-linear": [d]
1944
+ "mask-linear": [p]
1781
1945
  }],
1782
1946
  "mask-image-linear-from-pos": [{
1783
- "mask-linear-from": b()
1947
+ "mask-linear-from": g()
1784
1948
  }],
1785
1949
  "mask-image-linear-to-pos": [{
1786
- "mask-linear-to": b()
1950
+ "mask-linear-to": g()
1787
1951
  }],
1788
1952
  "mask-image-linear-from-color": [{
1789
- "mask-linear-from": a()
1953
+ "mask-linear-from": l()
1790
1954
  }],
1791
1955
  "mask-image-linear-to-color": [{
1792
- "mask-linear-to": a()
1956
+ "mask-linear-to": l()
1793
1957
  }],
1794
1958
  "mask-image-t-from-pos": [{
1795
- "mask-t-from": b()
1959
+ "mask-t-from": g()
1796
1960
  }],
1797
1961
  "mask-image-t-to-pos": [{
1798
- "mask-t-to": b()
1962
+ "mask-t-to": g()
1799
1963
  }],
1800
1964
  "mask-image-t-from-color": [{
1801
- "mask-t-from": a()
1965
+ "mask-t-from": l()
1802
1966
  }],
1803
1967
  "mask-image-t-to-color": [{
1804
- "mask-t-to": a()
1968
+ "mask-t-to": l()
1805
1969
  }],
1806
1970
  "mask-image-r-from-pos": [{
1807
- "mask-r-from": b()
1971
+ "mask-r-from": g()
1808
1972
  }],
1809
1973
  "mask-image-r-to-pos": [{
1810
- "mask-r-to": b()
1974
+ "mask-r-to": g()
1811
1975
  }],
1812
1976
  "mask-image-r-from-color": [{
1813
- "mask-r-from": a()
1977
+ "mask-r-from": l()
1814
1978
  }],
1815
1979
  "mask-image-r-to-color": [{
1816
- "mask-r-to": a()
1980
+ "mask-r-to": l()
1817
1981
  }],
1818
1982
  "mask-image-b-from-pos": [{
1819
- "mask-b-from": b()
1983
+ "mask-b-from": g()
1820
1984
  }],
1821
1985
  "mask-image-b-to-pos": [{
1822
- "mask-b-to": b()
1986
+ "mask-b-to": g()
1823
1987
  }],
1824
1988
  "mask-image-b-from-color": [{
1825
- "mask-b-from": a()
1989
+ "mask-b-from": l()
1826
1990
  }],
1827
1991
  "mask-image-b-to-color": [{
1828
- "mask-b-to": a()
1992
+ "mask-b-to": l()
1829
1993
  }],
1830
1994
  "mask-image-l-from-pos": [{
1831
- "mask-l-from": b()
1995
+ "mask-l-from": g()
1832
1996
  }],
1833
1997
  "mask-image-l-to-pos": [{
1834
- "mask-l-to": b()
1998
+ "mask-l-to": g()
1835
1999
  }],
1836
2000
  "mask-image-l-from-color": [{
1837
- "mask-l-from": a()
2001
+ "mask-l-from": l()
1838
2002
  }],
1839
2003
  "mask-image-l-to-color": [{
1840
- "mask-l-to": a()
2004
+ "mask-l-to": l()
1841
2005
  }],
1842
2006
  "mask-image-x-from-pos": [{
1843
- "mask-x-from": b()
2007
+ "mask-x-from": g()
1844
2008
  }],
1845
2009
  "mask-image-x-to-pos": [{
1846
- "mask-x-to": b()
2010
+ "mask-x-to": g()
1847
2011
  }],
1848
2012
  "mask-image-x-from-color": [{
1849
- "mask-x-from": a()
2013
+ "mask-x-from": l()
1850
2014
  }],
1851
2015
  "mask-image-x-to-color": [{
1852
- "mask-x-to": a()
2016
+ "mask-x-to": l()
1853
2017
  }],
1854
2018
  "mask-image-y-from-pos": [{
1855
- "mask-y-from": b()
2019
+ "mask-y-from": g()
1856
2020
  }],
1857
2021
  "mask-image-y-to-pos": [{
1858
- "mask-y-to": b()
2022
+ "mask-y-to": g()
1859
2023
  }],
1860
2024
  "mask-image-y-from-color": [{
1861
- "mask-y-from": a()
2025
+ "mask-y-from": l()
1862
2026
  }],
1863
2027
  "mask-image-y-to-color": [{
1864
- "mask-y-to": a()
2028
+ "mask-y-to": l()
1865
2029
  }],
1866
2030
  "mask-image-radial": [{
1867
- "mask-radial": [r, o]
2031
+ "mask-radial": [n, s]
1868
2032
  }],
1869
2033
  "mask-image-radial-from-pos": [{
1870
- "mask-radial-from": b()
2034
+ "mask-radial-from": g()
1871
2035
  }],
1872
2036
  "mask-image-radial-to-pos": [{
1873
- "mask-radial-to": b()
2037
+ "mask-radial-to": g()
1874
2038
  }],
1875
2039
  "mask-image-radial-from-color": [{
1876
- "mask-radial-from": a()
2040
+ "mask-radial-from": l()
1877
2041
  }],
1878
2042
  "mask-image-radial-to-color": [{
1879
- "mask-radial-to": a()
2043
+ "mask-radial-to": l()
1880
2044
  }],
1881
2045
  "mask-image-radial-shape": [{
1882
2046
  "mask-radial": ["circle", "ellipse"]
@@ -1888,22 +2052,22 @@ const f = (e) => {
1888
2052
  }]
1889
2053
  }],
1890
2054
  "mask-image-radial-pos": [{
1891
- "mask-radial-at": E()
2055
+ "mask-radial-at": N()
1892
2056
  }],
1893
2057
  "mask-image-conic-pos": [{
1894
- "mask-conic": [d]
2058
+ "mask-conic": [p]
1895
2059
  }],
1896
2060
  "mask-image-conic-from-pos": [{
1897
- "mask-conic-from": b()
2061
+ "mask-conic-from": g()
1898
2062
  }],
1899
2063
  "mask-image-conic-to-pos": [{
1900
- "mask-conic-to": b()
2064
+ "mask-conic-to": g()
1901
2065
  }],
1902
2066
  "mask-image-conic-from-color": [{
1903
- "mask-conic-from": a()
2067
+ "mask-conic-from": l()
1904
2068
  }],
1905
2069
  "mask-image-conic-to-color": [{
1906
- "mask-conic-to": a()
2070
+ "mask-conic-to": l()
1907
2071
  }],
1908
2072
  /**
1909
2073
  * Mask Mode
@@ -1924,21 +2088,21 @@ const f = (e) => {
1924
2088
  * @see https://tailwindcss.com/docs/mask-position
1925
2089
  */
1926
2090
  "mask-position": [{
1927
- mask: ae()
2091
+ mask: le()
1928
2092
  }],
1929
2093
  /**
1930
2094
  * Mask Repeat
1931
2095
  * @see https://tailwindcss.com/docs/mask-repeat
1932
2096
  */
1933
2097
  "mask-repeat": [{
1934
- mask: ie()
2098
+ mask: ce()
1935
2099
  }],
1936
2100
  /**
1937
2101
  * Mask Size
1938
2102
  * @see https://tailwindcss.com/docs/mask-size
1939
2103
  */
1940
2104
  "mask-size": [{
1941
- mask: le()
2105
+ mask: de()
1942
2106
  }],
1943
2107
  /**
1944
2108
  * Mask Type
@@ -1952,7 +2116,7 @@ const f = (e) => {
1952
2116
  * @see https://tailwindcss.com/docs/mask-image
1953
2117
  */
1954
2118
  "mask-image": [{
1955
- mask: ["none", r, o]
2119
+ mask: ["none", n, s]
1956
2120
  }],
1957
2121
  // ---------------
1958
2122
  // --- Filters ---
@@ -1966,8 +2130,8 @@ const f = (e) => {
1966
2130
  // Deprecated since Tailwind CSS v3.0.0
1967
2131
  "",
1968
2132
  "none",
1969
- r,
1970
- o
2133
+ n,
2134
+ s
1971
2135
  ]
1972
2136
  }],
1973
2137
  /**
@@ -1975,21 +2139,21 @@ const f = (e) => {
1975
2139
  * @see https://tailwindcss.com/docs/blur
1976
2140
  */
1977
2141
  blur: [{
1978
- blur: de()
2142
+ blur: pe()
1979
2143
  }],
1980
2144
  /**
1981
2145
  * Brightness
1982
2146
  * @see https://tailwindcss.com/docs/brightness
1983
2147
  */
1984
2148
  brightness: [{
1985
- brightness: [d, r, o]
2149
+ brightness: [p, n, s]
1986
2150
  }],
1987
2151
  /**
1988
2152
  * Contrast
1989
2153
  * @see https://tailwindcss.com/docs/contrast
1990
2154
  */
1991
2155
  contrast: [{
1992
- contrast: [d, r, o]
2156
+ contrast: [p, n, s]
1993
2157
  }],
1994
2158
  /**
1995
2159
  * Drop Shadow
@@ -2000,9 +2164,9 @@ const f = (e) => {
2000
2164
  // Deprecated since Tailwind CSS v4.0.0
2001
2165
  "",
2002
2166
  "none",
2003
- V,
2004
- K,
2005
- X
2167
+ T,
2168
+ H,
2169
+ J
2006
2170
  ]
2007
2171
  }],
2008
2172
  /**
@@ -2010,42 +2174,42 @@ const f = (e) => {
2010
2174
  * @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
2011
2175
  */
2012
2176
  "drop-shadow-color": [{
2013
- "drop-shadow": a()
2177
+ "drop-shadow": l()
2014
2178
  }],
2015
2179
  /**
2016
2180
  * Grayscale
2017
2181
  * @see https://tailwindcss.com/docs/grayscale
2018
2182
  */
2019
2183
  grayscale: [{
2020
- grayscale: ["", d, r, o]
2184
+ grayscale: ["", p, n, s]
2021
2185
  }],
2022
2186
  /**
2023
2187
  * Hue Rotate
2024
2188
  * @see https://tailwindcss.com/docs/hue-rotate
2025
2189
  */
2026
2190
  "hue-rotate": [{
2027
- "hue-rotate": [d, r, o]
2191
+ "hue-rotate": [p, n, s]
2028
2192
  }],
2029
2193
  /**
2030
2194
  * Invert
2031
2195
  * @see https://tailwindcss.com/docs/invert
2032
2196
  */
2033
2197
  invert: [{
2034
- invert: ["", d, r, o]
2198
+ invert: ["", p, n, s]
2035
2199
  }],
2036
2200
  /**
2037
2201
  * Saturate
2038
2202
  * @see https://tailwindcss.com/docs/saturate
2039
2203
  */
2040
2204
  saturate: [{
2041
- saturate: [d, r, o]
2205
+ saturate: [p, n, s]
2042
2206
  }],
2043
2207
  /**
2044
2208
  * Sepia
2045
2209
  * @see https://tailwindcss.com/docs/sepia
2046
2210
  */
2047
2211
  sepia: [{
2048
- sepia: ["", d, r, o]
2212
+ sepia: ["", p, n, s]
2049
2213
  }],
2050
2214
  /**
2051
2215
  * Backdrop Filter
@@ -2056,8 +2220,8 @@ const f = (e) => {
2056
2220
  // Deprecated since Tailwind CSS v3.0.0
2057
2221
  "",
2058
2222
  "none",
2059
- r,
2060
- o
2223
+ n,
2224
+ s
2061
2225
  ]
2062
2226
  }],
2063
2227
  /**
@@ -2065,63 +2229,63 @@ const f = (e) => {
2065
2229
  * @see https://tailwindcss.com/docs/backdrop-blur
2066
2230
  */
2067
2231
  "backdrop-blur": [{
2068
- "backdrop-blur": de()
2232
+ "backdrop-blur": pe()
2069
2233
  }],
2070
2234
  /**
2071
2235
  * Backdrop Brightness
2072
2236
  * @see https://tailwindcss.com/docs/backdrop-brightness
2073
2237
  */
2074
2238
  "backdrop-brightness": [{
2075
- "backdrop-brightness": [d, r, o]
2239
+ "backdrop-brightness": [p, n, s]
2076
2240
  }],
2077
2241
  /**
2078
2242
  * Backdrop Contrast
2079
2243
  * @see https://tailwindcss.com/docs/backdrop-contrast
2080
2244
  */
2081
2245
  "backdrop-contrast": [{
2082
- "backdrop-contrast": [d, r, o]
2246
+ "backdrop-contrast": [p, n, s]
2083
2247
  }],
2084
2248
  /**
2085
2249
  * Backdrop Grayscale
2086
2250
  * @see https://tailwindcss.com/docs/backdrop-grayscale
2087
2251
  */
2088
2252
  "backdrop-grayscale": [{
2089
- "backdrop-grayscale": ["", d, r, o]
2253
+ "backdrop-grayscale": ["", p, n, s]
2090
2254
  }],
2091
2255
  /**
2092
2256
  * Backdrop Hue Rotate
2093
2257
  * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2094
2258
  */
2095
2259
  "backdrop-hue-rotate": [{
2096
- "backdrop-hue-rotate": [d, r, o]
2260
+ "backdrop-hue-rotate": [p, n, s]
2097
2261
  }],
2098
2262
  /**
2099
2263
  * Backdrop Invert
2100
2264
  * @see https://tailwindcss.com/docs/backdrop-invert
2101
2265
  */
2102
2266
  "backdrop-invert": [{
2103
- "backdrop-invert": ["", d, r, o]
2267
+ "backdrop-invert": ["", p, n, s]
2104
2268
  }],
2105
2269
  /**
2106
2270
  * Backdrop Opacity
2107
2271
  * @see https://tailwindcss.com/docs/backdrop-opacity
2108
2272
  */
2109
2273
  "backdrop-opacity": [{
2110
- "backdrop-opacity": [d, r, o]
2274
+ "backdrop-opacity": [p, n, s]
2111
2275
  }],
2112
2276
  /**
2113
2277
  * Backdrop Saturate
2114
2278
  * @see https://tailwindcss.com/docs/backdrop-saturate
2115
2279
  */
2116
2280
  "backdrop-saturate": [{
2117
- "backdrop-saturate": [d, r, o]
2281
+ "backdrop-saturate": [p, n, s]
2118
2282
  }],
2119
2283
  /**
2120
2284
  * Backdrop Sepia
2121
2285
  * @see https://tailwindcss.com/docs/backdrop-sepia
2122
2286
  */
2123
2287
  "backdrop-sepia": [{
2124
- "backdrop-sepia": ["", d, r, o]
2288
+ "backdrop-sepia": ["", p, n, s]
2125
2289
  }],
2126
2290
  // --------------
2127
2291
  // --- Tables ---
@@ -2138,21 +2302,21 @@ const f = (e) => {
2138
2302
  * @see https://tailwindcss.com/docs/border-spacing
2139
2303
  */
2140
2304
  "border-spacing": [{
2141
- "border-spacing": l()
2305
+ "border-spacing": i()
2142
2306
  }],
2143
2307
  /**
2144
2308
  * Border Spacing X
2145
2309
  * @see https://tailwindcss.com/docs/border-spacing
2146
2310
  */
2147
2311
  "border-spacing-x": [{
2148
- "border-spacing-x": l()
2312
+ "border-spacing-x": i()
2149
2313
  }],
2150
2314
  /**
2151
2315
  * Border Spacing Y
2152
2316
  * @see https://tailwindcss.com/docs/border-spacing
2153
2317
  */
2154
2318
  "border-spacing-y": [{
2155
- "border-spacing-y": l()
2319
+ "border-spacing-y": i()
2156
2320
  }],
2157
2321
  /**
2158
2322
  * Table Layout
@@ -2176,7 +2340,7 @@ const f = (e) => {
2176
2340
  * @see https://tailwindcss.com/docs/transition-property
2177
2341
  */
2178
2342
  transition: [{
2179
- transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", r, o]
2343
+ transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", n, s]
2180
2344
  }],
2181
2345
  /**
2182
2346
  * Transition Behavior
@@ -2190,28 +2354,28 @@ const f = (e) => {
2190
2354
  * @see https://tailwindcss.com/docs/transition-duration
2191
2355
  */
2192
2356
  duration: [{
2193
- duration: [d, "initial", r, o]
2357
+ duration: [p, "initial", n, s]
2194
2358
  }],
2195
2359
  /**
2196
2360
  * Transition Timing Function
2197
2361
  * @see https://tailwindcss.com/docs/transition-timing-function
2198
2362
  */
2199
2363
  ease: [{
2200
- ease: ["linear", "initial", M, r, o]
2364
+ ease: ["linear", "initial", O, n, s]
2201
2365
  }],
2202
2366
  /**
2203
2367
  * Transition Delay
2204
2368
  * @see https://tailwindcss.com/docs/transition-delay
2205
2369
  */
2206
2370
  delay: [{
2207
- delay: [d, r, o]
2371
+ delay: [p, n, s]
2208
2372
  }],
2209
2373
  /**
2210
2374
  * Animation
2211
2375
  * @see https://tailwindcss.com/docs/animation
2212
2376
  */
2213
2377
  animate: [{
2214
- animate: ["none", $, r, o]
2378
+ animate: ["none", D, n, s]
2215
2379
  }],
2216
2380
  // ------------------
2217
2381
  // --- Transforms ---
@@ -2228,70 +2392,70 @@ const f = (e) => {
2228
2392
  * @see https://tailwindcss.com/docs/perspective
2229
2393
  */
2230
2394
  perspective: [{
2231
- perspective: [y, r, o]
2395
+ perspective: [A, n, s]
2232
2396
  }],
2233
2397
  /**
2234
2398
  * Perspective Origin
2235
2399
  * @see https://tailwindcss.com/docs/perspective-origin
2236
2400
  */
2237
2401
  "perspective-origin": [{
2238
- "perspective-origin": G()
2402
+ "perspective-origin": j()
2239
2403
  }],
2240
2404
  /**
2241
2405
  * Rotate
2242
2406
  * @see https://tailwindcss.com/docs/rotate
2243
2407
  */
2244
2408
  rotate: [{
2245
- rotate: q()
2409
+ rotate: Y()
2246
2410
  }],
2247
2411
  /**
2248
2412
  * Rotate X
2249
2413
  * @see https://tailwindcss.com/docs/rotate
2250
2414
  */
2251
2415
  "rotate-x": [{
2252
- "rotate-x": q()
2416
+ "rotate-x": Y()
2253
2417
  }],
2254
2418
  /**
2255
2419
  * Rotate Y
2256
2420
  * @see https://tailwindcss.com/docs/rotate
2257
2421
  */
2258
2422
  "rotate-y": [{
2259
- "rotate-y": q()
2423
+ "rotate-y": Y()
2260
2424
  }],
2261
2425
  /**
2262
2426
  * Rotate Z
2263
2427
  * @see https://tailwindcss.com/docs/rotate
2264
2428
  */
2265
2429
  "rotate-z": [{
2266
- "rotate-z": q()
2430
+ "rotate-z": Y()
2267
2431
  }],
2268
2432
  /**
2269
2433
  * Scale
2270
2434
  * @see https://tailwindcss.com/docs/scale
2271
2435
  */
2272
2436
  scale: [{
2273
- scale: H()
2437
+ scale: q()
2274
2438
  }],
2275
2439
  /**
2276
2440
  * Scale X
2277
2441
  * @see https://tailwindcss.com/docs/scale
2278
2442
  */
2279
2443
  "scale-x": [{
2280
- "scale-x": H()
2444
+ "scale-x": q()
2281
2445
  }],
2282
2446
  /**
2283
2447
  * Scale Y
2284
2448
  * @see https://tailwindcss.com/docs/scale
2285
2449
  */
2286
2450
  "scale-y": [{
2287
- "scale-y": H()
2451
+ "scale-y": q()
2288
2452
  }],
2289
2453
  /**
2290
2454
  * Scale Z
2291
2455
  * @see https://tailwindcss.com/docs/scale
2292
2456
  */
2293
2457
  "scale-z": [{
2294
- "scale-z": H()
2458
+ "scale-z": q()
2295
2459
  }],
2296
2460
  /**
2297
2461
  * Scale 3D
@@ -2303,35 +2467,35 @@ const f = (e) => {
2303
2467
  * @see https://tailwindcss.com/docs/skew
2304
2468
  */
2305
2469
  skew: [{
2306
- skew: Z()
2470
+ skew: oe()
2307
2471
  }],
2308
2472
  /**
2309
2473
  * Skew X
2310
2474
  * @see https://tailwindcss.com/docs/skew
2311
2475
  */
2312
2476
  "skew-x": [{
2313
- "skew-x": Z()
2477
+ "skew-x": oe()
2314
2478
  }],
2315
2479
  /**
2316
2480
  * Skew Y
2317
2481
  * @see https://tailwindcss.com/docs/skew
2318
2482
  */
2319
2483
  "skew-y": [{
2320
- "skew-y": Z()
2484
+ "skew-y": oe()
2321
2485
  }],
2322
2486
  /**
2323
2487
  * Transform
2324
2488
  * @see https://tailwindcss.com/docs/transform
2325
2489
  */
2326
2490
  transform: [{
2327
- transform: [r, o, "", "none", "gpu", "cpu"]
2491
+ transform: [n, s, "", "none", "gpu", "cpu"]
2328
2492
  }],
2329
2493
  /**
2330
2494
  * Transform Origin
2331
2495
  * @see https://tailwindcss.com/docs/transform-origin
2332
2496
  */
2333
2497
  "transform-origin": [{
2334
- origin: G()
2498
+ origin: j()
2335
2499
  }],
2336
2500
  /**
2337
2501
  * Transform Style
@@ -2345,28 +2509,28 @@ const f = (e) => {
2345
2509
  * @see https://tailwindcss.com/docs/translate
2346
2510
  */
2347
2511
  translate: [{
2348
- translate: J()
2512
+ translate: X()
2349
2513
  }],
2350
2514
  /**
2351
2515
  * Translate X
2352
2516
  * @see https://tailwindcss.com/docs/translate
2353
2517
  */
2354
2518
  "translate-x": [{
2355
- "translate-x": J()
2519
+ "translate-x": X()
2356
2520
  }],
2357
2521
  /**
2358
2522
  * Translate Y
2359
2523
  * @see https://tailwindcss.com/docs/translate
2360
2524
  */
2361
2525
  "translate-y": [{
2362
- "translate-y": J()
2526
+ "translate-y": X()
2363
2527
  }],
2364
2528
  /**
2365
2529
  * Translate Z
2366
2530
  * @see https://tailwindcss.com/docs/translate
2367
2531
  */
2368
2532
  "translate-z": [{
2369
- "translate-z": J()
2533
+ "translate-z": X()
2370
2534
  }],
2371
2535
  /**
2372
2536
  * Translate None
@@ -2381,7 +2545,7 @@ const f = (e) => {
2381
2545
  * @see https://tailwindcss.com/docs/accent-color
2382
2546
  */
2383
2547
  accent: [{
2384
- accent: a()
2548
+ accent: l()
2385
2549
  }],
2386
2550
  /**
2387
2551
  * Appearance
@@ -2395,7 +2559,7 @@ const f = (e) => {
2395
2559
  * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2396
2560
  */
2397
2561
  "caret-color": [{
2398
- caret: a()
2562
+ caret: l()
2399
2563
  }],
2400
2564
  /**
2401
2565
  * Color Scheme
@@ -2409,7 +2573,7 @@ const f = (e) => {
2409
2573
  * @see https://tailwindcss.com/docs/cursor
2410
2574
  */
2411
2575
  cursor: [{
2412
- 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", r, o]
2576
+ 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", n, s]
2413
2577
  }],
2414
2578
  /**
2415
2579
  * Field Sizing
@@ -2444,126 +2608,154 @@ const f = (e) => {
2444
2608
  * @see https://tailwindcss.com/docs/scroll-margin
2445
2609
  */
2446
2610
  "scroll-m": [{
2447
- "scroll-m": l()
2611
+ "scroll-m": i()
2448
2612
  }],
2449
2613
  /**
2450
- * Scroll Margin X
2614
+ * Scroll Margin Inline
2451
2615
  * @see https://tailwindcss.com/docs/scroll-margin
2452
2616
  */
2453
2617
  "scroll-mx": [{
2454
- "scroll-mx": l()
2618
+ "scroll-mx": i()
2455
2619
  }],
2456
2620
  /**
2457
- * Scroll Margin Y
2621
+ * Scroll Margin Block
2458
2622
  * @see https://tailwindcss.com/docs/scroll-margin
2459
2623
  */
2460
2624
  "scroll-my": [{
2461
- "scroll-my": l()
2625
+ "scroll-my": i()
2462
2626
  }],
2463
2627
  /**
2464
- * Scroll Margin Start
2628
+ * Scroll Margin Inline Start
2465
2629
  * @see https://tailwindcss.com/docs/scroll-margin
2466
2630
  */
2467
2631
  "scroll-ms": [{
2468
- "scroll-ms": l()
2632
+ "scroll-ms": i()
2469
2633
  }],
2470
2634
  /**
2471
- * Scroll Margin End
2635
+ * Scroll Margin Inline End
2472
2636
  * @see https://tailwindcss.com/docs/scroll-margin
2473
2637
  */
2474
2638
  "scroll-me": [{
2475
- "scroll-me": l()
2639
+ "scroll-me": i()
2640
+ }],
2641
+ /**
2642
+ * Scroll Margin Block Start
2643
+ * @see https://tailwindcss.com/docs/scroll-margin
2644
+ */
2645
+ "scroll-mbs": [{
2646
+ "scroll-mbs": i()
2647
+ }],
2648
+ /**
2649
+ * Scroll Margin Block End
2650
+ * @see https://tailwindcss.com/docs/scroll-margin
2651
+ */
2652
+ "scroll-mbe": [{
2653
+ "scroll-mbe": i()
2476
2654
  }],
2477
2655
  /**
2478
2656
  * Scroll Margin Top
2479
2657
  * @see https://tailwindcss.com/docs/scroll-margin
2480
2658
  */
2481
2659
  "scroll-mt": [{
2482
- "scroll-mt": l()
2660
+ "scroll-mt": i()
2483
2661
  }],
2484
2662
  /**
2485
2663
  * Scroll Margin Right
2486
2664
  * @see https://tailwindcss.com/docs/scroll-margin
2487
2665
  */
2488
2666
  "scroll-mr": [{
2489
- "scroll-mr": l()
2667
+ "scroll-mr": i()
2490
2668
  }],
2491
2669
  /**
2492
2670
  * Scroll Margin Bottom
2493
2671
  * @see https://tailwindcss.com/docs/scroll-margin
2494
2672
  */
2495
2673
  "scroll-mb": [{
2496
- "scroll-mb": l()
2674
+ "scroll-mb": i()
2497
2675
  }],
2498
2676
  /**
2499
2677
  * Scroll Margin Left
2500
2678
  * @see https://tailwindcss.com/docs/scroll-margin
2501
2679
  */
2502
2680
  "scroll-ml": [{
2503
- "scroll-ml": l()
2681
+ "scroll-ml": i()
2504
2682
  }],
2505
2683
  /**
2506
2684
  * Scroll Padding
2507
2685
  * @see https://tailwindcss.com/docs/scroll-padding
2508
2686
  */
2509
2687
  "scroll-p": [{
2510
- "scroll-p": l()
2688
+ "scroll-p": i()
2511
2689
  }],
2512
2690
  /**
2513
- * Scroll Padding X
2691
+ * Scroll Padding Inline
2514
2692
  * @see https://tailwindcss.com/docs/scroll-padding
2515
2693
  */
2516
2694
  "scroll-px": [{
2517
- "scroll-px": l()
2695
+ "scroll-px": i()
2518
2696
  }],
2519
2697
  /**
2520
- * Scroll Padding Y
2698
+ * Scroll Padding Block
2521
2699
  * @see https://tailwindcss.com/docs/scroll-padding
2522
2700
  */
2523
2701
  "scroll-py": [{
2524
- "scroll-py": l()
2702
+ "scroll-py": i()
2525
2703
  }],
2526
2704
  /**
2527
- * Scroll Padding Start
2705
+ * Scroll Padding Inline Start
2528
2706
  * @see https://tailwindcss.com/docs/scroll-padding
2529
2707
  */
2530
2708
  "scroll-ps": [{
2531
- "scroll-ps": l()
2709
+ "scroll-ps": i()
2532
2710
  }],
2533
2711
  /**
2534
- * Scroll Padding End
2712
+ * Scroll Padding Inline End
2535
2713
  * @see https://tailwindcss.com/docs/scroll-padding
2536
2714
  */
2537
2715
  "scroll-pe": [{
2538
- "scroll-pe": l()
2716
+ "scroll-pe": i()
2717
+ }],
2718
+ /**
2719
+ * Scroll Padding Block Start
2720
+ * @see https://tailwindcss.com/docs/scroll-padding
2721
+ */
2722
+ "scroll-pbs": [{
2723
+ "scroll-pbs": i()
2724
+ }],
2725
+ /**
2726
+ * Scroll Padding Block End
2727
+ * @see https://tailwindcss.com/docs/scroll-padding
2728
+ */
2729
+ "scroll-pbe": [{
2730
+ "scroll-pbe": i()
2539
2731
  }],
2540
2732
  /**
2541
2733
  * Scroll Padding Top
2542
2734
  * @see https://tailwindcss.com/docs/scroll-padding
2543
2735
  */
2544
2736
  "scroll-pt": [{
2545
- "scroll-pt": l()
2737
+ "scroll-pt": i()
2546
2738
  }],
2547
2739
  /**
2548
2740
  * Scroll Padding Right
2549
2741
  * @see https://tailwindcss.com/docs/scroll-padding
2550
2742
  */
2551
2743
  "scroll-pr": [{
2552
- "scroll-pr": l()
2744
+ "scroll-pr": i()
2553
2745
  }],
2554
2746
  /**
2555
2747
  * Scroll Padding Bottom
2556
2748
  * @see https://tailwindcss.com/docs/scroll-padding
2557
2749
  */
2558
2750
  "scroll-pb": [{
2559
- "scroll-pb": l()
2751
+ "scroll-pb": i()
2560
2752
  }],
2561
2753
  /**
2562
2754
  * Scroll Padding Left
2563
2755
  * @see https://tailwindcss.com/docs/scroll-padding
2564
2756
  */
2565
2757
  "scroll-pl": [{
2566
- "scroll-pl": l()
2758
+ "scroll-pl": i()
2567
2759
  }],
2568
2760
  /**
2569
2761
  * Scroll Snap Align
@@ -2631,7 +2823,7 @@ const f = (e) => {
2631
2823
  * @see https://tailwindcss.com/docs/will-change
2632
2824
  */
2633
2825
  "will-change": [{
2634
- "will-change": ["auto", "scroll", "contents", "transform", r, o]
2826
+ "will-change": ["auto", "scroll", "contents", "transform", n, s]
2635
2827
  }],
2636
2828
  // -----------
2637
2829
  // --- SVG ---
@@ -2641,21 +2833,21 @@ const f = (e) => {
2641
2833
  * @see https://tailwindcss.com/docs/fill
2642
2834
  */
2643
2835
  fill: [{
2644
- fill: ["none", ...a()]
2836
+ fill: ["none", ...l()]
2645
2837
  }],
2646
2838
  /**
2647
2839
  * Stroke Width
2648
2840
  * @see https://tailwindcss.com/docs/stroke-width
2649
2841
  */
2650
2842
  "stroke-w": [{
2651
- stroke: [d, W, P, oe]
2843
+ stroke: [p, B, _, fe]
2652
2844
  }],
2653
2845
  /**
2654
2846
  * Stroke
2655
2847
  * @see https://tailwindcss.com/docs/stroke
2656
2848
  */
2657
2849
  stroke: [{
2658
- stroke: ["none", ...a()]
2850
+ stroke: ["none", ...l()]
2659
2851
  }],
2660
2852
  // ---------------------
2661
2853
  // --- Accessibility ---
@@ -2671,15 +2863,15 @@ const f = (e) => {
2671
2863
  conflictingClassGroups: {
2672
2864
  overflow: ["overflow-x", "overflow-y"],
2673
2865
  overscroll: ["overscroll-x", "overscroll-y"],
2674
- inset: ["inset-x", "inset-y", "start", "end", "top", "right", "bottom", "left"],
2866
+ inset: ["inset-x", "inset-y", "inset-bs", "inset-be", "start", "end", "top", "right", "bottom", "left"],
2675
2867
  "inset-x": ["right", "left"],
2676
2868
  "inset-y": ["top", "bottom"],
2677
2869
  flex: ["basis", "grow", "shrink"],
2678
2870
  gap: ["gap-x", "gap-y"],
2679
- p: ["px", "py", "ps", "pe", "pt", "pr", "pb", "pl"],
2871
+ p: ["px", "py", "ps", "pe", "pbs", "pbe", "pt", "pr", "pb", "pl"],
2680
2872
  px: ["pr", "pl"],
2681
2873
  py: ["pt", "pb"],
2682
- m: ["mx", "my", "ms", "me", "mt", "mr", "mb", "ml"],
2874
+ m: ["mx", "my", "ms", "me", "mbs", "mbe", "mt", "mr", "mb", "ml"],
2683
2875
  mx: ["mr", "ml"],
2684
2876
  my: ["mt", "mb"],
2685
2877
  size: ["w", "h"],
@@ -2699,18 +2891,18 @@ const f = (e) => {
2699
2891
  "rounded-b": ["rounded-br", "rounded-bl"],
2700
2892
  "rounded-l": ["rounded-tl", "rounded-bl"],
2701
2893
  "border-spacing": ["border-spacing-x", "border-spacing-y"],
2702
- "border-w": ["border-w-x", "border-w-y", "border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
2894
+ "border-w": ["border-w-x", "border-w-y", "border-w-s", "border-w-e", "border-w-bs", "border-w-be", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
2703
2895
  "border-w-x": ["border-w-r", "border-w-l"],
2704
2896
  "border-w-y": ["border-w-t", "border-w-b"],
2705
- "border-color": ["border-color-x", "border-color-y", "border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
2897
+ "border-color": ["border-color-x", "border-color-y", "border-color-s", "border-color-e", "border-color-bs", "border-color-be", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
2706
2898
  "border-color-x": ["border-color-r", "border-color-l"],
2707
2899
  "border-color-y": ["border-color-t", "border-color-b"],
2708
2900
  translate: ["translate-x", "translate-y", "translate-none"],
2709
2901
  "translate-none": ["translate", "translate-x", "translate-y", "translate-z"],
2710
- "scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
2902
+ "scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mbs", "scroll-mbe", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
2711
2903
  "scroll-mx": ["scroll-mr", "scroll-ml"],
2712
2904
  "scroll-my": ["scroll-mt", "scroll-mb"],
2713
- "scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
2905
+ "scroll-p": ["scroll-px", "scroll-py", "scroll-ps", "scroll-pe", "scroll-pbs", "scroll-pbe", "scroll-pt", "scroll-pr", "scroll-pb", "scroll-pl"],
2714
2906
  "scroll-px": ["scroll-pr", "scroll-pl"],
2715
2907
  "scroll-py": ["scroll-pt", "scroll-pb"],
2716
2908
  touch: ["touch-x", "touch-y", "touch-pz"],
@@ -2723,11 +2915,11 @@ const f = (e) => {
2723
2915
  },
2724
2916
  orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
2725
2917
  };
2726
- }, to = /* @__PURE__ */ Ne(ro);
2918
+ }, yo = /* @__PURE__ */ Qe(xo);
2727
2919
  export {
2728
- Ne as createTailwindMerge,
2920
+ Qe as createTailwindMerge,
2729
2921
  f as fromTheme,
2730
- ro as getDefaultConfig,
2731
- Le as twJoin,
2732
- to as twMerge
2922
+ xo as getDefaultConfig,
2923
+ Ke as twJoin,
2924
+ yo as twMerge
2733
2925
  };