ics-ui-kit 0.1.0-alpha.12 → 0.1.0-alpha.13

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 (227) hide show
  1. package/dist/Button-DQtBfU9y.js +57 -0
  2. package/dist/Button-DQtBfU9y.js.map +1 -0
  3. package/dist/{Button-DhfE69q0.js → ButtonBase-BEM8SNmT.js} +27 -56
  4. package/dist/ButtonBase-BEM8SNmT.js.map +1 -0
  5. package/dist/CarouselItem-pSHe0ufN.js +1500 -0
  6. package/dist/CarouselItem-pSHe0ufN.js.map +1 -0
  7. package/dist/CheckboxField-i_-dPpFM.js +370 -0
  8. package/dist/CheckboxField-i_-dPpFM.js.map +1 -0
  9. package/dist/Divider-C0Ss5GJT.js +47 -0
  10. package/dist/{Divider-D3NvaU8c.js.map → Divider-C0Ss5GJT.js.map} +1 -1
  11. package/dist/Field-3XJNFTql.js +78 -0
  12. package/dist/Field-3XJNFTql.js.map +1 -0
  13. package/dist/FieldLabel-CAbVan3E.js +97 -0
  14. package/dist/FieldLabel-CAbVan3E.js.map +1 -0
  15. package/dist/FormBody-4HptEjhb.js +103 -0
  16. package/dist/FormBody-4HptEjhb.js.map +1 -0
  17. package/dist/{IconButton-BUPs2kEo.js → IconButton-BkBsOIf5.js} +15 -15
  18. package/dist/{IconButton-BUPs2kEo.js.map → IconButton-BkBsOIf5.js.map} +1 -1
  19. package/dist/ImagePlaceholder-CNAKQWTh.js +45 -0
  20. package/dist/ImagePlaceholder-CNAKQWTh.js.map +1 -0
  21. package/dist/ImagePreview-DHi7A8md.js +156 -0
  22. package/dist/ImagePreview-DHi7A8md.js.map +1 -0
  23. package/dist/ImageUploader-46sxdmt5.js +123 -0
  24. package/dist/ImageUploader-46sxdmt5.js.map +1 -0
  25. package/dist/IsolatedStylesWrapper-WgaoHh7y.js +179 -0
  26. package/dist/IsolatedStylesWrapper-WgaoHh7y.js.map +1 -0
  27. package/dist/Modal-D33MSQot.js +125 -0
  28. package/dist/Modal-D33MSQot.js.map +1 -0
  29. package/dist/ScrollShadowContainer-ByNH68Kg.js +636 -0
  30. package/dist/ScrollShadowContainer-ByNH68Kg.js.map +1 -0
  31. package/dist/Toggle-7AlEmn8A.js +104 -0
  32. package/dist/Toggle-7AlEmn8A.js.map +1 -0
  33. package/dist/ToggleGroup-CT453MNp.js +200 -0
  34. package/dist/ToggleGroup-CT453MNp.js.map +1 -0
  35. package/dist/Tooltip-C4BbGF2_.js +372 -0
  36. package/dist/Tooltip-C4BbGF2_.js.map +1 -0
  37. package/dist/{bundle-mjs-D6wdQkGI.js → bundle-mjs-LhQum_e3.js} +676 -425
  38. package/dist/bundle-mjs-LhQum_e3.js.map +1 -0
  39. package/dist/check-C-TqZgvb.js.map +1 -1
  40. package/dist/chevron-right-CobOebzi.js.map +1 -1
  41. package/dist/components/badge.js +1 -1
  42. package/dist/components/button/icon-button/IconButton.stories.d.ts +330 -2
  43. package/dist/components/button/loading-button/LoadingButton.d.ts +249 -0
  44. package/dist/components/button/loading-button/LoadingButton.stories.d.ts +219 -0
  45. package/dist/components/button.js +6 -5
  46. package/dist/components/button.js.map +1 -1
  47. package/dist/components/carousel.js +65 -1532
  48. package/dist/components/carousel.js.map +1 -1
  49. package/dist/components/checkbox.js +1 -1
  50. package/dist/components/divider/content-divider/ContentDivider.d.ts +14 -0
  51. package/dist/components/divider/content-divider/ContentDivider.stories.d.ts +7 -0
  52. package/dist/components/divider/index.d.ts +1 -0
  53. package/dist/components/divider.js +45 -2
  54. package/dist/components/divider.js.map +1 -1
  55. package/dist/components/drawer/templates/drawer-footer-template/DrawerFooterTemplate.d.ts +3 -0
  56. package/dist/components/drawer.js +450 -447
  57. package/dist/components/drawer.js.map +1 -1
  58. package/dist/components/dropdown.js +37 -33
  59. package/dist/components/dropdown.js.map +1 -1
  60. package/dist/components/empty-state/EmptyState.d.ts +2 -2
  61. package/dist/components/empty-state.js +1 -1
  62. package/dist/components/empty-state.js.map +1 -1
  63. package/dist/components/field/Field.d.ts +35 -0
  64. package/dist/components/field.js +1 -1
  65. package/dist/components/form/components/form-header/FormHeader.d.ts +2 -2
  66. package/dist/components/form.js +289 -288
  67. package/dist/components/form.js.map +1 -1
  68. package/dist/components/gallery/Gallery.d.ts +21 -0
  69. package/dist/components/gallery/Gallery.stories.d.ts +26 -0
  70. package/dist/components/gallery/index.d.ts +1 -0
  71. package/dist/components/gallery.d.ts +2 -0
  72. package/dist/components/gallery.js +130 -0
  73. package/dist/components/gallery.js.map +1 -0
  74. package/dist/components/icon-tooltip/IconTooltip.d.ts +2 -1
  75. package/dist/components/image-placeholder.js +2 -42
  76. package/dist/components/image-placeholder.js.map +1 -1
  77. package/dist/components/image-preview/ImagePreview.d.ts +6 -6
  78. package/dist/components/image-preview.js +2 -136
  79. package/dist/components/image-preview.js.map +1 -1
  80. package/dist/components/image-uploader.js +2 -118
  81. package/dist/components/image-uploader.js.map +1 -1
  82. package/dist/components/input/file-input/FileInput.d.ts +3 -1
  83. package/dist/components/input-otp.js +1 -1
  84. package/dist/components/input-otp.js.map +1 -1
  85. package/dist/components/input.js +176 -195
  86. package/dist/components/input.js.map +1 -1
  87. package/dist/components/isolated-styles-wrapper/IsolatedStylesWrapper.d.ts +1 -1
  88. package/dist/components/label/Label.stories.d.ts +0 -2
  89. package/dist/components/label/field-label/FieldLabel.d.ts +11 -0
  90. package/dist/components/label/field-label/FieldLabel.stories.d.ts +1 -0
  91. package/dist/components/label/field-label/components/RequiredIcon.d.ts +5 -0
  92. package/dist/components/label.js +1 -1
  93. package/dist/components/loading/Loading.d.ts +4 -4
  94. package/dist/components/loading.js +2 -2
  95. package/dist/components/loading.js.map +1 -1
  96. package/dist/components/modal.js +12 -122
  97. package/dist/components/modal.js.map +1 -1
  98. package/dist/components/option-group.js +1 -1
  99. package/dist/components/popover.js +34 -31
  100. package/dist/components/popover.js.map +1 -1
  101. package/dist/components/scheduler.js +11 -11
  102. package/dist/components/scheduler.js.map +1 -1
  103. package/dist/components/scroll-shadow-container/ScrollShadowContainer.d.ts +1 -0
  104. package/dist/components/scroll-shadow-container.js +1 -1
  105. package/dist/components/select.js +487 -519
  106. package/dist/components/select.js.map +1 -1
  107. package/dist/components/shortcut/Shortcut.d.ts +14 -14
  108. package/dist/components/shortcut/Shortcut.stories.d.ts +7 -7
  109. package/dist/components/shortcut.js +16 -16
  110. package/dist/components/shortcut.js.map +1 -1
  111. package/dist/components/skeleton/Skeleton.d.ts +1 -0
  112. package/dist/components/skeleton/Skeleton.stories.d.ts +7 -0
  113. package/dist/components/skeleton/index.d.ts +1 -0
  114. package/dist/components/skeleton.d.ts +2 -0
  115. package/dist/components/skeleton.js +33 -0
  116. package/dist/components/skeleton.js.map +1 -0
  117. package/dist/components/switch.js +147 -126
  118. package/dist/components/switch.js.map +1 -1
  119. package/dist/components/tabs.js +9 -8
  120. package/dist/components/tabs.js.map +1 -1
  121. package/dist/components/tag.js +3 -3
  122. package/dist/components/toast.js +4 -4
  123. package/dist/components/toast.js.map +1 -1
  124. package/dist/components/toggle-group.js +1 -1
  125. package/dist/components/toggle.js +1 -1
  126. package/dist/components/tooltip/Tooltip.stories.d.ts +7 -0
  127. package/dist/components/tooltip/index.d.ts +1 -0
  128. package/dist/components/tooltip.d.ts +2 -0
  129. package/dist/components/tooltip.js +8 -0
  130. package/dist/components/tooltip.js.map +1 -0
  131. package/dist/createLucideIcon-DgrNxRV5.js.map +1 -1
  132. package/dist/design-tokens.source.json +1 -1
  133. package/dist/download-CVOGyQ0e.js.map +1 -1
  134. package/dist/downloadFile-yZV-aaO2.js +15 -0
  135. package/dist/downloadFile-yZV-aaO2.js.map +1 -0
  136. package/dist/index-B6K06mzp.js +67 -0
  137. package/dist/index-B6K06mzp.js.map +1 -0
  138. package/dist/index-BCZIl2rL.js +68 -0
  139. package/dist/index-BCZIl2rL.js.map +1 -0
  140. package/dist/index-BZPx6jYI.js.map +1 -1
  141. package/dist/index-Bj6ZBhqh.js +105 -0
  142. package/dist/index-Bj6ZBhqh.js.map +1 -0
  143. package/dist/index-ByaXH_ih.js.map +1 -1
  144. package/dist/index-CACw01gt.js +702 -0
  145. package/dist/index-CACw01gt.js.map +1 -0
  146. package/dist/index-COBL2CQB.js +14 -0
  147. package/dist/index-COBL2CQB.js.map +1 -0
  148. package/dist/index-CR-odn5-.js.map +1 -1
  149. package/dist/{index-BjbwEU_d.js → index-ClwWa5fz.js} +20 -20
  150. package/dist/index-ClwWa5fz.js.map +1 -0
  151. package/dist/{index-DwbC6luJ.js → index-Cx4x7Bv2.js} +52 -50
  152. package/dist/index-Cx4x7Bv2.js.map +1 -0
  153. package/dist/index-CzNelU6n.js +55 -0
  154. package/dist/index-CzNelU6n.js.map +1 -0
  155. package/dist/index-DBsc8nMF.js +43 -0
  156. package/dist/index-DBsc8nMF.js.map +1 -0
  157. package/dist/index-Mbnk_gHS.js +102 -0
  158. package/dist/index-Mbnk_gHS.js.map +1 -0
  159. package/dist/index-bhXb51Q1.js +215 -0
  160. package/dist/index-bhXb51Q1.js.map +1 -0
  161. package/dist/index-n71RB2rx.js +1592 -0
  162. package/dist/index-n71RB2rx.js.map +1 -0
  163. package/dist/index-rKs9bXHr.js +7 -0
  164. package/dist/index-rKs9bXHr.js.map +1 -0
  165. package/dist/lib/utils/file/downloadFile.d.ts +2 -0
  166. package/dist/lib/utils/image/imageConverter.d.ts +23 -0
  167. package/dist/styles-scoped.css +72 -18
  168. package/dist/styles.css +72 -18
  169. package/dist/{utils-DGzAmwok.js → utils-BK4mPzkB.js} +2 -2
  170. package/dist/utils-BK4mPzkB.js.map +1 -0
  171. package/dist/x-JgjNP5oH.js.map +1 -1
  172. package/package.json +1 -1
  173. package/dist/Button-DhfE69q0.js.map +0 -1
  174. package/dist/CheckboxField-CL1Tc7P4.js +0 -257
  175. package/dist/CheckboxField-CL1Tc7P4.js.map +0 -1
  176. package/dist/Divider-D3NvaU8c.js +0 -46
  177. package/dist/Field-COOo8o9f.js +0 -80
  178. package/dist/Field-COOo8o9f.js.map +0 -1
  179. package/dist/FieldLabel-BGxT_RaE.js +0 -64
  180. package/dist/FieldLabel-BGxT_RaE.js.map +0 -1
  181. package/dist/FormBody-DM52shm4.js +0 -101
  182. package/dist/FormBody-DM52shm4.js.map +0 -1
  183. package/dist/IsolatedStylesWrapper-B_Qu75eR.js +0 -555
  184. package/dist/IsolatedStylesWrapper-B_Qu75eR.js.map +0 -1
  185. package/dist/ScrollShadowContainer-DSKr3_fV.js +0 -690
  186. package/dist/ScrollShadowContainer-DSKr3_fV.js.map +0 -1
  187. package/dist/Toggle-BuYtICWv.js +0 -129
  188. package/dist/Toggle-BuYtICWv.js.map +0 -1
  189. package/dist/ToggleGroup-CMyUAz04.js +0 -467
  190. package/dist/ToggleGroup-CMyUAz04.js.map +0 -1
  191. package/dist/bundle-mjs-D6wdQkGI.js.map +0 -1
  192. package/dist/floating-ui.react-dom-CWfR7VfF.js +0 -1346
  193. package/dist/floating-ui.react-dom-CWfR7VfF.js.map +0 -1
  194. package/dist/index-0WznJ1QS.js +0 -276
  195. package/dist/index-0WznJ1QS.js.map +0 -1
  196. package/dist/index-BjbwEU_d.js.map +0 -1
  197. package/dist/index-BqriTm0o.js +0 -47
  198. package/dist/index-BqriTm0o.js.map +0 -1
  199. package/dist/index-C6bvrqL8.js +0 -563
  200. package/dist/index-C6bvrqL8.js.map +0 -1
  201. package/dist/index-C6t9z3on.js +0 -97
  202. package/dist/index-C6t9z3on.js.map +0 -1
  203. package/dist/index-CaQG3DzJ.js +0 -64
  204. package/dist/index-CaQG3DzJ.js.map +0 -1
  205. package/dist/index-ChTGHCkY.js +0 -255
  206. package/dist/index-ChTGHCkY.js.map +0 -1
  207. package/dist/index-D808y1pT.js +0 -178
  208. package/dist/index-D808y1pT.js.map +0 -1
  209. package/dist/index-DE3fiSzl.js +0 -28
  210. package/dist/index-DE3fiSzl.js.map +0 -1
  211. package/dist/index-DPws5oAn.js +0 -90
  212. package/dist/index-DPws5oAn.js.map +0 -1
  213. package/dist/index-DeUgDpdG.js +0 -80
  214. package/dist/index-DeUgDpdG.js.map +0 -1
  215. package/dist/index-DvquTpxI.js +0 -140
  216. package/dist/index-DvquTpxI.js.map +0 -1
  217. package/dist/index-DwbC6luJ.js.map +0 -1
  218. package/dist/index-Ncxt32Wo.js +0 -174
  219. package/dist/index-Ncxt32Wo.js.map +0 -1
  220. package/dist/index-U7y6nBZR.js +0 -179
  221. package/dist/index-U7y6nBZR.js.map +0 -1
  222. package/dist/index-pysSAa5G.js +0 -57
  223. package/dist/index-pysSAa5G.js.map +0 -1
  224. package/dist/tooltip-DI3_ZKNk.js +0 -365
  225. package/dist/tooltip-DI3_ZKNk.js.map +0 -1
  226. package/dist/utils-DGzAmwok.js.map +0 -1
  227. /package/dist/components/{ui/tooltip.d.ts → tooltip/Tooltip.d.ts} +0 -0
