@atlaskit/reactions 23.0.2 → 24.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +14 -0
- package/dist/cjs/analytics/index.js +1 -1
- package/dist/cjs/components/ReactionDialog/ReactionView.js +11 -10
- package/dist/cjs/components/ReactionDialog/ReactionsDialog.js +61 -8
- package/dist/cjs/components/ReactionDialog/ReactionsList.js +25 -4
- package/dist/cjs/components/ReactionDialog/styles.js +3 -64
- package/dist/cjs/components/Reactions/Reactions.js +13 -3
- package/dist/cjs/i18n/cs.js +2 -1
- package/dist/cjs/i18n/da.js +2 -1
- package/dist/cjs/i18n/de.js +2 -1
- package/dist/cjs/i18n/en.js +2 -1
- package/dist/cjs/i18n/en_GB.js +2 -1
- package/dist/cjs/i18n/en_ZZ.js +2 -1
- package/dist/cjs/i18n/es.js +2 -1
- package/dist/cjs/i18n/fi.js +2 -1
- package/dist/cjs/i18n/fr.js +2 -1
- package/dist/cjs/i18n/hu.js +2 -1
- package/dist/cjs/i18n/it.js +2 -1
- package/dist/cjs/i18n/ja.js +2 -1
- package/dist/cjs/i18n/ko.js +2 -1
- package/dist/cjs/i18n/nb.js +2 -1
- package/dist/cjs/i18n/nl.js +2 -1
- package/dist/cjs/i18n/pl.js +2 -1
- package/dist/cjs/i18n/pt_BR.js +2 -1
- package/dist/cjs/i18n/ru.js +2 -1
- package/dist/cjs/i18n/sv.js +2 -1
- package/dist/cjs/i18n/th.js +2 -1
- package/dist/cjs/i18n/tr.js +2 -1
- package/dist/cjs/i18n/uk.js +2 -1
- package/dist/cjs/i18n/vi.js +2 -1
- package/dist/cjs/i18n/zh.js +2 -1
- package/dist/cjs/i18n/zh_TW.js +2 -1
- package/dist/cjs/shared/constants.js +2 -2
- package/dist/es2019/analytics/index.js +1 -1
- package/dist/es2019/components/ReactionDialog/ReactionView.js +11 -10
- package/dist/es2019/components/ReactionDialog/ReactionsDialog.js +53 -9
- package/dist/es2019/components/ReactionDialog/ReactionsList.js +25 -6
- package/dist/es2019/components/ReactionDialog/styles.js +3 -62
- package/dist/es2019/components/Reactions/Reactions.js +16 -6
- package/dist/es2019/i18n/cs.js +2 -1
- package/dist/es2019/i18n/da.js +2 -1
- package/dist/es2019/i18n/de.js +2 -1
- package/dist/es2019/i18n/en.js +2 -1
- package/dist/es2019/i18n/en_GB.js +2 -1
- package/dist/es2019/i18n/en_ZZ.js +2 -1
- package/dist/es2019/i18n/es.js +2 -1
- package/dist/es2019/i18n/fi.js +2 -1
- package/dist/es2019/i18n/fr.js +2 -1
- package/dist/es2019/i18n/hu.js +2 -1
- package/dist/es2019/i18n/it.js +2 -1
- package/dist/es2019/i18n/ja.js +2 -1
- package/dist/es2019/i18n/ko.js +2 -1
- package/dist/es2019/i18n/nb.js +2 -1
- package/dist/es2019/i18n/nl.js +2 -1
- package/dist/es2019/i18n/pl.js +2 -1
- package/dist/es2019/i18n/pt_BR.js +2 -1
- package/dist/es2019/i18n/ru.js +2 -1
- package/dist/es2019/i18n/sv.js +2 -1
- package/dist/es2019/i18n/th.js +2 -1
- package/dist/es2019/i18n/tr.js +2 -1
- package/dist/es2019/i18n/uk.js +2 -1
- package/dist/es2019/i18n/vi.js +2 -1
- package/dist/es2019/i18n/zh.js +2 -1
- package/dist/es2019/i18n/zh_TW.js +2 -1
- package/dist/es2019/shared/constants.js +2 -2
- package/dist/esm/analytics/index.js +1 -1
- package/dist/esm/components/ReactionDialog/ReactionView.js +12 -11
- package/dist/esm/components/ReactionDialog/ReactionsDialog.js +61 -9
- package/dist/esm/components/ReactionDialog/ReactionsList.js +27 -6
- package/dist/esm/components/ReactionDialog/styles.js +3 -64
- package/dist/esm/components/Reactions/Reactions.js +13 -3
- package/dist/esm/i18n/cs.js +2 -1
- package/dist/esm/i18n/da.js +2 -1
- package/dist/esm/i18n/de.js +2 -1
- package/dist/esm/i18n/en.js +2 -1
- package/dist/esm/i18n/en_GB.js +2 -1
- package/dist/esm/i18n/en_ZZ.js +2 -1
- package/dist/esm/i18n/es.js +2 -1
- package/dist/esm/i18n/fi.js +2 -1
- package/dist/esm/i18n/fr.js +2 -1
- package/dist/esm/i18n/hu.js +2 -1
- package/dist/esm/i18n/it.js +2 -1
- package/dist/esm/i18n/ja.js +2 -1
- package/dist/esm/i18n/ko.js +2 -1
- package/dist/esm/i18n/nb.js +2 -1
- package/dist/esm/i18n/nl.js +2 -1
- package/dist/esm/i18n/pl.js +2 -1
- package/dist/esm/i18n/pt_BR.js +2 -1
- package/dist/esm/i18n/ru.js +2 -1
- package/dist/esm/i18n/sv.js +2 -1
- package/dist/esm/i18n/th.js +2 -1
- package/dist/esm/i18n/tr.js +2 -1
- package/dist/esm/i18n/uk.js +2 -1
- package/dist/esm/i18n/vi.js +2 -1
- package/dist/esm/i18n/zh.js +2 -1
- package/dist/esm/i18n/zh_TW.js +2 -1
- package/dist/esm/shared/constants.js +2 -2
- package/dist/types/components/ReactionDialog/ReactionsDialog.d.ts +2 -1
- package/dist/types/components/ReactionDialog/styles.d.ts +0 -2
- package/dist/types/i18n/cs.d.ts +1 -0
- package/dist/types/i18n/da.d.ts +1 -0
- package/dist/types/i18n/de.d.ts +1 -0
- package/dist/types/i18n/en.d.ts +1 -0
- package/dist/types/i18n/en_GB.d.ts +1 -0
- package/dist/types/i18n/en_ZZ.d.ts +1 -0
- package/dist/types/i18n/es.d.ts +1 -0
- package/dist/types/i18n/fi.d.ts +1 -0
- package/dist/types/i18n/fr.d.ts +1 -0
- package/dist/types/i18n/hu.d.ts +1 -0
- package/dist/types/i18n/it.d.ts +1 -0
- package/dist/types/i18n/ja.d.ts +1 -0
- package/dist/types/i18n/ko.d.ts +1 -0
- package/dist/types/i18n/nb.d.ts +1 -0
- package/dist/types/i18n/nl.d.ts +1 -0
- package/dist/types/i18n/pl.d.ts +1 -0
- package/dist/types/i18n/pt_BR.d.ts +1 -0
- package/dist/types/i18n/ru.d.ts +1 -0
- package/dist/types/i18n/sv.d.ts +1 -0
- package/dist/types/i18n/th.d.ts +1 -0
- package/dist/types/i18n/tr.d.ts +1 -0
- package/dist/types/i18n/uk.d.ts +1 -0
- package/dist/types/i18n/vi.d.ts +1 -0
- package/dist/types/i18n/zh.d.ts +1 -0
- package/dist/types/i18n/zh_TW.d.ts +1 -0
- package/dist/types/shared/constants.d.ts +2 -2
- package/dist/types/types/reaction.d.ts +1 -1
- package/dist/types-ts4.5/components/ReactionDialog/ReactionsDialog.d.ts +2 -1
- package/dist/types-ts4.5/components/ReactionDialog/styles.d.ts +0 -2
- package/dist/types-ts4.5/i18n/cs.d.ts +1 -0
- package/dist/types-ts4.5/i18n/da.d.ts +1 -0
- package/dist/types-ts4.5/i18n/de.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -0
- package/dist/types-ts4.5/i18n/es.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +1 -0
- package/dist/types-ts4.5/i18n/it.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +1 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +1 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +1 -0
- package/dist/types-ts4.5/i18n/th.d.ts +1 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +1 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +1 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -0
- package/dist/types-ts4.5/shared/constants.d.ts +2 -2
- package/dist/types-ts4.5/types/reaction.d.ts +1 -1
- package/package.json +5 -4
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
import { type ThemeColorModes } from '@atlaskit/tokens';
|
|
2
2
|
export declare const containerStyle: (reactionsBorderWidth: number) => import("@emotion/react").SerializedStyles;
|
|
3
|
-
export declare const titleStyle: import("@emotion/react").SerializedStyles;
|
|
4
|
-
export declare const counterStyle: (isSelected: boolean) => import("@emotion/react").SerializedStyles;
|
|
5
3
|
export declare const customTabWrapper: (isSelected: boolean, selectedEmojiId: string, theme?: ThemeColorModes) => import("@emotion/react").SerializedStyles;
|
|
6
4
|
export declare const navigationContainerStyle: import("@emotion/react").SerializedStyles;
|
|
7
5
|
export declare const reactionViewStyle: import("@emotion/react").SerializedStyles;
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.emoji.name': string;
|
|
19
19
|
'reactions.dialog.left.navigate': string;
|
|
20
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
21
|
'reactions.dialog.reactions.count': string;
|
|
21
22
|
'reactions.dialog.right.navigate': string;
|
|
22
23
|
'reactions.dialog.viewall': string;
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.emoji.name': string;
|
|
19
19
|
'reactions.dialog.left.navigate': string;
|
|
20
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
21
|
'reactions.dialog.reactions.count': string;
|
|
21
22
|
'reactions.dialog.right.navigate': string;
|
|
22
23
|
'reactions.dialog.viewall': string;
|
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'reaction-picker-trigger.add.reaction.message': string;
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
19
20
|
'reactions.dialog.reactions.count': string;
|
|
20
21
|
'reactions.dialog.right.navigate': string;
|
|
21
22
|
'reactions.dialog.viewall': string;
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.emoji.name': string;
|
|
19
19
|
'reactions.dialog.left.navigate': string;
|
|
20
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
21
|
'reactions.dialog.reactions.count': string;
|
|
21
22
|
'reactions.dialog.right.navigate': string;
|
|
22
23
|
'reactions.dialog.viewall': string;
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.emoji.name': string;
|
|
19
19
|
'reactions.dialog.left.navigate': string;
|
|
20
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
21
|
'reactions.dialog.reactions.count': string;
|
|
21
22
|
'reactions.dialog.right.navigate': string;
|
|
22
23
|
'reactions.dialog.viewall': string;
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.emoji.name': string;
|
|
19
19
|
'reactions.dialog.left.navigate': string;
|
|
20
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
21
|
'reactions.dialog.reactions.count': string;
|
|
21
22
|
'reactions.dialog.right.navigate': string;
|
|
22
23
|
'reactions.dialog.viewall': string;
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.emoji.name': string;
|
|
19
19
|
'reactions.dialog.left.navigate': string;
|
|
20
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
21
|
'reactions.dialog.reactions.count': string;
|
|
21
22
|
'reactions.dialog.right.navigate': string;
|
|
22
23
|
'reactions.dialog.viewall': string;
|
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'reaction-picker-trigger.add.reaction.message': string;
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
19
20
|
'reactions.dialog.reactions.count': string;
|
|
20
21
|
'reactions.dialog.right.navigate': string;
|
|
21
22
|
'reactions.dialog.viewall': string;
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.emoji.name': string;
|
|
19
19
|
'reactions.dialog.left.navigate': string;
|
|
20
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
21
|
'reactions.dialog.reactions.count': string;
|
|
21
22
|
'reactions.dialog.right.navigate': string;
|
|
22
23
|
'reactions.dialog.viewall': string;
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.emoji.name': string;
|
|
19
19
|
'reactions.dialog.left.navigate': string;
|
|
20
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
21
|
'reactions.dialog.reactions.count': string;
|
|
21
22
|
'reactions.dialog.right.navigate': string;
|
|
22
23
|
'reactions.dialog.viewall': string;
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.emoji.name': string;
|
|
19
19
|
'reactions.dialog.left.navigate': string;
|
|
20
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
21
|
'reactions.dialog.reactions.count': string;
|
|
21
22
|
'reactions.dialog.right.navigate': string;
|
|
22
23
|
'reactions.dialog.viewall': string;
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.emoji.name': string;
|
|
19
19
|
'reactions.dialog.left.navigate': string;
|
|
20
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
21
|
'reactions.dialog.reactions.count': string;
|
|
21
22
|
'reactions.dialog.right.navigate': string;
|
|
22
23
|
'reactions.dialog.viewall': string;
|
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'reaction-picker-trigger.add.reaction.message': string;
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
19
20
|
'reactions.dialog.reactions.count': string;
|
|
20
21
|
'reactions.dialog.right.navigate': string;
|
|
21
22
|
'reactions.dialog.viewall': string;
|
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'reaction-picker-trigger.add.reaction.message': string;
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
19
20
|
'reactions.dialog.reactions.count': string;
|
|
20
21
|
'reactions.dialog.right.navigate': string;
|
|
21
22
|
'reactions.dialog.viewall': string;
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.emoji.name': string;
|
|
19
19
|
'reactions.dialog.left.navigate': string;
|
|
20
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
21
|
'reactions.dialog.reactions.count': string;
|
|
21
22
|
'reactions.dialog.right.navigate': string;
|
|
22
23
|
'reactions.dialog.viewall': string;
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.emoji.name': string;
|
|
19
19
|
'reactions.dialog.left.navigate': string;
|
|
20
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
21
|
'reactions.dialog.reactions.count': string;
|
|
21
22
|
'reactions.dialog.right.navigate': string;
|
|
22
23
|
'reactions.dialog.viewall': string;
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.emoji.name': string;
|
|
19
19
|
'reactions.dialog.left.navigate': string;
|
|
20
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
21
|
'reactions.dialog.reactions.count': string;
|
|
21
22
|
'reactions.dialog.right.navigate': string;
|
|
22
23
|
'reactions.dialog.viewall': string;
|
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'reaction-picker-trigger.add.reaction.message': string;
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
19
20
|
'reactions.dialog.reactions.count': string;
|
|
20
21
|
'reactions.dialog.right.navigate': string;
|
|
21
22
|
'reactions.dialog.viewall': string;
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.emoji.name': string;
|
|
19
19
|
'reactions.dialog.left.navigate': string;
|
|
20
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
21
|
'reactions.dialog.reactions.count': string;
|
|
21
22
|
'reactions.dialog.right.navigate': string;
|
|
22
23
|
'reactions.dialog.viewall': string;
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.emoji.name': string;
|
|
19
19
|
'reactions.dialog.left.navigate': string;
|
|
20
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
21
|
'reactions.dialog.reactions.count': string;
|
|
21
22
|
'reactions.dialog.right.navigate': string;
|
|
22
23
|
'reactions.dialog.viewall': string;
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.emoji.name': string;
|
|
19
19
|
'reactions.dialog.left.navigate': string;
|
|
20
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
21
|
'reactions.dialog.reactions.count': string;
|
|
21
22
|
'reactions.dialog.right.navigate': string;
|
|
22
23
|
'reactions.dialog.viewall': string;
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.emoji.name': string;
|
|
19
19
|
'reactions.dialog.left.navigate': string;
|
|
20
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
21
|
'reactions.dialog.reactions.count': string;
|
|
21
22
|
'reactions.dialog.right.navigate': string;
|
|
22
23
|
'reactions.dialog.viewall': string;
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.emoji.name': string;
|
|
19
19
|
'reactions.dialog.left.navigate': string;
|
|
20
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
21
|
'reactions.dialog.reactions.count': string;
|
|
21
22
|
'reactions.dialog.right.navigate': string;
|
|
22
23
|
'reactions.dialog.viewall': string;
|
|
@@ -17,6 +17,7 @@ declare const _default: {
|
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.emoji.name': string;
|
|
19
19
|
'reactions.dialog.left.navigate': string;
|
|
20
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
21
|
'reactions.dialog.reactions.count': string;
|
|
21
22
|
'reactions.dialog.right.navigate': string;
|
|
22
23
|
'reactions.dialog.viewall': string;
|
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'reaction-picker-trigger.add.reaction.message': string;
|
|
17
17
|
'reactions.dialog.close': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
+
'reactions.dialog.people-who-reacted.subheader': string;
|
|
19
20
|
'reactions.dialog.reactions.count': string;
|
|
20
21
|
'reactions.dialog.right.navigate': string;
|
|
21
22
|
'reactions.dialog.viewall': string;
|
|
@@ -21,8 +21,8 @@ export declare const ExtendedReactionsByShortName: Map<string, EmojiId>;
|
|
|
21
21
|
*/
|
|
22
22
|
export declare const TOOLTIP_USERS_LIMIT = 5;
|
|
23
23
|
/**
|
|
24
|
-
* Maximum number of reactions that will fit in the horizontal
|
|
24
|
+
* Maximum number of reactions that will fit in the horizontal pagination of
|
|
25
25
|
* reactions dialog
|
|
26
26
|
*/
|
|
27
|
-
export declare const NUMBER_OF_REACTIONS_TO_DISPLAY =
|
|
27
|
+
export declare const NUMBER_OF_REACTIONS_TO_DISPLAY = 8;
|
|
28
28
|
export declare const SAMPLING_RATE_REACTIONS_RENDERED_EXP = 50;
|
|
@@ -10,7 +10,7 @@ export type Reactions = Record<string, ReactionSummary[]>;
|
|
|
10
10
|
* @param emojiId selected emoji
|
|
11
11
|
* @param analyticsEvent Optional analytics event emitted from @atlaskit/tabs component
|
|
12
12
|
*/
|
|
13
|
-
export type onDialogSelectReactionChange = (emojiId: string, analyticsEvent
|
|
13
|
+
export type onDialogSelectReactionChange = (emojiId: string, analyticsEvent?: UIAnalyticsEvent) => void;
|
|
14
14
|
/**
|
|
15
15
|
* MetaData for Reaction object
|
|
16
16
|
*/
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/reactions",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "24.0.1",
|
|
4
4
|
"description": "Reactions component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"@atlaskit/popper": "^6.3.0",
|
|
47
47
|
"@atlaskit/popup": "1.30.6",
|
|
48
48
|
"@atlaskit/primitives": "^13.3.0",
|
|
49
|
-
"@atlaskit/spinner": "^
|
|
50
|
-
"@atlaskit/tabs": "^17.
|
|
49
|
+
"@atlaskit/spinner": "^17.0.0",
|
|
50
|
+
"@atlaskit/tabs": "^17.1.0",
|
|
51
51
|
"@atlaskit/theme": "^14.0.0",
|
|
52
|
-
"@atlaskit/tokens": "^3.
|
|
52
|
+
"@atlaskit/tokens": "^3.2.0",
|
|
53
53
|
"@atlaskit/tooltip": "^19.0.0",
|
|
54
54
|
"@atlaskit/ufo": "^0.3.0",
|
|
55
55
|
"@atlaskit/util-service-support": "^6.2.0",
|
|
@@ -63,6 +63,7 @@
|
|
|
63
63
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
+
"@atlaskit/editor-test-helpers": "*",
|
|
66
67
|
"@atlaskit/elements-test-helpers": "^0.7.0",
|
|
67
68
|
"@atlaskit/util-data-test": "^17.13.0",
|
|
68
69
|
"@atlassian/feature-flags-test-utils": "^0.2.0",
|