@elliemae/ds-read-more 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 CHANGED
@@ -26,8 +26,8 @@ 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 src_exports = {};
30
- __export(src_exports, {
29
+ var index_exports = {};
30
+ __export(index_exports, {
31
31
  DSReadMore: () => import_DSReadMore.DSReadMore,
32
32
  DSReadMoreDataTestIds: () => import_DSReadMoreDefinitions.DSReadMoreDataTestIds,
33
33
  DSReadMoreName: () => import_DSReadMoreDefinitions.DSReadMoreName,
@@ -35,7 +35,7 @@ __export(src_exports, {
35
35
  DSReadMoreWithSchema: () => import_DSReadMore.DSReadMoreWithSchema,
36
36
  useReadMoreTruncate: () => import_useReadMoreTruncate.useReadMoreTruncate
37
37
  });
38
- module.exports = __toCommonJS(src_exports);
38
+ module.exports = __toCommonJS(index_exports);
39
39
  var React = __toESM(require("react"));
40
40
  var import_DSReadMore = require("./DSReadMore.js");
41
41
  var import_DSReadMoreDefinitions = require("./DSReadMoreDefinitions.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-read-more",
3
- "version": "3.51.0-rc.9",
3
+ "version": "3.51.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Read More",
6
6
  "files": [
@@ -36,16 +36,16 @@
36
36
  "indent": 4
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-props-helpers": "3.51.0-rc.9",
40
- "@elliemae/ds-button-v2": "3.51.0-rc.9",
41
- "@elliemae/ds-system": "3.51.0-rc.9",
42
- "@elliemae/ds-tooltip-v3": "3.51.0-rc.9"
39
+ "@elliemae/ds-button-v2": "3.51.1",
40
+ "@elliemae/ds-props-helpers": "3.51.1",
41
+ "@elliemae/ds-system": "3.51.1",
42
+ "@elliemae/ds-tooltip-v3": "3.51.1"
43
43
  },
44
44
  "devDependencies": {
45
45
  "@elliemae/pui-cli": "9.0.0-next.55",
46
46
  "jest": "~29.7.0",
47
47
  "styled-components": "~5.3.9",
48
- "@elliemae/ds-monorepo-devops": "3.51.0-rc.9"
48
+ "@elliemae/ds-monorepo-devops": "3.51.1"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "lodash": "^4.17.21",