@thecb/components 8.2.0-beta.1 → 8.2.1-beta.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.
package/dist/index.cjs.js CHANGED
@@ -5002,7 +5002,6 @@ var COOL_GREY_05 = "#fbfcfd"; // CBS-050
5002
5002
  var CLOUDBURST_BLUE = "#26395c";
5003
5003
  var ZODIAC_BLUE = "#14284b";
5004
5004
  var CONGRESS_BLUE = "#005095";
5005
- var ROYAL_BLUE = "#3B5BDB";
5006
5005
  var SCIENCE_BLUE = "#0074D9";
5007
5006
  var MARINER_BLUE = "#2E75D2";
5008
5007
  var CURIOUS_BLUE = "#27A9E1";
@@ -5014,9 +5013,9 @@ var FOAM_BLUE = "#EFF4FD";
5014
5013
  var CELLO_BLUE = "#214566";
5015
5014
  var BOSTON_BLUE = "#357fb8";
5016
5015
  var INFO_BLUE = "#E4F4FD";
5017
- var CORNFLOWER_BLUE = "#EBEFFB";
5018
5016
  var HOVER_LIGHT_BLUE = "#EFFAFF";
5019
5017
  var MATISSE_BLUE = "#15749D";
5018
+ var ROYAL_BLUE = "#3181E3";
5020
5019
  var ASTRAL_BLUE = "#3176AA";
5021
5020
  var SAPPHIRE_BLUE = "#116285";
5022
5021
  var PEACOCK_BLUE = "#0E506D"; // GREEN
