@atlaskit/help 7.5.2 → 7.5.4

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 (119) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/afm-jira/tsconfig.json +75 -0
  3. package/afm-post-office/tsconfig.json +75 -0
  4. package/dist/cjs/analytics.js +1 -1
  5. package/dist/cjs/components/Article/ArticleLoadingFail/index.js +1 -1
  6. package/dist/cjs/components/Article/ArticleLoadingFail/styled.js +4 -1
  7. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  8. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  9. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/index.js +9 -3
  10. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/styled.js +4 -1
  11. package/dist/cjs/components/Article/HelpArticle/index.js +1 -1
  12. package/dist/cjs/components/Article/WhatsNewArticle/index.js +1 -1
  13. package/dist/cjs/components/Article/WhatsNewArticle/styled.js +4 -1
  14. package/dist/cjs/components/Article/styled.js +4 -1
  15. package/dist/cjs/components/ArticlesList/ArticlesListItem/index.js +1 -1
  16. package/dist/cjs/components/ArticlesList/ArticlesListItem/styled.js +4 -1
  17. package/dist/cjs/components/ArticlesList/styled.js +4 -1
  18. package/dist/cjs/components/HelpContentButton/index.js +1 -1
  19. package/dist/cjs/components/HelpContentButton/styled.js +4 -1
  20. package/dist/cjs/components/RelatedArticles/index.js +5 -2
  21. package/dist/cjs/components/RelatedArticles/styled.js +4 -1
  22. package/dist/cjs/components/Search/SearchInput/index.js +5 -2
  23. package/dist/cjs/components/Search/SearchInput/styled.js +4 -1
  24. package/dist/cjs/components/Search/SearchResults/styled.js +4 -1
  25. package/dist/cjs/components/WhatsNew/WhatsNewButton/index.js +1 -1
  26. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.js +4 -1
  27. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.js +4 -1
  28. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  29. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +4 -1
  30. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.js +4 -1
  31. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.js +4 -1
  32. package/dist/cjs/components/WhatsNew/WhatsNewResults/styled.js +4 -1
  33. package/dist/cjs/components/styled.js +4 -1
  34. package/dist/cjs/util/styled.js +4 -1
  35. package/dist/es2019/analytics.js +1 -1
  36. package/dist/es2019/components/Article/ArticleLoadingFail/index.js +1 -1
  37. package/dist/es2019/components/Article/ArticleLoadingFail/styled.js +4 -1
  38. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  39. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  40. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/index.js +9 -3
  41. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/styled.js +4 -1
  42. package/dist/es2019/components/Article/HelpArticle/index.js +1 -1
  43. package/dist/es2019/components/Article/WhatsNewArticle/index.js +1 -1
  44. package/dist/es2019/components/Article/WhatsNewArticle/styled.js +4 -1
  45. package/dist/es2019/components/Article/styled.js +4 -1
  46. package/dist/es2019/components/ArticlesList/ArticlesListItem/index.js +1 -1
  47. package/dist/es2019/components/ArticlesList/ArticlesListItem/styled.js +4 -1
  48. package/dist/es2019/components/ArticlesList/styled.js +4 -1
  49. package/dist/es2019/components/HelpContentButton/index.js +1 -1
  50. package/dist/es2019/components/HelpContentButton/styled.js +4 -1
  51. package/dist/es2019/components/RelatedArticles/index.js +5 -2
  52. package/dist/es2019/components/RelatedArticles/styled.js +4 -1
  53. package/dist/es2019/components/Search/SearchInput/index.js +5 -2
  54. package/dist/es2019/components/Search/SearchInput/styled.js +4 -1
  55. package/dist/es2019/components/Search/SearchResults/styled.js +4 -1
  56. package/dist/es2019/components/WhatsNew/WhatsNewButton/index.js +1 -1
  57. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.js +4 -1
  58. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.js +4 -1
  59. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  60. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +4 -1
  61. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.js +4 -1
  62. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.js +4 -1
  63. package/dist/es2019/components/WhatsNew/WhatsNewResults/styled.js +4 -1
  64. package/dist/es2019/components/styled.js +4 -1
  65. package/dist/es2019/util/styled.js +4 -1
  66. package/dist/esm/analytics.js +1 -1
  67. package/dist/esm/components/Article/ArticleLoadingFail/index.js +1 -1
  68. package/dist/esm/components/Article/ArticleLoadingFail/styled.js +4 -1
  69. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
  70. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
  71. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/index.js +9 -3
  72. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/styled.js +4 -1
  73. package/dist/esm/components/Article/HelpArticle/index.js +1 -1
  74. package/dist/esm/components/Article/WhatsNewArticle/index.js +1 -1
  75. package/dist/esm/components/Article/WhatsNewArticle/styled.js +4 -1
  76. package/dist/esm/components/Article/styled.js +4 -1
  77. package/dist/esm/components/ArticlesList/ArticlesListItem/index.js +1 -1
  78. package/dist/esm/components/ArticlesList/ArticlesListItem/styled.js +4 -1
  79. package/dist/esm/components/ArticlesList/styled.js +4 -1
  80. package/dist/esm/components/HelpContentButton/index.js +1 -1
  81. package/dist/esm/components/HelpContentButton/styled.js +4 -1
  82. package/dist/esm/components/RelatedArticles/index.js +5 -2
  83. package/dist/esm/components/RelatedArticles/styled.js +4 -1
  84. package/dist/esm/components/Search/SearchInput/index.js +5 -2
  85. package/dist/esm/components/Search/SearchInput/styled.js +4 -1
  86. package/dist/esm/components/Search/SearchResults/styled.js +4 -1
  87. package/dist/esm/components/WhatsNew/WhatsNewButton/index.js +1 -1
  88. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.js +4 -1
  89. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.js +4 -1
  90. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
  91. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +4 -1
  92. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.js +4 -1
  93. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.js +4 -1
  94. package/dist/esm/components/WhatsNew/WhatsNewResults/styled.js +4 -1
  95. package/dist/esm/components/styled.js +4 -1
  96. package/dist/esm/util/styled.js +4 -1
  97. package/dist/types/components/Article/HelpArticle/WasHelpfulForm/index.d.ts +4 -1
  98. package/dist/types/components/Article/HelpArticle/WasHelpfulForm/styled.d.ts +4 -1
  99. package/dist/types/components/Article/styled.d.ts +4 -1
  100. package/dist/types/components/ArticlesList/styled.d.ts +4 -1
  101. package/dist/types/components/HelpContentButton/styled.d.ts +4 -1
  102. package/dist/types/components/RelatedArticles/index.d.ts +4 -1
  103. package/dist/types/components/RelatedArticles/styled.d.ts +4 -1
  104. package/dist/types/components/Search/SearchInput/index.d.ts +4 -1
  105. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.d.ts +4 -1
  106. package/dist/types/components/styled.d.ts +4 -1
  107. package/dist/types/util/styled.d.ts +4 -1
  108. package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/index.d.ts +4 -1
  109. package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/styled.d.ts +4 -1
  110. package/dist/types-ts4.5/components/Article/styled.d.ts +4 -1
  111. package/dist/types-ts4.5/components/ArticlesList/styled.d.ts +4 -1
  112. package/dist/types-ts4.5/components/HelpContentButton/styled.d.ts +4 -1
  113. package/dist/types-ts4.5/components/RelatedArticles/index.d.ts +4 -1
  114. package/dist/types-ts4.5/components/RelatedArticles/styled.d.ts +4 -1
  115. package/dist/types-ts4.5/components/Search/SearchInput/index.d.ts +4 -1
  116. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.d.ts +4 -1
  117. package/dist/types-ts4.5/components/styled.d.ts +4 -1
  118. package/dist/types-ts4.5/util/styled.d.ts +4 -1
  119. package/package.json +6 -6
