@elliemae/ds-wizard 3.52.1 → 3.53.0-alpha.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,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { GlobalAttributesT, XstyledProps, DSPropTypesSchema } from '@elliemae/ds-props-helpers';
|
|
3
|
+
import type { WeakValidationMap } from 'react';
|
|
3
4
|
export declare namespace DSWizardT {
|
|
4
5
|
interface WizardStep {
|
|
5
6
|
content: React.ComponentType;
|
|
@@ -30,7 +31,7 @@ export declare namespace DSWizardT {
|
|
|
30
31
|
export declare const defaultProps: DSWizardT.DefaultProps;
|
|
31
32
|
export declare const defaultStepProps: Required<DSWizardT.StepProps>;
|
|
32
33
|
export declare const DSWizardPropTypes: DSPropTypesSchema<DSWizardT.Props>;
|
|
33
|
-
export declare const DSWizardPropTypesSchema:
|
|
34
|
+
export declare const DSWizardPropTypesSchema: WeakValidationMap<DSWizardT.Props>;
|
|
34
35
|
export declare const DSWizardStepPropsTypes: {
|
|
35
36
|
label: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
36
37
|
icon: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
@@ -40,4 +41,4 @@ export declare const DSWizardStepPropsTypes: {
|
|
|
40
41
|
completed: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
41
42
|
index: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
42
43
|
};
|
|
43
|
-
export declare const DSWizardStepPropsTypesSchema:
|
|
44
|
+
export declare const DSWizardStepPropsTypesSchema: WeakValidationMap<DSWizardT.StepProps>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-wizard",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.53.0-alpha.2",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Wizard",
|
|
6
6
|
"files": [
|
|
@@ -36,16 +36,17 @@
|
|
|
36
36
|
"indent": 4
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
|
-
"@elliemae/ds-classnames": "3.
|
|
40
|
-
"@elliemae/ds-
|
|
41
|
-
"@elliemae/ds-system": "3.
|
|
42
|
-
"@elliemae/ds-
|
|
39
|
+
"@elliemae/ds-classnames": "3.53.0-alpha.2",
|
|
40
|
+
"@elliemae/ds-icons": "3.53.0-alpha.2",
|
|
41
|
+
"@elliemae/ds-system": "3.53.0-alpha.2",
|
|
42
|
+
"@elliemae/ds-props-helpers": "3.53.0-alpha.2"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
|
-
"@elliemae/pui-cli": "9.0.0-next.
|
|
45
|
+
"@elliemae/pui-cli": "9.0.0-next.65",
|
|
46
46
|
"jest": "~29.7.0",
|
|
47
47
|
"styled-components": "~5.3.9",
|
|
48
|
-
"@elliemae/ds-monorepo-devops": "3.
|
|
48
|
+
"@elliemae/ds-monorepo-devops": "3.53.0-alpha.2",
|
|
49
|
+
"@elliemae/ds-test-utils": "3.53.0-alpha.2"
|
|
49
50
|
},
|
|
50
51
|
"peerDependencies": {
|
|
51
52
|
"lodash-es": "^4.17.21",
|