@atlaskit/tooltip 20.14.2 → 20.14.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 +14 -0
- package/dist/cjs/tooltip-container.js +1 -3
- package/dist/cjs/tooltip-primitive.js +1 -3
- package/dist/cjs/tooltip.js +1 -1
- package/dist/es2019/tooltip-container.js +1 -3
- package/dist/es2019/tooltip-primitive.js +1 -3
- package/dist/es2019/tooltip.js +1 -1
- package/dist/esm/tooltip-container.js +1 -3
- package/dist/esm/tooltip-primitive.js +1 -3
- package/dist/esm/tooltip.js +1 -1
- package/package.json +5 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/tooltip
|
|
2
2
|
|
|
3
|
+
## 20.14.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`5db9e3f21a52f`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/5db9e3f21a52f) -
|
|
8
|
+
Internal refactoring
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 20.14.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 20.14.2
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
@@ -34,9 +34,7 @@ var TooltipContainer = /*#__PURE__*/(0, _react.forwardRef)(function TooltipConta
|
|
|
34
34
|
id = _ref.id,
|
|
35
35
|
shortcut = _ref.shortcut;
|
|
36
36
|
return /*#__PURE__*/React.createElement(_tooltipPrimitive.default, {
|
|
37
|
-
ref: ref
|
|
38
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
39
|
-
,
|
|
37
|
+
ref: ref,
|
|
40
38
|
style: style
|
|
41
39
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
42
40
|
,
|
|
@@ -28,9 +28,7 @@ var TooltipPrimitive = /*#__PURE__*/(0, _react.forwardRef)(function TooltipPrimi
|
|
|
28
28
|
id = _ref.id,
|
|
29
29
|
shortcut = _ref.shortcut;
|
|
30
30
|
return /*#__PURE__*/React.createElement("div", {
|
|
31
|
-
ref: ref
|
|
32
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
33
|
-
,
|
|
31
|
+
ref: ref,
|
|
34
32
|
style: style,
|
|
35
33
|
"data-testid": testId ? "".concat(testId, "--wrapper") : undefined
|
|
36
34
|
}, /*#__PURE__*/React.createElement("div", {
|
package/dist/cjs/tooltip.js
CHANGED
|
@@ -26,9 +26,7 @@ const TooltipContainer = /*#__PURE__*/forwardRef(function TooltipContainer({
|
|
|
26
26
|
shortcut
|
|
27
27
|
}, ref) {
|
|
28
28
|
return /*#__PURE__*/React.createElement(TooltipPrimitive, {
|
|
29
|
-
ref: ref
|
|
30
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
31
|
-
,
|
|
29
|
+
ref: ref,
|
|
32
30
|
style: style
|
|
33
31
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
34
32
|
,
|
|
@@ -21,9 +21,7 @@ const TooltipPrimitive = /*#__PURE__*/forwardRef(function TooltipPrimitive({
|
|
|
21
21
|
shortcut
|
|
22
22
|
}, ref) {
|
|
23
23
|
return /*#__PURE__*/React.createElement("div", {
|
|
24
|
-
ref: ref
|
|
25
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
26
|
-
,
|
|
24
|
+
ref: ref,
|
|
27
25
|
style: style,
|
|
28
26
|
"data-testid": testId ? `${testId}--wrapper` : undefined
|
|
29
27
|
}, /*#__PURE__*/React.createElement("div", {
|
package/dist/es2019/tooltip.js
CHANGED
|
@@ -25,9 +25,7 @@ var TooltipContainer = /*#__PURE__*/forwardRef(function TooltipContainer(_ref, r
|
|
|
25
25
|
id = _ref.id,
|
|
26
26
|
shortcut = _ref.shortcut;
|
|
27
27
|
return /*#__PURE__*/React.createElement(TooltipPrimitive, {
|
|
28
|
-
ref: ref
|
|
29
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
30
|
-
,
|
|
28
|
+
ref: ref,
|
|
31
29
|
style: style
|
|
32
30
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
|
|
33
31
|
,
|
|
@@ -20,9 +20,7 @@ var TooltipPrimitive = /*#__PURE__*/forwardRef(function TooltipPrimitive(_ref, r
|
|
|
20
20
|
id = _ref.id,
|
|
21
21
|
shortcut = _ref.shortcut;
|
|
22
22
|
return /*#__PURE__*/React.createElement("div", {
|
|
23
|
-
ref: ref
|
|
24
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
25
|
-
,
|
|
23
|
+
ref: ref,
|
|
26
24
|
style: style,
|
|
27
25
|
"data-testid": testId ? "".concat(testId, "--wrapper") : undefined
|
|
28
26
|
}, /*#__PURE__*/React.createElement("div", {
|
package/dist/esm/tooltip.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tooltip",
|
|
3
|
-
"version": "20.14.
|
|
3
|
+
"version": "20.14.4",
|
|
4
4
|
"description": "A tooltip describes an interactive element on mouse hover or keyboard focus.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"@atlaskit/popper": "^7.1.0",
|
|
41
41
|
"@atlaskit/portal": "^5.2.0",
|
|
42
42
|
"@atlaskit/theme": "^21.0.0",
|
|
43
|
-
"@atlaskit/tokens": "^
|
|
43
|
+
"@atlaskit/tokens": "^11.0.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@compiled/react": "^0.18.6",
|
|
46
46
|
"bind-event-listener": "^3.0.0"
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"@af/visual-regression": "workspace:^",
|
|
57
57
|
"@atlaskit/button": "^23.9.0",
|
|
58
58
|
"@atlaskit/css": "^0.19.0",
|
|
59
|
-
"@atlaskit/docs": "^11.
|
|
60
|
-
"@atlaskit/icon": "^
|
|
59
|
+
"@atlaskit/docs": "^11.4.0",
|
|
60
|
+
"@atlaskit/icon": "^31.0.0",
|
|
61
61
|
"@atlaskit/link": "^3.3.0",
|
|
62
|
-
"@atlaskit/primitives": "^
|
|
62
|
+
"@atlaskit/primitives": "^18.0.0",
|
|
63
63
|
"@atlaskit/section-message": "^8.12.0",
|
|
64
64
|
"@atlassian/feature-flags-test-utils": "^1.0.0",
|
|
65
65
|
"@atlassian/ssr-tests": "workspace:^",
|
|
@@ -100,9 +100,6 @@
|
|
|
100
100
|
"platform-component-visual-refresh": {
|
|
101
101
|
"type": "boolean",
|
|
102
102
|
"referenceOnly": true
|
|
103
|
-
},
|
|
104
|
-
"should-render-to-parent-should-be-true-design-syst": {
|
|
105
|
-
"type": "boolean"
|
|
106
103
|
}
|
|
107
104
|
}
|
|
108
105
|
}
|