@commercetools-uikit/checkbox-input 18.5.0 → 19.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.
|
@@ -432,7 +432,7 @@ CheckboxInput.defaultProps = defaultProps;
|
|
|
432
432
|
var CheckboxInput$1 = CheckboxInput;
|
|
433
433
|
|
|
434
434
|
// NOTE: This string will be replaced on build time with the package version.
|
|
435
|
-
var version = "
|
|
435
|
+
var version = "19.0.0";
|
|
436
436
|
|
|
437
437
|
exports["default"] = CheckboxInput$1;
|
|
438
438
|
exports.version = version;
|
|
@@ -408,7 +408,7 @@ CheckboxInput.defaultProps = defaultProps;
|
|
|
408
408
|
var CheckboxInput$1 = CheckboxInput;
|
|
409
409
|
|
|
410
410
|
// NOTE: This string will be replaced on build time with the package version.
|
|
411
|
-
var version = "
|
|
411
|
+
var version = "19.0.0";
|
|
412
412
|
|
|
413
413
|
exports["default"] = CheckboxInput$1;
|
|
414
414
|
exports.version = version;
|
|
@@ -414,6 +414,6 @@ CheckboxInput.defaultProps = defaultProps;
|
|
|
414
414
|
var CheckboxInput$1 = CheckboxInput;
|
|
415
415
|
|
|
416
416
|
// NOTE: This string will be replaced on build time with the package version.
|
|
417
|
-
var version = "
|
|
417
|
+
var version = "19.0.0";
|
|
418
418
|
|
|
419
419
|
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": "19.0.0",
|
|
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": "
|
|
28
|
-
"@commercetools-uikit/icons": "
|
|
29
|
-
"@commercetools-uikit/input-utils": "
|
|
30
|
-
"@commercetools-uikit/select-utils": "
|
|
31
|
-
"@commercetools-uikit/utils": "
|
|
27
|
+
"@commercetools-uikit/design-system": "19.0.0",
|
|
28
|
+
"@commercetools-uikit/icons": "19.0.0",
|
|
29
|
+
"@commercetools-uikit/input-utils": "19.0.0",
|
|
30
|
+
"@commercetools-uikit/select-utils": "19.0.0",
|
|
31
|
+
"@commercetools-uikit/utils": "19.0.0",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"prop-types": "15.8.1",
|