j1-template 2024.3.22 → 2024.3.23

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 (287) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/{galeries.html → gallery_app.html} +4 -4
  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 +1 -1
  6. data/assets/theme/j1/adapter/js/themes.js +41 -69
  7. data/assets/theme/j1/core/css/themes/unolight/bootstrap.css +19 -52
  8. data/assets/theme/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  9. data/assets/theme/j1/modules/amplitudejs/js/tech/ytp.js +466 -396
  10. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.css +984 -0
  11. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.min.css +26 -0
  12. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.css +1627 -0
  13. data/assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.min.css +25 -0
  14. data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/uno.css +1 -1
  15. data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/uno.min.css +1 -1
  16. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.svg +54 -0
  17. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.ttf +0 -0
  18. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff +0 -0
  19. data/assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff2 +0 -0
  20. data/assets/theme/j1/modules/lightGallery/!v2.7.2/images/loading.gif +0 -0
  21. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/loading.gif +0 -0
  22. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/video-play.png +0 -0
  23. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/vimeo-play.png +0 -0
  24. data/assets/theme/j1/modules/lightGallery/!v2.7.2/img/youtube-play.png +0 -0
  25. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.js +2782 -0
  26. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.min.js +26 -0
  27. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/LICENSE.md +44 -0
  28. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/README.md +37 -0
  29. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.js +890 -0
  30. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.min.js +8 -0
  31. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/j1/lg-video.1.js +585 -0
  32. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.js +275 -0
  33. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.min.js +26 -0
  34. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.js +230 -0
  35. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.min.js +26 -0
  36. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.js +160 -0
  37. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.min.js +26 -0
  38. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.js +223 -0
  39. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.min.js +27 -0
  40. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.js +157 -0
  41. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.min.js +26 -0
  42. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.js +164 -0
  43. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.min.js +26 -0
  44. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.js +299 -0
  45. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.min.js +26 -0
  46. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.js +244 -0
  47. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.min.js +27 -0
  48. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.js +509 -0
  49. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.min.js +26 -0
  50. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.js +909 -0
  51. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.min.js +26 -0
  52. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.js +207 -0
  53. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.min.js +26 -0
  54. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.js +999 -0
  55. data/assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.min.js +26 -0
  56. data/assets/theme/j1/modules/lightGallery/css/lg-transitions.css +3 -126
  57. data/assets/theme/j1/modules/lightGallery/css/lg-transitions.min.css +3 -10
  58. data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.css +70 -237
  59. data/assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.min.css +4 -10
  60. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/animation-w.png +0 -0
  61. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/customize-w.png +0 -0
  62. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/dynamic-w.png +0 -0
  63. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/facebook-icon.svg +10 -0
  64. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/googleplus-icon.svg +30 -0
  65. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/html5-w.png +0 -0
  66. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/linked-in.png +0 -0
  67. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/module-w.png +0 -0
  68. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button-hover.svg +94 -0
  69. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button.png +0 -0
  70. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button.svg +93 -0
  71. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/responsive-w.png +0 -0
  72. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/thumb-w.png +0 -0
  73. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/touch-w.png +0 -0
  74. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/twitter-icon.svg +15 -0
  75. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/twitter.png +0 -0
  76. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/video1-w.png +0 -0
  77. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/zoom-w.png +0 -0
  78. data/assets/theme/j1/modules/lightGallery/css/theme/uno/icons/zoom.png +0 -0
  79. data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.css +276 -0
  80. data/assets/theme/j1/modules/lightGallery/css/theme/uno/uno.min.css +17 -0
  81. data/assets/theme/j1/modules/lightGallery/js/lightgallery.js +163 -120
  82. data/assets/theme/j1/modules/lightGallery/js/lightgallery.min.js +6 -6
  83. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.0.js +495 -0
  84. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.1.js +513 -0
  85. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.0.js +553 -0
  86. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.1.js +1 -1
  87. data/assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.2.js +914 -0
  88. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.js +4 -4
  89. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.min.js +5 -5
  90. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.js +5 -5
  91. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.min.js +6 -6
  92. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.js +4 -4
  93. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-fullscreen.min.js +5 -5
  94. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.js +4 -4
  95. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-hash.min.js +5 -6
  96. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.js +5 -5
  97. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.min.js +6 -6
  98. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.js +4 -4
  99. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.min.js +5 -5
  100. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.js +179 -0
  101. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.min.js +32 -0
  102. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.js +4 -4
  103. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.min.js +6 -6
  104. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.js +4 -4
  105. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-share.min.js +6 -7
  106. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.js +27 -20
  107. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-thumbnail.min.js +5 -5
  108. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.js +77 -125
  109. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-video.min.js +6 -6
  110. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.js +4 -4
  111. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-vimeo-thumbnail.min.js +5 -5
  112. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.js +11 -5
  113. data/assets/theme/j1/modules/lightGallery/js/plugins/lg-zoom.min.js +5 -5
  114. data/assets/theme/j1/modules/themeSwitcher/js/switcher.js +13 -12
  115. data/assets/theme/j1/modules/videoPlayer/tiktoc/README.md +1 -0
  116. data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/README.md +151 -0
  117. data/assets/theme/j1/modules/videojs/!v8.12.0/css/font/VideoJS.svg +150 -0
  118. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.css +147 -0
  119. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.min.css +5 -0
  120. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.css +113 -0
  121. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.min.css +5 -0
  122. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.css +166 -0
  123. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.min.css +5 -0
  124. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.css +72 -0
  125. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.min.css +5 -0
  126. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.css +311 -0
  127. data/assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.min.css +19 -0
  128. data/assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.css +1686 -0
  129. data/assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.min.css +13 -0
  130. data/assets/theme/j1/modules/videojs/!v8.12.0/js/video.js +65226 -0
  131. data/assets/theme/j1/modules/videojs/!v8.12.0/js/video.min.js +55 -0
  132. data/assets/theme/j1/modules/videojs/assets/README.md +1 -0
  133. data/assets/theme/j1/modules/videojs/assets/icons/speedometer-medium.svg +35 -0
  134. data/assets/theme/j1/modules/videojs/css/font/VideoJS.ttf +0 -0
  135. data/assets/theme/j1/modules/videojs/css/font/VideoJS.woff +0 -0
  136. data/assets/theme/j1/modules/videojs/css/themes/uno.css +157 -22
  137. data/assets/theme/j1/modules/videojs/css/themes/uno.min.css +1 -1
  138. data/assets/theme/j1/modules/videojs/css/videojs.css +674 -316
  139. data/assets/theme/j1/modules/videojs/css/videojs.min.css +4 -3
  140. data/assets/theme/j1/modules/videojs/js/video.js +15893 -12288
  141. data/assets/theme/j1/modules/videojs/js/video.min.js +22 -23
  142. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/!examples/index.html +31 -0
  143. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/LICENSE +19 -0
  144. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/README.md +69 -0
  145. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.css +2 -0
  146. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.min.css +2 -0
  147. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.js +339 -0
  148. data/assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.min.js +2 -0
  149. data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.js +0 -5
  150. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/!examples/index.html +29 -0
  151. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/LICENSE +19 -0
  152. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/README.md +90 -0
  153. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.js +120 -0
  154. data/assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.min.js +2 -0
  155. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/!examples/index.html +37 -0
  156. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/LICENSE +19 -0
  157. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/README.md +61 -0
  158. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.js +94 -0
  159. data/assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.min.js +20 -0
  160. data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/skipbuttons/README.md +25 -11
  161. data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/zoom/css}/zoom.css +7 -6
  162. data/assets/theme/j1/modules/videojs/plugins/controls/zoom/css/zoom.min.css +22 -0
  163. data/assets/theme/j1/modules/videojs/{js/plugins/players/dm → plugins/players/dm/js}/dailymotion.js +1 -1
  164. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.0.js +521 -0
  165. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.1.js +605 -0
  166. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.3.js +643 -0
  167. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.4.js +583 -0
  168. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.5.js +665 -0
  169. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.6.js +642 -0
  170. data/assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.7.js +673 -0
  171. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.js +1 -1
  172. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api → plugins/players/vm/api/js}/vimeo.min.js +1 -1
  173. data/assets/theme/j1/modules/videojs/{js/plugins/players/vm → plugins/players/vm/js}/vimeo.js +4 -5
  174. data/assets/theme/j1/modules/videojs/plugins/players/vm/js/vimeo.min.js +28 -0
  175. data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.0.js +395 -0
  176. data/assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.1.js +401 -0
  177. data/lib/j1/version.rb +1 -1
  178. data/lib/starter_web/README.md +5 -5
  179. data/lib/starter_web/_config.yml +1 -1
  180. data/lib/starter_web/_data/modules/amplitude_playlists.yml +16 -1
  181. data/lib/starter_web/_data/modules/defaults/gallery.yml +3 -3
  182. data/lib/starter_web/_data/modules/gallery.yml +83 -87
  183. data/lib/starter_web/_data/modules/navigator_menu.yml +3 -3
  184. data/lib/starter_web/_data/resources.yml +16 -12
  185. data/lib/starter_web/_data/templates/feed.xml +1 -1
  186. data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +50 -30
  187. data/lib/starter_web/_plugins/asciidoctor/youtube-block.rb +37 -23
  188. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  189. data/lib/starter_web/assets/video/poster/vimeo/fall_2011.jpg +0 -0
  190. data/lib/starter_web/package.json +1 -1
  191. data/lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc +282 -0
  192. data/lib/starter_web/pages/public/tour/video_data.adoc +1 -0
  193. metadata +221 -106
  194. data/assets/data/swiper_app.2.html +0 -757
  195. data/assets/data/swiper_app.4.html +0 -769
  196. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css +0 -32
  197. data/assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css +0 -31
  198. data/assets/theme/j1/modules/videojs/css/plugins/controls/zoom.min.css +0 -21
  199. data/assets/theme/j1/modules/videojs/js/plugins/players/vm/vimeo.min.js +0 -16
  200. data/assets/theme/j1/modules/videojs/js/plugins/players/wt/api/src/WistiaPlayer.ts +0 -1617
  201. data/lib/starter_web/assets/video/poster/vimeo/stay_colorful.jpg +0 -0
  202. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/animation-w.png +0 -0
  203. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/customize-w.png +0 -0
  204. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/dynamic-w.png +0 -0
  205. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/facebook-icon.svg +0 -0
  206. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/googleplus-icon.svg +0 -0
  207. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/html5-w.png +0 -0
  208. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/linked-in.png +0 -0
  209. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/module-w.png +0 -0
  210. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/play-button-hover.svg +0 -0
  211. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/play-button.png +0 -0
  212. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/play-button.svg +0 -0
  213. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/responsive-w.png +0 -0
  214. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/thumb-w.png +0 -0
  215. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/touch-w.png +0 -0
  216. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/twitter-icon.svg +0 -0
  217. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/twitter.png +0 -0
  218. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/video1-w.png +0 -0
  219. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/zoom-w.png +0 -0
  220. /data/assets/theme/j1/modules/lightGallery/{css → !v2.7.2/css}/themes/uno/icons/zoom.png +0 -0
  221. /data/assets/theme/j1/modules/lightGallery/{js → !v2.7.2/js}/plugins/j1/j1-video.js +0 -0
  222. /data/assets/theme/j1/modules/lightGallery/{js → !v2.7.2/js}/plugins/j1/j1-video.min.js +0 -0
  223. /data/assets/theme/j1/modules/videoPlayer/dailymotion/js/{!readme → README.md} +0 -0
  224. /data/assets/theme/j1/modules/videoPlayer/tiktoc/{js/player.min.js → player.min.js} +0 -0
  225. /data/assets/theme/j1/modules/videoPlayer/vimeo/js/{!readme → README.md} +0 -0
  226. /data/assets/theme/j1/modules/videoPlayer/wistia/js/{!readme → README.md} +0 -0
  227. /data/assets/theme/j1/modules/videojs/{css → !v8.12.0/css}/font/video-js-cdn.css +0 -0
  228. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/LICENSE +0 -0
  229. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/autocaption/README.md +0 -0
  230. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/autocaption → plugins/controls/autocaption/js}/autocaption.min.js +0 -0
  231. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys/examples → plugins/controls/hotkeys/!examples}/example.html +0 -0
  232. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/LICENSE.md +0 -0
  233. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/hotkeys/README.md +0 -0
  234. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.js +0 -0
  235. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/hotkeys → plugins/controls/hotkeys/js}/hotkeys.min.js +0 -0
  236. /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.css +0 -0
  237. /data/assets/theme/j1/modules/videojs/{css/plugins/controls → plugins/controls/skipbuttons/css}/skipbuttons.min.css +0 -0
  238. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.js +0 -0
  239. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/skipbuttons → plugins/controls/skipbuttons/js}/skipbuttons.min.js +0 -0
  240. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.html +0 -0
  241. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/index.js +0 -0
  242. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom/examples → plugins/controls/zoom/!examples}/styles.css +0 -0
  243. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/LICENSE.md +0 -0
  244. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/controls/zoom/README.md +0 -0
  245. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.js +0 -0
  246. /data/assets/theme/j1/modules/videojs/{js/plugins/controls/zoom → plugins/controls/zoom/js}/zoom.min.js +0 -0
  247. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-controls.html +0 -0
  248. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-javascript.html +0 -0
  249. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/dailymotion-playlist.html +0 -0
  250. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/global-parameters.html +0 -0
  251. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/simple.html +0 -0
  252. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/examples → plugins/players/dm/!examples}/switch.html +0 -0
  253. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/LICENSE +0 -0
  254. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/doc → plugins/players/dm}/README.md +0 -0
  255. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/api/LICENSE +0 -0
  256. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api/doc → plugins/players/dm/api}/README.md +0 -0
  257. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.js +0 -0
  258. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm/api → plugins/players/dm/api/js}/dailymotion.sdk.min.js +0 -0
  259. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/dm/icon/scalable/dailymotion.svg +0 -0
  260. /data/assets/theme/j1/modules/videojs/{js/plugins/players/dm → plugins/players/dm/js}/dailymotion.min.js +0 -0
  261. /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/index.html +0 -0
  262. /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/examples → plugins/players/vm/!examples}/player/index.html +0 -0
  263. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/LICENSE +0 -0
  264. /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/doc → plugins/players/vm}/README.md +0 -0
  265. /data/assets/theme/j1/modules/videojs/{js/plugins/players/vm/api/doc → plugins/players/vm/api}/README.md +0 -0
  266. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.css +0 -0
  267. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/embed.player.uno.css +0 -0
  268. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/vm/api/css/player.css +0 -0
  269. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/doc → plugins/players/wt}/README.md +0 -0
  270. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api/doc/Readme.txt → plugins/players/wt/api/README.md} +0 -0
  271. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt/api → plugins/players/wt/api/js}/wistia.min.js +0 -0
  272. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt → plugins/players/wt/js}/wistia.js +0 -0
  273. /data/assets/theme/j1/modules/videojs/{js/plugins/players/wt → plugins/players/wt/js}/wistia.min.js +0 -0
  274. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/global-parameters.html +0 -0
  275. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/simple.html +0 -0
  276. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/switch.html +0 -0
  277. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-controls.html +0 -0
  278. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-javascript.html +0 -0
  279. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-list.html +0 -0
  280. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/examples → plugins/players/yt/!examples}/youtube-playlist.html +0 -0
  281. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.js +0 -0
  282. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/v3.0.0 → plugins/players/yt/!v3.0.0}/youtube.min.js +0 -0
  283. /data/assets/theme/j1/modules/videojs/{js/plugins → plugins}/players/yt/LICENSE +0 -0
  284. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/doc → plugins/players/yt}/README.md +0 -0
  285. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt/api → plugins/players/yt/api/js}/youtube.min.js +0 -0
  286. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt → plugins/players/yt/js}/youtube.js +0 -0
  287. /data/assets/theme/j1/modules/videojs/{js/plugins/players/yt → plugins/players/yt/js}/youtube.min.js +0 -0
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: j1-template
3
3
  version: !ruby/object:Gem::Version
