@atlaskit/tooltip 18.1.1 → 18.1.3
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 +12 -0
- package/Tooltip/package.json +1 -1
- package/TooltipContainer/package.json +1 -1
- package/TooltipPrimitive/package.json +1 -1
- package/dist/cjs/Tooltip.js +3 -3
- package/dist/es2019/Tooltip.js +1 -1
- package/dist/esm/Tooltip.js +1 -1
- package/dist/types/types.d.ts +7 -7
- package/dist/types-ts4.5/types.d.ts +7 -7
- package/package.json +6 -6
- package/types/package.json +1 -1
- package/utilities/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @atlaskit/tooltip
|
|
2
2
|
|
|
3
|
+
## 18.1.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#83116](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83116) [`8d4e99057fe0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/8d4e99057fe0) - Upgrade Typescript from `4.9.5` to `5.4.2`
|
|
8
|
+
|
|
9
|
+
## 18.1.2
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#75714](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/75714) [`33f4a64132a3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/33f4a64132a3) - Remove duplicate accessible labels on Icon buttons, which were unnecessarily added through the `aria-label` attribute.
|
|
14
|
+
|
|
3
15
|
## 18.1.1
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|
package/Tooltip/package.json
CHANGED
package/dist/cjs/Tooltip.js
CHANGED
|
@@ -24,15 +24,15 @@ var _tooltipManager = require("./internal/tooltip-manager");
|
|
|
24
24
|
var _useUniqueId = _interopRequireDefault(require("./internal/use-unique-id"));
|
|
25
25
|
var _TooltipContainer = _interopRequireDefault(require("./TooltipContainer"));
|
|
26
26
|
var _utilities = require("./utilities");
|
|
27
|
-
function _getRequireWildcardCache(
|
|
28
|
-
function _interopRequireWildcard(
|
|
27
|
+
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
28
|
+
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
29
29
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
30
30
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
31
31
|
var tooltipZIndex = _constants.layers.tooltip();
|
|
32
32
|
var analyticsAttributes = {
|
|
33
33
|
componentName: 'tooltip',
|
|
34
34
|
packageName: "@atlaskit/tooltip",
|
|
35
|
-
packageVersion: "18.1.
|
|
35
|
+
packageVersion: "18.1.3"
|
|
36
36
|
};
|
|
37
37
|
|
|
38
38
|
// Inverts motion direction
|
package/dist/es2019/Tooltip.js
CHANGED
package/dist/esm/Tooltip.js
CHANGED
package/dist/types/types.d.ts
CHANGED
|
@@ -28,7 +28,7 @@ export interface TooltipProps {
|
|
|
28
28
|
update?: () => void;
|
|
29
29
|
}) => ReactNode);
|
|
30
30
|
/**
|
|
31
|
-
* Extend `TooltipPrimitive` to create your own tooltip and pass it as component
|
|
31
|
+
* Extend `TooltipPrimitive` to create your own tooltip and pass it as component.
|
|
32
32
|
*/
|
|
33
33
|
component?: ComponentType<TooltipPrimitiveProps>;
|
|
34
34
|
/**
|
|
@@ -38,13 +38,13 @@ export interface TooltipProps {
|
|
|
38
38
|
/**
|
|
39
39
|
* Hide the tooltip when the click event is triggered. This should be
|
|
40
40
|
* used when tooltip should be hidden if `onClick` react synthetic event
|
|
41
|
-
* is triggered, which happens after `onMouseDown` event
|
|
41
|
+
* is triggered, which happens after `onMouseDown` event.
|
|
42
42
|
*/
|
|
43
43
|
hideTooltipOnClick?: boolean;
|
|
44
44
|
/**
|
|
45
45
|
* Hide the tooltip when the mousedown event is triggered. This should be
|
|
46
46
|
* used when tooltip should be hidden if `onMouseDown` react synthetic event
|
|
47
|
-
* is triggered, which happens before `onClick` event
|
|
47
|
+
* is triggered, which happens before `onClick` event.
|
|
48
48
|
*/
|
|
49
49
|
hideTooltipOnMouseDown?: boolean;
|
|
50
50
|
/**
|
|
@@ -72,13 +72,13 @@ export interface TooltipProps {
|
|
|
72
72
|
/**
|
|
73
73
|
* Replace the wrapping element. This accepts the name of a html tag which will
|
|
74
74
|
* be used to wrap the element.
|
|
75
|
-
* If you provide a component it needs to support a ref prop which is used by popper for positioning
|
|
75
|
+
* If you provide a component it needs to support a ref prop which is used by popper for positioning.
|
|
76
76
|
*/
|
|
77
77
|
tag?: keyof JSX.IntrinsicElements | React.ComponentType<React.AllHTMLAttributes<HTMLElement> & {
|
|
78
78
|
ref: React.Ref<HTMLElement>;
|
|
79
79
|
}>;
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
81
|
+
* Used to show only one line of text, and truncate when too long. Avoid this wherever possible, as any important information that is truncated will be visually hidden to the person reading the tooltip.
|
|
82
82
|
*/
|
|
83
83
|
truncate?: boolean;
|
|
84
84
|
/**
|
|
@@ -91,9 +91,9 @@ export interface TooltipProps {
|
|
|
91
91
|
/**
|
|
92
92
|
* A `testId` prop is provided for specified elements, which is a unique
|
|
93
93
|
* string that appears as a data attribute `data-testid` in the rendered code,
|
|
94
|
-
* serving as a hook for automated tests */
|
|
94
|
+
* serving as a hook for automated tests. */
|
|
95
95
|
testId?: string;
|
|
96
|
-
/** Analytics context metadata */
|
|
96
|
+
/** Analytics context metadata. */
|
|
97
97
|
analyticsContext?: Record<string, any>;
|
|
98
98
|
/**
|
|
99
99
|
* Used to define the strategy of popper.
|
|
@@ -28,7 +28,7 @@ export interface TooltipProps {
|
|
|
28
28
|
update?: () => void;
|
|
29
29
|
}) => ReactNode);
|
|
30
30
|
/**
|
|
31
|
-
* Extend `TooltipPrimitive` to create your own tooltip and pass it as component
|
|
31
|
+
* Extend `TooltipPrimitive` to create your own tooltip and pass it as component.
|
|
32
32
|
*/
|
|
33
33
|
component?: ComponentType<TooltipPrimitiveProps>;
|
|
34
34
|
/**
|
|
@@ -38,13 +38,13 @@ export interface TooltipProps {
|
|
|
38
38
|
/**
|
|
39
39
|
* Hide the tooltip when the click event is triggered. This should be
|
|
40
40
|
* used when tooltip should be hidden if `onClick` react synthetic event
|
|
41
|
-
* is triggered, which happens after `onMouseDown` event
|
|
41
|
+
* is triggered, which happens after `onMouseDown` event.
|
|
42
42
|
*/
|
|
43
43
|
hideTooltipOnClick?: boolean;
|
|
44
44
|
/**
|
|
45
45
|
* Hide the tooltip when the mousedown event is triggered. This should be
|
|
46
46
|
* used when tooltip should be hidden if `onMouseDown` react synthetic event
|
|
47
|
-
* is triggered, which happens before `onClick` event
|
|
47
|
+
* is triggered, which happens before `onClick` event.
|
|
48
48
|
*/
|
|
49
49
|
hideTooltipOnMouseDown?: boolean;
|
|
50
50
|
/**
|
|
@@ -72,13 +72,13 @@ export interface TooltipProps {
|
|
|
72
72
|
/**
|
|
73
73
|
* Replace the wrapping element. This accepts the name of a html tag which will
|
|
74
74
|
* be used to wrap the element.
|
|
75
|
-
* If you provide a component it needs to support a ref prop which is used by popper for positioning
|
|
75
|
+
* If you provide a component it needs to support a ref prop which is used by popper for positioning.
|
|
76
76
|
*/
|
|
77
77
|
tag?: keyof JSX.IntrinsicElements | React.ComponentType<React.AllHTMLAttributes<HTMLElement> & {
|
|
78
78
|
ref: React.Ref<HTMLElement>;
|
|
79
79
|
}>;
|
|
80
80
|
/**
|
|
81
|
-
*
|
|
81
|
+
* Used to show only one line of text, and truncate when too long. Avoid this wherever possible, as any important information that is truncated will be visually hidden to the person reading the tooltip.
|
|
82
82
|
*/
|
|
83
83
|
truncate?: boolean;
|
|
84
84
|
/**
|
|
@@ -91,9 +91,9 @@ export interface TooltipProps {
|
|
|
91
91
|
/**
|
|
92
92
|
* A `testId` prop is provided for specified elements, which is a unique
|
|
93
93
|
* string that appears as a data attribute `data-testid` in the rendered code,
|
|
94
|
-
* serving as a hook for automated tests */
|
|
94
|
+
* serving as a hook for automated tests. */
|
|
95
95
|
testId?: string;
|
|
96
|
-
/** Analytics context metadata */
|
|
96
|
+
/** Analytics context metadata. */
|
|
97
97
|
analyticsContext?: Record<string, any>;
|
|
98
98
|
/**
|
|
99
99
|
* Used to define the strategy of popper.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/tooltip",
|
|
3
|
-
"version": "18.1.
|
|
3
|
+
"version": "18.1.3",
|
|
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/"
|
|
@@ -42,13 +42,13 @@
|
|
|
42
42
|
"./utilities": "./src/utilities.ts"
|
|
43
43
|
},
|
|
44
44
|
"dependencies": {
|
|
45
|
-
"@atlaskit/analytics-next": "^9.
|
|
45
|
+
"@atlaskit/analytics-next": "^9.2.0",
|
|
46
46
|
"@atlaskit/ds-lib": "^2.2.0",
|
|
47
47
|
"@atlaskit/motion": "^1.5.0",
|
|
48
48
|
"@atlaskit/popper": "^5.5.0",
|
|
49
49
|
"@atlaskit/portal": "^4.4.0",
|
|
50
50
|
"@atlaskit/theme": "^12.6.0",
|
|
51
|
-
"@atlaskit/tokens": "^1.
|
|
51
|
+
"@atlaskit/tokens": "^1.42.0",
|
|
52
52
|
"@babel/runtime": "^7.0.0",
|
|
53
53
|
"@emotion/react": "^11.7.1",
|
|
54
54
|
"bind-event-listener": "^2.1.1",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"@af/accessibility-testing": "*",
|
|
63
|
-
"@atlaskit/button": "^17.
|
|
63
|
+
"@atlaskit/button": "^17.7.0",
|
|
64
64
|
"@atlaskit/ssr": "*",
|
|
65
65
|
"@atlaskit/visual-regression": "*",
|
|
66
66
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"react-dom": "^16.8.0",
|
|
73
73
|
"react-redux": "^5.1.2",
|
|
74
74
|
"storybook-addon-performance": "^0.16.0",
|
|
75
|
-
"typescript": "~4.
|
|
75
|
+
"typescript": "~5.4.2",
|
|
76
76
|
"wait-for-expect": "^1.2.0"
|
|
77
77
|
},
|
|
78
78
|
"keywords": [
|
|
@@ -101,4 +101,4 @@
|
|
|
101
101
|
},
|
|
102
102
|
"homepage": "https://atlassian.design/components/tooltip/",
|
|
103
103
|
"prettier": "@atlassian/atlassian-frontend-prettier-config-1.0.1"
|
|
104
|
-
}
|
|
104
|
+
}
|
package/types/package.json
CHANGED