@asgardeo/vue 0.3.3 → 0.3.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/README.md +1 -1
- package/dist/cjs/index.js +1156 -414
- package/dist/cjs/index.js.map +4 -4
- package/dist/components/presentation/sign-up/BaseSignUp.d.ts +9 -49
- package/dist/components/presentation/sign-up/SignUp.d.ts +6 -3
- package/dist/components/presentation/sign-up/v1/BaseSignUp.d.ts +48 -0
- package/dist/components/presentation/sign-up/v1/SignUp.d.ts +30 -0
- package/dist/components/presentation/sign-up/v1/options/SignUpOptionFactory.d.ts +49 -0
- package/dist/components/presentation/sign-up/v2/BaseSignUp.d.ts +72 -0
- package/dist/components/presentation/sign-up/v2/SignUp.d.ts +25 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1157 -399
- package/dist/index.js.map +4 -4
- package/dist/plugins/AsgardeoPlugin.d.ts +26 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -123,7 +123,7 @@ For complete API documentation including all components, composables, and custom
|
|
|
123
123
|
## Examples
|
|
124
124
|
|
|
125
125
|
Check out our [example applications](../../samples/) to see the Vue SDK in action:
|
|
126
|
-
- [Vue SDK Playground](../../
|
|
126
|
+
- [Vue SDK Playground](../../playgrounds/vue/) - Example application
|
|
127
127
|
|
|
128
128
|
## Documentation
|
|
129
129
|
|