@atlaskit/reactions 33.2.21 → 33.2.22

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.
Files changed (62) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/dist/cjs/analytics/index.js +1 -1
  3. package/dist/cjs/components/Counter.js +1 -1
  4. package/dist/cjs/components/EmojiButton.js +1 -1
  5. package/dist/cjs/components/FlashAnimation.js +1 -1
  6. package/dist/cjs/components/Reaction.js +1 -1
  7. package/dist/cjs/components/ReactionButton.js +1 -1
  8. package/dist/cjs/components/ReactionParticleEffect.js +1 -1
  9. package/dist/cjs/components/ReactionPicker.js +1 -1
  10. package/dist/cjs/components/ReactionSummaryButton.js +1 -1
  11. package/dist/cjs/components/ReactionSummaryView.js +1 -1
  12. package/dist/cjs/components/ReactionTooltip.js +1 -1
  13. package/dist/cjs/components/ReactionView.js +1 -1
  14. package/dist/cjs/components/Reactions.js +1 -1
  15. package/dist/cjs/components/ReactionsDialog.js +1 -1
  16. package/dist/cjs/components/ReactionsDialogHeader.compiled.css +1 -1
  17. package/dist/cjs/components/ReactionsDialogHeader.js +5 -2
  18. package/dist/cjs/components/ReactionsDialogTrigger.js +1 -1
  19. package/dist/cjs/components/Selector.js +1 -1
  20. package/dist/cjs/components/StaticReaction.js +1 -1
  21. package/dist/cjs/components/Trigger.js +1 -1
  22. package/dist/es2019/analytics/index.js +1 -1
  23. package/dist/es2019/components/Counter.js +1 -1
  24. package/dist/es2019/components/EmojiButton.js +1 -1
  25. package/dist/es2019/components/FlashAnimation.js +1 -1
  26. package/dist/es2019/components/Reaction.js +1 -1
  27. package/dist/es2019/components/ReactionButton.js +1 -1
  28. package/dist/es2019/components/ReactionParticleEffect.js +1 -1
  29. package/dist/es2019/components/ReactionPicker.js +1 -1
  30. package/dist/es2019/components/ReactionSummaryButton.js +1 -1
  31. package/dist/es2019/components/ReactionSummaryView.js +1 -1
  32. package/dist/es2019/components/ReactionTooltip.js +1 -1
  33. package/dist/es2019/components/ReactionView.js +1 -1
  34. package/dist/es2019/components/Reactions.js +1 -1
  35. package/dist/es2019/components/ReactionsDialog.js +1 -1
  36. package/dist/es2019/components/ReactionsDialogHeader.compiled.css +1 -1
  37. package/dist/es2019/components/ReactionsDialogHeader.js +2 -2
  38. package/dist/es2019/components/ReactionsDialogTrigger.js +1 -1
  39. package/dist/es2019/components/Selector.js +1 -1
  40. package/dist/es2019/components/StaticReaction.js +1 -1
  41. package/dist/es2019/components/Trigger.js +1 -1
  42. package/dist/esm/analytics/index.js +1 -1
  43. package/dist/esm/components/Counter.js +1 -1
  44. package/dist/esm/components/EmojiButton.js +1 -1
  45. package/dist/esm/components/FlashAnimation.js +1 -1
  46. package/dist/esm/components/Reaction.js +1 -1
  47. package/dist/esm/components/ReactionButton.js +1 -1
  48. package/dist/esm/components/ReactionParticleEffect.js +1 -1
  49. package/dist/esm/components/ReactionPicker.js +1 -1
  50. package/dist/esm/components/ReactionSummaryButton.js +1 -1
  51. package/dist/esm/components/ReactionSummaryView.js +1 -1
  52. package/dist/esm/components/ReactionTooltip.js +1 -1
  53. package/dist/esm/components/ReactionView.js +1 -1
  54. package/dist/esm/components/Reactions.js +1 -1
  55. package/dist/esm/components/ReactionsDialog.js +1 -1
  56. package/dist/esm/components/ReactionsDialogHeader.compiled.css +1 -1
  57. package/dist/esm/components/ReactionsDialogHeader.js +5 -2
  58. package/dist/esm/components/ReactionsDialogTrigger.js +1 -1
  59. package/dist/esm/components/Selector.js +1 -1
  60. package/dist/esm/components/StaticReaction.js +1 -1
  61. package/dist/esm/components/Trigger.js +1 -1
  62. package/package.json +3 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # @atlaskit/reactions
2
2
 
