@commercetools-uikit/checkbox-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.
|
@@ -496,7 +496,7 @@ CheckboxInput.defaultProps = defaultProps;
|
|
|
496
496
|
var CheckboxInput$1 = CheckboxInput;
|
|
497
497
|
|
|
498
498
|
// NOTE: This string will be replaced on build time with the package version.
|
|
499
|
-
var version = "
|
|
499
|
+
var version = "16.0.0";
|
|
500
500
|
|
|
501
501
|
exports["default"] = CheckboxInput$1;
|
|
502
502
|
exports.version = version;
|
|
@@ -472,7 +472,7 @@ CheckboxInput.defaultProps = defaultProps;
|
|
|
472
472
|
var CheckboxInput$1 = CheckboxInput;
|
|
473
473
|
|
|
474
474
|
// NOTE: This string will be replaced on build time with the package version.
|
|
475
|
-
var version = "
|
|
475
|
+
var version = "16.0.0";
|
|
476
476
|
|
|
477
477
|
exports["default"] = CheckboxInput$1;
|
|
478
478
|
exports.version = version;
|
|
@@ -478,6 +478,6 @@ CheckboxInput.defaultProps = defaultProps;
|
|
|
478
478
|
var CheckboxInput$1 = CheckboxInput;
|
|
479
479
|
|
|
480
480
|
// NOTE: This string will be replaced on build time with the package version.
|
|
481
|
-
var version = "
|
|
481
|
+
var version = "16.0.0";
|
|
482
482
|
|
|
483
483
|
export { CheckboxInput$1 as default, version };
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@commercetools-uikit/checkbox-input",
|
|
3
3
|
"description": "An input component that works as checkbox input.",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "16.0.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,15 +24,15 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@babel/runtime": "^7.20.13",
|
|
26
26
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
27
|
-
"@commercetools-uikit/design-system": "
|
|
28
|
-
"@commercetools-uikit/icons": "
|
|
29
|
-
"@commercetools-uikit/input-utils": "
|
|
30
|
-
"@commercetools-uikit/select-utils": "
|
|
31
|
-
"@commercetools-uikit/utils": "
|
|
27
|
+
"@commercetools-uikit/design-system": "16.0.0",
|
|
28
|
+
"@commercetools-uikit/icons": "16.0.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "16.0.0",
|
|
30
|
+
"@commercetools-uikit/select-utils": "16.0.0",
|
|
31
|
+
"@commercetools-uikit/utils": "16.0.0",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"prop-types": "15.8.1",
|
|
35
|
-
"react-intl": "^
|
|
35
|
+
"react-intl": "^6.3.2"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
38
|
"react": "17.0.2"
|