md-components-mdigial-azamat 0.0.1 → 0.0.3

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