@hiai-gg/docsmint 0.3.6 → 0.3.8

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 (237) hide show
  1. package/backend/src/lib/logger.ts +45 -15
  2. package/dist/backend/index.js +238 -150
  3. package/dist/frontend/CategoryDialog-DphkZqIB.js +611 -0
  4. package/dist/frontend/ConfirmDialog-BLF3x_hr.js +214 -0
  5. package/dist/frontend/CreateSnapshotDialog-D5vPvFTL.js +216 -0
  6. package/dist/frontend/DatePicker-CLNTdvTk.js +259 -0
  7. package/dist/frontend/DeleteDialog-DxYFJivN.js +174 -0
  8. package/dist/frontend/FolderDialog-CRVZM2Oi.js +250 -0
  9. package/dist/frontend/FolderNode-C2zG7uii.js +298 -0
  10. package/dist/frontend/FolderTreeSelector-CyB8y2Sm.js +103 -0
  11. package/dist/frontend/Icon-CooFj4Ee.js +64 -0
  12. package/dist/frontend/SettingsDialog-DCM4-N6_.js +1016 -0
  13. package/dist/frontend/ShareDialog-DYu3RKQu.js +165 -0
  14. package/dist/frontend/TagCreateDialog-DXQs2bL9.js +260 -0
  15. package/dist/frontend/api/attachments.d.ts +6 -0
  16. package/dist/frontend/api/attachments.js +2 -0
  17. package/dist/frontend/api/categories.js +1 -1
  18. package/dist/frontend/api/documents.js +1 -1
  19. package/dist/frontend/api/folders.js +1 -1
  20. package/dist/frontend/api/settings.js +1 -1
  21. package/dist/frontend/api/share.d.ts +5 -0
  22. package/dist/frontend/api/share.js +2 -0
  23. package/dist/frontend/api/tags.js +1 -1
  24. package/dist/frontend/api-keys-CpkrA8rD.js +35 -0
  25. package/dist/frontend/attachments-BuILSs56.js +50 -0
  26. package/dist/frontend/{settings-PCrOtied.js → auth-client-Cygmp1I2.js} +205 -265
  27. package/dist/frontend/awareness-snQ3RD9f.js +3714 -0
  28. package/dist/frontend/camera-iKXDOOWT.js +29 -0
  29. package/dist/frontend/{categories-BE6ZpZl8.js → categories-izQovv2w.js} +1 -1
  30. package/dist/frontend/check-D-UuvBuh.js +25 -0
  31. package/dist/frontend/chevron-down-CiPtYyFh.js +25 -0
  32. package/dist/frontend/circle-check-tSPE1V6t.js +29 -0
  33. package/dist/frontend/{client-B9hzI0W8.js → client-GbtOH90i.js} +1 -1
  34. package/dist/frontend/clipboard-Cgzxc0_R.js +16 -0
  35. package/dist/frontend/clock-DJHbHZb8.js +29 -0
  36. package/dist/frontend/clsx-C7bIvsDS.js +1738 -0
  37. package/dist/frontend/collaboration.d.ts +6 -0
  38. package/dist/frontend/collaboration.js +182 -0
  39. package/dist/frontend/components/category-dialog.d.ts +2 -0
  40. package/dist/frontend/components/category-dialog.js +2 -0
  41. package/dist/frontend/components/create-snapshot-dialog.d.ts +2 -0
  42. package/dist/frontend/components/create-snapshot-dialog.js +2 -0
  43. package/dist/frontend/components/delete-dialog.d.ts +2 -0
  44. package/dist/frontend/components/delete-dialog.js +2 -0
  45. package/dist/frontend/components/editor/document-editor.d.ts +3 -0
  46. package/dist/frontend/components/editor/document-editor.js +3032 -0
  47. package/dist/frontend/components/editor/document-title.d.ts +2 -0
  48. package/dist/frontend/components/editor/document-title.js +31 -0
  49. package/dist/frontend/components/editor/docx-serializer.d.ts +2 -0
  50. package/dist/frontend/components/editor/docx-serializer.js +14600 -0
  51. package/dist/frontend/components/editor/extensions.d.ts +2 -0
  52. package/dist/frontend/components/editor/extensions.js +2 -0
  53. package/dist/frontend/components/editor/markdown-toggle.d.ts +2 -0
  54. package/dist/frontend/components/editor/markdown-toggle.js +72 -0
  55. package/dist/frontend/components/editor/markdown.d.ts +1 -0
  56. package/dist/frontend/components/editor/markdown.js +2 -0
  57. package/dist/frontend/components/folder-node.d.ts +3 -0
  58. package/dist/frontend/components/folder-node.js +2 -0
  59. package/dist/frontend/components/folder-tree-selector.d.ts +2 -0
  60. package/dist/frontend/components/folder-tree-selector.js +2 -0
  61. package/dist/frontend/components/save-as-dialog.d.ts +2 -0
  62. package/dist/frontend/components/save-as-dialog.js +272 -0
  63. package/dist/frontend/components/settings.js +1 -1
  64. package/dist/frontend/components/share-dialog.d.ts +2 -0
  65. package/dist/frontend/components/share-dialog.js +2 -0
  66. package/dist/frontend/components/sidebar.js +1145 -3693
  67. package/dist/frontend/components/tag-create-dialog.d.ts +2 -0
  68. package/dist/frontend/components/tag-create-dialog.js +2 -0
  69. package/dist/frontend/components/version-history.d.ts +2 -0
  70. package/dist/frontend/components/version-history.js +294 -0
  71. package/dist/frontend/{context-DbnW5yib.js → context-BMD6XTPe.js} +0 -3
  72. package/dist/frontend/copy-GppwRMjX.js +32 -0
  73. package/dist/frontend/dashboard.js +1113 -1157
  74. package/dist/frontend/{SettingsDialog-D4pgFD0D.js → db-ByrlYfaI.js} +923 -2002
  75. package/dist/frontend/dialog-D6NxYVmy.js +213 -0
  76. package/dist/frontend/dndzone-BzsOINtP.js +1199 -0
  77. package/dist/frontend/doc-tabs.d.ts +7 -0
  78. package/dist/frontend/doc-tabs.js +14 -0
  79. package/dist/frontend/document-drop-coordinator-C4xHMjwC.js +68 -0
  80. package/dist/frontend/document-drop-coordinator.d.ts +2 -0
  81. package/dist/frontend/document-drop-coordinator.js +2 -0
  82. package/dist/frontend/{documents-DFVS9SsL.js → documents-BsDkvzCm.js} +1 -1
  83. package/dist/frontend/editorExtensions-BMHvUbdk.js +27021 -0
  84. package/dist/frontend/ellipsis-vertical-P9MHvCps.js +530 -0
  85. package/dist/frontend/extension.js +8 -7
  86. package/dist/frontend/floating-layer-anchor-CPwucTfd.js +4515 -0
  87. package/dist/frontend/folder-DeWhnD7O.js +45 -0
  88. package/dist/frontend/folder-refresh.d.ts +8 -0
  89. package/dist/frontend/folder-refresh.js +2 -0
  90. package/dist/frontend/{folders-CGe9diAG.js → folders-CTuV_JtU.js} +1 -1
  91. package/dist/frontend/frontend.css +1 -1
  92. package/dist/frontend/i18n.js +1 -1
  93. package/dist/frontend/identity-DyWeNzu_.js +69 -0
  94. package/dist/frontend/input-B5Rak-5G.js +23 -0
  95. package/dist/frontend/keyboard.d.ts +14 -0
  96. package/dist/frontend/keyboard.js +2 -0
  97. package/dist/frontend/keyboard.svelte-CApmX0vl.js +133 -0
  98. package/dist/frontend/label-CW9rxoAb.js +30 -0
  99. package/dist/frontend/loader-circle-BA6aLO71.js +268 -0
  100. package/dist/frontend/markdown-BwnyjITU.js +11 -0
  101. package/dist/frontend/messages-BpYaLbzE.js +1091 -0
  102. package/dist/frontend/offline/identity.d.ts +6 -0
  103. package/dist/frontend/offline/identity.js +2 -0
  104. package/dist/frontend/resolve-BG4HgzpN.js +19 -0
  105. package/dist/frontend/rolldown-runtime-CWhphoD1.js +23 -0
  106. package/dist/frontend/rotate-ccw-B4Q7brmV.js +25 -0
  107. package/dist/frontend/search.js +637 -602
  108. package/dist/frontend/select-value-sF86Geyh.js +1446 -0
  109. package/dist/frontend/settings-blyobazp.js +62 -0
  110. package/dist/frontend/share-Cu7SSJuJ.js +28 -0
  111. package/dist/frontend/shared-document.js +94 -93
  112. package/dist/frontend/subfolders-refresh-store.svelte-B2dKVmgz.js +65 -0
  113. package/dist/frontend/tag-HxRazVN_.js +54 -0
  114. package/dist/frontend/tag-store.svelte-CqrUXo0o.js +29 -0
  115. package/dist/frontend/{tags-DVXTut0p.js → tags-CtCV0Djo.js} +1 -1
  116. package/dist/frontend/textarea-i1720bE7.js +23 -0
  117. package/dist/frontend/theme.js +1 -1
  118. package/dist/frontend/theme.svelte-DKfCy12k.js +49 -0
  119. package/dist/frontend/types.d.ts +6 -0
  120. package/dist/frontend/types.js +0 -0
  121. package/dist/frontend/utils/clipboard.d.ts +1 -0
  122. package/dist/frontend/utils/clipboard.js +2 -0
  123. package/dist/frontend/utils/dndzone.d.ts +4 -0
  124. package/dist/frontend/utils/dndzone.js +2 -0
  125. package/dist/frontend/utils-CffiyuTo.js +19 -0
  126. package/dist/frontend/utils-hzdMVeCv.js +7 -0
  127. package/dist/frontend/utils.d.ts +4 -0
  128. package/dist/frontend/utils.js +2 -0
  129. package/dist/frontend/x-CzBsnJ2x.js +25 -0
  130. package/dist/frontend-ssr/api/attachments.js +2 -0
  131. package/dist/frontend-ssr/api/categories.js +2 -0
  132. package/dist/frontend-ssr/api/documents.js +2 -0
  133. package/dist/frontend-ssr/api/folders.js +2 -0
  134. package/dist/frontend-ssr/api/settings.js +2 -0
  135. package/dist/frontend-ssr/api/share.js +2 -0
  136. package/dist/frontend-ssr/api/tags.js +2 -0
  137. package/dist/frontend-ssr/assets/CategoryDialog-C2xaZKHq.js +584 -0
  138. package/dist/frontend-ssr/assets/ConfirmDialog-DjMFKc0V.js +420 -0
  139. package/dist/frontend-ssr/assets/CreateSnapshotDialog-BRw1xJW1.js +214 -0
  140. package/dist/frontend-ssr/assets/DatePicker-DnXniwlZ.js +312 -0
  141. package/dist/frontend-ssr/assets/DeleteDialog-BCfZy3Zn.js +154 -0
  142. package/dist/frontend-ssr/assets/FolderDialog-Dq7I2cKZ.js +429 -0
  143. package/dist/frontend-ssr/assets/FolderNode-DRfBfpft.js +171 -0
  144. package/dist/frontend-ssr/assets/FolderTreeSelector-DZNZ2oI6.js +147 -0
  145. package/dist/frontend-ssr/assets/Icon-B0Zqppjo.js +231 -0
  146. package/dist/frontend-ssr/assets/SettingsDialog-CX8Noa8A.js +1107 -0
  147. package/dist/frontend-ssr/assets/ShareDialog-Cge49ZdJ.js +54 -0
  148. package/dist/frontend-ssr/assets/TagCreateDialog-EAChgBF-.js +264 -0
  149. package/dist/frontend-ssr/assets/api-keys-DFqX39MT.js +35 -0
  150. package/dist/frontend-ssr/assets/attachments-CWBxE3Vz.js +85 -0
  151. package/dist/frontend-ssr/assets/auth-client-x26kqY8Z.js +1286 -0
  152. package/dist/frontend-ssr/assets/camera-CdxscTw-.js +84 -0
  153. package/dist/frontend-ssr/assets/categories-AOqgcsn4.js +75 -0
  154. package/dist/frontend-ssr/assets/chevron-down-CSSNGNh_.js +80 -0
  155. package/dist/frontend-ssr/assets/chevron-right-B4p7Sk6X.js +80 -0
  156. package/dist/frontend-ssr/assets/circle-check-CI1v4vYh.js +84 -0
  157. package/dist/frontend-ssr/assets/client-DZMkDkDn.js +129 -0
  158. package/dist/frontend-ssr/assets/clipboard-CXOaoz2W.js +30 -0
  159. package/dist/frontend-ssr/assets/clock-IL-eX2di.js +84 -0
  160. package/dist/frontend-ssr/assets/context-jz1GGEUi.js +45 -0
  161. package/dist/frontend-ssr/assets/copy-CjV57nGQ.js +87 -0
  162. package/dist/frontend-ssr/assets/db-CnxeO66n.js +65 -0
  163. package/dist/frontend-ssr/assets/dialog-BOV1u6zP.js +157 -0
  164. package/dist/frontend-ssr/assets/dndzone-DMvTO_Jz.js +2114 -0
  165. package/dist/frontend-ssr/assets/document-drop-coordinator-CEaYACsC.js +109 -0
  166. package/dist/frontend-ssr/assets/documents-BnOTRdTY.js +108 -0
  167. package/dist/frontend-ssr/assets/editorExtensions-DUzwndMy.js +186 -0
  168. package/dist/frontend-ssr/assets/ellipsis-vertical-C-0hgkZn.js +555 -0
  169. package/dist/frontend-ssr/assets/floating-layer-anchor-uzw9K8qN.js +6114 -0
  170. package/dist/frontend-ssr/assets/folder-DChhG7qN.js +80 -0
  171. package/dist/frontend-ssr/assets/folders-CTfbS24J.js +127 -0
  172. package/dist/frontend-ssr/assets/identity-B3uHoDtf.js +99 -0
  173. package/dist/frontend-ssr/assets/input-DezGsU3y.js +19 -0
  174. package/dist/frontend-ssr/assets/keyboard.svelte-BgF47N3L.js +174 -0
  175. package/dist/frontend-ssr/assets/label-Bj8-TfFN.js +21 -0
  176. package/dist/frontend-ssr/assets/loader-circle-DZsrZ-er.js +80 -0
  177. package/dist/frontend-ssr/assets/markdown-CjqvGi5W.js +20 -0
  178. package/dist/frontend-ssr/assets/messages-DhXqlcJI.js +11125 -0
  179. package/dist/frontend-ssr/assets/resolve-BqHozBXl.js +32 -0
  180. package/dist/frontend-ssr/assets/rotate-ccw-BlgWwaiq.js +80 -0
  181. package/dist/frontend-ssr/assets/select-value-DngdSmLI.js +1526 -0
  182. package/dist/frontend-ssr/assets/settings-E6qSAWM2.js +64 -0
  183. package/dist/frontend-ssr/assets/share-BTBJelxA.js +30 -0
  184. package/dist/frontend-ssr/assets/subfolders-refresh-store.svelte-DAh4gT16.js +77 -0
  185. package/dist/frontend-ssr/assets/tag-GZEuGWk1.js +166 -0
  186. package/dist/frontend-ssr/assets/tag-store.svelte-DPodKj6Z.js +21 -0
  187. package/dist/frontend-ssr/assets/tags-BId2wdYd.js +49 -0
  188. package/dist/frontend-ssr/assets/textarea-Dev-qSEc.js +21 -0
  189. package/dist/frontend-ssr/assets/theme.svelte-Co0-ssaD.js +67 -0
  190. package/dist/frontend-ssr/assets/utils-DtlPPXpJ.js +9 -0
  191. package/dist/frontend-ssr/assets/utils-DvZnctjz.js +23 -0
  192. package/dist/frontend-ssr/collaboration.js +39 -0
  193. package/dist/frontend-ssr/components/category-dialog.js +2 -0
  194. package/dist/frontend-ssr/components/create-snapshot-dialog.js +2 -0
  195. package/dist/frontend-ssr/components/delete-dialog.js +2 -0
  196. package/dist/frontend-ssr/components/editor/document-editor.js +2499 -0
  197. package/dist/frontend-ssr/components/editor/document-title.js +11 -0
  198. package/dist/frontend-ssr/components/editor/docx-serializer.js +186 -0
  199. package/dist/frontend-ssr/components/editor/extensions.js +2 -0
  200. package/dist/frontend-ssr/components/editor/markdown-toggle.js +20 -0
  201. package/dist/frontend-ssr/components/editor/markdown.js +2 -0
  202. package/dist/frontend-ssr/components/folder-node.js +2 -0
  203. package/dist/frontend-ssr/components/folder-tree-selector.js +2 -0
  204. package/dist/frontend-ssr/components/save-as-dialog.js +280 -0
  205. package/dist/frontend-ssr/components/settings.js +2 -0
  206. package/dist/frontend-ssr/components/share-dialog.js +2 -0
  207. package/dist/frontend-ssr/components/sidebar.js +2033 -0
  208. package/dist/frontend-ssr/components/tag-create-dialog.js +2 -0
  209. package/dist/frontend-ssr/components/version-history.js +370 -0
  210. package/dist/frontend-ssr/dashboard.js +2542 -0
  211. package/dist/frontend-ssr/doc-tabs.js +23 -0
  212. package/dist/frontend-ssr/document-drop-coordinator.js +2 -0
  213. package/dist/frontend-ssr/extension.js +13 -0
  214. package/dist/frontend-ssr/folder-refresh.js +2 -0
  215. package/dist/frontend-ssr/i18n.js +10 -0
  216. package/dist/frontend-ssr/keyboard.js +2 -0
  217. package/dist/frontend-ssr/offline/identity.js +2 -0
  218. package/dist/frontend-ssr/search.js +332 -0
  219. package/dist/frontend-ssr/shared-document.js +273 -0
  220. package/dist/frontend-ssr/theme.js +9 -0
  221. package/dist/frontend-ssr/types.js +1 -0
  222. package/dist/frontend-ssr/utils/clipboard.js +2 -0
  223. package/dist/frontend-ssr/utils/dndzone.js +2 -0
  224. package/dist/frontend-ssr/utils.js +2 -0
  225. package/package.json +130 -1
  226. package/packages/cli/src/index.ts +1 -1
  227. package/packages/db/src/schema.ts +3 -0
  228. package/packages/mcp-server/src/index.ts +1 -1
  229. package/dist/frontend/DatePicker-BcMD49PV.js +0 -275
  230. package/dist/frontend/ShareDialog-Dzh7rV7J.js +0 -1317
  231. package/dist/frontend/client-C6QQGb0e.js +0 -2766
  232. package/dist/frontend/input-ieWIt8I7.js +0 -257
  233. package/dist/frontend/messages-CTGAsqFu.js +0 -1106
  234. package/dist/frontend/resolve-Bl6xmJl_.js +0 -2068
  235. package/dist/frontend/tag-C5xrg-bb.js +0 -53
  236. package/dist/frontend/tag-store.svelte-B3839FYq.js +0 -6152
  237. package/dist/frontend/theme.svelte-ei0QxXa8.js +0 -49
