@cntrl-site/components 1.0.19-alpha.0 → 1.0.19-alpha.2

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.
@@ -7,12 +7,12 @@ export declare const SNAP_SCROLL_MIN_MS = 900;
7
7
  export declare const SNAP_SCROLL_MAX_MS = 1500;
8
8
  export declare const SNAP_SCROLL_EASING = "cubic-bezier(0.16, 1, 0.3, 1)";
9
9
  export declare const CONTROLS_IDLE_MS = 3000;
10
- export declare const THUMB_MAX_SIZE_PX = 42;
10
+ export declare const THUMB_MAX_SIZE_PX = 50;
11
11
  export declare const WHEEL_SPEED = 2;
12
12
  export declare const WHEEL_LINE_HEIGHT_PX = 16;
13
13
  export declare const WHEEL_LERP = 0.05;
14
14
  export declare const MOUSE_DRAG_THRESHOLD_PX = 1;
15
- export declare const DRAG_SNAP_RATIO = 0.15;
15
+ export declare const DRAG_SNAP_RATIO = 0.5;
16
16
  export declare const GAP_LABEL_AREA_PX = 20;
17
17
  export declare const TITLE_RESIZE_HANDLE_WIDTH = 0.004;
18
18
  export declare const STRIP_TEXT_STYLE_PREFIXES: readonly ["title1", "title2", "title3"];