@thecb/components 7.7.1-beta.2 → 7.7.1-beta.4

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
@@ -16457,33 +16457,6 @@ var FindIconSmall = function FindIconSmall(_ref) {
16457
16457
 
16458
16458
  var FindIconSmall$1 = themeComponent(FindIconSmall, "Icons", fallbackValues$2, "primary");
16459
16459
 
16460
- var HistoryIconSmall = function HistoryIconSmall(_ref) {
16461
- var themeValues = _ref.themeValues,
16462
- _ref$iconIndex = _ref.iconIndex;
16463
- return /*#__PURE__*/React.createElement("svg", {
16464
- width: "20",
16465
- height: "20",
16466
- viewBox: "0 0 20 20",
16467
- fill: "none",
16468
- xmlns: "http://www.w3.org/2000/svg"
16469
- }, /*#__PURE__*/React.createElement("path", {
16470
- d: "M3.33337 8.33333C3.33337 7.8731 3.70647 7.5 4.16671 7.5H15.8334C16.2936 7.5 16.6667 7.8731 16.6667 8.33333V16.6667C16.6667 17.1269 16.2936 17.5 15.8334 17.5H4.16671C3.70647 17.5 3.33337 17.1269 3.33337 16.6667V8.33333Z",
16471
- fill: themeValues.singleIconColor
16472
- }), /*#__PURE__*/React.createElement("path", {
16473
- fillRule: "evenodd",
16474
- clipRule: "evenodd",
16475
- d: "M5.08337 4.75C4.66916 4.75 4.33337 5.08579 4.33337 5.5C4.33337 5.91421 4.66916 6.25 5.08337 6.25H14.9134C15.3276 6.25 15.6634 5.91421 15.6634 5.5C15.6634 5.08579 15.3276 4.75 14.9134 4.75H5.08337Z",
16476
- fill: themeValues.singleIconColor
16477
- }), /*#__PURE__*/React.createElement("path", {
16478
- fillRule: "evenodd",
16479
- clipRule: "evenodd",
16480
- d: "M6.03337 2.25C5.64677 2.25 5.33337 2.5634 5.33337 2.95C5.33337 3.3366 5.64678 3.65 6.03337 3.65H13.9634C14.35 3.65 14.6634 3.3366 14.6634 2.95C14.6634 2.5634 14.35 2.25 13.9634 2.25H6.03337Z",
16481
- fill: themeValues.singleIconColor
16482
- }));
16483
- };
16484
-
16485
- var HistoryIconSmall$1 = themeComponent(HistoryIconSmall, "Icons", fallbackValues$2, "primary");
16486
-
16487
16460
  var color$2 = "#15749D";
16488
16461
  var hoverColor$1 = "#116285";
16489
16462
  var activeColor$1 = "#0E506D";
@@ -36417,6 +36390,122 @@ var LoadingLine = function LoadingLine(_ref) {
36417
36390
  });
36418
36391
  };
36419
36392
 
