@mochabug/adapt-vue 1.0.0-rc39 → 1.0.0-rc40

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.
@@ -182,6 +182,7 @@ export declare const Adapt: import("vue").DefineComponent<import("vue").ExtractP
182
182
  dragHandle?: string;
183
183
  expandButton?: string;
184
184
  statusMessage?: string;
185
+ statusCard?: string;
185
186
  toolbar?: string;
186
187
  toolbarTitle?: string;
187
188
  toolbarButton?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mochabug/adapt-vue",
3
- "version": "1.0.0-rc39",
3
+ "version": "1.0.0-rc40",
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-rc62"
39
+ "@mochabug/adapt-web": "^1.0.0-rc63"
40
40
  }
41
41
  }