@webviz/well-log-viewer 2.6.2 → 2.6.4

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type SyncLogViewer from "../SyncLogViewer";
3
2
  export declare function defaultSidePanel(parent: SyncLogViewer): JSX.Element;
4
3
  import type { ViewerLayout } from "./WellLogLayout";
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type WellLogViewer from "../WellLogViewer";
3
2
  export declare function defaultSidePanel(parent: WellLogViewer): JSX.Element;
4
3
  import type { ViewerLayout } from "./WellLogLayout";
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export interface ScaleSelectorProps {
3
2
  values?: number[];
4
3
  value: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webviz/well-log-viewer",
3
- "version": "2.6.2",
3
+ "version": "2.6.4",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -23,7 +23,7 @@
23
23
  "dependencies": {
24
24
  "@emerson-eps/color-tables": "^0.4.92",
25
25
  "@equinor/videx-wellog": "^0.11.3",
26
- "@webviz/wsc-common": "1.3.2",
26
+ "@webviz/wsc-common": "1.3.4",
27
27
  "convert-units": "^2.3.4",
28
28
  "d3": "^7.8.2"
29
29
  },