@elliemae/ds-dataviz 3.46.5 → 3.46.7
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,5 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
export declare const
|
|
4
|
-
export declare const
|
|
5
|
-
export declare const StyledMouseOverDetectionBox: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
1
|
+
export declare const StyledBar: any;
|
|
2
|
+
export declare const Wrapper: any;
|
|
3
|
+
export declare const StyledTooltipContainer: any;
|
|
4
|
+
export declare const StyledMouseOverDetectionBox: any;
|
|
@@ -49,7 +49,7 @@ export declare const useChart: (props: DSChartT.Props) => {
|
|
|
49
49
|
setStartPosition: import("react").Dispatch<import("react").SetStateAction<number>>;
|
|
50
50
|
isScrollbarVisible: boolean;
|
|
51
51
|
setIsScrollbarVisible: import("react").Dispatch<import("react").SetStateAction<boolean>>;
|
|
52
|
-
lastScrollbarPosition: import("react").
|
|
52
|
+
lastScrollbarPosition: import("react").RefObject<number>;
|
|
53
53
|
containerRatio: number;
|
|
54
54
|
internalMargin: {
|
|
55
55
|
bottom: number;
|
|
@@ -1,17 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
export declare const
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
export declare const
|
|
8
|
-
export declare const
|
|
9
|
-
export declare const
|
|
10
|
-
export declare const StyleFocusableRegion: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
|
|
11
|
-
s: number;
|
|
12
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
13
|
-
export declare const StyledLine: import("styled-components").StyledComponent<"path", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"path">, never>;
|
|
14
|
-
export declare const StyledArea: import("styled-components").StyledComponent<"path", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"path">, never>;
|
|
15
|
-
export declare const StyledTooltipContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
16
|
-
export declare const StyledMouseOverDetectionBox: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
17
|
-
export {};
|
|
1
|
+
export declare const StyledSVGWrapper: any;
|
|
2
|
+
export declare const StyledAxis: any;
|
|
3
|
+
export declare const StyledAxisLabel: any;
|
|
4
|
+
export declare const StyledGrid: any;
|
|
5
|
+
export declare const StyleFocusableRegion: any;
|
|
6
|
+
export declare const StyledLine: any;
|
|
7
|
+
export declare const StyledArea: any;
|
|
8
|
+
export declare const StyledTooltipContainer: any;
|
|
9
|
+
export declare const StyledMouseOverDetectionBox: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-dataviz",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - DataViz",
|
|
6
6
|
"files": [
|
|
@@ -42,17 +42,17 @@
|
|
|
42
42
|
"d3-time": "~3.1.0",
|
|
43
43
|
"resize-observer-polyfill": "~1.5.1",
|
|
44
44
|
"uid": "~2.0.2",
|
|
45
|
-
"@elliemae/ds-grid": "3.46.
|
|
46
|
-
"@elliemae/ds-popperjs": "3.46.
|
|
47
|
-
"@elliemae/ds-props-helpers": "3.46.
|
|
48
|
-
"@elliemae/ds-system": "3.46.
|
|
45
|
+
"@elliemae/ds-grid": "3.46.7",
|
|
46
|
+
"@elliemae/ds-popperjs": "3.46.7",
|
|
47
|
+
"@elliemae/ds-props-helpers": "3.46.7",
|
|
48
|
+
"@elliemae/ds-system": "3.46.7"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
52
52
|
"@elliemae/pui-theme": "~2.10.0",
|
|
53
53
|
"@types/d3": "~7.4.0",
|
|
54
54
|
"styled-components": "~5.3.9",
|
|
55
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
55
|
+
"@elliemae/ds-monorepo-devops": "3.46.7"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@elliemae/pui-theme": "~2.10.0",
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
},
|
|
64
64
|
"publishConfig": {
|
|
65
65
|
"access": "public",
|
|
66
|
-
"typeSafety":
|
|
66
|
+
"typeSafety": false
|
|
67
67
|
},
|
|
68
68
|
"scripts": {
|
|
69
69
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|