@atlaskit/reactions 22.2.4 → 22.2.5

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 (124) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/dist/cjs/components/ReactionPicker/ReactionPicker.js +11 -4
  3. package/dist/cjs/components/ShowMore/ShowMore.js +1 -1
  4. package/dist/cjs/hooks/index.js +3 -3
  5. package/dist/cjs/hooks/useCloseManager.js +47 -0
  6. package/dist/cjs/i18n/cs.js +14 -13
  7. package/dist/cjs/i18n/da.js +14 -13
  8. package/dist/cjs/i18n/de.js +14 -13
  9. package/dist/cjs/i18n/en.js +15 -14
  10. package/dist/cjs/i18n/en_GB.js +15 -14
  11. package/dist/cjs/i18n/en_ZZ.js +15 -14
  12. package/dist/cjs/i18n/es.js +14 -13
  13. package/dist/cjs/i18n/fi.js +14 -13
  14. package/dist/cjs/i18n/fr.js +14 -13
  15. package/dist/cjs/i18n/hu.js +14 -13
  16. package/dist/cjs/i18n/it.js +14 -13
  17. package/dist/cjs/i18n/ja.js +14 -13
  18. package/dist/cjs/i18n/ko.js +14 -13
  19. package/dist/cjs/i18n/nb.js +14 -13
  20. package/dist/cjs/i18n/nl.js +14 -13
  21. package/dist/cjs/i18n/pl.js +14 -13
  22. package/dist/cjs/i18n/pt_BR.js +14 -13
  23. package/dist/cjs/i18n/ru.js +14 -13
  24. package/dist/cjs/i18n/sv.js +14 -13
  25. package/dist/cjs/i18n/th.js +14 -13
  26. package/dist/cjs/i18n/tr.js +14 -13
  27. package/dist/cjs/i18n/uk.js +14 -13
  28. package/dist/cjs/i18n/vi.js +14 -13
  29. package/dist/cjs/i18n/zh.js +14 -13
  30. package/dist/cjs/i18n/zh_TW.js +14 -13
  31. package/dist/cjs/version.json +1 -1
  32. package/dist/es2019/components/ReactionPicker/ReactionPicker.js +9 -3
  33. package/dist/es2019/components/ShowMore/ShowMore.js +1 -1
  34. package/dist/es2019/hooks/index.js +1 -1
  35. package/dist/es2019/hooks/useCloseManager.js +42 -0
  36. package/dist/es2019/i18n/cs.js +14 -13
  37. package/dist/es2019/i18n/da.js +14 -13
  38. package/dist/es2019/i18n/de.js +14 -13
  39. package/dist/es2019/i18n/en.js +15 -14
  40. package/dist/es2019/i18n/en_GB.js +15 -14
  41. package/dist/es2019/i18n/en_ZZ.js +15 -14
  42. package/dist/es2019/i18n/es.js +14 -13
  43. package/dist/es2019/i18n/fi.js +14 -13
  44. package/dist/es2019/i18n/fr.js +14 -13
  45. package/dist/es2019/i18n/hu.js +14 -13
  46. package/dist/es2019/i18n/it.js +14 -13
  47. package/dist/es2019/i18n/ja.js +14 -13
  48. package/dist/es2019/i18n/ko.js +14 -13
  49. package/dist/es2019/i18n/nb.js +14 -13
  50. package/dist/es2019/i18n/nl.js +14 -13
  51. package/dist/es2019/i18n/pl.js +14 -13
  52. package/dist/es2019/i18n/pt_BR.js +14 -13
  53. package/dist/es2019/i18n/ru.js +14 -13
  54. package/dist/es2019/i18n/sv.js +14 -13
  55. package/dist/es2019/i18n/th.js +14 -13
  56. package/dist/es2019/i18n/tr.js +14 -13
  57. package/dist/es2019/i18n/uk.js +14 -13
  58. package/dist/es2019/i18n/vi.js +14 -13
  59. package/dist/es2019/i18n/zh.js +14 -13
  60. package/dist/es2019/i18n/zh_TW.js +14 -13
  61. package/dist/es2019/version.json +1 -1
  62. package/dist/esm/components/ReactionPicker/ReactionPicker.js +9 -3
  63. package/dist/esm/components/ShowMore/ShowMore.js +1 -1
  64. package/dist/esm/hooks/index.js +1 -1
  65. package/dist/esm/hooks/useCloseManager.js +42 -0
  66. package/dist/esm/i18n/cs.js +14 -13
  67. package/dist/esm/i18n/da.js +14 -13
  68. package/dist/esm/i18n/de.js +14 -13
  69. package/dist/esm/i18n/en.js +15 -14
  70. package/dist/esm/i18n/en_GB.js +15 -14
  71. package/dist/esm/i18n/en_ZZ.js +15 -14
  72. package/dist/esm/i18n/es.js +14 -13
  73. package/dist/esm/i18n/fi.js +14 -13
  74. package/dist/esm/i18n/fr.js +14 -13
  75. package/dist/esm/i18n/hu.js +14 -13
  76. package/dist/esm/i18n/it.js +14 -13
  77. package/dist/esm/i18n/ja.js +14 -13
  78. package/dist/esm/i18n/ko.js +14 -13
  79. package/dist/esm/i18n/nb.js +14 -13
  80. package/dist/esm/i18n/nl.js +14 -13
  81. package/dist/esm/i18n/pl.js +14 -13
  82. package/dist/esm/i18n/pt_BR.js +14 -13
  83. package/dist/esm/i18n/ru.js +14 -13
  84. package/dist/esm/i18n/sv.js +14 -13
  85. package/dist/esm/i18n/th.js +14 -13
  86. package/dist/esm/i18n/tr.js +14 -13
  87. package/dist/esm/i18n/uk.js +14 -13
  88. package/dist/esm/i18n/vi.js +14 -13
  89. package/dist/esm/i18n/zh.js +14 -13
  90. package/dist/esm/i18n/zh_TW.js +14 -13
  91. package/dist/esm/version.json +1 -1
  92. package/dist/types/components/ReactionPicker/ReactionPicker.d.ts +4 -0
  93. package/dist/types/hooks/index.d.ts +1 -1
  94. package/dist/types/hooks/useCloseManager.d.ts +9 -0
  95. package/dist/types/i18n/cs.d.ts +13 -13
  96. package/dist/types/i18n/da.d.ts +13 -13
  97. package/dist/types/i18n/de.d.ts +13 -13
  98. package/dist/types/i18n/en.d.ts +14 -14
  99. package/dist/types/i18n/en_GB.d.ts +14 -14
  100. package/dist/types/i18n/en_ZZ.d.ts +14 -14
  101. package/dist/types/i18n/es.d.ts +13 -13
  102. package/dist/types/i18n/fi.d.ts +13 -13
  103. package/dist/types/i18n/fr.d.ts +13 -13
  104. package/dist/types/i18n/hu.d.ts +13 -13
  105. package/dist/types/i18n/it.d.ts +13 -13
  106. package/dist/types/i18n/ja.d.ts +13 -13
  107. package/dist/types/i18n/ko.d.ts +13 -13
  108. package/dist/types/i18n/nb.d.ts +13 -13
  109. package/dist/types/i18n/nl.d.ts +13 -13
  110. package/dist/types/i18n/pl.d.ts +13 -13
  111. package/dist/types/i18n/pt_BR.d.ts +13 -13
  112. package/dist/types/i18n/ru.d.ts +13 -13
  113. package/dist/types/i18n/sv.d.ts +13 -13
  114. package/dist/types/i18n/th.d.ts +13 -13
  115. package/dist/types/i18n/tr.d.ts +13 -13
  116. package/dist/types/i18n/uk.d.ts +13 -13
  117. package/dist/types/i18n/vi.d.ts +13 -13
  118. package/dist/types/i18n/zh.d.ts +13 -13
  119. package/dist/types/i18n/zh_TW.d.ts +13 -13
  120. package/package.json +6 -6
  121. package/dist/cjs/hooks/useClickAway.js +0 -36
  122. package/dist/es2019/hooks/useClickAway.js +0 -28
  123. package/dist/esm/hooks/useClickAway.js +0 -31
  124. package/dist/types/hooks/useClickAway.d.ts +0 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/reactions
