@dmsi/wedgekit-react 0.0.864 → 0.0.866

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 (90) hide show
  1. package/dist/chunk-3N34VVYD.js +154 -0
  2. package/dist/{chunk-57HL5K5I.js → chunk-4DPSNQCM.js} +1 -1
  3. package/dist/{chunk-BH4UKMXV.js → chunk-5NRKL5CJ.js} +3 -3
  4. package/dist/{chunk-A57PKP6Z.js → chunk-E7XBOMT4.js} +6 -6
  5. package/dist/{chunk-CJPGHBV5.js → chunk-EGECC3PQ.js} +1 -1
  6. package/dist/{chunk-ZL6NXIGS.js → chunk-HT57FLRW.js} +1 -1
  7. package/dist/{chunk-BXEE6VGQ.js → chunk-KLH67DTH.js} +6 -23
  8. package/dist/{chunk-C5DKGJ4E.js → chunk-KOKA2IJC.js} +4 -4
  9. package/dist/{chunk-IPQIZG7U.js → chunk-N36EJLRW.js} +1 -1
  10. package/dist/{chunk-RFF2EFBX.js → chunk-OM7QLLI2.js} +2 -2
  11. package/dist/{chunk-FXJ7C6RF.js → chunk-PE3EZP56.js} +1 -1
  12. package/dist/chunk-WVGXD7HT.js +19 -0
  13. package/dist/{chunk-7OLDYFKY.js → chunk-X3NDEFVA.js} +1 -1
  14. package/dist/chunk-YV5FS7NV.js +89 -0
  15. package/dist/chunk-Z2HPSFEQ.js +14 -0
  16. package/dist/{chunk-RTZO2OU7.js → chunk-Z7XANQ47.js} +1 -1
  17. package/dist/components/CalendarRange.cjs +65 -46
  18. package/dist/components/CalendarRange.css +13 -0
  19. package/dist/components/CalendarRange.js +17 -14
  20. package/dist/components/CompactImagesPreview.js +3 -2
  21. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.cjs +23 -4
  22. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.css +13 -0
  23. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.js +17 -14
  24. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.cjs +32 -13
  25. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.css +13 -0
  26. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.js +17 -14
  27. package/dist/components/DataGrid/PinnedColumns.cjs +48 -29
  28. package/dist/components/DataGrid/PinnedColumns.css +13 -0
  29. package/dist/components/DataGrid/PinnedColumns.js +17 -14
  30. package/dist/components/DataGrid/TableBody/LoadingCell.cjs +24 -5
  31. package/dist/components/DataGrid/TableBody/LoadingCell.css +13 -0
  32. package/dist/components/DataGrid/TableBody/LoadingCell.js +17 -14
  33. package/dist/components/DataGrid/TableBody/TableBodyRow.cjs +30 -11
  34. package/dist/components/DataGrid/TableBody/TableBodyRow.css +13 -0
  35. package/dist/components/DataGrid/TableBody/TableBodyRow.js +17 -14
  36. package/dist/components/DataGrid/TableBody/index.cjs +45 -26
  37. package/dist/components/DataGrid/TableBody/index.css +13 -0
  38. package/dist/components/DataGrid/TableBody/index.js +17 -14
  39. package/dist/components/DataGrid/index.cjs +135 -116
  40. package/dist/components/DataGrid/index.css +13 -0
  41. package/dist/components/DataGrid/index.js +17 -14
  42. package/dist/components/DataGrid/utils.cjs +24 -5
  43. package/dist/components/DataGrid/utils.css +13 -0
  44. package/dist/components/DataGrid/utils.js +17 -14
  45. package/dist/components/DataGridCell.js +6 -5
  46. package/dist/components/DateInput.cjs +85 -66
  47. package/dist/components/DateInput.css +13 -0
  48. package/dist/components/DateInput.js +17 -14
  49. package/dist/components/DateRangeInput.cjs +84 -65
  50. package/dist/components/DateRangeInput.css +13 -0
  51. package/dist/components/DateRangeInput.js +17 -14
  52. package/dist/components/EmblaCarousel/ArrowButtons.cjs +147 -0
  53. package/dist/components/EmblaCarousel/ArrowButtons.js +9 -0
  54. package/dist/components/EmblaCarousel/SelectedSnapDisplay.cjs +38 -0
  55. package/dist/components/EmblaCarousel/SelectedSnapDisplay.js +7 -0
  56. package/dist/components/EmblaCarousel/index.cjs +266 -2
  57. package/dist/components/EmblaCarousel/index.js +4 -1
  58. package/dist/components/Menu.js +4 -3
  59. package/dist/components/MenuOption.js +3 -2
  60. package/dist/components/MobileDataGrid/ColumnList.css +13 -0
  61. package/dist/components/MobileDataGrid/ColumnList.js +1 -1
  62. package/dist/components/MobileDataGrid/ColumnSelector/index.cjs +31 -12
  63. package/dist/components/MobileDataGrid/ColumnSelector/index.css +13 -0
  64. package/dist/components/MobileDataGrid/ColumnSelector/index.js +17 -14
  65. package/dist/components/MobileDataGrid/MobileDataGridCard/index.js +1 -1
  66. package/dist/components/MobileDataGrid/MobileDataGridHeader.cjs +39 -20
  67. package/dist/components/MobileDataGrid/MobileDataGridHeader.css +13 -0
  68. package/dist/components/MobileDataGrid/MobileDataGridHeader.js +17 -14
  69. package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.js +1 -1
  70. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.js +5 -4
  71. package/dist/components/MobileDataGrid/index.cjs +151 -132
  72. package/dist/components/MobileDataGrid/index.css +13 -0
  73. package/dist/components/MobileDataGrid/index.js +17 -14
  74. package/dist/components/Modal.js +3 -2
  75. package/dist/components/NestedMenu.js +3 -2
  76. package/dist/components/PDFViewer/DownloadIcon.js +4 -3
  77. package/dist/components/PDFViewer/index.js +5 -4
  78. package/dist/components/Password.js +3 -2
  79. package/dist/components/ProductImagePreview/index.js +4 -3
  80. package/dist/components/ProjectBar.js +2 -1
  81. package/dist/components/Stepper.js +3 -2
  82. package/dist/components/Tooltip.js +3 -2
  83. package/dist/components/index.cjs +222 -2
  84. package/dist/components/index.css +13 -0
  85. package/dist/components/index.js +17 -14
  86. package/dist/components/useMenuSystem.js +3 -2
  87. package/dist/hooks/index.js +5 -3
  88. package/dist/index.css +13 -0
  89. package/package.json +3 -3
  90. package/dist/chunk-SZ47M32R.js +0 -13
