@atlaskit/help 9.1.23 → 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 +12 -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
@@ -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,4 +1,5 @@
1
+ import { type Provider } from 'react';
1
2
  export declare function createCtx<ContextType>(): readonly [
2
3
  () => NonNullable<ContextType>,
3
- import("react").Provider<ContextType | undefined>
4
+ Provider<ContextType | undefined>
4
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
  };
package/docs/0-intro.tsx CHANGED
@@ -3,7 +3,7 @@ import { md, code, Props, AtlassianInternalWarning } from '@atlaskit/docs';
3
3
 
4
4
  const helpProps = require('!!extract-react-types-loader!../src/components/Help');
5
5
 
6
- export default md`
6
+ const _default_1: any = md`
7
7
  ${(<AtlassianInternalWarning />)}
8
8
 
9
9
  ## Usage
@@ -84,3 +84,4 @@ export default Example;
84
84
 
85
85
  ${(<Props props={helpProps} />)}
86
86
  `;
87
+ export default _default_1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/help",
3
- "version": "9.1.23",
3
+ "version": "9.1.25",
4
4
  "description": "A cross-product help component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -32,7 +32,7 @@
32
32
  },
33
33
  "dependencies": {
34
34
  "@atlaskit/analytics-next": "^11.1.0",
35
- "@atlaskit/button": "^23.5.0",
35
+ "@atlaskit/button": "^23.6.0",
36
36
  "@atlaskit/checkbox": "^17.1.0",
37
37
  "@atlaskit/form": "^14.2.0",
38
38
  "@atlaskit/heading": "^5.2.0",
@@ -43,16 +43,16 @@
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.1.0",
47
47
  "@atlaskit/radio": "^8.3.0",
48
- "@atlaskit/section-message": "^8.7.0",
48
+ "@atlaskit/section-message": "^8.9.0",
49
49
  "@atlaskit/select": "^21.3.0",
50
50
  "@atlaskit/spinner": "^19.0.0",
51
51
  "@atlaskit/textarea": "^8.0.0",
52
52
  "@atlaskit/textfield": "^8.0.0",
53
53
  "@atlaskit/theme": "^21.0.0",
54
- "@atlaskit/tokens": "^7.0.0",
55
- "@atlaskit/tooltip": "^20.5.0",
54
+ "@atlaskit/tokens": "^8.0.0",
55
+ "@atlaskit/tooltip": "^20.8.0",
56
56
  "@babel/runtime": "^7.0.0",
57
57
  "@compiled/react": "^0.18.6",
58
58
  "date-fns": "^2.17.0",
@@ -1,93 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.post-office.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../post-office/tsDist/@atlaskit__help/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../../analytics/analytics-next/afm-post-office/tsconfig.json"
28
- },
29
- {
30
- "path": "../../../design-system/button/afm-post-office/tsconfig.json"
31
- },
32
- {
33
- "path": "../../../design-system/checkbox/afm-post-office/tsconfig.json"
34
- },
35
- {
36
- "path": "../../../design-system/form/afm-post-office/tsconfig.json"
37
- },
38
- {
39
- "path": "../../../design-system/heading/afm-post-office/tsconfig.json"
40
- },
41
- {
42
- "path": "../../help-article/afm-post-office/tsconfig.json"
43
- },
44
- {
45
- "path": "../../help-layout/afm-post-office/tsconfig.json"
46
- },
47
- {
48
- "path": "../../../design-system/icon/afm-post-office/tsconfig.json"
49
- },
50
- {
51
- "path": "../../../design-system/legacy-custom-icons/afm-post-office/tsconfig.json"
52
- },
53
- {
54
- "path": "../../../notifications/notification-indicator/afm-post-office/tsconfig.json"
55
- },
56
- {
57
- "path": "../../../notifications/notification-log-client/afm-post-office/tsconfig.json"
58
- },
59
- {
60
- "path": "../../../platform/feature-flags/afm-post-office/tsconfig.json"
61
- },
62
- {
63
- "path": "../../../design-system/primitives/afm-post-office/tsconfig.json"
64
- },
65
- {
66
- "path": "../../../design-system/radio/afm-post-office/tsconfig.json"
67
- },
68
- {
69
- "path": "../../../design-system/section-message/afm-post-office/tsconfig.json"
70
- },
71
- {
72
- "path": "../../../design-system/select/afm-post-office/tsconfig.json"
73
- },
74
- {
75
- "path": "../../../design-system/spinner/afm-post-office/tsconfig.json"
76
- },
77
- {
78
- "path": "../../../design-system/textarea/afm-post-office/tsconfig.json"
79
- },
80
- {
81
- "path": "../../../design-system/textfield/afm-post-office/tsconfig.json"
82
- },
83
- {
84
- "path": "../../../design-system/theme/afm-post-office/tsconfig.json"
85
- },
86
- {
87
- "path": "../../../design-system/tokens/afm-post-office/tsconfig.json"
88
- },
89
- {
90
- "path": "../../../design-system/tooltip/afm-post-office/tsconfig.json"
91
- }
92
- ]
93
- }
@@ -1,93 +0,0 @@
1
- {
2
- "extends": "../../../../tsconfig.entry-points.townsquare.json",
3
- "compilerOptions": {
4
- "declaration": true,
5
- "target": "es5",
6
- "outDir": "../../../../../townsquare/tsDist/@atlaskit__help/app",
7
- "rootDir": "../",
8
- "composite": true
9
- },
10
- "include": [
11
- "../src/**/*.ts",
12
- "../src/**/*.tsx"
13
- ],
14
- "exclude": [
15
- "../src/**/__tests__/*",
16
- "../src/**/*.test.*",
17
- "../src/**/test.*",
18
- "../src/**/examples.*",
19
- "../src/**/examples/*",
20
- "../src/**/examples/**/*",
21
- "../src/**/*.stories.*",
22
- "../src/**/stories/*",
23
- "../src/**/stories/**/*"
24
- ],
25
- "references": [
26
- {
27
- "path": "../../../analytics/analytics-next/afm-townsquare/tsconfig.json"
28
- },
29
- {
30
- "path": "../../../design-system/button/afm-townsquare/tsconfig.json"
31
- },
32
- {
33
- "path": "../../../design-system/checkbox/afm-townsquare/tsconfig.json"
34
- },
35
- {
36
- "path": "../../../design-system/form/afm-townsquare/tsconfig.json"
37
- },
38
- {
39
- "path": "../../../design-system/heading/afm-townsquare/tsconfig.json"
40
- },
41
- {
42
- "path": "../../help-article/afm-townsquare/tsconfig.json"
43
- },
44
- {
45
- "path": "../../help-layout/afm-townsquare/tsconfig.json"
46
- },
47
- {
48
- "path": "../../../design-system/icon/afm-townsquare/tsconfig.json"
49
- },
50
- {
51
- "path": "../../../design-system/legacy-custom-icons/afm-townsquare/tsconfig.json"
52
- },
53
- {
54
- "path": "../../../notifications/notification-indicator/afm-townsquare/tsconfig.json"
55
- },
56
- {
57
- "path": "../../../notifications/notification-log-client/afm-townsquare/tsconfig.json"
58
- },
59
- {
60
- "path": "../../../platform/feature-flags/afm-townsquare/tsconfig.json"
61
- },
62
- {
63
- "path": "../../../design-system/primitives/afm-townsquare/tsconfig.json"
64
- },
65
- {
66
- "path": "../../../design-system/radio/afm-townsquare/tsconfig.json"
67
- },
68
- {
69
- "path": "../../../design-system/section-message/afm-townsquare/tsconfig.json"
70
- },
71
- {
72
- "path": "../../../design-system/select/afm-townsquare/tsconfig.json"
73
- },
74
- {
75
- "path": "../../../design-system/spinner/afm-townsquare/tsconfig.json"
76
- },
77
- {
78
- "path": "../../../design-system/textarea/afm-townsquare/tsconfig.json"
79
- },
80
- {
81
- "path": "../../../design-system/textfield/afm-townsquare/tsconfig.json"
82
- },
83
- {
84
- "path": "../../../design-system/theme/afm-townsquare/tsconfig.json"
85
- },
86
- {
87
- "path": "../../../design-system/tokens/afm-townsquare/tsconfig.json"
88
- },
89
- {
90
- "path": "../../../design-system/tooltip/afm-townsquare/tsconfig.json"
91
- }
92
- ]
93
- }