@elliemae/ds-dataviz 3.53.0-beta.7 → 3.53.0-beta.9

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 { GlobalAttributesT, XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';
3
2
  import { type BackgroundProps, type BorderProps } from '@elliemae/ds-system';
4
3
  export declare namespace DSSingleStackedBarT {
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const StyledBar: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
3
2
  export declare const Wrapper: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>, import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<import("react").ForwardRefExoticComponent<import("@elliemae/ds-grid").DSGridT.Props & import("react").RefAttributes<HTMLDivElement>>>, never>;
4
3
  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>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSChartT } from '../react-desc-prop-types.js';
3
2
  export declare const useChart: (props: DSChartT.Props) => {
4
3
  props: DSChartT.Props;
@@ -19,10 +18,10 @@ export declare const useChart: (props: DSChartT.Props) => {
19
18
  type: DSChartT.SeriesTypes;
20
19
  scale?: string | undefined;
21
20
  color: string;
22
- dashStyle?: string | undefined;
23
- pointRadius?: number | undefined;
24
- pointStyle?: string | undefined;
25
- curveStyle?: string | undefined;
21
+ dashStyle?: string;
22
+ pointRadius?: number;
23
+ pointStyle?: string;
24
+ curveStyle?: string;
26
25
  }[];
27
26
  colorScale: import("d3-scale").ScaleOrdinal<string, unknown, string>;
28
27
  stackedData: DSChartT.StackedSeriesByGroupT;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const findInCircularList: (list: string[], from: number, step?: number, criteria?: (item: number) => boolean) => number;
3
2
  export declare const useKeyboardNavigation: () => {
4
3
  handleOnKeyUp: import("react").KeyboardEventHandler<HTMLDivElement>;
@@ -6,5 +6,5 @@ export declare const useUniqueData: () => {
6
6
  rectDetector?: {
7
7
  left: number;
8
8
  right: number;
9
- } | undefined;
9
+ };
10
10
  }[];
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { Series, ScaleLinear, ScaleBand } from 'd3';
3
2
  import { type DSPopperJST } from '@elliemae/ds-popperjs';
4
3
  import { type SERIE_TYPES } from '../constants.js';
@@ -8,7 +8,7 @@ export declare const StyledAxis: import("styled-components").StyledComponent<"li
8
8
  export declare const StyledAxisLabel: import("styled-components").StyledComponent<"text", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"text">, never>;
9
9
  export declare const StyledGrid: import("styled-components").StyledComponent<"g", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"g">, never>;
10
10
  export declare const StyleFocusableRegion: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, {
11
- size?: number | undefined;
11
+ size?: number;
12
12
  } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
13
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
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>;
@@ -44,7 +44,8 @@ export declare const LINE: {
44
44
  };
45
45
  };
46
46
  export declare const curveStyleMap: {
47
- [x: string]: import("d3-shape").CurveFactory;
47
+ [LINE.CURVE_STYLE.LINEAR]: import("d3-shape").CurveFactory;
48
+ [LINE.CURVE_STYLE.SPLINE]: import("d3-shape").CurveFactory;
48
49
  };
49
50
  export declare const TOOLBAR: {
50
51
  RESET: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-dataviz",
3
- "version": "3.53.0-beta.7",
3
+ "version": "3.53.0-beta.9",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - DataViz",
6
6
  "files": [
@@ -42,18 +42,19 @@
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.53.0-beta.7",
46
- "@elliemae/ds-props-helpers": "3.53.0-beta.7",
47
- "@elliemae/ds-system": "3.53.0-beta.7",
48
- "@elliemae/ds-popperjs": "3.53.0-beta.7"
45
+ "@elliemae/ds-grid": "3.53.0-beta.9",
46
+ "@elliemae/ds-popperjs": "3.53.0-beta.9",
47
+ "@elliemae/ds-props-helpers": "3.53.0-beta.9",
48
+ "@elliemae/ds-system": "3.53.0-beta.9"
49
49
  },
50
50
  "devDependencies": {
51
- "@elliemae/pui-cli": "9.0.0-next.63",
51
+ "@elliemae/pui-cli": "9.0.0-next.65",
52
52
  "@elliemae/pui-theme": "~2.13.0",
53
53
  "@types/d3": "~7.4.0",
54
54
  "jest": "~29.7.0",
55
55
  "styled-components": "~5.3.9",
56
- "@elliemae/ds-monorepo-devops": "3.53.0-beta.7"
56
+ "@elliemae/ds-monorepo-devops": "3.53.0-beta.9",
57
+ "@elliemae/ds-test-utils": "3.53.0-beta.9"
57
58
  },
58
59
  "peerDependencies": {
59
60
  "@elliemae/pui-theme": "~2.13.0",