2
2
 
3
+ ## 22.2.5
4
+
5
+ ### Patch Changes
6
+
7
+ - [`dfbecb4aa7c`](https://bitbucket.org/atlassian/atlassian-frontend/commits/dfbecb4aa7c) - [ux] [COLLAB-2263] allow `Enter` to open Show more to show emoji picker, allow `ESC` to close emoji picker / reaction selector.
8
+ - Updated dependencies
9
+
3
10
  ## 22.2.4
4
11
 
5
12
  ### Patch Changes
@@ -5,7 +5,7 @@ var _typeof = require("@babel/runtime/helpers/typeof");
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
- exports.ReactionPicker = exports.RENDER_REACTIONPICKER_TESTID = void 0;
8
+ exports.ReactionPicker = exports.RENDER_REACTIONPICKER_TESTID = exports.RENDER_REACTIONPICKERPANEL_TESTID = void 0;
9
9
  var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
10
10
  var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));
11
11
  var _react = _interopRequireWildcard(require("react"));
@@ -30,9 +30,15 @@ function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { va
30
30
  var RENDER_REACTIONPICKER_TESTID = 'reactionPicker-testid';
31
31
 
32
32
  /**
33
- * Emoji Picker Controller Id for Accessibility Labels
33
+ * Test id for ReactionPicker panel div
34
34
  */
35
35
  exports.RENDER_REACTIONPICKER_TESTID = RENDER_REACTIONPICKER_TESTID;
36
+ var RENDER_REACTIONPICKERPANEL_TESTID = 'reactionPickerPanel-testid';
37
+
38
+ /**
39
+ * Emoji Picker Controller Id for Accessibility Labels
40
+ */
41
+ exports.RENDER_REACTIONPICKERPANEL_TESTID = RENDER_REACTIONPICKERPANEL_TESTID;
36
42
  var PICKER_CONTROL_ID = 'emoji-picker';
37
43
  var popperModifiers = [
38
44
  /**
@@ -106,10 +112,10 @@ var ReactionPicker = /*#__PURE__*/_react.default.memo(function (props) {
106
112
  /**
107
113
  * Custom hook triggers when user clicks outside the reactions picker
108
114
  */
109
- (0, _hooks.useClickAway)(wrapperRef, function () {
115
+ (0, _hooks.useCloseManager)(wrapperRef, function () {
110
116
  onCancel();
111
117
  close();
112
- }, 'click', true, settings.isOpen);
118
+ }, true, settings.isOpen);
113
119
 
114
120
  /**
115
121
  * Event callback when the picker is closed
@@ -213,6 +219,7 @@ var ReactionPicker = /*#__PURE__*/_react.default.memo(function (props) {
213
219
  updatePopper.current = update;
214
220
  return (0, _react2.jsx)(_react.Fragment, null, settings.isOpen && (0, _react2.jsx)("div", {
215
221
  id: PICKER_CONTROL_ID,
222
+ "data-testid": RENDER_REACTIONPICKERPANEL_TESTID,
216
223
  style: _objectSpread({
217
224
  zIndex: _constants.layers.layer()
218
225
  }, style),
@@ -50,7 +50,7 @@ var ShowMore = function ShowMore(_ref) {
50
50
  "aria-label": _shared.i18n.messages.moreEmoji.defaultMessage,
51
51
  type: "button",
52
52
  style: style.button,
53
- onMouseDown: onClick,
53
+ onClick: onClick,
54
54
  "data-testid": RENDER_SHOWMORE_TESTID
55
55
  }, (0, _react2.jsx)(_more.default, {
56
56
  label: "More"
@@ -3,10 +3,10 @@
3
3
  Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
- Object.defineProperty(exports, "useClickAway", {
6
+ Object.defineProperty(exports, "useCloseManager", {
7
7
  enumerable: true,
8
8
  get: function get() {
9
- return _useClickAway.useClickAway;
9
+ return _useCloseManager.useCloseManager;
10
10
  }
11
11
  });
12
- var _useClickAway = require("./useClickAway");
12
+ var _useCloseManager = require("./useCloseManager");
@@ -0,0 +1,47 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports.useCloseManager = useCloseManager;
7
+ var _react = require("react");
8
+ /**
9
+ * Custom hook to detect when user action is outside given container ref or press escape key
10
+ * @param ref ref object to an html element
11
+ * @param callback event callback when detected a click outside the ref object or escape key is pressed
12
+ * @param useCapture (Optional) use capture phase of event. @default false
13
+ * @param enabled (Optional) enable/disable the outside click or escape key press handler. @default true
14
+ */
15
+ function useCloseManager(ref, callback) {
16
+ var useCapture = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false;
17
+ var enabled = arguments.length > 3 && arguments[3] !== undefined ? arguments[3] : true;
18
+ (0, _react.useEffect)(function () {
19
+ if (!enabled) {
20
+ return;
21
+ }
22
+
23
+ /**
24
+ * Alert if clicked on outside of element
25
+ */
26
+ function handleClickOutside(event) {
27
+ if (ref.current && event.target instanceof Node && !ref.current.contains(event.target)) {
28
+ callback();
29
+ }
30
+ }
31
+ function handleKeydown(event) {
32
+ var key = event.key;
33
+ if (key === 'Escape' || key === 'Esc') {
34
+ callback();
35
+ }
36
+ }
37
+
38
+ // Bind the event listener
39
+ document.addEventListener('click', handleClickOutside, useCapture);
40
+ document.addEventListener('keydown', handleKeydown);
41
+ return function () {
42
+ // Unbind the event listener on clean up
43
+ document.removeEventListener('click', handleClickOutside, useCapture);
44
+ document.removeEventListener('keydown', handleKeydown);
45
+ };
46
+ }, [ref, callback, useCapture, enabled]);
47
+ }
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
+ /* prettier-ignore */
7
8
  /**
8
9
  * NOTE:
9
10
  *
@@ -12,18 +13,18 @@ exports.default = void 0;
12
13
  */
13
14
  //Czech
14
15
  var _default = {
15
- 'fabric.reactions.add': 'Přidat reakci',
16
- 'fabric.reactions.error.unexpected': 'Reakce jsou dočasně nedostupné.',
17
- 'fabric.reactions.loading': 'Načítání...',
18
- 'fabric.reactions.more.emojis': 'Více smajlíků',
19
- 'fabric.reactions.more.info': 'Další informace',
20
- '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}}',
21
- 'fabric.reactions.reactwithemoji': 'Reagovat pomocí smajlíku {emoji}',
22
- 'reactions.dialog.close': 'Zavřít',
23
- 'reactions.dialog.left.navigate': 'Navigace doleva',
24
- 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reakce} few {{count,number} reakce} many {{count,number} reakce} other {{count,number} reakcí}}',
25
- 'reactions.dialog.right.navigate': 'Navigace doprava',
26
- 'reactions.dialog.viewall': 'Podívejte se, kdo reagoval',
27
- 'reactions.dialog.viewall.tooltip': 'Zobrazit všechny reakce uživatelů'
16
+ "fabric.reactions.add": "Přidat reakci",
17
+ "fabric.reactions.error.unexpected": "Reakce jsou dočasně nedostupné.",
18
+ "fabric.reactions.loading": "Načítání...",
19
+ "fabric.reactions.more.emojis": "Více smajlíků",
20
+ "fabric.reactions.more.info": "Další informace",
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
+ "reactions.dialog.close": "Zavřít",
24
+ "reactions.dialog.left.navigate": "Navigace doleva",
25
+ "reactions.dialog.reactions.count": "{count, plural, one {{count,number} reakce} few {{count,number} reakce} many {{count,number} reakce} other {{count,number} reakcí}}",
26
+ "reactions.dialog.right.navigate": "Navigace doprava",
27
+ "reactions.dialog.viewall": "Podívejte se, kdo reagoval",
28
+ "reactions.dialog.viewall.tooltip": "Zobrazit všechny reakce uživatelů"
28
29
  };
29
30
  exports.default = _default;
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
+ /* prettier-ignore */
7
8
  /**
8
9
  * NOTE:
9
10
  *
@@ -12,18 +13,18 @@ exports.default = void 0;
12
13
  */
13
14
  //Danish (Denmark)
14
15
  var _default = {
15
- 'fabric.reactions.add': 'Tilføj reaktion',
16
- 'fabric.reactions.error.unexpected': 'Reaktioner er midlertidigt utilgængelige',
17
- 'fabric.reactions.loading': 'Indlæser ...',
18
- 'fabric.reactions.more.emojis': 'Flere emojis',
19
- 'fabric.reactions.more.info': 'Flere oplysninger',
20
- 'fabric.reactions.other.reacted.users': '{count, plural, one {og én anden} other {og {count} andre}}',
21
- 'fabric.reactions.reactwithemoji': 'Reager med emojien {emoji}',
22
- 'reactions.dialog.close': 'Luk',
23
- 'reactions.dialog.left.navigate': 'Navigation til venstre',
24
- 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reaktion} other {{count,number} reaktioner}}',
25
- 'reactions.dialog.right.navigate': 'Navigation til højre',
26
- 'reactions.dialog.viewall': 'Se, hvem der har reageret',
27
- 'reactions.dialog.viewall.tooltip': 'Se alle brugerreaktioner'
16
+ "fabric.reactions.add": "Tilføj reaktion",
17
+ "fabric.reactions.error.unexpected": "Reaktioner er midlertidigt utilgængelige",
18
+ "fabric.reactions.loading": "Indlæser ...",
19
+ "fabric.reactions.more.emojis": "Flere emojis",
20
+ "fabric.reactions.more.info": "Flere oplysninger",
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
+ "reactions.dialog.close": "Luk",
24
+ "reactions.dialog.left.navigate": "Navigation til venstre",
25
+ "reactions.dialog.reactions.count": "{count, plural, one {{count,number} reaktion} other {{count,number} reaktioner}}",
26
+ "reactions.dialog.right.navigate": "Navigation til højre",
27
+ "reactions.dialog.viewall": "Se, hvem der har reageret",
28
+ "reactions.dialog.viewall.tooltip": "Se alle brugerreaktioner"
28
29
  };
29
30
  exports.default = _default;
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
+ /* prettier-ignore */
7
8
  /**
8
9
  * NOTE:
9
10
  *
@@ -12,18 +13,18 @@ exports.default = void 0;
12
13
  */
13
14
  //German (Germany)
14
15
  var _default = {
15
- 'fabric.reactions.add': 'Reaktion hinzufügen',
16
- 'fabric.reactions.error.unexpected': 'Reaktionen sind vorübergehend nicht verfügbar.',
17
- 'fabric.reactions.loading': 'Wird geladen...',
18
- 'fabric.reactions.more.emojis': 'Mehr Emojis',
19
- 'fabric.reactions.more.info': 'Weitere Informationen',
20
- 'fabric.reactions.other.reacted.users': '{count, plural, one {und ein weiterer} other {und {count} weitere}}',
21
- 'fabric.reactions.reactwithemoji': 'Mit {emoji}-Emoji reagieren',
22
- 'reactions.dialog.close': 'Schließen',
23
- 'reactions.dialog.left.navigate': 'Nach links navigieren',
24
- 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} Reaktion} other {{count,number} Reaktionen}}',
25
- 'reactions.dialog.right.navigate': 'Nach rechts navigieren',
26
- 'reactions.dialog.viewall': 'Reaktionen ansehen',
27
- 'reactions.dialog.viewall.tooltip': 'Alle Benutzerreaktionen anzeigen'
16
+ "fabric.reactions.add": "Reaktion hinzufügen",
17
+ "fabric.reactions.error.unexpected": "Reaktionen sind vorübergehend nicht verfügbar.",
18
+ "fabric.reactions.loading": "Wird geladen...",
19
+ "fabric.reactions.more.emojis": "Mehr Emojis",
20
+ "fabric.reactions.more.info": "Weitere Informationen",
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
+ "reactions.dialog.close": "Schließen",
24
+ "reactions.dialog.left.navigate": "Nach links navigieren",
25
+ "reactions.dialog.reactions.count": "{count, plural, one {{count,number} Reaktion} other {{count,number} Reaktionen}}",
26
+ "reactions.dialog.right.navigate": "Nach rechts navigieren",
27
+ "reactions.dialog.viewall": "Reaktionen ansehen",
28
+ "reactions.dialog.viewall.tooltip": "Alle Benutzerreaktionen anzeigen"
28
29
  };
29
30
  exports.default = _default;
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
+ /* prettier-ignore */
7
8
  /**
8
9
  * NOTE:
9
10
  *
@@ -12,19 +13,19 @@ exports.default = void 0;
12
13
  */
13
14
  //
14
15
  var _default = {
15
- 'fabric.reactions.add': 'Add reaction',
16
- 'fabric.reactions.error.unexpected': 'Reactions are temporarily unavailable',
17
- 'fabric.reactions.loading': 'Loading...',
18
- 'fabric.reactions.more.emojis': 'More emojis',
19
- 'fabric.reactions.more.info': 'More info',
20
- 'fabric.reactions.other.reacted.users': '{count, plural, one {and one other} other {and {count} others}}',
21
- 'fabric.reactions.reactwithemoji': 'React with {emoji} emoji',
22
- 'reactions.dialog.close': 'Close',
23
- 'reactions.dialog.emoji.name': '{emojiName}',
24
- 'reactions.dialog.left.navigate': 'Left Navigate',
25
- 'reactions.dialog.reactions.count': '{count, plural, one {# reaction} other {# reactions} }',
26
- 'reactions.dialog.right.navigate': 'Right Navigate',
27
- 'reactions.dialog.viewall': 'See who reacted',
28
- 'reactions.dialog.viewall.tooltip': 'View all user reactions'
16
+ "fabric.reactions.add": "Add reaction",
17
+ "fabric.reactions.error.unexpected": "Reactions are temporarily unavailable",
18
+ "fabric.reactions.loading": "Loading...",
19
+ "fabric.reactions.more.emojis": "More emojis",
20
+ "fabric.reactions.more.info": "More info",
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
+ "reactions.dialog.close": "Close",
24
+ "reactions.dialog.emoji.name": "{emojiName}",
25
+ "reactions.dialog.left.navigate": "Left Navigate",
26
+ "reactions.dialog.reactions.count": "{count, plural, one {# reaction} other {# reactions} }",
27
+ "reactions.dialog.right.navigate": "Right Navigate",
28
+ "reactions.dialog.viewall": "See who reacted",
29
+ "reactions.dialog.viewall.tooltip": "View all user reactions"
29
30
  };
30
31
  exports.default = _default;
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
+ /* prettier-ignore */
7
8
  /**
8
9
  * NOTE:
9
10
  *
@@ -12,19 +13,19 @@ exports.default = void 0;
12
13
  */
13
14
  //English (United Kingdom)
14
15
  var _default = {
15
- 'fabric.reactions.add': 'Add reaction',
16
- 'fabric.reactions.error.unexpected': 'Reactions are temporarily unavailable',
17
- 'fabric.reactions.loading': 'Loading...',
18
- 'fabric.reactions.more.emojis': 'More emojis',
19
- 'fabric.reactions.more.info': 'More info',
20
- 'fabric.reactions.other.reacted.users': '{count, plural, one {and one other} other {and {count} others}}',
21
- 'fabric.reactions.reactwithemoji': 'React with {emoji} emoji',
22
- 'reactions.dialog.close': 'Close',
23
- 'reactions.dialog.emoji.name': '{emojiName}',
24
- 'reactions.dialog.left.navigate': 'Left Navigate',
25
- 'reactions.dialog.reactions.count': '{count, plural, one {# reaction} other {# reactions} }',
26
- 'reactions.dialog.right.navigate': 'Right Navigate',
27
- 'reactions.dialog.viewall': 'See who reacted',
28
- 'reactions.dialog.viewall.tooltip': 'View all user reactions'
16
+ "fabric.reactions.add": "Add reaction",
17
+ "fabric.reactions.error.unexpected": "Reactions are temporarily unavailable",
18
+ "fabric.reactions.loading": "Loading...",
19
+ "fabric.reactions.more.emojis": "More emojis",
20
+ "fabric.reactions.more.info": "More info",
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
+ "reactions.dialog.close": "Close",
24
+ "reactions.dialog.emoji.name": "{emojiName}",
25
+ "reactions.dialog.left.navigate": "Left Navigate",
26
+ "reactions.dialog.reactions.count": "{count, plural, one {# reaction} other {# reactions} }",
27
+ "reactions.dialog.right.navigate": "Right Navigate",
28
+ "reactions.dialog.viewall": "See who reacted",
29
+ "reactions.dialog.viewall.tooltip": "View all user reactions"
29
30
  };
30
31
  exports.default = _default;
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
+ /* prettier-ignore */
7
8
  /**
8
9
  * NOTE:
9
10
  *
@@ -12,19 +13,19 @@ exports.default = void 0;
12
13
  */
13
14
  //
14
15
  var _default = {
15
- 'fabric.reactions.add': '⁣⁢Add reaction⁡‌؜؜⁡‍⁠⁡⁠⁣⁤',
16
- 'fabric.reactions.error.unexpected': '⁣⁢Reactions are temporarily unavailable⁡‍‍؜‍⁡‌؜؜؜؜‍⁠‍⁣⁤',
17
- 'fabric.reactions.loading': '⁣⁢Loading...⁡؜؜؜‌⁣⁤',
18
- 'fabric.reactions.more.emojis': '⁣⁢More emojis‌‍⁠⁠‍؜‍⁡⁠⁡؜‌⁠⁣⁤',
19
- 'fabric.reactions.more.info': '⁣⁢More info؜؜؜‍⁠‍؜⁠؜⁠؜⁡⁣⁤',
20
- 'fabric.reactions.other.reacted.users': '{count, plural, one {⁣⁢and one other‍⁠؜⁠⁡‌⁠⁠⁠⁣⁤} other {⁣⁢and {count} others‍⁠؜⁠⁡‌⁠⁠⁠⁣⁤}}',
21
- 'fabric.reactions.reactwithemoji': '⁣⁢React with {emoji} emoji‌‍؜‍⁡⁠⁡⁣⁤',
22
- 'reactions.dialog.close': '⁣⁢Close‍⁡‌؜‍⁡‌‌⁣⁤',
23
- 'reactions.dialog.emoji.name': '⁣⁢{emojiName}⁡‌‌‍؜⁠⁡‍⁡؜⁠‌‌‍‍⁡⁣⁤',
24
- 'reactions.dialog.left.navigate': '⁣⁢Left Navigate؜‍‌؜⁠؜⁡‍⁠⁠⁡⁣⁤',
25
- 'reactions.dialog.reactions.count': '⁣⁢{reactionsCountFormatted} reactions‌‍‌‍⁠‍⁣⁤',
26
- 'reactions.dialog.right.navigate': '⁣⁢Right Navigate⁠؜؜⁠‌‌⁡‍‍⁠⁠⁣⁤',
27
- 'reactions.dialog.viewall': '⁣⁢See who reacted؜؜⁡‍‍‍⁣⁤',
28
- 'reactions.dialog.viewall.tooltip': '⁣⁢View all user reactions⁡‌؜؜⁡⁡‌‍؜؜⁣⁤'
16
+ "fabric.reactions.add": "⁣⁢Add reaction⁡‌؜؜⁡‍⁠⁡⁠⁣⁤",
17
+ "fabric.reactions.error.unexpected": "⁣⁢Reactions are temporarily unavailable⁡‍‍؜‍⁡‌؜؜؜؜‍⁠‍⁣⁤",
18
+ "fabric.reactions.loading": "⁣⁢Loading...⁡؜؜؜‌⁣⁤",
19
+ "fabric.reactions.more.emojis": "⁣⁢More emojis‌‍⁠⁠‍؜‍⁡⁠⁡؜‌⁠⁣⁤",
20
+ "fabric.reactions.more.info": "⁣⁢More info؜؜؜‍⁠‍؜⁠؜⁠؜⁡⁣⁤",
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
+ "reactions.dialog.close": "⁣⁢Close‍⁡‌؜‍⁡‌‌⁣⁤",
24
+ "reactions.dialog.emoji.name": "⁣⁢{emojiName}⁡‌‌‍؜⁠⁡‍⁡؜⁠‌‌‍‍⁡⁣⁤",
25
+ "reactions.dialog.left.navigate": "⁣⁢Left Navigate؜‍‌؜⁠؜⁡‍⁠⁠⁡⁣⁤",
26
+ "reactions.dialog.reactions.count": "{count, plural, one {⁣⁢{count,number} reaction‌‍‍⁡‍‌⁡⁠‌‍⁠⁣⁤} other {⁣⁢{count,number} reactions‌‍‍⁡‍‌⁡⁠‌‍⁠⁣⁤}}",
27
+ "reactions.dialog.right.navigate": "⁣⁢Right Navigate⁠؜؜⁠‌‌⁡‍‍⁠⁠⁣⁤",
28
+ "reactions.dialog.viewall": "⁣⁢See who reacted؜؜⁡‍‍‍⁣⁤",
29
+ "reactions.dialog.viewall.tooltip": "⁣⁢View all user reactions⁡‌؜؜⁡⁡‌‍؜؜⁣⁤"
29
30
  };
30
31
  exports.default = _default;
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
+ /* prettier-ignore */
7
8
  /**
8
9
  * NOTE:
9
10
  *
@@ -12,18 +13,18 @@ exports.default = void 0;
12
13
  */
13
14
  //Spanish (International)
14
15
  var _default = {
15
- 'fabric.reactions.add': 'Añadir reacción',
16
- 'fabric.reactions.error.unexpected': 'Las reacciones no están disponibles temporalmente',
17
- 'fabric.reactions.loading': 'Cargando...',
18
- 'fabric.reactions.more.emojis': 'Más emojis',
19
- 'fabric.reactions.more.info': 'Más información',
20
- 'fabric.reactions.other.reacted.users': '{count, plural, one {y 1 más} other {y {count} más}}',
21
- 'fabric.reactions.reactwithemoji': 'Reaccionar con el emoticono {emoji}',
22
- 'reactions.dialog.close': 'Cerrar',
23
- 'reactions.dialog.left.navigate': 'Desplazarse hacia la izquierda',
24
- 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reacción} other {{count,number} reacciones}}',
25
- 'reactions.dialog.right.navigate': 'Desplazarse hacia la derecha',
26
- 'reactions.dialog.viewall': 'Ver quién ha reaccionado',
27
- 'reactions.dialog.viewall.tooltip': 'Ver todas las reacciones de los usuarios'
16
+ "fabric.reactions.add": "Añadir reacción",
17
+ "fabric.reactions.error.unexpected": "Las reacciones no están disponibles temporalmente",
18
+ "fabric.reactions.loading": "Cargando...",
19
+ "fabric.reactions.more.emojis": "Más emojis",
20
+ "fabric.reactions.more.info": "Más información",
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
+ "reactions.dialog.close": "Cerrar",
24
+ "reactions.dialog.left.navigate": "Desplazarse hacia la izquierda",
25
+ "reactions.dialog.reactions.count": "{count, plural, one {{count,number} reacción} other {{count,number} reacciones}}",
26
+ "reactions.dialog.right.navigate": "Desplazarse hacia la derecha",
27
+ "reactions.dialog.viewall": "Ver quién ha reaccionado",
28
+ "reactions.dialog.viewall.tooltip": "Ver todas las reacciones de los usuarios"
28
29
  };
29
30
  exports.default = _default;
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
+ /* prettier-ignore */
7
8
  /**
8
9
  * NOTE:
9
10
  *
@@ -12,18 +13,18 @@ exports.default = void 0;
12
13
  */
13
14
  //Finnish
14
15
  var _default = {
15
- 'fabric.reactions.add': 'Lisää reaktio',
16
- 'fabric.reactions.error.unexpected': 'Reaktiot ovat väliaikaisesti poissa käytöstä',
17
- 'fabric.reactions.loading': 'Ladataan...',
18
- 'fabric.reactions.more.emojis': 'Lisää emojeita',
19
- 'fabric.reactions.more.info': 'Lisätietoja',
20
- 'fabric.reactions.other.reacted.users': '{count, plural, one {ja yksi muu} other {ja {count} muuta}}',
21
- 'fabric.reactions.reactwithemoji': 'Reagoi emojilla {emoji}',
22
- 'reactions.dialog.close': 'Sulje',
23
- 'reactions.dialog.left.navigate': 'Navigointi vasemmalle',
24
- 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reaktio} other {{count,number} reaktiota}}',
25
- 'reactions.dialog.right.navigate': 'Navigointi oikealle',
26
- 'reactions.dialog.viewall': 'Katso, kuka on reagoinut',
27
- 'reactions.dialog.viewall.tooltip': 'Näytä kaikki käyttäjäreaktiot'
16
+ "fabric.reactions.add": "Lisää reaktio",
17
+ "fabric.reactions.error.unexpected": "Reaktiot ovat väliaikaisesti poissa käytöstä",
18
+ "fabric.reactions.loading": "Ladataan...",
19
+ "fabric.reactions.more.emojis": "Lisää emojeita",
20
+ "fabric.reactions.more.info": "Lisätietoja",
21
+ "fabric.reactions.other.reacted.users": "{count, plural, one {ja yksi muu} other {ja {count} muuta}}",
22
+ "fabric.reactions.reactwithemoji": "Reagoi emojilla {emoji}",
23
+ "reactions.dialog.close": "Sulje",
24
+ "reactions.dialog.left.navigate": "Navigointi vasemmalle",
25
+ "reactions.dialog.reactions.count": "{count, plural, one {{count,number} reaktio} other {{count,number} reaktiota}}",
26
+ "reactions.dialog.right.navigate": "Navigointi oikealle",
27
+ "reactions.dialog.viewall": "Katso, kuka on reagoinut",
28
+ "reactions.dialog.viewall.tooltip": "Näytä kaikki käyttäjäreaktiot"
28
29
  };
29
30
  exports.default = _default;
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
+ /* prettier-ignore */
7
8
  /**
8
9
  * NOTE:
9
10
  *
@@ -12,18 +13,18 @@ exports.default = void 0;
12
13
  */
13
14
  //French (France)
14
15
  var _default = {
15
- 'fabric.reactions.add': 'Ajouter une réaction',
16
- 'fabric.reactions.error.unexpected': 'Les réactions sont temporairement indisponibles',
17
- 'fabric.reactions.loading': 'Chargement…',
18
- 'fabric.reactions.more.emojis': "Plus d'émoticônes",
19
- 'fabric.reactions.more.info': "Plus d'infos",
20
- 'fabric.reactions.other.reacted.users': '{count, plural, one {et 1 autre} other {et {count} autres}}',
21
- 'fabric.reactions.reactwithemoji': "Réagir avec l'émoticône {emoji}",
22
- 'reactions.dialog.close': 'Fermer',
23
- 'reactions.dialog.left.navigate': 'Naviguer vers la gauche',
24
- 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} réaction} other {{count,number} réactions}}',
25
- 'reactions.dialog.right.navigate': 'Naviguer vers la droite',
26
- 'reactions.dialog.viewall': 'Voir qui a réagi',
27
- 'reactions.dialog.viewall.tooltip': 'Afficher toutes les réactions des utilisateurs'
16
+ "fabric.reactions.add": "Ajouter une réaction",
17
+ "fabric.reactions.error.unexpected": "Les réactions sont temporairement indisponibles",
18
+ "fabric.reactions.loading": "Chargement…",
19
+ "fabric.reactions.more.emojis": "Plus d'émoticônes",
20
+ "fabric.reactions.more.info": "Plus d'infos",
21
+ "fabric.reactions.other.reacted.users": "{count, plural, one {et 1 autre} other {et {count} autres}}",
22
+ "fabric.reactions.reactwithemoji": "Réagir avec l'émoticône {emoji}",
23
+ "reactions.dialog.close": "Fermer",
24
+ "reactions.dialog.left.navigate": "Naviguer vers la gauche",
25
+ "reactions.dialog.reactions.count": "{count, plural, one {{count,number} réaction} other {{count,number} réactions}}",
26
+ "reactions.dialog.right.navigate": "Naviguer vers la droite",
27
+ "reactions.dialog.viewall": "Voir qui a réagi",
28
+ "reactions.dialog.viewall.tooltip": "Afficher toutes les réactions des utilisateurs"
28
29
  };
