@apolitical/component-library 8.3.10 → 8.3.12-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/index.js +1 -1
- package/index.mjs +2 -1
- package/package.json +1 -1
- package/style.css +1 -1
- package/styles/uclasses/uclasses.scss +10 -0
package/index.mjs
CHANGED
|
@@ -25309,7 +25309,8 @@ const pU = ({ emails: e, setEmails: t, setIsDisabled: n }) => {
|
|
|
25309
25309
|
}
|
|
25310
25310
|
)
|
|
25311
25311
|
] });
|
|
25312
|
-
}, ym = (e) => e.map((t) => ({ condition: t }))
|
|
25312
|
+
}, ym = (e) => e.map((t) => ({ condition: t }));
|
|
25313
|
+
const Rr = {
|
|
25313
25314
|
FORM_ID: "manage-account-password-change",
|
|
25314
25315
|
NEW_PASSWORD: "newPassword",
|
|
25315
25316
|
CONFIRMED_PASSWORD: "confirmedPassword",
|