@thecb/components 11.2.15-beta.1 → 11.2.16-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs.js +2 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +2 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/registration-banner/RegistrationBanner.styled.js +1 -1
- package/src/components/molecules/registration-banner/RegistrationBanner.theme.js +2 -7
package/dist/index.cjs.js
CHANGED
|
@@ -47841,8 +47841,7 @@ var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues
|
|
|
47841
47841
|
|
|
47842
47842
|
var fallbackValues$U = {
|
|
47843
47843
|
primaryColor: ROYAL_BLUE_VIVID,
|
|
47844
|
-
secondaryColor: CHARADE_GREY
|
|
47845
|
-
background: CORNFLOWER_BLUE
|
|
47844
|
+
secondaryColor: CHARADE_GREY
|
|
47846
47845
|
};
|
|
47847
47846
|
|
|
47848
47847
|
var BannerContainer = styled__default(Cluster).withConfig({
|
|
@@ -47850,7 +47849,7 @@ var BannerContainer = styled__default(Cluster).withConfig({
|
|
|
47850
47849
|
componentId: "sc-1m1lm4y-0"
|
|
47851
47850
|
})(["background:", ";padding:2rem;"], function (_ref) {
|
|
47852
47851
|
var themeValues = _ref.themeValues;
|
|
47853
|
-
return adjustHexColor(themeValues.primaryColor,
|
|
47852
|
+
return adjustHexColor(themeValues.primaryColor, 90, "lighten");
|
|
47854
47853
|
});
|
|
47855
47854
|
var ContentContainer = styled__default(Cluster).withConfig({
|
|
47856
47855
|
displayName: "RegistrationBannerstyled__ContentContainer",
|