@elliemae/ds-truncated-tooltip-text 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
  DSTruncateTextWithTooltip: () => import_truncateTextWithTooltip.DSTruncateTextWithTooltip,
32
32
  DSTruncateTextWithTooltipDatatestid: () => import_truncateTextWithTooltip.DSTruncateTextWithTooltipDatatestid,
33
33
  DSTruncateTextWithTooltipWithSchema: () => import_truncateTextWithTooltip.DSTruncateTextWithTooltipWithSchema,
@@ -38,7 +38,7 @@ __export(src_exports, {
38
38
  TruncatedTooltipTextWithSchema: () => import_DSTruncatedTooltipText.TruncatedTooltipTextWithSchema,
39
39
  default: () => import_DSTruncatedTooltipText.default
40
40
  });
41
- module.exports = __toCommonJS(src_exports);
41
+ module.exports = __toCommonJS(index_exports);
42
42
  var React = __toESM(require("react"));
43
43
  var import_TooltipTextProvider = require("./TooltipTextProvider.js");
44
44
  var import_SimpleTruncatedTooltipText = require("./SimpleTruncatedTooltipText.js");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-truncated-tooltip-text",
3
- "version": "3.51.0-rc.9",
3
+ "version": "3.51.1",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Truncated Tooltip Text",
6
6
  "files": [
@@ -37,17 +37,17 @@
37
37
  },
38
38
  "dependencies": {
39
39
  "prop-types": "~15.8.1",
40
- "@elliemae/ds-popover": "3.51.0-rc.9",
41
- "@elliemae/ds-props-helpers": "3.51.0-rc.9",
42
- "@elliemae/ds-popper": "3.51.0-rc.9",
43
- "@elliemae/ds-system": "3.51.0-rc.9",
44
- "@elliemae/ds-tooltip-v3": "3.51.0-rc.9"
40
+ "@elliemae/ds-popover": "3.51.1",
41
+ "@elliemae/ds-popper": "3.51.1",
42
+ "@elliemae/ds-props-helpers": "3.51.1",
43
+ "@elliemae/ds-system": "3.51.1",
44
+ "@elliemae/ds-tooltip-v3": "3.51.1"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@elliemae/pui-cli": "9.0.0-next.55",
48
48
  "jest": "~29.7.0",
49
49
  "styled-components": "~5.3.9",
50
- "@elliemae/ds-monorepo-devops": "3.51.0-rc.9"
50
+ "@elliemae/ds-monorepo-devops": "3.51.1"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "react": "^18.3.1",