@atlaskit/link-datasource 4.32.3 → 4.32.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
+ ## 4.32.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 4.32.3
4
10
 
5
11
  ### Patch Changes
@@ -16,10 +16,10 @@ export declare const SEARCH_DEBOUNCE_MS = 350;
16
16
  * scrolling. This is a work-around for that, see https://atlassian.slack.com/archives/CFJ9DU39U/p1623179496484100
17
17
  */
18
18
  export declare const selectInAModalStyleFixProps: {
19
+ menuPortalTarget: HTMLElement;
19
20
  styles: {
20
21
  menuPortal: (base: any) => any;
21
22
  };
22
- menuPortalTarget: HTMLElement;
23
23
  };
24
24
  export declare const AssetsObjectSchemaSelect: ({ value, workspaceId, initialObjectSchemas, classNamePrefix: _classNamePrefix, testId, }: AssetsObjectSchemaSelectProps) => JSX.Element;
25
25
  export {};
@@ -16,10 +16,10 @@ export declare const SEARCH_DEBOUNCE_MS = 350;
16
16
  * scrolling. This is a work-around for that, see https://atlassian.slack.com/archives/CFJ9DU39U/p1623179496484100
17
17
  */
18
18
  export declare const selectInAModalStyleFixProps: {
19
+ menuPortalTarget: HTMLElement;
19
20
  styles: {
20
21
  menuPortal: (base: any) => any;
21
22
  };
22
- menuPortalTarget: HTMLElement;
23
23
  };
24
24
  export declare const AssetsObjectSchemaSelect: ({ value, workspaceId, initialObjectSchemas, classNamePrefix: _classNamePrefix, testId, }: AssetsObjectSchemaSelectProps) => JSX.Element;
25
25
  export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "4.32.3",
3
+ "version": "4.32.4",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -77,16 +77,16 @@
77
77
  "@atlaskit/pragmatic-drag-and-drop-hitbox": "^1.1.0",
78
78
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^2.0.0",
79
79
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^3.2.0",
80
- "@atlaskit/primitives": "^17.0.0",
80
+ "@atlaskit/primitives": "^17.1.0",
81
81
  "@atlaskit/react-select": "^3.13.0",
82
- "@atlaskit/select": "^21.6.0",
82
+ "@atlaskit/select": "^21.7.0",
83
83
  "@atlaskit/smart-card": "^43.20.0",
84
84
  "@atlaskit/smart-user-picker": "^8.9.0",
85
85
  "@atlaskit/spinner": "^19.0.0",
86
86
  "@atlaskit/tag": "^14.2.0",
87
87
  "@atlaskit/textfield": "^8.2.0",
88
88
  "@atlaskit/theme": "^21.0.0",
89
- "@atlaskit/tokens": "^9.1.0",
89
+ "@atlaskit/tokens": "^10.0.0",
90
90
  "@atlaskit/tooltip": "^20.14.0",
91
91
  "@atlaskit/ufo": "^0.4.0",
92
92
  "@atlaskit/width-detector": "^5.0.0",