design-system-silkhaus 2.16.3 → 2.16.4-beta.carousel.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.cjs +32 -32
- package/dist/index.d.ts +3 -0
- package/dist/index.js +1133 -1098
- package/dist/style.css +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ import { default as default_2 } from 'react';
|
|
|
5
5
|
import { FC } from 'react';
|
|
6
6
|
import { ForwardRefExoticComponent } from 'react';
|
|
7
7
|
import { HTMLAttributes } from 'react';
|
|
8
|
+
import { LazyLoadTypes } from 'react-slick';
|
|
8
9
|
import { ModifiersShape } from 'react-dates';
|
|
9
10
|
import { Moment } from 'moment';
|
|
10
11
|
import { Placement } from '@floating-ui/react';
|
|
@@ -1013,6 +1014,8 @@ export declare type SlickImageCarouselProps = {
|
|
|
1013
1014
|
infinite?: boolean;
|
|
1014
1015
|
className?: string;
|
|
1015
1016
|
onClick?: () => void;
|
|
1017
|
+
lazyLoad?: LazyLoadTypes | undefined;
|
|
1018
|
+
aspectRatio?: string | number | undefined;
|
|
1016
1019
|
};
|
|
1017
1020
|
|
|
1018
1021
|
export declare const SofaIcon: FC<{
|