@atlaskit/link-datasource 3.13.5 → 3.13.6
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
|
@@ -5,7 +5,7 @@ export type LoadOptionsProps<T> = {
|
|
|
5
5
|
executeFetch?: ExecuteFetch;
|
|
6
6
|
emptyOption?: T;
|
|
7
7
|
};
|
|
8
|
-
export declare const useLoadOptions: <T>({ fetchInputs, executeFetch, emptyOption }: LoadOptionsProps<T>) => {
|
|
8
|
+
export declare const useLoadOptions: <T>({ fetchInputs, executeFetch, emptyOption, }: LoadOptionsProps<T>) => {
|
|
9
9
|
options: T[];
|
|
10
10
|
isLoading: boolean;
|
|
11
11
|
hasFailed: boolean;
|
|
@@ -5,7 +5,7 @@ export type LoadOptionsProps<T> = {
|
|
|
5
5
|
executeFetch?: ExecuteFetch;
|
|
6
6
|
emptyOption?: T;
|
|
7
7
|
};
|
|
8
|
-
export declare const useLoadOptions: <T>({ fetchInputs, executeFetch, emptyOption }: LoadOptionsProps<T>) => {
|
|
8
|
+
export declare const useLoadOptions: <T>({ fetchInputs, executeFetch, emptyOption, }: LoadOptionsProps<T>) => {
|
|
9
9
|
options: T[];
|
|
10
10
|
isLoading: boolean;
|
|
11
11
|
hasFailed: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/link-datasource",
|
|
3
|
-
"version": "3.13.
|
|
3
|
+
"version": "3.13.6",
|
|
4
4
|
"description": "UI Components to support linking platform dataset feature",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"@atlaskit/primitives": "^13.3.0",
|
|
74
74
|
"@atlaskit/react-select": "^1.4.0",
|
|
75
75
|
"@atlaskit/select": "^18.6.0",
|
|
76
|
-
"@atlaskit/smart-card": "^
|
|
76
|
+
"@atlaskit/smart-card": "^32.0.0",
|
|
77
77
|
"@atlaskit/smart-user-picker": "6.11.2",
|
|
78
78
|
"@atlaskit/spinner": "^16.3.0",
|
|
79
79
|
"@atlaskit/tag": "^12.6.0",
|