@thecb/components 11.2.15-beta.1 → 11.2.15
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.esm.js
CHANGED
|
@@ -47833,8 +47833,7 @@ var RadioSection$1 = themeComponent(RadioSection, "RadioSection", fallbackValues
|
|
|
47833
47833
|
|
|
47834
47834
|
var fallbackValues$U = {
|
|
47835
47835
|
primaryColor: ROYAL_BLUE_VIVID,
|
|
47836
|
-
secondaryColor: CHARADE_GREY
|
|
47837
|
-
background: CORNFLOWER_BLUE
|
|
47836
|
+
secondaryColor: CHARADE_GREY
|
|
47838
47837
|
};
|
|
47839
47838
|
|
|
47840
47839
|
var BannerContainer = styled(Cluster).withConfig({
|
|
@@ -47842,7 +47841,7 @@ var BannerContainer = styled(Cluster).withConfig({
|
|
|
47842
47841
|
componentId: "sc-1m1lm4y-0"
|
|
47843
47842
|
})(["background:", ";padding:2rem;"], function (_ref) {
|
|
47844
47843
|
var themeValues = _ref.themeValues;
|
|
47845
|
-
return adjustHexColor(themeValues.primaryColor,
|
|
47844
|
+
return adjustHexColor(themeValues.primaryColor, 80, "lighten");
|
|
47846
47845
|
});
|
|
47847
47846
|
var ContentContainer = styled(Cluster).withConfig({
|
|
47848
47847
|
displayName: "RegistrationBannerstyled__ContentContainer",
|