@elliemae/ds-form-helpers-mask-hooks 3.52.1 → 3.53.0-beta.10

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.
@@ -2,5 +2,5 @@ import { type UseNumberMaskT } from '../react-desc-prop-types.js';
2
2
  export declare const useNumberMask: ((args: UseNumberMaskT.Props) => UseNumberMaskT.OutputT) & {
3
3
  displayName: string;
4
4
  };
5
- export declare const getNumberMaskedValue: (value: string, opts: Omit<UseNumberMaskT.Props, 'valueSetter'>) => string;
5
+ export declare const getNumberMaskedValue: (value: string, opts: Omit<UseNumberMaskT.Props, "valueSetter">) => string;
6
6
  export declare const UseNumberMaskWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<UseNumberMaskT.Props>;
@@ -2,5 +2,5 @@ import { type UsePhoneMaskT } from '../react-desc-prop-types.js';
2
2
  export declare const usePhoneMask: ((args: UsePhoneMaskT.Props) => UsePhoneMaskT.OutputT) & {
3
3
  displayName: string;
4
4
  };
5
- export declare const getPhoneMaskedValue: (value: string, opts?: Omit<UsePhoneMaskT.Props, 'valueSetter'>) => string;
5
+ export declare const getPhoneMaskedValue: (value: string, opts?: Omit<UsePhoneMaskT.Props, "valueSetter">) => string;
6
6
  export declare const UsePhoneMaskWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<UsePhoneMaskT.Props>;
@@ -1,4 +1,3 @@
1
- /// <reference types="prop-types" />
2
1
  import { type ValidationMap } from '@elliemae/ds-props-helpers';
3
2
  import type React from 'react';
4
3
  export declare namespace UseMaskT {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-helpers-mask-hooks",
3
- "version": "3.52.1",
3
+ "version": "3.53.0-beta.10",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Controlled Form Helpers - Text Masks Hooks",
6
6
  "files": [
@@ -36,20 +36,21 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-props-helpers": "3.52.1",
40
- "@elliemae/ds-system": "3.52.1"
39
+ "@elliemae/ds-props-helpers": "3.53.0-beta.10",
40
+ "@elliemae/ds-system": "3.53.0-beta.10"
41
41
  },
42
42
  "devDependencies": {
43
- "@elliemae/pui-cli": "9.0.0-next.63",
44
- "@elliemae/pui-theme": "~2.12.0",
43
+ "@elliemae/pui-cli": "9.0.0-next.65",
44
+ "@elliemae/pui-theme": "~2.13.0",
45
45
  "jest": "~29.7.0",
46
46
  "styled-components": "~5.3.9",
47
47
  "styled-system": "^5.1.5",
48
- "@elliemae/ds-form-input-text": "3.52.1",
49
- "@elliemae/ds-monorepo-devops": "3.52.1"
48
+ "@elliemae/ds-form-input-text": "3.53.0-beta.10",
49
+ "@elliemae/ds-monorepo-devops": "3.53.0-beta.10",
50
+ "@elliemae/ds-test-utils": "3.53.0-beta.10"
50
51
  },
51
52
  "peerDependencies": {
52
- "@elliemae/pui-theme": "~2.12.0",
53
+ "@elliemae/pui-theme": "~2.13.0",
53
54
  "react": "^18.3.1",
54
55
  "react-dom": "^18.3.1",
55
56
  "styled-components": "~5.3.9",