@react-aria/switch 3.0.0-nightly.2912 → 3.0.0-nightly.2925

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,
@@ -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.0.0-nightly.2912+d80999e89",
3
+ "version": "3.0.0-nightly.2925+c57671e7f",
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.0.0-nightly.2912+d80999e89",
26
- "@react-stately/toggle": "3.0.0-nightly.2912+d80999e89",
27
- "@react-types/switch": "3.0.0-nightly.2912+d80999e89",
25
+ "@react-aria/toggle": "3.0.0-nightly.2925+c57671e7f",
26
+ "@react-stately/toggle": "3.0.0-nightly.2925+c57671e7f",
27
+ "@react-types/switch": "3.0.0-nightly.2925+c57671e7f",
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": "d80999e897b4d4db9fcfb4e9b8fcdc9fdd700882"
36
+ "gitHead": "c57671e7f57c4ffe59640a174f084cf660968913"
37
37
  }