@@ -5108,7 +5107,6 @@ var colors = /*#__PURE__*/Object.freeze({
5108
5107
  AQUA_HAZE_WHITE: AQUA_HAZE_WHITE,
5109
5108
  BLEACH_WHITE: BLEACH_WHITE,
5110
5109
  CATSKILL_WHITE: CATSKILL_WHITE,
5111
- CORNFLOWER_BLUE: CORNFLOWER_BLUE,
5112
5110
  HALF_COLONIAL_WHITE: HALF_COLONIAL_WHITE,
5113
5111
  ATHENS_GREY: ATHENS_GREY,
5114
5112
  ALTO_GREY: ALTO_GREY,
@@ -18760,51 +18758,6 @@ var AmountCallout = function AmountCallout(_ref) {
18760
18758
 
18761
18759
  var AmountCallout$1 = themeComponent(AmountCallout, "AmountCallout", fallbackValues$6);
18762
18760
 
18763
- var background$1 = {
18764
- info: "".concat(INFO_BLUE),
18765
- warn: "".concat(HALF_COLONIAL_WHITE),
18766
- primary: "".concat(CORNFLOWER_BLUE),
18767
- success: "".concat(HINT_GREEN)
18768
- };
18769
- var color$4 = {
18770
- info: "".concat(MATISSE_BLUE),
18771
- warn: "".concat(ZEST_ORANGE),
18772
- primary: "".concat(ROYAL_BLUE),
18773
- success: "".concat(SEA_GREEN)
18774
- };
18775
- var fallbackValues$7 = {
18776
- background: background$1,
18777
- color: color$4
18778
- };
18779
-
18780
- var StyledBadgeContainer = styled__default(Box).withConfig({
18781
- displayName: "Badge__StyledBadgeContainer",
18782
- componentId: "sc-1g438j-0"
18783
- })(["display:flex;padding:2px 8px;align-items:center;gap:4px;border-radius:4px;background-color:", ";"], function (_ref) {
18784
- var variant = _ref.variant;
18785
- return fallbackValues$7.background[variant];
18786
- });
18787
- var StyledBadge = styled__default(Text$1).withConfig({
18788
- displayName: "Badge__StyledBadge",
18789
- componentId: "sc-1g438j-1"
18790
- })(["font-family:\"Public Sans\";font-size:10px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:0.2px;color:", ";@media screen and (min-width:1049px){font-size:12px;line-height:150%;letter-spacing:0.24px;}"], function (_ref2) {
18791
- var variant = _ref2.variant;
18792
- return fallbackValues$7.color[variant];
18793
- });
18794
-
18795
- var Badge = function Badge(_ref3) {
18796
- var label = _ref3.label,
18797
- Icon = _ref3.Icon,
18798
- variant = _ref3.variant;
18799
- return /*#__PURE__*/React__default.createElement(StyledBadgeContainer, {
18800
- variant: variant
18801
- }, Icon && /*#__PURE__*/React__default.createElement(Icon, {
18802
- fill: fallbackValues$7.color[variant]
18803
- }), /*#__PURE__*/React__default.createElement(StyledBadge, {
18804
- variant: variant
18805
- }, label));
18806
- };
18807
-
18808
18761
  function _extends$1() {
18809
18762
  _extends$1 = Object.assign ? Object.assign.bind() : function (target) {
18810
18763
  for (var i = 1; i < arguments.length; i++) {
@@ -19622,7 +19575,7 @@ var curriedTint = /*#__PURE__*/curry
19622
19575
  var curriedTint$1 = curriedTint;
19623
19576
 
19624
19577
  var linkColor = MATISSE_BLUE;
19625
- var fallbackValues$8 = {
19578
+ var fallbackValues$7 = {
19626
19579
  linkColor: linkColor
19627
19580
  };
19628
19581
 
@@ -19649,7 +19602,7 @@ var BoxWithShadow = function BoxWithShadow(_ref) {
19649
19602
  }, props), children);
19650
19603
  };
19651
19604
 
19652
- var BoxWithShadow$1 = themeComponent(BoxWithShadow, "BoxWithShadow", fallbackValues$8);
19605
+ var BoxWithShadow$1 = themeComponent(BoxWithShadow, "BoxWithShadow", fallbackValues$7);
19653
19606
 
19654
19607
  // import theme from "styled-theming";
19655
19608
  /*
@@ -19657,7 +19610,7 @@ var BoxWithShadow$1 = themeComponent(BoxWithShadow, "BoxWithShadow", fallbackVal
19657
19610
  for colors/values that should be used here instead
19658
19611
  */
19659
19612
 
19660
- var color$5 = "".concat(MATISSE_BLUE);
19613
+ var color$4 = "".concat(MATISSE_BLUE);
19661
19614
  var activeColor$2 = "".concat(STORM_GREY);
19662
19615
  var activeBreadcrumbColor = "".concat(STORM_GREY);
19663
19616
  var fontSize$2 = "0.875rem";
@@ -19665,8 +19618,8 @@ var lineHeight = "1.25rem";
19665
19618
  var fontWeight$1 = "400";
19666
19619
  var margin = "0.5rem";
19667
19620
  var hover = "text-decoration: none;";
19668
- var fallbackValues$9 = {
19669
- color: color$5,
19621
+ var fallbackValues$8 = {
19622
+ color: color$4,
19670
19623
  activeColor: activeColor$2,
19671
19624
  activeBreadcrumbColor: activeBreadcrumbColor,
19672
19625
  fontSize: fontSize$2,
@@ -19683,7 +19636,7 @@ var fontFamily$2 = {
19683
19636
  var hoverColor$2 = "#116285";
19684
19637
  var activeColor$3 = "#0E506D";
19685
19638
  var externalLinkColor = "#15749D";
19686
- var fallbackValues$a = {
19639
+ var fallbackValues$9 = {
19687
19640
  fontFamily: fontFamily$2,
19688
19641
  hoverColor: hoverColor$2,
19689
19642
  activeColor: activeColor$3,
@@ -19758,7 +19711,7 @@ var ExternalLink = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
19758
19711
  ariaLabel = _ref.ariaLabel,
19759
19712
  children = _ref.children;
19760
19713
  var themeContext = React.useContext(styled.ThemeContext);
19761
- var themeValues = createThemeValues(themeContext, fallbackValues$a, "Link", variant);
19714
+ var themeValues = createThemeValues(themeContext, fallbackValues$9, "Link", variant);
19762
19715
  return /*#__PURE__*/React__default.createElement(StyledExternalLink, {
19763
19716
  href: href,
19764
19717
  target: newTab ? "_blank" : "",
@@ -19850,7 +19803,7 @@ var InternalLink = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
19850
19803
  _ref$extraStyles = _ref.extraStyles,
19851
19804
  extraStyles = _ref$extraStyles === void 0 ? "" : _ref$extraStyles;
19852
19805
  var themeContext = React.useContext(styled.ThemeContext);
19853
- var themeValues = createThemeValues(themeContext, fallbackValues$a, "Link", variant);
19806
+ var themeValues = createThemeValues(themeContext, fallbackValues$9, "Link", variant);
19854
19807
  return /*#__PURE__*/React__default.createElement(StyledInternalLink, {
19855
19808
  to: to,
19856
19809
  color: color,
@@ -19873,7 +19826,7 @@ var Breadcrumbs = function Breadcrumbs(_ref) {
19873
19826
  var _ref$breadcrumbsList = _ref.breadcrumbsList,
19874
19827
  breadcrumbsList = _ref$breadcrumbsList === void 0 ? [] : _ref$breadcrumbsList;
19875
19828
  var themeContext = React.useContext(styled.ThemeContext);
19876
- var themeValues = createThemeValues(themeContext, fallbackValues$9, "Breadcrumb");
19829
+ var themeValues = createThemeValues(themeContext, fallbackValues$8, "Breadcrumb");
19877
19830
  return /*#__PURE__*/React__default.createElement(Box, {
19878
19831
  padding: "0",
19879
19832
  as: "nav",
@@ -21554,7 +21507,7 @@ var fontSize$3 = {
21554
21507
  pXL: "1.5rem" // 24px
21555
21508
 
21556
21509
  };
21557
- var fallbackValues$b = {
21510
+ var fallbackValues$a = {
21558
21511
  fontFamily: fontFamily$3,
21559
21512
  fontSize: fontSize$3
21560
21513
  };
@@ -21611,11 +21564,11 @@ var Paragraph = function Paragraph(_ref) {
21611
21564
  }, rest), safeChildren(children, /*#__PURE__*/React__default.createElement("span", null)));
21612
21565
  };
21613
21566
 
21614
- var Paragraph$1 = themeComponent(Paragraph, "Paragraph", fallbackValues$b, "p");
21567
+ var Paragraph$1 = themeComponent(Paragraph, "Paragraph", fallbackValues$a, "p");
21615
21568
 
21616
21569
  var backgroundColor$1 = WHITE;
21617
21570
  var iconBackgroundColor = GRECIAN_GREY;
21618
- var fallbackValues$c = {
21571
+ var fallbackValues$b = {
21619
21572
  backgroundColor: backgroundColor$1,
21620
21573
  iconBackgroundColor: iconBackgroundColor
21621
21574
  };
@@ -21758,7 +21711,7 @@ var CardRegistryCard = function CardRegistryCard(_ref2) {
21758
21711
  }))))));
21759
21712
  };
21760
21713
 
21761
- var CardRegistryCard$1 = themeComponent(withWindowSize(CardRegistryCard), "CardRegistryCard", fallbackValues$c);
21714
+ var CardRegistryCard$1 = themeComponent(withWindowSize(CardRegistryCard), "CardRegistryCard", fallbackValues$b);
21762
21715
 
21763
21716
  var cardRegistry = {
21764
21717
  accounts: function accounts(props) {
@@ -21829,7 +21782,7 @@ var checkedStyles = {
21829
21782
  var defaultStyles = {
21830
21783
  "default": "\n background: ".concat(WHITE, "; \n border: 1px solid ").concat(STORM_GREY, ";\n")
21831
21784
  };
21832
- var fallbackValues$d = {
21785
+ var fallbackValues$c = {
21833
21786
  backgroundColor: backgroundColor$2,
21834
21787
  textFontSize: textFontSize,
21835
21788
  textFontWeight: textFontWeight,
@@ -21970,7 +21923,7 @@ var Checkbox = function Checkbox(_ref4) {
21970
21923
  }, title)));
21971
21924
  };
21972
21925
 
21973
- var Checkbox$1 = themeComponent(Checkbox, "Checkbox", fallbackValues$d, "default");
21926
+ var Checkbox$1 = themeComponent(Checkbox, "Checkbox", fallbackValues$c, "default");
21974
21927
 
21975
21928
  var listBackgroundColor = {
21976
21929
  "default": "".concat(ATHENS_GREY),
@@ -21996,7 +21949,7 @@ var radioButtonInactive = {
21996
21949
  "default": "".concat(GHOST_GREY),
21997
21950
  disabled: "".concat(GHOST_GREY)
21998
21951
  };
21999
- var fallbackValues$e = {
21952
+ var fallbackValues$d = {
22000
21953
  listBackgroundColor: listBackgroundColor,
22001
21954
  listItemColor: listItemColor,
22002
21955
  listItemBackgroundColor: listItemBackgroundColor,
@@ -22167,7 +22120,7 @@ var CheckboxList = function CheckboxList(_ref2) {
22167
22120
  })));
22168
22121
  };
22169
22122
 
22170
- var CheckboxList$1 = themeComponent(CheckboxList, "CheckboxList", fallbackValues$e, "default");
22123
+ var CheckboxList$1 = themeComponent(CheckboxList, "CheckboxList", fallbackValues$d, "default");
22171
22124
 
22172
22125
  var DropdownIcon = function DropdownIcon() {
22173
22126
  return /*#__PURE__*/React__default.createElement("svg", {
@@ -23468,7 +23421,7 @@ exportTypedArrayMethod$1('at', function at(index) {
23468
23421
 
23469
23422
  var selectedColor = "".concat(MATISSE_BLUE);
23470
23423
  var hoverColor$3 = "".concat(HOVER_LIGHT_BLUE);
23471
- var fallbackValues$f = {
23424
+ var fallbackValues$e = {
23472
23425
  selectedColor: selectedColor,
23473
23426
  hoverColor: hoverColor$3
23474
23427
  };
@@ -23863,7 +23816,7 @@ var Dropdown = function Dropdown(_ref8) {
23863
23816
  }))) : /*#__PURE__*/React__default.createElement(React.Fragment, null)));
23864
23817
  };
23865
23818
 
23866
- var Dropdown$1 = themeComponent(Dropdown, "Dropdown", fallbackValues$f);
23819
+ var Dropdown$1 = themeComponent(Dropdown, "Dropdown", fallbackValues$e);
23867
23820
 
23868
23821
  var SelectContainer = styled__default.div.withConfig({
23869
23822
  displayName: "FormSelectstyled__SelectContainer",
@@ -23902,7 +23855,7 @@ var inputBackgroundColor = {
23902
23855
  "default": "".concat(WHITE),
23903
23856
  disabled: "".concat(SEASHELL_WHITE)
23904
23857
  };
23905
- var color$6 = {
23858
+ var color$5 = {
23906
23859
  "default": "".concat(MINESHAFT_GREY),
23907
23860
  disabled: "".concat(DUSTY_GREY)
23908
23861
  };
@@ -23934,11 +23887,11 @@ var hoverFocusStyles = {
23934
23887
  "default": "color: #0E506D; outline: none; text-decoration: underline; ",
23935
23888
  disabled: "color: #6D717E;"
23936
23889
  };
23937
- var fallbackValues$g = {
23890
+ var fallbackValues$f = {
23938
23891
  linkColor: linkColor$1,
23939
23892
  formBackgroundColor: formBackgroundColor,
23940
23893
  inputBackgroundColor: inputBackgroundColor,
23941
- color: color$6,
23894
+ color: color$5,
23942
23895
  labelColor: labelColor,
23943
23896
  borderColor: borderColor,
23944
23897
  lineHeight: lineHeight$1,
@@ -24037,7 +23990,7 @@ var FormSelect = function FormSelect(_ref) {
24037
23990
  })));
24038
23991
  };
24039
23992
 
24040
- var FormSelect$1 = themeComponent(FormSelect, "FormSelect", fallbackValues$g, "default");
23993
+ var FormSelect$1 = themeComponent(FormSelect, "FormSelect", fallbackValues$f, "default");
24041
23994
 
24042
23995
  var options = [{
24043
23996
  text: "Afghanistan",
@@ -24854,7 +24807,7 @@ var mobileFontSize$1 = {
24854
24807
  extraSmall: "0.71428rem" // 10px
24855
24808
 
24856
24809
  };
24857
- var fallbackValues$h = {
24810
+ var fallbackValues$g = {
24858
24811
  fontFamily: fontFamily$4,
24859
24812
  fontSize: fontSize$5
24860
24813
  };
@@ -24894,7 +24847,7 @@ var _excluded$o = ["themeValues", "weight", "color", "margin", "textAlign", "ext
24894
24847
  var isBelowBreakpoint$1 = window.innerWidth < MOBILE_BREAKPOINT$1;
24895
24848
  var isTouchDevice$2 = "ontouchstart" in window || navigator.maxTouchPoints > 1;
24896
24849
  var mobileDeviceDetected$1 = isBelowBreakpoint$1 && isTouchDevice$2;
24897
- var fallbacks$1 = mobileDeviceDetected$1 ? mobileFallbackValues$1 : fallbackValues$h;
24850
+ var fallbacks$1 = mobileDeviceDetected$1 ? mobileFallbackValues$1 : fallbackValues$g;
24898
24851
 
24899
24852
  var Detail = function Detail(_ref) {
24900
24853
  var themeValues = _ref.themeValues,
@@ -24935,7 +24888,7 @@ var Detail$1 = themeComponent(Detail, "Detail", fallbacks$1, "regular");
24935
24888
 
24936
24889
  var backgroundColor$3 = WHITE;
24937
24890
  var boxShadow = "0px 2px 14px 0px ".concat(ATHENS_GREY, ", 0px 3px 8px 0px ").concat(GHOST_GREY);
24938
- var fallbackValues$i = {
24891
+ var fallbackValues$h = {
24939
24892
  backgroundColor: backgroundColor$3,
24940
24893
  boxShadow: boxShadow
24941
24894
  };
@@ -24956,7 +24909,7 @@ var DisplayBox = function DisplayBox(_ref) {
24956
24909
  }, children));
24957
24910
  };
24958
24911
 
24959
- var DisplayBox$1 = themeComponent(DisplayBox, "DisplayBox", fallbackValues$i);
24912
+ var DisplayBox$1 = themeComponent(DisplayBox, "DisplayBox", fallbackValues$h);
24960
24913
 
24961
24914
  function _extends$2() {
24962
24915
  _extends$2 = Object.assign || function (target) {
@@ -25347,7 +25300,7 @@ var index$4 = /*#__PURE__*/Object.freeze({
25347
25300
  var hoverColor$4 = "#116285";
25348
25301
  var activeColor$4 = "#0E506D";
25349
25302
  var popoverTriggerColor = "#15749D";
25350
- var fallbackValues$j = {
25303
+ var fallbackValues$i = {
25351
25304
  hoverColor: hoverColor$4,
25352
25305
  activeColor: activeColor$4,
25353
25306
  popoverTriggerColor: popoverTriggerColor
@@ -25505,7 +25458,7 @@ var Popover = function Popover(_ref) {
25505
25458
  })));
25506
25459
  };
25507
25460
 
25508
- var Popover$1 = themeComponent(Popover, "Popover", fallbackValues$j);
25461
+ var Popover$1 = themeComponent(Popover, "Popover", fallbackValues$i);
25509
25462
 
25510
25463
  var DisplayCard = function DisplayCard(_ref) {
25511
25464
  var title = _ref.title,
@@ -25588,7 +25541,7 @@ var inputBackgroundColor$1 = {
25588
25541
  "default": "".concat(WHITE),
25589
25542
  disabled: "".concat(SEASHELL_WHITE)
25590
25543
  };
25591
- var color$7 = {
25544
+ var color$6 = {
25592
25545
  "default": "".concat(MINESHAFT_GREY),
25593
25546
  disabled: "".concat(DUSTY_GREY)
25594
25547
  };
@@ -25623,11 +25576,11 @@ var hoverFocusStyles$1 = {
25623
25576
  var formFooterPanel = {
25624
25577
  "default": "".concat(INFO_BLUE)
25625
25578
  };
25626
- var fallbackValues$k = {
25579
+ var fallbackValues$j = {
25627
25580
  linkColor: linkColor$2,
25628
25581
  formBackgroundColor: formBackgroundColor$1,
25629
25582
  inputBackgroundColor: inputBackgroundColor$1,
25630
- color: color$7,
25583
+ color: color$6,
25631
25584
  labelColor: labelColor$1,
25632
25585
  borderColor: borderColor$1,
25633
25586
  lineHeight: lineHeight$2,
@@ -25845,7 +25798,7 @@ var FormInput = function FormInput(_ref15) {
25845
25798
  }, decorator)));
25846
25799
  };
25847
25800
 
25848
- var FormInput$1 = themeComponent(FormInput, "FormInput", fallbackValues$k, "default");
25801
+ var FormInput$1 = themeComponent(FormInput, "FormInput", fallbackValues$j, "default");
25849
25802
 
25850
25803
  var _excluded$q = ["breakpoint", "childGap", "largeChild", "largeChildSize", "children"];
25851
25804
 
@@ -25901,7 +25854,7 @@ var FormContainer = function FormContainer(_ref) {
25901
25854
  }, rest), children);
25902
25855
  };
25903
25856
 
25904
- var FormContainer$1 = themeComponent(withWindowSize(FormContainer), "FormContainer", fallbackValues$k, "default");
25857
+ var FormContainer$1 = themeComponent(withWindowSize(FormContainer), "FormContainer", fallbackValues$j, "default");
25905
25858
 
25906
25859
  var FormFooterPanel = function FormFooterPanel(_ref) {
25907
25860
  var themeValues = _ref.themeValues,
@@ -25925,7 +25878,7 @@ var FormFooterPanel = function FormFooterPanel(_ref) {
25925
25878
  })));
25926
25879
  };
25927
25880
 
25928
- var FormFooterPanel$1 = themeComponent(withWindowSize(FormFooterPanel), "FormFooterPanel", fallbackValues$k, "default");
25881
+ var FormFooterPanel$1 = themeComponent(withWindowSize(FormFooterPanel), "FormFooterPanel", fallbackValues$j, "default");
25929
25882
 
25930
25883
  var fontSize$7 = {
25931
25884
  "default": "1rem",
@@ -25935,14 +25888,14 @@ var padding$1 = {
25935
25888
  "default": "0",
25936
25889
  radio: "0.625rem 0"
25937
25890
  };
25938
- var color$8 = {
25891
+ var color$7 = {
25939
25892
  "default": "".concat(CHARADE_GREY),
25940
25893
  radio: "".concat(MINESHAFT_GREY)
25941
25894
  };
25942
- var fallbackValues$l = {
25895
+ var fallbackValues$k = {
25943
25896
  fontSize: fontSize$7,
25944
25897
  padding: padding$1,
25945
- color: color$8
25898
+ color: color$7
25946
25899
  };
25947
25900
 
25948
25901
  var FormattedAddress = function FormattedAddress(_ref) {
@@ -25982,11 +25935,11 @@ var FormattedAddress = function FormattedAddress(_ref) {
25982
25935
  }, city, ", ", stateProvince, " ".concat(zip), country ? " ".concat(country) : "")));
25983
25936
  };
25984
25937
 
25985
- var FormattedAddress$1 = themeComponent(FormattedAddress, "FormattedAddress", fallbackValues$l, "default");
25938
+ var FormattedAddress$1 = themeComponent(FormattedAddress, "FormattedAddress", fallbackValues$k, "default");
25986
25939
 
25987
25940
  var textColor$1 = "".concat(CHARADE_GREY);
25988
25941
  var autopayTextColor = "".concat(REGENT_GREY);
25989
- var fallbackValues$m = {
25942
+ var fallbackValues$l = {
25990
25943
  textColor: textColor$1,
25991
25944
  autopayTextColor: autopayTextColor
25992
25945
  };
@@ -26026,11 +25979,11 @@ var FormattedBankAccount = function FormattedBankAccount(_ref2) {
26026
25979
  }, "Autopay Enabled")));
26027
25980
  };
26028
25981
 
26029
- var FormattedBankAccount$1 = themeComponent(FormattedBankAccount, "FormattedBankAccount", fallbackValues$m);
25982
+ var FormattedBankAccount$1 = themeComponent(FormattedBankAccount, "FormattedBankAccount", fallbackValues$l);
26030
25983
 
26031
25984
  var textColor$2 = "".concat(CHARADE_GREY);
26032
25985
  var autopayTextColor$1 = "".concat(REGENT_GREY);
26033
- var fallbackValues$n = {
25986
+ var fallbackValues$m = {
26034
25987
  textColor: textColor$2,
26035
25988
  autopayTextColor: autopayTextColor$1
26036
25989
  };
@@ -26067,7 +26020,7 @@ var FormattedCreditCard = function FormattedCreditCard(_ref) {
26067
26020
  }, "Autopay Enabled")));
26068
26021
  };
26069
26022
 
26070
- var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$n);
26023
+ var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$m);
26071
26024
 
26072
26025
  var Hamburger = styled__default.button.withConfig({
26073
26026
  displayName: "HamburgerButton__Hamburger",
@@ -26149,7 +26102,7 @@ var fontSize$8 = {
26149
26102
  h5: "1.375rem",
26150
26103
  h6: "1.25rem"
26151
26104
  };
26152
- var fallbackValues$o = {
26105
+ var fallbackValues$n = {
26153
26106
  fontFamily: fontFamily$5,
26154
26107
  fontSize: fontSize$8
26155
26108
  };
@@ -26191,7 +26144,7 @@ var Heading = function Heading(_ref) {
26191
26144
  }, rest), safeChildren(children, /*#__PURE__*/React__default.createElement("span", null)));
26192
26145
  };
26193
26146
 
26194
- var Heading$1 = themeComponent(Heading, "Heading", fallbackValues$o, "h1");
26147
+ var Heading$1 = themeComponent(Heading, "Heading", fallbackValues$n, "h1");
26195
26148
 
26196
26149
  var Image = styled__default.img.withConfig({
26197
26150
  displayName: "ImageBoxstyled__Image",
@@ -26318,7 +26271,7 @@ var fontWeight$4 = {
26318
26271
  pL: "600",
26319
26272
  h6: "700"
26320
26273
  };
26321
- var fallbackValues$p = {
26274
+ var fallbackValues$o = {
26322
26275
  fontWeight: fontWeight$4
26323
26276
  };
26324
26277
 
@@ -26346,7 +26299,7 @@ var LabeledAmount = function LabeledAmount(_ref) {
26346
26299
  }, amount));
26347
26300
  };
26348
26301
 
26349
- var LabeledAmount$1 = themeComponent(LabeledAmount, "LabeledAmount", fallbackValues$p, "default");
26302
+ var LabeledAmount$1 = themeComponent(LabeledAmount, "LabeledAmount", fallbackValues$o, "default");
26350
26303
 
26351
26304
  var weightTitle = {
26352
26305
  "default": "600",
@@ -26356,7 +26309,7 @@ var paragraphVariant = {
26356
26309
  "default": "pL",
26357
26310
  small: "pS"
26358
26311
  };
26359
- var fallbackValues$q = {
26312
+ var fallbackValues$p = {
26360
26313
  weightTitle: weightTitle,
26361
26314
  paragraphVariant: paragraphVariant
26362
26315
  };
@@ -26390,11 +26343,11 @@ var LineItem = function LineItem(_ref) {
26390
26343
  }, amount));
26391
26344
  };
