@react-stately/slider 3.5.4-nightly.4619 → 3.5.4-nightly.4623

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.
@@ -168,4 +168,4 @@ function $28f99e3e86e6ec45$var$createOnChange(value, defaultValue, onChange) {
168
168
 
169
169
 
170
170
  export {$28f99e3e86e6ec45$export$e5fda3247f5d67f9 as useSliderState};
171
- //# sourceMappingURL=useSliderState.mjs.map
171
+ //# sourceMappingURL=useSliderState.module.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@react-stately/slider",
3
- "version": "3.5.4-nightly.4619+45a872803",
3
+ "version": "3.5.4-nightly.4623+b294de874",
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-stately/utils": "3.0.0-nightly.2907+45a872803",
26
- "@react-types/shared": "3.0.0-nightly.2907+45a872803",
27
- "@react-types/slider": "3.7.3-nightly.4619+45a872803",
25
+ "@react-stately/utils": "3.0.0-nightly.2911+b294de874",
26
+ "@react-types/shared": "3.0.0-nightly.2911+b294de874",
27
+ "@react-types/slider": "3.7.3-nightly.4623+b294de874",
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": "45a872803500086c1f589d5efb3e32b59a992b2c"
36
+ "gitHead": "b294de874c16fad64bc4b930ccee1c9ffeb1c20f"
37
37
  }