@dmsi/wedgekit-react 0.0.441 → 0.0.443

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 (79) hide show
  1. package/dist/{chunk-M6TSTDNZ.js → chunk-7HCS6TZN.js} +1 -1
  2. package/dist/{chunk-IMOIZFJZ.js → chunk-DNYGKNQM.js} +1 -1
  3. package/dist/chunk-ETAEB3TA.js +19 -0
  4. package/dist/{chunk-MDH7XDJS.js → chunk-EYESSAXQ.js} +2 -2
  5. package/dist/{chunk-7AXHAWJX.js → chunk-FFGIFICI.js} +1 -1
  6. package/dist/{chunk-P3MIP2FD.js → chunk-NAY4I3FL.js} +2 -2
  7. package/dist/{chunk-W55J2KJZ.js → chunk-RDJT63IS.js} +2 -2
  8. package/dist/{chunk-LUPHOXAQ.js → chunk-TJV3S52X.js} +1 -1
  9. package/dist/{chunk-G5DEC7H3.js → chunk-YCDDBSVU.js} +16 -23
  10. package/dist/components/CalendarRange.cjs +38 -40
  11. package/dist/components/CalendarRange.css +23 -14
  12. package/dist/components/CalendarRange.js +9 -9
  13. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.cjs +38 -40
  14. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.css +23 -14
  15. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.js +9 -9
  16. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.cjs +38 -40
  17. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.css +23 -14
  18. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.js +9 -9
  19. package/dist/components/DataGrid/PinnedColumns.cjs +38 -40
  20. package/dist/components/DataGrid/PinnedColumns.css +23 -14
  21. package/dist/components/DataGrid/PinnedColumns.js +9 -9
  22. package/dist/components/DataGrid/TableBody/LoadingCell.cjs +38 -40
  23. package/dist/components/DataGrid/TableBody/LoadingCell.css +23 -14
  24. package/dist/components/DataGrid/TableBody/LoadingCell.js +9 -9
  25. package/dist/components/DataGrid/TableBody/TableBodyRow.cjs +38 -40
  26. package/dist/components/DataGrid/TableBody/TableBodyRow.css +23 -14
  27. package/dist/components/DataGrid/TableBody/TableBodyRow.js +9 -9
  28. package/dist/components/DataGrid/TableBody/index.cjs +38 -40
  29. package/dist/components/DataGrid/TableBody/index.css +23 -14
  30. package/dist/components/DataGrid/TableBody/index.js +9 -9
  31. package/dist/components/DataGrid/index.cjs +38 -40
  32. package/dist/components/DataGrid/index.css +23 -14
  33. package/dist/components/DataGrid/index.js +9 -9
  34. package/dist/components/DataGrid/utils.cjs +38 -40
  35. package/dist/components/DataGrid/utils.css +23 -14
  36. package/dist/components/DataGrid/utils.js +9 -9
  37. package/dist/components/DateInput.cjs +38 -40
  38. package/dist/components/DateInput.css +23 -14
  39. package/dist/components/DateInput.js +9 -9
  40. package/dist/components/DateRangeInput.cjs +38 -40
  41. package/dist/components/DateRangeInput.css +23 -14
  42. package/dist/components/DateRangeInput.js +9 -9
  43. package/dist/components/MobileDataGrid/ColumnList.cjs +2 -2
  44. package/dist/components/MobileDataGrid/ColumnList.js +3 -3
  45. package/dist/components/MobileDataGrid/ColumnSelector/index.cjs +38 -40
  46. package/dist/components/MobileDataGrid/ColumnSelector/index.css +23 -14
  47. package/dist/components/MobileDataGrid/ColumnSelector/index.js +9 -9
  48. package/dist/components/MobileDataGrid/MobileDataGridCard/MobileDataGridColumn.cjs +1 -1
  49. package/dist/components/MobileDataGrid/MobileDataGridCard/MobileDataGridColumn.js +1 -1
  50. package/dist/components/MobileDataGrid/MobileDataGridCard/index.cjs +2 -2
  51. package/dist/components/MobileDataGrid/MobileDataGridCard/index.js +2 -2
  52. package/dist/components/MobileDataGrid/MobileDataGridHeader.cjs +38 -40
  53. package/dist/components/MobileDataGrid/MobileDataGridHeader.css +23 -14
  54. package/dist/components/MobileDataGrid/MobileDataGridHeader.js +9 -9
  55. package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.cjs +2 -2
  56. package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.js +2 -2
  57. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.cjs +2 -2
  58. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.js +3 -3
  59. package/dist/components/MobileDataGrid/index.cjs +64 -66
  60. package/dist/components/MobileDataGrid/index.css +23 -14
  61. package/dist/components/MobileDataGrid/index.js +9 -9
  62. package/dist/components/ProductImagePreview/ProductPrimaryImage.cjs +29 -83
  63. package/dist/components/ProductImagePreview/ProductPrimaryImage.js +1 -3
  64. package/dist/components/ProductImagePreview/index.cjs +44 -77
  65. package/dist/components/ProductImagePreview/index.js +2 -3
  66. package/dist/components/SkeletonParagraph.cjs +12 -2
  67. package/dist/components/SkeletonParagraph.js +1 -1
  68. package/dist/components/index.cjs +108 -101
  69. package/dist/components/index.css +23 -14
  70. package/dist/components/index.js +9 -9
  71. package/dist/index.css +23 -14
  72. package/package.json +1 -1
  73. package/src/components/MobileDataGrid/MobileDataGridCard/MobileDataGridColumn.tsx +1 -1
  74. package/src/components/MobileDataGrid/MobileDataGridCard/index.tsx +1 -1
  75. package/src/components/MobileDataGrid/RowDetailModalProvider/ModalContent.tsx +1 -1
  76. package/src/components/ProductImagePreview/ProductPrimaryImage.tsx +24 -34
  77. package/src/components/SkeletonParagraph.tsx +20 -2
  78. package/src/index.css +27 -0
  79. package/dist/chunk-ESCNCQGI.js +0 -9
