@atlaskit/help 7.10.6 → 7.10.8

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.
Files changed (51) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/afm-jira/tsconfig.json +83 -83
  3. package/afm-post-office/tsconfig.json +83 -83
  4. package/dist/cjs/analytics.js +1 -1
  5. package/dist/cjs/components/Article/ArticleLoadingFail/index.js +1 -1
  6. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  7. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  8. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/index.js +5 -3
  9. package/dist/cjs/components/Article/HelpArticle/index.js +1 -1
  10. package/dist/cjs/components/Article/WhatsNewArticle/index.js +1 -1
  11. package/dist/cjs/components/ArticlesList/ArticlesListItem/index.js +1 -1
  12. package/dist/cjs/components/HelpContentButton/index.js +1 -1
  13. package/dist/cjs/components/RelatedArticles/index.js +1 -1
  14. package/dist/cjs/components/Search/SearchInput/index.js +1 -1
  15. package/dist/cjs/components/Search/SearchResults/SearchResultsEmpty.js +1 -1
  16. package/dist/cjs/components/Search/SearchResults/styled.js +10 -1
  17. package/dist/cjs/components/WhatsNew/WhatsNewButton/index.js +1 -1
  18. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  19. package/dist/es2019/analytics.js +1 -1
  20. package/dist/es2019/components/Article/ArticleLoadingFail/index.js +1 -1
  21. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  22. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  23. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/index.js +5 -3
  24. package/dist/es2019/components/Article/HelpArticle/index.js +1 -1
  25. package/dist/es2019/components/Article/WhatsNewArticle/index.js +1 -1
  26. package/dist/es2019/components/ArticlesList/ArticlesListItem/index.js +1 -1
  27. package/dist/es2019/components/HelpContentButton/index.js +1 -1
  28. package/dist/es2019/components/RelatedArticles/index.js +1 -1
  29. package/dist/es2019/components/Search/SearchInput/index.js +1 -1
  30. package/dist/es2019/components/Search/SearchResults/SearchResultsEmpty.js +2 -2
  31. package/dist/es2019/components/Search/SearchResults/styled.js +9 -0
  32. package/dist/es2019/components/WhatsNew/WhatsNewButton/index.js +1 -1
  33. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  34. package/dist/esm/analytics.js +1 -1
  35. package/dist/esm/components/Article/ArticleLoadingFail/index.js +1 -1
  36. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  37. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  38. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/index.js +5 -3
  39. package/dist/esm/components/Article/HelpArticle/index.js +1 -1
  40. package/dist/esm/components/Article/WhatsNewArticle/index.js +1 -1
  41. package/dist/esm/components/ArticlesList/ArticlesListItem/index.js +1 -1
  42. package/dist/esm/components/HelpContentButton/index.js +1 -1
  43. package/dist/esm/components/RelatedArticles/index.js +1 -1
  44. package/dist/esm/components/Search/SearchInput/index.js +1 -1
  45. package/dist/esm/components/Search/SearchResults/SearchResultsEmpty.js +2 -2
  46. package/dist/esm/components/Search/SearchResults/styled.js +9 -0
  47. package/dist/esm/components/WhatsNew/WhatsNewButton/index.js +1 -1
  48. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  49. package/dist/types/components/Search/SearchResults/styled.d.ts +4 -0
  50. package/dist/types-ts4.5/components/Search/SearchResults/styled.d.ts +4 -0
  51. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @atlaskit/help
2
2
 
