@elliemae/ds-comments 3.50.1-next.9 → 3.51.0-beta.2
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/config/DSCommentCardDefinitions.js +1 -1
- package/dist/cjs/config/DSCommentCardDefinitions.js.map +1 -1
- package/dist/esm/config/DSCommentCardDefinitions.js +1 -1
- package/dist/esm/config/DSCommentCardDefinitions.js.map +1 -1
- package/dist/types/config/DSCommentCardDefinitions.d.ts +1 -1
- package/package.json +15 -31
|
@@ -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 = "
|
|
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 = '
|
|
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,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 = '
|
|
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
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-comments",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.51.0-beta.2",
|
|
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": ">=
|
|
45
|
-
"node": ">=
|
|
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.
|
|
57
|
-
"@elliemae/ds-
|
|
58
|
-
"@elliemae/ds-
|
|
59
|
-
"@elliemae/ds-
|
|
60
|
-
"@elliemae/ds-
|
|
61
|
-
"@elliemae/ds-
|
|
62
|
-
"@elliemae/ds-
|
|
63
|
-
"@elliemae/ds-
|
|
40
|
+
"@elliemae/ds-button-v2": "3.51.0-beta.2",
|
|
41
|
+
"@elliemae/ds-props-helpers": "3.51.0-beta.2",
|
|
42
|
+
"@elliemae/ds-icons": "3.51.0-beta.2",
|
|
43
|
+
"@elliemae/ds-dropdownmenu-v2": "3.51.0-beta.2",
|
|
44
|
+
"@elliemae/ds-system": "3.51.0-beta.2",
|
|
45
|
+
"@elliemae/ds-typescript-helpers": "3.51.0-beta.2",
|
|
46
|
+
"@elliemae/ds-read-more": "3.51.0-beta.2",
|
|
47
|
+
"@elliemae/ds-dropdownmenu": "3.51.0-beta.2"
|
|
64
48
|
},
|
|
65
49
|
"devDependencies": {
|
|
66
|
-
"@elliemae/pui-cli": "9.0.0-next.
|
|
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.
|
|
53
|
+
"@elliemae/ds-monorepo-devops": "3.51.0-beta.2"
|
|
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": "^
|
|
76
|
-
"react-dom": "^
|
|
59
|
+
"react": "^18.3.1",
|
|
60
|
+
"react-dom": "^18.3.1",
|
|
77
61
|
"styled-components": "~5.3.9"
|
|
78
62
|
},
|
|
79
63
|
"publishConfig": {
|