@commercetools-uikit/radio-input 18.2.0 → 18.4.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.
@@ -344,7 +344,7 @@ Group.defaultProps = defaultProps;
344
344
  var Group$1 = Group;
345
345
 
346
346
  // NOTE: This string will be replaced on build time with the package version.
347
- var version = "18.2.0";
347
+ var version = "18.4.0";
348
348
 
349
349
  const RadioInput = {
350
350
  Group: Group$1,
@@ -268,7 +268,7 @@ Group.defaultProps = defaultProps;
268
268
  var Group$1 = Group;
269
269
 
270
270
  // NOTE: This string will be replaced on build time with the package version.
271
- var version = "18.2.0";
271
+ var version = "18.4.0";
272
272
 
273
273
  const RadioInput = {
274
274
  Group: Group$1,
@@ -321,7 +321,7 @@ Group.defaultProps = defaultProps;
321
321
  var Group$1 = Group;
322
322
 
323
323
  // NOTE: This string will be replaced on build time with the package version.
324
- var version = "18.2.0";
324
+ var version = "18.4.0";
325
325
 
326
326
  const RadioInput = {
327
327
  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": "18.2.0",
4
+ "version": "18.4.0",
5
5
  "bugs": "https://github.com/commercetools/ui-kit/issues",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,14 +21,14 @@
21
21
  "dependencies": {
22
22
  "@babel/runtime": "^7.20.13",
23
23
  "@babel/runtime-corejs3": "^7.20.13",
24
- "@commercetools-uikit/constraints": "18.2.0",
25
- "@commercetools-uikit/design-system": "18.2.0",
26
- "@commercetools-uikit/icons": "18.2.0",
27
- "@commercetools-uikit/input-utils": "18.2.0",
28
- "@commercetools-uikit/spacings-inline": "18.2.0",
29
- "@commercetools-uikit/spacings-inset": "18.2.0",
30
- "@commercetools-uikit/spacings-stack": "18.2.0",
31
- "@commercetools-uikit/utils": "18.2.0",
24
+ "@commercetools-uikit/constraints": "18.4.0",
25
+ "@commercetools-uikit/design-system": "18.4.0",
26
+ "@commercetools-uikit/icons": "18.4.0",
27
+ "@commercetools-uikit/input-utils": "18.4.0",
28
+ "@commercetools-uikit/spacings-inline": "18.4.0",
29
+ "@commercetools-uikit/spacings-inset": "18.4.0",
30
+ "@commercetools-uikit/spacings-stack": "18.4.0",
31
+ "@commercetools-uikit/utils": "18.4.0",
32
32
  "@emotion/react": "^11.10.5",
33
33
  "@emotion/styled": "^11.10.5",
34
34
  "prop-types": "15.8.1",