@sit-onyx/headless 0.8.0 → 0.8.1-dev-20260330154207

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.
@@ -29,7 +29,7 @@ export type CreateSliderOptions<TValue extends SliderValue = SliderValue> = {
29
29
  *
30
30
  * default 10% of the total range (max - min)
31
31
  */
32
- shiftStep?: MaybeRef<number>;
32
+ shiftStep?: MaybeRef<number | undefined>;
33
33
  /**
34
34
  * Whether the slider is disabled.
35
35
  *