@atlaskit/tooltip 18.5.0 → 18.5.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/CHANGELOG.md +9 -0
- package/__perf__/default.tsx +1 -1
- package/dist/cjs/Tooltip.js +1 -1
- package/dist/es2019/Tooltip.js +1 -1
- package/dist/esm/Tooltip.js +1 -1
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @atlaskit/tooltip
|
|
2
2
|
|
|
3
|
+
## 18.5.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#114683](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/114683)
|
|
8
|
+
[`ff0815316ab38`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/ff0815316ab38) -
|
|
9
|
+
Removes usage of custom theme button in places where its API is not being used and the default
|
|
10
|
+
button is able to be used instead. This should give a slight performance (runtime) improvement.
|
|
11
|
+
|
|
3
12
|
## 18.5.0
|
|
4
13
|
|
|
5
14
|
### Minor Changes
|
package/__perf__/default.tsx
CHANGED
package/dist/cjs/Tooltip.js
CHANGED
package/dist/es2019/Tooltip.js
CHANGED
package/dist/esm/Tooltip.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tooltip",
|
|
3
|
-
"version": "18.5.
|
|
3
|
+
"version": "18.5.1",
|
|
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/"
|
|
@@ -45,11 +45,11 @@
|
|
|
45
45
|
"dependencies": {
|
|
46
46
|
"@atlaskit/analytics-next": "^9.3.0",
|
|
47
47
|
"@atlaskit/ds-lib": "^2.3.0",
|
|
48
|
-
"@atlaskit/motion": "^1.
|
|
49
|
-
"@atlaskit/popper": "^6.
|
|
50
|
-
"@atlaskit/portal": "^4.
|
|
51
|
-
"@atlaskit/theme": "^12.
|
|
52
|
-
"@atlaskit/tokens": "^1.
|
|
48
|
+
"@atlaskit/motion": "^1.7.0",
|
|
49
|
+
"@atlaskit/popper": "^6.1.0",
|
|
50
|
+
"@atlaskit/portal": "^4.6.0",
|
|
51
|
+
"@atlaskit/theme": "^12.11.0",
|
|
52
|
+
"@atlaskit/tokens": "^1.53.0",
|
|
53
53
|
"@babel/runtime": "^7.0.0",
|
|
54
54
|
"@emotion/react": "^11.7.1",
|
|
55
55
|
"bind-event-listener": "^3.0.0",
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@af/accessibility-testing": "*",
|
|
64
|
-
"@atlaskit/button": "^
|
|
64
|
+
"@atlaskit/button": "^18.0.0",
|
|
65
65
|
"@atlaskit/ssr": "*",
|
|
66
66
|
"@atlaskit/visual-regression": "*",
|
|
67
67
|
"@emotion/styled": "^11.0.0",
|