@atlaskit/select 21.7.8 → 21.8.0

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,16 @@
1
1
  # @atlaskit/select
2
2
 
3
+ ## 21.8.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`749ca42d5f314`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/749ca42d5f314) -
8
+ [ux] Updating multiselect to use ADS tags.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 21.7.8
4
15
 
5
16
  ### Patch Changes
@@ -1,4 +1,4 @@
1
- /* input-options.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* input-options.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -1,4 +1,4 @@
1
- /* country-select.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* country-select.tsx generated by @compiled/babel-plugin v0.39.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.38.1 */
1
+ /* components.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  "use strict";
3
3
 
4
4
  var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
@@ -11,7 +11,7 @@ var _createSelect = _interopRequireDefault(require("./create-select"));
11
11
  /* eslint-disable @repo/internal/react/require-jsdoc */
12
12
 
13
13
  var packageName = "@atlaskit/select";
14
- var packageVersion = "21.7.7";
14
+ var packageVersion = "0.0.0-development";
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
- /* input-options.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* input-options.tsx generated by @compiled/babel-plugin v0.39.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
- /* country-select.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* country-select.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./country-select.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* components.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* components.tsx generated by @compiled/babel-plugin v0.39.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 './create-select';
5
5
  const packageName = "@atlaskit/select";
6
- const packageVersion = "21.7.7";
6
+ const packageVersion = "0.0.0-development";
7
7
  export const SelectWithoutAnalytics = createSelect(AsyncSelect);
8
8
  const createAndFireEventOnAtlaskit = createAndFireEvent('atlaskit');
9
9
  const Select = withAnalyticsContext({
@@ -1,4 +1,4 @@
1
- /* input-options.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* input-options.tsx generated by @compiled/babel-plugin v0.39.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";
@@ -1,4 +1,4 @@
1
- /* country-select.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* country-select.tsx generated by @compiled/babel-plugin v0.39.1 */
2
2
  import _extends from "@babel/runtime/helpers/extends";
3
3
  import "./country-select.compiled.css";
4
4
  import * as React from 'react';
@@ -1,4 +1,4 @@
1
- /* components.tsx generated by @compiled/babel-plugin v0.38.1 */
1
+ /* components.tsx generated by @compiled/babel-plugin v0.39.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 './create-select';
5
5
  var packageName = "@atlaskit/select";
6
- var packageVersion = "21.7.7";
6
+ var packageVersion = "0.0.0-development";
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": "21.7.8",
3
+ "version": "21.8.0",
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,17 +33,17 @@
33
33
  },
34
34
  "dependencies": {
35
35
  "@atlaskit/analytics-next": "^11.1.0",
36
- "@atlaskit/ds-lib": "^5.3.0",
36
+ "@atlaskit/ds-lib": "^5.4.0",
37
37
  "@atlaskit/icon": "^32.0.0",
38
38
  "@atlaskit/layering": "^3.6.0",
39
39
  "@atlaskit/platform-feature-flags": "^1.1.0",
40
40
  "@atlaskit/primitives": "^18.0.0",
41
- "@atlaskit/react-select": "^3.13.0",
41
+ "@atlaskit/react-select": "^3.14.0",
42
42
  "@atlaskit/theme": "^22.0.0",
43
- "@atlaskit/tokens": "^11.0.0",
43
+ "@atlaskit/tokens": "^11.1.0",
44
44
  "@atlaskit/visually-hidden": "^3.0.0",
45
45
  "@babel/runtime": "^7.0.0",
46
- "@compiled/react": "^0.18.6",
46
+ "@compiled/react": "^0.20.0",
47
47
  "@popperjs/core": "^2.11.8",
48
48
  "bind-event-listener": "^3.0.0",
49
49
  "react-focus-lock": "^2.9.5",
@@ -60,9 +60,9 @@
60
60
  "@af/visual-regression": "workspace:^",
61
61
  "@atlaskit/button": "^23.10.0",
62
62
  "@atlaskit/checkbox": "^17.3.0",
63
- "@atlaskit/docs": "^11.5.0",
63
+ "@atlaskit/docs": "^11.6.0",
64
64
  "@atlaskit/drawer": "^11.0.0",
65
- "@atlaskit/form": "^15.3.0",
65
+ "@atlaskit/form": "^15.4.0",
66
66
  "@atlaskit/link": "^3.3.0",
67
67
  "@atlaskit/logo": "^19.10.0",
68
68
  "@atlaskit/modal-dialog": "^14.11.0",
@@ -101,6 +101,9 @@
101
101
  },
102
102
  "platform_navx_sllv_dropdown_escape_and_focus_fix": {
103
103
  "type": "boolean"
104
+ },
105
+ "platform-dst-lozenge-tag-badge-visual-uplifts": {
106
+ "type": "boolean"
104
107
  }
105
108
  },
106
109
  "homepage": "https://atlassian.design/components/select/"