@@ -1,2068 +0,0 @@
1
- import "./context-DbnW5yib.js";
2
- import { $ as e, C as t, E as n, H as r, M as i, P as a, T as o, U as s, V as c, _ as l, _t as u, a as d, b as f, dt as p, et as m, ft as h, ht as g, i as _, j as v, l as y, lt as b, n as x, t as S, tt as ee, yt as C } from "./client-C6QQGb0e.js";
3
- //#region ../node_modules/.bun/tailwind-variants@3.2.2+353585be07126f0c/node_modules/tailwind-variants/dist/chunk-LQJYWU4O.js
4
- var w = /\s+/g, te = (e) => typeof e != "string" || !e ? e : e.replace(w, " ").trim(), T = (...e) => {
5
- let t = [], n = (e) => {
6
- if (!e && e !== 0 && e !== 0n) return;
7
- if (Array.isArray(e)) {
8
- for (let t = 0, r = e.length; t < r; t++) n(e[t]);
9
- return;
10
- }
11
- let r = typeof e;
12
- if (r === "string" || r === "number" || r === "bigint") {
13
- if (r === "number" && e !== e) return;
14
- t.push(String(e));
15
- } else if (r === "object") {
16
- let n = Object.keys(e);
17
- for (let r = 0, i = n.length; r < i; r++) {
18
- let i = n[r];
19
- e[i] && t.push(i);
20
- }
21
- }
22
- };
23
- for (let t = 0, r = e.length; t < r; t++) {
24
- let r = e[t];
25
- r != null && n(r);
26
- }
27
- return t.length > 0 ? te(t.join(" ")) : void 0;
28
- }, E = (e) => e === !1 ? "false" : e === !0 ? "true" : e === 0 ? "0" : e, D = (e) => {
29
- if (!e || typeof e != "object") return !0;
30
- for (let t in e) return !1;
31
- return !0;
32
- }, O = (e, t) => {
33
- if (e === t) return !0;
34
- if (!e || !t) return !1;
35
- let n = Object.keys(e), r = Object.keys(t);
36
- if (n.length !== r.length) return !1;
37
- for (let i = 0; i < n.length; i++) {
38
- let a = n[i];
39
- if (!r.includes(a) || e[a] !== t[a]) return !1;
40
- }
41
- return !0;
42
- }, k = (e, t) => {
43
- for (let n in t) if (Object.prototype.hasOwnProperty.call(t, n)) {
44
- let r = t[n];
45
- n in e ? e[n] = T(e[n], r) : e[n] = r;
46
- }
47
- return e;
48
- }, A = (e, t) => {
49
- for (let n = 0; n < e.length; n++) {
50
- let r = e[n];
51
- Array.isArray(r) ? A(r, t) : r && t.push(r);
52
- }
53
- }, j = (...e) => {
54
- let t = [];
55
- A(e, t);
56
- let n = [];
57
- for (let e = 0; e < t.length; e++) t[e] && n.push(t[e]);
58
- return n;
59
- }, M = (e, t) => {
60
- let n = {};
61
- for (let r in e) {
62
- let i = e[r];
63
- if (r in t) {
64
- let e = t[r];
65
- Array.isArray(i) || Array.isArray(e) ? n[r] = j(e, i) : typeof i == "object" && typeof e == "object" && i && e ? n[r] = M(i, e) : n[r] = e + " " + i;
66
- } else n[r] = i;
67
- }
68
- for (let r in t) r in e || (n[r] = t[r]);
69
- return n;
70
- }, ne = {
71
- twMerge: !0,
72
- twMergeConfig: {}
73
- };
74
- function N() {
75
- let e = null, t = {}, n = !1;
76
- return {
77
- get cachedTwMerge() {
78
- return e;
79
- },
80
- set cachedTwMerge(t) {
81
- e = t;
82
- },
83
- get cachedTwMergeConfig() {
84
- return t;
85
- },
86
- set cachedTwMergeConfig(e) {
87
- t = e;
88
- },
89
- get didTwMergeConfigChange() {
90
- return n;
91
- },
92
- set didTwMergeConfigChange(e) {
93
- n = e;
94
- },
95
- reset() {
96
- e = null, t = {}, n = !1;
97
- }
98
- };
99
- }
100
- var P = N(), re = (e) => {
101
- let t = (t, n) => {
102
- let { extend: r = null, slots: i = {}, variants: a = {}, compoundVariants: o = [], compoundSlots: s = [], defaultVariants: c = {} } = t, l = {
103
- ...ne,
104
- ...n
105
- }, u = r?.base ? T(r.base, t?.base) : t?.base, d = r?.variants && !D(r.variants) ? M(a, r.variants) : a, f = r?.defaultVariants && !D(r.defaultVariants) ? {
106
- ...r.defaultVariants,
107
- ...c
108
- } : c;
109
- !D(l.twMergeConfig) && !O(l.twMergeConfig, P.cachedTwMergeConfig) && (P.didTwMergeConfigChange = !0, P.cachedTwMergeConfig = l.twMergeConfig);
110
- let p = D(r?.slots), m = D(i) ? {} : {
111
- base: T(t?.base, p && r?.base),
112
- ...i
113
- }, h = p ? m : k({ ...r?.slots }, D(m) ? { base: t?.base } : m), g = D(r?.compoundVariants) ? o : j(r?.compoundVariants, o), _ = (t) => {
114
- if (D(d) && D(i) && p) return e(u, t?.class, t?.className)(l);
115
- if (g && !Array.isArray(g)) throw TypeError(`The "compoundVariants" prop must be an array. Received: ${typeof g}`);
116
- if (s && !Array.isArray(s)) throw TypeError(`The "compoundSlots" prop must be an array. Received: ${typeof s}`);
117
- let n = (e, n = d, r = null, i = null) => {
118
- let a = n[e];
119
- if (!a || D(a)) return null;
120
- let o = i?.[e] ?? t?.[e];
121
- if (o === null) return null;
122
- let s = E(o);
123
- if (typeof s == "object") return null;
124
- let c = f?.[e];
125
- return a[(s ?? E(c)) || "false"];
126
- }, r = () => {
127
- if (!d) return null;
128
- let e = Object.keys(d), t = [];
129
- for (let r = 0; r < e.length; r++) {
130
- let i = n(e[r], d);
131
- i && t.push(i);
132
- }
133
- return t;
134
- }, a = (e, t) => {
135
- if (!d || typeof d != "object") return null;
136
- let r = [];
137
- for (let i in d) {
138
- let a = n(i, d, e, t), o = e === "base" && typeof a == "string" ? a : a && a[e];
139
- o && r.push(o);
140
- }
141
- return r;
142
- }, o = {};
143
- for (let e in t) {
144
- let n = t[e];
145
- n !== void 0 && (o[e] = n);
146
- }
147
- let c = (e, n) => {
148
- let r = typeof t?.[e] == "object" ? { [e]: t[e]?.initial } : {};
149
- return {
150
- ...f,
151
- ...o,
152
- ...r,
153
- ...n
154
- };
155
- }, m = (e = [], t) => {
156
- let n = [], r = e.length;
157
- for (let i = 0; i < r; i++) {
158
- let { class: r, className: a, ...o } = e[i], s = !0, l = c(null, t);
159
- for (let e in o) {
160
- let t = o[e], n = l[e];
161
- if (Array.isArray(t)) {
162
- if (!t.includes(n)) {
163
- s = !1;
164
- break;
165
- }
166
- } else {
167
- if ((t == null || t === !1) && (n == null || n === !1)) continue;
168
- if (n !== t) {
169
- s = !1;
170
- break;
171
- }
172
- }
173
- }
174
- s && (r && n.push(r), a && n.push(a));
175
- }
176
- return n;
177
- }, _ = (t) => {
178
- let n = m(g, t);
179
- if (!Array.isArray(n)) return n;
180
- let r = {}, i = e;
181
- for (let e = 0; e < n.length; e++) {
182
- let t = n[e];
183
- if (typeof t == "string") r.base = i(r.base, t)(l);
184
- else if (typeof t == "object") for (let e in t) r[e] = i(r[e], t[e])(l);
185
- }
186
- return r;
187
- }, v = (e) => {
188
- if (s.length < 1) return null;
189
- let t = {}, n = c(null, e);
190
- for (let e = 0; e < s.length; e++) {
191
- let { slots: r = [], class: i, className: a, ...o } = s[e];
192
- if (!D(o)) {
193
- let e = !0;
194
- for (let t in o) {
195
- let r = n[t], i = o[t];
196
- if (r === void 0 || (Array.isArray(i) ? !i.includes(r) : i !== r)) {
197
- e = !1;
198
- break;
199
- }
200
- }
201
- if (!e) continue;
202
- }
203
- for (let e = 0; e < r.length; e++) {
204
- let n = r[e];
205
- t[n] || (t[n] = []), t[n].push([i, a]);
206
- }
207
- }
208
- return t;
209
- };
210
- if (!D(i) || !p) {
211
- let t = {};
212
- if (typeof h == "object" && !D(h)) {
213
- let n = e;
214
- for (let e in h) t[e] = (t) => {
215
- let r = _(t), i = v(t);
216
- return n(h[e], a(e, t), r ? r[e] : void 0, i ? i[e] : void 0, t?.class, t?.className)(l);
217
- };
218
- }
219
- return t;
220
- }
221
- return e(u, r(), m(g), t?.class, t?.className)(l);
222
- };
223
- return _.variantKeys = (() => {
224
- if (!(!d || typeof d != "object")) return Object.keys(d);
225
- })(), _.extend = r, _.base = u, _.slots = h, _.variants = d, _.defaultVariants = f, _.compoundSlots = s, _.compoundVariants = g, _;
226
- };
227
- return {
228
- tv: t,
229
- createTV: (e) => (n, r) => t(n, r ? M(e, r) : e)
230
- };
231
- }, ie = (e, t) => {
232
- let n = Array(e.length + t.length);
233
- for (let t = 0; t < e.length; t++) n[t] = e[t];
234
- for (let r = 0; r < t.length; r++) n[e.length + r] = t[r];
235
- return n;
236
- }, ae = (e, t) => ({
237
- classGroupId: e,
238
- validator: t
239
- }), F = (e = /* @__PURE__ */ new Map(), t = null, n) => ({
240
- nextPart: e,
241
- validators: t,
242
- classGroupId: n
243
- }), I = "-", L = [], oe = "arbitrary..", R = (e) => {
244
- let t = B(e), { conflictingClassGroups: n, conflictingClassGroupModifiers: r } = e;
245
- return {
246
- getClassGroupId: (e) => {
247
- if (e.startsWith("[") && e.endsWith("]")) return z(e);
248
- let n = e.split(I);
249
- return se(n, +(n[0] === "" && n.length > 1), t);
250
- },
251
- getConflictingClassGroupIds: (e, t) => {
252
- if (t) {
253
- let t = r[e], i = n[e];
254
- return t ? i ? ie(i, t) : t : i || L;
255
- }
256
- return n[e] || L;
257
- }
258
- };
259
- }, se = (e, t, n) => {
260
- if (e.length - t === 0) return n.classGroupId;
261
- let r = e[t], i = n.nextPart.get(r);
262
- if (i) {
263
- let n = se(e, t + 1, i);
264
- if (n) return n;
265
- }
266
- let a = n.validators;
267
- if (a === null) return;
268
- let o = t === 0 ? e.join(I) : e.slice(t).join(I), s = a.length;
269
- for (let e = 0; e < s; e++) {
270
- let t = a[e];
271
- if (t.validator(o)) return t.classGroupId;
272
- }
273
- }, z = (e) => e.slice(1, -1).indexOf(":") === -1 ? void 0 : (() => {
274
- let t = e.slice(1, -1), n = t.indexOf(":"), r = t.slice(0, n);
275
- return r ? oe + r : void 0;
276
- })(), B = (e) => {
277
- let { theme: t, classGroups: n } = e;
278
- return ce(n, t);
279
- }, ce = (e, t) => {
280
- let n = F();
281
- for (let r in e) {
282
- let i = e[r];
283
- V(i, n, r, t);
284
- }
285
- return n;
286
- }, V = (e, t, n, r) => {
287
- let i = e.length;
288
- for (let a = 0; a < i; a++) {
289
- let i = e[a];
290
- le(i, t, n, r);
291
- }
292
- }, le = (e, t, n, r) => {
293
- if (typeof e == "string") {
294
- ue(e, t, n);
295
- return;
296
- }
297
- if (typeof e == "function") {
298
- de(e, t, n, r);
299
- return;
300
- }
301
- fe(e, t, n, r);
302
- }, ue = (e, t, n) => {
303
- let r = e === "" ? t : pe(t, e);
304
- r.classGroupId = n;
305
- }, de = (e, t, n, r) => {
306
- if (me(e)) {
307
- V(e(r), t, n, r);
308
- return;
309
- }
310
- t.validators === null && (t.validators = []), t.validators.push(ae(n, e));
311
- }, fe = (e, t, n, r) => {
312
- let i = Object.entries(e), a = i.length;
313
- for (let e = 0; e < a; e++) {
314
- let [a, o] = i[e];
315
- V(o, pe(t, a), n, r);
316
- }
317
- }, pe = (e, t) => {
318
- let n = e, r = t.split(I), i = r.length;
319
- for (let e = 0; e < i; e++) {
320
- let t = r[e], i = n.nextPart.get(t);
321
- i || (i = F(), n.nextPart.set(t, i)), n = i;
322
- }
323
- return n;
324
- }, me = (e) => "isThemeGetter" in e && e.isThemeGetter === !0, he = (e) => {
325
- if (e < 1) return {
326
- get: () => void 0,
327
- set: () => {}
328
- };
329
- let t = 0, n = Object.create(null), r = Object.create(null), i = (i, a) => {
330
- n[i] = a, t++, t > e && (t = 0, r = n, n = Object.create(null));
331
- };
332
- return {
333
- get(e) {
334
- let t = n[e];
335
- if (t !== void 0) return t;
336
- if ((t = r[e]) !== void 0) return i(e, t), t;
337
- },
338
- set(e, t) {
339
- e in n ? n[e] = t : i(e, t);
340
- }
341
- };
342
- }, ge = "!", _e = ":", ve = [], ye = (e, t, n, r, i) => ({
343
- modifiers: e,
344
- hasImportantModifier: t,
345
- baseClassName: n,
346
- maybePostfixModifierPosition: r,
347
- isExternal: i
348
- }), be = (e) => {
349
- let { prefix: t, experimentalParseClassName: n } = e, r = (e) => {
350
- let t = [], n = 0, r = 0, i = 0, a, o = e.length;
351
- for (let s = 0; s < o; s++) {
352
- let o = e[s];
353
- if (n === 0 && r === 0) {
354
- if (o === _e) {
355
- t.push(e.slice(i, s)), i = s + 1;
356
- continue;
357
- }
358
- if (o === "/") {
359
- a = s;
360
- continue;
361
- }
362
- }
363
- o === "[" ? n++ : o === "]" ? n-- : o === "(" ? r++ : o === ")" && r--;
364
- }
365
- let s = t.length === 0 ? e : e.slice(i), c = s, l = !1;
366
- s.endsWith(ge) ? (c = s.slice(0, -1), l = !0) : s.startsWith(ge) && (c = s.slice(1), l = !0);
367
- let u = a && a > i ? a - i : void 0;
368
- return ye(t, l, c, u);
369
- };
370
- if (t) {
371
- let e = t + _e, n = r;
372
- r = (t) => t.startsWith(e) ? n(t.slice(e.length)) : ye(ve, !1, t, void 0, !0);
373
- }
374
- if (n) {
375
- let e = r;
376
- r = (t) => n({
377
- className: t,
378
- parseClassName: e
379
- });
380
- }
381
- return r;
382
- }, xe = (e) => {
383
- let t = /* @__PURE__ */ new Map();
384
- return e.orderSensitiveModifiers.forEach((e, n) => {
385
- t.set(e, 1e6 + n);
386
- }), (e) => {
387
- let n = [], r = [];
388
- for (let i = 0; i < e.length; i++) {
389
- let a = e[i], o = a[0] === "[", s = t.has(a);
390
- o || s ? (r.length > 0 && (r.sort(), n.push(...r), r = []), n.push(a)) : r.push(a);
391
- }
392
- return r.length > 0 && (r.sort(), n.push(...r)), n;
393
- };
394
- }, Se = (e) => ({
395
- cache: he(e.cacheSize),
396
- parseClassName: be(e),
397
- sortModifiers: xe(e),
398
- postfixLookupClassGroupIds: Ce(e),
399
- ...R(e)
400
- }), Ce = (e) => {
401
- let t = Object.create(null), n = e.postfixLookupClassGroups;
402
- if (n) for (let e = 0; e < n.length; e++) t[n[e]] = !0;
403
- return t;
404
- }, we = /\s+/, Te = (e, t) => {
405
- let { parseClassName: n, getClassGroupId: r, getConflictingClassGroupIds: i, sortModifiers: a, postfixLookupClassGroupIds: o } = t, s = [], c = e.trim().split(we), l = "";
406
- for (let e = c.length - 1; e >= 0; --e) {
407
- let t = c[e], { isExternal: u, modifiers: d, hasImportantModifier: f, baseClassName: p, maybePostfixModifierPosition: m } = n(t);
408
- if (u) {
409
- l = t + (l.length > 0 ? " " + l : l);
410
- continue;
411
- }
412
- let h = !!m, g;
413
- if (h) {
414
- g = r(p.substring(0, m));
415
- let e = g && o[g] ? r(p) : void 0;
416
- e && e !== g && (g = e, h = !1);
417
- } else g = r(p);
418
- if (!g) {
419
- if (!h) {
420
- l = t + (l.length > 0 ? " " + l : l);
421
- continue;
422
- }
423
- if (g = r(p), !g) {
424
- l = t + (l.length > 0 ? " " + l : l);
425
- continue;
426
- }
427
- h = !1;
428
- }
429
- let _ = d.length === 0 ? "" : d.length === 1 ? d[0] : a(d).join(":"), v = f ? _ + ge : _, y = v + g;
430
- if (s.indexOf(y) > -1) continue;
431
- s.push(y);
432
- let b = i(g, h);
433
- for (let e = 0; e < b.length; ++e) {
434
- let t = b[e];
435
- s.push(v + t);
436
- }
437
- l = t + (l.length > 0 ? " " + l : l);
438
- }
439
- return l;
440
- }, Ee = (...e) => {
441
- let t = 0, n, r, i = "";
442
- for (; t < e.length;) (n = e[t++]) && (r = De(n)) && (i && (i += " "), i += r);
443
- return i;
444
- }, De = (e) => {
445
- if (typeof e == "string") return e;
446
- let t, n = "";
447
- for (let r = 0; r < e.length; r++) e[r] && (t = De(e[r])) && (n && (n += " "), n += t);
448
- return n;
449
- }, Oe = (e, ...t) => {
450
- let n, r, i, a, o = (o) => (n = Se(t.reduce((e, t) => t(e), e())), r = n.cache.get, i = n.cache.set, a = s, s(o)), s = (e) => {
451
- let t = r(e);
452
- if (t) return t;
453
- let a = Te(e, n);
454
- return i(e, a), a;
455
- };
456
- return a = o, (...e) => a(Ee(...e));
457
- }, ke = [], H = (e) => {
458
- let t = (t) => t[e] || ke;
459
- return t.isThemeGetter = !0, t;
460
- }, Ae = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, je = /^\((?:(\w[\w-]*):)?(.+)\)$/i, Me = /^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/, Ne = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, Pe = /\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$/, Fe = /^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/, Ie = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Le = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, U = (e) => Me.test(e), W = (e) => !!e && !Number.isNaN(Number(e)), G = (e) => !!e && Number.isInteger(Number(e)), Re = (e) => e.endsWith("%") && W(e.slice(0, -1)), K = (e) => Ne.test(e), ze = () => !0, Be = (e) => Pe.test(e) && !Fe.test(e), Ve = () => !1, He = (e) => Ie.test(e), Ue = (e) => Le.test(e), We = (e) => !q(e) && !Y(e), Ge = (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)), Ke = (e) => Z(e, st, Ve), q = (e) => Ae.test(e), J = (e) => Z(e, ct, Be), qe = (e) => Z(e, lt, W), Je = (e) => Z(e, dt, ze), Ye = (e) => Z(e, ut, Ve), Xe = (e) => Z(e, at, Ve), Ze = (e) => Z(e, ot, Ue), Qe = (e) => Z(e, ft, He), Y = (e) => je.test(e), X = (e) => Q(e, ct), $e = (e) => Q(e, ut), et = (e) => Q(e, at), tt = (e) => Q(e, st), nt = (e) => Q(e, ot), rt = (e) => Q(e, ft, !0), it = (e) => Q(e, dt, !0), Z = (e, t, n) => {
461
- let r = Ae.exec(e);
462
- return r ? r[1] ? t(r[1]) : n(r[2]) : !1;
463
- }, Q = (e, t, n = !1) => {
464
- let r = je.exec(e);
465
- return r ? r[1] ? t(r[1]) : n : !1;
466
- }, at = (e) => e === "position" || e === "percentage", ot = (e) => e === "image" || e === "url", st = (e) => e === "length" || e === "size" || e === "bg-size", ct = (e) => e === "length", lt = (e) => e === "number", ut = (e) => e === "family-name", dt = (e) => e === "number" || e === "weight", ft = (e) => e === "shadow", pt = () => {
467
- let e = H("color"), t = H("font"), n = H("text"), r = H("font-weight"), i = H("tracking"), a = H("leading"), o = H("breakpoint"), s = H("container"), c = H("spacing"), l = H("radius"), u = H("shadow"), d = H("inset-shadow"), f = H("text-shadow"), p = H("drop-shadow"), m = H("blur"), h = H("perspective"), g = H("aspect"), _ = H("ease"), v = H("animate"), y = () => [
468
- "auto",
469
- "avoid",
470
- "all",
471
- "avoid-page",
472
- "page",
473
- "left",
474
- "right",
475
- "column"
476
- ], b = () => [
477
- "center",
478
- "top",
479
- "bottom",
480
- "left",
481
- "right",
482
- "top-left",
483
- "left-top",
484
- "top-right",
485
- "right-top",
486
- "bottom-right",
487
- "right-bottom",
488
- "bottom-left",
489
- "left-bottom"
490
- ], x = () => [
491
- ...b(),
492
- Y,
493
- q
494
- ], S = () => [
495
- "auto",
496
- "hidden",
497
- "clip",
498
- "visible",
499
- "scroll"
500
- ], ee = () => [
501
- "auto",
502
- "contain",
503
- "none"
504
- ], C = () => [
505
- Y,
506
- q,
507
- c
508
- ], w = () => [
509
- U,
510
- "full",
511
- "auto",
512
- ...C()
513
- ], te = () => [
514
- G,
515
- "none",
516
- "subgrid",
517
- Y,
518
- q
519
- ], T = () => [
520
- "auto",
521
- { span: [
522
- "full",
523
- G,
524
- Y,
525
- q
526
- ] },
527
- G,
528
- Y,
529
- q
530
- ], E = () => [
531
- G,
532
- "auto",
533
- Y,
534
- q
535
- ], D = () => [
536
- "auto",
537
- "min",
538
- "max",
539
- "fr",
540
- Y,
541
- q
542
- ], O = () => [
543
- "start",
544
- "end",
545
- "center",
546
- "between",
547
- "around",
548
- "evenly",
549
- "stretch",
550
- "baseline",
551
- "center-safe",
552
- "end-safe"
553
- ], k = () => [
554
- "start",
555
- "end",
556
- "center",
557
- "stretch",
558
- "center-safe",
559
- "end-safe"
560
- ], A = () => ["auto", ...C()], j = () => [
561
- U,
562
- "auto",
563
- "full",
564
- "dvw",
565
- "dvh",
566
- "lvw",
567
- "lvh",
568
- "svw",
569
- "svh",
570
- "min",
571
- "max",
572
- "fit",
573
- ...C()
574
- ], M = () => [
575
- U,
576
- "screen",
577
- "full",
578
- "dvw",
579
- "lvw",
580
- "svw",
581
- "min",
582
- "max",
583
- "fit",
584
- ...C()
585
- ], ne = () => [
586
- U,
587
- "screen",
588
- "full",
589
- "lh",
590
- "dvh",
591
- "lvh",
592
- "svh",
593
- "min",
594
- "max",
595
- "fit",
596
- ...C()
597
- ], N = () => [
598
- e,
599
- Y,
600
- q
601
- ], P = () => [
602
- ...b(),
603
- et,
604
- Xe,
605
- { position: [Y, q] }
606
- ], re = () => ["no-repeat", { repeat: [
607
- "",
608
- "x",
609
- "y",
610
- "space",
611
- "round"
612
- ] }], ie = () => [
613
- "auto",
614
- "cover",
615
- "contain",
616
- tt,
617
- Ke,
618
- { size: [Y, q] }
619
- ], ae = () => [
620
- Re,
621
- X,
622
- J
623
- ], F = () => [
624
- "",
625
- "none",
626
- "full",
627
- l,
628
- Y,
629
- q
630
- ], I = () => [
631
- "",
632
- W,
633
- X,
634
- J
635
- ], L = () => [
636
- "solid",
637
- "dashed",
638
- "dotted",
639
- "double"
640
- ], oe = () => [
641
- "normal",
642
- "multiply",
643
- "screen",
644
- "overlay",
645
- "darken",
646
- "lighten",
647
- "color-dodge",
648
- "color-burn",
649
- "hard-light",
650
- "soft-light",
651
- "difference",
652
- "exclusion",
653
- "hue",
654
- "saturation",
655
- "color",
656
- "luminosity"
657
- ], R = () => [
658
- W,
659
- Re,
660
- et,
661
- Xe
662
- ], se = () => [
663
- "",
664
- "none",
665
- m,
666
- Y,
667
- q
668
- ], z = () => [
669
- "none",
670
- W,
671
- Y,
672
- q
673
- ], B = () => [
674
- "none",
675
- W,
676
- Y,
677
- q
678
- ], ce = () => [
679
- W,
680
- Y,
681
- q
682
- ], V = () => [
683
- U,
684
- "full",
685
- ...C()
686
- ];
687
- return {
688
- cacheSize: 500,
689
- theme: {
690
- animate: [
691
- "spin",
692
- "ping",
693
- "pulse",
694
- "bounce"
695
- ],
696
- aspect: ["video"],
697
- blur: [K],
698
- breakpoint: [K],
699
- color: [ze],
700
- container: [K],
701
- "drop-shadow": [K],
702
- ease: [
703
- "in",
704
- "out",
705
- "in-out"
706
- ],
707
- font: [We],
708
- "font-weight": [
709
- "thin",
710
- "extralight",
711
- "light",
712
- "normal",
713
- "medium",
714
- "semibold",
715
- "bold",
716
- "extrabold",
717
- "black"
718
- ],
719
- "inset-shadow": [K],
720
- leading: [
721
- "none",
722
- "tight",
723
- "snug",
724
- "normal",
725
- "relaxed",
726
- "loose"
727
- ],
728
- perspective: [
729
- "dramatic",
730
- "near",
731
- "normal",
732
- "midrange",
733
- "distant",
734
- "none"
735
- ],
736
- radius: [K],
737
- shadow: [K],
738
- spacing: ["px", W],
739
- text: [K],
740
- "text-shadow": [K],
741
- tracking: [
742
- "tighter",
743
- "tight",
744
- "normal",
745
- "wide",
746
- "wider",
747
- "widest"
748
- ]
749
- },
750
- classGroups: {
751
- aspect: [{ aspect: [
752
- "auto",
753
- "square",
754
- U,
755
- q,
756
- Y,
757
- g
758
- ] }],
759
- container: ["container"],
760
- "container-type": [{ "@container": [
761
- "",
762
- "normal",
763
- "size",
764
- Y,
765
- q
766
- ] }],
767
- "container-named": [Ge],
768
- columns: [{ columns: [
769
- W,
770
- q,
771
- Y,
772
- s
773
- ] }],
774
- "break-after": [{ "break-after": y() }],
775
- "break-before": [{ "break-before": y() }],
776
- "break-inside": [{ "break-inside": [
777
- "auto",
778
- "avoid",
779
- "avoid-page",
780
- "avoid-column"
781
- ] }],
782
- "box-decoration": [{ "box-decoration": ["slice", "clone"] }],
783
- box: [{ box: ["border", "content"] }],
784
- display: [
785
- "block",
786
- "inline-block",
787
- "inline",
788
- "flex",
789
- "inline-flex",
790
- "table",
791
- "inline-table",
792
- "table-caption",
793
- "table-cell",
794
- "table-column",
795
- "table-column-group",
796
- "table-footer-group",
797
- "table-header-group",
798
- "table-row-group",
799
- "table-row",
800
- "flow-root",
801
- "grid",
802
- "inline-grid",
803
- "contents",
804
- "list-item",
805
- "hidden"
806
- ],
807
- sr: ["sr-only", "not-sr-only"],
808
- float: [{ float: [
809
- "right",
810
- "left",
811
- "none",
812
- "start",
813
- "end"
814
- ] }],
815
- clear: [{ clear: [
816
- "left",
817
- "right",
818
- "both",
819
- "none",
820
- "start",
821
- "end"
822
- ] }],
823
- isolation: ["isolate", "isolation-auto"],
824
- "object-fit": [{ object: [
825
- "contain",
826
- "cover",
827
- "fill",
828
- "none",
829
- "scale-down"
830
- ] }],
831
- "object-position": [{ object: x() }],
832
- overflow: [{ overflow: S() }],
833
- "overflow-x": [{ "overflow-x": S() }],
834
- "overflow-y": [{ "overflow-y": S() }],
835
- overscroll: [{ overscroll: ee() }],
836
- "overscroll-x": [{ "overscroll-x": ee() }],
837
- "overscroll-y": [{ "overscroll-y": ee() }],
838
- position: [
839
- "static",
840
- "fixed",
841
- "absolute",
842
- "relative",
843
- "sticky"
844
- ],
845
- inset: [{ inset: w() }],
846
- "inset-x": [{ "inset-x": w() }],
847
- "inset-y": [{ "inset-y": w() }],
848
- start: [{
849
- "inset-s": w(),
850
- start: w()
851
- }],
852
- end: [{
853
- "inset-e": w(),
854
- end: w()
855
- }],
856
- "inset-bs": [{ "inset-bs": w() }],
857
- "inset-be": [{ "inset-be": w() }],
858
- top: [{ top: w() }],
859
- right: [{ right: w() }],
860
- bottom: [{ bottom: w() }],
861
- left: [{ left: w() }],
862
- visibility: [
863
- "visible",
864
- "invisible",
865
- "collapse"
866
- ],
867
- z: [{ z: [
868
- G,
869
- "auto",
870
- Y,
871
- q
872
- ] }],
873
- basis: [{ basis: [
874
- U,
875
- "full",
876
- "auto",
877
- s,
878
- ...C()
879
- ] }],
880
- "flex-direction": [{ flex: [
881
- "row",
882
- "row-reverse",
883
- "col",
884
- "col-reverse"
885
- ] }],
886
- "flex-wrap": [{ flex: [
887
- "nowrap",
888
- "wrap",
889
- "wrap-reverse"
890
- ] }],
891
- flex: [{ flex: [
892
- W,
893
- U,
894
- "auto",
895
- "initial",
896
- "none",
897
- q
898
- ] }],
899
- grow: [{ grow: [
900
- "",
901
- W,
902
- Y,
903
- q
904
- ] }],
905
- shrink: [{ shrink: [
906
- "",
907
- W,
908
- Y,
909
- q
910
- ] }],
911
- order: [{ order: [
912
- G,
913
- "first",
914
- "last",
915
- "none",
916
- Y,
917
- q
918
- ] }],
919
- "grid-cols": [{ "grid-cols": te() }],
920
- "col-start-end": [{ col: T() }],
921
- "col-start": [{ "col-start": E() }],
922
- "col-end": [{ "col-end": E() }],
923
- "grid-rows": [{ "grid-rows": te() }],
924
- "row-start-end": [{ row: T() }],
925
- "row-start": [{ "row-start": E() }],
926
- "row-end": [{ "row-end": E() }],
927
- "grid-flow": [{ "grid-flow": [
928
- "row",
929
- "col",
930
- "dense",
931
- "row-dense",
932
- "col-dense"
933
- ] }],
934
- "auto-cols": [{ "auto-cols": D() }],
935
- "auto-rows": [{ "auto-rows": D() }],
936
- gap: [{ gap: C() }],
937
- "gap-x": [{ "gap-x": C() }],
938
- "gap-y": [{ "gap-y": C() }],
939
- "justify-content": [{ justify: [...O(), "normal"] }],
940
- "justify-items": [{ "justify-items": [...k(), "normal"] }],
941
- "justify-self": [{ "justify-self": ["auto", ...k()] }],
942
- "align-content": [{ content: ["normal", ...O()] }],
943
- "align-items": [{ items: [...k(), { baseline: ["", "last"] }] }],
944
- "align-self": [{ self: [
945
- "auto",
946
- ...k(),
947
- { baseline: ["", "last"] }
948
- ] }],
949
- "place-content": [{ "place-content": O() }],
950
- "place-items": [{ "place-items": [...k(), "baseline"] }],
951
- "place-self": [{ "place-self": ["auto", ...k()] }],
952
- p: [{ p: C() }],
953
- px: [{ px: C() }],
954
- py: [{ py: C() }],
955
- ps: [{ ps: C() }],
956
- pe: [{ pe: C() }],
957
- pbs: [{ pbs: C() }],
958
- pbe: [{ pbe: C() }],
959
- pt: [{ pt: C() }],
960
- pr: [{ pr: C() }],
961
- pb: [{ pb: C() }],
962
- pl: [{ pl: C() }],
963
- m: [{ m: A() }],
964
- mx: [{ mx: A() }],
965
- my: [{ my: A() }],
966
- ms: [{ ms: A() }],
967
- me: [{ me: A() }],
968
- mbs: [{ mbs: A() }],
969
- mbe: [{ mbe: A() }],
970
- mt: [{ mt: A() }],
971
- mr: [{ mr: A() }],
972
- mb: [{ mb: A() }],
973
- ml: [{ ml: A() }],
974
- "space-x": [{ "space-x": C() }],
975
- "space-x-reverse": ["space-x-reverse"],
976
- "space-y": [{ "space-y": C() }],
977
- "space-y-reverse": ["space-y-reverse"],
978
- size: [{ size: j() }],
979
- "inline-size": [{ inline: ["auto", ...M()] }],
980
- "min-inline-size": [{ "min-inline": ["auto", ...M()] }],
981
- "max-inline-size": [{ "max-inline": ["none", ...M()] }],
982
- "block-size": [{ block: ["auto", ...ne()] }],
983
- "min-block-size": [{ "min-block": ["auto", ...ne()] }],
984
- "max-block-size": [{ "max-block": ["none", ...ne()] }],
985
- w: [{ w: [
986
- s,
987
- "screen",
988
- ...j()
989
- ] }],
990
- "min-w": [{ "min-w": [
991
- s,
992
- "screen",
993
- "none",
994
- ...j()
995
- ] }],
996
- "max-w": [{ "max-w": [
997
- s,
998
- "screen",
999
- "none",
1000
- "prose",
1001
- { screen: [o] },
1002
- ...j()
1003
- ] }],
1004
- h: [{ h: [
1005
- "screen",
1006
- "lh",
1007
- ...j()
1008
- ] }],
1009
- "min-h": [{ "min-h": [
1010
- "screen",
1011
- "lh",
1012
- "none",
1013
- ...j()
1014
- ] }],
1015
- "max-h": [{ "max-h": [
1016
- "screen",
1017
- "lh",
1018
- ...j()
1019
- ] }],
1020
- "font-size": [{ text: [
1021
- "base",
1022
- n,
1023
- X,
1024
- J
1025
- ] }],
1026
- "font-smoothing": ["antialiased", "subpixel-antialiased"],
1027
- "font-style": ["italic", "not-italic"],
1028
- "font-weight": [{ font: [
1029
- r,
1030
- it,
1031
- Je
1032
- ] }],
1033
- "font-stretch": [{ "font-stretch": [
1034
- "ultra-condensed",
1035
- "extra-condensed",
1036
- "condensed",
1037
- "semi-condensed",
1038
- "normal",
1039
- "semi-expanded",
1040
- "expanded",
1041
- "extra-expanded",
1042
- "ultra-expanded",
1043
- Re,
1044
- q
1045
- ] }],
1046
- "font-family": [{ font: [
1047
- $e,
1048
- Ye,
1049
- t
1050
- ] }],
1051
- "font-features": [{ "font-features": [q] }],
1052
- "fvn-normal": ["normal-nums"],
1053
- "fvn-ordinal": ["ordinal"],
1054
- "fvn-slashed-zero": ["slashed-zero"],
1055
- "fvn-figure": ["lining-nums", "oldstyle-nums"],
1056
- "fvn-spacing": ["proportional-nums", "tabular-nums"],
1057
- "fvn-fraction": ["diagonal-fractions", "stacked-fractions"],
1058
- tracking: [{ tracking: [
1059
- i,
1060
- Y,
1061
- q
1062
- ] }],
1063
- "line-clamp": [{ "line-clamp": [
1064
- W,
1065
- "none",
1066
- Y,
1067
- qe
1068
- ] }],
1069
- leading: [{ leading: [a, ...C()] }],
1070
- "list-image": [{ "list-image": [
1071
- "none",
1072
- Y,
1073
- q
1074
- ] }],
1075
- "list-style-position": [{ list: ["inside", "outside"] }],
1076
- "list-style-type": [{ list: [
1077
- "disc",
1078
- "decimal",
1079
- "none",
1080
- Y,
1081
- q
1082
- ] }],
1083
- "text-alignment": [{ text: [
1084
- "left",
1085
- "center",
1086
- "right",
1087
- "justify",
1088
- "start",
1089
- "end"
1090
- ] }],
1091
- "placeholder-color": [{ placeholder: N() }],
1092
- "text-color": [{ text: N() }],
1093
- "text-decoration": [
1094
- "underline",
1095
- "overline",
1096
- "line-through",
1097
- "no-underline"
1098
- ],
1099
- "text-decoration-style": [{ decoration: [...L(), "wavy"] }],
1100
- "text-decoration-thickness": [{ decoration: [
1101
- W,
1102
- "from-font",
1103
- "auto",
1104
- Y,
1105
- J
1106
- ] }],
1107
- "text-decoration-color": [{ decoration: N() }],
1108
- "underline-offset": [{ "underline-offset": [
1109
- W,
1110
- "auto",
1111
- Y,
1112
- q
1113
- ] }],
1114
- "text-transform": [
1115
- "uppercase",
1116
- "lowercase",
1117
- "capitalize",
1118
- "normal-case"
1119
- ],
1120
- "text-overflow": [
1121
- "truncate",
1122
- "text-ellipsis",
1123
- "text-clip"
1124
- ],
1125
- "text-wrap": [{ text: [
1126
- "wrap",
1127
- "nowrap",
1128
- "balance",
1129
- "pretty"
1130
- ] }],
1131
- indent: [{ indent: C() }],
1132
- "tab-size": [{ tab: [
1133
- G,
1134
- Y,
1135
- q
1136
- ] }],
1137
- "vertical-align": [{ align: [
1138
- "baseline",
1139
- "top",
1140
- "middle",
1141
- "bottom",
1142
- "text-top",
1143
- "text-bottom",
1144
- "sub",
1145
- "super",
1146
- Y,
1147
- q
1148
- ] }],
1149
- whitespace: [{ whitespace: [
1150
- "normal",
1151
- "nowrap",
1152
- "pre",
1153
- "pre-line",
1154
- "pre-wrap",
1155
- "break-spaces"
1156
- ] }],
1157
- break: [{ break: [
1158
- "normal",
1159
- "words",
1160
- "all",
1161
- "keep"
1162
- ] }],
1163
- wrap: [{ wrap: [
1164
- "break-word",
1165
- "anywhere",
1166
- "normal"
1167
- ] }],
1168
- hyphens: [{ hyphens: [
1169
- "none",
1170
- "manual",
1171
- "auto"
1172
- ] }],
1173
- content: [{ content: [
1174
- "none",
1175
- Y,
1176
- q
1177
- ] }],
1178
- "bg-attachment": [{ bg: [
1179
- "fixed",
1180
- "local",
1181
- "scroll"
1182
- ] }],
1183
- "bg-clip": [{ "bg-clip": [
1184
- "border",
1185
- "padding",
1186
- "content",
1187
- "text"
1188
- ] }],
1189
- "bg-origin": [{ "bg-origin": [
1190
- "border",
1191
- "padding",
1192
- "content"
1193
- ] }],
1194
- "bg-position": [{ bg: P() }],
1195
- "bg-repeat": [{ bg: re() }],
1196
- "bg-size": [{ bg: ie() }],
1197
- "bg-image": [{ bg: [
1198
- "none",
1199
- {
1200
- linear: [
1201
- { to: [
1202
- "t",
1203
- "tr",
1204
- "r",
1205
- "br",
1206
- "b",
1207
- "bl",
1208
- "l",
1209
- "tl"
1210
- ] },
1211
- G,
1212
- Y,
1213
- q
1214
- ],
1215
- radial: [
1216
- "",
1217
- Y,
1218
- q
1219
- ],
1220
- conic: [
1221
- G,
1222
- Y,
1223
- q
1224
- ]
1225
- },
1226
- nt,
1227
- Ze
1228
- ] }],
1229
- "bg-color": [{ bg: N() }],
1230
- "gradient-from-pos": [{ from: ae() }],
1231
- "gradient-via-pos": [{ via: ae() }],
1232
- "gradient-to-pos": [{ to: ae() }],
1233
- "gradient-from": [{ from: N() }],
1234
- "gradient-via": [{ via: N() }],
1235
- "gradient-to": [{ to: N() }],
1236
- rounded: [{ rounded: F() }],
1237
- "rounded-s": [{ "rounded-s": F() }],
1238
- "rounded-e": [{ "rounded-e": F() }],
1239
- "rounded-t": [{ "rounded-t": F() }],
1240
- "rounded-r": [{ "rounded-r": F() }],
1241
- "rounded-b": [{ "rounded-b": F() }],
1242
- "rounded-l": [{ "rounded-l": F() }],
1243
- "rounded-ss": [{ "rounded-ss": F() }],
1244
- "rounded-se": [{ "rounded-se": F() }],
1245
- "rounded-ee": [{ "rounded-ee": F() }],
1246
- "rounded-es": [{ "rounded-es": F() }],
1247
- "rounded-tl": [{ "rounded-tl": F() }],
1248
- "rounded-tr": [{ "rounded-tr": F() }],
1249
- "rounded-br": [{ "rounded-br": F() }],
1250
- "rounded-bl": [{ "rounded-bl": F() }],
1251
- "border-w": [{ border: I() }],
1252
- "border-w-x": [{ "border-x": I() }],
1253
- "border-w-y": [{ "border-y": I() }],
1254
- "border-w-s": [{ "border-s": I() }],
1255
- "border-w-e": [{ "border-e": I() }],
1256
- "border-w-bs": [{ "border-bs": I() }],
1257
- "border-w-be": [{ "border-be": I() }],
1258
- "border-w-t": [{ "border-t": I() }],
1259
- "border-w-r": [{ "border-r": I() }],
1260
- "border-w-b": [{ "border-b": I() }],
1261
- "border-w-l": [{ "border-l": I() }],
1262
- "divide-x": [{ "divide-x": I() }],
1263
- "divide-x-reverse": ["divide-x-reverse"],
1264
- "divide-y": [{ "divide-y": I() }],
1265
- "divide-y-reverse": ["divide-y-reverse"],
1266
- "border-style": [{ border: [
1267
- ...L(),
1268
- "hidden",
1269
- "none"
1270
- ] }],
1271
- "divide-style": [{ divide: [
1272
- ...L(),
1273
- "hidden",
1274
- "none"
1275
- ] }],
1276
- "border-color": [{ border: N() }],
1277
- "border-color-x": [{ "border-x": N() }],
1278
- "border-color-y": [{ "border-y": N() }],
1279
- "border-color-s": [{ "border-s": N() }],
1280
- "border-color-e": [{ "border-e": N() }],
1281
- "border-color-bs": [{ "border-bs": N() }],
1282
- "border-color-be": [{ "border-be": N() }],
1283
- "border-color-t": [{ "border-t": N() }],
1284
- "border-color-r": [{ "border-r": N() }],
1285
- "border-color-b": [{ "border-b": N() }],
1286
- "border-color-l": [{ "border-l": N() }],
1287
- "divide-color": [{ divide: N() }],
1288
- "outline-style": [{ outline: [
1289
- ...L(),
1290
- "none",
1291
- "hidden"
1292
- ] }],
1293
- "outline-offset": [{ "outline-offset": [
1294
- W,
1295
- Y,
1296
- q
1297
- ] }],
1298
- "outline-w": [{ outline: [
1299
- "",
1300
- W,
1301
- X,
1302
- J
1303
- ] }],
1304
- "outline-color": [{ outline: N() }],
1305
- shadow: [{ shadow: [
1306
- "",
1307
- "none",
1308
- u,
1309
- rt,
1310
- Qe
1311
- ] }],
1312
- "shadow-color": [{ shadow: N() }],
1313
- "inset-shadow": [{ "inset-shadow": [
1314
- "none",
1315
- d,
1316
- rt,
1317
- Qe
1318
- ] }],
1319
- "inset-shadow-color": [{ "inset-shadow": N() }],
1320
- "ring-w": [{ ring: I() }],
1321
- "ring-w-inset": ["ring-inset"],
1322
- "ring-color": [{ ring: N() }],
1323
- "ring-offset-w": [{ "ring-offset": [W, J] }],
1324
- "ring-offset-color": [{ "ring-offset": N() }],
1325
- "inset-ring-w": [{ "inset-ring": I() }],
1326
- "inset-ring-color": [{ "inset-ring": N() }],
1327
- "text-shadow": [{ "text-shadow": [
1328
- "none",
1329
- f,
1330
- rt,
1331
- Qe
1332
- ] }],
1333
- "text-shadow-color": [{ "text-shadow": N() }],
1334
- opacity: [{ opacity: [
1335
- W,
1336
- Y,
1337
- q
1338
- ] }],
1339
- "mix-blend": [{ "mix-blend": [
1340
- ...oe(),
1341
- "plus-darker",
1342
- "plus-lighter"
1343
- ] }],
1344
- "bg-blend": [{ "bg-blend": oe() }],
1345
- "mask-clip": [{ "mask-clip": [
1346
- "border",
1347
- "padding",
1348
- "content",
1349
- "fill",
1350
- "stroke",
1351
- "view"
1352
- ] }, "mask-no-clip"],
1353
- "mask-composite": [{ mask: [
1354
- "add",
1355
- "subtract",
1356
- "intersect",
1357
- "exclude"
1358
- ] }],
1359
- "mask-image-linear-pos": [{ "mask-linear": [W] }],
1360
- "mask-image-linear-from-pos": [{ "mask-linear-from": R() }],
1361
- "mask-image-linear-to-pos": [{ "mask-linear-to": R() }],
1362
- "mask-image-linear-from-color": [{ "mask-linear-from": N() }],
1363
- "mask-image-linear-to-color": [{ "mask-linear-to": N() }],
1364
- "mask-image-t-from-pos": [{ "mask-t-from": R() }],
1365
- "mask-image-t-to-pos": [{ "mask-t-to": R() }],
1366
- "mask-image-t-from-color": [{ "mask-t-from": N() }],
1367
- "mask-image-t-to-color": [{ "mask-t-to": N() }],
1368
- "mask-image-r-from-pos": [{ "mask-r-from": R() }],
1369
- "mask-image-r-to-pos": [{ "mask-r-to": R() }],
1370
- "mask-image-r-from-color": [{ "mask-r-from": N() }],
1371
- "mask-image-r-to-color": [{ "mask-r-to": N() }],
1372
- "mask-image-b-from-pos": [{ "mask-b-from": R() }],
1373
- "mask-image-b-to-pos": [{ "mask-b-to": R() }],
1374
- "mask-image-b-from-color": [{ "mask-b-from": N() }],
1375
- "mask-image-b-to-color": [{ "mask-b-to": N() }],
1376
- "mask-image-l-from-pos": [{ "mask-l-from": R() }],
1377
- "mask-image-l-to-pos": [{ "mask-l-to": R() }],
1378
- "mask-image-l-from-color": [{ "mask-l-from": N() }],
1379
- "mask-image-l-to-color": [{ "mask-l-to": N() }],
1380
- "mask-image-x-from-pos": [{ "mask-x-from": R() }],
1381
- "mask-image-x-to-pos": [{ "mask-x-to": R() }],
1382
- "mask-image-x-from-color": [{ "mask-x-from": N() }],
1383
- "mask-image-x-to-color": [{ "mask-x-to": N() }],
1384
- "mask-image-y-from-pos": [{ "mask-y-from": R() }],
1385
- "mask-image-y-to-pos": [{ "mask-y-to": R() }],
1386
- "mask-image-y-from-color": [{ "mask-y-from": N() }],
1387
- "mask-image-y-to-color": [{ "mask-y-to": N() }],
1388
- "mask-image-radial": [{ "mask-radial": [Y, q] }],
1389
- "mask-image-radial-from-pos": [{ "mask-radial-from": R() }],
1390
- "mask-image-radial-to-pos": [{ "mask-radial-to": R() }],
1391
- "mask-image-radial-from-color": [{ "mask-radial-from": N() }],
1392
- "mask-image-radial-to-color": [{ "mask-radial-to": N() }],
1393
- "mask-image-radial-shape": [{ "mask-radial": ["circle", "ellipse"] }],
1394
- "mask-image-radial-size": [{ "mask-radial": [{
1395
- closest: ["side", "corner"],
1396
- farthest: ["side", "corner"]
1397
- }] }],
1398
- "mask-image-radial-pos": [{ "mask-radial-at": b() }],
1399
- "mask-image-conic-pos": [{ "mask-conic": [W] }],
1400
- "mask-image-conic-from-pos": [{ "mask-conic-from": R() }],
1401
- "mask-image-conic-to-pos": [{ "mask-conic-to": R() }],
1402
- "mask-image-conic-from-color": [{ "mask-conic-from": N() }],
1403
- "mask-image-conic-to-color": [{ "mask-conic-to": N() }],
1404
- "mask-mode": [{ mask: [
1405
- "alpha",
1406
- "luminance",
1407
- "match"
1408
- ] }],
1409
- "mask-origin": [{ "mask-origin": [
1410
- "border",
1411
- "padding",
1412
- "content",
1413
- "fill",
1414
- "stroke",
1415
- "view"
1416
- ] }],
1417
- "mask-position": [{ mask: P() }],
1418
- "mask-repeat": [{ mask: re() }],
1419
- "mask-size": [{ mask: ie() }],
1420
- "mask-type": [{ "mask-type": ["alpha", "luminance"] }],
1421
- "mask-image": [{ mask: [
1422
- "none",
1423
- Y,
1424
- q
1425
- ] }],
1426
- filter: [{ filter: [
1427
- "",
1428
- "none",
1429
- Y,
1430
- q
1431
- ] }],
1432
- blur: [{ blur: se() }],
1433
- brightness: [{ brightness: [
1434
- W,
1435
- Y,
1436
- q
1437
- ] }],
1438
- contrast: [{ contrast: [
1439
- W,
1440
- Y,
1441
- q
1442
- ] }],
1443
- "drop-shadow": [{ "drop-shadow": [
1444
- "",
1445
- "none",
1446
- p,
1447
- rt,
1448
- Qe
1449
- ] }],
1450
- "drop-shadow-color": [{ "drop-shadow": N() }],
1451
- grayscale: [{ grayscale: [
1452
- "",
1453
- W,
1454
- Y,
1455
- q
1456
- ] }],
1457
- "hue-rotate": [{ "hue-rotate": [
1458
- W,
1459
- Y,
1460
- q
1461
- ] }],
1462
- invert: [{ invert: [
1463
- "",
1464
- W,
1465
- Y,
1466
- q
1467
- ] }],
1468
- saturate: [{ saturate: [
1469
- W,
1470
- Y,
1471
- q
1472
- ] }],
1473
- sepia: [{ sepia: [
1474
- "",
1475
- W,
1476
- Y,
1477
- q
1478
- ] }],
1479
- "backdrop-filter": [{ "backdrop-filter": [
1480
- "",
1481
- "none",
1482
- Y,
1483
- q
1484
- ] }],
1485
- "backdrop-blur": [{ "backdrop-blur": se() }],
1486
- "backdrop-brightness": [{ "backdrop-brightness": [
1487
- W,
1488
- Y,
1489
- q
1490
- ] }],
1491
- "backdrop-contrast": [{ "backdrop-contrast": [
1492
- W,
1493
- Y,
1494
- q
1495
- ] }],
1496
- "backdrop-grayscale": [{ "backdrop-grayscale": [
1497
- "",
1498
- W,
1499
- Y,
1500
- q
1501
- ] }],
1502
- "backdrop-hue-rotate": [{ "backdrop-hue-rotate": [
1503
- W,
1504
- Y,
1505
- q
1506
- ] }],
1507
- "backdrop-invert": [{ "backdrop-invert": [
1508
- "",
1509
- W,
1510
- Y,
1511
- q
1512
- ] }],
1513
- "backdrop-opacity": [{ "backdrop-opacity": [
1514
- W,
1515
- Y,
1516
- q
1517
- ] }],
1518
- "backdrop-saturate": [{ "backdrop-saturate": [
1519
- W,
1520
- Y,
1521
- q
1522
- ] }],
1523
- "backdrop-sepia": [{ "backdrop-sepia": [
1524
- "",
1525
- W,
1526
- Y,
1527
- q
1528
- ] }],
1529
- "border-collapse": [{ border: ["collapse", "separate"] }],
1530
- "border-spacing": [{ "border-spacing": C() }],
1531
- "border-spacing-x": [{ "border-spacing-x": C() }],
1532
- "border-spacing-y": [{ "border-spacing-y": C() }],
1533
- "table-layout": [{ table: ["auto", "fixed"] }],
1534
- caption: [{ caption: ["top", "bottom"] }],
1535
- transition: [{ transition: [
1536
- "",
1537
- "all",
1538
- "colors",
1539
- "opacity",
1540
- "shadow",
1541
- "transform",
1542
- "none",
1543
- Y,
1544
- q
1545
- ] }],
1546
- "transition-behavior": [{ transition: ["normal", "discrete"] }],
1547
- duration: [{ duration: [
1548
- W,
1549
- "initial",
1550
- Y,
1551
- q
1552
- ] }],
1553
- ease: [{ ease: [
1554
- "linear",
1555
- "initial",
1556
- _,
1557
- Y,
1558
- q
1559
- ] }],
1560
- delay: [{ delay: [
1561
- W,
1562
- Y,
1563
- q
1564
- ] }],
1565
- animate: [{ animate: [
1566
- "none",
1567
- v,
1568
- Y,
1569
- q
1570
- ] }],
1571
- backface: [{ backface: ["hidden", "visible"] }],
1572
- perspective: [{ perspective: [
1573
- h,
1574
- Y,
1575
- q
1576
- ] }],
1577
- "perspective-origin": [{ "perspective-origin": x() }],
1578
- rotate: [{ rotate: z() }],
1579
- "rotate-x": [{ "rotate-x": z() }],
1580
- "rotate-y": [{ "rotate-y": z() }],
1581
- "rotate-z": [{ "rotate-z": z() }],
1582
- scale: [{ scale: B() }],
1583
- "scale-x": [{ "scale-x": B() }],
1584
- "scale-y": [{ "scale-y": B() }],
1585
- "scale-z": [{ "scale-z": B() }],
1586
- "scale-3d": ["scale-3d"],
1587
- skew: [{ skew: ce() }],
1588
- "skew-x": [{ "skew-x": ce() }],
1589
- "skew-y": [{ "skew-y": ce() }],
1590
- transform: [{ transform: [
1591
- Y,
1592
- q,
1593
- "",
1594
- "none",
1595
- "gpu",
1596
- "cpu"
1597
- ] }],
1598
- "transform-origin": [{ origin: x() }],
1599
- "transform-style": [{ transform: ["3d", "flat"] }],
1600
- translate: [{ translate: V() }],
1601
- "translate-x": [{ "translate-x": V() }],
1602
- "translate-y": [{ "translate-y": V() }],
1603
- "translate-z": [{ "translate-z": V() }],
1604
- "translate-none": ["translate-none"],
1605
- zoom: [{ zoom: [
1606
- G,
1607
- Y,
1608
- q
1609
- ] }],
1610
- accent: [{ accent: N() }],
1611
- appearance: [{ appearance: ["none", "auto"] }],
1612
- "caret-color": [{ caret: N() }],
1613
- "color-scheme": [{ scheme: [
1614
- "normal",
1615
- "dark",
1616
- "light",
1617
- "light-dark",
1618
- "only-dark",
1619
- "only-light"
1620
- ] }],
1621
- cursor: [{ cursor: [
1622
- "auto",
1623
- "default",
1624
- "pointer",
1625
- "wait",
1626
- "text",
1627
- "move",
1628
- "help",
1629
- "not-allowed",
1630
- "none",
1631
- "context-menu",
1632
- "progress",
1633
- "cell",
1634
- "crosshair",
1635
- "vertical-text",
1636
- "alias",
1637
- "copy",
1638
- "no-drop",
1639
- "grab",
1640
- "grabbing",
1641
- "all-scroll",
1642
- "col-resize",
1643
- "row-resize",
1644
- "n-resize",
1645
- "e-resize",
1646
- "s-resize",
1647
- "w-resize",
1648
- "ne-resize",
1649
- "nw-resize",
1650
- "se-resize",
1651
- "sw-resize",
1652
- "ew-resize",
1653
- "ns-resize",
1654
- "nesw-resize",
1655
- "nwse-resize",
1656
- "zoom-in",
1657
- "zoom-out",
1658
- Y,
1659
- q
1660
- ] }],
1661
- "field-sizing": [{ "field-sizing": ["fixed", "content"] }],
1662
- "pointer-events": [{ "pointer-events": ["auto", "none"] }],
1663
- resize: [{ resize: [
1664
- "none",
1665
- "",
1666
- "y",
1667
- "x"
1668
- ] }],
1669
- "scroll-behavior": [{ scroll: ["auto", "smooth"] }],
1670
- "scrollbar-thumb-color": [{ "scrollbar-thumb": N() }],
1671
- "scrollbar-track-color": [{ "scrollbar-track": N() }],
1672
- "scrollbar-gutter": [{ "scrollbar-gutter": [
1673
- "auto",
1674
- "stable",
1675
- "both"
1676
- ] }],
1677
- "scrollbar-w": [{ scrollbar: [
1678
- "auto",
1679
- "thin",
1680
- "none"
1681
- ] }],
1682
- "scroll-m": [{ "scroll-m": C() }],
1683
- "scroll-mx": [{ "scroll-mx": C() }],
1684
- "scroll-my": [{ "scroll-my": C() }],
1685
- "scroll-ms": [{ "scroll-ms": C() }],
1686
- "scroll-me": [{ "scroll-me": C() }],
1687
- "scroll-mbs": [{ "scroll-mbs": C() }],
1688
- "scroll-mbe": [{ "scroll-mbe": C() }],
1689
- "scroll-mt": [{ "scroll-mt": C() }],
1690
- "scroll-mr": [{ "scroll-mr": C() }],
1691
- "scroll-mb": [{ "scroll-mb": C() }],
1692
- "scroll-ml": [{ "scroll-ml": C() }],
1693
- "scroll-p": [{ "scroll-p": C() }],
1694
- "scroll-px": [{ "scroll-px": C() }],
1695
- "scroll-py": [{ "scroll-py": C() }],
1696
- "scroll-ps": [{ "scroll-ps": C() }],
1697
- "scroll-pe": [{ "scroll-pe": C() }],
1698
- "scroll-pbs": [{ "scroll-pbs": C() }],
1699
- "scroll-pbe": [{ "scroll-pbe": C() }],
1700
- "scroll-pt": [{ "scroll-pt": C() }],
1701
- "scroll-pr": [{ "scroll-pr": C() }],
1702
- "scroll-pb": [{ "scroll-pb": C() }],
1703
- "scroll-pl": [{ "scroll-pl": C() }],
1704
- "snap-align": [{ snap: [
1705
- "start",
1706
- "end",
1707
- "center",
1708
- "align-none"
1709
- ] }],
1710
- "snap-stop": [{ snap: ["normal", "always"] }],
1711
- "snap-type": [{ snap: [
1712
- "none",
1713
- "x",
1714
- "y",
1715
- "both"
1716
- ] }],
1717
- "snap-strictness": [{ snap: ["mandatory", "proximity"] }],
1718
- touch: [{ touch: [
1719
- "auto",
1720
- "none",
1721
- "manipulation"
1722
- ] }],
1723
- "touch-x": [{ "touch-pan": [
1724
- "x",
1725
- "left",
1726
- "right"
1727
- ] }],
1728
- "touch-y": [{ "touch-pan": [
1729
- "y",
1730
- "up",
1731
- "down"
1732
- ] }],
1733
- "touch-pz": ["touch-pinch-zoom"],
1734
- select: [{ select: [
1735
- "none",
1736
- "text",
1737
- "all",
1738
- "auto"
1739
- ] }],
1740
- "will-change": [{ "will-change": [
1741
- "auto",
1742
- "scroll",
1743
- "contents",
1744
- "transform",
1745
- Y,
1746
- q
1747
- ] }],
1748
- fill: [{ fill: ["none", ...N()] }],
1749
- "stroke-w": [{ stroke: [
1750
- W,
1751
- X,
1752
- J,
1753
- qe
1754
- ] }],
1755
- stroke: [{ stroke: ["none", ...N()] }],
1756
- "forced-color-adjust": [{ "forced-color-adjust": ["auto", "none"] }]
1757
- },
1758
- conflictingClassGroups: {
1759
- "container-named": ["container-type"],
1760
- overflow: ["overflow-x", "overflow-y"],
1761
- overscroll: ["overscroll-x", "overscroll-y"],
1762
- inset: [
1763
- "inset-x",
1764
- "inset-y",
1765
- "inset-bs",
1766
- "inset-be",
1767
- "start",
1768
- "end",
1769
- "top",
1770
- "right",
1771
- "bottom",
1772
- "left"
1773
- ],
1774
- "inset-x": ["right", "left"],
1775
- "inset-y": ["top", "bottom"],
1776
- flex: [
1777
- "basis",
1778
- "grow",
1779
- "shrink"
1780
- ],
1781
- gap: ["gap-x", "gap-y"],
1782
- p: [
1783
- "px",
1784
- "py",
1785
- "ps",
1786
- "pe",
1787
- "pbs",
1788
- "pbe",
1789
- "pt",
1790
- "pr",
1791
- "pb",
1792
- "pl"
1793
- ],
1794
- px: ["pr", "pl"],
1795
- py: ["pt", "pb"],
1796
- m: [
1797
- "mx",
1798
- "my",
1799
- "ms",
1800
- "me",
1801
- "mbs",
1802
- "mbe",
1803
- "mt",
1804
- "mr",
1805
- "mb",
1806
- "ml"
1807
- ],
1808
- mx: ["mr", "ml"],
1809
- my: ["mt", "mb"],
1810
- size: ["w", "h"],
1811
- "font-size": ["leading"],
1812
- "fvn-normal": [
1813
- "fvn-ordinal",
1814
- "fvn-slashed-zero",
1815
- "fvn-figure",
1816
- "fvn-spacing",
1817
- "fvn-fraction"
1818
- ],
1819
- "fvn-ordinal": ["fvn-normal"],
1820
- "fvn-slashed-zero": ["fvn-normal"],
1821
- "fvn-figure": ["fvn-normal"],
1822
- "fvn-spacing": ["fvn-normal"],
1823
- "fvn-fraction": ["fvn-normal"],
1824
- "line-clamp": ["display", "overflow"],
1825
- rounded: [
1826
- "rounded-s",
1827
- "rounded-e",
1828
- "rounded-t",
1829
- "rounded-r",
1830
- "rounded-b",
1831
- "rounded-l",
1832
- "rounded-ss",
1833
- "rounded-se",
1834
- "rounded-ee",
1835
- "rounded-es",
1836
- "rounded-tl",
1837
- "rounded-tr",
1838
- "rounded-br",
1839
- "rounded-bl"
1840
- ],
1841
- "rounded-s": ["rounded-ss", "rounded-es"],
1842
- "rounded-e": ["rounded-se", "rounded-ee"],
1843
- "rounded-t": ["rounded-tl", "rounded-tr"],
1844
- "rounded-r": ["rounded-tr", "rounded-br"],
1845
- "rounded-b": ["rounded-br", "rounded-bl"],
1846
- "rounded-l": ["rounded-tl", "rounded-bl"],
1847
- "border-spacing": ["border-spacing-x", "border-spacing-y"],
1848
- "border-w": [
1849
- "border-w-x",
1850
- "border-w-y",
1851
- "border-w-s",
1852
- "border-w-e",
1853
- "border-w-bs",
1854
- "border-w-be",
1855
- "border-w-t",
1856
- "border-w-r",
1857
- "border-w-b",
1858
- "border-w-l"
1859
- ],
1860
- "border-w-x": ["border-w-r", "border-w-l"],
1861
- "border-w-y": ["border-w-t", "border-w-b"],
1862
- "border-color": [
1863
- "border-color-x",
1864
- "border-color-y",
1865
- "border-color-s",
1866
- "border-color-e",
1867
- "border-color-bs",
1868
- "border-color-be",
1869
- "border-color-t",
1870
- "border-color-r",
1871
- "border-color-b",
1872
- "border-color-l"
1873
- ],
1874
- "border-color-x": ["border-color-r", "border-color-l"],
1875
- "border-color-y": ["border-color-t", "border-color-b"],
1876
- translate: [
1877
- "translate-x",
1878
- "translate-y",
1879
- "translate-none"
1880
- ],
1881
- "translate-none": [
1882
- "translate",
1883
- "translate-x",
1884
- "translate-y",
1885
- "translate-z"
1886
- ],
1887
- "scroll-m": [
1888
- "scroll-mx",
1889
- "scroll-my",
1890
- "scroll-ms",
1891
- "scroll-me",
1892
- "scroll-mbs",
1893
- "scroll-mbe",
1894
- "scroll-mt",
1895
- "scroll-mr",
1896
- "scroll-mb",
1897
- "scroll-ml"
1898
- ],
1899
- "scroll-mx": ["scroll-mr", "scroll-ml"],
1900
- "scroll-my": ["scroll-mt", "scroll-mb"],
1901
- "scroll-p": [
1902
- "scroll-px",
1903
- "scroll-py",
1904
- "scroll-ps",
1905
- "scroll-pe",
1906
- "scroll-pbs",
1907
- "scroll-pbe",
1908
- "scroll-pt",
1909
- "scroll-pr",
1910
- "scroll-pb",
1911
- "scroll-pl"
1912
- ],
1913
- "scroll-px": ["scroll-pr", "scroll-pl"],
1914
- "scroll-py": ["scroll-pt", "scroll-pb"],
1915
- touch: [
1916
- "touch-x",
1917
- "touch-y",
1918
- "touch-pz"
1919
- ],
1920
- "touch-x": ["touch"],
1921
- "touch-y": ["touch"],
1922
- "touch-pz": ["touch"]
1923
- },
1924
- conflictingClassGroupModifiers: { "font-size": ["leading"] },
1925
- postfixLookupClassGroups: ["container-type"],
1926
- orderSensitiveModifiers: [
1927
- "*",
1928
- "**",
1929
- "after",
1930
- "backdrop",
1931
- "before",
1932
- "details-content",
1933
- "file",
1934
- "first-letter",
1935
- "first-line",
1936
- "marker",
1937
- "placeholder",
1938
- "selection"
1939
- ]
1940
- };
1941
- }, mt = (e, { cacheSize: t, prefix: n, experimentalParseClassName: r, extend: i = {}, override: a = {} }) => ($(e, "cacheSize", t), $(e, "prefix", n), $(e, "experimentalParseClassName", r), ht(e.theme, a.theme), ht(e.classGroups, a.classGroups), ht(e.conflictingClassGroups, a.conflictingClassGroups), ht(e.conflictingClassGroupModifiers, a.conflictingClassGroupModifiers), $(e, "postfixLookupClassGroups", a.postfixLookupClassGroups), $(e, "orderSensitiveModifiers", a.orderSensitiveModifiers), gt(e.theme, i.theme), gt(e.classGroups, i.classGroups), gt(e.conflictingClassGroups, i.conflictingClassGroups), gt(e.conflictingClassGroupModifiers, i.conflictingClassGroupModifiers), _t(e, i, "postfixLookupClassGroups"), _t(e, i, "orderSensitiveModifiers"), e), $ = (e, t, n) => {
1942
- n !== void 0 && (e[t] = n);
1943
- }, ht = (e, t) => {
1944
- if (t) for (let n in t) $(e, n, t[n]);
1945
- }, gt = (e, t) => {
1946
- if (t) for (let n in t) _t(e, t, n);
1947
- }, _t = (e, t, n) => {
1948
- let r = t[n];
1949
- r !== void 0 && (e[n] = e[n] ? e[n].concat(r) : r);
1950
- }, vt = (e, ...t) => typeof e == "function" ? Oe(pt, e, ...t) : Oe(() => mt(pt(), e), ...t), yt = /*#__PURE__*/ Oe(pt), bt = (e) => D(e) ? yt : vt({
1951
- ...e,
1952
- extend: {
1953
- theme: e.theme,
1954
- classGroups: e.classGroups,
1955
- conflictingClassGroupModifiers: e.conflictingClassGroupModifiers,
1956
- conflictingClassGroups: e.conflictingClassGroups,
1957
- ...e.extend
1958
- }
1959
- }), xt = (e, t) => {
1960
- let n = T(e);
1961
- return !n || !(t?.twMerge ?? !0) ? n : ((!P.cachedTwMerge || P.didTwMergeConfigChange) && (P.didTwMergeConfigChange = !1, P.cachedTwMerge = bt(P.cachedTwMergeConfig)), P.cachedTwMerge(n) || void 0);
1962
- }, { createTV: St, tv: Ct } = re((...e) => (t) => xt(e, t));
1963
- //#endregion
1964
- //#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.0.8+3149ccaa93f654b8/node_modules/@hiai-gg/hiai-ui/dist/lib/utils.js
1965
- function wt(...e) {
1966
- return yt(l(e));
1967
- }
1968
- //#endregion
1969
- //#region ../node_modules/.bun/svelte@5.56.4/node_modules/svelte/src/internal/flags/legacy.js
1970
- g();
1971
- //#endregion
1972
- //#region ../node_modules/.bun/lucide-svelte@1.0.1+ff5f301bb2db9a0d/node_modules/lucide-svelte/dist/defaultAttributes.js
1973
- var Tt = {
1974
- xmlns: "http://www.w3.org/2000/svg",
1975
- width: 24,
1976
- height: 24,
1977
- viewBox: "0 0 24 24",
1978
- fill: "none",
1979
- stroke: "currentColor",
1980
- "stroke-width": 2,
1981
- "stroke-linecap": "round",
1982
- "stroke-linejoin": "round"
1983
- }, Et = (e) => {
1984
- for (let t in e) if (t.startsWith("aria-") || t === "role" || t === "title") return !0;
1985
- return !1;
1986
- }, Dt = (...e) => e.filter((e, t, n) => !!e && e.trim() !== "" && n.indexOf(e) === t).join(" ").trim(), Ot = a("<svg><!><!></svg>");
1987
- function kt(a, l) {
1988
- let g = S(l, [
1989
- "children",
1990
- "$$slots",
1991
- "$$events",
1992
- "$$legacy"
1993
- ]), _ = S(g, [
1994
- "name",
1995
- "color",
1996
- "size",
1997
- "strokeWidth",
1998
- "absoluteStrokeWidth",
1999
- "iconNode"
2000
- ]);
2001
- h(l, !1);
2002
- let w = x(l, "name", 8, void 0), te = x(l, "color", 8, "currentColor"), T = x(l, "size", 8, 24), E = x(l, "strokeWidth", 8, 2), D = x(l, "absoluteStrokeWidth", 8, !1), O = x(l, "iconNode", 24, () => []);
2003
- d();
2004
- var k = Ot();
2005
- y(k, (e, t, n) => ({
2006
- ...Tt,
2007
- ...e,
2008
- ..._,
2009
- width: T(),
2010
- height: T(),
2011
- stroke: te(),
2012
- "stroke-width": t,
2013
- class: n
2014
- }), [
2015
- () => Et(_) ? void 0 : { "aria-hidden": "true" },
2016
- () => (c(D()), c(E()), c(T()), s(() => D() ? Number(E()) * 24 / Number(T()) : E())),
2017
- () => (c(Dt), c(w()), c(g), s(() => Dt("lucide-icon", "lucide", w() ? `lucide-${w()}` : "", g.class)))
2018
- ]);
2019
- var A = e(k);
2020
- o(A, 1, O, n, (e, t) => {
2021
- var n = b(() => C(r(t), 2));
2022
- let a = () => r(n)[0], o = () => r(n)[1];
2023
- var s = i();
2024
- f(m(s), a, !0, (e, t) => {
2025
- y(e, () => ({ ...o() }));
2026
- }), v(e, s);
2027
- }), t(ee(A), l, "default", {}, null), u(k), v(a, k), p();
2028
- }
2029
- //#endregion
2030
- //#region ../node_modules/.bun/lucide-svelte@1.0.1+ff5f301bb2db9a0d/node_modules/lucide-svelte/dist/icons/loader-circle.svelte
2031
- function At(e, n) {
2032
- let r = S(n, [
2033
- "children",
2034
- "$$slots",
2035
- "$$events",
2036
- "$$legacy"
2037
- ]), a = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56" }]];
2038
- kt(e, _({ name: "loader-circle" }, () => r, {
2039
- get iconNode() {
2040
- return a;
2041
- },
2042
- children: (e, r) => {
2043
- var a = i();
2044
- t(m(a), n, "default", {}, null), v(e, a);
2045
- },
2046
- $$slots: { default: !0 }
2047
- }));
2048
- }
2049
- //#endregion
2050
- //#region src/lib/extensions/resolve.ts
2051
- function jt(e, t = {}) {
2052
- let n = /* @__PURE__ */ new Set(), r = [];
2053
- for (let i of e) n.has(i.id) || !Mt(i.visible, t) || (n.add(i.id), r.push(i));
2054
- return r.sort((e, t) => {
2055
- let n = (e.order ?? 0) - (t.order ?? 0);
2056
- return n === 0 ? e.id.localeCompare(t.id) : n;
2057
- });
2058
- }
2059
- function Mt(e, t) {
2060
- if (!e) return !0;
2061
- try {
2062
- return e(t);
2063
- } catch {
2064
- return !1;
2065
- }
2066
- }
2067
- //#endregion
2068
- export { Ct as a, wt as i, At as n, yt as o, kt as r, jt as t };