@atlaskit/reactions 31.10.0 → 31.11.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,14 @@
1
1
  # @atlaskit/reactions
2
2
 
3
+ ## 31.11.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#153904](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/pull-requests/153904)
8
+ [`881d29f1df066`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/881d29f1df066) -
9
+ [ux] Updates the vertical positioning of the reactions counter for updated byline page reactions
10
+ styles
11
+
3
12
  ## 31.10.0
4
13
 
5
14
  ### Minor 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 = "31.10.0";
14
+ var packageVersion = "31.11.0";
15
15
  /**
16
16
  * TODO: move to utility package?
17
17
  * A random sampling function
@@ -1,7 +1,7 @@
1
1
  ._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
2
  ._18m915vq{overflow-y:hidden}
3
3
  ._19bvidpf{padding-left:0}
4
- ._19pk1b66{margin-top:var(--ds-space-050,4px)}
4
+ ._19pkv77o{margin-top:var(--ds-space-025,2px)}
5
5
  ._1e0c1txw{display:flex}
6
6
  ._1reo15vq{overflow-x:hidden}
7
7
  ._1x821ts4{font-variant-numeric:tabular-nums}
@@ -70,7 +70,7 @@ var Counter = exports.Counter = function Counter(_ref) {
70
70
  }, [value]);
71
71
  return /*#__PURE__*/React.createElement("div", {
72
72
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
73
- className: (0, _runtime.ax)(["_11c81o8v _1reo15vq _18m915vq _syazvsbi _kqswh2mm _ca0q1b66 _u5f3u2gc _n3td1b66 _19bvidpf _vwz4dlk8", useDarkerFont && "_syaz1gjq", useUpdatedStyles && "_19pk1b66", className]),
73
+ className: (0, _runtime.ax)(["_11c81o8v _1reo15vq _18m915vq _syazvsbi _kqswh2mm _ca0q1b66 _u5f3u2gc _n3td1b66 _19bvidpf _vwz4dlk8", useDarkerFont && "_syaz1gjq", useUpdatedStyles && "_19pkv77o", className]),
74
74
  "data-testid": RENDER_COMPONENT_WRAPPER,
75
75
  style: {
76
76
  "--_htr5nm": (0, _runtime.ix)("var(--ds-text-subtlest, ".concat(_colors.N90, ")"))
@@ -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 = "31.10.0";
4
+ const packageVersion = "31.11.0";
5
5
  /**
6
6
  * TODO: move to utility package?
7
7
  * A random sampling function
@@ -1,7 +1,7 @@
1
1
  ._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
2
  ._18m915vq{overflow-y:hidden}
3
3
  ._19bvidpf{padding-left:0}
4
- ._19pk1b66{margin-top:var(--ds-space-050,4px)}
4
+ ._19pkv77o{margin-top:var(--ds-space-025,2px)}
5
5
  ._1e0c1txw{display:flex}
6
6
  ._1reo15vq{overflow-x:hidden}
7
7
  ._1x821ts4{font-variant-numeric:tabular-nums}
@@ -60,7 +60,7 @@ export const Counter = ({
60
60
  }, [value]);
61
61
  return /*#__PURE__*/React.createElement("div", {
62
62
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
63
- className: ax(["_11c81o8v _1reo15vq _18m915vq _syaz1ifp _kqswh2mm _ca0q1b66 _u5f3u2gc _n3td1b66 _19bvidpf _vwz4dlk8", useDarkerFont && "_syaz1gjq", useUpdatedStyles && "_19pk1b66", className]),
63
+ className: ax(["_11c81o8v _1reo15vq _18m915vq _syaz1ifp _kqswh2mm _ca0q1b66 _u5f3u2gc _n3td1b66 _19bvidpf _vwz4dlk8", useDarkerFont && "_syaz1gjq", useUpdatedStyles && "_19pkv77o", className]),
64
64
  "data-testid": RENDER_COMPONENT_WRAPPER
65
65
  }, /*#__PURE__*/React.createElement(ExitingPersistence, null, /*#__PURE__*/React.createElement(SlideIn, {
66
66
  enterFrom: isIncreasing ? 'top' : 'bottom',
@@ -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 = "31.10.0";
7
+ var packageVersion = "31.11.0";
8
8
  /**
9
9
  * TODO: move to utility package?
10
10
  * A random sampling function
@@ -1,7 +1,7 @@
1
1
  ._11c81o8v{font:var(--ds-font-body-small,normal 400 11px/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
2
2
  ._18m915vq{overflow-y:hidden}
3
3
  ._19bvidpf{padding-left:0}
4
- ._19pk1b66{margin-top:var(--ds-space-050,4px)}
4
+ ._19pkv77o{margin-top:var(--ds-space-025,2px)}
5
5
  ._1e0c1txw{display:flex}
6
6
  ._1reo15vq{overflow-x:hidden}
7
7
  ._1x821ts4{font-variant-numeric:tabular-nums}
@@ -61,7 +61,7 @@ export var Counter = function Counter(_ref) {
61
61
  }, [value]);
62
62
  return /*#__PURE__*/React.createElement("div", {
63
63
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
64
- className: ax(["_11c81o8v _1reo15vq _18m915vq _syazvsbi _kqswh2mm _ca0q1b66 _u5f3u2gc _n3td1b66 _19bvidpf _vwz4dlk8", useDarkerFont && "_syaz1gjq", useUpdatedStyles && "_19pk1b66", className]),
64
+ className: ax(["_11c81o8v _1reo15vq _18m915vq _syazvsbi _kqswh2mm _ca0q1b66 _u5f3u2gc _n3td1b66 _19bvidpf _vwz4dlk8", useDarkerFont && "_syaz1gjq", useUpdatedStyles && "_19pkv77o", className]),
65
65
  "data-testid": RENDER_COMPONENT_WRAPPER,
66
66
  style: {
67
67
  "--_htr5nm": ix("var(--ds-text-subtlest, ".concat(N90, ")"))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "31.10.0",
3
+ "version": "31.11.0",
4
4
  "description": "Reactions component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"