26392
26345
 
26393
- var LineItem$1 = themeComponent(LineItem, "LineItem", fallbackValues$q, "default");
26346
+ var LineItem$1 = themeComponent(LineItem, "LineItem", fallbackValues$p, "default");
26394
26347
 
26395
- var color$9 = "#15749D";
26396
- var fallbackValues$r = {
26397
- color: color$9
26348
+ var color$8 = "#15749D";
26349
+ var fallbackValues$q = {
26350
+ color: color$8
26398
26351
  };
26399
26352
 
26400
26353
  var SpinnerSvgAnimation = styled__default.svg.withConfig({
@@ -26449,7 +26402,7 @@ var Spinner$1 = function Spinner(_ref6) {
26449
26402
  })));
26450
26403
  };
26451
26404
 
26452
- var Spinner$2 = themeComponent(Spinner$1, "Spinner", fallbackValues$r);
26405
+ var Spinner$2 = themeComponent(Spinner$1, "Spinner", fallbackValues$q);
26453
26406
 
26454
26407
  var Loading = function Loading() {
26455
26408
  return /*#__PURE__*/React__default.createElement(Box, {
@@ -26707,7 +26660,7 @@ var PasswordRequirements = function PasswordRequirements(_ref) {
26707
26660
  }))));
26708
26661
  };
