@atlaskit/reactions 33.2.22 → 33.2.24
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 +17 -0
- package/dist/cjs/components/Counter.js +1 -1
- package/dist/cjs/components/EmojiButton.js +1 -1
- package/dist/cjs/components/FlashAnimation.js +1 -1
- package/dist/cjs/components/Reaction.js +1 -1
- package/dist/cjs/components/ReactionButton.js +1 -1
- package/dist/cjs/components/ReactionParticleEffect.js +1 -1
- package/dist/cjs/components/ReactionPicker.js +1 -1
- package/dist/cjs/components/ReactionSummaryButton.js +1 -1
- package/dist/cjs/components/ReactionSummaryView.js +1 -1
- package/dist/cjs/components/ReactionTooltip.js +1 -1
- package/dist/cjs/components/ReactionView.js +1 -1
- package/dist/cjs/components/Reactions.js +1 -1
- package/dist/cjs/components/ReactionsDialog.js +1 -1
- package/dist/cjs/components/ReactionsDialogHeader.compiled.css +1 -1
- package/dist/cjs/components/ReactionsDialogHeader.js +2 -5
- package/dist/cjs/components/ReactionsDialogTrigger.js +1 -1
- package/dist/cjs/components/Selector.js +1 -1
- package/dist/cjs/components/StaticReaction.js +1 -1
- package/dist/cjs/components/Trigger.js +1 -1
- package/dist/cjs/containers/ConnectedReactionsView/ConnectedReactionsView.js +69 -19
- package/dist/cjs/i18n/cs.js +3 -21
- package/dist/cjs/i18n/da.js +3 -21
- package/dist/cjs/i18n/de.js +3 -20
- package/dist/cjs/i18n/en.js +3 -21
- package/dist/cjs/i18n/en_GB.js +3 -21
- package/dist/cjs/i18n/en_ZZ.js +3 -21
- package/dist/cjs/i18n/es.js +3 -21
- package/dist/cjs/i18n/fi.js +3 -20
- package/dist/cjs/i18n/fr.js +3 -21
- package/dist/cjs/i18n/hu.js +3 -21
- package/dist/cjs/i18n/it.js +3 -21
- package/dist/cjs/i18n/ja.js +3 -21
- package/dist/cjs/i18n/ko.js +3 -20
- package/dist/cjs/i18n/nb.js +3 -20
- package/dist/cjs/i18n/nl.js +3 -21
- package/dist/cjs/i18n/pl.js +3 -21
- package/dist/cjs/i18n/pt_BR.js +3 -21
- package/dist/cjs/i18n/ru.js +3 -20
- package/dist/cjs/i18n/sv.js +3 -21
- package/dist/cjs/i18n/th.js +3 -21
- package/dist/cjs/i18n/tr.js +3 -21
- package/dist/cjs/i18n/uk.js +3 -21
- package/dist/cjs/i18n/vi.js +3 -21
- package/dist/cjs/i18n/zh.js +3 -21
- package/dist/cjs/i18n/zh_TW.js +3 -20
- package/dist/es2019/components/Counter.js +1 -1
- package/dist/es2019/components/EmojiButton.js +1 -1
- package/dist/es2019/components/FlashAnimation.js +1 -1
- package/dist/es2019/components/Reaction.js +1 -1
- package/dist/es2019/components/ReactionButton.js +1 -1
- package/dist/es2019/components/ReactionParticleEffect.js +1 -1
- package/dist/es2019/components/ReactionPicker.js +1 -1
- package/dist/es2019/components/ReactionSummaryButton.js +1 -1
- package/dist/es2019/components/ReactionSummaryView.js +1 -1
- package/dist/es2019/components/ReactionTooltip.js +1 -1
- package/dist/es2019/components/ReactionView.js +1 -1
- package/dist/es2019/components/Reactions.js +1 -1
- package/dist/es2019/components/ReactionsDialog.js +1 -1
- package/dist/es2019/components/ReactionsDialogHeader.js +1 -1
- package/dist/es2019/components/ReactionsDialogTrigger.js +1 -1
- package/dist/es2019/components/Selector.js +1 -1
- package/dist/es2019/components/StaticReaction.js +1 -1
- package/dist/es2019/components/Trigger.js +1 -1
- package/dist/es2019/containers/ConnectedReactionsView/ConnectedReactionsView.js +38 -1
- package/dist/es2019/i18n/cs.js +3 -21
- package/dist/es2019/i18n/da.js +3 -21
- package/dist/es2019/i18n/de.js +3 -20
- package/dist/es2019/i18n/en.js +3 -21
- package/dist/es2019/i18n/en_GB.js +3 -21
- package/dist/es2019/i18n/en_ZZ.js +3 -21
- package/dist/es2019/i18n/es.js +3 -21
- package/dist/es2019/i18n/fi.js +3 -20
- package/dist/es2019/i18n/fr.js +3 -21
- package/dist/es2019/i18n/hu.js +3 -21
- package/dist/es2019/i18n/it.js +3 -21
- package/dist/es2019/i18n/ja.js +3 -21
- package/dist/es2019/i18n/ko.js +3 -20
- package/dist/es2019/i18n/nb.js +3 -20
- package/dist/es2019/i18n/nl.js +3 -21
- package/dist/es2019/i18n/pl.js +3 -21
- package/dist/es2019/i18n/pt_BR.js +3 -21
- package/dist/es2019/i18n/ru.js +3 -20
- package/dist/es2019/i18n/sv.js +3 -21
- package/dist/es2019/i18n/th.js +3 -21
- package/dist/es2019/i18n/tr.js +3 -21
- package/dist/es2019/i18n/uk.js +3 -21
- package/dist/es2019/i18n/vi.js +3 -21
- package/dist/es2019/i18n/zh.js +3 -21
- package/dist/es2019/i18n/zh_TW.js +3 -20
- package/dist/esm/components/Counter.js +1 -1
- package/dist/esm/components/EmojiButton.js +1 -1
- package/dist/esm/components/FlashAnimation.js +1 -1
- package/dist/esm/components/Reaction.js +1 -1
- package/dist/esm/components/ReactionButton.js +1 -1
- package/dist/esm/components/ReactionParticleEffect.js +1 -1
- package/dist/esm/components/ReactionPicker.js +1 -1
- package/dist/esm/components/ReactionSummaryButton.js +1 -1
- package/dist/esm/components/ReactionSummaryView.js +1 -1
- package/dist/esm/components/ReactionTooltip.js +1 -1
- package/dist/esm/components/ReactionView.js +1 -1
- package/dist/esm/components/Reactions.js +1 -1
- package/dist/esm/components/ReactionsDialog.js +1 -1
- package/dist/esm/components/ReactionsDialogHeader.compiled.css +1 -1
- package/dist/esm/components/ReactionsDialogHeader.js +2 -5
- package/dist/esm/components/ReactionsDialogTrigger.js +1 -1
- package/dist/esm/components/Selector.js +1 -1
- package/dist/esm/components/StaticReaction.js +1 -1
- package/dist/esm/components/Trigger.js +1 -1
- package/dist/esm/containers/ConnectedReactionsView/ConnectedReactionsView.js +70 -20
- package/dist/esm/i18n/cs.js +3 -21
- package/dist/esm/i18n/da.js +3 -21
- package/dist/esm/i18n/de.js +3 -20
- package/dist/esm/i18n/en.js +3 -21
- package/dist/esm/i18n/en_GB.js +3 -21
- package/dist/esm/i18n/en_ZZ.js +3 -21
- package/dist/esm/i18n/es.js +3 -21
- package/dist/esm/i18n/fi.js +3 -20
- package/dist/esm/i18n/fr.js +3 -21
- package/dist/esm/i18n/hu.js +3 -21
- package/dist/esm/i18n/it.js +3 -21
- package/dist/esm/i18n/ja.js +3 -21
- package/dist/esm/i18n/ko.js +3 -20
- package/dist/esm/i18n/nb.js +3 -20
- package/dist/esm/i18n/nl.js +3 -21
- package/dist/esm/i18n/pl.js +3 -21
- package/dist/esm/i18n/pt_BR.js +3 -21
- package/dist/esm/i18n/ru.js +3 -20
- package/dist/esm/i18n/sv.js +3 -21
- package/dist/esm/i18n/th.js +3 -21
- package/dist/esm/i18n/tr.js +3 -21
- package/dist/esm/i18n/uk.js +3 -21
- package/dist/esm/i18n/vi.js +3 -21
- package/dist/esm/i18n/zh.js +3 -21
- package/dist/esm/i18n/zh_TW.js +3 -20
- package/dist/types/i18n/cs.d.ts +2 -21
- package/dist/types/i18n/da.d.ts +2 -21
- package/dist/types/i18n/de.d.ts +2 -20
- package/dist/types/i18n/en.d.ts +2 -21
- package/dist/types/i18n/en_GB.d.ts +2 -21
- package/dist/types/i18n/en_ZZ.d.ts +2 -21
- package/dist/types/i18n/es.d.ts +2 -21
- package/dist/types/i18n/fi.d.ts +2 -20
- package/dist/types/i18n/fr.d.ts +2 -21
- package/dist/types/i18n/hu.d.ts +2 -21
- package/dist/types/i18n/it.d.ts +2 -21
- package/dist/types/i18n/ja.d.ts +2 -21
- package/dist/types/i18n/ko.d.ts +2 -20
- package/dist/types/i18n/nb.d.ts +2 -20
- package/dist/types/i18n/nl.d.ts +2 -21
- package/dist/types/i18n/pl.d.ts +2 -21
- package/dist/types/i18n/pt_BR.d.ts +2 -21
- package/dist/types/i18n/ru.d.ts +2 -20
- package/dist/types/i18n/sv.d.ts +2 -21
- package/dist/types/i18n/th.d.ts +2 -21
- package/dist/types/i18n/tr.d.ts +2 -21
- package/dist/types/i18n/uk.d.ts +2 -21
- package/dist/types/i18n/vi.d.ts +2 -21
- package/dist/types/i18n/zh.d.ts +2 -21
- package/dist/types/i18n/zh_TW.d.ts +2 -20
- package/dist/types-ts4.5/i18n/cs.d.ts +2 -21
- package/dist/types-ts4.5/i18n/da.d.ts +2 -21
- package/dist/types-ts4.5/i18n/de.d.ts +2 -20
- package/dist/types-ts4.5/i18n/en.d.ts +2 -21
- package/dist/types-ts4.5/i18n/en_GB.d.ts +2 -21
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +2 -21
- package/dist/types-ts4.5/i18n/es.d.ts +2 -21
- package/dist/types-ts4.5/i18n/fi.d.ts +2 -20
- package/dist/types-ts4.5/i18n/fr.d.ts +2 -21
- package/dist/types-ts4.5/i18n/hu.d.ts +2 -21
- package/dist/types-ts4.5/i18n/it.d.ts +2 -21
- package/dist/types-ts4.5/i18n/ja.d.ts +2 -21
- package/dist/types-ts4.5/i18n/ko.d.ts +2 -20
- package/dist/types-ts4.5/i18n/nb.d.ts +2 -20
- package/dist/types-ts4.5/i18n/nl.d.ts +2 -21
- package/dist/types-ts4.5/i18n/pl.d.ts +2 -21
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +2 -21
- package/dist/types-ts4.5/i18n/ru.d.ts +2 -20
- package/dist/types-ts4.5/i18n/sv.d.ts +2 -21
- package/dist/types-ts4.5/i18n/th.d.ts +2 -21
- package/dist/types-ts4.5/i18n/tr.d.ts +2 -21
- package/dist/types-ts4.5/i18n/uk.d.ts +2 -21
- package/dist/types-ts4.5/i18n/vi.d.ts +2 -21
- package/dist/types-ts4.5/i18n/zh.d.ts +2 -21
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +2 -20
- package/package.json +10 -6
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/reactions
|
|
2
2
|
|
|
3
|
+
## 33.2.24
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`a4f8c466df2bd`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/a4f8c466df2bd) -
|
|
8
|
+
Use sync store if it is available.
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
|
|
11
|
+
## 33.2.23
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- [`411addc8f1770`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/411addc8f1770) -
|
|
16
|
+
Migrate elements, search, smart-experiences, web-platform, forge, jql and bitbucket pkgs to use
|
|
17
|
+
i18n NPM pkgs from Traduki
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 33.2.22
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
|
@@ -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
|
-
.
|
|
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.
|
|
1
|
+
/* ReactionsDialogHeader.tsx generated by @compiled/babel-plugin v0.38.1 */
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
4
|
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
@@ -154,10 +154,7 @@ 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
|
|
158
|
-
style: {
|
|
159
|
-
"--_1i0gnx0": (0, _runtime.ix)("var(--ds-border-width, 1px)".concat(" solid ", "var(--ds-border, #EBECF0)"))
|
|
160
|
-
}
|
|
157
|
+
className: (0, _runtime.ax)(["_1reo1wug _18m91wug _n7zl17ba _1e0c1txw _1bsb1osq _4cvr1y6m _80wau2gc _s2c4kb7n _141m1j28"])
|
|
161
158
|
}, !isSinglePage && !isOnFirstPage && /*#__PURE__*/React.createElement(LeftNavigationButton, {
|
|
162
159
|
handlePreviousPage: handlePreviousPage
|
|
163
160
|
}), /*#__PURE__*/React.createElement(_tabs.TabList, null, currentReactions.map(function (reaction, index) {
|
|
@@ -18,6 +18,7 @@ var _components = require("../../components");
|
|
|
18
18
|
var _Reactions = require("../../components/Reactions");
|
|
19
19
|
var _store2 = require("../../store");
|
|
20
20
|
var _types = require("../../types");
|
|
21
|
+
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
21
22
|
var _excluded = ["ari", "containerAri", "store", "particleEffectByEmojiEnabled", "onReactionSuccess"];
|
|
22
23
|
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); }
|
|
23
24
|
/**
|
|
@@ -143,16 +144,65 @@ var ConnectedReactionsView = exports.ConnectedReactionsView = function Connected
|
|
|
143
144
|
var mapDispatchToProps = (0, _react.useCallback)(function (actions) {
|
|
144
145
|
return mapDispatchToPropsHelper(actions, containerAri, ari, onReactionSuccess);
|
|
145
146
|
}, [ari, containerAri, onReactionSuccess]);
|
|
147
|
+
var resolveStore = (0, _react.useCallback)(function (store) {
|
|
148
|
+
if (!(0, _platformFeatureFlags.fg)('jfp-magma-ssr-issue-view-comment-reactions')) {
|
|
149
|
+
return;
|
|
150
|
+
}
|
|
151
|
+
if (store.setCreateAnalyticsEvent && createAnalyticsEvent) {
|
|
152
|
+
store.setCreateAnalyticsEvent(createAnalyticsEvent);
|
|
153
|
+
}
|
|
154
|
+
var state = mapStateToProps(store.getState());
|
|
155
|
+
var dispatch = mapDispatchToProps(store);
|
|
156
|
+
setStateData(state);
|
|
157
|
+
setDispatchData(dispatch);
|
|
158
|
+
}, [createAnalyticsEvent, mapDispatchToProps, mapStateToProps]);
|
|
159
|
+
(0, _react.useMemo)(function () {
|
|
160
|
+
if (!(0, _platformFeatureFlags.fg)('jfp-magma-ssr-issue-view-comment-reactions')) {
|
|
161
|
+
return;
|
|
162
|
+
}
|
|
163
|
+
if (!('then' in store)) {
|
|
164
|
+
// Store is not a Promise
|
|
165
|
+
resolveStore(store);
|
|
166
|
+
}
|
|
167
|
+
}, [, store, resolveStore]);
|
|
146
168
|
(0, _react.useEffect)(function () {
|
|
169
|
+
if (!(0, _platformFeatureFlags.fg)('jfp-magma-ssr-issue-view-comment-reactions')) {
|
|
170
|
+
return;
|
|
171
|
+
}
|
|
147
172
|
(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee() {
|
|
148
|
-
var _store
|
|
173
|
+
var _store;
|
|
149
174
|
return _regenerator.default.wrap(function _callee$(_context) {
|
|
150
175
|
while (1) switch (_context.prev = _context.next) {
|
|
151
176
|
case 0:
|
|
152
|
-
|
|
177
|
+
if (!('then' in store)) {
|
|
178
|
+
_context.next = 5;
|
|
179
|
+
break;
|
|
180
|
+
}
|
|
181
|
+
_context.next = 3;
|
|
153
182
|
return Promise.resolve(store);
|
|
154
|
-
case
|
|
183
|
+
case 3:
|
|
155
184
|
_store = _context.sent;
|
|
185
|
+
resolveStore(_store);
|
|
186
|
+
case 5:
|
|
187
|
+
case "end":
|
|
188
|
+
return _context.stop();
|
|
189
|
+
}
|
|
190
|
+
}, _callee);
|
|
191
|
+
}))();
|
|
192
|
+
}, [store, resolveStore]);
|
|
193
|
+
(0, _react.useEffect)(function () {
|
|
194
|
+
if ((0, _platformFeatureFlags.fg)('jfp-magma-ssr-issue-view-comment-reactions')) {
|
|
195
|
+
return;
|
|
196
|
+
}
|
|
197
|
+
(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee2() {
|
|
198
|
+
var _store, state, dispatch;
|
|
199
|
+
return _regenerator.default.wrap(function _callee2$(_context2) {
|
|
200
|
+
while (1) switch (_context2.prev = _context2.next) {
|
|
201
|
+
case 0:
|
|
202
|
+
_context2.next = 2;
|
|
203
|
+
return Promise.resolve(store);
|
|
204
|
+
case 2:
|
|
205
|
+
_store = _context2.sent;
|
|
156
206
|
if (_store.setCreateAnalyticsEvent && createAnalyticsEvent) {
|
|
157
207
|
_store.setCreateAnalyticsEvent(createAnalyticsEvent);
|
|
158
208
|
}
|
|
@@ -162,9 +212,9 @@ var ConnectedReactionsView = exports.ConnectedReactionsView = function Connected
|
|
|
162
212
|
setDispatchData(dispatch);
|
|
163
213
|
case 8:
|
|
164
214
|
case "end":
|
|
165
|
-
return
|
|
215
|
+
return _context2.stop();
|
|
166
216
|
}
|
|
167
|
-
},
|
|
217
|
+
}, _callee2);
|
|
168
218
|
}))();
|
|
169
219
|
}, [createAnalyticsEvent, store, ari, containerAri, mapStateToProps, mapDispatchToProps]);
|
|
170
220
|
|
|
@@ -178,38 +228,38 @@ var ConnectedReactionsView = exports.ConnectedReactionsView = function Connected
|
|
|
178
228
|
var stateProps = mapStateToProps(state);
|
|
179
229
|
setStateData(stateProps);
|
|
180
230
|
};
|
|
181
|
-
(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function
|
|
231
|
+
(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee3() {
|
|
182
232
|
var _store;
|
|
183
|
-
return _regenerator.default.wrap(function
|
|
184
|
-
while (1) switch (
|
|
233
|
+
return _regenerator.default.wrap(function _callee3$(_context3) {
|
|
234
|
+
while (1) switch (_context3.prev = _context3.next) {
|
|
185
235
|
case 0:
|
|
186
|
-
|
|
236
|
+
_context3.next = 2;
|
|
187
237
|
return Promise.resolve(store);
|
|
188
238
|
case 2:
|
|
189
|
-
_store =
|
|
239
|
+
_store = _context3.sent;
|
|
190
240
|
_store.onChange(onChangeCallback);
|
|
191
241
|
case 4:
|
|
192
242
|
case "end":
|
|
193
|
-
return
|
|
243
|
+
return _context3.stop();
|
|
194
244
|
}
|
|
195
|
-
},
|
|
245
|
+
}, _callee3);
|
|
196
246
|
}))();
|
|
197
247
|
return function cleanup() {
|
|
198
|
-
(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function
|
|
248
|
+
(0, _asyncToGenerator2.default)( /*#__PURE__*/_regenerator.default.mark(function _callee4() {
|
|
199
249
|
var _store;
|
|
200
|
-
return _regenerator.default.wrap(function
|
|
201
|
-
while (1) switch (
|
|
250
|
+
return _regenerator.default.wrap(function _callee4$(_context4) {
|
|
251
|
+
while (1) switch (_context4.prev = _context4.next) {
|
|
202
252
|
case 0:
|
|
203
|
-
|
|
253
|
+
_context4.next = 2;
|
|
204
254
|
return Promise.resolve(store);
|
|
205
255
|
case 2:
|
|
206
|
-
_store =
|
|
256
|
+
_store = _context4.sent;
|
|
207
257
|
_store.removeOnChangeListener(onChangeCallback);
|
|
208
258
|
case 4:
|
|
209
259
|
case "end":
|
|
210
|
-
return
|
|
260
|
+
return _context4.stop();
|
|
211
261
|
}
|
|
212
|
-
},
|
|
262
|
+
}, _callee4);
|
|
213
263
|
}))();
|
|
214
264
|
};
|
|
215
265
|
}, [mapStateToProps, store]);
|
package/dist/cjs/i18n/cs.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
7
|
exports.default = void 0;
|
|
8
|
+
var _cs = _interopRequireDefault(require("@atlaskit/afm-i18n-platform-elements-reactions/i18n/cs"));
|
|
7
9
|
/* prettier-ignore */
|
|
8
10
|
/**
|
|
9
11
|
* NOTE:
|
|
@@ -11,24 +13,4 @@ exports.default = void 0;
|
|
|
11
13
|
* This file is automatically generated by Traduki 2.0.
|
|
12
14
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
15
|
*/
|
|
14
|
-
|
|
15
|
-
var _default = exports.default = {
|
|
16
|
-
'fabric.reactions.add': 'Přidat reakci',
|
|
17
|
-
'fabric.reactions.add.new': 'Přidat novou',
|
|
18
|
-
'fabric.reactions.error.unexpected': 'Reakce jsou dočasně nedostupné.',
|
|
19
|
-
'fabric.reactions.loading': 'Načítání...',
|
|
20
|
-
'fabric.reactions.more.emojis': 'Více smajlíků',
|
|
21
|
-
'fabric.reactions.other.reacted.users': '{count, plural, one {a jeden další} few {a {count} další} many {a {count} dalšího} other {a {count} dalších}}',
|
|
22
|
-
'fabric.reactions.reactwithemoji': 'Reagovat pomocí smajlíku {emoji}',
|
|
23
|
-
'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} {emoji} smajlík. Reagovat pomocí smajlíku {emoji}} few {{count,number} {emoji} smajlíky. Reagovat pomocí smajlíku {emoji}} many {{count,number} {emoji} smajlíku. Reagovat pomocí smajlíku {emoji}} other {{count,number} {emoji} smajlíků. Reagovat pomocí smajlíku {emoji}}}',
|
|
24
|
-
'fabric.reactions.summary': 'Zobrazit všechny reakce uživatelů',
|
|
25
|
-
'reaction-picker-trigger.add.reaction.message': 'Přidat reakci',
|
|
26
|
-
'reactions-reaction.picker-label': 'Přidat reakce',
|
|
27
|
-
'reactions.dialog.close': 'Zavřít',
|
|
28
|
-
'reactions.dialog.emoji.name': '{emojiName}',
|
|
29
|
-
'reactions.dialog.left.navigate': 'Navigace doleva',
|
|
30
|
-
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reakce celkem} few {{count,number} reakce celkem} many {{count,number} reakce celkem} other {{count,number} reakcí celkem}}',
|
|
31
|
-
'reactions.dialog.right.navigate': 'Navigace doprava',
|
|
32
|
-
'reactions.dialog.viewall': 'Zobrazit vše',
|
|
33
|
-
'reactions.dialog.viewall.tooltip': 'Zobrazit všechny reakce uživatelů'
|
|
34
|
-
};
|
|
16
|
+
var _default = exports.default = _cs.default;
|
package/dist/cjs/i18n/da.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
7
|
exports.default = void 0;
|
|
8
|
+
var _da = _interopRequireDefault(require("@atlaskit/afm-i18n-platform-elements-reactions/i18n/da"));
|
|
7
9
|
/* prettier-ignore */
|
|
8
10
|
/**
|
|
9
11
|
* NOTE:
|
|
@@ -11,24 +13,4 @@ exports.default = void 0;
|
|
|
11
13
|
* This file is automatically generated by Traduki 2.0.
|
|
12
14
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
15
|
*/
|
|
14
|
-
|
|
15
|
-
var _default = exports.default = {
|
|
16
|
-
'fabric.reactions.add': 'Tilføj reaktion',
|
|
17
|
-
'fabric.reactions.add.new': 'Tilføj ny',
|
|
18
|
-
'fabric.reactions.error.unexpected': 'Reaktioner er midlertidigt utilgængelige',
|
|
19
|
-
'fabric.reactions.loading': 'Indlæser ...',
|
|
20
|
-
'fabric.reactions.more.emojis': 'Flere emojis',
|
|
21
|
-
'fabric.reactions.other.reacted.users': '{count, plural, one {og én anden} other {og {count} andre}}',
|
|
22
|
-
'fabric.reactions.reactwithemoji': 'Reager med emojien {emoji}',
|
|
23
|
-
'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} {emoji}-emoji. Reager med emojien {emoji}} other {{count,number} {emoji}-emojier. Reager med emojien {emoji}}}',
|
|
24
|
-
'fabric.reactions.summary': 'Se alle brugerreaktioner',
|
|
25
|
-
'reaction-picker-trigger.add.reaction.message': 'Tilføj en reaktion',
|
|
26
|
-
'reactions-reaction.picker-label': 'Tilføj reaktioner',
|
|
27
|
-
'reactions.dialog.close': 'Luk',
|
|
28
|
-
'reactions.dialog.emoji.name': '{emojiName}',
|
|
29
|
-
'reactions.dialog.left.navigate': 'Navigation til venstre',
|
|
30
|
-
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reaktion i alt} other {{count,number} reaktioner i alt}}',
|
|
31
|
-
'reactions.dialog.right.navigate': 'Navigation til højre',
|
|
32
|
-
'reactions.dialog.viewall': 'Vis alle',
|
|
33
|
-
'reactions.dialog.viewall.tooltip': 'Se alle brugerreaktioner'
|
|
34
|
-
};
|
|
16
|
+
var _default = exports.default = _da.default;
|
package/dist/cjs/i18n/de.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
7
|
exports.default = void 0;
|
|
8
|
+
var _de = _interopRequireDefault(require("@atlaskit/afm-i18n-platform-elements-reactions/i18n/de"));
|
|
7
9
|
/* prettier-ignore */
|
|
8
10
|
/**
|
|
9
11
|
* NOTE:
|
|
@@ -11,23 +13,4 @@ exports.default = void 0;
|
|
|
11
13
|
* This file is automatically generated by Traduki 2.0.
|
|
12
14
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
15
|
*/
|
|
14
|
-
|
|
15
|
-
var _default = exports.default = {
|
|
16
|
-
'fabric.reactions.add': 'Reaktion hinzufügen',
|
|
17
|
-
'fabric.reactions.add.new': 'Neu hinzufügen',
|
|
18
|
-
'fabric.reactions.error.unexpected': 'Reaktionen sind vorübergehend nicht verfügbar.',
|
|
19
|
-
'fabric.reactions.loading': 'Wird geladen...',
|
|
20
|
-
'fabric.reactions.more.emojis': 'Mehr Emojis',
|
|
21
|
-
'fabric.reactions.other.reacted.users': '{count, plural, one {und ein weiterer} other {und {count} weitere}}',
|
|
22
|
-
'fabric.reactions.reactwithemoji': 'Mit {emoji}-Emoji reagieren',
|
|
23
|
-
'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} {emoji}-Emoji. Mit {emoji}-Emoji reagieren} other {{count,number} {emoji}-Emojis. Mit {emoji}-Emoji reagieren}}',
|
|
24
|
-
'fabric.reactions.summary': 'Alle Benutzerreaktionen anzeigen',
|
|
25
|
-
'reaction-picker-trigger.add.reaction.message': 'Eine Reaktion hinzufügen',
|
|
26
|
-
'reactions-reaction.picker-label': 'Reaktionen hinzufügen',
|
|
27
|
-
'reactions.dialog.close': 'Schließen',
|
|
28
|
-
'reactions.dialog.left.navigate': 'Nach links navigieren',
|
|
29
|
-
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} Reaktion insgesamt} other {{count,number} Reaktionen insgesamt}}',
|
|
30
|
-
'reactions.dialog.right.navigate': 'Nach rechts navigieren',
|
|
31
|
-
'reactions.dialog.viewall': 'Alle anzeigen',
|
|
32
|
-
'reactions.dialog.viewall.tooltip': 'Alle Benutzerreaktionen anzeigen'
|
|
33
|
-
};
|
|
16
|
+
var _default = exports.default = _de.default;
|
package/dist/cjs/i18n/en.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
7
|
exports.default = void 0;
|
|
8
|
+
var _en = _interopRequireDefault(require("@atlaskit/afm-i18n-platform-elements-reactions/i18n/en"));
|
|
7
9
|
/* prettier-ignore */
|
|
8
10
|
/**
|
|
9
11
|
* NOTE:
|
|
@@ -11,24 +13,4 @@ exports.default = void 0;
|
|
|
11
13
|
* This file is automatically generated by Traduki 2.0.
|
|
12
14
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
15
|
*/
|
|
14
|
-
|
|
15
|
-
var _default = exports.default = {
|
|
16
|
-
'fabric.reactions.add': 'Add reaction',
|
|
17
|
-
'fabric.reactions.add.new': 'Add new',
|
|
18
|
-
'fabric.reactions.error.unexpected': 'Reactions are temporarily unavailable',
|
|
19
|
-
'fabric.reactions.loading': 'Loading...',
|
|
20
|
-
'fabric.reactions.more.emojis': 'More emojis',
|
|
21
|
-
'fabric.reactions.other.reacted.users': '{count, plural, one {and one other} other {and {count} others}}',
|
|
22
|
-
'fabric.reactions.reactwithemoji': 'React with {emoji} emoji',
|
|
23
|
-
'fabric.reactions.reactwithemojiandcount': '{count, plural, one {# {emoji} emoji} other {# {emoji} emojis}}. React with {emoji} emoji',
|
|
24
|
-
'fabric.reactions.summary': 'View all user reactions',
|
|
25
|
-
'reaction-picker-trigger.add.reaction.message': 'Add a reaction',
|
|
26
|
-
'reactions-reaction.picker-label': 'Add reactions',
|
|
27
|
-
'reactions.dialog.close': 'Close',
|
|
28
|
-
'reactions.dialog.emoji.name': '{emojiName}',
|
|
29
|
-
'reactions.dialog.left.navigate': 'Left Navigate',
|
|
30
|
-
'reactions.dialog.reactions.count': '{count, plural, one {# total reaction} other {# total reactions} }',
|
|
31
|
-
'reactions.dialog.right.navigate': 'Right Navigate',
|
|
32
|
-
'reactions.dialog.viewall': 'View all',
|
|
33
|
-
'reactions.dialog.viewall.tooltip': 'View all user reactions'
|
|
34
|
-
};
|
|
16
|
+
var _default = exports.default = _en.default;
|
package/dist/cjs/i18n/en_GB.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
7
|
exports.default = void 0;
|
|
8
|
+
var _en_GB = _interopRequireDefault(require("@atlaskit/afm-i18n-platform-elements-reactions/i18n/en_GB"));
|
|
7
9
|
/* prettier-ignore */
|
|
8
10
|
/**
|
|
9
11
|
* NOTE:
|
|
@@ -11,24 +13,4 @@ exports.default = void 0;
|
|
|
11
13
|
* This file is automatically generated by Traduki 2.0.
|
|
12
14
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
15
|
*/
|
|
14
|
-
|
|
15
|
-
var _default = exports.default = {
|
|
16
|
-
'fabric.reactions.add': 'Add reaction',
|
|
17
|
-
'fabric.reactions.add.new': 'Add new',
|
|
18
|
-
'fabric.reactions.error.unexpected': 'Reactions are temporarily unavailable',
|
|
19
|
-
'fabric.reactions.loading': 'Loading...',
|
|
20
|
-
'fabric.reactions.more.emojis': 'More emojis',
|
|
21
|
-
'fabric.reactions.other.reacted.users': '{count, plural, one {and one other} other {and {count} others}}',
|
|
22
|
-
'fabric.reactions.reactwithemoji': 'React with {emoji} emoji',
|
|
23
|
-
'fabric.reactions.reactwithemojiandcount': '{count, plural, one {# {emoji} emoji} other {# {emoji} emojis}}. React with {emoji} emoji',
|
|
24
|
-
'fabric.reactions.summary': 'View all user reactions',
|
|
25
|
-
'reaction-picker-trigger.add.reaction.message': 'Add a reaction',
|
|
26
|
-
'reactions-reaction.picker-label': 'Add reactions',
|
|
27
|
-
'reactions.dialog.close': 'Close',
|
|
28
|
-
'reactions.dialog.emoji.name': '{emojiName}',
|
|
29
|
-
'reactions.dialog.left.navigate': 'Left Navigate',
|
|
30
|
-
'reactions.dialog.reactions.count': '{count, plural, one {# total reaction} other {# total reactions} }',
|
|
31
|
-
'reactions.dialog.right.navigate': 'Right Navigate',
|
|
32
|
-
'reactions.dialog.viewall': 'View all',
|
|
33
|
-
'reactions.dialog.viewall.tooltip': 'View all user reactions'
|
|
34
|
-
};
|
|
16
|
+
var _default = exports.default = _en_GB.default;
|
package/dist/cjs/i18n/en_ZZ.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
7
|
exports.default = void 0;
|
|
8
|
+
var _en_ZZ = _interopRequireDefault(require("@atlaskit/afm-i18n-platform-elements-reactions/i18n/en_ZZ"));
|
|
7
9
|
/* prettier-ignore */
|
|
8
10
|
/**
|
|
9
11
|
* NOTE:
|
|
@@ -11,24 +13,4 @@ exports.default = void 0;
|
|
|
11
13
|
* This file is automatically generated by Traduki 2.0.
|
|
12
14
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
15
|
*/
|
|
14
|
-
|
|
15
|
-
var _default = exports.default = {
|
|
16
|
-
'fabric.reactions.add': 'Add reaction',
|
|
17
|
-
'fabric.reactions.add.new': 'Add new',
|
|
18
|
-
'fabric.reactions.error.unexpected': 'Reactions are temporarily unavailable',
|
|
19
|
-
'fabric.reactions.loading': 'Loading...',
|
|
20
|
-
'fabric.reactions.more.emojis': 'More emojis',
|
|
21
|
-
'fabric.reactions.other.reacted.users': '{count, plural, one {and one other} other {and {count} others}}',
|
|
22
|
-
'fabric.reactions.reactwithemoji': 'React with {emoji} emoji',
|
|
23
|
-
'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} {emoji} emoji. React with {emoji} emoji} other {{count,number} {emoji} emojis. React with {emoji} emoji}}',
|
|
24
|
-
'fabric.reactions.summary': 'View all user reactions',
|
|
25
|
-
'reaction-picker-trigger.add.reaction.message': 'Add a reaction',
|
|
26
|
-
'reactions-reaction.picker-label': 'Add reactions',
|
|
27
|
-
'reactions.dialog.close': 'Close',
|
|
28
|
-
'reactions.dialog.emoji.name': '{emojiName}',
|
|
29
|
-
'reactions.dialog.left.navigate': 'Left Navigate',
|
|
30
|
-
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} total reaction} other {{count,number} total reactions}}',
|
|
31
|
-
'reactions.dialog.right.navigate': 'Right Navigate',
|
|
32
|
-
'reactions.dialog.viewall': 'View all',
|
|
33
|
-
'reactions.dialog.viewall.tooltip': 'View all user reactions'
|
|
34
|
-
};
|
|
16
|
+
var _default = exports.default = _en_ZZ.default;
|
package/dist/cjs/i18n/es.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
7
|
exports.default = void 0;
|
|
8
|
+
var _es = _interopRequireDefault(require("@atlaskit/afm-i18n-platform-elements-reactions/i18n/es"));
|
|
7
9
|
/* prettier-ignore */
|
|
8
10
|
/**
|
|
9
11
|
* NOTE:
|
|
@@ -11,24 +13,4 @@ exports.default = void 0;
|
|
|
11
13
|
* This file is automatically generated by Traduki 2.0.
|
|
12
14
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
15
|
*/
|
|
14
|
-
|
|
15
|
-
var _default = exports.default = {
|
|
16
|
-
'fabric.reactions.add': 'Añadir reacción',
|
|
17
|
-
'fabric.reactions.add.new': 'Añadir una nueva',
|
|
18
|
-
'fabric.reactions.error.unexpected': 'Las reacciones no están disponibles temporalmente',
|
|
19
|
-
'fabric.reactions.loading': 'Cargando...',
|
|
20
|
-
'fabric.reactions.more.emojis': 'Más emojis',
|
|
21
|
-
'fabric.reactions.other.reacted.users': '{count, plural, one {y 1 más} other {y {count} más}}',
|
|
22
|
-
'fabric.reactions.reactwithemoji': 'Reaccionar con el emoticono {emoji}',
|
|
23
|
-
'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} emoji {emoji}. Reacciona con el emoji {emoji}} other {{count,number} emojis {emoji}. Reacciona con el emoji {emoji}}}',
|
|
24
|
-
'fabric.reactions.summary': 'Ver todas las reacciones de los usuarios',
|
|
25
|
-
'reaction-picker-trigger.add.reaction.message': 'Añade una reacción',
|
|
26
|
-
'reactions-reaction.picker-label': 'Añadir reacciones',
|
|
27
|
-
'reactions.dialog.close': 'Cerrar',
|
|
28
|
-
'reactions.dialog.emoji.name': '{emojiName}',
|
|
29
|
-
'reactions.dialog.left.navigate': 'Desplazarse hacia la izquierda',
|
|
30
|
-
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reacción total} other {{count,number} reacciones totales}}',
|
|
31
|
-
'reactions.dialog.right.navigate': 'Desplazarse hacia la derecha',
|
|
32
|
-
'reactions.dialog.viewall': 'Ver todo',
|
|
33
|
-
'reactions.dialog.viewall.tooltip': 'Ver todas las reacciones de los usuarios'
|
|
34
|
-
};
|
|
16
|
+
var _default = exports.default = _es.default;
|
package/dist/cjs/i18n/fi.js
CHANGED
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
7
|
exports.default = void 0;
|
|
8
|
+
var _fi = _interopRequireDefault(require("@atlaskit/afm-i18n-platform-elements-reactions/i18n/fi"));
|
|
7
9
|
/* prettier-ignore */
|
|
8
10
|
/**
|
|
9
11
|
* NOTE:
|
|
@@ -11,23 +13,4 @@ exports.default = void 0;
|
|
|
11
13
|
* This file is automatically generated by Traduki 2.0.
|
|
12
14
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
13
15
|
*/
|
|
14
|
-
|
|
15
|
-
var _default = exports.default = {
|
|
16
|
-
'fabric.reactions.add': 'Lisää reaktio',
|
|
17
|
-
'fabric.reactions.add.new': 'Lisää uusi',
|
|
18
|
-
'fabric.reactions.error.unexpected': 'Reaktiot ovat väliaikaisesti poissa käytöstä',
|
|
19
|
-
'fabric.reactions.loading': 'Ladataan...',
|
|
20
|
-
'fabric.reactions.more.emojis': 'Lisää emojeita',
|
|
21
|
-
'fabric.reactions.other.reacted.users': '{count, plural, one {ja yksi muu} other {ja {count} muuta}}',
|
|
22
|
-
'fabric.reactions.reactwithemoji': 'Reagoi emojilla {emoji}',
|
|
23
|
-
'fabric.reactions.reactwithemojiandcount': '{count, plural, one {{count,number} {emoji}-emoji. Reagoi {emoji}-emojilla.} other {{count,number} {emoji}-emojia. Reagoi {emoji}-emojilla.}}',
|
|
24
|
-
'fabric.reactions.summary': 'Näytä kaikki käyttäjäreaktiot',
|
|
25
|
-
'reaction-picker-trigger.add.reaction.message': 'Lisää reaktio',
|
|
26
|
-
'reactions-reaction.picker-label': 'Lisää reaktioita',
|
|
27
|
-
'reactions.dialog.close': 'Sulje',
|
|
28
|
-
'reactions.dialog.left.navigate': 'Navigointi vasemmalle',
|
|
29
|
-
'reactions.dialog.reactions.count': '{count, plural, one {Yhteensä {count,number} reaktio} other {Yhteensä {count,number} reaktiota}}',
|
|
30
|
-
'reactions.dialog.right.navigate': 'Navigointi oikealle',
|
|
31
|
-
'reactions.dialog.viewall': 'Näytä kaikki',
|
|
32
|
-
'reactions.dialog.viewall.tooltip': 'Näytä kaikki käyttäjäreaktiot'
|
|
33
|
-
};
|
|
16
|
+
var _default = exports.default = _fi.default;
|