@atlaskit/emoji 72.1.0 → 72.1.2
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 +12 -0
- package/dist/cjs/api/EmojiRepository.js +3 -3
- package/dist/cjs/api/EmojiResource.js +3 -3
- package/dist/cjs/api/media/SiteEmojiResource.js +2 -2
- package/dist/cjs/components/common/AddEmoji.js +4 -4
- package/dist/cjs/components/common/AddOwnEmoji.js +2 -2
- package/dist/cjs/components/common/CreateEmojiWithRovo.js +4 -4
- package/dist/cjs/components/common/DeleteButton.js +3 -3
- package/dist/cjs/components/common/Emoji.js +2 -2
- package/dist/cjs/components/common/EmojiActions.js +3 -3
- package/dist/cjs/components/common/EmojiDeletePreview.js +7 -7
- package/dist/cjs/components/common/EmojiErrorMessage.js +7 -7
- package/dist/cjs/components/common/EmojiUploadPicker.js +11 -11
- package/dist/cjs/components/common/EmojiUploadPreview.js +1 -1
- package/dist/cjs/components/common/FileChooser.js +12 -11
- package/dist/cjs/components/common/ImageEmoji.js +2 -2
- package/dist/cjs/components/common/Popup.js +3 -3
- package/dist/cjs/components/common/ProductivityColorSelector.js +2 -2
- package/dist/cjs/components/common/ResourcedEmojiComponent.js +4 -4
- package/dist/cjs/components/common/RetryableButton.js +4 -4
- package/dist/cjs/components/common/Scrollable.js +2 -2
- package/dist/cjs/components/common/ToneSelector.js +3 -2
- package/dist/cjs/components/common/ToneSelectorInternal.js +3 -3
- package/dist/cjs/components/common/isRefreshEmojiPickerEnabled.js +3 -3
- package/dist/cjs/components/picker/CategorySelector.js +8 -8
- package/dist/cjs/components/picker/EmojiPicker.js +3 -2
- package/dist/cjs/components/picker/EmojiPickerCategoryHeading.js +1 -1
- package/dist/cjs/components/picker/EmojiPickerComponent.js +11 -10
- package/dist/cjs/components/picker/EmojiPickerFooter.js +3 -3
- package/dist/cjs/components/picker/EmojiPickerInternal.js +3 -3
- package/dist/cjs/components/picker/EmojiPickerList.js +3 -3
- package/dist/cjs/components/picker/EmojiPickerListSearch.js +8 -8
- package/dist/cjs/components/picker/EmojiPickerNoResults.js +2 -2
- package/dist/cjs/components/picker/LoadingItem.js +1 -1
- package/dist/cjs/components/picker/VirtualList.js +3 -3
- package/dist/cjs/components/typeahead/EmojiTypeAheadItemInternal.js +2 -2
- package/dist/cjs/components/typeahead/EmojiTypeAheadSpinner.js +1 -1
- package/dist/cjs/components/uploader/EmojiUploader.js +3 -2
- package/dist/cjs/util/analytics/analytics.js +3 -2
- package/dist/cjs/util/analytics/createEvent.js +1 -1
- package/dist/cjs/util/analytics/recordSelectionFailedSli.js +3 -2
- package/dist/cjs/util/analytics/recordSelectionSucceededSli.js +3 -2
- package/dist/cjs/util/analytics/ufoExperiences.js +15 -13
- package/dist/es2019/api/EmojiRepository.js +1 -1
- package/dist/es2019/api/EmojiResource.js +1 -1
- package/dist/es2019/api/media/SiteEmojiResource.js +1 -1
- package/dist/es2019/components/common/AddEmoji.js +2 -2
- package/dist/es2019/components/common/AddOwnEmoji.js +1 -1
- package/dist/es2019/components/common/CreateEmojiWithRovo.js +2 -2
- package/dist/es2019/components/common/DeleteButton.js +1 -1
- package/dist/es2019/components/common/Emoji.js +1 -1
- package/dist/es2019/components/common/EmojiActions.js +1 -1
- package/dist/es2019/components/common/EmojiDeletePreview.js +3 -3
- package/dist/es2019/components/common/EmojiErrorMessage.js +3 -3
- package/dist/es2019/components/common/EmojiUploadPicker.js +4 -4
- package/dist/es2019/components/common/EmojiUploadPreview.js +1 -1
- package/dist/es2019/components/common/FileChooser.js +5 -4
- package/dist/es2019/components/common/ImageEmoji.js +1 -1
- package/dist/es2019/components/common/Popup.js +1 -1
- package/dist/es2019/components/common/ProductivityColorSelector.js +1 -1
- package/dist/es2019/components/common/ResourcedEmojiComponent.js +1 -1
- package/dist/es2019/components/common/RetryableButton.js +2 -2
- package/dist/es2019/components/common/Scrollable.js +1 -1
- package/dist/es2019/components/common/ToneSelector.js +1 -1
- package/dist/es2019/components/common/ToneSelectorInternal.js +1 -1
- package/dist/es2019/components/common/isRefreshEmojiPickerEnabled.js +1 -1
- package/dist/es2019/components/picker/CategorySelector.js +2 -2
- package/dist/es2019/components/picker/EmojiPicker.js +1 -1
- package/dist/es2019/components/picker/EmojiPickerCategoryHeading.js +1 -1
- package/dist/es2019/components/picker/EmojiPickerComponent.js +6 -5
- package/dist/es2019/components/picker/EmojiPickerFooter.js +1 -1
- package/dist/es2019/components/picker/EmojiPickerInternal.js +1 -1
- package/dist/es2019/components/picker/EmojiPickerList.js +1 -1
- package/dist/es2019/components/picker/EmojiPickerListSearch.js +2 -2
- package/dist/es2019/components/picker/EmojiPickerNoResults.js +1 -1
- package/dist/es2019/components/picker/LoadingItem.js +1 -1
- package/dist/es2019/components/picker/VirtualList.js +1 -1
- package/dist/es2019/components/typeahead/EmojiTypeAheadItemInternal.js +1 -1
- package/dist/es2019/components/typeahead/EmojiTypeAheadSpinner.js +1 -1
- package/dist/es2019/components/uploader/EmojiUploader.js +1 -1
- package/dist/es2019/util/analytics/analytics.js +1 -1
- package/dist/es2019/util/analytics/createEvent.js +1 -1
- package/dist/es2019/util/analytics/recordSelectionFailedSli.js +2 -1
- package/dist/es2019/util/analytics/recordSelectionSucceededSli.js +2 -1
- package/dist/es2019/util/analytics/ufoExperiences.js +3 -1
- package/dist/esm/api/EmojiRepository.js +1 -1
- package/dist/esm/api/EmojiResource.js +1 -1
- package/dist/esm/api/media/SiteEmojiResource.js +1 -1
- package/dist/esm/components/common/AddEmoji.js +2 -2
- package/dist/esm/components/common/AddOwnEmoji.js +1 -1
- package/dist/esm/components/common/CreateEmojiWithRovo.js +2 -2
- package/dist/esm/components/common/DeleteButton.js +1 -1
- package/dist/esm/components/common/Emoji.js +1 -1
- package/dist/esm/components/common/EmojiActions.js +1 -1
- package/dist/esm/components/common/EmojiDeletePreview.js +3 -3
- package/dist/esm/components/common/EmojiErrorMessage.js +3 -3
- package/dist/esm/components/common/EmojiUploadPicker.js +4 -4
- package/dist/esm/components/common/EmojiUploadPreview.js +1 -1
- package/dist/esm/components/common/FileChooser.js +5 -4
- package/dist/esm/components/common/ImageEmoji.js +1 -1
- package/dist/esm/components/common/Popup.js +1 -1
- package/dist/esm/components/common/ProductivityColorSelector.js +1 -1
- package/dist/esm/components/common/ResourcedEmojiComponent.js +1 -1
- package/dist/esm/components/common/RetryableButton.js +2 -2
- package/dist/esm/components/common/Scrollable.js +1 -1
- package/dist/esm/components/common/ToneSelector.js +1 -1
- package/dist/esm/components/common/ToneSelectorInternal.js +1 -1
- package/dist/esm/components/common/isRefreshEmojiPickerEnabled.js +1 -1
- package/dist/esm/components/picker/CategorySelector.js +2 -2
- package/dist/esm/components/picker/EmojiPicker.js +1 -1
- package/dist/esm/components/picker/EmojiPickerCategoryHeading.js +1 -1
- package/dist/esm/components/picker/EmojiPickerComponent.js +6 -5
- package/dist/esm/components/picker/EmojiPickerFooter.js +1 -1
- package/dist/esm/components/picker/EmojiPickerInternal.js +1 -1
- package/dist/esm/components/picker/EmojiPickerList.js +1 -1
- package/dist/esm/components/picker/EmojiPickerListSearch.js +2 -2
- package/dist/esm/components/picker/EmojiPickerNoResults.js +1 -1
- package/dist/esm/components/picker/LoadingItem.js +1 -1
- package/dist/esm/components/picker/VirtualList.js +1 -1
- package/dist/esm/components/typeahead/EmojiTypeAheadItemInternal.js +1 -1
- package/dist/esm/components/typeahead/EmojiTypeAheadSpinner.js +1 -1
- package/dist/esm/components/uploader/EmojiUploader.js +1 -1
- package/dist/esm/util/analytics/analytics.js +1 -1
- package/dist/esm/util/analytics/createEvent.js +1 -1
- package/dist/esm/util/analytics/recordSelectionFailedSli.js +2 -1
- package/dist/esm/util/analytics/recordSelectionSucceededSli.js +2 -1
- package/dist/esm/util/analytics/ufoExperiences.js +3 -1
- package/dist/types/components/common/CreateEmojiWithRovo.d.ts +1 -1
- package/dist/types/components/common/EmojiActions.d.ts +1 -1
- package/dist/types/components/common/EmojiUploadPicker.d.ts +1 -1
- package/dist/types/components/common/ToneSelector.d.ts +1 -1
- package/dist/types/components/common/ToneSelectorInternal.d.ts +1 -1
- package/dist/types/components/common/UfoErrorBoundary.d.ts +1 -1
- package/dist/types/components/common/UploadEmoji.d.ts +1 -1
- package/dist/types/components/picker/EmojiPicker.d.ts +1 -1
- package/dist/types/components/picker/EmojiPickerComponent.d.ts +1 -1
- package/dist/types/components/picker/EmojiPickerInternal.d.ts +1 -1
- package/dist/types/components/picker/EmojiPickerList.d.ts +1 -1
- package/dist/types/components/typeahead/EmojiTypeAheadComponent.d.ts +1 -1
- package/dist/types/components/uploader/EmojiUploadComponent.d.ts +1 -1
- package/dist/types/components/uploader/EmojiUploader.d.ts +2 -1
- package/dist/types/util/analytics/aiGenerationCompletedEvent.d.ts +1 -1
- package/dist/types/util/analytics/aiGenerationFailedEvent.d.ts +1 -1
- package/dist/types/util/analytics/aiGenerationStartedEvent.d.ts +1 -1
- package/dist/types/util/analytics/analytics.d.ts +3 -1
- package/dist/types/util/analytics/categoryClickedEvent.d.ts +1 -1
- package/dist/types/util/analytics/closedPickerEvent.d.ts +1 -1
- package/dist/types/util/analytics/createEvent.d.ts +1 -1
- package/dist/types/util/analytics/deleteBeginEvent.d.ts +1 -1
- package/dist/types/util/analytics/deleteCancelEvent.d.ts +1 -1
- package/dist/types/util/analytics/deleteConfirmEvent.d.ts +1 -1
- package/dist/types/util/analytics/hasUfoMarked.d.ts +1 -1
- package/dist/types/util/analytics/openedPickerEvent.d.ts +1 -1
- package/dist/types/util/analytics/pickerClickedEvent.d.ts +1 -1
- package/dist/types/util/analytics/pickerSearchedEvent.d.ts +1 -1
- package/dist/types/util/analytics/samplingUfo.d.ts +1 -1
- package/dist/types/util/analytics/selectedFileEvent.d.ts +1 -1
- package/dist/types/util/analytics/toneSelectedEvent.d.ts +1 -1
- package/dist/types/util/analytics/toneSelectorClosedEvent.d.ts +1 -1
- package/dist/types/util/analytics/toneSelectorOpenedEvent.d.ts +1 -1
- package/dist/types/util/analytics/typeaheadCancelledEvent.d.ts +1 -1
- package/dist/types/util/analytics/typeaheadRenderedEvent.d.ts +1 -1
- package/dist/types/util/analytics/typeaheadSelectedEvent.d.ts +1 -1
- package/dist/types/util/analytics/ufoExperiences.d.ts +2 -1
- package/dist/types/util/analytics/uploadBeginButton.d.ts +1 -1
- package/dist/types/util/analytics/uploadCancelButton.d.ts +1 -1
- package/dist/types/util/analytics/uploadConfirmButton.d.ts +1 -1
- package/dist/types/util/analytics/uploadFailedEvent.d.ts +1 -1
- package/dist/types/util/analytics/uploadSucceededEvent.d.ts +1 -1
- package/dist/types/util/analytics/useSampledUFOComponentExperience.d.ts +2 -1
- package/docs/0-intro.tsx +1 -1
- package/docs/4-emoji-provider.tsx +1 -1
- package/package.json +3 -3
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type UIAnalyticsEvent from '@atlaskit/analytics-next/UIAnalyticsEvent';
|
|
2
|
+
import type { AnalyticsEventPayload } from '@atlaskit/analytics-next/AnalyticsEvent';
|
|
3
|
+
import type { CreateUIAnalyticsEvent } from '@atlaskit/analytics-next/types';
|
|
2
4
|
import { type SearchSourceTypes } from '../../types';
|
|
3
5
|
export declare const createAndFireEventInElementsChannel: (payload: AnalyticsEventPayload) => (createAnalyticsEvent: CreateUIAnalyticsEvent) => UIAnalyticsEvent;
|
|
4
6
|
export type EmojiInsertionAnalytic = (source: SearchSourceTypes.PICKER | SearchSourceTypes.TYPEAHEAD) => AnalyticsEventPayload;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AnalyticsEventPayload } from '@atlaskit/analytics-next/AnalyticsEvent';
|
|
2
2
|
import type { Duration } from './Duration';
|
|
3
3
|
export declare const closedPickerEvent: (attributes: Duration) => AnalyticsEventPayload;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AnalyticsEventPayload } from '@atlaskit/analytics-next/AnalyticsEvent';
|
|
2
2
|
export declare const createEvent: (eventType: 'ui' | 'operational', action: string, actionSubject: string, actionSubjectId?: string, attributes?: {}) => AnalyticsEventPayload;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AnalyticsEventPayload } from '@atlaskit/analytics-next/AnalyticsEvent';
|
|
2
2
|
import type { Attributes } from './Attributes';
|
|
3
3
|
export declare const deleteBeginEvent: (attributes: Attributes) => AnalyticsEventPayload;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AnalyticsEventPayload } from '@atlaskit/analytics-next/AnalyticsEvent';
|
|
2
2
|
import type { Attributes } from './Attributes';
|
|
3
3
|
export declare const deleteCancelEvent: (attributes: Attributes) => AnalyticsEventPayload;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AnalyticsEventPayload } from '@atlaskit/analytics-next/AnalyticsEvent';
|
|
2
2
|
import type { Attributes } from './Attributes';
|
|
3
3
|
export declare const deleteConfirmEvent: (attributes: Attributes) => AnalyticsEventPayload;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { UFOExperience } from '@atlaskit/ufo/experience';
|
|
2
2
|
import { type WithSamplingUFOExperience } from './samplingUfo';
|
|
3
3
|
export declare const hasUfoMarked: (ufoExperience: UFOExperience | WithSamplingUFOExperience, name: string) => boolean;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AnalyticsEventPayload } from '@atlaskit/analytics-next/AnalyticsEvent';
|
|
2
2
|
export declare const openedPickerEvent: () => AnalyticsEventPayload;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AnalyticsEventPayload } from '@atlaskit/analytics-next/AnalyticsEvent';
|
|
2
2
|
export declare const selectedFileEvent: () => AnalyticsEventPayload;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AnalyticsEventPayload } from '@atlaskit/analytics-next/AnalyticsEvent';
|
|
2
2
|
export declare const toneSelectedEvent: (attributes: {
|
|
3
3
|
skinToneModifier: string;
|
|
4
4
|
}) => AnalyticsEventPayload;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AnalyticsEventPayload } from '@atlaskit/analytics-next/AnalyticsEvent';
|
|
2
2
|
export declare const toneSelectorClosedEvent: () => AnalyticsEventPayload;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AnalyticsEventPayload } from '@atlaskit/analytics-next/AnalyticsEvent';
|
|
2
2
|
export declare const toneSelectorOpenedEvent: (attributes: {
|
|
3
3
|
skinToneModifier?: string;
|
|
4
4
|
}) => AnalyticsEventPayload;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AnalyticsEventPayload } from '@atlaskit/analytics-next/AnalyticsEvent';
|
|
2
2
|
import { type EmojiDescription } from '../../types';
|
|
3
3
|
export declare const typeaheadCancelledEvent: (duration: number, query?: string, emojiList?: EmojiDescription[]) => AnalyticsEventPayload;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AnalyticsEventPayload } from '@atlaskit/analytics-next/AnalyticsEvent';
|
|
2
2
|
import { type EmojiDescription } from '../../types';
|
|
3
3
|
export declare const typeaheadRenderedEvent: (duration: number, query?: string, emojiList?: EmojiDescription[]) => AnalyticsEventPayload;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AnalyticsEventPayload } from '@atlaskit/analytics-next/AnalyticsEvent';
|
|
2
2
|
import { type EmojiDescription } from '../../types';
|
|
3
3
|
export declare const typeaheadSelectedEvent: (pressed: boolean, duration: number, emoji: EmojiDescription, emojiList?: EmojiDescription[], query?: string, exactMatch?: boolean) => AnalyticsEventPayload;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { ConcurrentExperience
|
|
1
|
+
import { ConcurrentExperience } from '@atlaskit/ufo/concurrent-experience';
|
|
2
|
+
import { UFOExperience } from '@atlaskit/ufo/experience';
|
|
2
3
|
export declare const ufoExperiences: {
|
|
3
4
|
'emoji-picker-opened': UFOExperience;
|
|
4
5
|
'emoji-rendered': ConcurrentExperience;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AnalyticsEventPayload } from '@atlaskit/analytics-next/AnalyticsEvent';
|
|
2
2
|
export declare const uploadBeginButton: () => AnalyticsEventPayload;
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AnalyticsEventPayload } from '@atlaskit/analytics-next/AnalyticsEvent';
|
|
2
2
|
export declare const uploadCancelButton: () => AnalyticsEventPayload;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AnalyticsEventPayload } from '@atlaskit/analytics-next/AnalyticsEvent';
|
|
2
2
|
import type { Duration } from './Duration';
|
|
3
3
|
export declare const uploadFailedEvent: (attributes: {
|
|
4
4
|
reason: string;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { AnalyticsEventPayload } from '@atlaskit/analytics-next/AnalyticsEvent';
|
|
2
2
|
import type { Duration } from './Duration';
|
|
3
3
|
export declare const uploadSucceededEvent: (attributes: Duration) => AnalyticsEventPayload;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import type { CustomData
|
|
1
|
+
import type { CustomData } from '@atlaskit/ufo/types';
|
|
2
|
+
import type { UFOExperience } from '@atlaskit/ufo/experience';
|
|
2
3
|
/**
|
|
3
4
|
* A hook to start an experience and to auto abort the experience when the parent component is unmounted.
|
|
4
5
|
* Use this instead of a direct call to `experience.start`. If you need to restart the experience
|
package/docs/0-intro.tsx
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { md, Example, code, AtlassianInternalWarning, Props } from '@atlaskit/docs';
|
|
3
|
-
import SectionMessage from '@atlaskit/section-message';
|
|
3
|
+
import SectionMessage from '@atlaskit/section-message/message';
|
|
4
4
|
import SimpleEmojiExample from '../examples/00-simple-emoji';
|
|
5
5
|
import { Text } from '@atlaskit/primitives/compiled';
|
|
6
6
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { md, code } from '@atlaskit/docs';
|
|
3
|
-
import SectionMessage from '@atlaskit/section-message';
|
|
3
|
+
import SectionMessage from '@atlaskit/section-message/message';
|
|
4
4
|
import { Text } from '@atlaskit/primitives/compiled';
|
|
5
5
|
|
|
6
6
|
const _default_1: any = md`
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/emoji",
|
|
3
|
-
"version": "72.1.
|
|
3
|
+
"version": "72.1.2",
|
|
4
4
|
"description": "Fabric emoji React components",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@atlaskit/spinner": "^20.3.0",
|
|
51
51
|
"@atlaskit/textfield": "^10.1.0",
|
|
52
52
|
"@atlaskit/theme": "^28.1.0",
|
|
53
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
53
|
+
"@atlaskit/tmp-editor-statsig": "^159.0.0",
|
|
54
54
|
"@atlaskit/tokens": "^16.8.0",
|
|
55
55
|
"@atlaskit/tooltip": "^24.2.0",
|
|
56
56
|
"@atlaskit/ufo": "^1.0.0",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
"@af/visual-regression": "workspace:^",
|
|
78
78
|
"@atlaskit/media-core": "^38.0.0",
|
|
79
79
|
"@atlaskit/ssr": "workspace:^",
|
|
80
|
-
"@atlassian/a11y-jest-testing": "^0.
|
|
80
|
+
"@atlassian/a11y-jest-testing": "^0.17.0",
|
|
81
81
|
"@atlassian/feature-flags-test-utils": "^1.2.0",
|
|
82
82
|
"@emotion/jest": "^11.8.0",
|
|
83
83
|
"@testing-library/dom": "^10.1.0",
|