@mieweb/ui 0.3.0-dev.102 → 0.3.0-dev.103

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.
package/dist/index.cjs CHANGED
@@ -39,7 +39,7 @@ var chunkFQ3UCZUX_cjs = require('./chunk-FQ3UCZUX.cjs');
39
39
  var chunk4FALCEJI_cjs = require('./chunk-4FALCEJI.cjs');
40
40
  var chunkBWYYA3LQ_cjs = require('./chunk-BWYYA3LQ.cjs');
41
41
  var chunkA2QVQF54_cjs = require('./chunk-A2QVQF54.cjs');
42
- var chunkYDWWG4A2_cjs = require('./chunk-YDWWG4A2.cjs');
42
+ var chunkPTJMBSPV_cjs = require('./chunk-PTJMBSPV.cjs');
43
43
  var chunkDFCZPVG4_cjs = require('./chunk-DFCZPVG4.cjs');
44
44
  var chunk4ZU53GNR_cjs = require('./chunk-4ZU53GNR.cjs');
45
45
  var chunkFSBFQBNE_cjs = require('./chunk-FSBFQBNE.cjs');
@@ -52,7 +52,7 @@ require('./chunk-74K3RRU7.cjs');
52
52
  var chunkCW75IKA6_cjs = require('./chunk-CW75IKA6.cjs');
53
53
  var chunkL7YQBSEL_cjs = require('./chunk-L7YQBSEL.cjs');
54
54
  var chunkSCV7C55E_cjs = require('./chunk-SCV7C55E.cjs');
55
- var chunkE35GUUTC_cjs = require('./chunk-E35GUUTC.cjs');
55
+ var chunkQJ2NURTX_cjs = require('./chunk-QJ2NURTX.cjs');
56
56
  var chunkWGPMTW36_cjs = require('./chunk-WGPMTW36.cjs');
57
57
  var chunkOR5DRJCW_cjs = require('./chunk-OR5DRJCW.cjs');
58
58
  var React48 = require('react');
