@atlaskit/reactions 33.3.3 → 33.4.0

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,19 @@
1
1
  # @atlaskit/reactions
2
2
 
3
+ ## 33.4.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`8c47e99583a3e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/8c47e99583a3e) -
8
+ [ux] Hoverable summary view not compatible with introduced FG, this removes the logic
9
+ conditionally
10
+
11
+ ## 33.3.4
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+
3
17
  ## 33.3.3
4
18
 
5
19
  ### 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.3.2";
14
+ var packageVersion = "0.0.0-development";
15
15
  /**
16
16
  * TODO: move to utility package?
17
17
  * A random sampling function
@@ -250,6 +250,6 @@ var ReactionSummaryView = exports.ReactionSummaryView = function ReactionSummary
250
250
  summaryViewParticleEffectEmojiId: summaryViewParticleEffectEmojiId
251
251
  }));
252
252
  },
253
- shouldRenderToParent: (0, _platformFeatureFlags.fg)('should-render-to-parent-should-be-true-editor-coll')
253
+ shouldRenderToParent: !hoverableSummaryView && (0, _platformFeatureFlags.fg)('should-render-to-parent-should-be-true-editor-coll')
254
254
  });
255
255
  };
@@ -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.3.2";
4
+ const packageVersion = "0.0.0-development";
5
5
  /**
6
6
  * TODO: move to utility package?
7
7
  * A random sampling function
@@ -212,6 +212,6 @@ export const ReactionSummaryView = ({
212
212
  summaryButtonIconAfter: summaryButtonIconAfter,
213
213
  summaryViewParticleEffectEmojiId: summaryViewParticleEffectEmojiId
214
214
  })),
215
- shouldRenderToParent: fg('should-render-to-parent-should-be-true-editor-coll')
215
+ shouldRenderToParent: !hoverableSummaryView && fg('should-render-to-parent-should-be-true-editor-coll')
216
216
  });
217
217
  };
@@ -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.3.2";
7
+ var packageVersion = "0.0.0-development";
8
8
  /**
9
9
  * TODO: move to utility package?
10
10
  * A random sampling function
@@ -241,6 +241,6 @@ export var ReactionSummaryView = function ReactionSummaryView(_ref) {
241
241
  summaryViewParticleEffectEmojiId: summaryViewParticleEffectEmojiId
242
242
  }));
243
243
  },
244
- shouldRenderToParent: fg('should-render-to-parent-should-be-true-editor-coll')
244
+ shouldRenderToParent: !hoverableSummaryView && fg('should-render-to-parent-should-be-true-editor-coll')
245
245
  });
246
246
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "33.3.3",
3
+ "version": "33.4.0",
4
4
  "description": "Reactions component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -49,13 +49,13 @@
49
49
  "@atlaskit/popper": "^7.1.0",
50
50
  "@atlaskit/popup": "^4.4.0",
51
51
  "@atlaskit/portal": "^5.1.0",
52
- "@atlaskit/primitives": "^15.0.0",
52
+ "@atlaskit/primitives": "^16.0.0",
53
53
  "@atlaskit/react-ufo": "^4.12.0",
54
54
  "@atlaskit/spinner": "^19.0.0",
55
55
  "@atlaskit/tabs": "^18.2.0",
56
56
  "@atlaskit/theme": "^21.0.0",
57
57
  "@atlaskit/tokens": "^7.0.0",
58
- "@atlaskit/tooltip": "^20.5.0",
58
+ "@atlaskit/tooltip": "^20.6.0",
59
59
  "@atlaskit/ufo": "^0.4.0",
60
60
  "@atlaskit/util-service-support": "^6.3.0",
61
61
  "@babel/runtime": "^7.0.0",