@commercetools-uikit/checkbox-input 16.4.0 → 16.4.1
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.
|
@@ -476,7 +476,7 @@ CheckboxInput.defaultProps = defaultProps;
|
|
|
476
476
|
var CheckboxInput$1 = CheckboxInput;
|
|
477
477
|
|
|
478
478
|
// NOTE: This string will be replaced on build time with the package version.
|
|
479
|
-
var version = "16.4.
|
|
479
|
+
var version = "16.4.1";
|
|
480
480
|
|
|
481
481
|
exports["default"] = CheckboxInput$1;
|
|
482
482
|
exports.version = version;
|
|
@@ -434,7 +434,7 @@ CheckboxInput.defaultProps = defaultProps;
|
|
|
434
434
|
var CheckboxInput$1 = CheckboxInput;
|
|
435
435
|
|
|
436
436
|
// NOTE: This string will be replaced on build time with the package version.
|
|
437
|
-
var version = "16.4.
|
|
437
|
+
var version = "16.4.1";
|
|
438
438
|
|
|
439
439
|
exports["default"] = CheckboxInput$1;
|
|
440
440
|
exports.version = version;
|
|
@@ -458,6 +458,6 @@ CheckboxInput.defaultProps = defaultProps;
|
|
|
458
458
|
var CheckboxInput$1 = CheckboxInput;
|
|
459
459
|
|
|
460
460
|
// NOTE: This string will be replaced on build time with the package version.
|
|
461
|
-
var version = "16.4.
|
|
461
|
+
var version = "16.4.1";
|
|
462
462
|
|
|
463
463
|
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": "16.4.
|
|
4
|
+
"version": "16.4.1",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,11 +24,11 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@babel/runtime": "^7.20.13",
|
|
26
26
|
"@babel/runtime-corejs3": "^7.20.13",
|
|
27
|
-
"@commercetools-uikit/design-system": "16.4.
|
|
28
|
-
"@commercetools-uikit/icons": "16.4.
|
|
29
|
-
"@commercetools-uikit/input-utils": "16.4.
|
|
30
|
-
"@commercetools-uikit/select-utils": "16.4.
|
|
31
|
-
"@commercetools-uikit/utils": "16.4.
|
|
27
|
+
"@commercetools-uikit/design-system": "16.4.1",
|
|
28
|
+
"@commercetools-uikit/icons": "16.4.1",
|
|
29
|
+
"@commercetools-uikit/input-utils": "16.4.1",
|
|
30
|
+
"@commercetools-uikit/select-utils": "16.4.1",
|
|
31
|
+
"@commercetools-uikit/utils": "16.4.1",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"prop-types": "15.8.1",
|