@mochabug/adapt-vue 1.0.0-rc21 → 1.0.0-rc22

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.
@@ -179,6 +179,9 @@ export declare const Adapt: import("vue").DefineComponent<import("vue").ExtractP
179
179
  dialogClose?: string;
180
180
  dragHandle?: string;
181
181
  expandButton?: string;
182
+ toolbar?: string;
183
+ toolbarTitle?: string;
184
+ toolbarButton?: string;
182
185
  } | undefined;
183
186
  capWidgetOptions: import("@mochabug/adapt-web").CapWidgetOptions | undefined;
184
187
  sessionToken: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mochabug/adapt-vue",
3
- "version": "1.0.0-rc21",
3
+ "version": "1.0.0-rc22",
4
4
  "description": "Vue component for Adapt automation platform",
5
5
  "type": "module",
6
6
  "main": "./dist/esm/index.js",
@@ -36,6 +36,6 @@
36
36
  "vue": "^3.5.29"
37
37
  },
38
38
  "dependencies": {
39
- "@mochabug/adapt-web": "^1.0.0-rc43"
39
+ "@mochabug/adapt-web": "^1.0.0-rc44"
40
40
  }
41
41
  }