@thecb/components 8.4.5-beta.2 → 8.4.5-beta.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.cjs.js CHANGED
@@ -38107,7 +38107,7 @@ var background$2 = "".concat(ATHENS_GREY);
38107
38107
  var white$1 = "".concat(WHITE);
38108
38108
  var black = "#000";
38109
38109
  var focusBorder = "".concat(MATISSE_BLUE);
38110
- var themeValues = {
38110
+ var themeValues$1 = {
38111
38111
  background: background$2,
38112
38112
  white: white$1,
38113
38113
  black: black,
@@ -38117,7 +38117,7 @@ var themeValues = {
38117
38117
  var TypeaheadInputWrapper = styled__default.div.withConfig({
38118
38118
  displayName: "TypeaheadInput__TypeaheadInputWrapper",
38119
38119
  componentId: "sc-cumjdb-0"
38120
- })(["display:flex;align-content:center;align-items:center;background:", ";input{border:0;height:72px;width:100%;padding:1.5rem;padding-left:1rem;min-width:100px;margin:0;box-sizing:border-box;position:relative;font-size:1.1rem;line-height:2rem;font-weight:400;background-color:", ";color:", ";box-shadow:none;border:1px solid transparent;&:focus{border:1px solid ", ";}}"], themeValues.background, themeValues.background, themeValues.black, themeValues.focusBorder);
38120
+ })(["display:flex;align-content:center;align-items:center;background:", ";input{border:0;height:72px;width:100%;padding:1.5rem;padding-left:1rem;min-width:100px;margin:0;box-sizing:border-box;position:relative;font-size:1.1rem;line-height:2rem;font-weight:400;background-color:", ";color:", ";box-shadow:none;border:1px solid transparent;&:focus{border:1px solid ", ";}}"], themeValues$1.background, themeValues$1.background, themeValues$1.black, themeValues$1.focusBorder);
38121
38121
 
38122
38122
  var TypeaheadInput = function TypeaheadInput(_ref) {
38123
38123
  var handleChange = _ref.handleChange,
@@ -42951,51 +42951,32 @@ var PROPERTIES_COMMERCIAL_AUTO_ICON = "PROPERTIES_COMMERCIAL_AUTO";
42951
42951
  var MISC_BILL_ICON = "MISC_SINGLE_BILL";
42952
42952
  var iconsMap = (_iconsMap = {}, _defineProperty(_iconsMap, ACCOUNTS_GENERIC_ICON, AccountGenericIcon), _defineProperty(_iconsMap, ACCOUNTS_CONSTRUCTION_ICON, AccountConstructionIcon), _defineProperty(_iconsMap, ACCOUNTS_HEALTH_ICON, AccountMedicalIcon), _defineProperty(_iconsMap, ACCOUNTS_DENTAL_ICON, AccountDentalIcon), _defineProperty(_iconsMap, ACCOUNTS_UTILITY_ELECTRIC_ICON, AccountElectricIcon), _defineProperty(_iconsMap, ACCOUNTS_UTILITY_GARBAGE_ICON, AccountGarbageIcon), _defineProperty(_iconsMap, ACCOUNTS_UTILITY_GAS_ICON, AccountGasIcon), _defineProperty(_iconsMap, ACCOUNTS_UTILITY_WATER_ICON, AccountWaterIcon), _defineProperty(_iconsMap, PROPERTIES_PERSONAL_ICON, PropertyPersonalIcon), _defineProperty(_iconsMap, PROPERTIES_GARAGE_ICON, PropertyGarageIcon), _defineProperty(_iconsMap, PROPERTIES_BUSINESS_ICON, PropertyBusinessIcon), _defineProperty(_iconsMap, PROPERTIES_STOREFRONT_ICON, PropertyStorefrontIcon), _defineProperty(_iconsMap, PROPERTIES_APARTMENT_ICON, PropertyApartmentIcon), _defineProperty(_iconsMap, PROPERTIES_LAND_ICON, PropertyLandIcon), _defineProperty(_iconsMap, PROPERTIES_CAR_ICON, PropertyCarIcon), _defineProperty(_iconsMap, PROPERTIES_MOTORCYCLE_ICON, PropertyMotorcycleIcon), _defineProperty(_iconsMap, PROPERTIES_COMMERCIAL_AUTO_ICON, PropertyCommercialVehicleIcon), _defineProperty(_iconsMap, MISC_BILL_ICON, AccountBillIcon), _iconsMap);
42953
42953
 
42954
- var activeBackgroundColor$1 = {
42955
- "default": CORNFLOWER_BLUE
42956
- };
42957
- var backgroundColor$9 = {
42958
- "default": LINK_WATER
42959
- };
42960
- var borderColor$5 = {
42961
- "default": MOON_RAKER
42962
- };
42963
- var color$b = {
42964
- "default": ROYAL_BLUE_VIVID
42965
- };
42966
- var fallbackValues$I = {
42967
- activeBackgroundColor: activeBackgroundColor$1,
42968
- backgroundColor: backgroundColor$9,
42969
- borderColor: borderColor$5,
42970
- color: color$b
42971
- };
42972
-
42973
42954
  var Container = styled__default(Box).withConfig({
42974
42955
  displayName: "LinkCardstyled__Container",
42975
42956
  componentId: "sc-l5q1h2-0"
42976
42957
  })(["display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:40px;flex-shrink:0;align-self:stretch;border-radius:8px;", " transition:all .2s ease-in-out;&:hover,&:active{cursor:pointer;box-shadow:0px 0px 0px 0px rgba(41,42,51,0.1),0px 5px 11px 0px rgba(41,42,51,0.1),0px 4px 19px 0px rgba(41,42,51,0.09),0px 27px 26px 0px rgba(41,42,51,0.05),0px 56px 31px 0px rgba(41,42,51,0.01),0px 80px 33px 0px rgba(41,42,51,0);}&:hover:not(:active){", "}&:active{", "}"], function (_ref) {
42977
42958
  var themeValues = _ref.themeValues;
42978
- return "\n background-color: ".concat(themeValues.backgroundColor, ";\n border: 1px solid ").concat(themeValues.borderColor, ";\n ");
42959
+ return "\n background-color: ".concat(themeValues.cardBackgroundColor, ";\n border: 1px solid ").concat(themeValues.cardBorderColor, ";\n ");
42979
42960
  }, function (_ref2) {
42980
42961
  var themeValues = _ref2.themeValues;
42981
- return "border: 1px solid ".concat(themeValues.borderColor, ";");
42962
+ return "border: 1px solid ".concat(themeValues.cardBorderColor, ";");
42982
42963
  }, function (_ref3) {
42983
42964
  var themeValues = _ref3.themeValues;
42984
- return "\n background-color: ".concat(themeValues.activeBackgroundColor, ";\n border: 1px solid ").concat(themeValues.color, ";\n ;");
42965
+ return "\n background-color: ".concat(themeValues.cardActiveBackgroundColor, ";\n border: 1px solid ").concat(themeValues.cardColor, ";\n ;");
42985
42966
  });
42986
42967
  var Title$2 = styled__default(Heading$1).withConfig({
42987
42968
  displayName: "LinkCardstyled__Title",
42988
42969
  componentId: "sc-l5q1h2-1"
42989
42970
  })(["display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;align-self:stretch;overflow:hidden;text-overflow:ellipsis;font-size:16px;line-height:150%;background-color:transparent;font-weight:", ";", ";"], FONT_WEIGHT_SEMIBOLD, function (_ref4) {
42990
42971
  var themeValues = _ref4.themeValues;
42991
- return "color: ".concat(themeValues.color, ";");
42972
+ return "color: ".concat(themeValues.cardColor, ";");
42992
42973
  });
42993
42974
  var Subtitle = styled__default(Paragraph$1).withConfig({
42994
42975
  displayName: "LinkCardstyled__Subtitle",
42995
42976
  componentId: "sc-l5q1h2-2"
42996
42977
  })(["overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;align-self:stretch;font-size:14px;line-height:150 %;letter-spacing:0.14px;font-weight:", ";", ";"], FONT_WEIGHT_SEMIBOLD, function (_ref5) {
42997
42978
  var themeValues = _ref5.themeValues;
42998
- return "color: ".concat(themeValues.color, ";");
42979
+ return "color: ".concat(themeValues.cardColor, ";");
42999
42980
  });
43000
42981
  var Footer = styled__default(Stack).withConfig({
43001
42982
  displayName: "LinkCardstyled__Footer",
@@ -43007,7 +42988,7 @@ var LinkCard = function LinkCard(_ref) {
43007
42988
  title = _ref$title === void 0 ? "Test Workflow" : _ref$title,
43008
42989
  _ref$subtitle = _ref.subtitle,
43009
42990
  subtitle = _ref$subtitle === void 0 ? "Link your benefit plan" : _ref$subtitle,
43010
- themeValues = _ref.themeValues,
42991
+ parentThemeValues = _ref.parentThemeValues,
43011
42992
  showLeft = _ref.showLeft,
43012
42993
  leftContent = _ref.leftContent,
43013
42994
  showRight = _ref.showRight,
@@ -43036,7 +43017,7 @@ var LinkCard = function LinkCard(_ref) {
43036
43017
  minWidth: isMobile ? "240px" : "288px",
43037
43018
  minHeight: "141px",
43038
43019
  padding: "24px",
43039
- themeValues: themeValues,
43020
+ themeValues: parentThemeValues,
43040
43021
  extraStyles: extraStyles,
43041
43022
  hoverStyles: extraHoverStyles,
43042
43023
  activeStyles: extraActiveStyles,
@@ -43054,28 +43035,26 @@ var LinkCard = function LinkCard(_ref) {
43054
43035
  width: "100%"
43055
43036
  }, /*#__PURE__*/React__default.createElement(Title$2, {
43056
43037
  variant: titleVariant,
43057
- themeValues: themeValues,
43038
+ themeValues: parentThemeValues,
43058
43039
  margin: 0
43059
43040
  }, title)), /*#__PURE__*/React__default.createElement(Box, {
43060
43041
  padding: "0 0 40px",
43061
43042
  width: "100%"
43062
43043
  }, /*#__PURE__*/React__default.createElement(Subtitle, {
43063
43044
  variant: "pS",
43064
- themeValues: themeValues
43045
+ themeValues: parentThemeValues
43065
43046
  }, subtitle)), /*#__PURE__*/React__default.createElement(Box, {
43066
43047
  background: "transparent",
43067
43048
  borderWidthOverride: "0 0 0 0",
43068
43049
  padding: "0",
43069
43050
  width: "100%"
43070
43051
  }, /*#__PURE__*/React__default.createElement(Footer, {
43071
- themeValues: themeValues,
43052
+ themeValues: parentThemeValues,
43072
43053
  direction: "row",
43073
43054
  childGap: "6px",
43074
43055
  justify: "space-between"
43075
43056
  }, showLeft && !leftContent && /*#__PURE__*/React__default.createElement(Box, null), showLeft && leftContent, showRight && rightContent))));
43076
- };
43077
-
43078
- var LinkCard$1 = themeComponent(LinkCard, "LinkCard", fallbackValues$I, "default");
43057
+ }; // export default themeComponent(LinkCard, "LinkCard", fallbackValues, "default");
43079
43058
 
43080
43059
  var LoginForm = function LoginForm(_ref) {
43081
43060
  var _emailErrorMessages;
@@ -46771,12 +46750,12 @@ var borderRadius = {
46771
46750
  largeTitle: "0.25rem",
46772
46751
  small: "0.25rem"
46773
46752
  };
46774
- var backgroundColor$a = {
46753
+ var backgroundColor$9 = {
46775
46754
  "default": WHITE,
46776
46755
  largeTitle: WHITE,
46777
46756
  small: WHITE
46778
46757
  };
46779
- var fallbackValues$J = {
46758
+ var fallbackValues$I = {
46780
46759
  fontSize: fontSize$9,
46781
46760
  fontWeight: fontWeight$5,
46782
46761
  fontColor: fontColor,
@@ -46786,7 +46765,7 @@ var fallbackValues$J = {
46786
46765
  titleSpacing: titleSpacing,
46787
46766
  boxShadow: boxShadow$1,
46788
46767
  borderRadius: borderRadius,
46789
- backgroundColor: backgroundColor$a
46768
+ backgroundColor: backgroundColor$9
46790
46769
  };
46791
46770
 
46792
46771
  /*
@@ -46844,9 +46823,9 @@ var Module = function Module(_ref) {
46844
46823
  }, children)));
46845
46824
  };
46846
46825
 
46847
- var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$J, "default"));
46826
+ var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$I, "default"));
46848
46827
 
46849
- var backgroundColor$b = {
46828
+ var backgroundColor$a = {
46850
46829
  profile: "#3b414d",
46851
46830
  cms: "#3b414d"
46852
46831
  };
@@ -46854,8 +46833,8 @@ var shadowColor = {
46854
46833
  profile: "#292A33",
46855
46834
  cms: "#292A33"
46856
46835
  };
46857
- var fallbackValues$K = {
46858
- backgroundColor: backgroundColor$b,
46836
+ var fallbackValues$J = {
46837
+ backgroundColor: backgroundColor$a,
46859
46838
  shadowColor: shadowColor
46860
46839
  };
46861
46840
 
@@ -46895,7 +46874,7 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
46895
46874
  }, menuContent));
46896
46875
  };
46897
46876
 
46898
- var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$K, "profile");
46877
+ var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$J, "profile");
46899
46878
 
46900
46879
  var menu = posed.div({
46901
46880
  invisible: {
@@ -46957,7 +46936,7 @@ var NavMenuMobile = function NavMenuMobile(_ref2) {
46957
46936
  }, menuContent));
46958
46937
  };
46959
46938
 
46960
- var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$K, "profile");
46939
+ var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$J, "profile");
46961
46940
 
46962
46941
  var ACH_METHOD = "BANK_ACCOUNT";
46963
46942
  var CC_METHOD = "CREDIT_CARD";
@@ -47012,14 +46991,14 @@ var TitleModule = function TitleModule(_ref) {
47012
46991
  }, subtitle)));
47013
46992
  };
47014
46993
 
47015
- var color$c = "#15749D";
46994
+ var color$b = "#15749D";
47016
46995
  var hoverColor$5 = "#116285";
47017
46996
  var activeColor$8 = "#0E506D";
47018
46997
  var linkColor$4 = "#3176AA";
47019
46998
  var fontWeight$6 = FONT_WEIGHT_REGULAR;
47020
46999
  var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
47021
- var fallbackValues$L = {
47022
- color: color$c,
47000
+ var fallbackValues$K = {
47001
+ color: color$b,
47023
47002
  hoverColor: hoverColor$5,
47024
47003
  activeColor: activeColor$8,
47025
47004
  linkColor: linkColor$4,
@@ -47144,7 +47123,7 @@ var AutopayModal = function AutopayModal(_ref) {
47144
47123
  }, modalExtraProps), renderAutoPayControl());
47145
47124
  };
47146
47125
 
47147
- var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$L);
47126
+ var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$K);
47148
47127
 
47149
47128
  var AmountModule = function AmountModule(_ref) {
47150
47129
  var totalAmountDue = _ref.totalAmountDue,
@@ -47817,11 +47796,11 @@ var createPartialAmountFormState = function createPartialAmountFormState(lineIte
47817
47796
  var arrowColor = WHITE;
47818
47797
  var numberColor = MATISSE_BLUE;
47819
47798
  var hoverBackgroundColor$2 = ALABASTER_WHITE;
47820
- var activeBackgroundColor$2 = WHITE;
47799
+ var activeBackgroundColor$1 = WHITE;
47821
47800
  var activeColor$9 = MATISSE_BLUE;
47822
- var fallbackValues$M = {
47801
+ var fallbackValues$L = {
47823
47802
  activeColor: activeColor$9,
47824
- activeBackgroundColor: activeBackgroundColor$2,
47803
+ activeBackgroundColor: activeBackgroundColor$1,
47825
47804
  arrowColor: arrowColor,
47826
47805
  hoverBackgroundColor: hoverBackgroundColor$2,
47827
47806
  numberColor: numberColor
@@ -48027,7 +48006,7 @@ var Pagination = function Pagination(_ref3) {
48027
48006
  }));
48028
48007
  };
48029
48008
 
48030
- var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$M);
48009
+ var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$L);
48031
48010
 
48032
48011
  var PaymentButtonBar = function PaymentButtonBar(_ref) {
48033
48012
  var _ref$isForwardButtonD = _ref.isForwardButtonDisabled,
@@ -48095,7 +48074,7 @@ var PaymentButtonBar = function PaymentButtonBar(_ref) {
48095
48074
  }, !hideBackButton && /*#__PURE__*/React__default.createElement(React.Fragment, null, backButton), !hideForwardButton && /*#__PURE__*/React__default.createElement(React.Fragment, null, forwardButton))));
48096
48075
  };
48097
48076
 
48098
- var backgroundColor$c = {
48077
+ var backgroundColor$b = {
48099
48078
  "default": "transparent",
48100
48079
  small: "transparent"
48101
48080
  };
@@ -48111,8 +48090,8 @@ var labeledAmountTotal = {
48111
48090
  "default": "h6",
48112
48091
  small: "p"
48113
48092
  };
48114
- var fallbackValues$N = {
48115
- backgroundColor: backgroundColor$c,
48093
+ var fallbackValues$M = {
48094
+ backgroundColor: backgroundColor$b,
48116
48095
  lineItem: lineItem,
48117
48096
  labeledAmountSubtotal: labeledAmountSubtotal,
48118
48097
  labeledAmountTotal: labeledAmountTotal
@@ -48431,7 +48410,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
48431
48410
  });
48432
48411
  };
48433
48412
 
48434
- var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$N, "default");
48413
+ var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$M, "default");
48435
48414
 
