@elliemae/ds-truncated-tooltip-text 3.48.0 → 3.48.2-next.0
Sign up to get free protection for your applications and to get access to all the features.
@@ -1,3 +1,4 @@
|
|
1
|
+
/// <reference types="react" />
|
1
2
|
import { type DSTruncateTextWithTooltipT } from './react-desc-prop-types.js';
|
2
3
|
declare const DSTruncateTextWithTooltip: (props: DSTruncateTextWithTooltipT.Props) => JSX.Element;
|
3
4
|
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.48.0",
|
3
|
+
"version": "3.48.2-next.0",
|
4
4
|
"license": "MIT",
|
5
5
|
"description": "ICE MT - Dimsum - Truncated Tooltip Text",
|
6
6
|
"files": [
|
@@ -37,16 +37,16 @@
|
|
37
37
|
},
|
38
38
|
"dependencies": {
|
39
39
|
"prop-types": "~15.8.1",
|
40
|
-
"@elliemae/ds-
|
41
|
-
"@elliemae/ds-
|
42
|
-
"@elliemae/ds-
|
43
|
-
"@elliemae/ds-
|
44
|
-
"@elliemae/ds-
|
40
|
+
"@elliemae/ds-popper": "3.48.2-next.0",
|
41
|
+
"@elliemae/ds-tooltip-v3": "3.48.2-next.0",
|
42
|
+
"@elliemae/ds-popover": "3.48.2-next.0",
|
43
|
+
"@elliemae/ds-props-helpers": "3.48.2-next.0",
|
44
|
+
"@elliemae/ds-system": "3.48.2-next.0"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
47
|
"@elliemae/pui-cli": "9.0.0-next.50",
|
48
48
|
"styled-components": "~5.3.9",
|
49
|
-
"@elliemae/ds-monorepo-devops": "3.48.0"
|
49
|
+
"@elliemae/ds-monorepo-devops": "3.48.2-next.0"
|
50
50
|
},
|
51
51
|
"peerDependencies": {
|
52
52
|
"react": "^17.0.2",
|