@react-aria/spinbutton
Advanced tools
Comparing version 3.0.0-nightly-e60fb427c-240930 to 3.0.0-nightly-e94e36431-241203
@@ -37,3 +37,2 @@ var $cb4b786159079747$exports = require("./intlStrings.main.js"); | ||
const clearAsync = ()=>clearTimeout(_async.current); | ||
// eslint-disable-next-line arrow-body-style | ||
(0, $2pZbw$react.useEffect)(()=>{ | ||
@@ -40,0 +39,0 @@ return ()=>clearAsync(); |
@@ -31,3 +31,2 @@ import $5rwhf$intlStringsmodulejs from "./intlStrings.module.js"; | ||
const clearAsync = ()=>clearTimeout(_async.current); | ||
// eslint-disable-next-line arrow-body-style | ||
(0, $5rwhf$useEffect)(()=>{ | ||
@@ -34,0 +33,0 @@ return ()=>clearAsync(); |
{ | ||
"name": "@react-aria/spinbutton", | ||
"version": "3.0.0-nightly-e60fb427c-240930", | ||
"version": "3.0.0-nightly-e94e36431-241203", | ||
"description": "Spectrum UI components in React", | ||
@@ -25,12 +25,12 @@ "license": "Apache-2.0", | ||
"dependencies": { | ||
"@react-aria/i18n": "^3.0.0-nightly-e60fb427c-240930", | ||
"@react-aria/live-announcer": "^3.0.0-nightly-e60fb427c-240930", | ||
"@react-aria/utils": "^3.0.0-nightly-e60fb427c-240930", | ||
"@react-types/button": "^3.0.0-nightly-e60fb427c-240930", | ||
"@react-types/shared": "^3.0.0-nightly-e60fb427c-240930", | ||
"@react-aria/i18n": "^3.0.0-nightly-e94e36431-241203", | ||
"@react-aria/live-announcer": "^3.0.0-nightly-e94e36431-241203", | ||
"@react-aria/utils": "^3.0.0-nightly-e94e36431-241203", | ||
"@react-types/button": "^3.0.0-nightly-e94e36431-241203", | ||
"@react-types/shared": "^3.0.0-nightly-e94e36431-241203", | ||
"@swc/helpers": "^0.5.0" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0", | ||
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0" | ||
"react": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1", | ||
"react-dom": "^16.8.0 || ^17.0.0-rc.1 || ^18.0.0 || ^19.0.0-rc.1" | ||
}, | ||
@@ -40,3 +40,3 @@ "publishConfig": { | ||
}, | ||
"stableVersion": "3.6.8" | ||
"stableVersion": "3.6.10" | ||
} |
@@ -62,3 +62,3 @@ /* | ||
// eslint-disable-next-line arrow-body-style | ||
useEffect(() => { | ||
@@ -65,0 +65,0 @@ return () => clearAsync(); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
101681
1501