@atlaskit/help 9.1.24 → 9.1.26
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/afm-products/tsconfig.json +93 -0
- package/dist/cjs/analytics.js +1 -1
- package/dist/cjs/components/Article/ArticleLoadingFail/index.js +3 -2
- package/dist/cjs/components/Article/HelpArticle/Loading/index.js +2 -1
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +3 -2
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +3 -2
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/index.js +3 -2
- package/dist/cjs/components/Article/HelpArticle/index.js +1 -1
- package/dist/cjs/components/Article/WhatsNewArticle/Loading/index.js +2 -1
- package/dist/cjs/components/Article/WhatsNewArticle/index.js +3 -2
- package/dist/cjs/components/ArticlesList/ArticlesList.js +11 -33
- package/dist/cjs/components/ArticlesList/ArticlesListItem/index.js +4 -3
- package/dist/cjs/components/ArticlesList/ArticlesListItem/styled.js +1 -1
- package/dist/cjs/components/BackButton/index.js +3 -2
- package/dist/cjs/components/Help.js +2 -1
- package/dist/cjs/components/HelpContent.js +2 -1
- package/dist/cjs/components/HelpContentButton/index.js +1 -1
- package/dist/cjs/components/NeedMoreHelp/styled.compiled.css +3 -3
- package/dist/cjs/components/NeedMoreHelp/styled.js +3 -3
- package/dist/cjs/components/RelatedArticles/RelatedArticlesLoading.js +2 -1
- package/dist/cjs/components/RelatedArticles/index.js +4 -3
- package/dist/cjs/components/RelatedArticles/styled.js +1 -0
- package/dist/cjs/components/Search/SearchInput/index.js +3 -2
- package/dist/cjs/components/Search/SearchResults/SearchExternalSite.js +2 -1
- package/dist/cjs/components/Search/SearchResults/SearchResultsEmpty.js +2 -1
- package/dist/cjs/components/Search/SearchResults/SearchResultsError.js +2 -1
- package/dist/cjs/components/ShowMoreButton/index.js +2 -1
- package/dist/cjs/components/Tabs/styled.js +2 -2
- package/dist/cjs/components/WhatsNew/WhatsNewButton/index.js +3 -2
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.js +2 -1
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.js +2 -1
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +3 -2
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.js +2 -1
- package/dist/cjs/components/WhatsNew/WhatsNewResults/index.js +2 -1
- package/dist/cjs/components/contexts/aiAgentContext.js +3 -5
- package/dist/cjs/components/contexts/headerContext.js +3 -5
- package/dist/cjs/components/contexts/helpArticleContext.js +3 -5
- package/dist/cjs/components/contexts/homeContext.js +3 -5
- package/dist/cjs/components/contexts/navigationContext.js +4 -5
- package/dist/cjs/components/contexts/relatedArticlesContext.js +3 -5
- package/dist/cjs/components/contexts/searchContext.js +3 -4
- package/dist/cjs/components/contexts/whatsNewArticleContext.js +3 -4
- package/dist/es2019/analytics.js +1 -1
- package/dist/es2019/components/Article/ArticleLoadingFail/index.js +3 -2
- package/dist/es2019/components/Article/HelpArticle/Loading/index.js +2 -1
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +3 -2
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +3 -2
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/index.js +3 -2
- package/dist/es2019/components/Article/HelpArticle/index.js +1 -1
- package/dist/es2019/components/Article/WhatsNewArticle/Loading/index.js +2 -1
- package/dist/es2019/components/Article/WhatsNewArticle/index.js +3 -2
- package/dist/es2019/components/ArticlesList/ArticlesList.js +32 -50
- package/dist/es2019/components/ArticlesList/ArticlesListItem/index.js +4 -3
- package/dist/es2019/components/ArticlesList/ArticlesListItem/styled.js +1 -1
- package/dist/es2019/components/BackButton/index.js +3 -2
- package/dist/es2019/components/Help.js +2 -1
- package/dist/es2019/components/HelpContent.js +2 -1
- package/dist/es2019/components/HelpContentButton/index.js +1 -1
- package/dist/es2019/components/NeedMoreHelp/styled.compiled.css +3 -3
- package/dist/es2019/components/NeedMoreHelp/styled.js +3 -3
- package/dist/es2019/components/RelatedArticles/RelatedArticlesLoading.js +2 -1
- package/dist/es2019/components/RelatedArticles/index.js +4 -3
- package/dist/es2019/components/RelatedArticles/styled.js +1 -0
- package/dist/es2019/components/Search/SearchInput/index.js +3 -2
- package/dist/es2019/components/Search/SearchResults/SearchExternalSite.js +2 -1
- package/dist/es2019/components/Search/SearchResults/SearchResultsEmpty.js +2 -1
- package/dist/es2019/components/Search/SearchResults/SearchResultsError.js +2 -1
- package/dist/es2019/components/ShowMoreButton/index.js +2 -1
- package/dist/es2019/components/Tabs/styled.js +2 -2
- package/dist/es2019/components/WhatsNew/WhatsNewButton/index.js +3 -2
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.js +2 -1
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.js +2 -1
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +3 -2
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.js +2 -1
- package/dist/es2019/components/WhatsNew/WhatsNewResults/index.js +2 -1
- package/dist/es2019/components/contexts/aiAgentContext.js +3 -1
- package/dist/es2019/components/contexts/headerContext.js +3 -1
- package/dist/es2019/components/contexts/helpArticleContext.js +3 -1
- package/dist/es2019/components/contexts/homeContext.js +3 -1
- package/dist/es2019/components/contexts/navigationContext.js +3 -1
- package/dist/es2019/components/contexts/relatedArticlesContext.js +3 -1
- package/dist/es2019/components/contexts/searchContext.js +3 -1
- package/dist/es2019/components/contexts/whatsNewArticleContext.js +3 -1
- package/dist/esm/analytics.js +1 -1
- package/dist/esm/components/Article/ArticleLoadingFail/index.js +3 -2
- package/dist/esm/components/Article/HelpArticle/Loading/index.js +2 -1
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +3 -2
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +3 -2
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/index.js +3 -2
- package/dist/esm/components/Article/HelpArticle/index.js +1 -1
- package/dist/esm/components/Article/WhatsNewArticle/Loading/index.js +2 -1
- package/dist/esm/components/Article/WhatsNewArticle/index.js +3 -2
- package/dist/esm/components/ArticlesList/ArticlesList.js +12 -34
- package/dist/esm/components/ArticlesList/ArticlesListItem/index.js +4 -3
- package/dist/esm/components/ArticlesList/ArticlesListItem/styled.js +1 -1
- package/dist/esm/components/BackButton/index.js +3 -2
- package/dist/esm/components/Help.js +2 -1
- package/dist/esm/components/HelpContent.js +2 -1
- package/dist/esm/components/HelpContentButton/index.js +1 -1
- package/dist/esm/components/NeedMoreHelp/styled.compiled.css +3 -3
- package/dist/esm/components/NeedMoreHelp/styled.js +3 -3
- package/dist/esm/components/RelatedArticles/RelatedArticlesLoading.js +2 -1
- package/dist/esm/components/RelatedArticles/index.js +4 -3
- package/dist/esm/components/RelatedArticles/styled.js +1 -0
- package/dist/esm/components/Search/SearchInput/index.js +3 -2
- package/dist/esm/components/Search/SearchResults/SearchExternalSite.js +2 -1
- package/dist/esm/components/Search/SearchResults/SearchResultsEmpty.js +2 -1
- package/dist/esm/components/Search/SearchResults/SearchResultsError.js +2 -1
- package/dist/esm/components/ShowMoreButton/index.js +2 -1
- package/dist/esm/components/Tabs/styled.js +2 -2
- package/dist/esm/components/WhatsNew/WhatsNewButton/index.js +3 -2
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.js +2 -1
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.js +2 -1
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +3 -2
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.js +2 -1
- package/dist/esm/components/WhatsNew/WhatsNewResults/index.js +2 -1
- package/dist/esm/components/contexts/aiAgentContext.js +3 -6
- package/dist/esm/components/contexts/headerContext.js +3 -6
- package/dist/esm/components/contexts/helpArticleContext.js +3 -6
- package/dist/esm/components/contexts/homeContext.js +3 -6
- package/dist/esm/components/contexts/navigationContext.js +4 -6
- package/dist/esm/components/contexts/relatedArticlesContext.js +3 -6
- package/dist/esm/components/contexts/searchContext.js +3 -5
- package/dist/esm/components/contexts/whatsNewArticleContext.js +3 -5
- package/dist/types/analytics.d.ts +5 -3
- package/dist/types/assets/IconWrapper.d.ts +1 -1
- package/dist/types/components/Article/ArticleLoadingFail/index.d.ts +4 -4
- package/dist/types/components/Article/ArticleLoadingFail/styled.d.ts +1 -1
- package/dist/types/components/Article/HelpArticle/Loading/index.d.ts +3 -3
- package/dist/types/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.d.ts +3 -3
- package/dist/types/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.d.ts +3 -3
- package/dist/types/components/Article/HelpArticle/WasHelpfulForm/index.d.ts +3 -3
- package/dist/types/components/Article/HelpArticle/WasHelpfulForm/styled.d.ts +2 -2
- package/dist/types/components/Article/WhatsNewArticle/Loading/index.d.ts +3 -3
- package/dist/types/components/Article/WhatsNewArticle/index.d.ts +3 -3
- package/dist/types/components/Article/WhatsNewArticle/styled.d.ts +1 -1
- package/dist/types/components/ArticlesList/ArticlesListItem/index.d.ts +3 -3
- package/dist/types/components/ArticlesList/ArticlesListItem/styled.d.ts +10 -10
- package/dist/types/components/ArticlesList/styled.d.ts +1 -1
- package/dist/types/components/BackButton/index.d.ts +3 -3
- package/dist/types/components/Help.d.ts +3 -3
- package/dist/types/components/HelpContent.d.ts +3 -3
- package/dist/types/components/RelatedArticles/RelatedArticlesLoading.d.ts +3 -3
- package/dist/types/components/RelatedArticles/index.d.ts +4 -4
- package/dist/types/components/RelatedArticles/styled.d.ts +1 -1
- package/dist/types/components/Search/SearchInput/index.d.ts +3 -3
- package/dist/types/components/Search/SearchInput/styled.d.ts +2 -2
- package/dist/types/components/Search/SearchResults/SearchExternalSite.d.ts +3 -3
- package/dist/types/components/Search/SearchResults/SearchResultsEmpty.d.ts +3 -3
- package/dist/types/components/Search/SearchResults/SearchResultsError.d.ts +3 -3
- package/dist/types/components/Search/SearchResults/styled.d.ts +3 -3
- package/dist/types/components/ShowMoreButton/index.d.ts +3 -3
- package/dist/types/components/WhatsNew/WhatsNewButton/index.d.ts +3 -3
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.d.ts +3 -3
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.d.ts +2 -2
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.d.ts +3 -3
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.d.ts +2 -2
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.d.ts +3 -3
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.d.ts +2 -2
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.d.ts +2 -2
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.d.ts +3 -3
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.d.ts +1 -1
- package/dist/types/components/WhatsNew/WhatsNewResults/index.d.ts +3 -3
- package/dist/types/components/WhatsNew/WhatsNewResults/styled.d.ts +2 -2
- package/dist/types/components/contexts/aiAgentContext.d.ts +2 -1
- package/dist/types/components/contexts/headerContext.d.ts +2 -1
- package/dist/types/components/contexts/helpArticleContext.d.ts +2 -1
- package/dist/types/components/contexts/homeContext.d.ts +2 -1
- package/dist/types/components/contexts/navigationContext.d.ts +2 -1
- package/dist/types/components/contexts/relatedArticlesContext.d.ts +2 -1
- package/dist/types/components/contexts/searchContext.d.ts +2 -1
- package/dist/types/components/contexts/whatsNewArticleContext.d.ts +2 -1
- package/dist/types/components/styled.d.ts +2 -2
- package/dist/types/messages.d.ts +113 -113
- package/dist/types/util/hooks/cancellablePromise.d.ts +1 -1
- package/dist/types/util/hooks/ctx.d.ts +5 -1
- package/dist/types/util/index.d.ts +3 -2
- package/dist/types-ts4.5/analytics.d.ts +5 -3
- package/dist/types-ts4.5/assets/IconWrapper.d.ts +1 -1
- package/dist/types-ts4.5/components/Article/ArticleLoadingFail/index.d.ts +4 -4
- package/dist/types-ts4.5/components/Article/ArticleLoadingFail/styled.d.ts +1 -1
- package/dist/types-ts4.5/components/Article/HelpArticle/Loading/index.d.ts +3 -3
- package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.d.ts +3 -3
- package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.d.ts +3 -3
- package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/index.d.ts +3 -3
- package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/styled.d.ts +2 -2
- package/dist/types-ts4.5/components/Article/WhatsNewArticle/Loading/index.d.ts +3 -3
- package/dist/types-ts4.5/components/Article/WhatsNewArticle/index.d.ts +3 -3
- package/dist/types-ts4.5/components/Article/WhatsNewArticle/styled.d.ts +1 -1
- package/dist/types-ts4.5/components/ArticlesList/ArticlesListItem/index.d.ts +3 -3
- package/dist/types-ts4.5/components/ArticlesList/ArticlesListItem/styled.d.ts +10 -10
- package/dist/types-ts4.5/components/ArticlesList/styled.d.ts +1 -1
- package/dist/types-ts4.5/components/BackButton/index.d.ts +3 -3
- package/dist/types-ts4.5/components/Help.d.ts +3 -3
- package/dist/types-ts4.5/components/HelpContent.d.ts +3 -3
- package/dist/types-ts4.5/components/RelatedArticles/RelatedArticlesLoading.d.ts +3 -3
- package/dist/types-ts4.5/components/RelatedArticles/index.d.ts +4 -4
- package/dist/types-ts4.5/components/RelatedArticles/styled.d.ts +1 -1
- package/dist/types-ts4.5/components/Search/SearchInput/index.d.ts +3 -3
- package/dist/types-ts4.5/components/Search/SearchInput/styled.d.ts +2 -2
- package/dist/types-ts4.5/components/Search/SearchResults/SearchExternalSite.d.ts +3 -3
- package/dist/types-ts4.5/components/Search/SearchResults/SearchResultsEmpty.d.ts +3 -3
- package/dist/types-ts4.5/components/Search/SearchResults/SearchResultsError.d.ts +3 -3
- package/dist/types-ts4.5/components/Search/SearchResults/styled.d.ts +3 -3
- package/dist/types-ts4.5/components/ShowMoreButton/index.d.ts +3 -3
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewButton/index.d.ts +3 -3
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.d.ts +3 -3
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.d.ts +2 -2
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.d.ts +3 -3
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.d.ts +2 -2
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.d.ts +3 -3
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.d.ts +2 -2
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.d.ts +2 -2
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.d.ts +3 -3
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.d.ts +1 -1
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/index.d.ts +3 -3
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/styled.d.ts +2 -2
- package/dist/types-ts4.5/components/contexts/aiAgentContext.d.ts +2 -1
- package/dist/types-ts4.5/components/contexts/headerContext.d.ts +2 -1
- package/dist/types-ts4.5/components/contexts/helpArticleContext.d.ts +2 -1
- package/dist/types-ts4.5/components/contexts/homeContext.d.ts +2 -1
- package/dist/types-ts4.5/components/contexts/navigationContext.d.ts +2 -1
- package/dist/types-ts4.5/components/contexts/relatedArticlesContext.d.ts +2 -1
- package/dist/types-ts4.5/components/contexts/searchContext.d.ts +2 -1
- package/dist/types-ts4.5/components/contexts/whatsNewArticleContext.d.ts +2 -1
- package/dist/types-ts4.5/components/styled.d.ts +2 -2
- package/dist/types-ts4.5/messages.d.ts +113 -113
- package/dist/types-ts4.5/util/hooks/cancellablePromise.d.ts +1 -1
- package/dist/types-ts4.5/util/hooks/ctx.d.ts +2 -1
- package/dist/types-ts4.5/util/index.d.ts +3 -2
- package/docs/0-intro.tsx +2 -1
- package/package.json +7 -7
- package/afm-post-office/tsconfig.json +0 -93
- package/afm-townsquare/tsconfig.json +0 -93
- package/afm-volt/tsconfig.json +0 -93
|
@@ -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 WhatsNewArticleItem } from '../../../../../model/WhatsNew';
|
|
5
5
|
interface Props {
|
|
6
6
|
onClick?: (event: React.MouseEvent<HTMLElement>, analyticsEvent: UIAnalyticsEvent) => void;
|
|
7
7
|
styles?: {};
|
|
8
8
|
}
|
|
9
9
|
export declare const WhatsNewResultListItem: React.FC<Props & Partial<WhatsNewArticleItem> & WrappedComponentProps>;
|
|
10
|
-
declare const
|
|
10
|
+
declare const _default_1: React.FC<WithIntlProps<Props & Partial<WhatsNewArticleItem> & WrappedComponentProps>> & {
|
|
11
11
|
WrappedComponent: React.ComponentType<Props & Partial<WhatsNewArticleItem> & WrappedComponentProps>;
|
|
12
12
|
};
|
|
13
|
-
export default
|
|
13
|
+
export default _default_1;
|
|
@@ -11,9 +11,9 @@ export declare const WhatsNewResultListItemWrapper: ({ styles, children, ...rest
|
|
|
11
11
|
export declare const WhatsNewResultListItemTitleContainer: ({ children, }: {
|
|
12
12
|
children: React.ReactNode;
|
|
13
13
|
}) => JSX.Element;
|
|
14
|
-
export declare const WhatsNewResultListItemTitleText: ({ children }: {
|
|
14
|
+
export declare const WhatsNewResultListItemTitleText: ({ children, }: {
|
|
15
15
|
children: React.ReactNode;
|
|
16
16
|
}) => JSX.Element;
|
|
17
|
-
export declare const WhatsNewResultListItemDescription: ({ children }: {
|
|
17
|
+
export declare const WhatsNewResultListItemDescription: ({ children, }: {
|
|
18
18
|
children: React.ReactNode;
|
|
19
19
|
}) => JSX.Element;
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
-
export declare const WhatsNewResultsListContainer: ({ children }: {
|
|
6
|
+
export declare const WhatsNewResultsListContainer: ({ children, }: {
|
|
7
7
|
children: React.ReactNode;
|
|
8
8
|
}) => JSX.Element;
|
|
9
9
|
export declare const WhatsNewResultsListGroupWrapper: ({ key, children, }: {
|
|
10
10
|
children: React.ReactNode;
|
|
11
11
|
key: string | number;
|
|
12
12
|
}) => JSX.Element;
|
|
13
|
-
export declare const WhatsNewResultsListGroupTitle: ({ children }: {
|
|
13
|
+
export declare const WhatsNewResultsListGroupTitle: ({ children, }: {
|
|
14
14
|
children: React.ReactNode;
|
|
15
15
|
}) => 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 WhatsNewResultsLoading: React.FC<WrappedComponentProps>;
|
|
4
|
-
declare const
|
|
4
|
+
declare const _default_1: React.FC<WithIntlProps<WrappedComponentProps>> & {
|
|
5
5
|
WrappedComponent: React.ComponentType<WrappedComponentProps>;
|
|
6
6
|
};
|
|
7
|
-
export default
|
|
7
|
+
export default _default_1;
|
|
@@ -7,6 +7,6 @@ export declare const LoadingWhatsNewResultsList: ({ children, ...rest }: {
|
|
|
7
7
|
[rest: string]: any;
|
|
8
8
|
children: React.ReactNode;
|
|
9
9
|
}) => JSX.Element;
|
|
10
|
-
export declare const LoadingWhatsNewResultsListItem: ({ children }: {
|
|
10
|
+
export declare const LoadingWhatsNewResultsListItem: ({ children, }: {
|
|
11
11
|
children: React.ReactNode;
|
|
12
12
|
}) => JSX.Element;
|
|
@@ -4,9 +4,9 @@
|
|
|
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
|
export declare const WhatsNewResults: React.FC<WrappedComponentProps>;
|
|
9
|
-
declare const
|
|
9
|
+
declare const _default_1: React.FC<WithIntlProps<WrappedComponentProps>> & {
|
|
10
10
|
WrappedComponent: React.ComponentType<WrappedComponentProps>;
|
|
11
11
|
};
|
|
12
|
-
export default
|
|
12
|
+
export default _default_1;
|
|
@@ -6,9 +6,9 @@ import React from 'react';
|
|
|
6
6
|
export declare const SelectContainer: ({ children }: {
|
|
7
7
|
children: React.ReactNode;
|
|
8
8
|
}) => JSX.Element;
|
|
9
|
-
export declare const WhatsNewResultsListContainer: ({ children }: {
|
|
9
|
+
export declare const WhatsNewResultsListContainer: ({ children, }: {
|
|
10
10
|
children: React.ReactNode;
|
|
11
11
|
}) => JSX.Element;
|
|
12
|
-
export declare const WhatsNewResultsListTitleContainer: ({ children }: {
|
|
12
|
+
export declare const WhatsNewResultsListTitleContainer: ({ children, }: {
|
|
13
13
|
children: React.ReactNode;
|
|
14
14
|
}) => JSX.Element;
|
|
@@ -5,5 +5,6 @@ export interface AiContextInterface {
|
|
|
5
5
|
onAiTabClicked?(event: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent: UIAnalyticsEvent): void;
|
|
6
6
|
onSearchTabClicked?(event: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent: UIAnalyticsEvent): void;
|
|
7
7
|
}
|
|
8
|
-
export declare const useAiContext: () => AiContextInterface
|
|
8
|
+
export declare const useAiContext: () => AiContextInterface;
|
|
9
|
+
export declare const CtxProvider: React.Provider<AiContextInterface | undefined>;
|
|
9
10
|
export declare const AiContextProvider: ({ isAiEnabled, onSearchTabClicked, onAiTabClicked, children, }: PropsWithChildren<AiContextInterface>) => React.JSX.Element;
|
|
@@ -4,6 +4,7 @@ interface HeaderSharedInterface {
|
|
|
4
4
|
onBackButtonClick?(event: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent: UIAnalyticsEvent): void;
|
|
5
5
|
onCloseButtonClick?(event: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent: UIAnalyticsEvent): void;
|
|
6
6
|
}
|
|
7
|
-
export declare const useHeaderContext: () => HeaderSharedInterface
|
|
7
|
+
export declare const useHeaderContext: () => HeaderSharedInterface;
|
|
8
|
+
export declare const CtxProvider: React.Provider<HeaderSharedInterface | undefined>;
|
|
8
9
|
export declare const HeaderContextProvider: ({ onCloseButtonClick, onBackButtonClick, children, }: PropsWithChildren<HeaderSharedInterface>) => React.JSX.Element;
|
|
9
10
|
export {};
|
|
@@ -9,5 +9,6 @@ export interface HelpArticleContextInterface {
|
|
|
9
9
|
onWasHelpfulSubmit?(analyticsEvent: UIAnalyticsEvent, articleFeedback: ArticleFeedback, articleData: ArticleItem): Promise<boolean>;
|
|
10
10
|
onWasHelpfulYesButtonClick?(event: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent: UIAnalyticsEvent, ArticleItem: ArticleItem): void;
|
|
11
11
|
}
|
|
12
|
-
export declare const useHelpArticleContext: () => HelpArticleContextInterface
|
|
12
|
+
export declare const useHelpArticleContext: () => HelpArticleContextInterface;
|
|
13
|
+
export declare const CtxProvider: React.Provider<HelpArticleContextInterface | undefined>;
|
|
13
14
|
export declare const HelpArticleContextProvider: ({ onGetHelpArticle, onHelpArticleLoadingFailTryAgainButtonClick, onWasHelpfulYesButtonClick, onWasHelpfulNoButtonClick, onWasHelpfulSubmit, children, }: PropsWithChildren<HelpArticleContextInterface>) => React.JSX.Element;
|
|
@@ -4,5 +4,6 @@ export interface HomeContextInterface {
|
|
|
4
4
|
homeContent?: React.ReactNode;
|
|
5
5
|
homeOptions?: HelpContentButtonProps[];
|
|
6
6
|
}
|
|
7
|
-
export declare const useHomeContext: () => HomeContextInterface
|
|
7
|
+
export declare const useHomeContext: () => HomeContextInterface;
|
|
8
|
+
export declare const CtxProvider: React.Provider<HomeContextInterface | undefined>;
|
|
8
9
|
export declare const HomeContextProvider: ({ homeOptions, homeContent, children, }: PropsWithChildren<HomeContextInterface>) => React.JSX.Element;
|
|
@@ -31,6 +31,7 @@ interface NavigationContextInterface {
|
|
|
31
31
|
reloadWhatsNewArticle?(historyItem: HistoryItem): void;
|
|
32
32
|
view: ViewType;
|
|
33
33
|
}
|
|
34
|
-
export declare const useNavigationContext: () => NavigationContextInterface
|
|
34
|
+
export declare const useNavigationContext: () => NavigationContextInterface;
|
|
35
|
+
export declare const CtxProvider: React.Provider<NavigationContextInterface | undefined>;
|
|
35
36
|
export declare const NavigationContextProvider: ({ navigationData, setNavigationData, children, }: NavigationProviderInterface) => React.JSX.Element;
|
|
36
37
|
export {};
|
|
@@ -8,5 +8,6 @@ export interface RelatedArticlesContextInterface {
|
|
|
8
8
|
routeGroup?: string;
|
|
9
9
|
routeName?: string;
|
|
10
10
|
}
|
|
11
|
-
export declare const useRelatedArticlesContext: () => RelatedArticlesContextInterface
|
|
11
|
+
export declare const useRelatedArticlesContext: () => RelatedArticlesContextInterface;
|
|
12
|
+
export declare const CtxProvider: React.Provider<RelatedArticlesContextInterface | undefined>;
|
|
12
13
|
export declare const RelatedArticlesContextProvider: ({ routeGroup, routeName, onGetRelatedArticles, onRelatedArticlesShowMoreClick, onRelatedArticlesListItemClick, children, }: PropsWithChildren<RelatedArticlesContextInterface>) => React.JSX.Element;
|
|
@@ -22,6 +22,7 @@ export interface SearchProviderInterface extends SearchSharedInterface {
|
|
|
22
22
|
onSearch?(value: string): Promise<ArticleItem[]>;
|
|
23
23
|
onSearchResultItemClick?(event: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent: UIAnalyticsEvent, articleData: ArticleItem): void;
|
|
24
24
|
}
|
|
25
|
-
export declare const useSearchContext: () => SearchContextInterface
|
|
25
|
+
export declare const useSearchContext: () => SearchContextInterface;
|
|
26
|
+
export declare const CtxProvider: React.Provider<SearchContextInterface | undefined>;
|
|
26
27
|
export declare const SearchContextProvider: ({ onSearch, onSearchInputChanged, onSearchInputCleared, onSearchResultItemClick, onSearchExternalUrlClick, searchExternalUrl, children, openExternalSearchUrlInNewTab, searchOnEnterKeyPress, }: PropsWithChildren<SearchProviderInterface>) => React.JSX.Element;
|
|
27
28
|
export {};
|
|
@@ -21,6 +21,7 @@ interface WhatsNewArticleContextInterface extends WhatsNewArticleSharedInterface
|
|
|
21
21
|
interface WhatsNewArticleProviderInterface extends WhatsNewArticleSharedInterface {
|
|
22
22
|
onSearchWhatsNewArticles?(filter?: WHATS_NEW_ITEM_TYPES | '', numberOfItems?: number, page?: string): Promise<whatsNewSearchResult>;
|
|
23
23
|
}
|
|
24
|
-
export declare const useWhatsNewArticleContext: () => WhatsNewArticleContextInterface
|
|
24
|
+
export declare const useWhatsNewArticleContext: () => WhatsNewArticleContextInterface;
|
|
25
|
+
export declare const CtxProvider: React.Provider<WhatsNewArticleContextInterface | undefined>;
|
|
25
26
|
export declare const WhatsNewArticleProvider: ({ whatsNewGetNotificationProvider, onWhatsNewButtonClick, onSearchWhatsNewArticles, onSearchWhatsNewArticlesShowMoreClick, onWhatsNewResultItemClick, onGetWhatsNewArticle, productName, children, }: PropsWithChildren<WhatsNewArticleProviderInterface>) => React.JSX.Element;
|
|
26
27
|
export {};
|
|
@@ -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;
|
package/dist/types/messages.d.ts
CHANGED
|
@@ -1,292 +1,292 @@
|
|
|
1
1
|
export declare const messages: {
|
|
2
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
3
|
-
|
|
4
|
-
export declare const
|
|
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
|
|
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
|
|
12
|
+
export default _default_1;
|