@commercetools-uikit/search-select-field 15.13.0 → 15.13.2
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.
|
@@ -177,7 +177,7 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
177
177
|
var SearchSelectField$1 = SearchSelectField;
|
|
178
178
|
|
|
179
179
|
// NOTE: This string will be replaced on build time with the package version.
|
|
180
|
-
var version = "15.13.
|
|
180
|
+
var version = "15.13.2";
|
|
181
181
|
|
|
182
182
|
exports["default"] = SearchSelectField$1;
|
|
183
183
|
exports.version = version;
|
|
@@ -143,7 +143,7 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
143
143
|
var SearchSelectField$1 = SearchSelectField;
|
|
144
144
|
|
|
145
145
|
// NOTE: This string will be replaced on build time with the package version.
|
|
146
|
-
var version = "15.13.
|
|
146
|
+
var version = "15.13.2";
|
|
147
147
|
|
|
148
148
|
exports["default"] = SearchSelectField$1;
|
|
149
149
|
exports.version = version;
|
|
@@ -153,6 +153,6 @@ SearchSelectField.toFieldErrors = function toFieldErrors(errors) {
|
|
|
153
153
|
var SearchSelectField$1 = SearchSelectField;
|
|
154
154
|
|
|
155
155
|
// NOTE: This string will be replaced on build time with the package version.
|
|
156
|
-
var version = "15.13.
|
|
156
|
+
var version = "15.13.2";
|
|
157
157
|
|
|
158
158
|
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": "15.13.
|
|
4
|
+
"version": "15.13.2",
|
|
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": "15.13.
|
|
25
|
-
"@commercetools-uikit/design-system": "15.13.
|
|
26
|
-
"@commercetools-uikit/field-errors": "15.13.
|
|
27
|
-
"@commercetools-uikit/field-label": "15.13.
|
|
28
|
-
"@commercetools-uikit/hooks": "15.13.
|
|
29
|
-
"@commercetools-uikit/search-select-input": "15.13.
|
|
30
|
-
"@commercetools-uikit/spacings": "15.13.
|
|
31
|
-
"@commercetools-uikit/utils": "15.13.
|
|
24
|
+
"@commercetools-uikit/constraints": "15.13.2",
|
|
25
|
+
"@commercetools-uikit/design-system": "15.13.2",
|
|
26
|
+
"@commercetools-uikit/field-errors": "15.13.2",
|
|
27
|
+
"@commercetools-uikit/field-label": "15.13.2",
|
|
28
|
+
"@commercetools-uikit/hooks": "15.13.2",
|
|
29
|
+
"@commercetools-uikit/search-select-input": "15.13.2",
|
|
30
|
+
"@commercetools-uikit/spacings": "15.13.2",
|
|
31
|
+
"@commercetools-uikit/utils": "15.13.2",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"prop-types": "15.8.1",
|