@bagelink/auth 1.12.3 → 1.12.5
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 +2 -1183
- package/dist/index.d.ts +0 -9
- package/dist/index.mjs +3 -1184
- package/dist/routes.d.ts +0 -36
- package/package.json +1 -1
- package/src/index.ts +0 -13
- package/src/routes.ts +0 -96
- package/dist/Callback-BHqVaZZm.cjs +0 -4
- package/dist/Callback-C-XghN_z.js +0 -4
- package/dist/ForgotPasswordPage-BV9tyhHl.cjs +0 -4
- package/dist/ForgotPasswordPage-DvttMGb0.js +0 -4
- package/dist/LoginPage-hv1wc54S.cjs +0 -4
- package/dist/LoginPage-klj1NV4J.js +0 -4
- package/dist/ResetPasswordPage-COPrJmW8.cjs +0 -4
- package/dist/ResetPasswordPage-nvQ4uupb.js +0 -4
- package/dist/SignupPage-m36w9PLJ.cjs +0 -4
- package/dist/SignupPage-oUFYApYW.js +0 -4
- package/dist/components/auth/ForgotPasswordForm.vue.d.ts +0 -23
- package/dist/components/auth/LoginForm.vue.d.ts +0 -58
- package/dist/components/auth/ResetPasswordForm.vue.d.ts +0 -28
- package/dist/components/auth/SignupForm.vue.d.ts +0 -34
- package/dist/components/index.d.ts +0 -4
- package/dist/pages/Callback.vue.d.ts +0 -2
- package/dist/pages/ForgotPasswordPage.vue.d.ts +0 -13
- package/dist/pages/LoginPage.vue.d.ts +0 -38
- package/dist/pages/ResetPasswordPage.vue.d.ts +0 -13
- package/dist/pages/SignupPage.vue.d.ts +0 -16
- package/src/components/auth/ForgotPasswordForm.vue +0 -97
- package/src/components/auth/LoginForm.vue +0 -258
- package/src/components/auth/ResetPasswordForm.vue +0 -156
- package/src/components/auth/SignupForm.vue +0 -231
- package/src/components/index.ts +0 -5
- package/src/pages/Callback.vue +0 -196
- package/src/pages/ForgotPasswordPage.vue +0 -42
- package/src/pages/LoginPage.vue +0 -68
- package/src/pages/ResetPasswordPage.vue +0 -47
- package/src/pages/SignupPage.vue +0 -46
package/dist/index.d.ts
CHANGED
|
@@ -1,14 +1,5 @@
|
|
|
1
1
|
export * from './api';
|
|
2
|
-
export { default as ForgotPasswordForm } from './components/auth/ForgotPasswordForm.vue';
|
|
3
|
-
export { default as LoginForm } from './components/auth/LoginForm.vue';
|
|
4
|
-
export { default as ResetPasswordForm } from './components/auth/ResetPasswordForm.vue';
|
|
5
|
-
export { default as SignupForm } from './components/auth/SignupForm.vue';
|
|
6
2
|
export * from './constants';
|
|
7
|
-
export { default as Callback } from './pages/Callback.vue';
|
|
8
|
-
export { default as ForgotPasswordPage } from './pages/ForgotPasswordPage.vue';
|
|
9
|
-
export { default as LoginPage } from './pages/LoginPage.vue';
|
|
10
|
-
export { default as ResetPasswordPage } from './pages/ResetPasswordPage.vue';
|
|
11
|
-
export { default as SignupPage } from './pages/SignupPage.vue';
|
|
12
3
|
export * from './redirect';
|
|
13
4
|
export * from './router';
|
|
14
5
|
export * from './routes';
|