@atlaskit/emoji 63.1.7 → 63.2.0
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 +27 -0
- package/dist/cjs/api/EmojiRepository.js +1 -1
- package/dist/cjs/api/EmojiResource.js +1 -1
- package/dist/cjs/api/EmojiUtils.js +1 -1
- package/dist/cjs/api/internal/Comparators.js +1 -1
- package/dist/cjs/api/internal/UsageFrequencyTracker.js +1 -1
- package/dist/cjs/api/media/SiteEmojiResource.js +1 -1
- package/dist/cjs/api/media/TokenManager.js +1 -1
- package/dist/cjs/components/common/DeleteButton.js +3 -1
- package/dist/cjs/components/common/EmojiUploadPicker.js +12 -19
- package/dist/cjs/components/common/styles.js +14 -16
- package/dist/cjs/components/picker/CategorySelector.js +2 -1
- package/dist/cjs/components/picker/EmojiPickerListSearch.js +13 -17
- package/dist/cjs/components/picker/EmojiPickerVirtualItems.js +1 -1
- package/dist/cjs/components/picker/styles.js +16 -18
- package/dist/cjs/components/typeahead/styles.js +5 -3
- package/dist/cjs/components/uploader/styles.js +4 -2
- package/dist/cjs/element.js +4 -4
- package/dist/cjs/i18n/cs.js +4 -2
- package/dist/cjs/i18n/da.js +4 -2
- package/dist/cjs/i18n/de.js +4 -2
- package/dist/cjs/i18n/es.js +4 -2
- package/dist/cjs/i18n/et.js +1 -3
- package/dist/cjs/i18n/fi.js +4 -2
- package/dist/cjs/i18n/fr.js +4 -2
- package/dist/cjs/i18n/hu.js +4 -2
- package/dist/cjs/i18n/index.js +36 -36
- package/dist/cjs/i18n/it.js +4 -2
- package/dist/cjs/i18n/ja.js +4 -2
- package/dist/cjs/i18n/ko.js +4 -2
- package/dist/cjs/i18n/nb.js +4 -2
- package/dist/cjs/i18n/nl.js +4 -2
- package/dist/cjs/i18n/pl.js +4 -2
- package/dist/cjs/i18n/pt_BR.js +4 -2
- package/dist/cjs/i18n/pt_PT.js +1 -3
- package/dist/cjs/i18n/ru.js +4 -2
- package/dist/cjs/i18n/sk.js +1 -3
- package/dist/cjs/i18n/sv.js +4 -2
- package/dist/cjs/i18n/th.js +4 -2
- package/dist/cjs/i18n/tr.js +4 -2
- package/dist/cjs/i18n/uk.js +4 -2
- package/dist/cjs/i18n/vi.js +4 -2
- package/dist/cjs/i18n/zh.js +4 -2
- package/dist/cjs/i18n/zh_TW.js +4 -2
- package/dist/cjs/index.js +51 -51
- package/dist/cjs/resource.js +4 -4
- package/dist/cjs/util/analytics.js +1 -1
- package/dist/cjs/util/constants.js +1 -1
- package/dist/cjs/util/filters.js +1 -1
- package/dist/cjs/util/image.js +1 -1
- package/dist/cjs/util/logger.js +1 -1
- package/dist/cjs/util/mouse.js +1 -1
- package/dist/cjs/util/shared-styles.js +9 -11
- package/dist/cjs/util/type-helpers.js +1 -1
- package/dist/cjs/utils.js +8 -8
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/common/DeleteButton.js +2 -1
- package/dist/es2019/components/common/EmojiUploadPicker.js +5 -10
- package/dist/es2019/components/common/styles.js +12 -15
- package/dist/es2019/components/picker/CategorySelector.js +1 -0
- package/dist/es2019/components/picker/EmojiPickerListSearch.js +11 -16
- package/dist/es2019/components/picker/styles.js +15 -19
- package/dist/es2019/components/typeahead/styles.js +3 -2
- package/dist/es2019/components/uploader/styles.js +2 -1
- package/dist/es2019/i18n/cs.js +4 -2
- package/dist/es2019/i18n/da.js +4 -2
- package/dist/es2019/i18n/de.js +4 -2
- package/dist/es2019/i18n/es.js +4 -2
- package/dist/es2019/i18n/et.js +1 -3
- package/dist/es2019/i18n/fi.js +4 -2
- package/dist/es2019/i18n/fr.js +4 -2
- package/dist/es2019/i18n/hu.js +4 -2
- package/dist/es2019/i18n/it.js +4 -2
- package/dist/es2019/i18n/ja.js +4 -2
- package/dist/es2019/i18n/ko.js +4 -2
- package/dist/es2019/i18n/nb.js +4 -2
- package/dist/es2019/i18n/nl.js +4 -2
- package/dist/es2019/i18n/pl.js +4 -2
- package/dist/es2019/i18n/pt_BR.js +4 -2
- package/dist/es2019/i18n/pt_PT.js +1 -3
- package/dist/es2019/i18n/ru.js +4 -2
- package/dist/es2019/i18n/sk.js +1 -3
- package/dist/es2019/i18n/sv.js +4 -2
- package/dist/es2019/i18n/th.js +4 -2
- package/dist/es2019/i18n/tr.js +4 -2
- package/dist/es2019/i18n/uk.js +4 -2
- package/dist/es2019/i18n/vi.js +4 -2
- package/dist/es2019/i18n/zh.js +4 -2
- package/dist/es2019/i18n/zh_TW.js +4 -2
- package/dist/es2019/index.js +3 -3
- package/dist/es2019/util/shared-styles.js +7 -9
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/common/DeleteButton.js +2 -1
- package/dist/esm/components/common/EmojiUploadPicker.js +11 -18
- package/dist/esm/components/common/styles.js +12 -15
- package/dist/esm/components/picker/CategorySelector.js +1 -0
- package/dist/esm/components/picker/EmojiPickerListSearch.js +12 -17
- package/dist/esm/components/picker/styles.js +15 -18
- package/dist/esm/components/typeahead/styles.js +3 -2
- package/dist/esm/components/uploader/styles.js +2 -1
- package/dist/esm/i18n/cs.js +4 -2
- package/dist/esm/i18n/da.js +4 -2
- package/dist/esm/i18n/de.js +4 -2
- package/dist/esm/i18n/es.js +4 -2
- package/dist/esm/i18n/et.js +1 -3
- package/dist/esm/i18n/fi.js +4 -2
- package/dist/esm/i18n/fr.js +4 -2
- package/dist/esm/i18n/hu.js +4 -2
- package/dist/esm/i18n/it.js +4 -2
- package/dist/esm/i18n/ja.js +4 -2
- package/dist/esm/i18n/ko.js +4 -2
- package/dist/esm/i18n/nb.js +4 -2
- package/dist/esm/i18n/nl.js +4 -2
- package/dist/esm/i18n/pl.js +4 -2
- package/dist/esm/i18n/pt_BR.js +4 -2
- package/dist/esm/i18n/pt_PT.js +1 -3
- package/dist/esm/i18n/ru.js +4 -2
- package/dist/esm/i18n/sk.js +1 -3
- package/dist/esm/i18n/sv.js +4 -2
- package/dist/esm/i18n/th.js +4 -2
- package/dist/esm/i18n/tr.js +4 -2
- package/dist/esm/i18n/uk.js +4 -2
- package/dist/esm/i18n/vi.js +4 -2
- package/dist/esm/i18n/zh.js +4 -2
- package/dist/esm/i18n/zh_TW.js +4 -2
- package/dist/esm/index.js +3 -3
- package/dist/esm/util/shared-styles.js +7 -9
- package/dist/esm/version.json +1 -1
- package/dist/types/i18n/cs.d.ts +3 -1
- package/dist/types/i18n/da.d.ts +3 -1
- package/dist/types/i18n/de.d.ts +3 -1
- package/dist/types/i18n/es.d.ts +3 -1
- package/dist/types/i18n/et.d.ts +0 -2
- package/dist/types/i18n/fi.d.ts +3 -1
- package/dist/types/i18n/fr.d.ts +3 -1
- package/dist/types/i18n/hu.d.ts +3 -1
- package/dist/types/i18n/it.d.ts +3 -1
- package/dist/types/i18n/ja.d.ts +3 -1
- package/dist/types/i18n/ko.d.ts +3 -1
- package/dist/types/i18n/nb.d.ts +3 -1
- package/dist/types/i18n/nl.d.ts +3 -1
- package/dist/types/i18n/pl.d.ts +3 -1
- package/dist/types/i18n/pt_BR.d.ts +3 -1
- package/dist/types/i18n/pt_PT.d.ts +0 -2
- package/dist/types/i18n/ru.d.ts +3 -1
- package/dist/types/i18n/sk.d.ts +0 -2
- package/dist/types/i18n/sv.d.ts +3 -1
- package/dist/types/i18n/th.d.ts +3 -1
- package/dist/types/i18n/tr.d.ts +3 -1
- package/dist/types/i18n/uk.d.ts +3 -1
- package/dist/types/i18n/vi.d.ts +3 -1
- package/dist/types/i18n/zh.d.ts +3 -1
- package/dist/types/i18n/zh_TW.d.ts +3 -1
- package/dist/types/util/shared-styles.d.ts +6 -7
- package/package.json +16 -11
package/dist/esm/i18n/nb.js
CHANGED
|
@@ -22,7 +22,7 @@ export default {
|
|
|
22
22
|
'fabric.emoji.category.productivity': 'Produktivitet',
|
|
23
23
|
'fabric.emoji.category.symbols': 'Symboler',
|
|
24
24
|
'fabric.emoji.category.user.uploads': 'Filopplastingene dine',
|
|
25
|
-
'fabric.emoji.choose.file.
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Velg en fil for emojien. JPG, PNG eller GIF. Maks. størrelse 1 MB.',
|
|
26
26
|
'fabric.emoji.choose.file.title': 'Velg fil',
|
|
27
27
|
'fabric.emoji.delete.description': 'Alle eksisterende forekomster av denne emoji-en blir erstattet med {emojiShortName}',
|
|
28
28
|
'fabric.emoji.delete.label': 'Fjern',
|
|
@@ -37,5 +37,7 @@ export default {
|
|
|
37
37
|
'fabric.emoji.preview': 'Den nye emoji-en {emoji} ser flott ut',
|
|
38
38
|
'fabric.emoji.preview.title': 'Forhåndsvisning',
|
|
39
39
|
'fabric.emoji.retry.label': 'Prøv igjen',
|
|
40
|
-
'fabric.emoji.search.label': 'Søk'
|
|
40
|
+
'fabric.emoji.search.label': 'Søk etter emoji',
|
|
41
|
+
'fabric.emoji.search.placeholder': 'Søk',
|
|
42
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Velg hudtone, {selectedTone}'
|
|
41
43
|
};
|
package/dist/esm/i18n/nl.js
CHANGED
|
@@ -22,7 +22,7 @@ export default {
|
|
|
22
22
|
'fabric.emoji.category.productivity': 'Productiviteit',
|
|
23
23
|
'fabric.emoji.category.symbols': 'Symbolen',
|
|
24
24
|
'fabric.emoji.category.user.uploads': 'Jouw uploads',
|
|
25
|
-
'fabric.emoji.choose.file.
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Kies een bestand voor de emoji. jpg, png of gif. Max. 1 MB.',
|
|
26
26
|
'fabric.emoji.choose.file.title': 'Bestand kiezen',
|
|
27
27
|
'fabric.emoji.delete.description': 'Alle bestaande exemplaren van deze emoji zullen vervangen worden door {emojiShortName}',
|
|
28
28
|
'fabric.emoji.delete.label': 'Verwijderen',
|
|
@@ -37,5 +37,7 @@ export default {
|
|
|
37
37
|
'fabric.emoji.preview': 'Je nieuwe emoji {emoji} ziet er goed uit',
|
|
38
38
|
'fabric.emoji.preview.title': 'Voorvertoning',
|
|
39
39
|
'fabric.emoji.retry.label': 'Opnieuw proberen',
|
|
40
|
-
'fabric.emoji.search.label': '
|
|
40
|
+
'fabric.emoji.search.label': 'Een emoticon zoeken',
|
|
41
|
+
'fabric.emoji.search.placeholder': 'Zoeken',
|
|
42
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Huidskleur selecteren, {selectedTone}'
|
|
41
43
|
};
|
package/dist/esm/i18n/pl.js
CHANGED
|
@@ -22,7 +22,7 @@ export default {
|
|
|
22
22
|
'fabric.emoji.category.productivity': 'Produktywność',
|
|
23
23
|
'fabric.emoji.category.symbols': 'Symbole',
|
|
24
24
|
'fabric.emoji.category.user.uploads': 'Twoje przekazane pliki',
|
|
25
|
-
'fabric.emoji.choose.file.
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Wybierz plik dla emoji. JPG, PNG lub GIF. Maks. rozmiar to 1 MB.',
|
|
26
26
|
'fabric.emoji.choose.file.title': 'Wybierz plik',
|
|
27
27
|
'fabric.emoji.delete.description': 'Wszystkie istniejące wystąpienia tego emoji zostaną zastąpione {emojiShortName}',
|
|
28
28
|
'fabric.emoji.delete.label': 'Usuń',
|
|
@@ -37,5 +37,7 @@ export default {
|
|
|
37
37
|
'fabric.emoji.preview': 'Twoja nowa emoji {emoji} wygląda świetnie',
|
|
38
38
|
'fabric.emoji.preview.title': 'Podgląd',
|
|
39
39
|
'fabric.emoji.retry.label': 'Spróbuj ponownie',
|
|
40
|
-
'fabric.emoji.search.label': '
|
|
40
|
+
'fabric.emoji.search.label': 'Wyszukaj emoji',
|
|
41
|
+
'fabric.emoji.search.placeholder': 'Szukaj',
|
|
42
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Wybierz odcień skóry, {selectedTone}'
|
|
41
43
|
};
|
package/dist/esm/i18n/pt_BR.js
CHANGED
|
@@ -22,7 +22,7 @@ export default {
|
|
|
22
22
|
'fabric.emoji.category.productivity': 'Produtividade',
|
|
23
23
|
'fabric.emoji.category.symbols': 'Símbolos',
|
|
24
24
|
'fabric.emoji.category.user.uploads': 'Seus carregamentos',
|
|
25
|
-
'fabric.emoji.choose.file.
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Selecione um arquivo para o emoji. JPG, PNG ou GIF. Tamanho máximo de 1 MB.',
|
|
26
26
|
'fabric.emoji.choose.file.title': 'Escolher arquivo',
|
|
27
27
|
'fabric.emoji.delete.description': 'Todas as instâncias existentes deste emoji serão substituídas por {emojiShortName}',
|
|
28
28
|
'fabric.emoji.delete.label': 'Remover',
|
|
@@ -37,5 +37,7 @@ export default {
|
|
|
37
37
|
'fabric.emoji.preview': 'Seu novo emoji ({emoji}) ficou ótimo',
|
|
38
38
|
'fabric.emoji.preview.title': 'Pré-visualizar',
|
|
39
39
|
'fabric.emoji.retry.label': 'Tentar novamente',
|
|
40
|
-
'fabric.emoji.search.label': 'Pesquisar'
|
|
40
|
+
'fabric.emoji.search.label': 'Pesquisar emoji',
|
|
41
|
+
'fabric.emoji.search.placeholder': 'Pesquisar',
|
|
42
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Selecionar o tom de pele, {selectedTone}'
|
|
41
43
|
};
|
package/dist/esm/i18n/pt_PT.js
CHANGED
|
@@ -22,7 +22,6 @@ export default {
|
|
|
22
22
|
'fabric.emoji.category.productivity': 'Produtividade',
|
|
23
23
|
'fabric.emoji.category.symbols': 'Símbolos',
|
|
24
24
|
'fabric.emoji.category.user.uploads': 'Os seus carregamentos',
|
|
25
|
-
'fabric.emoji.choose.file.ariaLabel': 'Escolha um ficheiro para o emoji. JPG, PNG ou GIF. Tamanho máximo de 1 MB.',
|
|
26
25
|
'fabric.emoji.choose.file.title': 'Selecionar ficheiro',
|
|
27
26
|
'fabric.emoji.delete.description': 'Todas as instâncias existentes deste emoji serão substituídas com {emojiShortName}',
|
|
28
27
|
'fabric.emoji.delete.label': 'Remover',
|
|
@@ -36,6 +35,5 @@ export default {
|
|
|
36
35
|
'fabric.emoji.placeholder': 'Nome do emoji',
|
|
37
36
|
'fabric.emoji.preview': 'O seu novo emoji {emoji} tem um aspeto excelente',
|
|
38
37
|
'fabric.emoji.preview.title': 'Pré-visualização',
|
|
39
|
-
'fabric.emoji.retry.label': 'Tentar novamente'
|
|
40
|
-
'fabric.emoji.search.label': 'Pesquisar'
|
|
38
|
+
'fabric.emoji.retry.label': 'Tentar novamente'
|
|
41
39
|
};
|
package/dist/esm/i18n/ru.js
CHANGED
|
@@ -22,7 +22,7 @@ export default {
|
|
|
22
22
|
'fabric.emoji.category.productivity': 'Эффективность',
|
|
23
23
|
'fabric.emoji.category.symbols': 'Символы',
|
|
24
24
|
'fabric.emoji.category.user.uploads': 'Ваши эмодзи',
|
|
25
|
-
'fabric.emoji.choose.file.
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Выберите файл с эмодзи. Формат: JPG, PNG или GIF. Размер: не более 1 МБ',
|
|
26
26
|
'fabric.emoji.choose.file.title': 'Выберите файл',
|
|
27
27
|
'fabric.emoji.delete.description': 'Вместо всех существующих экземпляров этого эмодзи будет использоваться {emojiShortName}',
|
|
28
28
|
'fabric.emoji.delete.label': 'Удалить',
|
|
@@ -37,5 +37,7 @@ export default {
|
|
|
37
37
|
'fabric.emoji.preview': 'Новый эмодзи {emoji} очень классный!',
|
|
38
38
|
'fabric.emoji.preview.title': 'Предпросмотр',
|
|
39
39
|
'fabric.emoji.retry.label': 'Повторить попытку',
|
|
40
|
-
'fabric.emoji.search.label': '
|
|
40
|
+
'fabric.emoji.search.label': 'Искать эмодзи',
|
|
41
|
+
'fabric.emoji.search.placeholder': 'Поиск',
|
|
42
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Выбрать цвет кожи {selectedTone}'
|
|
41
43
|
};
|
package/dist/esm/i18n/sk.js
CHANGED
|
@@ -22,7 +22,6 @@ export default {
|
|
|
22
22
|
'fabric.emoji.category.productivity': 'Produktivita',
|
|
23
23
|
'fabric.emoji.category.symbols': 'Symboly',
|
|
24
24
|
'fabric.emoji.category.user.uploads': 'Vaše nahrané súbory',
|
|
25
|
-
'fabric.emoji.choose.file.ariaLabel': 'Vyberte súbor pre emoji. JPG, PNG alebo GIF. Maximálna veľkosť je 1 MB.',
|
|
26
25
|
'fabric.emoji.choose.file.title': 'Vybrať súbor',
|
|
27
26
|
'fabric.emoji.delete.description': 'Všetky existujúce inštancie tohto zábavného obrázka sa nahradia obrázkom {emojiShortName}',
|
|
28
27
|
'fabric.emoji.delete.label': 'Odstrániť',
|
|
@@ -36,6 +35,5 @@ export default {
|
|
|
36
35
|
'fabric.emoji.placeholder': 'Názov zábavného obrázka',
|
|
37
36
|
'fabric.emoji.preview': 'Váš nový zábavný obrázok {emoji} vyzerá výborne',
|
|
38
37
|
'fabric.emoji.preview.title': 'Ukážka',
|
|
39
|
-
'fabric.emoji.retry.label': 'Skúsiť znova'
|
|
40
|
-
'fabric.emoji.search.label': 'Vyhľadať'
|
|
38
|
+
'fabric.emoji.retry.label': 'Skúsiť znova'
|
|
41
39
|
};
|
package/dist/esm/i18n/sv.js
CHANGED
|
@@ -22,7 +22,7 @@ export default {
|
|
|
22
22
|
'fabric.emoji.category.productivity': 'Produktivitet',
|
|
23
23
|
'fabric.emoji.category.symbols': 'Symboler',
|
|
24
24
|
'fabric.emoji.category.user.uploads': 'Dina uppladdningar',
|
|
25
|
-
'fabric.emoji.choose.file.
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Välj en fil för emojin. JPG, PNG eller GIF. Maxstorlek 1 MB.',
|
|
26
26
|
'fabric.emoji.choose.file.title': 'Välj fil',
|
|
27
27
|
'fabric.emoji.delete.description': 'Alla befintliga förekomster av denna emoji kommer att ersättas med {emojiShortName}',
|
|
28
28
|
'fabric.emoji.delete.label': 'Ta bort',
|
|
@@ -37,5 +37,7 @@ export default {
|
|
|
37
37
|
'fabric.emoji.preview': 'Din nya emoji {emoji} ser jättebra ut',
|
|
38
38
|
'fabric.emoji.preview.title': 'Förhandsgranska',
|
|
39
39
|
'fabric.emoji.retry.label': 'Försök igen',
|
|
40
|
-
'fabric.emoji.search.label': 'Sök'
|
|
40
|
+
'fabric.emoji.search.label': 'Sök efter emoji',
|
|
41
|
+
'fabric.emoji.search.placeholder': 'Sök',
|
|
42
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Välj hudton, {selectedTone}'
|
|
41
43
|
};
|
package/dist/esm/i18n/th.js
CHANGED
|
@@ -22,7 +22,7 @@ export default {
|
|
|
22
22
|
'fabric.emoji.category.productivity': 'ผลิตภาพ',
|
|
23
23
|
'fabric.emoji.category.symbols': 'สัญลักษณ์',
|
|
24
24
|
'fabric.emoji.category.user.uploads': 'รายการอัปโหลดของคุณ',
|
|
25
|
-
'fabric.emoji.choose.file.
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'เลือกไฟล์สำหรับเอโมจิ JPG PNG หรือ GIF ขนาดไฟล์ใหญ่สุด 1 MB',
|
|
26
26
|
'fabric.emoji.choose.file.title': 'เลือกไฟล์',
|
|
27
27
|
'fabric.emoji.delete.description': 'ประเภทที่มีอยู่ทั้งหมดของเอโมจินี้จะถูกแทนที่ด้วย {emojiShortName}',
|
|
28
28
|
'fabric.emoji.delete.label': 'ลบออก',
|
|
@@ -37,5 +37,7 @@ export default {
|
|
|
37
37
|
'fabric.emoji.preview': 'เอโมจิใหม่ {emoji} ของคุณดูดีมาก',
|
|
38
38
|
'fabric.emoji.preview.title': 'แสดงตัวอย่าง',
|
|
39
39
|
'fabric.emoji.retry.label': 'ลองอีกครั้ง',
|
|
40
|
-
'fabric.emoji.search.label': '
|
|
40
|
+
'fabric.emoji.search.label': 'ค้นหาเอโมจิ',
|
|
41
|
+
'fabric.emoji.search.placeholder': 'ค้นหา',
|
|
42
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'เลือกโทนสีผิว {selectedTone}'
|
|
41
43
|
};
|
package/dist/esm/i18n/tr.js
CHANGED
|
@@ -22,7 +22,7 @@ export default {
|
|
|
22
22
|
'fabric.emoji.category.productivity': 'Üretkenlik',
|
|
23
23
|
'fabric.emoji.category.symbols': 'Semboller',
|
|
24
24
|
'fabric.emoji.category.user.uploads': 'Yükledikleriniz',
|
|
25
|
-
'fabric.emoji.choose.file.
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Emoji için bir dosya seçin. JPG, PNG veya GIF. Maksimum 1 MB boyutunda.',
|
|
26
26
|
'fabric.emoji.choose.file.title': 'Dosya seçin',
|
|
27
27
|
'fabric.emoji.delete.description': "Bu emoji'nin mevcut örneklerinin tümü {emojiShortName} ile değiştirilecek",
|
|
28
28
|
'fabric.emoji.delete.label': 'Kaldır',
|
|
@@ -37,5 +37,7 @@ export default {
|
|
|
37
37
|
'fabric.emoji.preview': "Yeni emoji'niz {emoji} çok güzel görünüyor",
|
|
38
38
|
'fabric.emoji.preview.title': 'Önizleme',
|
|
39
39
|
'fabric.emoji.retry.label': 'Yeniden Dene',
|
|
40
|
-
'fabric.emoji.search.label': '
|
|
40
|
+
'fabric.emoji.search.label': 'Emoji ara',
|
|
41
|
+
'fabric.emoji.search.placeholder': 'Ara',
|
|
42
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Renk tonunu seçin, {selectedTone}'
|
|
41
43
|
};
|
package/dist/esm/i18n/uk.js
CHANGED
|
@@ -22,7 +22,7 @@ export default {
|
|
|
22
22
|
'fabric.emoji.category.productivity': 'Робота',
|
|
23
23
|
'fabric.emoji.category.symbols': 'Символи',
|
|
24
24
|
'fabric.emoji.category.user.uploads': 'Ваші завантаження',
|
|
25
|
-
'fabric.emoji.choose.file.
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Виберіть файл емодзі у форматі JPG, PNG або GIF. Його розмір не може перевищувати 1 МБ.',
|
|
26
26
|
'fabric.emoji.choose.file.title': 'Вибір файлу',
|
|
27
27
|
'fabric.emoji.delete.description': 'Усі наявні екземпляри цього емодзі буде замінено на емодзі {emojiShortName}',
|
|
28
28
|
'fabric.emoji.delete.label': 'Видалити',
|
|
@@ -37,5 +37,7 @@ export default {
|
|
|
37
37
|
'fabric.emoji.preview': 'Емодзі {emoji} виглядає чудово',
|
|
38
38
|
'fabric.emoji.preview.title': 'Попередній перегляд',
|
|
39
39
|
'fabric.emoji.retry.label': 'Повторити спробу',
|
|
40
|
-
'fabric.emoji.search.label': 'Пошук'
|
|
40
|
+
'fabric.emoji.search.label': 'Пошук емодзі',
|
|
41
|
+
'fabric.emoji.search.placeholder': 'Пошук',
|
|
42
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Вибрати тон шкіри, {selectedTone}'
|
|
41
43
|
};
|
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -22,7 +22,7 @@ export default {
|
|
|
22
22
|
'fabric.emoji.category.productivity': 'Năng suất',
|
|
23
23
|
'fabric.emoji.category.symbols': 'Biểu tượng',
|
|
24
24
|
'fabric.emoji.category.user.uploads': 'Các nội dung bạn tải lên',
|
|
25
|
-
'fabric.emoji.choose.file.
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Chọn một tệp cho biểu tượng cảm xúc. JPG, PNG hoặc GIF. Kích thước tối đa 1 MB.',
|
|
26
26
|
'fabric.emoji.choose.file.title': 'Chọn tập tin',
|
|
27
27
|
'fabric.emoji.delete.description': 'Tất cả các phiên bản hiện tại của biểu tượng cảm xúc này sẽ được thay thế bằng {emojiShortName}',
|
|
28
28
|
'fabric.emoji.delete.label': 'Xóa',
|
|
@@ -37,5 +37,7 @@ export default {
|
|
|
37
37
|
'fabric.emoji.preview': 'Biểu tượng cảm xúc mới của bạn {emoji} trông rất tuyệt',
|
|
38
38
|
'fabric.emoji.preview.title': 'Xem trước',
|
|
39
39
|
'fabric.emoji.retry.label': 'Thử lại',
|
|
40
|
-
'fabric.emoji.search.label': 'Tìm kiếm'
|
|
40
|
+
'fabric.emoji.search.label': 'Tìm kiếm biểu tượng cảm xúc',
|
|
41
|
+
'fabric.emoji.search.placeholder': 'Tìm kiếm',
|
|
42
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Chọn tông màu da, {selectedTone}'
|
|
41
43
|
};
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -22,7 +22,7 @@ export default {
|
|
|
22
22
|
'fabric.emoji.category.productivity': '生产力',
|
|
23
23
|
'fabric.emoji.category.symbols': '符号',
|
|
24
24
|
'fabric.emoji.category.user.uploads': '您的上传',
|
|
25
|
-
'fabric.emoji.choose.file.
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': '为表情符号选择一个文件。JPG、PNG 或 GIF。文件大小不得超过 1 MB。',
|
|
26
26
|
'fabric.emoji.choose.file.title': '选择文件',
|
|
27
27
|
'fabric.emoji.delete.description': '此表情符号的所有现有实例将替换为{emojiShortName}',
|
|
28
28
|
'fabric.emoji.delete.label': '删除',
|
|
@@ -37,5 +37,7 @@ export default {
|
|
|
37
37
|
'fabric.emoji.preview': '您的新表情符号{emoji}看起来很棒',
|
|
38
38
|
'fabric.emoji.preview.title': '预览',
|
|
39
39
|
'fabric.emoji.retry.label': '重试',
|
|
40
|
-
'fabric.emoji.search.label': '
|
|
40
|
+
'fabric.emoji.search.label': '搜索表情',
|
|
41
|
+
'fabric.emoji.search.placeholder': '搜索',
|
|
42
|
+
'fabric.emoji.select.skin.tone.ariaLabel': '选择肤色,{selectedTone}'
|
|
41
43
|
};
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -22,7 +22,7 @@ export default {
|
|
|
22
22
|
'fabric.emoji.category.productivity': '生產力',
|
|
23
23
|
'fabric.emoji.category.symbols': '符號',
|
|
24
24
|
'fabric.emoji.category.user.uploads': '您的上傳項目',
|
|
25
|
-
'fabric.emoji.choose.file.
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': '請選擇表情符號的檔案。JPG、PNG 或 GIF。大小上限為 1 MB。',
|
|
26
26
|
'fabric.emoji.choose.file.title': '選擇檔案',
|
|
27
27
|
'fabric.emoji.delete.description': '此表情符號的所有現有執行個體都將取代為 {emojiShortName}',
|
|
28
28
|
'fabric.emoji.delete.label': '移除',
|
|
@@ -37,5 +37,7 @@ export default {
|
|
|
37
37
|
'fabric.emoji.preview': '新的表情符號 {emoji} 看起來很棒',
|
|
38
38
|
'fabric.emoji.preview.title': '預覽',
|
|
39
39
|
'fabric.emoji.retry.label': '重試',
|
|
40
|
-
'fabric.emoji.search.label': '
|
|
40
|
+
'fabric.emoji.search.label': '搜尋表情符號',
|
|
41
|
+
'fabric.emoji.search.placeholder': '搜尋',
|
|
42
|
+
'fabric.emoji.select.skin.tone.ariaLabel': '選取膚色,{selectedTone}'
|
|
41
43
|
};
|
package/dist/esm/index.js
CHANGED
|
@@ -16,9 +16,9 @@ import { recordSelectionFailedSli, recordSelectionSucceededSli } from './util/an
|
|
|
16
16
|
import { customCategory, defaultEmojiHeight, emojiPickerWidth, emojiPickerHeight } from './util/constants';
|
|
17
17
|
import { UsageFrequencyTracker } from './api/internal/UsageFrequencyTracker';
|
|
18
18
|
export { // Classes
|
|
19
|
-
AbstractResource, Emoji, EmojiPlaceholder, EmojiLoader, EmojiPicker, EmojiUploader, EmojiResource, EmojiRepository, EmojiTypeAhead, ResourcedEmoji // functions
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
AbstractResource, Emoji, EmojiPlaceholder, EmojiLoader, EmojiPicker, EmojiUploader, EmojiResource, EmojiRepository, EmojiTypeAhead, ResourcedEmoji, // functions
|
|
20
|
+
denormaliseEmojiServiceResponse, toEmojiId, toOptionalEmojiId, recordSelectionFailedSli, recordSelectionSucceededSli, // Constants
|
|
21
|
+
emojiPickerWidth, emojiPickerHeight, defaultEmojiHeight, customCategory, UsageFrequencyTracker, EmojiTypeAheadItem };
|
|
22
22
|
export { // Enums
|
|
23
23
|
SearchSort } from './types';
|
|
24
24
|
export default EmojiPicker;
|
|
@@ -1,17 +1,15 @@
|
|
|
1
|
+
import { token } from '@atlaskit/tokens';
|
|
1
2
|
import { borderRadius } from '@atlaskit/theme/constants';
|
|
2
3
|
import { N40, N30 } from '@atlaskit/theme/colors';
|
|
3
4
|
import { emojiPickerWidth } from './constants';
|
|
4
5
|
export var emojiPickerListWidth = emojiPickerWidth;
|
|
5
6
|
export var emojiPickerListHeight = 205;
|
|
6
|
-
export var emojiPickerBorderColor = N40;
|
|
7
|
-
|
|
8
|
-
export var
|
|
9
|
-
export var emojiFooterBoxShadow = '0px -1px 1px 0px rgba(0, 0, 0, 0.1)';
|
|
10
|
-
export var noDialogContainerBorderColor = N40; // This has not been confirmed by the ADG yet
|
|
11
|
-
|
|
7
|
+
export var emojiPickerBorderColor = token('color.border.neutral', N40);
|
|
8
|
+
export var emojiPickerBoxShadow = token('shadow.overlay', '0 3px 6px rgba(0, 0, 0, 0.2)');
|
|
9
|
+
export var noDialogContainerBorderColor = token('color.border.neutral', N40);
|
|
12
10
|
export var noDialogContainerBorderRadius = "".concat(borderRadius(), "px");
|
|
13
|
-
export var noDialogContainerBoxShadow = '0 3px 6px rgba(0, 0, 0, 0.2)';
|
|
14
|
-
export var akEmojiSelectedBackgroundColor = N30;
|
|
15
|
-
export var emojiPreviewSelectedColor = N30;
|
|
11
|
+
export var noDialogContainerBoxShadow = token('shadow.overlay', '0 3px 6px rgba(0, 0, 0, 0.2)');
|
|
12
|
+
export var akEmojiSelectedBackgroundColor = token('color.background.transparentNeutral.hover', N30);
|
|
13
|
+
export var emojiPreviewSelectedColor = token('color.background.subtleNeutral.resting', N30);
|
|
16
14
|
export var emojiTypeAheadMaxHeight = 350;
|
|
17
15
|
export var emojiTypeAheadWidth = 350;
|
package/dist/esm/version.json
CHANGED
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
|
15
15
|
'fabric.emoji.category.productivity': string;
|
|
16
16
|
'fabric.emoji.category.symbols': string;
|
|
17
17
|
'fabric.emoji.category.user.uploads': string;
|
|
18
|
-
'fabric.emoji.choose.file.
|
|
18
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
19
19
|
'fabric.emoji.choose.file.title': string;
|
|
20
20
|
'fabric.emoji.delete.description': string;
|
|
21
21
|
'fabric.emoji.delete.label': string;
|
|
@@ -31,6 +31,8 @@ declare const _default: {
|
|
|
31
31
|
'fabric.emoji.preview.title': string;
|
|
32
32
|
'fabric.emoji.retry.label': string;
|
|
33
33
|
'fabric.emoji.search.label': string;
|
|
34
|
+
'fabric.emoji.search.placeholder': string;
|
|
35
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* NOTE:
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
|
15
15
|
'fabric.emoji.category.productivity': string;
|
|
16
16
|
'fabric.emoji.category.symbols': string;
|
|
17
17
|
'fabric.emoji.category.user.uploads': string;
|
|
18
|
-
'fabric.emoji.choose.file.
|
|
18
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
19
19
|
'fabric.emoji.choose.file.title': string;
|
|
20
20
|
'fabric.emoji.delete.description': string;
|
|
21
21
|
'fabric.emoji.delete.label': string;
|
|
@@ -31,6 +31,8 @@ declare const _default: {
|
|
|
31
31
|
'fabric.emoji.preview.title': string;
|
|
32
32
|
'fabric.emoji.retry.label': string;
|
|
33
33
|
'fabric.emoji.search.label': string;
|
|
34
|
+
'fabric.emoji.search.placeholder': string;
|
|
35
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* NOTE:
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
|
15
15
|
'fabric.emoji.category.productivity': string;
|
|
16
16
|
'fabric.emoji.category.symbols': string;
|
|
17
17
|
'fabric.emoji.category.user.uploads': string;
|
|
18
|
-
'fabric.emoji.choose.file.
|
|
18
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
19
19
|
'fabric.emoji.choose.file.title': string;
|
|
20
20
|
'fabric.emoji.delete.description': string;
|
|
21
21
|
'fabric.emoji.delete.label': string;
|
|
@@ -31,6 +31,8 @@ declare const _default: {
|
|
|
31
31
|
'fabric.emoji.preview.title': string;
|
|
32
32
|
'fabric.emoji.retry.label': string;
|
|
33
33
|
'fabric.emoji.search.label': string;
|
|
34
|
+
'fabric.emoji.search.placeholder': string;
|
|
35
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* NOTE:
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
|
15
15
|
'fabric.emoji.category.productivity': string;
|
|
16
16
|
'fabric.emoji.category.symbols': string;
|
|
17
17
|
'fabric.emoji.category.user.uploads': string;
|
|
18
|
-
'fabric.emoji.choose.file.
|
|
18
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
19
19
|
'fabric.emoji.choose.file.title': string;
|
|
20
20
|
'fabric.emoji.delete.description': string;
|
|
21
21
|
'fabric.emoji.delete.label': string;
|
|
@@ -31,6 +31,8 @@ declare const _default: {
|
|
|
31
31
|
'fabric.emoji.preview.title': string;
|
|
32
32
|
'fabric.emoji.retry.label': string;
|
|
33
33
|
'fabric.emoji.search.label': string;
|
|
34
|
+
'fabric.emoji.search.placeholder': string;
|
|
35
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* NOTE:
|
package/dist/types/i18n/et.d.ts
CHANGED
|
@@ -15,7 +15,6 @@ declare const _default: {
|
|
|
15
15
|
'fabric.emoji.category.productivity': string;
|
|
16
16
|
'fabric.emoji.category.symbols': string;
|
|
17
17
|
'fabric.emoji.category.user.uploads': string;
|
|
18
|
-
'fabric.emoji.choose.file.ariaLabel': string;
|
|
19
18
|
'fabric.emoji.choose.file.title': string;
|
|
20
19
|
'fabric.emoji.delete.description': string;
|
|
21
20
|
'fabric.emoji.delete.label': string;
|
|
@@ -30,7 +29,6 @@ declare const _default: {
|
|
|
30
29
|
'fabric.emoji.preview': string;
|
|
31
30
|
'fabric.emoji.preview.title': string;
|
|
32
31
|
'fabric.emoji.retry.label': string;
|
|
33
|
-
'fabric.emoji.search.label': string;
|
|
34
32
|
};
|
|
35
33
|
/**
|
|
36
34
|
* NOTE:
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
|
15
15
|
'fabric.emoji.category.productivity': string;
|
|
16
16
|
'fabric.emoji.category.symbols': string;
|
|
17
17
|
'fabric.emoji.category.user.uploads': string;
|
|
18
|
-
'fabric.emoji.choose.file.
|
|
18
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
19
19
|
'fabric.emoji.choose.file.title': string;
|
|
20
20
|
'fabric.emoji.delete.description': string;
|
|
21
21
|
'fabric.emoji.delete.label': string;
|
|
@@ -31,6 +31,8 @@ declare const _default: {
|
|
|
31
31
|
'fabric.emoji.preview.title': string;
|
|
32
32
|
'fabric.emoji.retry.label': string;
|
|
33
33
|
'fabric.emoji.search.label': string;
|
|
34
|
+
'fabric.emoji.search.placeholder': string;
|
|
35
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* NOTE:
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
|
15
15
|
'fabric.emoji.category.productivity': string;
|
|
16
16
|
'fabric.emoji.category.symbols': string;
|
|
17
17
|
'fabric.emoji.category.user.uploads': string;
|
|
18
|
-
'fabric.emoji.choose.file.
|
|
18
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
19
19
|
'fabric.emoji.choose.file.title': string;
|
|
20
20
|
'fabric.emoji.delete.description': string;
|
|
21
21
|
'fabric.emoji.delete.label': string;
|
|
@@ -31,6 +31,8 @@ declare const _default: {
|
|
|
31
31
|
'fabric.emoji.preview.title': string;
|
|
32
32
|
'fabric.emoji.retry.label': string;
|
|
33
33
|
'fabric.emoji.search.label': string;
|
|
34
|
+
'fabric.emoji.search.placeholder': string;
|
|
35
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* NOTE:
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
|
15
15
|
'fabric.emoji.category.productivity': string;
|
|
16
16
|
'fabric.emoji.category.symbols': string;
|
|
17
17
|
'fabric.emoji.category.user.uploads': string;
|
|
18
|
-
'fabric.emoji.choose.file.
|
|
18
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
19
19
|
'fabric.emoji.choose.file.title': string;
|
|
20
20
|
'fabric.emoji.delete.description': string;
|
|
21
21
|
'fabric.emoji.delete.label': string;
|
|
@@ -31,6 +31,8 @@ declare const _default: {
|
|
|
31
31
|
'fabric.emoji.preview.title': string;
|
|
32
32
|
'fabric.emoji.retry.label': string;
|
|
33
33
|
'fabric.emoji.search.label': string;
|
|
34
|
+
'fabric.emoji.search.placeholder': string;
|
|
35
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* NOTE:
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
|
15
15
|
'fabric.emoji.category.productivity': string;
|
|
16
16
|
'fabric.emoji.category.symbols': string;
|
|
17
17
|
'fabric.emoji.category.user.uploads': string;
|
|
18
|
-
'fabric.emoji.choose.file.
|
|
18
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
19
19
|
'fabric.emoji.choose.file.title': string;
|
|
20
20
|
'fabric.emoji.delete.description': string;
|
|
21
21
|
'fabric.emoji.delete.label': string;
|
|
@@ -31,6 +31,8 @@ declare const _default: {
|
|
|
31
31
|
'fabric.emoji.preview.title': string;
|
|
32
32
|
'fabric.emoji.retry.label': string;
|
|
33
33
|
'fabric.emoji.search.label': string;
|
|
34
|
+
'fabric.emoji.search.placeholder': string;
|
|
35
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* NOTE:
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
|
15
15
|
'fabric.emoji.category.productivity': string;
|
|
16
16
|
'fabric.emoji.category.symbols': string;
|
|
17
17
|
'fabric.emoji.category.user.uploads': string;
|
|
18
|
-
'fabric.emoji.choose.file.
|
|
18
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
19
19
|
'fabric.emoji.choose.file.title': string;
|
|
20
20
|
'fabric.emoji.delete.description': string;
|
|
21
21
|
'fabric.emoji.delete.label': string;
|
|
@@ -31,6 +31,8 @@ declare const _default: {
|
|
|
31
31
|
'fabric.emoji.preview.title': string;
|
|
32
32
|
'fabric.emoji.retry.label': string;
|
|
33
33
|
'fabric.emoji.search.label': string;
|
|
34
|
+
'fabric.emoji.search.placeholder': string;
|
|
35
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* NOTE:
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
|
15
15
|
'fabric.emoji.category.productivity': string;
|
|
16
16
|
'fabric.emoji.category.symbols': string;
|
|
17
17
|
'fabric.emoji.category.user.uploads': string;
|
|
18
|
-
'fabric.emoji.choose.file.
|
|
18
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
19
19
|
'fabric.emoji.choose.file.title': string;
|
|
20
20
|
'fabric.emoji.delete.description': string;
|
|
21
21
|
'fabric.emoji.delete.label': string;
|
|
@@ -31,6 +31,8 @@ declare const _default: {
|
|
|
31
31
|
'fabric.emoji.preview.title': string;
|
|
32
32
|
'fabric.emoji.retry.label': string;
|
|
33
33
|
'fabric.emoji.search.label': string;
|
|
34
|
+
'fabric.emoji.search.placeholder': string;
|
|
35
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* NOTE:
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
|
15
15
|
'fabric.emoji.category.productivity': string;
|
|
16
16
|
'fabric.emoji.category.symbols': string;
|
|
17
17
|
'fabric.emoji.category.user.uploads': string;
|
|
18
|
-
'fabric.emoji.choose.file.
|
|
18
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
19
19
|
'fabric.emoji.choose.file.title': string;
|
|
20
20
|
'fabric.emoji.delete.description': string;
|
|
21
21
|
'fabric.emoji.delete.label': string;
|
|
@@ -31,6 +31,8 @@ declare const _default: {
|
|
|
31
31
|
'fabric.emoji.preview.title': string;
|
|
32
32
|
'fabric.emoji.retry.label': string;
|
|
33
33
|
'fabric.emoji.search.label': string;
|
|
34
|
+
'fabric.emoji.search.placeholder': string;
|
|
35
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* NOTE:
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
|
15
15
|
'fabric.emoji.category.productivity': string;
|
|
16
16
|
'fabric.emoji.category.symbols': string;
|
|
17
17
|
'fabric.emoji.category.user.uploads': string;
|
|
18
|
-
'fabric.emoji.choose.file.
|
|
18
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
19
19
|
'fabric.emoji.choose.file.title': string;
|
|
20
20
|
'fabric.emoji.delete.description': string;
|
|
21
21
|
'fabric.emoji.delete.label': string;
|
|
@@ -31,6 +31,8 @@ declare const _default: {
|
|
|
31
31
|
'fabric.emoji.preview.title': string;
|
|
32
32
|
'fabric.emoji.retry.label': string;
|
|
33
33
|
'fabric.emoji.search.label': string;
|
|
34
|
+
'fabric.emoji.search.placeholder': string;
|
|
35
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* NOTE:
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
|
15
15
|
'fabric.emoji.category.productivity': string;
|
|
16
16
|
'fabric.emoji.category.symbols': string;
|
|
17
17
|
'fabric.emoji.category.user.uploads': string;
|
|
18
|
-
'fabric.emoji.choose.file.
|
|
18
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
19
19
|
'fabric.emoji.choose.file.title': string;
|
|
20
20
|
'fabric.emoji.delete.description': string;
|
|
21
21
|
'fabric.emoji.delete.label': string;
|
|
@@ -31,6 +31,8 @@ declare const _default: {
|
|
|
31
31
|
'fabric.emoji.preview.title': string;
|
|
32
32
|
'fabric.emoji.retry.label': string;
|
|
33
33
|
'fabric.emoji.search.label': string;
|
|
34
|
+
'fabric.emoji.search.placeholder': string;
|
|
35
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* NOTE:
|
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
|
15
15
|
'fabric.emoji.category.productivity': string;
|
|
16
16
|
'fabric.emoji.category.symbols': string;
|
|
17
17
|
'fabric.emoji.category.user.uploads': string;
|
|
18
|
-
'fabric.emoji.choose.file.
|
|
18
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
19
19
|
'fabric.emoji.choose.file.title': string;
|
|
20
20
|
'fabric.emoji.delete.description': string;
|
|
21
21
|
'fabric.emoji.delete.label': string;
|
|
@@ -31,6 +31,8 @@ declare const _default: {
|
|
|
31
31
|
'fabric.emoji.preview.title': string;
|
|
32
32
|
'fabric.emoji.retry.label': string;
|
|
33
33
|
'fabric.emoji.search.label': string;
|
|
34
|
+
'fabric.emoji.search.placeholder': string;
|
|
35
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* NOTE:
|
|
@@ -15,7 +15,6 @@ declare const _default: {
|
|
|
15
15
|
'fabric.emoji.category.productivity': string;
|
|
16
16
|
'fabric.emoji.category.symbols': string;
|
|
17
17
|
'fabric.emoji.category.user.uploads': string;
|
|
18
|
-
'fabric.emoji.choose.file.ariaLabel': string;
|
|
19
18
|
'fabric.emoji.choose.file.title': string;
|
|
20
19
|
'fabric.emoji.delete.description': string;
|
|
21
20
|
'fabric.emoji.delete.label': string;
|
|
@@ -30,7 +29,6 @@ declare const _default: {
|
|
|
30
29
|
'fabric.emoji.preview': string;
|
|
31
30
|
'fabric.emoji.preview.title': string;
|
|
32
31
|
'fabric.emoji.retry.label': string;
|
|
33
|
-
'fabric.emoji.search.label': string;
|
|
34
32
|
};
|
|
35
33
|
/**
|
|
36
34
|
* NOTE:
|
package/dist/types/i18n/ru.d.ts
CHANGED
|
@@ -15,7 +15,7 @@ declare const _default: {
|
|
|
15
15
|
'fabric.emoji.category.productivity': string;
|
|
16
16
|
'fabric.emoji.category.symbols': string;
|
|
17
17
|
'fabric.emoji.category.user.uploads': string;
|
|
18
|
-
'fabric.emoji.choose.file.
|
|
18
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
19
19
|
'fabric.emoji.choose.file.title': string;
|
|
20
20
|
'fabric.emoji.delete.description': string;
|
|
21
21
|
'fabric.emoji.delete.label': string;
|
|
@@ -31,6 +31,8 @@ declare const _default: {
|
|
|
31
31
|
'fabric.emoji.preview.title': string;
|
|
32
32
|
'fabric.emoji.retry.label': string;
|
|
33
33
|
'fabric.emoji.search.label': string;
|
|
34
|
+
'fabric.emoji.search.placeholder': string;
|
|
35
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
34
36
|
};
|
|
35
37
|
/**
|
|
36
38
|
* NOTE:
|