4
- version: 2024.3.22
4
+ version: 2024.3.23
5
5
  platform: ruby
6
6
  authors:
7
7
  - juergen_jekyll_one
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2025-05-29 00:00:00.000000000 Z
11
+ date: 2025-06-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -316,7 +316,7 @@ files:
316
316
  - assets/data/docsearch.html
317
317
  - assets/data/fab.html
318
318
  - assets/data/footer.html
319
- - assets/data/galeries.html
319
+ - assets/data/gallery_app.html
320
320
  - assets/data/gallery_customizer.html
321
321
  - assets/data/gemini-ui.html
322
322
  - assets/data/iframes.html
@@ -340,8 +340,6 @@ files:
340
340
  - assets/data/rtext_resizer.html
341
341
  - assets/data/slick.html
342
342
  - assets/data/speak2me.html
343
- - assets/data/swiper_app.2.html
344
- - assets/data/swiper_app.4.html
345
343
  - assets/data/swiper_app.html
346
344
  - assets/data/swiper_app.json
347
345
  - assets/data/themes.bootswatch.json
@@ -361,6 +359,7 @@ files:
361
359
  - assets/page/HTTP501.html
362
360
  - assets/page/HTTP502.html
363
361
  - assets/page/HTTP503.html
362
+ - assets/theme/bla
364
363
  - assets/theme/j1/adapter/js/advertising.js
