@elliemae/ds-menu-tree-item 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.
@@ -6,4 +6,6 @@ export declare const EXAMPLE_CONSTANTS: {
6
6
  export declare const MENU_TREE_ITEM_SLOTS: {
7
7
  readonly ROOT: "root";
8
8
  };
9
- export declare const MENU_TREE_ITEM_DATA_TESTID: Record<string, string>;
9
+ export declare const MENU_TREE_ITEM_DATA_TESTID: {
10
+ readonly ROOT: "ds-menutreeitem-root";
11
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-menu-tree-item",
3
- "version": "3.54.0-next.4",
3
+ "version": "3.54.0-next.5",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Menu Tree Item",
6
6
  "files": [
@@ -37,23 +37,23 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "@xstyled/styled-components": "~3.7.3",
40
- "@elliemae/ds-button-v2": "3.54.0-next.4",
41
- "@elliemae/ds-form-checkbox": "3.54.0-next.4",
42
- "@elliemae/ds-form-radio": "3.54.0-next.4",
43
- "@elliemae/ds-grid": "3.54.0-next.4",
44
- "@elliemae/ds-props-helpers": "3.54.0-next.4",
45
- "@elliemae/ds-separator": "3.54.0-next.4",
46
- "@elliemae/ds-icons": "3.54.0-next.4",
47
- "@elliemae/ds-system": "3.54.0-next.4",
48
- "@elliemae/ds-typescript-helpers": "3.54.0-next.4",
49
- "@elliemae/ds-typography": "3.54.0-next.4"
40
+ "@elliemae/ds-button-v2": "3.54.0-next.5",
41
+ "@elliemae/ds-form-radio": "3.54.0-next.5",
42
+ "@elliemae/ds-form-checkbox": "3.54.0-next.5",
43
+ "@elliemae/ds-grid": "3.54.0-next.5",
44
+ "@elliemae/ds-separator": "3.54.0-next.5",
45
+ "@elliemae/ds-props-helpers": "3.54.0-next.5",
46
+ "@elliemae/ds-system": "3.54.0-next.5",
47
+ "@elliemae/ds-typescript-helpers": "3.54.0-next.5",
48
+ "@elliemae/ds-typography": "3.54.0-next.5",
49
+ "@elliemae/ds-icons": "3.54.0-next.5"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@elliemae/pui-cli": "9.0.0-next.65",
53
53
  "jest": "~29.7.0",
54
54
  "styled-components": "~5.3.9",
55
- "@elliemae/ds-monorepo-devops": "3.54.0-next.4",
56
- "@elliemae/ds-test-utils": "3.54.0-next.4"
55
+ "@elliemae/ds-monorepo-devops": "3.54.0-next.5",
56
+ "@elliemae/ds-test-utils": "3.54.0-next.5"
57
57
  },
58
58
  "peerDependencies": {
59
59
  "@testing-library/jest-dom": "^6.6.3",