@elliemae/ds-read-more 3.50.1-next.9 → 3.51.0-beta.1
Sign up to get free protection for your applications and to get access to all the features.
@@ -36,7 +36,7 @@ module.exports = __toCommonJS(DSReadMoreDefinitions_exports);
|
|
36
36
|
var React = __toESM(require("react"));
|
37
37
|
var import_lodash = require("lodash");
|
38
38
|
var import_ds_system = require("@elliemae/ds-system");
|
39
|
-
const DSReadMoreName = "
|
39
|
+
const DSReadMoreName = "DSReadmore";
|
40
40
|
const DSReadMoreSlots = {
|
41
41
|
ROOT: "root",
|
42
42
|
TEXT_CONTENT: "text-content",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../src/DSReadMoreDefinitions.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
4
|
-
"sourcesContent": ["import { omit } from 'lodash';\nimport { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSReadMoreName = '
|
4
|
+
"sourcesContent": ["import { omit } from 'lodash';\nimport { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSReadMoreName = 'DSReadmore';\n\nexport const DSReadMoreSlots = {\n ROOT: 'root',\n TEXT_CONTENT: 'text-content',\n TOOLTIP_WRAPPER: 'tooltip-wrapper',\n BUTTON_WRAPPER: 'button-wrapper',\n BUTTON: 'button',\n};\n\nexport const DSReadMoreDataTestIds = {\n ...omit(slotObjectToDataTestIds(DSReadMoreName, DSReadMoreSlots), 'BUTTON'),\n READ_MORE_BUTTON: 'ds-read_more-button',\n READ_MORE_TOOLTIP_BUTTON: 'ds-read_more-tooltip-button',\n};\n", "import * as React from 'react';\nexport { React };\n"],
|
5
5
|
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,oBAAqB;AACrB,uBAAwC;AAEjC,MAAM,iBAAiB;AAEvB,MAAM,kBAAkB;AAAA,EAC7B,MAAM;AAAA,EACN,cAAc;AAAA,EACd,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,QAAQ;AACV;AAEO,MAAM,wBAAwB;AAAA,EACnC,OAAG,wBAAK,0CAAwB,gBAAgB,eAAe,GAAG,QAAQ;AAAA,EAC1E,kBAAkB;AAAA,EAClB,0BAA0B;AAC5B;",
|
6
6
|
"names": []
|
7
7
|
}
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as React from "react";
|
2
2
|
import { omit } from "lodash";
|
3
3
|
import { slotObjectToDataTestIds } from "@elliemae/ds-system";
|
4
|
-
const DSReadMoreName = "
|
4
|
+
const DSReadMoreName = "DSReadmore";
|
5
5
|
const DSReadMoreSlots = {
|
6
6
|
ROOT: "root",
|
7
7
|
TEXT_CONTENT: "text-content",
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"version": 3,
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/DSReadMoreDefinitions.tsx"],
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { omit } from 'lodash';\nimport { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSReadMoreName = '
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "import { omit } from 'lodash';\nimport { slotObjectToDataTestIds } from '@elliemae/ds-system';\n\nexport const DSReadMoreName = 'DSReadmore';\n\nexport const DSReadMoreSlots = {\n ROOT: 'root',\n TEXT_CONTENT: 'text-content',\n TOOLTIP_WRAPPER: 'tooltip-wrapper',\n BUTTON_WRAPPER: 'button-wrapper',\n BUTTON: 'button',\n};\n\nexport const DSReadMoreDataTestIds = {\n ...omit(slotObjectToDataTestIds(DSReadMoreName, DSReadMoreSlots), 'BUTTON'),\n READ_MORE_BUTTON: 'ds-read_more-button',\n READ_MORE_TOOLTIP_BUTTON: 'ds-read_more-tooltip-button',\n};\n"],
|
5
5
|
"mappings": "AAAA,YAAY,WAAW;ACAvB,SAAS,YAAY;AACrB,SAAS,+BAA+B;AAEjC,MAAM,iBAAiB;AAEvB,MAAM,kBAAkB;AAAA,EAC7B,MAAM;AAAA,EACN,cAAc;AAAA,EACd,iBAAiB;AAAA,EACjB,gBAAgB;AAAA,EAChB,QAAQ;AACV;AAEO,MAAM,wBAAwB;AAAA,EACnC,GAAG,KAAK,wBAAwB,gBAAgB,eAAe,GAAG,QAAQ;AAAA,EAC1E,kBAAkB;AAAA,EAClB,0BAA0B;AAC5B;",
|
6
6
|
"names": []
|
7
7
|
}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@elliemae/ds-read-more",
|
3
|
-
"version": "3.
|
3
|
+
"version": "3.51.0-beta.1",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Read More",
|
6
6
|
"files": [
|
@@ -14,14 +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
|
-
"./MoreLessButton": {
|
19
|
-
"import": "./dist/esm/MoreLessButton.js",
|
20
|
-
"require": "./dist/cjs/MoreLessButton.js"
|
21
|
-
},
|
22
|
-
"./DSReadMore": {
|
23
|
-
"import": "./dist/esm/DSReadMore.js",
|
24
|
-
"require": "./dist/cjs/DSReadMore.js"
|
25
17
|
}
|
26
18
|
},
|
27
19
|
"sideEffects": [
|
@@ -33,8 +25,8 @@
|
|
33
25
|
"url": "https://git.elliemae.io/platform-ui/dimsum.git"
|
34
26
|
},
|
35
27
|
"engines": {
|
36
|
-
"pnpm": ">=
|
37
|
-
"node": ">=
|
28
|
+
"pnpm": ">=9",
|
29
|
+
"node": ">=22"
|
38
30
|
},
|
39
31
|
"author": "ICE MT",
|
40
32
|
"jestSonar": {
|
@@ -44,21 +36,21 @@
|
|
44
36
|
"indent": 4
|
45
37
|
},
|
46
38
|
"dependencies": {
|
47
|
-
"@elliemae/ds-
|
48
|
-
"@elliemae/ds-
|
49
|
-
"@elliemae/ds-system": "3.
|
50
|
-
"@elliemae/ds-tooltip-v3": "3.
|
39
|
+
"@elliemae/ds-button-v2": "3.51.0-beta.1",
|
40
|
+
"@elliemae/ds-props-helpers": "3.51.0-beta.1",
|
41
|
+
"@elliemae/ds-system": "3.51.0-beta.1",
|
42
|
+
"@elliemae/ds-tooltip-v3": "3.51.0-beta.1"
|
51
43
|
},
|
52
44
|
"devDependencies": {
|
53
|
-
"@elliemae/pui-cli": "9.0.0-next.
|
45
|
+
"@elliemae/pui-cli": "9.0.0-next.55",
|
54
46
|
"jest": "~29.7.0",
|
55
47
|
"styled-components": "~5.3.9",
|
56
|
-
"@elliemae/ds-monorepo-devops": "3.
|
48
|
+
"@elliemae/ds-monorepo-devops": "3.51.0-beta.1"
|
57
49
|
},
|
58
50
|
"peerDependencies": {
|
59
51
|
"lodash": "^4.17.21",
|
60
|
-
"react": "^
|
61
|
-
"react-dom": "^
|
52
|
+
"react": "^18.3.1",
|
53
|
+
"react-dom": "^18.3.1",
|
62
54
|
"styled-components": "~5.3.9"
|
63
55
|
},
|
64
56
|
"publishConfig": {
|