365
364
  - assets/theme/j1/adapter/js/algolia.js
366
365
  - assets/theme/j1/adapter/js/amplitude.js
@@ -1263,31 +1262,98 @@ files:
1263
1262
  - assets/theme/j1/modules/lazyLoader/js/plugins/jquery.lazy.vimeo.min.js
1264
1263
  - assets/theme/j1/modules/lazyLoader/js/plugins/jquery.lazy.youtube.js
1265
1264
  - assets/theme/j1/modules/lazyLoader/js/plugins/jquery.lazy.youtube.min.js
1265
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.css
1266
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/lg-transitions.min.css
1267
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.css
1268
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/lightgallery-bundle.min.css
1269
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/animation-w.png
1270
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/customize-w.png
1271
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/dynamic-w.png
1272
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/facebook-icon.svg
1273
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/googleplus-icon.svg
1274
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/html5-w.png
1275
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/linked-in.png
1276
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/module-w.png
1277
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/play-button-hover.svg
1278
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/play-button.png
1279
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/play-button.svg
1280
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/responsive-w.png
1281
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/thumb-w.png
1282
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/touch-w.png
1283
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/twitter-icon.svg
1284
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/twitter.png
1285
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/video1-w.png
1286
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/zoom-w.png
1287
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/icons/zoom.png
1288
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/uno.css
1289
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/css/themes/uno/uno.min.css
1290
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.svg
1291
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.ttf
1292
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff
1293
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/fonts/lg.woff2
1294
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/images/loading.gif
1295
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/img/loading.gif
1296
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/img/video-play.png
1297
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/img/vimeo-play.png
1298
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/img/youtube-play.png
1299
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.js
1300
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/lightgallery.min.js
1301
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/LICENSE.md
1302
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/README.md
1303
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.js
1304
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/parser/webvtt/parser.min.js
1305
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/j1/j1-video.js
1306
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/j1/j1-video.min.js
1307
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/j1/lg-video.1.js
1308
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.js
1309
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-autoplay.min.js
1310
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.js
1311
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-comment.min.js
1312
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.js
1313
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-fullscreen.min.js
1314
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.js
1315
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-hash.min.js
1316
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.js
1317
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-medium-zoom.min.js
1318
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.js
1319
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-pager.min.js
1320
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.js
1321
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-rotate.min.js
1322
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.js
1323
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-share.min.js
1324
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.js
1325
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-thumbnail.min.js
1326
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.js
1327
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-video.min.js
1328
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.js
1329
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-vimeo-thumbnail.min.js
1330
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.js
1331
+ - assets/theme/j1/modules/lightGallery/!v2.7.2/js/plugins/lg-zoom.min.js
1266
1332
  - assets/theme/j1/modules/lightGallery/css/lg-transitions.css
