@elliemae/ds-dataviz-pie 3.17.0-next.12 → 3.17.0-next.14

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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-dataviz-pie",
3
- "version": "3.17.0-next.12",
3
+ "version": "3.17.0-next.14",
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.12",
41
- "@elliemae/ds-props-helpers": "3.17.0-next.12",
42
- "@elliemae/ds-system": "3.17.0-next.12"
40
+ "@elliemae/ds-popperjs": "3.17.0-next.14",
41
+ "@elliemae/ds-props-helpers": "3.17.0-next.14",
42
+ "@elliemae/ds-system": "3.17.0-next.14"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@elliemae/pui-theme": "~2.7.0",