@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.cjs.js
CHANGED
|
@@ -49751,7 +49751,7 @@ var fallbackValues$U = {
|
|
|
49751
49751
|
background: CORNFLOWER_BLUE
|
|
49752
49752
|
};
|
|
49753
49753
|
|
|
49754
|
-
var BannerContainer = styled__default(
|
|
49754
|
+
var BannerContainer = styled__default(Cluster).withConfig({
|
|
49755
49755
|
displayName: "RegistrationBannerstyled__BannerContainer",
|
|
49756
49756
|
componentId: "sc-1m1lm4y-0"
|
|
49757
49757
|
})(["background:", ";padding:", ";"], function (_ref) {
|
|
@@ -49805,7 +49805,8 @@ var RegistrationBanner = function RegistrationBanner(_ref) {
|
|
|
49805
49805
|
themeValues: themeValues,
|
|
49806
49806
|
isMobile: isMobile,
|
|
49807
49807
|
role: "banner",
|
|
49808
|
-
"aria-label": "Registration Banner"
|
|
49808
|
+
"aria-label": "Registration Banner",
|
|
49809
|
+
justify: "center"
|
|
49809
49810
|
}, /*#__PURE__*/React__default.createElement(ContentContainer, {
|
|
49810
49811
|
role: "main",
|
|
49811
49812
|
align: "center",
|