1267
1333
  - assets/theme/j1/modules/lightGallery/css/lg-transitions.min.css
1268
1334
  - assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.css
1269
1335
  - assets/theme/j1/modules/lightGallery/css/lightgallery-bundle.min.css
1270
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/animation-w.png
1271
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/customize-w.png
1272
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/dynamic-w.png
1273
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/facebook-icon.svg
1274
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/googleplus-icon.svg
1275
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/html5-w.png
1276
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/linked-in.png
1277
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/module-w.png
1278
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/play-button-hover.svg
1279
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/play-button.png
1280
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/play-button.svg
1281
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/responsive-w.png
1282
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/thumb-w.png
1283
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/touch-w.png
1284
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/twitter-icon.svg
1285
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/twitter.png
1286
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/video1-w.png
1287
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/zoom-w.png
1288
- - assets/theme/j1/modules/lightGallery/css/themes/uno/icons/zoom.png
1289
- - assets/theme/j1/modules/lightGallery/css/themes/uno/uno.css
1290
- - assets/theme/j1/modules/lightGallery/css/themes/uno/uno.min.css
1336
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/animation-w.png
1337
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/customize-w.png
1338
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/dynamic-w.png
1339
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/facebook-icon.svg
1340
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/googleplus-icon.svg
1341
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/html5-w.png
1342
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/linked-in.png
1343
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/module-w.png
1344
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button-hover.svg
1345
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button.png
1346
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/play-button.svg
1347
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/responsive-w.png
1348
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/thumb-w.png
1349
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/touch-w.png
1350
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/twitter-icon.svg
1351
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/twitter.png
1352
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/video1-w.png
1353
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/zoom-w.png
1354
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/icons/zoom.png
1355
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/uno.css
1356
+ - assets/theme/j1/modules/lightGallery/css/theme/uno/uno.min.css
1291
1357
  - assets/theme/j1/modules/lightGallery/fonts/lg.svg
