@cntrl-site/components 1.0.22 → 1.0.24

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.
@@ -18,6 +18,7 @@ export type LightboxStripSettings = {
18
18
  coverFit: ImageRatioFit;
19
19
  backgroundColor: string;
20
20
  thumbnailVisibility: 'on' | 'off';
21
+ thumbnailSize: number;
21
22
  thumbnailObjectFit: ImageRatioFit;
22
23
  thumbnailTrigger: 'click' | 'hover';
23
24
  thumbnailActive: 'outline' | 'color' | 'scale-up';
@@ -12,7 +12,6 @@ export declare const SNAP_SCROLL_MIN_MS = 900;
12
12
  export declare const SNAP_SCROLL_MAX_MS = 1500;
13
13
  export declare const SNAP_SCROLL_EASING = "cubic-bezier(0.16, 1, 0.3, 1)";
14
14
  export declare const CONTROLS_IDLE_MS = 3000;
15
- export declare const THUMB_MAX_SIZE_PX = 50;
16
15
  export declare const WHEEL_SPEED = 2;
17
16
  export declare const WHEEL_LINE_HEIGHT_PX = 16;
18
17
  export declare const WHEEL_LERP = 0.05;
@@ -14,11 +14,9 @@ export declare const MarqueeComponent: {
14
14
  defaultSize: {
15
15
  d: {
16
16
  width: string;
17
- height: number;
18
17
  };
19
18
  m: {
20
19
  width: number;
21
- height: number;
22
20
  };
23
21
  };
24
22
  preview: {