@elliemae/ds-form-layout-blocks 3.54.0-next.4 → 3.54.0-next.5

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.
@@ -7,4 +7,11 @@ export declare const DSFormLayoutBlockItemSlots: {
7
7
  COUNTER: string;
8
8
  MARK: string;
9
9
  };
10
- export declare const DSFormLayoutBlockItemDataTestId: Record<string, string>;
10
+ export declare const DSFormLayoutBlockItemDataTestId: {
11
+ CONTAINER: `ds-formlayoutblockitem-${string}`;
12
+ LABEL: `ds-formlayoutblockitem-${string}`;
13
+ MESSAGE: `ds-formlayoutblockitem-${string}`;
14
+ ERROR_MESSAGE: `ds-formlayoutblockitem-${string}`;
15
+ COUNTER: `ds-formlayoutblockitem-${string}`;
16
+ MARK: `ds-formlayoutblockitem-${string}`;
17
+ };
@@ -2,4 +2,6 @@ export declare const DSFormLayoutCheckboxGroupName = "DSFormlayoutcheckboxgroup"
2
2
  export declare const FORM_LAYOUT_CHECKBOX_GROUP_SLOTS: {
3
3
  readonly ROOT: "root";
4
4
  };
5
- export declare const FORM_LAYOUT_CHECKBOX_GROUP_DATA_TESTID: Record<string, string>;
5
+ export declare const FORM_LAYOUT_CHECKBOX_GROUP_DATA_TESTID: {
6
+ readonly ROOT: "ds-formlayoutcheckboxgroup-root";
7
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-form-layout-blocks",
3
- "version": "3.54.0-next.4",
3
+ "version": "3.54.0-next.5",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Form Layout",
6
6
  "files": [
@@ -37,22 +37,22 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "uid": "~2.0.1",
40
- "@elliemae/ds-grid": "3.54.0-next.4",
41
- "@elliemae/ds-icons": "3.54.0-next.4",
42
- "@elliemae/ds-props-helpers": "3.54.0-next.4",
43
- "@elliemae/ds-typescript-helpers": "3.54.0-next.4",
44
- "@elliemae/ds-system": "3.54.0-next.4"
40
+ "@elliemae/ds-grid": "3.54.0-next.5",
41
+ "@elliemae/ds-system": "3.54.0-next.5",
42
+ "@elliemae/ds-props-helpers": "3.54.0-next.5",
43
+ "@elliemae/ds-icons": "3.54.0-next.5",
44
+ "@elliemae/ds-typescript-helpers": "3.54.0-next.5"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@elliemae/pui-cli": "9.0.0-next.65",
48
48
  "jest": "~29.7.0",
49
49
  "styled-components": "~5.3.9",
50
- "@elliemae/ds-form-checkbox": "3.54.0-next.4",
51
- "@elliemae/ds-form-input-text": "3.54.0-next.4",
52
- "@elliemae/ds-form-input-textarea": "3.54.0-next.4",
53
- "@elliemae/ds-form-radio": "3.54.0-next.4",
54
- "@elliemae/ds-monorepo-devops": "3.54.0-next.4",
55
- "@elliemae/ds-test-utils": "3.54.0-next.4"
50
+ "@elliemae/ds-form-checkbox": "3.54.0-next.5",
51
+ "@elliemae/ds-form-input-textarea": "3.54.0-next.5",
52
+ "@elliemae/ds-form-radio": "3.54.0-next.5",
53
+ "@elliemae/ds-monorepo-devops": "3.54.0-next.5",
54
+ "@elliemae/ds-test-utils": "3.54.0-next.5",
55
+ "@elliemae/ds-form-input-text": "3.54.0-next.5"
56
56
  },
57
57
  "peerDependencies": {
58
58
  "react": "^18.3.1",