@elliemae/ds-wizard 2.4.9 → 2.4.12
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.
- package/package.json +5 -5
- package/types/DSWizard.stories.d.ts +0 -10
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-wizard",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.12",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Wizard",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -48,10 +48,10 @@
|
|
|
48
48
|
"build": "node ../../scripts/build/build.js"
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
|
-
"@elliemae/ds-classnames": "2.4.
|
|
52
|
-
"@elliemae/ds-icons": "2.4.
|
|
53
|
-
"@elliemae/ds-utilities": "2.4.
|
|
54
|
-
"@elliemae/ds-wizard": "2.4.
|
|
51
|
+
"@elliemae/ds-classnames": "2.4.12",
|
|
52
|
+
"@elliemae/ds-icons": "2.4.12",
|
|
53
|
+
"@elliemae/ds-utilities": "2.4.12",
|
|
54
|
+
"@elliemae/ds-wizard": "2.4.12",
|
|
55
55
|
"prop-types": "~15.7.2",
|
|
56
56
|
"react-desc": "~4.1.3"
|
|
57
57
|
},
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
declare namespace _default {
|
|
2
|
-
export const title: string;
|
|
3
|
-
export { WizardStepsIndicator as component };
|
|
4
|
-
export namespace parameters {
|
|
5
|
-
export { WizzardWithSchema as propsSchemas };
|
|
6
|
-
}
|
|
7
|
-
}
|
|
8
|
-
export default _default;
|
|
9
|
-
import { WizardStepsIndicator } from "@elliemae/ds-wizard";
|
|
10
|
-
import { WizzardWithSchema } from "@elliemae/ds-wizard";
|