@commercetools-uikit/checkbox-input 19.16.0 → 19.17.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.
|
@@ -458,7 +458,7 @@ 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 = "19.
|
|
461
|
+
var version = "19.17.1";
|
|
462
462
|
|
|
463
463
|
exports["default"] = CheckboxInput$1;
|
|
464
464
|
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 = "19.
|
|
437
|
+
var version = "19.17.1";
|
|
438
438
|
|
|
439
439
|
exports["default"] = CheckboxInput$1;
|
|
440
440
|
exports.version = version;
|
|
@@ -441,6 +441,6 @@ CheckboxInput.defaultProps = defaultProps;
|
|
|
441
441
|
var CheckboxInput$1 = CheckboxInput;
|
|
442
442
|
|
|
443
443
|
// NOTE: This string will be replaced on build time with the package version.
|
|
444
|
-
var version = "19.
|
|
444
|
+
var version = "19.17.1";
|
|
445
445
|
|
|
446
446
|
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": "19.
|
|
4
|
+
"version": "19.17.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": "19.
|
|
28
|
-
"@commercetools-uikit/icons": "19.
|
|
29
|
-
"@commercetools-uikit/input-utils": "19.
|
|
30
|
-
"@commercetools-uikit/select-utils": "19.
|
|
31
|
-
"@commercetools-uikit/utils": "19.
|
|
27
|
+
"@commercetools-uikit/design-system": "19.17.1",
|
|
28
|
+
"@commercetools-uikit/icons": "19.17.1",
|
|
29
|
+
"@commercetools-uikit/input-utils": "19.17.1",
|
|
30
|
+
"@commercetools-uikit/select-utils": "19.17.1",
|
|
31
|
+
"@commercetools-uikit/utils": "19.17.1",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"prop-types": "15.8.1",
|