@atlaskit/help 7.2.24 → 7.2.26

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 (100) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/analytics/package.json +1 -1
  3. package/dist/cjs/analytics.js +1 -1
  4. package/dist/cjs/components/Article/ArticleLoadingFail/index.js +1 -1
  5. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  6. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  7. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/index.js +1 -1
  8. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/styled.js +14 -6
  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/Article/WhatsNewArticle/styled.js +43 -9
  12. package/dist/cjs/components/Article/index.js +2 -1
  13. package/dist/cjs/components/ArticlesList/ArticlesListItem/index.js +1 -1
  14. package/dist/cjs/components/ArticlesList/ArticlesListItem/styled.js +4 -8
  15. package/dist/cjs/components/HelpContentButton/index.js +1 -1
  16. package/dist/cjs/components/RelatedArticles/index.js +1 -1
  17. package/dist/cjs/components/Search/SearchInput/index.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/es2019/analytics.js +1 -1
  22. package/dist/es2019/components/Article/ArticleLoadingFail/index.js +1 -1
  23. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  24. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  25. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/index.js +1 -1
  26. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/styled.js +12 -14
  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 +41 -42
  30. package/dist/es2019/components/Article/index.js +2 -1
  31. package/dist/es2019/components/ArticlesList/ArticlesListItem/index.js +1 -1
  32. package/dist/es2019/components/ArticlesList/ArticlesListItem/styled.js +4 -8
  33. package/dist/es2019/components/HelpContentButton/index.js +1 -1
  34. package/dist/es2019/components/RelatedArticles/index.js +1 -1
  35. package/dist/es2019/components/Search/SearchInput/index.js +1 -1
  36. package/dist/es2019/components/WhatsNew/WhatsNewButton/index.js +1 -1
  37. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  38. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +1 -1
  39. package/dist/esm/analytics.js +1 -1
  40. package/dist/esm/components/Article/ArticleLoadingFail/index.js +1 -1
  41. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  42. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  43. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/index.js +1 -1
  44. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/styled.js +12 -5
  45. package/dist/esm/components/Article/HelpArticle/index.js +1 -1
  46. package/dist/esm/components/Article/WhatsNewArticle/index.js +1 -1
  47. package/dist/esm/components/Article/WhatsNewArticle/styled.js +41 -8
  48. package/dist/esm/components/Article/index.js +2 -1
  49. package/dist/esm/components/ArticlesList/ArticlesListItem/index.js +1 -1
  50. package/dist/esm/components/ArticlesList/ArticlesListItem/styled.js +4 -8
  51. package/dist/esm/components/HelpContentButton/index.js +1 -1
  52. package/dist/esm/components/RelatedArticles/index.js +1 -1
  53. package/dist/esm/components/Search/SearchInput/index.js +1 -1
  54. package/dist/esm/components/WhatsNew/WhatsNewButton/index.js +1 -1
  55. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  56. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +1 -1
  57. package/dist/types/components/Article/ArticleLoadingFail/index.d.ts +2 -2
  58. package/dist/types/components/Article/HelpArticle/Loading/index.d.ts +2 -2
  59. package/dist/types/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.d.ts +2 -2
  60. package/dist/types/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.d.ts +2 -2
  61. package/dist/types/components/Article/HelpArticle/WasHelpfulForm/index.d.ts +2 -2
  62. package/dist/types/components/Article/WhatsNewArticle/Loading/index.d.ts +2 -2
  63. package/dist/types/components/Article/WhatsNewArticle/index.d.ts +2 -2
  64. package/dist/types/components/ArticlesList/ArticlesListItem/index.d.ts +2 -2
  65. package/dist/types/components/RelatedArticles/RelatedArticlesLoading.d.ts +2 -2
  66. package/dist/types/components/RelatedArticles/index.d.ts +1 -1
  67. package/dist/types/components/Search/SearchInput/index.d.ts +2 -2
  68. package/dist/types/components/Search/SearchResults/SearchExternalSite.d.ts +2 -2
  69. package/dist/types/components/Search/SearchResults/SearchResultsEmpty.d.ts +2 -2
  70. package/dist/types/components/Search/SearchResults/SearchResultsError.d.ts +2 -2
  71. package/dist/types/components/ShowMoreButton/index.d.ts +2 -2
  72. package/dist/types/components/WhatsNew/WhatsNewButton/index.d.ts +2 -2
  73. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.d.ts +2 -2
  74. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.d.ts +2 -2
  75. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.d.ts +2 -2
  76. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.d.ts +2 -2
  77. package/dist/types/components/WhatsNew/WhatsNewResults/index.d.ts +2 -2
  78. package/dist/types-ts4.5/components/Article/ArticleLoadingFail/index.d.ts +2 -2
  79. package/dist/types-ts4.5/components/Article/HelpArticle/Loading/index.d.ts +2 -2
  80. package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.d.ts +2 -2
  81. package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.d.ts +2 -2
  82. package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/index.d.ts +2 -2
  83. package/dist/types-ts4.5/components/Article/WhatsNewArticle/Loading/index.d.ts +2 -2
  84. package/dist/types-ts4.5/components/Article/WhatsNewArticle/index.d.ts +2 -2
  85. package/dist/types-ts4.5/components/ArticlesList/ArticlesListItem/index.d.ts +2 -2
  86. package/dist/types-ts4.5/components/RelatedArticles/RelatedArticlesLoading.d.ts +2 -2
  87. package/dist/types-ts4.5/components/RelatedArticles/index.d.ts +1 -1
  88. package/dist/types-ts4.5/components/Search/SearchInput/index.d.ts +2 -2
  89. package/dist/types-ts4.5/components/Search/SearchResults/SearchExternalSite.d.ts +2 -2
  90. package/dist/types-ts4.5/components/Search/SearchResults/SearchResultsEmpty.d.ts +2 -2
  91. package/dist/types-ts4.5/components/Search/SearchResults/SearchResultsError.d.ts +2 -2
  92. package/dist/types-ts4.5/components/ShowMoreButton/index.d.ts +2 -2
  93. package/dist/types-ts4.5/components/WhatsNew/WhatsNewButton/index.d.ts +2 -2
  94. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.d.ts +2 -2
  95. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.d.ts +2 -2
  96. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.d.ts +2 -2
  97. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.d.ts +2 -2
  98. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/index.d.ts +2 -2
  99. package/messages/package.json +1 -1
  100. package/package.json +4 -4
