g-ai-robot3 0.1.79 → 0.1.80

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.
@@ -14,6 +14,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
14
14
  width: string;
15
15
  height: string;
16
16
  };
17
+ bubbleStyle: () => {
18
+ width: string;
19
+ height: string;
20
+ };
17
21
  canvasWidth: number;
18
22
  canvasHeight: number;
19
23
  canvasCartoonWidth: number;
@@ -44,6 +48,10 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
44
48
  width: string;
45
49
  height: string;
46
50
  };
51
+ bubbleStyle: () => {
52
+ width: string;
53
+ height: string;
54
+ };
47
55
  canvasWidth: number;
48
56
  canvasHeight: number;
49
57
  canvasCartoonWidth: number;
@@ -60,6 +68,7 @@ declare const _default: import("vue").DefineComponent<import("vue").ExtractPropT
60
68
  isExhibitionPro: boolean;
61
69
  videoStyle: import("vue").CSSProperties;
62
70
  digitalStyle: import("vue").CSSProperties;
71
+ bubbleStyle: import("vue").CSSProperties;
63
72
  offer: string;
64
73
  human: string;
65
74
  humanaudio: string;