@@ -1,90 +1,90 @@
1
- var ve = Object.defineProperty;
2
- var le = Object.getOwnPropertySymbols;
3
- var ke = Object.prototype.hasOwnProperty, ze = Object.prototype.propertyIsEnumerable;
4
- var ae = (e, n, r) => n in e ? ve(e, n, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[n] = r, ce = (e, n) => {
5
- for (var r in n || (n = {}))
6
- ke.call(n, r) && ae(e, r, n[r]);
7
- if (le)
8
- for (var r of le(n))
9
- ze.call(n, r) && ae(e, r, n[r]);
1
+ var Ge = Object.defineProperty;
2
+ var fe = Object.getOwnPropertySymbols;
3
+ var Te = Object.prototype.hasOwnProperty, Ee = Object.prototype.propertyIsEnumerable;
4
+ var be = (e, s, o) => s in e ? Ge(e, s, { enumerable: !0, configurable: !0, writable: !0, value: o }) : e[s] = o, ge = (e, s) => {
5
+ for (var o in s || (s = {}))
6
+ Te.call(s, o) && be(e, o, s[o]);
7
+ if (fe)
8
+ for (var o of fe(s))
9
+ Ee.call(s, o) && be(e, o, s[o]);
10
10
  return e;
11
11
  };
12
- const Z = "-", Ce = (e) => {
13
- const n = Se(e), {
14
- conflictingClassGroups: r,
15
- conflictingClassGroupModifiers: s
12
+ const ne = "-", Le = (e) => {
13
+ const s = Ve(e), {
14
+ conflictingClassGroups: o,
15
+ conflictingClassGroupModifiers: n
16
16
  } = e;
17
17
  return {
18
- getClassGroupId: (l) => {
19
- const b = l.split(Z);
20
- return b[0] === "" && b.length !== 1 && b.shift(), be(b, n) || Me(l);
18
+ getClassGroupId: (i) => {
19
+ const u = i.split(ne);
20
+ return u[0] === "" && u.length !== 1 && u.shift(), ye(u, s) || Ne(i);
21
21
  },
22
- getConflictingClassGroupIds: (l, b) => {
23
- const p = r[l] || [];
24
- return b && s[l] ? [...p, ...s[l]] : p;
22
+ getConflictingClassGroupIds: (i, u) => {
23
+ const p = o[i] || [];
24
+ return u && n[i] ? [...p, ...n[i]] : p;
25
25
  }
26
26
  };
27
- }, be = (e, n) => {
28
- var l;
27
+ }, ye = (e, s) => {
28
+ var i;
29
29
  if (e.length === 0)
30
- return n.classGroupId;
31
- const r = e[0], s = n.nextPart.get(r), a = s ? be(e.slice(1), s) : void 0;
32
- if (a)
33
- return a;
34
- if (n.validators.length === 0)
30
+ return s.classGroupId;
31
+ const o = e[0], n = s.nextPart.get(o), c = n ? ye(e.slice(1), n) : void 0;
32
+ if (c)
33
+ return c;
34
+ if (s.validators.length === 0)
35
35
  return;
36
- const c = e.join(Z);
37
- return (l = n.validators.find(({
38
- validator: b
39
- }) => b(c))) == null ? void 0 : l.classGroupId;
40
- }, de = /^\[(.+)\]$/, Me = (e) => {
41
- if (de.test(e)) {
42
- const n = de.exec(e)[1], r = n == null ? void 0 : n.substring(0, n.indexOf(":"));
43
- if (r)
44
- return "arbitrary.." + r;
36
+ const m = e.join(ne);
37
+ return (i = s.validators.find(({
38
+ validator: u
39
+ }) => u(m))) == null ? void 0 : i.classGroupId;
40
+ }, he = /^\[(.+)\]$/, Ne = (e) => {
41
+ if (he.test(e)) {
42
+ const s = he.exec(e)[1], o = s == null ? void 0 : s.substring(0, s.indexOf(":"));
43
+ if (o)
44
+ return "arbitrary.." + o;
45
45
  }
46
- }, Se = (e) => {
46
+ }, Ve = (e) => {
47
47
  const {
48
- theme: n,
49
- classGroups: r
50
- } = e, s = {
48
+ theme: s,
49
+ classGroups: o
50
+ } = e, n = {
51
51
  nextPart: /* @__PURE__ */ new Map(),
52
52
  validators: []
53
53
  };
54
- for (const a in r)
55
- K(r[a], s, a, n);
56
- return s;
57
- }, K = (e, n, r, s) => {
58
- e.forEach((a) => {
59
- if (typeof a == "string") {
60
- const c = a === "" ? n : pe(n, a);
61
- c.classGroupId = r;
54
+ for (const c in o)
55
+ re(o[c], n, c, s);
56
+ return n;
57
+ }, re = (e, s, o, n) => {
58
+ e.forEach((c) => {
59
+ if (typeof c == "string") {
60
+ const m = c === "" ? s : xe(s, c);
61
+ m.classGroupId = o;
62
62
  return;
63
63
  }
64
- if (typeof a == "function") {
65
- if (Ae(a)) {
66
- K(a(s), n, r, s);
64
+ if (typeof c == "function") {
65
+ if (je(c)) {
66
+ re(c(n), s, o, n);
67
67
  return;
68
68
  }
69
- n.validators.push({
70
- validator: a,
71
- classGroupId: r
69
+ s.validators.push({
70
+ validator: c,
71
+ classGroupId: o
72
72
  });
73
73
  return;
74
74
  }
75
- Object.entries(a).forEach(([c, l]) => {
76
- K(l, pe(n, c), r, s);
75
+ Object.entries(c).forEach(([m, i]) => {
76
+ re(i, xe(s, m), o, n);
77
77
  });
78
78
  });
79
- }, pe = (e, n) => {
80
- let r = e;
81
- return n.split(Z).forEach((s) => {
82
- r.nextPart.has(s) || r.nextPart.set(s, {
79
+ }, xe = (e, s) => {
80
+ let o = e;
81
+ return s.split(ne).forEach((n) => {
82
+ o.nextPart.has(n) || o.nextPart.set(n, {
83
83
  nextPart: /* @__PURE__ */ new Map(),
84
84
  validators: []
85
- }), r = r.nextPart.get(s);
86
- }), r;
87
- }, Ae = (e) => e.isThemeGetter, Ie = (e) => {
85
+ }), o = o.nextPart.get(n);
86
+ }), o;
87
+ }, je = (e) => e.isThemeGetter, Oe = (e) => {
88
88
  if (e < 1)
89
89
  return {
90
90
  get: () => {
@@ -92,214 +92,239 @@ const Z = "-", Ce = (e) => {
92
92
  set: () => {
93
93
  }
94
94
  };
95
- let n = 0, r = /* @__PURE__ */ new Map(), s = /* @__PURE__ */ new Map();
96
- const a = (c, l) => {
97
- r.set(c, l), n++, n > e && (n = 0, s = r, r = /* @__PURE__ */ new Map());
95
+ let s = 0, o = /* @__PURE__ */ new Map(), n = /* @__PURE__ */ new Map();
96
+ const c = (m, i) => {
97
+ o.set(m, i), s++, s > e && (s = 0, n = o, o = /* @__PURE__ */ new Map());
98
98
  };
99
99
  return {
100
- get(c) {
101
- let l = r.get(c);
102
- if (l !== void 0)
103
- return l;
104
- if ((l = s.get(c)) !== void 0)
105
- return a(c, l), l;
100
+ get(m) {
101
+ let i = o.get(m);
102
+ if (i !== void 0)
103
+ return i;
104
+ if ((i = n.get(m)) !== void 0)
105
+ return c(m, i), i;
106
106
  },
107
- set(c, l) {
108
- r.has(c) ? r.set(c, l) : a(c, l);
107
+ set(m, i) {
108
+ o.has(m) ? o.set(m, i) : c(m, i);
109
109
  }
110
110
  };
111
- }, Q = "!", Y = ":", Re = Y.length, Ge = (e) => {
111
+ }, te = "!", se = ":", Fe = se.length, _e = (e) => {
112
112
  const {
113
- prefix: n,
114
- experimentalParseClassName: r
113
+ prefix: s,
114
+ experimentalParseClassName: o
115
115
  } = e;
116
- let s = (a) => {
117
- const c = [];
118
- let l = 0, b = 0, p = 0, g;
119
- for (let x = 0; x < a.length; x++) {
120
- let y = a[x];
121
- if (l === 0 && b === 0) {
122
- if (y === Y) {
123
- c.push(a.slice(p, x)), p = x + Re;
116
+ let n = (c) => {
117
+ const m = [];
118
+ let i = 0, u = 0, p = 0, g;
119
+ for (let k = 0; k < c.length; k++) {
120
+ let y = c[k];
121
+ if (i === 0 && u === 0) {
122
+ if (y === se) {
123
+ m.push(c.slice(p, k)), p = k + Fe;
124
124
  continue;
125
125
  }
126
126
  if (y === "/") {
127
- g = x;
127
+ g = k;
128
128
  continue;
129
129
  }
130
130
  }
131
- y === "[" ? l++ : y === "]" ? l-- : y === "(" ? b++ : y === ")" && b--;
131
+ y === "[" ? i++ : y === "]" ? i-- : y === "(" ? u++ : y === ")" && u--;
132
132
  }
133
- const m = c.length === 0 ? a : a.substring(p), z = Pe(m), V = z !== m, j = g && g > p ? g - p : void 0;
133
+ const h = m.length === 0 ? c : c.substring(p), M = Be(h), O = M !== h, F = g && g > p ? g - p : void 0;
134
134
  return {
135
- modifiers: c,
136
- hasImportantModifier: V,
137
- baseClassName: z,
138
- maybePostfixModifierPosition: j
135
+ modifiers: m,
136
+ hasImportantModifier: O,
137
+ baseClassName: M,
138
+ maybePostfixModifierPosition: F
139
139
  };
140
140
  };
141
- if (n) {
142
- const a = n + Y, c = s;
143
- s = (l) => l.startsWith(a) ? c(l.substring(a.length)) : {
141
+ if (s) {
142
+ const c = s + se, m = n;
143
+ n = (i) => i.startsWith(c) ? m(i.substring(c.length)) : {
144
144
  isExternal: !0,
145
145
  modifiers: [],
146
146
  hasImportantModifier: !1,
147
- baseClassName: l,
147
+ baseClassName: i,
148
148
  maybePostfixModifierPosition: void 0
149
149
  };
150
150
  }
151
- if (r) {
152
- const a = s;
153
- s = (c) => r({
154
- className: c,
155
- parseClassName: a
151
+ if (o) {
152
+ const c = n;
153
+ n = (m) => o({
154
+ className: m,
155
+ parseClassName: c
156
156
  });
157
157
  }
158
- return s;
159
- }, Pe = (e) => e.endsWith(Q) ? e.substring(0, e.length - 1) : e.startsWith(Q) ? e.substring(1) : e, Te = (e) => {
160
- const n = Object.fromEntries(e.orderSensitiveModifiers.map((s) => [s, !0]));
161
- return (s) => {
162
- if (s.length <= 1)
163
- return s;
164
- const a = [];
165
- let c = [];
166
- return s.forEach((l) => {
167
- l[0] === "[" || n[l] ? (a.push(...c.sort(), l), c = []) : c.push(l);
168
- }), a.push(...c.sort()), a;
158
+ return n;
159
+ }, Be = (e) => e.endsWith(te) ? e.substring(0, e.length - 1) : e.startsWith(te) ? e.substring(1) : e, We = (e) => {
160
+ const s = Object.fromEntries(e.orderSensitiveModifiers.map((n) => [n, !0]));
161
+ return (n) => {
162
+ if (n.length <= 1)
163
+ return n;
164
+ const c = [];
165
+ let m = [];
166
+ return n.forEach((i) => {
167
+ i[0] === "[" || s[i] ? (c.push(...m.sort(), i), m = []) : m.push(i);
168
+ }), c.push(...m.sort()), c;
169
169
  };
170
- }, Ee = (e) => ce({
171
- cache: Ie(e.cacheSize),
172
- parseClassName: Ge(e),
173
- sortModifiers: Te(e)
174
- }, Ce(e)), Le = /\s+/, Ne = (e, n) => {
170
+ }, $e = (e) => ge({
171
+ cache: Oe(e.cacheSize),
172
+ parseClassName: _e(e),
173
+ sortModifiers: We(e)
174
+ }, Le(e)), Ue = /\s+/, qe = (e, s) => {
175
175
  const {
176
- parseClassName: r,
177
- getClassGroupId: s,
178
- getConflictingClassGroupIds: a,
179
- sortModifiers: c
180
- } = n, l = [], b = e.trim().split(Le);
176
+ parseClassName: o,
177
+ getClassGroupId: n,
178
+ getConflictingClassGroupIds: c,
179
+ sortModifiers: m
180
+ } = s, i = [], u = e.trim().split(Ue);
181
181
  let p = "";
182
- for (let g = b.length - 1; g >= 0; g -= 1) {
183
- const m = b[g], {
184
- isExternal: z,
185
- modifiers: V,
186
- hasImportantModifier: j,
187
- baseClassName: x,
182
+ for (let g = u.length - 1; g >= 0; g -= 1) {
183
+ const h = u[g], {
184
+ isExternal: M,
185
+ modifiers: O,
186
+ hasImportantModifier: F,
187
+ baseClassName: k,
188
188
  maybePostfixModifierPosition: y
189
- } = r(m);
190
- if (z) {
191
- p = m + (p.length > 0 ? " " + p : p);
189
+ } = o(h);
190
+ if (M) {
191
+ p = h + (p.length > 0 ? " " + p : p);
192
192
  continue;
193
193
  }
194
- let R = !!y, S = s(R ? x.substring(0, y) : x);
195
- if (!S) {
196
- if (!R) {
197
- p = m + (p.length > 0 ? " " + p : p);
194
+ let G = !!y, A = n(G ? k.substring(0, y) : k);
195
+ if (!A) {
196
+ if (!G) {
197
+ p = h + (p.length > 0 ? " " + p : p);
198
198
  continue;
199
199
  }
200
- if (S = s(x), !S) {
201
- p = m + (p.length > 0 ? " " + p : p);
200
+ if (A = n(k), !A) {
201
+ p = h + (p.length > 0 ? " " + p : p);
202
202
  continue;
203
203
  }
204
- R = !1;
204
+ G = !1;
205
205
  }
206
- const O = c(V).join(":"), F = j ? O + Q : O, G = F + S;
207
- if (l.includes(G))
206
+ const $ = m(O).join(":"), _ = F ? $ + te : $, T = _ + A;
207
+ if (i.includes(T))
208
208
  continue;
209
- l.push(G);
210
- const P = a(S, R);
211
- for (let i = 0; i < P.length; ++i) {
212
- const v = P[i];
213
- l.push(F + v);
209
+ i.push(T);
210
+ const E = c(A, G);
211
+ for (let I = 0; I < E.length; ++I) {
212
+ const B = E[I];
213
+ i.push(_ + B);
214
214
  }
215
- p = m + (p.length > 0 ? " " + p : p);
215
+ p = h + (p.length > 0 ? " " + p : p);
216
216
  }
217
217
  return p;
218
218
  };
219
- function Ve() {
220
- let e = 0, n, r, s = "";
219
+ function He() {
220
+ let e = 0, s, o, n = "";
221
221
  for (; e < arguments.length; )
222
- (n = arguments[e++]) && (r = fe(n)) && (s && (s += " "), s += r);
223
- return s;
222
+ (s = arguments[e++]) && (o = ve(s)) && (n && (n += " "), n += o);
223
+ return n;
224
224
  }
225
- const fe = (e) => {
225
+ const ve = (e) => {
226
226
  if (typeof e == "string")
227
227
  return e;
228
- let n, r = "";
229
- for (let s = 0; s < e.length; s++)
230
- e[s] && (n = fe(e[s])) && (r && (r += " "), r += n);
231
- return r;
228
+ let s, o = "";
229
+ for (let n = 0; n < e.length; n++)
230
+ e[n] && (s = ve(e[n])) && (o && (o += " "), o += s);
231
+ return o;
232
232
  };
233
- function je(e, ...n) {
234
- let r, s, a, c = l;
235
- function l(p) {
236
- const g = n.reduce((m, z) => z(m), e());
237
- return r = Ee(g), s = r.cache.get, a = r.cache.set, c = b, b(p);
233
+ function Je(e, ...s) {
234
+ let o, n, c, m = i;
235
+ function i(p) {
236
+ const g = s.reduce((h, M) => M(h), e());
237
+ return o = $e(g), n = o.cache.get, c = o.cache.set, m = u, u(p);
238
238
  }
239
- function b(p) {
240
- const g = s(p);
239
+ function u(p) {
240
+ const g = n(p);
241
241
  if (g)
242
242
  return g;
243
- const m = Ne(p, r);
244
- return a(p, m), m;
243
+ const h = qe(p, o);
244
+ return c(p, h), h;
245
245
  }
246
246
  return function() {
247
- return c(Ve.apply(null, arguments));
247
+ return m(He.apply(null, arguments));
248
248
  };
249
249
  }
250
250
  const f = (e) => {
251
- const n = (r) => r[e] || [];
252
- return n.isThemeGetter = !0, n;
253
- }, ge = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, me = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Oe = /^\d+\/\d+$/, Fe = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, _e = /\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))\(.+\)$/, $e = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, We = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, E = (e) => Oe.test(e), d = (e) => !!e && !Number.isNaN(Number(e)), C = (e) => !!e && Number.isInteger(Number(e)), ue = (e) => e.endsWith("%") && d(e.slice(0, -1)), M = (e) => Fe.test(e), Ue = () => !0, qe = (e) => (
251
+ const s = (o) => o[e] || [];
252
+ return s.isThemeGetter = !0, s;
253
+ }, ze = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ce = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Xe = /^\d+\/\d+$/, De = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Ke = /\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$/, Qe = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Ye = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Ze = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, N = (e) => Xe.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)), C = (e) => De.test(e), eo = () => !0, oo = (e) => (
254
254
  // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
255
255
  // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
256
256
  // I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
257
- _e.test(e) && !Be.test(e)
258
- ), ee = () => !1, He = (e) => $e.test(e), Je = (e) => We.test(e), Xe = (e) => !t(e) && !o(e), De = (e) => L(e, xe, ee), t = (e) => ge.test(e), I = (e) => L(e, ye, qe), D = (e) => L(e, ir, d), Ke = (e) => L(e, he, ee), Qe = (e) => L(e, we, Je), Ye = (e) => L(e, ee, He), o = (e) => me.test(e), _ = (e) => N(e, ye), Ze = (e) => N(e, lr), er = (e) => N(e, he), rr = (e) => N(e, xe), tr = (e) => N(e, we), or = (e) => N(e, ar, !0), L = (e, n, r) => {
259
- const s = ge.exec(e);
260
- return s ? s[1] ? n(s[1]) : r(s[2]) : !1;
261
- }, N = (e, n, r = !1) => {
262
- const s = me.exec(e);
263
- return s ? s[1] ? n(s[1]) : r : !1;
264
- }, he = (e) => e === "position", nr = /* @__PURE__ */ new Set(["image", "url"]), we = (e) => nr.has(e), sr = /* @__PURE__ */ new Set(["length", "size", "percentage"]), xe = (e) => sr.has(e), ye = (e) => e === "length", ir = (e) => e === "number", lr = (e) => e === "family-name", ar = (e) => e === "shadow", cr = () => {
265
- const e = f("color"), n = f("font"), r = f("text"), s = f("font-weight"), a = f("tracking"), c = f("leading"), l = f("breakpoint"), b = f("container"), p = f("spacing"), g = f("radius"), m = f("shadow"), z = f("inset-shadow"), V = f("drop-shadow"), j = f("blur"), x = f("perspective"), y = f("aspect"), R = f("ease"), S = f("animate"), O = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], F = () => ["bottom", "center", "left", "left-bottom", "left-top", "right", "right-bottom", "right-top", "top"], G = () => ["auto", "hidden", "clip", "visible", "scroll"], P = () => ["auto", "contain", "none"], i = () => [o, t, p], v = () => [E, "full", "auto", ...i()], re = () => [C, "none", "subgrid", o, t], te = () => ["auto", {
266
- span: ["full", C, o, t]
267
- }, C, o, t], B = () => [C, "auto", o, t], oe = () => ["auto", "min", "max", "fr", o, t], H = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline"], T = () => ["start", "end", "center", "stretch"], k = () => ["auto", ...i()], A = () => [E, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...i()], u = () => [e, o, t], J = () => [ue, _, I], h = () => [
257
+ Ke.test(e) && !Qe.test(e)
258
+ ), Me = () => !1, ro = (e) => Ye.test(e), to = (e) => Ze.test(e), so = (e) => !r(e) && !t(e), no = (e) => V(e, Ie, Me), r = (e) => ze.test(e), P = (e) => V(e, Re, oo), oe = (e) => V(e, mo, d), we = (e) => V(e, Se, Me), ao = (e) => V(e, Ae, to), D = (e) => V(e, Pe, ro), t = (e) => Ce.test(e), W = (e) => j(e, Re), io = (e) => j(e, po), ke = (e) => j(e, Se), lo = (e) => j(e, Ie), co = (e) => j(e, Ae), K = (e) => j(e, Pe, !0), V = (e, s, o) => {
259
+ const n = ze.exec(e);
260
+ return n ? n[1] ? s(n[1]) : o(n[2]) : !1;
261
+ }, j = (e, s, o = !1) => {
262
+ const n = Ce.exec(e);
263
+ return n ? n[1] ? s(n[1]) : o : !1;
264
+ }, Se = (e) => e === "position" || e === "percentage", Ae = (e) => e === "image" || e === "url", Ie = (e) => e === "length" || e === "size" || e === "bg-size", Re = (e) => e === "length", mo = (e) => e === "number", po = (e) => e === "family-name", Pe = (e) => e === "shadow", uo = () => {
265
+ const e = f("color"), s = f("font"), o = f("text"), n = f("font-weight"), c = f("tracking"), m = f("leading"), i = f("breakpoint"), u = f("container"), p = f("spacing"), g = f("radius"), h = f("shadow"), M = f("inset-shadow"), O = f("text-shadow"), F = f("drop-shadow"), k = f("blur"), y = f("perspective"), G = f("aspect"), A = f("ease"), $ = f("animate"), _ = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], T = () => [
266
+ "center",
267
+ "top",
268
+ "bottom",
269
+ "left",
270
+ "right",
271
+ "top-left",
272
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
273
+ "left-top",
274
+ "top-right",
275
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
276
+ "right-top",
277
+ "bottom-right",
278
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
279
+ "right-bottom",
280
+ "bottom-left",
281
+ // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
282
+ "left-bottom"
283
+ ], E = () => [...T(), t, r], I = () => ["auto", "hidden", "clip", "visible", "scroll"], B = () => ["auto", "contain", "none"], l = () => [t, r, p], v = () => [N, "full", "auto", ...l()], ae = () => [S, "none", "subgrid", t, r], ie = () => ["auto", {
284
+ span: ["full", S, t, r]
285
+ }, S, t, r], U = () => [S, "auto", t, r], le = () => ["auto", "min", "max", "fr", t, r], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], L = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], z = () => ["auto", ...l()], R = () => [N, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...l()], a = () => [e, t, r], ce = () => [...T(), ke, we, {
286
+ position: [t, r]
287
+ }], de = () => ["no-repeat", {
288
+ repeat: ["", "x", "y", "space", "round"]
289
+ }], me = () => ["auto", "cover", "contain", lo, no, {
290
+ size: [t, r]
291
+ }], Y = () => [ee, W, P], x = () => [
268
292
  // Deprecated since Tailwind CSS v4.0.0
269
293
  "",
270
294
  "none",
271
295
  "full",
272
296
  g,
273
- o,
274
- t
275
- ], w = () => ["", d, _, I], $ = () => ["solid", "dashed", "dotted", "double"], ne = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], se = () => [
297
+ t,
298
+ r
299
+ ], w = () => ["", d, W, P], q = () => ["solid", "dashed", "dotted", "double"], pe = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], b = () => [d, ee, ke, we], ue = () => [
276
300
  // Deprecated since Tailwind CSS v4.0.0
277
301
  "",
278
302
  "none",
279
- j,
280
- o,
281
- t
282
- ], ie = () => ["center", "top", "top-right", "right", "bottom-right", "bottom", "bottom-left", "left", "top-left", o, t], W = () => ["none", d, o, t], U = () => ["none", d, o, t], X = () => [d, o, t], q = () => [E, "full", ...i()];
303
+ k,
304
+ t,
305
+ r
306
+ ], H = () => ["none", d, t, r], J = () => ["none", d, t, r], Z = () => [d, t, r], X = () => [N, "full", ...l()];
283
307
  return {
284
308
  cacheSize: 500,
285
309
  theme: {
286
310
  animate: ["spin", "ping", "pulse", "bounce"],
287
311
  aspect: ["video"],
288
- blur: [M],
289
- breakpoint: [M],
290
- color: [Ue],
291
- container: [M],
292
- "drop-shadow": [M],
312
+ blur: [C],
313
+ breakpoint: [C],
314
+ color: [eo],
315
+ container: [C],
316
+ "drop-shadow": [C],
293
317
  ease: ["in", "out", "in-out"],
294
- font: [Xe],
318
+ font: [so],
295
319
  "font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
296
- "inset-shadow": [M],
320
+ "inset-shadow": [C],
297
321
  leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
298
322
  perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
299
- radius: [M],
300
- shadow: [M],
323
+ radius: [C],
324
+ shadow: [C],
301
325
  spacing: ["px", d],
302
- text: [M],
326
+ text: [C],
327
+ "text-shadow": [C],
303
328
  tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
304
329
  },
305
330
  classGroups: {
@@ -311,7 +336,7 @@ const f = (e) => {
311
336
  * @see https://tailwindcss.com/docs/aspect-ratio
312
337
  */
313
338
  aspect: [{
314
- aspect: ["auto", "square", E, t, o, y]
339
+ aspect: ["auto", "square", N, r, t, G]
315
340
  }],
316
341
  /**
317
342
  * Container
@@ -324,21 +349,21 @@ const f = (e) => {
324
349
  * @see https://tailwindcss.com/docs/columns
325
350
  */
326
351
  columns: [{
327
- columns: [d, t, o, b]
352
+ columns: [d, r, t, u]
328
353
  }],
329
354
  /**
330
355
  * Break After
331
356
  * @see https://tailwindcss.com/docs/break-after
332
357
  */
333
358
  "break-after": [{
334
- "break-after": O()
359
+ "break-after": _()
335
360
  }],
336
361
  /**
337
362
  * Break Before
338
363
  * @see https://tailwindcss.com/docs/break-before
339
364
  */
340
365
  "break-before": [{
341
- "break-before": O()
366
+ "break-before": _()
342
367
  }],
343
368
  /**
344
369
  * Break Inside
@@ -402,49 +427,49 @@ const f = (e) => {
402
427
  * @see https://tailwindcss.com/docs/object-position
403
428
  */
404
429
  "object-position": [{
405
- object: [...F(), t, o]
430
+ object: E()
406
431
  }],
407
432
  /**
408
433
  * Overflow
409
434
  * @see https://tailwindcss.com/docs/overflow
410
435
  */
411
436
  overflow: [{
412
- overflow: G()
437
+ overflow: I()
413
438
  }],
414
439
  /**
415
440
  * Overflow X
416
441
  * @see https://tailwindcss.com/docs/overflow
417
442
  */
418
443
  "overflow-x": [{
419
- "overflow-x": G()
444
+ "overflow-x": I()
420
445
  }],
421
446
  /**
422
447
  * Overflow Y
423
448
  * @see https://tailwindcss.com/docs/overflow
424
449
  */
425
450
  "overflow-y": [{
426
- "overflow-y": G()
451
+ "overflow-y": I()
427
452
  }],
428
453
  /**
429
454
  * Overscroll Behavior
430
455
  * @see https://tailwindcss.com/docs/overscroll-behavior
431
456
  */
432
457
  overscroll: [{
433
- overscroll: P()
458
+ overscroll: B()
434
459
  }],
435
460
  /**
436
461
  * Overscroll Behavior X
437
462
  * @see https://tailwindcss.com/docs/overscroll-behavior
438
463
  */
439
464
  "overscroll-x": [{
440
- "overscroll-x": P()
465
+ "overscroll-x": B()
441
466
  }],
442
467
  /**
443
468
  * Overscroll Behavior Y
444
469
  * @see https://tailwindcss.com/docs/overscroll-behavior
445
470
  */
446
471
  "overscroll-y": [{
447
- "overscroll-y": P()
472
+ "overscroll-y": B()
448
473
  }],
449
474
  /**
450
475
  * Position
@@ -524,7 +549,7 @@ const f = (e) => {
524
549
  * @see https://tailwindcss.com/docs/z-index
525
550
  */
526
551
  z: [{
527
- z: [C, "auto", o, t]
552
+ z: [S, "auto", t, r]
528
553
  }],
529
554
  // ------------------------
530
555
  // --- Flexbox and Grid ---
@@ -534,7 +559,7 @@ const f = (e) => {
534
559
  * @see https://tailwindcss.com/docs/flex-basis
535
560
  */
536
561
  basis: [{
537
- basis: [E, "full", "auto", b, ...i()]
562
+ basis: [N, "full", "auto", u, ...l()]
538
563
  }],
539
564
  /**
540
565
  * Flex Direction
@@ -555,84 +580,84 @@ const f = (e) => {
555
580
  * @see https://tailwindcss.com/docs/flex
556
581
  */
557
582
  flex: [{
558
- flex: [d, E, "auto", "initial", "none", t]
583
+ flex: [d, N, "auto", "initial", "none", r]
559
584
  }],
560
585
  /**
561
586
  * Flex Grow
562
587
  * @see https://tailwindcss.com/docs/flex-grow
563
588
  */
564
589
  grow: [{
565
- grow: ["", d, o, t]
590
+ grow: ["", d, t, r]
566
591
  }],
567
592
  /**
568
593
  * Flex Shrink
569
594
  * @see https://tailwindcss.com/docs/flex-shrink
570
595
  */
571
596
  shrink: [{
572
- shrink: ["", d, o, t]
597
+ shrink: ["", d, t, r]
573
598
  }],
574
599
  /**
575
600
  * Order
576
601
  * @see https://tailwindcss.com/docs/order
577
602
  */
578
603
  order: [{
579
- order: [C, "first", "last", "none", o, t]
604
+ order: [S, "first", "last", "none", t, r]
580
605
  }],
581
606
  /**
582
607
  * Grid Template Columns
583
608
  * @see https://tailwindcss.com/docs/grid-template-columns
584
609
  */
585
610
  "grid-cols": [{
586
- "grid-cols": re()
611
+ "grid-cols": ae()
587
612
  }],
588
613
  /**
589
614
  * Grid Column Start / End
590
615
  * @see https://tailwindcss.com/docs/grid-column
591
616
  */
592
617
  "col-start-end": [{
593
- col: te()
618
+ col: ie()
594
619
  }],
595
620
  /**
596
621
  * Grid Column Start
597
622
  * @see https://tailwindcss.com/docs/grid-column
598
623
  */
599
624
  "col-start": [{
600
- "col-start": B()
625
+ "col-start": U()
601
626
  }],
602
627
  /**
603
628
  * Grid Column End
604
629
  * @see https://tailwindcss.com/docs/grid-column
605
630
  */
606
631
  "col-end": [{
607
- "col-end": B()
632
+ "col-end": U()
608
633
  }],
609
634
  /**
610
635
  * Grid Template Rows
611
636
  * @see https://tailwindcss.com/docs/grid-template-rows
612
637
  */
613
638
  "grid-rows": [{
614
- "grid-rows": re()
639
+ "grid-rows": ae()
615
640
  }],
616
641
  /**
617
642
  * Grid Row Start / End
618
643
  * @see https://tailwindcss.com/docs/grid-row
619
644
  */
620
645
  "row-start-end": [{
621
- row: te()
646
+ row: ie()
622
647
  }],
623
648
  /**
624
649
  * Grid Row Start
625
650
  * @see https://tailwindcss.com/docs/grid-row
626
651
  */
627
652
  "row-start": [{
628
- "row-start": B()
653
+ "row-start": U()
629
654
  }],
630
655
  /**
631
656
  * Grid Row End
632
657
  * @see https://tailwindcss.com/docs/grid-row
633
658
  */
634
659
  "row-end": [{
635
- "row-end": B()
660
+ "row-end": U()
636
661
  }],
637
662
  /**
638
663
  * Grid Auto Flow
@@ -646,98 +671,102 @@ const f = (e) => {
646
671
  * @see https://tailwindcss.com/docs/grid-auto-columns
647
672
  */
648
673
  "auto-cols": [{
649
- "auto-cols": oe()
674
+ "auto-cols": le()
650
675
  }],
651
676
  /**
652
677
  * Grid Auto Rows
653
678
  * @see https://tailwindcss.com/docs/grid-auto-rows
654
679
  */
655
680
  "auto-rows": [{
656
- "auto-rows": oe()
681
+ "auto-rows": le()
657
682
  }],
658
683
  /**
659
684
  * Gap
660
685
  * @see https://tailwindcss.com/docs/gap
661
686
  */
662
687
  gap: [{
663
- gap: i()
688
+ gap: l()
664
689
  }],
665
690
  /**
666
691
  * Gap X
667
692
  * @see https://tailwindcss.com/docs/gap
668
693
  */
669
694
  "gap-x": [{
670
- "gap-x": i()
695
+ "gap-x": l()
671
696
  }],
672
697
  /**
673
698
  * Gap Y
674
699
  * @see https://tailwindcss.com/docs/gap
675
700
  */
676
701
  "gap-y": [{
677
- "gap-y": i()
702
+ "gap-y": l()
678
703
  }],
679
704
  /**
680
705
  * Justify Content
681
706
  * @see https://tailwindcss.com/docs/justify-content
682
707
  */
683
708
  "justify-content": [{
684
- justify: [...H(), "normal"]
709
+ justify: [...Q(), "normal"]
685
710
  }],
686
711
  /**
687
712
  * Justify Items
688
713
  * @see https://tailwindcss.com/docs/justify-items
689
714
  */
690
715
  "justify-items": [{
691
- "justify-items": [...T(), "normal"]
716
+ "justify-items": [...L(), "normal"]
692
717
  }],
693
718
  /**
694
719
  * Justify Self
695
720
  * @see https://tailwindcss.com/docs/justify-self
696
721
  */
697
722
  "justify-self": [{
698
- "justify-self": ["auto", ...T()]
723
+ "justify-self": ["auto", ...L()]
699
724
  }],
700
725
  /**
701
726
  * Align Content
702
727
  * @see https://tailwindcss.com/docs/align-content
703
728
  */
704
729
  "align-content": [{
705
- content: ["normal", ...H()]
730
+ content: ["normal", ...Q()]
706
731
  }],
707
732
  /**
708
733
  * Align Items
709
734
  * @see https://tailwindcss.com/docs/align-items
710
735
  */
711
736
  "align-items": [{
712
- items: [...T(), "baseline"]
737
+ items: [...L(), {
738
+ baseline: ["", "last"]
739
+ }]
713
740
  }],
714
741
  /**
715
742
  * Align Self
716
743
  * @see https://tailwindcss.com/docs/align-self
717
744
  */
718
745
  "align-self": [{
719
- self: ["auto", ...T(), "baseline"]
746
+ self: ["auto", ...L(), {
747
+ baseline: ["", "last"]
748
+ }]
720
749
  }],
721
750
  /**
722
751
  * Place Content
723
752
  * @see https://tailwindcss.com/docs/place-content
724
753
  */
725
754
  "place-content": [{
726
- "place-content": H()
755
+ "place-content": Q()
727
756
  }],
728
757
  /**
729
758
  * Place Items
730
759
  * @see https://tailwindcss.com/docs/place-items
731
760
  */
732
761
  "place-items": [{
733
- "place-items": [...T(), "baseline"]
762
+ "place-items": [...L(), "baseline"]
734
763
  }],
735
764
  /**
736
765
  * Place Self
737
766
  * @see https://tailwindcss.com/docs/place-self
738
767
  */
739
768
  "place-self": [{
740
- "place-self": ["auto", ...T()]
769
+ "place-self": ["auto", ...L()]
741
770
  }],
742
771
  // Spacing
743
772
  /**
@@ -745,133 +774,133 @@ const f = (e) => {
745
774
  * @see https://tailwindcss.com/docs/padding
746
775
  */
747
776
  p: [{
748
- p: i()
777
+ p: l()
749
778
  }],
750
779
  /**
751
780
  * Padding X
752
781
  * @see https://tailwindcss.com/docs/padding
753
782
  */
754
783
  px: [{
755
- px: i()
784
+ px: l()
756
785
  }],
757
786
  /**
758
787
  * Padding Y
759
788
  * @see https://tailwindcss.com/docs/padding
760
789
  */
761
790
  py: [{
762
- py: i()
791
+ py: l()
763
792
  }],
764
793
  /**
765
794
  * Padding Start
766
795
  * @see https://tailwindcss.com/docs/padding
767
796
  */
768
797
  ps: [{
769
- ps: i()
798
+ ps: l()
770
799
  }],
771
800
  /**
772
801
  * Padding End
773
802
  * @see https://tailwindcss.com/docs/padding
774
803
  */
775
804
  pe: [{
776
- pe: i()
805
+ pe: l()
777
806
  }],
778
807
  /**
779
808
  * Padding Top
780
809
  * @see https://tailwindcss.com/docs/padding
781
810
  */
782
811
  pt: [{
783
- pt: i()
812
+ pt: l()
784
813
  }],
785
814
  /**
786
815
  * Padding Right
787
816
  * @see https://tailwindcss.com/docs/padding
788
817
  */
789
818
  pr: [{
790
- pr: i()
819
+ pr: l()
791
820
  }],
792
821
  /**
793
822
  * Padding Bottom
794
823
  * @see https://tailwindcss.com/docs/padding
795
824
  */
796
825
  pb: [{
797
- pb: i()
826
+ pb: l()
798
827
  }],
799
828
  /**
800
829
  * Padding Left
801
830
  * @see https://tailwindcss.com/docs/padding
802
831
  */
803
832
  pl: [{
804
- pl: i()
833
+ pl: l()
805
834
  }],
806
835
  /**
807
836
  * Margin
808
837
  * @see https://tailwindcss.com/docs/margin
809
838
  */
810
839
  m: [{
811
- m: k()
840
+ m: z()
812
841
  }],
813
842
  /**
814
843
  * Margin X
815
844
  * @see https://tailwindcss.com/docs/margin
816
845
  */
817
846
  mx: [{
818
- mx: k()
847
+ mx: z()
819
848
  }],
820
849
  /**
821
850
  * Margin Y
822
851
  * @see https://tailwindcss.com/docs/margin
823
852
  */
824
853
  my: [{
825
- my: k()
854
+ my: z()
826
855
  }],
827
856
  /**
828
857
  * Margin Start
829
858
  * @see https://tailwindcss.com/docs/margin
830
859
  */
831
860
  ms: [{
832
- ms: k()
861
+ ms: z()
833
862
  }],
834
863
  /**
835
864
  * Margin End
836
865
  * @see https://tailwindcss.com/docs/margin
837
866
  */
838
867
  me: [{
839
- me: k()
868
+ me: z()
840
869
  }],
841
870
  /**
842
871
  * Margin Top
843
872
  * @see https://tailwindcss.com/docs/margin
844
873
  */
845
874
  mt: [{
846
- mt: k()
875
+ mt: z()
847
876
  }],
848
877
  /**
849
878
  * Margin Right
850
879
  * @see https://tailwindcss.com/docs/margin
851
880
  */
852
881
  mr: [{
853
- mr: k()
882
+ mr: z()
854
883
  }],
855
884
  /**
856
885
  * Margin Bottom
857
886
  * @see https://tailwindcss.com/docs/margin
858
887
  */
859
888
  mb: [{
860
- mb: k()
889
+ mb: z()
861
890
  }],
862
891
  /**
863
892
  * Margin Left
864
893
  * @see https://tailwindcss.com/docs/margin
865
894
  */
866
895
  ml: [{
867
- ml: k()
896
+ ml: z()
868
897
  }],
869
898
  /**
870
899
  * Space Between X
871
900
  * @see https://tailwindcss.com/docs/margin#adding-space-between-children
872
901
  */
873
902
  "space-x": [{
874
- "space-x": i()
903
+ "space-x": l()
875
904
  }],
876
905
  /**
877
906
  * Space Between X Reverse
@@ -883,7 +912,7 @@ const f = (e) => {
883
912
  * @see https://tailwindcss.com/docs/margin#adding-space-between-children
884
913
  */
885
914
  "space-y": [{
886
- "space-y": i()
915
+ "space-y": l()
887
916
  }],
888
917
  /**
889
918
  * Space Between Y Reverse
@@ -898,14 +927,14 @@ const f = (e) => {
898
927
  * @see https://tailwindcss.com/docs/width#setting-both-width-and-height
899
928
  */
900
929
  size: [{
901
- size: A()
930
+ size: R()
902
931
  }],
903
932
  /**
904
933
  * Width
905
934
  * @see https://tailwindcss.com/docs/width
906
935
  */
907
936
  w: [{
908
- w: [b, "screen", ...A()]
937
+ w: [u, "screen", ...R()]
909
938
  }],
910
939
  /**
911
940
  * Min-Width
@@ -913,11 +942,11 @@ const f = (e) => {
913
942
  */
914
943
  "min-w": [{
915
944
  "min-w": [
916
- b,
945
+ u,
917
946
  "screen",
918
947
  /** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
919
948
  "none",
920
- ...A()
949
+ ...R()
921
950
  ]
922
951
  }],
923
952
  /**
@@ -926,16 +955,16 @@ const f = (e) => {
926
955
  */
927
956
  "max-w": [{
928
957
  "max-w": [
929
- b,
958
+ u,
930
959
  "screen",
931
960
  "none",
932
961
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
933
962
  "prose",
934
963
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
935
964
  {
936
- screen: [l]
965
+ screen: [i]
937
966
  },
938
- ...A()
967
+ ...R()
939
968
  ]
940
969
  }],
941
970
  /**
@@ -943,21 +972,21 @@ const f = (e) => {
943
972
  * @see https://tailwindcss.com/docs/height
944
973
  */
945
974
  h: [{
946
- h: ["screen", ...A()]
975
+ h: ["screen", "lh", ...R()]
947
976
  }],
948
977
  /**
949
978
  * Min-Height
950
979
  * @see https://tailwindcss.com/docs/min-height
951
980
  */
952
981
  "min-h": [{
953
- "min-h": ["screen", "none", ...A()]
982
+ "min-h": ["screen", "lh", "none", ...R()]
954
983
  }],
955
984
  /**
956
985
  * Max-Height
957
986
  * @see https://tailwindcss.com/docs/max-height
958
987
  */
959
988
  "max-h": [{
960
- "max-h": ["screen", ...A()]
989
+ "max-h": ["screen", "lh", ...R()]
961
990
  }],
962
991
  // ------------------
963
992
  // --- Typography ---
@@ -967,7 +996,7 @@ const f = (e) => {
967
996
  * @see https://tailwindcss.com/docs/font-size
968
997
  */
969
998
  "font-size": [{
970
- text: ["base", r, _, I]
999
+ text: ["base", o, W, P]
971
1000
  }],
972
1001
  /**
973
1002
  * Font Smoothing
@@ -984,21 +1013,21 @@ const f = (e) => {
984
1013
  * @see https://tailwindcss.com/docs/font-weight
985
1014
  */
986
1015
  "font-weight": [{
987
- font: [s, o, D]
1016
+ font: [n, t, oe]
988
1017
  }],
989
1018
  /**
990
1019
  * Font Stretch
991
1020
  * @see https://tailwindcss.com/docs/font-stretch
992
1021
  */
993
1022
  "font-stretch": [{
994
- "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ue, t]
1023
+ "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ee, r]
995
1024
  }],
996
1025
  /**
997
1026
  * Font Family
998
1027
  * @see https://tailwindcss.com/docs/font-family
999
1028
  */
1000
1029
  "font-family": [{
1001
- font: [Ze, t, n]
1030
+ font: [io, r, s]
1002
1031
  }],
1003
1032
  /**
1004
1033
  * Font Variant Numeric
@@ -1035,14 +1064,14 @@ const f = (e) => {
1035
1064
  * @see https://tailwindcss.com/docs/letter-spacing
1036
1065
  */
1037
1066
  tracking: [{
1038
- tracking: [a, o, t]
1067
+ tracking: [c, t, r]
1039
1068
  }],
1040
1069
  /**
1041
1070
  * Line Clamp
1042
1071
  * @see https://tailwindcss.com/docs/line-clamp
1043
1072
  */
1044
1073
  "line-clamp": [{
1045
- "line-clamp": [d, "none", o, D]
1074
+ "line-clamp": [d, "none", t, oe]
1046
1075
  }],
1047
1076
  /**
1048
1077
  * Line Height
@@ -1051,8 +1080,8 @@ const f = (e) => {
1051
1080
  leading: [{
1052
1081
  leading: [
1053
1082
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1054
- c,
1055
- ...i()
1083
+ m,
1084
+ ...l()
1056
1085
  ]
1057
1086
  }],
1058
1087
  /**
@@ -1060,7 +1089,7 @@ const f = (e) => {
1060
1089
  * @see https://tailwindcss.com/docs/list-style-image
1061
1090
  */
1062
1091
  "list-image": [{
1063
- "list-image": ["none", o, t]
1092
+ "list-image": ["none", t, r]
1064
1093
  }],
1065
1094
  /**
1066
1095
  * List Style Position
@@ -1074,7 +1103,7 @@ const f = (e) => {
1074
1103
  * @see https://tailwindcss.com/docs/list-style-type
1075
1104
  */
1076
1105
  "list-style-type": [{
1077
- list: ["disc", "decimal", "none", o, t]
1106
+ list: ["disc", "decimal", "none", t, r]
1078
1107
  }],
1079
1108
  /**
1080
1109
  * Text Alignment
@@ -1089,14 +1118,14 @@ const f = (e) => {
1089
1118
  * @see https://v3.tailwindcss.com/docs/placeholder-color
1090
1119
  */
1091
1120
  "placeholder-color": [{
1092
- placeholder: u()
1121
+ placeholder: a()
1093
1122
  }],
1094
1123
  /**
1095
1124
  * Text Color
1096
1125
  * @see https://tailwindcss.com/docs/text-color
1097
1126
  */
1098
1127
  "text-color": [{
1099
- text: u()
1128
+ text: a()
1100
1129
  }],
1101
1130
  /**
1102
1131
  * Text Decoration
@@ -1108,28 +1137,28 @@ const f = (e) => {
1108
1137
  * @see https://tailwindcss.com/docs/text-decoration-style
1109
1138
  */
1110
1139
  "text-decoration-style": [{
1111
- decoration: [...$(), "wavy"]
1140
+ decoration: [...q(), "wavy"]
1112
1141
  }],
1113
1142
  /**
1114
1143
  * Text Decoration Thickness
1115
1144
  * @see https://tailwindcss.com/docs/text-decoration-thickness
1116
1145
  */
1117
1146
  "text-decoration-thickness": [{
1118
- decoration: [d, "from-font", "auto", o, I]
1147
+ decoration: [d, "from-font", "auto", t, P]
1119
1148
  }],
1120
1149
  /**
1121
1150
  * Text Decoration Color
1122
1151
  * @see https://tailwindcss.com/docs/text-decoration-color
1123
1152
  */
1124
1153
  "text-decoration-color": [{
1125
- decoration: u()
1154
+ decoration: a()
1126
1155
  }],
1127
1156
  /**
1128
1157
  * Text Underline Offset
1129
1158
  * @see https://tailwindcss.com/docs/text-underline-offset
1130
1159
  */
1131
1160
  "underline-offset": [{
1132
- "underline-offset": [d, "auto", o, t]
1161
+ "underline-offset": [d, "auto", t, r]
1133
1162
  }],
1134
1163
  /**
1135
1164
  * Text Transform
@@ -1153,14 +1182,14 @@ const f = (e) => {
1153
1182
  * @see https://tailwindcss.com/docs/text-indent
1154
1183
  */
1155
1184
  indent: [{
1156
- indent: i()
1185
+ indent: l()
1157
1186
  }],
1158
1187
  /**
1159
1188
  * Vertical Alignment
1160
1189
  * @see https://tailwindcss.com/docs/vertical-align
1161
1190
  */
1162
1191
  "vertical-align": [{
1163
- align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", o, t]
1192
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", t, r]
1164
1193
  }],
1165
1194
  /**
1166
1195
  * Whitespace
@@ -1176,6 +1205,13 @@ const f = (e) => {
1176
1205
  break: [{
1177
1206
  break: ["normal", "words", "all", "keep"]
1178
1207
  }],
1208
+ /**
1209
+ * Overflow Wrap
1210
+ * @see https://tailwindcss.com/docs/overflow-wrap
1211
+ */
1212
+ wrap: [{
1213
+ wrap: ["break-word", "anywhere", "normal"]
1214
+ }],
1179
1215
  /**
1180
1216
  * Hyphens
1181
1217
  * @see https://tailwindcss.com/docs/hyphens
@@ -1188,7 +1224,7 @@ const f = (e) => {
1188
1224
  * @see https://tailwindcss.com/docs/content
1189
1225
  */
1190
1226
  content: [{
1191
- content: ["none", o, t]
1227
+ content: ["none", t, r]
1192
1228
  }],
1193
1229
  // -------------------
1194
1230
  // --- Backgrounds ---
@@ -1219,23 +1255,21 @@ const f = (e) => {
1219
1255
  * @see https://tailwindcss.com/docs/background-position
1220
1256
  */
1221
1257
  "bg-position": [{
1222
- bg: [...F(), er, Ke]
1258
+ bg: ce()
1223
1259
  }],
1224
1260
  /**
1225
1261
  * Background Repeat
1226
1262
  * @see https://tailwindcss.com/docs/background-repeat
1227
1263
  */
1228
1264
  "bg-repeat": [{
1229
- bg: ["no-repeat", {
1230
- repeat: ["", "x", "y", "space", "round"]
1231
- }]
1265
+ bg: de()
1232
1266
  }],
1233
1267
  /**
1234
1268
  * Background Size
1235
1269
  * @see https://tailwindcss.com/docs/background-size
1236
1270
  */
1237
1271
  "bg-size": [{
1238
- bg: ["auto", "cover", "contain", rr, De]
1272
+ bg: me()
1239
1273
  }],
1240
1274
  /**
1241
1275
  * Background Image
@@ -1245,59 +1279,59 @@ const f = (e) => {
1245
1279
  bg: ["none", {
1246
1280
  linear: [{
1247
1281
  to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
1248
- }, C, o, t],
1249
- radial: ["", o, t],
1250
- conic: [C, o, t]
1251
- }, tr, Qe]
1282
+ }, S, t, r],
1283
+ radial: ["", t, r],
1284
+ conic: [S, t, r]
1285
+ }, co, ao]
1252
1286
  }],
1253
1287
  /**
1254
1288
  * Background Color
1255
1289
  * @see https://tailwindcss.com/docs/background-color
1256
1290
  */
1257
1291
  "bg-color": [{
1258
- bg: u()
1292
+ bg: a()
1259
1293
  }],
1260
1294
  /**
1261
1295
  * Gradient Color Stops From Position
1262
1296
  * @see https://tailwindcss.com/docs/gradient-color-stops
1263
1297
  */
1264
1298
  "gradient-from-pos": [{
1265
- from: J()
1299
+ from: Y()
1266
1300
  }],
1267
1301
  /**
1268
1302
  * Gradient Color Stops Via Position
1269
1303
  * @see https://tailwindcss.com/docs/gradient-color-stops
1270
1304
  */
1271
1305
  "gradient-via-pos": [{
1272
- via: J()
1306
+ via: Y()
1273
1307
  }],
1274
1308
  /**
1275
1309
  * Gradient Color Stops To Position
1276
1310
  * @see https://tailwindcss.com/docs/gradient-color-stops
1277
1311
  */
1278
1312
  "gradient-to-pos": [{
1279
- to: J()
1313
+ to: Y()
1280
1314
  }],
1281
1315
  /**
1282
1316
  * Gradient Color Stops From
1283
1317
  * @see https://tailwindcss.com/docs/gradient-color-stops
1284
1318
  */
1285
1319
  "gradient-from": [{
1286
- from: u()
1320
+ from: a()
1287
1321
  }],
1288
1322
  /**
1289
1323
  * Gradient Color Stops Via
1290
1324
  * @see https://tailwindcss.com/docs/gradient-color-stops
1291
1325
  */
1292
1326
  "gradient-via": [{
1293
- via: u()
1327
+ via: a()
1294
1328
  }],
1295
1329
  /**
1296
1330
  * Gradient Color Stops To
1297
1331
  * @see https://tailwindcss.com/docs/gradient-color-stops
1298
1332
  */
1299
1333
  "gradient-to": [{
1300
- to: u()
1334
+ to: a()
1301
1335
  }],
1302
1336
  // ---------------
1303
1337
  // --- Borders ---
@@ -1307,105 +1341,105 @@ const f = (e) => {
1307
1341
  * @see https://tailwindcss.com/docs/border-radius
1308
1342
  */
1309
1343
  rounded: [{
1310
- rounded: h()
1344
+ rounded: x()
1311
1345
  }],
1312
1346
  /**
1313
1347
  * Border Radius Start
1314
1348
  * @see https://tailwindcss.com/docs/border-radius
1315
1349
  */
1316
1350
  "rounded-s": [{
1317
- "rounded-s": h()
1351
+ "rounded-s": x()
1318
1352
  }],
1319
1353
  /**
1320
1354
  * Border Radius End
1321
1355
  * @see https://tailwindcss.com/docs/border-radius
1322
1356
  */
1323
1357
  "rounded-e": [{
1324
- "rounded-e": h()
1358
+ "rounded-e": x()
1325
1359
  }],
1326
1360
  /**
1327
1361
  * Border Radius Top
1328
1362
  * @see https://tailwindcss.com/docs/border-radius
1329
1363
  */
1330
1364
  "rounded-t": [{
1331
- "rounded-t": h()
1365
+ "rounded-t": x()
1332
1366
  }],
1333
1367
  /**
1334
1368
  * Border Radius Right
1335
1369
  * @see https://tailwindcss.com/docs/border-radius
1336
1370
  */
1337
1371
  "rounded-r": [{
1338
- "rounded-r": h()
1372
+ "rounded-r": x()
1339
1373
  }],
1340
1374
  /**
1341
1375
  * Border Radius Bottom
1342
1376
  * @see https://tailwindcss.com/docs/border-radius
1343
1377
  */
1344
1378
  "rounded-b": [{
1345
- "rounded-b": h()
1379
+ "rounded-b": x()
1346
1380
  }],
1347
1381
  /**
1348
1382
  * Border Radius Left
1349
1383
  * @see https://tailwindcss.com/docs/border-radius
1350
1384
  */
1351
1385
  "rounded-l": [{
1352
- "rounded-l": h()
1386
+ "rounded-l": x()
1353
1387
  }],
1354
1388
  /**
1355
1389
  * Border Radius Start Start
1356
1390
  * @see https://tailwindcss.com/docs/border-radius
1357
1391
  */
1358
1392
  "rounded-ss": [{
1359
- "rounded-ss": h()
1393
+ "rounded-ss": x()
1360
1394
  }],
1361
1395
  /**
1362
1396
  * Border Radius Start End
1363
1397
  * @see https://tailwindcss.com/docs/border-radius
1364
1398
  */
1365
1399
  "rounded-se": [{
1366
- "rounded-se": h()
1400
+ "rounded-se": x()
1367
1401
  }],
1368
1402
  /**
1369
1403
  * Border Radius End End
1370
1404
  * @see https://tailwindcss.com/docs/border-radius
1371
1405
  */
1372
1406
  "rounded-ee": [{
1373
- "rounded-ee": h()
1407
+ "rounded-ee": x()
1374
1408
  }],
1375
1409
  /**
1376
1410
  * Border Radius End Start
1377
1411
  * @see https://tailwindcss.com/docs/border-radius
1378
1412
  */
1379
1413
  "rounded-es": [{
1380
- "rounded-es": h()
1414
+ "rounded-es": x()
1381
1415
  }],
1382
1416
  /**
1383
1417
  * Border Radius Top Left
1384
1418
  * @see https://tailwindcss.com/docs/border-radius
1385
1419
  */
1386
1420
  "rounded-tl": [{
1387
- "rounded-tl": h()
1421
+ "rounded-tl": x()
1388
1422
  }],
1389
1423
  /**
1390
1424
  * Border Radius Top Right
1391
1425
  * @see https://tailwindcss.com/docs/border-radius
1392
1426
  */
1393
1427
  "rounded-tr": [{
1394
- "rounded-tr": h()
1428
+ "rounded-tr": x()
1395
1429
  }],
1396
1430
  /**
1397
1431
  * Border Radius Bottom Right
1398
1432
  * @see https://tailwindcss.com/docs/border-radius
1399
1433
  */
1400
1434
  "rounded-br": [{
1401
- "rounded-br": h()
1435
+ "rounded-br": x()
1402
1436
  }],
1403
1437
  /**
1404
1438
  * Border Radius Bottom Left
1405
1439
  * @see https://tailwindcss.com/docs/border-radius
1406
1440
  */
1407
1441
  "rounded-bl": [{
1408
- "rounded-bl": h()
1442
+ "rounded-bl": x()
1409
1443
  }],
1410
1444
  /**
1411
1445
  * Border Width
@@ -1499,112 +1533,112 @@ const f = (e) => {
1499
1533
  * @see https://tailwindcss.com/docs/border-style
1500
1534
  */
1501
1535
  "border-style": [{
1502
- border: [...$(), "hidden", "none"]
1536
+ border: [...q(), "hidden", "none"]
1503
1537
  }],
1504
1538
  /**
1505
1539
  * Divide Style
1506
1540
  * @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
1507
1541
  */
1508
1542
  "divide-style": [{
1509
- divide: [...$(), "hidden", "none"]
1543
+ divide: [...q(), "hidden", "none"]
1510
1544
  }],
1511
1545
  /**
1512
1546
  * Border Color
1513
1547
  * @see https://tailwindcss.com/docs/border-color
1514
1548
  */
1515
1549
  "border-color": [{
1516
- border: u()
1550
+ border: a()
1517
1551
  }],
1518
1552
  /**
1519
1553
  * Border Color X
1520
1554
  * @see https://tailwindcss.com/docs/border-color
1521
1555
  */
1522
1556
  "border-color-x": [{
1523
- "border-x": u()
1557
+ "border-x": a()
1524
1558
  }],
1525
1559
  /**
1526
1560
  * Border Color Y
1527
1561
  * @see https://tailwindcss.com/docs/border-color
1528
1562
  */
1529
1563
  "border-color-y": [{
1530
- "border-y": u()
1564
+ "border-y": a()
1531
1565
  }],
1532
1566
  /**
1533
1567
  * Border Color S
1534
1568
  * @see https://tailwindcss.com/docs/border-color
1535
1569
  */
1536
1570
  "border-color-s": [{
1537
- "border-s": u()
1571
+ "border-s": a()
1538
1572
  }],
1539
1573
  /**
1540
1574
  * Border Color E
1541
1575
  * @see https://tailwindcss.com/docs/border-color
1542
1576
  */
1543
1577
  "border-color-e": [{
1544
- "border-e": u()
1578
+ "border-e": a()
1545
1579
  }],
1546
1580
  /**
1547
1581
  * Border Color Top
1548
1582
  * @see https://tailwindcss.com/docs/border-color
1549
1583
  */
1550
1584
  "border-color-t": [{
1551
- "border-t": u()
1585
+ "border-t": a()
1552
1586
  }],
1553
1587
  /**
1554
1588
  * Border Color Right
1555
1589
  * @see https://tailwindcss.com/docs/border-color
1556
1590
  */
1557
1591
  "border-color-r": [{
1558
- "border-r": u()
1592
+ "border-r": a()
1559
1593
  }],
1560
1594
  /**
1561
1595
  * Border Color Bottom
1562
1596
  * @see https://tailwindcss.com/docs/border-color
1563
1597
  */
1564
1598
  "border-color-b": [{
1565
- "border-b": u()
1599
+ "border-b": a()
1566
1600
  }],
1567
1601
  /**
1568
1602
  * Border Color Left
1569
1603
  * @see https://tailwindcss.com/docs/border-color
1570
1604
  */
1571
1605
  "border-color-l": [{
1572
- "border-l": u()
1606
+ "border-l": a()
1573
1607
  }],
1574
1608
  /**
1575
1609
  * Divide Color
1576
1610
  * @see https://tailwindcss.com/docs/divide-color
1577
1611
  */
1578
1612
  "divide-color": [{
1579
- divide: u()
1613
+ divide: a()
1580
1614
  }],
1581
1615
  /**
1582
1616
  * Outline Style
1583
1617
  * @see https://tailwindcss.com/docs/outline-style
1584
1618
  */
1585
1619
  "outline-style": [{
1586
- outline: [...$(), "none", "hidden"]
1620
+ outline: [...q(), "none", "hidden"]
1587
1621
  }],
1588
1622
  /**
1589
1623
  * Outline Offset
1590
1624
  * @see https://tailwindcss.com/docs/outline-offset
1591
1625
  */
1592
1626
  "outline-offset": [{
1593
- "outline-offset": [d, o, t]
1627
+ "outline-offset": [d, t, r]
1594
1628
  }],
1595
1629
  /**
1596
1630
  * Outline Width
1597
1631
  * @see https://tailwindcss.com/docs/outline-width
1598
1632
  */
1599
1633
  "outline-w": [{
1600
- outline: ["", d, _, I]
1634
+ outline: ["", d, W, P]
1601
1635
  }],
1602
1636
  /**
1603
1637
  * Outline Color
1604
1638
  * @see https://tailwindcss.com/docs/outline-color
1605
1639
  */
1606
1640
  "outline-color": [{
1607
- outline: [e]
1641
+ outline: a()
1608
1642
  }],
1609
1643
  // ---------------
1610
1644
  // --- Effects ---
@@ -1618,9 +1652,9 @@ const f = (e) => {
1618
1652
  // Deprecated since Tailwind CSS v4.0.0
1619
1653
  "",
1620
1654
  "none",
1621
- m,
1622
- or,
1623
- Ye
1655
+ h,
1656
+ K,
1657
+ D
1624
1658
  ]
1625
1659
  }],
1626
1660
  /**
@@ -1628,21 +1662,21 @@ const f = (e) => {
1628
1662
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
1629
1663
  */
1630
1664
  "shadow-color": [{
1631
- shadow: u()
1665
+ shadow: a()
1632
1666
  }],
1633
1667
  /**
1634
1668
  * Inset Box Shadow
1635
1669
  * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
1636
1670
  */
1637
1671
  "inset-shadow": [{
1638
- "inset-shadow": ["none", o, t, z]
1672
+ "inset-shadow": ["none", M, K, D]
1639
1673
  }],
1640
1674
  /**
1641
1675
  * Inset Box Shadow Color
1642
1676
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
1643
1677
  */
1644
1678
  "inset-shadow-color": [{
1645
- "inset-shadow": u()
1679
+ "inset-shadow": a()
1646
1680
  }],
1647
1681
  /**
1648
1682
  * Ring Width
@@ -1663,7 +1697,7 @@ const f = (e) => {
1663
1697
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
1664
1698
  */
1665
1699
  "ring-color": [{
1666
- ring: u()
1700
+ ring: a()
1667
1701
  }],
1668
1702
  /**
1669
1703
  * Ring Offset Width
@@ -1672,7 +1706,7 @@ const f = (e) => {
1672
1706
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1673
1707
  */
1674
1708
  "ring-offset-w": [{
1675
- "ring-offset": [d, I]
1709
+ "ring-offset": [d, P]
1676
1710
  }],
1677
1711
  /**
1678
1712
  * Ring Offset Color
@@ -1681,7 +1715,7 @@ const f = (e) => {
1681
1715
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1682
1716
  */
1683
1717
  "ring-offset-color": [{
1684
- "ring-offset": u()
1718
+ "ring-offset": a()
1685
1719
  }],
1686
1720
  /**
1687
1721
  * Inset Ring Width
@@ -1695,28 +1729,238 @@ const f = (e) => {
1695
1729
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
1696
1730
  */
1697
1731
  "inset-ring-color": [{
1698
- "inset-ring": u()
1732
+ "inset-ring": a()
1733
+ }],
1734
+ /**
1735
+ * Text Shadow
1736
+ * @see https://tailwindcss.com/docs/text-shadow
1737
+ */
1738
+ "text-shadow": [{
1739
+ "text-shadow": ["none", O, K, D]
1740
+ }],
1741
+ /**
1742
+ * Text Shadow Color
1743
+ * @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
1744
+ */
1745
+ "text-shadow-color": [{
1746
+ "text-shadow": a()
1699
1747
  }],
1700
1748
  /**
1701
1749
  * Opacity
1702
1750
  * @see https://tailwindcss.com/docs/opacity
1703
1751
  */
1704
1752
  opacity: [{
1705
- opacity: [d, o, t]
1753
+ opacity: [d, t, r]
1706
1754
  }],
1707
1755
  /**
1708
1756
  * Mix Blend Mode
1709
1757
  * @see https://tailwindcss.com/docs/mix-blend-mode
1710
1758
  */
1711
1759
  "mix-blend": [{
1712
- "mix-blend": [...ne(), "plus-darker", "plus-lighter"]
1760
+ "mix-blend": [...pe(), "plus-darker", "plus-lighter"]
1713
1761
  }],
1714
1762
  /**
1715
1763
  * Background Blend Mode
1716
1764
  * @see https://tailwindcss.com/docs/background-blend-mode
1717
1765
  */
1718
1766
  "bg-blend": [{
1719
- "bg-blend": ne()
1767
+ "bg-blend": pe()
1768
+ }],
1769
+ /**
1770
+ * Mask Clip
1771
+ * @see https://tailwindcss.com/docs/mask-clip
1772
+ */
1773
+ "mask-clip": [{
1774
+ "mask-clip": ["border", "padding", "content", "fill", "stroke", "view"]
1775
+ }, "mask-no-clip"],
1776
+ /**
1777
+ * Mask Composite
1778
+ * @see https://tailwindcss.com/docs/mask-composite
1779
+ */
1780
+ "mask-composite": [{
1781
+ mask: ["add", "subtract", "intersect", "exclude"]
1782
+ }],
1783
+ /**
1784
+ * Mask Image
1785
+ * @see https://tailwindcss.com/docs/mask-image
1786
+ */
1787
+ "mask-image-linear-pos": [{
1788
+ "mask-linear": [d]
1789
+ }],
1790
+ "mask-image-linear-from-pos": [{
1791
+ "mask-linear-from": b()
1792
+ }],
1793
+ "mask-image-linear-to-pos": [{
1794
+ "mask-linear-to": b()
1795
+ }],
1796
+ "mask-image-linear-from-color": [{
1797
+ "mask-linear-from": a()
1798
+ }],
1799
+ "mask-image-linear-to-color": [{
1800
+ "mask-linear-to": a()
1801
+ }],
1802
+ "mask-image-t-from-pos": [{
1803
+ "mask-t-from": b()
1804
+ }],
1805
+ "mask-image-t-to-pos": [{
1806
+ "mask-t-to": b()
1807
+ }],
1808
+ "mask-image-t-from-color": [{
1809
+ "mask-t-from": a()
1810
+ }],
1811
+ "mask-image-t-to-color": [{
1812
+ "mask-t-to": a()
1813
+ }],
1814
+ "mask-image-r-from-pos": [{
1815
+ "mask-r-from": b()
1816
+ }],
1817
+ "mask-image-r-to-pos": [{
1818
+ "mask-r-to": b()
1819
+ }],
1820
+ "mask-image-r-from-color": [{
1821
+ "mask-r-from": a()
1822
+ }],
1823
+ "mask-image-r-to-color": [{
1824
+ "mask-r-to": a()
1825
+ }],
1826
+ "mask-image-b-from-pos": [{
1827
+ "mask-b-from": b()
1828
+ }],
1829
+ "mask-image-b-to-pos": [{
1830
+ "mask-b-to": b()
1831
+ }],
1832
+ "mask-image-b-from-color": [{
1833
+ "mask-b-from": a()
1834
+ }],
1835
+ "mask-image-b-to-color": [{
1836
+ "mask-b-to": a()
1837
+ }],
1838
+ "mask-image-l-from-pos": [{
1839
+ "mask-l-from": b()
1840
+ }],
1841
+ "mask-image-l-to-pos": [{
1842
+ "mask-l-to": b()
1843
+ }],
1844
+ "mask-image-l-from-color": [{
1845
+ "mask-l-from": a()
1846
+ }],
1847
+ "mask-image-l-to-color": [{
1848
+ "mask-l-to": a()
1849
+ }],
1850
+ "mask-image-x-from-pos": [{
1851
+ "mask-x-from": b()
1852
+ }],
1853
+ "mask-image-x-to-pos": [{
1854
+ "mask-x-to": b()
1855
+ }],
1856
+ "mask-image-x-from-color": [{
1857
+ "mask-x-from": a()
1858
+ }],
1859
+ "mask-image-x-to-color": [{
1860
+ "mask-x-to": a()
1861
+ }],
1862
+ "mask-image-y-from-pos": [{
1863
+ "mask-y-from": b()
1864
+ }],
1865
+ "mask-image-y-to-pos": [{
1866
+ "mask-y-to": b()
1867
+ }],
1868
+ "mask-image-y-from-color": [{
1869
+ "mask-y-from": a()
1870
+ }],
1871
+ "mask-image-y-to-color": [{
1872
+ "mask-y-to": a()
1873
+ }],
1874
+ "mask-image-radial": [{
1875
+ "mask-radial": [t, r]
1876
+ }],
1877
+ "mask-image-radial-from-pos": [{
1878
+ "mask-radial-from": b()
1879
+ }],
1880
+ "mask-image-radial-to-pos": [{
1881
+ "mask-radial-to": b()
1882
+ }],
1883
+ "mask-image-radial-from-color": [{
1884
+ "mask-radial-from": a()
1885
+ }],
1886
+ "mask-image-radial-to-color": [{
1887
+ "mask-radial-to": a()
1888
+ }],
1889
+ "mask-image-radial-shape": [{
1890
+ "mask-radial": ["circle", "ellipse"]
1891
+ }],
1892
+ "mask-image-radial-size": [{
1893
+ "mask-radial": [{
1894
+ closest: ["side", "corner"],
1895
+ farthest: ["side", "corner"]
1896
+ }]
1897
+ }],
1898
+ "mask-image-radial-pos": [{
1899
+ "mask-radial-at": T()
1900
+ }],
1901
+ "mask-image-conic-pos": [{
1902
+ "mask-conic": [d]
1903
+ }],
1904
+ "mask-image-conic-from-pos": [{
1905
+ "mask-conic-from": b()
1906
+ }],
1907
+ "mask-image-conic-to-pos": [{
1908
+ "mask-conic-to": b()
1909
+ }],
1910
+ "mask-image-conic-from-color": [{
1911
+ "mask-conic-from": a()
1912
+ }],
1913
+ "mask-image-conic-to-color": [{
1914
+ "mask-conic-to": a()
1915
+ }],
1916
+ /**
1917
+ * Mask Mode
1918
+ * @see https://tailwindcss.com/docs/mask-mode
1919
+ */
1920
+ "mask-mode": [{
1921
+ mask: ["alpha", "luminance", "match"]
1922
+ }],
1923
+ /**
1924
+ * Mask Origin
1925
+ * @see https://tailwindcss.com/docs/mask-origin
1926
+ */
1927
+ "mask-origin": [{
1928
+ "mask-origin": ["border", "padding", "content", "fill", "stroke", "view"]
1929
+ }],
1930
+ /**
1931
+ * Mask Position
1932
+ * @see https://tailwindcss.com/docs/mask-position
1933
+ */
1934
+ "mask-position": [{
1935
+ mask: ce()
1936
+ }],
1937
+ /**
1938
+ * Mask Repeat
1939
+ * @see https://tailwindcss.com/docs/mask-repeat
1940
+ */
1941
+ "mask-repeat": [{
1942
+ mask: de()
1943
+ }],
1944
+ /**
1945
+ * Mask Size
1946
+ * @see https://tailwindcss.com/docs/mask-size
1947
+ */
1948
+ "mask-size": [{
1949
+ mask: me()
1950
+ }],
1951
+ /**
1952
+ * Mask Type
1953
+ * @see https://tailwindcss.com/docs/mask-type
1954
+ */
1955
+ "mask-type": [{
1956
+ "mask-type": ["alpha", "luminance"]
1957
+ }],
1958
+ /**
1959
+ * Mask Image
1960
+ * @see https://tailwindcss.com/docs/mask-image
1961
+ */
1962
+ "mask-image": [{
1963
+ mask: ["none", t, r]
1720
1964
  }],
1721
1965
  // ---------------
1722
1966
  // --- Filters ---
@@ -1730,8 +1974,8 @@ const f = (e) => {
1730
1974
  // Deprecated since Tailwind CSS v3.0.0
1731
1975
  "",
1732
1976
  "none",
1733
- o,
1734
- t
1977
+ t,
1978
+ r
1735
1979
  ]
1736
1980
  }],
1737
1981
  /**
@@ -1739,21 +1983,21 @@ const f = (e) => {
1739
1983
  * @see https://tailwindcss.com/docs/blur
1740
1984
  */
1741
1985
  blur: [{
1742
- blur: se()
1986
+ blur: ue()
1743
1987
  }],
1744
1988
  /**
1745
1989
  * Brightness
1746
1990
  * @see https://tailwindcss.com/docs/brightness
1747
1991
  */
1748
1992
  brightness: [{
1749
- brightness: [d, o, t]
1993
+ brightness: [d, t, r]
1750
1994
  }],
1751
1995
  /**
1752
1996
  * Contrast
1753
1997
  * @see https://tailwindcss.com/docs/contrast
1754
1998
  */
1755
1999
  contrast: [{
1756
- contrast: [d, o, t]
2000
+ contrast: [d, t, r]
1757
2001
  }],
1758
2002
  /**
1759
2003
  * Drop Shadow
@@ -1764,45 +2008,52 @@ const f = (e) => {
1764
2008
  // Deprecated since Tailwind CSS v4.0.0
1765
2009
  "",
1766
2010
  "none",
1767
- V,
1768
- o,
1769
- t
2011
+ F,
2012
+ K,
2013
+ D
1770
2014
  ]
1771
2015
  }],
2016
+ /**
2017
+ * Drop Shadow Color
2018
+ * @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
2019
+ */
2020
+ "drop-shadow-color": [{
2021
+ "drop-shadow": a()
2022
+ }],
1772
2023
  /**
1773
2024
  * Grayscale
1774
2025
  * @see https://tailwindcss.com/docs/grayscale
1775
2026
  */
1776
2027
  grayscale: [{
1777
- grayscale: ["", d, o, t]
2028
+ grayscale: ["", d, t, r]
1778
2029
  }],
1779
2030
  /**
1780
2031
  * Hue Rotate
1781
2032
  * @see https://tailwindcss.com/docs/hue-rotate
1782
2033
  */
1783
2034
  "hue-rotate": [{
1784
- "hue-rotate": [d, o, t]
2035
+ "hue-rotate": [d, t, r]
1785
2036
  }],
1786
2037
  /**
1787
2038
  * Invert
1788
2039
  * @see https://tailwindcss.com/docs/invert
1789
2040
  */
1790
2041
  invert: [{
1791
- invert: ["", d, o, t]
2042
+ invert: ["", d, t, r]
1792
2043
  }],
1793
2044
  /**
1794
2045
  * Saturate
1795
2046
  * @see https://tailwindcss.com/docs/saturate
1796
2047
  */
1797
2048
  saturate: [{
1798
- saturate: [d, o, t]
2049
+ saturate: [d, t, r]
1799
2050
  }],
1800
2051
  /**
1801
2052
  * Sepia
1802
2053
  * @see https://tailwindcss.com/docs/sepia
1803
2054
  */
1804
2055
  sepia: [{
1805
- sepia: ["", d, o, t]
2056
+ sepia: ["", d, t, r]
1806
2057
  }],
1807
2058
  /**
1808
2059
  * Backdrop Filter
@@ -1813,8 +2064,8 @@ const f = (e) => {
1813
2064
  // Deprecated since Tailwind CSS v3.0.0
1814
2065
  "",
1815
2066
  "none",
1816
- o,
1817
- t
2067
+ t,
2068
+ r
1818
2069
  ]
1819
2070
  }],
1820
2071
  /**
@@ -1822,63 +2073,63 @@ const f = (e) => {
1822
2073
  * @see https://tailwindcss.com/docs/backdrop-blur
1823
2074
  */
1824
2075
  "backdrop-blur": [{
1825
- "backdrop-blur": se()
2076
+ "backdrop-blur": ue()
1826
2077
  }],
1827
2078
  /**
1828
2079
  * Backdrop Brightness
1829
2080
  * @see https://tailwindcss.com/docs/backdrop-brightness
1830
2081
  */
1831
2082
  "backdrop-brightness": [{
1832
- "backdrop-brightness": [d, o, t]
2083
+ "backdrop-brightness": [d, t, r]
1833
2084
  }],
1834
2085
  /**
1835
2086
  * Backdrop Contrast
1836
2087
  * @see https://tailwindcss.com/docs/backdrop-contrast
1837
2088
  */
1838
2089
  "backdrop-contrast": [{
1839
- "backdrop-contrast": [d, o, t]
2090
+ "backdrop-contrast": [d, t, r]
1840
2091
  }],
1841
2092
  /**
1842
2093
  * Backdrop Grayscale
1843
2094
  * @see https://tailwindcss.com/docs/backdrop-grayscale
1844
2095
  */
1845
2096
  "backdrop-grayscale": [{
1846
- "backdrop-grayscale": ["", d, o, t]
2097
+ "backdrop-grayscale": ["", d, t, r]
1847
2098
  }],
1848
2099
  /**
1849
2100
  * Backdrop Hue Rotate
1850
2101
  * @see https://tailwindcss.com/docs/backdrop-hue-rotate
1851
2102
  */
1852
2103
  "backdrop-hue-rotate": [{
1853
- "backdrop-hue-rotate": [d, o, t]
2104
+ "backdrop-hue-rotate": [d, t, r]
1854
2105
  }],
1855
2106
  /**
1856
2107
  * Backdrop Invert
1857
2108
  * @see https://tailwindcss.com/docs/backdrop-invert
1858
2109
  */
1859
2110
  "backdrop-invert": [{
1860
- "backdrop-invert": ["", d, o, t]
2111
+ "backdrop-invert": ["", d, t, r]
1861
2112
  }],
1862
2113
  /**
1863
2114
  * Backdrop Opacity
1864
2115
  * @see https://tailwindcss.com/docs/backdrop-opacity
1865
2116
  */
1866
2117
  "backdrop-opacity": [{
1867
- "backdrop-opacity": [d, o, t]
2118
+ "backdrop-opacity": [d, t, r]
1868
2119
  }],
1869
2120
  /**
1870
2121
  * Backdrop Saturate
1871
2122
  * @see https://tailwindcss.com/docs/backdrop-saturate
1872
2123
  */
1873
2124
  "backdrop-saturate": [{
1874
- "backdrop-saturate": [d, o, t]
2125
+ "backdrop-saturate": [d, t, r]
1875
2126
  }],
1876
2127
  /**
1877
2128
  * Backdrop Sepia
1878
2129
  * @see https://tailwindcss.com/docs/backdrop-sepia
1879
2130
  */
1880
2131
  "backdrop-sepia": [{
1881
- "backdrop-sepia": ["", d, o, t]
2132
+ "backdrop-sepia": ["", d, t, r]
1882
2133
  }],
1883
2134
  // --------------
1884
2135
  // --- Tables ---
@@ -1895,21 +2146,21 @@ const f = (e) => {
1895
2146
  * @see https://tailwindcss.com/docs/border-spacing
1896
2147
  */
1897
2148
  "border-spacing": [{
1898
- "border-spacing": i()
2149
+ "border-spacing": l()
1899
2150
  }],
1900
2151
  /**
1901
2152
  * Border Spacing X
1902
2153
  * @see https://tailwindcss.com/docs/border-spacing
1903
2154
  */
1904
2155
  "border-spacing-x": [{
1905
- "border-spacing-x": i()
2156
+ "border-spacing-x": l()
1906
2157
  }],
1907
2158
  /**
1908
2159
  * Border Spacing Y
1909
2160
  * @see https://tailwindcss.com/docs/border-spacing
1910
2161
  */
1911
2162
  "border-spacing-y": [{
1912
- "border-spacing-y": i()
2163
+ "border-spacing-y": l()
1913
2164
  }],
1914
2165
  /**
1915
2166
  * Table Layout
@@ -1933,7 +2184,7 @@ const f = (e) => {
1933
2184
  * @see https://tailwindcss.com/docs/transition-property
1934
2185
  */
1935
2186
  transition: [{
1936
- transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", o, t]
2187
+ transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", t, r]
1937
2188
  }],
1938
2189
  /**
1939
2190
  * Transition Behavior
@@ -1947,28 +2198,28 @@ const f = (e) => {
1947
2198
  * @see https://tailwindcss.com/docs/transition-duration
1948
2199
  */
1949
2200
  duration: [{
1950
- duration: [d, "initial", o, t]
2201
+ duration: [d, "initial", t, r]
1951
2202
  }],
1952
2203
  /**
1953
2204
  * Transition Timing Function
1954
2205
  * @see https://tailwindcss.com/docs/transition-timing-function
1955
2206
  */
1956
2207
  ease: [{
1957
- ease: ["linear", "initial", R, o, t]
2208
+ ease: ["linear", "initial", A, t, r]
1958
2209
  }],
1959
2210
  /**
1960
2211
  * Transition Delay
1961
2212
  * @see https://tailwindcss.com/docs/transition-delay
1962
2213
  */
1963
2214
  delay: [{
1964
- delay: [d, o, t]
2215
+ delay: [d, t, r]
1965
2216
  }],
1966
2217
  /**
1967
2218
  * Animation
1968
2219
  * @see https://tailwindcss.com/docs/animation
1969
2220
  */
1970
2221
  animate: [{
1971
- animate: ["none", S, o, t]
2222
+ animate: ["none", $, t, r]
1972
2223
  }],
1973
2224
  // ------------------
1974
2225
  // --- Transforms ---
@@ -1985,70 +2236,70 @@ const f = (e) => {
1985
2236
  * @see https://tailwindcss.com/docs/perspective
1986
2237
  */
1987
2238
  perspective: [{
1988
- perspective: [x, o, t]
2239
+ perspective: [y, t, r]
1989
2240
  }],
1990
2241
  /**
1991
2242
  * Perspective Origin
1992
2243
  * @see https://tailwindcss.com/docs/perspective-origin
1993
2244
  */
1994
2245
  "perspective-origin": [{
1995
- "perspective-origin": ie()
2246
+ "perspective-origin": E()
1996
2247
  }],
1997
2248
  /**
1998
2249
  * Rotate
1999
2250
  * @see https://tailwindcss.com/docs/rotate
2000
2251
  */
2001
2252
  rotate: [{
2002
- rotate: W()
2253
+ rotate: H()
2003
2254
  }],
2004
2255
  /**
2005
2256
  * Rotate X
2006
2257
  * @see https://tailwindcss.com/docs/rotate
2007
2258
  */
2008
2259
  "rotate-x": [{
2009
- "rotate-x": W()
2260
+ "rotate-x": H()
2010
2261
  }],
2011
2262
  /**
2012
2263
  * Rotate Y
2013
2264
  * @see https://tailwindcss.com/docs/rotate
2014
2265
  */
2015
2266
  "rotate-y": [{
2016
- "rotate-y": W()
2267
+ "rotate-y": H()
2017
2268
  }],
2018
2269
  /**
2019
2270
  * Rotate Z
2020
2271
  * @see https://tailwindcss.com/docs/rotate
2021
2272
  */
2022
2273
  "rotate-z": [{
2023
- "rotate-z": W()
2274
+ "rotate-z": H()
2024
2275
  }],
2025
2276
  /**
2026
2277
  * Scale
2027
2278
  * @see https://tailwindcss.com/docs/scale
2028
2279
  */
2029
2280
  scale: [{
2030
- scale: U()
2281
+ scale: J()
2031
2282
  }],
2032
2283
  /**
2033
2284
  * Scale X
2034
2285
  * @see https://tailwindcss.com/docs/scale
2035
2286
  */
2036
2287
  "scale-x": [{
2037
- "scale-x": U()
2288
+ "scale-x": J()
2038
2289
  }],
2039
2290
  /**
2040
2291
  * Scale Y
2041
2292
  * @see https://tailwindcss.com/docs/scale
2042
2293
  */
2043
2294
  "scale-y": [{
2044
- "scale-y": U()
2295
+ "scale-y": J()
2045
2296
  }],
2046
2297
  /**
2047
2298
  * Scale Z
2048
2299
  * @see https://tailwindcss.com/docs/scale
2049
2300
  */
2050
2301
  "scale-z": [{
2051
- "scale-z": U()
2302
+ "scale-z": J()
2052
2303
  }],
2053
2304
  /**
2054
2305
  * Scale 3D
@@ -2060,35 +2311,35 @@ const f = (e) => {
2060
2311
  * @see https://tailwindcss.com/docs/skew
2061
2312
  */
2062
2313
  skew: [{
2063
- skew: X()
2314
+ skew: Z()
2064
2315
  }],
2065
2316
  /**
2066
2317
  * Skew X
2067
2318
  * @see https://tailwindcss.com/docs/skew
2068
2319
  */
2069
2320
  "skew-x": [{
2070
- "skew-x": X()
2321
+ "skew-x": Z()
2071
2322
  }],
2072
2323
  /**
2073
2324
  * Skew Y
2074
2325
  * @see https://tailwindcss.com/docs/skew
2075
2326
  */
2076
2327
  "skew-y": [{
2077
- "skew-y": X()
2328
+ "skew-y": Z()
2078
2329
  }],
2079
2330
  /**
2080
2331
  * Transform
2081
2332
  * @see https://tailwindcss.com/docs/transform
2082
2333
  */
2083
2334
  transform: [{
2084
- transform: [o, t, "", "none", "gpu", "cpu"]
2335
+ transform: [t, r, "", "none", "gpu", "cpu"]
2085
2336
  }],
2086
2337
  /**
2087
2338
  * Transform Origin
2088
2339
  * @see https://tailwindcss.com/docs/transform-origin
2089
2340
  */
2090
2341
  "transform-origin": [{
2091
- origin: ie()
2342
+ origin: E()
2092
2343
  }],
2093
2344
  /**
2094
2345
  * Transform Style
@@ -2102,28 +2353,28 @@ const f = (e) => {
2102
2353
  * @see https://tailwindcss.com/docs/translate
2103
2354
  */
2104
2355
  translate: [{
2105
- translate: q()
2356
+ translate: X()
2106
2357
  }],
2107
2358
  /**
2108
2359
  * Translate X
2109
2360
  * @see https://tailwindcss.com/docs/translate
2110
2361
  */
2111
2362
  "translate-x": [{
2112
- "translate-x": q()
2363
+ "translate-x": X()
2113
2364
  }],
2114
2365
  /**
2115
2366
  * Translate Y
2116
2367
  * @see https://tailwindcss.com/docs/translate
2117
2368
  */
2118
2369
  "translate-y": [{
2119
- "translate-y": q()
2370
+ "translate-y": X()
2120
2371
  }],
2121
2372
  /**
2122
2373
  * Translate Z
2123
2374
  * @see https://tailwindcss.com/docs/translate
2124
2375
  */
2125
2376
  "translate-z": [{
2126
- "translate-z": q()
2377
+ "translate-z": X()
2127
2378
  }],
2128
2379
  /**
2129
2380
  * Translate None
@@ -2138,7 +2389,7 @@ const f = (e) => {
2138
2389
  * @see https://tailwindcss.com/docs/accent-color
2139
2390
  */
2140
2391
  accent: [{
2141
- accent: u()
2392
+ accent: a()
2142
2393
  }],
2143
2394
  /**
2144
2395
  * Appearance
@@ -2152,7 +2403,7 @@ const f = (e) => {
2152
2403
  * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2153
2404
  */
2154
2405
  "caret-color": [{
2155
- caret: u()
2406
+ caret: a()
2156
2407
  }],
2157
2408
  /**
2158
2409
  * Color Scheme
@@ -2166,7 +2417,7 @@ const f = (e) => {
2166
2417
  * @see https://tailwindcss.com/docs/cursor
2167
2418
  */
2168
2419
  cursor: [{
2169
- 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", o, t]
2420
+ 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", t, r]
2170
2421
  }],
2171
2422
  /**
2172
2423
  * Field Sizing
@@ -2201,126 +2452,126 @@ const f = (e) => {
2201
2452
  * @see https://tailwindcss.com/docs/scroll-margin
2202
2453
  */
2203
2454
  "scroll-m": [{
2204
- "scroll-m": i()
2455
+ "scroll-m": l()
2205
2456
  }],
2206
2457
  /**
2207
2458
  * Scroll Margin X
2208
2459
  * @see https://tailwindcss.com/docs/scroll-margin
2209
2460
  */
2210
2461
  "scroll-mx": [{
2211
- "scroll-mx": i()
2462
+ "scroll-mx": l()
2212
2463
  }],
2213
2464
  /**
2214
2465
  * Scroll Margin Y
2215
2466
  * @see https://tailwindcss.com/docs/scroll-margin
2216
2467
  */
2217
2468
  "scroll-my": [{
2218
- "scroll-my": i()
2469
+ "scroll-my": l()
2219
2470
  }],
2220
2471
  /**
2221
2472
  * Scroll Margin Start
2222
2473
  * @see https://tailwindcss.com/docs/scroll-margin
2223
2474
  */
2224
2475
  "scroll-ms": [{
2225
- "scroll-ms": i()
2476
+ "scroll-ms": l()
2226
2477
  }],
2227
2478
  /**
2228
2479
  * Scroll Margin End
2229
2480
  * @see https://tailwindcss.com/docs/scroll-margin
2230
2481
  */
2231
2482
  "scroll-me": [{
2232
- "scroll-me": i()
2483
+ "scroll-me": l()
2233
2484
  }],
2234
2485
  /**
2235
2486
  * Scroll Margin Top
2236
2487
  * @see https://tailwindcss.com/docs/scroll-margin
2237
2488
  */
2238
2489
  "scroll-mt": [{
2239
- "scroll-mt": i()
2490
+ "scroll-mt": l()
2240
2491
  }],
2241
2492
  /**
2242
2493
  * Scroll Margin Right
2243
2494
  * @see https://tailwindcss.com/docs/scroll-margin
2244
2495
  */
2245
2496
  "scroll-mr": [{
2246
- "scroll-mr": i()
2497
+ "scroll-mr": l()
2247
2498
  }],
2248
2499
  /**
2249
2500
  * Scroll Margin Bottom
2250
2501
  * @see https://tailwindcss.com/docs/scroll-margin
2251
2502
  */
2252
2503
  "scroll-mb": [{
2253
- "scroll-mb": i()
2504
+ "scroll-mb": l()
2254
2505
  }],
2255
2506
  /**
2256
2507
  * Scroll Margin Left
2257
2508
  * @see https://tailwindcss.com/docs/scroll-margin
2258
2509
  */
2259
2510
  "scroll-ml": [{
2260
- "scroll-ml": i()
2511
+ "scroll-ml": l()
2261
2512
  }],
2262
2513
  /**
2263
2514
  * Scroll Padding
2264
2515
  * @see https://tailwindcss.com/docs/scroll-padding
2265
2516
  */
2266
2517
  "scroll-p": [{
2267
- "scroll-p": i()
2518
+ "scroll-p": l()
2268
2519
  }],
2269
2520
  /**
2270
2521
  * Scroll Padding X
2271
2522
  * @see https://tailwindcss.com/docs/scroll-padding
2272
2523
  */
2273
2524
  "scroll-px": [{
2274
- "scroll-px": i()
2525
+ "scroll-px": l()
2275
2526
  }],
2276
2527
  /**
2277
2528
  * Scroll Padding Y
2278
2529
  * @see https://tailwindcss.com/docs/scroll-padding
2279
2530
  */
2280
2531
  "scroll-py": [{
2281
- "scroll-py": i()
2532
+ "scroll-py": l()
2282
2533
  }],
2283
2534
  /**
2284
2535
  * Scroll Padding Start
2285
2536
  * @see https://tailwindcss.com/docs/scroll-padding
2286
2537
  */
2287
2538
  "scroll-ps": [{
2288
- "scroll-ps": i()
2539
+ "scroll-ps": l()
2289
2540
  }],
2290
2541
  /**
2291
2542
  * Scroll Padding End
2292
2543
  * @see https://tailwindcss.com/docs/scroll-padding
2293
2544
  */
2294
2545
  "scroll-pe": [{
2295
- "scroll-pe": i()
2546
+ "scroll-pe": l()
2296
2547
  }],
2297
2548
  /**
2298
2549
  * Scroll Padding Top
2299
2550
  * @see https://tailwindcss.com/docs/scroll-padding
2300
2551
  */
2301
2552
  "scroll-pt": [{
2302
- "scroll-pt": i()
2553
+ "scroll-pt": l()
2303
2554
  }],
2304
2555
  /**
2305
2556
  * Scroll Padding Right
2306
2557
  * @see https://tailwindcss.com/docs/scroll-padding
2307
2558
  */
2308
2559
  "scroll-pr": [{
2309
- "scroll-pr": i()
2560
+ "scroll-pr": l()
2310
2561
  }],
2311
2562
  /**
2312
2563
  * Scroll Padding Bottom
2313
2564
  * @see https://tailwindcss.com/docs/scroll-padding
2314
2565
  */
2315
2566
  "scroll-pb": [{
2316
- "scroll-pb": i()
2567
+ "scroll-pb": l()
2317
2568
  }],
2318
2569
  /**
2319
2570
  * Scroll Padding Left
2320
2571
  * @see https://tailwindcss.com/docs/scroll-padding
2321
2572
  */
2322
2573
  "scroll-pl": [{
2323
- "scroll-pl": i()
2574
+ "scroll-pl": l()
2324
2575
  }],
2325
2576
  /**
2326
2577
  * Scroll Snap Align
@@ -2388,7 +2639,7 @@ const f = (e) => {
2388
2639
  * @see https://tailwindcss.com/docs/will-change
2389
2640
  */
2390
2641
  "will-change": [{
2391
- "will-change": ["auto", "scroll", "contents", "transform", o, t]
2642
+ "will-change": ["auto", "scroll", "contents", "transform", t, r]
2392
2643
  }],
2393
2644
  // -----------
2394
2645
  // --- SVG ---
@@ -2398,21 +2649,21 @@ const f = (e) => {
2398
2649
  * @see https://tailwindcss.com/docs/fill
2399
2650
  */
2400
2651
  fill: [{
2401
- fill: ["none", ...u()]
2652
+ fill: ["none", ...a()]
2402
2653
  }],
2403
2654
  /**
2404
2655
  * Stroke Width
2405
2656
  * @see https://tailwindcss.com/docs/stroke-width
2406
2657
  */
2407
2658
  "stroke-w": [{
2408
- stroke: [d, _, I, D]
2659
+ stroke: [d, W, P, oe]
2409
2660
  }],
2410
2661
  /**
2411
2662
  * Stroke
2412
2663
  * @see https://tailwindcss.com/docs/stroke
2413
2664
  */
2414
2665
  stroke: [{
2415
- stroke: ["none", ...u()]
2666
+ stroke: ["none", ...a()]
2416
2667
  }],
2417
2668
  // ---------------------
2418
2669
  // --- Accessibility ---
@@ -2456,10 +2707,10 @@ const f = (e) => {
2456
2707
  "rounded-b": ["rounded-br", "rounded-bl"],
2457
2708
  "rounded-l": ["rounded-tl", "rounded-bl"],
2458
2709
  "border-spacing": ["border-spacing-x", "border-spacing-y"],
2459
- "border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
2710
+ "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"],
2460
2711
  "border-w-x": ["border-w-r", "border-w-l"],
2461
2712
  "border-w-y": ["border-w-t", "border-w-b"],
2462
- "border-color": ["border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
2713
+ "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"],
2463
2714
  "border-color-x": ["border-color-r", "border-color-l"],
2464
2715
  "border-color-y": ["border-color-t", "border-color-b"],
2465
2716
  translate: ["translate-x", "translate-y", "translate-none"],
@@ -2478,10 +2729,10 @@ const f = (e) => {
2478
2729
  conflictingClassGroupModifiers: {
2479
2730
  "font-size": ["leading"]
2480
2731
  },
2481
- orderSensitiveModifiers: ["before", "after", "placeholder", "file", "marker", "selection", "first-line", "first-letter", "backdrop", "*", "**"]
2732
+ orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
2482
2733
  };
2483
- }, pr = /* @__PURE__ */ je(cr);
2734
+ }, bo = /* @__PURE__ */ Je(uo);
2484
2735
  export {
2485
- pr as t
2736
+ bo as t
2486
2737
  };
2487
- //# sourceMappingURL=bundle-mjs-D6wdQkGI.js.map
2738
+ //# sourceMappingURL=bundle-mjs-LhQum_e3.js.map