@atlaskit/smart-card 26.52.5 → 26.52.7
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/i18n/cs.js +4 -0
- package/dist/cjs/i18n/da.js +4 -0
- package/dist/cjs/i18n/de.js +4 -0
- package/dist/cjs/i18n/en.js +5 -0
- package/dist/cjs/i18n/en_GB.js +5 -0
- package/dist/cjs/i18n/en_ZZ.js +1 -0
- package/dist/cjs/i18n/es.js +5 -1
- package/dist/cjs/i18n/fi.js +4 -0
- package/dist/cjs/i18n/fr.js +4 -0
- package/dist/cjs/i18n/hu.js +4 -0
- package/dist/cjs/i18n/it.js +4 -0
- package/dist/cjs/i18n/ja.js +4 -0
- package/dist/cjs/i18n/ko.js +4 -0
- package/dist/cjs/i18n/nb.js +4 -0
- package/dist/cjs/i18n/nl.js +4 -0
- package/dist/cjs/i18n/pl.js +4 -0
- package/dist/cjs/i18n/pt_BR.js +4 -0
- package/dist/cjs/i18n/ru.js +4 -0
- package/dist/cjs/i18n/sv.js +4 -0
- package/dist/cjs/i18n/th.js +4 -0
- package/dist/cjs/i18n/tr.js +4 -0
- package/dist/cjs/i18n/uk.js +4 -0
- package/dist/cjs/i18n/vi.js +4 -0
- package/dist/cjs/i18n/zh.js +4 -0
- package/dist/cjs/i18n/zh_TW.js +4 -0
- package/dist/cjs/messages.js +10 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-icon/index.js +0 -4
- package/dist/cjs/view/FlexibleCard/components/actions/download-action/index.js +5 -2
- package/dist/cjs/view/FlexibleCard/components/actions/index.js +11 -12
- package/dist/cjs/view/FlexibleCard/components/actions/utils.js +3 -22
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/i18n/cs.js +4 -0
- package/dist/es2019/i18n/da.js +4 -0
- package/dist/es2019/i18n/de.js +4 -0
- package/dist/es2019/i18n/en.js +5 -0
- package/dist/es2019/i18n/en_GB.js +5 -0
- package/dist/es2019/i18n/en_ZZ.js +1 -0
- package/dist/es2019/i18n/es.js +5 -1
- package/dist/es2019/i18n/fi.js +4 -0
- package/dist/es2019/i18n/fr.js +4 -0
- package/dist/es2019/i18n/hu.js +4 -0
- package/dist/es2019/i18n/it.js +4 -0
- package/dist/es2019/i18n/ja.js +4 -0
- package/dist/es2019/i18n/ko.js +4 -0
- package/dist/es2019/i18n/nb.js +4 -0
- package/dist/es2019/i18n/nl.js +4 -0
- package/dist/es2019/i18n/pl.js +4 -0
- package/dist/es2019/i18n/pt_BR.js +4 -0
- package/dist/es2019/i18n/ru.js +4 -0
- package/dist/es2019/i18n/sv.js +4 -0
- package/dist/es2019/i18n/th.js +4 -0
- package/dist/es2019/i18n/tr.js +4 -0
- package/dist/es2019/i18n/uk.js +4 -0
- package/dist/es2019/i18n/vi.js +4 -0
- package/dist/es2019/i18n/zh.js +4 -0
- package/dist/es2019/i18n/zh_TW.js +4 -0
- package/dist/es2019/messages.js +10 -0
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-icon/index.js +0 -4
- package/dist/es2019/view/FlexibleCard/components/actions/download-action/index.js +5 -2
- package/dist/es2019/view/FlexibleCard/components/actions/index.js +6 -12
- package/dist/es2019/view/FlexibleCard/components/actions/utils.js +0 -21
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/i18n/cs.js +4 -0
- package/dist/esm/i18n/da.js +4 -0
- package/dist/esm/i18n/de.js +4 -0
- package/dist/esm/i18n/en.js +5 -0
- package/dist/esm/i18n/en_GB.js +5 -0
- package/dist/esm/i18n/en_ZZ.js +1 -0
- package/dist/esm/i18n/es.js +5 -1
- package/dist/esm/i18n/fi.js +4 -0
- package/dist/esm/i18n/fr.js +4 -0
- package/dist/esm/i18n/hu.js +4 -0
- package/dist/esm/i18n/it.js +4 -0
- package/dist/esm/i18n/ja.js +4 -0
- package/dist/esm/i18n/ko.js +4 -0
- package/dist/esm/i18n/nb.js +4 -0
- package/dist/esm/i18n/nl.js +4 -0
- package/dist/esm/i18n/pl.js +4 -0
- package/dist/esm/i18n/pt_BR.js +4 -0
- package/dist/esm/i18n/ru.js +4 -0
- package/dist/esm/i18n/sv.js +4 -0
- package/dist/esm/i18n/th.js +4 -0
- package/dist/esm/i18n/tr.js +4 -0
- package/dist/esm/i18n/uk.js +4 -0
- package/dist/esm/i18n/vi.js +4 -0
- package/dist/esm/i18n/zh.js +4 -0
- package/dist/esm/i18n/zh_TW.js +4 -0
- package/dist/esm/messages.js +10 -0
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/FlexibleCard/components/actions/action/action-icon/index.js +0 -4
- package/dist/esm/view/FlexibleCard/components/actions/download-action/index.js +5 -2
- package/dist/esm/view/FlexibleCard/components/actions/index.js +6 -12
- package/dist/esm/view/FlexibleCard/components/actions/utils.js +2 -21
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +4 -0
- package/dist/types/i18n/da.d.ts +4 -0
- package/dist/types/i18n/de.d.ts +4 -0
- package/dist/types/i18n/en.d.ts +5 -0
- package/dist/types/i18n/en_GB.d.ts +5 -0
- package/dist/types/i18n/en_ZZ.d.ts +1 -0
- package/dist/types/i18n/es.d.ts +4 -0
- package/dist/types/i18n/fi.d.ts +4 -0
- package/dist/types/i18n/fr.d.ts +4 -0
- package/dist/types/i18n/hu.d.ts +4 -0
- package/dist/types/i18n/it.d.ts +4 -0
- package/dist/types/i18n/ja.d.ts +4 -0
- package/dist/types/i18n/ko.d.ts +4 -0
- package/dist/types/i18n/nb.d.ts +4 -0
- package/dist/types/i18n/nl.d.ts +4 -0
- package/dist/types/i18n/pl.d.ts +4 -0
- package/dist/types/i18n/pt_BR.d.ts +4 -0
- package/dist/types/i18n/ru.d.ts +4 -0
- package/dist/types/i18n/sv.d.ts +4 -0
- package/dist/types/i18n/th.d.ts +4 -0
- package/dist/types/i18n/tr.d.ts +4 -0
- package/dist/types/i18n/uk.d.ts +4 -0
- package/dist/types/i18n/vi.d.ts +4 -0
- package/dist/types/i18n/zh.d.ts +4 -0
- package/dist/types/i18n/zh_TW.d.ts +4 -0
- package/dist/types/messages.d.ts +1 -1
- package/dist/types/view/FlexibleCard/components/actions/index.d.ts +4 -10
- package/dist/types/view/FlexibleCard/components/actions/utils.d.ts +0 -1
- package/dist/types-ts4.5/i18n/cs.d.ts +4 -0
- package/dist/types-ts4.5/i18n/da.d.ts +4 -0
- package/dist/types-ts4.5/i18n/de.d.ts +4 -0
- package/dist/types-ts4.5/i18n/en.d.ts +5 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +5 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -0
- package/dist/types-ts4.5/i18n/es.d.ts +4 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +4 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +4 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +4 -0
- package/dist/types-ts4.5/i18n/it.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +4 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +4 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +4 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +4 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +4 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +4 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +4 -0
- package/dist/types-ts4.5/i18n/th.d.ts +4 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +4 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +4 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +4 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +4 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +4 -0
- package/dist/types-ts4.5/messages.d.ts +1 -1
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/index.d.ts +4 -10
- package/dist/types-ts4.5/view/FlexibleCard/components/actions/utils.d.ts +0 -1
- package/package.json +2 -2
|
@@ -10,9 +10,13 @@ declare const _default: {
|
|
|
10
10
|
'fabric.linking.add_account': string;
|
|
11
11
|
'fabric.linking.ai_summarize': string;
|
|
12
12
|
'fabric.linking.ai_summarized': string;
|
|
13
|
+
'fabric.linking.ai_summarized_abbreviation': string;
|
|
13
14
|
'fabric.linking.ai_summarized_info': string;
|
|
14
15
|
'fabric.linking.ai_summarizing': string;
|
|
16
|
+
'fabric.linking.ai_summary_error_acceptable_use_violation': string;
|
|
17
|
+
'fabric.linking.ai_summary_error_generic': string;
|
|
15
18
|
'fabric.linking.assigned_to': string;
|
|
19
|
+
'fabric.linking.beta': string;
|
|
16
20
|
'fabric.linking.cancel': string;
|
|
17
21
|
'fabric.linking.cannot_connect': string;
|
|
18
22
|
'fabric.linking.cannot_find_link': string;
|
|
@@ -10,9 +10,13 @@ declare const _default: {
|
|
|
10
10
|
'fabric.linking.add_account': string;
|
|
11
11
|
'fabric.linking.ai_summarize': string;
|
|
12
12
|
'fabric.linking.ai_summarized': string;
|
|
13
|
+
'fabric.linking.ai_summarized_abbreviation': string;
|
|
13
14
|
'fabric.linking.ai_summarized_info': string;
|
|
14
15
|
'fabric.linking.ai_summarizing': string;
|
|
16
|
+
'fabric.linking.ai_summary_error_acceptable_use_violation': string;
|
|
17
|
+
'fabric.linking.ai_summary_error_generic': string;
|
|
15
18
|
'fabric.linking.assigned_to': string;
|
|
19
|
+
'fabric.linking.beta': string;
|
|
16
20
|
'fabric.linking.cancel': string;
|
|
17
21
|
'fabric.linking.cannot_connect': string;
|
|
18
22
|
'fabric.linking.cannot_find_link': string;
|
|
@@ -10,9 +10,13 @@ declare const _default: {
|
|
|
10
10
|
'fabric.linking.add_account': string;
|
|
11
11
|
'fabric.linking.ai_summarize': string;
|
|
12
12
|
'fabric.linking.ai_summarized': string;
|
|
13
|
+
'fabric.linking.ai_summarized_abbreviation': string;
|
|
13
14
|
'fabric.linking.ai_summarized_info': string;
|
|
14
15
|
'fabric.linking.ai_summarizing': string;
|
|
16
|
+
'fabric.linking.ai_summary_error_acceptable_use_violation': string;
|
|
17
|
+
'fabric.linking.ai_summary_error_generic': string;
|
|
15
18
|
'fabric.linking.assigned_to': string;
|
|
19
|
+
'fabric.linking.beta': string;
|
|
16
20
|
'fabric.linking.cancel': string;
|
|
17
21
|
'fabric.linking.cannot_connect': string;
|
|
18
22
|
'fabric.linking.cannot_find_link': string;
|
|
@@ -10,9 +10,13 @@ declare const _default: {
|
|
|
10
10
|
'fabric.linking.add_account': string;
|
|
11
11
|
'fabric.linking.ai_summarize': string;
|
|
12
12
|
'fabric.linking.ai_summarized': string;
|
|
13
|
+
'fabric.linking.ai_summarized_abbreviation': string;
|
|
13
14
|
'fabric.linking.ai_summarized_info': string;
|
|
14
15
|
'fabric.linking.ai_summarizing': string;
|
|
16
|
+
'fabric.linking.ai_summary_error_acceptable_use_violation': string;
|
|
17
|
+
'fabric.linking.ai_summary_error_generic': string;
|
|
15
18
|
'fabric.linking.assigned_to': string;
|
|
19
|
+
'fabric.linking.beta': string;
|
|
16
20
|
'fabric.linking.cancel': string;
|
|
17
21
|
'fabric.linking.cannot_connect': string;
|
|
18
22
|
'fabric.linking.cannot_find_link': string;
|
|
@@ -10,9 +10,13 @@ declare const _default: {
|
|
|
10
10
|
'fabric.linking.add_account': string;
|
|
11
11
|
'fabric.linking.ai_summarize': string;
|
|
12
12
|
'fabric.linking.ai_summarized': string;
|
|
13
|
+
'fabric.linking.ai_summarized_abbreviation': string;
|
|
13
14
|
'fabric.linking.ai_summarized_info': string;
|
|
14
15
|
'fabric.linking.ai_summarizing': string;
|
|
16
|
+
'fabric.linking.ai_summary_error_acceptable_use_violation': string;
|
|
17
|
+
'fabric.linking.ai_summary_error_generic': string;
|
|
15
18
|
'fabric.linking.assigned_to': string;
|
|
19
|
+
'fabric.linking.beta': string;
|
|
16
20
|
'fabric.linking.cancel': string;
|
|
17
21
|
'fabric.linking.cannot_connect': string;
|
|
18
22
|
'fabric.linking.cannot_find_link': string;
|
|
@@ -10,9 +10,13 @@ declare const _default: {
|
|
|
10
10
|
'fabric.linking.add_account': string;
|
|
11
11
|
'fabric.linking.ai_summarize': string;
|
|
12
12
|
'fabric.linking.ai_summarized': string;
|
|
13
|
+
'fabric.linking.ai_summarized_abbreviation': string;
|
|
13
14
|
'fabric.linking.ai_summarized_info': string;
|
|
14
15
|
'fabric.linking.ai_summarizing': string;
|
|
16
|
+
'fabric.linking.ai_summary_error_acceptable_use_violation': string;
|
|
17
|
+
'fabric.linking.ai_summary_error_generic': string;
|
|
15
18
|
'fabric.linking.assigned_to': string;
|
|
19
|
+
'fabric.linking.beta': string;
|
|
16
20
|
'fabric.linking.cancel': string;
|
|
17
21
|
'fabric.linking.cannot_connect': string;
|
|
18
22
|
'fabric.linking.cannot_find_link': string;
|
|
@@ -10,9 +10,13 @@ declare const _default: {
|
|
|
10
10
|
'fabric.linking.add_account': string;
|
|
11
11
|
'fabric.linking.ai_summarize': string;
|
|
12
12
|
'fabric.linking.ai_summarized': string;
|
|
13
|
+
'fabric.linking.ai_summarized_abbreviation': string;
|
|
13
14
|
'fabric.linking.ai_summarized_info': string;
|
|
14
15
|
'fabric.linking.ai_summarizing': string;
|
|
16
|
+
'fabric.linking.ai_summary_error_acceptable_use_violation': string;
|
|
17
|
+
'fabric.linking.ai_summary_error_generic': string;
|
|
15
18
|
'fabric.linking.assigned_to': string;
|
|
19
|
+
'fabric.linking.beta': string;
|
|
16
20
|
'fabric.linking.cancel': string;
|
|
17
21
|
'fabric.linking.cannot_connect': string;
|
|
18
22
|
'fabric.linking.cannot_find_link': string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { MessageDescriptor } from 'react-intl-next';
|
|
2
2
|
export type RequestAccessMessageKey = 'click_to_join' | 'click_to_join_description' | 'forbidden_description' | 'request_access' | 'request_access_description' | 'request_access_pending' | 'request_access_pending_title' | 'request_access_pending_description' | 'request_denied_description' | 'default_no_access_title' | 'direct_access_title' | 'direct_access_description' | 'direct_access' | 'access_exists_description' | 'not_found_description' | 'not_found_title';
|
|
3
|
-
export type MessageKey = 'assigned_to' | 'ai_summarize' | 'ai_summarized' | 'ai_summarized_abbreviation' | 'ai_summarized_info' | 'ai_summarizing' | 'ai_summary_error_generic' | 'ai_summary_error_acceptable_use_violation' | 'beta' | 'cannot_find_link' | 'connect_link_account_card' | 'connect_link_account_card_name' | 'connect_link_account_card_description' | 'connect_unauthorised_account_action' | 'connect_unauthorised_account_description' | 'connect_unauthorised_account_description_no_provider' | 'continue' | 'copy_url_to_clipboard' | 'could_not_load_link' | 'download' | 'follow' | 'go_back' | 'invalid_permissions' | 'invalid_permissions_description' | 'join_to_view' | 'connect_link_account' | 'created_by' | 'created_on_relative' | 'created_on_absolute' | 'check_this_link' | 'delete' | 'edit' | 'learn_more_about_smart_links' | 'learn_more_about_connecting_account' | 'loading' | 'link_safety_warning_message' | 'modified_by' | 'modified_on_relative' | 'modified_on_absolute' | 'more_actions' | 'not_found_title' | 'not_found_description' | 'open_issue_in_jira' | 'open_link_in_a_new_tab' | 'owned_by' | 'preview_description' | 'preview_improved' | 'preview_close' | 'preview_max_size' | 'preview_min_size' | 'priority_blocker' | 'priority_critical' | 'priority_high' | 'priority_highest' | 'priority_low' | 'priority_lowest' | 'priority_major' | 'priority_medium' | 'priority_minor' | 'priority_trivial' | 'priority_undefined' | 'forbidden_access' | 'pending_request' | 'read_time' | 'restricted_link' | 'request_access_to_view' | 'request_denied' | 'sent_on_relative' | 'sent_on_absolute' | 'status_change_load_error' | 'status_change_permission_error' | 'status_change_update_error' | 'try_again' | 'try_another_account' | 'unauthorised_account_description' | 'unauthorised_account_description_no_provider' | 'unauthorised_account_name' | 'unauthorised_account_name_no_provider' | 'unassigned' | 'unfollow' | 'view' | 'viewIn' | 'viewOriginal' | 'actions' | 'add_account' | 'cancel' | 'close' | 'connect_to' | 'connect_account_description' | 'retry' | 'save' | 'unlink_account' | RequestAccessMessageKey | 'related_work_items_not_found' | 'last_mentioned_in' | 'related' | 'generic_error_message';
|
|
3
|
+
export type MessageKey = 'assigned_to' | 'ai_summarize' | 'ai_summarized' | 'ai_summarized_abbreviation' | 'ai_summarized_info' | 'ai_summarizing' | 'ai_summary_error_generic' | 'ai_summary_error_acceptable_use_violation' | 'beta' | 'cannot_find_link' | 'connect_link_account_card' | 'connect_link_account_card_name' | 'connect_link_account_card_description' | 'connect_unauthorised_account_action' | 'connect_unauthorised_account_description' | 'connect_unauthorised_account_description_no_provider' | 'continue' | 'copy_url_to_clipboard' | 'could_not_load_link' | 'download' | 'download_description' | 'download_file' | 'follow' | 'go_back' | 'invalid_permissions' | 'invalid_permissions_description' | 'join_to_view' | 'connect_link_account' | 'created_by' | 'created_on_relative' | 'created_on_absolute' | 'check_this_link' | 'delete' | 'edit' | 'learn_more_about_smart_links' | 'learn_more_about_connecting_account' | 'loading' | 'link_safety_warning_message' | 'modified_by' | 'modified_on_relative' | 'modified_on_absolute' | 'more_actions' | 'not_found_title' | 'not_found_description' | 'open_issue_in_jira' | 'open_link_in_a_new_tab' | 'owned_by' | 'preview_description' | 'preview_improved' | 'preview_close' | 'preview_max_size' | 'preview_min_size' | 'priority_blocker' | 'priority_critical' | 'priority_high' | 'priority_highest' | 'priority_low' | 'priority_lowest' | 'priority_major' | 'priority_medium' | 'priority_minor' | 'priority_trivial' | 'priority_undefined' | 'forbidden_access' | 'pending_request' | 'read_time' | 'restricted_link' | 'request_access_to_view' | 'request_denied' | 'sent_on_relative' | 'sent_on_absolute' | 'status_change_load_error' | 'status_change_permission_error' | 'status_change_update_error' | 'try_again' | 'try_another_account' | 'unauthorised_account_description' | 'unauthorised_account_description_no_provider' | 'unauthorised_account_name' | 'unauthorised_account_name_no_provider' | 'unassigned' | 'unfollow' | 'view' | 'viewIn' | 'viewOriginal' | 'actions' | 'add_account' | 'cancel' | 'close' | 'connect_to' | 'connect_account_description' | 'retry' | 'save' | 'unlink_account' | RequestAccessMessageKey | 'related_work_items_not_found' | 'last_mentioned_in' | 'related' | 'generic_error_message';
|
|
4
4
|
type Messages = {
|
|
5
5
|
[K in MessageKey]: MessageDescriptor;
|
|
6
6
|
};
|
|
@@ -1,20 +1,14 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { ActionProps } from './action/types';
|
|
3
2
|
import { ViewActionProps } from './action/view-action/types';
|
|
3
|
+
export { default as CustomAction } from './action';
|
|
4
|
+
export { default as DeleteAction } from './delete-action';
|
|
5
|
+
export { default as EditAction } from './edit-action';
|
|
6
|
+
export { default as DownloadAction } from './download-action';
|
|
4
7
|
export { default as FollowAction } from './follow-action';
|
|
5
8
|
export { default as PreviewAction } from './preview-action';
|
|
6
|
-
export { default as DownloadAction } from './download-action';
|
|
7
|
-
export { default as EditAction } from './edit-action';
|
|
8
|
-
export { default as DeleteAction } from './delete-action';
|
|
9
9
|
/**
|
|
10
10
|
* Creates a ViewAction component. Accepts default ViewActionProps, and defaults
|
|
11
11
|
* to the text 'View' inside the button.
|
|
12
12
|
* @see Action
|
|
13
13
|
*/
|
|
14
14
|
export declare const ViewAction: import("react").FC<ViewActionProps>;
|
|
15
|
-
/**
|
|
16
|
-
* Creates a CustomAction component. Accepts default ActionProps. Required to provide
|
|
17
|
-
* your own icon or text.
|
|
18
|
-
* @see Action
|
|
19
|
-
*/
|
|
20
|
-
export declare const CustomAction: import("react").FC<ActionProps>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "26.52.
|
|
3
|
+
"version": "26.52.7",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@atlaskit/spinner": "^16.0.0",
|
|
56
56
|
"@atlaskit/theme": "^12.7.0",
|
|
57
57
|
"@atlaskit/tokens": "^1.43.0",
|
|
58
|
-
"@atlaskit/tooltip": "^18.
|
|
58
|
+
"@atlaskit/tooltip": "^18.2.0",
|
|
59
59
|
"@atlaskit/ufo": "^0.2.0",
|
|
60
60
|
"@babel/runtime": "^7.0.0",
|
|
61
61
|
"@emotion/react": "^11.7.1",
|