j1-template 2024.0.1 → 2024.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/assets/themes/j1/adapter/js/j1.js +16 -21
  3. data/assets/themes/j1/core/css/themes/unolight/bootstrap.css +1 -1
  4. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +1 -1
  5. data/assets/themes/j1/core/js/template.js +0 -12
  6. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  7. data/assets/themes/j1/modules/chatbot/css/theme/uno.css +10 -0
  8. data/assets/themes/j1/modules/chatbot/css/theme/uno.min.css +1 -1
  9. data/assets/themes/j1/modules/iframeResizer/README.md +105 -105
  10. data/assets/themes/j1/modules/lightGallery/js/plugins/lg-video.js +30 -5
  11. data/assets/themes/j1/modules/videojs/assets/material-icons.woff +0 -0
  12. data/assets/themes/j1/modules/videojs/assets/material-icons.woff2 +0 -0
  13. data/assets/themes/j1/modules/videojs/css/plugins/zoom.css +96 -0
  14. data/assets/themes/j1/modules/videojs/css/plugins/zoom.min.css +21 -0
  15. data/assets/themes/j1/modules/videojs/css/themes/city.css +1 -1
  16. data/assets/themes/j1/modules/videojs/css/themes/city.min.css +1 -1
  17. data/assets/themes/j1/modules/videojs/css/themes/fantasy.css +1 -1
  18. data/assets/themes/j1/modules/videojs/css/themes/fantasy.min.css +1 -1
  19. data/assets/themes/j1/modules/videojs/css/themes/forest.css +1 -1
  20. data/assets/themes/j1/modules/videojs/css/themes/forest.min.css +1 -1
  21. data/assets/themes/j1/modules/videojs/css/themes/sea.css +1 -1
  22. data/assets/themes/j1/modules/videojs/css/themes/sea.min.css +1 -1
  23. data/assets/themes/j1/modules/videojs/css/themes/uno.css +16 -18
  24. data/assets/themes/j1/modules/videojs/css/themes/uno.min.css +3 -2
  25. data/assets/themes/j1/modules/videojs/css/{video-js.css → video.css} +9 -7
  26. data/assets/themes/j1/modules/videojs/css/{video-js.min.css → video.min.css} +2 -2
  27. data/assets/themes/j1/modules/videojs/js/plugins/zoom.js +377 -0
  28. data/assets/themes/j1/modules/videojs/js/plugins/zoom.min.js +21 -0
  29. data/assets/themes/j1/modules/videojs/js/video.js +641 -71
  30. data/assets/themes/j1/modules/videojs/js/video.min.js +10 -9
  31. data/lib/j1/version.rb +1 -1
  32. data/lib/starter_web/README.md +5 -5
  33. data/lib/starter_web/_config.yml +1 -1
  34. data/lib/starter_web/_data/modules/gallery.yml +7 -2
  35. data/lib/starter_web/_data/resources.yml +4 -2
  36. data/lib/starter_web/_data/templates/feed.xml +1 -1
  37. data/lib/starter_web/_plugins/asciidoctor/videojs-block.rb +3 -2
  38. data/lib/starter_web/_plugins/index/lunr.rb +4 -2
  39. data/lib/starter_web/assets/videos/gallery/video_james_carpool_caraoke.1920.jpg +0 -0
  40. data/lib/starter_web/package.json +1 -1
  41. data/lib/starter_web/pages/public/tools/previewer/preview_docsearch.adoc +92 -92
  42. data/lib/starter_web/pages/public/tools/previewer/preview_iframer.adoc +106 -106
  43. metadata +11 -5
  44. data/lib/starter_web/_data/modules/_docsearch.yml +0 -45
@@ -1,45 +0,0 @@
1
- # ------------------------------------------------------------------------------
2
- # ~/_data/modules/docsearch.yml
3
- # User configuration settings for J1 DocSearch integration
4
- #
5
- # Product/Info:
6
- # https://jekyll.one
7
- #
8
- # Copyright (C) 2023, 2024 Juergen Adams
9
- #
10
- # J1 Template is licensed under the MIT License.
11
- # See: https://github.com/jekyll-one/J1 Theme/blob/master/LICENSE
12
- # ------------------------------------------------------------------------------
13
-
14
- # ------------------------------------------------------------------------------
15
- # Description
16
- #
17
- description:
18
- title: J1 DocSearch
19
- scope: User settings
20
- location: _data/modules/docsearch.yml
21
-
22
- # ------------------------------------------------------------------------------
23
- # Default settings
24
- #
25
- settings:
26
- enabled: false
27
-
28
- # Provider settings
29
- # ----------------------------------------------------------------------------
30
- provider_settings:
31
- provider_id: <your-provider_id>
32
- bot_id: <your-bot_id-id>
33
-
34
- # Bot settings
35
- # ----------------------------------------------------------------------------
36
- bot_settings:
37
- iframe:
38
- title: J1 DocSearch
39
- height: 400
40
- width: 100%
41
- scrolling: no
42
- style: "border: none; background: white;"
43
-
44
- # ------------------------------------------------------------------------------
45
- # END config