26709
26662
 
26710
- var color$a = {
26663
+ var color$9 = {
26711
26664
  "default": "".concat(CHARADE_GREY),
26712
26665
  large: "".concat(BRIGHT_GREY)
26713
26666
  };
@@ -26715,8 +26668,8 @@ var height$1 = {
26715
26668
  "default": "3rem",
26716
26669
  large: "192px"
26717
26670
  };
26718
- var fallbackValues$s = {
26719
- color: color$a,
26671
+ var fallbackValues$r = {
26672
+ color: color$9,
26720
26673
  height: height$1
26721
26674
  };
26722
26675
 
@@ -26824,12 +26777,12 @@ var Placeholder = function Placeholder(_ref2) {
26824
26777
  }, text)))))))))));
26825
26778
  };
26826
26779
 
26827
- var Placeholder$1 = themeComponent(Placeholder, "Placeholder", fallbackValues$s, "default");
26780
+ var Placeholder$1 = themeComponent(Placeholder, "Placeholder", fallbackValues$r, "default");
26828
26781
 
26829
26782
  var backgroundColor$4 = {
26830
26783
  "default": "".concat(WHITE)
26831
26784
  };
26832
- var fallbackValues$t = {
26785
+ var fallbackValues$s = {
26833
26786
  backgroundColor: backgroundColor$4
26834
26787
  };
26835
26788
 
@@ -26857,11 +26810,11 @@ var ProcessingFee = function ProcessingFee(_ref) {
26857
26810
  }));
