@burdenoff/microfe-movethewheels 2026.510.105

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