48436
48415
  var linkColor$5 = {
48437
48416
  "default": "#3176AA"
@@ -48448,7 +48427,7 @@ var fontWeight$7 = {
48448
48427
  var modalLinkHoverFocus$1 = {
48449
48428
  "default": "outline: none; text-decoration: underline;"
48450
48429
  };
48451
- var fallbackValues$O = {
48430
+ var fallbackValues$N = {
48452
48431
  linkColor: linkColor$5,
48453
48432
  fontSize: fontSize$a,
48454
48433
  lineHeight: lineHeight$4,
@@ -48507,9 +48486,9 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
48507
48486
  }, link));
48508
48487
  };
48509
48488
 
48510
- var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$O, "default");
48489
+ var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$N, "default");
48511
48490
 
48512
- var backgroundColor$d = {
48491
+ var backgroundColor$c = {
48513
48492
  "default": "#ffffff",
48514
48493
  footer: "#ffffff"
48515
48494
  };
@@ -48538,8 +48517,8 @@ var modalLinkHoverFocus$2 = {
48538
48517
  "default": standardInteractionStyles,
48539
48518
  footer: standardInteractionStyles
48540
48519
  };
48541
- var fallbackValues$P = {
48542
- backgroundColor: backgroundColor$d,
48520
+ var fallbackValues$O = {
48521
+ backgroundColor: backgroundColor$c,
48543
48522
  linkColor: linkColor$6,
48544
48523
  border: border$3,
48545
48524
  fontSize: fontSize$b,
@@ -48603,7 +48582,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
48603
48582
  }, link));
