@atlaskit/smart-card 18.0.15 → 18.0.18
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 +21 -0
- package/client/package.json +1 -0
- package/dist/cjs/extractors/common/context/extractProvider.js +14 -4
- package/dist/cjs/extractors/common/detail/extractCommentCount.js +3 -1
- package/dist/cjs/extractors/common/detail/extractProgrammingLanguage.js +3 -1
- package/dist/cjs/extractors/common/detail/extractSubscriberCount.js +3 -1
- package/dist/cjs/extractors/common/primitives/extractTitleTextColor.js +3 -1
- package/dist/cjs/i18n/cs.js +43 -0
- package/dist/cjs/i18n/da.js +43 -0
- package/dist/cjs/i18n/de.js +43 -0
- package/dist/cjs/i18n/en.js +43 -0
- package/dist/cjs/i18n/en_GB.js +43 -0
- package/dist/cjs/i18n/en_ZZ.js +43 -0
- package/dist/cjs/i18n/es.js +43 -0
- package/dist/cjs/i18n/et.js +16 -0
- package/dist/cjs/i18n/fi.js +43 -0
- package/dist/cjs/i18n/fr.js +43 -0
- package/dist/cjs/i18n/hu.js +43 -0
- package/dist/cjs/i18n/it.js +43 -0
- package/dist/cjs/i18n/ja.js +43 -0
- package/dist/cjs/i18n/ko.js +43 -0
- package/dist/cjs/i18n/nb.js +43 -0
- package/dist/cjs/i18n/nl.js +43 -0
- package/dist/cjs/i18n/pl.js +43 -0
- package/dist/cjs/i18n/pt_BR.js +43 -0
- package/dist/cjs/i18n/pt_PT.js +16 -0
- package/dist/cjs/i18n/ru.js +43 -0
- package/dist/cjs/i18n/sk.js +16 -0
- package/dist/cjs/i18n/sv.js +43 -0
- package/dist/cjs/i18n/th.js +43 -0
- package/dist/cjs/i18n/tr.js +43 -0
- package/dist/cjs/i18n/uk.js +43 -0
- package/dist/cjs/i18n/vi.js +43 -0
- package/dist/cjs/i18n/zh.js +43 -0
- package/dist/cjs/i18n/zh_TW.js +43 -0
- package/dist/cjs/state/actions/index.js +1 -1
- package/dist/cjs/version.json +1 -1
- package/dist/cjs/view/BlockCard/components/Frame.js +10 -7
- package/dist/cjs/view/BlockCard/components/Link.js +3 -1
- package/dist/cjs/view/BlockCard/components/Provider.js +3 -1
- package/dist/cjs/view/BlockCard/views/ErroredView.js +3 -1
- package/dist/cjs/view/BlockCard/views/ForbiddenView.js +3 -1
- package/dist/cjs/view/BlockCard/views/NotFoundView.js +3 -1
- package/dist/cjs/view/BlockCard/views/ResolvingView.js +4 -2
- package/dist/cjs/view/EmbedCard/components/styled.js +15 -13
- package/dist/cjs/view/EmbedCard/views/ErroredView.js +3 -1
- package/dist/cjs/view/FlexibleCard/components/blocks/title-block/resolving/index.js +11 -25
- package/dist/cjs/view/FlexibleCard/components/common/atlaskit-icon/index.js +8 -2
- package/dist/cjs/view/FlexibleCard/components/common/image-icon/index.js +4 -9
- package/dist/cjs/view/FlexibleCard/components/common/loading-skeleton/index.js +32 -0
- package/dist/cjs/view/FlexibleCard/components/common/loading-skeleton/types.js +5 -0
- package/dist/cjs/view/FlexibleCard/components/elements/icon/index.js +1 -18
- package/dist/cjs/view/FlexibleCard/components/elements/link/index.js +1 -0
- package/dist/cjs/view/FlexibleCard/components/utils.js +20 -1
- package/dist/cjs/view/InlineCard/ErroredView/index.js +3 -1
- package/dist/cjs/view/InlineCard/ForbiddenView/index.js +4 -2
- package/dist/cjs/view/InlineCard/Frame/styled.js +16 -13
- package/dist/cjs/view/InlineCard/Icon.js +3 -1
- package/dist/cjs/view/InlineCard/UnauthorisedView/index.js +4 -2
- package/dist/cjs/view/InlineCard/styled.js +6 -4
- package/dist/cjs/view/common/Byline.js +3 -1
- package/dist/cjs/view/common/Metadata.js +3 -1
- package/dist/cjs/view/common/ModalHeader.js +4 -2
- package/dist/es2019/extractors/common/context/extractProvider.js +13 -4
- package/dist/es2019/extractors/common/detail/extractCommentCount.js +2 -1
- package/dist/es2019/extractors/common/detail/extractProgrammingLanguage.js +2 -1
- package/dist/es2019/extractors/common/detail/extractSubscriberCount.js +2 -1
- package/dist/es2019/extractors/common/primitives/extractTitleTextColor.js +2 -1
- package/dist/es2019/i18n/cs.js +35 -0
- package/dist/es2019/i18n/da.js +35 -0
- package/dist/es2019/i18n/de.js +35 -0
- package/dist/es2019/i18n/en.js +35 -0
- package/dist/es2019/i18n/en_GB.js +35 -0
- package/dist/es2019/i18n/en_ZZ.js +35 -0
- package/dist/es2019/i18n/es.js +35 -0
- package/dist/es2019/i18n/et.js +8 -0
- package/dist/es2019/i18n/fi.js +35 -0
- package/dist/es2019/i18n/fr.js +35 -0
- package/dist/es2019/i18n/hu.js +35 -0
- package/dist/es2019/i18n/it.js +35 -0
- package/dist/es2019/i18n/ja.js +35 -0
- package/dist/es2019/i18n/ko.js +35 -0
- package/dist/es2019/i18n/nb.js +35 -0
- package/dist/es2019/i18n/nl.js +35 -0
- package/dist/es2019/i18n/pl.js +35 -0
- package/dist/es2019/i18n/pt_BR.js +35 -0
- package/dist/es2019/i18n/pt_PT.js +8 -0
- package/dist/es2019/i18n/ru.js +35 -0
- package/dist/es2019/i18n/sk.js +8 -0
- package/dist/es2019/i18n/sv.js +35 -0
- package/dist/es2019/i18n/th.js +35 -0
- package/dist/es2019/i18n/tr.js +35 -0
- package/dist/es2019/i18n/uk.js +35 -0
- package/dist/es2019/i18n/vi.js +35 -0
- package/dist/es2019/i18n/zh.js +35 -0
- package/dist/es2019/i18n/zh_TW.js +35 -0
- package/dist/es2019/state/actions/index.js +1 -1
- package/dist/es2019/version.json +1 -1
- package/dist/es2019/view/BlockCard/components/Frame.js +9 -7
- package/dist/es2019/view/BlockCard/components/Link.js +2 -1
- package/dist/es2019/view/BlockCard/components/Provider.js +2 -1
- package/dist/es2019/view/BlockCard/views/ErroredView.js +2 -1
- package/dist/es2019/view/BlockCard/views/ForbiddenView.js +2 -1
- package/dist/es2019/view/BlockCard/views/NotFoundView.js +2 -1
- package/dist/es2019/view/BlockCard/views/ResolvingView.js +3 -2
- package/dist/es2019/view/EmbedCard/components/styled.js +15 -15
- package/dist/es2019/view/EmbedCard/views/ErroredView.js +2 -1
- package/dist/es2019/view/FlexibleCard/components/blocks/title-block/resolving/index.js +10 -25
- package/dist/es2019/view/FlexibleCard/components/common/atlaskit-icon/index.js +8 -3
- package/dist/es2019/view/FlexibleCard/components/common/image-icon/index.js +4 -30
- package/dist/es2019/view/FlexibleCard/components/common/loading-skeleton/index.js +39 -0
- package/dist/es2019/view/FlexibleCard/components/common/loading-skeleton/types.js +1 -0
- package/dist/es2019/view/FlexibleCard/components/elements/icon/index.js +2 -19
- package/dist/es2019/view/FlexibleCard/components/elements/link/index.js +1 -0
- package/dist/es2019/view/FlexibleCard/components/utils.js +16 -0
- package/dist/es2019/view/InlineCard/ErroredView/index.js +2 -1
- package/dist/es2019/view/InlineCard/ForbiddenView/index.js +3 -2
- package/dist/es2019/view/InlineCard/Frame/styled.js +15 -12
- package/dist/es2019/view/InlineCard/Icon.js +7 -6
- package/dist/es2019/view/InlineCard/UnauthorisedView/index.js +3 -2
- package/dist/es2019/view/InlineCard/styled.js +5 -4
- package/dist/es2019/view/common/Byline.js +2 -1
- package/dist/es2019/view/common/Metadata.js +2 -1
- package/dist/es2019/view/common/ModalHeader.js +3 -2
- package/dist/esm/extractors/common/context/extractProvider.js +13 -4
- package/dist/esm/extractors/common/detail/extractCommentCount.js +2 -1
- package/dist/esm/extractors/common/detail/extractProgrammingLanguage.js +2 -1
- package/dist/esm/extractors/common/detail/extractSubscriberCount.js +2 -1
- package/dist/esm/extractors/common/primitives/extractTitleTextColor.js +2 -1
- package/dist/esm/i18n/cs.js +35 -0
- package/dist/esm/i18n/da.js +35 -0
- package/dist/esm/i18n/de.js +35 -0
- package/dist/esm/i18n/en.js +35 -0
- package/dist/esm/i18n/en_GB.js +35 -0
- package/dist/esm/i18n/en_ZZ.js +35 -0
- package/dist/esm/i18n/es.js +35 -0
- package/dist/esm/i18n/et.js +8 -0
- package/dist/esm/i18n/fi.js +35 -0
- package/dist/esm/i18n/fr.js +35 -0
- package/dist/esm/i18n/hu.js +35 -0
- package/dist/esm/i18n/it.js +35 -0
- package/dist/esm/i18n/ja.js +35 -0
- package/dist/esm/i18n/ko.js +35 -0
- package/dist/esm/i18n/nb.js +35 -0
- package/dist/esm/i18n/nl.js +35 -0
- package/dist/esm/i18n/pl.js +35 -0
- package/dist/esm/i18n/pt_BR.js +35 -0
- package/dist/esm/i18n/pt_PT.js +8 -0
- package/dist/esm/i18n/ru.js +35 -0
- package/dist/esm/i18n/sk.js +8 -0
- package/dist/esm/i18n/sv.js +35 -0
- package/dist/esm/i18n/th.js +35 -0
- package/dist/esm/i18n/tr.js +35 -0
- package/dist/esm/i18n/uk.js +35 -0
- package/dist/esm/i18n/vi.js +35 -0
- package/dist/esm/i18n/zh.js +35 -0
- package/dist/esm/i18n/zh_TW.js +35 -0
- package/dist/esm/state/actions/index.js +1 -1
- package/dist/esm/version.json +1 -1
- package/dist/esm/view/BlockCard/components/Frame.js +9 -7
- package/dist/esm/view/BlockCard/components/Link.js +2 -1
- package/dist/esm/view/BlockCard/components/Provider.js +2 -1
- package/dist/esm/view/BlockCard/views/ErroredView.js +2 -1
- package/dist/esm/view/BlockCard/views/ForbiddenView.js +2 -1
- package/dist/esm/view/BlockCard/views/NotFoundView.js +2 -1
- package/dist/esm/view/BlockCard/views/ResolvingView.js +3 -2
- package/dist/esm/view/EmbedCard/components/styled.js +14 -13
- package/dist/esm/view/EmbedCard/views/ErroredView.js +2 -1
- package/dist/esm/view/FlexibleCard/components/blocks/title-block/resolving/index.js +10 -25
- package/dist/esm/view/FlexibleCard/components/common/atlaskit-icon/index.js +8 -3
- package/dist/esm/view/FlexibleCard/components/common/image-icon/index.js +4 -10
- package/dist/esm/view/FlexibleCard/components/common/loading-skeleton/index.js +20 -0
- package/dist/esm/view/FlexibleCard/components/common/loading-skeleton/types.js +1 -0
- package/dist/esm/view/FlexibleCard/components/elements/icon/index.js +2 -19
- package/dist/esm/view/FlexibleCard/components/elements/link/index.js +1 -0
- package/dist/esm/view/FlexibleCard/components/utils.js +16 -0
- package/dist/esm/view/InlineCard/ErroredView/index.js +2 -1
- package/dist/esm/view/InlineCard/ForbiddenView/index.js +3 -2
- package/dist/esm/view/InlineCard/Frame/styled.js +16 -13
- package/dist/esm/view/InlineCard/Icon.js +2 -1
- package/dist/esm/view/InlineCard/UnauthorisedView/index.js +3 -2
- package/dist/esm/view/InlineCard/styled.js +5 -4
- package/dist/esm/view/common/Byline.js +2 -1
- package/dist/esm/view/common/Metadata.js +2 -1
- package/dist/esm/view/common/ModalHeader.js +3 -2
- package/dist/types/i18n/cs.d.ts +35 -0
- package/dist/types/i18n/da.d.ts +35 -0
- package/dist/types/i18n/de.d.ts +35 -0
- package/dist/types/i18n/en.d.ts +35 -0
- package/dist/types/i18n/en_GB.d.ts +35 -0
- package/dist/types/i18n/en_ZZ.d.ts +35 -0
- package/dist/types/i18n/es.d.ts +35 -0
- package/dist/types/i18n/et.d.ts +8 -0
- package/dist/types/i18n/fi.d.ts +35 -0
- package/dist/types/i18n/fr.d.ts +35 -0
- package/dist/types/i18n/hu.d.ts +35 -0
- package/dist/types/i18n/it.d.ts +35 -0
- package/dist/types/i18n/ja.d.ts +35 -0
- package/dist/types/i18n/ko.d.ts +35 -0
- package/dist/types/i18n/nb.d.ts +35 -0
- package/dist/types/i18n/nl.d.ts +35 -0
- package/dist/types/i18n/pl.d.ts +35 -0
- package/dist/types/i18n/pt_BR.d.ts +35 -0
- package/dist/types/i18n/pt_PT.d.ts +8 -0
- package/dist/types/i18n/ru.d.ts +35 -0
- package/dist/types/i18n/sk.d.ts +8 -0
- package/dist/types/i18n/sv.d.ts +35 -0
- package/dist/types/i18n/th.d.ts +35 -0
- package/dist/types/i18n/tr.d.ts +35 -0
- package/dist/types/i18n/uk.d.ts +35 -0
- package/dist/types/i18n/vi.d.ts +35 -0
- package/dist/types/i18n/zh.d.ts +35 -0
- package/dist/types/i18n/zh_TW.d.ts +35 -0
- package/dist/types/view/FlexibleCard/components/common/loading-skeleton/index.d.ts +5 -0
- package/dist/types/view/FlexibleCard/components/common/loading-skeleton/types.d.ts +3 -0
- package/dist/types/view/FlexibleCard/components/utils.d.ts +1 -0
- package/hooks/package.json +1 -0
- package/in-product/package.json +1 -0
- package/package.json +7 -2
- package/ssr/package.json +1 -0
- package/types/package.json +1 -0
|
@@ -27,6 +27,8 @@ var _react = _interopRequireDefault(require("react"));
|
|
|
27
27
|
|
|
28
28
|
var _colors = require("@atlaskit/theme/colors");
|
|
29
29
|
|
|
30
|
+
var _tokens = require("@atlaskit/tokens");
|
|
31
|
+
|
|
30
32
|
var _lockFilled = _interopRequireDefault(require("@atlaskit/icon/glyph/lock-filled"));
|
|
31
33
|
|
|
32
34
|
var _customThemeButton = _interopRequireDefault(require("@atlaskit/button/custom-theme-button"));
|
|
@@ -50,7 +52,7 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
|
|
|
50
52
|
var FallbackForbiddenIcon = /*#__PURE__*/_react.default.createElement(_Icon.AKIconWrapper, null, /*#__PURE__*/_react.default.createElement(_lockFilled.default, {
|
|
51
53
|
label: "error",
|
|
52
54
|
size: "small",
|
|
53
|
-
primaryColor: _colors.R400
|
|
55
|
+
primaryColor: (0, _tokens.token)('color.icon.danger', _colors.R400)
|
|
54
56
|
}));
|
|
55
57
|
|
|
56
58
|
var InlineCardForbiddenView = /*#__PURE__*/function (_React$Component) {
|
|
@@ -138,7 +140,7 @@ var InlineCardForbiddenView = /*#__PURE__*/function (_React$Component) {
|
|
|
138
140
|
}, /*#__PURE__*/_react.default.createElement(_IconAndTitleLayout.IconAndTitleLayout, {
|
|
139
141
|
icon: icon ? icon : FallbackForbiddenIcon,
|
|
140
142
|
title: this.renderMessage(),
|
|
141
|
-
titleColor: _colors.N500
|
|
143
|
+
titleColor: (0, _tokens.token)('color.text.subtle', _colors.N500)
|
|
142
144
|
}));
|
|
143
145
|
}
|
|
144
146
|
}]);
|
|
@@ -15,27 +15,27 @@ var _colors = require("@atlaskit/theme/colors");
|
|
|
15
15
|
|
|
16
16
|
var _constants = require("@atlaskit/theme/constants");
|
|
17
17
|
|
|
18
|
-
var _elevation = require("@atlaskit/theme/elevation");
|
|
19
|
-
|
|
20
18
|
var _components = require("@atlaskit/theme/components");
|
|
21
19
|
|
|
20
|
+
var _tokens = require("@atlaskit/tokens");
|
|
21
|
+
|
|
22
22
|
var _styled2 = require("../IconAndTitleLayout/styled");
|
|
23
23
|
|
|
24
24
|
var _templateObject;
|
|
25
25
|
|
|
26
26
|
var BACKGROUND_COLOR_DARK = '#262B31';
|
|
27
|
-
var selected = "\n cursor: pointer;\n box-shadow: 0 0 0 2px ".concat(_colors.B100, ";\n outline: none;\n user-select: none;\n &, :hover, :focus, :active {\n text-decoration: none;\n }\n");
|
|
27
|
+
var selected = "\n cursor: pointer;\n box-shadow: 0 0 0 2px ".concat((0, _tokens.token)('color.border.selected', _colors.B100), ";\n outline: none;\n user-select: none;\n &, :hover, :focus, :active {\n text-decoration: none;\n }\n");
|
|
28
28
|
|
|
29
29
|
var isInteractive = function isInteractive(_ref) {
|
|
30
30
|
var isInteractive = _ref.isInteractive;
|
|
31
31
|
|
|
32
32
|
if (isInteractive) {
|
|
33
33
|
return "\n cursor: pointer;\n :hover {\n background-color: ".concat((0, _components.themed)({
|
|
34
|
-
light: _colors.N20,
|
|
35
|
-
dark: BACKGROUND_COLOR_DARK
|
|
34
|
+
light: (0, _tokens.token)('color.background.neutral.subtle.hovered', _colors.N20),
|
|
35
|
+
dark: (0, _tokens.token)('color.background.neutral.subtle.hovered', BACKGROUND_COLOR_DARK)
|
|
36
36
|
}), ";\n text-decoration: none;\n }\n :active {\n background-color: ").concat((0, _components.themed)({
|
|
37
|
-
light: _colors.B50,
|
|
38
|
-
dark: BACKGROUND_COLOR_DARK
|
|
37
|
+
light: (0, _tokens.token)('color.background.selected', _colors.B50),
|
|
38
|
+
dark: (0, _tokens.token)('color.background.selected', BACKGROUND_COLOR_DARK)
|
|
39
39
|
}), ";\n text-decoration: none;\n }\n :focus {\n ").concat(selected, "\n text-decoration: none;\n }\n ");
|
|
40
40
|
} else {
|
|
41
41
|
return '';
|
|
@@ -70,18 +70,21 @@ var withoutHover = function withoutHover(_ref3) {
|
|
|
70
70
|
// NB: `box-decoration-break` required for retaining properties (border-radius) on wrap.
|
|
71
71
|
|
|
72
72
|
|
|
73
|
-
var Wrapper = _styled.default.a(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n line-height: 16px;\n padding: 1px 0.24em 2px 0.24em;\n ", "\n display: inline;\n box-decoration-break: clone;\n border-radius: ", "px;\n color: ", ";\n background-color: ", ";\n ", "
|
|
73
|
+
var Wrapper = _styled.default.a(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n line-height: 16px;\n padding: 1px 0.24em 2px 0.24em;\n ", "\n display: inline;\n box-decoration-break: clone;\n border-radius: ", "px;\n color: ", ";\n background-color: ", ";\n ", "\n ", "\n ", ";\n ", "\n transition: 0.1s all ease-in-out;\n -moz-user-select: none;\n\n &:hover span.", " {\n text-decoration: ", ";\n }\n"])), function (props) {
|
|
74
74
|
return props.withoutBackground ? "padding-left: 0; margin-left:-2px;" : '';
|
|
75
75
|
}, (0, _constants.borderRadius)(), (0, _components.themed)({
|
|
76
|
-
light: _colors.B400,
|
|
77
|
-
dark: '#4794FF'
|
|
76
|
+
light: (0, _tokens.token)('color.link', _colors.B400),
|
|
77
|
+
dark: (0, _tokens.token)('color.link', '#4794FF')
|
|
78
78
|
}), function (props) {
|
|
79
79
|
return props.withoutBackground ? '' : (0, _components.themed)({
|
|
80
|
-
light: 'white',
|
|
81
|
-
dark: BACKGROUND_COLOR_DARK
|
|
80
|
+
light: (0, _tokens.token)('elevation.surface.raised', 'white'),
|
|
81
|
+
dark: (0, _tokens.token)('elevation.surface.raised', 'BACKGROUND_COLOR_DARK')
|
|
82
82
|
});
|
|
83
83
|
}, function (props) {
|
|
84
|
-
return props.withoutBackground ? '' : (0,
|
|
84
|
+
return props.withoutBackground ? '' : (0, _components.themed)({
|
|
85
|
+
light: "box-shadow: ".concat((0, _tokens.token)('elevation.shadow.raised', "0 1px 1px ".concat(_colors.N50A, ", 0 0 1px 1px ").concat(_colors.N40A)), ";"),
|
|
86
|
+
dark: "box-shadow: ".concat((0, _tokens.token)('elevation.shadow.raised', "0 1px 1px ".concat(_colors.DN50A, ", 0 0 1px 1px ").concat(_colors.DN40A)), ";")
|
|
87
|
+
});
|
|
85
88
|
}, function (props) {
|
|
86
89
|
return isInteractive(props);
|
|
87
90
|
}, function (props) {
|
|
@@ -13,6 +13,8 @@ var _styled = _interopRequireDefault(require("@emotion/styled"));
|
|
|
13
13
|
|
|
14
14
|
var _core = require("@emotion/core");
|
|
15
15
|
|
|
16
|
+
var _tokens = require("@atlaskit/tokens");
|
|
17
|
+
|
|
16
18
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4;
|
|
17
19
|
|
|
18
20
|
var placeholderShimmer = (0, _core.keyframes)(_templateObject || (_templateObject = (0, _taggedTemplateLiteral2.default)(["\n 0% {\n background-position: -20px 0;\n }\n\n 100% {\n background-position: 20px 0;\n }\n"]))); // TODO: Figure out a more scalable/responsive solution
|
|
@@ -32,6 +34,6 @@ var AKIconWrapper = _styled.default.span(_templateObject3 || (_templateObject3 =
|
|
|
32
34
|
|
|
33
35
|
exports.AKIconWrapper = AKIconWrapper;
|
|
34
36
|
|
|
35
|
-
var Shimmer = _styled.default.span(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n height: 14px;\n width: 14px;\n margin-right: 4px;\n border-radius: 2px;\n user-select: none;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n
|
|
37
|
+
var Shimmer = _styled.default.span(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n height: 14px;\n width: 14px;\n margin-right: 4px;\n border-radius: 2px;\n user-select: none;\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%);\n background: ", ";\n // TODO: https://product-fabric.atlassian.net/browse/DSP-4236\n background-image: linear-gradient(\n to right,\n ", " 0%,\n ", " 20%,\n ", " 40%,\n ", "100%\n );\n background-repeat: no-repeat;\n background-size: 40px 14px;\n display: inline-block;\n\n animation-duration: 1s;\n animation-fill-mode: forwards;\n animation-iteration-count: infinite;\n animation-name: ", ";\n animation-timing-function: linear;\n"])), (0, _tokens.token)('color.skeleton.subtle', '#f6f7f8'), (0, _tokens.token)('color.skeleton.subtle', '#f6f7f8'), (0, _tokens.token)('color.skeleton', '#edeef1'), (0, _tokens.token)('color.skeleton.subtle', '#f6f7f8'), (0, _tokens.token)('color.skeleton.subtle', '#f6f7f8'), placeholderShimmer);
|
|
36
38
|
|
|
37
39
|
exports.Shimmer = Shimmer;
|
|
@@ -27,6 +27,8 @@ var _lockFilled = _interopRequireDefault(require("@atlaskit/icon/glyph/lock-fill
|
|
|
27
27
|
|
|
28
28
|
var _colors = require("@atlaskit/theme/colors");
|
|
29
29
|
|
|
30
|
+
var _tokens = require("@atlaskit/tokens");
|
|
31
|
+
|
|
30
32
|
var _react = _interopRequireDefault(require("react"));
|
|
31
33
|
|
|
32
34
|
var _reactIntlNext = require("react-intl-next");
|
|
@@ -48,7 +50,7 @@ function _isNativeReflectConstruct() { if (typeof Reflect === "undefined" || !Re
|
|
|
48
50
|
var FallbackUnauthorizedIcon = /*#__PURE__*/_react.default.createElement(_Icon.AKIconWrapper, null, /*#__PURE__*/_react.default.createElement(_lockFilled.default, {
|
|
49
51
|
label: "error",
|
|
50
52
|
size: "small",
|
|
51
|
-
primaryColor: _colors.R400
|
|
53
|
+
primaryColor: (0, _tokens.token)('color.icon.danger', _colors.R400)
|
|
52
54
|
}));
|
|
53
55
|
|
|
54
56
|
var InlineCardUnauthorizedView = /*#__PURE__*/function (_React$Component) {
|
|
@@ -108,7 +110,7 @@ var InlineCardUnauthorizedView = /*#__PURE__*/function (_React$Component) {
|
|
|
108
110
|
}, /*#__PURE__*/_react.default.createElement(_IconAndTitleLayout.IconAndTitleLayout, {
|
|
109
111
|
icon: icon ? icon : FallbackUnauthorizedIcon,
|
|
110
112
|
title: this.renderMessage(),
|
|
111
|
-
titleColor: _colors.N500
|
|
113
|
+
titleColor: (0, _tokens.token)('color.text.subtle', _colors.N500)
|
|
112
114
|
}));
|
|
113
115
|
}
|
|
114
116
|
}]);
|
|
@@ -15,6 +15,8 @@ var _colors = require("@atlaskit/theme/colors");
|
|
|
15
15
|
|
|
16
16
|
var _components = require("@atlaskit/theme/components");
|
|
17
17
|
|
|
18
|
+
var _tokens = require("@atlaskit/tokens");
|
|
19
|
+
|
|
18
20
|
var _templateObject, _templateObject2, _templateObject3, _templateObject4;
|
|
19
21
|
|
|
20
22
|
var LINK_COLOR_DARK = '#4794FF'; // By default buttons will hide overflow and ellipsis content instead of wrapping.
|
|
@@ -25,8 +27,8 @@ var IconStyledButton = _styled.default.span(_templateObject || (_templateObject
|
|
|
25
27
|
exports.IconStyledButton = IconStyledButton;
|
|
26
28
|
|
|
27
29
|
var NoLinkAppearance = _styled.default.span(_templateObject2 || (_templateObject2 = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n"])), (0, _components.themed)({
|
|
28
|
-
light: _colors.N200,
|
|
29
|
-
dark: LINK_COLOR_DARK
|
|
30
|
+
light: (0, _tokens.token)('color.text.subtlest', _colors.N200),
|
|
31
|
+
dark: (0, _tokens.token)('color.text.subtlest', LINK_COLOR_DARK)
|
|
30
32
|
}));
|
|
31
33
|
|
|
32
34
|
exports.NoLinkAppearance = NoLinkAppearance;
|
|
@@ -36,8 +38,8 @@ var LowercaseAppearance = _styled.default.span(_templateObject3 || (_templateObj
|
|
|
36
38
|
exports.LowercaseAppearance = LowercaseAppearance;
|
|
37
39
|
|
|
38
40
|
var LinkAppearance = _styled.default.span(_templateObject4 || (_templateObject4 = (0, _taggedTemplateLiteral2.default)(["\n color: ", ";\n"])), (0, _components.themed)({
|
|
39
|
-
light: _colors.B400,
|
|
40
|
-
dark: LINK_COLOR_DARK
|
|
41
|
+
light: (0, _tokens.token)('color.link', _colors.B400),
|
|
42
|
+
dark: (0, _tokens.token)('color.link', LINK_COLOR_DARK)
|
|
41
43
|
}));
|
|
42
44
|
|
|
43
45
|
exports.LinkAppearance = LinkAppearance;
|
|
@@ -9,6 +9,8 @@ var _core = require("@emotion/core");
|
|
|
9
9
|
|
|
10
10
|
var _colors = require("@atlaskit/theme/colors");
|
|
11
11
|
|
|
12
|
+
var _tokens = require("@atlaskit/tokens");
|
|
13
|
+
|
|
12
14
|
var _utils = require("./utils");
|
|
13
15
|
|
|
14
16
|
/** @jsx jsx */
|
|
@@ -21,7 +23,7 @@ var Byline = function Byline(_ref) {
|
|
|
21
23
|
css: (0, _utils.mq)({
|
|
22
24
|
fontSize: (0, _utils.gs)(1.5),
|
|
23
25
|
lineHeight: (0, _utils.gs)(2.5),
|
|
24
|
-
color: "".concat(_colors.N300),
|
|
26
|
+
color: "".concat((0, _tokens.token)('color.text.subtlest', _colors.N300)),
|
|
25
27
|
fontWeight: 'normal',
|
|
26
28
|
marginTop: (0, _utils.gs)(0.5),
|
|
27
29
|
// Spec: only allow two lines MAX to be shown.
|
|
@@ -15,6 +15,8 @@ var _utils = require("./utils");
|
|
|
15
15
|
|
|
16
16
|
var _colors = require("@atlaskit/theme/colors");
|
|
17
17
|
|
|
18
|
+
var _tokens = require("@atlaskit/tokens");
|
|
19
|
+
|
|
18
20
|
/** @jsx jsx */
|
|
19
21
|
var Metadata = function Metadata(_ref) {
|
|
20
22
|
var text = _ref.text,
|
|
@@ -42,7 +44,7 @@ var Metadata = function Metadata(_ref) {
|
|
|
42
44
|
}, metadataIcon, (0, _core.jsx)("span", {
|
|
43
45
|
css: {
|
|
44
46
|
fontSize: (0, _utils.gs)(1.5),
|
|
45
|
-
color: "".concat(_colors.N300),
|
|
47
|
+
color: "".concat((0, _tokens.token)('color.text.subtlest', _colors.N300)),
|
|
46
48
|
marginRight: (0, _utils.gs)(0.5),
|
|
47
49
|
marginLeft: '2px'
|
|
48
50
|
}
|
|
@@ -21,6 +21,8 @@ var _customThemeButton = _interopRequireDefault(require("@atlaskit/button/custom
|
|
|
21
21
|
|
|
22
22
|
var _colors = require("@atlaskit/theme/colors");
|
|
23
23
|
|
|
24
|
+
var _tokens = require("@atlaskit/tokens");
|
|
25
|
+
|
|
24
26
|
var _reactIntlNext = require("react-intl-next");
|
|
25
27
|
|
|
26
28
|
var _utils = require("./utils");
|
|
@@ -64,7 +66,7 @@ var Header = function Header(_ref) {
|
|
|
64
66
|
display: 'flex',
|
|
65
67
|
justifyContent: 'space-between',
|
|
66
68
|
alignItems: 'baseline',
|
|
67
|
-
borderBottom: "1px solid ".concat(_colors.N30A)
|
|
69
|
+
borderBottom: "1px solid ".concat((0, _tokens.token)('color.border', _colors.N30A))
|
|
68
70
|
}
|
|
69
71
|
}, (0, _core.jsx)("div", {
|
|
70
72
|
css: {
|
|
@@ -81,7 +83,7 @@ var Header = function Header(_ref) {
|
|
|
81
83
|
}
|
|
82
84
|
}, (0, _core.jsx)("h3", null, title), (0, _core.jsx)("div", {
|
|
83
85
|
css: {
|
|
84
|
-
color: _colors.N100
|
|
86
|
+
color: (0, _tokens.token)('color.text.subtlest', _colors.N100)
|
|
85
87
|
}
|
|
86
88
|
}, metadata.items.length && (0, _core.jsx)(_MetadataList.MetadataList, {
|
|
87
89
|
items: metadata.items
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { N700, B200, B400 } from '@atlaskit/theme/colors';
|
|
3
|
+
import { token } from '@atlaskit/tokens';
|
|
3
4
|
import { ConfluenceIcon } from '@atlaskit/logo/confluence-icon';
|
|
4
5
|
import { JiraIcon } from '@atlaskit/logo/jira-icon';
|
|
5
6
|
import { extractUrlFromIconJsonLd } from '../utils';
|
|
@@ -33,18 +34,26 @@ const extractProviderIcon = (icon, id) => {
|
|
|
33
34
|
if (id) {
|
|
34
35
|
if (id === CONFLUENCE_GENERATOR_ID) {
|
|
35
36
|
return /*#__PURE__*/React.createElement(ConfluenceIcon, {
|
|
36
|
-
textColor: N700
|
|
37
|
+
textColor: token('color.text.subtle', N700)
|
|
38
|
+
/* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
|
|
39
|
+
,
|
|
37
40
|
iconColor: B200,
|
|
38
41
|
iconGradientStart: B400,
|
|
39
|
-
iconGradientStop: B200
|
|
42
|
+
iconGradientStop: B200
|
|
43
|
+
/* eslint-enable @atlaskit/design-system/ensure-design-token-usage */
|
|
44
|
+
,
|
|
40
45
|
size: "xsmall"
|
|
41
46
|
});
|
|
42
47
|
} else if (id === JIRA_GENERATOR_ID) {
|
|
43
48
|
return /*#__PURE__*/React.createElement(JiraIcon, {
|
|
44
|
-
textColor: N700
|
|
49
|
+
textColor: token('color.text.subtle', N700)
|
|
50
|
+
/* eslint-disable @atlaskit/design-system/ensure-design-token-usage */
|
|
51
|
+
,
|
|
45
52
|
iconColor: B200,
|
|
46
53
|
iconGradientStart: B400,
|
|
47
|
-
iconGradientStop: B200
|
|
54
|
+
iconGradientStop: B200
|
|
55
|
+
/* eslint-enable @atlaskit/design-system/ensure-design-token-usage */
|
|
56
|
+
,
|
|
48
57
|
size: "xsmall"
|
|
49
58
|
});
|
|
50
59
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { N600 } from '@atlaskit/theme/colors';
|
|
3
|
+
import { token } from '@atlaskit/tokens';
|
|
3
4
|
import ChatIcon from '@atlaskit/icon/glyph/comment';
|
|
4
5
|
export const extractCommentCount = jsonLd => {
|
|
5
6
|
const commentCount = jsonLd['schema:commentCount'];
|
|
@@ -11,7 +12,7 @@ export const extractCommentCount = jsonLd => {
|
|
|
11
12
|
label: "comment-count",
|
|
12
13
|
key: "comments-count-icon",
|
|
13
14
|
size: "small",
|
|
14
|
-
primaryColor: N600
|
|
15
|
+
primaryColor: token('color.icon.subtle', N600)
|
|
15
16
|
})
|
|
16
17
|
};
|
|
17
18
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { N600 } from '@atlaskit/theme/colors';
|
|
3
3
|
import CodeIcon from '@atlaskit/icon/glyph/code';
|
|
4
|
+
import { token } from '@atlaskit/tokens';
|
|
4
5
|
export const extractProgrammingLanguage = jsonLd => {
|
|
5
6
|
const programmingLanguage = jsonLd['schema:programmingLanguage'];
|
|
6
7
|
|
|
@@ -10,7 +11,7 @@ export const extractProgrammingLanguage = jsonLd => {
|
|
|
10
11
|
icon: /*#__PURE__*/React.createElement(CodeIcon, {
|
|
11
12
|
size: "small",
|
|
12
13
|
label: "code",
|
|
13
|
-
primaryColor: N600
|
|
14
|
+
primaryColor: token('color.icon.subtle', N600)
|
|
14
15
|
})
|
|
15
16
|
};
|
|
16
17
|
}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { N600 } from '@atlaskit/theme/colors';
|
|
3
3
|
import PeopleIcon from '@atlaskit/icon/glyph/people';
|
|
4
|
+
import { token } from '@atlaskit/tokens';
|
|
4
5
|
export const extractSubscriberCount = jsonLd => {
|
|
5
6
|
const subscriberCount = jsonLd['atlassian:subscriberCount'];
|
|
6
7
|
|
|
@@ -10,7 +11,7 @@ export const extractSubscriberCount = jsonLd => {
|
|
|
10
11
|
icon: /*#__PURE__*/React.createElement(PeopleIcon, {
|
|
11
12
|
size: "small",
|
|
12
13
|
label: "subscribers",
|
|
13
|
-
primaryColor: N600
|
|
14
|
+
primaryColor: token('color.icon.subtle', N600)
|
|
14
15
|
})
|
|
15
16
|
};
|
|
16
17
|
}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { extractorPriorityMap } from '../icon/priority';
|
|
2
2
|
import { R500 } from '@atlaskit/theme/colors';
|
|
3
|
+
import { token } from '@atlaskit/tokens';
|
|
3
4
|
export const extractTitleTextColor = jsonLd => {
|
|
4
5
|
const type = jsonLd['@type'];
|
|
5
6
|
|
|
@@ -8,7 +9,7 @@ export const extractTitleTextColor = jsonLd => {
|
|
|
8
9
|
|
|
9
10
|
switch (highestPriorityType) {
|
|
10
11
|
case 'atlassian:UndefinedLink':
|
|
11
|
-
return R500;
|
|
12
|
+
return token('color.text.danger', R500);
|
|
12
13
|
|
|
13
14
|
default:
|
|
14
15
|
return undefined;
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
//Czech
|
|
8
|
+
export default {
|
|
9
|
+
'fabric.linking.cannot_connect': 'Nelze se připojit, zkuste to znovu.',
|
|
10
|
+
'fabric.linking.cannot_find_link': 'Nepodařilo se najít odkaz.',
|
|
11
|
+
'fabric.linking.click_to_join': 'Chcete-li si zobrazit tento požadavek, připojte se ke službě {context}.',
|
|
12
|
+
'fabric.linking.connect_link_account': 'Pokud chcete zobrazit náhled, připojte svůj účet',
|
|
13
|
+
'fabric.linking.create_on': 'Vytvořeno {context}',
|
|
14
|
+
'fabric.linking.created_by': 'Vytvořil(a) {context}',
|
|
15
|
+
'fabric.linking.delete': 'Odstranit',
|
|
16
|
+
'fabric.linking.edit': 'Upravit',
|
|
17
|
+
'fabric.linking.forbidden_access': 'Přístup byl odepřen',
|
|
18
|
+
'fabric.linking.invalid_permissions': 'Omezený odkaz, zkuste jiný účet.',
|
|
19
|
+
'fabric.linking.modified_on': 'Aktualizováno {context}',
|
|
20
|
+
'fabric.linking.pending_request': 'Vaše žádost o přístup čeká na vyřízení.',
|
|
21
|
+
'fabric.linking.priority_blocker': 'Blokující',
|
|
22
|
+
'fabric.linking.priority_critical': 'Kritická',
|
|
23
|
+
'fabric.linking.priority_high': 'Vysoká',
|
|
24
|
+
'fabric.linking.priority_highest': 'Nejvyšší',
|
|
25
|
+
'fabric.linking.priority_low': 'Nízká',
|
|
26
|
+
'fabric.linking.priority_lowest': 'Nejnižší',
|
|
27
|
+
'fabric.linking.priority_major': 'Vysoká',
|
|
28
|
+
'fabric.linking.priority_medium': 'Střední',
|
|
29
|
+
'fabric.linking.priority_minor': 'Nízká',
|
|
30
|
+
'fabric.linking.priority_trivial': 'Triviální',
|
|
31
|
+
'fabric.linking.priority_undefined': 'Nedefinováno',
|
|
32
|
+
'fabric.linking.request_access': 'Chcete-li si zobrazit tento požadavek, požádejte o přístup ke službě {context}.',
|
|
33
|
+
'fabric.linking.request_denied': 'Vaše žádost o přístup byla odmítnuta.',
|
|
34
|
+
'fabric.linking.updated_by': 'Upravil(a) {context}'
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
//Danish (Denmark)
|
|
8
|
+
export default {
|
|
9
|
+
'fabric.linking.cannot_connect': 'Kan ikke oprette forbindelse. Prøv igen.',
|
|
10
|
+
'fabric.linking.cannot_find_link': 'Kan ikke finde linket',
|
|
11
|
+
'fabric.linking.click_to_join': 'Deltag i {context} for at se denne sag',
|
|
12
|
+
'fabric.linking.connect_link_account': 'Forbind til forhåndsvisning',
|
|
13
|
+
'fabric.linking.create_on': 'Oprettet {context}',
|
|
14
|
+
'fabric.linking.created_by': 'Oprettet af {context}',
|
|
15
|
+
'fabric.linking.delete': 'Slet',
|
|
16
|
+
'fabric.linking.edit': 'Rediger',
|
|
17
|
+
'fabric.linking.forbidden_access': 'Du har ikke adgang',
|
|
18
|
+
'fabric.linking.invalid_permissions': 'Begrænset link. Prøv en anden konto',
|
|
19
|
+
'fabric.linking.modified_on': 'Opdateret {context}',
|
|
20
|
+
'fabric.linking.pending_request': 'Din anmodning om adgang afventer behandling',
|
|
21
|
+
'fabric.linking.priority_blocker': 'Blokering',
|
|
22
|
+
'fabric.linking.priority_critical': 'Kritisk',
|
|
23
|
+
'fabric.linking.priority_high': 'Høj',
|
|
24
|
+
'fabric.linking.priority_highest': 'Højeste',
|
|
25
|
+
'fabric.linking.priority_low': 'Lav',
|
|
26
|
+
'fabric.linking.priority_lowest': 'Laveste',
|
|
27
|
+
'fabric.linking.priority_major': 'Væsentlig',
|
|
28
|
+
'fabric.linking.priority_medium': 'Middel',
|
|
29
|
+
'fabric.linking.priority_minor': 'Mindre',
|
|
30
|
+
'fabric.linking.priority_trivial': 'Triviel',
|
|
31
|
+
'fabric.linking.priority_undefined': 'Ikke defineret',
|
|
32
|
+
'fabric.linking.request_access': 'Anmod om adgang til {context} for at se denne sag',
|
|
33
|
+
'fabric.linking.request_denied': 'Din anmodning om adgang blev afvist',
|
|
34
|
+
'fabric.linking.updated_by': 'Ændret af {context}'
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
//German (Germany)
|
|
8
|
+
export default {
|
|
9
|
+
'fabric.linking.cannot_connect': 'Verbindung nicht möglich, versuchen Sie es erneut',
|
|
10
|
+
'fabric.linking.cannot_find_link': 'Link konnte nicht gefunden werden',
|
|
11
|
+
'fabric.linking.click_to_join': '{context} beitreten, um diesen Vorgang anzuzeigen',
|
|
12
|
+
'fabric.linking.connect_link_account': 'Verknüpfen und Vorschau ansehen',
|
|
13
|
+
'fabric.linking.create_on': 'Erstellt am {context}',
|
|
14
|
+
'fabric.linking.created_by': 'Erstellt von {context}',
|
|
15
|
+
'fabric.linking.delete': 'Löschen',
|
|
16
|
+
'fabric.linking.edit': 'Bearbeiten',
|
|
17
|
+
'fabric.linking.forbidden_access': 'Sie sind nicht zugriffsberechtigt',
|
|
18
|
+
'fabric.linking.invalid_permissions': 'Eingeschränkter Link, bitte versuchen Sie es mit einem anderen Konto.',
|
|
19
|
+
'fabric.linking.modified_on': 'Aktualisiert am {context}',
|
|
20
|
+
'fabric.linking.pending_request': 'Ihre Zugriffsanfrage ist ausstehend.',
|
|
21
|
+
'fabric.linking.priority_blocker': 'Blocker',
|
|
22
|
+
'fabric.linking.priority_critical': 'Kritisch',
|
|
23
|
+
'fabric.linking.priority_high': 'Hoch',
|
|
24
|
+
'fabric.linking.priority_highest': 'Höchste',
|
|
25
|
+
'fabric.linking.priority_low': 'Niedrig',
|
|
26
|
+
'fabric.linking.priority_lowest': 'Niedrigste',
|
|
27
|
+
'fabric.linking.priority_major': 'Sehr hoch',
|
|
28
|
+
'fabric.linking.priority_medium': 'Mittel',
|
|
29
|
+
'fabric.linking.priority_minor': 'Gering',
|
|
30
|
+
'fabric.linking.priority_trivial': 'Unwesentlich',
|
|
31
|
+
'fabric.linking.priority_undefined': 'Nicht definiert',
|
|
32
|
+
'fabric.linking.request_access': 'Zugriff auf {context} anfordern, um diesen Vorgang anzuzeigen',
|
|
33
|
+
'fabric.linking.request_denied': 'Ihre Zugriffsanfrage wurde abgelehnt.',
|
|
34
|
+
'fabric.linking.updated_by': 'Geändert von {context}'
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
//
|
|
8
|
+
export default {
|
|
9
|
+
'fabric.linking.cannot_connect': "Can't connect, try again",
|
|
10
|
+
'fabric.linking.cannot_find_link': "Can't find link",
|
|
11
|
+
'fabric.linking.click_to_join': 'Join {context} to view this issue',
|
|
12
|
+
'fabric.linking.connect_link_account': 'Connect to preview',
|
|
13
|
+
'fabric.linking.create_on': 'Created {context}',
|
|
14
|
+
'fabric.linking.created_by': 'Created by {context}',
|
|
15
|
+
'fabric.linking.delete': 'Delete',
|
|
16
|
+
'fabric.linking.edit': 'Edit',
|
|
17
|
+
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
18
|
+
'fabric.linking.invalid_permissions': 'Restricted link, try another account',
|
|
19
|
+
'fabric.linking.modified_on': 'Updated {context}',
|
|
20
|
+
'fabric.linking.pending_request': 'Your access request is pending',
|
|
21
|
+
'fabric.linking.priority_blocker': 'Blocker',
|
|
22
|
+
'fabric.linking.priority_critical': 'Critical',
|
|
23
|
+
'fabric.linking.priority_high': 'High',
|
|
24
|
+
'fabric.linking.priority_highest': 'Highest',
|
|
25
|
+
'fabric.linking.priority_low': 'Low',
|
|
26
|
+
'fabric.linking.priority_lowest': 'Lowest',
|
|
27
|
+
'fabric.linking.priority_major': 'Major',
|
|
28
|
+
'fabric.linking.priority_medium': 'Medium',
|
|
29
|
+
'fabric.linking.priority_minor': 'Minor',
|
|
30
|
+
'fabric.linking.priority_trivial': 'Trivial',
|
|
31
|
+
'fabric.linking.priority_undefined': 'Undefined',
|
|
32
|
+
'fabric.linking.request_access': 'Request access to {context} to view this issue',
|
|
33
|
+
'fabric.linking.request_denied': 'Your access request was denied',
|
|
34
|
+
'fabric.linking.updated_by': 'Modified by {context}'
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
//English (United Kingdom)
|
|
8
|
+
export default {
|
|
9
|
+
'fabric.linking.cannot_connect': "Can't connect, try again",
|
|
10
|
+
'fabric.linking.cannot_find_link': "Can't find link",
|
|
11
|
+
'fabric.linking.click_to_join': 'Join {context} to view this issue',
|
|
12
|
+
'fabric.linking.connect_link_account': 'Connect to preview',
|
|
13
|
+
'fabric.linking.create_on': 'Created {context}',
|
|
14
|
+
'fabric.linking.created_by': 'Created by {context}',
|
|
15
|
+
'fabric.linking.delete': 'Delete',
|
|
16
|
+
'fabric.linking.edit': 'Edit',
|
|
17
|
+
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
18
|
+
'fabric.linking.invalid_permissions': 'Restricted link, try another account',
|
|
19
|
+
'fabric.linking.modified_on': 'Updated {context}',
|
|
20
|
+
'fabric.linking.pending_request': 'Your access request is pending',
|
|
21
|
+
'fabric.linking.priority_blocker': 'Blocker',
|
|
22
|
+
'fabric.linking.priority_critical': 'Critical',
|
|
23
|
+
'fabric.linking.priority_high': 'High',
|
|
24
|
+
'fabric.linking.priority_highest': 'Highest',
|
|
25
|
+
'fabric.linking.priority_low': 'Low',
|
|
26
|
+
'fabric.linking.priority_lowest': 'Lowest',
|
|
27
|
+
'fabric.linking.priority_major': 'Major',
|
|
28
|
+
'fabric.linking.priority_medium': 'Medium',
|
|
29
|
+
'fabric.linking.priority_minor': 'Minor',
|
|
30
|
+
'fabric.linking.priority_trivial': 'Trivial',
|
|
31
|
+
'fabric.linking.priority_undefined': 'Undefined',
|
|
32
|
+
'fabric.linking.request_access': 'Request access to {context} to view this issue',
|
|
33
|
+
'fabric.linking.request_denied': 'Your access request was denied',
|
|
34
|
+
'fabric.linking.updated_by': 'Modified by {context}'
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
//
|
|
8
|
+
export default {
|
|
9
|
+
'fabric.linking.cannot_connect': "Can't connect, try again",
|
|
10
|
+
'fabric.linking.cannot_find_link': "Can't find link",
|
|
11
|
+
'fabric.linking.click_to_join': 'Join {context} to view this issue',
|
|
12
|
+
'fabric.linking.connect_link_account': 'Connect to preview',
|
|
13
|
+
'fabric.linking.create_on': 'Created {context}',
|
|
14
|
+
'fabric.linking.created_by': 'Created by {context}',
|
|
15
|
+
'fabric.linking.delete': 'Delete',
|
|
16
|
+
'fabric.linking.edit': 'Edit',
|
|
17
|
+
'fabric.linking.forbidden_access': 'Your access is forbidden',
|
|
18
|
+
'fabric.linking.invalid_permissions': 'Restricted link, try another account',
|
|
19
|
+
'fabric.linking.modified_on': 'Updated {context}',
|
|
20
|
+
'fabric.linking.pending_request': 'Your access request is pending',
|
|
21
|
+
'fabric.linking.priority_blocker': 'Blocker',
|
|
22
|
+
'fabric.linking.priority_critical': 'Critical',
|
|
23
|
+
'fabric.linking.priority_high': 'High',
|
|
24
|
+
'fabric.linking.priority_highest': 'Highest',
|
|
25
|
+
'fabric.linking.priority_low': 'Low',
|
|
26
|
+
'fabric.linking.priority_lowest': 'Lowest',
|
|
27
|
+
'fabric.linking.priority_major': 'Major',
|
|
28
|
+
'fabric.linking.priority_medium': 'Medium',
|
|
29
|
+
'fabric.linking.priority_minor': 'Minor',
|
|
30
|
+
'fabric.linking.priority_trivial': 'Trivial',
|
|
31
|
+
'fabric.linking.priority_undefined': 'Undefined',
|
|
32
|
+
'fabric.linking.request_access': 'Request access to {context} to view this issue',
|
|
33
|
+
'fabric.linking.request_denied': 'Your access request was denied',
|
|
34
|
+
'fabric.linking.updated_by': 'Modified by {context}'
|
|
35
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* NOTE:
|
|
3
|
+
*
|
|
4
|
+
* This file is automatically generated by Traduki 2.0.
|
|
5
|
+
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
6
|
+
*/
|
|
7
|
+
//Spanish (International)
|
|
8
|
+
export default {
|
|
9
|
+
'fabric.linking.cannot_connect': 'No se podido establecer la conexión. Inténtalo de nuevo',
|
|
10
|
+
'fabric.linking.cannot_find_link': 'No se ha podido encontrar el enlace',
|
|
11
|
+
'fabric.linking.click_to_join': 'Únete a {context} para ver esta incidencia',
|
|
12
|
+
'fabric.linking.connect_link_account': 'Conectar para obtener vista previa',
|
|
13
|
+
'fabric.linking.create_on': 'Fecha de creación: {context}',
|
|
14
|
+
'fabric.linking.created_by': 'Creado por {context}',
|
|
15
|
+
'fabric.linking.delete': 'Eliminar',
|
|
16
|
+
'fabric.linking.edit': 'Editar',
|
|
17
|
+
'fabric.linking.forbidden_access': 'Tienes prohibido el acceso',
|
|
18
|
+
'fabric.linking.invalid_permissions': 'Enlace restringido, prueba con otra cuenta',
|
|
19
|
+
'fabric.linking.modified_on': 'Fecha de actualización: {context}',
|
|
20
|
+
'fabric.linking.pending_request': 'Tu solicitud de acceso está pendiente',
|
|
21
|
+
'fabric.linking.priority_blocker': 'Impedimento',
|
|
22
|
+
'fabric.linking.priority_critical': 'Crítica',
|
|
23
|
+
'fabric.linking.priority_high': 'Alta',
|
|
24
|
+
'fabric.linking.priority_highest': 'Más alta',
|
|
25
|
+
'fabric.linking.priority_low': 'Baja',
|
|
26
|
+
'fabric.linking.priority_lowest': 'Más baja',
|
|
27
|
+
'fabric.linking.priority_major': 'Mayor',
|
|
28
|
+
'fabric.linking.priority_medium': 'Media',
|
|
29
|
+
'fabric.linking.priority_minor': 'Menor',
|
|
30
|
+
'fabric.linking.priority_trivial': 'Trivial',
|
|
31
|
+
'fabric.linking.priority_undefined': 'Sin definir',
|
|
32
|
+
'fabric.linking.request_access': 'Solicita acceso a {context} para ver esta incidencia',
|
|
33
|
+
'fabric.linking.request_denied': 'Se ha denegado tu solicitud de acceso',
|
|
34
|
+
'fabric.linking.updated_by': 'Modificado por {context}'
|
|
35
|
+
};
|