@commonsku/styles 1.16.14 → 1.16.16

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 (42) hide show
  1. package/dist/index.d.ts +134 -17
  2. package/dist/index.es.js +147 -46
  3. package/dist/index.es.js.map +1 -1
  4. package/dist/index.js +171 -46
  5. package/dist/index.js.map +1 -1
  6. package/dist/styles/Datepicker.d.ts.map +1 -1
  7. package/dist/styles/DropArea.d.ts +0 -4
  8. package/dist/styles/DropArea.d.ts.map +1 -1
  9. package/dist/styles/Dropzone.d.ts +69 -0
  10. package/dist/styles/Dropzone.d.ts.map +1 -0
  11. package/dist/styles/ErrorBoundary.d.ts +3 -2
  12. package/dist/styles/ErrorBoundary.d.ts.map +1 -1
  13. package/dist/styles/NumberInput.d.ts.map +1 -1
  14. package/dist/styles/RenderChild.d.ts +14 -0
  15. package/dist/styles/RenderChild.d.ts.map +1 -0
  16. package/dist/styles/Select.d.ts +15 -0
  17. package/dist/styles/Select.d.ts.map +1 -1
  18. package/dist/styles/Sparkles.d.ts +2 -2
  19. package/dist/styles/Sparkles.d.ts.map +1 -1
  20. package/dist/styles/calendar/Calendar.d.ts.map +1 -1
  21. package/dist/styles/calendar/DraggableTasksCalendar.d.ts.map +1 -1
  22. package/dist/styles/calendar/TasksCalendar.d.ts.map +1 -1
  23. package/dist/styles/calendar/types.d.ts +1 -1
  24. package/dist/styles/calendar/types.d.ts.map +1 -1
  25. package/dist/styles/datepickerStyles.d.ts +1 -1
  26. package/dist/styles/datepickerStyles.d.ts.map +1 -1
  27. package/dist/styles/icons/MagicEraserIcon.d.ts +9 -0
  28. package/dist/styles/icons/MagicEraserIcon.d.ts.map +1 -0
  29. package/dist/styles/icons/MagicIcon.d.ts +9 -0
  30. package/dist/styles/icons/MagicIcon.d.ts.map +1 -0
  31. package/dist/styles/icons/SlideInIcon.d.ts +9 -0
  32. package/dist/styles/icons/SlideInIcon.d.ts.map +1 -0
  33. package/dist/styles/icons/TrendIcon.d.ts +9 -0
  34. package/dist/styles/icons/TrendIcon.d.ts.map +1 -0
  35. package/dist/styles/icons/index.d.ts +4 -0
  36. package/dist/styles/icons/index.d.ts.map +1 -1
  37. package/dist/styles/index.d.ts +2 -0
  38. package/dist/styles/index.d.ts.map +1 -1
  39. package/dist/styles/tables/SimpleWindowedTable.d.ts.map +1 -1
  40. package/dist/styles/tables/VirtualTable.d.ts +4 -3
  41. package/dist/styles/tables/VirtualTable.d.ts.map +1 -1
  42. package/package.json +3 -1
package/dist/index.es.js CHANGED
@@ -13,6 +13,7 @@ import BaseDatePicker from 'react-datepicker';
13
13
  import { useTable, useSortBy, usePagination, useColumnOrder, useBlockLayout, useFlexLayout, useExpanded } from 'react-table';
14
14
  import { useSticky } from 'react-table-sticky';
15
15
  import { areEqual, FixedSizeList, VariableSizeList } from 'react-window';
16
+ import * as reactIs from 'react-is';
16
17
 