@@ -62,7 +62,7 @@ __export(ColumnSelectorHeaderCell_exports, {
62
62
  ColumnSelectorHeaderCell: () => ColumnSelectorHeaderCell
63
63
  });
64
64
  module.exports = __toCommonJS(ColumnSelectorHeaderCell_exports);
65
- var import_react40 = require("react");
65
+ var import_react43 = require("react");
66
66
 
67
67
  // src/components/DataGridCell.tsx
68
68
  var import_sortable = require("@dnd-kit/sortable");
@@ -6011,21 +6011,40 @@ var import_react38 = require("react");
6011
6011
  var import_jsx_runtime64 = require("react/jsx-runtime");
6012
6012
 
6013
6013
  // src/components/EmblaCarousel/index.tsx
6014
+ var import_react41 = require("react");
6014
6015
  var import_embla_carousel_react = __toESM(require("embla-carousel-react"), 1);
6016
+
6017
+ // src/components/EmblaCarousel/SelectedSnapDisplay.tsx
6015
6018
  var import_jsx_runtime65 = require("react/jsx-runtime");
6016
6019
 
6017
- // src/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.tsx
6020
+ // src/components/EmblaCarousel/useSelectedSnapDisplay.ts
6018
6021
  var import_react39 = require("react");
6022
+
6023
+ // src/components/EmblaCarousel/ArrowButtons.tsx
6024
+ var import_clsx43 = __toESM(require("clsx"), 1);
6019
6025
  var import_jsx_runtime66 = require("react/jsx-runtime");
