@thecb/components 8.3.0 → 8.4.0-beta.1
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 +183 -32
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +181 -33
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/badge/Badge.js +1 -0
- package/src/components/atoms/icons/ArrowRightIcon.js +41 -0
- package/src/components/atoms/icons/PlusCircleIcon.js +22 -0
- package/src/components/atoms/icons/index.js +5 -1
- package/src/components/molecules/index.js +1 -0
- package/src/components/molecules/link-card/LinkCard.js +140 -0
- package/src/components/molecules/link-card/LinkCard.stories.js +26 -0
- package/src/components/molecules/link-card/LinkCard.theme.js +9 -0
- package/src/components/molecules/link-card/index.d.ts +14 -0
- package/src/components/molecules/link-card/index.js +3 -0
package/dist/index.cjs.js
CHANGED
|
@@ -17672,6 +17672,44 @@ var ArrowRightCircleIconSmall = function ArrowRightCircleIconSmall(_ref) {
|
|
|
17672
17672
|
})));
|
|
17673
17673
|
};
|
|
17674
17674
|
|
|
17675
|
+
var ArrowRightIcon = function ArrowRightIcon(_ref) {
|
|
17676
|
+
var _ref$color = _ref.color,
|
|
17677
|
+
color = _ref$color === void 0 ? ROYAL_BLUE_VIVID : _ref$color;
|
|
17678
|
+
return /*#__PURE__*/React__default.createElement("svg", {
|
|
17679
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
17680
|
+
width: "20",
|
|
17681
|
+
height: "20",
|
|
17682
|
+
viewBox: "0 0 20 20",
|
|
17683
|
+
fill: "none"
|
|
17684
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
17685
|
+
fillRule: "evenodd",
|
|
17686
|
+
clipRule: "evenodd",
|
|
17687
|
+
d: "M9.17828 4.15501C8.98314 4.35015 8.983 4.66649 9.17796 4.8618L13.475 9.16659H3.83337C3.55723 9.16659 3.33337 9.39044 3.33337 9.66659V10.3333C3.33337 10.6094 3.55723 10.8333 3.83337 10.8333H13.475L9.17796 15.138C8.983 15.3333 8.98314 15.6497 9.17828 15.8448L9.64649 16.313C9.84175 16.5083 10.1583 16.5083 10.3536 16.313L16.3132 10.3535C16.5084 10.1582 16.5084 9.84163 16.3132 9.64637L10.3536 3.6868C10.1583 3.49154 9.84175 3.49154 9.64649 3.68681L9.17828 4.15501Z",
|
|
17688
|
+
fill: color
|
|
17689
|
+
}), /*#__PURE__*/React__default.createElement("mask", {
|
|
17690
|
+
id: "mask0_6329_1483",
|
|
17691
|
+
style: {
|
|
17692
|
+
maskType: "luminance"
|
|
17693
|
+
},
|
|
17694
|
+
maskUnits: "userSpaceOnUse",
|
|
17695
|
+
x: "3",
|
|
17696
|
+
y: "3",
|
|
17697
|
+
width: "14",
|
|
17698
|
+
height: "14"
|
|
17699
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
17700
|
+
fillRule: "evenodd",
|
|
17701
|
+
clipRule: "evenodd",
|
|
17702
|
+
d: "M9.17828 4.15501C8.98314 4.35015 8.983 4.66649 9.17796 4.8618L13.475 9.16659H3.83337C3.55723 9.16659 3.33337 9.39044 3.33337 9.66659V10.3333C3.33337 10.6094 3.55723 10.8333 3.83337 10.8333H13.475L9.17796 15.138C8.983 15.3333 8.98314 15.6497 9.17828 15.8448L9.64649 16.313C9.84175 16.5083 10.1583 16.5083 10.3536 16.313L16.3132 10.3535C16.5084 10.1582 16.5084 9.84163 16.3132 9.64637L10.3536 3.6868C10.1583 3.49154 9.84175 3.49154 9.64649 3.68681L9.17828 4.15501Z",
|
|
17703
|
+
fill: "white"
|
|
17704
|
+
})), /*#__PURE__*/React__default.createElement("g", {
|
|
17705
|
+
mask: "url(#mask0_6329_1483)"
|
|
17706
|
+
}, /*#__PURE__*/React__default.createElement("rect", {
|
|
17707
|
+
width: "20",
|
|
17708
|
+
height: "20",
|
|
17709
|
+
fill: color
|
|
17710
|
+
})));
|
|
17711
|
+
};
|
|
17712
|
+
|
|
17675
17713
|
var ArrowUpCircleIconSmall = function ArrowUpCircleIconSmall(_ref) {
|
|
17676
17714
|
var _ref$color = _ref.color,
|
|
17677
17715
|
color = _ref$color === void 0 ? "#15749D" : _ref$color,
|
|
@@ -18062,6 +18100,23 @@ var ChargebackReversalIconMedium = function ChargebackReversalIconMedium(_ref) {
|
|
|
18062
18100
|
})));
|
|
18063
18101
|
};
|
|
18064
18102
|
|
|
18103
|
+
var PlusCircleIcon = function PlusCircleIcon(_ref) {
|
|
18104
|
+
var _ref$color = _ref.color,
|
|
18105
|
+
color = _ref$color === void 0 ? ROYAL_BLUE_VIVID : _ref$color;
|
|
18106
|
+
return /*#__PURE__*/React__default.createElement("svg", {
|
|
18107
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
18108
|
+
width: "20",
|
|
18109
|
+
height: "20",
|
|
18110
|
+
viewBox: "0 0 20 20",
|
|
18111
|
+
fill: "none"
|
|
18112
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
18113
|
+
fillRule: "evenodd",
|
|
18114
|
+
clipRule: "evenodd",
|
|
18115
|
+
d: "M10 1.25C5.16751 1.25 1.25 5.16751 1.25 10C1.25 14.8325 5.16751 18.75 10 18.75C14.8325 18.75 18.75 14.8325 18.75 10C18.75 5.16751 14.8325 1.25 10 1.25ZM2.75 10C2.75 5.99594 5.99594 2.75 10 2.75C14.0041 2.75 17.25 5.99594 17.25 10C17.25 14.0041 14.0041 17.25 10 17.25C5.99594 17.25 2.75 14.0041 2.75 10ZM10.75 9.25V5.25H9.25V9.25H5.25V10.75H9.25V14.75H10.75V10.75H14.75V9.25H10.75Z",
|
|
18116
|
+
fill: color
|
|
18117
|
+
}));
|
|
18118
|
+
};
|
|
18119
|
+
|
|
18065
18120
|
var color$2 = "#15749D";
|
|
18066
18121
|
var hoverColor$1 = "#116285";
|
|
18067
18122
|
var activeColor$1 = "#0E506D";
|
|
@@ -18816,7 +18871,7 @@ var StyledBadgeContainer = styled__default(Box).withConfig({
|
|
|
18816
18871
|
var StyledBadge = styled__default(Text$1).withConfig({
|
|
18817
18872
|
displayName: "Badge__StyledBadge",
|
|
18818
18873
|
componentId: "sc-1g438j-1"
|
|
18819
|
-
})(["font-family:\"Public Sans\",sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:0.2px;@media screen and (min-width:1049px){font-size:12px;line-height:150%;letter-spacing:0.24px;}"]);
|
|
18874
|
+
})(["font-family:\"Public Sans\",sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:150%;letter-spacing:0.2px;white-space:nowrap;@media screen and (min-width:1049px){font-size:12px;line-height:150%;letter-spacing:0.24px;}"]);
|
|
18820
18875
|
|
|
18821
18876
|
var Badge = function Badge(_ref) {
|
|
18822
18877
|
var label = _ref.label,
|
|
@@ -42779,6 +42834,99 @@ var PROPERTIES_COMMERCIAL_AUTO_ICON = "PROPERTIES_COMMERCIAL_AUTO";
|
|
|
42779
42834
|
var MISC_BILL_ICON = "MISC_SINGLE_BILL";
|
|
42780
42835
|
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);
|
|
42781
42836
|
|
|
42837
|
+
var background$3 = {
|
|
42838
|
+
"default": "".concat(WHITE)
|
|
42839
|
+
};
|
|
42840
|
+
var color$b = {
|
|
42841
|
+
"default": "".concat(ROYAL_BLUE_VIVID)
|
|
42842
|
+
};
|
|
42843
|
+
var fallbackValues$I = {
|
|
42844
|
+
background: background$3,
|
|
42845
|
+
color: color$b
|
|
42846
|
+
};
|
|
42847
|
+
|
|
42848
|
+
var LinkCard = function LinkCard(_ref) {
|
|
42849
|
+
var _ref$variant = _ref.variant,
|
|
42850
|
+
_ref$workflowName = _ref.workflowName,
|
|
42851
|
+
workflowName = _ref$workflowName === void 0 ? "Test Workflow" : _ref$workflowName,
|
|
42852
|
+
_ref$workflowDescript = _ref.workflowDescription,
|
|
42853
|
+
workflowDescription = _ref$workflowDescript === void 0 ? "Link your benefit plan" : _ref$workflowDescript,
|
|
42854
|
+
_ref$workflowActionNa = _ref.workflowActionName,
|
|
42855
|
+
workflowActionName = _ref$workflowActionNa === void 0 ? "Link an account" : _ref$workflowActionNa,
|
|
42856
|
+
themeValues = _ref.themeValues,
|
|
42857
|
+
slug = _ref.slug;
|
|
42858
|
+
var navigate = reactRouterDom.useNavigate();
|
|
42859
|
+
return /*#__PURE__*/React__default.createElement(Box, {
|
|
42860
|
+
background: "#FEFEFE" // --grays-cool-gray-00
|
|
42861
|
+
,
|
|
42862
|
+
border: "1px solid #C4CEF4;" // --primary-color-primary-30
|
|
42863
|
+
,
|
|
42864
|
+
padding: 0,
|
|
42865
|
+
borderRadius: "8px",
|
|
42866
|
+
dataQa: "link-card-".concat(workflowDescription),
|
|
42867
|
+
hoverStyles: "\n border-radius: 8px;\n cursor: pointer;\n border: 1px solid ".concat(ROYAL_BLUE_VIVID, ";\n background: var(--primary-color-primary-10, #EBEFFB);\n /* Primitives/New Shadow/3-Pressed-New */\n box-shadow: 0px 0px 0px 0px rgba(41, 42, 51, 0.10), 0px 5px 11px 0px rgba(41, 42, 51, 0.10), 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.00);\n .show-on-hover {color: ").concat(ROYAL_BLUE_VIVID, ";}\n "),
|
|
42868
|
+
extraStyles: "display: flex; width: 288px; min-width: 240px; max-width: 288px; min-height: 141px; padding: 16px 24px; flex-direction: column; align-items: flex-start; gap: 40px; flex-shrink: 0; align-self: stretch;",
|
|
42869
|
+
onClick: function onClick() {
|
|
42870
|
+
// @TODO replace with something valid like navigate
|
|
42871
|
+
console.log("attempting navigation..."); // window.location.pathname = `/service/${slug}`;
|
|
42872
|
+
|
|
42873
|
+
navigate("/service/".concat(slug));
|
|
42874
|
+
}
|
|
42875
|
+
}, /*#__PURE__*/React__default.createElement(Stack, {
|
|
42876
|
+
childGap: 0,
|
|
42877
|
+
bottomItem: 3,
|
|
42878
|
+
fullHeight: true
|
|
42879
|
+
}, /*#__PURE__*/React__default.createElement(Box, {
|
|
42880
|
+
padding: "1rem 1rem 0 1rem"
|
|
42881
|
+
}, /*#__PURE__*/React__default.createElement(Heading$1, {
|
|
42882
|
+
variant: "h6",
|
|
42883
|
+
weight: FONT_WEIGHT_SEMIBOLD,
|
|
42884
|
+
color: themeValues.color,
|
|
42885
|
+
margin: 0,
|
|
42886
|
+
extraStyles: "display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; align-self: stretch; overflow: hidden; text-overflow: ellipsis; font-family: Public Sans; font-size: 16px; font-style: normal; font-weight: 600; line-height: 150%;"
|
|
42887
|
+
}, workflowName)), /*#__PURE__*/React__default.createElement(Box, {
|
|
42888
|
+
padding: "0 1rem 0",
|
|
42889
|
+
minHeight: "4.25rem"
|
|
42890
|
+
}, /*#__PURE__*/React__default.createElement(Paragraph$1, {
|
|
42891
|
+
variant: "pS",
|
|
42892
|
+
color: themeValues.color,
|
|
42893
|
+
extraStyles: "overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; align-self: stretch; /* CB Standard/Desktop/D - P Small - Regular */ font-family: Public Sans; font-size: 14px; font-style: normal; font-weight: 400; line-height: 150%; /* 21px */ letter-spacing: 0.14px;"
|
|
42894
|
+
}, workflowDescription)), /*#__PURE__*/React__default.createElement(Box, {
|
|
42895
|
+
background: "transparent",
|
|
42896
|
+
borderWidthOverride: "0 0 0 0",
|
|
42897
|
+
padding: "0 1rem 1rem 1rem"
|
|
42898
|
+
}, /*#__PURE__*/React__default.createElement(Stack, {
|
|
42899
|
+
direction: "row",
|
|
42900
|
+
justify: "space-between"
|
|
42901
|
+
}, /*#__PURE__*/React__default.createElement(Box, {
|
|
42902
|
+
background: "transparent",
|
|
42903
|
+
borderWidthOverride: "0 0 0 0",
|
|
42904
|
+
padding: "0"
|
|
42905
|
+
}, /*#__PURE__*/React__default.createElement(Badge$1, {
|
|
42906
|
+
label: "Autopay Available",
|
|
42907
|
+
Icon: AutopayIcon
|
|
42908
|
+
})), /*#__PURE__*/React__default.createElement(Stack, {
|
|
42909
|
+
direction: "row",
|
|
42910
|
+
childGap: "6px"
|
|
42911
|
+
}, workflowActionName === "Link an account" && /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(Text$1, {
|
|
42912
|
+
variant: "pS",
|
|
42913
|
+
color: themeValues.color,
|
|
42914
|
+
extraStyles: "text-align: right; color: transparent;",
|
|
42915
|
+
className: "show-on-hover"
|
|
42916
|
+
}, "Find"), /*#__PURE__*/React__default.createElement(PlusCircleIcon, {
|
|
42917
|
+
color: themeValues.color
|
|
42918
|
+
})), workflowActionName === "Pay now" && /*#__PURE__*/React__default.createElement(React__default.Fragment, null, /*#__PURE__*/React__default.createElement(Text$1, {
|
|
42919
|
+
variant: "pS",
|
|
42920
|
+
color: themeValues.color,
|
|
42921
|
+
extraStyles: "text-align: right; color: transparent;",
|
|
42922
|
+
className: "show-on-hover"
|
|
42923
|
+
}, "Pay"), /*#__PURE__*/React__default.createElement(ArrowRightIcon, {
|
|
42924
|
+
color: themeValues.color
|
|
42925
|
+
})))))));
|
|
42926
|
+
};
|
|
42927
|
+
|
|
42928
|
+
var LinkCard$1 = themeComponent(LinkCard, "LinkCard", fallbackValues$I, "default");
|
|
42929
|
+
|
|
42782
42930
|
var LoginForm = function LoginForm(_ref) {
|
|
42783
42931
|
var _emailErrorMessages;
|
|
42784
42932
|
|
|
@@ -46478,7 +46626,7 @@ var backgroundColor$9 = {
|
|
|
46478
46626
|
largeTitle: WHITE,
|
|
46479
46627
|
small: WHITE
|
|
46480
46628
|
};
|
|
46481
|
-
var fallbackValues$
|
|
46629
|
+
var fallbackValues$J = {
|
|
46482
46630
|
fontSize: fontSize$9,
|
|
46483
46631
|
fontWeight: fontWeight$5,
|
|
46484
46632
|
fontColor: fontColor,
|
|
@@ -46546,7 +46694,7 @@ var Module = function Module(_ref) {
|
|
|
46546
46694
|
}, children)));
|
|
46547
46695
|
};
|
|
46548
46696
|
|
|
46549
|
-
var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$
|
|
46697
|
+
var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$J, "default"));
|
|
46550
46698
|
|
|
46551
46699
|
var backgroundColor$a = {
|
|
46552
46700
|
profile: "#3b414d",
|
|
@@ -46556,7 +46704,7 @@ var shadowColor = {
|
|
|
46556
46704
|
profile: "#292A33",
|
|
46557
46705
|
cms: "#292A33"
|
|
46558
46706
|
};
|
|
46559
|
-
var fallbackValues$
|
|
46707
|
+
var fallbackValues$K = {
|
|
46560
46708
|
backgroundColor: backgroundColor$a,
|
|
46561
46709
|
shadowColor: shadowColor
|
|
46562
46710
|
};
|
|
@@ -46597,7 +46745,7 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
|
|
|
46597
46745
|
}, menuContent));
|
|
46598
46746
|
};
|
|
46599
46747
|
|
|
46600
|
-
var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$
|
|
46748
|
+
var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$K, "profile");
|
|
46601
46749
|
|
|
46602
46750
|
var menu = posed.div({
|
|
46603
46751
|
invisible: {
|
|
@@ -46659,7 +46807,7 @@ var NavMenuMobile = function NavMenuMobile(_ref2) {
|
|
|
46659
46807
|
}, menuContent));
|
|
46660
46808
|
};
|
|
46661
46809
|
|
|
46662
|
-
var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$
|
|
46810
|
+
var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$K, "profile");
|
|
46663
46811
|
|
|
46664
46812
|
var ACH_METHOD = "BANK_ACCOUNT";
|
|
46665
46813
|
var CC_METHOD = "CREDIT_CARD";
|
|
@@ -46714,14 +46862,14 @@ var TitleModule = function TitleModule(_ref) {
|
|
|
46714
46862
|
}, subtitle)));
|
|
46715
46863
|
};
|
|
46716
46864
|
|
|
46717
|
-
var color$
|
|
46865
|
+
var color$c = "#15749D";
|
|
46718
46866
|
var hoverColor$5 = "#116285";
|
|
46719
46867
|
var activeColor$8 = "#0E506D";
|
|
46720
46868
|
var linkColor$4 = "#3176AA";
|
|
46721
46869
|
var fontWeight$6 = FONT_WEIGHT_REGULAR;
|
|
46722
46870
|
var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
|
|
46723
|
-
var fallbackValues$
|
|
46724
|
-
color: color$
|
|
46871
|
+
var fallbackValues$L = {
|
|
46872
|
+
color: color$c,
|
|
46725
46873
|
hoverColor: hoverColor$5,
|
|
46726
46874
|
activeColor: activeColor$8,
|
|
46727
46875
|
linkColor: linkColor$4,
|
|
@@ -46846,7 +46994,7 @@ var AutopayModal = function AutopayModal(_ref) {
|
|
|
46846
46994
|
}, modalExtraProps), renderAutoPayControl());
|
|
46847
46995
|
};
|
|
46848
46996
|
|
|
46849
|
-
var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$
|
|
46997
|
+
var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$L);
|
|
46850
46998
|
|
|
46851
46999
|
var AmountModule = function AmountModule(_ref) {
|
|
46852
47000
|
var totalAmountDue = _ref.totalAmountDue,
|
|
@@ -47521,7 +47669,7 @@ var numberColor = MATISSE_BLUE;
|
|
|
47521
47669
|
var hoverBackgroundColor$2 = ALABASTER_WHITE;
|
|
47522
47670
|
var activeBackgroundColor$1 = WHITE;
|
|
47523
47671
|
var activeColor$9 = MATISSE_BLUE;
|
|
47524
|
-
var fallbackValues$
|
|
47672
|
+
var fallbackValues$M = {
|
|
47525
47673
|
activeColor: activeColor$9,
|
|
47526
47674
|
activeBackgroundColor: activeBackgroundColor$1,
|
|
47527
47675
|
arrowColor: arrowColor,
|
|
@@ -47729,7 +47877,7 @@ var Pagination = function Pagination(_ref3) {
|
|
|
47729
47877
|
}));
|
|
47730
47878
|
};
|
|
47731
47879
|
|
|
47732
|
-
var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$
|
|
47880
|
+
var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$M);
|
|
47733
47881
|
|
|
47734
47882
|
var PaymentButtonBar = function PaymentButtonBar(_ref) {
|
|
47735
47883
|
var _ref$isForwardButtonD = _ref.isForwardButtonDisabled,
|
|
@@ -47813,7 +47961,7 @@ var labeledAmountTotal = {
|
|
|
47813
47961
|
"default": "h6",
|
|
47814
47962
|
small: "p"
|
|
47815
47963
|
};
|
|
47816
|
-
var fallbackValues$
|
|
47964
|
+
var fallbackValues$N = {
|
|
47817
47965
|
backgroundColor: backgroundColor$b,
|
|
47818
47966
|
lineItem: lineItem,
|
|
47819
47967
|
labeledAmountSubtotal: labeledAmountSubtotal,
|
|
@@ -48133,7 +48281,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
|
|
|
48133
48281
|
});
|
|
48134
48282
|
};
|
|
48135
48283
|
|
|
48136
|
-
var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$
|
|
48284
|
+
var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$N, "default");
|
|
48137
48285
|
|
|
48138
48286
|
var linkColor$5 = {
|
|
48139
48287
|
"default": "#3176AA"
|
|
@@ -48150,7 +48298,7 @@ var fontWeight$7 = {
|
|
|
48150
48298
|
var modalLinkHoverFocus$1 = {
|
|
48151
48299
|
"default": "outline: none; text-decoration: underline;"
|
|
48152
48300
|
};
|
|
48153
|
-
var fallbackValues$
|
|
48301
|
+
var fallbackValues$O = {
|
|
48154
48302
|
linkColor: linkColor$5,
|
|
48155
48303
|
fontSize: fontSize$a,
|
|
48156
48304
|
lineHeight: lineHeight$4,
|
|
@@ -48209,7 +48357,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
|
|
|
48209
48357
|
}, link));
|
|
48210
48358
|
};
|
|
48211
48359
|
|
|
48212
|
-
var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$
|
|
48360
|
+
var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$O, "default");
|
|
48213
48361
|
|
|
48214
48362
|
var backgroundColor$c = {
|
|
48215
48363
|
"default": "#ffffff",
|
|
@@ -48240,7 +48388,7 @@ var modalLinkHoverFocus$2 = {
|
|
|
48240
48388
|
"default": standardInteractionStyles,
|
|
48241
48389
|
footer: standardInteractionStyles
|
|
48242
48390
|
};
|
|
48243
|
-
var fallbackValues$
|
|
48391
|
+
var fallbackValues$P = {
|
|
48244
48392
|
backgroundColor: backgroundColor$c,
|
|
48245
48393
|
linkColor: linkColor$6,
|
|
48246
48394
|
border: border$3,
|
|
@@ -48305,7 +48453,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
|
|
|
48305
48453
|
}, link));
|
|
48306
48454
|
};
|
|
48307
48455
|
|
|
48308
|
-
var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$
|
|
48456
|
+
var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$P, "default");
|
|
48309
48457
|
|
|
48310
48458
|
var TermsAndConditionsControlV1 = function TermsAndConditionsControlV1(_ref) {
|
|
48311
48459
|
var onCheck = _ref.onCheck,
|
|
@@ -49104,7 +49252,7 @@ var headingDisabledColor = "".concat(ATHENS_GREY);
|
|
|
49104
49252
|
var bodyBackgroundColor$1 = "#eeeeee";
|
|
49105
49253
|
var borderColor$5 = "".concat(GREY_CHATEAU);
|
|
49106
49254
|
var focusStyles = "outline: none;";
|
|
49107
|
-
var fallbackValues$
|
|
49255
|
+
var fallbackValues$Q = {
|
|
49108
49256
|
headingBackgroundColor: headingBackgroundColor$1,
|
|
49109
49257
|
headingDisabledColor: headingDisabledColor,
|
|
49110
49258
|
bodyBackgroundColor: bodyBackgroundColor$1,
|
|
@@ -49294,7 +49442,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
49294
49442
|
})));
|
|
49295
49443
|
};
|
|
49296
49444
|
|
|
49297
|
-
var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$
|
|
49445
|
+
var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$Q);
|
|
49298
49446
|
|
|
49299
49447
|
var RegistrationForm = function RegistrationForm(_ref) {
|
|
49300
49448
|
var _emailErrorMessages, _passwordErrorMessage;
|
|
@@ -49591,7 +49739,7 @@ var ResetPasswordSuccess = withWindowSize(ResetConfirmationForm$2);
|
|
|
49591
49739
|
var activeTabBackground = "#FFFFFF";
|
|
49592
49740
|
var activeTabAccent = "#15749D";
|
|
49593
49741
|
var activeTabHover = "#B8D5E1";
|
|
49594
|
-
var fallbackValues$
|
|
49742
|
+
var fallbackValues$R = {
|
|
49595
49743
|
activeTabBackground: activeTabBackground,
|
|
49596
49744
|
activeTabAccent: activeTabAccent,
|
|
49597
49745
|
activeTabHover: activeTabHover
|
|
@@ -49670,12 +49818,12 @@ var Tabs = function Tabs(_ref) {
|
|
|
49670
49818
|
}))));
|
|
49671
49819
|
};
|
|
49672
49820
|
|
|
49673
|
-
var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$
|
|
49821
|
+
var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$R);
|
|
49674
49822
|
|
|
49675
49823
|
var activeTabBackground$1 = "#FFFFFF";
|
|
49676
49824
|
var activeTabAccent$1 = "#15749D";
|
|
49677
49825
|
var activeTabHover$1 = "#B8D5E1";
|
|
49678
|
-
var fallbackValues$
|
|
49826
|
+
var fallbackValues$S = {
|
|
49679
49827
|
activeTabBackground: activeTabBackground$1,
|
|
49680
49828
|
activeTabAccent: activeTabAccent$1,
|
|
49681
49829
|
activeTabHover: activeTabHover$1
|
|
@@ -49731,7 +49879,7 @@ var TabSidebar = function TabSidebar(_ref) {
|
|
|
49731
49879
|
})));
|
|
49732
49880
|
};
|
|
49733
49881
|
|
|
49734
|
-
var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$
|
|
49882
|
+
var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$S);
|
|
49735
49883
|
|
|
49736
49884
|
var Timeout = function Timeout(_ref) {
|
|
49737
49885
|
var onLogout = _ref.onLogout;
|
|
@@ -49775,7 +49923,7 @@ var fontColor$1 = WHITE;
|
|
|
49775
49923
|
var textAlign$1 = "left";
|
|
49776
49924
|
var headerBackgroundColor$1 = BRIGHT_GREY;
|
|
49777
49925
|
var imageBackgroundColor$1 = MATISSE_BLUE;
|
|
49778
|
-
var fallbackValues$
|
|
49926
|
+
var fallbackValues$T = {
|
|
49779
49927
|
fontWeight: fontWeight$9,
|
|
49780
49928
|
fontColor: fontColor$1,
|
|
49781
49929
|
textAlign: textAlign$1,
|
|
@@ -49822,7 +49970,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
|
|
|
49822
49970
|
})))));
|
|
49823
49971
|
};
|
|
49824
49972
|
|
|
49825
|
-
var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$
|
|
49973
|
+
var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$T));
|
|
49826
49974
|
|
|
49827
49975
|
var WorkflowTile = function WorkflowTile(_ref) {
|
|
49828
49976
|
var _ref$workflowName = _ref.workflowName,
|
|
@@ -49877,7 +50025,7 @@ var WorkflowTile = function WorkflowTile(_ref) {
|
|
|
49877
50025
|
};
|
|
49878
50026
|
|
|
49879
50027
|
var pageBackground = "#FBFCFD";
|
|
49880
|
-
var fallbackValues$
|
|
50028
|
+
var fallbackValues$U = {
|
|
49881
50029
|
pageBackground: pageBackground
|
|
49882
50030
|
};
|
|
49883
50031
|
|
|
@@ -49926,7 +50074,7 @@ var CenterSingle = function CenterSingle(_ref) {
|
|
|
49926
50074
|
})));
|
|
49927
50075
|
};
|
|
49928
50076
|
|
|
49929
|
-
var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$
|
|
50077
|
+
var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$U));
|
|
49930
50078
|
|
|
49931
50079
|
var CenterStack = function CenterStack(_ref) {
|
|
49932
50080
|
var header = _ref.header,
|
|
@@ -49968,7 +50116,7 @@ var CenterStack = function CenterStack(_ref) {
|
|
|
49968
50116
|
})));
|
|
49969
50117
|
};
|
|
49970
50118
|
|
|
49971
|
-
var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$
|
|
50119
|
+
var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$U));
|
|
49972
50120
|
|
|
49973
50121
|
var CenterSingle$2 = function CenterSingle(_ref) {
|
|
49974
50122
|
var header = _ref.header,
|
|
@@ -50013,7 +50161,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
|
|
|
50013
50161
|
})));
|
|
50014
50162
|
};
|
|
50015
50163
|
|
|
50016
|
-
var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$
|
|
50164
|
+
var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$U));
|
|
50017
50165
|
|
|
50018
50166
|
var SidebarSingleContent = function SidebarSingleContent(_ref) {
|
|
50019
50167
|
var header = _ref.header,
|
|
@@ -50067,7 +50215,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
|
|
|
50067
50215
|
})));
|
|
50068
50216
|
};
|
|
50069
50217
|
|
|
50070
|
-
var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$
|
|
50218
|
+
var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$U));
|
|
50071
50219
|
|
|
50072
50220
|
var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
50073
50221
|
var header = _ref.header,
|
|
@@ -50138,7 +50286,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
|
50138
50286
|
})));
|
|
50139
50287
|
};
|
|
50140
50288
|
|
|
50141
|
-
var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$
|
|
50289
|
+
var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$U));
|
|
50142
50290
|
|
|
50143
50291
|
exports.AccountNumberImage = AccountNumberImage;
|
|
50144
50292
|
exports.AccountsAddIcon = AccountsAddIcon$1;
|
|
@@ -50154,6 +50302,7 @@ exports.ArrowDownCircleIconSmall = ArrowDownCircleIconSmall;
|
|
|
50154
50302
|
exports.ArrowLeftCircleIconMedium = ArrowLeftCircleIconMedium;
|
|
50155
50303
|
exports.ArrowLeftCircleIconSmall = ArrowLeftCircleIconSmall;
|
|
50156
50304
|
exports.ArrowRightCircleIconSmall = ArrowRightCircleIconSmall;
|
|
50305
|
+
exports.ArrowRightIcon = ArrowRightIcon;
|
|
50157
50306
|
exports.ArrowUpCircleIconSmall = ArrowUpCircleIconSmall;
|
|
50158
50307
|
exports.AutopayIcon = AutopayIcon;
|
|
50159
50308
|
exports.AutopayOnIcon = AutopayOnIcon;
|
|
@@ -50238,6 +50387,7 @@ exports.Jumbo = Jumbo$1;
|
|
|
50238
50387
|
exports.KioskImage = KioskImage;
|
|
50239
50388
|
exports.LabeledAmount = LabeledAmount$1;
|
|
50240
50389
|
exports.LineItem = LineItem$1;
|
|
50390
|
+
exports.LinkCard = LinkCard$1;
|
|
50241
50391
|
exports.Loading = Loading;
|
|
50242
50392
|
exports.LoadingLine = LoadingLine;
|
|
50243
50393
|
exports.LoginForm = LoginForm;
|
|
@@ -50272,6 +50422,7 @@ exports.PeriscopeDashboardIframe = PeriscopeDashboardIframe;
|
|
|
50272
50422
|
exports.PeriscopeFailedIcon = PeriscopeFailedIcon;
|
|
50273
50423
|
exports.PhoneForm = PhoneForm;
|
|
50274
50424
|
exports.Placeholder = Placeholder$1;
|
|
50425
|
+
exports.PlusCircleIcon = PlusCircleIcon;
|
|
50275
50426
|
exports.PointOfSaleImage = PointOfSaleImage;
|
|
50276
50427
|
exports.Popover = Popover$1;
|
|
50277
50428
|
exports.ProcessingFee = ProcessingFee$1;
|