@atlaskit/help 9.1.22 → 9.1.24

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 (44) hide show
  1. package/CHANGELOG.md +12 -16
  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/ArticlesList/ArticlesListItem/index.js +1 -1
  10. package/dist/cjs/components/BackButton/index.js +1 -1
  11. package/dist/cjs/components/HelpContentButton/index.js +1 -1
  12. package/dist/cjs/components/RelatedArticles/index.js +1 -1
  13. package/dist/cjs/components/Search/SearchInput/index.js +1 -1
  14. package/dist/cjs/components/WhatsNew/WhatsNewButton/index.js +1 -1
  15. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  16. package/dist/es2019/analytics.js +1 -1
  17. package/dist/es2019/components/Article/ArticleLoadingFail/index.js +1 -1
  18. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  19. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  20. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/index.js +1 -1
  21. package/dist/es2019/components/Article/HelpArticle/index.js +1 -1
  22. package/dist/es2019/components/Article/WhatsNewArticle/index.js +1 -1
  23. package/dist/es2019/components/ArticlesList/ArticlesListItem/index.js +1 -1
  24. package/dist/es2019/components/BackButton/index.js +1 -1
  25. package/dist/es2019/components/HelpContentButton/index.js +1 -1
  26. package/dist/es2019/components/RelatedArticles/index.js +1 -1
  27. package/dist/es2019/components/Search/SearchInput/index.js +1 -1
  28. package/dist/es2019/components/WhatsNew/WhatsNewButton/index.js +1 -1
  29. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  30. package/dist/esm/analytics.js +1 -1
  31. package/dist/esm/components/Article/ArticleLoadingFail/index.js +1 -1
  32. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  33. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  34. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/index.js +1 -1
  35. package/dist/esm/components/Article/HelpArticle/index.js +1 -1
  36. package/dist/esm/components/Article/WhatsNewArticle/index.js +1 -1
  37. package/dist/esm/components/ArticlesList/ArticlesListItem/index.js +1 -1
  38. package/dist/esm/components/BackButton/index.js +1 -1
  39. package/dist/esm/components/HelpContentButton/index.js +1 -1
  40. package/dist/esm/components/RelatedArticles/index.js +1 -1
  41. package/dist/esm/components/Search/SearchInput/index.js +1 -1
  42. package/dist/esm/components/WhatsNew/WhatsNewButton/index.js +1 -1
  43. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  44. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @atlaskit/help
2
2
 
3
+ ## 9.1.24
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 9.1.23
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies
14
+
3
15
  ## 9.1.22
4
16
 
5
17
  ### Patch Changes
