@burdenoff/microfe-adaptercloud 2026.614.1 → 2026.625.1

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 (110) hide show
  1. package/dist/adaptercloud/components/EmptyState.js +17 -21
  2. package/dist/adaptercloud/components/EmptyState.js.map +1 -1
  3. package/dist/adaptercloud/components/InvestmentCard.js +30 -28
  4. package/dist/adaptercloud/components/InvestmentCard.js.map +1 -1
  5. package/dist/adaptercloud/components/MetricsCard.js +21 -15
  6. package/dist/adaptercloud/components/MetricsCard.js.map +1 -1
  7. package/dist/adaptercloud/components/PageLayout.js +38 -19
  8. package/dist/adaptercloud/components/PageLayout.js.map +1 -1
  9. package/dist/adaptercloud/components/RatingDisplay.js +3 -3
  10. package/dist/adaptercloud/components/RatingDisplay.js.map +1 -1
  11. package/dist/adaptercloud/components/StatusBadge.js +36 -16
  12. package/dist/adaptercloud/components/StatusBadge.js.map +1 -1
  13. package/dist/adaptercloud/pages/HomePage.js +286 -275
  14. package/dist/adaptercloud/pages/HomePage.js.map +1 -1
  15. package/dist/adaptercloud/pages/admin/AdminAnalyticsPage.js +87 -87
  16. package/dist/adaptercloud/pages/admin/AdminAnalyticsPage.js.map +1 -1
  17. package/dist/adaptercloud/pages/admin/AdminDashboard.js +101 -101
  18. package/dist/adaptercloud/pages/admin/AdminDashboard.js.map +1 -1
  19. package/dist/adaptercloud/pages/admin/AdminFinancialPage.js +48 -48
  20. package/dist/adaptercloud/pages/admin/AdminFinancialPage.js.map +1 -1
  21. package/dist/adaptercloud/pages/admin/AdminOrdersPage.js +95 -95
  22. package/dist/adaptercloud/pages/admin/AdminOrdersPage.js.map +1 -1
  23. package/dist/adaptercloud/pages/admin/AdminProfilePage.js +34 -34
  24. package/dist/adaptercloud/pages/admin/AdminProfilePage.js.map +1 -1
  25. package/dist/adaptercloud/pages/admin/AdminSettingsPage.js +40 -40
  26. package/dist/adaptercloud/pages/admin/AdminSettingsPage.js.map +1 -1
  27. package/dist/adaptercloud/pages/admin/CartManagementPage.js +107 -107
  28. package/dist/adaptercloud/pages/admin/CartManagementPage.js.map +1 -1
  29. package/dist/adaptercloud/pages/admin/UserManagementPage.js +98 -98
  30. package/dist/adaptercloud/pages/admin/UserManagementPage.js.map +1 -1
  31. package/dist/adaptercloud/pages/cart-owner/AnalyticsDashboard.js +117 -117
  32. package/dist/adaptercloud/pages/cart-owner/AnalyticsDashboard.js.map +1 -1
  33. package/dist/adaptercloud/pages/cart-owner/BusinessSettingsPage.js +33 -33
  34. package/dist/adaptercloud/pages/cart-owner/BusinessSettingsPage.js.map +1 -1
  35. package/dist/adaptercloud/pages/cart-owner/CartOwnerDashboard.js +112 -109
  36. package/dist/adaptercloud/pages/cart-owner/CartOwnerDashboard.js.map +1 -1
  37. package/dist/adaptercloud/pages/cart-owner/CartOwnerProfilePage.js +115 -115
  38. package/dist/adaptercloud/pages/cart-owner/CartOwnerProfilePage.js.map +1 -1
  39. package/dist/adaptercloud/pages/cart-owner/CartServiceConfigPage.js +85 -85
  40. package/dist/adaptercloud/pages/cart-owner/CartServiceConfigPage.js.map +1 -1
  41. package/dist/adaptercloud/pages/cart-owner/InventoryManagementPage.js +106 -106
  42. package/dist/adaptercloud/pages/cart-owner/InventoryManagementPage.js.map +1 -1
  43. package/dist/adaptercloud/pages/cart-owner/OrderManagementPage.js +88 -88
  44. package/dist/adaptercloud/pages/cart-owner/OrderManagementPage.js.map +1 -1
  45. package/dist/adaptercloud/pages/cart-owner/StaffManagementPage.js +94 -94
  46. package/dist/adaptercloud/pages/cart-owner/StaffManagementPage.js.map +1 -1
  47. package/dist/adaptercloud/pages/common/HelpSupportPage.js +142 -142
  48. package/dist/adaptercloud/pages/common/HelpSupportPage.js.map +1 -1
  49. package/dist/adaptercloud/pages/common/NotificationCenterPage.js +67 -66
  50. package/dist/adaptercloud/pages/common/NotificationCenterPage.js.map +1 -1
  51. package/dist/adaptercloud/pages/common/SettingsPage.js +115 -115
  52. package/dist/adaptercloud/pages/common/SettingsPage.js.map +1 -1
  53. package/dist/adaptercloud/pages/customer/BookingDetailsPage.js +74 -73
  54. package/dist/adaptercloud/pages/customer/BookingDetailsPage.js.map +1 -1
  55. package/dist/adaptercloud/pages/customer/CartDetailPage.js +87 -86
  56. package/dist/adaptercloud/pages/customer/CartDetailPage.js.map +1 -1
  57. package/dist/adaptercloud/pages/customer/CartDiscoveryPage.js +66 -65
  58. package/dist/adaptercloud/pages/customer/CartDiscoveryPage.js.map +1 -1
  59. package/dist/adaptercloud/pages/customer/CheckoutPage.js +80 -80
  60. package/dist/adaptercloud/pages/customer/CheckoutPage.js.map +1 -1
  61. package/dist/adaptercloud/pages/customer/CustomerDashboard.js +88 -88
  62. package/dist/adaptercloud/pages/customer/CustomerDashboard.js.map +1 -1
  63. package/dist/adaptercloud/pages/customer/CustomerProfilePage.js +84 -84
  64. package/dist/adaptercloud/pages/customer/CustomerProfilePage.js.map +1 -1
  65. package/dist/adaptercloud/pages/customer/DirectServiceBookingPage.js +92 -91
  66. package/dist/adaptercloud/pages/customer/DirectServiceBookingPage.js.map +1 -1
  67. package/dist/adaptercloud/pages/customer/FavoritesPage.js +34 -33
  68. package/dist/adaptercloud/pages/customer/FavoritesPage.js.map +1 -1
  69. package/dist/adaptercloud/pages/customer/OrderHistoryPage.js +44 -43
  70. package/dist/adaptercloud/pages/customer/OrderHistoryPage.js.map +1 -1
  71. package/dist/adaptercloud/pages/customer/OrderTrackingPage.js +61 -60
  72. package/dist/adaptercloud/pages/customer/OrderTrackingPage.js.map +1 -1
  73. package/dist/adaptercloud/pages/customer/PaymentMethodsPage.js +58 -57
  74. package/dist/adaptercloud/pages/customer/PaymentMethodsPage.js.map +1 -1
  75. package/dist/adaptercloud/pages/customer/ReviewsPage.js +48 -47
  76. package/dist/adaptercloud/pages/customer/ReviewsPage.js.map +1 -1
  77. package/dist/adaptercloud/pages/customer/SavedAddressesPage.js +46 -45
  78. package/dist/adaptercloud/pages/customer/SavedAddressesPage.js.map +1 -1
  79. package/dist/adaptercloud/pages/investor/InvestmentDetailsPage.js +128 -128
  80. package/dist/adaptercloud/pages/investor/InvestmentDetailsPage.js.map +1 -1
  81. package/dist/adaptercloud/pages/investor/InvestmentOpportunitiesPage.js +88 -87
  82. package/dist/adaptercloud/pages/investor/InvestmentOpportunitiesPage.js.map +1 -1
  83. package/dist/adaptercloud/pages/investor/InvestorAnalyticsPage.js +88 -88
  84. package/dist/adaptercloud/pages/investor/InvestorAnalyticsPage.js.map +1 -1
  85. package/dist/adaptercloud/pages/investor/InvestorDashboard.js +62 -62
  86. package/dist/adaptercloud/pages/investor/InvestorDashboard.js.map +1 -1
  87. package/dist/adaptercloud/pages/investor/InvestorInvestmentsPage.js +39 -38
  88. package/dist/adaptercloud/pages/investor/InvestorInvestmentsPage.js.map +1 -1
  89. package/dist/adaptercloud/pages/investor/InvestorPortfolioPage.js +66 -66
  90. package/dist/adaptercloud/pages/investor/InvestorPortfolioPage.js.map +1 -1
  91. package/dist/adaptercloud/pages/investor/InvestorProfilePage.js +153 -153
  92. package/dist/adaptercloud/pages/investor/InvestorProfilePage.js.map +1 -1
  93. package/dist/adaptercloud/pages/worker/TaskDetailsPage.js +81 -80
  94. package/dist/adaptercloud/pages/worker/TaskDetailsPage.js.map +1 -1
  95. package/dist/adaptercloud/pages/worker/WorkerDashboard.js +106 -106
  96. package/dist/adaptercloud/pages/worker/WorkerDashboard.js.map +1 -1
  97. package/dist/adaptercloud/pages/worker/WorkerOrdersPage.js +73 -72
  98. package/dist/adaptercloud/pages/worker/WorkerOrdersPage.js.map +1 -1
  99. package/dist/adaptercloud/pages/worker/WorkerProfilePage.js +107 -107
  100. package/dist/adaptercloud/pages/worker/WorkerProfilePage.js.map +1 -1
  101. package/dist/adaptercloud/pages/worker/WorkerSchedulePage.js +71 -69
  102. package/dist/adaptercloud/pages/worker/WorkerSchedulePage.js.map +1 -1
  103. package/dist/adaptercloud/utils/cn.js +2 -2
  104. package/dist/node_modules/{.bun/clsx@2.1.1/node_modules/clsx → clsx}/dist/clsx.js +1 -1
  105. package/dist/node_modules/clsx/dist/clsx.js.map +1 -0
  106. package/dist/node_modules/{.bun/tailwind-merge@3.5.0/node_modules/tailwind-merge → tailwind-merge}/dist/bundle-mjs.js +212 -170
  107. package/dist/node_modules/tailwind-merge/dist/bundle-mjs.js.map +1 -0
  108. package/package.json +3 -3
  109. package/dist/node_modules/.bun/clsx@2.1.1/node_modules/clsx/dist/clsx.js.map +0 -1
  110. package/dist/node_modules/.bun/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.js.map +0 -1