36393
+ var Table_styled = styled.table.withConfig({
36394
+ displayName: "Tablestyled",
36395
+ componentId: "sc-mveye7-0"
36396
+ })(["width:100%;table-layout:auto;", ""], function (_ref) {
36397
+ var extraStyles = _ref.extraStyles;
36398
+ return extraStyles;
36399
+ });
36400
+
36401
+ var TableBody_styled = styled.tbody.withConfig({
36402
+ displayName: "TableBodystyled",
36403
+ componentId: "sc-wk5osr-0"
36404
+ })(["", ""], function (_ref) {
36405
+ var extraStyles = _ref.extraStyles;
36406
+ return extraStyles;
36407
+ });
36408
+
36409
+ var TableCell_styled = styled.td.withConfig({
36410
+ displayName: "TableCellstyled",
36411
+ componentId: "sc-iqndn8-0"
36412
+ })(["padding:", ";font-size:0.875rem;white-space:nowrap;max-width:250px;overflow:hidden;text-overflow:ellipsis;&:last-child{text-align:right;}", ";"], function (_ref) {
36413
+ var padding = _ref.padding;
36414
+ return padding ? padding : "24px";
36415
+ }, function (_ref2) {
36416
+ var extraStyles = _ref2.extraStyles;
36417
+ return extraStyles;
36418
+ });
36419
+
36420
+ var backgroundColor$6 = ALABASTER_WHITE;
36421
+ var borderColor$3 = GREY_CHATEAU;
36422
+ var fallbackValues$A = {
36423
+ backgroundColor: backgroundColor$6,
36424
+ borderColor: borderColor$3
36425
+ };
36426
+
36427
+ var StyledTableHead = styled.thead.withConfig({
36428
+ displayName: "TableHeadstyled",
36429
+ componentId: "sc-j8e6c1-0"
36430
+ })(["background-color:", ";border-bottom:", ";font-size:0.875rem;"], function (_ref) {
36431
+ var backgroundColor = _ref.backgroundColor;
36432
+ return backgroundColor;
36433
+ }, function (_ref2) {
36434
+ var borderColor = _ref2.borderColor;
36435
+ return "1px solid ".concat(borderColor);
36436
+ });
36437
+
36438
+ var borderColor$4 = GREY_CHATEAU;
36439
+ var hoverBackgroundColor$1 = HOVER_LIGHT_BLUE;
36440
+ var fallbackValues$B = {
36441
+ borderColor: borderColor$4,
36442
+ hoverBackgroundColor: hoverBackgroundColor$1
36443
+ };
36444
+
36445
+ var TableRowWrapper = styled.tr.withConfig({
36446
+ displayName: "TableRowstyled",
36447
+ componentId: "sc-1tc0sav-0"
36448
+ })(["&:not(:last-child){border-bottom:", ";}", " ", ""], function (_ref) {
36449
+ var borderColor = _ref.borderColor;
36450
+ return "1px solid ".concat(borderColor);
36451
+ }, function (_ref2) {
36452
+ var hoverEffect = _ref2.hoverEffect,
36453
+ hoverBackgroundColor = _ref2.hoverBackgroundColor;
36454
+ return hoverEffect && "&:hover {\n cursor: pointer;\n background-color: ".concat(hoverBackgroundColor, ";\n }");
36455
+ }, function (_ref3) {
36456
+ var extraStyles = _ref3.extraStyles;
36457
+ return extraStyles;
36458
+ });
36459
+
36460
+ var _excluded$w = ["children", "extraStyles", "hoverEffect", "onClick", "themeValues"];
36461
+
36462
+ var TableRow = function TableRow(_ref) {
36463
+ var children = _ref.children,
36464
+ extraStyles = _ref.extraStyles,
36465
+ _ref$hoverEffect = _ref.hoverEffect,
36466
+ hoverEffect = _ref$hoverEffect === void 0 ? true : _ref$hoverEffect,
36467
+ onClick = _ref.onClick,
36468
+ themeValues = _ref.themeValues,
36469
+ props = _objectWithoutProperties(_ref, _excluded$w);
36470
+
36471
+ return /*#__PURE__*/React.createElement(TableRowWrapper, _extends({
36472
+ onClick: onClick,
36473
+ hoverEffect: hoverEffect,
36474
+ extraStyles: extraStyles,
36475
+ borderColor: themeValues.borderColor,
36476
+ hoverBackgroundColor: themeValues.hoverBackgroundColor
36477
+ }, props), children);
36478
+ };
36479
+
36480
+ var TableRow$1 = themeComponent(TableRow, "TableRow", fallbackValues$B);
36481
+
36482
+ var TableHead = function TableHead(_ref) {
36483
+ var children = _ref.children,
36484
+ _ref$extraStyles = _ref.extraStyles,
36485
+ extraStyles = _ref$extraStyles === void 0 ? "" : _ref$extraStyles,
36486
+ themeValues = _ref.themeValues;
36487
+ return /*#__PURE__*/React.createElement(StyledTableHead, {
36488
+ backgroundColor: themeValues.backgroundColor,
36489
+ borderColor: themeValues.borderColor
36490
+ }, /*#__PURE__*/React.createElement(TableRow$1, {
36491
+ extraStyles: extraStyles,
36492
+ hoverEffect: false
36493
+ }, children));
36494
+ };
36495
+
36496
+ var TableHead$1 = themeComponent(TableHead, "TableHead", fallbackValues$A);
36497
+
36498
+ var TableHeading_styled = styled.th.withConfig({
36499
+ displayName: "TableHeadingstyled",
36500
+ componentId: "sc-1ggk38d-0"
36501
+ })(["padding:24px;min-width:", ";text-align:left;&:last-child{text-align:right;}", ""], function (_ref) {
36502
+ var minWidth = _ref.minWidth;
36503
+ return minWidth ? minWidth : "initial";
36504
+ }, function (_ref2) {
36505
+ var extraStyles = _ref2.extraStyles;
36506
+ return extraStyles;
36507
+ });
36508
+
36420
36509
  const validatorToPredicate = (validatorFn, emptyCase) => (
36421
36510
  value,
36422
36511
  ...rest
@@ -38319,9 +38408,9 @@ AddressForm.reducer = reducer;
38319
38408
  AddressForm.mapStateToProps = mapStateToProps$1;
38320
38409
  AddressForm.mapDispatchToProps = mapDispatchToProps;
38321
38410
 
38322
- var backgroundColor$6 = "#ebeffb";
38323
- var fallbackValues$A = {
38324
- backgroundColor: backgroundColor$6
38411
+ var backgroundColor$7 = "#ebeffb";
38412
+ var fallbackValues$C = {
38413
+ backgroundColor: backgroundColor$7
38325
38414
  };
38326
38415
 
38327
38416
  var Banner = function Banner(_ref) {
@@ -38372,7 +38461,7 @@ var Banner = function Banner(_ref) {
38372
38461
  }, /*#__PURE__*/React.createElement(Image, null))));
