@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
|
@@ -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
|
|
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;
|
package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.d.ts
CHANGED
|
@@ -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
|
|
9
|
+
declare const _default_1: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
|
|
10
10
|
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
11
11
|
};
|
|
12
|
-
export default
|
|
12
|
+
export default _default_1;
|
package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.d.ts
CHANGED
|
@@ -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
|
|
9
|
+
declare const _default_1: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
|
|
10
10
|
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
11
11
|
};
|
|
12
|
-
export 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
|
|
16
|
+
declare const _default_1: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
|
|
17
17
|
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
18
18
|
};
|
|
19
|
-
export 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
|
|
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;
|
|
@@ -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
|
|
9
|
+
declare const _default_1: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
|
|
10
10
|
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
11
11
|
};
|
|
12
|
-
export 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
|
|
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
|
|
13
|
+
export default _default_1;
|
|
@@ -8,34 +8,34 @@ export declare const ArticlesListItemWrapper: ({ styles, children, ...rest }: {
|
|
|
8
8
|
children: React.ReactNode;
|
|
9
9
|
styles?: React.CSSProperties;
|
|
10
10
|
}) => JSX.Element;
|
|
11
|
-
export declare const ArticlesListItemContainer: ({ children }: {
|
|
11
|
+
export declare const ArticlesListItemContainer: ({ children, }: {
|
|
12
12
|
children: React.ReactNode;
|
|
13
13
|
}) => JSX.Element;
|
|
14
|
-
export declare const ArticlesListItemTitleSection: ({ children }: {
|
|
14
|
+
export declare const ArticlesListItemTitleSection: ({ children, }: {
|
|
15
15
|
children: React.ReactNode;
|
|
16
16
|
}) => JSX.Element;
|
|
17
|
-
export declare const ArticlesListItemLinkIcon: ({ children }: {
|
|
17
|
+
export declare const ArticlesListItemLinkIcon: ({ children, }: {
|
|
18
18
|
children: React.ReactNode;
|
|
19
19
|
}) => JSX.Element;
|
|
20
|
-
export declare const ArticlesListItemTitleText: ({ children }: {
|
|
20
|
+
export declare const ArticlesListItemTitleText: ({ children, }: {
|
|
21
21
|
children: React.ReactNode;
|
|
22
22
|
}) => JSX.Element;
|
|
23
|
-
export declare const ArticlesListItemDescription: ({ children }: {
|
|
23
|
+
export declare const ArticlesListItemDescription: ({ children, }: {
|
|
24
24
|
children: React.ReactNode;
|
|
25
25
|
}) => JSX.Element;
|
|
26
|
-
export declare const ArticlesListItemSource: ({ children }: {
|
|
26
|
+
export declare const ArticlesListItemSource: ({ children, }: {
|
|
27
27
|
children: React.ReactNode;
|
|
28
28
|
}) => JSX.Element;
|
|
29
|
-
export declare const ArticlesListItemTrustFactor: ({ children }: {
|
|
29
|
+
export declare const ArticlesListItemTrustFactor: ({ children, }: {
|
|
30
30
|
children: React.ReactNode;
|
|
31
31
|
}) => JSX.Element;
|
|
32
|
-
export declare const ArticlesListItemViewCount: ({ children }: {
|
|
32
|
+
export declare const ArticlesListItemViewCount: ({ children, }: {
|
|
33
33
|
children: React.ReactNode;
|
|
34
34
|
}) => JSX.Element;
|
|
35
|
-
export declare const ArticlesListItemHelpfulCount: ({ children }: {
|
|
35
|
+
export declare const ArticlesListItemHelpfulCount: ({ children, }: {
|
|
36
36
|
children: React.ReactNode;
|
|
37
37
|
}) => JSX.Element;
|
|
38
|
-
export declare const ArticlesListItemLastModified: ({ children }: {
|
|
38
|
+
export declare const ArticlesListItemLastModified: ({ children, }: {
|
|
39
39
|
children: React.ReactNode;
|
|
40
40
|
}) => JSX.Element;
|
|
41
41
|
export declare const ArticlesListItemDescriptionHighlight: ({ key, children, }: {
|
|
@@ -6,6 +6,6 @@ import React from 'react';
|
|
|
6
6
|
export declare const ArticlesListContainer: ({ children }: {
|
|
7
7
|
children: React.ReactNode;
|
|
8
8
|
}) => JSX.Element;
|
|
9
|
-
export declare const ToggleShowMoreArticlesContainer: ({ children }: {
|
|
9
|
+
export declare const ToggleShowMoreArticlesContainer: ({ children, }: {
|
|
10
10
|
children: React.ReactNode;
|
|
11
11
|
}) => JSX.Element;
|
|
@@ -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
|
isVisible?: boolean;
|
|
6
6
|
onClick(event: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent?: UIAnalyticsEvent): void;
|
|
7
7
|
}
|
|
8
8
|
export declare const BackButton: React.FC<Props & WrappedComponentProps>;
|
|
9
|
-
declare const
|
|
9
|
+
declare const _default_1: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
|
|
10
10
|
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
11
11
|
};
|
|
12
|
-
export default
|
|
12
|
+
export default _default_1;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type WithAnalyticsEventsProps } from '@atlaskit/analytics-next';
|
|
2
|
+
import { type WithAnalyticsEventsProps, type WithContextProps } from '@atlaskit/analytics-next';
|
|
3
3
|
import { type Help as HelpInterface } from '../model/Help';
|
|
4
4
|
export type Props = HelpInterface & WithAnalyticsEventsProps;
|
|
5
5
|
export declare class Help extends React.PureComponent<Props> {
|
|
6
6
|
render(): React.JSX.Element;
|
|
7
7
|
}
|
|
8
|
-
declare const
|
|
9
|
-
export default
|
|
8
|
+
declare const _default_1: React.ForwardRefExoticComponent<Omit<Omit<HelpInterface, keyof WithAnalyticsEventsProps> & React.RefAttributes<any> & WithContextProps, 'ref'> & React.RefAttributes<any>>;
|
|
9
|
+
export default _default_1;
|
|
@@ -1,10 +1,10 @@
|
|
|
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
|
interface HelpContentInterface {
|
|
4
4
|
footer?: React.ReactNode;
|
|
5
5
|
}
|
|
6
6
|
export declare const HelpContent: React.FC<HelpContentInterface & WrappedComponentProps>;
|
|
7
|
-
declare const
|
|
7
|
+
declare const _default_1: React.FC<WithIntlProps<HelpContentInterface & WrappedComponentProps>> & {
|
|
8
8
|
WrappedComponent: React.ComponentType<HelpContentInterface & WrappedComponentProps>;
|
|
9
9
|
};
|
|
10
|
-
export default
|
|
10
|
+
export default _default_1;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import { type WrappedComponentProps } from 'react-intl-next';
|
|
3
|
-
declare const
|
|
2
|
+
import { type WithIntlProps, type WrappedComponentProps } from 'react-intl-next';
|
|
3
|
+
declare const _default_1: React.FC<WithIntlProps<WrappedComponentProps>> & {
|
|
4
4
|
WrappedComponent: React.ComponentType<WrappedComponentProps>;
|
|
5
5
|
};
|
|
6
|
-
export default
|
|
6
|
+
export default _default_1;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
*/
|
|
5
5
|
/** @jsxFrag */
|
|
6
6
|
import React from 'react';
|
|
7
|
-
import { type UIAnalyticsEvent } from '@atlaskit/analytics-next';
|
|
7
|
+
import { type UIAnalyticsEvent, type WithContextProps } from '@atlaskit/analytics-next';
|
|
8
8
|
import { type WrappedComponentProps } from 'react-intl-next';
|
|
9
9
|
import { type ArticleItem } from '../../model/Article';
|
|
10
10
|
export interface Props {
|
|
@@ -16,7 +16,7 @@ export interface Props {
|
|
|
16
16
|
style?: 'primary' | 'secondary';
|
|
17
17
|
}
|
|
18
18
|
export declare const RelatedArticles: React.FC<Props & WrappedComponentProps>;
|
|
19
|
-
declare const
|
|
19
|
+
declare const _default_1: React.ForwardRefExoticComponent<Omit<Props & WrappedComponentProps, 'intl'> & {
|
|
20
20
|
forwardedRef?: React.Ref<any>;
|
|
21
|
-
} &
|
|
22
|
-
export default
|
|
21
|
+
} & WithContextProps & React.RefAttributes<any>>;
|
|
22
|
+
export default _default_1;
|
|
@@ -10,6 +10,6 @@ export declare const LoadingRelatedArticleList: ({ children, ...rest }: {
|
|
|
10
10
|
[rest: string]: any;
|
|
11
11
|
children: React.ReactNode;
|
|
12
12
|
}) => JSX.Element;
|
|
13
|
-
export declare const LoadingRelatedArticleListItem: ({ children }: {
|
|
13
|
+
export declare const LoadingRelatedArticleListItem: ({ children, }: {
|
|
14
14
|
children: React.ReactNode;
|
|
15
15
|
}) => JSX.Element;
|
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
-
import { type WrappedComponentProps } from 'react-intl-next';
|
|
6
|
+
import { type WithIntlProps, type WrappedComponentProps } from 'react-intl-next';
|
|
7
7
|
interface SearchInputProps extends WrappedComponentProps {
|
|
8
8
|
isAiEnabled?: boolean;
|
|
9
9
|
}
|
|
10
10
|
export declare const SearchInput: React.FC<SearchInputProps>;
|
|
11
|
-
declare const
|
|
11
|
+
declare const _default_1: React.FC<WithIntlProps<SearchInputProps>> & {
|
|
12
12
|
WrappedComponent: React.ComponentType<SearchInputProps>;
|
|
13
13
|
};
|
|
14
|
-
export default
|
|
14
|
+
export default _default_1;
|
|
@@ -6,12 +6,12 @@ import React from 'react';
|
|
|
6
6
|
export declare const SearchInputContainer: ({ children }: {
|
|
7
7
|
children: React.ReactNode;
|
|
8
8
|
}) => JSX.Element;
|
|
9
|
-
export declare const SearchInputContainerAi: ({ children }: {
|
|
9
|
+
export declare const SearchInputContainerAi: ({ children, }: {
|
|
10
10
|
children: React.ReactNode;
|
|
11
11
|
}) => JSX.Element;
|
|
12
12
|
export declare const SearchIconContainer: ({ children }: {
|
|
13
13
|
children: React.ReactNode;
|
|
14
14
|
}) => JSX.Element;
|
|
15
|
-
export declare const CloseButtonAndSpinnerContainer: ({ children }: {
|
|
15
|
+
export declare const CloseButtonAndSpinnerContainer: ({ children, }: {
|
|
16
16
|
children: React.ReactNode;
|
|
17
17
|
}) => JSX.Element;
|
|
@@ -1,12 +1,12 @@
|
|
|
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
|
export interface Props {
|
|
5
5
|
onSearchExternalUrlClick?(event?: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent?: UIAnalyticsEvent): void;
|
|
6
6
|
searchExternalUrl?: string;
|
|
7
7
|
}
|
|
8
8
|
export declare const SearchExternalSite: React.FC<Props & WrappedComponentProps>;
|
|
9
|
-
declare const
|
|
9
|
+
declare const _default_1: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
|
|
10
10
|
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
11
11
|
};
|
|
12
|
-
export default
|
|
12
|
+
export default _default_1;
|
|
@@ -1,12 +1,12 @@
|
|
|
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
|
export interface Props {
|
|
5
5
|
onSearchExternalUrlClick?(event?: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent?: UIAnalyticsEvent): void;
|
|
6
6
|
searchExternalUrl?: string;
|
|
7
7
|
}
|
|
8
8
|
export declare const SearchResultsEmpty: React.FC<Props & WrappedComponentProps>;
|
|
9
|
-
declare const
|
|
9
|
+
declare const _default_1: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
|
|
10
10
|
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
11
11
|
};
|
|
12
|
-
export default
|
|
12
|
+
export default _default_1;
|
|
@@ -1,10 +1,10 @@
|
|
|
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 interface Props {
|
|
4
4
|
onSearch?(value?: string): void;
|
|
5
5
|
}
|
|
6
6
|
export declare const SearchResultsError: React.FC<Props & WrappedComponentProps>;
|
|
7
|
-
declare const
|
|
7
|
+
declare const _default_1: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
|
|
8
8
|
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
9
9
|
};
|
|
10
|
-
export default
|
|
10
|
+
export default _default_1;
|
|
@@ -13,13 +13,13 @@ export declare const SearchResultsContainerAi: ({ children, transitionState, }:
|
|
|
13
13
|
children: React.ReactNode;
|
|
14
14
|
transitionState: TransitionStatus;
|
|
15
15
|
}) => JSX.Element;
|
|
16
|
-
export declare const SearchResultEmptyMessageImage: ({ children }: {
|
|
16
|
+
export declare const SearchResultEmptyMessageImage: ({ children, }: {
|
|
17
17
|
children: React.ReactNode;
|
|
18
18
|
}) => JSX.Element;
|
|
19
|
-
export declare const SearchResultEmptyMessageText: ({ children }: {
|
|
19
|
+
export declare const SearchResultEmptyMessageText: ({ children, }: {
|
|
20
20
|
children: React.ReactNode;
|
|
21
21
|
}) => JSX.Element;
|
|
22
|
-
export declare const SearchResultEmptyMessageHeaderText: ({ children }: {
|
|
22
|
+
export declare const SearchResultEmptyMessageHeaderText: ({ children, }: {
|
|
23
23
|
children: React.ReactNode;
|
|
24
24
|
}) => JSX.Element;
|
|
25
25
|
export declare const SearchResultSearchExternalSiteContainer: ({ children, }: {
|
|
@@ -1,6 +1,6 @@
|
|
|
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
|
export interface Props {
|
|
5
5
|
itemsType?: string;
|
|
6
6
|
loading?: boolean;
|
|
@@ -10,7 +10,7 @@ export interface Props {
|
|
|
10
10
|
showMoreToggeled: boolean;
|
|
11
11
|
}
|
|
12
12
|
export declare const ShowMoreButton: React.FC<Props & WrappedComponentProps>;
|
|
13
|
-
declare const
|
|
13
|
+
declare const _default_1: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
|
|
14
14
|
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
15
15
|
};
|
|
16
|
-
export default
|
|
16
|
+
export default _default_1;
|
|
@@ -1,10 +1,10 @@
|
|
|
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
|
interface WhatsNewButtonProps {
|
|
4
4
|
productName?: string;
|
|
5
5
|
}
|
|
6
6
|
export declare const WhatsNewButton: React.FC<WrappedComponentProps & WhatsNewButtonProps>;
|
|
7
|
-
declare const
|
|
7
|
+
declare const _default_1: React.FC<WithIntlProps<WrappedComponentProps & WhatsNewButtonProps>> & {
|
|
8
8
|
WrappedComponent: React.ComponentType<WrappedComponentProps & WhatsNewButtonProps>;
|
|
9
9
|
};
|
|
10
|
-
export default
|
|
10
|
+
export default _default_1;
|
package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.d.ts
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
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 interface Props {
|
|
4
4
|
onClearFilter: () => void;
|
|
5
5
|
}
|
|
6
6
|
export declare const WhatsNewResultsEmpty: React.FC<Props & WrappedComponentProps>;
|
|
7
|
-
declare const
|
|
7
|
+
declare const _default_1: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
|
|
8
8
|
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
9
9
|
};
|
|
10
|
-
export default
|
|
10
|
+
export default _default_1;
|
package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/styled.d.ts
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
-
export declare const WhatsNewResultsEmptyMessageImage: ({ children }: {
|
|
6
|
+
export declare const WhatsNewResultsEmptyMessageImage: ({ children, }: {
|
|
7
7
|
children: React.ReactNode;
|
|
8
8
|
}) => JSX.Element;
|
|
9
|
-
export declare const WhatsNewResultsEmptyMessageText: ({ children }: {
|
|
9
|
+
export declare const WhatsNewResultsEmptyMessageText: ({ children, }: {
|
|
10
10
|
children: React.ReactNode;
|
|
11
11
|
}) => JSX.Element;
|
package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
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 WHATS_NEW_ITEM_TYPES } from '../../../../model/WhatsNew';
|
|
4
4
|
export interface Props {
|
|
5
5
|
onSearch?(filter?: WHATS_NEW_ITEM_TYPES | '', numberOfItems?: number, page?: string): Promise<void>;
|
|
6
6
|
}
|
|
7
7
|
export declare const WhatsNewResultsError: React.FC<Props & WrappedComponentProps>;
|
|
8
|
-
declare const
|
|
8
|
+
declare const _default_1: React.FC<WithIntlProps<Props & WrappedComponentProps>> & {
|
|
9
9
|
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
10
10
|
};
|
|
11
|
-
export default
|
|
11
|
+
export default _default_1;
|
package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/styled.d.ts
CHANGED
|
@@ -3,9 +3,9 @@
|
|
|
3
3
|
* @jsx jsx
|
|
4
4
|
*/
|
|
5
5
|
import React from 'react';
|
|
6
|
-
export declare const SearchResultEmptyMessageImage: ({ children }: {
|
|
6
|
+
export declare const SearchResultEmptyMessageImage: ({ children, }: {
|
|
7
7
|
children: React.ReactNode;
|
|
8
8
|
}) => JSX.Element;
|
|
9
|
-
export declare const SearchResultEmptyMessageText: ({ children }: {
|
|
9
|
+
export declare const SearchResultEmptyMessageText: ({ children, }: {
|
|
10
10
|
children: React.ReactNode;
|
|
11
11
|
}) => 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 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;
|
package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/styled.d.ts
CHANGED
|
@@ -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;
|
package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.d.ts
CHANGED
|
@@ -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;
|
package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/styled.d.ts
CHANGED
|
@@ -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;
|