@atlaskit/smart-card 45.12.0 → 45.13.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 +19 -0
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide1--default.png +3 -0
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide2--default.png +3 -0
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide3--default.png +3 -0
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide1--default.png +3 -0
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide2--default.png +3 -0
- package/dist/cjs/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide3--default.png +3 -0
- package/dist/cjs/i18n/cs.js +3 -180
- package/dist/cjs/i18n/da.js +3 -180
- package/dist/cjs/i18n/de.js +3 -180
- package/dist/cjs/i18n/en.js +3 -182
- package/dist/cjs/i18n/en_GB.js +3 -182
- package/dist/cjs/i18n/en_ZZ.js +3 -182
- package/dist/cjs/i18n/es.js +3 -180
- package/dist/cjs/i18n/fi.js +3 -180
- package/dist/cjs/i18n/fr.js +3 -180
- package/dist/cjs/i18n/hr.js +3 -175
- package/dist/cjs/i18n/hu.js +3 -180
- package/dist/cjs/i18n/it.js +3 -180
- package/dist/cjs/i18n/ja.js +3 -180
- package/dist/cjs/i18n/ko.js +3 -180
- package/dist/cjs/i18n/nb.js +3 -180
- package/dist/cjs/i18n/nl.js +3 -180
- package/dist/cjs/i18n/pl.js +3 -180
- package/dist/cjs/i18n/pt_BR.js +3 -180
- package/dist/cjs/i18n/ru.js +3 -180
- package/dist/cjs/i18n/sl.js +3 -175
- package/dist/cjs/i18n/sr_RS.js +3 -175
- package/dist/cjs/i18n/sr_YR.js +3 -175
- package/dist/cjs/i18n/sv.js +3 -180
- package/dist/cjs/i18n/th.js +3 -180
- package/dist/cjs/i18n/tr.js +3 -180
- package/dist/cjs/i18n/uk.js +3 -180
- package/dist/cjs/i18n/vi.js +3 -180
- package/dist/cjs/i18n/zh.js +3 -180
- package/dist/cjs/i18n/zh_TW.js +3 -180
- package/dist/cjs/messages.js +35 -25
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/EmbedCard/components/carousel/CarouselSlide.compiled.css +16 -4
- package/dist/cjs/view/EmbedCard/components/carousel/CarouselSlide.js +67 -27
- package/dist/cjs/view/EmbedCard/components/carousel/index.compiled.css +2 -2
- package/dist/cjs/view/EmbedCard/components/carousel/index.js +13 -5
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/UnauthorizedCarouselView.js +191 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.compiled.css +7 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.js +31 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/LazyRovoChatBenefitImage.js +16 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/LazyRovoSearchBenefitImage.js +16 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/NoAuthAvailableImage.compiled.css +6 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/NoAuthAvailableImage.js +22 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/ProductIcon.js +47 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/RovoChatBenefitImage.js +359 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/RovoSearchBenefitImage.js +281 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/SmartLinkBenefitImage.js +502 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/carousel-images/assets/rovo-chat-avatar.png +0 -0
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/index.js +9 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide1--default.png +3 -0
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide2--default.png +3 -0
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide3--default.png +3 -0
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide1--default.png +3 -0
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide2--default.png +3 -0
- package/dist/es2019/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide3--default.png +3 -0
- package/dist/es2019/i18n/cs.js +3 -180
- package/dist/es2019/i18n/da.js +3 -180
- package/dist/es2019/i18n/de.js +3 -180
- package/dist/es2019/i18n/en.js +3 -182
- package/dist/es2019/i18n/en_GB.js +3 -182
- package/dist/es2019/i18n/en_ZZ.js +3 -182
- package/dist/es2019/i18n/es.js +3 -180
- package/dist/es2019/i18n/fi.js +3 -180
- package/dist/es2019/i18n/fr.js +3 -180
- package/dist/es2019/i18n/hr.js +3 -175
- package/dist/es2019/i18n/hu.js +3 -180
- package/dist/es2019/i18n/it.js +3 -180
- package/dist/es2019/i18n/ja.js +3 -180
- package/dist/es2019/i18n/ko.js +3 -180
- package/dist/es2019/i18n/nb.js +3 -180
- package/dist/es2019/i18n/nl.js +3 -180
- package/dist/es2019/i18n/pl.js +3 -180
- package/dist/es2019/i18n/pt_BR.js +3 -180
- package/dist/es2019/i18n/ru.js +3 -180
- package/dist/es2019/i18n/sl.js +3 -175
- package/dist/es2019/i18n/sr_RS.js +3 -175
- package/dist/es2019/i18n/sr_YR.js +3 -175
- package/dist/es2019/i18n/sv.js +3 -180
- package/dist/es2019/i18n/th.js +3 -180
- package/dist/es2019/i18n/tr.js +3 -180
- package/dist/es2019/i18n/uk.js +3 -180
- package/dist/es2019/i18n/vi.js +3 -180
- package/dist/es2019/i18n/zh.js +3 -180
- package/dist/es2019/i18n/zh_TW.js +3 -180
- package/dist/es2019/messages.js +49 -27
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/EmbedCard/components/carousel/CarouselSlide.compiled.css +16 -4
- package/dist/es2019/view/EmbedCard/components/carousel/CarouselSlide.js +64 -27
- package/dist/es2019/view/EmbedCard/components/carousel/index.compiled.css +2 -2
- package/dist/es2019/view/EmbedCard/components/carousel/index.js +10 -5
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/UnauthorizedCarouselView.js +184 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.compiled.css +7 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.js +25 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/LazyRovoChatBenefitImage.js +3 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/LazyRovoSearchBenefitImage.js +3 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/NoAuthAvailableImage.compiled.css +6 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/NoAuthAvailableImage.js +13 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/ProductIcon.js +40 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/RovoChatBenefitImage.js +352 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/RovoSearchBenefitImage.js +268 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/SmartLinkBenefitImage.js +495 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/carousel-images/assets/rovo-chat-avatar.png +0 -0
- package/dist/es2019/view/EmbedCard/views/unauthorized-view/index.js +9 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide1--default.png +3 -0
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide2--default.png +3 -0
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-figma-in-trello-slide3--default.png +3 -0
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide1--default.png +3 -0
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide2--default.png +3 -0
- package/dist/esm/__tests__/vr-tests/__snapshots__/embed-card/embed-card-unauthorized-carousel-google-in-confluence-slide3--default.png +3 -0
- package/dist/esm/i18n/cs.js +3 -180
- package/dist/esm/i18n/da.js +3 -180
- package/dist/esm/i18n/de.js +3 -180
- package/dist/esm/i18n/en.js +3 -182
- package/dist/esm/i18n/en_GB.js +3 -182
- package/dist/esm/i18n/en_ZZ.js +3 -182
- package/dist/esm/i18n/es.js +3 -180
- package/dist/esm/i18n/fi.js +3 -180
- package/dist/esm/i18n/fr.js +3 -180
- package/dist/esm/i18n/hr.js +3 -175
- package/dist/esm/i18n/hu.js +3 -180
- package/dist/esm/i18n/it.js +3 -180
- package/dist/esm/i18n/ja.js +3 -180
- package/dist/esm/i18n/ko.js +3 -180
- package/dist/esm/i18n/nb.js +3 -180
- package/dist/esm/i18n/nl.js +3 -180
- package/dist/esm/i18n/pl.js +3 -180
- package/dist/esm/i18n/pt_BR.js +3 -180
- package/dist/esm/i18n/ru.js +3 -180
- package/dist/esm/i18n/sl.js +3 -175
- package/dist/esm/i18n/sr_RS.js +3 -175
- package/dist/esm/i18n/sr_YR.js +3 -175
- package/dist/esm/i18n/sv.js +3 -180
- package/dist/esm/i18n/th.js +3 -180
- package/dist/esm/i18n/tr.js +3 -180
- package/dist/esm/i18n/uk.js +3 -180
- package/dist/esm/i18n/vi.js +3 -180
- package/dist/esm/i18n/zh.js +3 -180
- package/dist/esm/i18n/zh_TW.js +3 -180
- package/dist/esm/messages.js +35 -25
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/EmbedCard/components/carousel/CarouselSlide.compiled.css +16 -4
- package/dist/esm/view/EmbedCard/components/carousel/CarouselSlide.js +65 -27
- package/dist/esm/view/EmbedCard/components/carousel/index.compiled.css +2 -2
- package/dist/esm/view/EmbedCard/components/carousel/index.js +13 -5
- package/dist/esm/view/EmbedCard/views/unauthorized-view/UnauthorizedCarouselView.js +182 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.compiled.css +7 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.js +24 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/LazyRovoChatBenefitImage.js +5 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/LazyRovoSearchBenefitImage.js +5 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/NoAuthAvailableImage.compiled.css +6 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/NoAuthAvailableImage.js +15 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/ProductIcon.js +40 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/RovoChatBenefitImage.js +351 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/RovoSearchBenefitImage.js +273 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/SmartLinkBenefitImage.js +494 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/carousel-images/assets/rovo-chat-avatar.png +0 -0
- package/dist/esm/view/EmbedCard/views/unauthorized-view/index.js +9 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +2 -180
- package/dist/types/i18n/da.d.ts +2 -180
- package/dist/types/i18n/de.d.ts +2 -180
- package/dist/types/i18n/en.d.ts +2 -182
- package/dist/types/i18n/en_GB.d.ts +2 -182
- package/dist/types/i18n/en_ZZ.d.ts +2 -182
- package/dist/types/i18n/es.d.ts +2 -180
- package/dist/types/i18n/fi.d.ts +2 -180
- package/dist/types/i18n/fr.d.ts +2 -180
- package/dist/types/i18n/hr.d.ts +2 -175
- package/dist/types/i18n/hu.d.ts +2 -180
- package/dist/types/i18n/it.d.ts +2 -180
- package/dist/types/i18n/ja.d.ts +2 -180
- package/dist/types/i18n/ko.d.ts +2 -180
- package/dist/types/i18n/nb.d.ts +2 -180
- package/dist/types/i18n/nl.d.ts +2 -180
- package/dist/types/i18n/pl.d.ts +2 -180
- package/dist/types/i18n/pt_BR.d.ts +2 -180
- package/dist/types/i18n/ru.d.ts +2 -180
- package/dist/types/i18n/sl.d.ts +2 -175
- package/dist/types/i18n/sr_RS.d.ts +2 -175
- package/dist/types/i18n/sr_YR.d.ts +2 -175
- package/dist/types/i18n/sv.d.ts +2 -180
- package/dist/types/i18n/th.d.ts +2 -180
- package/dist/types/i18n/tr.d.ts +2 -180
- package/dist/types/i18n/uk.d.ts +2 -180
- package/dist/types/i18n/vi.d.ts +2 -180
- package/dist/types/i18n/zh.d.ts +2 -180
- package/dist/types/i18n/zh_TW.d.ts +2 -180
- package/dist/types/messages.d.ts +1 -1
- package/dist/types/view/EmbedCard/components/carousel/CarouselSlide.d.ts +3 -1
- package/dist/types/view/EmbedCard/components/carousel/index.d.ts +3 -1
- package/dist/types/view/EmbedCard/views/unauthorized-view/UnauthorizedCarouselView.d.ts +4 -0
- package/dist/types/view/EmbedCard/views/unauthorized-view/carousel-images/IconSlot.d.ts +14 -0
- package/dist/types/view/EmbedCard/views/unauthorized-view/carousel-images/LazyRovoChatBenefitImage.d.ts +3 -0
- package/dist/types/view/EmbedCard/views/unauthorized-view/carousel-images/LazyRovoSearchBenefitImage.d.ts +3 -0
- package/dist/types/view/EmbedCard/views/unauthorized-view/carousel-images/NoAuthAvailableImage.d.ts +7 -0
- package/dist/types/view/EmbedCard/views/unauthorized-view/carousel-images/ProductIcon.d.ts +9 -0
- package/dist/types/view/EmbedCard/views/unauthorized-view/carousel-images/RovoChatBenefitImage.d.ts +8 -0
- package/dist/types/view/EmbedCard/views/unauthorized-view/carousel-images/RovoSearchBenefitImage.d.ts +8 -0
- package/dist/types/view/EmbedCard/views/unauthorized-view/carousel-images/SmartLinkBenefitImage.d.ts +6 -0
- package/dist/types/view/EmbedCard/views/unauthorized-view/index.d.ts +2 -2
- package/dist/types/view/EmbedCard/views/unauthorized-view/types.d.ts +1 -0
- package/package.json +3 -3
package/dist/types/i18n/zh.d.ts
CHANGED
|
@@ -4,183 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'automation-menu.empty-state.image.alt': string;
|
|
10
|
-
'automation-menu.empty-state.learn-more.link': string;
|
|
11
|
-
'automation-menu.modal.empty.automations.admin.description': string;
|
|
12
|
-
'automation-menu.modal.empty.automations.user.description': string;
|
|
13
|
-
'automation-menu.modal.error.description': string;
|
|
14
|
-
'automation-menu.modal.error.image.alt': string;
|
|
15
|
-
'automation-menu.modal.footer.automate-button': string;
|
|
16
|
-
'automation-menu.modal.footer.cancel-button': string;
|
|
17
|
-
'automation-menu.modal.footer.get-started-button': string;
|
|
18
|
-
'automation-menu.modal.footer.ok-button': string;
|
|
19
|
-
'automation-menu.modal.header.icon.label': string;
|
|
20
|
-
'automation-menu.success-state.message': string;
|
|
21
|
-
'fabric.linking.access_exists_description': string;
|
|
22
|
-
'fabric.linking.actions': string;
|
|
23
|
-
'fabric.linking.add_account': string;
|
|
24
|
-
'fabric.linking.ai_summarize': string;
|
|
25
|
-
'fabric.linking.ai_summarized': string;
|
|
26
|
-
'fabric.linking.ai_summarized_abbreviation': string;
|
|
27
|
-
'fabric.linking.ai_summarized_info': string;
|
|
28
|
-
'fabric.linking.ai_summarized_info_short': string;
|
|
29
|
-
'fabric.linking.ai_summarizing': string;
|
|
30
|
-
'fabric.linking.ai_summary_action': string;
|
|
31
|
-
'fabric.linking.ai_summary_action_description': string;
|
|
32
|
-
'fabric.linking.ai_summary_error_acceptable_use_violation': string;
|
|
33
|
-
'fabric.linking.ai_summary_error_exceeding_context_length_error': string;
|
|
34
|
-
'fabric.linking.ai_summary_error_generic': string;
|
|
35
|
-
'fabric.linking.ai_summary_error_hipaa_content_detected': string;
|
|
36
|
-
'fabric.linking.assigned_to': string;
|
|
37
|
-
'fabric.linking.automation-action.confluence.page.modal.description': string;
|
|
38
|
-
'fabric.linking.automation-action.confluence.page.modal.title': string;
|
|
39
|
-
'fabric.linking.automation-action.icon.label': string;
|
|
40
|
-
'fabric.linking.automation-action.title': string;
|
|
41
|
-
'fabric.linking.automation-action.tooltip': string;
|
|
42
|
-
'fabric.linking.beta': string;
|
|
43
|
-
'fabric.linking.cancel': string;
|
|
44
|
-
'fabric.linking.cannot_connect': string;
|
|
45
|
-
'fabric.linking.cannot_find_link': string;
|
|
46
|
-
'fabric.linking.check_this_link': string;
|
|
47
|
-
'fabric.linking.click_to_join': string;
|
|
48
|
-
'fabric.linking.click_to_join_description': string;
|
|
49
|
-
'fabric.linking.close': string;
|
|
50
|
-
'fabric.linking.connect_account_description': string;
|
|
51
|
-
'fabric.linking.connect_link_account': string;
|
|
52
|
-
'fabric.linking.connect_link_account_card_view': string;
|
|
53
|
-
'fabric.linking.connect_link_account_card_view_description': string;
|
|
54
|
-
'fabric.linking.connect_link_account_card_view_name': string;
|
|
55
|
-
'fabric.linking.connect_to': string;
|
|
56
|
-
'fabric.linking.connect_unauthorised_account_action': string;
|
|
57
|
-
'fabric.linking.connect_unauthorised_account_description': string;
|
|
58
|
-
'fabric.linking.connect_unauthorised_account_description-appify': string;
|
|
59
|
-
'fabric.linking.connect_unauthorised_account_description_no_provider': string;
|
|
60
|
-
'fabric.linking.connect_unauthorised_account_description_no_provider-appify': string;
|
|
61
|
-
'fabric.linking.continue': string;
|
|
62
|
-
'fabric.linking.copied_summary_action_description': string;
|
|
63
|
-
'fabric.linking.copied_url_to_clipboard': string;
|
|
64
|
-
'fabric.linking.copy_summary_action': string;
|
|
65
|
-
'fabric.linking.copy_summary_action_description': string;
|
|
66
|
-
'fabric.linking.copy_url_to_clipboard': string;
|
|
67
|
-
'fabric.linking.couldnt_load_link': string;
|
|
68
|
-
'fabric.linking.create_on_absolute': string;
|
|
69
|
-
'fabric.linking.create_on_relative': string;
|
|
70
|
-
'fabric.linking.created_by': string;
|
|
71
|
-
'fabric.linking.delete': string;
|
|
72
|
-
'fabric.linking.direct_access': string;
|
|
73
|
-
'fabric.linking.direct_access_description': string;
|
|
74
|
-
'fabric.linking.direct_access_title': string;
|
|
75
|
-
'fabric.linking.download': string;
|
|
76
|
-
'fabric.linking.download_description': string;
|
|
77
|
-
'fabric.linking.download_file': string;
|
|
78
|
-
'fabric.linking.edit': string;
|
|
79
|
-
'fabric.linking.follow': string;
|
|
80
|
-
'fabric.linking.follow_goal': string;
|
|
81
|
-
'fabric.linking.follow_goal_description': string;
|
|
82
|
-
'fabric.linking.follow_goal_error': string;
|
|
83
|
-
'fabric.linking.follow_project': string;
|
|
84
|
-
'fabric.linking.follow_project_description': string;
|
|
85
|
-
'fabric.linking.follow_project_description-galaxia': string;
|
|
86
|
-
'fabric.linking.follow_project_error': string;
|
|
87
|
-
'fabric.linking.follow_project_error-galaxia': string;
|
|
88
|
-
'fabric.linking.forbidden_access': string;
|
|
89
|
-
'fabric.linking.forbidden_description': string;
|
|
90
|
-
'fabric.linking.forbidden_title': string;
|
|
91
|
-
'fabric.linking.generic_error_message': string;
|
|
92
|
-
'fabric.linking.go_back': string;
|
|
93
|
-
'fabric.linking.invalid_permissions': string;
|
|
94
|
-
'fabric.linking.invalid_permissions_description': string;
|
|
95
|
-
'fabric.linking.join_to_view': string;
|
|
96
|
-
'fabric.linking.join_to_view-issue-term-refresh': string;
|
|
97
|
-
'fabric.linking.learn_more_about_connecting_account': string;
|
|
98
|
-
'fabric.linking.learn_more_about_connecting_account-appify': string;
|
|
99
|
-
'fabric.linking.learn_more_about_smart_links': string;
|
|
100
|
-
'fabric.linking.link_safety_warning_message': string;
|
|
101
|
-
'fabric.linking.loading': string;
|
|
102
|
-
'fabric.linking.modified_on_absolute': string;
|
|
103
|
-
'fabric.linking.modified_on_relative': string;
|
|
104
|
-
'fabric.linking.more_actions': string;
|
|
105
|
-
'fabric.linking.no_access_title': string;
|
|
106
|
-
'fabric.linking.not_found_description': string;
|
|
107
|
-
'fabric.linking.not_found_title': string;
|
|
108
|
-
'fabric.linking.open_issue_in_jira': string;
|
|
109
|
-
'fabric.linking.open_issue_in_jira-issue-term-refresh': string;
|
|
110
|
-
'fabric.linking.open_link_in_a_new_tab': string;
|
|
111
|
-
'fabric.linking.owned_by': string;
|
|
112
|
-
'fabric.linking.owned_by_override': string;
|
|
113
|
-
'fabric.linking.pending_request': string;
|
|
114
|
-
'fabric.linking.preview_close': string;
|
|
115
|
-
'fabric.linking.preview_description': string;
|
|
116
|
-
'fabric.linking.preview_improved': string;
|
|
117
|
-
'fabric.linking.preview_max_size': string;
|
|
118
|
-
'fabric.linking.preview_min_size': string;
|
|
119
|
-
'fabric.linking.preview_modal': string;
|
|
120
|
-
'fabric.linking.preview_panel': string;
|
|
121
|
-
'fabric.linking.priority_blocker': string;
|
|
122
|
-
'fabric.linking.priority_critical': string;
|
|
123
|
-
'fabric.linking.priority_high': string;
|
|
124
|
-
'fabric.linking.priority_highest': string;
|
|
125
|
-
'fabric.linking.priority_low': string;
|
|
126
|
-
'fabric.linking.priority_lowest': string;
|
|
127
|
-
'fabric.linking.priority_major': string;
|
|
128
|
-
'fabric.linking.priority_medium': string;
|
|
129
|
-
'fabric.linking.priority_minor': string;
|
|
130
|
-
'fabric.linking.priority_trivial': string;
|
|
131
|
-
'fabric.linking.priority_undefined': string;
|
|
132
|
-
'fabric.linking.read_time': string;
|
|
133
|
-
'fabric.linking.related': string;
|
|
134
|
-
'fabric.linking.related_links_found_in': string;
|
|
135
|
-
'fabric.linking.related_links_includes_links_to': string;
|
|
136
|
-
'fabric.linking.related_links_modal_error_description': string;
|
|
137
|
-
'fabric.linking.related_links_modal_error_title': string;
|
|
138
|
-
'fabric.linking.related_links_modal_title': string;
|
|
139
|
-
'fabric.linking.related_links_modal_unavailable_description': string;
|
|
140
|
-
'fabric.linking.related_links_modal_unavailable_title': string;
|
|
141
|
-
'fabric.linking.related_links_not_found': string;
|
|
142
|
-
'fabric.linking.related_links_view_related_links': string;
|
|
143
|
-
'fabric.linking.related_links_view_related_urls': string;
|
|
144
|
-
'fabric.linking.request_access': string;
|
|
145
|
-
'fabric.linking.request_access_description': string;
|
|
146
|
-
'fabric.linking.request_access_pending': string;
|
|
147
|
-
'fabric.linking.request_access_pending_description': string;
|
|
148
|
-
'fabric.linking.request_access_pending_title': string;
|
|
149
|
-
'fabric.linking.request_access_to_view': string;
|
|
150
|
-
'fabric.linking.request_access_to_view-issue-term-refresh': string;
|
|
151
|
-
'fabric.linking.request_denied': string;
|
|
152
|
-
'fabric.linking.request_denied_description': string;
|
|
153
|
-
'fabric.linking.restricted_link': string;
|
|
154
|
-
'fabric.linking.retry': string;
|
|
155
|
-
'fabric.linking.save': string;
|
|
156
|
-
'fabric.linking.sent_on_absolute': string;
|
|
157
|
-
'fabric.linking.sent_on_relative': string;
|
|
158
|
-
'fabric.linking.srclink': string;
|
|
159
|
-
'fabric.linking.srclinkunknown': string;
|
|
160
|
-
'fabric.linking.status_change_load_error': string;
|
|
161
|
-
'fabric.linking.status_change_permission_error': string;
|
|
162
|
-
'fabric.linking.status_change_permission_error-issue-term-refresh': string;
|
|
163
|
-
'fabric.linking.status_change_update_error': string;
|
|
164
|
-
'fabric.linking.team_members_count': string;
|
|
165
|
-
'fabric.linking.try_again': string;
|
|
166
|
-
'fabric.linking.try_another_account': string;
|
|
167
|
-
'fabric.linking.unassigned': string;
|
|
168
|
-
'fabric.linking.unauthorised_account_description': string;
|
|
169
|
-
'fabric.linking.unauthorised_account_description_no_provider': string;
|
|
170
|
-
'fabric.linking.unauthorised_account_name': string;
|
|
171
|
-
'fabric.linking.unauthorised_account_name_no_provider': string;
|
|
172
|
-
'fabric.linking.unfollow': string;
|
|
173
|
-
'fabric.linking.unfollow_goal': string;
|
|
174
|
-
'fabric.linking.unfollow_goal_description': string;
|
|
175
|
-
'fabric.linking.unfollow_goal_error': string;
|
|
176
|
-
'fabric.linking.unfollow_project': string;
|
|
177
|
-
'fabric.linking.unfollow_project_description': string;
|
|
178
|
-
'fabric.linking.unfollow_project_description-galaxia': string;
|
|
179
|
-
'fabric.linking.unfollow_project_error': string;
|
|
180
|
-
'fabric.linking.unfollow_project_error-galaxia': string;
|
|
181
|
-
'fabric.linking.unlink_account': string;
|
|
182
|
-
'fabric.linking.updated_by': string;
|
|
183
|
-
'fabric.linking.user_attributes': string;
|
|
184
|
-
'fabric.linking.view': string;
|
|
185
|
-
};
|
|
186
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-smart-card/i18n/zh';
|
|
8
|
+
export default translations;
|
|
@@ -4,183 +4,5 @@
|
|
|
4
4
|
* This file is automatically generated by Traduki 2.0.
|
|
5
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
6
|
*/
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
'automation-menu.empty-state.image.alt': string;
|
|
10
|
-
'automation-menu.empty-state.learn-more.link': string;
|
|
11
|
-
'automation-menu.modal.empty.automations.admin.description': string;
|
|
12
|
-
'automation-menu.modal.empty.automations.user.description': string;
|
|
13
|
-
'automation-menu.modal.error.description': string;
|
|
14
|
-
'automation-menu.modal.error.image.alt': string;
|
|
15
|
-
'automation-menu.modal.footer.automate-button': string;
|
|
16
|
-
'automation-menu.modal.footer.cancel-button': string;
|
|
17
|
-
'automation-menu.modal.footer.get-started-button': string;
|
|
18
|
-
'automation-menu.modal.footer.ok-button': string;
|
|
19
|
-
'automation-menu.modal.header.icon.label': string;
|
|
20
|
-
'automation-menu.success-state.message': string;
|
|
21
|
-
'fabric.linking.access_exists_description': string;
|
|
22
|
-
'fabric.linking.actions': string;
|
|
23
|
-
'fabric.linking.add_account': string;
|
|
24
|
-
'fabric.linking.ai_summarize': string;
|
|
25
|
-
'fabric.linking.ai_summarized': string;
|
|
26
|
-
'fabric.linking.ai_summarized_abbreviation': string;
|
|
27
|
-
'fabric.linking.ai_summarized_info': string;
|
|
28
|
-
'fabric.linking.ai_summarized_info_short': string;
|
|
29
|
-
'fabric.linking.ai_summarizing': string;
|
|
30
|
-
'fabric.linking.ai_summary_action': string;
|
|
31
|
-
'fabric.linking.ai_summary_action_description': string;
|
|
32
|
-
'fabric.linking.ai_summary_error_acceptable_use_violation': string;
|
|
33
|
-
'fabric.linking.ai_summary_error_exceeding_context_length_error': string;
|
|
34
|
-
'fabric.linking.ai_summary_error_generic': string;
|
|
35
|
-
'fabric.linking.ai_summary_error_hipaa_content_detected': string;
|
|
36
|
-
'fabric.linking.assigned_to': string;
|
|
37
|
-
'fabric.linking.automation-action.confluence.page.modal.description': string;
|
|
38
|
-
'fabric.linking.automation-action.confluence.page.modal.title': string;
|
|
39
|
-
'fabric.linking.automation-action.icon.label': string;
|
|
40
|
-
'fabric.linking.automation-action.title': string;
|
|
41
|
-
'fabric.linking.automation-action.tooltip': string;
|
|
42
|
-
'fabric.linking.beta': string;
|
|
43
|
-
'fabric.linking.cancel': string;
|
|
44
|
-
'fabric.linking.cannot_connect': string;
|
|
45
|
-
'fabric.linking.cannot_find_link': string;
|
|
46
|
-
'fabric.linking.check_this_link': string;
|
|
47
|
-
'fabric.linking.click_to_join': string;
|
|
48
|
-
'fabric.linking.click_to_join_description': string;
|
|
49
|
-
'fabric.linking.close': string;
|
|
50
|
-
'fabric.linking.connect_account_description': string;
|
|
51
|
-
'fabric.linking.connect_link_account': string;
|
|
52
|
-
'fabric.linking.connect_link_account_card_view': string;
|
|
53
|
-
'fabric.linking.connect_link_account_card_view_description': string;
|
|
54
|
-
'fabric.linking.connect_link_account_card_view_name': string;
|
|
55
|
-
'fabric.linking.connect_to': string;
|
|
56
|
-
'fabric.linking.connect_unauthorised_account_action': string;
|
|
57
|
-
'fabric.linking.connect_unauthorised_account_description': string;
|
|
58
|
-
'fabric.linking.connect_unauthorised_account_description-appify': string;
|
|
59
|
-
'fabric.linking.connect_unauthorised_account_description_no_provider': string;
|
|
60
|
-
'fabric.linking.connect_unauthorised_account_description_no_provider-appify': string;
|
|
61
|
-
'fabric.linking.continue': string;
|
|
62
|
-
'fabric.linking.copied_summary_action_description': string;
|
|
63
|
-
'fabric.linking.copied_url_to_clipboard': string;
|
|
64
|
-
'fabric.linking.copy_summary_action': string;
|
|
65
|
-
'fabric.linking.copy_summary_action_description': string;
|
|
66
|
-
'fabric.linking.copy_url_to_clipboard': string;
|
|
67
|
-
'fabric.linking.couldnt_load_link': string;
|
|
68
|
-
'fabric.linking.create_on_absolute': string;
|
|
69
|
-
'fabric.linking.create_on_relative': string;
|
|
70
|
-
'fabric.linking.created_by': string;
|
|
71
|
-
'fabric.linking.delete': string;
|
|
72
|
-
'fabric.linking.direct_access': string;
|
|
73
|
-
'fabric.linking.direct_access_description': string;
|
|
74
|
-
'fabric.linking.direct_access_title': string;
|
|
75
|
-
'fabric.linking.download': string;
|
|
76
|
-
'fabric.linking.download_description': string;
|
|
77
|
-
'fabric.linking.download_file': string;
|
|
78
|
-
'fabric.linking.edit': string;
|
|
79
|
-
'fabric.linking.follow': string;
|
|
80
|
-
'fabric.linking.follow_goal': string;
|
|
81
|
-
'fabric.linking.follow_goal_description': string;
|
|
82
|
-
'fabric.linking.follow_goal_error': string;
|
|
83
|
-
'fabric.linking.follow_project': string;
|
|
84
|
-
'fabric.linking.follow_project_description': string;
|
|
85
|
-
'fabric.linking.follow_project_description-galaxia': string;
|
|
86
|
-
'fabric.linking.follow_project_error': string;
|
|
87
|
-
'fabric.linking.follow_project_error-galaxia': string;
|
|
88
|
-
'fabric.linking.forbidden_access': string;
|
|
89
|
-
'fabric.linking.forbidden_description': string;
|
|
90
|
-
'fabric.linking.forbidden_title': string;
|
|
91
|
-
'fabric.linking.generic_error_message': string;
|
|
92
|
-
'fabric.linking.go_back': string;
|
|
93
|
-
'fabric.linking.invalid_permissions': string;
|
|
94
|
-
'fabric.linking.invalid_permissions_description': string;
|
|
95
|
-
'fabric.linking.join_to_view': string;
|
|
96
|
-
'fabric.linking.join_to_view-issue-term-refresh': string;
|
|
97
|
-
'fabric.linking.learn_more_about_connecting_account': string;
|
|
98
|
-
'fabric.linking.learn_more_about_connecting_account-appify': string;
|
|
99
|
-
'fabric.linking.learn_more_about_smart_links': string;
|
|
100
|
-
'fabric.linking.link_safety_warning_message': string;
|
|
101
|
-
'fabric.linking.loading': string;
|
|
102
|
-
'fabric.linking.modified_on_absolute': string;
|
|
103
|
-
'fabric.linking.modified_on_relative': string;
|
|
104
|
-
'fabric.linking.more_actions': string;
|
|
105
|
-
'fabric.linking.no_access_title': string;
|
|
106
|
-
'fabric.linking.not_found_description': string;
|
|
107
|
-
'fabric.linking.not_found_title': string;
|
|
108
|
-
'fabric.linking.open_issue_in_jira': string;
|
|
109
|
-
'fabric.linking.open_issue_in_jira-issue-term-refresh': string;
|
|
110
|
-
'fabric.linking.open_link_in_a_new_tab': string;
|
|
111
|
-
'fabric.linking.owned_by': string;
|
|
112
|
-
'fabric.linking.owned_by_override': string;
|
|
113
|
-
'fabric.linking.pending_request': string;
|
|
114
|
-
'fabric.linking.preview_close': string;
|
|
115
|
-
'fabric.linking.preview_description': string;
|
|
116
|
-
'fabric.linking.preview_improved': string;
|
|
117
|
-
'fabric.linking.preview_max_size': string;
|
|
118
|
-
'fabric.linking.preview_min_size': string;
|
|
119
|
-
'fabric.linking.preview_modal': string;
|
|
120
|
-
'fabric.linking.preview_panel': string;
|
|
121
|
-
'fabric.linking.priority_blocker': string;
|
|
122
|
-
'fabric.linking.priority_critical': string;
|
|
123
|
-
'fabric.linking.priority_high': string;
|
|
124
|
-
'fabric.linking.priority_highest': string;
|
|
125
|
-
'fabric.linking.priority_low': string;
|
|
126
|
-
'fabric.linking.priority_lowest': string;
|
|
127
|
-
'fabric.linking.priority_major': string;
|
|
128
|
-
'fabric.linking.priority_medium': string;
|
|
129
|
-
'fabric.linking.priority_minor': string;
|
|
130
|
-
'fabric.linking.priority_trivial': string;
|
|
131
|
-
'fabric.linking.priority_undefined': string;
|
|
132
|
-
'fabric.linking.read_time': string;
|
|
133
|
-
'fabric.linking.related': string;
|
|
134
|
-
'fabric.linking.related_links_found_in': string;
|
|
135
|
-
'fabric.linking.related_links_includes_links_to': string;
|
|
136
|
-
'fabric.linking.related_links_modal_error_description': string;
|
|
137
|
-
'fabric.linking.related_links_modal_error_title': string;
|
|
138
|
-
'fabric.linking.related_links_modal_title': string;
|
|
139
|
-
'fabric.linking.related_links_modal_unavailable_description': string;
|
|
140
|
-
'fabric.linking.related_links_modal_unavailable_title': string;
|
|
141
|
-
'fabric.linking.related_links_not_found': string;
|
|
142
|
-
'fabric.linking.related_links_view_related_links': string;
|
|
143
|
-
'fabric.linking.related_links_view_related_urls': string;
|
|
144
|
-
'fabric.linking.request_access': string;
|
|
145
|
-
'fabric.linking.request_access_description': string;
|
|
146
|
-
'fabric.linking.request_access_pending': string;
|
|
147
|
-
'fabric.linking.request_access_pending_description': string;
|
|
148
|
-
'fabric.linking.request_access_pending_title': string;
|
|
149
|
-
'fabric.linking.request_access_to_view': string;
|
|
150
|
-
'fabric.linking.request_access_to_view-issue-term-refresh': string;
|
|
151
|
-
'fabric.linking.request_denied': string;
|
|
152
|
-
'fabric.linking.request_denied_description': string;
|
|
153
|
-
'fabric.linking.restricted_link': string;
|
|
154
|
-
'fabric.linking.retry': string;
|
|
155
|
-
'fabric.linking.save': string;
|
|
156
|
-
'fabric.linking.sent_on_absolute': string;
|
|
157
|
-
'fabric.linking.sent_on_relative': string;
|
|
158
|
-
'fabric.linking.srclink': string;
|
|
159
|
-
'fabric.linking.srclinkunknown': string;
|
|
160
|
-
'fabric.linking.status_change_load_error': string;
|
|
161
|
-
'fabric.linking.status_change_permission_error': string;
|
|
162
|
-
'fabric.linking.status_change_permission_error-issue-term-refresh': string;
|
|
163
|
-
'fabric.linking.status_change_update_error': string;
|
|
164
|
-
'fabric.linking.team_members_count': string;
|
|
165
|
-
'fabric.linking.try_again': string;
|
|
166
|
-
'fabric.linking.try_another_account': string;
|
|
167
|
-
'fabric.linking.unassigned': string;
|
|
168
|
-
'fabric.linking.unauthorised_account_description': string;
|
|
169
|
-
'fabric.linking.unauthorised_account_description_no_provider': string;
|
|
170
|
-
'fabric.linking.unauthorised_account_name': string;
|
|
171
|
-
'fabric.linking.unauthorised_account_name_no_provider': string;
|
|
172
|
-
'fabric.linking.unfollow': string;
|
|
173
|
-
'fabric.linking.unfollow_goal': string;
|
|
174
|
-
'fabric.linking.unfollow_goal_description': string;
|
|
175
|
-
'fabric.linking.unfollow_goal_error': string;
|
|
176
|
-
'fabric.linking.unfollow_project': string;
|
|
177
|
-
'fabric.linking.unfollow_project_description': string;
|
|
178
|
-
'fabric.linking.unfollow_project_description-galaxia': string;
|
|
179
|
-
'fabric.linking.unfollow_project_error': string;
|
|
180
|
-
'fabric.linking.unfollow_project_error-galaxia': string;
|
|
181
|
-
'fabric.linking.unlink_account': string;
|
|
182
|
-
'fabric.linking.updated_by': string;
|
|
183
|
-
'fabric.linking.user_attributes': string;
|
|
184
|
-
'fabric.linking.view': string;
|
|
185
|
-
};
|
|
186
|
-
export default _default;
|
|
7
|
+
import translations from '@atlaskit/afm-i18n-platform-linking-platform-smart-card/i18n/zh_TW';
|
|
8
|
+
export default translations;
|
package/dist/types/messages.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { type MessageDescriptor } from 'react-intl';
|
|
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
3
|
export type RovoChatActionMessageKey = 'rovo_prompt_context_generic' | 'rovo_prompt_context_generic_plural' | 'rovo_prompt_context_confluence_page' | 'rovo_prompt_context_jira_work_item' | 'rovo_prompt_message_summarize' | 'rovo_prompt_button_ask_rovo_anything' | 'rovo_prompt_message_ask_rovo_anything' | 'rovo_prompt_button_highlight_relevant_content' | 'rovo_prompt_message_highlight_relevant_content' | 'rovo_prompt_button_identify_key_trends' | 'rovo_prompt_message_identify_key_trends' | 'rovo_prompt_button_identify_key_points' | 'rovo_prompt_message_identify_key_points' | 'rovo_prompt_button_find_open_questions' | 'rovo_prompt_message_find_open_questions' | 'rovo_prompt_button_key_highlights' | 'rovo_prompt_message_key_highlights' | 'rovo_prompt_message_summarize_document' | 'rovo_prompt_message_summarize_presentation' | 'rovo_prompt_button_explain_code' | 'rovo_prompt_message_explain_code' | 'rovo_prompt_button_catch_up' | 'rovo_prompt_message_catch_up' | 'rovo_prompt_button_salesforce_prep' | 'rovo_prompt_message_salesforce_prep';
|
|
4
|
-
export type MessageKey = 'assigned_to' | 'ai_summarize' | 'change_status' | 'ai_summarized_abbreviation' | 'ai_summarized_info' | 'ai_summarized_info_short' | 'ai_summary_error_generic_rebrand' | 'ai_summary_error_acceptable_use_violation' | 'ai_summary_error_hipaa_content_detected' | 'ai_summary_error_exceeding_context_length_error' | 'ai_summary_action_rebrand' | 'ai_summary_action_description' | 'ai_summary_action_description_rebrand' | 'automation_action_title' | 'automation_action_tooltip' | 'automation_action_icon_label' | 'automation_action_confluence_page_modal_title' | 'automation_action_confluence_page_modal_description' | 'copy_summary_action' | 'copy_summary_action_description' | 'copied_summary_action_description' | 'beta' | 'cannot_find_link' | 'compass_applied_components_count' | 'connect_link_account_card' | 'connect_link_account_card_name' | 'connect_link_account_preview' | 'connect_link_account_card_description' | '
|
|
4
|
+
export type MessageKey = 'assigned_to' | 'ai_summarize' | 'change_status' | 'ai_summarized_abbreviation' | 'ai_summarized_info' | 'ai_summarized_info_short' | 'ai_summary_error_generic_rebrand' | 'ai_summary_error_acceptable_use_violation' | 'ai_summary_error_hipaa_content_detected' | 'ai_summary_error_exceeding_context_length_error' | 'ai_summary_action_rebrand' | 'ai_summary_action_description' | 'ai_summary_action_description_rebrand' | 'automation_action_title' | 'automation_action_tooltip' | 'automation_action_icon_label' | 'automation_action_confluence_page_modal_title' | 'automation_action_confluence_page_modal_description' | 'copy_summary_action' | 'copy_summary_action_description' | 'copied_summary_action_description' | 'beta' | 'cannot_find_link' | 'compass_applied_components_count' | 'connect_link_account_card' | 'connect_link_account_card_name' | 'connect_link_account_preview' | 'connect_link_account_card_description' | 'connect_link_account_embed_carousel_button_back' | 'connect_link_account_embed_carousel_button_next' | 'connect_link_account_embed_carousel_dot_label' | 'connect_link_account_embed_carousel_dot_row_label' | 'connect_link_account_embed_carousel_sl_description' | 'connect_link_account_embed_carousel_sl_title' | 'connect_link_account_embed_carousel_rovo_description' | 'connect_link_account_embed_carousel_rovo_title' | 'connect_link_account_embed_carousel_rovochat_description' | 'connect_link_account_embed_carousel_rovochat_title' | 'connect_link_account_success_flag_description' | 'connect_link_account_success_flag_title' | 'connect_link_account_success_flag_title_default' | 'connect_unauthorised_account_action' | 'connect_3p_account' | 'connect_inline_social_proof' | 'social_proof_inline_cta_tag_high_with_context' | 'social_proof_inline_cta_tag_high_no_context' | 'social_proof_inline_cta_tag_low_with_context' | 'social_proof_inline_cta_tag_low_no_context' | 'connect_unauthorised_account_description' | 'connect_unauthorised_account_description_no_provider' | 'continue' | 'copy_url_to_clipboard' | 'copied_url_to_clipboard' | 'could_not_load_link' | 'download' | 'download_description' | 'download_file' | 'follow' | 'follow_project_description' | 'follow_project_descriptionGalaxia' | 'follow_project' | 'follow_goal' | 'follow_goal_description' | 'follow_project_error' | 'follow_project_errorGalaxia' | 'follow_goal_error' | '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' | 'owned_by_override' | 'preview_description' | 'preview_improved' | 'preview_modal' | 'preview_panel' | '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' | 'rovo_actions_explore' | 'unassigned' | 'unfollow' | 'unfollow_project_description' | 'unfollow_project_descriptionGalaxia' | 'unfollow_project' | 'unfollow_project_error' | 'unfollow_project_errorGalaxia' | 'unfollow_goal' | 'unfollow_goal_description' | 'unfollow_goal_error' | 'user_attributes' | 'view' | 'viewIn' | 'viewInProvider' | 'viewOriginal' | 'actions' | 'add_account' | 'cancel' | 'close' | 'connect_to' | 'connect_account_description' | 'retry' | 'save' | 'unlink_account' | RequestAccessMessageKey | 'related' | 'generic_error_message' | 'related_links_modal_error_title' | 'related_links_modal_error_description' | 'related_links_modal_unavailable_title' | 'related_links_modal_unavailable_description' | 'related_links_modal_title' | 'related_links_view_related_urls' | 'related_links_view_related_links' | 'related_links_found_in' | 'related_links_includes_links_to' | 'related_links_not_found' | 'join_to_viewIssueTermRefresh' | 'open_issue_in_jiraIssueTermRefresh' | 'request_access_to_viewIssueTermRefresh' | 'team_members_count' | 'status_change_permission_errorIssueTermRefresh' | 'connect_unauthorised_account_description_appify' | 'connect_unauthorised_account_description_no_provider_appify' | 'learn_more_about_connecting_account_experiment_shorter' | 'learn_more_about_connecting_account_appify' | 'rovo_summary_loading' | 'ai_disclaimer' | 'rovo_unauthorised_title' | 'rovo_unauthorised_title_no_provider' | 'rovo_unauthorised_feature_clear_link_names' | 'rovo_unauthorised_feature_understand_linked_docs' | 'rovo_unauthorised_feature_go_deeper_smart_suggestions' | 'rovo_unauthorised_connect_account' | 'rovo_unauthorised_not_now' | 'rovo_chat_action_section_header' | 'rovo_prompt_button_summarize_this' | 'rovo_prompt_button_ask_a_specific_question' | 'rovo_prompt_button_show_me_whats_relevant' | RovoChatActionMessageKey | 'pre_auth_block_social_proof_not_low' | 'pre_auth_block_social_proof_low';
|
|
5
5
|
type Messages = {
|
|
6
6
|
[K in MessageKey]: MessageDescriptor;
|
|
7
7
|
};
|
|
@@ -13,6 +13,8 @@ type CarouselSlideProps = {
|
|
|
13
13
|
iconLabel?: string;
|
|
14
14
|
/** Large hero image — a React element (e.g. SVG/img) or a URL string */
|
|
15
15
|
image: React.ReactNode | string;
|
|
16
|
+
/** Called when the user clicks the secondary "Back" button; omit on first slide */
|
|
17
|
+
onBackClick?: () => void;
|
|
16
18
|
/** Called when the user clicks a dot indicator to jump to that slide index */
|
|
17
19
|
onDotClick?: (index: number) => void;
|
|
18
20
|
/** Called when the user clicks the secondary "See next" button; omit on last slide */
|
|
@@ -35,5 +37,5 @@ type CarouselSlideProps = {
|
|
|
35
37
|
/** Total number of slides (for the dot indicators) */
|
|
36
38
|
totalSlides: number;
|
|
37
39
|
};
|
|
38
|
-
declare const CarouselSlide: ({ icon, iconLabel, title, description, image, primaryButtonLabel, onPrimaryButtonClick, onDotClick, onNextClick, slideIndex, totalSlides, size, testId, }: CarouselSlideProps) => React.JSX.Element;
|
|
40
|
+
declare const CarouselSlide: ({ icon, iconLabel, title, description, image, primaryButtonLabel, onPrimaryButtonClick, onBackClick, onDotClick, onNextClick, slideIndex, totalSlides, size, testId, }: CarouselSlideProps) => React.JSX.Element;
|
|
39
41
|
export default CarouselSlide;
|
|
@@ -9,6 +9,8 @@ type CarouselProps = {
|
|
|
9
9
|
icon?: React.ReactNode | string;
|
|
10
10
|
/** Alt for the icon, e.g. "Figma" */
|
|
11
11
|
iconLabel?: string;
|
|
12
|
+
/** Initial slide index — only used in VR tests via magnetic-di injection */
|
|
13
|
+
initialSlideIndex?: number;
|
|
12
14
|
/** Ordered list of teaser slides */
|
|
13
15
|
items: CarouselItem[];
|
|
14
16
|
/** Called when the user clicks the primary button */
|
|
@@ -18,5 +20,5 @@ type CarouselProps = {
|
|
|
18
20
|
/** testId prefix */
|
|
19
21
|
testId?: string;
|
|
20
22
|
};
|
|
21
|
-
declare const Carousel: ({ icon, iconLabel, items, onPrimaryButtonClick, primaryButtonLabel, testId, }: CarouselProps) => React.JSX.Element;
|
|
23
|
+
declare const Carousel: ({ icon, iconLabel, initialSlideIndex, items, onPrimaryButtonClick, primaryButtonLabel, testId, }: CarouselProps) => React.JSX.Element;
|
|
22
24
|
export default Carousel;
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { type UnauthorizedViewProps } from './types';
|
|
3
|
+
declare const UnauthorizedCarouselView: ({ context, frameStyle, inheritDimensions, isSelected, onAuthorize, onClick, testId, url, }: UnauthorizedViewProps) => React.JSX.Element;
|
|
4
|
+
export default UnauthorizedCarouselView;
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* @jsxRuntime classic
|
|
3
|
+
* @jsx jsx
|
|
4
|
+
*/
|
|
5
|
+
import React from 'react';
|
|
6
|
+
type IconSlotProps = {
|
|
7
|
+
h: number;
|
|
8
|
+
icon: React.ReactNode;
|
|
9
|
+
w: number;
|
|
10
|
+
x: number;
|
|
11
|
+
y: number;
|
|
12
|
+
};
|
|
13
|
+
declare const IconSlot: ({ icon, x, y, w, h }: IconSlotProps) => React.JSX.Element | null;
|
|
14
|
+
export default IconSlot;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { type LogoProps } from '@atlaskit/logo/types';
|
|
3
|
+
import type { ParentProductType } from '../types';
|
|
4
|
+
type ProductIconProps = {
|
|
5
|
+
product?: ParentProductType;
|
|
6
|
+
size?: LogoProps['size'];
|
|
7
|
+
};
|
|
8
|
+
declare const ProductIcon: ({ product, size }: ProductIconProps) => React.JSX.Element;
|
|
9
|
+
export default ProductIcon;
|
package/dist/types/view/EmbedCard/views/unauthorized-view/carousel-images/RovoChatBenefitImage.d.ts
ADDED
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type RovoChatBenefitImageProps = {
|
|
3
|
+
productIcon?: React.ReactNode;
|
|
4
|
+
productIconAlt?: React.ReactNode;
|
|
5
|
+
providerIcon?: React.ReactNode;
|
|
6
|
+
};
|
|
7
|
+
declare const RovoChatBenefitImage: ({ productIcon, productIconAlt, providerIcon, }: RovoChatBenefitImageProps) => JSX.Element;
|
|
8
|
+
export default RovoChatBenefitImage;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
type RovoSearchBenefitImageProps = {
|
|
3
|
+
productIcon?: React.ReactNode;
|
|
4
|
+
productIconAlt?: React.ReactNode;
|
|
5
|
+
providerIcon?: React.ReactNode;
|
|
6
|
+
};
|
|
7
|
+
declare const RovoSearchBenefitImage: ({ productIcon, productIconAlt, providerIcon, }: RovoSearchBenefitImageProps) => JSX.Element;
|
|
8
|
+
export default RovoSearchBenefitImage;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { type UnauthorizedViewProps } from './types';
|
|
3
|
-
declare const
|
|
4
|
-
export default
|
|
3
|
+
declare const UnauthorizedViewGated: (props: UnauthorizedViewProps) => React.JSX.Element;
|
|
4
|
+
export default UnauthorizedViewGated;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/smart-card",
|
|
3
|
-
"version": "45.
|
|
3
|
+
"version": "45.13.0",
|
|
4
4
|
"description": "Smart card component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"@atlaskit/platform-feature-flags": "^2.1.0",
|
|
77
77
|
"@atlaskit/platform-feature-flags-react": "^1.1.0",
|
|
78
78
|
"@atlaskit/popup": "^5.1.0",
|
|
79
|
-
"@atlaskit/primitives": "^22.
|
|
79
|
+
"@atlaskit/primitives": "^22.2.0",
|
|
80
80
|
"@atlaskit/react-compiler-gating": "^0.2.0",
|
|
81
81
|
"@atlaskit/react-ufo": "^7.3.0",
|
|
82
82
|
"@atlaskit/rovo-triggers": "^10.2.0",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"@atlaskit/textfield": "^9.1.0",
|
|
89
89
|
"@atlaskit/theme": "^26.1.0",
|
|
90
90
|
"@atlaskit/tile": "^2.3.0",
|
|
91
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
91
|
+
"@atlaskit/tmp-editor-statsig": "^133.1.0",
|
|
92
92
|
"@atlaskit/tokens": "^16.3.0",
|
|
93
93
|
"@atlaskit/tooltip": "^23.1.0",
|
|
94
94
|
"@atlaskit/ufo": "^1.0.0",
|