@commercetools-uikit/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.
|
@@ -248,7 +248,7 @@ CreatableSelectInput.ValueContainer = reactSelect.components.ValueContainer;
|
|
|
248
248
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
249
249
|
|
|
250
250
|
// NOTE: This string will be replaced on build time with the package version.
|
|
251
|
-
var version = "
|
|
251
|
+
var version = "16.0.0";
|
|
252
252
|
|
|
253
253
|
exports["default"] = CreatableSelectInput$1;
|
|
254
254
|
exports.version = version;
|
|
@@ -225,7 +225,7 @@ CreatableSelectInput.ValueContainer = reactSelect.components.ValueContainer;
|
|
|
225
225
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
226
226
|
|
|
227
227
|
// NOTE: This string will be replaced on build time with the package version.
|
|
228
|
-
var version = "
|
|
228
|
+
var version = "16.0.0";
|
|
229
229
|
|
|
230
230
|
exports["default"] = CreatableSelectInput$1;
|
|
231
231
|
exports.version = version;
|
|
@@ -229,6 +229,6 @@ CreatableSelectInput.ValueContainer = components.ValueContainer;
|
|
|
229
229
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
230
230
|
|
|
231
231
|
// NOTE: This string will be replaced on build time with the package version.
|
|
232
|
-
var version = "
|
|
232
|
+
var version = "16.0.0";
|
|
233
233
|
|
|
234
234
|
export { CreatableSelectInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/creatable-select-input",
|
|
3
3
|
"description": "An input component getting a selection from the user, and where options can also 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,13 +21,13 @@
|
|
|
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/select-utils": "
|
|
28
|
-
"@commercetools-uikit/spacings": "
|
|
29
|
-
"@commercetools-uikit/text": "
|
|
30
|
-
"@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/select-utils": "16.0.0",
|
|
28
|
+
"@commercetools-uikit/spacings": "16.0.0",
|
|
29
|
+
"@commercetools-uikit/text": "16.0.0",
|
|
30
|
+
"@commercetools-uikit/utils": "16.0.0",
|
|
31
31
|
"@emotion/react": "^11.10.5",
|
|
32
32
|
"@emotion/styled": "^11.10.5",
|
|
33
33
|
"lodash": "4.17.21",
|
|
@@ -37,11 +37,11 @@
|
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"react": "17.0.2",
|
|
39
39
|
"react-dom": "17.0.2",
|
|
40
|
-
"react-intl": "^
|
|
40
|
+
"react-intl": "^6.3.2"
|
|
41
41
|
},
|
|
42
42
|
"peerDependencies": {
|
|
43
43
|
"react": "17.x",
|
|
44
44
|
"react-dom": "17.x",
|
|
45
|
-
"react-intl": "
|
|
45
|
+
"react-intl": "6.x"
|
|
46
46
|
}
|
|
47
47
|
}
|