@react-stately/radio 3.10.3 → 3.10.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.
@@ -52,7 +52,7 @@ function $307db30b5687e2e8$export$bca9d026f8e704eb(props) {
52
52
  isDisabled: props.isDisabled || false,
53
53
  isReadOnly: props.isReadOnly || false,
54
54
  isRequired: props.isRequired || false,
55
- validationState: props.validationState || (isInvalid ? "invalid" : null),
55
+ validationState: props.validationState || (isInvalid ? 'invalid' : null),
56
56
  isInvalid: isInvalid
57
57
  };
58
58
  }
@@ -46,11 +46,11 @@ function $a54cdc5c1942b639$export$bca9d026f8e704eb(props) {
46
46
  isDisabled: props.isDisabled || false,
47
47
  isReadOnly: props.isReadOnly || false,
48
48
  isRequired: props.isRequired || false,
49
- validationState: props.validationState || (isInvalid ? "invalid" : null),
49
+ validationState: props.validationState || (isInvalid ? 'invalid' : null),
50
50
  isInvalid: isInvalid
51
51
  };
52
52
  }
53
53
 
54
54
 
55
55
  export {$a54cdc5c1942b639$export$bca9d026f8e704eb as useRadioGroupState};
56
- //# sourceMappingURL=useRadioGroupState.mjs.map
56
+ //# sourceMappingURL=useRadioGroupState.module.js.map
@@ -46,7 +46,7 @@ function $a54cdc5c1942b639$export$bca9d026f8e704eb(props) {
46
46
  isDisabled: props.isDisabled || false,
47
47
  isReadOnly: props.isReadOnly || false,
48
48
  isRequired: props.isRequired || false,
49
- validationState: props.validationState || (isInvalid ? "invalid" : null),
49
+ validationState: props.validationState || (isInvalid ? 'invalid' : null),
50
50
  isInvalid: isInvalid
51
51
  };
52
52
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-stately/radio",
3
- "version": "3.10.3",
3
+ "version": "3.10.4",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -22,10 +22,10 @@
22
22
  "url": "https://github.com/adobe/react-spectrum"
23
23
  },
24
24
  "dependencies": {
25
- "@react-stately/form": "^3.0.2",
26
- "@react-stately/utils": "^3.10.0",
27
- "@react-types/radio": "^3.8.0",
28
- "@react-types/shared": "^3.23.0",
25
+ "@react-stately/form": "^3.0.3",
26
+ "@react-stately/utils": "^3.10.1",
27
+ "@react-types/radio": "^3.8.1",
28
+ "@react-types/shared": "^3.23.1",
29
29
  "@swc/helpers": "^0.5.0"
30
30
  },
31
31
  "peerDependencies": {
@@ -34,5 +34,5 @@
34
34
  "publishConfig": {
35
35
  "access": "public"
36
36
  },
37
- "gitHead": "f645f29edc1322153fd60af4640cbcab1d992dbd"
37
+ "gitHead": "b77d7d594dff4dcfb5359bffbcfd18142b146433"
38
38
  }