@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.js
CHANGED
|
@@ -805,7 +805,7 @@ var init_constants = __esm({
|
|
|
805
805
|
init_assets();
|
|
806
806
|
LOCAL_COLOR_MODE_KEY = "passport-theme-mode";
|
|
807
807
|
LOOCAL_BACKUP_STATUS_KEY = "passport-backup-status";
|
|
808
|
-
LP_JWT_TOKENS_LS_KEY = "passport-jwt-tokens";
|
|
808
|
+
LP_JWT_TOKENS_LS_KEY = "lumia-passport-jwt-tokens";
|
|
809
809
|
DEFAULT_AUTH_MENU_HEIGHT = 253;
|
|
810
810
|
DEFAULT_MAIN_MENU_HEIGHT = 90;
|
|
811
811
|
MAX_CONTENT_HEIGHT = 640;
|
|
@@ -1273,7 +1273,7 @@ var init_package = __esm({
|
|
|
1273
1273
|
"package.json"() {
|
|
1274
1274
|
package_default = {
|
|
1275
1275
|
name: "@embarkai/ui-kit",
|
|
1276
|
-
version: "0.1.
|
|
1276
|
+
version: "0.1.4",
|
|
1277
1277
|
description: "React UI components and hooks for EmbarkAI authentication and Account Abstraction",
|
|
1278
1278
|
type: "module",
|
|
1279
1279
|
main: "./dist/index.cjs",
|