38373
38462
  };
38374
38463
 
38375
- var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$A);
38464
+ var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$C);
38376
38465
 
38377
38466
  var ChangePasswordForm = function ChangePasswordForm(_ref) {
38378
38467
  var _newPasswordErrorMess;
@@ -38514,7 +38603,7 @@ ChangePasswordForm.mapDispatchToProps = mapDispatchToProps$1;
38514
38603
  var titleColor$1 = "#292A33";
38515
38604
  var headingBackgroundColor = "transparent";
38516
38605
  var bodyBackgroundColor = "transparent";
38517
- var fallbackValues$B = {
38606
+ var fallbackValues$D = {
38518
38607
  titleColor: titleColor$1,
38519
38608
  headingBackgroundColor: headingBackgroundColor,
38520
38609
  bodyBackgroundColor: bodyBackgroundColor
@@ -38641,7 +38730,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
38641
38730
  }, children))));
38642
38731
  };
38643
38732
 
38644
- var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$B);
38733
+ var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$D);
38645
38734
 
38646
38735
  var ClipboardIcon = function ClipboardIcon(_ref) {
38647
38736
  var themeValues = _ref.themeValues;
@@ -39227,7 +39316,7 @@ EmailForm.mapDispatchToProps = mapDispatchToProps$3;
39227
39316
 
39228
39317
  var footerBackgroundColor = BRIGHT_GREY;
39229
39318
  var subfooterBackgroundColor = STORM_GREY;
39230
- var fallbackValues$C = {
39319
+ var fallbackValues$E = {
39231
39320
  footerBackgroundColor: footerBackgroundColor,
39232
39321
  subfooterBackgroundColor: subfooterBackgroundColor
39233
39322
  };
@@ -39259,7 +39348,7 @@ var FooterWithSubfooter = function FooterWithSubfooter(_ref) {
39259
39348
  }));
39260
39349
  };
39261
39350
 
39262
- var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$C);
39351
+ var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$E);
39263
39352
 
