@lumiapassport/ui-kit 1.14.14 → 1.14.15
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/iframe/index.html +1 -1
- package/dist/iframe/main.js +28 -14
- package/dist/iframe/main.js.map +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 +2 -2
package/dist/index.js
CHANGED
|
@@ -5346,7 +5346,7 @@ function Header() {
|
|
|
5346
5346
|
// package.json
|
|
5347
5347
|
var package_default = {
|
|
5348
5348
|
name: "@lumiapassport/ui-kit",
|
|
5349
|
-
version: "1.14.
|
|
5349
|
+
version: "1.14.15",
|
|
5350
5350
|
description: "React UI components and hooks for Lumia Passport authentication and Account Abstraction",
|
|
5351
5351
|
type: "module",
|
|
5352
5352
|
main: "./dist/index.cjs",
|