@commercetools-uikit/radio-input 19.18.0 → 19.19.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.
@@ -340,7 +340,7 @@ Group.defaultProps = defaultProps;
340
340
  var Group$1 = Group;
341
341
 
342
342
  // NOTE: This string will be replaced on build time with the package version.
343
- var version = "19.18.0";
343
+ var version = "19.19.0";
344
344
 
345
345
  const RadioInput = {
346
346
  Group: Group$1,
@@ -265,7 +265,7 @@ Group.defaultProps = defaultProps;
265
265
  var Group$1 = Group;
266
266
 
267
267
  // NOTE: This string will be replaced on build time with the package version.
268
- var version = "19.18.0";
268
+ var version = "19.19.0";
269
269
 
270
270
  const RadioInput = {
271
271
  Group: Group$1,
@@ -318,7 +318,7 @@ Group.defaultProps = defaultProps;
318
318
  var Group$1 = Group;
319
319
 
320
320
  // NOTE: This string will be replaced on build time with the package version.
321
- var version = "19.18.0";
321
+ var version = "19.19.0";
322
322
 
323
323
  const RadioInput = {
324
324
  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": "19.18.0",
4
+ "version": "19.19.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": "19.18.0",
25
- "@commercetools-uikit/design-system": "19.18.0",
26
- "@commercetools-uikit/icons": "19.18.0",
27
- "@commercetools-uikit/input-utils": "19.18.0",
28
- "@commercetools-uikit/spacings-inline": "19.18.0",
29
- "@commercetools-uikit/spacings-inset": "19.18.0",
30
- "@commercetools-uikit/spacings-stack": "19.18.0",
31
- "@commercetools-uikit/utils": "19.18.0",
24
+ "@commercetools-uikit/constraints": "19.19.0",
25
+ "@commercetools-uikit/design-system": "19.19.0",
26
+ "@commercetools-uikit/icons": "19.19.0",
27
+ "@commercetools-uikit/input-utils": "19.19.0",
28
+ "@commercetools-uikit/spacings-inline": "19.19.0",
29
+ "@commercetools-uikit/spacings-inset": "19.19.0",
30
+ "@commercetools-uikit/spacings-stack": "19.19.0",
31
+ "@commercetools-uikit/utils": "19.19.0",
32
32
  "@emotion/react": "^11.10.5",
33
33
  "@emotion/styled": "^11.10.5",
34
34
  "prop-types": "15.8.1",