@atlaskit/select 18.9.0 → 18.9.1

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/select
2
2
 
3
+ ## 18.9.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 18.9.0
4
10
 
5
11
  ### Minor Changes
@@ -21,6 +21,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
21
21
  var labelStyles = (0, _react.css)({
22
22
  display: 'flex',
23
23
  alignItems: 'center',
24
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
24
25
  lineHeight: 1.2
25
26
  });
26
27
  var flagStyles = (0, _react.css)({
@@ -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 = "18.9.0";
14
+ var packageVersion = "18.9.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)({
@@ -15,6 +15,7 @@ import { isCountryOptionsGrouped, onCountryOptionFocus } from './utils/country-g
15
15
  const labelStyles = css({
16
16
  display: 'flex',
17
17
  alignItems: 'center',
18
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
18
19
  lineHeight: 1.2
19
20
  });
20
21
  const flagStyles = css({
@@ -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 = "18.9.0";
6
+ const packageVersion = "18.9.1";
7
7
  export const SelectWithoutAnalytics = createSelect(AsyncSelect);
8
8
  const createAndFireEventOnAtlaskit = createAndFireEvent('atlaskit');
9
9
  const Select = withAnalyticsContext({
@@ -18,6 +18,7 @@ import { isCountryOptionsGrouped, onCountryOptionFocus } from './utils/country-g
18
18
  var labelStyles = css({
19
19
  display: 'flex',
20
20
  alignItems: 'center',
21
+ // eslint-disable-next-line @atlaskit/design-system/use-tokens-typography
21
22
  lineHeight: 1.2
22
23
  });
23
24
  var flagStyles = css({
@@ -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 = "18.9.0";
6
+ var packageVersion = "18.9.1";
7
7
  export var SelectWithoutAnalytics = createSelect(AsyncSelect);
8
8
  var createAndFireEventOnAtlaskit = createAndFireEvent('atlaskit');
9
9
  var Select = withAnalyticsContext({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/select",
3
- "version": "18.9.0",
3
+ "version": "18.9.1",
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/"
@@ -43,13 +43,13 @@
43
43
  "dependencies": {
44
44
  "@atlaskit/analytics-next": "^10.2.0",
45
45
  "@atlaskit/ds-lib": "^3.3.0",
46
- "@atlaskit/icon": "^23.1.0",
46
+ "@atlaskit/icon": "^23.3.0",
47
47
  "@atlaskit/platform-feature-flags": "^0.3.0",
48
48
  "@atlaskit/primitives": "^13.3.0",
49
49
  "@atlaskit/react-select": "^1.6.0",
50
50
  "@atlaskit/spinner": "^16.3.0",
51
51
  "@atlaskit/theme": "^14.0.0",
52
- "@atlaskit/tokens": "^2.4.0",
52
+ "@atlaskit/tokens": "^3.0.0",
53
53
  "@atlaskit/visually-hidden": "^1.5.0",
54
54
  "@babel/runtime": "^7.0.0",
55
55
  "@emotion/react": "^11.7.1",
@@ -69,7 +69,7 @@
69
69
  "@af/integration-testing": "*",
70
70
  "@af/visual-regression": "*",
71
71
  "@atlaskit/checkbox": "^15.2.0",
72
- "@atlaskit/modal-dialog": "^12.18.0",
72
+ "@atlaskit/modal-dialog": "^12.19.0",
73
73
  "@atlaskit/radio": "^7.0.0",
74
74
  "@atlaskit/ssr": "*",
75
75
  "@atlaskit/visual-regression": "*",