@@ -669,9 +669,6 @@
669
669
  .mr-auto {
670
670
  margin-right: auto;
671
671
  }
672
- .mb-2 {
673
- margin-bottom: calc(var(--spacing) * 2);
674
- }
675
672
  .mb-3 {
676
673
  margin-bottom: calc(var(--spacing) * 3);
677
674
  }
@@ -778,9 +775,6 @@
778
775
  .h-60 {
779
776
  height: calc(var(--spacing) * 60);
780
777
  }
781
- .h-\[24px\] {
782
- height: 24px;
783
- }
784
778
  .h-\[166px\] {
785
779
  height: 166px;
786
780
  }
@@ -1870,10 +1864,6 @@
1870
1864
  --tw-gradient-position: to right in oklab;
1871
1865
  background-image: linear-gradient(var(--tw-gradient-stops));
1872
1866
  }
1873
- .from-neutral-100 {
1874
- --tw-gradient-from: var(--color-neutral-100);
1875
- --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1876
- }
1877
1867
  .from-neutral-300\/\[12\%\] {
1878
1868
  --tw-gradient-from: color-mix(in srgb, #c1c1c1 12%, transparent);
1879
1869
  @supports (color: color-mix(in lab, red, red)) {
@@ -1885,10 +1875,6 @@
1885
1875
  --tw-gradient-from: var(--color-white);
1886
1876
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1887
1877
  }
1888
- .to-\[\#f7f7f7\] {
1889
- --tw-gradient-to: #f7f7f7;
1890
- --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1891
- }
1892
1878
  .to-neutral-300\/\[24\%\] {
1893
1879
  --tw-gradient-to: color-mix(in srgb, #c1c1c1 24%, transparent);
1894
1880
  @supports (color: color-mix(in lab, red, red)) {
@@ -4674,6 +4660,29 @@
4674
4660
  --color-background-action-critical-secondary-disabled: var( --color-neutral-200 );
4675
4661
  --color-background-brand-normal: var( --color-brand-400 );
4676
4662
  }
4663
+ .skeleton-paragraph {
4664
+ position: relative;
4665
+ overflow: hidden;
4666
+ background-color: #f7f7f7;
4667
+ }
4668
+ .skeleton-paragraph::after {
4669
+ content: "";
4670
+ position: absolute;
4671
+ inset: 0;
4672
+ transform: translateX(-100%);
4673
+ background-image:
4674
+ linear-gradient(
4675
+ 90deg,
4676
+ rgba(255, 255, 255, 0) 0%,
4677
+ rgba(255, 255, 255, 0.6) 50%,
4678
+ rgba(255, 255, 255, 0) 100%);
4679
+ animation: skeleton-shimmer 1.4s ease-in-out infinite;
4680
+ }
4681
+ @keyframes skeleton-shimmer {
4682
+ 100% {
4683
+ transform: translateX(100%);
4684
+ }
4685
+ }
4677
4686
  @media (prefers-color-scheme: dark) {
4678
4687
  :root {
4679
4688
  --color-text-primary-normal: var(--color-neutral-000);
@@ -1,22 +1,22 @@
1
1
  import {
2
2
  CalendarRange
3
3
  } from "../chunk-UOHCOOC2.js";
4
- import "../chunk-MDH7XDJS.js";
5
- import "../chunk-7AXHAWJX.js";
6
- import "../chunk-P3MIP2FD.js";
4
+ import "../chunk-EYESSAXQ.js";
5
+ import "../chunk-FFGIFICI.js";
6
+ import "../chunk-NAY4I3FL.js";
7
7
  import "../chunk-M7INAUAJ.js";
8
8
  import "../chunk-3HBYDOYE.js";
9
- import "../chunk-IMOIZFJZ.js";
9
+ import "../chunk-DNYGKNQM.js";
10
10
  import "../chunk-MBZ55T2D.js";
11
11
  import "../chunk-2IKT6IHB.js";
12
- import "../chunk-G5DEC7H3.js";
12
+ import "../chunk-YCDDBSVU.js";
13
13
  import "../chunk-3X3Y4TMS.js";
14
14
  import "../chunk-BQNPOGD5.js";
15
- import "../chunk-LUPHOXAQ.js";
16
- import "../chunk-W55J2KJZ.js";
15
+ import "../chunk-TJV3S52X.js";
16
+ import "../chunk-RDJT63IS.js";
17
17
  import "../chunk-5IFPG6TS.js";
18
18
  import "../chunk-AJ5M6MVX.js";
19
- import "../chunk-M6TSTDNZ.js";
19
+ import "../chunk-7HCS6TZN.js";
20
20
  import "../chunk-EJSPFQCY.js";
21
21
  import "../chunk-RQLWSLVE.js";
22
22
  import "../chunk-6LHBY2IH.js";
@@ -24,7 +24,7 @@ import "../chunk-VJVY6NPF.js";
24
24
  import "../chunk-EWGHVZL5.js";
25
25
  import "../chunk-DCLNAUC4.js";
26
26
  import "../chunk-PQWWVBSR.js";
27
- import "../chunk-ESCNCQGI.js";
27
+ import "../chunk-ETAEB3TA.js";
28
28
  import "../chunk-AT4AWD6B.js";
29
29
  import "../chunk-J5V2JRIK.js";
30
30
  import "../chunk-TYAQWVIM.js";
@@ -4652,46 +4652,14 @@ var import_jsx_runtime43 = require("react/jsx-runtime");
4652
4652
 
4653
4653
  // src/components/ProductImagePreview/ProductPrimaryImage.tsx
4654
4654
  var import_react27 = require("react");
4655
-
4656
- // src/components/Spinner.tsx
4657
4655
  var import_jsx_runtime44 = require("react/jsx-runtime");
4658
- var Spinner = ({ size = "small", testid }) => {
4659
- const dimension = size === "large" ? 48 : 24;
4660
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
4661
- "svg",
4662
- {
4663
- "data-testid": testid,
4664
- width: dimension,
4665
- height: dimension,
4666
- viewBox: "0 0 24 24",
4667
- xmlns: "http://www.w3.org/2000/svg",
4668
- fill: "#1D1E1E",
4669
- className: "spinner",
4670
- "aria-label": "Loading",
4671
- children: [
4672
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("circle", { cx: "12", cy: "4", r: "2", opacity: "1" }),
4673
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("circle", { cx: "17.666", cy: "6.334", r: "2", opacity: "0.125" }),
4674
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("circle", { cx: "20", cy: "12", r: "2", opacity: "0.25" }),
4675
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("circle", { cx: "17.666", cy: "17.666", r: "2", opacity: "0.375" }),
4676
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("circle", { cx: "12", cy: "20", r: "2", opacity: "0.5" }),
4677
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("circle", { cx: "6.334", cy: "17.666", r: "2", opacity: "0.625" }),
4678
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("circle", { cx: "4", cy: "12", r: "2", opacity: "0.75" }),
4679
- /* @__PURE__ */ (0, import_jsx_runtime44.jsx)("circle", { cx: "6.334", cy: "6.334", r: "2", opacity: "0.875" })
4680
- ]
4681
- }
4682
- );
4683
- };
4684
- Spinner.displayName = "Spinner";
4685
-
4686
- // src/components/ProductImagePreview/ProductPrimaryImage.tsx
4687
- var import_jsx_runtime45 = require("react/jsx-runtime");
4688
4656
 
4689
4657
  // src/components/ProductImagePreview/ZoomWindow.tsx
4690
4658
  var import_react28 = require("react");
4691
4659
 
4692
4660
  // src/components/Surface.tsx
4693
4661
  var import_clsx31 = __toESM(require("clsx"), 1);
4694
- var import_jsx_runtime46 = require("react/jsx-runtime");
4662
+ var import_jsx_runtime45 = require("react/jsx-runtime");
4695
4663
  var Surface = (_a) => {
4696
4664
  var _b = _a, {
4697
4665
  children,
@@ -4704,7 +4672,7 @@ var Surface = (_a) => {
4704
4672
  "elevation",
4705
4673
  "id"
4706
4674
  ]);
4707
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
4675
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
4708
4676
  "div",
4709
4677
  __spreadProps(__spreadValues({
4710
4678
  id,
@@ -4725,30 +4693,30 @@ var Surface = (_a) => {
4725
4693
  Surface.displayName = "Surface";
4726
4694
 
4727
4695
  // src/components/ProductImagePreview/ZoomWindow.tsx
4728
- var import_jsx_runtime47 = require("react/jsx-runtime");
4696
+ var import_jsx_runtime46 = require("react/jsx-runtime");
4729
4697
 
4730
4698
  // src/components/ProductImagePreview/CarouselPagination.tsx
4731
4699
  var import_clsx32 = require("clsx");
4732
- var import_jsx_runtime48 = require("react/jsx-runtime");
4700
+ var import_jsx_runtime47 = require("react/jsx-runtime");
4733
4701
 
4734
4702
  // src/components/ProductImagePreview/MobileImageCarousel.tsx
4735
4703
  var import_react29 = require("react");
4736
- var import_jsx_runtime49 = require("react/jsx-runtime");
4704
+ var import_jsx_runtime48 = require("react/jsx-runtime");
4737
4705
 
4738
4706
  // src/components/ProductImagePreview/useProductImagePreview.ts
4739
4707
  var import_react30 = require("react");
4740
4708
 
4741
4709
  // src/components/ProductImagePreview/index.tsx
4742
- var import_jsx_runtime50 = require("react/jsx-runtime");
4710
+ var import_jsx_runtime49 = require("react/jsx-runtime");
4743
4711
 
4744
4712
  // src/components/CompactImagesPreview.tsx
4745
4713
  var import_react31 = require("react");
4746
4714
  var import_clsx33 = __toESM(require("clsx"), 1);
4747
- var import_jsx_runtime51 = require("react/jsx-runtime");
4715
+ var import_jsx_runtime50 = require("react/jsx-runtime");
4748
4716
 
4749
4717
  // src/components/SimpleTable.tsx
4750
4718
  var import_clsx34 = __toESM(require("clsx"), 1);
4751
- var import_jsx_runtime52 = require("react/jsx-runtime");
4719
+ var import_jsx_runtime51 = require("react/jsx-runtime");
4752
4720
 
4753
4721
  // src/components/PDFViewer/index.tsx
4754
4722
  var import_react34 = require("react");
@@ -4757,6 +4725,36 @@ var import_react34 = require("react");
4757
4725
  var import_react_pdf2 = require("@mikecousins/react-pdf");
4758
4726
  var import_react33 = require("react");
4759
4727
 
4728
+ // src/components/Spinner.tsx
4729
+ var import_jsx_runtime52 = require("react/jsx-runtime");
4730
+ var Spinner = ({ size = "small", testid }) => {
4731
+ const dimension = size === "large" ? 48 : 24;
4732
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
4733
+ "svg",
4734
+ {
4735
+ "data-testid": testid,
4736
+ width: dimension,
4737
+ height: dimension,
4738
+ viewBox: "0 0 24 24",
4739
+ xmlns: "http://www.w3.org/2000/svg",
4740
+ fill: "#1D1E1E",
4741
+ className: "spinner",
4742
+ "aria-label": "Loading",
4743
+ children: [
4744
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "12", cy: "4", r: "2", opacity: "1" }),
4745
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "17.666", cy: "6.334", r: "2", opacity: "0.125" }),
4746
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "20", cy: "12", r: "2", opacity: "0.25" }),
4747
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "17.666", cy: "17.666", r: "2", opacity: "0.375" }),
4748
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "12", cy: "20", r: "2", opacity: "0.5" }),
4749
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "6.334", cy: "17.666", r: "2", opacity: "0.625" }),
4750
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "4", cy: "12", r: "2", opacity: "0.75" }),
4751
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)("circle", { cx: "6.334", cy: "6.334", r: "2", opacity: "0.875" })
4752
+ ]
4753
+ }
4754
+ );
4755
+ };
4756
+ Spinner.displayName = "Spinner";
4757
+
4760
4758
  // src/components/PDFViewer/PDFPage.tsx
