@thecb/components 7.7.1-beta.3 → 7.7.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
CHANGED
|
@@ -16465,32 +16465,6 @@ var FindIconSmall = function FindIconSmall(_ref) {
|
|
|
16465
16465
|
|
|
16466
16466
|
var FindIconSmall$1 = themeComponent(FindIconSmall, "Icons", fallbackValues$2, "primary");
|
|
16467
16467
|
|
|
16468
|
-
var HistoryIconSmall = function HistoryIconSmall(_ref) {
|
|
16469
|
-
var themeValues = _ref.themeValues;
|
|
16470
|
-
return /*#__PURE__*/React__default.createElement("svg", {
|
|
16471
|
-
width: "20",
|
|
16472
|
-
height: "20",
|
|
16473
|
-
viewBox: "0 0 20 20",
|
|
16474
|
-
fill: "none",
|
|
16475
|
-
xmlns: "http://www.w3.org/2000/svg"
|
|
16476
|
-
}, /*#__PURE__*/React__default.createElement("path", {
|
|
16477
|
-
d: "M3.33337 8.33333C3.33337 7.8731 3.70647 7.5 4.16671 7.5H15.8334C16.2936 7.5 16.6667 7.8731 16.6667 8.33333V16.6667C16.6667 17.1269 16.2936 17.5 15.8334 17.5H4.16671C3.70647 17.5 3.33337 17.1269 3.33337 16.6667V8.33333Z",
|
|
16478
|
-
fill: themeValues.singleIconColor
|
|
16479
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
16480
|
-
fillRule: "evenodd",
|
|
16481
|
-
clipRule: "evenodd",
|
|
16482
|
-
d: "M5.08337 4.75C4.66916 4.75 4.33337 5.08579 4.33337 5.5C4.33337 5.91421 4.66916 6.25 5.08337 6.25H14.9134C15.3276 6.25 15.6634 5.91421 15.6634 5.5C15.6634 5.08579 15.3276 4.75 14.9134 4.75H5.08337Z",
|
|
16483
|
-
fill: themeValues.singleIconColor
|
|
16484
|
-
}), /*#__PURE__*/React__default.createElement("path", {
|
|
16485
|
-
fillRule: "evenodd",
|
|
16486
|
-
clipRule: "evenodd",
|
|
16487
|
-
d: "M6.03337 2.25C5.64677 2.25 5.33337 2.5634 5.33337 2.95C5.33337 3.3366 5.64678 3.65 6.03337 3.65H13.9634C14.35 3.65 14.6634 3.3366 14.6634 2.95C14.6634 2.5634 14.35 2.25 13.9634 2.25H6.03337Z",
|
|
16488
|
-
fill: themeValues.singleIconColor
|
|
16489
|
-
}));
|
|
16490
|
-
};
|
|
16491
|
-
|
|
16492
|
-
var HistoryIconSmall$1 = themeComponent(HistoryIconSmall, "Icons", fallbackValues$2, "primary");
|
|
16493
|
-
|
|
16494
16468
|
var color$2 = "#15749D";
|
|
16495
16469
|
var hoverColor$1 = "#116285";
|
|
16496
16470
|
var activeColor$1 = "#0E506D";
|
|
@@ -36424,6 +36398,122 @@ var LoadingLine = function LoadingLine(_ref) {
|
|
|
36424
36398
|
});
|
|
36425
36399
|
};
|
|
36426
36400
|
|
|
36401
|
+
var Table_styled = styled__default.table.withConfig({
|
|
36402
|
+
displayName: "Tablestyled",
|
|
36403
|
+
componentId: "sc-mveye7-0"
|
|
36404
|
+
})(["width:100%;table-layout:auto;", ""], function (_ref) {
|
|
36405
|
+
var extraStyles = _ref.extraStyles;
|
|
36406
|
+
return extraStyles;
|
|
36407
|
+
});
|
|
36408
|
+
|
|
36409
|
+
var TableBody_styled = styled__default.tbody.withConfig({
|
|
36410
|
+
displayName: "TableBodystyled",
|
|
36411
|
+
componentId: "sc-wk5osr-0"
|
|
36412
|
+
})(["", ""], function (_ref) {
|
|
36413
|
+
var extraStyles = _ref.extraStyles;
|
|
36414
|
+
return extraStyles;
|
|
36415
|
+
});
|
|
36416
|
+
|
|
36417
|
+
var TableCell_styled = styled__default.td.withConfig({
|
|
36418
|
+
displayName: "TableCellstyled",
|
|
36419
|
+
componentId: "sc-iqndn8-0"
|
|
36420
|
+
})(["padding:", ";font-size:0.875rem;white-space:nowrap;max-width:250px;overflow:hidden;text-overflow:ellipsis;&:last-child{text-align:right;}", ";"], function (_ref) {
|
|
36421
|
+
var padding = _ref.padding;
|
|
36422
|
+
return padding ? padding : "24px";
|
|
36423
|
+
}, function (_ref2) {
|
|
36424
|
+
var extraStyles = _ref2.extraStyles;
|
|
36425
|
+
return extraStyles;
|
|
36426
|
+
});
|
|
36427
|
+
|
|
36428
|
+
var backgroundColor$6 = ALABASTER_WHITE;
|
|
36429
|
+
var borderColor$3 = GREY_CHATEAU;
|
|
36430
|
+
var fallbackValues$A = {
|
|
36431
|
+
backgroundColor: backgroundColor$6,
|
|
36432
|
+
borderColor: borderColor$3
|
|
36433
|
+
};
|
|
36434
|
+
|
|
36435
|
+
var StyledTableHead = styled__default.thead.withConfig({
|
|
36436
|
+
displayName: "TableHeadstyled",
|
|
36437
|
+
componentId: "sc-j8e6c1-0"
|
|
36438
|
+
})(["background-color:", ";border-bottom:", ";font-size:0.875rem;"], function (_ref) {
|
|
36439
|
+
var backgroundColor = _ref.backgroundColor;
|
|
36440
|
+
return backgroundColor;
|
|
36441
|
+
}, function (_ref2) {
|
|
36442
|
+
var borderColor = _ref2.borderColor;
|
|
36443
|
+
return "1px solid ".concat(borderColor);
|
|
36444
|
+
});
|
|
36445
|
+
|
|
36446
|
+
var borderColor$4 = GREY_CHATEAU;
|
|
36447
|
+
var hoverBackgroundColor$1 = HOVER_LIGHT_BLUE;
|
|
36448
|
+
var fallbackValues$B = {
|
|
36449
|
+
borderColor: borderColor$4,
|
|
36450
|
+
hoverBackgroundColor: hoverBackgroundColor$1
|
|
36451
|
+
};
|
|
36452
|
+
|
|
36453
|
+
var TableRowWrapper = styled__default.tr.withConfig({
|
|
36454
|
+
displayName: "TableRowstyled",
|
|
36455
|
+
componentId: "sc-1tc0sav-0"
|
|
36456
|
+
})(["&:not(:last-child){border-bottom:", ";}", " ", ""], function (_ref) {
|
|
36457
|
+
var borderColor = _ref.borderColor;
|
|
36458
|
+
return "1px solid ".concat(borderColor);
|
|
36459
|
+
}, function (_ref2) {
|
|
36460
|
+
var hoverEffect = _ref2.hoverEffect,
|
|
36461
|
+
hoverBackgroundColor = _ref2.hoverBackgroundColor;
|
|
36462
|
+
return hoverEffect && "&:hover {\n cursor: pointer;\n background-color: ".concat(hoverBackgroundColor, ";\n }");
|
|
36463
|
+
}, function (_ref3) {
|
|
36464
|
+
var extraStyles = _ref3.extraStyles;
|
|
36465
|
+
return extraStyles;
|
|
36466
|
+
});
|
|
36467
|
+
|
|
36468
|
+
var _excluded$w = ["children", "extraStyles", "hoverEffect", "onClick", "themeValues"];
|
|
36469
|
+
|
|
36470
|
+
var TableRow = function TableRow(_ref) {
|
|
36471
|
+
var children = _ref.children,
|
|
36472
|
+
extraStyles = _ref.extraStyles,
|
|
36473
|
+
_ref$hoverEffect = _ref.hoverEffect,
|
|
36474
|
+
hoverEffect = _ref$hoverEffect === void 0 ? true : _ref$hoverEffect,
|
|
36475
|
+
onClick = _ref.onClick,
|
|
36476
|
+
themeValues = _ref.themeValues,
|
|
36477
|
+
props = _objectWithoutProperties(_ref, _excluded$w);
|
|
36478
|
+
|
|
36479
|
+
return /*#__PURE__*/React__default.createElement(TableRowWrapper, _extends({
|
|
36480
|
+
onClick: onClick,
|
|
36481
|
+
hoverEffect: hoverEffect,
|
|
36482
|
+
extraStyles: extraStyles,
|
|
36483
|
+
borderColor: themeValues.borderColor,
|
|
36484
|
+
hoverBackgroundColor: themeValues.hoverBackgroundColor
|
|
36485
|
+
}, props), children);
|
|
36486
|
+
};
|
|
36487
|
+
|
|
36488
|
+
var TableRow$1 = themeComponent(TableRow, "TableRow", fallbackValues$B);
|
|
36489
|
+
|
|
36490
|
+
var TableHead = function TableHead(_ref) {
|
|
36491
|
+
var children = _ref.children,
|
|
36492
|
+
_ref$extraStyles = _ref.extraStyles,
|
|
36493
|
+
extraStyles = _ref$extraStyles === void 0 ? "" : _ref$extraStyles,
|
|
36494
|
+
themeValues = _ref.themeValues;
|
|
36495
|
+
return /*#__PURE__*/React__default.createElement(StyledTableHead, {
|
|
36496
|
+
backgroundColor: themeValues.backgroundColor,
|
|
36497
|
+
borderColor: themeValues.borderColor
|
|
36498
|
+
}, /*#__PURE__*/React__default.createElement(TableRow$1, {
|
|
36499
|
+
extraStyles: extraStyles,
|
|
36500
|
+
hoverEffect: false
|
|
36501
|
+
}, children));
|
|
36502
|
+
};
|
|
36503
|
+
|
|
36504
|
+
var TableHead$1 = themeComponent(TableHead, "TableHead", fallbackValues$A);
|
|
36505
|
+
|
|
36506
|
+
var TableHeading_styled = styled__default.th.withConfig({
|
|
36507
|
+
displayName: "TableHeadingstyled",
|
|
36508
|
+
componentId: "sc-1ggk38d-0"
|
|
36509
|
+
})(["padding:24px;min-width:", ";text-align:left;&:last-child{text-align:right;}", ""], function (_ref) {
|
|
36510
|
+
var minWidth = _ref.minWidth;
|
|
36511
|
+
return minWidth ? minWidth : "initial";
|
|
36512
|
+
}, function (_ref2) {
|
|
36513
|
+
var extraStyles = _ref2.extraStyles;
|
|
36514
|
+
return extraStyles;
|
|
36515
|
+
});
|
|
36516
|
+
|
|
36427
36517
|
const validatorToPredicate = (validatorFn, emptyCase) => (
|
|
36428
36518
|
value,
|
|
36429
36519
|
...rest
|
|
@@ -38326,9 +38416,9 @@ AddressForm.reducer = reducer;
|
|
|
38326
38416
|
AddressForm.mapStateToProps = mapStateToProps$1;
|
|
38327
38417
|
AddressForm.mapDispatchToProps = mapDispatchToProps;
|
|
38328
38418
|
|
|
38329
|
-
var backgroundColor$
|
|
38330
|
-
var fallbackValues$
|
|
38331
|
-
backgroundColor: backgroundColor$
|
|
38419
|
+
var backgroundColor$7 = "#ebeffb";
|
|
38420
|
+
var fallbackValues$C = {
|
|
38421
|
+
backgroundColor: backgroundColor$7
|
|
38332
38422
|
};
|
|
38333
38423
|
|
|
38334
38424
|
var Banner = function Banner(_ref) {
|
|
@@ -38379,7 +38469,7 @@ var Banner = function Banner(_ref) {
|
|
|
38379
38469
|
}, /*#__PURE__*/React__default.createElement(Image, null))));
|
|
38380
38470
|
};
|
|
38381
38471
|
|
|
38382
|
-
var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$
|
|
38472
|
+
var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$C);
|
|
38383
38473
|
|
|
38384
38474
|
var ChangePasswordForm = function ChangePasswordForm(_ref) {
|
|
38385
38475
|
var _newPasswordErrorMess;
|
|
@@ -38521,7 +38611,7 @@ ChangePasswordForm.mapDispatchToProps = mapDispatchToProps$1;
|
|
|
38521
38611
|
var titleColor$1 = "#292A33";
|
|
38522
38612
|
var headingBackgroundColor = "transparent";
|
|
38523
38613
|
var bodyBackgroundColor = "transparent";
|
|
38524
|
-
var fallbackValues$
|
|
38614
|
+
var fallbackValues$D = {
|
|
38525
38615
|
titleColor: titleColor$1,
|
|
38526
38616
|
headingBackgroundColor: headingBackgroundColor,
|
|
38527
38617
|
bodyBackgroundColor: bodyBackgroundColor
|
|
@@ -38648,7 +38738,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
|
|
|
38648
38738
|
}, children))));
|
|
38649
38739
|
};
|
|
38650
38740
|
|
|
38651
|
-
var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$
|
|
38741
|
+
var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$D);
|
|
38652
38742
|
|
|
38653
38743
|
var ClipboardIcon = function ClipboardIcon(_ref) {
|
|
38654
38744
|
var themeValues = _ref.themeValues;
|
|
@@ -39234,7 +39324,7 @@ EmailForm.mapDispatchToProps = mapDispatchToProps$3;
|
|
|
39234
39324
|
|
|
39235
39325
|
var footerBackgroundColor = BRIGHT_GREY;
|
|
39236
39326
|
var subfooterBackgroundColor = STORM_GREY;
|
|
39237
|
-
var fallbackValues$
|
|
39327
|
+
var fallbackValues$E = {
|
|
39238
39328
|
footerBackgroundColor: footerBackgroundColor,
|
|
39239
39329
|
subfooterBackgroundColor: subfooterBackgroundColor
|
|
39240
39330
|
};
|
|
@@ -39266,7 +39356,7 @@ var FooterWithSubfooter = function FooterWithSubfooter(_ref) {
|
|
|
39266
39356
|
}));
|
|
39267
39357
|
};
|
|
39268
39358
|
|
|
39269
|
-
var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$
|
|
39359
|
+
var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$E);
|
|
39270
39360
|
|
|
39271
39361
|
var ForgotPasswordForm = function ForgotPasswordForm(_ref) {
|
|
39272
39362
|
var _EmailErrorMessages;
|
|
@@ -39317,10 +39407,10 @@ ForgotPasswordForm.mapStateToProps = mapStateToProps$5;
|
|
|
39317
39407
|
ForgotPasswordForm.mapDispatchToProps = mapDispatchToProps$4;
|
|
39318
39408
|
|
|
39319
39409
|
var textColor$4 = "#ffffff";
|
|
39320
|
-
var backgroundColor$
|
|
39321
|
-
var fallbackValues$
|
|
39410
|
+
var backgroundColor$8 = "#182848";
|
|
39411
|
+
var fallbackValues$F = {
|
|
39322
39412
|
textColor: textColor$4,
|
|
39323
|
-
backgroundColor: backgroundColor$
|
|
39413
|
+
backgroundColor: backgroundColor$8
|
|
39324
39414
|
};
|
|
39325
39415
|
|
|
39326
39416
|
var HighlightTabRow = function HighlightTabRow(_ref) {
|
|
@@ -39375,7 +39465,7 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
|
|
|
39375
39465
|
}), repeat( /*#__PURE__*/React__default.createElement(Box, null), boxesAfter))));
|
|
39376
39466
|
};
|
|
39377
39467
|
|
|
39378
|
-
var HighlightTabRow$1 = /*#__PURE__*/React.memo(themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$
|
|
39468
|
+
var HighlightTabRow$1 = /*#__PURE__*/React.memo(themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$F));
|
|
39379
39469
|
|
|
39380
39470
|
var AccountBillIcon = function AccountBillIcon() {
|
|
39381
39471
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
@@ -44522,12 +44612,12 @@ var borderRadius = {
|
|
|
44522
44612
|
largeTitle: "0.25rem",
|
|
44523
44613
|
small: "0.25rem"
|
|
44524
44614
|
};
|
|
44525
|
-
var backgroundColor$
|
|
44615
|
+
var backgroundColor$9 = {
|
|
44526
44616
|
"default": WHITE,
|
|
44527
44617
|
largeTitle: WHITE,
|
|
44528
44618
|
small: WHITE
|
|
44529
44619
|
};
|
|
44530
|
-
var fallbackValues$
|
|
44620
|
+
var fallbackValues$G = {
|
|
44531
44621
|
fontSize: fontSize$9,
|
|
44532
44622
|
fontWeight: fontWeight$5,
|
|
44533
44623
|
fontColor: fontColor,
|
|
@@ -44537,7 +44627,7 @@ var fallbackValues$E = {
|
|
|
44537
44627
|
titleSpacing: titleSpacing,
|
|
44538
44628
|
boxShadow: boxShadow$1,
|
|
44539
44629
|
borderRadius: borderRadius,
|
|
44540
|
-
backgroundColor: backgroundColor$
|
|
44630
|
+
backgroundColor: backgroundColor$9
|
|
44541
44631
|
};
|
|
44542
44632
|
|
|
44543
44633
|
/*
|
|
@@ -44586,9 +44676,9 @@ var Module = function Module(_ref) {
|
|
|
44586
44676
|
}, children)));
|
|
44587
44677
|
};
|
|
44588
44678
|
|
|
44589
|
-
var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$
|
|
44679
|
+
var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$G, "default"));
|
|
44590
44680
|
|
|
44591
|
-
var backgroundColor$
|
|
44681
|
+
var backgroundColor$a = {
|
|
44592
44682
|
profile: "#3b414d",
|
|
44593
44683
|
cms: "#3b414d"
|
|
44594
44684
|
};
|
|
@@ -44596,8 +44686,8 @@ var shadowColor = {
|
|
|
44596
44686
|
profile: "#292A33",
|
|
44597
44687
|
cms: "#292A33"
|
|
44598
44688
|
};
|
|
44599
|
-
var fallbackValues$
|
|
44600
|
-
backgroundColor: backgroundColor$
|
|
44689
|
+
var fallbackValues$H = {
|
|
44690
|
+
backgroundColor: backgroundColor$a,
|
|
44601
44691
|
shadowColor: shadowColor
|
|
44602
44692
|
};
|
|
44603
44693
|
|
|
@@ -44637,7 +44727,7 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
|
|
|
44637
44727
|
}, menuContent));
|
|
44638
44728
|
};
|
|
44639
44729
|
|
|
44640
|
-
var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$
|
|
44730
|
+
var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$H, "profile");
|
|
44641
44731
|
|
|
44642
44732
|
var menu = posed.div({
|
|
44643
44733
|
invisible: {
|
|
@@ -44693,7 +44783,7 @@ var NavMenuMobile = function NavMenuMobile(_ref) {
|
|
|
44693
44783
|
}, menuContent));
|
|
44694
44784
|
};
|
|
44695
44785
|
|
|
44696
|
-
var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$
|
|
44786
|
+
var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$H, "profile");
|
|
44697
44787
|
|
|
44698
44788
|
var ACH_METHOD = "BANK_ACCOUNT";
|
|
44699
44789
|
var CC_METHOD = "CREDIT_CARD";
|
|
@@ -44754,7 +44844,7 @@ var activeColor$7 = "#0E506D";
|
|
|
44754
44844
|
var linkColor$4 = "#3176AA";
|
|
44755
44845
|
var fontWeight$6 = FONT_WEIGHT_REGULAR;
|
|
44756
44846
|
var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
|
|
44757
|
-
var fallbackValues$
|
|
44847
|
+
var fallbackValues$I = {
|
|
44758
44848
|
color: color$a,
|
|
44759
44849
|
hoverColor: hoverColor$5,
|
|
44760
44850
|
activeColor: activeColor$7,
|
|
@@ -44880,7 +44970,7 @@ var AutopayModal = function AutopayModal(_ref) {
|
|
|
44880
44970
|
}, modalExtraProps), renderAutoPayControl());
|
|
44881
44971
|
};
|
|
44882
44972
|
|
|
44883
|
-
var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$
|
|
44973
|
+
var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$I);
|
|
44884
44974
|
|
|
44885
44975
|
var AmountModule = function AmountModule(_ref) {
|
|
44886
44976
|
var totalAmountDue = _ref.totalAmountDue,
|
|
@@ -45718,7 +45808,7 @@ var PaymentButtonBar = function PaymentButtonBar(_ref) {
|
|
|
45718
45808
|
}, backButton, !hideForwardButton && /*#__PURE__*/React__default.createElement(React.Fragment, null, forwardButton))));
|
|
45719
45809
|
};
|
|
45720
45810
|
|
|
45721
|
-
var backgroundColor$
|
|
45811
|
+
var backgroundColor$b = {
|
|
45722
45812
|
"default": "transparent",
|
|
45723
45813
|
small: "transparent"
|
|
45724
45814
|
};
|
|
@@ -45734,14 +45824,14 @@ var labeledAmountTotal = {
|
|
|
45734
45824
|
"default": "h6",
|
|
45735
45825
|
small: "p"
|
|
45736
45826
|
};
|
|
45737
|
-
var fallbackValues$
|
|
45738
|
-
backgroundColor: backgroundColor$
|
|
45827
|
+
var fallbackValues$J = {
|
|
45828
|
+
backgroundColor: backgroundColor$b,
|
|
45739
45829
|
lineItem: lineItem,
|
|
45740
45830
|
labeledAmountSubtotal: labeledAmountSubtotal,
|
|
45741
45831
|
labeledAmountTotal: labeledAmountTotal
|
|
45742
45832
|
};
|
|
45743
45833
|
|
|
45744
|
-
var _excluded$
|
|
45834
|
+
var _excluded$x = ["amount"],
|
|
45745
45835
|
_excluded2$1 = ["amount"];
|
|
45746
45836
|
|
|
45747
45837
|
var PaymentDetailsContent = function PaymentDetailsContent(_ref) {
|
|
@@ -45886,7 +45976,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
|
|
|
45886
45976
|
return fee.amount > 0;
|
|
45887
45977
|
}).map(function (_ref5) {
|
|
45888
45978
|
var amount = _ref5.amount,
|
|
45889
|
-
rest = _objectWithoutProperties(_ref5, _excluded$
|
|
45979
|
+
rest = _objectWithoutProperties(_ref5, _excluded$x);
|
|
45890
45980
|
|
|
45891
45981
|
return _objectSpread2(_objectSpread2({}, rest), {}, {
|
|
45892
45982
|
amount: displayCurrency(amount)
|
|
@@ -45985,7 +46075,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
|
|
|
45985
46075
|
});
|
|
45986
46076
|
};
|
|
45987
46077
|
|
|
45988
|
-
var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$
|
|
46078
|
+
var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$J, "default");
|
|
45989
46079
|
|
|
45990
46080
|
var linkColor$5 = {
|
|
45991
46081
|
"default": "#3176AA"
|
|
@@ -46002,7 +46092,7 @@ var fontWeight$7 = {
|
|
|
46002
46092
|
var modalLinkHoverFocus$1 = {
|
|
46003
46093
|
"default": "outline: none; text-decoration: underline;"
|
|
46004
46094
|
};
|
|
46005
|
-
var fallbackValues$
|
|
46095
|
+
var fallbackValues$K = {
|
|
46006
46096
|
linkColor: linkColor$5,
|
|
46007
46097
|
fontSize: fontSize$a,
|
|
46008
46098
|
lineHeight: lineHeight$4,
|
|
@@ -46061,7 +46151,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
|
|
|
46061
46151
|
}, link));
|
|
46062
46152
|
};
|
|
46063
46153
|
|
|
46064
|
-
var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$
|
|
46154
|
+
var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$K, "default");
|
|
46065
46155
|
|
|
46066
46156
|
var PaymentFormACH = function PaymentFormACH(_ref) {
|
|
46067
46157
|
var _routingNumberErrors, _accountNumberErrors;
|
|
@@ -46665,13 +46755,13 @@ var RadioGroup = function RadioGroup(_ref) {
|
|
|
46665
46755
|
var headingBackgroundColor$1 = "".concat(WHITE);
|
|
46666
46756
|
var headingDisabledColor = "".concat(ATHENS_GREY);
|
|
46667
46757
|
var bodyBackgroundColor$1 = "#eeeeee";
|
|
46668
|
-
var borderColor$
|
|
46758
|
+
var borderColor$5 = "".concat(GREY_CHATEAU);
|
|
46669
46759
|
var focusStyles = "outline: none;";
|
|
46670
|
-
var fallbackValues$
|
|
46760
|
+
var fallbackValues$L = {
|
|
46671
46761
|
headingBackgroundColor: headingBackgroundColor$1,
|
|
46672
46762
|
headingDisabledColor: headingDisabledColor,
|
|
46673
46763
|
bodyBackgroundColor: bodyBackgroundColor$1,
|
|
46674
|
-
borderColor: borderColor$
|
|
46764
|
+
borderColor: borderColor$5,
|
|
46675
46765
|
focusStyles: focusStyles
|
|
46676
46766
|
};
|
|
46677
46767
|
|
|
@@ -46855,7 +46945,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
46855
46945
|
})));
|
|
46856
46946
|
};
|
|
46857
46947
|
|
|
46858
|
-
var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$
|
|
46948
|
+
var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$L);
|
|
46859
46949
|
|
|
46860
46950
|
var RegistrationForm = function RegistrationForm(_ref) {
|
|
46861
46951
|
var _emailErrorMessages, _passwordErrorMessage;
|
|
@@ -47152,7 +47242,7 @@ var ResetPasswordSuccess = withWindowSize(ResetConfirmationForm$2);
|
|
|
47152
47242
|
var activeTabBackground = "#FFFFFF";
|
|
47153
47243
|
var activeTabAccent = "#15749D";
|
|
47154
47244
|
var activeTabHover = "#B8D5E1";
|
|
47155
|
-
var fallbackValues$
|
|
47245
|
+
var fallbackValues$M = {
|
|
47156
47246
|
activeTabBackground: activeTabBackground,
|
|
47157
47247
|
activeTabAccent: activeTabAccent,
|
|
47158
47248
|
activeTabHover: activeTabHover
|
|
@@ -47231,12 +47321,12 @@ var Tabs = function Tabs(_ref) {
|
|
|
47231
47321
|
}))));
|
|
47232
47322
|
};
|
|
47233
47323
|
|
|
47234
|
-
var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$
|
|
47324
|
+
var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$M);
|
|
47235
47325
|
|
|
47236
47326
|
var activeTabBackground$1 = "#FFFFFF";
|
|
47237
47327
|
var activeTabAccent$1 = "#15749D";
|
|
47238
47328
|
var activeTabHover$1 = "#B8D5E1";
|
|
47239
|
-
var fallbackValues$
|
|
47329
|
+
var fallbackValues$N = {
|
|
47240
47330
|
activeTabBackground: activeTabBackground$1,
|
|
47241
47331
|
activeTabAccent: activeTabAccent$1,
|
|
47242
47332
|
activeTabHover: activeTabHover$1
|
|
@@ -47292,9 +47382,9 @@ var TabSidebar = function TabSidebar(_ref) {
|
|
|
47292
47382
|
})));
|
|
47293
47383
|
};
|
|
47294
47384
|
|
|
47295
|
-
var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$
|
|
47385
|
+
var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$N);
|
|
47296
47386
|
|
|
47297
|
-
var backgroundColor$
|
|
47387
|
+
var backgroundColor$c = {
|
|
47298
47388
|
"default": "#ffffff",
|
|
47299
47389
|
footer: "#ffffff"
|
|
47300
47390
|
};
|
|
@@ -47323,8 +47413,8 @@ var modalLinkHoverFocus$2 = {
|
|
|
47323
47413
|
"default": standardInteractionStyles,
|
|
47324
47414
|
footer: standardInteractionStyles
|
|
47325
47415
|
};
|
|
47326
|
-
var fallbackValues$
|
|
47327
|
-
backgroundColor: backgroundColor$
|
|
47416
|
+
var fallbackValues$O = {
|
|
47417
|
+
backgroundColor: backgroundColor$c,
|
|
47328
47418
|
linkColor: linkColor$6,
|
|
47329
47419
|
border: border$3,
|
|
47330
47420
|
fontSize: fontSize$b,
|
|
@@ -47385,7 +47475,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
|
|
|
47385
47475
|
}, link));
|
|
47386
47476
|
};
|
|
47387
47477
|
|
|
47388
|
-
var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$
|
|
47478
|
+
var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$O, "default");
|
|
47389
47479
|
|
|
47390
47480
|
var TermsAndConditions = function TermsAndConditions(_ref) {
|
|
47391
47481
|
var onCheck = _ref.onCheck,
|
|
@@ -47460,7 +47550,7 @@ var fontColor$1 = WHITE;
|
|
|
47460
47550
|
var textAlign$1 = "left";
|
|
47461
47551
|
var headerBackgroundColor$1 = BRIGHT_GREY;
|
|
47462
47552
|
var imageBackgroundColor$1 = MATISSE_BLUE;
|
|
47463
|
-
var fallbackValues$
|
|
47553
|
+
var fallbackValues$P = {
|
|
47464
47554
|
fontWeight: fontWeight$9,
|
|
47465
47555
|
fontColor: fontColor$1,
|
|
47466
47556
|
textAlign: textAlign$1,
|
|
@@ -47507,7 +47597,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
|
|
|
47507
47597
|
})))));
|
|
47508
47598
|
};
|
|
47509
47599
|
|
|
47510
|
-
var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$
|
|
47600
|
+
var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$P));
|
|
47511
47601
|
|
|
47512
47602
|
var WorkflowTile = function WorkflowTile(_ref) {
|
|
47513
47603
|
var _ref$workflowName = _ref.workflowName,
|
|
@@ -47562,7 +47652,7 @@ var WorkflowTile = function WorkflowTile(_ref) {
|
|
|
47562
47652
|
};
|
|
47563
47653
|
|
|
47564
47654
|
var pageBackground = "#FBFCFD";
|
|
47565
|
-
var fallbackValues$
|
|
47655
|
+
var fallbackValues$Q = {
|
|
47566
47656
|
pageBackground: pageBackground
|
|
47567
47657
|
};
|
|
47568
47658
|
|
|
@@ -47609,7 +47699,7 @@ var CenterSingle = function CenterSingle(_ref) {
|
|
|
47609
47699
|
})));
|
|
47610
47700
|
};
|
|
47611
47701
|
|
|
47612
|
-
var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$
|
|
47702
|
+
var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$Q));
|
|
47613
47703
|
|
|
47614
47704
|
var CenterStack = function CenterStack(_ref) {
|
|
47615
47705
|
var header = _ref.header,
|
|
@@ -47651,7 +47741,7 @@ var CenterStack = function CenterStack(_ref) {
|
|
|
47651
47741
|
})));
|
|
47652
47742
|
};
|
|
47653
47743
|
|
|
47654
|
-
var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$
|
|
47744
|
+
var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$Q));
|
|
47655
47745
|
|
|
47656
47746
|
var CenterSingle$2 = function CenterSingle(_ref) {
|
|
47657
47747
|
var header = _ref.header,
|
|
@@ -47696,7 +47786,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
|
|
|
47696
47786
|
})));
|
|
47697
47787
|
};
|
|
47698
47788
|
|
|
47699
|
-
var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$
|
|
47789
|
+
var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$Q));
|
|
47700
47790
|
|
|
47701
47791
|
var SidebarSingleContent = function SidebarSingleContent(_ref) {
|
|
47702
47792
|
var header = _ref.header,
|
|
@@ -47750,7 +47840,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
|
|
|
47750
47840
|
})));
|
|
47751
47841
|
};
|
|
47752
47842
|
|
|
47753
|
-
var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$
|
|
47843
|
+
var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$Q));
|
|
47754
47844
|
|
|
47755
47845
|
var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
47756
47846
|
var header = _ref.header,
|
|
@@ -47821,7 +47911,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
|
47821
47911
|
})));
|
|
47822
47912
|
};
|
|
47823
47913
|
|
|
47824
|
-
var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$
|
|
47914
|
+
var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$Q));
|
|
47825
47915
|
|
|
47826
47916
|
exports.AccountNumberImage = AccountNumberImage;
|
|
47827
47917
|
exports.AccountsAddIcon = AccountsAddIcon$1;
|
|
@@ -47899,7 +47989,6 @@ exports.GuidedCheckoutImage = GuidedCheckoutImage;
|
|
|
47899
47989
|
exports.HamburgerButton = HamburgerButton;
|
|
47900
47990
|
exports.Heading = Heading$1;
|
|
47901
47991
|
exports.HighlightTabRow = HighlightTabRow$1;
|
|
47902
|
-
exports.HistoryIconSmall = HistoryIconSmall$1;
|
|
47903
47992
|
exports.IconAdd = IconAdd;
|
|
47904
47993
|
exports.IconQuitLarge = IconQuitLarge;
|
|
47905
47994
|
exports.Imposter = Imposter;
|
|
@@ -47978,7 +48067,13 @@ exports.StatusUnknownIcon = StatusUnknownIcon;
|
|
|
47978
48067
|
exports.SuccessfulIcon = SuccessfulIcon;
|
|
47979
48068
|
exports.Switcher = Switcher;
|
|
47980
48069
|
exports.TabSidebar = TabSidebar$1;
|
|
48070
|
+
exports.Table = Table_styled;
|
|
48071
|
+
exports.TableBody = TableBody_styled;
|
|
48072
|
+
exports.TableCell = TableCell_styled;
|
|
48073
|
+
exports.TableHead = TableHead$1;
|
|
48074
|
+
exports.TableHeading = TableHeading_styled;
|
|
47981
48075
|
exports.TableListItem = TableListItem;
|
|
48076
|
+
exports.TableRow = TableRowWrapper;
|
|
47982
48077
|
exports.Tabs = Tabs$1;
|
|
47983
48078
|
exports.TermsAndConditions = TermsAndConditions;
|
|
47984
48079
|
exports.TermsAndConditionsModal = TermsAndConditionsModal$1;
|