1292
1358
  - assets/theme/j1/modules/lightGallery/fonts/lg.ttf
1293
1359
  - assets/theme/j1/modules/lightGallery/fonts/lg.woff
@@ -1303,9 +1369,11 @@ files:
1303
1369
  - assets/theme/j1/modules/lightGallery/js/parser/webvtt/README.md
1304
1370
  - assets/theme/j1/modules/lightGallery/js/parser/webvtt/parser.js
1305
1371
  - assets/theme/j1/modules/lightGallery/js/parser/webvtt/parser.min.js
1306
- - assets/theme/j1/modules/lightGallery/js/plugins/j1/j1-video.js
1307
- - assets/theme/j1/modules/lightGallery/js/plugins/j1/j1-video.min.js
1372
+ - assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.0.js
1373
+ - assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-thumbnail.1.js
1374
+ - assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.0.js
1308
1375
  - assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.1.js
1376
+ - assets/theme/j1/modules/lightGallery/js/plugins/j1/lg-video.2.js
1309
1377
  - assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.js
1310
1378
  - assets/theme/j1/modules/lightGallery/js/plugins/lg-autoplay.min.js
1311
1379
  - assets/theme/j1/modules/lightGallery/js/plugins/lg-comment.js
@@ -1318,6 +1386,8 @@ files:
1318
1386
  - assets/theme/j1/modules/lightGallery/js/plugins/lg-medium-zoom.min.js
1319
1387
  - assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.js
1320
1388
  - assets/theme/j1/modules/lightGallery/js/plugins/lg-pager.min.js
1389
+ - assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.js
1390
+ - assets/theme/j1/modules/lightGallery/js/plugins/lg-relative-caption.min.js
1321
1391
  - assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.js
1322
1392
  - assets/theme/j1/modules/lightGallery/js/plugins/lg-rotate.min.js
1323
1393
  - assets/theme/j1/modules/lightGallery/js/plugins/lg-share.js
@@ -1746,13 +1816,32 @@ files:
1746
1816
  - assets/theme/j1/modules/translator/js/translator.min.js
1747
1817
  - assets/theme/j1/modules/tubeninja/css/tubeninja.css
1748
1818
  - assets/theme/j1/modules/tubeninja/js/tubeninja.js
1749
- - assets/theme/j1/modules/videoPlayer/dailymotion/js/!readme
1819
+ - assets/theme/j1/modules/videoPlayer/dailymotion/js/README.md
1750
1820
  - assets/theme/j1/modules/videoPlayer/dailymotion/js/player.min.js
1751
- - assets/theme/j1/modules/videoPlayer/tiktoc/js/player.min.js
1752
- - assets/theme/j1/modules/videoPlayer/vimeo/js/!readme
1821
+ - assets/theme/j1/modules/videoPlayer/tiktoc/README.md
1822
+ - assets/theme/j1/modules/videoPlayer/tiktoc/player.min.js
1823
+ - assets/theme/j1/modules/videoPlayer/vimeo/js/README.md
1753
1824
  - assets/theme/j1/modules/videoPlayer/vimeo/js/player.min.js
1754
- - assets/theme/j1/modules/videoPlayer/wistia/js/!readme
1825
+ - assets/theme/j1/modules/videoPlayer/wistia/js/README.md
1755
1826
  - assets/theme/j1/modules/videoPlayer/wistia/js/player.min.js
1827
+ - assets/theme/j1/modules/videojs/!v8.12.0/css/font/README.md
1828
+ - assets/theme/j1/modules/videojs/!v8.12.0/css/font/VideoJS.svg
1829
+ - assets/theme/j1/modules/videojs/!v8.12.0/css/font/video-js-cdn.css
1830
+ - assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.css
1831
+ - assets/theme/j1/modules/videojs/!v8.12.0/css/themes/city.min.css
1832
+ - assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.css
1833
+ - assets/theme/j1/modules/videojs/!v8.12.0/css/themes/fantasy.min.css
1834
+ - assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.css
1835
+ - assets/theme/j1/modules/videojs/!v8.12.0/css/themes/forest.min.css
1836
+ - assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.css
1837
+ - assets/theme/j1/modules/videojs/!v8.12.0/css/themes/sea.min.css
1838
+ - assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.css
1839
+ - assets/theme/j1/modules/videojs/!v8.12.0/css/themes/uno.min.css
1840
+ - assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.css
1841
+ - assets/theme/j1/modules/videojs/!v8.12.0/css/videojs.min.css
1842
+ - assets/theme/j1/modules/videojs/!v8.12.0/js/video.js
1843
+ - assets/theme/j1/modules/videojs/!v8.12.0/js/video.min.js
1844
+ - assets/theme/j1/modules/videojs/assets/README.md
1756
1845
  - assets/theme/j1/modules/videojs/assets/icons/big-play-button-hover.svg
