@hyphen/hyphen-components 4.6.0 → 4.7.0

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,7 +612,7 @@ 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 _excluded$K = ["className", "message", "variant", "size"];
615
616
  var Badge = function Badge(_ref) {
616
617
  var _classNames;
617
618
  var _ref$className = _ref.className,
@@ -622,7 +623,7 @@ 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
  });
@@ -728,7 +729,7 @@ var Spinner = function Spinner(_ref) {
728
729
 
729
730
  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
731
 
731
- var _excluded$I = ["asChild", "children", "className", "fullWidth", "iconPrefix", "iconSuffix", "isDisabled", "isLoading", "onClick", "onBlur", "onFocus", "shadow", "size", "type", "variant"];
732
+ var _excluded$J = ["asChild", "children", "className", "fullWidth", "iconPrefix", "iconSuffix", "isDisabled", "isLoading", "onClick", "onBlur", "onFocus", "shadow", "size", "type", "variant"];
732
733
  var Button = /*#__PURE__*/forwardRef(function (_ref, ref) {
733
734
  var _classNames;
734
735
  var asChild = _ref.asChild,
@@ -749,7 +750,7 @@ var Button = /*#__PURE__*/forwardRef(function (_ref, ref) {
749
750
  type = _ref$type === void 0 ? 'button' : _ref$type,
750
751
  _ref$variant = _ref.variant,
751
752
  variant = _ref$variant === void 0 ? 'primary' : _ref$variant,
752
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$I);
753
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$J);
753
754
  var disabled = isLoading || isDisabled;
754
755
  var responsiveClasses = generateResponsiveClasses('size', size).map(function (c) {
755
756
  return styles$t[c];
@@ -792,7 +793,7 @@ var Button = /*#__PURE__*/forwardRef(function (_ref, ref) {
792
793
  });
793
794
  Button.displayName = 'Button';
794
795
 
795
- var _excluded$H = ["background", "borderColor", "borderWidth", "children", "display", "padding"];
796
+ var _excluded$I = ["background", "borderColor", "borderWidth", "children", "display", "padding"];
796
797
  var CardFooter = function CardFooter(_ref) {
797
798
  var _ref$background = _ref.background,
798
799
  background = _ref$background === void 0 ? 'secondary' : _ref$background,
@@ -806,7 +807,7 @@ var CardFooter = function CardFooter(_ref) {
806
807
  display = _ref$display === void 0 ? 'block' : _ref$display,
807
808
  _ref$padding = _ref.padding,
808
809
  padding = _ref$padding === void 0 ? '2xl' : _ref$padding,
809
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$H);
810
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$I);
810
811
  return React__default.createElement(Box, _extends({
811
812
  display: display,
812
813
  padding: padding,
@@ -827,7 +828,7 @@ var HEADING_DEFAULT_SIZE_MAP = {
827
828
 
828
829
  var styles$s = {"heading":"Heading-module_heading__zKyv7"};
829
830
 
830
- var _excluded$G = ["as", "children", "className", "color", "size"];
831
+ var _excluded$H = ["as", "children", "className", "color", "size"];
831
832
  var Heading = function Heading(_ref) {
832
833
  var _classNames;
833
834
  var _ref$as = _ref.as,
@@ -836,7 +837,7 @@ var Heading = function Heading(_ref) {
836
837
  className = _ref.className,
837
838
  color = _ref.color,
838
839
  size = _ref.size,
839
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$G);
840
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$H);
840
841
  var element = getElementType(Heading, {
841
842
  as: as
842
843
  });
@@ -847,12 +848,12 @@ var Heading = function Heading(_ref) {
847
848
  }, restProps), children);
848
849
  };
849
850
 
850
- var _excluded$F = ["children", "title", "description"];
851
+ var _excluded$G = ["children", "title", "description"];
851
852
  var CardHeader = function CardHeader(_ref) {
852
853
  var children = _ref.children,
853
854
  title = _ref.title,
854
855
  description = _ref.description,
855
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$F);
856
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$G);
856
857
  return React__default.createElement(Box, _extends({
857
858
  padding: "2xl",
858
859
  direction: "row",
@@ -875,7 +876,7 @@ var CardHeader = function CardHeader(_ref) {
875
876
 
876
877
  var styles$r = {"card-section-border":"Card-module_card-section-border__OefDX"};
877
878
 
878
- var _excluded$E = ["background", "borderColor", "borderWidth", "children", "childGap", "gap", "className", "display", "padding", "subdued", "title"];
879
+ var _excluded$F = ["background", "borderColor", "borderWidth", "children", "childGap", "gap", "className", "display", "padding", "subdued", "title"];
879
880
  var CardSection = function CardSection(_ref) {
880
881
  var _classNames;
881
882
  var _ref$background = _ref.background,
@@ -900,7 +901,7 @@ var CardSection = function CardSection(_ref) {
900
901
  subdued = _ref$subdued === void 0 ? undefined : _ref$subdued,
901
902
  _ref$title = _ref.title,
902
903
  title = _ref$title === void 0 ? undefined : _ref$title,
903
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$E);
904
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$F);
904
905
  var renderTitle = typeof title === 'string' ? React__default.createElement(Box, {
905
906
  className: "m-bottom-md"
906
907
  }, React__default.createElement(Box, {
@@ -923,7 +924,7 @@ var CardSection = function CardSection(_ref) {
923
924
  }, children));
924
925
  };
925
926
 
926
- var _excluded$D = ["children", "subdued", "overflow", "display", "width"];
927
+ var _excluded$E = ["children", "subdued", "overflow", "display", "width"];
927
928
  var CardBaseComponent = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
928
929
  var children = _ref.children,
929
930
  subdued = _ref.subdued,
@@ -933,7 +934,7 @@ var CardBaseComponent = /*#__PURE__*/React__default.forwardRef(function (_ref, r
933
934
  display = _ref$display === void 0 ? 'block' : _ref$display,
934
935
  _ref$width = _ref.width,
935
936
  width = _ref$width === void 0 ? '100' : _ref$width,
936
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$D);
937
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$E);
937
938
  return React__default.createElement(Box, _extends({
938
939
  background: subdued ? 'secondary' : 'primary',
939
940
  borderWidth: "sm",
@@ -956,7 +957,7 @@ var Card = /*#__PURE__*/function () {
956
957
  return Card;
957
958
  }();
958
959
 
959
- var _excluded$C = ["className", "error", "isChecked", "isDisabled", "isIndeterminate"];
960
+ var _excluded$D = ["className", "error", "isChecked", "isDisabled", "isIndeterminate"];
960
961
  var CheckboxIcon = function CheckboxIcon(_ref) {
961
962
  var _ref$className = _ref.className,
962
963
  className = _ref$className === void 0 ? undefined : _ref$className,
@@ -968,7 +969,7 @@ var CheckboxIcon = function CheckboxIcon(_ref) {
968
969
  isDisabled = _ref$isDisabled === void 0 ? false : _ref$isDisabled,
969
970
  _ref$isIndeterminate = _ref.isIndeterminate,
970
971
  isIndeterminate = _ref$isIndeterminate === void 0 ? false : _ref$isIndeterminate,
971
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$C);
972
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$D);
972
973
  var color = 'base';
973
974
  var name = 'checkbox-btn';
974
975
  if (isChecked) name = 'checkbox-btn-checked';else name = 'checkbox-btn';
@@ -993,7 +994,7 @@ var CheckboxIcon = function CheckboxIcon(_ref) {
993
994
 
994
995
  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
996
 
996
- var _excluded$B = ["className", "display", "id", "isChecked", "label", "labelledby", "onChange", "error", "isDisabled", "isHidden", "isIndeterminate", "isRequired", "onBlur", "onFocus", "size", "value"];
997
+ var _excluded$C = ["className", "display", "id", "isChecked", "label", "labelledby", "onChange", "error", "isDisabled", "isHidden", "isIndeterminate", "isRequired", "onBlur", "onFocus", "size", "value"];
997
998
  var Checkbox = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
998
999
  var _ref2;
999
1000
  var _ref$className = _ref.className,
@@ -1023,7 +1024,7 @@ var Checkbox = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
1023
1024
  size = _ref$size === void 0 ? 'md' : _ref$size,
1024
1025
  _ref$value = _ref.value,
1025
1026
  value = _ref$value === void 0 ? undefined : _ref$value,
1026
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$B);
1027
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$C);
1027
1028
  var inputRef = React__default.useRef(null);
1028
1029
  React__default.useEffect(function () {
1029
1030
  if (inputRef != null && inputRef.current) {
@@ -1112,7 +1113,7 @@ var HelpText = /*#__PURE__*/forwardRef(function (_ref, ref) {
1112
1113
  }, children);
1113
1114
  });
1114
1115
 
1115
- var _excluded$A = ["children", "inputId", "className", "display", "helpText", "isDisabled", "isFieldRequired", "isRadioInputLabel", "requiredIndicator", "margin", "padding"];
1116
+ var _excluded$B = ["children", "inputId", "className", "display", "helpText", "isDisabled", "isFieldRequired", "isRadioInputLabel", "requiredIndicator", "margin", "padding"];
1116
1117
  var FormLabel = function FormLabel(_ref) {
1117
1118
  var _classNames;
1118
1119
  var children = _ref.children,
@@ -1134,7 +1135,7 @@ var FormLabel = function FormLabel(_ref) {
1134
1135
  margin = _ref$margin === void 0 ? '0' : _ref$margin,
1135
1136
  _ref$padding = _ref.padding,
1136
1137
  padding = _ref$padding === void 0 ? '0' : _ref$padding,
1137
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$A);
1138
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$B);
1138
1139
  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
1140
  return React__default.createElement(Box, _extends({
1140
1141
  as: "label",
@@ -1147,7 +1148,7 @@ var FormLabel = function FormLabel(_ref) {
1147
1148
  }, restProps), children, isFieldRequired && requiredIndicator && React__default.createElement("span", null, requiredIndicator), helpText && React__default.createElement(HelpText, null, helpText));
1148
1149
  };
1149
1150
 
1150
- var _excluded$z = ["id", "isChecked", "label", "onChange", "className", "error", "hideLabel", "helpText", "isDisabled", "isIndeterminate", "isRequired", "onBlur", "onFocus", "requiredIndicator", "size"];
1151
+ var _excluded$A = ["id", "isChecked", "label", "onChange", "className", "error", "hideLabel", "helpText", "isDisabled", "isIndeterminate", "isRequired", "onBlur", "onFocus", "requiredIndicator", "size"];
1151
1152
  var labelMarginSizeMap = {
1152
1153
  sm: '2xs 0 0 0',
1153
1154
  md: 'xs 0 0 0',
@@ -1192,7 +1193,7 @@ var CheckboxInput = function CheckboxInput(_ref2) {
1192
1193
  requiredIndicator = _ref2$requiredIndicat === void 0 ? ' *' : _ref2$requiredIndicat,
1193
1194
  _ref2$size = _ref2.size,
1194
1195
  size = _ref2$size === void 0 ? 'md' : _ref2$size,
1195
- restProps = _objectWithoutPropertiesLoose(_ref2, _excluded$z);
1196
+ restProps = _objectWithoutPropertiesLoose(_ref2, _excluded$A);
1196
1197
  var handleBlur = function handleBlur(event) {
1197
1198
  if (onBlur) onBlur(event);
1198
1199
  };
@@ -1240,7 +1241,7 @@ var CollapsibleContent = CollapsiblePrimitive.CollapsibleContent;
1240
1241
 
1241
1242
  var styles$m = {};
1242
1243
 
1243
- var _excluded$y = ["children", "dayClassName", "maxDate", "minDate", "monthsShown", "openToDate", "startDate", "selected", "selectsRange", "showTwoColumnMonthYearPicker", "showFullMonthYearPicker", "showMonthYearPicker", "className", "formatWeekDay"];
1244
+ var _excluded$z = ["children", "dayClassName", "maxDate", "minDate", "monthsShown", "openToDate", "startDate", "selected", "selectsRange", "showTwoColumnMonthYearPicker", "showFullMonthYearPicker", "showMonthYearPicker", "className", "formatWeekDay"];
1244
1245
  var DatePicker = function DatePicker(_ref) {
1245
1246
  var _ref$children = _ref.children,
1246
1247
  children = _ref$children === void 0 ? null : _ref$children,
@@ -1272,7 +1273,7 @@ var DatePicker = function DatePicker(_ref) {
1272
1273
  formatWeekDay = _ref$formatWeekDay === void 0 ? function (formattedDate) {
1273
1274
  return formattedDate[0];
1274
1275
  } : _ref$formatWeekDay,
1275
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$y);
1276
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$z);
1276
1277
  var datePickerClasses = classNames(styles$m['react-datepicker'], className);
1277
1278
  return React__default.createElement(ReactDatePicker, _extends({
1278
1279
  inline: true,
@@ -1292,7 +1293,7 @@ var DatePicker = function DatePicker(_ref) {
1292
1293
  }, restProps), children);
1293
1294
  };
1294
1295
 
1295
- var _excluded$x = ["label", "hideLabel", "children", "error", "id", "isRequired", "helpText", "isDisabled", "requiredIndicator", "width"];
1296
+ var _excluded$y = ["label", "hideLabel", "children", "error", "id", "isRequired", "helpText", "isDisabled", "requiredIndicator", "width"];
1296
1297
  var FormControl = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
1297
1298
  var label = _ref.label,
1298
1299
  hideLabel = _ref.hideLabel,
@@ -1305,7 +1306,7 @@ var FormControl = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
1305
1306
  requiredIndicator = _ref.requiredIndicator,
1306
1307
  _ref$width = _ref.width,
1307
1308
  width = _ref$width === void 0 ? '100' : _ref$width,
1308
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$x);
1309
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$y);
1309
1310
  var labelProps = {
1310
1311
  inputId: id,
1311
1312
  helpText: helpText,
@@ -1333,7 +1334,7 @@ function getAutoCompleteValue(value) {
1333
1334
 
1334
1335
  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
1336
 
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"];
1337
+ 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
1338
  var TextInput = /*#__PURE__*/forwardRef(function (_ref, ref) {
1338
1339
  var _ref2;
1339
1340
  var id = _ref.id,
@@ -1377,7 +1378,7 @@ var TextInput = /*#__PURE__*/forwardRef(function (_ref, ref) {
1377
1378
  size = _ref$size === void 0 ? 'md' : _ref$size,
1378
1379
  _ref$type = _ref.type,
1379
1380
  type = _ref$type === void 0 ? 'text' : _ref$type,
1380
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$w);
1381
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$x);
1381
1382
  var responsiveClasses = generateResponsiveClasses('size', size);
1382
1383
  var inputWrapperClasses = classNames.apply(void 0, ['hyphen-components__variables__form-control', styles$l['text-input-wrapper']].concat(responsiveClasses.map(function (c) {
1383
1384
  return styles$l[c];
@@ -1529,7 +1530,7 @@ var BREAKPOINTS = /*#__PURE__*/[].concat(Object.entries(designTokens.size.breakp
1529
1530
  var Z_INDEX_VALUES = designTokens.size['z-index'];
1530
1531
  // export const BOX_SHADOW_VALUES = designTokens.size['box-shadow'];
1531
1532
 
1532
- var _excluded$v = ["className", "isOpen", "children", "content", "arrowColor", "contentContainerProps", "hasArrow", "offsetFromTarget", "onClickOutside", "placement", "withPortal", "portalTarget", "trapFocus"];
1533
+ var _excluded$w = ["className", "isOpen", "children", "content", "arrowColor", "contentContainerProps", "hasArrow", "offsetFromTarget", "onClickOutside", "placement", "withPortal", "portalTarget", "trapFocus"];
1533
1534
  var contentContainerDefaults = {
1534
1535
  background: 'primary',
1535
1536
  padding: 'sm',
@@ -1558,7 +1559,7 @@ var Popover = function Popover(_ref) {
1558
1559
  portalTarget = _ref.portalTarget,
1559
1560
  _ref$trapFocus = _ref.trapFocus,
1560
1561
  trapFocus = _ref$trapFocus === void 0 ? false : _ref$trapFocus,
1561
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$v);
1562
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$w);
1562
1563
  var triggerRef = useRef(null);
1563
1564
  var popperRef = useRef(null);
1564
1565
  var _useState = useState(null),
@@ -1664,7 +1665,7 @@ var Popover = function Popover(_ref) {
1664
1665
  withPortal && portalTarget ? createPortal(renderPopperContent(), portalTarget) : renderPopperContent()));
1665
1666
  };
1666
1667
 
1667
- var _excluded$u = ["datePickerProps", "textInputProps", "dateFormat", "dateOptions", "popoverProps"];
1668
+ var _excluded$v = ["datePickerProps", "textInputProps", "dateFormat", "dateOptions", "popoverProps"];
1668
1669
  var defaultDatePickerProps = {
1669
1670
  selected: null,
1670
1671
  selectsRange: false
@@ -1684,7 +1685,7 @@ var DateInput = function DateInput(_ref) {
1684
1685
  dateOptions = _ref$dateOptions === void 0 ? undefined : _ref$dateOptions,
1685
1686
  _ref$popoverProps = _ref.popoverProps,
1686
1687
  popoverProps = _ref$popoverProps === void 0 ? _extends({}, defaultPopoverProps) : _ref$popoverProps,
1687
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$u);
1688
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$v);
1688
1689
  var mergedDatePickerProps = _extends({}, defaultDatePickerProps, datePickerProps);
1689
1690
  var mergedPopoverProps = _extends({}, defaultPopoverProps, popoverProps);
1690
1691
  var mergedTextInputProps = _extends({}, defaultTextInputProps, textInputProps);
@@ -1761,14 +1762,14 @@ var DateInput = function DateInput(_ref) {
1761
1762
  var ENTER = 13;
1762
1763
  var SPACE = 32;
1763
1764
 
1764
- var _excluded$t = ["children", "display", "isDetailsOpen", "onToggle"];
1765
+ var _excluded$u = ["children", "display", "isDetailsOpen", "onToggle"];
1765
1766
  var DetailsSummary = function DetailsSummary(_ref) {
1766
1767
  var children = _ref.children,
1767
1768
  _ref$display = _ref.display,
1768
1769
  display = _ref$display === void 0 ? 'block' : _ref$display,
1769
1770
  isDetailsOpen = _ref.isDetailsOpen,
1770
1771
  onToggle = _ref.onToggle,
1771
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$t);
1772
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$u);
1772
1773
  var handleClick = function handleClick(event) {
1773
1774
  // Needed to avoid default `details` behavior on a click event and keep this as controlled component.
1774
1775
  event.preventDefault();
@@ -1806,14 +1807,14 @@ var DetailsSummary = function DetailsSummary(_ref) {
1806
1807
 
1807
1808
  var styles$j = {"details-reset":"Details-module_details-reset__HWtSD"};
1808
1809
 
1809
- var _excluded$s = ["children", "className", "display", "isOpen"];
1810
+ var _excluded$t = ["children", "className", "display", "isOpen"];
1810
1811
  var DetailsBaseComponent = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
1811
1812
  var children = _ref.children,
1812
1813
  className = _ref.className,
1813
1814
  _ref$display = _ref.display,
1814
1815
  display = _ref$display === void 0 ? 'block' : _ref$display,
1815
1816
  isOpen = _ref.isOpen,
1816
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$s);
1817
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$t);
1817
1818
  var detailsClasses = classNames(className, styles$j['details-reset'], styles$j.details);
1818
1819
  return React__default.createElement(Box, _extends({
1819
1820
  as: "details",
@@ -1833,7 +1834,7 @@ var Details = /*#__PURE__*/function () {
1833
1834
 
1834
1835
  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
1836
 
1836
- var _excluded$r = ["defaultIsOpen", "open", "onOpenChange", "className", "children"],
1837
+ var _excluded$s = ["defaultIsOpen", "open", "onOpenChange", "className", "children"],
1837
1838
  _excluded2$2 = ["asChild", "onClick"],
1838
1839
  _excluded3$2 = ["className"],
1839
1840
  _excluded4$2 = ["className", "onClick", "onClose"],
@@ -1853,7 +1854,7 @@ var DrawerProvider = /*#__PURE__*/forwardRef(function (_ref, ref) {
1853
1854
  setOpenProp = _ref.onOpenChange,
1854
1855
  className = _ref.className,
1855
1856
  children = _ref.children,
1856
- props = _objectWithoutPropertiesLoose(_ref, _excluded$r);
1857
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$s);
1857
1858
  var _useState = useState(openProp != null ? openProp : defaultIsOpen),
1858
1859
  _open = _useState[0],
1859
1860
  _setOpen = _useState[1];
@@ -2077,7 +2078,7 @@ var DrawerContent = /*#__PURE__*/React__default.forwardRef(function (_ref7, ref)
2077
2078
  }, props));
2078
2079
  });
2079
2080
 
2080
- var _excluded$q = ["className", "inset"],
2081
+ var _excluded$r = ["className", "inset"],
2081
2082
  _excluded2$1 = ["className", "sideOffset"],
2082
2083
  _excluded3$1 = ["className", "inset"],
2083
2084
  _excluded4$1 = ["className"],
@@ -2093,7 +2094,7 @@ var DropdownMenuRadioGroup = DropdownMenuPrimitive.RadioGroup;
2093
2094
  var DropdownMenuItem = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
2094
2095
  var className = _ref.className,
2095
2096
  inset = _ref.inset,
2096
- props = _objectWithoutPropertiesLoose(_ref, _excluded$q);
2097
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$r);
2097
2098
  return React__default.createElement(DropdownMenuPrimitive.Item, _extends({
2098
2099
  ref: ref,
2099
2100
  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 +2174,7 @@ var DropdownMenuSubContent = /*#__PURE__*/React__default.forwardRef(function (_r
2173
2174
  });
2174
2175
  DropdownMenuSubContent.displayName = DropdownMenuPrimitive.SubContent.displayName;
2175
2176
 
2176
- var _excluded$p = ["field", "form", "onChange", "id", "label"];
2177
+ var _excluded$q = ["field", "form", "onChange", "id", "label"];
2177
2178
  var FormikCheckboxInput = function FormikCheckboxInput(_ref) {
2178
2179
  var _ref$field = _ref.field,
2179
2180
  name = _ref$field.name,
@@ -2186,7 +2187,7 @@ var FormikCheckboxInput = function FormikCheckboxInput(_ref) {
2186
2187
  onChange = _ref.onChange,
2187
2188
  id = _ref.id,
2188
2189
  label = _ref.label,
2189
- props = _objectWithoutPropertiesLoose(_ref, _excluded$p);
2190
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$q);
2190
2191
  return React__default.createElement(CheckboxInput, _extends({}, props, {
2191
2192
  id: id,
2192
2193
  label: label,
@@ -2197,7 +2198,7 @@ var FormikCheckboxInput = function FormikCheckboxInput(_ref) {
2197
2198
  }));
2198
2199
  };
2199
2200
 
2200
- var _excluded$o = ["className", "isSelected", "isDisabled", "error"];
2201
+ var _excluded$p = ["className", "isSelected", "isDisabled", "error"];
2201
2202
  var RadioInputIcon = function RadioInputIcon(_ref) {
2202
2203
  var _ref$className = _ref.className,
2203
2204
  className = _ref$className === void 0 ? undefined : _ref$className,
@@ -2207,7 +2208,7 @@ var RadioInputIcon = function RadioInputIcon(_ref) {
2207
2208
  isDisabled = _ref$isDisabled === void 0 ? false : _ref$isDisabled,
2208
2209
  _ref$error = _ref.error,
2209
2210
  error = _ref$error === void 0 ? null : _ref$error,
2210
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$o);
2211
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$p);
2211
2212
  var color = 'secondary';
2212
2213
  var name = 'radio-btn-unchecked';
2213
2214
  if (isSelected && isDisabled) {
@@ -2300,7 +2301,7 @@ var RadioInput = /*#__PURE__*/React__default.forwardRef(function (_ref, ref) {
2300
2301
 
2301
2302
  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
2303
 
2303
- var _excluded$n = ["name", "onChange", "options", "className", "description", "direction", "error", "isDisabled", "isRequired", "onBlur", "onFocus", "requiredIndicator", "size", "title", "value"];
2304
+ var _excluded$o = ["name", "onChange", "options", "className", "description", "direction", "error", "isDisabled", "isRequired", "onBlur", "onFocus", "requiredIndicator", "size", "title", "value"];
2304
2305
  var RadioGroup = function RadioGroup(_ref) {
2305
2306
  var _classNames;
2306
2307
  var name = _ref.name,
@@ -2330,7 +2331,7 @@ var RadioGroup = function RadioGroup(_ref) {
2330
2331
  title = _ref$title === void 0 ? undefined : _ref$title,
2331
2332
  _ref$value = _ref.value,
2332
2333
  value = _ref$value === void 0 ? undefined : _ref$value,
2333
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$n);
2334
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$o);
2334
2335
  var groupClasses = classNames('hyphen-components__variables__form-control', className, (_classNames = {}, _classNames[styles$g.loading] = error, _classNames));
2335
2336
  return React__default.createElement("div", _extends({
2336
2337
  className: classNames(styles$g['radio-group'], groupClasses)
@@ -2360,7 +2361,7 @@ var RadioGroup = function RadioGroup(_ref) {
2360
2361
  }))), error && typeof error !== 'boolean' && React__default.createElement(InputValidationMessage, null, error));
2361
2362
  };
2362
2363
 
2363
- var _excluded$m = ["field", "form", "onChange", "options"];
2364
+ var _excluded$n = ["field", "form", "onChange", "options"];
2364
2365
  var FormikRadioGroup = function FormikRadioGroup(_ref) {
2365
2366
  var _ref$field = _ref.field,
2366
2367
  name = _ref$field.name,
@@ -2372,7 +2373,7 @@ var FormikRadioGroup = function FormikRadioGroup(_ref) {
2372
2373
  errors = _ref$form.errors,
2373
2374
  onChange = _ref.onChange,
2374
2375
  options = _ref.options,
2375
- props = _objectWithoutPropertiesLoose(_ref, _excluded$m);
2376
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$n);
2376
2377
  return React__default.createElement(RadioGroup, _extends({}, props, {
2377
2378
  options: options,
2378
2379
  name: name,
@@ -2385,7 +2386,7 @@ var FormikRadioGroup = function FormikRadioGroup(_ref) {
2385
2386
 
2386
2387
  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
2388
 
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"];
2389
+ 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
2390
  function SelectInput(props) {
2390
2391
  var _ref, _classNames;
2391
2392
  var id = props.id,
@@ -2428,7 +2429,7 @@ function SelectInput(props) {
2428
2429
  requiredIndicator = _props$requiredIndica === void 0 ? ' *' : _props$requiredIndica,
2429
2430
  _props$size = props.size,
2430
2431
  size = _props$size === void 0 ? 'md' : _props$size,
2431
- restProps = _objectWithoutPropertiesLoose(props, _excluded$l);
2432
+ restProps = _objectWithoutPropertiesLoose(props, _excluded$m);
2432
2433
  var handleChange = function handleChange(values) {
2433
2434
  var simulatedEventPayloadType = {
2434
2435
  target: {
@@ -2501,7 +2502,7 @@ function SelectInput(props) {
2501
2502
  })), error && typeof error !== 'boolean' && React__default.createElement(InputValidationMessage, null, error));
2502
2503
  }
2503
2504
 
2504
- var _excluded$k = ["field", "form", "onChange", "id", "label", "options", "error"];
2505
+ var _excluded$l = ["field", "form", "onChange", "id", "label", "options", "error"];
2505
2506
  var FormikSelectInput = function FormikSelectInput(_ref) {
2506
2507
  var _ref$field = _ref.field,
2507
2508
  name = _ref$field.name,
@@ -2516,7 +2517,7 @@ var FormikSelectInput = function FormikSelectInput(_ref) {
2516
2517
  label = _ref.label,
2517
2518
  options = _ref.options,
2518
2519
  errorProp = _ref.error,
2519
- props = _objectWithoutPropertiesLoose(_ref, _excluded$k);
2520
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$l);
2520
2521
  var errorMessage;
2521
2522
  var error = errorProp != null ? errorProp : getIn(touched, name) && getIn(errors, name);
2522
2523
  if (typeof error === 'string') {
@@ -2644,7 +2645,7 @@ var SelectInputInset = /*#__PURE__*/forwardRef(function (_ref, ref) {
2644
2645
  }, 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
2646
  });
2646
2647
 
2647
- var _excluded$j = ["field", "form", "onChange", "id", "label", "options"];
2648
+ var _excluded$k = ["field", "form", "onChange", "id", "label", "options"];
2648
2649
  var FormikSelectInputInset = function FormikSelectInputInset(_ref) {
2649
2650
  var _ref$field = _ref.field,
2650
2651
  name = _ref$field.name,
@@ -2658,7 +2659,7 @@ var FormikSelectInputInset = function FormikSelectInputInset(_ref) {
2658
2659
  id = _ref.id,
2659
2660
  label = _ref.label,
2660
2661
  options = _ref.options,
2661
- props = _objectWithoutPropertiesLoose(_ref, _excluded$j);
2662
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$k);
2662
2663
  return React__default.createElement(SelectInputInset, _extends({}, props, {
2663
2664
  id: id,
2664
2665
  label: label,
@@ -2756,7 +2757,7 @@ var TextareaInputInset = /*#__PURE__*/forwardRef(function (_ref, ref) {
2756
2757
  }, 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
2758
  });
2758
2759
 
2759
- var _excluded$i = ["field", "form", "onChange", "id", "label"];
2760
+ var _excluded$j = ["field", "form", "onChange", "id", "label"];
2760
2761
  var FormikTextareaInputInset = function FormikTextareaInputInset(_ref) {
2761
2762
  var _ref$field = _ref.field,
2762
2763
  name = _ref$field.name,
@@ -2769,7 +2770,7 @@ var FormikTextareaInputInset = function FormikTextareaInputInset(_ref) {
2769
2770
  onChange = _ref.onChange,
2770
2771
  id = _ref.id,
2771
2772
  label = _ref.label,
2772
- props = _objectWithoutPropertiesLoose(_ref, _excluded$i);
2773
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$j);
2773
2774
  return React__default.createElement(TextareaInputInset, _extends({}, props, {
2774
2775
  id: id,
2775
2776
  label: label,
@@ -2896,7 +2897,7 @@ var TextInputInset = /*#__PURE__*/forwardRef(function (_ref, ref) {
2896
2897
  }, suffix)), helpText && React__default.createElement(HelpText, null, helpText), error && error !== true && React__default.createElement(InputValidationMessage, null, error));
2897
2898
  });
2898
2899
 
2899
- var _excluded$h = ["field", "form", "onChange", "id", "label"];
2900
+ var _excluded$i = ["field", "form", "onChange", "id", "label"];
2900
2901
  var FormikTextInputInset = function FormikTextInputInset(_ref) {
2901
2902
  var _ref$field = _ref.field,
2902
2903
  name = _ref$field.name,
@@ -2909,7 +2910,7 @@ var FormikTextInputInset = function FormikTextInputInset(_ref) {
2909
2910
  onChange = _ref.onChange,
2910
2911
  id = _ref.id,
2911
2912
  label = _ref.label,
2912
- props = _objectWithoutPropertiesLoose(_ref, _excluded$h);
2913
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$i);
2913
2914
  return React__default.createElement(TextInputInset, _extends({}, props, {
2914
2915
  id: id,
2915
2916
  label: label,
@@ -2923,7 +2924,7 @@ var FormikTextInputInset = function FormikTextInputInset(_ref) {
2923
2924
 
2924
2925
  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
2926
 
2926
- var _excluded$g = ["autoFocus", "label", "hideLabel", "helpText", "error", "id", "isDisabled", "isRequired", "name", "value", "options", "onChange", "placeholder", "requiredIndicator", "size"];
2927
+ var _excluded$h = ["autoFocus", "label", "hideLabel", "helpText", "error", "id", "isDisabled", "isRequired", "name", "value", "options", "onChange", "placeholder", "requiredIndicator", "size"];
2927
2928
  var SelectInputNative = function SelectInputNative(_ref) {
2928
2929
  var _ref2;
2929
2930
  var _ref$autoFocus = _ref.autoFocus,
@@ -2945,7 +2946,7 @@ var SelectInputNative = function SelectInputNative(_ref) {
2945
2946
  requiredIndicator = _ref$requiredIndicato === void 0 ? ' *' : _ref$requiredIndicato,
2946
2947
  _ref$size = _ref.size,
2947
2948
  size = _ref$size === void 0 ? 'md' : _ref$size,
2948
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$g);
2949
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$h);
2949
2950
  var placeholderOption = {
2950
2951
  value: '',
2951
2952
  label: placeholder
@@ -2991,7 +2992,7 @@ var SelectInputNative = function SelectInputNative(_ref) {
2991
2992
  }))));
2992
2993
  };
2993
2994
 
2994
- var _excluded$f = ["field", "form", "onChange", "options", "id", "label"];
2995
+ var _excluded$g = ["field", "form", "onChange", "options", "id", "label"];
2995
2996
  var FormikSelectInputNative = function FormikSelectInputNative(_ref) {
2996
2997
  var _ref$field = _ref.field,
2997
2998
  name = _ref$field.name,
@@ -3005,7 +3006,7 @@ var FormikSelectInputNative = function FormikSelectInputNative(_ref) {
3005
3006
  options = _ref.options,
3006
3007
  id = _ref.id,
3007
3008
  label = _ref.label,
3008
- props = _objectWithoutPropertiesLoose(_ref, _excluded$f);
3009
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$g);
3009
3010
  return React__default.createElement(SelectInputNative, _extends({}, props, {
3010
3011
  options: options,
3011
3012
  id: id,
@@ -3018,7 +3019,7 @@ var FormikSelectInputNative = function FormikSelectInputNative(_ref) {
3018
3019
  }));
3019
3020
  };
3020
3021
 
3021
- var _excluded$e = ["field", "form", "onChange", "id", "label"];
3022
+ var _excluded$f = ["field", "form", "onChange", "id", "label"];
3022
3023
  var FormikTextInput = function FormikTextInput(_ref) {
3023
3024
  var _ref$field = _ref.field,
3024
3025
  name = _ref$field.name,
@@ -3031,7 +3032,7 @@ var FormikTextInput = function FormikTextInput(_ref) {
3031
3032
  onChange = _ref.onChange,
3032
3033
  id = _ref.id,
3033
3034
  label = _ref.label,
3034
- props = _objectWithoutPropertiesLoose(_ref, _excluded$e);
3035
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$f);
3035
3036
  return React__default.createElement(TextInput, _extends({}, props, {
3036
3037
  id: id,
3037
3038
  label: label,
@@ -3045,7 +3046,7 @@ var FormikTextInput = function FormikTextInput(_ref) {
3045
3046
 
3046
3047
  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
3048
 
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"];
3049
+ 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
3050
  var TextareaInput = function TextareaInput(_ref) {
3050
3051
  var _ref2;
3051
3052
  var id = _ref.id,
@@ -3085,7 +3086,7 @@ var TextareaInput = function TextareaInput(_ref) {
3085
3086
  rows = _ref$rows === void 0 ? 3 : _ref$rows,
3086
3087
  _ref$size = _ref.size,
3087
3088
  size = _ref$size === void 0 ? 'md' : _ref$size,
3088
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$d);
3089
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$e);
3089
3090
  var responsiveClasses = generateResponsiveClasses('size', size);
3090
3091
  var inputWrapperClasses = classNames.apply(void 0, ['hyphen-components__variables__form-control', styles$a['textarea-input-wrapper']].concat(responsiveClasses.map(function (c) {
3091
3092
  return styles$a[c];
@@ -3129,7 +3130,7 @@ var TextareaInput = function TextareaInput(_ref) {
3129
3130
  }, inputProps))), error && error !== true && React__default.createElement(InputValidationMessage, null, error));
3130
3131
  };
3131
3132
 
3132
- var _excluded$c = ["field", "form", "onChange", "id", "label"];
3133
+ var _excluded$d = ["field", "form", "onChange", "id", "label"];
3133
3134
  var FormikTextareaInput = function FormikTextareaInput(_ref) {
3134
3135
  var _ref$field = _ref.field,
3135
3136
  name = _ref$field.name,
@@ -3142,7 +3143,7 @@ var FormikTextareaInput = function FormikTextareaInput(_ref) {
3142
3143
  onChange = _ref.onChange,
3143
3144
  id = _ref.id,
3144
3145
  label = _ref.label,
3145
- props = _objectWithoutPropertiesLoose(_ref, _excluded$c);
3146
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$d);
3146
3147
  return React__default.createElement(TextareaInput, _extends({}, props, {
3147
3148
  id: id,
3148
3149
  label: label,
@@ -3154,7 +3155,7 @@ var FormikTextareaInput = function FormikTextareaInput(_ref) {
3154
3155
  }));
3155
3156
  };
3156
3157
 
3157
- var _excluded$b = ["id", "name", "label", "onChange", "value", "dateDisplayOptions", "endTime", "interval", "locales", "placeholder", "startTime"];
3158
+ var _excluded$c = ["id", "name", "label", "onChange", "value", "dateDisplayOptions", "endTime", "interval", "locales", "placeholder", "startTime"];
3158
3159
  var TimePicker = function TimePicker(_ref) {
3159
3160
  var id = _ref.id,
3160
3161
  name = _ref.name,
@@ -3176,7 +3177,7 @@ var TimePicker = function TimePicker(_ref) {
3176
3177
  placeholder = _ref$placeholder === void 0 ? 'HH:MM' : _ref$placeholder,
3177
3178
  _ref$startTime = _ref.startTime,
3178
3179
  startTime = _ref$startTime === void 0 ? undefined : _ref$startTime,
3179
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$b);
3180
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$c);
3180
3181
  var generateTimes = function generateTimes() {
3181
3182
  var first = new Date();
3182
3183
  first.setHours((startTime == null ? void 0 : startTime.hour) || 0, (startTime == null ? void 0 : startTime.minute) || 0, 0, 0);
@@ -3204,7 +3205,7 @@ var TimePicker = function TimePicker(_ref) {
3204
3205
  }));
3205
3206
  };
3206
3207
 
3207
- var _excluded$a = ["field", "form", "options", "onChange"];
3208
+ var _excluded$b = ["field", "form", "options", "onChange"];
3208
3209
  var FormikTimePicker = function FormikTimePicker(_ref) {
3209
3210
  var _ref$field = _ref.field,
3210
3211
  name = _ref$field.name,
@@ -3216,7 +3217,7 @@ var FormikTimePicker = function FormikTimePicker(_ref) {
3216
3217
  errors = _ref$form.errors,
3217
3218
  options = _ref.options,
3218
3219
  onChange = _ref.onChange,
3219
- props = _objectWithoutPropertiesLoose(_ref, _excluded$a);
3220
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$b);
3220
3221
  return React__default.createElement(TimePicker, _extends({}, props, {
3221
3222
  name: name,
3222
3223
  onBlur: onBlur,
@@ -3227,7 +3228,7 @@ var FormikTimePicker = function FormikTimePicker(_ref) {
3227
3228
  }));
3228
3229
  };
3229
3230
 
3230
- var _excluded$9 = ["id", "name", "label", "onChange", "value", "dateDisplayOptions", "endTime", "interval", "locales", "placeholder", "startTime"];
3231
+ var _excluded$a = ["id", "name", "label", "onChange", "value", "dateDisplayOptions", "endTime", "interval", "locales", "placeholder", "startTime"];
3231
3232
  var TimePickerNative = function TimePickerNative(_ref) {
3232
3233
  var id = _ref.id,
3233
3234
  name = _ref.name,
@@ -3249,7 +3250,7 @@ var TimePickerNative = function TimePickerNative(_ref) {
3249
3250
  placeholder = _ref$placeholder === void 0 ? 'HH:MM' : _ref$placeholder,
3250
3251
  _ref$startTime = _ref.startTime,
3251
3252
  startTime = _ref$startTime === void 0 ? undefined : _ref$startTime,
3252
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$9);
3253
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$a);
3253
3254
  var generateTimes = function generateTimes() {
3254
3255
  var first = new Date();
3255
3256
  first.setHours((startTime == null ? void 0 : startTime.hour) || 0, (startTime == null ? void 0 : startTime.minute) || 0, 0, 0);
@@ -3278,7 +3279,7 @@ var TimePickerNative = function TimePickerNative(_ref) {
3278
3279
  }));
3279
3280
  };
3280
3281
 
3281
- var _excluded$8 = ["field", "form", "onChange"];
3282
+ var _excluded$9 = ["field", "form", "onChange"];
3282
3283
  var FormikTimePickerNative = function FormikTimePickerNative(_ref) {
3283
3284
  var _ref$field = _ref.field,
3284
3285
  name = _ref$field.name,
@@ -3289,7 +3290,7 @@ var FormikTimePickerNative = function FormikTimePickerNative(_ref) {
3289
3290
  touched = _ref$form.touched,
3290
3291
  errors = _ref$form.errors,
3291
3292
  onChange = _ref.onChange,
3292
- props = _objectWithoutPropertiesLoose(_ref, _excluded$8);
3293
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$9);
3293
3294
  return React__default.createElement(TimePickerNative, _extends({}, props, {
3294
3295
  name: name,
3295
3296
  onBlur: onBlur,
@@ -3390,7 +3391,7 @@ var Toggle = function Toggle(_ref) {
3390
3391
  }, helpText)))), error && error !== true && React__default.createElement(InputValidationMessage, null, error));
3391
3392
  };
3392
3393
 
3393
- var _excluded$7 = ["field", "form"];
3394
+ var _excluded$8 = ["field", "form"];
3394
3395
  var FormikToggle = function FormikToggle(_ref) {
3395
3396
  var _ref$field = _ref.field,
3396
3397
  name = _ref$field.name,
@@ -3400,7 +3401,7 @@ var FormikToggle = function FormikToggle(_ref) {
3400
3401
  _ref$form = _ref.form,
3401
3402
  touched = _ref$form.touched,
3402
3403
  errors = _ref$form.errors,
3403
- props = _objectWithoutPropertiesLoose(_ref, _excluded$7);
3404
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$8);
3404
3405
  return React__default.createElement(Toggle, _extends({
3405
3406
  error: getIn(touched, name) && getIn(errors, name),
3406
3407
  isChecked: value,
@@ -3409,7 +3410,7 @@ var FormikToggle = function FormikToggle(_ref) {
3409
3410
  }, props));
3410
3411
  };
3411
3412
 
3412
- var _excluded$6 = ["children", "padding", "direction", "alignItems", "justifyContent", "gap", "style"];
3413
+ var _excluded$7 = ["children", "padding", "direction", "alignItems", "justifyContent", "gap", "style"];
3413
3414
  var ModalFooter = function ModalFooter(_ref) {
3414
3415
  var children = _ref.children,
3415
3416
  padding = _ref.padding,
@@ -3422,7 +3423,7 @@ var ModalFooter = function ModalFooter(_ref) {
3422
3423
  _ref$gap = _ref.gap,
3423
3424
  gap = _ref$gap === void 0 ? 'md' : _ref$gap,
3424
3425
  style = _ref.style,
3425
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$6);
3426
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$7);
3426
3427
  return React__default.createElement(Box, _extends({
3427
3428
  padding: padding,
3428
3429
  direction: direction,
@@ -3466,7 +3467,7 @@ var ModalHeader = function ModalHeader(_ref) {
3466
3467
  }));
3467
3468
  };
3468
3469
 
3469
- var _excluded$5 = ["children", "flex", "overflow", "height"];
3470
+ var _excluded$6 = ["children", "flex", "overflow", "height"];
3470
3471
  var ModalBody = function ModalBody(_ref) {
3471
3472
  var children = _ref.children,
3472
3473
  _ref$flex = _ref.flex,
@@ -3475,7 +3476,7 @@ var ModalBody = function ModalBody(_ref) {
3475
3476
  overflow = _ref$overflow === void 0 ? 'auto' : _ref$overflow,
3476
3477
  _ref$height = _ref.height,
3477
3478
  height = _ref$height === void 0 ? '100' : _ref$height,
3478
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$5);
3479
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$6);
3479
3480
  return React__default.createElement(Box, _extends({
3480
3481
  flex: flex,
3481
3482
  overflow: overflow,
@@ -3488,7 +3489,7 @@ var ModalBody = function ModalBody(_ref) {
3488
3489
 
3489
3490
  var styles$8 = {"modal-close":"Modal-module_modal-close__1YmMa","modal":"Modal-module_modal__yNG-7","modal-content":"Modal-module_modal-content__GMtBm"};
3490
3491
 
3491
- var _excluded$4 = ["ariaLabel", "ariaLabelledBy", "allowPinchZoom", "children", "className", "containerRef", "fullScreenMobile", "initialFocusRef", "isOpen", "maxWidth", "onDismiss", "overflow"];
3492
+ var _excluded$5 = ["ariaLabel", "ariaLabelledBy", "allowPinchZoom", "children", "className", "containerRef", "fullScreenMobile", "initialFocusRef", "isOpen", "maxWidth", "onDismiss", "overflow"];
3492
3493
  var ModalBaseComponent = /*#__PURE__*/forwardRef(function (_ref, ref) {
3493
3494
  var _classNames;
3494
3495
  var ariaLabel = _ref.ariaLabel,
@@ -3508,7 +3509,7 @@ var ModalBaseComponent = /*#__PURE__*/forwardRef(function (_ref, ref) {
3508
3509
  onDismiss = _ref.onDismiss,
3509
3510
  _ref$overflow = _ref.overflow,
3510
3511
  overflow = _ref$overflow === void 0 ? 'hidden' : _ref$overflow,
3511
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$4);
3512
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$5);
3512
3513
  var activateFocusLock = useCallback(function () {
3513
3514
  setTimeout(function () {
3514
3515
  if (initialFocusRef && initialFocusRef.current) {
@@ -3734,7 +3735,7 @@ var Pagination = function Pagination(_ref) {
3734
3735
 
3735
3736
  var styles$7 = {"slider":"RangeInput-module_slider__Z6D68","disabled":"RangeInput-module_disabled__gyu72"};
3736
3737
 
3737
- var _excluded$3 = ["value", "max", "id", "onChange", "className", "isDisabled"];
3738
+ var _excluded$4 = ["value", "max", "id", "onChange", "className", "isDisabled"];
3738
3739
  var RangeInput = function RangeInput(_ref) {
3739
3740
  var _classNames;
3740
3741
  var _ref$value = _ref.value,
@@ -3746,7 +3747,7 @@ var RangeInput = function RangeInput(_ref) {
3746
3747
  className = _ref.className,
3747
3748
  _ref$isDisabled = _ref.isDisabled,
3748
3749
  isDisabled = _ref$isDisabled === void 0 ? false : _ref$isDisabled,
3749
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded$3);
3750
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$4);
3750
3751
  var currentProgress = value > 0 ? value / max * 100 : 0;
3751
3752
  return React__default.createElement("input", _extends({}, restProps, {
3752
3753
  id: id,
@@ -3849,7 +3850,7 @@ function useIsMobile() {
3849
3850
 
3850
3851
  var styles$6 = {"rail":"Sidebar-module_rail__nWu0Q"};
3851
3852
 
3852
- var _excluded$2 = ["defaultOpen", "open", "onOpenChange", "className", "style", "children"],
3853
+ var _excluded$3 = ["defaultOpen", "open", "onOpenChange", "className", "style", "children"],
3853
3854
  _excluded2 = ["side", "collapsible", "className", "children"],
3854
3855
  _excluded3 = ["className", "onClick"],
3855
3856
  _excluded4 = ["className"],
@@ -3887,7 +3888,7 @@ var SidebarProvider = /*#__PURE__*/forwardRef(function (_ref, ref) {
3887
3888
  className = _ref.className,
3888
3889
  style = _ref.style,
3889
3890
  children = _ref.children,
3890
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2);
3891
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$3);
3891
3892
  var isMobile = useIsMobile();
3892
3893
  var _useState = useState(function () {
3893
3894
  return isMobile ? false : openProp != null ? openProp : defaultOpen;
@@ -4638,7 +4639,7 @@ var Table = function Table(_ref) {
4638
4639
  }))));
4639
4640
  };
4640
4641
 
4641
- var _excluded$1 = ["children", "defaultTheme", "storageKey"];
4642
+ var _excluded$2 = ["children", "defaultTheme", "storageKey"];
4642
4643
  var initialState = {
4643
4644
  theme: 'system',
4644
4645
  setTheme: function setTheme() {
@@ -4652,7 +4653,7 @@ function ThemeProvider(_ref) {
4652
4653
  defaultTheme = _ref$defaultTheme === void 0 ? 'system' : _ref$defaultTheme,
4653
4654
  _ref$storageKey = _ref.storageKey,
4654
4655
  storageKey = _ref$storageKey === void 0 ? 'hyphen-ui-theme' : _ref$storageKey,
4655
- props = _objectWithoutPropertiesLoose(_ref, _excluded$1);
4656
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2);
4656
4657
  var _useState = useState(function () {
4657
4658
  return localStorage.getItem(storageKey) || defaultTheme;
4658
4659
  }),
@@ -5128,7 +5129,7 @@ var useToasts = function useToasts(toastOptions) {
5128
5129
  };
5129
5130
  };
5130
5131
 
5131
- var _excluded = ["children", "containerStyle", "containerClassName", "gutter", "position", "reverseOrder", "toastOptions"];
5132
+ var _excluded$1 = ["children", "containerStyle", "containerClassName", "gutter", "position", "reverseOrder", "toastOptions"];
5132
5133
  var createRectRef = function createRectRef(onRect) {
5133
5134
  return function (el) {
5134
5135
  if (el) {
@@ -5189,7 +5190,7 @@ var ToastContainer = function ToastContainer(_ref) {
5189
5190
  _ref$reverseOrder = _ref.reverseOrder,
5190
5191
  reverseOrder = _ref$reverseOrder === void 0 ? false : _ref$reverseOrder,
5191
5192
  toastOptions = _ref.toastOptions,
5192
- restProps = _objectWithoutPropertiesLoose(_ref, _excluded);
5193
+ restProps = _objectWithoutPropertiesLoose(_ref, _excluded$1);
5193
5194
  var _useToasts = useToasts(toastOptions),
5194
5195
  toasts = _useToasts.toasts,
5195
5196
  handlers = _useToasts.handlers;
@@ -5227,6 +5228,24 @@ var ToastContainer = function ToastContainer(_ref) {
5227
5228
  }));
5228
5229
  };
5229
5230
 
5231
+ var _excluded = ["className", "sideOffset"];
5232
+ var TooltipProvider = TooltipPrimitive.Provider;
5233
+ var Tooltip = TooltipPrimitive.Root;
5234
+ var TooltipTrigger = TooltipPrimitive.Trigger;
5235
+ var TooltipPortal = TooltipPrimitive.Portal;
5236
+ var TooltipContent = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
5237
+ var className = _ref.className,
5238
+ _ref$sideOffset = _ref.sideOffset,
5239
+ sideOffset = _ref$sideOffset === void 0 ? 4 : _ref$sideOffset,
5240
+ props = _objectWithoutPropertiesLoose(_ref, _excluded);
5241
+ return React.createElement(TooltipPrimitive.Content, _extends({
5242
+ ref: ref,
5243
+ sideOffset: sideOffset,
5244
+ className: classNames('background-color-tooltip font-color-tooltip font-size-xs overflow-hidden br-sm p-h-sm p-v-xs shadow-sm ', className)
5245
+ }, props));
5246
+ });
5247
+ TooltipContent.displayName = TooltipPrimitive.Content.displayName;
5248
+
5230
5249
  var useWindowSize = function useWindowSize() {
5231
5250
  var _React$useContext = React__default.useContext(ResponsiveContext),
5232
5251
  innerWidth = _React$useContext.innerWidth,
@@ -5326,5 +5345,5 @@ var useTheme = function useTheme() {
5326
5345
  return context;
5327
5346
  };
5328
5347
 
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 };
5348
+ 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
5349
  //# sourceMappingURL=hyphen-components.esm.js.map