@dmsi/wedgekit-react 0.0.552 → 0.0.554

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 (151) hide show
  1. package/dist/{chunk-7COWXCPA.js → chunk-45SH6WHE.js} +3 -3
  2. package/dist/{chunk-KJ5OQPPV.js → chunk-63WMDTVQ.js} +1 -1
  3. package/dist/{chunk-FJFZBIRG.js → chunk-7ZCXZDJD.js} +3 -3
  4. package/dist/{chunk-FWCVZWE6.js → chunk-7ZL4GBAD.js} +3 -3
  5. package/dist/{chunk-5BRIDIUA.js → chunk-AGHBLWDZ.js} +3 -3
  6. package/dist/{chunk-QYKOR7LE.js → chunk-CQLRGYHM.js} +3 -3
  7. package/dist/{chunk-XRE52QTN.js → chunk-D5V3PUQQ.js} +6 -6
  8. package/dist/{chunk-Y3EFHKAG.js → chunk-DWICBU2V.js} +1 -1
  9. package/dist/{chunk-CMMQTIVM.js → chunk-EJOPJIRO.js} +3 -3
  10. package/dist/{chunk-K4SIZGMK.js → chunk-EQ2RAI53.js} +1 -1
  11. package/dist/{chunk-SBGGDIE3.js → chunk-FIVKYEC3.js} +7 -7
  12. package/dist/{chunk-QMMPHXVE.js → chunk-GVIXW2QS.js} +3 -3
  13. package/dist/{chunk-ZIPJMN2E.js → chunk-GYQA4UIK.js} +6 -6
  14. package/dist/{chunk-45AHDOAU.js → chunk-HVYK7COK.js} +9 -3
  15. package/dist/{chunk-AKJUBFJK.js → chunk-KV7LAH3T.js} +3 -3
  16. package/dist/{chunk-AX4M7X4Z.js → chunk-MTGNBARV.js} +5 -2
  17. package/dist/{chunk-MHXYGKWA.js → chunk-Q3G6Z5DM.js} +1 -1
  18. package/dist/{chunk-4DXOA7NZ.js → chunk-RZ5EIDX4.js} +1 -1
  19. package/dist/{chunk-PJL5XESN.js → chunk-TL4M56HJ.js} +1 -1
  20. package/dist/{chunk-WNGFRQ4Y.js → chunk-TXPN24PW.js} +13 -13
  21. package/dist/{chunk-Z2QAJY5I.js → chunk-UAMI54FE.js} +1 -1
  22. package/dist/chunk-XJF4S3RB.js +82 -0
  23. package/dist/chunk-XR733AKC.js +82 -0
  24. package/dist/{chunk-7SFFUICM.js → chunk-YLC7OHW2.js} +6 -6
  25. package/dist/chunk-ZCJWOHFN.js +139 -0
  26. package/dist/{chunk-JADOJNBI.js → chunk-ZDXJXDZT.js} +4 -4
  27. package/dist/components/AccessCard.cjs +661 -0
  28. package/dist/components/AccessCard.js +13 -0
  29. package/dist/components/AccessCardGroup.cjs +365 -0
  30. package/dist/components/AccessCardGroup.js +11 -0
  31. package/dist/components/Accordion.cjs +5 -2
  32. package/dist/components/Accordion.js +2 -2
  33. package/dist/components/Alert.cjs +64 -28
  34. package/dist/components/Alert.js +4 -3
  35. package/dist/components/Button.cjs +38 -5
  36. package/dist/components/Button.js +2 -1
  37. package/dist/components/CalendarRange.cjs +298 -128
  38. package/dist/components/CalendarRange.css +44 -0
  39. package/dist/components/CalendarRange.js +28 -24
  40. package/dist/components/CompactImagesPreview.cjs +5 -2
  41. package/dist/components/CompactImagesPreview.js +2 -2
  42. package/dist/components/ContentTab.cjs +42 -9
  43. package/dist/components/ContentTab.js +3 -2
  44. package/dist/components/ContentTabs.cjs +47 -14
  45. package/dist/components/ContentTabs.js +3 -2
  46. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.cjs +281 -111
  47. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.css +44 -0
  48. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.js +28 -24
  49. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.cjs +291 -121
  50. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.css +44 -0
  51. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.js +28 -24
  52. package/dist/components/DataGrid/PinnedColumns.cjs +306 -136
  53. package/dist/components/DataGrid/PinnedColumns.css +44 -0
  54. package/dist/components/DataGrid/PinnedColumns.js +28 -24
  55. package/dist/components/DataGrid/TableBody/LoadingCell.cjs +282 -112
  56. package/dist/components/DataGrid/TableBody/LoadingCell.css +44 -0
  57. package/dist/components/DataGrid/TableBody/LoadingCell.js +28 -24
  58. package/dist/components/DataGrid/TableBody/TableBodyRow.cjs +288 -118
  59. package/dist/components/DataGrid/TableBody/TableBodyRow.css +44 -0
  60. package/dist/components/DataGrid/TableBody/TableBodyRow.js +28 -24
  61. package/dist/components/DataGrid/TableBody/index.cjs +303 -133
  62. package/dist/components/DataGrid/TableBody/index.css +44 -0
  63. package/dist/components/DataGrid/TableBody/index.js +28 -24
  64. package/dist/components/DataGrid/index.cjs +392 -222
  65. package/dist/components/DataGrid/index.css +44 -0
  66. package/dist/components/DataGrid/index.js +28 -24
  67. package/dist/components/DataGrid/utils.cjs +282 -112
  68. package/dist/components/DataGrid/utils.css +44 -0
  69. package/dist/components/DataGrid/utils.js +28 -24
  70. package/dist/components/DataGridCell.js +3 -3
  71. package/dist/components/DateInput.cjs +311 -141
  72. package/dist/components/DateInput.css +44 -0
  73. package/dist/components/DateInput.js +28 -24
  74. package/dist/components/DateRangeInput.cjs +317 -147
  75. package/dist/components/DateRangeInput.css +44 -0
  76. package/dist/components/DateRangeInput.js +28 -24
  77. package/dist/components/FilterGroup.cjs +87 -52
  78. package/dist/components/FilterGroup.js +6 -5
  79. package/dist/components/InputGroup.cjs +1 -1
  80. package/dist/components/InputGroup.js +1 -1
  81. package/dist/components/ListGroup.cjs +5 -2
  82. package/dist/components/ListGroup.js +2 -2
  83. package/dist/components/MenuOption.js +2 -2
  84. package/dist/components/MobileDataGrid/ColumnList.cjs +5 -2
  85. package/dist/components/MobileDataGrid/ColumnList.js +3 -3
  86. package/dist/components/MobileDataGrid/ColumnSelector/index.cjs +288 -118
  87. package/dist/components/MobileDataGrid/ColumnSelector/index.css +44 -0
  88. package/dist/components/MobileDataGrid/ColumnSelector/index.js +28 -24
  89. package/dist/components/MobileDataGrid/MobileDataGridCard/index.cjs +5 -2
  90. package/dist/components/MobileDataGrid/MobileDataGridCard/index.js +2 -2
  91. package/dist/components/MobileDataGrid/MobileDataGridHeader.cjs +293 -120
  92. package/dist/components/MobileDataGrid/MobileDataGridHeader.css +44 -0
  93. package/dist/components/MobileDataGrid/MobileDataGridHeader.js +28 -24
  94. package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.cjs +5 -2
  95. package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.js +2 -2
  96. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.cjs +94 -58
  97. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.js +8 -7
  98. package/dist/components/MobileDataGrid/index.cjs +372 -199
  99. package/dist/components/MobileDataGrid/index.css +44 -0
  100. package/dist/components/MobileDataGrid/index.js +28 -24
  101. package/dist/components/Modal.cjs +64 -29
  102. package/dist/components/Modal.js +5 -4
  103. package/dist/components/ModalButtons.cjs +47 -14
  104. package/dist/components/ModalButtons.js +3 -2
  105. package/dist/components/ModalHeader.cjs +47 -12
  106. package/dist/components/ModalHeader.js +3 -2
  107. package/dist/components/NavigationTab.cjs +43 -10
  108. package/dist/components/NavigationTab.js +3 -2
  109. package/dist/components/NavigationTabs.cjs +48 -15
  110. package/dist/components/NavigationTabs.js +3 -2
  111. package/dist/components/NestedMenu.cjs +48 -13
  112. package/dist/components/NestedMenu.js +6 -5
  113. package/dist/components/Notification.cjs +68 -32
  114. package/dist/components/Notification.js +7 -6
  115. package/dist/components/OptionPill.cjs +48 -13
  116. package/dist/components/OptionPill.js +3 -2
  117. package/dist/components/PDFViewer/DownloadIcon.cjs +46 -13
  118. package/dist/components/PDFViewer/DownloadIcon.js +3 -2
  119. package/dist/components/PDFViewer/PDFElement.cjs +5 -2
  120. package/dist/components/PDFViewer/PDFElement.js +2 -2
  121. package/dist/components/PDFViewer/PDFNavigation.cjs +64 -28
  122. package/dist/components/PDFViewer/PDFNavigation.js +4 -3
  123. package/dist/components/PDFViewer/index.cjs +69 -61
  124. package/dist/components/PDFViewer/index.js +11 -11
  125. package/dist/components/ProductImagePreview/index.cjs +5 -2
  126. package/dist/components/ProductImagePreview/index.js +5 -5
  127. package/dist/components/Radio.js +5 -134
  128. package/dist/components/SideMenuGroup.cjs +5 -2
  129. package/dist/components/SideMenuGroup.js +1 -1
  130. package/dist/components/SideMenuItem.cjs +5 -2
  131. package/dist/components/SideMenuItem.js +3 -3
  132. package/dist/components/SimpleTable.cjs +5 -2
  133. package/dist/components/SimpleTable.js +2 -2
  134. package/dist/components/Stack.cjs +5 -2
  135. package/dist/components/Stack.js +1 -1
  136. package/dist/components/Stepper.cjs +73 -40
  137. package/dist/components/Stepper.js +4 -3
  138. package/dist/components/Swatch.cjs +5 -2
  139. package/dist/components/Swatch.js +3 -3
  140. package/dist/components/Time.cjs +5 -2
  141. package/dist/components/Time.js +2 -2
  142. package/dist/components/Toast.cjs +51 -16
  143. package/dist/components/Toast.js +4 -3
  144. package/dist/components/Upload.cjs +46 -38
  145. package/dist/components/Upload.js +6 -6
  146. package/dist/components/index.cjs +537 -231
  147. package/dist/components/index.css +44 -0
  148. package/dist/components/index.js +40 -30
  149. package/dist/index.css +44 -0
  150. package/package.json +1 -1
  151. package/dist/{chunk-EZ4KZYKG.js → chunk-YWQEMS2C.js} +3 -3
