@atlaskit/reactions 33.2.16 → 33.2.18
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 +16 -0
- package/dist/cjs/components/EmojiButton.compiled.css +1 -2
- package/dist/cjs/components/EmojiButton.js +2 -2
- package/dist/cjs/components/ReactionButton.compiled.css +3 -3
- package/dist/cjs/components/ReactionButton.js +3 -3
- package/dist/cjs/components/ReactionPicker.compiled.css +1 -1
- package/dist/cjs/components/ReactionPicker.js +1 -1
- package/dist/cjs/components/ReactionPickerNew.compiled.css +1 -1
- package/dist/cjs/components/ReactionPickerNew.js +1 -1
- package/dist/cjs/components/ReactionsDialogTrigger.compiled.css +1 -1
- package/dist/cjs/components/ReactionsDialogTrigger.js +1 -1
- package/dist/cjs/components/StaticReaction.compiled.css +1 -1
- package/dist/cjs/components/StaticReaction.js +1 -1
- package/dist/cjs/components/Trigger.compiled.css +2 -2
- package/dist/cjs/components/Trigger.js +3 -3
- package/dist/es2019/components/EmojiButton.compiled.css +1 -2
- package/dist/es2019/components/EmojiButton.js +2 -2
- package/dist/es2019/components/ReactionButton.compiled.css +3 -3
- package/dist/es2019/components/ReactionButton.js +3 -3
- package/dist/es2019/components/ReactionPicker.compiled.css +1 -1
- package/dist/es2019/components/ReactionPicker.js +1 -1
- package/dist/es2019/components/ReactionPickerNew.compiled.css +1 -1
- package/dist/es2019/components/ReactionPickerNew.js +1 -1
- package/dist/es2019/components/ReactionsDialogTrigger.compiled.css +1 -1
- package/dist/es2019/components/ReactionsDialogTrigger.js +1 -1
- package/dist/es2019/components/StaticReaction.compiled.css +1 -1
- package/dist/es2019/components/StaticReaction.js +1 -1
- package/dist/es2019/components/Trigger.compiled.css +2 -2
- package/dist/es2019/components/Trigger.js +3 -3
- package/dist/esm/components/EmojiButton.compiled.css +1 -2
- package/dist/esm/components/EmojiButton.js +2 -2
- package/dist/esm/components/ReactionButton.compiled.css +3 -3
- package/dist/esm/components/ReactionButton.js +3 -3
- package/dist/esm/components/ReactionPicker.compiled.css +1 -1
- package/dist/esm/components/ReactionPicker.js +1 -1
- package/dist/esm/components/ReactionPickerNew.compiled.css +1 -1
- package/dist/esm/components/ReactionPickerNew.js +1 -1
- package/dist/esm/components/ReactionsDialogTrigger.compiled.css +1 -1
- package/dist/esm/components/ReactionsDialogTrigger.js +1 -1
- package/dist/esm/components/StaticReaction.compiled.css +1 -1
- package/dist/esm/components/StaticReaction.js +1 -1
- package/dist/esm/components/Trigger.compiled.css +2 -2
- package/dist/esm/components/Trigger.js +3 -3
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/reactions
|
|
2
2
|
|
|
3
|
+
## 33.2.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`beaa6ee463aa8`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/beaa6ee463aa8) -
|
|
8
|
+
Internal changes to how border radius is applied.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 33.2.17
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`e5001e144b74e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5001e144b74e) -
|
|
16
|
+
Internal changes to how border radius is applied.
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
|
|
3
19
|
## 33.2.16
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
3
|
-
._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
4
3
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
5
4
|
._189eidpf{border-width:0}
|
|
6
5
|
._1dqonqa1{border-style:solid}
|
|
@@ -17,8 +17,8 @@ var _constants = require("../shared/constants");
|
|
|
17
17
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
18
18
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
19
19
|
var styles = {
|
|
20
|
-
emojiButton: "_12ji1r31 _1qu2glyw _12y31o36
|
|
21
|
-
hoverableReactionPickerSelectorEmojiButton: "_12ji1r31 _1qu2glyw _12y31o36
|
|
20
|
+
emojiButton: "_12ji1r31 _1qu2glyw _12y31o36 _2rko12b0 _189eidpf _1e0c1txw _bfhksm61 _19pkze3t _2hwxze3t _otyrze3t _18u0ze3t _ca0qu2gc _u5f3u2gc _n3tdu2gc _19bvu2gc _o7ksrkh3 _1llw1q5f",
|
|
21
|
+
hoverableReactionPickerSelectorEmojiButton: "_12ji1r31 _1qu2glyw _12y31o36 _2rko12b0 _189ee4h9 _1dqonqa1 _1h6dmuej _1e0c1txw _8hrz1nam _ca0qv77o _u5f31b66 _n3td1b66 _19bv1b66 _bfhksm61 _syaz1gjq _19pkze3t _2hwxze3t _otyrze3t _18u0ze3t _irr3166n _1di61dty"
|
|
22
22
|
};
|
|
23
23
|
var RENDER_BUTTON_TESTID = exports.RENDER_BUTTON_TESTID = 'button-emoji-id';
|
|
24
24
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
2
3
|
._2rko19bv{border-radius:10px}
|
|
3
|
-
.
|
|
4
|
-
.
|
|
5
|
-
._2rkogqwt{border-radius:var(--ds-border-radius-050,2px)}
|
|
4
|
+
._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}
|
|
5
|
+
._2rkolb4i{border-radius:var(--ds-radius-xsmall,2px)}
|
|
6
6
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
7
7
|
._1dqoglyw{border-style:none}
|
|
8
8
|
._1dqonqa1{border-style:solid}
|
|
@@ -17,8 +17,8 @@ var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
|
17
17
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
18
18
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
19
19
|
var styles = {
|
|
20
|
-
reactionButton: "
|
|
21
|
-
reactionStylesRefresh: "
|
|
20
|
+
reactionButton: "_2rko1rr0 _1reo15vq _18m915vq _189ee4h9 _1dqonqa1 _1h6dmuej _1e0c1txw _2lx2vrvc _4cvr1y6m _1ul914no _4t3i1tcg _bfhksm61 _syaz1gjq _1pfh1b66 _12l21b66 _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _irr3166n _1di61dty",
|
|
21
|
+
reactionStylesRefresh: "_2rko12b0",
|
|
22
22
|
reacted: "_1h6d1yqz _bfhkfg4m _irr3i1yw _1di619ru",
|
|
23
23
|
opaqueBackground: "_bfhkvuon _irr3108i _1di61ji5",
|
|
24
24
|
compactButton: "_4t3igktf _4cvr1h6o _19pk12x7",
|
|
@@ -65,7 +65,7 @@ var ReactionButton = exports.ReactionButton = function ReactionButton(_ref) {
|
|
|
65
65
|
flash: flash
|
|
66
66
|
// eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
|
|
67
67
|
,
|
|
68
|
-
className: (0, _runtime.ax)([(0, _platformFeatureFlags.fg)('platform-component-visual-refresh') ? "
|
|
68
|
+
className: (0, _runtime.ax)([(0, _platformFeatureFlags.fg)('platform-component-visual-refresh') ? "_2rkolb4i _1e0c1txw _2lx2vrvc _4cvr1h6o _4t3i3698" : "_2rko19bv _1e0c1txw _2lx2vrvc _4cvr1h6o _4t3i3698"]),
|
|
69
69
|
style: {
|
|
70
70
|
"--_1ed2mu0": (0, _runtime.ix)("".concat(flashHeight, "px"))
|
|
71
71
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rkofajl{border-radius:var(--ds-radius-small,3px)}._16qs1a23{box-shadow:var(--_3t1odq)}
|
|
3
3
|
._1bch1b66>div{margin-top:var(--ds-space-050,4px)}
|
|
4
4
|
._1e0c1txw{display:flex}
|
|
5
5
|
._1pra1o8l.miniMode{display:inline-block}
|
|
@@ -400,7 +400,7 @@ var PopperWrapper = exports.PopperWrapper = function PopperWrapper(props) {
|
|
|
400
400
|
update: update,
|
|
401
401
|
settings: settings
|
|
402
402
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
403
|
-
className: (0, _runtime.ax)(["
|
|
403
|
+
className: (0, _runtime.ax)(["_2rkofajl _bfhk13b4 _16qs1a23 _79pa1b66", !(0, _platformFeatureFlags.fg)('platform-reactions-offset-based-popper') && "_1bch1b66"]),
|
|
404
404
|
style: {
|
|
405
405
|
"--_1f6rtr1": (0, _runtime.ix)("var(--ds-surface-overlay, ".concat(_colors.N0, ")")),
|
|
406
406
|
"--_3t1odq": (0, _runtime.ix)("var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(_colors.N50A, ", 0 0 1px ").concat(_colors.N60A), ")"))
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rkofajl{border-radius:var(--ds-radius-small,3px)}._16qs1a23{box-shadow:var(--_3t1odq)}
|
|
3
3
|
._1bch1b66>div{margin-top:var(--ds-space-050,4px)}
|
|
4
4
|
._1e0c1txw{display:flex}
|
|
5
5
|
._1pra1o8l.miniMode{display:inline-block}
|
|
@@ -411,7 +411,7 @@ var PopperWrapper = exports.PopperWrapper = function PopperWrapper(props) {
|
|
|
411
411
|
update: update,
|
|
412
412
|
settings: settings
|
|
413
413
|
}, /*#__PURE__*/_react.default.createElement("div", {
|
|
414
|
-
className: (0, _runtime.ax)(["
|
|
414
|
+
className: (0, _runtime.ax)(["_2rkofajl _bfhk13b4 _16qs1a23 _79pa1b66", !(0, _platformFeatureFlags.fg)('platform-reactions-offset-based-popper') && "_1bch1b66"]),
|
|
415
415
|
style: {
|
|
416
416
|
"--_1f6rtr1": (0, _runtime.ix)("var(--ds-surface-overlay, ".concat(_colors.N0, ")")),
|
|
417
417
|
"--_3t1odq": (0, _runtime.ix)("var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(_colors.N50A, ", 0 0 1px ").concat(_colors.N60A), ")"))
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
3
3
|
._1h6dmuej{border-color:var(--ds-border,#091e4224)}._19bvze3t{padding-left:var(--ds-space-0,0)}
|
|
4
4
|
._19pk1b66{margin-top:var(--ds-space-050,4px)}
|
|
5
5
|
._1bah1h6o{justify-content:center}
|
|
@@ -18,7 +18,7 @@ var _reactIntlNext = require("react-intl-next");
|
|
|
18
18
|
var _i18n = require("../shared/i18n");
|
|
19
19
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
20
20
|
var styles = {
|
|
21
|
-
trigger: "
|
|
21
|
+
trigger: "_2rko12b0 _2hwx1b66 _19pk1b66 _1ul9zwfg _4t3i1tcg _1e0c1txw _1bah1h6o _4cvr1h6o _bfhksm61 _ca0qze3t _n3tdze3t _19bvze3t _u5f3ze3t",
|
|
22
22
|
transparentEnabledTrigger: "_1h6dmuej _irr3166n _1di61dty"
|
|
23
23
|
};
|
|
24
24
|
// Currently not in use due to Reactions Dialog trigger being moved to tooltip
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
._19itglyw{border:none}
|
|
3
|
-
.
|
|
3
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}._12l21b66{margin-inline-end:var(--ds-space-050,4px)}
|
|
4
4
|
._18m915vq{overflow-y:hidden}
|
|
5
5
|
._19bvze3t{padding-left:var(--ds-space-0,0)}
|
|
6
6
|
._1e0c1txw{display:flex}
|
|
@@ -14,7 +14,7 @@ var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends")
|
|
|
14
14
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
15
15
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
16
16
|
var styles = {
|
|
17
|
-
staticReaction: "_1reo15vq _18m915vq _19itglyw
|
|
17
|
+
staticReaction: "_1reo15vq _18m915vq _19itglyw _2rko12b0 _1e0c1txw _2lx2vrvc _4cvr1y6m _1ul914no _4t3i1tcg _bfhksm61 _syaz1gjq _1pfh1b66 _12l21b66 _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _d0al73ad _irr3166n"
|
|
18
18
|
};
|
|
19
19
|
var StaticReaction = exports.StaticReaction = function StaticReaction(_ref) {
|
|
20
20
|
var onMouseEnter = _ref.onMouseEnter,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
._11c8dcr7{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
|
-
.
|
|
3
|
-
.
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
3
|
+
._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}
|
|
4
4
|
._qtt8glyw{list-style:none}
|
|
5
5
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
6
6
|
._1dqoglyw{border-style:none}
|
|
@@ -17,14 +17,14 @@ var _compiled = require("@atlaskit/primitives/compiled");
|
|
|
17
17
|
var _react = require("@compiled/react");
|
|
18
18
|
var _react2 = _interopRequireDefault(require("react"));
|
|
19
19
|
var styles = {
|
|
20
|
-
trigger: "
|
|
20
|
+
trigger: "_2rko1rr0 _189ee4h9 _1dqonqa1 _1ul9zwfg _4t3i1tcg _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _1e0c1txw _1bah1h6o _4cvr1h6o",
|
|
21
21
|
subtleTrigger: "_1dqoglyw _1ul91tcg",
|
|
22
22
|
expandedTrigger: "_1ul9146b",
|
|
23
|
-
triggerStylesRefresh: "
|
|
23
|
+
triggerStylesRefresh: "_2rko12b0",
|
|
24
24
|
transparentEnabledTrigger: "_1h6dmuej _bfhksm61 _irr3166n _1di61dty",
|
|
25
25
|
opaqueEnabledTrigger: "_1h6dmuej _bfhkvuon _irr3108i _1di61ji5",
|
|
26
26
|
disabledTrigger: "_1h6d13gt _bfhksyzs",
|
|
27
|
-
miniMode: "
|
|
27
|
+
miniMode: "_2rko12b0 _1dqoglyw _1ul91tcg _ca0q1b66 _u5f31b66 _n3td1b66 _19bv1b66",
|
|
28
28
|
fullWidthSummaryViewReactionPickerTrigger: "_1bsb1osq _ca0qu2gc _19bvu2gc _u5f3u2gc",
|
|
29
29
|
fullWidthSelectorTrayReactionPickerTrigger: "_1bsb1osq _ca0q1b66 _19bv1b66 _u5f31b66",
|
|
30
30
|
fullWidth: "_1bsb1osq _p12f3xl8"
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
3
|
-
._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
4
3
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
5
4
|
._189eidpf{border-width:0}
|
|
6
5
|
._1dqonqa1{border-style:solid}
|
|
@@ -9,8 +9,8 @@ import { isLeftClick } from '../shared/utils';
|
|
|
9
9
|
import { RESOURCED_EMOJI_COMPACT_HEIGHT } from '../shared/constants';
|
|
10
10
|
import { Pressable } from '@atlaskit/primitives/compiled';
|
|
11
11
|
const styles = {
|
|
12
|
-
emojiButton: "_12ji1r31 _1qu2glyw _12y31o36
|
|
13
|
-
hoverableReactionPickerSelectorEmojiButton: "_12ji1r31 _1qu2glyw _12y31o36
|
|
12
|
+
emojiButton: "_12ji1r31 _1qu2glyw _12y31o36 _2rko12b0 _189eidpf _1e0c1txw _bfhksm61 _19pkze3t _2hwxze3t _otyrze3t _18u0ze3t _ca0qu2gc _u5f3u2gc _n3tdu2gc _19bvu2gc _o7ksrkh3 _1llw1q5f",
|
|
13
|
+
hoverableReactionPickerSelectorEmojiButton: "_12ji1r31 _1qu2glyw _12y31o36 _2rko12b0 _189ee4h9 _1dqonqa1 _1h6dmuej _1e0c1txw _8hrz1nam _ca0qv77o _u5f31b66 _n3td1b66 _19bv1b66 _bfhksm61 _syaz1gjq _19pkze3t _2hwxze3t _otyrze3t _18u0ze3t _irr3166n _1di61dty"
|
|
14
14
|
};
|
|
15
15
|
export const RENDER_BUTTON_TESTID = 'button-emoji-id';
|
|
16
16
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
2
3
|
._2rko19bv{border-radius:10px}
|
|
3
|
-
.
|
|
4
|
-
.
|
|
5
|
-
._2rkogqwt{border-radius:var(--ds-border-radius-050,2px)}
|
|
4
|
+
._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}
|
|
5
|
+
._2rkolb4i{border-radius:var(--ds-radius-xsmall,2px)}
|
|
6
6
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
7
7
|
._1dqoglyw{border-style:none}
|
|
8
8
|
._1dqonqa1{border-style:solid}
|
|
@@ -8,8 +8,8 @@ import { FlashAnimation } from './FlashAnimation';
|
|
|
8
8
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
9
9
|
import { Pressable } from '@atlaskit/primitives/compiled';
|
|
10
10
|
const styles = {
|
|
11
|
-
reactionButton: "
|
|
12
|
-
reactionStylesRefresh: "
|
|
11
|
+
reactionButton: "_2rko1rr0 _1reo15vq _18m915vq _189ee4h9 _1dqonqa1 _1h6dmuej _1e0c1txw _2lx2vrvc _4cvr1y6m _1ul914no _4t3i1tcg _bfhksm61 _syaz1gjq _1pfh1b66 _12l21b66 _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _irr3166n _1di61dty",
|
|
12
|
+
reactionStylesRefresh: "_2rko12b0",
|
|
13
13
|
reacted: "_1h6d1yqz _bfhkfg4m _irr3i1yw _1di619ru",
|
|
14
14
|
opaqueBackground: "_bfhkvuon _irr3108i _1di61ji5",
|
|
15
15
|
compactButton: "_4t3igktf _4cvr1h6o _19pk12x7",
|
|
@@ -55,6 +55,6 @@ export const ReactionButton = ({
|
|
|
55
55
|
flash: flash
|
|
56
56
|
// eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
|
|
57
57
|
,
|
|
58
|
-
className: ax([fg('platform-component-visual-refresh') ? "
|
|
58
|
+
className: ax([fg('platform-component-visual-refresh') ? "_2rkolb4i _1e0c1txw _2lx2vrvc _4cvr1h6o _4t3iqslr" : "_2rko19bv _1e0c1txw _2lx2vrvc _4cvr1h6o _4t3iqslr"])
|
|
59
59
|
}, children));
|
|
60
60
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rkofajl{border-radius:var(--ds-radius-small,3px)}._16qs1kf5{box-shadow:var(--ds-shadow-overlay,0 4px 8px -2px rgba(9,30,66,.25),0 0 1px rgba(9,30,66,.31))}
|
|
3
3
|
._1bch1b66>div{margin-top:var(--ds-space-050,4px)}
|
|
4
4
|
._1e0c1txw{display:flex}
|
|
5
5
|
._1pra1o8l.miniMode{display:inline-block}
|
|
@@ -357,7 +357,7 @@ export const PopperWrapper = props => {
|
|
|
357
357
|
update: update,
|
|
358
358
|
settings: settings
|
|
359
359
|
}, /*#__PURE__*/React.createElement("div", {
|
|
360
|
-
className: ax(["
|
|
360
|
+
className: ax(["_2rkofajl _bfhk1bhr _16qs1kf5 _79pa1b66", !fg('platform-reactions-offset-based-popper') && "_1bch1b66"])
|
|
361
361
|
}, children)));
|
|
362
362
|
});
|
|
363
363
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rkofajl{border-radius:var(--ds-radius-small,3px)}._16qs1kf5{box-shadow:var(--ds-shadow-overlay,0 4px 8px -2px rgba(9,30,66,.25),0 0 1px rgba(9,30,66,.31))}
|
|
3
3
|
._1bch1b66>div{margin-top:var(--ds-space-050,4px)}
|
|
4
4
|
._1e0c1txw{display:flex}
|
|
5
5
|
._1pra1o8l.miniMode{display:inline-block}
|
|
@@ -368,7 +368,7 @@ export const PopperWrapper = props => {
|
|
|
368
368
|
update: update,
|
|
369
369
|
settings: settings
|
|
370
370
|
}, /*#__PURE__*/React.createElement("div", {
|
|
371
|
-
className: ax(["
|
|
371
|
+
className: ax(["_2rkofajl _bfhk1bhr _16qs1kf5 _79pa1b66", !fg('platform-reactions-offset-based-popper') && "_1bch1b66"])
|
|
372
372
|
}, children)));
|
|
373
373
|
});
|
|
374
374
|
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
3
3
|
._1h6dmuej{border-color:var(--ds-border,#091e4224)}._19bvze3t{padding-left:var(--ds-space-0,0)}
|
|
4
4
|
._19pk1b66{margin-top:var(--ds-space-050,4px)}
|
|
5
5
|
._1bah1h6o{justify-content:center}
|
|
@@ -9,7 +9,7 @@ import ShowMoreHorizontalIcon from '@atlaskit/icon/core/show-more-horizontal';
|
|
|
9
9
|
import { useIntl } from 'react-intl-next';
|
|
10
10
|
import { messages } from '../shared/i18n';
|
|
11
11
|
const styles = {
|
|
12
|
-
trigger: "
|
|
12
|
+
trigger: "_2rko12b0 _2hwx1b66 _19pk1b66 _1ul9zwfg _4t3i1tcg _1e0c1txw _1bah1h6o _4cvr1h6o _bfhksm61 _ca0qze3t _n3tdze3t _19bvze3t _u5f3ze3t",
|
|
13
13
|
transparentEnabledTrigger: "_1h6dmuej _irr3166n _1di61dty"
|
|
14
14
|
};
|
|
15
15
|
// Currently not in use due to Reactions Dialog trigger being moved to tooltip
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
._19itglyw{border:none}
|
|
3
|
-
.
|
|
3
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}._12l21b66{margin-inline-end:var(--ds-space-050,4px)}
|
|
4
4
|
._18m915vq{overflow-y:hidden}
|
|
5
5
|
._19bvze3t{padding-left:var(--ds-space-0,0)}
|
|
6
6
|
._1e0c1txw{display:flex}
|
|
@@ -5,7 +5,7 @@ import * as React from 'react';
|
|
|
5
5
|
import { ax, ix } from "@compiled/react/runtime";
|
|
6
6
|
import { Pressable } from '@atlaskit/primitives/compiled';
|
|
7
7
|
const styles = {
|
|
8
|
-
staticReaction: "_1reo15vq _18m915vq _19itglyw
|
|
8
|
+
staticReaction: "_1reo15vq _18m915vq _19itglyw _2rko12b0 _1e0c1txw _2lx2vrvc _4cvr1y6m _1ul914no _4t3i1tcg _bfhksm61 _syaz1gjq _1pfh1b66 _12l21b66 _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _d0al73ad _irr3166n"
|
|
9
9
|
};
|
|
10
10
|
export const StaticReaction = ({
|
|
11
11
|
onMouseEnter,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
._11c8dcr7{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
|
-
.
|
|
3
|
-
.
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
3
|
+
._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}
|
|
4
4
|
._qtt8glyw{list-style:none}
|
|
5
5
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
6
6
|
._1dqoglyw{border-style:none}
|
|
@@ -10,14 +10,14 @@ import { Box, Pressable } from '@atlaskit/primitives/compiled';
|
|
|
10
10
|
import { cx } from '@compiled/react';
|
|
11
11
|
import React from 'react';
|
|
12
12
|
const styles = {
|
|
13
|
-
trigger: "
|
|
13
|
+
trigger: "_2rko1rr0 _189ee4h9 _1dqonqa1 _1ul9zwfg _4t3i1tcg _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _1e0c1txw _1bah1h6o _4cvr1h6o",
|
|
14
14
|
subtleTrigger: "_1dqoglyw _1ul91tcg",
|
|
15
15
|
expandedTrigger: "_1ul9146b",
|
|
16
|
-
triggerStylesRefresh: "
|
|
16
|
+
triggerStylesRefresh: "_2rko12b0",
|
|
17
17
|
transparentEnabledTrigger: "_1h6dmuej _bfhksm61 _irr3166n _1di61dty",
|
|
18
18
|
opaqueEnabledTrigger: "_1h6dmuej _bfhkvuon _irr3108i _1di61ji5",
|
|
19
19
|
disabledTrigger: "_1h6d13gt _bfhksyzs",
|
|
20
|
-
miniMode: "
|
|
20
|
+
miniMode: "_2rko12b0 _1dqoglyw _1ul91tcg _ca0q1b66 _u5f31b66 _n3td1b66 _19bv1b66",
|
|
21
21
|
fullWidthSummaryViewReactionPickerTrigger: "_1bsb1osq _ca0qu2gc _19bvu2gc _u5f3u2gc",
|
|
22
22
|
fullWidthSelectorTrayReactionPickerTrigger: "_1bsb1osq _ca0q1b66 _19bv1b66 _u5f31b66",
|
|
23
23
|
fullWidth: "_1bsb1osq _p12f3xl8"
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
3
|
-
._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
4
3
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
5
4
|
._189eidpf{border-width:0}
|
|
6
5
|
._1dqonqa1{border-style:solid}
|
|
@@ -9,8 +9,8 @@ import { isLeftClick } from '../shared/utils';
|
|
|
9
9
|
import { RESOURCED_EMOJI_COMPACT_HEIGHT } from '../shared/constants';
|
|
10
10
|
import { Pressable } from '@atlaskit/primitives/compiled';
|
|
11
11
|
var styles = {
|
|
12
|
-
emojiButton: "_12ji1r31 _1qu2glyw _12y31o36
|
|
13
|
-
hoverableReactionPickerSelectorEmojiButton: "_12ji1r31 _1qu2glyw _12y31o36
|
|
12
|
+
emojiButton: "_12ji1r31 _1qu2glyw _12y31o36 _2rko12b0 _189eidpf _1e0c1txw _bfhksm61 _19pkze3t _2hwxze3t _otyrze3t _18u0ze3t _ca0qu2gc _u5f3u2gc _n3tdu2gc _19bvu2gc _o7ksrkh3 _1llw1q5f",
|
|
13
|
+
hoverableReactionPickerSelectorEmojiButton: "_12ji1r31 _1qu2glyw _12y31o36 _2rko12b0 _189ee4h9 _1dqonqa1 _1h6dmuej _1e0c1txw _8hrz1nam _ca0qv77o _u5f31b66 _n3td1b66 _19bv1b66 _bfhksm61 _syaz1gjq _19pkze3t _2hwxze3t _otyrze3t _18u0ze3t _irr3166n _1di61dty"
|
|
14
14
|
};
|
|
15
15
|
export var RENDER_BUTTON_TESTID = 'button-emoji-id';
|
|
16
16
|
/**
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
2
3
|
._2rko19bv{border-radius:10px}
|
|
3
|
-
.
|
|
4
|
-
.
|
|
5
|
-
._2rkogqwt{border-radius:var(--ds-border-radius-050,2px)}
|
|
4
|
+
._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}
|
|
5
|
+
._2rkolb4i{border-radius:var(--ds-radius-xsmall,2px)}
|
|
6
6
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
7
7
|
._1dqoglyw{border-style:none}
|
|
8
8
|
._1dqonqa1{border-style:solid}
|
|
@@ -8,8 +8,8 @@ import { FlashAnimation } from './FlashAnimation';
|
|
|
8
8
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
9
9
|
import { Pressable } from '@atlaskit/primitives/compiled';
|
|
10
10
|
var styles = {
|
|
11
|
-
reactionButton: "
|
|
12
|
-
reactionStylesRefresh: "
|
|
11
|
+
reactionButton: "_2rko1rr0 _1reo15vq _18m915vq _189ee4h9 _1dqonqa1 _1h6dmuej _1e0c1txw _2lx2vrvc _4cvr1y6m _1ul914no _4t3i1tcg _bfhksm61 _syaz1gjq _1pfh1b66 _12l21b66 _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _irr3166n _1di61dty",
|
|
12
|
+
reactionStylesRefresh: "_2rko12b0",
|
|
13
13
|
reacted: "_1h6d1yqz _bfhkfg4m _irr3i1yw _1di619ru",
|
|
14
14
|
opaqueBackground: "_bfhkvuon _irr3108i _1di61ji5",
|
|
15
15
|
compactButton: "_4t3igktf _4cvr1h6o _19pk12x7",
|
|
@@ -56,7 +56,7 @@ export var ReactionButton = function ReactionButton(_ref) {
|
|
|
56
56
|
flash: flash
|
|
57
57
|
// eslint-disable-next-line @atlaskit/platform/ensure-feature-flag-prefix
|
|
58
58
|
,
|
|
59
|
-
className: ax([fg('platform-component-visual-refresh') ? "
|
|
59
|
+
className: ax([fg('platform-component-visual-refresh') ? "_2rkolb4i _1e0c1txw _2lx2vrvc _4cvr1h6o _4t3i3698" : "_2rko19bv _1e0c1txw _2lx2vrvc _4cvr1h6o _4t3i3698"]),
|
|
60
60
|
style: {
|
|
61
61
|
"--_1ed2mu0": ix("".concat(flashHeight, "px"))
|
|
62
62
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rkofajl{border-radius:var(--ds-radius-small,3px)}._16qs1a23{box-shadow:var(--_3t1odq)}
|
|
3
3
|
._1bch1b66>div{margin-top:var(--ds-space-050,4px)}
|
|
4
4
|
._1e0c1txw{display:flex}
|
|
5
5
|
._1pra1o8l.miniMode{display:inline-block}
|
|
@@ -391,7 +391,7 @@ export var PopperWrapper = function PopperWrapper(props) {
|
|
|
391
391
|
update: update,
|
|
392
392
|
settings: settings
|
|
393
393
|
}, /*#__PURE__*/React.createElement("div", {
|
|
394
|
-
className: ax(["
|
|
394
|
+
className: ax(["_2rkofajl _bfhk13b4 _16qs1a23 _79pa1b66", !fg('platform-reactions-offset-based-popper') && "_1bch1b66"]),
|
|
395
395
|
style: {
|
|
396
396
|
"--_1f6rtr1": ix("var(--ds-surface-overlay, ".concat(N0, ")")),
|
|
397
397
|
"--_3t1odq": ix("var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(N50A, ", 0 0 1px ").concat(N60A), ")"))
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rkofajl{border-radius:var(--ds-radius-small,3px)}._16qs1a23{box-shadow:var(--_3t1odq)}
|
|
3
3
|
._1bch1b66>div{margin-top:var(--ds-space-050,4px)}
|
|
4
4
|
._1e0c1txw{display:flex}
|
|
5
5
|
._1pra1o8l.miniMode{display:inline-block}
|
|
@@ -402,7 +402,7 @@ export var PopperWrapper = function PopperWrapper(props) {
|
|
|
402
402
|
update: update,
|
|
403
403
|
settings: settings
|
|
404
404
|
}, /*#__PURE__*/React.createElement("div", {
|
|
405
|
-
className: ax(["
|
|
405
|
+
className: ax(["_2rkofajl _bfhk13b4 _16qs1a23 _79pa1b66", !fg('platform-reactions-offset-based-popper') && "_1bch1b66"]),
|
|
406
406
|
style: {
|
|
407
407
|
"--_1f6rtr1": ix("var(--ds-surface-overlay, ".concat(N0, ")")),
|
|
408
408
|
"--_3t1odq": ix("var(--ds-shadow-overlay, ".concat("0 4px 8px -2px ".concat(N50A, ", 0 0 1px ").concat(N60A), ")"))
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
3
3
|
._1h6dmuej{border-color:var(--ds-border,#091e4224)}._19bvze3t{padding-left:var(--ds-space-0,0)}
|
|
4
4
|
._19pk1b66{margin-top:var(--ds-space-050,4px)}
|
|
5
5
|
._1bah1h6o{justify-content:center}
|
|
@@ -9,7 +9,7 @@ import ShowMoreHorizontalIcon from '@atlaskit/icon/core/show-more-horizontal';
|
|
|
9
9
|
import { useIntl } from 'react-intl-next';
|
|
10
10
|
import { messages } from '../shared/i18n';
|
|
11
11
|
var styles = {
|
|
12
|
-
trigger: "
|
|
12
|
+
trigger: "_2rko12b0 _2hwx1b66 _19pk1b66 _1ul9zwfg _4t3i1tcg _1e0c1txw _1bah1h6o _4cvr1h6o _bfhksm61 _ca0qze3t _n3tdze3t _19bvze3t _u5f3ze3t",
|
|
13
13
|
transparentEnabledTrigger: "_1h6dmuej _irr3166n _1di61dty"
|
|
14
14
|
};
|
|
15
15
|
// Currently not in use due to Reactions Dialog trigger being moved to tooltip
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
._19itglyw{border:none}
|
|
3
|
-
.
|
|
3
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}._12l21b66{margin-inline-end:var(--ds-space-050,4px)}
|
|
4
4
|
._18m915vq{overflow-y:hidden}
|
|
5
5
|
._19bvze3t{padding-left:var(--ds-space-0,0)}
|
|
6
6
|
._1e0c1txw{display:flex}
|
|
@@ -5,7 +5,7 @@ import * as React from 'react';
|
|
|
5
5
|
import { ax, ix } from "@compiled/react/runtime";
|
|
6
6
|
import { Pressable } from '@atlaskit/primitives/compiled';
|
|
7
7
|
var styles = {
|
|
8
|
-
staticReaction: "_1reo15vq _18m915vq _19itglyw
|
|
8
|
+
staticReaction: "_1reo15vq _18m915vq _19itglyw _2rko12b0 _1e0c1txw _2lx2vrvc _4cvr1y6m _1ul914no _4t3i1tcg _bfhksm61 _syaz1gjq _1pfh1b66 _12l21b66 _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _d0al73ad _irr3166n"
|
|
9
9
|
};
|
|
10
10
|
export var StaticReaction = function StaticReaction(_ref) {
|
|
11
11
|
var onMouseEnter = _ref.onMouseEnter,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
._11c8dcr7{font:var(--ds-font-body-UNSAFE_small,normal 400 9pt/1pc ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
|
-
.
|
|
3
|
-
.
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
3
|
+
._2rko1rr0{border-radius:var(--ds-radius-full,9999px)}
|
|
4
4
|
._qtt8glyw{list-style:none}
|
|
5
5
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
6
6
|
._1dqoglyw{border-style:none}
|
|
@@ -10,14 +10,14 @@ import { Box, Pressable } from '@atlaskit/primitives/compiled';
|
|
|
10
10
|
import { cx } from '@compiled/react';
|
|
11
11
|
import React from 'react';
|
|
12
12
|
var styles = {
|
|
13
|
-
trigger: "
|
|
13
|
+
trigger: "_2rko1rr0 _189ee4h9 _1dqonqa1 _1ul9zwfg _4t3i1tcg _ca0qze3t _u5f3ze3t _n3tdze3t _19bvze3t _1e0c1txw _1bah1h6o _4cvr1h6o",
|
|
14
14
|
subtleTrigger: "_1dqoglyw _1ul91tcg",
|
|
15
15
|
expandedTrigger: "_1ul9146b",
|
|
16
|
-
triggerStylesRefresh: "
|
|
16
|
+
triggerStylesRefresh: "_2rko12b0",
|
|
17
17
|
transparentEnabledTrigger: "_1h6dmuej _bfhksm61 _irr3166n _1di61dty",
|
|
18
18
|
opaqueEnabledTrigger: "_1h6dmuej _bfhkvuon _irr3108i _1di61ji5",
|
|
19
19
|
disabledTrigger: "_1h6d13gt _bfhksyzs",
|
|
20
|
-
miniMode: "
|
|
20
|
+
miniMode: "_2rko12b0 _1dqoglyw _1ul91tcg _ca0q1b66 _u5f31b66 _n3td1b66 _19bv1b66",
|
|
21
21
|
fullWidthSummaryViewReactionPickerTrigger: "_1bsb1osq _ca0qu2gc _19bvu2gc _u5f3u2gc",
|
|
22
22
|
fullWidthSelectorTrayReactionPickerTrigger: "_1bsb1osq _ca0q1b66 _19bv1b66 _u5f31b66",
|
|
23
23
|
fullWidth: "_1bsb1osq _p12f3xl8"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/reactions",
|
|
3
|
-
"version": "33.2.
|
|
3
|
+
"version": "33.2.18",
|
|
4
4
|
"description": "Reactions component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
37
37
|
"@atlaskit/avatar": "^25.1.0",
|
|
38
38
|
"@atlaskit/button": "^23.4.0",
|
|
39
|
-
"@atlaskit/css": "^0.
|
|
39
|
+
"@atlaskit/css": "^0.13.0",
|
|
40
40
|
"@atlaskit/emoji": "^69.5.0",
|
|
41
41
|
"@atlaskit/heading": "^5.2.0",
|
|
42
42
|
"@atlaskit/icon": "^28.1.0",
|
|
@@ -48,12 +48,12 @@
|
|
|
48
48
|
"@atlaskit/popper": "^7.1.0",
|
|
49
49
|
"@atlaskit/popup": "^4.3.0",
|
|
50
50
|
"@atlaskit/portal": "^5.1.0",
|
|
51
|
-
"@atlaskit/primitives": "^14.
|
|
51
|
+
"@atlaskit/primitives": "^14.13.0",
|
|
52
52
|
"@atlaskit/react-ufo": "^4.5.0",
|
|
53
53
|
"@atlaskit/spinner": "^19.0.0",
|
|
54
54
|
"@atlaskit/tabs": "^18.1.0",
|
|
55
55
|
"@atlaskit/theme": "^20.0.0",
|
|
56
|
-
"@atlaskit/tokens": "^6.
|
|
56
|
+
"@atlaskit/tokens": "^6.2.0",
|
|
57
57
|
"@atlaskit/tooltip": "^20.4.0",
|
|
58
58
|
"@atlaskit/ufo": "^0.4.0",
|
|
59
59
|
"@atlaskit/util-service-support": "^6.3.0",
|