26858
26811
  };
26859
26812
 
26860
- var ProcessingFee$1 = themeComponent(ProcessingFee, "ProcessingFee", fallbackValues$t, "default");
26813
+ var ProcessingFee$1 = themeComponent(ProcessingFee, "ProcessingFee", fallbackValues$s, "default");
26861
26814
 
26862
26815
  var activeColor$5 = MATISSE_BLUE;
26863
26816
  var inactiveBorderColor = GREY_CHATEAU;
26864
- var fallbackValues$u = {
26817
+ var fallbackValues$t = {
26865
26818
  inactiveBorderColor: inactiveBorderColor,
26866
26819
  activeColor: activeColor$5
26867
26820
  };
@@ -26933,11 +26886,11 @@ var RadioButtonWithLabel = function RadioButtonWithLabel(_ref5) {
26933
26886
  }), labelText));
26934
26887
  };
26935
26888
 
26936
- var RadioButtonWithLabel$1 = themeComponent(RadioButtonWithLabel, "RadioButtonWithLabel", fallbackValues$u);
26889
+ var RadioButtonWithLabel$1 = themeComponent(RadioButtonWithLabel, "RadioButtonWithLabel", fallbackValues$t);
26937
26890
 
26938
26891
  var activeColor$6 = "".concat(MATISSE_BLUE);
26939
26892
  var inactiveColor = "".concat(GREY_CHATEAU);
26940
- var fallbackValues$v = {
26893
+ var fallbackValues$u = {
26941
26894
  activeColor: activeColor$6,
26942
26895
  inactiveColor: inactiveColor
26943
26896
  };
@@ -27030,12 +26983,12 @@ var RadioButton$1 = function RadioButton(_ref2) {
27030
26983
  })));
27031
26984
  };
27032
26985
 
27033
- var RadioButton$2 = themeComponent(RadioButton$1, "RadioButton", fallbackValues$v);
26986
+ var RadioButton$2 = themeComponent(RadioButton$1, "RadioButton", fallbackValues$u);
27034
26987
 
27035
26988
  var border$2 = {
27036
26989
  "default": "1px solid #caced8"
27037
26990
  };
27038
- var fallbackValues$w = {
26991
+ var fallbackValues$v = {
27039
26992
  border: border$2
27040
26993
  };
27041
26994
 
@@ -27112,7 +27065,7 @@ var SearchableSelect = function SearchableSelect(_ref) {
27112
27065
  }))));
27113
27066
  };
27114
27067
 
27115
- var SearchableSelect$1 = themeComponent(SearchableSelect, "SearchableSelect", fallbackValues$w, "default");
27068
+ var SearchableSelect$1 = themeComponent(SearchableSelect, "SearchableSelect", fallbackValues$v, "default");
27116
27069
 
27117
27070
  var borderColor$2 = {
27118
27071
  "default": "".concat(GREY_CHATEAU)
@@ -27120,7 +27073,7 @@ var borderColor$2 = {
27120
27073
  var borderSize = {
27121
27074
  "default": "1px"
27122
27075
  };
27123
- var fallbackValues$x = {
27076
+ var fallbackValues$w = {
27124
27077
  borderColor: borderColor$2,
27125
27078
  borderSize: borderSize
27126
27079
  };
@@ -27137,7 +27090,7 @@ var SolidDivider = function SolidDivider(_ref) {
27137
27090
  });
27138
27091
  };
27139
27092
 
27140
- var SolidDivider$1 = themeComponent(SolidDivider, "SolidDivider", fallbackValues$x, "default");
27093
+ var SolidDivider$1 = themeComponent(SolidDivider, "SolidDivider", fallbackValues$w, "default");
27141
27094
 
27142
27095
  var placeHolderOptionUS = {
27143
27096
  text: "Please select state",
@@ -37721,7 +37674,7 @@ var offBackground = "".concat(REGENT_GREY);
37721
37674
  var labelStyles = "\n display: flex;\n justify-content: flex-start;\n align-items: center;\n";
37722
37675
  var rightLabelStyles = "\n ".concat(labelStyles, "\n flex-direction: row;\n");
37723
37676
  var leftLabelStyles = "\n ".concat(labelStyles, "\n flex-direction: row-reverse;\n");
37724
- var fallbackValues$y = {
37677
+ var fallbackValues$x = {
37725
37678
  onBackground: onBackground,
37726
37679
  disabledBackground: disabledBackground,
37727
37680
  white: white,
@@ -37897,14 +37850,14 @@ var ToggleSwitch = function ToggleSwitch(_ref6) {
37897
37850
  }, label))));
37898
37851
  };
37899
37852
 
37900
- var ToggleSwitch$1 = themeComponent(ToggleSwitch, "ToggleSwitch", fallbackValues$y);
37853
+ var ToggleSwitch$1 = themeComponent(ToggleSwitch, "ToggleSwitch", fallbackValues$x);
37901
37854
 
37902
- var background$2 = "".concat(ATHENS_GREY);
37855
+ var background$1 = "".concat(ATHENS_GREY);
37903
37856
  var white$1 = "".concat(WHITE);
37904
37857
  var black = "#000";
