@atlaskit/reactions 27.0.0 → 27.1.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 +9 -0
- package/dist/cjs/analytics/index.js +1 -1
- package/dist/cjs/components/ReactionSummary/ReactionSummaryButton.js +12 -4
- package/dist/cjs/components/ReactionSummary/ReactionSummaryView.js +19 -2
- package/dist/cjs/components/ReactionSummary/ReactionSummaryViewEmojiPicker.js +101 -0
- package/dist/cjs/components/Reactions/Reactions.js +12 -4
- package/dist/cjs/i18n/cs.js +0 -1
- package/dist/cjs/i18n/da.js +0 -1
- package/dist/cjs/i18n/de.js +0 -1
- package/dist/cjs/i18n/en.js +0 -1
- package/dist/cjs/i18n/en_GB.js +0 -1
- package/dist/cjs/i18n/en_ZZ.js +0 -1
- package/dist/cjs/i18n/es.js +0 -1
- package/dist/cjs/i18n/fi.js +0 -1
- package/dist/cjs/i18n/fr.js +0 -1
- package/dist/cjs/i18n/hu.js +0 -1
- package/dist/cjs/i18n/it.js +0 -1
- package/dist/cjs/i18n/ja.js +0 -1
- package/dist/cjs/i18n/ko.js +1 -2
- package/dist/cjs/i18n/nb.js +0 -1
- package/dist/cjs/i18n/nl.js +0 -1
- package/dist/cjs/i18n/pl.js +0 -1
- package/dist/cjs/i18n/pt_BR.js +0 -1
- package/dist/cjs/i18n/ru.js +0 -1
- package/dist/cjs/i18n/sv.js +0 -1
- package/dist/cjs/i18n/th.js +0 -1
- package/dist/cjs/i18n/tr.js +0 -1
- package/dist/cjs/i18n/uk.js +1 -2
- package/dist/cjs/i18n/vi.js +0 -1
- package/dist/cjs/i18n/zh.js +0 -1
- package/dist/cjs/i18n/zh_TW.js +0 -1
- package/dist/es2019/analytics/index.js +1 -1
- package/dist/es2019/components/ReactionSummary/ReactionSummaryButton.js +12 -5
- package/dist/es2019/components/ReactionSummary/ReactionSummaryView.js +20 -3
- package/dist/es2019/components/ReactionSummary/ReactionSummaryViewEmojiPicker.js +81 -0
- package/dist/es2019/components/Reactions/Reactions.js +11 -4
- package/dist/es2019/i18n/cs.js +0 -1
- package/dist/es2019/i18n/da.js +0 -1
- package/dist/es2019/i18n/de.js +0 -1
- package/dist/es2019/i18n/en.js +0 -1
- package/dist/es2019/i18n/en_GB.js +0 -1
- package/dist/es2019/i18n/en_ZZ.js +0 -1
- package/dist/es2019/i18n/es.js +0 -1
- package/dist/es2019/i18n/fi.js +0 -1
- package/dist/es2019/i18n/fr.js +0 -1
- package/dist/es2019/i18n/hu.js +0 -1
- package/dist/es2019/i18n/it.js +0 -1
- package/dist/es2019/i18n/ja.js +0 -1
- package/dist/es2019/i18n/ko.js +1 -2
- package/dist/es2019/i18n/nb.js +0 -1
- package/dist/es2019/i18n/nl.js +0 -1
- package/dist/es2019/i18n/pl.js +0 -1
- package/dist/es2019/i18n/pt_BR.js +0 -1
- package/dist/es2019/i18n/ru.js +0 -1
- package/dist/es2019/i18n/sv.js +0 -1
- package/dist/es2019/i18n/th.js +0 -1
- package/dist/es2019/i18n/tr.js +0 -1
- package/dist/es2019/i18n/uk.js +1 -2
- package/dist/es2019/i18n/vi.js +0 -1
- package/dist/es2019/i18n/zh.js +0 -1
- package/dist/es2019/i18n/zh_TW.js +0 -1
- package/dist/esm/analytics/index.js +1 -1
- package/dist/esm/components/ReactionSummary/ReactionSummaryButton.js +13 -5
- package/dist/esm/components/ReactionSummary/ReactionSummaryView.js +19 -2
- package/dist/esm/components/ReactionSummary/ReactionSummaryViewEmojiPicker.js +92 -0
- package/dist/esm/components/Reactions/Reactions.js +12 -4
- package/dist/esm/i18n/cs.js +0 -1
- package/dist/esm/i18n/da.js +0 -1
- package/dist/esm/i18n/de.js +0 -1
- package/dist/esm/i18n/en.js +0 -1
- package/dist/esm/i18n/en_GB.js +0 -1
- package/dist/esm/i18n/en_ZZ.js +0 -1
- package/dist/esm/i18n/es.js +0 -1
- package/dist/esm/i18n/fi.js +0 -1
- package/dist/esm/i18n/fr.js +0 -1
- package/dist/esm/i18n/hu.js +0 -1
- package/dist/esm/i18n/it.js +0 -1
- package/dist/esm/i18n/ja.js +0 -1
- package/dist/esm/i18n/ko.js +1 -2
- package/dist/esm/i18n/nb.js +0 -1
- package/dist/esm/i18n/nl.js +0 -1
- package/dist/esm/i18n/pl.js +0 -1
- package/dist/esm/i18n/pt_BR.js +0 -1
- package/dist/esm/i18n/ru.js +0 -1
- package/dist/esm/i18n/sv.js +0 -1
- package/dist/esm/i18n/th.js +0 -1
- package/dist/esm/i18n/tr.js +0 -1
- package/dist/esm/i18n/uk.js +1 -2
- package/dist/esm/i18n/vi.js +0 -1
- package/dist/esm/i18n/zh.js +0 -1
- package/dist/esm/i18n/zh_TW.js +0 -1
- package/dist/types/components/ReactionSummary/ReactionSummaryButton.d.ts +4 -0
- package/dist/types/components/ReactionSummary/ReactionSummaryView.d.ts +14 -3
- package/dist/types/components/ReactionSummary/ReactionSummaryViewEmojiPicker.d.ts +6 -0
- package/dist/types/components/Reactions/Reactions.d.ts +5 -1
- package/dist/types/containers/ConnectedReactionsView/ConnectedReactionsView.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +0 -1
- package/dist/types/i18n/da.d.ts +0 -1
- package/dist/types/i18n/de.d.ts +0 -1
- package/dist/types/i18n/en.d.ts +0 -1
- package/dist/types/i18n/en_GB.d.ts +0 -1
- package/dist/types/i18n/en_ZZ.d.ts +0 -1
- package/dist/types/i18n/es.d.ts +0 -1
- package/dist/types/i18n/fi.d.ts +0 -1
- package/dist/types/i18n/fr.d.ts +0 -1
- package/dist/types/i18n/hu.d.ts +0 -1
- package/dist/types/i18n/it.d.ts +0 -1
- package/dist/types/i18n/ja.d.ts +0 -1
- package/dist/types/i18n/ko.d.ts +0 -1
- package/dist/types/i18n/nb.d.ts +0 -1
- package/dist/types/i18n/nl.d.ts +0 -1
- package/dist/types/i18n/pl.d.ts +0 -1
- package/dist/types/i18n/pt_BR.d.ts +0 -1
- package/dist/types/i18n/ru.d.ts +0 -1
- package/dist/types/i18n/sv.d.ts +0 -1
- package/dist/types/i18n/th.d.ts +0 -1
- package/dist/types/i18n/tr.d.ts +0 -1
- package/dist/types/i18n/uk.d.ts +0 -1
- package/dist/types/i18n/vi.d.ts +0 -1
- package/dist/types/i18n/zh.d.ts +0 -1
- package/dist/types/i18n/zh_TW.d.ts +0 -1
- package/dist/types-ts4.5/components/ReactionSummary/ReactionSummaryButton.d.ts +4 -0
- package/dist/types-ts4.5/components/ReactionSummary/ReactionSummaryView.d.ts +14 -3
- package/dist/types-ts4.5/components/ReactionSummary/ReactionSummaryViewEmojiPicker.d.ts +6 -0
- package/dist/types-ts4.5/components/Reactions/Reactions.d.ts +5 -1
- package/dist/types-ts4.5/containers/ConnectedReactionsView/ConnectedReactionsView.d.ts +1 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +0 -1
- package/dist/types-ts4.5/i18n/da.d.ts +0 -1
- package/dist/types-ts4.5/i18n/de.d.ts +0 -1
- package/dist/types-ts4.5/i18n/en.d.ts +0 -1
- package/dist/types-ts4.5/i18n/en_GB.d.ts +0 -1
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +0 -1
- package/dist/types-ts4.5/i18n/es.d.ts +0 -1
- package/dist/types-ts4.5/i18n/fi.d.ts +0 -1
- package/dist/types-ts4.5/i18n/fr.d.ts +0 -1
- package/dist/types-ts4.5/i18n/hu.d.ts +0 -1
- package/dist/types-ts4.5/i18n/it.d.ts +0 -1
- package/dist/types-ts4.5/i18n/ja.d.ts +0 -1
- package/dist/types-ts4.5/i18n/ko.d.ts +0 -1
- package/dist/types-ts4.5/i18n/nb.d.ts +0 -1
- package/dist/types-ts4.5/i18n/nl.d.ts +0 -1
- package/dist/types-ts4.5/i18n/pl.d.ts +0 -1
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +0 -1
- package/dist/types-ts4.5/i18n/ru.d.ts +0 -1
- package/dist/types-ts4.5/i18n/sv.d.ts +0 -1
- package/dist/types-ts4.5/i18n/th.d.ts +0 -1
- package/dist/types-ts4.5/i18n/tr.d.ts +0 -1
- package/dist/types-ts4.5/i18n/uk.d.ts +0 -1
- package/dist/types-ts4.5/i18n/vi.d.ts +0 -1
- package/dist/types-ts4.5/i18n/zh.d.ts +0 -1
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +0 -1
- package/package.json +4 -4
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type Placement } from '@atlaskit/popper';
|
|
3
|
-
import { type ReactionClick, type ReactionFocused, type ReactionMouseEnter } from '../../types';
|
|
3
|
+
import { type ReactionClick, type ReactionFocused, type ReactionMouseEnter, type ReactionSource } from '../../types';
|
|
4
4
|
import { type ReactionsProps, type OpenReactionsDialogOptions } from '../Reactions';
|
|
5
|
+
import { type TriggerProps } from '../Trigger';
|
|
5
6
|
/**
|
|
6
7
|
* Test id for the Reactions summary view popup
|
|
7
8
|
*/
|
|
8
9
|
export declare const RENDER_SUMMARY_VIEW_POPUP_TESTID = "render-summary-view-popup";
|
|
9
|
-
interface ReactionSummaryViewProps extends Pick<ReactionsProps, 'emojiProvider' | 'reactions' | 'flash' | 'particleEffectByEmoji' | 'allowUserDialog'> {
|
|
10
|
+
interface ReactionSummaryViewProps extends Pick<ReactionsProps, 'emojiProvider' | 'reactions' | 'flash' | 'particleEffectByEmoji' | 'allowUserDialog' | 'allowSelectFromSummaryView' | 'emojiPickerSize'>, Pick<TriggerProps, 'tooltipContent' | 'reactionPickerTriggerIcon' | 'disabled'> {
|
|
10
11
|
/**
|
|
11
12
|
* Optional prop to change the placement of the summary popup reaction list
|
|
12
13
|
*/
|
|
@@ -15,6 +16,12 @@ interface ReactionSummaryViewProps extends Pick<ReactionsProps, 'emojiProvider'
|
|
|
15
16
|
* event handler when a a reaction button is clicked inside the summary
|
|
16
17
|
*/
|
|
17
18
|
onReactionClick: ReactionClick;
|
|
19
|
+
/**
|
|
20
|
+
* Event callback when an emoji button is selected
|
|
21
|
+
* @param emojiId emoji unique id
|
|
22
|
+
* @param source source where the reaction was picked (either the initial default reactions or the custom reactions picker)
|
|
23
|
+
*/
|
|
24
|
+
onSelection: (emojiId: string, source: ReactionSource) => void;
|
|
18
25
|
/**
|
|
19
26
|
* Optional event when the mouse cursor hovers over a reaction button inside the summary
|
|
20
27
|
*/
|
|
@@ -42,6 +49,10 @@ interface ReactionSummaryViewProps extends Pick<ReactionsProps, 'emojiProvider'
|
|
|
42
49
|
* Optional prop for controlling if the reactions component is view only, disabling adding reactions
|
|
43
50
|
*/;
|
|
44
51
|
isViewOnly?: boolean;
|
|
52
|
+
/**
|
|
53
|
+
* Optional event handler when the emoji picker is opened
|
|
54
|
+
*/
|
|
55
|
+
onOpen?: () => void;
|
|
45
56
|
}
|
|
46
|
-
export declare const ReactionSummaryView: ({ emojiProvider, reactions, flash, particleEffectByEmoji, placement, onReactionClick, onReactionFocused, onReactionMouseEnter, showOpaqueBackground, subtleReactionsSummaryAndPicker, allowUserDialog, handleOpenReactionsDialog, isViewOnly, }: ReactionSummaryViewProps) => React.JSX.Element;
|
|
57
|
+
export declare const ReactionSummaryView: ({ emojiProvider, reactions, flash, particleEffectByEmoji, placement, onReactionClick, onReactionFocused, onReactionMouseEnter, showOpaqueBackground, subtleReactionsSummaryAndPicker, allowUserDialog, handleOpenReactionsDialog, isViewOnly, allowSelectFromSummaryView, disabled, emojiPickerSize, onSelection, tooltipContent, reactionPickerTriggerIcon, onOpen, }: ReactionSummaryViewProps) => React.JSX.Element;
|
|
47
58
|
export {};
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { jsx } from '@emotion/react';
|
|
2
|
+
import { type ReactionPickerProps } from '../ReactionPicker';
|
|
3
|
+
interface ReactionSummaryViewEmojiPickerProps extends ReactionPickerProps {
|
|
4
|
+
}
|
|
5
|
+
export declare const ReactionSummaryViewEmojiPicker: ({ emojiProvider, onSelection, emojiPickerSize, disabled, reactionPickerTriggerIcon, tooltipContent, onOpen, }: ReactionSummaryViewEmojiPickerProps) => jsx.JSX.Element;
|
|
6
|
+
export {};
|
|
@@ -159,6 +159,10 @@ export interface ReactionsProps extends Pick<ReactionPickerProps, 'allowAllEmoji
|
|
|
159
159
|
* Optional prop for controlling tooltip content of the trigger button
|
|
160
160
|
*/
|
|
161
161
|
reactionPickerTriggerToolipContent?: string;
|
|
162
|
+
/**
|
|
163
|
+
* Optional prop for controlling if we can select emojis and display UI via summary view picker
|
|
164
|
+
*/
|
|
165
|
+
allowSelectFromSummaryView?: boolean;
|
|
162
166
|
}
|
|
163
167
|
export interface OpenReactionsDialogOptions {
|
|
164
168
|
emojiId?: string;
|
|
@@ -171,4 +175,4 @@ export declare function getTooltip(status: ReactionStatus, errorMessage?: string
|
|
|
171
175
|
/**
|
|
172
176
|
* Renders list of reactions
|
|
173
177
|
*/
|
|
174
|
-
export declare const Reactions: React.MemoExoticComponent<({ flash, particleEffectByEmoji, status, errorMessage, loadReaction, quickReactionEmojis, pickerQuickReactionEmojiIds, getReactionDetails, onSelection, reactions, emojiProvider, allowAllEmojis, onReactionClick, allowUserDialog, onDialogOpenCallback, onDialogCloseCallback, onDialogSelectReactionCallback, onDialogPageChangeCallback, emojiPickerSize, miniMode, summaryViewEnabled, summaryViewThreshold, summaryViewPlacement, showOpaqueBackground, subtleReactionsSummaryAndPicker, showAddReactionText, hideDefaultReactions, ProfileCardWrapper, onlyRenderPicker, showRoundTrigger, isViewOnly, reactionPickerAdditionalStyle, noWrap, noRelativeContainer, showSubtleDefaultReactions, reactionPickerTriggerToolipContent, reactionPickerTriggerIcon, }: ReactionsProps) => jsx.JSX.Element>;
|
|
178
|
+
export declare const Reactions: React.MemoExoticComponent<({ flash, particleEffectByEmoji, status, errorMessage, loadReaction, quickReactionEmojis, pickerQuickReactionEmojiIds, getReactionDetails, onSelection, reactions, emojiProvider, allowAllEmojis, onReactionClick, allowUserDialog, onDialogOpenCallback, onDialogCloseCallback, onDialogSelectReactionCallback, onDialogPageChangeCallback, emojiPickerSize, miniMode, summaryViewEnabled, summaryViewThreshold, summaryViewPlacement, showOpaqueBackground, subtleReactionsSummaryAndPicker, showAddReactionText, hideDefaultReactions, ProfileCardWrapper, onlyRenderPicker, showRoundTrigger, isViewOnly, reactionPickerAdditionalStyle, noWrap, noRelativeContainer, showSubtleDefaultReactions, reactionPickerTriggerToolipContent, reactionPickerTriggerIcon, allowSelectFromSummaryView, }: ReactionsProps) => jsx.JSX.Element>;
|
|
@@ -2,7 +2,7 @@ import React from 'react';
|
|
|
2
2
|
import { type ReactionsProps, type ReactionPickerProps } from '../../components';
|
|
3
3
|
import { ReactionStatus, type Actions, type State, type StorePropInput } from '../../types';
|
|
4
4
|
import { type ReactionUpdateSuccess } from '../../types/reaction';
|
|
5
|
-
export interface ConnectedReactionsViewProps extends Pick<ReactionsProps, 'quickReactionEmojis' | 'onDialogOpenCallback' | 'onDialogCloseCallback' | 'onDialogSelectReactionCallback' | 'allowUserDialog' | 'allowAllEmojis' | 'emojiProvider' | 'emojiPickerSize' | 'miniMode' | 'summaryViewEnabled' | 'subtleReactionsSummaryAndPicker' | 'onlyRenderPicker' | 'showRoundTrigger' | 'isViewOnly'>, Pick<ReactionPickerProps, 'pickerQuickReactionEmojiIds'> {
|
|
5
|
+
export interface ConnectedReactionsViewProps extends Pick<ReactionsProps, 'quickReactionEmojis' | 'onDialogOpenCallback' | 'onDialogCloseCallback' | 'onDialogSelectReactionCallback' | 'allowUserDialog' | 'allowAllEmojis' | 'emojiProvider' | 'emojiPickerSize' | 'miniMode' | 'summaryViewEnabled' | 'subtleReactionsSummaryAndPicker' | 'onlyRenderPicker' | 'showRoundTrigger' | 'isViewOnly' | 'allowSelectFromSummaryView'>, Pick<ReactionPickerProps, 'pickerQuickReactionEmojiIds'> {
|
|
6
6
|
/**
|
|
7
7
|
* Wrapper id for reactions list
|
|
8
8
|
*/
|
|
@@ -16,7 +16,6 @@ declare const _default: {
|
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.emoji.name': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
19
|
'reactions.dialog.reactions.count': string;
|
|
21
20
|
'reactions.dialog.right.navigate': string;
|
|
22
21
|
'reactions.dialog.viewall': string;
|
|
@@ -16,7 +16,6 @@ declare const _default: {
|
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.emoji.name': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
19
|
'reactions.dialog.reactions.count': string;
|
|
21
20
|
'reactions.dialog.right.navigate': string;
|
|
22
21
|
'reactions.dialog.viewall': string;
|
|
@@ -15,7 +15,6 @@ declare const _default: {
|
|
|
15
15
|
'reaction-picker-trigger.add.reaction.message': string;
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.left.navigate': string;
|
|
18
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
19
18
|
'reactions.dialog.reactions.count': string;
|
|
20
19
|
'reactions.dialog.right.navigate': string;
|
|
21
20
|
'reactions.dialog.viewall': string;
|
|
@@ -16,7 +16,6 @@ declare const _default: {
|
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.emoji.name': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
19
|
'reactions.dialog.reactions.count': string;
|
|
21
20
|
'reactions.dialog.right.navigate': string;
|
|
22
21
|
'reactions.dialog.viewall': string;
|
|
@@ -16,7 +16,6 @@ declare const _default: {
|
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.emoji.name': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
19
|
'reactions.dialog.reactions.count': string;
|
|
21
20
|
'reactions.dialog.right.navigate': string;
|
|
22
21
|
'reactions.dialog.viewall': string;
|
|
@@ -16,7 +16,6 @@ declare const _default: {
|
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.emoji.name': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
19
|
'reactions.dialog.reactions.count': string;
|
|
21
20
|
'reactions.dialog.right.navigate': string;
|
|
22
21
|
'reactions.dialog.viewall': string;
|
|
@@ -16,7 +16,6 @@ declare const _default: {
|
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.emoji.name': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
19
|
'reactions.dialog.reactions.count': string;
|
|
21
20
|
'reactions.dialog.right.navigate': string;
|
|
22
21
|
'reactions.dialog.viewall': string;
|
|
@@ -15,7 +15,6 @@ declare const _default: {
|
|
|
15
15
|
'reaction-picker-trigger.add.reaction.message': string;
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.left.navigate': string;
|
|
18
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
19
18
|
'reactions.dialog.reactions.count': string;
|
|
20
19
|
'reactions.dialog.right.navigate': string;
|
|
21
20
|
'reactions.dialog.viewall': string;
|
|
@@ -16,7 +16,6 @@ declare const _default: {
|
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.emoji.name': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
19
|
'reactions.dialog.reactions.count': string;
|
|
21
20
|
'reactions.dialog.right.navigate': string;
|
|
22
21
|
'reactions.dialog.viewall': string;
|
|
@@ -16,7 +16,6 @@ declare const _default: {
|
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.emoji.name': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
19
|
'reactions.dialog.reactions.count': string;
|
|
21
20
|
'reactions.dialog.right.navigate': string;
|
|
22
21
|
'reactions.dialog.viewall': string;
|
|
@@ -16,7 +16,6 @@ declare const _default: {
|
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.emoji.name': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
19
|
'reactions.dialog.reactions.count': string;
|
|
21
20
|
'reactions.dialog.right.navigate': string;
|
|
22
21
|
'reactions.dialog.viewall': string;
|
|
@@ -16,7 +16,6 @@ declare const _default: {
|
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.emoji.name': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
19
|
'reactions.dialog.reactions.count': string;
|
|
21
20
|
'reactions.dialog.right.navigate': string;
|
|
22
21
|
'reactions.dialog.viewall': string;
|
|
@@ -15,7 +15,6 @@ declare const _default: {
|
|
|
15
15
|
'reaction-picker-trigger.add.reaction.message': string;
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.left.navigate': string;
|
|
18
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
19
18
|
'reactions.dialog.reactions.count': string;
|
|
20
19
|
'reactions.dialog.right.navigate': string;
|
|
21
20
|
'reactions.dialog.viewall': string;
|
|
@@ -15,7 +15,6 @@ declare const _default: {
|
|
|
15
15
|
'reaction-picker-trigger.add.reaction.message': string;
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.left.navigate': string;
|
|
18
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
19
18
|
'reactions.dialog.reactions.count': string;
|
|
20
19
|
'reactions.dialog.right.navigate': string;
|
|
21
20
|
'reactions.dialog.viewall': string;
|
|
@@ -16,7 +16,6 @@ declare const _default: {
|
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.emoji.name': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
19
|
'reactions.dialog.reactions.count': string;
|
|
21
20
|
'reactions.dialog.right.navigate': string;
|
|
22
21
|
'reactions.dialog.viewall': string;
|
|
@@ -16,7 +16,6 @@ declare const _default: {
|
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.emoji.name': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
19
|
'reactions.dialog.reactions.count': string;
|
|
21
20
|
'reactions.dialog.right.navigate': string;
|
|
22
21
|
'reactions.dialog.viewall': string;
|
|
@@ -16,7 +16,6 @@ declare const _default: {
|
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.emoji.name': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
19
|
'reactions.dialog.reactions.count': string;
|
|
21
20
|
'reactions.dialog.right.navigate': string;
|
|
22
21
|
'reactions.dialog.viewall': string;
|
|
@@ -15,7 +15,6 @@ declare const _default: {
|
|
|
15
15
|
'reaction-picker-trigger.add.reaction.message': string;
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.left.navigate': string;
|
|
18
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
19
18
|
'reactions.dialog.reactions.count': string;
|
|
20
19
|
'reactions.dialog.right.navigate': string;
|
|
21
20
|
'reactions.dialog.viewall': string;
|
|
@@ -16,7 +16,6 @@ declare const _default: {
|
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.emoji.name': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
19
|
'reactions.dialog.reactions.count': string;
|
|
21
20
|
'reactions.dialog.right.navigate': string;
|
|
22
21
|
'reactions.dialog.viewall': string;
|
|
@@ -16,7 +16,6 @@ declare const _default: {
|
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.emoji.name': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
19
|
'reactions.dialog.reactions.count': string;
|
|
21
20
|
'reactions.dialog.right.navigate': string;
|
|
22
21
|
'reactions.dialog.viewall': string;
|
|
@@ -16,7 +16,6 @@ declare const _default: {
|
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.emoji.name': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
19
|
'reactions.dialog.reactions.count': string;
|
|
21
20
|
'reactions.dialog.right.navigate': string;
|
|
22
21
|
'reactions.dialog.viewall': string;
|
|
@@ -16,7 +16,6 @@ declare const _default: {
|
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.emoji.name': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
19
|
'reactions.dialog.reactions.count': string;
|
|
21
20
|
'reactions.dialog.right.navigate': string;
|
|
22
21
|
'reactions.dialog.viewall': string;
|
|
@@ -16,7 +16,6 @@ declare const _default: {
|
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.emoji.name': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
19
|
'reactions.dialog.reactions.count': string;
|
|
21
20
|
'reactions.dialog.right.navigate': string;
|
|
22
21
|
'reactions.dialog.viewall': string;
|
|
@@ -16,7 +16,6 @@ declare const _default: {
|
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.emoji.name': string;
|
|
18
18
|
'reactions.dialog.left.navigate': string;
|
|
19
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
20
19
|
'reactions.dialog.reactions.count': string;
|
|
21
20
|
'reactions.dialog.right.navigate': string;
|
|
22
21
|
'reactions.dialog.viewall': string;
|
|
@@ -15,7 +15,6 @@ declare const _default: {
|
|
|
15
15
|
'reaction-picker-trigger.add.reaction.message': string;
|
|
16
16
|
'reactions.dialog.close': string;
|
|
17
17
|
'reactions.dialog.left.navigate': string;
|
|
18
|
-
'reactions.dialog.people-who-reacted.subheader': string;
|
|
19
18
|
'reactions.dialog.reactions.count': string;
|
|
20
19
|
'reactions.dialog.right.navigate': string;
|
|
21
20
|
'reactions.dialog.viewall': string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/reactions",
|
|
3
|
-
"version": "27.
|
|
3
|
+
"version": "27.1.0",
|
|
4
4
|
"description": "Reactions component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -41,10 +41,10 @@
|
|
|
41
41
|
"@atlaskit/heading": "^5.1.0",
|
|
42
42
|
"@atlaskit/icon": "^24.1.0",
|
|
43
43
|
"@atlaskit/modal-dialog": "^13.0.0",
|
|
44
|
-
"@atlaskit/motion": "^5.
|
|
44
|
+
"@atlaskit/motion": "^5.1.0",
|
|
45
45
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
46
46
|
"@atlaskit/popper": "^7.0.0",
|
|
47
|
-
"@atlaskit/popup": "2.0.
|
|
47
|
+
"@atlaskit/popup": "^2.0.0",
|
|
48
48
|
"@atlaskit/primitives": "^14.1.0",
|
|
49
49
|
"@atlaskit/react-ufo": "^3.3.0",
|
|
50
50
|
"@atlaskit/spinner": "^18.0.0",
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"react-intl-next": "npm:react-intl@^5.18.1"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
|
-
"@atlaskit/editor-test-helpers": "
|
|
67
|
+
"@atlaskit/editor-test-helpers": "^22.1.0",
|
|
68
68
|
"@atlaskit/elements-test-helpers": "^0.9.0",
|
|
69
69
|
"@atlaskit/util-data-test": "^18.0.0",
|
|
70
70
|
"@atlassian/feature-flags-test-utils": "^0.3.0",
|