@elliemae/ds-dataviz-pie 3.18.0-next.1 → 3.18.0-next.2

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
- /// <reference types="react" />
2
- export declare const StyledSVGWrapper: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
3
- export declare const StyledInnerText: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
4
- export declare const StyledTooltipContainer: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
5
- export declare const StyledMouseOverDetectionBox: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
1
+ export declare const StyledSVGWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
2
+ export declare const StyledInnerText: import("styled-components").StyledComponent<"text", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
3
+ export declare const StyledTooltipContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
4
+ export declare const StyledMouseOverDetectionBox: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-dataviz-pie",
3
- "version": "3.18.0-next.1",
3
+ "version": "3.18.0-next.2",
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.18.0-next.1",
41
- "@elliemae/ds-props-helpers": "3.18.0-next.1",
42
- "@elliemae/ds-system": "3.18.0-next.1"
40
+ "@elliemae/ds-popperjs": "3.18.0-next.2",
41
+ "@elliemae/ds-props-helpers": "3.18.0-next.2",
42
+ "@elliemae/ds-system": "3.18.0-next.2"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@elliemae/pui-theme": "~2.7.0",
@@ -50,7 +50,7 @@
50
50
  "@elliemae/pui-theme": "~2.7.0",
51
51
  "react": "^17.0.2",
52
52
  "react-dom": "^17.0.2",
53
- "styled-components": "~5.3.6"
53
+ "styled-components": "~5.3.9"
54
54
  },
55
55
  "publishConfig": {
56
56
  "access": "public",
@@ -65,6 +65,6 @@
65
65
  "build": "cross-env NODE_ENV=production node ../../scripts/build/build.mjs",
66
66
  "dev:build": "pnpm --filter {.}... build",
67
67
  "dev:install": "pnpm --filter {.}... i --no-lockfile && pnpm run dev:build",
68
- "checkDeps": "npx -yes ../ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
68
+ "checkDeps": "npm exec ../ds-codemods -- check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
69
69
  }
70
70
  }