39264
39353
  var ForgotPasswordForm = function ForgotPasswordForm(_ref) {
39265
39354
  var _EmailErrorMessages;
@@ -39310,10 +39399,10 @@ ForgotPasswordForm.mapStateToProps = mapStateToProps$5;
39310
39399
  ForgotPasswordForm.mapDispatchToProps = mapDispatchToProps$4;
39311
39400
 
39312
39401
  var textColor$4 = "#ffffff";
39313
- var backgroundColor$7 = "#182848";
39314
- var fallbackValues$D = {
39402
+ var backgroundColor$8 = "#182848";
39403
+ var fallbackValues$F = {
39315
39404
  textColor: textColor$4,
39316
- backgroundColor: backgroundColor$7
39405
+ backgroundColor: backgroundColor$8
39317
39406
  };
39318
39407
 
39319
39408
  var HighlightTabRow = function HighlightTabRow(_ref) {
@@ -39368,7 +39457,7 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
39368
39457
  }), repeat( /*#__PURE__*/React.createElement(Box, null), boxesAfter))));
39369
39458
  };
39370
39459
 
39371
- var HighlightTabRow$1 = /*#__PURE__*/memo(themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$D));
39460
+ var HighlightTabRow$1 = /*#__PURE__*/memo(themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$F));
39372
39461
 
39373
39462
  var AccountBillIcon = function AccountBillIcon() {
39374
39463
  return /*#__PURE__*/React.createElement("svg", {
@@ -44515,12 +44604,12 @@ var borderRadius = {
44515
44604
  largeTitle: "0.25rem",
44516
44605
  small: "0.25rem"
44517
44606
  };
44518
- var backgroundColor$8 = {
44607
+ var backgroundColor$9 = {
44519
44608
  "default": WHITE,
44520
44609
  largeTitle: WHITE,
44521
44610
  small: WHITE
44522
44611
  };
44523
- var fallbackValues$E = {
44612
+ var fallbackValues$G = {
44524
44613
  fontSize: fontSize$9,
44525
44614
  fontWeight: fontWeight$5,
44526
44615
  fontColor: fontColor,
@@ -44530,7 +44619,7 @@ var fallbackValues$E = {
44530
44619
  titleSpacing: titleSpacing,
44531
44620
  boxShadow: boxShadow$1,
44532
44621
  borderRadius: borderRadius,
44533
- backgroundColor: backgroundColor$8
44622
+ backgroundColor: backgroundColor$9
44534
44623
  };
44535
44624
 
44536
44625
  /*
@@ -44579,9 +44668,9 @@ var Module = function Module(_ref) {
44579
44668
  }, children)));
44580
44669
  };
44581
44670
 
44582
- var Module$1 = /*#__PURE__*/memo(themeComponent(Module, "Module", fallbackValues$E, "default"));
44671
+ var Module$1 = /*#__PURE__*/memo(themeComponent(Module, "Module", fallbackValues$G, "default"));
44583
44672
 
44584
- var backgroundColor$9 = {
44673
+ var backgroundColor$a = {
44585
44674
  profile: "#3b414d",
44586
44675
  cms: "#3b414d"
44587
44676
  };
@@ -44589,8 +44678,8 @@ var shadowColor = {
44589
44678
  profile: "#292A33",
44590
44679
  cms: "#292A33"
44591
44680
  };
44592
- var fallbackValues$F = {
44593
- backgroundColor: backgroundColor$9,
44681
+ var fallbackValues$H = {
44682
+ backgroundColor: backgroundColor$a,
44594
44683
  shadowColor: shadowColor
44595
44684
  };
44596
44685
 
@@ -44630,7 +44719,7 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
44630
44719
  }, menuContent));
44631
44720
  };
44632
44721
 
44633
- var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$F, "profile");
44722
+ var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$H, "profile");
44634
44723
 
44635
44724
  var menu = posed.div({
44636
44725
  invisible: {
@@ -44686,7 +44775,7 @@ var NavMenuMobile = function NavMenuMobile(_ref) {
44686
44775
  }, menuContent));
44687
44776
  };
44688
44777
 
44689
- var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$F, "profile");
44778
+ var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$H, "profile");
44690
44779
 