@@ -11016,7 +11016,7 @@ var DashboardWidget = React48__namespace.forwardRef(
11016
11016
  ...props
11017
11017
  }, ref) => {
11018
11018
  return /* @__PURE__ */ jsxRuntime.jsxs(
11019
- chunkYDWWG4A2_cjs.Card,
11019
+ chunkPTJMBSPV_cjs.Card,
11020
11020
  {
11021
11021
  ref,
11022
11022
  padding: "none",
@@ -11026,7 +11026,7 @@ var DashboardWidget = React48__namespace.forwardRef(
11026
11026
  ...props,
11027
11027
  children: [
11028
11028
  /* @__PURE__ */ jsxRuntime.jsxs(
11029
- chunkYDWWG4A2_cjs.CardHeader,
11029
+ chunkPTJMBSPV_cjs.CardHeader,
11030
11030
  {
11031
11031
  "data-slot": "dashboard-widget-header",
11032
11032
  className: chunkOR5DRJCW_cjs.cn(
@@ -11072,7 +11072,7 @@ var DashboardWidget = React48__namespace.forwardRef(
11072
11072
  }
11073
11073
  ),
11074
11074
  /* @__PURE__ */ jsxRuntime.jsx(
11075
- chunkYDWWG4A2_cjs.CardContent,
11075
+ chunkPTJMBSPV_cjs.CardContent,
11076
11076
  {
11077
11077
  "data-slot": "dashboard-widget-body",
11078
11078
  className: chunkOR5DRJCW_cjs.cn("px-4 py-3", accent && "pl-6"),
@@ -13871,9 +13871,9 @@ function ClaimProviderForm({
13871
13871
  onSubmit?.(formData);
13872
13872
  };
13873
13873
  const isValid = formData.firstName.trim() && formData.lastName.trim() && formData.email.trim() && formData.role && formData.agreedToTerms;
13874
- return /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { className, children: [
13875
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardHeader, { children: [
13876
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { "data-slot": "claim-form-title", className: "text-lg", children: "Claim Provider Listing" }),
13874
+ return /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { className, children: [
13875
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardHeader, { children: [
13876
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { "data-slot": "claim-form-title", className: "text-lg", children: "Claim Provider Listing" }),
13877
13877
  providerName && /* @__PURE__ */ jsxRuntime.jsxs(
13878
13878
  "div",
13879
13879
  {
@@ -13900,7 +13900,7 @@ function ClaimProviderForm({
13900
13900
  }
13901
13901
  )
13902
13902
  ] }),
13903
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardContent, { children: /* @__PURE__ */ jsxRuntime.jsxs(
13903
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardContent, { children: /* @__PURE__ */ jsxRuntime.jsxs(
13904
13904
  "form",
13905
13905
  {
13906
13906
  onSubmit: handleSubmit,
@@ -15862,9 +15862,9 @@ function EmployerContactCard({
15862
15862
  className = ""
15863
15863
  }) {
15864
15864
  if (isLoading) {
15865
- return /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { "data-slot": "employer-contact-card", className, children: [
15866
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { "data-slot": "employer-contact-header", children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { children: title }) }),
15867
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardContent, { children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-3", children: [1, 2].map((i) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex animate-pulse items-center gap-3", children: [
15865
+ return /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { "data-slot": "employer-contact-card", className, children: [
15866
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { "data-slot": "employer-contact-header", children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { children: title }) }),
15867
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardContent, { children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-3", children: [1, 2].map((i) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex animate-pulse items-center gap-3", children: [
15868
15868
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-10 w-10 rounded-full bg-gray-200 dark:bg-gray-700" }),
15869
15869
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex-1 space-y-2", children: [
15870
15870
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "h-4 w-24 rounded bg-gray-200 dark:bg-gray-700" }),
@@ -15873,14 +15873,14 @@ function EmployerContactCard({
15873
15873
  ] }, i)) }) })
15874
15874
  ] });
15875
15875
  }
15876
- return /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { "data-slot": "employer-contact-card", className, children: [
15876
+ return /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { "data-slot": "employer-contact-card", className, children: [
15877
15877
  /* @__PURE__ */ jsxRuntime.jsxs(
15878
- chunkYDWWG4A2_cjs.CardHeader,
15878
+ chunkPTJMBSPV_cjs.CardHeader,
15879
15879
  {
15880
15880
  "data-slot": "employer-contact-header",
15881
15881
  className: "flex flex-row items-center justify-between",
15882
15882
  children: [
15883
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { children: title }),
15883
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { children: title }),
15884
15884
  showActions && onAddContact && /* @__PURE__ */ jsxRuntime.jsxs(chunkA2QVQF54_cjs.Button, { variant: "ghost", size: "sm", onClick: onAddContact, children: [
15885
15885
  /* @__PURE__ */ jsxRuntime.jsx(
15886
15886
  "svg",
@@ -15906,7 +15906,7 @@ function EmployerContactCard({
15906
15906
  ]
15907
15907
  }
15908
15908
  ),
15909
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardContent, { children: contacts.length === 0 ? /* @__PURE__ */ jsxRuntime.jsxs("div", { "data-slot": "employer-contact-empty", className: "py-6 text-center", children: [
15909
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardContent, { children: contacts.length === 0 ? /* @__PURE__ */ jsxRuntime.jsxs("div", { "data-slot": "employer-contact-empty", className: "py-6 text-center", children: [
15910
15910
  /* @__PURE__ */ jsxRuntime.jsx(
15911
15911
  "svg",
15912
15912
  {
@@ -16298,19 +16298,19 @@ function EmployerPricingCard({
16298
16298
  return "Any quantity";
16299
16299
  };
16300
16300
  return /* @__PURE__ */ jsxRuntime.jsxs(
16301
- chunkYDWWG4A2_cjs.Card,
16301
+ chunkPTJMBSPV_cjs.Card,
16302
16302
  {
16303
16303
  "data-slot": "employer-pricing-card",
16304
16304
  className: `${className} ${!isActive ? "opacity-60" : ""}`,
16305
16305
  children: [
16306
16306
  /* @__PURE__ */ jsxRuntime.jsxs(
16307
- chunkYDWWG4A2_cjs.CardHeader,
16307
+ chunkPTJMBSPV_cjs.CardHeader,
16308
16308
  {
16309
16309
  "data-slot": "employer-pricing-header",
16310
16310
  className: "flex flex-row items-start justify-between space-y-0 pb-2",
16311
16311
  children: [
16312
16312
  /* @__PURE__ */ jsxRuntime.jsxs("div", { "data-slot": "employer-pricing-title", className: "flex-1", children: [
16313
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { className: "text-base font-semibold", children: serviceName }),
16313
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { className: "text-base font-semibold", children: serviceName }),
16314
16314
  !isActive && /* @__PURE__ */ jsxRuntime.jsx(chunk4FALCEJI_cjs.Badge, { variant: "secondary", className: "mt-1", children: "Inactive" })
16315
16315
  ] }),
16316
16316
  /* @__PURE__ */ jsxRuntime.jsxs("div", { "data-slot": "employer-pricing-base-price", className: "text-right", children: [
@@ -16320,7 +16320,7 @@ function EmployerPricingCard({
16320
16320
  ]
16321
16321
  }
16322
16322
  ),
16323
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardContent, { className: "pt-0", children: [
16323
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardContent, { className: "pt-0", children: [
16324
16324
  tiers.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs("div", { "data-slot": "employer-pricing-tiers", className: "mt-3 space-y-2", children: [
16325
16325
  /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-muted-foreground text-xs font-medium tracking-wide uppercase", children: "Volume Pricing" }),
16326
16326
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-1", children: tiers.map((tier) => /* @__PURE__ */ jsxRuntime.jsxs(
@@ -16462,7 +16462,7 @@ function EmployerView({
16462
16462
  );
16463
16463
  }
16464
16464
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { "data-slot": "employer-view", className: `space-y-6 ${className}`, children: [
16465
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.Card, { "data-slot": "employer-view-header-card", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardContent, { "data-slot": "employer-view-header", className: "p-6", children: [
16465
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.Card, { "data-slot": "employer-view-header-card", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardContent, { "data-slot": "employer-view-header", className: "p-6", children: [
16466
16466
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col justify-between gap-4 md:flex-row md:items-center", children: [
16467
16467
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-4", children: [
16468
16468
  employer.logoUrl ? /* @__PURE__ */ jsxRuntime.jsx(
@@ -16545,9 +16545,9 @@ function EmployerView({
16545
16545
  /* @__PURE__ */ jsxRuntime.jsx(chunkQASIWBXU_cjs.TabsTrigger, { value: "contacts", children: "Contacts" })
16546
16546
  ] }),
16547
16547
  /* @__PURE__ */ jsxRuntime.jsx(chunkQASIWBXU_cjs.TabsContent, { value: "overview", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid gap-6 md:grid-cols-2", children: [
16548
- employer.address && /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { "data-slot": "employer-view-address-card", children: [
16549
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { className: "text-lg", children: "Address" }) }),
16550
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardContent, { children: /* @__PURE__ */ jsxRuntime.jsxs("address", { className: "text-gray-700 not-italic dark:text-gray-300", children: [
16548
+ employer.address && /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { "data-slot": "employer-view-address-card", children: [
16549
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { className: "text-lg", children: "Address" }) }),
16550
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardContent, { children: /* @__PURE__ */ jsxRuntime.jsxs("address", { className: "text-gray-700 not-italic dark:text-gray-300", children: [
16551
16551
  employer.address.street,
16552
16552
  employer.address.street2 && /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
16553
16553
  /* @__PURE__ */ jsxRuntime.jsx("br", {}),
@@ -16561,9 +16561,9 @@ function EmployerView({
16561
16561
  employer.address.zip
16562
16562
  ] }) })
16563
16563
  ] }),
16564
- employer.contacts.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { "data-slot": "employer-view-contact-card", children: [
16565
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { className: "text-lg", children: "Primary Contact" }) }),
16566
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardContent, { children: (() => {
16564
+ employer.contacts.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { "data-slot": "employer-view-contact-card", children: [
16565
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { className: "text-lg", children: "Primary Contact" }) }),
16566
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardContent, { children: (() => {
16567
16567
  const primary = employer.contacts.find((c) => c.isPrimary) || employer.contacts[0];
16568
16568
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-3", children: [
16569
16569
  /* @__PURE__ */ jsxRuntime.jsx(chunkFQ3UCZUX_cjs.Avatar, { name: primary.name, size: "md" }),
@@ -16585,12 +16585,12 @@ function EmployerView({
16585
16585
  })() })
16586
16586
  ] })
16587
16587
  ] }) }),
16588
- /* @__PURE__ */ jsxRuntime.jsx(chunkQASIWBXU_cjs.TabsContent, { value: "orders", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { "data-slot": "employer-view-orders-card", children: [
16589
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardHeader, { className: "flex flex-row items-center justify-between", children: [
16590
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { className: "text-lg", children: "Recent Orders" }),
16588
+ /* @__PURE__ */ jsxRuntime.jsx(chunkQASIWBXU_cjs.TabsContent, { value: "orders", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { "data-slot": "employer-view-orders-card", children: [
16589
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardHeader, { className: "flex flex-row items-center justify-between", children: [
16590
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { className: "text-lg", children: "Recent Orders" }),
16591
16591
  onCreateOrder && /* @__PURE__ */ jsxRuntime.jsx(chunkA2QVQF54_cjs.Button, { size: "sm", onClick: onCreateOrder, children: "New Order" })
16592
16592
  ] }),
16593
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardContent, { children: employer.recentOrders.length === 0 ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-muted-foreground py-8 text-center", children: "No orders yet" }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-3", children: employer.recentOrders.map((order) => /* @__PURE__ */ jsxRuntime.jsxs(
16593
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardContent, { children: employer.recentOrders.length === 0 ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-muted-foreground py-8 text-center", children: "No orders yet" }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-3", children: employer.recentOrders.map((order) => /* @__PURE__ */ jsxRuntime.jsxs(
16594
16594
  "div",
16595
16595
  {
16596
16596
  "data-slot": "employer-view-order-row",
@@ -16619,12 +16619,12 @@ function EmployerView({
16619
16619
  order.id
16620
16620
  )) }) })
16621
16621
  ] }) }),
16622
- /* @__PURE__ */ jsxRuntime.jsx(chunkQASIWBXU_cjs.TabsContent, { value: "invoices", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { "data-slot": "employer-view-invoices-card", children: [
16623
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardHeader, { className: "flex flex-row items-center justify-between", children: [
16624
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { className: "text-lg", children: "Recent Invoices" }),
16622
+ /* @__PURE__ */ jsxRuntime.jsx(chunkQASIWBXU_cjs.TabsContent, { value: "invoices", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { "data-slot": "employer-view-invoices-card", children: [
16623
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardHeader, { className: "flex flex-row items-center justify-between", children: [
16624
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { className: "text-lg", children: "Recent Invoices" }),
16625
16625
  onCreateInvoice && /* @__PURE__ */ jsxRuntime.jsx(chunkA2QVQF54_cjs.Button, { size: "sm", onClick: onCreateInvoice, children: "New Invoice" })
16626
16626
  ] }),
16627
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardContent, { children: employer.recentInvoices.length === 0 ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-muted-foreground py-8 text-center", children: "No invoices yet" }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-3", children: employer.recentInvoices.map((invoice) => /* @__PURE__ */ jsxRuntime.jsxs(
16627
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardContent, { children: employer.recentInvoices.length === 0 ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-muted-foreground py-8 text-center", children: "No invoices yet" }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-3", children: employer.recentInvoices.map((invoice) => /* @__PURE__ */ jsxRuntime.jsxs(
16628
16628
  "div",
16629
16629
  {
16630
16630
  "data-slot": "employer-view-invoice-row",
@@ -16655,9 +16655,9 @@ function EmployerView({
16655
16655
  invoice.id
16656
16656
  )) }) })
16657
16657
  ] }) }),
16658
- /* @__PURE__ */ jsxRuntime.jsx(chunkQASIWBXU_cjs.TabsContent, { value: "contacts", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { "data-slot": "employer-view-contacts-card", children: [
16659
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { className: "text-lg", children: "All Contacts" }) }),
16660
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardContent, { children: employer.contacts.length === 0 ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-muted-foreground py-8 text-center", children: "No contacts added" }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-4", children: employer.contacts.map((contact) => /* @__PURE__ */ jsxRuntime.jsxs(
16658
+ /* @__PURE__ */ jsxRuntime.jsx(chunkQASIWBXU_cjs.TabsContent, { value: "contacts", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { "data-slot": "employer-view-contacts-card", children: [
16659
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { className: "text-lg", children: "All Contacts" }) }),
16660
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardContent, { children: employer.contacts.length === 0 ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-muted-foreground py-8 text-center", children: "No contacts added" }) : /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-4", children: employer.contacts.map((contact) => /* @__PURE__ */ jsxRuntime.jsxs(
16661
16661
  "div",
16662
16662
  {
16663
16663
  "data-slot": "employer-view-contact-row",
@@ -17122,7 +17122,7 @@ function ErrorPage({
17122
17122
  displayCode && /* @__PURE__ */ jsxRuntime.jsx(
17123
17123
  "div",
17124
17124
  {
17125
- className: "dark:text-muted-foreground mb-4 text-6xl font-bold text-gray-300 sm:text-8xl",
17125
+ className: "text-muted-foreground mb-4 text-6xl font-bold sm:text-8xl",
17126
17126
  "data-slot": "error-page-code",
17127
17127
  children: displayCode
17128
17128
  }
@@ -17307,7 +17307,7 @@ function ActionButton({ label, onClick, href, variant }) {
17307
17307
  );
17308
17308
  }
17309
17309
  function DefaultIllustration({ type }) {
17310
- const iconClasses = "h-24 w-24 text-gray-300 dark:text-muted-foreground";
17310
+ const iconClasses = "h-24 w-24 text-muted-foreground";
17311
17311
  switch (type) {
17312
17312
  case "404":
17313
17313
  return /* @__PURE__ */ jsxRuntime.jsx(Search404Icon, { className: iconClasses });
@@ -17620,7 +17620,7 @@ function FileManager({
17620
17620
  };
17621
17621
  return /* @__PURE__ */ jsxRuntime.jsxs("div", { "data-slot": "file-manager", className, children: [
17622
17622
  showDropzone && /* @__PURE__ */ jsxRuntime.jsx(
17623
- chunkYDWWG4A2_cjs.Card,
17623
+ chunkPTJMBSPV_cjs.Card,
17624
17624
  {
17625
17625
  "data-slot": "file-manager-dropzone",
17626
17626
  className: `mb-4 cursor-pointer border-2 border-dashed transition-all duration-200 ${isDragging ? "border-blue-500 bg-blue-50 dark:bg-blue-900/20" : "border-gray-300 hover:border-gray-400 dark:border-gray-600 dark:hover:border-gray-500"} `.trim(),
@@ -18072,9 +18072,9 @@ function HelpSupportPanel({
18072
18072
  ),
18073
18073
  /* @__PURE__ */ jsxRuntime.jsxs("div", { "data-slot": "help-support-grid", className: "grid gap-6 md:grid-cols-3", children: [
18074
18074
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4 md:col-span-2", children: [
18075
- faqs.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { "data-slot": "help-support-faq-card", children: [
18076
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { className: "text-lg", children: "Frequently Asked Questions" }) }),
18077
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardContent, { className: "space-y-4", children: [
18075
+ faqs.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { "data-slot": "help-support-faq-card", children: [
18076
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { className: "text-lg", children: "Frequently Asked Questions" }) }),
18077
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardContent, { className: "space-y-4", children: [
18078
18078
  /* @__PURE__ */ jsxRuntime.jsx(
18079
18079
  chunkMSRU3XBH_cjs.Input,
18080
18080
  {
@@ -18127,9 +18127,9 @@ function HelpSupportPanel({
18127
18127
  )) })
18128
18128
  ] })
18129
18129
  ] }),
18130
- onSubmitRequest && /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { "data-slot": "help-support-form-card", children: [
18131
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { className: "text-lg", children: "Contact Support" }) }),
18132
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardContent, { children: [
18130
+ onSubmitRequest && /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { "data-slot": "help-support-form-card", children: [
18131
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { className: "text-lg", children: "Contact Support" }) }),
18132
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardContent, { children: [
18133
18133
  showSuccess && successMessage && /* @__PURE__ */ jsxRuntime.jsx(
18134
18134
  "div",
18135
18135
  {
@@ -18216,9 +18216,9 @@ function HelpSupportPanel({
18216
18216
  ] })
18217
18217
  ] }),
18218
18218
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
18219
- contacts.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { "data-slot": "help-support-contacts-card", children: [
18220
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { className: "text-lg", children: "Contact Us" }) }),
18221
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardContent, { className: "space-y-4", children: contacts.map((contact, index) => /* @__PURE__ */ jsxRuntime.jsxs(
18219
+ contacts.length > 0 && /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { "data-slot": "help-support-contacts-card", children: [
18220
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { className: "text-lg", children: "Contact Us" }) }),
18221
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardContent, { className: "space-y-4", children: contacts.map((contact, index) => /* @__PURE__ */ jsxRuntime.jsxs(
18222
18222
  "div",
18223
18223
  {
18224
18224
  "data-slot": "help-support-contact-item",
@@ -18249,9 +18249,9 @@ function HelpSupportPanel({
18249
18249
  index
18250
18250
  )) })
18251
18251
  ] }),
18252
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { "data-slot": "help-support-links-card", children: [
18253
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { className: "text-lg", children: "Quick Links" }) }),
18254
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardContent, { className: "space-y-2", children: [
18252
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { "data-slot": "help-support-links-card", children: [
18253
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { className: "text-lg", children: "Quick Links" }) }),
18254
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardContent, { className: "space-y-2", children: [
18255
18255
  /* @__PURE__ */ jsxRuntime.jsxs(
18256
18256
  "button",
18257
18257
  {
@@ -19571,11 +19571,11 @@ function InvoicePaymentPage({
19571
19571
  "data-slot": "invoice-payment",
19572
19572
  className: `flex min-h-screen items-center justify-center bg-gray-50 p-4 dark:bg-gray-900 ${className}`,
19573
19573
  children: /* @__PURE__ */ jsxRuntime.jsx(
19574
- chunkYDWWG4A2_cjs.Card,
19574
+ chunkPTJMBSPV_cjs.Card,
19575
19575
  {
19576
19576
  "data-slot": "invoice-payment-not-found",
19577
19577
  className: "w-full max-w-md text-center",
19578
- children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardContent, { className: "py-12", children: [
19578
+ children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardContent, { className: "py-12", children: [
19579
19579
  /* @__PURE__ */ jsxRuntime.jsx(
19580
19580
  "svg",
19581
19581
  {
@@ -19610,11 +19610,11 @@ function InvoicePaymentPage({
19610
19610
  "data-slot": "invoice-payment",
19611
19611
  className: `flex min-h-screen items-center justify-center bg-gray-50 p-4 dark:bg-gray-900 ${className}`,
19612
19612
  children: /* @__PURE__ */ jsxRuntime.jsx(
19613
- chunkYDWWG4A2_cjs.Card,
19613
+ chunkPTJMBSPV_cjs.Card,
19614
19614
  {
19615
19615
  "data-slot": "invoice-payment-success",
19616
19616
  className: "w-full max-w-md text-center",
19617
- children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardContent, { className: "py-12", children: [
19617
+ children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardContent, { className: "py-12", children: [
19618
19618
  /* @__PURE__ */ jsxRuntime.jsx(
19619
19619
  "div",
19620
19620
  {
@@ -19680,15 +19680,15 @@ function InvoicePaymentPage({
19680
19680
  "data-slot": "invoice-payment-grid",
19681
19681
  className: "grid gap-6 lg:grid-cols-2",
19682
19682
  children: [
19683
- /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { "data-slot": "invoice-payment-summary", children: [
19684
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between", children: [
19685
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardTitle, { children: [
19683
+ /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { "data-slot": "invoice-payment-summary", children: [
19684
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between", children: [
19685
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardTitle, { children: [
19686
19686
  "Invoice ",
19687
19687
  invoice.invoiceNumber
19688
19688
  ] }),
19689
19689
  /* @__PURE__ */ jsxRuntime.jsx(chunk4FALCEJI_cjs.Badge, { variant: getStatusVariant(invoice.status), children: invoice.status })
19690
19690
  ] }) }),
19691
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardContent, { className: "space-y-4", children: [
19691
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardContent, { className: "space-y-4", children: [
19692
19692
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "text-muted-foreground space-y-1 text-sm", children: [
19693
19693
  /* @__PURE__ */ jsxRuntime.jsxs("p", { children: [
19694
19694
  "Issued: ",
@@ -19749,9 +19749,9 @@ function InvoicePaymentPage({
19749
19749
  )
19750
19750
  ] })
19751
19751
  ] }) }),
19752
- /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { "data-slot": "invoice-payment-form", children: [
19753
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { children: "Payment Details" }) }),
19754
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardContent, { children: /* @__PURE__ */ jsxRuntime.jsxs("form", { onSubmit: handleSubmit, className: "space-y-4", children: [
19752
+ /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { "data-slot": "invoice-payment-form", children: [
19753
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { children: "Payment Details" }) }),
19754
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardContent, { children: /* @__PURE__ */ jsxRuntime.jsxs("form", { onSubmit: handleSubmit, className: "space-y-4", children: [
19755
19755
  errorMessage && /* @__PURE__ */ jsxRuntime.jsx(
19756
19756
  "div",
19757
19757
  {
@@ -20132,11 +20132,11 @@ function InvoiceView({
20132
20132
  }
20133
20133
  ),
20134
20134
  /* @__PURE__ */ jsxRuntime.jsx(
20135
- chunkYDWWG4A2_cjs.Card,
20135
+ chunkPTJMBSPV_cjs.Card,
20136
20136
  {
20137
20137
  "data-slot": "invoice-view-card",
20138
20138
  className: "print:border-0 print:shadow-none",
20139
- children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardContent, { className: "p-6 sm:p-8", children: [
20139
+ children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardContent, { className: "p-6 sm:p-8", children: [
20140
20140
  /* @__PURE__ */ jsxRuntime.jsxs(
20141
20141
  "div",
20142
20142
  {
@@ -21975,7 +21975,7 @@ function NotificationCenter({
21975
21975
  role: "button",
21976
21976
  tabIndex: 0,
21977
21977
  "data-slot": "notification-center-item",
21978
- className: `cursor-pointer px-4 py-3 transition-colors hover:bg-gray-50 dark:hover:bg-gray-800 ${!notification.isRead ? "bg-blue-50/50 dark:bg-blue-900/10" : ""}`,
21978
+ className: `group cursor-pointer px-4 py-3 transition-colors hover:bg-gray-50 dark:hover:bg-gray-800 ${!notification.isRead ? "bg-blue-50/50 dark:bg-blue-900/10" : ""}`,
21979
21979
  onClick: () => {
21980
21980
  if (onNotificationClick) {
21981
21981
  onNotificationClick(notification);
@@ -22071,7 +22071,7 @@ function NotificationCenter({
22071
22071
  {
22072
22072
  variant: "ghost",
22073
22073
  size: "sm",
22074
- className: "h-auto p-1 text-xs opacity-0 group-hover:opacity-100",
22074
+ className: "h-auto p-1 text-xs opacity-0 group-hover:opacity-100 focus:opacity-100",
22075
22075
  "aria-label": "Dismiss notification",
22076
22076
  onClick: (e) => {
22077
22077
  e.stopPropagation();
@@ -22535,7 +22535,7 @@ function OrderCard({
22535
22535
  }
22536
22536
  };
22537
22537
  return /* @__PURE__ */ jsxRuntime.jsx(
22538
- chunkYDWWG4A2_cjs.Card,
22538
+ chunkPTJMBSPV_cjs.Card,
22539
22539
  {
22540
22540
  className: `transition-all duration-200 ${onClick ? "cursor-pointer hover:shadow-md" : ""} ${selected ? "ring-primary ring-2" : ""} ${className} `.trim(),
22541
22541
  onClick: onClick ? handleCardClick : void 0,
@@ -22754,7 +22754,7 @@ function OrderConfirmationWizard({
22754
22754
  )
22755
22755
  ] }, stepNum);
22756
22756
  }) }) }),
22757
- /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "ocw-summary-card", children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.Card, { className: "mb-6", children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardContent, { className: "p-4", children: /* @__PURE__ */ jsxRuntime.jsxs(
22757
+ /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "ocw-summary-card", children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.Card, { className: "mb-6", children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardContent, { className: "p-4", children: /* @__PURE__ */ jsxRuntime.jsxs(
22758
22758
  "div",
22759
22759
  {
22760
22760
  className: "flex items-center justify-between",
@@ -22782,7 +22782,7 @@ function OrderConfirmationWizard({
22782
22782
  ]
22783
22783
  }
22784
22784
  ) }) }) }),
22785
- /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "ocw-step-card", children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.Card, { className: "mb-6", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardContent, { className: "p-6", "data-slot": "ocw-step-content", children: [
22785
+ /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "ocw-step-card", children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.Card, { className: "mb-6", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardContent, { className: "p-6", "data-slot": "ocw-step-content", children: [
22786
22786
  step === 1 && /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-6", "data-slot": "ocw-step-body", children: [
22787
22787
  /* @__PURE__ */ jsxRuntime.jsx(
22788
22788
  "h3",
@@ -26118,7 +26118,7 @@ function ProductVersion({
26118
26118
  name,
26119
26119
  " ",
26120
26120
  versionDisplay,
26121
- build && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "ml-1 opacity-60", children: [
26121
+ build && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "ml-1", children: [
26122
26122
  "(",
26123
26123
  build,
26124
26124
  ")"
@@ -26149,7 +26149,7 @@ function ProductVersion({
26149
26149
  }
26150
26150
  )
26151
26151
  ] }),
26152
- build && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-muted-foreground opacity-60", children: [
26152
+ build && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-muted-foreground", children: [
26153
26153
  "Build: ",
26154
26154
  build
26155
26155
  ] }),
@@ -26166,7 +26166,7 @@ function ProductVersion({
26166
26166
  children: [
26167
26167
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "font-medium", children: name }),
26168
26168
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-muted-foreground", children: versionDisplay }),
26169
- build && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-muted-foreground opacity-60", children: [
26169
+ build && /* @__PURE__ */ jsxRuntime.jsxs("span", { className: "text-muted-foreground", children: [
26170
26170
  "(",
26171
26171
  build,
26172
26172
  ")"
@@ -26183,7 +26183,7 @@ function ProductVersion({
26183
26183
  }
26184
26184
  ),
26185
26185
  (author || copyright) && /* @__PURE__ */ jsxRuntime.jsxs(jsxRuntime.Fragment, { children: [
26186
- /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-muted-foreground/50", children: "\u2022" }),
26186
+ /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-muted-foreground", children: "\u2022" }),
26187
26187
  /* @__PURE__ */ jsxRuntime.jsx("span", { className: "text-muted-foreground", children: copyrightText })
26188
26188
  ] })
26189
26189
  ]
@@ -27961,9 +27961,9 @@ function ProviderOverview({
27961
27961
  ]
27962
27962
  }
27963
27963
  ),
27964
- quickActions.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "provider-overview-actions", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { children: [
27965
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { children: "Quick Actions" }) }),
27966
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardContent, { children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "grid grid-cols-2 gap-2 sm:grid-cols-4", children: quickActions.map((action) => /* @__PURE__ */ jsxRuntime.jsxs(
27964
+ quickActions.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "provider-overview-actions", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { children: [
27965
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { children: "Quick Actions" }) }),
27966
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardContent, { children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "grid grid-cols-2 gap-2 sm:grid-cols-4", children: quickActions.map((action) => /* @__PURE__ */ jsxRuntime.jsxs(
27967
27967
  "button",
27968
27968
  {
27969
27969
  onClick: () => {
@@ -27997,9 +27997,9 @@ function ProviderOverview({
27997
27997
  action.id
27998
27998
  )) }) })
27999
27999
  ] }) }),
28000
- recentActivity.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "provider-overview-activity", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { children: [
28001
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { children: "Recent Activity" }) }),
28002
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardContent, { children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-3", children: recentActivity.map((activity) => /* @__PURE__ */ jsxRuntime.jsxs(
28000
+ recentActivity.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "provider-overview-activity", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { children: [
28001
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { children: "Recent Activity" }) }),
28002
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardContent, { children: /* @__PURE__ */ jsxRuntime.jsx("div", { className: "space-y-3", children: recentActivity.map((activity) => /* @__PURE__ */ jsxRuntime.jsxs(
28003
28003
  "div",
28004
28004
  {
28005
28005
  role: onActivityClick ? "button" : void 0,
@@ -29601,9 +29601,9 @@ function ProviderSettings({
29601
29601
  /* @__PURE__ */ jsxRuntime.jsx(chunkQASIWBXU_cjs.TabsTrigger, { value: "payments", children: "Payments" })
29602
29602
  ] }),
29603
29603
  /* @__PURE__ */ jsxRuntime.jsx(chunkQASIWBXU_cjs.TabsContent, { value: "general", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid gap-6 md:grid-cols-2", children: [
29604
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { children: [
29605
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { as: "h2", className: "text-lg", children: "Basic Information" }) }),
29606
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardContent, { className: "space-y-4", children: [
29604
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { children: [
29605
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { as: "h2", className: "text-lg", children: "Basic Information" }) }),
29606
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardContent, { className: "space-y-4", children: [
29607
29607
  /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
29608
29608
  /* @__PURE__ */ jsxRuntime.jsx(
29609
29609
  "label",
@@ -29681,9 +29681,9 @@ function ProviderSettings({
29681
29681
  ] })
29682
29682
  ] })
29683
29683
  ] }),
29684
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { children: [
29685
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { as: "h2", className: "text-lg", children: "Contact Information" }) }),
29686
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardContent, { className: "space-y-4", children: [
29684
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { children: [
29685
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { as: "h2", className: "text-lg", children: "Contact Information" }) }),
29686
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardContent, { className: "space-y-4", children: [
29687
29687
  /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
29688
29688
  /* @__PURE__ */ jsxRuntime.jsx(
29689
29689
  "label",
@@ -29743,9 +29743,9 @@ function ProviderSettings({
29743
29743
  ] })
29744
29744
  ] })
29745
29745
  ] }),
29746
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { className: "md:col-span-2", children: [
29747
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { as: "h2", className: "text-lg", children: "Address" }) }),
29748
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardContent, { className: "space-y-4", children: [
29746
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { className: "md:col-span-2", children: [
29747
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { as: "h2", className: "text-lg", children: "Address" }) }),
29748
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardContent, { className: "space-y-4", children: [
29749
29749
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid gap-4 md:grid-cols-2", children: [
29750
29750
  /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
29751
29751
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -29861,9 +29861,9 @@ function ProviderSettings({
29861
29861
  ] })
29862
29862
  ] })
29863
29863
  ] }) }),
29864
- /* @__PURE__ */ jsxRuntime.jsx(chunkQASIWBXU_cjs.TabsContent, { value: "notifications", children: /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "provider-settings-notifications", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { children: [
29865
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { as: "h2", className: "text-lg", children: "Notification Preferences" }) }),
29866
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardContent, { className: "space-y-6", children: [
29864
+ /* @__PURE__ */ jsxRuntime.jsx(chunkQASIWBXU_cjs.TabsContent, { value: "notifications", children: /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "provider-settings-notifications", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { children: [
29865
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { as: "h2", className: "text-lg", children: "Notification Preferences" }) }),
29866
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardContent, { className: "space-y-6", children: [
29867
29867
  /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
29868
29868
  /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-4 font-medium text-gray-900 dark:text-white", children: "Email Notifications" }),
29869
29869
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
@@ -29946,9 +29946,9 @@ function ProviderSettings({
29946
29946
  ] })
29947
29947
  ] })
29948
29948
  ] }) }) }),
29949
- /* @__PURE__ */ jsxRuntime.jsx(chunkQASIWBXU_cjs.TabsContent, { value: "scheduling", children: /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "provider-settings-scheduling", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { children: [
29950
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { as: "h2", className: "text-lg", children: "Scheduling Settings" }) }),
29951
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardContent, { className: "space-y-6", children: [
29949
+ /* @__PURE__ */ jsxRuntime.jsx(chunkQASIWBXU_cjs.TabsContent, { value: "scheduling", children: /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "provider-settings-scheduling", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { children: [
29950
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { as: "h2", className: "text-lg", children: "Scheduling Settings" }) }),
29951
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardContent, { className: "space-y-6", children: [
29952
29952
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "space-y-4", children: [
29953
29953
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between", children: [
29954
29954
  /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
@@ -30031,9 +30031,9 @@ function ProviderSettings({
30031
30031
  ] })
30032
30032
  ] })
30033
30033
  ] }) }) }),
30034
- /* @__PURE__ */ jsxRuntime.jsx(chunkQASIWBXU_cjs.TabsContent, { value: "payments", children: /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "provider-settings-payments", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { children: [
30035
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { as: "h2", className: "text-lg", children: "Payment Settings" }) }),
30036
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardContent, { className: "space-y-6", children: [
30034
+ /* @__PURE__ */ jsxRuntime.jsx(chunkQASIWBXU_cjs.TabsContent, { value: "payments", children: /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "provider-settings-payments", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { children: [
30035
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { as: "h2", className: "text-lg", children: "Payment Settings" }) }),
30036
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardContent, { className: "space-y-6", children: [
30037
30037
  /* @__PURE__ */ jsxRuntime.jsxs("div", { children: [
30038
30038
  /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "mb-4 font-medium text-gray-900 dark:text-white", children: "Accepted Payment Methods" }),
30039
30039
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "grid gap-4 sm:grid-cols-2", children: [
@@ -30387,9 +30387,9 @@ function QuickLinksCard({
30387
30387
  3: "grid-cols-3",
30388
30388
  4: "grid-cols-4"
30389
30389
  }[columns];
30390
- return /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { className, children: [
30391
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { className: "pb-3", children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { className: "text-base", children: title }) }),
30392
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardContent, { className: "pt-0", children: /* @__PURE__ */ jsxRuntime.jsx(
30390
+ return /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { className, children: [
30391
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { className: "pb-3", children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { className: "text-base", children: title }) }),
30392
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardContent, { className: "pt-0", children: /* @__PURE__ */ jsxRuntime.jsx(
30393
30393
  "div",
30394
30394
  {
30395
30395
  "data-slot": "quick-links-list",
@@ -31308,7 +31308,7 @@ function ReportDashboard({
31308
31308
  {
31309
31309
  "data-slot": "report-dashboard-metrics",
31310
31310
  className: "grid grid-cols-2 gap-4 md:grid-cols-4",
31311
- children: metrics.map((metric, index) => /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.Card, { children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardContent, { className: "p-4", children: [
31311
+ children: metrics.map((metric, index) => /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.Card, { children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardContent, { className: "p-4", children: [
31312
31312
  /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-muted-foreground text-sm", children: metric.label }),
31313
31313
  /* @__PURE__ */ jsxRuntime.jsx("p", { className: "mt-1 text-2xl font-bold text-gray-900 dark:text-white", children: typeof metric.value === "number" ? metric.label.toLowerCase().includes("revenue") || metric.label.toLowerCase().includes("amount") ? formatCurrency3(metric.value) : formatNumber(metric.value) : metric.value }),
31314
31314
  (metric.change !== void 0 || metric.changeLabel) && /* @__PURE__ */ jsxRuntime.jsxs(
@@ -31327,9 +31327,9 @@ function ReportDashboard({
31327
31327
  ] }) }, index))
31328
31328
  }
31329
31329
  ),
31330
- chartData.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "report-dashboard-chart", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { children: [
31331
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { as: "h2", className: "text-lg", children: "Order Volume" }) }),
31332
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardContent, { children: [
31330
+ chartData.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "report-dashboard-chart", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { children: [
31331
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { as: "h2", className: "text-lg", children: "Order Volume" }) }),
31332
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardContent, { children: [
31333
31333
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex h-48 items-end gap-1", children: chartData.map((point, index) => /* @__PURE__ */ jsxRuntime.jsxs(
31334
31334
  "div",
31335
31335
  {
@@ -31380,9 +31380,9 @@ function ReportDashboard({
31380
31380
  "data-slot": "report-dashboard-top-lists",
31381
31381
  className: "grid gap-6 md:grid-cols-2",
31382
31382
  children: [
31383
- topServices.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "report-dashboard-services", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { children: [
31384
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { as: "h2", className: "text-lg", children: "Top Services" }) }),
31385
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardContent, { className: "space-y-3", children: topServices.map((service, index) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-3", children: [
31383
+ topServices.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "report-dashboard-services", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { children: [
31384
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { as: "h2", className: "text-lg", children: "Top Services" }) }),
31385
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardContent, { className: "space-y-3", children: topServices.map((service, index) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-3", children: [
31386
31386
  /* @__PURE__ */ jsxRuntime.jsx(
31387
31387
  chunk4FALCEJI_cjs.Badge,
31388
31388
  {
@@ -31406,9 +31406,9 @@ function ReportDashboard({
31406
31406
  ] })
31407
31407
  ] }, service.id)) })
31408
31408
  ] }) }),
31409
- topEmployers.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "report-dashboard-employers", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { children: [
31410
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { as: "h2", className: "text-lg", children: "Top Employers" }) }),
31411
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardContent, { className: "space-y-3", children: topEmployers.map((employer, index) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-3", children: [
31409
+ topEmployers.length > 0 && /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "report-dashboard-employers", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { children: [
31410
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { as: "h2", className: "text-lg", children: "Top Employers" }) }),
31411
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardContent, { className: "space-y-3", children: topEmployers.map((employer, index) => /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center gap-3", children: [
31412
31412
  /* @__PURE__ */ jsxRuntime.jsx(
31413
31413
  chunk4FALCEJI_cjs.Badge,
31414
31414
  {
@@ -33228,7 +33228,7 @@ function ServiceCard({
33228
33228
  const showInventory = limitedInventory && inventoryCount !== void 0;
33229
33229
  const isLowInventory = showInventory && inventoryTotal && inventoryCount / inventoryTotal < 0.2;
33230
33230
  return /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "service-card", children: /* @__PURE__ */ jsxRuntime.jsx(
33231
- chunkYDWWG4A2_cjs.Card,
33231
+ chunkPTJMBSPV_cjs.Card,
33232
33232
  {
33233
33233
  className: chunkOR5DRJCW_cjs.cn(
33234
33234
  "h-full transition-all duration-200",
@@ -33326,7 +33326,7 @@ function AddServiceCard({
33326
33326
  className = ""
33327
33327
  }) {
33328
33328
  return /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "add-service-card", children: /* @__PURE__ */ jsxRuntime.jsx(
33329
- chunkYDWWG4A2_cjs.Card,
33329
+ chunkPTJMBSPV_cjs.Card,
33330
33330
  {
33331
33331
  className: chunkOR5DRJCW_cjs.cn(
33332
33332
  "border-border bg-muted/50 hover:border-primary hover:bg-muted h-full cursor-pointer border-2 border-dashed transition-all duration-200",
@@ -33365,9 +33365,9 @@ function ServiceGeneralSettings({
33365
33365
  errorMessage,
33366
33366
  className = ""
33367
33367
  }) {
33368
- return /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { className, "data-slot": "service-settings", children: [
33369
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardHeader, { className: "pb-4", "data-slot": "service-settings-header", children: [
33370
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { className: "text-lg", "data-slot": "service-settings-title", children: "General Settings" }),
33368
+ return /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { className, "data-slot": "service-settings", children: [
33369
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardHeader, { className: "pb-4", "data-slot": "service-settings-header", children: [
33370
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { className: "text-lg", "data-slot": "service-settings-title", children: "General Settings" }),
33371
33371
  /* @__PURE__ */ jsxRuntime.jsx(
33372
33372
  "p",
33373
33373
  {
@@ -33377,7 +33377,7 @@ function ServiceGeneralSettings({
33377
33377
  }
33378
33378
  )
33379
33379
  ] }),
33380
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardContent, { className: "space-y-6", "data-slot": "service-settings-content", children: [
33380
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardContent, { className: "space-y-6", "data-slot": "service-settings-content", children: [
33381
33381
  errorMessage && /* @__PURE__ */ jsxRuntime.jsx(
33382
33382
  "div",
33383
33383
  {
@@ -34284,7 +34284,7 @@ function ServicePricingManager({
34284
34284
  ]
34285
34285
  }
34286
34286
  ),
34287
- /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "service-pricing-filters", children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.Card, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardContent, { className: "p-4", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-4 md:flex-row", children: [
34287
+ /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "service-pricing-filters", children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.Card, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardContent, { className: "p-4", children: /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex flex-col gap-4 md:flex-row", children: [
34288
34288
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "flex-1", children: /* @__PURE__ */ jsxRuntime.jsx(
34289
34289
  chunkMSRU3XBH_cjs.Input,
34290
34290
  {
@@ -34315,13 +34315,13 @@ function ServicePricingManager({
34315
34315
  ))
34316
34316
  ] })
34317
34317
  ] }) }) }) }),
34318
- /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "service-pricing-table", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { children: [
34319
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardTitle, { className: "text-lg", children: [
34318
+ /* @__PURE__ */ jsxRuntime.jsx("div", { "data-slot": "service-pricing-table", children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { children: [
34319
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardHeader, { children: /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardTitle, { className: "text-lg", children: [
34320
34320
  "Services (",
34321
34321
  filteredServices.length,
34322
34322
  ")"
34323
34323
  ] }) }),
34324
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardContent, { children: filteredServices.length === 0 ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-muted-foreground py-8 text-center", children: "No services found" }) : /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "divide-y divide-gray-200 dark:divide-gray-700", children: [
34324
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardContent, { children: filteredServices.length === 0 ? /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-muted-foreground py-8 text-center", children: "No services found" }) : /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "divide-y divide-gray-200 dark:divide-gray-700", children: [
34325
34325
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "text-muted-foreground hidden gap-4 py-3 text-xs font-medium uppercase md:grid md:grid-cols-6", children: [
34326
34326
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "col-span-2", children: "Service" }),
34327
34327
  /* @__PURE__ */ jsxRuntime.jsx("div", { className: "text-right", children: "Base Price" }),
@@ -34592,10 +34592,10 @@ function ServiceShippingSettings({
34592
34592
  setAddress(newAddress);
34593
34593
  onAddressChange?.(newAddress);
34594
34594
  };
34595
- return /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.Card, { className, "data-slot": "shipping-settings", children: [
34596
- /* @__PURE__ */ jsxRuntime.jsxs(chunkYDWWG4A2_cjs.CardHeader, { className: "pb-4", "data-slot": "shipping-settings-header", children: [
34595
+ return /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.Card, { className, "data-slot": "shipping-settings", children: [
34596
+ /* @__PURE__ */ jsxRuntime.jsxs(chunkPTJMBSPV_cjs.CardHeader, { className: "pb-4", "data-slot": "shipping-settings-header", children: [
34597
34597
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex items-center justify-between", children: [
34598
- /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardTitle, { className: "text-lg", "data-slot": "shipping-settings-title", children: "Shipping Settings" }),
34598
+ /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardTitle, { className: "text-lg", "data-slot": "shipping-settings-title", children: "Shipping Settings" }),
34599
34599
  /* @__PURE__ */ jsxRuntime.jsx(
34600
34600
  chunkNVHAQOHH_cjs.Switch,
34601
34601
  {
@@ -34614,7 +34614,7 @@ function ServiceShippingSettings({
34614
34614
  )
34615
34615
  ] }),
34616
34616
  shippingEnabled && /* @__PURE__ */ jsxRuntime.jsxs(
34617
- chunkYDWWG4A2_cjs.CardContent,
34617
+ chunkPTJMBSPV_cjs.CardContent,
34618
34618
  {
34619
34619
  className: "space-y-6",
34620
34620
  "data-slot": "shipping-settings-content",
@@ -38699,7 +38699,7 @@ function WebChartReportViewer({
38699
38699
  ) : reports.length > 0 ? (
38700
38700
  // Report buttons
38701
38701
  reports.map((report) => /* @__PURE__ */ jsxRuntime.jsx(
38702
- chunkYDWWG4A2_cjs.Card,
38702
+ chunkPTJMBSPV_cjs.Card,
38703
38703
  {
38704
38704
  interactive: true,
38705
38705
  padding: "none",
@@ -38714,7 +38714,7 @@ function WebChartReportViewer({
38714
38714
  }
38715
38715
  },
38716
38716
  className: "cursor-pointer",
38717
- children: /* @__PURE__ */ jsxRuntime.jsx(chunkYDWWG4A2_cjs.CardContent, { className: "p-3", children: /* @__PURE__ */ jsxRuntime.jsx(
38717
+ children: /* @__PURE__ */ jsxRuntime.jsx(chunkPTJMBSPV_cjs.CardContent, { className: "p-3", children: /* @__PURE__ */ jsxRuntime.jsx(
38718
38718
  "span",
38719
38719
  {
38720
38720
  className: "block truncate text-sm font-medium",
@@ -39717,59 +39717,59 @@ Object.defineProperty(exports, "buttonVariants", {
39717
39717
  });
39718
39718
  Object.defineProperty(exports, "Card", {
39719
39719
  enumerable: true,
39720
- get: function () { return chunkYDWWG4A2_cjs.Card; }
39720
+ get: function () { return chunkPTJMBSPV_cjs.Card; }
39721
39721
  });
39722
39722
  Object.defineProperty(exports, "CardActions", {
39723
39723
  enumerable: true,
39724
- get: function () { return chunkYDWWG4A2_cjs.CardActions; }
39724
+ get: function () { return chunkPTJMBSPV_cjs.CardActions; }
39725
39725
  });
39726
39726
  Object.defineProperty(exports, "CardBadge", {
39727
39727
  enumerable: true,
39728
- get: function () { return chunkYDWWG4A2_cjs.CardBadge; }
39728
+ get: function () { return chunkPTJMBSPV_cjs.CardBadge; }
39729
39729
  });
39730
39730
  Object.defineProperty(exports, "CardCollapsible", {
39731
39731
  enumerable: true,
39732
- get: function () { return chunkYDWWG4A2_cjs.CardCollapsible; }
39732
+ get: function () { return chunkPTJMBSPV_cjs.CardCollapsible; }
39733
39733
  });
39734
39734
  Object.defineProperty(exports, "CardContent", {
39735
39735
  enumerable: true,
39736
- get: function () { return chunkYDWWG4A2_cjs.CardContent; }
39736
+ get: function () { return chunkPTJMBSPV_cjs.CardContent; }
39737
39737
  });
39738
39738
  Object.defineProperty(exports, "CardDescription", {
39739
39739
  enumerable: true,
39740
- get: function () { return chunkYDWWG4A2_cjs.CardDescription; }
39740
+ get: function () { return chunkPTJMBSPV_cjs.CardDescription; }
39741
39741
  });
39742
39742
  Object.defineProperty(exports, "CardDivider", {
39743
39743
  enumerable: true,
39744
- get: function () { return chunkYDWWG4A2_cjs.CardDivider; }
39744
+ get: function () { return chunkPTJMBSPV_cjs.CardDivider; }
39745
39745
  });
39746
39746
  Object.defineProperty(exports, "CardFooter", {
39747
39747
  enumerable: true,
39748
- get: function () { return chunkYDWWG4A2_cjs.CardFooter; }
39748
+ get: function () { return chunkPTJMBSPV_cjs.CardFooter; }
39749
39749
  });
39750
39750
  Object.defineProperty(exports, "CardHeader", {
39751
39751
  enumerable: true,
39752
- get: function () { return chunkYDWWG4A2_cjs.CardHeader; }
39752
+ get: function () { return chunkPTJMBSPV_cjs.CardHeader; }
39753
39753
  });
39754
39754
  Object.defineProperty(exports, "CardMedia", {
39755
39755
  enumerable: true,
39756
- get: function () { return chunkYDWWG4A2_cjs.CardMedia; }
39756
+ get: function () { return chunkPTJMBSPV_cjs.CardMedia; }
39757
39757
  });
39758
39758
  Object.defineProperty(exports, "CardStat", {
39759
39759
  enumerable: true,
39760
- get: function () { return chunkYDWWG4A2_cjs.CardStat; }
39760
+ get: function () { return chunkPTJMBSPV_cjs.CardStat; }
39761
39761
  });
39762
39762
  Object.defineProperty(exports, "CardTitle", {
39763
39763
  enumerable: true,
39764
- get: function () { return chunkYDWWG4A2_cjs.CardTitle; }
39764
+ get: function () { return chunkPTJMBSPV_cjs.CardTitle; }
39765
39765
  });
39766
39766
  Object.defineProperty(exports, "cardAccentVariants", {
39767
39767
  enumerable: true,
39768
- get: function () { return chunkYDWWG4A2_cjs.cardAccentVariants; }
39768
+ get: function () { return chunkPTJMBSPV_cjs.cardAccentVariants; }
39769
39769
  });
39770
39770
  Object.defineProperty(exports, "cardVariants", {
39771
39771
  enumerable: true,
39772
- get: function () { return chunkYDWWG4A2_cjs.cardVariants; }
39772
+ get: function () { return chunkPTJMBSPV_cjs.cardVariants; }
39773
39773
  });
39774
39774
  Object.defineProperty(exports, "Checkbox", {
39775
39775
  enumerable: true,
@@ -39905,11 +39905,11 @@ Object.defineProperty(exports, "isStorybookDocsMode", {
39905
39905
  });
39906
39906
  Object.defineProperty(exports, "miewebUIPreset", {
39907
39907
  enumerable: true,
39908
- get: function () { return chunkE35GUUTC_cjs.miewebUIPreset; }
39908
+ get: function () { return chunkQJ2NURTX_cjs.miewebUIPreset; }
39909
39909
  });
39910
39910
  Object.defineProperty(exports, "miewebUISafelist", {
39911
39911
  enumerable: true,
39912
- get: function () { return chunkE35GUUTC_cjs.miewebUISafelist; }
39912
+ get: function () { return chunkQJ2NURTX_cjs.miewebUISafelist; }
39913
39913
  });
39914
39914
  Object.defineProperty(exports, "Alert", {
39915
39915
  enumerable: true,