4761
4759
  var import_react_pdf = require("@mikecousins/react-pdf");
4762
4760
  var import_react32 = require("react");
@@ -669,9 +669,6 @@
669
669
  .mr-auto {
670
670
  margin-right: auto;
671
671
  }
672
- .mb-2 {
673
- margin-bottom: calc(var(--spacing) * 2);
674
- }
675
672
  .mb-3 {
676
673
  margin-bottom: calc(var(--spacing) * 3);
677
674
  }
@@ -778,9 +775,6 @@
778
775
  .h-60 {
779
776
  height: calc(var(--spacing) * 60);
780
777
  }
781
- .h-\[24px\] {
782
- height: 24px;
783
- }
784
778
  .h-\[166px\] {
785
779
  height: 166px;
786
780
  }
@@ -1870,10 +1864,6 @@
1870
1864
  --tw-gradient-position: to right in oklab;
1871
1865
  background-image: linear-gradient(var(--tw-gradient-stops));
1872
1866
  }
1873
- .from-neutral-100 {
1874
- --tw-gradient-from: var(--color-neutral-100);
1875
- --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1876
- }
1877
1867
  .from-neutral-300\/\[12\%\] {
1878
1868
  --tw-gradient-from: color-mix(in srgb, #c1c1c1 12%, transparent);
1879
1869
  @supports (color: color-mix(in lab, red, red)) {
@@ -1885,10 +1875,6 @@
1885
1875
  --tw-gradient-from: var(--color-white);
1886
1876
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1887
1877
  }
1888
- .to-\[\#f7f7f7\] {
1889
- --tw-gradient-to: #f7f7f7;
1890
- --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1891
- }
1892
1878
  .to-neutral-300\/\[24\%\] {
1893
1879
  --tw-gradient-to: color-mix(in srgb, #c1c1c1 24%, transparent);
1894
1880
  @supports (color: color-mix(in lab, red, red)) {
@@ -4674,6 +4660,29 @@
4674
4660
  --color-background-action-critical-secondary-disabled: var( --color-neutral-200 );
4675
4661
  --color-background-brand-normal: var( --color-brand-400 );
4676
4662
  }
4663
+ .skeleton-paragraph {
4664
+ position: relative;
4665
+ overflow: hidden;
4666
+ background-color: #f7f7f7;
4667
+ }
4668
+ .skeleton-paragraph::after {
4669
+ content: "";
4670
+ position: absolute;
4671
+ inset: 0;
4672
+ transform: translateX(-100%);
4673
+ background-image:
4674
+ linear-gradient(
4675
+ 90deg,
4676
+ rgba(255, 255, 255, 0) 0%,
4677
+ rgba(255, 255, 255, 0.6) 50%,
4678
+ rgba(255, 255, 255, 0) 100%);
4679
+ animation: skeleton-shimmer 1.4s ease-in-out infinite;
4680
+ }
4681
+ @keyframes skeleton-shimmer {
4682
+ 100% {
4683
+ transform: translateX(100%);
4684
+ }
4685
+ }
4677
4686
  @media (prefers-color-scheme: dark) {
4678
4687
  :root {
4679
4688
  --color-text-primary-normal: var(--color-neutral-000);
@@ -1,22 +1,22 @@
1
1
  import {
2
2
  CalendarRange
3
3
  } from "../chunk-UOHCOOC2.js";
4
- import "../chunk-MDH7XDJS.js";
5
- import "../chunk-7AXHAWJX.js";
6
- import "../chunk-P3MIP2FD.js";
4
+ import "../chunk-EYESSAXQ.js";
5
+ import "../chunk-FFGIFICI.js";
6
+ import "../chunk-NAY4I3FL.js";
7
7
  import "../chunk-M7INAUAJ.js";
8
8
  import "../chunk-3HBYDOYE.js";
9
- import "../chunk-IMOIZFJZ.js";
9
+ import "../chunk-DNYGKNQM.js";
10
10
  import "../chunk-MBZ55T2D.js";
11
11
  import "../chunk-2IKT6IHB.js";
12
- import "../chunk-G5DEC7H3.js";
12
+ import "../chunk-YCDDBSVU.js";
13
13
  import "../chunk-3X3Y4TMS.js";
14
14
  import "../chunk-BQNPOGD5.js";
15
- import "../chunk-LUPHOXAQ.js";
16
- import "../chunk-W55J2KJZ.js";
15
+ import "../chunk-TJV3S52X.js";
16
+ import "../chunk-RDJT63IS.js";
17
17
  import "../chunk-5IFPG6TS.js";
18
18
  import "../chunk-AJ5M6MVX.js";
19
- import "../chunk-M6TSTDNZ.js";
19
+ import "../chunk-7HCS6TZN.js";
20
20
  import "../chunk-EJSPFQCY.js";
21
21
  import "../chunk-RQLWSLVE.js";
22
22
  import "../chunk-6LHBY2IH.js";
@@ -24,7 +24,7 @@ import "../chunk-VJVY6NPF.js";
24
24
  import "../chunk-EWGHVZL5.js";
25
25
  import "../chunk-DCLNAUC4.js";
26
26
  import "../chunk-PQWWVBSR.js";
27
- import "../chunk-ESCNCQGI.js";
27
+ import "../chunk-ETAEB3TA.js";
28
28
  import "../chunk-AT4AWD6B.js";
29
29
  import "../chunk-J5V2JRIK.js";
30
30
  import "../chunk-TYAQWVIM.js";
@@ -653,7 +653,7 @@ var import_jsx_runtime5 = require("react/jsx-runtime");
653
653
  function MobileDataGridColumn(props) {
654
654
  var _a;
655
655
  const { column, data } = props;
656
- return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "mb-2 grid grid-cols-2 gap-2 px-3 flex-1", children: [
656
+ return /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)("div", { className: "grid grid-cols-2 gap-2 px-3 flex-1", children: [
657
657
  /* @__PURE__ */ (0, import_jsx_runtime5.jsxs)(Paragraph, { color: "text-secondary-normal", className: "text-left", children: [
658
658
  (_a = column.header) == null ? void 0 : _a.toString(),
659
659
  ":"
@@ -785,7 +785,7 @@ function MobileDataGridCard({
785
785
  return ((_a2 = column.meta) == null ? void 0 : _a2.useCustomRenderer) && column.meta.mobileCell && column.id ? /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
786
786
  "div",
787
787
  {
788
- className: "mb-2 grid grid-cols-2 gap-2 px-3 items-center flex-1",
788
+ className: "grid grid-cols-2 gap-2 px-3 items-center flex-1",
789
789
  children: [
790
790
  /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(
791
791
  Paragraph,
@@ -1,10 +1,10 @@
1
1
  import {
2
2
  ColumnList
3
- } from "../../chunk-LUPHOXAQ.js";
4
- import "../../chunk-W55J2KJZ.js";
3
+ } from "../../chunk-TJV3S52X.js";
4
+ import "../../chunk-RDJT63IS.js";
5
5
  import "../../chunk-5IFPG6TS.js";
6
6
  import "../../chunk-AJ5M6MVX.js";
7
- import "../../chunk-M6TSTDNZ.js";
7
+ import "../../chunk-7HCS6TZN.js";
8
8
  import "../../chunk-NO5BIKWS.js";
9
9
  import "../../chunk-FA7IFW66.js";
10
10
  import "../../chunk-DTW7JCBR.js";
@@ -4571,46 +4571,14 @@ var import_jsx_runtime42 = require("react/jsx-runtime");
4571
4571
 
4572
4572
  // src/components/ProductImagePreview/ProductPrimaryImage.tsx
4573
4573
  var import_react26 = require("react");
4574
-
4575
- // src/components/Spinner.tsx
4576
4574
  var import_jsx_runtime43 = require("react/jsx-runtime");
4577
- var Spinner = ({ size = "small", testid }) => {
4578
- const dimension = size === "large" ? 48 : 24;
4579
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
4580
- "svg",
4581
- {
4582
- "data-testid": testid,
4583
- width: dimension,
4584
- height: dimension,
4585
- viewBox: "0 0 24 24",
4586
- xmlns: "http://www.w3.org/2000/svg",
4587
- fill: "#1D1E1E",
4588
- className: "spinner",
4589
- "aria-label": "Loading",
4590
- children: [
4591
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("circle", { cx: "12", cy: "4", r: "2", opacity: "1" }),
4592
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("circle", { cx: "17.666", cy: "6.334", r: "2", opacity: "0.125" }),
4593
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("circle", { cx: "20", cy: "12", r: "2", opacity: "0.25" }),
4594
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("circle", { cx: "17.666", cy: "17.666", r: "2", opacity: "0.375" }),
4595
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("circle", { cx: "12", cy: "20", r: "2", opacity: "0.5" }),
4596
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("circle", { cx: "6.334", cy: "17.666", r: "2", opacity: "0.625" }),
4597
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("circle", { cx: "4", cy: "12", r: "2", opacity: "0.75" }),
4598
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)("circle", { cx: "6.334", cy: "6.334", r: "2", opacity: "0.875" })
4599
- ]
4600
- }
4601
- );
4602
- };
4603
- Spinner.displayName = "Spinner";
4604
-
4605
- // src/components/ProductImagePreview/ProductPrimaryImage.tsx
4606
- var import_jsx_runtime44 = require("react/jsx-runtime");
4607
4575
 
4608
4576
  // src/components/ProductImagePreview/ZoomWindow.tsx
4609
4577
  var import_react27 = require("react");
4610
4578
 
4611
4579
  // src/components/Surface.tsx
4612
4580
  var import_clsx31 = __toESM(require("clsx"), 1);
4613
- var import_jsx_runtime45 = require("react/jsx-runtime");
4581
+ var import_jsx_runtime44 = require("react/jsx-runtime");
4614
4582
  var Surface = (_a) => {
4615
4583
  var _b = _a, {
4616
4584
  children,
@@ -4623,7 +4591,7 @@ var Surface = (_a) => {
4623
4591
  "elevation",
4624
4592
  "id"
4625
4593
  ]);
4626
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
4594
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
4627
4595
  "div",
4628
4596
  __spreadProps(__spreadValues({
4629
4597
  id,
@@ -4644,30 +4612,30 @@ var Surface = (_a) => {
4644
4612
  Surface.displayName = "Surface";
4645
4613
 
4646
4614
  // src/components/ProductImagePreview/ZoomWindow.tsx
4647
- var import_jsx_runtime46 = require("react/jsx-runtime");
4615
+ var import_jsx_runtime45 = require("react/jsx-runtime");
4648
4616
 
4649
4617
  // src/components/ProductImagePreview/CarouselPagination.tsx
4650
4618
  var import_clsx32 = require("clsx");
4651
- var import_jsx_runtime47 = require("react/jsx-runtime");
4619
+ var import_jsx_runtime46 = require("react/jsx-runtime");
4652
4620
 
4653
4621
  // src/components/ProductImagePreview/MobileImageCarousel.tsx
4654
4622
  var import_react28 = require("react");
4655
- var import_jsx_runtime48 = require("react/jsx-runtime");
4623
+ var import_jsx_runtime47 = require("react/jsx-runtime");
4656
4624
 
4657
4625
  // src/components/ProductImagePreview/useProductImagePreview.ts
4658
4626
  var import_react29 = require("react");
4659
4627
 
4660
4628
  // src/components/ProductImagePreview/index.tsx
4661
- var import_jsx_runtime49 = require("react/jsx-runtime");
4629
+ var import_jsx_runtime48 = require("react/jsx-runtime");
4662
4630
 
4663
4631
  // src/components/CompactImagesPreview.tsx
4664
4632
  var import_react30 = require("react");
4665
4633
  var import_clsx33 = __toESM(require("clsx"), 1);
4666
- var import_jsx_runtime50 = require("react/jsx-runtime");
4634
+ var import_jsx_runtime49 = require("react/jsx-runtime");
4667
4635
 
4668
4636
  // src/components/SimpleTable.tsx
4669
4637
  var import_clsx34 = __toESM(require("clsx"), 1);
4670
- var import_jsx_runtime51 = require("react/jsx-runtime");
4638
+ var import_jsx_runtime50 = require("react/jsx-runtime");
4671
4639
 
4672
4640
  // src/components/PDFViewer/index.tsx
4673
4641
  var import_react33 = require("react");
@@ -4676,6 +4644,36 @@ var import_react33 = require("react");
4676
4644
  var import_react_pdf2 = require("@mikecousins/react-pdf");
4677
4645
  var import_react32 = require("react");
4678
4646
 
4647
+ // src/components/Spinner.tsx
4648
+ var import_jsx_runtime51 = require("react/jsx-runtime");
4649
+ var Spinner = ({ size = "small", testid }) => {
4650
+ const dimension = size === "large" ? 48 : 24;
4651
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
4652
+ "svg",
4653
+ {
4654
+ "data-testid": testid,
4655
+ width: dimension,
4656
+ height: dimension,
4657
+ viewBox: "0 0 24 24",
4658
+ xmlns: "http://www.w3.org/2000/svg",
4659
+ fill: "#1D1E1E",
4660
+ className: "spinner",
4661
+ "aria-label": "Loading",
4662
+ children: [
4663
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "12", cy: "4", r: "2", opacity: "1" }),
4664
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "17.666", cy: "6.334", r: "2", opacity: "0.125" }),
4665
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "20", cy: "12", r: "2", opacity: "0.25" }),
4666
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "17.666", cy: "17.666", r: "2", opacity: "0.375" }),
4667
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "12", cy: "20", r: "2", opacity: "0.5" }),
4668
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "6.334", cy: "17.666", r: "2", opacity: "0.625" }),
4669
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "4", cy: "12", r: "2", opacity: "0.75" }),
4670
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)("circle", { cx: "6.334", cy: "6.334", r: "2", opacity: "0.875" })
4671
+ ]
4672
+ }
4673
+ );
4674
+ };
4675
+ Spinner.displayName = "Spinner";
4676
+
4679
4677
  // src/components/PDFViewer/PDFPage.tsx
4680
4678
  var import_react_pdf = require("@mikecousins/react-pdf");
4681
4679
  var import_react31 = require("react");
@@ -669,9 +669,6 @@
669
669
  .mr-auto {
670
670
  margin-right: auto;
671
671
  }
672
- .mb-2 {
673
- margin-bottom: calc(var(--spacing) * 2);
674
- }
675
672
  .mb-3 {
676
673
  margin-bottom: calc(var(--spacing) * 3);
677
674
  }
@@ -778,9 +775,6 @@
778
775
  .h-60 {
779
776
  height: calc(var(--spacing) * 60);
780
777
  }
781
- .h-\[24px\] {
782
- height: 24px;
783
- }
784
778
  .h-\[166px\] {
785
779
  height: 166px;
786
780
  }
@@ -1870,10 +1864,6 @@
1870
1864
  --tw-gradient-position: to right in oklab;
1871
1865
  background-image: linear-gradient(var(--tw-gradient-stops));
1872
1866
  }
1873
- .from-neutral-100 {
1874
- --tw-gradient-from: var(--color-neutral-100);
1875
- --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1876
- }
1877
1867
  .from-neutral-300\/\[12\%\] {
1878
1868
  --tw-gradient-from: color-mix(in srgb, #c1c1c1 12%, transparent);
1879
1869
  @supports (color: color-mix(in lab, red, red)) {
@@ -1885,10 +1875,6 @@
1885
1875
  --tw-gradient-from: var(--color-white);
1886
1876
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1887
1877
  }
1888
- .to-\[\#f7f7f7\] {
1889
- --tw-gradient-to: #f7f7f7;
1890
- --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
1891
- }
1892
1878
  .to-neutral-300\/\[24\%\] {
1893
1879
  --tw-gradient-to: color-mix(in srgb, #c1c1c1 24%, transparent);
1894
1880
  @supports (color: color-mix(in lab, red, red)) {
@@ -4674,6 +4660,29 @@
4674
4660
  --color-background-action-critical-secondary-disabled: var( --color-neutral-200 );
4675
4661
  --color-background-brand-normal: var( --color-brand-400 );
4676
4662
  }
4663
+ .skeleton-paragraph {
4664
+ position: relative;
4665
+ overflow: hidden;
4666
+ background-color: #f7f7f7;
4667
+ }
4668
+ .skeleton-paragraph::after {
4669
+ content: "";
4670
+ position: absolute;
4671
+ inset: 0;
4672
+ transform: translateX(-100%);
4673
+ background-image:
4674
+ linear-gradient(
4675
+ 90deg,
4676
+ rgba(255, 255, 255, 0) 0%,
4677
+ rgba(255, 255, 255, 0.6) 50%,
4678
+ rgba(255, 255, 255, 0) 100%);
4679
+ animation: skeleton-shimmer 1.4s ease-in-out infinite;
4680
+ }
4681
+ @keyframes skeleton-shimmer {
4682
+ 100% {
4683
+ transform: translateX(100%);
4684
+ }
4685
+ }
4677
4686
  @media (prefers-color-scheme: dark) {
4678
4687
  :root {
4679
4688
  --color-text-primary-normal: var(--color-neutral-000);
@@ -1,21 +1,21 @@
1
1
  import {
2
2
  ColumnSelector
3
- } from "../../../chunk-MDH7XDJS.js";
4
- import "../../../chunk-7AXHAWJX.js";
5
- import "../../../chunk-P3MIP2FD.js";
3
+ } from "../../../chunk-EYESSAXQ.js";
4
+ import "../../../chunk-FFGIFICI.js";
5
+ import "../../../chunk-NAY4I3FL.js";
6
6
  import "../../../chunk-M7INAUAJ.js";
7
7
  import "../../../chunk-3HBYDOYE.js";
8
- import "../../../chunk-IMOIZFJZ.js";
8
+ import "../../../chunk-DNYGKNQM.js";
9
9
  import "../../../chunk-MBZ55T2D.js";
10
10
  import "../../../chunk-2IKT6IHB.js";
11
- import "../../../chunk-G5DEC7H3.js";
11
+ import "../../../chunk-YCDDBSVU.js";
12
12
  import "../../../chunk-3X3Y4TMS.js";
13
13
  import "../../../chunk-BQNPOGD5.js";
14
- import "../../../chunk-LUPHOXAQ.js";
15
- import "../../../chunk-W55J2KJZ.js";
14
+ import "../../../chunk-TJV3S52X.js";
15
+ import "../../../chunk-RDJT63IS.js";
16
16
  import "../../../chunk-5IFPG6TS.js";
17
17
  import "../../../chunk-AJ5M6MVX.js";
18
- import "../../../chunk-M6TSTDNZ.js";
18
+ import "../../../chunk-7HCS6TZN.js";
19
19
  import "../../../chunk-EJSPFQCY.js";
20
20
  import "../../../chunk-RQLWSLVE.js";
21
21
  import "../../../chunk-6LHBY2IH.js";
@@ -23,7 +23,7 @@ import "../../../chunk-VJVY6NPF.js";
23
23
  import "../../../chunk-EWGHVZL5.js";
24
24
  import "../../../chunk-DCLNAUC4.js";
25
25
  import "../../../chunk-PQWWVBSR.js";
26
- import "../../../chunk-ESCNCQGI.js";
26
+ import "../../../chunk-ETAEB3TA.js";
27
27
  import "../../../chunk-AT4AWD6B.js";
28
28
  import "../../../chunk-J5V2JRIK.js";
29
29
  import "../../../chunk-TYAQWVIM.js";
@@ -254,7 +254,7 @@ var import_jsx_runtime2 = require("react/jsx-runtime");
254
254
  function MobileDataGridColumn(props) {
255
255
  var _a;
256
256
  const { column, data } = props;
257
- return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("div", { className: "mb-2 grid grid-cols-2 gap-2 px-3 flex-1", children: [
257
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("div", { className: "grid grid-cols-2 gap-2 px-3 flex-1", children: [
258
258
  /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(Paragraph, { color: "text-secondary-normal", className: "text-left", children: [
259
259
  (_a = column.header) == null ? void 0 : _a.toString(),
260
260
  ":"
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  MobileDataGridColumn
3
- } from "../../../chunk-M6TSTDNZ.js";
3
+ } from "../../../chunk-7HCS6TZN.js";
4
4
  import "../../../chunk-OGIFIPKH.js";
5
5
  import "../../../chunk-6CTCHYIS.js";
6
6
  import "../../../chunk-ORMEWXMH.js";