@atlaskit/react-select 3.8.5 → 3.8.7

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,18 @@
1
1
  # @atlaskit/react-select
2
2
 
3
+ ## 3.8.7
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
9
+ ## 3.8.6
10
+
11
+ ### Patch Changes
12
+
13
+ - [`e02c11e7be73c`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/e02c11e7be73c) -
14
+ types made more explicit
15
+
3
16
  ## 3.8.5
4
17
 
5
18
  ### Patch Changes
@@ -15,9 +15,7 @@ var _useStateManager = _interopRequireDefault(require("./use-state-manager"));
15
15
  function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r = new WeakMap(), n = new WeakMap(); return (_interopRequireWildcard = function _interopRequireWildcard(e, t) { if (!t && e && e.__esModule) return e; var o, i, f = { __proto__: null, default: e }; if (null === e || "object" != _typeof(e) && "function" != typeof e) return f; if (o = t ? n : r) { if (o.has(e)) return o.get(e); o.set(e, f); } for (var _t in e) "default" !== _t && {}.hasOwnProperty.call(e, _t) && ((i = (o = Object.defineProperty) && Object.getOwnPropertyDescriptor(e, _t)) && (i.get || i.set) ? o(f, _t, i) : f[_t] = e[_t]); return f; })(e, t); }
16
16
  var AsyncCreatableSelect = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
17
17
  var stateManagerProps = (0, _useAsync.default)(props);
18
- // @ts-ignore - TS2345: Complex generic type causing issues for help-center local consumption with TS 5.9.2
19
18
  var creatableProps = (0, _useStateManager.default)(stateManagerProps);
20
- // @ts-ignore - TS2345: Complex generic type causing issues for help-center local consumption with TS 5.9.2
21
19
  var selectProps = (0, _useCreatable.default)(creatableProps);
22
20
 
23
21
  // @ts-ignore - TS2322: Complex generic type causing issues for help-center local consumption with TS 5.9.2
@@ -6,9 +6,7 @@ import useCreatable from './use-creatable';
6
6
  import useStateManager from './use-state-manager';
7
7
  const AsyncCreatableSelect = /*#__PURE__*/forwardRef((props, ref) => {
8
8
  const stateManagerProps = useAsync(props);
9
- // @ts-ignore - TS2345: Complex generic type causing issues for help-center local consumption with TS 5.9.2
10
9
  const creatableProps = useStateManager(stateManagerProps);
11
- // @ts-ignore - TS2345: Complex generic type causing issues for help-center local consumption with TS 5.9.2
12
10
  const selectProps = useCreatable(creatableProps);
13
11
 
14
12
  // @ts-ignore - TS2322: Complex generic type causing issues for help-center local consumption with TS 5.9.2
@@ -6,9 +6,7 @@ import useCreatable from './use-creatable';
6
6
  import useStateManager from './use-state-manager';
7
7
  var AsyncCreatableSelect = /*#__PURE__*/forwardRef(function (props, ref) {
8
8
  var stateManagerProps = useAsync(props);
9
- // @ts-ignore - TS2345: Complex generic type causing issues for help-center local consumption with TS 5.9.2
10
9
  var creatableProps = useStateManager(stateManagerProps);
11
- // @ts-ignore - TS2345: Complex generic type causing issues for help-center local consumption with TS 5.9.2
12
10
  var selectProps = useCreatable(creatableProps);
13
11
 
14
12
  // @ts-ignore - TS2322: Complex generic type causing issues for help-center local consumption with TS 5.9.2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/react-select",
3
- "version": "3.8.5",
3
+ "version": "3.8.7",
4
4
  "description": "A forked version of react-select to only be used in atlaskit/select",
5
5
  "author": "Atlassian Pty Ltd",
6
6
  "license": "Apache-2.0",
@@ -20,13 +20,13 @@
20
20
  ],
21
21
  "atlaskit:src": "src/index.tsx",
22
22
  "dependencies": {
23
- "@atlaskit/ds-lib": "^5.1.0",
23
+ "@atlaskit/ds-lib": "^5.2.0",
24
24
  "@atlaskit/icon": "^28.5.0",
25
25
  "@atlaskit/layering": "^3.2.0",
26
26
  "@atlaskit/platform-feature-flags": "^1.1.0",
27
- "@atlaskit/primitives": "^16.0.0",
27
+ "@atlaskit/primitives": "^16.1.0",
28
28
  "@atlaskit/spinner": "^19.0.0",
29
- "@atlaskit/tokens": "^7.0.0",
29
+ "@atlaskit/tokens": "^8.0.0",
30
30
  "@babel/runtime": "^7.0.0",
31
31
  "@compiled/react": "^0.18.6",
32
32
  "@floating-ui/dom": "^1.0.1",