@burdenoff/microfe-adaptercloud 2026.625.1 → 2026.625.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/dist/adaptercloud/components/PageLayout.js +24 -17
  2. package/dist/adaptercloud/components/PageLayout.js.map +1 -1
  3. package/dist/adaptercloud/pages/HomePage.js +18 -16
  4. package/dist/adaptercloud/pages/HomePage.js.map +1 -1
  5. package/dist/adaptercloud/pages/admin/AdminAnalyticsPage.js +90 -82
  6. package/dist/adaptercloud/pages/admin/AdminAnalyticsPage.js.map +1 -1
  7. package/dist/adaptercloud/pages/admin/AdminDashboard.js +70 -44
  8. package/dist/adaptercloud/pages/admin/AdminDashboard.js.map +1 -1
  9. package/dist/adaptercloud/pages/admin/AdminFinancialPage.js +60 -55
  10. package/dist/adaptercloud/pages/admin/AdminFinancialPage.js.map +1 -1
  11. package/dist/adaptercloud/pages/admin/AdminOrdersPage.js +97 -92
  12. package/dist/adaptercloud/pages/admin/AdminOrdersPage.js.map +1 -1
  13. package/dist/adaptercloud/pages/admin/AdminProfilePage.js +59 -57
  14. package/dist/adaptercloud/pages/admin/AdminProfilePage.js.map +1 -1
  15. package/dist/adaptercloud/pages/admin/AdminSettingsPage.js +118 -104
  16. package/dist/adaptercloud/pages/admin/AdminSettingsPage.js.map +1 -1
  17. package/dist/adaptercloud/pages/admin/CartManagementPage.js +145 -140
  18. package/dist/adaptercloud/pages/admin/CartManagementPage.js.map +1 -1
  19. package/dist/adaptercloud/pages/admin/UserManagementPage.js +152 -147
  20. package/dist/adaptercloud/pages/admin/UserManagementPage.js.map +1 -1
  21. package/dist/adaptercloud/pages/cart-owner/AnalyticsDashboard.js +87 -81
  22. package/dist/adaptercloud/pages/cart-owner/AnalyticsDashboard.js.map +1 -1
  23. package/dist/adaptercloud/pages/cart-owner/BusinessSettingsPage.js +179 -165
  24. package/dist/adaptercloud/pages/cart-owner/BusinessSettingsPage.js.map +1 -1
  25. package/dist/adaptercloud/pages/cart-owner/CartOwnerDashboard.js +73 -48
  26. package/dist/adaptercloud/pages/cart-owner/CartOwnerDashboard.js.map +1 -1
  27. package/dist/adaptercloud/pages/cart-owner/CartOwnerProfilePage.js +95 -93
  28. package/dist/adaptercloud/pages/cart-owner/CartOwnerProfilePage.js.map +1 -1
  29. package/dist/adaptercloud/pages/cart-owner/CartServiceConfigPage.js +110 -107
  30. package/dist/adaptercloud/pages/cart-owner/CartServiceConfigPage.js.map +1 -1
  31. package/dist/adaptercloud/pages/cart-owner/InventoryManagementPage.js +293 -299
  32. package/dist/adaptercloud/pages/cart-owner/InventoryManagementPage.js.map +1 -1
  33. package/dist/adaptercloud/pages/cart-owner/OrderManagementPage.js +218 -224
  34. package/dist/adaptercloud/pages/cart-owner/OrderManagementPage.js.map +1 -1
  35. package/dist/adaptercloud/pages/cart-owner/StaffManagementPage.js +122 -128
  36. package/dist/adaptercloud/pages/cart-owner/StaffManagementPage.js.map +1 -1
  37. package/dist/adaptercloud/pages/common/HelpSupportPage.js +248 -244
  38. package/dist/adaptercloud/pages/common/HelpSupportPage.js.map +1 -1
  39. package/dist/adaptercloud/pages/common/NotificationCenterPage.js +96 -91
  40. package/dist/adaptercloud/pages/common/NotificationCenterPage.js.map +1 -1
  41. package/dist/adaptercloud/pages/common/SettingsPage.js +754 -736
  42. package/dist/adaptercloud/pages/common/SettingsPage.js.map +1 -1
  43. package/dist/adaptercloud/pages/customer/BookingDetailsPage.js +63 -61
  44. package/dist/adaptercloud/pages/customer/BookingDetailsPage.js.map +1 -1
  45. package/dist/adaptercloud/pages/customer/CartDetailPage.js +110 -108
  46. package/dist/adaptercloud/pages/customer/CartDetailPage.js.map +1 -1
  47. package/dist/adaptercloud/pages/customer/CartDiscoveryPage.js +221 -217
  48. package/dist/adaptercloud/pages/customer/CartDiscoveryPage.js.map +1 -1
  49. package/dist/adaptercloud/pages/customer/CheckoutPage.js +89 -87
  50. package/dist/adaptercloud/pages/customer/CheckoutPage.js.map +1 -1
  51. package/dist/adaptercloud/pages/customer/CustomerDashboard.js +410 -381
  52. package/dist/adaptercloud/pages/customer/CustomerDashboard.js.map +1 -1
  53. package/dist/adaptercloud/pages/customer/CustomerProfilePage.js +120 -118
  54. package/dist/adaptercloud/pages/customer/CustomerProfilePage.js.map +1 -1
  55. package/dist/adaptercloud/pages/customer/DirectServiceBookingPage.js +86 -81
  56. package/dist/adaptercloud/pages/customer/DirectServiceBookingPage.js.map +1 -1
  57. package/dist/adaptercloud/pages/customer/FavoritesPage.js +53 -51
  58. package/dist/adaptercloud/pages/customer/FavoritesPage.js.map +1 -1
  59. package/dist/adaptercloud/pages/customer/OrderHistoryPage.js +114 -109
  60. package/dist/adaptercloud/pages/customer/OrderHistoryPage.js.map +1 -1
  61. package/dist/adaptercloud/pages/customer/OrderTrackingPage.js +60 -58
  62. package/dist/adaptercloud/pages/customer/OrderTrackingPage.js.map +1 -1
  63. package/dist/adaptercloud/pages/customer/PaymentMethodsPage.js +87 -72
  64. package/dist/adaptercloud/pages/customer/PaymentMethodsPage.js.map +1 -1
  65. package/dist/adaptercloud/pages/customer/ReviewsPage.js +65 -63
  66. package/dist/adaptercloud/pages/customer/ReviewsPage.js.map +1 -1
  67. package/dist/adaptercloud/pages/customer/SavedAddressesPage.js +68 -53
  68. package/dist/adaptercloud/pages/customer/SavedAddressesPage.js.map +1 -1
  69. package/dist/adaptercloud/pages/investor/InvestmentDetailsPage.js +63 -61
  70. package/dist/adaptercloud/pages/investor/InvestmentDetailsPage.js.map +1 -1
  71. package/dist/adaptercloud/pages/investor/InvestmentOpportunitiesPage.js +86 -84
  72. package/dist/adaptercloud/pages/investor/InvestmentOpportunitiesPage.js.map +1 -1
  73. package/dist/adaptercloud/pages/investor/InvestorAnalyticsPage.js +57 -55
  74. package/dist/adaptercloud/pages/investor/InvestorAnalyticsPage.js.map +1 -1
  75. package/dist/adaptercloud/pages/investor/InvestorDashboard.js +341 -308
  76. package/dist/adaptercloud/pages/investor/InvestorDashboard.js.map +1 -1
  77. package/dist/adaptercloud/pages/investor/InvestorInvestmentsPage.js +34 -32
  78. package/dist/adaptercloud/pages/investor/InvestorInvestmentsPage.js.map +1 -1
  79. package/dist/adaptercloud/pages/investor/InvestorPortfolioPage.js +48 -46
  80. package/dist/adaptercloud/pages/investor/InvestorPortfolioPage.js.map +1 -1
  81. package/dist/adaptercloud/pages/investor/InvestorProfilePage.js +383 -381
  82. package/dist/adaptercloud/pages/investor/InvestorProfilePage.js.map +1 -1
  83. package/dist/adaptercloud/pages/worker/TaskDetailsPage.js +348 -319
  84. package/dist/adaptercloud/pages/worker/TaskDetailsPage.js.map +1 -1
  85. package/dist/adaptercloud/pages/worker/WorkerDashboard.js +84 -59
  86. package/dist/adaptercloud/pages/worker/WorkerDashboard.js.map +1 -1
  87. package/dist/adaptercloud/pages/worker/WorkerOrdersPage.js +73 -71
  88. package/dist/adaptercloud/pages/worker/WorkerOrdersPage.js.map +1 -1
  89. package/dist/adaptercloud/pages/worker/WorkerProfilePage.js +76 -74
  90. package/dist/adaptercloud/pages/worker/WorkerProfilePage.js.map +1 -1
  91. package/dist/adaptercloud/pages/worker/WorkerSchedulePage.js +70 -68
  92. package/dist/adaptercloud/pages/worker/WorkerSchedulePage.js.map +1 -1
  93. package/package.json +3 -3
