@atlaskit/help 8.0.4 → 8.0.6

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 (62) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/cjs/analytics.js +1 -1
  3. package/dist/cjs/components/Article/ArticleLoadingFail/index.js +1 -1
  4. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  5. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  6. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/index.js +1 -1
  7. package/dist/cjs/components/Article/HelpArticle/index.js +1 -1
  8. package/dist/cjs/components/Article/WhatsNewArticle/index.js +1 -1
  9. package/dist/cjs/components/Article/WhatsNewArticle/styled.js +2 -2
  10. package/dist/cjs/components/ArticlesList/ArticlesListItem/index.js +1 -1
  11. package/dist/cjs/components/BackButton/index.js +1 -1
  12. package/dist/cjs/components/HelpContentButton/index.js +1 -1
  13. package/dist/cjs/components/NeedMoreHelp/styled.js +2 -2
  14. package/dist/cjs/components/RelatedArticles/index.js +1 -1
  15. package/dist/cjs/components/RelatedArticles/styled.js +1 -1
  16. package/dist/cjs/components/Search/SearchInput/index.js +1 -1
  17. package/dist/cjs/components/Search/SearchResults/styled.js +1 -1
  18. package/dist/cjs/components/WhatsNew/WhatsNewButton/index.js +1 -1
  19. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  20. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +1 -1
  21. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.js +1 -1
  22. package/dist/es2019/analytics.js +1 -1
  23. package/dist/es2019/components/Article/ArticleLoadingFail/index.js +1 -1
  24. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  25. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  26. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/index.js +1 -1
  27. package/dist/es2019/components/Article/HelpArticle/index.js +1 -1
  28. package/dist/es2019/components/Article/WhatsNewArticle/index.js +1 -1
  29. package/dist/es2019/components/Article/WhatsNewArticle/styled.js +2 -2
  30. package/dist/es2019/components/ArticlesList/ArticlesListItem/index.js +1 -1
  31. package/dist/es2019/components/BackButton/index.js +1 -1
  32. package/dist/es2019/components/HelpContentButton/index.js +1 -1
  33. package/dist/es2019/components/NeedMoreHelp/styled.js +2 -2
  34. package/dist/es2019/components/RelatedArticles/index.js +1 -1
  35. package/dist/es2019/components/RelatedArticles/styled.js +1 -1
  36. package/dist/es2019/components/Search/SearchInput/index.js +1 -1
  37. package/dist/es2019/components/Search/SearchResults/styled.js +1 -1
  38. package/dist/es2019/components/WhatsNew/WhatsNewButton/index.js +1 -1
  39. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  40. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +1 -1
  41. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.js +1 -1
  42. package/dist/esm/analytics.js +1 -1
  43. package/dist/esm/components/Article/ArticleLoadingFail/index.js +1 -1
  44. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  45. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  46. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/index.js +1 -1
  47. package/dist/esm/components/Article/HelpArticle/index.js +1 -1
  48. package/dist/esm/components/Article/WhatsNewArticle/index.js +1 -1
  49. package/dist/esm/components/Article/WhatsNewArticle/styled.js +2 -2
  50. package/dist/esm/components/ArticlesList/ArticlesListItem/index.js +1 -1
  51. package/dist/esm/components/BackButton/index.js +1 -1
  52. package/dist/esm/components/HelpContentButton/index.js +1 -1
  53. package/dist/esm/components/NeedMoreHelp/styled.js +2 -2
  54. package/dist/esm/components/RelatedArticles/index.js +1 -1
  55. package/dist/esm/components/RelatedArticles/styled.js +1 -1
  56. package/dist/esm/components/Search/SearchInput/index.js +1 -1
  57. package/dist/esm/components/Search/SearchResults/styled.js +1 -1
  58. package/dist/esm/components/WhatsNew/WhatsNewButton/index.js +1 -1
  59. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  60. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +1 -1
  61. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.js +1 -1
  62. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/help
2
2
 
3
+ ## 8.0.6
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 8.0.5
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 8.0.4
4
16
 
5
17
  ### Patch Changes
@@ -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: "8.0.4"
17
+ packageVersion: "8.0.6"
18
18
  };
