@thecb/components 11.7.0 → 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
CHANGED
|
@@ -27222,9 +27222,10 @@ var PasswordRequirements = function PasswordRequirements(_ref) {
|
|
|
27222
27222
|
color: RAZZMATAZZ_RED
|
|
27223
27223
|
}), INPUT_STATE_VALID, {
|
|
27224
27224
|
icon: /*#__PURE__*/React__default.createElement(IconValid, {
|
|
27225
|
-
margin: "0 0.5rem 0 0"
|
|
27225
|
+
margin: "0 0.5rem 0 0",
|
|
27226
|
+
bgFill: SEA_GREEN
|
|
27226
27227
|
}),
|
|
27227
|
-
color:
|
|
27228
|
+
color: SEA_GREEN
|
|
27228
27229
|
});
|
|
27229
27230
|
var validationMap = {
|
|
27230
27231
|
charactersValidation: {
|