@elliemae/ds-tooltip 3.32.2-next.1 → 3.33.0-next.1
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 +0 -2
- package/dist/cjs/index.js.map +2 -2
- package/dist/esm/index.js +0 -2
- package/dist/esm/index.js.map +3 -3
- package/dist/types/index.d.ts +0 -1
- package/package.json +12 -12
package/dist/cjs/index.js
CHANGED
|
@@ -29,7 +29,6 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
|
29
29
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
30
30
|
var src_exports = {};
|
|
31
31
|
__export(src_exports, {
|
|
32
|
-
default: () => import_DSTooltip.default,
|
|
33
32
|
tooltipPositions: () => import_tooltipPositions.tooltipPositions
|
|
34
33
|
});
|
|
35
34
|
module.exports = __toCommonJS(src_exports);
|
|
@@ -39,5 +38,4 @@ __reExport(src_exports, require("./v2/DSTooltip.js"), module.exports);
|
|
|
39
38
|
var import_tooltipPositions = require("./v2/utils/tooltipPositions.js");
|
|
40
39
|
__reExport(src_exports, require("./v2/TooltipType.js"), module.exports);
|
|
41
40
|
__reExport(src_exports, require("./v3/index.js"), module.exports);
|
|
42
|
-
var import_DSTooltip = __toESM(require("./v1/DSTooltip.js"));
|
|
43
41
|
//# 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": ["export * from './v1/DSTooltip.js';\nexport * from './v2/DSTooltip.js';\nexport { tooltipPositions } from './v2/utils/tooltipPositions.js';\nexport * from './v2/TooltipType.js';\nexport * from './v3/index.js';\
|
|
5
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;
|
|
4
|
+
"sourcesContent": ["export * from './v1/DSTooltip.js';\nexport * from './v2/DSTooltip.js';\nexport { tooltipPositions } from './v2/utils/tooltipPositions.js';\nexport * from './v2/TooltipType.js';\nexport * from './v3/index.js';\n", "import * as React from 'react';\nexport { React };\n"],
|
|
5
|
+
"mappings": ";;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;ACAA,YAAuB;ADAvB,wBAAc,8BAAd;AACA,wBAAc,8BADd;AAEA,8BAAiC;AACjC,wBAAc,gCAHd;AAIA,wBAAc,0BAJd;",
|
|
6
6
|
"names": []
|
|
7
7
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -4,9 +4,7 @@ export * from "./v2/DSTooltip.js";
|
|
|
4
4
|
import { tooltipPositions } from "./v2/utils/tooltipPositions.js";
|
|
5
5
|
export * from "./v2/TooltipType.js";
|
|
6
6
|
export * from "./v3/index.js";
|
|
7
|
-
import { default as default2 } from "./v1/DSTooltip.js";
|
|
8
7
|
export {
|
|
9
|
-
default2 as default,
|
|
10
8
|
tooltipPositions
|
|
11
9
|
};
|
|
12
10
|
//# sourceMappingURL=index.js.map
|
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", "export * from './v1/DSTooltip.js';\nexport * from './v2/DSTooltip.js';\nexport { tooltipPositions } from './v2/utils/tooltipPositions.js';\nexport * from './v2/TooltipType.js';\nexport * from './v3/index.js';\
|
|
5
|
-
"mappings": "AAAA,YAAY,WAAW;ACAvB,cAAc;AACd,cAAc;AACd,SAAS,wBAAwB;AACjC,cAAc;AACd,cAAc;
|
|
6
|
-
"names": [
|
|
4
|
+
"sourcesContent": ["import * as React from 'react';\nexport { React };\n", "export * from './v1/DSTooltip.js';\nexport * from './v2/DSTooltip.js';\nexport { tooltipPositions } from './v2/utils/tooltipPositions.js';\nexport * from './v2/TooltipType.js';\nexport * from './v3/index.js';\n"],
|
|
5
|
+
"mappings": "AAAA,YAAY,WAAW;ACAvB,cAAc;AACd,cAAc;AACd,SAAS,wBAAwB;AACjC,cAAc;AACd,cAAc;",
|
|
6
|
+
"names": []
|
|
7
7
|
}
|
package/dist/types/index.d.ts
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elliemae/ds-tooltip",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.33.0-next.1",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"description": "ICE MT - Dimsum - Tooltip",
|
|
6
6
|
"files": [
|
|
@@ -97,23 +97,23 @@
|
|
|
97
97
|
"dependencies": {
|
|
98
98
|
"@popperjs/core": "~2.11.7",
|
|
99
99
|
"react-popper": "~2.3.0",
|
|
100
|
-
"@elliemae/ds-
|
|
101
|
-
"@elliemae/ds-
|
|
102
|
-
"@elliemae/ds-
|
|
103
|
-
"@elliemae/ds-
|
|
104
|
-
"@elliemae/ds-
|
|
105
|
-
"@elliemae/ds-
|
|
106
|
-
"@elliemae/ds-shared": "3.
|
|
107
|
-
"@elliemae/ds-
|
|
108
|
-
"@elliemae/ds-
|
|
100
|
+
"@elliemae/ds-classnames": "3.33.0-next.1",
|
|
101
|
+
"@elliemae/ds-button": "3.33.0-next.1",
|
|
102
|
+
"@elliemae/ds-props-helpers": "3.33.0-next.1",
|
|
103
|
+
"@elliemae/ds-portal": "3.33.0-next.1",
|
|
104
|
+
"@elliemae/ds-system": "3.33.0-next.1",
|
|
105
|
+
"@elliemae/ds-utilities": "3.33.0-next.1",
|
|
106
|
+
"@elliemae/ds-shared": "3.33.0-next.1",
|
|
107
|
+
"@elliemae/ds-popper": "3.33.0-next.1",
|
|
108
|
+
"@elliemae/ds-popperjs": "3.33.0-next.1"
|
|
109
109
|
},
|
|
110
110
|
"devDependencies": {
|
|
111
111
|
"@elliemae/pui-cli": "~9.0.0-next.31",
|
|
112
112
|
"react": "^17.0.2",
|
|
113
113
|
"react-dom": "^17.0.2",
|
|
114
114
|
"styled-components": "~5.3.9",
|
|
115
|
-
"@elliemae/ds-grid": "3.
|
|
116
|
-
"@elliemae/ds-monorepo-devops": "3.
|
|
115
|
+
"@elliemae/ds-grid": "3.33.0-next.1",
|
|
116
|
+
"@elliemae/ds-monorepo-devops": "3.33.0-next.1"
|
|
117
117
|
},
|
|
118
118
|
"peerDependencies": {
|
|
119
119
|
"react": "^17.0.2",
|