@dimasbaguspm/versaur 0.0.0

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