@thecb/components 10.6.3-beta.2 → 10.6.3

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.
package/dist/index.esm.js CHANGED
@@ -15335,6 +15335,32 @@ var EmptyCartIcon = function EmptyCartIcon(_ref) {
15335
15335
  };
15336
15336
  var EmptyCartIcon$1 = themeComponent(EmptyCartIcon, "Icons", fallbackValues$2, "info");
15337
15337
 
15338
+ var _excluded$i = ["themeValues", "color", "height"];
15339
+ var EmptyCartIconV2 = function EmptyCartIconV2(_ref) {
15340
+ var themeValues = _ref.themeValues,
15341
+ color = _ref.color,
15342
+ _ref$height = _ref.height,
15343
+ height = _ref$height === void 0 ? "auto" : _ref$height,
15344
+ rest = _objectWithoutProperties(_ref, _excluded$i);
15345
+ return /*#__PURE__*/React.createElement("svg", _extends({
15346
+ xmlns: "http://www.w3.org/2000/svg",
15347
+ width: "126",
15348
+ height: "113",
15349
+ viewBox: "0 0 126 113",
15350
+ style: {
15351
+ height: height,
15352
+ width: "auto"
15353
+ }
15354
+ }, rest), /*#__PURE__*/React.createElement("title", null, "Cart-Empty-Illustration"), /*#__PURE__*/React.createElement("g", {
15355
+ id: "Empty Shopping Cart Icon"
15356
+ }, /*#__PURE__*/React.createElement("path", {
15357
+ id: "Empty-shopping-cart",
15358
+ d: "M115.523 66.3438C115.086 67.6562 114.43 68.75 113.555 69.4062C112.68 70.2812 111.586 70.5 110.492 70.5H46.3984L47.7109 77.5H106.555C108.086 77.5 109.398 78.1562 110.492 79.4688C111.367 80.7812 111.805 82.3125 111.586 83.8438L110.273 89.3125C112.461 90.4062 113.992 91.9375 115.305 93.9062C116.617 95.875 117.273 98.0625 117.273 100.25C117.273 103.75 115.961 106.594 113.555 109C111.148 111.406 108.305 112.5 105.023 112.5C101.523 112.5 98.6797 111.406 96.2734 109C93.8672 106.594 92.7734 103.75 92.7734 100.25C92.7734 96.75 93.8672 93.9062 96.4922 91.5H50.5547C52.9609 93.9062 54.2734 96.75 54.2734 100.25C54.2734 103.75 52.9609 106.594 50.5547 109C48.1484 111.406 45.3047 112.5 42.0234 112.5C38.5234 112.5 35.6797 111.406 33.2734 109C30.8672 106.594 29.7734 103.75 29.7734 100.25C29.7734 98.0625 30.2109 96.0938 31.3047 94.125C32.3984 92.375 33.9297 90.8438 35.8984 89.5312L20.5859 14.5H5.27344C3.74219 14.5 2.42969 14.0625 1.55469 12.9688C0.460938 12.0938 0.0234375 10.7812 0.0234375 9.25V5.75C0.0234375 4.4375 0.460938 3.125 1.55469 2.03125C2.42969 1.15625 3.74219 0.5 5.27344 0.5H27.8047C28.8984 0.5 29.9922 0.9375 30.8672 1.8125C31.7422 2.6875 32.3984 3.5625 32.8359 4.65625L34.8047 14.5H120.773C122.523 14.5 123.836 15.1562 124.93 16.4688C125.805 17.7812 126.242 19.3125 125.805 20.8438L115.523 66.3438Z",
15359
+ fill: color !== null && color !== void 0 ? color : themeValues.subIconColor
15360
+ })));
15361
+ };
15362
+ var EmptyCartIconV2$1 = themeComponent(EmptyCartIconV2, "Icons", fallbackValues$2, "info");
15363
+
15338
15364
  var ShoppingCartIcon = function ShoppingCartIcon() {
15339
15365
  return /*#__PURE__*/React.createElement("svg", {
15340
15366
  width: "32px",
@@ -18354,7 +18380,7 @@ var KebabMenuIcon = function KebabMenuIcon() {
18354
18380
  }));
18355
18381
  };
18356
18382
 
