@20minutes/hela 2.1.3 → 2.1.5

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.
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Do not edit directly
3
- * Generated on Tue, 11 Feb 2025 13:53:10 GMT
3
+ * Generated on Mon, 17 Feb 2025 16:37:22 GMT
4
4
  */
5
5
 
6
6
  $token-variables: (
@@ -1,7 +1,7 @@
1
1
 
2
2
  /**
3
3
  * Do not edit directly
4
- * Generated on Tue, 11 Feb 2025 13:53:10 GMT
4
+ * Generated on Mon, 17 Feb 2025 16:37:22 GMT
5
5
  */
6
6
 
7
7
  $infolocale: #4742ff !default;
@@ -1,9 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { MediaProps } from '../..';
3
3
  export interface PhotoSwipeGalleryProps {
4
- medias?: (Omit<MediaProps, 'type' | 'videoIs16by9'> & {
5
- width?: number;
6
- height?: number;
7
- })[];
4
+ medias?: Omit<MediaProps, 'type' | 'videoIs16by9'>[];
8
5
  }
9
6
  export declare const PhotoSwipeGallery: React.FC<PhotoSwipeGalleryProps>;
@@ -4,10 +4,7 @@ declare const meta: {
4
4
  title: string;
5
5
  component: import('react').FC<PhotoSwipeGalleryProps>;
6
6
  args: {
7
- medias: (Omit<import('../..').MediaProps, "type" | "videoIs16by9"> & {
8
- width?: number | undefined;
9
- height?: number | undefined;
10
- })[];
7
+ medias: Omit<import('../..').MediaProps, "type" | "videoIs16by9">[];
11
8
  };
12
9
  };
13
10
  export default meta;