j1-template 2021.3.2 → 2022.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (276) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/blocks/ads/ad.html +14 -14
  3. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +4 -4
  4. data/_includes/themes/j1/layouts/content_generator_post.html +4 -4
  5. data/_includes/themes/j1/modules/connectors/analytic/google-analytics.html +3 -13
  6. data/_includes/themes/j1/modules/connectors/comment/hyvor.html +4 -5
  7. data/_includes/themes/j1/modules/navigator/generator.html +9 -11
  8. data/_includes/themes/j1/modules/search/docsearch.html +1 -1
  9. data/_includes/themes/j1/procedures/global/create_bs_button.proc +5 -5
  10. data/_includes/themes/j1/procedures/global/create_word_cloud.proc +5 -3
  11. data/_includes/themes/j1/procedures/layouts/module_writer.proc +1 -1
  12. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +3 -3
  13. data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
  14. data/_layouts/default.html +66 -22
  15. data/_layouts/home.html +1 -1
  16. data/_layouts/raw.html +2 -1
  17. data/assets/data/article_navigator/index.html +1 -1
  18. data/assets/data/authclient.html +11 -11
  19. data/assets/data/banner.html +7 -25
  20. data/assets/data/cookieconsent.html +20 -20
  21. data/assets/data/{fam.html → fab.html} +42 -24
  22. data/assets/data/gallery_customizer.html +6 -6
  23. data/assets/data/menu.html +13 -13
  24. data/assets/data/mmenu.html +2 -2
  25. data/assets/data/panel.html +17 -23
  26. data/assets/data/private.json +1 -1
  27. data/assets/data/quicklinks.html +6 -7
  28. data/assets/data/rtext_resizer.html +1 -1
  29. data/assets/data/themes.bootswatch.json +75 -0
  30. data/assets/data/themes.json +6 -6
  31. data/assets/data/translator.html +23 -23
  32. data/assets/error_pages/HTTP445.html +110 -0
  33. data/assets/themes/j1/adapter/js/bmd.js +1 -1
  34. data/assets/themes/j1/adapter/js/clipboard.js +1 -1
  35. data/assets/themes/j1/adapter/js/cookieConsent.js +19 -10
  36. data/assets/themes/j1/adapter/js/{fam.js → fab.js} +121 -116
  37. data/assets/themes/j1/adapter/js/j1.js +258 -190
  38. data/assets/themes/j1/adapter/js/mmenu.js +18 -24
  39. data/assets/themes/j1/adapter/js/navigator.js +6 -4
  40. data/assets/themes/j1/adapter/js/themer.js +13 -4
  41. data/assets/themes/j1/adapter/js/toccer.js +37 -76
  42. data/assets/themes/j1/adapter/js/translator.js +10 -2
  43. data/assets/themes/j1/core/country-flags/css/theme/uno.min.css +15 -0
  44. data/assets/themes/j1/core/css/icon-fonts/mdi.css +22307 -0
  45. data/assets/themes/j1/core/css/icon-fonts/mdi.min.css +1 -0
  46. data/assets/themes/j1/core/css/icon-fonts/mdil.css +1222 -0
  47. data/assets/themes/j1/core/css/icon-fonts/mdil.min.css +1 -0
  48. data/assets/themes/j1/core/css/icon-fonts/twemoji.css +4 -0
  49. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.css +5341 -4730
  50. data/assets/themes/j1/core/css/themes/bootstrap/bootstrap.min.css +3 -1
  51. data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.css +8301 -0
  52. data/assets/themes/j1/core/css/themes/theme_vapor/bootstrap.min.css +3 -0
  53. data/assets/themes/j1/core/css/themes/{uno-dark → unodark}/bootstrap.css +5284 -4646
  54. data/assets/themes/j1/core/css/themes/unodark/bootstrap.min.css +3 -0
  55. data/assets/themes/j1/core/css/themes/{uno-light → unolight}/bootstrap.css +12188 -12734
  56. data/assets/themes/j1/core/css/themes/unolight/bootstrap.min.css +23 -0
  57. data/assets/themes/j1/core/css/vendor.css +2 -28
  58. data/assets/themes/j1/core/css/vendor.min.css +1 -1
  59. data/assets/themes/j1/core/js/template.js +111 -29
  60. data/assets/themes/j1/core/js/template.min.js +1 -1
  61. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  62. data/assets/themes/j1/modules/bmd/js/bmd.js +2280 -0
  63. data/assets/themes/j1/modules/bmd/js/bmd.min.js +20 -0
  64. data/assets/themes/j1/modules/bootstrap/js/bootstrap.js +5072 -0
  65. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js +7 -0
  66. data/assets/themes/j1/modules/bootstrap/js/bootstrap.min.js.map +1 -0
  67. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.js +19 -17
  68. data/assets/themes/j1/modules/cookieConsent/js/cookieConsent.min.js +1 -1
  69. data/assets/themes/j1/modules/cryptoJS/js/aes.js +35 -0
  70. data/assets/themes/j1/modules/cryptoJS/js/aes.min.js +35 -0
  71. data/assets/themes/j1/modules/cryptoJS/js/hmac-md5.js +21 -0
  72. data/assets/themes/j1/modules/cryptoJS/js/hmac-ripemd160.js +31 -0
  73. data/assets/themes/j1/modules/cryptoJS/js/hmac-sha1.js +17 -0
  74. data/assets/themes/j1/modules/cryptoJS/js/hmac-sha224.js +19 -0
  75. data/assets/themes/j1/modules/cryptoJS/js/hmac-sha256.js +18 -0
  76. data/assets/themes/j1/modules/cryptoJS/js/hmac-sha3.js +21 -0
  77. data/assets/themes/j1/modules/cryptoJS/js/hmac-sha384.js +27 -0
  78. data/assets/themes/j1/modules/cryptoJS/js/hmac-sha512.js +25 -0
  79. data/assets/themes/j1/modules/cryptoJS/js/md5.js +19 -0
  80. data/assets/themes/j1/modules/cryptoJS/js/pbkdf2.js +19 -0
  81. data/assets/themes/j1/modules/cryptoJS/js/rabbit-legacy.js +36 -0
  82. data/assets/themes/j1/modules/cryptoJS/js/rabbit.js +36 -0
  83. data/assets/themes/j1/modules/cryptoJS/js/rc4.js +33 -0
  84. data/assets/themes/j1/modules/cryptoJS/js/ripemd160.js +29 -0
  85. data/assets/themes/j1/modules/cryptoJS/js/sha1.js +15 -0
  86. data/assets/themes/j1/modules/cryptoJS/js/sha224.js +17 -0
  87. data/assets/themes/j1/modules/cryptoJS/js/sha256.js +16 -0
  88. data/assets/themes/j1/modules/cryptoJS/js/sha3.js +19 -0
  89. data/assets/themes/j1/modules/cryptoJS/js/sha384.js +25 -0
  90. data/assets/themes/j1/modules/cryptoJS/js/sha512.js +23 -0
  91. data/assets/themes/j1/modules/cryptoJS/js/tripledes.js +51 -0
  92. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.2.js +460 -0
  93. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.js +379 -353
  94. data/assets/themes/j1/modules/deeplAPI/js/deeplAPI.min.js +1 -1
  95. data/assets/themes/j1/modules/{fam/css/theme/uno/fam.css → fab/css/theme/uno/fab.css} +32 -28
  96. data/assets/themes/j1/modules/{fam/css/theme/uno/fam.min.css → fab/css/theme/uno/fab.min.css} +3 -3
  97. data/assets/themes/j1/modules/{materialize → fab}/js/cash.js +20 -2
  98. data/assets/themes/j1/modules/{fam/js/fam.js → fab/js/fab.js} +4 -2
  99. data/assets/themes/j1/modules/gtag-opt-in/js/gtag-opt-in.js +107 -0
  100. data/assets/themes/j1/modules/{util/js/gtag-opt-in.js → gtag-opt-in/js/gtag-opt-in.min.js} +15 -1
  101. data/assets/themes/j1/modules/lightGallery/js/modules/lg-thumbnail.min.js +4 -1
  102. data/assets/themes/j1/modules/materialize/js/autocomplete.js +1 -1
  103. data/assets/themes/j1/modules/materialize/js/bin/materialize.js +12374 -0
  104. data/assets/themes/j1/modules/materialize/js/bin/materialize.min.js +6 -0
  105. data/assets/themes/j1/modules/materialize/js/global.js +1 -1
  106. data/assets/themes/j1/modules/materialize/js/select.js +1 -1
  107. data/assets/themes/j1/modules/materialize/js/{tapTarget.js → tapTarget.cash.js} +1 -1
  108. data/assets/themes/j1/modules/materialize/js/tapTarget.jQuery.js +187 -0
  109. data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.css +278 -0
  110. data/assets/themes/j1/modules/popper/js/popper.js +1670 -2346
  111. data/assets/themes/j1/modules/popper/js/popper.min.js +6 -4
  112. data/assets/themes/j1/modules/popper/js/popper.min.js.map +1 -1
  113. data/assets/themes/j1/modules/scroller/js/scroller.js +6 -6
  114. data/assets/themes/j1/modules/scroller/js/scroller.min.js +1 -1
  115. data/assets/themes/j1/modules/translator/js/translator.js +6 -2
  116. data/assets/themes/j1/modules/translator/js/translator.min.js +1 -1
  117. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.js +2 -2
  118. data/assets/themes/j1/modules/twemoji/js/picker/twemoji-picker.min.js +1 -1
  119. data/exe/j1 +6 -7
  120. data/lib/j1/commands/generate.rb +15 -16
  121. data/lib/j1/version.rb +1 -1
  122. data/lib/starter_web/Gemfile +7 -1
  123. data/lib/starter_web/_config.yml +21 -24
  124. data/lib/starter_web/_data/_defaults/j1_config.yml +1 -1
  125. data/lib/starter_web/_data/_defaults/private.yml +3 -2
  126. data/lib/starter_web/_data/_defaults/resources.yml +1 -1
  127. data/lib/starter_web/_data/blocks/banner.yml +71 -68
  128. data/lib/starter_web/_data/blocks/defaults/banner.yml +5 -5
  129. data/lib/starter_web/_data/blocks/defaults/panel.yml +3 -3
  130. data/lib/starter_web/_data/blocks/panel.yml +171 -73
  131. data/lib/starter_web/_data/builder/defaults/_blog_navigator.yml +396 -0
  132. data/lib/starter_web/_data/builder/defaults/blog_navigator.yml +77 -64
  133. data/lib/starter_web/_data/j1_config.yml +3 -3
  134. data/lib/starter_web/_data/layouts/article_navigator.yml +1 -1
  135. data/lib/starter_web/_data/layouts/blog_archive.yml +1 -1
  136. data/lib/starter_web/_data/layouts/collection.yml +1 -1
  137. data/lib/starter_web/_data/layouts/default.yml +1 -1
  138. data/lib/starter_web/_data/layouts/home.yml +6 -26
  139. data/lib/starter_web/_data/layouts/news_panel_posts.yml +1 -1
  140. data/lib/starter_web/_data/layouts/page.yml +1 -1
  141. data/lib/starter_web/_data/layouts/post.yml +1 -1
  142. data/lib/starter_web/_data/modules/defaults/attics.yml +1 -1
  143. data/lib/starter_web/_data/modules/defaults/{fam.yml → fab.yml} +8 -7
  144. data/lib/starter_web/_data/modules/defaults/navigator.yml +3 -0
  145. data/lib/starter_web/_data/modules/defaults/rtable.yml +2 -1
  146. data/lib/starter_web/_data/modules/defaults/scoller.yml +33 -0
  147. data/lib/starter_web/_data/modules/defaults/themer.yml +1 -1
  148. data/lib/starter_web/_data/modules/defaults/toccer.yml +5 -4
  149. data/lib/starter_web/_data/modules/{fam.yml → fab.yml} +31 -31
  150. data/lib/starter_web/_data/modules/scroller.yml +2 -2
  151. data/lib/starter_web/_data/modules/toccer.yml +3 -5
  152. data/lib/starter_web/_data/modules/translator.yml +3 -3
  153. data/lib/starter_web/_data/private.yml +3 -2
  154. data/lib/starter_web/_data/resources.yml +72 -33
  155. data/lib/starter_web/_includes/attributes.asciidoc +121 -122
  156. data/lib/starter_web/_plugins/encodeBase64.rb +46 -0
  157. data/lib/starter_web/_plugins/encryptAES.rb +53 -0
  158. data/lib/starter_web/_plugins/filters.rb +2 -1
  159. data/lib/starter_web/_plugins/lunr_index.rb +1 -1
  160. data/lib/starter_web/_plugins/minifyJSON.rb +2 -2
  161. data/lib/starter_web/assets/images/pages/roundtrip/500_themes/themes-menu-1280x800.jpg +0 -0
  162. data/lib/starter_web/collections/posts/public/featured/_posts/0000-00-00-welcome-to-j1.adoc.erb +1 -4
  163. data/lib/starter_web/collections/posts/public/featured/_posts/2021-01-01-about-cookies.adoc +2 -2
  164. data/lib/starter_web/collections/posts/public/featured/_posts/2021-02-01-site-generators.adoc +2 -2
  165. data/lib/starter_web/collections/posts/public/featured/_posts/2021-03-03-about-j1.adoc +2 -2
  166. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-01-post-wiki-series.adoc +1 -1
  167. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-02-post-wiki-series.adoc +1 -1
  168. data/lib/starter_web/collections/posts/public/series/_posts/2020-01-03-post-wiki-series.adoc +2 -2
  169. data/lib/starter_web/index.html +1 -1
  170. data/lib/starter_web/package.json +1 -1
  171. data/lib/starter_web/pages/_test_pages/100_side-bar-tester.adoc +244 -0
  172. data/lib/starter_web/pages/_test_pages/_includes/attributes.asciidoc +110 -0
  173. data/lib/starter_web/pages/_test_pages/_includes/documents/100_gistblock.asciidoc +28 -0
  174. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_info.asciidoc +14 -0
  175. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_left_warning.asciidoc +11 -0
  176. data/lib/starter_web/pages/_test_pages/_includes/documents/410_bottom_right_danger.asciidoc +11 -0
  177. data/lib/starter_web/pages/_test_pages/_includes/documents/410_central_success.asciidoc +11 -0
  178. data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_left_info.asciidoc +11 -0
  179. data/lib/starter_web/pages/_test_pages/_includes/documents/410_full_height_right_success.asciidoc +11 -0
  180. data/lib/starter_web/pages/_test_pages/_includes/documents/410_table_bs_modal_examples.asciidoc +47 -0
  181. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_info.asciidoc +11 -0
  182. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_left_info.asciidoc +11 -0
  183. data/lib/starter_web/pages/_test_pages/_includes/documents/410_top_right_success.asciidoc +11 -0
  184. data/lib/starter_web/pages/_test_pages/_includes/documents/419_advanced_modals_demo.asciidoc +337 -0
  185. data/lib/starter_web/pages/_test_pages/_includes/documents/tables/bs_modal_examples.asciidoc +47 -0
  186. data/lib/starter_web/pages/_test_pages/accordion-01-tester.adoc +220 -0
  187. data/lib/starter_web/pages/_test_pages/accordion-02-tester.adoc +177 -0
  188. data/lib/starter_web/pages/_test_pages/accordion-03-tester.adoc +148 -0
  189. data/lib/starter_web/pages/_test_pages/attribute-changes-01-tester.adoc +226 -0
  190. data/lib/starter_web/pages/_test_pages/backdrop-tester.adoc +109 -0
  191. data/lib/starter_web/pages/_test_pages/button-tester-1.adoc +127 -0
  192. data/lib/starter_web/pages/_test_pages/card-tester.adoc +128 -0
  193. data/lib/starter_web/pages/_test_pages/cookieConsent.adoc +96 -0
  194. data/lib/starter_web/pages/_test_pages/deepl.0.adoc +258 -0
  195. data/lib/starter_web/pages/_test_pages/deepl.adoc +204 -0
  196. data/lib/starter_web/pages/_test_pages/desandro-button.adoc +171 -0
  197. data/lib/starter_web/pages/_test_pages/desandro.adoc +147 -0
  198. data/lib/starter_web/pages/_test_pages/flipcard-1-tester.adoc +308 -0
  199. data/lib/starter_web/pages/_test_pages/formular-01-tester.adoc +167 -0
  200. data/lib/starter_web/pages/_test_pages/formular-02-tester.adoc +727 -0
  201. data/lib/starter_web/pages/_test_pages/google-translate-tester.0.adoc +113 -0
  202. data/lib/starter_web/pages/_test_pages/google-translate-tester.1.adoc +233 -0
  203. data/lib/starter_web/pages/_test_pages/google-translate-tester.3.adoc +149 -0
  204. data/lib/starter_web/pages/_test_pages/google-translate-tester.4.adoc +239 -0
  205. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-2.adoc +183 -0
  206. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-3.adoc +235 -0
  207. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-4.adoc +222 -0
  208. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester-5.adoc +119 -0
  209. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.1.adoc +236 -0
  210. data/lib/starter_web/pages/_test_pages/infinite-scroll-tester.adoc +225 -0
  211. data/lib/starter_web/pages/_test_pages/list-group-tester.adoc +265 -0
  212. data/lib/starter_web/pages/_test_pages/tictok.adoc +127 -0
  213. data/lib/starter_web/pages/public/about/about_site.adoc +1 -1
  214. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/000_intro.adoc +1 -1
  215. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/100_converter.adoc +1 -1
  216. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/200_themes.adoc +1 -1
  217. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.a2p +1 -1
  218. data/lib/starter_web/pages/public/asciidoc_skeletons/documentation/documentation.adoc +2 -2
  219. data/lib/starter_web/pages/public/asciidoc_skeletons/multi-document/multi.adoc +2 -2
  220. data/lib/starter_web/pages/public/asciidoc_skeletons/simple-document/simple.adoc +2 -2
  221. data/lib/starter_web/pages/public/blog/navigator/archive/categoryview.html +5 -5
  222. data/lib/starter_web/pages/public/blog/navigator/archive/dateview.html +4 -4
  223. data/lib/starter_web/pages/public/blog/navigator/archive/tagview.html +4 -3
  224. data/lib/starter_web/pages/public/blog/navigator/archive.html +4 -4
  225. data/lib/starter_web/pages/public/blog/navigator/index.html +1 -1
  226. data/lib/starter_web/pages/public/learn/quickstart.adoc +3 -3
  227. data/lib/starter_web/pages/public/learn/roundtrip/100_present_images.adoc +2 -2
  228. data/lib/starter_web/pages/public/learn/roundtrip/100_present_videos.adoc +2 -2
  229. data/lib/starter_web/pages/public/learn/roundtrip/200_typography.adoc +6 -7
  230. data/lib/starter_web/pages/public/learn/roundtrip/300_icon_fonts.adoc +2 -2
  231. data/lib/starter_web/pages/public/learn/roundtrip/400_asciidoc_extensions.adoc +2 -2
  232. data/lib/starter_web/pages/public/learn/roundtrip/410_bs_modals_extentions.adoc +3 -3
  233. data/lib/starter_web/pages/public/learn/roundtrip/420_responsive_tables_extensions.adoc +2 -2
  234. data/lib/starter_web/pages/public/learn/roundtrip/500_themes.adoc +4 -4
  235. data/lib/starter_web/pages/public/learn/roundtrip/600_quicksearch.adoc +13 -11
  236. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +1 -1
  237. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_info.asciidoc +3 -3
  238. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_left_warning.asciidoc +1 -1
  239. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_bottom_right_danger.asciidoc +1 -1
  240. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_central_success.asciidoc +1 -1
  241. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_left_info.asciidoc +1 -1
  242. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_full_height_right_success.asciidoc +1 -1
  243. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_info.asciidoc +1 -1
  244. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_left_info.asciidoc +1 -1
  245. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/410_top_right_success.asciidoc +1 -1
  246. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/419_advanced_modals_demo.asciidoc +51 -51
  247. data/lib/starter_web/pages/public/learn/where_to_go.adoc +3 -3
  248. data/lib/starter_web/pages/public/legal/de/100_copyright.adoc +3 -3
  249. data/lib/starter_web/pages/public/legal/de/100_impress.adoc +3 -3
  250. data/lib/starter_web/pages/public/legal/de/300_privacy.adoc +7 -7
  251. data/lib/starter_web/pages/public/legal/de/400_comment_policy.adoc +3 -3
  252. data/lib/starter_web/pages/public/legal/en/100_copyright.adoc +3 -3
  253. data/lib/starter_web/pages/public/legal/en/200_impress.adoc +3 -3
  254. data/lib/starter_web/pages/public/legal/en/300_privacy.adoc +6 -7
  255. data/lib/starter_web/pages/public/legal/en/400_comment_policy.adoc +3 -3
  256. data/lib/starter_web/pages/public/manuals/dropdown-help.adoc +1 -1
  257. data/lib/starter_web/pages/public/panels/intro_panel/_includes/attributes.asciidoc +55 -0
  258. data/lib/starter_web/pages/public/panels/intro_panel/panel.adoc +53 -5
  259. data/lib/starter_web/pages/public/previewer/preview_bootstrap_theme.adoc +1688 -686
  260. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  261. data/lib/starter_web/utilsrv/package.json +1 -1
  262. metadata +107 -29
  263. data/assets/themes/j1/core/css/themes/uno-dark/bootstrap.min.css +0 -1
  264. data/assets/themes/j1/core/css/themes/uno-light/bootstrap.min.css +0 -23
  265. data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.css +0 -12177
  266. data/assets/themes/j1/modules/bmd/css/bootstrap-material-design.min.css +0 -8
  267. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.full.js +0 -6930
  268. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js +0 -6936
  269. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.js.map +0 -1
  270. data/assets/themes/j1/modules/bmd/js/bootstrap-material-design.min.js +0 -1
  271. data/assets/themes/j1/modules/popper/js/popper.js.map +0 -1
  272. data/assets/themes/j1/modules/util/js/domready.js +0 -146
  273. data/lib/j1/commands/help.rb +0 -32
  274. data/lib/j1/commands/module.rb +0 -69
  275. data/lib/starter_web/_data/blocks/defaults/panel.1.yml +0 -256
  276. data/lib/starter_web/_data/blocks/defaults/panel.2.yml +0 -250
