@atlaskit/reactions 36.2.2 → 36.2.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 +12 -0
- package/dist/cjs/analytics/index.js +1 -1
- package/dist/cjs/components/EmojiButton.js +2 -2
- package/dist/es2019/analytics/index.js +1 -1
- package/dist/es2019/components/EmojiButton.js +1 -1
- package/dist/esm/analytics/index.js +1 -1
- package/dist/esm/components/EmojiButton.js +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
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; } // eslint-disable-next-line @typescript-eslint/consistent-type-imports
|
|
13
13
|
var packageName = "@atlaskit/reactions";
|
|
14
|
-
var packageVersion = "36.2.
|
|
14
|
+
var packageVersion = "36.2.3";
|
|
15
15
|
/**
|
|
16
16
|
* TODO: move to utility package?
|
|
17
17
|
* A random sampling function
|
|
@@ -13,7 +13,7 @@ var _runtime = require("@compiled/react/runtime");
|
|
|
13
13
|
var _reactIntl = require("react-intl");
|
|
14
14
|
var _emoji = require("@atlaskit/emoji");
|
|
15
15
|
var _featureGates = _interopRequireDefault(require("@atlaskit/feature-gate-js-client/feature-gates"));
|
|
16
|
-
var
|
|
16
|
+
var _fg = require("@atlaskit/platform-feature-flags/fg");
|
|
17
17
|
var _i18n = require("../shared/i18n");
|
|
18
18
|
var _utils = require("../shared/utils");
|
|
19
19
|
var _constants = require("../shared/constants");
|
|
@@ -70,6 +70,6 @@ var EmojiButton = exports.EmojiButton = function EmojiButton(_ref) {
|
|
|
70
70
|
"aria-label": intl.formatMessage(_i18n.messages.reactWithEmoji, {
|
|
71
71
|
emoji: emojiId.shortName
|
|
72
72
|
}),
|
|
73
|
-
xcss: hoverableReactionPickerSelectorEmoji ? (0,
|
|
73
|
+
xcss: hoverableReactionPickerSelectorEmoji ? (0, _fg.fg)('platform-dst-motion-uplift-custom-button') ? styles.hoverableReactionPickerSelectorEmojiButtonMotion : styles.hoverableReactionPickerSelectorEmojiButton : styles.emojiButton
|
|
74
74
|
}, _featureGates.default.getExperimentValue('platform_teamoji_26_refresh_emoji_picker', 'isEnabled', false) ? reservedEmoji : emoji);
|
|
75
75
|
};
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import createAndFireEvent from '@atlaskit/analytics-next/createAndFireEvents';
|
|
3
3
|
import { UI_EVENT_TYPE, OPERATIONAL_EVENT_TYPE } from '@atlaskit/analytics-gas-types';
|
|
4
4
|
const packageName = "@atlaskit/reactions";
|
|
5
|
-
const packageVersion = "36.2.
|
|
5
|
+
const packageVersion = "36.2.3";
|
|
6
6
|
/**
|
|
7
7
|
* TODO: move to utility package?
|
|
8
8
|
* A random sampling function
|
|
@@ -5,7 +5,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
5
5
|
import { useIntl } from 'react-intl';
|
|
6
6
|
import { defaultEmojiHeight, ResourcedEmoji } from '@atlaskit/emoji';
|
|
7
7
|
import FeatureGates from '@atlaskit/feature-gate-js-client/feature-gates';
|
|
8
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
|
+
import { fg } from '@atlaskit/platform-feature-flags/fg';
|
|
9
9
|
import { messages } from '../shared/i18n';
|
|
10
10
|
import { isLeftClick } from '../shared/utils';
|
|
11
11
|
import { RESOURCED_EMOJI_COMPACT_HEIGHT } from '../shared/constants';
|
|
@@ -5,7 +5,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
|
|
|
5
5
|
import createAndFireEvent from '@atlaskit/analytics-next/createAndFireEvents';
|
|
6
6
|
import { UI_EVENT_TYPE, OPERATIONAL_EVENT_TYPE } from '@atlaskit/analytics-gas-types';
|
|
7
7
|
var packageName = "@atlaskit/reactions";
|
|
8
|
-
var packageVersion = "36.2.
|
|
8
|
+
var packageVersion = "36.2.3";
|
|
9
9
|
/**
|
|
10
10
|
* TODO: move to utility package?
|
|
11
11
|
* A random sampling function
|
|
@@ -5,7 +5,7 @@ import { ax, ix } from "@compiled/react/runtime";
|
|
|
5
5
|
import { useIntl } from 'react-intl';
|
|
6
6
|
import { defaultEmojiHeight, ResourcedEmoji } from '@atlaskit/emoji';
|
|
7
7
|
import FeatureGates from '@atlaskit/feature-gate-js-client/feature-gates';
|
|
8
|
-
import { fg } from '@atlaskit/platform-feature-flags';
|
|
8
|
+
import { fg } from '@atlaskit/platform-feature-flags/fg';
|
|
9
9
|
import { messages } from '../shared/i18n';
|
|
10
10
|
import { isLeftClick } from '../shared/utils';
|
|
11
11
|
import { RESOURCED_EMOJI_COMPACT_HEIGHT } from '../shared/constants';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/reactions",
|
|
3
|
-
"version": "36.2.
|
|
3
|
+
"version": "36.2.4",
|
|
4
4
|
"description": "Reactions component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@atlaskit/analytics-gas-types": "^6.2.0",
|
|
35
35
|
"@atlaskit/analytics-namespaced-context": "^8.2.0",
|
|
36
36
|
"@atlaskit/analytics-next": "^12.5.0",
|
|
37
|
-
"@atlaskit/avatar": "^
|
|
37
|
+
"@atlaskit/avatar": "^28.0.0",
|
|
38
38
|
"@atlaskit/button": "^25.3.0",
|
|
39
39
|
"@atlaskit/css": "^1.1.0",
|
|
40
40
|
"@atlaskit/emoji": "^72.2.0",
|
|
@@ -51,11 +51,11 @@
|
|
|
51
51
|
"@atlaskit/portal": "^6.4.0",
|
|
52
52
|
"@atlaskit/primitives": "^22.5.0",
|
|
53
53
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
54
|
-
"@atlaskit/react-ufo": "^7.
|
|
54
|
+
"@atlaskit/react-ufo": "^7.8.0",
|
|
55
55
|
"@atlaskit/spinner": "^20.4.0",
|
|
56
56
|
"@atlaskit/tabs": "^21.2.0",
|
|
57
57
|
"@atlaskit/theme": "^28.2.0",
|
|
58
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
58
|
+
"@atlaskit/tmp-editor-statsig": "^174.0.0",
|
|
59
59
|
"@atlaskit/tokens": "^16.11.0",
|
|
60
60
|
"@atlaskit/tooltip": "^24.3.0",
|
|
61
61
|
"@atlaskit/ufo": "^1.2.0",
|