@thecb/components 8.0.4-beta.3 → 8.0.4-beta.4
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.esm.js
CHANGED
|
@@ -4779,7 +4779,7 @@ var fontSize = {
|
|
|
4779
4779
|
pXL: "1.5rem" // 24px
|
|
4780
4780
|
|
|
4781
4781
|
};
|
|
4782
|
-
var fallbackValues
|
|
4782
|
+
var fallbackValues = {
|
|
4783
4783
|
fontFamily: fontFamily,
|
|
4784
4784
|
fontSize: fontSize
|
|
4785
4785
|
};
|
|
@@ -6406,7 +6406,7 @@ var Text = function Text(_ref) {
|
|
|
6406
6406
|
}, rest), safeChildren(children, /*#__PURE__*/React.createElement("span", null)));
|
|
6407
6407
|
};
|
|
6408
6408
|
|
|
6409
|
-
var Text$1 = themeComponent(Text, "Text", fallbackValues
|
|
6409
|
+
var Text$1 = themeComponent(Text, "Text", fallbackValues, "p");
|
|
6410
6410
|
|
|
6411
6411
|
var _excluded$2 = ["activeStyles", "hoverStyles", "disabledStyles", "extraStyles", "borderSize", "borderColor", "borderWidthOverride", "borderRadius", "textAlign", "boxShadow", "minHeight", "minWidth", "maxWidth", "padding", "hiddenStyles", "ariaControls", "ariaLabel"];
|
|
6412
6412
|
/*
|
|
@@ -12763,7 +12763,7 @@ var activeColor = {
|
|
|
12763
12763
|
whiteSecondary: WHITE,
|
|
12764
12764
|
whitePrimary: WHITE
|
|
12765
12765
|
};
|
|
12766
|
-
var fallbackValues$
|
|
12766
|
+
var fallbackValues$1 = {
|
|
12767
12767
|
padding: padding,
|
|
12768
12768
|
color: color$1,
|
|
12769
12769
|
fontSizeVariant: fontSizeVariant,
|
|
@@ -12923,7 +12923,7 @@ var ButtonWithAction = function ButtonWithAction(_ref2) {
|
|
|
12923
12923
|
rest = _objectWithoutProperties(_ref2, _excluded$h);
|
|
12924
12924
|
|
|
12925
12925
|
var themeContext = useContext(ThemeContext);
|
|
12926
|
-
var themeValues = createThemeValues(themeContext, fallbackValues$
|
|
12926
|
+
var themeValues = createThemeValues(themeContext, fallbackValues$1, "Button", variant);
|
|
12927
12927
|
var isMobile = themeContext.isMobile;
|
|
12928
12928
|
var hoverStyles = "\n outline: none;\n background-color: ".concat(themeValues.hoverBackgroundColor, ";\n border-color: ").concat(themeValues.hoverBorderColor, ";\n color: ").concat(themeValues.hoverColor, ";\n text-decoration: ").concat(variant === "ghost" || variant === "smallGhost" ? "underline" : "none", ";\n cursor: pointer;\n ");
|
|
12929
12929
|
var activeStyles = "\n outline: none;\n background-color: ".concat(themeValues.activeBackgroundColor, ";\n border-color: ").concat(themeValues.activeBorderColor, ";\n color: ").concat(themeValues.activeColor, ";\n text-decoration: ").concat(variant === "ghost" || variant === "smallGhost" ? "underline" : "none", ";\n ");
|
|
@@ -12979,7 +12979,7 @@ var singleIconColor = {
|
|
|
12979
12979
|
secondary: "".concat(BRIGHT_GREY),
|
|
12980
12980
|
darkMode: "".concat(WHITE)
|
|
12981
12981
|
};
|
|
12982
|
-
var fallbackValues$
|
|
12982
|
+
var fallbackValues$2 = {
|
|
12983
12983
|
primaryColor: primaryColor,
|
|
12984
12984
|
accentColor: accentColor,
|
|
12985
12985
|
subIconColor: subIconColor,
|
|
@@ -13019,7 +13019,7 @@ var AccountsIcon = function AccountsIcon(_ref) {
|
|
|
13019
13019
|
})));
|
|
13020
13020
|
};
|
|
13021
13021
|
|
|
13022
|
-
var AccountsIcon$1 = themeComponent(AccountsIcon, "Icons", fallbackValues$
|
|
13022
|
+
var AccountsIcon$1 = themeComponent(AccountsIcon, "Icons", fallbackValues$2, "info");
|
|
13023
13023
|
|
|
13024
13024
|
var AccountsAddIcon = function AccountsAddIcon(_ref) {
|
|
13025
13025
|
var themeValues = _ref.themeValues;
|
|
@@ -13058,7 +13058,7 @@ var AccountsAddIcon = function AccountsAddIcon(_ref) {
|
|
|
13058
13058
|
})));
|
|
13059
13059
|
};
|
|
13060
13060
|
|
|
13061
|
-
var AccountsAddIcon$1 = themeComponent(AccountsAddIcon, "Icons", fallbackValues$
|
|
13061
|
+
var AccountsAddIcon$1 = themeComponent(AccountsAddIcon, "Icons", fallbackValues$2, "info");
|
|
13062
13062
|
|
|
13063
13063
|
var ForgotPasswordIcon = function ForgotPasswordIcon(_ref) {
|
|
13064
13064
|
var themeValues = _ref.themeValues;
|
|
@@ -13096,7 +13096,7 @@ var ForgotPasswordIcon = function ForgotPasswordIcon(_ref) {
|
|
|
13096
13096
|
})));
|
|
13097
13097
|
};
|
|
13098
13098
|
|
|
13099
|
-
var ForgotPasswordIcon$1 = themeComponent(ForgotPasswordIcon, "Icons", fallbackValues$
|
|
13099
|
+
var ForgotPasswordIcon$1 = themeComponent(ForgotPasswordIcon, "Icons", fallbackValues$2, "info");
|
|
13100
13100
|
|
|
13101
13101
|
var GoToEmailIcon = function GoToEmailIcon(_ref) {
|
|
13102
13102
|
var themeValues = _ref.themeValues;
|
|
@@ -13126,7 +13126,7 @@ var GoToEmailIcon = function GoToEmailIcon(_ref) {
|
|
|
13126
13126
|
})));
|
|
13127
13127
|
};
|
|
13128
13128
|
|
|
13129
|
-
var GoToEmailIcon$1 = themeComponent(GoToEmailIcon, "Icons", fallbackValues$
|
|
13129
|
+
var GoToEmailIcon$1 = themeComponent(GoToEmailIcon, "Icons", fallbackValues$2, "info");
|
|
13130
13130
|
|
|
13131
13131
|
var VerifiedEmailIcon = function VerifiedEmailIcon(_ref) {
|
|
13132
13132
|
var themeValues = _ref.themeValues;
|
|
@@ -13170,7 +13170,7 @@ var VerifiedEmailIcon = function VerifiedEmailIcon(_ref) {
|
|
|
13170
13170
|
})));
|
|
13171
13171
|
};
|
|
13172
13172
|
|
|
13173
|
-
var VerifiedEmailIcon$1 = themeComponent(VerifiedEmailIcon, "Icons", fallbackValues$
|
|
13173
|
+
var VerifiedEmailIcon$1 = themeComponent(VerifiedEmailIcon, "Icons", fallbackValues$2, "info");
|
|
13174
13174
|
|
|
13175
13175
|
var PaymentMethodIcon = function PaymentMethodIcon(_ref) {
|
|
13176
13176
|
var themeValues = _ref.themeValues;
|
|
@@ -13205,7 +13205,7 @@ var PaymentMethodIcon = function PaymentMethodIcon(_ref) {
|
|
|
13205
13205
|
})));
|
|
13206
13206
|
};
|
|
13207
13207
|
|
|
13208
|
-
var PaymentMethodIcon$1 = themeComponent(PaymentMethodIcon, "Icons", fallbackValues$
|
|
13208
|
+
var PaymentMethodIcon$1 = themeComponent(PaymentMethodIcon, "Icons", fallbackValues$2, "info");
|
|
13209
13209
|
|
|
13210
13210
|
var AccountsIconSmall = function AccountsIconSmall(_ref) {
|
|
13211
13211
|
var themeValues = _ref.themeValues;
|
|
@@ -13244,7 +13244,7 @@ var AccountsIconSmall = function AccountsIconSmall(_ref) {
|
|
|
13244
13244
|
}))))))));
|
|
13245
13245
|
};
|
|
13246
13246
|
|
|
13247
|
-
var AccountsIconSmall$1 = themeComponent(AccountsIconSmall, "Icons", fallbackValues$
|
|
13247
|
+
var AccountsIconSmall$1 = themeComponent(AccountsIconSmall, "Icons", fallbackValues$2, "primary");
|
|
13248
13248
|
|
|
13249
13249
|
var PaymentsIconSmall = function PaymentsIconSmall(_ref) {
|
|
13250
13250
|
var themeValues = _ref.themeValues;
|
|
@@ -13295,7 +13295,7 @@ var PaymentsIconSmall = function PaymentsIconSmall(_ref) {
|
|
|
13295
13295
|
}))))))));
|
|
13296
13296
|
};
|
|
13297
13297
|
|
|
13298
|
-
var PaymentsIconSmall$1 = themeComponent(PaymentsIconSmall, "Icons", fallbackValues$
|
|
13298
|
+
var PaymentsIconSmall$1 = themeComponent(PaymentsIconSmall, "Icons", fallbackValues$2, "primary");
|
|
13299
13299
|
|
|
13300
13300
|
var PaymentMethodAddIcon = function PaymentMethodAddIcon(_ref) {
|
|
13301
13301
|
var themeValues = _ref.themeValues;
|
|
@@ -13359,7 +13359,7 @@ var PaymentMethodAddIcon = function PaymentMethodAddIcon(_ref) {
|
|
|
13359
13359
|
})))))));
|
|
13360
13360
|
};
|
|
13361
13361
|
|
|
13362
|
-
var PaymentMethodAddIcon$1 = themeComponent(PaymentMethodAddIcon, "Icons", fallbackValues$
|
|
13362
|
+
var PaymentMethodAddIcon$1 = themeComponent(PaymentMethodAddIcon, "Icons", fallbackValues$2, "info");
|
|
13363
13363
|
|
|
13364
13364
|
var ProfileIconSmall = function ProfileIconSmall(_ref) {
|
|
13365
13365
|
var themeValues = _ref.themeValues;
|
|
@@ -13388,7 +13388,7 @@ var ProfileIconSmall = function ProfileIconSmall(_ref) {
|
|
|
13388
13388
|
})))));
|
|
13389
13389
|
};
|
|
13390
13390
|
|
|
13391
|
-
var ProfileIconSmall$1 = themeComponent(ProfileIconSmall, "Icons", fallbackValues$
|
|
13391
|
+
var ProfileIconSmall$1 = themeComponent(ProfileIconSmall, "Icons", fallbackValues$2, "primary");
|
|
13392
13392
|
|
|
13393
13393
|
var SettingsIconSmall = function SettingsIconSmall(_ref) {
|
|
13394
13394
|
var themeValues = _ref.themeValues;
|
|
@@ -13439,7 +13439,7 @@ var SettingsIconSmall = function SettingsIconSmall(_ref) {
|
|
|
13439
13439
|
}))))))));
|
|
13440
13440
|
};
|
|
13441
13441
|
|
|
13442
|
-
var SettingsIconSmall$1 = themeComponent(SettingsIconSmall, "Icons", fallbackValues$
|
|
13442
|
+
var SettingsIconSmall$1 = themeComponent(SettingsIconSmall, "Icons", fallbackValues$2, "primary");
|
|
13443
13443
|
|
|
13444
13444
|
var WalletIconSmall = function WalletIconSmall(_ref) {
|
|
13445
13445
|
var themeValues = _ref.themeValues,
|
|
@@ -13480,7 +13480,7 @@ var WalletIconSmall = function WalletIconSmall(_ref) {
|
|
|
13480
13480
|
})));
|
|
13481
13481
|
};
|
|
13482
13482
|
|
|
13483
|
-
var WalletIconSmall$1 = themeComponent(WalletIconSmall, "Icons", fallbackValues$
|
|
13483
|
+
var WalletIconSmall$1 = themeComponent(WalletIconSmall, "Icons", fallbackValues$2, "primary");
|
|
13484
13484
|
|
|
13485
13485
|
var ChevronIcon = function ChevronIcon(_ref) {
|
|
13486
13486
|
var themeValues = _ref.themeValues,
|
|
@@ -13522,7 +13522,7 @@ var ChevronIcon = function ChevronIcon(_ref) {
|
|
|
13522
13522
|
}))));
|
|
13523
13523
|
};
|
|
13524
13524
|
|
|
13525
|
-
var ChevronIcon$1 = themeComponent(ChevronIcon, "Icons", fallbackValues$
|
|
13525
|
+
var ChevronIcon$1 = themeComponent(ChevronIcon, "Icons", fallbackValues$2, "secondary");
|
|
13526
13526
|
|
|
13527
13527
|
var PropertiesAddIcon = function PropertiesAddIcon(_ref) {
|
|
13528
13528
|
var themeValues = _ref.themeValues;
|
|
@@ -13591,7 +13591,7 @@ var PropertiesAddIcon = function PropertiesAddIcon(_ref) {
|
|
|
13591
13591
|
})))))));
|
|
13592
13592
|
};
|
|
13593
13593
|
|
|
13594
|
-
var PropertiesAddIcon$1 = themeComponent(PropertiesAddIcon, "Icons", fallbackValues$
|
|
13594
|
+
var PropertiesAddIcon$1 = themeComponent(PropertiesAddIcon, "Icons", fallbackValues$2, "info");
|
|
13595
13595
|
|
|
13596
13596
|
var PropertiesIconSmall = function PropertiesIconSmall(_ref) {
|
|
13597
13597
|
var themeValues = _ref.themeValues;
|
|
@@ -13618,7 +13618,7 @@ var PropertiesIconSmall = function PropertiesIconSmall(_ref) {
|
|
|
13618
13618
|
})));
|
|
13619
13619
|
};
|
|
13620
13620
|
|
|
13621
|
-
var PropertiesIconSmall$1 = themeComponent(PropertiesIconSmall, "Icons", fallbackValues$
|
|
13621
|
+
var PropertiesIconSmall$1 = themeComponent(PropertiesIconSmall, "Icons", fallbackValues$2, "primary");
|
|
13622
13622
|
|
|
13623
13623
|
var AccountNumberImage = function AccountNumberImage() {
|
|
13624
13624
|
return /*#__PURE__*/React.createElement("svg", {
|
|
@@ -14523,7 +14523,7 @@ var WalletIcon = function WalletIcon(_ref) {
|
|
|
14523
14523
|
}))));
|
|
14524
14524
|
};
|
|
14525
14525
|
|
|
14526
|
-
var WalletIcon$1 = themeComponent(WalletIcon, "Icons", fallbackValues$
|
|
14526
|
+
var WalletIcon$1 = themeComponent(WalletIcon, "Icons", fallbackValues$2, "info");
|
|
14527
14527
|
|
|
14528
14528
|
var AchReturnIcon = function AchReturnIcon() {
|
|
14529
14529
|
return /*#__PURE__*/React.createElement("svg", {
|
|
@@ -14774,7 +14774,7 @@ var PencilIcon = function PencilIcon(_ref) {
|
|
|
14774
14774
|
}));
|
|
14775
14775
|
};
|
|
14776
14776
|
|
|
14777
|
-
var PencilIcon$1 = themeComponent(PencilIcon, "Icons", fallbackValues$
|
|
14777
|
+
var PencilIcon$1 = themeComponent(PencilIcon, "Icons", fallbackValues$2, "info");
|
|
14778
14778
|
|
|
14779
14779
|
var PendingIcon = function PendingIcon(_ref) {
|
|
14780
14780
|
var _ref$fill = _ref.fill,
|
|
@@ -14986,7 +14986,7 @@ var CarrotIcon = function CarrotIcon(_ref) {
|
|
|
14986
14986
|
}))))))));
|
|
14987
14987
|
};
|
|
14988
14988
|
|
|
14989
|
-
var CarrotIcon$1 = themeComponent(CarrotIcon, "Icons", fallbackValues$
|
|
14989
|
+
var CarrotIcon$1 = themeComponent(CarrotIcon, "Icons", fallbackValues$2, "darkMode");
|
|
14990
14990
|
|
|
14991
14991
|
var ProfileIcon = function ProfileIcon(_ref) {
|
|
14992
14992
|
var themeValues = _ref.themeValues;
|
|
@@ -15024,7 +15024,7 @@ var ProfileIcon = function ProfileIcon(_ref) {
|
|
|
15024
15024
|
}))));
|
|
15025
15025
|
};
|
|
15026
15026
|
|
|
15027
|
-
var ProfileIcon$1 = themeComponent(ProfileIcon, "Icons", fallbackValues$
|
|
15027
|
+
var ProfileIcon$1 = themeComponent(ProfileIcon, "Icons", fallbackValues$2, "info");
|
|
15028
15028
|
|
|
15029
15029
|
var GenericCardLarge = function GenericCardLarge() {
|
|
15030
15030
|
return /*#__PURE__*/React.createElement("svg", {
|
|
@@ -15085,7 +15085,7 @@ var EmptyCartIcon = function EmptyCartIcon(_ref) {
|
|
|
15085
15085
|
})));
|
|
15086
15086
|
};
|
|
15087
15087
|
|
|
15088
|
-
var EmptyCartIcon$1 = themeComponent(EmptyCartIcon, "Icons", fallbackValues$
|
|
15088
|
+
var EmptyCartIcon$1 = themeComponent(EmptyCartIcon, "Icons", fallbackValues$2, "info");
|
|
15089
15089
|
|
|
15090
15090
|
var ShoppingCartIcon = function ShoppingCartIcon() {
|
|
15091
15091
|
return /*#__PURE__*/React.createElement("svg", {
|
|
@@ -15157,7 +15157,7 @@ var TrashIcon = function TrashIcon(_ref) {
|
|
|
15157
15157
|
})));
|
|
15158
15158
|
};
|
|
15159
15159
|
|
|
15160
|
-
var TrashIcon$1 = themeComponent(TrashIcon, "Icons", fallbackValues$
|
|
15160
|
+
var TrashIcon$1 = themeComponent(TrashIcon, "Icons", fallbackValues$2, "primary");
|
|
15161
15161
|
|
|
15162
15162
|
var NoCustomerResultsIcon = function NoCustomerResultsIcon() {
|
|
15163
15163
|
return /*#__PURE__*/React.createElement("svg", {
|
|
@@ -15750,7 +15750,7 @@ var WalletBannerIcon = function WalletBannerIcon(_ref) {
|
|
|
15750
15750
|
}));
|
|
15751
15751
|
};
|
|
15752
15752
|
|
|
15753
|
-
var WalletBannerIcon$1 = themeComponent(WalletBannerIcon, "Icons", fallbackValues$
|
|
15753
|
+
var WalletBannerIcon$1 = themeComponent(WalletBannerIcon, "Icons", fallbackValues$2, "primary");
|
|
15754
15754
|
|
|
15755
15755
|
var StandardCheckoutImage = function StandardCheckoutImage() {
|
|
15756
15756
|
return /*#__PURE__*/React.createElement("svg", {
|
|
@@ -17262,7 +17262,7 @@ var FindIconSmall = function FindIconSmall(_ref) {
|
|
|
17262
17262
|
})));
|
|
17263
17263
|
};
|
|
17264
17264
|
|
|
17265
|
-
var FindIconSmall$1 = themeComponent(FindIconSmall, "Icons", fallbackValues$
|
|
17265
|
+
var FindIconSmall$1 = themeComponent(FindIconSmall, "Icons", fallbackValues$2, "primary");
|
|
17266
17266
|
|
|
17267
17267
|
var HistoryIconSmall = function HistoryIconSmall(_ref) {
|
|
17268
17268
|
var themeValues = _ref.themeValues;
|
|
@@ -17288,7 +17288,7 @@ var HistoryIconSmall = function HistoryIconSmall(_ref) {
|
|
|
17288
17288
|
}));
|
|
17289
17289
|
};
|
|
17290
17290
|
|
|
17291
|
-
var HistoryIconSmall$1 = themeComponent(HistoryIconSmall, "Icons", fallbackValues$
|
|
17291
|
+
var HistoryIconSmall$1 = themeComponent(HistoryIconSmall, "Icons", fallbackValues$2, "primary");
|
|
17292
17292
|
|
|
17293
17293
|
var ChargebackIconSmall = function ChargebackIconSmall(_ref) {
|
|
17294
17294
|
var _ref$color = _ref.color,
|
|
@@ -18023,7 +18023,7 @@ var ChargebackReversalIconMedium = function ChargebackReversalIconMedium(_ref) {
|
|
|
18023
18023
|
var color$2 = "#15749D";
|
|
18024
18024
|
var hoverColor$1 = "#116285";
|
|
18025
18025
|
var activeColor$1 = "#0E506D";
|
|
18026
|
-
var fallbackValues$
|
|
18026
|
+
var fallbackValues$3 = {
|
|
18027
18027
|
color: color$2,
|
|
18028
18028
|
hoverColor: hoverColor$1,
|
|
18029
18029
|
activeColor: activeColor$1
|
|
@@ -18065,7 +18065,7 @@ var AddObligation = function AddObligation(_ref) {
|
|
|
18065
18065
|
})))));
|
|
18066
18066
|
};
|
|
18067
18067
|
|
|
18068
|
-
var AddObligation$1 = themeComponent(AddObligation, "AddObligation", fallbackValues$
|
|
18068
|
+
var AddObligation$1 = themeComponent(AddObligation, "AddObligation", fallbackValues$3);
|
|
18069
18069
|
|
|
18070
18070
|
var IconChevron = function IconChevron(_ref) {
|
|
18071
18071
|
var _ref$fill = _ref.fill,
|
|
@@ -18454,7 +18454,7 @@ var link = {
|
|
|
18454
18454
|
error: "".concat(SCIENCE_BLUE),
|
|
18455
18455
|
success: "".concat(SCIENCE_BLUE)
|
|
18456
18456
|
};
|
|
18457
|
-
var fallbackValues$
|
|
18457
|
+
var fallbackValues$4 = {
|
|
18458
18458
|
background: background,
|
|
18459
18459
|
border: border$1,
|
|
18460
18460
|
iconBackground: iconBackground,
|
|
@@ -18607,7 +18607,7 @@ var Alert = function Alert(_ref) {
|
|
|
18607
18607
|
}, content) : content);
|
|
18608
18608
|
};
|
|
18609
18609
|
|
|
18610
|
-
var Alert$1 = themeComponent(Alert, "Alert", fallbackValues$
|
|
18610
|
+
var Alert$1 = themeComponent(Alert, "Alert", fallbackValues$4, "info");
|
|
18611
18611
|
|
|
18612
18612
|
var TitleText = styled.h1.withConfig({
|
|
18613
18613
|
displayName: "Titlestyled__TitleText",
|
|
@@ -18652,7 +18652,7 @@ var mobileFontSize = {
|
|
|
18652
18652
|
small: "1.2142rem" // 17px
|
|
18653
18653
|
|
|
18654
18654
|
};
|
|
18655
|
-
var fallbackValues$
|
|
18655
|
+
var fallbackValues$5 = {
|
|
18656
18656
|
fontFamily: fontFamily$1,
|
|
18657
18657
|
fontSize: fontSize$1
|
|
18658
18658
|
};
|
|
@@ -18689,7 +18689,7 @@ var _excluded$i = ["themeValues", "weight", "color", "margin", "textAlign", "ext
|
|
|
18689
18689
|
var isBelowBreakpoint = window.innerWidth < MOBILE_BREAKPOINT;
|
|
18690
18690
|
var isTouchDevice$1 = "ontouchstart" in window || navigator.maxTouchPoints > 1;
|
|
18691
18691
|
var mobileDeviceDetected = isBelowBreakpoint && isTouchDevice$1;
|
|
18692
|
-
var fallbacks = mobileDeviceDetected ? mobileFallbackValues : fallbackValues$
|
|
18692
|
+
var fallbacks = mobileDeviceDetected ? mobileFallbackValues : fallbackValues$5;
|
|
18693
18693
|
|
|
18694
18694
|
var Title = function Title(_ref) {
|
|
18695
18695
|
var themeValues = _ref.themeValues,
|
|
@@ -18729,7 +18729,7 @@ var Title = function Title(_ref) {
|
|
|
18729
18729
|
var Title$1 = themeComponent(Title, "Title", fallbacks, "large");
|
|
18730
18730
|
|
|
18731
18731
|
var color$3 = "#292A33";
|
|
18732
|
-
var fallbackValues$
|
|
18732
|
+
var fallbackValues$6 = {
|
|
18733
18733
|
color: color$3
|
|
18734
18734
|
};
|
|
18735
18735
|
|
|
@@ -18748,7 +18748,7 @@ var AmountCallout = function AmountCallout(_ref) {
|
|
|
18748
18748
|
}, amount));
|
|
18749
18749
|
};
|
|
18750
18750
|
|
|
18751
|
-
var AmountCallout$1 = themeComponent(AmountCallout, "AmountCallout", fallbackValues$
|
|
18751
|
+
var AmountCallout$1 = themeComponent(AmountCallout, "AmountCallout", fallbackValues$6);
|
|
18752
18752
|
|
|
18753
18753
|
function _extends$1() {
|
|
18754
18754
|
_extends$1 = Object.assign ? Object.assign.bind() : function (target) {
|
|
@@ -19567,7 +19567,7 @@ var curriedTint = /*#__PURE__*/curry
|
|
|
19567
19567
|
var curriedTint$1 = curriedTint;
|
|
19568
19568
|
|
|
19569
19569
|
var linkColor = MATISSE_BLUE;
|
|
19570
|
-
var fallbackValues$
|
|
19570
|
+
var fallbackValues$7 = {
|
|
19571
19571
|
linkColor: linkColor
|
|
19572
19572
|
};
|
|
19573
19573
|
|
|
@@ -19594,7 +19594,7 @@ var BoxWithShadow = function BoxWithShadow(_ref) {
|
|
|
19594
19594
|
}, props), children);
|
|
19595
19595
|
};
|
|
19596
19596
|
|
|
19597
|
-
var BoxWithShadow$1 = themeComponent(BoxWithShadow, "BoxWithShadow", fallbackValues$
|
|
19597
|
+
var BoxWithShadow$1 = themeComponent(BoxWithShadow, "BoxWithShadow", fallbackValues$7);
|
|
19598
19598
|
|
|
19599
19599
|
// import theme from "styled-theming";
|
|
19600
19600
|
/*
|
|
@@ -19610,7 +19610,7 @@ var lineHeight = "1.25rem";
|
|
|
19610
19610
|
var fontWeight$1 = "400";
|
|
19611
19611
|
var margin = "0.5rem";
|
|
19612
19612
|
var hover = "text-decoration: none;";
|
|
19613
|
-
var fallbackValues$
|
|
19613
|
+
var fallbackValues$8 = {
|
|
19614
19614
|
color: color$4,
|
|
19615
19615
|
activeColor: activeColor$2,
|
|
19616
19616
|
activeBreadcrumbColor: activeBreadcrumbColor,
|
|
@@ -19628,7 +19628,7 @@ var fontFamily$2 = {
|
|
|
19628
19628
|
var hoverColor$2 = "#116285";
|
|
19629
19629
|
var activeColor$3 = "#0E506D";
|
|
19630
19630
|
var externalLinkColor = "#15749D";
|
|
19631
|
-
var fallbackValues$
|
|
19631
|
+
var fallbackValues$9 = {
|
|
19632
19632
|
fontFamily: fontFamily$2,
|
|
19633
19633
|
hoverColor: hoverColor$2,
|
|
19634
19634
|
activeColor: activeColor$3,
|
|
@@ -19703,7 +19703,7 @@ var ExternalLink = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
19703
19703
|
ariaLabel = _ref.ariaLabel,
|
|
19704
19704
|
children = _ref.children;
|
|
19705
19705
|
var themeContext = useContext(ThemeContext);
|
|
19706
|
-
var themeValues = createThemeValues(themeContext, fallbackValues$
|
|
19706
|
+
var themeValues = createThemeValues(themeContext, fallbackValues$9, "Link", variant);
|
|
19707
19707
|
return /*#__PURE__*/React.createElement(StyledExternalLink, {
|
|
19708
19708
|
href: href,
|
|
19709
19709
|
target: newTab ? "_blank" : "",
|
|
@@ -19795,7 +19795,7 @@ var InternalLink = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
19795
19795
|
_ref$extraStyles = _ref.extraStyles,
|
|
19796
19796
|
extraStyles = _ref$extraStyles === void 0 ? "" : _ref$extraStyles;
|
|
19797
19797
|
var themeContext = useContext(ThemeContext);
|
|
19798
|
-
var themeValues = createThemeValues(themeContext, fallbackValues$
|
|
19798
|
+
var themeValues = createThemeValues(themeContext, fallbackValues$9, "Link", variant);
|
|
19799
19799
|
return /*#__PURE__*/React.createElement(StyledInternalLink, {
|
|
19800
19800
|
to: to,
|
|
19801
19801
|
color: color,
|
|
@@ -19818,7 +19818,7 @@ var Breadcrumbs = function Breadcrumbs(_ref) {
|
|
|
19818
19818
|
var _ref$breadcrumbsList = _ref.breadcrumbsList,
|
|
19819
19819
|
breadcrumbsList = _ref$breadcrumbsList === void 0 ? [] : _ref$breadcrumbsList;
|
|
19820
19820
|
var themeContext = useContext(ThemeContext);
|
|
19821
|
-
var themeValues = createThemeValues(themeContext, fallbackValues$
|
|
19821
|
+
var themeValues = createThemeValues(themeContext, fallbackValues$8, "Breadcrumb");
|
|
19822
19822
|
return /*#__PURE__*/React.createElement(Box, {
|
|
19823
19823
|
padding: "0",
|
|
19824
19824
|
as: "nav",
|
|
@@ -21499,7 +21499,7 @@ var fontSize$3 = {
|
|
|
21499
21499
|
pXL: "1.5rem" // 24px
|
|
21500
21500
|
|
|
21501
21501
|
};
|
|
21502
|
-
var fallbackValues$
|
|
21502
|
+
var fallbackValues$a = {
|
|
21503
21503
|
fontFamily: fontFamily$3,
|
|
21504
21504
|
fontSize: fontSize$3
|
|
21505
21505
|
};
|
|
@@ -21556,11 +21556,11 @@ var Paragraph = function Paragraph(_ref) {
|
|
|
21556
21556
|
}, rest), safeChildren(children, /*#__PURE__*/React.createElement("span", null)));
|
|
21557
21557
|
};
|
|
21558
21558
|
|
|
21559
|
-
var Paragraph$1 = themeComponent(Paragraph, "Paragraph", fallbackValues$
|
|
21559
|
+
var Paragraph$1 = themeComponent(Paragraph, "Paragraph", fallbackValues$a, "p");
|
|
21560
21560
|
|
|
21561
21561
|
var backgroundColor$1 = WHITE;
|
|
21562
21562
|
var iconBackgroundColor = GRECIAN_GREY;
|
|
21563
|
-
var fallbackValues$
|
|
21563
|
+
var fallbackValues$b = {
|
|
21564
21564
|
backgroundColor: backgroundColor$1,
|
|
21565
21565
|
iconBackgroundColor: iconBackgroundColor
|
|
21566
21566
|
};
|
|
@@ -21703,7 +21703,7 @@ var CardRegistryCard = function CardRegistryCard(_ref2) {
|
|
|
21703
21703
|
}))))));
|
|
21704
21704
|
};
|
|
21705
21705
|
|
|
21706
|
-
var CardRegistryCard$1 = themeComponent(withWindowSize(CardRegistryCard), "CardRegistryCard", fallbackValues$
|
|
21706
|
+
var CardRegistryCard$1 = themeComponent(withWindowSize(CardRegistryCard), "CardRegistryCard", fallbackValues$b);
|
|
21707
21707
|
|
|
21708
21708
|
var cardRegistry = {
|
|
21709
21709
|
accounts: function accounts(props) {
|
|
@@ -21774,7 +21774,7 @@ var checkedStyles = {
|
|
|
21774
21774
|
var defaultStyles = {
|
|
21775
21775
|
"default": "\n background: ".concat(WHITE, "; \n border: 1px solid ").concat(STORM_GREY, ";\n")
|
|
21776
21776
|
};
|
|
21777
|
-
var fallbackValues$
|
|
21777
|
+
var fallbackValues$c = {
|
|
21778
21778
|
backgroundColor: backgroundColor$2,
|
|
21779
21779
|
textFontSize: textFontSize,
|
|
21780
21780
|
textFontWeight: textFontWeight,
|
|
@@ -21915,7 +21915,7 @@ var Checkbox = function Checkbox(_ref4) {
|
|
|
21915
21915
|
}, title)));
|
|
21916
21916
|
};
|
|
21917
21917
|
|
|
21918
|
-
var Checkbox$1 = themeComponent(Checkbox, "Checkbox", fallbackValues$
|
|
21918
|
+
var Checkbox$1 = themeComponent(Checkbox, "Checkbox", fallbackValues$c, "default");
|
|
21919
21919
|
|
|
21920
21920
|
var listBackgroundColor = {
|
|
21921
21921
|
"default": "".concat(ATHENS_GREY),
|
|
@@ -21941,7 +21941,7 @@ var radioButtonInactive = {
|
|
|
21941
21941
|
"default": "".concat(GHOST_GREY),
|
|
21942
21942
|
disabled: "".concat(GHOST_GREY)
|
|
21943
21943
|
};
|
|
21944
|
-
var fallbackValues$
|
|
21944
|
+
var fallbackValues$d = {
|
|
21945
21945
|
listBackgroundColor: listBackgroundColor,
|
|
21946
21946
|
listItemColor: listItemColor,
|
|
21947
21947
|
listItemBackgroundColor: listItemBackgroundColor,
|
|
@@ -22112,7 +22112,7 @@ var CheckboxList = function CheckboxList(_ref2) {
|
|
|
22112
22112
|
})));
|
|
22113
22113
|
};
|
|
22114
22114
|
|
|
22115
|
-
var CheckboxList$1 = themeComponent(CheckboxList, "CheckboxList", fallbackValues$
|
|
22115
|
+
var CheckboxList$1 = themeComponent(CheckboxList, "CheckboxList", fallbackValues$d, "default");
|
|
22116
22116
|
|
|
22117
22117
|
var DropdownIcon = function DropdownIcon() {
|
|
22118
22118
|
return /*#__PURE__*/React.createElement("svg", {
|
|
@@ -23413,7 +23413,7 @@ exportTypedArrayMethod$1('at', function at(index) {
|
|
|
23413
23413
|
|
|
23414
23414
|
var selectedColor = "".concat(MATISSE_BLUE);
|
|
23415
23415
|
var hoverColor$3 = "".concat(HOVER_LIGHT_BLUE);
|
|
23416
|
-
var fallbackValues$
|
|
23416
|
+
var fallbackValues$e = {
|
|
23417
23417
|
selectedColor: selectedColor,
|
|
23418
23418
|
hoverColor: hoverColor$3
|
|
23419
23419
|
};
|
|
@@ -23808,7 +23808,7 @@ var Dropdown = function Dropdown(_ref8) {
|
|
|
23808
23808
|
}))) : /*#__PURE__*/React.createElement(Fragment$1, null)));
|
|
23809
23809
|
};
|
|
23810
23810
|
|
|
23811
|
-
var Dropdown$1 = themeComponent(Dropdown, "Dropdown", fallbackValues$
|
|
23811
|
+
var Dropdown$1 = themeComponent(Dropdown, "Dropdown", fallbackValues$e);
|
|
23812
23812
|
|
|
23813
23813
|
var SelectContainer = styled.div.withConfig({
|
|
23814
23814
|
displayName: "FormSelectstyled__SelectContainer",
|
|
@@ -23879,7 +23879,7 @@ var hoverFocusStyles = {
|
|
|
23879
23879
|
"default": "color: #0E506D; outline: none; text-decoration: underline; ",
|
|
23880
23880
|
disabled: "color: #6D717E;"
|
|
23881
23881
|
};
|
|
23882
|
-
var fallbackValues$
|
|
23882
|
+
var fallbackValues$f = {
|
|
23883
23883
|
linkColor: linkColor$1,
|
|
23884
23884
|
formBackgroundColor: formBackgroundColor,
|
|
23885
23885
|
inputBackgroundColor: inputBackgroundColor,
|
|
@@ -23982,7 +23982,7 @@ var FormSelect = function FormSelect(_ref) {
|
|
|
23982
23982
|
})));
|
|
23983
23983
|
};
|
|
23984
23984
|
|
|
23985
|
-
var FormSelect$1 = themeComponent(FormSelect, "FormSelect", fallbackValues$
|
|
23985
|
+
var FormSelect$1 = themeComponent(FormSelect, "FormSelect", fallbackValues$f, "default");
|
|
23986
23986
|
|
|
23987
23987
|
var options = [{
|
|
23988
23988
|
text: "Afghanistan",
|
|
@@ -24799,7 +24799,7 @@ var mobileFontSize$1 = {
|
|
|
24799
24799
|
extraSmall: "0.71428rem" // 10px
|
|
24800
24800
|
|
|
24801
24801
|
};
|
|
24802
|
-
var fallbackValues$
|
|
24802
|
+
var fallbackValues$g = {
|
|
24803
24803
|
fontFamily: fontFamily$4,
|
|
24804
24804
|
fontSize: fontSize$5
|
|
24805
24805
|
};
|
|
@@ -24839,7 +24839,7 @@ var _excluded$o = ["themeValues", "weight", "color", "margin", "textAlign", "ext
|
|
|
24839
24839
|
var isBelowBreakpoint$1 = window.innerWidth < MOBILE_BREAKPOINT$1;
|
|
24840
24840
|
var isTouchDevice$2 = "ontouchstart" in window || navigator.maxTouchPoints > 1;
|
|
24841
24841
|
var mobileDeviceDetected$1 = isBelowBreakpoint$1 && isTouchDevice$2;
|
|
24842
|
-
var fallbacks$1 = mobileDeviceDetected$1 ? mobileFallbackValues$1 : fallbackValues$
|
|
24842
|
+
var fallbacks$1 = mobileDeviceDetected$1 ? mobileFallbackValues$1 : fallbackValues$g;
|
|
24843
24843
|
|
|
24844
24844
|
var Detail = function Detail(_ref) {
|
|
24845
24845
|
var themeValues = _ref.themeValues,
|
|
@@ -24880,7 +24880,7 @@ var Detail$1 = themeComponent(Detail, "Detail", fallbacks$1, "regular");
|
|
|
24880
24880
|
|
|
24881
24881
|
var backgroundColor$3 = WHITE;
|
|
24882
24882
|
var boxShadow = "0px 2px 14px 0px ".concat(ATHENS_GREY, ", 0px 3px 8px 0px ").concat(GHOST_GREY);
|
|
24883
|
-
var fallbackValues$
|
|
24883
|
+
var fallbackValues$h = {
|
|
24884
24884
|
backgroundColor: backgroundColor$3,
|
|
24885
24885
|
boxShadow: boxShadow
|
|
24886
24886
|
};
|
|
@@ -24901,7 +24901,7 @@ var DisplayBox = function DisplayBox(_ref) {
|
|
|
24901
24901
|
}, children));
|
|
24902
24902
|
};
|
|
24903
24903
|
|
|
24904
|
-
var DisplayBox$1 = themeComponent(DisplayBox, "DisplayBox", fallbackValues$
|
|
24904
|
+
var DisplayBox$1 = themeComponent(DisplayBox, "DisplayBox", fallbackValues$h);
|
|
24905
24905
|
|
|
24906
24906
|
function _extends$2() {
|
|
24907
24907
|
_extends$2 = Object.assign || function (target) {
|
|
@@ -25292,7 +25292,7 @@ var index$4 = /*#__PURE__*/Object.freeze({
|
|
|
25292
25292
|
var hoverColor$4 = "#116285";
|
|
25293
25293
|
var activeColor$4 = "#0E506D";
|
|
25294
25294
|
var popoverTriggerColor = "#15749D";
|
|
25295
|
-
var fallbackValues$
|
|
25295
|
+
var fallbackValues$i = {
|
|
25296
25296
|
hoverColor: hoverColor$4,
|
|
25297
25297
|
activeColor: activeColor$4,
|
|
25298
25298
|
popoverTriggerColor: popoverTriggerColor
|
|
@@ -25450,7 +25450,7 @@ var Popover = function Popover(_ref) {
|
|
|
25450
25450
|
})));
|
|
25451
25451
|
};
|
|
25452
25452
|
|
|
25453
|
-
var Popover$1 = themeComponent(Popover, "Popover", fallbackValues$
|
|
25453
|
+
var Popover$1 = themeComponent(Popover, "Popover", fallbackValues$i);
|
|
25454
25454
|
|
|
25455
25455
|
var DisplayCard = function DisplayCard(_ref) {
|
|
25456
25456
|
var title = _ref.title,
|
|
@@ -25568,7 +25568,7 @@ var hoverFocusStyles$1 = {
|
|
|
25568
25568
|
var formFooterPanel = {
|
|
25569
25569
|
"default": "".concat(INFO_BLUE)
|
|
25570
25570
|
};
|
|
25571
|
-
var fallbackValues$
|
|
25571
|
+
var fallbackValues$j = {
|
|
25572
25572
|
linkColor: linkColor$2,
|
|
25573
25573
|
formBackgroundColor: formBackgroundColor$1,
|
|
25574
25574
|
inputBackgroundColor: inputBackgroundColor$1,
|
|
@@ -25790,7 +25790,7 @@ var FormInput = function FormInput(_ref15) {
|
|
|
25790
25790
|
}, decorator)));
|
|
25791
25791
|
};
|
|
25792
25792
|
|
|
25793
|
-
var FormInput$1 = themeComponent(FormInput, "FormInput", fallbackValues$
|
|
25793
|
+
var FormInput$1 = themeComponent(FormInput, "FormInput", fallbackValues$j, "default");
|
|
25794
25794
|
|
|
25795
25795
|
var _excluded$q = ["breakpoint", "childGap", "largeChild", "largeChildSize", "children"];
|
|
25796
25796
|
|
|
@@ -25846,7 +25846,7 @@ var FormContainer = function FormContainer(_ref) {
|
|
|
25846
25846
|
}, rest), children);
|
|
25847
25847
|
};
|
|
25848
25848
|
|
|
25849
|
-
var FormContainer$1 = themeComponent(withWindowSize(FormContainer), "FormContainer", fallbackValues$
|
|
25849
|
+
var FormContainer$1 = themeComponent(withWindowSize(FormContainer), "FormContainer", fallbackValues$j, "default");
|
|
25850
25850
|
|
|
25851
25851
|
var FormFooterPanel = function FormFooterPanel(_ref) {
|
|
25852
25852
|
var themeValues = _ref.themeValues,
|
|
@@ -25870,7 +25870,7 @@ var FormFooterPanel = function FormFooterPanel(_ref) {
|
|
|
25870
25870
|
})));
|
|
25871
25871
|
};
|
|
25872
25872
|
|
|
25873
|
-
var FormFooterPanel$1 = themeComponent(withWindowSize(FormFooterPanel), "FormFooterPanel", fallbackValues$
|
|
25873
|
+
var FormFooterPanel$1 = themeComponent(withWindowSize(FormFooterPanel), "FormFooterPanel", fallbackValues$j, "default");
|
|
25874
25874
|
|
|
25875
25875
|
var fontSize$7 = {
|
|
25876
25876
|
"default": "1rem",
|
|
@@ -25884,7 +25884,7 @@ var color$7 = {
|
|
|
25884
25884
|
"default": "".concat(CHARADE_GREY),
|
|
25885
25885
|
radio: "".concat(MINESHAFT_GREY)
|
|
25886
25886
|
};
|
|
25887
|
-
var fallbackValues$
|
|
25887
|
+
var fallbackValues$k = {
|
|
25888
25888
|
fontSize: fontSize$7,
|
|
25889
25889
|
padding: padding$1,
|
|
25890
25890
|
color: color$7
|
|
@@ -25927,11 +25927,11 @@ var FormattedAddress = function FormattedAddress(_ref) {
|
|
|
25927
25927
|
}, city, ", ", stateProvince, " ".concat(zip), country ? " ".concat(country) : "")));
|
|
25928
25928
|
};
|
|
25929
25929
|
|
|
25930
|
-
var FormattedAddress$1 = themeComponent(FormattedAddress, "FormattedAddress", fallbackValues$
|
|
25930
|
+
var FormattedAddress$1 = themeComponent(FormattedAddress, "FormattedAddress", fallbackValues$k, "default");
|
|
25931
25931
|
|
|
25932
25932
|
var textColor$1 = "".concat(CHARADE_GREY);
|
|
25933
25933
|
var autopayTextColor = "".concat(REGENT_GREY);
|
|
25934
|
-
var fallbackValues$
|
|
25934
|
+
var fallbackValues$l = {
|
|
25935
25935
|
textColor: textColor$1,
|
|
25936
25936
|
autopayTextColor: autopayTextColor
|
|
25937
25937
|
};
|
|
@@ -25971,11 +25971,11 @@ var FormattedBankAccount = function FormattedBankAccount(_ref2) {
|
|
|
25971
25971
|
}, "Autopay Enabled")));
|
|
25972
25972
|
};
|
|
25973
25973
|
|
|
25974
|
-
var FormattedBankAccount$1 = themeComponent(FormattedBankAccount, "FormattedBankAccount", fallbackValues$
|
|
25974
|
+
var FormattedBankAccount$1 = themeComponent(FormattedBankAccount, "FormattedBankAccount", fallbackValues$l);
|
|
25975
25975
|
|
|
25976
25976
|
var textColor$2 = "".concat(CHARADE_GREY);
|
|
25977
25977
|
var autopayTextColor$1 = "".concat(REGENT_GREY);
|
|
25978
|
-
var fallbackValues$
|
|
25978
|
+
var fallbackValues$m = {
|
|
25979
25979
|
textColor: textColor$2,
|
|
25980
25980
|
autopayTextColor: autopayTextColor$1
|
|
25981
25981
|
};
|
|
@@ -26012,7 +26012,7 @@ var FormattedCreditCard = function FormattedCreditCard(_ref) {
|
|
|
26012
26012
|
}, "Autopay Enabled")));
|
|
26013
26013
|
};
|
|
26014
26014
|
|
|
26015
|
-
var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$
|
|
26015
|
+
var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$m);
|
|
26016
26016
|
|
|
26017
26017
|
var Hamburger = styled.button.withConfig({
|
|
26018
26018
|
displayName: "HamburgerButton__Hamburger",
|
|
@@ -26094,7 +26094,7 @@ var fontSize$8 = {
|
|
|
26094
26094
|
h5: "1.375rem",
|
|
26095
26095
|
h6: "1.25rem"
|
|
26096
26096
|
};
|
|
26097
|
-
var fallbackValues$
|
|
26097
|
+
var fallbackValues$n = {
|
|
26098
26098
|
fontFamily: fontFamily$5,
|
|
26099
26099
|
fontSize: fontSize$8
|
|
26100
26100
|
};
|
|
@@ -26136,7 +26136,7 @@ var Heading = function Heading(_ref) {
|
|
|
26136
26136
|
}, rest), safeChildren(children, /*#__PURE__*/React.createElement("span", null)));
|
|
26137
26137
|
};
|
|
26138
26138
|
|
|
26139
|
-
var Heading$1 = themeComponent(Heading, "Heading", fallbackValues$
|
|
26139
|
+
var Heading$1 = themeComponent(Heading, "Heading", fallbackValues$n, "h1");
|
|
26140
26140
|
|
|
26141
26141
|
var Image = styled.img.withConfig({
|
|
26142
26142
|
displayName: "ImageBoxstyled__Image",
|
|
@@ -26263,7 +26263,7 @@ var fontWeight$4 = {
|
|
|
26263
26263
|
pL: "600",
|
|
26264
26264
|
h6: "700"
|
|
26265
26265
|
};
|
|
26266
|
-
var fallbackValues$
|
|
26266
|
+
var fallbackValues$o = {
|
|
26267
26267
|
fontWeight: fontWeight$4
|
|
26268
26268
|
};
|
|
26269
26269
|
|
|
@@ -26291,7 +26291,7 @@ var LabeledAmount = function LabeledAmount(_ref) {
|
|
|
26291
26291
|
}, amount));
|
|
26292
26292
|
};
|
|
26293
26293
|
|
|
26294
|
-
var LabeledAmount$1 = themeComponent(LabeledAmount, "LabeledAmount", fallbackValues$
|
|
26294
|
+
var LabeledAmount$1 = themeComponent(LabeledAmount, "LabeledAmount", fallbackValues$o, "default");
|
|
26295
26295
|
|
|
26296
26296
|
var weightTitle = {
|
|
26297
26297
|
"default": "600",
|
|
@@ -26301,7 +26301,7 @@ var paragraphVariant = {
|
|
|
26301
26301
|
"default": "pL",
|
|
26302
26302
|
small: "pS"
|
|
26303
26303
|
};
|
|
26304
|
-
var fallbackValues$
|
|
26304
|
+
var fallbackValues$p = {
|
|
26305
26305
|
weightTitle: weightTitle,
|
|
26306
26306
|
paragraphVariant: paragraphVariant
|
|
26307
26307
|
};
|
|
@@ -26335,10 +26335,10 @@ var LineItem = function LineItem(_ref) {
|
|
|
26335
26335
|
}, amount));
|
|
26336
26336
|
};
|
|
26337
26337
|
|
|
26338
|
-
var LineItem$1 = themeComponent(LineItem, "LineItem", fallbackValues$
|
|
26338
|
+
var LineItem$1 = themeComponent(LineItem, "LineItem", fallbackValues$p, "default");
|
|
26339
26339
|
|
|
26340
26340
|
var color$8 = "#15749D";
|
|
26341
|
-
var fallbackValues$
|
|
26341
|
+
var fallbackValues$q = {
|
|
26342
26342
|
color: color$8
|
|
26343
26343
|
};
|
|
26344
26344
|
|
|
@@ -26394,7 +26394,7 @@ var Spinner$1 = function Spinner(_ref6) {
|
|
|
26394
26394
|
})));
|
|
26395
26395
|
};
|
|
26396
26396
|
|
|
26397
|
-
var Spinner$2 = themeComponent(Spinner$1, "Spinner", fallbackValues$
|
|
26397
|
+
var Spinner$2 = themeComponent(Spinner$1, "Spinner", fallbackValues$q);
|
|
26398
26398
|
|
|
26399
26399
|
var Loading = function Loading() {
|
|
26400
26400
|
return /*#__PURE__*/React.createElement(Box, {
|
|
@@ -26660,7 +26660,7 @@ var height$1 = {
|
|
|
26660
26660
|
"default": "3rem",
|
|
26661
26661
|
large: "192px"
|
|
26662
26662
|
};
|
|
26663
|
-
var fallbackValues$
|
|
26663
|
+
var fallbackValues$r = {
|
|
26664
26664
|
color: color$9,
|
|
26665
26665
|
height: height$1
|
|
26666
26666
|
};
|
|
@@ -26769,12 +26769,12 @@ var Placeholder = function Placeholder(_ref2) {
|
|
|
26769
26769
|
}, text)))))))))));
|
|
26770
26770
|
};
|
|
26771
26771
|
|
|
26772
|
-
var Placeholder$1 = themeComponent(Placeholder, "Placeholder", fallbackValues$
|
|
26772
|
+
var Placeholder$1 = themeComponent(Placeholder, "Placeholder", fallbackValues$r, "default");
|
|
26773
26773
|
|
|
26774
26774
|
var backgroundColor$4 = {
|
|
26775
26775
|
"default": "".concat(WHITE)
|
|
26776
26776
|
};
|
|
26777
|
-
var fallbackValues$
|
|
26777
|
+
var fallbackValues$s = {
|
|
26778
26778
|
backgroundColor: backgroundColor$4
|
|
26779
26779
|
};
|
|
26780
26780
|
|
|
@@ -26802,7 +26802,14 @@ var ProcessingFee = function ProcessingFee(_ref) {
|
|
|
26802
26802
|
}));
|
|
26803
26803
|
};
|
|
26804
26804
|
|
|
26805
|
-
var ProcessingFee$1 = themeComponent(ProcessingFee, "ProcessingFee", fallbackValues$
|
|
26805
|
+
var ProcessingFee$1 = themeComponent(ProcessingFee, "ProcessingFee", fallbackValues$s, "default");
|
|
26806
|
+
|
|
26807
|
+
var backgroundColor$5 = MATISSE_BLUE;
|
|
26808
|
+
var borderColor$2 = GREY_CHATEAU;
|
|
26809
|
+
var fallbackValues$t = {
|
|
26810
|
+
borderColor: borderColor$2,
|
|
26811
|
+
backgroundColor: backgroundColor$5
|
|
26812
|
+
};
|
|
26806
26813
|
|
|
26807
26814
|
var HiddenRadioInput = styled.input.withConfig({
|
|
26808
26815
|
displayName: "RadioButtonWithLabel__HiddenRadioInput",
|
|
@@ -26866,7 +26873,7 @@ var RadioButtonWithLabel = function RadioButtonWithLabel(_ref5) {
|
|
|
26866
26873
|
}, /*#__PURE__*/React.createElement(Circle, null), labelText));
|
|
26867
26874
|
};
|
|
26868
26875
|
|
|
26869
|
-
var RadioButtonWithLabel$1 = themeComponent(RadioButtonWithLabel, "RadioButtonWithLabel", fallbackValues);
|
|
26876
|
+
var RadioButtonWithLabel$1 = themeComponent(RadioButtonWithLabel, "RadioButtonWithLabel", fallbackValues$t);
|
|
26870
26877
|
|
|
26871
26878
|
var activeColor$5 = "".concat(MATISSE_BLUE);
|
|
26872
26879
|
var inactiveColor = "".concat(GREY_CHATEAU);
|
|
@@ -27047,14 +27054,14 @@ var SearchableSelect = function SearchableSelect(_ref) {
|
|
|
27047
27054
|
|
|
27048
27055
|
var SearchableSelect$1 = themeComponent(SearchableSelect, "SearchableSelect", fallbackValues$v, "default");
|
|
27049
27056
|
|
|
27050
|
-
var borderColor$
|
|
27057
|
+
var borderColor$3 = {
|
|
27051
27058
|
"default": "".concat(GREY_CHATEAU)
|
|
27052
27059
|
};
|
|
27053
27060
|
var borderSize = {
|
|
27054
27061
|
"default": "1px"
|
|
27055
27062
|
};
|
|
27056
27063
|
var fallbackValues$w = {
|
|
27057
|
-
borderColor: borderColor$
|
|
27064
|
+
borderColor: borderColor$3,
|
|
27058
27065
|
borderSize: borderSize
|
|
27059
27066
|
};
|
|
27060
27067
|
|
|
@@ -37875,12 +37882,12 @@ var TypeaheadInput = function TypeaheadInput(_ref) {
|
|
|
37875
37882
|
}));
|
|
37876
37883
|
};
|
|
37877
37884
|
|
|
37878
|
-
var backgroundColor$
|
|
37885
|
+
var backgroundColor$6 = WHITE;
|
|
37879
37886
|
var imageBackgroundColor = INFO_BLUE;
|
|
37880
37887
|
var headerBackgroundColor = STORM_GREY;
|
|
37881
37888
|
var headerColor = WHITE;
|
|
37882
37889
|
var fallbackValues$y = {
|
|
37883
|
-
backgroundColor: backgroundColor$
|
|
37890
|
+
backgroundColor: backgroundColor$6,
|
|
37884
37891
|
imageBackgroundColor: imageBackgroundColor,
|
|
37885
37892
|
headerBackgroundColor: headerBackgroundColor,
|
|
37886
37893
|
headerColor: headerColor
|
|
@@ -38167,11 +38174,11 @@ var TableCell_styled = styled.td.withConfig({
|
|
|
38167
38174
|
return extraStyles;
|
|
38168
38175
|
});
|
|
38169
38176
|
|
|
38170
|
-
var backgroundColor$
|
|
38171
|
-
var borderColor$
|
|
38177
|
+
var backgroundColor$7 = ALABASTER_WHITE;
|
|
38178
|
+
var borderColor$4 = GREY_CHATEAU;
|
|
38172
38179
|
var fallbackValues$B = {
|
|
38173
|
-
backgroundColor: backgroundColor$
|
|
38174
|
-
borderColor: borderColor$
|
|
38180
|
+
backgroundColor: backgroundColor$7,
|
|
38181
|
+
borderColor: borderColor$4
|
|
38175
38182
|
};
|
|
38176
38183
|
|
|
38177
38184
|
var StyledTableHead = styled.thead.withConfig({
|
|
@@ -38189,10 +38196,10 @@ var StyledTableHead = styled.thead.withConfig({
|
|
|
38189
38196
|
return fontSize;
|
|
38190
38197
|
});
|
|
38191
38198
|
|
|
38192
|
-
var borderColor$
|
|
38199
|
+
var borderColor$5 = GREY_CHATEAU;
|
|
38193
38200
|
var hoverBackgroundColor$1 = HOVER_LIGHT_BLUE;
|
|
38194
38201
|
var fallbackValues$C = {
|
|
38195
|
-
borderColor: borderColor$
|
|
38202
|
+
borderColor: borderColor$5,
|
|
38196
38203
|
hoverBackgroundColor: hoverBackgroundColor$1
|
|
38197
38204
|
};
|
|
38198
38205
|
|
|
@@ -40169,9 +40176,9 @@ AddressForm.reducer = reducer;
|
|
|
40169
40176
|
AddressForm.mapStateToProps = mapStateToProps$1;
|
|
40170
40177
|
AddressForm.mapDispatchToProps = mapDispatchToProps;
|
|
40171
40178
|
|
|
40172
|
-
var backgroundColor$
|
|
40179
|
+
var backgroundColor$8 = "#ebeffb";
|
|
40173
40180
|
var fallbackValues$D = {
|
|
40174
|
-
backgroundColor: backgroundColor$
|
|
40181
|
+
backgroundColor: backgroundColor$8
|
|
40175
40182
|
};
|
|
40176
40183
|
|
|
40177
40184
|
var Banner = function Banner(_ref) {
|
|
@@ -40527,7 +40534,7 @@ var ClipboardIcon = function ClipboardIcon(_ref) {
|
|
|
40527
40534
|
})));
|
|
40528
40535
|
};
|
|
40529
40536
|
|
|
40530
|
-
var ClipboardIcon$1 = themeComponent(ClipboardIcon, "Icons", fallbackValues$
|
|
40537
|
+
var ClipboardIcon$1 = themeComponent(ClipboardIcon, "Icons", fallbackValues$2, "primary");
|
|
40531
40538
|
|
|
40532
40539
|
/*
|
|
40533
40540
|
This component will render `content` and a clipboard icon.
|
|
@@ -41166,10 +41173,10 @@ ForgotPasswordForm.mapStateToProps = mapStateToProps$5;
|
|
|
41166
41173
|
ForgotPasswordForm.mapDispatchToProps = mapDispatchToProps$4;
|
|
41167
41174
|
|
|
41168
41175
|
var textColor$4 = "#ffffff";
|
|
41169
|
-
var backgroundColor$
|
|
41176
|
+
var backgroundColor$9 = "#182848";
|
|
41170
41177
|
var fallbackValues$G = {
|
|
41171
41178
|
textColor: textColor$4,
|
|
41172
|
-
backgroundColor: backgroundColor$
|
|
41179
|
+
backgroundColor: backgroundColor$9
|
|
41173
41180
|
};
|
|
41174
41181
|
|
|
41175
41182
|
var HighlightTabRow = function HighlightTabRow(_ref) {
|
|
@@ -46374,7 +46381,7 @@ var borderRadius = {
|
|
|
46374
46381
|
largeTitle: "0.25rem",
|
|
46375
46382
|
small: "0.25rem"
|
|
46376
46383
|
};
|
|
46377
|
-
var backgroundColor$
|
|
46384
|
+
var backgroundColor$a = {
|
|
46378
46385
|
"default": WHITE,
|
|
46379
46386
|
largeTitle: WHITE,
|
|
46380
46387
|
small: WHITE
|
|
@@ -46389,7 +46396,7 @@ var fallbackValues$H = {
|
|
|
46389
46396
|
titleSpacing: titleSpacing,
|
|
46390
46397
|
boxShadow: boxShadow$1,
|
|
46391
46398
|
borderRadius: borderRadius,
|
|
46392
|
-
backgroundColor: backgroundColor$
|
|
46399
|
+
backgroundColor: backgroundColor$a
|
|
46393
46400
|
};
|
|
46394
46401
|
|
|
46395
46402
|
/*
|
|
@@ -46449,7 +46456,7 @@ var Module = function Module(_ref) {
|
|
|
46449
46456
|
|
|
46450
46457
|
var Module$1 = /*#__PURE__*/memo(themeComponent(Module, "Module", fallbackValues$H, "default"));
|
|
46451
46458
|
|
|
46452
|
-
var backgroundColor$
|
|
46459
|
+
var backgroundColor$b = {
|
|
46453
46460
|
profile: "#3b414d",
|
|
46454
46461
|
cms: "#3b414d"
|
|
46455
46462
|
};
|
|
@@ -46458,7 +46465,7 @@ var shadowColor = {
|
|
|
46458
46465
|
cms: "#292A33"
|
|
46459
46466
|
};
|
|
46460
46467
|
var fallbackValues$I = {
|
|
46461
|
-
backgroundColor: backgroundColor$
|
|
46468
|
+
backgroundColor: backgroundColor$b,
|
|
46462
46469
|
shadowColor: shadowColor
|
|
46463
46470
|
};
|
|
46464
46471
|
|
|
@@ -47698,7 +47705,7 @@ var PaymentButtonBar = function PaymentButtonBar(_ref) {
|
|
|
47698
47705
|
}, !hideBackButton && /*#__PURE__*/React.createElement(Fragment$1, null, backButton), !hideForwardButton && /*#__PURE__*/React.createElement(Fragment$1, null, forwardButton))));
|
|
47699
47706
|
};
|
|
47700
47707
|
|
|
47701
|
-
var backgroundColor$
|
|
47708
|
+
var backgroundColor$c = {
|
|
47702
47709
|
"default": "transparent",
|
|
47703
47710
|
small: "transparent"
|
|
47704
47711
|
};
|
|
@@ -47715,7 +47722,7 @@ var labeledAmountTotal = {
|
|
|
47715
47722
|
small: "p"
|
|
47716
47723
|
};
|
|
47717
47724
|
var fallbackValues$L = {
|
|
47718
|
-
backgroundColor: backgroundColor$
|
|
47725
|
+
backgroundColor: backgroundColor$c,
|
|
47719
47726
|
lineItem: lineItem,
|
|
47720
47727
|
labeledAmountSubtotal: labeledAmountSubtotal,
|
|
47721
47728
|
labeledAmountTotal: labeledAmountTotal
|
|
@@ -48112,7 +48119,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
|
|
|
48112
48119
|
|
|
48113
48120
|
var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$M, "default");
|
|
48114
48121
|
|
|
48115
|
-
var backgroundColor$
|
|
48122
|
+
var backgroundColor$d = {
|
|
48116
48123
|
"default": "#ffffff",
|
|
48117
48124
|
footer: "#ffffff"
|
|
48118
48125
|
};
|
|
@@ -48142,7 +48149,7 @@ var modalLinkHoverFocus$2 = {
|
|
|
48142
48149
|
footer: standardInteractionStyles
|
|
48143
48150
|
};
|
|
48144
48151
|
var fallbackValues$N = {
|
|
48145
|
-
backgroundColor: backgroundColor$
|
|
48152
|
+
backgroundColor: backgroundColor$d,
|
|
48146
48153
|
linkColor: linkColor$6,
|
|
48147
48154
|
border: border$3,
|
|
48148
48155
|
fontSize: fontSize$b,
|
|
@@ -49003,13 +49010,13 @@ var RadioGroup = function RadioGroup(_ref) {
|
|
|
49003
49010
|
var headingBackgroundColor$1 = "".concat(WHITE);
|
|
49004
49011
|
var headingDisabledColor = "".concat(ATHENS_GREY);
|
|
49005
49012
|
var bodyBackgroundColor$1 = "#eeeeee";
|
|
49006
|
-
var borderColor$
|
|
49013
|
+
var borderColor$6 = "".concat(GREY_CHATEAU);
|
|
49007
49014
|
var focusStyles = "outline: none;";
|
|
49008
49015
|
var fallbackValues$O = {
|
|
49009
49016
|
headingBackgroundColor: headingBackgroundColor$1,
|
|
49010
49017
|
headingDisabledColor: headingDisabledColor,
|
|
49011
49018
|
bodyBackgroundColor: bodyBackgroundColor$1,
|
|
49012
|
-
borderColor: borderColor$
|
|
49019
|
+
borderColor: borderColor$6,
|
|
49013
49020
|
focusStyles: focusStyles
|
|
49014
49021
|
};
|
|
49015
49022
|
|