@elliemae/ds-tooltip 3.60.0-next.49 → 3.60.0-next.50
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 +3 -1
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/index.js +10 -2
- package/dist/esm/index.js.map +2 -2
- package/dist/types/index.d.ts +3 -3
- package/package.json +9 -9
package/dist/cjs/index.js
CHANGED
|
@@ -31,6 +31,8 @@ var index_exports = {};
|
|
|
31
31
|
__export(index_exports, {
|
|
32
32
|
DSTooltipV3: () => import_ds_tooltip_v3.DSTooltipV3,
|
|
33
33
|
DSTooltipV3WithSchema: () => import_ds_tooltip_v3.DSTooltipV3WithSchema,
|
|
34
|
+
TOOLTIP_V3_DATA_TESTID: () => import_ds_tooltip_v3.TOOLTIP_V3_DATA_TESTID,
|
|
35
|
+
TOOLTIP_V3_SLOTS: () => import_ds_tooltip_v3.TOOLTIP_V3_SLOTS,
|
|
34
36
|
TooltipV3DatatestId: () => import_ds_tooltip_v3.TooltipV3DatatestId,
|
|
35
37
|
tooltipPositions: () => import_tooltipPositions.tooltipPositions
|
|
36
38
|
});
|
|
@@ -39,6 +41,6 @@ var React = __toESM(require("react"));
|
|
|
39
41
|
var import_ds_tooltip_v3 = require("@elliemae/ds-tooltip-v3");
|
|
40
42
|
__reExport(index_exports, require("./v1/DSTooltip.js"), module.exports);
|
|
41
43
|
__reExport(index_exports, require("./v2/DSTooltip.js"), module.exports);
|
|
42
|
-
var import_tooltipPositions = require("./v2/utils/tooltipPositions.js");
|
|
43
44
|
__reExport(index_exports, require("./v2/TooltipType.js"), module.exports);
|
|
45
|
+
var import_tooltipPositions = require("./v2/utils/tooltipPositions.js");
|
|
44
46
|
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.tsx", "../../../../../scripts/build/transpile/react-shim.js"],
|
|
4
|
-
"sourcesContent": ["
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,
|
|
4
|
+
"sourcesContent": ["export {\n DSTooltipV3,\n DSTooltipV3WithSchema,\n TOOLTIP_V3_DATA_TESTID,\n TOOLTIP_V3_SLOTS,\n TooltipV3DatatestId, // legacy way to share the datatestid for v3, kept for backward compatibility\n type DSTooltipV3T,\n} from '@elliemae/ds-tooltip-v3';\nexport * from './v1/DSTooltip.js';\nexport * from './v2/DSTooltip.js';\nexport * from './v2/TooltipType.js';\nexport { tooltipPositions } from './v2/utils/tooltipPositions.js';\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,2BAOO;AACP,0BAAc,8BARd;AASA,0BAAc,8BATd;AAUA,0BAAc,gCAVd;AAWA,8BAAiC;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -1,12 +1,20 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import {
|
|
2
|
+
import {
|
|
3
|
+
DSTooltipV3,
|
|
4
|
+
DSTooltipV3WithSchema,
|
|
5
|
+
TOOLTIP_V3_DATA_TESTID,
|
|
6
|
+
TOOLTIP_V3_SLOTS,
|
|
7
|
+
TooltipV3DatatestId
|
|
8
|
+
} from "@elliemae/ds-tooltip-v3";
|
|
3
9
|
export * from "./v1/DSTooltip.js";
|
|
4
10
|
export * from "./v2/DSTooltip.js";
|
|
5
|
-
import { tooltipPositions } from "./v2/utils/tooltipPositions.js";
|
|
6
11
|
export * from "./v2/TooltipType.js";
|
|
12
|
+
import { tooltipPositions } from "./v2/utils/tooltipPositions.js";
|
|
7
13
|
export {
|
|
8
14
|
DSTooltipV3,
|
|
9
15
|
DSTooltipV3WithSchema,
|
|
16
|
+
TOOLTIP_V3_DATA_TESTID,
|
|
17
|
+
TOOLTIP_V3_SLOTS,
|
|
10
18
|
TooltipV3DatatestId,
|
|
11
19
|
tooltipPositions
|
|
12
20
|
};
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../../../../scripts/build/transpile/react-shim.js", "../../src/index.tsx"],
|
|
4
|
-
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACAvB,
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export {\n DSTooltipV3,\n DSTooltipV3WithSchema,\n TOOLTIP_V3_DATA_TESTID,\n TOOLTIP_V3_SLOTS,\n TooltipV3DatatestId, // legacy way to share the datatestid for v3, kept for backward compatibility\n type DSTooltipV3T,\n} from '@elliemae/ds-tooltip-v3';\nexport * from './v1/DSTooltip.js';\nexport * from './v2/DSTooltip.js';\nexport * from './v2/TooltipType.js';\nexport { tooltipPositions } from './v2/utils/tooltipPositions.js';\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACAvB;AAAA,EACE;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,OAEK;AACP,cAAc;AACd,cAAc;AACd,cAAc;AACd,SAAS,wBAAwB;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/types/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
export { DSTooltipV3, DSTooltipV3WithSchema, TOOLTIP_V3_DATA_TESTID, TOOLTIP_V3_SLOTS, TooltipV3DatatestId, // legacy way to share the datatestid for v3, kept for backward compatibility
|
|
2
|
+
type DSTooltipV3T, } from '@elliemae/ds-tooltip-v3';
|
|
2
3
|
export * from './v1/DSTooltip.js';
|
|
3
4
|
export * from './v2/DSTooltip.js';
|
|
4
|
-
export { tooltipPositions } from './v2/utils/tooltipPositions.js';
|
|
5
5
|
export * from './v2/TooltipType.js';
|
|
6
|
-
export {
|
|
6
|
+
export { tooltipPositions } from './v2/utils/tooltipPositions.js';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-tooltip",
|
|
3
|
-
"version": "3.60.0-next.
|
|
3
|
+
"version": "3.60.0-next.50",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Tooltip",
|
|
6
6
|
"files": [
|
|
@@ -40,20 +40,20 @@
|
|
|
40
40
|
"@elliemae/ds-legacy-popper": "1.0.16",
|
|
41
41
|
"@popperjs/core": "~2.11.7",
|
|
42
42
|
"react-popper": "~2.3.0",
|
|
43
|
-
"@elliemae/ds-
|
|
44
|
-
"@elliemae/ds-
|
|
45
|
-
"@elliemae/ds-
|
|
46
|
-
"@elliemae/ds-
|
|
47
|
-
"@elliemae/ds-
|
|
48
|
-
"@elliemae/ds-
|
|
43
|
+
"@elliemae/ds-classnames": "3.60.0-next.50",
|
|
44
|
+
"@elliemae/ds-portal": "3.60.0-next.50",
|
|
45
|
+
"@elliemae/ds-system": "3.60.0-next.50",
|
|
46
|
+
"@elliemae/ds-tooltip-v3": "3.60.0-next.50",
|
|
47
|
+
"@elliemae/ds-shared": "3.60.0-next.50",
|
|
48
|
+
"@elliemae/ds-props-helpers": "3.60.0-next.50"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"jest": "^30.0.0",
|
|
52
52
|
"react": "^18.3.1",
|
|
53
53
|
"react-dom": "^18.3.1",
|
|
54
54
|
"styled-components": "~5.3.9",
|
|
55
|
-
"@elliemae/ds-
|
|
56
|
-
"@elliemae/ds-
|
|
55
|
+
"@elliemae/ds-test-utils": "3.60.0-next.50",
|
|
56
|
+
"@elliemae/ds-monorepo-devops": "3.60.0-next.50"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"react": "^18.3.1",
|