@commercetools-uikit/radio-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.
@@ -634,8 +634,8 @@ Group.defaultProps = {
634
634
  };
635
635
  var Group$1 = Group;
636
636
 
637
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
638
- var version = '12.2.4';
637
+ // NOTE: This string will be replaced on build time with the package version.
638
+ var version = "12.2.9";
639
639
 
640
640
  var RadioInput = {
641
641
  Group: Group$1,
@@ -564,8 +564,8 @@ Group.defaultProps = {
564
564
  };
565
565
  var Group$1 = Group;
566
566
 
567
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
568
- var version = '12.2.4';
567
+ // NOTE: This string will be replaced on build time with the package version.
568
+ var version = "12.2.9";
569
569
 
570
570
  var RadioInput = {
571
571
  Group: Group$1,
@@ -612,8 +612,8 @@ Group.defaultProps = {
612
612
  };
613
613
  var Group$1 = Group;
614
614
 
615
- // NOTE: This string will be replaced in the `prepare` script by the `scripts/version.js` file.
616
- var version = '12.2.4';
615
+ // NOTE: This string will be replaced on build time with the package version.
616
+ var version = "12.2.9";
617
617
 
618
618
  var RadioInput = {
619
619
  Group: Group$1,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@commercetools-uikit/radio-input",
3
3
  "description": "A RadioInput represents a group of options where only one option can be selected at a time.",
4
- "version": "12.2.4",
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,19 +19,18 @@
20
19
  "module": "dist/commercetools-uikit-radio-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.15.4",
28
- "@babel/runtime-corejs3": "7.15.4",
29
- "@commercetools-uikit/constraints": "12.2.4",
30
- "@commercetools-uikit/design-system": "12.2.4",
31
- "@commercetools-uikit/icons": "12.2.4",
32
- "@commercetools-uikit/input-utils": "12.2.4",
33
- "@commercetools-uikit/spacings-inline": "12.2.4",
34
- "@commercetools-uikit/spacings-stack": "12.2.4",
35
- "@commercetools-uikit/utils": "12.2.0",
25
+ "@babel/runtime": "7.16.5",
26
+ "@babel/runtime-corejs3": "7.16.5",
27
+ "@commercetools-uikit/constraints": "12.2.9",
28
+ "@commercetools-uikit/design-system": "12.2.9",
29
+ "@commercetools-uikit/icons": "12.2.9",
30
+ "@commercetools-uikit/input-utils": "12.2.9",
31
+ "@commercetools-uikit/spacings-inline": "12.2.9",
32
+ "@commercetools-uikit/spacings-stack": "12.2.9",
33
+ "@commercetools-uikit/utils": "12.2.9",
36
34
  "@emotion/react": "^11.4.0",
37
35
  "@emotion/styled": "^11.3.0",
38
36
  "prop-types": "15.7.2",