@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
|
@@ -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)}
|
|
@@ -5,9 +5,6 @@ var _excluded = ["id", "top", "paddingRight", "children"];
|
|
|
5
5
|
import "./styled.compiled.css";
|
|
6
6
|
import { ax, ix } from "@compiled/react/runtime";
|
|
7
7
|
import React from 'react';
|
|
8
|
-
import { fontFallback } from '@atlaskit/theme/typography';
|
|
9
|
-
import { N200 } from '@atlaskit/theme/colors';
|
|
10
|
-
var heading = fontFallback.heading;
|
|
11
8
|
var articleFeedbackContainerStyles = null;
|
|
12
9
|
export var ArticleFeedbackContainer = function ArticleFeedbackContainer(_ref) {
|
|
13
10
|
var children = _ref.children;
|
|
@@ -23,15 +20,13 @@ export var ArticleFeedbackText = function ArticleFeedbackText(_ref2) {
|
|
|
23
20
|
children = _ref2.children,
|
|
24
21
|
rest = _objectWithoutProperties(_ref2, _excluded);
|
|
25
22
|
return /*#__PURE__*/React.createElement("div", _extends({
|
|
26
|
-
id: id
|
|
27
|
-
}, rest, {
|
|
28
|
-
className: ax(["_11c8kn18 _syazpsu8 _kqswh2mm _1e0c1o8l"]),
|
|
23
|
+
id: id,
|
|
29
24
|
style: {
|
|
30
25
|
top: top,
|
|
31
|
-
paddingRight: paddingRight
|
|
32
|
-
"--_1a31d1l": ix("var(--ds-font-heading-xxsmall, ".concat(heading.xxsmall, ")")),
|
|
33
|
-
"--_vrm7dk": ix("var(--ds-text-subtlest, ".concat(N200, ")"))
|
|
26
|
+
paddingRight: paddingRight
|
|
34
27
|
}
|
|
28
|
+
}, rest, {
|
|
29
|
+
className: ax(["_11c8i4vh _syaz1rpy _kqswh2mm _1e0c1o8l"])
|
|
35
30
|
}), children);
|
|
36
31
|
};
|
|
37
32
|
var articleFeedbackAnswerWrapperStyles = null;
|
|
@@ -56,7 +56,7 @@ export var HelpArticle = function HelpArticle(_ref) {
|
|
|
56
56
|
analyticsEvent.payload.attributes = {
|
|
57
57
|
componentName: 'Article',
|
|
58
58
|
packageName: "@atlaskit/help",
|
|
59
|
-
packageVersion: "
|
|
59
|
+
packageVersion: "9.4.11"
|
|
60
60
|
};
|
|
61
61
|
if (onRelatedArticlesShowMoreClick) {
|
|
62
62
|
onRelatedArticlesShowMoreClick(event, analyticsEvent, isCollapsed);
|
|
@@ -13,7 +13,7 @@ import { WhatsNewTypeTitle, WhatsNewTitleText, WhatsNewIconContainer, RelatedLin
|
|
|
13
13
|
var analyticsContextData = {
|
|
14
14
|
componentName: 'ArticlesListItem',
|
|
15
15
|
packageName: "@atlaskit/help",
|
|
16
|
-
packageVersion: "
|
|
16
|
+
packageVersion: "9.4.11"
|
|
17
17
|
};
|
|
18
18
|
export var WhatsNewArticle = function WhatsNewArticle(_ref) {
|
|
19
19
|
var formatMessage = _ref.intl.formatMessage,
|
|
@@ -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)}
|
|
@@ -124,7 +124,7 @@ export var Article = function Article(_ref) {
|
|
|
124
124
|
ref: articleContainerRef,
|
|
125
125
|
tabIndex: -1,
|
|
126
126
|
style: _objectSpread(_objectSpread({}, transitionStyles[state]), enableTransition[!skipArticleSlideInAnimation ? 'enabled' : 'disabled']),
|
|
127
|
-
className: ax(["_16jlkb7n _1o9zkb7n _i0dlf1ug _19bv1ejb _u5f31ejb _n3tdpxbi _kqswstnw
|
|
127
|
+
className: ax(["_16jlkb7n _1o9zkb7n _i0dlf1ug _19bv1ejb _u5f31ejb _n3tdpxbi _kqswstnw _4t3i11fm _1bsb1osq _154ixncg _bfhkvuon _1ltv1osq _2lx21bp4 _vchhusvi _1reo15vq _18m91wug _1pbycs5v _nt751r31 _49pcglyw _1hvw1o36"])
|
|
128
128
|
}, /*#__PURE__*/React.createElement(ArticleContent, {
|
|
129
129
|
currentArticle: currentArticle,
|
|
130
130
|
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 @@ var listStyles = xcss({
|
|
|
10
9
|
var getStyles = function getStyles(style) {
|
|
11
10
|
if (style === 'secondary') {
|
|
12
11
|
return {
|
|
13
|
-
border: "var(--ds-border-width-selected, 2px)".concat(" solid ", "var(--ds-border,
|
|
12
|
+
border: "var(--ds-border-width-selected, 2px)".concat(" 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
|
var ANALYTICS_CONTEXT_DATA = {
|
|
10
9
|
componentName: 'ArticlesListItem',
|
|
11
10
|
packageName: "@atlaskit/help",
|
|
12
|
-
packageVersion: "
|
|
11
|
+
packageVersion: "9.4.11"
|
|
13
12
|
};
|
|
14
13
|
var highlightText = function highlightText(text) {
|
|
15
14
|
if (!text) {
|
|
@@ -69,7 +68,7 @@ export var ArticlesListItem = /*#__PURE__*/forwardRef(function (_ref, ref) {
|
|
|
69
68
|
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
70
69
|
React.createElement(ArticlesListItemLastModified, null, "Last modified: ", lastPublished)), href && /*#__PURE__*/React.createElement(ArticlesListItemLinkIcon, null, /*#__PURE__*/React.createElement(ShortcutIcon, {
|
|
71
70
|
label: "Opens in a new window",
|
|
72
|
-
color: "var(--ds-icon-subtle,
|
|
71
|
+
color: "var(--ds-icon-subtle, #505258)"
|
|
73
72
|
}))), /*#__PURE__*/React.createElement(ArticlesListItemDescription, null, highlightText(description)), isSourceVisible && /*#__PURE__*/React.createElement(ArticlesListItemSource, null, source), isTrustFactorVisible && /*#__PURE__*/React.createElement(ArticlesListItemTrustFactor, null, isNumViewsVisible &&
|
|
74
73
|
/*#__PURE__*/
|
|
75
74
|
// 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
|
-
._syazpsu8{color:var(--_vrm7dk)}
|
|
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}
|
|
@@ -1,33 +1,21 @@
|
|
|
1
1
|
/* styled.tsx generated by @compiled/babel-plugin v0.39.1 */
|
|
2
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
3
|
-
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
4
3
|
import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
|
|
5
4
|
var _excluded = ["styles", "children"];
|
|
6
5
|
import "./styled.compiled.css";
|
|
7
6
|
import { ax, ix } from "@compiled/react/runtime";
|
|
8
|
-
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; }
|
|
9
|
-
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) { _defineProperty(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; }
|
|
10
7
|
import React from 'react';
|
|
11
8
|
import Heading from '@atlaskit/heading';
|
|
12
|
-
import { fontFallback } from '@atlaskit/theme/typography';
|
|
13
|
-
import { B100, B50, N200, N30, N400, N400A, N800, Y100 } from '@atlaskit/theme/colors';
|
|
14
|
-
var heading = fontFallback.heading,
|
|
15
|
-
body = fontFallback.body;
|
|
16
9
|
var articlesListItemWrapperStyles = null;
|
|
17
10
|
export var ArticlesListItemWrapper = /*#__PURE__*/React.forwardRef(function (_ref, ref) {
|
|
18
11
|
var styles = _ref.styles,
|
|
19
12
|
children = _ref.children,
|
|
20
13
|
rest = _objectWithoutProperties(_ref, _excluded);
|
|
21
14
|
return /*#__PURE__*/React.createElement("a", _extends({
|
|
22
|
-
ref: ref
|
|
15
|
+
ref: ref,
|
|
16
|
+
style: styles
|
|
23
17
|
}, rest, {
|
|
24
|
-
className: ax(["_4bfu1r31 _1hmsglyw _ajmmnqa1 _2rkofajl _kqswh2mm _vchhusvi _ca0qu2gc _u5f3u2gc _n3tdu2gc _19bvu2gc _1e0c1ule _80omtlke
|
|
25
|
-
style: _objectSpread(_objectSpread({}, styles), {}, {
|
|
26
|
-
"--_vrm7dk": ix("var(--ds-text-subtlest, ".concat(N200, ")")),
|
|
27
|
-
"--_1cokla9": ix("".concat("var(--ds-border-focused, ".concat(B100, ")"), " 0px 0px 0px 2px inset")),
|
|
28
|
-
"--_1y60f1n": ix("var(--ds-background-neutral-subtle-hovered, ".concat(N30, ")")),
|
|
29
|
-
"--_18th9fi": ix("var(--ds-background-neutral-subtle-pressed, ".concat(B50, ")"))
|
|
30
|
-
})
|
|
18
|
+
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"])
|
|
31
19
|
}), children);
|
|
32
20
|
});
|
|
33
21
|
var articlesListItemContainerStyles = null;
|
|
@@ -56,11 +44,7 @@ var articlesListItemTitleTextStyles = null;
|
|
|
56
44
|
export var ArticlesListItemTitleText = function ArticlesListItemTitleText(_ref5) {
|
|
57
45
|
var children = _ref5.children;
|
|
58
46
|
return /*#__PURE__*/React.createElement("div", {
|
|
59
|
-
className: ax(["_4bfu1r31 _1hmsglyw _ajmmnqa1
|
|
60
|
-
style: {
|
|
61
|
-
"--_ggxzyp": ix("var(--ds-text, ".concat(N800, ")")),
|
|
62
|
-
"--_9taizs": ix("var(--ds-font-heading-xsmall, ".concat(heading.xsmall, ")"))
|
|
63
|
-
}
|
|
47
|
+
className: ax(["_4bfu1r31 _1hmsglyw _ajmmnqa1 _11c81qyo _1reo15vq _18m915vq _syazi7uo _1e0c1o8l _o5724jg8 _otyru2gc"])
|
|
64
48
|
}, /*#__PURE__*/React.createElement(Heading, {
|
|
65
49
|
size: "xsmall",
|
|
66
50
|
as: "h4"
|
|
@@ -70,32 +54,21 @@ var articlesListItemDescriptionStyles = null;
|
|
|
70
54
|
export var ArticlesListItemDescription = function ArticlesListItemDescription(_ref6) {
|
|
71
55
|
var children = _ref6.children;
|
|
72
56
|
return /*#__PURE__*/React.createElement("p", {
|
|
73
|
-
className: ax(["_19pkidpf _2hwxidpf _otyridpf _18u0idpf _1e0c1ule _vwz4gktf
|
|
74
|
-
style: {
|
|
75
|
-
"--_1pseksa": ix("var(--ds-text-subtle, ".concat(N400, ")"))
|
|
76
|
-
}
|
|
57
|
+
className: ax(["_19pkidpf _2hwxidpf _otyridpf _18u0idpf _1e0c1ule _vwz4gktf _syazazsu _n3tdv77o"])
|
|
77
58
|
}, children);
|
|
78
59
|
};
|
|
79
60
|
var articlesListItemSourceStyles = null;
|
|
80
61
|
export var ArticlesListItemSource = function ArticlesListItemSource(_ref7) {
|
|
81
62
|
var children = _ref7.children;
|
|
82
63
|
return /*#__PURE__*/React.createElement("div", {
|
|
83
|
-
className: ax(["
|
|
84
|
-
style: {
|
|
85
|
-
"--_1a31d1l": ix("var(--ds-font-heading-xxsmall, ".concat(heading.xxsmall, ")")),
|
|
86
|
-
"--_1emrmq5": ix("var(--ds-text-subtlest, ".concat(N400A, ")"))
|
|
87
|
-
}
|
|
64
|
+
className: ax(["_11c8i4vh _1e0c1txw _4cvr1h6o _syaz1rpy _ca0q1b66 _u5f3idpf _n3td1b66 _19bvidpf _k48pwu06 _1p1dangw"])
|
|
88
65
|
}, children);
|
|
89
66
|
};
|
|
90
67
|
var articlesListItemTrustFactorStyles = null;
|
|
91
68
|
export var ArticlesListItemTrustFactor = function ArticlesListItemTrustFactor(_ref8) {
|
|
92
69
|
var children = _ref8.children;
|
|
93
70
|
return /*#__PURE__*/React.createElement("div", {
|
|
94
|
-
className: ax(["
|
|
95
|
-
style: {
|
|
96
|
-
"--_1hhs3jm": ix("var(--ds-font-body-small, ".concat(body.small, ")")),
|
|
97
|
-
"--_1emrmq5": ix("var(--ds-text-subtlest, ".concat(N400A, ")"))
|
|
98
|
-
}
|
|
71
|
+
className: ax(["_11c8wadc _1e0c1txw _4cvr1h6o _syaz1rpy _ca0qv77o"])
|
|
99
72
|
}, children);
|
|
100
73
|
};
|
|
101
74
|
var articlesListItemViewCountStyles = null;
|
|
@@ -116,11 +89,7 @@ var articlesListItemLastModifiedStyles = null;
|
|
|
116
89
|
export var ArticlesListItemLastModified = function ArticlesListItemLastModified(_ref1) {
|
|
117
90
|
var children = _ref1.children;
|
|
118
91
|
return /*#__PURE__*/React.createElement("div", {
|
|
119
|
-
className: ax(["
|
|
120
|
-
style: {
|
|
121
|
-
"--_1hhs3jm": ix("var(--ds-font-body-small, ".concat(body.small, ")")),
|
|
122
|
-
"--_1emrmq5": ix("var(--ds-text-subtlest, ".concat(N400A, ")"))
|
|
123
|
-
}
|
|
92
|
+
className: ax(["_11c8wadc _syaz1rpy _ca0q1b66 _u5f3idpf _n3td1b66 _19bvidpf"])
|
|
124
93
|
}, children);
|
|
125
94
|
};
|
|
126
95
|
var articlesListItemDescriptionHighlightStyles = null;
|
|
@@ -129,9 +98,6 @@ export var ArticlesListItemDescriptionHighlight = function ArticlesListItemDescr
|
|
|
129
98
|
children = _ref10.children;
|
|
130
99
|
return /*#__PURE__*/React.createElement("mark", {
|
|
131
100
|
key: key,
|
|
132
|
-
className: ax(["
|
|
133
|
-
style: {
|
|
134
|
-
"--_163kpkk": ix("var(--ds-background-accent-yellow-subtlest, ".concat(Y100, ")"))
|
|
135
|
-
}
|
|
101
|
+
className: ax(["_bfhkibhp"])
|
|
136
102
|
}, children);
|
|
137
103
|
};
|
|
@@ -51,7 +51,7 @@ var BackButtonWithContext = function BackButtonWithContext(props) {
|
|
|
51
51
|
data: {
|
|
52
52
|
componentName: 'backButton',
|
|
53
53
|
packageName: "@atlaskit/help",
|
|
54
|
-
packageVersion: "
|
|
54
|
+
packageVersion: "9.4.11"
|
|
55
55
|
}
|
|
56
56
|
}, /*#__PURE__*/React.createElement(BackButton, props));
|
|
57
57
|
};
|
|
@@ -7,7 +7,7 @@ import { HelpContentButtonContainer, HelpContentButtonIcon, HelpContentButtonTex
|
|
|
7
7
|
var analitycsContextData = {
|
|
8
8
|
componentName: 'HelpContentButton',
|
|
9
9
|
packageName: "@atlaskit/help",
|
|
10
|
-
packageVersion: "
|
|
10
|
+
packageVersion: "9.4.11"
|
|
11
11
|
};
|
|
12
12
|
var HelpContentButton = function HelpContentButton(_ref) {
|
|
13
13
|
var _ref$id = _ref.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
|
var wrappedSpanStyles = null;
|
|
7
6
|
var parentListItemHelpContentButtonContainerStyles = null;
|
|
8
7
|
var helpContentButtonContainerStyles = null;
|
|
@@ -24,13 +23,7 @@ export var HelpContentButtonContainer = function HelpContentButtonContainer(_ref
|
|
|
24
23
|
id: id,
|
|
25
24
|
tabIndex: tabIndex,
|
|
26
25
|
target: target,
|
|
27
|
-
className: ax(["_2rkofajl _19itglyw _bfhk1j28
|
|
28
|
-
style: {
|
|
29
|
-
"--_1oh641w": ix("var(--ds-text-subtle, ".concat(N600, ")")),
|
|
30
|
-
"--_ow3z6t": ix("".concat("var(--ds-border-focused, ".concat(B100, ")"), " 0 0 0 2px inset")),
|
|
31
|
-
"--_1y60f1n": ix("var(--ds-background-neutral-subtle-hovered, ".concat(N30, ")")),
|
|
32
|
-
"--_18th9fi": ix("var(--ds-background-neutral-subtle-pressed, ".concat(B50, ")"))
|
|
33
|
-
}
|
|
26
|
+
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"])
|
|
34
27
|
}, /*#__PURE__*/React.createElement("span", {
|
|
35
28
|
className: ax(["_1e0c5mfb"])
|
|
36
29
|
}, children)));
|
|
@@ -42,13 +35,7 @@ export var HelpContentButtonContainer = function HelpContentButtonContainer(_ref
|
|
|
42
35
|
onKeyDown: onKeyDown,
|
|
43
36
|
id: id,
|
|
44
37
|
tabIndex: tabIndex,
|
|
45
|
-
className: ax(["_2rkofajl _19itglyw _bfhk1j28
|
|
46
|
-
style: {
|
|
47
|
-
"--_1oh641w": ix("var(--ds-text-subtle, ".concat(N600, ")")),
|
|
48
|
-
"--_ow3z6t": ix("".concat("var(--ds-border-focused, ".concat(B100, ")"), " 0 0 0 2px inset")),
|
|
49
|
-
"--_1y60f1n": ix("var(--ds-background-neutral-subtle-hovered, ".concat(N30, ")")),
|
|
50
|
-
"--_18th9fi": ix("var(--ds-background-neutral-subtle-pressed, ".concat(B50, ")"))
|
|
51
|
-
}
|
|
38
|
+
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"])
|
|
52
39
|
}, /*#__PURE__*/React.createElement("span", {
|
|
53
40
|
className: ax(["_1e0c5mfb"])
|
|
54
41
|
}, 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 @@ var needMoreHelpContainerStyles = null;
|
|
|
6
6
|
export var NeedMoreHelpContainer = function NeedMoreHelpContainer(_ref) {
|
|
7
7
|
var children = _ref.children;
|
|
8
8
|
return /*#__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
|
};
|
|
12
12
|
var needMoreHelpContentStyles = null;
|
|
@@ -20,7 +20,7 @@ import { RelatedArticlesTitle } from './styled';
|
|
|
20
20
|
import useCancellablePromise from '../../util/hooks/cancellablePromise';
|
|
21
21
|
import { usePrevious } from '../../util/hooks/previous';
|
|
22
22
|
var packageName = "@atlaskit/help";
|
|
23
|
-
var packageVersion = "
|
|
23
|
+
var packageVersion = "9.4.11";
|
|
24
24
|
var buttonStyles = null;
|
|
25
25
|
export var RelatedArticles = function RelatedArticles(_ref) {
|
|
26
26
|
var _ref$style = _ref.style,
|
|
@@ -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}
|
|
@@ -5,16 +5,12 @@ var _excluded = ["children"];
|
|
|
5
5
|
import "./styled.compiled.css";
|
|
6
6
|
import { ax, ix } from "@compiled/react/runtime";
|
|
7
7
|
import React from 'react';
|
|
8
|
-
import { N800 } from '@atlaskit/theme/colors';
|
|
9
8
|
import Heading from '@atlaskit/heading';
|
|
10
9
|
var relatedArticlesTitleStyles = null;
|
|
11
10
|
export var RelatedArticlesTitle = function RelatedArticlesTitle(_ref) {
|
|
12
11
|
var children = _ref.children;
|
|
13
12
|
return /*#__PURE__*/React.createElement("div", {
|
|
14
|
-
className: ax(["_11c81e3o
|
|
15
|
-
style: {
|
|
16
|
-
"--_ggxzyp": ix("var(--ds-text, ".concat(N800, ")"))
|
|
17
|
-
}
|
|
13
|
+
className: ax(["_11c81e3o _syazi7uo _ca0qpxbi _u5f3idpf _n3tdpxbi _19bvidpf"])
|
|
18
14
|
}, /*#__PURE__*/React.createElement(Heading, {
|
|
19
15
|
size: "large",
|
|
20
16
|
as: "h3",
|
|
@@ -18,7 +18,7 @@ import { useNavigationContext } from '../../contexts/navigationContext';
|
|
|
18
18
|
var ANALYTICS_CONTEXT_DATA = {
|
|
19
19
|
componentName: 'searchInput',
|
|
20
20
|
packageName: "@atlaskit/help",
|
|
21
|
-
packageVersion: "
|
|
21
|
+
packageVersion: "9.4.11"
|
|
22
22
|
};
|
|
23
23
|
var buttonStyles = null;
|
|
24
24
|
export var SearchInput = function SearchInput(_ref) {
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
._18u01ejb{margin-left:var(--ds-space-300,24px)}
|
|
4
4
|
._18u01i6y{margin-left:var(--ds-space-negative-025,-2px)}
|
|
5
5
|
._19bv1b66{padding-left:var(--ds-space-050,4px)}
|
|
6
|
-
.
|
|
6
|
+
._19pkpxbi{margin-top:var(--ds-space-200,1pc)}
|
|
7
7
|
._1bsb1ejb{width:var(--ds-space-300,24px)}
|
|
8
8
|
._1bsb1j1s{width:calc(100% - var(--ds-space-300, 24px) - var(--ds-space-300, 24px))}
|
|
9
9
|
._1bsb1osq{width:100%}
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
._kqswh2mm{position:relative}
|
|
26
26
|
._nbgx1ejb>span{width:var(--ds-space-300,24px)}
|
|
27
27
|
._o5721q9c{white-space:nowrap}
|
|
28
|
-
.
|
|
28
|
+
._otyrpxbi{margin-bottom:var(--ds-space-200,1pc)}
|
|
29
29
|
._u5f3u2gc{padding-right:var(--ds-space-100,8px)}
|
|
30
30
|
._vchhusvi{box-sizing:border-box}
|
|
@@ -13,7 +13,7 @@ var searchInputContainerAiStyles = null;
|
|
|
13
13
|
export var SearchInputContainerAi = function SearchInputContainerAi(_ref2) {
|
|
14
14
|
var children = _ref2.children;
|
|
15
15
|
return /*#__PURE__*/React.createElement("div", {
|
|
16
|
-
className: ax(["_16jlidpf _1o9zkb7n _i0dl1wug _1bsb1j1s _4t3ixy5q _18u01ejb _2hwx1ejb
|
|
16
|
+
className: ax(["_16jlidpf _1o9zkb7n _i0dl1wug _1bsb1j1s _4t3ixy5q _18u01ejb _2hwx1ejb _19pkpxbi _otyrpxbi _1f49idpf _1wpz1wug _vchhusvi"])
|
|
17
17
|
}, children);
|
|
18
18
|
};
|
|
19
19
|
var searchIconContainerStyles = null;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { useAnalyticsEvents, AnalyticsContext } from '@atlaskit/analytics-next';
|
|
3
|
-
import * as colors from '@atlaskit/theme/colors';
|
|
4
3
|
import Button from '@atlaskit/button';
|
|
5
4
|
import ShortcutIcon from '@atlaskit/icon/core/link-external';
|
|
6
5
|
import { injectIntl } from 'react-intl-next';
|
|
@@ -31,7 +30,7 @@ export var SearchExternalSite = function SearchExternalSite(_ref) {
|
|
|
31
30
|
appearance: "link",
|
|
32
31
|
iconAfter: /*#__PURE__*/React.createElement(ShortcutIcon, {
|
|
33
32
|
label: "",
|
|
34
|
-
color: "var(--ds-icon-subtle,
|
|
33
|
+
color: "var(--ds-icon-subtle, #505258)"
|
|
35
34
|
}),
|
|
36
35
|
spacing: "compact",
|
|
37
36
|
href: searchExternalUrl,
|
|
@@ -1,6 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { useAnalyticsEvents, AnalyticsContext } from '@atlaskit/analytics-next';
|
|
3
|
-
import * as colors from '@atlaskit/theme/colors';
|
|
4
3
|
import Button from '@atlaskit/button';
|
|
5
4
|
import ShortcutIcon from '@atlaskit/icon/core/link-external';
|
|
6
5
|
import { injectIntl } from 'react-intl-next';
|
|
@@ -32,7 +31,7 @@ export var SearchResultsEmpty = function SearchResultsEmpty(_ref) {
|
|
|
32
31
|
appearance: "link",
|
|
33
32
|
iconAfter: /*#__PURE__*/React.createElement(ShortcutIcon, {
|
|
34
33
|
label: "",
|
|
35
|
-
color: "var(--ds-icon-subtle,
|
|
34
|
+
color: "var(--ds-icon-subtle, #505258)"
|
|
36
35
|
}),
|
|
37
36
|
spacing: "compact",
|
|
38
37
|
href: searchExternalUrl,
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
._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)}
|
|
2
2
|
._v564tcs9{transition:var(--_1peo1h6)}
|
|
3
|
-
.
|
|
4
|
-
._154i1eca{top:var(--ds-space-800,60px)}
|
|
3
|
+
._125x1rpy p{color:var(--ds-text-subtlest,#6b6e76)}
|
|
5
4
|
._154iidpf{top:0}
|
|
5
|
+
._154ixncg{top:var(--ds-space-800,4pc)}
|
|
6
6
|
._16jlkb7n{flex-grow:1}
|
|
7
7
|
._18m91wug{overflow-y:auto}
|
|
8
8
|
._19bv1ejb{padding-left:var(--ds-space-300,24px)}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
._1reo15vq{overflow-x:hidden}
|
|
14
14
|
._2lx21bp4{flex-direction:column}
|
|
15
15
|
._3um015vq{visibility:hidden}
|
|
16
|
-
.
|
|
16
|
+
._4t3i11fm{height:calc(100% - var(--ds-space-800, 4pc))}
|
|
17
17
|
._4t3i1osq{height:100%}
|
|
18
18
|
._bfhkvuon{background-color:var(--ds-surface,#fff)}
|
|
19
19
|
._ca0q1ejb{padding-top:var(--ds-space-300,24px)}
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
._kqswstnw{position:absolute}
|
|
24
24
|
._n3td1ejb{padding-bottom:var(--ds-space-300,24px)}
|
|
25
25
|
._n3tdidpf{padding-bottom:0}
|
|
26
|
-
.
|
|
26
|
+
._syazi7uo{color:var(--ds-text,#292a2e)}
|
|
27
27
|
._tzy4idpf{opacity:0}
|
|
28
28
|
._u5f31ejb{padding-right:var(--ds-space-300,24px)}
|
|
29
29
|
._u5f3pxbi{padding-right:var(--ds-space-200,1pc)}
|