@elliemae/ds-form-layout-blocks 3.51.0-next.2 → 3.51.0-next.3
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 +10 -50
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form-layout-blocks",
|
|
3
|
-
"version": "3.51.0-next.
|
|
3
|
+
"version": "3.51.0-next.3",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Form Layout",
|
|
6
6
|
"files": [
|
|
@@ -14,46 +14,6 @@
|
|
|
14
14
|
"types": "./dist/types/index.d.ts",
|
|
15
15
|
"import": "./dist/esm/index.js",
|
|
16
16
|
"require": "./dist/cjs/index.js"
|
|
17
|
-
},
|
|
18
|
-
"./form-layout-checkbox-group/styles": {
|
|
19
|
-
"import": "./dist/esm/form-layout-checkbox-group/styles.js",
|
|
20
|
-
"require": "./dist/cjs/form-layout-checkbox-group/styles.js"
|
|
21
|
-
},
|
|
22
|
-
"./form-layout-checkbox-group/propTypes": {
|
|
23
|
-
"import": "./dist/esm/form-layout-checkbox-group/propTypes.js",
|
|
24
|
-
"require": "./dist/cjs/form-layout-checkbox-group/propTypes.js"
|
|
25
|
-
},
|
|
26
|
-
"./form-layout-checkbox-group": {
|
|
27
|
-
"import": "./dist/esm/form-layout-checkbox-group/index.js",
|
|
28
|
-
"require": "./dist/cjs/form-layout-checkbox-group/index.js"
|
|
29
|
-
},
|
|
30
|
-
"./form-layout-checkbox-group/DSFormLayoutCheckboxGroup": {
|
|
31
|
-
"import": "./dist/esm/form-layout-checkbox-group/DSFormLayoutCheckboxGroup.js",
|
|
32
|
-
"require": "./dist/cjs/form-layout-checkbox-group/DSFormLayoutCheckboxGroup.js"
|
|
33
|
-
},
|
|
34
|
-
"./form-layout-checkbox-group/defaultProps": {
|
|
35
|
-
"import": "./dist/esm/form-layout-checkbox-group/defaultProps.js",
|
|
36
|
-
"require": "./dist/cjs/form-layout-checkbox-group/defaultProps.js"
|
|
37
|
-
},
|
|
38
|
-
"./form-layout-checkbox-group/config/useValidateProps": {
|
|
39
|
-
"import": "./dist/esm/form-layout-checkbox-group/config/useValidateProps.js",
|
|
40
|
-
"require": "./dist/cjs/form-layout-checkbox-group/config/useValidateProps.js"
|
|
41
|
-
},
|
|
42
|
-
"./form-layout-block-item/styles": {
|
|
43
|
-
"import": "./dist/esm/form-layout-block-item/styles.js",
|
|
44
|
-
"require": "./dist/cjs/form-layout-block-item/styles.js"
|
|
45
|
-
},
|
|
46
|
-
"./form-layout-block-item/propTypes": {
|
|
47
|
-
"import": "./dist/esm/form-layout-block-item/propTypes.js",
|
|
48
|
-
"require": "./dist/cjs/form-layout-block-item/propTypes.js"
|
|
49
|
-
},
|
|
50
|
-
"./form-layout-block-item": {
|
|
51
|
-
"import": "./dist/esm/form-layout-block-item/index.js",
|
|
52
|
-
"require": "./dist/cjs/form-layout-block-item/index.js"
|
|
53
|
-
},
|
|
54
|
-
"./form-layout-block-item/DSFormLayoutBlockItem": {
|
|
55
|
-
"import": "./dist/esm/form-layout-block-item/DSFormLayoutBlockItem.js",
|
|
56
|
-
"require": "./dist/cjs/form-layout-block-item/DSFormLayoutBlockItem.js"
|
|
57
17
|
}
|
|
58
18
|
},
|
|
59
19
|
"sideEffects": [
|
|
@@ -77,20 +37,20 @@
|
|
|
77
37
|
},
|
|
78
38
|
"dependencies": {
|
|
79
39
|
"uid": "~2.0.1",
|
|
80
|
-
"@elliemae/ds-
|
|
81
|
-
"@elliemae/ds-
|
|
82
|
-
"@elliemae/ds-
|
|
83
|
-
"@elliemae/ds-
|
|
84
|
-
"@elliemae/ds-
|
|
40
|
+
"@elliemae/ds-grid": "3.51.0-next.3",
|
|
41
|
+
"@elliemae/ds-props-helpers": "3.51.0-next.3",
|
|
42
|
+
"@elliemae/ds-icons": "3.51.0-next.3",
|
|
43
|
+
"@elliemae/ds-system": "3.51.0-next.3",
|
|
44
|
+
"@elliemae/ds-typescript-helpers": "3.51.0-next.3"
|
|
85
45
|
},
|
|
86
46
|
"devDependencies": {
|
|
87
47
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
88
48
|
"jest": "~29.7.0",
|
|
89
49
|
"styled-components": "~5.3.9",
|
|
90
|
-
"@elliemae/ds-form-
|
|
91
|
-
"@elliemae/ds-form-
|
|
92
|
-
"@elliemae/ds-
|
|
93
|
-
"@elliemae/ds-
|
|
50
|
+
"@elliemae/ds-form-checkbox": "3.51.0-next.3",
|
|
51
|
+
"@elliemae/ds-form-input-text": "3.51.0-next.3",
|
|
52
|
+
"@elliemae/ds-form-radio": "3.51.0-next.3",
|
|
53
|
+
"@elliemae/ds-monorepo-devops": "3.51.0-next.3"
|
|
94
54
|
},
|
|
95
55
|
"peerDependencies": {
|
|
96
56
|
"react": "^18.3.1",
|