29
30
  exports.default = _default;
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
+ /* prettier-ignore */
7
8
  /**
8
9
  * NOTE:
9
10
  *
@@ -12,18 +13,18 @@ exports.default = void 0;
12
13
  */
13
14
  //Hungarian
14
15
  var _default = {
15
- 'fabric.reactions.add': 'Reakció hozzáadása',
16
- 'fabric.reactions.error.unexpected': 'A reakciók átmenetileg nem érhetők el.',
17
- 'fabric.reactions.loading': 'Betöltés...',
18
- 'fabric.reactions.more.emojis': 'Még több emoji',
19
- 'fabric.reactions.more.info': 'További információ',
20
- 'fabric.reactions.other.reacted.users': '{count, plural, one {és egy másik} other {és {count} másik}}',
21
- 'fabric.reactions.reactwithemoji': 'Reagálás {emoji} emojival',
22
- 'reactions.dialog.close': 'Bezárás',
23
- 'reactions.dialog.left.navigate': 'Balra navigálás',
24
- 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reakció} other {{count,number} reakció}}',
25
- 'reactions.dialog.right.navigate': 'Jobbra navigálás',
26
- 'reactions.dialog.viewall': 'Reagálók megtekintése',
27
- 'reactions.dialog.viewall.tooltip': 'Minden felhasználói reakció megtekintése'
16
+ "fabric.reactions.add": "Reakció hozzáadása",
17
+ "fabric.reactions.error.unexpected": "A reakciók átmenetileg nem érhetők el.",
18
+ "fabric.reactions.loading": "Betöltés...",
19
+ "fabric.reactions.more.emojis": "Még több emoji",
20
+ "fabric.reactions.more.info": "További információ",
21
+ "fabric.reactions.other.reacted.users": "{count, plural, one {és egy másik} other {és {count} másik}}",
22
+ "fabric.reactions.reactwithemoji": "Reagálás {emoji} emojival",
23
+ "reactions.dialog.close": "Bezárás",
24
+ "reactions.dialog.left.navigate": "Balra navigálás",
25
+ "reactions.dialog.reactions.count": "{count, plural, one {{count,number} reakció} other {{count,number} reakció}}",
26
+ "reactions.dialog.right.navigate": "Jobbra navigálás",
27
+ "reactions.dialog.viewall": "Reagálók megtekintése",
28
+ "reactions.dialog.viewall.tooltip": "Minden felhasználói reakció megtekintése"
28
29
  };
