@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
@@ -62,7 +62,7 @@ __export(DateInput_exports, {
62
62
  DateInput: () => DateInput
63
63
  });
64
64
  module.exports = __toCommonJS(DateInput_exports);
65
- var import_react37 = require("react");
65
+ var import_react38 = require("react");
66
66
  var import_react_dom4 = require("react-dom");
67
67
 
68
68
  // src/components/Input.tsx
@@ -833,8 +833,8 @@ Currency.displayName = "Currency";
833
833
  Percentage.displayName = "Percentage";
834
834
 
835
835
  // src/components/CalendarRange.tsx
836
- var import_clsx39 = __toESM(require("clsx"), 1);
837
- var import_react36 = __toESM(require("react"), 1);
836
+ var import_clsx42 = __toESM(require("clsx"), 1);
837
+ var import_react37 = __toESM(require("react"), 1);
838
838
  var import_polyfill = require("@js-temporal/polyfill");
839
839
 
840
840
  // src/components/DataGridCell.tsx
@@ -4072,7 +4072,39 @@ Checkbox.displayName = "Checkbox";
4072
4072
 
4073
4073
  // src/components/Button.tsx
4074
4074
  var import_clsx18 = __toESM(require("clsx"), 1);
4075
+
4076
+ // src/components/Spinner.tsx
4075
4077
  var import_jsx_runtime21 = require("react/jsx-runtime");