6026
+ var arrowButtonStyles = (0, import_clsx43.default)(
6027
+ "appearance-none bg-transparent border cursor-pointer p-2 flex items-center justify-center size-9 rounded-full transition-colors duration-300 ease-in-out"
6028
+ );
6029
+
6030
+ // src/components/EmblaCarousel/usePrevNextButtons.ts
6031
+ var import_react40 = require("react");
6032
+
6033
+ // src/components/EmblaCarousel/index.tsx
6034
+ var import_jsx_runtime67 = require("react/jsx-runtime");
6035
+
6036
+ // src/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.tsx
6037
+ var import_react42 = require("react");
6038
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6020
6039
  function ColumnSelectorMenuOption({
6021
6040
  id,
6022
6041
  testid,
6023
6042
  column,
6024
6043
  toggleColumnVisibility
6025
6044
  }) {
6026
- const [isVisible, setIsVisible] = (0, import_react39.useState)(column.getIsVisible());
6045
+ const [isVisible, setIsVisible] = (0, import_react42.useState)(column.getIsVisible());
6027
6046
  const label = typeof column.columnDef.header === "string" ? column.columnDef.header : null;
6028
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(MenuOption, { id, testid, defaultChecked: isVisible, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
6047
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(MenuOption, { id, testid, defaultChecked: isVisible, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
6029
6048
  Checkbox,
6030
6049
  {
6031
6050
  id: id ? `${id}-checkbox` : void 0,
@@ -6041,7 +6060,7 @@ function ColumnSelectorMenuOption({
6041
6060
  }
6042
6061
 
6043
6062
  // src/components/DataGrid/ColumnSelectorHeaderCell/index.tsx
6044
- var import_jsx_runtime67 = require("react/jsx-runtime");
6063
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6045
6064
  function ColumnSelectorHeaderCell({
6046
6065
  id,
6047
6066
  testid,
@@ -6049,9 +6068,9 @@ function ColumnSelectorHeaderCell({
6049
6068
  toggleColumnVisibility,
6050
6069
  resetColumnVisibility
6051
6070
  }) {
6052
- const ref = (0, import_react40.useRef)(null);
6053
- const [show, setShow] = (0, import_react40.useState)(false);
6054
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
6071
+ const ref = (0, import_react43.useRef)(null);
6072
+ const [show, setShow] = (0, import_react43.useState)(false);
6073
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
6055
6074
  DataGridCell,
6056
6075
  {
6057
6076
  id,
@@ -6061,7 +6080,7 @@ function ColumnSelectorHeaderCell({
6061
6080
  color: "text-secondary-normal",
6062
6081
  ref,
6063
6082
  children: [
6064
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6083
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6065
6084
  Button,
6066
6085
  {
6067
6086
  id: id ? `${id}-button` : void 0,
@@ -6069,10 +6088,10 @@ function ColumnSelectorHeaderCell({
6069
6088
  onClick: () => setShow((prev) => !prev),
6070
6089
  variant: "navigation",
6071
6090
  iconOnly: true,
6072
- leftIcon: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Icon, { name: "tune" })
6091
+ leftIcon: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Icon, { name: "tune" })
6073
6092
  }
6074
6093
  ),
6075
- /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
6094
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
6076
6095
  Menu,
6077
6096
  {
6078
6097
  id: id ? `${id}-menu` : void 0,
@@ -6083,7 +6102,7 @@ function ColumnSelectorHeaderCell({
6083
6102
  setShow,
6084
6103
  calculateMinMaxHeight: true,
6085
6104
  children: [
6086
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6105
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6087
6106
  Button,
6088
6107
  {
6089
6108
  id: id ? `${id}-reset-button` : void 0,
@@ -6099,7 +6118,7 @@ function ColumnSelectorHeaderCell({
6099
6118
  table.getAllColumns().filter((x) => {
6100
6119
  var _a;
6101
6120
  return (_a = x.columnDef.meta) == null ? void 0 : _a.inVisibilityMenu;
6102
- }).map((column) => /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6121
+ }).map((column) => /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6103
6122
  ColumnSelectorMenuOption,
6104
6123
  {
6105
6124
  id: id ? `${id}-option-${column.id}` : void 0,
@@ -759,6 +759,10 @@
759
759
  width: calc(var(--spacing) * 6);
760
760
  height: calc(var(--spacing) * 6);
761
761
  }
762
+ .size-9 {
763
+ width: calc(var(--spacing) * 9);
764
+ height: calc(var(--spacing) * 9);
765
+ }
762
766
  .\!h-4\.5 {
763
767
  height: calc(var(--spacing) * 4.5) !important;
764
768
  }
@@ -1063,6 +1067,9 @@
1063
1067
  .\[appearance\:textfield\] {
1064
1068
  appearance: textfield;
1065
1069
  }
1070
+ .appearance-none {
1071
+ appearance: none;
1072
+ }
1066
1073
  .grid-cols-1 {
1067
1074
  grid-template-columns: repeat(1, minmax(0, 1fr));
1068
1075
  }
@@ -2122,6 +2129,9 @@
2122
2129
  .pb-2 {
2123
2130
  padding-bottom: calc(var(--spacing) * 2);
2124
2131
  }
2132
+ .pb-3 {
2133
+ padding-bottom: calc(var(--spacing) * 3);
2134
+ }
2125
2135
  .pb-mobile-component-padding {
2126
2136
  padding-bottom: var(--spacing-mobile-component-padding);
2127
2137
  }
@@ -2345,6 +2355,9 @@
2345
2355
  .text-icon-on-action-secondary-normal {
2346
2356
  color: var(--color-icon-on-action-secondary-normal);
2347
2357
  }
2358
+ .text-icon-primary-disabled {
2359
+ color: var(--color-icon-primary-disabled);
2360
+ }
2348
2361
  .text-icon-primary-normal {
2349
2362
  color: var(--color-icon-primary-normal);
2350
2363
  }
@@ -1,22 +1,24 @@
1
1
  import {
2
2
  ColumnSelectorHeaderCell
3
- } from "../../../chunk-A57PKP6Z.js";
4
- import "../../../chunk-57HL5K5I.js";
3
+ } from "../../../chunk-E7XBOMT4.js";
4
+ import "../../../chunk-4DPSNQCM.js";
5
5
  import "../../../chunk-Q4YDNW7N.js";
6
6
  import "../../../chunk-M7INAUAJ.js";
7
- import "../../../chunk-C5DKGJ4E.js";
7
+ import "../../../chunk-KOKA2IJC.js";
8
+ import "../../../chunk-MBZ55T2D.js";
8
9
  import "../../../chunk-2IKT6IHB.js";
9
10
  import "../../../chunk-YCDDBSVU.js";
10
11
  import "../../../chunk-3X3Y4TMS.js";
11
12
  import "../../../chunk-BQNPOGD5.js";
12
13
  import "../../../chunk-Y5GD2FJA.js";
13
- import "../../../chunk-MBZ55T2D.js";
14
- import "../../../chunk-SZ47M32R.js";
14
+ import "../../../chunk-3N34VVYD.js";
15
15
  import "../../../chunk-B4AE3DCA.js";
16
16
  import "../../../chunk-FP3Y5JJN.js";
17
17
  import "../../../chunk-5IFPG6TS.js";
18
- import "../../../chunk-AJ5M6MVX.js";
19
18
  import "../../../chunk-6EYMKEJ6.js";
19
+ import "../../../chunk-AJ5M6MVX.js";
20
+ import "../../../chunk-YV5FS7NV.js";
21
+ import "../../../chunk-Z2HPSFEQ.js";
20
22
  import "../../../chunk-AT4AWD6B.js";
21
23
  import "../../../chunk-EWGHVZL5.js";
22
24
  import "../../../chunk-FZ2TEKOE.js";
@@ -24,8 +26,8 @@ import "../../../chunk-FESS4LWU.js";
24
26
  import "../../../chunk-KBIEWFQS.js";
25
27
  import "../../../chunk-NSZTJ5R4.js";
26
28
  import "../../../chunk-LB7UT6F3.js";
27
- import "../../../chunk-ZL6NXIGS.js";
28
- import "../../../chunk-IPQIZG7U.js";
29
+ import "../../../chunk-HT57FLRW.js";
30
+ import "../../../chunk-N36EJLRW.js";
29
31
  import "../../../chunk-4RJKB7LC.js";
30
32
  import "../../../chunk-UUKHQUSF.js";
31
33
  import "../../../chunk-WVVEOCEH.js";
@@ -36,17 +38,18 @@ import "../../../chunk-UAMI54FE.js";
36
38
  import "../../../chunk-SJZNVG4N.js";
37
39
  import "../../../chunk-75USUR3I.js";
38
40
  import "../../../chunk-BWPNXY7T.js";
39
- import "../../../chunk-BH4UKMXV.js";
40
- import "../../../chunk-RFF2EFBX.js";
41
- import "../../../chunk-FXJ7C6RF.js";
42
- import "../../../chunk-7OLDYFKY.js";
41
+ import "../../../chunk-5NRKL5CJ.js";
42
+ import "../../../chunk-OM7QLLI2.js";
43
+ import "../../../chunk-PE3EZP56.js";
44
+ import "../../../chunk-X3NDEFVA.js";
43
45
  import "../../../chunk-FHXCCVOG.js";
44
46
  import "../../../chunk-7T5RGDCN.js";
45
47
  import "../../../chunk-HXGJVYGQ.js";
46
48
  import "../../../chunk-WVUIIBRR.js";
47
49
  import "../../../chunk-M7WHWZ2J.js";
48
- import "../../../chunk-CJPGHBV5.js";
49
- import "../../../chunk-BXEE6VGQ.js";
50
+ import "../../../chunk-EGECC3PQ.js";
51
+ import "../../../chunk-KLH67DTH.js";
52
+ import "../../../chunk-WVGXD7HT.js";
50
53
  import "../../../chunk-VXWSAIB5.js";
51
54
  import "../../../chunk-MMZTPVYB.js";
52
55
  import "../../../chunk-5UH6QUFB.js";
@@ -5856,28 +5856,47 @@ var import_react37 = require("react");
5856
5856
  var import_jsx_runtime63 = require("react/jsx-runtime");
5857
5857
 
5858
5858
  // src/components/EmblaCarousel/index.tsx
5859
+ var import_react40 = require("react");
5859
5860
  var import_embla_carousel_react = __toESM(require("embla-carousel-react"), 1);
5861
+
5862
+ // src/components/EmblaCarousel/SelectedSnapDisplay.tsx
5860
5863
  var import_jsx_runtime64 = require("react/jsx-runtime");
5861
5864
 
5862
- // src/components/DataGrid/PinnedColumns.tsx
5865
+ // src/components/EmblaCarousel/useSelectedSnapDisplay.ts
5866
+ var import_react38 = require("react");
5867
+
5868
+ // src/components/EmblaCarousel/ArrowButtons.tsx
5863
5869
  var import_clsx42 = __toESM(require("clsx"), 1);
5864
- var import_react40 = __toESM(require("react"), 1);
5870
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5871
+ var arrowButtonStyles = (0, import_clsx42.default)(
5872
+ "appearance-none bg-transparent border cursor-pointer p-2 flex items-center justify-center size-9 rounded-full transition-colors duration-300 ease-in-out"
5873
+ );
5865
5874
 
5866
- // src/components/DataGrid/ColumnSelectorHeaderCell/index.tsx
5875
+ // src/components/EmblaCarousel/usePrevNextButtons.ts
5867
5876
  var import_react39 = require("react");
5868
5877
 
5878
+ // src/components/EmblaCarousel/index.tsx
5879
+ var import_jsx_runtime66 = require("react/jsx-runtime");
5880
+
5881
+ // src/components/DataGrid/PinnedColumns.tsx
5882
+ var import_clsx43 = __toESM(require("clsx"), 1);
5883
+ var import_react43 = __toESM(require("react"), 1);
5884
+
5885
+ // src/components/DataGrid/ColumnSelectorHeaderCell/index.tsx
5886
+ var import_react42 = require("react");
5887
+
5869
5888
  // src/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.tsx
5870
- var import_react38 = require("react");
5871
- var import_jsx_runtime65 = require("react/jsx-runtime");
5889
+ var import_react41 = require("react");
5890
+ var import_jsx_runtime67 = require("react/jsx-runtime");
5872
5891
  function ColumnSelectorMenuOption({
5873
5892
  id,
5874
5893
  testid,
5875
5894
  column,
5876
5895
  toggleColumnVisibility
5877
5896
  }) {
5878
- const [isVisible, setIsVisible] = (0, import_react38.useState)(column.getIsVisible());
5897
+ const [isVisible, setIsVisible] = (0, import_react41.useState)(column.getIsVisible());
5879
5898
  const label = typeof column.columnDef.header === "string" ? column.columnDef.header : null;
5880
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(MenuOption, { id, testid, defaultChecked: isVisible, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5899
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(MenuOption, { id, testid, defaultChecked: isVisible, children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
5881
5900
  Checkbox,
5882
5901
  {
5883
5902
  id: id ? `${id}-checkbox` : void 0,
@@ -5893,7 +5912,7 @@ function ColumnSelectorMenuOption({
5893
5912
  }
5894
5913
 
5895
5914
  // src/components/DataGrid/ColumnSelectorHeaderCell/index.tsx
5896
- var import_jsx_runtime66 = require("react/jsx-runtime");
5915
+ var import_jsx_runtime68 = require("react/jsx-runtime");
5897
5916
  function ColumnSelectorHeaderCell({
5898
5917
  id,
5899
5918
  testid,
@@ -5901,9 +5920,9 @@ function ColumnSelectorHeaderCell({
5901
5920
  toggleColumnVisibility,
5902
5921
  resetColumnVisibility
5903
5922
  }) {
5904
- const ref = (0, import_react39.useRef)(null);
5905
- const [show, setShow] = (0, import_react39.useState)(false);
5906
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
5923
+ const ref = (0, import_react42.useRef)(null);
5924
+ const [show, setShow] = (0, import_react42.useState)(false);
5925
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
5907
5926
  DataGridCell,
5908
5927
  {
5909
5928
  id,
@@ -5913,7 +5932,7 @@ function ColumnSelectorHeaderCell({
5913
5932
  color: "text-secondary-normal",
5914
5933
  ref,
5915
5934
  children: [
5916
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5935
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5917
5936
  Button,
5918
5937
  {
5919
5938
  id: id ? `${id}-button` : void 0,
@@ -5921,10 +5940,10 @@ function ColumnSelectorHeaderCell({
5921
5940
  onClick: () => setShow((prev) => !prev),
5922
5941
  variant: "navigation",
5923
5942
  iconOnly: true,
5924
- leftIcon: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Icon, { name: "tune" })
5943
+ leftIcon: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Icon, { name: "tune" })
5925
5944
  }
5926
5945
  ),
5927
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
5946
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
5928
5947
  Menu,
5929
5948
  {
5930
5949
  id: id ? `${id}-menu` : void 0,
@@ -5935,7 +5954,7 @@ function ColumnSelectorHeaderCell({
5935
5954
  setShow,
5936
5955
  calculateMinMaxHeight: true,
5937
5956
  children: [
5938
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5957
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5939
5958
  Button,
5940
5959
  {
5941
5960
  id: id ? `${id}-reset-button` : void 0,
@@ -5951,7 +5970,7 @@ function ColumnSelectorHeaderCell({
5951
5970
  table.getAllColumns().filter((x) => {
5952
5971
  var _a;
5953
5972
  return (_a = x.columnDef.meta) == null ? void 0 : _a.inVisibilityMenu;
5954
- }).map((column) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
5973
+ }).map((column) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
5955
5974
  ColumnSelectorMenuOption,
5956
5975
  {
5957
5976
  id: id ? `${id}-option-${column.id}` : void 0,
@@ -5970,7 +5989,7 @@ function ColumnSelectorHeaderCell({
5970
5989
  }
5971
5990
 
5972
5991
  // src/components/DataGrid/PinnedColumns.tsx
5973
- var import_jsx_runtime67 = require("react/jsx-runtime");
5992
+ var import_jsx_runtime69 = require("react/jsx-runtime");
5974
5993
  function PinnedColumns(_a) {
5975
5994
  var _b = _a, {
5976
5995
  id,
@@ -6002,17 +6021,17 @@ function PinnedColumns(_a) {
6002
6021
  const pinnedTestId = testid ? `${pinDirection}-pinned-${testid}` : void 0;
6003
6022
  const hasAnyHeaders = ((_a2 = headerGroups[0]) == null ? void 0 : _a2.headers.length) > 0;
6004
6023
  if (!hasAnyHeaders && !enableColumnSelector) return;
6005
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
6024
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
6006
6025
  "table",
6007
6026
  {
6008
- className: (0, import_clsx42.default)(
6027
+ className: (0, import_clsx43.default)(
6009
6028
  "flex flex-col min-h-min sticky z-20",
6010
6029
  pinDirection === "left" ? "left-0" : "right-0"
6011
6030
  ),
6012
6031
  "data-testid": pinnedTestId,
6013
6032
  children: [
6014
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("thead", { className: "sticky top-0 z-20 grid", children: headerGroups.map((headerGroup) => {
6015
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
6033
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("thead", { className: "sticky top-0 z-20 grid", children: headerGroups.map((headerGroup) => {
6034
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
6016
6035
  "tr",
6017
6036
  {
6018
6037
  "data-testid": pinnedTestId ? `${pinnedTestId}-header-row-${headerGroup.id}` : void 0,
@@ -6027,7 +6046,7 @@ function PinnedColumns(_a) {
6027
6046
  const cellAlignment = (_c = (_b2 = header.column.columnDef.meta) == null ? void 0 : _b2.align) != null ? _c : typeof cellValue === "number" ? "right" : "left";
6028
6047
  if (typeof header.column.columnDef.header === "string") {
6029
6048
  const customHeaderWidth = (_d = header.column.columnDef.meta) == null ? void 0 : _d.headerWidth;
6030
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
6049
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(
6031
6050
  DataCellHeader,
6032
6051
  {
6033
6052
  locked: true,
@@ -6035,7 +6054,7 @@ function PinnedColumns(_a) {
6035
6054
  header,
6036
6055
  center: centerHeader,
6037
6056
  width: customHeaderWidth,
6038
- className: (0, import_clsx42.default)(
6057
+ className: (0, import_clsx43.default)(
6039
6058
  header.column.getCanSort() ? "cursor-pointer" : "cursor-grab",
6040
6059
  "group",
6041
6060
  {
@@ -6044,11 +6063,11 @@ function PinnedColumns(_a) {
6044
6063
  }
6045
6064
  ),
6046
6065
  children: [
6047
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Subheader, { tall: true, children: header.column.columnDef.header }),
6066
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Subheader, { tall: true, children: header.column.columnDef.header }),
6048
6067
  getSortIcon(header.column.getIsSorted()),
6049
6068
  !header.column.getIsSorted() && header.column.getCanSort() && getSortIcon(header.column.getNextSortingOrder(), true),
6050
- header.column.getSortIndex() !== -1 && table.getState().sorting.length > 1 && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Subheader, { tall: true, children: header.column.getSortIndex() + 1 }),
6051
- !((_e = header.column.columnDef.meta) == null ? void 0 : _e.locked) && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6069
+ header.column.getSortIndex() !== -1 && table.getState().sorting.length > 1 && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Subheader, { tall: true, children: header.column.getSortIndex() + 1 }),
6070
+ !((_e = header.column.columnDef.meta) == null ? void 0 : _e.locked) && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6052
6071
  "div",
6053
6072
  {
6054
6073
  onDoubleClick: (e) => {
@@ -6071,7 +6090,7 @@ function PinnedColumns(_a) {
6071
6090
  header.id
6072
6091
  );
6073
6092
  }
6074
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_react40.default.Fragment, { children: ((_f = header.column.columnDef.meta) == null ? void 0 : _f.checkbox) ? /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(DataGridCell, { type: "header", component: "checkbox", locked: true, children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6093
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_react43.default.Fragment, { children: ((_f = header.column.columnDef.meta) == null ? void 0 : _f.checkbox) ? /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(DataGridCell, { type: "header", component: "checkbox", locked: true, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6075
6094
  Checkbox,
6076
6095
  {
6077
6096
  checked: allSelectedAcrossPages,
@@ -6083,7 +6102,7 @@ function PinnedColumns(_a) {
6083
6102
  header.getContext()
6084
6103
  ) }, header.id);
6085
6104
  }),
6086
- enableColumnSelector && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6105
+ enableColumnSelector && /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6087
6106
  ColumnSelectorHeaderCell,
6088
6107
  {
6089
6108
  id: id ? `${id}-column-selector` : void 0,
@@ -6100,7 +6119,7 @@ function PinnedColumns(_a) {
6100
6119
  headerGroup.id
6101
6120
  );
6102
6121
  }) }),
6103
- /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6122
+ /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6104
6123
  TableBody,
6105
6124
  __spreadProps(__spreadValues({
6106
6125
  testid: pinnedTestId
@@ -759,6 +759,10 @@
759
759
  width: calc(var(--spacing) * 6);
760
760
  height: calc(var(--spacing) * 6);
761
761
  }
762
+ .size-9 {
763
+ width: calc(var(--spacing) * 9);
764
+ height: calc(var(--spacing) * 9);
765
+ }
762
766
  .\!h-4\.5 {
763
767
  height: calc(var(--spacing) * 4.5) !important;
764
768
  }
@@ -1063,6 +1067,9 @@
1063
1067
  .\[appearance\:textfield\] {
1064
1068
  appearance: textfield;
1065
1069
  }
1070
+ .appearance-none {
1071
+ appearance: none;
1072
+ }
1066
1073
  .grid-cols-1 {
1067
1074
  grid-template-columns: repeat(1, minmax(0, 1fr));
1068
1075
  }
@@ -2122,6 +2129,9 @@
2122
2129
  .pb-2 {
2123
2130
  padding-bottom: calc(var(--spacing) * 2);
2124
2131
  }
2132
+ .pb-3 {
2133
+ padding-bottom: calc(var(--spacing) * 3);
2134
+ }
2125
2135
  .pb-mobile-component-padding {
2126
2136
  padding-bottom: var(--spacing-mobile-component-padding);
2127
2137
  }
@@ -2345,6 +2355,9 @@
2345
2355
  .text-icon-on-action-secondary-normal {
2346
2356
  color: var(--color-icon-on-action-secondary-normal);
2347
2357
  }
2358
+ .text-icon-primary-disabled {
2359
+ color: var(--color-icon-primary-disabled);
2360
+ }
2348
2361
  .text-icon-primary-normal {
2349
2362
  color: var(--color-icon-primary-normal);
2350
2363
  }
@@ -1,22 +1,24 @@
1
1
  import {
2
2
  PinnedColumns
3
- } from "../../chunk-A57PKP6Z.js";
4
- import "../../chunk-57HL5K5I.js";
3
+ } from "../../chunk-E7XBOMT4.js";
4
+ import "../../chunk-4DPSNQCM.js";
5
5
  import "../../chunk-Q4YDNW7N.js";
6
6
  import "../../chunk-M7INAUAJ.js";
7
- import "../../chunk-C5DKGJ4E.js";
7
+ import "../../chunk-KOKA2IJC.js";
8
+ import "../../chunk-MBZ55T2D.js";
8
9
  import "../../chunk-2IKT6IHB.js";
9
10
  import "../../chunk-YCDDBSVU.js";
10
11
  import "../../chunk-3X3Y4TMS.js";
11
12
  import "../../chunk-BQNPOGD5.js";
12
13
  import "../../chunk-Y5GD2FJA.js";
13
- import "../../chunk-MBZ55T2D.js";
14
- import "../../chunk-SZ47M32R.js";
14
+ import "../../chunk-3N34VVYD.js";
15
15
  import "../../chunk-B4AE3DCA.js";
16
16
  import "../../chunk-FP3Y5JJN.js";
17
17
  import "../../chunk-5IFPG6TS.js";
18
- import "../../chunk-AJ5M6MVX.js";
19
18
  import "../../chunk-6EYMKEJ6.js";
19
+ import "../../chunk-AJ5M6MVX.js";
20
+ import "../../chunk-YV5FS7NV.js";
21
+ import "../../chunk-Z2HPSFEQ.js";
20
22
  import "../../chunk-AT4AWD6B.js";
21
23
  import "../../chunk-EWGHVZL5.js";
22
24
  import "../../chunk-FZ2TEKOE.js";
@@ -24,8 +26,8 @@ import "../../chunk-FESS4LWU.js";
24
26
  import "../../chunk-KBIEWFQS.js";
25
27
  import "../../chunk-NSZTJ5R4.js";
26
28
  import "../../chunk-LB7UT6F3.js";
27
- import "../../chunk-ZL6NXIGS.js";
28
- import "../../chunk-IPQIZG7U.js";
29
+ import "../../chunk-HT57FLRW.js";
30
+ import "../../chunk-N36EJLRW.js";
29
31
  import "../../chunk-4RJKB7LC.js";
30
32
  import "../../chunk-UUKHQUSF.js";
31
33
  import "../../chunk-WVVEOCEH.js";
@@ -36,17 +38,18 @@ import "../../chunk-UAMI54FE.js";
36
38
  import "../../chunk-SJZNVG4N.js";
37
39
  import "../../chunk-75USUR3I.js";
38
40
  import "../../chunk-BWPNXY7T.js";
39
- import "../../chunk-BH4UKMXV.js";
40
- import "../../chunk-RFF2EFBX.js";
41
- import "../../chunk-FXJ7C6RF.js";
42
- import "../../chunk-7OLDYFKY.js";
41
+ import "../../chunk-5NRKL5CJ.js";
42
+ import "../../chunk-OM7QLLI2.js";
43
+ import "../../chunk-PE3EZP56.js";
44
+ import "../../chunk-X3NDEFVA.js";
43
45
  import "../../chunk-FHXCCVOG.js";
44
46
  import "../../chunk-7T5RGDCN.js";
45
47
  import "../../chunk-HXGJVYGQ.js";
46
48
  import "../../chunk-WVUIIBRR.js";
47
49
  import "../../chunk-M7WHWZ2J.js";
48
- import "../../chunk-CJPGHBV5.js";
49
- import "../../chunk-BXEE6VGQ.js";
50
+ import "../../chunk-EGECC3PQ.js";
51
+ import "../../chunk-KLH67DTH.js";
52
+ import "../../chunk-WVGXD7HT.js";
50
53
  import "../../chunk-VXWSAIB5.js";
51
54
  import "../../chunk-MMZTPVYB.js";
52
55
  import "../../chunk-5UH6QUFB.js";
@@ -6081,11 +6081,30 @@ var import_react40 = require("react");
6081
6081
  var import_jsx_runtime65 = require("react/jsx-runtime");
6082
6082
 
6083
6083
  // src/components/EmblaCarousel/index.tsx
6084
+ var import_react43 = require("react");
6084
6085
  var import_embla_carousel_react = __toESM(require("embla-carousel-react"), 1);
6086
+
6087
+ // src/components/EmblaCarousel/SelectedSnapDisplay.tsx
6085
6088
  var import_jsx_runtime66 = require("react/jsx-runtime");
6086
6089
 
6087
- // src/components/DataGrid/TableBody/LoadingCell.tsx
6090
+ // src/components/EmblaCarousel/useSelectedSnapDisplay.ts
6091
+ var import_react41 = require("react");
6092
+
6093
+ // src/components/EmblaCarousel/ArrowButtons.tsx
6094
+ var import_clsx43 = __toESM(require("clsx"), 1);
6088
6095
  var import_jsx_runtime67 = require("react/jsx-runtime");
6096
+ var arrowButtonStyles = (0, import_clsx43.default)(
6097
+ "appearance-none bg-transparent border cursor-pointer p-2 flex items-center justify-center size-9 rounded-full transition-colors duration-300 ease-in-out"
6098
+ );
6099
+
6100
+ // src/components/EmblaCarousel/usePrevNextButtons.ts
6101
+ var import_react42 = require("react");
6102
+
6103
+ // src/components/EmblaCarousel/index.tsx
6104
+ var import_jsx_runtime68 = require("react/jsx-runtime");
6105
+
6106
+ // src/components/DataGrid/TableBody/LoadingCell.tsx
6107
+ var import_jsx_runtime69 = require("react/jsx-runtime");
6089
6108
  function LoadingCell({
6090
6109
  id,
6091
6110
  testid,
@@ -6093,16 +6112,16 @@ function LoadingCell({
6093
6112
  }) {
6094
6113
  const key = `loading-${column.id}`;
6095
6114
  if (column.cell === "checkbox") {
6096
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(DataGridCell, { id: id ? `${id}-${key}` : void 0, testid: testid ? `${testid}-${key}` : void 0, children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Checkbox, { id: id ? `${id}-${key}-checkbox` : void 0, testid: testid ? `${testid}-${key}-checkbox` : void 0, disabled: true }) }, key);
6115
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(DataGridCell, { id: id ? `${id}-${key}` : void 0, testid: testid ? `${testid}-${key}` : void 0, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(Checkbox, { id: id ? `${id}-${key}-checkbox` : void 0, testid: testid ? `${testid}-${key}-checkbox` : void 0, disabled: true }) }, key);
6097
6116
  }
6098
6117
  if (column.cell === "input") {
6099
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6118
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6100
6119
  DataGridCell,
6101
6120
  {
6102
6121
  id: id ? `${id}-${key}` : void 0,
6103
6122
  testid: testid ? `${testid}-${key}` : void 0,
6104
6123
  component: "input",
6105
- children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
6124
+ children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
6106
6125
  Input,
6107
6126
  {
6108
6127
  id: id ? `${id}-${key}-input` : void 0,
@@ -6116,7 +6135,7 @@ function LoadingCell({
6116
6135
  key
6117
6136
  );
6118
6137
  }
6119
- return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(DataGridCell, { id: id ? `${id}-${key}` : void 0, testid: testid ? `${testid}-${key}` : void 0, children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("div", { className: "bg-linear-270 to-neutral-300/[24%] from-neutral-300/[12%] rounded-xs w-full max-w-25 h-6" }) }, key);
6138
+ return /* @__PURE__ */ (0, import_jsx_runtime69.jsx)(DataGridCell, { id: id ? `${id}-${key}` : void 0, testid: testid ? `${testid}-${key}` : void 0, children: /* @__PURE__ */ (0, import_jsx_runtime69.jsx)("div", { className: "bg-linear-270 to-neutral-300/[24%] from-neutral-300/[12%] rounded-xs w-full max-w-25 h-6" }) }, key);
6120
6139
  }
6121
6140
  // Annotate the CommonJS export names for ESM import in node:
6122
6141
  0 && (module.exports = {
@@ -759,6 +759,10 @@
759
759
  width: calc(var(--spacing) * 6);
760
760
  height: calc(var(--spacing) * 6);
761
761
  }
762
+ .size-9 {
763
+ width: calc(var(--spacing) * 9);
764
+ height: calc(var(--spacing) * 9);
765
+ }
762
766
  .\!h-4\.5 {
763
767
  height: calc(var(--spacing) * 4.5) !important;
764
768
  }
@@ -1063,6 +1067,9 @@
1063
1067
  .\[appearance\:textfield\] {
1064
1068
  appearance: textfield;
1065
1069
  }
1070
+ .appearance-none {
1071
+ appearance: none;
1072
+ }
1066
1073
  .grid-cols-1 {
1067
1074
  grid-template-columns: repeat(1, minmax(0, 1fr));
1068
1075
  }
@@ -2122,6 +2129,9 @@
2122
2129
  .pb-2 {
2123
2130
  padding-bottom: calc(var(--spacing) * 2);
2124
2131
  }
2132
+ .pb-3 {
2133
+ padding-bottom: calc(var(--spacing) * 3);
2134
+ }
2125
2135
  .pb-mobile-component-padding {
2126
2136
  padding-bottom: var(--spacing-mobile-component-padding);
2127
2137
  }
@@ -2345,6 +2355,9 @@
2345
2355
  .text-icon-on-action-secondary-normal {
2346
2356
  color: var(--color-icon-on-action-secondary-normal);
2347
2357
  }
2358
+ .text-icon-primary-disabled {
2359
+ color: var(--color-icon-primary-disabled);
2360
+ }
2348
2361
  .text-icon-primary-normal {
2349
2362
  color: var(--color-icon-primary-normal);
2350
2363
  }