@useloops/design-system 1.4.309 → 1.4.311
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/esm/index.js +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1321,7 +1321,7 @@ interface IconButtonGroupProps {
|
|
|
1321
1321
|
declare const IconButtonGroup: FunctionComponent<IconButtonGroupProps>;
|
|
1322
1322
|
|
|
1323
1323
|
interface ImageProps extends LazyLoadImageProps {
|
|
1324
|
-
containerSx
|
|
1324
|
+
containerSx?: SxProps<Theme>;
|
|
1325
1325
|
}
|
|
1326
1326
|
declare const Image: FunctionComponent<ImageProps>;
|
|
1327
1327
|
|
|
@@ -1764,7 +1764,7 @@ interface VideoModalProps {
|
|
|
1764
1764
|
}
|
|
1765
1765
|
declare const VideoModal: FunctionComponent<VideoModalProps>;
|
|
1766
1766
|
|
|
1767
|
-
interface AssetItemProps {
|
|
1767
|
+
interface AssetItemProps extends BoxProps {
|
|
1768
1768
|
thumbnail: string;
|
|
1769
1769
|
size?: 'sm' | 'lg';
|
|
1770
1770
|
cover?: boolean;
|