@thecb/components 8.0.4-beta.3 → 8.0.4-beta.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs.js
CHANGED
|
@@ -4787,7 +4787,7 @@ var fontSize = {
|
|
|
4787
4787
|
pXL: "1.5rem" // 24px
|
|
4788
4788
|
|
|
4789
4789
|
};
|
|
4790
|
-
var fallbackValues
|
|
4790
|
+
var fallbackValues = {
|
|
4791
4791
|
fontFamily: fontFamily,
|
|
4792
4792
|
fontSize: fontSize
|
|
4793
4793
|
};
|
|
@@ -6414,7 +6414,7 @@ var Text = function Text(_ref) {
|
|
|
6414
6414
|
}, rest), safeChildren(children, /*#__PURE__*/React__default.createElement("span", null)));
|
|
6415
6415
|
};
|
|
6416
6416
|
|
|
6417
|
-
var Text$1 = themeComponent(Text, "Text", fallbackValues
|
|
6417
|
+
var Text$1 = themeComponent(Text, "Text", fallbackValues, "p");
|
|
6418
6418
|
|
|
6419
6419
|
var _excluded$2 = ["activeStyles", "hoverStyles", "disabledStyles", "extraStyles", "borderSize", "borderColor", "borderWidthOverride", "borderRadius", "textAlign", "boxShadow", "minHeight", "minWidth", "maxWidth", "padding", "hiddenStyles", "ariaControls", "ariaLabel"];
|
|
6420
6420
|
/*
|
|
@@ -12771,7 +12771,7 @@ var activeColor = {
|
|
|
12771
12771
|
whiteSecondary: WHITE,
|
|
12772
12772
|
whitePrimary: WHITE
|
|
12773
12773
|
};
|
|
12774
|
-
var fallbackValues$
|
|
12774
|
+
var fallbackValues$1 = {
|
|
12775
12775
|
padding: padding,
|
|
12776
12776
|
color: color$1,
|
|
12777
12777
|
fontSizeVariant: fontSizeVariant,
|
|
@@ -12931,7 +12931,7 @@ var ButtonWithAction = function ButtonWithAction(_ref2) {
|
|
|
12931
12931
|
rest = _objectWithoutProperties(_ref2, _excluded$h);
|
|
12932
12932
|
|
|
12933
12933
|
var themeContext = React.useContext(styled.ThemeContext);
|
|
12934
|
-
var themeValues = createThemeValues(themeContext, fallbackValues$
|
|
12934
|
+
var themeValues = createThemeValues(themeContext, fallbackValues$1, "Button", variant);
|
|
12935
12935
|
var isMobile = themeContext.isMobile;
|
|
12936
12936
|
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 ");
|
|
12937
12937
|
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 ");
|
|
@@ -12987,7 +12987,7 @@ var singleIconColor = {
|
|
|
12987
12987
|
secondary: "".concat(BRIGHT_GREY),
|
|
12988
12988
|
darkMode: "".concat(WHITE)
|
|
12989
12989
|
};
|
|
12990
|
-
var fallbackValues$
|
|
12990
|
+
var fallbackValues$2 = {
|
|
12991
12991
|
primaryColor: primaryColor,
|
|
12992
12992
|
accentColor: accentColor,
|
|
12993
12993
|
subIconColor: subIconColor,
|
|
@@ -13027,7 +13027,7 @@ var AccountsIcon = function AccountsIcon(_ref) {
|
|
|
13027
13027
|
})));
|
|
13028
13028
|
};
|
|
13029
13029
|
|
|
13030
|
-
var AccountsIcon$1 = themeComponent(AccountsIcon, "Icons", fallbackValues$
|
|
13030
|
+
var AccountsIcon$1 = themeComponent(AccountsIcon, "Icons", fallbackValues$2, "info");
|
|
13031
13031
|
|
|
13032
13032
|
var AccountsAddIcon = function AccountsAddIcon(_ref) {
|
|
13033
13033
|
var themeValues = _ref.themeValues;
|
|
@@ -13066,7 +13066,7 @@ var AccountsAddIcon = function AccountsAddIcon(_ref) {
|
|
|
13066
13066
|
})));
|
|
13067
13067
|
};
|
|
13068
13068
|
|
|
13069
|
-
var AccountsAddIcon$1 = themeComponent(AccountsAddIcon, "Icons", fallbackValues$
|
|
13069
|
+
var AccountsAddIcon$1 = themeComponent(AccountsAddIcon, "Icons", fallbackValues$2, "info");
|
|
13070
13070
|
|
|
13071
13071
|
var ForgotPasswordIcon = function ForgotPasswordIcon(_ref) {
|
|
13072
13072
|
var themeValues = _ref.themeValues;
|
|
@@ -13104,7 +13104,7 @@ var ForgotPasswordIcon = function ForgotPasswordIcon(_ref) {
|
|
|
13104
13104
|
})));
|
|
13105
13105
|
};
|
|
13106
13106
|
|
|
13107
|
-
var ForgotPasswordIcon$1 = themeComponent(ForgotPasswordIcon, "Icons", fallbackValues$
|
|
13107
|
+
var ForgotPasswordIcon$1 = themeComponent(ForgotPasswordIcon, "Icons", fallbackValues$2, "info");
|
|
13108
13108
|
|
|
13109
13109
|
var GoToEmailIcon = function GoToEmailIcon(_ref) {
|
|
13110
13110
|
var themeValues = _ref.themeValues;
|
|
@@ -13134,7 +13134,7 @@ var GoToEmailIcon = function GoToEmailIcon(_ref) {
|
|
|
13134
13134
|
})));
|
|
13135
13135
|
};
|
|
13136
13136
|
|
|
13137
|
-
var GoToEmailIcon$1 = themeComponent(GoToEmailIcon, "Icons", fallbackValues$
|
|
13137
|
+
var GoToEmailIcon$1 = themeComponent(GoToEmailIcon, "Icons", fallbackValues$2, "info");
|
|
13138
13138
|
|
|
13139
13139
|
var VerifiedEmailIcon = function VerifiedEmailIcon(_ref) {
|
|
13140
13140
|
var themeValues = _ref.themeValues;
|
|
@@ -13178,7 +13178,7 @@ var VerifiedEmailIcon = function VerifiedEmailIcon(_ref) {
|
|
|
13178
13178
|
})));
|
|
13179
13179
|
};
|
|
13180
13180
|
|
|
13181
|
-
var VerifiedEmailIcon$1 = themeComponent(VerifiedEmailIcon, "Icons", fallbackValues$
|
|
13181
|
+
var VerifiedEmailIcon$1 = themeComponent(VerifiedEmailIcon, "Icons", fallbackValues$2, "info");
|
|
13182
13182
|
|
|
13183
13183
|
var PaymentMethodIcon = function PaymentMethodIcon(_ref) {
|
|
13184
13184
|
var themeValues = _ref.themeValues;
|
|
@@ -13213,7 +13213,7 @@ var PaymentMethodIcon = function PaymentMethodIcon(_ref) {
|
|
|
13213
13213
|
})));
|
|
13214
13214
|
};
|
|
13215
13215
|
|
|
13216
|
-
var PaymentMethodIcon$1 = themeComponent(PaymentMethodIcon, "Icons", fallbackValues$
|
|
13216
|
+
var PaymentMethodIcon$1 = themeComponent(PaymentMethodIcon, "Icons", fallbackValues$2, "info");
|
|
13217
13217
|
|
|
13218
13218
|
var AccountsIconSmall = function AccountsIconSmall(_ref) {
|
|
13219
13219
|
var themeValues = _ref.themeValues;
|
|
@@ -13252,7 +13252,7 @@ var AccountsIconSmall = function AccountsIconSmall(_ref) {
|
|
|
13252
13252
|
}))))))));
|
|
13253
13253
|
};
|
|
13254
13254
|
|
|
13255
|
-
var AccountsIconSmall$1 = themeComponent(AccountsIconSmall, "Icons", fallbackValues$
|
|
13255
|
+
var AccountsIconSmall$1 = themeComponent(AccountsIconSmall, "Icons", fallbackValues$2, "primary");
|
|
13256
13256
|
|
|
13257
13257
|
var PaymentsIconSmall = function PaymentsIconSmall(_ref) {
|
|
13258
13258
|
var themeValues = _ref.themeValues;
|
|
@@ -13303,7 +13303,7 @@ var PaymentsIconSmall = function PaymentsIconSmall(_ref) {
|
|
|
13303
13303
|
}))))))));
|
|
13304
13304
|
};
|
|
13305
13305
|
|
|
13306
|
-
var PaymentsIconSmall$1 = themeComponent(PaymentsIconSmall, "Icons", fallbackValues$
|
|
13306
|
+
var PaymentsIconSmall$1 = themeComponent(PaymentsIconSmall, "Icons", fallbackValues$2, "primary");
|
|
13307
13307
|
|
|
13308
13308
|
var PaymentMethodAddIcon = function PaymentMethodAddIcon(_ref) {
|
|
13309
13309
|
var themeValues = _ref.themeValues;
|
|
@@ -13367,7 +13367,7 @@ var PaymentMethodAddIcon = function PaymentMethodAddIcon(_ref) {
|
|
|
13367
13367
|
})))))));
|
|
13368
13368
|
};
|
|
13369
13369
|
|
|
13370
|
-
var PaymentMethodAddIcon$1 = themeComponent(PaymentMethodAddIcon, "Icons", fallbackValues$
|
|
13370
|
+
var PaymentMethodAddIcon$1 = themeComponent(PaymentMethodAddIcon, "Icons", fallbackValues$2, "info");
|
|
13371
13371
|
|
|
13372
13372
|
var ProfileIconSmall = function ProfileIconSmall(_ref) {
|
|
13373
13373
|
var themeValues = _ref.themeValues;
|
|
@@ -13396,7 +13396,7 @@ var ProfileIconSmall = function ProfileIconSmall(_ref) {
|
|
|
13396
13396
|
})))));
|
|
13397
13397
|
};
|
|
13398
13398
|
|
|
13399
|
-
var ProfileIconSmall$1 = themeComponent(ProfileIconSmall, "Icons", fallbackValues$
|
|
13399
|
+
var ProfileIconSmall$1 = themeComponent(ProfileIconSmall, "Icons", fallbackValues$2, "primary");
|
|
13400
13400
|
|
|
13401
13401
|
var SettingsIconSmall = function SettingsIconSmall(_ref) {
|
|
13402
13402
|
var themeValues = _ref.themeValues;
|
|
@@ -13447,7 +13447,7 @@ var SettingsIconSmall = function SettingsIconSmall(_ref) {
|
|
|
13447
13447
|
}))))))));
|
|
13448
13448
|
};
|
|
13449
13449
|
|
|
13450
|
-
var SettingsIconSmall$1 = themeComponent(SettingsIconSmall, "Icons", fallbackValues$
|
|
13450
|
+
var SettingsIconSmall$1 = themeComponent(SettingsIconSmall, "Icons", fallbackValues$2, "primary");
|
|
13451
13451
|
|
|
13452
13452
|
var WalletIconSmall = function WalletIconSmall(_ref) {
|
|
13453
13453
|
var themeValues = _ref.themeValues,
|
|
@@ -13488,7 +13488,7 @@ var WalletIconSmall = function WalletIconSmall(_ref) {
|
|
|
13488
13488
|
})));
|
|
13489
13489
|
};
|
|
13490
13490
|
|
|
13491
|
-
var WalletIconSmall$1 = themeComponent(WalletIconSmall, "Icons", fallbackValues$
|
|
13491
|
+
var WalletIconSmall$1 = themeComponent(WalletIconSmall, "Icons", fallbackValues$2, "primary");
|
|
13492
13492
|
|
|
13493
13493
|
var ChevronIcon = function ChevronIcon(_ref) {
|
|
13494
13494
|
var themeValues = _ref.themeValues,
|
|
@@ -13530,7 +13530,7 @@ var ChevronIcon = function ChevronIcon(_ref) {
|
|
|
13530
13530
|
}))));
|
|
13531
13531
|
};
|
|
13532
13532
|
|
|
13533
|
-
var ChevronIcon$1 = themeComponent(ChevronIcon, "Icons", fallbackValues$
|
|
13533
|
+
var ChevronIcon$1 = themeComponent(ChevronIcon, "Icons", fallbackValues$2, "secondary");
|
|
13534
13534
|
|
|
13535
13535
|
var PropertiesAddIcon = function PropertiesAddIcon(_ref) {
|
|
13536
13536
|
var themeValues = _ref.themeValues;
|
|
@@ -13599,7 +13599,7 @@ var PropertiesAddIcon = function PropertiesAddIcon(_ref) {
|
|
|
13599
13599
|
})))))));
|
|
13600
13600
|
};
|
|
13601
13601
|
|
|
13602
|
-
var PropertiesAddIcon$1 = themeComponent(PropertiesAddIcon, "Icons", fallbackValues$
|
|
13602
|
+
var PropertiesAddIcon$1 = themeComponent(PropertiesAddIcon, "Icons", fallbackValues$2, "info");
|
|
13603
13603
|
|
|
13604
13604
|
var PropertiesIconSmall = function PropertiesIconSmall(_ref) {
|
|
13605
13605
|
var themeValues = _ref.themeValues;
|
|
@@ -13626,7 +13626,7 @@ var PropertiesIconSmall = function PropertiesIconSmall(_ref) {
|
|
|
13626
13626
|
})));
|
|
13627
13627
|
};
|
|
13628
13628
|
|
|
13629
|
-
var PropertiesIconSmall$1 = themeComponent(PropertiesIconSmall, "Icons", fallbackValues$
|
|
13629
|
+
var PropertiesIconSmall$1 = themeComponent(PropertiesIconSmall, "Icons", fallbackValues$2, "primary");
|
|
13630
13630
|
|
|
13631
13631
|
var AccountNumberImage = function AccountNumberImage() {
|
|
13632
13632
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
@@ -14531,7 +14531,7 @@ var WalletIcon = function WalletIcon(_ref) {
|
|
|
14531
14531
|
}))));
|
|
14532
14532
|
};
|
|
14533
14533
|
|
|
14534
|
-
var WalletIcon$1 = themeComponent(WalletIcon, "Icons", fallbackValues$
|
|
14534
|
+
var WalletIcon$1 = themeComponent(WalletIcon, "Icons", fallbackValues$2, "info");
|
|
14535
14535
|
|
|
14536
14536
|
var AchReturnIcon = function AchReturnIcon() {
|
|
14537
14537
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
@@ -14782,7 +14782,7 @@ var PencilIcon = function PencilIcon(_ref) {
|
|
|
14782
14782
|
}));
|
|
14783
14783
|
};
|
|
14784
14784
|
|
|
14785
|
-
var PencilIcon$1 = themeComponent(PencilIcon, "Icons", fallbackValues$
|
|
14785
|
+
var PencilIcon$1 = themeComponent(PencilIcon, "Icons", fallbackValues$2, "info");
|
|
14786
14786
|
|
|
14787
14787
|
var PendingIcon = function PendingIcon(_ref) {
|
|
14788
14788
|
var _ref$fill = _ref.fill,
|
|
@@ -14994,7 +14994,7 @@ var CarrotIcon = function CarrotIcon(_ref) {
|
|
|
14994
14994
|
}))))))));
|
|
14995
14995
|
};
|
|
14996
14996
|
|
|
14997
|
-
var CarrotIcon$1 = themeComponent(CarrotIcon, "Icons", fallbackValues$
|
|
14997
|
+
var CarrotIcon$1 = themeComponent(CarrotIcon, "Icons", fallbackValues$2, "darkMode");
|
|
14998
14998
|
|
|
14999
14999
|
var ProfileIcon = function ProfileIcon(_ref) {
|
|
15000
15000
|
var themeValues = _ref.themeValues;
|
|
@@ -15032,7 +15032,7 @@ var ProfileIcon = function ProfileIcon(_ref) {
|
|
|
15032
15032
|
}))));
|
|
15033
15033
|
};
|
|
15034
15034
|
|
|
15035
|
-
var ProfileIcon$1 = themeComponent(ProfileIcon, "Icons", fallbackValues$
|
|
15035
|
+
var ProfileIcon$1 = themeComponent(ProfileIcon, "Icons", fallbackValues$2, "info");
|
|
15036
15036
|
|
|
15037
15037
|
var GenericCardLarge = function GenericCardLarge() {
|
|
15038
15038
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
@@ -15093,7 +15093,7 @@ var EmptyCartIcon = function EmptyCartIcon(_ref) {
|
|
|
15093
15093
|
})));
|
|
15094
15094
|
};
|
|
15095
15095
|
|
|
15096
|
-
var EmptyCartIcon$1 = themeComponent(EmptyCartIcon, "Icons", fallbackValues$
|
|
15096
|
+
var EmptyCartIcon$1 = themeComponent(EmptyCartIcon, "Icons", fallbackValues$2, "info");
|
|
15097
15097
|
|
|
15098
15098
|
var ShoppingCartIcon = function ShoppingCartIcon() {
|
|
15099
15099
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
@@ -15165,7 +15165,7 @@ var TrashIcon = function TrashIcon(_ref) {
|
|
|
15165
15165
|
})));
|
|
15166
15166
|
};
|
|
15167
15167
|
|
|
15168
|
-
var TrashIcon$1 = themeComponent(TrashIcon, "Icons", fallbackValues$
|
|
15168
|
+
var TrashIcon$1 = themeComponent(TrashIcon, "Icons", fallbackValues$2, "primary");
|
|
15169
15169
|
|
|
15170
15170
|
var NoCustomerResultsIcon = function NoCustomerResultsIcon() {
|
|
15171
15171
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
@@ -15758,7 +15758,7 @@ var WalletBannerIcon = function WalletBannerIcon(_ref) {
|
|
|
15758
15758
|
}));
|
|
15759
15759
|
};
|
|
15760
15760
|
|
|
15761
|
-
var WalletBannerIcon$1 = themeComponent(WalletBannerIcon, "Icons", fallbackValues$
|
|
15761
|
+
var WalletBannerIcon$1 = themeComponent(WalletBannerIcon, "Icons", fallbackValues$2, "primary");
|
|
15762
15762
|
|
|
15763
15763
|
var StandardCheckoutImage = function StandardCheckoutImage() {
|
|
15764
15764
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
@@ -17270,7 +17270,7 @@ var FindIconSmall = function FindIconSmall(_ref) {
|
|
|
17270
17270
|
})));
|
|
17271
17271
|
};
|
|
17272
17272
|
|
|
17273
|
-
var FindIconSmall$1 = themeComponent(FindIconSmall, "Icons", fallbackValues$
|
|
17273
|
+
var FindIconSmall$1 = themeComponent(FindIconSmall, "Icons", fallbackValues$2, "primary");
|
|
17274
17274
|
|
|
17275
17275
|
var HistoryIconSmall = function HistoryIconSmall(_ref) {
|
|
17276
17276
|
var themeValues = _ref.themeValues;
|
|
@@ -17296,7 +17296,7 @@ var HistoryIconSmall = function HistoryIconSmall(_ref) {
|
|
|
17296
17296
|
}));
|
|
17297
17297
|
};
|
|
17298
17298
|
|
|
17299
|
-
var HistoryIconSmall$1 = themeComponent(HistoryIconSmall, "Icons", fallbackValues$
|
|
17299
|
+
var HistoryIconSmall$1 = themeComponent(HistoryIconSmall, "Icons", fallbackValues$2, "primary");
|
|
17300
17300
|
|
|
17301
17301
|
var ChargebackIconSmall = function ChargebackIconSmall(_ref) {
|
|
17302
17302
|
var _ref$color = _ref.color,
|
|
@@ -18031,7 +18031,7 @@ var ChargebackReversalIconMedium = function ChargebackReversalIconMedium(_ref) {
|
|
|
18031
18031
|
var color$2 = "#15749D";
|
|
18032
18032
|
var hoverColor$1 = "#116285";
|
|
18033
18033
|
var activeColor$1 = "#0E506D";
|
|
18034
|
-
var fallbackValues$
|
|
18034
|
+
var fallbackValues$3 = {
|
|
18035
18035
|
color: color$2,
|
|
18036
18036
|
hoverColor: hoverColor$1,
|
|
18037
18037
|
activeColor: activeColor$1
|
|
@@ -18073,7 +18073,7 @@ var AddObligation = function AddObligation(_ref) {
|
|
|
18073
18073
|
})))));
|
|
18074
18074
|
};
|
|
18075
18075
|
|
|
18076
|
-
var AddObligation$1 = themeComponent(AddObligation, "AddObligation", fallbackValues$
|
|
18076
|
+
var AddObligation$1 = themeComponent(AddObligation, "AddObligation", fallbackValues$3);
|
|
18077
18077
|
|
|
18078
18078
|
var IconChevron = function IconChevron(_ref) {
|
|
18079
18079
|
var _ref$fill = _ref.fill,
|
|
@@ -18462,7 +18462,7 @@ var link = {
|
|
|
18462
18462
|
error: "".concat(SCIENCE_BLUE),
|
|
18463
18463
|
success: "".concat(SCIENCE_BLUE)
|
|
18464
18464
|
};
|
|
18465
|
-
var fallbackValues$
|
|
18465
|
+
var fallbackValues$4 = {
|
|
18466
18466
|
background: background,
|
|
18467
18467
|
border: border$1,
|
|
18468
18468
|
iconBackground: iconBackground,
|
|
@@ -18615,7 +18615,7 @@ var Alert = function Alert(_ref) {
|
|
|
18615
18615
|
}, content) : content);
|
|
18616
18616
|
};
|
|
18617
18617
|
|
|
18618
|
-
var Alert$1 = themeComponent(Alert, "Alert", fallbackValues$
|
|
18618
|
+
var Alert$1 = themeComponent(Alert, "Alert", fallbackValues$4, "info");
|
|
18619
18619
|
|
|
18620
18620
|
var TitleText = styled__default.h1.withConfig({
|
|
18621
18621
|
displayName: "Titlestyled__TitleText",
|
|
@@ -18660,7 +18660,7 @@ var mobileFontSize = {
|
|
|
18660
18660
|
small: "1.2142rem" // 17px
|
|
18661
18661
|
|
|
18662
18662
|
};
|
|
18663
|
-
var fallbackValues$
|
|
18663
|
+
var fallbackValues$5 = {
|
|
18664
18664
|
fontFamily: fontFamily$1,
|
|
18665
18665
|
fontSize: fontSize$1
|
|
18666
18666
|
};
|
|
@@ -18697,7 +18697,7 @@ var _excluded$i = ["themeValues", "weight", "color", "margin", "textAlign", "ext
|
|
|
18697
18697
|
var isBelowBreakpoint = window.innerWidth < MOBILE_BREAKPOINT;
|
|
18698
18698
|
var isTouchDevice$1 = "ontouchstart" in window || navigator.maxTouchPoints > 1;
|
|
18699
18699
|
var mobileDeviceDetected = isBelowBreakpoint && isTouchDevice$1;
|
|
18700
|
-
var fallbacks = mobileDeviceDetected ? mobileFallbackValues : fallbackValues$
|
|
18700
|
+
var fallbacks = mobileDeviceDetected ? mobileFallbackValues : fallbackValues$5;
|
|
18701
18701
|
|
|
18702
18702
|
var Title = function Title(_ref) {
|
|
18703
18703
|
var themeValues = _ref.themeValues,
|
|
@@ -18737,7 +18737,7 @@ var Title = function Title(_ref) {
|
|
|
18737
18737
|
var Title$1 = themeComponent(Title, "Title", fallbacks, "large");
|
|
18738
18738
|
|
|
18739
18739
|
var color$3 = "#292A33";
|
|
18740
|
-
var fallbackValues$
|
|
18740
|
+
var fallbackValues$6 = {
|
|
18741
18741
|
color: color$3
|
|
18742
18742
|
};
|
|
18743
18743
|
|
|
@@ -18756,7 +18756,7 @@ var AmountCallout = function AmountCallout(_ref) {
|
|
|
18756
18756
|
}, amount));
|
|
18757
18757
|
};
|
|
18758
18758
|
|
|
18759
|
-
var AmountCallout$1 = themeComponent(AmountCallout, "AmountCallout", fallbackValues$
|
|
18759
|
+
var AmountCallout$1 = themeComponent(AmountCallout, "AmountCallout", fallbackValues$6);
|
|
18760
18760
|
|
|
18761
18761
|
function _extends$1() {
|
|
18762
18762
|
_extends$1 = Object.assign ? Object.assign.bind() : function (target) {
|
|
@@ -19575,7 +19575,7 @@ var curriedTint = /*#__PURE__*/curry
|
|
|
19575
19575
|
var curriedTint$1 = curriedTint;
|
|
19576
19576
|
|
|
19577
19577
|
var linkColor = MATISSE_BLUE;
|
|
19578
|
-
var fallbackValues$
|
|
19578
|
+
var fallbackValues$7 = {
|
|
19579
19579
|
linkColor: linkColor
|
|
19580
19580
|
};
|
|
19581
19581
|
|
|
@@ -19602,7 +19602,7 @@ var BoxWithShadow = function BoxWithShadow(_ref) {
|
|
|
19602
19602
|
}, props), children);
|
|
19603
19603
|
};
|
|
19604
19604
|
|
|
19605
|
-
var BoxWithShadow$1 = themeComponent(BoxWithShadow, "BoxWithShadow", fallbackValues$
|
|
19605
|
+
var BoxWithShadow$1 = themeComponent(BoxWithShadow, "BoxWithShadow", fallbackValues$7);
|
|
19606
19606
|
|
|
19607
19607
|
// import theme from "styled-theming";
|
|
19608
19608
|
/*
|
|
@@ -19618,7 +19618,7 @@ var lineHeight = "1.25rem";
|
|
|
19618
19618
|
var fontWeight$1 = "400";
|
|
19619
19619
|
var margin = "0.5rem";
|
|
19620
19620
|
var hover = "text-decoration: none;";
|
|
19621
|
-
var fallbackValues$
|
|
19621
|
+
var fallbackValues$8 = {
|
|
19622
19622
|
color: color$4,
|
|
19623
19623
|
activeColor: activeColor$2,
|
|
19624
19624
|
activeBreadcrumbColor: activeBreadcrumbColor,
|
|
@@ -19636,7 +19636,7 @@ var fontFamily$2 = {
|
|
|
19636
19636
|
var hoverColor$2 = "#116285";
|
|
19637
19637
|
var activeColor$3 = "#0E506D";
|
|
19638
19638
|
var externalLinkColor = "#15749D";
|
|
19639
|
-
var fallbackValues$
|
|
19639
|
+
var fallbackValues$9 = {
|
|
19640
19640
|
fontFamily: fontFamily$2,
|
|
19641
19641
|
hoverColor: hoverColor$2,
|
|
19642
19642
|
activeColor: activeColor$3,
|
|
@@ -19711,7 +19711,7 @@ var ExternalLink = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
19711
19711
|
ariaLabel = _ref.ariaLabel,
|
|
19712
19712
|
children = _ref.children;
|
|
19713
19713
|
var themeContext = React.useContext(styled.ThemeContext);
|
|
19714
|
-
var themeValues = createThemeValues(themeContext, fallbackValues$
|
|
19714
|
+
var themeValues = createThemeValues(themeContext, fallbackValues$9, "Link", variant);
|
|
19715
19715
|
return /*#__PURE__*/React__default.createElement(StyledExternalLink, {
|
|
19716
19716
|
href: href,
|
|
19717
19717
|
target: newTab ? "_blank" : "",
|
|
@@ -19803,7 +19803,7 @@ var InternalLink = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
|
19803
19803
|
_ref$extraStyles = _ref.extraStyles,
|
|
19804
19804
|
extraStyles = _ref$extraStyles === void 0 ? "" : _ref$extraStyles;
|
|
19805
19805
|
var themeContext = React.useContext(styled.ThemeContext);
|
|
19806
|
-
var themeValues = createThemeValues(themeContext, fallbackValues$
|
|
19806
|
+
var themeValues = createThemeValues(themeContext, fallbackValues$9, "Link", variant);
|
|
19807
19807
|
return /*#__PURE__*/React__default.createElement(StyledInternalLink, {
|
|
19808
19808
|
to: to,
|
|
19809
19809
|
color: color,
|
|
@@ -19826,7 +19826,7 @@ var Breadcrumbs = function Breadcrumbs(_ref) {
|
|
|
19826
19826
|
var _ref$breadcrumbsList = _ref.breadcrumbsList,
|
|
19827
19827
|
breadcrumbsList = _ref$breadcrumbsList === void 0 ? [] : _ref$breadcrumbsList;
|
|
19828
19828
|
var themeContext = React.useContext(styled.ThemeContext);
|
|
19829
|
-
var themeValues = createThemeValues(themeContext, fallbackValues$
|
|
19829
|
+
var themeValues = createThemeValues(themeContext, fallbackValues$8, "Breadcrumb");
|
|
19830
19830
|
return /*#__PURE__*/React__default.createElement(Box, {
|
|
19831
19831
|
padding: "0",
|
|
19832
19832
|
as: "nav",
|
|
@@ -21507,7 +21507,7 @@ var fontSize$3 = {
|
|
|
21507
21507
|
pXL: "1.5rem" // 24px
|
|
21508
21508
|
|
|
21509
21509
|
};
|
|
21510
|
-
var fallbackValues$
|
|
21510
|
+
var fallbackValues$a = {
|
|
21511
21511
|
fontFamily: fontFamily$3,
|
|
21512
21512
|
fontSize: fontSize$3
|
|
21513
21513
|
};
|
|
@@ -21564,11 +21564,11 @@ var Paragraph = function Paragraph(_ref) {
|
|
|
21564
21564
|
}, rest), safeChildren(children, /*#__PURE__*/React__default.createElement("span", null)));
|
|
21565
21565
|
};
|
|
21566
21566
|
|
|
21567
|
-
var Paragraph$1 = themeComponent(Paragraph, "Paragraph", fallbackValues$
|
|
21567
|
+
var Paragraph$1 = themeComponent(Paragraph, "Paragraph", fallbackValues$a, "p");
|
|
21568
21568
|
|
|
21569
21569
|
var backgroundColor$1 = WHITE;
|
|
21570
21570
|
var iconBackgroundColor = GRECIAN_GREY;
|
|
21571
|
-
var fallbackValues$
|
|
21571
|
+
var fallbackValues$b = {
|
|
21572
21572
|
backgroundColor: backgroundColor$1,
|
|
21573
21573
|
iconBackgroundColor: iconBackgroundColor
|
|
21574
21574
|
};
|
|
@@ -21711,7 +21711,7 @@ var CardRegistryCard = function CardRegistryCard(_ref2) {
|
|
|
21711
21711
|
}))))));
|
|
21712
21712
|
};
|
|
21713
21713
|
|
|
21714
|
-
var CardRegistryCard$1 = themeComponent(withWindowSize(CardRegistryCard), "CardRegistryCard", fallbackValues$
|
|
21714
|
+
var CardRegistryCard$1 = themeComponent(withWindowSize(CardRegistryCard), "CardRegistryCard", fallbackValues$b);
|
|
21715
21715
|
|
|
21716
21716
|
var cardRegistry = {
|
|
21717
21717
|
accounts: function accounts(props) {
|
|
@@ -21782,7 +21782,7 @@ var checkedStyles = {
|
|
|
21782
21782
|
var defaultStyles = {
|
|
21783
21783
|
"default": "\n background: ".concat(WHITE, "; \n border: 1px solid ").concat(STORM_GREY, ";\n")
|
|
21784
21784
|
};
|
|
21785
|
-
var fallbackValues$
|
|
21785
|
+
var fallbackValues$c = {
|
|
21786
21786
|
backgroundColor: backgroundColor$2,
|
|
21787
21787
|
textFontSize: textFontSize,
|
|
21788
21788
|
textFontWeight: textFontWeight,
|
|
@@ -21923,7 +21923,7 @@ var Checkbox = function Checkbox(_ref4) {
|
|
|
21923
21923
|
}, title)));
|
|
21924
21924
|
};
|
|
21925
21925
|
|
|
21926
|
-
var Checkbox$1 = themeComponent(Checkbox, "Checkbox", fallbackValues$
|
|
21926
|
+
var Checkbox$1 = themeComponent(Checkbox, "Checkbox", fallbackValues$c, "default");
|
|
21927
21927
|
|
|
21928
21928
|
var listBackgroundColor = {
|
|
21929
21929
|
"default": "".concat(ATHENS_GREY),
|
|
@@ -21949,7 +21949,7 @@ var radioButtonInactive = {
|
|
|
21949
21949
|
"default": "".concat(GHOST_GREY),
|
|
21950
21950
|
disabled: "".concat(GHOST_GREY)
|
|
21951
21951
|
};
|
|
21952
|
-
var fallbackValues$
|
|
21952
|
+
var fallbackValues$d = {
|
|
21953
21953
|
listBackgroundColor: listBackgroundColor,
|
|
21954
21954
|
listItemColor: listItemColor,
|
|
21955
21955
|
listItemBackgroundColor: listItemBackgroundColor,
|
|
@@ -22120,7 +22120,7 @@ var CheckboxList = function CheckboxList(_ref2) {
|
|
|
22120
22120
|
})));
|
|
22121
22121
|
};
|
|
22122
22122
|
|
|
22123
|
-
var CheckboxList$1 = themeComponent(CheckboxList, "CheckboxList", fallbackValues$
|
|
22123
|
+
var CheckboxList$1 = themeComponent(CheckboxList, "CheckboxList", fallbackValues$d, "default");
|
|
22124
22124
|
|
|
22125
22125
|
var DropdownIcon = function DropdownIcon() {
|
|
22126
22126
|
return /*#__PURE__*/React__default.createElement("svg", {
|
|
@@ -23421,7 +23421,7 @@ exportTypedArrayMethod$1('at', function at(index) {
|
|
|
23421
23421
|
|
|
23422
23422
|
var selectedColor = "".concat(MATISSE_BLUE);
|
|
23423
23423
|
var hoverColor$3 = "".concat(HOVER_LIGHT_BLUE);
|
|
23424
|
-
var fallbackValues$
|
|
23424
|
+
var fallbackValues$e = {
|
|
23425
23425
|
selectedColor: selectedColor,
|
|
23426
23426
|
hoverColor: hoverColor$3
|
|
23427
23427
|
};
|
|
@@ -23816,7 +23816,7 @@ var Dropdown = function Dropdown(_ref8) {
|
|
|
23816
23816
|
}))) : /*#__PURE__*/React__default.createElement(React.Fragment, null)));
|
|
23817
23817
|
};
|
|
23818
23818
|
|
|
23819
|
-
var Dropdown$1 = themeComponent(Dropdown, "Dropdown", fallbackValues$
|
|
23819
|
+
var Dropdown$1 = themeComponent(Dropdown, "Dropdown", fallbackValues$e);
|
|
23820
23820
|
|
|
23821
23821
|
var SelectContainer = styled__default.div.withConfig({
|
|
23822
23822
|
displayName: "FormSelectstyled__SelectContainer",
|
|
@@ -23887,7 +23887,7 @@ var hoverFocusStyles = {
|
|
|
23887
23887
|
"default": "color: #0E506D; outline: none; text-decoration: underline; ",
|
|
23888
23888
|
disabled: "color: #6D717E;"
|
|
23889
23889
|
};
|
|
23890
|
-
var fallbackValues$
|
|
23890
|
+
var fallbackValues$f = {
|
|
23891
23891
|
linkColor: linkColor$1,
|
|
23892
23892
|
formBackgroundColor: formBackgroundColor,
|
|
23893
23893
|
inputBackgroundColor: inputBackgroundColor,
|
|
@@ -23990,7 +23990,7 @@ var FormSelect = function FormSelect(_ref) {
|
|
|
23990
23990
|
})));
|
|
23991
23991
|
};
|
|
23992
23992
|
|
|
23993
|
-
var FormSelect$1 = themeComponent(FormSelect, "FormSelect", fallbackValues$
|
|
23993
|
+
var FormSelect$1 = themeComponent(FormSelect, "FormSelect", fallbackValues$f, "default");
|
|
23994
23994
|
|
|
23995
23995
|
var options = [{
|
|
23996
23996
|
text: "Afghanistan",
|
|
@@ -24807,7 +24807,7 @@ var mobileFontSize$1 = {
|
|
|
24807
24807
|
extraSmall: "0.71428rem" // 10px
|
|
24808
24808
|
|
|
24809
24809
|
};
|
|
24810
|
-
var fallbackValues$
|
|
24810
|
+
var fallbackValues$g = {
|
|
24811
24811
|
fontFamily: fontFamily$4,
|
|
24812
24812
|
fontSize: fontSize$5
|
|
24813
24813
|
};
|
|
@@ -24847,7 +24847,7 @@ var _excluded$o = ["themeValues", "weight", "color", "margin", "textAlign", "ext
|
|
|
24847
24847
|
var isBelowBreakpoint$1 = window.innerWidth < MOBILE_BREAKPOINT$1;
|
|
24848
24848
|
var isTouchDevice$2 = "ontouchstart" in window || navigator.maxTouchPoints > 1;
|
|
24849
24849
|
var mobileDeviceDetected$1 = isBelowBreakpoint$1 && isTouchDevice$2;
|
|
24850
|
-
var fallbacks$1 = mobileDeviceDetected$1 ? mobileFallbackValues$1 : fallbackValues$
|
|
24850
|
+
var fallbacks$1 = mobileDeviceDetected$1 ? mobileFallbackValues$1 : fallbackValues$g;
|
|
24851
24851
|
|
|
24852
24852
|
var Detail = function Detail(_ref) {
|
|
24853
24853
|
var themeValues = _ref.themeValues,
|
|
@@ -24888,7 +24888,7 @@ var Detail$1 = themeComponent(Detail, "Detail", fallbacks$1, "regular");
|
|
|
24888
24888
|
|
|
24889
24889
|
var backgroundColor$3 = WHITE;
|
|
24890
24890
|
var boxShadow = "0px 2px 14px 0px ".concat(ATHENS_GREY, ", 0px 3px 8px 0px ").concat(GHOST_GREY);
|
|
24891
|
-
var fallbackValues$
|
|
24891
|
+
var fallbackValues$h = {
|
|
24892
24892
|
backgroundColor: backgroundColor$3,
|
|
24893
24893
|
boxShadow: boxShadow
|
|
24894
24894
|
};
|
|
@@ -24909,7 +24909,7 @@ var DisplayBox = function DisplayBox(_ref) {
|
|
|
24909
24909
|
}, children));
|
|
24910
24910
|
};
|
|
24911
24911
|
|
|
24912
|
-
var DisplayBox$1 = themeComponent(DisplayBox, "DisplayBox", fallbackValues$
|
|
24912
|
+
var DisplayBox$1 = themeComponent(DisplayBox, "DisplayBox", fallbackValues$h);
|
|
24913
24913
|
|
|
24914
24914
|
function _extends$2() {
|
|
24915
24915
|
_extends$2 = Object.assign || function (target) {
|
|
@@ -25300,7 +25300,7 @@ var index$4 = /*#__PURE__*/Object.freeze({
|
|
|
25300
25300
|
var hoverColor$4 = "#116285";
|
|
25301
25301
|
var activeColor$4 = "#0E506D";
|
|
25302
25302
|
var popoverTriggerColor = "#15749D";
|
|
25303
|
-
var fallbackValues$
|
|
25303
|
+
var fallbackValues$i = {
|
|
25304
25304
|
hoverColor: hoverColor$4,
|
|
25305
25305
|
activeColor: activeColor$4,
|
|
25306
25306
|
popoverTriggerColor: popoverTriggerColor
|
|
@@ -25458,7 +25458,7 @@ var Popover = function Popover(_ref) {
|
|
|
25458
25458
|
})));
|
|
25459
25459
|
};
|
|
25460
25460
|
|
|
25461
|
-
var Popover$1 = themeComponent(Popover, "Popover", fallbackValues$
|
|
25461
|
+
var Popover$1 = themeComponent(Popover, "Popover", fallbackValues$i);
|
|
25462
25462
|
|
|
25463
25463
|
var DisplayCard = function DisplayCard(_ref) {
|
|
25464
25464
|
var title = _ref.title,
|
|
@@ -25576,7 +25576,7 @@ var hoverFocusStyles$1 = {
|
|
|
25576
25576
|
var formFooterPanel = {
|
|
25577
25577
|
"default": "".concat(INFO_BLUE)
|
|
25578
25578
|
};
|
|
25579
|
-
var fallbackValues$
|
|
25579
|
+
var fallbackValues$j = {
|
|
25580
25580
|
linkColor: linkColor$2,
|
|
25581
25581
|
formBackgroundColor: formBackgroundColor$1,
|
|
25582
25582
|
inputBackgroundColor: inputBackgroundColor$1,
|
|
@@ -25798,7 +25798,7 @@ var FormInput = function FormInput(_ref15) {
|
|
|
25798
25798
|
}, decorator)));
|
|
25799
25799
|
};
|
|
25800
25800
|
|
|
25801
|
-
var FormInput$1 = themeComponent(FormInput, "FormInput", fallbackValues$
|
|
25801
|
+
var FormInput$1 = themeComponent(FormInput, "FormInput", fallbackValues$j, "default");
|
|
25802
25802
|
|
|
25803
25803
|
var _excluded$q = ["breakpoint", "childGap", "largeChild", "largeChildSize", "children"];
|
|
25804
25804
|
|
|
@@ -25854,7 +25854,7 @@ var FormContainer = function FormContainer(_ref) {
|
|
|
25854
25854
|
}, rest), children);
|
|
25855
25855
|
};
|
|
25856
25856
|
|
|
25857
|
-
var FormContainer$1 = themeComponent(withWindowSize(FormContainer), "FormContainer", fallbackValues$
|
|
25857
|
+
var FormContainer$1 = themeComponent(withWindowSize(FormContainer), "FormContainer", fallbackValues$j, "default");
|
|
25858
25858
|
|
|
25859
25859
|
var FormFooterPanel = function FormFooterPanel(_ref) {
|
|
25860
25860
|
var themeValues = _ref.themeValues,
|
|
@@ -25878,7 +25878,7 @@ var FormFooterPanel = function FormFooterPanel(_ref) {
|
|
|
25878
25878
|
})));
|
|
25879
25879
|
};
|
|
25880
25880
|
|
|
25881
|
-
var FormFooterPanel$1 = themeComponent(withWindowSize(FormFooterPanel), "FormFooterPanel", fallbackValues$
|
|
25881
|
+
var FormFooterPanel$1 = themeComponent(withWindowSize(FormFooterPanel), "FormFooterPanel", fallbackValues$j, "default");
|
|
25882
25882
|
|
|
25883
25883
|
var fontSize$7 = {
|
|
25884
25884
|
"default": "1rem",
|
|
@@ -25892,7 +25892,7 @@ var color$7 = {
|
|
|
25892
25892
|
"default": "".concat(CHARADE_GREY),
|
|
25893
25893
|
radio: "".concat(MINESHAFT_GREY)
|
|
25894
25894
|
};
|
|
25895
|
-
var fallbackValues$
|
|
25895
|
+
var fallbackValues$k = {
|
|
25896
25896
|
fontSize: fontSize$7,
|
|
25897
25897
|
padding: padding$1,
|
|
25898
25898
|
color: color$7
|
|
@@ -25935,11 +25935,11 @@ var FormattedAddress = function FormattedAddress(_ref) {
|
|
|
25935
25935
|
}, city, ", ", stateProvince, " ".concat(zip), country ? " ".concat(country) : "")));
|
|
25936
25936
|
};
|
|
25937
25937
|
|
|
25938
|
-
var FormattedAddress$1 = themeComponent(FormattedAddress, "FormattedAddress", fallbackValues$
|
|
25938
|
+
var FormattedAddress$1 = themeComponent(FormattedAddress, "FormattedAddress", fallbackValues$k, "default");
|
|
25939
25939
|
|
|
25940
25940
|
var textColor$1 = "".concat(CHARADE_GREY);
|
|
25941
25941
|
var autopayTextColor = "".concat(REGENT_GREY);
|
|
25942
|
-
var fallbackValues$
|
|
25942
|
+
var fallbackValues$l = {
|
|
25943
25943
|
textColor: textColor$1,
|
|
25944
25944
|
autopayTextColor: autopayTextColor
|
|
25945
25945
|
};
|
|
@@ -25979,11 +25979,11 @@ var FormattedBankAccount = function FormattedBankAccount(_ref2) {
|
|
|
25979
25979
|
}, "Autopay Enabled")));
|
|
25980
25980
|
};
|
|
25981
25981
|
|
|
25982
|
-
var FormattedBankAccount$1 = themeComponent(FormattedBankAccount, "FormattedBankAccount", fallbackValues$
|
|
25982
|
+
var FormattedBankAccount$1 = themeComponent(FormattedBankAccount, "FormattedBankAccount", fallbackValues$l);
|
|
25983
25983
|
|
|
25984
25984
|
var textColor$2 = "".concat(CHARADE_GREY);
|
|
25985
25985
|
var autopayTextColor$1 = "".concat(REGENT_GREY);
|
|
25986
|
-
var fallbackValues$
|
|
25986
|
+
var fallbackValues$m = {
|
|
25987
25987
|
textColor: textColor$2,
|
|
25988
25988
|
autopayTextColor: autopayTextColor$1
|
|
25989
25989
|
};
|
|
@@ -26020,7 +26020,7 @@ var FormattedCreditCard = function FormattedCreditCard(_ref) {
|
|
|
26020
26020
|
}, "Autopay Enabled")));
|
|
26021
26021
|
};
|
|
26022
26022
|
|
|
26023
|
-
var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$
|
|
26023
|
+
var FormattedCreditCard$1 = themeComponent(FormattedCreditCard, "FormattedCreditCard", fallbackValues$m);
|
|
26024
26024
|
|
|
26025
26025
|
var Hamburger = styled__default.button.withConfig({
|
|
26026
26026
|
displayName: "HamburgerButton__Hamburger",
|
|
@@ -26102,7 +26102,7 @@ var fontSize$8 = {
|
|
|
26102
26102
|
h5: "1.375rem",
|
|
26103
26103
|
h6: "1.25rem"
|
|
26104
26104
|
};
|
|
26105
|
-
var fallbackValues$
|
|
26105
|
+
var fallbackValues$n = {
|
|
26106
26106
|
fontFamily: fontFamily$5,
|
|
26107
26107
|
fontSize: fontSize$8
|
|
26108
26108
|
};
|
|
@@ -26144,7 +26144,7 @@ var Heading = function Heading(_ref) {
|
|
|
26144
26144
|
}, rest), safeChildren(children, /*#__PURE__*/React__default.createElement("span", null)));
|
|
26145
26145
|
};
|
|
26146
26146
|
|
|
26147
|
-
var Heading$1 = themeComponent(Heading, "Heading", fallbackValues$
|
|
26147
|
+
var Heading$1 = themeComponent(Heading, "Heading", fallbackValues$n, "h1");
|
|
26148
26148
|
|
|
26149
26149
|
var Image = styled__default.img.withConfig({
|
|
26150
26150
|
displayName: "ImageBoxstyled__Image",
|
|
@@ -26271,7 +26271,7 @@ var fontWeight$4 = {
|
|
|
26271
26271
|
pL: "600",
|
|
26272
26272
|
h6: "700"
|
|
26273
26273
|
};
|
|
26274
|
-
var fallbackValues$
|
|
26274
|
+
var fallbackValues$o = {
|
|
26275
26275
|
fontWeight: fontWeight$4
|
|
26276
26276
|
};
|
|
26277
26277
|
|
|
@@ -26299,7 +26299,7 @@ var LabeledAmount = function LabeledAmount(_ref) {
|
|
|
26299
26299
|
}, amount));
|
|
26300
26300
|
};
|
|
26301
26301
|
|
|
26302
|
-
var LabeledAmount$1 = themeComponent(LabeledAmount, "LabeledAmount", fallbackValues$
|
|
26302
|
+
var LabeledAmount$1 = themeComponent(LabeledAmount, "LabeledAmount", fallbackValues$o, "default");
|
|
26303
26303
|
|
|
26304
26304
|
var weightTitle = {
|
|
26305
26305
|
"default": "600",
|
|
@@ -26309,7 +26309,7 @@ var paragraphVariant = {
|
|
|
26309
26309
|
"default": "pL",
|
|
26310
26310
|
small: "pS"
|
|
26311
26311
|
};
|
|
26312
|
-
var fallbackValues$
|
|
26312
|
+
var fallbackValues$p = {
|
|
26313
26313
|
weightTitle: weightTitle,
|
|
26314
26314
|
paragraphVariant: paragraphVariant
|
|
26315
26315
|
};
|
|
@@ -26343,10 +26343,10 @@ var LineItem = function LineItem(_ref) {
|
|
|
26343
26343
|
}, amount));
|
|
26344
26344
|
};
|
|
26345
26345
|
|
|
26346
|
-
var LineItem$1 = themeComponent(LineItem, "LineItem", fallbackValues$
|
|
26346
|
+
var LineItem$1 = themeComponent(LineItem, "LineItem", fallbackValues$p, "default");
|
|
26347
26347
|
|
|
26348
26348
|
var color$8 = "#15749D";
|
|
26349
|
-
var fallbackValues$
|
|
26349
|
+
var fallbackValues$q = {
|
|
26350
26350
|
color: color$8
|
|
26351
26351
|
};
|
|
26352
26352
|
|
|
@@ -26402,7 +26402,7 @@ var Spinner$1 = function Spinner(_ref6) {
|
|
|
26402
26402
|
})));
|
|
26403
26403
|
};
|
|
26404
26404
|
|
|
26405
|
-
var Spinner$2 = themeComponent(Spinner$1, "Spinner", fallbackValues$
|
|
26405
|
+
var Spinner$2 = themeComponent(Spinner$1, "Spinner", fallbackValues$q);
|
|
26406
26406
|
|
|
26407
26407
|
var Loading = function Loading() {
|
|
26408
26408
|
return /*#__PURE__*/React__default.createElement(Box, {
|
|
@@ -26668,7 +26668,7 @@ var height$1 = {
|
|
|
26668
26668
|
"default": "3rem",
|
|
26669
26669
|
large: "192px"
|
|
26670
26670
|
};
|
|
26671
|
-
var fallbackValues$
|
|
26671
|
+
var fallbackValues$r = {
|
|
26672
26672
|
color: color$9,
|
|
26673
26673
|
height: height$1
|
|
26674
26674
|
};
|
|
@@ -26777,12 +26777,12 @@ var Placeholder = function Placeholder(_ref2) {
|
|
|
26777
26777
|
}, text)))))))))));
|
|
26778
26778
|
};
|
|
26779
26779
|
|
|
26780
|
-
var Placeholder$1 = themeComponent(Placeholder, "Placeholder", fallbackValues$
|
|
26780
|
+
var Placeholder$1 = themeComponent(Placeholder, "Placeholder", fallbackValues$r, "default");
|
|
26781
26781
|
|
|
26782
26782
|
var backgroundColor$4 = {
|
|
26783
26783
|
"default": "".concat(WHITE)
|
|
26784
26784
|
};
|
|
26785
|
-
var fallbackValues$
|
|
26785
|
+
var fallbackValues$s = {
|
|
26786
26786
|
backgroundColor: backgroundColor$4
|
|
26787
26787
|
};
|
|
26788
26788
|
|
|
@@ -26810,7 +26810,14 @@ var ProcessingFee = function ProcessingFee(_ref) {
|
|
|
26810
26810
|
}));
|
|
26811
26811
|
};
|
|
26812
26812
|
|
|
26813
|
-
var ProcessingFee$1 = themeComponent(ProcessingFee, "ProcessingFee", fallbackValues$
|
|
26813
|
+
var ProcessingFee$1 = themeComponent(ProcessingFee, "ProcessingFee", fallbackValues$s, "default");
|
|
26814
|
+
|
|
26815
|
+
var backgroundColor$5 = MATISSE_BLUE;
|
|
26816
|
+
var borderColor$2 = GREY_CHATEAU;
|
|
26817
|
+
var fallbackValues$t = {
|
|
26818
|
+
borderColor: borderColor$2,
|
|
26819
|
+
backgroundColor: backgroundColor$5
|
|
26820
|
+
};
|
|
26814
26821
|
|
|
26815
26822
|
var HiddenRadioInput = styled__default.input.withConfig({
|
|
26816
26823
|
displayName: "RadioButtonWithLabel__HiddenRadioInput",
|
|
@@ -26847,12 +26854,14 @@ var RadioButtonWithLabel = function RadioButtonWithLabel(_ref5) {
|
|
|
26847
26854
|
groupName = _ref5.groupName,
|
|
26848
26855
|
setValue = _ref5.setValue,
|
|
26849
26856
|
ariaInvalid = _ref5.ariaInvalid,
|
|
26857
|
+
themeValues = _ref5.themeValues,
|
|
26850
26858
|
index = _ref5.index,
|
|
26851
26859
|
_ref5$handleChange = _ref5.handleChange,
|
|
26852
26860
|
handleChange = _ref5$handleChange === void 0 ? noop : _ref5$handleChange;
|
|
26853
26861
|
return /*#__PURE__*/React__default.createElement(InputAndLabelContainer, {
|
|
26854
26862
|
align: "center",
|
|
26855
|
-
childGap: "0.5rem"
|
|
26863
|
+
childGap: "0.5rem",
|
|
26864
|
+
backgroundColor: themeValues.backgroundColor
|
|
26856
26865
|
}, /*#__PURE__*/React__default.createElement(HiddenRadioInput, {
|
|
26857
26866
|
"aria-invalid": ariaInvalid,
|
|
26858
26867
|
style: {
|
|
@@ -26871,10 +26880,13 @@ var RadioButtonWithLabel = function RadioButtonWithLabel(_ref5) {
|
|
|
26871
26880
|
as: "label",
|
|
26872
26881
|
htmlFor: id,
|
|
26873
26882
|
extraStyles: "\n font-size: 1rem;\n display: flex; \n width: 100%;\n :hover {\n cursor: pointer;\n }\n "
|
|
26874
|
-
}, /*#__PURE__*/React__default.createElement(Circle,
|
|
26883
|
+
}, /*#__PURE__*/React__default.createElement(Circle, {
|
|
26884
|
+
backgroundColor: themeValues.backgroundColor,
|
|
26885
|
+
borderColor: themeValues.borderColor
|
|
26886
|
+
}), labelText));
|
|
26875
26887
|
};
|
|
26876
26888
|
|
|
26877
|
-
var RadioButtonWithLabel$1 = themeComponent(RadioButtonWithLabel, "RadioButtonWithLabel", fallbackValues);
|
|
26889
|
+
var RadioButtonWithLabel$1 = themeComponent(RadioButtonWithLabel, "RadioButtonWithLabel", fallbackValues$t);
|
|
26878
26890
|
|
|
26879
26891
|
var activeColor$5 = "".concat(MATISSE_BLUE);
|
|
26880
26892
|
var inactiveColor = "".concat(GREY_CHATEAU);
|
|
@@ -27055,14 +27067,14 @@ var SearchableSelect = function SearchableSelect(_ref) {
|
|
|
27055
27067
|
|
|
27056
27068
|
var SearchableSelect$1 = themeComponent(SearchableSelect, "SearchableSelect", fallbackValues$v, "default");
|
|
27057
27069
|
|
|
27058
|
-
var borderColor$
|
|
27070
|
+
var borderColor$3 = {
|
|
27059
27071
|
"default": "".concat(GREY_CHATEAU)
|
|
27060
27072
|
};
|
|
27061
27073
|
var borderSize = {
|
|
27062
27074
|
"default": "1px"
|
|
27063
27075
|
};
|
|
27064
27076
|
var fallbackValues$w = {
|
|
27065
|
-
borderColor: borderColor$
|
|
27077
|
+
borderColor: borderColor$3,
|
|
27066
27078
|
borderSize: borderSize
|
|
27067
27079
|
};
|
|
27068
27080
|
|
|
@@ -37883,12 +37895,12 @@ var TypeaheadInput = function TypeaheadInput(_ref) {
|
|
|
37883
37895
|
}));
|
|
37884
37896
|
};
|
|
37885
37897
|
|
|
37886
|
-
var backgroundColor$
|
|
37898
|
+
var backgroundColor$6 = WHITE;
|
|
37887
37899
|
var imageBackgroundColor = INFO_BLUE;
|
|
37888
37900
|
var headerBackgroundColor = STORM_GREY;
|
|
37889
37901
|
var headerColor = WHITE;
|
|
37890
37902
|
var fallbackValues$y = {
|
|
37891
|
-
backgroundColor: backgroundColor$
|
|
37903
|
+
backgroundColor: backgroundColor$6,
|
|
37892
37904
|
imageBackgroundColor: imageBackgroundColor,
|
|
37893
37905
|
headerBackgroundColor: headerBackgroundColor,
|
|
37894
37906
|
headerColor: headerColor
|
|
@@ -38175,11 +38187,11 @@ var TableCell_styled = styled__default.td.withConfig({
|
|
|
38175
38187
|
return extraStyles;
|
|
38176
38188
|
});
|
|
38177
38189
|
|
|
38178
|
-
var backgroundColor$
|
|
38179
|
-
var borderColor$
|
|
38190
|
+
var backgroundColor$7 = ALABASTER_WHITE;
|
|
38191
|
+
var borderColor$4 = GREY_CHATEAU;
|
|
38180
38192
|
var fallbackValues$B = {
|
|
38181
|
-
backgroundColor: backgroundColor$
|
|
38182
|
-
borderColor: borderColor$
|
|
38193
|
+
backgroundColor: backgroundColor$7,
|
|
38194
|
+
borderColor: borderColor$4
|
|
38183
38195
|
};
|
|
38184
38196
|
|
|
38185
38197
|
var StyledTableHead = styled__default.thead.withConfig({
|
|
@@ -38197,10 +38209,10 @@ var StyledTableHead = styled__default.thead.withConfig({
|
|
|
38197
38209
|
return fontSize;
|
|
38198
38210
|
});
|
|
38199
38211
|
|
|
38200
|
-
var borderColor$
|
|
38212
|
+
var borderColor$5 = GREY_CHATEAU;
|
|
38201
38213
|
var hoverBackgroundColor$1 = HOVER_LIGHT_BLUE;
|
|
38202
38214
|
var fallbackValues$C = {
|
|
38203
|
-
borderColor: borderColor$
|
|
38215
|
+
borderColor: borderColor$5,
|
|
38204
38216
|
hoverBackgroundColor: hoverBackgroundColor$1
|
|
38205
38217
|
};
|
|
38206
38218
|
|
|
@@ -40177,9 +40189,9 @@ AddressForm.reducer = reducer;
|
|
|
40177
40189
|
AddressForm.mapStateToProps = mapStateToProps$1;
|
|
40178
40190
|
AddressForm.mapDispatchToProps = mapDispatchToProps;
|
|
40179
40191
|
|
|
40180
|
-
var backgroundColor$
|
|
40192
|
+
var backgroundColor$8 = "#ebeffb";
|
|
40181
40193
|
var fallbackValues$D = {
|
|
40182
|
-
backgroundColor: backgroundColor$
|
|
40194
|
+
backgroundColor: backgroundColor$8
|
|
40183
40195
|
};
|
|
40184
40196
|
|
|
40185
40197
|
var Banner = function Banner(_ref) {
|
|
@@ -40535,7 +40547,7 @@ var ClipboardIcon = function ClipboardIcon(_ref) {
|
|
|
40535
40547
|
})));
|
|
40536
40548
|
};
|
|
40537
40549
|
|
|
40538
|
-
var ClipboardIcon$1 = themeComponent(ClipboardIcon, "Icons", fallbackValues$
|
|
40550
|
+
var ClipboardIcon$1 = themeComponent(ClipboardIcon, "Icons", fallbackValues$2, "primary");
|
|
40539
40551
|
|
|
40540
40552
|
/*
|
|
40541
40553
|
This component will render `content` and a clipboard icon.
|
|
@@ -41174,10 +41186,10 @@ ForgotPasswordForm.mapStateToProps = mapStateToProps$5;
|
|
|
41174
41186
|
ForgotPasswordForm.mapDispatchToProps = mapDispatchToProps$4;
|
|
41175
41187
|
|
|
41176
41188
|
var textColor$4 = "#ffffff";
|
|
41177
|
-
var backgroundColor$
|
|
41189
|
+
var backgroundColor$9 = "#182848";
|
|
41178
41190
|
var fallbackValues$G = {
|
|
41179
41191
|
textColor: textColor$4,
|
|
41180
|
-
backgroundColor: backgroundColor$
|
|
41192
|
+
backgroundColor: backgroundColor$9
|
|
41181
41193
|
};
|
|
41182
41194
|
|
|
41183
41195
|
var HighlightTabRow = function HighlightTabRow(_ref) {
|
|
@@ -46382,7 +46394,7 @@ var borderRadius = {
|
|
|
46382
46394
|
largeTitle: "0.25rem",
|
|
46383
46395
|
small: "0.25rem"
|
|
46384
46396
|
};
|
|
46385
|
-
var backgroundColor$
|
|
46397
|
+
var backgroundColor$a = {
|
|
46386
46398
|
"default": WHITE,
|
|
46387
46399
|
largeTitle: WHITE,
|
|
46388
46400
|
small: WHITE
|
|
@@ -46397,7 +46409,7 @@ var fallbackValues$H = {
|
|
|
46397
46409
|
titleSpacing: titleSpacing,
|
|
46398
46410
|
boxShadow: boxShadow$1,
|
|
46399
46411
|
borderRadius: borderRadius,
|
|
46400
|
-
backgroundColor: backgroundColor$
|
|
46412
|
+
backgroundColor: backgroundColor$a
|
|
46401
46413
|
};
|
|
46402
46414
|
|
|
46403
46415
|
/*
|
|
@@ -46457,7 +46469,7 @@ var Module = function Module(_ref) {
|
|
|
46457
46469
|
|
|
46458
46470
|
var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$H, "default"));
|
|
46459
46471
|
|
|
46460
|
-
var backgroundColor$
|
|
46472
|
+
var backgroundColor$b = {
|
|
46461
46473
|
profile: "#3b414d",
|
|
46462
46474
|
cms: "#3b414d"
|
|
46463
46475
|
};
|
|
@@ -46466,7 +46478,7 @@ var shadowColor = {
|
|
|
46466
46478
|
cms: "#292A33"
|
|
46467
46479
|
};
|
|
46468
46480
|
var fallbackValues$I = {
|
|
46469
|
-
backgroundColor: backgroundColor$
|
|
46481
|
+
backgroundColor: backgroundColor$b,
|
|
46470
46482
|
shadowColor: shadowColor
|
|
46471
46483
|
};
|
|
46472
46484
|
|
|
@@ -47706,7 +47718,7 @@ var PaymentButtonBar = function PaymentButtonBar(_ref) {
|
|
|
47706
47718
|
}, !hideBackButton && /*#__PURE__*/React__default.createElement(React.Fragment, null, backButton), !hideForwardButton && /*#__PURE__*/React__default.createElement(React.Fragment, null, forwardButton))));
|
|
47707
47719
|
};
|
|
47708
47720
|
|
|
47709
|
-
var backgroundColor$
|
|
47721
|
+
var backgroundColor$c = {
|
|
47710
47722
|
"default": "transparent",
|
|
47711
47723
|
small: "transparent"
|
|
47712
47724
|
};
|
|
@@ -47723,7 +47735,7 @@ var labeledAmountTotal = {
|
|
|
47723
47735
|
small: "p"
|
|
47724
47736
|
};
|
|
47725
47737
|
var fallbackValues$L = {
|
|
47726
|
-
backgroundColor: backgroundColor$
|
|
47738
|
+
backgroundColor: backgroundColor$c,
|
|
47727
47739
|
lineItem: lineItem,
|
|
47728
47740
|
labeledAmountSubtotal: labeledAmountSubtotal,
|
|
47729
47741
|
labeledAmountTotal: labeledAmountTotal
|
|
@@ -48120,7 +48132,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
|
|
|
48120
48132
|
|
|
48121
48133
|
var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$M, "default");
|
|
48122
48134
|
|
|
48123
|
-
var backgroundColor$
|
|
48135
|
+
var backgroundColor$d = {
|
|
48124
48136
|
"default": "#ffffff",
|
|
48125
48137
|
footer: "#ffffff"
|
|
48126
48138
|
};
|
|
@@ -48150,7 +48162,7 @@ var modalLinkHoverFocus$2 = {
|
|
|
48150
48162
|
footer: standardInteractionStyles
|
|
48151
48163
|
};
|
|
48152
48164
|
var fallbackValues$N = {
|
|
48153
|
-
backgroundColor: backgroundColor$
|
|
48165
|
+
backgroundColor: backgroundColor$d,
|
|
48154
48166
|
linkColor: linkColor$6,
|
|
48155
48167
|
border: border$3,
|
|
48156
48168
|
fontSize: fontSize$b,
|
|
@@ -49011,13 +49023,13 @@ var RadioGroup = function RadioGroup(_ref) {
|
|
|
49011
49023
|
var headingBackgroundColor$1 = "".concat(WHITE);
|
|
49012
49024
|
var headingDisabledColor = "".concat(ATHENS_GREY);
|
|
49013
49025
|
var bodyBackgroundColor$1 = "#eeeeee";
|
|
49014
|
-
var borderColor$
|
|
49026
|
+
var borderColor$6 = "".concat(GREY_CHATEAU);
|
|
49015
49027
|
var focusStyles = "outline: none;";
|
|
49016
49028
|
var fallbackValues$O = {
|
|
49017
49029
|
headingBackgroundColor: headingBackgroundColor$1,
|
|
49018
49030
|
headingDisabledColor: headingDisabledColor,
|
|
49019
49031
|
bodyBackgroundColor: bodyBackgroundColor$1,
|
|
49020
|
-
borderColor: borderColor$
|
|
49032
|
+
borderColor: borderColor$6,
|
|
49021
49033
|
focusStyles: focusStyles
|
|
49022
49034
|
};
|
|
49023
49035
|
|