@elliemae/ds-form-layout-blocks 3.70.0-next.6 → 3.70.0-next.60
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/cjs/package.json +1 -4
- package/dist/esm/package.json +1 -4
- package/dist/types/form-layout-block-item/DSFormLayoutBlockItem.d.ts +2 -1
- package/package.json +15 -15
- package/dist/types/tests/DsFormLayoutBlockItem.test.d.ts +0 -1
- package/dist/types/tests/DsFormLayoutCheckboxGroup.test.d.ts +0 -1
- package/dist/types/tests/axe-block-item.test.d.ts +0 -1
- package/dist/types/tests/axe-checkbox-and-radio.test.d.ts +0 -1
- package/dist/types/tests/data-testid-non-changing.test.d.ts +0 -1
- package/dist/types/typescript-testing/typescript-checkbox-group-valid.d.ts +0 -1
package/dist/cjs/package.json
CHANGED
package/dist/esm/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type { DSFormLayoutBlockItemT } from './react-desc-prop-types.js';
|
|
2
3
|
declare const DSFormLayoutBlockItem: {
|
|
3
|
-
(props: DSFormLayoutBlockItemT.Props):
|
|
4
|
+
(props: DSFormLayoutBlockItemT.Props): React.JSX.Element;
|
|
4
5
|
displayName: string;
|
|
5
6
|
};
|
|
6
7
|
declare const DSFormLayoutBlockItemWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<DSFormLayoutBlockItemT.Props>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form-layout-blocks",
|
|
3
|
-
"version": "3.70.0-next.
|
|
3
|
+
"version": "3.70.0-next.60",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Form Layout",
|
|
6
6
|
"files": [
|
|
@@ -37,26 +37,26 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"uid": "^2.0.2",
|
|
40
|
-
"@elliemae/ds-
|
|
41
|
-
"@elliemae/ds-props-helpers": "3.70.0-next.
|
|
42
|
-
"@elliemae/ds-
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-system": "3.70.0-next.
|
|
40
|
+
"@elliemae/ds-icons": "3.70.0-next.60",
|
|
41
|
+
"@elliemae/ds-props-helpers": "3.70.0-next.60",
|
|
42
|
+
"@elliemae/ds-grid": "3.70.0-next.60",
|
|
43
|
+
"@elliemae/ds-typescript-helpers": "3.70.0-next.60",
|
|
44
|
+
"@elliemae/ds-system": "3.70.0-next.60"
|
|
45
45
|
},
|
|
46
46
|
"devDependencies": {
|
|
47
47
|
"jest": "^30.0.0",
|
|
48
|
-
"styled-components": "~5.3.
|
|
49
|
-
"@elliemae/ds-form-
|
|
50
|
-
"@elliemae/ds-form-input-
|
|
51
|
-
"@elliemae/ds-form-
|
|
52
|
-
"@elliemae/ds-form-radio": "3.70.0-next.
|
|
53
|
-
"@elliemae/ds-monorepo-devops": "3.70.0-next.
|
|
54
|
-
"@elliemae/ds-test-utils": "3.70.0-next.
|
|
48
|
+
"styled-components": "~5.3.11",
|
|
49
|
+
"@elliemae/ds-form-checkbox": "3.70.0-next.60",
|
|
50
|
+
"@elliemae/ds-form-input-text": "3.70.0-next.60",
|
|
51
|
+
"@elliemae/ds-form-input-textarea": "3.70.0-next.60",
|
|
52
|
+
"@elliemae/ds-form-radio": "3.70.0-next.60",
|
|
53
|
+
"@elliemae/ds-monorepo-devops": "3.70.0-next.60",
|
|
54
|
+
"@elliemae/ds-test-utils": "3.70.0-next.60"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
57
|
"react": "^18.3.1",
|
|
58
58
|
"react-dom": "^18.3.1",
|
|
59
|
-
"styled-components": "~5.3.
|
|
59
|
+
"styled-components": "~5.3.11"
|
|
60
60
|
},
|
|
61
61
|
"publishConfig": {
|
|
62
62
|
"access": "public",
|
|
@@ -71,4 +71,4 @@
|
|
|
71
71
|
"build": "cross-env NODE_ENV=production node ../../../scripts/build/build.mjs",
|
|
72
72
|
"checkDeps": "npx -yes ../../util/ds-codemods check-missing-packages --projectFolderPath=\"./\" --ignorePackagesGlobPattern=\"\" --ignoreFilesGlobPattern=\"**/test-ables/*,**/tests/*\""
|
|
73
73
|
}
|
|
74
|
-
}
|
|
74
|
+
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|