48604
48583
  };
48605
48584
 
48606
- var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$P, "default");
48585
+ var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$O, "default");
48607
48586
 
48608
48587
  var TermsAndConditionsControlV1 = function TermsAndConditionsControlV1(_ref) {
48609
48588
  var onCheck = _ref.onCheck,
@@ -49400,13 +49379,13 @@ var RadioGroup = function RadioGroup(_ref) {
49400
49379
  var headingBackgroundColor$1 = "".concat(WHITE);
49401
49380
  var headingDisabledColor = "".concat(ATHENS_GREY);
49402
49381
  var bodyBackgroundColor$1 = "#eeeeee";
49403
- var borderColor$6 = "".concat(GREY_CHATEAU);
49382
+ var borderColor$5 = "".concat(GREY_CHATEAU);
49404
49383
  var focusStyles = "outline: none;";
49405
- var fallbackValues$Q = {
49384
+ var fallbackValues$P = {
49406
49385
  headingBackgroundColor: headingBackgroundColor$1,
49407
49386
  headingDisabledColor: headingDisabledColor,
49408
49387
  bodyBackgroundColor: bodyBackgroundColor$1,
49409
- borderColor: borderColor$6,
49388
+ borderColor: borderColor$5,
49410
49389
  focusStyles: focusStyles
49411
49390
  };
49412
49391
 
@@ -49592,7 +49571,7 @@ var RadioSection = function RadioSection(_ref) {
49592
49571
  })));
