@atlaskit/select 21.3.1 → 21.3.2

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,13 @@
1
1
  # @atlaskit/select
2
2
 
3
+ ## 21.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - [`39e543109ec09`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/39e543109ec09) -
8
+ add type info to forwardRef components
9
+ - Updated dependencies
10
+
3
11
  ## 21.3.1
4
12
 
5
13
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* CountrySelect.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* CountrySelect.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* components.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* components.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -11,7 +11,7 @@ var _createSelect = _interopRequireDefault(require("./createSelect"));
11
11
  /* eslint-disable @repo/internal/react/require-jsdoc */
12
12
 
13
13
  var packageName = "@atlaskit/select";
14
- var packageVersion = "21.3.0";
14
+ var packageVersion = "21.3.1";
15
15
  var SelectWithoutAnalytics = exports.SelectWithoutAnalytics = (0, _createSelect.default)(_async.default);
16
16
  var createAndFireEventOnAtlaskit = (0, _analyticsNext.createAndFireEvent)('atlaskit');
17
17
  var Select = (0, _analyticsNext.withAnalyticsContext)({
@@ -1,4 +1,4 @@
1
- ._16cu892t svg circle:first-of-type, ._1xci892t svg rect{stroke-linejoin:round}
1
+ ._16cu892t svg circle:first-of-type{stroke-linejoin:round}
2
2
  ._16jlkb7n{flex-grow:1}
3
3
  ._16qs1kw7{box-shadow:inherit}
4
4
  ._16qsn8hf{box-shadow:inset 2px 0 0 var(--ds-border-focused,#388bff)}
@@ -6,14 +6,18 @@
6
6
  ._1bsb1osq{width:100%}
7
7
  ._1bto1l2s{text-overflow:ellipsis}
8
8
  ._1e0c1txw{display:flex}
9
+ ._1gqp1elr svg rect{stroke:var(--ds-border-input,#8590a2)}
10
+ ._1gqp1r31 svg rect{stroke:currentColor}
9
11
  ._1o9zidpf{flex-shrink:0}
10
12
  ._1q511b66{padding-block-start:var(--ds-space-050,4px)}
11
13
  ._1reo15vq{overflow-x:hidden}
12
- ._1u9j1elr svg circle:first-of-type, ._1gqp1elr svg rect{stroke:var(--ds-border-input,#8590a2)}
13
- ._1u9j1r31 svg circle:first-of-type, ._1gqp1r31 svg rect{stroke:currentColor}
14
+ ._1u9j1elr svg circle:first-of-type{stroke:var(--ds-border-input,#8590a2)}
15
+ ._1u9j1r31 svg circle:first-of-type{stroke:currentColor}
16
+ ._1xci892t svg rect{stroke-linejoin:round}
14
17
  ._4cvr1h6o{align-items:center}
15
- ._59qxe4h9 svg circle:first-of-type, ._8y3xe4h9 svg rect{stroke-width:var(--ds-border-width,1px)}
18
+ ._59qxe4h9 svg circle:first-of-type{stroke-width:var(--ds-border-width,1px)}
16
19
  ._85i51b66{padding-block-end:var(--ds-space-050,4px)}
20
+ ._8y3xe4h9 svg rect{stroke-width:var(--ds-border-width,1px)}
17
21
  ._bfhk166n{background-color:var(--ds-background-neutral-subtle-hovered,#091e420f)}
18
22
  ._bfhk1j28{background-color:transparent}
19
23
  ._bozgpxbi{padding-inline-start:var(--ds-space-200,1pc)}
@@ -1,4 +1,4 @@
1
- /* input-options.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* input-options.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* CountrySelect.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* CountrySelect.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./CountrySelect.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* components.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* components.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./components.compiled.css";
4
4
  import * as React from 'react';
@@ -3,7 +3,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
3
3
  import AsyncSelect from '@atlaskit/react-select/async';
4
4
  import createSelect from './createSelect';
5
5
  const packageName = "@atlaskit/select";
6
- const packageVersion = "21.3.0";
6
+ const packageVersion = "21.3.1";
7
7
  export const SelectWithoutAnalytics = createSelect(AsyncSelect);
8
8
  const createAndFireEventOnAtlaskit = createAndFireEvent('atlaskit');
9
9
  const Select = withAnalyticsContext({
@@ -1,4 +1,4 @@
1
- ._16cu892t svg circle:first-of-type, ._1xci892t svg rect{stroke-linejoin:round}
1
+ ._16cu892t svg circle:first-of-type{stroke-linejoin:round}
2
2
  ._16jlkb7n{flex-grow:1}
3
3
  ._16qs1kw7{box-shadow:inherit}
4
4
  ._16qsn8hf{box-shadow:inset 2px 0 0 var(--ds-border-focused,#388bff)}
@@ -6,14 +6,18 @@
6
6
  ._1bsb1osq{width:100%}
7
7
  ._1bto1l2s{text-overflow:ellipsis}
8
8
  ._1e0c1txw{display:flex}
9
+ ._1gqp1elr svg rect{stroke:var(--ds-border-input,#8590a2)}
10
+ ._1gqp1r31 svg rect{stroke:currentColor}
9
11
  ._1o9zidpf{flex-shrink:0}
10
12
  ._1q511b66{padding-block-start:var(--ds-space-050,4px)}
11
13
  ._1reo15vq{overflow-x:hidden}
12
- ._1u9j1elr svg circle:first-of-type, ._1gqp1elr svg rect{stroke:var(--ds-border-input,#8590a2)}
13
- ._1u9j1r31 svg circle:first-of-type, ._1gqp1r31 svg rect{stroke:currentColor}
14
+ ._1u9j1elr svg circle:first-of-type{stroke:var(--ds-border-input,#8590a2)}
15
+ ._1u9j1r31 svg circle:first-of-type{stroke:currentColor}
16
+ ._1xci892t svg rect{stroke-linejoin:round}
14
17
  ._4cvr1h6o{align-items:center}
15
- ._59qxe4h9 svg circle:first-of-type, ._8y3xe4h9 svg rect{stroke-width:var(--ds-border-width,1px)}
18
+ ._59qxe4h9 svg circle:first-of-type{stroke-width:var(--ds-border-width,1px)}
16
19
  ._85i51b66{padding-block-end:var(--ds-space-050,4px)}
20
+ ._8y3xe4h9 svg rect{stroke-width:var(--ds-border-width,1px)}
17
21
  ._bfhk166n{background-color:var(--ds-background-neutral-subtle-hovered,#091e420f)}
18
22
  ._bfhk1j28{background-color:transparent}
19
23
  ._bozgpxbi{padding-inline-start:var(--ds-space-200,1pc)}
@@ -1,4 +1,4 @@
1
- /* input-options.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* input-options.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./input-options.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* CountrySelect.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* CountrySelect.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./CountrySelect.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* components.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* components.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _objectWithoutProperties from "@babel/runtime/helpers/objectWithoutProperties";
4
4
  import _defineProperty from "@babel/runtime/helpers/defineProperty";
@@ -3,7 +3,7 @@ import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@
3
3
  import AsyncSelect from '@atlaskit/react-select/async';
4
4
  import createSelect from './createSelect';
5
5
  var packageName = "@atlaskit/select";
6
- var packageVersion = "21.3.0";
6
+ var packageVersion = "21.3.1";
7
7
  export var SelectWithoutAnalytics = createSelect(AsyncSelect);
8
8
  var createAndFireEventOnAtlaskit = createAndFireEvent('atlaskit');
9
9
  var Select = withAnalyticsContext({
@@ -1,4 +1,4 @@
1
- ._16cu892t svg circle:first-of-type, ._1xci892t svg rect{stroke-linejoin:round}
1
+ ._16cu892t svg circle:first-of-type{stroke-linejoin:round}
2
2
  ._16jlkb7n{flex-grow:1}
3
3
  ._16qs1kw7{box-shadow:inherit}
4
4
  ._16qsn8hf{box-shadow:inset 2px 0 0 var(--ds-border-focused,#388bff)}
@@ -6,14 +6,18 @@
6
6
  ._1bsb1osq{width:100%}
7
7
  ._1bto1l2s{text-overflow:ellipsis}
8
8
  ._1e0c1txw{display:flex}
9
+ ._1gqp1elr svg rect{stroke:var(--ds-border-input,#8590a2)}
10
+ ._1gqp1r31 svg rect{stroke:currentColor}
9
11
  ._1o9zidpf{flex-shrink:0}
10
12
  ._1q511b66{padding-block-start:var(--ds-space-050,4px)}
11
13
  ._1reo15vq{overflow-x:hidden}
12
- ._1u9j1elr svg circle:first-of-type, ._1gqp1elr svg rect{stroke:var(--ds-border-input,#8590a2)}
13
- ._1u9j1r31 svg circle:first-of-type, ._1gqp1r31 svg rect{stroke:currentColor}
14
+ ._1u9j1elr svg circle:first-of-type{stroke:var(--ds-border-input,#8590a2)}
15
+ ._1u9j1r31 svg circle:first-of-type{stroke:currentColor}
16
+ ._1xci892t svg rect{stroke-linejoin:round}
14
17
  ._4cvr1h6o{align-items:center}
15
- ._59qxe4h9 svg circle:first-of-type, ._8y3xe4h9 svg rect{stroke-width:var(--ds-border-width,1px)}
18
+ ._59qxe4h9 svg circle:first-of-type{stroke-width:var(--ds-border-width,1px)}
16
19
  ._85i51b66{padding-block-end:var(--ds-space-050,4px)}
20
+ ._8y3xe4h9 svg rect{stroke-width:var(--ds-border-width,1px)}
17
21
  ._bfhk166n{background-color:var(--ds-background-neutral-subtle-hovered,#091e420f)}
18
22
  ._bfhk1j28{background-color:transparent}
19
23
  ._bozgpxbi{padding-inline-start:var(--ds-space-200,1pc)}
@@ -1,4 +1,4 @@
1
- /* input-options.tsx generated by @compiled/babel-plugin v0.36.1 */
1
+ /* input-options.tsx generated by @compiled/babel-plugin v0.38.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import _slicedToArray from "@babel/runtime/helpers/slicedToArray";
4
4
  import "./input-options.compiled.css";
@@ -14,7 +14,7 @@ interface MenuDialogProps {
14
14
  * __Menu dialog__
15
15
  * Wrapper for PopupSelect component.
16
16
  */
17
- export declare const MenuDialog: import("react").ForwardRefExoticComponent<MenuDialogProps & import("react").RefAttributes<HTMLDivElement>>;
17
+ export declare const MenuDialog: React.ForwardRefExoticComponent<React.PropsWithoutRef<MenuDialogProps> & React.RefAttributes<HTMLDivElement>>;
18
18
  /**
19
19
  * __Dummy control__
20
20
  * Overrides the default DummyControl component in Select.
@@ -14,7 +14,7 @@ interface MenuDialogProps {
14
14
  * __Menu dialog__
15
15
  * Wrapper for PopupSelect component.
16
16
  */
17
- export declare const MenuDialog: import("react").ForwardRefExoticComponent<MenuDialogProps & import("react").RefAttributes<HTMLDivElement>>;
17
+ export declare const MenuDialog: React.ForwardRefExoticComponent<React.PropsWithoutRef<MenuDialogProps> & React.RefAttributes<HTMLDivElement>>;
18
18
  /**
19
19
  * __Dummy control__
20
20
  * Overrides the default DummyControl component in Select.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/select",
3
- "version": "21.3.1",
3
+ "version": "21.3.2",
4
4
  "description": "Select allows users to make a single selection or multiple selections from a list of options.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -33,14 +33,14 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@atlaskit/analytics-next": "^11.1.0",
36
- "@atlaskit/ds-lib": "^5.0.0",
37
- "@atlaskit/icon": "^28.2.0",
36
+ "@atlaskit/ds-lib": "^5.1.0",
37
+ "@atlaskit/icon": "^28.3.0",
38
38
  "@atlaskit/platform-feature-flags": "^1.1.0",
39
- "@atlaskit/primitives": "^14.14.0",
40
- "@atlaskit/react-select": "^3.6.0",
39
+ "@atlaskit/primitives": "^14.15.0",
40
+ "@atlaskit/react-select": "^3.7.0",
41
41
  "@atlaskit/spinner": "^19.0.0",
42
42
  "@atlaskit/theme": "^21.0.0",
43
- "@atlaskit/tokens": "^6.3.0",
43
+ "@atlaskit/tokens": "^6.4.0",
44
44
  "@atlaskit/visually-hidden": "^3.0.0",
45
45
  "@babel/runtime": "^7.0.0",
46
46
  "@compiled/react": "^0.18.3",
@@ -62,10 +62,10 @@
62
62
  "@atlaskit/checkbox": "^17.1.0",
63
63
  "@atlaskit/docs": "^11.1.0",
64
64
  "@atlaskit/drawer": "^11.0.0",
65
- "@atlaskit/form": "^12.7.0",
65
+ "@atlaskit/form": "^14.2.0",
66
66
  "@atlaskit/link": "^3.2.0",
67
67
  "@atlaskit/logo": "^19.7.0",
68
- "@atlaskit/modal-dialog": "^14.3.0",
68
+ "@atlaskit/modal-dialog": "^14.4.0",
69
69
  "@atlaskit/radio": "^8.3.0",
70
70
  "@atlaskit/section-message": "^8.7.0",
71
71
  "@atlassian/ssr-tests": "^0.3.0",