@elliemae/ds-comments 3.51.0-rc.9 → 3.51.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.
- package/dist/cjs/index.js +5 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/esm/index.js +2 -2
- package/dist/esm/index.js.map +1 -1
- package/package.json +10 -10
package/dist/cjs/index.js
CHANGED
|
@@ -26,19 +26,19 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
26
26
|
mod
|
|
27
27
|
));
|
|
28
28
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
var
|
|
30
|
-
__export(
|
|
29
|
+
var index_exports = {};
|
|
30
|
+
__export(index_exports, {
|
|
31
31
|
DSCommentCard: () => import_DSCommentCard2.DSCommentCard,
|
|
32
32
|
DSCommentCardDataTestIds: () => import_DSCommentCardDefinitions.DSCommentCardDataTestIds,
|
|
33
33
|
DSCommentCardName: () => import_DSCommentCardDefinitions.DSCommentCardName,
|
|
34
34
|
DSCommentCardSlots: () => import_DSCommentCardDefinitions.DSCommentCardSlots,
|
|
35
35
|
DSCommentCardWithSchema: () => import_DSCommentCard2.DSCommentCardWithSchema,
|
|
36
|
-
default: () =>
|
|
36
|
+
default: () => index_default
|
|
37
37
|
});
|
|
38
|
-
module.exports = __toCommonJS(
|
|
38
|
+
module.exports = __toCommonJS(index_exports);
|
|
39
39
|
var React = __toESM(require("react"));
|
|
40
40
|
var import_DSCommentCard = require("./DSCommentCard.js");
|
|
41
41
|
var import_DSCommentCard2 = require("./DSCommentCard.js");
|
|
42
42
|
var import_DSCommentCardDefinitions = require("./config/DSCommentCardDefinitions.js");
|
|
43
|
-
var
|
|
43
|
+
var index_default = import_DSCommentCard.DSCommentCard;
|
|
44
44
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
4
|
"sourcesContent": ["// Workaround for TS2742\nimport type {} from '@xstyled/system';\nimport type {} from '@xstyled/util';\n\nimport { DSCommentCard } from './DSCommentCard.js';\nexport { type DSCommentCardT } from './react-desc-prop-types.js';\nexport { DSCommentCard, DSCommentCardWithSchema } from './DSCommentCard.js';\nexport { DSCommentCardName, DSCommentCardSlots, DSCommentCardDataTestIds } from './config/DSCommentCardDefinitions.js';\nexport default DSCommentCard;\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADIvB,2BAA8B;AAE9B,IAAAA,wBAAuD;AACvD,sCAAgF;AAChF,IAAO,
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADIvB,2BAA8B;AAE9B,IAAAA,wBAAuD;AACvD,sCAAgF;AAChF,IAAO,gBAAQ;",
|
|
6
6
|
"names": ["import_DSCommentCard"]
|
|
7
7
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -2,13 +2,13 @@ import * as React from "react";
|
|
|
2
2
|
import { DSCommentCard } from "./DSCommentCard.js";
|
|
3
3
|
import { DSCommentCard as DSCommentCard2, DSCommentCardWithSchema } from "./DSCommentCard.js";
|
|
4
4
|
import { DSCommentCardName, DSCommentCardSlots, DSCommentCardDataTestIds } from "./config/DSCommentCardDefinitions.js";
|
|
5
|
-
var
|
|
5
|
+
var index_default = DSCommentCard;
|
|
6
6
|
export {
|
|
7
7
|
DSCommentCard2 as DSCommentCard,
|
|
8
8
|
DSCommentCardDataTestIds,
|
|
9
9
|
DSCommentCardName,
|
|
10
10
|
DSCommentCardSlots,
|
|
11
11
|
DSCommentCardWithSchema,
|
|
12
|
-
|
|
12
|
+
index_default as default
|
|
13
13
|
};
|
|
14
14
|
//# sourceMappingURL=index.js.map
|
package/dist/esm/index.js.map
CHANGED
|
@@ -2,6 +2,6 @@
|
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.tsx"],
|
|
4
4
|
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "// Workaround for TS2742\nimport type {} from '@xstyled/system';\nimport type {} from '@xstyled/util';\n\nimport { DSCommentCard } from './DSCommentCard.js';\nexport { type DSCommentCardT } from './react-desc-prop-types.js';\nexport { DSCommentCard, DSCommentCardWithSchema } from './DSCommentCard.js';\nexport { DSCommentCardName, DSCommentCardSlots, DSCommentCardDataTestIds } from './config/DSCommentCardDefinitions.js';\nexport default DSCommentCard;\n"],
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACIvB,SAAS,qBAAqB;AAE9B,SAAS,iBAAAA,gBAAe,+BAA+B;AACvD,SAAS,mBAAmB,oBAAoB,gCAAgC;AAChF,IAAO,
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACIvB,SAAS,qBAAqB;AAE9B,SAAS,iBAAAA,gBAAe,+BAA+B;AACvD,SAAS,mBAAmB,oBAAoB,gCAAgC;AAChF,IAAO,gBAAQ;",
|
|
6
6
|
"names": ["DSCommentCard"]
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-comments",
|
|
3
|
-
"version": "3.51.
|
|
3
|
+
"version": "3.51.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Comments",
|
|
6
6
|
"files": [
|
|
@@ -37,20 +37,20 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"moment": "~2.29.4",
|
|
40
|
-
"@elliemae/ds-button-v2": "3.51.
|
|
41
|
-
"@elliemae/ds-dropdownmenu": "3.51.
|
|
42
|
-
"@elliemae/ds-dropdownmenu
|
|
43
|
-
"@elliemae/ds-props-helpers": "3.51.
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-typescript-helpers": "3.51.
|
|
40
|
+
"@elliemae/ds-button-v2": "3.51.1",
|
|
41
|
+
"@elliemae/ds-dropdownmenu-v2": "3.51.1",
|
|
42
|
+
"@elliemae/ds-dropdownmenu": "3.51.1",
|
|
43
|
+
"@elliemae/ds-props-helpers": "3.51.1",
|
|
44
|
+
"@elliemae/ds-icons": "3.51.1",
|
|
45
|
+
"@elliemae/ds-system": "3.51.1",
|
|
46
|
+
"@elliemae/ds-read-more": "3.51.1",
|
|
47
|
+
"@elliemae/ds-typescript-helpers": "3.51.1"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
50
|
"@elliemae/pui-cli": "9.0.0-next.55",
|
|
51
51
|
"jest": "~29.7.0",
|
|
52
52
|
"styled-components": "~5.3.9",
|
|
53
|
-
"@elliemae/ds-monorepo-devops": "3.51.
|
|
53
|
+
"@elliemae/ds-monorepo-devops": "3.51.1"
|
|
54
54
|
},
|
|
55
55
|
"peerDependencies": {
|
|
56
56
|
"@xstyled/system": "~3.7.3",
|