17
18
  /******************************************************************************
18
19
  Copyright (c) Microsoft Corporation.
@@ -1189,7 +1190,7 @@ function GearIcon(_a) {
1189
1190
  React.createElement("path", { d: renderPath, fill: color }));
1190
1191
  }
1191
1192
 
1192
- var datepickerStyles = "\n.commonsku-styles-datepicker {\n &.react-datepicker-wrapper {\n width: 100%;\n }\n\n .react-datepicker__input-container {\n display: block;\n width: 100%;\n }\n\n .react-datepicker {\n border: 1px solid var(--color-primary1-60);\n outline: none;\n box-shadow: 1px 1px 0px var(--color-primary1-60),\n -1px -1px 0px var(--color-primary1-60),\n 1px -1px 0px var(--color-primary1-60),\n -1px 1px 0px var(--color-primary1-60);\n }\n\n .react-datepicker__current-month,\n .react-datepicker-time__header,\n .react-datepicker-year-header,\n .react-datepicker__header {\n padding-top: 8px;\n padding-bottom: 8px;\n }\n\n .react-datepicker__header,\n .react-datepicker__today-button {\n background: var(--color-neutrals-20);\n padding-top: 8px;\n padding-bottom: 8px;\n }\n\n .react-datepicker__header {\n border-bottom: none;\n }\n\n .react-datepicker__today-button {\n border-top: none;\n }\n\n .react-datepicker__day {\n outline: none;\n }\n\n .react-datepicker__day :not(\n .react-datepicker__day--outside-month,\n .react-datepicker__day--selected\n ) {\n color: var(--color-neutrals-90);\n }\n\n .react-datepicker__day:hover :not(.react-datepicker__day--selected),\n .react-datepicker__month-text:hover,\n .react-datepicker__quarter-text:hover,\n .react-datepicker__year-text:hover {\n background-color: var(--color-neutrals-20);\n }\n\n .react-datepicker__day--outside-month {\n color: var(--color-neutrals-70);\n }\n\n .react-datepicker__day--weekend {\n color: var(--color-errors-main);\n }\n\n .react-datepicker__day--selected,\n .react-datepicker__day--keyboard-selected,\n .react-datepicker__month-text--keyboard-selected,\n .react-datepicker__quarter-text--keyboard-selected,\n .react-datepicker__year-text--keyboard-selected\n {\n background-color: var(--color-primary1-60);\n color: #fff;\n }\n\n .react-datepicker__triangle {\n border-bottom-color: var(--color-neutrals-20) !important;\n }\n\n .react-datepicker__triangle::before {\n border-bottom-color: var(--color-primary1-60) !important;\n border-top-color: var(--color-primary1-60) !important;\n }\n\n .react-datepicker__month-select,\n .react-datepicker__year-select {\n height: 30px;\n border: 2px solid var(--color-primary1-60);\n padding: 3px;\n border-radius: 5px;\n outline: none;\n }\n\n .react-datepicker__navigation {\n border: 0.45rem solid transparent;\n\n &.react-datepicker__navigation--next {\n border-left: 7px solid var(--color-primary1-60);\n margin-top: 8px;\n }\n \n &.react-datepicker__navigation--previous {\n border-right: 7px solid var(--color-primary1-60);\n margin-top: 8px;\n }\n }\n\n .react-datepicker__aria-live {\n display: none;\n }\n}\n";
1193
+ var datepickerStyles = "\n.commonsku-styles-datepicker {\n &.react-datepicker-wrapper {\n width: 100%;\n }\n\n .react-datepicker__input-container {\n display: block;\n width: 100%;\n }\n\n .react-datepicker {\n border: 1px solid var(--color-primary1-60);\n outline: none;\n box-shadow: 1px 1px 0px var(--color-primary1-60),\n -1px -1px 0px var(--color-primary1-60),\n 1px -1px 0px var(--color-primary1-60),\n -1px 1px 0px var(--color-primary1-60);\n }\n\n .react-datepicker__current-month,\n .react-datepicker-time__header,\n .react-datepicker-year-header,\n .react-datepicker__header {\n padding-top: 8px;\n padding-bottom: 8px;\n }\n\n .react-datepicker__header,\n .react-datepicker__today-button {\n background: var(--color-neutrals-20);\n padding-top: 8px;\n padding-bottom: 8px;\n }\n\n .react-datepicker__header {\n border-bottom: none;\n }\n\n .react-datepicker__today-button {\n border-top: none;\n }\n\n .react-datepicker__day {\n outline: none;\n }\n\n .react-datepicker__day :not(\n .react-datepicker__day--outside-month,\n .react-datepicker__day--selected\n ) {\n color: var(--color-neutrals-90);\n }\n\n .react-datepicker__day:hover :not(.react-datepicker__day--selected),\n .react-datepicker__month-text:hover,\n .react-datepicker__quarter-text:hover,\n .react-datepicker__year-text:hover {\n background-color: var(--color-neutrals-20);\n }\n\n .react-datepicker__day--outside-month {\n color: var(--color-neutrals-70);\n }\n\n .react-datepicker__day--weekend {\n color: var(--color-errors-main);\n }\n\n .react-datepicker__day--selected,\n .react-datepicker__day--keyboard-selected,\n .react-datepicker__month-text--keyboard-selected,\n .react-datepicker__quarter-text--keyboard-selected,\n .react-datepicker__year-text--keyboard-selected\n {\n background-color: var(--color-primary1-60);\n color: #fff;\n }\n\n .react-datepicker__triangle {\n border-bottom-color: var(--color-neutrals-20) !important;\n }\n\n .react-datepicker__triangle::before {\n border-bottom-color: var(--color-primary1-60) !important;\n border-top-color: var(--color-primary1-60) !important;\n }\n\n .react-datepicker__month-select,\n .react-datepicker__year-select {\n height: 30px;\n border: 2px solid var(--color-primary1-60);\n padding: 3px;\n border-radius: 5px;\n outline: none;\n }\n\n .react-datepicker__time-container {\n margin-top: -2px;\n border-top-left-radius: 0px;\n border-right: 2px solid var(--color-primary1-60);\n border-bottom: 2px solid var(--color-primary1-60);\n border-top: 2px solid var(--color-primary1-60);\n }\n\n .react-datepicker__navigation {\n border: 0.45rem solid transparent;\n\n &.react-datepicker__navigation--next {\n border-left: 7px solid var(--color-primary1-60);\n margin-top: 8px;\n }\n \n &.react-datepicker__navigation--previous {\n border-right: 7px solid var(--color-primary1-60);\n margin-top: 8px;\n }\n }\n\n .react-datepicker__aria-live {\n display: none;\n }\n\n @media only screen and (min-height: 600px) and (max-height: 800px ) {\n .react-datepicker__month {\n overflow-y: scroll !important;\n height: 15vh !important;\n }\n }\n @media only screen and (max-height: 599px ) {\n .react-datepicker__month {\n overflow-y: scroll !important;\n height: 5vh !important;\n }\n\n .react-datepicker__time-container {\n margin-top: -2px;\n border-top-left-radius: 0px;\n border-right: 2px solid var(--color-primary1-60);\n border-bottom: 2px solid var(--color-primary1-60);\n border-top: 2px solid var(--color-primary1-60);\n }\n }\n}\n";
1193
1194
 
1194
1195
  var parseColorVars = function (colors, prefix) {
1195
1196
  if (prefix === void 0) { prefix = ''; }
@@ -2729,6 +2730,43 @@ function StarDarkIcon(_a) {
2729
2730
  React.createElement("path", { d: "M816.161,1280.05C816.87,1278.39 818.503,1277.31 820.31,1277.31C822.117,1277.31 823.75,1278.39 824.459,1280.05L844.406,1326.83L895.064,1331.35C896.864,1331.51 898.395,1332.73 898.954,1334.44C899.512,1336.16 898.991,1338.05 897.628,1339.24L859.299,1372.67L870.66,1422.24C871.064,1424 870.377,1425.83 868.914,1426.9C867.452,1427.96 865.497,1428.05 863.946,1427.12L820.31,1400.99L776.674,1427.12C775.123,1428.05 773.168,1427.96 771.706,1426.9C770.243,1425.83 769.556,1424 769.96,1422.24L781.321,1372.67L742.992,1339.24C741.629,1338.05 741.108,1336.16 741.666,1334.44C742.225,1332.73 743.756,1331.51 745.556,1331.35L796.214,1326.83L816.161,1280.05Z", style: { fill: 'rgb(18,57,82)' } }))))));
2730
2731
  }
2731
2732
 
2733
+ function MagicIcon(_a) {
2734
+ var _b = _a.color, color = _b === void 0 ? teal.main : _b, _c = _a.size, size = _c === void 0 ? "medium" : _c; _a.hover; _a.filled; var _f = _a.altText, altText = _f === void 0 ? "AI" : _f, props = __rest(_a, ["color", "size", "hover", "filled", "altText"]);
2735
+ return React.createElement(SVG$1, __assign({ size: size, "aria-labelledby": "MagicIcon" }, props),
2736
+ React.createElement("title", { id: "MagicIcon" }, altText),
2737
+ React.createElement("path", { d: "M19 9L20.25 6.25L23 5L20.25 3.75L19 1L17.75 3.75L15 5L17.75 6.25L19 9Z", fill: color }),
2738
+ React.createElement("path", { d: "M19 15L17.75 17.75L15 19L17.75 20.25L19 23L20.25 20.25L23 19L20.25 17.75L19 15Z", fill: color }),
2739
+ React.createElement("path", { d: "M11.5 9.5L9 4L6.5 9.5L1 12L6.5 14.5L9 20L11.5 14.5L17 12L11.5 9.5ZM9.99 12.99L9 15.17L8.01 12.99L5.83 12L8.01 11.01L9 8.83L9.99 11.01L12.17 12L9.99 12.99Z", fill: color }));
2740
+ }
2741
+
2742
+ function MagicEraserIcon(_a) {
2743
+ var _b = _a.color, color = _b === void 0 ? teal.main : _b, _c = _a.size, size = _c === void 0 ? "medium" : _c; _a.hover; _a.filled; var _f = _a.altText, altText = _f === void 0 ? "AI Eraser" : _f, props = __rest(_a, ["color", "size", "hover", "filled", "altText"]);
2744
+ return React.createElement(SVG$1, __assign({ size: size, "aria-labelledby": "MagicEraserIcon" }, props),
2745
+ React.createElement("title", { id: "MagicEraserIcon" }, altText),
2746
+ React.createElement("path", { d: "M20.4214 6.40604L21.3574 4.3783L23.4088 3.45302L21.3574 2.52774L20.4214 0.5L19.4853 2.52774L17.4339 3.45302L19.4853 4.3783L20.4214 6.40604Z", fill: color }),
2747
+ React.createElement("path", { d: "M8.96951 6.40604L9.90558 4.3783L11.957 3.45302L9.90558 2.52774L8.96951 0.5L8.03345 2.52774L5.98207 3.45302L8.03345 4.3783L8.96951 6.40604Z", fill: color }),
2748
+ React.createElement("path", { d: "M20.4214 11.8199L19.4853 13.8477L17.4339 14.7729L19.4853 15.6982L20.4214 17.7259L21.3574 15.6982L23.4088 14.7729L21.3574 13.8477L20.4214 11.8199Z", fill: color }),
2749
+ React.createElement("path", { d: "M19.4853 9.8217L14.2374 4.62438C14.0382 4.43736 13.7892 4.33893 13.5303 4.33893C13.2714 4.33893 13.0225 4.43736 12.8233 4.62438L1.70006 15.6195C1.31169 16.0034 1.31169 16.6235 1.70006 17.0074L6.94801 22.2047C7.14717 22.4016 7.39613 22.5 7.65504 22.5C7.91395 22.5 8.1629 22.4016 8.36207 22.2145L19.4853 11.2195C19.8737 10.8356 19.8737 10.2056 19.4853 9.8217ZM13.5303 6.72103L17.3642 10.5206L14.9344 12.8928L11.1005 9.09329L13.5303 6.72103ZM7.65504 20.1277L3.82114 16.3282L9.69643 10.4812L13.5303 14.2808L7.65504 20.1277Z", fill: color }));
2750
+ }
2751
+
2752
+ function TrendIcon(_a) {
2753
+ var _b = _a.size, size = _b === void 0 ? "medium" : _b, _c = _a.direction, direction = _c === void 0 ? "up" : _c, _d = _a.altText, altText = _d === void 0 ? "Trend Direction" : _d, props = __rest(_a, ["size", "direction", "altText"]);
2754
+ return React.createElement(SVG$1, __assign({ size: size, "aria-labelledby": "Trend" }, props),
2755
+ React.createElement("title", { id: "Trend" }, altText),
2756
+ {
2757
+ 'up': React.createElement("path", { d: "M16 6L18.29 8.29L13.41 13.17L9.41 9.17L2 16.59L3.41 18L9.41 12L13.41 16L19.71 9.71L22 12V6H16Z", fill: green['60'] }),
2758
+ 'down': React.createElement("path", { d: "M16 18L18.29 15.71L13.41 10.83L9.41 14.83L2 7.41L3.41 6L9.41 12L13.41 8L19.71 14.29L22 12V18H16Z", fill: errors['60'] }),
2759
+ 'flat': React.createElement("path", { d: "M21.5 12L17.5 8V11H2.5V13H17.5V16L21.5 12Z", fill: neutrals['60'] })
2760
+ }[direction]);
2761
+ }
2762
+
2763
+ function SlideInIcon(_a) {
2764
+ var _b = _a.color, color = _b === void 0 ? teal.main : _b, _c = _a.size, size = _c === void 0 ? "medium" : _c; _a.hover; _a.filled; var _f = _a.altText, altText = _f === void 0 ? "Open panel" : _f, props = __rest(_a, ["color", "size", "hover", "filled", "altText"]);
2765
+ return React.createElement(SVG$1, __assign({ size: size, "aria-labelledby": "SlideInIcon" }, props),
2766
+ React.createElement("title", { id: "SlideInIcon" }, altText),
2767
+ React.createElement("path", { d: "M3 20.99L21 20.99C22.1 20.99 23 20.09 23 18.99L23 15L21 15L21 19.01L3 19.01L3 4.97999L21 4.97999L21 8.99999L23 8.99999L23 4.98999C23 3.88999 22.1 3.00999 21 3.00999L3 3.00999C1.9 3.00999 1 3.88999 1 4.98999L1 18.99C1 20.1 1.9 20.99 3 20.99ZM13 7.99999L9 12L13 16L13 13L23 13L23 11L13 11L13 7.99999ZM3 20.99L21 20.99C22.1 20.99 23 20.09 23 18.99L23 15L21 15L21 19.01L3 19.01L3 4.97999L21 4.97999L21 8.99999L23 8.99999L23 4.98999C23 3.88999 22.1 3.00999 21 3.00999L3 3.00999C1.9 3.00999 1 3.88999 1 4.98999L1 18.99C1 20.1 1.9 20.99 3 20.99ZM13 7.99999L9 12L13 16L13 13L23 13L23 11L13 11L13 7.99999Z", fill: color }));
2768
+ }
2769
+
2732
2770
  var avatarSizes = {
2733
2771
  tiny: {
2734
2772
  size: '24px',
@@ -2934,20 +2972,6 @@ function DropzonedPreviews(_a) {
2934
2972
  ? React.createElement(ThumbsContainer, null, thumbs)
2935
2973
  : React.createElement(PlaceHolder, null, placeholder))));
2936
2974
  }
2937
- function DropzonedSimple(_a) {
2938
- var accept = _a.accept, children = _a.children, props = __rest(_a, ["accept", "children"]);
2939
- var _b = useDropzone(__assign({ accept: accept }, props)), acceptedFiles = _b.acceptedFiles, getRootProps = _b.getRootProps, getInputProps = _b.getInputProps, isDragActive = _b.isDragActive, isDragAccept = _b.isDragAccept, isDragReject = _b.isDragReject;
2940
- var Child = React.Children.only(children);
2941
- if (!Child) {
2942
- return null;
2943
- }
2944
- var ChildElem = React.cloneElement(Child, {
2945
- acceptedFiles: acceptedFiles,
2946
- inputProps: getInputProps(),
2947
- rootProps: getRootProps({ isDragActive: isDragActive, isDragAccept: isDragAccept, isDragReject: isDragReject }),
2948
- });
2949
- return ChildElem;
2950
- }
2951
2975
  var templateObject_1$L, templateObject_2$r, templateObject_3$j, templateObject_4$e, templateObject_5$8, templateObject_6$8;
2952
2976
 
2953
2977
  /*
@@ -3692,10 +3716,13 @@ var popupStyles = {
3692
3716
  };
3693
3717
  function skuSelectStyles(props) {
3694
3718
  return {
3719
+ container: function (provided, state) {
3720
+ return __assign(__assign({}, provided), props.containerStyles);
3721
+ },
3695
3722
  clearIndicator: function (provided, state) {
3696
- return __assign(__assign({}, provided), { color: getThemeColor(props, 'select.clearIcon.color', colors.select.clearIcon.color), ':hover': {
3723
+ return __assign(__assign(__assign({}, provided), { color: getThemeColor(props, 'select.clearIcon.color', colors.select.clearIcon.color), ':hover': {
3697
3724
  color: getThemeColor(props, 'select.clearIcon.color', colors.select.clearIcon.color),
3698
- } });
3725
+ } }), props.clearIndicatorStyles);
3699
3726
  },
3700
3727
  dropdownIndicator: function (provided, state) {
3701
3728
  var styles = {
@@ -3711,16 +3738,16 @@ function skuSelectStyles(props) {
3711
3738
  if (state.isDisabled) {
3712
3739
  styles['color'] = getThemeColor(props, 'select.dropdownIcon.disabled', colors.select.dropdownIcon.disabled);
3713
3740
  }
3714
- return __assign(__assign({}, provided), styles);
3741
+ return __assign(__assign(__assign({}, provided), styles), props.dropdownIndicatorStyles);
3715
3742
  },
3716
- indicatorSeparator: function (provided, state) { return (__assign(__assign({}, provided), { display: 'none' })); },
3743
+ indicatorSeparator: function (provided, state) { return (__assign(__assign(__assign({}, provided), { display: 'none' }), props.indicatorSeparatorStyles)); },
3717
3744
  option: function (provided, state) {
3718
- return (__assign(__assign(__assign({}, provided), (get(state.data, 'styles') || {})), { borderBottom: 'none', padding: 10 }));
3745
+ return __assign(__assign(__assign(__assign({}, provided), (get(state.data, 'styles') || {})), { borderBottom: 'none', padding: 10 }), props.optionStyles);
3719
3746
  },
3720
3747
  input: function (provided, state) {
3721
- return __assign(__assign({}, provided), { height: 'auto', borderColor: props.error
3748
+ return __assign(__assign(__assign({}, provided), { height: 'auto', borderColor: props.error
3722
3749
  ? getThemeColor(props, 'select.error.border', colors.select.error.border)
3723
- : getThemeColor(props, 'select.border', colors.select.border) });
3750
+ : getThemeColor(props, 'select.border', colors.select.border) }), props.inputStyles);
3724
3751
  },
3725
3752
  control: function (provided, state) {
3726
3753
  var styles = {
@@ -3760,11 +3787,11 @@ function skuSelectStyles(props) {
3760
3787
  ? getThemeColor(props, 'select.error.border', colors.select.error.border)
3761
3788
  : provided.borderColor;
3762
3789
  }
3763
- return (__assign(__assign(__assign({}, provided), styles), { ':hover': {
3790
+ return (__assign(__assign(__assign(__assign({}, provided), styles), { ':hover': {
3764
3791
  borderColor: props.error
3765
3792
  ? getThemeColor(props, 'select.error.border', colors.select.error.border)
3766
3793
  : getThemeColor(props, 'select.active.border', colors.select.active.border),
3767
- } }));
3794
+ } }), props.controlStyles));
3768
3795
  },
3769
3796
  menu: function (provided, state) {
3770
3797
  var borderColor = props.error
@@ -3793,21 +3820,21 @@ function skuSelectStyles(props) {
3793
3820
  styles['marginTop'] = '0px';
3794
3821
  styles['marginBottom'] = '0px';
3795
3822
  }
3796
- return (__assign(__assign({}, provided), styles));
3823
+ return __assign(__assign(__assign({}, provided), styles), props.menuStyles);
3797
3824
  },
3798
3825
  menuList: function (provided, state) {
3799
- return __assign(__assign({}, provided), { paddingBottom: 0 });
3826
+ return __assign(__assign(__assign({}, provided), { paddingBottom: 0 }), props.menuListStyles);
3800
3827
  },
3801
3828
  menuPortal: function (provided, state) {
3802
- return __assign(__assign({}, provided), { zIndex: 9999 });
3829
+ return __assign(__assign(__assign({}, provided), { zIndex: 9999 }), props.menuPortalStyles);
3803
3830
  },
3804
3831
  singleValue: function (provided, state) {
3805
3832
  var opacity = state.isDisabled ? 0.5 : 1;
3806
3833
  var transition = 'opacity 300ms';
3807
- return __assign(__assign({}, provided), { opacity: opacity, transition: transition });
3834
+ return __assign(__assign(__assign({}, provided), { opacity: opacity, transition: transition }), props.singleValueStyles);
3808
3835
  },
3809
3836
  valueContainer: function (provided, state) {
3810
- return __assign(__assign({}, provided), { padding: '2px 8px' });
3837
+ return __assign(__assign(__assign({}, provided), { padding: '2px 8px' }), props.valueContainerStyles);
3811
3838
  },
3812
3839
  };
3813
3840
  }
@@ -3823,9 +3850,9 @@ var SKUSelect = React.forwardRef(function (_a, ref) {
3823
3850
  return React.createElement(BaseSelect, __assign({ ref: ref, classNamePrefix: classNamePrefix }, (inPopup ? popupStyles : {}), { styles: skuSelectStyles(selectStyleProps), theme: skuSelectTheme }, props));
3824
3851
  });
3825
3852
  var LabeledSelect = React.forwardRef(function (_a, ref) {
3826
- var parentStyle = _a.parentStyle, props = __rest(_a, ["parentStyle"]);
3853
+ var parentStyle = _a.parentStyle, labelStyle = _a.labelStyle, props = __rest(_a, ["parentStyle", "labelStyle"]);
3827
3854
  return (React.createElement("div", { style: parentStyle },
3828
- React.createElement(Label, { htmlFor: props.name },
3855
+ React.createElement(Label, { htmlFor: props.name, style: labelStyle },
3829
3856
  props.label,
3830
3857
  " ",
3831
3858
  props.required && '*'),
@@ -3839,9 +3866,9 @@ var SKUCreatableSelect = React.forwardRef(function (_a, ref) {
3839
3866
  return (React.createElement(BaseCreatableSelect, __assign({ ref: ref, classNamePrefix: classNamePrefix, styles: skuSelectStyles(selectStyleProps), theme: skuSelectTheme }, props, (inPopup ? popupStyles : {}))));
3840
3867
  });
3841
3868
  var LabeledCreatableSelect = React.forwardRef(function (_a, ref) {
3842
- var parentStyle = _a.parentStyle, props = __rest(_a, ["parentStyle"]);
3869
+ var parentStyle = _a.parentStyle, labelStyle = _a.labelStyle, props = __rest(_a, ["parentStyle", "labelStyle"]);
3843
3870
  return (React.createElement("div", { style: parentStyle },
3844
- React.createElement(Label, { htmlFor: props.name },
3871
+ React.createElement(Label, { htmlFor: props.name, style: labelStyle },
3845
3872
  props.label,
3846
3873
  " ",
3847
3874
  props.required && '*'),
@@ -3855,9 +3882,9 @@ var SKUAsyncSelect = React.forwardRef(function (_a, ref) {
3855
3882
  return (React.createElement(BaseAsyncSelect, __assign({ ref: ref, classNamePrefix: classNamePrefix, styles: skuSelectStyles(selectStyleProps), theme: skuSelectTheme }, props, (inPopup ? popupStyles : {}))));
3856
3883
  });
3857
3884
  var LabeledAsyncSelect = React.forwardRef(function (_a, ref) {
3858
- var parentStyle = _a.parentStyle, props = __rest(_a, ["parentStyle"]);
3885
+ var parentStyle = _a.parentStyle, labelStyle = _a.labelStyle, props = __rest(_a, ["parentStyle", "labelStyle"]);
3859
3886
  return (React.createElement("div", { style: parentStyle },
3860
- React.createElement(Label, { htmlFor: props.name },
3887
+ React.createElement(Label, { htmlFor: props.name, style: labelStyle },
3861
3888
  props.label,
3862
3889
  " ",
3863
3890
  props.required && '*'),
@@ -4937,12 +4964,12 @@ var templateObject_1$p, templateObject_2$c, templateObject_3$7, templateObject_4
4937
4964
  var CustomDateInput = React.forwardRef(function (_a, ref) {
4938
4965
  var error = _a.error, noMargin = _a.noMargin, onClick = _a.onClick, isClearable = _a.isClearable, props = __rest(_a, ["error", "noMargin", "onClick", "isClearable"]);
4939
4966
  return (React.createElement(React.Fragment, null,
4940
- React.createElement(Input, __assign({ ref: ref, noMargin: noMargin, error: error, style: { marginRight: '2rem', display: 'inline-block' }, className: "react-datepicker-ignore-onclickoutside", type: "text", autoComplete: "off" }, props)),
4967
+ React.createElement(Input, __assign({ ref: ref, noMargin: noMargin, error: error, style: { marginRight: '2rem', display: 'inline-block' }, type: "text", autoComplete: "off" }, props)),
4941
4968
  React.createElement("span", { style: { fontStyle: 'normal', cursor: 'pointer', position: 'absolute', top: '8px', right: '5px' }, onClick: onClick }, !isClearable ? React.createElement(CalendarIcon, { style: { width: '1.9rem', verticalAlign: 'middle', } }) : null)));
4942
4969
  });
4943
4970
  var Datepicker = React.forwardRef(function (_a, ref) {
4944
- var error = _a.error, value = _a.value, customInput = _a.customInput, _b = _a.locale, locale = _b === void 0 ? 'en' : _b, _c = _a.todayButton, todayButton = _c === void 0 ? 'Today' : _c, _d = _a.placeholder, placeholder = _d === void 0 ? 'yyyy-MM-dd' : _d, _e = _a.placeholderText, placeholderText = _e === void 0 ? 'yyyy-MM-dd' : _e, _f = _a.dateFormat, dateFormat = _f === void 0 ? 'yyyy-MM-dd' : _f, _g = _a.isClearable, isClearable = _g === void 0 ? false : _g, _h = _a.peekNextMonth, peekNextMonth = _h === void 0 ? true : _h, _j = _a.showMonthDropdown, showMonthDropdown = _j === void 0 ? true : _j, _k = _a.showYearDropdown, showYearDropdown = _k === void 0 ? true : _k, _l = _a.showPopperArrow, showPopperArrow = _l === void 0 ? false : _l, _m = _a.dropdownMode, dropdownMode = _m === void 0 ? "select" : _m, _o = _a.nextMonthButtonLabel, nextMonthButtonLabel = _o === void 0 ? "" : _o, _p = _a.nextYearButtonLabel, nextYearButtonLabel = _p === void 0 ? "" : _p, _q = _a.previousMonthButtonLabel, previousMonthButtonLabel = _q === void 0 ? "" : _q, _r = _a.previousYearButtonLabel, previousYearButtonLabel = _r === void 0 ? "" : _r, popperClassName = _a.popperClassName, wrapperClassName = _a.wrapperClassName, props = __rest(_a, ["error", "value", "customInput", "locale", "todayButton", "placeholder", "placeholderText", "dateFormat", "isClearable", "peekNextMonth", "showMonthDropdown", "showYearDropdown", "showPopperArrow", "dropdownMode", "nextMonthButtonLabel", "nextYearButtonLabel", "previousMonthButtonLabel", "previousYearButtonLabel", "popperClassName", "wrapperClassName"]);
4945
- return (React.createElement(BaseDatePicker, __assign({ locale: locale, selected: value || props.selected, todayButton: todayButton, customInput: customInput || React.createElement(CustomDateInput, { noMargin: true, error: error, isClearable: isClearable }), dateFormat: dateFormat, placeholderText: placeholder || placeholderText, isClearable: isClearable, showMonthDropdown: showMonthDropdown, showYearDropdown: showYearDropdown, nextMonthButtonLabel: nextMonthButtonLabel, nextYearButtonLabel: nextYearButtonLabel, previousMonthButtonLabel: previousMonthButtonLabel, previousYearButtonLabel: previousYearButtonLabel, dropdownMode: dropdownMode, peekNextMonth: peekNextMonth, popperClassName: "commonsku-styles-datepicker ".concat(popperClassName || ''), wrapperClassName: "commonsku-styles-datepicker ".concat(wrapperClassName || ''), showPopperArrow: showPopperArrow }, props, { ref: ref })));
4971
+ var error = _a.error, value = _a.value, customInput = _a.customInput, _b = _a.locale, locale = _b === void 0 ? 'en' : _b, _c = _a.todayButton, todayButton = _c === void 0 ? 'Today' : _c, placeholder = _a.placeholder, placeholderText = _a.placeholderText, _d = _a.dateFormat, dateFormat = _d === void 0 ? 'yyyy-MM-dd' : _d, _e = _a.isClearable, isClearable = _e === void 0 ? false : _e, _f = _a.peekNextMonth, peekNextMonth = _f === void 0 ? true : _f, _g = _a.showMonthDropdown, showMonthDropdown = _g === void 0 ? true : _g, _h = _a.showYearDropdown, showYearDropdown = _h === void 0 ? true : _h, _j = _a.showPopperArrow, showPopperArrow = _j === void 0 ? false : _j, _k = _a.dropdownMode, dropdownMode = _k === void 0 ? "select" : _k, _l = _a.nextMonthButtonLabel, nextMonthButtonLabel = _l === void 0 ? "" : _l, _m = _a.nextYearButtonLabel, nextYearButtonLabel = _m === void 0 ? "" : _m, _o = _a.previousMonthButtonLabel, previousMonthButtonLabel = _o === void 0 ? "" : _o, _p = _a.previousYearButtonLabel, previousYearButtonLabel = _p === void 0 ? "" : _p, popperClassName = _a.popperClassName, wrapperClassName = _a.wrapperClassName, props = __rest(_a, ["error", "value", "customInput", "locale", "todayButton", "placeholder", "placeholderText", "dateFormat", "isClearable", "peekNextMonth", "showMonthDropdown", "showYearDropdown", "showPopperArrow", "dropdownMode", "nextMonthButtonLabel", "nextYearButtonLabel", "previousMonthButtonLabel", "previousYearButtonLabel", "popperClassName", "wrapperClassName"]);
4972
+ return (React.createElement(BaseDatePicker, __assign({ locale: locale, selected: value || props.selected, todayButton: todayButton, customInput: customInput || React.createElement(CustomDateInput, { noMargin: true, error: error, isClearable: isClearable }), dateFormat: dateFormat, placeholderText: placeholder || placeholderText || 'yyyy-MM-dd', isClearable: isClearable, showMonthDropdown: showMonthDropdown, showYearDropdown: showYearDropdown, nextMonthButtonLabel: nextMonthButtonLabel, nextYearButtonLabel: nextYearButtonLabel, previousMonthButtonLabel: previousMonthButtonLabel, previousYearButtonLabel: previousYearButtonLabel, dropdownMode: dropdownMode, peekNextMonth: peekNextMonth, popperClassName: "commonsku-styles-datepicker ".concat(popperClassName || ''), wrapperClassName: "commonsku-styles-datepicker ".concat(wrapperClassName || ''), showPopperArrow: showPopperArrow }, props, { ref: ref })));
4946
4973
  });
4947
4974
 
4948
4975
  var StyledDropdown$2 = styled.div(templateObject_1$o || (templateObject_1$o = __makeTemplateObject(["\n&&& {\n position: relative;\n display: inline-block;\n}\n"], ["\n&&& {\n position: relative;\n display: inline-block;\n}\n"])));
@@ -5305,11 +5332,12 @@ function HeadlessTable(_a) {
5305
5332
  }, 1000, { 'trailing': true })
5306
5333
  } */
