@commercetools-uikit/async-creatable-select-input 15.15.1 → 16.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.
|
@@ -260,7 +260,7 @@ AsyncCreatableSelectInput.ValueContainer = reactSelect.components.ValueContainer
|
|
|
260
260
|
var AsyncCreatableSelectInput$1 = AsyncCreatableSelectInput;
|
|
261
261
|
|
|
262
262
|
// NOTE: This string will be replaced on build time with the package version.
|
|
263
|
-
var version = "
|
|
263
|
+
var version = "16.0.0";
|
|
264
264
|
|
|
265
265
|
exports["default"] = AsyncCreatableSelectInput$1;
|
|
266
266
|
exports.version = version;
|
|
@@ -243,7 +243,7 @@ AsyncCreatableSelectInput.ValueContainer = reactSelect.components.ValueContainer
|
|
|
243
243
|
var AsyncCreatableSelectInput$1 = AsyncCreatableSelectInput;
|
|
244
244
|
|
|
245
245
|
// NOTE: This string will be replaced on build time with the package version.
|
|
246
|
-
var version = "
|
|
246
|
+
var version = "16.0.0";
|
|
247
247
|
|
|
248
248
|
exports["default"] = AsyncCreatableSelectInput$1;
|
|
249
249
|
exports.version = version;
|
|
@@ -239,6 +239,6 @@ AsyncCreatableSelectInput.ValueContainer = components.ValueContainer;
|
|
|
239
239
|
var AsyncCreatableSelectInput$1 = AsyncCreatableSelectInput;
|
|
240
240
|
|
|
241
241
|
// NOTE: This string will be replaced on build time with the package version.
|
|
242
|
-
var version = "
|
|
242
|
+
var version = "16.0.0";
|
|
243
243
|
|
|
244
244
|
export { AsyncCreatableSelectInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/async-creatable-select-input",
|
|
3
3
|
"description": "An input component getting a selection from an asynchronously loaded list from the user, and where options can be created by the user.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "16.0.0",
|
|
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": "
|
|
25
|
-
"@commercetools-uikit/design-system": "
|
|
26
|
-
"@commercetools-uikit/icons": "
|
|
27
|
-
"@commercetools-uikit/loading-spinner": "
|
|
28
|
-
"@commercetools-uikit/select-utils": "
|
|
29
|
-
"@commercetools-uikit/spacings": "
|
|
30
|
-
"@commercetools-uikit/text": "
|
|
31
|
-
"@commercetools-uikit/utils": "
|
|
24
|
+
"@commercetools-uikit/constraints": "16.0.0",
|
|
25
|
+
"@commercetools-uikit/design-system": "16.0.0",
|
|
26
|
+
"@commercetools-uikit/icons": "16.0.0",
|
|
27
|
+
"@commercetools-uikit/loading-spinner": "16.0.0",
|
|
28
|
+
"@commercetools-uikit/select-utils": "16.0.0",
|
|
29
|
+
"@commercetools-uikit/spacings": "16.0.0",
|
|
30
|
+
"@commercetools-uikit/text": "16.0.0",
|
|
31
|
+
"@commercetools-uikit/utils": "16.0.0",
|
|
32
32
|
"@emotion/is-prop-valid": "1.2.0",
|
|
33
33
|
"@emotion/react": "^11.10.5",
|
|
34
34
|
"@emotion/styled": "^11.10.5",
|
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"react": "17.0.2",
|
|
41
41
|
"react-dom": "17.0.2",
|
|
42
|
-
"react-intl": "^
|
|
42
|
+
"react-intl": "^6.3.2"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": "17.x",
|
|
46
46
|
"react-dom": "17.x",
|
|
47
|
-
"react-intl": "
|
|
47
|
+
"react-intl": "6.x"
|
|
48
48
|
}
|
|
49
49
|
}
|