@@ -6,7 +6,7 @@ import { messages } from '../../../../messages';
6
6
  const ANALYTICS_CONTEXT_DATA = {
7
7
  componentName: 'ArticleWasHelpfulNoButton',
8
8
  packageName: "@atlaskit/help",
9
- packageVersion: "7.5.2"
9
+ packageVersion: "7.5.4"
10
10
  };
11
11
  export const ArticleWasHelpfulNoButton = ({
12
12
  isSelected = false,
@@ -6,7 +6,7 @@ import { messages } from '../../../../messages';
6
6
  const ANALYTICS_CONTEXT_DATA = {
7
7
  componentName: 'ArticleWasHelpfulYesButton',
8
8
  packageName: "@atlaskit/help",
9
- packageVersion: "7.5.2"
9
+ packageVersion: "7.5.4"
10
10
  };
11
11
  export const ArticleWasHelpfulYesButton = ({
12
12
  isSelected = false,
@@ -1,5 +1,8 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
- /** @jsx jsx */
2
+ /**
3
+ * @jsxRuntime classic
4
+ * @jsx jsx
5
+ */
3
6
  /** @jsxFrag */
4
7
 
5
8
  import React, { useState } from 'react';
@@ -26,7 +29,7 @@ const FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
26
29
  const ANALYTICS_CONTEXT_DATA = {
27
30
  componentName: 'ArticleWasHelpfulForm',
28
31
  packageName: "@atlaskit/help",
29
- packageVersion: "7.5.2"
32
+ packageVersion: "7.5.4"
30
33
  };
31
34
  const buttonStyles = css({
32
35
  padding: '0',
@@ -204,7 +207,10 @@ export const ArticleWasHelpfulForm = ({
204
207
  }, jsx(CheckCircleIcon, {
205
208
  primaryColor: `var(--ds-icon-success, ${colors.G400})`,
206
209
  label: ""
207
- })), jsx(ArticleFeedbackText, null, formatMessage(messages.help_article_rating_form_Success)));
210
+ })), jsx(ArticleFeedbackText, {
211
+ role: "alert",
212
+ "aria-live": "polite"
213
+ }, formatMessage(messages.help_article_rating_form_Success)));
208
214
  }
