chore: upgrade typescript 6, vitest 4, align spf package (#1101)

This commit is contained in:
rahim
2026-03-24 01:53:36 -07:00
committed by GitHub
parent bc2929ef4f
commit 8e2e56e36e
33 changed files with 536 additions and 971 deletions
-1
View File
@@ -157,7 +157,6 @@ export function createSlider(options: SliderOptions): SliderApi {
// Focus the thumb for keyboard follow-up and screen reader tracking.
options.getThumbElement?.()?.focus({
preventScroll: true,
// @ts-expect-error -- focusVisible is not yet in TypeScript's lib.dom typings.
focusVisible: false,
});
},