@dimasbaguspm/versaur 0.0.8 → 0.0.10

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