@@ -42,7 +42,7 @@ resource_options:
42
42
  This article highlights top OpenSource projects providing static site
43
43
  generators in many different programming languages. And Jekyll is only
44
44
  one of them. Have a look if a full-blown CMS is (really) needed for your
45
- project!
45
+ project.
46
46
 
47
47
  excerpt__end
48
48
 
@@ -58,7 +58,7 @@ excerpt__end
58
58
  // Page content
59
59
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
60
60
 
61
- // Include sub-documents
61
+ // Include sub-documents (if any)
62
62
  // -----------------------------------------------------------------------------
63
63
 
64
64
  [[readmore]]
@@ -7,7 +7,7 @@ tags: [ J1, Template ]
7
7
 
8
8
  image: /assets/images/modules/attics/runner-1920x1200.jpg
9
9
 
10
- fam_menu_id: default
10
+ fab_menu_id: default
11
11
 
12
12
  regenerate: false
13
13
 
@@ -59,7 +59,7 @@ excerpt__end
59
59
  // Page content
60
60
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
61
61
 
62
- // Include sub-documents
62
+ // Include sub-documents (if any)
63
63
  // -----------------------------------------------------------------------------
64
64
 
65
65
  ifeval::[{badges-enabled} == true]
@@ -55,7 +55,7 @@ excerpt__end
55
55
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56
56
  // Read: link:{wikipedia-article}[From Wikipedia, the free encyclopedia, window="_blank"].