3
+ ## 7.10.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [#161706](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/161706)
8
+ [`e28ad5552a7d3`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/e28ad5552a7d3) -
9
+ legend to feedback radio group
10
+
11
+ ## 7.10.7
12
+
13
+ ### Patch Changes
14
+
15
+ - [#160856](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/160856)
16
+ [`cac6f93b64bae`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cac6f93b64bae) -
17
+ [ux] changed iph empty search message to h2 for accessibility
18
+
3
19
  ## 7.10.6
4
20
 
5
21
  ### Patch Changes
@@ -1,84 +1,84 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.jira.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../tsDist/@atlaskit__help/app",
7
- "composite": true,
8
- "rootDir": "../"
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*"
18
- ],
19
- "references": [
20
- {
21
- "path": "../../../analytics/analytics-next/afm-jira/tsconfig.json"
22
- },
23
- {
24
- "path": "../../../design-system/button/afm-jira/tsconfig.json"
25
- },
26
- {
27
- "path": "../../../design-system/checkbox/afm-jira/tsconfig.json"
28
- },
29
- {
30
- "path": "../../../design-system/form/afm-jira/tsconfig.json"
31
- },
32
- {
33
- "path": "../../help-article/afm-jira/tsconfig.json"
34
- },
35
- {
36
- "path": "../../help-layout/afm-jira/tsconfig.json"
37
- },
38
- {
39
- "path": "../../../design-system/icon/afm-jira/tsconfig.json"
40
- },
41
- {
42
- "path": "../../../design-system/legacy-custom-icons/afm-jira/tsconfig.json"
43
- },
44
- {
45
- "path": "../../../notifications/notification-indicator/afm-jira/tsconfig.json"
46
- },
47
- {
48
- "path": "../../../notifications/notification-log-client/afm-jira/tsconfig.json"
49
- },
50
- {
51
- "path": "../../../platform/feature-flags/afm-jira/tsconfig.json"
52
- },
53
- {
54
- "path": "../../../design-system/primitives/afm-jira/tsconfig.json"
55
- },
56
- {
57
- "path": "../../../design-system/radio/afm-jira/tsconfig.json"
58
- },
59
- {
60
- "path": "../../../design-system/section-message/afm-jira/tsconfig.json"
61
- },
62
- {
63
- "path": "../../../design-system/select/afm-jira/tsconfig.json"
64
- },
65
- {
66
- "path": "../../../design-system/spinner/afm-jira/tsconfig.json"
67
- },
68
- {
69
- "path": "../../../design-system/textarea/afm-jira/tsconfig.json"
70
- },
71
- {
72
- "path": "../../../design-system/textfield/afm-jira/tsconfig.json"
73
- },
74
- {
75
- "path": "../../../design-system/theme/afm-jira/tsconfig.json"
76
- },
77
- {
78
- "path": "../../../design-system/tokens/afm-jira/tsconfig.json"
79
- },
80
- {
81
- "path": "../../../design-system/tooltip/afm-jira/tsconfig.json"
82
- }
83
- ]
84
- }
2
+ "extends": "../../../../tsconfig.entry-points.jira.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../tsDist/@atlaskit__help/app",
7
+ "rootDir": "../",
8
+ "composite": true
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*"
18
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../../analytics/analytics-next/afm-jira/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../../design-system/button/afm-jira/tsconfig.json"
25
+ },
26
+ {
27
+ "path": "../../../design-system/checkbox/afm-jira/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../../design-system/form/afm-jira/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../help-article/afm-jira/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../help-layout/afm-jira/tsconfig.json"
37
+ },
38
+ {
39
+ "path": "../../../design-system/icon/afm-jira/tsconfig.json"
40
+ },
41
+ {
42
+ "path": "../../../design-system/legacy-custom-icons/afm-jira/tsconfig.json"
43
+ },
44
+ {
45
+ "path": "../../../notifications/notification-indicator/afm-jira/tsconfig.json"
46
+ },
47
+ {
48
+ "path": "../../../notifications/notification-log-client/afm-jira/tsconfig.json"
49
+ },
50
+ {
51
+ "path": "../../../platform/feature-flags/afm-jira/tsconfig.json"
52
+ },
53
+ {
54
+ "path": "../../../design-system/primitives/afm-jira/tsconfig.json"
55
+ },
56
+ {
57
+ "path": "../../../design-system/radio/afm-jira/tsconfig.json"
58
+ },
59
+ {
60
+ "path": "../../../design-system/section-message/afm-jira/tsconfig.json"
61
+ },
62
+ {
63
+ "path": "../../../design-system/select/afm-jira/tsconfig.json"
64
+ },
65
+ {
66
+ "path": "../../../design-system/spinner/afm-jira/tsconfig.json"
67
+ },
68
+ {
69
+ "path": "../../../design-system/textarea/afm-jira/tsconfig.json"
70
+ },
71
+ {
72
+ "path": "../../../design-system/textfield/afm-jira/tsconfig.json"
73
+ },
74
+ {
75
+ "path": "../../../design-system/theme/afm-jira/tsconfig.json"
76
+ },
77
+ {
78
+ "path": "../../../design-system/tokens/afm-jira/tsconfig.json"
79
+ },
80
+ {
81
+ "path": "../../../design-system/tooltip/afm-jira/tsconfig.json"
82
+ }
83
+ ]
84
+ }
@@ -1,84 +1,84 @@
1
1
  {
2
- "extends": "../../../../tsconfig.entry-points.post-office.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../tsDist/@atlaskit__help/app",
7
- "composite": true,
8
- "rootDir": "../"
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*"
18
- ],
19
- "references": [
20
- {
21
- "path": "../../../analytics/analytics-next/afm-post-office/tsconfig.json"
22
- },
23
- {
24
- "path": "../../../design-system/button/afm-post-office/tsconfig.json"
25
- },
26
- {
27
- "path": "../../../design-system/checkbox/afm-post-office/tsconfig.json"
28
- },
29
- {
30
- "path": "../../../design-system/form/afm-post-office/tsconfig.json"
31
- },
32
- {
33
- "path": "../../help-article/afm-post-office/tsconfig.json"
34
- },
35
- {
36
- "path": "../../help-layout/afm-post-office/tsconfig.json"
37
- },
38
- {
39
- "path": "../../../design-system/icon/afm-post-office/tsconfig.json"
40
- },
41
- {
42
- "path": "../../../design-system/legacy-custom-icons/afm-post-office/tsconfig.json"
43
- },
44
- {
45
- "path": "../../../notifications/notification-indicator/afm-post-office/tsconfig.json"
46
- },
47
- {
48
- "path": "../../../notifications/notification-log-client/afm-post-office/tsconfig.json"
49
- },
50
- {
51
- "path": "../../../platform/feature-flags/afm-post-office/tsconfig.json"
52
- },
53
- {
54
- "path": "../../../design-system/primitives/afm-post-office/tsconfig.json"
55
- },
56
- {
57
- "path": "../../../design-system/radio/afm-post-office/tsconfig.json"
58
- },
59
- {
60
- "path": "../../../design-system/section-message/afm-post-office/tsconfig.json"
61
- },
62
- {
63
- "path": "../../../design-system/select/afm-post-office/tsconfig.json"
64
- },
65
- {
66
- "path": "../../../design-system/spinner/afm-post-office/tsconfig.json"
67
- },
68
- {
69
- "path": "../../../design-system/textarea/afm-post-office/tsconfig.json"
70
- },
71
- {
72
- "path": "../../../design-system/textfield/afm-post-office/tsconfig.json"
73
- },
74
- {
75
- "path": "../../../design-system/theme/afm-post-office/tsconfig.json"
76
- },
77
- {
78
- "path": "../../../design-system/tokens/afm-post-office/tsconfig.json"
79
- },
80
- {
81
- "path": "../../../design-system/tooltip/afm-post-office/tsconfig.json"
82
- }
83
- ]
84
- }
2
+ "extends": "../../../../tsconfig.entry-points.post-office.json",
3
+ "compilerOptions": {
4
+ "declaration": true,
5
+ "target": "es5",
6
+ "outDir": "../../../../../tsDist/@atlaskit__help/app",
7
+ "rootDir": "../",
8
+ "composite": true
9
+ },
10
+ "include": [
11
+ "../src/**/*.ts",
12
+ "../src/**/*.tsx"
13
+ ],
14
+ "exclude": [
15
+ "../src/**/__tests__/*",
16
+ "../src/**/*.test.*",
17
+ "../src/**/test.*"
18
+ ],
19
+ "references": [
20
+ {
21
+ "path": "../../../analytics/analytics-next/afm-post-office/tsconfig.json"
22
+ },
23
+ {
24
+ "path": "../../../design-system/button/afm-post-office/tsconfig.json"
25
+ },
26
+ {
27
+ "path": "../../../design-system/checkbox/afm-post-office/tsconfig.json"
28
+ },
29
+ {
30
+ "path": "../../../design-system/form/afm-post-office/tsconfig.json"
31
+ },
32
+ {
33
+ "path": "../../help-article/afm-post-office/tsconfig.json"
34
+ },
35
+ {
36
+ "path": "../../help-layout/afm-post-office/tsconfig.json"
37
+ },
38
+ {
39
+ "path": "../../../design-system/icon/afm-post-office/tsconfig.json"
40
+ },
41
+ {
42
+ "path": "../../../design-system/legacy-custom-icons/afm-post-office/tsconfig.json"
43
+ },
44
+ {
45
+ "path": "../../../notifications/notification-indicator/afm-post-office/tsconfig.json"
46
+ },
47
+ {
48
+ "path": "../../../notifications/notification-log-client/afm-post-office/tsconfig.json"
49
+ },
50
+ {
51
+ "path": "../../../platform/feature-flags/afm-post-office/tsconfig.json"
52
+ },
53
+ {
54
+ "path": "../../../design-system/primitives/afm-post-office/tsconfig.json"
55
+ },
56
+ {
57
+ "path": "../../../design-system/radio/afm-post-office/tsconfig.json"
58
+ },
59
+ {
60
+ "path": "../../../design-system/section-message/afm-post-office/tsconfig.json"
61
+ },
62
+ {
63
+ "path": "../../../design-system/select/afm-post-office/tsconfig.json"
64
+ },
65
+ {
66
+ "path": "../../../design-system/spinner/afm-post-office/tsconfig.json"
67
+ },
68
+ {
69
+ "path": "../../../design-system/textarea/afm-post-office/tsconfig.json"
70
+ },
71
+ {
72
+ "path": "../../../design-system/textfield/afm-post-office/tsconfig.json"
73
+ },
74
+ {
75
+ "path": "../../../design-system/theme/afm-post-office/tsconfig.json"
76
+ },
77
+ {
78
+ "path": "../../../design-system/tokens/afm-post-office/tsconfig.json"
79
+ },
80
+ {
81
+ "path": "../../../design-system/tooltip/afm-post-office/tsconfig.json"
82
+ }
83
+ ]
84
+ }
@@ -14,5 +14,5 @@ var createAndFire = exports.createAndFire = x.createAndFireEvent('atlaskit');
14
14
  var defaultAnalyticsAttributes = exports.defaultAnalyticsAttributes = {
15
15
  componentName: 'help',
16
16
  packageName: "@atlaskit/help",
17
- packageVersion: "7.10.6"
17
+ packageVersion: "7.10.8"
18
18
  };
