@lumiapassport/ui-kit 1.14.20 → 1.14.21
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 +118 -1
- 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 +1 -1
package/dist/index.js
CHANGED
|
@@ -5355,7 +5355,7 @@ function Header() {
|
|
|
5355
5355
|
// package.json
|
|
5356
5356
|
var package_default = {
|
|
5357
5357
|
name: "@lumiapassport/ui-kit",
|
|
5358
|
-
version: "1.14.
|
|
5358
|
+
version: "1.14.21",
|
|
5359
5359
|
description: "React UI components and hooks for Lumia Passport authentication and Account Abstraction",
|
|
5360
5360
|
type: "module",
|
|
5361
5361
|
main: "./dist/index.cjs",
|