@atlaskit/help 9.1.24 → 9.1.25

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 (227) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/afm-products/tsconfig.json +93 -0
  3. package/dist/cjs/analytics.js +1 -1
  4. package/dist/cjs/components/Article/ArticleLoadingFail/index.js +3 -2
  5. package/dist/cjs/components/Article/HelpArticle/Loading/index.js +2 -1
  6. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +3 -2
  7. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +3 -2
  8. package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/index.js +3 -2
  9. package/dist/cjs/components/Article/HelpArticle/index.js +1 -1
  10. package/dist/cjs/components/Article/WhatsNewArticle/Loading/index.js +2 -1
  11. package/dist/cjs/components/Article/WhatsNewArticle/index.js +3 -2
  12. package/dist/cjs/components/ArticlesList/ArticlesList.js +11 -33
  13. package/dist/cjs/components/ArticlesList/ArticlesListItem/index.js +3 -2
  14. package/dist/cjs/components/ArticlesList/ArticlesListItem/styled.js +1 -1
  15. package/dist/cjs/components/BackButton/index.js +3 -2
  16. package/dist/cjs/components/Help.js +2 -1
  17. package/dist/cjs/components/HelpContent.js +2 -1
  18. package/dist/cjs/components/HelpContentButton/index.js +1 -1
  19. package/dist/cjs/components/RelatedArticles/RelatedArticlesLoading.js +2 -1
  20. package/dist/cjs/components/RelatedArticles/index.js +4 -3
  21. package/dist/cjs/components/RelatedArticles/styled.js +1 -0
  22. package/dist/cjs/components/Search/SearchInput/index.js +3 -2
  23. package/dist/cjs/components/Search/SearchResults/SearchExternalSite.js +2 -1
  24. package/dist/cjs/components/Search/SearchResults/SearchResultsEmpty.js +2 -1
  25. package/dist/cjs/components/Search/SearchResults/SearchResultsError.js +2 -1
  26. package/dist/cjs/components/ShowMoreButton/index.js +2 -1
  27. package/dist/cjs/components/WhatsNew/WhatsNewButton/index.js +3 -2
  28. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.js +2 -1
  29. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.js +2 -1
  30. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +3 -2
  31. package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.js +2 -1
  32. package/dist/cjs/components/WhatsNew/WhatsNewResults/index.js +2 -1
  33. package/dist/cjs/components/contexts/aiAgentContext.js +3 -5
  34. package/dist/cjs/components/contexts/headerContext.js +3 -5
  35. package/dist/cjs/components/contexts/helpArticleContext.js +3 -5
  36. package/dist/cjs/components/contexts/homeContext.js +3 -5
  37. package/dist/cjs/components/contexts/navigationContext.js +4 -5
  38. package/dist/cjs/components/contexts/relatedArticlesContext.js +3 -5
  39. package/dist/cjs/components/contexts/searchContext.js +3 -4
  40. package/dist/cjs/components/contexts/whatsNewArticleContext.js +3 -4
  41. package/dist/es2019/analytics.js +1 -1
  42. package/dist/es2019/components/Article/ArticleLoadingFail/index.js +3 -2
  43. package/dist/es2019/components/Article/HelpArticle/Loading/index.js +2 -1
  44. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +3 -2
  45. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +3 -2
  46. package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/index.js +3 -2
  47. package/dist/es2019/components/Article/HelpArticle/index.js +1 -1
  48. package/dist/es2019/components/Article/WhatsNewArticle/Loading/index.js +2 -1
  49. package/dist/es2019/components/Article/WhatsNewArticle/index.js +3 -2
  50. package/dist/es2019/components/ArticlesList/ArticlesList.js +32 -50
  51. package/dist/es2019/components/ArticlesList/ArticlesListItem/index.js +3 -2
  52. package/dist/es2019/components/ArticlesList/ArticlesListItem/styled.js +1 -1
  53. package/dist/es2019/components/BackButton/index.js +3 -2
  54. package/dist/es2019/components/Help.js +2 -1
  55. package/dist/es2019/components/HelpContent.js +2 -1
  56. package/dist/es2019/components/HelpContentButton/index.js +1 -1
  57. package/dist/es2019/components/RelatedArticles/RelatedArticlesLoading.js +2 -1
  58. package/dist/es2019/components/RelatedArticles/index.js +4 -3
  59. package/dist/es2019/components/RelatedArticles/styled.js +1 -0
  60. package/dist/es2019/components/Search/SearchInput/index.js +3 -2
  61. package/dist/es2019/components/Search/SearchResults/SearchExternalSite.js +2 -1
  62. package/dist/es2019/components/Search/SearchResults/SearchResultsEmpty.js +2 -1
  63. package/dist/es2019/components/Search/SearchResults/SearchResultsError.js +2 -1
  64. package/dist/es2019/components/ShowMoreButton/index.js +2 -1
  65. package/dist/es2019/components/WhatsNew/WhatsNewButton/index.js +3 -2
  66. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.js +2 -1
  67. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.js +2 -1
  68. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +3 -2
  69. package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.js +2 -1
  70. package/dist/es2019/components/WhatsNew/WhatsNewResults/index.js +2 -1
  71. package/dist/es2019/components/contexts/aiAgentContext.js +3 -1
  72. package/dist/es2019/components/contexts/headerContext.js +3 -1
  73. package/dist/es2019/components/contexts/helpArticleContext.js +3 -1
  74. package/dist/es2019/components/contexts/homeContext.js +3 -1
  75. package/dist/es2019/components/contexts/navigationContext.js +3 -1
  76. package/dist/es2019/components/contexts/relatedArticlesContext.js +3 -1
  77. package/dist/es2019/components/contexts/searchContext.js +3 -1
  78. package/dist/es2019/components/contexts/whatsNewArticleContext.js +3 -1
  79. package/dist/esm/analytics.js +1 -1
  80. package/dist/esm/components/Article/ArticleLoadingFail/index.js +3 -2
  81. package/dist/esm/components/Article/HelpArticle/Loading/index.js +2 -1
  82. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +3 -2
  83. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +3 -2
  84. package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/index.js +3 -2
  85. package/dist/esm/components/Article/HelpArticle/index.js +1 -1
  86. package/dist/esm/components/Article/WhatsNewArticle/Loading/index.js +2 -1
  87. package/dist/esm/components/Article/WhatsNewArticle/index.js +3 -2
  88. package/dist/esm/components/ArticlesList/ArticlesList.js +12 -34
  89. package/dist/esm/components/ArticlesList/ArticlesListItem/index.js +3 -2
  90. package/dist/esm/components/ArticlesList/ArticlesListItem/styled.js +1 -1
  91. package/dist/esm/components/BackButton/index.js +3 -2
  92. package/dist/esm/components/Help.js +2 -1
  93. package/dist/esm/components/HelpContent.js +2 -1
  94. package/dist/esm/components/HelpContentButton/index.js +1 -1
  95. package/dist/esm/components/RelatedArticles/RelatedArticlesLoading.js +2 -1
  96. package/dist/esm/components/RelatedArticles/index.js +4 -3
  97. package/dist/esm/components/RelatedArticles/styled.js +1 -0
  98. package/dist/esm/components/Search/SearchInput/index.js +3 -2
  99. package/dist/esm/components/Search/SearchResults/SearchExternalSite.js +2 -1
  100. package/dist/esm/components/Search/SearchResults/SearchResultsEmpty.js +2 -1
  101. package/dist/esm/components/Search/SearchResults/SearchResultsError.js +2 -1
  102. package/dist/esm/components/ShowMoreButton/index.js +2 -1
  103. package/dist/esm/components/WhatsNew/WhatsNewButton/index.js +3 -2
  104. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.js +2 -1
  105. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.js +2 -1
  106. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +3 -2
  107. package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.js +2 -1
  108. package/dist/esm/components/WhatsNew/WhatsNewResults/index.js +2 -1
  109. package/dist/esm/components/contexts/aiAgentContext.js +3 -6
  110. package/dist/esm/components/contexts/headerContext.js +3 -6
  111. package/dist/esm/components/contexts/helpArticleContext.js +3 -6
  112. package/dist/esm/components/contexts/homeContext.js +3 -6
  113. package/dist/esm/components/contexts/navigationContext.js +4 -6
  114. package/dist/esm/components/contexts/relatedArticlesContext.js +3 -6
  115. package/dist/esm/components/contexts/searchContext.js +3 -5
  116. package/dist/esm/components/contexts/whatsNewArticleContext.js +3 -5
  117. package/dist/types/analytics.d.ts +5 -3
  118. package/dist/types/assets/IconWrapper.d.ts +1 -1
  119. package/dist/types/components/Article/ArticleLoadingFail/index.d.ts +4 -4
  120. package/dist/types/components/Article/ArticleLoadingFail/styled.d.ts +1 -1
  121. package/dist/types/components/Article/HelpArticle/Loading/index.d.ts +3 -3
  122. package/dist/types/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.d.ts +3 -3
  123. package/dist/types/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.d.ts +3 -3
  124. package/dist/types/components/Article/HelpArticle/WasHelpfulForm/index.d.ts +3 -3
  125. package/dist/types/components/Article/HelpArticle/WasHelpfulForm/styled.d.ts +2 -2
  126. package/dist/types/components/Article/WhatsNewArticle/Loading/index.d.ts +3 -3
  127. package/dist/types/components/Article/WhatsNewArticle/index.d.ts +3 -3
  128. package/dist/types/components/Article/WhatsNewArticle/styled.d.ts +1 -1
  129. package/dist/types/components/ArticlesList/ArticlesListItem/index.d.ts +3 -3
  130. package/dist/types/components/ArticlesList/ArticlesListItem/styled.d.ts +10 -10
  131. package/dist/types/components/ArticlesList/styled.d.ts +1 -1
  132. package/dist/types/components/BackButton/index.d.ts +3 -3
  133. package/dist/types/components/Help.d.ts +3 -3
  134. package/dist/types/components/HelpContent.d.ts +3 -3
  135. package/dist/types/components/RelatedArticles/RelatedArticlesLoading.d.ts +3 -3
  136. package/dist/types/components/RelatedArticles/index.d.ts +4 -4
  137. package/dist/types/components/RelatedArticles/styled.d.ts +1 -1
  138. package/dist/types/components/Search/SearchInput/index.d.ts +3 -3
  139. package/dist/types/components/Search/SearchInput/styled.d.ts +2 -2
  140. package/dist/types/components/Search/SearchResults/SearchExternalSite.d.ts +3 -3
  141. package/dist/types/components/Search/SearchResults/SearchResultsEmpty.d.ts +3 -3
  142. package/dist/types/components/Search/SearchResults/SearchResultsError.d.ts +3 -3
  143. package/dist/types/components/Search/SearchResults/styled.d.ts +3 -3
  144. package/dist/types/components/ShowMoreButton/index.d.ts +3 -3
  145. package/dist/types/components/WhatsNew/WhatsNewButton/index.d.ts +3 -3
  146. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.d.ts +3 -3
  147. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.d.ts +2 -2
  148. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.d.ts +3 -3
  149. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.d.ts +2 -2
  150. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.d.ts +3 -3
  151. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.d.ts +2 -2
  152. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.d.ts +2 -2
  153. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.d.ts +3 -3
  154. package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.d.ts +1 -1
  155. package/dist/types/components/WhatsNew/WhatsNewResults/index.d.ts +3 -3
  156. package/dist/types/components/WhatsNew/WhatsNewResults/styled.d.ts +2 -2
  157. package/dist/types/components/contexts/aiAgentContext.d.ts +2 -1
  158. package/dist/types/components/contexts/headerContext.d.ts +2 -1
  159. package/dist/types/components/contexts/helpArticleContext.d.ts +2 -1
  160. package/dist/types/components/contexts/homeContext.d.ts +2 -1
  161. package/dist/types/components/contexts/navigationContext.d.ts +2 -1
  162. package/dist/types/components/contexts/relatedArticlesContext.d.ts +2 -1
  163. package/dist/types/components/contexts/searchContext.d.ts +2 -1
  164. package/dist/types/components/contexts/whatsNewArticleContext.d.ts +2 -1
  165. package/dist/types/components/styled.d.ts +2 -2
  166. package/dist/types/messages.d.ts +113 -113
  167. package/dist/types/util/hooks/cancellablePromise.d.ts +1 -1
  168. package/dist/types/util/hooks/ctx.d.ts +5 -1
  169. package/dist/types/util/index.d.ts +3 -2
  170. package/dist/types-ts4.5/analytics.d.ts +5 -3
  171. package/dist/types-ts4.5/assets/IconWrapper.d.ts +1 -1
  172. package/dist/types-ts4.5/components/Article/ArticleLoadingFail/index.d.ts +4 -4
  173. package/dist/types-ts4.5/components/Article/ArticleLoadingFail/styled.d.ts +1 -1
  174. package/dist/types-ts4.5/components/Article/HelpArticle/Loading/index.d.ts +3 -3
  175. package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.d.ts +3 -3
  176. package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.d.ts +3 -3
  177. package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/index.d.ts +3 -3
  178. package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/styled.d.ts +2 -2
  179. package/dist/types-ts4.5/components/Article/WhatsNewArticle/Loading/index.d.ts +3 -3
  180. package/dist/types-ts4.5/components/Article/WhatsNewArticle/index.d.ts +3 -3
  181. package/dist/types-ts4.5/components/Article/WhatsNewArticle/styled.d.ts +1 -1
  182. package/dist/types-ts4.5/components/ArticlesList/ArticlesListItem/index.d.ts +3 -3
  183. package/dist/types-ts4.5/components/ArticlesList/ArticlesListItem/styled.d.ts +10 -10
  184. package/dist/types-ts4.5/components/ArticlesList/styled.d.ts +1 -1
  185. package/dist/types-ts4.5/components/BackButton/index.d.ts +3 -3
  186. package/dist/types-ts4.5/components/Help.d.ts +3 -3
  187. package/dist/types-ts4.5/components/HelpContent.d.ts +3 -3
  188. package/dist/types-ts4.5/components/RelatedArticles/RelatedArticlesLoading.d.ts +3 -3
  189. package/dist/types-ts4.5/components/RelatedArticles/index.d.ts +4 -4
  190. package/dist/types-ts4.5/components/RelatedArticles/styled.d.ts +1 -1
  191. package/dist/types-ts4.5/components/Search/SearchInput/index.d.ts +3 -3
  192. package/dist/types-ts4.5/components/Search/SearchInput/styled.d.ts +2 -2
  193. package/dist/types-ts4.5/components/Search/SearchResults/SearchExternalSite.d.ts +3 -3
  194. package/dist/types-ts4.5/components/Search/SearchResults/SearchResultsEmpty.d.ts +3 -3
  195. package/dist/types-ts4.5/components/Search/SearchResults/SearchResultsError.d.ts +3 -3
  196. package/dist/types-ts4.5/components/Search/SearchResults/styled.d.ts +3 -3
  197. package/dist/types-ts4.5/components/ShowMoreButton/index.d.ts +3 -3
  198. package/dist/types-ts4.5/components/WhatsNew/WhatsNewButton/index.d.ts +3 -3
  199. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.d.ts +3 -3
  200. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.d.ts +2 -2
  201. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.d.ts +3 -3
  202. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.d.ts +2 -2
  203. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.d.ts +3 -3
  204. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.d.ts +2 -2
  205. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.d.ts +2 -2
  206. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.d.ts +3 -3
  207. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.d.ts +1 -1
  208. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/index.d.ts +3 -3
  209. package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/styled.d.ts +2 -2
  210. package/dist/types-ts4.5/components/contexts/aiAgentContext.d.ts +2 -1
  211. package/dist/types-ts4.5/components/contexts/headerContext.d.ts +2 -1
  212. package/dist/types-ts4.5/components/contexts/helpArticleContext.d.ts +2 -1
  213. package/dist/types-ts4.5/components/contexts/homeContext.d.ts +2 -1
  214. package/dist/types-ts4.5/components/contexts/navigationContext.d.ts +2 -1
  215. package/dist/types-ts4.5/components/contexts/relatedArticlesContext.d.ts +2 -1
  216. package/dist/types-ts4.5/components/contexts/searchContext.d.ts +2 -1
  217. package/dist/types-ts4.5/components/contexts/whatsNewArticleContext.d.ts +2 -1
  218. package/dist/types-ts4.5/components/styled.d.ts +2 -2
  219. package/dist/types-ts4.5/messages.d.ts +113 -113
  220. package/dist/types-ts4.5/util/hooks/cancellablePromise.d.ts +1 -1
  221. package/dist/types-ts4.5/util/hooks/ctx.d.ts +2 -1
  222. package/dist/types-ts4.5/util/index.d.ts +3 -2
  223. package/docs/0-intro.tsx +2 -1
  224. package/package.json +6 -6
  225. package/afm-post-office/tsconfig.json +0 -93
  226. package/afm-townsquare/tsconfig.json +0 -93
  227. package/afm-volt/tsconfig.json +0 -93