@@ -9,186 +9,187 @@ import { formatCurrency as s, formatDistance as c, formatRelativeTime as l } fro
9
9
  import { useCallback as u, useMemo as d, useState as f } from "react";
10
10
  import { useI18n as p } from "@burdenoff/fe-libs/shared/providers/shell/I18nProvider";
11
11
  import { Activity as m, AlertCircle as h, ArrowRight as g, BadgeCheck as _, BarChart3 as v, CheckCircle2 as y, ChefHat as b, ClipboardList as x, Clock as S, FileText as C, GraduationCap as w, HandCoins as T, Heart as E, Home as D, IndianRupee as O, LayoutDashboard as k, Loader2 as A, MapPin as j, Package as M, Scissors as N, Search as P, Settings as F, Shirt as I, ShoppingBag as L, ShoppingCart as R, Sparkles as z, Star as B, Store as V, TrendingUp as H, Truck as U, Users as W, Wallet as G, Wrench as K } from "lucide-react";
12
- import { jsx as q, jsxs as J } from "react/jsx-runtime";
12
+ import { Fragment as q, jsx as J, jsxs as Y } from "react/jsx-runtime";
13
+ import { EmphasisPanel as X, GlassCard as Z, GradientText as Q } from "@burdenoff/fe-libs/ui";
13
14
  //#region src/adaptercloud/pages/HomePage.tsx