37905
37858
  var focusBorder = "".concat(MATISSE_BLUE);
37906
37859
  var themeValues = {
37907
- background: background$2,
37860
+ background: background$1,
37908
37861
  white: white$1,
37909
37862
  black: black,
37910
37863
  focusBorder: focusBorder
@@ -37946,7 +37899,7 @@ var backgroundColor$5 = WHITE;
37946
37899
  var imageBackgroundColor = INFO_BLUE;
37947
37900
  var headerBackgroundColor = STORM_GREY;
37948
37901
  var headerColor = WHITE;
37949
- var fallbackValues$z = {
37902
+ var fallbackValues$y = {
37950
37903
  backgroundColor: backgroundColor$5,
37951
37904
  imageBackgroundColor: imageBackgroundColor,
37952
37905
  headerBackgroundColor: headerBackgroundColor,
@@ -37970,7 +37923,7 @@ var CardImage = styled__default.img.withConfig({
37970
37923
  var titleColor = BRIGHT_GREY;
37971
37924
  var titleWeight = FONT_WEIGHT_BOLD;
37972
37925
  var textColor$3 = BRIGHT_GREY;
37973
- var fallbackValues$A = {
37926
+ var fallbackValues$z = {
37974
37927
  titleColor: titleColor,
37975
37928
  titleWeight: titleWeight,
37976
37929
  textColor: textColor$3
@@ -37994,7 +37947,7 @@ var CardText = function CardText(_ref) {
37994
37947
  color: themeValues.textColor
37995
37948
  }, text))));
37996
37949
  };
37997
- var CardText$1 = themeComponent(withWindowSize(CardText), "CardText", fallbackValues$A);
37950
+ var CardText$1 = themeComponent(withWindowSize(CardText), "CardText", fallbackValues$z);
37998
37951
 
37999
37952
  var CardHeader = function CardHeader(_ref) {
38000
37953
  var backgroundColor = _ref.backgroundColor,
@@ -38097,12 +38050,12 @@ var Card = function Card(_ref) {
38097
38050
  }), children)))));
38098
38051
  };
38099
38052
 
38100
- var Card$1 = themeComponent(withWindowSize(Card), "Card", fallbackValues$z);
38053
+ var Card$1 = themeComponent(withWindowSize(Card), "Card", fallbackValues$y);
38101
38054
 
38102
38055
  var fontFamily$6 = "Public Sans, sans-serif";
38103
38056
  var activeColor$7 = MATISSE_BLUE;
38104
38057
  var linkColor$3 = CHARADE_GREY;
38105
- var fallbackValues$B = {
38058
+ var fallbackValues$A = {
38106
38059
  fontFamily: fontFamily$6,
38107
38060
  activeColor: activeColor$7,
38108
38061
  linkColor: linkColor$3
@@ -38135,7 +38088,7 @@ var NavTab = function NavTab(_ref) {
38135
38088
  }, label));
38136
38089
  };
38137
38090
 
38138
- var NavTab$1 = themeComponent(NavTab, "NavTab", fallbackValues$B);
38091
+ var NavTab$1 = themeComponent(NavTab, "NavTab", fallbackValues$A);
38139
38092
 
38140
38093
  var NavTabs = function NavTabs(_ref) {
38141
38094
  var tabsConfig = _ref.tabsConfig,
@@ -38236,7 +38189,7 @@ var TableCell_styled = styled__default.td.withConfig({
38236
38189
 
38237
38190
  var backgroundColor$6 = ALABASTER_WHITE;
38238
38191
  var borderColor$3 = GREY_CHATEAU;
38239
- var fallbackValues$C = {
38192
+ var fallbackValues$B = {
38240
38193
  backgroundColor: backgroundColor$6,
38241
38194
  borderColor: borderColor$3
38242
38195
  };
@@ -38258,7 +38211,7 @@ var StyledTableHead = styled__default.thead.withConfig({
38258
38211
 
38259
38212
  var borderColor$4 = GREY_CHATEAU;
38260
38213
  var hoverBackgroundColor$1 = HOVER_LIGHT_BLUE;
38261
- var fallbackValues$D = {
38214
+ var fallbackValues$C = {
38262
38215
  borderColor: borderColor$4,
38263
38216
  hoverBackgroundColor: hoverBackgroundColor$1
38264
38217
  };
@@ -38300,7 +38253,7 @@ var TableRow = function TableRow(_ref) {
38300
38253
  }, props), children);
38301
38254
  };
38302
38255
 
38303
- var TableRow$1 = themeComponent(TableRow, "TableRow", fallbackValues$D);
38256
+ var TableRow$1 = themeComponent(TableRow, "TableRow", fallbackValues$C);
38304
38257
 
38305
38258
  var TableHead = function TableHead(_ref) {
38306
38259
  var children = _ref.children,
@@ -38316,7 +38269,7 @@ var TableHead = function TableHead(_ref) {
38316
38269
  }, children));
38317
38270
  };
38318
38271
 
38319
- var TableHead$1 = themeComponent(TableHead, "TableHead", fallbackValues$C);
38272
+ var TableHead$1 = themeComponent(TableHead, "TableHead", fallbackValues$B);
38320
38273
 
38321
38274
  var TableHeading_styled = styled__default.th.withConfig({
38322
38275
  displayName: "TableHeadingstyled",
@@ -40237,7 +40190,7 @@ AddressForm.mapStateToProps = mapStateToProps$1;
40237
40190
  AddressForm.mapDispatchToProps = mapDispatchToProps;
40238
40191
 
40239
40192
  var backgroundColor$7 = "#ebeffb";
40240
- var fallbackValues$E = {
40193
+ var fallbackValues$D = {
40241
40194
  backgroundColor: backgroundColor$7
40242
40195
  };
40243
40196
 
@@ -40289,7 +40242,7 @@ var Banner = function Banner(_ref) {
40289
40242
  }, /*#__PURE__*/React__default.createElement(Image, null))));
40290
40243
  };
40291
40244
 
40292
- var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$E);
40245
+ var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$D);
40293
40246
 
40294
40247
  var ChangePasswordForm = function ChangePasswordForm(_ref) {
40295
40248
  var _newPasswordErrorMess;
@@ -40431,7 +40384,7 @@ ChangePasswordForm.mapDispatchToProps = mapDispatchToProps$1;
40431
40384
  var titleColor$1 = "#292A33";
40432
40385
  var headingBackgroundColor = "transparent";
40433
40386
  var bodyBackgroundColor = "transparent";
40434
- var fallbackValues$F = {
40387
+ var fallbackValues$E = {
40435
40388
  titleColor: titleColor$1,
40436
40389
  headingBackgroundColor: headingBackgroundColor,
40437
40390
  bodyBackgroundColor: bodyBackgroundColor
@@ -40560,7 +40513,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
40560
40513
  }, children))));
40561
40514
  };
40562
40515
 
40563
- var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$F);
40516
+ var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$E);
40564
40517
 
