@evercam/ui 0.0.38 → 0.0.40

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.
@@ -103,6 +103,7 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
103
103
  wrapper: string;
104
104
  background: string;
105
105
  tooltipSlot: string;
106
+ eventTooltipSlot: string;
106
107
  };
107
108
  labelRectWidth: number;
108
109
  combinedXAxesHeight: number;
@@ -255,6 +255,7 @@ export declare const components: {
255
255
  wrapper: string;
256
256
  background: string;
257
257
  tooltipSlot: string;
258
+ eventTooltipSlot: string;
258
259
  };
259
260
  labelRectWidth: number;
260
261
  combinedXAxesHeight: number;
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@evercam/ui",
5
- "version": "0.0.38",
5
+ "version": "0.0.40",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -535,7 +535,7 @@
535
535
  {
536
536
  "name": "x-axes-config",
537
537
  "doc-url": "https://www.npmjs.com/package/@evercam/ui",
538
- "default": "() => Rb",
538
+ "default": "() => It",
539
539
  "value": {
540
540
  "kind": "expression",
541
541
  "type": "object"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evercam/ui",
3
- "version": "0.0.38",
3
+ "version": "0.0.40",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Evercam - Constuction Cameras.",