@dmsi/wedgekit-react 0.0.388 → 0.0.389

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 (128) hide show
  1. package/dist/{chunk-BPJR54VM.js → chunk-2HMCS25C.js} +5 -5
  2. package/dist/{chunk-HPQWEZJL.js → chunk-3X3Y4TMS.js} +7 -2
  3. package/dist/{chunk-QJTAFSQA.js → chunk-44TDIHUP.js} +3 -3
  4. package/dist/{chunk-5Z4ODAYB.js → chunk-6I5LZ2ZC.js} +6 -6
  5. package/dist/{chunk-KSAN4ZLA.js → chunk-AA6GE3TH.js} +1 -1
  6. package/dist/{chunk-E4AGWXFA.js → chunk-D6YCMQPO.js} +7 -7
  7. package/dist/{chunk-DCCTNHNL.js → chunk-ERW5DEIO.js} +1 -1
  8. package/dist/{chunk-4LXG6QNT.js → chunk-EZCH4PQS.js} +2 -1
  9. package/dist/{chunk-CQFPNZTN.js → chunk-G5DEC7H3.js} +15 -5
  10. package/dist/{chunk-MX57T3HP.js → chunk-GB4ZTUQV.js} +8 -4
  11. package/dist/{chunk-JRHYNZM6.js → chunk-JIMJIJOF.js} +4 -4
  12. package/dist/{chunk-QF654HYZ.js → chunk-KZZKQLKF.js} +3 -3
  13. package/dist/{chunk-4XTTJOQA.js → chunk-LCJZRP5S.js} +14 -5
  14. package/dist/{chunk-2XHBPMHQ.js → chunk-LLZ3SSZJ.js} +4 -4
  15. package/dist/{chunk-A7CEYUVE.js → chunk-LZGYABCX.js} +3 -3
  16. package/dist/{chunk-FSLETAX4.js → chunk-MQX7GFLX.js} +11 -4
  17. package/dist/{chunk-B6FYJZG7.js → chunk-OW3WN3JV.js} +15 -15
  18. package/dist/components/Accordion.cjs +10 -5
  19. package/dist/components/Accordion.js +3 -3
  20. package/dist/components/CalendarRange.cjs +24 -21
  21. package/dist/components/CalendarRange.css +18 -0
  22. package/dist/components/CalendarRange.js +25 -25
  23. package/dist/components/Card.cjs +2 -1
  24. package/dist/components/Card.js +1 -1
  25. package/dist/components/CompactImagesPreview.cjs +18 -7
  26. package/dist/components/CompactImagesPreview.js +2 -2
  27. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.cjs +14 -11
  28. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.css +18 -0
  29. package/dist/components/DataGrid/ColumnSelectorHeaderCell/ColumnSelectorMenuOption.js +25 -25
  30. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.cjs +17 -14
  31. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.css +18 -0
  32. package/dist/components/DataGrid/ColumnSelectorHeaderCell/index.js +25 -25
  33. package/dist/components/DataGrid/PinnedColumns.cjs +19 -16
  34. package/dist/components/DataGrid/PinnedColumns.css +18 -0
  35. package/dist/components/DataGrid/PinnedColumns.js +25 -25
  36. package/dist/components/DataGrid/TableBody/LoadingCell.cjs +12 -9
  37. package/dist/components/DataGrid/TableBody/LoadingCell.css +18 -0
  38. package/dist/components/DataGrid/TableBody/LoadingCell.js +25 -25
  39. package/dist/components/DataGrid/TableBody/TableBodyRow.cjs +14 -11
  40. package/dist/components/DataGrid/TableBody/TableBodyRow.css +18 -0
  41. package/dist/components/DataGrid/TableBody/TableBodyRow.js +25 -25
  42. package/dist/components/DataGrid/TableBody/index.cjs +14 -11
  43. package/dist/components/DataGrid/TableBody/index.css +18 -0
  44. package/dist/components/DataGrid/TableBody/index.js +25 -25
  45. package/dist/components/DataGrid/index.cjs +36 -33
  46. package/dist/components/DataGrid/index.css +18 -0
  47. package/dist/components/DataGrid/index.js +25 -25
  48. package/dist/components/DataGrid/utils.cjs +12 -9
  49. package/dist/components/DataGrid/utils.css +18 -0
  50. package/dist/components/DataGrid/utils.js +25 -25
  51. package/dist/components/DataGridCell.js +2 -2
  52. package/dist/components/DateInput.cjs +37 -34
  53. package/dist/components/DateInput.css +18 -0
  54. package/dist/components/DateInput.js +25 -25
  55. package/dist/components/DateRangeInput.cjs +37 -34
  56. package/dist/components/DateRangeInput.css +18 -0
  57. package/dist/components/DateRangeInput.js +25 -25
  58. package/dist/components/FilterGroup.cjs +11 -2
  59. package/dist/components/FilterGroup.js +8 -8
  60. package/dist/components/MobileDataGrid/ColumnList.cjs +8 -4
  61. package/dist/components/MobileDataGrid/ColumnList.js +3 -3
  62. package/dist/components/MobileDataGrid/ColumnSelector/index.cjs +16 -13
  63. package/dist/components/MobileDataGrid/ColumnSelector/index.css +18 -0
  64. package/dist/components/MobileDataGrid/ColumnSelector/index.js +25 -25
  65. package/dist/components/MobileDataGrid/MobileDataGridCard/index.cjs +8 -4
  66. package/dist/components/MobileDataGrid/MobileDataGridCard/index.js +2 -2
  67. package/dist/components/MobileDataGrid/MobileDataGridHeader.cjs +24 -17
  68. package/dist/components/MobileDataGrid/MobileDataGridHeader.css +18 -0
  69. package/dist/components/MobileDataGrid/MobileDataGridHeader.js +25 -25
  70. package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.cjs +8 -4
  71. package/dist/components/MobileDataGrid/RowDetailModalProvider/ModalContent.js +2 -2
  72. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.cjs +8 -4
  73. package/dist/components/MobileDataGrid/RowDetailModalProvider/index.js +8 -8
  74. package/dist/components/MobileDataGrid/index.cjs +50 -43
  75. package/dist/components/MobileDataGrid/index.css +18 -0
  76. package/dist/components/MobileDataGrid/index.js +25 -25
  77. package/dist/components/Modal.js +5 -5
  78. package/dist/components/ModalButtons.js +2 -2
  79. package/dist/components/ModalHeader.js +2 -2
  80. package/dist/components/NavigationTab.js +2 -2
  81. package/dist/components/NavigationTabs.js +2 -2
  82. package/dist/components/Notification.cjs +8 -4
  83. package/dist/components/Notification.js +5 -5
  84. package/dist/components/OptionPill.cjs +11 -2
  85. package/dist/components/OptionPill.js +2 -2
  86. package/dist/components/PDFViewer/DownloadIcon.js +2 -2
  87. package/dist/components/PDFViewer/PDFElement.cjs +8 -4
  88. package/dist/components/PDFViewer/PDFElement.js +2 -2
  89. package/dist/components/PDFViewer/PDFNavigation.cjs +8 -4
  90. package/dist/components/PDFViewer/PDFNavigation.js +3 -3
  91. package/dist/components/PDFViewer/index.cjs +8 -4
  92. package/dist/components/PDFViewer/index.js +10 -10
  93. package/dist/components/ProductImagePreview/ProductPrimaryImage.cjs +15 -5
  94. package/dist/components/ProductImagePreview/ProductPrimaryImage.js +1 -1
  95. package/dist/components/ProductImagePreview/Thumbnail.cjs +7 -2
  96. package/dist/components/ProductImagePreview/Thumbnail.js +1 -1
  97. package/dist/components/ProductImagePreview/index.cjs +84 -63
  98. package/dist/components/ProductImagePreview/index.js +4 -4
  99. package/dist/components/SideMenuGroup.cjs +8 -4
  100. package/dist/components/SideMenuGroup.js +1 -1
  101. package/dist/components/SideMenuItem.cjs +8 -4
  102. package/dist/components/SideMenuItem.js +3 -3
  103. package/dist/components/Stack.cjs +8 -4
  104. package/dist/components/Stack.js +1 -1
  105. package/dist/components/Stepper.js +3 -3
  106. package/dist/components/Swatch.cjs +8 -4
  107. package/dist/components/Swatch.js +3 -3
  108. package/dist/components/Time.cjs +8 -4
  109. package/dist/components/Time.js +1 -1
  110. package/dist/components/Toast.js +3 -3
  111. package/dist/components/Upload.cjs +8 -4
  112. package/dist/components/Upload.js +5 -5
  113. package/dist/components/index.cjs +100 -71
  114. package/dist/components/index.css +18 -0
  115. package/dist/components/index.js +31 -31
  116. package/dist/index.css +18 -0
  117. package/package.json +1 -1
  118. package/src/components/Card.tsx +15 -4
  119. package/src/components/CompactImagesPreview.tsx +10 -3
  120. package/src/components/OptionPill.tsx +13 -1
  121. package/src/components/ProductImagePreview/ProductPrimaryImage.tsx +16 -5
  122. package/src/components/ProductImagePreview/Thumbnail.tsx +7 -1
  123. package/src/components/Stack.tsx +4 -0
  124. package/dist/{chunk-XFZRKXMV.js → chunk-EJSPFQCY.js} +3 -3
  125. package/dist/{chunk-YUBQJQ75.js → chunk-FHQL42YP.js} +3 -3
  126. package/dist/{chunk-EC7SC3MO.js → chunk-T36HX6QY.js} +3 -3
  127. package/dist/{chunk-77IGUML3.js → chunk-V47RTW7E.js} +3 -3
  128. package/dist/{chunk-5OPI4GTJ.js → chunk-XM7IQHBU.js} +3 -3