40565
40518
  var ClipboardIcon = function ClipboardIcon(_ref) {
40566
40519
  var themeValues = _ref.themeValues;
@@ -41150,7 +41103,7 @@ EmailForm.mapDispatchToProps = mapDispatchToProps$3;
41150
41103
 
41151
41104
  var footerBackgroundColor = BRIGHT_GREY;
41152
41105
  var subfooterBackgroundColor = STORM_GREY;
41153
- var fallbackValues$G = {
41106
+ var fallbackValues$F = {
41154
41107
  footerBackgroundColor: footerBackgroundColor,
41155
41108
  subfooterBackgroundColor: subfooterBackgroundColor
41156
41109
  };
@@ -41182,7 +41135,7 @@ var FooterWithSubfooter = function FooterWithSubfooter(_ref) {
41182
41135
  }));
41183
41136
  };
41184
41137
 
41185
- var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$G);
41138
+ var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$F);
41186
41139
 
41187
41140
  var ForgotPasswordForm = function ForgotPasswordForm(_ref) {
41188
41141
  var _EmailErrorMessages;
@@ -41234,7 +41187,7 @@ ForgotPasswordForm.mapDispatchToProps = mapDispatchToProps$4;
41234
41187
 
41235
41188
  var textColor$4 = "#ffffff";
41236
41189
  var backgroundColor$8 = "#182848";
41237
- var fallbackValues$H = {
41190
+ var fallbackValues$G = {
41238
41191
  textColor: textColor$4,
41239
41192
  backgroundColor: backgroundColor$8
41240
41193
  };
@@ -41294,7 +41247,7 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
41294
41247
  }), repeat( /*#__PURE__*/React__default.createElement(Box, null), boxesAfter))));
41295
41248
  };
41296
41249
 
41297
- var HighlightTabRow$1 = themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$H);
41250
+ var HighlightTabRow$1 = themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$G);
41298
41251
 
41299
41252
  var AccountBillIcon = function AccountBillIcon() {
41300
41253
  return /*#__PURE__*/React__default.createElement("svg", {
@@ -46446,7 +46399,7 @@ var backgroundColor$9 = {
46446
46399
  largeTitle: WHITE,
46447
46400
  small: WHITE
46448
46401
  };
46449
- var fallbackValues$I = {
46402
+ var fallbackValues$H = {
46450
46403
  fontSize: fontSize$9,
46451
46404
  fontWeight: fontWeight$5,
46452
46405
  fontColor: fontColor,
@@ -46514,7 +46467,7 @@ var Module = function Module(_ref) {
46514
46467
  }, children)));
46515
46468
  };
46516
46469
 
46517
- var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$I, "default"));
46470
+ var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$H, "default"));
46518
46471
 
46519
46472
  var backgroundColor$a = {
46520
46473
  profile: "#3b414d",
@@ -46524,7 +46477,7 @@ var shadowColor = {
46524
46477
  profile: "#292A33",
46525
46478
  cms: "#292A33"
46526
46479
  };
46527
- var fallbackValues$J = {
46480
+ var fallbackValues$I = {
46528
46481
  backgroundColor: backgroundColor$a,
46529
46482
  shadowColor: shadowColor
46530
46483
  };
@@ -46565,7 +46518,7 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
46565
46518
  }, menuContent));
46566
46519
  };
46567
46520
 
46568
- var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$J, "profile");
46521
+ var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$I, "profile");
46569
46522
 
46570
46523
  var menu = posed.div({
46571
46524
  invisible: {
@@ -46627,7 +46580,7 @@ var NavMenuMobile = function NavMenuMobile(_ref2) {
46627
46580
  }, menuContent));
46628
46581
  };
46629
46582
 
46630
- var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$J, "profile");
46583
+ var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$I, "profile");
46631
46584
 
46632
46585
  var ACH_METHOD = "BANK_ACCOUNT";
46633
46586
  var CC_METHOD = "CREDIT_CARD";
@@ -46682,14 +46635,14 @@ var TitleModule = function TitleModule(_ref) {
46682
46635
  }, subtitle)));
46683
46636
  };
46684
46637
 
46685
- var color$b = "#15749D";
46638
+ var color$a = "#15749D";
46686
46639
  var hoverColor$5 = "#116285";
46687
46640
  var activeColor$8 = "#0E506D";
46688
46641
  var linkColor$4 = "#3176AA";
46689
46642
  var fontWeight$6 = FONT_WEIGHT_REGULAR;
46690
46643
  var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
46691
- var fallbackValues$K = {
46692
- color: color$b,
46644
+ var fallbackValues$J = {
46645
+ color: color$a,
46693
46646
  hoverColor: hoverColor$5,
46694
46647
  activeColor: activeColor$8,
46695
46648
  linkColor: linkColor$4,
@@ -46814,7 +46767,7 @@ var AutopayModal = function AutopayModal(_ref) {
46814
46767
  }, modalExtraProps), renderAutoPayControl());
46815
46768
  };
46816
46769
 
46817
- var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$K);
46770
+ var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$J);
46818
46771
 
46819
46772
  var AmountModule = function AmountModule(_ref) {
46820
46773
  var totalAmountDue = _ref.totalAmountDue,
@@ -47489,7 +47442,7 @@ var numberColor = MATISSE_BLUE;
47489
47442
  var hoverBackgroundColor$2 = ALABASTER_WHITE;
47490
47443
  var activeBackgroundColor$1 = WHITE;
47491
47444
  var activeColor$9 = MATISSE_BLUE;
47492
- var fallbackValues$L = {
47445
+ var fallbackValues$K = {
47493
47446
  activeColor: activeColor$9,
47494
47447
  activeBackgroundColor: activeBackgroundColor$1,
47495
47448
  arrowColor: arrowColor,
@@ -47697,7 +47650,7 @@ var Pagination = function Pagination(_ref3) {
47697
47650
  }));
47698
47651
  };
47699
47652
 
47700
- var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$L);
47653
+ var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$K);
47701
47654
 
47702
47655
  var PaymentButtonBar = function PaymentButtonBar(_ref) {
47703
47656
  var _ref$isForwardButtonD = _ref.isForwardButtonDisabled,
@@ -47781,7 +47734,7 @@ var labeledAmountTotal = {
47781
47734
  "default": "h6",
47782
47735
  small: "p"
47783
47736
  };
47784
- var fallbackValues$M = {
47737
+ var fallbackValues$L = {
47785
47738
  backgroundColor: backgroundColor$b,
47786
47739
  lineItem: lineItem,
47787
47740
  labeledAmountSubtotal: labeledAmountSubtotal,
@@ -48101,7 +48054,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
48101
48054
  });
48102
48055
  };
48103
48056
 
48104
- var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$M, "default");
48057
+ var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$L, "default");
48105
48058
 
48106
48059
  var linkColor$5 = {
48107
48060
  "default": "#3176AA"
@@ -48118,7 +48071,7 @@ var fontWeight$7 = {
48118
48071
  var modalLinkHoverFocus$1 = {
48119
48072
  "default": "outline: none; text-decoration: underline;"
48120
48073
  };
48121
- var fallbackValues$N = {
48074
+ var fallbackValues$M = {
48122
48075
  linkColor: linkColor$5,
48123
48076
  fontSize: fontSize$a,
48124
48077
  lineHeight: lineHeight$4,
@@ -48177,7 +48130,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
48177
48130
  }, link));
48178
48131
  };
48179
48132
 
