@thecb/components 11.7.1 → 11.7.2-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 +5 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -3
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
- package/src/components/.DS_Store +0 -0
- package/src/components/atoms/password-requirements/PasswordRequirements.js +3 -3
- package/src/components/templates/sidebar-stack-content/SidebarStackContent.js +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -27214,9 +27214,10 @@ var PasswordRequirements = function PasswordRequirements(_ref) {
|
|
|
27214
27214
|
color: RAZZMATAZZ_RED
|
|
27215
27215
|
}), INPUT_STATE_VALID, {
|
|
27216
27216
|
icon: /*#__PURE__*/React__default.createElement(IconValid, {
|
|
27217
|
-
margin: "0 0.5rem 0 0"
|
|
27217
|
+
margin: "0 0.5rem 0 0",
|
|
27218
|
+
bgFill: SEA_GREEN
|
|
27218
27219
|
}),
|
|
27219
|
-
color:
|
|
27220
|
+
color: SEA_GREEN
|
|
27220
27221
|
});
|
|
27221
27222
|
var validationMap = {
|
|
27222
27223
|
charactersValidation: {
|
|
@@ -51466,7 +51467,8 @@ var SidebarStackContent = function SidebarStackContent(_ref) {
|
|
|
51466
51467
|
}), /*#__PURE__*/React__default.createElement(Box, {
|
|
51467
51468
|
padding: "0",
|
|
51468
51469
|
minWidth: "100%",
|
|
51469
|
-
key: "content-box"
|
|
51470
|
+
key: "content-box",
|
|
51471
|
+
role: "main"
|
|
51470
51472
|
}, subHeader && !(isMobile && hideMobileSubHeader) ? subHeader : /*#__PURE__*/React__default.createElement(Fragment$1, null), /*#__PURE__*/React__default.createElement(Box, {
|
|
51471
51473
|
padding: sidebarWrapperPadding,
|
|
51472
51474
|
key: "content-wrapper"
|