@hyphen/hyphen-components 4.6.0 → 4.7.1

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.
@@ -22,6 +22,7 @@ import AsyncCreatableSelect from 'react-select/async-creatable';
22
22
  import AsyncSelect from 'react-select/async';
23
23
  import CreatableSelect from 'react-select/creatable';
24
24
  import { v4 } from 'uuid';
25
+ import * as TooltipPrimitive from '@radix-ui/react-tooltip';
25
26
 
26
27
  function _extends() {
27
28
  return _extends = Object.assign ? Object.assign.bind() : function (n) {
@@ -251,7 +252,7 @@ Component, props, getDefault) {
251
252
 
252
253
  var styles$x = {"box-transition":"Box-module_box-transition__eQx8C"};
253
254
 
254
- var _excluded$M = ["as", "alignItems", "alignContent", "alignSelf", "background", "borderColor", "borderWidth", "children", "childGap", "className", "color", "columnGap", "cursor", "display", "direction", "flex", "fontFamily", "fontSize", "focus", "fontWeight", "gap", "height", "hover", "justifyContent", "margin", "maxHeight", "minHeight", "maxWidth", "minWidth", "overflow", "padding", "position", "radius", "rowGap", "shadow", "style", "textAlign", "wrap", "width", "zIndex"];
255
+ var _excluded$N = ["as", "alignItems", "alignContent", "alignSelf", "background", "borderColor", "borderWidth", "children", "childGap", "className", "color", "columnGap", "cursor", "display", "direction", "flex", "fontFamily", "fontSize", "focus", "fontWeight", "gap", "height", "hover", "justifyContent", "margin", "maxHeight", "minHeight", "maxWidth", "minWidth", "overflow", "padding", "position", "radius", "rowGap", "shadow", "style", "textAlign", "wrap", "width", "zIndex"];
255
256
  /**
256
257
  * A `<Box>` is a layout component to build UIs with consistent padding and spacing between
257
258
  * elements.
@@ -338,7 +339,7 @@ var Box = /*#__PURE__*/forwardRef(function (_ref, ref) {
338
339
  width = _ref$width === void 0 ? undefined : _ref$width,
339
340
  _ref$zIndex = _ref.zIndex,
340
341
  zIndex = _ref$zIndex === void 0 ? undefined : _ref$zIndex,
341
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$M);
342
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$N);
342
343
  var heightCss = getDimensionCss('h', height);
343
344
  var widthCss = getDimensionCss('w', width);
344
345
  var maxHeightCss = getDimensionCss('mh', maxHeight);
@@ -489,14 +490,14 @@ var Box = /*#__PURE__*/forwardRef(function (_ref, ref) {
489
490
  });
490
491
  var boxPropsKeys = ['as', 'alignItems', 'alignContent', 'alignSelf', 'background', 'borderColor', 'borderWidth', 'className', 'childGap', 'children', 'color', 'columnGap', 'cursor', 'direction', 'display', 'flex', 'focus', 'fontFamily', 'fontSize', 'fontWeight', 'gap', 'height', 'hover', 'justifyContent', 'margin', 'maxHeight', 'minHeight', 'maxWidth', 'minWidth', 'overflow', 'padding', 'position', 'radius', 'rowGap', 'shadow', 'style', 'textAlign', 'wrap', 'width', 'zIndex'];
491
492
 
492
- var _excluded$L = ["className", "name", "color", "size"];
493
+ var _excluded$M = ["className", "name", "color", "size"];
493
494
  var Icon = /*#__PURE__*/forwardRef(function (_ref, ref) {
494
495
  var _ref$className = _ref.className,
495
496
  className = _ref$className === void 0 ? undefined : _ref$className,
496
497
  name = _ref.name,
497
498
  color = _ref.color,
498
499
  size = _ref.size,
499
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$L);
500
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$M);
500
501
  var IconComponent = icons[name];
501
502
  if (!IconComponent) console.error("Icon '" + name + "' not found"); // eslint-disable-line no-console
502
503
  var iconClasses = classNames(className, generateResponsiveClasses('font-color', color), generateResponsiveClasses('font-size', size));
@@ -535,7 +536,7 @@ var ALERT_ICONS_MAP = {
535
536
  }
536
537
  };
537
538
 
538
- var _excluded$K = ["className", "closeText", "hasIcon", "isCompact", "isClosable", "message", "onClose", "render", "title", "variant"];
539
+ var _excluded$L = ["className", "closeText", "hasIcon", "isCompact", "isClosable", "message", "onClose", "render", "title", "variant"];
539
540
  var Alert = function Alert(_ref) {
540
541
  var _ref$className = _ref.className,
541
542
  className = _ref$className === void 0 ? '' : _ref$className,
@@ -557,7 +558,7 @@ var Alert = function Alert(_ref) {
557
558
  title = _ref$title === void 0 ? '' : _ref$title,
558
559
  _ref$variant = _ref.variant,
559
560
  variant = _ref$variant === void 0 ? 'default' : _ref$variant,
560
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$K);
561
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$L);
561
562
  var handleClose = function handleClose(event) {
562
563
  if (!onClose) return;
563
564
  onClose(event);
@@ -611,8 +612,8 @@ var Alert = function Alert(_ref) {
611
612
 
612
613
  var styles$v = {"badge":"Badge-module_badge__ZbEBU","size-sm":"Badge-module_size-sm__rL8a6","size-md":"Badge-module_size-md__kf6IH","size-lg":"Badge-module_size-lg__of6XJ","inverse":"Badge-module_inverse__qZCFA","purple":"Badge-module_purple__rX-xW","green":"Badge-module_green__W03uU","red":"Badge-module_red__fl2jg","blue":"Badge-module_blue__C7kyV","yellow":"Badge-module_yellow__gGZ6R","light-grey":"Badge-module_light-grey__Wtrhx","dark-grey":"Badge-module_dark-grey__X-807","hyphen":"Badge-module_hyphen__9pe7x","size-sm-tablet":"Badge-module_size-sm-tablet__6xMVk","size-md-tablet":"Badge-module_size-md-tablet__4w-7I","size-lg-tablet":"Badge-module_size-lg-tablet__8xyRF","size-sm-desktop":"Badge-module_size-sm-desktop__Ayf5L","size-md-desktop":"Badge-module_size-md-desktop__XSq7m","size-lg-desktop":"Badge-module_size-lg-desktop__Baw3S","size-sm-hd":"Badge-module_size-sm-hd__Da6Au","size-md-hd":"Badge-module_size-md-hd__-VNMk","size-lg-hd":"Badge-module_size-lg-hd__6MOwL"};
613
614
 
614
- var _excluded$J = ["className", "message", "variant", "size"];
615
- var Badge = function Badge(_ref) {
615
+ var _excluded$K = ["className", "message", "variant", "size"];
616
+ var Badge = /*#__PURE__*/forwardRef(function (_ref, ref) {
616
617
  var _classNames;
617
618
  var _ref$className = _ref.className,
618
619
  className = _ref$className === void 0 ? '' : _ref$className,
@@ -622,16 +623,17 @@ var Badge = function Badge(_ref) {
622
623
  variant = _ref$variant === void 0 ? 'light-grey' : _ref$variant,
623
624
  _ref$size = _ref.size,
624
625
  size = _ref$size === void 0 ? 'md' : _ref$size,
625
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$J);
626
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$K);
626
627
  var responsiveClasses = generateResponsiveClasses('size', size).map(function (c) {
627
628
  return styles$v[c];
628
629
  });
629
630
  var badgeClasses = classNames(styles$v.badge, className, responsiveClasses, (_classNames = {}, _classNames[styles$v[variant]] = variant, _classNames));
630
631
  return React__default.createElement(Box, _extends({
632
+ ref: ref,
631
633
  className: badgeClasses,
632
634
  display: "inline-block"
633
635
  }, restProps), message);
634
- };
636
+ });
635
637
 
636
638
  var styles$u = {"spinner":"Spinner-module_spinner__SZoUP","spin":"Spinner-module_spin__Yk0wm"};
637
639
 
@@ -728,7 +730,7 @@ var Spinner = function Spinner(_ref) {
728
730
 
729
731
  var styles$t = {"button":"Button-module_button__18Bed","size-sm":"Button-module_size-sm__6Xrjw","size-md":"Button-module_size-md__BkuGu","size-lg":"Button-module_size-lg__JVYWV","primary":"Button-module_primary__st6yY","secondary":"Button-module_secondary__j-3rj","tertiary":"Button-module_tertiary__Nd7xM","danger":"Button-module_danger__Hxs5n","size-sm-tablet":"Button-module_size-sm-tablet__9XaSx","size-md-tablet":"Button-module_size-md-tablet__YQxaI","size-lg-tablet":"Button-module_size-lg-tablet__h3l97","size-sm-desktop":"Button-module_size-sm-desktop__8tTsg","size-md-desktop":"Button-module_size-md-desktop__OCdDi","size-lg-desktop":"Button-module_size-lg-desktop__uFc4f","size-sm-hd":"Button-module_size-sm-hd__INFfD","size-md-hd":"Button-module_size-md-hd__8e2mW","size-lg-hd":"Button-module_size-lg-hd__DH60l","loading":"Button-module_loading__QfItr","label":"Button-module_label__1PsXG","full-width":"Button-module_full-width__qDri6","spinner-wrapper":"Button-module_spinner-wrapper__rALNw"};
730
732
 
731
- var _excluded$I = ["asChild", "children", "className", "fullWidth", "iconPrefix", "iconSuffix", "isDisabled", "isLoading", "onClick", "onBlur", "onFocus", "shadow", "size", "type", "variant"];
733
+ var _excluded$J = ["asChild", "children", "className", "fullWidth", "iconPrefix", "iconSuffix", "isDisabled", "isLoading", "onClick", "onBlur", "onFocus", "shadow", "size", "type", "variant"];
732
734
  var Button = /*#__PURE__*/forwardRef(function (_ref, ref) {
733
735
  var _classNames;
734
736
  var asChild = _ref.asChild,
@@ -749,7 +751,7 @@ var Button = /*#__PURE__*/forwardRef(function (_ref, ref) {
749
751
  type = _ref$type === void 0 ? 'button' : _ref$type,
750
752
  _ref$variant = _ref.variant,
751
753
  variant = _ref$variant === void 0 ? 'primary' : _ref$variant,
752
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$I);
754
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$J);
753
755
  var disabled = isLoading || isDisabled;
754
756
  var responsiveClasses = generateResponsiveClasses('size', size).map(function (c) {
755
757
  return styles$t[c];
@@ -792,7 +794,7 @@ var Button = /*#__PURE__*/forwardRef(function (_ref, ref) {
792
794
  });
793
795
  Button.displayName = 'Button';
794
796
 
795
- var _excluded$H = ["background", "borderColor", "borderWidth", "children", "display", "padding"];
797
+ var _excluded$I = ["background", "borderColor", "borderWidth", "children", "display", "padding"];
796
798
  var CardFooter = function CardFooter(_ref) {
797
799
  var _ref$background = _ref.background,
798
800
  background = _ref$background === void 0 ? 'secondary' : _ref$background,
@@ -806,7 +808,7 @@ var CardFooter = function CardFooter(_ref) {
806
808
  display = _ref$display === void 0 ? 'block' : _ref$display,
807
809
  _ref$padding = _ref.padding,
808
810
  padding = _ref$padding === void 0 ? '2xl' : _ref$padding,
809
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$H);
811
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$I);
810
812
  return React__default.createElement(Box, _extends({
811
813
  display: display,
812
814
  padding: padding,
@@ -827,7 +829,7 @@ var HEADING_DEFAULT_SIZE_MAP = {
827
829
 
828
830
  var styles$s = {"heading":"Heading-module_heading__zKyv7"};
829
831
 
830
- var _excluded$G = ["as", "children", "className", "color", "size"];
832
+ var _excluded$H = ["as", "children", "className", "color", "size"];
831
833
  var Heading = function Heading(_ref) {
832
834
  var _classNames;
833
835
  var _ref$as = _ref.as,
@@ -836,7 +838,7 @@ var Heading = function Heading(_ref) {
836
838
  className = _ref.className,
837
839
  color = _ref.color,
838
840
  size = _ref.size,
839
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$G);
841
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$H);
840
842
  var element = getElementType(Heading, {
841
843
  as: as
842
844
  });
@@ -847,12 +849,12 @@ var Heading = function Heading(_ref) {
847
849
  }, restProps), children);
848
850
  };
849
851
 
850
- var _excluded$F = ["children", "title", "description"];
852
+ var _excluded$G = ["children", "title", "description"];
851
853
  var CardHeader = function CardHeader(_ref) {
852
854
  var children = _ref.children,
853
855
  title = _ref.title,
854
856
  description = _ref.description,
855
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$F);
857
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$G);
856
858
  return React__default.createElement(Box, _extends({
857
859
  padding: "2xl",
858
860
  direction: "row",
@@ -875,7 +877,7 @@ var CardHeader = function CardHeader(_ref) {
875
877
 
876
878
  var styles$r = {"card-section-border":"Card-module_card-section-border__OefDX"};
877
879
 
878
- var _excluded$E = ["background", "borderColor", "borderWidth", "children", "childGap", "gap", "className", "display", "padding", "subdued", "title"];
880
+ var _excluded$F = ["background", "borderColor", "borderWidth", "children", "childGap", "gap", "className", "display", "padding", "subdued", "title"];
879
881
  var CardSection = function CardSection(_ref) {
880
882
  var _classNames;
881
883
  var _ref$background = _ref.background,
@@ -900,7 +902,7 @@ var CardSection = function CardSection(_ref) {
900
902
  subdued = _ref$subdued === void 0 ? undefined : _ref$subdued,
901
903
  _ref$title = _ref.title,
902
904
  title = _ref$title === void 0 ? undefined : _ref$title,
903
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$E);
905
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$F);
904
906
  var renderTitle = typeof title === 'string' ? React__default.createElement(Box, {
905
907
  className: "m-bottom-md"
906
908
  }, React__default.createElement(Box, {
@@ -923,7 +925,7 @@ var CardSection = function CardSection(_ref) {
923
925
  }, children));
924
926
  };
925
927
 
926
- var _excluded$D = ["children", "subdued", "overflow", "display", "width"];
928
+ var _excluded$E = ["children", "subdued", "overflow", "display", "width"];
927
929
  var CardBaseComponent = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
928
930
  var children = _ref.children,
929
931
  subdued = _ref.subdued,
@@ -933,7 +935,7 @@ var CardBaseComponent = /*#__PURE__*/React__default.forwardRef(function (_ref, r
933
935
  display = _ref$display === void 0 ? 'block' : _ref$display,
934
936
  _ref$width = _ref.width,
935
937
  width = _ref$width === void 0 ? '100' : _ref$width,
936
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$D);
938
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$E);
937
939
  return React__default.createElement(Box, _extends({
938
940
  background: subdued ? 'secondary' : 'primary',
939
941
  borderWidth: "sm",
@@ -956,7 +958,7 @@ var Card = /*#__PURE__*/function () {
956
958
  return Card;
957
959
  }();
958
960
 
959
- var _excluded$C = ["className", "error", "isChecked", "isDisabled", "isIndeterminate"];
961
+ var _excluded$D = ["className", "error", "isChecked", "isDisabled", "isIndeterminate"];
960
962
  var CheckboxIcon = function CheckboxIcon(_ref) {
961
963
  var _ref$className = _ref.className,
962
964
  className = _ref$className === void 0 ? undefined : _ref$className,
@@ -968,7 +970,7 @@ var CheckboxIcon = function CheckboxIcon(_ref) {
968
970
  isDisabled = _ref$isDisabled === void 0 ? false : _ref$isDisabled,
969
971
  _ref$isIndeterminate = _ref.isIndeterminate,
970
972
  isIndeterminate = _ref$isIndeterminate === void 0 ? false : _ref$isIndeterminate,
971
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$C);
973
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$D);
972
974
  var color = 'base';
973
975
  var name = 'checkbox-btn';
974
976
  if (isChecked) name = 'checkbox-btn-checked';else name = 'checkbox-btn';
@@ -993,7 +995,7 @@ var CheckboxIcon = function CheckboxIcon(_ref) {
993
995
 
994
996
  var styles$q = {"checkbox":"Checkbox-module_checkbox__dY-7P","size-sm":"Checkbox-module_size-sm__mJkMQ","size-md":"Checkbox-module_size-md__I2s8g","size-lg":"Checkbox-module_size-lg__rFFnb","hidden":"Checkbox-module_hidden__2y7Zr","size-sm-tablet":"Checkbox-module_size-sm-tablet__GhQUW","size-md-tablet":"Checkbox-module_size-md-tablet__XRHf4","size-lg-tablet":"Checkbox-module_size-lg-tablet__quoAJ","size-sm-desktop":"Checkbox-module_size-sm-desktop__fqeEc","size-md-desktop":"Checkbox-module_size-md-desktop__9a278","size-lg-desktop":"Checkbox-module_size-lg-desktop__WQnv0","size-sm-hd":"Checkbox-module_size-sm-hd__X3yIF","size-md-hd":"Checkbox-module_size-md-hd__6T0dF","size-lg-hd":"Checkbox-module_size-lg-hd__UXCt1"};
995
997
 
996
- var _excluded$B = ["className", "display", "id", "isChecked", "label", "labelledby", "onChange", "error", "isDisabled", "isHidden", "isIndeterminate", "isRequired", "onBlur", "onFocus", "size", "value"];
998
+ var _excluded$C = ["className", "display", "id", "isChecked", "label", "labelledby", "onChange", "error", "isDisabled", "isHidden", "isIndeterminate", "isRequired", "onBlur", "onFocus", "size", "value"];
997
999
  var Checkbox = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
998
1000
  var _ref2;
999
1001
  var _ref$className = _ref.className,
@@ -1023,7 +1025,7 @@ var Checkbox = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
1023
1025
  size = _ref$size === void 0 ? 'md' : _ref$size,
1024
1026
  _ref$value = _ref.value,
1025
1027
  value = _ref$value === void 0 ? undefined : _ref$value,
1026
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$B);
1028
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$C);
1027
1029
  var inputRef = React__default.useRef(null);
1028
1030
  React__default.useEffect(function () {
1029
1031
  if (inputRef != null && inputRef.current) {
@@ -1112,7 +1114,7 @@ var HelpText = /*#__PURE__*/forwardRef(function (_ref, ref) {
1112
1114
  }, children);
1113
1115
  });
1114
1116
 
1115
- var _excluded$A = ["children", "inputId", "className", "display", "helpText", "isDisabled", "isFieldRequired", "isRadioInputLabel", "requiredIndicator", "margin", "padding"];
1117
+ var _excluded$B = ["children", "inputId", "className", "display", "helpText", "isDisabled", "isFieldRequired", "isRadioInputLabel", "requiredIndicator", "margin", "padding"];
1116
1118
  var FormLabel = function FormLabel(_ref) {
1117
1119
  var _classNames;
1118
1120
  var children = _ref.children,
@@ -1134,7 +1136,7 @@ var FormLabel = function FormLabel(_ref) {
1134
1136
  margin = _ref$margin === void 0 ? '0' : _ref$margin,
1135
1137
  _ref$padding = _ref.padding,
1136
1138
  padding = _ref$padding === void 0 ? '0' : _ref$padding,
1137
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$A);
1139
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$B);
1138
1140
  var labelClasses = classNames('hyphen-components__variables__form-control', styles$o.label, className, (_classNames = {}, _classNames[styles$o.disabled] = isDisabled, _classNames[styles$o.disabled] = isDisabled, _classNames[styles$o['radio-input-label']] = isRadioInputLabel, _classNames));
1139
1141
  return React__default.createElement(Box, _extends({
1140
1142
  as: "label",
@@ -1147,7 +1149,7 @@ var FormLabel = function FormLabel(_ref) {
1147
1149
  }, restProps), children, isFieldRequired && requiredIndicator && React__default.createElement("span", null, requiredIndicator), helpText && React__default.createElement(HelpText, null, helpText));
1148
1150
  };
1149
1151
 
1150
- var _excluded$z = ["id", "isChecked", "label", "onChange", "className", "error", "hideLabel", "helpText", "isDisabled", "isIndeterminate", "isRequired", "onBlur", "onFocus", "requiredIndicator", "size"];
1152
+ var _excluded$A = ["id", "isChecked", "label", "onChange", "className", "error", "hideLabel", "helpText", "isDisabled", "isIndeterminate", "isRequired", "onBlur", "onFocus", "requiredIndicator", "size"];
1151
1153
  var labelMarginSizeMap = {
1152
1154
  sm: '2xs 0 0 0',
1153
1155
  md: 'xs 0 0 0',
@@ -1192,7 +1194,7 @@ var CheckboxInput = function CheckboxInput(_ref2) {
1192
1194
  requiredIndicator = _ref2$requiredIndicat === void 0 ? ' *' : _ref2$requiredIndicat,
1193
1195
  _ref2$size = _ref2.size,
1194
1196
  size = _ref2$size === void 0 ? 'md' : _ref2$size,
1195
- restProps = _objectWithoutPropertiesLoose(_ref2, _excluded$z);
1197
+ restProps = _objectWithoutPropertiesLoose(_ref2, _excluded$A);
1196
1198
  var handleBlur = function handleBlur(event) {
1197
1199
  if (onBlur) onBlur(event);
1198
1200
  };
@@ -1240,7 +1242,7 @@ var CollapsibleContent = CollapsiblePrimitive.CollapsibleContent;
1240
1242
 
1241
1243
  var styles$m = {};
1242
1244
 
1243
- var _excluded$y = ["children", "dayClassName", "maxDate", "minDate", "monthsShown", "openToDate", "startDate", "selected", "selectsRange", "showTwoColumnMonthYearPicker", "showFullMonthYearPicker", "showMonthYearPicker", "className", "formatWeekDay"];
1245
+ var _excluded$z = ["children", "dayClassName", "maxDate", "minDate", "monthsShown", "openToDate", "startDate", "selected", "selectsRange", "showTwoColumnMonthYearPicker", "showFullMonthYearPicker", "showMonthYearPicker", "className", "formatWeekDay"];
1244
1246
  var DatePicker = function DatePicker(_ref) {
1245
1247
  var _ref$children = _ref.children,
1246
1248
  children = _ref$children === void 0 ? null : _ref$children,
@@ -1272,7 +1274,7 @@ var DatePicker = function DatePicker(_ref) {
1272
1274
  formatWeekDay = _ref$formatWeekDay === void 0 ? function (formattedDate) {
1273
1275
  return formattedDate[0];
1274
1276
  } : _ref$formatWeekDay,
1275
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$y);
1277
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$z);
1276
1278
  var datePickerClasses = classNames(styles$m['react-datepicker'], className);
1277
1279
  return React__default.createElement(ReactDatePicker, _extends({
1278
1280
  inline: true,
@@ -1292,7 +1294,7 @@ var DatePicker = function DatePicker(_ref) {
1292
1294
  }, restProps), children);
1293
1295
  };
1294
1296
 
1295
- var _excluded$x = ["label", "hideLabel", "children", "error", "id", "isRequired", "helpText", "isDisabled", "requiredIndicator", "width"];
1297
+ var _excluded$y = ["label", "hideLabel", "children", "error", "id", "isRequired", "helpText", "isDisabled", "requiredIndicator", "width"];
1296
1298
  var FormControl = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
1297
1299
  var label = _ref.label,
1298
1300
  hideLabel = _ref.hideLabel,
@@ -1305,7 +1307,7 @@ var FormControl = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
1305
1307
  requiredIndicator = _ref.requiredIndicator,
1306
1308
  _ref$width = _ref.width,
1307
1309
  width = _ref$width === void 0 ? '100' : _ref$width,
1308
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$x);
1310
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$y);
1309
1311
  var labelProps = {
1310
1312
  inputId: id,
1311
1313
  helpText: helpText,
@@ -1333,7 +1335,7 @@ function getAutoCompleteValue(value) {
1333
1335
 
1334
1336
  var styles$l = {"text-input-wrapper":"TextInput-module_text-input-wrapper__HCnQD","size-sm":"TextInput-module_size-sm__qWJn7","prefix":"TextInput-module_prefix__-wFO9","suffix":"TextInput-module_suffix__327yL","clear-button":"TextInput-module_clear-button__LUJpO","is-clearable":"TextInput-module_is-clearable__ExAY3","size-md":"TextInput-module_size-md__UFPtt","size-lg":"TextInput-module_size-lg__Hjfez","disabled":"TextInput-module_disabled__lrifj","size-sm-tablet":"TextInput-module_size-sm-tablet__neC5C","size-md-tablet":"TextInput-module_size-md-tablet__u29oc","size-lg-tablet":"TextInput-module_size-lg-tablet__3PUB3","size-sm-desktop":"TextInput-module_size-sm-desktop__kA12V","size-md-desktop":"TextInput-module_size-md-desktop__yLJGr","size-lg-desktop":"TextInput-module_size-lg-desktop__A1pcS","size-sm-hd":"TextInput-module_size-sm-hd__f7Thr","size-md-hd":"TextInput-module_size-md-hd__Tsnqc","size-lg-hd":"TextInput-module_size-lg-hd__XLMos","error":"TextInput-module_error__p6zZq","text-input-label":"TextInput-module_text-input-label__3PlSG"};
1335
1337
 
1336
- var _excluded$w = ["id", "label", "onChange", "value", "autoComplete", "autoFocus", "error", "helpText", "hideLabel", "inputProps", "isDisabled", "isRequired", "maxLength", "name", "onBlur", "onClear", "onFocus", "prefix", "placeholder", "requiredIndicator", "suffix", "size", "type"];
1338
+ var _excluded$x = ["id", "label", "onChange", "value", "autoComplete", "autoFocus", "error", "helpText", "hideLabel", "inputProps", "isDisabled", "isRequired", "maxLength", "name", "onBlur", "onClear", "onFocus", "prefix", "placeholder", "requiredIndicator", "suffix", "size", "type"];
1337
1339
  var TextInput = /*#__PURE__*/forwardRef(function (_ref, ref) {
1338
1340
  var _ref2;
1339
1341
  var id = _ref.id,
@@ -1377,7 +1379,7 @@ var TextInput = /*#__PURE__*/forwardRef(function (_ref, ref) {
1377
1379
  size = _ref$size === void 0 ? 'md' : _ref$size,
1378
1380
  _ref$type = _ref.type,
1379
1381
  type = _ref$type === void 0 ? 'text' : _ref$type,
1380
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$w);
1382
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$x);
1381
1383
  var responsiveClasses = generateResponsiveClasses('size', size);
1382
1384
  var inputWrapperClasses = classNames.apply(void 0, ['hyphen-components__variables__form-control', styles$l['text-input-wrapper']].concat(responsiveClasses.map(function (c) {
1383
1385
  return styles$l[c];
@@ -1529,7 +1531,7 @@ var BREAKPOINTS = /*#__PURE__*/[].concat(Object.entries(designTokens.size.breakp
1529
1531
  var Z_INDEX_VALUES = designTokens.size['z-index'];
1530
1532
  // export const BOX_SHADOW_VALUES = designTokens.size['box-shadow'];
1531
1533
 
1532
- var _excluded$v = ["className", "isOpen", "children", "content", "arrowColor", "contentContainerProps", "hasArrow", "offsetFromTarget", "onClickOutside", "placement", "withPortal", "portalTarget", "trapFocus"];
1534
+ var _excluded$w = ["className", "isOpen", "children", "content", "arrowColor", "contentContainerProps", "hasArrow", "offsetFromTarget", "onClickOutside", "placement", "withPortal", "portalTarget", "trapFocus"];
1533
1535
  var contentContainerDefaults = {
1534
1536
  background: 'primary',
1535
1537
  padding: 'sm',
@@ -1558,7 +1560,7 @@ var Popover = function Popover(_ref) {
1558
1560
  portalTarget = _ref.portalTarget,
1559
1561
  _ref$trapFocus = _ref.trapFocus,
1560
1562
  trapFocus = _ref$trapFocus === void 0 ? false : _ref$trapFocus,
1561
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$v);
1563
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$w);
1562
1564
  var triggerRef = useRef(null);
1563
1565
  var popperRef = useRef(null);
1564
1566
  var _useState = useState(null),
@@ -1664,7 +1666,7 @@ var Popover = function Popover(_ref) {
1664
1666
  withPortal && portalTarget ? createPortal(renderPopperContent(), portalTarget) : renderPopperContent()));
1665
1667
  };
1666
1668
 
1667
- var _excluded$u = ["datePickerProps", "textInputProps", "dateFormat", "dateOptions", "popoverProps"];
1669
+ var _excluded$v = ["datePickerProps", "textInputProps", "dateFormat", "dateOptions", "popoverProps"];
1668
1670
  var defaultDatePickerProps = {
1669
1671
  selected: null,
1670
1672
  selectsRange: false
@@ -1684,7 +1686,7 @@ var DateInput = function DateInput(_ref) {
1684
1686
  dateOptions = _ref$dateOptions === void 0 ? undefined : _ref$dateOptions,
1685
1687
  _ref$popoverProps = _ref.popoverProps,
1686
1688
  popoverProps = _ref$popoverProps === void 0 ? _extends({}, defaultPopoverProps) : _ref$popoverProps,
1687
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$u);
1689
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$v);
1688
1690
  var mergedDatePickerProps = _extends({}, defaultDatePickerProps, datePickerProps);
1689
1691
  var mergedPopoverProps = _extends({}, defaultPopoverProps, popoverProps);
1690
1692
  var mergedTextInputProps = _extends({}, defaultTextInputProps, textInputProps);
@@ -1761,14 +1763,14 @@ var DateInput = function DateInput(_ref) {
1761
1763
  var ENTER = 13;
1762
1764
  var SPACE = 32;
1763
1765
 
1764
- var _excluded$t = ["children", "display", "isDetailsOpen", "onToggle"];
1766
+ var _excluded$u = ["children", "display", "isDetailsOpen", "onToggle"];
1765
1767
  var DetailsSummary = function DetailsSummary(_ref) {
1766
1768
  var children = _ref.children,
1767
1769
  _ref$display = _ref.display,
1768
1770
  display = _ref$display === void 0 ? 'block' : _ref$display,
1769
1771
  isDetailsOpen = _ref.isDetailsOpen,
1770
1772
  onToggle = _ref.onToggle,
1771
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$t);
1773
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$u);
1772
1774
  var handleClick = function handleClick(event) {
1773
1775
  // Needed to avoid default `details` behavior on a click event and keep this as controlled component.
1774
1776
  event.preventDefault();
@@ -1806,14 +1808,14 @@ var DetailsSummary = function DetailsSummary(_ref) {
1806
1808
 
1807
1809
  var styles$j = {"details-reset":"Details-module_details-reset__HWtSD"};
1808
1810
 
1809
- var _excluded$s = ["children", "className", "display", "isOpen"];
1811
+ var _excluded$t = ["children", "className", "display", "isOpen"];
1810
1812
  var DetailsBaseComponent = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
1811
1813
  var children = _ref.children,
1812
1814
  className = _ref.className,
1813
1815
  _ref$display = _ref.display,
1814
1816
  display = _ref$display === void 0 ? 'block' : _ref$display,
1815
1817
  isOpen = _ref.isOpen,
1816
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$s);
1818
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$t);
1817
1819
  var detailsClasses = classNames(className, styles$j['details-reset'], styles$j.details);
1818
1820
  return React__default.createElement(Box, _extends({
1819
1821
  as: "details",
@@ -1833,7 +1835,7 @@ var Details = /*#__PURE__*/function () {
1833
1835
 
1834
1836
  var styles$i = {"drawer":"Drawer-module_drawer__IKoOm","hide-overlay-right":"Drawer-module_hide-overlay-right__FANA9","hide-overlay-left":"Drawer-module_hide-overlay-left__xZFa3","hide-overlay-bottom":"Drawer-module_hide-overlay-bottom__11EB1","hide-overlay-top":"Drawer-module_hide-overlay-top__kEsV5","drawer-content":"Drawer-module_drawer-content__zZ9xR","left":"Drawer-module_left__pwTcW","right":"Drawer-module_right__EzGpI","bottom":"Drawer-module_bottom__r3Q5Z","top":"Drawer-module_top__xQejO"};
1835
1837
 
1836
- var _excluded$r = ["defaultIsOpen", "open", "onOpenChange", "className", "children"],
1838
+ var _excluded$s = ["defaultIsOpen", "open", "onOpenChange", "className", "children"],
1837
1839
  _excluded2$2 = ["asChild", "onClick"],
1838
1840
  _excluded3$2 = ["className"],
1839
1841
  _excluded4$2 = ["className", "onClick", "onClose"],
@@ -1853,7 +1855,7 @@ var DrawerProvider = /*#__PURE__*/forwardRef(function (_ref, ref) {
1853
1855
  setOpenProp = _ref.onOpenChange,
1854
1856
  className = _ref.className,
1855
1857
  children = _ref.children,
1856
- props = _objectWithoutPropertiesLoose(_ref, _excluded$r);
1858
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$s);
1857
1859
  var _useState = useState(openProp != null ? openProp : defaultIsOpen),
1858
1860
  _open = _useState[0],
1859
1861
  _setOpen = _useState[1];
@@ -2077,7 +2079,7 @@ var DrawerContent = /*#__PURE__*/React__default.forwardRef(function (_ref7, ref)
2077
2079
  }, props));
2078
2080
  });
2079
2081
 
2080
- var _excluded$q = ["className", "inset"],
2082
+ var _excluded$r = ["className", "inset"],
2081
2083
  _excluded2$1 = ["className", "sideOffset"],
2082
2084
  _excluded3$1 = ["className", "inset"],
2083
2085
  _excluded4$1 = ["className"],
@@ -2093,7 +2095,7 @@ var DropdownMenuRadioGroup = DropdownMenuPrimitive.RadioGroup;
2093
2095
  var DropdownMenuItem = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
2094
2096
  var className = _ref.className,
2095
2097
  inset = _ref.inset,
2096
- props = _objectWithoutPropertiesLoose(_ref, _excluded$q);
2098
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$r);
2097
2099
  return React__default.createElement(DropdownMenuPrimitive.Item, _extends({
2098
2100
  ref: ref,
2099
2101
  className: classNames('font-size-sm position-relative cursor-default display-flex br-sm align-items-center p-sm g-sm outline-none', inset && 'p-left-md', !props.disabled && 'hover:background-color-secondary focus:background-color-secondary', props.disabled && 'cursor-not-allowed font-color-disabled', className)
@@ -2173,7 +2175,7 @@ var DropdownMenuSubContent = /*#__PURE__*/React__default.forwardRef(function (_r
2173
2175
  });
2174
2176
  DropdownMenuSubContent.displayName = DropdownMenuPrimitive.SubContent.displayName;
2175
2177
 
2176
- var _excluded$p = ["field", "form", "onChange", "id", "label"];
2178
+ var _excluded$q = ["field", "form", "onChange", "id", "label"];
2177
2179
  var FormikCheckboxInput = function FormikCheckboxInput(_ref) {
2178
2180
  var _ref$field = _ref.field,
2179
2181
  name = _ref$field.name,
@@ -2186,7 +2188,7 @@ var FormikCheckboxInput = function FormikCheckboxInput(_ref) {
2186
2188
  onChange = _ref.onChange,
2187
2189
  id = _ref.id,
2188
2190
  label = _ref.label,
2189
- props = _objectWithoutPropertiesLoose(_ref, _excluded$p);
2191
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$q);
2190
2192
  return React__default.createElement(CheckboxInput, _extends({}, props, {
2191
2193
  id: id,
2192
2194
  label: label,
@@ -2197,7 +2199,7 @@ var FormikCheckboxInput = function FormikCheckboxInput(_ref) {
2197
2199
  }));
2198
2200
  };
2199
2201
 
2200
- var _excluded$o = ["className", "isSelected", "isDisabled", "error"];
2202
+ var _excluded$p = ["className", "isSelected", "isDisabled", "error"];
2201
2203
  var RadioInputIcon = function RadioInputIcon(_ref) {
2202
2204
  var _ref$className = _ref.className,
2203
2205
  className = _ref$className === void 0 ? undefined : _ref$className,
@@ -2207,7 +2209,7 @@ var RadioInputIcon = function RadioInputIcon(_ref) {
2207
2209
  isDisabled = _ref$isDisabled === void 0 ? false : _ref$isDisabled,
2208
2210
  _ref$error = _ref.error,
2209
2211
  error = _ref$error === void 0 ? null : _ref$error,
2210
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$o);
2212
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$p);
2211
2213
  var color = 'secondary';
2212
2214
  var name = 'radio-btn-unchecked';
2213
2215
  if (isSelected && isDisabled) {
@@ -2300,7 +2302,7 @@ var RadioInput = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
2300
2302
 
2301
2303
  var styles$g = {"radio-group":"RadioGroup-module_radio-group__FWPcT","fieldset":"RadioGroup-module_fieldset__PEUXI","legend":"RadioGroup-module_legend__tcfV7","description":"RadioGroup-module_description__8fzM-"};
2302
2304
 
2303
- var _excluded$n = ["name", "onChange", "options", "className", "description", "direction", "error", "isDisabled", "isRequired", "onBlur", "onFocus", "requiredIndicator", "size", "title", "value"];
2305
+ var _excluded$o = ["name", "onChange", "options", "className", "description", "direction", "error", "isDisabled", "isRequired", "onBlur", "onFocus", "requiredIndicator", "size", "title", "value"];
2304
2306
  var RadioGroup = function RadioGroup(_ref) {
2305
2307
  var _classNames;
2306
2308
  var name = _ref.name,
@@ -2330,7 +2332,7 @@ var RadioGroup = function RadioGroup(_ref) {
2330
2332
  title = _ref$title === void 0 ? undefined : _ref$title,
2331
2333
  _ref$value = _ref.value,
2332
2334
  value = _ref$value === void 0 ? undefined : _ref$value,
2333
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$n);
2335
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$o);
2334
2336
  var groupClasses = classNames('hyphen-components__variables__form-control', className, (_classNames = {}, _classNames[styles$g.loading] = error, _classNames));
2335
2337
  return React__default.createElement("div", _extends({
2336
2338
  className: classNames(styles$g['radio-group'], groupClasses)
@@ -2360,7 +2362,7 @@ var RadioGroup = function RadioGroup(_ref) {
2360
2362
  }))), error && typeof error !== 'boolean' && React__default.createElement(InputValidationMessage, null, error));
2361
2363
  };
2362
2364
 
2363
- var _excluded$m = ["field", "form", "onChange", "options"];
2365
+ var _excluded$n = ["field", "form", "onChange", "options"];
2364
2366
  var FormikRadioGroup = function FormikRadioGroup(_ref) {
2365
2367
  var _ref$field = _ref.field,
2366
2368
  name = _ref$field.name,
@@ -2372,7 +2374,7 @@ var FormikRadioGroup = function FormikRadioGroup(_ref) {
2372
2374
  errors = _ref$form.errors,
2373
2375
  onChange = _ref.onChange,
2374
2376
  options = _ref.options,
2375
- props = _objectWithoutPropertiesLoose(_ref, _excluded$m);
2377
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$n);
2376
2378
  return React__default.createElement(RadioGroup, _extends({}, props, {
2377
2379
  options: options,
2378
2380
  name: name,
@@ -2385,7 +2387,7 @@ var FormikRadioGroup = function FormikRadioGroup(_ref) {
2385
2387
 
2386
2388
  var styles$f = {"react-select-icon":"SelectInput-module_react-select-icon__PvocB","size-sm":"SelectInput-module_size-sm__PKB-J","size-md":"SelectInput-module_size-md__n9Fj8","size-lg":"SelectInput-module_size-lg__LQ-uG","error":"SelectInput-module_error__Avf98","size-sm-tablet":"SelectInput-module_size-sm-tablet__2Dg01","size-md-tablet":"SelectInput-module_size-md-tablet__-iOSg","size-lg-tablet":"SelectInput-module_size-lg-tablet__9xmuJ","size-sm-desktop":"SelectInput-module_size-sm-desktop__tOWI4","size-md-desktop":"SelectInput-module_size-md-desktop__vo-UC","size-lg-desktop":"SelectInput-module_size-lg-desktop__nxQdj","size-sm-hd":"SelectInput-module_size-sm-hd__qamTH","size-md-hd":"SelectInput-module_size-md-hd__Cf8hk","size-lg-hd":"SelectInput-module_size-lg-hd__E4-mZ","disabled":"SelectInput-module_disabled__4ezAy","select-input-label":"SelectInput-module_select-input-label__eqEYa"};
2387
2389
 
2388
- var _excluded$l = ["id", "label", "onChange", "options", "value", "autoFocus", "className", "error", "helpText", "hideLabel", "isClearable", "isAsync", "isCreatable", "isDisabled", "isMulti", "isRequired", "menuPortalTarget", "name", "onFocus", "onBlur", "placeholder", "requiredIndicator", "size"];
2390
+ var _excluded$m = ["id", "label", "onChange", "options", "value", "autoFocus", "className", "error", "helpText", "hideLabel", "isClearable", "isAsync", "isCreatable", "isDisabled", "isMulti", "isRequired", "menuPortalTarget", "name", "onFocus", "onBlur", "placeholder", "requiredIndicator", "size"];
2389
2391
  function SelectInput(props) {
2390
2392
  var _ref, _classNames;
2391
2393
  var id = props.id,
@@ -2428,7 +2430,7 @@ function SelectInput(props) {
2428
2430
  requiredIndicator = _props$requiredIndica === void 0 ? ' *' : _props$requiredIndica,
2429
2431
  _props$size = props.size,
2430
2432
  size = _props$size === void 0 ? 'md' : _props$size,
2431
- restProps = _objectWithoutPropertiesLoose(props, _excluded$l);
2433
+ restProps = _objectWithoutPropertiesLoose(props, _excluded$m);
2432
2434
  var handleChange = function handleChange(values) {
2433
2435
  var simulatedEventPayloadType = {
2434
2436
  target: {
@@ -2501,7 +2503,7 @@ function SelectInput(props) {
2501
2503
  })), error && typeof error !== 'boolean' && React__default.createElement(InputValidationMessage, null, error));
2502
2504
  }
2503
2505
 
2504
- var _excluded$k = ["field", "form", "onChange", "id", "label", "options", "error"];
2506
+ var _excluded$l = ["field", "form", "onChange", "id", "label", "options", "error"];
2505
2507
  var FormikSelectInput = function FormikSelectInput(_ref) {
2506
2508
  var _ref$field = _ref.field,
2507
2509
  name = _ref$field.name,
@@ -2516,7 +2518,7 @@ var FormikSelectInput = function FormikSelectInput(_ref) {
2516
2518
  label = _ref.label,
2517
2519
  options = _ref.options,
2518
2520
  errorProp = _ref.error,
2519
- props = _objectWithoutPropertiesLoose(_ref, _excluded$k);
2521
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$l);
2520
2522
  var errorMessage;
2521
2523
  var error = errorProp != null ? errorProp : getIn(touched, name) && getIn(errors, name);
2522
2524
  if (typeof error === 'string') {
@@ -2644,7 +2646,7 @@ var SelectInputInset = /*#__PURE__*/forwardRef(function (_ref, ref) {
2644
2646
  }, label, isRequired && requiredIndicator && React__default.createElement("span", null, requiredIndicator))), helpText && React__default.createElement(HelpText, null, helpText), error && error !== true && React__default.createElement(InputValidationMessage, null, error));
2645
2647
  });
2646
2648
 
2647
- var _excluded$j = ["field", "form", "onChange", "id", "label", "options"];
2649
+ var _excluded$k = ["field", "form", "onChange", "id", "label", "options"];
2648
2650
  var FormikSelectInputInset = function FormikSelectInputInset(_ref) {
2649
2651
  var _ref$field = _ref.field,
2650
2652
  name = _ref$field.name,
@@ -2658,7 +2660,7 @@ var FormikSelectInputInset = function FormikSelectInputInset(_ref) {
2658
2660
  id = _ref.id,
2659
2661
  label = _ref.label,
2660
2662
  options = _ref.options,
2661
- props = _objectWithoutPropertiesLoose(_ref, _excluded$j);
2663
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$k);
2662
2664
  return React__default.createElement(SelectInputInset, _extends({}, props, {
2663
2665
  id: id,
2664
2666
  label: label,
@@ -2756,7 +2758,7 @@ var TextareaInputInset = /*#__PURE__*/forwardRef(function (_ref, ref) {
2756
2758
  }, label, isRequired && requiredIndicator && React__default.createElement("span", null, requiredIndicator))), helpText && React__default.createElement(HelpText, null, helpText), error && error !== true && React__default.createElement(InputValidationMessage, null, error));
2757
2759
  });
2758
2760
 
2759
- var _excluded$i = ["field", "form", "onChange", "id", "label"];
2761
+ var _excluded$j = ["field", "form", "onChange", "id", "label"];
2760
2762
  var FormikTextareaInputInset = function FormikTextareaInputInset(_ref) {
2761
2763
  var _ref$field = _ref.field,
2762
2764
  name = _ref$field.name,
@@ -2769,7 +2771,7 @@ var FormikTextareaInputInset = function FormikTextareaInputInset(_ref) {
2769
2771
  onChange = _ref.onChange,
2770
2772
  id = _ref.id,
2771
2773
  label = _ref.label,
2772
- props = _objectWithoutPropertiesLoose(_ref, _excluded$i);
2774
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$j);
2773
2775
  return React__default.createElement(TextareaInputInset, _extends({}, props, {
2774
2776
  id: id,
2775
2777
  label: label,
@@ -2896,7 +2898,7 @@ var TextInputInset = /*#__PURE__*/forwardRef(function (_ref, ref) {
2896
2898
  }, suffix)), helpText && React__default.createElement(HelpText, null, helpText), error && error !== true && React__default.createElement(InputValidationMessage, null, error));
2897
2899
  });
2898
2900
 
2899
- var _excluded$h = ["field", "form", "onChange", "id", "label"];
2901
+ var _excluded$i = ["field", "form", "onChange", "id", "label"];
2900
2902
  var FormikTextInputInset = function FormikTextInputInset(_ref) {
2901
2903
  var _ref$field = _ref.field,
2902
2904
  name = _ref$field.name,
@@ -2909,7 +2911,7 @@ var FormikTextInputInset = function FormikTextInputInset(_ref) {
2909
2911
  onChange = _ref.onChange,
2910
2912
  id = _ref.id,
2911
2913
  label = _ref.label,
2912
- props = _objectWithoutPropertiesLoose(_ref, _excluded$h);
2914
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$i);
2913
2915
  return React__default.createElement(TextInputInset, _extends({}, props, {
2914
2916
  id: id,
2915
2917
  label: label,
@@ -2923,7 +2925,7 @@ var FormikTextInputInset = function FormikTextInputInset(_ref) {
2923
2925
 
2924
2926
  var styles$b = {"select-input-native-wrapper":"SelectInputNative-module_select-input-native-wrapper__-vvFm","disabled":"SelectInputNative-module_disabled__gKmV4","size-sm":"SelectInputNative-module_size-sm__7Ql4z","size-md":"SelectInputNative-module_size-md__ofleh","size-lg":"SelectInputNative-module_size-lg__ewS-6","size-sm-tablet":"SelectInputNative-module_size-sm-tablet__3wbFA","size-md-tablet":"SelectInputNative-module_size-md-tablet__nLo2t","size-lg-tablet":"SelectInputNative-module_size-lg-tablet__fLu2T","size-sm-desktop":"SelectInputNative-module_size-sm-desktop__aUL7D","size-md-desktop":"SelectInputNative-module_size-md-desktop__s1uoc","size-lg-desktop":"SelectInputNative-module_size-lg-desktop__Ri2Ka","size-sm-hd":"SelectInputNative-module_size-sm-hd__RVm4G","size-md-hd":"SelectInputNative-module_size-md-hd__m4Rqf","size-lg-hd":"SelectInputNative-module_size-lg-hd__V6i8b","error":"SelectInputNative-module_error__RBOZT","text-input-label":"SelectInputNative-module_text-input-label__-YjDc"};
2925
2927
 
2926
- var _excluded$g = ["autoFocus", "label", "hideLabel", "helpText", "error", "id", "isDisabled", "isRequired", "name", "value", "options", "onChange", "placeholder", "requiredIndicator", "size"];
2928
+ var _excluded$h = ["autoFocus", "label", "hideLabel", "helpText", "error", "id", "isDisabled", "isRequired", "name", "value", "options", "onChange", "placeholder", "requiredIndicator", "size"];
2927
2929
  var SelectInputNative = function SelectInputNative(_ref) {
2928
2930
  var _ref2;
2929
2931
  var _ref$autoFocus = _ref.autoFocus,
@@ -2945,7 +2947,7 @@ var SelectInputNative = function SelectInputNative(_ref) {
2945
2947
  requiredIndicator = _ref$requiredIndicato === void 0 ? ' *' : _ref$requiredIndicato,
2946
2948
  _ref$size = _ref.size,
2947
2949
  size = _ref$size === void 0 ? 'md' : _ref$size,
2948
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$g);
2950
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$h);
2949
2951
  var placeholderOption = {
2950
2952
  value: '',
2951
2953
  label: placeholder
@@ -2991,7 +2993,7 @@ var SelectInputNative = function SelectInputNative(_ref) {
2991
2993
  }))));
2992
2994
  };
2993
2995
 
2994
- var _excluded$f = ["field", "form", "onChange", "options", "id", "label"];
2996
+ var _excluded$g = ["field", "form", "onChange", "options", "id", "label"];
2995
2997
  var FormikSelectInputNative = function FormikSelectInputNative(_ref) {
2996
2998
  var _ref$field = _ref.field,
2997
2999
  name = _ref$field.name,
@@ -3005,7 +3007,7 @@ var FormikSelectInputNative = function FormikSelectInputNative(_ref) {
3005
3007
  options = _ref.options,
3006
3008
  id = _ref.id,
3007
3009
  label = _ref.label,
3008
- props = _objectWithoutPropertiesLoose(_ref, _excluded$f);
3010
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$g);
3009
3011
  return React__default.createElement(SelectInputNative, _extends({}, props, {
3010
3012
  options: options,
3011
3013
  id: id,
@@ -3018,7 +3020,7 @@ var FormikSelectInputNative = function FormikSelectInputNative(_ref) {
3018
3020
  }));
3019
3021
  };
3020
3022
 
3021
- var _excluded$e = ["field", "form", "onChange", "id", "label"];
3023
+ var _excluded$f = ["field", "form", "onChange", "id", "label"];
3022
3024
  var FormikTextInput = function FormikTextInput(_ref) {
3023
3025
  var _ref$field = _ref.field,
3024
3026
  name = _ref$field.name,
@@ -3031,7 +3033,7 @@ var FormikTextInput = function FormikTextInput(_ref) {
3031
3033
  onChange = _ref.onChange,
3032
3034
  id = _ref.id,
3033
3035
  label = _ref.label,
3034
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e);
3036
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$f);
3035
3037
  return React__default.createElement(TextInput, _extends({}, props, {
3036
3038
  id: id,
3037
3039
  label: label,
@@ -3045,7 +3047,7 @@ var FormikTextInput = function FormikTextInput(_ref) {
3045
3047
 
3046
3048
  var styles$a = {"textarea-input-wrapper":"TextareaInput-module_textarea-input-wrapper__mJBZN","size-sm":"TextareaInput-module_size-sm__-YCcV","size-md":"TextareaInput-module_size-md__uPOvN","size-lg":"TextareaInput-module_size-lg__P5SYv","size-sm-tablet":"TextareaInput-module_size-sm-tablet__rYP2T","size-md-tablet":"TextareaInput-module_size-md-tablet__D1PYq","size-lg-tablet":"TextareaInput-module_size-lg-tablet__N-UED","size-sm-desktop":"TextareaInput-module_size-sm-desktop__Z-Zdg","size-md-desktop":"TextareaInput-module_size-md-desktop__W3jIm","size-lg-desktop":"TextareaInput-module_size-lg-desktop__XLwk0","size-sm-hd":"TextareaInput-module_size-sm-hd__KP21d","size-md-hd":"TextareaInput-module_size-md-hd__3me0R","size-lg-hd":"TextareaInput-module_size-lg-hd__BcgC-","error":"TextareaInput-module_error__JpCpt","textarea-input-label":"TextareaInput-module_textarea-input-label__1zb77","textarea-resize-both":"TextareaInput-module_textarea-resize-both__Gn3Zh","textarea-resize-horizontal":"TextareaInput-module_textarea-resize-horizontal__0aRED","textarea-resize-vertical":"TextareaInput-module_textarea-resize-vertical__DbKar","textarea-resize-none":"TextareaInput-module_textarea-resize-none__l6dRF"};
3047
3049
 
3048
- var _excluded$d = ["id", "label", "onChange", "value", "autoComplete", "autoFocus", "className", "error", "helpText", "hideLabel", "isDisabled", "isRequired", "maxLength", "name", "onBlur", "onFocus", "placeholder", "requiredIndicator", "resize", "rows", "size"];
3050
+ var _excluded$e = ["id", "label", "onChange", "value", "autoComplete", "autoFocus", "className", "error", "helpText", "hideLabel", "isDisabled", "isRequired", "maxLength", "name", "onBlur", "onFocus", "placeholder", "requiredIndicator", "resize", "rows", "size"];
3049
3051
  var TextareaInput = function TextareaInput(_ref) {
3050
3052
  var _ref2;
3051
3053
  var id = _ref.id,
@@ -3085,7 +3087,7 @@ var TextareaInput = function TextareaInput(_ref) {
3085
3087
  rows = _ref$rows === void 0 ? 3 : _ref$rows,
3086
3088
  _ref$size = _ref.size,
3087
3089
  size = _ref$size === void 0 ? 'md' : _ref$size,
3088
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$d);
3090
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$e);
3089
3091
  var responsiveClasses = generateResponsiveClasses('size', size);
3090
3092
  var inputWrapperClasses = classNames.apply(void 0, ['hyphen-components__variables__form-control', styles$a['textarea-input-wrapper']].concat(responsiveClasses.map(function (c) {
3091
3093
  return styles$a[c];
@@ -3129,7 +3131,7 @@ var TextareaInput = function TextareaInput(_ref) {
3129
3131
  }, inputProps))), error && error !== true && React__default.createElement(InputValidationMessage, null, error));
3130
3132
  };
3131
3133
 
3132
- var _excluded$c = ["field", "form", "onChange", "id", "label"];
3134
+ var _excluded$d = ["field", "form", "onChange", "id", "label"];
3133
3135
  var FormikTextareaInput = function FormikTextareaInput(_ref) {
3134
3136
  var _ref$field = _ref.field,
3135
3137
  name = _ref$field.name,
@@ -3142,7 +3144,7 @@ var FormikTextareaInput = function FormikTextareaInput(_ref) {
3142
3144
  onChange = _ref.onChange,
3143
3145
  id = _ref.id,
3144
3146
  label = _ref.label,
3145
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c);
3147
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d);
3146
3148
  return React__default.createElement(TextareaInput, _extends({}, props, {
3147
3149
  id: id,
3148
3150
  label: label,
@@ -3154,7 +3156,7 @@ var FormikTextareaInput = function FormikTextareaInput(_ref) {
3154
3156
  }));
3155
3157
  };
3156
3158
 
3157
- var _excluded$b = ["id", "name", "label", "onChange", "value", "dateDisplayOptions", "endTime", "interval", "locales", "placeholder", "startTime"];
3159
+ var _excluded$c = ["id", "name", "label", "onChange", "value", "dateDisplayOptions", "endTime", "interval", "locales", "placeholder", "startTime"];
3158
3160
  var TimePicker = function TimePicker(_ref) {
3159
3161
  var id = _ref.id,
3160
3162
  name = _ref.name,
@@ -3176,7 +3178,7 @@ var TimePicker = function TimePicker(_ref) {
3176
3178
  placeholder = _ref$placeholder === void 0 ? 'HH:MM' : _ref$placeholder,
3177
3179
  _ref$startTime = _ref.startTime,
3178
3180
  startTime = _ref$startTime === void 0 ? undefined : _ref$startTime,
3179
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$b);
3181
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$c);
3180
3182
  var generateTimes = function generateTimes() {
3181
3183
  var first = new Date();
3182
3184
  first.setHours((startTime == null ? void 0 : startTime.hour) || 0, (startTime == null ? void 0 : startTime.minute) || 0, 0, 0);
@@ -3204,7 +3206,7 @@ var TimePicker = function TimePicker(_ref) {
3204
3206
  }));
3205
3207
  };
3206
3208
 
3207
- var _excluded$a = ["field", "form", "options", "onChange"];
3209
+ var _excluded$b = ["field", "form", "options", "onChange"];
3208
3210
  var FormikTimePicker = function FormikTimePicker(_ref) {
3209
3211
  var _ref$field = _ref.field,
3210
3212
  name = _ref$field.name,
@@ -3216,7 +3218,7 @@ var FormikTimePicker = function FormikTimePicker(_ref) {
3216
3218
  errors = _ref$form.errors,
3217
3219
  options = _ref.options,
3218
3220
  onChange = _ref.onChange,
3219
- props = _objectWithoutPropertiesLoose(_ref, _excluded$a);
3221
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$b);
3220
3222
  return React__default.createElement(TimePicker, _extends({}, props, {
3221
3223
  name: name,
3222
3224
  onBlur: onBlur,
@@ -3227,7 +3229,7 @@ var FormikTimePicker = function FormikTimePicker(_ref) {
3227
3229
  }));
3228
3230
  };
3229
3231
 
3230
- var _excluded$9 = ["id", "name", "label", "onChange", "value", "dateDisplayOptions", "endTime", "interval", "locales", "placeholder", "startTime"];
3232
+ var _excluded$a = ["id", "name", "label", "onChange", "value", "dateDisplayOptions", "endTime", "interval", "locales", "placeholder", "startTime"];
3231
3233
  var TimePickerNative = function TimePickerNative(_ref) {
3232
3234
  var id = _ref.id,
3233
3235
  name = _ref.name,
@@ -3249,7 +3251,7 @@ var TimePickerNative = function TimePickerNative(_ref) {
3249
3251
  placeholder = _ref$placeholder === void 0 ? 'HH:MM' : _ref$placeholder,
3250
3252
  _ref$startTime = _ref.startTime,
3251
3253
  startTime = _ref$startTime === void 0 ? undefined : _ref$startTime,
3252
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$9);
3254
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$a);
3253
3255
  var generateTimes = function generateTimes() {
3254
3256
  var first = new Date();
3255
3257
  first.setHours((startTime == null ? void 0 : startTime.hour) || 0, (startTime == null ? void 0 : startTime.minute) || 0, 0, 0);
@@ -3278,7 +3280,7 @@ var TimePickerNative = function TimePickerNative(_ref) {
3278
3280
  }));
3279
3281
  };
3280
3282
 
3281
- var _excluded$8 = ["field", "form", "onChange"];
3283
+ var _excluded$9 = ["field", "form", "onChange"];
3282
3284
  var FormikTimePickerNative = function FormikTimePickerNative(_ref) {
3283
3285
  var _ref$field = _ref.field,
3284
3286
  name = _ref$field.name,
@@ -3289,7 +3291,7 @@ var FormikTimePickerNative = function FormikTimePickerNative(_ref) {
3289
3291
  touched = _ref$form.touched,
3290
3292
  errors = _ref$form.errors,
3291
3293
  onChange = _ref.onChange,
3292
- props = _objectWithoutPropertiesLoose(_ref, _excluded$8);
3294
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$9);
3293
3295
  return React__default.createElement(TimePickerNative, _extends({}, props, {
3294
3296
  name: name,
3295
3297
  onBlur: onBlur,
@@ -3390,7 +3392,7 @@ var Toggle = function Toggle(_ref) {
3390
3392
  }, helpText)))), error && error !== true && React__default.createElement(InputValidationMessage, null, error));
3391
3393
  };
3392
3394
 
3393
- var _excluded$7 = ["field", "form"];
3395
+ var _excluded$8 = ["field", "form"];
3394
3396
  var FormikToggle = function FormikToggle(_ref) {
3395
3397
  var _ref$field = _ref.field,
3396
3398
  name = _ref$field.name,
@@ -3400,7 +3402,7 @@ var FormikToggle = function FormikToggle(_ref) {
3400
3402
  _ref$form = _ref.form,
3401
3403
  touched = _ref$form.touched,
3402
3404
  errors = _ref$form.errors,
3403
- props = _objectWithoutPropertiesLoose(_ref, _excluded$7);
3405
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$8);
3404
3406
  return React__default.createElement(Toggle, _extends({
3405
3407
  error: getIn(touched, name) && getIn(errors, name),
3406
3408
  isChecked: value,
@@ -3409,7 +3411,7 @@ var FormikToggle = function FormikToggle(_ref) {
3409
3411
  }, props));
3410
3412
  };
3411
3413
 
3412
- var _excluded$6 = ["children", "padding", "direction", "alignItems", "justifyContent", "gap", "style"];
3414
+ var _excluded$7 = ["children", "padding", "direction", "alignItems", "justifyContent", "gap", "style"];
3413
3415
  var ModalFooter = function ModalFooter(_ref) {
3414
3416
  var children = _ref.children,
3415
3417
  padding = _ref.padding,
@@ -3422,7 +3424,7 @@ var ModalFooter = function ModalFooter(_ref) {
3422
3424
  _ref$gap = _ref.gap,
3423
3425
  gap = _ref$gap === void 0 ? 'md' : _ref$gap,
3424
3426
  style = _ref.style,
3425
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$6);
3427
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$7);
3426
3428
  return React__default.createElement(Box, _extends({
3427
3429
  padding: padding,
3428
3430
  direction: direction,
@@ -3466,7 +3468,7 @@ var ModalHeader = function ModalHeader(_ref) {
3466
3468
  }));
3467
3469
  };
3468
3470
 
3469
- var _excluded$5 = ["children", "flex", "overflow", "height"];
3471
+ var _excluded$6 = ["children", "flex", "overflow", "height"];
3470
3472
  var ModalBody = function ModalBody(_ref) {
3471
3473
  var children = _ref.children,
3472
3474
  _ref$flex = _ref.flex,
@@ -3475,7 +3477,7 @@ var ModalBody = function ModalBody(_ref) {
3475
3477
  overflow = _ref$overflow === void 0 ? 'auto' : _ref$overflow,
3476
3478
  _ref$height = _ref.height,
3477
3479
  height = _ref$height === void 0 ? '100' : _ref$height,
3478
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$5);
3480
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$6);
3479
3481
  return React__default.createElement(Box, _extends({
3480
3482
  flex: flex,
3481
3483
  overflow: overflow,
@@ -3488,7 +3490,7 @@ var ModalBody = function ModalBody(_ref) {
3488
3490
 
3489
3491
  var styles$8 = {"modal-close":"Modal-module_modal-close__1YmMa","modal":"Modal-module_modal__yNG-7","modal-content":"Modal-module_modal-content__GMtBm"};
3490
3492
 
3491
- var _excluded$4 = ["ariaLabel", "ariaLabelledBy", "allowPinchZoom", "children", "className", "containerRef", "fullScreenMobile", "initialFocusRef", "isOpen", "maxWidth", "onDismiss", "overflow"];
3493
+ var _excluded$5 = ["ariaLabel", "ariaLabelledBy", "allowPinchZoom", "children", "className", "containerRef", "fullScreenMobile", "initialFocusRef", "isOpen", "maxWidth", "onDismiss", "overflow"];
3492
3494
  var ModalBaseComponent = /*#__PURE__*/forwardRef(function (_ref, ref) {
3493
3495
  var _classNames;
3494
3496
  var ariaLabel = _ref.ariaLabel,
@@ -3508,7 +3510,7 @@ var ModalBaseComponent = /*#__PURE__*/forwardRef(function (_ref, ref) {
3508
3510
  onDismiss = _ref.onDismiss,
3509
3511
  _ref$overflow = _ref.overflow,
3510
3512
  overflow = _ref$overflow === void 0 ? 'hidden' : _ref$overflow,
3511
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$4);
3513
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$5);
3512
3514
  var activateFocusLock = useCallback(function () {
3513
3515
  setTimeout(function () {
3514
3516
  if (initialFocusRef && initialFocusRef.current) {
@@ -3734,7 +3736,7 @@ var Pagination = function Pagination(_ref) {
3734
3736
 
3735
3737
  var styles$7 = {"slider":"RangeInput-module_slider__Z6D68","disabled":"RangeInput-module_disabled__gyu72"};
3736
3738
 
3737
- var _excluded$3 = ["value", "max", "id", "onChange", "className", "isDisabled"];
3739
+ var _excluded$4 = ["value", "max", "id", "onChange", "className", "isDisabled"];
3738
3740
  var RangeInput = function RangeInput(_ref) {
3739
3741
  var _classNames;
3740
3742
  var _ref$value = _ref.value,
@@ -3746,7 +3748,7 @@ var RangeInput = function RangeInput(_ref) {
3746
3748
  className = _ref.className,
3747
3749
  _ref$isDisabled = _ref.isDisabled,
3748
3750
  isDisabled = _ref$isDisabled === void 0 ? false : _ref$isDisabled,
3749
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$3);
3751
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$4);
3750
3752
  var currentProgress = value > 0 ? value / max * 100 : 0;
3751
3753
  return React__default.createElement("input", _extends({}, restProps, {
3752
3754
  id: id,
@@ -3849,7 +3851,7 @@ function useIsMobile() {
3849
3851
 
3850
3852
  var styles$6 = {"rail":"Sidebar-module_rail__nWu0Q"};
3851
3853
 
3852
- var _excluded$2 = ["defaultOpen", "open", "onOpenChange", "className", "style", "children"],
3854
+ var _excluded$3 = ["defaultOpen", "open", "onOpenChange", "className", "style", "children"],
3853
3855
  _excluded2 = ["side", "collapsible", "className", "children"],
3854
3856
  _excluded3 = ["className", "onClick"],
3855
3857
  _excluded4 = ["className"],
@@ -3887,7 +3889,7 @@ var SidebarProvider = /*#__PURE__*/forwardRef(function (_ref, ref) {
3887
3889
  className = _ref.className,
3888
3890
  style = _ref.style,
3889
3891
  children = _ref.children,
3890
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2);
3892
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$3);
3891
3893
  var isMobile = useIsMobile();
3892
3894
  var _useState = useState(function () {
3893
3895
  return isMobile ? false : openProp != null ? openProp : defaultOpen;
@@ -4638,7 +4640,7 @@ var Table = function Table(_ref) {
4638
4640
  }))));
4639
4641
  };
4640
4642
 
4641
- var _excluded$1 = ["children", "defaultTheme", "storageKey"];
4643
+ var _excluded$2 = ["children", "defaultTheme", "storageKey"];
4642
4644
  var initialState = {
4643
4645
  theme: 'system',
4644
4646
  setTheme: function setTheme() {
@@ -4652,7 +4654,7 @@ function ThemeProvider(_ref) {
4652
4654
  defaultTheme = _ref$defaultTheme === void 0 ? 'system' : _ref$defaultTheme,
4653
4655
  _ref$storageKey = _ref.storageKey,
4654
4656
  storageKey = _ref$storageKey === void 0 ? 'hyphen-ui-theme' : _ref$storageKey,
4655
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1);
4657
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2);
4656
4658
  var _useState = useState(function () {
4657
4659
  return localStorage.getItem(storageKey) || defaultTheme;
4658
4660
  }),
@@ -5128,7 +5130,7 @@ var useToasts = function useToasts(toastOptions) {
5128
5130
  };
5129
5131
  };
5130
5132
 
5131
- var _excluded = ["children", "containerStyle", "containerClassName", "gutter", "position", "reverseOrder", "toastOptions"];
5133
+ var _excluded$1 = ["children", "containerStyle", "containerClassName", "gutter", "position", "reverseOrder", "toastOptions"];
5132
5134
  var createRectRef = function createRectRef(onRect) {
5133
5135
  return function (el) {
5134
5136
  if (el) {
@@ -5189,7 +5191,7 @@ var ToastContainer = function ToastContainer(_ref) {
5189
5191
  _ref$reverseOrder = _ref.reverseOrder,
5190
5192
  reverseOrder = _ref$reverseOrder === void 0 ? false : _ref$reverseOrder,
5191
5193
  toastOptions = _ref.toastOptions,
5192
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded);
5194
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$1);
5193
5195
  var _useToasts = useToasts(toastOptions),
5194
5196
  toasts = _useToasts.toasts,
5195
5197
  handlers = _useToasts.handlers;
@@ -5227,6 +5229,24 @@ var ToastContainer = function ToastContainer(_ref) {
5227
5229
  }));
5228
5230
  };
5229
5231
 
5232
+ var _excluded = ["className", "sideOffset"];
5233
+ var TooltipProvider = TooltipPrimitive.Provider;
5234
+ var Tooltip = TooltipPrimitive.Root;
5235
+ var TooltipTrigger = TooltipPrimitive.Trigger;
5236
+ var TooltipPortal = TooltipPrimitive.Portal;
5237
+ var TooltipContent = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
5238
+ var className = _ref.className,
5239
+ _ref$sideOffset = _ref.sideOffset,
5240
+ sideOffset = _ref$sideOffset === void 0 ? 4 : _ref$sideOffset,
5241
+ props = _objectWithoutPropertiesLoose(_ref, _excluded);
5242
+ return React.createElement(TooltipPrimitive.Content, _extends({
5243
+ ref: ref,
5244
+ sideOffset: sideOffset,
5245
+ className: classNames('background-color-tooltip font-color-tooltip font-size-xs z-index-popover overflow-hidden br-sm p-h-sm p-v-xs shadow-sm', className)
5246
+ }, props));
5247
+ });
5248
+ TooltipContent.displayName = TooltipPrimitive.Content.displayName;
5249
+
5230
5250
  var useWindowSize = function useWindowSize() {
5231
5251
  var _React$useContext = React__default.useContext(ResponsiveContext),
5232
5252
  innerWidth = _React$useContext.innerWidth,
@@ -5326,5 +5346,5 @@ var useTheme = function useTheme() {
5326
5346
  return context;
5327
5347
  };
5328
5348
 
5329
- export { Alert, Badge, Box, Button, Card, CardBaseComponent, Checkbox, CheckboxInput, Collapsible, CollapsibleContent, CollapsibleTrigger, DateInput, DatePicker, Details, DetailsBaseComponent, DetailsSummary, Drawer, DrawerCloseButton, DrawerContent, DrawerHeader, DrawerProvider, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, FormControl, FormLabel, FormikCheckboxInput, FormikRadioGroup, FormikSelectInput, FormikSelectInputInset, FormikSelectInputNative, FormikTextInput, FormikTextInputInset, FormikTextareaInput, FormikTextareaInputInset, FormikTimePicker, FormikTimePickerNative, FormikToggle, Heading, Icon, Modal, ModalBaseComponent, Pagination, Popover, RadioGroup, RangeInput, ResponsiveContext, ResponsiveProvider, SelectInput, SelectInputInset, SelectInputNative, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupLabel, SidebarHeader, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarTrigger, Spinner, Table, TextInput, TextInputInset, TextareaInput, TextareaInputInset, ThemeProvider, ThemeProviderContext, TimePicker, TimePickerNative, ToastContainer, Toggle, boxPropsKeys, createRectRef, toast, useBreakpoint, useDrawer, useIsMobile, useIsomorphicLayoutEffect, useOpenClose, useSidebar, useTheme, useToasts, useWindowSize };
5349
+ export { Alert, Badge, Box, Button, Card, CardBaseComponent, Checkbox, CheckboxInput, Collapsible, CollapsibleContent, CollapsibleTrigger, DateInput, DatePicker, Details, DetailsBaseComponent, DetailsSummary, Drawer, DrawerCloseButton, DrawerContent, DrawerHeader, DrawerProvider, DrawerTitle, DrawerTrigger, DropdownMenu, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, FormControl, FormLabel, FormikCheckboxInput, FormikRadioGroup, FormikSelectInput, FormikSelectInputInset, FormikSelectInputNative, FormikTextInput, FormikTextInputInset, FormikTextareaInput, FormikTextareaInputInset, FormikTimePicker, FormikTimePickerNative, FormikToggle, Heading, Icon, Modal, ModalBaseComponent, Pagination, Popover, RadioGroup, RangeInput, ResponsiveContext, ResponsiveProvider, SelectInput, SelectInputInset, SelectInputNative, Sidebar, SidebarContent, SidebarFooter, SidebarGroup, SidebarGroupLabel, SidebarHeader, SidebarInset, SidebarMenu, SidebarMenuAction, SidebarMenuBadge, SidebarMenuButton, SidebarMenuItem, SidebarMenuSub, SidebarMenuSubButton, SidebarMenuSubItem, SidebarProvider, SidebarRail, SidebarTrigger, Spinner, Table, TextInput, TextInputInset, TextareaInput, TextareaInputInset, ThemeProvider, ThemeProviderContext, TimePicker, TimePickerNative, ToastContainer, Toggle, Tooltip, TooltipContent, TooltipPortal, TooltipProvider, TooltipTrigger, boxPropsKeys, createRectRef, toast, useBreakpoint, useDrawer, useIsMobile, useIsomorphicLayoutEffect, useOpenClose, useSidebar, useTheme, useToasts, useWindowSize };
5330
5350
  //# sourceMappingURL=hyphen-components.esm.js.map