@elliemae/ds-shuttle-v2 3.22.0-next.22 → 3.22.0-next.23
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/dist/types/DSShuttleV2.d.ts +2 -1
- package/package.json +20 -20
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const DSShuttleV2: React.FunctionComponent<object>;
|
|
2
3
|
declare const DSShuttleV2WithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<object>;
|
|
3
4
|
export { DSShuttleV2, DSShuttleV2WithSchema };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-shuttle-v2",
|
|
3
|
-
"version": "3.22.0-next.
|
|
3
|
+
"version": "3.22.0-next.23",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Shuttle v2",
|
|
6
6
|
"files": [
|
|
@@ -37,22 +37,22 @@
|
|
|
37
37
|
"dependencies": {
|
|
38
38
|
"fast-deep-equal": "~3.1.3",
|
|
39
39
|
"uid": "~2.0.1",
|
|
40
|
-
"@elliemae/ds-button-v2": "3.22.0-next.
|
|
41
|
-
"@elliemae/ds-
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-
|
|
48
|
-
"@elliemae/ds-
|
|
49
|
-
"@elliemae/ds-
|
|
50
|
-
"@elliemae/ds-popperjs": "3.22.0-next.
|
|
51
|
-
"@elliemae/ds-
|
|
52
|
-
"@elliemae/ds-
|
|
53
|
-
"@elliemae/ds-
|
|
54
|
-
"@elliemae/ds-
|
|
55
|
-
"@elliemae/ds-
|
|
40
|
+
"@elliemae/ds-button-v2": "3.22.0-next.23",
|
|
41
|
+
"@elliemae/ds-form-checkbox": "3.22.0-next.23",
|
|
42
|
+
"@elliemae/ds-circular-progress-indicator": "3.22.0-next.23",
|
|
43
|
+
"@elliemae/ds-form-input-text": "3.22.0-next.23",
|
|
44
|
+
"@elliemae/ds-grid": "3.22.0-next.23",
|
|
45
|
+
"@elliemae/ds-icons": "3.22.0-next.23",
|
|
46
|
+
"@elliemae/ds-indeterminate-progress-indicator": "3.22.0-next.23",
|
|
47
|
+
"@elliemae/ds-props-helpers": "3.22.0-next.23",
|
|
48
|
+
"@elliemae/ds-system": "3.22.0-next.23",
|
|
49
|
+
"@elliemae/ds-utilities": "3.22.0-next.23",
|
|
50
|
+
"@elliemae/ds-popperjs": "3.22.0-next.23",
|
|
51
|
+
"@elliemae/ds-hooks-fontsize-detector": "3.22.0-next.23",
|
|
52
|
+
"@elliemae/ds-zustand-helpers": "3.22.0-next.23",
|
|
53
|
+
"@elliemae/ds-fast-list": "3.22.0-next.23",
|
|
54
|
+
"@elliemae/ds-drag-and-drop": "3.22.0-next.23",
|
|
55
|
+
"@elliemae/ds-typography": "3.22.0-next.23"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@elliemae/pui-cli": "~9.0.0-next.22",
|
|
@@ -61,9 +61,9 @@
|
|
|
61
61
|
"@testing-library/user-event": "~13.5.0",
|
|
62
62
|
"lodash": "^4.17.21",
|
|
63
63
|
"styled-components": "~5.3.9",
|
|
64
|
-
"@elliemae/ds-monorepo-devops": "3.22.0-next.
|
|
65
|
-
"@elliemae/ds-
|
|
66
|
-
"@elliemae/ds-
|
|
64
|
+
"@elliemae/ds-monorepo-devops": "3.22.0-next.23",
|
|
65
|
+
"@elliemae/ds-tree-model": "3.22.0-next.23",
|
|
66
|
+
"@elliemae/ds-breadcrumb": "3.22.0-next.23"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"lodash": "^4.17.21",
|