44691
44780
  var ACH_METHOD = "BANK_ACCOUNT";
44692
44781
  var CC_METHOD = "CREDIT_CARD";
@@ -44747,7 +44836,7 @@ var activeColor$7 = "#0E506D";
44747
44836
  var linkColor$4 = "#3176AA";
44748
44837
  var fontWeight$6 = FONT_WEIGHT_REGULAR;
44749
44838
  var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
44750
- var fallbackValues$G = {
44839
+ var fallbackValues$I = {
44751
44840
  color: color$a,
44752
44841
  hoverColor: hoverColor$5,
44753
44842
  activeColor: activeColor$7,
@@ -44873,7 +44962,7 @@ var AutopayModal = function AutopayModal(_ref) {
44873
44962
  }, modalExtraProps), renderAutoPayControl());
44874
44963
  };
44875
44964
 
44876
- var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$G);
44965
+ var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$I);
44877
44966
 
44878
44967
  var AmountModule = function AmountModule(_ref) {
44879
44968
  var totalAmountDue = _ref.totalAmountDue,
@@ -45711,7 +45800,7 @@ var PaymentButtonBar = function PaymentButtonBar(_ref) {
45711
45800
  }, backButton, !hideForwardButton && /*#__PURE__*/React.createElement(Fragment$1, null, forwardButton))));
45712
45801
  };
45713
45802
 
45714
- var backgroundColor$a = {
45803
+ var backgroundColor$b = {
45715
45804
  "default": "transparent",
45716
45805
  small: "transparent"
45717
45806
  };
@@ -45727,14 +45816,14 @@ var labeledAmountTotal = {
45727
45816
  "default": "h6",
45728
45817
  small: "p"
45729
45818
  };
45730
- var fallbackValues$H = {
45731
- backgroundColor: backgroundColor$a,
45819
+ var fallbackValues$J = {
45820
+ backgroundColor: backgroundColor$b,
45732
45821
  lineItem: lineItem,
45733
45822
  labeledAmountSubtotal: labeledAmountSubtotal,
45734
45823
  labeledAmountTotal: labeledAmountTotal
45735
45824
  };
45736
45825
 
45737
- var _excluded$w = ["amount"],
45826
+ var _excluded$x = ["amount"],
45738
45827
  _excluded2$1 = ["amount"];
45739
45828
 
45740
45829
  var PaymentDetailsContent = function PaymentDetailsContent(_ref) {
@@ -45879,7 +45968,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
45879
45968
  return fee.amount > 0;
45880
45969
  }).map(function (_ref5) {
45881
45970
  var amount = _ref5.amount,
45882
- rest = _objectWithoutProperties(_ref5, _excluded$w);
45971
+ rest = _objectWithoutProperties(_ref5, _excluded$x);
45883
45972
 
45884
45973
  return _objectSpread2(_objectSpread2({}, rest), {}, {
45885
45974
  amount: displayCurrency(amount)
@@ -45978,7 +46067,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
45978
46067
  });
45979
46068
  };
45980
46069
 
45981
- var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$H, "default");
46070
+ var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$J, "default");
45982
46071
 
45983
46072
  var linkColor$5 = {
45984
46073
  "default": "#3176AA"
@@ -45995,7 +46084,7 @@ var fontWeight$7 = {
45995
46084
  var modalLinkHoverFocus$1 = {
45996
46085
  "default": "outline: none; text-decoration: underline;"
45997
46086
  };
45998
- var fallbackValues$I = {
46087
+ var fallbackValues$K = {
45999
46088
  linkColor: linkColor$5,
46000
46089
  fontSize: fontSize$a,
46001
46090
  lineHeight: lineHeight$4,
@@ -46054,7 +46143,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
46054
46143
  }, link));
46055
46144
  };
46056
46145
 
