@atlaskit/util-data-test 17.8.4 → 17.8.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.
- package/CHANGELOG.md +6 -0
- package/dist/cjs/emoji/emoji-from-upload.js +3 -0
- package/dist/cjs/emoji/emoji-repository-usage-clear.js +6 -2
- package/dist/cjs/emoji/emoji-resource-usage-clear.js +2 -1
- package/dist/cjs/emoji/get-atlassian-emoji-data.js +3 -0
- package/dist/cjs/emoji/get-atlassian-emojis.js +5 -2
- package/dist/cjs/emoji/get-emoji-provider.js +8 -3
- package/dist/cjs/emoji/get-emoji-repository.js +4 -1
- package/dist/cjs/emoji/get-emoji-resource-standard-atlassian.js +7 -1
- package/dist/cjs/emoji/get-emojis.js +4 -3
- package/dist/cjs/emoji/get-site-emoji-data.js +3 -0
- package/dist/cjs/emoji/get-site-emojis.js +5 -2
- package/dist/cjs/emoji/get-standard-emoji-data.js +3 -0
- package/dist/cjs/emoji/get-standard-emojis.js +5 -2
- package/dist/cjs/emoji/mock-emoji-resource-factory.js +3 -0
- package/dist/cjs/emoji/mock-emoji-resource.js +4 -1
- package/dist/cjs/emoji/mock-non-uploading-emoji-resource-factory.js +3 -0
- package/dist/cjs/emoji/mock-non-uploading-emoji-resource.js +4 -1
- package/dist/cjs/emoji-test/filter-to-searchable.js +3 -0
- package/dist/cjs/emoji-test/get-test-emoji-resource-from-repository.js +3 -0
- package/dist/cjs/emoji-test/get-test-emojis.js +5 -2
- package/dist/cjs/emoji-test/test-emoji-repository.js +6 -4
- package/dist/cjs/mention/create-mock-mention-name-resolver.js +4 -1
- package/dist/cjs/mention/mock-mention-name-client.js +3 -1
- package/dist/cjs/mention/mock-mention-resource-with-info-hints.js +3 -2
- package/dist/cjs/mention/mock-mention-resource.js +5 -2
- package/dist/cjs/mention/mock-presence-resource.js +3 -2
- package/dist/cjs/user-picker/user-picker-custom-data.js +3 -0
- package/dist/cjs/user-picker/user-picker-team-data.js +3 -0
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/emoji/emoji-from-upload.js +3 -0
- package/dist/es2019/emoji/emoji-repository-usage-clear.js +5 -1
- package/dist/es2019/emoji/emoji-resource-usage-clear.js +3 -0
- package/dist/es2019/emoji/get-atlassian-emoji-data.js +3 -0
- package/dist/es2019/emoji/get-atlassian-emojis.js +3 -1
- package/dist/es2019/emoji/get-emoji-provider.js +6 -2
- package/dist/es2019/emoji/get-emoji-repository.js +3 -1
- package/dist/es2019/emoji/get-emoji-resource-standard-atlassian.js +5 -1
- package/dist/es2019/emoji/get-emojis.js +3 -1
- package/dist/es2019/emoji/get-site-emoji-data.js +3 -0
- package/dist/es2019/emoji/get-site-emojis.js +3 -1
- package/dist/es2019/emoji/get-standard-emoji-data.js +3 -0
- package/dist/es2019/emoji/get-standard-emojis.js +3 -1
- package/dist/es2019/emoji/mock-emoji-resource-factory.js +3 -0
- package/dist/es2019/emoji/mock-emoji-resource.js +5 -0
- package/dist/es2019/emoji/mock-non-uploading-emoji-resource-factory.js +3 -0
- package/dist/es2019/emoji/mock-non-uploading-emoji-resource.js +5 -0
- package/dist/es2019/emoji-test/filter-to-searchable.js +3 -0
- package/dist/es2019/emoji-test/get-test-emoji-resource-from-repository.js +3 -0
- package/dist/es2019/emoji-test/get-test-emojis.js +3 -1
- package/dist/es2019/emoji-test/test-emoji-repository.js +6 -2
- package/dist/es2019/mention/create-mock-mention-name-resolver.js +3 -1
- package/dist/es2019/mention/mock-mention-name-client.js +3 -1
- package/dist/es2019/mention/mock-mention-resource-with-info-hints.js +3 -1
- package/dist/es2019/mention/mock-mention-resource.js +7 -1
- package/dist/es2019/mention/mock-presence-resource.js +3 -1
- package/dist/es2019/user-picker/user-picker-custom-data.js +2 -0
- package/dist/es2019/user-picker/user-picker-team-data.js +2 -0
- package/dist/es2019/version.json +1 -1
- package/dist/esm/emoji/emoji-from-upload.js +3 -0
- package/dist/esm/emoji/emoji-repository-usage-clear.js +5 -1
- package/dist/esm/emoji/emoji-resource-usage-clear.js +3 -0
- package/dist/esm/emoji/get-atlassian-emoji-data.js +3 -0
- package/dist/esm/emoji/get-atlassian-emojis.js +3 -1
- package/dist/esm/emoji/get-emoji-provider.js +6 -2
- package/dist/esm/emoji/get-emoji-repository.js +3 -1
- package/dist/esm/emoji/get-emoji-resource-standard-atlassian.js +5 -1
- package/dist/esm/emoji/get-emojis.js +3 -1
- package/dist/esm/emoji/get-site-emoji-data.js +3 -0
- package/dist/esm/emoji/get-site-emojis.js +3 -1
- package/dist/esm/emoji/get-standard-emoji-data.js +3 -0
- package/dist/esm/emoji/get-standard-emojis.js +3 -1
- package/dist/esm/emoji/mock-emoji-resource-factory.js +3 -0
- package/dist/esm/emoji/mock-emoji-resource.js +5 -0
- package/dist/esm/emoji/mock-non-uploading-emoji-resource-factory.js +3 -0
- package/dist/esm/emoji/mock-non-uploading-emoji-resource.js +5 -0
- package/dist/esm/emoji-test/filter-to-searchable.js +3 -0
- package/dist/esm/emoji-test/get-test-emoji-resource-from-repository.js +3 -0
- package/dist/esm/emoji-test/get-test-emojis.js +3 -1
- package/dist/esm/emoji-test/test-emoji-repository.js +6 -2
- package/dist/esm/mention/create-mock-mention-name-resolver.js +3 -1
- package/dist/esm/mention/mock-mention-name-client.js +3 -1
- package/dist/esm/mention/mock-mention-resource-with-info-hints.js +3 -1
- package/dist/esm/mention/mock-mention-resource.js +7 -1
- package/dist/esm/mention/mock-presence-resource.js +3 -1
- package/dist/esm/user-picker/user-picker-custom-data.js +2 -0
- package/dist/esm/user-picker/user-picker-team-data.js +2 -0
- package/dist/esm/version.json +1 -1
- package/dist/{types-ts4.5/util-data-test/src → types}/emoji/emoji-from-upload.d.ts +1 -1
- package/dist/{types-ts4.5/util-data-test/src → types}/emoji/emoji-repository-usage-clear.d.ts +2 -2
- package/dist/{types-ts4.5/util-data-test/src → types}/emoji/emoji-resource-usage-clear.d.ts +1 -1
- package/dist/types/{util-data-test/src/emoji → emoji}/get-atlassian-emoji-data.d.ts +1 -1
- package/dist/types/emoji/get-atlassian-emojis.d.ts +1 -0
- package/dist/{types-ts4.5/util-data-test/src → types}/emoji/get-emoji-provider.d.ts +1 -1
- package/dist/types/{util-data-test/src/emoji → emoji}/get-emoji-repository.d.ts +1 -1
- package/dist/types/emoji/get-emojis.d.ts +1 -0
- package/dist/types/{util-data-test/src/emoji → emoji}/get-site-emoji-data.d.ts +1 -1
- package/dist/types/emoji/get-site-emojis.d.ts +1 -0
- package/dist/types/{util-data-test/src/emoji → emoji}/get-standard-emoji-data.d.ts +1 -1
- package/dist/types/emoji/get-standard-emojis.d.ts +1 -0
- package/dist/{types-ts4.5/util-data-test/src → types}/emoji/mock-emoji-resource-factory.d.ts +1 -1
- package/dist/{types-ts4.5/util-data-test/src → types}/emoji/mock-emoji-resource.d.ts +2 -2
- package/dist/types/{util-data-test/src/emoji → emoji}/mock-non-uploading-emoji-resource-factory.d.ts +1 -1
- package/dist/{types-ts4.5/util-data-test/src → types}/emoji/mock-non-uploading-emoji-resource.d.ts +2 -2
- package/dist/types/{util-data-test/src/emoji → emoji}/types.d.ts +1 -1
- package/dist/types/{util-data-test/src/emoji-test → emoji-test}/filter-to-searchable.d.ts +1 -1
- package/dist/{types-ts4.5/util-data-test/src → types}/emoji-test/get-test-emoji-resource-from-repository.d.ts +1 -1
- package/dist/{types-ts4.5/util-data-test/src → types}/emoji-test/get-test-emojis.d.ts +1 -1
- package/dist/types/emoji-test/get-test-searchable-emojis.d.ts +1 -0
- package/dist/types/emoji-test/test-emoji-repository.d.ts +5 -0
- package/dist/types/{util-data-test/src/mention → mention}/create-mock-mention-name-resolver.d.ts +1 -1
- package/dist/types/{util-data-test/src/mention → mention}/mock-mention-name-client.d.ts +1 -1
- package/dist/types/{util-data-test/src/mention → mention}/mock-mention-resource-with-info-hints.d.ts +1 -1
- package/dist/{types-ts4.5/util-data-test/src → types}/mention/mock-mention-resource.d.ts +2 -2
- package/dist/types/{util-data-test/src/mention → mention}/mock-presence-resource.d.ts +1 -1
- package/dist/types/{util-data-test/src/task-decision → task-decision}/mock-task-decision-resource.d.ts +1 -1
- package/dist/types/{util-data-test/src/task-decision → task-decision}/utils.d.ts +2 -2
- package/dist/types/{util-data-test/src/user-picker → user-picker}/user-picker-custom-data.d.ts +1 -1
- package/dist/types/{util-data-test/src/user-picker → user-picker}/user-picker-team-data.d.ts +1 -1
- package/dist/{types/util-data-test/src → types-ts4.5}/emoji/emoji-from-upload.d.ts +1 -1
- package/dist/{types/util-data-test/src → types-ts4.5}/emoji/emoji-repository-usage-clear.d.ts +2 -2
- package/dist/{types/util-data-test/src → types-ts4.5}/emoji/emoji-resource-usage-clear.d.ts +1 -1
- package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-atlassian-emoji-data.d.ts +1 -1
- package/dist/types-ts4.5/emoji/get-atlassian-emojis.d.ts +1 -0
- package/dist/{types/util-data-test/src → types-ts4.5}/emoji/get-emoji-provider.d.ts +1 -1
- package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-emoji-repository.d.ts +1 -1
- package/dist/types-ts4.5/emoji/get-emojis.d.ts +1 -0
- package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-site-emoji-data.d.ts +1 -1
- package/dist/types-ts4.5/emoji/get-site-emojis.d.ts +1 -0
- package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-standard-emoji-data.d.ts +1 -1
- package/dist/types-ts4.5/emoji/get-standard-emojis.d.ts +1 -0
- package/dist/{types/util-data-test/src → types-ts4.5}/emoji/mock-emoji-resource-factory.d.ts +1 -1
- package/dist/{types/util-data-test/src → types-ts4.5}/emoji/mock-emoji-resource.d.ts +2 -2
- package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/mock-non-uploading-emoji-resource-factory.d.ts +1 -1
- package/dist/{types/util-data-test/src → types-ts4.5}/emoji/mock-non-uploading-emoji-resource.d.ts +2 -2
- package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/types.d.ts +1 -1
- package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/filter-to-searchable.d.ts +1 -1
- package/dist/{types/util-data-test/src → types-ts4.5}/emoji-test/get-test-emoji-resource-from-repository.d.ts +1 -1
- package/dist/{types/util-data-test/src → types-ts4.5}/emoji-test/get-test-emojis.d.ts +1 -1
- package/dist/types-ts4.5/emoji-test/get-test-searchable-emojis.d.ts +1 -0
- package/dist/types-ts4.5/emoji-test/test-emoji-repository.d.ts +5 -0
- package/dist/types-ts4.5/{util-data-test/src/mention → mention}/create-mock-mention-name-resolver.d.ts +1 -1
- package/dist/types-ts4.5/{util-data-test/src/mention → mention}/mock-mention-name-client.d.ts +1 -1
- package/dist/types-ts4.5/{util-data-test/src/mention → mention}/mock-mention-resource-with-info-hints.d.ts +1 -1
- package/dist/{types/util-data-test/src → types-ts4.5}/mention/mock-mention-resource.d.ts +2 -2
- package/dist/types-ts4.5/{util-data-test/src/mention → mention}/mock-presence-resource.d.ts +1 -1
- package/dist/types-ts4.5/{util-data-test/src/task-decision → task-decision}/mock-task-decision-resource.d.ts +1 -1
- package/dist/types-ts4.5/{util-data-test/src/task-decision → task-decision}/utils.d.ts +2 -2
- package/dist/types-ts4.5/{util-data-test/src/user-picker → user-picker}/user-picker-custom-data.d.ts +1 -1
- package/dist/types-ts4.5/{util-data-test/src/user-picker → user-picker}/user-picker-team-data.d.ts +1 -1
- package/package.json +2 -2
- package/dist/types/emoji/src/api/EmojiLoader.d.ts +0 -13
- package/dist/types/emoji/src/api/EmojiRepository.d.ts +0 -72
- package/dist/types/emoji/src/api/EmojiRepositoryRegex.d.ts +0 -1
- package/dist/types/emoji/src/api/EmojiResource.d.ts +0 -139
- package/dist/types/emoji/src/api/EmojiUtils.d.ts +0 -24
- package/dist/types/emoji/src/api/internal/Comparators.d.ts +0 -109
- package/dist/types/emoji/src/api/internal/UsageFrequencyTracker.d.ts +0 -46
- package/dist/types/emoji/src/api/media/MediaEmojiCache.d.ts +0 -53
- package/dist/types/emoji/src/api/media/MediaImageLoader.d.ts +0 -21
- package/dist/types/emoji/src/api/media/SiteEmojiResource.d.ts +0 -46
- package/dist/types/emoji/src/api/media/TokenManager.d.ts +0 -13
- package/dist/types/emoji/src/components/i18n.d.ts +0 -227
- package/dist/types/emoji/src/components/picker/categories.d.ts +0 -7
- package/dist/types/emoji/src/resource.d.ts +0 -5
- package/dist/types/emoji/src/types.d.ts +0 -363
- package/dist/types/emoji/src/util/DuplicateLimitedQueue.d.ts +0 -91
- package/dist/types/emoji/src/util/StoredDuplicateLimitedQueue.d.ts +0 -46
- package/dist/types/emoji/src/util/analytics/samplingUfo.d.ts +0 -38
- package/dist/types/emoji/src/util/analytics/ufoExperiences.d.ts +0 -14
- package/dist/types/emoji/src/util/constants.d.ts +0 -60
- package/dist/types/emoji/src/util/image.d.ts +0 -10
- package/dist/types/emoji/src/util/logger.d.ts +0 -4
- package/dist/types/emoji/src/util/storage-available.d.ts +0 -3
- package/dist/types/emoji/src/util/type-helpers.d.ts +0 -23
- package/dist/types/emoji/src/utils.d.ts +0 -3
- package/dist/types/mention/src/_constants.d.ts +0 -1
- package/dist/types/mention/src/api/ContextMentionResource.d.ts +0 -23
- package/dist/types/mention/src/api/MentionNameClient.d.ts +0 -11
- package/dist/types/mention/src/api/MentionNameResolver.d.ts +0 -23
- package/dist/types/mention/src/api/MentionResource.d.ts +0 -93
- package/dist/types/mention/src/api/PresenceResource.d.ts +0 -119
- package/dist/types/mention/src/api/TeamMentionResource.d.ts +0 -33
- package/dist/types/mention/src/components/LockCircleIcon/index.d.ts +0 -3
- package/dist/types/mention/src/components/Mention/PrimitiveMention.d.ts +0 -7
- package/dist/types/mention/src/components/Mention/ResourcedMention.d.ts +0 -27
- package/dist/types/mention/src/components/Mention/index.d.ts +0 -31
- package/dist/types/mention/src/components/Mention/ufoExperiences.d.ts +0 -9
- package/dist/types/mention/src/components/MentionDescriptionByline/TeamMentionDescriptionByline.d.ts +0 -7
- package/dist/types/mention/src/components/MentionDescriptionByline/UserMentionDescriptionByline.d.ts +0 -5
- package/dist/types/mention/src/components/MentionDescriptionByline/index.d.ts +0 -5
- package/dist/types/mention/src/components/MentionDescriptionByline/styles.d.ts +0 -5
- package/dist/types/mention/src/components/MentionDescriptionByline/types.d.ts +0 -4
- package/dist/types/mention/src/components/MentionItem/MentionHighlightHelpers.d.ts +0 -3
- package/dist/types/mention/src/components/MentionItem/index.d.ts +0 -16
- package/dist/types/mention/src/components/MentionItem/styles.d.ts +0 -46
- package/dist/types/mention/src/components/MentionList/index.d.ts +0 -41
- package/dist/types/mention/src/components/MentionList/styles.d.ts +0 -8
- package/dist/types/mention/src/components/MentionListError/GenericErrorIllustration.d.ts +0 -7
- package/dist/types/mention/src/components/MentionListError/index.d.ts +0 -13
- package/dist/types/mention/src/components/MentionListError/styles.d.ts +0 -17
- package/dist/types/mention/src/components/MentionPicker/index.d.ts +0 -77
- package/dist/types/mention/src/components/MentionPicker/styles.d.ts +0 -12
- package/dist/types/mention/src/components/MessagesIntlProvider/index.d.ts +0 -3
- package/dist/types/mention/src/components/NoAccessTooltip/index.d.ts +0 -6
- package/dist/types/mention/src/components/NoAccessTooltip/main.d.ts +0 -7
- package/dist/types/mention/src/components/Popup/index.d.ts +0 -26
- package/dist/types/mention/src/components/ResourcedMentionList/index.d.ts +0 -46
- package/dist/types/mention/src/components/Scrollable/index.d.ts +0 -11
- package/dist/types/mention/src/components/Scrollable/styles.d.ts +0 -5
- package/dist/types/mention/src/components/i18n.d.ts +0 -57
- package/dist/types/mention/src/i18n/cs.d.ts +0 -20
- package/dist/types/mention/src/i18n/da.d.ts +0 -20
- package/dist/types/mention/src/i18n/de.d.ts +0 -20
- package/dist/types/mention/src/i18n/en.d.ts +0 -20
- package/dist/types/mention/src/i18n/en_GB.d.ts +0 -20
- package/dist/types/mention/src/i18n/es.d.ts +0 -20
- package/dist/types/mention/src/i18n/et.d.ts +0 -20
- package/dist/types/mention/src/i18n/fi.d.ts +0 -20
- package/dist/types/mention/src/i18n/fr.d.ts +0 -20
- package/dist/types/mention/src/i18n/hu.d.ts +0 -20
- package/dist/types/mention/src/i18n/is.d.ts +0 -24
- package/dist/types/mention/src/i18n/it.d.ts +0 -20
- package/dist/types/mention/src/i18n/ja.d.ts +0 -20
- package/dist/types/mention/src/i18n/ko.d.ts +0 -20
- package/dist/types/mention/src/i18n/nb.d.ts +0 -20
- package/dist/types/mention/src/i18n/nl.d.ts +0 -20
- package/dist/types/mention/src/i18n/pl.d.ts +0 -20
- package/dist/types/mention/src/i18n/pt_BR.d.ts +0 -20
- package/dist/types/mention/src/i18n/pt_PT.d.ts +0 -20
- package/dist/types/mention/src/i18n/ro.d.ts +0 -24
- package/dist/types/mention/src/i18n/ru.d.ts +0 -20
- package/dist/types/mention/src/i18n/sk.d.ts +0 -20
- package/dist/types/mention/src/i18n/sv.d.ts +0 -20
- package/dist/types/mention/src/i18n/th.d.ts +0 -20
- package/dist/types/mention/src/i18n/tr.d.ts +0 -20
- package/dist/types/mention/src/i18n/uk.d.ts +0 -20
- package/dist/types/mention/src/i18n/vi.d.ts +0 -20
- package/dist/types/mention/src/i18n/zh.d.ts +0 -20
- package/dist/types/mention/src/i18n/zh_TW.d.ts +0 -20
- package/dist/types/mention/src/index.d.ts +0 -17
- package/dist/types/mention/src/resource.d.ts +0 -10
- package/dist/types/mention/src/shared-styles.d.ts +0 -5
- package/dist/types/mention/src/types.d.ts +0 -168
- package/dist/types/mention/src/util/analytics.d.ts +0 -30
- package/dist/types/mention/src/util/i18n.d.ts +0 -29
- package/dist/types/mention/src/util/id.d.ts +0 -2
- package/dist/types/mention/src/util/index.d.ts +0 -1
- package/dist/types/mention/src/util/logger.d.ts +0 -4
- package/dist/types/mention/src/util/mouse.d.ts +0 -8
- package/dist/types/task-decision/src/analytics/index.d.ts +0 -2
- package/dist/types/task-decision/src/api/TaskDecisionResource.d.ts +0 -67
- package/dist/types/task-decision/src/api/TaskDecisionUtils.d.ts +0 -4
- package/dist/types/task-decision/src/components/DecisionItem.d.ts +0 -15
- package/dist/types/task-decision/src/components/DecisionList.d.ts +0 -9
- package/dist/types/task-decision/src/components/Item.d.ts +0 -25
- package/dist/types/task-decision/src/components/ResourcedTaskItem.d.ts +0 -35
- package/dist/types/task-decision/src/components/TaskItem.d.ts +0 -21
- package/dist/types/task-decision/src/components/TaskList.d.ts +0 -9
- package/dist/types/task-decision/src/components/styles.d.ts +0 -13
- package/dist/types/task-decision/src/components/theme.d.ts +0 -61
- package/dist/types/task-decision/src/index.d.ts +0 -9
- package/dist/types/task-decision/src/type-helpers.d.ts +0 -6
- package/dist/types/task-decision/src/types.d.ts +0 -160
- package/dist/types/user-picker/src/analytics.d.ts +0 -24
- package/dist/types/user-picker/src/clients/UserSourceProvider.d.ts +0 -11
- package/dist/types/user-picker/src/components/AddOptionAvatar.d.ts +0 -6
- package/dist/types/user-picker/src/components/AvatarItemOption.d.ts +0 -13
- package/dist/types/user-picker/src/components/BaseUserPicker.d.ts +0 -65
- package/dist/types/user-picker/src/components/ClearIndicator.d.ts +0 -6
- package/dist/types/user-picker/src/components/CustomOption/index.d.ts +0 -3
- package/dist/types/user-picker/src/components/CustomOption/main.d.ts +0 -15
- package/dist/types/user-picker/src/components/EmailOption/index.d.ts +0 -3
- package/dist/types/user-picker/src/components/EmailOption/main.d.ts +0 -18
- package/dist/types/user-picker/src/components/ExternalUserOption/ExternalAvatarItemOption.d.ts +0 -11
- package/dist/types/user-picker/src/components/ExternalUserOption/InfoIcon.d.ts +0 -3
- package/dist/types/user-picker/src/components/ExternalUserOption/SourcesTooltipContent.d.ts +0 -6
- package/dist/types/user-picker/src/components/ExternalUserOption/index.d.ts +0 -3
- package/dist/types/user-picker/src/components/ExternalUserOption/main.d.ts +0 -12
- package/dist/types/user-picker/src/components/ExternalUserSourcesContainer.d.ts +0 -15
- package/dist/types/user-picker/src/components/GroupOption/index.d.ts +0 -3
- package/dist/types/user-picker/src/components/GroupOption/main.d.ts +0 -16
- package/dist/types/user-picker/src/components/HighlightText.d.ts +0 -9
- package/dist/types/user-picker/src/components/Input.d.ts +0 -22
- package/dist/types/user-picker/src/components/Menu.d.ts +0 -10
- package/dist/types/user-picker/src/components/MessagesIntlProvider.d.ts +0 -3
- package/dist/types/user-picker/src/components/MultiValue.d.ts +0 -26
- package/dist/types/user-picker/src/components/MultiValueContainer.d.ts +0 -30
- package/dist/types/user-picker/src/components/Option.d.ts +0 -14
- package/dist/types/user-picker/src/components/PopupControl.d.ts +0 -7
- package/dist/types/user-picker/src/components/PopupInput.d.ts +0 -8
- package/dist/types/user-picker/src/components/PopupUserPicker.d.ts +0 -39
- package/dist/types/user-picker/src/components/SingleValue.d.ts +0 -5
- package/dist/types/user-picker/src/components/SingleValueContainer.d.ts +0 -9
- package/dist/types/user-picker/src/components/SizeableAvatar.d.ts +0 -10
- package/dist/types/user-picker/src/components/TeamOption/index.d.ts +0 -3
- package/dist/types/user-picker/src/components/TeamOption/main.d.ts +0 -16
- package/dist/types/user-picker/src/components/UserOption.d.ts +0 -15
- package/dist/types/user-picker/src/components/UserPicker.d.ts +0 -16
- package/dist/types/user-picker/src/components/assets/github.d.ts +0 -2
- package/dist/types/user-picker/src/components/assets/google.d.ts +0 -2
- package/dist/types/user-picker/src/components/assets/microsoft.d.ts +0 -2
- package/dist/types/user-picker/src/components/assets/slack.d.ts +0 -2
- package/dist/types/user-picker/src/components/batch.d.ts +0 -1
- package/dist/types/user-picker/src/components/components.d.ts +0 -49
- package/dist/types/user-picker/src/components/creatable.d.ts +0 -12
- package/dist/types/user-picker/src/components/creatableEmailSuggestion.d.ts +0 -19
- package/dist/types/user-picker/src/components/emailValidation.d.ts +0 -3
- package/dist/types/user-picker/src/components/i18n.d.ts +0 -132
- package/dist/types/user-picker/src/components/popup.d.ts +0 -48
- package/dist/types/user-picker/src/components/styles.d.ts +0 -42
- package/dist/types/user-picker/src/components/utils.d.ts +0 -29
- package/dist/types/user-picker/src/i18n/cs.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/da.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/de.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/en.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/en_GB.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/es.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/et.d.ts +0 -15
- package/dist/types/user-picker/src/i18n/fi.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/fr.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/hu.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/is.d.ts +0 -7
- package/dist/types/user-picker/src/i18n/it.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/ja.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/ko.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/nb.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/nl.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/pl.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/pt_BR.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/pt_PT.d.ts +0 -15
- package/dist/types/user-picker/src/i18n/ro.d.ts +0 -7
- package/dist/types/user-picker/src/i18n/ru.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/sk.d.ts +0 -15
- package/dist/types/user-picker/src/i18n/sv.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/th.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/tr.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/uk.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/vi.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/zh.d.ts +0 -35
- package/dist/types/user-picker/src/i18n/zh_TW.d.ts +0 -35
- package/dist/types/user-picker/src/index.d.ts +0 -7
- package/dist/types/user-picker/src/types.d.ts +0 -318
- package/dist/types/user-picker/src/util/i18n-util.d.ts +0 -11
- package/dist/types/user-picker/src/util/ufoExperiences.d.ts +0 -10
- package/dist/types/util-data-test/src/emoji/get-atlassian-emojis.d.ts +0 -1
- package/dist/types/util-data-test/src/emoji/get-emojis.d.ts +0 -1
- package/dist/types/util-data-test/src/emoji/get-site-emojis.d.ts +0 -1
- package/dist/types/util-data-test/src/emoji/get-standard-emojis.d.ts +0 -1
- package/dist/types/util-data-test/src/emoji-test/get-test-searchable-emojis.d.ts +0 -1
- package/dist/types/util-data-test/src/emoji-test/test-emoji-repository.d.ts +0 -5
- package/dist/types/util-data-test/src/logger.d.ts +0 -4
- package/dist/types-ts4.5/emoji/src/api/EmojiLoader.d.ts +0 -13
- package/dist/types-ts4.5/emoji/src/api/EmojiRepository.d.ts +0 -72
- package/dist/types-ts4.5/emoji/src/api/EmojiRepositoryRegex.d.ts +0 -1
- package/dist/types-ts4.5/emoji/src/api/EmojiResource.d.ts +0 -139
- package/dist/types-ts4.5/emoji/src/api/EmojiUtils.d.ts +0 -24
- package/dist/types-ts4.5/emoji/src/api/internal/Comparators.d.ts +0 -109
- package/dist/types-ts4.5/emoji/src/api/internal/UsageFrequencyTracker.d.ts +0 -46
- package/dist/types-ts4.5/emoji/src/api/media/MediaEmojiCache.d.ts +0 -53
- package/dist/types-ts4.5/emoji/src/api/media/MediaImageLoader.d.ts +0 -21
- package/dist/types-ts4.5/emoji/src/api/media/SiteEmojiResource.d.ts +0 -46
- package/dist/types-ts4.5/emoji/src/api/media/TokenManager.d.ts +0 -13
- package/dist/types-ts4.5/emoji/src/components/i18n.d.ts +0 -227
- package/dist/types-ts4.5/emoji/src/components/picker/categories.d.ts +0 -7
- package/dist/types-ts4.5/emoji/src/resource.d.ts +0 -5
- package/dist/types-ts4.5/emoji/src/types.d.ts +0 -363
- package/dist/types-ts4.5/emoji/src/util/DuplicateLimitedQueue.d.ts +0 -91
- package/dist/types-ts4.5/emoji/src/util/StoredDuplicateLimitedQueue.d.ts +0 -46
- package/dist/types-ts4.5/emoji/src/util/analytics/samplingUfo.d.ts +0 -38
- package/dist/types-ts4.5/emoji/src/util/analytics/ufoExperiences.d.ts +0 -14
- package/dist/types-ts4.5/emoji/src/util/constants.d.ts +0 -60
- package/dist/types-ts4.5/emoji/src/util/image.d.ts +0 -10
- package/dist/types-ts4.5/emoji/src/util/storage-available.d.ts +0 -3
- package/dist/types-ts4.5/emoji/src/util/type-helpers.d.ts +0 -23
- package/dist/types-ts4.5/emoji/src/utils.d.ts +0 -3
- package/dist/types-ts4.5/mention/src/_constants.d.ts +0 -1
- package/dist/types-ts4.5/mention/src/api/ContextMentionResource.d.ts +0 -23
- package/dist/types-ts4.5/mention/src/api/MentionNameClient.d.ts +0 -11
- package/dist/types-ts4.5/mention/src/api/MentionNameResolver.d.ts +0 -23
- package/dist/types-ts4.5/mention/src/api/MentionResource.d.ts +0 -93
- package/dist/types-ts4.5/mention/src/api/PresenceResource.d.ts +0 -119
- package/dist/types-ts4.5/mention/src/api/TeamMentionResource.d.ts +0 -33
- package/dist/types-ts4.5/mention/src/components/LockCircleIcon/index.d.ts +0 -3
- package/dist/types-ts4.5/mention/src/components/Mention/PrimitiveMention.d.ts +0 -7
- package/dist/types-ts4.5/mention/src/components/Mention/ResourcedMention.d.ts +0 -27
- package/dist/types-ts4.5/mention/src/components/Mention/index.d.ts +0 -31
- package/dist/types-ts4.5/mention/src/components/Mention/ufoExperiences.d.ts +0 -9
- package/dist/types-ts4.5/mention/src/components/MentionDescriptionByline/TeamMentionDescriptionByline.d.ts +0 -7
- package/dist/types-ts4.5/mention/src/components/MentionDescriptionByline/UserMentionDescriptionByline.d.ts +0 -5
- package/dist/types-ts4.5/mention/src/components/MentionDescriptionByline/index.d.ts +0 -5
- package/dist/types-ts4.5/mention/src/components/MentionDescriptionByline/styles.d.ts +0 -5
- package/dist/types-ts4.5/mention/src/components/MentionDescriptionByline/types.d.ts +0 -4
- package/dist/types-ts4.5/mention/src/components/MentionItem/MentionHighlightHelpers.d.ts +0 -3
- package/dist/types-ts4.5/mention/src/components/MentionItem/index.d.ts +0 -16
- package/dist/types-ts4.5/mention/src/components/MentionItem/styles.d.ts +0 -46
- package/dist/types-ts4.5/mention/src/components/MentionList/index.d.ts +0 -41
- package/dist/types-ts4.5/mention/src/components/MentionList/styles.d.ts +0 -8
- package/dist/types-ts4.5/mention/src/components/MentionListError/GenericErrorIllustration.d.ts +0 -7
- package/dist/types-ts4.5/mention/src/components/MentionListError/index.d.ts +0 -13
- package/dist/types-ts4.5/mention/src/components/MentionListError/styles.d.ts +0 -17
- package/dist/types-ts4.5/mention/src/components/MentionPicker/index.d.ts +0 -77
- package/dist/types-ts4.5/mention/src/components/MentionPicker/styles.d.ts +0 -12
- package/dist/types-ts4.5/mention/src/components/MessagesIntlProvider/index.d.ts +0 -3
- package/dist/types-ts4.5/mention/src/components/NoAccessTooltip/index.d.ts +0 -6
- package/dist/types-ts4.5/mention/src/components/NoAccessTooltip/main.d.ts +0 -7
- package/dist/types-ts4.5/mention/src/components/Popup/index.d.ts +0 -26
- package/dist/types-ts4.5/mention/src/components/ResourcedMentionList/index.d.ts +0 -46
- package/dist/types-ts4.5/mention/src/components/Scrollable/index.d.ts +0 -11
- package/dist/types-ts4.5/mention/src/components/Scrollable/styles.d.ts +0 -5
- package/dist/types-ts4.5/mention/src/components/i18n.d.ts +0 -57
- package/dist/types-ts4.5/mention/src/i18n/cs.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/da.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/de.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/en.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/en_GB.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/es.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/et.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/fi.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/fr.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/hu.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/is.d.ts +0 -24
- package/dist/types-ts4.5/mention/src/i18n/it.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/ja.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/ko.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/nb.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/nl.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/pl.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/pt_BR.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/pt_PT.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/ro.d.ts +0 -24
- package/dist/types-ts4.5/mention/src/i18n/ru.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/sk.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/sv.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/th.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/tr.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/uk.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/vi.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/zh.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/i18n/zh_TW.d.ts +0 -20
- package/dist/types-ts4.5/mention/src/index.d.ts +0 -17
- package/dist/types-ts4.5/mention/src/resource.d.ts +0 -10
- package/dist/types-ts4.5/mention/src/shared-styles.d.ts +0 -5
- package/dist/types-ts4.5/mention/src/types.d.ts +0 -168
- package/dist/types-ts4.5/mention/src/util/analytics.d.ts +0 -30
- package/dist/types-ts4.5/mention/src/util/i18n.d.ts +0 -29
- package/dist/types-ts4.5/mention/src/util/id.d.ts +0 -2
- package/dist/types-ts4.5/mention/src/util/index.d.ts +0 -1
- package/dist/types-ts4.5/mention/src/util/mouse.d.ts +0 -8
- package/dist/types-ts4.5/task-decision/src/analytics/index.d.ts +0 -2
- package/dist/types-ts4.5/task-decision/src/api/TaskDecisionResource.d.ts +0 -67
- package/dist/types-ts4.5/task-decision/src/api/TaskDecisionUtils.d.ts +0 -4
- package/dist/types-ts4.5/task-decision/src/components/DecisionItem.d.ts +0 -15
- package/dist/types-ts4.5/task-decision/src/components/DecisionList.d.ts +0 -9
- package/dist/types-ts4.5/task-decision/src/components/Item.d.ts +0 -25
- package/dist/types-ts4.5/task-decision/src/components/ResourcedTaskItem.d.ts +0 -35
- package/dist/types-ts4.5/task-decision/src/components/TaskItem.d.ts +0 -21
- package/dist/types-ts4.5/task-decision/src/components/TaskList.d.ts +0 -9
- package/dist/types-ts4.5/task-decision/src/components/styles.d.ts +0 -13
- package/dist/types-ts4.5/task-decision/src/components/theme.d.ts +0 -61
- package/dist/types-ts4.5/task-decision/src/index.d.ts +0 -9
- package/dist/types-ts4.5/task-decision/src/type-helpers.d.ts +0 -6
- package/dist/types-ts4.5/task-decision/src/types.d.ts +0 -160
- package/dist/types-ts4.5/user-picker/src/analytics.d.ts +0 -24
- package/dist/types-ts4.5/user-picker/src/clients/UserSourceProvider.d.ts +0 -11
- package/dist/types-ts4.5/user-picker/src/components/AddOptionAvatar.d.ts +0 -6
- package/dist/types-ts4.5/user-picker/src/components/AvatarItemOption.d.ts +0 -13
- package/dist/types-ts4.5/user-picker/src/components/BaseUserPicker.d.ts +0 -65
- package/dist/types-ts4.5/user-picker/src/components/ClearIndicator.d.ts +0 -6
- package/dist/types-ts4.5/user-picker/src/components/CustomOption/index.d.ts +0 -3
- package/dist/types-ts4.5/user-picker/src/components/CustomOption/main.d.ts +0 -15
- package/dist/types-ts4.5/user-picker/src/components/EmailOption/index.d.ts +0 -3
- package/dist/types-ts4.5/user-picker/src/components/EmailOption/main.d.ts +0 -18
- package/dist/types-ts4.5/user-picker/src/components/ExternalUserOption/ExternalAvatarItemOption.d.ts +0 -11
- package/dist/types-ts4.5/user-picker/src/components/ExternalUserOption/InfoIcon.d.ts +0 -3
- package/dist/types-ts4.5/user-picker/src/components/ExternalUserOption/SourcesTooltipContent.d.ts +0 -6
- package/dist/types-ts4.5/user-picker/src/components/ExternalUserOption/index.d.ts +0 -3
- package/dist/types-ts4.5/user-picker/src/components/ExternalUserOption/main.d.ts +0 -12
- package/dist/types-ts4.5/user-picker/src/components/ExternalUserSourcesContainer.d.ts +0 -15
- package/dist/types-ts4.5/user-picker/src/components/GroupOption/index.d.ts +0 -3
- package/dist/types-ts4.5/user-picker/src/components/GroupOption/main.d.ts +0 -16
- package/dist/types-ts4.5/user-picker/src/components/HighlightText.d.ts +0 -9
- package/dist/types-ts4.5/user-picker/src/components/Input.d.ts +0 -22
- package/dist/types-ts4.5/user-picker/src/components/Menu.d.ts +0 -10
- package/dist/types-ts4.5/user-picker/src/components/MessagesIntlProvider.d.ts +0 -3
- package/dist/types-ts4.5/user-picker/src/components/MultiValue.d.ts +0 -26
- package/dist/types-ts4.5/user-picker/src/components/MultiValueContainer.d.ts +0 -30
- package/dist/types-ts4.5/user-picker/src/components/Option.d.ts +0 -14
- package/dist/types-ts4.5/user-picker/src/components/PopupControl.d.ts +0 -7
- package/dist/types-ts4.5/user-picker/src/components/PopupInput.d.ts +0 -8
- package/dist/types-ts4.5/user-picker/src/components/PopupUserPicker.d.ts +0 -39
- package/dist/types-ts4.5/user-picker/src/components/SingleValue.d.ts +0 -5
- package/dist/types-ts4.5/user-picker/src/components/SingleValueContainer.d.ts +0 -9
- package/dist/types-ts4.5/user-picker/src/components/SizeableAvatar.d.ts +0 -10
- package/dist/types-ts4.5/user-picker/src/components/TeamOption/index.d.ts +0 -3
- package/dist/types-ts4.5/user-picker/src/components/TeamOption/main.d.ts +0 -16
- package/dist/types-ts4.5/user-picker/src/components/UserOption.d.ts +0 -15
- package/dist/types-ts4.5/user-picker/src/components/UserPicker.d.ts +0 -16
- package/dist/types-ts4.5/user-picker/src/components/assets/github.d.ts +0 -2
- package/dist/types-ts4.5/user-picker/src/components/assets/google.d.ts +0 -2
- package/dist/types-ts4.5/user-picker/src/components/assets/microsoft.d.ts +0 -2
- package/dist/types-ts4.5/user-picker/src/components/assets/slack.d.ts +0 -2
- package/dist/types-ts4.5/user-picker/src/components/batch.d.ts +0 -1
- package/dist/types-ts4.5/user-picker/src/components/components.d.ts +0 -49
- package/dist/types-ts4.5/user-picker/src/components/creatable.d.ts +0 -12
- package/dist/types-ts4.5/user-picker/src/components/creatableEmailSuggestion.d.ts +0 -19
- package/dist/types-ts4.5/user-picker/src/components/emailValidation.d.ts +0 -3
- package/dist/types-ts4.5/user-picker/src/components/i18n.d.ts +0 -132
- package/dist/types-ts4.5/user-picker/src/components/popup.d.ts +0 -48
- package/dist/types-ts4.5/user-picker/src/components/styles.d.ts +0 -42
- package/dist/types-ts4.5/user-picker/src/components/utils.d.ts +0 -29
- package/dist/types-ts4.5/user-picker/src/i18n/cs.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/da.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/de.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/en.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/en_GB.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/es.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/et.d.ts +0 -15
- package/dist/types-ts4.5/user-picker/src/i18n/fi.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/fr.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/hu.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/is.d.ts +0 -7
- package/dist/types-ts4.5/user-picker/src/i18n/it.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/ja.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/ko.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/nb.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/nl.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/pl.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/pt_BR.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/pt_PT.d.ts +0 -15
- package/dist/types-ts4.5/user-picker/src/i18n/ro.d.ts +0 -7
- package/dist/types-ts4.5/user-picker/src/i18n/ru.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/sk.d.ts +0 -15
- package/dist/types-ts4.5/user-picker/src/i18n/sv.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/th.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/tr.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/uk.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/vi.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/zh.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/i18n/zh_TW.d.ts +0 -35
- package/dist/types-ts4.5/user-picker/src/index.d.ts +0 -7
- package/dist/types-ts4.5/user-picker/src/types.d.ts +0 -321
- package/dist/types-ts4.5/user-picker/src/util/i18n-util.d.ts +0 -11
- package/dist/types-ts4.5/user-picker/src/util/ufoExperiences.d.ts +0 -10
- package/dist/types-ts4.5/util-data-test/src/emoji/get-atlassian-emojis.d.ts +0 -1
- package/dist/types-ts4.5/util-data-test/src/emoji/get-emojis.d.ts +0 -1
- package/dist/types-ts4.5/util-data-test/src/emoji/get-site-emojis.d.ts +0 -1
- package/dist/types-ts4.5/util-data-test/src/emoji/get-standard-emojis.d.ts +0 -1
- package/dist/types-ts4.5/util-data-test/src/emoji-test/get-test-searchable-emojis.d.ts +0 -1
- package/dist/types-ts4.5/util-data-test/src/emoji-test/test-emoji-repository.d.ts +0 -5
- package/dist/types-ts4.5/util-data-test/src/logger.d.ts +0 -4
- /package/dist/types/{util-data-test/src/emoji → emoji}/get-emoji-resource-standard-atlassian.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji → emoji}/get-emoji-resource-usage-clear.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji → emoji}/get-emoji-resource.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji → emoji}/image-emoji.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji → emoji}/logged-user.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji → emoji}/lorem.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji → emoji}/site-emoji-foo.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji → emoji}/site-emoji-wtf.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji → emoji}/sprite-emoji.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-constants → emoji-constants}/index.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/emoji-samples.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/expires-at.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-non-uploading-emoji-resource.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-atlassian-emojis.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-atlassian-service-emojis.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-emoji-repository.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-emoji-resource-non-uploading.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-emoji-resource.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-image-emoji.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-media-api-token.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emoji-foo.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emoji-repository.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emoji-wtf.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emojis.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-site-service-emojis.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-sprite-emoji.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-standard-emojis.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/get-test-standard-service-emojis.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/media-emoji.d.ts +0 -0
- /package/dist/types/{util-data-test/src/emoji-test → emoji-test}/media-service-emoji.d.ts +0 -0
- /package/dist/{types-ts4.5/mention/src/util → types}/logger.d.ts +0 -0
- /package/dist/types/{util-data-test/src/mention → mention}/mention-story-data.d.ts +0 -0
- /package/dist/types/{util-data-test/src/mention → mention}/mention-test-data.d.ts +0 -0
- /package/dist/types/{util-data-test/src/mention → mention}/presence-data.d.ts +0 -0
- /package/dist/types/{util-data-test/src/mention → mention}/utils.d.ts +0 -0
- /package/dist/types/{util-data-test/src/profilecard → profilecard}/get-mock-profilecard-client.d.ts +0 -0
- /package/dist/types/{util-data-test/src/profilecard → profilecard}/profilecard-data.d.ts +0 -0
- /package/dist/types/{util-data-test/src/profilecard → profilecard}/util.d.ts +0 -0
- /package/dist/types/{util-data-test/src/slack-data → slack-data}/index.d.ts +0 -0
- /package/dist/types/{util-data-test/src/slack-data → slack-data}/slack-conversations-data.d.ts +0 -0
- /package/dist/types/{util-data-test/src/slack-data → slack-data}/slack-workspaces-data.d.ts +0 -0
- /package/dist/types/{util-data-test/src/task-decision → task-decision}/task-decision-story-data.d.ts +0 -0
- /package/dist/types/{util-data-test/src/user-picker → user-picker}/ChevronRight.d.ts +0 -0
- /package/dist/types/{util-data-test/src/user-picker → user-picker}/index.d.ts +0 -0
- /package/dist/types/{util-data-test/src/user-picker → user-picker}/user-picker-data.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-emoji-resource-standard-atlassian.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-emoji-resource-usage-clear.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/get-emoji-resource.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/image-emoji.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/logged-user.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/lorem.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/site-emoji-foo.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/site-emoji-wtf.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji → emoji}/sprite-emoji.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-constants → emoji-constants}/index.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/emoji-samples.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/expires-at.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-non-uploading-emoji-resource.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-atlassian-emojis.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-atlassian-service-emojis.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-emoji-repository.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-emoji-resource-non-uploading.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-emoji-resource.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-image-emoji.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-media-api-token.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emoji-foo.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emoji-repository.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emoji-wtf.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-site-emojis.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-site-service-emojis.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-sprite-emoji.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-standard-emojis.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/get-test-standard-service-emojis.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/media-emoji.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/emoji-test → emoji-test}/media-service-emoji.d.ts +0 -0
- /package/dist/types-ts4.5/{emoji/src/util/logger.d.ts → logger.d.ts} +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/mention → mention}/mention-story-data.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/mention → mention}/mention-test-data.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/mention → mention}/presence-data.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/mention → mention}/utils.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/profilecard → profilecard}/get-mock-profilecard-client.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/profilecard → profilecard}/profilecard-data.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/profilecard → profilecard}/util.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/slack-data → slack-data}/index.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/slack-data → slack-data}/slack-conversations-data.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/slack-data → slack-data}/slack-workspaces-data.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/task-decision → task-decision}/task-decision-story-data.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/user-picker → user-picker}/ChevronRight.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/user-picker → user-picker}/index.d.ts +0 -0
- /package/dist/types-ts4.5/{util-data-test/src/user-picker → user-picker}/user-picker-data.d.ts +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,9 @@ exports.emojiFromUpload = void 0;
|
|
|
8
8
|
var _uuid = _interopRequireDefault(require("uuid"));
|
|
9
9
|
var _emojiConstants = require("../emoji-constants");
|
|
10
10
|
var _loggedUser = require("./logged-user");
|
|
11
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
12
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
13
|
+
|
|
11
14
|
var emojiFromUpload = function emojiFromUpload(upload) {
|
|
12
15
|
var shortName = upload.shortName,
|
|
13
16
|
name = upload.name,
|
|
@@ -10,9 +10,13 @@ var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/creat
|
|
|
10
10
|
var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
|
|
11
11
|
var _possibleConstructorReturn2 = _interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));
|
|
12
12
|
var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));
|
|
13
|
-
var _resource = require("
|
|
13
|
+
var _resource = require("@atlaskit/emoji/resource");
|
|
14
14
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
15
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
15
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } // These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
16
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
17
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
18
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
19
|
+
|
|
16
20
|
var isUsageClearEmojiRepository = function isUsageClearEmojiRepository(object) {
|
|
17
21
|
return 'clear' in object;
|
|
18
22
|
};
|
|
@@ -13,7 +13,8 @@ var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/ge
|
|
|
13
13
|
var _emojiRepositoryUsageClear = require("./emoji-repository-usage-clear");
|
|
14
14
|
var _mockNonUploadingEmojiResource = require("./mock-non-uploading-emoji-resource");
|
|
15
15
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
16
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
16
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } // These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
17
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
17
18
|
var EmojiResourceUsageClear = /*#__PURE__*/function (_MockNonUploadingEmoj) {
|
|
18
19
|
(0, _inherits2.default)(EmojiResourceUsageClear, _MockNonUploadingEmoj);
|
|
19
20
|
var _super = _createSuper(EmojiResourceUsageClear);
|
|
@@ -4,6 +4,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.getAtlassianEmojiData = void 0;
|
|
7
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
8
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
9
|
+
|
|
7
10
|
var getAtlassianEmojiData = function getAtlassianEmojiData() {
|
|
8
11
|
return require('../json-data/service-data-atlassian.json');
|
|
9
12
|
};
|
|
@@ -6,13 +6,16 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.getAtlassianEmojis = void 0;
|
|
8
8
|
var _memoizeOne = _interopRequireDefault(require("memoize-one"));
|
|
9
|
-
var
|
|
9
|
+
var _emoji = require("@atlaskit/emoji");
|
|
10
10
|
var _getAtlassianEmojiData = require("./get-atlassian-emoji-data");
|
|
11
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
12
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
13
|
+
|
|
11
14
|
var getAtlassianEmojis = (0, _memoizeOne.default)(function () {
|
|
12
15
|
var _atlassianEmojis$meta, _atlassianEmojis$meta2;
|
|
13
16
|
var atlassianEmojis = (0, _getAtlassianEmojiData.getAtlassianEmojiData)();
|
|
14
17
|
var atlassianSprites = (_atlassianEmojis$meta = atlassianEmojis === null || atlassianEmojis === void 0 ? void 0 : (_atlassianEmojis$meta2 = atlassianEmojis.meta) === null || _atlassianEmojis$meta2 === void 0 ? void 0 : _atlassianEmojis$meta2.spriteSheets) !== null && _atlassianEmojis$meta !== void 0 ? _atlassianEmojis$meta : {};
|
|
15
|
-
return (0,
|
|
18
|
+
return (0, _emoji.denormaliseEmojiServiceResponse)({
|
|
16
19
|
emojis: atlassianEmojis.emojis,
|
|
17
20
|
meta: {
|
|
18
21
|
spriteSheets: atlassianSprites
|
|
@@ -7,10 +7,15 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.getEmojiProvider = exports.defaultFetch = exports.currentUser = void 0;
|
|
8
8
|
var _regenerator = _interopRequireDefault(require("@babel/runtime/regenerator"));
|
|
9
9
|
var _asyncToGenerator2 = _interopRequireDefault(require("@babel/runtime/helpers/asyncToGenerator"));
|
|
10
|
-
var _resource = require("
|
|
11
|
-
var
|
|
10
|
+
var _resource = require("@atlaskit/emoji/resource");
|
|
11
|
+
var _emoji = require("@atlaskit/emoji");
|
|
12
12
|
var _mockEmojiResource = require("./mock-emoji-resource");
|
|
13
13
|
var _loggedUser = require("./logged-user");
|
|
14
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
15
|
+
/* eslint-disable import/no-extraneous-dependencies */
|
|
16
|
+
|
|
17
|
+
/* eslint-disable import/no-extraneous-dependencies */
|
|
18
|
+
|
|
14
19
|
var currentUser = {
|
|
15
20
|
id: _loggedUser.loggedUser
|
|
16
21
|
};
|
|
@@ -59,7 +64,7 @@ var getEmojiProvider = /*#__PURE__*/function () {
|
|
|
59
64
|
return fn();
|
|
60
65
|
case 3:
|
|
61
66
|
response = _context2.sent;
|
|
62
|
-
_denormaliseEmojiServ = (0,
|
|
67
|
+
_denormaliseEmojiServ = (0, _emoji.denormaliseEmojiServiceResponse)(response), emojis = _denormaliseEmojiServ.emojis;
|
|
63
68
|
repository = new _resource.EmojiRepository(emojis);
|
|
64
69
|
return _context2.abrupt("return", new _mockEmojiResource.MockEmojiResource(repository, config));
|
|
65
70
|
case 7:
|
|
@@ -4,8 +4,11 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.getEmojiRepository = void 0;
|
|
7
|
-
var _resource = require("
|
|
7
|
+
var _resource = require("@atlaskit/emoji/resource");
|
|
8
8
|
var _getEmojis = require("./get-emojis");
|
|
9
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
10
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
11
|
+
|
|
9
12
|
var getEmojiRepository = function getEmojiRepository() {
|
|
10
13
|
return new _resource.EmojiRepository((0, _getEmojis.getEmojis)());
|
|
11
14
|
};
|
|
@@ -6,10 +6,16 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.getEmojiResourceWithStandardAndAtlassianEmojis = void 0;
|
|
8
8
|
var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
|
|
9
|
-
var _resource = require("
|
|
9
|
+
var _resource = require("@atlaskit/emoji/resource");
|
|
10
10
|
var _getAtlassianEmojis = require("./get-atlassian-emojis");
|
|
11
11
|
var _getStandardEmojis = require("./get-standard-emojis");
|
|
12
12
|
var _mockEmojiResourceFactory = require("./mock-emoji-resource-factory");
|
|
13
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
14
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
15
|
+
|
|
16
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
17
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
18
|
+
|
|
13
19
|
var getEmojiResourceWithStandardAndAtlassianEmojis = function getEmojiResourceWithStandardAndAtlassianEmojis(config) {
|
|
14
20
|
var standardEmojis = (0, _getStandardEmojis.getStandardEmojis)();
|
|
15
21
|
var atlassianEmojis = (0, _getAtlassianEmojis.getAtlassianEmojis)();
|
|
@@ -7,12 +7,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.getEmojis = void 0;
|
|
8
8
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
9
9
|
var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
|
|
10
|
-
var
|
|
10
|
+
var _emoji = require("@atlaskit/emoji");
|
|
11
11
|
var _getAtlassianEmojiData = require("./get-atlassian-emoji-data");
|
|
12
12
|
var _getSiteEmojiData = require("./get-site-emoji-data");
|
|
13
13
|
var _getStandardEmojiData = require("./get-standard-emoji-data");
|
|
14
14
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
15
|
-
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; }
|
|
15
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = null != arguments[i] ? arguments[i] : {}; i % 2 ? ownKeys(Object(source), !0).forEach(function (key) { (0, _defineProperty2.default)(target, key, source[key]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } return target; } // These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
16
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
16
17
|
var getEmojis = function getEmojis() {
|
|
17
18
|
var _standardEmojis$meta$, _standardEmojis$meta, _atlassianEmojis$meta, _atlassianEmojis$meta2;
|
|
18
19
|
var standardEmojis = (0, _getStandardEmojiData.getStandardEmojiData)();
|
|
@@ -20,7 +21,7 @@ var getEmojis = function getEmojis() {
|
|
|
20
21
|
var siteEmojis = (0, _getSiteEmojiData.getSiteEmojiData)();
|
|
21
22
|
var standardSprites = (_standardEmojis$meta$ = standardEmojis === null || standardEmojis === void 0 ? void 0 : (_standardEmojis$meta = standardEmojis.meta) === null || _standardEmojis$meta === void 0 ? void 0 : _standardEmojis$meta.spriteSheets) !== null && _standardEmojis$meta$ !== void 0 ? _standardEmojis$meta$ : {};
|
|
22
23
|
var atlassianSprites = (_atlassianEmojis$meta = atlassianEmojis === null || atlassianEmojis === void 0 ? void 0 : (_atlassianEmojis$meta2 = atlassianEmojis.meta) === null || _atlassianEmojis$meta2 === void 0 ? void 0 : _atlassianEmojis$meta2.spriteSheets) !== null && _atlassianEmojis$meta !== void 0 ? _atlassianEmojis$meta : {};
|
|
23
|
-
return (0,
|
|
24
|
+
return (0, _emoji.denormaliseEmojiServiceResponse)({
|
|
24
25
|
emojis: [].concat((0, _toConsumableArray2.default)(standardEmojis.emojis), (0, _toConsumableArray2.default)(atlassianEmojis.emojis), (0, _toConsumableArray2.default)(siteEmojis.emojis)),
|
|
25
26
|
meta: {
|
|
26
27
|
spriteSheets: _objectSpread(_objectSpread({}, standardSprites), atlassianSprites)
|
|
@@ -5,6 +5,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.getSiteEmojiData = void 0;
|
|
7
7
|
var _siteEmojiWtf = require("./site-emoji-wtf");
|
|
8
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
9
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
10
|
+
|
|
8
11
|
var getSiteEmojiData = function getSiteEmojiData() {
|
|
9
12
|
return {
|
|
10
13
|
emojis: [_siteEmojiWtf.siteEmojiWtf]
|
|
@@ -6,10 +6,13 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.getSiteEmojis = void 0;
|
|
8
8
|
var _memoizeOne = _interopRequireDefault(require("memoize-one"));
|
|
9
|
-
var
|
|
9
|
+
var _emoji = require("@atlaskit/emoji");
|
|
10
10
|
var _getSiteEmojiData = require("./get-site-emoji-data");
|
|
11
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
12
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
13
|
+
|
|
11
14
|
var getSiteEmojis = (0, _memoizeOne.default)(function () {
|
|
12
|
-
return (0,
|
|
15
|
+
return (0, _emoji.denormaliseEmojiServiceResponse)({
|
|
13
16
|
emojis: (0, _getSiteEmojiData.getSiteEmojiData)().emojis
|
|
14
17
|
}).emojis;
|
|
15
18
|
});
|
|
@@ -4,6 +4,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.getStandardEmojiData = void 0;
|
|
7
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
8
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
9
|
+
|
|
7
10
|
// TODO: load this data via http instead
|
|
8
11
|
var getStandardEmojiData = function getStandardEmojiData() {
|
|
9
12
|
return require('../json-data/service-data-standard.json');
|
|
@@ -6,13 +6,16 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.getStandardEmojis = void 0;
|
|
8
8
|
var _memoizeOne = _interopRequireDefault(require("memoize-one"));
|
|
9
|
-
var
|
|
9
|
+
var _emoji = require("@atlaskit/emoji");
|
|
10
10
|
var _getStandardEmojiData = require("./get-standard-emoji-data");
|
|
11
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
12
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
13
|
+
|
|
11
14
|
var getStandardEmojis = (0, _memoizeOne.default)(function () {
|
|
12
15
|
var _standardEmojis$meta$, _standardEmojis$meta;
|
|
13
16
|
var standardEmojis = (0, _getStandardEmojiData.getStandardEmojiData)();
|
|
14
17
|
var standardSprites = (_standardEmojis$meta$ = standardEmojis === null || standardEmojis === void 0 ? void 0 : (_standardEmojis$meta = standardEmojis.meta) === null || _standardEmojis$meta === void 0 ? void 0 : _standardEmojis$meta.spriteSheets) !== null && _standardEmojis$meta$ !== void 0 ? _standardEmojis$meta$ : {};
|
|
15
|
-
return (0,
|
|
18
|
+
return (0, _emoji.denormaliseEmojiServiceResponse)({
|
|
16
19
|
emojis: standardEmojis.emojis,
|
|
17
20
|
meta: {
|
|
18
21
|
spriteSheets: standardSprites
|
|
@@ -5,6 +5,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.mockEmojiResourceFactory = void 0;
|
|
7
7
|
var _mockEmojiResource = require("./mock-emoji-resource");
|
|
8
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
9
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
10
|
+
|
|
8
11
|
var mockEmojiResourceFactory = function mockEmojiResourceFactory(emojiRepository, config, promiseBuilder) {
|
|
9
12
|
var mockEmojiResource = new _mockEmojiResource.MockEmojiResource(emojiRepository, config);
|
|
10
13
|
if (promiseBuilder) {
|
|
@@ -18,7 +18,10 @@ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/de
|
|
|
18
18
|
var _emojiFromUpload = require("./emoji-from-upload");
|
|
19
19
|
var _mockNonUploadingEmojiResource = require("./mock-non-uploading-emoji-resource");
|
|
20
20
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
21
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
21
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } // These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
22
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
23
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
24
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
22
25
|
var MockEmojiResource = /*#__PURE__*/function (_MockNonUploadingEmoj) {
|
|
23
26
|
(0, _inherits2.default)(MockEmojiResource, _MockNonUploadingEmoj);
|
|
24
27
|
var _super = _createSuper(MockEmojiResource);
|
|
@@ -5,6 +5,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.mockNonUploadingEmojiResourceFactory = void 0;
|
|
7
7
|
var _mockNonUploadingEmojiResource = require("./mock-non-uploading-emoji-resource");
|
|
8
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
9
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
10
|
+
|
|
8
11
|
var mockNonUploadingEmojiResourceFactory = function mockNonUploadingEmojiResourceFactory(emojiRepository, config, promiseBuilder) {
|
|
9
12
|
var mockEmojiResource = new _mockNonUploadingEmojiResource.MockNonUploadingEmojiResource(emojiRepository, config);
|
|
10
13
|
if (promiseBuilder) {
|
|
@@ -17,7 +17,10 @@ var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/de
|
|
|
17
17
|
var _utilServiceSupport = require("@atlaskit/util-service-support");
|
|
18
18
|
var _emojiConstants = require("../emoji-constants");
|
|
19
19
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
20
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
20
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } // These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
21
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
22
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
23
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
21
24
|
var MockNonUploadingEmojiResource = /*#__PURE__*/function (_ref) {
|
|
22
25
|
(0, _inherits2.default)(MockNonUploadingEmojiResource, _ref);
|
|
23
26
|
var _super = _createSuper(MockNonUploadingEmojiResource);
|
|
@@ -4,6 +4,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.filterToSearchable = void 0;
|
|
7
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
8
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
9
|
+
|
|
7
10
|
var filterToSearchable = function filterToSearchable(emojis) {
|
|
8
11
|
return emojis.filter(function (emoji) {
|
|
9
12
|
return emoji.searchable;
|
|
@@ -5,6 +5,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.getTestEmojiResourceFromRepository = void 0;
|
|
7
7
|
var _mockEmojiResourceFactory = require("../emoji/mock-emoji-resource-factory");
|
|
8
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
9
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
10
|
+
|
|
8
11
|
var getTestEmojiResourceFromRepository = function getTestEmojiResourceFromRepository(repo, config) {
|
|
9
12
|
return (0, _mockEmojiResourceFactory.mockEmojiResourceFactory)(repo, config);
|
|
10
13
|
};
|
|
@@ -6,11 +6,14 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.getTestEmojis = void 0;
|
|
8
8
|
var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));
|
|
9
|
-
var
|
|
9
|
+
var _emoji = require("@atlaskit/emoji");
|
|
10
10
|
var _getTestAtlassianEmojis = require("./get-test-atlassian-emojis");
|
|
11
11
|
var _getTestSiteEmojis = require("./get-test-site-emojis");
|
|
12
12
|
var _getTestStandardEmojis = require("./get-test-standard-emojis");
|
|
13
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
14
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
15
|
+
|
|
13
16
|
var getTestEmojis = function getTestEmojis() {
|
|
14
|
-
return [].concat((0, _toConsumableArray2.default)((0,
|
|
17
|
+
return [].concat((0, _toConsumableArray2.default)((0, _emoji.denormaliseEmojiServiceResponse)((0, _getTestStandardEmojis.getTestStandardEmojis)()).emojis), (0, _toConsumableArray2.default)((0, _emoji.denormaliseEmojiServiceResponse)((0, _getTestAtlassianEmojis.getTestAtlassianEmojis)()).emojis), (0, _toConsumableArray2.default)((0, _getTestSiteEmojis.getTestSiteEmojis)().emojis));
|
|
15
18
|
};
|
|
16
19
|
exports.getTestEmojis = getTestEmojis;
|
|
@@ -10,10 +10,12 @@ var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/cl
|
|
|
10
10
|
var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
|
|
11
11
|
var _possibleConstructorReturn2 = _interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));
|
|
12
12
|
var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));
|
|
13
|
-
var _resource = require("
|
|
14
|
-
var
|
|
13
|
+
var _resource = require("@atlaskit/emoji/resource");
|
|
14
|
+
var _emoji = require("@atlaskit/emoji");
|
|
15
15
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
16
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
16
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } // These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
17
|
+
/* eslint-disable import/no-extraneous-dependencies */
|
|
18
|
+
/* eslint-disable import/no-extraneous-dependencies */
|
|
17
19
|
var TestEmojiRepository = /*#__PURE__*/function (_EmojiRepository) {
|
|
18
20
|
(0, _inherits2.default)(TestEmojiRepository, _EmojiRepository);
|
|
19
21
|
var _super = _createSuper(TestEmojiRepository);
|
|
@@ -21,7 +23,7 @@ var TestEmojiRepository = /*#__PURE__*/function (_EmojiRepository) {
|
|
|
21
23
|
var _this;
|
|
22
24
|
(0, _classCallCheck2.default)(this, TestEmojiRepository);
|
|
23
25
|
_this = _super.call(this, emojis);
|
|
24
|
-
_this.usageTracker = new
|
|
26
|
+
_this.usageTracker = new _emoji.UsageFrequencyTracker(false);
|
|
25
27
|
return _this;
|
|
26
28
|
}
|
|
27
29
|
return (0, _createClass2.default)(TestEmojiRepository);
|
|
@@ -4,9 +4,12 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.createMockMentionNameResolver = void 0;
|
|
7
|
-
var _resource = require("
|
|
7
|
+
var _resource = require("@atlaskit/mention/resource");
|
|
8
8
|
var _analyticsNext = require("@atlaskit/analytics-next");
|
|
9
9
|
var _mockMentionNameClient = require("./mock-mention-name-client");
|
|
10
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
11
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
12
|
+
|
|
10
13
|
var createMockMentionNameResolver = function createMockMentionNameResolver() {
|
|
11
14
|
var analyticsProps = {
|
|
12
15
|
createAnalyticsEvent: function createAnalyticsEvent(
|
|
@@ -7,8 +7,10 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.MockMentionNameClient = void 0;
|
|
8
8
|
var _classCallCheck2 = _interopRequireDefault(require("@babel/runtime/helpers/classCallCheck"));
|
|
9
9
|
var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/createClass"));
|
|
10
|
-
var _resource = require("
|
|
10
|
+
var _resource = require("@atlaskit/mention/resource");
|
|
11
11
|
var _logger = _interopRequireDefault(require("../logger"));
|
|
12
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
13
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
12
14
|
var MockMentionNameClient = /*#__PURE__*/function () {
|
|
13
15
|
function MockMentionNameClient() {
|
|
14
16
|
(0, _classCallCheck2.default)(this, MockMentionNameClient);
|
|
@@ -13,11 +13,12 @@ var _possibleConstructorReturn2 = _interopRequireDefault(require("@babel/runtime
|
|
|
13
13
|
var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));
|
|
14
14
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
15
15
|
var _jsSearch = require("js-search");
|
|
16
|
-
var _resource = require("
|
|
16
|
+
var _resource = require("@atlaskit/mention/resource");
|
|
17
17
|
var _logger = _interopRequireDefault(require("../logger"));
|
|
18
18
|
var _mentionTestData = require("./mention-test-data");
|
|
19
19
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
20
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
20
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } // These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
21
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
21
22
|
var MockMentionResourceWithInfoHints = /*#__PURE__*/function (_AbstractMentionResou) {
|
|
22
23
|
(0, _inherits2.default)(MockMentionResourceWithInfoHints, _AbstractMentionResou);
|
|
23
24
|
var _super = _createSuper(MockMentionResourceWithInfoHints);
|
|
@@ -13,12 +13,15 @@ var _possibleConstructorReturn2 = _interopRequireDefault(require("@babel/runtime
|
|
|
13
13
|
var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));
|
|
14
14
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
15
15
|
var _jsSearch = require("js-search");
|
|
16
|
-
var _resource = require("
|
|
16
|
+
var _resource = require("@atlaskit/mention/resource");
|
|
17
17
|
var _logger = _interopRequireDefault(require("../logger"));
|
|
18
18
|
var _mentionTestData = require("./mention-test-data");
|
|
19
19
|
var _utils = require("./utils");
|
|
20
20
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
21
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
21
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } // These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
22
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
23
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
24
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
22
25
|
var MockMentionResource = /*#__PURE__*/function (_AbstractMentionResou) {
|
|
23
26
|
(0, _inherits2.default)(MockMentionResource, _AbstractMentionResou);
|
|
24
27
|
var _super = _createSuper(MockMentionResource);
|
|
@@ -10,9 +10,10 @@ var _createClass2 = _interopRequireDefault(require("@babel/runtime/helpers/creat
|
|
|
10
10
|
var _inherits2 = _interopRequireDefault(require("@babel/runtime/helpers/inherits"));
|
|
11
11
|
var _possibleConstructorReturn2 = _interopRequireDefault(require("@babel/runtime/helpers/possibleConstructorReturn"));
|
|
12
12
|
var _getPrototypeOf2 = _interopRequireDefault(require("@babel/runtime/helpers/getPrototypeOf"));
|
|
13
|
-
var _resource = require("
|
|
13
|
+
var _resource = require("@atlaskit/mention/resource");
|
|
14
14
|
function _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = (0, _getPrototypeOf2.default)(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = (0, _getPrototypeOf2.default)(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return (0, _possibleConstructorReturn2.default)(this, result); }; }
|
|
15
|
-
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
15
|
+
function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } } // These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
16
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
16
17
|
var MockPresenceResource = /*#__PURE__*/function (_AbstractPresenceReso) {
|
|
17
18
|
(0, _inherits2.default)(MockPresenceResource, _AbstractPresenceReso);
|
|
18
19
|
var _super = _createSuper(MockPresenceResource);
|
|
@@ -7,6 +7,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.userPickerCustomData = void 0;
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _ChevronRight = _interopRequireDefault(require("./ChevronRight"));
|
|
10
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
11
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
12
|
+
|
|
10
13
|
var userPickerCustomData = [{
|
|
11
14
|
id: 'custom-1',
|
|
12
15
|
name: 'Custom option with highlight',
|
|
@@ -7,6 +7,9 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
7
7
|
exports.userPickerTeamData = void 0;
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _ChevronRight = _interopRequireDefault(require("./ChevronRight"));
|
|
10
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
11
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
12
|
+
|
|
10
13
|
var userPickerTeamData = [{
|
|
11
14
|
id: 'team-custom-icon',
|
|
12
15
|
name: 'Team with custom icon',
|
package/dist/cjs/version.json
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
import uuid from 'uuid';
|
|
2
|
+
|
|
3
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
4
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
2
5
|
import { customCategory, customType } from '../emoji-constants';
|
|
3
6
|
import { loggedUser } from './logged-user';
|
|
4
7
|
export const emojiFromUpload = upload => {
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
2
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
3
|
+
import { EmojiRepository } from '@atlaskit/emoji/resource';
|
|
4
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
5
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
2
6
|
export const isUsageClearEmojiRepository = object => {
|
|
3
7
|
return 'clear' in object;
|
|
4
8
|
};
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
2
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
3
|
+
|
|
1
4
|
import { EmojiRepositoryUsageClear, isUsageClearEmojiRepository } from './emoji-repository-usage-clear';
|
|
2
5
|
import { MockNonUploadingEmojiResource } from './mock-non-uploading-emoji-resource';
|
|
3
6
|
export class EmojiResourceUsageClear extends MockNonUploadingEmojiResource {
|
|
@@ -1 +1,4 @@
|
|
|
1
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
2
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
3
|
+
|
|
1
4
|
export const getAtlassianEmojiData = () => require('../json-data/service-data-atlassian.json');
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import memoizeOne from 'memoize-one';
|
|
2
|
-
|
|
2
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
3
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
4
|
+
import { denormaliseEmojiServiceResponse } from '@atlaskit/emoji';
|
|
3
5
|
import { getAtlassianEmojiData } from './get-atlassian-emoji-data';
|
|
4
6
|
export const getAtlassianEmojis = memoizeOne(() => {
|
|
5
7
|
var _atlassianEmojis$meta, _atlassianEmojis$meta2;
|
|
@@ -1,5 +1,9 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
1
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
2
|
+
/* eslint-disable import/no-extraneous-dependencies */
|
|
3
|
+
import { EmojiRepository } from '@atlaskit/emoji/resource';
|
|
4
|
+
import { denormaliseEmojiServiceResponse } from '@atlaskit/emoji';
|
|
5
|
+
/* eslint-disable import/no-extraneous-dependencies */
|
|
6
|
+
|
|
3
7
|
import { MockEmojiResource } from './mock-emoji-resource';
|
|
4
8
|
import { loggedUser } from './logged-user';
|
|
5
9
|
export const currentUser = {
|
|
@@ -1,3 +1,5 @@
|
|
|
1
|
-
|
|
1
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
2
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
3
|
+
import { EmojiRepository } from '@atlaskit/emoji/resource';
|
|
2
4
|
import { getEmojis } from './get-emojis';
|
|
3
5
|
export const getEmojiRepository = () => new EmojiRepository(getEmojis());
|
|
@@ -1,4 +1,8 @@
|
|
|
1
|
-
|
|
1
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
2
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
3
|
+
import { EmojiRepository } from '@atlaskit/emoji/resource';
|
|
4
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
5
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
2
6
|
import { getAtlassianEmojis } from './get-atlassian-emojis';
|
|
3
7
|
import { getStandardEmojis } from './get-standard-emojis';
|
|
4
8
|
import { mockEmojiResourceFactory } from './mock-emoji-resource-factory';
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
2
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
3
|
+
import { denormaliseEmojiServiceResponse } from '@atlaskit/emoji';
|
|
2
4
|
import { getAtlassianEmojiData } from './get-atlassian-emoji-data';
|
|
3
5
|
import { getSiteEmojiData } from './get-site-emoji-data';
|
|
4
6
|
import { getStandardEmojiData } from './get-standard-emoji-data';
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
2
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
3
|
+
|
|
1
4
|
import { siteEmojiWtf } from './site-emoji-wtf';
|
|
2
5
|
export const getSiteEmojiData = () => ({
|
|
3
6
|
emojis: [siteEmojiWtf]
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import memoizeOne from 'memoize-one';
|
|
2
|
-
|
|
2
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
3
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
4
|
+
import { denormaliseEmojiServiceResponse } from '@atlaskit/emoji';
|
|
3
5
|
import { getSiteEmojiData } from './get-site-emoji-data';
|
|
4
6
|
export const getSiteEmojis = memoizeOne(() => {
|
|
5
7
|
return denormaliseEmojiServiceResponse({
|
|
@@ -1,2 +1,5 @@
|
|
|
1
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
2
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
3
|
+
|
|
1
4
|
// TODO: load this data via http instead
|
|
2
5
|
export const getStandardEmojiData = () => require('../json-data/service-data-standard.json');
|
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
import memoizeOne from 'memoize-one';
|
|
2
|
-
|
|
2
|
+
// These imports are not included in the manifest file to avoid circular package dependencies blocking our Typescript and bundling tooling
|
|
3
|
+
// eslint-disable-next-line import/no-extraneous-dependencies
|
|
4
|
+
import { denormaliseEmojiServiceResponse } from '@atlaskit/emoji';
|
|
3
5
|
import { getStandardEmojiData } from './get-standard-emoji-data';
|
|
4
6
|
export const getStandardEmojis = memoizeOne(() => {
|
|
5
7
|
var _standardEmojis$meta$, _standardEmojis$meta;
|