@atlaskit/reactions 34.0.4 → 34.0.5

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,12 @@
1
1
  # @atlaskit/reactions
2
2
 
3
+ ## 34.0.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`be08cb30f2af2`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/be08cb30f2af2) -
8
+ Fix reactions list view more link in wrong colour
9
+
3
10
  ## 34.0.4
4
11
 
5
12
  ### 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; } // eslint-disable-next-line @typescript-eslint/consistent-type-imports
13
13
  var packageName = "@atlaskit/reactions";
14
- var packageVersion = "34.0.3";
14
+ var packageVersion = "0.0.0-development";
15
15
  /**
16
16
  * TODO: move to utility package?
17
17
  * A random sampling function
@@ -23,6 +23,7 @@ var underlineStyle = null;
23
23
 
24
24
  // Resets native <button> chrome so it renders as inline text within the tooltip list.
25
25
  var footerButtonStyle = null;
26
+ var footerButtonColorStyle = null;
26
27
 
27
28
  /**
28
29
  * Test id for wrapper ReactionTooltip div
@@ -63,7 +64,7 @@ var ReactionTooltip = exports.ReactionTooltip = function ReactionTooltip(_ref) {
63
64
  onMouseDown: function onMouseDown(e) {
64
65
  return e.preventDefault();
65
66
  },
66
- className: (0, _runtime.ax)(["_19itglyw _11c8wadc _1reo15vq _18m915vq _bfhk1j28 _1e0c1ule _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _1bsb1osq _y3gn1e5h _1bto1l2s", "_4bfu1r31 _1hms8stv _ajmmnqa1 _80omtlke _irr31aqn _30l315cr"])
67
+ className: (0, _runtime.ax)(["_19itglyw _11c8wadc _1reo15vq _18m915vq _bfhk1j28 _1e0c1ule _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _1bsb1osq _y3gn1e5h _1bto1l2s", (0, _platformFeatureFlags.fg)('platform_reactions_view_more_styling_fix') && "_syaz15cr", "_4bfu1r31 _1hms8stv _ajmmnqa1 _80omtlke _irr31aqn _30l315cr"])
67
68
  }, /*#__PURE__*/_react.default.createElement(_reactIntl.FormattedMessage, (0, _extends2.default)({}, _i18n.messages.otherUsers, {
68
69
  values: {
69
70
  count: users.length - maxReactions
@@ -2,7 +2,7 @@
2
2
  import { createAndFireEvent } from '@atlaskit/analytics-next';
3
3
  import { UI_EVENT_TYPE, OPERATIONAL_EVENT_TYPE } from '@atlaskit/analytics-gas-types';
4
4
  const packageName = "@atlaskit/reactions";
5
- const packageVersion = "34.0.3";
5
+ const packageVersion = "0.0.0-development";
6
6
  /**
7
7
  * TODO: move to utility package?
8
8
  * A random sampling function
@@ -16,6 +16,7 @@ const underlineStyle = null;
16
16
 
17
17
  // Resets native <button> chrome so it renders as inline text within the tooltip list.
18
18
  const footerButtonStyle = null;
19
+ const footerButtonColorStyle = null;
19
20
 
20
21
  /**
21
22
  * Test id for wrapper ReactionTooltip div
@@ -54,7 +55,7 @@ export const ReactionTooltip = ({
54
55
  type: "button",
55
56
  onClick: handleClick,
56
57
  onMouseDown: e => e.preventDefault(),
57
- className: ax(["_19itglyw _11c8wadc _1reo15vq _18m915vq _bfhk1j28 _1e0c1ule _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _1bsb1osq _y3gn1e5h _1bto1l2s", "_4bfu1r31 _1hms8stv _ajmmnqa1 _80omtlke _irr31aqn _30l315cr"])
58
+ className: ax(["_19itglyw _11c8wadc _1reo15vq _18m915vq _bfhk1j28 _1e0c1ule _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _1bsb1osq _y3gn1e5h _1bto1l2s", fg('platform_reactions_view_more_styling_fix') && "_syaz15cr", "_4bfu1r31 _1hms8stv _ajmmnqa1 _80omtlke _irr31aqn _30l315cr"])
58
59
  }, /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, messages.otherUsers, {
59
60
  values: {
60
61
  count: users.length - maxReactions
@@ -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';
6
6
  import { UI_EVENT_TYPE, OPERATIONAL_EVENT_TYPE } from '@atlaskit/analytics-gas-types';
7
7
  var packageName = "@atlaskit/reactions";
8
- var packageVersion = "34.0.3";
8
+ var packageVersion = "0.0.0-development";
9
9
  /**
10
10
  * TODO: move to utility package?
11
11
  * A random sampling function
@@ -16,6 +16,7 @@ var underlineStyle = null;
16
16
 
17
17
  // Resets native <button> chrome so it renders as inline text within the tooltip list.
18
18
  var footerButtonStyle = null;
19
+ var footerButtonColorStyle = null;
19
20
 
20
21
  /**
21
22
  * Test id for wrapper ReactionTooltip div
@@ -56,7 +57,7 @@ export var ReactionTooltip = function ReactionTooltip(_ref) {
56
57
  onMouseDown: function onMouseDown(e) {
57
58
  return e.preventDefault();
58
59
  },
59
- className: ax(["_19itglyw _11c8wadc _1reo15vq _18m915vq _bfhk1j28 _1e0c1ule _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _1bsb1osq _y3gn1e5h _1bto1l2s", "_4bfu1r31 _1hms8stv _ajmmnqa1 _80omtlke _irr31aqn _30l315cr"])
60
+ className: ax(["_19itglyw _11c8wadc _1reo15vq _18m915vq _bfhk1j28 _1e0c1ule _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _1bsb1osq _y3gn1e5h _1bto1l2s", fg('platform_reactions_view_more_styling_fix') && "_syaz15cr", "_4bfu1r31 _1hms8stv _ajmmnqa1 _80omtlke _irr31aqn _30l315cr"])
60
61
  }, /*#__PURE__*/React.createElement(FormattedMessage, _extends({}, messages.otherUsers, {
61
62
  values: {
62
63
  count: users.length - maxReactions
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "34.0.4",
3
+ "version": "34.0.5",
4
4
  "description": "Reactions component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -43,13 +43,13 @@
43
43
  "@atlaskit/icon": "^34.3.0",
44
44
  "@atlaskit/link": "^3.4.0",
45
45
  "@atlaskit/modal-dialog": "^14.18.0",
46
- "@atlaskit/motion": "^6.0.0",
46
+ "@atlaskit/motion": "^6.1.0",
47
47
  "@atlaskit/platform-feature-flags": "^1.1.0",
48
48
  "@atlaskit/popper": "^7.2.0",
49
49
  "@atlaskit/popup": "^4.17.0",
50
- "@atlaskit/portal": "^5.4.0",
50
+ "@atlaskit/portal": "^5.5.0",
51
51
  "@atlaskit/primitives": "^19.0.0",
52
- "@atlaskit/react-ufo": "^5.16.0",
52
+ "@atlaskit/react-ufo": "^5.18.0",
53
53
  "@atlaskit/spinner": "^19.1.0",
54
54
  "@atlaskit/tabs": "^19.1.0",
55
55
  "@atlaskit/theme": "^23.2.0",
@@ -131,6 +131,9 @@
131
131
  },
132
132
  "a11y-fix-reaction-picker-aria-owns": {
133
133
  "type": "boolean"
134
+ },
135
+ "platform_reactions_view_more_styling_fix": {
136
+ "type": "boolean"
134
137
  }
135
138
  },
136
139
  "sideEffects": [