@atlaskit/reactions 22.3.0 → 22.3.1
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 +6 -0
- package/MockReactionsClient/package.json +2 -2
- package/dist/cjs/i18n/cs.js +14 -13
- package/dist/cjs/i18n/da.js +14 -13
- package/dist/cjs/i18n/de.js +13 -13
- package/dist/cjs/i18n/en.js +14 -14
- package/dist/cjs/i18n/en_GB.js +14 -14
- package/dist/cjs/i18n/en_ZZ.js +14 -14
- package/dist/cjs/i18n/es.js +14 -13
- package/dist/cjs/i18n/fi.js +13 -13
- package/dist/cjs/i18n/fr.js +14 -13
- package/dist/cjs/i18n/hu.js +14 -13
- package/dist/cjs/i18n/it.js +14 -13
- package/dist/cjs/i18n/ja.js +14 -13
- package/dist/cjs/i18n/ko.js +13 -13
- package/dist/cjs/i18n/nb.js +13 -13
- package/dist/cjs/i18n/nl.js +14 -13
- package/dist/cjs/i18n/pl.js +14 -13
- package/dist/cjs/i18n/pt_BR.js +14 -13
- package/dist/cjs/i18n/ru.js +13 -13
- package/dist/cjs/i18n/sv.js +14 -13
- package/dist/cjs/i18n/th.js +14 -13
- package/dist/cjs/i18n/tr.js +14 -13
- package/dist/cjs/i18n/uk.js +14 -13
- package/dist/cjs/i18n/vi.js +14 -13
- package/dist/cjs/i18n/zh.js +14 -13
- package/dist/cjs/i18n/zh_TW.js +13 -13
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/i18n/cs.js +14 -13
- package/dist/es2019/i18n/da.js +14 -13
- package/dist/es2019/i18n/de.js +13 -13
- package/dist/es2019/i18n/en.js +14 -14
- package/dist/es2019/i18n/en_GB.js +14 -14
- package/dist/es2019/i18n/en_ZZ.js +14 -14
- package/dist/es2019/i18n/es.js +14 -13
- package/dist/es2019/i18n/fi.js +13 -13
- package/dist/es2019/i18n/fr.js +14 -13
- package/dist/es2019/i18n/hu.js +14 -13
- package/dist/es2019/i18n/it.js +14 -13
- package/dist/es2019/i18n/ja.js +14 -13
- package/dist/es2019/i18n/ko.js +13 -13
- package/dist/es2019/i18n/nb.js +13 -13
- package/dist/es2019/i18n/nl.js +14 -13
- package/dist/es2019/i18n/pl.js +14 -13
- package/dist/es2019/i18n/pt_BR.js +14 -13
- package/dist/es2019/i18n/ru.js +13 -13
- package/dist/es2019/i18n/sv.js +14 -13
- package/dist/es2019/i18n/th.js +14 -13
- package/dist/es2019/i18n/tr.js +14 -13
- package/dist/es2019/i18n/uk.js +14 -13
- package/dist/es2019/i18n/vi.js +14 -13
- package/dist/es2019/i18n/zh.js +14 -13
- package/dist/es2019/i18n/zh_TW.js +13 -13
- package/dist/es2019/version.json +1 -1
- package/dist/esm/i18n/cs.js +14 -13
- package/dist/esm/i18n/da.js +14 -13
- package/dist/esm/i18n/de.js +13 -13
- package/dist/esm/i18n/en.js +14 -14
- package/dist/esm/i18n/en_GB.js +14 -14
- package/dist/esm/i18n/en_ZZ.js +14 -14
- package/dist/esm/i18n/es.js +14 -13
- package/dist/esm/i18n/fi.js +13 -13
- package/dist/esm/i18n/fr.js +14 -13
- package/dist/esm/i18n/hu.js +14 -13
- package/dist/esm/i18n/it.js +14 -13
- package/dist/esm/i18n/ja.js +14 -13
- package/dist/esm/i18n/ko.js +13 -13
- package/dist/esm/i18n/nb.js +13 -13
- package/dist/esm/i18n/nl.js +14 -13
- package/dist/esm/i18n/pl.js +14 -13
- package/dist/esm/i18n/pt_BR.js +14 -13
- package/dist/esm/i18n/ru.js +13 -13
- package/dist/esm/i18n/sv.js +14 -13
- package/dist/esm/i18n/th.js +14 -13
- package/dist/esm/i18n/tr.js +14 -13
- package/dist/esm/i18n/uk.js +14 -13
- package/dist/esm/i18n/vi.js +14 -13
- package/dist/esm/i18n/zh.js +14 -13
- package/dist/esm/i18n/zh_TW.js +13 -13
- package/dist/esm/version.json +1 -1
- package/dist/types/analytics/analytics.d.ts +7 -7
- package/dist/types/components/ReactionDialog/styles.d.ts +2 -1
- package/dist/types/components/ReactionPicker/RepositionOnUpdate.d.ts +1 -1
- package/dist/types/containers/ConnectedReactionsView/ConnectedReactionsView.d.ts +1 -1
- package/dist/types/hooks/useCloseManager.d.ts +1 -1
- package/dist/types/hooks/useFocusTrap.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +16 -15
- package/dist/types/i18n/da.d.ts +16 -15
- package/dist/types/i18n/de.d.ts +15 -15
- package/dist/types/i18n/en.d.ts +16 -16
- package/dist/types/i18n/en_GB.d.ts +16 -16
- package/dist/types/i18n/en_ZZ.d.ts +16 -16
- package/dist/types/i18n/es.d.ts +16 -15
- package/dist/types/i18n/et.d.ts +4 -4
- package/dist/types/i18n/fi.d.ts +15 -15
- package/dist/types/i18n/fr.d.ts +16 -15
- package/dist/types/i18n/hu.d.ts +16 -15
- package/dist/types/i18n/it.d.ts +16 -15
- package/dist/types/i18n/ja.d.ts +16 -15
- package/dist/types/i18n/ko.d.ts +15 -15
- package/dist/types/i18n/nb.d.ts +15 -15
- package/dist/types/i18n/nl.d.ts +16 -15
- package/dist/types/i18n/pl.d.ts +16 -15
- package/dist/types/i18n/pt_BR.d.ts +16 -15
- package/dist/types/i18n/pt_PT.d.ts +4 -4
- package/dist/types/i18n/ru.d.ts +15 -15
- package/dist/types/i18n/sk.d.ts +4 -4
- package/dist/types/i18n/sv.d.ts +16 -15
- package/dist/types/i18n/th.d.ts +16 -15
- package/dist/types/i18n/tr.d.ts +16 -15
- package/dist/types/i18n/uk.d.ts +16 -15
- package/dist/types/i18n/vi.d.ts +16 -15
- package/dist/types/i18n/zh.d.ts +16 -15
- package/dist/types/i18n/zh_TW.d.ts +15 -15
- package/dist/types/store/MemoryReactionsStore.d.ts +1 -1
- package/dist/types/store/ReactionConsumer.d.ts +2 -2
- package/dist/types/store/utils.d.ts +2 -2
- package/dist/types/types/Actions.d.ts +2 -2
- package/dist/types/types/Updater.d.ts +1 -1
- package/dist/types/types/User.d.ts +1 -1
- package/dist/types/types/client.d.ts +1 -1
- package/dist/types/types/reaction.d.ts +11 -11
- package/dist/types/types/store.d.ts +3 -3
- package/package.json +12 -4
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -7,17 +7,17 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Norwegian (Bokmål)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
10
|
+
'fabric.reactions.add': 'Legg til reaksjon',
|
|
11
|
+
'fabric.reactions.error.unexpected': 'Reaksjoner er midlertidig utilgjengelige',
|
|
12
|
+
'fabric.reactions.loading': 'Laster inn …',
|
|
13
|
+
'fabric.reactions.more.emojis': 'Flere emojier',
|
|
14
|
+
'fabric.reactions.more.info': 'Mer informasjon',
|
|
15
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {og én annen} other {og {count} andre}}',
|
|
16
|
+
'fabric.reactions.reactwithemoji': 'Reager med emojien {emoji}',
|
|
17
|
+
'reactions.dialog.close': 'Lukk',
|
|
18
|
+
'reactions.dialog.left.navigate': 'Naviger til venstre',
|
|
19
|
+
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reaksjon} other {{count,number} reaksjoner}}',
|
|
20
|
+
'reactions.dialog.right.navigate': 'Naviger til høyre',
|
|
21
|
+
'reactions.dialog.viewall': 'Se hvem som har reagert',
|
|
22
|
+
'reactions.dialog.viewall.tooltip': 'Se alle brukerreaksjoner'
|
|
23
23
|
};
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -7,17 +7,18 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Dutch (Netherlands)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
10
|
+
'fabric.reactions.add': 'Reactie toevoegen',
|
|
11
|
+
'fabric.reactions.error.unexpected': 'Reacties zijn tijdelijk niet beschikbaar',
|
|
12
|
+
'fabric.reactions.loading': 'Bezig met laden…',
|
|
13
|
+
'fabric.reactions.more.emojis': "Meer emoji's",
|
|
14
|
+
'fabric.reactions.more.info': 'Meer info',
|
|
15
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {en één andere} other {en {count} andere}}',
|
|
16
|
+
'fabric.reactions.reactwithemoji': 'Reageren met emoticon {emoji}',
|
|
17
|
+
'reactions.dialog.close': 'Sluiten',
|
|
18
|
+
'reactions.dialog.emoji.name': '{emojiName}',
|
|
19
|
+
'reactions.dialog.left.navigate': 'Navigeer naar links',
|
|
20
|
+
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reactie} other {{count,number} reacties}}',
|
|
21
|
+
'reactions.dialog.right.navigate': 'Navigeer naar rechts',
|
|
22
|
+
'reactions.dialog.viewall': 'Bekijken wie er heeft gereageerd',
|
|
23
|
+
'reactions.dialog.viewall.tooltip': 'Alle reacties van gebruikers bekijken'
|
|
23
24
|
};
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -7,17 +7,18 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Polish (Poland)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
10
|
+
'fabric.reactions.add': 'Dodaj reakcję',
|
|
11
|
+
'fabric.reactions.error.unexpected': 'Reakcje są tymczasowo niedostępne',
|
|
12
|
+
'fabric.reactions.loading': 'Ładowanie...',
|
|
13
|
+
'fabric.reactions.more.emojis': 'Więcej emoji',
|
|
14
|
+
'fabric.reactions.more.info': 'Więcej informacji',
|
|
15
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {i jeszcze 1} few {i jeszcze {count}} many {i jeszcze {count}} other {i jeszcze {count}}}',
|
|
16
|
+
'fabric.reactions.reactwithemoji': 'Zareaguj za pomocą emoji {emoji}',
|
|
17
|
+
'reactions.dialog.close': 'Zamknij',
|
|
18
|
+
'reactions.dialog.emoji.name': '{emojiName}',
|
|
19
|
+
'reactions.dialog.left.navigate': 'Przejdź w lewo',
|
|
20
|
+
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reakcja} few {{count,number} reakcje} many {{count,number} reakcji} other {{count,number} reakcji}}',
|
|
21
|
+
'reactions.dialog.right.navigate': 'Przejdź w prawo',
|
|
22
|
+
'reactions.dialog.viewall': 'Zobacz, kto zareagował',
|
|
23
|
+
'reactions.dialog.viewall.tooltip': 'Wyświetl wszystkie reakcje użytkowników'
|
|
23
24
|
};
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -7,17 +7,18 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Portuguese (Brazil)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
10
|
+
'fabric.reactions.add': 'Adicionar reação',
|
|
11
|
+
'fabric.reactions.error.unexpected': 'As reações estão indisponíveis no momento',
|
|
12
|
+
'fabric.reactions.loading': 'Carregando...',
|
|
13
|
+
'fabric.reactions.more.emojis': 'Mais emojis',
|
|
14
|
+
'fabric.reactions.more.info': 'Mais informações',
|
|
15
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {e mais um} other {e mais {count}}}',
|
|
16
|
+
'fabric.reactions.reactwithemoji': 'Reaja com um emoji {emoji}',
|
|
17
|
+
'reactions.dialog.close': 'Fechar',
|
|
18
|
+
'reactions.dialog.emoji.name': '{emojiName}',
|
|
19
|
+
'reactions.dialog.left.navigate': 'Navegar para a esquerda',
|
|
20
|
+
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reação} other {{count,number} reações}}',
|
|
21
|
+
'reactions.dialog.right.navigate': 'Navegar para a direita',
|
|
22
|
+
'reactions.dialog.viewall': 'Ver quem reagiu',
|
|
23
|
+
'reactions.dialog.viewall.tooltip': 'Veja todas as reações de usuários'
|
|
23
24
|
};
|
package/dist/esm/i18n/ru.js
CHANGED
|
@@ -7,17 +7,17 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Russian
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
10
|
+
'fabric.reactions.add': 'Добавить реакцию',
|
|
11
|
+
'fabric.reactions.error.unexpected': 'Реакции временно недоступны',
|
|
12
|
+
'fabric.reactions.loading': 'Загрузка…',
|
|
13
|
+
'fabric.reactions.more.emojis': 'Другие эмодзи',
|
|
14
|
+
'fabric.reactions.more.info': 'Подробнее',
|
|
15
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {и еще один} few {и еще {count}} many {и еще {count}} other {и еще {count}}}',
|
|
16
|
+
'fabric.reactions.reactwithemoji': 'Отреагировать с помощью эмодзи {emoji}',
|
|
17
|
+
'reactions.dialog.close': 'Закрыть',
|
|
18
|
+
'reactions.dialog.left.navigate': 'Навигация влево',
|
|
19
|
+
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} реакция} few {{count,number} реакции} many {{count,number} реакций} other {{count,number} реакции}}',
|
|
20
|
+
'reactions.dialog.right.navigate': 'Навигация вправо',
|
|
21
|
+
'reactions.dialog.viewall': 'Посмотреть, кто отреагировал',
|
|
22
|
+
'reactions.dialog.viewall.tooltip': 'Посмотреть все реакции пользователей'
|
|
23
23
|
};
|
package/dist/esm/i18n/sv.js
CHANGED
|
@@ -7,17 +7,18 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Swedish
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
10
|
+
'fabric.reactions.add': 'Lägg till reaktion',
|
|
11
|
+
'fabric.reactions.error.unexpected': 'Reaktioner är inte tillgängliga just nu',
|
|
12
|
+
'fabric.reactions.loading': 'Läser in ...',
|
|
13
|
+
'fabric.reactions.more.emojis': 'Fler emojis',
|
|
14
|
+
'fabric.reactions.more.info': 'Mer info',
|
|
15
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {och en annan} other {och {count} andra}}',
|
|
16
|
+
'fabric.reactions.reactwithemoji': 'Reagera med emojin {emoji}',
|
|
17
|
+
'reactions.dialog.close': 'Stäng',
|
|
18
|
+
'reactions.dialog.emoji.name': '{emojiName}',
|
|
19
|
+
'reactions.dialog.left.navigate': 'Vänster navigering',
|
|
20
|
+
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} reaktion} other {{count,number} reaktioner}}',
|
|
21
|
+
'reactions.dialog.right.navigate': 'Höger navigering',
|
|
22
|
+
'reactions.dialog.viewall': 'Se vem som har reagerat',
|
|
23
|
+
'reactions.dialog.viewall.tooltip': 'Visa alla reaktioner från användare'
|
|
23
24
|
};
|
package/dist/esm/i18n/th.js
CHANGED
|
@@ -7,17 +7,18 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Thai (Thailand)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
10
|
+
'fabric.reactions.add': 'เพิ่มการโต้ตอบ',
|
|
11
|
+
'fabric.reactions.error.unexpected': 'การแสดงปฏิกิริยาไม่สามารถใช้งานได้ชั่วคราว',
|
|
12
|
+
'fabric.reactions.loading': 'กำลังโหลด...',
|
|
13
|
+
'fabric.reactions.more.emojis': 'เอโมจิเพิ่มเติม',
|
|
14
|
+
'fabric.reactions.more.info': 'ข้อมูลเพิ่มเติม',
|
|
15
|
+
'fabric.reactions.other.reacted.users': '{count, plural, other {และคนอื่น ๆ อีก {count} คน}}',
|
|
16
|
+
'fabric.reactions.reactwithemoji': 'แสดงปฏิกิริยาด้วยเอโมจิ {emoji}',
|
|
17
|
+
'reactions.dialog.close': 'ปิด',
|
|
18
|
+
'reactions.dialog.emoji.name': '{emojiName}',
|
|
19
|
+
'reactions.dialog.left.navigate': 'นำทางไปทางซ้าย',
|
|
20
|
+
'reactions.dialog.reactions.count': '{count, plural, other {{count,number} การโต้ตอบ}}',
|
|
21
|
+
'reactions.dialog.right.navigate': 'นำทางไปทางขวา',
|
|
22
|
+
'reactions.dialog.viewall': 'ดูว่าใครตอบสนอง',
|
|
23
|
+
'reactions.dialog.viewall.tooltip': 'ดูผู้ใช้ที่ตอบสนองทั้งหมด'
|
|
23
24
|
};
|
package/dist/esm/i18n/tr.js
CHANGED
|
@@ -7,17 +7,18 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Turkish (Turkey)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
10
|
+
'fabric.reactions.add': 'Tepki ekle',
|
|
11
|
+
'fabric.reactions.error.unexpected': 'Tepkiler geçici olarak kullanılamıyor',
|
|
12
|
+
'fabric.reactions.loading': 'Yükleniyor...',
|
|
13
|
+
'fabric.reactions.more.emojis': 'Daha fazla emoji',
|
|
14
|
+
'fabric.reactions.more.info': 'Daha fazla bilgi',
|
|
15
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {ve bir kişi daha} other {ve {count} kişi daha}}',
|
|
16
|
+
'fabric.reactions.reactwithemoji': "{emoji} emoji'siyle tepki verin",
|
|
17
|
+
'reactions.dialog.close': 'Kapat',
|
|
18
|
+
'reactions.dialog.emoji.name': '{emojiName}',
|
|
19
|
+
'reactions.dialog.left.navigate': 'Sol Gezinme',
|
|
20
|
+
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} tepki} other {{count,number} tepki}}',
|
|
21
|
+
'reactions.dialog.right.navigate': 'Sağ Gezinme',
|
|
22
|
+
'reactions.dialog.viewall': 'Kimin tepki verdiğini görün',
|
|
23
|
+
'reactions.dialog.viewall.tooltip': 'Tüm kullanıcı tepkilerini görüntüleyin'
|
|
23
24
|
};
|
package/dist/esm/i18n/uk.js
CHANGED
|
@@ -7,17 +7,18 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Ukrainian (Ukraine)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
10
|
+
'fabric.reactions.add': 'Додати реакцію',
|
|
11
|
+
'fabric.reactions.error.unexpected': 'Реакції тимчасово недоступні',
|
|
12
|
+
'fabric.reactions.loading': 'Завантаження...',
|
|
13
|
+
'fabric.reactions.more.emojis': 'Інші емодзі',
|
|
14
|
+
'fabric.reactions.more.info': 'Докладніше',
|
|
15
|
+
'fabric.reactions.other.reacted.users': '{count, plural, one {і ще {count} особа} few {і ще {count} особи} many {і ще {count} осіб} other {і ще {count} особи}}',
|
|
16
|
+
'fabric.reactions.reactwithemoji': 'Вставити емодзі {emoji}',
|
|
17
|
+
'reactions.dialog.close': 'Закрити',
|
|
18
|
+
'reactions.dialog.emoji.name': '{emojiName}',
|
|
19
|
+
'reactions.dialog.left.navigate': 'Перейти вліво',
|
|
20
|
+
'reactions.dialog.reactions.count': '{count, plural, one {{count,number} реакція} few {{count,number} реакції} many {{count,number} реакцій} other {{count,number} реакції}}',
|
|
21
|
+
'reactions.dialog.right.navigate': 'Перейти вправо',
|
|
22
|
+
'reactions.dialog.viewall': 'Переглянути, хто відреагував',
|
|
23
|
+
'reactions.dialog.viewall.tooltip': 'Переглянути всі реакції користувачів'
|
|
23
24
|
};
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -7,17 +7,18 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Vietnamese (Vietnam)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
10
|
+
'fabric.reactions.add': 'Thêm tương tác',
|
|
11
|
+
'fabric.reactions.error.unexpected': 'Tính năng tương tác tạm thời không hỗ trợ',
|
|
12
|
+
'fabric.reactions.loading': 'Đang tải...',
|
|
13
|
+
'fabric.reactions.more.emojis': 'Biểu tượng cảm xúc khác',
|
|
14
|
+
'fabric.reactions.more.info': 'Xem thêm thông tin',
|
|
15
|
+
'fabric.reactions.other.reacted.users': '{count, plural, other {và {count} người khác}}',
|
|
16
|
+
'fabric.reactions.reactwithemoji': 'Bày tỏ biểu tượng cảm xúc {emoji}',
|
|
17
|
+
'reactions.dialog.close': 'Đóng',
|
|
18
|
+
'reactions.dialog.emoji.name': '{emojiName}',
|
|
19
|
+
'reactions.dialog.left.navigate': 'Sang trái',
|
|
20
|
+
'reactions.dialog.reactions.count': '{count, plural, other {{count,number} tương tác}}',
|
|
21
|
+
'reactions.dialog.right.navigate': 'Sang phải',
|
|
22
|
+
'reactions.dialog.viewall': 'Xem ai đã bày tỏ cảm xúc',
|
|
23
|
+
'reactions.dialog.viewall.tooltip': 'Xem tất cả tương tác của người dùng'
|
|
23
24
|
};
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -7,17 +7,18 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Chinese (Simplified)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
10
|
+
'fabric.reactions.add': '添加反应',
|
|
11
|
+
'fabric.reactions.error.unexpected': '反应暂时不可用',
|
|
12
|
+
'fabric.reactions.loading': '正在加载...',
|
|
13
|
+
'fabric.reactions.more.emojis': '更多表情',
|
|
14
|
+
'fabric.reactions.more.info': '更多信息',
|
|
15
|
+
'fabric.reactions.other.reacted.users': '{count, plural, other {以及其他 {count} 个人}}',
|
|
16
|
+
'fabric.reactions.reactwithemoji': '使用 {emoji} 表情回应',
|
|
17
|
+
'reactions.dialog.close': '关闭',
|
|
18
|
+
'reactions.dialog.emoji.name': '{emojiName}',
|
|
19
|
+
'reactions.dialog.left.navigate': '向左导航',
|
|
20
|
+
'reactions.dialog.reactions.count': '{count, plural, other {{count,number} 条反应}}',
|
|
21
|
+
'reactions.dialog.right.navigate': '向右导航',
|
|
22
|
+
'reactions.dialog.viewall': '查看哪些人已反应',
|
|
23
|
+
'reactions.dialog.viewall.tooltip': '查看所有用户反应'
|
|
23
24
|
};
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -7,17 +7,17 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Chinese (Traditional)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
10
|
+
'fabric.reactions.add': '新增反應',
|
|
11
|
+
'fabric.reactions.error.unexpected': '暫時無法使用回覆功能',
|
|
12
|
+
'fabric.reactions.loading': '正在載入...',
|
|
13
|
+
'fabric.reactions.more.emojis': '更多表情符號',
|
|
14
|
+
'fabric.reactions.more.info': '更多資訊',
|
|
15
|
+
'fabric.reactions.other.reacted.users': '{count, plural, other {還有其他 {count} 個}}',
|
|
16
|
+
'fabric.reactions.reactwithemoji': '使用 {emoji} 表情符號回應',
|
|
17
|
+
'reactions.dialog.close': '關閉',
|
|
18
|
+
'reactions.dialog.left.navigate': '左側導覽',
|
|
19
|
+
'reactions.dialog.reactions.count': '{count, plural, other {{count,number} 個回應}}',
|
|
20
|
+
'reactions.dialog.right.navigate': '右側導覽',
|
|
21
|
+
'reactions.dialog.viewall': '查看誰新增了回應',
|
|
22
|
+
'reactions.dialog.viewall.tooltip': '檢視所有使用者的回應'
|
|
23
23
|
};
|
package/dist/esm/version.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { AnalyticsEventPayload, CreateUIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
2
2
|
import { EventType } from '@atlaskit/analytics-gas-types';
|
|
3
3
|
import { ReactionSummary, ReactionSource } from '../types';
|
|
4
|
-
export
|
|
4
|
+
export type PreviousState = 'new' | 'existingNotReacted' | 'existingReacted';
|
|
5
5
|
/**
|
|
6
6
|
* TODO: move to utility package?
|
|
7
7
|
* A random sampling function
|
|
@@ -23,7 +23,7 @@ export declare const createRestSucceededEvent: (actionSubject: string) => {
|
|
|
23
23
|
packageVersion: any;
|
|
24
24
|
};
|
|
25
25
|
};
|
|
26
|
-
export declare const createRestFailedEvent: (actionSubject: string, errorCode?: number
|
|
26
|
+
export declare const createRestFailedEvent: (actionSubject: string, errorCode?: number) => {
|
|
27
27
|
action: string;
|
|
28
28
|
actionSubject: string;
|
|
29
29
|
eventType: EventType;
|
|
@@ -53,7 +53,7 @@ export declare const createPickerButtonClickedEvent: (reactionEmojiCount: number
|
|
|
53
53
|
packageVersion: any;
|
|
54
54
|
};
|
|
55
55
|
};
|
|
56
|
-
export declare const createPickerCancelledEvent: (startTime?: number
|
|
56
|
+
export declare const createPickerCancelledEvent: (startTime?: number) => {
|
|
57
57
|
action: string;
|
|
58
58
|
actionSubject: string;
|
|
59
59
|
eventType: EventType;
|
|
@@ -63,7 +63,7 @@ export declare const createPickerCancelledEvent: (startTime?: number | undefined
|
|
|
63
63
|
packageVersion: any;
|
|
64
64
|
};
|
|
65
65
|
};
|
|
66
|
-
export declare const createPickerMoreClickedEvent: (startTime?: number
|
|
66
|
+
export declare const createPickerMoreClickedEvent: (startTime?: number) => {
|
|
67
67
|
action: string;
|
|
68
68
|
actionSubject: string;
|
|
69
69
|
eventType: EventType;
|
|
@@ -73,7 +73,7 @@ export declare const createPickerMoreClickedEvent: (startTime?: number | undefin
|
|
|
73
73
|
packageVersion: any;
|
|
74
74
|
};
|
|
75
75
|
};
|
|
76
|
-
export declare const createReactionSelectionEvent: (source: ReactionSource, emojiId: string, reaction?: ReactionSummary
|
|
76
|
+
export declare const createReactionSelectionEvent: (source: ReactionSource, emojiId: string, reaction?: ReactionSummary, startTime?: number) => {
|
|
77
77
|
action: string;
|
|
78
78
|
actionSubject: string;
|
|
79
79
|
eventType: EventType;
|
|
@@ -83,7 +83,7 @@ export declare const createReactionSelectionEvent: (source: ReactionSource, emoj
|
|
|
83
83
|
packageVersion: any;
|
|
84
84
|
};
|
|
85
85
|
};
|
|
86
|
-
export declare const createReactionHoveredEvent: (startTime?: number
|
|
86
|
+
export declare const createReactionHoveredEvent: (startTime?: number) => {
|
|
87
87
|
action: string;
|
|
88
88
|
actionSubject: string;
|
|
89
89
|
eventType: EventType;
|
|
@@ -93,7 +93,7 @@ export declare const createReactionHoveredEvent: (startTime?: number | undefined
|
|
|
93
93
|
packageVersion: any;
|
|
94
94
|
};
|
|
95
95
|
};
|
|
96
|
-
export declare const createReactionFocusedEvent: (startTime?: number
|
|
96
|
+
export declare const createReactionFocusedEvent: (startTime?: number) => {
|
|
97
97
|
action: string;
|
|
98
98
|
actionSubject: string;
|
|
99
99
|
eventType: EventType;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { ThemeColorModes } from '@atlaskit/tokens';
|
|
1
2
|
export declare const containerStyle: (reactionsBorderWidth: number) => import("@emotion/react").SerializedStyles;
|
|
2
3
|
export declare const titleStyle: import("@emotion/react").SerializedStyles;
|
|
3
4
|
export declare const counterStyle: (isSelected: boolean) => import("@emotion/react").SerializedStyles;
|
|
4
|
-
export declare const customTabWrapper: (isSelected: boolean, selectedEmojiId: string, theme?:
|
|
5
|
+
export declare const customTabWrapper: (isSelected: boolean, selectedEmojiId: string, theme?: ThemeColorModes) => import("@emotion/react").SerializedStyles;
|
|
5
6
|
export declare const navigationContainerStyle: import("@emotion/react").SerializedStyles;
|
|
6
7
|
export declare const reactionViewStyle: import("@emotion/react").SerializedStyles;
|
|
7
8
|
export declare const userListStyle: import("@emotion/react").SerializedStyles;
|
|
@@ -20,7 +20,7 @@ export interface ConnectedReactionsViewProps extends Pick<ReactionsProps, 'quick
|
|
|
20
20
|
/**
|
|
21
21
|
* Export the mapper function outside the component so easier to do unit tests
|
|
22
22
|
*/
|
|
23
|
-
export declare const mapStateToPropsHelper: (containerAri: string, ari: string, state?: State
|
|
23
|
+
export declare const mapStateToPropsHelper: (containerAri: string, ari: string, state?: State) => {
|
|
24
24
|
status: ReactionStatus;
|
|
25
25
|
reactions: never[];
|
|
26
26
|
flash?: undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
2
|
+
type callbackType = 'CLICK_OUTSIDE' | 'ESCAPE';
|
|
3
3
|
/**
|
|
4
4
|
* Custom hook to detect when user action is outside given container ref or press escape key
|
|
5
5
|
* @param ref ref object to an html element
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -1,22 +1,23 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"fabric.reactions.add": string;
|
|
3
|
-
"fabric.reactions.error.unexpected": string;
|
|
4
|
-
"fabric.reactions.loading": string;
|
|
5
|
-
"fabric.reactions.more.emojis": string;
|
|
6
|
-
"fabric.reactions.more.info": string;
|
|
7
|
-
"fabric.reactions.other.reacted.users": string;
|
|
8
|
-
"fabric.reactions.reactwithemoji": string;
|
|
9
|
-
"reactions.dialog.close": string;
|
|
10
|
-
"reactions.dialog.left.navigate": string;
|
|
11
|
-
"reactions.dialog.reactions.count": string;
|
|
12
|
-
"reactions.dialog.right.navigate": string;
|
|
13
|
-
"reactions.dialog.viewall": string;
|
|
14
|
-
"reactions.dialog.viewall.tooltip": string;
|
|
15
|
-
};
|
|
16
1
|
/**
|
|
17
2
|
* NOTE:
|
|
18
3
|
*
|
|
19
4
|
* This file is automatically generated by Traduki 2.0.
|
|
20
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
21
6
|
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.reactions.add': string;
|
|
9
|
+
'fabric.reactions.error.unexpected': string;
|
|
10
|
+
'fabric.reactions.loading': string;
|
|
11
|
+
'fabric.reactions.more.emojis': string;
|
|
12
|
+
'fabric.reactions.more.info': string;
|
|
13
|
+
'fabric.reactions.other.reacted.users': string;
|
|
14
|
+
'fabric.reactions.reactwithemoji': string;
|
|
15
|
+
'reactions.dialog.close': string;
|
|
16
|
+
'reactions.dialog.emoji.name': string;
|
|
17
|
+
'reactions.dialog.left.navigate': string;
|
|
18
|
+
'reactions.dialog.reactions.count': string;
|
|
19
|
+
'reactions.dialog.right.navigate': string;
|
|
20
|
+
'reactions.dialog.viewall': string;
|
|
21
|
+
'reactions.dialog.viewall.tooltip': string;
|
|
22
|
+
};
|
|
22
23
|
export default _default;
|