@thecb/components 8.3.0 → 8.4.0-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 +178 -32
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +176 -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 +128 -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,94 @@ 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 ? "Find" : _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 0 0.5rem 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 1rem",
|
|
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: "1.5rem 0 1.5rem 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
|
+
}, /*#__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
|
+
}, workflowActionName), workflowActionName === "Find" && /*#__PURE__*/React__default.createElement(PlusCircleIcon, {
|
|
42917
|
+
color: themeValues.color
|
|
42918
|
+
}), workflowActionName === "Pay" && /*#__PURE__*/React__default.createElement(ArrowRightIcon, {
|
|
42919
|
+
color: themeValues.color
|
|
42920
|
+
}))))));
|
|
42921
|
+
};
|
|
42922
|
+
|
|
42923
|
+
var LinkCard$1 = themeComponent(LinkCard, "LinkCard", fallbackValues$I, "default");
|
|
42924
|
+
|
|
42782
42925
|
var LoginForm = function LoginForm(_ref) {
|
|
42783
42926
|
var _emailErrorMessages;
|
|
42784
42927
|
|
|
@@ -46478,7 +46621,7 @@ var backgroundColor$9 = {
|
|
|
46478
46621
|
largeTitle: WHITE,
|
|
46479
46622
|
small: WHITE
|
|
46480
46623
|
};
|
|
46481
|
-
var fallbackValues$
|
|
46624
|
+
var fallbackValues$J = {
|
|
46482
46625
|
fontSize: fontSize$9,
|
|
46483
46626
|
fontWeight: fontWeight$5,
|
|
46484
46627
|
fontColor: fontColor,
|
|
@@ -46546,7 +46689,7 @@ var Module = function Module(_ref) {
|
|
|
46546
46689
|
}, children)));
|
|
46547
46690
|
};
|
|
46548
46691
|
|
|
46549
|
-
var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$
|
|
46692
|
+
var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$J, "default"));
|
|
46550
46693
|
|
|
46551
46694
|
var backgroundColor$a = {
|
|
46552
46695
|
profile: "#3b414d",
|
|
@@ -46556,7 +46699,7 @@ var shadowColor = {
|
|
|
46556
46699
|
profile: "#292A33",
|
|
46557
46700
|
cms: "#292A33"
|
|
46558
46701
|
};
|
|
46559
|
-
var fallbackValues$
|
|
46702
|
+
var fallbackValues$K = {
|
|
46560
46703
|
backgroundColor: backgroundColor$a,
|
|
46561
46704
|
shadowColor: shadowColor
|
|
46562
46705
|
};
|
|
@@ -46597,7 +46740,7 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
|
|
|
46597
46740
|
}, menuContent));
|
|
46598
46741
|
};
|
|
46599
46742
|
|
|
46600
|
-
var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$
|
|
46743
|
+
var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$K, "profile");
|
|
46601
46744
|
|
|
46602
46745
|
var menu = posed.div({
|
|
46603
46746
|
invisible: {
|
|
@@ -46659,7 +46802,7 @@ var NavMenuMobile = function NavMenuMobile(_ref2) {
|
|
|
46659
46802
|
}, menuContent));
|
|
46660
46803
|
};
|
|
46661
46804
|
|
|
46662
|
-
var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$
|
|
46805
|
+
var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$K, "profile");
|
|
46663
46806
|
|
|
46664
46807
|
var ACH_METHOD = "BANK_ACCOUNT";
|
|
46665
46808
|
var CC_METHOD = "CREDIT_CARD";
|
|
@@ -46714,14 +46857,14 @@ var TitleModule = function TitleModule(_ref) {
|
|
|
46714
46857
|
}, subtitle)));
|
|
46715
46858
|
};
|
|
46716
46859
|
|
|
46717
|
-
var color$
|
|
46860
|
+
var color$c = "#15749D";
|
|
46718
46861
|
var hoverColor$5 = "#116285";
|
|
46719
46862
|
var activeColor$8 = "#0E506D";
|
|
46720
46863
|
var linkColor$4 = "#3176AA";
|
|
46721
46864
|
var fontWeight$6 = FONT_WEIGHT_REGULAR;
|
|
46722
46865
|
var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
|
|
46723
|
-
var fallbackValues$
|
|
46724
|
-
color: color$
|
|
46866
|
+
var fallbackValues$L = {
|
|
46867
|
+
color: color$c,
|
|
46725
46868
|
hoverColor: hoverColor$5,
|
|
46726
46869
|
activeColor: activeColor$8,
|
|
46727
46870
|
linkColor: linkColor$4,
|
|
@@ -46846,7 +46989,7 @@ var AutopayModal = function AutopayModal(_ref) {
|
|
|
46846
46989
|
}, modalExtraProps), renderAutoPayControl());
|
|
46847
46990
|
};
|
|
46848
46991
|
|
|
46849
|
-
var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$
|
|
46992
|
+
var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$L);
|
|
46850
46993
|
|
|
46851
46994
|
var AmountModule = function AmountModule(_ref) {
|
|
46852
46995
|
var totalAmountDue = _ref.totalAmountDue,
|
|
@@ -47521,7 +47664,7 @@ var numberColor = MATISSE_BLUE;
|
|
|
47521
47664
|
var hoverBackgroundColor$2 = ALABASTER_WHITE;
|
|
47522
47665
|
var activeBackgroundColor$1 = WHITE;
|
|
47523
47666
|
var activeColor$9 = MATISSE_BLUE;
|
|
47524
|
-
var fallbackValues$
|
|
47667
|
+
var fallbackValues$M = {
|
|
47525
47668
|
activeColor: activeColor$9,
|
|
47526
47669
|
activeBackgroundColor: activeBackgroundColor$1,
|
|
47527
47670
|
arrowColor: arrowColor,
|
|
@@ -47729,7 +47872,7 @@ var Pagination = function Pagination(_ref3) {
|
|
|
47729
47872
|
}));
|
|
47730
47873
|
};
|
|
47731
47874
|
|
|
47732
|
-
var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$
|
|
47875
|
+
var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$M);
|
|
47733
47876
|
|
|
47734
47877
|
var PaymentButtonBar = function PaymentButtonBar(_ref) {
|
|
47735
47878
|
var _ref$isForwardButtonD = _ref.isForwardButtonDisabled,
|
|
@@ -47813,7 +47956,7 @@ var labeledAmountTotal = {
|
|
|
47813
47956
|
"default": "h6",
|
|
47814
47957
|
small: "p"
|
|
47815
47958
|
};
|
|
47816
|
-
var fallbackValues$
|
|
47959
|
+
var fallbackValues$N = {
|
|
47817
47960
|
backgroundColor: backgroundColor$b,
|
|
47818
47961
|
lineItem: lineItem,
|
|
47819
47962
|
labeledAmountSubtotal: labeledAmountSubtotal,
|
|
@@ -48133,7 +48276,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
|
|
|
48133
48276
|
});
|
|
48134
48277
|
};
|
|
48135
48278
|
|
|
48136
|
-
var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$
|
|
48279
|
+
var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$N, "default");
|
|
48137
48280
|
|
|
48138
48281
|
var linkColor$5 = {
|
|
48139
48282
|
"default": "#3176AA"
|
|
@@ -48150,7 +48293,7 @@ var fontWeight$7 = {
|
|
|
48150
48293
|
var modalLinkHoverFocus$1 = {
|
|
48151
48294
|
"default": "outline: none; text-decoration: underline;"
|
|
48152
48295
|
};
|
|
48153
|
-
var fallbackValues$
|
|
48296
|
+
var fallbackValues$O = {
|
|
48154
48297
|
linkColor: linkColor$5,
|
|
48155
48298
|
fontSize: fontSize$a,
|
|
48156
48299
|
lineHeight: lineHeight$4,
|
|
@@ -48209,7 +48352,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
|
|
|
48209
48352
|
}, link));
|
|
48210
48353
|
};
|
|
48211
48354
|
|
|
48212
|
-
var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$
|
|
48355
|
+
var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$O, "default");
|
|
48213
48356
|
|
|
48214
48357
|
var backgroundColor$c = {
|
|
48215
48358
|
"default": "#ffffff",
|
|
@@ -48240,7 +48383,7 @@ var modalLinkHoverFocus$2 = {
|
|
|
48240
48383
|
"default": standardInteractionStyles,
|
|
48241
48384
|
footer: standardInteractionStyles
|
|
48242
48385
|
};
|
|
48243
|
-
var fallbackValues$
|
|
48386
|
+
var fallbackValues$P = {
|
|
48244
48387
|
backgroundColor: backgroundColor$c,
|
|
48245
48388
|
linkColor: linkColor$6,
|
|
48246
48389
|
border: border$3,
|
|
@@ -48305,7 +48448,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
|
|
|
48305
48448
|
}, link));
|
|
48306
48449
|
};
|
|
48307
48450
|
|
|
48308
|
-
var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$
|
|
48451
|
+
var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$P, "default");
|
|
48309
48452
|
|
|
48310
48453
|
var TermsAndConditionsControlV1 = function TermsAndConditionsControlV1(_ref) {
|
|
48311
48454
|
var onCheck = _ref.onCheck,
|
|
@@ -49104,7 +49247,7 @@ var headingDisabledColor = "".concat(ATHENS_GREY);
|
|
|
49104
49247
|
var bodyBackgroundColor$1 = "#eeeeee";
|
|
49105
49248
|
var borderColor$5 = "".concat(GREY_CHATEAU);
|
|
49106
49249
|
var focusStyles = "outline: none;";
|
|
49107
|
-
var fallbackValues$
|
|
49250
|
+
var fallbackValues$Q = {
|
|
49108
49251
|
headingBackgroundColor: headingBackgroundColor$1,
|
|
49109
49252
|
headingDisabledColor: headingDisabledColor,
|
|
49110
49253
|
bodyBackgroundColor: bodyBackgroundColor$1,
|
|
@@ -49294,7 +49437,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
49294
49437
|
})));
|
|
49295
49438
|
};
|
|
49296
49439
|
|
|
49297
|
-
var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$
|
|
49440
|
+
var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$Q);
|
|
49298
49441
|
|
|
49299
49442
|
var RegistrationForm = function RegistrationForm(_ref) {
|
|
49300
49443
|
var _emailErrorMessages, _passwordErrorMessage;
|
|
@@ -49591,7 +49734,7 @@ var ResetPasswordSuccess = withWindowSize(ResetConfirmationForm$2);
|
|
|
49591
49734
|
var activeTabBackground = "#FFFFFF";
|
|
49592
49735
|
var activeTabAccent = "#15749D";
|
|
49593
49736
|
var activeTabHover = "#B8D5E1";
|
|
49594
|
-
var fallbackValues$
|
|
49737
|
+
var fallbackValues$R = {
|
|
49595
49738
|
activeTabBackground: activeTabBackground,
|
|
49596
49739
|
activeTabAccent: activeTabAccent,
|
|
49597
49740
|
activeTabHover: activeTabHover
|
|
@@ -49670,12 +49813,12 @@ var Tabs = function Tabs(_ref) {
|
|
|
49670
49813
|
}))));
|
|
49671
49814
|
};
|
|
49672
49815
|
|
|
49673
|
-
var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$
|
|
49816
|
+
var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$R);
|
|
49674
49817
|
|
|
49675
49818
|
var activeTabBackground$1 = "#FFFFFF";
|
|
49676
49819
|
var activeTabAccent$1 = "#15749D";
|
|
49677
49820
|
var activeTabHover$1 = "#B8D5E1";
|
|
49678
|
-
var fallbackValues$
|
|
49821
|
+
var fallbackValues$S = {
|
|
49679
49822
|
activeTabBackground: activeTabBackground$1,
|
|
49680
49823
|
activeTabAccent: activeTabAccent$1,
|
|
49681
49824
|
activeTabHover: activeTabHover$1
|
|
@@ -49731,7 +49874,7 @@ var TabSidebar = function TabSidebar(_ref) {
|
|
|
49731
49874
|
})));
|
|
49732
49875
|
};
|
|
49733
49876
|
|
|
49734
|
-
var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$
|
|
49877
|
+
var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$S);
|
|
49735
49878
|
|
|
49736
49879
|
var Timeout = function Timeout(_ref) {
|
|
49737
49880
|
var onLogout = _ref.onLogout;
|
|
@@ -49775,7 +49918,7 @@ var fontColor$1 = WHITE;
|
|
|
49775
49918
|
var textAlign$1 = "left";
|
|
49776
49919
|
var headerBackgroundColor$1 = BRIGHT_GREY;
|
|
49777
49920
|
var imageBackgroundColor$1 = MATISSE_BLUE;
|
|
49778
|
-
var fallbackValues$
|
|
49921
|
+
var fallbackValues$T = {
|
|
49779
49922
|
fontWeight: fontWeight$9,
|
|
49780
49923
|
fontColor: fontColor$1,
|
|
49781
49924
|
textAlign: textAlign$1,
|
|
@@ -49822,7 +49965,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
|
|
|
49822
49965
|
})))));
|
|
49823
49966
|
};
|
|
49824
49967
|
|
|
49825
|
-
var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$
|
|
49968
|
+
var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$T));
|
|
49826
49969
|
|
|
49827
49970
|
var WorkflowTile = function WorkflowTile(_ref) {
|
|
49828
49971
|
var _ref$workflowName = _ref.workflowName,
|
|
@@ -49877,7 +50020,7 @@ var WorkflowTile = function WorkflowTile(_ref) {
|
|
|
49877
50020
|
};
|
|
49878
50021
|
|
|
49879
50022
|
var pageBackground = "#FBFCFD";
|
|
49880
|
-
var fallbackValues$
|
|
50023
|
+
var fallbackValues$U = {
|
|
49881
50024
|
pageBackground: pageBackground
|
|
49882
50025
|
};
|
|
49883
50026
|
|
|
@@ -49926,7 +50069,7 @@ var CenterSingle = function CenterSingle(_ref) {
|
|
|
49926
50069
|
})));
|
|
49927
50070
|
};
|
|
49928
50071
|
|
|
49929
|
-
var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$
|
|
50072
|
+
var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$U));
|
|
49930
50073
|
|
|
49931
50074
|
var CenterStack = function CenterStack(_ref) {
|
|
49932
50075
|
var header = _ref.header,
|
|
@@ -49968,7 +50111,7 @@ var CenterStack = function CenterStack(_ref) {
|
|
|
49968
50111
|
})));
|
|
49969
50112
|
};
|
|
49970
50113
|
|
|
49971
|
-
var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$
|
|
50114
|
+
var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$U));
|
|
49972
50115
|
|
|
49973
50116
|
var CenterSingle$2 = function CenterSingle(_ref) {
|
|
49974
50117
|
var header = _ref.header,
|
|
@@ -50013,7 +50156,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
|
|
|
50013
50156
|
})));
|
|
50014
50157
|
};
|
|
50015
50158
|
|
|
50016
|
-
var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$
|
|
50159
|
+
var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$U));
|
|
50017
50160
|
|
|
50018
50161
|
var SidebarSingleContent = function SidebarSingleContent(_ref) {
|
|
50019
50162
|
var header = _ref.header,
|
|
@@ -50067,7 +50210,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
|
|
|
50067
50210
|
})));
|
|
50068
50211
|
};
|
|
50069
50212
|
|
|
50070
|
-
var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$
|
|
50213
|
+
var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$U));
|
|
50071
50214
|
|
|
50072
50215
|
var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
50073
50216
|
var header = _ref.header,
|
|
@@ -50138,7 +50281,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
|
50138
50281
|
})));
|
|
50139
50282
|
};
|
|
50140
50283
|
|
|
50141
|
-
var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$
|
|
50284
|
+
var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$U));
|
|
50142
50285
|
|
|
50143
50286
|
exports.AccountNumberImage = AccountNumberImage;
|
|
50144
50287
|
exports.AccountsAddIcon = AccountsAddIcon$1;
|
|
@@ -50154,6 +50297,7 @@ exports.ArrowDownCircleIconSmall = ArrowDownCircleIconSmall;
|
|
|
50154
50297
|
exports.ArrowLeftCircleIconMedium = ArrowLeftCircleIconMedium;
|
|
50155
50298
|
exports.ArrowLeftCircleIconSmall = ArrowLeftCircleIconSmall;
|
|
50156
50299
|
exports.ArrowRightCircleIconSmall = ArrowRightCircleIconSmall;
|
|
50300
|
+
exports.ArrowRightIcon = ArrowRightIcon;
|
|
50157
50301
|
exports.ArrowUpCircleIconSmall = ArrowUpCircleIconSmall;
|
|
50158
50302
|
exports.AutopayIcon = AutopayIcon;
|
|
50159
50303
|
exports.AutopayOnIcon = AutopayOnIcon;
|
|
@@ -50238,6 +50382,7 @@ exports.Jumbo = Jumbo$1;
|
|
|
50238
50382
|
exports.KioskImage = KioskImage;
|
|
50239
50383
|
exports.LabeledAmount = LabeledAmount$1;
|
|
50240
50384
|
exports.LineItem = LineItem$1;
|
|
50385
|
+
exports.LinkCard = LinkCard$1;
|
|
50241
50386
|
exports.Loading = Loading;
|
|
50242
50387
|
exports.LoadingLine = LoadingLine;
|
|
50243
50388
|
exports.LoginForm = LoginForm;
|
|
@@ -50272,6 +50417,7 @@ exports.PeriscopeDashboardIframe = PeriscopeDashboardIframe;
|
|
|
50272
50417
|
exports.PeriscopeFailedIcon = PeriscopeFailedIcon;
|
|
50273
50418
|
exports.PhoneForm = PhoneForm;
|
|
50274
50419
|
exports.Placeholder = Placeholder$1;
|
|
50420
|
+
exports.PlusCircleIcon = PlusCircleIcon;
|
|
50275
50421
|
exports.PointOfSaleImage = PointOfSaleImage;
|
|
50276
50422
|
exports.Popover = Popover$1;
|
|
50277
50423
|
exports.ProcessingFee = ProcessingFee$1;
|