46057
- var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$I, "default");
46146
+ var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$K, "default");
46058
46147
 
46059
46148
  var PaymentFormACH = function PaymentFormACH(_ref) {
46060
46149
  var _routingNumberErrors, _accountNumberErrors;
@@ -46658,13 +46747,13 @@ var RadioGroup = function RadioGroup(_ref) {
46658
46747
  var headingBackgroundColor$1 = "".concat(WHITE);
46659
46748
  var headingDisabledColor = "".concat(ATHENS_GREY);
46660
46749
  var bodyBackgroundColor$1 = "#eeeeee";
46661
- var borderColor$3 = "".concat(GREY_CHATEAU);
46750
+ var borderColor$5 = "".concat(GREY_CHATEAU);
46662
46751
  var focusStyles = "outline: none;";
46663
- var fallbackValues$J = {
46752
+ var fallbackValues$L = {
46664
46753
  headingBackgroundColor: headingBackgroundColor$1,
46665
46754
  headingDisabledColor: headingDisabledColor,
46666
46755
  bodyBackgroundColor: bodyBackgroundColor$1,
46667
- borderColor: borderColor$3,
46756
+ borderColor: borderColor$5,
46668
46757
  focusStyles: focusStyles
46669
46758
  };
46670
46759
 
@@ -46848,7 +46937,7 @@ var RadioSection = function RadioSection(_ref) {
46848
46937
  })));
46849
46938
  };
46850
46939
 
46851
- var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$J);
46940
+ var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$L);
46852
46941
 
46853
46942
  var RegistrationForm = function RegistrationForm(_ref) {
46854
46943
  var _emailErrorMessages, _passwordErrorMessage;
@@ -47145,7 +47234,7 @@ var ResetPasswordSuccess = withWindowSize(ResetConfirmationForm$2);
47145
47234
  var activeTabBackground = "#FFFFFF";
47146
47235
  var activeTabAccent = "#15749D";
47147
47236
  var activeTabHover = "#B8D5E1";
47148
- var fallbackValues$K = {
47237
+ var fallbackValues$M = {
47149
47238
  activeTabBackground: activeTabBackground,
47150
47239
  activeTabAccent: activeTabAccent,
47151
47240
  activeTabHover: activeTabHover
@@ -47224,12 +47313,12 @@ var Tabs = function Tabs(_ref) {
47224
47313
  }))));
47225
47314
  };
47226
47315
 
47227
- var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$K);
47316
+ var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$M);
47228
47317
 
47229
47318
  var activeTabBackground$1 = "#FFFFFF";
47230
47319
  var activeTabAccent$1 = "#15749D";
47231
47320
  var activeTabHover$1 = "#B8D5E1";
47232
- var fallbackValues$L = {
47321
+ var fallbackValues$N = {
47233
47322
  activeTabBackground: activeTabBackground$1,
47234
47323
  activeTabAccent: activeTabAccent$1,
47235
47324
  activeTabHover: activeTabHover$1
@@ -47285,9 +47374,9 @@ var TabSidebar = function TabSidebar(_ref) {
47285
47374
  })));
47286
47375
  };
47287
47376
 
47288
- var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$L);
47377
+ var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$N);
47289
47378
 
47290
- var backgroundColor$b = {
47379
+ var backgroundColor$c = {
47291
47380
  "default": "#ffffff",
47292
47381
  footer: "#ffffff"
47293
47382
  };
@@ -47316,8 +47405,8 @@ var modalLinkHoverFocus$2 = {
47316
47405
  "default": standardInteractionStyles,
47317
47406
  footer: standardInteractionStyles
47318
47407
  };
47319
- var fallbackValues$M = {
47320
- backgroundColor: backgroundColor$b,
47408
+ var fallbackValues$O = {
47409
+ backgroundColor: backgroundColor$c,
47321
47410
  linkColor: linkColor$6,
47322
47411
  border: border$3,
47323
47412
  fontSize: fontSize$b,
@@ -47378,7 +47467,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
47378
47467
  }, link));
