@zuzjs/ui 1.0.41 → 1.0.43

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/index.d.cts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as react from 'react';
2
2
  import react__default, { ElementType, ComponentPropsWithoutRef, Ref, ReactNode, MouseEvent as MouseEvent$1, RefObject, FC, CSSProperties, FormEventHandler, JSX, HTMLAttributes, ComponentPropsWithRef } from 'react';
3
3
  import * as _zuzjs_hooks from '@zuzjs/hooks';
4
- import { DragOptions, LineChartProps, MediaItem, useMediaPlayer, Command } from '@zuzjs/hooks';
4
+ import { DragOptions, LineChartProps, MediaItem, useMediaPlayer, ScrollBreakpoint, Command } from '@zuzjs/hooks';
5
5
  import * as react_jsx_runtime from 'react/jsx-runtime';
6
6
  import { PubSub } from '@zuzjs/core';
7
7
 
@@ -1299,6 +1299,8 @@ declare const Radio: react.ForwardRefExoticComponent<ZuzProps & Omit<Omit<react.
1299
1299
  type ScrollViewProps = BoxProps & {
1300
1300
  style?: CSSProperties;
1301
1301
  speed?: number;
1302
+ smooth?: boolean;
1303
+ breakpoints?: ScrollBreakpoint;
1302
1304
  };
1303
1305
 
1304
1306
  declare const ScrollView: react.ForwardRefExoticComponent<Omit<ScrollViewProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as react from 'react';
2
2
  import react__default, { ElementType, ComponentPropsWithoutRef, Ref, ReactNode, MouseEvent as MouseEvent$1, RefObject, FC, CSSProperties, FormEventHandler, JSX, HTMLAttributes, ComponentPropsWithRef } from 'react';
3
3
  import * as _zuzjs_hooks from '@zuzjs/hooks';
4
- import { DragOptions, LineChartProps, MediaItem, useMediaPlayer, Command } from '@zuzjs/hooks';
4
+ import { DragOptions, LineChartProps, MediaItem, useMediaPlayer, ScrollBreakpoint, Command } from '@zuzjs/hooks';
5
5
  import * as react_jsx_runtime from 'react/jsx-runtime';
6
6
  import { PubSub } from '@zuzjs/core';
7
7
 
@@ -1299,6 +1299,8 @@ declare const Radio: react.ForwardRefExoticComponent<ZuzProps & Omit<Omit<react.
1299
1299
  type ScrollViewProps = BoxProps & {
1300
1300
  style?: CSSProperties;
1301
1301
  speed?: number;
1302
+ smooth?: boolean;
1303
+ breakpoints?: ScrollBreakpoint;
1302
1304
  };
1303
1305
 
1304
1306
  declare const ScrollView: react.ForwardRefExoticComponent<Omit<ScrollViewProps, "ref"> & react.RefAttributes<HTMLDivElement>>;