@@ -3778,7 +3778,39 @@ Checkbox.displayName = "Checkbox";
3778
3778
 
3779
3779
  // src/components/Button.tsx
3780
3780
  var import_clsx16 = __toESM(require("clsx"), 1);
3781
+
3782
+ // src/components/Spinner.tsx
3781
3783
  var import_jsx_runtime18 = require("react/jsx-runtime");
3784
+ var Spinner = ({ size = "small", testid }) => {
3785
+ const dimension = size === "large" ? 48 : 24;
3786
+ return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
3787
+ "svg",
3788
+ {
3789
+ "data-testid": testid,
3790
+ width: dimension,
3791
+ height: dimension,
3792
+ viewBox: "0 0 24 24",
3793
+ xmlns: "http://www.w3.org/2000/svg",
3794
+ fill: "#1D1E1E",
3795
+ className: "spinner",
3796
+ "aria-label": "Loading",
3797
+ children: [
3798
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "12", cy: "4", r: "2", opacity: "1" }),
3799
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "17.666", cy: "6.334", r: "2", opacity: "0.125" }),
3800
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "20", cy: "12", r: "2", opacity: "0.25" }),
3801
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "17.666", cy: "17.666", r: "2", opacity: "0.375" }),
3802
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "12", cy: "20", r: "2", opacity: "0.5" }),
3803
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "6.334", cy: "17.666", r: "2", opacity: "0.625" }),
3804
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "4", cy: "12", r: "2", opacity: "0.75" }),
3805
+ /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("circle", { cx: "6.334", cy: "6.334", r: "2", opacity: "0.875" })
3806
+ ]
3807
+ }
3808
+ );
3809
+ };
3810
+ Spinner.displayName = "Spinner";
3811
+
3812
+ // src/components/Button.tsx
3813
+ var import_jsx_runtime19 = require("react/jsx-runtime");
3782
3814
  var Button = (_a) => {
3783
3815
  var _b = _a, {
3784
3816
  variant = "primary",
@@ -3794,7 +3826,8 @@ var Button = (_a) => {
3794
3826
  colorClassName,
3795
3827
  href,
3796
3828
  id,
3797
- testid
3829
+ testid,
3830
+ isLoading
3798
3831
  } = _b, props = __objRest(_b, [
3799
3832
  "variant",
3800
3833
  "as",
@@ -3809,7 +3842,8 @@ var Button = (_a) => {
3809
3842
  "colorClassName",
3810
3843
  "href",
3811
3844
  "id",
3812
- "testid"
3845
+ "testid",
3846
+ "isLoading"
3813
3847
  ]);
3814
3848
  const primaryVariantStyles = variant === "primary" && (0, import_clsx16.default)(
3815
3849
  (colorClassName == null ? void 0 : colorClassName.trim()) ? colorClassName : "text-text-on-action-primary-normal",
@@ -3893,7 +3927,7 @@ var Button = (_a) => {
3893
3927
  typography.buttonLabel
3894
3928
  );
3895
3929
  const Element = href && !as ? "a" : as;
3896
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
3930
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
3897
3931
  Element,
3898
3932
  __spreadProps(__spreadValues({
3899
3933
  id,
@@ -3907,7 +3941,8 @@ var Button = (_a) => {
3907
3941
  "data-theme": variant === "navigation" ? "brand" : void 0,
3908
3942
  children: [
3909
3943
  leftIcon && leftIcon,
3910
- !iconOnly && children && /* @__PURE__ */ (0, import_jsx_runtime18.jsx)("span", { id: id ? `${id}-label` : void 0, "data-testid": testid ? `${testid}-label` : void 0, className: labelClasses, children }),
3944
+ isLoading && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Spinner, { size: "small" }),
3945
+ !iconOnly && !isLoading && children && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("span", { id: id ? `${id}-label` : void 0, "data-testid": testid ? `${testid}-label` : void 0, className: labelClasses, children }),
3911
3946
  rightIcon && rightIcon
3912
3947
  ]
3913
3948
  })
@@ -3919,7 +3954,7 @@ Button.displayName = "Button";
3919
3954
  var import_clsx17 = __toESM(require("clsx"), 1);
3920
3955
  var import_react17 = require("react");
3921
3956
  var import_react_dom2 = require("react-dom");
3922
- var import_jsx_runtime19 = require("react/jsx-runtime");
3957
+ var import_jsx_runtime20 = require("react/jsx-runtime");
3923
3958
  var Tooltip = ({
3924
3959
  id,
3925
3960
  testid,
@@ -3986,7 +4021,7 @@ var Tooltip = ({
3986
4021
  return () => window.removeEventListener("resize", updatePosition);
3987
4022
  }
3988
4023
  }, [isVisible]);
3989
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
4024
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
3990
4025
  "div",
3991
4026
  {
3992
4027
  id,
@@ -3998,7 +4033,7 @@ var Tooltip = ({
3998
4033
  children: [
3999
4034
  children,
4000
4035
  !keepHidden && isVisible && typeof document !== "undefined" && (0, import_react_dom2.createPortal)(
4001
- /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
4036
+ /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4002
4037
  "div",
4003
4038
  {
4004
4039
  id: id ? `${id}-message` : void 0,
@@ -4045,7 +4080,7 @@ var import_react_dom3 = require("react-dom");
4045
4080
  var import_clsx18 = __toESM(require("clsx"), 1);
4046
4081
  var import_react18 = __toESM(require("react"), 1);
4047
4082
  var import_polyfill = require("@js-temporal/polyfill");
4048
- var import_jsx_runtime20 = require("react/jsx-runtime");
4083
+ var import_jsx_runtime21 = require("react/jsx-runtime");
4049
4084
  function DateCell(_a) {
4050
4085
  var _b = _a, {
4051
4086
  date,
@@ -4080,7 +4115,7 @@ function DateCell(_a) {
4080
4115
  "id",
4081
4116
  "testid"
4082
4117
  ]);
4083
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4118
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4084
4119
  "span",
4085
4120
  __spreadProps(__spreadValues({}, props), {
4086
4121
  id,
@@ -4236,7 +4271,7 @@ function CalendarRange({
4236
4271
  }
4237
4272
  return false;
4238
4273
  }
4239
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4274
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4240
4275
  "div",
4241
4276
  {
4242
4277
  id,
@@ -4249,7 +4284,7 @@ function CalendarRange({
4249
4284
  // baseTransition,
4250
4285
  "overflow-hidden"
4251
4286
  ),
4252
- children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4287
+ children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4253
4288
  "div",
4254
4289
  {
4255
4290
  className: (0, import_clsx18.default)(
@@ -4257,7 +4292,7 @@ function CalendarRange({
4257
4292
  layoutGap
4258
4293
  ),
4259
4294
  children: (mode === "double" ? [0, 1] : [0]).map((offset, idx) => {
4260
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4295
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4261
4296
  CalendarPane,
4262
4297
  {
4263
4298
  getMonthData,
@@ -4322,13 +4357,13 @@ function CalendarPane({
4322
4357
  const month = getMonthData(offset);
4323
4358
  const totalCells = 42;
4324
4359
  const emptyCells = month.firstDayOffset;
4325
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(import_react18.default.Fragment, { children: [
4326
- /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
4360
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_react18.default.Fragment, { children: [
4361
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
4327
4362
  "div",
4328
4363
  {
4329
4364
  className: (0, import_clsx18.default)("flex flex-col"),
4330
4365
  children: [
4331
- /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
4366
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
4332
4367
  "div",
4333
4368
  {
4334
4369
  className: (0, import_clsx18.default)(
@@ -4337,7 +4372,7 @@ function CalendarPane({
4337
4372
  "text-text-action-primary-normal"
4338
4373
  ),
4339
4374
  children: [
4340
- idx === 0 ? /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4375
+ idx === 0 ? /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4341
4376
  "button",
4342
4377
  {
4343
4378
  id: id ? `${id}-prev-month-button` : void 0,
@@ -4349,11 +4384,11 @@ function CalendarPane({
4349
4384
  ),
4350
4385
  "aria-label": "Previous month",
4351
4386
  onClick: () => setBaseMonth(baseMonth.subtract({ months: 1 })),
4352
- children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Icon, { name: "chevron_left", size: 24 })
4387
+ children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Icon, { name: "chevron_left", size: 24 })
4353
4388
  }
4354
- ) : /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { className: (0, import_clsx18.default)(componentPadding, "mr-1") }),
4355
- /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", { className: "flex gap-desktop-compact-component-padding", children: [
4356
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4389
+ ) : /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: (0, import_clsx18.default)(componentPadding, "mr-1") }),
4390
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("div", { className: "flex gap-desktop-compact-component-padding", children: [
4391
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4357
4392
  "button",
4358
4393
  {
4359
4394
  ref: (el) => {
@@ -4368,13 +4403,13 @@ function CalendarPane({
4368
4403
  children: month.name
4369
4404
  }
4370
4405
  ),
4371
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4406
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4372
4407
  Menu,
4373
4408
  {
4374
4409
  show: monthMenuOpen,
4375
4410
  positionTo: monthMenuRef,
4376
4411
  setShow: () => setMonthMenuOpen(false),
4377
- children: months.map((x) => [x, getMonthDataWith(x + 1)]).map(([x, m]) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4412
+ children: months.map((x) => [x, getMonthDataWith(x + 1)]).map(([x, m]) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4378
4413
  MenuOption,
4379
4414
  {
4380
4415
  selected: baseMonth.month === x + 1,
@@ -4388,7 +4423,7 @@ function CalendarPane({
4388
4423
  ))
4389
4424
  }
4390
4425
  ),
4391
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4426
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4392
4427
  "button",
4393
4428
  {
4394
4429
  ref: (el) => {
@@ -4403,13 +4438,13 @@ function CalendarPane({
4403
4438
  children: month.year
4404
4439
  }
4405
4440
  ),
4406
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4441
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4407
4442
  Menu,
4408
4443
  {
4409
4444
  show: yearMenuOpen,
4410
4445
  positionTo: yearMenuRef,
4411
4446
  setShow: () => setYearMenuOpen(false),
4412
- children: years.map((y) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4447
+ children: years.map((y) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4413
4448
  MenuOption,
4414
4449
  {
4415
4450
  selected: baseMonth.year === y,
@@ -4424,7 +4459,7 @@ function CalendarPane({
4424
4459
  }
4425
4460
  )
4426
4461
  ] }),
4427
- (mode === "double" ? idx === 1 : true) ? /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4462
+ (mode === "double" ? idx === 1 : true) ? /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4428
4463
  "button",
4429
4464
  {
4430
4465
  id: id ? `${id}-next-month-button` : void 0,
@@ -4436,13 +4471,13 @@ function CalendarPane({
4436
4471
  ),
4437
4472
  "aria-label": "Next month",
4438
4473
  onClick: () => setBaseMonth(baseMonth.add({ months: 1 })),
4439
- children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Icon, { name: "chevron_right", size: 24 })
4474
+ children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Icon, { name: "chevron_right", size: 24 })
4440
4475
  }
4441
- ) : /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("span", { className: (0, import_clsx18.default)(componentPadding, "ml-1") })
4476
+ ) : /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { className: (0, import_clsx18.default)(componentPadding, "ml-1") })
4442
4477
  ]
4443
4478
  }
4444
4479
  ),
4445
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { className: (0, import_clsx18.default)("grid grid-cols-7"), children: weekDays.map((d) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4480
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: (0, import_clsx18.default)("grid grid-cols-7"), children: weekDays.map((d) => /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4446
4481
  "span",
4447
4482
  {
4448
4483
  className: (0, import_clsx18.default)(
@@ -4454,7 +4489,7 @@ function CalendarPane({
4454
4489
  },
4455
4490
  d
4456
4491
  )) }),
4457
- /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { className: (0, import_clsx18.default)("grid grid-cols-7"), children: Array.from({ length: totalCells }).map((_, i) => {
4492
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("div", { className: (0, import_clsx18.default)("grid grid-cols-7"), children: Array.from({ length: totalCells }).map((_, i) => {
4458
4493
  const day = i - emptyCells + 1;
4459
4494
  const date = month.date.with({ day: 1 }).add({
4460
4495
  days: i - emptyCells
@@ -4468,7 +4503,7 @@ function CalendarPane({
4468
4503
  const hoverDateIsAfterPendingFrom = hoveredDate && pendingFrom && import_polyfill.Temporal.PlainDate.compare(hoveredDate, pendingFrom) >= 0;
4469
4504
  const isRangeStart = mode === "single" && disableRange ? false : !pendingFrom && isInMonth && fromDate && date.equals(fromDate) || hoverDateIsAfterPendingFrom && date.equals(pendingFrom);
4470
4505
  const isRangeEnd = mode === "single" && disableRange ? false : !pendingFrom && isInMonth && toDate && date.equals(toDate) || hoverDateIsBeforePendingFrom && date.equals(pendingFrom);
4471
- return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4506
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4472
4507
  DateCell,
4473
4508
  {
4474
4509
  id: id ? `${id}-date-${date.toString()}` : void 0,
@@ -4493,7 +4528,7 @@ function CalendarPane({
4493
4528
  ]
4494
4529
  }
4495
4530
  ),
4496
- mode === "double" && idx === 0 && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
4531
+ mode === "double" && idx === 0 && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4497
4532
  "div",
4498
4533
  {
4499
4534
  className: (0, import_clsx18.default)(
@@ -4507,7 +4542,7 @@ function CalendarPane({
4507
4542
  }
4508
4543
 
4509
4544
  // src/components/DateInput.tsx
4510
- var import_jsx_runtime21 = require("react/jsx-runtime");
4545
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4511
4546
  var DateInput = (_a) => {
4512
4547
  var _b = _a, {
4513
4548
  id,
@@ -4668,8 +4703,8 @@ var DateInput = (_a) => {
4668
4703
  }
4669
4704
  }
4670
4705
  };
4671
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)("div", { className: "relative", children: [
4672
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4706
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)("div", { className: "relative", children: [
4707
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4673
4708
  InputBase,
4674
4709
  __spreadProps(__spreadValues({
4675
4710
  id,
@@ -4683,7 +4718,7 @@ var DateInput = (_a) => {
4683
4718
  placeholder,
4684
4719
  disabled,
4685
4720
  readOnly,
4686
- after: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Icon, { name: "calendar_month" }),
4721
+ after: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Icon, { name: "calendar_month" }),
4687
4722
  onFocus: handleFocus,
4688
4723
  onClick: handleClick,
4689
4724
  onChange: handleInputChange,
@@ -4694,7 +4729,7 @@ var DateInput = (_a) => {
4694
4729
  })
4695
4730
  ),
4696
4731
  visible && !readOnly && (0, import_react_dom3.createPortal)(
4697
- /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4732
+ /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4698
4733
  "div",
4699
4734
  {
4700
4735
  ref: (el) => {
@@ -4706,7 +4741,7 @@ var DateInput = (_a) => {
4706
4741
  left: `${calendarPosition.left}px`,
4707
4742
  minWidth: `${calendarPosition.width}px`
4708
4743
  },
4709
- children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
4744
+ children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4710
4745
  CalendarRange,
4711
4746
  {
4712
4747
  id: id ? `${id}-calendar` : void 0,
@@ -4742,18 +4777,18 @@ var import_clsx21 = __toESM(require("clsx"), 1);
4742
4777
 
4743
4778
  // src/components/Card.tsx
4744
4779
  var import_clsx19 = __toESM(require("clsx"), 1);
4745
- var import_jsx_runtime22 = require("react/jsx-runtime");
4780
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4746
4781
 
4747
4782
  // src/components/Stack.tsx
4748
4783
  var import_clsx20 = __toESM(require("clsx"), 1);
4749
- var import_jsx_runtime23 = require("react/jsx-runtime");
4784
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4750
4785
 
4751
4786
  // src/components/Accordion.tsx
4752
- var import_jsx_runtime24 = require("react/jsx-runtime");
4787
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4753
4788
 
4754
4789
  // src/components/Heading.tsx
4755
4790
  var import_clsx22 = __toESM(require("clsx"), 1);
4756
- var import_jsx_runtime25 = require("react/jsx-runtime");
4791
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4757
4792
  var Heading = (_a) => {
4758
4793
  var _b = _a, {
4759
4794
  className,
@@ -4776,7 +4811,7 @@ var Heading = (_a) => {
4776
4811
  ]);
4777
4812
  const defaultElement = variant === "heading1" ? "h1" : variant === "heading2" ? "h2" : "h3";
4778
4813
  const Element = as != null ? as : defaultElement;
4779
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
4814
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4780
4815
  Element,
4781
4816
  __spreadProps(__spreadValues({
4782
4817
  id,
@@ -4797,15 +4832,15 @@ var Heading = (_a) => {
4797
4832
  );
4798
4833
  };
4799
4834
  Heading.displayName = "Heading";
4800
- var Heading1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Heading, __spreadProps(__spreadValues({}, props), { variant: "heading1" }));
4801
- var Heading2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Heading, __spreadProps(__spreadValues({}, props), { variant: "heading2" }));
4802
- var Heading3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(Heading, __spreadProps(__spreadValues({}, props), { variant: "heading3" }));
4835
+ var Heading1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Heading, __spreadProps(__spreadValues({}, props), { variant: "heading1" }));
4836
+ var Heading2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Heading, __spreadProps(__spreadValues({}, props), { variant: "heading2" }));
4837
+ var Heading3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Heading, __spreadProps(__spreadValues({}, props), { variant: "heading3" }));
4803
4838
  Heading1.displayName = "Heading1";
4804
4839
  Heading2.displayName = "Heading2";
4805
4840
  Heading3.displayName = "Heading3";
4806
4841
 
4807
4842
  // src/components/Theme.tsx
4808
- var import_jsx_runtime26 = require("react/jsx-runtime");
4843
+ var import_jsx_runtime27 = require("react/jsx-runtime");
4809
4844
 
4810
4845
  // src/components/MobileDataGrid/ColumnSelector/index.tsx
4811
4846
  var import_react22 = require("react");
@@ -4818,14 +4853,14 @@ var import_react20 = require("react");
4818
4853
  var GridContext = (0, import_react20.createContext)(null);
4819
4854
 
4820
4855
  // src/components/MobileDataGrid/ColumnSelector/index.tsx
4821
- var import_jsx_runtime27 = require("react/jsx-runtime");
4856
+ var import_jsx_runtime28 = require("react/jsx-runtime");
4822
4857
 
4823
4858
  // src/components/MobileDataGrid/MobileDataGridHeader.tsx
4824
- var import_jsx_runtime28 = require("react/jsx-runtime");
4859
+ var import_jsx_runtime29 = require("react/jsx-runtime");
4825
4860
 
4826
4861
  // src/components/MobileDataGrid/GridContextProvider/index.tsx
4827
4862
  var import_react23 = require("react");
4828
- var import_jsx_runtime29 = require("react/jsx-runtime");
4863
+ var import_jsx_runtime30 = require("react/jsx-runtime");
4829
4864
 
4830
4865
  // src/components/Modal.tsx
4831
4866
  var import_clsx27 = __toESM(require("clsx"), 1);
@@ -4833,7 +4868,7 @@ var import_react25 = require("react");
4833
4868
 
4834
4869
  // src/components/ModalHeader.tsx
4835
4870
  var import_clsx23 = __toESM(require("clsx"), 1);
4836
- var import_jsx_runtime30 = require("react/jsx-runtime");
4871
+ var import_jsx_runtime31 = require("react/jsx-runtime");
4837
4872
  var ModalHeader = ({
4838
4873
  title,
4839
4874
  hideCloseIcon,
@@ -4846,7 +4881,7 @@ var ModalHeader = ({
4846
4881
  titleAs: TitleComponent
4847
4882
  }) => {
4848
4883
  const Title = TitleComponent || Heading2;
4849
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
4884
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
4850
4885
  "div",
4851
4886
  {
4852
4887
  id,
@@ -4861,9 +4896,9 @@ var ModalHeader = ({
4861
4896
  headerClassname
4862
4897
  ),
4863
4898
  children: [
4864
- /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)("div", { className: (0, import_clsx23.default)("flex items-center flex-1", layoutGroupGap), children: [
4899
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("div", { className: (0, import_clsx23.default)("flex items-center flex-1", layoutGroupGap), children: [
4865
4900
  headerIcon,
4866
- title && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
4901
+ title && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
4867
4902
  Title,
4868
4903
  {
4869
4904
  id: id ? `${id}-title` : void 0,
@@ -4873,7 +4908,7 @@ var ModalHeader = ({
4873
4908
  }
4874
4909
  )
4875
4910
  ] }),
4876
- !hideCloseIcon && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
4911
+ !hideCloseIcon && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
4877
4912
  Button,
4878
4913
  {
4879
4914
  id: id ? `${id}-close-button` : void 0,
@@ -4881,7 +4916,7 @@ var ModalHeader = ({
4881
4916
  iconOnly: true,
4882
4917
  variant: "tertiary",
4883
4918
  onClick: onClose,
4884
- leftIcon: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)("span", { className: "text-brand-text-action-primary-normal desktop:text-icon-primary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Icon, { name: "close", size: 24 }) })
4919
+ leftIcon: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { className: "text-brand-text-action-primary-normal desktop:text-icon-primary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { name: "close", size: 24 }) })
4885
4920
  }
4886
4921
  )
4887
4922
  ]
@@ -4892,14 +4927,14 @@ ModalHeader.displayName = "ModalHeader";
4892
4927
 
4893
4928
  // src/components/ModalContent.tsx
4894
4929
  var import_clsx24 = __toESM(require("clsx"), 1);
4895
- var import_jsx_runtime31 = require("react/jsx-runtime");
4930
+ var import_jsx_runtime32 = require("react/jsx-runtime");
4896
4931
  function ModalContent({
4897
4932
  fixedHeightScrolling,
4898
4933
  children,
4899
4934
  id,
4900
4935
  testid
4901
4936
  }) {
4902
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
4937
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4903
4938
  "div",
4904
4939
  {
4905
4940
  id,
@@ -4917,7 +4952,7 @@ ModalContent.displayName = "ModalContent";
4917
4952
 
4918
4953
  // src/components/ModalButtons.tsx
4919
4954
  var import_clsx25 = __toESM(require("clsx"), 1);
4920
- var import_jsx_runtime32 = require("react/jsx-runtime");
4955
+ var import_jsx_runtime33 = require("react/jsx-runtime");
4921
4956
  var ModalButtons = ({
4922
4957
  onClose,
4923
4958
  onContinue,
@@ -4925,7 +4960,7 @@ var ModalButtons = ({
4925
4960
  id,
4926
4961
  testid
4927
4962
  }) => {
4928
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4963
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
4929
4964
  "div",
4930
4965
  {
4931
4966
  id,
@@ -4935,26 +4970,26 @@ var ModalButtons = ({
4935
4970
  layoutPaddding,
4936
4971
  layoutGroupGap
4937
4972
  ),
4938
- children: customActions != null ? customActions : /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_jsx_runtime32.Fragment, { children: [
4939
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4973
+ children: customActions != null ? customActions : /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_jsx_runtime33.Fragment, { children: [
4974
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
4940
4975
  Button,
4941
4976
  {
4942
4977
  id: id ? `${id}-close-button` : void 0,
4943
4978
  testid: testid ? `${testid}-close-button` : void 0,
4944
4979
  variant: "secondary",
4945
- leftIcon: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Icon, { name: "close", size: 24 }),
4980
+ leftIcon: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Icon, { name: "close", size: 24 }),
4946
4981
  onClick: onClose,
4947
4982
  className: "max-sm:w-full",
4948
4983
  children: "Close"
4949
4984
  }
4950
4985
  ),
4951
- /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4986
+ /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
4952
4987
  Button,
4953
4988
  {
4954
4989
  id: id ? `${id}-continue-button` : void 0,
4955
4990
  testid: testid ? `${testid}-continue-button` : void 0,
4956
4991
  variant: "primary",
4957
- leftIcon: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Icon, { name: "check", size: 24 }),
4992
+ leftIcon: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Icon, { name: "check", size: 24 }),
4958
4993
  className: "max-sm:w-full",
4959
4994
  onClick: onContinue,
4960
4995
  children: "Continue"
@@ -4968,7 +5003,7 @@ ModalButtons.displayName = "ModalButtons";
4968
5003
 
4969
5004
  // src/components/ModalScrim.tsx
4970
5005
  var import_clsx26 = __toESM(require("clsx"), 1);
4971
- var import_jsx_runtime33 = require("react/jsx-runtime");
5006
+ var import_jsx_runtime34 = require("react/jsx-runtime");
4972
5007
  var ModalScrim = ({
4973
5008
  show = false,
4974
5009
  size = "small",
@@ -4978,7 +5013,7 @@ var ModalScrim = ({
4978
5013
  id,
4979
5014
  testid
4980
5015
  }) => {
4981
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
5016
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
4982
5017
  "div",
4983
5018
  {
4984
5019
  id,
@@ -5014,7 +5049,7 @@ var useMounted = () => {
5014
5049
  };
5015
5050
 
5016
5051
  // src/components/Modal.tsx
5017
- var import_jsx_runtime34 = require("react/jsx-runtime");
5052
+ var import_jsx_runtime35 = require("react/jsx-runtime");
5018
5053
  var fadeInScale = (element, duration = 300) => element.animate(
5019
5054
  [
5020
5055
  { opacity: 0, transform: "scale(0.95)" },
@@ -5187,7 +5222,7 @@ var Modal = ({
5187
5222
  return null;
5188
5223
  }
5189
5224
  return (0, import_react_dom4.createPortal)(
5190
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5225
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5191
5226
  ModalScrim,
5192
5227
  {
5193
5228
  id: id ? `${id}-scrim` : void 0,
@@ -5196,7 +5231,7 @@ var Modal = ({
5196
5231
  ref: bgRef,
5197
5232
  show: open,
5198
5233
  onClick: backgroundClickHandler,
5199
- children: /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(
5234
+ children: /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
5200
5235
  "div",
5201
5236
  {
5202
5237
  id,
@@ -5211,7 +5246,7 @@ var Modal = ({
5211
5246
  ),
5212
5247
  onClick: (e) => e.stopPropagation(),
5213
5248
  children: [
5214
- /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5249
+ /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5215
5250
  ModalHeader,
5216
5251
  {
5217
5252
  id: id ? `${id}-header` : void 0,
@@ -5225,7 +5260,7 @@ var Modal = ({
5225
5260
  titleAs: TitleComponent
5226
5261
  }
5227
5262
  ),
5228
- children && (size !== "screen" || noWrapper) ? /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5263
+ children && (size !== "screen" || noWrapper) ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5229
5264
  ModalContent,
5230
5265
  {
5231
5266
  id: id ? `${id}-content` : void 0,
@@ -5234,7 +5269,7 @@ var Modal = ({
5234
5269
  children
5235
5270
  }
5236
5271
  ) : children,
5237
- showButtons ? customFooter ? customActions : /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
5272
+ showButtons ? customFooter ? customActions : /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
5238
5273
  ModalButtons,
5239
5274
  {
5240
5275
  id: id ? `${id}-buttons` : void 0,
@@ -5255,51 +5290,51 @@ var Modal = ({
5255
5290
  Modal.displayName = "Modal";
5256
5291
 
5257
5292
  // src/components/MobileDataGrid/MobileDataGridCard/MobileDataGridColumn.tsx
5258
- var import_jsx_runtime35 = require("react/jsx-runtime");
5293
+ var import_jsx_runtime36 = require("react/jsx-runtime");
5259
5294
 
5260
5295
  // src/components/MobileDataGrid/RowDetailModalProvider/ModalContent.tsx
5261
- var import_jsx_runtime36 = require("react/jsx-runtime");
5296
+ var import_jsx_runtime37 = require("react/jsx-runtime");
5262
5297
 
5263
5298
  // src/components/MobileDataGrid/RowDetailModalProvider/index.tsx
5264
- var import_jsx_runtime37 = require("react/jsx-runtime");
5299
+ var import_jsx_runtime38 = require("react/jsx-runtime");
5265
5300
 
5266
5301
  // src/components/MobileDataGrid/ColumnList.tsx
5267
5302
  var import_clsx29 = __toESM(require("clsx"), 1);
5268
5303
 
5269
5304
  // src/components/MobileDataGrid/MobileDataGridCard/index.tsx
5270
5305
  var import_clsx28 = __toESM(require("clsx"), 1);
5271
- var import_jsx_runtime38 = require("react/jsx-runtime");
5306
+ var import_jsx_runtime39 = require("react/jsx-runtime");
5272
5307
 
5273
5308
  // src/components/MobileDataGrid/ColumnList.tsx
5274
- var import_jsx_runtime39 = require("react/jsx-runtime");
5309
+ var import_jsx_runtime40 = require("react/jsx-runtime");
5275
5310
 
5276
5311
  // src/components/MobileDataGrid/index.tsx
5277
- var import_jsx_runtime40 = require("react/jsx-runtime");
5312
+ var import_jsx_runtime41 = require("react/jsx-runtime");
5278
5313
 
5279
5314
  // src/components/ProductImagePreview/Thumbnail.tsx
5280
5315
  var import_react27 = require("react");
5281
5316
 
5282
5317
  // src/components/ImagePlaceholder.tsx
5283
5318
  var import_react26 = require("react");
5284
- var import_jsx_runtime41 = require("react/jsx-runtime");
5319
+ var import_jsx_runtime42 = require("react/jsx-runtime");
5285
5320
 
5286
5321
  // src/components/ProductImagePreview/Thumbnail.tsx
5287
- var import_jsx_runtime42 = require("react/jsx-runtime");
5322
+ var import_jsx_runtime43 = require("react/jsx-runtime");
5288
5323
 
5289
5324
  // src/components/Grid.tsx
5290
5325
  var import_clsx30 = __toESM(require("clsx"), 1);
5291
- var import_jsx_runtime43 = require("react/jsx-runtime");
5326
+ var import_jsx_runtime44 = require("react/jsx-runtime");
5292
5327
 
5293
5328
  // src/components/ProductImagePreview/ProductPrimaryImage.tsx
5294
5329
  var import_react28 = require("react");
5295
- var import_jsx_runtime44 = require("react/jsx-runtime");
5330
+ var import_jsx_runtime45 = require("react/jsx-runtime");
5296
5331
 
5297
5332
  // src/components/ProductImagePreview/ZoomWindow.tsx
5298
5333
  var import_react29 = require("react");
5299
5334
 
5300
5335
  // src/components/Surface.tsx
5301
5336
  var import_clsx31 = __toESM(require("clsx"), 1);
5302
- var import_jsx_runtime45 = require("react/jsx-runtime");
5337
+ var import_jsx_runtime46 = require("react/jsx-runtime");
5303
5338
  var Surface = (_a) => {
5304
5339
  var _b = _a, {
5305
5340
  children,
@@ -5312,7 +5347,7 @@ var Surface = (_a) => {
5312
5347
  "elevation",
5313
5348
  "id"
5314
5349
  ]);
5315
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
5350
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
5316
5351
  "div",
5317
5352
  __spreadProps(__spreadValues({
5318
5353
  id,
@@ -5333,40 +5368,40 @@ var Surface = (_a) => {
5333
5368
  Surface.displayName = "Surface";
5334
5369
 
5335
5370
  // src/components/ProductImagePreview/ZoomWindow.tsx
5336
- var import_jsx_runtime46 = require("react/jsx-runtime");
5371
+ var import_jsx_runtime47 = require("react/jsx-runtime");
5337
5372
 
5338
5373
  // src/components/ProductImagePreview/CarouselPagination.tsx
5339
5374
  var import_clsx32 = require("clsx");
5340
- var import_jsx_runtime47 = require("react/jsx-runtime");
5375
+ var import_jsx_runtime48 = require("react/jsx-runtime");
5341
5376
 
5342
5377
  // src/components/ProductImagePreview/MobileImageCarousel.tsx
5343
5378
  var import_react30 = require("react");
5344
- var import_jsx_runtime48 = require("react/jsx-runtime");
5379
+ var import_jsx_runtime49 = require("react/jsx-runtime");
5345
5380
 
5346
5381
  // src/components/ProductImagePreview/useProductImagePreview.ts
5347
5382
  var import_react31 = require("react");
5348
5383
 
5349
5384
  // src/components/ProductImagePreview/index.tsx
5350
- var import_jsx_runtime49 = require("react/jsx-runtime");
5385
+ var import_jsx_runtime50 = require("react/jsx-runtime");
5351
5386
 
5352
5387
  // src/components/CompactImagesPreview.tsx
5353
5388
  var import_react32 = require("react");
5354
5389
  var import_clsx33 = __toESM(require("clsx"), 1);
5355
- var import_jsx_runtime50 = require("react/jsx-runtime");
5390
+ var import_jsx_runtime51 = require("react/jsx-runtime");
5356
5391
 
5357
5392
  // src/components/SimpleTable.tsx
5358
5393
  var import_clsx34 = __toESM(require("clsx"), 1);
5359
- var import_jsx_runtime51 = require("react/jsx-runtime");
5394
+ var import_jsx_runtime52 = require("react/jsx-runtime");
5360
5395
 
5361
5396
  // src/components/ListGroup.tsx
5362
5397
  var import_react33 = require("react");
5363
5398
  var import_clsx35 = __toESM(require("clsx"), 1);
5364
- var import_jsx_runtime52 = require("react/jsx-runtime");
5399
+ var import_jsx_runtime53 = require("react/jsx-runtime");
5365
5400
 
5366
5401
  // src/components/Pagination.tsx
5367
5402
  var import_react34 = require("react");
5368
5403
  var import_clsx36 = __toESM(require("clsx"), 1);
5369
- var import_jsx_runtime53 = require("react/jsx-runtime");
5404
+ var import_jsx_runtime54 = require("react/jsx-runtime");
5370
5405
  var Pagination = ({
5371
5406
  totalPages,
5372
5407
  currentPage,
@@ -5441,7 +5476,7 @@ var Pagination = ({
5441
5476
  "focus:bg-background-grouped-secondary-normal focus:outline-0",
5442
5477
  "disabled:bg-transparent disabled:text-text-action-primary-disabled"
5443
5478
  );
5444
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsxs)(
5479
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
5445
5480
  "nav",
5446
5481
  {
5447
5482
  id,
@@ -5456,19 +5491,19 @@ var Pagination = ({
5456
5491
  className
5457
5492
  ),
5458
5493
  children: [
5459
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5494
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5460
5495
  "button",
5461
5496
  {
5462
5497
  disabled: disabled || currentPage <= 1,
5463
5498
  "aria-label": "Previous page",
5464
5499
  onClick: () => goTo(currentPage - 1),
5465
5500
  className: (0, import_clsx36.default)(buttonClass, "border-r-1 border-border-primary-normal"),
5466
- children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { name: "keyboard_arrow_left" })
5501
+ children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Icon, { name: "keyboard_arrow_left" })
5467
5502
  }
5468
5503
  ),
5469
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("ul", { className: (0, import_clsx36.default)("flex items-center"), children: pageTokens.map((token, index) => {
5504
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("ul", { className: (0, import_clsx36.default)("flex items-center"), children: pageTokens.map((token, index) => {
5470
5505
  if (token === "ellipsis") {
5471
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5506
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5472
5507
  "li",
5473
5508
  {
5474
5509
  className: "w-8 h-8 select-none text-text-action-primary-disabled",
@@ -5478,7 +5513,7 @@ var Pagination = ({
5478
5513
  );
5479
5514
  }
5480
5515
  const selected = token === currentPage;
5481
- return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)("li", { children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5516
+ return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("li", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5482
5517
  "button",
5483
5518
  {
5484
5519
  "aria-label": `Page ${token}`,
@@ -5489,18 +5524,18 @@ var Pagination = ({
5489
5524
  buttonClass,
5490
5525
  selected && "border-x-1 bg-background-grouped-secondary-normal border-border-primary-normal"
5491
5526
  ),
5492
- children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Subheader, { align: "center", weight: "bold", children: token })
5527
+ children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Subheader, { align: "center", weight: "bold", children: token })
5493
5528
  }
5494
5529
  ) }, token);
5495
5530
  }) }),
5496
- /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
5531
+ /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5497
5532
  "button",
5498
5533
  {
5499
5534
  disabled: disabled || currentPage >= totalPages,
5500
5535
  "aria-label": "Next page",
5501
5536
  onClick: () => goTo(currentPage + 1),
5502
5537
  className: (0, import_clsx36.default)(buttonClass, "border-l-1 border-border-primary-normal"),
5503
- children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(Icon, { name: "keyboard_arrow_right" })
5538
+ children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Icon, { name: "keyboard_arrow_right" })
5504
5539
  }
5505
5540
  )
5506
5541
  ]
@@ -5510,31 +5545,166 @@ var Pagination = ({
5510
5545
  Pagination.displayName = "Pagination";
5511
5546
 
5512
5547
  // src/components/SkeletonParagraph.tsx
5513
- var import_jsx_runtime54 = require("react/jsx-runtime");
5548
+ var import_jsx_runtime55 = require("react/jsx-runtime");
5514
5549
 
5515
5550
  // src/components/EmptyCartIcon.tsx
5516
- var import_jsx_runtime55 = require("react/jsx-runtime");
5551
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5517
5552
 
5518
5553
  // src/components/SearchResultImage/index.tsx
5519
5554
  var import_react35 = require("react");
5520
- var import_jsx_runtime56 = require("react/jsx-runtime");
5555
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5521
5556
 
5522
5557
  // src/components/Alert.tsx
5523
5558
  var import_clsx37 = __toESM(require("clsx"), 1);
5524
5559
  var import_react36 = require("react");
5525
- var import_jsx_runtime57 = require("react/jsx-runtime");
5560
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5526
5561
 
5527
5562
  // src/components/OrderCheckIcon.tsx
5528
- var import_jsx_runtime58 = require("react/jsx-runtime");
5563
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5529
5564
 
5530
- // src/components/DataGrid/TableBody/index.tsx
5565
+ // src/components/AccessCard.tsx
5531
5566
  var import_clsx39 = __toESM(require("clsx"), 1);
5532
5567
 
5533
- // src/components/DataGrid/TableBody/TableBodyRow.tsx
5568
+ // src/components/Radio.tsx
5534
5569
  var import_clsx38 = __toESM(require("clsx"), 1);
5570
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5571
+ var Radio = (_a) => {
5572
+ var _b = _a, {
5573
+ className,
5574
+ label,
5575
+ error,
5576
+ disabled,
5577
+ checked,
5578
+ readOnly,
5579
+ id,
5580
+ testid
5581
+ } = _b, props = __objRest(_b, [
5582
+ "className",
5583
+ "label",
5584
+ "error",
5585
+ "disabled",
5586
+ "checked",
5587
+ "readOnly",
5588
+ "id",
5589
+ "testid"
5590
+ ]);
5591
+ const radioId = id;
5592
+ const paragraphColor = disabled ? "text-primary-disabled" : error ? "text-primary-error" : "text-primary-normal";
5593
+ const defaultClassName = (0, import_clsx38.default)(
5594
+ !error && !disabled && "border-border-primary-normal peer-hover:border-border-action-hover peer-hover:bg-background-action-secondary-hover peer-focus:border-border-action-hover peer-focus:bg-background-action-secondary-hover peer-active:border-border-action-active peer-active:bg-background-action-secondary-active peer-checked:border-0 peer-checked:bg-background-action-secondary-hover"
5595
+ );
5596
+ const errorClassName = (0, import_clsx38.default)(
5597
+ error && !disabled && "border-border-action-critical-normal peer-hover:border-border-action-critical-hover peer-hover:bg-background-action-critical-secondary-hover peer-focus:border-border-action-critical-hover peer-focus:bg-background-action-critical-secondary-hover peer-active:border-border-action-critical-active peer-active:bg-background-action-secondary-active peer-checked:bg-background-action-critical-secondary-hover peer-checked:border-0 "
5598
+ );
5599
+ const disabledClassName = (0, import_clsx38.default)(
5600
+ disabled && "peer-disabled:bg-background-action-secondary-disabled peer-disabled:border-border-primary-normal peer-checked:border-0"
5601
+ );
5602
+ const readonlyClassName = (0, import_clsx38.default)(
5603
+ readOnly && "peer-read-only:bg-background-action-secondary-disabled peer-read-only:border-border-primary-normal peer-checked:border-0"
5604
+ );
5605
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
5606
+ "label",
5607
+ {
5608
+ htmlFor: radioId,
5609
+ "data-testid": testid,
5610
+ className: (0, import_clsx38.default)(
5611
+ "flex items-center",
5612
+ componentGap,
5613
+ disabled ? "cursor-default" : "cursor-pointer",
5614
+ className
5615
+ ),
5616
+ children: [
5617
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: "relative", children: [
5618
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5619
+ "input",
5620
+ __spreadValues({
5621
+ id: radioId,
5622
+ "data-testid": testid ? `${testid}-input` : void 0,
5623
+ type: "radio",
5624
+ className: "sr-only peer",
5625
+ disabled,
5626
+ checked,
5627
+ readOnly
5628
+ }, props)
5629
+ ),
5630
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5631
+ "div",
5632
+ {
5633
+ className: (0, import_clsx38.default)(
5634
+ "size-6 rounded-full border flex items-center justify-center",
5635
+ baseTransition,
5636
+ defaultClassName,
5637
+ errorClassName,
5638
+ disabledClassName,
5639
+ readonlyClassName
5640
+ ),
5641
+ children: checked && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5642
+ RadioIcon,
5643
+ {
5644
+ className: (0, import_clsx38.default)(
5645
+ "transition-colors",
5646
+ !error && !disabled && "text-icon-on-action-secondary-normal hover:text-icon-on-action-secondary-hover active:text-icon-on-action-secondary-active peer-hover:text-icon-on-action-secondary-hover peer-focus:text-icon-on-action-secondary-hover peer-active:text-icon-on-action-secondary-active",
5647
+ error && !disabled && "text-icon-action-critical-secondary-normal hover:text-icon-action-critical-secondary-hover active:text-icon-action-critical-secondary-active peer-hover:text-icon-action-critical-secondary-hover peer-focus:text-icon-action-critical-secondary-hover peer-active:text-icon-action-critical-secondary-active",
5648
+ disabled && "text-icon-on-action-secondary-disabled",
5649
+ readOnly && "text-icon-on-action-secondary-disabled"
5650
+ )
5651
+ }
5652
+ )
5653
+ }
5654
+ )
5655
+ ] }),
5656
+ label && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Paragraph, { id: radioId ? `${radioId}-label` : void 0, testid: testid ? `${testid}-label` : void 0, padded: true, color: paragraphColor, children: label })
5657
+ ]
5658
+ }
5659
+ );
5660
+ };
5661
+ Radio.displayName = "Radio";
5662
+ var RadioIcon = ({ className }) => {
5663
+ return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
5664
+ "svg",
5665
+ {
5666
+ className,
5667
+ xmlns: "http://www.w3.org/2000/svg",
5668
+ width: "24",
5669
+ height: "24",
5670
+ viewBox: "0 0 24 24",
5671
+ fill: "none",
5672
+ children: [
5673
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5674
+ "rect",
5675
+ {
5676
+ x: "1",
5677
+ y: "1",
5678
+ width: "22",
5679
+ height: "22",
5680
+ rx: "11",
5681
+ stroke: "currentColor",
5682
+ strokeWidth: "2"
5683
+ }
5684
+ ),
5685
+ /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("rect", { x: "4", y: "4", width: "16", height: "16", rx: "8", fill: "currentColor" })
5686
+ ]
5687
+ }
5688
+ );
5689
+ };
5690
+ RadioIcon.displayName = "RadioIcon";
5691
+
5692
+ // src/components/AccessCard.tsx
5693
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5694
+
5695
+ // src/components/AccessCardGroup.tsx
5696
+ var import_clsx40 = __toESM(require("clsx"), 1);
5697
+ var import_react37 = require("react");
5698
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5699
+
5700
+ // src/components/DataGrid/TableBody/index.tsx
5701
+ var import_clsx42 = __toESM(require("clsx"), 1);
5702
+
5703
+ // src/components/DataGrid/TableBody/TableBodyRow.tsx
5704
+ var import_clsx41 = __toESM(require("clsx"), 1);
5535
5705
  var import_react_table3 = require("@tanstack/react-table");
5536
- var import_react37 = __toESM(require("react"), 1);
5537
- var import_jsx_runtime59 = require("react/jsx-runtime");
5706
+ var import_react38 = __toESM(require("react"), 1);
5707
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5538
5708
  var valueFormatters = {
5539
5709
  date: (value) => typeof value === "string" ? formatDate(value) : "",
5540
5710
  currency: (value) => formatCurrencyDisplay(value)
@@ -5568,10 +5738,10 @@ function TableBodyRow({
5568
5738
  const columns = locked ? visibleCells : virtualColumns;
5569
5739
  const isError = typeof row.original === "object" && row.original !== null && "rowState" in row.original && row.original.rowState === "error";
5570
5740
  const CellElement = locked ? DataGridCell : DragAlongCell;
5571
- return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
5741
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
5572
5742
  "tr",
5573
5743
  {
5574
- className: (0, import_clsx38.default)(
5744
+ className: (0, import_clsx41.default)(
5575
5745
  "min-h-10",
5576
5746
  "transition-colors",
5577
5747
  !disabled && "hover:bg-background-action-secondary-hover",
@@ -5590,7 +5760,7 @@ function TableBodyRow({
5590
5760
  children: [
5591
5761
  !locked && virtualPaddingLeft ? (
5592
5762
  // fake empty column to the left for virtualization scroll padding
5593
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { style: { display: "flex", width: virtualPaddingLeft } })
5763
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { style: { display: "flex", width: virtualPaddingLeft } })
5594
5764
  ) : null,
5595
5765
  columns.map((column) => {
5596
5766
  var _a2, _b, _c, _d;
@@ -5601,17 +5771,17 @@ function TableBodyRow({
5601
5771
  const cellFormat = (_a2 = cell.column.columnDef.meta) == null ? void 0 : _a2.format;
5602
5772
  const cellValue = cellFormat && isValueFormatterKey(cellFormat) ? valueFormatters[cellFormat](cell.getValue()) : cell.getValue();
5603
5773
  const cellAlignment = (_c = (_b = cell.column.columnDef.meta) == null ? void 0 : _b.align) != null ? _c : typeof cellValue === "number" ? "right" : "left";
5604
- return ((_d = cell.column.columnDef.meta) == null ? void 0 : _d.useCustomRenderer) ? /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_react37.default.Fragment, { children: (0, import_react_table3.flexRender)(cell.column.columnDef.cell, cell.getContext()) }, cell.id) : /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5774
+ return ((_d = cell.column.columnDef.meta) == null ? void 0 : _d.useCustomRenderer) ? /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_react38.default.Fragment, { children: (0, import_react_table3.flexRender)(cell.column.columnDef.cell, cell.getContext()) }, cell.id) : /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5605
5775
  CellElement,
5606
5776
  {
5607
5777
  id: id ? `${id}-row-${row.id}-cell-${cell.id}` : void 0,
5608
5778
  testid: testid ? `${testid}-row-${row.id}-cell-${cell.id}` : void 0,
5609
5779
  cell,
5610
- className: (0, import_clsx38.default)({
5780
+ className: (0, import_clsx41.default)({
5611
5781
  "justify-start": cellAlignment === "left",
5612
5782
  "justify-end": cellAlignment === "right"
5613
5783
  }),
5614
- children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
5784
+ children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
5615
5785
  Tooltip,
5616
5786
  {
5617
5787
  id: id ? `${id}-tooltip-${cell.id}` : void 0,
@@ -5619,7 +5789,7 @@ function TableBodyRow({
5619
5789
  showOnTruncation: true,
5620
5790
  message: cellValue,
5621
5791
  position: "bottom",
5622
- children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Paragraph, { addOverflow: true, tall: true, children: cellValue })
5792
+ children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Paragraph, { addOverflow: true, tall: true, children: cellValue })
5623
5793
  }
5624
5794
  )
5625
5795
  },
@@ -5628,7 +5798,7 @@ function TableBodyRow({
5628
5798
  }),
5629
5799
  !locked && virtualPaddingRight ? (
5630
5800
  // fake empty column to the right for virtualization scroll padding
5631
- /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("td", { style: { display: "flex", width: virtualPaddingRight } })
5801
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("td", { style: { display: "flex", width: virtualPaddingRight } })
5632
5802
  ) : null
5633
5803
  ]
5634
5804
  },
@@ -5637,7 +5807,7 @@ function TableBodyRow({
5637
5807
  }
5638
5808
 
5639
5809
  // src/components/DataGrid/TableBody/LoadingCell.tsx
5640
- var import_jsx_runtime60 = require("react/jsx-runtime");
5810
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5641
5811
  function LoadingCell({
5642
5812
  id,
5643
5813
  testid,
@@ -5645,16 +5815,16 @@ function LoadingCell({
5645
5815
  }) {
5646
5816
  const key = `loading-${column.id}`;
5647
5817
  if (column.cell === "checkbox") {
5648
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(DataGridCell, { id: id ? `${id}-${key}` : void 0, testid: testid ? `${testid}-${key}` : void 0, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Checkbox, { id: id ? `${id}-${key}-checkbox` : void 0, testid: testid ? `${testid}-${key}-checkbox` : void 0, disabled: true }) }, key);
5818
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DataGridCell, { id: id ? `${id}-${key}` : void 0, testid: testid ? `${testid}-${key}` : void 0, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Checkbox, { id: id ? `${id}-${key}-checkbox` : void 0, testid: testid ? `${testid}-${key}-checkbox` : void 0, disabled: true }) }, key);
5649
5819
  }
5650
5820
  if (column.cell === "input") {
5651
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5821
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5652
5822
  DataGridCell,
5653
5823
  {
5654
5824
  id: id ? `${id}-${key}` : void 0,
5655
5825
  testid: testid ? `${testid}-${key}` : void 0,
5656
5826
  component: "input",
5657
- children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5827
+ children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5658
5828
  Input,
5659
5829
  {
5660
5830
  id: id ? `${id}-${key}-input` : void 0,
@@ -5668,11 +5838,11 @@ function LoadingCell({
5668
5838
  key
5669
5839
  );
5670
5840
  }
5671
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(DataGridCell, { id: id ? `${id}-${key}` : void 0, testid: testid ? `${testid}-${key}` : void 0, children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: "bg-linear-270 to-neutral-300/[24%] from-neutral-300/[12%] rounded-xs w-full max-w-25 h-6" }) }, key);
5841
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(DataGridCell, { id: id ? `${id}-${key}` : void 0, testid: testid ? `${testid}-${key}` : void 0, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: "bg-linear-270 to-neutral-300/[24%] from-neutral-300/[12%] rounded-xs w-full max-w-25 h-6" }) }, key);
5672
5842
  }
5673
5843
 
5674
5844
  // src/components/DataGrid/TableBody/index.tsx
5675
- var import_jsx_runtime61 = require("react/jsx-runtime");
5845
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5676
5846
  function TableBody({
5677
5847
  id,
5678
5848
  testid,
@@ -5708,10 +5878,10 @@ function TableBody({
5708
5878
  } else {
5709
5879
  headerGroups = table.getCenterHeaderGroups();
5710
5880
  }
5711
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
5881
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
5712
5882
  "tbody",
5713
5883
  {
5714
- className: (0, import_clsx39.default)(locked ? "shadow-16" : ""),
5884
+ className: (0, import_clsx42.default)(locked ? "shadow-16" : ""),
5715
5885
  style: {
5716
5886
  display: "grid",
5717
5887
  height: `${showFilterRow ? rowVirtualizer.getTotalSize() + 40 : rowVirtualizer.getTotalSize()}px`,
@@ -5720,7 +5890,7 @@ function TableBody({
5720
5890
  // needed for absolute positioning of rows
5721
5891
  },
5722
5892
  children: [
5723
- showFilterRow && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5893
+ showFilterRow && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5724
5894
  "tr",
5725
5895
  {
5726
5896
  style: {
@@ -5736,7 +5906,7 @@ function TableBody({
5736
5906
  children: headerGroups.flatMap(
5737
5907
  (x) => x.headers.map((header) => {
5738
5908
  var _a, _b, _c, _d, _e;
5739
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5909
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5740
5910
  CellElement,
5741
5911
  {
5742
5912
  id: id ? `${id}-filter-cell-${header.id}` : void 0,
@@ -5747,7 +5917,7 @@ function TableBody({
5747
5917
  children: header.column.getCanFilter() && ((_e = (_c = (_b = header.column.columnDef.meta) == null ? void 0 : _b.filterRowCell) == null ? void 0 : _c.call(_b, {
5748
5918
  header,
5749
5919
  table
5750
- })) != null ? _e : /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5920
+ })) != null ? _e : /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5751
5921
  Search,
5752
5922
  {
5753
5923
  id: id ? `${id}-filter-search-${header.id}` : void 0,
@@ -5768,7 +5938,7 @@ function TableBody({
5768
5938
  ),
5769
5939
  virtualRows.map((virtualRow) => {
5770
5940
  const row = rows[virtualRow.index];
5771
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5941
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5772
5942
  TableBodyRow,
5773
5943
  {
5774
5944
  id,
@@ -5788,7 +5958,7 @@ function TableBody({
5788
5958
  row.id
5789
5959
  );
5790
5960
  }),
5791
- !pagination && isLoadingMore && hasMore && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5961
+ !pagination && isLoadingMore && hasMore && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5792
5962
  "tr",
5793
5963
  {
5794
5964
  style: {
@@ -5798,7 +5968,7 @@ function TableBody({
5798
5968
  transform: `translateY(${virtualRows[virtualRows.length - 1].start + 40}px)`
5799
5969
  },
5800
5970
  className: "odd:bg-background-grouped-primary-normal even:bg-background-grouped-secondary-normal",
5801
- children: table.getAllLeafColumns().map((column) => /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5971
+ children: table.getAllLeafColumns().map((column) => /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5802
5972
  LoadingCell,
5803
5973
  {
5804
5974
  id,