@atlaskit/reactions 33.8.20 → 33.8.21

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
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/reactions
2
2
 
3
+ ## 33.8.21
4
+
5
+ ### Patch Changes
6
+
7
+ - [`1973bfd3d96db`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/1973bfd3d96db) -
8
+ Feature gate cleanup
9
+ - Updated dependencies
10
+
3
11
  ## 33.8.20
4
12
 
5
13
  ### Patch Changes
@@ -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 = "33.8.19";
14
+ var packageVersion = "33.8.20";
15
15
  /**
16
16
  * TODO: move to utility package?
17
17
  * A random sampling function
@@ -1,8 +1,5 @@
1
1
 
2
- ._qtt8glyw{list-style:none}
3
- ._18zrze3t{padding-inline:var(--ds-space-0,0)}
4
- ._195gze3t{margin-inline:var(--ds-space-0,0)}
5
- ._1rjcze3t{padding-block:var(--ds-space-0,0)}._18u0idpf{margin-left:0}
2
+ ._qtt8glyw{list-style:none}._18u0idpf{margin-left:0}
6
3
  ._19bvidpf{padding-left:0}
7
4
  ._19pkidpf{margin-top:0}
8
5
  ._1e0c1o8l{display:inline-block}
@@ -14,7 +11,6 @@
14
11
  ._1pfhr5cr{margin-block-start:var(--ds-space-negative-050,-4px)}
15
12
  ._2hwxidpf{margin-right:0}
16
13
  ._4cvr1h6o{align-items:center}
17
- ._6rthze3t{margin-block-end:var(--ds-space-0,0)}
18
14
  ._ca0qidpf{padding-top:0}
19
15
  ._kqswh2mm{position:relative}
20
16
  ._kqswpfqs{position:static}
@@ -19,7 +19,6 @@ var _analyticsNext = require("@atlaskit/analytics-next");
19
19
  var _modalDialog = require("@atlaskit/modal-dialog");
20
20
  var _segment = _interopRequireDefault(require("@atlaskit/react-ufo/segment"));
21
21
  var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
22
- var _compiled = require("@atlaskit/primitives/compiled");
23
22
  var _analytics = require("../analytics");
24
23
  var _constants = require("../shared/constants");
25
24
  var _i18n = require("../shared/i18n");
@@ -35,9 +34,6 @@ var noFlexWrapStyles = null;
35
34
  var noContainerPositionStyles = null;
36
35
  var reactionPickerStyle = null;
37
36
  var listContainerStyles = null;
38
- var pickerListItemStyles = {
39
- picker: "_195gze3t _18zrze3t _1rjcze3t _1e0c1o8l _1pfh1b66 _6rthze3t"
40
- };
41
37
 
42
38
  /**
43
39
  * Set of all available UFO experiences relating to Reactions Dialog
@@ -307,9 +303,6 @@ var Reactions = exports.Reactions = /*#__PURE__*/_react.default.memo(function (_
307
303
  return reaction.count >= 5;
308
304
  });
309
305
  var shouldShowPicker = !isViewOnly && !(!onlyRenderPicker && shouldShowSummaryView && allowSelectFromSummaryView);
