@atlaskit/reactions 22.16.3 → 22.16.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 +6 -0
- package/afm-jira/tsconfig.json +3 -0
- package/dist/cjs/analytics/index.js +1 -1
- package/dist/cjs/components/ReactionPicker/ReactionPicker.js +3 -1
- package/dist/cjs/components/ReactionTooltip/ReactionTooltip.js +1 -1
- package/dist/es2019/analytics/index.js +1 -1
- package/dist/es2019/components/ReactionPicker/ReactionPicker.js +3 -1
- package/dist/es2019/components/ReactionTooltip/ReactionTooltip.js +1 -1
- package/dist/esm/analytics/index.js +1 -1
- package/dist/esm/components/ReactionPicker/ReactionPicker.js +3 -1
- package/dist/esm/components/ReactionTooltip/ReactionTooltip.js +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/afm-jira/tsconfig.json
CHANGED
|
@@ -11,7 +11,7 @@ var _analyticsGasTypes = require("@atlaskit/analytics-gas-types");
|
|
|
11
11
|
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; }
|
|
12
12
|
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; }
|
|
13
13
|
var packageName = "@atlaskit/reactions";
|
|
14
|
-
var packageVersion = "22.16.
|
|
14
|
+
var packageVersion = "22.16.4";
|
|
15
15
|
/**
|
|
16
16
|
* TODO: move to utility package?
|
|
17
17
|
* A random sampling function
|
|
@@ -293,7 +293,9 @@ var PopperWrapper = function PopperWrapper(props) {
|
|
|
293
293
|
}
|
|
294
294
|
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
295
295
|
,
|
|
296
|
-
css: _styles.popupWrapperStyle
|
|
296
|
+
css: _styles.popupWrapperStyle
|
|
297
|
+
// eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex
|
|
298
|
+
,
|
|
297
299
|
tabIndex: 0
|
|
298
300
|
}, (0, _react2.jsx)(_RepositionOnUpdate.RepositionOnUpdate, {
|
|
299
301
|
update: update,
|
|
@@ -43,7 +43,7 @@ var ReactionTooltip = exports.ReactionTooltip = function ReactionTooltip(_ref) {
|
|
|
43
43
|
* Render list of users in the tooltip box
|
|
44
44
|
*/
|
|
45
45
|
var content = !users || users.length === 0 || !isEnabled ? null :
|
|
46
|
-
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
46
|
+
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values, jsx-a11y/no-noninteractive-tabindex -- Ignored via go/DSP-18766
|
|
47
47
|
(0, _react2.jsx)("div", {
|
|
48
48
|
css: _styles.tooltipStyle,
|
|
49
49
|
tabIndex: 0
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { createAndFireEvent } from '@atlaskit/analytics-next';
|
|
2
2
|
import { UI_EVENT_TYPE, OPERATIONAL_EVENT_TYPE } from '@atlaskit/analytics-gas-types';
|
|
3
3
|
const packageName = "@atlaskit/reactions";
|
|
4
|
-
const packageVersion = "22.16.
|
|
4
|
+
const packageVersion = "22.16.4";
|
|
5
5
|
/**
|
|
6
6
|
* TODO: move to utility package?
|
|
7
7
|
* A random sampling function
|
|
@@ -269,7 +269,9 @@ const PopperWrapper = props => {
|
|
|
269
269
|
}
|
|
270
270
|
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
271
271
|
,
|
|
272
|
-
css: popupWrapperStyle
|
|
272
|
+
css: popupWrapperStyle
|
|
273
|
+
// eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex
|
|
274
|
+
,
|
|
273
275
|
tabIndex: 0
|
|
274
276
|
}, jsx(RepositionOnUpdate, {
|
|
275
277
|
update: update,
|
|
@@ -32,7 +32,7 @@ export const ReactionTooltip = ({
|
|
|
32
32
|
* Render list of users in the tooltip box
|
|
33
33
|
*/
|
|
34
34
|
const content = !users || users.length === 0 || !isEnabled ? null :
|
|
35
|
-
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
35
|
+
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values, jsx-a11y/no-noninteractive-tabindex -- Ignored via go/DSP-18766
|
|
36
36
|
jsx("div", {
|
|
37
37
|
css: tooltipStyle,
|
|
38
38
|
tabIndex: 0
|
|
@@ -4,7 +4,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
4
4
|
import { createAndFireEvent } from '@atlaskit/analytics-next';
|
|
5
5
|
import { UI_EVENT_TYPE, OPERATIONAL_EVENT_TYPE } from '@atlaskit/analytics-gas-types';
|
|
6
6
|
var packageName = "@atlaskit/reactions";
|
|
7
|
-
var packageVersion = "22.16.
|
|
7
|
+
var packageVersion = "22.16.4";
|
|
8
8
|
/**
|
|
9
9
|
* TODO: move to utility package?
|
|
10
10
|
* A random sampling function
|
|
@@ -286,7 +286,9 @@ var PopperWrapper = function PopperWrapper(props) {
|
|
|
286
286
|
}
|
|
287
287
|
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
288
288
|
,
|
|
289
|
-
css: popupWrapperStyle
|
|
289
|
+
css: popupWrapperStyle
|
|
290
|
+
// eslint-disable-next-line jsx-a11y/no-noninteractive-tabindex
|
|
291
|
+
,
|
|
290
292
|
tabIndex: 0
|
|
291
293
|
}, jsx(RepositionOnUpdate, {
|
|
292
294
|
update: update,
|
|
@@ -35,7 +35,7 @@ export var ReactionTooltip = function ReactionTooltip(_ref) {
|
|
|
35
35
|
* Render list of users in the tooltip box
|
|
36
36
|
*/
|
|
37
37
|
var content = !users || users.length === 0 || !isEnabled ? null :
|
|
38
|
-
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
38
|
+
// eslint-disable-next-line @atlaskit/design-system/consistent-css-prop-usage, @atlaskit/ui-styling-standard/no-imported-style-values, jsx-a11y/no-noninteractive-tabindex -- Ignored via go/DSP-18766
|
|
39
39
|
jsx("div", {
|
|
40
40
|
css: tooltipStyle,
|
|
41
41
|
tabIndex: 0
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/reactions",
|
|
3
|
-
"version": "22.16.
|
|
3
|
+
"version": "22.16.4",
|
|
4
4
|
"description": "Reactions component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -44,8 +44,8 @@
|
|
|
44
44
|
"@atlaskit/motion": "^1.9.0",
|
|
45
45
|
"@atlaskit/platform-feature-flags": "^0.3.0",
|
|
46
46
|
"@atlaskit/popper": "^6.3.0",
|
|
47
|
-
"@atlaskit/popup": "1.29.
|
|
48
|
-
"@atlaskit/primitives": "^13.
|
|
47
|
+
"@atlaskit/popup": "1.29.5",
|
|
48
|
+
"@atlaskit/primitives": "^13.3.0",
|
|
49
49
|
"@atlaskit/spinner": "^16.3.0",
|
|
50
50
|
"@atlaskit/tabs": "^16.5.0",
|
|
51
51
|
"@atlaskit/theme": "^14.0.0",
|