@atlaskit/smart-card 38.5.3 → 38.5.5
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 +15 -0
- package/compass.yml +68 -19
- package/dist/cjs/common/ui/icons/generic-error-icon.js +1 -2
- package/dist/cjs/extractors/flexible/index.js +1 -2
- package/dist/cjs/extractors/inline/index.js +2 -2
- package/dist/cjs/i18n/de.js +1 -0
- package/dist/cjs/i18n/en.js +1 -0
- package/dist/cjs/i18n/en_GB.js +1 -0
- package/dist/cjs/i18n/en_ZZ.js +1 -0
- package/dist/cjs/i18n/fr.js +8 -0
- package/dist/cjs/i18n/hr.js +180 -0
- package/dist/cjs/i18n/pl.js +1 -0
- package/dist/cjs/i18n/ru.js +1 -0
- package/dist/cjs/i18n/sk.js +159 -79
- package/dist/cjs/i18n/zh.js +1 -0
- package/dist/cjs/i18n/zh_TW.js +1 -0
- package/dist/cjs/ssr.js +1 -2
- package/dist/cjs/state/helpers.js +14 -1
- package/dist/cjs/state/hooks/use-invoke-client-action/index.js +1 -2
- package/dist/cjs/state/modal/index.js +1 -2
- package/dist/cjs/utils/analytics/SmartLinkAnalyticsContext.js +1 -2
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/utils/flexible.js +1 -2
- package/dist/cjs/utils/index.js +1 -2
- package/dist/cjs/utils/mocks.js +8 -4
- package/dist/cjs/view/BlockCard/views/ErroredView.js +1 -2
- package/dist/cjs/view/BlockCard/views/ForbiddenView.js +1 -2
- package/dist/cjs/view/BlockCard/views/NotFoundView.js +1 -2
- package/dist/cjs/view/BlockCard/views/ResolvedView.js +1 -2
- package/dist/cjs/view/BlockCard/views/UnauthorisedView.js +1 -2
- package/dist/cjs/view/BlockCard/views/unresolved-view/index.js +1 -2
- package/dist/cjs/view/BlockCard/views/utils/withFlexibleUIBlockCardStyle.js +1 -2
- package/dist/cjs/view/CardWithUrl/component-lazy/LazyIntersectionObserverCard.js +1 -2
- package/dist/cjs/view/CardWithUrl/component-lazy/LazyLazilyRenderCard.js +1 -2
- package/dist/cjs/view/CardWithUrl/component.js +4 -4
- package/dist/cjs/view/CardWithUrl/loader.js +1 -2
- package/dist/cjs/view/EmbedCard/components/ExpandedFrame.js +1 -2
- package/dist/cjs/view/EmbedCard/components/Frame.js +3 -4
- package/dist/cjs/view/EmbedCard/components/styled.js +12 -13
- package/dist/cjs/view/EmbedCard/views/ErroredView.js +1 -2
- package/dist/cjs/view/EmbedCard/views/forbidden-view/index.js +1 -2
- package/dist/cjs/view/EmbedCard/views/not-found-view/index.js +1 -2
- package/dist/cjs/view/EmbedCard/views/unauthorized-view/index.js +1 -2
- package/dist/cjs/view/EmbedCard/views/unresolved-view/index.js +1 -2
- package/dist/cjs/view/EmbedModal/components/analytics/index.js +1 -2
- package/dist/cjs/view/EmbedModal/components/embed-content/index.js +1 -2
- package/dist/cjs/view/EmbedModal/components/error-boundary/index.js +1 -2
- package/dist/cjs/view/EmbedModal/components/link-info/index.js +1 -2
- package/dist/cjs/view/EmbedModal/index.js +1 -2
- package/dist/cjs/view/EmbedModal/utils.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-button/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-icon/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/action/server-action/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/ai-summary-action/ai-summarise-action.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/ai-summary-action/ai-summary-action-component.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/ai-summary-action/copy-summary-action.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/test-utils.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/utils/api.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/main.js +4 -5
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/manual-triggers-form/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/menu-context/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/body/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/empty-state/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/error-state/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/execution-state-message/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/footer/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/header/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/rule/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-modal/sub-components/skeleton/main.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/automation-action/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/copy-link-action/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/download-action/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/follow-action/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/preview-action/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/view-related-links-action/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/actions/view-related-links-action/related-links-action-icon/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/action-footer/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/action-group/action-group-item/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/action-group/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/feature-discovery/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/resolved/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/block/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/element-group/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/footer-block/resolved/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/metadata-block/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/preview-block/resolved/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/resolved/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/blocks/utils.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/common/image-icon/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/common/loading-skeleton/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/common/motion-wrapper/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/common/with-override-css/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/container/hover-card-control/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/container/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/container/layered-link/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-atlaskit-badge-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-avatar-group-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-badge-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-date-time-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-icon-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-link-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/error-boundary/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/index.js +8 -9
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-error/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-item/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-items-group/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-trigger/index.js +4 -5
- package/dist/cjs/view/FlexibleCard/components/elements/common/base-text-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/common/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/media-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/snippet-element/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/components/elements/utils.js +1 -2
- package/dist/cjs/view/FlexibleCard/index.js +1 -2
- package/dist/cjs/view/FlexibleCard/utils.js +1 -2
- package/dist/cjs/view/HoverCard/components/ContentContainer.js +1 -2
- package/dist/cjs/view/HoverCard/components/HoverCardComponent.js +1 -2
- package/dist/cjs/view/HoverCard/components/HoverCardContent.js +1 -2
- package/dist/cjs/view/HoverCard/components/ImagePreview.js +1 -2
- package/dist/cjs/view/HoverCard/components/views/forbidden/index.js +1 -2
- package/dist/cjs/view/HoverCard/components/views/resolved/index.js +1 -2
- package/dist/cjs/view/HoverCard/components/views/unauthorised/index.js +1 -2
- package/dist/cjs/view/HoverCard/index.js +1 -2
- package/dist/cjs/view/InlineCard/Frame/index.js +1 -2
- package/dist/cjs/view/InlineCard/Frame/styled.js +1 -2
- package/dist/cjs/view/InlineCard/Icon.js +1 -2
- package/dist/cjs/view/InlineCard/IconAndTitleLayout/index.js +1 -2
- package/dist/cjs/view/InlineCard/IconAndTitleLayout/styled.js +1 -2
- package/dist/cjs/view/InlineCard/ResolvingView/styled.js +1 -2
- package/dist/cjs/view/InlineCard/common/action-button/index.js +1 -2
- package/dist/cjs/view/InlineCard/common/inline-lozenge/index.js +1 -2
- package/dist/cjs/view/InlineCard/index.js +1 -2
- package/dist/cjs/view/InlineCard/styled.js +1 -2
- package/dist/cjs/view/LinkUrl/LinkWarningModal/index.js +1 -2
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/EmptyState.js +1 -2
- package/dist/cjs/view/RelatedLinksModal/components/RelatedLinksBaseModal.js +1 -2
- package/dist/cjs/view/RelatedLinksModal/components/related-link-item/index.js +1 -2
- package/dist/cjs/view/RelatedLinksModal/components/related-links-list/index.js +1 -2
- package/dist/cjs/view/RelatedLinksModal/index.js +1 -2
- package/dist/cjs/view/RelatedLinksModal/views/errored/error-svg/index.js +1 -2
- package/dist/cjs/view/RelatedLinksModal/views/errored/error-svg/search-no-result/index.js +1 -2
- package/dist/cjs/view/RelatedLinksModal/views/resolving/index.js +1 -2
- package/dist/cjs/view/RelatedLinksModal/views/unavailable/unavailable-svg/index.js +1 -2
- package/dist/cjs/view/common/UnauthorisedViewContent.js +1 -2
- package/dist/cjs/view/common/ai-prism/ai-glowing-border/animated-svg-container.js +1 -2
- package/dist/cjs/view/common/ai-prism/ai-glowing-border/index.js +1 -2
- package/dist/cjs/view/common/ai-prism/index.js +1 -2
- package/dist/cjs/view/common/ai-summary/index.js +1 -2
- package/dist/cjs/view/common/render-svg.js +1 -2
- package/dist/cjs/view/common/stop-propagation/index.js +1 -2
- package/dist/es2019/extractors/inline/index.js +2 -2
- package/dist/es2019/i18n/de.js +1 -0
- package/dist/es2019/i18n/en.js +1 -0
- package/dist/es2019/i18n/en_GB.js +1 -0
- package/dist/es2019/i18n/en_ZZ.js +1 -0
- package/dist/es2019/i18n/fr.js +8 -0
- package/dist/es2019/i18n/hr.js +174 -0
- package/dist/es2019/i18n/pl.js +1 -0
- package/dist/es2019/i18n/ru.js +1 -0
- package/dist/es2019/i18n/sk.js +159 -79
- package/dist/es2019/i18n/zh.js +1 -0
- package/dist/es2019/i18n/zh_TW.js +1 -0
- package/dist/es2019/state/helpers.js +9 -0
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/utils/mocks.js +8 -4
- package/dist/es2019/view/CardWithUrl/component.js +4 -3
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/esm/extractors/inline/index.js +2 -2
- package/dist/esm/i18n/de.js +1 -0
- package/dist/esm/i18n/en.js +1 -0
- package/dist/esm/i18n/en_GB.js +1 -0
- package/dist/esm/i18n/en_ZZ.js +1 -0
- package/dist/esm/i18n/fr.js +8 -0
- package/dist/esm/i18n/hr.js +174 -0
- package/dist/esm/i18n/pl.js +1 -0
- package/dist/esm/i18n/ru.js +1 -0
- package/dist/esm/i18n/sk.js +159 -79
- package/dist/esm/i18n/zh.js +1 -0
- package/dist/esm/i18n/zh_TW.js +1 -0
- package/dist/esm/state/helpers.js +12 -0
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/utils/mocks.js +8 -4
- package/dist/esm/view/CardWithUrl/component.js +4 -3
- package/dist/esm/view/EmbedCard/components/Frame.js +2 -2
- package/dist/esm/view/EmbedCard/components/styled.js +11 -11
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/common/utils/api.js +1 -1
- package/dist/esm/view/FlexibleCard/components/actions/automation-action/automation-manual-triggers/manual-triggers-container/main.js +3 -3
- package/dist/esm/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/index.js +7 -7
- package/dist/esm/view/FlexibleCard/components/elements/common/base-lozenge-element/lozenge-action/lozenge-action-trigger/index.js +3 -3
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/types/__fixtures__/figma-entity.d.ts +1 -1
- package/dist/types/i18n/de.d.ts +1 -0
- package/dist/types/i18n/en.d.ts +1 -0
- package/dist/types/i18n/en_GB.d.ts +1 -0
- package/dist/types/i18n/en_ZZ.d.ts +1 -0
- package/dist/types/i18n/fr.d.ts +8 -0
- package/dist/types/i18n/hr.d.ts +173 -0
- package/dist/types/i18n/pl.d.ts +1 -0
- package/dist/types/i18n/ru.d.ts +1 -0
- package/dist/types/i18n/sk.d.ts +144 -65
- package/dist/types/i18n/zh.d.ts +1 -0
- package/dist/types/i18n/zh_TW.d.ts +1 -0
- package/dist/types/state/helpers.d.ts +2 -0
- package/dist/types/state/hooks/useSmartLink.d.ts +9 -2
- package/dist/types/utils/mocks.d.ts +5 -1
- package/dist/types-ts4.5/__fixtures__/figma-entity.d.ts +1 -1
- package/dist/types-ts4.5/i18n/de.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +1 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +1 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +8 -0
- package/dist/types-ts4.5/i18n/hr.d.ts +173 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +1 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +1 -0
- package/dist/types-ts4.5/i18n/sk.d.ts +144 -65
- package/dist/types-ts4.5/i18n/zh.d.ts +1 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +1 -0
- package/dist/types-ts4.5/state/helpers.d.ts +2 -0
- package/dist/types-ts4.5/state/hooks/useSmartLink.d.ts +9 -2
- package/dist/types-ts4.5/utils/mocks.d.ts +5 -1
- package/package.json +9 -9
package/dist/cjs/i18n/sk.js
CHANGED
|
@@ -4,6 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
+
/* prettier-ignore */
|
|
7
8
|
/**
|
|
8
9
|
* NOTE:
|
|
9
10
|
*
|
|
@@ -12,89 +13,168 @@ exports.default = void 0;
|
|
|
12
13
|
*/
|
|
13
14
|
//Slovak
|
|
14
15
|
var _default = exports.default = {
|
|
15
|
-
'
|
|
16
|
-
'
|
|
17
|
-
'
|
|
18
|
-
'
|
|
19
|
-
'
|
|
20
|
-
'
|
|
21
|
-
'
|
|
22
|
-
'
|
|
23
|
-
'
|
|
24
|
-
'
|
|
25
|
-
'
|
|
26
|
-
'
|
|
27
|
-
'fabric.linking.
|
|
28
|
-
'fabric.linking.
|
|
29
|
-
'fabric.linking.
|
|
16
|
+
'automation-menu.empty-state.image.alt': 'Ikona prázdneho zoznamu automatizácie',
|
|
17
|
+
'automation-menu.empty-state.learn-more.link': 'Ďalšie informácie o ručnom spúšťači',
|
|
18
|
+
'automation-menu.modal.empty.automations.admin.description': 'Pomocou ručného spúšťača môžete vyplniť ponuku výberov, ktoré môže ktokoľvek alebo vami určené osoby jedným kliknutím použiť ako automatizácie.',
|
|
19
|
+
'automation-menu.modal.empty.automations.user.description': 'Správcovia zatiaľ nenakonfigurovali žiadne ručne spúšťané automatizácie.',
|
|
20
|
+
'automation-menu.modal.error.description': 'Načítavanie trvá príliš dlho. Skúste obnoviť stránku.',
|
|
21
|
+
'automation-menu.modal.error.image.alt': 'Ikona chyby',
|
|
22
|
+
'automation-menu.modal.footer.automate-button': 'Zautomatizovať',
|
|
23
|
+
'automation-menu.modal.footer.cancel-button': 'Zrušiť',
|
|
24
|
+
'automation-menu.modal.footer.get-started-button': 'Vytvoriť automatizáciu',
|
|
25
|
+
'automation-menu.modal.footer.ok-button': 'Ok',
|
|
26
|
+
'automation-menu.modal.header.icon.label': 'Ikona hlavičky modálneho okna automatizácie',
|
|
27
|
+
'automation-menu.success-state.message': 'Prebieha automatizácia',
|
|
28
|
+
'fabric.linking.access_exists_description': 'Požiadajte o prístup k zobrazeniu tohto obsahu z lokality {hostname}.',
|
|
29
|
+
'fabric.linking.actions': 'Činnosti',
|
|
30
|
+
'fabric.linking.add_account': 'Pridať konto',
|
|
31
|
+
'fabric.linking.ai_summarize': 'Zhrnúť',
|
|
32
|
+
'fabric.linking.ai_summarized': 'Zhrnuté nástrojom Atlassian Intelligence',
|
|
33
|
+
'fabric.linking.ai_summarized_abbreviation': 'Zhrnuté nástrojom AI',
|
|
34
|
+
'fabric.linking.ai_summarized_info': 'Kvalita informácií sa môže meniť. <a>Ďalšie informácie</a>',
|
|
35
|
+
'fabric.linking.ai_summarized_info_short': 'Kvalita obsahu sa môže meniť',
|
|
36
|
+
'fabric.linking.ai_summarizing': 'Nástroj Atlassian Intelligence pracuje...',
|
|
37
|
+
'fabric.linking.ai_summary_action': 'Zhrnúť pomocou AI',
|
|
38
|
+
'fabric.linking.ai_summary_action_description': 'Vytvorte súhrn obsahu tohto prepojenia pomocou nástroja Atlassian Intelligence.',
|
|
39
|
+
'fabric.linking.ai_summary_error_acceptable_use_violation': 'Výsledky tohto súhrnu nie je možné zobraziť, pretože sú v rozpore so <a>Zásadami prijateľného používania spoločnosti Atlassian</a>.',
|
|
40
|
+
'fabric.linking.ai_summary_error_exceeding_context_length_error': 'Atlassian Intelligence momentálne nedokáže vygenerovať súhrn, pretože množstvo obsahu na zhrnutie je príliš veľké.',
|
|
41
|
+
'fabric.linking.ai_summary_error_generic': 'Nástroj Atlassian Intelligence (AI) neodpovedá. Skúste to znova neskôr alebo <a>skontrolujte stav nástroja AI</a>.',
|
|
42
|
+
'fabric.linking.ai_summary_error_hipaa_content_detected': 'Nástroj Atlassian Intelligence nemohol spracovať vašu požiadavku, pretože v obsahu sú prepojenia na obsah s obmedzeným prístupom podľa zákona HIPAA.',
|
|
43
|
+
'fabric.linking.assigned_to': 'Pridelené k položke {context}',
|
|
44
|
+
'fabric.linking.automation-action.confluence.page.modal.description': 'Použite automatizáciu na položku <b>{name}</b>.{br}Dostupné výbery sú určené správcami aplikácie Confluence a priestorov.',
|
|
45
|
+
'fabric.linking.automation-action.confluence.page.modal.title': 'Automatizácie stránok',
|
|
46
|
+
'fabric.linking.automation-action.icon.label': 'Ikona automatizácie',
|
|
47
|
+
'fabric.linking.automation-action.title': 'Zobraziť pravidlá automatizácie',
|
|
48
|
+
'fabric.linking.automation-action.tooltip': 'Vyberte pravidlo automatizácie, ktoré chcete spustiť.',
|
|
49
|
+
'fabric.linking.beta': 'Beta',
|
|
30
50
|
'fabric.linking.cancel': 'Zrušiť',
|
|
31
|
-
'fabric.linking.
|
|
32
|
-
'fabric.linking.
|
|
33
|
-
'fabric.linking.
|
|
34
|
-
'fabric.linking.
|
|
51
|
+
'fabric.linking.cannot_connect': 'Nedá sa pripojiť, skúste to znova',
|
|
52
|
+
'fabric.linking.cannot_find_link': 'Prepojenie sa nenašlo',
|
|
53
|
+
'fabric.linking.check_this_link': 'Vyskúšajte toto prepojenie',
|
|
54
|
+
'fabric.linking.click_to_join': 'Pripojiť sa k službe {context}',
|
|
55
|
+
'fabric.linking.click_to_join_description': 'Vaša požiadavka bola schválená, takže sa môžete hneď pripojiť k aplikácii {context}.',
|
|
35
56
|
'fabric.linking.close': 'Zatvoriť',
|
|
36
|
-
'fabric.linking.connect_account_description': 'Otvoríme novú stránku, aby sme vám pomohli
|
|
37
|
-
'fabric.linking.connect_link_account': 'Ak chcete zobraziť
|
|
57
|
+
'fabric.linking.connect_account_description': 'Otvoríme novú stránku, aby sme vám pomohli s pripojením k vášmu kontu {name}',
|
|
58
|
+
'fabric.linking.connect_link_account': 'Ak chcete zobraziť ukážku, pripojte sa',
|
|
38
59
|
'fabric.linking.connect_link_account_card_view': 'Pripojiť',
|
|
39
|
-
'fabric.linking.
|
|
40
|
-
'fabric.linking.
|
|
41
|
-
'fabric.linking.
|
|
42
|
-
'fabric.linking.
|
|
43
|
-
'fabric.linking.
|
|
44
|
-
'fabric.linking.
|
|
45
|
-
'fabric.linking.
|
|
46
|
-
'fabric.linking.
|
|
47
|
-
'fabric.linking.
|
|
48
|
-
'fabric.linking.
|
|
49
|
-
'fabric.linking.
|
|
50
|
-
'fabric.linking.
|
|
51
|
-
'fabric.linking.
|
|
52
|
-
'fabric.linking.
|
|
53
|
-
'fabric.linking.
|
|
54
|
-
'fabric.linking.
|
|
55
|
-
'fabric.linking.
|
|
56
|
-
'fabric.linking.
|
|
57
|
-
'fabric.linking.
|
|
58
|
-
'fabric.linking.
|
|
59
|
-
'fabric.linking.
|
|
60
|
-
'fabric.linking.
|
|
61
|
-
'fabric.linking.
|
|
62
|
-
'fabric.linking.
|
|
63
|
-
'fabric.linking.
|
|
64
|
-
'fabric.linking.
|
|
65
|
-
'fabric.linking.
|
|
66
|
-
'fabric.linking.
|
|
67
|
-
'fabric.linking.
|
|
60
|
+
'fabric.linking.connect_link_account_card_view_description': 'Ak chcete zobraziť ukážku tohto prepojenia, pripojte svoje konto {context}.',
|
|
61
|
+
'fabric.linking.connect_link_account_card_view_name': 'Pripojte svoje konto {context}',
|
|
62
|
+
'fabric.linking.connect_to': 'Pripojiť k službe {name}',
|
|
63
|
+
'fabric.linking.connect_unauthorised_account_action': 'Pripojiť k {context}',
|
|
64
|
+
'fabric.linking.connect_unauthorised_account_description': 'Pripojte svoje konto {context}, aby ste mohli spolupracovať v rámci produktov Atlassian.',
|
|
65
|
+
'fabric.linking.connect_unauthorised_account_description_no_provider': 'Pripojte svoje konto, aby ste mohli spolupracovať v rámci produktov Atlassian.',
|
|
66
|
+
'fabric.linking.continue': 'Pokračovať',
|
|
67
|
+
'fabric.linking.copied_summary_action_description': 'Súhrn bol skopírovaný do schránky.',
|
|
68
|
+
'fabric.linking.copied_url_to_clipboard': 'Skopírované!',
|
|
69
|
+
'fabric.linking.copy_summary_action': 'Kopírovať súhrn',
|
|
70
|
+
'fabric.linking.copy_summary_action_description': 'Kopírovať súhrn',
|
|
71
|
+
'fabric.linking.copy_url_to_clipboard': 'Kopírovať prepojenie',
|
|
72
|
+
'fabric.linking.couldnt_load_link': 'Toto prepojenie sa z neznámeho dôvodu nepodarilo načítať.',
|
|
73
|
+
'fabric.linking.create_on_absolute': 'Vytvorené: {context}',
|
|
74
|
+
'fabric.linking.create_on_relative': 'Vytvorené: {context}',
|
|
75
|
+
'fabric.linking.created_by': 'Vytvoril(a): {context}',
|
|
76
|
+
'fabric.linking.delete': 'Odstrániť',
|
|
77
|
+
'fabric.linking.direct_access': 'Pripojiť sa',
|
|
78
|
+
'fabric.linking.direct_access_description': 'Váš tím používa produkt {product} na spoluprácu a vy ho môžete začať ihneď používať.',
|
|
79
|
+
'fabric.linking.direct_access_title': 'Ak chcete zobraziť tento obsah, pripojte sa k produktu {product}.',
|
|
80
|
+
'fabric.linking.download': 'Stiahnuť',
|
|
81
|
+
'fabric.linking.download_description': 'Stiahnuť tento súbor do lokálneho úložiska',
|
|
82
|
+
'fabric.linking.download_file': 'Stiahnuť súbor',
|
|
83
|
+
'fabric.linking.edit': 'Upraviť',
|
|
84
|
+
'fabric.linking.follow': 'Sledovať',
|
|
85
|
+
'fabric.linking.follow_goal': 'Sledovať cieľ',
|
|
86
|
+
'fabric.linking.follow_goal_description': 'Ak chcete dostávať aktuálne informácie o tomto cieli, sledujte ho.',
|
|
87
|
+
'fabric.linking.follow_goal_error': 'Vyskytla sa chyba pri pokuse aktivovať sledovanie cieľa. Skontrolujte pripojenie alebo obnovte stránku a skúste to znova.',
|
|
88
|
+
'fabric.linking.follow_project': 'Sledovať projekt',
|
|
89
|
+
'fabric.linking.follow_project_description': 'Ak chcete dostávať upozornenia týkajúce sa tohto projektu, začnite ho sledovať.',
|
|
90
|
+
'fabric.linking.follow_project_error': 'Vyskytla sa chyba pri pokuse aktivovať sledovanie projektu. Skontrolujte pripojenie alebo obnovte stránku a skúste to znova.',
|
|
91
|
+
'fabric.linking.forbidden_access': 'Máte zakázaný prístup',
|
|
92
|
+
'fabric.linking.forbidden_description': 'Obráťte sa na správcu a požiadajte o prístup na lokalitu {hostname}.',
|
|
93
|
+
'fabric.linking.forbidden_title': 'K tomuto obsahu nemáte prístup.',
|
|
94
|
+
'fabric.linking.generic_error_message': 'Vyskytla sa chyba',
|
|
95
|
+
'fabric.linking.go_back': 'Vrátiť sa',
|
|
96
|
+
'fabric.linking.invalid_permissions': 'Obsah s obmedzeným prístupom',
|
|
97
|
+
'fabric.linking.invalid_permissions_description': 'Ak chcete zobraziť túto ukážku, požiadajte o prístup alebo vyskúšajte iné konto.',
|
|
98
|
+
'fabric.linking.join_to_view': 'Ak chcete zobraziť tento problém, pripojte sa k aplikácii {context}',
|
|
99
|
+
'fabric.linking.join_to_view-issue-term-refresh': 'Ak chcete zobraziť túto pracovnú položku, pripojte sa k aplikácii {context}.',
|
|
100
|
+
'fabric.linking.learn_more_about_connecting_account': 'Zistite viac o pripojení svojho konta k produktom Atlassian.',
|
|
101
|
+
'fabric.linking.learn_more_about_smart_links': 'Ďalšie informácie o inteligentných prepojeniach',
|
|
102
|
+
'fabric.linking.link_safety_warning_message': 'Prepojenie {unsafeLinkText} vás presmeruje na inú lokalitu, <a>sem vložte aktuálne prepojenie</a>',
|
|
68
103
|
'fabric.linking.loading': 'Načítava sa...',
|
|
69
|
-
'fabric.linking.
|
|
70
|
-
'fabric.linking.
|
|
71
|
-
'fabric.linking.
|
|
72
|
-
'fabric.linking.
|
|
73
|
-
'fabric.linking.
|
|
74
|
-
'fabric.linking.
|
|
75
|
-
'fabric.linking.
|
|
76
|
-
'fabric.linking.
|
|
77
|
-
'fabric.linking.
|
|
104
|
+
'fabric.linking.modified_on_absolute': 'Aktualizované: {context}',
|
|
105
|
+
'fabric.linking.modified_on_relative': 'Aktualizované: {context}',
|
|
106
|
+
'fabric.linking.more_actions': 'Ďalšie činnosti',
|
|
107
|
+
'fabric.linking.more_information_about_this_work_item': 'Viac informácií o tejto pracovnej položke',
|
|
108
|
+
'fabric.linking.no_access_title': 'Ak chcete zobraziť tento obsah, pripojte sa k produktu {product}.',
|
|
109
|
+
'fabric.linking.not_found_description': 'Stránka neexistuje alebo sa mohla zmeniť po pridaní tohto prepojenia.',
|
|
110
|
+
'fabric.linking.not_found_title': 'Táto stránka produktu {product} sa nedá zobraziť.',
|
|
111
|
+
'fabric.linking.open_issue_in_jira': 'Otvoriť problém v aplikácii Jira',
|
|
112
|
+
'fabric.linking.open_issue_in_jira-issue-term-refresh': 'Otvoriť pracovnú položku v aplikácii Jira',
|
|
113
|
+
'fabric.linking.open_link_in_a_new_tab': 'Otvoriť prepojenie na novej karte',
|
|
114
|
+
'fabric.linking.owned_by': 'Patrí používateľovi {context}',
|
|
115
|
+
'fabric.linking.pending_request': 'Vaša požiadavka na udelenie prístupu čaká na vybavenie',
|
|
116
|
+
'fabric.linking.preview_close': 'Zavrieť ukážku',
|
|
117
|
+
'fabric.linking.preview_description': 'Otvoriť ukážku tohto prepojenia na celej obrazovke',
|
|
118
|
+
'fabric.linking.preview_improved': 'Otvoriť ukážku',
|
|
119
|
+
'fabric.linking.preview_max_size': 'Zobraziť na celej obrazovke',
|
|
120
|
+
'fabric.linking.preview_min_size': 'Zavrieť celú obrazovku',
|
|
121
|
+
'fabric.linking.priority_blocker': 'Blokujúci problém',
|
|
122
|
+
'fabric.linking.priority_critical': 'Kritická',
|
|
123
|
+
'fabric.linking.priority_high': 'Vysoká',
|
|
124
|
+
'fabric.linking.priority_highest': 'Najvyššia',
|
|
125
|
+
'fabric.linking.priority_low': 'Nízka',
|
|
126
|
+
'fabric.linking.priority_lowest': 'Najnižšia',
|
|
127
|
+
'fabric.linking.priority_major': 'Závažná',
|
|
128
|
+
'fabric.linking.priority_medium': 'Stredná',
|
|
129
|
+
'fabric.linking.priority_minor': 'Menej závažná',
|
|
130
|
+
'fabric.linking.priority_trivial': 'Nepodstatná',
|
|
131
|
+
'fabric.linking.priority_undefined': 'Nedefinované',
|
|
132
|
+
'fabric.linking.read_time': '{context} min. čítanie',
|
|
133
|
+
'fabric.linking.related': 'Súvisiace',
|
|
134
|
+
'fabric.linking.related_links_found_in': 'Našlo sa v:',
|
|
135
|
+
'fabric.linking.related_links_includes_links_to': 'Zahŕňa prepojenia na:',
|
|
136
|
+
'fabric.linking.related_links_modal_error_header': 'Niečo sa nepodarilo',
|
|
137
|
+
'fabric.linking.related_links_modal_error_message': 'Pri načítavaní naposledy použitých prepojení sa vyskytol problém. Skontrolujte pripojenie alebo obnovte stránku a skúste to znova.',
|
|
138
|
+
'fabric.linking.related_links_modal_title': 'Naposledy použité prepojenia',
|
|
139
|
+
'fabric.linking.related_links_modal_unavailable_header': 'Žiadne naposledy použité prepojenia',
|
|
140
|
+
'fabric.linking.related_links_modal_unavailable_message': 'Nenašli sa žiadne prepojenia, ktoré by tu bolo možné zobraziť. Priebežne prepojenia kontrolujeme a pridávame najnovšie prepojenia na aktualizované stránky alebo iné typy obsahu.',
|
|
141
|
+
'fabric.linking.related_links_not_found': 'Nenašli sa žiadne prepojenia, ktoré by tu bolo možné zobraziť.',
|
|
142
|
+
'fabric.linking.related_links_view_related_urls': 'Zobraziť naposledy použité prepojenia',
|
|
143
|
+
'fabric.linking.request_access': 'Požiadať o prístup',
|
|
144
|
+
'fabric.linking.request_access_description': 'Váš tím spolupracuje pomocou aplikácie {product}. Odošlite správcovi žiadosť o prístup.',
|
|
145
|
+
'fabric.linking.request_access_pending': 'Čaká na schválenie',
|
|
146
|
+
'fabric.linking.request_access_pending_description': 'Vaša žiadosť o prístup na lokalitu {hostname} čaká na schválenie správcom.',
|
|
147
|
+
'fabric.linking.request_access_pending_title': 'Žiadosť o prístup k produktu {product} čaká na schválenie.',
|
|
148
|
+
'fabric.linking.request_access_to_view': 'Ak chcete zobraziť tento problém, požiadajte o udelenie prístupu k aplikácii {context}',
|
|
149
|
+
'fabric.linking.request_access_to_view-issue-term-refresh': 'Ak chcete zobraziť túto pracovnú položku, požiadajte o prístup k aplikácii {context}.',
|
|
150
|
+
'fabric.linking.request_denied': 'Vaša požiadavka na udelenie prístupu bola zamietnutá',
|
|
151
|
+
'fabric.linking.request_denied_description': 'Správca neschválil vašu žiadosť o zobrazenie stránok {product} z lokality {hostname}.',
|
|
152
|
+
'fabric.linking.restricted_link': 'Obmedzené prepojenie, skúste iné konto',
|
|
153
|
+
'fabric.linking.retry': 'Skúsiť znova',
|
|
78
154
|
'fabric.linking.save': 'Uložiť',
|
|
79
|
-
'fabric.linking.
|
|
80
|
-
'fabric.linking.
|
|
81
|
-
'fabric.linking.
|
|
82
|
-
'fabric.linking.srclink': 'Zobraziť v:',
|
|
155
|
+
'fabric.linking.sent_on_absolute': 'Poslané {context}',
|
|
156
|
+
'fabric.linking.sent_on_relative': 'Odoslané {context}',
|
|
157
|
+
'fabric.linking.srclink': 'Zobraziť v službe:',
|
|
83
158
|
'fabric.linking.srclinkunknown': 'Zobraziť originál',
|
|
84
|
-
'fabric.linking.
|
|
85
|
-
'fabric.linking.
|
|
86
|
-
'fabric.linking.
|
|
87
|
-
'fabric.linking.
|
|
88
|
-
'fabric.linking.
|
|
89
|
-
'fabric.linking.
|
|
90
|
-
'fabric.linking.
|
|
91
|
-
'fabric.linking.
|
|
92
|
-
'fabric.linking.
|
|
93
|
-
'fabric.linking.
|
|
94
|
-
'fabric.linking.
|
|
95
|
-
'fabric.linking.
|
|
96
|
-
'fabric.linking.
|
|
97
|
-
'fabric.linking.
|
|
98
|
-
'fabric.linking.
|
|
99
|
-
'fabric.linking.
|
|
159
|
+
'fabric.linking.status_change_load_error': 'Nepodarilo sa načítať stavy a prechody.',
|
|
160
|
+
'fabric.linking.status_change_permission_error': 'Nemáte povolenie na vykonanie prechodu tohto problému.',
|
|
161
|
+
'fabric.linking.status_change_permission_error-issue-term-refresh': 'Nemáte povolenie na vykonanie prechodu tejto pracovnej položky.',
|
|
162
|
+
'fabric.linking.status_change_update_error': 'Nepodarilo sa aktualizovať stav.',
|
|
163
|
+
'fabric.linking.try_again': 'Skúsiť znova',
|
|
164
|
+
'fabric.linking.try_another_account': 'Vyskúšať iné konto',
|
|
165
|
+
'fabric.linking.unassigned': 'Nepridelené',
|
|
166
|
+
'fabric.linking.unauthorised_account_description': 'Pokúšate sa zobraziť ukážku prepojenia na súkromnú stránku {context}. Odporúčame preskúmať adresu URL alebo kontaktovať vlastníka stránky.',
|
|
167
|
+
'fabric.linking.unauthorised_account_description_no_provider': 'Pokúšate sa zobraziť ukážku prepojenia na súkromnú stránku. Odporúčame preskúmať adresu URL alebo kontaktovať vlastníka stránky.',
|
|
168
|
+
'fabric.linking.unauthorised_account_name': 'Nie je možné zobraziť súkromné stránky z lokality {context}.',
|
|
169
|
+
'fabric.linking.unauthorised_account_name_no_provider': 'Nie je možné zobraziť súkromné stránky.',
|
|
170
|
+
'fabric.linking.unfollow': 'Nesledovať',
|
|
171
|
+
'fabric.linking.unfollow_goal': 'Zrušiť sledovanie cieľa',
|
|
172
|
+
'fabric.linking.unfollow_goal_description': 'Ak chcete prestať dostávať upozornenia týkajúce sa tohto cieľa, zrušte sledovanie.',
|
|
173
|
+
'fabric.linking.unfollow_goal_error': 'Vyskytla sa chyba pri pokuse zrušiť sledovanie cieľa. Skontrolujte pripojenie alebo obnovte stránku a skúste to znova.',
|
|
174
|
+
'fabric.linking.unfollow_project': 'Zrušiť sledovanie projektu',
|
|
175
|
+
'fabric.linking.unfollow_project_description': 'Zrušiť sledovanie a ukončiť zasielanie upozornení týkajúcich sa projektu',
|
|
176
|
+
'fabric.linking.unfollow_project_error': 'Vyskytla sa chyba pri pokuse zrušiť sledovanie projektu. Skontrolujte pripojenie alebo obnovte stránku a skúste to znova.',
|
|
177
|
+
'fabric.linking.unlink_account': 'Zrušiť prepojenie s kontom',
|
|
178
|
+
'fabric.linking.updated_by': 'Upravil(a): {context}',
|
|
179
|
+
'fabric.linking.view': 'Zobraziť'
|
|
100
180
|
};
|
package/dist/cjs/i18n/zh.js
CHANGED
|
@@ -132,6 +132,7 @@ var _default = exports.default = {
|
|
|
132
132
|
'fabric.linking.read_time': '阅读预计用时:{context} 分钟',
|
|
133
133
|
'fabric.linking.related': '相关',
|
|
134
134
|
'fabric.linking.related_links_found_in': '发现位置:',
|
|
135
|
+
'fabric.linking.related_links_found_in_v2': '发现位置:',
|
|
135
136
|
'fabric.linking.related_links_includes_links_to': '包含以下链接:',
|
|
136
137
|
'fabric.linking.related_links_includes_links_to_v2': '包含以下链接',
|
|
137
138
|
'fabric.linking.related_links_modal_error_description': '请检查您的连接或刷新页面以重试',
|
package/dist/cjs/i18n/zh_TW.js
CHANGED
|
@@ -132,6 +132,7 @@ var _default = exports.default = {
|
|
|
132
132
|
'fabric.linking.read_time': '{context} 分鐘閱讀時間',
|
|
133
133
|
'fabric.linking.related': '相關',
|
|
134
134
|
'fabric.linking.related_links_found_in': '找到的位置:',
|
|
135
|
+
'fabric.linking.related_links_found_in_v2': '找到的位置',
|
|
135
136
|
'fabric.linking.related_links_includes_links_to': '將連結納入',
|
|
136
137
|
'fabric.linking.related_links_includes_links_to_v2': '將連結納入',
|
|
137
138
|
'fabric.linking.related_links_modal_error_description': '請檢查連線或重新整理頁面,然後再試一次',
|
package/dist/cjs/ssr.js
CHANGED
|
@@ -15,8 +15,7 @@ var _analyticsNext = require("@atlaskit/analytics-next");
|
|
|
15
15
|
var _analytics = require("./utils/analytics/analytics");
|
|
16
16
|
var _component = require("./view/CardWithUrl/component");
|
|
17
17
|
var _LoadingCardLink = require("./view/CardWithUrl/component-lazy/LoadingCardLink");
|
|
18
|
-
function
|
|
19
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
18
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
20
19
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
21
20
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
22
21
|
// SSR friendly version of smart-card
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
|
-
exports.isVisible = exports.isFinalState = exports.isAccessible = exports.hasResolved = exports.hasAuthScopeOverrides = exports.getSubproduct = exports.getStatusDetails = exports.getServices = exports.getResourceType = exports.getProduct = exports.getObjectAri = exports.getExtensionKey = exports.getDefinitionId = exports.getDatasources = exports.getClickUrl = exports.getCanBeDatasource = exports.getByDefinitionId = void 0;
|
|
7
|
+
exports.isVisible = exports.isFinalState = exports.isAccessible = exports.hasResolved = exports.hasAuthScopeOverrides = exports.getSubproduct = exports.getStatusDetails = exports.getServices = exports.getResourceType = exports.getProduct = exports.getObjectName = exports.getObjectIconUrl = exports.getObjectAri = exports.getExtensionKey = exports.getDefinitionId = exports.getDatasources = exports.getClickUrl = exports.getCanBeDatasource = exports.getByDefinitionId = void 0;
|
|
8
|
+
var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
|
|
7
9
|
var _extractVisitUrl = require("../extractors/common/primitives/extractVisitUrl");
|
|
8
10
|
var getByDefinitionId = exports.getByDefinitionId = function getByDefinitionId(definitionId, store) {
|
|
9
11
|
var urls = Object.keys(store);
|
|
@@ -32,6 +34,17 @@ var getExtensionKey = exports.getExtensionKey = function getExtensionKey(details
|
|
|
32
34
|
var getObjectAri = exports.getObjectAri = function getObjectAri(details) {
|
|
33
35
|
return (details === null || details === void 0 ? void 0 : details.data) && 'atlassian:ari' in details.data && details.data['atlassian:ari'] || undefined;
|
|
34
36
|
};
|
|
37
|
+
var getObjectName = exports.getObjectName = function getObjectName(details) {
|
|
38
|
+
return (details === null || details === void 0 ? void 0 : details.data) && 'name' in details.data && details.data.name || undefined;
|
|
39
|
+
};
|
|
40
|
+
var getObjectIconUrl = exports.getObjectIconUrl = function getObjectIconUrl(details) {
|
|
41
|
+
if (details !== null && details !== void 0 && details.data && 'icon' in details.data && details.data.icon) {
|
|
42
|
+
if ((0, _typeof2.default)(details.data.icon) === 'object' && 'url' in details.data.icon && details.data.icon.url && typeof details.data.icon.url === 'string') {
|
|
43
|
+
return details.data.icon.url;
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
return undefined;
|
|
47
|
+
};
|
|
35
48
|
var getResourceType = exports.getResourceType = function getResourceType(details) {
|
|
36
49
|
var _details$meta3;
|
|
37
50
|
return details === null || details === void 0 || (_details$meta3 = details.meta) === null || _details$meta3 === void 0 ? void 0 : _details$meta3.resourceType;
|
|
@@ -13,8 +13,7 @@ var _uuid = _interopRequireDefault(require("uuid"));
|
|
|
13
13
|
var _useAnalyticsEvents2 = require("../../../common/analytics/generated/use-analytics-events");
|
|
14
14
|
var measure = _interopRequireWildcard(require("../../../utils/performance"));
|
|
15
15
|
var _analytics = require("../../analytics");
|
|
16
|
-
function
|
|
17
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
16
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
18
17
|
var ACTION_EXPERIENCE_NAME = 'smart-link-action-invocation';
|
|
19
18
|
|
|
20
19
|
/**
|
|
@@ -10,8 +10,7 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/sli
|
|
|
10
10
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
11
|
var _reactErrorBoundary = require("react-error-boundary");
|
|
12
12
|
var _stopPropagation = require("../../view/common/stop-propagation");
|
|
13
|
-
function
|
|
14
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
13
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
15
14
|
var FALLBACK_API = {
|
|
16
15
|
open: function open() {},
|
|
17
16
|
close: function close() {}
|
|
@@ -15,8 +15,7 @@ var _linkingCommon = require("@atlaskit/linking-common");
|
|
|
15
15
|
var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
16
16
|
var _store = require("../../state/store");
|
|
17
17
|
var _analytics = require("./analytics");
|
|
18
|
-
function
|
|
19
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
18
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
20
19
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
21
20
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
22
21
|
var getExtendedResolvedAttributes = function getExtendedResolvedAttributes(linkDetails, details, linkStatus, error) {
|
|
@@ -11,7 +11,7 @@ var ANALYTICS_CHANNEL = exports.ANALYTICS_CHANNEL = 'media';
|
|
|
11
11
|
var context = exports.context = {
|
|
12
12
|
componentName: 'smart-cards',
|
|
13
13
|
packageName: "@atlaskit/smart-card",
|
|
14
|
-
packageVersion: "38.5.
|
|
14
|
+
packageVersion: "38.5.5"
|
|
15
15
|
};
|
|
16
16
|
var TrackQuickActionType = exports.TrackQuickActionType = /*#__PURE__*/function (TrackQuickActionType) {
|
|
17
17
|
TrackQuickActionType["StatusUpdate"] = "StatusUpdate";
|
|
@@ -11,8 +11,7 @@ var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
|
11
11
|
var _blocks = _interopRequireWildcard(require("../view/FlexibleCard/components/blocks"));
|
|
12
12
|
var Blocks = _blocks;
|
|
13
13
|
var Elements = _interopRequireWildcard(require("../view/FlexibleCard/components/elements"));
|
|
14
|
-
function
|
|
15
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
14
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
16
15
|
var isFlexibleUiCard = exports.isFlexibleUiCard = function isFlexibleUiCard(children, ui) {
|
|
17
16
|
if ((0, _platformFeatureFlags.fg)('platform-linking-flexible-card-openness')) {
|
|
18
17
|
if (ui !== null && ui !== void 0 && ui.removeBlockRestriction) {
|
package/dist/cjs/utils/index.js
CHANGED
|
@@ -16,8 +16,7 @@ var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
|
16
16
|
var _tokens = require("@atlaskit/tokens");
|
|
17
17
|
var _constants = require("../constants");
|
|
18
18
|
var _extractFileFormatIcon = _interopRequireDefault(require("../extractors/flexible/icon/extract-file-formatIcon"));
|
|
19
|
-
function
|
|
20
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
19
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
21
20
|
var isSpecialEvent = exports.isSpecialEvent = function isSpecialEvent(evt) {
|
|
22
21
|
return evt.isDefaultPrevented() && (isIframe() || isSpecialKey(evt) || isSpecialClick(evt));
|
|
23
22
|
};
|
package/dist/cjs/utils/mocks.js
CHANGED
|
@@ -84,6 +84,10 @@ var successfulResponseData = _objectSpread(_objectSpread({}, errorResponseData),
|
|
|
84
84
|
'atlassian:ari': 'ari:cloud:example:1234',
|
|
85
85
|
preview: {
|
|
86
86
|
href: 'https://www.ilovecheese.com'
|
|
87
|
+
},
|
|
88
|
+
icon: {
|
|
89
|
+
'@type': 'Image',
|
|
90
|
+
url: 'https://www.ilovecheese.com/icon.png'
|
|
87
91
|
}
|
|
88
92
|
});
|
|
89
93
|
var jsonLdResponse = {
|
|
@@ -96,8 +100,8 @@ var jsonLdResponse = {
|
|
|
96
100
|
},
|
|
97
101
|
data: successfulResponseData
|
|
98
102
|
};
|
|
99
|
-
var
|
|
100
|
-
|
|
103
|
+
var entityDataResponse = {
|
|
104
|
+
entityData: {
|
|
101
105
|
id: 'I love cheese',
|
|
102
106
|
displayName: 'I love cheese',
|
|
103
107
|
url: 'https://some.url',
|
|
@@ -115,7 +119,7 @@ var nounDataResponse = {
|
|
|
115
119
|
};
|
|
116
120
|
var mocks = exports.mocks = {
|
|
117
121
|
success: _objectSpread({}, jsonLdResponse),
|
|
118
|
-
|
|
122
|
+
entityDataSuccess: _objectSpread(_objectSpread({}, jsonLdResponse), {}, {
|
|
119
123
|
data: _objectSpread(_objectSpread({}, jsonLdResponse.data), {}, {
|
|
120
124
|
generator: {
|
|
121
125
|
'@type': 'Application',
|
|
@@ -134,7 +138,7 @@ var mocks = exports.mocks = {
|
|
|
134
138
|
}
|
|
135
139
|
}
|
|
136
140
|
})
|
|
137
|
-
},
|
|
141
|
+
}, entityDataResponse),
|
|
138
142
|
notFound: {
|
|
139
143
|
meta: {
|
|
140
144
|
visibility: 'not_found',
|
|
@@ -16,8 +16,7 @@ var _RetryAction = require("../actions/RetryAction");
|
|
|
16
16
|
var _unresolvedView = _interopRequireDefault(require("./unresolved-view"));
|
|
17
17
|
var _withFlexibleUIBlockCardStyle = require("./utils/withFlexibleUIBlockCardStyle");
|
|
18
18
|
var _excluded = ["testId"];
|
|
19
|
-
function
|
|
20
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
19
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
21
20
|
/**
|
|
22
21
|
* This view represents a Block Card with an 'Errored' status.
|
|
23
22
|
*
|
|
@@ -30,8 +30,7 @@ var _ForbiddenAction = require("../actions/ForbiddenAction");
|
|
|
30
30
|
var _unresolvedView = _interopRequireDefault(require("./unresolved-view"));
|
|
31
31
|
var _withFlexibleUIBlockCardStyle = require("./utils/withFlexibleUIBlockCardStyle");
|
|
32
32
|
var _excluded = ["testId"];
|
|
33
|
-
function
|
|
34
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
33
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
35
34
|
var textStyles = null;
|
|
36
35
|
|
|
37
36
|
/**
|
|
@@ -23,8 +23,7 @@ var _baseTextElement = _interopRequireDefault(require("../../FlexibleCard/compon
|
|
|
23
23
|
var _unresolvedView = _interopRequireDefault(require("./unresolved-view"));
|
|
24
24
|
var _withFlexibleUIBlockCardStyle = require("./utils/withFlexibleUIBlockCardStyle");
|
|
25
25
|
var _excluded = ["testId"];
|
|
26
|
-
function
|
|
27
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
26
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
28
27
|
var textStyles = null;
|
|
29
28
|
|
|
30
29
|
/**
|
|
@@ -20,8 +20,7 @@ var _FlexibleCard = _interopRequireDefault(require("../../FlexibleCard"));
|
|
|
20
20
|
var _blocks = require("../../FlexibleCard/components/blocks");
|
|
21
21
|
var _utils = require("./utils");
|
|
22
22
|
var _withFlexibleUIBlockCardStyle = require("./utils/withFlexibleUIBlockCardStyle");
|
|
23
|
-
function
|
|
24
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
23
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
25
24
|
var titleBlockCssOld = null;
|
|
26
25
|
var titleBlockCss = null;
|
|
27
26
|
var footerBlockCssOld = null;
|
|
@@ -24,8 +24,7 @@ var _AuthorizeAction = require("../actions/AuthorizeAction");
|
|
|
24
24
|
var _unresolvedView = _interopRequireDefault(require("./unresolved-view"));
|
|
25
25
|
var _withFlexibleUIBlockCardStyle = require("./utils/withFlexibleUIBlockCardStyle");
|
|
26
26
|
var _excluded = ["testId"];
|
|
27
|
-
function
|
|
28
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
27
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
29
28
|
var contentStylesOld = null;
|
|
30
29
|
var contentStyles = null;
|
|
31
30
|
|
|
@@ -17,8 +17,7 @@ var _platformFeatureFlags = require("@atlaskit/platform-feature-flags");
|
|
|
17
17
|
var _FlexibleCard = _interopRequireDefault(require("../../../FlexibleCard"));
|
|
18
18
|
var _blocks = require("../../../FlexibleCard/components/blocks");
|
|
19
19
|
var _utils = require("../utils");
|
|
20
|
-
function
|
|
21
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
20
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
22
21
|
var customBlockStylesOld = null;
|
|
23
22
|
var customBlockStyles = null;
|
|
24
23
|
var titleBlockCssOld = null;
|
|
@@ -10,8 +10,7 @@ require("./withFlexibleUIBlockCardStyle.compiled.css");
|
|
|
10
10
|
var React = _interopRequireWildcard(require("react"));
|
|
11
11
|
var _runtime = require("@compiled/react/runtime");
|
|
12
12
|
var _colors = require("@atlaskit/theme/colors");
|
|
13
|
-
function
|
|
14
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
13
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
15
14
|
var flexibleBlockCardStyle = null;
|
|
16
15
|
var withFlexibleUIBlockCardStyle = exports.withFlexibleUIBlockCardStyle = function withFlexibleUIBlockCardStyle(FlexibleBlockCardView) {
|
|
17
16
|
return function (props) {
|
|
@@ -14,8 +14,7 @@ var _ufoExperiences = require("../../../state/analytics/ufoExperiences");
|
|
|
14
14
|
var _shouldSample = require("../../../utils/shouldSample");
|
|
15
15
|
var _component = require("../component");
|
|
16
16
|
var _LoadingCardLink = require("./LoadingCardLink");
|
|
17
|
-
function
|
|
18
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { default: e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n.default = e, t && t.set(e, n), n; }
|
|
17
|
+
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
19
18
|
// This property enables the intersection observer to be run once the
|
|
20
19
|
// HTML element being observed is within `X` px of the target container it is
|
|
21
20
|
// being compared to. Since the default container is the `document`, we set this
|