@elliemae/ds-comments 3.54.0-next.4 → 3.54.0-next.6

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.
@@ -8,4 +8,12 @@ export declare const DSCommentCardSlots: {
8
8
  readonly DATA: "data";
9
9
  readonly MENU_WRAPPER: "menu-wrapper";
10
10
  };
11
- export declare const DSCommentCardDataTestIds: Record<string, string>;
11
+ export declare const DSCommentCardDataTestIds: {
12
+ readonly ROOT: "ds-commentcard-root";
13
+ readonly HEADER: "ds-commentcard-header";
14
+ readonly CONTENT: "ds-commentcard-content";
15
+ readonly LEFT: "ds-commentcard-left";
16
+ readonly NAME: "ds-commentcard-name";
17
+ readonly DATA: "ds-commentcard-data";
18
+ readonly MENU_WRAPPER: "ds-commentcard-menu-wrapper";
19
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-comments",
3
- "version": "3.54.0-next.4",
3
+ "version": "3.54.0-next.6",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Comments",
6
6
  "files": [
@@ -37,21 +37,21 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "moment": "~2.29.4",
40
- "@elliemae/ds-button-v2": "3.54.0-next.4",
41
- "@elliemae/ds-dropdownmenu": "3.54.0-next.4",
42
- "@elliemae/ds-dropdownmenu-v2": "3.54.0-next.4",
43
- "@elliemae/ds-props-helpers": "3.54.0-next.4",
44
- "@elliemae/ds-icons": "3.54.0-next.4",
45
- "@elliemae/ds-read-more": "3.54.0-next.4",
46
- "@elliemae/ds-system": "3.54.0-next.4",
47
- "@elliemae/ds-typescript-helpers": "3.54.0-next.4"
40
+ "@elliemae/ds-button-v2": "3.54.0-next.6",
41
+ "@elliemae/ds-dropdownmenu-v2": "3.54.0-next.6",
42
+ "@elliemae/ds-icons": "3.54.0-next.6",
43
+ "@elliemae/ds-props-helpers": "3.54.0-next.6",
44
+ "@elliemae/ds-system": "3.54.0-next.6",
45
+ "@elliemae/ds-typescript-helpers": "3.54.0-next.6",
46
+ "@elliemae/ds-read-more": "3.54.0-next.6",
47
+ "@elliemae/ds-dropdownmenu": "3.54.0-next.6"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@elliemae/pui-cli": "9.0.0-next.65",
51
51
  "jest": "~29.7.0",
52
52
  "styled-components": "~5.3.9",
53
- "@elliemae/ds-test-utils": "3.54.0-next.4",
54
- "@elliemae/ds-monorepo-devops": "3.54.0-next.4"
53
+ "@elliemae/ds-monorepo-devops": "3.54.0-next.6",
54
+ "@elliemae/ds-test-utils": "3.54.0-next.6"
55
55
  },
56
56
  "peerDependencies": {
57
57
  "@xstyled/system": "~3.7.3",