@atlaskit/link-datasource 4.34.2 → 4.34.3

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 4.34.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 4.34.2
4
10
 
5
11
  ### Patch Changes
@@ -61,7 +61,7 @@ const AssetsTableView = ({
61
61
  export const ExampleAssetsIssuesTableView = ({
62
62
  mockDatasourceFetchRequest = true,
63
63
  ...props
64
- }: AssetsTableViewProps) => {
64
+ }: AssetsTableViewProps): React.JSX.Element => {
65
65
  return (
66
66
  <IntlMessagesProvider loaderFn={fetchMessagesForLocale}>
67
67
  <SmartCardProvider client={new SmartLinkClient()}>
@@ -58,7 +58,7 @@ const ConfluenceSearchTableView = ({ parameters }: ConfluenceSearchTableViewProp
58
58
  export const ExampleConfluenceSearchTableView = ({
59
59
  parameters,
60
60
  mockDatasourceFetchRequest = true,
61
- }: ConfluenceSearchTableViewProps) => {
61
+ }: ConfluenceSearchTableViewProps): React.JSX.Element => {
62
62
  useEffect(() => {
63
63
  if (mockDatasourceFetchRequest) {
64
64
  mockDatasourceFetchRequests();
@@ -129,7 +129,7 @@ const ExampleBody = ({
129
129
  );
130
130
  };
131
131
 
132
- export const ExampleIssueLikeTableExample = (props: Props) => {
132
+ export const ExampleIssueLikeTableExample = (props: Props): JSX.Element => {
133
133
  return (
134
134
  <DatasourceExperienceIdProvider>
135
135
  <IntlMessagesProvider loaderFn={fetchMessagesForLocale}>
@@ -29,7 +29,7 @@ const ExampleBody = () => {
29
29
  );
30
30
  };
31
31
 
32
- export const ExampleIssueLikeTableLoadingErrorExample = () => {
32
+ export const ExampleIssueLikeTableLoadingErrorExample = (): JSX.Element => {
33
33
  return (
34
34
  <DatasourceExperienceIdProvider>
35
35
  <IntlMessagesProvider loaderFn={fetchMessagesForLocale}>
@@ -79,7 +79,7 @@ const JiraIssuesTableView = ({
79
79
  export const ExampleJiraIssuesTableView = ({
80
80
  mockDatasourceFetchRequest = true,
81
81
  ...props
82
- }: JiraIssuesTableViewProps) => {
82
+ }: JiraIssuesTableViewProps): React.JSX.Element => {
83
83
  if (mockDatasourceFetchRequest) {
84
84
  mockDatasourceFetchRequests();
85
85
  }
@@ -23,7 +23,7 @@ const styles = cssMap({
23
23
  });
24
24
 
25
25
  // To simulate Jira description's hover background wrapper
26
- export const HoverableContainer = ({ children }: React.PropsWithChildren<{}>) => {
26
+ export const HoverableContainer = ({ children }: React.PropsWithChildren<{}>): JSX.Element => {
27
27
  return (
28
28
  <div data-testid="examples-hoverable-container" css={styles.containerStyles}>
29
29
  {children}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "4.34.2",
3
+ "version": "4.34.3",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -36,11 +36,11 @@
36
36
  "ak-postbuild": "ls -d dist/* | xargs -n 1 copyfiles -u 1 -V src/**/*.{svg,png}"
37
37
  },
38
38
  "dependencies": {
39
- "@atlaskit/adf-schema": "^52.3.0",
39
+ "@atlaskit/adf-schema": "^52.4.0",
40
40
  "@atlaskit/afm-i18n-platform-linking-platform-link-datasource": "2.7.0",
41
41
  "@atlaskit/analytics-next": "^11.1.0",
42
42
  "@atlaskit/atlassian-context": "^0.6.0",
43
- "@atlaskit/avatar": "^25.9.0",
43
+ "@atlaskit/avatar": "^25.10.0",
44
44
  "@atlaskit/avatar-group": "^12.4.0",
45
45
  "@atlaskit/badge": "^18.4.0",
46
46
  "@atlaskit/button": "^23.10.0",
@@ -87,7 +87,7 @@
87
87
  "@atlaskit/textfield": "^8.2.0",
88
88
  "@atlaskit/theme": "^22.0.0",
89
89
  "@atlaskit/tokens": "^11.1.0",
90
- "@atlaskit/tooltip": "^20.14.0",
90
+ "@atlaskit/tooltip": "^21.0.0",
91
91
  "@atlaskit/ufo": "^0.4.0",
92
92
  "@atlaskit/width-detector": "^5.0.0",
93
93
  "@babel/runtime": "^7.0.0",