@atlaskit/smart-card 27.8.2 → 27.8.4
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 +17 -0
- package/dist/cjs/extractors/flexible/actions/extract-view-related-links-action.js +3 -3
- package/dist/cjs/i18n/cs.js +4 -0
- package/dist/cjs/i18n/da.js +6 -0
- package/dist/cjs/i18n/de.js +6 -0
- package/dist/cjs/i18n/es.js +6 -0
- package/dist/cjs/i18n/fi.js +6 -0
- package/dist/cjs/i18n/fr.js +4 -0
- package/dist/cjs/i18n/hu.js +6 -0
- package/dist/cjs/i18n/it.js +7 -1
- package/dist/cjs/i18n/ja.js +6 -0
- package/dist/cjs/i18n/ko.js +6 -0
- package/dist/cjs/i18n/nb.js +4 -0
- package/dist/cjs/i18n/nl.js +6 -0
- package/dist/cjs/i18n/pl.js +6 -0
- package/dist/cjs/i18n/pt_BR.js +6 -0
- package/dist/cjs/i18n/ru.js +4 -0
- package/dist/cjs/i18n/sv.js +6 -0
- package/dist/cjs/i18n/th.js +6 -0
- package/dist/cjs/i18n/tr.js +6 -0
- package/dist/cjs/i18n/uk.js +4 -0
- package/dist/cjs/i18n/vi.js +6 -0
- package/dist/cjs/i18n/zh.js +6 -0
- package/dist/cjs/i18n/zh_TW.js +4 -0
- package/dist/cjs/utils/analytics/analytics.js +1 -1
- package/dist/cjs/view/BlockCard/views/flexible/styled.js +4 -4
- package/dist/cjs/view/EmbedModal/components/link-info/styled.js +4 -4
- package/dist/cjs/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +16 -12
- package/dist/cjs/view/FlexibleCard/components/actions/action/index.js +3 -1
- package/dist/cjs/view/FlexibleCard/components/actions/view-related-links-action/index.js +4 -4
- package/dist/cjs/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-tooltip.js +7 -3
- package/dist/cjs/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/resolved-result-stack/index.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/styled.js +3 -3
- package/dist/cjs/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +3 -3
- package/dist/cjs/view/HoverCard/components/views/forbidden/styled.js +3 -3
- package/dist/cjs/view/HoverCard/components/views/resolved/styled.js +3 -3
- package/dist/cjs/view/HoverCard/components/views/resolving/styled.js +3 -3
- package/dist/cjs/view/HoverCard/components/views/unauthorised/styled.js +3 -3
- package/dist/cjs/view/HoverCard/styled.js +4 -4
- package/dist/cjs/view/LinkUrl/LinkWarningModal/styled.js +1 -1
- package/dist/cjs/view/LinkUrl/index.js +1 -1
- package/dist/cjs/view/RelatedLinksModal/components/related-links-list/index.js +2 -2
- package/dist/cjs/view/RelatedLinksModal/index.js +1 -1
- package/dist/cjs/view/common/ai-icon/index.js +24 -26
- package/dist/cjs/view/common/ai-prism/ai-glowing-border/index.js +1 -1
- package/dist/es2019/extractors/flexible/actions/extract-view-related-links-action.js +4 -4
- package/dist/es2019/i18n/cs.js +4 -0
- package/dist/es2019/i18n/da.js +6 -0
- package/dist/es2019/i18n/de.js +6 -0
- package/dist/es2019/i18n/es.js +6 -0
- package/dist/es2019/i18n/fi.js +6 -0
- package/dist/es2019/i18n/fr.js +4 -0
- package/dist/es2019/i18n/hu.js +6 -0
- package/dist/es2019/i18n/it.js +7 -1
- package/dist/es2019/i18n/ja.js +6 -0
- package/dist/es2019/i18n/ko.js +6 -0
- package/dist/es2019/i18n/nb.js +4 -0
- package/dist/es2019/i18n/nl.js +6 -0
- package/dist/es2019/i18n/pl.js +6 -0
- package/dist/es2019/i18n/pt_BR.js +6 -0
- package/dist/es2019/i18n/ru.js +4 -0
- package/dist/es2019/i18n/sv.js +6 -0
- package/dist/es2019/i18n/th.js +6 -0
- package/dist/es2019/i18n/tr.js +6 -0
- package/dist/es2019/i18n/uk.js +4 -0
- package/dist/es2019/i18n/vi.js +6 -0
- package/dist/es2019/i18n/zh.js +6 -0
- package/dist/es2019/i18n/zh_TW.js +4 -0
- package/dist/es2019/utils/analytics/analytics.js +1 -1
- package/dist/es2019/view/BlockCard/views/flexible/styled.js +4 -4
- package/dist/es2019/view/EmbedModal/components/link-info/styled.js +4 -4
- package/dist/es2019/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +16 -12
- package/dist/es2019/view/FlexibleCard/components/actions/action/index.js +3 -1
- package/dist/es2019/view/FlexibleCard/components/actions/view-related-links-action/index.js +4 -4
- package/dist/es2019/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-tooltip.js +4 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/resolved-result-stack/index.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/styled.js +3 -3
- package/dist/es2019/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +3 -3
- package/dist/es2019/view/HoverCard/components/views/forbidden/styled.js +3 -3
- package/dist/es2019/view/HoverCard/components/views/resolved/styled.js +3 -3
- package/dist/es2019/view/HoverCard/components/views/resolving/styled.js +3 -3
- package/dist/es2019/view/HoverCard/components/views/unauthorised/styled.js +3 -3
- package/dist/es2019/view/HoverCard/styled.js +4 -4
- package/dist/es2019/view/LinkUrl/LinkWarningModal/styled.js +1 -1
- package/dist/es2019/view/LinkUrl/index.js +1 -1
- package/dist/es2019/view/RelatedLinksModal/components/related-links-list/index.js +2 -2
- package/dist/es2019/view/RelatedLinksModal/index.js +1 -1
- package/dist/es2019/view/common/ai-icon/index.js +100 -104
- package/dist/es2019/view/common/ai-prism/ai-glowing-border/index.js +1 -1
- package/dist/esm/extractors/flexible/actions/extract-view-related-links-action.js +4 -4
- package/dist/esm/i18n/cs.js +4 -0
- package/dist/esm/i18n/da.js +6 -0
- package/dist/esm/i18n/de.js +6 -0
- package/dist/esm/i18n/es.js +6 -0
- package/dist/esm/i18n/fi.js +6 -0
- package/dist/esm/i18n/fr.js +4 -0
- package/dist/esm/i18n/hu.js +6 -0
- package/dist/esm/i18n/it.js +7 -1
- package/dist/esm/i18n/ja.js +6 -0
- package/dist/esm/i18n/ko.js +6 -0
- package/dist/esm/i18n/nb.js +4 -0
- package/dist/esm/i18n/nl.js +6 -0
- package/dist/esm/i18n/pl.js +6 -0
- package/dist/esm/i18n/pt_BR.js +6 -0
- package/dist/esm/i18n/ru.js +4 -0
- package/dist/esm/i18n/sv.js +6 -0
- package/dist/esm/i18n/th.js +6 -0
- package/dist/esm/i18n/tr.js +6 -0
- package/dist/esm/i18n/uk.js +4 -0
- package/dist/esm/i18n/vi.js +6 -0
- package/dist/esm/i18n/zh.js +6 -0
- package/dist/esm/i18n/zh_TW.js +4 -0
- package/dist/esm/utils/analytics/analytics.js +1 -1
- package/dist/esm/view/BlockCard/views/flexible/styled.js +4 -4
- package/dist/esm/view/EmbedModal/components/link-info/styled.js +4 -4
- package/dist/esm/view/FlexibleCard/components/actions/action/action-stack-item/action-button.js +16 -12
- package/dist/esm/view/FlexibleCard/components/actions/action/index.js +3 -1
- package/dist/esm/view/FlexibleCard/components/actions/view-related-links-action/index.js +4 -4
- package/dist/esm/view/FlexibleCard/components/blocks/action-block/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/ai-summary-block/ai-state-indicator/ai-indicator-tooltip.js +7 -3
- package/dist/esm/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/related-urls-block/resolved/related-url-list/resolved-result-stack/index.js +1 -1
- package/dist/esm/view/FlexibleCard/components/blocks/utils.js +1 -1
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/lozenge-action-error/styled.js +3 -3
- package/dist/esm/view/FlexibleCard/components/elements/lozenge/lozenge-action/styled.js +3 -3
- package/dist/esm/view/HoverCard/components/views/forbidden/styled.js +3 -3
- package/dist/esm/view/HoverCard/components/views/resolved/styled.js +3 -3
- package/dist/esm/view/HoverCard/components/views/resolving/styled.js +3 -3
- package/dist/esm/view/HoverCard/components/views/unauthorised/styled.js +3 -3
- package/dist/esm/view/HoverCard/styled.js +4 -4
- package/dist/esm/view/LinkUrl/LinkWarningModal/styled.js +1 -1
- package/dist/esm/view/LinkUrl/index.js +1 -1
- package/dist/esm/view/RelatedLinksModal/components/related-links-list/index.js +2 -2
- package/dist/esm/view/RelatedLinksModal/index.js +1 -1
- package/dist/esm/view/common/ai-icon/index.js +25 -27
- package/dist/esm/view/common/ai-prism/ai-glowing-border/index.js +1 -1
- package/dist/types/i18n/cs.d.ts +4 -0
- package/dist/types/i18n/da.d.ts +6 -0
- package/dist/types/i18n/de.d.ts +6 -0
- package/dist/types/i18n/es.d.ts +6 -0
- package/dist/types/i18n/fi.d.ts +6 -0
- package/dist/types/i18n/fr.d.ts +4 -0
- package/dist/types/i18n/hu.d.ts +6 -0
- package/dist/types/i18n/it.d.ts +6 -0
- package/dist/types/i18n/ja.d.ts +6 -0
- package/dist/types/i18n/ko.d.ts +6 -0
- package/dist/types/i18n/nb.d.ts +4 -0
- package/dist/types/i18n/nl.d.ts +6 -0
- package/dist/types/i18n/pl.d.ts +6 -0
- package/dist/types/i18n/pt_BR.d.ts +6 -0
- package/dist/types/i18n/ru.d.ts +4 -0
- package/dist/types/i18n/sv.d.ts +6 -0
- package/dist/types/i18n/th.d.ts +6 -0
- package/dist/types/i18n/tr.d.ts +6 -0
- package/dist/types/i18n/uk.d.ts +4 -0
- package/dist/types/i18n/vi.d.ts +6 -0
- package/dist/types/i18n/zh.d.ts +6 -0
- package/dist/types/i18n/zh_TW.d.ts +4 -0
- package/dist/types/state/flexible-ui-context/types.d.ts +1 -1
- package/dist/types/view/RelatedLinksModal/components/types.d.ts +19 -0
- package/dist/types/view/RelatedLinksModal/index.d.ts +1 -1
- package/dist/types/view/RelatedLinksModal/types.d.ts +10 -1
- package/dist/types/view/RelatedLinksModal/views/resolved/types.d.ts +6 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +4 -0
- package/dist/types-ts4.5/i18n/da.d.ts +6 -0
- package/dist/types-ts4.5/i18n/de.d.ts +6 -0
- package/dist/types-ts4.5/i18n/es.d.ts +6 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +6 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +4 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +6 -0
- package/dist/types-ts4.5/i18n/it.d.ts +6 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +6 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +6 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +4 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +6 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +6 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +6 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +4 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +6 -0
- package/dist/types-ts4.5/i18n/th.d.ts +6 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +6 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +4 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +6 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +6 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +4 -0
- package/dist/types-ts4.5/state/flexible-ui-context/types.d.ts +1 -1
- package/dist/types-ts4.5/view/RelatedLinksModal/components/types.d.ts +19 -0
- package/dist/types-ts4.5/view/RelatedLinksModal/index.d.ts +1 -1
- package/dist/types-ts4.5/view/RelatedLinksModal/types.d.ts +10 -1
- package/dist/types-ts4.5/view/RelatedLinksModal/views/resolved/types.d.ts +6 -0
- package/package.json +6 -6
|
@@ -3,7 +3,7 @@ import { css } from '@emotion/react';
|
|
|
3
3
|
import { N800 } from '@atlaskit/theme/colors';
|
|
4
4
|
import { getTruncateStyles } from '../../../../utils';
|
|
5
5
|
|
|
6
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
6
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
7
7
|
export const dropdownItemGroupStyles = css({
|
|
8
8
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
9
9
|
button: {
|
|
@@ -24,7 +24,7 @@ const sharedBlockStyles = css({
|
|
|
24
24
|
alignItems: 'center'
|
|
25
25
|
});
|
|
26
26
|
|
|
27
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/
|
|
27
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
28
28
|
export const contentStyles = css(sharedBlockStyles, {
|
|
29
29
|
marginTop: "var(--ds-space-025, 2px)",
|
|
30
30
|
alignItems: 'flex-start',
|
|
@@ -36,7 +36,7 @@ export const contentStyles = css(sharedBlockStyles, {
|
|
|
36
36
|
}
|
|
37
37
|
});
|
|
38
38
|
|
|
39
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/
|
|
39
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
40
40
|
export const linkStyles = css(sharedBlockStyles, {
|
|
41
41
|
cursor: 'pointer',
|
|
42
42
|
fontSize: '0.875rem',
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
3
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
4
4
|
export const triggerButtonStyles = css({
|
|
5
5
|
all: 'unset',
|
|
6
6
|
backgroundColor: 'transparent',
|
|
@@ -24,7 +24,7 @@ export const triggerButtonStyles = css({
|
|
|
24
24
|
}
|
|
25
25
|
});
|
|
26
26
|
|
|
27
|
-
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage, @atlaskit/ui-styling-standard/no-exported-styles
|
|
27
|
+
// eslint-disable-next-line @atlaskit/design-system/ensure-design-token-usage, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
28
28
|
export const triggerLozengeStyles = css({
|
|
29
29
|
alignItems: 'center',
|
|
30
30
|
display: 'flex',
|
|
@@ -34,7 +34,7 @@ export const triggerLozengeStyles = css({
|
|
|
34
34
|
}
|
|
35
35
|
});
|
|
36
36
|
|
|
37
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
37
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
38
38
|
export const dropdownItemGroupStyles = css({
|
|
39
39
|
maxHeight: '300px',
|
|
40
40
|
overflowY: 'auto',
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
const titleFontWeight = '600';
|
|
4
4
|
|
|
5
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
5
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
6
6
|
export const titleBlockStyles = css({
|
|
7
7
|
justifyContent: 'center',
|
|
8
8
|
fontWeight: titleFontWeight,
|
|
9
9
|
marginTop: "var(--ds-space-100, 8px)"
|
|
10
10
|
});
|
|
11
11
|
|
|
12
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
12
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
13
13
|
export const mainTextStyles = css({
|
|
14
14
|
display: 'inline',
|
|
15
15
|
justifyContent: 'center',
|
|
@@ -18,7 +18,7 @@ export const mainTextStyles = css({
|
|
|
18
18
|
textAlign: 'center'
|
|
19
19
|
});
|
|
20
20
|
|
|
21
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
21
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
22
22
|
export const connectButtonStyles = css({
|
|
23
23
|
justifyContent: 'center',
|
|
24
24
|
marginTop: "var(--ds-space-100, 8px)"
|
|
@@ -3,7 +3,7 @@ import { css } from '@emotion/react';
|
|
|
3
3
|
import { separatorCss } from '../../../styled';
|
|
4
4
|
const elementGap = '0.5rem';
|
|
5
5
|
|
|
6
|
-
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles
|
|
6
|
+
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
7
7
|
export const metadataBlockCss = css`
|
|
8
8
|
gap: 0px;
|
|
9
9
|
/* primary element group */
|
|
@@ -32,12 +32,12 @@ export const metadataBlockCss = css`
|
|
|
32
32
|
}
|
|
33
33
|
`;
|
|
34
34
|
|
|
35
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
35
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
36
36
|
export const footerBlockCss = css({
|
|
37
37
|
height: '1.5rem'
|
|
38
38
|
});
|
|
39
39
|
|
|
40
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
40
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
41
41
|
export const hiddenSnippetStyles = css({
|
|
42
42
|
visibility: 'hidden',
|
|
43
43
|
position: 'absolute'
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
|
|
4
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
5
5
|
export const loadingViewContainer = css({
|
|
6
6
|
display: 'flex',
|
|
7
7
|
flexDirection: 'column',
|
|
8
8
|
padding: "var(--ds-space-200, 1rem)"
|
|
9
9
|
});
|
|
10
10
|
|
|
11
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
11
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
12
12
|
export const skeletonContainer = css({
|
|
13
13
|
display: 'flex',
|
|
14
14
|
flexDirection: 'column',
|
|
@@ -28,7 +28,7 @@ export const getTitleStyles = height => {
|
|
|
28
28
|
});
|
|
29
29
|
};
|
|
30
30
|
|
|
31
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
31
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
32
32
|
export const titleBlockStyles = css({
|
|
33
33
|
width: '100%',
|
|
34
34
|
gap: "var(--ds-space-100, 0.5rem)"
|
|
@@ -4,13 +4,13 @@ const blockGap = '0.5rem';
|
|
|
4
4
|
const iconGap = '0.5rem';
|
|
5
5
|
const titleFontWeight = '500';
|
|
6
6
|
|
|
7
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
7
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
8
8
|
export const connectButtonStyles = css({
|
|
9
9
|
justifyContent: 'flex-end',
|
|
10
10
|
marginTop: blockGap
|
|
11
11
|
});
|
|
12
12
|
|
|
13
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
13
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
14
14
|
export const titleBlockStyles = css({
|
|
15
15
|
gap: `${blockGap} ${iconGap}`,
|
|
16
16
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
@@ -19,7 +19,7 @@ export const titleBlockStyles = css({
|
|
|
19
19
|
}
|
|
20
20
|
});
|
|
21
21
|
|
|
22
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
22
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
23
23
|
export const mainTextStyles = css({
|
|
24
24
|
marginTop: blockGap,
|
|
25
25
|
fontSize: '0.75rem'
|
|
@@ -21,7 +21,7 @@ export const CARD_GAP_PX = 10;
|
|
|
21
21
|
const blockGap = '0.5rem';
|
|
22
22
|
const elementGap = '0.5rem';
|
|
23
23
|
|
|
24
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
24
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
25
25
|
export const separatorCss = css({
|
|
26
26
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
27
27
|
'[data-separator] + [data-separator]:before': {
|
|
@@ -29,7 +29,7 @@ export const separatorCss = css({
|
|
|
29
29
|
}
|
|
30
30
|
});
|
|
31
31
|
|
|
32
|
-
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles
|
|
32
|
+
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
33
33
|
export const HoverCardContainer = css`
|
|
34
34
|
background: none;
|
|
35
35
|
border-width: 0;
|
|
@@ -41,7 +41,7 @@ export const HoverCardContainer = css`
|
|
|
41
41
|
}
|
|
42
42
|
`;
|
|
43
43
|
|
|
44
|
-
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles
|
|
44
|
+
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
45
45
|
export const titleBlockCss = css`
|
|
46
46
|
gap: ${blockGap};
|
|
47
47
|
|
|
@@ -70,7 +70,7 @@ export const getTransitionStyles = snippetHeight => css({
|
|
|
70
70
|
height: `${snippetHeight}px`
|
|
71
71
|
});
|
|
72
72
|
|
|
73
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
73
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
74
74
|
export const popupContainerStyles = css({
|
|
75
75
|
borderRadius: "var(--ds-border-radius-200, 8px)",
|
|
76
76
|
backgroundColor: "var(--ds-surface-overlay, white)",
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
|
|
4
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
4
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
5
5
|
export const breakWordsCss = css({
|
|
6
6
|
whiteSpace: 'pre-line',
|
|
7
7
|
wordBreak: 'break-all'
|
|
@@ -7,7 +7,7 @@ import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-m
|
|
|
7
7
|
import LinkWarningModal from './LinkWarningModal';
|
|
8
8
|
const PACKAGE_DATA = {
|
|
9
9
|
packageName: "@atlaskit/smart-card",
|
|
10
|
-
packageVersion: "27.8.
|
|
10
|
+
packageVersion: "27.8.4",
|
|
11
11
|
componentName: 'linkUrl'
|
|
12
12
|
};
|
|
13
13
|
const Link = withLinkClickedEvent('a');
|
|
@@ -15,7 +15,7 @@ const RelatedLinksList = ({
|
|
|
15
15
|
testId: testId
|
|
16
16
|
}, jsx(Box, {
|
|
17
17
|
paddingBlockStart: "space.050"
|
|
18
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
18
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
19
19
|
,
|
|
20
20
|
xcss: xcss({
|
|
21
21
|
font: "var(--ds-font-heading-xxsmall, normal 600 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
|
|
@@ -27,7 +27,7 @@ const RelatedLinksList = ({
|
|
|
27
27
|
url: url,
|
|
28
28
|
testId: `${testId}-item-${idx}`
|
|
29
29
|
})))), urls.length === 0 &&
|
|
30
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
30
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
31
31
|
jsx(Box, {
|
|
32
32
|
paddingBlock: "space.100",
|
|
33
33
|
xcss: xcss({
|
|
@@ -1,113 +1,109 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import SVG from '@atlaskit/icon/svg';
|
|
3
|
-
import {
|
|
3
|
+
import { fg } from '@atlaskit/platform-feature-flags';
|
|
4
4
|
import { B200, B400 } from '@atlaskit/theme/colors';
|
|
5
5
|
/**
|
|
6
6
|
* The bulk of this file is originally from
|
|
7
7
|
* https://bitbucket.org/atlassian/barrel/src/master/ui/platform/ui-kit/ai
|
|
8
8
|
* with modifications
|
|
9
9
|
*/
|
|
10
|
-
const AiIcon = props => {
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
d: "M9.70711 14.2929C10.0976 14.6834 10.0976 15.3166 9.70711 15.7071L5.70711 19.7071C5.31658 20.0976 4.68342 20.0976 4.29289 19.7071C3.90237 19.3166 3.90237 18.6834 4.29289 18.2929L8.29289 14.2929C8.68342 13.9024 9.31658 13.9024 9.70711 14.2929Z",
|
|
110
|
-
fill: iconColor
|
|
111
|
-
})));
|
|
112
|
-
};
|
|
10
|
+
const AiIcon = props => /*#__PURE__*/React.createElement(SVG, props, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
11
|
+
id: "ai_icon_lg0",
|
|
12
|
+
x1: "21",
|
|
13
|
+
y1: "12",
|
|
14
|
+
x2: "17.5",
|
|
15
|
+
y2: "12",
|
|
16
|
+
gradientUnits: "userSpaceOnUse"
|
|
17
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
18
|
+
offset: "0.270833",
|
|
19
|
+
stopColor: `var(--ds-icon-accent-blue, ${B200})`,
|
|
20
|
+
color: `var(--ds-icon-accent-blue, ${B200})`
|
|
21
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
22
|
+
offset: "1",
|
|
23
|
+
stopColor: `var(--ds-text-accent-blue, ${B400})`,
|
|
24
|
+
color: `var(--ds-text-accent-blue, ${B400})`
|
|
25
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
26
|
+
id: "ai_icon_lg1",
|
|
27
|
+
x1: "12.5",
|
|
28
|
+
y1: "3",
|
|
29
|
+
x2: "12.5",
|
|
30
|
+
y2: "6.5",
|
|
31
|
+
gradientUnits: "userSpaceOnUse"
|
|
32
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
33
|
+
offset: "0.1875",
|
|
34
|
+
stopColor: `var(--ds-icon-accent-blue, ${B200})`,
|
|
35
|
+
color: `var(--ds-icon-accent-blue, ${B200})`
|
|
36
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
37
|
+
offset: "1",
|
|
38
|
+
stopColor: `var(--ds-text-accent-blue, ${B400})`,
|
|
39
|
+
color: `var(--ds-text-accent-blue, ${B400})`
|
|
40
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
41
|
+
id: "ai_icon_lg2",
|
|
42
|
+
x1: "6.82996",
|
|
43
|
+
y1: "12",
|
|
44
|
+
x2: "3.32996",
|
|
45
|
+
y2: "12",
|
|
46
|
+
gradientUnits: "userSpaceOnUse"
|
|
47
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
48
|
+
stopColor: `var(--ds-text-accent-blue, ${B400})`,
|
|
49
|
+
color: `var(--ds-text-accent-blue, ${B400})`
|
|
50
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
51
|
+
offset: "0.791667",
|
|
52
|
+
stopColor: `var(--ds-icon-accent-blue, ${B200})`,
|
|
53
|
+
color: `var(--ds-icon-accent-blue, ${B200})`
|
|
54
|
+
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
55
|
+
id: "ai_icon_lg3",
|
|
56
|
+
x1: "12.5",
|
|
57
|
+
y1: "17",
|
|
58
|
+
x2: "12.5",
|
|
59
|
+
y2: "21",
|
|
60
|
+
gradientUnits: "userSpaceOnUse"
|
|
61
|
+
}, /*#__PURE__*/React.createElement("stop", {
|
|
62
|
+
stopColor: `var(--ds-text-accent-blue, ${B400})`,
|
|
63
|
+
color: `var(--ds-text-accent-blue, ${B400})`
|
|
64
|
+
}), /*#__PURE__*/React.createElement("stop", {
|
|
65
|
+
offset: "0.802083",
|
|
66
|
+
stopColor: `var(--ds-icon-accent-blue, ${B200})`,
|
|
67
|
+
color: `var(--ds-icon-accent-blue, ${B200})`
|
|
68
|
+
}))), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
69
|
+
fillRule: "evenodd",
|
|
70
|
+
clipRule: "evenodd",
|
|
71
|
+
d: "M17.17 12C17.17 11.4477 17.6177 11 18.17 11H20C20.5523 11 21 11.4477 21 12C21 12.5523 20.5523 13 20 13H18.17C17.6177 13 17.17 12.5523 17.17 12Z",
|
|
72
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : 'url(#ai_icon_lg0)'
|
|
73
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
74
|
+
fillRule: "evenodd",
|
|
75
|
+
clipRule: "evenodd",
|
|
76
|
+
d: "M12 3C12.5523 3 13 3.44772 13 4V5.83C13 6.38228 12.5523 6.83 12 6.83C11.4477 6.83 11 6.38228 11 5.83V4C11 3.44772 11.4477 3 12 3Z",
|
|
77
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : 'url(#ai_icon_lg1)'
|
|
78
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
79
|
+
fillRule: "evenodd",
|
|
80
|
+
clipRule: "evenodd",
|
|
81
|
+
d: "M3 12C3 11.4477 3.44772 11 4 11H5.83C6.38228 11 6.83 11.4477 6.83 12C6.83 12.5523 6.38228 13 5.83 13H4C3.44772 13 3 12.5523 3 12Z",
|
|
82
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : 'url(#ai_icon_lg2)'
|
|
83
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
84
|
+
fillRule: "evenodd",
|
|
85
|
+
clipRule: "evenodd",
|
|
86
|
+
d: "M12 17.17C12.5523 17.17 13 17.6177 13 18.17V20C13 20.5523 12.5523 21 12 21C11.4477 21 11 20.5523 11 20V18.17C11 17.6177 11.4477 17.17 12 17.17Z",
|
|
87
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : 'url(#ai_icon_lg3)'
|
|
88
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
89
|
+
fillRule: "evenodd",
|
|
90
|
+
clipRule: "evenodd",
|
|
91
|
+
d: "M14.2929 14.2929C14.6835 13.9024 15.3166 13.9024 15.7071 14.2929L19.7071 18.2929C20.0977 18.6834 20.0977 19.3166 19.7071 19.7071C19.3166 20.0976 18.6835 20.0976 18.2929 19.7071L14.2929 15.7071C13.9024 15.3166 13.9024 14.6834 14.2929 14.2929Z",
|
|
92
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : `var(--ds-icon-accent-blue, ${B200})`
|
|
93
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
94
|
+
fillRule: "evenodd",
|
|
95
|
+
clipRule: "evenodd",
|
|
96
|
+
d: "M19.7071 4.29289C20.0977 4.68342 20.0977 5.31658 19.7071 5.70711L15.7071 9.70711C15.3166 10.0976 14.6835 10.0976 14.2929 9.70711C13.9024 9.31658 13.9024 8.68342 14.2929 8.29289L18.2929 4.29289C18.6835 3.90237 19.3166 3.90237 19.7071 4.29289Z",
|
|
97
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : `var(--ds-icon-accent-blue, ${B200})`
|
|
98
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
99
|
+
fillRule: "evenodd",
|
|
100
|
+
clipRule: "evenodd",
|
|
101
|
+
d: "M4.29289 4.29289C4.68342 3.90237 5.31658 3.90237 5.70711 4.29289L9.70711 8.29289C10.0976 8.68342 10.0976 9.31658 9.70711 9.70711C9.31658 10.0976 8.68342 10.0976 8.29289 9.70711L4.29289 5.70711C3.90237 5.31658 3.90237 4.68342 4.29289 4.29289Z",
|
|
102
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : `var(--ds-icon-accent-blue, ${B200})`
|
|
103
|
+
}), /*#__PURE__*/React.createElement("path", {
|
|
104
|
+
fillRule: "evenodd",
|
|
105
|
+
clipRule: "evenodd",
|
|
106
|
+
d: "M9.70711 14.2929C10.0976 14.6834 10.0976 15.3166 9.70711 15.7071L5.70711 19.7071C5.31658 20.0976 4.68342 20.0976 4.29289 19.7071C3.90237 19.3166 3.90237 18.6834 4.29289 18.2929L8.29289 14.2929C8.68342 13.9024 9.31658 13.9024 9.70711 14.2929Z",
|
|
107
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : `var(--ds-icon-accent-blue, ${B200})`
|
|
108
|
+
})));
|
|
113
109
|
export default AiIcon;
|
|
@@ -11,7 +11,7 @@ const borderContainerStyles = css({
|
|
|
11
11
|
width: 'fit-content'
|
|
12
12
|
});
|
|
13
13
|
|
|
14
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
14
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
15
15
|
export const borderContentStyles = css({
|
|
16
16
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
|
|
17
17
|
borderRadius: INNER_BORDER_RADIUS,
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { extractAri } from '@atlaskit/link-extractors';
|
|
2
2
|
export var extractViewRelatedLinksAction = function extractViewRelatedLinksAction(response) {
|
|
3
3
|
var _response$meta;
|
|
4
4
|
if (!(response !== null && response !== void 0 && (_response$meta = response.meta) !== null && _response$meta !== void 0 && (_response$meta = _response$meta.supportedFeature) !== null && _response$meta !== void 0 && _response$meta.includes('RelatedLinks'))) {
|
|
5
5
|
return;
|
|
6
6
|
}
|
|
7
|
-
var
|
|
8
|
-
if (!
|
|
7
|
+
var ari = extractAri(response.data);
|
|
8
|
+
if (!ari) {
|
|
9
9
|
return;
|
|
10
10
|
}
|
|
11
11
|
return {
|
|
12
|
-
|
|
12
|
+
ari: ari
|
|
13
13
|
};
|
|
14
14
|
};
|
package/dist/esm/i18n/cs.js
CHANGED
|
@@ -125,7 +125,11 @@ export default {
|
|
|
125
125
|
'fabric.linking.related': 'Souvisící',
|
|
126
126
|
'fabric.linking.related_links_found_in': 'Nalezeno v:',
|
|
127
127
|
'fabric.linking.related_links_includes_links_to': 'Zahrnuje odkazy na:',
|
|
128
|
+
'fabric.linking.related_links_modal_error_header': 'Něco se pokazilo',
|
|
129
|
+
'fabric.linking.related_links_modal_error_message': 'Při pokusu o načtení nedávných odkazů se vyskytl problém. Zkontrolujte připojení nebo obnovte stránku a zkuste to znovu.',
|
|
128
130
|
'fabric.linking.related_links_modal_title': 'Nedávné odkazy',
|
|
131
|
+
'fabric.linking.related_links_modal_unavailable_header': 'Žádné nedávné odkazy',
|
|
132
|
+
'fabric.linking.related_links_modal_unavailable_message': 'Nebyly nalezeny žádné odkazy, které bychom tu mohli zobrazit. Neustále kontrolujeme a přidáváme odkazy na nedávno aktualizované stránky nebo jiné typy obsahu.',
|
|
129
133
|
'fabric.linking.related_links_not_found': 'Nebyly nalezeny žádné odkazy, které bychom tu mohli zobrazit.',
|
|
130
134
|
'fabric.linking.related_links_view_related_urls.nonfinal': 'Zobrazit nedávné odkazy…',
|
|
131
135
|
'fabric.linking.related_work_items_not_found': 'Tento odkaz není nikde jinde zmíněn.',
|
package/dist/esm/i18n/da.js
CHANGED
|
@@ -18,6 +18,7 @@ export default {
|
|
|
18
18
|
'automation-menu.modal.footer.get-started-button': 'Opret automatisering',
|
|
19
19
|
'automation-menu.modal.footer.ok-button': 'OK',
|
|
20
20
|
'automation-menu.modal.header.icon.label': 'Ikon for overskrift for automatiseringsmodal',
|
|
21
|
+
'automation-menu.success-state.message': 'Din automatisering er i gang',
|
|
21
22
|
'fabric.linking.access_exists_description': 'Anmod om adgang til at se dette indhold fra {hostname}.',
|
|
22
23
|
'fabric.linking.actions': 'Handlinger',
|
|
23
24
|
'fabric.linking.add_account': 'Tilføj konto',
|
|
@@ -124,8 +125,13 @@ export default {
|
|
|
124
125
|
'fabric.linking.related': 'Relateret',
|
|
125
126
|
'fabric.linking.related_links_found_in': 'Fundet i',
|
|
126
127
|
'fabric.linking.related_links_includes_links_to': 'Omfatter links til',
|
|
128
|
+
'fabric.linking.related_links_modal_error_header': 'Noget gik galt',
|
|
129
|
+
'fabric.linking.related_links_modal_error_message': 'Vi løb ind i et problem, da vi forsøgte at indlæse nylige links. Kontrollér din forbindelse, eller genindlæs siden for at prøve igen.',
|
|
127
130
|
'fabric.linking.related_links_modal_title': 'Seneste links',
|
|
131
|
+
'fabric.linking.related_links_modal_unavailable_header': 'Ingen nylige links',
|
|
132
|
+
'fabric.linking.related_links_modal_unavailable_message': 'Vi fandt ikke nogen links at vise her. Vi gennemgår løbende og tilføjer nylige links til opdaterede sider eller andre indholdstyper.',
|
|
128
133
|
'fabric.linking.related_links_not_found': 'Vi fandt ikke nogen links.',
|
|
134
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': 'Se nylige links ...',
|
|
129
135
|
'fabric.linking.related_work_items_not_found': 'Dette link omtales ikke andre steder.',
|
|
130
136
|
'fabric.linking.request_access': 'Anmod om adgang',
|
|
131
137
|
'fabric.linking.request_access_description': 'Dit team bruger {product} til at samarbejde. Send din administrator en anmodning om adgang.',
|
package/dist/esm/i18n/de.js
CHANGED
|
@@ -18,6 +18,7 @@ export default {
|
|
|
18
18
|
'automation-menu.modal.footer.get-started-button': 'Automatisierung erstellen',
|
|
19
19
|
'automation-menu.modal.footer.ok-button': 'OK',
|
|
20
20
|
'automation-menu.modal.header.icon.label': 'Symbol im Header des Automatisierungsfensters',
|
|
21
|
+
'automation-menu.success-state.message': 'Ihre Automatisierungsregel wird ausgeführt',
|
|
21
22
|
'fabric.linking.access_exists_description': 'Bitten Sie Ihren Administrator um Zugriffsrechte für die Anzeige dieses Inhalts von {hostname}.',
|
|
22
23
|
'fabric.linking.actions': 'Aktionen',
|
|
23
24
|
'fabric.linking.add_account': 'Account hinzufügen',
|
|
@@ -124,8 +125,13 @@ export default {
|
|
|
124
125
|
'fabric.linking.related': 'Zugehörig',
|
|
125
126
|
'fabric.linking.related_links_found_in': 'Gefunden in',
|
|
126
127
|
'fabric.linking.related_links_includes_links_to': 'Beinhaltet Links zu',
|
|
128
|
+
'fabric.linking.related_links_modal_error_header': 'Etwas ist schiefgelaufen',
|
|
129
|
+
'fabric.linking.related_links_modal_error_message': 'Beim Laden der zuletzt aufgerufenen Links ist ein Problem aufgetreten. Überprüfen Sie Ihre Verbindung oder aktualisieren Sie die Seite, um es erneut zu versuchen.',
|
|
127
130
|
'fabric.linking.related_links_modal_title': 'Zuletzt aufgerufene Links',
|
|
131
|
+
'fabric.linking.related_links_modal_unavailable_header': 'Keine zuletzt aufgerufenen Links',
|
|
132
|
+
'fabric.linking.related_links_modal_unavailable_message': 'Es wurden keine Links zum Anzeigen gefunden. Die zuletzt aufgerufenen Links werden fortlaufend auf aktualisierte Seiten oder andere Inhaltstypen geprüft und ggf. hinzugefügt.',
|
|
128
133
|
'fabric.linking.related_links_not_found': 'Es wurden keine Links zum Anzeigen gefunden.',
|
|
134
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': 'Letzte Verknüpfungen anzeigen …',
|
|
129
135
|
'fabric.linking.related_work_items_not_found': 'Dieser Link wird nirgendwo sonst erwähnt.',
|
|
130
136
|
'fabric.linking.request_access': 'Zugriff anfordern',
|
|
131
137
|
'fabric.linking.request_access_description': 'Ihr Team verwendet {product} zur Zusammenarbeit. Senden Sie Ihrem Administrator eine Zugriffsanfrage.',
|
package/dist/esm/i18n/es.js
CHANGED
|
@@ -18,6 +18,7 @@ export default {
|
|
|
18
18
|
'automation-menu.modal.footer.get-started-button': 'Crear automatización',
|
|
19
19
|
'automation-menu.modal.footer.ok-button': 'Aceptar',
|
|
20
20
|
'automation-menu.modal.header.icon.label': 'Icono del encabezado del modal de automatización',
|
|
21
|
+
'automation-menu.success-state.message': 'Tu automatización está en progreso',
|
|
21
22
|
'fabric.linking.access_exists_description': 'Solicita acceso para ver este contenido desde {hostname}.',
|
|
22
23
|
'fabric.linking.actions': 'Acciones',
|
|
23
24
|
'fabric.linking.add_account': 'Añadir cuenta',
|
|
@@ -124,8 +125,13 @@ export default {
|
|
|
124
125
|
'fabric.linking.related': 'Relacionado',
|
|
125
126
|
'fabric.linking.related_links_found_in': 'Encontrado en',
|
|
126
127
|
'fabric.linking.related_links_includes_links_to': 'Incluye enlaces a',
|
|
128
|
+
'fabric.linking.related_links_modal_error_header': 'Se ha producido un error',
|
|
129
|
+
'fabric.linking.related_links_modal_error_message': 'Hemos tenido una incidencia al cargar enlaces recientes. Comprueba tu conexión o actualiza para volver a intentarlo.',
|
|
127
130
|
'fabric.linking.related_links_modal_title': 'Enlaces recientes',
|
|
131
|
+
'fabric.linking.related_links_modal_unavailable_header': 'Sin enlaces recientes',
|
|
132
|
+
'fabric.linking.related_links_modal_unavailable_message': 'No hemos encontrado ningún enlace para mostrar aquí. Revisamos y añadimos continuamente enlaces recientes de las páginas actualizadas u otros tipos de contenido.',
|
|
128
133
|
'fabric.linking.related_links_not_found': 'No hemos encontrado ningún enlace que mostrar aquí.',
|
|
134
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': 'Consultar enlaces recientes...',
|
|
129
135
|
'fabric.linking.related_work_items_not_found': 'Este enlace no se menciona en ningún otro sitio.',
|
|
130
136
|
'fabric.linking.request_access': 'Solicitar acceso',
|
|
131
137
|
'fabric.linking.request_access_description': 'Tu equipo utiliza {product} para colaborar. Envía al administrador una solicitud para poder acceder.',
|
package/dist/esm/i18n/fi.js
CHANGED
|
@@ -18,6 +18,7 @@ export default {
|
|
|
18
18
|
'automation-menu.modal.footer.get-started-button': 'Luo automaatio',
|
|
19
19
|
'automation-menu.modal.footer.ok-button': 'OK',
|
|
20
20
|
'automation-menu.modal.header.icon.label': 'Automaation modaalisen ikkunan ylätunnisteen kuvake',
|
|
21
|
+
'automation-menu.success-state.message': 'Automaatio on käynnissä',
|
|
21
22
|
'fabric.linking.access_exists_description': 'Pyydä oikeutta tarkastella tätä sisältöä kohteesta {hostname}.',
|
|
22
23
|
'fabric.linking.actions': 'Toiminnot',
|
|
23
24
|
'fabric.linking.add_account': 'Lisää tili',
|
|
@@ -124,8 +125,13 @@ export default {
|
|
|
124
125
|
'fabric.linking.related': 'Liittyvät',
|
|
125
126
|
'fabric.linking.related_links_found_in': 'Löydetty kohteesta',
|
|
126
127
|
'fabric.linking.related_links_includes_links_to': 'Sisältää linkit kohteeseen',
|
|
128
|
+
'fabric.linking.related_links_modal_error_header': 'Jokin meni vikaan',
|
|
129
|
+
'fabric.linking.related_links_modal_error_message': 'Viimeaikaisten linkkien latauksen aikana ilmeni ongelma. Tarkista yhteys tai päivitä sivu ja yritä uudelleen.',
|
|
127
130
|
'fabric.linking.related_links_modal_title': 'Viimeaikaiset linkit',
|
|
131
|
+
'fabric.linking.related_links_modal_unavailable_header': 'Ei viimeaikaisia linkkejä',
|
|
132
|
+
'fabric.linking.related_links_modal_unavailable_message': 'Täältä ei löytynyt näytettäviä linkkejä. Päivitettyjen sivujen tai muiden sisältötyyppien viimeaikaisia linkkejä tarkistetaan ja lisätään jatkuvasti.',
|
|
128
133
|
'fabric.linking.related_links_not_found': 'Täältä ei löytynyt näytettäviä linkkejä.',
|
|
134
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': 'Näytä viimeisimmät linkit...',
|
|
129
135
|
'fabric.linking.related_work_items_not_found': 'Tätä linkkiä ei ole mainittu missään muualla.',
|
|
130
136
|
'fabric.linking.request_access': 'Pyydä pääsyä',
|
|
131
137
|
'fabric.linking.request_access_description': '{product} on tiimisi käytössä yhteistyön tukena. Pyydä käyttöoikeutta ylläpitäjältäsi.',
|