@lumiapassport/ui-kit 1.5.1 → 1.5.2
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 +179 -54
- package/dist/iframe/index.html +1 -1
- package/dist/iframe/main.js +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -8490,7 +8490,7 @@ function useLumiaPassportLinkedProfiles() {
|
|
|
8490
8490
|
// package.json
|
|
8491
8491
|
var package_default = {
|
|
8492
8492
|
name: "@lumiapassport/ui-kit",
|
|
8493
|
-
version: "1.5.
|
|
8493
|
+
version: "1.5.2",
|
|
8494
8494
|
description: "React UI components and hooks for Lumia Passport authentication and Account Abstraction",
|
|
8495
8495
|
type: "module",
|
|
8496
8496
|
main: "./dist/index.cjs",
|