@commercetools-uikit/checkbox-input 15.0.0 → 15.1.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.
|
@@ -688,7 +688,7 @@ CheckboxInput.defaultProps = defaultProps;
|
|
|
688
688
|
var CheckboxInput$1 = CheckboxInput;
|
|
689
689
|
|
|
690
690
|
// NOTE: This string will be replaced on build time with the package version.
|
|
691
|
-
var version = "15.
|
|
691
|
+
var version = "15.1.0";
|
|
692
692
|
|
|
693
693
|
exports["default"] = CheckboxInput$1;
|
|
694
694
|
exports.version = version;
|
|
@@ -661,7 +661,7 @@ CheckboxInput.defaultProps = defaultProps;
|
|
|
661
661
|
var CheckboxInput$1 = CheckboxInput;
|
|
662
662
|
|
|
663
663
|
// NOTE: This string will be replaced on build time with the package version.
|
|
664
|
-
var version = "15.
|
|
664
|
+
var version = "15.1.0";
|
|
665
665
|
|
|
666
666
|
exports["default"] = CheckboxInput$1;
|
|
667
667
|
exports.version = version;
|
|
@@ -669,6 +669,6 @@ CheckboxInput.defaultProps = defaultProps;
|
|
|
669
669
|
var CheckboxInput$1 = CheckboxInput;
|
|
670
670
|
|
|
671
671
|
// NOTE: This string will be replaced on build time with the package version.
|
|
672
|
-
var version = "15.
|
|
672
|
+
var version = "15.1.0";
|
|
673
673
|
|
|
674
674
|
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": "15.
|
|
4
|
+
"version": "15.1.0",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,12 +24,12 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@babel/runtime": "^7.17.2",
|
|
26
26
|
"@babel/runtime-corejs3": "^7.17.2",
|
|
27
|
-
"@commercetools-uikit/design-system": "15.
|
|
28
|
-
"@commercetools-uikit/icons": "15.
|
|
29
|
-
"@commercetools-uikit/input-utils": "15.
|
|
30
|
-
"@commercetools-uikit/select-utils": "15.
|
|
31
|
-
"@commercetools-uikit/text": "15.
|
|
32
|
-
"@commercetools-uikit/utils": "15.
|
|
27
|
+
"@commercetools-uikit/design-system": "15.1.0",
|
|
28
|
+
"@commercetools-uikit/icons": "15.1.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "15.1.0",
|
|
30
|
+
"@commercetools-uikit/select-utils": "15.1.0",
|
|
31
|
+
"@commercetools-uikit/text": "15.1.0",
|
|
32
|
+
"@commercetools-uikit/utils": "15.1.0",
|
|
33
33
|
"@emotion/react": "^11.4.0",
|
|
34
34
|
"@emotion/styled": "^11.3.0",
|
|
35
35
|
"prop-types": "15.8.1",
|