1757
1846
  - assets/theme/j1/modules/videojs/assets/icons/big-play-button.svg
1758
1847
  - assets/theme/j1/modules/videojs/assets/icons/custom-icons/next.svg
@@ -1760,15 +1849,11 @@ files:
1760
1849
  - assets/theme/j1/modules/videojs/assets/icons/material-icons.woff2
1761
1850
  - assets/theme/j1/modules/videojs/assets/icons/small/big-play-button-hover.svg
1762
1851
  - assets/theme/j1/modules/videojs/assets/icons/small/big-play-button.svg
1852
+ - assets/theme/j1/modules/videojs/assets/icons/speedometer-medium.svg
1763
1853
  - assets/theme/j1/modules/videojs/css/font/README.md
1764
1854
  - assets/theme/j1/modules/videojs/css/font/VideoJS.svg
1765
- - assets/theme/j1/modules/videojs/css/font/video-js-cdn.css
1766
- - assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.0.css
1767
- - assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.1.css
1768
- - assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.css
1769
- - assets/theme/j1/modules/videojs/css/plugins/controls/skipbuttons.min.css
1770
- - assets/theme/j1/modules/videojs/css/plugins/controls/zoom.css
1771
- - assets/theme/j1/modules/videojs/css/plugins/controls/zoom.min.css
1855
+ - assets/theme/j1/modules/videojs/css/font/VideoJS.ttf
1856
+ - assets/theme/j1/modules/videojs/css/font/VideoJS.woff
1772
1857
  - assets/theme/j1/modules/videojs/css/themes/city.css
1773
1858
  - assets/theme/j1/modules/videojs/css/themes/city.min.css
1774
1859
  - assets/theme/j1/modules/videojs/css/themes/fantasy.css
@@ -1781,74 +1866,103 @@ files:
1781
1866
  - assets/theme/j1/modules/videojs/css/themes/uno.min.css
1782
1867
  - assets/theme/j1/modules/videojs/css/videojs.css
1783
1868
  - assets/theme/j1/modules/videojs/css/videojs.min.css
1784
- - assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/LICENSE
1785
- - assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/README.md
1786
- - assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.js
1787
- - assets/theme/j1/modules/videojs/js/plugins/controls/autocaption/autocaption.min.js
1788
- - assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/LICENSE.md
1789
- - assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/README.md
1790
- - assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/examples/example.html
1791
- - assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.js
1792
- - assets/theme/j1/modules/videojs/js/plugins/controls/hotkeys/hotkeys.min.js
1793
- - assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/README.md
1794
- - assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.js
1795
- - assets/theme/j1/modules/videojs/js/plugins/controls/skipbuttons/skipbuttons.min.js
1796
- - assets/theme/j1/modules/videojs/js/plugins/controls/zoom/LICENSE.md
1797
- - assets/theme/j1/modules/videojs/js/plugins/controls/zoom/README.md
1798
- - assets/theme/j1/modules/videojs/js/plugins/controls/zoom/examples/index.html
1799
- - assets/theme/j1/modules/videojs/js/plugins/controls/zoom/examples/index.js
1800
- - assets/theme/j1/modules/videojs/js/plugins/controls/zoom/examples/styles.css
1801
- - assets/theme/j1/modules/videojs/js/plugins/controls/zoom/zoom.js
1802
- - assets/theme/j1/modules/videojs/js/plugins/controls/zoom/zoom.min.js
1803
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/LICENSE
1804
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/api/LICENSE
1805
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/api/dailymotion.sdk.js
1806
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/api/dailymotion.sdk.min.js
1807
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/api/doc/README.md
1808
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/dailymotion.js
1809
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/dailymotion.min.js
1810
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/doc/README.md
1811
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/examples/dailymotion-controls.html
1812
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/examples/dailymotion-javascript.html
1813
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/examples/dailymotion-playlist.html
1814
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/examples/global-parameters.html
1815
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/examples/simple.html
1816
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/examples/switch.html
1817
- - assets/theme/j1/modules/videojs/js/plugins/players/dm/icon/scalable/dailymotion.svg
1818
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/LICENSE
1819
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/api/css/embed.player.css
1820
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/api/css/embed.player.uno.css
1821
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/api/css/player.css
1822
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/api/doc/README.md
1823
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/api/vimeo.js
1824
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/api/vimeo.min.js
1825
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/doc/README.md
1826
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/examples/index.html
1827
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/examples/player/index.html
1828
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/vimeo.js
1829
- - assets/theme/j1/modules/videojs/js/plugins/players/vm/vimeo.min.js
1830
- - assets/theme/j1/modules/videojs/js/plugins/players/wt/api/doc/Readme.txt
1831
- - assets/theme/j1/modules/videojs/js/plugins/players/wt/api/src/WistiaPlayer.ts
1832
- - assets/theme/j1/modules/videojs/js/plugins/players/wt/api/wistia.min.js
1833
- - assets/theme/j1/modules/videojs/js/plugins/players/wt/doc/README.md
1834
- - assets/theme/j1/modules/videojs/js/plugins/players/wt/wistia.js
1835
- - assets/theme/j1/modules/videojs/js/plugins/players/wt/wistia.min.js
1836
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/LICENSE
1837
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/api/youtube.min.js
1838
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/doc/README.md
1839
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/examples/global-parameters.html
1840
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/examples/simple.html
1841
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/examples/switch.html
1842
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/examples/youtube-controls.html
1843
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/examples/youtube-javascript.html
1844
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/examples/youtube-list.html
1845
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/examples/youtube-playlist.html
1846
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/v3.0.0/youtube.js
1847
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/v3.0.0/youtube.min.js
1848
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/youtube.js
1849
- - assets/theme/j1/modules/videojs/js/plugins/players/yt/youtube.min.js
1850
1869
  - assets/theme/j1/modules/videojs/js/video.js