49593
49572
  };
49594
49573
 
49595
- var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$Q);
49574
+ var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$P);
49596
49575
 
49597
49576
  var RegistrationForm = function RegistrationForm(_ref) {
49598
49577
  var _emailErrorMessages, _passwordErrorMessage;
@@ -49889,7 +49868,7 @@ var ResetPasswordSuccess = withWindowSize(ResetConfirmationForm$2);
49889
49868
  var activeTabBackground = "#FFFFFF";
49890
49869
  var activeTabAccent = "#15749D";
49891
49870
  var activeTabHover = "#B8D5E1";
49892
- var fallbackValues$R = {
49871
+ var fallbackValues$Q = {
49893
49872
  activeTabBackground: activeTabBackground,
49894
49873
  activeTabAccent: activeTabAccent,
49895
49874
  activeTabHover: activeTabHover
@@ -49968,12 +49947,12 @@ var Tabs = function Tabs(_ref) {
49968
49947
  }))));
49969
49948
  };
49970
49949
 
49971
- var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$R);
49950
+ var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$Q);
49972
49951
 
49973
49952
  var activeTabBackground$1 = "#FFFFFF";
49974
49953
  var activeTabAccent$1 = "#15749D";
49975
49954
  var activeTabHover$1 = "#B8D5E1";