@@ -6,8 +6,9 @@ import { formatCurrency as i, formatNumber as a } from "../../utils/formatters.j
6
6
  import { useCallback as o, useEffect as s, useMemo as c, useState as l } from "react";
7
7
  import { CheckCircle2 as u, Eye as d, FileText as f, IndianRupee as p, MapPin as m, Search as h, Star as g, X as _ } from "lucide-react";
8
8
  import { jsx as v, jsxs as y } from "react/jsx-runtime";
9
+ import { EmphasisPanel as b } from "@burdenoff/fe-libs/ui";
9
10
  //#region src/adaptercloud/pages/investor/InvestmentOpportunitiesPage.tsx
10
- var b = [
11
+ var x = [
11
12
  {
12
13
  id: "opp-001",
13
14
  cartId: "cart-005",
@@ -216,13 +217,13 @@ var b = [
216
217
  }],
217
218
  status: "active"
218
219
  }
219
- ], x = {
220
+ ], S = {
220
221
  totalOpportunities: 24,
221
222
  averageReturns: 21.5,
222
223
  totalFunded: 156e5,
223
224
  successRate: 89
224
225
  };
225
- function S(e) {
226
+ function C(e) {
226
227
  switch (e) {
227
228
  case "low": return "bg-status-success-bg-subtle/20 text-status-success-text";
228
229
  case "medium": return "bg-status-warning-bg-subtle/20 text-status-warning-text";
@@ -230,7 +231,7 @@ function S(e) {
230
231
  default: return "bg-secondary text-secondary-foreground";
231
232
  }
232
233
  }
233
- function C(e) {
234
+ function w(e) {
234
235
  switch (e) {
235
236
  case "low": return "Low Risk";
236
237
  case "medium": return "Medium Risk";
@@ -238,11 +239,11 @@ function C(e) {
238
239
  default: return e;
239
240
  }
240
241
  }
241
- function w(e, t) {
242
+ function T(e, t) {
242
243
  return t > 0 ? Math.min(e / t * 100, 100) : 0;
243
244
  }
244
- function T() {
245
- let { navigateTo: T } = e(), [E, D] = l(!0), [O, k] = l(null), [A, j] = l(!1), [M, N] = l(""), [P, F] = l("idle"), [I, L] = l({
245
+ function E() {
246
+ let { navigateTo: E } = e(), [D, O] = l(!0), [k, A] = l(null), [j, M] = l(!1), [N, P] = l(""), [F, I] = l("idle"), [L, R] = l({
246
247
  searchQuery: "",
247
248
  category: "",
248
249
  riskLevel: "",
@@ -251,25 +252,25 @@ function T() {
251
252
  sortBy: "featured"
252
253
  });
253
254
  s(() => {
254
- let e = setTimeout(() => D(!1), 600);
255
+ let e = setTimeout(() => O(!1), 600);
255
256
  return () => clearTimeout(e);
256
257
  }, []);
257
- let R = o((e, t) => {
258
- L((n) => ({
258
+ let z = o((e, t) => {
259
+ R((n) => ({
259
260
  ...n,
260
261
  [e]: t
261
262
  }));
262
- }, []), z = c(() => {
263
- let e = [...b];
264
- if (I.searchQuery.trim()) {
265
- let t = I.searchQuery.toLowerCase();
263
+ }, []), B = c(() => {
264
+ let e = [...x];
265
+ if (L.searchQuery.trim()) {
266
+ let t = L.searchQuery.toLowerCase();
266
267
  e = e.filter((e) => e.cartName.toLowerCase().includes(t) || e.description.toLowerCase().includes(t) || e.category.toLowerCase().includes(t));
267
268
  }
268
- if (I.category && (e = e.filter((e) => e.category === I.category)), I.riskLevel && (e = e.filter((e) => e.riskLevel === I.riskLevel)), I.location && (e = e.filter((e) => e.location.includes(I.location))), I.minimumAmount) {
269
- let t = parseInt(I.minimumAmount, 10);
269
+ if (L.category && (e = e.filter((e) => e.category === L.category)), L.riskLevel && (e = e.filter((e) => e.riskLevel === L.riskLevel)), L.location && (e = e.filter((e) => e.location.includes(L.location))), L.minimumAmount) {
270
+ let t = parseInt(L.minimumAmount, 10);
270
271
  e = e.filter((e) => e.minimumInvestment <= t);
271
272
  }
272
- switch (I.sortBy) {
273
+ switch (L.sortBy) {
273
274
  case "returns":
274
275
  e.sort((e, t) => t.expectedReturns - e.expectedReturns);
275
276
  break;
@@ -285,30 +286,30 @@ function T() {
285
286
  default: break;
286
287
  }
287
288
  return e;
288
- }, [I]), B = o(() => {
289
- if (!O || !M) return;
290
- let e = parseInt(M, 10);
289
+ }, [L]), V = o(() => {
290
+ if (!k || !N) return;
291
+ let e = parseInt(N, 10);
291
292
  if (!isNaN(e)) {
292
- if (e < O.minimumInvestment) {
293
- F("error");
293
+ if (e < k.minimumInvestment) {
294
+ I("error");
294
295
  return;
295
296
  }
296
- if (e > O.maximumInvestment) {
297
- F("error");
297
+ if (e > k.maximumInvestment) {
298
+ I("error");
298
299
  return;
299
300
  }
300
- F("success"), setTimeout(() => {
301
- j(!1), N(""), F("idle"), T("/investor/portfolio");
301
+ I("success"), setTimeout(() => {
302
+ M(!1), P(""), I("idle"), E("/investor/portfolio");
302
303
  }, 1500);
303
304
  }
304
305
  }, [
305
- O,
306
- M,
307
- T
308
- ]), V = o((e) => {
309
- k(e), N(""), F("idle"), j(!0);
306
+ k,
307
+ N,
308
+ E
309
+ ]), H = o((e) => {
310
+ A(e), P(""), I("idle"), M(!0);
310
311
  }, []);
311
- return E ? /* @__PURE__ */ v(n, {
312
+ return D ? /* @__PURE__ */ v(n, {
312
313
  title: "Investment Opportunities",
313
314
  description: "Loading opportunities...",
314
315
  children: /* @__PURE__ */ v("div", {
@@ -324,12 +325,13 @@ function T() {
324
325
  }) : /* @__PURE__ */ y(n, {
325
326
  title: "Investment Opportunities",
326
327
  description: "Discover and invest in growing local businesses",
328
+ purpose: "Browse carts that are raising funds to grow — compare their projected returns, funding progress, and risk, then back the ones you believe in. This is where you find your next investment.",
327
329
  actions: /* @__PURE__ */ y("span", {
328
330
  className: "text-sm text-text-secondary",
329
- children: [z.length, " opportunities"]
331
+ children: [B.length, " opportunities"]
330
332
  }),
331
333
  children: [
332
- /* @__PURE__ */ y("div", {
334
+ /* @__PURE__ */ v(b, { children: /* @__PURE__ */ y("div", {
333
335
  className: "grid grid-cols-2 gap-3 sm:gap-4 lg:grid-cols-4",
334
336
  children: [
335
337
  /* @__PURE__ */ y("div", {
@@ -339,7 +341,7 @@ function T() {
339
341
  children: "Active Opportunities"
340
342
  }), /* @__PURE__ */ v("p", {
341
343
  className: "text-lg font-bold text-text-primary sm:text-2xl",
342
- children: x.totalOpportunities
344
+ children: S.totalOpportunities
343
345
  })]
344
346
  }),
345
347
  /* @__PURE__ */ y("div", {
@@ -349,7 +351,7 @@ function T() {
349
351
  children: "Average Returns"
350
352
  }), /* @__PURE__ */ y("p", {
351
353
  className: "text-lg font-bold text-status-success-text sm:text-2xl",
352
- children: [x.averageReturns, "%"]
354
+ children: [S.averageReturns, "%"]
353
355
  })]
354
356
  }),
355
357
  /* @__PURE__ */ y("div", {
@@ -359,7 +361,7 @@ function T() {
359
361
  children: "Total Funded"
360
362
  }), /* @__PURE__ */ v("p", {
361
363
  className: "text-lg font-bold text-text-primary sm:text-2xl",
362
- children: i(x.totalFunded, {
364
+ children: i(S.totalFunded, {
363
365
  minimumFractionDigits: 0,
364
366
  notation: "compact"
365
367
  })
@@ -372,11 +374,11 @@ function T() {
372
374
  children: "Success Rate"
373
375
  }), /* @__PURE__ */ y("p", {
374
376
  className: "text-lg font-bold text-text-primary sm:text-2xl",
375
- children: [x.successRate, "%"]
377
+ children: [S.successRate, "%"]
376
378
  })]
377
379
  })
378
380
  ]
379
- }),
381
+ }) }),
380
382
  /* @__PURE__ */ v("div", {
381
383
  className: "mt-6 rounded-lg border border-border-seam bg-bg-surface p-4 sm:p-6 bg-gloss-card shadow-pop",
382
384
  children: /* @__PURE__ */ y("div", {
@@ -387,14 +389,14 @@ function T() {
387
389
  children: [/* @__PURE__ */ v(h, { className: "absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-text-secondary" }), /* @__PURE__ */ v("input", {
388
390
  type: "text",
389
391
  placeholder: "Search opportunities...",
390
- value: I.searchQuery,
391
- onChange: (e) => R("searchQuery", e.target.value),
392
+ value: L.searchQuery,
393
+ onChange: (e) => z("searchQuery", e.target.value),
392
394
  className: "w-full rounded-lg border border-border-subtle bg-bg-surface py-2 pl-10 pr-4 text-sm text-text-primary placeholder:text-text-secondary focus:outline-none focus:ring-2 focus:ring-[var(--color-focus-ring)]"
393
395
  })]
394
396
  }),
395
397
  /* @__PURE__ */ y("select", {
396
- value: I.category,
397
- onChange: (e) => R("category", e.target.value),
398
+ value: L.category,
399
+ onChange: (e) => z("category", e.target.value),
398
400
  className: "rounded-lg border border-border-subtle bg-bg-surface px-3 py-2 text-sm text-text-primary focus:outline-none focus:ring-2 focus:ring-[var(--color-focus-ring)]",
399
401
  children: [
400
402
  /* @__PURE__ */ v("option", {
@@ -424,8 +426,8 @@ function T() {
424
426
  ]
425
427
  }),
426
428
  /* @__PURE__ */ y("select", {
427
- value: I.riskLevel,
428
- onChange: (e) => R("riskLevel", e.target.value),
429
+ value: L.riskLevel,
430
+ onChange: (e) => z("riskLevel", e.target.value),
429
431
  className: "rounded-lg border border-border-subtle bg-bg-surface px-3 py-2 text-sm text-text-primary focus:outline-none focus:ring-2 focus:ring-[var(--color-focus-ring)]",
430
432
  children: [
431
433
  /* @__PURE__ */ v("option", {
@@ -447,8 +449,8 @@ function T() {
447
449
  ]
448
450
  }),
449
451
  /* @__PURE__ */ y("select", {
450
- value: I.minimumAmount,
451
- onChange: (e) => R("minimumAmount", e.target.value),
452
+ value: L.minimumAmount,
453
+ onChange: (e) => z("minimumAmount", e.target.value),
452
454
  className: "rounded-lg border border-border-subtle bg-bg-surface px-3 py-2 text-sm text-text-primary focus:outline-none focus:ring-2 focus:ring-[var(--color-focus-ring)]",
453
455
  children: [
454
456
  /* @__PURE__ */ v("option", {
@@ -474,8 +476,8 @@ function T() {
474
476
  ]
475
477
  }),
476
478
  /* @__PURE__ */ y("select", {
477
- value: I.location,
478
- onChange: (e) => R("location", e.target.value),
479
+ value: L.location,
480
+ onChange: (e) => z("location", e.target.value),
479
481
  className: "rounded-lg border border-border-subtle bg-bg-surface px-3 py-2 text-sm text-text-primary focus:outline-none focus:ring-2 focus:ring-[var(--color-focus-ring)]",
480
482
  children: [
481
483
  /* @__PURE__ */ v("option", {
@@ -501,8 +503,8 @@ function T() {
501
503
  ]
502
504
  }),
503
505
  /* @__PURE__ */ y("select", {
504
- value: I.sortBy,
505
- onChange: (e) => R("sortBy", e.target.value),
506
+ value: L.sortBy,
507
+ onChange: (e) => z("sortBy", e.target.value),
506
508
  className: "rounded-lg border border-border-subtle bg-bg-surface px-3 py-2 text-sm text-text-primary focus:outline-none focus:ring-2 focus:ring-[var(--color-focus-ring)]",
507
509
  children: [
508
510
  /* @__PURE__ */ v("option", {
@@ -530,7 +532,7 @@ function T() {
530
532
  ]
531
533
  })
532
534
  }),
533
- z.length === 0 ? /* @__PURE__ */ v("div", {
535
+ B.length === 0 ? /* @__PURE__ */ v("div", {
534
536
  className: "mt-6",
535
537
  children: /* @__PURE__ */ v(r, {
536
538
  illustration: "empty-search",
@@ -539,7 +541,7 @@ function T() {
539
541
  description: "Try adjusting your filters to find more opportunities",
540
542
  action: /* @__PURE__ */ v("button", {
541
543
  type: "button",
542
- onClick: () => L({
544
+ onClick: () => R({
543
545
  searchQuery: "",
544
546
  category: "",
545
547
  riskLevel: "",
@@ -553,8 +555,8 @@ function T() {
553
555
  })
554
556
  }) : /* @__PURE__ */ v("div", {
555
557
  className: "mt-6 grid grid-cols-1 gap-4 lg:grid-cols-2",
556
- children: z.map((e) => {
557
- let n = w(e.raisedAmount, e.targetAmount);
558
+ children: B.map((e) => {
559
+ let n = T(e.raisedAmount, e.targetAmount);
558
560
  return /* @__PURE__ */ y("div", {
559
561
  className: "rounded-lg border border-border-subtle bg-bg-surface shadow-sm hover:shadow-md transition-shadow",
560
562
  children: [/* @__PURE__ */ y("div", {
@@ -600,8 +602,8 @@ function T() {
600
602
  className: "text-xs text-text-secondary sm:text-sm",
601
603
  children: e.category
602
604
  }), /* @__PURE__ */ v("span", {
603
- className: t("rounded-full px-2 py-0.5 text-xs font-medium", S(e.riskLevel)),
604
- children: C(e.riskLevel)
605
+ className: t("rounded-full px-2 py-0.5 text-xs font-medium", C(e.riskLevel)),
606
+ children: w(e.riskLevel)
605
607
  })]
606
608
  })
607
609
  ]
@@ -745,13 +747,13 @@ function T() {
745
747
  className: "flex flex-col gap-2 sm:flex-row sm:gap-3",
746
748
  children: [/* @__PURE__ */ v("button", {
747
749
  type: "button",
748
- onClick: () => V(e),
750
+ onClick: () => H(e),
749
751
  disabled: e.status === "funded",
750
752
  className: t("flex-1 rounded-lg px-4 py-2.5 text-sm font-medium transition-colors", e.status === "funded" ? "cursor-not-allowed bg-bg-sunken text-text-secondary" : "bg-action-primary-bg text-action-primary-text hover:bg-action-primary-bg/90"),
751
753
  children: e.status === "funded" ? "Fully Funded" : "Invest Now"
752
754
  }), /* @__PURE__ */ y("button", {
753
755
  type: "button",
754
- onClick: () => T(`/investor/opportunities/${e.id}`),
756
+ onClick: () => E(`/investor/opportunities/${e.id}`),
755
757
  className: "flex flex-1 items-center justify-center gap-2 rounded-lg border border-border-subtle px-4 py-2.5 text-sm font-medium text-text-primary hover:bg-accent transition-colors",
756
758
  children: [/* @__PURE__ */ v(d, { className: "h-4 w-4" }), "View Details"]
757
759
  })]
@@ -761,7 +763,7 @@ function T() {
761
763
  }, e.id);
762
764
  })
763
765
  }),
764
- A && O && /* @__PURE__ */ v("div", {
766
+ j && k && /* @__PURE__ */ v("div", {
765
767
  className: "fixed inset-0 z-50 flex items-center justify-center bg-black/50 p-4",
766
768
  children: /* @__PURE__ */ y("div", {
767
769
  className: "relative max-h-[90vh] w-full max-w-md overflow-y-auto rounded-lg border border-border-seam bg-bg-surface p-4 sm:p-6 bg-gloss-card shadow-pop",
@@ -769,16 +771,16 @@ function T() {
769
771
  /* @__PURE__ */ v("button", {
770
772
  type: "button",
771
773
  onClick: () => {
772
- j(!1), N(""), F("idle");
774
+ M(!1), P(""), I("idle");
773
775
  },
774
776
  className: "absolute right-3 top-3 rounded-lg p-1 text-text-secondary hover:bg-accent transition-colors",
775
777
  children: /* @__PURE__ */ v(_, { className: "h-5 w-5" })
776
778
  }),
777
779
  /* @__PURE__ */ y("h3", {
778
780
  className: "mb-4 text-base font-semibold text-text-primary sm:text-lg",
779
- children: ["Invest in ", O.cartName]
781
+ children: ["Invest in ", k.cartName]
780
782
  }),
781
- P === "success" ? /* @__PURE__ */ y("div", {
783
+ F === "success" ? /* @__PURE__ */ y("div", {
782
784
  className: "py-8 text-center",
783
785
  children: [
784
786
  /* @__PURE__ */ v(u, { className: "mx-auto mb-3 h-12 w-12 text-status-success-text" }),
@@ -800,11 +802,11 @@ function T() {
800
802
  }), /* @__PURE__ */ y("p", {
801
803
  className: "text-sm font-medium text-text-primary sm:text-base",
802
804
  children: [
803
- i(O.minimumInvestment, { minimumFractionDigits: 0 }),
805
+ i(k.minimumInvestment, { minimumFractionDigits: 0 }),
804
806
  " ",
805
807
  "-",
806
808
  " ",
807
- i(O.maximumInvestment, { minimumFractionDigits: 0 })
809
+ i(k.maximumInvestment, { minimumFractionDigits: 0 })
808
810
  ]
809
811
  })] }),
810
812
  /* @__PURE__ */ y("div", { children: [
@@ -816,28 +818,28 @@ function T() {
816
818
  className: "relative",
817
819
  children: [/* @__PURE__ */ v(p, { className: "absolute left-3 top-1/2 h-4 w-4 -translate-y-1/2 text-text-secondary" }), /* @__PURE__ */ v("input", {
818
820
  type: "number",
819
- value: M,
821
+ value: N,
820
822
  onChange: (e) => {
821
- N(e.target.value), F("idle");
823
+ P(e.target.value), I("idle");
822
824
  },
823
825
  placeholder: "Enter amount",
824
826
  className: "w-full rounded-lg border border-border-subtle bg-bg-surface py-2 pl-10 pr-4 text-sm text-text-primary placeholder:text-text-secondary focus:outline-none focus:ring-2 focus:ring-[var(--color-focus-ring)]"
825
827
  })]
826
828
  }),
827
- P === "error" && /* @__PURE__ */ y("p", {
829
+ F === "error" && /* @__PURE__ */ y("p", {
828
830
  className: "mt-1 text-xs text-status-error-text",
829
831
  children: [
830
832
  "Amount must be between",
831
833
  " ",
832
- i(O.minimumInvestment, { minimumFractionDigits: 0 }),
834
+ i(k.minimumInvestment, { minimumFractionDigits: 0 }),
833
835
  " ",
834
836
  "and",
835
837
  " ",
836
- i(O.maximumInvestment, { minimumFractionDigits: 0 })
838
+ i(k.maximumInvestment, { minimumFractionDigits: 0 })
837
839
  ]
838
840
  })
839
841
  ] }),
840
- M && !isNaN(parseInt(M, 10)) && parseInt(M, 10) > 0 && /* @__PURE__ */ y("div", {
842
+ N && !isNaN(parseInt(N, 10)) && parseInt(N, 10) > 0 && /* @__PURE__ */ y("div", {
841
843
  className: "rounded-lg border border-border-subtle bg-bg-sunken/50 p-3 sm:p-4",
842
844
  children: [/* @__PURE__ */ v("p", {
843
845
  className: "mb-2 text-xs text-text-secondary sm:text-sm",
@@ -852,7 +854,7 @@ function T() {
852
854
  children: "Investment:"
853
855
  }), /* @__PURE__ */ v("span", {
854
856
  className: "text-xs font-medium text-text-primary sm:text-sm",
855
- children: i(parseInt(M, 10), { minimumFractionDigits: 0 })
857
+ children: i(parseInt(N, 10), { minimumFractionDigits: 0 })
856
858
  })]
857
859
  }),
858
860
  /* @__PURE__ */ y("div", {
@@ -861,12 +863,12 @@ function T() {
861
863
  className: "text-xs text-text-primary sm:text-sm",
862
864
  children: [
863
865
  "Expected Return (",
864
- O.expectedReturns,
866
+ k.expectedReturns,
865
867
  "%):"
866
868
  ]
867
869
  }), /* @__PURE__ */ y("span", {
868
870
  className: "text-xs font-medium text-status-success-text sm:text-sm",
869
- children: ["+", i(parseInt(M, 10) * O.expectedReturns / 100, { minimumFractionDigits: 0 })]
871
+ children: ["+", i(parseInt(N, 10) * k.expectedReturns / 100, { minimumFractionDigits: 0 })]
870
872
  })]
871
873
  }),
872
874
  /* @__PURE__ */ y("div", {
@@ -876,7 +878,7 @@ function T() {
876
878
  children: "Total Value:"
877
879
  }), /* @__PURE__ */ v("span", {
878
880
  className: "text-xs font-bold text-text-primary sm:text-sm",
879
- children: i(parseInt(M, 10) * (1 + O.expectedReturns / 100), { minimumFractionDigits: 0 })
881
+ children: i(parseInt(N, 10) * (1 + k.expectedReturns / 100), { minimumFractionDigits: 0 })
880
882
  })]
881
883
  })
882
884
  ]
@@ -888,24 +890,24 @@ function T() {
888
890
  /* @__PURE__ */ y("p", { children: [
889
891
  "• Minimum lock-in period:",
890
892
  " ",
891
- O.investmentTerms.lockInPeriod,
893
+ k.investmentTerms.lockInPeriod,
892
894
  " months"
893
895
  ] }),
894
896
  /* @__PURE__ */ y("p", { children: [
895
897
  "• Dividend frequency:",
896
898
  " ",
897
- O.investmentTerms.dividendFrequency
899
+ k.investmentTerms.dividendFrequency
898
900
  ] }),
899
901
  /* @__PURE__ */ y("p", { children: [
900
902
  "• Your equity stake:",
901
903
  " ",
902
- ((parseInt(M, 10) || 0) / O.targetAmount * O.investmentTerms.equityOffered).toFixed(2),
904
+ ((parseInt(N, 10) || 0) / k.targetAmount * k.investmentTerms.equityOffered).toFixed(2),
903
905
  "%"
904
906
  ] }),
905
907
  /* @__PURE__ */ y("p", { children: [
906
908
  "• Exit options:",
907
909
  " ",
908
- O.investmentTerms.exitOptions.join(", ")
910
+ k.investmentTerms.exitOptions.join(", ")
909
911
  ] })
910
912
  ]
911
913
  }),
@@ -914,15 +916,15 @@ function T() {
914
916
  children: [/* @__PURE__ */ v("button", {
915
917
  type: "button",
916
918
  onClick: () => {
917
- j(!1), N(""), F("idle");
919
+ M(!1), P(""), I("idle");
918
920
  },
919
921
  className: "flex-1 rounded-lg border border-border-subtle px-4 py-2.5 text-sm font-medium text-text-primary hover:bg-accent transition-colors",
920
922
  children: "Cancel"
921
923
  }), /* @__PURE__ */ v("button", {
922
924
  type: "button",
923
- onClick: B,
924
- disabled: !M || isNaN(parseInt(M, 10)) || parseInt(M, 10) < O.minimumInvestment,
925
- className: t("flex-1 rounded-lg px-4 py-2.5 text-sm font-medium transition-colors", !M || isNaN(parseInt(M, 10)) || parseInt(M, 10) < O.minimumInvestment ? "cursor-not-allowed bg-bg-sunken text-text-secondary" : "bg-action-primary-bg text-action-primary-text hover:bg-action-primary-bg/90"),
925
+ onClick: V,
926
+ disabled: !N || isNaN(parseInt(N, 10)) || parseInt(N, 10) < k.minimumInvestment,
927
+ className: t("flex-1 rounded-lg px-4 py-2.5 text-sm font-medium transition-colors", !N || isNaN(parseInt(N, 10)) || parseInt(N, 10) < k.minimumInvestment ? "cursor-not-allowed bg-bg-sunken text-text-secondary" : "bg-action-primary-bg text-action-primary-text hover:bg-action-primary-bg/90"),
926
928
  children: "Confirm Investment"
927
929
  })]
928
930
  })
@@ -935,6 +937,6 @@ function T() {
935
937
  });
936
938
  }
937
939
  //#endregion
938
- export { T as InvestmentOpportunitiesPage };
940
+ export { E as InvestmentOpportunitiesPage };
939
941
 
940
942
  //# sourceMappingURL=InvestmentOpportunitiesPage.js.map