@elliemae/ds-props-helpers 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 +1 @@
1
- export function TestComponent(props: any): JSX.Element;
1
+ export function TestComponent(props: any): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- export function TestComponent(props: any): JSX.Element;
1
+ export function TestComponent(props: any): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-props-helpers",
3
- "version": "3.17.0-next.12",
3
+ "version": "3.17.0-next.14",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Props Helpers",
6
6
  "files": [
@@ -34,7 +34,7 @@
34
34
  "dependencies": {
35
35
  "fast-deep-equal": "~3.1.3",
36
36
  "prop-types": "~15.8.1",
37
- "@elliemae/ds-system": "3.17.0-next.12"
37
+ "@elliemae/ds-system": "3.17.0-next.14"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@testing-library/jest-dom": "~5.16.5",