49976
- var fallbackValues$S = {
49955
+ var fallbackValues$R = {
49977
49956
  activeTabBackground: activeTabBackground$1,
49978
49957
  activeTabAccent: activeTabAccent$1,
49979
49958
  activeTabHover: activeTabHover$1
@@ -50029,7 +50008,7 @@ var TabSidebar = function TabSidebar(_ref) {
50029
50008
  })));
50030
50009
  };
50031
50010
 
50032
- var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$S);
50011
+ var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$R);
50033
50012
 
50034
50013
  var Timeout = function Timeout(_ref) {
50035
50014
  var onLogout = _ref.onLogout;
@@ -50073,7 +50052,7 @@ var fontColor$1 = WHITE;
50073
50052
  var textAlign$1 = "left";
50074
50053
  var headerBackgroundColor$1 = BRIGHT_GREY;
50075
50054
  var imageBackgroundColor$1 = MATISSE_BLUE;
50076
- var fallbackValues$T = {
50055
+ var fallbackValues$S = {
50077
50056
  fontWeight: fontWeight$9,
50078
50057
  fontColor: fontColor$1,
50079
50058
  textAlign: textAlign$1,
@@ -50120,7 +50099,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
50120
50099
  })))));
50121
50100
  };
50122
50101
 
50123
- var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$T));
50102
+ var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$S));
50124
50103
 