4078
+ var Spinner = ({ size = "small", testid }) => {
4079
+ const dimension = size === "large" ? 48 : 24;
4080
+ return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
4081
+ "svg",
4082
+ {
4083
+ "data-testid": testid,
4084
+ width: dimension,
4085
+ height: dimension,
4086
+ viewBox: "0 0 24 24",
4087
+ xmlns: "http://www.w3.org/2000/svg",
4088
+ fill: "#1D1E1E",
4089
+ className: "spinner",
4090
+ "aria-label": "Loading",
4091
+ children: [
4092
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "12", cy: "4", r: "2", opacity: "1" }),
4093
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "17.666", cy: "6.334", r: "2", opacity: "0.125" }),
4094
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "20", cy: "12", r: "2", opacity: "0.25" }),
4095
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "17.666", cy: "17.666", r: "2", opacity: "0.375" }),
4096
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "12", cy: "20", r: "2", opacity: "0.5" }),
4097
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "6.334", cy: "17.666", r: "2", opacity: "0.625" }),
4098
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "4", cy: "12", r: "2", opacity: "0.75" }),
4099
+ /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("circle", { cx: "6.334", cy: "6.334", r: "2", opacity: "0.875" })
4100
+ ]
4101
+ }
4102
+ );
4103
+ };
4104
+ Spinner.displayName = "Spinner";
4105
+
4106
+ // src/components/Button.tsx
4107
+ var import_jsx_runtime22 = require("react/jsx-runtime");
4076
4108
  var Button = (_a) => {
4077
4109
  var _b = _a, {
4078
4110
  variant = "primary",
@@ -4088,7 +4120,8 @@ var Button = (_a) => {
4088
4120
  colorClassName,
4089
4121
  href,
4090
4122
  id,
4091
- testid
4123
+ testid,
4124
+ isLoading
4092
4125
  } = _b, props = __objRest(_b, [
4093
4126
  "variant",
4094
4127
  "as",
@@ -4103,7 +4136,8 @@ var Button = (_a) => {
4103
4136
  "colorClassName",
4104
4137
  "href",
4105
4138
  "id",
4106
- "testid"
4139
+ "testid",
4140
+ "isLoading"
4107
4141
  ]);
4108
4142
  const primaryVariantStyles = variant === "primary" && (0, import_clsx18.default)(
4109
4143
  (colorClassName == null ? void 0 : colorClassName.trim()) ? colorClassName : "text-text-on-action-primary-normal",
@@ -4187,7 +4221,7 @@ var Button = (_a) => {
4187
4221
  typography.buttonLabel
4188
4222
  );
4189
4223
  const Element = href && !as ? "a" : as;
4190
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
4224
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
4191
4225
  Element,
4192
4226
  __spreadProps(__spreadValues({
4193
4227
  id,
@@ -4201,7 +4235,8 @@ var Button = (_a) => {
4201
4235
  "data-theme": variant === "navigation" ? "brand" : void 0,
4202
4236
  children: [
4203
4237
  leftIcon && leftIcon,
4204
- !iconOnly && children && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)("span", { id: id ? `${id}-label` : void 0, "data-testid": testid ? `${testid}-label` : void 0, className: labelClasses, children }),
4238
+ isLoading && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(Spinner, { size: "small" }),
4239
+ !iconOnly && !isLoading && children && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)("span", { id: id ? `${id}-label` : void 0, "data-testid": testid ? `${testid}-label` : void 0, className: labelClasses, children }),
4205
4240
  rightIcon && rightIcon
4206
4241
  ]
4207
4242
  })
@@ -4213,7 +4248,7 @@ Button.displayName = "Button";
4213
4248
  var import_clsx19 = __toESM(require("clsx"), 1);
4214
4249
  var import_react18 = require("react");
4215
4250
  var import_react_dom2 = require("react-dom");
4216
- var import_jsx_runtime22 = require("react/jsx-runtime");
4251
+ var import_jsx_runtime23 = require("react/jsx-runtime");
4217
4252
  var Tooltip = ({
4218
4253
  id,
4219
4254
  testid,
@@ -4280,7 +4315,7 @@ var Tooltip = ({
4280
4315
  return () => window.removeEventListener("resize", updatePosition);
4281
4316
  }
4282
4317
  }, [isVisible]);
4283
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
4318
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
4284
4319
  "div",
4285
4320
  {
4286
4321
  id,
@@ -4292,7 +4327,7 @@ var Tooltip = ({
4292
4327
  children: [
4293
4328
  children,
4294
4329
  !keepHidden && isVisible && typeof document !== "undefined" && (0, import_react_dom2.createPortal)(
4295
- /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
4330
+ /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
4296
4331
  "div",
4297
4332
  {
4298
4333
  id: id ? `${id}-message` : void 0,
@@ -4336,18 +4371,18 @@ var import_clsx22 = __toESM(require("clsx"), 1);
4336
4371
 
4337
4372
  // src/components/Card.tsx
4338
4373
  var import_clsx20 = __toESM(require("clsx"), 1);
4339
- var import_jsx_runtime23 = require("react/jsx-runtime");
4374
+ var import_jsx_runtime24 = require("react/jsx-runtime");
4340
4375
 
4341
4376
  // src/components/Stack.tsx
4342
4377
  var import_clsx21 = __toESM(require("clsx"), 1);
4343
- var import_jsx_runtime24 = require("react/jsx-runtime");
4378
+ var import_jsx_runtime25 = require("react/jsx-runtime");
4344
4379
 
4345
4380
  // src/components/Accordion.tsx
4346
- var import_jsx_runtime25 = require("react/jsx-runtime");
4381
+ var import_jsx_runtime26 = require("react/jsx-runtime");
4347
4382
 
4348
4383
  // src/components/Heading.tsx
4349
4384
  var import_clsx23 = __toESM(require("clsx"), 1);
4350
- var import_jsx_runtime26 = require("react/jsx-runtime");
4385
+ var import_jsx_runtime27 = require("react/jsx-runtime");
4351
4386
  var Heading = (_a) => {
4352
4387
  var _b = _a, {
4353
4388
  className,
@@ -4370,7 +4405,7 @@ var Heading = (_a) => {
4370
4405
  ]);
4371
4406
  const defaultElement = variant === "heading1" ? "h1" : variant === "heading2" ? "h2" : "h3";
4372
4407
  const Element = as != null ? as : defaultElement;
4373
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
4408
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
4374
4409
  Element,
4375
4410
  __spreadProps(__spreadValues({
4376
4411
  id,
@@ -4391,15 +4426,15 @@ var Heading = (_a) => {
4391
4426
  );
4392
4427
  };
4393
4428
  Heading.displayName = "Heading";
4394
- var Heading1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Heading, __spreadProps(__spreadValues({}, props), { variant: "heading1" }));
4395
- var Heading2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Heading, __spreadProps(__spreadValues({}, props), { variant: "heading2" }));
4396
- var Heading3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Heading, __spreadProps(__spreadValues({}, props), { variant: "heading3" }));
4429
+ var Heading1 = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Heading, __spreadProps(__spreadValues({}, props), { variant: "heading1" }));
4430
+ var Heading2 = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Heading, __spreadProps(__spreadValues({}, props), { variant: "heading2" }));
4431
+ var Heading3 = (props) => /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Heading, __spreadProps(__spreadValues({}, props), { variant: "heading3" }));
4397
4432
  Heading1.displayName = "Heading1";
4398
4433
  Heading2.displayName = "Heading2";
4399
4434
  Heading3.displayName = "Heading3";
4400
4435
 
4401
4436
  // src/components/Theme.tsx
4402
- var import_jsx_runtime27 = require("react/jsx-runtime");
4437
+ var import_jsx_runtime28 = require("react/jsx-runtime");
4403
4438
 
4404
4439
  // src/components/MobileDataGrid/ColumnSelector/index.tsx
4405
4440
  var import_react21 = require("react");
@@ -4412,14 +4447,14 @@ var import_react19 = require("react");
4412
4447
  var GridContext = (0, import_react19.createContext)(null);
4413
4448
 
4414
4449
  // src/components/MobileDataGrid/ColumnSelector/index.tsx
4415
- var import_jsx_runtime28 = require("react/jsx-runtime");
4450
+ var import_jsx_runtime29 = require("react/jsx-runtime");
4416
4451
 
4417
4452
  // src/components/MobileDataGrid/MobileDataGridHeader.tsx
4418
- var import_jsx_runtime29 = require("react/jsx-runtime");
4453
+ var import_jsx_runtime30 = require("react/jsx-runtime");
4419
4454
 
4420
4455
  // src/components/MobileDataGrid/GridContextProvider/index.tsx
4421
4456
  var import_react22 = require("react");
4422
- var import_jsx_runtime30 = require("react/jsx-runtime");
4457
+ var import_jsx_runtime31 = require("react/jsx-runtime");
4423
4458
 
4424
4459
  // src/components/Modal.tsx
4425
4460
  var import_clsx28 = __toESM(require("clsx"), 1);
@@ -4427,7 +4462,7 @@ var import_react24 = require("react");
4427
4462
 
4428
4463
  // src/components/ModalHeader.tsx
4429
4464
  var import_clsx24 = __toESM(require("clsx"), 1);
4430
- var import_jsx_runtime31 = require("react/jsx-runtime");
4465
+ var import_jsx_runtime32 = require("react/jsx-runtime");
4431
4466
  var ModalHeader = ({
4432
4467
  title,
4433
4468
  hideCloseIcon,
@@ -4440,7 +4475,7 @@ var ModalHeader = ({
4440
4475
  titleAs: TitleComponent
4441
4476
  }) => {
4442
4477
  const Title = TitleComponent || Heading2;
4443
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
4478
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
4444
4479
  "div",
4445
4480
  {
4446
4481
  id,
@@ -4455,9 +4490,9 @@ var ModalHeader = ({
4455
4490
  headerClassname
4456
4491
  ),
4457
4492
  children: [
4458
- /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)("div", { className: (0, import_clsx24.default)("flex items-center flex-1", layoutGroupGap), children: [
4493
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)("div", { className: (0, import_clsx24.default)("flex items-center flex-1", layoutGroupGap), children: [
4459
4494
  headerIcon,
4460
- title && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
4495
+ title && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4461
4496
  Title,
4462
4497
  {
4463
4498
  id: id ? `${id}-title` : void 0,
@@ -4467,7 +4502,7 @@ var ModalHeader = ({
4467
4502
  }
4468
4503
  )
4469
4504
  ] }),
4470
- !hideCloseIcon && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
4505
+ !hideCloseIcon && /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4471
4506
  Button,
4472
4507
  {
4473
4508
  id: id ? `${id}-close-button` : void 0,
@@ -4475,7 +4510,7 @@ var ModalHeader = ({
4475
4510
  iconOnly: true,
4476
4511
  variant: "tertiary",
4477
4512
  onClick: onClose,
4478
- 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 }) })
4513
+ leftIcon: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("span", { className: "text-brand-text-action-primary-normal desktop:text-icon-primary-normal contents", children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(Icon, { name: "close", size: 24 }) })
4479
4514
  }
4480
4515
  )
4481
4516
  ]
@@ -4486,14 +4521,14 @@ ModalHeader.displayName = "ModalHeader";
4486
4521
 
4487
4522
  // src/components/ModalContent.tsx
4488
4523
  var import_clsx25 = __toESM(require("clsx"), 1);
4489
- var import_jsx_runtime32 = require("react/jsx-runtime");
4524
+ var import_jsx_runtime33 = require("react/jsx-runtime");
4490
4525
  function ModalContent({
4491
4526
  fixedHeightScrolling,
4492
4527
  children,
4493
4528
  id,
4494
4529
  testid
4495
4530
  }) {
4496
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
4531
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
4497
4532
  "div",
4498
4533
  {
4499
4534
  id,
@@ -4511,7 +4546,7 @@ ModalContent.displayName = "ModalContent";
4511
4546
 
4512
4547
  // src/components/ModalButtons.tsx
4513
4548
  var import_clsx26 = __toESM(require("clsx"), 1);
4514
- var import_jsx_runtime33 = require("react/jsx-runtime");
4549
+ var import_jsx_runtime34 = require("react/jsx-runtime");
4515
4550
  var ModalButtons = ({
4516
4551
  onClose,
4517
4552
  onContinue,
@@ -4519,7 +4554,7 @@ var ModalButtons = ({
4519
4554
  id,
4520
4555
  testid
4521
4556
  }) => {
4522
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
4557
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
4523
4558
  "div",
4524
4559
  {
4525
4560
  id,
@@ -4529,26 +4564,26 @@ var ModalButtons = ({
4529
4564
  layoutPaddding,
4530
4565
  layoutGroupGap
4531
4566
  ),
4532
- children: customActions != null ? customActions : /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_jsx_runtime33.Fragment, { children: [
4533
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
4567
+ children: customActions != null ? customActions : /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_jsx_runtime34.Fragment, { children: [
4568
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
4534
4569
  Button,
4535
4570
  {
4536
4571
  id: id ? `${id}-close-button` : void 0,
4537
4572
  testid: testid ? `${testid}-close-button` : void 0,
4538
4573
  variant: "secondary",
4539
- leftIcon: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Icon, { name: "close", size: 24 }),
4574
+ leftIcon: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Icon, { name: "close", size: 24 }),
4540
4575
  onClick: onClose,
4541
4576
  className: "max-sm:w-full",
4542
4577
  children: "Close"
4543
4578
  }
4544
4579
  ),
4545
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
4580
+ /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
4546
4581
  Button,
4547
4582
  {
4548
4583
  id: id ? `${id}-continue-button` : void 0,
4549
4584
  testid: testid ? `${testid}-continue-button` : void 0,
4550
4585
  variant: "primary",
4551
- leftIcon: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Icon, { name: "check", size: 24 }),
4586
+ leftIcon: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Icon, { name: "check", size: 24 }),
4552
4587
  className: "max-sm:w-full",
4553
4588
  onClick: onContinue,
4554
4589
  children: "Continue"
@@ -4562,7 +4597,7 @@ ModalButtons.displayName = "ModalButtons";
4562
4597
 
4563
4598
  // src/components/ModalScrim.tsx
4564
4599
  var import_clsx27 = __toESM(require("clsx"), 1);
4565
- var import_jsx_runtime34 = require("react/jsx-runtime");
4600
+ var import_jsx_runtime35 = require("react/jsx-runtime");
4566
4601
  var ModalScrim = ({
4567
4602
  show = false,
4568
4603
  size = "small",
@@ -4572,7 +4607,7 @@ var ModalScrim = ({
4572
4607
  id,
4573
4608
  testid
4574
4609
  }) => {
4575
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
4610
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4576
4611
  "div",
4577
4612
  {
4578
4613
  id,
@@ -4608,7 +4643,7 @@ var useMounted = () => {
4608
4643
  };
4609
4644
 
4610
4645
  // src/components/Modal.tsx
4611
- var import_jsx_runtime35 = require("react/jsx-runtime");
4646
+ var import_jsx_runtime36 = require("react/jsx-runtime");
4612
4647
  var fadeInScale = (element, duration = 300) => element.animate(
4613
4648
  [
4614
4649
  { opacity: 0, transform: "scale(0.95)" },
@@ -4781,7 +4816,7 @@ var Modal = ({
4781
4816
  return null;
4782
4817
  }
4783
4818
  return (0, import_react_dom3.createPortal)(
4784
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4819
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
4785
4820
  ModalScrim,
4786
4821
  {
4787
4822
  id: id ? `${id}-scrim` : void 0,
@@ -4790,7 +4825,7 @@ var Modal = ({
4790
4825
  ref: bgRef,
4791
4826
  show: open,
4792
4827
  onClick: backgroundClickHandler,
4793
- children: /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
4828
+ children: /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
4794
4829
  "div",
4795
4830
  {
4796
4831
  id,
@@ -4805,7 +4840,7 @@ var Modal = ({
4805
4840
  ),
4806
4841
  onClick: (e) => e.stopPropagation(),
4807
4842
  children: [
4808
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4843
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
4809
4844
  ModalHeader,
4810
4845
  {
4811
4846
  id: id ? `${id}-header` : void 0,
@@ -4819,7 +4854,7 @@ var Modal = ({
4819
4854
  titleAs: TitleComponent
4820
4855
  }
4821
4856
  ),
4822
- children && (size !== "screen" || noWrapper) ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4857
+ children && (size !== "screen" || noWrapper) ? /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
4823
4858
  ModalContent,
4824
4859
  {
4825
4860
  id: id ? `${id}-content` : void 0,
@@ -4828,7 +4863,7 @@ var Modal = ({
4828
4863
  children
4829
4864
  }
4830
4865
  ) : children,
4831
- showButtons ? customFooter ? customActions : /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
4866
+ showButtons ? customFooter ? customActions : /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
4832
4867
  ModalButtons,
4833
4868
  {
4834
4869
  id: id ? `${id}-buttons` : void 0,
@@ -4849,51 +4884,51 @@ var Modal = ({
4849
4884
  Modal.displayName = "Modal";
4850
4885
 
4851
4886
  // src/components/MobileDataGrid/MobileDataGridCard/MobileDataGridColumn.tsx
4852
- var import_jsx_runtime36 = require("react/jsx-runtime");
4887
+ var import_jsx_runtime37 = require("react/jsx-runtime");
4853
4888
 
4854
4889
  // src/components/MobileDataGrid/RowDetailModalProvider/ModalContent.tsx
4855
- var import_jsx_runtime37 = require("react/jsx-runtime");
4890
+ var import_jsx_runtime38 = require("react/jsx-runtime");
4856
4891
 
4857
4892
  // src/components/MobileDataGrid/RowDetailModalProvider/index.tsx
4858
- var import_jsx_runtime38 = require("react/jsx-runtime");
4893
+ var import_jsx_runtime39 = require("react/jsx-runtime");
4859
4894
 
4860
4895
  // src/components/MobileDataGrid/ColumnList.tsx
4861
4896
  var import_clsx30 = __toESM(require("clsx"), 1);
4862
4897
 
4863
4898
  // src/components/MobileDataGrid/MobileDataGridCard/index.tsx
4864
4899
  var import_clsx29 = __toESM(require("clsx"), 1);
4865
- var import_jsx_runtime39 = require("react/jsx-runtime");
4900
+ var import_jsx_runtime40 = require("react/jsx-runtime");
4866
4901
 
4867
4902
  // src/components/MobileDataGrid/ColumnList.tsx
4868
- var import_jsx_runtime40 = require("react/jsx-runtime");
4903
+ var import_jsx_runtime41 = require("react/jsx-runtime");
4869
4904
 
4870
4905
  // src/components/MobileDataGrid/index.tsx
4871
- var import_jsx_runtime41 = require("react/jsx-runtime");
4906
+ var import_jsx_runtime42 = require("react/jsx-runtime");
4872
4907
 
4873
4908
  // src/components/ProductImagePreview/Thumbnail.tsx
4874
4909
  var import_react26 = require("react");
4875
4910
 
4876
4911
  // src/components/ImagePlaceholder.tsx
4877
4912
  var import_react25 = require("react");
4878
- var import_jsx_runtime42 = require("react/jsx-runtime");
4913
+ var import_jsx_runtime43 = require("react/jsx-runtime");
4879
4914
 
4880
4915
  // src/components/ProductImagePreview/Thumbnail.tsx
4881
- var import_jsx_runtime43 = require("react/jsx-runtime");
4916
+ var import_jsx_runtime44 = require("react/jsx-runtime");
4882
4917
 
4883
4918
  // src/components/Grid.tsx
4884
4919
  var import_clsx31 = __toESM(require("clsx"), 1);
4885
- var import_jsx_runtime44 = require("react/jsx-runtime");
4920
+ var import_jsx_runtime45 = require("react/jsx-runtime");
4886
4921
 
4887
4922
  // src/components/ProductImagePreview/ProductPrimaryImage.tsx
4888
4923
  var import_react27 = require("react");
4889
- var import_jsx_runtime45 = require("react/jsx-runtime");
4924
+ var import_jsx_runtime46 = require("react/jsx-runtime");
4890
4925
 
4891
4926
  // src/components/ProductImagePreview/ZoomWindow.tsx
4892
4927
  var import_react28 = require("react");
4893
4928
 
4894
4929
  // src/components/Surface.tsx
4895
4930
  var import_clsx32 = __toESM(require("clsx"), 1);
4896
- var import_jsx_runtime46 = require("react/jsx-runtime");
4931
+ var import_jsx_runtime47 = require("react/jsx-runtime");
4897
4932
  var Surface = (_a) => {
4898
4933
  var _b = _a, {
4899
4934
  children,
@@ -4906,7 +4941,7 @@ var Surface = (_a) => {
4906
4941
  "elevation",
4907
4942
  "id"
4908
4943
  ]);
4909
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
4944
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
4910
4945
  "div",
4911
4946
  __spreadProps(__spreadValues({
4912
4947
  id,
@@ -4927,40 +4962,40 @@ var Surface = (_a) => {
4927
4962
  Surface.displayName = "Surface";
4928
4963
 
4929
4964
  // src/components/ProductImagePreview/ZoomWindow.tsx
4930
- var import_jsx_runtime47 = require("react/jsx-runtime");
4965
+ var import_jsx_runtime48 = require("react/jsx-runtime");
4931
4966
 
4932
4967
  // src/components/ProductImagePreview/CarouselPagination.tsx
4933
4968
  var import_clsx33 = require("clsx");
4934
- var import_jsx_runtime48 = require("react/jsx-runtime");
4969
+ var import_jsx_runtime49 = require("react/jsx-runtime");
4935
4970
 
4936
4971
  // src/components/ProductImagePreview/MobileImageCarousel.tsx
4937
4972
  var import_react29 = require("react");
4938
- var import_jsx_runtime49 = require("react/jsx-runtime");
4973
+ var import_jsx_runtime50 = require("react/jsx-runtime");
4939
4974
 
4940
4975
  // src/components/ProductImagePreview/useProductImagePreview.ts
4941
4976
  var import_react30 = require("react");
4942
4977
 
4943
4978
  // src/components/ProductImagePreview/index.tsx
4944
- var import_jsx_runtime50 = require("react/jsx-runtime");
4979
+ var import_jsx_runtime51 = require("react/jsx-runtime");
4945
4980
 
4946
4981
  // src/components/CompactImagesPreview.tsx
4947
4982
  var import_react31 = require("react");
4948
4983
  var import_clsx34 = __toESM(require("clsx"), 1);
4949
- var import_jsx_runtime51 = require("react/jsx-runtime");
4984
+ var import_jsx_runtime52 = require("react/jsx-runtime");
4950
4985
 
4951
4986
  // src/components/SimpleTable.tsx
4952
4987
  var import_clsx35 = __toESM(require("clsx"), 1);
4953
- var import_jsx_runtime52 = require("react/jsx-runtime");
4988
+ var import_jsx_runtime53 = require("react/jsx-runtime");
4954
4989
 
4955
4990
  // src/components/ListGroup.tsx
4956
4991
  var import_react32 = require("react");
4957
4992
  var import_clsx36 = __toESM(require("clsx"), 1);
4958
- var import_jsx_runtime53 = require("react/jsx-runtime");
4993
+ var import_jsx_runtime54 = require("react/jsx-runtime");
4959
4994
 
4960
4995
  // src/components/Pagination.tsx
4961
4996
  var import_react33 = require("react");
4962
4997
  var import_clsx37 = __toESM(require("clsx"), 1);
4963
- var import_jsx_runtime54 = require("react/jsx-runtime");
4998
+ var import_jsx_runtime55 = require("react/jsx-runtime");
4964
4999
  var Pagination = ({
4965
5000
  totalPages,
4966
5001
  currentPage,
@@ -5035,7 +5070,7 @@ var Pagination = ({
5035
5070
  "focus:bg-background-grouped-secondary-normal focus:outline-0",
5036
5071
  "disabled:bg-transparent disabled:text-text-action-primary-disabled"
5037
5072
  );
5038
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
5073
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
5039
5074
  "nav",
5040
5075
  {
5041
5076
  id,
@@ -5050,19 +5085,19 @@ var Pagination = ({
5050
5085
  className
5051
5086
  ),
5052
5087
  children: [
5053
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5088
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5054
5089
  "button",
5055
5090
  {
5056
5091
  disabled: disabled || currentPage <= 1,
5057
5092
  "aria-label": "Previous page",
5058
5093
  onClick: () => goTo(currentPage - 1),
5059
5094
  className: (0, import_clsx37.default)(buttonClass, "border-r-1 border-border-primary-normal"),
5060
- children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Icon, { name: "keyboard_arrow_left" })
5095
+ children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Icon, { name: "keyboard_arrow_left" })
5061
5096
  }
5062
5097
  ),
5063
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("ul", { className: (0, import_clsx37.default)("flex items-center"), children: pageTokens.map((token, index) => {
5098
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("ul", { className: (0, import_clsx37.default)("flex items-center"), children: pageTokens.map((token, index) => {
5064
5099
  if (token === "ellipsis") {
5065
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5100
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5066
5101
  "li",
5067
5102
  {
5068
5103
  className: "w-8 h-8 select-none text-text-action-primary-disabled",
@@ -5072,7 +5107,7 @@ var Pagination = ({
5072
5107
  );
5073
5108
  }
5074
5109
  const selected = token === currentPage;
5075
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)("li", { children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5110
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)("li", { children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5076
5111
  "button",
5077
5112
  {
5078
5113
  "aria-label": `Page ${token}`,
@@ -5083,18 +5118,18 @@ var Pagination = ({
5083
5118
  buttonClass,
5084
5119
  selected && "border-x-1 bg-background-grouped-secondary-normal border-border-primary-normal"
5085
5120
  ),
5086
- children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Subheader, { align: "center", weight: "bold", children: token })
5121
+ children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Subheader, { align: "center", weight: "bold", children: token })
5087
5122
  }
5088
5123
  ) }, token);
5089
5124
  }) }),
5090
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
5125
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
5091
5126
  "button",
5092
5127
  {
5093
5128
  disabled: disabled || currentPage >= totalPages,
5094
5129
  "aria-label": "Next page",
5095
5130
  onClick: () => goTo(currentPage + 1),
5096
5131
  className: (0, import_clsx37.default)(buttonClass, "border-l-1 border-border-primary-normal"),
5097
- children: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(Icon, { name: "keyboard_arrow_right" })
5132
+ children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Icon, { name: "keyboard_arrow_right" })
5098
5133
  }
5099
5134
  )
5100
5135
  ]
@@ -5104,25 +5139,160 @@ var Pagination = ({
5104
5139
  Pagination.displayName = "Pagination";
5105
5140
 
5106
5141
  // src/components/SkeletonParagraph.tsx
5107
- var import_jsx_runtime55 = require("react/jsx-runtime");
5142
+ var import_jsx_runtime56 = require("react/jsx-runtime");
5108
5143
 
5109
5144
  // src/components/EmptyCartIcon.tsx
5110
- var import_jsx_runtime56 = require("react/jsx-runtime");
5145
+ var import_jsx_runtime57 = require("react/jsx-runtime");
5111
5146
 
5112
5147
  // src/components/SearchResultImage/index.tsx
5113
5148
  var import_react34 = require("react");
5114
- var import_jsx_runtime57 = require("react/jsx-runtime");
5149
+ var import_jsx_runtime58 = require("react/jsx-runtime");
5115
5150
 
5116
5151
  // src/components/Alert.tsx
5117
5152
  var import_clsx38 = __toESM(require("clsx"), 1);
5118
5153
  var import_react35 = require("react");
5119
- var import_jsx_runtime58 = require("react/jsx-runtime");
5154
+ var import_jsx_runtime59 = require("react/jsx-runtime");
5120
5155
 
5121
5156
  // src/components/OrderCheckIcon.tsx
5122
- var import_jsx_runtime59 = require("react/jsx-runtime");
5157
+ var import_jsx_runtime60 = require("react/jsx-runtime");
5158
+
5159
+ // src/components/AccessCard.tsx
5160
+ var import_clsx40 = __toESM(require("clsx"), 1);
5161
+
5162
+ // src/components/Radio.tsx
5163
+ var import_clsx39 = __toESM(require("clsx"), 1);
5164
+ var import_jsx_runtime61 = require("react/jsx-runtime");
5165
+ var Radio = (_a) => {
5166
+ var _b = _a, {
5167
+ className,
5168
+ label,
5169
+ error,
5170
+ disabled,
5171
+ checked,
5172
+ readOnly,
5173
+ id,
5174
+ testid
5175
+ } = _b, props = __objRest(_b, [
5176
+ "className",
5177
+ "label",
5178
+ "error",
5179
+ "disabled",
5180
+ "checked",
5181
+ "readOnly",
5182
+ "id",
5183
+ "testid"
5184
+ ]);
5185
+ const radioId = id;
5186
+ const paragraphColor = disabled ? "text-primary-disabled" : error ? "text-primary-error" : "text-primary-normal";
5187
+ const defaultClassName = (0, import_clsx39.default)(
5188
+ !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"
5189
+ );
5190
+ const errorClassName = (0, import_clsx39.default)(
5191
+ 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 "
5192
+ );
5193
+ const disabledClassName = (0, import_clsx39.default)(
5194
+ disabled && "peer-disabled:bg-background-action-secondary-disabled peer-disabled:border-border-primary-normal peer-checked:border-0"
5195
+ );
5196
+ const readonlyClassName = (0, import_clsx39.default)(
5197
+ readOnly && "peer-read-only:bg-background-action-secondary-disabled peer-read-only:border-border-primary-normal peer-checked:border-0"
5198
+ );
5199
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
5200
+ "label",
5201
+ {
5202
+ htmlFor: radioId,
5203
+ "data-testid": testid,
5204
+ className: (0, import_clsx39.default)(
5205
+ "flex items-center",
5206
+ componentGap,
5207
+ disabled ? "cursor-default" : "cursor-pointer",
5208
+ className
5209
+ ),
5210
+ children: [
5211
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: "relative", children: [
5212
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5213
+ "input",
5214
+ __spreadValues({
5215
+ id: radioId,
5216
+ "data-testid": testid ? `${testid}-input` : void 0,
5217
+ type: "radio",
5218
+ className: "sr-only peer",
5219
+ disabled,
5220
+ checked,
5221
+ readOnly
5222
+ }, props)
5223
+ ),
5224
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5225
+ "div",
5226
+ {
5227
+ className: (0, import_clsx39.default)(
5228
+ "size-6 rounded-full border flex items-center justify-center",
5229
+ baseTransition,
5230
+ defaultClassName,
5231
+ errorClassName,
5232
+ disabledClassName,
5233
+ readonlyClassName
5234
+ ),
5235
+ children: checked && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5236
+ RadioIcon,
5237
+ {
5238
+ className: (0, import_clsx39.default)(
5239
+ "transition-colors",
5240
+ !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",
5241
+ 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",
5242
+ disabled && "text-icon-on-action-secondary-disabled",
5243
+ readOnly && "text-icon-on-action-secondary-disabled"
5244
+ )
5245
+ }
5246
+ )
5247
+ }
5248
+ )
5249
+ ] }),
5250
+ label && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Paragraph, { id: radioId ? `${radioId}-label` : void 0, testid: testid ? `${testid}-label` : void 0, padded: true, color: paragraphColor, children: label })
5251
+ ]
5252
+ }
5253
+ );
5254
+ };
5255
+ Radio.displayName = "Radio";
5256
+ var RadioIcon = ({ className }) => {
5257
+ return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
5258
+ "svg",
5259
+ {
5260
+ className,
5261
+ xmlns: "http://www.w3.org/2000/svg",
5262
+ width: "24",
5263
+ height: "24",
5264
+ viewBox: "0 0 24 24",
5265
+ fill: "none",
5266
+ children: [
5267
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5268
+ "rect",
5269
+ {
5270
+ x: "1",
5271
+ y: "1",
5272
+ width: "22",
5273
+ height: "22",
5274
+ rx: "11",
5275
+ stroke: "currentColor",
5276
+ strokeWidth: "2"
5277
+ }
5278
+ ),
5279
+ /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("rect", { x: "4", y: "4", width: "16", height: "16", rx: "8", fill: "currentColor" })
5280
+ ]
5281
+ }
5282
+ );
5283
+ };
5284
+ RadioIcon.displayName = "RadioIcon";
5285
+
5286
+ // src/components/AccessCard.tsx
5287
+ var import_jsx_runtime62 = require("react/jsx-runtime");
5288
+
5289
+ // src/components/AccessCardGroup.tsx
5290
+ var import_clsx41 = __toESM(require("clsx"), 1);
5291
+ var import_react36 = require("react");
5292
+ var import_jsx_runtime63 = require("react/jsx-runtime");
5123
5293
 
5124
5294
  // src/components/CalendarRange.tsx
5125
- var import_jsx_runtime60 = require("react/jsx-runtime");
5295
+ var import_jsx_runtime64 = require("react/jsx-runtime");
5126
5296
  function DateCell(_a) {
5127
5297
  var _b = _a, {
5128
5298
  date,
@@ -5157,12 +5327,12 @@ function DateCell(_a) {
5157
5327
  "id",
5158
5328
  "testid"
5159
5329
  ]);
5160
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5330
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5161
5331
  "span",
5162
5332
  __spreadProps(__spreadValues({}, props), {
5163
5333
  id,
5164
5334
  "data-testid": testid,
5165
- className: (0, import_clsx39.default)(
5335
+ className: (0, import_clsx42.default)(
5166
5336
  "flex items-center justify-center aspect-square select-none transition-colors border duration-100 font-medium",
5167
5337
  typography.caption,
5168
5338
  cellPadding,
@@ -5233,20 +5403,20 @@ function CalendarRange({
5233
5403
  const fromDate = parseDate(from);
5234
5404
  const toDate = parseDate(to);
5235
5405
  const today = import_polyfill.Temporal.Now.plainDateISO();
5236
- const [baseMonth, setBaseMonth] = (0, import_react36.useState)(
5406
+ const [baseMonth, setBaseMonth] = (0, import_react37.useState)(
5237
5407
  fromDate != null ? fromDate : today.with({ day: 1 })
5238
5408
  );
5239
- const [selecting, setSelecting] = (0, import_react36.useState)("from");
5240
- const [pendingFrom, setPendingFrom] = (0, import_react36.useState)(void 0);
5241
- const [hoveredDate, setHoveredDate] = (0, import_react36.useState)(void 0);
5242
- (0, import_react36.useEffect)(() => {
5409
+ const [selecting, setSelecting] = (0, import_react37.useState)("from");
5410
+ const [pendingFrom, setPendingFrom] = (0, import_react37.useState)(void 0);
5411
+ const [hoveredDate, setHoveredDate] = (0, import_react37.useState)(void 0);
5412
+ (0, import_react37.useEffect)(() => {
5243
5413
  if (fromDate) {
5244
5414
  setBaseMonth(fromDate.with({ day: 1 }));
5245
5415
  } else if (toDate) {
5246
5416
  setBaseMonth(toDate.with({ day: 1 }));
5247
5417
  }
5248
5418
  }, [from, to]);
5249
- (0, import_react36.useEffect)(() => {
5419
+ (0, import_react37.useEffect)(() => {
5250
5420
  if (fromDate && toDate) {
5251
5421
  setSelecting("from");
5252
5422
  setPendingFrom(void 0);
@@ -5313,12 +5483,12 @@ function CalendarRange({
5313
5483
  }
5314
5484
  return false;
5315
5485
  }
5316
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5486
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5317
5487
  "div",
5318
5488
  {
5319
5489
  id,
5320
5490
  "data-testid": testid,
5321
- className: (0, import_clsx39.default)(
5491
+ className: (0, import_clsx42.default)(
5322
5492
  "relative bg-background-grouped-primary-normal rounded-base w-fit",
5323
5493
  layoutPaddding,
5324
5494
  layoutGap,
@@ -5326,15 +5496,15 @@ function CalendarRange({
5326
5496
  // baseTransition,
5327
5497
  "overflow-hidden"
5328
5498
  ),
5329
- children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5499
+ children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5330
5500
  "div",
5331
5501
  {
5332
- className: (0, import_clsx39.default)(
5502
+ className: (0, import_clsx42.default)(
5333
5503
  "flex flex-row items-start justify-start bg-background-primary-normal overflow-clip",
5334
5504
  layoutGap
5335
5505
  ),
5336
5506
  children: (mode === "double" ? [0, 1] : [0]).map((offset, idx) => {
5337
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5507
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5338
5508
  CalendarPane,
5339
5509
  {
5340
5510
  getMonthData,
@@ -5392,45 +5562,45 @@ function CalendarPane({
5392
5562
  const years = Array.from({ length: 100 }).map(
5393
5563
  (_, i) => baseMonth.year - 50 + i
5394
5564
  );
5395
- const [monthMenuOpen, setMonthMenuOpen] = (0, import_react36.useState)(false);
5396
- const [yearMenuOpen, setYearMenuOpen] = (0, import_react36.useState)(false);
5397
- const monthMenuRef = (0, import_react36.useRef)(null);
5398
- const yearMenuRef = (0, import_react36.useRef)(null);
5565
+ const [monthMenuOpen, setMonthMenuOpen] = (0, import_react37.useState)(false);
5566
+ const [yearMenuOpen, setYearMenuOpen] = (0, import_react37.useState)(false);
5567
+ const monthMenuRef = (0, import_react37.useRef)(null);
5568
+ const yearMenuRef = (0, import_react37.useRef)(null);
5399
5569
  const month = getMonthData(offset);
5400
5570
  const totalCells = 42;
5401
5571
  const emptyCells = month.firstDayOffset;
5402
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(import_react36.default.Fragment, { children: [
5403
- /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
5572
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_react37.default.Fragment, { children: [
5573
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
5404
5574
  "div",
5405
5575
  {
5406
- className: (0, import_clsx39.default)("flex flex-col"),
5576
+ className: (0, import_clsx42.default)("flex flex-col"),
5407
5577
  children: [
5408
- /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)(
5578
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
5409
5579
  "div",
5410
5580
  {
5411
- className: (0, import_clsx39.default)(
5581
+ className: (0, import_clsx42.default)(
5412
5582
  "flex flex-row items-center justify-between",
5413
5583
  typography.label,
5414
5584
  "text-text-action-primary-normal"
5415
5585
  ),
5416
5586
  children: [
5417
- idx === 0 ? /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5587
+ idx === 0 ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5418
5588
  "button",
5419
5589
  {
5420
5590
  id: id ? `${id}-prev-month-button` : void 0,
5421
5591
  "data-testid": testid ? `${testid}-prev-month-button` : void 0,
5422
5592
  type: "button",
5423
- className: (0, import_clsx39.default)(
5593
+ className: (0, import_clsx42.default)(
5424
5594
  "flex items-center justify-center rounded-base hover:bg-action-100 active:bg-action-300 text-icon-action-primary-normal",
5425
5595
  componentPadding
5426
5596
  ),
5427
5597
  "aria-label": "Previous month",
5428
5598
  onClick: () => setBaseMonth(baseMonth.subtract({ months: 1 })),
5429
- children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Icon, { name: "chevron_left", size: 24 })
5599
+ children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Icon, { name: "chevron_left", size: 24 })
5430
5600
  }
5431
- ) : /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: (0, import_clsx39.default)(componentPadding, "mr-1") }),
5432
- /* @__PURE__ */ (0, import_jsx_runtime60.jsxs)("div", { className: "flex gap-desktop-compact-component-padding", children: [
5433
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5601
+ ) : /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: (0, import_clsx42.default)(componentPadding, "mr-1") }),
5602
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)("div", { className: "flex gap-desktop-compact-component-padding", children: [
5603
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5434
5604
  "button",
5435
5605
  {
5436
5606
  ref: (el) => {
@@ -5445,13 +5615,13 @@ function CalendarPane({
5445
5615
  children: month.name
5446
5616
  }
5447
5617
  ),
5448
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5618
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5449
5619
  Menu,
5450
5620
  {
5451
5621
  show: monthMenuOpen,
5452
5622
  positionTo: monthMenuRef,
5453
5623
  setShow: () => setMonthMenuOpen(false),
5454
- children: months.map((x) => [x, getMonthDataWith(x + 1)]).map(([x, m]) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5624
+ children: months.map((x) => [x, getMonthDataWith(x + 1)]).map(([x, m]) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5455
5625
  MenuOption,
5456
5626
  {
5457
5627
  selected: baseMonth.month === x + 1,
@@ -5465,7 +5635,7 @@ function CalendarPane({
5465
5635
  ))
5466
5636
  }
5467
5637
  ),
5468
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5638
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5469
5639
  "button",
5470
5640
  {
5471
5641
  ref: (el) => {
@@ -5480,13 +5650,13 @@ function CalendarPane({
5480
5650
  children: month.year
5481
5651
  }
5482
5652
  ),
5483
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5653
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5484
5654
  Menu,
5485
5655
  {
5486
5656
  show: yearMenuOpen,
5487
5657
  positionTo: yearMenuRef,
5488
5658
  setShow: () => setYearMenuOpen(false),
5489
- children: years.map((y) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5659
+ children: years.map((y) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5490
5660
  MenuOption,
5491
5661
  {
5492
5662
  selected: baseMonth.year === y,
@@ -5501,28 +5671,28 @@ function CalendarPane({
5501
5671
  }
5502
5672
  )
5503
5673
  ] }),
5504
- (mode === "double" ? idx === 1 : true) ? /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5674
+ (mode === "double" ? idx === 1 : true) ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5505
5675
  "button",
5506
5676
  {
5507
5677
  id: id ? `${id}-next-month-button` : void 0,
5508
5678
  "data-testid": testid ? `${testid}-next-month-button` : void 0,
5509
5679
  type: "button",
5510
- className: (0, import_clsx39.default)(
5680
+ className: (0, import_clsx42.default)(
5511
5681
  "flex items-center justify-center rounded-base hover:bg-action-100 active:bg-action-300 text-icon-action-primary-normal",
5512
5682
  componentPadding
5513
5683
  ),
5514
5684
  "aria-label": "Next month",
5515
5685
  onClick: () => setBaseMonth(baseMonth.add({ months: 1 })),
5516
- children: /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(Icon, { name: "chevron_right", size: 24 })
5686
+ children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Icon, { name: "chevron_right", size: 24 })
5517
5687
  }
5518
- ) : /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("span", { className: (0, import_clsx39.default)(componentPadding, "ml-1") })
5688
+ ) : /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("span", { className: (0, import_clsx42.default)(componentPadding, "ml-1") })
5519
5689
  ]
5520
5690
  }
5521
5691
  ),
5522
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: (0, import_clsx39.default)("grid grid-cols-7"), children: weekDays.map((d) => /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5692
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: (0, import_clsx42.default)("grid grid-cols-7"), children: weekDays.map((d) => /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5523
5693
  "span",
5524
5694
  {
5525
- className: (0, import_clsx39.default)(
5695
+ className: (0, import_clsx42.default)(
5526
5696
  typography.caption,
5527
5697
  "text-text-secondary-normal text-center",
5528
5698
  "w-10"
@@ -5531,7 +5701,7 @@ function CalendarPane({
5531
5701
  },
5532
5702
  d
5533
5703
  )) }),
5534
- /* @__PURE__ */ (0, import_jsx_runtime60.jsx)("div", { className: (0, import_clsx39.default)("grid grid-cols-7"), children: Array.from({ length: totalCells }).map((_, i) => {
5704
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)("div", { className: (0, import_clsx42.default)("grid grid-cols-7"), children: Array.from({ length: totalCells }).map((_, i) => {
5535
5705
  const day = i - emptyCells + 1;
5536
5706
  const date = month.date.with({ day: 1 }).add({
5537
5707
  days: i - emptyCells
@@ -5545,7 +5715,7 @@ function CalendarPane({
5545
5715
  const hoverDateIsAfterPendingFrom = hoveredDate && pendingFrom && import_polyfill.Temporal.PlainDate.compare(hoveredDate, pendingFrom) >= 0;
5546
5716
  const isRangeStart = mode === "single" && disableRange ? false : !pendingFrom && isInMonth && fromDate && date.equals(fromDate) || hoverDateIsAfterPendingFrom && date.equals(pendingFrom);
5547
5717
  const isRangeEnd = mode === "single" && disableRange ? false : !pendingFrom && isInMonth && toDate && date.equals(toDate) || hoverDateIsBeforePendingFrom && date.equals(pendingFrom);
5548
- return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5718
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5549
5719
  DateCell,
5550
5720
  {
5551
5721
  id: id ? `${id}-date-${date.toString()}` : void 0,
@@ -5570,10 +5740,10 @@ function CalendarPane({
5570
5740
  ]
5571
5741
  }
5572
5742
  ),
5573
- mode === "double" && idx === 0 && /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
5743
+ mode === "double" && idx === 0 && /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
5574
5744
  "div",
5575
5745
  {
5576
- className: (0, import_clsx39.default)(
5746
+ className: (0, import_clsx42.default)(
5577
5747
  "self-stretch bg-border-primary-normal rounded-base",
5578
5748
  // 1px width, full height, matches Figma divider
5579
5749
  "w-px"
@@ -5584,7 +5754,7 @@ function CalendarPane({
5584
5754
  }
5585
5755
 
5586
5756
  // src/components/DateInput.tsx
5587
- var import_jsx_runtime61 = require("react/jsx-runtime");
5757
+ var import_jsx_runtime65 = require("react/jsx-runtime");
5588
5758
  var DateInput = (_a) => {
5589
5759
  var _b = _a, {
5590
5760
  id,
@@ -5607,24 +5777,24 @@ var DateInput = (_a) => {
5607
5777
  "label",
5608
5778
  "isDateAvailable"
5609
5779
  ]);
5610
- const [visible, setVisible] = (0, import_react37.useState)(false);
5611
- const [inputValue, setInputValue] = (0, import_react37.useState)("");
5612
- const [isTyping, setIsTyping] = (0, import_react37.useState)(false);
5613
- const popoverRef = (0, import_react37.useRef)(null);
5614
- const triggerRef = (0, import_react37.useRef)(null);
5615
- const rootRef = (0, import_react37.useRef)(null);
5616
- const [calendarPosition, setCalendarPosition] = (0, import_react37.useState)({
5780
+ const [visible, setVisible] = (0, import_react38.useState)(false);
5781
+ const [inputValue, setInputValue] = (0, import_react38.useState)("");
5782
+ const [isTyping, setIsTyping] = (0, import_react38.useState)(false);
5783
+ const popoverRef = (0, import_react38.useRef)(null);
5784
+ const triggerRef = (0, import_react38.useRef)(null);
5785
+ const rootRef = (0, import_react38.useRef)(null);
5786
+ const [calendarPosition, setCalendarPosition] = (0, import_react38.useState)({
5617
5787
  top: 0,
5618
5788
  left: 0,
5619
5789
  width: 0
5620
5790
  });
5621
5791
  const [from, to] = [value, ""];
5622
- (0, import_react37.useEffect)(() => {
5792
+ (0, import_react38.useEffect)(() => {
5623
5793
  if (!isTyping) {
5624
5794
  setInputValue(formatDisplayValue(from));
5625
5795
  }
5626
5796
  }, [from, isTyping]);
5627
- (0, import_react37.useLayoutEffect)(() => {
5797
+ (0, import_react38.useLayoutEffect)(() => {
5628
5798
  if (visible) {
5629
5799
  updatePosition();
5630
5800
  }
@@ -5639,7 +5809,7 @@ var DateInput = (_a) => {
5639
5809
  });
5640
5810
  }
5641
5811
  };
5642
- (0, import_react37.useEffect)(() => {
5812
+ (0, import_react38.useEffect)(() => {
5643
5813
  updatePosition();
5644
5814
  const resizeObserver = new ResizeObserver(updatePosition);
5645
5815
  if (triggerRef.current) {
@@ -5651,7 +5821,7 @@ var DateInput = (_a) => {
5651
5821
  window.removeEventListener("scroll", updatePosition);
5652
5822
  };
5653
5823
  }, []);
5654
- (0, import_react37.useEffect)(() => {
5824
+ (0, import_react38.useEffect)(() => {
5655
5825
  const handleKeyDown2 = (event) => {
5656
5826
  var _a2;
5657
5827
  if (event.key === "Escape" && popoverRef.current) {
@@ -5664,7 +5834,7 @@ var DateInput = (_a) => {
5664
5834
  document.removeEventListener("keydown", handleKeyDown2);
5665
5835
  };
5666
5836
  });
5667
- (0, import_react37.useEffect)(() => {
5837
+ (0, import_react38.useEffect)(() => {
5668
5838
  const handleClickOutside = (event) => {
5669
5839
  if (popoverRef.current && !popoverRef.current.contains(event.target) && triggerRef.current && !triggerRef.current.contains(event.target)) {
5670
5840
  setVisible(false);
@@ -5745,8 +5915,8 @@ var DateInput = (_a) => {
5745
5915
  }
5746
5916
  }
5747
5917
  };
5748
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("div", { className: "relative", children: [
5749
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5918
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: "relative", children: [
5919
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5750
5920
  InputBase,
5751
5921
  __spreadProps(__spreadValues({
5752
5922
  id,
@@ -5760,7 +5930,7 @@ var DateInput = (_a) => {
5760
5930
  placeholder,
5761
5931
  disabled,
5762
5932
  readOnly,
5763
- after: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Icon, { name: "calendar_month" }),
5933
+ after: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Icon, { name: "calendar_month" }),
5764
5934
  onFocus: handleFocus,
5765
5935
  onClick: handleClick,
5766
5936
  onChange: handleInputChange,
@@ -5771,7 +5941,7 @@ var DateInput = (_a) => {
5771
5941
  })
5772
5942
  ),
5773
5943
  visible && !readOnly && (0, import_react_dom4.createPortal)(
5774
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5944
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5775
5945
  "div",
5776
5946
  {
5777
5947
  ref: (el) => {
@@ -5783,7 +5953,7 @@ var DateInput = (_a) => {
5783
5953
  left: `${calendarPosition.left}px`,
5784
5954
  minWidth: `${calendarPosition.width}px`
5785
5955
  },
5786
- children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
5956
+ children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
5787
5957
  CalendarRange,
5788
5958
  {
5789
5959
  id: id ? `${id}-calendar` : void 0,