@atlaskit/help 9.4.10 → 9.4.12
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 +14 -0
- package/afm-cc/tsconfig.json +0 -3
- package/afm-jira/tsconfig.json +0 -3
- package/afm-products/tsconfig.json +0 -3
- package/dist/cjs/analytics.js +1 -1
- package/dist/cjs/assets/WhatsNewIcoExperiment.js +1 -2
- package/dist/cjs/assets/WhatsNewIconFix.js +1 -2
- package/dist/cjs/assets/WhatsNewIconImprovement.js +1 -2
- package/dist/cjs/assets/WhatsNewIconNew.js +1 -2
- package/dist/cjs/assets/WhatsNewIconRemoved.js +1 -2
- package/dist/cjs/components/Article/ArticleLoadingFail/index.js +1 -1
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/index.js +2 -3
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/styled.compiled.css +2 -2
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/styled.js +4 -9
- package/dist/cjs/components/Article/HelpArticle/index.js +1 -1
- package/dist/cjs/components/Article/WhatsNewArticle/index.js +1 -1
- package/dist/cjs/components/Article/index.compiled.css +2 -2
- package/dist/cjs/components/Article/index.js +1 -1
- package/dist/cjs/components/ArticlesList/ArticlesList.js +1 -2
- package/dist/cjs/components/ArticlesList/ArticlesListItem/index.js +2 -3
- package/dist/cjs/components/ArticlesList/ArticlesListItem/styled.compiled.css +13 -14
- package/dist/cjs/components/ArticlesList/ArticlesListItem/styled.js +9 -43
- package/dist/cjs/components/BackButton/index.js +1 -1
- package/dist/cjs/components/HelpContentButton/index.js +1 -1
- package/dist/cjs/components/HelpContentButton/styled.compiled.css +9 -9
- package/dist/cjs/components/HelpContentButton/styled.js +2 -15
- package/dist/cjs/components/NeedMoreHelp/styled.compiled.css +2 -2
- package/dist/cjs/components/NeedMoreHelp/styled.js +1 -1
- package/dist/cjs/components/RelatedArticles/index.js +1 -1
- package/dist/cjs/components/RelatedArticles/styled.compiled.css +1 -1
- package/dist/cjs/components/RelatedArticles/styled.js +1 -5
- package/dist/cjs/components/Search/SearchInput/index.js +1 -1
- package/dist/cjs/components/Search/SearchInput/styled.compiled.css +2 -2
- package/dist/cjs/components/Search/SearchInput/styled.js +1 -1
- package/dist/cjs/components/Search/SearchResults/SearchExternalSite.js +1 -4
- package/dist/cjs/components/Search/SearchResults/SearchResultsEmpty.js +1 -4
- package/dist/cjs/components/Search/SearchResults/styled.compiled.css +4 -4
- package/dist/cjs/components/Search/SearchResults/styled.js +4 -14
- package/dist/cjs/components/WhatsNew/WhatsNewButton/index.js +2 -3
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.compiled.css +1 -1
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.js +1 -5
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.compiled.css +1 -1
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.js +1 -5
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.compiled.css +6 -6
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +5 -17
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultsList.js +1 -3
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.compiled.css +1 -1
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.js +1 -5
- package/dist/cjs/components/WhatsNew/WhatsNewResults/index.compiled.css +2 -2
- package/dist/cjs/components/WhatsNew/WhatsNewResults/index.js +1 -1
- package/dist/cjs/components/styled.compiled.css +3 -3
- package/dist/cjs/components/styled.js +2 -7
- package/dist/cjs/util/styled.compiled.css +3 -3
- package/dist/cjs/util/styled.js +12 -23
- package/dist/es2019/analytics.js +1 -1
- package/dist/es2019/assets/WhatsNewIcoExperiment.js +1 -2
- package/dist/es2019/assets/WhatsNewIconFix.js +1 -2
- package/dist/es2019/assets/WhatsNewIconImprovement.js +1 -2
- package/dist/es2019/assets/WhatsNewIconNew.js +1 -2
- package/dist/es2019/assets/WhatsNewIconRemoved.js +1 -2
- package/dist/es2019/components/Article/ArticleLoadingFail/index.js +1 -1
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/index.js +2 -3
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/styled.compiled.css +2 -2
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/styled.js +1 -6
- package/dist/es2019/components/Article/HelpArticle/index.js +1 -1
- package/dist/es2019/components/Article/WhatsNewArticle/index.js +1 -1
- package/dist/es2019/components/Article/index.compiled.css +2 -2
- package/dist/es2019/components/Article/index.js +1 -1
- package/dist/es2019/components/ArticlesList/ArticlesList.js +1 -2
- package/dist/es2019/components/ArticlesList/ArticlesListItem/index.js +2 -3
- package/dist/es2019/components/ArticlesList/ArticlesListItem/styled.compiled.css +13 -14
- package/dist/es2019/components/ArticlesList/ArticlesListItem/styled.js +7 -13
- package/dist/es2019/components/BackButton/index.js +1 -1
- package/dist/es2019/components/HelpContentButton/index.js +1 -1
- package/dist/es2019/components/HelpContentButton/styled.compiled.css +9 -9
- package/dist/es2019/components/HelpContentButton/styled.js +2 -3
- package/dist/es2019/components/NeedMoreHelp/styled.compiled.css +2 -2
- package/dist/es2019/components/NeedMoreHelp/styled.js +1 -1
- package/dist/es2019/components/RelatedArticles/index.js +1 -1
- package/dist/es2019/components/RelatedArticles/styled.compiled.css +1 -1
- package/dist/es2019/components/RelatedArticles/styled.js +1 -2
- package/dist/es2019/components/Search/SearchInput/index.js +1 -1
- package/dist/es2019/components/Search/SearchInput/styled.compiled.css +2 -2
- package/dist/es2019/components/Search/SearchInput/styled.js +1 -1
- package/dist/es2019/components/Search/SearchResults/SearchExternalSite.js +1 -2
- package/dist/es2019/components/Search/SearchResults/SearchResultsEmpty.js +1 -2
- package/dist/es2019/components/Search/SearchResults/styled.compiled.css +4 -4
- package/dist/es2019/components/Search/SearchResults/styled.js +4 -5
- package/dist/es2019/components/WhatsNew/WhatsNewButton/index.js +2 -3
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.compiled.css +1 -1
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.js +1 -2
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.compiled.css +1 -1
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.js +1 -2
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.compiled.css +6 -6
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +2 -3
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultsList.js +1 -4
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.compiled.css +1 -1
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.js +1 -2
- package/dist/es2019/components/WhatsNew/WhatsNewResults/index.compiled.css +2 -2
- package/dist/es2019/components/WhatsNew/WhatsNewResults/index.js +1 -1
- package/dist/es2019/components/styled.compiled.css +3 -3
- package/dist/es2019/components/styled.js +2 -3
- package/dist/es2019/util/styled.compiled.css +3 -3
- package/dist/es2019/util/styled.js +9 -10
- package/dist/esm/analytics.js +1 -1
- package/dist/esm/assets/WhatsNewIcoExperiment.js +1 -2
- package/dist/esm/assets/WhatsNewIconFix.js +1 -2
- package/dist/esm/assets/WhatsNewIconImprovement.js +1 -2
- package/dist/esm/assets/WhatsNewIconNew.js +1 -2
- package/dist/esm/assets/WhatsNewIconRemoved.js +1 -2
- package/dist/esm/components/Article/ArticleLoadingFail/index.js +1 -1
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/index.js +2 -3
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/styled.compiled.css +2 -2
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/styled.js +4 -9
- package/dist/esm/components/Article/HelpArticle/index.js +1 -1
- package/dist/esm/components/Article/WhatsNewArticle/index.js +1 -1
- package/dist/esm/components/Article/index.compiled.css +2 -2
- package/dist/esm/components/Article/index.js +1 -1
- package/dist/esm/components/ArticlesList/ArticlesList.js +1 -2
- package/dist/esm/components/ArticlesList/ArticlesListItem/index.js +2 -3
- package/dist/esm/components/ArticlesList/ArticlesListItem/styled.compiled.css +13 -14
- package/dist/esm/components/ArticlesList/ArticlesListItem/styled.js +9 -43
- package/dist/esm/components/BackButton/index.js +1 -1
- package/dist/esm/components/HelpContentButton/index.js +1 -1
- package/dist/esm/components/HelpContentButton/styled.compiled.css +9 -9
- package/dist/esm/components/HelpContentButton/styled.js +2 -15
- package/dist/esm/components/NeedMoreHelp/styled.compiled.css +2 -2
- package/dist/esm/components/NeedMoreHelp/styled.js +1 -1
- package/dist/esm/components/RelatedArticles/index.js +1 -1
- package/dist/esm/components/RelatedArticles/styled.compiled.css +1 -1
- package/dist/esm/components/RelatedArticles/styled.js +1 -5
- package/dist/esm/components/Search/SearchInput/index.js +1 -1
- package/dist/esm/components/Search/SearchInput/styled.compiled.css +2 -2
- package/dist/esm/components/Search/SearchInput/styled.js +1 -1
- package/dist/esm/components/Search/SearchResults/SearchExternalSite.js +1 -2
- package/dist/esm/components/Search/SearchResults/SearchResultsEmpty.js +1 -2
- package/dist/esm/components/Search/SearchResults/styled.compiled.css +4 -4
- package/dist/esm/components/Search/SearchResults/styled.js +4 -14
- package/dist/esm/components/WhatsNew/WhatsNewButton/index.js +2 -3
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.compiled.css +1 -1
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.js +1 -5
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.compiled.css +1 -1
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.js +1 -5
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.compiled.css +6 -6
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +5 -17
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultsList.js +1 -3
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.compiled.css +1 -1
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.js +1 -5
- package/dist/esm/components/WhatsNew/WhatsNewResults/index.compiled.css +2 -2
- package/dist/esm/components/WhatsNew/WhatsNewResults/index.js +1 -1
- package/dist/esm/components/styled.compiled.css +3 -3
- package/dist/esm/components/styled.js +2 -7
- package/dist/esm/util/styled.compiled.css +3 -3
- package/dist/esm/util/styled.js +12 -23
- package/package.json +5 -6
package/dist/cjs/util/styled.js
CHANGED
|
@@ -13,7 +13,6 @@ var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/sli
|
|
|
13
13
|
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
14
14
|
var _react = _interopRequireWildcard(require("react"));
|
|
15
15
|
var _WhatsNew = require("../model/WhatsNew");
|
|
16
|
-
var _colors = require("@atlaskit/theme/colors");
|
|
17
16
|
function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
|
|
18
17
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
19
18
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
@@ -21,10 +20,8 @@ var dividerLineStyles = null;
|
|
|
21
20
|
var DividerLine = exports.DividerLine = function DividerLine(_ref) {
|
|
22
21
|
var style = _ref.style;
|
|
23
22
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
"--_kmlon4": (0, _runtime.ix)("var(--ds-border, ".concat(_colors.N30A, ")"))
|
|
27
|
-
})
|
|
23
|
+
style: style,
|
|
24
|
+
className: (0, _runtime.ax)(["_bfhk1l7x _4t3iyh40 _1bsb1osq _ca0qidpf _u5f3pxbi _n3tdidpf _19bvpxbi _19pkpxbi _vchhusvi"])
|
|
28
25
|
});
|
|
29
26
|
};
|
|
30
27
|
|
|
@@ -40,49 +37,41 @@ var LoadingRectangle = exports.LoadingRectangle = function LoadingRectangle(_ref
|
|
|
40
37
|
contentWidth = _ref2.contentWidth,
|
|
41
38
|
marginTop = _ref2.marginTop;
|
|
42
39
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
43
|
-
className: (0, _runtime.ax)(["_2rkolb4i _1e0c1o8l _s7n4nkob _kqswh2mm _5sag126j _1o51q7pw _tip812c5 _j7hq1en8 _1pglp3kn _bfhkptpz _1itk1tr1 _12vemgnk"]),
|
|
44
40
|
style: _objectSpread(_objectSpread({}, style), {}, {
|
|
45
41
|
height: contentHeight !== null && contentHeight !== void 0 ? contentHeight : '1rem',
|
|
46
42
|
marginTop: marginTop !== null && marginTop !== void 0 ? marginTop : "var(--ds-space-100, 8px)",
|
|
47
|
-
width: contentWidth !== null && contentWidth !== void 0 ? contentWidth : '100%'
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
51
|
-
_colors.N30
|
|
52
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
53
|
-
, ")"), " 10%, ", "var(--ds-background-neutral, ".concat(_colors.N40, ")"), " 20%, ", "var(--ds-background-neutral-subtle, ".concat(
|
|
54
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
|
|
55
|
-
_colors.N30, ")"), " 30% )"))
|
|
56
|
-
})
|
|
43
|
+
width: contentWidth !== null && contentWidth !== void 0 ? contentWidth : '100%'
|
|
44
|
+
}),
|
|
45
|
+
className: (0, _runtime.ax)(["_2rkolb4i _1e0c1o8l _s7n4nkob _kqswh2mm _5sag126j _1o51q7pw _tip812c5 _j7hq1en8 _1pglp3kn _bfhki8nm _1itkesoe _12vemgnk"])
|
|
57
46
|
});
|
|
58
47
|
};
|
|
59
48
|
var whatsNewTypeIconStyles = null;
|
|
60
49
|
var WhatsNewTypeIcon = exports.WhatsNewTypeIcon = function WhatsNewTypeIcon(_ref3) {
|
|
61
50
|
var type = _ref3.type,
|
|
62
51
|
children = _ref3.children;
|
|
63
|
-
var _useState = (0, _react.useState)("var(--ds-icon,
|
|
52
|
+
var _useState = (0, _react.useState)("var(--ds-icon, #292A2E)"),
|
|
64
53
|
_useState2 = (0, _slicedToArray2.default)(_useState, 2),
|
|
65
54
|
backgroundColor = _useState2[0],
|
|
66
55
|
setBackgroundColor = _useState2[1];
|
|
67
56
|
(0, _react.useEffect)(function () {
|
|
68
57
|
switch (type) {
|
|
69
58
|
case _WhatsNew.WHATS_NEW_ITEM_TYPES.IMPROVEMENT:
|
|
70
|
-
setBackgroundColor("var(--ds-icon-warning,
|
|
59
|
+
setBackgroundColor("var(--ds-icon-warning, #E06C00)");
|
|
71
60
|
break;
|
|
72
61
|
case _WhatsNew.WHATS_NEW_ITEM_TYPES.NEW_FEATURE:
|
|
73
|
-
setBackgroundColor("var(--ds-icon-success,
|
|
62
|
+
setBackgroundColor("var(--ds-icon-success, #6A9A23)");
|
|
74
63
|
break;
|
|
75
64
|
case _WhatsNew.WHATS_NEW_ITEM_TYPES.FIX:
|
|
76
|
-
setBackgroundColor("var(--ds-icon-information,
|
|
65
|
+
setBackgroundColor("var(--ds-icon-information, #357DE8)");
|
|
77
66
|
break;
|
|
78
67
|
case _WhatsNew.WHATS_NEW_ITEM_TYPES.EXPERIMENT:
|
|
79
|
-
setBackgroundColor("var(--ds-icon-discovery,
|
|
68
|
+
setBackgroundColor("var(--ds-icon-discovery, #AF59E1)");
|
|
80
69
|
break;
|
|
81
70
|
case _WhatsNew.WHATS_NEW_ITEM_TYPES.REMOVED:
|
|
82
|
-
setBackgroundColor("var(--ds-icon-disabled,
|
|
71
|
+
setBackgroundColor("var(--ds-icon-disabled, #080F214A)");
|
|
83
72
|
break;
|
|
84
73
|
default:
|
|
85
|
-
setBackgroundColor("var(--ds-icon,
|
|
74
|
+
setBackgroundColor("var(--ds-icon, #292A2E)");
|
|
86
75
|
}
|
|
87
76
|
}, [type]);
|
|
88
77
|
return /*#__PURE__*/_react.default.createElement("div", {
|
package/dist/es2019/analytics.js
CHANGED
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import FlaskIcon from '@atlaskit/icon/core/flask';
|
|
3
3
|
import { IconWrapper } from './IconWrapper';
|
|
4
|
-
import { P500 } from '@atlaskit/theme/colors';
|
|
5
4
|
export default function WhatsNewIcoExperiment() {
|
|
6
5
|
return /*#__PURE__*/React.createElement(IconWrapper, {
|
|
7
6
|
Icon: FlaskIcon,
|
|
8
|
-
appearance:
|
|
7
|
+
appearance: "var(--ds-icon-discovery, #AF59E1)"
|
|
9
8
|
});
|
|
10
9
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import BugIcon from '@atlaskit/icon/core/bug';
|
|
3
3
|
import { IconWrapper } from './IconWrapper';
|
|
4
|
-
import { B500 } from '@atlaskit/theme/colors';
|
|
5
4
|
export default function WhatsNewIconFix() {
|
|
6
5
|
return /*#__PURE__*/React.createElement(IconWrapper, {
|
|
7
6
|
Icon: BugIcon,
|
|
8
|
-
appearance:
|
|
7
|
+
appearance: "var(--ds-icon-information, #357DE8)"
|
|
9
8
|
});
|
|
10
9
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import MegaphoneIcon from '@atlaskit/icon/core/megaphone';
|
|
3
3
|
import { IconWrapper } from './IconWrapper';
|
|
4
|
-
import { Y200 } from '@atlaskit/theme/colors';
|
|
5
4
|
export default function WhatsNewIconImprovement() {
|
|
6
5
|
return /*#__PURE__*/React.createElement(IconWrapper, {
|
|
7
6
|
Icon: MegaphoneIcon,
|
|
8
|
-
appearance:
|
|
7
|
+
appearance: "var(--ds-icon-warning, #E06C00)"
|
|
9
8
|
});
|
|
10
9
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import MegaphoneIcon from '@atlaskit/icon/core/megaphone';
|
|
3
3
|
import { IconWrapper } from './IconWrapper';
|
|
4
|
-
import { N400 } from '@atlaskit/theme/colors';
|
|
5
4
|
export default function WhatsNewIconNew() {
|
|
6
5
|
return /*#__PURE__*/React.createElement(IconWrapper, {
|
|
7
6
|
Icon: MegaphoneIcon,
|
|
8
|
-
appearance:
|
|
7
|
+
appearance: "var(--ds-icon, #292A2E)"
|
|
9
8
|
});
|
|
10
9
|
}
|
|
@@ -1,10 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import DeleteIcon from '@atlaskit/icon/core/delete';
|
|
3
3
|
import { IconWrapper } from './IconWrapper';
|
|
4
|
-
import { N700 } from '@atlaskit/theme/colors';
|
|
5
4
|
export default function WhatsNewIconRemoved() {
|
|
6
5
|
return /*#__PURE__*/React.createElement(IconWrapper, {
|
|
7
6
|
Icon: DeleteIcon,
|
|
8
|
-
appearance:
|
|
7
|
+
appearance: "var(--ds-icon-disabled, #080F214A)"
|
|
9
8
|
});
|
|
10
9
|
}
|
|
@@ -10,7 +10,7 @@ import { LoadingErrorMessage, LoadingErrorButtonContainer, LoadingErrorHeading }
|
|
|
10
10
|
const ANALYTICS_CONTEXT_DATA = {
|
|
11
11
|
componentName: 'ArticleLoadingFail',
|
|
12
12
|
packageName: "@atlaskit/help",
|
|
13
|
-
packageVersion: "
|
|
13
|
+
packageVersion: "9.4.11"
|
|
14
14
|
};
|
|
15
15
|
export const ArticleLoadingFail = ({
|
|
16
16
|
onTryAgainButtonClick,
|
|
@@ -6,7 +6,7 @@ import { messages } from '../../../../messages';
|
|
|
6
6
|
const ANALYTICS_CONTEXT_DATA = {
|
|
7
7
|
componentName: 'ArticleWasHelpfulNoButton',
|
|
8
8
|
packageName: "@atlaskit/help",
|
|
9
|
-
packageVersion: "
|
|
9
|
+
packageVersion: "9.4.11"
|
|
10
10
|
};
|
|
11
11
|
export const ArticleWasHelpfulNoButton = ({
|
|
12
12
|
isSelected = false,
|
|
@@ -6,7 +6,7 @@ import { messages } from '../../../../messages';
|
|
|
6
6
|
const ANALYTICS_CONTEXT_DATA = {
|
|
7
7
|
componentName: 'ArticleWasHelpfulYesButton',
|
|
8
8
|
packageName: "@atlaskit/help",
|
|
9
|
-
packageVersion: "
|
|
9
|
+
packageVersion: "9.4.11"
|
|
10
10
|
};
|
|
11
11
|
export const ArticleWasHelpfulYesButton = ({
|
|
12
12
|
isSelected = false,
|
|
@@ -15,7 +15,6 @@ import { RadioGroup } from '@atlaskit/radio';
|
|
|
15
15
|
import { Checkbox } from '@atlaskit/checkbox';
|
|
16
16
|
import TextArea from '@atlaskit/textarea';
|
|
17
17
|
import CheckCircleIcon from '@atlaskit/icon/core/status-success';
|
|
18
|
-
import { colors } from '@atlaskit/theme';
|
|
19
18
|
import { Text } from '@atlaskit/primitives/compiled';
|
|
20
19
|
import { messages } from '../../../../messages';
|
|
21
20
|
import ArticleWasHelpfulYesButton from './WasHelpfulYesButton';
|
|
@@ -26,7 +25,7 @@ const FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
|
|
|
26
25
|
const ANALYTICS_CONTEXT_DATA = {
|
|
27
26
|
componentName: 'ArticleWasHelpfulForm',
|
|
28
27
|
packageName: "@atlaskit/help",
|
|
29
|
-
packageVersion: "
|
|
28
|
+
packageVersion: "9.4.11"
|
|
30
29
|
};
|
|
31
30
|
const buttonStyles = null;
|
|
32
31
|
export const ArticleWasHelpfulForm = ({
|
|
@@ -221,7 +220,7 @@ export const ArticleWasHelpfulForm = ({
|
|
|
221
220
|
"aria-label": "Success"
|
|
222
221
|
}, /*#__PURE__*/React.createElement(CheckCircleIcon, {
|
|
223
222
|
spacing: "spacious",
|
|
224
|
-
color:
|
|
223
|
+
color: "var(--ds-icon-success, #6A9A23)",
|
|
225
224
|
label: ""
|
|
226
225
|
})), /*#__PURE__*/React.createElement(ArticleFeedbackText, {
|
|
227
226
|
role: "alert",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
.
|
|
1
|
+
._11c8i4vh{font:var(--ds-font-heading-xxsmall,normal 653 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
2
|
._1e0c1o8l{display:inline-block}
|
|
3
3
|
._ca0qpxbi{padding-top:var(--ds-space-200,1pc)}
|
|
4
4
|
._kqswh2mm{position:relative}
|
|
5
|
-
.
|
|
5
|
+
._syaz1rpy{color:var(--ds-text-subtlest,#6b6e76)}
|
|
@@ -3,11 +3,6 @@ import _extends from "@babel/runtime/helpers/extends";
|
|
|
3
3
|
import "./styled.compiled.css";
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import { fontFallback } from '@atlaskit/theme/typography';
|
|
7
|
-
import { N200 } from '@atlaskit/theme/colors';
|
|
8
|
-
const {
|
|
9
|
-
heading
|
|
10
|
-
} = fontFallback;
|
|
11
6
|
const articleFeedbackContainerStyles = null;
|
|
12
7
|
export const ArticleFeedbackContainer = ({
|
|
13
8
|
children
|
|
@@ -28,7 +23,7 @@ export const ArticleFeedbackText = ({
|
|
|
28
23
|
paddingRight: paddingRight
|
|
29
24
|
}
|
|
30
25
|
}, rest, {
|
|
31
|
-
className: ax(["
|
|
26
|
+
className: ax(["_11c8i4vh _syaz1rpy _kqswh2mm _1e0c1o8l"])
|
|
32
27
|
}), children);
|
|
33
28
|
const articleFeedbackAnswerWrapperStyles = null;
|
|
34
29
|
export const ArticleFeedbackAnswerWrapper = ({
|
|
@@ -60,7 +60,7 @@ export const HelpArticle = ({
|
|
|
60
60
|
analyticsEvent.payload.attributes = {
|
|
61
61
|
componentName: 'Article',
|
|
62
62
|
packageName: "@atlaskit/help",
|
|
63
|
-
packageVersion: "
|
|
63
|
+
packageVersion: "9.4.11"
|
|
64
64
|
};
|
|
65
65
|
if (onRelatedArticlesShowMoreClick) {
|
|
66
66
|
onRelatedArticlesShowMoreClick(event, analyticsEvent, isCollapsed);
|
|
@@ -13,7 +13,7 @@ import { WhatsNewTypeTitle, WhatsNewTitleText, WhatsNewIconContainer, RelatedLin
|
|
|
13
13
|
const analyticsContextData = {
|
|
14
14
|
componentName: 'ArticlesListItem',
|
|
15
15
|
packageName: "@atlaskit/help",
|
|
16
|
-
packageVersion: "
|
|
16
|
+
packageVersion: "9.4.11"
|
|
17
17
|
};
|
|
18
18
|
export const WhatsNewArticle = ({
|
|
19
19
|
intl: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
._154i1eca{top:var(--ds-space-800,60px)}
|
|
2
1
|
._154iidpf{top:0}
|
|
2
|
+
._154ixncg{top:var(--ds-space-800,4pc)}
|
|
3
3
|
._16jlkb7n{flex-grow:1}
|
|
4
4
|
._18m91wug{overflow-y:auto}
|
|
5
5
|
._19bv1ejb{padding-left:var(--ds-space-300,24px)}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
._1pbycs5v{z-index:2}
|
|
10
10
|
._1reo15vq{overflow-x:hidden}
|
|
11
11
|
._2lx21bp4{flex-direction:column}
|
|
12
|
-
.
|
|
12
|
+
._4t3i11fm{height:calc(100% - var(--ds-space-800, 4pc))}
|
|
13
13
|
._4t3i1osq{height:100%}
|
|
14
14
|
._bfhkvuon{background-color:var(--ds-surface,#fff)}
|
|
15
15
|
._ca0qpxbi{padding-top:var(--ds-space-200,1pc)}
|
|
@@ -119,7 +119,7 @@ export const Article = ({
|
|
|
119
119
|
// eslint-disable-next-line @atlaskit/ui-styling-standard/enforce-style-prop -- Ignored via go/DSP-18766
|
|
120
120
|
...enableTransition[!skipArticleSlideInAnimation ? 'enabled' : 'disabled']
|
|
121
121
|
},
|
|
122
|
-
className: ax(["_16jlkb7n _1o9zkb7n _i0dlf1ug _19bv1ejb _u5f31ejb _n3tdpxbi _kqswstnw
|
|
122
|
+
className: ax(["_16jlkb7n _1o9zkb7n _i0dlf1ug _19bv1ejb _u5f31ejb _n3tdpxbi _kqswstnw _4t3i11fm _1bsb1osq _154ixncg _bfhkvuon _1ltv1osq _2lx21bp4 _vchhusvi _1reo15vq _18m91wug _1pbycs5v _nt751r31 _49pcglyw _1hvw1o36"])
|
|
123
123
|
}, /*#__PURE__*/React.createElement(ArticleContent, {
|
|
124
124
|
currentArticle: currentArticle,
|
|
125
125
|
onHelpArticleLoadingFailTryAgainButtonClick: reloadHelpArticle && handleOnHelpArticleLoadingFailTryAgainButtonClick,
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { N30 } from '@atlaskit/theme/colors';
|
|
3
2
|
// eslint-disable-next-line @atlaskit/design-system/no-emotion-primitives -- to be migrated to @atlaskit/primitives/compiled – go/akcss
|
|
4
3
|
import { Box, xcss } from '@atlaskit/primitives';
|
|
5
4
|
import ArticlesListItem from './ArticlesListItem';
|
|
@@ -10,7 +9,7 @@ const listStyles = xcss({
|
|
|
10
9
|
const getStyles = style => {
|
|
11
10
|
if (style === 'secondary') {
|
|
12
11
|
return {
|
|
13
|
-
border: `${"var(--ds-border-width-selected, 2px)"} solid ${
|
|
12
|
+
border: `${"var(--ds-border-width-selected, 2px)"} solid ${"var(--ds-border, #0B120E24)"}`,
|
|
14
13
|
padding: "var(--ds-space-200, 16px)",
|
|
15
14
|
marginBottom: "var(--ds-space-150, 12px)"
|
|
16
15
|
};
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
2
|
import React, { forwardRef } from 'react';
|
|
3
|
-
import * as colors from '@atlaskit/theme/colors';
|
|
4
3
|
import { useAnalyticsEvents, AnalyticsContext } from '@atlaskit/analytics-next';
|
|
5
4
|
import ShortcutIcon from '@atlaskit/icon/core/link-external';
|
|
6
5
|
import { injectIntl } from 'react-intl-next';
|
|
@@ -9,7 +8,7 @@ import { ArticlesListItemWrapper, ArticlesListItemContainer, ArticlesListItemTit
|
|
|
9
8
|
const ANALYTICS_CONTEXT_DATA = {
|
|
10
9
|
componentName: 'ArticlesListItem',
|
|
11
10
|
packageName: "@atlaskit/help",
|
|
12
|
-
packageVersion: "
|
|
11
|
+
packageVersion: "9.4.11"
|
|
13
12
|
};
|
|
14
13
|
const highlightText = text => {
|
|
15
14
|
if (!text) {
|
|
@@ -70,7 +69,7 @@ export const ArticlesListItem = /*#__PURE__*/forwardRef(({
|
|
|
70
69
|
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
71
70
|
React.createElement(ArticlesListItemLastModified, null, "Last modified: ", lastPublished)), href && /*#__PURE__*/React.createElement(ArticlesListItemLinkIcon, null, /*#__PURE__*/React.createElement(ShortcutIcon, {
|
|
72
71
|
label: "Opens in a new window",
|
|
73
|
-
color:
|
|
72
|
+
color: "var(--ds-icon-subtle, #505258)"
|
|
74
73
|
}))), /*#__PURE__*/React.createElement(ArticlesListItemDescription, null, highlightText(description)), isSourceVisible && /*#__PURE__*/React.createElement(ArticlesListItemSource, null, source), isTrustFactorVisible && /*#__PURE__*/React.createElement(ArticlesListItemTrustFactor, null, isNumViewsVisible &&
|
|
75
74
|
/*#__PURE__*/
|
|
76
75
|
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
.
|
|
2
|
-
.
|
|
3
|
-
.
|
|
1
|
+
._11c81qyo{font:var(--ds-font-heading-xsmall,normal 653 14px/20px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
|
+
._11c8i4vh{font:var(--ds-font-heading-xxsmall,normal 653 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
|
+
._11c8wadc{font:var(--ds-font-body-small,normal 400 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
4
4
|
._2rkofajl{border-radius:var(--ds-radius-small,3px)}
|
|
5
5
|
._16jlkb7n{flex-grow:1}
|
|
6
6
|
._18m915vq{overflow-y:hidden}
|
|
@@ -24,26 +24,25 @@
|
|
|
24
24
|
._4cvr1h6o{align-items:center}
|
|
25
25
|
._80omtlke{cursor:pointer}
|
|
26
26
|
._ajmmnqa1{text-decoration-style:solid}
|
|
27
|
-
.
|
|
28
|
-
.
|
|
27
|
+
._bfhkibhp{background-color:var(--ds-background-accent-yellow-subtlest,#fef7c8)}
|
|
28
|
+
._bfhksm61{background-color:var(--ds-background-neutral-subtle,#00000000)}
|
|
29
29
|
._bozg1b66{padding-inline-start:var(--ds-space-050,4px)}
|
|
30
30
|
._ca0q1b66{padding-top:var(--ds-space-050,4px)}
|
|
31
31
|
._ca0qu2gc{padding-top:var(--ds-space-100,8px)}
|
|
32
32
|
._ca0qv77o{padding-top:var(--ds-space-025,2px)}
|
|
33
|
-
.
|
|
33
|
+
._k48pwu06{font-weight:var(--ds-font-weight-bold,653)}
|
|
34
34
|
._kqswh2mm{position:relative}
|
|
35
35
|
._n3td1b66{padding-bottom:var(--ds-space-050,4px)}
|
|
36
36
|
._n3tdu2gc{padding-bottom:var(--ds-space-100,8px)}
|
|
37
37
|
._n3tdv77o{padding-bottom:var(--ds-space-025,2px)}
|
|
38
38
|
._o5721q9c{white-space:nowrap}
|
|
39
39
|
._o5724jg8{white-space:normal}
|
|
40
|
-
._otyrh9hh{margin-bottom:var(--ds-space-100,4px)}
|
|
41
40
|
._otyridpf{margin-bottom:0}
|
|
41
|
+
._otyru2gc{margin-bottom:var(--ds-space-100,8px)}
|
|
42
42
|
._s7n4nkob{vertical-align:middle}
|
|
43
|
-
.
|
|
44
|
-
.
|
|
45
|
-
.
|
|
46
|
-
._syazn5hs{color:var(--ds-text-subtlest,rgba(9,30,66,.71))}
|
|
43
|
+
._syaz1rpy{color:var(--ds-text-subtlest,#6b6e76)}
|
|
44
|
+
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
45
|
+
._syazi7uo{color:var(--ds-text,#292a2e)}
|
|
47
46
|
._u5f3idpf{padding-right:0}
|
|
48
47
|
._u5f3u2gc{padding-right:var(--ds-space-100,8px)}
|
|
49
48
|
._vchhusvi{box-sizing:border-box}
|
|
@@ -61,18 +60,18 @@
|
|
|
61
60
|
._49pcglyw:focus{outline-style:none}
|
|
62
61
|
._4fprglyw:focus{text-decoration-line:none}
|
|
63
62
|
._5goinqa1:focus{text-decoration-style:solid}
|
|
64
|
-
.
|
|
63
|
+
._7ehiksal:focus{box-shadow:var(--ds-border-focused,#4688ec) 0 0 0 2px inset}
|
|
65
64
|
._nt751r31:focus{outline-color:currentColor}
|
|
66
65
|
._1bnxglyw:hover{text-decoration-line:none}
|
|
67
66
|
._1dit1r31:hover{outline-color:currentColor}
|
|
68
67
|
._1qb1glyw:hover{outline-offset:none}
|
|
69
68
|
._4hz81o36:hover{outline-width:medium}
|
|
70
69
|
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
71
|
-
.
|
|
70
|
+
._irr31dpa:hover{background-color:var(--ds-background-neutral-subtle-hovered,#0515240f)}
|
|
72
71
|
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
73
72
|
._ksodglyw:hover{outline-style:none}
|
|
74
73
|
._13roglyw:active{outline-offset:none}
|
|
75
|
-
.
|
|
74
|
+
._1di6fcek:active{background-color:var(--ds-background-neutral-subtle-pressed,#0b120e24)}
|
|
76
75
|
._1iohnqa1:active{text-decoration-style:solid}
|
|
77
76
|
._1nrm1r31:active{text-decoration-color:currentColor}
|
|
78
77
|
._1ohyglyw:active{outline-style:none}
|
|
@@ -4,12 +4,6 @@ import "./styled.compiled.css";
|
|
|
4
4
|
import { ax, ix } from "@compiled/react/runtime";
|
|
5
5
|
import React from 'react';
|
|
6
6
|
import Heading from '@atlaskit/heading';
|
|
7
|
-
import { fontFallback } from '@atlaskit/theme/typography';
|
|
8
|
-
import { B100, B50, N200, N30, N400, N400A, N800, Y100 } from '@atlaskit/theme/colors';
|
|
9
|
-
const {
|
|
10
|
-
heading,
|
|
11
|
-
body
|
|
12
|
-
} = fontFallback;
|
|
13
7
|
const articlesListItemWrapperStyles = null;
|
|
14
8
|
export const ArticlesListItemWrapper = /*#__PURE__*/React.forwardRef(({
|
|
15
9
|
styles,
|
|
@@ -19,7 +13,7 @@ export const ArticlesListItemWrapper = /*#__PURE__*/React.forwardRef(({
|
|
|
19
13
|
ref: ref,
|
|
20
14
|
style: styles
|
|
21
15
|
}, rest, {
|
|
22
|
-
className: ax(["_4bfu1r31 _1hmsglyw _ajmmnqa1 _2rkofajl _kqswh2mm _vchhusvi _ca0qu2gc _u5f3u2gc _n3tdu2gc _19bvu2gc _1e0c1ule _80omtlke
|
|
16
|
+
className: ax(["_4bfu1r31 _1hmsglyw _ajmmnqa1 _2rkofajl _kqswh2mm _vchhusvi _ca0qu2gc _u5f3u2gc _n3tdu2gc _19bvu2gc _1e0c1ule _80omtlke _syaz1rpy _bfhksm61 _7ehiksal _1nrm1r31 _1a3b1r31 _9oik1r31 _1ydc1r31 _c2waglyw _4fprglyw _1bnxglyw _1x28glyw _1iohnqa1 _5goinqa1 _jf4cnqa1 _1726nqa1 _1q5t1r31 _nt751r31 _1dit1r31 _9nxe1r31 _1ohyglyw _49pcglyw _ksodglyw _tpgfglyw _1r9x1o36 _1hvw1o36 _4hz81o36 _12gr1o36 _13roglyw _1bg4glyw _1qb1glyw _1dnaglyw _irr31dpa _1di6fcek"])
|
|
23
17
|
}), children));
|
|
24
18
|
const articlesListItemContainerStyles = null;
|
|
25
19
|
export const ArticlesListItemContainer = ({
|
|
@@ -44,7 +38,7 @@ const articlesListItemTitleTextStyles = null;
|
|
|
44
38
|
export const ArticlesListItemTitleText = ({
|
|
45
39
|
children
|
|
46
40
|
}) => /*#__PURE__*/React.createElement("div", {
|
|
47
|
-
className: ax(["_4bfu1r31 _1hmsglyw _ajmmnqa1
|
|
41
|
+
className: ax(["_4bfu1r31 _1hmsglyw _ajmmnqa1 _11c81qyo _1reo15vq _18m915vq _syazi7uo _1e0c1o8l _o5724jg8 _otyru2gc"])
|
|
48
42
|
}, /*#__PURE__*/React.createElement(Heading, {
|
|
49
43
|
size: "xsmall",
|
|
50
44
|
as: "h4"
|
|
@@ -53,19 +47,19 @@ const articlesListItemDescriptionStyles = null;
|
|
|
53
47
|
export const ArticlesListItemDescription = ({
|
|
54
48
|
children
|
|
55
49
|
}) => /*#__PURE__*/React.createElement("p", {
|
|
56
|
-
className: ax(["_19pkidpf _2hwxidpf _otyridpf _18u0idpf _1e0c1ule _vwz4gktf
|
|
50
|
+
className: ax(["_19pkidpf _2hwxidpf _otyridpf _18u0idpf _1e0c1ule _vwz4gktf _syazazsu _n3tdv77o"])
|
|
57
51
|
}, children);
|
|
58
52
|
const articlesListItemSourceStyles = null;
|
|
59
53
|
export const ArticlesListItemSource = ({
|
|
60
54
|
children
|
|
61
55
|
}) => /*#__PURE__*/React.createElement("div", {
|
|
62
|
-
className: ax(["
|
|
56
|
+
className: ax(["_11c8i4vh _1e0c1txw _4cvr1h6o _syaz1rpy _ca0q1b66 _u5f3idpf _n3td1b66 _19bvidpf _k48pwu06 _1p1dangw"])
|
|
63
57
|
}, children);
|
|
64
58
|
const articlesListItemTrustFactorStyles = null;
|
|
65
59
|
export const ArticlesListItemTrustFactor = ({
|
|
66
60
|
children
|
|
67
61
|
}) => /*#__PURE__*/React.createElement("div", {
|
|
68
|
-
className: ax(["
|
|
62
|
+
className: ax(["_11c8wadc _1e0c1txw _4cvr1h6o _syaz1rpy _ca0qv77o"])
|
|
69
63
|
}, children);
|
|
70
64
|
const articlesListItemViewCountStyles = null;
|
|
71
65
|
export const ArticlesListItemViewCount = ({
|
|
@@ -83,7 +77,7 @@ const articlesListItemLastModifiedStyles = null;
|
|
|
83
77
|
export const ArticlesListItemLastModified = ({
|
|
84
78
|
children
|
|
85
79
|
}) => /*#__PURE__*/React.createElement("div", {
|
|
86
|
-
className: ax(["
|
|
80
|
+
className: ax(["_11c8wadc _syaz1rpy _ca0q1b66 _u5f3idpf _n3td1b66 _19bvidpf"])
|
|
87
81
|
}, children);
|
|
88
82
|
const articlesListItemDescriptionHighlightStyles = null;
|
|
89
83
|
export const ArticlesListItemDescriptionHighlight = ({
|
|
@@ -91,5 +85,5 @@ export const ArticlesListItemDescriptionHighlight = ({
|
|
|
91
85
|
children
|
|
92
86
|
}) => /*#__PURE__*/React.createElement("mark", {
|
|
93
87
|
key: key,
|
|
94
|
-
className: ax(["
|
|
88
|
+
className: ax(["_bfhkibhp"])
|
|
95
89
|
}, children);
|
|
@@ -7,7 +7,7 @@ import { HelpContentButtonContainer, HelpContentButtonIcon, HelpContentButtonTex
|
|
|
7
7
|
const analitycsContextData = {
|
|
8
8
|
componentName: 'HelpContentButton',
|
|
9
9
|
packageName: "@atlaskit/help",
|
|
10
|
-
packageVersion: "
|
|
10
|
+
packageVersion: "9.4.11"
|
|
11
11
|
};
|
|
12
12
|
const HelpContentButton = ({
|
|
13
13
|
id = '',
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
|
|
2
|
-
.
|
|
2
|
+
._11c8fhey{font:var(--ds-font-body,normal 400 14px/20px "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
3
3
|
._19itglyw{border:none}
|
|
4
4
|
._2rko12b0{border-radius:var(--ds-radius-small,4px)}
|
|
5
5
|
._2rkofajl{border-radius:var(--ds-radius-small,3px)}
|
|
@@ -28,10 +28,10 @@
|
|
|
28
28
|
._n3tdu2gc{padding-bottom:var(--ds-space-100,8px)}
|
|
29
29
|
._otyridpf{margin-bottom:0}
|
|
30
30
|
._s7n4nkob{vertical-align:middle}
|
|
31
|
-
.
|
|
31
|
+
._syazazsu{color:var(--ds-text-subtle,#505258)}
|
|
32
32
|
._u5f3u2gc{padding-right:var(--ds-space-100,8px)}
|
|
33
33
|
._vchhusvi{box-sizing:border-box}
|
|
34
|
-
._vr2wstnw span{position:absolute}.
|
|
34
|
+
._vr2wstnw span{position:absolute}._1053azsu:visited{color:var(--ds-text-subtle,#505258)}
|
|
35
35
|
._12gr1o36:visited{outline-width:medium}
|
|
36
36
|
._1726nqa1:visited{text-decoration-style:solid}
|
|
37
37
|
._1dnaglyw:visited{outline-offset:none}
|
|
@@ -45,24 +45,24 @@
|
|
|
45
45
|
._49pcglyw:focus{outline-style:none}
|
|
46
46
|
._4fprglyw:focus{text-decoration-line:none}
|
|
47
47
|
._5goinqa1:focus{text-decoration-style:solid}
|
|
48
|
-
.
|
|
49
|
-
.
|
|
48
|
+
._7ehiksal:focus{box-shadow:var(--ds-border-focused,#4688ec) 0 0 0 2px inset}
|
|
49
|
+
._f8pjazsu:focus{color:var(--ds-text-subtle,#505258)}
|
|
50
50
|
._nt751r31:focus{outline-color:currentColor}
|
|
51
51
|
._1bnxglyw:hover{text-decoration-line:none}
|
|
52
52
|
._1dit1r31:hover{outline-color:currentColor}
|
|
53
53
|
._1qb1glyw:hover{outline-offset:none}
|
|
54
|
-
.
|
|
54
|
+
._30l3azsu:hover{color:var(--ds-text-subtle,#505258)}
|
|
55
55
|
._4hz81o36:hover{outline-width:medium}
|
|
56
56
|
._9oik1r31:hover{text-decoration-color:currentColor}
|
|
57
|
-
.
|
|
57
|
+
._irr31dpa:hover{background-color:var(--ds-background-neutral-subtle-hovered,#0515240f)}
|
|
58
58
|
._jf4cnqa1:hover{text-decoration-style:solid}
|
|
59
59
|
._ksodglyw:hover{outline-style:none}
|
|
60
60
|
._13roglyw:active{outline-offset:none}
|
|
61
|
-
.
|
|
61
|
+
._1di6fcek:active{background-color:var(--ds-background-neutral-subtle-pressed,#0b120e24)}
|
|
62
62
|
._1iohnqa1:active{text-decoration-style:solid}
|
|
63
63
|
._1nrm1r31:active{text-decoration-color:currentColor}
|
|
64
64
|
._1ohyglyw:active{outline-style:none}
|
|
65
65
|
._1q5t1r31:active{outline-color:currentColor}
|
|
66
66
|
._1r9x1o36:active{outline-width:medium}
|
|
67
|
-
.
|
|
67
|
+
._9h8hazsu:active{color:var(--ds-text-subtle,#505258)}
|
|
68
68
|
._c2waglyw:active{text-decoration-line:none}
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
import "./styled.compiled.css";
|
|
3
3
|
import { ax, ix } from "@compiled/react/runtime";
|
|
4
4
|
import React from 'react';
|
|
5
|
-
import { B100, B50, N30, N600 } from '@atlaskit/theme/colors';
|
|
6
5
|
const wrappedSpanStyles = null;
|
|
7
6
|
const parentListItemHelpContentButtonContainerStyles = null;
|
|
8
7
|
const helpContentButtonContainerStyles = null;
|
|
@@ -25,7 +24,7 @@ export const HelpContentButtonContainer = ({
|
|
|
25
24
|
id: id,
|
|
26
25
|
tabIndex: tabIndex,
|
|
27
26
|
target: target,
|
|
28
|
-
className: ax(["_2rkofajl _19itglyw _bfhk1j28
|
|
27
|
+
className: ax(["_2rkofajl _19itglyw _bfhk1j28 _11c8fhey _1e0c1ule _80omtlke _1bsbnau3 _syazazsu _ca0qu2gc _u5f3u2gc _n3tdu2gc _19bvu2gc _7ehiksal _1nrm1r31 _1a3b1r31 _9oik1r31 _1ydc1r31 _c2waglyw _4fprglyw _1bnxglyw _1x28glyw _1iohnqa1 _5goinqa1 _jf4cnqa1 _1726nqa1 _1q5t1r31 _nt751r31 _1dit1r31 _9nxe1r31 _1ohyglyw _49pcglyw _ksodglyw _tpgfglyw _1r9x1o36 _1hvw1o36 _4hz81o36 _12gr1o36 _13roglyw _1bg4glyw _1qb1glyw _1dnaglyw _9h8hazsu _f8pjazsu _30l3azsu _1053azsu _irr31dpa _1di6fcek"])
|
|
29
28
|
}, /*#__PURE__*/React.createElement("span", {
|
|
30
29
|
className: ax(["_1e0c5mfb"])
|
|
31
30
|
}, children)));
|
|
@@ -37,7 +36,7 @@ export const HelpContentButtonContainer = ({
|
|
|
37
36
|
onKeyDown: onKeyDown,
|
|
38
37
|
id: id,
|
|
39
38
|
tabIndex: tabIndex,
|
|
40
|
-
className: ax(["_2rkofajl _19itglyw _bfhk1j28
|
|
39
|
+
className: ax(["_2rkofajl _19itglyw _bfhk1j28 _11c8fhey _1e0c1ule _80omtlke _1bsbnau3 _syazazsu _ca0qu2gc _u5f3u2gc _n3tdu2gc _19bvu2gc _7ehiksal _1nrm1r31 _1a3b1r31 _9oik1r31 _1ydc1r31 _c2waglyw _4fprglyw _1bnxglyw _1x28glyw _1iohnqa1 _5goinqa1 _jf4cnqa1 _1726nqa1 _1q5t1r31 _nt751r31 _1dit1r31 _9nxe1r31 _1ohyglyw _49pcglyw _ksodglyw _tpgfglyw _1r9x1o36 _1hvw1o36 _4hz81o36 _12gr1o36 _13roglyw _1bg4glyw _1qb1glyw _1dnaglyw _9h8hazsu _f8pjazsu _30l3azsu _1053azsu _irr31dpa _1di6fcek"])
|
|
41
40
|
}, /*#__PURE__*/React.createElement("span", {
|
|
42
41
|
className: ax(["_1e0c5mfb"])
|
|
43
42
|
}, children)));
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
._11c8i4vh{font:var(--ds-font-heading-xxsmall,normal 653 9pt/1pc "Atlassian Sans",ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Ubuntu,"Helvetica Neue",sans-serif)}
|
|
2
|
-
.
|
|
2
|
+
._16qs130s{box-shadow:var(--ds-shadow-overlay,0 8px 9pt #1e1f2126,0 0 1px #1e1f214f)}
|
|
3
3
|
._18u0idpf{margin-left:0}
|
|
4
4
|
._19pkidpf{margin-top:0}
|
|
5
5
|
._1bsbzddy{width:187px}
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
._1pbyibnn{z-index:11}
|
|
8
8
|
._1wpz1h6o{align-self:center}
|
|
9
9
|
._2hwxidpf{margin-right:0}
|
|
10
|
-
.
|
|
10
|
+
._4t3i1jfw{height:var(--ds-space-500,40px)}
|
|
11
11
|
._80omtlke{cursor:pointer}
|
|
12
12
|
._ae4v1h6o{align-content:center}
|
|
13
13
|
._bfhkibhp{background-color:var(--ds-background-accent-yellow-subtlest,#fef7c8)}
|
|
@@ -6,7 +6,7 @@ const needMoreHelpContainerStyles = null;
|
|
|
6
6
|
export const NeedMoreHelpContainer = ({
|
|
7
7
|
children
|
|
8
8
|
}) => /*#__PURE__*/React.createElement("div", {
|
|
9
|
-
className: ax(["_1pbyibnn _1wpz1h6o _ae4v1h6o _bfhkibhp _1bsbzddy
|
|
9
|
+
className: ax(["_1pbyibnn _1wpz1h6o _ae4v1h6o _bfhkibhp _1bsbzddy _4t3i1jfw _16qs130s _kdamz7t1"])
|
|
10
10
|
}, children);
|
|
11
11
|
const needMoreHelpContentStyles = null;
|
|
12
12
|
export const NeedMoreHelpContent = ({
|
|
@@ -16,7 +16,7 @@ import { RelatedArticlesTitle } from './styled';
|
|
|
16
16
|
import useCancellablePromise from '../../util/hooks/cancellablePromise';
|
|
17
17
|
import { usePrevious } from '../../util/hooks/previous';
|
|
18
18
|
const packageName = "@atlaskit/help";
|
|
19
|
-
const packageVersion = "
|
|
19
|
+
const packageVersion = "9.4.11";
|
|
20
20
|
const buttonStyles = null;
|
|
21
21
|
export const RelatedArticles = ({
|
|
22
22
|
style = 'primary',
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
._n3tdu2gc{padding-bottom:var(--ds-space-100,8px)}
|
|
15
15
|
._otyridpf{margin-bottom:0}
|
|
16
16
|
._otyrpxbi{margin-bottom:var(--ds-space-200,1pc)}
|
|
17
|
-
.
|
|
17
|
+
._syazi7uo{color:var(--ds-text,#292a2e)}
|
|
18
18
|
._u5f3idpf{padding-right:0}
|
|
19
19
|
._u5f3u2gc{padding-right:var(--ds-space-100,8px)}
|
|
20
20
|
._vchhusvi{box-sizing:border-box}
|