@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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @atlaskit/help
|
|
2
2
|
|
|
3
|
+
## 9.4.12
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies
|
|
8
|
+
|
|
9
|
+
## 9.4.11
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [`379cf9c4c25f0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/379cf9c4c25f0) -
|
|
14
|
+
Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme`
|
|
15
|
+
- Updated dependencies
|
|
16
|
+
|
|
3
17
|
## 9.4.10
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
package/afm-cc/tsconfig.json
CHANGED
package/afm-jira/tsconfig.json
CHANGED
package/dist/cjs/analytics.js
CHANGED
|
@@ -13,5 +13,5 @@ var createAndFire = exports.createAndFire = x.createAndFireEvent('atlaskit');
|
|
|
13
13
|
var defaultAnalyticsAttributes = exports.defaultAnalyticsAttributes = {
|
|
14
14
|
componentName: 'help',
|
|
15
15
|
packageName: "@atlaskit/help",
|
|
16
|
-
packageVersion: "
|
|
16
|
+
packageVersion: "9.4.11"
|
|
17
17
|
};
|
|
@@ -8,10 +8,9 @@ exports.default = WhatsNewIcoExperiment;
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _flask = _interopRequireDefault(require("@atlaskit/icon/core/flask"));
|
|
10
10
|
var _IconWrapper = require("./IconWrapper");
|
|
11
|
-
var _colors = require("@atlaskit/theme/colors");
|
|
12
11
|
function WhatsNewIcoExperiment() {
|
|
13
12
|
return /*#__PURE__*/_react.default.createElement(_IconWrapper.IconWrapper, {
|
|
14
13
|
Icon: _flask.default,
|
|
15
|
-
appearance: "var(--ds-icon-discovery,
|
|
14
|
+
appearance: "var(--ds-icon-discovery, #AF59E1)"
|
|
16
15
|
});
|
|
17
16
|
}
|
|
@@ -8,10 +8,9 @@ exports.default = WhatsNewIconFix;
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _bug = _interopRequireDefault(require("@atlaskit/icon/core/bug"));
|
|
10
10
|
var _IconWrapper = require("./IconWrapper");
|
|
11
|
-
var _colors = require("@atlaskit/theme/colors");
|
|
12
11
|
function WhatsNewIconFix() {
|
|
13
12
|
return /*#__PURE__*/_react.default.createElement(_IconWrapper.IconWrapper, {
|
|
14
13
|
Icon: _bug.default,
|
|
15
|
-
appearance: "var(--ds-icon-information,
|
|
14
|
+
appearance: "var(--ds-icon-information, #357DE8)"
|
|
16
15
|
});
|
|
17
16
|
}
|
|
@@ -8,10 +8,9 @@ exports.default = WhatsNewIconImprovement;
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _megaphone = _interopRequireDefault(require("@atlaskit/icon/core/megaphone"));
|
|
10
10
|
var _IconWrapper = require("./IconWrapper");
|
|
11
|
-
var _colors = require("@atlaskit/theme/colors");
|
|
12
11
|
function WhatsNewIconImprovement() {
|
|
13
12
|
return /*#__PURE__*/_react.default.createElement(_IconWrapper.IconWrapper, {
|
|
14
13
|
Icon: _megaphone.default,
|
|
15
|
-
appearance: "var(--ds-icon-warning,
|
|
14
|
+
appearance: "var(--ds-icon-warning, #E06C00)"
|
|
16
15
|
});
|
|
17
16
|
}
|
|
@@ -8,10 +8,9 @@ exports.default = WhatsNewIconNew;
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _megaphone = _interopRequireDefault(require("@atlaskit/icon/core/megaphone"));
|
|
10
10
|
var _IconWrapper = require("./IconWrapper");
|
|
11
|
-
var _colors = require("@atlaskit/theme/colors");
|
|
12
11
|
function WhatsNewIconNew() {
|
|
13
12
|
return /*#__PURE__*/_react.default.createElement(_IconWrapper.IconWrapper, {
|
|
14
13
|
Icon: _megaphone.default,
|
|
15
|
-
appearance: "var(--ds-icon,
|
|
14
|
+
appearance: "var(--ds-icon, #292A2E)"
|
|
16
15
|
});
|
|
17
16
|
}
|
|
@@ -8,10 +8,9 @@ exports.default = WhatsNewIconRemoved;
|
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
9
|
var _delete = _interopRequireDefault(require("@atlaskit/icon/core/delete"));
|
|
10
10
|
var _IconWrapper = require("./IconWrapper");
|
|
11
|
-
var _colors = require("@atlaskit/theme/colors");
|
|
12
11
|
function WhatsNewIconRemoved() {
|
|
13
12
|
return /*#__PURE__*/_react.default.createElement(_IconWrapper.IconWrapper, {
|
|
14
13
|
Icon: _delete.default,
|
|
15
|
-
appearance: "var(--ds-icon-disabled,
|
|
14
|
+
appearance: "var(--ds-icon-disabled, #080F214A)"
|
|
16
15
|
});
|
|
17
16
|
}
|
|
@@ -17,7 +17,7 @@ var _styled = require("./styled");
|
|
|
17
17
|
var ANALYTICS_CONTEXT_DATA = {
|
|
18
18
|
componentName: 'ArticleLoadingFail',
|
|
19
19
|
packageName: "@atlaskit/help",
|
|
20
|
-
packageVersion: "
|
|
20
|
+
packageVersion: "9.4.11"
|
|
21
21
|
};
|
|
22
22
|
var ArticleLoadingFail = exports.ArticleLoadingFail = function ArticleLoadingFail(_ref) {
|
|
23
23
|
var onTryAgainButtonClick = _ref.onTryAgainButtonClick,
|
|
@@ -13,7 +13,7 @@ var _messages = require("../../../../messages");
|
|
|
13
13
|
var ANALYTICS_CONTEXT_DATA = {
|
|
14
14
|
componentName: 'ArticleWasHelpfulNoButton',
|
|
15
15
|
packageName: "@atlaskit/help",
|
|
16
|
-
packageVersion: "
|
|
16
|
+
packageVersion: "9.4.11"
|
|
17
17
|
};
|
|
18
18
|
var ArticleWasHelpfulNoButton = exports.ArticleWasHelpfulNoButton = function ArticleWasHelpfulNoButton(_ref) {
|
|
19
19
|
var _ref$isSelected = _ref.isSelected,
|
|
@@ -13,7 +13,7 @@ var _messages = require("../../../../messages");
|
|
|
13
13
|
var ANALYTICS_CONTEXT_DATA = {
|
|
14
14
|
componentName: 'ArticleWasHelpfulYesButton',
|
|
15
15
|
packageName: "@atlaskit/help",
|
|
16
|
-
packageVersion: "
|
|
16
|
+
packageVersion: "9.4.11"
|
|
17
17
|
};
|
|
18
18
|
var ArticleWasHelpfulYesButton = exports.ArticleWasHelpfulYesButton = function ArticleWasHelpfulYesButton(_ref) {
|
|
19
19
|
var _ref$isSelected = _ref.isSelected,
|
|
@@ -22,7 +22,6 @@ var _radio = require("@atlaskit/radio");
|
|
|
22
22
|
var _checkbox = require("@atlaskit/checkbox");
|
|
23
23
|
var _textarea = _interopRequireDefault(require("@atlaskit/textarea"));
|
|
24
24
|
var _statusSuccess = _interopRequireDefault(require("@atlaskit/icon/core/status-success"));
|
|
25
|
-
var _theme = require("@atlaskit/theme");
|
|
26
25
|
var _compiled = require("@atlaskit/primitives/compiled");
|
|
27
26
|
var _messages = require("../../../../messages");
|
|
28
27
|
var _WasHelpfulYesButton = _interopRequireDefault(require("./WasHelpfulYesButton"));
|
|
@@ -35,7 +34,7 @@ var FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
|
|
|
35
34
|
var ANALYTICS_CONTEXT_DATA = {
|
|
36
35
|
componentName: 'ArticleWasHelpfulForm',
|
|
37
36
|
packageName: "@atlaskit/help",
|
|
38
|
-
packageVersion: "
|
|
37
|
+
packageVersion: "9.4.11"
|
|
39
38
|
};
|
|
40
39
|
var buttonStyles = null;
|
|
41
40
|
var ArticleWasHelpfulForm = exports.ArticleWasHelpfulForm = function ArticleWasHelpfulForm(_ref) {
|
|
@@ -249,7 +248,7 @@ var ArticleWasHelpfulForm = exports.ArticleWasHelpfulForm = function ArticleWasH
|
|
|
249
248
|
"aria-label": "Success"
|
|
250
249
|
}, /*#__PURE__*/_react.default.createElement(_statusSuccess.default, {
|
|
251
250
|
spacing: "spacious",
|
|
252
|
-
color: "var(--ds-icon-success,
|
|
251
|
+
color: "var(--ds-icon-success, #6A9A23)",
|
|
253
252
|
label: ""
|
|
254
253
|
})), /*#__PURE__*/_react.default.createElement(_styled.ArticleFeedbackText, {
|
|
255
254
|
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)}
|
|
@@ -11,10 +11,7 @@ var _runtime = require("@compiled/react/runtime");
|
|
|
11
11
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
12
12
|
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
13
13
|
var _react = _interopRequireDefault(require("react"));
|
|
14
|
-
var _typography = require("@atlaskit/theme/typography");
|
|
15
|
-
var _colors = require("@atlaskit/theme/colors");
|
|
16
14
|
var _excluded = ["id", "top", "paddingRight", "children"];
|
|
17
|
-
var heading = _typography.fontFallback.heading;
|
|
18
15
|
var articleFeedbackContainerStyles = null;
|
|
19
16
|
var ArticleFeedbackContainer = exports.ArticleFeedbackContainer = function ArticleFeedbackContainer(_ref) {
|
|
20
17
|
var children = _ref.children;
|
|
@@ -30,15 +27,13 @@ var ArticleFeedbackText = exports.ArticleFeedbackText = function ArticleFeedback
|
|
|
30
27
|
children = _ref2.children,
|
|
31
28
|
rest = (0, _objectWithoutProperties2.default)(_ref2, _excluded);
|
|
32
29
|
return /*#__PURE__*/_react.default.createElement("div", (0, _extends2.default)({
|
|
33
|
-
id: id
|
|
34
|
-
}, rest, {
|
|
35
|
-
className: (0, _runtime.ax)(["_11c8kn18 _syazpsu8 _kqswh2mm _1e0c1o8l"]),
|
|
30
|
+
id: id,
|
|
36
31
|
style: {
|
|
37
32
|
top: top,
|
|
38
|
-
paddingRight: paddingRight
|
|
39
|
-
"--_1a31d1l": (0, _runtime.ix)("var(--ds-font-heading-xxsmall, ".concat(heading.xxsmall, ")")),
|
|
40
|
-
"--_vrm7dk": (0, _runtime.ix)("var(--ds-text-subtlest, ".concat(_colors.N200, ")"))
|
|
33
|
+
paddingRight: paddingRight
|
|
41
34
|
}
|
|
35
|
+
}, rest, {
|
|
36
|
+
className: (0, _runtime.ax)(["_11c8i4vh _syaz1rpy _kqswh2mm _1e0c1o8l"])
|
|
42
37
|
}), children);
|
|
43
38
|
};
|
|
44
39
|
var articleFeedbackAnswerWrapperStyles = null;
|
|
@@ -64,7 +64,7 @@ var HelpArticle = exports.HelpArticle = function HelpArticle(_ref) {
|
|
|
64
64
|
analyticsEvent.payload.attributes = {
|
|
65
65
|
componentName: 'Article',
|
|
66
66
|
packageName: "@atlaskit/help",
|
|
67
|
-
packageVersion: "
|
|
67
|
+
packageVersion: "9.4.11"
|
|
68
68
|
};
|
|
69
69
|
if (onRelatedArticlesShowMoreClick) {
|
|
70
70
|
onRelatedArticlesShowMoreClick(event, analyticsEvent, isCollapsed);
|
|
@@ -21,7 +21,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
21
21
|
var analyticsContextData = {
|
|
22
22
|
componentName: 'ArticlesListItem',
|
|
23
23
|
packageName: "@atlaskit/help",
|
|
24
|
-
packageVersion: "
|
|
24
|
+
packageVersion: "9.4.11"
|
|
25
25
|
};
|
|
26
26
|
var WhatsNewArticle = exports.WhatsNewArticle = function WhatsNewArticle(_ref) {
|
|
27
27
|
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)}
|
|
@@ -133,7 +133,7 @@ var Article = exports.Article = function Article(_ref) {
|
|
|
133
133
|
ref: articleContainerRef,
|
|
134
134
|
tabIndex: -1,
|
|
135
135
|
style: _objectSpread(_objectSpread({}, transitionStyles[state]), enableTransition[!skipArticleSlideInAnimation ? 'enabled' : 'disabled']),
|
|
136
|
-
className: (0, _runtime.ax)(["_16jlkb7n _1o9zkb7n _i0dlf1ug _19bv1ejb _u5f31ejb _n3tdpxbi _kqswstnw
|
|
136
|
+
className: (0, _runtime.ax)(["_16jlkb7n _1o9zkb7n _i0dlf1ug _19bv1ejb _u5f31ejb _n3tdpxbi _kqswstnw _4t3i11fm _1bsb1osq _154ixncg _bfhkvuon _1ltv1osq _2lx21bp4 _vchhusvi _1reo15vq _18m91wug _1pbycs5v _nt751r31 _49pcglyw _1hvw1o36"])
|
|
137
137
|
}, /*#__PURE__*/_react.default.createElement(_ArticleContent.default, {
|
|
138
138
|
currentArticle: currentArticle,
|
|
139
139
|
onHelpArticleLoadingFailTryAgainButtonClick: reloadHelpArticle && handleOnHelpArticleLoadingFailTryAgainButtonClick,
|
|
@@ -6,7 +6,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
});
|
|
7
7
|
exports.default = void 0;
|
|
8
8
|
var _react = _interopRequireDefault(require("react"));
|
|
9
|
-
var _colors = require("@atlaskit/theme/colors");
|
|
10
9
|
var _primitives = require("@atlaskit/primitives");
|
|
11
10
|
var _ArticlesListItem = _interopRequireDefault(require("./ArticlesListItem"));
|
|
12
11
|
var _constants = require("./constants");
|
|
@@ -18,7 +17,7 @@ var listStyles = (0, _primitives.xcss)({
|
|
|
18
17
|
var getStyles = function getStyles(style) {
|
|
19
18
|
if (style === 'secondary') {
|
|
20
19
|
return {
|
|
21
|
-
border: "var(--ds-border-width-selected, 2px)".concat(" solid ", "var(--ds-border,
|
|
20
|
+
border: "var(--ds-border-width-selected, 2px)".concat(" solid ", "var(--ds-border, #0B120E24)"),
|
|
22
21
|
padding: "var(--ds-space-200, 16px)",
|
|
23
22
|
marginBottom: "var(--ds-space-150, 12px)"
|
|
24
23
|
};
|
|
@@ -8,7 +8,6 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
8
8
|
exports.default = exports.ArticlesListItem = void 0;
|
|
9
9
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
10
10
|
var _react = _interopRequireWildcard(require("react"));
|
|
11
|
-
var colors = _interopRequireWildcard(require("@atlaskit/theme/colors"));
|
|
12
11
|
var _analyticsNext = require("@atlaskit/analytics-next");
|
|
13
12
|
var _linkExternal = _interopRequireDefault(require("@atlaskit/icon/core/link-external"));
|
|
14
13
|
var _reactIntlNext = require("react-intl-next");
|
|
@@ -18,7 +17,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
18
17
|
var ANALYTICS_CONTEXT_DATA = {
|
|
19
18
|
componentName: 'ArticlesListItem',
|
|
20
19
|
packageName: "@atlaskit/help",
|
|
21
|
-
packageVersion: "
|
|
20
|
+
packageVersion: "9.4.11"
|
|
22
21
|
};
|
|
23
22
|
var highlightText = function highlightText(text) {
|
|
24
23
|
if (!text) {
|
|
@@ -78,7 +77,7 @@ var ArticlesListItem = exports.ArticlesListItem = /*#__PURE__*/(0, _react.forwar
|
|
|
78
77
|
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-jsx
|
|
79
78
|
_react.default.createElement(_styled.ArticlesListItemLastModified, null, "Last modified: ", lastPublished)), href && /*#__PURE__*/_react.default.createElement(_styled.ArticlesListItemLinkIcon, null, /*#__PURE__*/_react.default.createElement(_linkExternal.default, {
|
|
80
79
|
label: "Opens in a new window",
|
|
81
|
-
color: "var(--ds-icon-subtle,
|
|
80
|
+
color: "var(--ds-icon-subtle, #505258)"
|
|
82
81
|
}))), /*#__PURE__*/_react.default.createElement(_styled.ArticlesListItemDescription, null, highlightText(description)), isSourceVisible && /*#__PURE__*/_react.default.createElement(_styled.ArticlesListItemSource, null, source), isTrustFactorVisible && /*#__PURE__*/_react.default.createElement(_styled.ArticlesListItemTrustFactor, null, isNumViewsVisible &&
|
|
83
82
|
/*#__PURE__*/
|
|
84
83
|
// 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}
|
|
@@ -9,32 +9,20 @@ exports.ArticlesListItemWrapper = exports.ArticlesListItemViewCount = exports.Ar
|
|
|
9
9
|
require("./styled.compiled.css");
|
|
10
10
|
var _runtime = require("@compiled/react/runtime");
|
|
11
11
|
var _extends2 = _interopRequireDefault(require("@babel/runtime/helpers/extends"));
|
|
12
|
-
var _defineProperty2 = _interopRequireDefault(require("@babel/runtime/helpers/defineProperty"));
|
|
13
12
|
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/objectWithoutProperties"));
|
|
14
13
|
var _react = _interopRequireDefault(require("react"));
|
|
15
14
|
var _heading = _interopRequireDefault(require("@atlaskit/heading"));
|
|
16
|
-
var _typography = require("@atlaskit/theme/typography");
|
|
17
|
-
var _colors = require("@atlaskit/theme/colors");
|
|
18
15
|
var _excluded = ["styles", "children"];
|
|
19
|
-
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; }
|
|
20
|
-
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
|
-
var heading = _typography.fontFallback.heading,
|
|
22
|
-
body = _typography.fontFallback.body;
|
|
23
16
|
var articlesListItemWrapperStyles = null;
|
|
24
17
|
var ArticlesListItemWrapper = exports.ArticlesListItemWrapper = /*#__PURE__*/_react.default.forwardRef(function (_ref, ref) {
|
|
25
18
|
var styles = _ref.styles,
|
|
26
19
|
children = _ref.children,
|
|
27
20
|
rest = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
28
21
|
return /*#__PURE__*/_react.default.createElement("a", (0, _extends2.default)({
|
|
29
|
-
ref: ref
|
|
22
|
+
ref: ref,
|
|
23
|
+
style: styles
|
|
30
24
|
}, rest, {
|
|
31
|
-
className: (0, _runtime.ax)(["_4bfu1r31 _1hmsglyw _ajmmnqa1 _2rkofajl _kqswh2mm _vchhusvi _ca0qu2gc _u5f3u2gc _n3tdu2gc _19bvu2gc _1e0c1ule _80omtlke
|
|
32
|
-
style: _objectSpread(_objectSpread({}, styles), {}, {
|
|
33
|
-
"--_vrm7dk": (0, _runtime.ix)("var(--ds-text-subtlest, ".concat(_colors.N200, ")")),
|
|
34
|
-
"--_1cokla9": (0, _runtime.ix)("".concat("var(--ds-border-focused, ".concat(_colors.B100, ")"), " 0px 0px 0px 2px inset")),
|
|
35
|
-
"--_1y60f1n": (0, _runtime.ix)("var(--ds-background-neutral-subtle-hovered, ".concat(_colors.N30, ")")),
|
|
36
|
-
"--_18th9fi": (0, _runtime.ix)("var(--ds-background-neutral-subtle-pressed, ".concat(_colors.B50, ")"))
|
|
37
|
-
})
|
|
25
|
+
className: (0, _runtime.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"])
|
|
38
26
|
}), children);
|
|
39
27
|
});
|
|
40
28
|
var articlesListItemContainerStyles = null;
|
|
@@ -63,11 +51,7 @@ var articlesListItemTitleTextStyles = null;
|
|
|
63
51
|
var ArticlesListItemTitleText = exports.ArticlesListItemTitleText = function ArticlesListItemTitleText(_ref5) {
|
|
64
52
|
var children = _ref5.children;
|
|
65
53
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
66
|
-
className: (0, _runtime.ax)(["_4bfu1r31 _1hmsglyw _ajmmnqa1
|
|
67
|
-
style: {
|
|
68
|
-
"--_ggxzyp": (0, _runtime.ix)("var(--ds-text, ".concat(_colors.N800, ")")),
|
|
69
|
-
"--_9taizs": (0, _runtime.ix)("var(--ds-font-heading-xsmall, ".concat(heading.xsmall, ")"))
|
|
70
|
-
}
|
|
54
|
+
className: (0, _runtime.ax)(["_4bfu1r31 _1hmsglyw _ajmmnqa1 _11c81qyo _1reo15vq _18m915vq _syazi7uo _1e0c1o8l _o5724jg8 _otyru2gc"])
|
|
71
55
|
}, /*#__PURE__*/_react.default.createElement(_heading.default, {
|
|
72
56
|
size: "xsmall",
|
|
73
57
|
as: "h4"
|
|
@@ -77,32 +61,21 @@ var articlesListItemDescriptionStyles = null;
|
|
|
77
61
|
var ArticlesListItemDescription = exports.ArticlesListItemDescription = function ArticlesListItemDescription(_ref6) {
|
|
78
62
|
var children = _ref6.children;
|
|
79
63
|
return /*#__PURE__*/_react.default.createElement("p", {
|
|
80
|
-
className: (0, _runtime.ax)(["_19pkidpf _2hwxidpf _otyridpf _18u0idpf _1e0c1ule _vwz4gktf
|
|
81
|
-
style: {
|
|
82
|
-
"--_1pseksa": (0, _runtime.ix)("var(--ds-text-subtle, ".concat(_colors.N400, ")"))
|
|
83
|
-
}
|
|
64
|
+
className: (0, _runtime.ax)(["_19pkidpf _2hwxidpf _otyridpf _18u0idpf _1e0c1ule _vwz4gktf _syazazsu _n3tdv77o"])
|
|
84
65
|
}, children);
|
|
85
66
|
};
|
|
86
67
|
var articlesListItemSourceStyles = null;
|
|
87
68
|
var ArticlesListItemSource = exports.ArticlesListItemSource = function ArticlesListItemSource(_ref7) {
|
|
88
69
|
var children = _ref7.children;
|
|
89
70
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
90
|
-
className: (0, _runtime.ax)(["
|
|
91
|
-
style: {
|
|
92
|
-
"--_1a31d1l": (0, _runtime.ix)("var(--ds-font-heading-xxsmall, ".concat(heading.xxsmall, ")")),
|
|
93
|
-
"--_1emrmq5": (0, _runtime.ix)("var(--ds-text-subtlest, ".concat(_colors.N400A, ")"))
|
|
94
|
-
}
|
|
71
|
+
className: (0, _runtime.ax)(["_11c8i4vh _1e0c1txw _4cvr1h6o _syaz1rpy _ca0q1b66 _u5f3idpf _n3td1b66 _19bvidpf _k48pwu06 _1p1dangw"])
|
|
95
72
|
}, children);
|
|
96
73
|
};
|
|
97
74
|
var articlesListItemTrustFactorStyles = null;
|
|
98
75
|
var ArticlesListItemTrustFactor = exports.ArticlesListItemTrustFactor = function ArticlesListItemTrustFactor(_ref8) {
|
|
99
76
|
var children = _ref8.children;
|
|
100
77
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
101
|
-
className: (0, _runtime.ax)(["
|
|
102
|
-
style: {
|
|
103
|
-
"--_1hhs3jm": (0, _runtime.ix)("var(--ds-font-body-small, ".concat(body.small, ")")),
|
|
104
|
-
"--_1emrmq5": (0, _runtime.ix)("var(--ds-text-subtlest, ".concat(_colors.N400A, ")"))
|
|
105
|
-
}
|
|
78
|
+
className: (0, _runtime.ax)(["_11c8wadc _1e0c1txw _4cvr1h6o _syaz1rpy _ca0qv77o"])
|
|
106
79
|
}, children);
|
|
107
80
|
};
|
|
108
81
|
var articlesListItemViewCountStyles = null;
|
|
@@ -123,11 +96,7 @@ var articlesListItemLastModifiedStyles = null;
|
|
|
123
96
|
var ArticlesListItemLastModified = exports.ArticlesListItemLastModified = function ArticlesListItemLastModified(_ref1) {
|
|
124
97
|
var children = _ref1.children;
|
|
125
98
|
return /*#__PURE__*/_react.default.createElement("div", {
|
|
126
|
-
className: (0, _runtime.ax)(["
|
|
127
|
-
style: {
|
|
128
|
-
"--_1hhs3jm": (0, _runtime.ix)("var(--ds-font-body-small, ".concat(body.small, ")")),
|
|
129
|
-
"--_1emrmq5": (0, _runtime.ix)("var(--ds-text-subtlest, ".concat(_colors.N400A, ")"))
|
|
130
|
-
}
|
|
99
|
+
className: (0, _runtime.ax)(["_11c8wadc _syaz1rpy _ca0q1b66 _u5f3idpf _n3td1b66 _19bvidpf"])
|
|
131
100
|
}, children);
|
|
132
101
|
};
|
|
133
102
|
var articlesListItemDescriptionHighlightStyles = null;
|
|
@@ -136,9 +105,6 @@ var ArticlesListItemDescriptionHighlight = exports.ArticlesListItemDescriptionHi
|
|
|
136
105
|
children = _ref10.children;
|
|
137
106
|
return /*#__PURE__*/_react.default.createElement("mark", {
|
|
138
107
|
key: key,
|
|
139
|
-
className: (0, _runtime.ax)(["
|
|
140
|
-
style: {
|
|
141
|
-
"--_163kpkk": (0, _runtime.ix)("var(--ds-background-accent-yellow-subtlest, ".concat(_colors.Y100, ")"))
|
|
142
|
-
}
|
|
108
|
+
className: (0, _runtime.ax)(["_bfhkibhp"])
|
|
143
109
|
}, children);
|
|
144
110
|
};
|
|
@@ -60,7 +60,7 @@ var BackButtonWithContext = function BackButtonWithContext(props) {
|
|
|
60
60
|
data: {
|
|
61
61
|
componentName: 'backButton',
|
|
62
62
|
packageName: "@atlaskit/help",
|
|
63
|
-
packageVersion: "
|
|
63
|
+
packageVersion: "9.4.11"
|
|
64
64
|
}
|
|
65
65
|
}, /*#__PURE__*/_react.default.createElement(BackButton, props));
|
|
66
66
|
};
|
|
@@ -16,7 +16,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
|
|
|
16
16
|
var analitycsContextData = {
|
|
17
17
|
componentName: 'HelpContentButton',
|
|
18
18
|
packageName: "@atlaskit/help",
|
|
19
|
-
packageVersion: "
|
|
19
|
+
packageVersion: "9.4.11"
|
|
20
20
|
};
|
|
21
21
|
var HelpContentButton = function HelpContentButton(_ref) {
|
|
22
22
|
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}
|
|
@@ -9,7 +9,6 @@ exports.HelpContentButtonText = exports.HelpContentButtonIcon = exports.HelpCont
|
|
|
9
9
|
require("./styled.compiled.css");
|
|
10
10
|
var _runtime = require("@compiled/react/runtime");
|
|
11
11
|
var _react = _interopRequireDefault(require("react"));
|
|
12
|
-
var _colors = require("@atlaskit/theme/colors");
|
|
13
12
|
var wrappedSpanStyles = null;
|
|
14
13
|
var parentListItemHelpContentButtonContainerStyles = null;
|
|
15
14
|
var helpContentButtonContainerStyles = null;
|
|
@@ -31,13 +30,7 @@ var HelpContentButtonContainer = exports.HelpContentButtonContainer = function H
|
|
|
31
30
|
id: id,
|
|
32
31
|
tabIndex: tabIndex,
|
|
33
32
|
target: target,
|
|
34
|
-
className: (0, _runtime.ax)(["_2rkofajl _19itglyw _bfhk1j28
|
|
35
|
-
style: {
|
|
36
|
-
"--_1oh641w": (0, _runtime.ix)("var(--ds-text-subtle, ".concat(_colors.N600, ")")),
|
|
37
|
-
"--_ow3z6t": (0, _runtime.ix)("".concat("var(--ds-border-focused, ".concat(_colors.B100, ")"), " 0 0 0 2px inset")),
|
|
38
|
-
"--_1y60f1n": (0, _runtime.ix)("var(--ds-background-neutral-subtle-hovered, ".concat(_colors.N30, ")")),
|
|
39
|
-
"--_18th9fi": (0, _runtime.ix)("var(--ds-background-neutral-subtle-pressed, ".concat(_colors.B50, ")"))
|
|
40
|
-
}
|
|
33
|
+
className: (0, _runtime.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
34
|
}, /*#__PURE__*/_react.default.createElement("span", {
|
|
42
35
|
className: (0, _runtime.ax)(["_1e0c5mfb"])
|
|
43
36
|
}, children)));
|
|
@@ -49,13 +42,7 @@ var HelpContentButtonContainer = exports.HelpContentButtonContainer = function H
|
|
|
49
42
|
onKeyDown: onKeyDown,
|
|
50
43
|
id: id,
|
|
51
44
|
tabIndex: tabIndex,
|
|
52
|
-
className: (0, _runtime.ax)(["_2rkofajl _19itglyw _bfhk1j28
|
|
53
|
-
style: {
|
|
54
|
-
"--_1oh641w": (0, _runtime.ix)("var(--ds-text-subtle, ".concat(_colors.N600, ")")),
|
|
55
|
-
"--_ow3z6t": (0, _runtime.ix)("".concat("var(--ds-border-focused, ".concat(_colors.B100, ")"), " 0 0 0 2px inset")),
|
|
56
|
-
"--_1y60f1n": (0, _runtime.ix)("var(--ds-background-neutral-subtle-hovered, ".concat(_colors.N30, ")")),
|
|
57
|
-
"--_18th9fi": (0, _runtime.ix)("var(--ds-background-neutral-subtle-pressed, ".concat(_colors.B50, ")"))
|
|
58
|
-
}
|
|
45
|
+
className: (0, _runtime.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"])
|
|
59
46
|
}, /*#__PURE__*/_react.default.createElement("span", {
|
|
60
47
|
className: (0, _runtime.ax)(["_1e0c5mfb"])
|
|
61
48
|
}, 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)}
|