@blocklet/constant 1.16.34-beta-20241127-121930-0923dfae → 1.16.34-beta-20241204-140321-4d75ca21

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.
Files changed (3) hide show
  1. package/index.d.ts +2 -0
  2. package/index.js +2 -0
  3. package/package.json +2 -2
package/index.d.ts CHANGED
@@ -909,6 +909,8 @@ export declare const BLOCKLET_CONFIGURABLE_KEY: {
909
909
  BLOCKLET_APP_LOGO_SQUARE: string;
910
910
  BLOCKLET_APP_LOGO_RECT: string;
911
911
  BLOCKLET_APP_LOGO_FAVICON: string;
912
+ BLOCKLET_APP_SPLASH_PORTRAIT: string;
913
+ BLOCKLET_APP_SPLASH_LANDSCAPE: string;
912
914
  BLOCKLET_APP_URL: string;
913
915
  BLOCKLET_APP_LANGUAGES: string;
914
916
  BLOCKLET_PASSPORT_COLOR: string;
package/index.js CHANGED
@@ -1050,6 +1050,8 @@ var BLOCKLET_CONFIGURABLE_KEY = {
1050
1050
  BLOCKLET_APP_LOGO_SQUARE: "BLOCKLET_APP_LOGO_SQUARE",
1051
1051
  BLOCKLET_APP_LOGO_RECT: "BLOCKLET_APP_LOGO_RECT",
1052
1052
  BLOCKLET_APP_LOGO_FAVICON: "BLOCKLET_APP_LOGO_FAVICON",
1053
+ BLOCKLET_APP_SPLASH_PORTRAIT: "BLOCKLET_APP_SPLASH_PORTRAIT",
1054
+ BLOCKLET_APP_SPLASH_LANDSCAPE: "BLOCKLET_APP_SPLASH_LANDSCAPE",
1053
1055
  BLOCKLET_APP_URL: "BLOCKLET_APP_URL",
1054
1056
  BLOCKLET_APP_LANGUAGES: "BLOCKLET_APP_LANGUAGES",
1055
1057
  BLOCKLET_PASSPORT_COLOR: "BLOCKLET_PASSPORT_COLOR",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.16.34-beta-20241127-121930-0923dfae",
6
+ "version": "1.16.34-beta-20241204-140321-4d75ca21",
7
7
  "description": "Blocklet constants",
8
8
  "main": "index.js",
9
9
  "type": "commonjs",
@@ -36,5 +36,5 @@
36
36
  "ts-jest": "^29.2.5",
37
37
  "typescript": "^5.6.3"
38
38
  },
39
- "gitHead": "a466014851e9b34a9d71819278df3a7bfb8e7c2d"
39
+ "gitHead": "85435dd99298c727eb7bb6c361f9dee6ef11cf08"
40
40
  }