@apcrda/ui 0.3.0

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 (141) hide show
  1. package/README.md +93 -0
  2. package/dist/colors-C8Jz-F17.js +89 -0
  3. package/dist/components/Accordion/Accordion.d.ts +9 -0
  4. package/dist/components/Accordion/Accordion.types.d.ts +10 -0
  5. package/dist/components/Accordion/index.d.ts +2 -0
  6. package/dist/components/AlertDialog/AlertDialog.d.ts +5 -0
  7. package/dist/components/AlertDialog/AlertDialog.types.d.ts +15 -0
  8. package/dist/components/AlertDialog/index.d.ts +2 -0
  9. package/dist/components/Autocomplete/Autocomplete.d.ts +13 -0
  10. package/dist/components/Autocomplete/Autocomplete.types.d.ts +18 -0
  11. package/dist/components/Autocomplete/index.d.ts +2 -0
  12. package/dist/components/Avatar/Avatar.d.ts +9 -0
  13. package/dist/components/Avatar/Avatar.types.d.ts +11 -0
  14. package/dist/components/Avatar/index.d.ts +2 -0
  15. package/dist/components/Badge/Badge.d.ts +10 -0
  16. package/dist/components/Badge/Badge.types.d.ts +9 -0
  17. package/dist/components/Badge/index.d.ts +2 -0
  18. package/dist/components/Breadcrumb/Breadcrumb.d.ts +16 -0
  19. package/dist/components/Breadcrumb/Breadcrumb.types.d.ts +10 -0
  20. package/dist/components/Breadcrumb/index.d.ts +2 -0
  21. package/dist/components/Button/Button.d.ts +13 -0
  22. package/dist/components/Button/Button.types.d.ts +11 -0
  23. package/dist/components/Button/index.d.ts +2 -0
  24. package/dist/components/Calendar/Calendar.d.ts +6 -0
  25. package/dist/components/Calendar/Calendar.types.d.ts +4 -0
  26. package/dist/components/Calendar/index.d.ts +2 -0
  27. package/dist/components/Card/Card.d.ts +13 -0
  28. package/dist/components/Card/Card.types.d.ts +9 -0
  29. package/dist/components/Card/index.d.ts +2 -0
  30. package/dist/components/Checkbox/Checkbox.d.ts +10 -0
  31. package/dist/components/Checkbox/Checkbox.types.d.ts +10 -0
  32. package/dist/components/Checkbox/index.d.ts +2 -0
  33. package/dist/components/Combobox/Combobox.d.ts +11 -0
  34. package/dist/components/Combobox/Combobox.types.d.ts +17 -0
  35. package/dist/components/Combobox/index.d.ts +2 -0
  36. package/dist/components/CommandPalette/CommandPalette.d.ts +5 -0
  37. package/dist/components/CommandPalette/CommandPalette.types.d.ts +20 -0
  38. package/dist/components/CommandPalette/index.d.ts +2 -0
  39. package/dist/components/ContextMenu/ContextMenu.d.ts +5 -0
  40. package/dist/components/ContextMenu/ContextMenu.types.d.ts +16 -0
  41. package/dist/components/ContextMenu/index.d.ts +2 -0
  42. package/dist/components/DatePicker/DatePicker.d.ts +10 -0
  43. package/dist/components/DatePicker/DatePicker.types.d.ts +11 -0
  44. package/dist/components/DatePicker/index.d.ts +2 -0
  45. package/dist/components/DateRangePicker/DateRangePicker.d.ts +11 -0
  46. package/dist/components/DateRangePicker/DateRangePicker.types.d.ts +14 -0
  47. package/dist/components/DateRangePicker/index.d.ts +2 -0
  48. package/dist/components/Dialog/Dialog.d.ts +22 -0
  49. package/dist/components/Dialog/Dialog.types.d.ts +16 -0
  50. package/dist/components/Dialog/index.d.ts +2 -0
  51. package/dist/components/Divider/Divider.d.ts +7 -0
  52. package/dist/components/Divider/Divider.types.d.ts +6 -0
  53. package/dist/components/Divider/index.d.ts +2 -0
  54. package/dist/components/Drawer/Drawer.d.ts +23 -0
  55. package/dist/components/Drawer/Drawer.types.d.ts +18 -0
  56. package/dist/components/Drawer/index.d.ts +2 -0
  57. package/dist/components/FileUpload/FileUpload.d.ts +11 -0
  58. package/dist/components/FileUpload/FileUpload.types.d.ts +13 -0
  59. package/dist/components/FileUpload/index.d.ts +2 -0
  60. package/dist/components/Input/Input.d.ts +13 -0
  61. package/dist/components/Input/Input.types.d.ts +9 -0
  62. package/dist/components/Input/index.d.ts +2 -0
  63. package/dist/components/Label/Label.d.ts +4 -0
  64. package/dist/components/Label/Label.types.d.ts +6 -0
  65. package/dist/components/Label/index.d.ts +2 -0
  66. package/dist/components/MultiSelect/MultiSelect.d.ts +11 -0
  67. package/dist/components/MultiSelect/MultiSelect.types.d.ts +17 -0
  68. package/dist/components/MultiSelect/index.d.ts +2 -0
  69. package/dist/components/NotificationCenter/NotificationCenter.d.ts +5 -0
  70. package/dist/components/NotificationCenter/NotificationCenter.types.d.ts +26 -0
  71. package/dist/components/NotificationCenter/NotificationItem.d.ts +8 -0
  72. package/dist/components/NotificationCenter/NotificationPanel.d.ts +2 -0
  73. package/dist/components/NotificationCenter/index.d.ts +4 -0
  74. package/dist/components/Pagination/Pagination.d.ts +13 -0
  75. package/dist/components/Pagination/Pagination.types.d.ts +15 -0
  76. package/dist/components/Pagination/index.d.ts +2 -0
  77. package/dist/components/Popover/Popover.d.ts +8 -0
  78. package/dist/components/Popover/Popover.types.d.ts +9 -0
  79. package/dist/components/Popover/index.d.ts +2 -0
  80. package/dist/components/RadioGroup/RadioGroup.d.ts +9 -0
  81. package/dist/components/RadioGroup/RadioGroup.types.d.ts +10 -0
  82. package/dist/components/RadioGroup/index.d.ts +2 -0
  83. package/dist/components/Select/Select.d.ts +15 -0
  84. package/dist/components/Select/Select.types.d.ts +17 -0
  85. package/dist/components/Select/index.d.ts +2 -0
  86. package/dist/components/Sidebar/Sidebar.d.ts +5 -0
  87. package/dist/components/Sidebar/Sidebar.types.d.ts +27 -0
  88. package/dist/components/Sidebar/SidebarContent.d.ts +7 -0
  89. package/dist/components/Sidebar/SidebarContext.d.ts +3 -0
  90. package/dist/components/Sidebar/SidebarItem.d.ts +7 -0
  91. package/dist/components/Sidebar/index.d.ts +5 -0
  92. package/dist/components/Switch/Switch.d.ts +8 -0
  93. package/dist/components/Switch/Switch.types.d.ts +8 -0
  94. package/dist/components/Switch/index.d.ts +2 -0
  95. package/dist/components/Tabs/Tabs.d.ts +8 -0
  96. package/dist/components/Tabs/Tabs.types.d.ts +11 -0
  97. package/dist/components/Tabs/index.d.ts +2 -0
  98. package/dist/components/Textarea/Textarea.d.ts +9 -0
  99. package/dist/components/Textarea/Textarea.types.d.ts +7 -0
  100. package/dist/components/Textarea/index.d.ts +2 -0
  101. package/dist/components/Toast/Toast.types.d.ts +13 -0
  102. package/dist/components/Toast/Toaster.d.ts +4 -0
  103. package/dist/components/Toast/index.d.ts +3 -0
  104. package/dist/components/Toast/useToast.d.ts +8 -0
  105. package/dist/components/Tooltip/Tooltip.d.ts +10 -0
  106. package/dist/components/Tooltip/Tooltip.types.d.ts +12 -0
  107. package/dist/components/Tooltip/index.d.ts +2 -0
  108. package/dist/components/index.d.ts +33 -0
  109. package/dist/helpers-CgZQleCk.js +12 -0
  110. package/dist/hooks/index.d.ts +2 -0
  111. package/dist/hooks/useMediaQuery.d.ts +1 -0
  112. package/dist/hooks/useTheme.d.ts +1 -0
  113. package/dist/index.d.ts +5 -0
  114. package/dist/index.js +12254 -0
  115. package/dist/styles.css +2 -0
  116. package/dist/styles.js +0 -0
  117. package/dist/themes/ThemeProvider.d.ts +20 -0
  118. package/dist/themes/dark.d.ts +16 -0
  119. package/dist/themes/index.d.ts +4 -0
  120. package/dist/themes/light.d.ts +16 -0
  121. package/dist/themes-CF6D9f5U.js +91 -0
  122. package/dist/themes.js +2 -0
  123. package/dist/tokens/colors.d.ts +101 -0
  124. package/dist/tokens/index.d.ts +12 -0
  125. package/dist/tokens/motion.d.ts +14 -0
  126. package/dist/tokens/radius.d.ts +9 -0
  127. package/dist/tokens/shadows.d.ts +7 -0
  128. package/dist/tokens/spacing.d.ts +21 -0
  129. package/dist/tokens/typography.d.ts +63 -0
  130. package/dist/tokens-CLmSW3VY.js +100 -0
  131. package/dist/tokens.js +3 -0
  132. package/dist/utils/cn.d.ts +2 -0
  133. package/dist/utils/helpers.d.ts +7 -0
  134. package/dist/utils/index.d.ts +4 -0
  135. package/dist/utils/mergeClasses.d.ts +1 -0
  136. package/dist/utils-BIF7GImV.js +1739 -0
  137. package/dist/utils.js +3 -0
  138. package/docs/Architecture.md +57 -0
  139. package/docs/Contributing.md +58 -0
  140. package/docs/Design-Principles.md +37 -0
  141. package/package.json +124 -0