57
57
 
58
- // Include sub-documents
58
+ // Include sub-documents (if any)
59
59
  // -----------------------------------------------------------------------------
60
60
  [[readmore]]
61
61
  == Physical
@@ -55,7 +55,7 @@ excerpt__end
55
55
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
56
56
  // Read: link:{wikipedia-article}[From Wikipedia, the free encyclopedia, window="_blank"].
57
57
 
58
- // Include sub-documents
58
+ // Include sub-documents (if any)
59
59
  // -----------------------------------------------------------------------------
60
60
  [[readmore]]
61
61
  == Conservation
@@ -55,7 +55,7 @@ excerpt__end
55
55
  // Page content
56
56
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
57
57
 
58
- // Include sub-documents
58
+ // Include sub-documents (if any)
59
59
  // -----------------------------------------------------------------------------
60
60
 
61
61
  // Load Liquid procedures
@@ -71,7 +71,7 @@ excerpt__end
71
71
  // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
72
72
  // Read: link:{wikipedia-article}[From Wikipedia, the free encyclopedia, window="_blank"].
73
73
 
74
- // Include sub-documents
74
+ // Include sub-documents (if any)
75
75
  // -----------------------------------------------------------------------------
76
76
  [[readmore]]
77
77
  == Columbia River
@@ -26,7 +26,7 @@ analytics: true
26
26
  advertising: false
