@atlaskit/tooltip 20.4.1 → 20.4.2
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/CHANGELOG.md +7 -0
- package/dist/cjs/internal/drag-manager.js +1 -1
- package/dist/cjs/tooltip.js +1 -1
- package/dist/es2019/internal/drag-manager.js +1 -1
- package/dist/es2019/tooltip.js +1 -1
- package/dist/esm/internal/drag-manager.js +1 -1
- package/dist/esm/tooltip.js +1 -1
- package/dist/types/tooltip-container.d.ts +0 -1
- package/dist/types-ts4.5/tooltip-container.d.ts +0 -1
- package/package.json +5 -6
package/CHANGELOG.md
CHANGED
|
@@ -9,7 +9,7 @@ var _bindEventListener = require("bind-event-listener");
|
|
|
9
9
|
/**
|
|
10
10
|
* We are listening directly to drag events instead of using a monitor from
|
|
11
11
|
* `@atlaskit/pragmatic-drag-and-drop` to avoid the bundle size cost, as it
|
|
12
|
-
* would affect almost every view in every
|
|
12
|
+
* would affect almost every view in every app.
|
|
13
13
|
*
|
|
14
14
|
* We can reconsider this choice in the future.
|
|
15
15
|
*/
|
package/dist/cjs/tooltip.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* We are listening directly to drag events instead of using a monitor from
|
|
4
4
|
* `@atlaskit/pragmatic-drag-and-drop` to avoid the bundle size cost, as it
|
|
5
|
-
* would affect almost every view in every
|
|
5
|
+
* would affect almost every view in every app.
|
|
6
6
|
*
|
|
7
7
|
* We can reconsider this choice in the future.
|
|
8
8
|
*/
|
package/dist/es2019/tooltip.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
/**
|
|
3
3
|
* We are listening directly to drag events instead of using a monitor from
|
|
4
4
|
* `@atlaskit/pragmatic-drag-and-drop` to avoid the bundle size cost, as it
|
|
5
|
-
* would affect almost every view in every
|
|
5
|
+
* would affect almost every view in every app.
|
|
6
6
|
*
|
|
7
7
|
* We can reconsider this choice in the future.
|
|
8
8
|
*/
|
package/dist/esm/tooltip.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tooltip",
|
|
3
|
-
"version": "20.4.
|
|
3
|
+
"version": "20.4.2",
|
|
4
4
|
"description": "A tooltip is a floating, non-actionable label used to explain a user interface element or feature.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
44
44
|
"@atlaskit/ds-lib": "^5.0.0",
|
|
45
45
|
"@atlaskit/layering": "^3.0.0",
|
|
46
|
-
"@atlaskit/motion": "^5.
|
|
46
|
+
"@atlaskit/motion": "^5.3.0",
|
|
47
47
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
48
48
|
"@atlaskit/popper": "^7.1.0",
|
|
49
49
|
"@atlaskit/portal": "^5.1.0",
|
|
@@ -61,18 +61,17 @@
|
|
|
61
61
|
"@af/accessibility-testing": "workspace:^",
|
|
62
62
|
"@af/integration-testing": "workspace:^",
|
|
63
63
|
"@af/visual-regression": "workspace:^",
|
|
64
|
-
"@atlaskit/button": "^23.
|
|
64
|
+
"@atlaskit/button": "^23.4.0",
|
|
65
65
|
"@atlaskit/css": "^0.12.0",
|
|
66
66
|
"@atlaskit/docs": "^11.0.0",
|
|
67
|
-
"@atlaskit/icon": "^27.
|
|
67
|
+
"@atlaskit/icon": "^27.12.0",
|
|
68
68
|
"@atlaskit/link": "^3.2.0",
|
|
69
69
|
"@atlaskit/primitives": "^14.11.0",
|
|
70
70
|
"@atlaskit/section-message": "^8.5.0",
|
|
71
71
|
"@atlassian/ssr-tests": "^0.2.0",
|
|
72
72
|
"@testing-library/react": "^13.4.0",
|
|
73
73
|
"react-dom": "^18.2.0",
|
|
74
|
-
"tiny-invariant": "^1.2.0"
|
|
75
|
-
"typescript": "~5.4.2"
|
|
74
|
+
"tiny-invariant": "^1.2.0"
|
|
76
75
|
},
|
|
77
76
|
"keywords": [
|
|
78
77
|
"atlaskit",
|