5307
5334
  }, onDrop: column.noDrag ? undefined : onDrop, className: "th", width: column.width, onClick: function () {
5335
+ var _a, _b, _c;
5308
5336
  column.isSorted
5309
5337
  ? column.isSortedDesc
5310
- ? column.clearSortBy()
5311
- : column.toggleSortBy(true)
5312
- : column.toggleSortBy(false);
5338
+ ? (_a = column.clearSortBy) === null || _a === void 0 ? void 0 : _a.call(column)
5339
+ : (_b = column === null || column === void 0 ? void 0 : column.toggleSortBy) === null || _b === void 0 ? void 0 : _b.call(column, true)
5340
+ : (_c = column === null || column === void 0 ? void 0 : column.toggleSortBy) === null || _c === void 0 ? void 0 : _c.call(column, false);
5313
5341
  var direction;
5314
5342
  if (column.isSorted) {
5315
5343
  if (column.isSortedDesc) {
@@ -5361,18 +5389,19 @@ function HeadlessTable(_a) {
5361
5389
  scrollOffsetDivRef.current.innerText = scrollOffset;
5362
5390
  }
5363
5391
  }, onDragStart: onDragStart, onDrop: onDrop, onHeaderColumnClick: function (column) {
5392
+ var _a, _b;
5364
5393
  var sortDirectionState = {};
5365
5394
  if (column.isSorted) {
5366
5395
  if (column.isSortedDesc) {
5367
5396
  column.clearSortBy();
5368
5397
  }
5369
5398
  else {
5370
- column.toggleSortBy(true);
5399
+ (_a = column === null || column === void 0 ? void 0 : column.toggleSortBy) === null || _a === void 0 ? void 0 : _a.call(column, true);
5371
5400
  sortDirectionState = { accessor: column.id, direction: 'DESC' };
5372
5401
  }
5373
5402
  }
5374
5403
  else {
5375
- column.toggleSortBy(false);
5404
+ (_b = column === null || column === void 0 ? void 0 : column.toggleSortBy) === null || _b === void 0 ? void 0 : _b.call(column, false);
5376
5405
  sortDirectionState = { accessor: column.id, direction: 'ASC' };
5377
5406
  }
5378
5407
  setSortDirection(sortDirectionState);
@@ -6358,6 +6387,32 @@ var AlertNotification = function (_a) {
6358
6387
  };
6359
6388
  var templateObject_1$c;
6360
6389
 
6390
+ var RenderChild = React.forwardRef(function (_a, ref) {
6391
+ var children = _a.children, parseProps = _a.parseProps, props = __rest(_a, ["children", "parseProps"]);
6392
+ var ChildElement = React.Children.only(children);
6393
+ var elementProps = useMemo(function () {
6394
+ if (typeof ChildElement === 'string'
6395
+ || typeof ChildElement === 'number'
6396
+ || typeof ChildElement === 'boolean'
6397
+ || typeof ChildElement === 'undefined'
6398
+ || ChildElement === null) {
6399
+ return props;
6400
+ }
6401
+ return __assign(__assign({}, (parseProps ? parseProps(props, ChildElement) : props)), { ref: ref });
6402
+ }, [parseProps, props, ChildElement, ref]);
6403
+ if (typeof ChildElement === 'string'
6404
+ || typeof ChildElement === 'number'
6405
+ || typeof ChildElement === 'boolean'
6406
+ || typeof ChildElement === 'undefined'
6407
+ || ChildElement === null) {
6408
+ return (React.createElement(React.Fragment, null, ChildElement));
6409
+ }
6410
+ if (reactIs.isElement(ChildElement)) {
6411
+ return React.cloneElement(ChildElement, elementProps);
6412
+ }
6413
+ return (React.createElement(ChildElement, __assign({}, elementProps, { ref: ref })));
6414
+ });
6415
+
6361
6416
  function useNumberInput(props) {
6362
6417
  var _a = props.defaultValue, defaultValue = _a === void 0 ? "" : _a, onChange = props.onChange, onFocus = props.onFocus, onBlur = props.onBlur, inputMode = props.inputMode, _b = props.localeOptions, localeOptions = _b === void 0 ? {} : _b;
6363
6418
  var inputRef = useRef(null);
@@ -6445,7 +6500,8 @@ function NumberInput(props) {
6445
6500
  ? React.createElement(LabeledInput, __assign({}, inputProps, { label: label, ref: ref }))
6446
6501
  : React.createElement(Input, __assign({}, inputProps, { ref: ref })),
6447
6502
  icon && type !== 'number'
6448
- ? React.createElement("span", { style: iconWrapperStyles, onClick: handleClickIcon }, icon)
6503
+ ? React.createElement("span", { style: iconWrapperStyles, onClick: handleClickIcon },
6504
+ React.createElement(RenderChild, null, icon))
6449
6505
  : null));
6450
6506
  }
6451
6507
 
@@ -6562,8 +6618,9 @@ var VirtualTable = function (props) {
6562
6618
  return '100%';
6563
6619
  }, [windowSize, rowsRef]);
6564
6620
  var handleSort = useCallback(function (column) {
6621
+ var _a;
6565
6622
  listRef.current && listRef.current.resetAfterIndex(0);
6566
- column.toggleSortBy();
6623
+ (_a = column.toggleSortBy) === null || _a === void 0 ? void 0 : _a.call(column);
6567
6624
  onSort && onSort({ column: column });
6568
6625
  }, [onSort]);
6569
6626
  function onListScroll(e) {
@@ -7645,5 +7702,49 @@ var ToggleSwitch = function (_a) {
7645
7702
  };
7646
7703
  var templateObject_1, templateObject_2;
7647
7704
 
7648
- export { AddIcon, AddNoteIcon, AddShoppingCartIcon, AddTaskIcon, AlertIcon, AlertNotification, ArrowIcon, Artwork, SKUAsyncSelect as AsyncSelect, Avatar, AwaitingProofIcon, Backdrop, Background, Badge, BotIcon, Box, BulletIcon, Button, ButtonsGroup, Calendar, CalendarDayBody, CalendarDaysBody, CalendarDaysHeader, CalendarIcon, CalendarTask, CalendarWrapper, CancelButton, ChangeRequestedIcon, ChatIcon, CheckMark, CheckboxIcon, CheckboxLabel, CheckmarkIcon, ChevronIcon, ChevronPopup, CircleProgressIcon, ClientApprovedIcon, ClipboardIcon, ClockIcon, Col, CollaborateIcon, CollapseStyled, CollapseWrapper, Collapsible$1 as Collapsible, CollapsibleArrowIcon, CollapsibleLabel, CollapsiblePanel, CollapsiblePanelTitle, CollapsiblePanels, Collapsible as CollapsibleV2, Collapsibles, Column, ColumnSelectIcon, CommentIcon, CommunityIcon, CompletedCheckmarkIcon, ConfirmAlertPopup, ConfirmPopup, ConnectedIcon, ConnectedPlusIcon, CouponIcon, SKUCreatableSelect as CreatableSelect, CreditCardIcon, Csku, CustomDateInput, Datepicker, DaysBodyWrapper, DaysHeaderWrapper, DefaultCalendarFooter, DefaultCalendarHeader, DefaultStar, DollarIcon, DoneButton, Dot, DoubleArrowIcon, DownloadIcon, DragIcon, DraggableTasksCalendar, DropArea, DropDownContent$2 as DropDownContent, Dropdown, DropdownItem$2 as DropdownItem, Dropzoned, DropzonedPreviews, DropzonedSimple, EPOIcon, EditIcon, EllipsisIcon, EpsIcon, ErrorBoundary, EstimateCircleIcon, EyeIcon, FeedPost, FileUploadIcon, FilledChevronIcon, FolderIcon, GalleryIcon, GearIcon, GlobalStyle, Grid, GridCell, GridIcon, GridItem, GridRow, GridTable, GridTableContainer, H1, H2, H3, H4, H5, H6, HandleIcon, HeaderWrapper, HeadlessTable, HelpIcon, HistoryIcon, IconButton, IconDoc, ImageIcon, Img, InfoIcon, Input, InputIconLabel, InputIconLabelContainer, InputStepper, InputStepperStyled, IntegrationsIcon, InventoryIcon, Label, LabeledAsyncSelect, LabeledCheckbox, LabeledCreatableSelect, LabeledIconInput, LabeledInput, LabeledMultiProgress, LabeledProgress, LabeledRadio, LabeledRadioGroup, LabeledRadioInButton, LabeledRadioInButtonGroup, LabeledSelect, LabeledTextarea, LightIndicator, Link, LinkWithIcon, ListIcon, Loading, LockIcon, MailIcon, MarketingStatusIcon, MenuIcon, MultiProgress, NavConnectIcon, NavFinanceIcon, NavManagementIcon, NavProdIcon, NavResourcesIcon, NavSalesIcon, NoteIcon, Number$1 as Number, NumberInput, OpportunityCircleIcon, OrderStatusIcon, Overlay, Padding, Page, PanelContact, PanelTileContact, PendingApprovalIcon, PercentIcon, PinIcon, Popup, PopupHeader, PresentationCircleIcon, Product, Progress, PromostandardsIcon, ProofReceivedIcon, ProofingCompleteIcon, Publisher, Radio, RadioIcon, RadioLabel, ReceiptLongIcon, ResponsiveTable, Row, SHARED_STYLE_MAPS, SalesArrowIcon, SalesOrderCircleIcon, SearchIcon, SKUSelect as Select, SharedStyles, ShopIcon, ShoppingCartIcon, ShowPopup, SidePanel, SimpleWindowedTable, SimpleWindowedTableStyles, SizerCss, SizerWrapper, Sparkles, Spinner, StarDarkIcon, StarIcon, StarLightIcon, StarRating, StateDropdown, StatusDropdown, StyledCalendarTaskBody, StyledDayBody, StyledDayText, StyledDropArea, StyledDropdown$2 as StyledDropdown, StyledPanel, StyledTask, SubtractIcon, SVG$1 as SvgIcon, TBody, TD$1 as TD, TH, THSorted, THead, TR, Tab, TabBar, Table, TableIcon, Tabs, TargetIcon, Task, TaskBody, TaskIcon, TaskLabel, TaskName, TasksCalendar, TasksCalendarDayBody, TasksCalendarFooter, TasksCalendarHeader, TemplateIcon, Text, Textarea, Theme, Thermometer, TilesIcon, Toggle, ToggleLink, ToggleSwitch, ToggleSwitchStyled, TrashIcon, UploadIcon, UserIcon, UsersIcon, VirtualTable, VirtualTableStyles, Wrapper$4 as Wrapper, XIcon, colors, createMeasurementStyle, datepickerStyles, fontFamilies, fontStyles, fonts, getColor$1 as getColor, getFontStyle, getThemeColor, getThemeFontFamily, getThemeFontSize, getThemeFontStyle, getThemeProperty, parseCskuStyles, sizes, themeOptions, toggleSizes$1 as toggleSizes, useCalendar, useClickOutside, useDelayUnmount, useFallbackRef, useLongPress, usePrefersReducedMotion, useRandomInterval, useWindowSize };
7705
+ /**
7706
+ * Dropzone
7707
+ *
7708
+ * if `useDropzoneProps={true}` is passed then dropzone options props will passed to child element
7709
+ *
7710
+ * Example with `useDropzoneProps={true}` (dropzone props will be passed in children):
7711
+ * ```
7712
+ * const DropzoneChild = ({ open, ...dropzoneOptions }) => {
7713
+ * // do something with dropzoneOptions...
7714
+ * return (
7715
+ * <>
7716
+ * <button onClick={open}>Upload</button>
7717
+ * <div>{draggedFiles.map(f => <div>{f.name (f.type)}</div>)}</div>
7718
+ * </>
7719
+ * );
7720
+ * };
7721
+ *
7722
+ * <Dropzone useDropzoneProps={true} noClick={true} onDrop={...}>
7723
+ * <DropzoneChild />
7724
+ * </Dropzone>
7725
+ * ```
7726
+ *
7727
+ * ---------------------------------------------------------
7728
+ *
7729
+ * Example without `useDropzoneProps` (dropzone props will NOT be passed in children):
7730
+ * ```
7731
+ * <Dropzone onDrop={...}>
7732
+ * <button onClick={() => {}}>Upload</button>
7733
+ * </Dropzone>
7734
+ * ```
7735
+ *
7736
+ */
7737
+ var Dropzone = React.forwardRef(function (_a, ref) {
7738
+ var children = _a.children, className = _a.className, rootProps = _a.rootProps, inputProps = _a.inputProps, _b = _a.style, style = _b === void 0 ? {} : _b, _c = _a.useDropzoneProps, useDropzoneProps = _c === void 0 ? false : _c, props = __rest(_a, ["children", "className", "rootProps", "inputProps", "style", "useDropzoneProps"]);
7739
+ var _d = useDropzone(props), getRootProps = _d.getRootProps, rootRef = _d.rootRef, getInputProps = _d.getInputProps, inputRef = _d.inputRef, rest = __rest(_d, ["getRootProps", "rootRef", "getInputProps", "inputRef"]);
7740
+ useImperativeHandle(ref, function () { return ({ open: rest.open }); }, [rest.open]);
7741
+ var allRootProps = getRootProps(rootProps);
7742
+ var parseChildProps = useCallback(function (p, Child) { return (useDropzoneProps ? rest : {}); }, [rest, useDropzoneProps]);
7743
+ return (React.createElement(React.Fragment, null,
7744
+ React.createElement("div", __assign({}, allRootProps, { ref: rootRef, className: className, style: __assign(__assign({}, allRootProps.style), style) }),
7745
+ React.createElement("input", __assign({}, getInputProps(inputProps), { ref: inputRef })),
7746
+ React.createElement(RenderChild, { parseProps: parseChildProps }, children))));
7747
+ });
7748
+
7749
+ export { AddIcon, AddNoteIcon, AddShoppingCartIcon, AddTaskIcon, AlertIcon, AlertNotification, ArrowIcon, Artwork, SKUAsyncSelect as AsyncSelect, Avatar, AwaitingProofIcon, Backdrop, Background, Badge, BotIcon, Box, BulletIcon, Button, ButtonsGroup, Calendar, CalendarDayBody, CalendarDaysBody, CalendarDaysHeader, CalendarIcon, CalendarTask, CalendarWrapper, CancelButton, ChangeRequestedIcon, ChatIcon, CheckMark, CheckboxIcon, CheckboxLabel, CheckmarkIcon, ChevronIcon, ChevronPopup, CircleProgressIcon, ClientApprovedIcon, ClipboardIcon, ClockIcon, Col, CollaborateIcon, CollapseStyled, CollapseWrapper, Collapsible$1 as Collapsible, CollapsibleArrowIcon, CollapsibleLabel, CollapsiblePanel, CollapsiblePanelTitle, CollapsiblePanels, Collapsible as CollapsibleV2, Collapsibles, Column, ColumnSelectIcon, CommentIcon, CommunityIcon, CompletedCheckmarkIcon, ConfirmAlertPopup, ConfirmPopup, ConnectedIcon, ConnectedPlusIcon, CouponIcon, SKUCreatableSelect as CreatableSelect, CreditCardIcon, Csku, CustomDateInput, Datepicker, DaysBodyWrapper, DaysHeaderWrapper, DefaultCalendarFooter, DefaultCalendarHeader, DefaultStar, DollarIcon, DoneButton, Dot, DoubleArrowIcon, DownloadIcon, DragIcon, DraggableTasksCalendar, DropArea, DropDownContent$2 as DropDownContent, Dropdown, DropdownItem$2 as DropdownItem, Dropzone, Dropzoned, DropzonedPreviews, EPOIcon, EditIcon, EllipsisIcon, EpsIcon, ErrorBoundary, EstimateCircleIcon, EyeIcon, FeedPost, FileUploadIcon, FilledChevronIcon, FolderIcon, GalleryIcon, GearIcon, GlobalStyle, Grid, GridCell, GridIcon, GridItem, GridRow, GridTable, GridTableContainer, H1, H2, H3, H4, H5, H6, HandleIcon, HeaderWrapper, HeadlessTable, HelpIcon, HistoryIcon, IconButton, IconDoc, ImageIcon, Img, InfoIcon, Input, InputIconLabel, InputIconLabelContainer, InputStepper, InputStepperStyled, IntegrationsIcon, InventoryIcon, Label, LabeledAsyncSelect, LabeledCheckbox, LabeledCreatableSelect, LabeledIconInput, LabeledInput, LabeledMultiProgress, LabeledProgress, LabeledRadio, LabeledRadioGroup, LabeledRadioInButton, LabeledRadioInButtonGroup, LabeledSelect, LabeledTextarea, LightIndicator, Link, LinkWithIcon, ListIcon, Loading, LockIcon, MagicEraserIcon, MagicIcon, MailIcon, MarketingStatusIcon, MenuIcon, MultiProgress, NavConnectIcon, NavFinanceIcon, NavManagementIcon, NavProdIcon, NavResourcesIcon, NavSalesIcon, NoteIcon, Number$1 as Number, NumberInput, OpportunityCircleIcon, OrderStatusIcon, Overlay, Padding, Page, PanelContact, PanelTileContact, PendingApprovalIcon, PercentIcon, PinIcon, Popup, PopupHeader, PresentationCircleIcon, Product, Progress, PromostandardsIcon, ProofReceivedIcon, ProofingCompleteIcon, Publisher, Radio, RadioIcon, RadioLabel, ReceiptLongIcon, RenderChild, ResponsiveTable, Row, SHARED_STYLE_MAPS, SalesArrowIcon, SalesOrderCircleIcon, SearchIcon, SKUSelect as Select, SharedStyles, ShopIcon, ShoppingCartIcon, ShowPopup, SidePanel, SimpleWindowedTable, SimpleWindowedTableStyles, SizerCss, SizerWrapper, SlideInIcon, Sparkles, Spinner, StarDarkIcon, StarIcon, StarLightIcon, StarRating, StateDropdown, StatusDropdown, StyledCalendarTaskBody, StyledDayBody, StyledDayText, StyledDropArea, StyledDropdown$2 as StyledDropdown, StyledPanel, StyledTask, SubtractIcon, SVG$1 as SvgIcon, TBody, TD$1 as TD, TH, THSorted, THead, TR, Tab, TabBar, Table, TableIcon, Tabs, TargetIcon, Task, TaskBody, TaskIcon, TaskLabel, TaskName, TasksCalendar, TasksCalendarDayBody, TasksCalendarFooter, TasksCalendarHeader, TemplateIcon, Text, Textarea, Theme, Thermometer, TilesIcon, Toggle, ToggleLink, ToggleSwitch, ToggleSwitchStyled, TrashIcon, TrendIcon, UploadIcon, UserIcon, UsersIcon, VirtualTable, VirtualTableStyles, Wrapper$4 as Wrapper, XIcon, colors, createMeasurementStyle, datepickerStyles, fontFamilies, fontStyles, fonts, getColor$1 as getColor, getFontStyle, getThemeColor, getThemeFontFamily, getThemeFontSize, getThemeFontStyle, getThemeProperty, parseCskuStyles, sizes, themeOptions, toggleSizes$1 as toggleSizes, useCalendar, useClickOutside, useDelayUnmount, useFallbackRef, useLongPress, usePrefersReducedMotion, useRandomInterval, useWindowSize };
7649
7750
  //# sourceMappingURL=index.es.js.map