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.
Files changed (275) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/{galeries.html → gallery_app.html} +106 -18
  3. data/assets/theme/bla +0 -0
  4. data/assets/theme/j1/adapter/js/amplitude.js +144 -52
  5. data/assets/theme/j1/adapter/js/gallery.js +14 -3
  6. data/assets/theme/j1/adapter/js/themes.js +41 -69
  7. data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +48 -52
  8. data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  9. data/assets/theme/j1/core/css/vendor.css +1 -1
  10. data/assets/theme/j1/core/css/vendor.min.css +1 -1
  11. data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.js +466 -396
  12. data/assets/theme/j1/modules/lightGallery/css/lg-transitions.css +3 -126
  13. data/assets/theme/j1/modules/lightGallery/css/lg-transitions.min.css +3 -10
  14. data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.css +70 -237
  15. data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.min.css +4 -10
  16. data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.css +276 -0
  17. data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.min.css +17 -0
  18. data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +196 -134
  19. data/assets/theme/j1/modules/lightGallery/js/lightgallery.min.js +3 -10
  20. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.js +4 -4
  21. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.min.js +5 -5
  22. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.js +5 -5
  23. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.min.js +6 -6
  24. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.js +4 -4
  25. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.min.js +5 -5
  26. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.js +4 -4
  27. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.min.js +5 -6
  28. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.js +5 -5
  29. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.min.js +6 -6
  30. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.js +4 -4
  31. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.min.js +5 -5
  32. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.js +179 -0
  33. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.min.js +32 -0
  34. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.js +4 -4
  35. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.min.js +6 -6
  36. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.js +4 -4
  37. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.min.js +6 -7
  38. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.js +27 -20
  39. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.min.js +5 -5
  40. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +489 -411
  41. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +3 -10
  42. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.js +4 -4
  43. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.min.js +5 -5
  44. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.js +11 -5
  45. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.min.js +5 -5
  46. data/assets/theme/j1/modules/rtable/css/theme/uno/rtable.css +11 -1
  47. data/assets/theme/j1/modules/themeSwitcher/js/switcher.js +13 -12
  48. data/assets/theme/j1/modules/videoPlayer/tiktoc/README.md +1 -0
  49. data/assets/theme/j1/modules/videojs/assets/README.md +1 -0
  50. data/assets/theme/j1/modules/videojs/assets/icons/speedometer-medium.svg +35 -0
  51. data/assets/theme/j1/modules/videojs/css/font/VideoJS.ttf +0 -0
  52. data/assets/theme/j1/modules/videojs/css/font/VideoJS.woff +0 -0
  53. data/assets/theme/j1/modules/videojs/css/themes/uno.css +189 -42
  54. data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
  55. data/assets/theme/j1/modules/videojs/css/videojs.css +674 -316
  56. data/assets/theme/j1/modules/videojs/css/videojs.min.css +4 -3
  57. data/assets/theme/j1/modules/videojs/js/video.js +15893 -12288
  58. data/assets/theme/j1/modules/videojs/js/video.min.js +22 -23
  59. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/!examples/index.html +26 -0
  60. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/LICENSE +19 -0
  61. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/README.md +69 -0
  62. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.css +2 -0
  63. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.min.css +2 -0
  64. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.js +339 -0
  65. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.min.js +2 -0
  66. data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.js +0 -5
  67. data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys/examples → plugins/controls/hotkeys/!examples}/example.html +1 -1
  68. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/!examples/index.html +25 -0
  69. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/LICENSE +19 -0
  70. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/README.md +90 -0
  71. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.js +120 -0
  72. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.min.js +2 -0
  73. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/!examples/index.html +32 -0
  74. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/LICENSE +19 -0
  75. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/README.md +61 -0
  76. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.js +94 -0
  77. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.min.js +20 -0
  78. data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/skipbuttons/README.md +25 -11
  79. data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/zoom/css}/zoom.css +7 -6
  80. data/assets/theme/j1/modules/videojs/plugins/controls/zoom/css/zoom.min.css +22 -0
  81. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-controls.html +4 -4
  82. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-javascript.html +3 -3
  83. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-playlist.html +3 -3
  84. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/global-parameters.html +3 -3
  85. data/assets/theme/j1/modules/videojs/plugins/players/dm/!examples/simple.html +31 -0
  86. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/switch.html +3 -3
  87. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm → plugins/players/dm/js}/dailymotion.js +1 -1
  88. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/index.html +3 -3
  89. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/player/index.html +3 -3
  90. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.0.js +521 -0
  91. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.1.js +605 -0
  92. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.3.js +643 -0
  93. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.4.js +583 -0
  94. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.5.js +665 -0
  95. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.6.js +642 -0
  96. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.7.js +673 -0
  97. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.js +1 -1
  98. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.min.js +1 -1
  99. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm → plugins/players/vm/js}/vimeo.js +4 -5
  100. data/assets/theme/j1/modules/videojs/plugins/players/vm/js/vimeo.min.js +28 -0
  101. data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.0.js +395 -0
  102. data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.1.js +401 -0
  103. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/global-parameters.html +5 -5
  104. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/simple.html +5 -5
  105. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/switch.html +5 -5
  106. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-controls.html +5 -5
  107. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-javascript.html +5 -5
  108. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-list.html +5 -5
  109. data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-playlist.html +5 -5
  110. data/lib/j1/version.rb +1 -1
  111. data/lib/starter_web/README.md +5 -5
  112. data/lib/starter_web/_config.yml +1 -1
  113. data/lib/starter_web/_data/blocks/banner.yml +2 -2
  114. data/lib/starter_web/_data/modules/amplitude_playlists.yml +16 -1
  115. data/lib/starter_web/_data/modules/attics.yml +11 -0
  116. data/lib/starter_web/_data/modules/carousel.yml +1 -1
  117. data/lib/starter_web/_data/modules/defaults/gallery.yml +3 -3
  118. data/lib/starter_web/_data/modules/defaults/masonry.yml +115 -22
  119. data/lib/starter_web/_data/modules/gallery.yml +225 -281
  120. data/lib/starter_web/_data/modules/masonry.yml +6 -0
  121. data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
  122. data/lib/starter_web/_data/resources.yml +16 -12
  123. data/lib/starter_web/_data/templates/feed.xml +1 -1
  124. data/lib/starter_web/_includes/attributes.asciidoc +7 -0
  125. data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +50 -30
  126. data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +37 -23
  127. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  128. data/lib/starter_web/assets/image/module/attic/1920x1280/alexander-redl.jpg +0 -0
  129. data/lib/starter_web/assets/image/module/attic/1920x1280/alexander-shatov.jpg +0 -0
  130. data/lib/starter_web/assets/image/module/attic/1920x1280/alexey-ruban.jpg +0 -0
  131. data/lib/starter_web/assets/image/module/attic/1920x1280/andrea-badino.jpg +0 -0
  132. data/lib/starter_web/assets/image/module/attic/1920x1280/bootstrap-modal.jpg +0 -0
  133. data/lib/starter_web/assets/image/module/attic/1920x1280/bp-miller.jpg +0 -0
  134. data/lib/starter_web/assets/image/module/attic/1920x1280/brad-neathery.jpg +0 -0
  135. data/lib/starter_web/assets/image/module/attic/1920x1280/brigitta-schneiter.jpg +0 -0
  136. data/lib/starter_web/assets/image/module/attic/1920x1280/build-with-gemini.jpg +0 -0
  137. data/lib/starter_web/assets/image/module/attic/1920x1280/clem-onojeghuo.jpg +0 -0
  138. data/lib/starter_web/assets/image/module/attic/1920x1280/crawford-jolly.jpg +0 -0
  139. data/lib/starter_web/assets/image/module/attic/1920x1280/eleni-afiontzi.jpg +0 -0
  140. data/lib/starter_web/assets/image/module/attic/1920x1280/fly-d.jpg +0 -0
  141. data/lib/starter_web/assets/image/module/attic/1920x1280/guillaume-bolduc.jpg +0 -0
  142. data/lib/starter_web/assets/image/module/attic/1920x1280/ideas-start-here-1920x1280.jpg +0 -0
  143. data/lib/starter_web/assets/image/module/attic/1920x1280/isaac-davis.jpg +0 -0
  144. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-2.jpg +0 -0
  145. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-3.jpg +0 -0
  146. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-starter-mockup-1.jpg +0 -0
  147. data/lib/starter_web/assets/image/module/attic/1920x1280/john-schnobrich-2.jpg +0 -0
  148. data/lib/starter_web/assets/image/module/attic/1920x1280/josep-martins.jpg +0 -0
  149. data/lib/starter_web/assets/image/module/attic/1920x1280/josh-liu.jpg +0 -0
  150. data/lib/starter_web/assets/image/module/attic/1920x1280/kelly-sikkemal.jpg +0 -0
  151. data/lib/starter_web/assets/image/module/attic/1920x1280/kira-auf-der-heide.jpg +0 -0
  152. data/lib/starter_web/assets/image/module/attic/1920x1280/kristopher-roller.jpg +0 -0
  153. data/lib/starter_web/assets/image/module/attic/1920x1280/markus-spiske.jpg +0 -0
  154. data/lib/starter_web/assets/image/module/attic/1920x1280/martin-sanchez.jpg +0 -0
  155. data/lib/starter_web/assets/image/module/attic/1920x1280/material_symbols.jpg +0 -0
  156. data/lib/starter_web/assets/image/module/attic/1920x1280/matthaeus.jpg +0 -0
  157. data/lib/starter_web/assets/image/module/attic/1920x1280/melanie-deziel.jpg +0 -0
  158. data/lib/starter_web/assets/image/module/attic/1920x1280/milad-fakurian.jpg +0 -0
  159. data/lib/starter_web/assets/image/module/attic/1920x1280/mohammad-rahmani.jpg +0 -0
  160. data/lib/starter_web/assets/image/module/attic/1920x1280/nasa.jpg +0 -0
  161. data/lib/starter_web/assets/image/module/attic/1920x1280/quino-al-2.jpg +0 -0
  162. data/lib/starter_web/assets/image/module/attic/1920x1280/stories-ink-tattoo-care.jpg +0 -0
  163. data/lib/starter_web/assets/image/module/attic/1920x1280/towfiqu-barbhuiya.jpg +0 -0
  164. data/lib/starter_web/assets/image/page/tour/bootswatch-themes.jpg +0 -0
  165. data/lib/starter_web/assets/video/poster/vimeo/fall_2011.jpg +0 -0
  166. data/lib/starter_web/index.html +3 -2
  167. data/lib/starter_web/package.json +1 -1
  168. data/lib/starter_web/pages/public/panels/intro_panel/_includes/attributes.asciidoc +1 -1
  169. data/lib/starter_web/pages/public/tools/previewer/preview_bootstrap_theme.adoc +5 -5
  170. data/lib/starter_web/pages/public/tools/tester/app_tester_amplitudejs_yt.adoc +7 -3
  171. data/lib/starter_web/pages/public/tools/tester/app_tester_swiperjs.adoc +7 -3
  172. data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +297 -0
  173. data/lib/starter_web/pages/public/tour/_includes/attributes.asciidoc +1 -2
  174. data/lib/starter_web/pages/public/tour/_includes/documents/themes_bootstrap.asciidoc +1 -1
  175. data/lib/starter_web/pages/public/tour/asciidoc_extensions.adoc +7 -3
  176. data/lib/starter_web/pages/public/tour/bootstrap_themes.adoc +62 -7
  177. data/lib/starter_web/pages/public/tour/icon_fonts.adoc +4 -8
  178. data/lib/starter_web/pages/public/tour/modal_extentions.adoc +2 -2
  179. data/lib/starter_web/pages/public/tour/responsive_tables.adoc +21 -15
  180. data/lib/starter_web/pages/public/tour/typography.adoc +5 -5
  181. data/lib/starter_web/pages/public/tour/video_data.adoc +25 -5
  182. metadata +142 -118
  183. data/assets/data/swiper_app.2.html +0 -757
  184. data/assets/data/swiper_app.4.html +0 -769
  185. data/assets/theme/j1/modules/lightGallery/css/themes/uno/uno.css +0 -140
  186. data/assets/theme/j1/modules/lightGallery/css/themes/uno/uno.min.css +0 -19
  187. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/j1-video.js +0 -402
  188. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/j1-video.min.js +0 -7
  189. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.1.js +0 -585
  190. data/assets/theme/j1/modules/videojs/css/font/video-js-cdn.css +0 -2012
  191. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +0 -32
  192. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +0 -31
  193. data/assets/theme/j1/modules/videojs/css/plugins/controls/zoom.min.css +0 -21
  194. data/assets/theme/j1/modules/videojs/js/plugins/players/dm/examples/simple.html +0 -20
  195. data/assets/theme/j1/modules/videojs/js/plugins/players/vm/vimeo.min.js +0 -16
  196. data/assets/theme/j1/modules/videojs/js/plugins/players/wt/api/src/WistiaPlayer.ts +0 -1617
  197. data/lib/starter_web/_data/modules/gallery_app.yml +0 -1002
  198. data/lib/starter_web/_data/modules/gallery_playlists.yml +0 -534
  199. data/lib/starter_web/assets/image/module/attic/1920x1280/alina-grubnyak.jpg +0 -0
  200. data/lib/starter_web/assets/image/module/attic/1920x1280/bruno-figueiredo.jpg +0 -0
  201. data/lib/starter_web/assets/image/module/attic/1920x1280/harpal-singh.jpg +0 -0
  202. data/lib/starter_web/assets/image/module/attic/1920x1280/hayden-mills-2.jpg +0 -0
  203. data/lib/starter_web/assets/image/module/attic/1920x1280/j1-content-mockup-1.jpg +0 -0
  204. data/lib/starter_web/assets/image/module/attic/1920x1280/recha-oktaviani.jpg +0 -0
  205. data/lib/starter_web/assets/image/module/attic/1920x1280/tiny_desk.jpg +0 -0
  206. data/lib/starter_web/assets/image/module/attic/ideas-start-here-1920x1280-bw.jpg +0 -0
  207. data/lib/starter_web/assets/image/module/attic/ideas-start-here-1920x1280.jpg +0 -0
  208. data/lib/starter_web/assets/video/poster/vimeo/stay_colorful.jpg +0 -0
  209. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/animation-w.png +0 -0
  210. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/customize-w.png +0 -0
  211. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/dynamic-w.png +0 -0
  212. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/facebook-icon.svg +0 -0
  213. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/googleplus-icon.svg +0 -0
  214. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/html5-w.png +0 -0
  215. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/linked-in.png +0 -0
  216. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/module-w.png +0 -0
  217. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/play-button-hover.svg +0 -0
  218. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/play-button.png +0 -0
  219. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/play-button.svg +0 -0
  220. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/responsive-w.png +0 -0
  221. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/thumb-w.png +0 -0
  222. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/touch-w.png +0 -0
  223. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/twitter-icon.svg +0 -0
  224. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/twitter.png +0 -0
  225. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/video1-w.png +0 -0
  226. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/zoom-w.png +0 -0
  227. /data/assets/theme/j1/modules/lightGallery/css/{themes → theme}/uno/icons/zoom.png +0 -0
  228. /data/assets/theme/j1/modules/videoPlayer/dailymotion/js/{!readme → README.md} +0 -0
  229. /data/assets/theme/j1/modules/videoPlayer/tiktoc/{js/player.min.js → player.min.js} +0 -0
  230. /data/assets/theme/j1/modules/videoPlayer/vimeo/js/{!readme → README.md} +0 -0
  231. /data/assets/theme/j1/modules/videoPlayer/wistia/js/{!readme → README.md} +0 -0
  232. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/LICENSE +0 -0
  233. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/README.md +0 -0
  234. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.min.js +0 -0
  235. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/LICENSE.md +0 -0
  236. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/README.md +0 -0
  237. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.js +0 -0
  238. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.min.js +0 -0
  239. /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.css +0 -0
  240. /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.min.css +0 -0
  241. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.js +0 -0
  242. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.min.js +0 -0
  243. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.html +0 -0
  244. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.js +0 -0
  245. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/styles.css +0 -0
  246. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/LICENSE.md +0 -0
  247. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/README.md +0 -0
  248. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.js +0 -0
  249. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.min.js +0 -0
  250. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/LICENSE +0 -0
  251. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/doc → plugins/players/dm}/README.md +0 -0
  252. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/api/LICENSE +0 -0
  253. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api/doc → plugins/players/dm/api}/README.md +0 -0
  254. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.js +0 -0
  255. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.min.js +0 -0
  256. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/icon/scalable/dailymotion.svg +0 -0
  257. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm → plugins/players/dm/js}/dailymotion.min.js +0 -0
  258. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/LICENSE +0 -0
  259. /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/doc → plugins/players/vm}/README.md +0 -0
  260. /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api/doc → plugins/players/vm/api}/README.md +0 -0
  261. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.css +0 -0
  262. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.uno.css +0 -0
  263. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/player.css +0 -0
  264. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/doc → plugins/players/wt}/README.md +0 -0
  265. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api/doc/Readme.txt → plugins/players/wt/api/README.md} +0 -0
  266. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api → plugins/players/wt/api/js}/wistia.min.js +0 -0
  267. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt → plugins/players/wt/js}/wistia.js +0 -0
  268. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt → plugins/players/wt/js}/wistia.min.js +0 -0
  269. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.js +0 -0
  270. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.min.js +0 -0
  271. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/yt/LICENSE +0 -0
  272. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/doc → plugins/players/yt}/README.md +0 -0
  273. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/api → plugins/players/yt/api/js}/youtube.min.js +0 -0
  274. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt → plugins/players/yt/js}/youtube.js +0 -0
  275. /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) 2023 Sachin Neravath
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 oad default theme
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
- // enable BS ThemeSwitcher
331
- logger.info('themes detected as: ' + themesOptions.enabled);
332
- logger.info('remote themes are being initialized');
333
-
334
- /* eslint-disable */
335
- // load list of remote themes
336
- $('#remote_themes').ThemeSwitcher.defaults = {
337
- debug: themesOptions.debug,
338
- saveToCookie: themesOptions.saveToCookie,
339
- cssThemeLink: themesOptions.cssThemeLink,
340
- cookieThemeName: themesOptions.cookieThemeName,
341
- cookieDefaultThemeName: themesOptions.cookieDefaultThemeName,
342
- cookieThemeCss: themesOptions.cookieThemeCss,
343
- cookieThemeExtensionCss: themesOptions.cookieThemeExtensionCss,
344
- cookieExpiration: themesOptions.cookieExpiration,
345
- cookiePath: themesOptions.cookiePath,
346
- defaultCssFile: themesOptions.defaultCssFile,
347
- bootswatchApiUrl: themesOptions.bootswatchApiUrl,
348
- bootswatchApiVersion: themesOptions.bootswatchApiVersion,
349
- loadFromBootswatch: themesOptions.loadFromBootswatch,
350
- localFeed: themesOptions.localThemes,
351
- excludeBootswatch: themesOptions.excludeBootswatch,
352
- includeBootswatch: themesOptions.includeBootswatch,
353
- skipIncludeBootswatch: themesOptions.skipIncludeBootswatch
354
- };
355
- /* eslint-enable */
356
- } else {
357
- logger.debug('themes detected as: disabled');
358
- logger.debug('no remote themes are available');
359
- } // END if themesOptions enabled
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 for default */
27091
- position: absolute; /* positions set by translate */
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
- /* jadams, 2024-11-15: Unused
27104
- .caption-video {
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(-100%, -50%); /* move hidden caption */
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
- transform: translate(0, 0);
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-video {
27156
- top: 100%;
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