@commercetools-uikit/search-select-field 13.0.4 → 14.0.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.
@@ -162,7 +162,7 @@ SearchSelectField.displayName = 'SearchSelectField';
162
162
  var SearchSelectField$1 = SearchSelectField;
163
163
 
164
164
  // NOTE: This string will be replaced on build time with the package version.
165
- var version = "13.0.4";
165
+ var version = "14.0.0";
166
166
 
167
167
  exports["default"] = SearchSelectField$1;
168
168
  exports.version = version;
@@ -130,7 +130,7 @@ SearchSelectField.displayName = 'SearchSelectField';
130
130
  var SearchSelectField$1 = SearchSelectField;
131
131
 
132
132
  // NOTE: This string will be replaced on build time with the package version.
133
- var version = "13.0.4";
133
+ var version = "14.0.0";
134
134
 
135
135
  exports["default"] = SearchSelectField$1;
136
136
  exports.version = version;
@@ -138,6 +138,6 @@ SearchSelectField.displayName = 'SearchSelectField';
138
138
  var SearchSelectField$1 = SearchSelectField;
139
139
 
140
140
  // NOTE: This string will be replaced on build time with the package version.
141
- var version = "13.0.4";
141
+ var version = "14.0.0";
142
142
 
143
143
  export { SearchSelectField$1 as default, version };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/search-select-field",
3
3
  "description": "A search select field built on top of search select input, allowing users to asynchronously search for options",
4
- "version": "13.0.4",
4
+ "version": "14.0.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -9,7 +9,7 @@
9
9
  "directory": "packages/components/fields/search-select-field"
10
10
  },
11
11
  "homepage": "https://uikit.commercetools.com",
12
- "keywords": ["javascript", "design system", "react", "uikit"],
12
+ "keywords": ["javascript", "typescript", "design-system", "react", "uikit"],
13
13
  "license": "MIT",
14
14
  "publishConfig": {
15
15
  "access": "public"
@@ -19,15 +19,15 @@
19
19
  "module": "dist/commercetools-uikit-search-select-field.esm.js",
20
20
  "files": ["dist"],
21
21
  "dependencies": {
22
- "@babel/runtime": "7.17.2",
23
- "@babel/runtime-corejs3": "7.17.2",
24
- "@commercetools-uikit/constraints": "13.0.2",
25
- "@commercetools-uikit/design-system": "13.0.0",
26
- "@commercetools-uikit/field-errors": "13.0.4",
27
- "@commercetools-uikit/field-label": "13.0.4",
28
- "@commercetools-uikit/search-select-input": "13.0.4",
29
- "@commercetools-uikit/spacings": "13.0.2",
30
- "@commercetools-uikit/utils": "13.0.2",
22
+ "@babel/runtime": "^7.17.2",
23
+ "@babel/runtime-corejs3": "^7.17.2",
24
+ "@commercetools-uikit/constraints": "14.0.0",
25
+ "@commercetools-uikit/design-system": "14.0.0",
26
+ "@commercetools-uikit/field-errors": "14.0.0",
27
+ "@commercetools-uikit/field-label": "14.0.0",
28
+ "@commercetools-uikit/search-select-input": "14.0.0",
29
+ "@commercetools-uikit/spacings": "14.0.0",
30
+ "@commercetools-uikit/utils": "14.0.0",
31
31
  "@emotion/react": "^11.4.0",
32
32
  "@emotion/styled": "^11.3.0",
33
33
  "prop-types": "15.8.1",