@elliemae/ds-dataviz-pie 3.17.0-next.9 → 3.17.0

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,6 +1,5 @@
1
- /// <reference types="react" />
2
1
  export declare const ColorLegend: ({ tickSpacing, tickSize, tickTextOffset }: {
3
2
  tickSpacing?: number | undefined;
4
3
  tickSize?: number | undefined;
5
4
  tickTextOffset?: number | undefined;
6
- }) => JSX.Element | null;
5
+ }) => import("react/jsx-runtime.js").JSX.Element | null;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
- export declare const Pie: () => JSX.Element;
1
+ export declare const Pie: () => import("react/jsx-runtime.js").JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  export declare const Slice: ({ data }: {
3
2
  data: any;
4
- }) => JSX.Element;
3
+ }) => import("react/jsx-runtime.js").JSX.Element;
@@ -342,6 +342,7 @@ export declare const propTypes: {
342
342
  radioGroup: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
343
343
  readOnly: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
344
344
  rel: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
345
+ rev: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
345
346
  required: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
346
347
  resource: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
347
348
  results: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-dataviz-pie",
3
- "version": "3.17.0-next.9",
3
+ "version": "3.17.0",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - DataViz",
6
6
  "files": [
@@ -37,9 +37,9 @@
37
37
  "dependencies": {
38
38
  "d3": "~7.8.2",
39
39
  "d3-shape": "^3.2.0",
40
- "@elliemae/ds-popperjs": "3.17.0-next.9",
41
- "@elliemae/ds-props-helpers": "3.17.0-next.9",
42
- "@elliemae/ds-system": "3.17.0-next.9"
40
+ "@elliemae/ds-system": "3.17.0",
41
+ "@elliemae/ds-popperjs": "3.17.0",
42
+ "@elliemae/ds-props-helpers": "3.17.0"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@elliemae/pui-theme": "~2.7.0",