@atlaskit/tooltip 18.9.3 → 18.9.4
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
CHANGED
|
@@ -45,10 +45,10 @@ var TooltipPrimitive = /*#__PURE__*/(0, _react.forwardRef)(function TooltipPrimi
|
|
|
45
45
|
,
|
|
46
46
|
className: className
|
|
47
47
|
// Because the tooltip should not be focusable, there is no reason to have key events.
|
|
48
|
-
/* eslint-disable jsx-a11y/mouse-events-have-key-events */,
|
|
49
|
-
onMouseOut: onMouseOut
|
|
50
|
-
|
|
51
|
-
|
|
48
|
+
/* eslint-disable-next-line jsx-a11y/mouse-events-have-key-events */,
|
|
49
|
+
onMouseOut: onMouseOut
|
|
50
|
+
/* eslint-disable-next-line jsx-a11y/mouse-events-have-key-events */,
|
|
51
|
+
onMouseOver: onMouseOver,
|
|
52
52
|
css: primitiveStyles,
|
|
53
53
|
"data-placement": placement,
|
|
54
54
|
"data-testid": testId,
|
package/dist/cjs/tooltip.js
CHANGED
|
@@ -42,10 +42,10 @@ const TooltipPrimitive = /*#__PURE__*/forwardRef(function TooltipPrimitive({
|
|
|
42
42
|
,
|
|
43
43
|
className: className
|
|
44
44
|
// Because the tooltip should not be focusable, there is no reason to have key events.
|
|
45
|
-
/* eslint-disable jsx-a11y/mouse-events-have-key-events */,
|
|
46
|
-
onMouseOut: onMouseOut
|
|
47
|
-
|
|
48
|
-
|
|
45
|
+
/* eslint-disable-next-line jsx-a11y/mouse-events-have-key-events */,
|
|
46
|
+
onMouseOut: onMouseOut
|
|
47
|
+
/* eslint-disable-next-line jsx-a11y/mouse-events-have-key-events */,
|
|
48
|
+
onMouseOver: onMouseOver,
|
|
49
49
|
css: primitiveStyles,
|
|
50
50
|
"data-placement": placement,
|
|
51
51
|
"data-testid": testId,
|
package/dist/es2019/tooltip.js
CHANGED
|
@@ -41,10 +41,10 @@ var TooltipPrimitive = /*#__PURE__*/forwardRef(function TooltipPrimitive(_ref, r
|
|
|
41
41
|
,
|
|
42
42
|
className: className
|
|
43
43
|
// Because the tooltip should not be focusable, there is no reason to have key events.
|
|
44
|
-
/* eslint-disable jsx-a11y/mouse-events-have-key-events */,
|
|
45
|
-
onMouseOut: onMouseOut
|
|
46
|
-
|
|
47
|
-
|
|
44
|
+
/* eslint-disable-next-line jsx-a11y/mouse-events-have-key-events */,
|
|
45
|
+
onMouseOut: onMouseOut
|
|
46
|
+
/* eslint-disable-next-line jsx-a11y/mouse-events-have-key-events */,
|
|
47
|
+
onMouseOver: onMouseOver,
|
|
48
48
|
css: primitiveStyles,
|
|
49
49
|
"data-placement": placement,
|
|
50
50
|
"data-testid": testId,
|
package/dist/esm/tooltip.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tooltip",
|
|
3
|
-
"version": "18.9.
|
|
3
|
+
"version": "18.9.4",
|
|
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/"
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"runReact18": true,
|
|
30
30
|
"website": {
|
|
31
31
|
"name": "Tooltip",
|
|
32
|
-
"category": "
|
|
32
|
+
"category": "Overlays and layering"
|
|
33
33
|
}
|
|
34
34
|
},
|
|
35
35
|
"af:exports": {
|
|
@@ -41,14 +41,14 @@
|
|
|
41
41
|
"./utilities": "./src/utilities.ts"
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@atlaskit/analytics-next": "^10.
|
|
45
|
-
"@atlaskit/ds-lib": "^3.
|
|
46
|
-
"@atlaskit/layering": "^0.
|
|
44
|
+
"@atlaskit/analytics-next": "^10.2.0",
|
|
45
|
+
"@atlaskit/ds-lib": "^3.3.0",
|
|
46
|
+
"@atlaskit/layering": "^1.0.0",
|
|
47
47
|
"@atlaskit/motion": "^1.9.0",
|
|
48
48
|
"@atlaskit/popper": "^6.3.0",
|
|
49
49
|
"@atlaskit/portal": "^4.9.0",
|
|
50
50
|
"@atlaskit/theme": "^14.0.0",
|
|
51
|
-
"@atlaskit/tokens": "^2.
|
|
51
|
+
"@atlaskit/tokens": "^2.4.0",
|
|
52
52
|
"@babel/runtime": "^7.0.0",
|
|
53
53
|
"@emotion/react": "^11.7.1",
|
|
54
54
|
"bind-event-listener": "^3.0.0"
|