@commercetools-uikit/checkbox-input 12.2.4 → 12.2.9
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.
|
@@ -687,8 +687,8 @@ CheckboxInput.displayName = 'CheckboxInput';
|
|
|
687
687
|
CheckboxInput.defaultProps = defaultProps;
|
|
688
688
|
var CheckboxInput$1 = CheckboxInput;
|
|
689
689
|
|
|
690
|
-
// NOTE: This string will be replaced
|
|
691
|
-
var version =
|
|
690
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
691
|
+
var version = "12.2.9";
|
|
692
692
|
|
|
693
693
|
exports["default"] = CheckboxInput$1;
|
|
694
694
|
exports.version = version;
|
|
@@ -660,8 +660,8 @@ CheckboxInput.displayName = 'CheckboxInput';
|
|
|
660
660
|
CheckboxInput.defaultProps = defaultProps;
|
|
661
661
|
var CheckboxInput$1 = CheckboxInput;
|
|
662
662
|
|
|
663
|
-
// NOTE: This string will be replaced
|
|
664
|
-
var version =
|
|
663
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
664
|
+
var version = "12.2.9";
|
|
665
665
|
|
|
666
666
|
exports["default"] = CheckboxInput$1;
|
|
667
667
|
exports.version = version;
|
|
@@ -668,7 +668,7 @@ CheckboxInput.displayName = 'CheckboxInput';
|
|
|
668
668
|
CheckboxInput.defaultProps = defaultProps;
|
|
669
669
|
var CheckboxInput$1 = CheckboxInput;
|
|
670
670
|
|
|
671
|
-
// NOTE: This string will be replaced
|
|
672
|
-
var version =
|
|
671
|
+
// NOTE: This string will be replaced on build time with the package version.
|
|
672
|
+
var version = "12.2.9";
|
|
673
673
|
|
|
674
674
|
export { CheckboxInput$1 as default, version };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
declare const _default: "
|
|
1
|
+
declare const _default: "__@UI_KIT_PACKAGE/VERSION_OF_RELEASE__";
|
|
2
2
|
export default _default;
|
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": "12.2.
|
|
4
|
+
"version": "12.2.9",
|
|
5
5
|
"bugs": "https://github.com/commercetools/ui-kit/issues",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"homepage": "https://uikit.commercetools.com",
|
|
12
12
|
"keywords": ["javascript", "design system", "react", "uikit"],
|
|
13
13
|
"license": "MIT",
|
|
14
|
-
"private": false,
|
|
15
14
|
"publishConfig": {
|
|
16
15
|
"access": "public"
|
|
17
16
|
},
|
|
@@ -20,18 +19,17 @@
|
|
|
20
19
|
"module": "dist/commercetools-uikit-checkbox-input.esm.js",
|
|
21
20
|
"files": ["dist"],
|
|
22
21
|
"scripts": {
|
|
23
|
-
"prepare": "../../../../scripts/version.js replace",
|
|
24
22
|
"generate-icons": "svgr -d src/icons/generated --typescript src/icons/svg"
|
|
25
23
|
},
|
|
26
24
|
"dependencies": {
|
|
27
|
-
"@babel/runtime": "7.
|
|
28
|
-
"@babel/runtime-corejs3": "7.
|
|
29
|
-
"@commercetools-uikit/design-system": "12.2.
|
|
30
|
-
"@commercetools-uikit/icons": "12.2.
|
|
31
|
-
"@commercetools-uikit/input-utils": "12.2.
|
|
32
|
-
"@commercetools-uikit/select-utils": "12.2.
|
|
33
|
-
"@commercetools-uikit/text": "12.2.
|
|
34
|
-
"@commercetools-uikit/utils": "12.2.
|
|
25
|
+
"@babel/runtime": "7.16.5",
|
|
26
|
+
"@babel/runtime-corejs3": "7.16.5",
|
|
27
|
+
"@commercetools-uikit/design-system": "12.2.9",
|
|
28
|
+
"@commercetools-uikit/icons": "12.2.9",
|
|
29
|
+
"@commercetools-uikit/input-utils": "12.2.9",
|
|
30
|
+
"@commercetools-uikit/select-utils": "12.2.9",
|
|
31
|
+
"@commercetools-uikit/text": "12.2.9",
|
|
32
|
+
"@commercetools-uikit/utils": "12.2.9",
|
|
35
33
|
"@emotion/react": "^11.4.0",
|
|
36
34
|
"@emotion/styled": "^11.3.0",
|
|
37
35
|
"prop-types": "15.7.2"
|