@abtnode/types 1.16.43-beta-20250419-231352-c78ac93d → 1.16.43-beta-20250422-042711-c40bec75

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 (2) hide show
  1. package/lib/type_pb.d.ts +1 -17
  2. package/package.json +2 -2
package/lib/type_pb.d.ts CHANGED
@@ -385,22 +385,6 @@ export type TSimpleBlockletState = {
385
385
  mountPoint: string;
386
386
  deletedAt: number;
387
387
  };
388
- export type TPaletteColor = {
389
- main: string;
390
- light: string;
391
- dark: string;
392
- contrastText: string;
393
- };
394
- export type TPalette = {
395
- primary?: TPaletteColor;
396
- };
397
- export type TThemeOptions = {
398
- palette?: TPalette;
399
- };
400
- export type TTheme = {
401
- light?: TThemeOptions;
402
- dark?: TThemeOptions;
403
- };
404
388
  export type TBlockletSettings = {
405
389
  initialized: boolean;
406
390
  enablePassportIssuance: boolean;
@@ -419,7 +403,7 @@ export type TBlockletSettings = {
419
403
  autoCheckUpdate?: TAutoCheckUpdate;
420
404
  autoBackup?: TAutoBackup;
421
405
  invite?: TInviteSettings;
422
- theme?: TTheme;
406
+ theme?: Record<string, any>;
423
407
  };
424
408
  export type TBlockletMetaService = {
425
409
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@abtnode/types",
3
- "version": "1.16.43-beta-20250419-231352-c78ac93d",
3
+ "version": "1.16.43-beta-20250422-042711-c40bec75",
4
4
  "description": "Typescript definitions generated from protobuf",
5
5
  "keywords": [
6
6
  "abtnode",
@@ -36,5 +36,5 @@
36
36
  "bugs": {
37
37
  "url": "https://github.com/ArcBlock/abt-node/issues"
38
38
  },
39
- "gitHead": "207acad34e8ccf318cd7539c1ac717cee7951b53"
39
+ "gitHead": "836a400c1f953f421a8e95dc9a32ba883ac2586d"
40
40
  }