@commercetools-uikit/checkbox-input 15.11.1 → 15.11.2
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.
|
@@ -671,7 +671,7 @@ CheckboxInput.defaultProps = defaultProps;
|
|
|
671
671
|
var CheckboxInput$1 = CheckboxInput;
|
|
672
672
|
|
|
673
673
|
// NOTE: This string will be replaced on build time with the package version.
|
|
674
|
-
var version = "15.11.
|
|
674
|
+
var version = "15.11.2";
|
|
675
675
|
|
|
676
676
|
exports["default"] = CheckboxInput$1;
|
|
677
677
|
exports.version = version;
|
|
@@ -644,7 +644,7 @@ CheckboxInput.defaultProps = defaultProps;
|
|
|
644
644
|
var CheckboxInput$1 = CheckboxInput;
|
|
645
645
|
|
|
646
646
|
// NOTE: This string will be replaced on build time with the package version.
|
|
647
|
-
var version = "15.11.
|
|
647
|
+
var version = "15.11.2";
|
|
648
648
|
|
|
649
649
|
exports["default"] = CheckboxInput$1;
|
|
650
650
|
exports.version = version;
|
|
@@ -652,6 +652,6 @@ CheckboxInput.defaultProps = defaultProps;
|
|
|
652
652
|
var CheckboxInput$1 = CheckboxInput;
|
|
653
653
|
|
|
654
654
|
// NOTE: This string will be replaced on build time with the package version.
|
|
655
|
-
var version = "15.11.
|
|
655
|
+
var version = "15.11.2";
|
|
656
656
|
|
|
657
657
|
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.11.
|
|
4
|
+
"version": "15.11.2",
|
|
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.19.0",
|
|
26
26
|
"@babel/runtime-corejs3": "^7.19.1",
|
|
27
|
-
"@commercetools-uikit/design-system": "15.11.
|
|
28
|
-
"@commercetools-uikit/icons": "15.11.
|
|
29
|
-
"@commercetools-uikit/input-utils": "15.11.
|
|
30
|
-
"@commercetools-uikit/select-utils": "15.11.
|
|
31
|
-
"@commercetools-uikit/text": "15.11.
|
|
32
|
-
"@commercetools-uikit/utils": "15.11.
|
|
27
|
+
"@commercetools-uikit/design-system": "15.11.2",
|
|
28
|
+
"@commercetools-uikit/icons": "15.11.2",
|
|
29
|
+
"@commercetools-uikit/input-utils": "15.11.2",
|
|
30
|
+
"@commercetools-uikit/select-utils": "15.11.2",
|
|
31
|
+
"@commercetools-uikit/text": "15.11.2",
|
|
32
|
+
"@commercetools-uikit/utils": "15.11.2",
|
|
33
33
|
"@emotion/react": "^11.4.0",
|
|
34
34
|
"@emotion/styled": "^11.3.0",
|
|
35
35
|
"prop-types": "15.8.1",
|