@atlaskit/reactions 22.10.3 → 22.10.4

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
+ ## 22.10.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#126748](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/126748)
8
+ [`17d07f73f9b89`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/17d07f73f9b89) -
9
+ [ux] Change the styling of the reactions summary popup
10
+ - Updated dependencies
11
+
3
12
  ## 22.10.3
4
13
 
5
14
  ### 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.10.3";
14
+ var packageVersion = "22.10.4";
15
15
  /**
16
16
  * TODO: move to utility package?
17
17
  * A random sampling function
@@ -17,7 +17,8 @@ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return
17
17
  function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && Object.prototype.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
18
18
  var summaryPopupStyles = (0, _primitives.xcss)({
19
19
  padding: 'space.100',
20
- maxWidth: '400px'
20
+ paddingTop: 'space.050',
21
+ maxWidth: '325px'
21
22
  });
22
23
 
23
24
  /**
@@ -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.10.3";
4
+ const packageVersion = "22.10.4";
5
5
  /**
6
6
  * TODO: move to utility package?
7
7
  * A random sampling function
@@ -6,7 +6,8 @@ import { Reaction } from '../Reaction';
6
6
  import { ReactionSummaryButton } from './ReactionSummaryButton';
7
7
  const summaryPopupStyles = xcss({
8
8
  padding: 'space.100',
9
- maxWidth: '400px'
9
+ paddingTop: 'space.050',
10
+ maxWidth: '325px'
10
11
  });
11
12
 
12
13
  /**
@@ -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.10.3";
7
+ var packageVersion = "22.10.4";
8
8
  /**
9
9
  * TODO: move to utility package?
10
10
  * A random sampling function
@@ -7,7 +7,8 @@ import { Reaction } from '../Reaction';
7
7
  import { ReactionSummaryButton } from './ReactionSummaryButton';
8
8
  var summaryPopupStyles = xcss({
9
9
  padding: 'space.100',
10
- maxWidth: '400px'
10
+ paddingTop: 'space.050',
11
+ maxWidth: '325px'
11
12
  });
12
13
 
13
14
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "22.10.3",
3
+ "version": "22.10.4",
4
4
  "description": "Reactions component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,16 +39,16 @@
39
39
  "@atlaskit/avatar": "^21.12.0",
40
40
  "@atlaskit/button": "^19.1.0",
41
41
  "@atlaskit/emoji": "^67.7.0",
42
- "@atlaskit/icon": "^22.9.0",
42
+ "@atlaskit/icon": "^22.10.0",
43
43
  "@atlaskit/modal-dialog": "^12.14.0",
44
44
  "@atlaskit/motion": "^1.7.0",
45
45
  "@atlaskit/popper": "^6.1.0",
46
- "@atlaskit/popup": "1.20.2",
46
+ "@atlaskit/popup": "1.20.3",
47
47
  "@atlaskit/primitives": "^11.1.0",
48
48
  "@atlaskit/spinner": "^16.2.0",
49
49
  "@atlaskit/tabs": "^16.3.0",
50
50
  "@atlaskit/theme": "^12.11.0",
51
- "@atlaskit/tokens": "^1.56.0",
51
+ "@atlaskit/tokens": "^1.57.0",
52
52
  "@atlaskit/tooltip": "^18.5.0",
53
53
  "@atlaskit/ufo": "^0.2.0",
54
54
  "@atlaskit/util-service-support": "^6.2.0",