@atlaskit/select 21.3.10 → 21.4.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 +19 -0
- package/dist/cjs/Select.js +1 -1
- package/dist/cjs/data/countries.js +0 -2
- package/dist/es2019/Select.js +1 -1
- package/dist/es2019/data/countries.js +0 -2
- package/dist/esm/Select.js +1 -1
- package/dist/esm/data/countries.js +0 -2
- package/package.json +7 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,24 @@
|
|
|
1
1
|
# @atlaskit/select
|
|
2
2
|
|
|
3
|
+
## 21.4.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`14886457b3a3a`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/14886457b3a3a) -
|
|
8
|
+
Suppress i18n violations
|
|
9
|
+
|
|
10
|
+
## 21.4.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- [`2568622464f45`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/2568622464f45) -
|
|
15
|
+
release previously feature-gated change to textfield, textarea, and select to increase font size
|
|
16
|
+
to 16px on mobile
|
|
17
|
+
|
|
18
|
+
### Patch Changes
|
|
19
|
+
|
|
20
|
+
- Updated dependencies
|
|
21
|
+
|
|
3
22
|
## 21.3.10
|
|
4
23
|
|
|
5
24
|
### Patch Changes
|
package/dist/cjs/Select.js
CHANGED
|
@@ -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 = "
|
|
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)({
|
|
@@ -1256,13 +1256,11 @@ var allCountries = [{
|
|
|
1256
1256
|
|
|
1257
1257
|
// separate countries into groups
|
|
1258
1258
|
var groupedCountries = exports.groupedCountries = [{
|
|
1259
|
-
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-object
|
|
1260
1259
|
label: 'Suggested',
|
|
1261
1260
|
options: allCountries.filter(function (c) {
|
|
1262
1261
|
return c.suggested;
|
|
1263
1262
|
})
|
|
1264
1263
|
}, {
|
|
1265
|
-
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-object
|
|
1266
1264
|
label: 'All Countries',
|
|
1267
1265
|
options: allCountries.filter(function (c) {
|
|
1268
1266
|
return !c.suggested;
|
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 './createSelect';
|
|
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({
|
|
@@ -1250,11 +1250,9 @@ const allCountries = [{
|
|
|
1250
1250
|
|
|
1251
1251
|
// separate countries into groups
|
|
1252
1252
|
export const groupedCountries = [{
|
|
1253
|
-
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-object
|
|
1254
1253
|
label: 'Suggested',
|
|
1255
1254
|
options: allCountries.filter(c => c.suggested)
|
|
1256
1255
|
}, {
|
|
1257
|
-
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-object
|
|
1258
1256
|
label: 'All Countries',
|
|
1259
1257
|
options: allCountries.filter(c => !c.suggested)
|
|
1260
1258
|
}];
|
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 './createSelect';
|
|
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({
|
|
@@ -1250,13 +1250,11 @@ var allCountries = [{
|
|
|
1250
1250
|
|
|
1251
1251
|
// separate countries into groups
|
|
1252
1252
|
export var groupedCountries = [{
|
|
1253
|
-
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-object
|
|
1254
1253
|
label: 'Suggested',
|
|
1255
1254
|
options: allCountries.filter(function (c) {
|
|
1256
1255
|
return c.suggested;
|
|
1257
1256
|
})
|
|
1258
1257
|
}, {
|
|
1259
|
-
// eslint-disable-next-line @atlassian/i18n/no-literal-string-in-object
|
|
1260
1258
|
label: 'All Countries',
|
|
1261
1259
|
options: allCountries.filter(function (c) {
|
|
1262
1260
|
return !c.suggested;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/select",
|
|
3
|
-
"version": "21.
|
|
3
|
+
"version": "21.4.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/"
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"@atlaskit/analytics-next": "^11.1.0",
|
|
36
|
-
"@atlaskit/ds-lib": "^5.
|
|
36
|
+
"@atlaskit/ds-lib": "^5.3.0",
|
|
37
37
|
"@atlaskit/icon": "^29.0.0",
|
|
38
38
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
39
|
-
"@atlaskit/primitives": "^16.
|
|
40
|
-
"@atlaskit/react-select": "^3.
|
|
39
|
+
"@atlaskit/primitives": "^16.3.0",
|
|
40
|
+
"@atlaskit/react-select": "^3.9.0",
|
|
41
41
|
"@atlaskit/spinner": "^19.0.0",
|
|
42
42
|
"@atlaskit/theme": "^21.0.0",
|
|
43
|
-
"@atlaskit/tokens": "^8.
|
|
43
|
+
"@atlaskit/tokens": "^8.3.0",
|
|
44
44
|
"@atlaskit/visually-hidden": "^3.0.0",
|
|
45
45
|
"@babel/runtime": "^7.0.0",
|
|
46
46
|
"@compiled/react": "^0.18.6",
|
|
@@ -62,10 +62,10 @@
|
|
|
62
62
|
"@atlaskit/checkbox": "^17.1.0",
|
|
63
63
|
"@atlaskit/docs": "^11.2.0",
|
|
64
64
|
"@atlaskit/drawer": "^11.0.0",
|
|
65
|
-
"@atlaskit/form": "^14.
|
|
65
|
+
"@atlaskit/form": "^14.3.0",
|
|
66
66
|
"@atlaskit/link": "^3.2.0",
|
|
67
67
|
"@atlaskit/logo": "^19.9.0",
|
|
68
|
-
"@atlaskit/modal-dialog": "^14.
|
|
68
|
+
"@atlaskit/modal-dialog": "^14.7.0",
|
|
69
69
|
"@atlaskit/radio": "^8.3.0",
|
|
70
70
|
"@atlaskit/section-message": "^8.9.0",
|
|
71
71
|
"@atlassian/ssr-tests": "workspace:^",
|
|
@@ -98,9 +98,6 @@
|
|
|
98
98
|
"platform-visual-refresh-icons": {
|
|
99
99
|
"type": "boolean"
|
|
100
100
|
},
|
|
101
|
-
"platform_design_system_team_safari_input_fix": {
|
|
102
|
-
"type": "boolean"
|
|
103
|
-
},
|
|
104
101
|
"platform_dst_nav4_layering_in_main_slot_fixes": {
|
|
105
102
|
"type": "boolean"
|
|
106
103
|
}
|