29
30
  exports.default = _default;
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
+ /* prettier-ignore */
7
8
  /**
8
9
  * NOTE:
9
10
  *
@@ -12,18 +13,18 @@ exports.default = void 0;
12
13
  */
13
14
  //Italian (Italy)
14
15
  var _default = {
15
- 'fabric.reactions.add': 'Aggiungi una reazione',
16
- 'fabric.reactions.error.unexpected': 'Le reazioni non sono temporaneamente disponibili',
17
- 'fabric.reactions.loading': 'Caricamento in corso...',
18
- 'fabric.reactions.more.emojis': 'Altre emoji',
19
- 'fabric.reactions.more.info': 'Altre informazioni',
20
- 'fabric.reactions.other.reacted.users': '{count, plural, one {e un altro} other {e altri {count}}}',
21
- 'fabric.reactions.reactwithemoji': "Reagisci con l'emoji {emoji}",
22
- 'reactions.dialog.close': 'Chiudi',
23
- 'reactions.dialog.left.navigate': 'Navigazione a sinistra',
24
- 'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reazione} other {{count,number} reazioni}}',
25
- 'reactions.dialog.right.navigate': 'Navigazione a destra',
26
- 'reactions.dialog.viewall': 'Guarda chi ha reagito',
27
- 'reactions.dialog.viewall.tooltip': 'Visualizza tutte le reazioni degli utenti'
16
+ "fabric.reactions.add": "Aggiungi una reazione",
17
+ "fabric.reactions.error.unexpected": "Le reazioni non sono temporaneamente disponibili",
18
+ "fabric.reactions.loading": "Caricamento in corso...",
19
+ "fabric.reactions.more.emojis": "Altre emoji",
20
+ "fabric.reactions.more.info": "Altre informazioni",
21
+ "fabric.reactions.other.reacted.users": "{count, plural, one {e un altro} other {e altri {count}}}",
22
+ "fabric.reactions.reactwithemoji": "Reagisci con l'emoji {emoji}",
23
+ "reactions.dialog.close": "Chiudi",
24
+ "reactions.dialog.left.navigate": "Navigazione a sinistra",
25
+ "reactions.dialog.reactions.count": "{count, plural, one {{count,number} reazione} other {{count,number} reazioni}}",
26
+ "reactions.dialog.right.navigate": "Navigazione a destra",
27
+ "reactions.dialog.viewall": "Guarda chi ha reagito",
28
+ "reactions.dialog.viewall.tooltip": "Visualizza tutte le reazioni degli utenti"
28
29
  };
29
30
  exports.default = _default;