1851
1870
  - assets/theme/j1/modules/videojs/js/video.min.js
1871
+ - assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/!examples/index.html
1872
+ - assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/LICENSE
1873
+ - assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/README.md
1874
+ - assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.css
1875
+ - assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/css/aspect-ratio-panel.min.css
1876
+ - assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.js
1877
+ - assets/theme/j1/modules/videojs/plugins/controls/aspect-ratio-panel/js/aspect-ratio-panel.min.js
1878
+ - assets/theme/j1/modules/videojs/plugins/controls/autocaption/LICENSE
1879
+ - assets/theme/j1/modules/videojs/plugins/controls/autocaption/README.md
1880
+ - assets/theme/j1/modules/videojs/plugins/controls/autocaption/js/autocaption.js
1881
+ - assets/theme/j1/modules/videojs/plugins/controls/autocaption/js/autocaption.min.js
1882
+ - assets/theme/j1/modules/videojs/plugins/controls/hotkeys/!examples/example.html
1883
+ - assets/theme/j1/modules/videojs/plugins/controls/hotkeys/LICENSE.md
1884
+ - assets/theme/j1/modules/videojs/plugins/controls/hotkeys/README.md
1885
+ - assets/theme/j1/modules/videojs/plugins/controls/hotkeys/js/hotkeys.js
1886
+ - assets/theme/j1/modules/videojs/plugins/controls/hotkeys/js/hotkeys.min.js
1887
+ - assets/theme/j1/modules/videojs/plugins/controls/persist-settings/!examples/index.html
1888
+ - assets/theme/j1/modules/videojs/plugins/controls/persist-settings/LICENSE
1889
+ - assets/theme/j1/modules/videojs/plugins/controls/persist-settings/README.md
1890
+ - assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.js
1891
+ - assets/theme/j1/modules/videojs/plugins/controls/persist-settings/js/videojs-persist.min.js
1892
+ - assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/!examples/index.html
1893
+ - assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/LICENSE
1894
+ - assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/README.md
1895
+ - assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.js
1896
+ - assets/theme/j1/modules/videojs/plugins/controls/playbackrate-adjuster/js/playbackrate-adjuster.min.js
1897
+ - assets/theme/j1/modules/videojs/plugins/controls/skipbuttons/README.md
1898
+ - assets/theme/j1/modules/videojs/plugins/controls/skipbuttons/css/skipbuttons.css
1899
+ - assets/theme/j1/modules/videojs/plugins/controls/skipbuttons/css/skipbuttons.min.css
1900
+ - assets/theme/j1/modules/videojs/plugins/controls/skipbuttons/js/skipbuttons.js
1901
+ - assets/theme/j1/modules/videojs/plugins/controls/skipbuttons/js/skipbuttons.min.js
1902
+ - assets/theme/j1/modules/videojs/plugins/controls/zoom/!examples/index.html
1903
+ - assets/theme/j1/modules/videojs/plugins/controls/zoom/!examples/index.js
1904
+ - assets/theme/j1/modules/videojs/plugins/controls/zoom/!examples/styles.css
1905
+ - assets/theme/j1/modules/videojs/plugins/controls/zoom/LICENSE.md
1906
+ - assets/theme/j1/modules/videojs/plugins/controls/zoom/README.md
1907
+ - assets/theme/j1/modules/videojs/plugins/controls/zoom/css/zoom.css
1908
+ - assets/theme/j1/modules/videojs/plugins/controls/zoom/css/zoom.min.css
1909
+ - assets/theme/j1/modules/videojs/plugins/controls/zoom/js/zoom.js
1910
+ - assets/theme/j1/modules/videojs/plugins/controls/zoom/js/zoom.min.js
1911
+ - assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-controls.html
1912
+ - assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-javascript.html
1913
+ - assets/theme/j1/modules/videojs/plugins/players/dm/!examples/dailymotion-playlist.html
1914
+ - assets/theme/j1/modules/videojs/plugins/players/dm/!examples/global-parameters.html
1915
+ - assets/theme/j1/modules/videojs/plugins/players/dm/!examples/simple.html
1916
+ - assets/theme/j1/modules/videojs/plugins/players/dm/!examples/switch.html
1917
+ - assets/theme/j1/modules/videojs/plugins/players/dm/LICENSE
1918
+ - assets/theme/j1/modules/videojs/plugins/players/dm/README.md
1919
+ - assets/theme/j1/modules/videojs/plugins/players/dm/api/LICENSE
1920
+ - assets/theme/j1/modules/videojs/plugins/players/dm/api/README.md
1921
+ - assets/theme/j1/modules/videojs/plugins/players/dm/api/js/dailymotion.sdk.js
1922
+ - assets/theme/j1/modules/videojs/plugins/players/dm/api/js/dailymotion.sdk.min.js
1923
+ - assets/theme/j1/modules/videojs/plugins/players/dm/icon/scalable/dailymotion.svg
1924
+ - assets/theme/j1/modules/videojs/plugins/players/dm/js/dailymotion.js
1925
+ - assets/theme/j1/modules/videojs/plugins/players/dm/js/dailymotion.min.js
1926
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!examples/index.html
1927
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!examples/player/index.html
1928
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.0.js
1929
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.1.js
1930
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.3.js
1931
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.4.js
1932
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.5.js
1933
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.6.js
1934
+ - assets/theme/j1/modules/videojs/plugins/players/vm/!unused/vimeo.7.js
1935
+ - assets/theme/j1/modules/videojs/plugins/players/vm/LICENSE
1936
+ - assets/theme/j1/modules/videojs/plugins/players/vm/README.md
1937
+ - assets/theme/j1/modules/videojs/plugins/players/vm/api/README.md
1938
+ - assets/theme/j1/modules/videojs/plugins/players/vm/api/css/embed.player.css
1939
+ - assets/theme/j1/modules/videojs/plugins/players/vm/api/css/embed.player.uno.css
1940
+ - assets/theme/j1/modules/videojs/plugins/players/vm/api/css/player.css
1941
+ - assets/theme/j1/modules/videojs/plugins/players/vm/api/js/vimeo.js
1942
+ - assets/theme/j1/modules/videojs/plugins/players/vm/api/js/vimeo.min.js
1943
+ - assets/theme/j1/modules/videojs/plugins/players/vm/js/vimeo.js
1944
+ - assets/theme/j1/modules/videojs/plugins/players/vm/js/vimeo.min.js
1945
+ - assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.0.js
1946
+ - assets/theme/j1/modules/videojs/plugins/players/wt/!unused/wistia.1.js
1947
+ - assets/theme/j1/modules/videojs/plugins/players/wt/README.md
1948
+ - assets/theme/j1/modules/videojs/plugins/players/wt/api/README.md
1949
+ - assets/theme/j1/modules/videojs/plugins/players/wt/api/js/wistia.min.js
1950
+ - assets/theme/j1/modules/videojs/plugins/players/wt/js/wistia.js
1951
+ - assets/theme/j1/modules/videojs/plugins/players/wt/js/wistia.min.js
1952
+ - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/global-parameters.html
1953
+ - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/simple.html
1954
+ - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/switch.html
1955
+ - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-controls.html
1956
+ - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-javascript.html
1957
+ - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-list.html
1958
+ - assets/theme/j1/modules/videojs/plugins/players/yt/!examples/youtube-playlist.html
1959
+ - assets/theme/j1/modules/videojs/plugins/players/yt/!v3.0.0/youtube.js
1960
+ - assets/theme/j1/modules/videojs/plugins/players/yt/!v3.0.0/youtube.min.js
1961
+ - assets/theme/j1/modules/videojs/plugins/players/yt/LICENSE
1962
+ - assets/theme/j1/modules/videojs/plugins/players/yt/README.md
1963
+ - assets/theme/j1/modules/videojs/plugins/players/yt/api/js/youtube.min.js
1964
+ - assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.js
1965
+ - assets/theme/j1/modules/videojs/plugins/players/yt/js/youtube.min.js
1852
1966
  - assets/theme/j1/modules/wNumb/js/wnumb.js
