@intlayer/design-system 2.0.2

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