@spear-ai/spectral 1.3.62 → 1.3.63

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