diff --git a/package-lock.json b/package-lock.json index 05cb2bb..3a91801 100644 --- a/package-lock.json +++ b/package-lock.json @@ -18707,7 +18707,7 @@ }, "package": { "name": "@userfront/toolkit", - "version": "1.1.0-alpha.1", + "version": "1.1.0-alpha.2", "license": "MIT", "dependencies": { "@r2wc/react-to-web-component": "^2.0.2", diff --git a/package/package-lock.json b/package/package-lock.json index 4eb87ae..d7a9347 100644 --- a/package/package-lock.json +++ b/package/package-lock.json @@ -1,12 +1,12 @@ { "name": "@userfront/react", - "version": "1.1.0-alpha.1", + "version": "1.1.0-alpha.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@userfront/react", - "version": "1.1.0-alpha.1", + "version": "1.1.0-alpha.2", "license": "MIT", "dependencies": { "@r2wc/react-to-web-component": "^2.0.2", diff --git a/package/package.json b/package/package.json index b387a58..adc4f46 100644 --- a/package/package.json +++ b/package/package.json @@ -1,6 +1,6 @@ { "name": "@userfront/toolkit", - "version": "1.1.0-alpha.1", + "version": "1.1.0-alpha.2", "description": "Bindings and components for authentication with Userfront with React, Vue, other frameworks, and plain JS + HTML", "type": "module", "directories": { diff --git a/package/src/forms/UniversalForm.jsx b/package/src/forms/UniversalForm.jsx index 2fabd6b..e7424f5 100644 --- a/package/src/forms/UniversalForm.jsx +++ b/package/src/forms/UniversalForm.jsx @@ -568,7 +568,7 @@ const UniversalForm = ({ theme = {}, state, isDemo = false, - demoState = "live", + demoMode = "live", onEvent, }) => { // Apply CSS classes based on the size of the form's container @@ -667,7 +667,7 @@ const UniversalForm = ({