3
+ ## 33.2.22
4
+
5
+ ### Patch Changes
6
+
7
+ - [`6fb79942fc3a5`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/6fb79942fc3a5) -
8
+ Internal changes to how borders are applied.
9
+ - Updated dependencies
10
+
3
11
  ## 33.2.21
4
12
 
5
13
  ### 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.2.20";
14
+ var packageVersion = "0.0.0-development";
15
15
  /**
16
16
  * TODO: move to utility package?
17
17
  * A random sampling function
@@ -1,4 +1,4 @@
1
- /* Counter.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Counter.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* EmojiButton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* EmojiButton.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* FlashAnimation.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* FlashAnimation.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _typeof = require("@babel/runtime/helpers/typeof");
@@ -1,4 +1,4 @@
1
- /* Reaction.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Reaction.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* ReactionButton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionButton.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* ReactionParticleEffect.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionParticleEffect.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* ReactionPicker.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionPicker.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* ReactionSummaryButton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionSummaryButton.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* ReactionSummaryView.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionSummaryView.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* ReactionTooltip.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionTooltip.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* ReactionView.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionView.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* Reactions.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Reactions.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* ReactionsDialog.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionsDialog.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -5,7 +5,7 @@
5
5
  ._nhktlyvf.disabled:after{background:linear-gradient(270deg,hsla(0,0%,100%,.95) 40.23%,hsla(0,0%,100%,.55) 58.33%,hsla(0,0%,100%,0) 77.49%)}
6
6
  ._1rjc1b66{padding-block:var(--ds-space-050,4px)}
7
7
  ._80wau2gc div[role=tablist]{padding-inline:var(--ds-space-100,8px)}
8
- ._n7zl1l7n{border-bottom:1px solid var(--ds-border,#ebecf0)}._10d67vkz>span{min-height:1pc}
8
+ ._n7zl4gxu{border-bottom:var(--_1i0gnx0)}._10d67vkz>span{min-height:1pc}
9
9
  ._141m1j28 div[role=tablist]:before{background-color:transparent}
10
10
  ._18m91wug{overflow-y:auto}
11
11
  ._18u01wug{margin-left:auto}
@@ -1,4 +1,4 @@
1
- /* ReactionsDialogHeader.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionsDialogHeader.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -154,7 +154,10 @@ var ReactionsDialogHeader = exports.ReactionsDialogHeader = function ReactionsDi
154
154
  onClick: handleCloseReactionsDialog
155
155
  })), /*#__PURE__*/React.createElement(_compiled.Inline, null, /*#__PURE__*/React.createElement("div", {
156
156
  id: "reactions-dialog-tabs-list",
157
- className: (0, _runtime.ax)(["_1reo1wug _18m91wug _n7zl1l7n _1e0c1txw _1bsb1osq _4cvr1y6m _80wau2gc _s2c4kb7n _141m1j28"])
157
+ className: (0, _runtime.ax)(["_1reo1wug _18m91wug _n7zl4gxu _1e0c1txw _1bsb1osq _4cvr1y6m _80wau2gc _s2c4kb7n _141m1j28"]),
158
+ style: {
159
+ "--_1i0gnx0": (0, _runtime.ix)("var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, #EBECF0)"))
160
+ }
158
161
  }, !isSinglePage && !isOnFirstPage && /*#__PURE__*/React.createElement(LeftNavigationButton, {
159
162
  handlePreviousPage: handlePreviousPage
160
163
  }), /*#__PURE__*/React.createElement(_tabs.TabList, null, currentReactions.map(function (reaction, index) {
@@ -1,4 +1,4 @@
1
- /* ReactionsDialogTrigger.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionsDialogTrigger.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* Selector.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Selector.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* StaticReaction.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* StaticReaction.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* Trigger.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Trigger.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -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.2.20";
4
+ const packageVersion = "0.0.0-development";
5
5
  /**
6
6
  * TODO: move to utility package?
7
7
  * A random sampling function
@@ -1,4 +1,4 @@
1
- /* Counter.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Counter.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./Counter.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* EmojiButton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* EmojiButton.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./EmojiButton.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* FlashAnimation.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* FlashAnimation.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./FlashAnimation.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* Reaction.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Reaction.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./Reaction.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* ReactionButton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionButton.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./ReactionButton.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* ReactionParticleEffect.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionParticleEffect.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./ReactionParticleEffect.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* ReactionPicker.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionPicker.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./ReactionPicker.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { useCallback, useLayoutEffect, useRef, useState } from 'react';
@@ -1,4 +1,4 @@
1
- /* ReactionSummaryButton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionSummaryButton.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./ReactionSummaryButton.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* ReactionSummaryView.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionSummaryView.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./ReactionSummaryView.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* ReactionTooltip.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionTooltip.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./ReactionTooltip.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* ReactionView.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionView.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./ReactionView.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* Reactions.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Reactions.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./Reactions.compiled.css";
3
3
  import { ax, ix } from "@compiled/react/runtime";
4
4
  import React, { useCallback, useEffect, useMemo, useRef, useState } from 'react';
@@ -1,4 +1,4 @@
1
- /* ReactionsDialog.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionsDialog.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./ReactionsDialog.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -5,7 +5,7 @@
5
5
  ._nhktlyvf.disabled:after{background:linear-gradient(270deg,hsla(0,0%,100%,.95) 40.23%,hsla(0,0%,100%,.55) 58.33%,hsla(0,0%,100%,0) 77.49%)}
6
6
  ._1rjc1b66{padding-block:var(--ds-space-050,4px)}
7
7
  ._80wau2gc div[role=tablist]{padding-inline:var(--ds-space-100,8px)}
8
- ._n7zl1l7n{border-bottom:1px solid var(--ds-border,#ebecf0)}._10d67vkz>span{min-height:1pc}
8
+ ._n7zl17ba{border-bottom:var(--ds-border-width,1px) solid var(--ds-border,#ebecf0)}._10d67vkz>span{min-height:1pc}
9
9
  ._141m1j28 div[role=tablist]:before{background-color:transparent}
10
10
  ._18m91wug{overflow-y:auto}
11
11
  ._18u01wug{margin-left:auto}
@@ -1,4 +1,4 @@
1
- /* ReactionsDialogHeader.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionsDialogHeader.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./ReactionsDialogHeader.compiled.css";
4
4
  import * as React from 'react';
@@ -125,7 +125,7 @@ export const ReactionsDialogHeader = ({
125
125
  onClick: handleCloseReactionsDialog
126
126
  })), /*#__PURE__*/React.createElement(Inline, null, /*#__PURE__*/React.createElement("div", {
127
127
  id: "reactions-dialog-tabs-list",
128
- className: ax(["_1reo1wug _18m91wug _n7zl1l7n _1e0c1txw _1bsb1osq _4cvr1y6m _80wau2gc _s2c4kb7n _141m1j28"])
128
+ className: ax(["_1reo1wug _18m91wug _n7zl17ba _1e0c1txw _1bsb1osq _4cvr1y6m _80wau2gc _s2c4kb7n _141m1j28"])
129
129
  }, !isSinglePage && !isOnFirstPage && /*#__PURE__*/React.createElement(LeftNavigationButton, {
130
130
  handlePreviousPage: handlePreviousPage
131
131
  }), /*#__PURE__*/React.createElement(TabList, null, currentReactions.map((reaction, index) => {
@@ -1,4 +1,4 @@
1
- /* ReactionsDialogTrigger.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionsDialogTrigger.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./ReactionsDialogTrigger.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* Selector.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Selector.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./Selector.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* StaticReaction.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* StaticReaction.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./StaticReaction.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* Trigger.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Trigger.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./Trigger.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -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.2.20";
7
+ var packageVersion = "0.0.0-development";
8
8
  /**
9
9
  * TODO: move to utility package?
10
10
  * A random sampling function
@@ -1,4 +1,4 @@
1
- /* Counter.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Counter.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./Counter.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* EmojiButton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* EmojiButton.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./EmojiButton.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* FlashAnimation.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* FlashAnimation.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./FlashAnimation.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* Reaction.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Reaction.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
4
4
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
@@ -1,4 +1,4 @@
1
- /* ReactionButton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionButton.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./ReactionButton.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* ReactionParticleEffect.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionParticleEffect.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
3
3
  import "./ReactionParticleEffect.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* ReactionPicker.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionPicker.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
4
4
  import "./ReactionPicker.compiled.css";
@@ -1,4 +1,4 @@
1
- /* ReactionSummaryButton.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionSummaryButton.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
3
3
  import "./ReactionSummaryButton.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* ReactionSummaryView.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionSummaryView.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
4
4
  import "./ReactionSummaryView.compiled.css";
@@ -1,4 +1,4 @@
1
- /* ReactionTooltip.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionTooltip.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./ReactionTooltip.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* ReactionView.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionView.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./ReactionView.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* Reactions.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Reactions.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _toConsumableArray from "@babel/runtime/helpers/toConsumableArray";
3
3
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
4
4
  import "./Reactions.compiled.css";
@@ -1,4 +1,4 @@
1
- /* ReactionsDialog.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionsDialog.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
3
  import "./ReactionsDialog.compiled.css";
4
4
  import * as React from 'react';
@@ -5,7 +5,7 @@
5
5
  ._nhktlyvf.disabled:after{background:linear-gradient(270deg,hsla(0,0%,100%,.95) 40.23%,hsla(0,0%,100%,.55) 58.33%,hsla(0,0%,100%,0) 77.49%)}
6
6
  ._1rjc1b66{padding-block:var(--ds-space-050,4px)}
7
7
  ._80wau2gc div[role=tablist]{padding-inline:var(--ds-space-100,8px)}
8
- ._n7zl1l7n{border-bottom:1px solid var(--ds-border,#ebecf0)}._10d67vkz>span{min-height:1pc}
8
+ ._n7zl4gxu{border-bottom:var(--_1i0gnx0)}._10d67vkz>span{min-height:1pc}
9
9
  ._141m1j28 div[role=tablist]:before{background-color:transparent}
10
10
  ._18m91wug{overflow-y:auto}
11
11
  ._18u01wug{margin-left:auto}
@@ -1,4 +1,4 @@
1
- /* ReactionsDialogHeader.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionsDialogHeader.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
3
3
  import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
4
4
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
@@ -146,7 +146,10 @@ export var ReactionsDialogHeader = function ReactionsDialogHeader(_ref3) {
146
146
  onClick: handleCloseReactionsDialog
147
147
  })), /*#__PURE__*/React.createElement(Inline, null, /*#__PURE__*/React.createElement("div", {
148
148
  id: "reactions-dialog-tabs-list",
149
- className: ax(["_1reo1wug _18m91wug _n7zl1l7n _1e0c1txw _1bsb1osq _4cvr1y6m _80wau2gc _s2c4kb7n _141m1j28"])
149
+ className: ax(["_1reo1wug _18m91wug _n7zl4gxu _1e0c1txw _1bsb1osq _4cvr1y6m _80wau2gc _s2c4kb7n _141m1j28"]),
150
+ style: {
151
+ "--_1i0gnx0": ix("var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, #EBECF0)"))
152
+ }
150
153
  }, !isSinglePage && !isOnFirstPage && /*#__PURE__*/React.createElement(LeftNavigationButton, {
151
154
  handlePreviousPage: handlePreviousPage
152
155
  }), /*#__PURE__*/React.createElement(TabList, null, currentReactions.map(function (reaction, index) {
@@ -1,4 +1,4 @@
1
- /* ReactionsDialogTrigger.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* ReactionsDialogTrigger.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./ReactionsDialogTrigger.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* Selector.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Selector.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import "./Selector.compiled.css";
3
3
  import * as React from 'react';
4
4
  import { ax, ix } from "@compiled/react/runtime";
@@ -1,4 +1,4 @@
1
- /* StaticReaction.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* StaticReaction.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./StaticReaction.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* Trigger.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* Trigger.tsx generated by @compiled/babel-plugin v0.36.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./Trigger.compiled.css";
4
4
  import { ax, ix } from "@compiled/react/runtime";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/reactions",
3
- "version": "33.2.21",
3
+ "version": "33.2.22",
4
4
  "description": "Reactions component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -39,14 +39,14 @@
39
39
  "@atlaskit/css": "^0.14.0",
40
40
  "@atlaskit/emoji": "^69.5.0",
41
41
  "@atlaskit/heading": "^5.2.0",
42
- "@atlaskit/icon": "^28.1.0",
42
+ "@atlaskit/icon": "^28.2.0",
43
43
  "@atlaskit/link": "^3.2.0",
44
44
  "@atlaskit/modal-dialog": "^14.3.0",
45
45
  "@atlaskit/motion": "^5.3.0",
46
46
  "@atlaskit/platform-feature-flags": "^1.1.0",
47
47
  "@atlaskit/platform-feature-flags-react": "^0.3.0",
48
48
  "@atlaskit/popper": "^7.1.0",
49
- "@atlaskit/popup": "^4.3.0",
49
+ "@atlaskit/popup": "^4.4.0",
50
50
  "@atlaskit/portal": "^5.1.0",
51
51
  "@atlaskit/primitives": "^14.14.0",
52
52
  "@atlaskit/react-ufo": "^4.7.0",
@@ -90,10 +90,6 @@
90
90
  "fabric",
91
91
  "ui"
92
92
  ],
93
- "af:exports": {
94
- ".": "./src/index.ts",
95
- "./MockReactionsClient": "./src/MockReactionsClient.ts"
96
- },
97
93
  "techstack": {
98
94
  "@repo/internal": {
99
95
  "design-tokens": [