@elliemae/ds-wizard 2.3.0-next.6 → 2.3.0-next.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-wizard",
|
|
3
|
-
"version": "2.3.0-next.
|
|
3
|
+
"version": "2.3.0-next.7",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Wizard",
|
|
6
6
|
"module": "./esm/index.js",
|
|
@@ -23,10 +23,6 @@
|
|
|
23
23
|
"import": "./esm/useWizard.js",
|
|
24
24
|
"require": "./cjs/useWizard.js"
|
|
25
25
|
},
|
|
26
|
-
"./stories/steps": {
|
|
27
|
-
"import": "./esm/stories/steps.js",
|
|
28
|
-
"require": "./cjs/stories/steps.js"
|
|
29
|
-
},
|
|
30
26
|
"./blockNames": {
|
|
31
27
|
"import": "./esm/blockNames.js",
|
|
32
28
|
"require": "./cjs/blockNames.js"
|
|
@@ -52,11 +48,11 @@
|
|
|
52
48
|
"build": "node ../../scripts/build/build.js"
|
|
53
49
|
},
|
|
54
50
|
"dependencies": {
|
|
55
|
-
"@elliemae/ds-button": "2.3.0-next.
|
|
56
|
-
"@elliemae/ds-classnames": "2.3.0-next.
|
|
57
|
-
"@elliemae/ds-icons": "2.3.0-next.
|
|
58
|
-
"@elliemae/ds-utilities": "2.3.0-next.
|
|
59
|
-
"@elliemae/ds-wizard": "2.3.0-next.
|
|
51
|
+
"@elliemae/ds-button": "2.3.0-next.7",
|
|
52
|
+
"@elliemae/ds-classnames": "2.3.0-next.7",
|
|
53
|
+
"@elliemae/ds-icons": "2.3.0-next.7",
|
|
54
|
+
"@elliemae/ds-utilities": "2.3.0-next.7",
|
|
55
|
+
"@elliemae/ds-wizard": "2.3.0-next.7",
|
|
60
56
|
"prop-types": "~15.7.2",
|
|
61
57
|
"react-desc": "~4.1.3"
|
|
62
58
|
},
|
package/cjs/stories/steps.js
DELETED
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
-
|
|
5
|
-
var _jsx = require('@babel/runtime/helpers/jsx');
|
|
6
|
-
require('react');
|
|
7
|
-
|
|
8
|
-
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
9
|
-
|
|
10
|
-
var _jsx__default = /*#__PURE__*/_interopDefaultLegacy(_jsx);
|
|
11
|
-
|
|
12
|
-
var _div, _div2, _div3, _div4;
|
|
13
|
-
|
|
14
|
-
const Step1Content = () => _div || (_div = /*#__PURE__*/_jsx__default["default"]("div", {}, void 0, "Step 1 Content"));
|
|
15
|
-
|
|
16
|
-
const Step2Content = () => _div2 || (_div2 = /*#__PURE__*/_jsx__default["default"]("div", {}, void 0, "Step 2 Content"));
|
|
17
|
-
|
|
18
|
-
const Step3Content = () => _div3 || (_div3 = /*#__PURE__*/_jsx__default["default"]("div", {}, void 0, "Step 3 Content"));
|
|
19
|
-
|
|
20
|
-
const Step4Content = () => _div4 || (_div4 = /*#__PURE__*/_jsx__default["default"]("div", {}, void 0, "Step 4 Content"));
|
|
21
|
-
|
|
22
|
-
const steps = [{
|
|
23
|
-
label: 'Step 1',
|
|
24
|
-
content: Step1Content
|
|
25
|
-
}, {
|
|
26
|
-
label: 'Step Lorem Ipsum',
|
|
27
|
-
content: Step2Content
|
|
28
|
-
}, {
|
|
29
|
-
label: 'Step Lorem',
|
|
30
|
-
content: Step3Content
|
|
31
|
-
}, {
|
|
32
|
-
label: 'Step Lorem 4',
|
|
33
|
-
content: Step4Content
|
|
34
|
-
}];
|
|
35
|
-
|
|
36
|
-
exports.steps = steps;
|
package/esm/stories/steps.js
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import _jsx from '@babel/runtime/helpers/esm/jsx';
|
|
2
|
-
import 'react';
|
|
3
|
-
|
|
4
|
-
var _div, _div2, _div3, _div4;
|
|
5
|
-
|
|
6
|
-
const Step1Content = () => _div || (_div = /*#__PURE__*/_jsx("div", {}, void 0, "Step 1 Content"));
|
|
7
|
-
|
|
8
|
-
const Step2Content = () => _div2 || (_div2 = /*#__PURE__*/_jsx("div", {}, void 0, "Step 2 Content"));
|
|
9
|
-
|
|
10
|
-
const Step3Content = () => _div3 || (_div3 = /*#__PURE__*/_jsx("div", {}, void 0, "Step 3 Content"));
|
|
11
|
-
|
|
12
|
-
const Step4Content = () => _div4 || (_div4 = /*#__PURE__*/_jsx("div", {}, void 0, "Step 4 Content"));
|
|
13
|
-
|
|
14
|
-
const steps = [{
|
|
15
|
-
label: 'Step 1',
|
|
16
|
-
content: Step1Content
|
|
17
|
-
}, {
|
|
18
|
-
label: 'Step Lorem Ipsum',
|
|
19
|
-
content: Step2Content
|
|
20
|
-
}, {
|
|
21
|
-
label: 'Step Lorem',
|
|
22
|
-
content: Step3Content
|
|
23
|
-
}, {
|
|
24
|
-
label: 'Step Lorem 4',
|
|
25
|
-
content: Step4Content
|
|
26
|
-
}];
|
|
27
|
-
|
|
28
|
-
export { steps };
|
package/types/stories/steps.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export function Overview(): JSX.Element;
|