@commercetools-uikit/creatable-select-input 12.2.4 → 12.2.5
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.
|
@@ -416,8 +416,8 @@ utils.addStaticFields(CreatableSelectInput, _objectSpread(_objectSpread(_objectS
|
|
|
416
416
|
}));
|
|
417
417
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
418
418
|
|
|
419
|
-
// NOTE: This string will be replaced
|
|
420
|
-
var version =
|
|
419
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
420
|
+
var version = "12.2.5";
|
|
421
421
|
|
|
422
422
|
exports["default"] = CreatableSelectInput$1;
|
|
423
423
|
exports.version = version;
|
|
@@ -181,8 +181,8 @@ utils.addStaticFields(CreatableSelectInput, _objectSpread(_objectSpread(_objectS
|
|
|
181
181
|
}));
|
|
182
182
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
183
183
|
|
|
184
|
-
// NOTE: This string will be replaced
|
|
185
|
-
var version =
|
|
184
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
185
|
+
var version = "12.2.5";
|
|
186
186
|
|
|
187
187
|
exports["default"] = CreatableSelectInput$1;
|
|
188
188
|
exports.version = version;
|
|
@@ -397,7 +397,7 @@ addStaticFields(CreatableSelectInput, _objectSpread(_objectSpread(_objectSpread(
|
|
|
397
397
|
}));
|
|
398
398
|
var CreatableSelectInput$1 = CreatableSelectInput;
|
|
399
399
|
|
|
400
|
-
// NOTE: This string will be replaced
|
|
401
|
-
var version =
|
|
400
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
401
|
+
var version = "12.2.5";
|
|
402
402
|
|
|
403
403
|
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": "12.2.
|
|
4
|
+
"version": "12.2.5",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -9,29 +9,32 @@
|
|
|
9
9
|
"directory": "packages/components/inputs/creatable-select-input"
|
|
10
10
|
},
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
|
-
"keywords": [
|
|
12
|
+
"keywords": [
|
|
13
|
+
"javascript",
|
|
14
|
+
"design system",
|
|
15
|
+
"react",
|
|
16
|
+
"uikit"
|
|
17
|
+
],
|
|
13
18
|
"license": "MIT",
|
|
14
|
-
"private": false,
|
|
15
19
|
"publishConfig": {
|
|
16
20
|
"access": "public"
|
|
17
21
|
},
|
|
18
22
|
"sideEffects": false,
|
|
19
23
|
"main": "dist/commercetools-uikit-creatable-select-input.cjs.js",
|
|
20
24
|
"module": "dist/commercetools-uikit-creatable-select-input.esm.js",
|
|
21
|
-
"files": [
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
},
|
|
25
|
+
"files": [
|
|
26
|
+
"dist"
|
|
27
|
+
],
|
|
25
28
|
"dependencies": {
|
|
26
|
-
"@babel/runtime": "7.
|
|
27
|
-
"@babel/runtime-corejs3": "7.
|
|
28
|
-
"@commercetools-uikit/constraints": "12.2.
|
|
29
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
30
|
-
"@commercetools-uikit/icons": "12.2.
|
|
31
|
-
"@commercetools-uikit/select-utils": "12.2.
|
|
32
|
-
"@commercetools-uikit/spacings": "12.2.
|
|
33
|
-
"@commercetools-uikit/text": "12.2.
|
|
34
|
-
"@commercetools-uikit/utils": "12.2.
|
|
29
|
+
"@babel/runtime": "7.16.3",
|
|
30
|
+
"@babel/runtime-corejs3": "7.16.3",
|
|
31
|
+
"@commercetools-uikit/constraints": "12.2.5",
|
|
32
|
+
"@commercetools-uikit/design-system": "12.2.5",
|
|
33
|
+
"@commercetools-uikit/icons": "12.2.5",
|
|
34
|
+
"@commercetools-uikit/select-utils": "12.2.5",
|
|
35
|
+
"@commercetools-uikit/spacings": "12.2.5",
|
|
36
|
+
"@commercetools-uikit/text": "12.2.5",
|
|
37
|
+
"@commercetools-uikit/utils": "12.2.5",
|
|
35
38
|
"@emotion/react": "^11.4.0",
|
|
36
39
|
"@emotion/styled": "^11.3.0",
|
|
37
40
|
"lodash": "4.17.21",
|
|
@@ -41,7 +44,7 @@
|
|
|
41
44
|
"devDependencies": {
|
|
42
45
|
"react": "17.0.2",
|
|
43
46
|
"react-dom": "17.0.2",
|
|
44
|
-
"react-intl": "5.
|
|
47
|
+
"react-intl": "5.21.2"
|
|
45
48
|
},
|
|
46
49
|
"peerDependencies": {
|
|
47
50
|
"react": "17.x",
|