@thecb/components 11.2.3-beta.2 → 11.2.3-beta.3
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 +3 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -2
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/registration-banner/RegistrationBanner.js +1 -0
- package/src/components/molecules/registration-banner/RegistrationBanner.styled.js +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -49743,7 +49743,7 @@ var fallbackValues$U = {
|
|
|
49743
49743
|
background: CORNFLOWER_BLUE
|
|
49744
49744
|
};
|
|
49745
49745
|
|
|
49746
|
-
var BannerContainer = styled(
|
|
49746
|
+
var BannerContainer = styled(Cluster).withConfig({
|
|
49747
49747
|
displayName: "RegistrationBannerstyled__BannerContainer",
|
|
49748
49748
|
componentId: "sc-1m1lm4y-0"
|
|
49749
49749
|
})(["background:", ";padding:", ";"], function (_ref) {
|
|
@@ -49797,7 +49797,8 @@ var RegistrationBanner = function RegistrationBanner(_ref) {
|
|
|
49797
49797
|
themeValues: themeValues,
|
|
49798
49798
|
isMobile: isMobile,
|
|
49799
49799
|
role: "banner",
|
|
49800
|
-
"aria-label": "Registration Banner"
|
|
49800
|
+
"aria-label": "Registration Banner",
|
|
49801
|
+
justify: "center"
|
|
49801
49802
|
}, /*#__PURE__*/React.createElement(ContentContainer, {
|
|
49802
49803
|
role: "main",
|
|
49803
49804
|
align: "center",
|