@@ -15,7 +15,7 @@ var _styled = require("./styled");
15
15
  var ANALYTICS_CONTEXT_DATA = {
16
16
  componentName: 'ArticleLoadingFail',
17
17
  packageName: "@atlaskit/help",
18
- packageVersion: "7.10.6"
18
+ packageVersion: "7.10.8"
19
19
  };
20
20
  var ArticleLoadingFail = exports.ArticleLoadingFail = function ArticleLoadingFail(_ref) {
21
21
  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: "7.10.6"
16
+ packageVersion: "7.10.8"
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: "7.10.6"
16
+ packageVersion: "7.10.8"
17
17
  };
18
18
  var ArticleWasHelpfulYesButton = exports.ArticleWasHelpfulYesButton = function ArticleWasHelpfulYesButton(_ref) {
19
19
  var _ref$isSelected = _ref.isSelected,
@@ -42,7 +42,7 @@ var FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
42
42
  var ANALYTICS_CONTEXT_DATA = {
43
43
  componentName: 'ArticleWasHelpfulForm',
44
44
  packageName: "@atlaskit/help",
45
- packageVersion: "7.10.6"
45
+ packageVersion: "7.10.8"
46
46
  };
47
47
  var buttonStyles = (0, _react2.css)({
48
48
  padding: '0',
@@ -182,7 +182,9 @@ var ArticleWasHelpfulForm = exports.ArticleWasHelpfulForm = function ArticleWasH
182
182
  var formProps = _ref2.formProps;
183
183
  return (0, _react2.jsx)("form", (0, _extends2.default)({}, formProps, {
184
184
  name: "form-example"
185
- }), !wasHelpful && (0, _react2.jsx)(_form.Field, {
185
+ }), !wasHelpful && (0, _react2.jsx)("fieldset", null, (0, _react2.jsx)("legend", {
186
+ hidden: true
187
+ }, formatMessage(_messages.messages.help_article_rating_form_title)), (0, _react2.jsx)(_form.Field, {
186
188
  name: "feedbackReason",
187
189
  isRequired: true
188
190
  }, function (_ref3) {
@@ -191,7 +193,7 @@ var ArticleWasHelpfulForm = exports.ArticleWasHelpfulForm = function ArticleWasH
191
193
  options: negativeFeedbackReason,
192
194
  onChange: radioGroupReasonOnChange
193
195
  }));
194
- }), (0, _react2.jsx)(_form.Field, {
196
+ })), (0, _react2.jsx)(_form.Field, {
195
197
  name: "feedbackReasonText",
196
198
  defaultValue: ""
197
199
  }, function (_ref4) {
@@ -65,7 +65,7 @@ var HelpArticle = exports.HelpArticle = function HelpArticle(_ref) {
65
65
  analyticsEvent.payload.attributes = {
66
66
  componentName: 'Article',
67
67
  packageName: "@atlaskit/help",
68
- packageVersion: "7.10.6"
68
+ packageVersion: "7.10.8"
69
69
  };
70
70
  if (onRelatedArticlesShowMoreClick) {
71
71
  onRelatedArticlesShowMoreClick(event, analyticsEvent, isCollapsed);
@@ -22,7 +22,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
22
22
  var analyticsContextData = {
23
23
  componentName: 'ArticlesListItem',
24
24
  packageName: "@atlaskit/help",
25
- packageVersion: "7.10.6"
25
+ packageVersion: "7.10.8"
26
26
  };
27
27
  var WhatsNewArticle = exports.WhatsNewArticle = function WhatsNewArticle(_ref) {
28
28
  var formatMessage = _ref.intl.formatMessage,
@@ -18,7 +18,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
18
18
  var ANALYTICS_CONTEXT_DATA = {
19
19
  componentName: 'ArticlesListItem',
20
20
  packageName: "@atlaskit/help",
21
- packageVersion: "7.10.6"
21
+ packageVersion: "7.10.8"
22
22
  };
23
23
  var highlightText = function highlightText(text) {
24
24
  if (!text) {
@@ -17,7 +17,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
17
17
  var analitycsContextData = {
18
18
  componentName: 'HelpContentButton',
19
19
  packageName: "@atlaskit/help",
20
- packageVersion: "7.10.6"
20
+ packageVersion: "7.10.8"
21
21
  };
22
22
  var HelpContentButton = function HelpContentButton(_ref) {
23
23
  var _ref$id = _ref.id,
@@ -33,7 +33,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
33
33
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
34
34
 
35
35
  var packageName = "@atlaskit/help";
36
- var packageVersion = "7.10.6";
36
+ var packageVersion = "7.10.8";
37
37
  var buttonStyles = (0, _react2.css)({
38
38
  padding: '0',
39
39
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
@@ -32,7 +32,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
32
32
  var ANALYTICS_CONTEXT_DATA = {
33
33
  componentName: 'searchInput',
34
34
  packageName: "@atlaskit/help",
35
- packageVersion: "7.10.6"
35
+ packageVersion: "7.10.8"
36
36
  };
37
37
  var buttonStyles = (0, _react2.css)({
38
38
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
@@ -31,7 +31,7 @@ var SearchResultsEmpty = exports.SearchResultsEmpty = function SearchResultsEmpt
31
31
  onSearchExternalUrlClick(event, _analyticsEvent);
32
32
  }
33
33
  };
34
- return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_styled.SearchResultEmptyMessageImage, null, /*#__PURE__*/_react.default.createElement(_NotFoundImage.default, null)), /*#__PURE__*/_react.default.createElement(_styled.SearchResultEmptyMessageText, null, /*#__PURE__*/_react.default.createElement("strong", null, formatMessage(_messages.messages.help_search_results_no_results))), searchExternalUrl && /*#__PURE__*/_react.default.createElement(_styled.SearchResultEmptyMessageText, null, /*#__PURE__*/_react.default.createElement("p", null, formatMessage(_messages.messages.help_search_results_no_results_line_two), /*#__PURE__*/_react.default.createElement("br", null), /*#__PURE__*/_react.default.createElement(_analyticsNext.AnalyticsContext, {
34
+ return /*#__PURE__*/_react.default.createElement(_react.default.Fragment, null, /*#__PURE__*/_react.default.createElement(_styled.SearchResultEmptyMessageImage, null, /*#__PURE__*/_react.default.createElement(_NotFoundImage.default, null)), /*#__PURE__*/_react.default.createElement(_styled.SearchResultEmptyMessageText, null, /*#__PURE__*/_react.default.createElement(_styled.SearchResultEmptyMessageHeaderText, null, formatMessage(_messages.messages.help_search_results_no_results))), searchExternalUrl && /*#__PURE__*/_react.default.createElement(_styled.SearchResultEmptyMessageText, null, /*#__PURE__*/_react.default.createElement("p", null, formatMessage(_messages.messages.help_search_results_no_results_line_two), /*#__PURE__*/_react.default.createElement("br", null), /*#__PURE__*/_react.default.createElement(_analyticsNext.AnalyticsContext, {
35
35
  data: {
36
36
  componentName: 'searchExternalUrl'
37
37
  }
@@ -5,7 +5,7 @@ var _typeof = require("@babel/runtime/helpers/typeof");
5
5
  Object.defineProperty(exports, "__esModule", {
6
6
  value: true
7
7
  });
8
- exports.SearchResultsList = exports.SearchResultsContainer = exports.SearchResultSearchExternalSiteContainer = exports.SearchResultEmptyMessageText = exports.SearchResultEmptyMessageImage = void 0;
8
+ exports.SearchResultsList = exports.SearchResultsContainer = exports.SearchResultSearchExternalSiteContainer = exports.SearchResultEmptyMessageText = exports.SearchResultEmptyMessageImage = exports.SearchResultEmptyMessageHeaderText = void 0;
9
9
  var _styled = _interopRequireDefault(require("@emotion/styled"));
10
10
  var colors = _interopRequireWildcard(require("@atlaskit/theme/colors"));
11
11
  function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
@@ -55,6 +55,15 @@ var SearchResultEmptyMessageText = exports.SearchResultEmptyMessageText = _style
55
55
  }
56
56
  });
57
57
 
58
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
59
+ var SearchResultEmptyMessageHeaderText = exports.SearchResultEmptyMessageHeaderText = _styled.default.h2({
60
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
61
+ color: "var(--ds-text, ".concat(colors.N500, ")"),
62
+ fontSize: '0.875rem',
63
+ fontStyle: 'normal',
64
+ fontWeight: 'bold'
65
+ });
66
+
58
67
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
59
68
  var SearchResultSearchExternalSiteContainer = exports.SearchResultSearchExternalSiteContainer = _styled.default.div({
60
69
  padding: "var(--ds-space-300, 24px)",
@@ -21,7 +21,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
21
21
  var ANALYTICS_CONTEXT_DATA = {
22
22
  componentName: 'WhatsNewButton',
23
23
  packageName: "@atlaskit/help",
24
- packageVersion: "7.10.6"
24
+ packageVersion: "7.10.8"
25
25
  };
26
26
  var WhatsNewButton = exports.WhatsNewButton = function WhatsNewButton(_ref) {
27
27
  var productName = _ref.productName,
@@ -15,7 +15,7 @@ var _styled2 = require("./styled");
15
15
  var ANALYTICS_CONTEXT_DATA = {
16
16
  componentName: 'ArticlesListItem',
17
17
  packageName: "@atlaskit/help",
18
- packageVersion: "7.10.6"
18
+ packageVersion: "7.10.8"
19
19
  };
20
20
  var WhatsNewResultListItem = exports.WhatsNewResultListItem = function WhatsNewResultListItem(_ref) {
21
21
  var formatMessage = _ref.intl.formatMessage,
@@ -5,5 +5,5 @@ export const createAndFire = x.createAndFireEvent('atlaskit');
5
5
  export const defaultAnalyticsAttributes = {
6
6
  componentName: 'help',
7
7
  packageName: "@atlaskit/help",
8
- packageVersion: "7.10.6"
8
+ packageVersion: "7.10.8"
9
9
  };
@@ -8,7 +8,7 @@ import { LoadingErrorMessage, LoadingErrorButtonContainer } from './styled';
8
8
  const ANALYTICS_CONTEXT_DATA = {
9
9
  componentName: 'ArticleLoadingFail',
10
10
  packageName: "@atlaskit/help",
11
- packageVersion: "7.10.6"
11
+ packageVersion: "7.10.8"
12
12
  };
13
13
  export const ArticleLoadingFail = ({
14
14
  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: "7.10.6"
9
+ packageVersion: "7.10.8"
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: "7.10.6"
9
+ packageVersion: "7.10.8"
10
10
  };
11
11
  export const ArticleWasHelpfulYesButton = ({
12
12
  isSelected = false,
@@ -29,7 +29,7 @@ const FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
29
29
  const ANALYTICS_CONTEXT_DATA = {
30
30
  componentName: 'ArticleWasHelpfulForm',
31
31
  packageName: "@atlaskit/help",
32
- packageVersion: "7.10.6"
32
+ packageVersion: "7.10.8"
33
33
  };
34
34
  const buttonStyles = css({
35
35
  padding: '0',
@@ -153,7 +153,9 @@ export const ArticleWasHelpfulForm = ({
153
153
  }) => {
154
154
  return jsx("form", _extends({}, formProps, {
155
155
  name: "form-example"
156
- }), !wasHelpful && jsx(Field, {
156
+ }), !wasHelpful && jsx("fieldset", null, jsx("legend", {
157
+ hidden: true
158
+ }, formatMessage(messages.help_article_rating_form_title)), jsx(Field, {
157
159
  name: "feedbackReason",
158
160
  isRequired: true
159
161
  }, ({
@@ -161,7 +163,7 @@ export const ArticleWasHelpfulForm = ({
161
163
  }) => jsx(RadioGroup, _extends({}, fieldProps, {
162
164
  options: negativeFeedbackReason,
163
165
  onChange: radioGroupReasonOnChange
164
- }))), jsx(Field, {
166
+ })))), jsx(Field, {
165
167
  name: "feedbackReasonText",
166
168
  defaultValue: ""
167
169
  }, ({
@@ -60,7 +60,7 @@ export const HelpArticle = ({
60
60
  analyticsEvent.payload.attributes = {
61
61
  componentName: 'Article',
62
62
  packageName: "@atlaskit/help",
63
- packageVersion: "7.10.6"
63
+ packageVersion: "7.10.8"
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: "7.10.6"
16
+ packageVersion: "7.10.8"
17
17
  };
18
18
  export const WhatsNewArticle = ({
19
19
  intl: {
@@ -8,7 +8,7 @@ import { ArticlesListItemWrapper, ArticlesListItemContainer, ArticlesListItemTit
8
8
  const ANALYTICS_CONTEXT_DATA = {
9
9
  componentName: 'ArticlesListItem',
10
10
  packageName: "@atlaskit/help",
11
- packageVersion: "7.10.6"
11
+ packageVersion: "7.10.8"
12
12
  };
13
13
  const highlightText = text => {
14
14
  if (!text) {
@@ -7,7 +7,7 @@ import { HelpContentButtonContainer, HelpContentButtonIcon, HelpContentButtonTex
7
7
  const analitycsContextData = {
8
8
  componentName: 'HelpContentButton',
9
9
  packageName: "@atlaskit/help",
10
- packageVersion: "7.10.6"
10
+ packageVersion: "7.10.8"
11
11
  };
12
12
  const HelpContentButton = ({
13
13
  id = '',
@@ -20,7 +20,7 @@ import { usePrevious } from '../../util/hooks/previous';
20
20
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
21
21
  import { css, jsx } from '@emotion/react';
22
22
  const packageName = "@atlaskit/help";
23
- const packageVersion = "7.10.6";
23
+ const packageVersion = "7.10.8";
24
24
  const buttonStyles = css({
25
25
  padding: '0',
26
26
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
@@ -21,7 +21,7 @@ import { SearchInputContainer, SearchIconContainer, CloseButtonAndSpinnerContain
21
21
  const ANALYTICS_CONTEXT_DATA = {
22
22
  componentName: 'searchInput',
23
23
  packageName: "@atlaskit/help",
24
- packageVersion: "7.10.6"
24
+ packageVersion: "7.10.8"
25
25
  };
26
26
  const buttonStyles = css({
27
27
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
@@ -6,7 +6,7 @@ import ShortcutIcon from '@atlaskit/icon/core/migration/link-external--shortcut'
6
6
  import { injectIntl } from 'react-intl-next';
7
7
  import NotFoundImage from '../../../assets/NotFoundImage';
8
8
  import { messages } from '../../../messages';
9
- import { SearchResultEmptyMessageImage, SearchResultEmptyMessageText } from './styled';
9
+ import { SearchResultEmptyMessageImage, SearchResultEmptyMessageText, SearchResultEmptyMessageHeaderText } from './styled';
10
10
  export const SearchResultsEmpty = ({
11
11
  searchExternalUrl,
12
12
  onSearchExternalUrlClick,
@@ -25,7 +25,7 @@ export const SearchResultsEmpty = ({
25
25
  onSearchExternalUrlClick(event, analyticsEvent);
26
26
  }
27
27
  };
28
- return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(SearchResultEmptyMessageImage, null, /*#__PURE__*/React.createElement(NotFoundImage, null)), /*#__PURE__*/React.createElement(SearchResultEmptyMessageText, null, /*#__PURE__*/React.createElement("strong", null, formatMessage(messages.help_search_results_no_results))), searchExternalUrl && /*#__PURE__*/React.createElement(SearchResultEmptyMessageText, null, /*#__PURE__*/React.createElement("p", null, formatMessage(messages.help_search_results_no_results_line_two), /*#__PURE__*/React.createElement("br", null), /*#__PURE__*/React.createElement(AnalyticsContext, {
28
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(SearchResultEmptyMessageImage, null, /*#__PURE__*/React.createElement(NotFoundImage, null)), /*#__PURE__*/React.createElement(SearchResultEmptyMessageText, null, /*#__PURE__*/React.createElement(SearchResultEmptyMessageHeaderText, null, formatMessage(messages.help_search_results_no_results))), searchExternalUrl && /*#__PURE__*/React.createElement(SearchResultEmptyMessageText, null, /*#__PURE__*/React.createElement("p", null, formatMessage(messages.help_search_results_no_results_line_two), /*#__PURE__*/React.createElement("br", null), /*#__PURE__*/React.createElement(AnalyticsContext, {
29
29
  data: {
30
30
  componentName: 'searchExternalUrl'
31
31
  }
@@ -44,6 +44,15 @@ export const SearchResultEmptyMessageText = styled.div({
44
44
  }
45
45
  });
46
46
 
47
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
48
+ export const SearchResultEmptyMessageHeaderText = styled.h2({
49
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
50
+ color: `var(--ds-text, ${colors.N500})`,
51
+ fontSize: '0.875rem',
52
+ fontStyle: 'normal',
53
+ fontWeight: 'bold'
54
+ });
55
+
47
56
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
48
57
  export const SearchResultSearchExternalSiteContainer = styled.div({
49
58
  padding: "var(--ds-space-300, 24px)",
@@ -11,7 +11,7 @@ import { ARTICLE_TYPE } from '../../../model/Help';
11
11
  const ANALYTICS_CONTEXT_DATA = {
12
12
  componentName: 'WhatsNewButton',
13
13
  packageName: "@atlaskit/help",
14
- packageVersion: "7.10.6"
14
+ packageVersion: "7.10.8"
15
15
  };
16
16
  export const WhatsNewButton = ({
17
17
  productName,
@@ -8,7 +8,7 @@ import { WhatsNewResultListItemWrapper, WhatsNewResultListItemTitleContainer, Wh
8
8
  const ANALYTICS_CONTEXT_DATA = {
9
9
  componentName: 'ArticlesListItem',
10
10
  packageName: "@atlaskit/help",
11
- packageVersion: "7.10.6"
11
+ packageVersion: "7.10.8"
12
12
  };
13
13
  export const WhatsNewResultListItem = ({
14
14
  intl: {
@@ -5,5 +5,5 @@ export var createAndFire = x.createAndFireEvent('atlaskit');
5
5
  export var defaultAnalyticsAttributes = {
6
6
  componentName: 'help',
7
7
  packageName: "@atlaskit/help",
8
- packageVersion: "7.10.6"
8
+ packageVersion: "7.10.8"
9
9
  };
@@ -8,7 +8,7 @@ import { LoadingErrorMessage, LoadingErrorButtonContainer } from './styled';
8
8
  var ANALYTICS_CONTEXT_DATA = {
9
9
  componentName: 'ArticleLoadingFail',
10
10
  packageName: "@atlaskit/help",
11
- packageVersion: "7.10.6"
11
+ packageVersion: "7.10.8"
12
12
  };
13
13
  export var ArticleLoadingFail = function ArticleLoadingFail(_ref) {
14
14
  var onTryAgainButtonClick = _ref.onTryAgainButtonClick,
@@ -6,7 +6,7 @@ import { messages } from '../../../../messages';
6
6
  var ANALYTICS_CONTEXT_DATA = {
7
7
  componentName: 'ArticleWasHelpfulNoButton',
8
8
  packageName: "@atlaskit/help",
9
- packageVersion: "7.10.6"
9
+ packageVersion: "7.10.8"
10
10
  };
11
11
  export var ArticleWasHelpfulNoButton = function ArticleWasHelpfulNoButton(_ref) {
12
12
  var _ref$isSelected = _ref.isSelected,
@@ -6,7 +6,7 @@ import { messages } from '../../../../messages';
6
6
  var ANALYTICS_CONTEXT_DATA = {
7
7
  componentName: 'ArticleWasHelpfulYesButton',
8
8
  packageName: "@atlaskit/help",
9
- packageVersion: "7.10.6"
9
+ packageVersion: "7.10.8"
10
10
  };
11
11
  export var ArticleWasHelpfulYesButton = function ArticleWasHelpfulYesButton(_ref) {
12
12
  var _ref$isSelected = _ref.isSelected,
@@ -30,7 +30,7 @@ var FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
30
30
  var ANALYTICS_CONTEXT_DATA = {
31
31
  componentName: 'ArticleWasHelpfulForm',
32
32
  packageName: "@atlaskit/help",
33
- packageVersion: "7.10.6"
33
+ packageVersion: "7.10.8"
34
34
  };
35
35
  var buttonStyles = css({
36
36
  padding: '0',
@@ -170,7 +170,9 @@ export var ArticleWasHelpfulForm = function ArticleWasHelpfulForm(_ref) {
170
170
  var formProps = _ref2.formProps;
171
171
  return jsx("form", _extends({}, formProps, {
172
172
  name: "form-example"
173
- }), !wasHelpful && jsx(Field, {
173
+ }), !wasHelpful && jsx("fieldset", null, jsx("legend", {
174
+ hidden: true
175
+ }, formatMessage(messages.help_article_rating_form_title)), jsx(Field, {
174
176
  name: "feedbackReason",
175
177
  isRequired: true
176
178
  }, function (_ref3) {
@@ -179,7 +181,7 @@ export var ArticleWasHelpfulForm = function ArticleWasHelpfulForm(_ref) {
179
181
  options: negativeFeedbackReason,
180
182
  onChange: radioGroupReasonOnChange
181
183
  }));
182
- }), jsx(Field, {
184
+ })), jsx(Field, {
183
185
  name: "feedbackReasonText",
184
186
  defaultValue: ""
185
187
  }, function (_ref4) {
@@ -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: "7.10.6"
59
+ packageVersion: "7.10.8"
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: "7.10.6"
16
+ packageVersion: "7.10.8"
17
17
  };
18
18
  export var WhatsNewArticle = function WhatsNewArticle(_ref) {
19
19
  var formatMessage = _ref.intl.formatMessage,
@@ -8,7 +8,7 @@ import { ArticlesListItemWrapper, ArticlesListItemContainer, ArticlesListItemTit
8
8
  var ANALYTICS_CONTEXT_DATA = {
9
9
  componentName: 'ArticlesListItem',
10
10
  packageName: "@atlaskit/help",
11
- packageVersion: "7.10.6"
11
+ packageVersion: "7.10.8"
12
12
  };
13
13
  var highlightText = function highlightText(text) {
14
14
  if (!text) {
@@ -7,7 +7,7 @@ import { HelpContentButtonContainer, HelpContentButtonIcon, HelpContentButtonTex
7
7
  var analitycsContextData = {
8
8
  componentName: 'HelpContentButton',
9
9
  packageName: "@atlaskit/help",
10
- packageVersion: "7.10.6"
10
+ packageVersion: "7.10.8"
11
11
  };
12
12
  var HelpContentButton = function HelpContentButton(_ref) {
13
13
  var _ref$id = _ref.id,
@@ -23,7 +23,7 @@ import { usePrevious } from '../../util/hooks/previous';
23
23
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
24
24
  import { css, jsx } from '@emotion/react';
25
25
  var packageName = "@atlaskit/help";
26
- var packageVersion = "7.10.6";
26
+ var packageVersion = "7.10.8";
27
27
  var buttonStyles = css({
28
28
  padding: '0',
29
29
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
@@ -21,7 +21,7 @@ import { SearchInputContainer, SearchIconContainer, CloseButtonAndSpinnerContain
21
21
  var ANALYTICS_CONTEXT_DATA = {
22
22
  componentName: 'searchInput',
23
23
  packageName: "@atlaskit/help",
24
- packageVersion: "7.10.6"
24
+ packageVersion: "7.10.8"
25
25
  };
26
26
  var buttonStyles = css({
27
27
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
@@ -6,7 +6,7 @@ import ShortcutIcon from '@atlaskit/icon/core/migration/link-external--shortcut'
6
6
  import { injectIntl } from 'react-intl-next';
7
7
  import NotFoundImage from '../../../assets/NotFoundImage';
8
8
  import { messages } from '../../../messages';
9
- import { SearchResultEmptyMessageImage, SearchResultEmptyMessageText } from './styled';
9
+ import { SearchResultEmptyMessageImage, SearchResultEmptyMessageText, SearchResultEmptyMessageHeaderText } from './styled';
10
10
  export var SearchResultsEmpty = function SearchResultsEmpty(_ref) {
11
11
  var searchExternalUrl = _ref.searchExternalUrl,
12
12
  onSearchExternalUrlClick = _ref.onSearchExternalUrlClick,
@@ -21,7 +21,7 @@ export var SearchResultsEmpty = function SearchResultsEmpty(_ref) {
21
21
  onSearchExternalUrlClick(event, _analyticsEvent);
22
22
  }
23
23
  };
24
- return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(SearchResultEmptyMessageImage, null, /*#__PURE__*/React.createElement(NotFoundImage, null)), /*#__PURE__*/React.createElement(SearchResultEmptyMessageText, null, /*#__PURE__*/React.createElement("strong", null, formatMessage(messages.help_search_results_no_results))), searchExternalUrl && /*#__PURE__*/React.createElement(SearchResultEmptyMessageText, null, /*#__PURE__*/React.createElement("p", null, formatMessage(messages.help_search_results_no_results_line_two), /*#__PURE__*/React.createElement("br", null), /*#__PURE__*/React.createElement(AnalyticsContext, {
24
+ return /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement(SearchResultEmptyMessageImage, null, /*#__PURE__*/React.createElement(NotFoundImage, null)), /*#__PURE__*/React.createElement(SearchResultEmptyMessageText, null, /*#__PURE__*/React.createElement(SearchResultEmptyMessageHeaderText, null, formatMessage(messages.help_search_results_no_results))), searchExternalUrl && /*#__PURE__*/React.createElement(SearchResultEmptyMessageText, null, /*#__PURE__*/React.createElement("p", null, formatMessage(messages.help_search_results_no_results_line_two), /*#__PURE__*/React.createElement("br", null), /*#__PURE__*/React.createElement(AnalyticsContext, {
25
25
  data: {
26
26
  componentName: 'searchExternalUrl'
27
27
  }
@@ -44,6 +44,15 @@ export var SearchResultEmptyMessageText = styled.div({
44
44
  }
45
45
  });
46
46
 
47
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
48
+ export var SearchResultEmptyMessageHeaderText = styled.h2({
49
+ // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
50
+ color: "var(--ds-text, ".concat(colors.N500, ")"),
51
+ fontSize: '0.875rem',
52
+ fontStyle: 'normal',
53
+ fontWeight: 'bold'
54
+ });
55
+
47
56
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
48
57
  export var SearchResultSearchExternalSiteContainer = styled.div({
49
58
  padding: "var(--ds-space-300, 24px)",
@@ -11,7 +11,7 @@ import { ARTICLE_TYPE } from '../../../model/Help';
11
11
  var ANALYTICS_CONTEXT_DATA = {
12
12
  componentName: 'WhatsNewButton',
13
13
  packageName: "@atlaskit/help",
14
- packageVersion: "7.10.6"
14
+ packageVersion: "7.10.8"
15
15
  };
16
16
  export var WhatsNewButton = function WhatsNewButton(_ref) {
17
17
  var productName = _ref.productName,
@@ -8,7 +8,7 @@ import { WhatsNewResultListItemWrapper, WhatsNewResultListItemTitleContainer, Wh
8
8
  var ANALYTICS_CONTEXT_DATA = {
9
9
  componentName: 'ArticlesListItem',
10
10
  packageName: "@atlaskit/help",
11
- packageVersion: "7.10.6"
11
+ packageVersion: "7.10.8"
12
12
  };
13
13
  export var WhatsNewResultListItem = function WhatsNewResultListItem(_ref) {
14
14
  var formatMessage = _ref.intl.formatMessage,
@@ -15,6 +15,10 @@ export declare const SearchResultEmptyMessageText: import("@emotion/styled").Sty
15
15
  theme?: import("@emotion/react").Theme | undefined;
16
16
  as?: import("react").ElementType<any> | undefined;
17
17
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
18
+ export declare const SearchResultEmptyMessageHeaderText: import("@emotion/styled").StyledComponent<{
19
+ theme?: import("@emotion/react").Theme | undefined;
20
+ as?: import("react").ElementType<any> | undefined;
21
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}>;
18
22
  export declare const SearchResultSearchExternalSiteContainer: import("@emotion/styled").StyledComponent<{
19
23
  theme?: import("@emotion/react").Theme | undefined;
20
24
  as?: import("react").ElementType<any> | undefined;
@@ -15,6 +15,10 @@ export declare const SearchResultEmptyMessageText: import("@emotion/styled").Sty
15
15
  theme?: import("@emotion/react").Theme | undefined;
16
16
  as?: import("react").ElementType<any> | undefined;
17
17
  }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
18
+ export declare const SearchResultEmptyMessageHeaderText: import("@emotion/styled").StyledComponent<{
19
+ theme?: import("@emotion/react").Theme | undefined;
20
+ as?: import("react").ElementType<any> | undefined;
21
+ }, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLHeadingElement>, HTMLHeadingElement>, {}>;
18
22
  export declare const SearchResultSearchExternalSiteContainer: import("@emotion/styled").StyledComponent<{
19
23
  theme?: import("@emotion/react").Theme | undefined;
20
24
  as?: import("react").ElementType<any> | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "7.10.6",
3
+ "version": "7.10.8",
4
4
  "description": "A cross-product help component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -46,15 +46,15 @@
46
46
  "@atlaskit/notification-indicator": "^9.4.0",
47
47
  "@atlaskit/notification-log-client": "^6.1.0",
48
48
  "@atlaskit/platform-feature-flags": "^0.3.0",
49
- "@atlaskit/primitives": "^13.0.0",
49
+ "@atlaskit/primitives": "^13.1.0",
50
50
  "@atlaskit/radio": "^6.5.0",
51
51
  "@atlaskit/section-message": "^6.6.0",
52
- "@atlaskit/select": "^18.4.0",
52
+ "@atlaskit/select": "^18.5.0",
53
53
  "@atlaskit/spinner": "^16.3.0",
54
54
  "@atlaskit/textarea": "^5.6.0",
55
55
  "@atlaskit/textfield": "^6.5.0",
56
56
  "@atlaskit/theme": "^14.0.0",
57
- "@atlaskit/tokens": "^2.1.0",
57
+ "@atlaskit/tokens": "^2.2.0",
58
58
  "@atlaskit/tooltip": "^18.8.0",
59
59
  "@babel/runtime": "^7.0.0",
60
60
  "@emotion/react": "^11.7.1",