@mieweb/ui 0.3.0-dev.92 → 0.3.0-dev.93

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
@@ -18504,7 +18504,7 @@ function InventoryManager({
18504
18504
  {
18505
18505
  type: "button",
18506
18506
  onClick: onUpdateClick,
18507
- className: "text-primary hover:text-primary/80 flex items-center gap-1 text-sm font-medium",
18507
+ className: "text-primary-800 hover:text-primary-900 dark:text-primary-300 dark:hover:text-primary-200 flex items-center gap-1 text-sm font-medium",
18508
18508
  children: [
18509
18509
  "Update Inventory",
18510
18510
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -18552,7 +18552,7 @@ function InventoryManager({
18552
18552
  /* @__PURE__ */ jsxRuntime.jsx("td", { className: "py-2 text-right text-sm", children: /* @__PURE__ */ jsxRuntime.jsxs(
18553
18553
  "span",
18554
18554
  {
18555
- className: `inline-flex items-center gap-1 ${entry.type === "credit" ? "text-green-600 dark:text-green-400" : "text-red-600 dark:text-red-400"}`,
18555
+ className: `inline-flex items-center gap-1 ${entry.type === "credit" ? "text-green-700 dark:text-green-400" : "text-red-700 dark:text-red-400"}`,
18556
18556
  children: [
18557
18557
  entry.type === "credit" ? /* @__PURE__ */ jsxRuntime.jsx(
18558
18558
  "svg",
@@ -18633,8 +18633,8 @@ function InventoryManager({
18633
18633
  children: [
18634
18634
  /* @__PURE__ */ jsxRuntime.jsx(chunkAWUADXYI_cjs.ModalHeader, { children: /* @__PURE__ */ jsxRuntime.jsx(chunkAWUADXYI_cjs.ModalTitle, { children: "Inventory Manager" }) }),
18635
18635
  /* @__PURE__ */ jsxRuntime.jsxs(chunkAWUADXYI_cjs.ModalBody, { className: "space-y-4", children: [
18636
- /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx("h4", { className: "text-foreground text-lg font-semibold", children: serviceName }) }),
18637
- /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx("h5", { className: "text-muted-foreground mb-2 text-sm font-medium", children: "Update Inventory" }) }),
18636
+ /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx("h3", { className: "text-foreground text-lg font-semibold", children: serviceName }) }),
18637
+ /* @__PURE__ */ jsxRuntime.jsx("div", { children: /* @__PURE__ */ jsxRuntime.jsx("h4", { className: "text-muted-foreground mb-2 text-sm font-medium", children: "Update Inventory" }) }),
18638
18638
  /* @__PURE__ */ jsxRuntime.jsxs("div", { className: "flex gap-0", children: [
18639
18639
  /* @__PURE__ */ jsxRuntime.jsxs(
18640
18640
  "button",
@@ -34410,7 +34410,7 @@ function SetupServiceModal({
34410
34410
  {
34411
34411
  "data-slot": "setup-service-error",
34412
34412
  className: "rounded-lg border border-red-200 bg-red-50 p-3 dark:border-red-800 dark:bg-red-900/20",
34413
- children: /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-sm text-red-600 dark:text-red-400", children: errorMessage })
34413
+ children: /* @__PURE__ */ jsxRuntime.jsx("p", { className: "text-sm text-red-700 dark:text-red-400", children: errorMessage })
34414
34414
  }
34415
34415
  ),
34416
34416
  showServicePicker && availableServices.length > 0 && /* @__PURE__ */ jsxRuntime.jsx(
@@ -34518,6 +34518,7 @@ function SetupServiceModal({
34518
34518
  /* @__PURE__ */ jsxRuntime.jsx(
34519
34519
  chunkNVHAQOHH_cjs.Switch,
34520
34520
  {
34521
+ "aria-label": "Currently Offered",
34521
34522
  className: "flex-shrink-0",
34522
34523
  checked: formData.currentlyOffered,
34523
34524
  onCheckedChange: (checked) => setFormData((prev) => ({
@@ -34542,6 +34543,7 @@ function SetupServiceModal({
34542
34543
  /* @__PURE__ */ jsxRuntime.jsx(
34543
34544
  chunkNVHAQOHH_cjs.Switch,
34544
34545
  {
34546
+ "aria-label": "Limited Inventory",
34545
34547
  className: "flex-shrink-0",
34546
34548
  checked: formData.limitedInventory,
34547
34549
  onCheckedChange: (checked) => setFormData((prev) => ({
@@ -34587,6 +34589,7 @@ function SetupServiceModal({
34587
34589
  /* @__PURE__ */ jsxRuntime.jsx(
34588
34590
  chunkNVHAQOHH_cjs.Switch,
34589
34591
  {
34592
+ "aria-label": "Auto-Accept Referrals",
34590
34593
  className: "flex-shrink-0",
34591
34594
  checked: formData.autoAcceptReferrals,
34592
34595
  onCheckedChange: (checked) => setFormData((prev) => ({