@elliemae/ds-wizard 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.
|
@@ -30,7 +30,7 @@ export declare namespace DSWizardT {
|
|
|
30
30
|
export declare const defaultProps: DSWizardT.DefaultProps;
|
|
31
31
|
export declare const defaultStepProps: Required<DSWizardT.StepProps>;
|
|
32
32
|
export declare const DSWizardPropTypes: DSPropTypesSchema<DSWizardT.Props>;
|
|
33
|
-
export declare const DSWizardPropTypesSchema:
|
|
33
|
+
export declare const DSWizardPropTypesSchema: WeakValidationMap<DSWizardT.Props>;
|
|
34
34
|
export declare const DSWizardStepPropsTypes: {
|
|
35
35
|
label: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
36
36
|
icon: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
@@ -40,4 +40,4 @@ export declare const DSWizardStepPropsTypes: {
|
|
|
40
40
|
completed: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
41
41
|
index: import("@elliemae/ds-props-helpers/dist/types/propTypes/types").ReactDescT;
|
|
42
42
|
};
|
|
43
|
-
export declare const DSWizardStepPropsTypesSchema:
|
|
43
|
+
export declare const DSWizardStepPropsTypesSchema: WeakValidationMap<DSWizardT.StepProps>;
|
package/dist/types/styled.d.ts
CHANGED
|
@@ -1,9 +1,6 @@
|
|
|
1
|
-
export declare const StyledWrapper:
|
|
2
|
-
export declare const StyledLabel:
|
|
3
|
-
export declare const StyledBulletWrapper:
|
|
4
|
-
export declare const StyledBullet:
|
|
5
|
-
export declare const StyledItem:
|
|
6
|
-
|
|
7
|
-
completed: boolean;
|
|
8
|
-
} & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
9
|
-
export declare const StyledStepsWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, import("@xstyled/styled-components").Props<import("@xstyled/styled-components").Theme> & import("@elliemae/ds-system").TypographyProps<import("@xstyled/styled-components").Theme> & import("@elliemae/ds-system").BackgroundProps & import("@elliemae/ds-system").SpaceProps & import("@elliemae/ds-system").BoxShadowProps<import("@xstyled/styled-components").Theme> & import("@elliemae/ds-system").FlexboxesProps<import("@xstyled/styled-components").Theme> & import("@elliemae/ds-system").LayoutProps<import("@xstyled/styled-components").Theme> & import("@elliemae/ds-system").ColorProps & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
|
|
1
|
+
export declare const StyledWrapper: any;
|
|
2
|
+
export declare const StyledLabel: any;
|
|
3
|
+
export declare const StyledBulletWrapper: any;
|
|
4
|
+
export declare const StyledBullet: any;
|
|
5
|
+
export declare const StyledItem: any;
|
|
6
|
+
export declare const StyledStepsWrapper: any;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-wizard",
|
|
3
|
-
"version": "3.46.
|
|
3
|
+
"version": "3.46.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Wizard",
|
|
6
6
|
"files": [
|
|
@@ -56,15 +56,15 @@
|
|
|
56
56
|
"indent": 4
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@elliemae/ds-classnames": "3.46.
|
|
60
|
-
"@elliemae/ds-
|
|
61
|
-
"@elliemae/ds-
|
|
62
|
-
"@elliemae/ds-system": "3.46.
|
|
59
|
+
"@elliemae/ds-classnames": "3.46.7",
|
|
60
|
+
"@elliemae/ds-icons": "3.46.7",
|
|
61
|
+
"@elliemae/ds-props-helpers": "3.46.7",
|
|
62
|
+
"@elliemae/ds-system": "3.46.7"
|
|
63
63
|
},
|
|
64
64
|
"devDependencies": {
|
|
65
65
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
66
66
|
"styled-components": "~5.3.9",
|
|
67
|
-
"@elliemae/ds-monorepo-devops": "3.46.
|
|
67
|
+
"@elliemae/ds-monorepo-devops": "3.46.7"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
70
|
"lodash": "^4.17.21",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
},
|
|
74
74
|
"publishConfig": {
|
|
75
75
|
"access": "public",
|
|
76
|
-
"typeSafety":
|
|
76
|
+
"typeSafety": false
|
|
77
77
|
},
|
|
78
78
|
"scripts": {
|
|
79
79
|
"dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",
|