@react-aria/switch 3.1.4 → 3.1.5

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.
package/dist/main.js CHANGED
@@ -1,4 +1,4 @@
1
- var $38m3e$reactariatoggle = require("@react-aria/toggle");
1
+ var $lu29G$reactariatoggle = require("@react-aria/toggle");
2
2
 
3
3
  function $parcel$exportWildcard(dest, source) {
4
4
  Object.keys(source).forEach(function(key) {
@@ -19,12 +19,12 @@ function $parcel$exportWildcard(dest, source) {
19
19
  function $parcel$export(e, n, v, s) {
20
20
  Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
21
21
  }
22
- var $1ea0609ec625f04b$exports = {};
22
+ var $cf111c4345e32a06$exports = {};
23
23
 
24
- $parcel$export($1ea0609ec625f04b$exports, "useSwitch", () => $1ea0609ec625f04b$export$d853f7095ae95f88);
24
+ $parcel$export($cf111c4345e32a06$exports, "useSwitch", () => $cf111c4345e32a06$export$d853f7095ae95f88);
25
25
 
26
- function $1ea0609ec625f04b$export$d853f7095ae95f88(props, state, ref) {
27
- let { inputProps: inputProps } = $38m3e$reactariatoggle.useToggle(props, state, ref);
26
+ function $cf111c4345e32a06$export$d853f7095ae95f88(props, state, ref) {
27
+ let { inputProps: inputProps } = $lu29G$reactariatoggle.useToggle(props, state, ref);
28
28
  let { isSelected: isSelected } = state;
29
29
  return {
30
30
  inputProps: {
@@ -37,7 +37,7 @@ function $1ea0609ec625f04b$export$d853f7095ae95f88(props, state, ref) {
37
37
  }
38
38
 
39
39
 
40
- $parcel$exportWildcard(module.exports, $1ea0609ec625f04b$exports);
40
+ $parcel$exportWildcard(module.exports, $cf111c4345e32a06$exports);
41
41
 
42
42
 
43
43
  //# sourceMappingURL=main.js.map
package/dist/module.js CHANGED
@@ -1,14 +1,14 @@
1
- import {useToggle as $f6UeW$useToggle} from "@react-aria/toggle";
1
+ import {useToggle as $eHRm8$useToggle} from "@react-aria/toggle";
2
2
 
3
3
  function $parcel$export(e, n, v, s) {
4
4
  Object.defineProperty(e, n, {get: v, set: s, enumerable: true, configurable: true});
5
5
  }
6
- var $ec98257199204bd3$exports = {};
6
+ var $122358c88747068d$exports = {};
7
7
 
8
- $parcel$export($ec98257199204bd3$exports, "useSwitch", () => $ec98257199204bd3$export$d853f7095ae95f88);
8
+ $parcel$export($122358c88747068d$exports, "useSwitch", () => $122358c88747068d$export$d853f7095ae95f88);
9
9
 
10
- function $ec98257199204bd3$export$d853f7095ae95f88(props, state, ref) {
11
- let { inputProps: inputProps } = $f6UeW$useToggle(props, state, ref);
10
+ function $122358c88747068d$export$d853f7095ae95f88(props, state, ref) {
11
+ let { inputProps: inputProps } = $eHRm8$useToggle(props, state, ref);
12
12
  let { isSelected: isSelected } = state;
13
13
  return {
14
14
  inputProps: {
@@ -23,5 +23,5 @@ function $ec98257199204bd3$export$d853f7095ae95f88(props, state, ref) {
23
23
 
24
24
 
25
25
 
26
- export {$ec98257199204bd3$export$d853f7095ae95f88 as useSwitch};
26
+ export {$122358c88747068d$export$d853f7095ae95f88 as useSwitch};
27
27
  //# sourceMappingURL=module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-aria/switch",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "description": "Spectrum UI components in React",
5
5
  "license": "Apache-2.0",
6
6
  "main": "dist/main.js",
@@ -18,9 +18,9 @@
18
18
  },
19
19
  "dependencies": {
20
20
  "@babel/runtime": "^7.6.2",
21
- "@react-aria/toggle": "^3.2.0",
22
- "@react-stately/toggle": "^3.2.4",
23
- "@react-types/switch": "^3.1.3"
21
+ "@react-aria/toggle": "^3.2.1",
22
+ "@react-stately/toggle": "^3.2.5",
23
+ "@react-types/switch": "^3.1.4"
24
24
  },
25
25
  "peerDependencies": {
26
26
  "react": "^16.8.0 || ^17.0.0-rc.1"
@@ -28,5 +28,5 @@
28
28
  "publishConfig": {
29
29
  "access": "public"
30
30
  },
31
- "gitHead": "54c2366c4f31bd4bf619126131cd583c12972acc"
31
+ "gitHead": "404d41859b7d6f56201d7fc01bd9f22ae3512937"
32
32
  }