@elliemae/ds-truncated-tooltip-text 3.53.0-beta.7 → 3.53.0-beta.9

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.
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  interface SimpleTruncatedTooltipTextProps {
4
3
  containerProps?: Record<string, unknown>;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import { type DSTruncateTextWithTooltipT } from './react-desc-prop-types.js';
3
2
  declare const DSTruncateTextWithTooltip: (props: DSTruncateTextWithTooltipT.Props) => JSX.Element;
4
3
  declare const DSTruncateTextWithTooltipWithSchema: import("@elliemae/ds-props-helpers/dist/types/propTypes/types.js").DocumentedReactComponent<DSTruncateTextWithTooltipT.Props>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-truncated-tooltip-text",
3
- "version": "3.53.0-beta.7",
3
+ "version": "3.53.0-beta.9",
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.53.0-beta.7",
41
- "@elliemae/ds-popper": "3.53.0-beta.7",
42
- "@elliemae/ds-system": "3.53.0-beta.7",
43
- "@elliemae/ds-tooltip-v3": "3.53.0-beta.7",
44
- "@elliemae/ds-props-helpers": "3.53.0-beta.7"
40
+ "@elliemae/ds-popover": "3.53.0-beta.9",
41
+ "@elliemae/ds-popper": "3.53.0-beta.9",
42
+ "@elliemae/ds-props-helpers": "3.53.0-beta.9",
43
+ "@elliemae/ds-system": "3.53.0-beta.9",
44
+ "@elliemae/ds-tooltip-v3": "3.53.0-beta.9"
45
45
  },
46
46
  "devDependencies": {
47
- "@elliemae/pui-cli": "9.0.0-next.63",
47
+ "@elliemae/pui-cli": "9.0.0-next.65",
48
48
  "jest": "~29.7.0",
49
49
  "styled-components": "~5.3.9",
50
- "@elliemae/ds-monorepo-devops": "3.53.0-beta.7"
50
+ "@elliemae/ds-monorepo-devops": "3.53.0-beta.9"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "react": "^18.3.1",