@thecb/components 8.2.2 → 8.3.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 +201 -120
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +200 -121
- package/dist/index.esm.js.map +1 -1
- package/dist/src/apps/checkout/pages/payment/sub-pages/payment-amount/PaymentAmount_old.js +49322 -0
- package/package.json +1 -1
- package/src/.DS_Store +0 -0
- package/src/components/.DS_Store +0 -0
- package/src/components/atoms/.DS_Store +0 -0
- package/src/components/atoms/badge/Badge.js +40 -0
- package/src/components/atoms/badge/Badge.stories.js +32 -0
- package/src/components/atoms/badge/Badge.theme.js +29 -0
- package/src/components/atoms/badge/index.d.ts +10 -0
- package/src/components/atoms/badge/index.js +3 -0
- package/src/components/atoms/icons/.DS_Store +0 -0
- package/src/components/atoms/icons/AutopayIcon.js +32 -0
- package/src/components/atoms/icons/icons.stories.js +3 -1
- package/src/components/atoms/icons/index.js +2 -0
- package/src/components/atoms/index.js +1 -0
- package/src/constants/colors.js +4 -0
- /package/src/components/atoms/icons/{ExternalLinkicon.js → ExternalLinkIcon.js} +0 -0
package/dist/index.cjs.js
CHANGED
|
@@ -5013,9 +5013,11 @@ var FOAM_BLUE = "#EFF4FD";
|
|
|
5013
5013
|
var CELLO_BLUE = "#214566";
|
|
5014
5014
|
var BOSTON_BLUE = "#357fb8";
|
|
5015
5015
|
var INFO_BLUE = "#E4F4FD";
|
|
5016
|
+
var CORNFLOWER_BLUE = "#EBEFFB";
|
|
5016
5017
|
var HOVER_LIGHT_BLUE = "#EFFAFF";
|
|
5017
5018
|
var MATISSE_BLUE = "#15749D";
|
|
5018
5019
|
var ROYAL_BLUE = "#3181E3";
|
|
5020
|
+
var ROYAL_BLUE_VIVID = "#3B5BDB";
|
|
5019
5021
|
var ASTRAL_BLUE = "#3176AA";
|
|
5020
5022
|
var SAPPHIRE_BLUE = "#116285";
|
|
5021
5023
|
var PEACOCK_BLUE = "#0E506D"; // GREEN
|
|
@@ -5107,6 +5109,7 @@ var colors = /*#__PURE__*/Object.freeze({
|
|
|
5107
5109
|
AQUA_HAZE_WHITE: AQUA_HAZE_WHITE,
|
|
5108
5110
|
BLEACH_WHITE: BLEACH_WHITE,
|
|
5109
5111
|
CATSKILL_WHITE: CATSKILL_WHITE,
|
|
5112
|
+
CORNFLOWER_BLUE: CORNFLOWER_BLUE,
|
|
5110
5113
|
HALF_COLONIAL_WHITE: HALF_COLONIAL_WHITE,
|
|
5111
5114
|
ATHENS_GREY: ATHENS_GREY,
|
|
5112
5115
|
ALTO_GREY: ALTO_GREY,
|
|
@@ -5145,6 +5148,7 @@ var colors = /*#__PURE__*/Object.freeze({
|
|
|
5145
5148
|
HOVER_LIGHT_BLUE: HOVER_LIGHT_BLUE,
|
|
5146
5149
|
MATISSE_BLUE: MATISSE_BLUE,
|
|
5147
5150
|
ROYAL_BLUE: ROYAL_BLUE,
|
|
5151
|
+
ROYAL_BLUE_VIVID: ROYAL_BLUE_VIVID,
|
|
5148
5152
|
ASTRAL_BLUE: ASTRAL_BLUE,
|
|
5149
5153
|
SAPPHIRE_BLUE: SAPPHIRE_BLUE,
|
|
5150
5154
|
PEACOCK_BLUE: PEACOCK_BLUE,
|
|
@@ -13029,6 +13033,36 @@ var AccountsIcon = function AccountsIcon(_ref) {
|
|
|
13029
13033
|
|
|
13030
13034
|
var AccountsIcon$1 = themeComponent(AccountsIcon, "Icons", fallbackValues$2, "info");
|
|
13031
13035
|
|
|
13036
|
+
var AutopayIcon = function AutopayIcon(_ref) {
|
|
13037
|
+
var _ref$fill = _ref.fill,
|
|
13038
|
+
fill = _ref$fill === void 0 ? "#317D4F" : _ref$fill;
|
|
13039
|
+
return /*#__PURE__*/React__default.createElement("svg", {
|
|
13040
|
+
width: "16",
|
|
13041
|
+
height: "16",
|
|
13042
|
+
viewBox: "0 0 16 16",
|
|
13043
|
+
fill: "none",
|
|
13044
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
13045
|
+
}, /*#__PURE__*/React__default.createElement("mask", {
|
|
13046
|
+
id: "mask0_5560_39870",
|
|
13047
|
+
style: {
|
|
13048
|
+
maskType: "luminance"
|
|
13049
|
+
},
|
|
13050
|
+
maskUnits: "userSpaceOnUse",
|
|
13051
|
+
x: "3",
|
|
13052
|
+
y: "3",
|
|
13053
|
+
width: "10",
|
|
13054
|
+
height: "10"
|
|
13055
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
13056
|
+
d: "M4.81368 7.38351C4.87789 7.38351 4.92927 7.36745 4.9678 7.33535C5.00633 7.30324 5.03202 7.2615 5.04486 7.21012C5.22467 6.49089 5.60677 5.9033 6.19114 5.44736C6.77552 4.99142 7.44018 4.76344 8.1851 4.76344C8.59609 4.76344 8.99103 4.83729 9.36991 4.98499C9.74879 5.13269 10.0924 5.34782 10.4006 5.63038L9.59146 6.43951C9.50155 6.52942 9.45661 6.63859 9.45661 6.76702C9.45661 6.89546 9.50155 7.00463 9.59146 7.09453C9.68136 7.18443 9.79054 7.22939 9.91897 7.22939L12.5005 7.22939C12.629 7.22939 12.7381 7.18443 12.828 7.09453C12.9179 7.00463 12.9629 6.89546 12.9629 6.76702L12.9629 4.18548C12.9629 4.05705 12.9179 3.94788 12.828 3.85797C12.7381 3.76807 12.629 3.72312 12.5005 3.72312C12.3721 3.72312 12.2629 3.76807 12.173 3.85797L11.4795 4.55152C11.0428 4.12769 10.5419 3.80018 9.97677 3.569C9.41166 3.33781 8.81443 3.22222 8.1851 3.22222C7.41449 3.22222 6.69846 3.3924 6.03702 3.73275C5.37558 4.0731 4.82009 4.53868 4.37057 5.12948C3.92105 5.72028 3.62565 6.38172 3.48437 7.1138C3.47153 7.17801 3.48759 7.23902 3.53253 7.29682C3.57749 7.35461 3.63849 7.38351 3.71555 7.38351L4.81368 7.38351ZM8.1851 12.7778C8.95571 12.7778 9.67173 12.6076 10.3332 12.2672C10.9946 11.9269 11.5501 11.4613 11.9996 10.8705C12.4491 10.2797 12.7445 9.61827 12.8858 8.88619C12.8987 8.82197 12.8826 8.76097 12.8377 8.70317C12.7927 8.64537 12.7317 8.61648 12.6546 8.61648H11.5565C11.4923 8.61648 11.4409 8.63253 11.4024 8.66464C11.3639 8.69675 11.3382 8.73849 11.3253 8.78986C11.1455 9.5091 10.7634 10.0967 10.1791 10.5526C9.59467 11.0086 8.93002 11.2366 8.1851 11.2366C7.77411 11.2366 7.37916 11.1627 7.00028 11.015C6.6214 10.8673 6.27784 10.6522 5.96959 10.3696L6.77873 9.56048C6.86864 9.47057 6.91359 9.3614 6.91359 9.23297C6.91359 9.10453 6.86864 8.99536 6.77873 8.90546C6.68882 8.81555 6.57966 8.7706 6.45122 8.7706H3.86968C3.74124 8.7706 3.63207 8.81555 3.54217 8.90546C3.45227 8.99536 3.40731 9.10453 3.40731 9.23297L3.40731 11.8145C3.40731 11.9429 3.45226 12.0521 3.54217 12.142C3.63207 12.2319 3.74124 12.2769 3.86968 12.2769C3.99811 12.2769 4.10728 12.2319 4.19719 12.142L4.89074 11.4485C5.32742 11.8723 5.82831 12.1998 6.39343 12.431C6.95854 12.6622 7.55577 12.7778 8.1851 12.7778Z",
|
|
13057
|
+
fill: "white"
|
|
13058
|
+
})), /*#__PURE__*/React__default.createElement("g", {
|
|
13059
|
+
mask: "url(#mask0_5560_39870)"
|
|
13060
|
+
}, /*#__PURE__*/React__default.createElement("path", {
|
|
13061
|
+
d: "M0 0H16V16H0V0Z",
|
|
13062
|
+
fill: fill
|
|
13063
|
+
})));
|
|
13064
|
+
};
|
|
13065
|
+
|
|
13032
13066
|
var AccountsAddIcon = function AccountsAddIcon(_ref) {
|
|
13033
13067
|
var themeValues = _ref.themeValues;
|
|
13034
13068
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
@@ -18758,6 +18792,51 @@ var AmountCallout = function AmountCallout(_ref) {
|
|
|
18758
18792
|
|
|
18759
18793
|
var AmountCallout$1 = themeComponent(AmountCallout, "AmountCallout", fallbackValues$6);
|
|
18760
18794
|
|
|
18795
|
+
var background$1 = {
|
|
18796
|
+
info: "".concat(INFO_BLUE),
|
|
18797
|
+
warn: "".concat(HALF_COLONIAL_WHITE),
|
|
18798
|
+
primary: "".concat(CORNFLOWER_BLUE),
|
|
18799
|
+
success: "".concat(HINT_GREEN)
|
|
18800
|
+
};
|
|
18801
|
+
var color$4 = {
|
|
18802
|
+
info: "".concat(MATISSE_BLUE),
|
|
18803
|
+
warn: "".concat(ZEST_ORANGE),
|
|
18804
|
+
primary: "".concat(ROYAL_BLUE_VIVID),
|
|
18805
|
+
success: "".concat(SEA_GREEN)
|
|
18806
|
+
};
|
|
18807
|
+
var fallbackValues$7 = {
|
|
18808
|
+
background: background$1,
|
|
18809
|
+
color: color$4
|
|
18810
|
+
};
|
|
18811
|
+
|
|
18812
|
+
var StyledBadgeContainer = styled__default(Box).withConfig({
|
|
18813
|
+
displayName: "Badge__StyledBadgeContainer",
|
|
18814
|
+
componentId: "sc-1g438j-0"
|
|
18815
|
+
})(["display:inline-flex;padding:2px 8px;align-items:center;align-self:flex-start;gap:4px;border-radius:4px;"]);
|
|
18816
|
+
var StyledBadge = styled__default(Text$1).withConfig({
|
|
18817
|
+
displayName: "Badge__StyledBadge",
|
|
18818
|
+
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;}"]);
|
|
18820
|
+
|
|
18821
|
+
var Badge = function Badge(_ref) {
|
|
18822
|
+
var label = _ref.label,
|
|
18823
|
+
Icon = _ref.Icon,
|
|
18824
|
+
themeValues = _ref.themeValues,
|
|
18825
|
+
_ref$iconOnLeft = _ref.iconOnLeft,
|
|
18826
|
+
iconOnLeft = _ref$iconOnLeft === void 0 ? true : _ref$iconOnLeft;
|
|
18827
|
+
return /*#__PURE__*/React__default.createElement(StyledBadgeContainer, {
|
|
18828
|
+
background: themeValues.background
|
|
18829
|
+
}, iconOnLeft && Icon && /*#__PURE__*/React__default.createElement(Icon, {
|
|
18830
|
+
fill: themeValues.color
|
|
18831
|
+
}), /*#__PURE__*/React__default.createElement(StyledBadge, {
|
|
18832
|
+
color: themeValues.color
|
|
18833
|
+
}, label), !iconOnLeft && Icon && /*#__PURE__*/React__default.createElement(Icon, {
|
|
18834
|
+
fill: themeValues.color
|
|
18835
|
+
}));
|
|
18836
|
+
};
|
|
18837
|
+
|
|
18838
|
+
var Badge$1 = themeComponent(Badge, "Badge", fallbackValues$7, "success");
|
|
18839
|
+
|
|
18761
18840
|
function _extends$1() {
|
|
18762
18841
|
_extends$1 = Object.assign ? Object.assign.bind() : function (target) {
|
|
18763
18842
|
for (var i = 1; i < arguments.length; i++) {
|
|
@@ -19575,7 +19654,7 @@ var curriedTint = /*#__PURE__*/curry
|
|
|
19575
19654
|
var curriedTint$1 = curriedTint;
|
|
19576
19655
|
|
|
19577
19656
|
var linkColor = MATISSE_BLUE;
|
|
19578
|
-
var fallbackValues$
|
|
19657
|
+
var fallbackValues$8 = {
|
|
19579
19658
|
linkColor: linkColor
|
|
19580
19659
|
};
|
|
19581
19660
|
|
|
@@ -19602,7 +19681,7 @@ var BoxWithShadow = function BoxWithShadow(_ref) {
|
|
|
19602
19681
|
}, props), children);
|
|
19603
19682
|
};
|
|
19604
19683
|
|
|
19605
|
-
var BoxWithShadow$1 = themeComponent(BoxWithShadow, "BoxWithShadow", fallbackValues$
|
|
19684
|
+
var BoxWithShadow$1 = themeComponent(BoxWithShadow, "BoxWithShadow", fallbackValues$8);
|
|
19606
19685
|
|
|
19607
19686
|
// import theme from "styled-theming";
|
|
19608
19687
|
/*
|
|
@@ -19610,7 +19689,7 @@ var BoxWithShadow$1 = themeComponent(BoxWithShadow, "BoxWithShadow", fallbackVal
|
|
|
19610
19689
|
for colors/values that should be used here instead
|
|
19611
19690
|
*/
|
|
19612
19691
|
|
|
19613
|
-
var color$
|
|
19692
|
+
var color$5 = "".concat(MATISSE_BLUE);
|
|
19614
19693
|
var activeColor$2 = "".concat(STORM_GREY);
|
|
19615
19694
|
var activeBreadcrumbColor = "".concat(STORM_GREY);
|
|
19616
19695
|
var fontSize$2 = "0.875rem";
|
|
@@ -19618,8 +19697,8 @@ var lineHeight = "1.25rem";
|
|
|
19618
19697
|
var fontWeight$1 = "400";
|
|
19619
19698
|
var margin = "0.5rem";
|
|
19620
19699
|
var hover = "text-decoration: none;";
|
|
19621
|
-
var fallbackValues$
|
|
19622
|
-
color: color$
|
|
19700
|
+
var fallbackValues$9 = {
|
|
19701
|
+
color: color$5,
|
|
19623
19702
|
activeColor: activeColor$2,
|
|
19624
19703
|
activeBreadcrumbColor: activeBreadcrumbColor,
|
|
19625
19704
|
fontSize: fontSize$2,
|
|
@@ -19636,7 +19715,7 @@ var fontFamily$2 = {
|
|
|
19636
19715
|
var hoverColor$2 = "#116285";
|
|
19637
19716
|
var activeColor$3 = "#0E506D";
|
|
19638
19717
|
var externalLinkColor = "#15749D";
|
|
19639
|
-
var fallbackValues$
|
|
19718
|
+
var fallbackValues$a = {
|
|
19640
19719
|
fontFamily: fontFamily$2,
|
|
19641
19720
|
hoverColor: hoverColor$2,
|
|
19642
19721
|
activeColor: activeColor$3,
|
|
@@ -19711,7 +19790,7 @@ var ExternalLink = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
19711
19790
|
ariaLabel = _ref.ariaLabel,
|
|
19712
19791
|
children = _ref.children;
|
|
19713
19792
|
var themeContext = React.useContext(styled.ThemeContext);
|
|
19714
|
-
var themeValues = createThemeValues(themeContext, fallbackValues$
|
|
19793
|
+
var themeValues = createThemeValues(themeContext, fallbackValues$a, "Link", variant);
|
|
19715
19794
|
return /*#__PURE__*/React__default.createElement(StyledExternalLink, {
|
|
19716
19795
|
href: href,
|
|
19717
19796
|
target: newTab ? "_blank" : "",
|
|
@@ -19803,7 +19882,7 @@ var InternalLink = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
19803
19882
|
_ref$extraStyles = _ref.extraStyles,
|
|
19804
19883
|
extraStyles = _ref$extraStyles === void 0 ? "" : _ref$extraStyles;
|
|
19805
19884
|
var themeContext = React.useContext(styled.ThemeContext);
|
|
19806
|
-
var themeValues = createThemeValues(themeContext, fallbackValues$
|
|
19885
|
+
var themeValues = createThemeValues(themeContext, fallbackValues$a, "Link", variant);
|
|
19807
19886
|
return /*#__PURE__*/React__default.createElement(StyledInternalLink, {
|
|
19808
19887
|
to: to,
|
|
19809
19888
|
color: color,
|
|
@@ -19826,7 +19905,7 @@ var Breadcrumbs = function Breadcrumbs(_ref) {
|
|
|
19826
19905
|
var _ref$breadcrumbsList = _ref.breadcrumbsList,
|
|
19827
19906
|
breadcrumbsList = _ref$breadcrumbsList === void 0 ? [] : _ref$breadcrumbsList;
|
|
19828
19907
|
var themeContext = React.useContext(styled.ThemeContext);
|
|
19829
|
-
var themeValues = createThemeValues(themeContext, fallbackValues$
|
|
19908
|
+
var themeValues = createThemeValues(themeContext, fallbackValues$9, "Breadcrumb");
|
|
19830
19909
|
return /*#__PURE__*/React__default.createElement(Box, {
|
|
19831
19910
|
padding: "0",
|
|
19832
19911
|
as: "nav",
|
|
@@ -21507,7 +21586,7 @@ var fontSize$3 = {
|
|
|
21507
21586
|
pXL: "1.5rem" // 24px
|
|
21508
21587
|
|
|
21509
21588
|
};
|
|
21510
|
-
var fallbackValues$
|
|
21589
|
+
var fallbackValues$b = {
|
|
21511
21590
|
fontFamily: fontFamily$3,
|
|
21512
21591
|
fontSize: fontSize$3
|
|
21513
21592
|
};
|
|
@@ -21564,11 +21643,11 @@ var Paragraph = function Paragraph(_ref) {
|
|
|
21564
21643
|
}, rest), safeChildren(children, /*#__PURE__*/React__default.createElement("span", null)));
|
|
21565
21644
|
};
|
|
21566
21645
|
|
|
21567
|
-
var Paragraph$1 = themeComponent(Paragraph, "Paragraph", fallbackValues$
|
|
21646
|
+
var Paragraph$1 = themeComponent(Paragraph, "Paragraph", fallbackValues$b, "p");
|
|
21568
21647
|
|
|
21569
21648
|
var backgroundColor$1 = WHITE;
|
|
21570
21649
|
var iconBackgroundColor = GRECIAN_GREY;
|
|
21571
|
-
var fallbackValues$
|
|
21650
|
+
var fallbackValues$c = {
|
|
21572
21651
|
backgroundColor: backgroundColor$1,
|
|
21573
21652
|
iconBackgroundColor: iconBackgroundColor
|
|
21574
21653
|
};
|
|
@@ -21711,7 +21790,7 @@ var CardRegistryCard = function CardRegistryCard(_ref2) {
|
|
|
21711
21790
|
}))))));
|
|
21712
21791
|
};
|
|
21713
21792
|
|
|
21714
|
-
var CardRegistryCard$1 = themeComponent(withWindowSize(CardRegistryCard), "CardRegistryCard", fallbackValues$
|
|
21793
|
+
var CardRegistryCard$1 = themeComponent(withWindowSize(CardRegistryCard), "CardRegistryCard", fallbackValues$c);
|
|
21715
21794
|
|
|
21716
21795
|
var cardRegistry = {
|
|
21717
21796
|
accounts: function accounts(props) {
|
|
@@ -21782,7 +21861,7 @@ var checkedStyles = {
|
|
|
21782
21861
|
var defaultStyles = {
|
|
21783
21862
|
"default": "\n background: ".concat(WHITE, "; \n border: 1px solid ").concat(STORM_GREY, ";\n")
|
|
21784
21863
|
};
|
|
21785
|
-
var fallbackValues$
|
|
21864
|
+
var fallbackValues$d = {
|
|
21786
21865
|
backgroundColor: backgroundColor$2,
|
|
21787
21866
|
textFontSize: textFontSize,
|
|
21788
21867
|
textFontWeight: textFontWeight,
|
|
@@ -21923,7 +22002,7 @@ var Checkbox = function Checkbox(_ref4) {
|
|
|
21923
22002
|
}, title)));
|
|
21924
22003
|
};
|
|
21925
22004
|
|
|
21926
|
-
var Checkbox$1 = themeComponent(Checkbox, "Checkbox", fallbackValues$
|
|
22005
|
+
var Checkbox$1 = themeComponent(Checkbox, "Checkbox", fallbackValues$d, "default");
|
|
21927
22006
|
|
|
21928
22007
|
var listBackgroundColor = {
|
|
21929
22008
|
"default": "".concat(ATHENS_GREY),
|
|
@@ -21949,7 +22028,7 @@ var radioButtonInactive = {
|
|
|
21949
22028
|
"default": "".concat(GHOST_GREY),
|
|
21950
22029
|
disabled: "".concat(GHOST_GREY)
|
|
21951
22030
|
};
|
|
21952
|
-
var fallbackValues$
|
|
22031
|
+
var fallbackValues$e = {
|
|
21953
22032
|
listBackgroundColor: listBackgroundColor,
|
|
21954
22033
|
listItemColor: listItemColor,
|
|
21955
22034
|
listItemBackgroundColor: listItemBackgroundColor,
|
|
@@ -22120,7 +22199,7 @@ var CheckboxList = function CheckboxList(_ref2) {
|
|
|
22120
22199
|
})));
|
|
22121
22200
|
};
|
|
22122
22201
|
|
|
22123
|
-
var CheckboxList$1 = themeComponent(CheckboxList, "CheckboxList", fallbackValues$
|
|
22202
|
+
var CheckboxList$1 = themeComponent(CheckboxList, "CheckboxList", fallbackValues$e, "default");
|
|
22124
22203
|
|
|
22125
22204
|
var DropdownIcon = function DropdownIcon() {
|
|
22126
22205
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
@@ -23421,7 +23500,7 @@ exportTypedArrayMethod$1('at', function at(index) {
|
|
|
23421
23500
|
|
|
23422
23501
|
var selectedColor = "".concat(MATISSE_BLUE);
|
|
23423
23502
|
var hoverColor$3 = "".concat(HOVER_LIGHT_BLUE);
|
|
23424
|
-
var fallbackValues$
|
|
23503
|
+
var fallbackValues$f = {
|
|
23425
23504
|
selectedColor: selectedColor,
|
|
23426
23505
|
hoverColor: hoverColor$3
|
|
23427
23506
|
};
|
|
@@ -23816,7 +23895,7 @@ var Dropdown = function Dropdown(_ref8) {
|
|
|
23816
23895
|
}))) : /*#__PURE__*/React__default.createElement(React.Fragment, null)));
|
|
23817
23896
|
};
|
|
23818
23897
|
|
|
23819
|
-
var Dropdown$1 = themeComponent(Dropdown, "Dropdown", fallbackValues$
|
|
23898
|
+
var Dropdown$1 = themeComponent(Dropdown, "Dropdown", fallbackValues$f);
|
|
23820
23899
|
|
|
23821
23900
|
var SelectContainer = styled__default.div.withConfig({
|
|
23822
23901
|
displayName: "FormSelectstyled__SelectContainer",
|
|
@@ -23855,7 +23934,7 @@ var inputBackgroundColor = {
|
|
|
23855
23934
|
"default": "".concat(WHITE),
|
|
23856
23935
|
disabled: "".concat(SEASHELL_WHITE)
|
|
23857
23936
|
};
|
|
23858
|
-
var color$
|
|
23937
|
+
var color$6 = {
|
|
23859
23938
|
"default": "".concat(MINESHAFT_GREY),
|
|
23860
23939
|
disabled: "".concat(DUSTY_GREY)
|
|
23861
23940
|
};
|
|
@@ -23887,11 +23966,11 @@ var hoverFocusStyles = {
|
|
|
23887
23966
|
"default": "color: #0E506D; outline: none; text-decoration: underline; ",
|
|
23888
23967
|
disabled: "color: #6D717E;"
|
|
23889
23968
|
};
|
|
23890
|
-
var fallbackValues$
|
|
23969
|
+
var fallbackValues$g = {
|
|
23891
23970
|
linkColor: linkColor$1,
|
|
23892
23971
|
formBackgroundColor: formBackgroundColor,
|
|
23893
23972
|
inputBackgroundColor: inputBackgroundColor,
|
|
23894
|
-
color: color$
|
|
23973
|
+
color: color$6,
|
|
23895
23974
|
labelColor: labelColor,
|
|
23896
23975
|
borderColor: borderColor,
|
|
23897
23976
|
lineHeight: lineHeight$1,
|
|
@@ -23990,7 +24069,7 @@ var FormSelect = function FormSelect(_ref) {
|
|
|
23990
24069
|
})));
|
|
23991
24070
|
};
|
|
23992
24071
|
|
|
23993
|
-
var FormSelect$1 = themeComponent(FormSelect, "FormSelect", fallbackValues$
|
|
24072
|
+
var FormSelect$1 = themeComponent(FormSelect, "FormSelect", fallbackValues$g, "default");
|
|
23994
24073
|
|
|
23995
24074
|
var options = [{
|
|
23996
24075
|
text: "Afghanistan",
|
|
@@ -24807,7 +24886,7 @@ var mobileFontSize$1 = {
|
|
|
24807
24886
|
extraSmall: "0.71428rem" // 10px
|
|
24808
24887
|
|
|
24809
24888
|
};
|
|
24810
|
-
var fallbackValues$
|
|
24889
|
+
var fallbackValues$h = {
|
|
24811
24890
|
fontFamily: fontFamily$4,
|
|
24812
24891
|
fontSize: fontSize$5
|
|
24813
24892
|
};
|
|
@@ -24847,7 +24926,7 @@ var _excluded$o = ["themeValues", "weight", "color", "margin", "textAlign", "ext
|
|
|
24847
24926
|
var isBelowBreakpoint$1 = window.innerWidth < MOBILE_BREAKPOINT$1;
|
|
24848
24927
|
var isTouchDevice$2 = "ontouchstart" in window || navigator.maxTouchPoints > 1;
|
|
24849
24928
|
var mobileDeviceDetected$1 = isBelowBreakpoint$1 && isTouchDevice$2;
|
|
24850
|
-
var fallbacks$1 = mobileDeviceDetected$1 ? mobileFallbackValues$1 : fallbackValues$
|
|
24929
|
+
var fallbacks$1 = mobileDeviceDetected$1 ? mobileFallbackValues$1 : fallbackValues$h;
|
|
24851
24930
|
|
|
24852
24931
|
var Detail = function Detail(_ref) {
|
|
24853
24932
|
var themeValues = _ref.themeValues,
|
|
@@ -24888,7 +24967,7 @@ var Detail$1 = themeComponent(Detail, "Detail", fallbacks$1, "regular");
|
|
|
24888
24967
|
|
|
24889
24968
|
var backgroundColor$3 = WHITE;
|
|
24890
24969
|
var boxShadow = "0px 2px 14px 0px ".concat(ATHENS_GREY, ", 0px 3px 8px 0px ").concat(GHOST_GREY);
|
|
24891
|
-
var fallbackValues$
|
|
24970
|
+
var fallbackValues$i = {
|
|
24892
24971
|
backgroundColor: backgroundColor$3,
|
|
24893
24972
|
boxShadow: boxShadow
|
|
24894
24973
|
};
|
|
@@ -24909,7 +24988,7 @@ var DisplayBox = function DisplayBox(_ref) {
|
|
|
24909
24988
|
}, children));
|
|
24910
24989
|
};
|
|
24911
24990
|
|
|
24912
|
-
var DisplayBox$1 = themeComponent(DisplayBox, "DisplayBox", fallbackValues$
|
|
24991
|
+
var DisplayBox$1 = themeComponent(DisplayBox, "DisplayBox", fallbackValues$i);
|
|
24913
24992
|
|
|
24914
24993
|
function _extends$2() {
|
|
24915
24994
|
_extends$2 = Object.assign || function (target) {
|
|
@@ -25300,7 +25379,7 @@ var index$4 = /*#__PURE__*/Object.freeze({
|
|
|
25300
25379
|
var hoverColor$4 = "#116285";
|
|
25301
25380
|
var activeColor$4 = "#0E506D";
|
|
25302
25381
|
var popoverTriggerColor = "#15749D";
|
|
25303
|
-
var fallbackValues$
|
|
25382
|
+
var fallbackValues$j = {
|
|
25304
25383
|
hoverColor: hoverColor$4,
|
|
25305
25384
|
activeColor: activeColor$4,
|
|
25306
25385
|
popoverTriggerColor: popoverTriggerColor
|
|
@@ -25458,7 +25537,7 @@ var Popover = function Popover(_ref) {
|
|
|
25458
25537
|
})));
|
|
25459
25538
|
};
|
|
25460
25539
|
|
|
25461
|
-
var Popover$1 = themeComponent(Popover, "Popover", fallbackValues$
|
|
25540
|
+
var Popover$1 = themeComponent(Popover, "Popover", fallbackValues$j);
|
|
25462
25541
|
|
|
25463
25542
|
var DisplayCard = function DisplayCard(_ref) {
|
|
25464
25543
|
var title = _ref.title,
|
|
@@ -25541,7 +25620,7 @@ var inputBackgroundColor$1 = {
|
|
|
25541
25620
|
"default": "".concat(WHITE),
|
|
25542
25621
|
disabled: "".concat(SEASHELL_WHITE)
|
|
25543
25622
|
};
|
|
25544
|
-
var color$
|
|
25623
|
+
var color$7 = {
|
|
25545
25624
|
"default": "".concat(MINESHAFT_GREY),
|
|
25546
25625
|
disabled: "".concat(DUSTY_GREY)
|
|
25547
25626
|
};
|
|
@@ -25576,11 +25655,11 @@ var hoverFocusStyles$1 = {
|
|
|
25576
25655
|
var formFooterPanel = {
|
|
25577
25656
|
"default": "".concat(INFO_BLUE)
|
|
25578
25657
|
};
|
|
25579
|
-
var fallbackValues$
|
|
25658
|
+
var fallbackValues$k = {
|
|
25580
25659
|
linkColor: linkColor$2,
|
|
25581
25660
|
formBackgroundColor: formBackgroundColor$1,
|
|
25582
25661
|
inputBackgroundColor: inputBackgroundColor$1,
|
|
25583
|
-
color: color$
|
|
25662
|
+
color: color$7,
|
|
25584
25663
|
labelColor: labelColor$1,
|
|
25585
25664
|
borderColor: borderColor$1,
|
|
25586
25665
|
lineHeight: lineHeight$2,
|
|
@@ -25798,7 +25877,7 @@ var FormInput = function FormInput(_ref15) {
|
|
|
25798
25877
|
}, decorator)));
|
|
25799
25878
|
};
|
|
25800
25879
|
|
|
25801
|
-
var FormInput$1 = themeComponent(FormInput, "FormInput", fallbackValues$
|
|
25880
|
+
var FormInput$1 = themeComponent(FormInput, "FormInput", fallbackValues$k, "default");
|
|
25802
25881
|
|
|
25803
25882
|
var _excluded$q = ["breakpoint", "childGap", "largeChild", "largeChildSize", "children"];
|
|
25804
25883
|
|
|
@@ -25854,7 +25933,7 @@ var FormContainer = function FormContainer(_ref) {
|
|
|
25854
25933
|
}, rest), children);
|
|
25855
25934
|
};
|
|
25856
25935
|
|
|
25857
|
-
var FormContainer$1 = themeComponent(withWindowSize(FormContainer), "FormContainer", fallbackValues$
|
|
25936
|
+
var FormContainer$1 = themeComponent(withWindowSize(FormContainer), "FormContainer", fallbackValues$k, "default");
|
|
25858
25937
|
|
|
25859
25938
|
var FormFooterPanel = function FormFooterPanel(_ref) {
|
|
25860
25939
|
var themeValues = _ref.themeValues,
|
|
@@ -25878,7 +25957,7 @@ var FormFooterPanel = function FormFooterPanel(_ref) {
|
|
|
25878
25957
|
})));
|
|
25879
25958
|
};
|
|
25880
25959
|
|
|
25881
|
-
var FormFooterPanel$1 = themeComponent(withWindowSize(FormFooterPanel), "FormFooterPanel", fallbackValues$
|
|
25960
|
+
var FormFooterPanel$1 = themeComponent(withWindowSize(FormFooterPanel), "FormFooterPanel", fallbackValues$k, "default");
|
|
25882
25961
|
|
|
25883
25962
|
var fontSize$7 = {
|
|
25884
25963
|
"default": "1rem",
|
|
@@ -25888,14 +25967,14 @@ var padding$1 = {
|
|
|
25888
25967
|
"default": "0",
|
|
25889
25968
|
radio: "0.625rem 0"
|
|
25890
25969
|
};
|
|
25891
|
-
var color$
|
|
25970
|
+
var color$8 = {
|
|
25892
25971
|
"default": "".concat(CHARADE_GREY),
|
|
25893
25972
|
radio: "".concat(MINESHAFT_GREY)
|
|
25894
25973
|
};
|
|
25895
|
-
var fallbackValues$
|
|
25974
|
+
var fallbackValues$l = {
|
|
25896
25975
|
fontSize: fontSize$7,
|
|
25897
25976
|
padding: padding$1,
|
|
25898
|
-
color: color$
|
|
25977
|
+
color: color$8
|
|
25899
25978
|
};
|
|
25900
25979
|
|
|
25901
25980
|
var FormattedAddress = function FormattedAddress(_ref) {
|
|
@@ -25935,11 +26014,11 @@ var FormattedAddress = function FormattedAddress(_ref) {
|
|
|
25935
26014
|
}, city, ", ", stateProvince, " ".concat(zip), country ? " ".concat(country) : "")));
|
|
25936
26015
|
};
|
|
25937
26016
|
|
|
25938
|
-
var FormattedAddress$1 = themeComponent(FormattedAddress, "FormattedAddress", fallbackValues$
|
|
26017
|
+
var FormattedAddress$1 = themeComponent(FormattedAddress, "FormattedAddress", fallbackValues$l, "default");
|
|
25939
26018
|
|
|
25940
26019
|
var textColor$1 = "".concat(CHARADE_GREY);
|
|
25941
26020
|
var autopayTextColor = "".concat(REGENT_GREY);
|
|
25942
|
-
var fallbackValues$
|
|
26021
|
+
var fallbackValues$m = {
|
|
25943
26022
|
textColor: textColor$1,
|
|
25944
26023
|
autopayTextColor: autopayTextColor
|
|
25945
26024
|
};
|
|
@@ -25979,11 +26058,11 @@ var FormattedBankAccount = function FormattedBankAccount(_ref2) {
|
|
|
25979
26058
|
}, "Autopay Enabled")));
|
|
25980
26059
|
};
|
|
25981
26060
|
|
|
25982
|
-
var FormattedBankAccount$1 = themeComponent(FormattedBankAccount, "FormattedBankAccount", fallbackValues$
|
|
26061
|
+
var FormattedBankAccount$1 = themeComponent(FormattedBankAccount, "FormattedBankAccount", fallbackValues$m);
|
|
25983
26062
|
|
|
25984
26063
|
var textColor$2 = "".concat(CHARADE_GREY);
|
|
25985
26064
|
var autopayTextColor$1 = "".concat(REGENT_GREY);
|
|
25986
|
-
var fallbackValues$
|
|
26065
|
+
var fallbackValues$n = {
|
|
25987
26066
|
textColor: textColor$2,
|
|
25988
26067
|
autopayTextColor: autopayTextColor$1
|
|
25989
26068
|
};
|
|
@@ -26020,7 +26099,7 @@ var FormattedCreditCard = function FormattedCreditCard(_ref) {
|
|
|
26020
26099
|
}, "Autopay Enabled")));
|
|
26021
26100
|
};
|
|
26022
26101
|
|
|
26023
|
-
var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$
|
|
26102
|
+
var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$n);
|
|
26024
26103
|
|
|
26025
26104
|
var Hamburger = styled__default.button.withConfig({
|
|
26026
26105
|
displayName: "HamburgerButton__Hamburger",
|
|
@@ -26102,7 +26181,7 @@ var fontSize$8 = {
|
|
|
26102
26181
|
h5: "1.375rem",
|
|
26103
26182
|
h6: "1.25rem"
|
|
26104
26183
|
};
|
|
26105
|
-
var fallbackValues$
|
|
26184
|
+
var fallbackValues$o = {
|
|
26106
26185
|
fontFamily: fontFamily$5,
|
|
26107
26186
|
fontSize: fontSize$8
|
|
26108
26187
|
};
|
|
@@ -26144,7 +26223,7 @@ var Heading = function Heading(_ref) {
|
|
|
26144
26223
|
}, rest), safeChildren(children, /*#__PURE__*/React__default.createElement("span", null)));
|
|
26145
26224
|
};
|
|
26146
26225
|
|
|
26147
|
-
var Heading$1 = themeComponent(Heading, "Heading", fallbackValues$
|
|
26226
|
+
var Heading$1 = themeComponent(Heading, "Heading", fallbackValues$o, "h1");
|
|
26148
26227
|
|
|
26149
26228
|
var Image = styled__default.img.withConfig({
|
|
26150
26229
|
displayName: "ImageBoxstyled__Image",
|
|
@@ -26271,7 +26350,7 @@ var fontWeight$4 = {
|
|
|
26271
26350
|
pL: "600",
|
|
26272
26351
|
h6: "700"
|
|
26273
26352
|
};
|
|
26274
|
-
var fallbackValues$
|
|
26353
|
+
var fallbackValues$p = {
|
|
26275
26354
|
fontWeight: fontWeight$4
|
|
26276
26355
|
};
|
|
26277
26356
|
|
|
@@ -26299,7 +26378,7 @@ var LabeledAmount = function LabeledAmount(_ref) {
|
|
|
26299
26378
|
}, amount));
|
|
26300
26379
|
};
|
|
26301
26380
|
|
|
26302
|
-
var LabeledAmount$1 = themeComponent(LabeledAmount, "LabeledAmount", fallbackValues$
|
|
26381
|
+
var LabeledAmount$1 = themeComponent(LabeledAmount, "LabeledAmount", fallbackValues$p, "default");
|
|
26303
26382
|
|
|
26304
26383
|
var weightTitle = {
|
|
26305
26384
|
"default": "600",
|
|
@@ -26309,7 +26388,7 @@ var paragraphVariant = {
|
|
|
26309
26388
|
"default": "pL",
|
|
26310
26389
|
small: "pS"
|
|
26311
26390
|
};
|
|
26312
|
-
var fallbackValues$
|
|
26391
|
+
var fallbackValues$q = {
|
|
26313
26392
|
weightTitle: weightTitle,
|
|
26314
26393
|
paragraphVariant: paragraphVariant
|
|
26315
26394
|
};
|
|
@@ -26343,11 +26422,11 @@ var LineItem = function LineItem(_ref) {
|
|
|
26343
26422
|
}, amount));
|
|
26344
26423
|
};
|
|
26345
26424
|
|
|
26346
|
-
var LineItem$1 = themeComponent(LineItem, "LineItem", fallbackValues$
|
|
26425
|
+
var LineItem$1 = themeComponent(LineItem, "LineItem", fallbackValues$q, "default");
|
|
26347
26426
|
|
|
26348
|
-
var color$
|
|
26349
|
-
var fallbackValues$
|
|
26350
|
-
color: color$
|
|
26427
|
+
var color$9 = "#15749D";
|
|
26428
|
+
var fallbackValues$r = {
|
|
26429
|
+
color: color$9
|
|
26351
26430
|
};
|
|
26352
26431
|
|
|
26353
26432
|
var SpinnerSvgAnimation = styled__default.svg.withConfig({
|
|
@@ -26402,7 +26481,7 @@ var Spinner$1 = function Spinner(_ref6) {
|
|
|
26402
26481
|
})));
|
|
26403
26482
|
};
|
|
26404
26483
|
|
|
26405
|
-
var Spinner$2 = themeComponent(Spinner$1, "Spinner", fallbackValues$
|
|
26484
|
+
var Spinner$2 = themeComponent(Spinner$1, "Spinner", fallbackValues$r);
|
|
26406
26485
|
|
|
26407
26486
|
var Loading = function Loading() {
|
|
26408
26487
|
return /*#__PURE__*/React__default.createElement(Box, {
|
|
@@ -26660,7 +26739,7 @@ var PasswordRequirements = function PasswordRequirements(_ref) {
|
|
|
26660
26739
|
}))));
|
|
26661
26740
|
};
|
|
26662
26741
|
|
|
26663
|
-
var color$
|
|
26742
|
+
var color$a = {
|
|
26664
26743
|
"default": "".concat(CHARADE_GREY),
|
|
26665
26744
|
large: "".concat(BRIGHT_GREY)
|
|
26666
26745
|
};
|
|
@@ -26668,8 +26747,8 @@ var height$1 = {
|
|
|
26668
26747
|
"default": "3rem",
|
|
26669
26748
|
large: "192px"
|
|
26670
26749
|
};
|
|
26671
|
-
var fallbackValues$
|
|
26672
|
-
color: color$
|
|
26750
|
+
var fallbackValues$s = {
|
|
26751
|
+
color: color$a,
|
|
26673
26752
|
height: height$1
|
|
26674
26753
|
};
|
|
26675
26754
|
|
|
@@ -26777,12 +26856,12 @@ var Placeholder = function Placeholder(_ref2) {
|
|
|
26777
26856
|
}, text)))))))))));
|
|
26778
26857
|
};
|
|
26779
26858
|
|
|
26780
|
-
var Placeholder$1 = themeComponent(Placeholder, "Placeholder", fallbackValues$
|
|
26859
|
+
var Placeholder$1 = themeComponent(Placeholder, "Placeholder", fallbackValues$s, "default");
|
|
26781
26860
|
|
|
26782
26861
|
var backgroundColor$4 = {
|
|
26783
26862
|
"default": "".concat(WHITE)
|
|
26784
26863
|
};
|
|
26785
|
-
var fallbackValues$
|
|
26864
|
+
var fallbackValues$t = {
|
|
26786
26865
|
backgroundColor: backgroundColor$4
|
|
26787
26866
|
};
|
|
26788
26867
|
|
|
@@ -26810,11 +26889,11 @@ var ProcessingFee = function ProcessingFee(_ref) {
|
|
|
26810
26889
|
}));
|
|
26811
26890
|
};
|
|
26812
26891
|
|
|
26813
|
-
var ProcessingFee$1 = themeComponent(ProcessingFee, "ProcessingFee", fallbackValues$
|
|
26892
|
+
var ProcessingFee$1 = themeComponent(ProcessingFee, "ProcessingFee", fallbackValues$t, "default");
|
|
26814
26893
|
|
|
26815
26894
|
var activeColor$5 = MATISSE_BLUE;
|
|
26816
26895
|
var inactiveBorderColor = GREY_CHATEAU;
|
|
26817
|
-
var fallbackValues$
|
|
26896
|
+
var fallbackValues$u = {
|
|
26818
26897
|
inactiveBorderColor: inactiveBorderColor,
|
|
26819
26898
|
activeColor: activeColor$5
|
|
26820
26899
|
};
|
|
@@ -26886,11 +26965,11 @@ var RadioButtonWithLabel = function RadioButtonWithLabel(_ref5) {
|
|
|
26886
26965
|
}), labelText));
|
|
26887
26966
|
};
|
|
26888
26967
|
|
|
26889
|
-
var RadioButtonWithLabel$1 = themeComponent(RadioButtonWithLabel, "RadioButtonWithLabel", fallbackValues$
|
|
26968
|
+
var RadioButtonWithLabel$1 = themeComponent(RadioButtonWithLabel, "RadioButtonWithLabel", fallbackValues$u);
|
|
26890
26969
|
|
|
26891
26970
|
var activeColor$6 = "".concat(MATISSE_BLUE);
|
|
26892
26971
|
var inactiveColor = "".concat(GREY_CHATEAU);
|
|
26893
|
-
var fallbackValues$
|
|
26972
|
+
var fallbackValues$v = {
|
|
26894
26973
|
activeColor: activeColor$6,
|
|
26895
26974
|
inactiveColor: inactiveColor
|
|
26896
26975
|
};
|
|
@@ -26983,12 +27062,12 @@ var RadioButton$1 = function RadioButton(_ref2) {
|
|
|
26983
27062
|
})));
|
|
26984
27063
|
};
|
|
26985
27064
|
|
|
26986
|
-
var RadioButton$2 = themeComponent(RadioButton$1, "RadioButton", fallbackValues$
|
|
27065
|
+
var RadioButton$2 = themeComponent(RadioButton$1, "RadioButton", fallbackValues$v);
|
|
26987
27066
|
|
|
26988
27067
|
var border$2 = {
|
|
26989
27068
|
"default": "1px solid #caced8"
|
|
26990
27069
|
};
|
|
26991
|
-
var fallbackValues$
|
|
27070
|
+
var fallbackValues$w = {
|
|
26992
27071
|
border: border$2
|
|
26993
27072
|
};
|
|
26994
27073
|
|
|
@@ -27065,7 +27144,7 @@ var SearchableSelect = function SearchableSelect(_ref) {
|
|
|
27065
27144
|
}))));
|
|
27066
27145
|
};
|
|
27067
27146
|
|
|
27068
|
-
var SearchableSelect$1 = themeComponent(SearchableSelect, "SearchableSelect", fallbackValues$
|
|
27147
|
+
var SearchableSelect$1 = themeComponent(SearchableSelect, "SearchableSelect", fallbackValues$w, "default");
|
|
27069
27148
|
|
|
27070
27149
|
var borderColor$2 = {
|
|
27071
27150
|
"default": "".concat(GREY_CHATEAU)
|
|
@@ -27073,7 +27152,7 @@ var borderColor$2 = {
|
|
|
27073
27152
|
var borderSize = {
|
|
27074
27153
|
"default": "1px"
|
|
27075
27154
|
};
|
|
27076
|
-
var fallbackValues$
|
|
27155
|
+
var fallbackValues$x = {
|
|
27077
27156
|
borderColor: borderColor$2,
|
|
27078
27157
|
borderSize: borderSize
|
|
27079
27158
|
};
|
|
@@ -27090,7 +27169,7 @@ var SolidDivider = function SolidDivider(_ref) {
|
|
|
27090
27169
|
});
|
|
27091
27170
|
};
|
|
27092
27171
|
|
|
27093
|
-
var SolidDivider$1 = themeComponent(SolidDivider, "SolidDivider", fallbackValues$
|
|
27172
|
+
var SolidDivider$1 = themeComponent(SolidDivider, "SolidDivider", fallbackValues$x, "default");
|
|
27094
27173
|
|
|
27095
27174
|
var placeHolderOptionUS = {
|
|
27096
27175
|
text: "Please select state",
|
|
@@ -37674,7 +37753,7 @@ var offBackground = "".concat(REGENT_GREY);
|
|
|
37674
37753
|
var labelStyles = "\n display: flex;\n justify-content: flex-start;\n align-items: center;\n";
|
|
37675
37754
|
var rightLabelStyles = "\n ".concat(labelStyles, "\n flex-direction: row;\n");
|
|
37676
37755
|
var leftLabelStyles = "\n ".concat(labelStyles, "\n flex-direction: row-reverse;\n");
|
|
37677
|
-
var fallbackValues$
|
|
37756
|
+
var fallbackValues$y = {
|
|
37678
37757
|
onBackground: onBackground,
|
|
37679
37758
|
disabledBackground: disabledBackground,
|
|
37680
37759
|
white: white,
|
|
@@ -37850,14 +37929,14 @@ var ToggleSwitch = function ToggleSwitch(_ref6) {
|
|
|
37850
37929
|
}, label))));
|
|
37851
37930
|
};
|
|
37852
37931
|
|
|
37853
|
-
var ToggleSwitch$1 = themeComponent(ToggleSwitch, "ToggleSwitch", fallbackValues$
|
|
37932
|
+
var ToggleSwitch$1 = themeComponent(ToggleSwitch, "ToggleSwitch", fallbackValues$y);
|
|
37854
37933
|
|
|
37855
|
-
var background$
|
|
37934
|
+
var background$2 = "".concat(ATHENS_GREY);
|
|
37856
37935
|
var white$1 = "".concat(WHITE);
|
|
37857
37936
|
var black = "#000";
|
|
37858
37937
|
var focusBorder = "".concat(MATISSE_BLUE);
|
|
37859
37938
|
var themeValues = {
|
|
37860
|
-
background: background$
|
|
37939
|
+
background: background$2,
|
|
37861
37940
|
white: white$1,
|
|
37862
37941
|
black: black,
|
|
37863
37942
|
focusBorder: focusBorder
|
|
@@ -37899,7 +37978,7 @@ var backgroundColor$5 = WHITE;
|
|
|
37899
37978
|
var imageBackgroundColor = INFO_BLUE;
|
|
37900
37979
|
var headerBackgroundColor = STORM_GREY;
|
|
37901
37980
|
var headerColor = WHITE;
|
|
37902
|
-
var fallbackValues$
|
|
37981
|
+
var fallbackValues$z = {
|
|
37903
37982
|
backgroundColor: backgroundColor$5,
|
|
37904
37983
|
imageBackgroundColor: imageBackgroundColor,
|
|
37905
37984
|
headerBackgroundColor: headerBackgroundColor,
|
|
@@ -37923,7 +38002,7 @@ var CardImage = styled__default.img.withConfig({
|
|
|
37923
38002
|
var titleColor = BRIGHT_GREY;
|
|
37924
38003
|
var titleWeight = FONT_WEIGHT_BOLD;
|
|
37925
38004
|
var textColor$3 = BRIGHT_GREY;
|
|
37926
|
-
var fallbackValues$
|
|
38005
|
+
var fallbackValues$A = {
|
|
37927
38006
|
titleColor: titleColor,
|
|
37928
38007
|
titleWeight: titleWeight,
|
|
37929
38008
|
textColor: textColor$3
|
|
@@ -37947,7 +38026,7 @@ var CardText = function CardText(_ref) {
|
|
|
37947
38026
|
color: themeValues.textColor
|
|
37948
38027
|
}, text))));
|
|
37949
38028
|
};
|
|
37950
|
-
var CardText$1 = themeComponent(withWindowSize(CardText), "CardText", fallbackValues$
|
|
38029
|
+
var CardText$1 = themeComponent(withWindowSize(CardText), "CardText", fallbackValues$A);
|
|
37951
38030
|
|
|
37952
38031
|
var CardHeader = function CardHeader(_ref) {
|
|
37953
38032
|
var backgroundColor = _ref.backgroundColor,
|
|
@@ -38050,12 +38129,12 @@ var Card = function Card(_ref) {
|
|
|
38050
38129
|
}), children)))));
|
|
38051
38130
|
};
|
|
38052
38131
|
|
|
38053
|
-
var Card$1 = themeComponent(withWindowSize(Card), "Card", fallbackValues$
|
|
38132
|
+
var Card$1 = themeComponent(withWindowSize(Card), "Card", fallbackValues$z);
|
|
38054
38133
|
|
|
38055
38134
|
var fontFamily$6 = "Public Sans, sans-serif";
|
|
38056
38135
|
var activeColor$7 = MATISSE_BLUE;
|
|
38057
38136
|
var linkColor$3 = CHARADE_GREY;
|
|
38058
|
-
var fallbackValues$
|
|
38137
|
+
var fallbackValues$B = {
|
|
38059
38138
|
fontFamily: fontFamily$6,
|
|
38060
38139
|
activeColor: activeColor$7,
|
|
38061
38140
|
linkColor: linkColor$3
|
|
@@ -38088,7 +38167,7 @@ var NavTab = function NavTab(_ref) {
|
|
|
38088
38167
|
}, label));
|
|
38089
38168
|
};
|
|
38090
38169
|
|
|
38091
|
-
var NavTab$1 = themeComponent(NavTab, "NavTab", fallbackValues$
|
|
38170
|
+
var NavTab$1 = themeComponent(NavTab, "NavTab", fallbackValues$B);
|
|
38092
38171
|
|
|
38093
38172
|
var NavTabs = function NavTabs(_ref) {
|
|
38094
38173
|
var tabsConfig = _ref.tabsConfig,
|
|
@@ -38189,7 +38268,7 @@ var TableCell_styled = styled__default.td.withConfig({
|
|
|
38189
38268
|
|
|
38190
38269
|
var backgroundColor$6 = ALABASTER_WHITE;
|
|
38191
38270
|
var borderColor$3 = GREY_CHATEAU;
|
|
38192
|
-
var fallbackValues$
|
|
38271
|
+
var fallbackValues$C = {
|
|
38193
38272
|
backgroundColor: backgroundColor$6,
|
|
38194
38273
|
borderColor: borderColor$3
|
|
38195
38274
|
};
|
|
@@ -38211,7 +38290,7 @@ var StyledTableHead = styled__default.thead.withConfig({
|
|
|
38211
38290
|
|
|
38212
38291
|
var borderColor$4 = GREY_CHATEAU;
|
|
38213
38292
|
var hoverBackgroundColor$1 = HOVER_LIGHT_BLUE;
|
|
38214
|
-
var fallbackValues$
|
|
38293
|
+
var fallbackValues$D = {
|
|
38215
38294
|
borderColor: borderColor$4,
|
|
38216
38295
|
hoverBackgroundColor: hoverBackgroundColor$1
|
|
38217
38296
|
};
|
|
@@ -38253,7 +38332,7 @@ var TableRow = function TableRow(_ref) {
|
|
|
38253
38332
|
}, props), children);
|
|
38254
38333
|
};
|
|
38255
38334
|
|
|
38256
|
-
var TableRow$1 = themeComponent(TableRow, "TableRow", fallbackValues$
|
|
38335
|
+
var TableRow$1 = themeComponent(TableRow, "TableRow", fallbackValues$D);
|
|
38257
38336
|
|
|
38258
38337
|
var TableHead = function TableHead(_ref) {
|
|
38259
38338
|
var children = _ref.children,
|
|
@@ -38269,7 +38348,7 @@ var TableHead = function TableHead(_ref) {
|
|
|
38269
38348
|
}, children));
|
|
38270
38349
|
};
|
|
38271
38350
|
|
|
38272
|
-
var TableHead$1 = themeComponent(TableHead, "TableHead", fallbackValues$
|
|
38351
|
+
var TableHead$1 = themeComponent(TableHead, "TableHead", fallbackValues$C);
|
|
38273
38352
|
|
|
38274
38353
|
var TableHeading_styled = styled__default.th.withConfig({
|
|
38275
38354
|
displayName: "TableHeadingstyled",
|
|
@@ -40190,7 +40269,7 @@ AddressForm.mapStateToProps = mapStateToProps$1;
|
|
|
40190
40269
|
AddressForm.mapDispatchToProps = mapDispatchToProps;
|
|
40191
40270
|
|
|
40192
40271
|
var backgroundColor$7 = "#ebeffb";
|
|
40193
|
-
var fallbackValues$
|
|
40272
|
+
var fallbackValues$E = {
|
|
40194
40273
|
backgroundColor: backgroundColor$7
|
|
40195
40274
|
};
|
|
40196
40275
|
|
|
@@ -40242,7 +40321,7 @@ var Banner = function Banner(_ref) {
|
|
|
40242
40321
|
}, /*#__PURE__*/React__default.createElement(Image, null))));
|
|
40243
40322
|
};
|
|
40244
40323
|
|
|
40245
|
-
var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$
|
|
40324
|
+
var Banner$1 = themeComponent(Banner, "Banner", fallbackValues$E);
|
|
40246
40325
|
|
|
40247
40326
|
var ChangePasswordForm = function ChangePasswordForm(_ref) {
|
|
40248
40327
|
var _newPasswordErrorMess;
|
|
@@ -40384,7 +40463,7 @@ ChangePasswordForm.mapDispatchToProps = mapDispatchToProps$1;
|
|
|
40384
40463
|
var titleColor$1 = "#292A33";
|
|
40385
40464
|
var headingBackgroundColor = "transparent";
|
|
40386
40465
|
var bodyBackgroundColor = "transparent";
|
|
40387
|
-
var fallbackValues$
|
|
40466
|
+
var fallbackValues$F = {
|
|
40388
40467
|
titleColor: titleColor$1,
|
|
40389
40468
|
headingBackgroundColor: headingBackgroundColor,
|
|
40390
40469
|
bodyBackgroundColor: bodyBackgroundColor
|
|
@@ -40513,7 +40592,7 @@ var CollapsibleSection = function CollapsibleSection(_ref) {
|
|
|
40513
40592
|
}, children))));
|
|
40514
40593
|
};
|
|
40515
40594
|
|
|
40516
|
-
var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$
|
|
40595
|
+
var CollapsibleSection$1 = themeComponent(CollapsibleSection, "CollapsibleSection", fallbackValues$F);
|
|
40517
40596
|
|
|
40518
40597
|
var ClipboardIcon = function ClipboardIcon(_ref) {
|
|
40519
40598
|
var themeValues = _ref.themeValues;
|
|
@@ -41103,7 +41182,7 @@ EmailForm.mapDispatchToProps = mapDispatchToProps$3;
|
|
|
41103
41182
|
|
|
41104
41183
|
var footerBackgroundColor = BRIGHT_GREY;
|
|
41105
41184
|
var subfooterBackgroundColor = STORM_GREY;
|
|
41106
|
-
var fallbackValues$
|
|
41185
|
+
var fallbackValues$G = {
|
|
41107
41186
|
footerBackgroundColor: footerBackgroundColor,
|
|
41108
41187
|
subfooterBackgroundColor: subfooterBackgroundColor
|
|
41109
41188
|
};
|
|
@@ -41135,7 +41214,7 @@ var FooterWithSubfooter = function FooterWithSubfooter(_ref) {
|
|
|
41135
41214
|
}));
|
|
41136
41215
|
};
|
|
41137
41216
|
|
|
41138
|
-
var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$
|
|
41217
|
+
var FooterWithSubfooter$1 = themeComponent(FooterWithSubfooter, "FooterWithSubfooter", fallbackValues$G);
|
|
41139
41218
|
|
|
41140
41219
|
var ForgotPasswordForm = function ForgotPasswordForm(_ref) {
|
|
41141
41220
|
var _EmailErrorMessages;
|
|
@@ -41187,7 +41266,7 @@ ForgotPasswordForm.mapDispatchToProps = mapDispatchToProps$4;
|
|
|
41187
41266
|
|
|
41188
41267
|
var textColor$4 = "#ffffff";
|
|
41189
41268
|
var backgroundColor$8 = "#182848";
|
|
41190
|
-
var fallbackValues$
|
|
41269
|
+
var fallbackValues$H = {
|
|
41191
41270
|
textColor: textColor$4,
|
|
41192
41271
|
backgroundColor: backgroundColor$8
|
|
41193
41272
|
};
|
|
@@ -41247,7 +41326,7 @@ var HighlightTabRow = function HighlightTabRow(_ref) {
|
|
|
41247
41326
|
}), repeat( /*#__PURE__*/React__default.createElement(Box, null), boxesAfter))));
|
|
41248
41327
|
};
|
|
41249
41328
|
|
|
41250
|
-
var HighlightTabRow$1 = themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$
|
|
41329
|
+
var HighlightTabRow$1 = themeComponent(HighlightTabRow, "HighlightTabRow", fallbackValues$H);
|
|
41251
41330
|
|
|
41252
41331
|
var AccountBillIcon = function AccountBillIcon() {
|
|
41253
41332
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
@@ -46399,7 +46478,7 @@ var backgroundColor$9 = {
|
|
|
46399
46478
|
largeTitle: WHITE,
|
|
46400
46479
|
small: WHITE
|
|
46401
46480
|
};
|
|
46402
|
-
var fallbackValues$
|
|
46481
|
+
var fallbackValues$I = {
|
|
46403
46482
|
fontSize: fontSize$9,
|
|
46404
46483
|
fontWeight: fontWeight$5,
|
|
46405
46484
|
fontColor: fontColor,
|
|
@@ -46467,7 +46546,7 @@ var Module = function Module(_ref) {
|
|
|
46467
46546
|
}, children)));
|
|
46468
46547
|
};
|
|
46469
46548
|
|
|
46470
|
-
var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$
|
|
46549
|
+
var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$I, "default"));
|
|
46471
46550
|
|
|
46472
46551
|
var backgroundColor$a = {
|
|
46473
46552
|
profile: "#3b414d",
|
|
@@ -46477,7 +46556,7 @@ var shadowColor = {
|
|
|
46477
46556
|
profile: "#292A33",
|
|
46478
46557
|
cms: "#292A33"
|
|
46479
46558
|
};
|
|
46480
|
-
var fallbackValues$
|
|
46559
|
+
var fallbackValues$J = {
|
|
46481
46560
|
backgroundColor: backgroundColor$a,
|
|
46482
46561
|
shadowColor: shadowColor
|
|
46483
46562
|
};
|
|
@@ -46518,7 +46597,7 @@ var NavMenuDesktop = function NavMenuDesktop(_ref) {
|
|
|
46518
46597
|
}, menuContent));
|
|
46519
46598
|
};
|
|
46520
46599
|
|
|
46521
|
-
var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$
|
|
46600
|
+
var NavMenuDesktop$1 = themeComponent(NavMenuDesktop, "NavMenu", fallbackValues$J, "profile");
|
|
46522
46601
|
|
|
46523
46602
|
var menu = posed.div({
|
|
46524
46603
|
invisible: {
|
|
@@ -46580,7 +46659,7 @@ var NavMenuMobile = function NavMenuMobile(_ref2) {
|
|
|
46580
46659
|
}, menuContent));
|
|
46581
46660
|
};
|
|
46582
46661
|
|
|
46583
|
-
var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$
|
|
46662
|
+
var NavMenuMobile$1 = themeComponent(NavMenuMobile, "NavMenu", fallbackValues$J, "profile");
|
|
46584
46663
|
|
|
46585
46664
|
var ACH_METHOD = "BANK_ACCOUNT";
|
|
46586
46665
|
var CC_METHOD = "CREDIT_CARD";
|
|
@@ -46635,14 +46714,14 @@ var TitleModule = function TitleModule(_ref) {
|
|
|
46635
46714
|
}, subtitle)));
|
|
46636
46715
|
};
|
|
46637
46716
|
|
|
46638
|
-
var color$
|
|
46717
|
+
var color$b = "#15749D";
|
|
46639
46718
|
var hoverColor$5 = "#116285";
|
|
46640
46719
|
var activeColor$8 = "#0E506D";
|
|
46641
46720
|
var linkColor$4 = "#3176AA";
|
|
46642
46721
|
var fontWeight$6 = FONT_WEIGHT_REGULAR;
|
|
46643
46722
|
var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
|
|
46644
|
-
var fallbackValues$
|
|
46645
|
-
color: color$
|
|
46723
|
+
var fallbackValues$K = {
|
|
46724
|
+
color: color$b,
|
|
46646
46725
|
hoverColor: hoverColor$5,
|
|
46647
46726
|
activeColor: activeColor$8,
|
|
46648
46727
|
linkColor: linkColor$4,
|
|
@@ -46767,7 +46846,7 @@ var AutopayModal = function AutopayModal(_ref) {
|
|
|
46767
46846
|
}, modalExtraProps), renderAutoPayControl());
|
|
46768
46847
|
};
|
|
46769
46848
|
|
|
46770
|
-
var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$
|
|
46849
|
+
var AutopayModalModule = themeComponent(AutopayModal, "AutopayModal", fallbackValues$K);
|
|
46771
46850
|
|
|
46772
46851
|
var AmountModule = function AmountModule(_ref) {
|
|
46773
46852
|
var totalAmountDue = _ref.totalAmountDue,
|
|
@@ -47442,7 +47521,7 @@ var numberColor = MATISSE_BLUE;
|
|
|
47442
47521
|
var hoverBackgroundColor$2 = ALABASTER_WHITE;
|
|
47443
47522
|
var activeBackgroundColor$1 = WHITE;
|
|
47444
47523
|
var activeColor$9 = MATISSE_BLUE;
|
|
47445
|
-
var fallbackValues$
|
|
47524
|
+
var fallbackValues$L = {
|
|
47446
47525
|
activeColor: activeColor$9,
|
|
47447
47526
|
activeBackgroundColor: activeBackgroundColor$1,
|
|
47448
47527
|
arrowColor: arrowColor,
|
|
@@ -47650,7 +47729,7 @@ var Pagination = function Pagination(_ref3) {
|
|
|
47650
47729
|
}));
|
|
47651
47730
|
};
|
|
47652
47731
|
|
|
47653
|
-
var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$
|
|
47732
|
+
var Pagination$1 = themeComponent(Pagination, "Pagination", fallbackValues$L);
|
|
47654
47733
|
|
|
47655
47734
|
var PaymentButtonBar = function PaymentButtonBar(_ref) {
|
|
47656
47735
|
var _ref$isForwardButtonD = _ref.isForwardButtonDisabled,
|
|
@@ -47734,7 +47813,7 @@ var labeledAmountTotal = {
|
|
|
47734
47813
|
"default": "h6",
|
|
47735
47814
|
small: "p"
|
|
47736
47815
|
};
|
|
47737
|
-
var fallbackValues$
|
|
47816
|
+
var fallbackValues$M = {
|
|
47738
47817
|
backgroundColor: backgroundColor$b,
|
|
47739
47818
|
lineItem: lineItem,
|
|
47740
47819
|
labeledAmountSubtotal: labeledAmountSubtotal,
|
|
@@ -48054,7 +48133,7 @@ var PaymentDetails = function PaymentDetails(_ref4) {
|
|
|
48054
48133
|
});
|
|
48055
48134
|
};
|
|
48056
48135
|
|
|
48057
|
-
var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$
|
|
48136
|
+
var PaymentDetails$1 = themeComponent(PaymentDetails, "PaymentDetails", fallbackValues$M, "default");
|
|
48058
48137
|
|
|
48059
48138
|
var linkColor$5 = {
|
|
48060
48139
|
"default": "#3176AA"
|
|
@@ -48071,7 +48150,7 @@ var fontWeight$7 = {
|
|
|
48071
48150
|
var modalLinkHoverFocus$1 = {
|
|
48072
48151
|
"default": "outline: none; text-decoration: underline;"
|
|
48073
48152
|
};
|
|
48074
|
-
var fallbackValues$
|
|
48153
|
+
var fallbackValues$N = {
|
|
48075
48154
|
linkColor: linkColor$5,
|
|
48076
48155
|
fontSize: fontSize$a,
|
|
48077
48156
|
lineHeight: lineHeight$4,
|
|
@@ -48130,7 +48209,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
|
|
|
48130
48209
|
}, link));
|
|
48131
48210
|
};
|
|
48132
48211
|
|
|
48133
|
-
var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$
|
|
48212
|
+
var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$N, "default");
|
|
48134
48213
|
|
|
48135
48214
|
var backgroundColor$c = {
|
|
48136
48215
|
"default": "#ffffff",
|
|
@@ -48161,7 +48240,7 @@ var modalLinkHoverFocus$2 = {
|
|
|
48161
48240
|
"default": standardInteractionStyles,
|
|
48162
48241
|
footer: standardInteractionStyles
|
|
48163
48242
|
};
|
|
48164
|
-
var fallbackValues$
|
|
48243
|
+
var fallbackValues$O = {
|
|
48165
48244
|
backgroundColor: backgroundColor$c,
|
|
48166
48245
|
linkColor: linkColor$6,
|
|
48167
48246
|
border: border$3,
|
|
@@ -48226,7 +48305,7 @@ var TermsAndConditionsModal = function TermsAndConditionsModal(_ref) {
|
|
|
48226
48305
|
}, link));
|
|
48227
48306
|
};
|
|
48228
48307
|
|
|
48229
|
-
var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$
|
|
48308
|
+
var TermsAndConditionsModal$1 = themeComponent(TermsAndConditionsModal, "TermsAndConditionsModal", fallbackValues$O, "default");
|
|
48230
48309
|
|
|
48231
48310
|
var TermsAndConditionsControlV1 = function TermsAndConditionsControlV1(_ref) {
|
|
48232
48311
|
var onCheck = _ref.onCheck,
|
|
@@ -49025,7 +49104,7 @@ var headingDisabledColor = "".concat(ATHENS_GREY);
|
|
|
49025
49104
|
var bodyBackgroundColor$1 = "#eeeeee";
|
|
49026
49105
|
var borderColor$5 = "".concat(GREY_CHATEAU);
|
|
49027
49106
|
var focusStyles = "outline: none;";
|
|
49028
|
-
var fallbackValues$
|
|
49107
|
+
var fallbackValues$P = {
|
|
49029
49108
|
headingBackgroundColor: headingBackgroundColor$1,
|
|
49030
49109
|
headingDisabledColor: headingDisabledColor,
|
|
49031
49110
|
bodyBackgroundColor: bodyBackgroundColor$1,
|
|
@@ -49215,7 +49294,7 @@ var RadioSection = function RadioSection(_ref) {
|
|
|
49215
49294
|
})));
|
|
49216
49295
|
};
|
|
49217
49296
|
|
|
49218
|
-
var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$
|
|
49297
|
+
var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues$P);
|
|
49219
49298
|
|
|
49220
49299
|
var RegistrationForm = function RegistrationForm(_ref) {
|
|
49221
49300
|
var _emailErrorMessages, _passwordErrorMessage;
|
|
@@ -49512,7 +49591,7 @@ var ResetPasswordSuccess = withWindowSize(ResetConfirmationForm$2);
|
|
|
49512
49591
|
var activeTabBackground = "#FFFFFF";
|
|
49513
49592
|
var activeTabAccent = "#15749D";
|
|
49514
49593
|
var activeTabHover = "#B8D5E1";
|
|
49515
|
-
var fallbackValues$
|
|
49594
|
+
var fallbackValues$Q = {
|
|
49516
49595
|
activeTabBackground: activeTabBackground,
|
|
49517
49596
|
activeTabAccent: activeTabAccent,
|
|
49518
49597
|
activeTabHover: activeTabHover
|
|
@@ -49591,12 +49670,12 @@ var Tabs = function Tabs(_ref) {
|
|
|
49591
49670
|
}))));
|
|
49592
49671
|
};
|
|
49593
49672
|
|
|
49594
|
-
var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$
|
|
49673
|
+
var Tabs$1 = themeComponent(Tabs, "NavigationTab", fallbackValues$Q);
|
|
49595
49674
|
|
|
49596
49675
|
var activeTabBackground$1 = "#FFFFFF";
|
|
49597
49676
|
var activeTabAccent$1 = "#15749D";
|
|
49598
49677
|
var activeTabHover$1 = "#B8D5E1";
|
|
49599
|
-
var fallbackValues$
|
|
49678
|
+
var fallbackValues$R = {
|
|
49600
49679
|
activeTabBackground: activeTabBackground$1,
|
|
49601
49680
|
activeTabAccent: activeTabAccent$1,
|
|
49602
49681
|
activeTabHover: activeTabHover$1
|
|
@@ -49652,7 +49731,7 @@ var TabSidebar = function TabSidebar(_ref) {
|
|
|
49652
49731
|
})));
|
|
49653
49732
|
};
|
|
49654
49733
|
|
|
49655
|
-
var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$
|
|
49734
|
+
var TabSidebar$1 = themeComponent(TabSidebar, "ProfileTab", fallbackValues$R);
|
|
49656
49735
|
|
|
49657
49736
|
var Timeout = function Timeout(_ref) {
|
|
49658
49737
|
var onLogout = _ref.onLogout;
|
|
@@ -49696,7 +49775,7 @@ var fontColor$1 = WHITE;
|
|
|
49696
49775
|
var textAlign$1 = "left";
|
|
49697
49776
|
var headerBackgroundColor$1 = BRIGHT_GREY;
|
|
49698
49777
|
var imageBackgroundColor$1 = MATISSE_BLUE;
|
|
49699
|
-
var fallbackValues$
|
|
49778
|
+
var fallbackValues$S = {
|
|
49700
49779
|
fontWeight: fontWeight$9,
|
|
49701
49780
|
fontColor: fontColor$1,
|
|
49702
49781
|
textAlign: textAlign$1,
|
|
@@ -49743,7 +49822,7 @@ var WelcomeModule = function WelcomeModule(_ref) {
|
|
|
49743
49822
|
})))));
|
|
49744
49823
|
};
|
|
49745
49824
|
|
|
49746
|
-
var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$
|
|
49825
|
+
var WelcomeModule$1 = /*#__PURE__*/React.memo(themeComponent(WelcomeModule, "WelcomeModule", fallbackValues$S));
|
|
49747
49826
|
|
|
49748
49827
|
var WorkflowTile = function WorkflowTile(_ref) {
|
|
49749
49828
|
var _ref$workflowName = _ref.workflowName,
|
|
@@ -49798,7 +49877,7 @@ var WorkflowTile = function WorkflowTile(_ref) {
|
|
|
49798
49877
|
};
|
|
49799
49878
|
|
|
49800
49879
|
var pageBackground = "#FBFCFD";
|
|
49801
|
-
var fallbackValues$
|
|
49880
|
+
var fallbackValues$T = {
|
|
49802
49881
|
pageBackground: pageBackground
|
|
49803
49882
|
};
|
|
49804
49883
|
|
|
@@ -49847,7 +49926,7 @@ var CenterSingle = function CenterSingle(_ref) {
|
|
|
49847
49926
|
})));
|
|
49848
49927
|
};
|
|
49849
49928
|
|
|
49850
|
-
var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$
|
|
49929
|
+
var CenterSingle$1 = withWindowSize(themeComponent(CenterSingle, "Global", fallbackValues$T));
|
|
49851
49930
|
|
|
49852
49931
|
var CenterStack = function CenterStack(_ref) {
|
|
49853
49932
|
var header = _ref.header,
|
|
@@ -49889,7 +49968,7 @@ var CenterStack = function CenterStack(_ref) {
|
|
|
49889
49968
|
})));
|
|
49890
49969
|
};
|
|
49891
49970
|
|
|
49892
|
-
var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$
|
|
49971
|
+
var CenterStack$1 = withWindowSize(themeComponent(CenterStack, "Global", fallbackValues$T));
|
|
49893
49972
|
|
|
49894
49973
|
var CenterSingle$2 = function CenterSingle(_ref) {
|
|
49895
49974
|
var header = _ref.header,
|
|
@@ -49934,7 +50013,7 @@ var CenterSingle$2 = function CenterSingle(_ref) {
|
|
|
49934
50013
|
})));
|
|
49935
50014
|
};
|
|
49936
50015
|
|
|
49937
|
-
var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$
|
|
50016
|
+
var DefaultPageTemplate = withWindowSize(themeComponent(CenterSingle$2, "Global", fallbackValues$T));
|
|
49938
50017
|
|
|
49939
50018
|
var SidebarSingleContent = function SidebarSingleContent(_ref) {
|
|
49940
50019
|
var header = _ref.header,
|
|
@@ -49988,7 +50067,7 @@ var SidebarSingleContent = function SidebarSingleContent(_ref) {
|
|
|
49988
50067
|
})));
|
|
49989
50068
|
};
|
|
49990
50069
|
|
|
49991
|
-
var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$
|
|
50070
|
+
var SidebarSingleContent$1 = withWindowSize(themeComponent(SidebarSingleContent, "Global", fallbackValues$T));
|
|
49992
50071
|
|
|
49993
50072
|
var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
49994
50073
|
var header = _ref.header,
|
|
@@ -50059,7 +50138,7 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
|
50059
50138
|
})));
|
|
50060
50139
|
};
|
|
50061
50140
|
|
|
50062
|
-
var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$
|
|
50141
|
+
var SidebarStackContent$1 = withWindowSize(themeComponent(SidebarStackContent, "Global", fallbackValues$T));
|
|
50063
50142
|
|
|
50064
50143
|
exports.AccountNumberImage = AccountNumberImage;
|
|
50065
50144
|
exports.AccountsAddIcon = AccountsAddIcon$1;
|
|
@@ -50076,7 +50155,9 @@ exports.ArrowLeftCircleIconMedium = ArrowLeftCircleIconMedium;
|
|
|
50076
50155
|
exports.ArrowLeftCircleIconSmall = ArrowLeftCircleIconSmall;
|
|
50077
50156
|
exports.ArrowRightCircleIconSmall = ArrowRightCircleIconSmall;
|
|
50078
50157
|
exports.ArrowUpCircleIconSmall = ArrowUpCircleIconSmall;
|
|
50158
|
+
exports.AutopayIcon = AutopayIcon;
|
|
50079
50159
|
exports.AutopayOnIcon = AutopayOnIcon;
|
|
50160
|
+
exports.Badge = Badge$1;
|
|
50080
50161
|
exports.BankIcon = BankIcon;
|
|
50081
50162
|
exports.BankIconLarge = BankIconLarge;
|
|
50082
50163
|
exports.Banner = Banner$1;
|