1853
1967
  - assets/theme/j1/modules/wNumb/js/wnumb.min.js
1854
1968
  - exe/j1
@@ -2897,8 +3011,8 @@ files:
2897
3011
  - lib/starter_web/assets/video/poster/vimeo/banner/sources/banner.psd
2898
3012
  - lib/starter_web/assets/video/poster/vimeo/banner/sources/logo-text.png
2899
3013
  - lib/starter_web/assets/video/poster/vimeo/banner/vimeo-blue.jpg
3014
+ - lib/starter_web/assets/video/poster/vimeo/fall_2011.jpg
2900
3015
  - lib/starter_web/assets/video/poster/vimeo/kick_it_old_school.jpg
2901
- - lib/starter_web/assets/video/poster/vimeo/stay_colorful.jpg
2902
3016
  - lib/starter_web/assets/video/poster/wistia/thank_you.jpg
2903
3017
  - lib/starter_web/assets/video/poster/wistia/wistia_black.jpg
2904
3018
  - lib/starter_web/assets/video/poster/wistia/wistia_blue.jpg
@@ -3064,6 +3178,7 @@ files:
3064
3178
  - lib/starter_web/pages/public/tools/tester/app_tester_amplitudejs_yt.adoc
3065
3179
  - lib/starter_web/pages/public/tools/tester/app_tester_swiper.adoc
3066
3180
  - lib/starter_web/pages/public/tools/tester/app_tester_swiperjs.adoc
3181
+ - lib/starter_web/pages/public/tools/tester/videojs_macro_tester.adoc
3067
3182
  - lib/starter_web/pages/public/tour/_includes/attributes.asciidoc
3068
3183
  - lib/starter_web/pages/public/tour/_includes/documents/100_gistblock.asciidoc
3069
3184
  - lib/starter_web/pages/public/tour/_includes/documents/410_bottom_info.asciidoc