@atlaskit/help 7.2.24 → 7.2.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 +13 -0
- package/analytics/package.json +1 -1
- package/dist/cjs/analytics.js +1 -1
- package/dist/cjs/components/Article/ArticleLoadingFail/index.js +1 -1
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/index.js +1 -1
- package/dist/cjs/components/Article/HelpArticle/WasHelpfulForm/styled.js +14 -6
- package/dist/cjs/components/Article/HelpArticle/index.js +1 -1
- package/dist/cjs/components/Article/WhatsNewArticle/index.js +1 -1
- package/dist/cjs/components/Article/WhatsNewArticle/styled.js +43 -9
- package/dist/cjs/components/Article/index.js +2 -1
- package/dist/cjs/components/ArticlesList/ArticlesListItem/index.js +1 -1
- package/dist/cjs/components/ArticlesList/ArticlesListItem/styled.js +4 -8
- package/dist/cjs/components/HelpContentButton/index.js +1 -1
- package/dist/cjs/components/RelatedArticles/index.js +1 -1
- package/dist/cjs/components/Search/SearchInput/index.js +1 -1
- package/dist/cjs/components/WhatsNew/WhatsNewButton/index.js +1 -1
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
- package/dist/cjs/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +1 -1
- package/dist/es2019/analytics.js +1 -1
- package/dist/es2019/components/Article/ArticleLoadingFail/index.js +1 -1
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/index.js +1 -1
- package/dist/es2019/components/Article/HelpArticle/WasHelpfulForm/styled.js +12 -14
- package/dist/es2019/components/Article/HelpArticle/index.js +1 -1
- package/dist/es2019/components/Article/WhatsNewArticle/index.js +1 -1
- package/dist/es2019/components/Article/WhatsNewArticle/styled.js +41 -42
- package/dist/es2019/components/Article/index.js +2 -1
- package/dist/es2019/components/ArticlesList/ArticlesListItem/index.js +1 -1
- package/dist/es2019/components/ArticlesList/ArticlesListItem/styled.js +4 -8
- package/dist/es2019/components/HelpContentButton/index.js +1 -1
- package/dist/es2019/components/RelatedArticles/index.js +1 -1
- package/dist/es2019/components/Search/SearchInput/index.js +1 -1
- package/dist/es2019/components/WhatsNew/WhatsNewButton/index.js +1 -1
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
- package/dist/es2019/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +1 -1
- package/dist/esm/analytics.js +1 -1
- package/dist/esm/components/Article/ArticleLoadingFail/index.js +1 -1
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.js +1 -1
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.js +1 -1
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/index.js +1 -1
- package/dist/esm/components/Article/HelpArticle/WasHelpfulForm/styled.js +12 -5
- package/dist/esm/components/Article/HelpArticle/index.js +1 -1
- package/dist/esm/components/Article/WhatsNewArticle/index.js +1 -1
- package/dist/esm/components/Article/WhatsNewArticle/styled.js +41 -8
- package/dist/esm/components/Article/index.js +2 -1
- package/dist/esm/components/ArticlesList/ArticlesListItem/index.js +1 -1
- package/dist/esm/components/ArticlesList/ArticlesListItem/styled.js +4 -8
- package/dist/esm/components/HelpContentButton/index.js +1 -1
- package/dist/esm/components/RelatedArticles/index.js +1 -1
- package/dist/esm/components/Search/SearchInput/index.js +1 -1
- package/dist/esm/components/WhatsNew/WhatsNewButton/index.js +1 -1
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.js +1 -1
- package/dist/esm/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/styled.js +1 -1
- package/dist/types/components/Article/ArticleLoadingFail/index.d.ts +2 -2
- package/dist/types/components/Article/HelpArticle/Loading/index.d.ts +2 -2
- package/dist/types/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.d.ts +2 -2
- package/dist/types/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.d.ts +2 -2
- package/dist/types/components/Article/HelpArticle/WasHelpfulForm/index.d.ts +2 -2
- package/dist/types/components/Article/WhatsNewArticle/Loading/index.d.ts +2 -2
- package/dist/types/components/Article/WhatsNewArticle/index.d.ts +2 -2
- package/dist/types/components/ArticlesList/ArticlesListItem/index.d.ts +2 -2
- package/dist/types/components/RelatedArticles/RelatedArticlesLoading.d.ts +2 -2
- package/dist/types/components/RelatedArticles/index.d.ts +1 -1
- package/dist/types/components/Search/SearchInput/index.d.ts +2 -2
- package/dist/types/components/Search/SearchResults/SearchExternalSite.d.ts +2 -2
- package/dist/types/components/Search/SearchResults/SearchResultsEmpty.d.ts +2 -2
- package/dist/types/components/Search/SearchResults/SearchResultsError.d.ts +2 -2
- package/dist/types/components/ShowMoreButton/index.d.ts +2 -2
- package/dist/types/components/WhatsNew/WhatsNewButton/index.d.ts +2 -2
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.d.ts +2 -2
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.d.ts +2 -2
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.d.ts +2 -2
- package/dist/types/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.d.ts +2 -2
- package/dist/types/components/WhatsNew/WhatsNewResults/index.d.ts +2 -2
- package/dist/types-ts4.5/components/Article/ArticleLoadingFail/index.d.ts +2 -2
- package/dist/types-ts4.5/components/Article/HelpArticle/Loading/index.d.ts +2 -2
- package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulNoButton.d.ts +2 -2
- package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/WasHelpfulYesButton.d.ts +2 -2
- package/dist/types-ts4.5/components/Article/HelpArticle/WasHelpfulForm/index.d.ts +2 -2
- package/dist/types-ts4.5/components/Article/WhatsNewArticle/Loading/index.d.ts +2 -2
- package/dist/types-ts4.5/components/Article/WhatsNewArticle/index.d.ts +2 -2
- package/dist/types-ts4.5/components/ArticlesList/ArticlesListItem/index.d.ts +2 -2
- package/dist/types-ts4.5/components/RelatedArticles/RelatedArticlesLoading.d.ts +2 -2
- package/dist/types-ts4.5/components/RelatedArticles/index.d.ts +1 -1
- package/dist/types-ts4.5/components/Search/SearchInput/index.d.ts +2 -2
- package/dist/types-ts4.5/components/Search/SearchResults/SearchExternalSite.d.ts +2 -2
- package/dist/types-ts4.5/components/Search/SearchResults/SearchResultsEmpty.d.ts +2 -2
- package/dist/types-ts4.5/components/Search/SearchResults/SearchResultsError.d.ts +2 -2
- package/dist/types-ts4.5/components/ShowMoreButton/index.d.ts +2 -2
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewButton/index.d.ts +2 -2
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.d.ts +2 -2
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.d.ts +2 -2
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsList/WhatsNewResultItem/index.d.ts +2 -2
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.d.ts +2 -2
- package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/index.d.ts +2 -2
- package/messages/package.json +1 -1
- package/package.json +4 -4
|
@@ -6,7 +6,7 @@ interface Props {
|
|
|
6
6
|
isLoading?: boolean;
|
|
7
7
|
}
|
|
8
8
|
export declare const WhatsNewArticle: React.FC<Props & WrappedComponentProps>;
|
|
9
|
-
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps
|
|
10
|
-
WrappedComponent: React.ComponentType<Props & WrappedComponentProps
|
|
9
|
+
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
|
|
10
|
+
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
11
11
|
};
|
|
12
12
|
export default _default;
|
|
@@ -7,7 +7,7 @@ interface Props {
|
|
|
7
7
|
onClick?: (event: React.MouseEvent<HTMLElement>, analyticsEvent: UIAnalyticsEvent) => void;
|
|
8
8
|
}
|
|
9
9
|
export declare const ArticlesListItem: React.FC<Props & Partial<ArticleItem> & WrappedComponentProps>;
|
|
10
|
-
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & Partial<ArticleItem> & WrappedComponentProps
|
|
11
|
-
WrappedComponent: React.ComponentType<Props & Partial<ArticleItem> & WrappedComponentProps
|
|
10
|
+
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & Partial<ArticleItem> & WrappedComponentProps>> & {
|
|
11
|
+
WrappedComponent: React.ComponentType<Props & Partial<ArticleItem> & WrappedComponentProps>;
|
|
12
12
|
};
|
|
13
13
|
export default _default;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { WrappedComponentProps } from 'react-intl-next';
|
|
3
|
-
declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps
|
|
4
|
-
WrappedComponent: React.ComponentType<WrappedComponentProps
|
|
3
|
+
declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps>> & {
|
|
4
|
+
WrappedComponent: React.ComponentType<WrappedComponentProps>;
|
|
5
5
|
};
|
|
6
6
|
export default _default;
|
|
@@ -13,7 +13,7 @@ export interface Props {
|
|
|
13
13
|
onRelatedArticlesShowMoreClick?: (event: React.MouseEvent<HTMLElement>, analyticsEvent: UIAnalyticsEvent, isCollapsed: boolean) => void;
|
|
14
14
|
}
|
|
15
15
|
export declare const RelatedArticles: React.FC<Props & WrappedComponentProps>;
|
|
16
|
-
declare const _default: React.ForwardRefExoticComponent<Omit<Props & WrappedComponentProps
|
|
16
|
+
declare const _default: React.ForwardRefExoticComponent<Omit<Props & WrappedComponentProps, "intl"> & {
|
|
17
17
|
forwardedRef?: React.Ref<any> | undefined;
|
|
18
18
|
} & {
|
|
19
19
|
children?: React.ReactNode;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { WrappedComponentProps } from 'react-intl-next';
|
|
4
4
|
export declare const SearchInput: React.FC<WrappedComponentProps>;
|
|
5
|
-
declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps
|
|
6
|
-
WrappedComponent: React.ComponentType<WrappedComponentProps
|
|
5
|
+
declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps>> & {
|
|
6
|
+
WrappedComponent: React.ComponentType<WrappedComponentProps>;
|
|
7
7
|
};
|
|
8
8
|
export default _default;
|
|
@@ -6,7 +6,7 @@ export interface Props {
|
|
|
6
6
|
onSearchExternalUrlClick?(event?: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent?: UIAnalyticsEvent): void;
|
|
7
7
|
}
|
|
8
8
|
export declare const SearchExternalSite: React.FC<Props & WrappedComponentProps>;
|
|
9
|
-
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps
|
|
10
|
-
WrappedComponent: React.ComponentType<Props & WrappedComponentProps
|
|
9
|
+
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
|
|
10
|
+
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
11
11
|
};
|
|
12
12
|
export default _default;
|
|
@@ -6,7 +6,7 @@ export interface Props {
|
|
|
6
6
|
onSearchExternalUrlClick?(event?: React.MouseEvent<HTMLElement, MouseEvent>, analyticsEvent?: UIAnalyticsEvent): void;
|
|
7
7
|
}
|
|
8
8
|
export declare const SearchResultsEmpty: React.FC<Props & WrappedComponentProps>;
|
|
9
|
-
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps
|
|
10
|
-
WrappedComponent: React.ComponentType<Props & WrappedComponentProps
|
|
9
|
+
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
|
|
10
|
+
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
11
11
|
};
|
|
12
12
|
export default _default;
|
|
@@ -4,7 +4,7 @@ export interface Props {
|
|
|
4
4
|
onSearch?(value?: string): void;
|
|
5
5
|
}
|
|
6
6
|
export declare const SearchResultsError: React.FC<Props & WrappedComponentProps>;
|
|
7
|
-
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps
|
|
8
|
-
WrappedComponent: React.ComponentType<Props & WrappedComponentProps
|
|
7
|
+
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
|
|
8
|
+
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
9
9
|
};
|
|
10
10
|
export default _default;
|
|
@@ -10,7 +10,7 @@ export interface Props {
|
|
|
10
10
|
onToggle: (event: React.MouseEvent<HTMLElement>, analyticsEvent: UIAnalyticsEvent) => void;
|
|
11
11
|
}
|
|
12
12
|
export declare const ShowMoreButton: React.FC<Props & WrappedComponentProps>;
|
|
13
|
-
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps
|
|
14
|
-
WrappedComponent: React.ComponentType<Props & WrappedComponentProps
|
|
13
|
+
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
|
|
14
|
+
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
15
15
|
};
|
|
16
16
|
export default _default;
|
|
@@ -4,7 +4,7 @@ interface WhatsNewButtonProps {
|
|
|
4
4
|
productName?: string;
|
|
5
5
|
}
|
|
6
6
|
export declare const WhatsNewButton: React.FC<WrappedComponentProps & WhatsNewButtonProps>;
|
|
7
|
-
declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps
|
|
8
|
-
WrappedComponent: React.ComponentType<WrappedComponentProps
|
|
7
|
+
declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps & WhatsNewButtonProps>> & {
|
|
8
|
+
WrappedComponent: React.ComponentType<WrappedComponentProps & WhatsNewButtonProps>;
|
|
9
9
|
};
|
|
10
10
|
export default _default;
|
package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsEmpty/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export interface Props {
|
|
|
4
4
|
onClearFilter: () => void;
|
|
5
5
|
}
|
|
6
6
|
export declare const WhatsNewResultsEmpty: React.FC<Props & WrappedComponentProps>;
|
|
7
|
-
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps
|
|
8
|
-
WrappedComponent: React.ComponentType<Props & WrappedComponentProps
|
|
7
|
+
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
|
|
8
|
+
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
9
9
|
};
|
|
10
10
|
export default _default;
|
package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsError/index.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ 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 _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps
|
|
9
|
-
WrappedComponent: React.ComponentType<Props & WrappedComponentProps
|
|
8
|
+
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps>> & {
|
|
9
|
+
WrappedComponent: React.ComponentType<Props & WrappedComponentProps>;
|
|
10
10
|
};
|
|
11
11
|
export default _default;
|
|
@@ -7,7 +7,7 @@ interface Props {
|
|
|
7
7
|
onClick?: (event: React.MouseEvent<HTMLElement>, analyticsEvent: UIAnalyticsEvent) => void;
|
|
8
8
|
}
|
|
9
9
|
export declare const WhatsNewResultListItem: React.FC<Props & Partial<WhatsNewArticleItem> & WrappedComponentProps>;
|
|
10
|
-
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & Partial<WhatsNewArticleItem> & WrappedComponentProps
|
|
11
|
-
WrappedComponent: React.ComponentType<Props & Partial<WhatsNewArticleItem> & WrappedComponentProps
|
|
10
|
+
declare const _default: React.FC<import("react-intl-next").WithIntlProps<Props & Partial<WhatsNewArticleItem> & WrappedComponentProps>> & {
|
|
11
|
+
WrappedComponent: React.ComponentType<Props & Partial<WhatsNewArticleItem> & WrappedComponentProps>;
|
|
12
12
|
};
|
|
13
13
|
export default _default;
|
package/dist/types-ts4.5/components/WhatsNew/WhatsNewResults/WhatsNewResultsLoading/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { WrappedComponentProps } from 'react-intl-next';
|
|
3
3
|
export declare const WhatsNewResultsLoading: React.FC<WrappedComponentProps>;
|
|
4
|
-
declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps
|
|
5
|
-
WrappedComponent: React.ComponentType<WrappedComponentProps
|
|
4
|
+
declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps>> & {
|
|
5
|
+
WrappedComponent: React.ComponentType<WrappedComponentProps>;
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { WrappedComponentProps } from 'react-intl-next';
|
|
3
3
|
export declare const WhatsNewResults: React.FC<WrappedComponentProps>;
|
|
4
|
-
declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps
|
|
5
|
-
WrappedComponent: React.ComponentType<WrappedComponentProps
|
|
4
|
+
declare const _default: React.FC<import("react-intl-next").WithIntlProps<WrappedComponentProps>> & {
|
|
5
|
+
WrappedComponent: React.ComponentType<WrappedComponentProps>;
|
|
6
6
|
};
|
|
7
7
|
export default _default;
|
package/messages/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/help",
|
|
3
|
-
"version": "7.2.
|
|
3
|
+
"version": "7.2.26",
|
|
4
4
|
"description": "A cross-product help component",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"@atlaskit/analytics-next": "^9.2.0",
|
|
45
45
|
"@atlaskit/button": "^17.7.0",
|
|
46
46
|
"@atlaskit/checkbox": "^13.1.0",
|
|
47
|
-
"@atlaskit/form": "^9.0
|
|
47
|
+
"@atlaskit/form": "^9.1.0",
|
|
48
48
|
"@atlaskit/help-article": "^4.1.10",
|
|
49
49
|
"@atlaskit/help-layout": "^4.2.15",
|
|
50
50
|
"@atlaskit/icon": "^22.1.0",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@atlaskit/section-message": "^6.4.0",
|
|
55
55
|
"@atlaskit/select": "^17.3.0",
|
|
56
56
|
"@atlaskit/spinner": "^16.0.0",
|
|
57
|
-
"@atlaskit/textarea": "^5.
|
|
57
|
+
"@atlaskit/textarea": "^5.2.0",
|
|
58
58
|
"@atlaskit/textfield": "^6.1.0",
|
|
59
59
|
"@atlaskit/theme": "^12.6.0",
|
|
60
60
|
"@atlaskit/tokens": "^1.42.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"algoliasearch": "^3.35.1",
|
|
82
82
|
"enzyme": "^3.10.0",
|
|
83
83
|
"react-test-renderer": "^16.8.0",
|
|
84
|
-
"typescript": "~4.
|
|
84
|
+
"typescript": "~5.4.2"
|
|
85
85
|
},
|
|
86
86
|
"keywords": [
|
|
87
87
|
"atlaskit",
|