14
- var Y = {
15
+ var $ = {
15
16
  customer: [
16
17
  {
17
18
  label: "Discover Services",
18
19
  description: "Browse carts near you",
19
- icon: /* @__PURE__ */ q(P, { className: "h-5 w-5" }),
20
+ icon: /* @__PURE__ */ J(P, { className: "h-5 w-5" }),
20
21
  path: "/customer/carts",
21
- color: "bg-blue-500/10 text-blue-600 dark:text-blue-400"
22
+ color: "bg-accent-blue-subtle/10 text-accent-blue"
22
23
  },
23
24
  {
24
25
  label: "My Orders",
25
26
  description: "Track your orders",
26
- icon: /* @__PURE__ */ q(L, { className: "h-5 w-5" }),
27
+ icon: /* @__PURE__ */ J(L, { className: "h-5 w-5" }),
27
28
  path: "/customer/orders",
28
- color: "bg-green-500/10 text-green-600 dark:text-green-400"
29
+ color: "bg-status-success-bg-subtle/10 text-status-success-text"
29
30
  },
30
31
  {
31
32
  label: "Favorites",
32
33
  description: "Your saved carts",
33
- icon: /* @__PURE__ */ q(E, { className: "h-5 w-5" }),
34
+ icon: /* @__PURE__ */ J(E, { className: "h-5 w-5" }),
34
35
  path: "/customer/favorites",
35
- color: "bg-pink-500/10 text-pink-600 dark:text-pink-400"
36
+ color: "bg-accent-pink-subtle/10 text-accent-pink"
36
37
  },
37
38
  {
38
39
  label: "Settings",
39
40
  description: "Manage preferences",
40
- icon: /* @__PURE__ */ q(F, { className: "h-5 w-5" }),
41
+ icon: /* @__PURE__ */ J(F, { className: "h-5 w-5" }),
41
42
  path: "/settings",
42
- color: "bg-muted text-muted-foreground"
43
+ color: "bg-bg-sunken text-text-secondary"
43
44
  }
44
45
  ],
45
46
  cart_owner: [
46
47
  {
47
48
  label: "My Cart",
48
49
  description: "Manage your cart",
49
- icon: /* @__PURE__ */ q(V, { className: "h-5 w-5" }),
50
+ icon: /* @__PURE__ */ J(V, { className: "h-5 w-5" }),
50
51
  path: "/owner/dashboard",
51
- color: "bg-purple-500/10 text-purple-600 dark:text-purple-400"
52
+ color: "bg-accent-purple-subtle/10 text-accent-purple"
52
53
  },
53
54
  {
54
55
  label: "Orders",
55
56
  description: "Incoming orders",
56
- icon: /* @__PURE__ */ q(L, { className: "h-5 w-5" }),
57
+ icon: /* @__PURE__ */ J(L, { className: "h-5 w-5" }),
57
58
  path: "/owner/orders",
58
- color: "bg-blue-500/10 text-blue-600 dark:text-blue-400"
59
+ color: "bg-accent-blue-subtle/10 text-accent-blue"
59
60
  },
60
61
  {
61
62
  label: "Analytics",
62
63
  description: "Revenue & insights",
63
- icon: /* @__PURE__ */ q(v, { className: "h-5 w-5" }),
64
+ icon: /* @__PURE__ */ J(v, { className: "h-5 w-5" }),
64
65
  path: "/owner/analytics",
65
- color: "bg-emerald-500/10 text-emerald-600 dark:text-emerald-400"
66
+ color: "bg-status-success-bg-subtle/10 text-status-success-text"
66
67
  },
67
68
  {
68
69
  label: "Staff",
69
70
  description: "Manage workers",
70
- icon: /* @__PURE__ */ q(W, { className: "h-5 w-5" }),
71
+ icon: /* @__PURE__ */ J(W, { className: "h-5 w-5" }),
71
72
  path: "/owner/staff",
72
- color: "bg-orange-500/10 text-orange-600 dark:text-orange-400"
73
+ color: "bg-accent-orange-subtle/10 text-accent-orange"
73
74
  }
74
75
  ],
75
76
  worker: [
76
77
  {
77
78
  label: "My Tasks",
78
79
  description: "View assigned tasks",
79
- icon: /* @__PURE__ */ q(x, { className: "h-5 w-5" }),
80
+ icon: /* @__PURE__ */ J(x, { className: "h-5 w-5" }),
80
81
  path: "/worker/dashboard",
81
- color: "bg-orange-500/10 text-orange-600 dark:text-orange-400"
82
+ color: "bg-accent-orange-subtle/10 text-accent-orange"
82
83
  },
83
84
  {
84
85
  label: "Schedule",
85
86
  description: "View shifts",
86
- icon: /* @__PURE__ */ q(S, { className: "h-5 w-5" }),
87
+ icon: /* @__PURE__ */ J(S, { className: "h-5 w-5" }),
87
88
  path: "/worker/schedule",
88
- color: "bg-blue-500/10 text-blue-600 dark:text-blue-400"
89
+ color: "bg-accent-blue-subtle/10 text-accent-blue"
89
90
  },
90
91
  {
91
92
  label: "Earnings",
92
93
  description: "Track pay",
93
- icon: /* @__PURE__ */ q(G, { className: "h-5 w-5" }),
94
+ icon: /* @__PURE__ */ J(G, { className: "h-5 w-5" }),
94
95
  path: "/worker/earnings",
95
- color: "bg-green-500/10 text-green-600 dark:text-green-400"
96
+ color: "bg-status-success-bg-subtle/10 text-status-success-text"
96
97
  },
97
98
  {
98
99
  label: "Performance",
99
100
  description: "Ratings & stats",
100
- icon: /* @__PURE__ */ q(B, { className: "h-5 w-5" }),
101
+ icon: /* @__PURE__ */ J(B, { className: "h-5 w-5" }),
101
102
  path: "/worker/performance",
102
- color: "bg-yellow-500/10 text-yellow-600 dark:text-yellow-400"
103
+ color: "bg-status-warning-bg-subtle/10 text-status-warning-text"
103
104
  }
104
105
  ],
105
106
  investor: [
106
107
  {
107
108
  label: "Portfolio",
108
109
  description: "Your investments",
109
- icon: /* @__PURE__ */ q(H, { className: "h-5 w-5" }),
110
+ icon: /* @__PURE__ */ J(H, { className: "h-5 w-5" }),
110
111
  path: "/investor/dashboard",
111
- color: "bg-emerald-500/10 text-emerald-600 dark:text-emerald-400"
112
+ color: "bg-status-success-bg-subtle/10 text-status-success-text"
112
113
  },
113
114
  {
114
115
  label: "Opportunities",
115
116
  description: "New investments",
116
- icon: /* @__PURE__ */ q(T, { className: "h-5 w-5" }),
117
+ icon: /* @__PURE__ */ J(T, { className: "h-5 w-5" }),
117
118
  path: "/investor/opportunities",
118
- color: "bg-blue-500/10 text-blue-600 dark:text-blue-400"
119
+ color: "bg-accent-blue-subtle/10 text-accent-blue"
119
120
  },
120
121
  {
121
122
  label: "Returns",
122
123
  description: "Earnings history",
123
- icon: /* @__PURE__ */ q(O, { className: "h-5 w-5" }),
124
+ icon: /* @__PURE__ */ J(O, { className: "h-5 w-5" }),
124
125
  path: "/investor/returns",
125
- color: "bg-green-500/10 text-green-600 dark:text-green-400"
126
+ color: "bg-status-success-bg-subtle/10 text-status-success-text"
126
127
  },
127
128
  {
128
129
  label: "Reports",
129
130
  description: "Performance reports",
130
- icon: /* @__PURE__ */ q(C, { className: "h-5 w-5" }),
131
+ icon: /* @__PURE__ */ J(C, { className: "h-5 w-5" }),
131
132
  path: "/investor/reports",
132
- color: "bg-purple-500/10 text-purple-600 dark:text-purple-400"
133
+ color: "bg-accent-purple-subtle/10 text-accent-purple"
133
134
  }
134
135
  ],
135
136
  admin: [
136
137
  {
137
138
  label: "Dashboard",
138
139
  description: "Platform overview",
139
- icon: /* @__PURE__ */ q(k, { className: "h-5 w-5" }),
140
+ icon: /* @__PURE__ */ J(k, { className: "h-5 w-5" }),
140
141
  path: "/admin/dashboard",
141
- color: "bg-red-500/10 text-red-600 dark:text-red-400"
142
+ color: "bg-status-error-bg-subtle/10 text-status-error-text"
142
143
  },
143
144
  {
144
145
  label: "Users",
145
146
  description: "Manage accounts",
146
- icon: /* @__PURE__ */ q(W, { className: "h-5 w-5" }),
147
+ icon: /* @__PURE__ */ J(W, { className: "h-5 w-5" }),
147
148
  path: "/admin/users",
148
- color: "bg-blue-500/10 text-blue-600 dark:text-blue-400"
149
+ color: "bg-accent-blue-subtle/10 text-accent-blue"
149
150
  },
150
151
  {
151
152
  label: "Carts",
152
153
  description: "Approve & manage",
153
- icon: /* @__PURE__ */ q(V, { className: "h-5 w-5" }),
154
+ icon: /* @__PURE__ */ J(V, { className: "h-5 w-5" }),
154
155
  path: "/admin/carts",
155
- color: "bg-purple-500/10 text-purple-600 dark:text-purple-400"
156
+ color: "bg-accent-purple-subtle/10 text-accent-purple"
156
157
  },
157
158
  {
158
159
  label: "Analytics",
159
160
  description: "Revenue reports",
160
- icon: /* @__PURE__ */ q(v, { className: "h-5 w-5" }),
161
+ icon: /* @__PURE__ */ J(v, { className: "h-5 w-5" }),
161
162
  path: "/admin/analytics",
162
- color: "bg-emerald-500/10 text-emerald-600 dark:text-emerald-400"
163
+ color: "bg-status-success-bg-subtle/10 text-status-success-text"
163
164
  }
164
165
  ]
165
166
  };
166
- function X(e, t, n) {
167
+ function ee(e, t, n) {
167
168
  switch (e) {
168
169
  case "customer": return [
169
170
  {
170
- icon: /* @__PURE__ */ q(L, { className: "h-5 w-5" }),
171
+ icon: /* @__PURE__ */ J(L, { className: "h-5 w-5" }),
171
172
  value: t.length.toString(),
172
173
  label: "Total Orders",
173
174
  trend: "up",
174
175
  trendValue: "+2 this week"
175
176
  },
176
177
  {
177
- icon: /* @__PURE__ */ q(V, { className: "h-5 w-5" }),
178
+ icon: /* @__PURE__ */ J(V, { className: "h-5 w-5" }),
178
179
  value: (n?.activeProviders ?? 0).toString(),
179
180
  label: "Nearby Providers",
180
181
  trend: "up",
181
182
  trendValue: "+3"
182
183
  },
183
184
  {
184
- icon: /* @__PURE__ */ q(B, { className: "h-5 w-5" }),
185
+ icon: /* @__PURE__ */ J(B, { className: "h-5 w-5" }),
185
186
  value: (n?.avgRating ?? 0).toFixed(1),
186
187
  label: "Avg. Rating",
187
188
  trend: "up",
188
189
  trendValue: "+0.1"
189
190
  },
190
191
  {
191
- icon: /* @__PURE__ */ q(O, { className: "h-5 w-5" }),
192
+ icon: /* @__PURE__ */ J(O, { className: "h-5 w-5" }),
192
193
  value: s(t.reduce((e, t) => e + t.total, 0), { minimumFractionDigits: 0 }),
193
194
  label: "Total Spent",
194
195
  trend: "neutral",
@@ -197,28 +198,28 @@ function X(e, t, n) {
197
198
  ];
198
199
  case "cart_owner": return [
199
200
  {
200
- icon: /* @__PURE__ */ q(L, { className: "h-5 w-5" }),
201
+ icon: /* @__PURE__ */ J(L, { className: "h-5 w-5" }),
201
202
  value: "48",
202
203
  label: "Orders Today",
203
204
  trend: "up",
204
205
  trendValue: "+12%"
205
206
  },
206
207
  {
207
- icon: /* @__PURE__ */ q(O, { className: "h-5 w-5" }),
208
+ icon: /* @__PURE__ */ J(O, { className: "h-5 w-5" }),
208
209
  value: s(12850, { minimumFractionDigits: 0 }),
209
210
  label: "Today's Revenue",
210
211
  trend: "up",
211
212
  trendValue: "+8%"
212
213
  },
213
214
  {
214
- icon: /* @__PURE__ */ q(B, { className: "h-5 w-5" }),
215
+ icon: /* @__PURE__ */ J(B, { className: "h-5 w-5" }),
215
216
  value: "4.6",
216
217
  label: "Cart Rating",
217
218
  trend: "up",
218
219
  trendValue: "+0.2"
219
220
  },
220
221
  {
221
- icon: /* @__PURE__ */ q(W, { className: "h-5 w-5" }),
222
+ icon: /* @__PURE__ */ J(W, { className: "h-5 w-5" }),
222
223
  value: "5",
223
224
  label: "Active Staff",
224
225
  trend: "neutral",
@@ -227,28 +228,28 @@ function X(e, t, n) {
227
228
  ];
228
229
  case "worker": return [
229
230
  {
230
- icon: /* @__PURE__ */ q(x, { className: "h-5 w-5" }),
231
+ icon: /* @__PURE__ */ J(x, { className: "h-5 w-5" }),
231
232
  value: "5",
232
233
  label: "Tasks Today",
233
234
  trend: "up",
234
235
  trendValue: "+2"
235
236
  },
236
237
  {
237
- icon: /* @__PURE__ */ q(O, { className: "h-5 w-5" }),
238
+ icon: /* @__PURE__ */ J(O, { className: "h-5 w-5" }),
238
239
  value: s(425, { minimumFractionDigits: 0 }),
239
240
  label: "Today's Earnings",
240
241
  trend: "up",
241
242
  trendValue: "+15%"
242
243
  },
243
244
  {
244
- icon: /* @__PURE__ */ q(B, { className: "h-5 w-5" }),
245
+ icon: /* @__PURE__ */ J(B, { className: "h-5 w-5" }),
245
246
  value: "4.7",
246
247
  label: "Rating",
247
248
  trend: "up",
248
249
  trendValue: "+0.1"
249
250
  },
250
251
  {
251
- icon: /* @__PURE__ */ q(y, { className: "h-5 w-5" }),
252
+ icon: /* @__PURE__ */ J(y, { className: "h-5 w-5" }),
252
253
  value: "96.8%",
253
254
  label: "Completion Rate",
254
255
  trend: "up",
@@ -257,28 +258,28 @@ function X(e, t, n) {
257
258
  ];
258
259
  case "investor": return [
259
260
  {
260
- icon: /* @__PURE__ */ q(H, { className: "h-5 w-5" }),
261
+ icon: /* @__PURE__ */ J(H, { className: "h-5 w-5" }),
261
262
  value: "3",
262
263
  label: "Active Investments",
263
264
  trend: "up",
264
265
  trendValue: "+1"
265
266
  },
266
267
  {
267
- icon: /* @__PURE__ */ q(O, { className: "h-5 w-5" }),
268
+ icon: /* @__PURE__ */ J(O, { className: "h-5 w-5" }),
268
269
  value: s(45e4, { minimumFractionDigits: 0 }),
269
270
  label: "Total Invested",
270
271
  trend: "up",
271
272
  trendValue: ""
272
273
  },
273
274
  {
274
- icon: /* @__PURE__ */ q(T, { className: "h-5 w-5" }),
275
+ icon: /* @__PURE__ */ J(T, { className: "h-5 w-5" }),
275
276
  value: "16.5%",
276
277
  label: "Avg. Returns",
277
278
  trend: "up",
278
279
  trendValue: "+2.1%"
279
280
  },
280
281
  {
281
- icon: /* @__PURE__ */ q(v, { className: "h-5 w-5" }),
282
+ icon: /* @__PURE__ */ J(v, { className: "h-5 w-5" }),
282
283
  value: s(74250, { minimumFractionDigits: 0 }),
283
284
  label: "Total Returns",
284
285
  trend: "up",
@@ -287,28 +288,28 @@ function X(e, t, n) {
287
288
  ];
288
289
  default: return [
289
290
  {
290
- icon: /* @__PURE__ */ q(W, { className: "h-5 w-5" }),
291
+ icon: /* @__PURE__ */ J(W, { className: "h-5 w-5" }),
291
292
  value: (n?.activeCustomers ?? 0).toLocaleString("en-IN"),
292
293
  label: "Active Customers",
293
294
  trend: "up",
294
295
  trendValue: "+50"
295
296
  },
296
297
  {
297
- icon: /* @__PURE__ */ q(V, { className: "h-5 w-5" }),
298
+ icon: /* @__PURE__ */ J(V, { className: "h-5 w-5" }),
298
299
  value: (n?.activeProviders ?? 0).toString(),
299
300
  label: "Service Providers",
300
301
  trend: "up",
301
302
  trendValue: "+3"
302
303
  },
303
304
  {
304
- icon: /* @__PURE__ */ q(L, { className: "h-5 w-5" }),
305
+ icon: /* @__PURE__ */ J(L, { className: "h-5 w-5" }),
305
306
  value: (n?.totalOrders ?? 0).toLocaleString("en-IN"),
306
307
  label: "Total Orders",
307
308
  trend: "up",
308
309
  trendValue: "+12%"
309
310
  },
310
311
  {
311
- icon: /* @__PURE__ */ q(O, { className: "h-5 w-5" }),
312
+ icon: /* @__PURE__ */ J(O, { className: "h-5 w-5" }),
312
313
  value: s(n?.totalRevenue ?? 0, { minimumFractionDigits: 0 }),
313
314
  label: "Total Revenue",
314
315
  trend: "up",
@@ -317,78 +318,78 @@ function X(e, t, n) {
317
318
  ];
318
319
  }
319
320
  }
320
- var Z = [
321
+ var te = [
321
322
  {
322
323
  label: "Food & Beverage",
323
- icon: /* @__PURE__ */ q(b, { className: "h-6 w-6" }),
324
- color: "bg-orange-500/10 text-orange-600 dark:text-orange-400"
324
+ icon: /* @__PURE__ */ J(b, { className: "h-6 w-6" }),
325
+ color: "bg-accent-orange-subtle/10 text-accent-orange"
325
326
  },
326
327
  {
327
328
  label: "Personal Care & Beauty",
328
- icon: /* @__PURE__ */ q(N, { className: "h-6 w-6" }),
329
- color: "bg-pink-500/10 text-pink-600 dark:text-pink-400"
329
+ icon: /* @__PURE__ */ J(N, { className: "h-6 w-6" }),
330
+ color: "bg-accent-pink-subtle/10 text-accent-pink"
330
331
  },
331
332
  {
332
333
  label: "Repair & Maintenance",
333
- icon: /* @__PURE__ */ q(K, { className: "h-6 w-6" }),
334
- color: "bg-blue-500/10 text-blue-600 dark:text-blue-400"
334
+ icon: /* @__PURE__ */ J(K, { className: "h-6 w-6" }),
335
+ color: "bg-accent-blue-subtle/10 text-accent-blue"
335
336
  },
336
337
  {
337
338
  label: "Home Services",
338
- icon: /* @__PURE__ */ q(D, { className: "h-6 w-6" }),
339
- color: "bg-emerald-500/10 text-emerald-600 dark:text-emerald-400"
339
+ icon: /* @__PURE__ */ J(D, { className: "h-6 w-6" }),
340
+ color: "bg-status-success-bg-subtle/10 text-status-success-text"
340
341
  },
341
342
  {
342
343
  label: "Clothing & Fashion",
343
- icon: /* @__PURE__ */ q(I, { className: "h-6 w-6" }),
344
- color: "bg-purple-500/10 text-purple-600 dark:text-purple-400"
344
+ icon: /* @__PURE__ */ J(I, { className: "h-6 w-6" }),
345
+ color: "bg-accent-purple-subtle/10 text-accent-purple"
345
346
  },
346
347
  {
347
348
  label: "Health & Wellness",
348
- icon: /* @__PURE__ */ q(E, { className: "h-6 w-6" }),
349
- color: "bg-red-500/10 text-red-600 dark:text-red-400"
349
+ icon: /* @__PURE__ */ J(E, { className: "h-6 w-6" }),
350
+ color: "bg-status-error-bg-subtle/10 text-status-error-text"
350
351
  },
351
352
  {
352
353
  label: "Education & Skills",
353
- icon: /* @__PURE__ */ q(w, { className: "h-6 w-6" }),
354
- color: "bg-yellow-500/10 text-yellow-600 dark:text-yellow-400"
354
+ icon: /* @__PURE__ */ J(w, { className: "h-6 w-6" }),
355
+ color: "bg-status-warning-bg-subtle/10 text-status-warning-text"
355
356
  },
356
357
  {
357
358
  label: "Retail & Merchandise",
358
- icon: /* @__PURE__ */ q(M, { className: "h-6 w-6" }),
359
- color: "bg-indigo-500/10 text-indigo-600 dark:text-indigo-400"
359
+ icon: /* @__PURE__ */ J(M, { className: "h-6 w-6" }),
360
+ color: "bg-accent-indigo-subtle/10 text-accent-indigo"
360
361
  },
361
362
  {
362
363
  label: "Grocery & Essentials",
363
- icon: /* @__PURE__ */ q(R, { className: "h-6 w-6" }),
364
- color: "bg-green-500/10 text-green-600 dark:text-green-400"
364
+ icon: /* @__PURE__ */ J(R, { className: "h-6 w-6" }),
365
+ color: "bg-status-success-bg-subtle/10 text-status-success-text"
365
366
  }
366
- ], Q = [
367
+ ], ne = [
367
368
  {
368
369
  step: 1,
369
370
  title: "Browse Services",
370
371
  description: "Discover local service providers and carts near you.",
371
- icon: /* @__PURE__ */ q(P, { className: "h-6 w-6" })
372
+ icon: /* @__PURE__ */ J(P, { className: "h-6 w-6" })
372
373
  },
373
374
  {
374
375
  step: 2,
375
376
  title: "Place an Order",
376
377
  description: "Select items or services and place your order seamlessly.",
377
- icon: /* @__PURE__ */ q(L, { className: "h-6 w-6" })
378
+ icon: /* @__PURE__ */ J(L, { className: "h-6 w-6" })
378
379
  },
379
380
  {
380
381
  step: 3,
381
382
  title: "Track in Real-time",
382
383
  description: "Get live updates on your order from confirmation to delivery.",
383
- icon: /* @__PURE__ */ q(U, { className: "h-6 w-6" })
384
+ icon: /* @__PURE__ */ J(U, { className: "h-6 w-6" })
384
385
  },
385
386
  {
386
387
  step: 4,
387
388
  title: "Rate & Review",
388
389
  description: "Share your experience and help others find great services.",
389
- icon: /* @__PURE__ */ q(B, { className: "h-6 w-6" })
390
+ icon: /* @__PURE__ */ J(B, { className: "h-6 w-6" })
390
391
  }
391
- ], $ = [
392
+ ], re = [
392
393
  {
393
394
  id: "ha-1",
394
395
  description: "New order placed at Dosa Express",
@@ -419,29 +420,29 @@ var Z = [
419
420
  time: "5 hours ago",
420
421
  type: "order"
421
422
  }
422
- ], ee = [
423
+ ], ie = [
423
424
  {
424
425
  label: "Service Providers",
425
426
  value: "21+",
426
- icon: /* @__PURE__ */ q(V, { className: "h-5 w-5" })
427
+ icon: /* @__PURE__ */ J(V, { className: "h-5 w-5" })
427
428
  },
428
429
  {
429
430
  label: "Categories",
430
431
  value: "9",
431
- icon: /* @__PURE__ */ q(M, { className: "h-5 w-5" })
432
+ icon: /* @__PURE__ */ J(M, { className: "h-5 w-5" })
432
433
  },
433
434
  {
434
435
  label: "Happy Customers",
435
436
  value: "534+",
436
- icon: /* @__PURE__ */ q(W, { className: "h-5 w-5" })
437
+ icon: /* @__PURE__ */ J(W, { className: "h-5 w-5" })
437
438
  },
438
439
  {
439
440
  label: "Orders Completed",
440
441
  value: "1,247+",
441
- icon: /* @__PURE__ */ q(y, { className: "h-5 w-5" })
442
+ icon: /* @__PURE__ */ J(y, { className: "h-5 w-5" })
442
443
  }
443
444
  ];
444
- function te() {
445
+ function ae() {
445
446
  let { navigateTo: v, currentUser: y } = e(), { t: b } = p(), [x, C] = f(""), { providers: w, orders: T, dashboardStats: E } = o(), D = u((e, t) => {
446
447
  let n = b(e);
447
448
  return n === e ? t : n;
@@ -457,7 +458,7 @@ function te() {
457
458
  worker: D("adaptercloud.home.greeting.worker", "Check your tasks and earnings"),
458
459
  investor: D("adaptercloud.home.greeting.investor", "Track your investments and returns"),
459
460
  admin: D("adaptercloud.home.greeting.admin", "Monitor and manage the platform")
460
- }, I = Y[M] ?? Y.customer, L = X(M, T.data ?? [], E.data), R = d(() => {
461
+ }, I = $[M] ?? $.customer, L = ee(M, T.data ?? [], E.data), R = d(() => {
461
462
  let e = (w.data ?? []).filter((e) => e.isOpen);
462
463
  if (x) {
463
464
  let t = x.toLowerCase();
@@ -465,79 +466,87 @@ function te() {
465
466
  }
466
467
  return e.sort((e, t) => t.rating - e.rating).slice(0, 6);
467
468
  }, [w.data, x]), V = d(() => [...T.data ?? []].sort((e, t) => new Date(t.orderDate).getTime() - new Date(e.orderDate).getTime()).slice(0, 3), [T.data]), H = {
468
- order: "text-blue-600 dark:text-blue-400",
469
- review: "text-yellow-600 dark:text-yellow-400",
470
- investment: "text-green-600 dark:text-green-400",
471
- cart: "text-purple-600 dark:text-purple-400"
469
+ order: "text-accent-blue",
470
+ review: "text-status-warning-text",
471
+ investment: "text-status-success-text",
472
+ cart: "text-accent-purple"
472
473
  }, U = (T.data ?? []).length === 0 && !T.isLoading, W = w.isLoading || T.isLoading || E.isLoading, G = w.isError || T.isError || E.isError;
473
- return W ? /* @__PURE__ */ q(n, {
474
+ return W ? /* @__PURE__ */ J(n, {
474
475
  title: D("adaptercloud.common.loading", "Loading..."),
475
- children: /* @__PURE__ */ q("div", {
476
+ children: /* @__PURE__ */ J("div", {
476
477
  className: "flex h-[60vh] items-center justify-center",
477
- children: /* @__PURE__ */ q(A, { className: "h-8 w-8 animate-spin text-primary" })
478
+ children: /* @__PURE__ */ J(A, { className: "h-8 w-8 animate-spin text-primary" })
478
479
  })
479
- }) : G ? /* @__PURE__ */ q(n, {
480
+ }) : G ? /* @__PURE__ */ J(n, {
480
481
  title: D("adaptercloud.common.error", "Error"),
481
- children: /* @__PURE__ */ J("div", {
482
+ children: /* @__PURE__ */ Y("div", {
482
483
  className: "flex h-[60vh] flex-col items-center justify-center gap-4",
483
484
  children: [
484
- /* @__PURE__ */ q(h, { className: "h-12 w-12 text-destructive" }),
485
- /* @__PURE__ */ q("h2", {
485
+ /* @__PURE__ */ J(h, { className: "h-12 w-12 text-status-error-text" }),
486
+ /* @__PURE__ */ J("h2", {
486
487
  className: "text-xl font-semibold",
487
488
  children: D("adaptercloud.common.errorLoading", "Error loading data")
488
489
  }),
489
- /* @__PURE__ */ q("p", {
490
- className: "text-muted-foreground",
490
+ /* @__PURE__ */ J("p", {
491
+ className: "text-text-secondary",
491
492
  children: D("adaptercloud.common.tryAgain", "Please try again later.")
492
493
  })
493
494
  ]
494
495
  })
495
- }) : /* @__PURE__ */ J(n, {
496
- title: `${D("adaptercloud.home.hello", "Hello")}, ${k}!`,
496
+ }) : /* @__PURE__ */ Y(n, {
497
+ hero: !0,
498
+ title: /* @__PURE__ */ Y(q, { children: [
499
+ D("adaptercloud.home.hello", "Hello"),
500
+ ",",
501
+ " ",
502
+ /* @__PURE__ */ J(Q, { children: k }),
503
+ "!"
504
+ ] }),
497
505
  description: F[M],
498
506
  children: [
499
- U && /* @__PURE__ */ q("section", {
500
- className: "mb-6 rounded-xl border border-border bg-gradient-to-r from-primary/5 via-primary/10 to-primary/5 p-6",
501
- children: /* @__PURE__ */ J("div", {
507
+ U && /* @__PURE__ */ J(X, {
508
+ className: "mb-6 p-6",
509
+ children: /* @__PURE__ */ Y("div", {
502
510
  className: "flex items-start gap-4",
503
- children: [/* @__PURE__ */ q("div", {
504
- className: "flex h-12 w-12 shrink-0 items-center justify-center rounded-full bg-primary/10",
505
- children: /* @__PURE__ */ q(z, { className: "h-6 w-6 text-primary" })
506
- }), /* @__PURE__ */ J("div", {
511
+ children: [/* @__PURE__ */ J("div", {
512
+ className: "flex h-12 w-12 shrink-0 items-center justify-center rounded-full bg-action-primary-bg/10",
513
+ children: /* @__PURE__ */ J(z, { className: "h-6 w-6 text-primary" })
514
+ }), /* @__PURE__ */ Y("div", {
507
515
  className: "flex-1",
508
516
  children: [
509
- /* @__PURE__ */ q("h2", {
510
- className: "text-lg font-semibold text-foreground",
517
+ /* @__PURE__ */ J("h2", {
518
+ className: "text-lg font-semibold text-text-primary",
511
519
  children: D("adaptercloud.home.welcomeTitle", "Welcome to AdapterCloud!")
512
520
  }),
513
- /* @__PURE__ */ q("p", {
514
- className: "mt-1 text-sm text-muted-foreground",
521
+ /* @__PURE__ */ J("p", {
522
+ className: "mt-1 text-sm text-text-secondary",
515
523
  children: D("adaptercloud.home.welcomeDescription", "Your local services marketplace. Start by exploring service providers near you or browse categories to find what you need.")
516
524
  }),
517
- /* @__PURE__ */ J("button", {
525
+ /* @__PURE__ */ Y("button", {
518
526
  type: "button",
519
527
  onClick: () => v("/customer/carts"),
520
- className: "mt-3 inline-flex items-center gap-1.5 rounded-lg bg-primary px-4 py-2 text-sm font-medium text-primary-foreground hover:bg-primary/90 transition-colors",
521
- children: [/* @__PURE__ */ q(P, { className: "h-4 w-4" }), D("adaptercloud.home.exploreServices", "Explore Services")]
528
+ className: "mt-3 inline-flex items-center gap-1.5 rounded-lg bg-action-primary-bg px-4 py-2 text-sm font-medium text-action-primary-text hover:bg-action-primary-bg/90 transition-colors",
529
+ children: [/* @__PURE__ */ J(P, { className: "h-4 w-4" }), D("adaptercloud.home.exploreServices", "Explore Services")]
522
530
  })
523
531
  ]
524
532
  })]
525
533
  })
526
534
  }),
527
- /* @__PURE__ */ q("section", {
528
- className: "mb-6 rounded-xl border border-border bg-card p-6",
529
- children: /* @__PURE__ */ J("div", {
535
+ /* @__PURE__ */ J(Z, {
536
+ treatment: "glass",
537
+ className: "mb-6 p-6",
538
+ children: /* @__PURE__ */ Y("div", {
530
539
  className: "flex flex-col gap-4 sm:flex-row sm:items-center sm:justify-between",
531
- children: [/* @__PURE__ */ J("div", { children: [
532
- /* @__PURE__ */ q("div", {
540
+ children: [/* @__PURE__ */ Y("div", { children: [
541
+ /* @__PURE__ */ J("div", {
533
542
  className: "flex items-center gap-2 mb-1",
534
- children: /* @__PURE__ */ J("span", {
535
- className: "inline-flex items-center rounded-full bg-primary/10 px-2.5 py-0.5 text-xs font-medium text-primary",
536
- children: [/* @__PURE__ */ q(_, { className: "mr-1 h-3 w-3" }), N[M]]
543
+ children: /* @__PURE__ */ Y("span", {
544
+ className: "inline-flex items-center rounded-full bg-action-primary-bg/10 px-2.5 py-0.5 text-xs font-medium text-primary",
545
+ children: [/* @__PURE__ */ J(_, { className: "mr-1 h-3 w-3" }), N[M]]
537
546
  })
538
547
  }),
539
- /* @__PURE__ */ J("h2", {
540
- className: "text-xl font-bold text-foreground",
548
+ /* @__PURE__ */ Y("h2", {
549
+ className: "text-xl font-bold text-text-primary",
541
550
  children: [
542
551
  D("adaptercloud.home.good", "Good"),
543
552
  " ",
@@ -546,30 +555,31 @@ function te() {
546
555
  k
547
556
  ]
548
557
  }),
549
- /* @__PURE__ */ q("p", {
550
- className: "mt-1 text-sm text-muted-foreground",
558
+ /* @__PURE__ */ J("p", {
559
+ className: "mt-1 text-sm text-text-secondary",
551
560
  children: F[M]
552
561
  })
553
- ] }), /* @__PURE__ */ J("div", {
562
+ ] }), /* @__PURE__ */ Y("div", {
554
563
  className: "relative w-full sm:w-72",
555
- children: [/* @__PURE__ */ q(P, { className: "absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-muted-foreground" }), /* @__PURE__ */ q("input", {
564
+ children: [/* @__PURE__ */ J(P, { className: "absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-text-secondary" }), /* @__PURE__ */ J("input", {
556
565
  type: "text",
557
566
  placeholder: D("adaptercloud.home.searchPlaceholder", "Search services, carts..."),
558
567
  value: x,
559
568
  onChange: (e) => C(e.target.value),
560
- className: "w-full rounded-lg border border-border bg-card py-2.5 pl-10 pr-3 text-sm text-foreground placeholder:text-muted-foreground focus:outline-none focus:ring-2 focus:ring-ring"
569
+ className: "w-full rounded-lg border border-border-subtle bg-bg-surface py-2.5 pl-10 pr-3 text-sm text-text-primary placeholder:text-text-secondary focus:outline-none focus:ring-2 focus:ring-[var(--color-focus-ring)]"
561
570
  })]
562
571
  })]
563
572
  })
564
573
  }),
565
- /* @__PURE__ */ J("section", {
574
+ /* @__PURE__ */ Y("section", {
566
575
  className: "mb-8",
567
- children: [/* @__PURE__ */ q("h2", {
568
- className: "text-lg font-semibold text-foreground mb-4",
576
+ children: [/* @__PURE__ */ J("h2", {
577
+ className: "text-lg font-semibold text-text-primary mb-4",
569
578
  children: D("adaptercloud.home.quickStats", "Quick Stats")
570
- }), /* @__PURE__ */ q("div", {
579
+ }), /* @__PURE__ */ J("div", {
571
580
  className: "grid grid-cols-2 gap-4 lg:grid-cols-4",
572
- children: L.map((e) => /* @__PURE__ */ q(r, {
581
+ children: L.map((e, t) => /* @__PURE__ */ J(r, {
582
+ featured: t === 0,
573
583
  icon: e.icon,
574
584
  value: e.value,
575
585
  label: e.label,
@@ -578,104 +588,105 @@ function te() {
578
588
  }, e.label))
579
589
  })]
580
590
  }),
581
- /* @__PURE__ */ J("section", {
591
+ /* @__PURE__ */ Y("section", {
582
592
  className: "mb-8",
583
- children: [/* @__PURE__ */ q("h2", {
584
- className: "text-lg font-semibold text-foreground mb-4",
593
+ children: [/* @__PURE__ */ J("h2", {
594
+ className: "text-lg font-semibold text-text-primary mb-4",
585
595
  children: D("adaptercloud.home.quickActions", "Quick Actions")
586
- }), /* @__PURE__ */ q("div", {
596
+ }), /* @__PURE__ */ J("div", {
587
597
  className: "grid grid-cols-2 gap-4 lg:grid-cols-4",
588
- children: I.map((e) => /* @__PURE__ */ J("button", {
598
+ children: I.map((e) => /* @__PURE__ */ Y("button", {
589
599
  type: "button",
590
600
  onClick: () => v(e.path),
591
- className: t("flex items-start gap-3 rounded-lg border border-border bg-card p-4 text-left shadow-sm transition-all", "hover:border-accent-foreground/20 hover:shadow-md"),
601
+ className: t("flex items-start gap-3 rounded-lg border border-border-seam bg-bg-surface p-4 text-left transition-all bg-gloss-card shadow-pop", "hover:border-accent-foreground/20 hover:shadow-md"),
592
602
  children: [
593
- /* @__PURE__ */ q("div", {
603
+ /* @__PURE__ */ J("div", {
594
604
  className: t("flex h-10 w-10 shrink-0 items-center justify-center rounded-lg", e.color),
595
605
  children: e.icon
596
606
  }),
597
- /* @__PURE__ */ J("div", {
607
+ /* @__PURE__ */ Y("div", {
598
608
  className: "min-w-0 flex-1",
599
- children: [/* @__PURE__ */ q("p", {
600
- className: "text-sm font-semibold text-foreground",
609
+ children: [/* @__PURE__ */ J("p", {
610
+ className: "text-sm font-semibold text-text-primary",
601
611
  children: e.label
602
- }), /* @__PURE__ */ q("p", {
603
- className: "mt-0.5 text-xs text-muted-foreground",
612
+ }), /* @__PURE__ */ J("p", {
613
+ className: "mt-0.5 text-xs text-text-secondary",
604
614
  children: e.description
605
615
  })]
606
616
  }),
607
- /* @__PURE__ */ q(g, { className: "h-4 w-4 text-muted-foreground shrink-0 mt-1" })
617
+ /* @__PURE__ */ J(g, { className: "h-4 w-4 text-text-secondary shrink-0 mt-1" })
608
618
  ]
609
619
  }, e.label))
610
620
  })]
611
621
  }),
612
- /* @__PURE__ */ J("section", {
622
+ /* @__PURE__ */ Y("section", {
613
623
  className: "mb-8",
614
- children: [/* @__PURE__ */ J("div", {
624
+ children: [/* @__PURE__ */ Y("div", {
615
625
  className: "flex items-center justify-between mb-4",
616
- children: [/* @__PURE__ */ q("h2", {
617
- className: "text-lg font-semibold text-foreground",
626
+ children: [/* @__PURE__ */ J("h2", {
627
+ className: "text-lg font-semibold text-text-primary",
618
628
  children: x ? D("adaptercloud.home.searchResults", "Search Results") : D("adaptercloud.home.featuredCarts", "Featured Carts")
619
- }), /* @__PURE__ */ J("button", {
629
+ }), /* @__PURE__ */ Y("button", {
620
630
  type: "button",
621
631
  onClick: () => v("/customer/carts"),
622
632
  className: "flex items-center gap-1 text-sm font-medium text-primary hover:underline",
623
633
  children: [
624
634
  D("adaptercloud.common.viewAll", "View All"),
625
635
  " ",
626
- /* @__PURE__ */ q(g, { className: "h-3.5 w-3.5" })
636
+ /* @__PURE__ */ J(g, { className: "h-3.5 w-3.5" })
627
637
  ]
628
638
  })]
629
- }), R.length === 0 ? /* @__PURE__ */ q(a, {
630
- icon: /* @__PURE__ */ q(P, { className: "h-10 w-10" }),
639
+ }), R.length === 0 ? /* @__PURE__ */ J(a, {
640
+ illustration: "empty-data",
641
+ icon: /* @__PURE__ */ J(P, { className: "h-10 w-10" }),
631
642
  title: D("adaptercloud.home.noCartsFound", "No carts found"),
632
643
  description: D("adaptercloud.home.noCartsDescription", "Try adjusting your search or browse all categories"),
633
- action: /* @__PURE__ */ q("button", {
644
+ action: /* @__PURE__ */ J("button", {
634
645
  type: "button",
635
646
  onClick: () => C(""),
636
- className: "rounded-lg border border-border px-4 py-2 text-sm font-medium text-foreground hover:bg-accent transition-colors",
647
+ className: "rounded-lg border border-border-subtle px-4 py-2 text-sm font-medium text-text-primary hover:bg-accent transition-colors",
637
648
  children: D("adaptercloud.home.clearSearch", "Clear Search")
638
649
  })
639
- }) : /* @__PURE__ */ q("div", {
650
+ }) : /* @__PURE__ */ J("div", {
640
651
  className: "grid grid-cols-1 gap-4 sm:grid-cols-2 lg:grid-cols-3",
641
- children: R.map((e) => /* @__PURE__ */ J("div", {
652
+ children: R.map((e) => /* @__PURE__ */ Y("div", {
642
653
  role: "button",
643
654
  tabIndex: 0,
644
655
  onClick: () => v(`/customer/cart/${e.id}`),
645
656
  onKeyDown: (t) => {
646
657
  (t.key === "Enter" || t.key === " ") && (t.preventDefault(), v(`/customer/cart/${e.id}`));
647
658
  },
648
- className: "rounded-lg border border-border bg-card shadow-sm overflow-hidden transition-all hover:shadow-md hover:border-accent-foreground/20 cursor-pointer focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring",
649
- children: [/* @__PURE__ */ J("div", {
650
- className: "relative h-40 bg-muted",
659
+ className: "rounded-lg border border-border-subtle bg-bg-surface shadow-sm overflow-hidden transition-all hover:shadow-md hover:border-accent-foreground/20 cursor-pointer focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-[var(--color-focus-ring)]",
660
+ children: [/* @__PURE__ */ Y("div", {
661
+ className: "relative h-40 bg-bg-sunken",
651
662
  children: [
652
- /* @__PURE__ */ q("img", {
663
+ /* @__PURE__ */ J("img", {
653
664
  src: e.image,
654
665
  alt: e.name,
655
666
  className: "h-full w-full object-cover",
656
667
  loading: "lazy"
657
668
  }),
658
- /* @__PURE__ */ q("div", {
669
+ /* @__PURE__ */ J("div", {
659
670
  className: "absolute top-2 right-2",
660
- children: /* @__PURE__ */ q(i, { status: e.isOpen ? "open" : "closed" })
671
+ children: /* @__PURE__ */ J(i, { status: e.isOpen ? "open" : "closed" })
661
672
  }),
662
- e.isVerified && /* @__PURE__ */ q("div", {
673
+ e.isVerified && /* @__PURE__ */ J("div", {
663
674
  className: "absolute top-2 left-2",
664
- children: /* @__PURE__ */ J("span", {
665
- className: "inline-flex items-center gap-1 rounded-full bg-blue-500/90 px-2 py-0.5 text-xs font-medium text-white backdrop-blur-sm",
675
+ children: /* @__PURE__ */ Y("span", {
676
+ className: "inline-flex items-center gap-1 rounded-full bg-accent-blue-subtle/90 px-2 py-0.5 text-xs font-medium text-white backdrop-blur-sm",
666
677
  children: [
667
- /* @__PURE__ */ q(_, { className: "h-3 w-3" }),
678
+ /* @__PURE__ */ J(_, { className: "h-3 w-3" }),
668
679
  " ",
669
680
  D("adaptercloud.home.verified", "Verified")
670
681
  ]
671
682
  })
672
683
  }),
673
- /* @__PURE__ */ q("div", {
684
+ /* @__PURE__ */ J("div", {
674
685
  className: "absolute bottom-2 right-2",
675
- children: /* @__PURE__ */ J("span", {
686
+ children: /* @__PURE__ */ Y("span", {
676
687
  className: "inline-flex items-center gap-1 rounded-full bg-black/60 px-2 py-0.5 text-xs text-white backdrop-blur-sm",
677
688
  children: [
678
- /* @__PURE__ */ q(S, { className: "h-3 w-3" }),
689
+ /* @__PURE__ */ J(S, { className: "h-3 w-3" }),
679
690
  " ",
680
691
  e.estimatedTime,
681
692
  " min"
@@ -683,53 +694,53 @@ function te() {
683
694
  })
684
695
  })
685
696
  ]
686
- }), /* @__PURE__ */ J("div", {
697
+ }), /* @__PURE__ */ Y("div", {
687
698
  className: "p-4",
688
699
  children: [
689
- /* @__PURE__ */ J("div", {
700
+ /* @__PURE__ */ Y("div", {
690
701
  className: "flex items-start justify-between",
691
- children: [/* @__PURE__ */ J("div", {
702
+ children: [/* @__PURE__ */ Y("div", {
692
703
  className: "min-w-0 flex-1",
693
- children: [/* @__PURE__ */ q("h3", {
694
- className: "text-base font-semibold text-foreground truncate",
704
+ children: [/* @__PURE__ */ J("h3", {
705
+ className: "text-base font-semibold text-text-primary truncate",
695
706
  children: e.name
696
- }), /* @__PURE__ */ q("p", {
697
- className: "mt-0.5 text-sm text-muted-foreground",
707
+ }), /* @__PURE__ */ J("p", {
708
+ className: "mt-0.5 text-sm text-text-secondary",
698
709
  children: e.category
699
710
  })]
700
- }), /* @__PURE__ */ J("div", {
701
- className: "flex items-center gap-1 rounded bg-green-600 px-1.5 py-0.5 ml-2 shrink-0",
702
- children: [/* @__PURE__ */ q(B, { className: "h-3 w-3 fill-white text-white" }), /* @__PURE__ */ q("span", {
711
+ }), /* @__PURE__ */ Y("div", {
712
+ className: "flex items-center gap-1 rounded bg-status-success-bg-subtle px-1.5 py-0.5 ml-2 shrink-0",
713
+ children: [/* @__PURE__ */ J(B, { className: "h-3 w-3 fill-white text-white" }), /* @__PURE__ */ J("span", {
703
714
  className: "text-xs font-bold text-white",
704
715
  children: e.rating
705
716
  })]
706
717
  })]
707
718
  }),
708
- /* @__PURE__ */ J("div", {
709
- className: "mt-3 flex items-center gap-4 text-xs text-muted-foreground",
719
+ /* @__PURE__ */ Y("div", {
720
+ className: "mt-3 flex items-center gap-4 text-xs text-text-secondary",
710
721
  children: [
711
- /* @__PURE__ */ J("span", {
722
+ /* @__PURE__ */ Y("span", {
712
723
  className: "flex items-center gap-1",
713
724
  children: [
714
- /* @__PURE__ */ q(j, { className: "h-3 w-3" }),
725
+ /* @__PURE__ */ J(j, { className: "h-3 w-3" }),
715
726
  " ",
716
727
  c(e.distance)
717
728
  ]
718
729
  }),
719
- /* @__PURE__ */ J("span", {
730
+ /* @__PURE__ */ Y("span", {
720
731
  className: "flex items-center gap-1",
721
732
  children: [
722
- /* @__PURE__ */ q(B, { className: "h-3 w-3" }),
733
+ /* @__PURE__ */ J(B, { className: "h-3 w-3" }),
723
734
  " ",
724
735
  e.totalRatings,
725
736
  " ",
726
737
  D("adaptercloud.home.reviews", "reviews")
727
738
  ]
728
739
  }),
729
- e.averageOrderValue && /* @__PURE__ */ J("span", {
740
+ e.averageOrderValue && /* @__PURE__ */ Y("span", {
730
741
  className: "flex items-center gap-1",
731
742
  children: [
732
- /* @__PURE__ */ q(O, { className: "h-3 w-3" }),
743
+ /* @__PURE__ */ J(O, { className: "h-3 w-3" }),
733
744
  " ",
734
745
  D("adaptercloud.home.average", "Avg."),
735
746
  " ",
@@ -738,10 +749,10 @@ function te() {
738
749
  })
739
750
  ]
740
751
  }),
741
- e.serviceTypes && e.serviceTypes.length > 0 && /* @__PURE__ */ q("div", {
752
+ e.serviceTypes && e.serviceTypes.length > 0 && /* @__PURE__ */ J("div", {
742
753
  className: "mt-3 flex flex-wrap gap-1.5",
743
- children: e.serviceTypes.slice(0, 3).map((e) => /* @__PURE__ */ q("span", {
744
- className: "inline-flex items-center rounded-full bg-muted px-2 py-0.5 text-xs text-muted-foreground",
754
+ children: e.serviceTypes.slice(0, 3).map((e) => /* @__PURE__ */ J("span", {
755
+ className: "inline-flex items-center rounded-full bg-bg-sunken px-2 py-0.5 text-xs text-text-secondary",
745
756
  children: e.replace(/_/g, " ")
746
757
  }, e))
747
758
  })
@@ -750,26 +761,26 @@ function te() {
750
761
  }, e.id))
751
762
  })]
752
763
  }),
753
- V.length > 0 && /* @__PURE__ */ J("section", {
764
+ V.length > 0 && /* @__PURE__ */ Y("section", {
754
765
  className: "mb-8",
755
- children: [/* @__PURE__ */ J("div", {
766
+ children: [/* @__PURE__ */ Y("div", {
756
767
  className: "flex items-center justify-between mb-4",
757
- children: [/* @__PURE__ */ q("h2", {
758
- className: "text-lg font-semibold text-foreground",
768
+ children: [/* @__PURE__ */ J("h2", {
769
+ className: "text-lg font-semibold text-text-primary",
759
770
  children: D("adaptercloud.home.recentOrders", "Recent Orders")
760
- }), /* @__PURE__ */ J("button", {
771
+ }), /* @__PURE__ */ Y("button", {
761
772
  type: "button",
762
773
  onClick: () => v("/customer/orders"),
763
774
  className: "flex items-center gap-1 text-sm font-medium text-primary hover:underline",
764
775
  children: [
765
776
  D("adaptercloud.common.viewAll", "View All"),
766
777
  " ",
767
- /* @__PURE__ */ q(g, { className: "h-3.5 w-3.5" })
778
+ /* @__PURE__ */ J(g, { className: "h-3.5 w-3.5" })
768
779
  ]
769
780
  })]
770
- }), /* @__PURE__ */ q("div", {
771
- className: "rounded-lg border border-border bg-card divide-y divide-border",
772
- children: V.map((e) => /* @__PURE__ */ J("div", {
781
+ }), /* @__PURE__ */ J("div", {
782
+ className: "rounded-lg border border-border-subtle bg-bg-surface divide-y divide-border",
783
+ children: V.map((e) => /* @__PURE__ */ Y("div", {
773
784
  role: "button",
774
785
  tabIndex: 0,
775
786
  onClick: () => v(`/customer/order/${e.id}`),
@@ -778,31 +789,31 @@ function te() {
778
789
  },
779
790
  className: "flex items-center gap-4 px-4 py-3 hover:bg-accent/50 transition-colors cursor-pointer",
780
791
  children: [
781
- /* @__PURE__ */ q("img", {
792
+ /* @__PURE__ */ J("img", {
782
793
  src: e.cartImage,
783
794
  alt: e.cartName,
784
795
  className: "h-12 w-12 rounded-lg object-cover shrink-0"
785
796
  }),
786
- /* @__PURE__ */ J("div", {
797
+ /* @__PURE__ */ Y("div", {
787
798
  className: "flex-1 min-w-0",
788
- children: [/* @__PURE__ */ J("div", {
799
+ children: [/* @__PURE__ */ Y("div", {
789
800
  className: "flex items-center gap-2",
790
- children: [/* @__PURE__ */ q("p", {
791
- className: "text-sm font-medium text-foreground truncate",
801
+ children: [/* @__PURE__ */ J("p", {
802
+ className: "text-sm font-medium text-text-primary truncate",
792
803
  children: e.cartName
793
- }), /* @__PURE__ */ q(i, { status: e.status })]
794
- }), /* @__PURE__ */ q("p", {
795
- className: "text-xs text-muted-foreground mt-0.5",
804
+ }), /* @__PURE__ */ J(i, { status: e.status })]
805
+ }), /* @__PURE__ */ J("p", {
806
+ className: "text-xs text-text-secondary mt-0.5",
796
807
  children: e.items.map((e) => e.name).join(", ")
797
808
  })]
798
809
  }),
799
- /* @__PURE__ */ J("div", {
810
+ /* @__PURE__ */ Y("div", {
800
811
  className: "text-right shrink-0",
801
- children: [/* @__PURE__ */ q("p", {
802
- className: "text-sm font-semibold text-foreground",
812
+ children: [/* @__PURE__ */ J("p", {
813
+ className: "text-sm font-semibold text-text-primary",
803
814
  children: s(e.total, { minimumFractionDigits: 0 })
804
- }), /* @__PURE__ */ q("p", {
805
- className: "text-xs text-muted-foreground",
815
+ }), /* @__PURE__ */ J("p", {
816
+ className: "text-xs text-text-secondary",
806
817
  children: l(e.orderDate)
807
818
  })]
808
819
  })
@@ -810,103 +821,103 @@ function te() {
810
821
  }, e.id))
811
822
  })]
812
823
  }),
813
- /* @__PURE__ */ J("section", {
824
+ /* @__PURE__ */ Y("section", {
814
825
  className: "mb-8",
815
- children: [/* @__PURE__ */ q("h2", {
816
- className: "text-lg font-semibold text-foreground mb-4",
826
+ children: [/* @__PURE__ */ J("h2", {
827
+ className: "text-lg font-semibold text-text-primary mb-4",
817
828
  children: D("adaptercloud.home.howItWorks", "How It Works")
818
- }), /* @__PURE__ */ q("div", {
829
+ }), /* @__PURE__ */ J("div", {
819
830
  className: "grid grid-cols-2 gap-4 lg:grid-cols-4",
820
- children: Q.map((e) => /* @__PURE__ */ J("div", {
821
- className: "relative rounded-lg border border-border bg-card p-5 text-center",
831
+ children: ne.map((e) => /* @__PURE__ */ Y("div", {
832
+ className: "relative rounded-lg border border-border-seam bg-bg-surface p-5 text-center bg-gloss-card shadow-pop",
822
833
  children: [
823
- /* @__PURE__ */ q("div", {
834
+ /* @__PURE__ */ J("div", {
824
835
  className: "absolute -top-3 left-1/2 -translate-x-1/2",
825
- children: /* @__PURE__ */ q("span", {
826
- className: "inline-flex h-6 w-6 items-center justify-center rounded-full bg-primary text-xs font-bold text-primary-foreground",
836
+ children: /* @__PURE__ */ J("span", {
837
+ className: "inline-flex h-6 w-6 items-center justify-center rounded-full bg-action-primary-bg text-xs font-bold text-action-primary-text",
827
838
  children: e.step
828
839
  })
829
840
  }),
830
- /* @__PURE__ */ q("div", {
831
- className: "mt-2 flex justify-center text-muted-foreground mb-3",
841
+ /* @__PURE__ */ J("div", {
842
+ className: "mt-2 flex justify-center text-text-secondary mb-3",
832
843
  children: e.icon
833
844
  }),
834
- /* @__PURE__ */ q("h3", {
835
- className: "text-sm font-semibold text-foreground",
845
+ /* @__PURE__ */ J("h3", {
846
+ className: "text-sm font-semibold text-text-primary",
836
847
  children: e.title
837
848
  }),
838
- /* @__PURE__ */ q("p", {
839
- className: "mt-1 text-xs text-muted-foreground",
849
+ /* @__PURE__ */ J("p", {
850
+ className: "mt-1 text-xs text-text-secondary",
840
851
  children: e.description
841
852
  })
842
853
  ]
843
854
  }, e.step))
844
855
  })]
845
856
  }),
846
- /* @__PURE__ */ J("section", {
857
+ /* @__PURE__ */ Y("section", {
847
858
  className: "mb-8",
848
- children: [/* @__PURE__ */ q("h2", {
849
- className: "text-lg font-semibold text-foreground mb-4",
859
+ children: [/* @__PURE__ */ J("h2", {
860
+ className: "text-lg font-semibold text-text-primary mb-4",
850
861
  children: D("adaptercloud.home.browseByCategory", "Browse by Category")
851
- }), /* @__PURE__ */ q("div", {
862
+ }), /* @__PURE__ */ J("div", {
852
863
  className: "grid grid-cols-3 gap-3 sm:grid-cols-4 lg:grid-cols-5",
853
- children: Z.map((e) => /* @__PURE__ */ J("button", {
864
+ children: te.map((e) => /* @__PURE__ */ Y("button", {
854
865
  type: "button",
855
866
  onClick: () => v(`/customer/carts?category=${encodeURIComponent(e.label)}`),
856
- className: "flex flex-col items-center gap-2 rounded-lg border border-border bg-card p-4 text-center hover:shadow-sm hover:border-accent-foreground/20 transition-all",
857
- children: [/* @__PURE__ */ q("div", {
867
+ className: "flex flex-col items-center gap-2 rounded-lg border border-border-seam bg-bg-surface p-4 text-center hover:shadow-sm hover:border-accent-foreground/20 transition-all bg-gloss-card shadow-pop",
868
+ children: [/* @__PURE__ */ J("div", {
858
869
  className: t("flex h-12 w-12 items-center justify-center rounded-full", e.color),
859
870
  children: e.icon
860
- }), /* @__PURE__ */ q("span", {
861
- className: "text-xs font-medium text-foreground leading-tight",
871
+ }), /* @__PURE__ */ J("span", {
872
+ className: "text-xs font-medium text-text-primary leading-tight",
862
873
  children: e.label
863
874
  })]
864
875
  }, e.label))
865
876
  })]
866
877
  }),
867
- /* @__PURE__ */ J("section", {
878
+ /* @__PURE__ */ Y("section", {
868
879
  className: "mb-8",
869
- children: [/* @__PURE__ */ q("h2", {
870
- className: "text-lg font-semibold text-foreground mb-4",
880
+ children: [/* @__PURE__ */ J("h2", {
881
+ className: "text-lg font-semibold text-text-primary mb-4",
871
882
  children: D("adaptercloud.home.platformStats", "Platform Stats")
872
- }), /* @__PURE__ */ q("div", {
883
+ }), /* @__PURE__ */ J("div", {
873
884
  className: "grid grid-cols-2 gap-4 lg:grid-cols-4",
874
- children: ee.map((e) => /* @__PURE__ */ J("div", {
875
- className: "flex items-center gap-3 rounded-lg border border-border bg-card p-4",
876
- children: [/* @__PURE__ */ q("div", {
877
- className: "flex h-10 w-10 items-center justify-center rounded-full bg-primary/10 text-primary shrink-0",
885
+ children: ie.map((e) => /* @__PURE__ */ Y("div", {
886
+ className: "flex items-center gap-3 rounded-lg border border-border-seam bg-bg-surface p-4 bg-gloss-card shadow-pop",
887
+ children: [/* @__PURE__ */ J("div", {
888
+ className: "flex h-10 w-10 items-center justify-center rounded-full bg-action-primary-bg/10 text-primary shrink-0",
878
889
  children: e.icon
879
- }), /* @__PURE__ */ J("div", { children: [/* @__PURE__ */ q("p", {
880
- className: "text-lg font-bold text-foreground",
890
+ }), /* @__PURE__ */ Y("div", { children: [/* @__PURE__ */ J("p", {
891
+ className: "text-lg font-bold text-text-primary",
881
892
  children: e.value
882
- }), /* @__PURE__ */ q("p", {
883
- className: "text-xs text-muted-foreground",
893
+ }), /* @__PURE__ */ J("p", {
894
+ className: "text-xs text-text-secondary",
884
895
  children: e.label
885
896
  })] })]
886
897
  }, e.label))
887
898
  })]
888
899
  }),
889
- /* @__PURE__ */ J("section", { children: [/* @__PURE__ */ q("h2", {
890
- className: "text-lg font-semibold text-foreground mb-4",
900
+ /* @__PURE__ */ Y("section", { children: [/* @__PURE__ */ J("h2", {
901
+ className: "text-lg font-semibold text-text-primary mb-4",
891
902
  children: D("adaptercloud.home.recentActivity", "Recent Activity")
892
- }), /* @__PURE__ */ q("div", {
893
- className: "rounded-lg border border-border bg-card divide-y divide-border",
894
- children: $.map((e) => /* @__PURE__ */ J("div", {
903
+ }), /* @__PURE__ */ J("div", {
904
+ className: "rounded-lg border border-border-subtle bg-bg-surface divide-y divide-border",
905
+ children: re.map((e) => /* @__PURE__ */ Y("div", {
895
906
  className: "flex items-center gap-3 px-4 py-3",
896
907
  children: [
897
- /* @__PURE__ */ q("div", {
898
- className: "flex h-8 w-8 shrink-0 items-center justify-center rounded-full bg-muted",
899
- children: /* @__PURE__ */ q(m, { className: t("h-4 w-4", H[e.type] ?? "text-muted-foreground") })
908
+ /* @__PURE__ */ J("div", {
909
+ className: "flex h-8 w-8 shrink-0 items-center justify-center rounded-full bg-bg-sunken",
910
+ children: /* @__PURE__ */ J(m, { className: t("h-4 w-4", H[e.type] ?? "text-text-secondary") })
900
911
  }),
901
- /* @__PURE__ */ q("div", {
912
+ /* @__PURE__ */ J("div", {
902
913
  className: "flex-1 min-w-0",
903
- children: /* @__PURE__ */ q("p", {
904
- className: "text-sm text-foreground truncate",
914
+ children: /* @__PURE__ */ J("p", {
915
+ className: "text-sm text-text-primary truncate",
905
916
  children: e.description
906
917
  })
907
918
  }),
908
- /* @__PURE__ */ q("span", {
909
- className: "text-xs text-muted-foreground whitespace-nowrap",
919
+ /* @__PURE__ */ J("span", {
920
+ className: "text-xs text-text-secondary whitespace-nowrap",
910
921
  children: e.time
911
922
  })
912
923
  ]
@@ -916,6 +927,6 @@ function te() {
916
927
  });
917
928
  }
918
929
  //#endregion
919
- export { te as HomePage };
930
+ export { ae as HomePage };
920
931
 
921
932
  //# sourceMappingURL=HomePage.js.map