@elliemae/ds-comments 3.50.1-next.9 → 3.51.0-beta.1

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.
@@ -35,7 +35,7 @@ __export(DSCommentCardDefinitions_exports, {
35
35
  module.exports = __toCommonJS(DSCommentCardDefinitions_exports);
36
36
  var React = __toESM(require("react"));
37
37
  var import_ds_system = require("@elliemae/ds-system");
38
- const DSCommentCardName = "DSCommentCard";
38
+ const DSCommentCardName = "DSCommentcard";
39
39
  const DSCommentCardSlots = {
40
40
  ROOT: "root",
41
41
  HEADER: "header",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../src/config/DSCommentCardDefinitions.ts", "../../../../../../scripts/build/transpile/react-shim.js"],
4
- "sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSCommentCardName = 'DSCommentCard';\n\nexport const DSCommentCardSlots = {\n ROOT: 'root',\n HEADER: 'header',\n CONTENT: 'content',\n LEFT: 'left',\n NAME: 'name',\n DATA: 'data',\n MENU_WRAPPER: 'menu-wrapper',\n} as const;\n\nexport const DSCommentCardDataTestIds = slotObjectToDataTestIds(DSCommentCardName, DSCommentCardSlots);\n", "import * as React from 'react';\nexport { React };\n"],
4
+ "sourcesContent": ["import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSCommentCardName = 'DSCommentcard';\n\nexport const DSCommentCardSlots = {\n ROOT: 'root',\n HEADER: 'header',\n CONTENT: 'content',\n LEFT: 'left',\n NAME: 'name',\n DATA: 'data',\n MENU_WRAPPER: 'menu-wrapper',\n} as const;\n\nexport const DSCommentCardDataTestIds = slotObjectToDataTestIds(DSCommentCardName, DSCommentCardSlots);\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,oBAAoB;AAE1B,MAAM,qBAAqB;AAAA,EAChC,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,MAAM;AAAA,EACN,MAAM;AAAA,EACN,MAAM;AAAA,EACN,cAAc;AAChB;AAEO,MAAM,+BAA2B,0CAAwB,mBAAmB,kBAAkB;",
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 DSCommentCardName = "DSCommentCard";
3
+ const DSCommentCardName = "DSCommentcard";
4
4
  const DSCommentCardSlots = {
5
5
  ROOT: "root",
6
6
  HEADER: "header",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../scripts/build/transpile/react-shim.js", "../../../src/config/DSCommentCardDefinitions.ts"],
4
- "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSCommentCardName = 'DSCommentCard';\n\nexport const DSCommentCardSlots = {\n ROOT: 'root',\n HEADER: 'header',\n CONTENT: 'content',\n LEFT: 'left',\n NAME: 'name',\n DATA: 'data',\n MENU_WRAPPER: 'menu-wrapper',\n} as const;\n\nexport const DSCommentCardDataTestIds = slotObjectToDataTestIds(DSCommentCardName, DSCommentCardSlots);\n"],
4
+ "sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSCommentCardName = 'DSCommentcard';\n\nexport const DSCommentCardSlots = {\n ROOT: 'root',\n HEADER: 'header',\n CONTENT: 'content',\n LEFT: 'left',\n NAME: 'name',\n DATA: 'data',\n MENU_WRAPPER: 'menu-wrapper',\n} as const;\n\nexport const DSCommentCardDataTestIds = slotObjectToDataTestIds(DSCommentCardName, DSCommentCardSlots);\n"],
5
5
  "mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,+BAA+B;AAEjC,MAAM,oBAAoB;AAE1B,MAAM,qBAAqB;AAAA,EAChC,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,SAAS;AAAA,EACT,MAAM;AAAA,EACN,MAAM;AAAA,EACN,MAAM;AAAA,EACN,cAAc;AAChB;AAEO,MAAM,2BAA2B,wBAAwB,mBAAmB,kBAAkB;",
6
6
  "names": []
7
7
  }
@@ -1,4 +1,4 @@
1
- export declare const DSCommentCardName = "DSCommentCard";
1
+ export declare const DSCommentCardName = "DSCommentcard";
2
2
  export declare const DSCommentCardSlots: {
3
3
  readonly ROOT: "root";
4
4
  readonly HEADER: "header";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-comments",
3
- "version": "3.50.1-next.9",
3
+ "version": "3.51.0-beta.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Comments",
6
6
  "files": [
@@ -14,22 +14,6 @@
14
14
  "types": "./dist/types/index.d.ts",
15
15
  "import": "./dist/esm/index.js",
16
16
  "require": "./dist/cjs/index.js"
17
- },
18
- "./components/helper": {
19
- "import": "./dist/esm/components/helper.js",
20
- "require": "./dist/cjs/components/helper.js"
21
- },
22
- "./components/DSComments": {
23
- "import": "./dist/esm/components/DSComments.js",
24
- "require": "./dist/cjs/components/DSComments.js"
25
- },
26
- "./components/CommentCard": {
27
- "import": "./dist/esm/components/CommentCard.js",
28
- "require": "./dist/cjs/components/CommentCard.js"
29
- },
30
- "./components/blocks": {
31
- "import": "./dist/esm/components/blocks.js",
32
- "require": "./dist/cjs/components/blocks.js"
33
17
  }
34
18
  },
35
19
  "sideEffects": [
@@ -41,8 +25,8 @@
41
25
  "url": "https://git.elliemae.io/platform-ui/dimsum.git"
42
26
  },
43
27
  "engines": {
44
- "pnpm": ">=6",
45
- "node": ">=16"
28
+ "pnpm": ">=9",
29
+ "node": ">=22"
46
30
  },
47
31
  "author": "ICE MT",
48
32
  "jestSonar": {
@@ -53,27 +37,27 @@
53
37
  },
54
38
  "dependencies": {
55
39
  "moment": "~2.29.4",
56
- "@elliemae/ds-button-v2": "3.50.1-next.9",
57
- "@elliemae/ds-dropdownmenu": "3.50.1-next.9",
58
- "@elliemae/ds-dropdownmenu-v2": "3.50.1-next.9",
59
- "@elliemae/ds-icons": "3.50.1-next.9",
60
- "@elliemae/ds-props-helpers": "3.50.1-next.9",
61
- "@elliemae/ds-read-more": "3.50.1-next.9",
62
- "@elliemae/ds-system": "3.50.1-next.9",
63
- "@elliemae/ds-typescript-helpers": "3.50.1-next.9"
40
+ "@elliemae/ds-button-v2": "3.51.0-beta.1",
41
+ "@elliemae/ds-dropdownmenu": "3.51.0-beta.1",
42
+ "@elliemae/ds-dropdownmenu-v2": "3.51.0-beta.1",
43
+ "@elliemae/ds-icons": "3.51.0-beta.1",
44
+ "@elliemae/ds-props-helpers": "3.51.0-beta.1",
45
+ "@elliemae/ds-system": "3.51.0-beta.1",
46
+ "@elliemae/ds-typescript-helpers": "3.51.0-beta.1",
47
+ "@elliemae/ds-read-more": "3.51.0-beta.1"
64
48
  },
65
49
  "devDependencies": {
66
- "@elliemae/pui-cli": "9.0.0-next.31",
50
+ "@elliemae/pui-cli": "9.0.0-next.55",
67
51
  "jest": "~29.7.0",
68
52
  "styled-components": "~5.3.9",
69
- "@elliemae/ds-monorepo-devops": "3.50.1-next.9"
53
+ "@elliemae/ds-monorepo-devops": "3.51.0-beta.1"
70
54
  },
71
55
  "peerDependencies": {
72
56
  "@xstyled/system": "~3.7.3",
73
57
  "@xstyled/util": "~3.7.0",
74
58
  "lodash": "^4.17.21",
75
- "react": "^17.0.2",
76
- "react-dom": "^17.0.2",
59
+ "react": "^18.3.1",
60
+ "react-dom": "^18.3.1",
77
61
  "styled-components": "~5.3.9"
78
62
  },
79
63
  "publishConfig": {