@@ -0,0 +1,1739 @@
1
+ //#region node_modules/clsx/dist/clsx.mjs
2
+ function e(t) {
3
+ var n, r, i = "";
4
+ if (typeof t == "string" || typeof t == "number") i += t;
5
+ else if (typeof t == "object") if (Array.isArray(t)) {
6
+ var a = t.length;
7
+ for (n = 0; n < a; n++) t[n] && (r = e(t[n])) && (i && (i += " "), i += r);
8
+ } else for (r in t) t[r] && (i && (i += " "), i += r);
9
+ return i;
10
+ }
11
+ function t() {
12
+ for (var t, n, r = 0, i = "", a = arguments.length; r < a; r++) (t = arguments[r]) && (n = e(t)) && (i && (i += " "), i += n);
13
+ return i;
14
+ }
15
+ //#endregion
16
+ //#region node_modules/tailwind-merge/dist/bundle-mjs.mjs
17
+ var n = (e, t) => {
18
+ let n = Array(e.length + t.length);
19
+ for (let t = 0; t < e.length; t++) n[t] = e[t];
20
+ for (let r = 0; r < t.length; r++) n[e.length + r] = t[r];
21
+ return n;
22
+ }, r = (e, t) => ({
23
+ classGroupId: e,
24
+ validator: t
25
+ }), i = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
26
+ nextPart: e,
27
+ validators: t,
28
+ classGroupId: n
29
+ }), a = "-", o = [], s = "arbitrary..", c = (e) => {
30
+ let t = d(e), { conflictingClassGroups: r, conflictingClassGroupModifiers: i } = e;
31
+ return {
32
+ getClassGroupId: (e) => {
33
+ if (e.startsWith("[") && e.endsWith("]")) return u(e);
34
+ let n = e.split(a);
35
+ return l(n, +(n[0] === "" && n.length > 1), t);
36
+ },
37
+ getConflictingClassGroupIds: (e, t) => {
38
+ if (t) {
39
+ let t = i[e], a = r[e];
40
+ return t ? a ? n(a, t) : t : a || o;
41
+ }
42
+ return r[e] || o;
43
+ }
44
+ };
45
+ }, l = (e, t, n) => {
46
+ if (e.length - t === 0) return n.classGroupId;
47
+ let r = e[t], i = n.nextPart.get(r);
48
+ if (i) {
49
+ let n = l(e, t + 1, i);
50
+ if (n) return n;
51
+ }
52
+ let o = n.validators;
53
+ if (o === null) return;
54
+ let s = t === 0 ? e.join(a) : e.slice(t).join(a), c = o.length;
55
+ for (let e = 0; e < c; e++) {
56
+ let t = o[e];
57
+ if (t.validator(s)) return t.classGroupId;
58
+ }
59
+ }, u = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
60
+ let t = e.slice(1, -1), n = t.indexOf(":"), r = t.slice(0, n);
61
+ return r ? s + r : void 0;
62
+ })(), d = (e) => {
63
+ let { theme: t, classGroups: n } = e;
64
+ return ee(n, t);
65
+ }, ee = (e, t) => {
66
+ let n = i();
67
+ for (let r in e) {
68
+ let i = e[r];
69
+ f(i, n, r, t);
70
+ }
71
+ return n;
72
+ }, f = (e, t, n, r) => {
73
+ let i = e.length;
74
+ for (let a = 0; a < i; a++) {
75
+ let i = e[a];
76
+ p(i, t, n, r);
77
+ }
78
+ }, p = (e, t, n, r) => {
79
+ if (typeof e == "string") {
80
+ m(e, t, n);
81
+ return;
82
+ }
83
+ if (typeof e == "function") {
84
+ h(e, t, n, r);
85
+ return;
86
+ }
87
+ g(e, t, n, r);
88
+ }, m = (e, t, n) => {
89
+ let r = e === "" ? t : _(t, e);
90
+ r.classGroupId = n;
91
+ }, h = (e, t, n, i) => {
92
+ if (v(e)) {
93
+ f(e(i), t, n, i);
94
+ return;
95
+ }
96
+ t.validators === null && (t.validators = []), t.validators.push(r(n, e));
97
+ }, g = (e, t, n, r) => {
98
+ let i = Object.entries(e), a = i.length;
99
+ for (let e = 0; e < a; e++) {
100
+ let [a, o] = i[e];
101
+ f(o, _(t, a), n, r);
102
+ }
103
+ }, _ = (e, t) => {
104
+ let n = e, r = t.split(a), o = r.length;
105
+ for (let e = 0; e < o; e++) {
106
+ let t = r[e], a = n.nextPart.get(t);
107
+ a || (a = i(), n.nextPart.set(t, a)), n = a;
108
+ }
109
+ return n;
110
+ }, v = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, y = (e) => {
111
+ if (e < 1) return {
112
+ get: () => void 0,
113
+ set: () => {}
114
+ };
115
+ let t = 0, n = Object.create(null), r = Object.create(null), i = (i, a) => {
116
+ n[i] = a, t++, t > e && (t = 0, r = n, n = Object.create(null));
117
+ };
118
+ return {
119
+ get(e) {
120
+ let t = n[e];
121
+ if (t !== void 0) return t;
122
+ if ((t = r[e]) !== void 0) return i(e, t), t;
123
+ },
124
+ set(e, t) {
125
+ e in n ? n[e] = t : i(e, t);
126
+ }
127
+ };
128
+ }, b = "!", x = ":", S = [], C = (e, t, n, r, i) => ({
129
+ modifiers: e,
130
+ hasImportantModifier: t,
131
+ baseClassName: n,
132
+ maybePostfixModifierPosition: r,
133
+ isExternal: i
134
+ }), w = (e) => {
135
+ let { prefix: t, experimentalParseClassName: n } = e, r = (e) => {
136
+ let t = [], n = 0, r = 0, i = 0, a, o = e.length;
137
+ for (let s = 0; s < o; s++) {
138
+ let o = e[s];
139
+ if (n === 0 && r === 0) {
140
+ if (o === x) {
141
+ t.push(e.slice(i, s)), i = s + 1;
142
+ continue;
143
+ }
144
+ if (o === "/") {
145
+ a = s;
146
+ continue;
147
+ }
148
+ }
149
+ o === "[" ? n++ : o === "]" ? n-- : o === "(" ? r++ : o === ")" && r--;
150
+ }
151
+ let s = t.length === 0 ? e : e.slice(i), c = s, l = !1;
152
+ s.endsWith(b) ? (c = s.slice(0, -1), l = !0) : s.startsWith(b) && (c = s.slice(1), l = !0);
153
+ let u = a && a > i ? a - i : void 0;
154
+ return C(t, l, c, u);
155
+ };
156
+ if (t) {
157
+ let e = t + x, n = r;
158
+ r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : C(S, !1, t, void 0, !0);
159
+ }
160
+ if (n) {
161
+ let e = r;
162
+ r = (t) => n({
163
+ className: t,
164
+ parseClassName: e
165
+ });
166
+ }
167
+ return r;
168
+ }, te = (e) => {
169
+ let t = /* @__PURE__ */ new Map();
170
+ return e.orderSensitiveModifiers.forEach((e, n) => {
171
+ t.set(e, 1e6 + n);
172
+ }), (e) => {
173
+ let n = [], r = [];
174
+ for (let i = 0; i < e.length; i++) {
175
+ let a = e[i], o = a[0] === "[", s = t.has(a);
176
+ o || s ? (r.length > 0 && (r.sort(), n.push(...r), r = []), n.push(a)) : r.push(a);
177
+ }
178
+ return r.length > 0 && (r.sort(), n.push(...r)), n;
179
+ };
180
+ }, ne = (e) => ({
181
+ cache: y(e.cacheSize),
182
+ parseClassName: w(e),
183
+ sortModifiers: te(e),
184
+ postfixLookupClassGroupIds: T(e),
185
+ ...c(e)
186
+ }), T = (e) => {
187
+ let t = Object.create(null), n = e.postfixLookupClassGroups;
188
+ if (n) for (let e = 0; e < n.length; e++) t[n[e]] = !0;
189
+ return t;
190
+ }, re = /\s+/, E = (e, t) => {
191
+ let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split(re), l = "";
192
+ for (let e = c.length - 1; e >= 0; --e) {
193
+ let t = c[e], { isExternal: u, modifiers: d, hasImportantModifier: ee, baseClassName: f, maybePostfixModifierPosition: p } = n(t);
194
+ if (u) {
195
+ l = t + (l.length > 0 ? " " + l : l);
196
+ continue;
197
+ }
198
+ let m = !!p, h;
199
+ if (m) {
200
+ h = r(f.substring(0, p));
201
+ let e = h && o[h] ? r(f) : void 0;
202
+ e && e !== h && (h = e, m = !1);
203
+ } else h = r(f);
204
+ if (!h) {
205
+ if (!m) {
206
+ l = t + (l.length > 0 ? " " + l : l);
207
+ continue;
208
+ }
209
+ if (h = r(f), !h) {
210
+ l = t + (l.length > 0 ? " " + l : l);
211
+ continue;
212
+ }
213
+ m = !1;
214
+ }
215
+ let g = d.length === 0 ? "" : d.length === 1 ? d[0] : a(d).join(":"), _ = ee ? g + b : g, v = _ + h;
216
+ if (s.indexOf(v) > -1) continue;
217
+ s.push(v);
218
+ let y = i(h, m);
219
+ for (let e = 0; e < y.length; ++e) {
220
+ let t = y[e];
221
+ s.push(_ + t);
222
+ }
223
+ l = t + (l.length > 0 ? " " + l : l);
224
+ }
225
+ return l;
226
+ }, D = (...e) => {
227
+ let t = 0, n, r, i = "";
228
+ for (; t < e.length;) (n = e[t++]) && (r = O(n)) && (i && (i += " "), i += r);
229
+ return i;
230
+ }, O = (e) => {
231
+ if (typeof e == "string") return e;
232
+ let t, n = "";
233
+ for (let r = 0; r < e.length; r++) e[r] && (t = O(e[r])) && (n && (n += " "), n += t);
234
+ return n;
235
+ }, k = (e, ...t) => {
236
+ let n, r, i, a, o = (o) => (n = ne(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o)), s = (e) => {
237
+ let t = r(e);
238
+ if (t) return t;
239
+ let a = E(e, n);
240
+ return i(e, a), a;
241
+ };
242
+ return a = o, (...e) => a(D(...e));
243
+ }, A = [], j = (e) => {
244
+ let t = (t) => t[e] || A;
245
+ return t.isThemeGetter = !0, t;
246
+ }, M = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, N = /^\((?:(\w[\w-]*):)?(.+)\)$/i, ie = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, ae = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, oe = /\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$/, P = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, F = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, I = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, L = (e) => ie.test(e), R = (e) => !!e && !Number.isNaN(Number(e)), z = (e) => !!e && Number.isInteger(Number(e)), se = (e) => e.endsWith("%") && R(e.slice(0, -1)), B = (e) => ae.test(e), ce = () => !0, V = (e) => oe.test(e) && !P.test(e), H = () => !1, U = (e) => F.test(e), le = (e) => I.test(e), ue = (e) => !W(e) && !q(e), de = (e) => e.startsWith("@container") && (e[10] === "/" && e[11] !== void 0 || e[11] === "s" && e[16] !== void 0 && e.startsWith("-size/", 10) || e[11] === "n" && e[18] !== void 0 && e.startsWith("-normal/", 10)), fe = (e) => X(e, Ce, H), W = (e) => M.test(e), G = (e) => X(e, we, V), pe = (e) => X(e, Te, R), me = (e) => X(e, De, ce), he = (e) => X(e, Ee, H), ge = (e) => X(e, Q, H), _e = (e) => X(e, $, le), K = (e) => X(e, Oe, U), q = (e) => N.test(e), J = (e) => Z(e, we), ve = (e) => Z(e, Ee), ye = (e) => Z(e, Q), be = (e) => Z(e, Ce), xe = (e) => Z(e, $), Y = (e) => Z(e, Oe, !0), Se = (e) => Z(e, De, !0), X = (e, t, n) => {
247
+ let r = M.exec(e);
248
+ return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
249
+ }, Z = (e, t, n = !1) => {
250
+ let r = N.exec(e);
251
+ return r ? r[1] ? t(r[1]) : n : !1;
252
+ }, Q = (e) => e === "position" || e === "percentage", $ = (e) => e === "image" || e === "url", Ce = (e) => e === "length" || e === "size" || e === "bg-size", we = (e) => e === "length", Te = (e) => e === "number", Ee = (e) => e === "family-name", De = (e) => e === "number" || e === "weight", Oe = (e) => e === "shadow", ke = /*#__PURE__*/ k(() => {
253
+ let e = j("color"), t = j("font"), n = j("text"), r = j("font-weight"), i = j("tracking"), a = j("leading"), o = j("breakpoint"), s = j("container"), c = j("spacing"), l = j("radius"), u = j("shadow"), d = j("inset-shadow"), ee = j("text-shadow"), f = j("drop-shadow"), p = j("blur"), m = j("perspective"), h = j("aspect"), g = j("ease"), _ = j("animate"), v = () => [
254
+ "auto",
255
+ "avoid",
256
+ "all",
257
+ "avoid-page",
258
+ "page",
259
+ "left",
260
+ "right",
261
+ "column"
262
+ ], y = () => [
263
+ "center",
264
+ "top",
265
+ "bottom",
266
+ "left",
267
+ "right",
268
+ "top-left",
269
+ "left-top",
270
+ "top-right",
271
+ "right-top",
272
+ "bottom-right",
273
+ "right-bottom",
274
+ "bottom-left",
275
+ "left-bottom"
276
+ ], b = () => [
277
+ ...y(),
278
+ q,
279
+ W
280
+ ], x = () => [
281
+ "auto",
282
+ "hidden",
283
+ "clip",
284
+ "visible",
285
+ "scroll"
286
+ ], S = () => [
287
+ "auto",
288
+ "contain",
289
+ "none"
290
+ ], C = () => [
291
+ q,
292
+ W,
293
+ c
294
+ ], w = () => [
295
+ L,
296
+ "full",
297
+ "auto",
298
+ ...C()
299
+ ], te = () => [
300
+ z,
301
+ "none",
302
+ "subgrid",
303
+ q,
304
+ W
305
+ ], ne = () => [
306
+ "auto",
307
+ { span: [
308
+ "full",
309
+ z,
310
+ q,
311
+ W
312
+ ] },
313
+ z,
314
+ q,
315
+ W
316
+ ], T = () => [
317
+ z,
318
+ "auto",
319
+ q,
320
+ W
321
+ ], re = () => [
322
+ "auto",
323
+ "min",
324
+ "max",
325
+ "fr",
326
+ q,
327
+ W
328
+ ], E = () => [
329
+ "start",
330
+ "end",
331
+ "center",
332
+ "between",
333
+ "around",
334
+ "evenly",
335
+ "stretch",
336
+ "baseline",
337
+ "center-safe",
338
+ "end-safe"
339
+ ], D = () => [
340
+ "start",
341
+ "end",
342
+ "center",
343
+ "stretch",
344
+ "center-safe",
345
+ "end-safe"
346
+ ], O = () => ["auto", ...C()], k = () => [
347
+ L,
348
+ "auto",
349
+ "full",
350
+ "dvw",
351
+ "dvh",
352
+ "lvw",
353
+ "lvh",
354
+ "svw",
355
+ "svh",
356
+ "min",
357
+ "max",
358
+ "fit",
359
+ ...C()
360
+ ], A = () => [
361
+ L,
362
+ "screen",
363
+ "full",
364
+ "dvw",
365
+ "lvw",
366
+ "svw",
367
+ "min",
368
+ "max",
369
+ "fit",
370
+ ...C()
371
+ ], M = () => [
372
+ L,
373
+ "screen",
374
+ "full",
375
+ "lh",
376
+ "dvh",
377
+ "lvh",
378
+ "svh",
379
+ "min",
380
+ "max",
381
+ "fit",
382
+ ...C()
383
+ ], N = () => [
384
+ e,
385
+ q,
386
+ W
387
+ ], ie = () => [
388
+ ...y(),
389
+ ye,
390
+ ge,
391
+ { position: [q, W] }
392
+ ], ae = () => ["no-repeat", { repeat: [
393
+ "",
394
+ "x",
395
+ "y",
396
+ "space",
397
+ "round"
398
+ ] }], oe = () => [
399
+ "auto",
400
+ "cover",
401
+ "contain",
402
+ be,
403
+ fe,
404
+ { size: [q, W] }
405
+ ], P = () => [
406
+ se,
407
+ J,
408
+ G
409
+ ], F = () => [
410
+ "",
411
+ "none",
412
+ "full",
413
+ l,
414
+ q,
415
+ W
416
+ ], I = () => [
417
+ "",
418
+ R,
419
+ J,
420
+ G
421
+ ], V = () => [
422
+ "solid",
423
+ "dashed",
424
+ "dotted",
425
+ "double"
426
+ ], H = () => [
427
+ "normal",
428
+ "multiply",
429
+ "screen",
430
+ "overlay",
431
+ "darken",
432
+ "lighten",
433
+ "color-dodge",
434
+ "color-burn",
435
+ "hard-light",
436
+ "soft-light",
437
+ "difference",
438
+ "exclusion",
439
+ "hue",
440
+ "saturation",
441
+ "color",
442
+ "luminosity"
443
+ ], U = () => [
444
+ R,
445
+ se,
446
+ ye,
447
+ ge
448
+ ], le = () => [
449
+ "",
450
+ "none",
451
+ p,
452
+ q,
453
+ W
454
+ ], X = () => [
455
+ "none",
456
+ R,
457
+ q,
458
+ W
459
+ ], Z = () => [
460
+ "none",
461
+ R,
462
+ q,
463
+ W
464
+ ], Q = () => [
465
+ R,
466
+ q,
467
+ W
468
+ ], $ = () => [
469
+ L,
470
+ "full",
471
+ ...C()
472
+ ];
473
+ return {
474
+ cacheSize: 500,
475
+ theme: {
476
+ animate: [
477
+ "spin",
478
+ "ping",
479
+ "pulse",
480
+ "bounce"
481
+ ],
482
+ aspect: ["video"],
483
+ blur: [B],
484
+ breakpoint: [B],
485
+ color: [ce],
486
+ container: [B],
487
+ "drop-shadow": [B],
488
+ ease: [
489
+ "in",
490
+ "out",
491
+ "in-out"
492
+ ],
493
+ font: [ue],
494
+ "font-weight": [
495
+ "thin",
496
+ "extralight",
497
+ "light",
498
+ "normal",
499
+ "medium",
500
+ "semibold",
501
+ "bold",
502
+ "extrabold",
503
+ "black"
504
+ ],
505
+ "inset-shadow": [B],
506
+ leading: [
507
+ "none",
508
+ "tight",
509
+ "snug",
510
+ "normal",
511
+ "relaxed",
512
+ "loose"
513
+ ],
514
+ perspective: [
515
+ "dramatic",
516
+ "near",
517
+ "normal",
518
+ "midrange",
519
+ "distant",
520
+ "none"
521
+ ],
522
+ radius: [B],
523
+ shadow: [B],
524
+ spacing: ["px", R],
525
+ text: [B],
526
+ "text-shadow": [B],
527
+ tracking: [
528
+ "tighter",
529
+ "tight",
530
+ "normal",
531
+ "wide",
532
+ "wider",
533
+ "widest"
534
+ ]
535
+ },
536
+ classGroups: {
537
+ aspect: [{ aspect: [
538
+ "auto",
539
+ "square",
540
+ L,
541
+ W,
542
+ q,
543
+ h
544
+ ] }],
545
+ container: ["container"],
546
+ "container-type": [{ "@container": [
547
+ "",
548
+ "normal",
549
+ "size",
550
+ q,
551
+ W
552
+ ] }],
553
+ "container-named": [de],
554
+ columns: [{ columns: [
555
+ R,
556
+ W,
557
+ q,
558
+ s
559
+ ] }],
560
+ "break-after": [{ "break-after": v() }],
561
+ "break-before": [{ "break-before": v() }],
562
+ "break-inside": [{ "break-inside": [
563
+ "auto",
564
+ "avoid",
565
+ "avoid-page",
566
+ "avoid-column"
567
+ ] }],
568
+ "box-decoration": [{ "box-decoration": ["slice", "clone"] }],
569
+ box: [{ box: ["border", "content"] }],
570
+ display: [
571
+ "block",
572
+ "inline-block",
573
+ "inline",
574
+ "flex",
575
+ "inline-flex",
576
+ "table",
577
+ "inline-table",
578
+ "table-caption",
579
+ "table-cell",
580
+ "table-column",
581
+ "table-column-group",
582
+ "table-footer-group",
583
+ "table-header-group",
584
+ "table-row-group",
585
+ "table-row",
586
+ "flow-root",
587
+ "grid",
588
+ "inline-grid",
589
+ "contents",
590
+ "list-item",
591
+ "hidden"
592
+ ],
593
+ sr: ["sr-only", "not-sr-only"],
594
+ float: [{ float: [
595
+ "right",
596
+ "left",
597
+ "none",
598
+ "start",
599
+ "end"
600
+ ] }],
601
+ clear: [{ clear: [
602
+ "left",
603
+ "right",
604
+ "both",
605
+ "none",
606
+ "start",
607
+ "end"
608
+ ] }],
609
+ isolation: ["isolate", "isolation-auto"],
610
+ "object-fit": [{ object: [
611
+ "contain",
612
+ "cover",
613
+ "fill",
614
+ "none",
615
+ "scale-down"
616
+ ] }],
617
+ "object-position": [{ object: b() }],
618
+ overflow: [{ overflow: x() }],
619
+ "overflow-x": [{ "overflow-x": x() }],
620
+ "overflow-y": [{ "overflow-y": x() }],
621
+ overscroll: [{ overscroll: S() }],
622
+ "overscroll-x": [{ "overscroll-x": S() }],
623
+ "overscroll-y": [{ "overscroll-y": S() }],
624
+ position: [
625
+ "static",
626
+ "fixed",
627
+ "absolute",
628
+ "relative",
629
+ "sticky"
630
+ ],
631
+ inset: [{ inset: w() }],
632
+ "inset-x": [{ "inset-x": w() }],
633
+ "inset-y": [{ "inset-y": w() }],
634
+ start: [{
635
+ "inset-s": w(),
636
+ start: w()
637
+ }],
638
+ end: [{
639
+ "inset-e": w(),
640
+ end: w()
641
+ }],
642
+ "inset-bs": [{ "inset-bs": w() }],
643
+ "inset-be": [{ "inset-be": w() }],
644
+ top: [{ top: w() }],
645
+ right: [{ right: w() }],
646
+ bottom: [{ bottom: w() }],
647
+ left: [{ left: w() }],
648
+ visibility: [
649
+ "visible",
650
+ "invisible",
651
+ "collapse"
652
+ ],
653
+ z: [{ z: [
654
+ z,
655
+ "auto",
656
+ q,
657
+ W
658
+ ] }],
659
+ basis: [{ basis: [
660
+ L,
661
+ "full",
662
+ "auto",
663
+ s,
664
+ ...C()
665
+ ] }],
666
+ "flex-direction": [{ flex: [
667
+ "row",
668
+ "row-reverse",
669
+ "col",
670
+ "col-reverse"
671
+ ] }],
672
+ "flex-wrap": [{ flex: [
673
+ "nowrap",
674
+ "wrap",
675
+ "wrap-reverse"
676
+ ] }],
677
+ flex: [{ flex: [
678
+ R,
679
+ L,
680
+ "auto",
681
+ "initial",
682
+ "none",
683
+ W
684
+ ] }],
685
+ grow: [{ grow: [
686
+ "",
687
+ R,
688
+ q,
689
+ W
690
+ ] }],
691
+ shrink: [{ shrink: [
692
+ "",
693
+ R,
694
+ q,
695
+ W
696
+ ] }],
697
+ order: [{ order: [
698
+ z,
699
+ "first",
700
+ "last",
701
+ "none",
702
+ q,
703
+ W
704
+ ] }],
705
+ "grid-cols": [{ "grid-cols": te() }],
706
+ "col-start-end": [{ col: ne() }],
707
+ "col-start": [{ "col-start": T() }],
708
+ "col-end": [{ "col-end": T() }],
709
+ "grid-rows": [{ "grid-rows": te() }],
710
+ "row-start-end": [{ row: ne() }],
711
+ "row-start": [{ "row-start": T() }],
712
+ "row-end": [{ "row-end": T() }],
713
+ "grid-flow": [{ "grid-flow": [
714
+ "row",
715
+ "col",
716
+ "dense",
717
+ "row-dense",
718
+ "col-dense"
719
+ ] }],
720
+ "auto-cols": [{ "auto-cols": re() }],
721
+ "auto-rows": [{ "auto-rows": re() }],
722
+ gap: [{ gap: C() }],
723
+ "gap-x": [{ "gap-x": C() }],
724
+ "gap-y": [{ "gap-y": C() }],
725
+ "justify-content": [{ justify: [...E(), "normal"] }],
726
+ "justify-items": [{ "justify-items": [...D(), "normal"] }],
727
+ "justify-self": [{ "justify-self": ["auto", ...D()] }],
728
+ "align-content": [{ content: ["normal", ...E()] }],
729
+ "align-items": [{ items: [...D(), { baseline: ["", "last"] }] }],
730
+ "align-self": [{ self: [
731
+ "auto",
732
+ ...D(),
733
+ { baseline: ["", "last"] }
734
+ ] }],
735
+ "place-content": [{ "place-content": E() }],
736
+ "place-items": [{ "place-items": [...D(), "baseline"] }],
737
+ "place-self": [{ "place-self": ["auto", ...D()] }],
738
+ p: [{ p: C() }],
739
+ px: [{ px: C() }],
740
+ py: [{ py: C() }],
741
+ ps: [{ ps: C() }],
742
+ pe: [{ pe: C() }],
743
+ pbs: [{ pbs: C() }],
744
+ pbe: [{ pbe: C() }],
745
+ pt: [{ pt: C() }],
746
+ pr: [{ pr: C() }],
747
+ pb: [{ pb: C() }],
748
+ pl: [{ pl: C() }],
749
+ m: [{ m: O() }],
750
+ mx: [{ mx: O() }],
751
+ my: [{ my: O() }],
752
+ ms: [{ ms: O() }],
753
+ me: [{ me: O() }],
754
+ mbs: [{ mbs: O() }],
755
+ mbe: [{ mbe: O() }],
756
+ mt: [{ mt: O() }],
757
+ mr: [{ mr: O() }],
758
+ mb: [{ mb: O() }],
759
+ ml: [{ ml: O() }],
760
+ "space-x": [{ "space-x": C() }],
761
+ "space-x-reverse": ["space-x-reverse"],
762
+ "space-y": [{ "space-y": C() }],
763
+ "space-y-reverse": ["space-y-reverse"],
764
+ size: [{ size: k() }],
765
+ "inline-size": [{ inline: ["auto", ...A()] }],
766
+ "min-inline-size": [{ "min-inline": ["auto", ...A()] }],
767
+ "max-inline-size": [{ "max-inline": ["none", ...A()] }],
768
+ "block-size": [{ block: ["auto", ...M()] }],
769
+ "min-block-size": [{ "min-block": ["auto", ...M()] }],
770
+ "max-block-size": [{ "max-block": ["none", ...M()] }],
771
+ w: [{ w: [
772
+ s,
773
+ "screen",
774
+ ...k()
775
+ ] }],
776
+ "min-w": [{ "min-w": [
777
+ s,
778
+ "screen",
779
+ "none",
780
+ ...k()
781
+ ] }],
782
+ "max-w": [{ "max-w": [
783
+ s,
784
+ "screen",
785
+ "none",
786
+ "prose",
787
+ { screen: [o] },
788
+ ...k()
789
+ ] }],
790
+ h: [{ h: [
791
+ "screen",
792
+ "lh",
793
+ ...k()
794
+ ] }],
795
+ "min-h": [{ "min-h": [
796
+ "screen",
797
+ "lh",
798
+ "none",
799
+ ...k()
800
+ ] }],
801
+ "max-h": [{ "max-h": [
802
+ "screen",
803
+ "lh",
804
+ ...k()
805
+ ] }],
806
+ "font-size": [{ text: [
807
+ "base",
808
+ n,
809
+ J,
810
+ G
811
+ ] }],
812
+ "font-smoothing": ["antialiased", "subpixel-antialiased"],
813
+ "font-style": ["italic", "not-italic"],
814
+ "font-weight": [{ font: [
815
+ r,
816
+ Se,
817
+ me
818
+ ] }],
819
+ "font-stretch": [{ "font-stretch": [
820
+ "ultra-condensed",
821
+ "extra-condensed",
822
+ "condensed",
823
+ "semi-condensed",
824
+ "normal",
825
+ "semi-expanded",
826
+ "expanded",
827
+ "extra-expanded",
828
+ "ultra-expanded",
829
+ se,
830
+ W
831
+ ] }],
832
+ "font-family": [{ font: [
833
+ ve,
834
+ he,
835
+ t
836
+ ] }],
837
+ "font-features": [{ "font-features": [W] }],
838
+ "fvn-normal": ["normal-nums"],
839
+ "fvn-ordinal": ["ordinal"],
840
+ "fvn-slashed-zero": ["slashed-zero"],
841
+ "fvn-figure": ["lining-nums", "oldstyle-nums"],
842
+ "fvn-spacing": ["proportional-nums", "tabular-nums"],
843
+ "fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
844
+ tracking: [{ tracking: [
845
+ i,
846
+ q,
847
+ W
848
+ ] }],
849
+ "line-clamp": [{ "line-clamp": [
850
+ R,
851
+ "none",
852
+ q,
853
+ pe
854
+ ] }],
855
+ leading: [{ leading: [a, ...C()] }],
856
+ "list-image": [{ "list-image": [
857
+ "none",
858
+ q,
859
+ W
860
+ ] }],
861
+ "list-style-position": [{ list: ["inside", "outside"] }],
862
+ "list-style-type": [{ list: [
863
+ "disc",
864
+ "decimal",
865
+ "none",
866
+ q,
867
+ W
868
+ ] }],
869
+ "text-alignment": [{ text: [
870
+ "left",
871
+ "center",
872
+ "right",
873
+ "justify",
874
+ "start",
875
+ "end"
876
+ ] }],
877
+ "placeholder-color": [{ placeholder: N() }],
878
+ "text-color": [{ text: N() }],
879
+ "text-decoration": [
880
+ "underline",
881
+ "overline",
882
+ "line-through",
883
+ "no-underline"
884
+ ],
885
+ "text-decoration-style": [{ decoration: [...V(), "wavy"] }],
886
+ "text-decoration-thickness": [{ decoration: [
887
+ R,
888
+ "from-font",
889
+ "auto",
890
+ q,
891
+ G
892
+ ] }],
893
+ "text-decoration-color": [{ decoration: N() }],
894
+ "underline-offset": [{ "underline-offset": [
895
+ R,
896
+ "auto",
897
+ q,
898
+ W
899
+ ] }],
900
+ "text-transform": [
901
+ "uppercase",
902
+ "lowercase",
903
+ "capitalize",
904
+ "normal-case"
905
+ ],
906
+ "text-overflow": [
907
+ "truncate",
908
+ "text-ellipsis",
909
+ "text-clip"
910
+ ],
911
+ "text-wrap": [{ text: [
912
+ "wrap",
913
+ "nowrap",
914
+ "balance",
915
+ "pretty"
916
+ ] }],
917
+ indent: [{ indent: C() }],
918
+ "tab-size": [{ tab: [
919
+ z,
920
+ q,
921
+ W
922
+ ] }],
923
+ "vertical-align": [{ align: [
924
+ "baseline",
925
+ "top",
926
+ "middle",
927
+ "bottom",
928
+ "text-top",
929
+ "text-bottom",
930
+ "sub",
931
+ "super",
932
+ q,
933
+ W
934
+ ] }],
935
+ whitespace: [{ whitespace: [
936
+ "normal",
937
+ "nowrap",
938
+ "pre",
939
+ "pre-line",
940
+ "pre-wrap",
941
+ "break-spaces"
942
+ ] }],
943
+ break: [{ break: [
944
+ "normal",
945
+ "words",
946
+ "all",
947
+ "keep"
948
+ ] }],
949
+ wrap: [{ wrap: [
950
+ "break-word",
951
+ "anywhere",
952
+ "normal"
953
+ ] }],
954
+ hyphens: [{ hyphens: [
955
+ "none",
956
+ "manual",
957
+ "auto"
958
+ ] }],
959
+ content: [{ content: [
960
+ "none",
961
+ q,
962
+ W
963
+ ] }],
964
+ "bg-attachment": [{ bg: [
965
+ "fixed",
966
+ "local",
967
+ "scroll"
968
+ ] }],
969
+ "bg-clip": [{ "bg-clip": [
970
+ "border",
971
+ "padding",
972
+ "content",
973
+ "text"
974
+ ] }],
975
+ "bg-origin": [{ "bg-origin": [
976
+ "border",
977
+ "padding",
978
+ "content"
979
+ ] }],
980
+ "bg-position": [{ bg: ie() }],
981
+ "bg-repeat": [{ bg: ae() }],
982
+ "bg-size": [{ bg: oe() }],
983
+ "bg-image": [{ bg: [
984
+ "none",
985
+ {
986
+ linear: [
987
+ { to: [
988
+ "t",
989
+ "tr",
990
+ "r",
991
+ "br",
992
+ "b",
993
+ "bl",
994
+ "l",
995
+ "tl"
996
+ ] },
997
+ z,
998
+ q,
999
+ W
1000
+ ],
1001
+ radial: [
1002
+ "",
1003
+ q,
1004
+ W
1005
+ ],
1006
+ conic: [
1007
+ z,
1008
+ q,
1009
+ W
1010
+ ]
1011
+ },
1012
+ xe,
1013
+ _e
1014
+ ] }],
1015
+ "bg-color": [{ bg: N() }],
1016
+ "gradient-from-pos": [{ from: P() }],
1017
+ "gradient-via-pos": [{ via: P() }],
1018
+ "gradient-to-pos": [{ to: P() }],
1019
+ "gradient-from": [{ from: N() }],
1020
+ "gradient-via": [{ via: N() }],
1021
+ "gradient-to": [{ to: N() }],
1022
+ rounded: [{ rounded: F() }],
1023
+ "rounded-s": [{ "rounded-s": F() }],
1024
+ "rounded-e": [{ "rounded-e": F() }],
1025
+ "rounded-t": [{ "rounded-t": F() }],
1026
+ "rounded-r": [{ "rounded-r": F() }],
1027
+ "rounded-b": [{ "rounded-b": F() }],
1028
+ "rounded-l": [{ "rounded-l": F() }],
1029
+ "rounded-ss": [{ "rounded-ss": F() }],
1030
+ "rounded-se": [{ "rounded-se": F() }],
1031
+ "rounded-ee": [{ "rounded-ee": F() }],
1032
+ "rounded-es": [{ "rounded-es": F() }],
1033
+ "rounded-tl": [{ "rounded-tl": F() }],
1034
+ "rounded-tr": [{ "rounded-tr": F() }],
1035
+ "rounded-br": [{ "rounded-br": F() }],
1036
+ "rounded-bl": [{ "rounded-bl": F() }],
1037
+ "border-w": [{ border: I() }],
1038
+ "border-w-x": [{ "border-x": I() }],
1039
+ "border-w-y": [{ "border-y": I() }],
1040
+ "border-w-s": [{ "border-s": I() }],
1041
+ "border-w-e": [{ "border-e": I() }],
1042
+ "border-w-bs": [{ "border-bs": I() }],
1043
+ "border-w-be": [{ "border-be": I() }],
1044
+ "border-w-t": [{ "border-t": I() }],
1045
+ "border-w-r": [{ "border-r": I() }],
1046
+ "border-w-b": [{ "border-b": I() }],
1047
+ "border-w-l": [{ "border-l": I() }],
1048
+ "divide-x": [{ "divide-x": I() }],
1049
+ "divide-x-reverse": ["divide-x-reverse"],
1050
+ "divide-y": [{ "divide-y": I() }],
1051
+ "divide-y-reverse": ["divide-y-reverse"],
1052
+ "border-style": [{ border: [
1053
+ ...V(),
1054
+ "hidden",
1055
+ "none"
1056
+ ] }],
1057
+ "divide-style": [{ divide: [
1058
+ ...V(),
1059
+ "hidden",
1060
+ "none"
1061
+ ] }],
1062
+ "border-color": [{ border: N() }],
1063
+ "border-color-x": [{ "border-x": N() }],
1064
+ "border-color-y": [{ "border-y": N() }],
1065
+ "border-color-s": [{ "border-s": N() }],
1066
+ "border-color-e": [{ "border-e": N() }],
1067
+ "border-color-bs": [{ "border-bs": N() }],
1068
+ "border-color-be": [{ "border-be": N() }],
1069
+ "border-color-t": [{ "border-t": N() }],
1070
+ "border-color-r": [{ "border-r": N() }],
1071
+ "border-color-b": [{ "border-b": N() }],
1072
+ "border-color-l": [{ "border-l": N() }],
1073
+ "divide-color": [{ divide: N() }],
1074
+ "outline-style": [{ outline: [
1075
+ ...V(),
1076
+ "none",
1077
+ "hidden"
1078
+ ] }],
1079
+ "outline-offset": [{ "outline-offset": [
1080
+ R,
1081
+ q,
1082
+ W
1083
+ ] }],
1084
+ "outline-w": [{ outline: [
1085
+ "",
1086
+ R,
1087
+ J,
1088
+ G
1089
+ ] }],
1090
+ "outline-color": [{ outline: N() }],
1091
+ shadow: [{ shadow: [
1092
+ "",
1093
+ "none",
1094
+ u,
1095
+ Y,
1096
+ K
1097
+ ] }],
1098
+ "shadow-color": [{ shadow: N() }],
1099
+ "inset-shadow": [{ "inset-shadow": [
1100
+ "none",
1101
+ d,
1102
+ Y,
1103
+ K
1104
+ ] }],
1105
+ "inset-shadow-color": [{ "inset-shadow": N() }],
1106
+ "ring-w": [{ ring: I() }],
1107
+ "ring-w-inset": ["ring-inset"],
1108
+ "ring-color": [{ ring: N() }],
1109
+ "ring-offset-w": [{ "ring-offset": [R, G] }],
1110
+ "ring-offset-color": [{ "ring-offset": N() }],
1111
+ "inset-ring-w": [{ "inset-ring": I() }],
1112
+ "inset-ring-color": [{ "inset-ring": N() }],
1113
+ "text-shadow": [{ "text-shadow": [
1114
+ "none",
1115
+ ee,
1116
+ Y,
1117
+ K
1118
+ ] }],
1119
+ "text-shadow-color": [{ "text-shadow": N() }],
1120
+ opacity: [{ opacity: [
1121
+ R,
1122
+ q,
1123
+ W
1124
+ ] }],
1125
+ "mix-blend": [{ "mix-blend": [
1126
+ ...H(),
1127
+ "plus-darker",
1128
+ "plus-lighter"
1129
+ ] }],
1130
+ "bg-blend": [{ "bg-blend": H() }],
1131
+ "mask-clip": [{ "mask-clip": [
1132
+ "border",
1133
+ "padding",
1134
+ "content",
1135
+ "fill",
1136
+ "stroke",
1137
+ "view"
1138
+ ] }, "mask-no-clip"],
1139
+ "mask-composite": [{ mask: [
1140
+ "add",
1141
+ "subtract",
1142
+ "intersect",
1143
+ "exclude"
1144
+ ] }],
1145
+ "mask-image-linear-pos": [{ "mask-linear": [R] }],
1146
+ "mask-image-linear-from-pos": [{ "mask-linear-from": U() }],
1147
+ "mask-image-linear-to-pos": [{ "mask-linear-to": U() }],
1148
+ "mask-image-linear-from-color": [{ "mask-linear-from": N() }],
1149
+ "mask-image-linear-to-color": [{ "mask-linear-to": N() }],
1150
+ "mask-image-t-from-pos": [{ "mask-t-from": U() }],
1151
+ "mask-image-t-to-pos": [{ "mask-t-to": U() }],
1152
+ "mask-image-t-from-color": [{ "mask-t-from": N() }],
1153
+ "mask-image-t-to-color": [{ "mask-t-to": N() }],
1154
+ "mask-image-r-from-pos": [{ "mask-r-from": U() }],
1155
+ "mask-image-r-to-pos": [{ "mask-r-to": U() }],
1156
+ "mask-image-r-from-color": [{ "mask-r-from": N() }],
1157
+ "mask-image-r-to-color": [{ "mask-r-to": N() }],
1158
+ "mask-image-b-from-pos": [{ "mask-b-from": U() }],
1159
+ "mask-image-b-to-pos": [{ "mask-b-to": U() }],
1160
+ "mask-image-b-from-color": [{ "mask-b-from": N() }],
1161
+ "mask-image-b-to-color": [{ "mask-b-to": N() }],
1162
+ "mask-image-l-from-pos": [{ "mask-l-from": U() }],
1163
+ "mask-image-l-to-pos": [{ "mask-l-to": U() }],
1164
+ "mask-image-l-from-color": [{ "mask-l-from": N() }],
1165
+ "mask-image-l-to-color": [{ "mask-l-to": N() }],
1166
+ "mask-image-x-from-pos": [{ "mask-x-from": U() }],
1167
+ "mask-image-x-to-pos": [{ "mask-x-to": U() }],
1168
+ "mask-image-x-from-color": [{ "mask-x-from": N() }],
1169
+ "mask-image-x-to-color": [{ "mask-x-to": N() }],
1170
+ "mask-image-y-from-pos": [{ "mask-y-from": U() }],
1171
+ "mask-image-y-to-pos": [{ "mask-y-to": U() }],
1172
+ "mask-image-y-from-color": [{ "mask-y-from": N() }],
1173
+ "mask-image-y-to-color": [{ "mask-y-to": N() }],
1174
+ "mask-image-radial": [{ "mask-radial": [q, W] }],
1175
+ "mask-image-radial-from-pos": [{ "mask-radial-from": U() }],
1176
+ "mask-image-radial-to-pos": [{ "mask-radial-to": U() }],
1177
+ "mask-image-radial-from-color": [{ "mask-radial-from": N() }],
1178
+ "mask-image-radial-to-color": [{ "mask-radial-to": N() }],
1179
+ "mask-image-radial-shape": [{ "mask-radial": ["circle", "ellipse"] }],
1180
+ "mask-image-radial-size": [{ "mask-radial": [{
1181
+ closest: ["side", "corner"],
1182
+ farthest: ["side", "corner"]
1183
+ }] }],
1184
+ "mask-image-radial-pos": [{ "mask-radial-at": y() }],
1185
+ "mask-image-conic-pos": [{ "mask-conic": [R] }],
1186
+ "mask-image-conic-from-pos": [{ "mask-conic-from": U() }],
1187
+ "mask-image-conic-to-pos": [{ "mask-conic-to": U() }],
1188
+ "mask-image-conic-from-color": [{ "mask-conic-from": N() }],
1189
+ "mask-image-conic-to-color": [{ "mask-conic-to": N() }],
1190
+ "mask-mode": [{ mask: [
1191
+ "alpha",
1192
+ "luminance",
1193
+ "match"
1194
+ ] }],
1195
+ "mask-origin": [{ "mask-origin": [
1196
+ "border",
1197
+ "padding",
1198
+ "content",
1199
+ "fill",
1200
+ "stroke",
1201
+ "view"
1202
+ ] }],
1203
+ "mask-position": [{ mask: ie() }],
1204
+ "mask-repeat": [{ mask: ae() }],
1205
+ "mask-size": [{ mask: oe() }],
1206
+ "mask-type": [{ "mask-type": ["alpha", "luminance"] }],
1207
+ "mask-image": [{ mask: [
1208
+ "none",
1209
+ q,
1210
+ W
1211
+ ] }],
1212
+ filter: [{ filter: [
1213
+ "",
1214
+ "none",
1215
+ q,
1216
+ W
1217
+ ] }],
1218
+ blur: [{ blur: le() }],
1219
+ brightness: [{ brightness: [
1220
+ R,
1221
+ q,
1222
+ W
1223
+ ] }],
1224
+ contrast: [{ contrast: [
1225
+ R,
1226
+ q,
1227
+ W
1228
+ ] }],
1229
+ "drop-shadow": [{ "drop-shadow": [
1230
+ "",
1231
+ "none",
1232
+ f,
1233
+ Y,
1234
+ K
1235
+ ] }],
1236
+ "drop-shadow-color": [{ "drop-shadow": N() }],
1237
+ grayscale: [{ grayscale: [
1238
+ "",
1239
+ R,
1240
+ q,
1241
+ W
1242
+ ] }],
1243
+ "hue-rotate": [{ "hue-rotate": [
1244
+ R,
1245
+ q,
1246
+ W
1247
+ ] }],
1248
+ invert: [{ invert: [
1249
+ "",
1250
+ R,
1251
+ q,
1252
+ W
1253
+ ] }],
1254
+ saturate: [{ saturate: [
1255
+ R,
1256
+ q,
1257
+ W
1258
+ ] }],
1259
+ sepia: [{ sepia: [
1260
+ "",
1261
+ R,
1262
+ q,
1263
+ W
1264
+ ] }],
1265
+ "backdrop-filter": [{ "backdrop-filter": [
1266
+ "",
1267
+ "none",
1268
+ q,
1269
+ W
1270
+ ] }],
1271
+ "backdrop-blur": [{ "backdrop-blur": le() }],
1272
+ "backdrop-brightness": [{ "backdrop-brightness": [
1273
+ R,
1274
+ q,
1275
+ W
1276
+ ] }],
1277
+ "backdrop-contrast": [{ "backdrop-contrast": [
1278
+ R,
1279
+ q,
1280
+ W
1281
+ ] }],
1282
+ "backdrop-grayscale": [{ "backdrop-grayscale": [
1283
+ "",
1284
+ R,
1285
+ q,
1286
+ W
1287
+ ] }],
1288
+ "backdrop-hue-rotate": [{ "backdrop-hue-rotate": [
1289
+ R,
1290
+ q,
1291
+ W
1292
+ ] }],
1293
+ "backdrop-invert": [{ "backdrop-invert": [
1294
+ "",
1295
+ R,
1296
+ q,
1297
+ W
1298
+ ] }],
1299
+ "backdrop-opacity": [{ "backdrop-opacity": [
1300
+ R,
1301
+ q,
1302
+ W
1303
+ ] }],
1304
+ "backdrop-saturate": [{ "backdrop-saturate": [
1305
+ R,
1306
+ q,
1307
+ W
1308
+ ] }],
1309
+ "backdrop-sepia": [{ "backdrop-sepia": [
1310
+ "",
1311
+ R,
1312
+ q,
1313
+ W
1314
+ ] }],
1315
+ "border-collapse": [{ border: ["collapse", "separate"] }],
1316
+ "border-spacing": [{ "border-spacing": C() }],
1317
+ "border-spacing-x": [{ "border-spacing-x": C() }],
1318
+ "border-spacing-y": [{ "border-spacing-y": C() }],
1319
+ "table-layout": [{ table: ["auto", "fixed"] }],
1320
+ caption: [{ caption: ["top", "bottom"] }],
1321
+ transition: [{ transition: [
1322
+ "",
1323
+ "all",
1324
+ "colors",
1325
+ "opacity",
1326
+ "shadow",
1327
+ "transform",
1328
+ "none",
1329
+ q,
1330
+ W
1331
+ ] }],
1332
+ "transition-behavior": [{ transition: ["normal", "discrete"] }],
1333
+ duration: [{ duration: [
1334
+ R,
1335
+ "initial",
1336
+ q,
1337
+ W
1338
+ ] }],
1339
+ ease: [{ ease: [
1340
+ "linear",
1341
+ "initial",
1342
+ g,
1343
+ q,
1344
+ W
1345
+ ] }],
1346
+ delay: [{ delay: [
1347
+ R,
1348
+ q,
1349
+ W
1350
+ ] }],
1351
+ animate: [{ animate: [
1352
+ "none",
1353
+ _,
1354
+ q,
1355
+ W
1356
+ ] }],
1357
+ backface: [{ backface: ["hidden", "visible"] }],
1358
+ perspective: [{ perspective: [
1359
+ m,
1360
+ q,
1361
+ W
1362
+ ] }],
1363
+ "perspective-origin": [{ "perspective-origin": b() }],
1364
+ rotate: [{ rotate: X() }],
1365
+ "rotate-x": [{ "rotate-x": X() }],
1366
+ "rotate-y": [{ "rotate-y": X() }],
1367
+ "rotate-z": [{ "rotate-z": X() }],
1368
+ scale: [{ scale: Z() }],
1369
+ "scale-x": [{ "scale-x": Z() }],
1370
+ "scale-y": [{ "scale-y": Z() }],
1371
+ "scale-z": [{ "scale-z": Z() }],
1372
+ "scale-3d": ["scale-3d"],
1373
+ skew: [{ skew: Q() }],
1374
+ "skew-x": [{ "skew-x": Q() }],
1375
+ "skew-y": [{ "skew-y": Q() }],
1376
+ transform: [{ transform: [
1377
+ q,
1378
+ W,
1379
+ "",
1380
+ "none",
1381
+ "gpu",
1382
+ "cpu"
1383
+ ] }],
1384
+ "transform-origin": [{ origin: b() }],
1385
+ "transform-style": [{ transform: ["3d", "flat"] }],
1386
+ translate: [{ translate: $() }],
1387
+ "translate-x": [{ "translate-x": $() }],
1388
+ "translate-y": [{ "translate-y": $() }],
1389
+ "translate-z": [{ "translate-z": $() }],
1390
+ "translate-none": ["translate-none"],
1391
+ zoom: [{ zoom: [
1392
+ z,
1393
+ q,
1394
+ W
1395
+ ] }],
1396
+ accent: [{ accent: N() }],
1397
+ appearance: [{ appearance: ["none", "auto"] }],
1398
+ "caret-color": [{ caret: N() }],
1399
+ "color-scheme": [{ scheme: [
1400
+ "normal",
1401
+ "dark",
1402
+ "light",
1403
+ "light-dark",
1404
+ "only-dark",
1405
+ "only-light"
1406
+ ] }],
1407
+ cursor: [{ cursor: [
1408
+ "auto",
1409
+ "default",
1410
+ "pointer",
1411
+ "wait",
1412
+ "text",
1413
+ "move",
1414
+ "help",
1415
+ "not-allowed",
1416
+ "none",
1417
+ "context-menu",
1418
+ "progress",
1419
+ "cell",
1420
+ "crosshair",
1421
+ "vertical-text",
1422
+ "alias",
1423
+ "copy",
1424
+ "no-drop",
1425
+ "grab",
1426
+ "grabbing",
1427
+ "all-scroll",
1428
+ "col-resize",
1429
+ "row-resize",
1430
+ "n-resize",
1431
+ "e-resize",
1432
+ "s-resize",
1433
+ "w-resize",
1434
+ "ne-resize",
1435
+ "nw-resize",
1436
+ "se-resize",
1437
+ "sw-resize",
1438
+ "ew-resize",
1439
+ "ns-resize",
1440
+ "nesw-resize",
1441
+ "nwse-resize",
1442
+ "zoom-in",
1443
+ "zoom-out",
1444
+ q,
1445
+ W
1446
+ ] }],
1447
+ "field-sizing": [{ "field-sizing": ["fixed", "content"] }],
1448
+ "pointer-events": [{ "pointer-events": ["auto", "none"] }],
1449
+ resize: [{ resize: [
1450
+ "none",
1451
+ "",
1452
+ "y",
1453
+ "x"
1454
+ ] }],
1455
+ "scroll-behavior": [{ scroll: ["auto", "smooth"] }],
1456
+ "scrollbar-thumb-color": [{ "scrollbar-thumb": N() }],
1457
+ "scrollbar-track-color": [{ "scrollbar-track": N() }],
1458
+ "scrollbar-gutter": [{ "scrollbar-gutter": [
1459
+ "auto",
1460
+ "stable",
1461
+ "both"
1462
+ ] }],
1463
+ "scrollbar-w": [{ scrollbar: [
1464
+ "auto",
1465
+ "thin",
1466
+ "none"
1467
+ ] }],
1468
+ "scroll-m": [{ "scroll-m": C() }],
1469
+ "scroll-mx": [{ "scroll-mx": C() }],
1470
+ "scroll-my": [{ "scroll-my": C() }],
1471
+ "scroll-ms": [{ "scroll-ms": C() }],
1472
+ "scroll-me": [{ "scroll-me": C() }],
1473
+ "scroll-mbs": [{ "scroll-mbs": C() }],
1474
+ "scroll-mbe": [{ "scroll-mbe": C() }],
1475
+ "scroll-mt": [{ "scroll-mt": C() }],
1476
+ "scroll-mr": [{ "scroll-mr": C() }],
1477
+ "scroll-mb": [{ "scroll-mb": C() }],
1478
+ "scroll-ml": [{ "scroll-ml": C() }],
1479
+ "scroll-p": [{ "scroll-p": C() }],
1480
+ "scroll-px": [{ "scroll-px": C() }],
1481
+ "scroll-py": [{ "scroll-py": C() }],
1482
+ "scroll-ps": [{ "scroll-ps": C() }],
1483
+ "scroll-pe": [{ "scroll-pe": C() }],
1484
+ "scroll-pbs": [{ "scroll-pbs": C() }],
1485
+ "scroll-pbe": [{ "scroll-pbe": C() }],
1486
+ "scroll-pt": [{ "scroll-pt": C() }],
1487
+ "scroll-pr": [{ "scroll-pr": C() }],
1488
+ "scroll-pb": [{ "scroll-pb": C() }],
1489
+ "scroll-pl": [{ "scroll-pl": C() }],
1490
+ "snap-align": [{ snap: [
1491
+ "start",
1492
+ "end",
1493
+ "center",
1494
+ "align-none"
1495
+ ] }],
1496
+ "snap-stop": [{ snap: ["normal", "always"] }],
1497
+ "snap-type": [{ snap: [
1498
+ "none",
1499
+ "x",
1500
+ "y",
1501
+ "both"
1502
+ ] }],
1503
+ "snap-strictness": [{ snap: ["mandatory", "proximity"] }],
1504
+ touch: [{ touch: [
1505
+ "auto",
1506
+ "none",
1507
+ "manipulation"
1508
+ ] }],
1509
+ "touch-x": [{ "touch-pan": [
1510
+ "x",
1511
+ "left",
1512
+ "right"
1513
+ ] }],
1514
+ "touch-y": [{ "touch-pan": [
1515
+ "y",
1516
+ "up",
1517
+ "down"
1518
+ ] }],
1519
+ "touch-pz": ["touch-pinch-zoom"],
1520
+ select: [{ select: [
1521
+ "none",
1522
+ "text",
1523
+ "all",
1524
+ "auto"
1525
+ ] }],
1526
+ "will-change": [{ "will-change": [
1527
+ "auto",
1528
+ "scroll",
1529
+ "contents",
1530
+ "transform",
1531
+ q,
1532
+ W
1533
+ ] }],
1534
+ fill: [{ fill: ["none", ...N()] }],
1535
+ "stroke-w": [{ stroke: [
1536
+ R,
1537
+ J,
1538
+ G,
1539
+ pe
1540
+ ] }],
1541
+ stroke: [{ stroke: ["none", ...N()] }],
1542
+ "forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
1543
+ },
1544
+ conflictingClassGroups: {
1545
+ "container-named": ["container-type"],
1546
+ overflow: ["overflow-x", "overflow-y"],
1547
+ overscroll: ["overscroll-x", "overscroll-y"],
1548
+ inset: [
1549
+ "inset-x",
1550
+ "inset-y",
1551
+ "inset-bs",
1552
+ "inset-be",
1553
+ "start",
1554
+ "end",
1555
+ "top",
1556
+ "right",
1557
+ "bottom",
1558
+ "left"
1559
+ ],
1560
+ "inset-x": ["right", "left"],
1561
+ "inset-y": ["top", "bottom"],
1562
+ flex: [
1563
+ "basis",
1564
+ "grow",
1565
+ "shrink"
1566
+ ],
1567
+ gap: ["gap-x", "gap-y"],
1568
+ p: [
1569
+ "px",
1570
+ "py",
1571
+ "ps",
1572
+ "pe",
1573
+ "pbs",
1574
+ "pbe",
1575
+ "pt",
1576
+ "pr",
1577
+ "pb",
1578
+ "pl"
1579
+ ],
1580
+ px: ["pr", "pl"],
1581
+ py: ["pt", "pb"],
1582
+ m: [
1583
+ "mx",
1584
+ "my",
1585
+ "ms",
1586
+ "me",
1587
+ "mbs",
1588
+ "mbe",
1589
+ "mt",
1590
+ "mr",
1591
+ "mb",
1592
+ "ml"
1593
+ ],
1594
+ mx: ["mr", "ml"],
1595
+ my: ["mt", "mb"],
1596
+ size: ["w", "h"],
1597
+ "font-size": ["leading"],
1598
+ "fvn-normal": [
1599
+ "fvn-ordinal",
1600
+ "fvn-slashed-zero",
1601
+ "fvn-figure",
1602
+ "fvn-spacing",
1603
+ "fvn-fraction"
1604
+ ],
1605
+ "fvn-ordinal": ["fvn-normal"],
1606
+ "fvn-slashed-zero": ["fvn-normal"],
1607
+ "fvn-figure": ["fvn-normal"],
1608
+ "fvn-spacing": ["fvn-normal"],
1609
+ "fvn-fraction": ["fvn-normal"],
1610
+ "line-clamp": ["display", "overflow"],
1611
+ rounded: [
1612
+ "rounded-s",
1613
+ "rounded-e",
1614
+ "rounded-t",
1615
+ "rounded-r",
1616
+ "rounded-b",
1617
+ "rounded-l",
1618
+ "rounded-ss",
1619
+ "rounded-se",
1620
+ "rounded-ee",
1621
+ "rounded-es",
1622
+ "rounded-tl",
1623
+ "rounded-tr",
1624
+ "rounded-br",
1625
+ "rounded-bl"
1626
+ ],
1627
+ "rounded-s": ["rounded-ss", "rounded-es"],
1628
+ "rounded-e": ["rounded-se", "rounded-ee"],
1629
+ "rounded-t": ["rounded-tl", "rounded-tr"],
1630
+ "rounded-r": ["rounded-tr", "rounded-br"],
1631
+ "rounded-b": ["rounded-br", "rounded-bl"],
1632
+ "rounded-l": ["rounded-tl", "rounded-bl"],
1633
+ "border-spacing": ["border-spacing-x", "border-spacing-y"],
1634
+ "border-w": [
1635
+ "border-w-x",
1636
+ "border-w-y",
1637
+ "border-w-s",
1638
+ "border-w-e",
1639
+ "border-w-bs",
1640
+ "border-w-be",
1641
+ "border-w-t",
1642
+ "border-w-r",
1643
+ "border-w-b",
1644
+ "border-w-l"
1645
+ ],
1646
+ "border-w-x": ["border-w-r", "border-w-l"],
1647
+ "border-w-y": ["border-w-t", "border-w-b"],
1648
+ "border-color": [
1649
+ "border-color-x",
1650
+ "border-color-y",
1651
+ "border-color-s",
1652
+ "border-color-e",
1653
+ "border-color-bs",
1654
+ "border-color-be",
1655
+ "border-color-t",
1656
+ "border-color-r",
1657
+ "border-color-b",
1658
+ "border-color-l"
1659
+ ],
1660
+ "border-color-x": ["border-color-r", "border-color-l"],
1661
+ "border-color-y": ["border-color-t", "border-color-b"],
1662
+ translate: [
1663
+ "translate-x",
1664
+ "translate-y",
1665
+ "translate-none"
1666
+ ],
1667
+ "translate-none": [
1668
+ "translate",
1669
+ "translate-x",
1670
+ "translate-y",
1671
+ "translate-z"
1672
+ ],
1673
+ "scroll-m": [
1674
+ "scroll-mx",
1675
+ "scroll-my",
1676
+ "scroll-ms",
1677
+ "scroll-me",
1678
+ "scroll-mbs",
1679
+ "scroll-mbe",
1680
+ "scroll-mt",
1681
+ "scroll-mr",
1682
+ "scroll-mb",
1683
+ "scroll-ml"
1684
+ ],
1685
+ "scroll-mx": ["scroll-mr", "scroll-ml"],
1686
+ "scroll-my": ["scroll-mt", "scroll-mb"],
1687
+ "scroll-p": [
1688
+ "scroll-px",
1689
+ "scroll-py",
1690
+ "scroll-ps",
1691
+ "scroll-pe",
1692
+ "scroll-pbs",
1693
+ "scroll-pbe",
1694
+ "scroll-pt",
1695
+ "scroll-pr",
1696
+ "scroll-pb",
1697
+ "scroll-pl"
1698
+ ],
1699
+ "scroll-px": ["scroll-pr", "scroll-pl"],
1700
+ "scroll-py": ["scroll-pt", "scroll-pb"],
1701
+ touch: [
1702
+ "touch-x",
1703
+ "touch-y",
1704
+ "touch-pz"
1705
+ ],
1706
+ "touch-x": ["touch"],
1707
+ "touch-y": ["touch"],
1708
+ "touch-pz": ["touch"]
1709
+ },
1710
+ conflictingClassGroupModifiers: { "font-size": ["leading"] },
1711
+ postfixLookupClassGroups: ["container-type"],
1712
+ orderSensitiveModifiers: [
1713
+ "*",
1714
+ "**",
1715
+ "after",
1716
+ "backdrop",
1717
+ "before",
1718
+ "details-content",
1719
+ "file",
1720
+ "first-letter",
1721
+ "first-line",
1722
+ "marker",
1723
+ "placeholder",
1724
+ "selection"
1725
+ ]
1726
+ };
1727
+ });
1728
+ //#endregion
1729
+ //#region src/utils/cn.ts
1730
+ function Ae(...e) {
1731
+ return ke(t(e));
1732
+ }
1733
+ //#endregion
1734
+ //#region src/utils/mergeClasses.ts
1735
+ function je(...e) {
1736
+ return Ae(e);
1737
+ }
1738
+ //#endregion
1739
+ export { Ae as n, t as r, je as t };