@thecb/components 11.8.0-beta.10 → 11.8.0-beta.11
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.esm.js
CHANGED
|
@@ -26831,9 +26831,10 @@ var PasswordRequirements = function PasswordRequirements(_ref) {
|
|
|
26831
26831
|
color: RAZZMATAZZ_RED
|
|
26832
26832
|
}), INPUT_STATE_VALID, {
|
|
26833
26833
|
icon: /*#__PURE__*/React__default.createElement(IconValid, {
|
|
26834
|
-
margin: "0 0.5rem 0 0"
|
|
26834
|
+
margin: "0 0.5rem 0 0",
|
|
26835
|
+
bgFill: SEA_GREEN
|
|
26835
26836
|
}),
|
|
26836
|
-
color:
|
|
26837
|
+
color: SEA_GREEN
|
|
26837
26838
|
});
|
|
26838
26839
|
var validationMap = {
|
|
26839
26840
|
charactersValidation: {
|