@atlaskit/link-datasource 3.15.2 → 3.15.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,14 @@
1
1
  # @atlaskit/link-datasource
2
2
 
3
+ ## 3.15.3
4
+
5
+ ### Patch Changes
6
+
7
+ - [#177875](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/177875)
8
+ [`d0c3d27216b7c`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/d0c3d27216b7c) -
9
+ Clean up props for select new improvement on theme and customized components
10
+ - Updated dependencies
11
+
3
12
  ## 3.15.2
4
13
 
5
14
  ### Patch Changes
@@ -193,9 +193,7 @@ var FilterPopupSelect = exports.FilterPopupSelect = function FilterPopupSelect(_
193
193
  Control: _control.default,
194
194
  MenuList: _menuList.default,
195
195
  DropdownIndicator: _dropdownIndicator.default,
196
- LoadingIndicator: undefined,
197
- // disables the three ... indicator in the searchbox when picker is loading
198
- IndicatorSeparator: undefined // disables the | separator between search input and icon
196
+ LoadingIndicator: undefined // disables the three ... indicator in the searchbox when picker is loading
199
197
  },
200
198
  options: sortedOptions,
201
199
  value: selectedOptions,
@@ -146,9 +146,7 @@ export const FilterPopupSelect = ({
146
146
  Control: CustomControl,
147
147
  MenuList: CustomMenuList,
148
148
  DropdownIndicator: CustomDropdownIndicator,
149
- LoadingIndicator: undefined,
150
- // disables the three ... indicator in the searchbox when picker is loading
151
- IndicatorSeparator: undefined // disables the | separator between search input and icon
149
+ LoadingIndicator: undefined // disables the three ... indicator in the searchbox when picker is loading
152
150
  },
153
151
  options: sortedOptions,
154
152
  value: selectedOptions,
@@ -183,9 +183,7 @@ export var FilterPopupSelect = function FilterPopupSelect(_ref) {
183
183
  Control: CustomControl,
184
184
  MenuList: CustomMenuList,
185
185
  DropdownIndicator: CustomDropdownIndicator,
186
- LoadingIndicator: undefined,
187
- // disables the three ... indicator in the searchbox when picker is loading
188
- IndicatorSeparator: undefined // disables the | separator between search input and icon
186
+ LoadingIndicator: undefined // disables the three ... indicator in the searchbox when picker is loading
189
187
  },
190
188
  options: sortedOptions,
191
189
  value: selectedOptions,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/link-datasource",
3
- "version": "3.15.2",
3
+ "version": "3.15.3",
4
4
  "description": "UI Components to support linking platform dataset feature",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -71,8 +71,8 @@
71
71
  "@atlaskit/pragmatic-drag-and-drop-react-beautiful-dnd-autoscroll": "^1.2.0",
72
72
  "@atlaskit/pragmatic-drag-and-drop-react-drop-indicator": "^1.1.0",
73
73
  "@atlaskit/primitives": "^13.3.0",
74
- "@atlaskit/react-select": "^1.5.0",
75
- "@atlaskit/select": "^18.8.0",
74
+ "@atlaskit/react-select": "^1.6.0",
75
+ "@atlaskit/select": "^18.9.0",
76
76
  "@atlaskit/smart-card": "^32.7.0",
77
77
  "@atlaskit/smart-user-picker": "6.11.2",
78
78
  "@atlaskit/spinner": "^16.3.0",