50125
50104
  var WorkflowTile = function WorkflowTile(_ref) {
50126
50105
  var _ref$workflowName = _ref.workflowName,
@@ -50175,7 +50154,7 @@ var WorkflowTile = function WorkflowTile(_ref) {
50175
50154
  };
50176
50155
 
50177
50156
  var pageBackground = "#FBFCFD";
50178
- var fallbackValues$U = {
50157
+ var fallbackValues$T = {
50179
50158
  pageBackground: pageBackground
50180
50159
  };
50181
50160
 
@@ -50224,7 +50203,7 @@ var CenterSingle = function CenterSingle(_ref) {
50224
50203
  })));
50225
50204
  };
50226
50205
 
50227
- var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$U));
50206
+ var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$T));
50228
50207
 
50229
50208
  var CenterStack = function CenterStack(_ref) {
50230
50209
  var header = _ref.header,
@@ -50266,7 +50245,7 @@ var CenterStack = function CenterStack(_ref) {
50266
50245
  })));
50267
50246
  };
50268
50247
 
50269
- var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$U));
50248
+ var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$T));
50270
50249
 
50271
50250
  var CenterSingle$2 = function CenterSingle(_ref) {
50272
50251
  var header = _ref.header,
@@ -50311,7 +50290,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
50311
50290
  })));
50312
50291
  };
50313
50292
 
50314
- var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$U));
50293
+ var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$T));
50315
50294
 
50316
50295
  var SidebarSingleContent = function SidebarSingleContent(_ref) {
50317
50296
  var header = _ref.header,
@@ -50365,7 +50344,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
50365
50344
  })));
50366
50345
  };
50367
50346
 
50368
- var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$U));
50347
+ var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$T));
50369
50348
 
50370
50349
  var SidebarStackContent = function SidebarStackContent(_ref) {
50371
50350
  var header = _ref.header,
@@ -50436,7 +50415,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
50436
50415
  })));
50437
50416
  };
50438
50417
 
50439
- var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$U));
50418
+ var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$T));
50440
50419
 
50441
50420
  exports.AccountNumberImage = AccountNumberImage;
50442
50421
  exports.AccountsAddIcon = AccountsAddIcon$1;
@@ -50538,7 +50517,7 @@ exports.Jumbo = Jumbo$1;
50538
50517
  exports.KioskImage = KioskImage;
50539
50518
  exports.LabeledAmount = LabeledAmount$1;
50540
50519
  exports.LineItem = LineItem$1;
50541
- exports.LinkCard = LinkCard$1;
50520
+ exports.LinkCard = LinkCard;
50542
50521
  exports.Loading = Loading;
50543
50522
  exports.LoadingLine = LoadingLine;
50544
50523
  exports.LoginForm = LoginForm;