47379
47468
  };
47380
47469
 
47381
- var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$M, "default");
47470
+ var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$O, "default");
47382
47471
 
47383
47472
  var TermsAndConditions = function TermsAndConditions(_ref) {
47384
47473
  var onCheck = _ref.onCheck,
@@ -47453,7 +47542,7 @@ var fontColor$1 = WHITE;
47453
47542
  var textAlign$1 = "left";
47454
47543
  var headerBackgroundColor$1 = BRIGHT_GREY;
47455
47544
  var imageBackgroundColor$1 = MATISSE_BLUE;
47456
- var fallbackValues$N = {
47545
+ var fallbackValues$P = {
47457
47546
  fontWeight: fontWeight$9,
47458
47547
  fontColor: fontColor$1,
47459
47548
  textAlign: textAlign$1,
@@ -47500,7 +47589,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
47500
47589
  })))));
47501
47590
  };
47502
47591
 
47503
- var WelcomeModule$1 = /*#__PURE__*/memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$N));
47592
+ var WelcomeModule$1 = /*#__PURE__*/memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$P));
47504
47593
 
47505
47594
  var WorkflowTile = function WorkflowTile(_ref) {
47506
47595
  var _ref$workflowName = _ref.workflowName,
@@ -47555,7 +47644,7 @@ var WorkflowTile = function WorkflowTile(_ref) {
47555
47644
  };
47556
47645
 
47557
47646
  var pageBackground = "#FBFCFD";
47558
- var fallbackValues$O = {
47647
+ var fallbackValues$Q = {
47559
47648
  pageBackground: pageBackground
47560
47649
  };
47561
47650
 
@@ -47602,7 +47691,7 @@ var CenterSingle = function CenterSingle(_ref) {
47602
47691
  })));
47603
47692
  };
47604
47693
 
47605
- var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$O));
47694
+ var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$Q));
47606
47695
 
47607
47696
  var CenterStack = function CenterStack(_ref) {
47608
47697
  var header = _ref.header,
@@ -47644,7 +47733,7 @@ var CenterStack = function CenterStack(_ref) {
47644
47733
  })));
47645
47734
  };
47646
47735
 
47647
- var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$O));
47736
+ var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$Q));
47648
47737
 
47649
47738
  var CenterSingle$2 = function CenterSingle(_ref) {
47650
47739
  var header = _ref.header,
@@ -47689,7 +47778,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
47689
47778
  })));
47690
47779
  };
47691
47780
 
47692
- var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$O));
47781
+ var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$Q));
47693
47782
 
47694
47783
  var SidebarSingleContent = function SidebarSingleContent(_ref) {
47695
47784
  var header = _ref.header,
@@ -47743,7 +47832,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
47743
47832
  })));
47744
47833
  };
47745
47834
 
47746
- var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$O));
47835
+ var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$Q));
47747
47836
 
47748
47837
  var SidebarStackContent = function SidebarStackContent(_ref) {
47749
47838
  var header = _ref.header,
@@ -47814,7 +47903,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
47814
47903
  })));
47815
47904
  };
47816
47905
 
47817
- var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$O));
47906
+ var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$Q));
47818
47907
 
