@atlaskit/reactions 34.4.12 → 35.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +32 -0
- package/ConnectedReactionPicker/package.json +1 -8
- package/ConnectedReactionsView/package.json +1 -8
- package/MemoryReactionsStore/package.json +1 -8
- package/MockReactionsClient/package.json +1 -8
- package/Reaction/package.json +1 -8
- package/ReactionConsumer/package.json +1 -8
- package/ReactionPicker/package.json +1 -8
- package/ReactionServiceClient/package.json +1 -8
- package/Reactions/package.json +1 -8
- package/dist/cjs/analytics/index.js +1 -1
- package/dist/es2019/analytics/index.js +1 -1
- package/dist/esm/analytics/index.js +1 -1
- package/package.json +28 -36
- package/reaction/package.json +1 -8
- package/store/package.json +1 -8
- package/types/package.json +1 -8
- package/useCloseManager/package.json +1 -8
- package/dist/types-ts4.5/MockReactionsClient.d.ts +0 -27
- package/dist/types-ts4.5/analytics/index.d.ts +0 -121
- package/dist/types-ts4.5/client/ReactionServiceClient.d.ts +0 -35
- package/dist/types-ts4.5/client/index.d.ts +0 -1
- package/dist/types-ts4.5/components/Counter.d.ts +0 -51
- package/dist/types-ts4.5/components/EmojiButton.d.ts +0 -24
- package/dist/types-ts4.5/components/FlashAnimation.d.ts +0 -23
- package/dist/types-ts4.5/components/Reaction.d.ts +0 -67
- package/dist/types-ts4.5/components/ReactionButton.d.ts +0 -22
- package/dist/types-ts4.5/components/ReactionParticleEffect.d.ts +0 -22
- package/dist/types-ts4.5/components/ReactionPicker.d.ts +0 -119
- package/dist/types-ts4.5/components/ReactionSummaryButton.d.ts +0 -61
- package/dist/types-ts4.5/components/ReactionSummaryView.d.ts +0 -81
- package/dist/types-ts4.5/components/ReactionTooltip.d.ts +0 -43
- package/dist/types-ts4.5/components/ReactionView.d.ts +0 -12
- package/dist/types-ts4.5/components/Reactions.d.ts +0 -206
- package/dist/types-ts4.5/components/ReactionsDialog.d.ts +0 -32
- package/dist/types-ts4.5/components/ReactionsDialogHeader.d.ts +0 -15
- package/dist/types-ts4.5/components/ReactionsDialogTrigger.d.ts +0 -5
- package/dist/types-ts4.5/components/ReactionsList.d.ts +0 -20
- package/dist/types-ts4.5/components/RepositionOnUpdate.d.ts +0 -13
- package/dist/types-ts4.5/components/Selector.d.ts +0 -36
- package/dist/types-ts4.5/components/ShowMore.d.ts +0 -15
- package/dist/types-ts4.5/components/StaticReaction.d.ts +0 -11
- package/dist/types-ts4.5/components/Trigger.d.ts +0 -83
- package/dist/types-ts4.5/components/UfoErrorBoundary.d.ts +0 -17
- package/dist/types-ts4.5/components/index.d.ts +0 -9
- package/dist/types-ts4.5/containers/ConnectedReactionPicker/ConnectedReactionPicker.d.ts +0 -23
- package/dist/types-ts4.5/containers/ConnectedReactionPicker/index.d.ts +0 -2
- package/dist/types-ts4.5/containers/ConnectedReactionsView/ConnectedReactionsView.d.ts +0 -56
- package/dist/types-ts4.5/containers/ConnectedReactionsView/index.d.ts +0 -2
- package/dist/types-ts4.5/containers/index.d.ts +0 -2
- package/dist/types-ts4.5/hooks/useCloseManager.d.ts +0 -20
- package/dist/types-ts4.5/hooks/useDelayedState.d.ts +0 -6
- package/dist/types-ts4.5/hooks/useFocusTrap.d.ts +0 -5
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -27
- package/dist/types-ts4.5/i18n/da.d.ts +0 -27
- package/dist/types-ts4.5/i18n/de.d.ts +0 -26
- package/dist/types-ts4.5/i18n/en.d.ts +0 -27
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -27
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -27
- package/dist/types-ts4.5/i18n/es.d.ts +0 -27
- package/dist/types-ts4.5/i18n/et.d.ts +0 -11
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -26
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -27
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -27
- package/dist/types-ts4.5/i18n/index.d.ts +0 -37
- package/dist/types-ts4.5/i18n/is.d.ts +0 -6
- package/dist/types-ts4.5/i18n/it.d.ts +0 -27
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -27
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -26
- package/dist/types-ts4.5/i18n/languages.d.ts +0 -28
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -26
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -27
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -27
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -27
- package/dist/types-ts4.5/i18n/pt_PT.d.ts +0 -11
- package/dist/types-ts4.5/i18n/ro.d.ts +0 -6
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -26
- package/dist/types-ts4.5/i18n/sk.d.ts +0 -11
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -27
- package/dist/types-ts4.5/i18n/th.d.ts +0 -27
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -27
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -27
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -27
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -27
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -26
- package/dist/types-ts4.5/index.d.ts +0 -34
- package/dist/types-ts4.5/shared/constants.d.ts +0 -34
- package/dist/types-ts4.5/shared/i18n.d.ts +0 -87
- package/dist/types-ts4.5/shared/utils.d.ts +0 -18
- package/dist/types-ts4.5/store/MemoryReactionsStore.d.ts +0 -99
- package/dist/types-ts4.5/store/ReactionConsumer.d.ts +0 -57
- package/dist/types-ts4.5/store/batched.d.ts +0 -2
- package/dist/types-ts4.5/store/index.d.ts +0 -3
- package/dist/types-ts4.5/store/utils.d.ts +0 -11
- package/dist/types-ts4.5/types/Actions.d.ts +0 -28
- package/dist/types-ts4.5/types/Updater.d.ts +0 -2
- package/dist/types-ts4.5/types/User.d.ts +0 -21
- package/dist/types-ts4.5/types/client.d.ts +0 -38
- package/dist/types-ts4.5/types/index.d.ts +0 -25
- package/dist/types-ts4.5/types/reaction.d.ts +0 -117
- package/dist/types-ts4.5/types/store.d.ts +0 -71
- package/dist/types-ts4.5/ufo/index.d.ts +0 -54
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file was automatically generated by i18n-tools
|
|
5
|
-
* which is now deprecated. Changes must now be made
|
|
6
|
-
* manually.
|
|
7
|
-
*/
|
|
8
|
-
export { default as zh } from './zh';
|
|
9
|
-
export { default as zh_TW } from './zh_TW';
|
|
10
|
-
export { default as cs } from './cs';
|
|
11
|
-
export { default as da } from './da';
|
|
12
|
-
export { default as nl } from './nl';
|
|
13
|
-
export { default as et } from './et';
|
|
14
|
-
export { default as fi } from './fi';
|
|
15
|
-
export { default as fr } from './fr';
|
|
16
|
-
export { default as de } from './de';
|
|
17
|
-
export { default as hu } from './hu';
|
|
18
|
-
export { default as it } from './it';
|
|
19
|
-
export { default as ja } from './ja';
|
|
20
|
-
export { default as ko } from './ko';
|
|
21
|
-
export { default as nb } from './nb';
|
|
22
|
-
export { default as pl } from './pl';
|
|
23
|
-
export { default as pt_BR } from './pt_BR';
|
|
24
|
-
export { default as pt_PT } from './pt_PT';
|
|
25
|
-
export { default as ru } from './ru';
|
|
26
|
-
export { default as sk } from './sk';
|
|
27
|
-
export { default as es } from './es';
|
|
28
|
-
export { default as sv } from './sv';
|
|
29
|
-
export { default as th } from './th';
|
|
30
|
-
export { default as tr } from './tr';
|
|
31
|
-
export { default as uk } from './uk';
|
|
32
|
-
export { default as vi } from './vi';
|
|
33
|
-
export { default as en } from './en';
|
|
34
|
-
export { default as en_GB } from './en_GB';
|
|
35
|
-
export { default as en_ZZ } from './en_ZZ';
|
|
36
|
-
export { default as is } from './is';
|
|
37
|
-
export { default as ro } from './ro';
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.left.navigate': string;
|
|
21
|
-
'reactions.dialog.reactions.count': string;
|
|
22
|
-
'reactions.dialog.right.navigate': string;
|
|
23
|
-
'reactions.dialog.viewall': string;
|
|
24
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
25
|
-
};
|
|
26
|
-
export default _default;
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
zh: string;
|
|
3
|
-
cs: string;
|
|
4
|
-
da: string;
|
|
5
|
-
nl: string;
|
|
6
|
-
en: string;
|
|
7
|
-
en_GB: string;
|
|
8
|
-
en_ZZ: string;
|
|
9
|
-
et: string;
|
|
10
|
-
fi: string;
|
|
11
|
-
fr: string;
|
|
12
|
-
de: string;
|
|
13
|
-
hu: string;
|
|
14
|
-
is: string;
|
|
15
|
-
it: string;
|
|
16
|
-
ja: string;
|
|
17
|
-
ko: string;
|
|
18
|
-
nb: string;
|
|
19
|
-
pl: string;
|
|
20
|
-
pt_BR: string;
|
|
21
|
-
pt_PT: string;
|
|
22
|
-
ro: string;
|
|
23
|
-
ru: string;
|
|
24
|
-
sk: string;
|
|
25
|
-
es: string;
|
|
26
|
-
sv: string;
|
|
27
|
-
};
|
|
28
|
-
export default _default;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.left.navigate': string;
|
|
21
|
-
'reactions.dialog.reactions.count': string;
|
|
22
|
-
'reactions.dialog.right.navigate': string;
|
|
23
|
-
'reactions.dialog.viewall': string;
|
|
24
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
25
|
-
};
|
|
26
|
-
export default _default;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.reactions.error.unexpected': string;
|
|
9
|
-
'fabric.reactions.loading': string;
|
|
10
|
-
};
|
|
11
|
-
export default _default;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.left.navigate': string;
|
|
21
|
-
'reactions.dialog.reactions.count': string;
|
|
22
|
-
'reactions.dialog.right.navigate': string;
|
|
23
|
-
'reactions.dialog.viewall': string;
|
|
24
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
25
|
-
};
|
|
26
|
-
export default _default;
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.reactions.error.unexpected': string;
|
|
9
|
-
'fabric.reactions.loading': string;
|
|
10
|
-
};
|
|
11
|
-
export default _default;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.emoji.name': string;
|
|
21
|
-
'reactions.dialog.left.navigate': string;
|
|
22
|
-
'reactions.dialog.reactions.count': string;
|
|
23
|
-
'reactions.dialog.right.navigate': string;
|
|
24
|
-
'reactions.dialog.viewall': string;
|
|
25
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
26
|
-
};
|
|
27
|
-
export default _default;
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* NOTE:
|
|
3
|
-
*
|
|
4
|
-
* This file is automatically generated by Traduki 2.0.
|
|
5
|
-
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
-
*/
|
|
7
|
-
declare const _default: {
|
|
8
|
-
'fabric.reactions.add': string;
|
|
9
|
-
'fabric.reactions.add.new': string;
|
|
10
|
-
'fabric.reactions.error.unexpected': string;
|
|
11
|
-
'fabric.reactions.loading': string;
|
|
12
|
-
'fabric.reactions.more.emojis': string;
|
|
13
|
-
'fabric.reactions.other.reacted.users': string;
|
|
14
|
-
'fabric.reactions.reactwithemoji': string;
|
|
15
|
-
'fabric.reactions.reactwithemojiandcount': string;
|
|
16
|
-
'fabric.reactions.summary': string;
|
|
17
|
-
'reaction-picker-trigger.add.reaction.message': string;
|
|
18
|
-
'reactions-reaction.picker-label': string;
|
|
19
|
-
'reactions.dialog.close': string;
|
|
20
|
-
'reactions.dialog.left.navigate': string;
|
|
21
|
-
'reactions.dialog.reactions.count': string;
|
|
22
|
-
'reactions.dialog.right.navigate': string;
|
|
23
|
-
'reactions.dialog.viewall': string;
|
|
24
|
-
'reactions.dialog.viewall.tooltip': string;
|
|
25
|
-
};
|
|
26
|
-
export default _default;
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { ComponentName, ExperienceName } from './ufo';
|
|
2
|
-
import { ReactionPicker } from './components/ReactionPicker';
|
|
3
|
-
import type { EmojiId, WithSamplingUFOExperience } from '@atlaskit/emoji';
|
|
4
|
-
import type { UFOExperience, ConcurrentExperience } from '@atlaskit/ufo';
|
|
5
|
-
export { ReactionServiceClient } from './client';
|
|
6
|
-
export { Reaction } from './components/Reaction';
|
|
7
|
-
export { ReactionPicker };
|
|
8
|
-
export { Reactions } from './components/Reactions';
|
|
9
|
-
export { useCloseManager } from './hooks/useCloseManager';
|
|
10
|
-
export { ConnectedReactionPicker, ConnectedReactionsView } from './containers';
|
|
11
|
-
export { MemoryReactionsStore, ReactionConsumer } from './store';
|
|
12
|
-
export type { Client as ReactionClient, Request as ReactionRequest, Store as ReactionsStore, Reactions as ReactionsType, StorePropInput, State, } from './types';
|
|
13
|
-
export { ReactionUpdateType, ReactionStatus, type ReactionSummary } from './types';
|
|
14
|
-
export declare const constants: {
|
|
15
|
-
DefaultReactions: EmojiId[];
|
|
16
|
-
DefaultReactionsByShortName: Map<string, EmojiId>;
|
|
17
|
-
ExtendedReactions: EmojiId[];
|
|
18
|
-
ExtendedReactionsByShortName: Map<string, EmojiId>;
|
|
19
|
-
NUMBER_OF_REACTIONS_TO_DISPLAY: number;
|
|
20
|
-
SAMPLING_RATE_REACTIONS_RENDERED_EXP: number;
|
|
21
|
-
TOOLTIP_USERS_LIMIT: number;
|
|
22
|
-
};
|
|
23
|
-
export declare const UFO: {
|
|
24
|
-
ComponentName: typeof ComponentName;
|
|
25
|
-
ExperienceName: typeof ExperienceName;
|
|
26
|
-
PickerRender: UFOExperience;
|
|
27
|
-
ReactionDetailsFetch: ConcurrentExperience;
|
|
28
|
-
ReactionDialogOpened: UFOExperience;
|
|
29
|
-
ReactionDialogSelectedReactionChanged: UFOExperience;
|
|
30
|
-
ReactionsAdd: ConcurrentExperience;
|
|
31
|
-
ReactionsRemove: ConcurrentExperience;
|
|
32
|
-
ReactionsRendered: ConcurrentExperience;
|
|
33
|
-
sampledReactionsRendered: (instanceId: string) => WithSamplingUFOExperience;
|
|
34
|
-
};
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
import { type EmojiId } from '@atlaskit/emoji/types';
|
|
2
|
-
/**
|
|
3
|
-
* Initial list of emoji to pick from
|
|
4
|
-
*/
|
|
5
|
-
export declare const DefaultReactions: EmojiId[];
|
|
6
|
-
/**
|
|
7
|
-
* Initial list of emoji to pick from when the Teamoji picker refresh is enabled.
|
|
8
|
-
*/
|
|
9
|
-
export declare const TeamojiDefaultReactions: EmojiId[];
|
|
10
|
-
/**
|
|
11
|
-
* Extended list of reactions used only for examples
|
|
12
|
-
*/
|
|
13
|
-
export declare const ExtendedReactions: EmojiId[];
|
|
14
|
-
/**
|
|
15
|
-
* ES6 Map object from default emoji reactions (with key => shortName, value => entire emoji item)
|
|
16
|
-
*/
|
|
17
|
-
export declare const DefaultReactionsByShortName: Map<string, EmojiId>;
|
|
18
|
-
export declare const getDefaultReactions: (isTeamojiPickerRefreshEnabled?: boolean) => EmojiId[];
|
|
19
|
-
/**
|
|
20
|
-
* ES6 Map object from default emoji reactions (with key => shortName, value => entire emoji item)
|
|
21
|
-
* Only for use in extended reaction examples
|
|
22
|
-
*/
|
|
23
|
-
export declare const ExtendedReactionsByShortName: Map<string, EmojiId>;
|
|
24
|
-
/**
|
|
25
|
-
* Maximum number of users to show in the tooltip for an emoji reaction
|
|
26
|
-
*/
|
|
27
|
-
export declare const TOOLTIP_USERS_LIMIT = 5;
|
|
28
|
-
/**
|
|
29
|
-
* Maximum number of reactions that will fit in the horizontal pagination of
|
|
30
|
-
* reactions dialog
|
|
31
|
-
*/
|
|
32
|
-
export declare const NUMBER_OF_REACTIONS_TO_DISPLAY = 8;
|
|
33
|
-
export declare const SAMPLING_RATE_REACTIONS_RENDERED_EXP = 50;
|
|
34
|
-
export declare const RESOURCED_EMOJI_COMPACT_HEIGHT = 16;
|