@thecb/components 7.7.1-beta.4 → 7.7.2
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 +78 -173
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.esm.js +78 -168
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -16465,6 +16465,32 @@ 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
|
+
|
|
16468
16494
|
var color$2 = "#15749D";
|
|
16469
16495
|
var hoverColor$1 = "#116285";
|
|
16470
16496
|
var activeColor$1 = "#0E506D";
|
|
@@ -36398,122 +36424,6 @@ var LoadingLine = function LoadingLine(_ref) {
|
|
|
36398
36424
|
});
|
|
36399
36425
|
};
|
|
36400
36426
|
|
|
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
|
-
|
|
36517
36427
|
const validatorToPredicate = (validatorFn, emptyCase) => (
|
|
36518
36428
|
value,
|
|
36519
36429
|
...rest
|
|
@@ -38416,9 +38326,9 @@ AddressForm.reducer = reducer;
|
|
|
38416
38326
|
AddressForm.mapStateToProps = mapStateToProps$1;
|
|
38417
38327
|
AddressForm.mapDispatchToProps = mapDispatchToProps;
|
|
38418
38328
|
|
|
38419
|
-
var backgroundColor$
|
|
38420
|
-
var fallbackValues$
|
|
38421
|
-
backgroundColor: backgroundColor$
|
|
38329
|
+
var backgroundColor$6 = "#ebeffb";
|
|
38330
|
+
var fallbackValues$A = {
|
|
38331
|
+
backgroundColor: backgroundColor$6
|
|
38422
38332
|
};
|
|
38423
38333
|
|
|
38424
38334
|
var Banner = function Banner(_ref) {
|
|
@@ -38469,7 +38379,7 @@ var Banner = function Banner(_ref) {
|
|
|
38469
38379
|
}, /*#__PURE__*/React__default.createElement(Image, null))));
|
|
38470
38380
|
};
|
|
38471
38381
|
|
|
38472
|
-
var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$
|
|
38382
|
+
var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$A);
|
|
38473
38383
|
|
|
38474
38384
|
var ChangePasswordForm = function ChangePasswordForm(_ref) {
|
|
38475
38385
|
var _newPasswordErrorMess;
|
|
@@ -38611,7 +38521,7 @@ ChangePasswordForm.mapDispatchToProps = mapDispatchToProps$1;
|
|
|
38611
38521
|
var titleColor$1 = "#292A33";
|
|
38612
38522
|
var headingBackgroundColor = "transparent";
|
|
38613
38523
|
var bodyBackgroundColor = "transparent";
|
|
38614
|
-
var fallbackValues$
|
|
38524
|
+
var fallbackValues$B = {
|
|
38615
38525
|
titleColor: titleColor$1,
|
|
38616
38526
|
headingBackgroundColor: headingBackgroundColor,
|
|
38617
38527
|
bodyBackgroundColor: bodyBackgroundColor
|
|
@@ -38738,7 +38648,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
|
|
|
38738
38648
|
}, children))));
|
|
38739
38649
|
};
|
|
38740
38650
|
|
|
38741
|
-
var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$
|
|
38651
|
+
var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$B);
|
|
38742
38652
|
|
|
38743
38653
|
var ClipboardIcon = function ClipboardIcon(_ref) {
|
|
38744
38654
|
var themeValues = _ref.themeValues;
|
|
@@ -39324,7 +39234,7 @@ EmailForm.mapDispatchToProps = mapDispatchToProps$3;
|
|
|
39324
39234
|
|
|
39325
39235
|
var footerBackgroundColor = BRIGHT_GREY;
|
|
39326
39236
|
var subfooterBackgroundColor = STORM_GREY;
|
|
39327
|
-
var fallbackValues$
|
|
39237
|
+
var fallbackValues$C = {
|
|
39328
39238
|
footerBackgroundColor: footerBackgroundColor,
|
|
39329
39239
|
subfooterBackgroundColor: subfooterBackgroundColor
|
|
39330
39240
|
};
|
|
@@ -39356,7 +39266,7 @@ var FooterWithSubfooter = function FooterWithSubfooter(_ref) {
|
|
|
39356
39266
|
}));
|
|
39357
39267
|
};
|
|
39358
39268
|
|
|
39359
|
-
var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$
|
|
39269
|
+
var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$C);
|
|
39360
39270
|
|
|
39361
39271
|
var ForgotPasswordForm = function ForgotPasswordForm(_ref) {
|
|
39362
39272
|
var _EmailErrorMessages;
|
|
@@ -39407,10 +39317,10 @@ ForgotPasswordForm.mapStateToProps = mapStateToProps$5;
|
|
|
39407
39317
|
ForgotPasswordForm.mapDispatchToProps = mapDispatchToProps$4;
|
|
39408
39318
|
|
|
39409
39319
|
var textColor$4 = "#ffffff";
|
|
39410
|
-
var backgroundColor$
|
|
39411
|
-
var fallbackValues$
|
|
39320
|
+
var backgroundColor$7 = "#182848";
|
|
39321
|
+
var fallbackValues$D = {
|
|
39412
39322
|
textColor: textColor$4,
|
|
39413
|
-
backgroundColor: backgroundColor$
|
|
39323
|
+
backgroundColor: backgroundColor$7
|
|
39414
39324
|
};
|
|
39415
39325
|
|
|
39416
39326
|
var HighlightTabRow = function HighlightTabRow(_ref) {
|
|
@@ -39465,7 +39375,7 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
|
|
|
39465
39375
|
}), repeat( /*#__PURE__*/React__default.createElement(Box, null), boxesAfter))));
|
|
39466
39376
|
};
|
|
39467
39377
|
|
|
39468
|
-
var HighlightTabRow$1 = /*#__PURE__*/React.memo(themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$
|
|
39378
|
+
var HighlightTabRow$1 = /*#__PURE__*/React.memo(themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$D));
|
|
39469
39379
|
|
|
39470
39380
|
var AccountBillIcon = function AccountBillIcon() {
|
|
39471
39381
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
@@ -44612,12 +44522,12 @@ var borderRadius = {
|
|
|
44612
44522
|
largeTitle: "0.25rem",
|
|
44613
44523
|
small: "0.25rem"
|
|
44614
44524
|
};
|
|
44615
|
-
var backgroundColor$
|
|
44525
|
+
var backgroundColor$8 = {
|
|
44616
44526
|
"default": WHITE,
|
|
44617
44527
|
largeTitle: WHITE,
|
|
44618
44528
|
small: WHITE
|
|
44619
44529
|
};
|
|
44620
|
-
var fallbackValues$
|
|
44530
|
+
var fallbackValues$E = {
|
|
44621
44531
|
fontSize: fontSize$9,
|
|
44622
44532
|
fontWeight: fontWeight$5,
|
|
44623
44533
|
fontColor: fontColor,
|
|
@@ -44627,7 +44537,7 @@ var fallbackValues$G = {
|
|
|
44627
44537
|
titleSpacing: titleSpacing,
|
|
44628
44538
|
boxShadow: boxShadow$1,
|
|
44629
44539
|
borderRadius: borderRadius,
|
|
44630
|
-
backgroundColor: backgroundColor$
|
|
44540
|
+
backgroundColor: backgroundColor$8
|
|
44631
44541
|
};
|
|
44632
44542
|
|
|
44633
44543
|
/*
|
|
@@ -44676,9 +44586,9 @@ var Module = function Module(_ref) {
|
|
|
44676
44586
|
}, children)));
|
|
44677
44587
|
};
|
|
44678
44588
|
|
|
44679
|
-
var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$
|
|
44589
|
+
var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$E, "default"));
|
|
44680
44590
|
|
|
44681
|
-
var backgroundColor$
|
|
44591
|
+
var backgroundColor$9 = {
|
|
44682
44592
|
profile: "#3b414d",
|
|
44683
44593
|
cms: "#3b414d"
|
|
44684
44594
|
};
|
|
@@ -44686,8 +44596,8 @@ var shadowColor = {
|
|
|
44686
44596
|
profile: "#292A33",
|
|
44687
44597
|
cms: "#292A33"
|
|
44688
44598
|
};
|
|
44689
|
-
var fallbackValues$
|
|
44690
|
-
backgroundColor: backgroundColor$
|
|
44599
|
+
var fallbackValues$F = {
|
|
44600
|
+
backgroundColor: backgroundColor$9,
|
|
44691
44601
|
shadowColor: shadowColor
|
|
44692
44602
|
};
|
|
44693
44603
|
|
|
@@ -44727,7 +44637,7 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
|
|
|
44727
44637
|
}, menuContent));
|
|
44728
44638
|
};
|
|
44729
44639
|
|
|
44730
|
-
var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$
|
|
44640
|
+
var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$F, "profile");
|
|
44731
44641
|
|
|
44732
44642
|
var menu = posed.div({
|
|
44733
44643
|
invisible: {
|
|
@@ -44783,7 +44693,7 @@ var NavMenuMobile = function NavMenuMobile(_ref) {
|
|
|
44783
44693
|
}, menuContent));
|
|
44784
44694
|
};
|
|
44785
44695
|
|
|
44786
|
-
var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$
|
|
44696
|
+
var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$F, "profile");
|
|
44787
44697
|
|
|
44788
44698
|
var ACH_METHOD = "BANK_ACCOUNT";
|
|
44789
44699
|
var CC_METHOD = "CREDIT_CARD";
|
|
@@ -44844,7 +44754,7 @@ var activeColor$7 = "#0E506D";
|
|
|
44844
44754
|
var linkColor$4 = "#3176AA";
|
|
44845
44755
|
var fontWeight$6 = FONT_WEIGHT_REGULAR;
|
|
44846
44756
|
var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
|
|
44847
|
-
var fallbackValues$
|
|
44757
|
+
var fallbackValues$G = {
|
|
44848
44758
|
color: color$a,
|
|
44849
44759
|
hoverColor: hoverColor$5,
|
|
44850
44760
|
activeColor: activeColor$7,
|
|
@@ -44970,7 +44880,7 @@ var AutopayModal = function AutopayModal(_ref) {
|
|
|
44970
44880
|
}, modalExtraProps), renderAutoPayControl());
|
|
44971
44881
|
};
|
|
44972
44882
|
|
|
44973
|
-
var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$
|
|
44883
|
+
var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$G);
|
|
44974
44884
|
|
|
44975
44885
|
var AmountModule = function AmountModule(_ref) {
|
|
44976
44886
|
var totalAmountDue = _ref.totalAmountDue,
|
|
@@ -45808,7 +45718,7 @@ var PaymentButtonBar = function PaymentButtonBar(_ref) {
|
|
|
45808
45718
|
}, backButton, !hideForwardButton && /*#__PURE__*/React__default.createElement(React.Fragment, null, forwardButton))));
|
|
45809
45719
|
};
|
|
45810
45720
|
|
|
45811
|
-
var backgroundColor$
|
|
45721
|
+
var backgroundColor$a = {
|
|
45812
45722
|
"default": "transparent",
|
|
45813
45723
|
small: "transparent"
|
|
45814
45724
|
};
|
|
@@ -45824,14 +45734,14 @@ var labeledAmountTotal = {
|
|
|
45824
45734
|
"default": "h6",
|
|
45825
45735
|
small: "p"
|
|
45826
45736
|
};
|
|
45827
|
-
var fallbackValues$
|
|
45828
|
-
backgroundColor: backgroundColor$
|
|
45737
|
+
var fallbackValues$H = {
|
|
45738
|
+
backgroundColor: backgroundColor$a,
|
|
45829
45739
|
lineItem: lineItem,
|
|
45830
45740
|
labeledAmountSubtotal: labeledAmountSubtotal,
|
|
45831
45741
|
labeledAmountTotal: labeledAmountTotal
|
|
45832
45742
|
};
|
|
45833
45743
|
|
|
45834
|
-
var _excluded$
|
|
45744
|
+
var _excluded$w = ["amount"],
|
|
45835
45745
|
_excluded2$1 = ["amount"];
|
|
45836
45746
|
|
|
45837
45747
|
var PaymentDetailsContent = function PaymentDetailsContent(_ref) {
|
|
@@ -45976,7 +45886,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
|
|
|
45976
45886
|
return fee.amount > 0;
|
|
45977
45887
|
}).map(function (_ref5) {
|
|
45978
45888
|
var amount = _ref5.amount,
|
|
45979
|
-
rest = _objectWithoutProperties(_ref5, _excluded$
|
|
45889
|
+
rest = _objectWithoutProperties(_ref5, _excluded$w);
|
|
45980
45890
|
|
|
45981
45891
|
return _objectSpread2(_objectSpread2({}, rest), {}, {
|
|
45982
45892
|
amount: displayCurrency(amount)
|
|
@@ -46075,7 +45985,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
|
|
|
46075
45985
|
});
|
|
46076
45986
|
};
|
|
46077
45987
|
|
|
46078
|
-
var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$
|
|
45988
|
+
var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$H, "default");
|
|
46079
45989
|
|
|
46080
45990
|
var linkColor$5 = {
|
|
46081
45991
|
"default": "#3176AA"
|
|
@@ -46092,7 +46002,7 @@ var fontWeight$7 = {
|
|
|
46092
46002
|
var modalLinkHoverFocus$1 = {
|
|
46093
46003
|
"default": "outline: none; text-decoration: underline;"
|
|
46094
46004
|
};
|
|
46095
|
-
var fallbackValues$
|
|
46005
|
+
var fallbackValues$I = {
|
|
46096
46006
|
linkColor: linkColor$5,
|
|
46097
46007
|
fontSize: fontSize$a,
|
|
46098
46008
|
lineHeight: lineHeight$4,
|
|
@@ -46151,7 +46061,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
|
|
|
46151
46061
|
}, link));
|
|
46152
46062
|
};
|
|
46153
46063
|
|
|
46154
|
-
var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$
|
|
46064
|
+
var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$I, "default");
|
|
46155
46065
|
|
|
46156
46066
|
var PaymentFormACH = function PaymentFormACH(_ref) {
|
|
46157
46067
|
var _routingNumberErrors, _accountNumberErrors;
|
|
@@ -46755,13 +46665,13 @@ var RadioGroup = function RadioGroup(_ref) {
|
|
|
46755
46665
|
var headingBackgroundColor$1 = "".concat(WHITE);
|
|
46756
46666
|
var headingDisabledColor = "".concat(ATHENS_GREY);
|
|
46757
46667
|
var bodyBackgroundColor$1 = "#eeeeee";
|
|
46758
|
-
var borderColor$
|
|
46668
|
+
var borderColor$3 = "".concat(GREY_CHATEAU);
|
|
46759
46669
|
var focusStyles = "outline: none;";
|
|
46760
|
-
var fallbackValues$
|
|
46670
|
+
var fallbackValues$J = {
|
|
46761
46671
|
headingBackgroundColor: headingBackgroundColor$1,
|
|
46762
46672
|
headingDisabledColor: headingDisabledColor,
|
|
46763
46673
|
bodyBackgroundColor: bodyBackgroundColor$1,
|
|
46764
|
-
borderColor: borderColor$
|
|
46674
|
+
borderColor: borderColor$3,
|
|
46765
46675
|
focusStyles: focusStyles
|
|
46766
46676
|
};
|
|
46767
46677
|
|
|
@@ -46945,7 +46855,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
46945
46855
|
})));
|
|
46946
46856
|
};
|
|
46947
46857
|
|
|
46948
|
-
var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$
|
|
46858
|
+
var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$J);
|
|
46949
46859
|
|
|
46950
46860
|
var RegistrationForm = function RegistrationForm(_ref) {
|
|
46951
46861
|
var _emailErrorMessages, _passwordErrorMessage;
|
|
@@ -47242,7 +47152,7 @@ var ResetPasswordSuccess = withWindowSize(ResetConfirmationForm$2);
|
|
|
47242
47152
|
var activeTabBackground = "#FFFFFF";
|
|
47243
47153
|
var activeTabAccent = "#15749D";
|
|
47244
47154
|
var activeTabHover = "#B8D5E1";
|
|
47245
|
-
var fallbackValues$
|
|
47155
|
+
var fallbackValues$K = {
|
|
47246
47156
|
activeTabBackground: activeTabBackground,
|
|
47247
47157
|
activeTabAccent: activeTabAccent,
|
|
47248
47158
|
activeTabHover: activeTabHover
|
|
@@ -47321,12 +47231,12 @@ var Tabs = function Tabs(_ref) {
|
|
|
47321
47231
|
}))));
|
|
47322
47232
|
};
|
|
47323
47233
|
|
|
47324
|
-
var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$
|
|
47234
|
+
var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$K);
|
|
47325
47235
|
|
|
47326
47236
|
var activeTabBackground$1 = "#FFFFFF";
|
|
47327
47237
|
var activeTabAccent$1 = "#15749D";
|
|
47328
47238
|
var activeTabHover$1 = "#B8D5E1";
|
|
47329
|
-
var fallbackValues$
|
|
47239
|
+
var fallbackValues$L = {
|
|
47330
47240
|
activeTabBackground: activeTabBackground$1,
|
|
47331
47241
|
activeTabAccent: activeTabAccent$1,
|
|
47332
47242
|
activeTabHover: activeTabHover$1
|
|
@@ -47382,9 +47292,9 @@ var TabSidebar = function TabSidebar(_ref) {
|
|
|
47382
47292
|
})));
|
|
47383
47293
|
};
|
|
47384
47294
|
|
|
47385
|
-
var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$
|
|
47295
|
+
var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$L);
|
|
47386
47296
|
|
|
47387
|
-
var backgroundColor$
|
|
47297
|
+
var backgroundColor$b = {
|
|
47388
47298
|
"default": "#ffffff",
|
|
47389
47299
|
footer: "#ffffff"
|
|
47390
47300
|
};
|
|
@@ -47413,8 +47323,8 @@ var modalLinkHoverFocus$2 = {
|
|
|
47413
47323
|
"default": standardInteractionStyles,
|
|
47414
47324
|
footer: standardInteractionStyles
|
|
47415
47325
|
};
|
|
47416
|
-
var fallbackValues$
|
|
47417
|
-
backgroundColor: backgroundColor$
|
|
47326
|
+
var fallbackValues$M = {
|
|
47327
|
+
backgroundColor: backgroundColor$b,
|
|
47418
47328
|
linkColor: linkColor$6,
|
|
47419
47329
|
border: border$3,
|
|
47420
47330
|
fontSize: fontSize$b,
|
|
@@ -47475,7 +47385,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
|
|
|
47475
47385
|
}, link));
|
|
47476
47386
|
};
|
|
47477
47387
|
|
|
47478
|
-
var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$
|
|
47388
|
+
var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$M, "default");
|
|
47479
47389
|
|
|
47480
47390
|
var TermsAndConditions = function TermsAndConditions(_ref) {
|
|
47481
47391
|
var onCheck = _ref.onCheck,
|
|
@@ -47550,7 +47460,7 @@ var fontColor$1 = WHITE;
|
|
|
47550
47460
|
var textAlign$1 = "left";
|
|
47551
47461
|
var headerBackgroundColor$1 = BRIGHT_GREY;
|
|
47552
47462
|
var imageBackgroundColor$1 = MATISSE_BLUE;
|
|
47553
|
-
var fallbackValues$
|
|
47463
|
+
var fallbackValues$N = {
|
|
47554
47464
|
fontWeight: fontWeight$9,
|
|
47555
47465
|
fontColor: fontColor$1,
|
|
47556
47466
|
textAlign: textAlign$1,
|
|
@@ -47597,7 +47507,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
|
|
|
47597
47507
|
})))));
|
|
47598
47508
|
};
|
|
47599
47509
|
|
|
47600
|
-
var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$
|
|
47510
|
+
var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$N));
|
|
47601
47511
|
|
|
47602
47512
|
var WorkflowTile = function WorkflowTile(_ref) {
|
|
47603
47513
|
var _ref$workflowName = _ref.workflowName,
|
|
@@ -47652,7 +47562,7 @@ var WorkflowTile = function WorkflowTile(_ref) {
|
|
|
47652
47562
|
};
|
|
47653
47563
|
|
|
47654
47564
|
var pageBackground = "#FBFCFD";
|
|
47655
|
-
var fallbackValues$
|
|
47565
|
+
var fallbackValues$O = {
|
|
47656
47566
|
pageBackground: pageBackground
|
|
47657
47567
|
};
|
|
47658
47568
|
|
|
@@ -47699,7 +47609,7 @@ var CenterSingle = function CenterSingle(_ref) {
|
|
|
47699
47609
|
})));
|
|
47700
47610
|
};
|
|
47701
47611
|
|
|
47702
|
-
var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$
|
|
47612
|
+
var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$O));
|
|
47703
47613
|
|
|
47704
47614
|
var CenterStack = function CenterStack(_ref) {
|
|
47705
47615
|
var header = _ref.header,
|
|
@@ -47741,7 +47651,7 @@ var CenterStack = function CenterStack(_ref) {
|
|
|
47741
47651
|
})));
|
|
47742
47652
|
};
|
|
47743
47653
|
|
|
47744
|
-
var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$
|
|
47654
|
+
var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$O));
|
|
47745
47655
|
|
|
47746
47656
|
var CenterSingle$2 = function CenterSingle(_ref) {
|
|
47747
47657
|
var header = _ref.header,
|
|
@@ -47786,7 +47696,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
|
|
|
47786
47696
|
})));
|
|
47787
47697
|
};
|
|
47788
47698
|
|
|
47789
|
-
var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$
|
|
47699
|
+
var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$O));
|
|
47790
47700
|
|
|
47791
47701
|
var SidebarSingleContent = function SidebarSingleContent(_ref) {
|
|
47792
47702
|
var header = _ref.header,
|
|
@@ -47840,7 +47750,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
|
|
|
47840
47750
|
})));
|
|
47841
47751
|
};
|
|
47842
47752
|
|
|
47843
|
-
var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$
|
|
47753
|
+
var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$O));
|
|
47844
47754
|
|
|
47845
47755
|
var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
47846
47756
|
var header = _ref.header,
|
|
@@ -47911,7 +47821,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
|
47911
47821
|
})));
|
|
47912
47822
|
};
|
|
47913
47823
|
|
|
47914
|
-
var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$
|
|
47824
|
+
var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$O));
|
|
47915
47825
|
|
|
47916
47826
|
exports.AccountNumberImage = AccountNumberImage;
|
|
47917
47827
|
exports.AccountsAddIcon = AccountsAddIcon$1;
|
|
@@ -47989,6 +47899,7 @@ exports.GuidedCheckoutImage = GuidedCheckoutImage;
|
|
|
47989
47899
|
exports.HamburgerButton = HamburgerButton;
|
|
47990
47900
|
exports.Heading = Heading$1;
|
|
47991
47901
|
exports.HighlightTabRow = HighlightTabRow$1;
|
|
47902
|
+
exports.HistoryIconSmall = HistoryIconSmall$1;
|
|
47992
47903
|
exports.IconAdd = IconAdd;
|
|
47993
47904
|
exports.IconQuitLarge = IconQuitLarge;
|
|
47994
47905
|
exports.Imposter = Imposter;
|
|
@@ -48067,13 +47978,7 @@ exports.StatusUnknownIcon = StatusUnknownIcon;
|
|
|
48067
47978
|
exports.SuccessfulIcon = SuccessfulIcon;
|
|
48068
47979
|
exports.Switcher = Switcher;
|
|
48069
47980
|
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;
|
|
48075
47981
|
exports.TableListItem = TableListItem;
|
|
48076
|
-
exports.TableRow = TableRowWrapper;
|
|
48077
47982
|
exports.Tabs = Tabs$1;
|
|
48078
47983
|
exports.TermsAndConditions = TermsAndConditions;
|
|
48079
47984
|
exports.TermsAndConditionsModal = TermsAndConditionsModal$1;
|