@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
|
@@ -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 var triggerButtonStyles = css({
|
|
5
5
|
all: 'unset',
|
|
6
6
|
backgroundColor: 'transparent',
|
|
@@ -24,7 +24,7 @@ export var 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 var triggerLozengeStyles = css({
|
|
29
29
|
alignItems: 'center',
|
|
30
30
|
display: 'flex',
|
|
@@ -34,7 +34,7 @@ export var 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 var dropdownItemGroupStyles = css({
|
|
39
39
|
maxHeight: '300px',
|
|
40
40
|
overflowY: 'auto',
|
|
@@ -2,14 +2,14 @@
|
|
|
2
2
|
import { css } from '@emotion/react';
|
|
3
3
|
var 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 var 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 var mainTextStyles = css({
|
|
14
14
|
display: 'inline',
|
|
15
15
|
justifyContent: 'center',
|
|
@@ -18,7 +18,7 @@ export var 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 var connectButtonStyles = css({
|
|
23
23
|
justifyContent: 'center',
|
|
24
24
|
marginTop: "var(--ds-space-100, 8px)"
|
|
@@ -5,15 +5,15 @@ import { css } from '@emotion/react';
|
|
|
5
5
|
import { separatorCss } from '../../../styled';
|
|
6
6
|
var elementGap = '0.5rem';
|
|
7
7
|
|
|
8
|
-
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles
|
|
8
|
+
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
9
9
|
export var metadataBlockCss = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\tgap: 0px;\n\t/* primary element group */\n\t[data-smart-element-group]:nth-of-type(1) {\n\t\tflex-grow: 7;\n\n\t\t// a separator between text-based element\n\t\t", "\n\n\t\t/* horizontal spacing between elements in group */\n > span {\n\t\t\tmargin-right: ", ";\n\t\t}\n\t}\n\t/* secondary element group */\n\t[data-smart-element-group]:nth-of-type(2) {\n\t\tflex-grow: 3;\n\t\t/* horizontal spacing between elements in group */\n\t\t> span {\n\t\t\tmargin-left: ", ";\n\t\t}\n\t}\n\n\t[data-smart-element-group] {\n\t\tline-height: 1rem;\n\t}\n"])), separatorCss, elementGap, elementGap);
|
|
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 var footerBlockCss = css({
|
|
13
13
|
height: '1.5rem'
|
|
14
14
|
});
|
|
15
15
|
|
|
16
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
16
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
17
17
|
export var hiddenSnippetStyles = css({
|
|
18
18
|
visibility: 'hidden',
|
|
19
19
|
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 var 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 var skeletonContainer = css({
|
|
13
13
|
display: 'flex',
|
|
14
14
|
flexDirection: 'column',
|
|
@@ -28,7 +28,7 @@ export var getTitleStyles = function 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 var titleBlockStyles = css({
|
|
33
33
|
width: '100%',
|
|
34
34
|
gap: "var(--ds-space-100, 0.5rem)"
|
|
@@ -4,13 +4,13 @@ var blockGap = '0.5rem';
|
|
|
4
4
|
var iconGap = '0.5rem';
|
|
5
5
|
var 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 var 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 var titleBlockStyles = css({
|
|
15
15
|
gap: "".concat(blockGap, " ").concat(iconGap),
|
|
16
16
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
|
|
@@ -19,7 +19,7 @@ export var 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 var mainTextStyles = css({
|
|
24
24
|
marginTop: blockGap,
|
|
25
25
|
fontSize: '0.75rem'
|
|
@@ -23,7 +23,7 @@ export var CARD_GAP_PX = 10;
|
|
|
23
23
|
var blockGap = '0.5rem';
|
|
24
24
|
var elementGap = '0.5rem';
|
|
25
25
|
|
|
26
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
26
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
27
27
|
export var separatorCss = css({
|
|
28
28
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors, @atlaskit/ui-styling-standard/no-unsafe-selectors -- Ignored via go/DSP-18766
|
|
29
29
|
'[data-separator] + [data-separator]:before': {
|
|
@@ -31,10 +31,10 @@ export var separatorCss = css({
|
|
|
31
31
|
}
|
|
32
32
|
});
|
|
33
33
|
|
|
34
|
-
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles
|
|
34
|
+
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
35
35
|
export var HoverCardContainer = css(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n\tbackground: none;\n\tborder-width: 0;\n\tbox-sizing: border-box;\n\twidth: ", "rem;\n\n\t.", " {\n\t\tdisplay: none;\n\t}\n"])), getBooleanFF('platform.linking-platform.smart-card.hover-card-ai-summaries') ? NEW_CARD_WIDTH_REM : CARD_WIDTH_REM, loadingPlaceholderClassName);
|
|
36
36
|
|
|
37
|
-
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles
|
|
37
|
+
// eslint-disable-next-line @atlaskit/design-system/no-css-tagged-template-expression, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
38
38
|
export var titleBlockCss = css(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n\tgap: ", ";\n\n\t", "\n\n\t// title and subtitle element group\n [data-smart-element-group] {\n\t\t// gap between title and subtitle\n\t\tgap: 0.06rem;\n\t\tdisplay: flex;\n\t\t/* subtitle element group */\n\t\t> [data-smart-element-group] {\n\t\t\t> span {\n\t\t\t\tmargin-right: ", ";\n\t\t\t}\n\t\t}\n\t}\n\n\t[data-smart-element='Title'] {\n\t\tfont-weight: 600;\n\t}\n"])), blockGap, separatorCss, elementGap);
|
|
39
39
|
export var getTransitionStyles = function getTransitionStyles(snippetHeight) {
|
|
40
40
|
return css({
|
|
@@ -44,7 +44,7 @@ export var getTransitionStyles = function getTransitionStyles(snippetHeight) {
|
|
|
44
44
|
});
|
|
45
45
|
};
|
|
46
46
|
|
|
47
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles
|
|
47
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
|
|
48
48
|
export var popupContainerStyles = css({
|
|
49
49
|
borderRadius: "var(--ds-border-radius-200, 8px)",
|
|
50
50
|
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 var breakWordsCss = css({
|
|
6
6
|
whiteSpace: 'pre-line',
|
|
7
7
|
wordBreak: 'break-all'
|
|
@@ -10,7 +10,7 @@ import { useLinkWarningModal } from './LinkWarningModal/hooks/use-link-warning-m
|
|
|
10
10
|
import LinkWarningModal from './LinkWarningModal';
|
|
11
11
|
var PACKAGE_DATA = {
|
|
12
12
|
packageName: "@atlaskit/smart-card",
|
|
13
|
-
packageVersion: "27.8.
|
|
13
|
+
packageVersion: "27.8.4",
|
|
14
14
|
componentName: 'linkUrl'
|
|
15
15
|
};
|
|
16
16
|
var Link = withLinkClickedEvent('a');
|
|
@@ -14,7 +14,7 @@ var RelatedLinksList = function RelatedLinksList(_ref) {
|
|
|
14
14
|
testId: testId
|
|
15
15
|
}, jsx(Box, {
|
|
16
16
|
paddingBlockStart: "space.050"
|
|
17
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
17
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
18
18
|
,
|
|
19
19
|
xcss: xcss({
|
|
20
20
|
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)",
|
|
@@ -28,7 +28,7 @@ var RelatedLinksList = function RelatedLinksList(_ref) {
|
|
|
28
28
|
testId: "".concat(testId, "-item-").concat(idx)
|
|
29
29
|
}));
|
|
30
30
|
})), urls.length === 0 &&
|
|
31
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
31
|
+
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/design-system/consistent-css-prop-usage -- Ignored via go/DSP-18766
|
|
32
32
|
jsx(Box, {
|
|
33
33
|
paddingBlock: "space.100",
|
|
34
34
|
xcss: xcss({
|
|
@@ -4,7 +4,7 @@ import { RelatedLinksUnavailableView } from './views/unavailable';
|
|
|
4
4
|
var RelatedLinksModal = function RelatedLinksModal(_ref) {
|
|
5
5
|
var onClose = _ref.onClose,
|
|
6
6
|
showModal = _ref.showModal,
|
|
7
|
-
|
|
7
|
+
ari = _ref.ari;
|
|
8
8
|
return /*#__PURE__*/React.createElement(RelatedLinksBaseModal, {
|
|
9
9
|
onClose: onClose,
|
|
10
10
|
showModal: showModal
|
|
@@ -1,6 +1,6 @@
|
|
|
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
|
|
@@ -8,8 +8,6 @@ import { B200, B400 } from '@atlaskit/theme/colors';
|
|
|
8
8
|
* with modifications
|
|
9
9
|
*/
|
|
10
10
|
var AiIcon = function AiIcon(props) {
|
|
11
|
-
var iconColor = getBooleanFF('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : "var(--ds-icon-accent-blue, ".concat(B200, ")");
|
|
12
|
-
var textColor = getBooleanFF('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : "var(--ds-text-accent-blue, ".concat(B400, ")");
|
|
13
11
|
return /*#__PURE__*/React.createElement(SVG, props, /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("linearGradient", {
|
|
14
12
|
id: "ai_icon_lg0",
|
|
15
13
|
x1: "21",
|
|
@@ -19,12 +17,12 @@ var AiIcon = function AiIcon(props) {
|
|
|
19
17
|
gradientUnits: "userSpaceOnUse"
|
|
20
18
|
}, /*#__PURE__*/React.createElement("stop", {
|
|
21
19
|
offset: "0.270833",
|
|
22
|
-
stopColor:
|
|
23
|
-
color:
|
|
20
|
+
stopColor: "var(--ds-icon-accent-blue, ".concat(B200, ")"),
|
|
21
|
+
color: "var(--ds-icon-accent-blue, ".concat(B200, ")")
|
|
24
22
|
}), /*#__PURE__*/React.createElement("stop", {
|
|
25
23
|
offset: "1",
|
|
26
|
-
stopColor:
|
|
27
|
-
color:
|
|
24
|
+
stopColor: "var(--ds-text-accent-blue, ".concat(B400, ")"),
|
|
25
|
+
color: "var(--ds-text-accent-blue, ".concat(B400, ")")
|
|
28
26
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
29
27
|
id: "ai_icon_lg1",
|
|
30
28
|
x1: "12.5",
|
|
@@ -34,12 +32,12 @@ var AiIcon = function AiIcon(props) {
|
|
|
34
32
|
gradientUnits: "userSpaceOnUse"
|
|
35
33
|
}, /*#__PURE__*/React.createElement("stop", {
|
|
36
34
|
offset: "0.1875",
|
|
37
|
-
stopColor:
|
|
38
|
-
color:
|
|
35
|
+
stopColor: "var(--ds-icon-accent-blue, ".concat(B200, ")"),
|
|
36
|
+
color: "var(--ds-icon-accent-blue, ".concat(B200, ")")
|
|
39
37
|
}), /*#__PURE__*/React.createElement("stop", {
|
|
40
38
|
offset: "1",
|
|
41
|
-
stopColor:
|
|
42
|
-
color:
|
|
39
|
+
stopColor: "var(--ds-text-accent-blue, ".concat(B400, ")"),
|
|
40
|
+
color: "var(--ds-text-accent-blue, ".concat(B400, ")")
|
|
43
41
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
44
42
|
id: "ai_icon_lg2",
|
|
45
43
|
x1: "6.82996",
|
|
@@ -48,12 +46,12 @@ var AiIcon = function AiIcon(props) {
|
|
|
48
46
|
y2: "12",
|
|
49
47
|
gradientUnits: "userSpaceOnUse"
|
|
50
48
|
}, /*#__PURE__*/React.createElement("stop", {
|
|
51
|
-
stopColor:
|
|
52
|
-
color:
|
|
49
|
+
stopColor: "var(--ds-text-accent-blue, ".concat(B400, ")"),
|
|
50
|
+
color: "var(--ds-text-accent-blue, ".concat(B400, ")")
|
|
53
51
|
}), /*#__PURE__*/React.createElement("stop", {
|
|
54
52
|
offset: "0.791667",
|
|
55
|
-
stopColor:
|
|
56
|
-
color:
|
|
53
|
+
stopColor: "var(--ds-icon-accent-blue, ".concat(B200, ")"),
|
|
54
|
+
color: "var(--ds-icon-accent-blue, ".concat(B200, ")")
|
|
57
55
|
})), /*#__PURE__*/React.createElement("linearGradient", {
|
|
58
56
|
id: "ai_icon_lg3",
|
|
59
57
|
x1: "12.5",
|
|
@@ -62,52 +60,52 @@ var AiIcon = function AiIcon(props) {
|
|
|
62
60
|
y2: "21",
|
|
63
61
|
gradientUnits: "userSpaceOnUse"
|
|
64
62
|
}, /*#__PURE__*/React.createElement("stop", {
|
|
65
|
-
stopColor:
|
|
66
|
-
color:
|
|
63
|
+
stopColor: "var(--ds-text-accent-blue, ".concat(B400, ")"),
|
|
64
|
+
color: "var(--ds-text-accent-blue, ".concat(B400, ")")
|
|
67
65
|
}), /*#__PURE__*/React.createElement("stop", {
|
|
68
66
|
offset: "0.802083",
|
|
69
|
-
stopColor:
|
|
70
|
-
color:
|
|
67
|
+
stopColor: "var(--ds-icon-accent-blue, ".concat(B200, ")"),
|
|
68
|
+
color: "var(--ds-icon-accent-blue, ".concat(B200, ")")
|
|
71
69
|
}))), /*#__PURE__*/React.createElement("g", null, /*#__PURE__*/React.createElement("path", {
|
|
72
70
|
fillRule: "evenodd",
|
|
73
71
|
clipRule: "evenodd",
|
|
74
72
|
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",
|
|
75
|
-
fill: "url(#ai_icon_lg0)
|
|
73
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : 'url(#ai_icon_lg0)'
|
|
76
74
|
}), /*#__PURE__*/React.createElement("path", {
|
|
77
75
|
fillRule: "evenodd",
|
|
78
76
|
clipRule: "evenodd",
|
|
79
77
|
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",
|
|
80
|
-
fill: "url(#ai_icon_lg1)
|
|
78
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : 'url(#ai_icon_lg1)'
|
|
81
79
|
}), /*#__PURE__*/React.createElement("path", {
|
|
82
80
|
fillRule: "evenodd",
|
|
83
81
|
clipRule: "evenodd",
|
|
84
82
|
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",
|
|
85
|
-
fill: "url(#ai_icon_lg2)
|
|
83
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : 'url(#ai_icon_lg2)'
|
|
86
84
|
}), /*#__PURE__*/React.createElement("path", {
|
|
87
85
|
fillRule: "evenodd",
|
|
88
86
|
clipRule: "evenodd",
|
|
89
87
|
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",
|
|
90
|
-
fill: "url(#ai_icon_lg3)
|
|
88
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : 'url(#ai_icon_lg3)'
|
|
91
89
|
}), /*#__PURE__*/React.createElement("path", {
|
|
92
90
|
fillRule: "evenodd",
|
|
93
91
|
clipRule: "evenodd",
|
|
94
92
|
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",
|
|
95
|
-
fill:
|
|
93
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : "var(--ds-icon-accent-blue, ".concat(B200, ")")
|
|
96
94
|
}), /*#__PURE__*/React.createElement("path", {
|
|
97
95
|
fillRule: "evenodd",
|
|
98
96
|
clipRule: "evenodd",
|
|
99
97
|
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",
|
|
100
|
-
fill:
|
|
98
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : "var(--ds-icon-accent-blue, ".concat(B200, ")")
|
|
101
99
|
}), /*#__PURE__*/React.createElement("path", {
|
|
102
100
|
fillRule: "evenodd",
|
|
103
101
|
clipRule: "evenodd",
|
|
104
102
|
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",
|
|
105
|
-
fill:
|
|
103
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : "var(--ds-icon-accent-blue, ".concat(B200, ")")
|
|
106
104
|
}), /*#__PURE__*/React.createElement("path", {
|
|
107
105
|
fillRule: "evenodd",
|
|
108
106
|
clipRule: "evenodd",
|
|
109
107
|
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:
|
|
108
|
+
fill: fg('platform.linking-platform.smart-card.hover-card-action-redesign') ? "var(--ds-icon, #44546F)" : "var(--ds-icon-accent-blue, ".concat(B200, ")")
|
|
111
109
|
})));
|
|
112
110
|
};
|
|
113
111
|
export default AiIcon;
|
|
@@ -11,7 +11,7 @@ var 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 var 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,
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -123,7 +123,11 @@ declare const _default: {
|
|
|
123
123
|
'fabric.linking.related': string;
|
|
124
124
|
'fabric.linking.related_links_found_in': string;
|
|
125
125
|
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
126
128
|
'fabric.linking.related_links_modal_title': string;
|
|
129
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
127
131
|
'fabric.linking.related_links_not_found': string;
|
|
128
132
|
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
129
133
|
'fabric.linking.related_work_items_not_found': string;
|
package/dist/types/i18n/da.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
125
|
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
125
128
|
'fabric.linking.related_links_modal_title': string;
|
|
129
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/de.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
125
|
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
125
128
|
'fabric.linking.related_links_modal_title': string;
|
|
129
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/es.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
125
|
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
125
128
|
'fabric.linking.related_links_modal_title': string;
|
|
129
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/fi.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
125
|
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
125
128
|
'fabric.linking.related_links_modal_title': string;
|
|
129
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/fr.d.ts
CHANGED
|
@@ -123,7 +123,11 @@ declare const _default: {
|
|
|
123
123
|
'fabric.linking.related': string;
|
|
124
124
|
'fabric.linking.related_links_found_in': string;
|
|
125
125
|
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
126
128
|
'fabric.linking.related_links_modal_title': string;
|
|
129
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
127
131
|
'fabric.linking.related_links_not_found': string;
|
|
128
132
|
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
129
133
|
'fabric.linking.related_work_items_not_found': string;
|
package/dist/types/i18n/hu.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
125
|
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
125
128
|
'fabric.linking.related_links_modal_title': string;
|
|
129
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/it.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
125
|
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
125
128
|
'fabric.linking.related_links_modal_title': string;
|
|
129
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/ja.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
125
|
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
125
128
|
'fabric.linking.related_links_modal_title': string;
|
|
129
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/ko.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
125
|
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
125
128
|
'fabric.linking.related_links_modal_title': string;
|
|
129
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/nb.d.ts
CHANGED
|
@@ -123,7 +123,11 @@ declare const _default: {
|
|
|
123
123
|
'fabric.linking.related': string;
|
|
124
124
|
'fabric.linking.related_links_found_in': string;
|
|
125
125
|
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
126
128
|
'fabric.linking.related_links_modal_title': string;
|
|
129
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
127
131
|
'fabric.linking.related_links_not_found': string;
|
|
128
132
|
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
129
133
|
'fabric.linking.related_work_items_not_found': string;
|
package/dist/types/i18n/nl.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
125
|
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
125
128
|
'fabric.linking.related_links_modal_title': string;
|
|
129
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|
package/dist/types/i18n/pl.d.ts
CHANGED
|
@@ -16,6 +16,7 @@ declare const _default: {
|
|
|
16
16
|
'automation-menu.modal.footer.get-started-button': string;
|
|
17
17
|
'automation-menu.modal.footer.ok-button': string;
|
|
18
18
|
'automation-menu.modal.header.icon.label': string;
|
|
19
|
+
'automation-menu.success-state.message': string;
|
|
19
20
|
'fabric.linking.access_exists_description': string;
|
|
20
21
|
'fabric.linking.actions': string;
|
|
21
22
|
'fabric.linking.add_account': string;
|
|
@@ -122,8 +123,13 @@ declare const _default: {
|
|
|
122
123
|
'fabric.linking.related': string;
|
|
123
124
|
'fabric.linking.related_links_found_in': string;
|
|
124
125
|
'fabric.linking.related_links_includes_links_to': string;
|
|
126
|
+
'fabric.linking.related_links_modal_error_header': string;
|
|
127
|
+
'fabric.linking.related_links_modal_error_message': string;
|
|
125
128
|
'fabric.linking.related_links_modal_title': string;
|
|
129
|
+
'fabric.linking.related_links_modal_unavailable_header': string;
|
|
130
|
+
'fabric.linking.related_links_modal_unavailable_message': string;
|
|
126
131
|
'fabric.linking.related_links_not_found': string;
|
|
132
|
+
'fabric.linking.related_links_view_related_urls.nonfinal': string;
|
|
127
133
|
'fabric.linking.related_work_items_not_found': string;
|
|
128
134
|
'fabric.linking.request_access': string;
|
|
129
135
|
'fabric.linking.request_access_description': string;
|