@commercetools-uikit/search-select-field 16.12.0 → 16.12.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.
|
@@ -173,7 +173,7 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
173
173
|
var SearchSelectField$1 = SearchSelectField;
|
|
174
174
|
|
|
175
175
|
// NOTE: This string will be replaced on build time with the package version.
|
|
176
|
-
var version = "16.12.
|
|
176
|
+
var version = "16.12.1";
|
|
177
177
|
|
|
178
178
|
exports["default"] = SearchSelectField$1;
|
|
179
179
|
exports.version = version;
|
|
@@ -138,7 +138,7 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
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 = "16.12.
|
|
141
|
+
var version = "16.12.1";
|
|
142
142
|
|
|
143
143
|
exports["default"] = SearchSelectField$1;
|
|
144
144
|
exports.version = version;
|
|
@@ -149,6 +149,6 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
149
149
|
var SearchSelectField$1 = SearchSelectField;
|
|
150
150
|
|
|
151
151
|
// NOTE: This string will be replaced on build time with the package version.
|
|
152
|
-
var version = "16.12.
|
|
152
|
+
var version = "16.12.1";
|
|
153
153
|
|
|
154
154
|
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": "16.12.
|
|
4
|
+
"version": "16.12.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@babel/runtime": "^7.20.13",
|
|
23
23
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
24
|
-
"@commercetools-uikit/constraints": "16.12.
|
|
25
|
-
"@commercetools-uikit/design-system": "16.12.
|
|
26
|
-
"@commercetools-uikit/field-errors": "16.12.
|
|
27
|
-
"@commercetools-uikit/field-label": "16.12.
|
|
28
|
-
"@commercetools-uikit/hooks": "16.12.
|
|
29
|
-
"@commercetools-uikit/search-select-input": "16.12.
|
|
30
|
-
"@commercetools-uikit/spacings": "16.12.
|
|
31
|
-
"@commercetools-uikit/utils": "16.12.
|
|
24
|
+
"@commercetools-uikit/constraints": "16.12.1",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.12.1",
|
|
26
|
+
"@commercetools-uikit/field-errors": "16.12.1",
|
|
27
|
+
"@commercetools-uikit/field-label": "16.12.1",
|
|
28
|
+
"@commercetools-uikit/hooks": "16.12.1",
|
|
29
|
+
"@commercetools-uikit/search-select-input": "16.12.1",
|
|
30
|
+
"@commercetools-uikit/spacings": "16.12.1",
|
|
31
|
+
"@commercetools-uikit/utils": "16.12.1",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"prop-types": "15.8.1",
|