@atlaskit/reactions 33.2.16 → 33.2.17
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 +8 -0
- package/dist/cjs/analytics/index.js +1 -1
- package/dist/cjs/components/EmojiButton.compiled.css +1 -1
- package/dist/cjs/components/EmojiButton.js +1 -1
- package/dist/cjs/components/ReactionsDialogTrigger.compiled.css +1 -1
- package/dist/cjs/components/ReactionsDialogTrigger.js +1 -1
- package/dist/es2019/analytics/index.js +1 -1
- package/dist/es2019/components/EmojiButton.compiled.css +1 -1
- package/dist/es2019/components/EmojiButton.js +1 -1
- package/dist/es2019/components/ReactionsDialogTrigger.compiled.css +1 -1
- package/dist/es2019/components/ReactionsDialogTrigger.js +1 -1
- package/dist/esm/analytics/index.js +1 -1
- package/dist/esm/components/EmojiButton.compiled.css +1 -1
- package/dist/esm/components/EmojiButton.js +1 -1
- package/dist/esm/components/ReactionsDialogTrigger.compiled.css +1 -1
- package/dist/esm/components/ReactionsDialogTrigger.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/reactions
|
|
2
2
|
|
|
3
|
+
## 33.2.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`e5001e144b74e`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e5001e144b74e) -
|
|
8
|
+
Internal changes to how border radius is applied.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
3
11
|
## 33.2.16
|
|
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 = "
|
|
14
|
+
var packageVersion = "33.2.16";
|
|
15
15
|
/**
|
|
16
16
|
* TODO: move to utility package?
|
|
17
17
|
* A random sampling function
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
2
3
|
._2rkoglpi{border-radius:var(--ds-border-radius,4px)}
|
|
3
|
-
._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
|
|
4
4
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
5
5
|
._189eidpf{border-width:0}
|
|
6
6
|
._1dqonqa1{border-style:solid}
|
|
@@ -18,7 +18,7 @@ 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
20
|
emojiButton: "_12ji1r31 _1qu2glyw _12y31o36 _2rkoglpi _189eidpf _1e0c1txw _bfhksm61 _19pkze3t _2hwxze3t _otyrze3t _18u0ze3t _ca0qu2gc _u5f3u2gc _n3tdu2gc _19bvu2gc _o7ksrkh3 _1llw1q5f",
|
|
21
|
-
hoverableReactionPickerSelectorEmojiButton: "_12ji1r31 _1qu2glyw _12y31o36
|
|
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,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,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 = "
|
|
4
|
+
const packageVersion = "33.2.16";
|
|
5
5
|
/**
|
|
6
6
|
* TODO: move to utility package?
|
|
7
7
|
* A random sampling function
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
2
3
|
._2rkoglpi{border-radius:var(--ds-border-radius,4px)}
|
|
3
|
-
._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
|
|
4
4
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
5
5
|
._189eidpf{border-width:0}
|
|
6
6
|
._1dqonqa1{border-style:solid}
|
|
@@ -10,7 +10,7 @@ import { RESOURCED_EMOJI_COMPACT_HEIGHT } from '../shared/constants';
|
|
|
10
10
|
import { Pressable } from '@atlaskit/primitives/compiled';
|
|
11
11
|
const styles = {
|
|
12
12
|
emojiButton: "_12ji1r31 _1qu2glyw _12y31o36 _2rkoglpi _189eidpf _1e0c1txw _bfhksm61 _19pkze3t _2hwxze3t _otyrze3t _18u0ze3t _ca0qu2gc _u5f3u2gc _n3tdu2gc _19bvu2gc _o7ksrkh3 _1llw1q5f",
|
|
13
|
-
hoverableReactionPickerSelectorEmojiButton: "_12ji1r31 _1qu2glyw _12y31o36
|
|
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,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
|
|
@@ -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 = "
|
|
7
|
+
var packageVersion = "33.2.16";
|
|
8
8
|
/**
|
|
9
9
|
* TODO: move to utility package?
|
|
10
10
|
* A random sampling function
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
|
+
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
2
3
|
._2rkoglpi{border-radius:var(--ds-border-radius,4px)}
|
|
3
|
-
._2rkoiti9{border-radius:var(--ds-border-radius-100,4px)}
|
|
4
4
|
._189ee4h9{border-width:var(--ds-border-width,1px)}
|
|
5
5
|
._189eidpf{border-width:0}
|
|
6
6
|
._1dqonqa1{border-style:solid}
|
|
@@ -10,7 +10,7 @@ import { RESOURCED_EMOJI_COMPACT_HEIGHT } from '../shared/constants';
|
|
|
10
10
|
import { Pressable } from '@atlaskit/primitives/compiled';
|
|
11
11
|
var styles = {
|
|
12
12
|
emojiButton: "_12ji1r31 _1qu2glyw _12y31o36 _2rkoglpi _189eidpf _1e0c1txw _bfhksm61 _19pkze3t _2hwxze3t _otyrze3t _18u0ze3t _ca0qu2gc _u5f3u2gc _n3tdu2gc _19bvu2gc _o7ksrkh3 _1llw1q5f",
|
|
13
|
-
hoverableReactionPickerSelectorEmojiButton: "_12ji1r31 _1qu2glyw _12y31o36
|
|
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,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
|