j1-template 2024.3.22 → 2024.3.24
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.
- checksums.yaml +4 -4
- data/assets/data/{galeries.html → gallery_app.html} +106 -18
- data/assets/theme/bla +0 -0
- data/assets/theme/j1/adapter/js/amplitude.js +144 -52
- data/assets/theme/j1/adapter/js/gallery.js +14 -3
- data/assets/theme/j1/adapter/js/themes.js +41 -69
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +48 -52
- data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
- data/assets/theme/j1/core/css/vendor.css +1 -1
- data/assets/theme/j1/core/css/vendor.min.css +1 -1
- data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.js +466 -396
- data/assets/theme/j1/modules/lightGallery/css/lg-transitions.css +3 -126
- data/assets/theme/j1/modules/lightGallery/css/lg-transitions.min.css +3 -10
- data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.css +70 -237
- data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.min.css +4 -10
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.css +276 -0
- data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.min.css +17 -0
- data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +196 -134
- data/assets/theme/j1/modules/lightGallery/js/lightgallery.min.js +3 -10
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.min.js +6 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.min.js +5 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.min.js +6 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.js +179 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.min.js +32 -0
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.min.js +6 -6
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.min.js +6 -7
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.js +27 -20
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +489 -411
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +3 -10
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.js +4 -4
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.min.js +5 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.js +11 -5
- data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.min.js +5 -5
- data/assets/theme/j1/modules/rtable/css/theme/uno/rtable.css +11 -1
- data/assets/theme/j1/modules/themeSwitcher/js/switcher.js +13 -12
- data/assets/theme/j1/modules/videoPlayer/tiktoc/README.md +1 -0
- data/assets/theme/j1/modules/videojs/assets/README.md +1 -0
- data/assets/theme/j1/modules/videojs/assets/icons/speedometer-medium.svg +35 -0
- data/assets/theme/j1/modules/videojs/css/font/VideoJS.ttf +0 -0
- data/assets/theme/j1/modules/videojs/css/font/VideoJS.woff +0 -0
- data/assets/theme/j1/modules/videojs/css/themes/uno.css +189 -42
- data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
- data/assets/theme/j1/modules/videojs/css/videojs.css +674 -316
- data/assets/theme/j1/modules/videojs/css/videojs.min.css +4 -3
- data/assets/theme/j1/modules/videojs/js/video.js +15893 -12288
- data/assets/theme/j1/modules/videojs/js/video.min.js +22 -23
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/!examples/index.html +26 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/LICENSE +19 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/README.md +69 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.css +2 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.min.css +2 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.js +339 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.min.js +2 -0
- data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.js +0 -5
- data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys/examples → plugins/controls/hotkeys/!examples}/example.html +1 -1
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/!examples/index.html +25 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/LICENSE +19 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/README.md +90 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.js +120 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.min.js +2 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/!examples/index.html +32 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/LICENSE +19 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/README.md +61 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.js +94 -0
- data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.min.js +20 -0
- data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/skipbuttons/README.md +25 -11
- data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/zoom/css}/zoom.css +7 -6
- data/assets/theme/j1/modules/videojs/plugins/controls/zoom/css/zoom.min.css +22 -0
- data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-controls.html +4 -4
- data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-javascript.html +3 -3
- data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-playlist.html +3 -3
- data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/global-parameters.html +3 -3
- data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/simple.html +31 -0
- data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/switch.html +3 -3
- data/assets/theme/j1/modules/videojs/{js/plugins/players/dm → plugins/players/dm/js}/dailymotion.js +1 -1
- data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/index.html +3 -3
- data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/player/index.html +3 -3
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.0.js +521 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.1.js +605 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.3.js +643 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.4.js +583 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.5.js +665 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.6.js +642 -0
- data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.7.js +673 -0
- data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.js +1 -1
- data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.min.js +1 -1
- data/assets/theme/j1/modules/videojs/{js/plugins/players/vm → plugins/players/vm/js}/vimeo.js +4 -5
- data/assets/theme/j1/modules/videojs/plugins/players/vm/js/vimeo.min.js +28 -0
- data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.0.js +395 -0
- data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.1.js +401 -0
- data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/global-parameters.html +5 -5
- data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/simple.html +5 -5
- data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/switch.html +5 -5
- data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-controls.html +5 -5
- data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-javascript.html +5 -5
- data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-list.html +5 -5
- data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-playlist.html +5 -5
- data/lib/j1/version.rb +1 -1
- data/lib/starter_web/README.md +5 -5
- data/lib/starter_web/_config.yml +1 -1
- data/lib/starter_web/_data/blocks/banner.yml +2 -2
- data/lib/starter_web/_data/modules/amplitude_playlists.yml +16 -1
- data/lib/starter_web/_data/modules/attics.yml +11 -0
- data/lib/starter_web/_data/modules/carousel.yml +1 -1
- data/lib/starter_web/_data/modules/defaults/gallery.yml +3 -3
- data/lib/starter_web/_data/modules/defaults/masonry.yml +115 -22
- data/lib/starter_web/_data/modules/gallery.yml +225 -281
- data/lib/starter_web/_data/modules/masonry.yml +6 -0
- data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
- data/lib/starter_web/_data/resources.yml +16 -12
- data/lib/starter_web/_data/templates/feed.xml +1 -1
- data/lib/starter_web/_includes/attributes.asciidoc +7 -0
- data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +50 -30
- data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +37 -23
- data/lib/starter_web/_plugins/index/lunr.rb +1 -1
- data/lib/starter_web/assets/image/module/attic/1920x1280/alexander-redl.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/alexander-shatov.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/alexey-ruban.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/andrea-badino.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/bootstrap-modal.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/bp-miller.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/brad-neathery.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/brigitta-schneiter.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/build-with-gemini.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/clem-onojeghuo.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/crawford-jolly.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/eleni-afiontzi.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/fly-d.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/guillaume-bolduc.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/ideas-start-here-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/isaac-davis.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-2.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-3.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/j1-starter-mockup-1.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/john-schnobrich-2.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/josep-martins.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/josh-liu.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/kelly-sikkemal.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/kira-auf-der-heide.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/kristopher-roller.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/markus-spiske.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/martin-sanchez.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/material_symbols.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/matthaeus.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/melanie-deziel.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/milad-fakurian.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/mohammad-rahmani.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/nasa.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/quino-al-2.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/stories-ink-tattoo-care.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/towfiqu-barbhuiya.jpg +0 -0
- data/lib/starter_web/assets/image/page/tour/bootswatch-themes.jpg +0 -0
- data/lib/starter_web/assets/video/poster/vimeo/fall_2011.jpg +0 -0
- data/lib/starter_web/index.html +3 -2
- data/lib/starter_web/package.json +1 -1
- data/lib/starter_web/pages/public/panels/intro_panel/_includes/attributes.asciidoc +1 -1
- data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +5 -5
- data/lib/starter_web/pages/public/tools/tester/app_tester_amplitudejs_yt.adoc +7 -3
- data/lib/starter_web/pages/public/tools/tester/app_tester_swiperjs.adoc +7 -3
- data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +297 -0
- data/lib/starter_web/pages/public/tour/_includes/attributes.asciidoc +1 -2
- data/lib/starter_web/pages/public/tour/_includes/documents/themes_bootstrap.asciidoc +1 -1
- data/lib/starter_web/pages/public/tour/asciidoc_extensions.adoc +7 -3
- data/lib/starter_web/pages/public/tour/bootstrap_themes.adoc +62 -7
- data/lib/starter_web/pages/public/tour/icon_fonts.adoc +4 -8
- data/lib/starter_web/pages/public/tour/modal_extentions.adoc +2 -2
- data/lib/starter_web/pages/public/tour/responsive_tables.adoc +21 -15
- data/lib/starter_web/pages/public/tour/typography.adoc +5 -5
- data/lib/starter_web/pages/public/tour/video_data.adoc +25 -5
- metadata +142 -118
- data/assets/data/swiper_app.2.html +0 -757
- data/assets/data/swiper_app.4.html +0 -769
- data/assets/theme/j1/modules/lightGallery/css/themes/uno/uno.css +0 -140
- data/assets/theme/j1/modules/lightGallery/css/themes/uno/uno.min.css +0 -19
- data/assets/theme/j1/modules/lightGallery/js/plugins/j1/j1-video.js +0 -402
- data/assets/theme/j1/modules/lightGallery/js/plugins/j1/j1-video.min.js +0 -7
- data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.1.js +0 -585
- data/assets/theme/j1/modules/videojs/css/font/video-js-cdn.css +0 -2012
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +0 -32
- data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +0 -31
- data/assets/theme/j1/modules/videojs/css/plugins/controls/zoom.min.css +0 -21
- data/assets/theme/j1/modules/videojs/js/plugins/players/dm/examples/simple.html +0 -20
- data/assets/theme/j1/modules/videojs/js/plugins/players/vm/vimeo.min.js +0 -16
- data/assets/theme/j1/modules/videojs/js/plugins/players/wt/api/src/WistiaPlayer.ts +0 -1617
- data/lib/starter_web/_data/modules/gallery_app.yml +0 -1002
- data/lib/starter_web/_data/modules/gallery_playlists.yml +0 -534
- data/lib/starter_web/assets/image/module/attic/1920x1280/alina-grubnyak.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/bruno-figueiredo.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/harpal-singh.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/hayden-mills-2.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-1.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/recha-oktaviani.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/1920x1280/tiny_desk.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/ideas-start-here-1920x1280-bw.jpg +0 -0
- data/lib/starter_web/assets/image/module/attic/ideas-start-here-1920x1280.jpg +0 -0
- data/lib/starter_web/assets/video/poster/vimeo/stay_colorful.jpg +0 -0
- /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/animation-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/customize-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/dynamic-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/facebook-icon.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/googleplus-icon.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/html5-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/linked-in.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/module-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/play-button-hover.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/play-button.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/play-button.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/responsive-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/thumb-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/touch-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/twitter-icon.svg +0 -0
- /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/twitter.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/video1-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/zoom-w.png +0 -0
- /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/zoom.png +0 -0
- /data/assets/theme/j1/modules/videoPlayer/dailymotion/js/{!readme → README.md} +0 -0
- /data/assets/theme/j1/modules/videoPlayer/tiktoc/{js/player.min.js → player.min.js} +0 -0
- /data/assets/theme/j1/modules/videoPlayer/vimeo/js/{!readme → README.md} +0 -0
- /data/assets/theme/j1/modules/videoPlayer/wistia/js/{!readme → README.md} +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/LICENSE.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.css +0 -0
- /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.min.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.html +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/styles.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/LICENSE.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/doc → plugins/players/dm}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/api/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api/doc → plugins/players/dm/api}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/icon/scalable/dailymotion.svg +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm → plugins/players/dm/js}/dailymotion.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/doc → plugins/players/vm}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api/doc → plugins/players/vm/api}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.uno.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/player.css +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/doc → plugins/players/wt}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api/doc/Readme.txt → plugins/players/wt/api/README.md} +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api → plugins/players/wt/api/js}/wistia.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt → plugins/players/wt/js}/wistia.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt → plugins/players/wt/js}/wistia.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/yt/LICENSE +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/doc → plugins/players/yt}/README.md +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/api → plugins/players/yt/api/js}/youtube.min.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt → plugins/players/yt/js}/youtube.js +0 -0
- /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt → plugins/players/yt/js}/youtube.min.js +0 -0
@@ -6,7 +6,7 @@ regenerate: true
|
|
6
6
|
|
7
7
|
{% comment %}
|
8
8
|
# -----------------------------------------------------------------------------
|
9
|
-
# ~/assets/theme/j1/adapter/js/gallery.js
|
9
|
+
# ~/assets/theme/j1/adapter/js/gallery.js (1)
|
10
10
|
# Liquid template to create the J1 Adapter for J1 Gallery
|
11
11
|
#
|
12
12
|
# Product/Info:
|
@@ -54,7 +54,7 @@ regenerate: true
|
|
54
54
|
|
55
55
|
/*
|
56
56
|
# -----------------------------------------------------------------------------
|
57
|
-
# ~/assets/theme/j1/adapter/js/gallery.js
|
57
|
+
# ~/assets/theme/j1/adapter/js/gallery.js (1)
|
58
58
|
# JS Adapter for J1 Gallery
|
59
59
|
#
|
60
60
|
# Product/Info:
|
@@ -62,7 +62,7 @@ regenerate: true
|
|
62
62
|
# https://github.com/miromannino/Justified-Gallery
|
63
63
|
#
|
64
64
|
# Copyright (C) 2020 Miro Mannino
|
65
|
-
# Copyright (C)
|
65
|
+
# Copyright (C) 2025 Sachin Neravath
|
66
66
|
# Copyright (C) 2023-2025 Juergen Adams
|
67
67
|
#
|
68
68
|
# J1 Template is licensed under the MIT License.
|
@@ -270,6 +270,17 @@ j1.adapter.gallery = ((j1, window) => {
|
|
270
270
|
{{option[0] | json}}: {{option[1] | json}},
|
271
271
|
{% endfor %}
|
272
272
|
"origin": "origin"
|
273
|
+
},
|
274
|
+
{% endif %}
|
275
|
+
|
276
|
+
{% if gallery.video == 'youtube' and gallery.lightGallery.videojsOptions.enabled %}
|
277
|
+
"videojsOptions": {
|
278
|
+
{% for option in gallery.lightGallery.videojsOptions %}
|
279
|
+
{% if option[0] contains "enabled" %}
|
280
|
+
{% continue %}
|
281
|
+
{% endif %}
|
282
|
+
{{option[0] | json}}: {{option[1] | json}},
|
283
|
+
{% endfor %}
|
273
284
|
}
|
274
285
|
{% endif %}
|
275
286
|
|
@@ -267,44 +267,6 @@ j1.adapter.themes = (function (j1, window) {
|
|
267
267
|
|
268
268
|
logger.info('cookie ' + cookie_names.user_state + ' successfully loaded after: ' + interval_count * 25 + ' ms');
|
269
269
|
|
270
|
-
// load previously selected theme from cookie (preferred)
|
271
|
-
// if (user_state.theme_css !== '') {
|
272
|
-
// user_state.theme_name = default_theme_name;
|
273
|
-
// user_state.theme_css = default_theme_css;
|
274
|
-
// user_state.theme_author = default_theme_author;
|
275
|
-
// user_state.theme_author_url = default_theme_author_url;
|
276
|
-
|
277
|
-
// cookie_written = j1.writeCookie({
|
278
|
-
// name: cookie_names.user_state,
|
279
|
-
// data: user_state,
|
280
|
-
// secure: secure,
|
281
|
-
// expires: 365
|
282
|
-
// });
|
283
|
-
|
284
|
-
// if (!cookie_written) {
|
285
|
-
// logger.error('failed to write cookie: ' + cookie_names.user_consent);
|
286
|
-
// }
|
287
|
-
// } // END load previously selected theme
|
288
|
-
|
289
|
-
// load default theme (j1_config and NO theme given with (user_state) cookie
|
290
|
-
// if (user_state.theme_css === '' && default_theme_css.theme_css !== '') {
|
291
|
-
// user_state.theme_name = default_theme_name;
|
292
|
-
// user_state.theme_css = default_theme_css;
|
293
|
-
// user_state.theme_author = default_theme_author;
|
294
|
-
// user_state.theme_author_url = default_theme_author_url;
|
295
|
-
|
296
|
-
// cookie_written = j1.writeCookie({
|
297
|
-
// name: cookie_names.user_state,
|
298
|
-
// data: user_state,
|
299
|
-
// secure: secure,
|
300
|
-
// expires: 365
|
301
|
-
// });
|
302
|
-
|
303
|
-
// if (!cookie_written) {
|
304
|
-
// logger.error('failed to write cookie: ' + cookie_names.user_consent);
|
305
|
-
// }
|
306
|
-
// } // END load default theme
|
307
|
-
|
308
270
|
// load default theme if NO theme given with (user_state) cookie
|
309
271
|
if (user_state.theme_css === '') {
|
310
272
|
user_state.theme_name = default_theme_name;
|
@@ -322,41 +284,51 @@ j1.adapter.themes = (function (j1, window) {
|
|
322
284
|
if (!cookie_written) {
|
323
285
|
logger.error('failed to write cookie: ' + cookie_names.user_consent);
|
324
286
|
}
|
325
|
-
} // END
|
287
|
+
} // END load default theme
|
326
288
|
|
327
289
|
// set the theme switcher state
|
328
290
|
user_state.theme_switcher = themesOptions.enabled;
|
329
291
|
if (themesOptions.enabled) {
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
292
|
+
// enable BS ThemeSwitcher
|
293
|
+
logger.info('themes detected as: ' + themesOptions.enabled);
|
294
|
+
logger.info('remote themes are being initialized');
|
295
|
+
|
296
|
+
// validate if theme api json can be loaded
|
297
|
+
var bootswatchApiJson = `${themesOptions.bootswatchApiUrl}/${themesOptions.bootswatchApiVersion}.json`;
|
298
|
+
urlExists(bootswatchApiJson, function(success) {
|
299
|
+
// load theme
|
300
|
+
if (success) {
|
301
|
+
logger.debug('LOAD remote themes from: ' + bootswatchApiJson);
|
302
|
+
// continue processing if ap json is available
|
303
|
+
/* eslint-disable */
|
304
|
+
// load list of remote themes (api json file)
|
305
|
+
$('#remote_themes').ThemeSwitcher.defaults = {
|
306
|
+
debug: themesOptions.debug,
|
307
|
+
saveToCookie: themesOptions.saveToCookie,
|
308
|
+
cssThemeLink: themesOptions.cssThemeLink,
|
309
|
+
cookieThemeName: themesOptions.cookieThemeName,
|
310
|
+
cookieDefaultThemeName: themesOptions.cookieDefaultThemeName,
|
311
|
+
cookieThemeCss: themesOptions.cookieThemeCss,
|
312
|
+
cookieThemeExtensionCss: themesOptions.cookieThemeExtensionCss,
|
313
|
+
cookieExpiration: themesOptions.cookieExpiration,
|
314
|
+
cookiePath: themesOptions.cookiePath,
|
315
|
+
defaultCssFile: themesOptions.defaultCssFile,
|
316
|
+
bootswatchApiUrl: themesOptions.bootswatchApiUrl,
|
317
|
+
bootswatchApiVersion: themesOptions.bootswatchApiVersion,
|
318
|
+
loadFromBootswatch: themesOptions.loadFromBootswatch,
|
319
|
+
localFeed: themesOptions.localThemes,
|
320
|
+
excludeBootswatch: themesOptions.excludeBootswatch,
|
321
|
+
includeBootswatch: themesOptions.includeBootswatch,
|
322
|
+
skipIncludeBootswatch: themesOptions.skipIncludeBootswatch
|
323
|
+
};
|
324
|
+
/* eslint-enable */
|
325
|
+
} else {
|
326
|
+
// failed to load oad list of remote themes (api json file)
|
327
|
+
// TODO: create fallback strategy
|
328
|
+
logger.error('failed to LOAD remote themes from: ' + bootswatchApiJson);
|
329
|
+
} // END if success
|
330
|
+
}); // END urlExists
|
331
|
+
} // END if themesOptions.enabled
|
360
332
|
|
361
333
|
// validate theme to be loaded
|
362
334
|
urlExists(user_state.theme_css, function(success) {
|
@@ -13988,6 +13988,19 @@ textarea.form-control-lg {
|
|
13988
13988
|
# NOTE: This is the (SASS) entry point for all Bootstrap Overloads
|
13989
13989
|
# -----------------------------------------------------------------------------
|
13990
13990
|
*/
|
13991
|
+
/*
|
13992
|
+
# -----------------------------------------------------------------------------
|
13993
|
+
# ~/scss/theme_uno/bootstrap/_root.scss
|
13994
|
+
# Add MD colors
|
13995
|
+
# Product/Info:
|
13996
|
+
# https://jekyll.one
|
13997
|
+
#
|
13998
|
+
# Copyright (C) 2023-2025 Juergen Adams
|
13999
|
+
#
|
14000
|
+
# J1 Template is licensed under the MIT License.
|
14001
|
+
# See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE
|
14002
|
+
# -----------------------------------------------------------------------------
|
14003
|
+
*/
|
13991
14004
|
:root {
|
13992
14005
|
--md-red: #F44336;
|
13993
14006
|
--md-red-50: #FFEBEE;
|
@@ -16217,6 +16230,22 @@ table.tableblock > .title {
|
|
16217
16230
|
padding-left: 5px !important;
|
16218
16231
|
}
|
16219
16232
|
|
16233
|
+
.table {
|
16234
|
+
--bs-table-bg: var(--md-gray-50);
|
16235
|
+
}
|
16236
|
+
|
16237
|
+
.table th {
|
16238
|
+
background-color: var(--md-gray-300);
|
16239
|
+
}
|
16240
|
+
|
16241
|
+
.table-striped {
|
16242
|
+
--bs-table-striped-bg: var(--md-gray-50);
|
16243
|
+
}
|
16244
|
+
|
16245
|
+
.table-striped > tbody > tr:nth-of-type(even) {
|
16246
|
+
--bs-table-accent-bg: var(--md-gray-200);
|
16247
|
+
}
|
16248
|
+
|
16220
16249
|
/*
|
16221
16250
|
# -----------------------------------------------------------------------------
|
16222
16251
|
# ~/scss/theme_uno/bootstrap/_tooltip.scss
|
@@ -27087,8 +27116,8 @@ span.badge > a {
|
|
27087
27116
|
# -----------------------------------------------------------------------------
|
27088
27117
|
*/
|
27089
27118
|
.caption {
|
27090
|
-
display: none; /* hidden
|
27091
|
-
position:
|
27119
|
+
display: none; /* hidden by default */
|
27120
|
+
position: relative; /* positions set by translate/transform */
|
27092
27121
|
margin-top: 1px; /* place caption top position */
|
27093
27122
|
padding: 10px 5px 10px 5px; /* space around a caption */
|
27094
27123
|
color: #E0E0E0; /* caption text color */
|
@@ -27100,30 +27129,14 @@ span.badge > a {
|
|
27100
27129
|
z-index: 1;
|
27101
27130
|
}
|
27102
27131
|
|
27103
|
-
|
27104
|
-
|
27105
|
-
display: none;
|
27106
|
-
position: absolute;
|
27107
|
-
padding: 10px 5px 10px 5px;
|
27108
|
-
color: #E0E0E0;
|
27109
|
-
background: rgba(0, 0, 0, 1);
|
27110
|
-
width: 100%;
|
27111
|
-
font-size: 12px;
|
27112
|
-
font-weight: 300;
|
27113
|
-
font-family: sans-serif;
|
27114
|
-
z-index: 1;
|
27132
|
+
.caption:hover {
|
27133
|
+
display: block; /* show caption */
|
27115
27134
|
}
|
27116
|
-
|
27135
|
+
|
27117
27136
|
.top .caption {
|
27137
|
+
display: none; /* hidden by default */
|
27118
27138
|
top: 0;
|
27119
|
-
transform: translate(
|
27120
|
-
-moz-transform: translate(-100%, -50%);
|
27121
|
-
-webkit-transform: translate(-100%, -50%);
|
27122
|
-
}
|
27123
|
-
|
27124
|
-
.top:hover .caption {
|
27125
|
-
display: block; /* show caption */
|
27126
|
-
transform: translate(0, 0); /* move visible caption */
|
27139
|
+
transform: translate(0, 0);
|
27127
27140
|
-moz-transform: translate(0, 0);
|
27128
27141
|
-webkit-transform: translate(0, 0);
|
27129
27142
|
transition: all 0.25s;
|
@@ -27134,16 +27147,14 @@ span.badge > a {
|
|
27134
27147
|
-webkit-transition-delay: 0.25s;
|
27135
27148
|
}
|
27136
27149
|
|
27150
|
+
.top:hover .caption {
|
27151
|
+
display: block; /* show caption */
|
27152
|
+
}
|
27153
|
+
|
27137
27154
|
/* jadams, 2024-11-11: ToDo (fix) */
|
27138
27155
|
/* workaround: make cover images +1 pixel higher for caption text overlay */
|
27139
27156
|
.bottom .caption {
|
27140
|
-
|
27141
|
-
-moz-transform: translate(0, 0);
|
27142
|
-
-webkit-transform: translate(0, 0);
|
27143
|
-
}
|
27144
|
-
|
27145
|
-
.bottom:hover .caption {
|
27146
|
-
display: block;
|
27157
|
+
display: none; /* hidden by default */
|
27147
27158
|
transform: translate(0, -100%);
|
27148
27159
|
-moz-transform: translate(0, -100%);
|
27149
27160
|
-webkit-transform: translate(0, -100%);
|
@@ -27152,32 +27163,13 @@ span.badge > a {
|
|
27152
27163
|
-webkit-transition: all 0.25s;
|
27153
27164
|
}
|
27154
27165
|
|
27155
|
-
.bottom .caption
|
27156
|
-
|
27157
|
-
transform: translate(0, 0);
|
27158
|
-
-moz-transform: translate(0, 0);
|
27159
|
-
-webkit-transform: translate(0, 0);
|
27160
|
-
}
|
27161
|
-
|
27162
|
-
.bottom:hover .caption-video {
|
27163
|
-
display: block;
|
27164
|
-
transform: translate(0, -100%);
|
27165
|
-
-moz-transform: translate(0, -100%);
|
27166
|
-
-webkit-transform: translate(0, -100%);
|
27167
|
-
transition: all 0.25s;
|
27168
|
-
-moz-transition: all 0.25s;
|
27169
|
-
-webkit-transition: all 0.25s;
|
27166
|
+
.bottom:hover .caption {
|
27167
|
+
display: block; /* show caption */
|
27170
27168
|
}
|
27171
27169
|
|
27172
27170
|
.center .caption {
|
27171
|
+
display: none; /* hidden by default */
|
27173
27172
|
top: 50%;
|
27174
|
-
transform: translate(-100%, -50%);
|
27175
|
-
-moz-transform: translate(-100%, -50%);
|
27176
|
-
-webkit-transform: translate(-100%, -50%);
|
27177
|
-
}
|
27178
|
-
|
27179
|
-
.center:hover .caption {
|
27180
|
-
display: block;
|
27181
27173
|
transform: translate(0, -50%);
|
27182
27174
|
-moz-transform: translate(0, -50%);
|
27183
27175
|
-webkit-transform: translate(0, -50%);
|
@@ -27189,6 +27181,10 @@ span.badge > a {
|
|
27189
27181
|
-webkit-transition-delay: 0.25s;
|
27190
27182
|
}
|
27191
27183
|
|
27184
|
+
.center:hover .caption {
|
27185
|
+
display: block; /* show caption */
|
27186
|
+
}
|
27187
|
+
|
27192
27188
|
/*
|
27193
27189
|
# -----------------------------------------------------------------------------
|
27194
27190
|
# ~/scss/theme_uno/extensions/_cards.scss
|