310
- var semanticListEnabled = (0, _platformFeatureFlags.fg)('jfp_a11y_team_comment_actions_semantic');
311
- var addReactionButtonAsListItem = (0, _platformFeatureFlags.fg)('platform-a11y-add-reactions-button-ul-item');
312
- var pickerInsideList = semanticListEnabled && addReactionButtonAsListItem && shouldShowPicker;
313
306
  var sortedReactions = (0, _react.useMemo)(function () {
314
307
  return (0, _toConsumableArray2.default)(memorizedReactions).sort(function (a, b) {
315
308
  return (b === null || b === void 0 ? void 0 : b.count) - (a === null || a === void 0 ? void 0 : a.count);
@@ -397,32 +390,7 @@ var Reactions = exports.Reactions = /*#__PURE__*/_react.default.memo(function (_
397
390
  isViewOnly: isViewOnly,
398
391
  showSubtleStyle: showSubtleDefaultReactions && reactions.length === 0
399
392
  });
400
- }), pickerInsideList && /*#__PURE__*/_react.default.createElement(_compiled.Box, {
401
- as: "li",
402
- xcss: pickerListItemStyles.picker
403
- }, /*#__PURE__*/_react.default.createElement(_ReactionPicker.ReactionPicker, {
404
- emojiProvider: emojiProvider,
405
- allowAllEmojis: allowAllEmojis,
406
- pickerQuickReactionEmojiIds: pickerQuickReactionEmojiIds,
407
- disabled: status !== _types.ReactionStatus.ready,
408
- onSelection: handleOnSelection,
409
- onOpen: handlePickerOpen,
410
- onCancel: handleOnCancel,
411
- onShowMore: handleOnMore,
412
- tooltipContent: hoverableSummaryView ? null : getTooltip(status, errorMessage, reactionPickerTriggerTooltipContent),
413
- emojiPickerSize: emojiPickerSize,
414
- miniMode: miniMode,
415
- showOpaqueBackground: showOpaqueBackground,
416
- showAddReactionText: showAddReactionText,
417
- subtleReactionsSummaryAndPicker: subtleReactionsSummaryAndPicker,
418
- reactionPickerTriggerIcon: reactionPickerTriggerIcon,
419
- reactionPickerTriggerText: reactionPickerTriggerText,
420
- isListItem: isListItem,
421
- hoverableReactionPicker: hoverableSummaryView,
422
- hoverableReactionPickerDelay: hoverableSummaryView ? 300 : 0,
423
- reactionPickerPlacement: reactionPickerPlacement,
424
- reactionPickerPopperZIndex: reactionPickerPopperZIndex
425
- }))) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, memorizedReactions.map(function (reaction) {
393
+ })) : /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, memorizedReactions.map(function (reaction) {
426
394
  return /*#__PURE__*/_react.default.createElement(_Reaction.Reaction, {
427
395
  key: reaction.emojiId,
428
396
  reaction: reaction,
@@ -438,7 +406,7 @@ var Reactions = exports.Reactions = /*#__PURE__*/_react.default.memo(function (_
438
406
  isViewOnly: isViewOnly,
439
407
  showSubtleStyle: showSubtleDefaultReactions && reactions.length === 0
440
408
  });
441
- }))), shouldShowPicker && !pickerInsideList && /*#__PURE__*/_react.default.createElement(_ReactionPicker.ReactionPicker, {
409
+ }))), shouldShowPicker && /*#__PURE__*/_react.default.createElement(_ReactionPicker.ReactionPicker, {
442
410
  emojiProvider: emojiProvider,
443
411
  allowAllEmojis: allowAllEmojis,
444
412
  pickerQuickReactionEmojiIds: pickerQuickReactionEmojiIds,
@@ -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 = "33.8.19";
4
+ const packageVersion = "33.8.20";
5
5
  /**
6
6
  * TODO: move to utility package?
7
7
  * A random sampling function
@@ -1,8 +1,5 @@
1
1
 
2
- ._qtt8glyw{list-style:none}
3
- ._18zrze3t{padding-inline:var(--ds-space-0,0)}
4
- ._195gze3t{margin-inline:var(--ds-space-0,0)}
5
- ._1rjcze3t{padding-block:var(--ds-space-0,0)}._18u0idpf{margin-left:0}
2
+ ._qtt8glyw{list-style:none}._18u0idpf{margin-left:0}
6
3
  ._19bvidpf{padding-left:0}
7
4
  ._19pkidpf{margin-top:0}
8
5
  ._1e0c1o8l{display:inline-block}
@@ -14,7 +11,6 @@
14
11
  ._1pfhr5cr{margin-block-start:var(--ds-space-negative-050,-4px)}
15
12
  ._2hwxidpf{margin-right:0}
16
13
  ._4cvr1h6o{align-items:center}
17
- ._6rthze3t{margin-block-end:var(--ds-space-0,0)}
18
14
  ._ca0qidpf{padding-top:0}
19
15
  ._kqswh2mm{position:relative}
20
16
  ._kqswpfqs{position:static}
@@ -7,7 +7,6 @@ import { useAnalyticsEvents } from '@atlaskit/analytics-next';
7
7
  import { ModalTransition } from '@atlaskit/modal-dialog';
8
8
  import UFOSegment from '@atlaskit/react-ufo/segment';
9
9
  import { fg } from '@atlaskit/platform-feature-flags';
10
- import { Box } from '@atlaskit/primitives/compiled';
11
10
  import { createAndFireSafe, createPickerButtonClickedEvent, createPickerCancelledEvent, createPickerMoreClickedEvent, createReactionsRenderedEvent, createReactionSelectionEvent, isSampled } from '../analytics';
12
11
  import { SAMPLING_RATE_REACTIONS_RENDERED_EXP } from '../shared/constants';
13
12
  import { messages } from '../shared/i18n';
@@ -22,9 +21,6 @@ const noFlexWrapStyles = null;
22
21
  const noContainerPositionStyles = null;
23
22
  const reactionPickerStyle = null;
24
23
  const listContainerStyles = null;
25
- const pickerListItemStyles = {
26
- picker: "_195gze3t _18zrze3t _1rjcze3t _1e0c1o8l _1pfh1b66 _6rthze3t"
27
- };
28
24
 
29
25
  /**
30
26
  * Set of all available UFO experiences relating to Reactions Dialog
@@ -257,9 +253,6 @@ export const Reactions = /*#__PURE__*/React.memo(({
257
253
  // criteria to show Reactions Dialog
258
254
  const hasEmojiWithFivePlusReactions = reactions.some(reaction => reaction.count >= 5);
259
255
  const shouldShowPicker = !isViewOnly && !(!onlyRenderPicker && shouldShowSummaryView && allowSelectFromSummaryView);
260
- const semanticListEnabled = fg('jfp_a11y_team_comment_actions_semantic');
261
- const addReactionButtonAsListItem = fg('platform-a11y-add-reactions-button-ul-item');
262
- const pickerInsideList = semanticListEnabled && addReactionButtonAsListItem && shouldShowPicker;
263
256
  const sortedReactions = useMemo(() => {
264
257
  return [...memorizedReactions].sort((a, b) => (b === null || b === void 0 ? void 0 : b.count) - (a === null || a === void 0 ? void 0 : a.count));
265
258
  }, [memorizedReactions]);
@@ -339,31 +332,6 @@ export const Reactions = /*#__PURE__*/React.memo(({
339
332
  handleOpenReactionsDialog: handleOpenReactionsDialog,
340
333
  isViewOnly: isViewOnly,
341
334
  showSubtleStyle: showSubtleDefaultReactions && reactions.length === 0
342
- })), pickerInsideList && /*#__PURE__*/React.createElement(Box, {
343
- as: "li",
344
- xcss: pickerListItemStyles.picker
345
- }, /*#__PURE__*/React.createElement(ReactionPicker, {
346
- emojiProvider: emojiProvider,
347
- allowAllEmojis: allowAllEmojis,
348
- pickerQuickReactionEmojiIds: pickerQuickReactionEmojiIds,
349
- disabled: status !== ReactionStatus.ready,
350
- onSelection: handleOnSelection,
351
- onOpen: handlePickerOpen,
352
- onCancel: handleOnCancel,
353
- onShowMore: handleOnMore,
354
- tooltipContent: hoverableSummaryView ? null : getTooltip(status, errorMessage, reactionPickerTriggerTooltipContent),
355
- emojiPickerSize: emojiPickerSize,
356
- miniMode: miniMode,
357
- showOpaqueBackground: showOpaqueBackground,
358
- showAddReactionText: showAddReactionText,
359
- subtleReactionsSummaryAndPicker: subtleReactionsSummaryAndPicker,
360
- reactionPickerTriggerIcon: reactionPickerTriggerIcon,
361
- reactionPickerTriggerText: reactionPickerTriggerText,
362
- isListItem: isListItem,
363
- hoverableReactionPicker: hoverableSummaryView,
364
- hoverableReactionPickerDelay: hoverableSummaryView ? 300 : 0,
365
- reactionPickerPlacement: reactionPickerPlacement,
366
- reactionPickerPopperZIndex: reactionPickerPopperZIndex
367
335
  }))) : /*#__PURE__*/React.createElement(React.Fragment, null, memorizedReactions.map(reaction => /*#__PURE__*/React.createElement(Reaction, {
368
336
  key: reaction.emojiId,
369
337
  reaction: reaction,
@@ -378,7 +346,7 @@ export const Reactions = /*#__PURE__*/React.memo(({
378
346
  handleOpenReactionsDialog: handleOpenReactionsDialog,
379
347
  isViewOnly: isViewOnly,
380
348
  showSubtleStyle: showSubtleDefaultReactions && reactions.length === 0
381
- })))), shouldShowPicker && !pickerInsideList && /*#__PURE__*/React.createElement(ReactionPicker, {
349
+ })))), shouldShowPicker && /*#__PURE__*/React.createElement(ReactionPicker, {
382
350
  emojiProvider: emojiProvider,
383
351
  allowAllEmojis: allowAllEmojis,
384
352
  pickerQuickReactionEmojiIds: pickerQuickReactionEmojiIds,
@@ -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 = "33.8.19";
7
+ var packageVersion = "33.8.20";
8
8
  /**
9
9
  * TODO: move to utility package?
10
10
  * A random sampling function
@@ -1,8 +1,5 @@
1
1
 
2
- ._qtt8glyw{list-style:none}
3
- ._18zrze3t{padding-inline:var(--ds-space-0,0)}
4
- ._195gze3t{margin-inline:var(--ds-space-0,0)}
5
- ._1rjcze3t{padding-block:var(--ds-space-0,0)}._18u0idpf{margin-left:0}
2
+ ._qtt8glyw{list-style:none}._18u0idpf{margin-left:0}
6
3
  ._19bvidpf{padding-left:0}
7
4
  ._19pkidpf{margin-top:0}
8
5
  ._1e0c1o8l{display:inline-block}
@@ -14,7 +11,6 @@
14
11
  ._1pfhr5cr{margin-block-start:var(--ds-space-negative-050,-4px)}
15
12
  ._2hwxidpf{margin-right:0}
16
13
  ._4cvr1h6o{align-items:center}
17
- ._6rthze3t{margin-block-end:var(--ds-space-0,0)}
18
14
  ._ca0qidpf{padding-top:0}
19
15
  ._kqswh2mm{position:relative}
20
16
  ._kqswpfqs{position:static}
@@ -9,7 +9,6 @@ import { useAnalyticsEvents } from '@atlaskit/analytics-next';
9
9
  import { ModalTransition } from '@atlaskit/modal-dialog';
10
10
  import UFOSegment from '@atlaskit/react-ufo/segment';
11
11
  import { fg } from '@atlaskit/platform-feature-flags';
12
- import { Box } from '@atlaskit/primitives/compiled';
13
12
  import { createAndFireSafe, createPickerButtonClickedEvent, createPickerCancelledEvent, createPickerMoreClickedEvent, createReactionsRenderedEvent, createReactionSelectionEvent, isSampled } from '../analytics';
14
13
  import { SAMPLING_RATE_REACTIONS_RENDERED_EXP } from '../shared/constants';
15
14
  import { messages } from '../shared/i18n';
@@ -24,9 +23,6 @@ var noFlexWrapStyles = null;
24
23
  var noContainerPositionStyles = null;
25
24
  var reactionPickerStyle = null;
26
25
  var listContainerStyles = null;
27
- var pickerListItemStyles = {
28
- picker: "_195gze3t _18zrze3t _1rjcze3t _1e0c1o8l _1pfh1b66 _6rthze3t"
29
- };
30
26
 
31
27
  /**
32
28
  * Set of all available UFO experiences relating to Reactions Dialog
@@ -296,9 +292,6 @@ export var Reactions = /*#__PURE__*/React.memo(function (_ref) {
296
292
  return reaction.count >= 5;
297
293
  });
298
294
  var shouldShowPicker = !isViewOnly && !(!onlyRenderPicker && shouldShowSummaryView && allowSelectFromSummaryView);
299
- var semanticListEnabled = fg('jfp_a11y_team_comment_actions_semantic');
300
- var addReactionButtonAsListItem = fg('platform-a11y-add-reactions-button-ul-item');
301
- var pickerInsideList = semanticListEnabled && addReactionButtonAsListItem && shouldShowPicker;
302
295
  var sortedReactions = useMemo(function () {
303
296
  return _toConsumableArray(memorizedReactions).sort(function (a, b) {
304
297
  return (b === null || b === void 0 ? void 0 : b.count) - (a === null || a === void 0 ? void 0 : a.count);
@@ -386,32 +379,7 @@ export var Reactions = /*#__PURE__*/React.memo(function (_ref) {
386
379
  isViewOnly: isViewOnly,
387
380
  showSubtleStyle: showSubtleDefaultReactions && reactions.length === 0
388
381
  });
389
- }), pickerInsideList && /*#__PURE__*/React.createElement(Box, {
390
- as: "li",
391
- xcss: pickerListItemStyles.picker
392
- }, /*#__PURE__*/React.createElement(ReactionPicker, {
393
- emojiProvider: emojiProvider,
394
- allowAllEmojis: allowAllEmojis,
395
- pickerQuickReactionEmojiIds: pickerQuickReactionEmojiIds,
396
- disabled: status !== ReactionStatus.ready,
397
- onSelection: handleOnSelection,
398
- onOpen: handlePickerOpen,
399
- onCancel: handleOnCancel,
400
- onShowMore: handleOnMore,
401
- tooltipContent: hoverableSummaryView ? null : getTooltip(status, errorMessage, reactionPickerTriggerTooltipContent),
402
- emojiPickerSize: emojiPickerSize,
403
- miniMode: miniMode,
404
- showOpaqueBackground: showOpaqueBackground,
405
- showAddReactionText: showAddReactionText,
406
- subtleReactionsSummaryAndPicker: subtleReactionsSummaryAndPicker,
407
- reactionPickerTriggerIcon: reactionPickerTriggerIcon,
408
- reactionPickerTriggerText: reactionPickerTriggerText,
409
- isListItem: isListItem,
410
- hoverableReactionPicker: hoverableSummaryView,
411
- hoverableReactionPickerDelay: hoverableSummaryView ? 300 : 0,
412
- reactionPickerPlacement: reactionPickerPlacement,
413
- reactionPickerPopperZIndex: reactionPickerPopperZIndex
414
- }))) : /*#__PURE__*/React.createElement(React.Fragment, null, memorizedReactions.map(function (reaction) {
382
+ })) : /*#__PURE__*/React.createElement(React.Fragment, null, memorizedReactions.map(function (reaction) {
415
383
  return /*#__PURE__*/React.createElement(Reaction, {
416
384
  key: reaction.emojiId,
417
385
  reaction: reaction,
@@ -427,7 +395,7 @@ export var Reactions = /*#__PURE__*/React.memo(function (_ref) {
427
395
  isViewOnly: isViewOnly,
428
396
  showSubtleStyle: showSubtleDefaultReactions && reactions.length === 0
429
397
  });
430
- }))), shouldShowPicker && !pickerInsideList && /*#__PURE__*/React.createElement(ReactionPicker, {
398
+ }))), shouldShowPicker && /*#__PURE__*/React.createElement(ReactionPicker, {
431
399
  emojiProvider: emojiProvider,
432
400
  allowAllEmojis: allowAllEmojis,
433
401
  pickerQuickReactionEmojiIds: pickerQuickReactionEmojiIds,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "33.8.20",
3
+ "version": "33.8.21",
4
4
  "description": "Reactions component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -126,9 +126,6 @@
126
126
  "jfp_a11y_team_comment_actions_semantic": {
127
127
  "type": "boolean"
128
128
  },
129
- "platform-a11y-add-reactions-button-ul-item": {
130
- "type": "boolean"
131
- },
132
129
  "platform_suppression_removal_fix_reactions": {
133
130
  "type": "boolean"
134
131
  }