@@ -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.2.24"
11
+ packageVersion: "7.2.26"
12
12
  };
13
13
  export const WhatsNewResultListItem = ({
14
14
  intl: {
@@ -44,7 +44,7 @@ export const WhatsNewResultListItemTitleText = styled.span`
44
44
  `;
45
45
  export const WhatsNewResultListItemDescription = styled.p`
46
46
  display: block;
47
- line-height: ${"var(--ds-font-lineHeight-200, 20px)"};
47
+ line-height: 20px;
48
48
  color: ${`var(--ds-text, ${colors.N800})`};
49
49
  margin: 0;
50
50
  `;
@@ -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.2.24"
8
+ packageVersion: "7.2.26"
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.2.24"
11
+ packageVersion: "7.2.26"
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.2.24"
9
+ packageVersion: "7.2.26"
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.2.24"
9
+ packageVersion: "7.2.26"
10
10
  };
11
11
  export var ArticleWasHelpfulYesButton = function ArticleWasHelpfulYesButton(_ref) {
12
12
  var _ref$isSelected = _ref.isSelected,
@@ -26,7 +26,7 @@ var FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
26
26
  var ANALYTICS_CONTEXT_DATA = {
27
27
  componentName: 'ArticleWasHelpfulForm',
28
28
  packageName: "@atlaskit/help",
29
- packageVersion: "7.2.24"
29
+ packageVersion: "7.2.26"
30
30
  };
31
31
  export var ArticleWasHelpfulForm = function ArticleWasHelpfulForm(_ref) {
32
32
  var onWasHelpfulSubmit = _ref.onWasHelpfulSubmit,
@@ -1,9 +1,16 @@
1
- import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
- var _templateObject, _templateObject2, _templateObject3;
3
1
  /** @jsx jsx */
4
2
 
5
3
  import styled from '@emotion/styled';
6
4
  import * as colors from '@atlaskit/theme/colors';
7
- export var ArticleFeedbackContainer = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n position: relative;\n"])));
8
- export var ArticleFeedbackText = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n font-size: 0.75rem;\n font-weight: bold;\n color: ", ";\n line-height: ", ";\n position: relative;\n display: inline-block;\n"])), "var(--ds-text-subtlest, ".concat(colors.N200, ")"), "var(--ds-font-lineHeight-500, 32px)");
9
- export var ArticleFeedbackAnswerWrapper = styled.div(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n padding-top: ", ";\n"])), "var(--ds-space-200, 16px)");
5
+ export var ArticleFeedbackContainer = styled.div({
6
+ position: 'relative'
7
+ });
8
+ export var ArticleFeedbackText = styled.div({
9
+ font: "var(--ds-font-heading-xxsmall, normal 600 0.75rem/1rem ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
10
+ color: "var(--ds-text-subtlest, ".concat(colors.N200, ")"),
11
+ position: 'relative',
12
+ display: 'inline-block'
13
+ });
14
+ export var ArticleFeedbackAnswerWrapper = styled.div({
15
+ paddingTop: "var(--ds-space-200, 16px)"
16
+ });
@@ -55,7 +55,7 @@ export var HelpArticle = function HelpArticle(_ref) {
55
55
  analyticsEvent.payload.attributes = {
56
56
  componentName: 'Article',
57
57
  packageName: "@atlaskit/help",
58
- packageVersion: "7.2.24"
58
+ packageVersion: "7.2.26"
59
59
  };
60
60
  if (onRelatedArticlesShowMoreClick) {
61
61
  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.2.24"
16
+ packageVersion: "7.2.26"
17
17
  };
18
18
  export var WhatsNewArticle = function WhatsNewArticle(_ref) {
19
19
  var formatMessage = _ref.intl.formatMessage,
@@ -1,12 +1,45 @@
1
- import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
- var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5, _templateObject6;
3
1
  /** @jsx jsx */
4
2
  import styled from '@emotion/styled';
5
3
  import { fontSize, fontSizeSmall } from '@atlaskit/theme/constants';
6
4
  import * as colors from '@atlaskit/theme/colors';
7
- export var WhatsNewTypeTitle = styled.span(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n text-decoration: none;\n color: ", ";\n font-size: ", "px;\n vertical-align: middle;\n padding-left: ", ";\n line-height: ", ";\n white-space: normal;\n overflow-x: hidden;\n"])), "var(--ds-text-subtlest, ".concat(colors.N300, ")"), fontSize(), "var(--ds-space-050, 4px)", "var(--ds-font-lineHeight-200, 20px)");
8
- export var WhatsNewIconContainer = styled.div(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n display: block;\n padding-bottom: ", ";\n"])), "var(--ds-space-100, 8px)");
9
- export var WhatsNewTitleText = styled.span(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n text-decoration: none;\n color: ", ";\n font-size: ", "px;\n font-weight: 600;\n white-space: normal;\n overflow-x: hidden;\n padding-bottom: ", ";\n display: block;\n"])), "var(--ds-text, ".concat(colors.N800, ")"), fontSize(), "var(--ds-space-100, 8px)");
10
- export var WhatsNewRelatedLinksTitleText = styled.span(_templateObject4 || (_templateObject4 = _taggedTemplateLiteral(["\n text-decoration: none;\n color: ", ";\n font-size: ", "px;\n font-weight: 600;\n white-space: normal;\n overflow-x: hidden;\n padding-bottom: ", ";\n display: block;\n"])), "var(--ds-text, ".concat(colors.N800, ")"), fontSizeSmall(), "var(--ds-space-100, 8px)");
11
- export var RelatedLinkContainer = styled.div(_templateObject5 || (_templateObject5 = _taggedTemplateLiteral(["\n margin-bottom: ", ";\n"])), "var(--ds-space-100, 8px)");
12
- export var ExternalLinkIconContainer = styled.div(_templateObject6 || (_templateObject6 = _taggedTemplateLiteral(["\n display: inline-block;\n vertical-align: middle;\n padding-left: ", ";\n"])), "var(--ds-space-050, 4px)");
5
+ export var WhatsNewTypeTitle = styled.span({
6
+ textDecoration: 'none',
7
+ color: "var(--ds-text-subtlest, ".concat(colors.N300, ")"),
8
+ font: "var(--ds-font-body, normal 400 14px/20px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
9
+ verticalAlign: 'middle',
10
+ paddingLeft: "var(--ds-space-050, 4px)",
11
+ whiteSpace: 'normal',
12
+ overflowX: 'hidden'
13
+ });
14
+ export var WhatsNewIconContainer = styled.div({
15
+ display: 'block',
16
+ paddingBottom: "var(--ds-space-100, 8px)"
17
+ });
18
+ export var WhatsNewTitleText = styled.span({
19
+ textDecoration: 'none',
20
+ color: "var(--ds-text, ".concat(colors.N800, ")"),
21
+ fontSize: "".concat(fontSize(), "px"),
22
+ fontWeight: 600,
23
+ whiteSpace: 'normal',
24
+ overflowX: 'hidden',
25
+ paddingBottom: "var(--ds-space-100, 8px)",
26
+ display: 'block'
27
+ });
28
+ export var WhatsNewRelatedLinksTitleText = styled.span({
29
+ textDecoration: 'none',
30
+ color: "var(--ds-text, ".concat(colors.N800, ")"),
31
+ fontSize: "".concat(fontSizeSmall(), "px"),
32
+ fontWeight: 600,
33
+ whiteSpace: 'normal',
34
+ overflowX: 'hidden',
35
+ paddingBottom: "var(--ds-space-100, 8px)",
36
+ display: 'block'
37
+ });
38
+ export var RelatedLinkContainer = styled.div({
39
+ marginBottom: "var(--ds-space-100, 8px)"
40
+ });
41
+ export var ExternalLinkIconContainer = styled.div({
42
+ display: 'inline-block',
43
+ verticalAlign: 'middle',
44
+ paddingLeft: "var(--ds-space-050, 4px)"
45
+ });
@@ -27,6 +27,7 @@ var transitionStyles = {
27
27
  }
28
28
  };
29
29
  export var Article = function Article() {
30
+ var _history$length;
30
31
  var _useNavigationContext = useNavigationContext(),
31
32
  view = _useNavigationContext.view,
32
33
  articleId = _useNavigationContext.articleId,
@@ -36,7 +37,7 @@ export var Article = function Article() {
36
37
  reloadWhatsNewArticle = _useNavigationContext.reloadWhatsNewArticle;
37
38
  var _useHelpArticleContex = useHelpArticleContext(),
38
39
  onHelpArticleLoadingFailTryAgainButtonClick = _useHelpArticleContex.onHelpArticleLoadingFailTryAgainButtonClick;
39
- var _useState = useState((articleId === null || articleId === void 0 ? void 0 : articleId.id) !== '' || (history ? history.length : []) > 0),
40
+ var _useState = useState((articleId === null || articleId === void 0 ? void 0 : articleId.id) !== '' || ((_history$length = history === null || history === void 0 ? void 0 : history.length) !== null && _history$length !== void 0 ? _history$length : 0) > 0),
40
41
  _useState2 = _slicedToArray(_useState, 2),
41
42
  skipArticleSlideInAnimation = _useState2[0],
42
43
  setSkipArticleSlideInAnimation = _useState2[1];
@@ -7,7 +7,7 @@ import { ArticlesListItemWrapper, ArticlesListItemContainer, ArticlesListItemTit
7
7
  var ANALYTICS_CONTEXT_DATA = {
8
8
  componentName: 'ArticlesListItem',
9
9
  packageName: "@atlaskit/help",
10
- packageVersion: "7.2.24"
10
+ packageVersion: "7.2.26"
11
11
  };
12
12
  export var ArticlesListItem = function ArticlesListItem(_ref) {
13
13
  var styles = _ref.styles,
@@ -1,6 +1,5 @@
1
1
  /** @jsx jsx */
2
2
  import styled from '@emotion/styled';
3
- import { fontSize } from '@atlaskit/theme/constants';
4
3
  import * as colors from '@atlaskit/theme/colors';
5
4
  export var ArticlesListItemWrapper = styled.a({
6
5
  position: 'relative',
@@ -34,9 +33,8 @@ export var ArticlesListItemContainer = styled.div({
34
33
  whiteSpace: 'nowrap'
35
34
  });
36
35
  export var ArticlesListItemTypeTitle = styled.div({
37
- fontWeight: 'bold',
38
- fontSize: '11px',
39
- lineHeight: "var(--ds-font-lineHeight-100, 16px)",
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)",
37
+ fontWeight: "var(--ds-font-weight-bold, bold)",
40
38
  color: "var(--ds-text-subtlest, ".concat(colors.N200, ")"),
41
39
  paddingBottom: "var(--ds-space-050, 4px)"
42
40
  });
@@ -48,17 +46,15 @@ export var ArticlesListItemLinkIcon = styled.span({
48
46
  export var ArticlesListItemTitleText = styled.span({
49
47
  textDecoration: 'none',
50
48
  color: "var(--ds-text, ".concat(colors.N800, ")"),
51
- fontSize: "".concat(fontSize(), "px"),
52
- fontWeight: 600,
49
+ font: "var(--ds-font-heading-xsmall, normal 600 14px/16px ui-sans-serif, -apple-system, BlinkMacSystemFont, \"Segoe UI\", Ubuntu, system-ui, \"Helvetica Neue\", sans-serif)",
53
50
  display: 'inline-block',
54
- lineHeight: "var(--ds-font-lineHeight-200, 20px)",
55
51
  whiteSpace: 'normal',
56
52
  overflowX: 'hidden',
57
53
  marginBottom: "var(--ds-space-100, 8px)"
58
54
  });
59
55
  export var ArticlesListItemDescription = styled.p({
60
56
  display: 'block',
61
- lineHeight: "var(--ds-font-lineHeight-200, 20px)",
57
+ lineHeight: '20px',
62
58
  color: "var(--ds-text-subtle, ".concat(colors.N400, ")"),
63
59
  margin: 0
64
60
  });
@@ -7,7 +7,7 @@ import { HelpContentButtonContainer, HelpContentButtonIcon, HelpContentButtonTex
7
7
  var analitycsContextData = {
8
8
  componentName: 'HelpContentButton',
9
9
  packageName: "@atlaskit/help",
10
- packageVersion: "7.2.24"
10
+ packageVersion: "7.2.26"
11
11
  };
12
12
  var HelpContentButton = function HelpContentButton(_ref) {
13
13
  var _ref$id = _ref.id,
@@ -18,7 +18,7 @@ import useCancellablePromise from '../../util/hooks/cancellablePromise';
18
18
  import { usePrevious } from '../../util/hooks/previous';
19
19
  import { jsx } from '@emotion/react';
20
20
  var packageName = "@atlaskit/help";
21
- var packageVersion = "7.2.24";
21
+ var packageVersion = "7.2.26";
22
22
  export var RelatedArticles = function RelatedArticles(_ref) {
23
23
  var _ref$style = _ref.style,
24
24
  style = _ref$style === void 0 ? 'primary' : _ref$style,
@@ -17,7 +17,7 @@ import { SearchInputContainer, SearchIconContainer, CloseButtonAndSpinnerContain
17
17
  var ANALYTICS_CONTEXT_DATA = {
18
18
  componentName: 'searchInput',
19
19
  packageName: "@atlaskit/help",
20
- packageVersion: "7.2.24"
20
+ packageVersion: "7.2.26"
21
21
  };
22
22
  export var SearchInput = function SearchInput(_ref) {
23
23
  var formatMessage = _ref.intl.formatMessage;
@@ -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.2.24"
14
+ packageVersion: "7.2.26"
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.2.24"
11
+ packageVersion: "7.2.26"
12
12
  };
13
13
  export var WhatsNewResultListItem = function WhatsNewResultListItem(_ref) {
14
14
  var formatMessage = _ref.intl.formatMessage,
@@ -33,4 +33,4 @@ export var WhatsNewResultListItemWrapper = styled.a({
33
33
  });
34
34
  export var WhatsNewResultListItemTitleContainer = styled.div(_templateObject || (_templateObject = _taggedTemplateLiteral(["\n width: 100%;\n white-space: nowrap;\n margin-bottom: ", ";\n"])), "var(--ds-space-050, 4px)");
35
35
  export var WhatsNewResultListItemTitleText = styled.span(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n font-size: ", "px;\n line-height: ", "px;\n display: inline-block;\n vertical-align: middle;\n margin: 0;\n padding-left: ", ";\n white-space: normal;\n overflow-x: hidden;\n"])), fontSizeSmall(), fontSize(), "var(--ds-space-050, 4px)");
36
- export var WhatsNewResultListItemDescription = styled.p(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n display: block;\n line-height: ", ";\n color: ", ";\n margin: 0;\n"])), "var(--ds-font-lineHeight-200, 20px)", "var(--ds-text, ".concat(colors.N800, ")"));
36
+ export var WhatsNewResultListItemDescription = styled.p(_templateObject3 || (_templateObject3 = _taggedTemplateLiteral(["\n display: block;\n line-height: 20px;\n color: ", ";\n margin: 0;\n"])), "var(--ds-text, ".concat(colors.N800, ")"));
@@ -5,7 +5,7 @@ interface Props {
5
5
  onTryAgainButtonClick?(event: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent: UIAnalyticsEvent): void;
6
6
  }
7
7
  export declare const ArticleLoadingFail: React.FC<WrappedComponentProps & Props>;
8
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
9
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
8
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
9
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
10
10
  };
11
11
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { WrappedComponentProps } from 'react-intl-next';
3
3
  export declare const Loading: React.FC<WrappedComponentProps>;
4
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps<"intl">>> & {
5
- WrappedComponent: React.ComponentType<WrappedComponentProps<"intl">>;
4
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps>> & {
5
+ WrappedComponent: React.ComponentType<WrappedComponentProps>;
6
6
  };
7
7
  export default _default;
@@ -6,7 +6,7 @@ interface Props {
6
6
  isSelected?: boolean;
7
7
  }
8
8
  export declare const ArticleWasHelpfulNoButton: React.FC<Props & WrappedComponentProps>;
9
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
10
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
9
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
10
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
11
11
  };
12
12
  export default _default;
@@ -6,7 +6,7 @@ interface Props {
6
6
  isSelected?: boolean;
7
7
  }
8
8
  export declare const ArticleWasHelpfulYesButton: React.FC<Props & WrappedComponentProps>;
9
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
10
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
9
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
10
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
11
11
  };
12
12
  export default _default;
@@ -10,7 +10,7 @@ interface Props {
10
10
  onWasHelpfulNoButtonClick?(event: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent: UIAnalyticsEvent): void;
11
11
  }
12
12
  export declare const ArticleWasHelpfulForm: React.FC<Props & WrappedComponentProps>;
13
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
14
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
13
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
14
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
15
15
  };
16
16
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { WrappedComponentProps } from 'react-intl-next';
3
3
  export declare const Loading: React.FC<WrappedComponentProps>;
4
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps<"intl">>> & {
5
- WrappedComponent: React.ComponentType<WrappedComponentProps<"intl">>;
4
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps>> & {
5
+ WrappedComponent: React.ComponentType<WrappedComponentProps>;
6
6
  };
7
7
  export default _default;
@@ -6,7 +6,7 @@ interface Props {
6
6
  isLoading?: boolean;
7
7
  }
8
8
  export declare const WhatsNewArticle: React.FC<Props & WrappedComponentProps>;
9
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
10
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
9
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
10
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
11
11
  };
12
12
  export default _default;
@@ -7,7 +7,7 @@ interface Props {
7
7
  onClick?: (event: React.MouseEvent<HTMLElement>, analyticsEvent: UIAnalyticsEvent) => void;
8
8
  }
9
9
  export declare const ArticlesListItem: React.FC<Props & Partial<ArticleItem> & WrappedComponentProps>;
10
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & Partial<ArticleItem> & WrappedComponentProps<"intl">>> & {
11
- WrappedComponent: React.ComponentType<Props & Partial<ArticleItem> & WrappedComponentProps<"intl">>;
10
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & Partial<ArticleItem> & WrappedComponentProps>> & {
11
+ WrappedComponent: React.ComponentType<Props & Partial<ArticleItem> & WrappedComponentProps>;
12
12
  };
13
13
  export default _default;
@@ -1,6 +1,6 @@
1
1
  import React from 'react';
2
2
  import { WrappedComponentProps } from 'react-intl-next';
3
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps<"intl">>> & {
4
- WrappedComponent: React.ComponentType<WrappedComponentProps<"intl">>;
3
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps>> & {
4
+ WrappedComponent: React.ComponentType<WrappedComponentProps>;
5
5
  };
6
6
  export default _default;
@@ -13,7 +13,7 @@ export interface Props {
13
13
  onRelatedArticlesShowMoreClick?: (event: React.MouseEvent<HTMLElement>, analyticsEvent: UIAnalyticsEvent, isCollapsed: boolean) => void;
14
14
  }
15
15
  export declare const RelatedArticles: React.FC<Props & WrappedComponentProps>;
16
- declare const _default: React.ForwardRefExoticComponent<Omit<Props & WrappedComponentProps<"intl">, "intl"> & {
16
+ declare const _default: React.ForwardRefExoticComponent<Omit<Props & WrappedComponentProps, "intl"> & {
17
17
  forwardedRef?: React.Ref<any> | undefined;
18
18
  } & {
19
19
  children?: React.ReactNode;
@@ -2,7 +2,7 @@
2
2
  import React from 'react';
3
3
  import { WrappedComponentProps } from 'react-intl-next';
4
4
  export declare const SearchInput: React.FC<WrappedComponentProps>;
5
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps<"intl">>> & {
6
- WrappedComponent: React.ComponentType<WrappedComponentProps<"intl">>;
5
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps>> & {
6
+ WrappedComponent: React.ComponentType<WrappedComponentProps>;
7
7
  };
8
8
  export default _default;
@@ -6,7 +6,7 @@ export interface Props {
6
6
  onSearchExternalUrlClick?(event?: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent?: UIAnalyticsEvent): void;
7
7
  }
8
8
  export declare const SearchExternalSite: React.FC<Props & WrappedComponentProps>;
9
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
10
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
9
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
10
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
11
11
  };
12
12
  export default _default;
@@ -6,7 +6,7 @@ export interface Props {
6
6
  onSearchExternalUrlClick?(event?: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent?: UIAnalyticsEvent): void;
7
7
  }
8
8
  export declare const SearchResultsEmpty: React.FC<Props & WrappedComponentProps>;
9
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
10
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
9
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
10
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
11
11
  };
12
12
  export default _default;
@@ -4,7 +4,7 @@ export interface Props {
4
4
  onSearch?(value?: string): void;
5
5
  }
6
6
  export declare const SearchResultsError: React.FC<Props & WrappedComponentProps>;
7
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
8
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
7
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
8
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
9
9
  };
10
10
  export default _default;
@@ -10,7 +10,7 @@ export interface Props {
10
10
  onToggle: (event: React.MouseEvent<HTMLElement>, analyticsEvent: UIAnalyticsEvent) => void;
11
11
  }
12
12
  export declare const ShowMoreButton: React.FC<Props & WrappedComponentProps>;
13
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
14
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
13
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
14
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
15
15
  };
16
16
  export default _default;
@@ -4,7 +4,7 @@ interface WhatsNewButtonProps {
4
4
  productName?: string;
5
5
  }
6
6
  export declare const WhatsNewButton: React.FC<WrappedComponentProps & WhatsNewButtonProps>;
7
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps<"intl"> & WhatsNewButtonProps>> & {
8
- WrappedComponent: React.ComponentType<WrappedComponentProps<"intl"> & WhatsNewButtonProps>;
7
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps & WhatsNewButtonProps>> & {
8
+ WrappedComponent: React.ComponentType<WrappedComponentProps & WhatsNewButtonProps>;
9
9
  };
10
10
  export default _default;
@@ -4,7 +4,7 @@ export interface Props {
4
4
  onClearFilter: () => void;
5
5
  }
6
6
  export declare const WhatsNewResultsEmpty: React.FC<Props & WrappedComponentProps>;
7
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
8
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
7
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
8
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
9
9
  };
10
10
  export default _default;
@@ -5,7 +5,7 @@ export interface Props {
5
5
  onSearch?(filter?: WHATS_NEW_ITEM_TYPES | '', numberOfItems?: number, page?: string): Promise<void>;
6
6
  }
7
7
  export declare const WhatsNewResultsError: React.FC<Props & WrappedComponentProps>;
8
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
9
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
8
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
9
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
10
10
  };
11
11
  export default _default;
@@ -7,7 +7,7 @@ interface Props {
7
7
  onClick?: (event: React.MouseEvent<HTMLElement>, analyticsEvent: UIAnalyticsEvent) => void;
8
8
  }
9
9
  export declare const WhatsNewResultListItem: React.FC<Props & Partial<WhatsNewArticleItem> & WrappedComponentProps>;
10
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & Partial<WhatsNewArticleItem> & WrappedComponentProps<"intl">>> & {
11
- WrappedComponent: React.ComponentType<Props & Partial<WhatsNewArticleItem> & WrappedComponentProps<"intl">>;
10
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & Partial<WhatsNewArticleItem> & WrappedComponentProps>> & {
11
+ WrappedComponent: React.ComponentType<Props & Partial<WhatsNewArticleItem> & WrappedComponentProps>;
12
12
  };
13
13
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { WrappedComponentProps } from 'react-intl-next';
3
3
  export declare const WhatsNewResultsLoading: React.FC<WrappedComponentProps>;
4
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps<"intl">>> & {
5
- WrappedComponent: React.ComponentType<WrappedComponentProps<"intl">>;
4
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps>> & {
5
+ WrappedComponent: React.ComponentType<WrappedComponentProps>;
6
6
  };
7
7
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { WrappedComponentProps } from 'react-intl-next';
3
3
  export declare const WhatsNewResults: React.FC<WrappedComponentProps>;
4
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps<"intl">>> & {
5
- WrappedComponent: React.ComponentType<WrappedComponentProps<"intl">>;
4
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps>> & {
5
+ WrappedComponent: React.ComponentType<WrappedComponentProps>;
6
6
  };
7
7
  export default _default;
@@ -5,7 +5,7 @@ interface Props {
5
5
  onTryAgainButtonClick?(event: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent: UIAnalyticsEvent): void;
6
6
  }
7
7
  export declare const ArticleLoadingFail: React.FC<WrappedComponentProps & Props>;
8
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
9
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
8
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
9
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
10
10
  };
11
11
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { WrappedComponentProps } from 'react-intl-next';
3
3
  export declare const Loading: React.FC<WrappedComponentProps>;
4
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps<"intl">>> & {
5
- WrappedComponent: React.ComponentType<WrappedComponentProps<"intl">>;
4
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps>> & {
5
+ WrappedComponent: React.ComponentType<WrappedComponentProps>;
6
6
  };
7
7
  export default _default;
@@ -6,7 +6,7 @@ interface Props {
6
6
  isSelected?: boolean;
7
7
  }
8
8
  export declare const ArticleWasHelpfulNoButton: React.FC<Props & WrappedComponentProps>;
9
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
10
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
9
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
10
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
11
11
  };
12
12
  export default _default;
@@ -6,7 +6,7 @@ interface Props {
6
6
  isSelected?: boolean;
7
7
  }
8
8
  export declare const ArticleWasHelpfulYesButton: React.FC<Props & WrappedComponentProps>;
9
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
10
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
9
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
10
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
11
11
  };
12
12
  export default _default;
@@ -10,7 +10,7 @@ interface Props {
10
10
  onWasHelpfulNoButtonClick?(event: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent: UIAnalyticsEvent): void;
11
11
  }
12
12
  export declare const ArticleWasHelpfulForm: React.FC<Props & WrappedComponentProps>;
13
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
14
- WrappedComponent: React.ComponentType<Props & WrappedComponentProps<"intl">>;
13
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
14
+ WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
15
15
  };
16
16
  export default _default;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
2
  import { WrappedComponentProps } from 'react-intl-next';
3
3
  export declare const Loading: React.FC<WrappedComponentProps>;
4
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps<"intl">>> & {
5
- WrappedComponent: React.ComponentType<WrappedComponentProps<"intl">>;
4
+ declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps>> & {
5
+ WrappedComponent: React.ComponentType<WrappedComponentProps>;
6
6
  };
7
7
  export default _default;