@7shifts/sous-chef 3.4.0 → 3.5.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.
@@ -3048,8 +3048,7 @@ var IconMoneyBill = forwardRef(function (_ref, ref) {
3048
3048
  IconMoneyBill.displayName = 'IconMoneyBill';
3049
3049
 
3050
3050
  var _excluded$1v = ["testId"];
3051
-
3052
- var IconMugSaucerSolid = function IconMugSaucerSolid(_ref) {
3051
+ var IconMugSaucerSolid = forwardRef(function (_ref, ref) {
3053
3052
  var _ref$testId = _ref.testId,
3054
3053
  testId = _ref$testId === void 0 ? 'icon-mug-saucer-solid' : _ref$testId,
3055
3054
  props = _objectWithoutPropertiesLoose(_ref, _excluded$1v);
@@ -3059,12 +3058,12 @@ var IconMugSaucerSolid = function IconMugSaucerSolid(_ref) {
3059
3058
  fill: "none",
3060
3059
  xmlns: "http://www.w3.org/2000/svg",
3061
3060
  style: getIconStyles(props),
3062
- "data-testid": testId
3061
+ "data-testid": testId,
3062
+ ref: ref
3063
3063
  }, props), React__default.createElement("path", {
3064
3064
  d: "M7 14h6a3 3 0 0 0 3-3h1c2.206 0 4-1.794 4-4s-1.794-4-4-4H4.75a.748.748 0 0 0-.75.75V11a3 3 0 0 0 3 3Zm10-9c1.103 0 2 .897 2 2s-.897 2-2 2h-1V5h1Zm1.49 12H2.51c-1.488 0-1.907-2-1.126-2h18.228c.782 0 .369 2-1.122 2Z"
3065
3065
  }));
3066
- };
3067
-
3066
+ });
3068
3067
  IconMugSaucerSolid.displayName = 'IconMugSaucerSolid';
3069
3068
 
3070
3069
  var _excluded$1w = ["testId"];
