@atlaskit/select 21.4.0 → 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 CHANGED
@@ -1,5 +1,12 @@
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
+
3
10
  ## 21.4.0
4
11
 
5
12
  ### Minor Changes
@@ -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;
@@ -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
  }];
@@ -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.4.0",
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.2.0",
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.1.0",
39
+ "@atlaskit/primitives": "^16.3.0",
40
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.0.0",
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,7 +62,7 @@
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.2.0",
65
+ "@atlaskit/form": "^14.3.0",
66
66
  "@atlaskit/link": "^3.2.0",
67
67
  "@atlaskit/logo": "^19.9.0",
68
68
  "@atlaskit/modal-dialog": "^14.7.0",