@atlaskit/reactions 34.4.12 → 34.4.13
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/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 +2 -2
- 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,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;
|
|
@@ -1,87 +0,0 @@
|
|
|
1
|
-
export declare const messages: {
|
|
2
|
-
addNewReaction: {
|
|
3
|
-
defaultMessage: string;
|
|
4
|
-
description: string;
|
|
5
|
-
id: string;
|
|
6
|
-
};
|
|
7
|
-
addReaction: {
|
|
8
|
-
defaultMessage: string;
|
|
9
|
-
description: string;
|
|
10
|
-
id: string;
|
|
11
|
-
};
|
|
12
|
-
closeReactionsDialog: {
|
|
13
|
-
defaultMessage: string;
|
|
14
|
-
description: string;
|
|
15
|
-
id: string;
|
|
16
|
-
};
|
|
17
|
-
emojiName: {
|
|
18
|
-
defaultMessage: string;
|
|
19
|
-
description: string;
|
|
20
|
-
id: string;
|
|
21
|
-
};
|
|
22
|
-
leftNavigateLabel: {
|
|
23
|
-
defaultMessage: string;
|
|
24
|
-
description: string;
|
|
25
|
-
id: string;
|
|
26
|
-
};
|
|
27
|
-
loadingReactions: {
|
|
28
|
-
defaultMessage: string;
|
|
29
|
-
description: string;
|
|
30
|
-
id: string;
|
|
31
|
-
};
|
|
32
|
-
moreEmoji: {
|
|
33
|
-
defaultMessage: string;
|
|
34
|
-
description: string;
|
|
35
|
-
id: string;
|
|
36
|
-
};
|
|
37
|
-
otherUsers: {
|
|
38
|
-
defaultMessage: string;
|
|
39
|
-
description: string;
|
|
40
|
-
id: string;
|
|
41
|
-
};
|
|
42
|
-
popperWrapperLabel: {
|
|
43
|
-
defaultMessage: string;
|
|
44
|
-
description: string;
|
|
45
|
-
id: string;
|
|
46
|
-
};
|
|
47
|
-
reactionsCount: {
|
|
48
|
-
defaultMessage: string;
|
|
49
|
-
description: string;
|
|
50
|
-
id: string;
|
|
51
|
-
};
|
|
52
|
-
reactWithEmoji: {
|
|
53
|
-
defaultMessage: string;
|
|
54
|
-
description: string;
|
|
55
|
-
id: string;
|
|
56
|
-
};
|
|
57
|
-
reactWithEmojiAndCount: {
|
|
58
|
-
defaultMessage: string;
|
|
59
|
-
description: string;
|
|
60
|
-
id: string;
|
|
61
|
-
};
|
|
62
|
-
rightNavigateLabel: {
|
|
63
|
-
defaultMessage: string;
|
|
64
|
-
description: string;
|
|
65
|
-
id: string;
|
|
66
|
-
};
|
|
67
|
-
seeWhoReacted: {
|
|
68
|
-
defaultMessage: string;
|
|
69
|
-
description: string;
|
|
70
|
-
id: string;
|
|
71
|
-
};
|
|
72
|
-
seeWhoReactedTooltip: {
|
|
73
|
-
defaultMessage: string;
|
|
74
|
-
description: string;
|
|
75
|
-
id: string;
|
|
76
|
-
};
|
|
77
|
-
summary: {
|
|
78
|
-
defaultMessage: string;
|
|
79
|
-
description: string;
|
|
80
|
-
id: string;
|
|
81
|
-
};
|
|
82
|
-
unexpectedError: {
|
|
83
|
-
defaultMessage: string;
|
|
84
|
-
description: string;
|
|
85
|
-
id: string;
|
|
86
|
-
};
|
|
87
|
-
};
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
import { type EmojiId } from '@atlaskit/emoji/types';
|
|
2
|
-
/**
|
|
3
|
-
* Is selected mouse event a left click
|
|
4
|
-
* @param event event data
|
|
5
|
-
*/
|
|
6
|
-
export declare const isLeftClick: (event: React.MouseEvent<HTMLElement>) => boolean;
|
|
7
|
-
/**
|
|
8
|
-
* Does provided item part of the default emoji ids
|
|
9
|
-
* @param item selected emoji item
|
|
10
|
-
*/
|
|
11
|
-
export declare const isDefaultReaction: (item: EmojiId) => boolean;
|
|
12
|
-
export declare const formatStringWithDecimal: (value: string, decimalPlaces: number) => string;
|
|
13
|
-
/**
|
|
14
|
-
* Truncates numbers >= 1000 to shorthand representations with a maximum of one decimal point.
|
|
15
|
-
* If the first decimal number is a zero then it's also truncated.
|
|
16
|
-
* (Ex: 9085 will return 9K, 787555 will return 787.5M)
|
|
17
|
-
*/
|
|
18
|
-
export declare const formatLargeNumber: (value: number) => string;
|