@embarkai/ui-kit 0.1.3 → 0.1.4
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 +2 -2
- package/dist/iframe/main.js.map +1 -1
- package/dist/index.cjs +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -816,7 +816,7 @@ var init_constants = __esm({
|
|
|
816
816
|
init_assets();
|
|
817
817
|
LOCAL_COLOR_MODE_KEY = "passport-theme-mode";
|
|
818
818
|
LOOCAL_BACKUP_STATUS_KEY = "passport-backup-status";
|
|
819
|
-
LP_JWT_TOKENS_LS_KEY = "passport-jwt-tokens";
|
|
819
|
+
LP_JWT_TOKENS_LS_KEY = "lumia-passport-jwt-tokens";
|
|
820
820
|
DEFAULT_AUTH_MENU_HEIGHT = 253;
|
|
821
821
|
DEFAULT_MAIN_MENU_HEIGHT = 90;
|
|
822
822
|
MAX_CONTENT_HEIGHT = 640;
|
|
@@ -1281,7 +1281,7 @@ var init_package = __esm({
|
|
|
1281
1281
|
"package.json"() {
|
|
1282
1282
|
package_default = {
|
|
1283
1283
|
name: "@embarkai/ui-kit",
|
|
1284
|
-
version: "0.1.
|
|
1284
|
+
version: "0.1.4",
|
|
1285
1285
|
description: "React UI components and hooks for EmbarkAI authentication and Account Abstraction",
|
|
1286
1286
|
type: "module",
|
|
1287
1287
|
main: "./dist/index.cjs",
|