27
27
  comments: false
28
28
 
29
- fam_menu_id: default
29
+ fab_menu_id: default
30
30
  scrollbar: false
31
31
  toc: false
32
32
 
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "private": true,
3
3
  "name": "j1_starter",
4
- "version": "2021.3.2",
4
+ "version": "2022.0.3",
5
5
  "description": "J1 Template Starter Web",
6
6
  "homepage": "https://your.site",
7
7
  "author": {
@@ -0,0 +1,244 @@
1
+ ---
2
+ title: Tester
3
+ tagline: sidebar
4
+ date: 2020-11-03 00:00:00 +100
5
+ description: >
6
+ Welcome to the preview page focussing on the image module. This page
7
+ shows some valuable features of the J1 Template to manage your image-based
8
+ content using lightboxes, carousels (slider), and galleries.
9
+
10
+ categories: [ Testpages ]
11
+ tags: [ Example ]
12
+
13
+ comments: false
14
+ fab_menu_id: page_ctrl_simple
15
+
16
+ permalink: /pages/public/learn/side_bar_tester/
17
+ regenerate: false
18
+
19
+ resources: [
20
+ clipboard, rouge, carousel, lightbox,
21
+ justifiedGallery, lightGallery
22
+ ]
23
+ resource_options:
24
+ - attic:
25
+ padding_top: 400
26
+ padding_bottom: 50
27
+ opacity: 0.5
28
+ slides:
29
+ - url: /assets/images/pages/roundtrip/images-1920x1280-bw.jpg
30
+ alt: Photo by Ricardo Gomez Angel on Unsplash
31
+ badge:
32
+ type: unsplash
33
+ author: Ricardo Gomez Angel
34
+ href: https://unsplash.com/@ripato/portfolio
35
+ ---
36
+
37
+ // Page Initializer
38
+ // =============================================================================
39
+ // Enable the Liquid Preprocessor
40
+ :page-liquid:
41
+
42
+ // Set (local) page attributes here
43
+ // -----------------------------------------------------------------------------
44
+ // :page--attr: <attr-value>
45
+ :images-dir: {imagesdir}/pages/roundtrip/100_present_images
46
+
47
+ // Load Liquid procedures
48
+ // -----------------------------------------------------------------------------
49
+ {% capture load_attributes %}themes/{{site.template.name}}/procedures/global/attributes_loader.proc{%endcapture%}
50
+
51
+ // Load page attributes
52
+ // -----------------------------------------------------------------------------
53
+ {% include {{load_attributes}} scope="all" %}
54
+
55
+ // Page content
56
+ // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
57
+
58
+ // Include sub-documents (if any)
59
+ // -----------------------------------------------------------------------------
60
+
61
+ Welcome to the first preview page focussing on the image module. This page
62
+ shows some valuable features of the J1 Template to manage your image-based
63
+ content using lightboxes, carousels (slider), and galleries.
64
+
65
+ The image module offers complex functionality based on powerful OpenSource
66
+ libraries like JustifiedGallery for high-end, masonry-styled preview maps.
67
+ J1 Template uses the jQuery plugin Owl Carousel as a base for image sliders.
68
+ A carousel app (slider) lets you present your images as shows.
69
+
70
+ Lightboxes like LightGallery or Lightbox V2 support your web for enlarged
71
+ image views of your picture or video content. Have a look, a quick tour
72
+ of what J1 can do for image data. Have fun!
73
+
74
+ == J1 Lightboxes
75
+
76
+ A Lightbox, in general, is a helper which displays enlarged, almost
77
+ screen-filling versions of pictures (or videos) while dimming the rest of the
78
+ page. The technique, introduced by Lightbox V2, gained widespread popularity
79
+ due to its simple and elegant style. The term lightbox is used since then for
80
+ Javascript libraries to support such functionality.
81
+
82
+ For the J1 Template, two different lightboxes can be used:
83
+
84
+ * Lightbox V2 (lightbox)
85
+ * LightGallery
86
+
87
+ The default lightbox used by J1 Template is Lightbox V2, a Javascript library
88
+ written by _Lokesh Dhakar_. The name of that (build-in) is simply: lightbox.
89
+ For more complex use cases, like a thumbnail gallery preview or video support,
90
+ LightGallery can be used alternatively.
91
+
92
+ NOTE: The name LightGallery implies a sort of a Gallery, but the library is a
93
+ _lightbox_. And, LightGallery provides much more functionality on image-based
94
+ data rather than enlarged displaying of images. See the examples below to check
95
+ for the differences in comparison to the simpler Lightbox V2 lightbox.
96
+
97
+ Both lightboxes are fully integrated to be used as standalone modules or
98
+ used as helpers *under-the-hood* by other apps or modules focussing on
99
+ image-data like gallery or carousel, the build-in carousel module.
100
+
101
+ == Lightbox Examples
102
+
103
+ Find below an example of using the lightbox Lightbox standalone. See how
104
+ single (individual) images are linked for use with Lightbox.
105
+
106
+ .Lightbox block for standalone images
107
+ lightbox::example-standalone[ 400, {data-images-standalone} ]
108
+
109
+ Lightbox supports image groups (image sets). Click on the images below to
110
+ see how Lightbox manages a group of images.
111
+
112
+ .Lightbox block for grouped images
113
+ lightbox::example-group[ 400, {data-images-group}, group ]
114
+
115
+ === LightGallery Example
116
+
117
+ LightGallery provides more complex functions on image data. The module
118
+ supports a gallery-style thumbnail preview plus image resizing, a download
119
+ dialog, sharing provider support, and some more helpful. Check what
120
+ LightGallery can do by the following example.
121
+
122
+ gallery::jg_old_times[]
123
+
124
+
125
+ ++++
126
+
127
+ <button class="btn u-sidebar-navigation__toggler" id="sideNav-toggler" aria-haspopup="true" aria-expanded="false" aria-controls="sideNav" aria-label="Toggle Header" data-bs-target="#sideNav" style="display: block;">
128
+ <i id="fam-icon" class="mdi mdi-wrap mdi-"></i>
129
+ </button>
130
+
131
+ <style>
132
+
133
+ /* Sidebar shortcode navigation styles */
134
+ /*------------------------------------
135
+ Sidebar Navigation
136
+ ------------------------------------*/
137
+ @media all and (min-width: 992px) {
138
+ .u-sidebar-navigation {
139
+ position: fixed;
140
+ top: 0;
141
+ left: -21.42857rem;
142
+ width: 300px;
143
+ }
144
+ }
145
+
146
+ /*
147
+ .u-sidebar-navigation-inner {
148
+ background-color: #1c2434;
149
+ color: #fff;
150
+ padding: 20px 0;
151
+ }
152
+
153
+ .u-sidebar-navigation__search-input {
154
+ border-radius: 3px;
155
+ border: none;
156
+ }
157
+
158
+ .u-sidebar-navigation .nav-link {
159
+ color: #fff;
160
+ padding: 0.5rem 1.42857rem;
161
+ }
162
+
163
+ .u-sidebar-navigation .nav-link:hover {
164
+ background-color: rgba(255, 255, 255, 0.15);
165
+ }
166
+
167
+ .u-sidebar-navigation .nav-link.active {
168
+ background-color: rgba(255, 255, 255, 0.1);
169
+ }
170
+
171
+ */
172
+ .u-sidebar-navigation__toggler {
173
+ position: fixed;
174
+ top: 120px;
175
+ left: 0;
176
+ width: 53px;
177
+ height: 53px;
178
+ background-color: #1c2434;
179
+ color: #fff;
180
+ border-radius: 0 3px 3px 0;
181
+ font-size: 22px;
182
+ z-index: 2;
183
+ }
184
+
185
+ .u-sidebar-navigation__toggler:hover, .u-sidebar-navigation__toggler:focus {
186
+ color: #fff;
187
+ }
188
+
189
+ /*
190
+ .u-sidebar-navigation__closer {
191
+ position: absolute;
192
+ top: 22px;
193
+ right: 15px;
194
+ width: 25px;
195
+ height: 25px;
196
+ padding: 0;
197
+ color: #fff;
198
+ background-color: transparent;
199
+ z-index: 3;
200
+ }
201
+
202
+ .u-sidebar-navigation__closer:hover, .u-sidebar-navigation__closer:focus {
203
+ color: #fff;
204
+ }
205
+
206
+ @media all and (max-width: 992px - 1) {
207
+ .u-sidebar-navigation-list {
208
+ display: block;
209
+ -webkit-columns: 4;
210
+ columns: 4;
211
+ }
212
+ .u-sidebar-navigation-list .dropdown-toggle {
213
+ display: none;
214
+ }
215
+ .u-sidebar-navigation-list .dropdown-menu {
216
+ display: block;
217
+ max-height: 100%;
218
+ margin: 0;
219
+ float: none;
220
+ opacity: 1;
221
+ }
222
+ }
223
+
224
+ @media all and (max-width: 768px - 1) {
225
+ .u-sidebar-navigation-list {
226
+ -webkit-columns: 3;
227
+ columns: 3;
228
+ }
229
+ }
230
+
231
+ @media all and (max-width: 576px - 1) {
232
+ .u-sidebar-navigation-list {
233
+ -webkit-columns: 1;
234
+ columns: 1;
235
+ }
236
+ }
237
+
238
+ .u-has-sidebar-navigation .u-header__overlay {
239
+ display: none;
240
+ }
241
+ */
242
+
243
+ </style>
244
+ ++++
@@ -0,0 +1,110 @@
1
+ // ~/document_base_folder/000_includes
2
+ // Asciidoc attribute includes: attributes.asciidoc
3
+ // -----------------------------------------------------------------------------
4
+
5
+ // URLs - Internal references and/or sources on the Internet
6
+ // -----------------------------------------------------------------------------
7
+ tag::urls[]
8
+
9
+ :bootstrap-home: https://getbootstrap.com/
10
+ :bs_doc_components_modal: https://getbootstrap.com/docs/4.3/components/modal/
11
+
12
+ :bootswatch-home: https://bootswatch.com/
13
+ :bootswatch-api: https://bootswatch.com/help/#api
14
+
15
+ :mdb-home: https://mdbootstrap.com/
16
+ :mdb-bs-modals: https://mdbootstrap.com/docs/jquery/modals/basic/
17
+ :mdb-bs-modals-legacy: https://mdbootstrap.com/legacy/4.3.2/?page=javascript/modals
18
+
19
+ :w3org-css-spec: https://www.w3.org/Style/CSS/specs.en.html
20
+ :w3schools-css-tutorial: https://www.w3schools.com/css/default.asp
21
+
22
+ :fontawesome-home: https://fontawesome.com/
23
+ :fontawesome-icons: https://fontawesome.com/icons?d=gallery
24
+ :fontawesome-get-started: https://fontawesome.com/get-started
25
+
26
+ :mdi-home: https://materialdesignicons.com/
27
+ :mdi-icons-cheatsheet: https://cdn.materialdesignicons.com/3.3.92/
28
+
29
+ :iconify-home: https://iconify.design/
30
+ :iconify-icon-sets: https://iconify.design/icon-sets/
31
+ :iconify-medical-icons: https://iconify.design/icon-sets/medical-icon/
32
+ :iconify-brand-icons: https://iconify.design/icon-sets/logos/
33
+
34
+ :jekyll-one-core-doc-color-scheme: https://support.jekyll-one.com/user_guide/core/color_scheme
35
+
36
+ :light-gallery-license: http://sachinchoolur.github.io/lightGallery/docs/license.html
37
+
38
+ :asciidoctor-extensions-lab: https://github.com/asciidoctor/asciidoctor-extensions-lab
39
+ :asciidoctor-extensions-use-extension: https://github.com/asciidoctor/asciidoctor-extensions-lab#using-an-extension
40
+ :asciidoctor-user-manual-extensions: http://asciidoctor.org/docs/user-manual/#extensions
41
+
42
+ :roundtrip_data_slider_picker: /pages/public/learn/roundtrip/data_slider_picker
43
+ :roundtrip_image_headers: /pages/public/learn/roundtrip/image_header
44
+ :roundtrip_image_headers: /pages/public/learn/roundtrip/image_header
45
+
46
+ :roundtrip-readme-first: /pages/public/learn/read_me_first/
47
+ :roundtrip-present-images: /pages/public/learn/roundtrip/present_images/
48
+ :roundtrip-present-videos: /pages/public/learn/roundtrip/present_videos/
49
+ :roundtrip-cards: /pages/public/learn/roundtrip/cards/
50
+ :roundtrip-typography: /pages/public/learn/roundtrip/typography/
51
+ :roundtrip-asciidoc-extensions: /pages/public/learn/roundtrip/asciidoc_extensions/
52
+ :roundtrip-extended-modals: /pages/public/learn/roundtrip/modals/
53
+ :roundtrip-icon-fonts: /pages/public/learn/roundtrip/mdi_icon_font/
54
+ :roundtrip-responsive-tables: /pages/public/learn/roundtrip/responsive_tables/
55
+ :roundtrip-themes: /pages/public/learn/roundtrip/themes/
56
+ :roundtrip-quicksearch: /pages/public/learn/roundtrip/quicksearch/
57
+
58
+ :github-gist-home: https://gist.github.com/
59
+ :asciidoc-extensions-gist-example: https://gist.github.com/mojavelinux/5546622
60
+
61
+ :previewer-emoji: /pages/public/previewer/twitter_emoji/
62
+ :previewer-mdi: /pages/public/previewer/mdi_font/
63
+
64
+ :previewer-theme: /pages/public/previewer/theme/
65
+
66
+ :kickstarter-web-in-a-day: https://jekyll.one/pages/public/learn/kickstarter/web_in_a_day/meet_and_greet/
67
+ end::urls[]
68
+
69
+
70
+ // FOOTNOTES, global asciidoc attributes (variables)
71
+ // -----------------------------------------------------------------------------
72
+ tag::footnotes[]
73
+ end::footnotes[]
74
+
75
+
76
+ // Tags - Asciidoc attributes used internally
77
+ // -----------------------------------------------------------------------------
78
+ tag::tags[]
79
+ end::tags[]
80
+
81
+
82
+ // Data - Data elements for Asciidoctor extensions
83
+ // -----------------------------------------------------------------------------
84
+ tag::data[]
85
+
86
+ :data-images-standalone: "pages/roundtrip/100_present_images/lightbox-image-1.jpg, Golden Gate Bridge with San Francisco in distance, pages/roundtrip/100_present_images/lightbox-image-2.jpg, Forest with mountains behind"
87
+ :data-images-group: "pages/roundtrip/100_present_images/lightbox-image-1.jpg, Golden Gate Bridge with San Francisco in distance, pages/roundtrip/100_present_images/lightbox-image-2.jpg, Forest with mountains behind"
88
+
89
+ :data-quicksearch-icon: "pages/roundtrip/600_quicksearch/quicksearch_icon-800x200.jpg, Search button (magnifier) in the quick access area"
90
+ :data-quicksearch-input: "pages/roundtrip/600_quicksearch/quicksearch_input-800x200.jpg, Input bar for a QuickSearch"
91
+
92
+ end::data[]
93
+
94
+
95
+ // Images - Images from local include/images folder
96
+ // -----------------------------------------------------------------------------
97
+ tag::images[]
98
+ end::images[]
99
+
100
+
101
+ // PRODUCTS, local product information (e.g. release)
102
+ // -----------------------------------------------------------------------------
103
+ tag::products[]
104
+ end::products[]
105
+
106
+
107
+ // AUTHORS, local author information (e.g. article)
108
+ // -----------------------------------------------------------------------------
109
+ tag::authors[]
110
+ end::authors[]
@@ -0,0 +1,28 @@
1
+ == Github Gist
2
+
3
+ Code snippets may helpful to support your readers for existing code examples.
4
+ An excellent place for code snippets is Gist at Github. To embed an existing
5
+ gist into your documents, the Asciidoc Extention *Gist block* provides the
6
+ block macro `gist::` to do so.
7
+
8
+ The following gist snippet is taken from {asciidoc-extensions-gist-example}[this example, window="_blank"]:
9
+
10
+ [source, prometheus, role="noclip"]
11
+ ----
12
+ .Gist title
13
+ gist::git_address[] <1>
14
+ ----
15
+ <1> For `git_address`, {github-gist-home}[, window="_blank"] is prepended automatically
16
+
17
+ .Example of a gist block
18
+ [source, prometheus, role="noclip"]
19
+ ----
20
+ .Guard setup to live preview AsciiDoc output
21
+ gist::mojavelinux/5546622[]
22
+ ----
23
+
24
+ [.result]
25
+ ====
26
+ .Guard setup to live preview AsciiDoc output
27
+ gist::mojavelinux/5546622[]
28
+ ====
@@ -0,0 +1,14 @@
1
+ // === Bottom Info
2
+ // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
+
4
+ ++++
5
+ <div class="ml-2">
6
+ <!-- Button trigger modal -->
7
+ <button type="button"
8
+ class="btn btn-primary"
9
+ data-bs-toggle="modal"
10
+ data-bs-target="#frameModalBottomSuccessDemo">
11
+ Launch Example
12
+ </button>
13
+ </div>
14
+ ++++
@@ -0,0 +1,11 @@
1
+ // === Bottom Left Warning
2
+ // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
+
4
+ ++++
5
+ <div class="ml-2">
6
+ <!-- Button trigger modal -->
7
+ <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#sideModalBLWarningDemo">
8
+ Launch Example
9
+ </button>
10
+ </div>
11
+ ++++
@@ -0,0 +1,11 @@
1
+ // === Bottom Right Danger
2
+ // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
+
4
+ ++++
5
+ <div class="ml-2">
6
+ <!-- Button trigger modal -->
7
+ <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#sideModalBRDangerDemo">
8
+ Launch Example
9
+ </button>
10
+ </div>
11
+ ++++
@@ -0,0 +1,11 @@
1
+ // === Central Success
2
+ // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
+
4
+ ++++
5
+ <div class="ml-2">
6
+ <!-- Button trigger modal -->
7
+ <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#centralModalSuccessDemo">
8
+ Launch Example
9
+ </button>
10
+ </div>
11
+ ++++
@@ -0,0 +1,11 @@
1
+ // === Full Height Left Info
2
+ // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
+
4
+ ++++
5
+ <div class="ml-2">
6
+ <!-- Button trigger modal -->
7
+ <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#fluidModalLeftInfoDemo">
8
+ Launch Example
9
+ </button>
10
+ </div>
11
+ ++++
@@ -0,0 +1,11 @@
1
+ // === Full Height Right Success
2
+ // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
+
4
+ ++++
5
+ <div class="ml-2">
6
+ <!-- Button trigger modal -->
7
+ <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#fluidModalRightSuccessDemo">
8
+ Launch Example
9
+ </button>
10
+ </div>
11
+ ++++
@@ -0,0 +1,47 @@
1
+
2
+ .Selected extended BS modal examples
3
+ [cols="6a,3a,3a", options="header", width="100%", role="rtable"]
4
+ |===============================================================================
5
+ |Postion |Class | Example
6
+
7
+ |`top`
8
+ |`info`
9
+ |
10
+ include::./410_top_info.asciidoc[]
11
+
12
+ |`top-right`
13
+ |`success`
14
+ |
15
+ include::./410_top_right_success.asciidoc[]
16
+
17
+ |`top-left`
18
+ |`info`
19
+ |
20
+ include::./410_top_left_info.asciidoc[]
21
+
22
+ |`bottom`
23
+ |`info`
24
+ |
25
+ include::./410_bottom_info.asciidoc[]
26
+
27
+ |`bottom-right`
28
+ |`danger`
29
+ |
30
+ include::./410_bottom_right_danger.asciidoc[]
31
+
32
+ |`bottom-left`
33
+ |`warning`
34
+ |
35
+ include::./410_bottom_left_warning.asciidoc[]
36
+
37
+ |`full-height right`
38
+ |`success`
39
+ |
40
+ include::./410_full_height_right_success.asciidoc[]
41
+
42
+ |`full-height left`
43
+ |`info`
44
+ |
45
+ include::./410_full_height_left_info.asciidoc[]
46
+
47
+ |===============================================================================
@@ -0,0 +1,11 @@
1
+ // === Top Info
2
+ // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
+
4
+ ++++
5
+ <div class="ml-2">
6
+ <!-- Button trigger modal -->
7
+ <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#frameModalTopInfoDemo">
8
+ Launch Example
9
+ </button>
10
+ </div>
11
+ ++++
@@ -0,0 +1,11 @@
1
+ // === Top Left Info
2
+ // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
+
4
+ ++++
5
+ <div class="ml-2">
6
+ <!-- Button trigger modal -->
7
+ <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#sideModalTLInfoDemo">
8
+ Launch Example
9
+ </button>
10
+ </div>
11
+ ++++
@@ -0,0 +1,11 @@
1
+ // === Top Right Success
2
+ // Add `.modal-dialog-centered` to `.modal-dialog` to vertically center the modal.
3
+
4
+ ++++
5
+ <div class="ml-2">
6
+ <!-- Button trigger modal -->
7
+ <button type="button" class="btn btn-primary" data-bs-toggle="modal" data-bs-target="#sideModalTRSuccessDemo">
8
+ Launch Example
9
+ </button>
10
+ </div>
11
+ ++++