@atlaskit/reactions 22.5.11 → 22.5.12

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,11 @@
1
1
  # @atlaskit/reactions
2
2
 
3
+ ## 22.5.12
4
+
5
+ ### Patch Changes
6
+
7
+ - [#83297](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83297) [`6b1707c169e0`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/6b1707c169e0) - The internal composition of this component has changed. There is no expected change in behaviour.
8
+
3
9
  ## 22.5.11
4
10
 
5
11
  ### 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 = "22.5.11";
14
+ var packageVersion = "22.5.12";
15
15
  /**
16
16
  * TODO: move to utility package?
17
17
  * A random sampling function
@@ -55,9 +55,11 @@ var counterStyle = exports.counterStyle = function counterStyle(isSelected) {
55
55
  fontSize: '11px',
56
56
  fontWeight: isSelected ? 700 : 400,
57
57
  paddingRight: '0px',
58
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
58
59
  marginTop: '5px',
59
60
  '> div': {
60
61
  width: '100%',
62
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
61
63
  padding: '0px!important',
62
64
  //Counter component has its own styles overriding them to match designs
63
65
  color: isSelected ? "".concat("var(--ds-text, ".concat(_colors.B400, ")"), "!important") : "2px solid ".concat("var(--ds-text, ".concat(_colors.N500, ")"), "!important")
@@ -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 = "22.5.11";
4
+ const packageVersion = "22.5.12";
5
5
  /**
6
6
  * TODO: move to utility package?
7
7
  * A random sampling function
@@ -45,9 +45,11 @@ export const counterStyle = isSelected => css({
45
45
  fontSize: '11px',
46
46
  fontWeight: isSelected ? 700 : 400,
47
47
  paddingRight: '0px',
48
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
48
49
  marginTop: '5px',
49
50
  '> div': {
50
51
  width: '100%',
52
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
51
53
  padding: '0px!important',
52
54
  //Counter component has its own styles overriding them to match designs
53
55
  color: isSelected ? `${`var(--ds-text, ${B400})`}!important` : `2px solid ${`var(--ds-text, ${N500})`}!important`
@@ -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 = "22.5.11";
7
+ var packageVersion = "22.5.12";
8
8
  /**
9
9
  * TODO: move to utility package?
10
10
  * A random sampling function
@@ -48,9 +48,11 @@ export var counterStyle = function counterStyle(isSelected) {
48
48
  fontSize: '11px',
49
49
  fontWeight: isSelected ? 700 : 400,
50
50
  paddingRight: '0px',
51
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
51
52
  marginTop: '5px',
52
53
  '> div': {
53
54
  width: '100%',
55
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-space
54
56
  padding: '0px!important',
55
57
  //Counter component has its own styles overriding them to match designs
56
58
  color: isSelected ? "".concat("var(--ds-text, ".concat(B400, ")"), "!important") : "2px solid ".concat("var(--ds-text, ".concat(N500, ")"), "!important")
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "22.5.11",
3
+ "version": "22.5.12",
4
4
  "description": "Reactions component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"