@elliemae/ds-props-helpers 3.46.5 → 3.46.7

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
- import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
2
1
  export declare const getAriaProps: <T extends Record<string, unknown> = Record<string, unknown>>(props: T) => TypescriptHelpersT.AriaProps;
3
2
  export declare const getDataProps: <T extends Record<string, unknown> = Record<string, unknown>>(props: T) => TypescriptHelpersT.DataProps;
4
3
  export declare const getAriaOrDataProps: <T extends Record<string, unknown> = Record<string, unknown>>(props: T) => TypescriptHelpersT.AriaAndDataProps;
@@ -40,5 +40,5 @@ import { type TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
40
40
  * // }
41
41
  * @fires getAriaOrDataProps
42
42
  */
43
- declare const getPropsPerDatatestid: (userProps: TypescriptHelpersT.AriaAndDataPropsOrPropsGetter | undefined) => TypescriptHelpersT.AriaAndDataProps;
43
+ declare const getPropsPerDatatestid: (userProps: TypescriptHelpersT.AriaAndDataPropsOrPropsGetter | undefined) => any;
44
44
  export { getPropsPerDatatestid };
@@ -1,4 +1,4 @@
1
- import type { PropsWithChildren, WeakValidationMap } from 'react';
1
+ import type { PropsWithChildren } from 'react';
2
2
  import type { TypescriptDocumentation } from '../propTypes/types.js';
3
3
  export declare const validateTypescriptPropTypesImplementation: (props: PropsWithChildren<Record<string, unknown>>, schema: TypescriptDocumentation, validationsMemo?: Record<string, string>, nextValidationsMemo?: Record<string, string>) => void;
4
4
  export declare const useValidateTypescriptPropTypes: <T = Record<string, any>>(props: PropsWithChildren<T>, propTypes: WeakValidationMap<unknown>, componentDisplayName: string) => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-props-helpers",
3
- "version": "3.46.5",
3
+ "version": "3.46.7",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Props Helpers",
6
6
  "files": [
@@ -35,12 +35,12 @@
35
35
  "dependencies": {
36
36
  "fast-deep-equal": "~3.1.3",
37
37
  "prop-types": "~15.8.1",
38
- "@elliemae/ds-system": "3.46.5",
39
- "@elliemae/ds-typescript-helpers": "3.46.5"
38
+ "@elliemae/ds-system": "3.46.7",
39
+ "@elliemae/ds-typescript-helpers": "3.46.7"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@elliemae/pui-cli": "9.0.0-next.50",
43
- "@elliemae/ds-monorepo-devops": "3.46.5"
43
+ "@elliemae/ds-monorepo-devops": "3.46.7"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "lodash": "^4.17.21",
@@ -49,7 +49,7 @@
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public",
52
- "typeSafety": true
52
+ "typeSafety": false
53
53
  },
54
54
  "scripts": {
55
55
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",