@evercam/ui 0.0.38-alpha.1 → 0.0.39

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.
@@ -99,6 +99,12 @@ declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, a
99
99
  getLabelBackgroundColor(baseColor: string): string;
100
100
  onDarkModeChange(): void;
101
101
  }, {
102
+ classes: {
103
+ wrapper: string;
104
+ background: string;
105
+ tooltipSlot: string;
106
+ eventTooltipSlot: string;
107
+ };
102
108
  labelRectWidth: number;
103
109
  combinedXAxesHeight: number;
104
110
  timelineHeight: number;
@@ -251,6 +251,12 @@ export declare const components: {
251
251
  getLabelBackgroundColor(baseColor: string): string;
252
252
  onDarkModeChange(): void;
253
253
  }, {
254
+ classes: {
255
+ wrapper: string;
256
+ background: string;
257
+ tooltipSlot: string;
258
+ eventTooltipSlot: string;
259
+ };
254
260
  labelRectWidth: number;
255
261
  combinedXAxesHeight: number;
256
262
  timelineHeight: 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-alpha.1",
5
+ "version": "0.0.39",
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": "() => lb",
538
+ "default": "() => Rb",
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-alpha.1",
3
+ "version": "0.0.39",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Evercam - Constuction Cameras.",