Skip to content

Commit

Permalink
5.4.2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
dimsemenov committed Sep 29, 2023
1 parent d09385e commit 2d23b36
Show file tree
Hide file tree
Showing 15 changed files with 46 additions and 24 deletions.
17 changes: 14 additions & 3 deletions demo-docs-website/static/photoswipe/photoswipe-lightbox.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion demo-docs-website/static/photoswipe/photoswipe.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion demo-docs-website/static/photoswipe/photoswipe.esm.min.js

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

17 changes: 14 additions & 3 deletions dist/photoswipe-lightbox.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/photoswipe-lightbox.esm.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/photoswipe-lightbox.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/photoswipe.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/photoswipe.esm.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/types/lightbox/lightbox.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,11 @@ declare class PhotoSwipeLightbox extends PhotoSwipeBase {
* Load and open PhotoSwipe
*
* @param {number} index
* @param {DataSource} dataSource
* @param {DataSource} [dataSource]
* @param {Point | null} [initialPoint]
* @returns {boolean}
*/
loadAndOpen(index: number, dataSource: DataSource, initialPoint?: import("../photoswipe.js").Point | null | undefined): boolean;
loadAndOpen(index: number, dataSource?: import("../photoswipe.js").DataSource | undefined, initialPoint?: import("../photoswipe.js").Point | null | undefined): boolean;
/**
* Load the main module and the slide content by index
*
Expand Down
4 changes: 2 additions & 2 deletions dist/umd/photoswipe-lightbox.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/umd/photoswipe.umd.min.js

Large diffs are not rendered by default.

0 comments on commit 2d23b36

Please sign in to comment.