@@ -799,7 +811,6 @@
799
811
  - [#101167](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/101167)
800
812
  [`52a888c912e8`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/52a888c912e8) -
801
813
  [ux] Display 4 extra article details in Article search display
802
-
803
814
  1. Last published
804
815
 
805
816
  2. Content source
@@ -1857,7 +1868,6 @@
1857
1868
 
1858
1869
  Remove unused dependencies- Updated dependencies
1859
1870
  [f45c19a96e](https://bitbucket.org/atlassian/atlassian-frontend/commits/f45c19a96e):
1860
-
1861
1871
  - @atlaskit/help-article@1.0.5
1862
1872
  - @atlaskit/right-side-panel@0.3.3
1863
1873
 
@@ -1926,7 +1936,6 @@
1926
1936
 
1927
1937
  Remove namespace imports from React, ReactDom, and PropTypes- Updated dependencies
1928
1938
  [6548261c9a](https://bitbucket.org/atlassian/atlassian-frontend/commits/6548261c9a):
1929
-
1930
1939
  - @atlaskit/docs@8.3.2
1931
1940
  - @atlaskit/analytics-next@6.3.5
1932
1941
  - @atlaskit/analytics@7.0.1
@@ -2449,12 +2458,10 @@
2449
2458
  safety. Flow types are no longer provided. No behavioural changes.
2450
2459
 
2451
2460
  **Breaking changes**
2452
-
2453
2461
  - `withAnalyticsForSumTypeProps` alias has been removed, please use `withAnalyticsEvents`
2454
2462
  - `AnalyticsContextWrappedComp` alias has been removed, please use `withAnalyticsContext`
2455
2463
 
2456
2464
  **Breaking changes to TypeScript annotations**
2457
-
2458
2465
  - `withAnalyticsEvents` now infers proptypes automatically, consumers no longer need to provide
2459
2466
  props as a generic type.
2460
2467
  - `withAnalyticsContext` now infers proptypes automatically, consumers no longer need to provide
@@ -2642,7 +2649,6 @@
2642
2649
  ## 0.5.8
2643
2650
 
2644
2651
  - [patch][b0ef06c685](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/b0ef06c685):
2645
-
2646
2652
  - This is just a safety release in case anything strange happened in in the previous one. See Pull
2647
2653
  Request #5942 for details
2648
2654
 
@@ -2674,62 +2680,52 @@
2674
2680
  ## 0.5.4
2675
2681
 
2676
2682
  - [patch][84b7ee2f8b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/84b7ee2f8b):
2677
-
2678
2683
  - fix articles loading when the articleId changes
2679
2684
 
2680
2685
  ## 0.5.3
2681
2686
 
2682
2687
  - [patch][45f063521d](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/45f063521d):
2683
-
2684
2688
  - Updated dependencies
2685
2689
 
2686
2690
  ## 0.5.2
2687
2691
 
2688
2692
  - [patch][d1854796ae](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/d1854796ae):
2689
-
2690
2693
  - Updated dependencies
2691
2694
 
2692
2695
  ## 0.5.1
2693
2696
 
2694
2697
  - [patch][ccacfe8570](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/ccacfe8570):
2695
-
2696
2698
  - Updated help-article version
2697
2699
 
2698
2700
  ## 0.5.0
2699
2701
 
2700
2702
  - [minor][88b9f3568b](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/88b9f3568b):
2701
-
2702
2703
  - Update transition configuration of the panel. If the initial value of isOpen is true, fire
2703
2704
  analytics event and request the article
2704
2705
 
2705
2706
  ## 0.4.2
2706
2707
 
2707
2708
  - [patch][4053dcd740](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/4053dcd740):
2708
-
2709
2709
  - added close button and styles for header when the component renders the default content
2710
2710
 
2711
2711
  ## 0.4.1
2712
2712
 
2713
2713
  - [patch][a77b18b718](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/a77b18b718):
2714
-
2715
2714
  - fix - Display DefaultContent
2716
2715
 
2717
2716
  ## 0.4.0
2718
2717
 
2719
2718
  - [minor][f479974eb4](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/f479974eb4):
2720
-
2721
2719
  - Added version.json and update analytics.json to read the info from there
2722
2720
 
2723
2721
  ## 0.3.0
2724
2722
 
2725
2723
  - [minor][875ff270e8](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/875ff270e8):
2726
-
2727
2724
  - Use @atlaskit/help-article instead of custom component
2728
2725
 
2729
2726
  ## 0.2.0
2730
2727
 
2731
2728
  - [minor][e6b180d4cd](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/e6b180d4cd):
2732
-
2733
2729
  - First release of global-help
2734
2730
 
2735
2731
  - [major] First release of global-help
@@ -13,5 +13,5 @@ var createAndFire = exports.createAndFire = x.createAndFireEvent('atlaskit');
13
13
  var defaultAnalyticsAttributes = exports.defaultAnalyticsAttributes = {
14
14
  componentName: 'help',
15
15
  packageName: "@atlaskit/help",
16
- packageVersion: "9.1.21"
16
+ packageVersion: "9.1.23"
17
17
  };
@@ -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: "9.1.21"
20
+ packageVersion: "9.1.23"
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: "9.1.21"
16
+ packageVersion: "9.1.23"
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: "9.1.21"
16
+ packageVersion: "9.1.23"
17
17
  };
18
18
  var ArticleWasHelpfulYesButton = exports.ArticleWasHelpfulYesButton = function ArticleWasHelpfulYesButton(_ref) {
19
19
  var _ref$isSelected = _ref.isSelected,
@@ -35,7 +35,7 @@ var FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
35
35
  var ANALYTICS_CONTEXT_DATA = {
36
36
  componentName: 'ArticleWasHelpfulForm',
37
37
  packageName: "@atlaskit/help",
38
- packageVersion: "9.1.21"
38
+ packageVersion: "9.1.23"
39
39
  };
40
40
  var buttonStyles = null;
41
41
  var ArticleWasHelpfulForm = exports.ArticleWasHelpfulForm = function ArticleWasHelpfulForm(_ref) {
@@ -64,7 +64,7 @@ var HelpArticle = exports.HelpArticle = function HelpArticle(_ref) {
64
64
  analyticsEvent.payload.attributes = {
65
65
  componentName: 'Article',
66
66
  packageName: "@atlaskit/help",
67
- packageVersion: "9.1.21"
67
+ packageVersion: "9.1.23"
68
68
  };
69
69
  if (onRelatedArticlesShowMoreClick) {
70
70
  onRelatedArticlesShowMoreClick(event, analyticsEvent, isCollapsed);
@@ -21,7 +21,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
21
21
  var analyticsContextData = {
22
22
  componentName: 'ArticlesListItem',
23
23
  packageName: "@atlaskit/help",
24
- packageVersion: "9.1.21"
24
+ packageVersion: "9.1.23"
25
25
  };
26
26
  var WhatsNewArticle = exports.WhatsNewArticle = function WhatsNewArticle(_ref) {
27
27
  var formatMessage = _ref.intl.formatMessage,
@@ -17,7 +17,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
17
17
  var ANALYTICS_CONTEXT_DATA = {
18
18
  componentName: 'ArticlesListItem',
19
19
  packageName: "@atlaskit/help",
20
- packageVersion: "9.1.21"
20
+ packageVersion: "9.1.23"
21
21
  };
22
22
  var highlightText = function highlightText(text) {
23
23
  if (!text) {
@@ -56,7 +56,7 @@ var BackButtonWithContext = function BackButtonWithContext(props) {
56
56
  data: {
57
57
  componentName: 'backButton',
58
58
  packageName: "@atlaskit/help",
59
- packageVersion: "9.1.21"
59
+ packageVersion: "9.1.23"
60
60
  }
61
61
  }, /*#__PURE__*/_react.default.createElement(BackButton, props));
62
62
  };
@@ -16,7 +16,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
16
16
  var analitycsContextData = {
17
17
  componentName: 'HelpContentButton',
18
18
  packageName: "@atlaskit/help",
19
- packageVersion: "9.1.21"
19
+ packageVersion: "9.1.23"
20
20
  };
21
21
  var HelpContentButton = function HelpContentButton(_ref) {
22
22
  var _ref$id = _ref.id,
@@ -28,7 +28,7 @@ var _previous = require("../../util/hooks/previous");
28
28
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
29
29
  /** @jsxFrag */
30
30
  var packageName = "@atlaskit/help";
31
- var packageVersion = "9.1.21";
31
+ var packageVersion = "9.1.23";
32
32
  var buttonStyles = null;
33
33
  var RelatedArticles = exports.RelatedArticles = function RelatedArticles(_ref) {
34
34
  var _ref$style = _ref.style,
@@ -27,7 +27,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
27
27
  var ANALYTICS_CONTEXT_DATA = {
28
28
  componentName: 'searchInput',
29
29
  packageName: "@atlaskit/help",
30
- packageVersion: "9.1.21"
30
+ packageVersion: "9.1.23"
31
31
  };
32
32
  var buttonStyles = null;
33
33
  var SearchInput = exports.SearchInput = function SearchInput(_ref) {
@@ -20,7 +20,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
20
20
  var ANALYTICS_CONTEXT_DATA = {
21
21
  componentName: 'WhatsNewButton',
22
22
  packageName: "@atlaskit/help",
23
- packageVersion: "9.1.21"
23
+ packageVersion: "9.1.23"
24
24
  };
25
25
  var WhatsNewButton = exports.WhatsNewButton = function WhatsNewButton(_ref) {
26
26
  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: "9.1.21"
18
+ packageVersion: "9.1.23"
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: "9.1.21"
8
+ packageVersion: "9.1.23"
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: "9.1.21"
13
+ packageVersion: "9.1.23"
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: "9.1.21"
9
+ packageVersion: "9.1.23"
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: "9.1.21"
9
+ packageVersion: "9.1.23"
10
10
  };
11
11
  export const ArticleWasHelpfulYesButton = ({
12
12
  isSelected = false,
@@ -26,7 +26,7 @@ const FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
26
26
  const ANALYTICS_CONTEXT_DATA = {
27
27
  componentName: 'ArticleWasHelpfulForm',
28
28
  packageName: "@atlaskit/help",
29
- packageVersion: "9.1.21"
29
+ packageVersion: "9.1.23"
30
30
  };
31
31
  const buttonStyles = null;
32
32
  export const ArticleWasHelpfulForm = ({
@@ -60,7 +60,7 @@ export const HelpArticle = ({
60
60
  analyticsEvent.payload.attributes = {
61
61
  componentName: 'Article',
62
62
  packageName: "@atlaskit/help",
63
- packageVersion: "9.1.21"
63
+ packageVersion: "9.1.23"
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: "9.1.21"
16
+ packageVersion: "9.1.23"
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: "9.1.21"
11
+ packageVersion: "9.1.23"
12
12
  };
13
13
  const highlightText = text => {
14
14
  if (!text) {
@@ -50,7 +50,7 @@ const BackButtonWithContext = props => {
50
50
  data: {
51
51
  componentName: 'backButton',
52
52
  packageName: "@atlaskit/help",
53
- packageVersion: "9.1.21"
53
+ packageVersion: "9.1.23"
54
54
  }
55
55
  }, /*#__PURE__*/React.createElement(BackButton, props));
56
56
  };
@@ -7,7 +7,7 @@ import { HelpContentButtonContainer, HelpContentButtonIcon, HelpContentButtonTex
7
7
  const analitycsContextData = {
8
8
  componentName: 'HelpContentButton',
9
9
  packageName: "@atlaskit/help",
10
- packageVersion: "9.1.21"
10
+ packageVersion: "9.1.23"
11
11
  };
12
12
  const HelpContentButton = ({
13
13
  id = '',
@@ -16,7 +16,7 @@ import { RelatedArticlesTitle } from './styled';
16
16
  import useCancellablePromise from '../../util/hooks/cancellablePromise';
17
17
  import { usePrevious } from '../../util/hooks/previous';
18
18
  const packageName = "@atlaskit/help";
19
- const packageVersion = "9.1.21";
19
+ const packageVersion = "9.1.23";
20
20
  const buttonStyles = null;
21
21
  export const RelatedArticles = ({
22
22
  style = 'primary',
@@ -18,7 +18,7 @@ import { useNavigationContext } from '../../contexts/navigationContext';
18
18
  const ANALYTICS_CONTEXT_DATA = {
19
19
  componentName: 'searchInput',
20
20
  packageName: "@atlaskit/help",
21
- packageVersion: "9.1.21"
21
+ packageVersion: "9.1.23"
22
22
  };
23
23
  const buttonStyles = null;
24
24
  export const SearchInput = ({
@@ -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: "9.1.21"
14
+ packageVersion: "9.1.23"
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: "9.1.21"
11
+ packageVersion: "9.1.23"
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: "9.1.21"
8
+ packageVersion: "9.1.23"
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: "9.1.21"
13
+ packageVersion: "9.1.23"
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: "9.1.21"
9
+ packageVersion: "9.1.23"
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: "9.1.21"
9
+ packageVersion: "9.1.23"
10
10
  };
11
11
  export var ArticleWasHelpfulYesButton = function ArticleWasHelpfulYesButton(_ref) {
12
12
  var _ref$isSelected = _ref.isSelected,
@@ -27,7 +27,7 @@ var FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
27
27
  var ANALYTICS_CONTEXT_DATA = {
28
28
  componentName: 'ArticleWasHelpfulForm',
29
29
  packageName: "@atlaskit/help",
30
- packageVersion: "9.1.21"
30
+ packageVersion: "9.1.23"
31
31
  };
32
32
  var buttonStyles = null;
33
33
  export var ArticleWasHelpfulForm = function ArticleWasHelpfulForm(_ref) {
@@ -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: "9.1.21"
59
+ packageVersion: "9.1.23"
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: "9.1.21"
16
+ packageVersion: "9.1.23"
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: "9.1.21"
11
+ packageVersion: "9.1.23"
12
12
  };
13
13
  var highlightText = function highlightText(text) {
14
14
  if (!text) {
@@ -49,7 +49,7 @@ var BackButtonWithContext = function BackButtonWithContext(props) {
49
49
  data: {
50
50
  componentName: 'backButton',
51
51
  packageName: "@atlaskit/help",
52
- packageVersion: "9.1.21"
52
+ packageVersion: "9.1.23"
53
53
  }
54
54
  }, /*#__PURE__*/React.createElement(BackButton, props));
55
55
  };
@@ -7,7 +7,7 @@ import { HelpContentButtonContainer, HelpContentButtonIcon, HelpContentButtonTex
7
7
  var analitycsContextData = {
8
8
  componentName: 'HelpContentButton',
9
9
  packageName: "@atlaskit/help",
10
- packageVersion: "9.1.21"
10
+ packageVersion: "9.1.23"
11
11
  };
12
12
  var HelpContentButton = function HelpContentButton(_ref) {
13
13
  var _ref$id = _ref.id,
@@ -20,7 +20,7 @@ import { RelatedArticlesTitle } from './styled';
20
20
  import useCancellablePromise from '../../util/hooks/cancellablePromise';
21
21
  import { usePrevious } from '../../util/hooks/previous';
22
22
  var packageName = "@atlaskit/help";
23
- var packageVersion = "9.1.21";
23
+ var packageVersion = "9.1.23";
24
24
  var buttonStyles = null;
25
25
  export var RelatedArticles = function RelatedArticles(_ref) {
26
26
  var _ref$style = _ref.style,
@@ -18,7 +18,7 @@ import { useNavigationContext } from '../../contexts/navigationContext';
18
18
  var ANALYTICS_CONTEXT_DATA = {
19
19
  componentName: 'searchInput',
20
20
  packageName: "@atlaskit/help",
21
- packageVersion: "9.1.21"
21
+ packageVersion: "9.1.23"
22
22
  };
23
23
  var buttonStyles = null;
24
24
  export var SearchInput = function SearchInput(_ref) {
@@ -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: "9.1.21"
14
+ packageVersion: "9.1.23"
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: "9.1.21"
11
+ packageVersion: "9.1.23"
12
12
  };
13
13
  export var WhatsNewResultListItem = function WhatsNewResultListItem(_ref) {
14
14
  var formatMessage = _ref.intl.formatMessage,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "9.1.22",
3
+ "version": "9.1.24",
4
4
  "description": "A cross-product help component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -43,7 +43,7 @@
43
43
  "@atlaskit/notification-indicator": "^10.0.0",
44
44
  "@atlaskit/notification-log-client": "^6.2.0",
45
45
  "@atlaskit/platform-feature-flags": "^1.1.0",
46
- "@atlaskit/primitives": "^15.0.0",
46
+ "@atlaskit/primitives": "^16.0.0",
47
47
  "@atlaskit/radio": "^8.3.0",
48
48
  "@atlaskit/section-message": "^8.7.0",
49
49
  "@atlaskit/select": "^21.3.0",
@@ -51,10 +51,10 @@
51
51
  "@atlaskit/textarea": "^8.0.0",
52
52
  "@atlaskit/textfield": "^8.0.0",
53
53
  "@atlaskit/theme": "^21.0.0",
54
- "@atlaskit/tokens": "^6.5.0",
54
+ "@atlaskit/tokens": "^7.0.0",
55
55
  "@atlaskit/tooltip": "^20.5.0",
56
56
  "@babel/runtime": "^7.0.0",
57
- "@compiled/react": "^0.18.3",
57
+ "@compiled/react": "^0.18.6",
58
58
  "date-fns": "^2.17.0",
59
59
  "lodash": "^4.17.21",
60
60
  "react-animate-height": "^2.1.0",