@thecb/components 8.0.4-beta.5 → 8.0.4-beta.7
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 +56 -51
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1 -0
- package/dist/index.esm.js +74 -69
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/atoms/layouts/Stack.d.ts +1 -0
- package/src/components/atoms/layouts/Stack.js +1 -0
- package/src/components/atoms/layouts/Stack.styled.js +7 -0
- package/src/components/atoms/radio-button-with-label/RadioButtonWithLabel.js +7 -8
- package/src/components/atoms/radio-button-with-label/RadioButtonWithLabel.theme.js +4 -4
package/dist/index.cjs.js
CHANGED
|
@@ -6885,10 +6885,11 @@ var Sidebar = function Sidebar(_ref) {
|
|
|
6885
6885
|
}, safeChildren(children, /*#__PURE__*/React__default.createElement(React.Fragment, null))));
|
|
6886
6886
|
};
|
|
6887
6887
|
|
|
6888
|
+
var _templateObject;
|
|
6888
6889
|
var StackWrapper = styled__default.div.withConfig({
|
|
6889
6890
|
displayName: "Stackstyled__StackWrapper",
|
|
6890
6891
|
componentId: "sc-ejhezz-0"
|
|
6891
|
-
})(["box-sizing:border-box;display:flex;flex-direction:", ";justify-content:", ";height:", ";> *{margin-top:0;margin-bottom:0;}> * + *{", "}", "
|
|
6892
|
+
})(["box-sizing:border-box;display:flex;flex-direction:", ";justify-content:", ";height:", ";> *{margin-top:0;margin-bottom:0;}> * + *{", "}", ";&:hover{", "}"], function (_ref) {
|
|
6892
6893
|
var direction = _ref.direction;
|
|
6893
6894
|
return direction;
|
|
6894
6895
|
}, function (_ref2) {
|
|
@@ -6905,9 +6906,12 @@ var StackWrapper = styled__default.div.withConfig({
|
|
|
6905
6906
|
var bottomItem = _ref5.bottomItem,
|
|
6906
6907
|
direction = _ref5.direction;
|
|
6907
6908
|
return bottomItem ? "\n > :nth-child(".concat(bottomItem, ") {\n ").concat(direction === "row" ? "margin-left: auto;" : "margin-top: auto;", "\n }\n ") : "";
|
|
6909
|
+
}, function (_ref6) {
|
|
6910
|
+
var hoverStyles = _ref6.hoverStyles;
|
|
6911
|
+
return css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n ", "\n "])), hoverStyles);
|
|
6908
6912
|
});
|
|
6909
6913
|
|
|
6910
|
-
var _excluded$a = ["childGap", "bottomItem", "fullHeight", "children", "direction", "justify"];
|
|
6914
|
+
var _excluded$a = ["childGap", "bottomItem", "fullHeight", "children", "direction", "justify", "hoverStyles"];
|
|
6911
6915
|
/*
|
|
6912
6916
|
Component to impose margin-top between a list of child elements
|
|
6913
6917
|
Useful for things like sidebars and button lists
|
|
@@ -6928,6 +6932,7 @@ var Stack = function Stack(_ref) {
|
|
|
6928
6932
|
_ref$direction = _ref.direction,
|
|
6929
6933
|
direction = _ref$direction === void 0 ? "column" : _ref$direction,
|
|
6930
6934
|
justify = _ref.justify,
|
|
6935
|
+
hoverStyles = _ref.hoverStyles,
|
|
6931
6936
|
rest = _objectWithoutProperties(_ref, _excluded$a);
|
|
6932
6937
|
|
|
6933
6938
|
return /*#__PURE__*/React__default.createElement(StackWrapper, _extends({
|
|
@@ -26502,7 +26507,7 @@ var NavHeader = function NavHeader(_ref) {
|
|
|
26502
26507
|
}, rightContent))))));
|
|
26503
26508
|
};
|
|
26504
26509
|
|
|
26505
|
-
var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _DEFAULT_ERROR_MESSAG;
|
|
26510
|
+
var _templateObject$1, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6, _templateObject7, _templateObject8, _templateObject9, _templateObject10, _templateObject11, _templateObject12, _templateObject13, _templateObject14, _templateObject15, _templateObject16, _DEFAULT_ERROR_MESSAG;
|
|
26506
26511
|
|
|
26507
26512
|
var MIN_LENGTH_ERROR = "error/HAS_LENGTH";
|
|
26508
26513
|
var MAX_LENGTH_ERROR = "max_length_error";
|
|
@@ -26543,7 +26548,7 @@ with interpolation.
|
|
|
26543
26548
|
*/
|
|
26544
26549
|
|
|
26545
26550
|
|
|
26546
|
-
var DEFAULT_ERROR_MESSAGES = (_DEFAULT_ERROR_MESSAG = {}, _defineProperty(_DEFAULT_ERROR_MESSAG, MIN_LENGTH_ERROR, genErrorMessage(_templateObject || (_templateObject = _taggedTemplateLiteral(["", " is too short"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, MAX_LENGTH_ERROR, genErrorMessage(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["", " is too long"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, EXACT_LENGTH_ERROR, genErrorMessage(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["", " is not the right length"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, MULTIPLE_LENGTHS_ERROR, genErrorMessage(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["", " is not a valid length"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, EMAIL_ERROR, genErrorMessage(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["", " is not a valid email address"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_NUMBER_ERROR, genErrorMessage(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["", " needs a number"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_UPPERCASE_LETTER_ERROR, genErrorMessage(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["", " needs an uppercase letter"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_LOWERCASE_LETTER_ERROR, genErrorMessage(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["", " needs a lowercase letter"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_SPECIAL_CHARACTER_ERROR, genErrorMessage(_templateObject9 || (_templateObject9 = _taggedTemplateLiteral(["", " needs a special character"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, ONLY_NUMBERS_ERROR, genErrorMessage(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["", " must be only numbers"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, ONLY_LETTERS_ERROR, genErrorMessage(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["", " must be only letters"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, REQUIRED_FIELD_ERROR, genErrorMessage(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["", " is required"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, NUM_GREATER_THAN_ERROR, genErrorMessage(_templateObject13 || (_templateObject13 = _taggedTemplateLiteral(["", " is too high"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, NUM_LESS_THAN_ERROR, genErrorMessage(_templateObject14 || (_templateObject14 = _taggedTemplateLiteral(["", " is too low"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, MATCHES_FIELD_ERROR, genErrorMessage(_templateObject15 || (_templateObject15 = _taggedTemplateLiteral(["", " must match ", ""])), "fieldLabel", "matchField")), _defineProperty(_DEFAULT_ERROR_MESSAG, VALID_SELECT_OPTION_ERROR, genErrorMessage(_templateObject16 || (_templateObject16 = _taggedTemplateLiteral(["", " is not a valid option"])), "fieldLabel")), _DEFAULT_ERROR_MESSAG); // Constants to represent an input's state
|
|
26551
|
+
var DEFAULT_ERROR_MESSAGES = (_DEFAULT_ERROR_MESSAG = {}, _defineProperty(_DEFAULT_ERROR_MESSAG, MIN_LENGTH_ERROR, genErrorMessage(_templateObject$1 || (_templateObject$1 = _taggedTemplateLiteral(["", " is too short"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, MAX_LENGTH_ERROR, genErrorMessage(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["", " is too long"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, EXACT_LENGTH_ERROR, genErrorMessage(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["", " is not the right length"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, MULTIPLE_LENGTHS_ERROR, genErrorMessage(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["", " is not a valid length"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, EMAIL_ERROR, genErrorMessage(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["", " is not a valid email address"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_NUMBER_ERROR, genErrorMessage(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["", " needs a number"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_UPPERCASE_LETTER_ERROR, genErrorMessage(_templateObject7 || (_templateObject7 = _taggedTemplateLiteral(["", " needs an uppercase letter"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_LOWERCASE_LETTER_ERROR, genErrorMessage(_templateObject8 || (_templateObject8 = _taggedTemplateLiteral(["", " needs a lowercase letter"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, HAS_SPECIAL_CHARACTER_ERROR, genErrorMessage(_templateObject9 || (_templateObject9 = _taggedTemplateLiteral(["", " needs a special character"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, ONLY_NUMBERS_ERROR, genErrorMessage(_templateObject10 || (_templateObject10 = _taggedTemplateLiteral(["", " must be only numbers"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, ONLY_LETTERS_ERROR, genErrorMessage(_templateObject11 || (_templateObject11 = _taggedTemplateLiteral(["", " must be only letters"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, REQUIRED_FIELD_ERROR, genErrorMessage(_templateObject12 || (_templateObject12 = _taggedTemplateLiteral(["", " is required"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, NUM_GREATER_THAN_ERROR, genErrorMessage(_templateObject13 || (_templateObject13 = _taggedTemplateLiteral(["", " is too high"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, NUM_LESS_THAN_ERROR, genErrorMessage(_templateObject14 || (_templateObject14 = _taggedTemplateLiteral(["", " is too low"])), "fieldLabel")), _defineProperty(_DEFAULT_ERROR_MESSAG, MATCHES_FIELD_ERROR, genErrorMessage(_templateObject15 || (_templateObject15 = _taggedTemplateLiteral(["", " must match ", ""])), "fieldLabel", "matchField")), _defineProperty(_DEFAULT_ERROR_MESSAG, VALID_SELECT_OPTION_ERROR, genErrorMessage(_templateObject16 || (_templateObject16 = _taggedTemplateLiteral(["", " is not a valid option"])), "fieldLabel")), _DEFAULT_ERROR_MESSAG); // Constants to represent an input's state
|
|
26547
26552
|
// Neutral - has not been validated
|
|
26548
26553
|
// Invalid - has been validated and has an error
|
|
26549
26554
|
// Valid - has been validated and has no error
|
|
@@ -26812,11 +26817,11 @@ var ProcessingFee = function ProcessingFee(_ref) {
|
|
|
26812
26817
|
|
|
26813
26818
|
var ProcessingFee$1 = themeComponent(ProcessingFee, "ProcessingFee", fallbackValues$s, "default");
|
|
26814
26819
|
|
|
26815
|
-
var
|
|
26816
|
-
var
|
|
26820
|
+
var activeColor$5 = MATISSE_BLUE;
|
|
26821
|
+
var inactiveBorderColor = GREY_CHATEAU;
|
|
26817
26822
|
var fallbackValues$t = {
|
|
26818
|
-
|
|
26819
|
-
|
|
26823
|
+
inactiveBorderColor: inactiveBorderColor,
|
|
26824
|
+
activeColor: activeColor$5
|
|
26820
26825
|
};
|
|
26821
26826
|
|
|
26822
26827
|
var HiddenRadioInput = styled__default.input.withConfig({
|
|
@@ -26827,21 +26832,21 @@ var Circle = styled__default.div.withConfig({
|
|
|
26827
26832
|
displayName: "RadioButtonWithLabel__Circle",
|
|
26828
26833
|
componentId: "sc-1m9whwg-1"
|
|
26829
26834
|
})(["flex-shrink:0;margin-right:8px;width:1.5rem;height 1.5rem;border:", ";border-radius:50%;box-sizing:border-box;padding:2px;:after{content:\"\";width:100%;height:100%;display:block;background:", ";border-radius:50%;transform:scale(0);}"], function (_ref) {
|
|
26830
|
-
var
|
|
26831
|
-
return "1px solid ".concat(
|
|
26835
|
+
var inactiveBorderColor = _ref.inactiveBorderColor;
|
|
26836
|
+
return "1px solid ".concat(inactiveBorderColor);
|
|
26832
26837
|
}, function (_ref2) {
|
|
26833
|
-
var
|
|
26834
|
-
return
|
|
26838
|
+
var activeColor = _ref2.activeColor;
|
|
26839
|
+
return activeColor;
|
|
26835
26840
|
});
|
|
26836
26841
|
var InputAndLabelContainer = styled__default(Cluster).withConfig({
|
|
26837
26842
|
displayName: "RadioButtonWithLabel__InputAndLabelContainer",
|
|
26838
26843
|
componentId: "sc-1m9whwg-2"
|
|
26839
26844
|
})(["overflow:visible;", ":checked + label ", ":after{transform:scale(0.85);transition:transform 0.15s;}", ":checked + label ", "{border:", "}", ":focus + label ", "{{box-shadow:", "}"], HiddenRadioInput, Circle, HiddenRadioInput, Circle, function (_ref3) {
|
|
26840
|
-
var
|
|
26841
|
-
return "1px solid ".concat(
|
|
26845
|
+
var activeColor = _ref3.activeColor;
|
|
26846
|
+
return "1px solid ".concat(activeColor, ";");
|
|
26842
26847
|
}, HiddenRadioInput, Circle, function (_ref4) {
|
|
26843
|
-
var
|
|
26844
|
-
return "0px 0px 2px 1px ".concat(
|
|
26848
|
+
var activeColor = _ref4.activeColor;
|
|
26849
|
+
return "0px 0px 2px 1px ".concat(activeColor, ";");
|
|
26845
26850
|
});
|
|
26846
26851
|
|
|
26847
26852
|
var RadioButtonWithLabel = function RadioButtonWithLabel(_ref5) {
|
|
@@ -26861,7 +26866,7 @@ var RadioButtonWithLabel = function RadioButtonWithLabel(_ref5) {
|
|
|
26861
26866
|
return /*#__PURE__*/React__default.createElement(InputAndLabelContainer, {
|
|
26862
26867
|
align: "center",
|
|
26863
26868
|
childGap: "0.5rem",
|
|
26864
|
-
|
|
26869
|
+
activeColor: themeValues.activeColor
|
|
26865
26870
|
}, /*#__PURE__*/React__default.createElement(HiddenRadioInput, {
|
|
26866
26871
|
"aria-invalid": ariaInvalid,
|
|
26867
26872
|
style: {
|
|
@@ -26881,17 +26886,17 @@ var RadioButtonWithLabel = function RadioButtonWithLabel(_ref5) {
|
|
|
26881
26886
|
htmlFor: id,
|
|
26882
26887
|
extraStyles: "\n font-size: 1rem;\n display: flex; \n width: 100%;\n :hover {\n cursor: pointer;\n }\n "
|
|
26883
26888
|
}, /*#__PURE__*/React__default.createElement(Circle, {
|
|
26884
|
-
|
|
26885
|
-
|
|
26889
|
+
activeColor: themeValues.activeColor,
|
|
26890
|
+
inactiveBorderColor: themeValues.inactiveBorderColor
|
|
26886
26891
|
}), labelText));
|
|
26887
26892
|
};
|
|
26888
26893
|
|
|
26889
26894
|
var RadioButtonWithLabel$1 = themeComponent(RadioButtonWithLabel, "RadioButtonWithLabel", fallbackValues$t);
|
|
26890
26895
|
|
|
26891
|
-
var activeColor$
|
|
26896
|
+
var activeColor$6 = "".concat(MATISSE_BLUE);
|
|
26892
26897
|
var inactiveColor = "".concat(GREY_CHATEAU);
|
|
26893
26898
|
var fallbackValues$u = {
|
|
26894
|
-
activeColor: activeColor$
|
|
26899
|
+
activeColor: activeColor$6,
|
|
26895
26900
|
inactiveColor: inactiveColor
|
|
26896
26901
|
};
|
|
26897
26902
|
|
|
@@ -27067,14 +27072,14 @@ var SearchableSelect = function SearchableSelect(_ref) {
|
|
|
27067
27072
|
|
|
27068
27073
|
var SearchableSelect$1 = themeComponent(SearchableSelect, "SearchableSelect", fallbackValues$v, "default");
|
|
27069
27074
|
|
|
27070
|
-
var borderColor$
|
|
27075
|
+
var borderColor$2 = {
|
|
27071
27076
|
"default": "".concat(GREY_CHATEAU)
|
|
27072
27077
|
};
|
|
27073
27078
|
var borderSize = {
|
|
27074
27079
|
"default": "1px"
|
|
27075
27080
|
};
|
|
27076
27081
|
var fallbackValues$w = {
|
|
27077
|
-
borderColor: borderColor$
|
|
27082
|
+
borderColor: borderColor$2,
|
|
27078
27083
|
borderSize: borderSize
|
|
27079
27084
|
};
|
|
27080
27085
|
|
|
@@ -37895,12 +37900,12 @@ var TypeaheadInput = function TypeaheadInput(_ref) {
|
|
|
37895
37900
|
}));
|
|
37896
37901
|
};
|
|
37897
37902
|
|
|
37898
|
-
var backgroundColor$
|
|
37903
|
+
var backgroundColor$5 = WHITE;
|
|
37899
37904
|
var imageBackgroundColor = INFO_BLUE;
|
|
37900
37905
|
var headerBackgroundColor = STORM_GREY;
|
|
37901
37906
|
var headerColor = WHITE;
|
|
37902
37907
|
var fallbackValues$y = {
|
|
37903
|
-
backgroundColor: backgroundColor$
|
|
37908
|
+
backgroundColor: backgroundColor$5,
|
|
37904
37909
|
imageBackgroundColor: imageBackgroundColor,
|
|
37905
37910
|
headerBackgroundColor: headerBackgroundColor,
|
|
37906
37911
|
headerColor: headerColor
|
|
@@ -38053,11 +38058,11 @@ var Card = function Card(_ref) {
|
|
|
38053
38058
|
var Card$1 = themeComponent(withWindowSize(Card), "Card", fallbackValues$y);
|
|
38054
38059
|
|
|
38055
38060
|
var fontFamily$6 = "Public Sans, sans-serif";
|
|
38056
|
-
var activeColor$
|
|
38061
|
+
var activeColor$7 = MATISSE_BLUE;
|
|
38057
38062
|
var linkColor$3 = CHARADE_GREY;
|
|
38058
38063
|
var fallbackValues$A = {
|
|
38059
38064
|
fontFamily: fontFamily$6,
|
|
38060
|
-
activeColor: activeColor$
|
|
38065
|
+
activeColor: activeColor$7,
|
|
38061
38066
|
linkColor: linkColor$3
|
|
38062
38067
|
};
|
|
38063
38068
|
|
|
@@ -38187,11 +38192,11 @@ var TableCell_styled = styled__default.td.withConfig({
|
|
|
38187
38192
|
return extraStyles;
|
|
38188
38193
|
});
|
|
38189
38194
|
|
|
38190
|
-
var backgroundColor$
|
|
38191
|
-
var borderColor$
|
|
38195
|
+
var backgroundColor$6 = ALABASTER_WHITE;
|
|
38196
|
+
var borderColor$3 = GREY_CHATEAU;
|
|
38192
38197
|
var fallbackValues$B = {
|
|
38193
|
-
backgroundColor: backgroundColor$
|
|
38194
|
-
borderColor: borderColor$
|
|
38198
|
+
backgroundColor: backgroundColor$6,
|
|
38199
|
+
borderColor: borderColor$3
|
|
38195
38200
|
};
|
|
38196
38201
|
|
|
38197
38202
|
var StyledTableHead = styled__default.thead.withConfig({
|
|
@@ -38209,10 +38214,10 @@ var StyledTableHead = styled__default.thead.withConfig({
|
|
|
38209
38214
|
return fontSize;
|
|
38210
38215
|
});
|
|
38211
38216
|
|
|
38212
|
-
var borderColor$
|
|
38217
|
+
var borderColor$4 = GREY_CHATEAU;
|
|
38213
38218
|
var hoverBackgroundColor$1 = HOVER_LIGHT_BLUE;
|
|
38214
38219
|
var fallbackValues$C = {
|
|
38215
|
-
borderColor: borderColor$
|
|
38220
|
+
borderColor: borderColor$4,
|
|
38216
38221
|
hoverBackgroundColor: hoverBackgroundColor$1
|
|
38217
38222
|
};
|
|
38218
38223
|
|
|
@@ -40189,9 +40194,9 @@ AddressForm.reducer = reducer;
|
|
|
40189
40194
|
AddressForm.mapStateToProps = mapStateToProps$1;
|
|
40190
40195
|
AddressForm.mapDispatchToProps = mapDispatchToProps;
|
|
40191
40196
|
|
|
40192
|
-
var backgroundColor$
|
|
40197
|
+
var backgroundColor$7 = "#ebeffb";
|
|
40193
40198
|
var fallbackValues$D = {
|
|
40194
|
-
backgroundColor: backgroundColor$
|
|
40199
|
+
backgroundColor: backgroundColor$7
|
|
40195
40200
|
};
|
|
40196
40201
|
|
|
40197
40202
|
var Banner = function Banner(_ref) {
|
|
@@ -41186,10 +41191,10 @@ ForgotPasswordForm.mapStateToProps = mapStateToProps$5;
|
|
|
41186
41191
|
ForgotPasswordForm.mapDispatchToProps = mapDispatchToProps$4;
|
|
41187
41192
|
|
|
41188
41193
|
var textColor$4 = "#ffffff";
|
|
41189
|
-
var backgroundColor$
|
|
41194
|
+
var backgroundColor$8 = "#182848";
|
|
41190
41195
|
var fallbackValues$G = {
|
|
41191
41196
|
textColor: textColor$4,
|
|
41192
|
-
backgroundColor: backgroundColor$
|
|
41197
|
+
backgroundColor: backgroundColor$8
|
|
41193
41198
|
};
|
|
41194
41199
|
|
|
41195
41200
|
var HighlightTabRow = function HighlightTabRow(_ref) {
|
|
@@ -46394,7 +46399,7 @@ var borderRadius = {
|
|
|
46394
46399
|
largeTitle: "0.25rem",
|
|
46395
46400
|
small: "0.25rem"
|
|
46396
46401
|
};
|
|
46397
|
-
var backgroundColor$
|
|
46402
|
+
var backgroundColor$9 = {
|
|
46398
46403
|
"default": WHITE,
|
|
46399
46404
|
largeTitle: WHITE,
|
|
46400
46405
|
small: WHITE
|
|
@@ -46409,7 +46414,7 @@ var fallbackValues$H = {
|
|
|
46409
46414
|
titleSpacing: titleSpacing,
|
|
46410
46415
|
boxShadow: boxShadow$1,
|
|
46411
46416
|
borderRadius: borderRadius,
|
|
46412
|
-
backgroundColor: backgroundColor$
|
|
46417
|
+
backgroundColor: backgroundColor$9
|
|
46413
46418
|
};
|
|
46414
46419
|
|
|
46415
46420
|
/*
|
|
@@ -46469,7 +46474,7 @@ var Module = function Module(_ref) {
|
|
|
46469
46474
|
|
|
46470
46475
|
var Module$1 = /*#__PURE__*/React.memo(themeComponent(Module, "Module", fallbackValues$H, "default"));
|
|
46471
46476
|
|
|
46472
|
-
var backgroundColor$
|
|
46477
|
+
var backgroundColor$a = {
|
|
46473
46478
|
profile: "#3b414d",
|
|
46474
46479
|
cms: "#3b414d"
|
|
46475
46480
|
};
|
|
@@ -46478,7 +46483,7 @@ var shadowColor = {
|
|
|
46478
46483
|
cms: "#292A33"
|
|
46479
46484
|
};
|
|
46480
46485
|
var fallbackValues$I = {
|
|
46481
|
-
backgroundColor: backgroundColor$
|
|
46486
|
+
backgroundColor: backgroundColor$a,
|
|
46482
46487
|
shadowColor: shadowColor
|
|
46483
46488
|
};
|
|
46484
46489
|
|
|
@@ -46637,14 +46642,14 @@ var TitleModule = function TitleModule(_ref) {
|
|
|
46637
46642
|
|
|
46638
46643
|
var color$a = "#15749D";
|
|
46639
46644
|
var hoverColor$5 = "#116285";
|
|
46640
|
-
var activeColor$
|
|
46645
|
+
var activeColor$8 = "#0E506D";
|
|
46641
46646
|
var linkColor$4 = "#3176AA";
|
|
46642
46647
|
var fontWeight$6 = FONT_WEIGHT_REGULAR;
|
|
46643
46648
|
var modalLinkHoverFocus = "outline: none;\n cursor: pointer;\n text-decoration: underline;\n text-decoration-color: #317D4F;";
|
|
46644
46649
|
var fallbackValues$J = {
|
|
46645
46650
|
color: color$a,
|
|
46646
46651
|
hoverColor: hoverColor$5,
|
|
46647
|
-
activeColor: activeColor$
|
|
46652
|
+
activeColor: activeColor$8,
|
|
46648
46653
|
linkColor: linkColor$4,
|
|
46649
46654
|
fontWeight: fontWeight$6,
|
|
46650
46655
|
modalLinkHoverFocus: modalLinkHoverFocus
|
|
@@ -47441,9 +47446,9 @@ var arrowColor = WHITE;
|
|
|
47441
47446
|
var numberColor = MATISSE_BLUE;
|
|
47442
47447
|
var hoverBackgroundColor$2 = ALABASTER_WHITE;
|
|
47443
47448
|
var activeBackgroundColor$1 = WHITE;
|
|
47444
|
-
var activeColor$
|
|
47449
|
+
var activeColor$9 = MATISSE_BLUE;
|
|
47445
47450
|
var fallbackValues$K = {
|
|
47446
|
-
activeColor: activeColor$
|
|
47451
|
+
activeColor: activeColor$9,
|
|
47447
47452
|
activeBackgroundColor: activeBackgroundColor$1,
|
|
47448
47453
|
arrowColor: arrowColor,
|
|
47449
47454
|
hoverBackgroundColor: hoverBackgroundColor$2,
|
|
@@ -47718,7 +47723,7 @@ var PaymentButtonBar = function PaymentButtonBar(_ref) {
|
|
|
47718
47723
|
}, !hideBackButton && /*#__PURE__*/React__default.createElement(React.Fragment, null, backButton), !hideForwardButton && /*#__PURE__*/React__default.createElement(React.Fragment, null, forwardButton))));
|
|
47719
47724
|
};
|
|
47720
47725
|
|
|
47721
|
-
var backgroundColor$
|
|
47726
|
+
var backgroundColor$b = {
|
|
47722
47727
|
"default": "transparent",
|
|
47723
47728
|
small: "transparent"
|
|
47724
47729
|
};
|
|
@@ -47735,7 +47740,7 @@ var labeledAmountTotal = {
|
|
|
47735
47740
|
small: "p"
|
|
47736
47741
|
};
|
|
47737
47742
|
var fallbackValues$L = {
|
|
47738
|
-
backgroundColor: backgroundColor$
|
|
47743
|
+
backgroundColor: backgroundColor$b,
|
|
47739
47744
|
lineItem: lineItem,
|
|
47740
47745
|
labeledAmountSubtotal: labeledAmountSubtotal,
|
|
47741
47746
|
labeledAmountTotal: labeledAmountTotal
|
|
@@ -48132,7 +48137,7 @@ var AccountAndRoutingModal = function AccountAndRoutingModal(_ref) {
|
|
|
48132
48137
|
|
|
48133
48138
|
var AccountAndRoutingModal$1 = themeComponent(AccountAndRoutingModal, "AccountAndRoutingModal", fallbackValues$M, "default");
|
|
48134
48139
|
|
|
48135
|
-
var backgroundColor$
|
|
48140
|
+
var backgroundColor$c = {
|
|
48136
48141
|
"default": "#ffffff",
|
|
48137
48142
|
footer: "#ffffff"
|
|
48138
48143
|
};
|
|
@@ -48162,7 +48167,7 @@ var modalLinkHoverFocus$2 = {
|
|
|
48162
48167
|
footer: standardInteractionStyles
|
|
48163
48168
|
};
|
|
48164
48169
|
var fallbackValues$N = {
|
|
48165
|
-
backgroundColor: backgroundColor$
|
|
48170
|
+
backgroundColor: backgroundColor$c,
|
|
48166
48171
|
linkColor: linkColor$6,
|
|
48167
48172
|
border: border$3,
|
|
48168
48173
|
fontSize: fontSize$b,
|
|
@@ -49023,13 +49028,13 @@ var RadioGroup = function RadioGroup(_ref) {
|
|
|
49023
49028
|
var headingBackgroundColor$1 = "".concat(WHITE);
|
|
49024
49029
|
var headingDisabledColor = "".concat(ATHENS_GREY);
|
|
49025
49030
|
var bodyBackgroundColor$1 = "#eeeeee";
|
|
49026
|
-
var borderColor$
|
|
49031
|
+
var borderColor$5 = "".concat(GREY_CHATEAU);
|
|
49027
49032
|
var focusStyles = "outline: none;";
|
|
49028
49033
|
var fallbackValues$O = {
|
|
49029
49034
|
headingBackgroundColor: headingBackgroundColor$1,
|
|
49030
49035
|
headingDisabledColor: headingDisabledColor,
|
|
49031
49036
|
bodyBackgroundColor: bodyBackgroundColor$1,
|
|
49032
|
-
borderColor: borderColor$
|
|
49037
|
+
borderColor: borderColor$5,
|
|
49033
49038
|
focusStyles: focusStyles
|
|
49034
49039
|
};
|
|
49035
49040
|
|