@scalably/ui 0.18.0 → 0.18.1

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
@@ -25,9 +25,9 @@ interface AutoScrollTextProps extends react__default.HTMLAttributes<HTMLElement>
25
25
  * @default 'ping-pong'
26
26
  */
27
27
  mode?: AutoScrollTextMode;
28
- /** Scrolling speed in pixels per second. @default 30 */
28
+ /** Scrolling speed in pixels per second. @default 40 */
29
29
  speed?: number;
30
- /** Pause duration in seconds at each end (for ping-pong mode). @default 1.5 */
30
+ /** Pause duration in seconds at each end (for ping-pong mode). @default 1 */
31
31
  pauseDuration?: number;
32
32
  /** Whether to pause scrolling when hovering in 'auto' action mode. @default true */
33
33
  pauseOnHover?: boolean;
package/dist/index.d.ts CHANGED
@@ -25,9 +25,9 @@ interface AutoScrollTextProps extends react__default.HTMLAttributes<HTMLElement>
25
25
  * @default 'ping-pong'
26
26
  */
27
27
  mode?: AutoScrollTextMode;
28
- /** Scrolling speed in pixels per second. @default 30 */
28
+ /** Scrolling speed in pixels per second. @default 40 */
29
29
  speed?: number;
30
- /** Pause duration in seconds at each end (for ping-pong mode). @default 1.5 */
30
+ /** Pause duration in seconds at each end (for ping-pong mode). @default 1 */
31
31
  pauseDuration?: number;
32
32
  /** Whether to pause scrolling when hovering in 'auto' action mode. @default true */
33
33
  pauseOnHover?: boolean;