@elliemae/ds-form-layout-blocks 3.49.0-rc.8 → 3.49.0
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/form-layout-block-item/DSFormLayoutBlockItemDefinitions.js +1 -1
- package/dist/cjs/form-layout-block-item/DSFormLayoutBlockItemDefinitions.js.map +1 -1
- package/dist/cjs/form-layout-checkbox-group/DSFormLayoutCheckboxGroupDefinitions.js +1 -1
- package/dist/cjs/form-layout-checkbox-group/DSFormLayoutCheckboxGroupDefinitions.js.map +1 -1
- package/dist/esm/form-layout-block-item/DSFormLayoutBlockItemDefinitions.js +1 -1
- package/dist/esm/form-layout-block-item/DSFormLayoutBlockItemDefinitions.js.map +1 -1
- package/dist/esm/form-layout-checkbox-group/DSFormLayoutCheckboxGroupDefinitions.js +1 -1
- package/dist/esm/form-layout-checkbox-group/DSFormLayoutCheckboxGroupDefinitions.js.map +1 -1
- package/dist/types/form-layout-block-item/DSFormLayoutBlockItemDefinitions.d.ts +1 -1
- package/dist/types/form-layout-block-item/react-desc-prop-types.d.ts +1 -0
- package/dist/types/form-layout-checkbox-group/DSFormLayoutCheckboxGroup.d.ts +1 -0
- package/dist/types/form-layout-checkbox-group/DSFormLayoutCheckboxGroupDefinitions.d.ts +1 -1
- package/dist/types/form-layout-checkbox-group/react-desc-prop-types.d.ts +1 -0
- package/package.json +14 -12
|
@@ -35,7 +35,7 @@ __export(DSFormLayoutBlockItemDefinitions_exports, {
|
|
|
35
35
|
module.exports = __toCommonJS(DSFormLayoutBlockItemDefinitions_exports);
|
|
36
36
|
var React = __toESM(require("react"));
|
|
37
37
|
var import_ds_system = require("@elliemae/ds-system");
|
|
38
|
-
const DSFormLayoutBlockItemName = "
|
|
38
|
+
const DSFormLayoutBlockItemName = "DSFormlayoutblockitem";
|
|
39
39
|
const DSFormLayoutBlockItemSlots = {
|
|
40
40
|
CONTAINER: "container",
|
|
41
41
|
LABEL: "label",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/form-layout-block-item/DSFormLayoutBlockItemDefinitions.tsx", "../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSFormLayoutBlockItemName = '
|
|
4
|
+
"sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSFormLayoutBlockItemName = 'DSFormlayoutblockitem';\n\nexport const DSFormLayoutBlockItemSlots = {\n CONTAINER: 'container',\n LABEL: 'label',\n MESSAGE: 'message',\n ERROR_MESSAGE: 'error-message',\n COUNTER: 'counter',\n MARK: 'mark',\n};\n\nexport const DSFormLayoutBlockItemDataTestId = slotObjectToDataTestIds(\n DSFormLayoutBlockItemName,\n DSFormLayoutBlockItemSlots,\n);\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,uBAAwC;AAEjC,MAAM,4BAA4B;AAElC,MAAM,6BAA6B;AAAA,EACxC,WAAW;AAAA,EACX,OAAO;AAAA,EACP,SAAS;AAAA,EACT,eAAe;AAAA,EACf,SAAS;AAAA,EACT,MAAM;AACR;AAEO,MAAM,sCAAkC;AAAA,EAC7C;AAAA,EACA;AACF;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -32,5 +32,5 @@ __export(DSFormLayoutCheckboxGroupDefinitions_exports, {
|
|
|
32
32
|
});
|
|
33
33
|
module.exports = __toCommonJS(DSFormLayoutCheckboxGroupDefinitions_exports);
|
|
34
34
|
var React = __toESM(require("react"));
|
|
35
|
-
const DSFormLayoutCheckboxGroupName = "
|
|
35
|
+
const DSFormLayoutCheckboxGroupName = "DSFormlayoutcheckboxgroup";
|
|
36
36
|
//# sourceMappingURL=DSFormLayoutCheckboxGroupDefinitions.js.map
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../src/form-layout-checkbox-group/DSFormLayoutCheckboxGroupDefinitions.tsx", "../../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["export const DSFormLayoutCheckboxGroupName = '
|
|
4
|
+
"sourcesContent": ["export const DSFormLayoutCheckboxGroupName = 'DSFormlayoutcheckboxgroup';\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAhB,MAAM,gCAAgC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { slotObjectToDataTestIds } from "@elliemae/ds-system";
|
|
3
|
-
const DSFormLayoutBlockItemName = "
|
|
3
|
+
const DSFormLayoutBlockItemName = "DSFormlayoutblockitem";
|
|
4
4
|
const DSFormLayoutBlockItemSlots = {
|
|
5
5
|
CONTAINER: "container",
|
|
6
6
|
LABEL: "label",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/form-layout-block-item/DSFormLayoutBlockItemDefinitions.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSFormLayoutBlockItemName = '
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSFormLayoutBlockItemName = 'DSFormlayoutblockitem';\n\nexport const DSFormLayoutBlockItemSlots = {\n CONTAINER: 'container',\n LABEL: 'label',\n MESSAGE: 'message',\n ERROR_MESSAGE: 'error-message',\n COUNTER: 'counter',\n MARK: 'mark',\n};\n\nexport const DSFormLayoutBlockItemDataTestId = slotObjectToDataTestIds(\n DSFormLayoutBlockItemName,\n DSFormLayoutBlockItemSlots,\n);\n"],
|
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,+BAA+B;AAEjC,MAAM,4BAA4B;AAElC,MAAM,6BAA6B;AAAA,EACxC,WAAW;AAAA,EACX,OAAO;AAAA,EACP,SAAS;AAAA,EACT,eAAe;AAAA,EACf,SAAS;AAAA,EACT,MAAM;AACR;AAEO,MAAM,kCAAkC;AAAA,EAC7C;AAAA,EACA;AACF;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/form-layout-checkbox-group/DSFormLayoutCheckboxGroupDefinitions.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSFormLayoutCheckboxGroupName = '
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export const DSFormLayoutCheckboxGroupName = 'DSFormlayoutcheckboxgroup';\n"],
|
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAhB,MAAM,gCAAgC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="prop-types" />
|
|
2
3
|
import type { GlobalAttributesT, XstyledProps, ValidationMap } from '@elliemae/ds-props-helpers';
|
|
3
4
|
import type { TypescriptHelpersT } from '@elliemae/ds-typescript-helpers';
|
|
4
5
|
import { DSFormLayoutBlockItemName, DSFormLayoutBlockItemSlots } from './DSFormLayoutBlockItemDefinitions.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const DSFormLayoutCheckboxGroupName = "
|
|
1
|
+
export declare const DSFormLayoutCheckboxGroupName = "DSFormlayoutcheckboxgroup";
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
/// <reference types="prop-types" />
|
|
2
3
|
import type { GlobalAttributesT, XstyledProps, ValidationMap } from '@elliemae/ds-props-helpers';
|
|
3
4
|
type DirectionsT = 'horizontal' | 'vertical';
|
|
4
5
|
export declare namespace DSFormLayoutCheckboxGroupT {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-form-layout-blocks",
|
|
3
|
-
"version": "3.49.0
|
|
3
|
+
"version": "3.49.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Form Layout",
|
|
6
6
|
"files": [
|
|
@@ -65,8 +65,8 @@
|
|
|
65
65
|
"url": "https://git.elliemae.io/platform-ui/dimsum.git"
|
|
66
66
|
},
|
|
67
67
|
"engines": {
|
|
68
|
-
"pnpm": ">=
|
|
69
|
-
"node": ">=
|
|
68
|
+
"pnpm": ">=9",
|
|
69
|
+
"node": ">=22"
|
|
70
70
|
},
|
|
71
71
|
"author": "ICE MT",
|
|
72
72
|
"jestSonar": {
|
|
@@ -77,19 +77,21 @@
|
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
79
|
"uid": "~2.0.1",
|
|
80
|
-
"@elliemae/ds-
|
|
81
|
-
"@elliemae/ds-
|
|
82
|
-
"@elliemae/ds-
|
|
83
|
-
"@elliemae/ds-system": "3.49.0
|
|
84
|
-
"@elliemae/ds-
|
|
80
|
+
"@elliemae/ds-grid": "3.49.0",
|
|
81
|
+
"@elliemae/ds-props-helpers": "3.49.0",
|
|
82
|
+
"@elliemae/ds-typescript-helpers": "3.49.0",
|
|
83
|
+
"@elliemae/ds-system": "3.49.0",
|
|
84
|
+
"@elliemae/ds-icons": "3.49.0"
|
|
85
85
|
},
|
|
86
86
|
"devDependencies": {
|
|
87
87
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
|
88
|
+
"jest": "~29.7.0",
|
|
89
|
+
"jest-cli": "~29.7.0",
|
|
88
90
|
"styled-components": "~5.3.9",
|
|
89
|
-
"@elliemae/ds-form-checkbox": "3.49.0
|
|
90
|
-
"@elliemae/ds-form-input-text": "3.49.0
|
|
91
|
-
"@elliemae/ds-
|
|
92
|
-
"@elliemae/ds-
|
|
91
|
+
"@elliemae/ds-form-checkbox": "3.49.0",
|
|
92
|
+
"@elliemae/ds-form-input-text": "3.49.0",
|
|
93
|
+
"@elliemae/ds-monorepo-devops": "3.49.0",
|
|
94
|
+
"@elliemae/ds-form-radio": "3.49.0"
|
|
93
95
|
},
|
|
94
96
|
"peerDependencies": {
|
|
95
97
|
"react": "~17.0.2",
|