@elliemae/ds-tooltip-v3 3.46.5 → 3.46.7

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,4 @@
1
- import type { WeakValidationMap } from 'react';
1
+ /// <reference types="react" />
2
2
  import type { GlobalAttributesT } from '@elliemae/ds-props-helpers';
3
3
  export declare namespace DSTooltipV3T {
4
4
  type Placement = 'top-start' | 'top' | 'top-end' | 'right-start' | 'right' | 'right-end' | 'bottom-end' | 'bottom' | 'bottom-start' | 'left-end' | 'left' | 'left-start';
@@ -1,12 +1,4 @@
1
- import type { DSTooltipV3T } from './react-desc-prop-types.js';
2
- interface StyledTooltipTextT {
3
- wrapWords: boolean;
4
- textAlign: DSTooltipV3T.TextAlignment;
5
- }
6
- export declare const StyledTooltipContainer: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
7
- export declare const StyledTooltipText: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, StyledTooltipTextT & {
8
- $applyTooltipOverflowWrap: boolean;
9
- } & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
10
- export declare const StyledMouseOverDetectionBox: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
11
- export declare const StyledTriggerWrapper: import("styled-components").StyledComponent<"div", import("@elliemae/ds-system").Theme, object & import("@elliemae/ds-system").OwnerInterface & import("@elliemae/ds-system").InnerRefInterface<"div">, never>;
12
- export {};
1
+ export declare const StyledTooltipContainer: any;
2
+ export declare const StyledTooltipText: any;
3
+ export declare const StyledMouseOverDetectionBox: any;
4
+ export declare const StyledTriggerWrapper: any;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-tooltip-v3",
3
- "version": "3.46.5",
3
+ "version": "3.46.7",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Tooltip V3",
6
6
  "files": [
@@ -96,19 +96,19 @@
96
96
  "indent": 4
97
97
  },
98
98
  "dependencies": {
99
- "@elliemae/ds-button": "3.46.5",
100
- "@elliemae/ds-floating-context": "3.46.5",
101
- "@elliemae/ds-props-helpers": "3.46.5",
102
- "@elliemae/ds-shared": "3.46.5",
103
- "@elliemae/ds-system": "3.46.5"
99
+ "@elliemae/ds-button": "3.46.7",
100
+ "@elliemae/ds-floating-context": "3.46.7",
101
+ "@elliemae/ds-props-helpers": "3.46.7",
102
+ "@elliemae/ds-shared": "3.46.7",
103
+ "@elliemae/ds-system": "3.46.7"
104
104
  },
105
105
  "devDependencies": {
106
106
  "@elliemae/pui-cli": "9.0.0-next.50",
107
107
  "react": "^17.0.2",
108
108
  "react-dom": "^17.0.2",
109
109
  "styled-components": "~5.3.9",
110
- "@elliemae/ds-grid": "3.46.5",
111
- "@elliemae/ds-monorepo-devops": "3.46.5"
110
+ "@elliemae/ds-grid": "3.46.7",
111
+ "@elliemae/ds-monorepo-devops": "3.46.7"
112
112
  },
113
113
  "peerDependencies": {
114
114
  "react": "^17.0.2",
@@ -117,7 +117,7 @@
117
117
  },
118
118
  "publishConfig": {
119
119
  "access": "public",
120
- "typeSafety": true
120
+ "typeSafety": false
121
121
  },
122
122
  "scripts": {
123
123
  "dev": "cross-env NODE_ENV=development node ../../../scripts/build/build.mjs --watch",