md-components-mdigial-azamat 0.0.32 → 0.0.35

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 (158) hide show
  1. package/dist/Actions/downloadFile/downloadFile.js +28 -0
  2. package/dist/Actions/index.js +13 -0
  3. package/dist/Actions/types.js +9 -0
  4. package/dist/AllComponents.js +29 -9
  5. package/dist/AnimatedSwiper/Slide/Slide.js +29 -29
  6. package/dist/AnimatedSwiper/index.js +10 -137
  7. package/dist/Banner/Banner.js +152 -8
  8. package/dist/Banner/index.js +2 -2
  9. package/dist/BannerAndText/index.js +56 -27
  10. package/dist/CardIconList/CardIconList.js +81 -26
  11. package/dist/CardIconList/index.js +2 -2
  12. package/dist/CardImageList/CardImageList.js +75 -8
  13. package/dist/CardImageList/index.js +1 -1
  14. package/dist/CardImageSecondary/CardImageSecondary.js +57 -27
  15. package/dist/CardImageSecondary/index.js +2 -2
  16. package/dist/CardImageSecondaryList/CardImageSecondaryList.js +27 -4
  17. package/dist/CardImageSecondaryList/index.js +1 -1
  18. package/dist/CardInfoTable/index.js +187 -26
  19. package/dist/Cards/CardImage/CardImage.js +2 -2
  20. package/dist/Cards/ColoredCard/index.js +2 -2
  21. package/dist/Cards/ContentCard/ContentCard.js +38 -5
  22. package/dist/Cards/ContentCard/index.js +2 -2
  23. package/dist/Cards/FeaturesCard/index.js +3 -3
  24. package/dist/Cards/WarningCard/WarningCard.js +58 -6
  25. package/dist/Cards/WarningCard/index.js +1 -1
  26. package/dist/Cards/WarningCard/model.js +39 -7
  27. package/dist/ComponentContainer-cdb2528c.js +16 -0
  28. package/dist/ContentCardList/ContentCardList.js +34 -25
  29. package/dist/ContentCardList/index.js +2 -2
  30. package/dist/DownloadFile/components/DownloadFileBanner/DownloadFileBanner.js +41 -5
  31. package/dist/DownloadFile/components/DownloadFileBanner/index.js +2 -2
  32. package/dist/DownloadFile/components/DownloadFileBright/index.js +74 -8
  33. package/dist/DownloadFile/components/DownloadFileFull/DownloadFileFull.js +50 -5
  34. package/dist/DownloadFile/components/DownloadFileFull/index.js +1 -1
  35. package/dist/DownloadFile/components/DownloadFileHalf/DownloadFileHalf.js +46 -5
  36. package/dist/DownloadFile/components/DownloadFileHalf/index.js +2 -2
  37. package/dist/DownloadFile/components/DownloadFileMini/DownloadFileMini.js +56 -5
  38. package/dist/DownloadFile/components/DownloadFileMini/index.js +2 -2
  39. package/dist/Faq/Faq.js +44 -24
  40. package/dist/Faq/components/Collapse/Collapse.js +37 -19
  41. package/dist/Faq/components/FeedbackForm/FeedbackForm.js +1061 -4
  42. package/dist/Faq/components/FeedbackForm/index.js +2 -2
  43. package/dist/Faq/components/PlusMinusIcon/PlusMinusIcon.js +1 -1
  44. package/dist/Faq/index.js +2 -2
  45. package/dist/Footer/Footer.js +452 -0
  46. package/dist/Footer/components/ContactOfFooter/ContactOfFooter.js +34 -0
  47. package/dist/Footer/components/LinkToApp/LinkToApp.js +45 -0
  48. package/dist/Footer/components/LinkToAppMobile/LinkToAppMobile.js +28 -0
  49. package/dist/Footer/components/ListNavigation/ListNavigation.js +221 -0
  50. package/dist/Footer/components/NavigationFooter/NavigationFooter.js +31 -0
  51. package/dist/Footer/components/SocialButtonsList/SocialButtonsList.js +37 -0
  52. package/dist/Footer/types.js +1 -0
  53. package/dist/GooglePlayButton-35331c37.js +100 -0
  54. package/dist/Header/Header.js +8 -0
  55. package/dist/Header/components/HeaderCard/HeaderCard.js +37 -0
  56. package/dist/Header/components/HeaderCard/index.js +4 -0
  57. package/dist/Header/components/HeaderMainMobile/HeaderMainMobile.js +208 -0
  58. package/dist/Header/components/HeaderMenu/HeaderMenu.js +41 -0
  59. package/dist/Header/components/HeaderMenu/index.js +1 -0
  60. package/dist/Header/components/HeaderMenuMobile/HeaderMenuMobile.js +47 -0
  61. package/dist/Header/components/HeaderMobile/HeaderMobile.js +11 -0
  62. package/dist/Header/components/HeaderMobile/index.js +4 -0
  63. package/dist/Header/components/HeaderResults/HeaderResults.js +46 -0
  64. package/dist/Header/components/HeaderResults/index.js +4 -0
  65. package/dist/Header/components/HeaderSearch/HeaderSearch.js +13 -0
  66. package/dist/Header/components/HeaderSearch/index.js +4 -0
  67. package/dist/Header/components/HeaderSearchMobile/HeaderSearchMobile.js +78 -0
  68. package/dist/Header/components/HeaderTab/HeaderTab.js +34 -0
  69. package/dist/Header/components/HeaderTab/index.js +4 -0
  70. package/dist/Header/components/HeaderTabsMobile/HeaderTabsMobile.js +55 -0
  71. package/dist/Header/components/HeaderWeb/HeaderWeb.js +149 -0
  72. package/dist/Header/components/HeaderWeb/index.js +4 -0
  73. package/dist/Header/components/SelectLanguage/SelectLanguage.js +79 -0
  74. package/dist/Header/components/SelectLanguage/index.js +4 -0
  75. package/dist/Header/components/TabsOutlined/TabsOutlined.js +50 -0
  76. package/dist/Header/components/TabsOutlined/index.js +4 -0
  77. package/dist/Header/const.js +4 -0
  78. package/dist/Header/index.js +4 -0
  79. package/dist/Header/types.js +5 -0
  80. package/dist/HeroPossibilityBanner/index.js +1 -1
  81. package/dist/HtmlContent/HtmlContent.js +1 -1
  82. package/dist/Icon-70ea6cb8.js +187 -0
  83. package/dist/InfoBanner/index.js +89 -7
  84. package/dist/InfoBannerList/InfoBannerList.js +5 -5
  85. package/dist/InfoBannerList/index.js +2 -2
  86. package/dist/InstructionList/InstructionList.js +6 -4
  87. package/dist/InstructionList/components/InstructionCard/InstructionCard.js +47 -66
  88. package/dist/InstructionList/components/InstructionCard/index.js +1 -1
  89. package/dist/InstructionList/components/InstructionModal/InstructionModal.js +2 -2
  90. package/dist/InstructionList/index.js +1 -1
  91. package/dist/IntroBanner/IntroBanner.js +68 -6
  92. package/dist/IntroBanner/index.js +1 -1
  93. package/dist/MainBanner/MainBanner.js +84 -6
  94. package/dist/MainBanner/index.js +2 -2
  95. package/dist/MultiCards/index.js +88 -5
  96. package/dist/PageViewer/PageViewer.js +22 -5
  97. package/dist/PageViewer/renderComponents.js +1 -1
  98. package/dist/Partners/Partners.js +2 -2
  99. package/dist/PartnersColors/PartnersColors.js +1 -1
  100. package/dist/PartnersColors/components/PartnerCard/PartnerCard.js +1 -1
  101. package/dist/PartnersColors/components/PartnerTab/PartnerTab.js +2 -2
  102. package/dist/PreviewList/PreviewList.js +4 -2
  103. package/dist/PreviewList/components/PreviewCard/PreviewCard.js +45 -3
  104. package/dist/PreviewList/components/PreviewCard/index.js +2 -2
  105. package/dist/PreviewList/index.js +1 -1
  106. package/dist/PromoPoster/PromoPoster.js +7 -48
  107. package/dist/RenderAllComponents/RenderAllComponents.js +1 -1
  108. package/dist/RenderAllComponents/const.js +11 -11
  109. package/dist/Segments/Segments.js +1 -1
  110. package/dist/StandartTable/components/CardMarkedRow/index.js +47 -73
  111. package/dist/StandartTable/components/CardWarning/index.js +87 -6
  112. package/dist/StandartTable/index.js +4 -4
  113. package/dist/Stepper/Stepper.js +50 -6
  114. package/dist/Stepper/index.js +1 -1
  115. package/dist/SwiperList/SwiperList.js +11 -97
  116. package/dist/SwiperList/components/Bullet/Bullet.js +1 -1
  117. package/dist/SwiperList/components/Slide/Slide.js +6 -6
  118. package/dist/SwiperList/index.js +1 -1
  119. package/dist/TasksBanner/TasksBanner.js +9 -123
  120. package/dist/TasksBanner/index.js +2 -2
  121. package/dist/TasksBannerList/TasksBannerList.js +5 -30
  122. package/dist/TasksBannerList/index.js +2 -2
  123. package/dist/Types/FiledTypes.js +1 -1
  124. package/dist/Video/VideoFull/VideoFull.js +1 -1
  125. package/dist/Video/VideoList/VideoList.js +1 -1
  126. package/dist/Video/VideoListMini/VideoListMini.js +1 -1
  127. package/dist/Video/components/VideoPlayer/VideoPlayer.js +1 -1
  128. package/dist/VideoMainBanner/VideoMainBanner.js +168 -7
  129. package/dist/VideoMainBanner/index.js +2 -2
  130. package/dist/assets/index.css +1 -1
  131. package/dist/{cn-d8c04b28.js → cn-6a4bf187.js} +521 -488
  132. package/dist/componentsMap-e2de87b6.js +68 -0
  133. package/dist/const-637b0dca.js +27 -0
  134. package/dist/data.mock-483400cb.js +1713 -0
  135. package/dist/header-97863d08.js +22 -0
  136. package/dist/{index-60dfa873.js → index-2265d593.js} +1 -1
  137. package/dist/index-2fb01942.js +925 -0
  138. package/dist/index-3a534581.js +261 -0
  139. package/dist/index-66837af1.js +313 -0
  140. package/dist/index-6af94f99.js +53 -0
  141. package/dist/{index-a379154f.js → index-815f0132.js} +2 -2
  142. package/dist/languages-list-8419e560.js +22 -0
  143. package/dist/logo-99aa20bd.js +27 -0
  144. package/dist/main.js +85 -66
  145. package/dist/mousewheel-865ae601.js +153 -0
  146. package/dist/palette-b47a76c9.js +46 -0
  147. package/dist/routes-382632ac.js +7 -0
  148. package/dist/search-dd4eb6f8.js +5 -0
  149. package/dist/{swiper-react-c049ea66.js → swiper-react-90953710.js} +760 -935
  150. package/dist/trash/HeroLargeCards/index.js +1 -1
  151. package/dist/useClickOutside-197b0df2.js +12 -0
  152. package/package.json +4 -2
  153. package/dist/ComponentContainer-0fcc2695.js +0 -16
  154. package/dist/componentsMap-71c9335f.js +0 -50
  155. package/dist/index-92f77047.js +0 -4865
  156. package/dist/model-9e50e351.js +0 -69
  157. /package/dist/assets/{swiper-react.css → index2.css} +0 -0
  158. /package/dist/assets/{TasksBanner.css → index3.css} +0 -0
@@ -1,98 +1,131 @@
1
1
  function xe(e) {
2
- var n, r, o = "";
2
+ var t, r, o = "";
3
3
  if (typeof e == "string" || typeof e == "number")
4
4
  o += e;
5
5
  else if (typeof e == "object")
6
6
  if (Array.isArray(e)) {
7
7
  var i = e.length;
8
- for (n = 0; n < i; n++)
9
- e[n] && (r = xe(e[n])) && (o && (o += " "), o += r);
8
+ for (t = 0; t < i; t++)
9
+ e[t] && (r = xe(e[t])) && (o && (o += " "), o += r);
10
10
  } else
11
11
  for (r in e)
12
12
  e[r] && (o && (o += " "), o += r);
13
13
  return o;
14
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);
15
+ function Ge() {
16
+ for (var e, t, r = 0, o = "", i = arguments.length; r < i; r++)
17
+ (e = arguments[r]) && (t = xe(e)) && (o && (o += " "), o += t);
18
18
  return o;
19
19
  }
