@thecb/components 8.4.4 → 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 +59 -56
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +59 -56
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/link-card/LinkCard.js +15 -10
- package/src/components/molecules/link-card/LinkCard.stories.js +4 -5
- package/src/components/molecules/link-card/LinkCard.styled.js +15 -8
- package/src/components/molecules/link-card/LinkCard.theme.js +12 -3
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,29 +42951,33 @@ 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 background$3 = {
|
|
42955
|
-
"default": MOON_RAKER
|
|
42956
|
-
};
|
|
42957
|
-
var color$b = {
|
|
42958
|
-
"default": ROYAL_BLUE_VIVID
|
|
42959
|
-
};
|
|
42960
|
-
var fallbackValues$I = {
|
|
42961
|
-
background: background$3,
|
|
42962
|
-
color: color$b
|
|
42963
|
-
};
|
|
42964
|
-
|
|
42965
42954
|
var Container = styled__default(Box).withConfig({
|
|
42966
42955
|
displayName: "LinkCardstyled__Container",
|
|
42967
42956
|
componentId: "sc-l5q1h2-0"
|
|
42968
|
-
})(["display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:40px;flex-shrink:0;align-self:stretch;border-radius:8px;&: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){
|
|
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) {
|
|
42958
|
+
var themeValues = _ref.themeValues;
|
|
42959
|
+
return "\n background-color: ".concat(themeValues.cardBackgroundColor, ";\n border: 1px solid ").concat(themeValues.cardBorderColor, ";\n ");
|
|
42960
|
+
}, function (_ref2) {
|
|
42961
|
+
var themeValues = _ref2.themeValues;
|
|
42962
|
+
return "border: 1px solid ".concat(themeValues.cardBorderColor, ";");
|
|
42963
|
+
}, function (_ref3) {
|
|
42964
|
+
var themeValues = _ref3.themeValues;
|
|
42965
|
+
return "\n background-color: ".concat(themeValues.cardActiveBackgroundColor, ";\n border: 1px solid ").concat(themeValues.cardColor, ";\n ;");
|
|
42966
|
+
});
|
|
42969
42967
|
var Title$2 = styled__default(Heading$1).withConfig({
|
|
42970
42968
|
displayName: "LinkCardstyled__Title",
|
|
42971
42969
|
componentId: "sc-l5q1h2-1"
|
|
42972
|
-
})(["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;"])
|
|
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) {
|
|
42971
|
+
var themeValues = _ref4.themeValues;
|
|
42972
|
+
return "color: ".concat(themeValues.cardColor, ";");
|
|
42973
|
+
});
|
|
42973
42974
|
var Subtitle = styled__default(Paragraph$1).withConfig({
|
|
42974
42975
|
displayName: "LinkCardstyled__Subtitle",
|
|
42975
42976
|
componentId: "sc-l5q1h2-2"
|
|
42976
|
-
})(["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;"])
|
|
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) {
|
|
42978
|
+
var themeValues = _ref5.themeValues;
|
|
42979
|
+
return "color: ".concat(themeValues.cardColor, ";");
|
|
42980
|
+
});
|
|
42977
42981
|
var Footer = styled__default(Stack).withConfig({
|
|
42978
42982
|
displayName: "LinkCardstyled__Footer",
|
|
42979
42983
|
componentId: "sc-l5q1h2-3"
|
|
@@ -42984,7 +42988,7 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
42984
42988
|
title = _ref$title === void 0 ? "Test Workflow" : _ref$title,
|
|
42985
42989
|
_ref$subtitle = _ref.subtitle,
|
|
42986
42990
|
subtitle = _ref$subtitle === void 0 ? "Link your benefit plan" : _ref$subtitle,
|
|
42987
|
-
|
|
42991
|
+
parentThemeValues = _ref.parentThemeValues,
|
|
42988
42992
|
showLeft = _ref.showLeft,
|
|
42989
42993
|
leftContent = _ref.leftContent,
|
|
42990
42994
|
showRight = _ref.showRight,
|
|
@@ -42998,6 +43002,7 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
42998
43002
|
extraActiveStyles = _ref$extraActiveStyle === void 0 ? "" : _ref$extraActiveStyle,
|
|
42999
43003
|
_ref$titleVariant = _ref.titleVariant,
|
|
43000
43004
|
titleVariant = _ref$titleVariant === void 0 ? "h3" : _ref$titleVariant;
|
|
43005
|
+
console.log("LinkCard themeValues", themeValues);
|
|
43001
43006
|
|
|
43002
43007
|
var _useContext = React.useContext(styled.ThemeContext),
|
|
43003
43008
|
isMobile = _useContext.isMobile;
|
|
@@ -43005,7 +43010,6 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
43005
43010
|
var regex = /\W/g;
|
|
43006
43011
|
var locatorSlug = title.toLowerCase().replaceAll(regex, "-");
|
|
43007
43012
|
return /*#__PURE__*/React__default.createElement(Container, {
|
|
43008
|
-
border: "1px solid ".concat(themeValues.background, ";"),
|
|
43009
43013
|
borderRadius: "8px",
|
|
43010
43014
|
dataQa: "link-card-".concat(locatorSlug),
|
|
43011
43015
|
width: "100%",
|
|
@@ -43013,6 +43017,7 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
43013
43017
|
minWidth: isMobile ? "240px" : "288px",
|
|
43014
43018
|
minHeight: "141px",
|
|
43015
43019
|
padding: "24px",
|
|
43020
|
+
themeValues: parentThemeValues,
|
|
43016
43021
|
extraStyles: extraStyles,
|
|
43017
43022
|
hoverStyles: extraHoverStyles,
|
|
43018
43023
|
activeStyles: extraActiveStyles,
|
|
@@ -43030,28 +43035,26 @@ var LinkCard = function LinkCard(_ref) {
|
|
|
43030
43035
|
width: "100%"
|
|
43031
43036
|
}, /*#__PURE__*/React__default.createElement(Title$2, {
|
|
43032
43037
|
variant: titleVariant,
|
|
43033
|
-
|
|
43034
|
-
color: themeValues.color,
|
|
43038
|
+
themeValues: parentThemeValues,
|
|
43035
43039
|
margin: 0
|
|
43036
43040
|
}, title)), /*#__PURE__*/React__default.createElement(Box, {
|
|
43037
43041
|
padding: "0 0 40px",
|
|
43038
43042
|
width: "100%"
|
|
43039
43043
|
}, /*#__PURE__*/React__default.createElement(Subtitle, {
|
|
43040
43044
|
variant: "pS",
|
|
43041
|
-
|
|
43045
|
+
themeValues: parentThemeValues
|
|
43042
43046
|
}, subtitle)), /*#__PURE__*/React__default.createElement(Box, {
|
|
43043
43047
|
background: "transparent",
|
|
43044
43048
|
borderWidthOverride: "0 0 0 0",
|
|
43045
43049
|
padding: "0",
|
|
43046
43050
|
width: "100%"
|
|
43047
43051
|
}, /*#__PURE__*/React__default.createElement(Footer, {
|
|
43052
|
+
themeValues: parentThemeValues,
|
|
43048
43053
|
direction: "row",
|
|
43049
43054
|
childGap: "6px",
|
|
43050
43055
|
justify: "space-between"
|
|
43051
43056
|
}, showLeft && !leftContent && /*#__PURE__*/React__default.createElement(Box, null), showLeft && leftContent, showRight && rightContent))));
|
|
43052
|
-
};
|
|
43053
|
-
|
|
43054
|
-
var LinkCard$1 = themeComponent(LinkCard, "LinkCard", fallbackValues$I, "default");
|
|
43057
|
+
}; // export default themeComponent(LinkCard, "LinkCard", fallbackValues, "default");
|
|
43055
43058
|
|
|
43056
43059
|
var LoginForm = function LoginForm(_ref) {
|
|
43057
43060
|
var _emailErrorMessages;
|
|
@@ -46752,7 +46755,7 @@ var backgroundColor$9 = {
|
|
|
46752
46755
|
largeTitle: WHITE,
|
|
46753
46756
|
small: WHITE
|
|
46754
46757
|
};
|
|
46755
|
-
var fallbackValues$
|
|
46758
|
+
var fallbackValues$I = {
|
|
46756
46759
|
fontSize: fontSize$9,
|
|
46757
46760
|
fontWeight: fontWeight$5,
|
|
46758
46761
|
fontColor: fontColor,
|
|
@@ -46820,7 +46823,7 @@ var Module = function Module(_ref) {
|
|
|
46820
46823
|
}, children)));
|
|
46821
46824
|
};
|
|
46822
46825
|
|
|
46823
|
-
var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$
|
|
46826
|
+
var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$I, "default"));
|
|
46824
46827
|
|
|
46825
46828
|
var backgroundColor$a = {
|
|
46826
46829
|
profile: "#3b414d",
|
|
@@ -46830,7 +46833,7 @@ var shadowColor = {
|
|
|
46830
46833
|
profile: "#292A33",
|
|
46831
46834
|
cms: "#292A33"
|
|
46832
46835
|
};
|
|
46833
|
-
var fallbackValues$
|
|
46836
|
+
var fallbackValues$J = {
|
|
46834
46837
|
backgroundColor: backgroundColor$a,
|
|
46835
46838
|
shadowColor: shadowColor
|
|
46836
46839
|
};
|
|
@@ -46871,7 +46874,7 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
|
|
|
46871
46874
|
}, menuContent));
|
|
46872
46875
|
};
|
|
46873
46876
|
|
|
46874
|
-
var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$
|
|
46877
|
+
var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$J, "profile");
|
|
46875
46878
|
|
|
46876
46879
|
var menu = posed.div({
|
|
46877
46880
|
invisible: {
|
|
@@ -46933,7 +46936,7 @@ var NavMenuMobile = function NavMenuMobile(_ref2) {
|
|
|
46933
46936
|
}, menuContent));
|
|
46934
46937
|
};
|
|
46935
46938
|
|
|
46936
|
-
var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$
|
|
46939
|
+
var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$J, "profile");
|
|
46937
46940
|
|
|
46938
46941
|
var ACH_METHOD = "BANK_ACCOUNT";
|
|
46939
46942
|
var CC_METHOD = "CREDIT_CARD";
|
|
@@ -46988,14 +46991,14 @@ var TitleModule = function TitleModule(_ref) {
|
|
|
46988
46991
|
}, subtitle)));
|
|
46989
46992
|
};
|
|
46990
46993
|
|
|
46991
|
-
var color$
|
|
46994
|
+
var color$b = "#15749D";
|
|
46992
46995
|
var hoverColor$5 = "#116285";
|
|
46993
46996
|
var activeColor$8 = "#0E506D";
|
|
46994
46997
|
var linkColor$4 = "#3176AA";
|
|
46995
46998
|
var fontWeight$6 = FONT_WEIGHT_REGULAR;
|
|
46996
46999
|
var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
|
|
46997
|
-
var fallbackValues$
|
|
46998
|
-
color: color$
|
|
47000
|
+
var fallbackValues$K = {
|
|
47001
|
+
color: color$b,
|
|
46999
47002
|
hoverColor: hoverColor$5,
|
|
47000
47003
|
activeColor: activeColor$8,
|
|
47001
47004
|
linkColor: linkColor$4,
|
|
@@ -47120,7 +47123,7 @@ var AutopayModal = function AutopayModal(_ref) {
|
|
|
47120
47123
|
}, modalExtraProps), renderAutoPayControl());
|
|
47121
47124
|
};
|
|
47122
47125
|
|
|
47123
|
-
var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$
|
|
47126
|
+
var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$K);
|
|
47124
47127
|
|
|
47125
47128
|
var AmountModule = function AmountModule(_ref) {
|
|
47126
47129
|
var totalAmountDue = _ref.totalAmountDue,
|
|
@@ -47795,7 +47798,7 @@ var numberColor = MATISSE_BLUE;
|
|
|
47795
47798
|
var hoverBackgroundColor$2 = ALABASTER_WHITE;
|
|
47796
47799
|
var activeBackgroundColor$1 = WHITE;
|
|
47797
47800
|
var activeColor$9 = MATISSE_BLUE;
|
|
47798
|
-
var fallbackValues$
|
|
47801
|
+
var fallbackValues$L = {
|
|
47799
47802
|
activeColor: activeColor$9,
|
|
47800
47803
|
activeBackgroundColor: activeBackgroundColor$1,
|
|
47801
47804
|
arrowColor: arrowColor,
|
|
@@ -48003,7 +48006,7 @@ var Pagination = function Pagination(_ref3) {
|
|
|
48003
48006
|
}));
|
|
48004
48007
|
};
|
|
48005
48008
|
|
|
48006
|
-
var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$
|
|
48009
|
+
var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$L);
|
|
48007
48010
|
|
|
48008
48011
|
var PaymentButtonBar = function PaymentButtonBar(_ref) {
|
|
48009
48012
|
var _ref$isForwardButtonD = _ref.isForwardButtonDisabled,
|
|
@@ -48087,7 +48090,7 @@ var labeledAmountTotal = {
|
|
|
48087
48090
|
"default": "h6",
|
|
48088
48091
|
small: "p"
|
|
48089
48092
|
};
|
|
48090
|
-
var fallbackValues$
|
|
48093
|
+
var fallbackValues$M = {
|
|
48091
48094
|
backgroundColor: backgroundColor$b,
|
|
48092
48095
|
lineItem: lineItem,
|
|
48093
48096
|
labeledAmountSubtotal: labeledAmountSubtotal,
|
|
@@ -48407,7 +48410,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
|
|
|
48407
48410
|
});
|
|
48408
48411
|
};
|
|
48409
48412
|
|
|
48410
|
-
var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$
|
|
48413
|
+
var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$M, "default");
|
|
48411
48414
|
|
|
48412
48415
|
var linkColor$5 = {
|
|
48413
48416
|
"default": "#3176AA"
|
|
@@ -48424,7 +48427,7 @@ var fontWeight$7 = {
|
|
|
48424
48427
|
var modalLinkHoverFocus$1 = {
|
|
48425
48428
|
"default": "outline: none; text-decoration: underline;"
|
|
48426
48429
|
};
|
|
48427
|
-
var fallbackValues$
|
|
48430
|
+
var fallbackValues$N = {
|
|
48428
48431
|
linkColor: linkColor$5,
|
|
48429
48432
|
fontSize: fontSize$a,
|
|
48430
48433
|
lineHeight: lineHeight$4,
|
|
@@ -48483,7 +48486,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
|
|
|
48483
48486
|
}, link));
|
|
48484
48487
|
};
|
|
48485
48488
|
|
|
48486
|
-
var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$
|
|
48489
|
+
var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$N, "default");
|
|
48487
48490
|
|
|
48488
48491
|
var backgroundColor$c = {
|
|
48489
48492
|
"default": "#ffffff",
|
|
@@ -48514,7 +48517,7 @@ var modalLinkHoverFocus$2 = {
|
|
|
48514
48517
|
"default": standardInteractionStyles,
|
|
48515
48518
|
footer: standardInteractionStyles
|
|
48516
48519
|
};
|
|
48517
|
-
var fallbackValues$
|
|
48520
|
+
var fallbackValues$O = {
|
|
48518
48521
|
backgroundColor: backgroundColor$c,
|
|
48519
48522
|
linkColor: linkColor$6,
|
|
48520
48523
|
border: border$3,
|
|
@@ -48579,7 +48582,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
|
|
|
48579
48582
|
}, link));
|
|
48580
48583
|
};
|
|
48581
48584
|
|
|
48582
|
-
var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$
|
|
48585
|
+
var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$O, "default");
|
|
48583
48586
|
|
|
48584
48587
|
var TermsAndConditionsControlV1 = function TermsAndConditionsControlV1(_ref) {
|
|
48585
48588
|
var onCheck = _ref.onCheck,
|
|
@@ -49378,7 +49381,7 @@ var headingDisabledColor = "".concat(ATHENS_GREY);
|
|
|
49378
49381
|
var bodyBackgroundColor$1 = "#eeeeee";
|
|
49379
49382
|
var borderColor$5 = "".concat(GREY_CHATEAU);
|
|
49380
49383
|
var focusStyles = "outline: none;";
|
|
49381
|
-
var fallbackValues$
|
|
49384
|
+
var fallbackValues$P = {
|
|
49382
49385
|
headingBackgroundColor: headingBackgroundColor$1,
|
|
49383
49386
|
headingDisabledColor: headingDisabledColor,
|
|
49384
49387
|
bodyBackgroundColor: bodyBackgroundColor$1,
|
|
@@ -49568,7 +49571,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
49568
49571
|
})));
|
|
49569
49572
|
};
|
|
49570
49573
|
|
|
49571
|
-
var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$
|
|
49574
|
+
var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$P);
|
|
49572
49575
|
|
|
49573
49576
|
var RegistrationForm = function RegistrationForm(_ref) {
|
|
49574
49577
|
var _emailErrorMessages, _passwordErrorMessage;
|
|
@@ -49865,7 +49868,7 @@ var ResetPasswordSuccess = withWindowSize(ResetConfirmationForm$2);
|
|
|
49865
49868
|
var activeTabBackground = "#FFFFFF";
|
|
49866
49869
|
var activeTabAccent = "#15749D";
|
|
49867
49870
|
var activeTabHover = "#B8D5E1";
|
|
49868
|
-
var fallbackValues$
|
|
49871
|
+
var fallbackValues$Q = {
|
|
49869
49872
|
activeTabBackground: activeTabBackground,
|
|
49870
49873
|
activeTabAccent: activeTabAccent,
|
|
49871
49874
|
activeTabHover: activeTabHover
|
|
@@ -49944,12 +49947,12 @@ var Tabs = function Tabs(_ref) {
|
|
|
49944
49947
|
}))));
|
|
49945
49948
|
};
|
|
49946
49949
|
|
|
49947
|
-
var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$
|
|
49950
|
+
var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$Q);
|
|
49948
49951
|
|
|
49949
49952
|
var activeTabBackground$1 = "#FFFFFF";
|
|
49950
49953
|
var activeTabAccent$1 = "#15749D";
|
|
49951
49954
|
var activeTabHover$1 = "#B8D5E1";
|
|
49952
|
-
var fallbackValues$
|
|
49955
|
+
var fallbackValues$R = {
|
|
49953
49956
|
activeTabBackground: activeTabBackground$1,
|
|
49954
49957
|
activeTabAccent: activeTabAccent$1,
|
|
49955
49958
|
activeTabHover: activeTabHover$1
|
|
@@ -50005,7 +50008,7 @@ var TabSidebar = function TabSidebar(_ref) {
|
|
|
50005
50008
|
})));
|
|
50006
50009
|
};
|
|
50007
50010
|
|
|
50008
|
-
var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$
|
|
50011
|
+
var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$R);
|
|
50009
50012
|
|
|
50010
50013
|
var Timeout = function Timeout(_ref) {
|
|
50011
50014
|
var onLogout = _ref.onLogout;
|
|
@@ -50049,7 +50052,7 @@ var fontColor$1 = WHITE;
|
|
|
50049
50052
|
var textAlign$1 = "left";
|
|
50050
50053
|
var headerBackgroundColor$1 = BRIGHT_GREY;
|
|
50051
50054
|
var imageBackgroundColor$1 = MATISSE_BLUE;
|
|
50052
|
-
var fallbackValues$
|
|
50055
|
+
var fallbackValues$S = {
|
|
50053
50056
|
fontWeight: fontWeight$9,
|
|
50054
50057
|
fontColor: fontColor$1,
|
|
50055
50058
|
textAlign: textAlign$1,
|
|
@@ -50096,7 +50099,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
|
|
|
50096
50099
|
})))));
|
|
50097
50100
|
};
|
|
50098
50101
|
|
|
50099
|
-
var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$
|
|
50102
|
+
var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$S));
|
|
50100
50103
|
|
|
50101
50104
|
var WorkflowTile = function WorkflowTile(_ref) {
|
|
50102
50105
|
var _ref$workflowName = _ref.workflowName,
|
|
@@ -50151,7 +50154,7 @@ var WorkflowTile = function WorkflowTile(_ref) {
|
|
|
50151
50154
|
};
|
|
50152
50155
|
|
|
50153
50156
|
var pageBackground = "#FBFCFD";
|
|
50154
|
-
var fallbackValues$
|
|
50157
|
+
var fallbackValues$T = {
|
|
50155
50158
|
pageBackground: pageBackground
|
|
50156
50159
|
};
|
|
50157
50160
|
|
|
@@ -50200,7 +50203,7 @@ var CenterSingle = function CenterSingle(_ref) {
|
|
|
50200
50203
|
})));
|
|
50201
50204
|
};
|
|
50202
50205
|
|
|
50203
|
-
var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$
|
|
50206
|
+
var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$T));
|
|
50204
50207
|
|
|
50205
50208
|
var CenterStack = function CenterStack(_ref) {
|
|
50206
50209
|
var header = _ref.header,
|
|
@@ -50242,7 +50245,7 @@ var CenterStack = function CenterStack(_ref) {
|
|
|
50242
50245
|
})));
|
|
50243
50246
|
};
|
|
50244
50247
|
|
|
50245
|
-
var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$
|
|
50248
|
+
var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$T));
|
|
50246
50249
|
|
|
50247
50250
|
var CenterSingle$2 = function CenterSingle(_ref) {
|
|
50248
50251
|
var header = _ref.header,
|
|
@@ -50287,7 +50290,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
|
|
|
50287
50290
|
})));
|
|
50288
50291
|
};
|
|
50289
50292
|
|
|
50290
|
-
var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$
|
|
50293
|
+
var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$T));
|
|
50291
50294
|
|
|
50292
50295
|
var SidebarSingleContent = function SidebarSingleContent(_ref) {
|
|
50293
50296
|
var header = _ref.header,
|
|
@@ -50341,7 +50344,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
|
|
|
50341
50344
|
})));
|
|
50342
50345
|
};
|
|
50343
50346
|
|
|
50344
|
-
var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$
|
|
50347
|
+
var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$T));
|
|
50345
50348
|
|
|
50346
50349
|
var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
50347
50350
|
var header = _ref.header,
|
|
@@ -50412,7 +50415,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
|
50412
50415
|
})));
|
|
50413
50416
|
};
|
|
50414
50417
|
|
|
50415
|
-
var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$
|
|
50418
|
+
var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$T));
|
|
50416
50419
|
|
|
50417
50420
|
exports.AccountNumberImage = AccountNumberImage;
|
|
50418
50421
|
exports.AccountsAddIcon = AccountsAddIcon$1;
|
|
@@ -50514,7 +50517,7 @@ exports.Jumbo = Jumbo$1;
|
|
|
50514
50517
|
exports.KioskImage = KioskImage;
|
|
50515
50518
|
exports.LabeledAmount = LabeledAmount$1;
|
|
50516
50519
|
exports.LineItem = LineItem$1;
|
|
50517
|
-
exports.LinkCard = LinkCard
|
|
50520
|
+
exports.LinkCard = LinkCard;
|
|
50518
50521
|
exports.Loading = Loading;
|
|
50519
50522
|
exports.LoadingLine = LoadingLine;
|
|
50520
50523
|
exports.LoginForm = LoginForm;
|