@commercetools-uikit/radio-input 15.2.3 → 15.2.4

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.
@@ -666,7 +666,7 @@ Group.defaultProps = defaultProps;
666
666
  var Group$1 = Group;
667
667
 
668
668
  // NOTE: This string will be replaced on build time with the package version.
669
- var version = "15.2.3";
669
+ var version = "15.2.4";
670
670
 
671
671
  var RadioInput = {
672
672
  Group: Group$1,
@@ -599,7 +599,7 @@ Group.defaultProps = defaultProps;
599
599
  var Group$1 = Group;
600
600
 
601
601
  // NOTE: This string will be replaced on build time with the package version.
602
- var version = "15.2.3";
602
+ var version = "15.2.4";
603
603
 
604
604
  var RadioInput = {
605
605
  Group: Group$1,
@@ -643,7 +643,7 @@ Group.defaultProps = defaultProps;
643
643
  var Group$1 = Group;
644
644
 
645
645
  // NOTE: This string will be replaced on build time with the package version.
646
- var version = "15.2.3";
646
+ var version = "15.2.4";
647
647
 
648
648
  var RadioInput = {
649
649
  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": "15.2.3",
4
+ "version": "15.2.4",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -24,14 +24,14 @@
24
24
  "dependencies": {
25
25
  "@babel/runtime": "^7.19.0",
26
26
  "@babel/runtime-corejs3": "^7.19.1",
27
- "@commercetools-uikit/constraints": "15.2.3",
28
- "@commercetools-uikit/design-system": "15.2.3",
29
- "@commercetools-uikit/icons": "15.2.3",
30
- "@commercetools-uikit/input-utils": "15.2.3",
31
- "@commercetools-uikit/spacings-inline": "15.2.3",
32
- "@commercetools-uikit/spacings-inset": "15.2.3",
33
- "@commercetools-uikit/spacings-stack": "15.2.3",
34
- "@commercetools-uikit/utils": "15.2.3",
27
+ "@commercetools-uikit/constraints": "15.2.4",
28
+ "@commercetools-uikit/design-system": "15.2.4",
29
+ "@commercetools-uikit/icons": "15.2.4",
30
+ "@commercetools-uikit/input-utils": "15.2.4",
31
+ "@commercetools-uikit/spacings-inline": "15.2.4",
32
+ "@commercetools-uikit/spacings-inset": "15.2.4",
33
+ "@commercetools-uikit/spacings-stack": "15.2.4",
34
+ "@commercetools-uikit/utils": "15.2.4",
35
35
  "@emotion/react": "^11.4.0",
36
36
  "@emotion/styled": "^11.3.0",
37
37
  "prop-types": "15.8.1",