@lumx/react 3.7.6-alpha.6 → 3.7.6-alpha.7
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/index.d.ts
CHANGED
|
@@ -1387,7 +1387,7 @@ type InheritedThumbnailProps = Pick<ThumbnailProps, 'image' | 'alt' | 'imgProps'
|
|
|
1387
1387
|
type InheritedImageMetadata = Pick<ImageCaptionMetadata, 'title' | 'description' | 'tags'>;
|
|
1388
1388
|
type ImageProps = InheritedThumbnailProps & InheritedImageMetadata;
|
|
1389
1389
|
interface ImagesProps {
|
|
1390
|
-
/** Index of the active
|
|
1390
|
+
/** Index of the active image to show on open */
|
|
1391
1391
|
activeImageIndex?: number;
|
|
1392
1392
|
/** List of images to display */
|
|
1393
1393
|
images: Array<ImageProps>;
|
package/package.json
CHANGED
|
@@ -7,8 +7,8 @@
|
|
|
7
7
|
},
|
|
8
8
|
"dependencies": {
|
|
9
9
|
"@juggle/resize-observer": "^3.2.0",
|
|
10
|
-
"@lumx/core": "^3.7.6-alpha.
|
|
11
|
-
"@lumx/icons": "^3.7.6-alpha.
|
|
10
|
+
"@lumx/core": "^3.7.6-alpha.7",
|
|
11
|
+
"@lumx/icons": "^3.7.6-alpha.7",
|
|
12
12
|
"@popperjs/core": "^2.5.4",
|
|
13
13
|
"body-scroll-lock": "^3.1.5",
|
|
14
14
|
"classnames": "^2.3.2",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"build:storybook": "storybook build"
|
|
113
113
|
},
|
|
114
114
|
"sideEffects": false,
|
|
115
|
-
"version": "3.7.6-alpha.
|
|
115
|
+
"version": "3.7.6-alpha.7"
|
|
116
116
|
}
|
|
@@ -20,7 +20,7 @@ export type InheritedImageMetadata = Pick<ImageCaptionMetadata, 'title' | 'descr
|
|
|
20
20
|
export type ImageProps = InheritedThumbnailProps & InheritedImageMetadata;
|
|
21
21
|
|
|
22
22
|
export interface ImagesProps {
|
|
23
|
-
/** Index of the active
|
|
23
|
+
/** Index of the active image to show on open */
|
|
24
24
|
activeImageIndex?: number;
|
|
25
25
|
/** List of images to display */
|
|
26
26
|
images: Array<ImageProps>;
|