18357
- var _excluded$i = ["iconFill", "iconWidth", "iconHeight"];
18383
+ var _excluded$j = ["iconFill", "iconWidth", "iconHeight"];
18358
18384
  var MultiCartIcon = function MultiCartIcon(_ref) {
18359
18385
  var _ref$iconFill = _ref.iconFill,
18360
18386
  iconFill = _ref$iconFill === void 0 ? "#3B5BDB" : _ref$iconFill,
@@ -18362,7 +18388,7 @@ var MultiCartIcon = function MultiCartIcon(_ref) {
18362
18388
  iconWidth = _ref$iconWidth === void 0 ? "20" : _ref$iconWidth,
18363
18389
  _ref$iconHeight = _ref.iconHeight,
18364
18390
  iconHeight = _ref$iconHeight === void 0 ? "17" : _ref$iconHeight,
18365
- rest = _objectWithoutProperties(_ref, _excluded$i);
18391
+ rest = _objectWithoutProperties(_ref, _excluded$j);
18366
18392
  return /*#__PURE__*/React.createElement("svg", _extends({
18367
18393
  xmlns: "http://www.w3.org/2000/svg",
18368
18394
  width: iconWidth,
@@ -18376,7 +18402,7 @@ var MultiCartIcon = function MultiCartIcon(_ref) {
18376
18402
  }));
18377
18403
  };
18378
18404
 
18379
- var _excluded$j = ["iconFill", "iconWidth", "iconHeight"];
18405
+ var _excluded$k = ["iconFill", "iconWidth", "iconHeight"];
18380
18406
  var CloseIcon = function CloseIcon(_ref) {
18381
18407
  var _ref$iconFill = _ref.iconFill,
18382
18408
  iconFill = _ref$iconFill === void 0 ? "#3B414D" : _ref$iconFill,
@@ -18384,7 +18410,7 @@ var CloseIcon = function CloseIcon(_ref) {
18384
18410
  iconWidth = _ref$iconWidth === void 0 ? "24" : _ref$iconWidth,
18385
18411
  _ref$iconHeight = _ref.iconHeight,
18386
18412
  iconHeight = _ref$iconHeight === void 0 ? "24" : _ref$iconHeight,
18387
- rest = _objectWithoutProperties(_ref, _excluded$j);
18413
+ rest = _objectWithoutProperties(_ref, _excluded$k);
18388
18414
  return /*#__PURE__*/React.createElement("svg", _extends({
18389
18415
  xmlns: "http://www.w3.org/2000/svg",
18390
18416
  width: iconWidth,
@@ -19379,7 +19405,7 @@ var mobileFallbackValues = {
19379
19405
  };
19380
19406
  var MOBILE_BREAKPOINT = 768;
19381
19407
 
19382
- var _excluded$k = ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"];
19408
+ var _excluded$l = ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"];
19383
19409
 
19384
19410
  /*
19385
19411
  New responsive text component for Title elements
@@ -19426,7 +19452,7 @@ var Title = function Title(_ref) {
19426
19452
  as = _ref$as === void 0 ? "h1" : _ref$as,
19427
19453
  dataQa = _ref.dataQa,
19428
19454
  children = _ref.children,
19429
- rest = _objectWithoutProperties(_ref, _excluded$k);
19455
+ rest = _objectWithoutProperties(_ref, _excluded$l);
19430
19456
  return /*#__PURE__*/React.createElement(TitleText, _extends({
19431
19457
  variant: variant,
19432
19458
  as: as,
@@ -20854,12 +20880,12 @@ var fallbackValues$8 = {
20854
20880
  linkColor: linkColor
20855
20881
  };
20856
20882
 
20857
- var _excluded$l = ["variant", "themeValues", "children"];
20883
+ var _excluded$m = ["variant", "themeValues", "children"];
20858
20884
  var BoxWithShadow = function BoxWithShadow(_ref) {
20859
20885
  var variant = _ref.variant,
20860
20886
  themeValues = _ref.themeValues,
20861
20887
  children = _ref.children,
20862
- props = _objectWithoutProperties(_ref, _excluded$l);
20888
+ props = _objectWithoutProperties(_ref, _excluded$m);
20863
20889
  var shadowRegistry = {
20864
20890
  baseStandard: "0px 3px 7px 2px ".concat(rgba$1(BLACK, 0.1), ", 0px 1px 2px 1px ").concat(rgba$1(BLACK, 0.1), ";"),
20865
20891
  baseHover: "0px 1px 7px 0px ".concat(rgba$1(BLACK, 0.3), ", 0px 1px 4px 0px ").concat(rgba$1(BLACK, 0.2), ", 0px 7px 12px 0px ").concat(rgba$1(BLACK, 0.2), ";"),
@@ -20919,7 +20945,7 @@ var fallbackValues$a = {
20919
20945
  externalLinkColor: externalLinkColor
20920
20946
  };
20921
20947
 
20922
- var _excluded$m = ["hoverColor", "activeColor", "extrastyles"];
20948
+ var _excluded$n = ["hoverColor", "activeColor", "extrastyles"];
20923
20949
  var ROYAL_BLUE$1 = ROYAL_BLUE;
20924
20950
  var LINK_TEXT_DECORATION$3 = LINK_TEXT_DECORATION;
20925
20951
 
@@ -20933,7 +20959,7 @@ var StyledExternalLink = styled( /*#__PURE__*/forwardRef(function (_ref, ref) {
20933
20959
  var hoverColor = _ref.hoverColor,
20934
20960
  activeColor = _ref.activeColor,
20935
20961
  extrastyles = _ref.extrastyles,
20936
- props = _objectWithoutProperties(_ref, _excluded$m);
20962
+ props = _objectWithoutProperties(_ref, _excluded$n);
20937
20963
  return /*#__PURE__*/React.createElement("a", _extends({}, props, {
20938
20964
  ref: ref
20939
20965
  }));
@@ -21008,7 +21034,7 @@ var ExternalLink = /*#__PURE__*/forwardRef(function (_ref, ref) {
21008
21034
  }, safeChildren(children, /*#__PURE__*/React.createElement("span", null)));
21009
21035
  });
21010
21036
 
21011
- var _excluded$n = ["hoverColor", "activeColor", "active", "color", "extrastyles"];
21037
+ var _excluded$o = ["hoverColor", "activeColor", "active", "color", "extrastyles"];
21012
21038
  var ROYAL_BLUE$2 = ROYAL_BLUE;
21013
21039
  var LINK_TEXT_DECORATION$4 = LINK_TEXT_DECORATION;
21014
21040
 
@@ -21024,7 +21050,7 @@ var StyledInternalLink = styled( /*#__PURE__*/forwardRef(function (_ref, ref) {
21024
21050
  active = _ref.active,
21025
21051
  color = _ref.color,
21026
21052
  extrastyles = _ref.extrastyles,
21027
- props = _objectWithoutProperties(_ref, _excluded$n);
21053
+ props = _objectWithoutProperties(_ref, _excluded$o);
21028
21054
  return /*#__PURE__*/React.createElement(Link, _extends({}, props, {
21029
21055
  ref: ref
21030
21056
  }));
@@ -22707,7 +22733,7 @@ _curry2(function test(pattern, str) {
22707
22733
  return _cloneRegExp(pattern).test(str);
22708
22734
  });
22709
22735
 
22710
- var _excluded$o = ["url", "disabled", "fileLink", "extraStyles", "linkExtraStyles", "newTab", "dataQa"];
22736
+ var _excluded$p = ["url", "disabled", "fileLink", "extraStyles", "linkExtraStyles", "newTab", "dataQa"];
22711
22737
  var ButtonWithLink = function ButtonWithLink(_ref) {
22712
22738
  var _ref$url = _ref.url,
22713
22739
  url = _ref$url === void 0 ? "/" : _ref$url,
@@ -22722,7 +22748,7 @@ var ButtonWithLink = function ButtonWithLink(_ref) {
22722
22748
  _ref$newTab = _ref.newTab,
22723
22749
  newTab = _ref$newTab === void 0 ? false : _ref$newTab,
22724
22750
  dataQa = _ref.dataQa,
22725
- otherProps = _objectWithoutProperties(_ref, _excluded$o);
22751
+ otherProps = _objectWithoutProperties(_ref, _excluded$p);
22726
22752
  var ButtonWithLinkWrapper = function ButtonWithLinkWrapper(_ref2) {
22727
22753
  var children = _ref2.children,
22728
22754
  url = _ref2.url,
@@ -22810,7 +22836,7 @@ var ParagraphText = styled.p.withConfig({
22810
22836
  return extraStyles;
22811
22837
  });
22812
22838
 
22813
- var _excluded$p = ["themeValues", "weight", "color", "margin", "extraStyles", "dataQa", "children", "as"];
22839
+ var _excluded$q = ["themeValues", "weight", "color", "margin", "extraStyles", "dataQa", "children", "as"];
22814
22840
  var Paragraph = function Paragraph(_ref) {
22815
22841
  var themeValues = _ref.themeValues,
22816
22842
  _ref$weight = _ref.weight,
@@ -22824,7 +22850,7 @@ var Paragraph = function Paragraph(_ref) {
22824
22850
  dataQa = _ref.dataQa,
22825
22851
  children = _ref.children,
22826
22852
  as = _ref.as,
22827
- rest = _objectWithoutProperties(_ref, _excluded$p);
22853
+ rest = _objectWithoutProperties(_ref, _excluded$q);
22828
22854
  return /*#__PURE__*/React.createElement(ParagraphText, _extends({
22829
22855
  weight: weight,
22830
22856
  color: color,
@@ -26133,7 +26159,7 @@ var mobileFallbackValues$1 = {
26133
26159
  };
26134
26160
  var MOBILE_BREAKPOINT$1 = 768;
26135
26161
 
26136
- var _excluded$q = ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"];
26162
+ var _excluded$r = ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"];
26137
26163
 
26138
26164
  /*
26139
26165
  New responsive text component for Detail elements
@@ -26183,7 +26209,7 @@ var Detail = function Detail(_ref) {
26183
26209
  as = _ref$as === void 0 ? "p" : _ref$as,
26184
26210
  dataQa = _ref.dataQa,
26185
26211
  children = _ref.children,
26186
- rest = _objectWithoutProperties(_ref, _excluded$q);
26212
+ rest = _objectWithoutProperties(_ref, _excluded$r);
26187
26213
  return /*#__PURE__*/React.createElement(DetailText, _extends({
26188
26214
  variant: variant,
26189
26215
  as: as,
@@ -26893,7 +26919,7 @@ var fallbackValues$k = {
26893
26919
  formFooterPanel: formFooterPanel
26894
26920
  };
26895
26921
 
26896
- var _excluded$r = ["showErrors", "themeValues"],
26922
+ var _excluded$s = ["showErrors", "themeValues"],
26897
26923
  _excluded2 = ["type", "labelTextWhenNoError", "errorMessages", "isNum", "isEmail", "helperModal", "field", "fieldActions", "showErrors", "formatter", "decorator", "themeValues", "background", "customHeight", "autocompleteValue", "extraStyles", "removeFromValue", "dataQa", "isRequired"];
26898
26924
  var InputField = styled.input.withConfig({
26899
26925
  displayName: "FormInput__InputField",
@@ -26928,7 +26954,7 @@ var InputField = styled.input.withConfig({
26928
26954
  var FormattedInputField = styled(function (_ref8) {
26929
26955
  var showErrors = _ref8.showErrors,
26930
26956
  themeValues = _ref8.themeValues,
26931
- props = _objectWithoutProperties(_ref8, _excluded$r);
26957
+ props = _objectWithoutProperties(_ref8, _excluded$s);
26932
26958
  return /*#__PURE__*/React.createElement(FormattedInput, props);
26933
26959
  }).withConfig({
26934
26960
  displayName: "FormInput__FormattedInputField",
@@ -27100,7 +27126,7 @@ var FormInput = function FormInput(_ref15) {
27100
27126
  };
27101
27127
  var FormInput$1 = themeComponent(FormInput, "FormInput", fallbackValues$k, "default");
27102
27128
 
27103
- var _excluded$s = ["breakpoint", "childGap", "largeChild", "largeChildSize", "children"];
27129
+ var _excluded$t = ["breakpoint", "childGap", "largeChild", "largeChildSize", "children"];
27104
27130
  var FormInputRow = function FormInputRow(_ref) {
27105
27131
  var _ref$breakpoint = _ref.breakpoint,
27106
27132
  breakpoint = _ref$breakpoint === void 0 ? "30rem" : _ref$breakpoint,
@@ -27109,7 +27135,7 @@ var FormInputRow = function FormInputRow(_ref) {
27109
27135
  largeChild = _ref.largeChild,
27110
27136
  largeChildSize = _ref.largeChildSize,
27111
27137
  children = _ref.children,
27112
- rest = _objectWithoutProperties(_ref, _excluded$s);
27138
+ rest = _objectWithoutProperties(_ref, _excluded$t);
27113
27139
  return /*#__PURE__*/React.createElement(Box, _extends({
27114
27140
  padding: "0"
27115
27141
  }, rest), /*#__PURE__*/React.createElement(Switcher, {
@@ -27120,24 +27146,24 @@ var FormInputRow = function FormInputRow(_ref) {
27120
27146
  }, children));
27121
27147
  };
27122
27148
 
27123
- var _excluded$t = ["childGap", "bottomItem", "children"];
27149
+ var _excluded$u = ["childGap", "bottomItem", "children"];
27124
27150
  var FormInputColumn = function FormInputColumn(_ref) {
27125
27151
  var _ref$childGap = _ref.childGap,
27126
27152
  childGap = _ref$childGap === void 0 ? "0.5rem" : _ref$childGap,
27127
27153
  bottomItem = _ref.bottomItem,
27128
27154
  children = _ref.children,
27129
- rest = _objectWithoutProperties(_ref, _excluded$t);
27155
+ rest = _objectWithoutProperties(_ref, _excluded$u);
27130
27156
  return /*#__PURE__*/React.createElement(Stack, _extends({
27131
27157
  childGap: childGap,
27132
27158
  bottomItem: bottomItem
27133
27159
  }, rest), children);
27134
27160
  };
27135
27161
 
27136
- var _excluded$u = ["themeValues", "children"];
27162
+ var _excluded$v = ["themeValues", "children"];
27137
27163
  var FormContainer = function FormContainer(_ref) {
27138
27164
  var themeValues = _ref.themeValues,
27139
27165
  children = _ref.children,
27140
- rest = _objectWithoutProperties(_ref, _excluded$u);
27166
+ rest = _objectWithoutProperties(_ref, _excluded$v);
27141
27167
  var _useContext = useContext(ThemeContext),
27142
27168
  isMobile = _useContext.isMobile;
27143
27169
  return /*#__PURE__*/React.createElement(Box, _extends({
@@ -27447,7 +27473,7 @@ var fallbackValues$o = {
27447
27473
  fontSize: fontSize$8
27448
27474
  };
27449
27475
 
27450
- var _excluded$v = ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"];
27476
+ var _excluded$w = ["themeValues", "weight", "color", "margin", "textAlign", "extraStyles", "className", "variant", "as", "dataQa", "children"];
27451
27477
  var Heading = function Heading(_ref) {
27452
27478
  var themeValues = _ref.themeValues,
27453
27479
  _ref$weight = _ref.weight,
@@ -27466,7 +27492,7 @@ var Heading = function Heading(_ref) {
27466
27492
  as = _ref$as === void 0 ? variant : _ref$as,
27467
27493
  dataQa = _ref.dataQa,
27468
27494
  children = _ref.children,
27469
- rest = _objectWithoutProperties(_ref, _excluded$v);
27495
+ rest = _objectWithoutProperties(_ref, _excluded$w);
27470
27496
  return /*#__PURE__*/React.createElement(HeadingText, _extends({
27471
27497
  variant: variant,
27472
27498
  as: as,
@@ -27667,11 +27693,11 @@ var LabeledAmountV2 = function LabeledAmountV2(_ref) {
27667
27693
  }, /*#__PURE__*/React.createElement("span", null, label), /*#__PURE__*/React.createElement("span", null, amount));
27668
27694
  };
27669
27695
 
27670
- var _excluded$w = ["version"];
27696
+ var _excluded$x = ["version"];
27671
27697
  var LabeledAmount = function LabeledAmount(_ref) {
27672
27698
  var _ref$version = _ref.version,
27673
27699
  version = _ref$version === void 0 ? "v1" : _ref$version,
27674
- rest = _objectWithoutProperties(_ref, _excluded$w);
27700
+ rest = _objectWithoutProperties(_ref, _excluded$x);
27675
27701
  var LabeledAmountComponent = version === "v1" ? LabeledAmountV1 : LabeledAmountV2;
27676
27702
  return /*#__PURE__*/React.createElement(LabeledAmountComponent, rest);
27677
27703
  };
@@ -27816,7 +27842,7 @@ var Loading = function Loading() {
27816
27842
  })))));
27817
27843
  };
27818
27844
 
27819
- var _excluded$x = ["leftContent", "rightContent", "footerMinHeight", "backgroundColor", "largeSide", "largeSideSize", "footerPadding", "isMobile", "footerWidth"];
27845
+ var _excluded$y = ["leftContent", "rightContent", "footerMinHeight", "backgroundColor", "largeSide", "largeSideSize", "footerPadding", "isMobile", "footerWidth"];
27820
27846
  var NavFooter = function NavFooter(_ref) {
27821
27847
  var leftContent = _ref.leftContent,
27822
27848
  rightContent = _ref.rightContent,
@@ -27831,7 +27857,7 @@ var NavFooter = function NavFooter(_ref) {
27831
27857
  footerPadding = _ref$footerPadding === void 0 ? "1.5rem 1rem" : _ref$footerPadding,
27832
27858
  isMobile = _ref.isMobile,
27833
27859
  footerWidth = _ref.footerWidth,
27834
- rest = _objectWithoutProperties(_ref, _excluded$x);
27860
+ rest = _objectWithoutProperties(_ref, _excluded$y);
27835
27861
  return /*#__PURE__*/React.createElement(Box, _extends({
27836
27862
  padding: footerPadding,
27837
27863
  background: backgroundColor,
@@ -27862,7 +27888,7 @@ var NavFooter = function NavFooter(_ref) {
27862
27888
  }, rightContent)))))));
27863
27889
  };
27864
27890
 
27865
- var _excluded$y = ["leftContent", "rightContent", "headerHeight", "isMobile", "backgroundColor", "headerWidth"];
27891
+ var _excluded$z = ["leftContent", "rightContent", "headerHeight", "isMobile", "backgroundColor", "headerWidth"];
27866
27892
  var NavHeader = function NavHeader(_ref) {
27867
27893
  var leftContent = _ref.leftContent,
27868
27894
  rightContent = _ref.rightContent,
@@ -27871,7 +27897,7 @@ var NavHeader = function NavHeader(_ref) {
27871
27897
  isMobile = _ref.isMobile,
27872
27898
  backgroundColor = _ref.backgroundColor,
27873
27899
  headerWidth = _ref.headerWidth,
27874
- rest = _objectWithoutProperties(_ref, _excluded$y);
27900
+ rest = _objectWithoutProperties(_ref, _excluded$z);
27875
27901
  return /*#__PURE__*/React.createElement(Box, _extends({
27876
27902
  padding: "0 16px 4px",
27877
27903
  background: backgroundColor,
@@ -39819,7 +39845,7 @@ var TableRowWrapper = styled.tr.withConfig({
39819
39845
  return extraStyles;
39820
39846
  });
39821
39847
 
39822
- var _excluded$z = ["children", "extraStyles", "hoverCursor", "hoverEffect", "onClick", "themeValues"];
39848
+ var _excluded$A = ["children", "extraStyles", "hoverCursor", "hoverEffect", "onClick", "themeValues"];
39823
39849
  var TableRow = function TableRow(_ref) {
39824
39850
  var children = _ref.children,
39825
39851
  extraStyles = _ref.extraStyles,
@@ -39828,7 +39854,7 @@ var TableRow = function TableRow(_ref) {
39828
39854
  hoverEffect = _ref$hoverEffect === void 0 ? true : _ref$hoverEffect,
39829
39855
  onClick = _ref.onClick,
39830
39856
  themeValues = _ref.themeValues,
39831
- props = _objectWithoutProperties(_ref, _excluded$z);
39857
+ props = _objectWithoutProperties(_ref, _excluded$A);
39832
39858
  return /*#__PURE__*/React.createElement(TableRowWrapper, _extends({
39833
39859
  onClick: onClick,
39834
39860
  hoverEffect: hoverEffect,
@@ -47273,11 +47299,11 @@ var Modal$2 = function Modal(_ref) {
47273
47299
  };
47274
47300
  var ModalControlV2 = withWindowSize(Modal$2);
47275
47301
 
47276
- var _excluded$A = ["version"];
47302
+ var _excluded$B = ["version"];
47277
47303
  var Modal$3 = function Modal(_ref) {
47278
47304
  var _ref$version = _ref.version,
47279
47305
  version = _ref$version === void 0 ? "v1" : _ref$version,
47280
- rest = _objectWithoutProperties(_ref, _excluded$A);
47306
+ rest = _objectWithoutProperties(_ref, _excluded$B);
47281
47307
  var ModalControl = version === "v1" ? Modal$1 : ModalControlV2;
47282
47308
  return /*#__PURE__*/React.createElement(ModalControl, rest);
47283
47309
  };
@@ -48581,7 +48607,7 @@ var fallbackValues$N = {
48581
48607
  labeledAmountTotal: labeledAmountTotal
48582
48608
  };
48583
48609
 
48584
- var _excluded$B = ["amount"],
48610
+ var _excluded$C = ["amount"],
48585
48611
  _excluded2$1 = ["amount"];
48586
48612
  var PaymentDetailsContent = function PaymentDetailsContent(_ref) {
48587
48613
  var lineItemElems = _ref.lineItemElems,
@@ -48826,7 +48852,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
48826
48852
  return fee.amount > 0;
48827
48853
  }).map(function (_ref5) {
48828
48854
  var amount = _ref5.amount,
48829
- rest = _objectWithoutProperties(_ref5, _excluded$B);
48855
+ rest = _objectWithoutProperties(_ref5, _excluded$C);
48830
48856
  return _objectSpread2(_objectSpread2({}, rest), {}, {
48831
48857
  amount: displayCurrency(amount)
48832
48858
  });
@@ -48916,7 +48942,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
48916
48942
  }, /*#__PURE__*/React.createElement(Title$1, {
48917
48943
  weight: FONT_WEIGHT_SEMIBOLD,
48918
48944
  as: "h2",
48919
- extraStyles: "font-size: 1.5rem; line-height: ".concat(isMobile ? "2.2861rem" : "2.25rem", ";"),
48945
+ extraStyles: "font-size: 1.5rem; line-height: ".concat(isMobile ? "2.2857rem" : "2.25rem", ";"),
48920
48946
  id: "payment-details-title"
48921
48947
  }, titleText), /*#__PURE__*/React.createElement(Title$1, {
48922
48948
  weight: FONT_WEIGHT_BOLD,
@@ -48926,7 +48952,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
48926
48952
  as: "h2",
48927
48953
  weight: FONT_WEIGHT_SEMIBOLD,
48928
48954
  margin: "1rem 0 0 0",
48929
- extraStyles: "font-size: 1.5rem; line-height: ".concat(isMobile ? "2.2861rem" : "2.25rem", ";"),
48955
+ extraStyles: "font-size: 1.5rem; line-height: ".concat(isMobile ? "2.2857rem" : "2.25rem", ";"),
48930
48956
  id: "payment-details-title"
48931
48957
  }, titleText), agencySubheading);
48932
48958
  return isCollapsible ? /*#__PURE__*/React.createElement(Collapsible, {
@@ -49263,11 +49289,11 @@ var TermsAndConditionsControlV2 = function TermsAndConditionsControlV2(_ref) {
49263
49289
  }, errorMessage))))));
49264
49290
  };
49265
49291
 
49266
- var _excluded$C = ["version"];
49292
+ var _excluded$D = ["version"];
49267
49293
  var TermsAndConditions = function TermsAndConditions(_ref) {
49268
49294
  var _ref$version = _ref.version,
49269
49295
  version = _ref$version === void 0 ? "v1" : _ref$version,
49270
- rest = _objectWithoutProperties(_ref, _excluded$C);
49296
+ rest = _objectWithoutProperties(_ref, _excluded$D);
49271
49297
  var TermsAndConditionsControl = version === "v1" ? TermsAndConditionsControlV1 : TermsAndConditionsControlV2;
49272
49298
  return /*#__PURE__*/React.createElement(TermsAndConditionsControl, rest);
49273
49299
  };
@@ -50066,7 +50092,7 @@ var InnerRadioSection = function InnerRadioSection(_ref) {
50066
50092
  }, section.content))));
50067
50093
  };
50068
50094
 
50069
- var _excluded$D = ["themeValues", "isMobile", "supportsTouch", "sections", "openSection", "toggleOpenSection", "staggeredAnimation", "initiallyOpen", "openHeight", "containerStyles", "ariaDescribedBy", "isSectionRequired", "groupedSections"];
50095
+ var _excluded$E = ["themeValues", "isMobile", "supportsTouch", "sections", "openSection", "toggleOpenSection", "staggeredAnimation", "initiallyOpen", "openHeight", "containerStyles", "ariaDescribedBy", "isSectionRequired", "groupedSections"];
50070
50096
 
50071
50097
  /**
50072
50098
  - The RadioSection component takes either a flat array (via the 'sections'
@@ -50114,7 +50140,7 @@ var RadioSection = function RadioSection(_ref) {
50114
50140
  _ref$isSectionRequire = _ref.isSectionRequired,
50115
50141
  isSectionRequired = _ref$isSectionRequire === void 0 ? false : _ref$isSectionRequire,
50116
50142
  groupedSections = _ref.groupedSections,
50117
- rest = _objectWithoutProperties(_ref, _excluded$D);
50143
+ rest = _objectWithoutProperties(_ref, _excluded$E);
50118
50144
  var _useState = useState(null),
50119
50145
  _useState2 = _slicedToArray(_useState, 2),
50120
50146
  focused = _useState2[0],
@@ -50830,7 +50856,7 @@ var PopupMenuItemContainer = styled(ButtonWithAction).withConfig({
50830
50856
  return "\n background-color: ".concat(isDeleteAction ? theme.menuItemHoverBackgroundColorDelete : theme.menuItemHoverBackgroundColor, ";\n ");
50831
50857
  });
50832
50858
 
50833
- var _excluded$E = ["id", "closeMenuCallback", "action", "themeValues", "text", "hasIcon", "isDeleteAction", "icon", "textExtraStyles", "hoverStyles", "activeStyles", "extraStyles"];
50859
+ var _excluded$F = ["id", "closeMenuCallback", "action", "themeValues", "text", "hasIcon", "isDeleteAction", "icon", "textExtraStyles", "hoverStyles", "activeStyles", "extraStyles"];
50834
50860
  var PopupMenuItem = function PopupMenuItem(_ref) {
50835
50861
  var id = _ref.id,
50836
50862
  closeMenuCallback = _ref.closeMenuCallback,
@@ -50846,7 +50872,7 @@ var PopupMenuItem = function PopupMenuItem(_ref) {
50846
50872
  hoverStyles = _ref.hoverStyles,
50847
50873
  activeStyles = _ref.activeStyles,
50848
50874
  extraStyles = _ref.extraStyles,
50849
- rest = _objectWithoutProperties(_ref, _excluded$E);
50875
+ rest = _objectWithoutProperties(_ref, _excluded$F);
50850
50876
  return /*#__PURE__*/React.createElement(PopupMenuItemContainer, _extends({
50851
50877
  id: id,
50852
50878
  role: "menuItem",
@@ -51312,5 +51338,5 @@ var index$6 = /*#__PURE__*/Object.freeze({
51312
51338
  useToastNotification: useToastNotification
51313
51339
  });
51314
51340
 
51315
- export { AccountNumberImage, AccountsAddIcon$1 as AccountsAddIcon, AccountsIcon$1 as AccountsIcon, AccountsIconSmall$1 as AccountsIconSmall, AchReturnIcon, AddObligation$1 as AddObligation, AddressForm, Alert$1 as Alert, AllocatedIcon, AmountCallout$1 as AmountCallout, ArrowDownCircleIconSmall, ArrowLeftCircleIconMedium, ArrowLeftCircleIconSmall, ArrowRightCircleIconSmall, ArrowRightIcon, ArrowUpCircleIconSmall, AutopayIcon, AutopayOnIcon, Badge$1 as Badge, BankIcon, BankIconLarge, Banner$1 as Banner, Box, BoxWithShadow$1 as BoxWithShadow, Breadcrumbs as Breadcrumb, ButtonWithAction, ButtonWithLink, CalendarIcon, Card$1 as Card, CarrotIcon$1 as CarrotIcon, CashIcon, Center, CenterSingle$1 as CenterSingle, CenterStack$1 as CenterStack, ChangePasswordForm, ChargebackIcon, ChargebackIconMedium, ChargebackIconSmall, ChargebackReversalIcon, ChargebackReversalIconMedium, ChargebackReversalIconSmall, CheckIcon, Checkbox$1 as Checkbox, CheckboxList$1 as CheckboxList, CheckmarkIcon, ChevronIcon$1 as ChevronIcon, CloseIcon, Cluster, CollapsibleSection$1 as CollapsibleSection, Copyable, CountryDropdown, Cover, CustomerSearchIcon, DefaultPageTemplate, Detail$1 as Detail, DisabledAccountsAddIcon, DisabledPaymentMethodsAddIcon, DisabledPropertiesAddIcon, DisplayBox$1 as DisplayBox, DisplayCard, Dropdown$1 as Dropdown, DuplicateIcon, EditNameForm, EditableList, EditableTable, EmailForm, EmptyCartIcon$1 as EmptyCartIcon, ErroredIcon, ExternalLink, ExternalLinkIcon, FailedIcon, FindIconSmall$1 as FindIconSmall, FooterWithSubfooter$1 as FooterWithSubfooter, ForgotPasswordForm, ForgotPasswordIcon$1 as ForgotPasswordIcon, FormContainer$1 as FormContainer, FormFooterPanel$1 as FormFooterPanel, FormInput$1 as FormInput, FormInputColumn, FormInputRow, FormSelect$1 as FormSelect, FormattedAddress$1 as FormattedAddress, FormattedBankAccount$1 as FormattedBankAccount, FormattedCreditCard$1 as FormattedCreditCard, Frame, GenericCard, GenericCardLarge, GenericErrorIcon, GoToEmailIcon$1 as GoToEmailIcon, Grid, GuidedCheckoutImage, HamburgerButton, Heading$1 as Heading, HighlightTabRow$1 as HighlightTabRow, HistoryIconSmall$1 as HistoryIconSmall, IconAdd, IconQuitLarge, ImageBox, Imposter, InternalLink, Jumbo$1 as Jumbo, KebabMenuIcon, KioskImage, LabeledAmount$1 as LabeledAmount, LineItem$1 as LineItem, LinkCard$1 as LinkCard, Loading, LoadingLine, LoginForm, Modal$3 as Modal, Module$1 as Module, Motion, MultiCartIcon, NavFooter, NavHeader, NavMenuDesktop$1 as NavMenuDesktop, NavMenuMobile$1 as NavMenuMobile, NavTabs, NoCustomerResultsIcon, NoPaymentResultsIcon, NotFoundIcon, Obligation, iconsMap as ObligationIcons, Pagination$1 as Pagination, Paragraph$1 as Paragraph, PartialAmountForm, PasswordRequirements, PaymentButtonBar, PaymentDetails$1 as PaymentDetails, PaymentFormACH, PaymentFormCard$1 as PaymentFormCard, PaymentMethodAddIcon$1 as PaymentMethodAddIcon, PaymentMethodIcon$1 as PaymentMethodIcon, PaymentSearchIcon, PaymentsIconSmall$1 as PaymentsIconSmall, PencilIcon$1 as PencilIcon, PendingIcon, PeriscopeDashboardIframe, PeriscopeFailedIcon, PhoneForm, Placeholder$1 as Placeholder, PlusCircleIcon, PointOfSaleImage, Popover$1 as Popover, PopupMenu$1 as PopupMenu, ProcessingFee$1 as ProcessingFee, ProfileIcon$1 as ProfileIcon, ProfileIconSmall$1 as ProfileIconSmall, ProfileImage, PropertiesAddIcon$1 as PropertiesAddIcon, PropertiesIconSmall$1 as PropertiesIconSmall, RadioButton$2 as RadioButton, RadioButtonWithLabel$1 as RadioButtonWithLabel, RadioGroup, RadioSection$1 as RadioSection, Reel, RefundIcon, RefundIconMedium, RefundIconSmall, RegistrationForm, RejectedIcon, RejectedVelocityIcon, ResetConfirmationForm$1 as ResetConfirmationForm, ResetPasswordForm, ResetPasswordIcon, ResetPasswordSuccess, RevenueManagementImage, RoutingNumberImage, SearchIcon, SearchableSelect$1 as SearchableSelect, SettingsIconSmall$1 as SettingsIconSmall, ShoppingCartIcon, Sidebar, SidebarSingleContent$1 as SidebarSingleContent, SidebarStackContent$1 as SidebarStackContent, SolidDivider$1 as SolidDivider, Spinner$2 as Spinner, Stack, StandardCheckoutImage, FormStateDropdown as StateProvinceDropdown, StatusUnknownIcon, SuccessfulIcon, SuccessfulIconMedium, SuccessfulIconSmall, Switcher, TabSidebar$1 as TabSidebar, Table_styled as Table, TableBody_styled as TableBody, TableCell_styled as TableCell, TableHead$1 as TableHead, TableHeading_styled as TableHeading, TableListItem, TableRow$1 as TableRow, Tabs$1 as Tabs, TermsAndConditions, TermsAndConditionsModal$1 as TermsAndConditionsModal, Text$1 as Text, Timeout$1 as Timeout, TimeoutImage, Title$1 as Title, ToastNotification, ToggleSwitch$1 as ToggleSwitch, TrashIcon$1 as TrashIcon, TrashIconV2$1 as TrashIconV2, TypeaheadInput, VerifiedEmailIcon$1 as VerifiedEmailIcon, VoidedIcon, WalletBannerIcon$1 as WalletBannerIcon, WalletIcon$1 as WalletIcon, WalletIconSmall$1 as WalletIconSmall, WalletName, WarningIconXS, WelcomeModule$1 as WelcomeModule, WorkflowTile, XCircleIconMedium, XCircleIconSmall, cardRegistry, index$4 as constants, createPartialAmountFormState, createPartialAmountFormValidators, index$5 as hooks, index$6 as util, withWindowSize };
51341
+ export { AccountNumberImage, AccountsAddIcon$1 as AccountsAddIcon, AccountsIcon$1 as AccountsIcon, AccountsIconSmall$1 as AccountsIconSmall, AchReturnIcon, AddObligation$1 as AddObligation, AddressForm, Alert$1 as Alert, AllocatedIcon, AmountCallout$1 as AmountCallout, ArrowDownCircleIconSmall, ArrowLeftCircleIconMedium, ArrowLeftCircleIconSmall, ArrowRightCircleIconSmall, ArrowRightIcon, ArrowUpCircleIconSmall, AutopayIcon, AutopayOnIcon, Badge$1 as Badge, BankIcon, BankIconLarge, Banner$1 as Banner, Box, BoxWithShadow$1 as BoxWithShadow, Breadcrumbs as Breadcrumb, ButtonWithAction, ButtonWithLink, CalendarIcon, Card$1 as Card, CarrotIcon$1 as CarrotIcon, CashIcon, Center, CenterSingle$1 as CenterSingle, CenterStack$1 as CenterStack, ChangePasswordForm, ChargebackIcon, ChargebackIconMedium, ChargebackIconSmall, ChargebackReversalIcon, ChargebackReversalIconMedium, ChargebackReversalIconSmall, CheckIcon, Checkbox$1 as Checkbox, CheckboxList$1 as CheckboxList, CheckmarkIcon, ChevronIcon$1 as ChevronIcon, CloseIcon, Cluster, CollapsibleSection$1 as CollapsibleSection, Copyable, CountryDropdown, Cover, CustomerSearchIcon, DefaultPageTemplate, Detail$1 as Detail, DisabledAccountsAddIcon, DisabledPaymentMethodsAddIcon, DisabledPropertiesAddIcon, DisplayBox$1 as DisplayBox, DisplayCard, Dropdown$1 as Dropdown, DuplicateIcon, EditNameForm, EditableList, EditableTable, EmailForm, EmptyCartIcon$1 as EmptyCartIcon, EmptyCartIconV2$1 as EmptyCartIconV2, ErroredIcon, ExternalLink, ExternalLinkIcon, FailedIcon, FindIconSmall$1 as FindIconSmall, FooterWithSubfooter$1 as FooterWithSubfooter, ForgotPasswordForm, ForgotPasswordIcon$1 as ForgotPasswordIcon, FormContainer$1 as FormContainer, FormFooterPanel$1 as FormFooterPanel, FormInput$1 as FormInput, FormInputColumn, FormInputRow, FormSelect$1 as FormSelect, FormattedAddress$1 as FormattedAddress, FormattedBankAccount$1 as FormattedBankAccount, FormattedCreditCard$1 as FormattedCreditCard, Frame, GenericCard, GenericCardLarge, GenericErrorIcon, GoToEmailIcon$1 as GoToEmailIcon, Grid, GuidedCheckoutImage, HamburgerButton, Heading$1 as Heading, HighlightTabRow$1 as HighlightTabRow, HistoryIconSmall$1 as HistoryIconSmall, IconAdd, IconQuitLarge, ImageBox, Imposter, InternalLink, Jumbo$1 as Jumbo, KebabMenuIcon, KioskImage, LabeledAmount$1 as LabeledAmount, LineItem$1 as LineItem, LinkCard$1 as LinkCard, Loading, LoadingLine, LoginForm, Modal$3 as Modal, Module$1 as Module, Motion, MultiCartIcon, NavFooter, NavHeader, NavMenuDesktop$1 as NavMenuDesktop, NavMenuMobile$1 as NavMenuMobile, NavTabs, NoCustomerResultsIcon, NoPaymentResultsIcon, NotFoundIcon, Obligation, iconsMap as ObligationIcons, Pagination$1 as Pagination, Paragraph$1 as Paragraph, PartialAmountForm, PasswordRequirements, PaymentButtonBar, PaymentDetails$1 as PaymentDetails, PaymentFormACH, PaymentFormCard$1 as PaymentFormCard, PaymentMethodAddIcon$1 as PaymentMethodAddIcon, PaymentMethodIcon$1 as PaymentMethodIcon, PaymentSearchIcon, PaymentsIconSmall$1 as PaymentsIconSmall, PencilIcon$1 as PencilIcon, PendingIcon, PeriscopeDashboardIframe, PeriscopeFailedIcon, PhoneForm, Placeholder$1 as Placeholder, PlusCircleIcon, PointOfSaleImage, Popover$1 as Popover, PopupMenu$1 as PopupMenu, ProcessingFee$1 as ProcessingFee, ProfileIcon$1 as ProfileIcon, ProfileIconSmall$1 as ProfileIconSmall, ProfileImage, PropertiesAddIcon$1 as PropertiesAddIcon, PropertiesIconSmall$1 as PropertiesIconSmall, RadioButton$2 as RadioButton, RadioButtonWithLabel$1 as RadioButtonWithLabel, RadioGroup, RadioSection$1 as RadioSection, Reel, RefundIcon, RefundIconMedium, RefundIconSmall, RegistrationForm, RejectedIcon, RejectedVelocityIcon, ResetConfirmationForm$1 as ResetConfirmationForm, ResetPasswordForm, ResetPasswordIcon, ResetPasswordSuccess, RevenueManagementImage, RoutingNumberImage, SearchIcon, SearchableSelect$1 as SearchableSelect, SettingsIconSmall$1 as SettingsIconSmall, ShoppingCartIcon, Sidebar, SidebarSingleContent$1 as SidebarSingleContent, SidebarStackContent$1 as SidebarStackContent, SolidDivider$1 as SolidDivider, Spinner$2 as Spinner, Stack, StandardCheckoutImage, FormStateDropdown as StateProvinceDropdown, StatusUnknownIcon, SuccessfulIcon, SuccessfulIconMedium, SuccessfulIconSmall, Switcher, TabSidebar$1 as TabSidebar, Table_styled as Table, TableBody_styled as TableBody, TableCell_styled as TableCell, TableHead$1 as TableHead, TableHeading_styled as TableHeading, TableListItem, TableRow$1 as TableRow, Tabs$1 as Tabs, TermsAndConditions, TermsAndConditionsModal$1 as TermsAndConditionsModal, Text$1 as Text, Timeout$1 as Timeout, TimeoutImage, Title$1 as Title, ToastNotification, ToggleSwitch$1 as ToggleSwitch, TrashIcon$1 as TrashIcon, TrashIconV2$1 as TrashIconV2, TypeaheadInput, VerifiedEmailIcon$1 as VerifiedEmailIcon, VoidedIcon, WalletBannerIcon$1 as WalletBannerIcon, WalletIcon$1 as WalletIcon, WalletIconSmall$1 as WalletIconSmall, WalletName, WarningIconXS, WelcomeModule$1 as WelcomeModule, WorkflowTile, XCircleIconMedium, XCircleIconSmall, cardRegistry, index$4 as constants, createPartialAmountFormState, createPartialAmountFormValidators, index$5 as hooks, index$6 as util, withWindowSize };
51316
51342
  //# sourceMappingURL=index.esm.js.map