mirror of
https://github.com/dillonzq/LoveIt.git
synced 2024-11-21 14:26:17 +01:00
chore(lib): update lightgallery 2.4.0 -> 2.5.0
This commit is contained in:
parent
ac8674b987
commit
be0a4267af
15 changed files with 33 additions and 33 deletions
|
@ -17,11 +17,11 @@ libFiles:
|
|||
lazysizesJS: lazysizes/5.3.2/lazysizes.min.js
|
||||
# object-fit-images@3.2.4 https://github.com/fregante/object-fit-images
|
||||
objectFitImagesJS: object-fit-images/3.2.4/ofi.min.js
|
||||
# lightgallery@2.4.0 https://github.com/sachinchoolur/lightgallery
|
||||
lightgalleryCSS: lightgallery/2.4.0/css/lightgallery-bundle.min.css
|
||||
lightgalleryJS: lightgallery/2.4.0/lightgallery.min.js
|
||||
lightgalleryThumbnailJS: lightgallery/2.4.0/plugins/thumbnail/lg-thumbnail.min.js
|
||||
lightgalleryZoomJS: lightgallery/2.4.0/plugins/zoom/lg-zoom.min.js
|
||||
# lightgallery@2.5.0 https://github.com/sachinchoolur/lightgallery
|
||||
lightgalleryCSS: lightgallery/2.5.0/css/lightgallery-bundle.min.css
|
||||
lightgalleryJS: lightgallery/2.5.0/lightgallery.min.js
|
||||
lightgalleryThumbnailJS: lightgallery/2.5.0/plugins/thumbnail/lg-thumbnail.min.js
|
||||
lightgalleryZoomJS: lightgallery/2.5.0/plugins/zoom/lg-zoom.min.js
|
||||
# clipboard.js@2.0.11 https://github.com/zenorocha/clipboard.js
|
||||
clipboardJS: clipboard.js/2.0.11/clipboard.min.js
|
||||
# sharer.js@0.5.1 https://github.com/ellisonleao/sharer.js
|
||||
|
|
|
@ -19,11 +19,11 @@ libFiles:
|
|||
objectFitImagesJS: object-fit-images@3.2.4/dist/ofi.min.js
|
||||
# twemoji@14.0.2 https://github.com/twitter/twemoji
|
||||
twemojiJS: twemoji@14.0.2/dist/twemoji.min.js
|
||||
# lightgallery@2.4.0 https://github.com/sachinchoolur/lightgallery
|
||||
lightgalleryCSS: lightgallery@2.4.0/css/lightgallery-bundle.min.css
|
||||
lightgalleryJS: lightgallery@2.4.0/lightgallery.min.js
|
||||
lightgalleryThumbnailJS: lightgallery@2.4.0/plugins/thumbnail/lg-thumbnail.min.js
|
||||
lightgalleryZoomJS: lightgallery@2.4.0/plugins/zoom/lg-zoom.min.js
|
||||
# lightgallery@2.5.0 https://github.com/sachinchoolur/lightgallery
|
||||
lightgalleryCSS: lightgallery@2.5.0/css/lightgallery-bundle.min.css
|
||||
lightgalleryJS: lightgallery@2.5.0/lightgallery.min.js
|
||||
lightgalleryThumbnailJS: lightgallery@2.5.0/plugins/thumbnail/lg-thumbnail.min.js
|
||||
lightgalleryZoomJS: lightgallery@2.5.0/plugins/zoom/lg-zoom.min.js
|
||||
# clipboard.js@2.0.11 https://github.com/zenorocha/clipboard.js
|
||||
clipboardJS: clipboard@2.0.11/dist/clipboard.min.js
|
||||
# sharer.js@0.5.1 https://github.com/ellisonleao/sharer.js
|
||||
|
|
|
@ -9,7 +9,7 @@ lazysizes@5.3.2 https://github.com/aFarkas/lazysizes
|
|||
object-fit-images@3.2.4 https://github.com/fregante/object-fit-images
|
||||
twemoji@14.0.2 https://github.com/twitter/twemoji
|
||||
emoji-data@14.0.0 https://github.com/iamcal/emoji-data
|
||||
lightgallery@2.4.0 https://github.com/sachinchoolur/lightgallery
|
||||
lightgallery@2.5.0 https://github.com/sachinchoolur/lightgallery
|
||||
clipboard.js@2.0.11 https://github.com/zenorocha/clipboard.js
|
||||
sharer.js@0.5.1 https://github.com/ellisonleao/sharer.js
|
||||
typeit@8.6.0 https://github.com/alexmacarthur/typeit
|
||||
|
|
1
assets/lib/lightgallery/css/lightgallery-bundle.min.css
vendored
Normal file
1
assets/lib/lightgallery/css/lightgallery-bundle.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
assets/lib/lightgallery/lightgallery.min.css
vendored
1
assets/lib/lightgallery/lightgallery.min.css
vendored
File diff suppressed because one or more lines are too long
4
assets/lib/lightgallery/lightgallery.min.js
vendored
4
assets/lib/lightgallery/lightgallery.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
8
assets/lib/lightgallery/plugins/thumbnail/lg-thumbnail.min.js
vendored
Executable file
8
assets/lib/lightgallery/plugins/thumbnail/lg-thumbnail.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
8
assets/lib/lightgallery/plugins/zoom/lg-zoom.min.js
vendored
Executable file
8
assets/lib/lightgallery/plugins/zoom/lg-zoom.min.js
vendored
Executable file
File diff suppressed because one or more lines are too long
|
@ -43,13 +43,13 @@
|
|||
|
||||
{{- /* lightgallery */ -}}
|
||||
{{- if $params.lightgallery -}}
|
||||
{{- $source := $cdn.lightgalleryCSS | default "lib/lightgallery/lightgallery.min.css" -}}
|
||||
{{- $source := $cdn.lightgalleryCSS | default "lib/lightgallery/css/lightgallery-bundle.min.css" -}}
|
||||
{{- dict "Source" $source "Fingerprint" $fingerprint | dict "Scratch" .Scratch "Data" | partial "scratch/style.html" -}}
|
||||
{{- $source := $cdn.lightgalleryJS | default "lib/lightgallery/lightgallery.min.js" -}}
|
||||
{{- dict "Source" $source "Fingerprint" $fingerprint | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
|
||||
{{- $source := $cdn.lightgalleryThumbnailJS | default "lib/lightgallery/plugins/lg-thumbnail.min.js" -}}
|
||||
{{- $source := $cdn.lightgalleryThumbnailJS | default "lib/lightgallery/plugins/thumbnail/lg-thumbnail.min.js" -}}
|
||||
{{- dict "Source" $source "Fingerprint" $fingerprint | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
|
||||
{{- $source := $cdn.lightgalleryZoomJS | default "lib/lightgallery/plugins/lg-zoom.min.js" -}}
|
||||
{{- $source := $cdn.lightgalleryZoomJS | default "lib/lightgallery/plugins/zoom/lg-zoom.min.js" -}}
|
||||
{{- dict "Source" $source "Fingerprint" $fingerprint | dict "Scratch" .Scratch "Data" | partial "scratch/script.html" -}}
|
||||
{{- $config = dict "lightgallery" true | merge $config -}}
|
||||
{{- end -}}
|
||||
|
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
Loading…
Reference in a new issue