@@ -18,8 +18,8 @@ type HomeProps = {
18
18
  isOverlayFullyVisible?: boolean;
19
19
  isOverlayVisible?: boolean;
20
20
  };
21
- export declare const Home: ({ isOverlayFullyVisible, isOverlayVisible, children }: HomeProps) => JSX.Element;
22
- export declare const HomeAi: ({ isOverlayFullyVisible, isOverlayVisible, children }: HomeProps) => JSX.Element;
21
+ export declare const Home: ({ isOverlayFullyVisible, isOverlayVisible, children, }: HomeProps) => JSX.Element;
22
+ export declare const HomeAi: ({ isOverlayFullyVisible, isOverlayVisible, children, }: HomeProps) => JSX.Element;
23
23
  export declare const HelpFooter: ({ children, ...rest }: {
24
24
  [rest: string]: any;
25
25
  children: React.ReactNode;
@@ -1,292 +1,292 @@
1
1
  export declare const messages: {
2
- help_loading: {
3
- id: string;
2
+ help_ai_tab: {
4
3
  defaultMessage: string;
5
4
  description: string;
6
- };
7
- help_header: {
8
5
  id: string;
9
- defaultMessage: string;
10
- description: string;
11
6
  };
12
- help_header_whats_new: {
13
- id: string;
7
+ help_article_error_button_label: {
14
8
  defaultMessage: string;
15
9
  description: string;
16
- };
17
- help_close: {
18
10
  id: string;
11
+ };
12
+ help_article_error_text: {
19
13
  defaultMessage: string;
20
14
  description: string;
21
- };
22
- help_navigation_back: {
23
15
  id: string;
16
+ };
17
+ help_article_error_title: {
24
18
  defaultMessage: string;
25
19
  description: string;
26
- };
27
- help_search_placeholder: {
28
20
  id: string;
21
+ };
22
+ help_article_list_item_type_help_article: {
29
23
  defaultMessage: string;
30
24
  description: string;
31
- };
32
- help_article_rating_title: {
33
25
  id: string;
26
+ };
27
+ help_article_list_item_type_whats_new: {
34
28
  defaultMessage: string;
35
29
  description: string;
36
- };
37
- help_article_rating_option_yes: {
38
30
  id: string;
31
+ };
32
+ help_article_rating_accurate: {
39
33
  defaultMessage: string;
40
34
  description: string;
41
- };
42
- help_article_rating_option_no: {
43
35
  id: string;
36
+ };
37
+ help_article_rating_clear: {
44
38
  defaultMessage: string;
45
39
  description: string;
46
- };
47
- help_article_rating_form_title: {
48
40
  id: string;
41
+ };
42
+ help_article_rating_form_cancel: {
49
43
  defaultMessage: string;
50
44
  description: string;
51
- };
52
- help_article_rating_accurate: {
53
45
  id: string;
46
+ };
47
+ help_article_rating_form_contact_me: {
54
48
  defaultMessage: string;
55
49
  description: string;
56
- };
57
- help_article_rating_clear: {
58
50
  id: string;
51
+ };
52
+ help_article_rating_form_failed: {
59
53
  defaultMessage: string;
60
54
  description: string;
61
- };
62
- help_article_rating_relevant: {
63
55
  id: string;
56
+ };
57
+ help_article_rating_form_failed_try_again: {
64
58
  defaultMessage: string;
65
59
  description: string;
60
+ id: string;
66
61
  };
67
62
  help_article_rating_form_submit: {
68
- id: string;
69
63
  defaultMessage: string;
70
64
  description: string;
65
+ id: string;
71
66
  };
72
67
  help_article_rating_form_Success: {
73
- id: string;
74
68
  defaultMessage: string;
75
69
  description: string;
76
- };
77
- help_article_rating_form_failed: {
78
70
  id: string;
71
+ };
72
+ help_article_rating_form_title: {
79
73
  defaultMessage: string;
80
74
  description: string;
81
- };
82
- help_article_rating_form_failed_try_again: {
83
75
  id: string;
76
+ };
77
+ help_article_rating_option_no: {
84
78
  defaultMessage: string;
85
79
  description: string;
86
- };
87
- help_article_rating_form_cancel: {
88
80
  id: string;
81
+ };
82
+ help_article_rating_option_yes: {
89
83
  defaultMessage: string;
90
84
  description: string;
91
- };
92
- help_article_rating_form_contact_me: {
93
85
  id: string;
86
+ };
87
+ help_article_rating_relevant: {
94
88
  defaultMessage: string;
95
89
  description: string;
96
- };
97
- help_article_list_item_type_whats_new: {
98
90
  id: string;
91
+ };
92
+ help_article_rating_title: {
99
93
  defaultMessage: string;
100
94
  description: string;
101
- };
102
- help_article_list_item_type_help_article: {
103
95
  id: string;
96
+ };
97
+ help_close: {
104
98
  defaultMessage: string;
105
99
  description: string;
106
- };
107
- help_related_article_title: {
108
100
  id: string;
101
+ };
102
+ help_header: {
109
103
  defaultMessage: string;
110
104
  description: string;
111
- };
112
- help_related_article_endpoint_error_title: {
113
105
  id: string;
106
+ };
107
+ help_header_whats_new: {
114
108
  defaultMessage: string;
115
109
  description: string;
116
- };
117
- help_related_article_endpoint_error_description: {
118
110
  id: string;
111
+ };
112
+ help_loading: {
119
113
  defaultMessage: string;
120
114
  description: string;
121
- };
122
- help_related_article_endpoint_error_button_label: {
123
115
  id: string;
116
+ };
117
+ help_navigation_back: {
124
118
  defaultMessage: string;
125
119
  description: string;
126
- };
127
- help_search_results_search_external_site: {
128
120
  id: string;
121
+ };
122
+ help_need_more_help_label: {
129
123
  defaultMessage: string;
130
124
  description: string;
131
- };
132
- help_search_results_no_results: {
133
125
  id: string;
126
+ };
127
+ help_need_more_help_text: {
134
128
  defaultMessage: string;
135
129
  description: string;
136
- };
137
- help_search_results_no_results_line_two: {
138
130
  id: string;
131
+ };
132
+ help_panel_search_back: {
139
133
  defaultMessage: string;
140
134
  description: string;
141
- };
142
- help_search_results_external_site_link: {
143
135
  id: string;
136
+ };
137
+ help_related_article_endpoint_error_button_label: {
144
138
  defaultMessage: string;
145
139
  description: string;
146
- };
147
- help_article_error_title: {
148
140
  id: string;
141
+ };
142
+ help_related_article_endpoint_error_description: {
149
143
  defaultMessage: string;
150
144
  description: string;
151
- };
152
- help_article_error_text: {
153
145
  id: string;
146
+ };
147
+ help_related_article_endpoint_error_title: {
154
148
  defaultMessage: string;
155
149
  description: string;
156
- };
157
- help_article_error_button_label: {
158
150
  id: string;
151
+ };
152
+ help_related_article_title: {
159
153
  defaultMessage: string;
160
154
  description: string;
155
+ id: string;
161
156
  };
162
157
  help_search_error: {
158
+ defaultMessage: string;
159
+ description: string;
163
160
  id: string;
161
+ };
162
+ help_search_error_button_label: {
164
163
  defaultMessage: string;
165
164
  description: string;
165
+ id: string;
166
166
  };
167
167
  help_search_error_line_two: {
168
- id: string;
169
168
  defaultMessage: string;
170
169
  description: string;
171
- };
172
- help_search_error_button_label: {
173
170
  id: string;
171
+ };
172
+ help_search_placeholder: {
174
173
  defaultMessage: string;
175
174
  description: string;
176
- };
177
- help_whats_new_button_label: {
178
175
  id: string;
176
+ };
177
+ help_search_results_external_site_link: {
179
178
  defaultMessage: string;
180
179
  description: string;
181
- };
182
- help_whats_new_button_label_without_product_name: {
183
180
  id: string;
181
+ };
182
+ help_search_results_no_results: {
184
183
  defaultMessage: string;
185
184
  description: string;
186
- };
187
- help_whats_new_button_tooltip: {
188
185
  id: string;
186
+ };
187
+ help_search_results_no_results_line_two: {
189
188
  defaultMessage: string;
190
189
  description: string;
191
- };
192
- help_whats_new_filter_select_option_all: {
193
190
  id: string;
191
+ };
192
+ help_search_results_search_external_site: {
194
193
  defaultMessage: string;
195
194
  description: string;
196
- };
197
- help_whats_new_filter_select_option_new: {
198
195
  id: string;
196
+ };
197
+ help_search_tab: {
199
198
  defaultMessage: string;
200
199
  description: string;
201
- };
202
- help_whats_new_filter_select_option_improvement: {
203
200
  id: string;
201
+ };
202
+ help_show_more_button_label_less: {
204
203
  defaultMessage: string;
205
204
  description: string;
206
- };
207
- help_whats_new_filter_select_option_fix: {
208
205
  id: string;
206
+ };
207
+ help_show_more_button_label_more: {
209
208
  defaultMessage: string;
210
209
  description: string;
211
- };
212
- help_whats_new_filter_select_option_removed: {
213
210
  id: string;
211
+ };
212
+ help_whats_new_button_label: {
214
213
  defaultMessage: string;
215
214
  description: string;
216
- };
217
- help_whats_new_filter_select_option_experiment: {
218
215
  id: string;
216
+ };
217
+ help_whats_new_button_label_without_product_name: {
219
218
  defaultMessage: string;
220
219
  description: string;
221
- };
222
- help_whats_new_no_results: {
223
220
  id: string;
221
+ };
222
+ help_whats_new_button_tooltip: {
224
223
  defaultMessage: string;
225
224
  description: string;
226
- };
227
- help_whats_new_no_results_info: {
228
225
  id: string;
226
+ };
227
+ help_whats_new_filter_select_label: {
229
228
  defaultMessage: string;
230
229
  description: string;
231
- };
232
- help_whats_new_no_results_clear_filter_button_label: {
233
230
  id: string;
231
+ };
232
+ help_whats_new_filter_select_option_all: {
234
233
  defaultMessage: string;
235
234
  description: string;
236
- };
237
- help_whats_new_no_results_clear_filter_info: {
238
235
  id: string;
236
+ };
237
+ help_whats_new_filter_select_option_experiment: {
239
238
  defaultMessage: string;
240
239
  description: string;
241
- };
242
- help_whats_new_related_link_support: {
243
240
  id: string;
241
+ };
242
+ help_whats_new_filter_select_option_fix: {
244
243
  defaultMessage: string;
245
244
  description: string;
246
- };
247
- help_whats_new_related_link_community: {
248
245
  id: string;
246
+ };
247
+ help_whats_new_filter_select_option_improvement: {
249
248
  defaultMessage: string;
250
249
  description: string;
251
- };
252
- help_show_more_button_label_more: {
253
250
  id: string;
251
+ };
252
+ help_whats_new_filter_select_option_new: {
254
253
  defaultMessage: string;
255
254
  description: string;
256
- };
257
- help_show_more_button_label_less: {
258
255
  id: string;
256
+ };
257
+ help_whats_new_filter_select_option_removed: {
259
258
  defaultMessage: string;
260
259
  description: string;
261
- };
262
- help_panel_search_back: {
263
260
  id: string;
261
+ };
262
+ help_whats_new_no_results: {
264
263
  defaultMessage: string;
265
264
  description: string;
266
- };
267
- help_search_tab: {
268
265
  id: string;
266
+ };
267
+ help_whats_new_no_results_clear_filter_button_label: {
269
268
  defaultMessage: string;
270
269
  description: string;
271
- };
272
- help_ai_tab: {
273
270
  id: string;
271
+ };
272
+ help_whats_new_no_results_clear_filter_info: {
274
273
  defaultMessage: string;
275
274
  description: string;
276
- };
277
- help_need_more_help_label: {
278
275
  id: string;
276
+ };
277
+ help_whats_new_no_results_info: {
279
278
  defaultMessage: string;
280
279
  description: string;
281
- };
282
- help_need_more_help_text: {
283
280
  id: string;
281
+ };
282
+ help_whats_new_related_link_community: {
284
283
  defaultMessage: string;
285
284
  description: string;
286
- };
287
- help_whats_new_filter_select_label: {
288
285
  id: string;
286
+ };
287
+ help_whats_new_related_link_support: {
289
288
  defaultMessage: string;
290
289
  description: string;
290
+ id: string;
291
291
  };
292
292
  };
@@ -1,6 +1,6 @@
1
1
  export declare function makeCancelable(promise: Promise<any>): {
2
- promise: Promise<unknown>;
3
2
  cancel(): void;
3
+ promise: Promise<unknown>;
4
4
  };
5
5
  export default function useCancellablePromise(cancelable?: typeof makeCancelable): {
6
6
  cancellablePromise: (p: Promise<any>) => Promise<any>;
@@ -1 +1,5 @@
1
- export declare function createCtx<ContextType>(): readonly [() => NonNullable<ContextType>, import("react").Provider<ContextType | undefined>];
1
+ import { type Provider } from 'react';
2
+ export declare function createCtx<ContextType>(): readonly [
3
+ () => NonNullable<ContextType>,
4
+ Provider<ContextType | undefined>
5
+ ];
@@ -1,7 +1,8 @@
1
1
  import { WHATS_NEW_ITEM_TYPES } from '../model/WhatsNew';
2
- export declare const getTypeIcon: (itemType?: WHATS_NEW_ITEM_TYPES) => "" | import("react").JSX.Element;
2
+ import type { JSX } from 'react';
3
+ export declare const getTypeIcon: (itemType?: WHATS_NEW_ITEM_TYPES) => JSX.Element | "";
3
4
  export declare const getTypeTitle: (itemType: WHATS_NEW_ITEM_TYPES) => {
4
- id: string;
5
5
  defaultMessage: string;
6
6
  description: string;
7
+ id: string;
7
8
  };
@@ -1,7 +1,9 @@
1
1
  import * as x from '@atlaskit/analytics-next';
2
- export declare const withAnalyticsEvents: (createEventMap?: import("@atlaskit/analytics-next/types").CreateEventMap) => <Props, Component>(WrappedComponent: (React.ComponentType<x.WithAnalyticsEventsProps & Props> | React.ForwardRefExoticComponent<Omit<x.WithAnalyticsEventsProps, "ref"> & Props>) & Component) => React.ForwardRefExoticComponent<React.PropsWithoutRef<JSX.LibraryManagedAttributes<Component, Omit<Props, keyof x.WithAnalyticsEventsProps>>> & React.RefAttributes<any>>;
3
- export declare const withAnalyticsContext: (defaultData?: any) => <Props, Component>(WrappedComponent: React.ComponentType<Props> & Component) => React.ForwardRefExoticComponent<React.PropsWithoutRef<JSX.LibraryManagedAttributes<Component, Props & x.WithContextProps>> & React.RefAttributes<any>>;
4
- export declare const createAndFire: (payload: x.AnalyticsEventPayload) => (createAnalyticsEvent: x.CreateUIAnalyticsEvent) => import("@atlaskit/analytics-next").UIAnalyticsEvent;
2
+ import type { CreateEventMap } from '@atlaskit/analytics-next/types';
3
+ import type { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react';
4
+ export declare const withAnalyticsEvents: (createEventMap?: CreateEventMap) => <Props, Component>(WrappedComponent: (React.ComponentType<x.WithAnalyticsEventsProps & Props> | React.ForwardRefExoticComponent<Omit<x.WithAnalyticsEventsProps, 'ref'> & Props>) & Component) => ForwardRefExoticComponent<PropsWithoutRef<JSX.LibraryManagedAttributes<Component, Omit<Props, keyof x.WithAnalyticsEventsProps>>> & RefAttributes<any>>;
5
+ export declare const withAnalyticsContext: (defaultData?: any) => <Props, Component>(WrappedComponent: React.ComponentType<Props> & Component) => ForwardRefExoticComponent<PropsWithoutRef<JSX.LibraryManagedAttributes<Component, Props & x.WithContextProps>> & RefAttributes<any>>;
6
+ export declare const createAndFire: (payload: x.AnalyticsEventPayload) => (createAnalyticsEvent: x.CreateUIAnalyticsEvent) => x.UIAnalyticsEvent;
5
7
  export declare const defaultAnalyticsAttributes: {
6
8
  componentName: string;
7
9
  packageName: string;
@@ -5,5 +5,5 @@ type IconWrapperProps = {
5
5
  Icon: React.FC<NewCoreIconProps>;
6
6
  LegacyIcon: ({ label, primaryColor, secondaryColor, size, testId }: IconProps) => JSX.Element;
7
7
  };
8
- export declare const IconWrapper: ({ Icon, LegacyIcon, appearance }: IconWrapperProps) => React.JSX.Element;
8
+ export declare const IconWrapper: ({ Icon, LegacyIcon, appearance, }: IconWrapperProps) => React.JSX.Element;
9
9
  export {};
@@ -1,12 +1,12 @@
1
1
  import React from 'react';
2
- import { type WrappedComponentProps } from 'react-intl-next';
2
+ import { type WithIntlProps, type WrappedComponentProps } from 'react-intl-next';
3
3
  import { type UIAnalyticsEvent } from '@atlaskit/analytics-next';
4
4
  interface Props {
5
5
  intl: WrappedComponentProps['intl'];
6
6
  onTryAgainButtonClick?(event: React.MouseEvent, analyticsEvent: UIAnalyticsEvent): void;
7
7
  }
8
- export declare const ArticleLoadingFail: ({ onTryAgainButtonClick, intl: { formatMessage } }: Props) => React.JSX.Element;
9
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props>> & {
8
+ export declare const ArticleLoadingFail: ({ onTryAgainButtonClick, intl: { formatMessage }, }: Props) => React.JSX.Element;
9
+ declare const _default_1: React.FC<WithIntlProps<Props>> & {
10
10
  WrappedComponent: React.ComponentType<Props>;
11
11
  };
12
- export default _default;
12
+ export default _default_1;
@@ -6,7 +6,7 @@ import React from 'react';
6
6
  export declare const LoadingErrorMessage: ({ children }: {
7
7
  children: React.ReactNode;
8
8
  }) => JSX.Element;
9
- export declare const LoadingErrorButtonContainer: ({ children }: {
9
+ export declare const LoadingErrorButtonContainer: ({ children, }: {
10
10
  children: React.ReactNode;
11
11
  }) => JSX.Element;
12
12
  export declare const LoadingErrorHeading: ({ children }: {
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { type WrappedComponentProps } from 'react-intl-next';
2
+ import { type WithIntlProps, type 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>> & {
4
+ declare const _default_1: React.FC<WithIntlProps<WrappedComponentProps>> & {
5
5
  WrappedComponent: React.ComponentType<WrappedComponentProps>;
6
6
  };
7
- export default _default;
7
+ export default _default_1;
@@ -1,12 +1,12 @@
1
1
  import React from 'react';
2
- import { type WrappedComponentProps } from 'react-intl-next';
2
+ import { type WithIntlProps, type WrappedComponentProps } from 'react-intl-next';
3
3
  import { type UIAnalyticsEvent } from '@atlaskit/analytics-next';
4
4
  interface Props {
5
5
  isSelected?: boolean;
6
6
  onClick?(event?: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent?: UIAnalyticsEvent): void;
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>> & {
9
+ declare const _default_1: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
10
10
  WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
11
11
  };
12
- export default _default;
12
+ export default _default_1;
@@ -1,12 +1,12 @@
1
1
  import React from 'react';
2
- import { type WrappedComponentProps } from 'react-intl-next';
2
+ import { type WithIntlProps, type WrappedComponentProps } from 'react-intl-next';
3
3
  import { type UIAnalyticsEvent } from '@atlaskit/analytics-next';
4
4
  interface Props {
5
5
  isSelected?: boolean;
6
6
  onClick?(event: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent?: UIAnalyticsEvent): void;
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>> & {
9
+ declare const _default_1: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
10
10
  WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
11
11
  };
12
- export default _default;
12
+ export default _default_1;
@@ -4,7 +4,7 @@
4
4
  */
5
5
  /** @jsxFrag */
6
6
  import React from 'react';
7
- import { type WrappedComponentProps } from 'react-intl-next';
7
+ import { type WithIntlProps, type WrappedComponentProps } from 'react-intl-next';
8
8
  import { type UIAnalyticsEvent } from '@atlaskit/analytics-next';
9
9
  import { type ArticleFeedback } from '../../../../model/Article';
10
10
  interface Props {
@@ -13,7 +13,7 @@ interface Props {
13
13
  onWasHelpfulYesButtonClick?(event: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent: UIAnalyticsEvent): void;
14
14
  }
15
15
  export declare const ArticleWasHelpfulForm: React.FC<Props & WrappedComponentProps>;
16
- declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
16
+ declare const _default_1: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
17
17
  WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
18
18
  };
19
- export default _default;
19
+ export default _default_1;
@@ -3,7 +3,7 @@
3
3
  * @jsx jsx
4
4
  */
5
5
  import React from 'react';
6
- export declare const ArticleFeedbackContainer: ({ children }: {
6
+ export declare const ArticleFeedbackContainer: ({ children, }: {
7
7
  children: React.ReactNode;
8
8
  }) => JSX.Element;
9
9
  export declare const ArticleFeedbackText: ({ id, top, paddingRight, children, ...rest }: {
@@ -13,6 +13,6 @@ export declare const ArticleFeedbackText: ({ id, top, paddingRight, children, ..
13
13
  paddingRight?: string;
14
14
  top?: string;
15
15
  }) => JSX.Element;
16
- export declare const ArticleFeedbackAnswerWrapper: ({ children }: {
16
+ export declare const ArticleFeedbackAnswerWrapper: ({ children, }: {
17
17
  children: React.ReactNode;
18
18
  }) => JSX.Element;
@@ -1,7 +1,7 @@
1
1
  import React from 'react';
2
- import { type WrappedComponentProps } from 'react-intl-next';
2
+ import { type WithIntlProps, type 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>> & {
4
+ declare const _default_1: React.FC<WithIntlProps<WrappedComponentProps>> & {
5
5
  WrappedComponent: React.ComponentType<WrappedComponentProps>;
6
6
  };
7
- export default _default;
7
+ export default _default_1;
@@ -1,12 +1,12 @@
1
1
  import React from 'react';
2
- import { type WrappedComponentProps } from 'react-intl-next';
2
+ import { type WithIntlProps, type WrappedComponentProps } from 'react-intl-next';
3
3
  import { type WhatsNewArticle as WhatsNewArticleType } from '../../../model/WhatsNew';
4
4
  interface Props {
5
5
  article?: WhatsNewArticleType;
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>> & {
9
+ declare const _default_1: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
10
10
  WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
11
11
  };
12
- export default _default;
12
+ export default _default_1;
@@ -15,6 +15,6 @@ export declare const WhatsNewTitleText: ({ children }: {
15
15
  export declare const RelatedLinkContainer: ({ children }: {
16
16
  children: React.ReactNode;
17
17
  }) => JSX.Element;
18
- export declare const ExternalLinkIconContainer: ({ children }: {
18
+ export declare const ExternalLinkIconContainer: ({ children, }: {
19
19
  children: React.ReactNode;
20
20
  }) => JSX.Element;
@@ -1,13 +1,13 @@
1
1
  import React from 'react';
2
2
  import { type UIAnalyticsEvent } from '@atlaskit/analytics-next';
3
- import { type WrappedComponentProps } from 'react-intl-next';
3
+ import { type WithIntlProps, type WrappedComponentProps } from 'react-intl-next';
4
4
  import { type ArticleItem } from '../../../model/Article';
5
5
  interface Props {
6
6
  onClick?: (event: React.MouseEvent<HTMLElement>, analyticsEvent: UIAnalyticsEvent) => void;
7
7
  styles?: {};
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>> & {
10
+ declare const _default_1: React.FC<WithIntlProps<Props & Partial<ArticleItem> & WrappedComponentProps>> & {
11
11
  WrappedComponent: React.ComponentType<Props & Partial<ArticleItem> & WrappedComponentProps>;
12
12
  };
13
- export default _default;
13
+ export default _default_1;