20
- const ne = "-", Pe = (e) => {
21
- const n = Te(e), {
20
+ const Te = (e, t) => {
21
+ const r = new Array(e.length + t.length);
22
+ for (let o = 0; o < e.length; o++)
23
+ r[o] = e[o];
24
+ for (let o = 0; o < t.length; o++)
25
+ r[e.length + o] = t[o];
26
+ return r;
27
+ }, Oe = (e, t) => ({
28
+ classGroupId: e,
29
+ validator: t
30
+ }), we = (e = /* @__PURE__ */ new Map(), t = null, r) => ({
31
+ nextPart: e,
32
+ validators: t,
33
+ classGroupId: r
34
+ }), K = "-", ue = [], je = "arbitrary..", Le = (e) => {
35
+ const t = Ne(e), {
22
36
  conflictingClassGroups: r,
23
37
  conflictingClassGroupModifiers: o
24
38
  } = e;
25
39
  return {
26
- getClassGroupId: (l) => {
27
- const u = l.split(ne);
28
- return u[0] === "" && u.length !== 1 && u.shift(), we(u, n) || Ge(l);
40
+ getClassGroupId: (a) => {
41
+ if (a.startsWith("[") && a.endsWith("]"))
42
+ return Ee(a);
43
+ const u = a.split(K), c = u[0] === "" && u.length > 1 ? 1 : 0;
44
+ return ke(u, c, t);
29
45
  },
30
- getConflictingClassGroupIds: (l, u) => {
31
- const p = r[l] || [];
32
- return u && o[l] ? [...p, ...o[l]] : p;
46
+ getConflictingClassGroupIds: (a, u) => {
47
+ if (u) {
48
+ const c = o[a], f = r[a];
49
+ return c ? f ? Te(f, c) : c : f || ue;
50
+ }
51
+ return r[a] || ue;
33
52
  }
34
53
  };
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)
54
+ }, ke = (e, t, r) => {
55
+ if (e.length - t === 0)
56
+ return r.classGroupId;
57
+ const i = e[t], d = r.nextPart.get(i);
58
+ if (d) {
59
+ const f = ke(e, t + 1, d);
60
+ if (f)
61
+ return f;
62
+ }
63
+ const a = r.validators;
64
+ if (a === null)
43
65
  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;
66
+ const u = t === 0 ? e.join(K) : e.slice(t).join(K), c = a.length;
67
+ for (let f = 0; f < c; f++) {
68
+ const h = a[f];
69
+ if (h.validator(u))
70
+ return h.classGroupId;
53
71
  }
54
- }, Te = (e) => {
72
+ }, Ee = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
73
+ const t = e.slice(1, -1), r = t.indexOf(":"), o = t.slice(0, r);
74
+ return o ? je + o : void 0;
75
+ })(), Ne = (e) => {
55
76
  const {
56
- theme: n,
77
+ theme: t,
57
78
  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) => {
79
+ } = e;
80
+ return Ve(r, t);
81
+ }, Ve = (e, t) => {
82
+ const r = we();
83
+ for (const o in e) {
84
+ const i = e[o];
85
+ se(i, r, o, t);
86
+ }
87
+ return r;
88
+ }, se = (e, t, r, o) => {
89
+ const i = e.length;
90
+ for (let d = 0; d < i; d++) {
91
+ const a = e[d];
92
+ Fe(a, t, r, o);
93
+ }
94
+ }, Fe = (e, t, r, o) => {
95
+ if (typeof e == "string") {
96
+ _e(e, t, r);
97
+ return;
98
+ }
99
+ if (typeof e == "function") {
100
+ We(e, t, r, o);
101
+ return;
102
+ }
103
+ Be(e, t, r, o);
104
+ }, _e = (e, t, r) => {
105
+ const o = e === "" ? t : ye(t, e);
106
+ o.classGroupId = r;
107
+ }, We = (e, t, r, o) => {
108
+ if ($e(e)) {
109
+ se(e(o), t, r, o);
110
+ return;
111
+ }
112
+ t.validators === null && (t.validators = []), t.validators.push(Oe(r, e));
113
+ }, Be = (e, t, r, o) => {
114
+ const i = Object.entries(e), d = i.length;
115
+ for (let a = 0; a < d; a++) {
116
+ const [u, c] = i[a];
117
+ se(c, ye(t, u), r, o);
118
+ }
119
+ }, ye = (e, t) => {
88
120
  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) => {
121
+ const o = t.split(K), i = o.length;
122
+ for (let d = 0; d < i; d++) {
123
+ const a = o[d];
124
+ let u = r.nextPart.get(a);
125
+ u || (u = we(), r.nextPart.set(a, u)), r = u;
126
+ }
127
+ return r;
128
+ }, $e = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, Ue = (e) => {
96
129
  if (e < 1)
97
130
  return {
98
131
  get: () => {
@@ -100,178 +133,178 @@ const ne = "-", Pe = (e) => {
100
133
  set: () => {
101
134
  }
102
135
  };
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());
136
+ let t = 0, r = /* @__PURE__ */ Object.create(null), o = /* @__PURE__ */ Object.create(null);
137
+ const i = (d, a) => {
138
+ r[d] = a, t++, t > e && (t = 0, o = r, r = /* @__PURE__ */ Object.create(null));
106
139
  };
107
140
  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;
141
+ get(d) {
142
+ let a = r[d];
143
+ if (a !== void 0)
144
+ return a;
145
+ if ((a = o[d]) !== void 0)
146
+ return i(d, a), a;
114
147
  },
115
- set(m, l) {
116
- r.has(m) ? r.set(m, l) : i(m, l);
148
+ set(d, a) {
149
+ d in r ? r[d] = a : i(d, a);
117
150
  }
118
151
  };
119
- }, te = "!", se = ":", Ne = se.length, Ve = (e) => {
152
+ }, te = "!", fe = ":", De = [], be = (e, t, r, o, i) => ({
153
+ modifiers: e,
154
+ hasImportantModifier: t,
155
+ baseClassName: r,
156
+ maybePostfixModifierPosition: o,
157
+ isExternal: i
158
+ }), Ye = (e) => {
120
159
  const {
121
- prefix: n,
160
+ prefix: t,
122
161
  experimentalParseClassName: r
123
162
  } = e;
124
163
  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;
164
+ const d = [];
165
+ let a = 0, u = 0, c = 0, f;
166
+ const h = i.length;
167
+ for (let v = 0; v < h; v++) {
168
+ const w = i[v];
169
+ if (a === 0 && u === 0) {
170
+ if (w === fe) {
171
+ d.push(i.slice(c, v)), c = v + 1;
132
172
  continue;
133
173
  }
134
- if (y === "/") {
135
- g = k;
174
+ if (w === "/") {
175
+ f = v;
136
176
  continue;
137
177
  }
138
178
  }
139
- y === "[" ? l++ : y === "]" ? l-- : y === "(" ? u++ : y === ")" && u--;
179
+ w === "[" ? a++ : w === "]" ? a-- : w === "(" ? u++ : w === ")" && u--;
140
180
  }
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
- };
181
+ const y = d.length === 0 ? i : i.slice(c);
182
+ let z = y, I = !1;
183
+ y.endsWith(te) ? (z = y.slice(0, -1), I = !0) : (
184
+ /**
185
+ * In Tailwind CSS v3 the important modifier was at the start of the base class name. This is still supported for legacy reasons.
186
+ * @see https://github.com/dcastil/tailwind-merge/issues/513#issuecomment-2614029864
187
+ */
188
+ y.startsWith(te) && (z = y.slice(1), I = !0)
189
+ );
190
+ const M = f && f > c ? f - c : void 0;
191
+ return be(d, I, z, M);
148
192
  };
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
- };
193
+ if (t) {
194
+ const i = t + fe, d = o;
195
+ o = (a) => a.startsWith(i) ? d(a.slice(i.length)) : be(De, !1, a, void 0, !0);
158
196
  }
159
197
  if (r) {
160
198
  const i = o;
161
- o = (m) => r({
162
- className: m,
199
+ o = (d) => r({
200
+ className: d,
163
201
  parseClassName: i
164
202
  });
165
203
  }
166
204
  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;
205
+ }, qe = (e) => {
206
+ const t = /* @__PURE__ */ new Map();
207
+ return e.orderSensitiveModifiers.forEach((r, o) => {
208
+ t.set(r, 1e6 + o);
209
+ }), (r) => {
210
+ const o = [];
211
+ let i = [];
212
+ for (let d = 0; d < r.length; d++) {
213
+ const a = r[d], u = a[0] === "[", c = t.has(a);
214
+ u || c ? (i.length > 0 && (i.sort(), o.push(...i), i = []), o.push(a)) : i.push(a);
215
+ }
216
+ return i.length > 0 && (i.sort(), o.push(...i)), o;
177
217
  };
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) => {
218
+ }, Xe = (e) => ({
219
+ cache: Ue(e.cacheSize),
220
+ parseClassName: Ye(e),
221
+ sortModifiers: qe(e),
222
+ ...Le(e)
223
+ }), Je = /\s+/, He = (e, t) => {
184
224
  const {
185
225
  parseClassName: r,
186
226
  getClassGroupId: o,
187
227
  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
228
+ sortModifiers: d
229
+ } = t, a = [], u = e.trim().split(Je);
230
+ let c = "";
231
+ for (let f = u.length - 1; f >= 0; f -= 1) {
232
+ const h = u[f], {
233
+ isExternal: y,
234
+ modifiers: z,
235
+ hasImportantModifier: I,
236
+ baseClassName: M,
237
+ maybePostfixModifierPosition: v
198
238
  } = r(h);
199
- if (M) {
200
- p = h + (p.length > 0 ? " " + p : p);
239
+ if (y) {
240
+ c = h + (c.length > 0 ? " " + c : c);
201
241
  continue;
202
242
  }
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);
243
+ let w = !!v, P = o(w ? M.substring(0, v) : M);
244
+ if (!P) {
245
+ if (!w) {
246
+ c = h + (c.length > 0 ? " " + c : c);
207
247
  continue;
208
248
  }
209
- if (A = o(k), !A) {
210
- p = h + (p.length > 0 ? " " + p : p);
249
+ if (P = o(M), !P) {
250
+ c = h + (c.length > 0 ? " " + c : c);
211
251
  continue;
212
252
  }
213
- G = !1;
253
+ w = !1;
214
254
  }
215
- const $ = m(O).join(":"), _ = F ? $ + te : $, T = _ + A;
216
- if (l.includes(T))
255
+ const $ = z.length === 0 ? "" : z.length === 1 ? z[0] : d(z).join(":"), _ = I ? $ + te : $, j = _ + P;
256
+ if (a.indexOf(j) > -1)
217
257
  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);
258
+ a.push(j);
259
+ const L = i(P, w);
260
+ for (let G = 0; G < L.length; ++G) {
261
+ const W = L[G];
262
+ a.push(_ + W);
223
263
  }
224
- p = h + (p.length > 0 ? " " + p : p);
264
+ c = h + (c.length > 0 ? " " + c : c);
225
265
  }
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) => {
266
+ return c;
267
+ }, Ke = (...e) => {
268
+ let t = 0, r, o, i = "";
269
+ for (; t < e.length; )
270
+ (r = e[t++]) && (o = ve(r)) && (i && (i += " "), i += o);
271
+ return i;
272
+ }, ve = (e) => {
235
273
  if (typeof e == "string")
236
274
  return e;
237
- let n, r = "";
275
+ let t, r = "";
238
276
  for (let o = 0; o < e.length; o++)
239
- e[o] && (n = ke(e[o])) && (r && (r += " "), r += n);
277
+ e[o] && (t = ve(e[o])) && (r && (r += " "), r += t);
240
278
  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));
279
+ }, Qe = (e, ...t) => {
280
+ let r, o, i, d;
281
+ const a = (c) => {
282
+ const f = t.reduce((h, y) => y(h), e());
283
+ return r = Xe(f), o = r.cache.get, i = r.cache.set, d = u, u(c);
284
+ }, u = (c) => {
285
+ const f = o(c);
286
+ if (f)
287
+ return f;
288
+ const h = He(c, r);
289
+ return i(c, h), h;
257
290
  };
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) => (
291
+ return d = a, (...c) => d(Ke(...c));
292
+ }, Ze = [], b = (e) => {
293
+ const t = (r) => r[e] || Ze;
294
+ return t.isThemeGetter = !0, t;
295
+ }, ze = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, Ce = /^\((?:(\w[\w-]*):)?(.+)\)$/i, eo = /^\d+\/\d+$/, oo = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, ro = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, to = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, so = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, no = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, N = (e) => eo.test(e), p = (e) => !!e && !Number.isNaN(Number(e)), R = (e) => !!e && Number.isInteger(Number(e)), oe = (e) => e.endsWith("%") && p(e.slice(0, -1)), S = (e) => oo.test(e), ao = () => !0, io = (e) => (
263
296
  // `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
264
297
  // For example, `hsl(0 0% 0%)` would be classified as a length without this check.
265
298
  // 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 = () => [
299
+ ro.test(e) && !to.test(e)
300
+ ), Ae = () => !1, lo = (e) => so.test(e), co = (e) => no.test(e), mo = (e) => !s(e) && !n(e), po = (e) => V(e, Ie, Ae), s = (e) => ze.test(e), O = (e) => V(e, Me, io), re = (e) => V(e, ho, p), ge = (e) => V(e, Se, Ae), uo = (e) => V(e, Re, co), J = (e) => V(e, Pe, lo), n = (e) => Ce.test(e), B = (e) => F(e, Me), fo = (e) => F(e, xo), he = (e) => F(e, Se), bo = (e) => F(e, Ie), go = (e) => F(e, Re), H = (e) => F(e, Pe, !0), V = (e, t, r) => {
301
+ const o = ze.exec(e);
302
+ return o ? o[1] ? t(o[1]) : r(o[2]) : !1;
303
+ }, F = (e, t, r = !1) => {
304
+ const o = Ce.exec(e);
305
+ return o ? o[1] ? t(o[1]) : r : !1;
306
+ }, Se = (e) => e === "position" || e === "percentage", Re = (e) => e === "image" || e === "url", Ie = (e) => e === "length" || e === "size" || e === "bg-size", Me = (e) => e === "length", ho = (e) => e === "number", xo = (e) => e === "family-name", Pe = (e) => e === "shadow", wo = () => {
307
+ const e = b("color"), t = b("font"), r = b("text"), o = b("font-weight"), i = b("tracking"), d = b("leading"), a = b("breakpoint"), u = b("container"), c = b("spacing"), f = b("radius"), h = b("shadow"), y = b("inset-shadow"), z = b("text-shadow"), I = b("drop-shadow"), M = b("blur"), v = b("perspective"), w = b("aspect"), P = b("ease"), $ = b("animate"), _ = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], j = () => [
275
308
  "center",
276
309
  "top",
277
310
  "bottom",
@@ -289,51 +322,51 @@ const f = (e) => {
289
322
  "bottom-left",
290
323
  // Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
291
324
  "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", {
325
+ ], L = () => [...j(), n, s], G = () => ["auto", "hidden", "clip", "visible", "scroll"], W = () => ["auto", "contain", "none"], m = () => [n, s, c], C = () => [N, "full", "auto", ...m()], ne = () => [R, "none", "subgrid", n, s], ae = () => ["auto", {
326
+ span: ["full", R, n, s]
327
+ }, R, n, s], U = () => [R, "auto", n, s], ie = () => ["auto", "min", "max", "fr", n, s], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], E = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], A = () => ["auto", ...m()], T = () => [N, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...m()], l = () => [e, n, s], le = () => [...j(), he, ge, {
328
+ position: [n, s]
329
+ }], ce = () => ["no-repeat", {
297
330
  repeat: ["", "x", "y", "space", "round"]
298
- }], me = () => ["auto", "cover", "contain", so, oo, {
299
- size: [s, t]
300
- }], Y = () => [ee, W, P], x = () => [
331
+ }], de = () => ["auto", "cover", "contain", bo, po, {
332
+ size: [n, s]
333
+ }], Z = () => [oe, B, O], x = () => [
301
334
  // Deprecated since Tailwind CSS v4.0.0
302
335
  "",
303
336
  "none",
304
337
  "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 = () => [
338
+ f,
339
+ n,
340
+ s
341
+ ], k = () => ["", p, B, O], D = () => ["solid", "dashed", "dotted", "double"], me = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], g = () => [p, oe, he, ge], pe = () => [
309
342
  // Deprecated since Tailwind CSS v4.0.0
310
343
  "",
311
344
  "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()];
345
+ M,
346
+ n,
347
+ s
348
+ ], Y = () => ["none", p, n, s], q = () => ["none", p, n, s], ee = () => [p, n, s], X = () => [N, "full", ...m()];
316
349
  return {
317
350
  cacheSize: 500,
318
351
  theme: {
319
352
  animate: ["spin", "ping", "pulse", "bounce"],
320
353
  aspect: ["video"],
321
- blur: [C],
322
- breakpoint: [C],
323
- color: [Ke],
324
- container: [C],
325
- "drop-shadow": [C],
354
+ blur: [S],
355
+ breakpoint: [S],
356
+ color: [ao],
357
+ container: [S],
358
+ "drop-shadow": [S],
326
359
  ease: ["in", "out", "in-out"],
327
- font: [eo],
360
+ font: [mo],
328
361
  "font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
329
- "inset-shadow": [C],
362
+ "inset-shadow": [S],
330
363
  leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
331
364
  perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
332
- radius: [C],
333
- shadow: [C],
334
- spacing: ["px", d],
335
- text: [C],
336
- "text-shadow": [C],
365
+ radius: [S],
366
+ shadow: [S],
367
+ spacing: ["px", p],
368
+ text: [S],
369
+ "text-shadow": [S],
337
370
  tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
338
371
  },
339
372
  classGroups: {
@@ -345,7 +378,7 @@ const f = (e) => {
345
378
  * @see https://tailwindcss.com/docs/aspect-ratio
346
379
  */
347
380
  aspect: [{
348
- aspect: ["auto", "square", N, t, s, G]
381
+ aspect: ["auto", "square", N, s, n, w]
349
382
  }],
350
383
  /**
351
384
  * Container
@@ -358,7 +391,7 @@ const f = (e) => {
358
391
  * @see https://tailwindcss.com/docs/columns
359
392
  */
360
393
  columns: [{
361
- columns: [d, t, s, u]
394
+ columns: [p, s, n, u]
362
395
  }],
363
396
  /**
364
397
  * Break After
@@ -436,49 +469,49 @@ const f = (e) => {
436
469
  * @see https://tailwindcss.com/docs/object-position
437
470
  */
438
471
  "object-position": [{
439
- object: E()
472
+ object: L()
440
473
  }],
441
474
  /**
442
475
  * Overflow
443
476
  * @see https://tailwindcss.com/docs/overflow
444
477
  */
445
478
  overflow: [{
446
- overflow: I()
479
+ overflow: G()
447
480
  }],
448
481
  /**
449
482
  * Overflow X
450
483
  * @see https://tailwindcss.com/docs/overflow
451
484
  */
452
485
  "overflow-x": [{
453
- "overflow-x": I()
486
+ "overflow-x": G()
454
487
  }],
455
488
  /**
456
489
  * Overflow Y
457
490
  * @see https://tailwindcss.com/docs/overflow
458
491
  */
459
492
  "overflow-y": [{
460
- "overflow-y": I()
493
+ "overflow-y": G()
461
494
  }],
462
495
  /**
463
496
  * Overscroll Behavior
464
497
  * @see https://tailwindcss.com/docs/overscroll-behavior
465
498
  */
466
499
  overscroll: [{
467
- overscroll: B()
500
+ overscroll: W()
468
501
  }],
469
502
  /**
470
503
  * Overscroll Behavior X
471
504
  * @see https://tailwindcss.com/docs/overscroll-behavior
472
505
  */
473
506
  "overscroll-x": [{
474
- "overscroll-x": B()
507
+ "overscroll-x": W()
475
508
  }],
476
509
  /**
477
510
  * Overscroll Behavior Y
478
511
  * @see https://tailwindcss.com/docs/overscroll-behavior
479
512
  */
480
513
  "overscroll-y": [{
481
- "overscroll-y": B()
514
+ "overscroll-y": W()
482
515
  }],
483
516
  /**
484
517
  * Position
@@ -490,63 +523,63 @@ const f = (e) => {
490
523
  * @see https://tailwindcss.com/docs/top-right-bottom-left
491
524
  */
492
525
  inset: [{
493
- inset: v()
526
+ inset: C()
494
527
  }],
495
528
  /**
496
529
  * Right / Left
497
530
  * @see https://tailwindcss.com/docs/top-right-bottom-left
498
531
  */
499
532
  "inset-x": [{
500
- "inset-x": v()
533
+ "inset-x": C()
501
534
  }],
502
535
  /**
503
536
  * Top / Bottom
504
537
  * @see https://tailwindcss.com/docs/top-right-bottom-left
505
538
  */
506
539
  "inset-y": [{
507
- "inset-y": v()
540
+ "inset-y": C()
508
541
  }],
509
542
  /**
510
543
  * Start
511
544
  * @see https://tailwindcss.com/docs/top-right-bottom-left
512
545
  */
513
546
  start: [{
514
- start: v()
547
+ start: C()
515
548
  }],
516
549
  /**
517
550
  * End
518
551
  * @see https://tailwindcss.com/docs/top-right-bottom-left
519
552
  */
520
553
  end: [{
521
- end: v()
554
+ end: C()
522
555
  }],
523
556
  /**
524
557
  * Top
525
558
  * @see https://tailwindcss.com/docs/top-right-bottom-left
526
559
  */
527
560
  top: [{
528
- top: v()
561
+ top: C()
529
562
  }],
530
563
  /**
531
564
  * Right
532
565
  * @see https://tailwindcss.com/docs/top-right-bottom-left
533
566
  */
534
567
  right: [{
535
- right: v()
568
+ right: C()
536
569
  }],
537
570
  /**
538
571
  * Bottom
539
572
  * @see https://tailwindcss.com/docs/top-right-bottom-left
540
573
  */
541
574
  bottom: [{
542
- bottom: v()
575
+ bottom: C()
543
576
  }],
544
577
  /**
545
578
  * Left
546
579
  * @see https://tailwindcss.com/docs/top-right-bottom-left
547
580
  */
548
581
  left: [{
549
- left: v()
582
+ left: C()
550
583
  }],
551
584
  /**
552
585
  * Visibility
@@ -558,7 +591,7 @@ const f = (e) => {
558
591
  * @see https://tailwindcss.com/docs/z-index
559
592
  */
560
593
  z: [{
561
- z: [S, "auto", s, t]
594
+ z: [R, "auto", n, s]
562
595
  }],
563
596
  // ------------------------
564
597
  // --- Flexbox and Grid ---
@@ -568,7 +601,7 @@ const f = (e) => {
568
601
  * @see https://tailwindcss.com/docs/flex-basis
569
602
  */
570
603
  basis: [{
571
- basis: [N, "full", "auto", u, ...c()]
604
+ basis: [N, "full", "auto", u, ...m()]
572
605
  }],
573
606
  /**
574
607
  * Flex Direction
@@ -589,42 +622,42 @@ const f = (e) => {
589
622
  * @see https://tailwindcss.com/docs/flex
590
623
  */
591
624
  flex: [{
592
- flex: [d, N, "auto", "initial", "none", t]
625
+ flex: [p, N, "auto", "initial", "none", s]
593
626
  }],
594
627
  /**
595
628
  * Flex Grow
596
629
  * @see https://tailwindcss.com/docs/flex-grow
597
630
  */
598
631
  grow: [{
599
- grow: ["", d, s, t]
632
+ grow: ["", p, n, s]
600
633
  }],
601
634
  /**
602
635
  * Flex Shrink
603
636
  * @see https://tailwindcss.com/docs/flex-shrink
604
637
  */
605
638
  shrink: [{
606
- shrink: ["", d, s, t]
639
+ shrink: ["", p, n, s]
607
640
  }],
608
641
  /**
609
642
  * Order
610
643
  * @see https://tailwindcss.com/docs/order
611
644
  */
612
645
  order: [{
613
- order: [S, "first", "last", "none", s, t]
646
+ order: [R, "first", "last", "none", n, s]
614
647
  }],
615
648
  /**
616
649
  * Grid Template Columns
617
650
  * @see https://tailwindcss.com/docs/grid-template-columns
618
651
  */
619
652
  "grid-cols": [{
620
- "grid-cols": ae()
653
+ "grid-cols": ne()
621
654
  }],
622
655
  /**
623
656
  * Grid Column Start / End
624
657
  * @see https://tailwindcss.com/docs/grid-column
625
658
  */
626
659
  "col-start-end": [{
627
- col: ie()
660
+ col: ae()
628
661
  }],
629
662
  /**
630
663
  * Grid Column Start
@@ -645,14 +678,14 @@ const f = (e) => {
645
678
  * @see https://tailwindcss.com/docs/grid-template-rows
646
679
  */
647
680
  "grid-rows": [{
648
- "grid-rows": ae()
681
+ "grid-rows": ne()
649
682
  }],
650
683
  /**
651
684
  * Grid Row Start / End
652
685
  * @see https://tailwindcss.com/docs/grid-row
653
686
  */
654
687
  "row-start-end": [{
655
- row: ie()
688
+ row: ae()
656
689
  }],
657
690
  /**
658
691
  * Grid Row Start
@@ -680,35 +713,35 @@ const f = (e) => {
680
713
  * @see https://tailwindcss.com/docs/grid-auto-columns
681
714
  */
682
715
  "auto-cols": [{
683
- "auto-cols": le()
716
+ "auto-cols": ie()
684
717
  }],
685
718
  /**
686
719
  * Grid Auto Rows
687
720
  * @see https://tailwindcss.com/docs/grid-auto-rows
688
721
  */
689
722
  "auto-rows": [{
690
- "auto-rows": le()
723
+ "auto-rows": ie()
691
724
  }],
692
725
  /**
693
726
  * Gap
694
727
  * @see https://tailwindcss.com/docs/gap
695
728
  */
696
729
  gap: [{
697
- gap: c()
730
+ gap: m()
698
731
  }],
699
732
  /**
700
733
  * Gap X
701
734
  * @see https://tailwindcss.com/docs/gap
702
735
  */
703
736
  "gap-x": [{
704
- "gap-x": c()
737
+ "gap-x": m()
705
738
  }],
706
739
  /**
707
740
  * Gap Y
708
741
  * @see https://tailwindcss.com/docs/gap
709
742
  */
710
743
  "gap-y": [{
711
- "gap-y": c()
744
+ "gap-y": m()
712
745
  }],
713
746
  /**
714
747
  * Justify Content
@@ -722,14 +755,14 @@ const f = (e) => {
722
755
  * @see https://tailwindcss.com/docs/justify-items
723
756
  */
724
757
  "justify-items": [{
725
- "justify-items": [...L(), "normal"]
758
+ "justify-items": [...E(), "normal"]
726
759
  }],
727
760
  /**
728
761
  * Justify Self
729
762
  * @see https://tailwindcss.com/docs/justify-self
730
763
  */
731
764
  "justify-self": [{
732
- "justify-self": ["auto", ...L()]
765
+ "justify-self": ["auto", ...E()]
733
766
  }],
734
767
  /**
735
768
  * Align Content
@@ -743,7 +776,7 @@ const f = (e) => {
743
776
  * @see https://tailwindcss.com/docs/align-items
744
777
  */
745
778
  "align-items": [{
746
- items: [...L(), {
779
+ items: [...E(), {
747
780
  baseline: ["", "last"]
748
781
  }]
749
782
  }],
@@ -752,7 +785,7 @@ const f = (e) => {
752
785
  * @see https://tailwindcss.com/docs/align-self
753
786
  */
754
787
  "align-self": [{
755
- self: ["auto", ...L(), {
788
+ self: ["auto", ...E(), {
756
789
  baseline: ["", "last"]
757
790
  }]
758
791
  }],
@@ -768,14 +801,14 @@ const f = (e) => {
768
801
  * @see https://tailwindcss.com/docs/place-items
769
802
  */
770
803
  "place-items": [{
771
- "place-items": [...L(), "baseline"]
804
+ "place-items": [...E(), "baseline"]
772
805
  }],
773
806
  /**
774
807
  * Place Self
775
808
  * @see https://tailwindcss.com/docs/place-self
776
809
  */
777
810
  "place-self": [{
778
- "place-self": ["auto", ...L()]
811
+ "place-self": ["auto", ...E()]
779
812
  }],
780
813
  // Spacing
781
814
  /**
@@ -783,133 +816,133 @@ const f = (e) => {
783
816
  * @see https://tailwindcss.com/docs/padding
784
817
  */
785
818
  p: [{
786
- p: c()
819
+ p: m()
787
820
  }],
788
821
  /**
789
822
  * Padding X
790
823
  * @see https://tailwindcss.com/docs/padding
791
824
  */
792
825
  px: [{
793
- px: c()
826
+ px: m()
794
827
  }],
795
828
  /**
796
829
  * Padding Y
797
830
  * @see https://tailwindcss.com/docs/padding
798
831
  */
799
832
  py: [{
800
- py: c()
833
+ py: m()
801
834
  }],
802
835
  /**
803
836
  * Padding Start
804
837
  * @see https://tailwindcss.com/docs/padding
805
838
  */
806
839
  ps: [{
807
- ps: c()
840
+ ps: m()
808
841
  }],
809
842
  /**
810
843
  * Padding End
811
844
  * @see https://tailwindcss.com/docs/padding
812
845
  */
813
846
  pe: [{
814
- pe: c()
847
+ pe: m()
815
848
  }],
816
849
  /**
817
850
  * Padding Top
818
851
  * @see https://tailwindcss.com/docs/padding
819
852
  */
820
853
  pt: [{
821
- pt: c()
854
+ pt: m()
822
855
  }],
823
856
  /**
824
857
  * Padding Right
825
858
  * @see https://tailwindcss.com/docs/padding
826
859
  */
827
860
  pr: [{
828
- pr: c()
861
+ pr: m()
829
862
  }],
830
863
  /**
831
864
  * Padding Bottom
832
865
  * @see https://tailwindcss.com/docs/padding
833
866
  */
834
867
  pb: [{
835
- pb: c()
868
+ pb: m()
836
869
  }],
837
870
  /**
838
871
  * Padding Left
839
872
  * @see https://tailwindcss.com/docs/padding
840
873
  */
841
874
  pl: [{
842
- pl: c()
875
+ pl: m()
843
876
  }],
844
877
  /**
845
878
  * Margin
846
879
  * @see https://tailwindcss.com/docs/margin
847
880
  */
848
881
  m: [{
849
- m: z()
882
+ m: A()
850
883
  }],
851
884
  /**
852
885
  * Margin X
853
886
  * @see https://tailwindcss.com/docs/margin
854
887
  */
855
888
  mx: [{
856
- mx: z()
889
+ mx: A()
857
890
  }],
858
891
  /**
859
892
  * Margin Y
860
893
  * @see https://tailwindcss.com/docs/margin
861
894
  */
862
895
  my: [{
863
- my: z()
896
+ my: A()
864
897
  }],
865
898
  /**
866
899
  * Margin Start
867
900
  * @see https://tailwindcss.com/docs/margin
868
901
  */
869
902
  ms: [{
870
- ms: z()
903
+ ms: A()
871
904
  }],
872
905
  /**
873
906
  * Margin End
874
907
  * @see https://tailwindcss.com/docs/margin
875
908
  */
876
909
  me: [{
877
- me: z()
910
+ me: A()
878
911
  }],
879
912
  /**
880
913
  * Margin Top
881
914
  * @see https://tailwindcss.com/docs/margin
882
915
  */
883
916
  mt: [{
884
- mt: z()
917
+ mt: A()
885
918
  }],
886
919
  /**
887
920
  * Margin Right
888
921
  * @see https://tailwindcss.com/docs/margin
889
922
  */
890
923
  mr: [{
891
- mr: z()
924
+ mr: A()
892
925
  }],
893
926
  /**
894
927
  * Margin Bottom
895
928
  * @see https://tailwindcss.com/docs/margin
896
929
  */
897
930
  mb: [{
898
- mb: z()
931
+ mb: A()
899
932
  }],
900
933
  /**
901
934
  * Margin Left
902
935
  * @see https://tailwindcss.com/docs/margin
903
936
  */
904
937
  ml: [{
905
- ml: z()
938
+ ml: A()
906
939
  }],
907
940
  /**
908
941
  * Space Between X
909
942
  * @see https://tailwindcss.com/docs/margin#adding-space-between-children
910
943
  */
911
944
  "space-x": [{
912
- "space-x": c()
945
+ "space-x": m()
913
946
  }],
914
947
  /**
915
948
  * Space Between X Reverse
@@ -921,7 +954,7 @@ const f = (e) => {
921
954
  * @see https://tailwindcss.com/docs/margin#adding-space-between-children
922
955
  */
923
956
  "space-y": [{
924
- "space-y": c()
957
+ "space-y": m()
925
958
  }],
926
959
  /**
927
960
  * Space Between Y Reverse
@@ -936,14 +969,14 @@ const f = (e) => {
936
969
  * @see https://tailwindcss.com/docs/width#setting-both-width-and-height
937
970
  */
938
971
  size: [{
939
- size: R()
972
+ size: T()
940
973
  }],
941
974
  /**
942
975
  * Width
943
976
  * @see https://tailwindcss.com/docs/width
944
977
  */
945
978
  w: [{
946
- w: [u, "screen", ...R()]
979
+ w: [u, "screen", ...T()]
947
980
  }],
948
981
  /**
949
982
  * Min-Width
@@ -955,7 +988,7 @@ const f = (e) => {
955
988
  "screen",
956
989
  /** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
957
990
  "none",
958
- ...R()
991
+ ...T()
959
992
  ]
960
993
  }],
961
994
  /**
@@ -971,9 +1004,9 @@ const f = (e) => {
971
1004
  "prose",
972
1005
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
973
1006
  {
974
- screen: [l]
1007
+ screen: [a]
975
1008
  },
976
- ...R()
1009
+ ...T()
977
1010
  ]
978
1011
  }],
979
1012
  /**
@@ -981,21 +1014,21 @@ const f = (e) => {
981
1014
  * @see https://tailwindcss.com/docs/height
982
1015
  */
983
1016
  h: [{
984
- h: ["screen", "lh", ...R()]
1017
+ h: ["screen", "lh", ...T()]
985
1018
  }],
986
1019
  /**
987
1020
  * Min-Height
988
1021
  * @see https://tailwindcss.com/docs/min-height
989
1022
  */
990
1023
  "min-h": [{
991
- "min-h": ["screen", "lh", "none", ...R()]
1024
+ "min-h": ["screen", "lh", "none", ...T()]
992
1025
  }],
993
1026
  /**
994
1027
  * Max-Height
995
1028
  * @see https://tailwindcss.com/docs/max-height
996
1029
  */
997
1030
  "max-h": [{
998
- "max-h": ["screen", "lh", ...R()]
1031
+ "max-h": ["screen", "lh", ...T()]
999
1032
  }],
1000
1033
  // ------------------
1001
1034
  // --- Typography ---
@@ -1005,7 +1038,7 @@ const f = (e) => {
1005
1038
  * @see https://tailwindcss.com/docs/font-size
1006
1039
  */
1007
1040
  "font-size": [{
1008
- text: ["base", r, W, P]
1041
+ text: ["base", r, B, O]
1009
1042
  }],
1010
1043
  /**
1011
1044
  * Font Smoothing
@@ -1022,21 +1055,21 @@ const f = (e) => {
1022
1055
  * @see https://tailwindcss.com/docs/font-weight
1023
1056
  */
1024
1057
  "font-weight": [{
1025
- font: [o, s, oe]
1058
+ font: [o, n, re]
1026
1059
  }],
1027
1060
  /**
1028
1061
  * Font Stretch
1029
1062
  * @see https://tailwindcss.com/docs/font-stretch
1030
1063
  */
1031
1064
  "font-stretch": [{
1032
- "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ee, t]
1065
+ "font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", oe, s]
1033
1066
  }],
1034
1067
  /**
1035
1068
  * Font Family
1036
1069
  * @see https://tailwindcss.com/docs/font-family
1037
1070
  */
1038
1071
  "font-family": [{
1039
- font: [to, t, n]
1072
+ font: [fo, s, t]
1040
1073
  }],
1041
1074
  /**
1042
1075
  * Font Variant Numeric
@@ -1073,14 +1106,14 @@ const f = (e) => {
1073
1106
  * @see https://tailwindcss.com/docs/letter-spacing
1074
1107
  */
1075
1108
  tracking: [{
1076
- tracking: [i, s, t]
1109
+ tracking: [i, n, s]
1077
1110
  }],
1078
1111
  /**
1079
1112
  * Line Clamp
1080
1113
  * @see https://tailwindcss.com/docs/line-clamp
1081
1114
  */
1082
1115
  "line-clamp": [{
1083
- "line-clamp": [d, "none", s, oe]
1116
+ "line-clamp": [p, "none", n, re]
1084
1117
  }],
1085
1118
  /**
1086
1119
  * Line Height
@@ -1089,8 +1122,8 @@ const f = (e) => {
1089
1122
  leading: [{
1090
1123
  leading: [
1091
1124
  /** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
1092
- m,
1093
- ...c()
1125
+ d,
1126
+ ...m()
1094
1127
  ]
1095
1128
  }],
1096
1129
  /**
@@ -1098,7 +1131,7 @@ const f = (e) => {
1098
1131
  * @see https://tailwindcss.com/docs/list-style-image
1099
1132
  */
1100
1133
  "list-image": [{
1101
- "list-image": ["none", s, t]
1134
+ "list-image": ["none", n, s]
1102
1135
  }],
1103
1136
  /**
1104
1137
  * List Style Position
@@ -1112,7 +1145,7 @@ const f = (e) => {
1112
1145
  * @see https://tailwindcss.com/docs/list-style-type
1113
1146
  */
1114
1147
  "list-style-type": [{
1115
- list: ["disc", "decimal", "none", s, t]
1148
+ list: ["disc", "decimal", "none", n, s]
1116
1149
  }],
1117
1150
  /**
1118
1151
  * Text Alignment
@@ -1127,14 +1160,14 @@ const f = (e) => {
1127
1160
  * @see https://v3.tailwindcss.com/docs/placeholder-color
1128
1161
  */
1129
1162
  "placeholder-color": [{
1130
- placeholder: a()
1163
+ placeholder: l()
1131
1164
  }],
1132
1165
  /**
1133
1166
  * Text Color
1134
1167
  * @see https://tailwindcss.com/docs/text-color
1135
1168
  */
1136
1169
  "text-color": [{
1137
- text: a()
1170
+ text: l()
1138
1171
  }],
1139
1172
  /**
1140
1173
  * Text Decoration
@@ -1146,28 +1179,28 @@ const f = (e) => {
1146
1179
  * @see https://tailwindcss.com/docs/text-decoration-style
1147
1180
  */
1148
1181
  "text-decoration-style": [{
1149
- decoration: [...q(), "wavy"]
1182
+ decoration: [...D(), "wavy"]
1150
1183
  }],
1151
1184
  /**
1152
1185
  * Text Decoration Thickness
1153
1186
  * @see https://tailwindcss.com/docs/text-decoration-thickness
1154
1187
  */
1155
1188
  "text-decoration-thickness": [{
1156
- decoration: [d, "from-font", "auto", s, P]
1189
+ decoration: [p, "from-font", "auto", n, O]
1157
1190
  }],
1158
1191
  /**
1159
1192
  * Text Decoration Color
1160
1193
  * @see https://tailwindcss.com/docs/text-decoration-color
1161
1194
  */
1162
1195
  "text-decoration-color": [{
1163
- decoration: a()
1196
+ decoration: l()
1164
1197
  }],
1165
1198
  /**
1166
1199
  * Text Underline Offset
1167
1200
  * @see https://tailwindcss.com/docs/text-underline-offset
1168
1201
  */
1169
1202
  "underline-offset": [{
1170
- "underline-offset": [d, "auto", s, t]
1203
+ "underline-offset": [p, "auto", n, s]
1171
1204
  }],
1172
1205
  /**
1173
1206
  * Text Transform
@@ -1191,14 +1224,14 @@ const f = (e) => {
1191
1224
  * @see https://tailwindcss.com/docs/text-indent
1192
1225
  */
1193
1226
  indent: [{
1194
- indent: c()
1227
+ indent: m()
1195
1228
  }],
1196
1229
  /**
1197
1230
  * Vertical Alignment
1198
1231
  * @see https://tailwindcss.com/docs/vertical-align
1199
1232
  */
1200
1233
  "vertical-align": [{
1201
- align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", s, t]
1234
+ align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", n, s]
1202
1235
  }],
1203
1236
  /**
1204
1237
  * Whitespace
@@ -1233,7 +1266,7 @@ const f = (e) => {
1233
1266
  * @see https://tailwindcss.com/docs/content
1234
1267
  */
1235
1268
  content: [{
1236
- content: ["none", s, t]
1269
+ content: ["none", n, s]
1237
1270
  }],
1238
1271
  // -------------------
1239
1272
  // --- Backgrounds ---
@@ -1264,21 +1297,21 @@ const f = (e) => {
1264
1297
  * @see https://tailwindcss.com/docs/background-position
1265
1298
  */
1266
1299
  "bg-position": [{
1267
- bg: ce()
1300
+ bg: le()
1268
1301
  }],
1269
1302
  /**
1270
1303
  * Background Repeat
1271
1304
  * @see https://tailwindcss.com/docs/background-repeat
1272
1305
  */
1273
1306
  "bg-repeat": [{
1274
- bg: de()
1307
+ bg: ce()
1275
1308
  }],
1276
1309
  /**
1277
1310
  * Background Size
1278
1311
  * @see https://tailwindcss.com/docs/background-size
1279
1312
  */
1280
1313
  "bg-size": [{
1281
- bg: me()
1314
+ bg: de()
1282
1315
  }],
1283
1316
  /**
1284
1317
  * Background Image
@@ -1288,59 +1321,59 @@ const f = (e) => {
1288
1321
  bg: ["none", {
1289
1322
  linear: [{
1290
1323
  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]
1324
+ }, R, n, s],
1325
+ radial: ["", n, s],
1326
+ conic: [R, n, s]
1327
+ }, go, uo]
1295
1328
  }],
1296
1329
  /**
1297
1330
  * Background Color
1298
1331
  * @see https://tailwindcss.com/docs/background-color
1299
1332
  */
1300
1333
  "bg-color": [{
1301
- bg: a()
1334
+ bg: l()
1302
1335
  }],
1303
1336
  /**
1304
1337
  * Gradient Color Stops From Position
1305
1338
  * @see https://tailwindcss.com/docs/gradient-color-stops
1306
1339
  */
1307
1340
  "gradient-from-pos": [{
1308
- from: Y()
1341
+ from: Z()
1309
1342
  }],
1310
1343
  /**
1311
1344
  * Gradient Color Stops Via Position
1312
1345
  * @see https://tailwindcss.com/docs/gradient-color-stops
1313
1346
  */
1314
1347
  "gradient-via-pos": [{
1315
- via: Y()
1348
+ via: Z()
1316
1349
  }],
1317
1350
  /**
1318
1351
  * Gradient Color Stops To Position
1319
1352
  * @see https://tailwindcss.com/docs/gradient-color-stops
1320
1353
  */
1321
1354
  "gradient-to-pos": [{
1322
- to: Y()
1355
+ to: Z()
1323
1356
  }],
1324
1357
  /**
1325
1358
  * Gradient Color Stops From
1326
1359
  * @see https://tailwindcss.com/docs/gradient-color-stops
1327
1360
  */
1328
1361
  "gradient-from": [{
1329
- from: a()
1362
+ from: l()
1330
1363
  }],
1331
1364
  /**
1332
1365
  * Gradient Color Stops Via
1333
1366
  * @see https://tailwindcss.com/docs/gradient-color-stops
1334
1367
  */
1335
1368
  "gradient-via": [{
1336
- via: a()
1369
+ via: l()
1337
1370
  }],
1338
1371
  /**
1339
1372
  * Gradient Color Stops To
1340
1373
  * @see https://tailwindcss.com/docs/gradient-color-stops
1341
1374
  */
1342
1375
  "gradient-to": [{
1343
- to: a()
1376
+ to: l()
1344
1377
  }],
1345
1378
  // ---------------
1346
1379
  // --- Borders ---
@@ -1455,70 +1488,70 @@ const f = (e) => {
1455
1488
  * @see https://tailwindcss.com/docs/border-width
1456
1489
  */
1457
1490
  "border-w": [{
1458
- border: w()
1491
+ border: k()
1459
1492
  }],
1460
1493
  /**
1461
1494
  * Border Width X
1462
1495
  * @see https://tailwindcss.com/docs/border-width
1463
1496
  */
1464
1497
  "border-w-x": [{
1465
- "border-x": w()
1498
+ "border-x": k()
1466
1499
  }],
1467
1500
  /**
1468
1501
  * Border Width Y
1469
1502
  * @see https://tailwindcss.com/docs/border-width
1470
1503
  */
1471
1504
  "border-w-y": [{
1472
- "border-y": w()
1505
+ "border-y": k()
1473
1506
  }],
1474
1507
  /**
1475
1508
  * Border Width Start
1476
1509
  * @see https://tailwindcss.com/docs/border-width
1477
1510
  */
1478
1511
  "border-w-s": [{
1479
- "border-s": w()
1512
+ "border-s": k()
1480
1513
  }],
1481
1514
  /**
1482
1515
  * Border Width End
1483
1516
  * @see https://tailwindcss.com/docs/border-width
1484
1517
  */
1485
1518
  "border-w-e": [{
1486
- "border-e": w()
1519
+ "border-e": k()
1487
1520
  }],
1488
1521
  /**
1489
1522
  * Border Width Top
1490
1523
  * @see https://tailwindcss.com/docs/border-width
1491
1524
  */
1492
1525
  "border-w-t": [{
1493
- "border-t": w()
1526
+ "border-t": k()
1494
1527
  }],
1495
1528
  /**
1496
1529
  * Border Width Right
1497
1530
  * @see https://tailwindcss.com/docs/border-width
1498
1531
  */
1499
1532
  "border-w-r": [{
1500
- "border-r": w()
1533
+ "border-r": k()
1501
1534
  }],
1502
1535
  /**
1503
1536
  * Border Width Bottom
1504
1537
  * @see https://tailwindcss.com/docs/border-width
1505
1538
  */
1506
1539
  "border-w-b": [{
1507
- "border-b": w()
1540
+ "border-b": k()
1508
1541
  }],
1509
1542
  /**
1510
1543
  * Border Width Left
1511
1544
  * @see https://tailwindcss.com/docs/border-width
1512
1545
  */
1513
1546
  "border-w-l": [{
1514
- "border-l": w()
1547
+ "border-l": k()
1515
1548
  }],
1516
1549
  /**
1517
1550
  * Divide Width X
1518
1551
  * @see https://tailwindcss.com/docs/border-width#between-children
1519
1552
  */
1520
1553
  "divide-x": [{
1521
- "divide-x": w()
1554
+ "divide-x": k()
1522
1555
  }],
1523
1556
  /**
1524
1557
  * Divide Width X Reverse
@@ -1530,7 +1563,7 @@ const f = (e) => {
1530
1563
  * @see https://tailwindcss.com/docs/border-width#between-children
1531
1564
  */
1532
1565
  "divide-y": [{
1533
- "divide-y": w()
1566
+ "divide-y": k()
1534
1567
  }],
1535
1568
  /**
1536
1569
  * Divide Width Y Reverse
@@ -1542,112 +1575,112 @@ const f = (e) => {
1542
1575
  * @see https://tailwindcss.com/docs/border-style
1543
1576
  */
1544
1577
  "border-style": [{
1545
- border: [...q(), "hidden", "none"]
1578
+ border: [...D(), "hidden", "none"]
1546
1579
  }],
1547
1580
  /**
1548
1581
  * Divide Style
1549
1582
  * @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
1550
1583
  */
1551
1584
  "divide-style": [{
1552
- divide: [...q(), "hidden", "none"]
1585
+ divide: [...D(), "hidden", "none"]
1553
1586
  }],
1554
1587
  /**
1555
1588
  * Border Color
1556
1589
  * @see https://tailwindcss.com/docs/border-color
1557
1590
  */
1558
1591
  "border-color": [{
1559
- border: a()
1592
+ border: l()
1560
1593
  }],
1561
1594
  /**
1562
1595
  * Border Color X
1563
1596
  * @see https://tailwindcss.com/docs/border-color
1564
1597
  */
1565
1598
  "border-color-x": [{
1566
- "border-x": a()
1599
+ "border-x": l()
1567
1600
  }],
1568
1601
  /**
1569
1602
  * Border Color Y
1570
1603
  * @see https://tailwindcss.com/docs/border-color
1571
1604
  */
1572
1605
  "border-color-y": [{
1573
- "border-y": a()
1606
+ "border-y": l()
1574
1607
  }],
1575
1608
  /**
1576
1609
  * Border Color S
1577
1610
  * @see https://tailwindcss.com/docs/border-color
1578
1611
  */
1579
1612
  "border-color-s": [{
1580
- "border-s": a()
1613
+ "border-s": l()
1581
1614
  }],
1582
1615
  /**
1583
1616
  * Border Color E
1584
1617
  * @see https://tailwindcss.com/docs/border-color
1585
1618
  */
1586
1619
  "border-color-e": [{
1587
- "border-e": a()
1620
+ "border-e": l()
1588
1621
  }],
1589
1622
  /**
1590
1623
  * Border Color Top
1591
1624
  * @see https://tailwindcss.com/docs/border-color
1592
1625
  */
1593
1626
  "border-color-t": [{
1594
- "border-t": a()
1627
+ "border-t": l()
1595
1628
  }],
1596
1629
  /**
1597
1630
  * Border Color Right
1598
1631
  * @see https://tailwindcss.com/docs/border-color
1599
1632
  */
1600
1633
  "border-color-r": [{
1601
- "border-r": a()
1634
+ "border-r": l()
1602
1635
  }],
1603
1636
  /**
1604
1637
  * Border Color Bottom
1605
1638
  * @see https://tailwindcss.com/docs/border-color
1606
1639
  */
1607
1640
  "border-color-b": [{
1608
- "border-b": a()
1641
+ "border-b": l()
1609
1642
  }],
1610
1643
  /**
1611
1644
  * Border Color Left
1612
1645
  * @see https://tailwindcss.com/docs/border-color
1613
1646
  */
1614
1647
  "border-color-l": [{
1615
- "border-l": a()
1648
+ "border-l": l()
1616
1649
  }],
1617
1650
  /**
1618
1651
  * Divide Color
1619
1652
  * @see https://tailwindcss.com/docs/divide-color
1620
1653
  */
1621
1654
  "divide-color": [{
1622
- divide: a()
1655
+ divide: l()
1623
1656
  }],
1624
1657
  /**
1625
1658
  * Outline Style
1626
1659
  * @see https://tailwindcss.com/docs/outline-style
1627
1660
  */
1628
1661
  "outline-style": [{
1629
- outline: [...q(), "none", "hidden"]
1662
+ outline: [...D(), "none", "hidden"]
1630
1663
  }],
1631
1664
  /**
1632
1665
  * Outline Offset
1633
1666
  * @see https://tailwindcss.com/docs/outline-offset
1634
1667
  */
1635
1668
  "outline-offset": [{
1636
- "outline-offset": [d, s, t]
1669
+ "outline-offset": [p, n, s]
1637
1670
  }],
1638
1671
  /**
1639
1672
  * Outline Width
1640
1673
  * @see https://tailwindcss.com/docs/outline-width
1641
1674
  */
1642
1675
  "outline-w": [{
1643
- outline: ["", d, W, P]
1676
+ outline: ["", p, B, O]
1644
1677
  }],
1645
1678
  /**
1646
1679
  * Outline Color
1647
1680
  * @see https://tailwindcss.com/docs/outline-color
1648
1681
  */
1649
1682
  "outline-color": [{
1650
- outline: a()
1683
+ outline: l()
1651
1684
  }],
1652
1685
  // ---------------
1653
1686
  // --- Effects ---
@@ -1662,8 +1695,8 @@ const f = (e) => {
1662
1695
  "",
1663
1696
  "none",
1664
1697
  h,
1665
- K,
1666
- D
1698
+ H,
1699
+ J
1667
1700
  ]
1668
1701
  }],
1669
1702
  /**
@@ -1671,28 +1704,28 @@ const f = (e) => {
1671
1704
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
1672
1705
  */
1673
1706
  "shadow-color": [{
1674
- shadow: a()
1707
+ shadow: l()
1675
1708
  }],
1676
1709
  /**
1677
1710
  * Inset Box Shadow
1678
1711
  * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
1679
1712
  */
1680
1713
  "inset-shadow": [{
1681
- "inset-shadow": ["none", M, K, D]
1714
+ "inset-shadow": ["none", y, H, J]
1682
1715
  }],
1683
1716
  /**
1684
1717
  * Inset Box Shadow Color
1685
1718
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
1686
1719
  */
1687
1720
  "inset-shadow-color": [{
1688
- "inset-shadow": a()
1721
+ "inset-shadow": l()
1689
1722
  }],
1690
1723
  /**
1691
1724
  * Ring Width
1692
1725
  * @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
1693
1726
  */
1694
1727
  "ring-w": [{
1695
- ring: w()
1728
+ ring: k()
1696
1729
  }],
1697
1730
  /**
1698
1731
  * Ring Width Inset
@@ -1706,7 +1739,7 @@ const f = (e) => {
1706
1739
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
1707
1740
  */
1708
1741
  "ring-color": [{
1709
- ring: a()
1742
+ ring: l()
1710
1743
  }],
1711
1744
  /**
1712
1745
  * Ring Offset Width
@@ -1715,7 +1748,7 @@ const f = (e) => {
1715
1748
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1716
1749
  */
1717
1750
  "ring-offset-w": [{
1718
- "ring-offset": [d, P]
1751
+ "ring-offset": [p, O]
1719
1752
  }],
1720
1753
  /**
1721
1754
  * Ring Offset Color
@@ -1724,56 +1757,56 @@ const f = (e) => {
1724
1757
  * @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
1725
1758
  */
1726
1759
  "ring-offset-color": [{
1727
- "ring-offset": a()
1760
+ "ring-offset": l()
1728
1761
  }],
1729
1762
  /**
1730
1763
  * Inset Ring Width
1731
1764
  * @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
1732
1765
  */
1733
1766
  "inset-ring-w": [{
1734
- "inset-ring": w()
1767
+ "inset-ring": k()
1735
1768
  }],
1736
1769
  /**
1737
1770
  * Inset Ring Color
1738
1771
  * @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
1739
1772
  */
1740
1773
  "inset-ring-color": [{
1741
- "inset-ring": a()
1774
+ "inset-ring": l()
1742
1775
  }],
1743
1776
  /**
1744
1777
  * Text Shadow
1745
1778
  * @see https://tailwindcss.com/docs/text-shadow
1746
1779
  */
1747
1780
  "text-shadow": [{
1748
- "text-shadow": ["none", O, K, D]
1781
+ "text-shadow": ["none", z, H, J]
1749
1782
  }],
1750
1783
  /**
1751
1784
  * Text Shadow Color
1752
1785
  * @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
1753
1786
  */
1754
1787
  "text-shadow-color": [{
1755
- "text-shadow": a()
1788
+ "text-shadow": l()
1756
1789
  }],
1757
1790
  /**
1758
1791
  * Opacity
1759
1792
  * @see https://tailwindcss.com/docs/opacity
1760
1793
  */
1761
1794
  opacity: [{
1762
- opacity: [d, s, t]
1795
+ opacity: [p, n, s]
1763
1796
  }],
1764
1797
  /**
1765
1798
  * Mix Blend Mode
1766
1799
  * @see https://tailwindcss.com/docs/mix-blend-mode
1767
1800
  */
1768
1801
  "mix-blend": [{
1769
- "mix-blend": [...pe(), "plus-darker", "plus-lighter"]
1802
+ "mix-blend": [...me(), "plus-darker", "plus-lighter"]
1770
1803
  }],
1771
1804
  /**
1772
1805
  * Background Blend Mode
1773
1806
  * @see https://tailwindcss.com/docs/background-blend-mode
1774
1807
  */
1775
1808
  "bg-blend": [{
1776
- "bg-blend": pe()
1809
+ "bg-blend": me()
1777
1810
  }],
1778
1811
  /**
1779
1812
  * Mask Clip
@@ -1794,106 +1827,106 @@ const f = (e) => {
1794
1827
  * @see https://tailwindcss.com/docs/mask-image
1795
1828
  */
1796
1829
  "mask-image-linear-pos": [{
1797
- "mask-linear": [d]
1830
+ "mask-linear": [p]
1798
1831
  }],
1799
1832
  "mask-image-linear-from-pos": [{
1800
- "mask-linear-from": b()
1833
+ "mask-linear-from": g()
1801
1834
  }],
1802
1835
  "mask-image-linear-to-pos": [{
1803
- "mask-linear-to": b()
1836
+ "mask-linear-to": g()
1804
1837
  }],
1805
1838
  "mask-image-linear-from-color": [{
1806
- "mask-linear-from": a()
1839
+ "mask-linear-from": l()
1807
1840
  }],
1808
1841
  "mask-image-linear-to-color": [{
1809
- "mask-linear-to": a()
1842
+ "mask-linear-to": l()
1810
1843
  }],
1811
1844
  "mask-image-t-from-pos": [{
1812
- "mask-t-from": b()
1845
+ "mask-t-from": g()
1813
1846
  }],
1814
1847
  "mask-image-t-to-pos": [{
1815
- "mask-t-to": b()
1848
+ "mask-t-to": g()
1816
1849
  }],
1817
1850
  "mask-image-t-from-color": [{
1818
- "mask-t-from": a()
1851
+ "mask-t-from": l()
1819
1852
  }],
1820
1853
  "mask-image-t-to-color": [{
1821
- "mask-t-to": a()
1854
+ "mask-t-to": l()
1822
1855
  }],
1823
1856
  "mask-image-r-from-pos": [{
1824
- "mask-r-from": b()
1857
+ "mask-r-from": g()
1825
1858
  }],
1826
1859
  "mask-image-r-to-pos": [{
1827
- "mask-r-to": b()
1860
+ "mask-r-to": g()
1828
1861
  }],
1829
1862
  "mask-image-r-from-color": [{
1830
- "mask-r-from": a()
1863
+ "mask-r-from": l()
1831
1864
  }],
1832
1865
  "mask-image-r-to-color": [{
1833
- "mask-r-to": a()
1866
+ "mask-r-to": l()
1834
1867
  }],
1835
1868
  "mask-image-b-from-pos": [{
1836
- "mask-b-from": b()
1869
+ "mask-b-from": g()
1837
1870
  }],
1838
1871
  "mask-image-b-to-pos": [{
1839
- "mask-b-to": b()
1872
+ "mask-b-to": g()
1840
1873
  }],
1841
1874
  "mask-image-b-from-color": [{
1842
- "mask-b-from": a()
1875
+ "mask-b-from": l()
1843
1876
  }],
1844
1877
  "mask-image-b-to-color": [{
1845
- "mask-b-to": a()
1878
+ "mask-b-to": l()
1846
1879
  }],
1847
1880
  "mask-image-l-from-pos": [{
1848
- "mask-l-from": b()
1881
+ "mask-l-from": g()
1849
1882
  }],
1850
1883
  "mask-image-l-to-pos": [{
1851
- "mask-l-to": b()
1884
+ "mask-l-to": g()
1852
1885
  }],
1853
1886
  "mask-image-l-from-color": [{
1854
- "mask-l-from": a()
1887
+ "mask-l-from": l()
1855
1888
  }],
1856
1889
  "mask-image-l-to-color": [{
1857
- "mask-l-to": a()
1890
+ "mask-l-to": l()
1858
1891
  }],
1859
1892
  "mask-image-x-from-pos": [{
1860
- "mask-x-from": b()
1893
+ "mask-x-from": g()
1861
1894
  }],
1862
1895
  "mask-image-x-to-pos": [{
1863
- "mask-x-to": b()
1896
+ "mask-x-to": g()
1864
1897
  }],
1865
1898
  "mask-image-x-from-color": [{
1866
- "mask-x-from": a()
1899
+ "mask-x-from": l()
1867
1900
  }],
1868
1901
  "mask-image-x-to-color": [{
1869
- "mask-x-to": a()
1902
+ "mask-x-to": l()
1870
1903
  }],
1871
1904
  "mask-image-y-from-pos": [{
1872
- "mask-y-from": b()
1905
+ "mask-y-from": g()
1873
1906
  }],
1874
1907
  "mask-image-y-to-pos": [{
1875
- "mask-y-to": b()
1908
+ "mask-y-to": g()
1876
1909
  }],
1877
1910
  "mask-image-y-from-color": [{
1878
- "mask-y-from": a()
1911
+ "mask-y-from": l()
1879
1912
  }],
1880
1913
  "mask-image-y-to-color": [{
1881
- "mask-y-to": a()
1914
+ "mask-y-to": l()
1882
1915
  }],
1883
1916
  "mask-image-radial": [{
1884
- "mask-radial": [s, t]
1917
+ "mask-radial": [n, s]
1885
1918
  }],
1886
1919
  "mask-image-radial-from-pos": [{
1887
- "mask-radial-from": b()
1920
+ "mask-radial-from": g()
1888
1921
  }],
1889
1922
  "mask-image-radial-to-pos": [{
1890
- "mask-radial-to": b()
1923
+ "mask-radial-to": g()
1891
1924
  }],
1892
1925
  "mask-image-radial-from-color": [{
1893
- "mask-radial-from": a()
1926
+ "mask-radial-from": l()
1894
1927
  }],
1895
1928
  "mask-image-radial-to-color": [{
1896
- "mask-radial-to": a()
1929
+ "mask-radial-to": l()
1897
1930
  }],
1898
1931
  "mask-image-radial-shape": [{
1899
1932
  "mask-radial": ["circle", "ellipse"]
@@ -1905,22 +1938,22 @@ const f = (e) => {
1905
1938
  }]
1906
1939
  }],
1907
1940
  "mask-image-radial-pos": [{
1908
- "mask-radial-at": T()
1941
+ "mask-radial-at": j()
1909
1942
  }],
1910
1943
  "mask-image-conic-pos": [{
1911
- "mask-conic": [d]
1944
+ "mask-conic": [p]
1912
1945
  }],
1913
1946
  "mask-image-conic-from-pos": [{
1914
- "mask-conic-from": b()
1947
+ "mask-conic-from": g()
1915
1948
  }],
1916
1949
  "mask-image-conic-to-pos": [{
1917
- "mask-conic-to": b()
1950
+ "mask-conic-to": g()
1918
1951
  }],
1919
1952
  "mask-image-conic-from-color": [{
1920
- "mask-conic-from": a()
1953
+ "mask-conic-from": l()
1921
1954
  }],
1922
1955
  "mask-image-conic-to-color": [{
1923
- "mask-conic-to": a()
1956
+ "mask-conic-to": l()
1924
1957
  }],
1925
1958
  /**
1926
1959
  * Mask Mode
@@ -1941,21 +1974,21 @@ const f = (e) => {
1941
1974
  * @see https://tailwindcss.com/docs/mask-position
1942
1975
  */
1943
1976
  "mask-position": [{
1944
- mask: ce()
1977
+ mask: le()
1945
1978
  }],
1946
1979
  /**
1947
1980
  * Mask Repeat
1948
1981
  * @see https://tailwindcss.com/docs/mask-repeat
1949
1982
  */
1950
1983
  "mask-repeat": [{
1951
- mask: de()
1984
+ mask: ce()
1952
1985
  }],
1953
1986
  /**
1954
1987
  * Mask Size
1955
1988
  * @see https://tailwindcss.com/docs/mask-size
1956
1989
  */
1957
1990
  "mask-size": [{
1958
- mask: me()
1991
+ mask: de()
1959
1992
  }],
1960
1993
  /**
1961
1994
  * Mask Type
@@ -1969,7 +2002,7 @@ const f = (e) => {
1969
2002
  * @see https://tailwindcss.com/docs/mask-image
1970
2003
  */
1971
2004
  "mask-image": [{
1972
- mask: ["none", s, t]
2005
+ mask: ["none", n, s]
1973
2006
  }],
1974
2007
  // ---------------
1975
2008
  // --- Filters ---
@@ -1983,8 +2016,8 @@ const f = (e) => {
1983
2016
  // Deprecated since Tailwind CSS v3.0.0
1984
2017
  "",
1985
2018
  "none",
1986
- s,
1987
- t
2019
+ n,
2020
+ s
1988
2021
  ]
1989
2022
  }],
1990
2023
  /**
@@ -1992,21 +2025,21 @@ const f = (e) => {
1992
2025
  * @see https://tailwindcss.com/docs/blur
1993
2026
  */
1994
2027
  blur: [{
1995
- blur: ue()
2028
+ blur: pe()
1996
2029
  }],
1997
2030
  /**
1998
2031
  * Brightness
1999
2032
  * @see https://tailwindcss.com/docs/brightness
2000
2033
  */
2001
2034
  brightness: [{
2002
- brightness: [d, s, t]
2035
+ brightness: [p, n, s]
2003
2036
  }],
2004
2037
  /**
2005
2038
  * Contrast
2006
2039
  * @see https://tailwindcss.com/docs/contrast
2007
2040
  */
2008
2041
  contrast: [{
2009
- contrast: [d, s, t]
2042
+ contrast: [p, n, s]
2010
2043
  }],
2011
2044
  /**
2012
2045
  * Drop Shadow
@@ -2017,9 +2050,9 @@ const f = (e) => {
2017
2050
  // Deprecated since Tailwind CSS v4.0.0
2018
2051
  "",
2019
2052
  "none",
2020
- F,
2021
- K,
2022
- D
2053
+ I,
2054
+ H,
2055
+ J
2023
2056
  ]
2024
2057
  }],
2025
2058
  /**
@@ -2027,42 +2060,42 @@ const f = (e) => {
2027
2060
  * @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
2028
2061
  */
2029
2062
  "drop-shadow-color": [{
2030
- "drop-shadow": a()
2063
+ "drop-shadow": l()
2031
2064
  }],
2032
2065
  /**
2033
2066
  * Grayscale
2034
2067
  * @see https://tailwindcss.com/docs/grayscale
2035
2068
  */
2036
2069
  grayscale: [{
2037
- grayscale: ["", d, s, t]
2070
+ grayscale: ["", p, n, s]
2038
2071
  }],
2039
2072
  /**
2040
2073
  * Hue Rotate
2041
2074
  * @see https://tailwindcss.com/docs/hue-rotate
2042
2075
  */
2043
2076
  "hue-rotate": [{
2044
- "hue-rotate": [d, s, t]
2077
+ "hue-rotate": [p, n, s]
2045
2078
  }],
2046
2079
  /**
2047
2080
  * Invert
2048
2081
  * @see https://tailwindcss.com/docs/invert
2049
2082
  */
2050
2083
  invert: [{
2051
- invert: ["", d, s, t]
2084
+ invert: ["", p, n, s]
2052
2085
  }],
2053
2086
  /**
2054
2087
  * Saturate
2055
2088
  * @see https://tailwindcss.com/docs/saturate
2056
2089
  */
2057
2090
  saturate: [{
2058
- saturate: [d, s, t]
2091
+ saturate: [p, n, s]
2059
2092
  }],
2060
2093
  /**
2061
2094
  * Sepia
2062
2095
  * @see https://tailwindcss.com/docs/sepia
2063
2096
  */
2064
2097
  sepia: [{
2065
- sepia: ["", d, s, t]
2098
+ sepia: ["", p, n, s]
2066
2099
  }],
2067
2100
  /**
2068
2101
  * Backdrop Filter
@@ -2073,8 +2106,8 @@ const f = (e) => {
2073
2106
  // Deprecated since Tailwind CSS v3.0.0
2074
2107
  "",
2075
2108
  "none",
2076
- s,
2077
- t
2109
+ n,
2110
+ s
2078
2111
  ]
2079
2112
  }],
2080
2113
  /**
@@ -2082,63 +2115,63 @@ const f = (e) => {
2082
2115
  * @see https://tailwindcss.com/docs/backdrop-blur
2083
2116
  */
2084
2117
  "backdrop-blur": [{
2085
- "backdrop-blur": ue()
2118
+ "backdrop-blur": pe()
2086
2119
  }],
2087
2120
  /**
2088
2121
  * Backdrop Brightness
2089
2122
  * @see https://tailwindcss.com/docs/backdrop-brightness
2090
2123
  */
2091
2124
  "backdrop-brightness": [{
2092
- "backdrop-brightness": [d, s, t]
2125
+ "backdrop-brightness": [p, n, s]
2093
2126
  }],
2094
2127
  /**
2095
2128
  * Backdrop Contrast
2096
2129
  * @see https://tailwindcss.com/docs/backdrop-contrast
2097
2130
  */
2098
2131
  "backdrop-contrast": [{
2099
- "backdrop-contrast": [d, s, t]
2132
+ "backdrop-contrast": [p, n, s]
2100
2133
  }],
2101
2134
  /**
2102
2135
  * Backdrop Grayscale
2103
2136
  * @see https://tailwindcss.com/docs/backdrop-grayscale
2104
2137
  */
2105
2138
  "backdrop-grayscale": [{
2106
- "backdrop-grayscale": ["", d, s, t]
2139
+ "backdrop-grayscale": ["", p, n, s]
2107
2140
  }],
2108
2141
  /**
2109
2142
  * Backdrop Hue Rotate
2110
2143
  * @see https://tailwindcss.com/docs/backdrop-hue-rotate
2111
2144
  */
2112
2145
  "backdrop-hue-rotate": [{
2113
- "backdrop-hue-rotate": [d, s, t]
2146
+ "backdrop-hue-rotate": [p, n, s]
2114
2147
  }],
2115
2148
  /**
2116
2149
  * Backdrop Invert
2117
2150
  * @see https://tailwindcss.com/docs/backdrop-invert
2118
2151
  */
2119
2152
  "backdrop-invert": [{
2120
- "backdrop-invert": ["", d, s, t]
2153
+ "backdrop-invert": ["", p, n, s]
2121
2154
  }],
2122
2155
  /**
2123
2156
  * Backdrop Opacity
2124
2157
  * @see https://tailwindcss.com/docs/backdrop-opacity
2125
2158
  */
2126
2159
  "backdrop-opacity": [{
2127
- "backdrop-opacity": [d, s, t]
2160
+ "backdrop-opacity": [p, n, s]
2128
2161
  }],
2129
2162
  /**
2130
2163
  * Backdrop Saturate
2131
2164
  * @see https://tailwindcss.com/docs/backdrop-saturate
2132
2165
  */
2133
2166
  "backdrop-saturate": [{
2134
- "backdrop-saturate": [d, s, t]
2167
+ "backdrop-saturate": [p, n, s]
2135
2168
  }],
2136
2169
  /**
2137
2170
  * Backdrop Sepia
2138
2171
  * @see https://tailwindcss.com/docs/backdrop-sepia
2139
2172
  */
2140
2173
  "backdrop-sepia": [{
2141
- "backdrop-sepia": ["", d, s, t]
2174
+ "backdrop-sepia": ["", p, n, s]
2142
2175
  }],
2143
2176
  // --------------
2144
2177
  // --- Tables ---
@@ -2155,21 +2188,21 @@ const f = (e) => {
2155
2188
  * @see https://tailwindcss.com/docs/border-spacing
2156
2189
  */
2157
2190
  "border-spacing": [{
2158
- "border-spacing": c()
2191
+ "border-spacing": m()
2159
2192
  }],
2160
2193
  /**
2161
2194
  * Border Spacing X
2162
2195
  * @see https://tailwindcss.com/docs/border-spacing
2163
2196
  */
2164
2197
  "border-spacing-x": [{
2165
- "border-spacing-x": c()
2198
+ "border-spacing-x": m()
2166
2199
  }],
2167
2200
  /**
2168
2201
  * Border Spacing Y
2169
2202
  * @see https://tailwindcss.com/docs/border-spacing
2170
2203
  */
2171
2204
  "border-spacing-y": [{
2172
- "border-spacing-y": c()
2205
+ "border-spacing-y": m()
2173
2206
  }],
2174
2207
  /**
2175
2208
  * Table Layout
@@ -2193,7 +2226,7 @@ const f = (e) => {
2193
2226
  * @see https://tailwindcss.com/docs/transition-property
2194
2227
  */
2195
2228
  transition: [{
2196
- transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", s, t]
2229
+ transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", n, s]
2197
2230
  }],
2198
2231
  /**
2199
2232
  * Transition Behavior
@@ -2207,28 +2240,28 @@ const f = (e) => {
2207
2240
  * @see https://tailwindcss.com/docs/transition-duration
2208
2241
  */
2209
2242
  duration: [{
2210
- duration: [d, "initial", s, t]
2243
+ duration: [p, "initial", n, s]
2211
2244
  }],
2212
2245
  /**
2213
2246
  * Transition Timing Function
2214
2247
  * @see https://tailwindcss.com/docs/transition-timing-function
2215
2248
  */
2216
2249
  ease: [{
2217
- ease: ["linear", "initial", A, s, t]
2250
+ ease: ["linear", "initial", P, n, s]
2218
2251
  }],
2219
2252
  /**
2220
2253
  * Transition Delay
2221
2254
  * @see https://tailwindcss.com/docs/transition-delay
2222
2255
  */
2223
2256
  delay: [{
2224
- delay: [d, s, t]
2257
+ delay: [p, n, s]
2225
2258
  }],
2226
2259
  /**
2227
2260
  * Animation
2228
2261
  * @see https://tailwindcss.com/docs/animation
2229
2262
  */
2230
2263
  animate: [{
2231
- animate: ["none", $, s, t]
2264
+ animate: ["none", $, n, s]
2232
2265
  }],
2233
2266
  // ------------------
2234
2267
  // --- Transforms ---
@@ -2245,70 +2278,70 @@ const f = (e) => {
2245
2278
  * @see https://tailwindcss.com/docs/perspective
2246
2279
  */
2247
2280
  perspective: [{
2248
- perspective: [y, s, t]
2281
+ perspective: [v, n, s]
2249
2282
  }],
2250
2283
  /**
2251
2284
  * Perspective Origin
2252
2285
  * @see https://tailwindcss.com/docs/perspective-origin
2253
2286
  */
2254
2287
  "perspective-origin": [{
2255
- "perspective-origin": E()
2288
+ "perspective-origin": L()
2256
2289
  }],
2257
2290
  /**
2258
2291
  * Rotate
2259
2292
  * @see https://tailwindcss.com/docs/rotate
2260
2293
  */
2261
2294
  rotate: [{
2262
- rotate: H()
2295
+ rotate: Y()
2263
2296
  }],
2264
2297
  /**
2265
2298
  * Rotate X
2266
2299
  * @see https://tailwindcss.com/docs/rotate
2267
2300
  */
2268
2301
  "rotate-x": [{
2269
- "rotate-x": H()
2302
+ "rotate-x": Y()
2270
2303
  }],
2271
2304
  /**
2272
2305
  * Rotate Y
2273
2306
  * @see https://tailwindcss.com/docs/rotate
2274
2307
  */
2275
2308
  "rotate-y": [{
2276
- "rotate-y": H()
2309
+ "rotate-y": Y()
2277
2310
  }],
2278
2311
  /**
2279
2312
  * Rotate Z
2280
2313
  * @see https://tailwindcss.com/docs/rotate
2281
2314
  */
2282
2315
  "rotate-z": [{
2283
- "rotate-z": H()
2316
+ "rotate-z": Y()
2284
2317
  }],
2285
2318
  /**
2286
2319
  * Scale
2287
2320
  * @see https://tailwindcss.com/docs/scale
2288
2321
  */
2289
2322
  scale: [{
2290
- scale: J()
2323
+ scale: q()
2291
2324
  }],
2292
2325
  /**
2293
2326
  * Scale X
2294
2327
  * @see https://tailwindcss.com/docs/scale
2295
2328
  */
2296
2329
  "scale-x": [{
2297
- "scale-x": J()
2330
+ "scale-x": q()
2298
2331
  }],
2299
2332
  /**
2300
2333
  * Scale Y
2301
2334
  * @see https://tailwindcss.com/docs/scale
2302
2335
  */
2303
2336
  "scale-y": [{
2304
- "scale-y": J()
2337
+ "scale-y": q()
2305
2338
  }],
2306
2339
  /**
2307
2340
  * Scale Z
2308
2341
  * @see https://tailwindcss.com/docs/scale
2309
2342
  */
2310
2343
  "scale-z": [{
2311
- "scale-z": J()
2344
+ "scale-z": q()
2312
2345
  }],
2313
2346
  /**
2314
2347
  * Scale 3D
@@ -2320,35 +2353,35 @@ const f = (e) => {
2320
2353
  * @see https://tailwindcss.com/docs/skew
2321
2354
  */
2322
2355
  skew: [{
2323
- skew: Z()
2356
+ skew: ee()
2324
2357
  }],
2325
2358
  /**
2326
2359
  * Skew X
2327
2360
  * @see https://tailwindcss.com/docs/skew
2328
2361
  */
2329
2362
  "skew-x": [{
2330
- "skew-x": Z()
2363
+ "skew-x": ee()
2331
2364
  }],
2332
2365
  /**
2333
2366
  * Skew Y
2334
2367
  * @see https://tailwindcss.com/docs/skew
2335
2368
  */
2336
2369
  "skew-y": [{
2337
- "skew-y": Z()
2370
+ "skew-y": ee()
2338
2371
  }],
2339
2372
  /**
2340
2373
  * Transform
2341
2374
  * @see https://tailwindcss.com/docs/transform
2342
2375
  */
2343
2376
  transform: [{
2344
- transform: [s, t, "", "none", "gpu", "cpu"]
2377
+ transform: [n, s, "", "none", "gpu", "cpu"]
2345
2378
  }],
2346
2379
  /**
2347
2380
  * Transform Origin
2348
2381
  * @see https://tailwindcss.com/docs/transform-origin
2349
2382
  */
2350
2383
  "transform-origin": [{
2351
- origin: E()
2384
+ origin: L()
2352
2385
  }],
2353
2386
  /**
2354
2387
  * Transform Style
@@ -2398,7 +2431,7 @@ const f = (e) => {
2398
2431
  * @see https://tailwindcss.com/docs/accent-color
2399
2432
  */
2400
2433
  accent: [{
2401
- accent: a()
2434
+ accent: l()
2402
2435
  }],
2403
2436
  /**
2404
2437
  * Appearance
@@ -2412,7 +2445,7 @@ const f = (e) => {
2412
2445
  * @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
2413
2446
  */
2414
2447
  "caret-color": [{
2415
- caret: a()
2448
+ caret: l()
2416
2449
  }],
2417
2450
  /**
2418
2451
  * Color Scheme
@@ -2426,7 +2459,7 @@ const f = (e) => {
2426
2459
  * @see https://tailwindcss.com/docs/cursor
2427
2460
  */
2428
2461
  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]
2462
+ cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", n, s]
2430
2463
  }],
2431
2464
  /**
2432
2465
  * Field Sizing
@@ -2461,126 +2494,126 @@ const f = (e) => {
2461
2494
  * @see https://tailwindcss.com/docs/scroll-margin
2462
2495
  */
2463
2496
  "scroll-m": [{
2464
- "scroll-m": c()
2497
+ "scroll-m": m()
2465
2498
  }],
2466
2499
  /**
2467
2500
  * Scroll Margin X
2468
2501
  * @see https://tailwindcss.com/docs/scroll-margin
2469
2502
  */
2470
2503
  "scroll-mx": [{
2471
- "scroll-mx": c()
2504
+ "scroll-mx": m()
2472
2505
  }],
2473
2506
  /**
2474
2507
  * Scroll Margin Y
2475
2508
  * @see https://tailwindcss.com/docs/scroll-margin
2476
2509
  */
2477
2510
  "scroll-my": [{
2478
- "scroll-my": c()
2511
+ "scroll-my": m()
2479
2512
  }],
2480
2513
  /**
2481
2514
  * Scroll Margin Start
2482
2515
  * @see https://tailwindcss.com/docs/scroll-margin
2483
2516
  */
2484
2517
  "scroll-ms": [{
2485
- "scroll-ms": c()
2518
+ "scroll-ms": m()
2486
2519
  }],
2487
2520
  /**
2488
2521
  * Scroll Margin End
2489
2522
  * @see https://tailwindcss.com/docs/scroll-margin
2490
2523
  */
2491
2524
  "scroll-me": [{
2492
- "scroll-me": c()
2525
+ "scroll-me": m()
2493
2526
  }],
2494
2527
  /**
2495
2528
  * Scroll Margin Top
2496
2529
  * @see https://tailwindcss.com/docs/scroll-margin
2497
2530
  */
2498
2531
  "scroll-mt": [{
2499
- "scroll-mt": c()
2532
+ "scroll-mt": m()
2500
2533
  }],
2501
2534
  /**
2502
2535
  * Scroll Margin Right
2503
2536
  * @see https://tailwindcss.com/docs/scroll-margin
2504
2537
  */
2505
2538
  "scroll-mr": [{
2506
- "scroll-mr": c()
2539
+ "scroll-mr": m()
2507
2540
  }],
2508
2541
  /**
2509
2542
  * Scroll Margin Bottom
2510
2543
  * @see https://tailwindcss.com/docs/scroll-margin
2511
2544
  */
2512
2545
  "scroll-mb": [{
2513
- "scroll-mb": c()
2546
+ "scroll-mb": m()
2514
2547
  }],
2515
2548
  /**
2516
2549
  * Scroll Margin Left
2517
2550
  * @see https://tailwindcss.com/docs/scroll-margin
2518
2551
  */
2519
2552
  "scroll-ml": [{
2520
- "scroll-ml": c()
2553
+ "scroll-ml": m()
2521
2554
  }],
2522
2555
  /**
2523
2556
  * Scroll Padding
2524
2557
  * @see https://tailwindcss.com/docs/scroll-padding
2525
2558
  */
2526
2559
  "scroll-p": [{
2527
- "scroll-p": c()
2560
+ "scroll-p": m()
2528
2561
  }],
2529
2562
  /**
2530
2563
  * Scroll Padding X
2531
2564
  * @see https://tailwindcss.com/docs/scroll-padding
2532
2565
  */
2533
2566
  "scroll-px": [{
2534
- "scroll-px": c()
2567
+ "scroll-px": m()
2535
2568
  }],
2536
2569
  /**
2537
2570
  * Scroll Padding Y
2538
2571
  * @see https://tailwindcss.com/docs/scroll-padding
2539
2572
  */
2540
2573
  "scroll-py": [{
2541
- "scroll-py": c()
2574
+ "scroll-py": m()
2542
2575
  }],
2543
2576
  /**
2544
2577
  * Scroll Padding Start
2545
2578
  * @see https://tailwindcss.com/docs/scroll-padding
2546
2579
  */
2547
2580
  "scroll-ps": [{
2548
- "scroll-ps": c()
2581
+ "scroll-ps": m()
2549
2582
  }],
2550
2583
  /**
2551
2584
  * Scroll Padding End
2552
2585
  * @see https://tailwindcss.com/docs/scroll-padding
2553
2586
  */
2554
2587
  "scroll-pe": [{
2555
- "scroll-pe": c()
2588
+ "scroll-pe": m()
2556
2589
  }],
2557
2590
  /**
2558
2591
  * Scroll Padding Top
2559
2592
  * @see https://tailwindcss.com/docs/scroll-padding
2560
2593
  */
2561
2594
  "scroll-pt": [{
2562
- "scroll-pt": c()
2595
+ "scroll-pt": m()
2563
2596
  }],
2564
2597
  /**
2565
2598
  * Scroll Padding Right
2566
2599
  * @see https://tailwindcss.com/docs/scroll-padding
2567
2600
  */
2568
2601
  "scroll-pr": [{
2569
- "scroll-pr": c()
2602
+ "scroll-pr": m()
2570
2603
  }],
2571
2604
  /**
2572
2605
  * Scroll Padding Bottom
2573
2606
  * @see https://tailwindcss.com/docs/scroll-padding
2574
2607
  */
2575
2608
  "scroll-pb": [{
2576
- "scroll-pb": c()
2609
+ "scroll-pb": m()
2577
2610
  }],
2578
2611
  /**
2579
2612
  * Scroll Padding Left
2580
2613
  * @see https://tailwindcss.com/docs/scroll-padding
2581
2614
  */
2582
2615
  "scroll-pl": [{
2583
- "scroll-pl": c()
2616
+ "scroll-pl": m()
2584
2617
  }],
2585
2618
  /**
2586
2619
  * Scroll Snap Align
@@ -2648,7 +2681,7 @@ const f = (e) => {
2648
2681
  * @see https://tailwindcss.com/docs/will-change
2649
2682
  */
2650
2683
  "will-change": [{
2651
- "will-change": ["auto", "scroll", "contents", "transform", s, t]
2684
+ "will-change": ["auto", "scroll", "contents", "transform", n, s]
2652
2685
  }],
2653
2686
  // -----------
2654
2687
  // --- SVG ---
@@ -2658,21 +2691,21 @@ const f = (e) => {
2658
2691
  * @see https://tailwindcss.com/docs/fill
2659
2692
  */
2660
2693
  fill: [{
2661
- fill: ["none", ...a()]
2694
+ fill: ["none", ...l()]
2662
2695
  }],
2663
2696
  /**
2664
2697
  * Stroke Width
2665
2698
  * @see https://tailwindcss.com/docs/stroke-width
2666
2699
  */
2667
2700
  "stroke-w": [{
2668
- stroke: [d, W, P, oe]
2701
+ stroke: [p, B, O, re]
2669
2702
  }],
2670
2703
  /**
2671
2704
  * Stroke
2672
2705
  * @see https://tailwindcss.com/docs/stroke
2673
2706
  */
2674
2707
  stroke: [{
2675
- stroke: ["none", ...a()]
2708
+ stroke: ["none", ...l()]
2676
2709
  }],
2677
2710
  // ---------------------
2678
2711
  // --- Accessibility ---
@@ -2740,11 +2773,11 @@ const f = (e) => {
2740
2773
  },
2741
2774
  orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
2742
2775
  };
2743
- }, co = /* @__PURE__ */ $e(lo);
2744
- function mo(...e) {
2745
- return co(Re(...e));
2776
+ }, ko = /* @__PURE__ */ Qe(wo);
2777
+ function yo(...e) {
2778
+ return ko(Ge(...e));
2746
2779
  }
2747
2780
  export {
2748
- Re as a,
2749
- mo as c
2781
+ Ge as a,
2782
+ yo as c
2750
2783
  };