209
215
  } else if (wasHelpfulFormSubmited && wasHelpfulFormSubmitedFailed) {
210
216
  return jsx(React.Fragment, null, wasHelpfulFormSubmited && wasHelpfulFormSubmitedFailed && jsx(ArticleFeedbackContainer, null, jsx(SectionMessage, {
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
 
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import styled from '@emotion/styled';
@@ -59,7 +59,7 @@ export const HelpArticle = ({
59
59
  analyticsEvent.payload.attributes = {
60
60
  componentName: 'Article',
61
61
  packageName: "@atlaskit/help",
62
- packageVersion: "7.5.2"
62
+ packageVersion: "7.5.4"
63
63
  };
64
64
  if (onRelatedArticlesShowMoreClick) {
65
65
  onRelatedArticlesShowMoreClick(event, analyticsEvent, isCollapsed);
@@ -13,7 +13,7 @@ import { WhatsNewTypeTitle, WhatsNewTitleText, WhatsNewIconContainer, RelatedLin
13
13
  const analyticsContextData = {
14
14
  componentName: 'ArticlesListItem',
15
15
  packageName: "@atlaskit/help",
16
- packageVersion: "7.5.2"
16
+ packageVersion: "7.5.4"
17
17
  };
18
18
  export const WhatsNewArticle = ({
19
19
  intl: {
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import styled from '@emotion/styled';
4
7
  import { fontSize, fontSizeSmall } from '@atlaskit/theme/constants';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
 
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import styled from '@emotion/styled';
@@ -8,7 +8,7 @@ import { ArticlesListItemWrapper, ArticlesListItemContainer, ArticlesListItemTit
8
8
  const ANALYTICS_CONTEXT_DATA = {
9
9
  componentName: 'ArticlesListItem',
10
10
  packageName: "@atlaskit/help",
11
- packageVersion: "7.5.2"
11
+ packageVersion: "7.5.4"
12
12
  };
13
13
  export const ArticlesListItem = ({
14
14
  styles,
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import styled from '@emotion/styled';
4
7
  import * as colors from '@atlaskit/theme/colors';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
 
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import { css } from '@emotion/react';
@@ -7,7 +7,7 @@ import { HelpContentButtonContainer, HelpContentButtonIcon, HelpContentButtonTex
7
7
  const analitycsContextData = {
8
8
  componentName: 'HelpContentButton',
9
9
  packageName: "@atlaskit/help",
10
- packageVersion: "7.5.2"
10
+ packageVersion: "7.5.4"
11
11
  };
12
12
  const HelpContentButton = ({
13
13
  id = '',
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
 
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import styled from 'styled-components';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  /** @jsxFrag */
3
6
 
4
7
  import React, { useState, useEffect, useCallback } from 'react';
@@ -17,7 +20,7 @@ import { usePrevious } from '../../util/hooks/previous';
17
20
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
18
21
  import { css, jsx } from '@emotion/react';
19
22
  const packageName = "@atlaskit/help";
20
- const packageVersion = "7.5.2";
23
+ const packageVersion = "7.5.4";
21
24
  const buttonStyles = css({
22
25
  padding: '0',
23
26
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
 
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import { css } from '@emotion/react';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
 
3
6
  import React, { useRef, useCallback } from 'react';
4
7
  import { useAnalyticsEvents, AnalyticsContext } from '@atlaskit/analytics-next';
@@ -18,7 +21,7 @@ import { SearchInputContainer, SearchIconContainer, CloseButtonAndSpinnerContain
18
21
  const ANALYTICS_CONTEXT_DATA = {
19
22
  componentName: 'searchInput',
20
23
  packageName: "@atlaskit/help",
21
- packageVersion: "7.5.2"
24
+ packageVersion: "7.5.4"
22
25
  };
23
26
  const buttonStyles = css({
24
27
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import styled from '@emotion/styled';
4
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import styled from '@emotion/styled';
4
7
  import * as colors from '@atlaskit/theme/colors';
@@ -11,7 +11,7 @@ import { ARTICLE_TYPE } from '../../../model/Help';
11
11
  const ANALYTICS_CONTEXT_DATA = {
12
12
  componentName: 'WhatsNewButton',
13
13
  packageName: "@atlaskit/help",
14
- packageVersion: "7.5.2"
14
+ packageVersion: "7.5.4"
15
15
  };
16
16
  export const WhatsNewButton = ({
17
17
  productName,
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import styled from '@emotion/styled';
4
7
  import * as colors from '@atlaskit/theme/colors';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import styled from '@emotion/styled';
4
7
  import * as colors from '@atlaskit/theme/colors';
@@ -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.5.2"
11
+ packageVersion: "7.5.4"
12
12
  };
13
13
  export const WhatsNewResultListItem = ({
14
14
  intl: {
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import styled from '@emotion/styled';
4
7
  import { fontSize, fontSizeSmall } from '@atlaskit/theme/constants';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
 
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import { css } from '@emotion/react';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import styled from '@emotion/styled';
4
7
  /**
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import styled from '@emotion/styled';
4
7
  import { gridSize } from '@atlaskit/theme/constants';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
 
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import styled from '@emotion/styled';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
 
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import { keyframes } from '@emotion/react';
@@ -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.5.2"
8
+ packageVersion: "7.5.4"
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.5.2"
11
+ packageVersion: "7.5.4"
12
12
  };
13
13
  export var ArticleLoadingFail = function ArticleLoadingFail(_ref) {
14
14
  var onTryAgainButtonClick = _ref.onTryAgainButtonClick,
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import styled from '@emotion/styled';
4
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
@@ -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.5.2"
9
+ packageVersion: "7.5.4"
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.5.2"
9
+ packageVersion: "7.5.4"
10
10
  };
11
11
  export var ArticleWasHelpfulYesButton = function ArticleWasHelpfulYesButton(_ref) {
12
12
  var _ref$isSelected = _ref.isSelected,
@@ -1,6 +1,9 @@
1
1
  import _extends from "@babel/runtime/helpers/extends";
2
2
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
- /** @jsx jsx */
3
+ /**
4
+ * @jsxRuntime classic
5
+ * @jsx jsx
6
+ */
4
7
  /** @jsxFrag */
5
8
 
6
9
  import React, { useState } from 'react';
@@ -27,7 +30,7 @@ var FEEDBACK_REASON_TEXT_MAX_LENGTH = '16000';
27
30
  var ANALYTICS_CONTEXT_DATA = {
28
31
  componentName: 'ArticleWasHelpfulForm',
29
32
  packageName: "@atlaskit/help",
30
- packageVersion: "7.5.2"
33
+ packageVersion: "7.5.4"
31
34
  };
32
35
  var buttonStyles = css({
33
36
  padding: '0',
@@ -224,7 +227,10 @@ export var ArticleWasHelpfulForm = function ArticleWasHelpfulForm(_ref) {
224
227
  }, jsx(CheckCircleIcon, {
225
228
  primaryColor: "var(--ds-icon-success, ".concat(colors.G400, ")"),
226
229
  label: ""
227
- })), jsx(ArticleFeedbackText, null, formatMessage(messages.help_article_rating_form_Success)));
230
+ })), jsx(ArticleFeedbackText, {
231
+ role: "alert",
232
+ "aria-live": "polite"
233
+ }, formatMessage(messages.help_article_rating_form_Success)));
228
234
  }
229
235
  } else if (wasHelpfulFormSubmited && wasHelpfulFormSubmitedFailed) {
230
236
  return jsx(React.Fragment, null, wasHelpfulFormSubmited && wasHelpfulFormSubmitedFailed && jsx(ArticleFeedbackContainer, null, jsx(SectionMessage, {
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
 
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import styled from '@emotion/styled';
@@ -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.5.2"
58
+ packageVersion: "7.5.4"
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.5.2"
16
+ packageVersion: "7.5.4"
17
17
  };
18
18
  export var WhatsNewArticle = function WhatsNewArticle(_ref) {
19
19
  var formatMessage = _ref.intl.formatMessage,
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import styled from '@emotion/styled';
4
7
  import { fontSize, fontSizeSmall } from '@atlaskit/theme/constants';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
 
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import styled from '@emotion/styled';
@@ -8,7 +8,7 @@ import { ArticlesListItemWrapper, ArticlesListItemContainer, ArticlesListItemTit
8
8
  var ANALYTICS_CONTEXT_DATA = {
9
9
  componentName: 'ArticlesListItem',
10
10
  packageName: "@atlaskit/help",
11
- packageVersion: "7.5.2"
11
+ packageVersion: "7.5.4"
12
12
  };
13
13
  export var ArticlesListItem = function ArticlesListItem(_ref) {
14
14
  var styles = _ref.styles,
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import styled from '@emotion/styled';
4
7
  import * as colors from '@atlaskit/theme/colors';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
 
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import { css } from '@emotion/react';
@@ -7,7 +7,7 @@ import { HelpContentButtonContainer, HelpContentButtonIcon, HelpContentButtonTex
7
7
  var analitycsContextData = {
8
8
  componentName: 'HelpContentButton',
9
9
  packageName: "@atlaskit/help",
10
- packageVersion: "7.5.2"
10
+ packageVersion: "7.5.4"
11
11
  };
12
12
  var HelpContentButton = function HelpContentButton(_ref) {
13
13
  var _ref$id = _ref.id,
@@ -1,6 +1,9 @@
1
1
  import _taggedTemplateLiteral from "@babel/runtime/helpers/taggedTemplateLiteral";
2
2
  var _templateObject, _templateObject2, _templateObject3, _templateObject4, _templateObject5;
3
- /** @jsx jsx */
3
+ /**
4
+ * @jsxRuntime classic
5
+ * @jsx jsx
6
+ */
4
7
 
5
8
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
6
9
  import styled from 'styled-components';
@@ -1,7 +1,10 @@
1
1
  import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
2
2
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
3
3
  import _regeneratorRuntime from "@babel/runtime/regenerator";
4
- /** @jsx jsx */
4
+ /**
5
+ * @jsxRuntime classic
6
+ * @jsx jsx
7
+ */
5
8
  /** @jsxFrag */
6
9
 
7
10
  import React, { useState, useEffect, useCallback } from 'react';
@@ -20,7 +23,7 @@ import { usePrevious } from '../../util/hooks/previous';
20
23
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
21
24
  import { css, jsx } from '@emotion/react';
22
25
  var packageName = "@atlaskit/help";
23
- var packageVersion = "7.5.2";
26
+ var packageVersion = "7.5.4";
24
27
  var buttonStyles = css({
25
28
  padding: '0',
26
29
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-nested-selectors -- Ignored via go/DSP-18766
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
 
3
6
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
4
7
  import { css } from '@emotion/react';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
 
3
6
  import React, { useRef, useCallback } from 'react';
4
7
  import { useAnalyticsEvents, AnalyticsContext } from '@atlaskit/analytics-next';
@@ -18,7 +21,7 @@ import { SearchInputContainer, SearchIconContainer, CloseButtonAndSpinnerContain
18
21
  var ANALYTICS_CONTEXT_DATA = {
19
22
  componentName: 'searchInput',
20
23
  packageName: "@atlaskit/help",
21
- packageVersion: "7.5.2"
24
+ packageVersion: "7.5.4"
22
25
  };
23
26
  var buttonStyles = css({
24
27
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-imported-style-values, @atlaskit/ui-styling-standard/no-unsafe-values -- Ignored via go/DSP-18766
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import styled from '@emotion/styled';
4
7
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-styled, @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import styled from '@emotion/styled';
4
7
  import * as colors from '@atlaskit/theme/colors';
@@ -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.5.2"
14
+ packageVersion: "7.5.4"
15
15
  };
16
16
  export var WhatsNewButton = function WhatsNewButton(_ref) {
17
17
  var productName = _ref.productName,
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import styled from '@emotion/styled';
4
7
  import * as colors from '@atlaskit/theme/colors';
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import styled from '@emotion/styled';
4
7
  import * as colors from '@atlaskit/theme/colors';
@@ -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.5.2"
11
+ packageVersion: "7.5.4"
12
12
  };
13
13
  export var WhatsNewResultListItem = function WhatsNewResultListItem(_ref) {
14
14
  var formatMessage = _ref.intl.formatMessage,
@@ -1,4 +1,7 @@
1
- /** @jsx jsx */
1
+ /**
2
+ * @jsxRuntime classic
3
+ * @jsx jsx
4
+ */
2
5
  // eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
3
6
  import styled from '@emotion/styled';
4
7
  import { fontSize, fontSizeSmall } from '@atlaskit/theme/constants';