@@ -308,7 +308,8 @@ var Stack = (_a) => {
308
308
  marginBottom,
309
309
  testid,
310
310
  bottom,
311
- zIndex
311
+ zIndex,
312
+ flexWrap
312
313
  } = _b, props = __objRest(_b, [
313
314
  "children",
314
315
  "items",
@@ -347,9 +348,10 @@ var Stack = (_a) => {
347
348
  "marginBottom",
348
349
  "testid",
349
350
  "bottom",
350
- "zIndex"
351
+ "zIndex",
352
+ "flexWrap"
351
353
  ]);
352
- var _a2, _b2, _c, _d, _e, _f;
354
+ var _a2, _b2, _c, _d, _e, _f, _g;
353
355
  const flexClassNames = getFlexClassNames({ items, justify, grow });
354
356
  const gapClassNames = useGapClassNames(sizing);
355
357
  return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
@@ -376,7 +378,9 @@ var Stack = (_a) => {
376
378
  borderBlock: (_d = props.style) == null ? void 0 : _d.borderBlock,
377
379
  marginInline: (_e = props.style) == null ? void 0 : _e.marginInline,
378
380
  zIndex: zIndex !== void 0 ? zIndex : void 0,
379
- gap: (_f = props.style) == null ? void 0 : _f.gap
381
+ flexWrap,
382
+ paddingInline: (_f = props.style) == null ? void 0 : _f.paddingInline,
383
+ gap: (_g = props.style) == null ? void 0 : _g.gap
380
384
  },
381
385
  className: (0, import_clsx3.default)(
382
386
  "scrollbar-thin",
@@ -4,7 +4,7 @@ import {
4
4
  } from "../chunk-7CS736EF.js";
5
5
  import {
6
6
  Stack
7
- } from "../chunk-MX57T3HP.js";
7
+ } from "../chunk-GB4ZTUQV.js";
8
8
  import {
9
9
  Icon
10
10
  } from "../chunk-NKUETCDA.js";
@@ -260,7 +260,8 @@ var Stack = (_a) => {
260
260
  marginBottom,
261
261
  testid,
262
262
  bottom,
263
- zIndex
263
+ zIndex,
264
+ flexWrap
264
265
  } = _b, props = __objRest(_b, [
265
266
  "children",
266
267
  "items",
@@ -299,9 +300,10 @@ var Stack = (_a) => {
299
300
  "marginBottom",
300
301
  "testid",
301
302
  "bottom",
302
- "zIndex"
303
+ "zIndex",
304
+ "flexWrap"
303
305
  ]);
304
- var _a2, _b2, _c, _d, _e, _f;
306
+ var _a2, _b2, _c, _d, _e, _f, _g;
305
307
  const flexClassNames = getFlexClassNames({ items, justify, grow });
306
308
  const gapClassNames = useGapClassNames(sizing);
307
309
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
@@ -328,7 +330,9 @@ var Stack = (_a) => {
328
330
  borderBlock: (_d = props.style) == null ? void 0 : _d.borderBlock,
329
331
  marginInline: (_e = props.style) == null ? void 0 : _e.marginInline,
330
332
  zIndex: zIndex !== void 0 ? zIndex : void 0,
331
- gap: (_f = props.style) == null ? void 0 : _f.gap
333
+ flexWrap,
334
+ paddingInline: (_f = props.style) == null ? void 0 : _f.paddingInline,
335
+ gap: (_g = props.style) == null ? void 0 : _g.gap
332
336
  },
333
337
  className: (0, import_clsx2.default)(
334
338
  "scrollbar-thin",
@@ -1,9 +1,9 @@
1
+ import {
2
+ Stack
3
+ } from "../chunk-GB4ZTUQV.js";
1
4
  import {
2
5
  Paragraph
3
6
  } from "../chunk-OGIFIPKH.js";
4
- import {
5
- Stack
6
- } from "../chunk-MX57T3HP.js";
7
7
  import {
8
8
  baseTransition,
9
9
  componentPaddingMinus2pxBorder
@@ -259,7 +259,8 @@ var Stack = (_a) => {
259
259
  marginBottom,
260
260
  testid,
261
261
  bottom,
262
- zIndex
262
+ zIndex,
263
+ flexWrap
263
264
  } = _b, props = __objRest(_b, [
264
265
  "children",
265
266
  "items",
@@ -298,9 +299,10 @@ var Stack = (_a) => {
298
299
  "marginBottom",
299
300
  "testid",
300
301
  "bottom",
301
- "zIndex"
302
+ "zIndex",
303
+ "flexWrap"
302
304
  ]);
303
- var _a2, _b2, _c, _d, _e, _f;
305
+ var _a2, _b2, _c, _d, _e, _f, _g;
304
306
  const flexClassNames = getFlexClassNames({ items, justify, grow });
305
307
  const gapClassNames = useGapClassNames(sizing);
306
308
  return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
@@ -327,7 +329,9 @@ var Stack = (_a) => {
327
329
  borderBlock: (_d = props.style) == null ? void 0 : _d.borderBlock,
328
330
  marginInline: (_e = props.style) == null ? void 0 : _e.marginInline,
329
331
  zIndex: zIndex !== void 0 ? zIndex : void 0,
330
- gap: (_f = props.style) == null ? void 0 : _f.gap
332
+ flexWrap,
333
+ paddingInline: (_f = props.style) == null ? void 0 : _f.paddingInline,
334
+ gap: (_g = props.style) == null ? void 0 : _g.gap
331
335
  },
332
336
  className: (0, import_clsx2.default)(
333
337
  "scrollbar-thin",
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  Stack
3
- } from "../chunk-MX57T3HP.js";
3
+ } from "../chunk-GB4ZTUQV.js";
4
4
  import "../chunk-6CTCHYIS.js";
5
5
  import "../chunk-ORMEWXMH.js";
6
6
  export {
@@ -3,13 +3,13 @@ import {
3
3
  InputBase
4
4
  } from "../chunk-ZL5X7KP6.js";
5
5
  import "../chunk-7CS736EF.js";
6
- import {
7
- Button
8
- } from "../chunk-WWAPK5PH.js";
9
6
  import "../chunk-5UH6QUFB.js";
10
7
  import {
11
8
  Icon
12
9
  } from "../chunk-NKUETCDA.js";
10
+ import {
11
+ Button
12
+ } from "../chunk-WWAPK5PH.js";
13
13
  import {
14
14
  componentGap
15
15
  } from "../chunk-6CTCHYIS.js";
@@ -313,7 +313,8 @@ var Stack = (_a) => {
313
313
  marginBottom,
314
314
  testid,
315
315
  bottom,
316
- zIndex
316
+ zIndex,
317
+ flexWrap
317
318
  } = _b, props = __objRest(_b, [
318
319
  "children",
319
320
  "items",
@@ -352,9 +353,10 @@ var Stack = (_a) => {
352
353
  "marginBottom",
353
354
  "testid",
354
355
  "bottom",
355
- "zIndex"
356
+ "zIndex",
357
+ "flexWrap"
356
358
  ]);
357
- var _a2, _b2, _c, _d, _e, _f;
359
+ var _a2, _b2, _c, _d, _e, _f, _g;
358
360
  const flexClassNames = getFlexClassNames({ items, justify, grow });
359
361
  const gapClassNames = useGapClassNames(sizing);
360
362
  return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
@@ -381,7 +383,9 @@ var Stack = (_a) => {
381
383
  borderBlock: (_d = props.style) == null ? void 0 : _d.borderBlock,
382
384
  marginInline: (_e = props.style) == null ? void 0 : _e.marginInline,
383
385
  zIndex: zIndex !== void 0 ? zIndex : void 0,
384
- gap: (_f = props.style) == null ? void 0 : _f.gap
386
+ flexWrap,
387
+ paddingInline: (_f = props.style) == null ? void 0 : _f.paddingInline,
388
+ gap: (_g = props.style) == null ? void 0 : _g.gap
385
389
  },
386
390
  className: (0, import_clsx3.default)(
387
391
  "scrollbar-thin",
@@ -5,12 +5,12 @@ import {
5
5
  Heading2,
6
6
  Heading3
7
7
  } from "../chunk-EU73QPW7.js";
8
+ import {
9
+ Stack
10
+ } from "../chunk-GB4ZTUQV.js";
8
11
  import {
9
12
  Paragraph
10
13
  } from "../chunk-OGIFIPKH.js";
11
- import {
12
- Stack
13
- } from "../chunk-MX57T3HP.js";
14
14
  import {
15
15
  typography
16
16
  } from "../chunk-6CTCHYIS.js";
@@ -806,7 +806,8 @@ var Stack = (_a) => {
806
806
  marginBottom,
807
807
  testid,
808
808
  bottom,
809
- zIndex
809
+ zIndex,
810
+ flexWrap
810
811
  } = _b, props = __objRest(_b, [
811
812
  "children",
812
813
  "items",
@@ -845,9 +846,10 @@ var Stack = (_a) => {
845
846
  "marginBottom",
846
847
  "testid",
847
848
  "bottom",
848
- "zIndex"
849
+ "zIndex",
850
+ "flexWrap"
849
851
  ]);
850
- var _a2, _b2, _c, _d, _e, _f;
852
+ var _a2, _b2, _c, _d, _e, _f, _g;
851
853
  const flexClassNames = getFlexClassNames({ items, justify, grow });
852
854
  const gapClassNames = useGapClassNames(sizing);
853
855
  return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
@@ -874,7 +876,9 @@ var Stack = (_a) => {
874
876
  borderBlock: (_d = props.style) == null ? void 0 : _d.borderBlock,
875
877
  marginInline: (_e = props.style) == null ? void 0 : _e.marginInline,
876
878
  zIndex: zIndex !== void 0 ? zIndex : void 0,
877
- gap: (_f = props.style) == null ? void 0 : _f.gap
879
+ flexWrap,
880
+ paddingInline: (_f = props.style) == null ? void 0 : _f.paddingInline,
881
+ gap: (_g = props.style) == null ? void 0 : _g.gap
878
882
  },
879
883
  className: (0, import_clsx5.default)(
880
884
  "scrollbar-thin",
@@ -9,7 +9,7 @@ import "../chunk-TYTD4FLW.js";
9
9
  import "../chunk-5UH6QUFB.js";
10
10
  import {
11
11
  Stack
12
- } from "../chunk-MX57T3HP.js";
12
+ } from "../chunk-GB4ZTUQV.js";
13
13
  import {
14
14
  Icon
15
15
  } from "../chunk-NKUETCDA.js";
@@ -2,15 +2,15 @@
2
2
  import {
3
3
  Heading3
4
4
  } from "../chunk-EU73QPW7.js";
5
- import {
6
- Button
7
- } from "../chunk-WWAPK5PH.js";
8
5
  import {
9
6
  Paragraph
10
7
  } from "../chunk-OGIFIPKH.js";
11
8
  import {
12
9
  Icon
13
10
  } from "../chunk-NKUETCDA.js";
11
+ import {
12
+ Button
13
+ } from "../chunk-WWAPK5PH.js";
14
14
  import {
15
15
  componentGap,
16
16
  componentPadding,
@@ -487,7 +487,8 @@ var Stack = (_a) => {
487
487
  marginBottom,
488
488
  testid,
489
489
  bottom,
490
- zIndex
490
+ zIndex,
491
+ flexWrap
491
492
  } = _b, props = __objRest(_b, [
492
493
  "children",
493
494
  "items",
@@ -526,9 +527,10 @@ var Stack = (_a) => {
526
527
  "marginBottom",
527
528
  "testid",
528
529
  "bottom",
529
- "zIndex"
530
+ "zIndex",
531
+ "flexWrap"
530
532
  ]);
531
- var _a2, _b2, _c, _d, _e, _f;
533
+ var _a2, _b2, _c, _d, _e, _f, _g;
532
534
  const flexClassNames = getFlexClassNames({ items, justify, grow });
533
535
  const gapClassNames = useGapClassNames(sizing);
534
536
  return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
@@ -555,7 +557,9 @@ var Stack = (_a) => {
555
557
  borderBlock: (_d = props.style) == null ? void 0 : _d.borderBlock,
556
558
  marginInline: (_e = props.style) == null ? void 0 : _e.marginInline,
557
559
  zIndex: zIndex !== void 0 ? zIndex : void 0,
558
- gap: (_f = props.style) == null ? void 0 : _f.gap
560
+ flexWrap,
561
+ paddingInline: (_f = props.style) == null ? void 0 : _f.paddingInline,
562
+ gap: (_g = props.style) == null ? void 0 : _g.gap
559
563
  },
560
564
  className: (0, import_clsx5.default)(
561
565
  "scrollbar-thin",
@@ -2,17 +2,17 @@ import {
2
2
  Spinner
3
3
  } from "../chunk-SBRRNFOP.js";
4
4
  import {
5
- Button
6
- } from "../chunk-WWAPK5PH.js";
5
+ Stack
6
+ } from "../chunk-GB4ZTUQV.js";
7
7
  import {
8
8
  Paragraph
9
9
  } from "../chunk-OGIFIPKH.js";
10
- import {
11
- Stack
12
- } from "../chunk-MX57T3HP.js";
13
10
  import {
14
11
  Icon
15
12
  } from "../chunk-NKUETCDA.js";
13
+ import {
14
+ Button
15
+ } from "../chunk-WWAPK5PH.js";
16
16
  import {
17
17
  componentGap
18
18
  } from "../chunk-6CTCHYIS.js";