@atlaskit/select 21.7.7 → 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 +17 -0
- package/dist/cjs/components/input-options.js +1 -1
- package/dist/cjs/country-select.js +1 -1
- package/dist/cjs/popup-select/components.js +1 -1
- package/dist/cjs/select.js +1 -1
- package/dist/es2019/components/input-options.js +1 -1
- package/dist/es2019/country-select.js +1 -1
- package/dist/es2019/popup-select/components.js +1 -1
- package/dist/es2019/select.js +1 -1
- package/dist/esm/components/input-options.js +1 -1
- package/dist/esm/country-select.js +1 -1
- package/dist/esm/popup-select/components.js +1 -1
- package/dist/esm/select.js +1 -1
- package/package.json +12 -9
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
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
|
+
|
|
14
|
+
## 21.7.8
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 21.7.7
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/dist/cjs/select.js
CHANGED
|
@@ -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 = "
|
|
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
|
-
/* country-select.tsx generated by @compiled/babel-plugin v0.
|
|
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';
|
package/dist/es2019/select.js
CHANGED
|
@@ -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 = "
|
|
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.
|
|
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.
|
|
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.
|
|
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";
|
package/dist/esm/select.js
CHANGED
|
@@ -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 = "
|
|
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.
|
|
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.
|
|
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.
|
|
42
|
-
"@atlaskit/theme": "^
|
|
43
|
-
"@atlaskit/tokens": "^11.
|
|
41
|
+
"@atlaskit/react-select": "^3.14.0",
|
|
42
|
+
"@atlaskit/theme": "^22.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.
|
|
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",
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
"@af/accessibility-testing": "workspace:^",
|
|
59
59
|
"@af/integration-testing": "workspace:^",
|
|
60
60
|
"@af/visual-regression": "workspace:^",
|
|
61
|
-
"@atlaskit/button": "^23.
|
|
61
|
+
"@atlaskit/button": "^23.10.0",
|
|
62
62
|
"@atlaskit/checkbox": "^17.3.0",
|
|
63
|
-
"@atlaskit/docs": "^11.
|
|
63
|
+
"@atlaskit/docs": "^11.6.0",
|
|
64
64
|
"@atlaskit/drawer": "^11.0.0",
|
|
65
|
-
"@atlaskit/form": "^15.
|
|
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/"
|