@commercetools-uikit/checkbox-input 15.14.1 → 15.14.3
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.
|
@@ -518,7 +518,7 @@ CheckboxInput.defaultProps = defaultProps;
|
|
|
518
518
|
var CheckboxInput$1 = CheckboxInput;
|
|
519
519
|
|
|
520
520
|
// NOTE: This string will be replaced on build time with the package version.
|
|
521
|
-
var version = "15.14.
|
|
521
|
+
var version = "15.14.3";
|
|
522
522
|
|
|
523
523
|
exports["default"] = CheckboxInput$1;
|
|
524
524
|
exports.version = version;
|
|
@@ -494,7 +494,7 @@ CheckboxInput.defaultProps = defaultProps;
|
|
|
494
494
|
var CheckboxInput$1 = CheckboxInput;
|
|
495
495
|
|
|
496
496
|
// NOTE: This string will be replaced on build time with the package version.
|
|
497
|
-
var version = "15.14.
|
|
497
|
+
var version = "15.14.3";
|
|
498
498
|
|
|
499
499
|
exports["default"] = CheckboxInput$1;
|
|
500
500
|
exports.version = version;
|
|
@@ -500,6 +500,6 @@ CheckboxInput.defaultProps = defaultProps;
|
|
|
500
500
|
var CheckboxInput$1 = CheckboxInput;
|
|
501
501
|
|
|
502
502
|
// NOTE: This string will be replaced on build time with the package version.
|
|
503
|
-
var version = "15.14.
|
|
503
|
+
var version = "15.14.3";
|
|
504
504
|
|
|
505
505
|
export { CheckboxInput$1 as default, version };
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
export type TCheckboxProps = CheckboxProps;
|
|
1
|
+
export type { TCheckboxProps } from './checkbox-input';
|
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.14.
|
|
4
|
+
"version": "15.14.3",
|
|
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": "15.14.
|
|
28
|
-
"@commercetools-uikit/icons": "15.14.
|
|
29
|
-
"@commercetools-uikit/input-utils": "15.14.
|
|
30
|
-
"@commercetools-uikit/select-utils": "15.14.
|
|
31
|
-
"@commercetools-uikit/utils": "15.14.
|
|
27
|
+
"@commercetools-uikit/design-system": "15.14.3",
|
|
28
|
+
"@commercetools-uikit/icons": "15.14.3",
|
|
29
|
+
"@commercetools-uikit/input-utils": "15.14.3",
|
|
30
|
+
"@commercetools-uikit/select-utils": "15.14.3",
|
|
31
|
+
"@commercetools-uikit/utils": "15.14.3",
|
|
32
32
|
"@emotion/react": "^11.10.5",
|
|
33
33
|
"@emotion/styled": "^11.10.5",
|
|
34
34
|
"prop-types": "15.8.1",
|