47819
- 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, AutopayOnIcon, BankIcon, 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, ChargebackReversalIcon, CheckIcon, Checkbox$1 as Checkbox, CheckboxList$1 as CheckboxList, CheckmarkIcon, ChevronIcon$1 as ChevronIcon, Cluster, CollapsibleSection$1 as CollapsibleSection, Copyable, CountryDropdown, Cover, CustomerSearchIcon, DefaultPageTemplate, Detail$1 as Detail, 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, GoToEmailIcon$1 as GoToEmailIcon, Grid, GuidedCheckoutImage, HamburgerButton, Heading$1 as Heading, HighlightTabRow$1 as HighlightTabRow, HistoryIconSmall$1 as HistoryIconSmall, IconAdd, IconQuitLarge, Imposter, InternalLink, Jumbo$1 as Jumbo, LabeledAmount$1 as LabeledAmount, LineItem$1 as LineItem, Loading, LoadingLine, LoginForm, Modal$1 as Modal, Module$1 as Module, Motion, NavFooter, NavHeader, NavMenuDesktop$1 as NavMenuDesktop, NavMenuMobile$1 as NavMenuMobile, NavTabs, NoCustomerResultsIcon, NoPaymentResultsIcon, NotFoundIcon, Obligation, iconsMap as ObligationIcons, 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, PendingIcon, PeriscopeDashboardIframe, PeriscopeFailedIcon, PhoneForm, Placeholder$1 as Placeholder, Popover$1 as Popover, 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, RadioGroup, RadioSection$1 as RadioSection, Reel, RefundIcon, 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, Switcher, TabSidebar$1 as TabSidebar, TableListItem, Tabs$1 as Tabs, TermsAndConditions, TermsAndConditionsModal$1 as TermsAndConditionsModal, Text$1 as Text, Timeout$1 as Timeout, TimeoutImage, Title$1 as Title, ToggleSwitch$1 as ToggleSwitch, TrashIcon$1 as TrashIcon, TypeaheadInput, VerifiedEmailIcon$1 as VerifiedEmailIcon, VoidedIcon, WalletBannerIcon$1 as WalletBannerIcon, WalletIcon$1 as WalletIcon, WalletIconSmall$1 as WalletIconSmall, WarningIconXS, WelcomeModule$1 as WelcomeModule, WorkflowTile, cardRegistry, index$5 as constants, createPartialAmountFormState, index$4 as util, withWindowSize };
47908
+ 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, AutopayOnIcon, BankIcon, 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, ChargebackReversalIcon, CheckIcon, Checkbox$1 as Checkbox, CheckboxList$1 as CheckboxList, CheckmarkIcon, ChevronIcon$1 as ChevronIcon, Cluster, CollapsibleSection$1 as CollapsibleSection, Copyable, CountryDropdown, Cover, CustomerSearchIcon, DefaultPageTemplate, Detail$1 as Detail, 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, GoToEmailIcon$1 as GoToEmailIcon, Grid, GuidedCheckoutImage, HamburgerButton, Heading$1 as Heading, HighlightTabRow$1 as HighlightTabRow, IconAdd, IconQuitLarge, Imposter, InternalLink, Jumbo$1 as Jumbo, LabeledAmount$1 as LabeledAmount, LineItem$1 as LineItem, Loading, LoadingLine, LoginForm, Modal$1 as Modal, Module$1 as Module, Motion, NavFooter, NavHeader, NavMenuDesktop$1 as NavMenuDesktop, NavMenuMobile$1 as NavMenuMobile, NavTabs, NoCustomerResultsIcon, NoPaymentResultsIcon, NotFoundIcon, Obligation, iconsMap as ObligationIcons, 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, PendingIcon, PeriscopeDashboardIframe, PeriscopeFailedIcon, PhoneForm, Placeholder$1 as Placeholder, Popover$1 as Popover, 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, RadioGroup, RadioSection$1 as RadioSection, Reel, RefundIcon, 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, 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, TableRowWrapper as TableRow, Tabs$1 as Tabs, TermsAndConditions, TermsAndConditionsModal$1 as TermsAndConditionsModal, Text$1 as Text, Timeout$1 as Timeout, TimeoutImage, Title$1 as Title, ToggleSwitch$1 as ToggleSwitch, TrashIcon$1 as TrashIcon, TypeaheadInput, VerifiedEmailIcon$1 as VerifiedEmailIcon, VoidedIcon, WalletBannerIcon$1 as WalletBannerIcon, WalletIcon$1 as WalletIcon, WalletIconSmall$1 as WalletIconSmall, WarningIconXS, WelcomeModule$1 as WelcomeModule, WorkflowTile, cardRegistry, index$5 as constants, createPartialAmountFormState, index$4 as util, withWindowSize };
47820
47909
  //# sourceMappingURL=index.esm.js.map