48180
- var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$N, "default");
48133
+ var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$M, "default");
48181
48134
 
48182
48135
  var backgroundColor$c = {
48183
48136
  "default": "#ffffff",
@@ -48208,7 +48161,7 @@ var modalLinkHoverFocus$2 = {
48208
48161
  "default": standardInteractionStyles,
48209
48162
  footer: standardInteractionStyles
48210
48163
  };
48211
- var fallbackValues$O = {
48164
+ var fallbackValues$N = {
48212
48165
  backgroundColor: backgroundColor$c,
48213
48166
  linkColor: linkColor$6,
48214
48167
  border: border$3,
@@ -48273,7 +48226,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
48273
48226
  }, link));
48274
48227
  };
48275
48228
 
48276
- var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$O, "default");
48229
+ var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$N, "default");
48277
48230
 
48278
48231
  var TermsAndConditionsControlV1 = function TermsAndConditionsControlV1(_ref) {
48279
48232
  var onCheck = _ref.onCheck,
@@ -49072,7 +49025,7 @@ var headingDisabledColor = "".concat(ATHENS_GREY);
49072
49025
  var bodyBackgroundColor$1 = "#eeeeee";
49073
49026
  var borderColor$5 = "".concat(GREY_CHATEAU);
49074
49027
  var focusStyles = "outline: none;";
49075
- var fallbackValues$P = {
49028
+ var fallbackValues$O = {
49076
49029
  headingBackgroundColor: headingBackgroundColor$1,
49077
49030
  headingDisabledColor: headingDisabledColor,
49078
49031
  bodyBackgroundColor: bodyBackgroundColor$1,
@@ -49262,7 +49215,7 @@ var RadioSection = function RadioSection(_ref) {
49262
49215
  })));
49263
49216
  };
49264
49217
 
49265
- var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$P);
49218
+ var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$O);
49266
49219
 
49267
49220
  var RegistrationForm = function RegistrationForm(_ref) {
49268
49221
  var _emailErrorMessages, _passwordErrorMessage;
@@ -49559,7 +49512,7 @@ var ResetPasswordSuccess = withWindowSize(ResetConfirmationForm$2);
49559
49512
  var activeTabBackground = "#FFFFFF";
49560
49513
  var activeTabAccent = "#15749D";
49561
49514
  var activeTabHover = "#B8D5E1";
49562
- var fallbackValues$Q = {
49515
+ var fallbackValues$P = {
49563
49516
  activeTabBackground: activeTabBackground,
49564
49517
  activeTabAccent: activeTabAccent,
49565
49518
  activeTabHover: activeTabHover
@@ -49638,12 +49591,12 @@ var Tabs = function Tabs(_ref) {
49638
49591
  }))));
49639
49592
  };
49640
49593
 
49641
- var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$Q);
49594
+ var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$P);
49642
49595
 
49643
49596
  var activeTabBackground$1 = "#FFFFFF";
49644
49597
  var activeTabAccent$1 = "#15749D";
49645
49598
  var activeTabHover$1 = "#B8D5E1";
49646
- var fallbackValues$R = {
49599
+ var fallbackValues$Q = {
49647
49600
  activeTabBackground: activeTabBackground$1,
49648
49601
  activeTabAccent: activeTabAccent$1,
49649
49602
  activeTabHover: activeTabHover$1
@@ -49699,7 +49652,7 @@ var TabSidebar = function TabSidebar(_ref) {
49699
49652
  })));
49700
49653
  };
49701
49654
 
49702
- var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$R);
49655
+ var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$Q);
49703
49656
 
49704
49657
  var Timeout = function Timeout(_ref) {
49705
49658
  var onLogout = _ref.onLogout;
@@ -49743,7 +49696,7 @@ var fontColor$1 = WHITE;
49743
49696
  var textAlign$1 = "left";
49744
49697
  var headerBackgroundColor$1 = BRIGHT_GREY;
49745
49698
  var imageBackgroundColor$1 = MATISSE_BLUE;
49746
- var fallbackValues$S = {
49699
+ var fallbackValues$R = {
49747
49700
  fontWeight: fontWeight$9,
49748
49701
  fontColor: fontColor$1,
49749
49702
  textAlign: textAlign$1,
@@ -49790,7 +49743,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
49790
49743
  })))));
49791
49744
  };
49792
49745
 
49793
- var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$S));
49746
+ var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$R));
49794
49747
 
49795
49748
  var WorkflowTile = function WorkflowTile(_ref) {
49796
49749
  var _ref$workflowName = _ref.workflowName,
@@ -49845,7 +49798,7 @@ var WorkflowTile = function WorkflowTile(_ref) {
49845
49798
  };
49846
49799
 
49847
49800
  var pageBackground = "#FBFCFD";
49848
- var fallbackValues$T = {
49801
+ var fallbackValues$S = {
49849
49802
  pageBackground: pageBackground
49850
49803
  };
49851
49804
 
@@ -49894,7 +49847,7 @@ var CenterSingle = function CenterSingle(_ref) {
49894
49847
  })));
49895
49848
  };
49896
49849
 
49897
- var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$T));
49850
+ var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$S));
49898
49851
 
49899
49852
  var CenterStack = function CenterStack(_ref) {
49900
49853
  var header = _ref.header,
@@ -49936,7 +49889,7 @@ var CenterStack = function CenterStack(_ref) {
49936
49889
  })));
49937
49890
  };
49938
49891
 
49939
- var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$T));
49892
+ var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$S));
49940
49893
 
49941
49894
  var CenterSingle$2 = function CenterSingle(_ref) {
49942
49895
  var header = _ref.header,
@@ -49981,7 +49934,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
49981
49934
  })));
49982
49935
  };
49983
49936
 
49984
- var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$T));
49937
+ var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$S));
49985
49938
 
49986
49939
  var SidebarSingleContent = function SidebarSingleContent(_ref) {
49987
49940
  var header = _ref.header,
@@ -50035,7 +49988,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
50035
49988
  })));
50036
49989
  };
50037
49990
 
50038
- var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$T));
49991
+ var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$S));
50039
49992
 
50040
49993
  var SidebarStackContent = function SidebarStackContent(_ref) {
50041
49994
  var header = _ref.header,
@@ -50106,7 +50059,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
50106
50059
  })));
50107
50060
  };
50108
50061
 
50109
- var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$T));
50062
+ var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$S));
50110
50063
 
50111
50064
  exports.AccountNumberImage = AccountNumberImage;
50112
50065
  exports.AccountsAddIcon = AccountsAddIcon$1;
@@ -50124,7 +50077,6 @@ exports.ArrowLeftCircleIconSmall = ArrowLeftCircleIconSmall;
50124
50077
  exports.ArrowRightCircleIconSmall = ArrowRightCircleIconSmall;
50125
50078
  exports.ArrowUpCircleIconSmall = ArrowUpCircleIconSmall;
50126
50079
  exports.AutopayOnIcon = AutopayOnIcon;
50127
- exports.Badge = Badge;
50128
50080
  exports.BankIcon = BankIcon;
50129
50081
  exports.BankIconLarge = BankIconLarge;
50130
50082
  exports.Banner = Banner$1;