@@ -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: "8.0.4"
20
+ packageVersion: "8.0.6"
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: "8.0.4"
16
+ packageVersion: "8.0.6"
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: "8.0.4"
16
+ packageVersion: "8.0.6"
17
17
  };
18
18
  var ArticleWasHelpfulYesButton = exports.ArticleWasHelpfulYesButton = function ArticleWasHelpfulYesButton(_ref) {
19
19
  var _ref$isSelected = _ref.isSelected,
@@ -43,7 +43,7 @@ var FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
43
43
  var ANALYTICS_CONTEXT_DATA = {
44
44
  componentName: 'ArticleWasHelpfulForm',
45
45
  packageName: "@atlaskit/help",
46
- packageVersion: "8.0.4"
46
+ packageVersion: "8.0.6"
47
47
  };
48
48
  var buttonStyles = (0, _react2.css)({
49
49
  padding: '0',
@@ -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: "8.0.4"
68
+ packageVersion: "8.0.6"
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: "8.0.4"
25
+ packageVersion: "8.0.6"
26
26
  };
27
27
  var WhatsNewArticle = exports.WhatsNewArticle = function WhatsNewArticle(_ref) {
28
28
  var formatMessage = _ref.intl.formatMessage,
@@ -41,7 +41,7 @@ var WhatsNewTitleText = exports.WhatsNewTitleText = _styled.default.span({
41
41
  textDecoration: 'none',
42
42
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
43
43
  color: "var(--ds-text, ".concat(colors.N800, ")"),
44
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
44
+ font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
45
45
  fontWeight: "var(--ds-font-weight-semibold, 600)",
46
46
  whiteSpace: 'normal',
47
47
  overflowX: 'hidden',
@@ -54,7 +54,7 @@ var WhatsNewRelatedLinksTitleText = exports.WhatsNewRelatedLinksTitleText = _sty
54
54
  textDecoration: 'none',
55
55
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
56
56
  color: "var(--ds-text, ".concat(colors.N800, ")"),
57
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
57
+ font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
58
58
  fontWeight: "var(--ds-font-weight-semibold, 600)",
59
59
  whiteSpace: 'normal',
60
60
  overflowX: 'hidden',
@@ -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: "8.0.4"
21
+ packageVersion: "8.0.6"
22
22
  };
23
23
  var highlightText = function highlightText(text) {
24
24
  if (!text) {
@@ -76,7 +76,7 @@ var BackButtonWithContext = function BackButtonWithContext(props) {
76
76
  data: {
77
77
  componentName: 'backButton',
78
78
  packageName: "@atlaskit/help",
79
- packageVersion: "8.0.4"
79
+ packageVersion: "8.0.6"
80
80
  }
81
81
  }, /*#__PURE__*/_react.default.createElement(BackButton, props));
82
82
  };
@@ -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: "8.0.4"
20
+ packageVersion: "8.0.6"
21
21
  };
22
22
  var HelpContentButton = function HelpContentButton(_ref) {
23
23
  var _ref$id = _ref.id,
@@ -29,7 +29,7 @@ var NeedMoreHelpContainer = exports.NeedMoreHelpContainer = _styled.default.div(
29
29
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
30
30
  var NeedMoreHelpContent = exports.NeedMoreHelpContent = _styled.default.p({
31
31
  color: "var(--ds-text, #172B4D)",
32
- font: "var(--ds-font-heading-xxsmall, normal 600 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
32
+ font: "var(--ds-font-heading-xxsmall, normal 600 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
33
33
  display: 'inline-block',
34
34
  alignSelf: 'center',
35
35
  margin: 0
@@ -38,7 +38,7 @@ var NeedMoreHelpContent = exports.NeedMoreHelpContent = _styled.default.p({
38
38
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
39
39
  var HelpAskAI = exports.HelpAskAI = _styled.default.p({
40
40
  color: "var(--ds-text-selected, #0C66E4)",
41
- font: "var(--ds-font-heading-xxsmall, normal 600 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
41
+ font: "var(--ds-font-heading-xxsmall, normal 600 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
42
42
  display: 'inline-block',
43
43
  alignSelf: 'center',
44
44
  margin: 0,
@@ -34,7 +34,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
34
34
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
35
35
 
36
36
  var packageName = "@atlaskit/help";
37
- var packageVersion = "8.0.4";
37
+ var packageVersion = "8.0.6";
38
38
  var buttonStyles = (0, _react2.css)({
39
39
  padding: '0',
40
40
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
@@ -35,7 +35,7 @@ var truncate = exports.truncate = function truncate() {
35
35
  var RelatedArticlesTitle = exports.RelatedArticlesTitle = _styled.default.div({
36
36
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
37
37
  color: "var(--ds-text, ".concat(colors.N800, ")"),
38
- font: "var(--ds-font-heading-small, normal 600 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
38
+ font: "var(--ds-font-heading-small, normal 600 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
39
39
  padding: "var(--ds-space-200, 16px)".concat(" 0")
40
40
  });
41
41
 
@@ -34,7 +34,7 @@ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e;
34
34
  var ANALYTICS_CONTEXT_DATA = {
35
35
  componentName: 'searchInput',
36
36
  packageName: "@atlaskit/help",
37
- packageVersion: "8.0.4"
37
+ packageVersion: "8.0.6"
38
38
  };
39
39
  var buttonStyles = (0, _react2.css)({
40
40
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
@@ -75,7 +75,7 @@ var SearchResultEmptyMessageText = exports.SearchResultEmptyMessageText = _style
75
75
  var SearchResultEmptyMessageHeaderText = exports.SearchResultEmptyMessageHeaderText = _styled.default.h2({
76
76
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
77
77
  color: "var(--ds-text, ".concat(colors.N500, ")"),
78
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
78
+ font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
79
79
  fontWeight: "var(--ds-font-weight-bold, 700)"
80
80
  });
81
81
 
@@ -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: "8.0.4"
24
+ packageVersion: "8.0.6"
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: "8.0.4"
18
+ packageVersion: "8.0.6"
19
19
  };
20
20
  var WhatsNewResultListItem = exports.WhatsNewResultListItem = function WhatsNewResultListItem(_ref) {
21
21
  var formatMessage = _ref.intl.formatMessage,
@@ -63,7 +63,7 @@ var WhatsNewResultListItemTitleContainer = exports.WhatsNewResultListItemTitleCo
63
63
 
64
64
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
65
65
  var WhatsNewResultListItemTitleText = exports.WhatsNewResultListItemTitleText = _styled.default.span({
66
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
66
+ font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
67
67
  display: 'inline-block',
68
68
  verticalAlign: 'middle',
69
69
  margin: 0,
@@ -45,7 +45,7 @@ var WhatsNewResultsListGroupWrapper = exports.WhatsNewResultsListGroupWrapper =
45
45
  var WhatsNewResultsListGroupTitle = exports.WhatsNewResultsListGroupTitle = _styled.default.div({
46
46
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
47
47
  color: "var(--ds-text-subtlest, ".concat(colors.N200, ")"),
48
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
48
+ font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
49
49
  fontWeight: "var(--ds-font-weight-bold, 700)",
50
50
  padding: "0 ".concat("var(--ds-space-100, 8px)", " ", "var(--ds-space-100, 8px)", " ", "var(--ds-space-100, 8px)"),
51
51
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
@@ -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: "8.0.4"
8
+ packageVersion: "8.0.6"
9
9
  };
@@ -10,7 +10,7 @@ import { LoadingErrorMessage, LoadingErrorButtonContainer, LoadingErrorHeading }
10
10
  const ANALYTICS_CONTEXT_DATA = {
11
11
  componentName: 'ArticleLoadingFail',
12
12
  packageName: "@atlaskit/help",
13
- packageVersion: "8.0.4"
13
+ packageVersion: "8.0.6"
14
14
  };
15
15
  export const ArticleLoadingFail = ({
16
16
  onTryAgainButtonClick,
@@ -6,7 +6,7 @@ import { messages } from '../../../../messages';
6
6
  const ANALYTICS_CONTEXT_DATA = {
7
7
  componentName: 'ArticleWasHelpfulNoButton',
8
8
  packageName: "@atlaskit/help",
9
- packageVersion: "8.0.4"
9
+ packageVersion: "8.0.6"
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: "8.0.4"
9
+ packageVersion: "8.0.6"
10
10
  };
11
11
  export const ArticleWasHelpfulYesButton = ({
12
12
  isSelected = false,
@@ -30,7 +30,7 @@ const FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
30
30
  const ANALYTICS_CONTEXT_DATA = {
31
31
  componentName: 'ArticleWasHelpfulForm',
32
32
  packageName: "@atlaskit/help",
33
- packageVersion: "8.0.4"
33
+ packageVersion: "8.0.6"
34
34
  };
35
35
  const buttonStyles = css({
36
36
  padding: '0',
@@ -60,7 +60,7 @@ export const HelpArticle = ({
60
60
  analyticsEvent.payload.attributes = {
61
61
  componentName: 'Article',
62
62
  packageName: "@atlaskit/help",
63
- packageVersion: "8.0.4"
63
+ packageVersion: "8.0.6"
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: "8.0.4"
16
+ packageVersion: "8.0.6"
17
17
  };
18
18
  export const WhatsNewArticle = ({
19
19
  intl: {
@@ -30,7 +30,7 @@ export const WhatsNewTitleText = styled.span({
30
30
  textDecoration: 'none',
31
31
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
32
32
  color: `var(--ds-text, ${colors.N800})`,
33
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
33
+ font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
34
34
  fontWeight: "var(--ds-font-weight-semibold, 600)",
35
35
  whiteSpace: 'normal',
36
36
  overflowX: 'hidden',
@@ -43,7 +43,7 @@ export const WhatsNewRelatedLinksTitleText = styled.span({
43
43
  textDecoration: 'none',
44
44
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
45
45
  color: `var(--ds-text, ${colors.N800})`,
46
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
46
+ font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
47
47
  fontWeight: "var(--ds-font-weight-semibold, 600)",
48
48
  whiteSpace: 'normal',
49
49
  overflowX: 'hidden',
@@ -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: "8.0.4"
11
+ packageVersion: "8.0.6"
12
12
  };
13
13
  const highlightText = text => {
14
14
  if (!text) {
@@ -72,7 +72,7 @@ const BackButtonWithContext = props => {
72
72
  data: {
73
73
  componentName: 'backButton',
74
74
  packageName: "@atlaskit/help",
75
- packageVersion: "8.0.4"
75
+ packageVersion: "8.0.6"
76
76
  }
77
77
  }, /*#__PURE__*/React.createElement(BackButton, props));
78
78
  };
@@ -7,7 +7,7 @@ import { HelpContentButtonContainer, HelpContentButtonIcon, HelpContentButtonTex
7
7
  const analitycsContextData = {
8
8
  componentName: 'HelpContentButton',
9
9
  packageName: "@atlaskit/help",
10
- packageVersion: "8.0.4"
10
+ packageVersion: "8.0.6"
11
11
  };
12
12
  const HelpContentButton = ({
13
13
  id = '',
@@ -21,7 +21,7 @@ export const NeedMoreHelpContainer = styled.div({
21
21
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
22
22
  export const NeedMoreHelpContent = styled.p({
23
23
  color: "var(--ds-text, #172B4D)",
24
- font: "var(--ds-font-heading-xxsmall, normal 600 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
24
+ font: "var(--ds-font-heading-xxsmall, normal 600 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
25
25
  display: 'inline-block',
26
26
  alignSelf: 'center',
27
27
  margin: 0
@@ -30,7 +30,7 @@ export const NeedMoreHelpContent = styled.p({
30
30
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
31
31
  export const HelpAskAI = styled.p({
32
32
  color: "var(--ds-text-selected, #0C66E4)",
33
- font: "var(--ds-font-heading-xxsmall, normal 600 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
33
+ font: "var(--ds-font-heading-xxsmall, normal 600 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
34
34
  display: 'inline-block',
35
35
  alignSelf: 'center',
36
36
  margin: 0,
@@ -21,7 +21,7 @@ import { Text } from '@atlaskit/primitives';
21
21
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
22
22
  import { css, jsx } from '@emotion/react';
23
23
  const packageName = "@atlaskit/help";
24
- const packageVersion = "8.0.4";
24
+ const packageVersion = "8.0.6";
25
25
  const buttonStyles = css({
26
26
  padding: '0',
27
27
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
@@ -20,7 +20,7 @@ export const truncate = (width = '100%') => css({
20
20
  export const RelatedArticlesTitle = styled.div({
21
21
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
22
22
  color: `var(--ds-text, ${colors.N800})`,
23
- font: "var(--ds-font-heading-small, normal 600 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
23
+ font: "var(--ds-font-heading-small, normal 600 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
24
24
  padding: `${"var(--ds-space-200, 16px)"} 0`
25
25
  });
26
26
 
@@ -23,7 +23,7 @@ import { useNavigationContext } from '../../contexts/navigationContext';
23
23
  const ANALYTICS_CONTEXT_DATA = {
24
24
  componentName: 'searchInput',
25
25
  packageName: "@atlaskit/help",
26
- packageVersion: "8.0.4"
26
+ packageVersion: "8.0.6"
27
27
  };
28
28
  const buttonStyles = css({
29
29
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
@@ -64,7 +64,7 @@ export const SearchResultEmptyMessageText = styled.div({
64
64
  export const SearchResultEmptyMessageHeaderText = styled.h2({
65
65
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
66
66
  color: `var(--ds-text, ${colors.N500})`,
67
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
67
+ font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
68
68
  fontWeight: "var(--ds-font-weight-bold, 700)"
69
69
  });
70
70
 
@@ -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: "8.0.4"
14
+ packageVersion: "8.0.6"
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: "8.0.4"
11
+ packageVersion: "8.0.6"
12
12
  };
13
13
  export const WhatsNewResultListItem = ({
14
14
  intl: {
@@ -50,7 +50,7 @@ export const WhatsNewResultListItemTitleContainer = styled.div({
50
50
 
51
51
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
52
52
  export const WhatsNewResultListItemTitleText = styled.span({
53
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
53
+ font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
54
54
  display: 'inline-block',
55
55
  verticalAlign: 'middle',
56
56
  margin: 0,
@@ -30,7 +30,7 @@ export const WhatsNewResultsListGroupWrapper = styled.div({
30
30
  export const WhatsNewResultsListGroupTitle = styled.div({
31
31
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
32
32
  color: `var(--ds-text-subtlest, ${colors.N200})`,
33
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
33
+ font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
34
34
  fontWeight: "var(--ds-font-weight-bold, 700)",
35
35
  padding: `0 ${"var(--ds-space-100, 8px)"} ${"var(--ds-space-100, 8px)"} ${"var(--ds-space-100, 8px)"}`,
36
36
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
@@ -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: "8.0.4"
8
+ packageVersion: "8.0.6"
9
9
  };
@@ -10,7 +10,7 @@ import { LoadingErrorMessage, LoadingErrorButtonContainer, LoadingErrorHeading }
10
10
  var ANALYTICS_CONTEXT_DATA = {
11
11
  componentName: 'ArticleLoadingFail',
12
12
  packageName: "@atlaskit/help",
13
- packageVersion: "8.0.4"
13
+ packageVersion: "8.0.6"
14
14
  };
15
15
  export var ArticleLoadingFail = function ArticleLoadingFail(_ref) {
16
16
  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: "8.0.4"
9
+ packageVersion: "8.0.6"
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: "8.0.4"
9
+ packageVersion: "8.0.6"
10
10
  };
11
11
  export var ArticleWasHelpfulYesButton = function ArticleWasHelpfulYesButton(_ref) {
12
12
  var _ref$isSelected = _ref.isSelected,
@@ -31,7 +31,7 @@ var FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
31
31
  var ANALYTICS_CONTEXT_DATA = {
32
32
  componentName: 'ArticleWasHelpfulForm',
33
33
  packageName: "@atlaskit/help",
34
- packageVersion: "8.0.4"
34
+ packageVersion: "8.0.6"
35
35
  };
36
36
  var buttonStyles = css({
37
37
  padding: '0',
@@ -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: "8.0.4"
59
+ packageVersion: "8.0.6"
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: "8.0.4"
16
+ packageVersion: "8.0.6"
17
17
  };
18
18
  export var WhatsNewArticle = function WhatsNewArticle(_ref) {
19
19
  var formatMessage = _ref.intl.formatMessage,
@@ -30,7 +30,7 @@ export var WhatsNewTitleText = styled.span({
30
30
  textDecoration: 'none',
31
31
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
32
32
  color: "var(--ds-text, ".concat(colors.N800, ")"),
33
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
33
+ font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
34
34
  fontWeight: "var(--ds-font-weight-semibold, 600)",
35
35
  whiteSpace: 'normal',
36
36
  overflowX: 'hidden',
@@ -43,7 +43,7 @@ export var WhatsNewRelatedLinksTitleText = styled.span({
43
43
  textDecoration: 'none',
44
44
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
45
45
  color: "var(--ds-text, ".concat(colors.N800, ")"),
46
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
46
+ font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
47
47
  fontWeight: "var(--ds-font-weight-semibold, 600)",
48
48
  whiteSpace: 'normal',
49
49
  overflowX: 'hidden',
@@ -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: "8.0.4"
11
+ packageVersion: "8.0.6"
12
12
  };
13
13
  var highlightText = function highlightText(text) {
14
14
  if (!text) {
@@ -69,7 +69,7 @@ var BackButtonWithContext = function BackButtonWithContext(props) {
69
69
  data: {
70
70
  componentName: 'backButton',
71
71
  packageName: "@atlaskit/help",
72
- packageVersion: "8.0.4"
72
+ packageVersion: "8.0.6"
73
73
  }
74
74
  }, /*#__PURE__*/React.createElement(BackButton, props));
75
75
  };
@@ -7,7 +7,7 @@ import { HelpContentButtonContainer, HelpContentButtonIcon, HelpContentButtonTex
7
7
  var analitycsContextData = {
8
8
  componentName: 'HelpContentButton',
9
9
  packageName: "@atlaskit/help",
10
- packageVersion: "8.0.4"
10
+ packageVersion: "8.0.6"
11
11
  };
12
12
  var HelpContentButton = function HelpContentButton(_ref) {
13
13
  var _ref$id = _ref.id,
@@ -21,7 +21,7 @@ export var NeedMoreHelpContainer = styled.div({
21
21
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
22
22
  export var NeedMoreHelpContent = styled.p({
23
23
  color: "var(--ds-text, #172B4D)",
24
- font: "var(--ds-font-heading-xxsmall, normal 600 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
24
+ font: "var(--ds-font-heading-xxsmall, normal 600 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
25
25
  display: 'inline-block',
26
26
  alignSelf: 'center',
27
27
  margin: 0
@@ -30,7 +30,7 @@ export var NeedMoreHelpContent = styled.p({
30
30
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
31
31
  export var HelpAskAI = styled.p({
32
32
  color: "var(--ds-text-selected, #0C66E4)",
33
- font: "var(--ds-font-heading-xxsmall, normal 600 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
33
+ font: "var(--ds-font-heading-xxsmall, normal 600 12px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
34
34
  display: 'inline-block',
35
35
  alignSelf: 'center',
36
36
  margin: 0,
@@ -24,7 +24,7 @@ import { Text } from '@atlaskit/primitives';
24
24
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
25
25
  import { css, jsx } from '@emotion/react';
26
26
  var packageName = "@atlaskit/help";
27
- var packageVersion = "8.0.4";
27
+ var packageVersion = "8.0.6";
28
28
  var buttonStyles = css({
29
29
  padding: '0',
30
30
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
@@ -23,7 +23,7 @@ export var truncate = function truncate() {
23
23
  export var RelatedArticlesTitle = styled.div({
24
24
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
25
25
  color: "var(--ds-text, ".concat(colors.N800, ")"),
26
- font: "var(--ds-font-heading-small, normal 600 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
26
+ font: "var(--ds-font-heading-small, normal 600 16px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
27
27
  padding: "var(--ds-space-200, 16px)".concat(" 0")
28
28
  });
29
29
 
@@ -23,7 +23,7 @@ import { useNavigationContext } from '../../contexts/navigationContext';
23
23
  var ANALYTICS_CONTEXT_DATA = {
24
24
  componentName: 'searchInput',
25
25
  packageName: "@atlaskit/help",
26
- packageVersion: "8.0.4"
26
+ packageVersion: "8.0.6"
27
27
  };
28
28
  var buttonStyles = css({
29
29
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
@@ -64,7 +64,7 @@ export var SearchResultEmptyMessageText = styled.div({
64
64
  export var SearchResultEmptyMessageHeaderText = styled.h2({
65
65
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
66
66
  color: "var(--ds-text, ".concat(colors.N500, ")"),
67
- font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
67
+ font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
68
68
  fontWeight: "var(--ds-font-weight-bold, 700)"
69
69
  });
70
70
 
@@ -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: "8.0.4"
14
+ packageVersion: "8.0.6"
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: "8.0.4"
11
+ packageVersion: "8.0.6"
12
12
  };
13
13
  export var WhatsNewResultListItem = function WhatsNewResultListItem(_ref) {
14
14
  var formatMessage = _ref.intl.formatMessage,
@@ -52,7 +52,7 @@ export var WhatsNewResultListItemTitleContainer = styled.div({
52
52
 
53
53
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
54
54
  export var WhatsNewResultListItemTitleText = styled.span({
55
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
55
+ font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
56
56
  display: 'inline-block',
57
57
  verticalAlign: 'middle',
58
58
  margin: 0,
@@ -33,7 +33,7 @@ export var WhatsNewResultsListGroupWrapper = styled.div({
33
33
  export var WhatsNewResultsListGroupTitle = styled.div({
34
34
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values -- Ignored via go/DSP-18766
35
35
  color: "var(--ds-text-subtlest, ".concat(colors.N200, ")"),
36
- font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
36
+ font: "var(--ds-font-body-small, normal 400 11px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, \"Helvetica Neue\", sans-serif)",
37
37
  fontWeight: "var(--ds-font-weight-bold, 700)",
38
38
  padding: "0 ".concat("var(--ds-space-100, 8px)", " ", "var(--ds-space-100, 8px)", " ", "var(--ds-space-100, 8px)"),
39
39
  // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "8.0.4",
3
+ "version": "8.0.6",
4
4
  "description": "A cross-product help component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -44,20 +44,20 @@
44
44
  "@atlaskit/heading": "^5.1.0",
45
45
  "@atlaskit/help-article": "^5.0.0",
46
46
  "@atlaskit/help-layout": "^5.0.0",
47
- "@atlaskit/icon": "^24.1.0",
47
+ "@atlaskit/icon": "^25.0.0",
48
48
  "@atlaskit/legacy-custom-icons": "^0.22.0",
49
49
  "@atlaskit/notification-indicator": "^10.0.0",
50
50
  "@atlaskit/notification-log-client": "^6.2.0",
51
51
  "@atlaskit/platform-feature-flags": "^1.1.0",
52
52
  "@atlaskit/primitives": "^14.1.0",
53
53
  "@atlaskit/radio": "^8.0.0",
54
- "@atlaskit/section-message": "^8.0.0",
54
+ "@atlaskit/section-message": "^8.1.0",
55
55
  "@atlaskit/select": "^20.0.0",
56
56
  "@atlaskit/spinner": "^18.0.0",
57
57
  "@atlaskit/textarea": "^8.0.0",
58
58
  "@atlaskit/textfield": "^8.0.0",
59
- "@atlaskit/theme": "^17.0.0",
60
- "@atlaskit/tokens": "^4.2.0",
59
+ "@atlaskit/theme": "^18.0.0",
60
+ "@atlaskit/tokens": "^4.4.0",
61
61
  "@atlaskit/tooltip": "^20.0.0",
62
62
  "@babel/runtime": "^7.0.0",
63
63
  "@emotion/react": "^11.7.1",