@atlaskit/link-datasource 1.24.3 → 1.24.4

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
+ ## 1.24.4
4
+
5
+ ### Patch Changes
6
+
7
+ - [#83188](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/83188) [`cd5d06cd3329`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/cd5d06cd3329) - Minor adjustments to improve compatibility with React 18
8
+
3
9
  ## 1.24.3
4
10
 
5
11
  ### Patch Changes
@@ -94,6 +94,7 @@ var useFilterOptions = exports.useFilterOptions = function useFilterOptions(_ref
94
94
  cloudId: cloudId,
95
95
  jql: '',
96
96
  jqlTerm: filterType,
97
+ // @ts-expect-error - Type 'string | undefined' is not assignable to type 'string'
97
98
  searchString: searchString,
98
99
  pageCursor: pageCursor
99
100
  });
@@ -46,6 +46,7 @@ export const useFilterOptions = ({
46
46
  cloudId,
47
47
  jql: '',
48
48
  jqlTerm: filterType,
49
+ // @ts-expect-error - Type 'string | undefined' is not assignable to type 'string'
49
50
  searchString,
50
51
  pageCursor
51
52
  });
@@ -87,6 +87,7 @@ export var useFilterOptions = function useFilterOptions(_ref) {
87
87
  cloudId: cloudId,
88
88
  jql: '',
89
89
  jqlTerm: filterType,
90
+ // @ts-expect-error - Type 'string | undefined' is not assignable to type 'string'
90
91
  searchString: searchString,
91
92
  pageCursor: pageCursor
92
93
  });
@@ -5,7 +5,7 @@ interface DraggableTableHeadingProps {
5
5
  children: ReactNode;
6
6
  id: string;
7
7
  index: number;
8
- tableId: Symbol;
8
+ tableId: symbol;
9
9
  dndPreviewHeight: number;
10
10
  dragPreview: React.ReactNode;
11
11
  width: number;
@@ -5,7 +5,7 @@ interface DraggableTableHeadingProps {
5
5
  children: ReactNode;
6
6
  id: string;
7
7
  index: number;
8
- tableId: Symbol;
8
+ tableId: symbol;
9
9
  dndPreviewHeight: number;
10
10
  dragPreview: React.ReactNode;
11
11
  width: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "1.24.3",
3
+ "version": "1.24.4",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -56,7 +56,7 @@
56
56
  "@atlaskit/modal-dialog": "^12.10.0",
57
57
  "@atlaskit/outbound-auth-flow-client": "^3.4.5",
58
58
  "@atlaskit/platform-feature-flags": "^0.2.4",
59
- "@atlaskit/pragmatic-drag-and-drop": "^1.0.0",
59
+ "@atlaskit/pragmatic-drag-and-drop": "^1.1.0",
60
60
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.0.0",
61
61
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^1.0.0",
62
62
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.0.0",