@ctx-core/auth0-ui 12.1.12 → 12.1.13
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/CHANGELOG.md +6 -0
- package/dist/ui/Auth0.svelte +1 -1
- package/package.json +1 -1
- package/src/ui/Auth0.svelte +1 -1
package/CHANGELOG.md
CHANGED
package/dist/ui/Auth0.svelte
CHANGED
|
@@ -4,6 +4,7 @@ import {
|
|
|
4
4
|
auth0_forgot_password_opened$_b, auth0_opened_class$_b, auth0_login_opened$_b, auth0_signup_opened$_b,
|
|
5
5
|
auth0_forgot_password_check_email_opened$_b, auth0_change_password_opened$_b
|
|
6
6
|
} from '@ctx-core/auth0'
|
|
7
|
+
import { ctx_ } from '@ctx-core/object'
|
|
7
8
|
import { auth0_ui_ctx_key } from '../auth0_ui_ctx_key.js'
|
|
8
9
|
import { Auth0_c } from './Auth0_c.js'
|
|
9
10
|
import Auth0_Change_Password_Form from './Auth0_Change_Password_Form.svelte'
|
|
@@ -12,7 +13,6 @@ import Auth0_Forgot_Password_Check_Email_Form from './Auth0_Forgot_Password_Chec
|
|
|
12
13
|
import Auth0_Forgot_Password_Form from './Auth0_Forgot_Password_Form.svelte'
|
|
13
14
|
import Auth0_Login_Form from './Auth0_Login_Form.svelte'
|
|
14
15
|
import Auth0_Signup_Form from './Auth0_Signup_Form.svelte'
|
|
15
|
-
import { ctx_ } from '@ctx-core/object/dist'
|
|
16
16
|
export let ctx = ctx_(), dialog = false
|
|
17
17
|
setContext(auth0_ui_ctx_key, ctx)
|
|
18
18
|
const auth0_change_password_opened$ = auth0_change_password_opened$_b(ctx)
|
package/package.json
CHANGED
package/src/ui/Auth0.svelte
CHANGED
|
@@ -4,6 +4,7 @@ import {
|
|
|
4
4
|
auth0_forgot_password_opened$_b, auth0_opened_class$_b, auth0_login_opened$_b, auth0_signup_opened$_b,
|
|
5
5
|
auth0_forgot_password_check_email_opened$_b, auth0_change_password_opened$_b
|
|
6
6
|
} from '@ctx-core/auth0'
|
|
7
|
+
import { ctx_ } from '@ctx-core/object'
|
|
7
8
|
import { auth0_ui_ctx_key } from '../auth0_ui_ctx_key.js'
|
|
8
9
|
import { Auth0_c } from './Auth0_c.js'
|
|
9
10
|
import Auth0_Change_Password_Form from './Auth0_Change_Password_Form.svelte'
|
|
@@ -12,7 +13,6 @@ import Auth0_Forgot_Password_Check_Email_Form from './Auth0_Forgot_Password_Chec
|
|
|
12
13
|
import Auth0_Forgot_Password_Form from './Auth0_Forgot_Password_Form.svelte'
|
|
13
14
|
import Auth0_Login_Form from './Auth0_Login_Form.svelte'
|
|
14
15
|
import Auth0_Signup_Form from './Auth0_Signup_Form.svelte'
|
|
15
|
-
import { ctx_ } from '@ctx-core/object/dist'
|
|
16
16
|
export let ctx = ctx_(), dialog = false
|
|
17
17
|
setContext(auth0_ui_ctx_key, ctx)
|
|
18
18
|
const auth0_change_password_opened$ = auth0_change_password_opened$_b(ctx)
|