@@ -3893,10 +3892,39 @@ var IconUserPlus = forwardRef(function (_ref, ref) {
3893
3892
  IconUserPlus.displayName = 'IconUserPlus';
3894
3893
 
3895
3894
  var _excluded$25 = ["testId"];
3895
+ var IconUserSearch = forwardRef(function (_ref, ref) {
3896
+ var _ref$testId = _ref.testId,
3897
+ testId = _ref$testId === void 0 ? 'icon-user-search' : _ref$testId,
3898
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
3899
+
3900
+ return React__default.createElement("svg", Object.assign({
3901
+ viewBox: "0 0 20 20",
3902
+ fill: "none",
3903
+ xmlns: "http://www.w3.org/2000/svg",
3904
+ style: getIconStyles(props),
3905
+ "data-testid": testId,
3906
+ ref: ref
3907
+ }, props), React__default.createElement("g", {
3908
+ clipPath: "url(#icon-user-search_svg__a)",
3909
+ fill: "currentColor"
3910
+ }, React__default.createElement("path", {
3911
+ d: "M7.838 9.163a4.48 4.48 0 0 0 4.479-4.482 4.48 4.48 0 1 0-8.958 0 4.48 4.48 0 0 0 4.479 4.482Zm0-7.843a3.365 3.365 0 0 1 3.359 3.361 3.365 3.365 0 0 1-3.36 3.361 3.365 3.365 0 0 1-3.358-3.36A3.365 3.365 0 0 1 7.838 1.32ZM19.933 18.928l-2.307-2.308a.225.225 0 0 0-.161-.067h-.251a3.953 3.953 0 1 0-6.943-2.586 3.953 3.953 0 0 0 6.536 2.993v.251c0 .06.025.118.067.162l2.306 2.308c.09.09.234.09.324 0l.429-.43a.228.228 0 0 0 0-.323Zm-5.71-1.919a3.04 3.04 0 0 1-3.04-3.042 3.04 3.04 0 1 1 6.08 0 3.04 3.04 0 0 1-3.04 3.042Z"
3912
+ }), React__default.createElement("path", {
3913
+ d: "M10.81 10.337c-.54.216-1.324.506-2.972.506s-2.128-.56-3.135-.56A4.705 4.705 0 0 0 0 14.99v1.456c0 .928.752 1.68 1.68 1.68h9.671l-1.08-1.081-8.591-.039a.562.562 0 0 1-.56-.56v-1.457a3.586 3.586 0 0 1 3.583-3.585c.686 0 1.368.56 3.135.56 1.763 0 1.892-.328 2-.328.432-.54.973-1.298.973-1.298Z"
3914
+ })), React__default.createElement("defs", null, React__default.createElement("clipPath", {
3915
+ id: "icon-user-search_svg__a"
3916
+ }, React__default.createElement("path", {
3917
+ fill: "#fff",
3918
+ d: "M0 0h20v20H0z"
3919
+ }))));
3920
+ });
3921
+ IconUserSearch.displayName = 'IconUserSearch';
3922
+
3923
+ var _excluded$26 = ["testId"];
3896
3924
  var IconUserSlash = forwardRef(function (_ref, ref) {
3897
3925
  var _ref$testId = _ref.testId,
3898
3926
  testId = _ref$testId === void 0 ? 'icon-user-slash' : _ref$testId,
3899
- props = _objectWithoutPropertiesLoose(_ref, _excluded$25);
3927
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
3900
3928
 
3901
3929
  return React__default.createElement("svg", Object.assign({
3902
3930
  viewBox: "0 0 20 20",
@@ -3919,11 +3947,11 @@ var IconUserSlash = forwardRef(function (_ref, ref) {
3919
3947
  });
3920
3948
  IconUserSlash.displayName = 'IconUserSlash';
3921
3949
 
3922
- var _excluded$26 = ["testId"];
3950
+ var _excluded$27 = ["testId"];
3923
3951
  var IconUserSolid = forwardRef(function (_ref, ref) {
3924
3952
  var _ref$testId = _ref.testId,
3925
3953
  testId = _ref$testId === void 0 ? 'icon-user-solid' : _ref$testId,
3926
- props = _objectWithoutPropertiesLoose(_ref, _excluded$26);
3954
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
3927
3955
 
3928
3956
  return React__default.createElement("svg", Object.assign({
3929
3957
  viewBox: "0 0 20 20",
@@ -3939,11 +3967,11 @@ var IconUserSolid = forwardRef(function (_ref, ref) {
3939
3967
  });
3940
3968
  IconUserSolid.displayName = 'IconUserSolid';
3941
3969
 
3942
- var _excluded$27 = ["testId"];
3970
+ var _excluded$28 = ["testId"];
3943
3971
  var IconUserTag = forwardRef(function (_ref, ref) {
3944
3972
  var _ref$testId = _ref.testId,
3945
3973
  testId = _ref$testId === void 0 ? 'icon-user-tag' : _ref$testId,
3946
- props = _objectWithoutPropertiesLoose(_ref, _excluded$27);
3974
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
3947
3975
 
3948
3976
  return React__default.createElement("svg", Object.assign({
3949
3977
  viewBox: "0 0 20 20",
@@ -3961,11 +3989,11 @@ var IconUserTag = forwardRef(function (_ref, ref) {
3961
3989
  });
3962
3990
  IconUserTag.displayName = 'IconUserTag';
3963
3991
 
3964
- var _excluded$28 = ["testId"];
3992
+ var _excluded$29 = ["testId"];
3965
3993
  var IconUserTie = forwardRef(function (_ref, ref) {
3966
3994
  var _ref$testId = _ref.testId,
3967
3995
  testId = _ref$testId === void 0 ? 'icon-user-tie' : _ref$testId,
3968
- props = _objectWithoutPropertiesLoose(_ref, _excluded$28);
3996
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
3969
3997
 
3970
3998
  return React__default.createElement("svg", Object.assign({
3971
3999
  viewBox: "0 0 20 20",
@@ -3981,11 +4009,11 @@ var IconUserTie = forwardRef(function (_ref, ref) {
3981
4009
  });
3982
4010
  IconUserTie.displayName = 'IconUserTie';
3983
4011
 
3984
- var _excluded$29 = ["testId"];
4012
+ var _excluded$2a = ["testId"];
3985
4013
  var IconUsers = forwardRef(function (_ref, ref) {
3986
4014
  var _ref$testId = _ref.testId,
3987
4015
  testId = _ref$testId === void 0 ? 'icon-users' : _ref$testId,
3988
- props = _objectWithoutPropertiesLoose(_ref, _excluded$29);
4016
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
3989
4017
 
3990
4018
  return React__default.createElement("svg", Object.assign({
3991
4019
  viewBox: "0 0 20 20",
@@ -4001,11 +4029,11 @@ var IconUsers = forwardRef(function (_ref, ref) {
4001
4029
  });
4002
4030
  IconUsers.displayName = 'IconUsers';
4003
4031
 
4004
- var _excluded$2a = ["testId"];
4032
+ var _excluded$2b = ["testId"];
4005
4033
  var IconVideo = forwardRef(function (_ref, ref) {
4006
4034
  var _ref$testId = _ref.testId,
4007
4035
  testId = _ref$testId === void 0 ? 'icon-video' : _ref$testId,
4008
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2a);
4036
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
4009
4037
 
4010
4038
  return React__default.createElement("svg", Object.assign({
4011
4039
  viewBox: "0 0 20 20",
@@ -4021,11 +4049,11 @@ var IconVideo = forwardRef(function (_ref, ref) {
4021
4049
  });
4022
4050
  IconVideo.displayName = 'IconVideo';
4023
4051
 
4024
- var _excluded$2b = ["testId"];
4052
+ var _excluded$2c = ["testId"];
4025
4053
  var IconVolumeMute = forwardRef(function (_ref, ref) {
4026
4054
  var _ref$testId = _ref.testId,
4027
4055
  testId = _ref$testId === void 0 ? 'icon-volume-mute' : _ref$testId,
4028
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2b);
4056
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
4029
4057
 
4030
4058
  return React__default.createElement("svg", Object.assign({
4031
4059
  viewBox: "0 0 20 20",
@@ -4041,11 +4069,11 @@ var IconVolumeMute = forwardRef(function (_ref, ref) {
4041
4069
  });
4042
4070
  IconVolumeMute.displayName = 'IconVolumeMute';
4043
4071
 
4044
- var _excluded$2c = ["testId"];
4072
+ var _excluded$2d = ["testId"];
4045
4073
  var IconVolume = forwardRef(function (_ref, ref) {
4046
4074
  var _ref$testId = _ref.testId,
4047
4075
  testId = _ref$testId === void 0 ? 'icon-volume' : _ref$testId,
4048
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2c);
4076
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
4049
4077
 
4050
4078
  return React__default.createElement("svg", Object.assign({
4051
4079
  viewBox: "0 0 20 20",
@@ -4061,11 +4089,11 @@ var IconVolume = forwardRef(function (_ref, ref) {
4061
4089
  });
4062
4090
  IconVolume.displayName = 'IconVolume';
4063
4091
 
4064
- var _excluded$2d = ["testId"];
4092
+ var _excluded$2e = ["testId"];
4065
4093
  var IconWrench = forwardRef(function (_ref, ref) {
4066
4094
  var _ref$testId = _ref.testId,
4067
4095
  testId = _ref$testId === void 0 ? 'icon-wrench' : _ref$testId,
4068
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2d);
4096
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
4069
4097
 
4070
4098
  return React__default.createElement("svg", Object.assign({
4071
4099
  viewBox: "0 0 20 20",
@@ -4424,7 +4452,7 @@ var ActionsCell = function ActionsCell(_ref) {
4424
4452
  }));
4425
4453
  };
4426
4454
 
4427
- var _excluded$2e = ["children", "onClick", "isSelected", "actions", "hasDefaultPadding", "testId"];
4455
+ var _excluded$2f = ["children", "onClick", "isSelected", "actions", "hasDefaultPadding", "testId"];
4428
4456
 
4429
4457
  var DataTableRowComponent = function DataTableRowComponent(_ref, ref) {
4430
4458
  var _classnames;
@@ -4438,7 +4466,7 @@ var DataTableRowComponent = function DataTableRowComponent(_ref, ref) {
4438
4466
  _ref$hasDefaultPaddin = _ref.hasDefaultPadding,
4439
4467
  hasDefaultPadding = _ref$hasDefaultPaddin === void 0 ? true : _ref$hasDefaultPaddin,
4440
4468
  testId = _ref.testId,
4441
- nativeDivProps = _objectWithoutPropertiesLoose(_ref, _excluded$2e);
4469
+ nativeDivProps = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
4442
4470
 
4443
4471
  var _useDataTableContext = useDataTableContext(),
4444
4472
  columns = _useDataTableContext.columns,
@@ -5888,7 +5916,7 @@ var styles$s = {"form--standard-size":"_3CaV0"};
5888
5916
 
5889
5917
  var styles$t = {"card":"_29ZIp","card__body":"_3Q8NT","card__body--interactive":"_2Fah6","card--focus":"_SGno0","card__body--focus":"_1zqRN","card__body--with-kebab":"_3Hwms","card__kebab":"_TmEUS"};
5890
5918
 
5891
- var _excluded$2f = ["children", "onClick", "isSelected", "actions", "testId"];
5919
+ var _excluded$2g = ["children", "onClick", "isSelected", "actions", "testId"];
5892
5920
 
5893
5921
  var Card = function Card(_ref) {
5894
5922
  var _classnames, _classnames2;
@@ -5899,7 +5927,7 @@ var Card = function Card(_ref) {
5899
5927
  isSelected = _ref$isSelected === void 0 ? false : _ref$isSelected,
5900
5928
  actions = _ref.actions,
5901
5929
  testId = _ref.testId,
5902
- positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2f);
5930
+ positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
5903
5931
 
5904
5932
  var positionStyles = usePositionStyles(positionProps);
5905
5933
  return React__default.createElement("div", {
@@ -5945,7 +5973,7 @@ var ALIGNMENTS = {
5945
5973
 
5946
5974
  var styles$u = {"text":"_3CIA3","text__body":"_1nnj8","text__caption":"_37K6o","text__insight":"_avqxy","text--bold":"_2TG6E","text--italic":"_2hlsn","text--underline":"_1Pjo6","text--monospace":"_eDdDI","text--align-left":"_2gNwS","text--align-right":"_ufv1W","text--align-center":"_2WMN6","text--align-justify":"_2iH-J"};
5947
5975
 
5948
- var _excluded$2g = ["children", "as", "emphasis", "alignment", "color", "testId"];
5976
+ var _excluded$2h = ["children", "as", "emphasis", "alignment", "color", "testId"];
5949
5977
 
5950
5978
  var Text = function Text(_ref) {
5951
5979
  var _classnames;
@@ -5957,7 +5985,7 @@ var Text = function Text(_ref) {
5957
5985
  alignment = _ref.alignment,
5958
5986
  color = _ref.color,
5959
5987
  testId = _ref.testId,
5960
- positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2g);
5988
+ positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
5961
5989
 
5962
5990
  var positionStyles = usePositionStyles(positionProps);
5963
5991
  var elementProps = {
@@ -6427,12 +6455,12 @@ var useTextField = function useTextField(_ref) {
6427
6455
  };
6428
6456
  };
6429
6457
 
6430
- var _excluded$2h = ["prefix", "suffix"];
6458
+ var _excluded$2i = ["prefix", "suffix"];
6431
6459
 
6432
6460
  var TextFieldElement = function TextFieldElement(_ref, ref) {
6433
6461
  var prefix = _ref.prefix,
6434
6462
  suffix = _ref.suffix,
6435
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2h);
6463
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
6436
6464
 
6437
6465
  var _useTextField = useTextField(_extends({}, props, {
6438
6466
  ref: ref
@@ -7191,11 +7219,11 @@ var getSelectStyles$1 = function getSelectStyles(_ref) {
7191
7219
  };
7192
7220
  };
7193
7221
 
7194
- var _excluded$2i = ["children"];
7222
+ var _excluded$2j = ["children"];
7195
7223
 
7196
7224
  function CustomOption(_ref) {
7197
7225
  var children = _ref.children,
7198
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2i);
7226
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
7199
7227
 
7200
7228
  var UserCustomOption = props.selectProps.componentsProps.UserCustomOption;
7201
7229
  return React__default.createElement(components.Option, Object.assign({}, props), React__default.createElement(UserCustomOption, Object.assign({}, props), children));
@@ -7309,13 +7337,13 @@ var MultiSelectField = function MultiSelectField(_ref) {
7309
7337
 
7310
7338
  var styles$J = {"custom-control":"_1cDCR"};
7311
7339
 
7312
- var _excluded$2j = ["children"];
7340
+ var _excluded$2k = ["children"];
7313
7341
 
7314
7342
  function CustomControl(_ref) {
7315
7343
  var _props$getValue;
7316
7344
 
7317
7345
  var children = _ref.children,
7318
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2j);
7346
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
7319
7347
 
7320
7348
  var SelectedOptionPrefix = props.selectProps.componentsProps.SelectedOptionPrefix;
7321
7349
  var selectedOption = (_props$getValue = props.getValue()) === null || _props$getValue === void 0 ? void 0 : _props$getValue[0];
@@ -7335,11 +7363,11 @@ function CustomControl(_ref) {
7335
7363
 
7336
7364
  var styles$K = {"custom-menu-text-field":"_2-zhH","custom-menu-hr":"_3sdnK","custom-menu-div":"_2F1jP"};
7337
7365
 
7338
- var _excluded$2k = ["children"];
7366
+ var _excluded$2l = ["children"];
7339
7367
 
7340
7368
  function CustomMenu(_ref) {
7341
7369
  var children = _ref.children,
7342
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2k);
7370
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
7343
7371
 
7344
7372
  var _props$selectProps$co = props.selectProps.componentsProps,
7345
7373
  creatableButton = _props$selectProps$co.creatableButton,
@@ -7554,13 +7582,13 @@ var SelectField = function SelectField(props) {
7554
7582
 
7555
7583
  var styles$L = {"custom-list":"_uC4zU"};
7556
7584
 
7557
- var _excluded$2l = ["children", "hasMoreOptions", "hasMoreOptionsFirstLoad"];
7585
+ var _excluded$2m = ["children", "hasMoreOptions", "hasMoreOptionsFirstLoad"];
7558
7586
 
7559
7587
  var CustomList = function CustomList(_ref) {
7560
7588
  var children = _ref.children,
7561
7589
  hasMoreOptions = _ref.hasMoreOptions,
7562
7590
  hasMoreOptionsFirstLoad = _ref.hasMoreOptionsFirstLoad,
7563
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2l);
7591
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
7564
7592
 
7565
7593
  var showFooter = hasMoreOptions;
7566
7594
 
@@ -7575,11 +7603,11 @@ var CustomList = function CustomList(_ref) {
7575
7603
  }, getLocalizedString('main.START_TYPING_TO_SEE_MORE_OPTIONS')))));
7576
7604
  };
7577
7605
 
7578
- var _excluded$2m = ["loadOptions"];
7606
+ var _excluded$2n = ["loadOptions"];
7579
7607
 
7580
7608
  var AsyncSelectField = function AsyncSelectField(_ref) {
7581
7609
  var loadOptions = _ref.loadOptions,
7582
- props = _objectWithoutPropertiesLoose(_ref, _excluded$2m);
7610
+ props = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
7583
7611
 
7584
7612
  var _useState = useState(false),
7585
7613
  hasMoreOptions = _useState[0],
@@ -8367,14 +8395,14 @@ var WeekField = function WeekField(_ref) {
8367
8395
  })));
8368
8396
  };
8369
8397
 
8370
- var _excluded$2n = ["placeholder", "autoComplete"];
8398
+ var _excluded$2o = ["placeholder", "autoComplete"];
8371
8399
 
8372
8400
  var TimeFieldElement = function TimeFieldElement(_ref, ref) {
8373
8401
  var _ref$placeholder = _ref.placeholder,
8374
8402
  placeholder = _ref$placeholder === void 0 ? '9am' : _ref$placeholder,
8375
8403
  _ref$autoComplete = _ref.autoComplete,
8376
8404
  autoComplete = _ref$autoComplete === void 0 ? 'off' : _ref$autoComplete,
8377
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2n);
8405
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
8378
8406
 
8379
8407
  var _useTextField = useTextField(_extends({}, allOtherProps, {
8380
8408
  placeholder: placeholder,
@@ -8395,12 +8423,12 @@ var TimeFieldElement = function TimeFieldElement(_ref, ref) {
8395
8423
 
8396
8424
  var TimeField = forwardRef(TimeFieldElement);
8397
8425
 
8398
- var _excluded$2o = ["currencySymbol"];
8426
+ var _excluded$2p = ["currencySymbol"];
8399
8427
 
8400
8428
  var CurrencyFieldElement = function CurrencyFieldElement(_ref, ref) {
8401
8429
  var _ref$currencySymbol = _ref.currencySymbol,
8402
8430
  currencySymbol = _ref$currencySymbol === void 0 ? "$" : _ref$currencySymbol,
8403
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2o);
8431
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
8404
8432
 
8405
8433
  var _useTextField = useTextField(_extends({}, allOtherProps, {
8406
8434
  ref: ref
@@ -8433,7 +8461,7 @@ var CurrencyFieldElement = function CurrencyFieldElement(_ref, ref) {
8433
8461
 
8434
8462
  var CurrencyField = forwardRef(CurrencyFieldElement);
8435
8463
 
8436
- var _excluded$2p = ["max", "min", "precision", "stepSize"];
8464
+ var _excluded$2q = ["max", "min", "precision", "stepSize"];
8437
8465
 
8438
8466
  var PercentageElement = function PercentageElement(_ref, ref) {
8439
8467
  var _ref$max = _ref.max,
@@ -8444,7 +8472,7 @@ var PercentageElement = function PercentageElement(_ref, ref) {
8444
8472
  precision = _ref$precision === void 0 ? 0 : _ref$precision,
8445
8473
  _ref$stepSize = _ref.stepSize,
8446
8474
  stepSize = _ref$stepSize === void 0 ? 1 : _ref$stepSize,
8447
- allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2p);
8475
+ allOtherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
8448
8476
 
8449
8477
  var _useTextField = useTextField(_extends({}, allOtherProps, {
8450
8478
  ref: ref
@@ -8625,7 +8653,7 @@ var InlineBannerIcon = function InlineBannerIcon(_ref) {
8625
8653
  }
8626
8654
  };
8627
8655
 
8628
- var _excluded$2q = ["children", "theme", "title", "onClose", "caption", "primaryButton", "secondaryButton", "testId"];
8656
+ var _excluded$2r = ["children", "theme", "title", "onClose", "caption", "primaryButton", "secondaryButton", "testId"];
8629
8657
 
8630
8658
  var InlineBanner = function InlineBanner(_ref) {
8631
8659
  var _classnames, _classnames2;
@@ -8639,7 +8667,7 @@ var InlineBanner = function InlineBanner(_ref) {
8639
8667
  primaryButton = _ref.primaryButton,
8640
8668
  secondaryButton = _ref.secondaryButton,
8641
8669
  testId = _ref.testId,
8642
- positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2q);
8670
+ positionProps = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
8643
8671
 
8644
8672
  var positionStyles = usePositionStyles(positionProps);
8645
8673
  var multiLine = !!title;
@@ -8860,7 +8888,7 @@ var ProgressBar = function ProgressBar(_ref) {
8860
8888
 
8861
8889
  var styles$S = {"badge":"_2f81N","badge--warning":"_2g1GI","badge--danger":"_2zLnM","badge--success":"_27QOo","badge--info":"_2gmsM"};
8862
8890
 
8863
- var _excluded$2r = ["children", "theme", "title", "testId"];
8891
+ var _excluded$2s = ["children", "theme", "title", "testId"];
8864
8892
 
8865
8893
  var Badge = function Badge(_ref, forwardedRef) {
8866
8894
  var _classnames;
@@ -8869,7 +8897,7 @@ var Badge = function Badge(_ref, forwardedRef) {
8869
8897
  theme = _ref.theme,
8870
8898
  title = _ref.title,
8871
8899
  testId = _ref.testId,
8872
- otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2r);
8900
+ otherProps = _objectWithoutPropertiesLoose(_ref, _excluded$2s);
8873
8901
 
8874
8902
  var internalRef = useRef(null);
8875
8903
  var ref = forwardedRef || internalRef;
@@ -9071,5 +9099,5 @@ var Italic = function Italic(_ref) {
9071
9099
  }, children);
9072
9100
  };
9073
9101
 
9074
- export { AsyncSelectField, Avatar, Badge$1 as Badge, Bold, BreadcrumbItem, Breadcrumbs, Button$1 as Button, Calendar, Card, CheckboxField, Chip, CircularProgress, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateFilter, DateRangeField, Form, FormFeedback, FormFooter, FormRow, FormSection, IconAnalytics, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowToTop, IconArrowTurnDownRight, IconArrowUp, IconAward, IconAwful, IconAwfulMonochromatic, IconBad, IconBadMonochromatic, IconBalanceScale, IconBalanceScaleLeft, IconBan, IconBarsH, IconBarsV, IconBell, IconBirthdayCake, IconBold, IconBolt, IconBook, IconBriefcase, IconBullseyeArrow, IconCalculator, IconCalendar, IconCalendarAlt, IconCalendarCheck, IconCalendarDay, IconCalendarExclamation, IconCalendarStar, IconCalendarTomorrow, IconCamera, IconCameraSlash, IconCashRegister, IconChartBar, IconCheck, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconClipboardList, IconClock, IconCog, IconComment, IconCommentLines, IconCopy, IconCreditCard, IconCreditCardPlus, IconDecent, IconDecentMonochromatic, IconDownload, IconEdit, IconEllipsisV, IconEnvelope, IconExclaimation, IconExclaimationTriangle, IconExpand, IconExternalLink, IconEye, IconEyeSlash, IconFile, IconFilePdf, IconFlag, IconFourDotsCircle, IconFourSquares, IconGavel, IconGif, IconGift, IconGood, IconGoodMonochromatic, IconGreat, IconGreatMonochromatic, IconGrinBeam, IconGripVertical, IconHandshake, IconImage, IconInfoCircle, IconIslandTropical, IconItalic, IconLaptopSearch, IconLink, IconList, IconListOI as IconListOi, IconLock, IconMagicSolid, IconMapMarker, IconMegaphone, IconMessages, IconMinus, IconMinusCircle, IconMoneyBill, IconMugSaucerSolid, IconNotesMedical, IconOvertime, IconPaperPlane, IconPaperPlaneClock, IconPaperclip, IconPencil, IconPercentage, IconPhone, IconPlug, IconPlus, IconPrint, IconQuestionCircle, IconRepeat, IconReply, IconSearch, IconSignOut, IconSitemap, IconSlidersH, IconSort, IconStar, IconStarSolid, IconStickyNoteLines, IconStopwatch, IconStrikethrough, IconSync, IconSyncExclaimation, IconTachometer, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUserComputer, IconUserFriends, IconUserLight, IconUserPlus, IconUserSlash, IconUserSolid, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWrench, Inline, InlineBanner, Italic, Link, Modal, ModalBody, ModalFooter, MultiSelectField, Page, PaginationControls, PasswordField, PercentageField, PersistentBanner, Pill, PillSelectField, ProgressBar, RadioGroupBoxOption, RadioGroupField, RadioGroupOption, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT, SegmentedControl, SelectField, SousChefProvider, Spinner, Stack, Text, TextAreaField, TextField, TimeField, Toggle, ToolbarSelect, Tooltip$1 as Tooltip, Underline, WeekField, toast };
9102
+ export { AsyncSelectField, Avatar, Badge$1 as Badge, Bold, BreadcrumbItem, Breadcrumbs, Button$1 as Button, Calendar, Card, CheckboxField, Chip, CircularProgress, CurrencyField, DataTable, DataTableCell, DataTableEditableCell, DataTableRow, DateField, DateFilter, DateRangeField, Form, FormFeedback, FormFooter, FormRow, FormSection, IconAnalytics, IconArrowDown, IconArrowLeft, IconArrowRight, IconArrowToTop, IconArrowTurnDownRight, IconArrowUp, IconAward, IconAwful, IconAwfulMonochromatic, IconBad, IconBadMonochromatic, IconBalanceScale, IconBalanceScaleLeft, IconBan, IconBarsH, IconBarsV, IconBell, IconBirthdayCake, IconBold, IconBolt, IconBook, IconBriefcase, IconBullseyeArrow, IconCalculator, IconCalendar, IconCalendarAlt, IconCalendarCheck, IconCalendarDay, IconCalendarExclamation, IconCalendarStar, IconCalendarTomorrow, IconCamera, IconCameraSlash, IconCashRegister, IconChartBar, IconCheck, IconChevronDown, IconChevronLeft, IconChevronRight, IconChevronUp, IconClipboardList, IconClock, IconCog, IconComment, IconCommentLines, IconCopy, IconCreditCard, IconCreditCardPlus, IconDecent, IconDecentMonochromatic, IconDownload, IconEdit, IconEllipsisV, IconEnvelope, IconExclaimation, IconExclaimationTriangle, IconExpand, IconExternalLink, IconEye, IconEyeSlash, IconFile, IconFilePdf, IconFlag, IconFourDotsCircle, IconFourSquares, IconGavel, IconGif, IconGift, IconGood, IconGoodMonochromatic, IconGreat, IconGreatMonochromatic, IconGrinBeam, IconGripVertical, IconHandshake, IconImage, IconInfoCircle, IconIslandTropical, IconItalic, IconLaptopSearch, IconLink, IconList, IconListOI as IconListOi, IconLock, IconMagicSolid, IconMapMarker, IconMegaphone, IconMessages, IconMinus, IconMinusCircle, IconMoneyBill, IconMugSaucerSolid, IconNotesMedical, IconOvertime, IconPaperPlane, IconPaperPlaneClock, IconPaperclip, IconPencil, IconPercentage, IconPhone, IconPlug, IconPlus, IconPrint, IconQuestionCircle, IconRepeat, IconReply, IconSearch, IconSignOut, IconSitemap, IconSlidersH, IconSort, IconStar, IconStarSolid, IconStickyNoteLines, IconStopwatch, IconStrikethrough, IconSync, IconSyncExclaimation, IconTachometer, IconTimes, IconTimesOctagon, IconTrash, IconUnderline, IconUndo, IconUniversity, IconUserComputer, IconUserFriends, IconUserLight, IconUserPlus, IconUserSearch, IconUserSlash, IconUserSolid, IconUserTag, IconUserTie, IconUsers, IconVideo, IconVolume, IconVolumeMute, IconWrench, Inline, InlineBanner, Italic, Link, Modal, ModalBody, ModalFooter, MultiSelectField, Page, PaginationControls, PasswordField, PercentageField, PersistentBanner, Pill, PillSelectField, ProgressBar, RadioGroupBoxOption, RadioGroupField, RadioGroupOption, SIZE_25_PERCENT, SIZE_33_PERCENT, SIZE_50_PERCENT, SIZE_66_PERCENT, SIZE_75_PERCENT, SegmentedControl, SelectField, SousChefProvider, Spinner, Stack, Text, TextAreaField, TextField, TimeField, Toggle, ToolbarSelect, Tooltip$1 as Tooltip, Underline, WeekField, toast };
9075
9103
  //# sourceMappingURL=index.modern.js.map