@react-aria/switch 3.6.3 → 3.6.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.
@@ -23,7 +23,7 @@ function $e64bc6eb3aa7bd8d$export$d853f7095ae95f88(props, state, ref) {
23
23
  labelProps: labelProps,
24
24
  inputProps: {
25
25
  ...inputProps,
26
- role: "switch",
26
+ role: 'switch',
27
27
  checked: isSelected
28
28
  },
29
29
  isSelected: isSelected,
@@ -17,7 +17,7 @@ function $b418ec0c85c52f27$export$d853f7095ae95f88(props, state, ref) {
17
17
  labelProps: labelProps,
18
18
  inputProps: {
19
19
  ...inputProps,
20
- role: "switch",
20
+ role: 'switch',
21
21
  checked: isSelected
22
22
  },
23
23
  isSelected: isSelected,
@@ -29,4 +29,4 @@ function $b418ec0c85c52f27$export$d853f7095ae95f88(props, state, ref) {
29
29
 
30
30
 
31
31
  export {$b418ec0c85c52f27$export$d853f7095ae95f88 as useSwitch};
32
- //# sourceMappingURL=useSwitch.mjs.map
32
+ //# sourceMappingURL=useSwitch.module.js.map
@@ -17,7 +17,7 @@ function $b418ec0c85c52f27$export$d853f7095ae95f88(props, state, ref) {
17
17
  labelProps: labelProps,
18
18
  inputProps: {
19
19
  ...inputProps,
20
- role: "switch",
20
+ role: 'switch',
21
21
  checked: isSelected
22
22
  },
23
23
  isSelected: isSelected,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-aria/switch",
3
- "version": "3.6.3",
3
+ "version": "3.6.4",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -22,9 +22,9 @@
22
22
  "url": "https://github.com/adobe/react-spectrum"
23
23
  },
24
24
  "dependencies": {
25
- "@react-aria/toggle": "^3.10.3",
26
- "@react-stately/toggle": "^3.7.3",
27
- "@react-types/switch": "^3.5.2",
25
+ "@react-aria/toggle": "^3.10.4",
26
+ "@react-stately/toggle": "^3.7.4",
27
+ "@react-types/switch": "^3.5.3",
28
28
  "@swc/helpers": "^0.5.0"
29
29
  },
30
30
  "peerDependencies": {
@@ -33,5 +33,5 @@
33
33
  "publishConfig": {
34
34
  "access": "public"
35
35
  },
36
- "gitHead": "f645f29edc1322153fd60af4640cbcab1d992dbd"
36
+ "gitHead": "b77d7d594dff4dcfb5359bffbcfd18142b146433"
37
37
  }