@elliemae/ds-truncated-tooltip-text 3.15.0-rc.7 → 3.15.0-rc.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
  declare const DSTruncatedTooltipText: {
3
2
  ({ containerProps, value, zIndex, ...otherTextProps }: {
4
3
  [x: string]: any;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import PropTypes from 'prop-types';
3
2
  declare const SimpleTruncatedTooltipText: {
4
3
  (props: any): JSX.Element;
@@ -1,4 +1,3 @@
1
- /// <reference types="react" />
2
1
  import type { DSTruncateTextWithTooltipT } from './propTypes';
3
2
  declare const DSTruncateTextWithTooltip: (props: DSTruncateTextWithTooltipT.Props) => JSX.Element;
4
3
  declare const DSTruncateTextWithTooltipWithSchema: import("@elliemae/ds-utilities/dist/types/props-helpers/propTypes/types").DocumentedReactComponent<DSTruncateTextWithTooltipT.Props>;
@@ -1,2 +1 @@
1
- /// <reference types="react" />
2
1
  export declare const Text: import("styled-components").StyledComponent<keyof JSX.IntrinsicElements, import("@elliemae/ds-system").Theme, Record<string, unknown> & object, never>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-truncated-tooltip-text",
3
- "version": "3.15.0-rc.7",
3
+ "version": "3.15.0-rc.9",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Truncated Tooltip Text",
6
6
  "files": [
@@ -52,11 +52,11 @@
52
52
  },
53
53
  "dependencies": {
54
54
  "prop-types": "~15.8.1",
55
- "@elliemae/ds-popover": "3.15.0-rc.7",
56
- "@elliemae/ds-popper": "3.15.0-rc.7",
57
- "@elliemae/ds-system": "3.15.0-rc.7",
58
- "@elliemae/ds-tooltip": "3.15.0-rc.7",
59
- "@elliemae/ds-utilities": "3.15.0-rc.7"
55
+ "@elliemae/ds-popper": "3.15.0-rc.9",
56
+ "@elliemae/ds-system": "3.15.0-rc.9",
57
+ "@elliemae/ds-tooltip": "3.15.0-rc.9",
58
+ "@elliemae/ds-utilities": "3.15.0-rc.9",
59
+ "@elliemae/ds-popover": "3.15.0-rc.9"
60
60
  },
61
61
  "devDependencies": {
62
62
  "styled-components": "~5.3.6"