j1-template 2023.3.1 → 2023.3.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (124) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/themes/j1/layouts/content_generator_news_panel_posts.html +11 -9
  3. data/_includes/themes/j1/layouts/content_generator_post.html +1 -1
  4. data/_includes/themes/j1/modules/navigator/generator.html +3 -3
  5. data/_includes/themes/j1/modules/searcher/procedures/topsearch.proc +5 -5
  6. data/_includes/themes/j1/procedures/collections/create_collection_article_preview.proc +3 -3
  7. data/_includes/themes/j1/procedures/global/select_icon_size.proc +9 -2
  8. data/_includes/themes/j1/procedures/layouts/default_writer.proc +1 -1
  9. data/_includes/themes/j1/procedures/posts/collate_timeline.proc +8 -8
  10. data/_includes/themes/j1/procedures/posts/create_series_header.proc +1 -1
  11. data/_layouts/category.html +2 -2
  12. data/assets/data/authclient.html +10 -12
  13. data/assets/data/banner.html +3 -3
  14. data/assets/data/fab.html +11 -8
  15. data/assets/data/footer.html +2 -3
  16. data/assets/data/gallery_customizer.html +2 -2
  17. data/assets/data/masonry.html +4 -4
  18. data/assets/data/masterslider.html +1 -1
  19. data/assets/data/menu.html +9 -6
  20. data/assets/data/panel.html +11 -11
  21. data/assets/data/quicklinks.html +3 -1
  22. data/assets/data/rtext_resizer.html +1 -1
  23. data/assets/data/slick.html +2 -2
  24. data/assets/data/translator.html +1 -1
  25. data/assets/themes/j1/adapter/js/carousel.js +2 -2
  26. data/assets/themes/j1/adapter/js/j1.js +99 -25
  27. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +1 -1
  28. data/assets/themes/j1/adapter/js/lazyLoader.js +221 -0
  29. data/assets/themes/j1/adapter/js/lunr.js +3 -3
  30. data/assets/themes/j1/adapter/js/navigator.js +3 -5
  31. data/assets/themes/j1/adapter/js/themeToggler.js +3 -3
  32. data/assets/themes/j1/adapter/js/themer.js +8 -5
  33. data/assets/themes/j1/core/css/icon-fonts/mdi.css +3 -7
  34. data/assets/themes/j1/core/css/icon-fonts/mdi.min.css +1 -1
  35. data/assets/themes/j1/core/css/icon-fonts/mdib.css +8391 -0
  36. data/assets/themes/j1/core/css/icon-fonts/mdib.min.css +1 -0
  37. data/assets/themes/j1/core/js/template.js +98 -31
  38. data/assets/themes/j1/core/js/template.min.js +2 -2
  39. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  40. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-base.json +2690 -0
  41. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-base.min.json +1 -0
  42. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.json +2 -2
  43. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.min.json +1 -1
  44. data/assets/themes/j1/modules/materialize/scss/components/_global.scss +1 -1
  45. data/assets/themes/j1/modules/materialize/scss/components/_navbar.scss +2 -2
  46. data/assets/themes/j1/modules/materialize/scss/components/_sidenav.scss +1 -1
  47. data/assets/themes/j1/modules/materialize/scss/components/forms/_input-fields.scss +2 -2
  48. data/assets/themes/j1/modules/themeSwitcher/js/switcher.js +1 -1
  49. data/assets/themes/j1/modules/themeSwitcher/js/switcher.min.js +1 -1
  50. data/lib/j1/version.rb +1 -1
  51. data/lib/starter_web/Gemfile +2 -2
  52. data/lib/starter_web/README.md +5 -5
  53. data/lib/starter_web/_config.yml +1 -1
  54. data/lib/starter_web/_data/blocks/banner.yml +1 -1
  55. data/lib/starter_web/_data/blocks/footer.yml +1 -1
  56. data/lib/starter_web/_data/blocks/panel.yml +47 -47
  57. data/lib/starter_web/_data/j1_config.yml +1 -1
  58. data/lib/starter_web/_data/layouts/default.yml +1 -1
  59. data/lib/starter_web/_data/modules/defaults/attics.yml +2 -2
  60. data/lib/starter_web/_data/modules/defaults/authentication.yml +1 -1
  61. data/lib/starter_web/_data/modules/defaults/blog_navigator.yml +20 -20
  62. data/lib/starter_web/_data/modules/defaults/fab.yml +3 -3
  63. data/lib/starter_web/_data/modules/defaults/iconPicker.yml +1 -1
  64. data/lib/starter_web/_data/modules/defaults/lazyLoader.yml +33 -0
  65. data/lib/starter_web/_data/modules/defaults/lunr.yml +2 -2
  66. data/lib/starter_web/_data/modules/defaults/masterslider.yml +1 -1
  67. data/lib/starter_web/_data/modules/defaults/navigator.yml +18 -18
  68. data/lib/starter_web/_data/modules/defaults/themer.yml +2 -2
  69. data/lib/starter_web/_data/modules/fab.yml +7 -7
  70. data/lib/starter_web/_data/modules/iconPicker.yml +3 -3
  71. data/lib/starter_web/_data/modules/lazyLoader.yml +93 -0
  72. data/lib/starter_web/_data/modules/navigator_menu.yml +24 -73
  73. data/lib/starter_web/_data/modules/nbinteract.yml +445 -490
  74. data/lib/starter_web/_data/resources.yml +67 -69
  75. data/lib/starter_web/_data/templates/feed.xml +1 -1
  76. data/lib/starter_web/_includes/custom/templates/collection_panel.html +2 -2
  77. data/lib/starter_web/_plugins/asciidoctor/fab-icon-inline.rb +1 -1
  78. data/lib/starter_web/_plugins/asciidoctor/fas-icon-inline.rb +1 -1
  79. data/lib/starter_web/_plugins/asciidoctor/mdil-icon-inline.rb +1 -1
  80. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  81. data/lib/starter_web/package.json +1 -1
  82. data/lib/starter_web/pages/public/learn/roundtrip/icon_fonts.adoc +152 -12
  83. data/lib/starter_web/pages/public/tools/cheatsheet/gem.adoc +4 -4
  84. data/lib/starter_web/pages/public/tools/cheatsheet/git.adoc +13 -13
  85. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  86. data/lib/starter_web/utilsrv/package.json +1 -1
  87. metadata +9 -39
  88. data/assets/data/nbinteract.html +0 -129
  89. data/assets/themes/j1/adapter/js/nbinteract.js +0 -1485
  90. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.json +0 -7312
  91. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-regular.min.json +0 -1
  92. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.css +0 -1315
  93. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.min.css +0 -7
  94. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.css +0 -886
  95. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.structure.min.css +0 -5
  96. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.css +0 -446
  97. data/assets/themes/j1/modules/jquery-3.5.1/css/jquery-ui/jquery-ui.theme.min.css +0 -5
  98. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.js +0 -37
  99. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/hasClass.min.js +0 -17
  100. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.js +0 -42
  101. data/assets/themes/j1/modules/jquery-3.5.1/js/extensions/removeClass.min.js +0 -17
  102. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.js +0 -19057
  103. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery-ui.min.js +0 -6
  104. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.js +0 -10872
  105. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.js +0 -2
  106. data/assets/themes/j1/modules/jquery-3.5.1/js/jquery.min.map +0 -1
  107. data/assets/themes/j1/modules/jquery-3.5.1/js/require.js +0 -2145
  108. data/assets/themes/j1/modules/jquery-3.5.1/js/require.min.js +0 -5
  109. data/assets/themes/j1/modules/nbinteract-core/LICENSE.txt +0 -60
  110. data/assets/themes/j1/modules/nbinteract-core/README.md +0 -226
  111. data/assets/themes/j1/modules/nbinteract-core/css/nbinteract.css +0 -191
  112. data/assets/themes/j1/modules/nbinteract-core/css/nbinteract.min.css +0 -19
  113. data/assets/themes/j1/modules/nbinteract-core/css/theme/uno/nbinteract.css +0 -250
  114. data/assets/themes/j1/modules/nbinteract-core/css/theme/uno/nbinteract.min.css +0 -15
  115. data/assets/themes/j1/modules/nbinteract-core/js/mathjax/latest.js +0 -19
  116. data/assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-chtml-full.js +0 -34
  117. data/assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-chtml.js +0 -1
  118. data/assets/themes/j1/modules/nbinteract-core/js/mathjax/tex-mml-chtml.js +0 -1
  119. data/assets/themes/j1/modules/nbinteract-core/js/nbinteract/README +0 -1
  120. data/assets/themes/j1/modules/nbinteract-core/js/nbinteract/j1-nbinteract-core.js +0 -94
  121. data/assets/themes/j1/modules/nbinteract-core/js/nbinteract/j1-nbinteract-core.js.map +0 -1
  122. data/assets/themes/j1/modules/nbinteract-core/js/requireJS/require.js +0 -2068
  123. data/assets/themes/j1/modules/nbinteract-core/js/requireJS/require.min.js +0 -36
  124. data/lib/starter_web/_data/modules/defaults/nbinteract.yml +0 -281
@@ -0,0 +1 @@
1
+ {"prefix":"mdib mdib-","icon-style":"mdib","list-icon":"mdib mdib-vector-square","version":"7.2.96","icons":["ab-testing","abacus","access-point","account","adjust","advertisements","advertisements-off","air-conditioner","air-filter","air-horn","air-humidifier","air-humidifier-off","air-purifier","air-purifier-off","airbag","airballoon","airballoon-outline","airplane","airplane-takeoff","airport","alarm","alarm-bell","alarm-light","alarm-light-off","alarm-light-off-outline","alarm-light-outline","album","alert","alert-box","alert-box-outline","alert-circle","alien","alien-outline","all-inclusive","all-inclusive-box","all-inclusive-box-outline","allergy","alpha","alpha-a","alpha-a-box","alpha-a-box-outline","alpha-b","alpha-b-box","alpha-b-box-outline","alpha-c","alpha-c-box","alpha-c-box-outline","alpha-d","alpha-d-box","alpha-d-box-outline","alpha-e","alpha-e-box","alpha-e-box-outline","alpha-f","alpha-f-box","alpha-f-box-outline","alpha-g","alpha-g-box","alpha-g-box-outline","alpha-h","alpha-h-box","alpha-h-box-outline","alpha-i","alpha-i-box","alpha-i-box-outline","alpha-j","alpha-j-box","alpha-j-box-outline","alpha-k","alpha-k-box","alpha-k-box-outline","alpha-l","alpha-l-box","alpha-l-box-outline","alpha-m","alpha-m-box","alpha-m-box-outline","alpha-n","alpha-n-box","alpha-n-box-outline","alpha-o","alpha-o-box","alpha-o-box-outline","alpha-p","alpha-p-box","alpha-p-box-outline","alpha-q","alpha-q-box","alpha-q-box-outline","alpha-r","alpha-r-box","alpha-r-box-outline","alpha-s","alpha-s-box","alpha-s-box-outline","alpha-t","alpha-t-box","alpha-t-box-outline","alpha-u","alpha-u-box","alpha-u-box-outline","alpha-v","alpha-v-box","alpha-v-box-outline","alpha-w","alpha-w-box","alpha-w-box-outline","alpha-x","alpha-x-box","alpha-x-box-outline","alpha-y","alpha-y-box","alpha-y-box-outline","alpha-z","alpha-z-box","alpha-z-box-outline","alphabet-aurebesh","alphabet-cyrillic","alphabet-greek","alphabet-latin","alphabet-piqad","alphabet-tengwar","alphabetical","alphabetical-off","alphabetical-variant","alphabetical-variant-off","altimeter","ambulance","ammunition","ampersand","amplifier","amplifier-off","anchor","android","android-studio","angle-acute","angle-obtuse","angle-right","angular","angularjs","animation","animation-outline","animation-play","animation-play-outline","ansible","antenna","anvil","apache-kafka","api","api-off","apple","apple-finder","apple-icloud","apple-ios","apple-keyboard-caps","apple-keyboard-command","apple-keyboard-control","apple-keyboard-option","apple-keyboard-shift","apple-safari","application","application-array","application-array-outline","application-braces","application-braces-outline","application-brackets","application-brackets-outline","application-cog","application-cog-outline","application-edit","application-edit-outline","application-export","application-import","application-outline","application-parentheses","application-parentheses-outline","application-settings","application-settings-outline","application-variable","application-variable-outline","approximately-equal","approximately-equal-box","apps","apps-box","arch","archive","arm-flex","arm-flex-outline","artboard","artstation","aspect-ratio","assistant","asterisk","asterisk-circle-outline","at","atlassian","atm","atom","atom-variant","attachment","atv","audio-input-rca","audio-input-stereo-minijack","audio-input-xlr","audio-video","audio-video-off","augmented-reality","auto-download","auto-fix","auto-upload","autorenew","autorenew-off","av-timer","awning","awning-outline","aws","axe","axe-battle","babel","baby","baby-bottle","baby-bottle-outline","baby-face","baby-face-outline","backburger","backspace","backspace-outline","backspace-reverse","backspace-reverse-outline","backup-restore","bacteria","bacteria-outline","badminton","bag-carry-on","bag-carry-on-check","bag-carry-on-off","bag-suitcase","bag-suitcase-outline","baguette","balcony","balloon","ballot","ballot-outline","ballot-recount","ballot-recount-outline","bandage","bank","barcode","barcode-off","barcode-scan","barley","barley-off","barn","barrel","barrel-outline","baseball","baseball-bat","baseball-diamond","baseball-diamond-outline","bash","basket","basketball","basketball-hoop","basketball-hoop-outline","bat","bathtub","bathtub-outline","battery","battery-10","battery-20","battery-30","battery-40","battery-50","battery-60","battery-70","battery-80","battery-90","battery-charging","battery-charging-10","battery-charging-100","battery-charging-20","battery-charging-30","battery-charging-40","battery-charging-50","battery-charging-60","battery-charging-70","battery-charging-80","battery-charging-90","battery-charging-high","battery-charging-low","battery-charging-medium","battery-charging-outline","beach","beaker","bed","bee","bee-flower","beehive-outline","beekeeper","beer","beer-outline","bell","beta","betamax","biathlon","bicycle","bicycle-electric","bike","bike-fast","billboard","billiards","billiards-rack","binoculars","bio","biohazard","bird","bitbucket","bitcoin","black-mesa","blender","blender-outline","blender-software","blinds","blinds-horizontal","blinds-horizontal-closed","blinds-open","blinds-vertical","blinds-vertical-closed","block-helper","blood-bag","bluetooth","blur","blur-linear","blur-off","blur-radial","bolt","bomb","bomb-off","bone","bone-off","book","book-variant","book-marker","book-marker-outline","bookmark","bookshelf","boom-gate","boombox","boomerang","bootstrap","bottle-soda","bottle-soda-classic","bottle-soda-outline","bottle-tonic","bottle-wine","bottle-wine-outline","bow-arrow","bow-tie","bowl","bowl-mix","bowl-mix-outline","bowl-outline","bowling","box","box-cutter","box-cutter-off","box-shadow","boxing-glove","braille","brain","bread-slice","bread-slice-outline","bridge","briefcase","briefcase-download","briefcase-download-outline","briefcase-search-outline","broadcast","broadcast-off","broom","brush","brush-off","brush-outline","brush-variant","bucket","bucket-outline","buffet","bug","bugle","bulkhead-light","bulldozer","bullet","bulletin-board","bullhorn","bullhorn-outline","bullhorn-variant","bullhorn-variant-outline","bullseye","bullseye-arrow","bulma","bunk-bed","bunk-bed-outline","bus","bus-alert","bus-articulated-end","bus-articulated-front","bus-clock","bus-double-decker","bus-electric","bus-marker","bus-multiple","bus-school","bus-side","bus-stop","bus-stop-covered","bus-stop-uncovered","butterfly","butterfly-outline","button-cursor","button-pointer","cabin-a-frame","cable-data","cached","cactus","cake","cake-layered","cake-variant","cake-variant-outline","calculator","calculator-variant","calculator-variant-outline","calendar","calendar-blank","camcorder","camcorder-off","camera","campfire","cancel","candelabra","candelabra-fire","candle","candy","candy-off","candy-off-outline","candy-outline","candycane","cannabis","cannabis-off","caps-lock","car","carabiner","caravan","card","cart-variant","case-sensitive-alt","cash","cash-100","cassette","cast","cast-variant","castle","cat","cctv","cctv-off","ceiling-fan","ceiling-fan-light","ceiling-light","ceiling-light-multiple","ceiling-light-multiple-outline","ceiling-light-outline","cellphone","cellphone-wireless","centos","certificate","certificate-outline","chair-rolling","chair-school","chandelier","charity","chat","check-all","check-bold","check-circle","check-circle-outline","checkbook","checkbox-blank","checkbox-outline","checkerboard","cheese","cheese-off","chef-hat","chemical-weapon","chess-bishop","chess-king","chess-knight","chess-pawn","chess-queen","chess-rook","chevron-double-down","chevron-double-left","chevron-double-right","chevron-double-up","chevron-down","chevron-down-box","chevron-down-box-outline","chevron-down-circle","chevron-down-circle-outline","chevron-left","chevron-left-box","chevron-left-box-outline","chevron-left-circle","chevron-left-circle-outline","chevron-right","chevron-right-box","chevron-right-box-outline","chevron-right-circle","chevron-right-circle-outline","chevron-triple-down","chevron-triple-left","chevron-triple-right","chevron-triple-up","chevron-up","chevron-up-box","chevron-up-box-outline","chevron-up-circle","chevron-up-circle-outline","chip","church","church-outline","cigar","cigar-off","circle","circle-box","circle-box-outline","circle-double","circle-edit-outline","circle-expand","circle-half","circle-half-full","circle-medium","circle-multiple","circle-multiple-outline","circle-off-outline","circle-opacity","circle-outline","circle-slice-1","circle-slice-2","circle-slice-3","circle-slice-4","circle-slice-5","circle-slice-6","circle-slice-7","circle-slice-8","circle-small","circular-saw","city","city-variant","city-variant-outline","clipboard","clippy","clock","close","close-box","cloud","clouds","clover","coach-lamp","coach-lamp-variant","coat-rack","code-array","code-braces","code-braces-box","code-brackets","code-equal","code-greater-than","code-greater-than-or-equal","code-json","code-less-than","code-less-than-or-equal","code-not-equal","code-not-equal-variant","code-parentheses","code-parentheses-box","code-string","code-tags","code-tags-check","codepen","coffee","coffee-maker","coffee-maker-outline","coffin","cog","cog-clockwise","cog-counterclockwise","cog-off","cog-off-outline","cog-outline","cog-pause","cog-pause-outline","cog-play","cog-play-outline","cog-refresh","cog-refresh-outline","cog-stop","cog-stop-outline","cog-sync","cog-sync-outline","cog-transfer","cog-transfer-outline","cog-box","cogs","collage","collapse-all","collapse-all-outline","color-helper","comma","comma-box","comma-box-outline","comma-circle","comma-circle-outline","comment","comment-text-outline","compare","compare-horizontal","compare-remove","compare-vertical","compass","compass-off","compass-off-outline","compass-outline","compass-rose","compost","cone","cone-off","connection","console","console-line","console-network","console-network-outline","consolidate","contactless-payment","contactless-payment-circle","contactless-payment-circle-outline","contacts","contacts-outline","contrast","controller","controller-classic","controller-classic-outline","controller-off","cookie","coolant-temperature","copyleft","copyright","cordova","corn","corn-off","cosine-wave","counter","countertop","countertop-outline","cow","cow-off","cpu-32-bit","cpu-64-bit","cradle","cradle-outline","crane","creation","creative-commons","credit-card","cricket","crop","crop-free","crop-landscape","crop-portrait","crop-rotate","crop-square","cross","cross-bolnisi","cross-celtic","cross-outline","crosshairs","crosshairs-gps","crosshairs-off","crosshairs-question","crowd","crown","crown-circle","crown-circle-outline","crown-outline","cryengine","crystal-ball","cube","cube-off","cube-off-outline","cube-outline","cube-scan","cube-send","cube-unfolded","cup","cup-off","cup-off-outline","cup-outline","cup-water","cupboard","cupboard-outline","cupcake","curling","curtains","curtains-closed","cylinder","cylinder-off","dance-ballroom","dance-pole","database","death-star","death-star-variant","deathly-hallows","debian","debug-step-into","debug-step-out","debug-step-over","decagram","decagram-outline","decimal","decimal-comma","delete","delete-variant","delta","desk","desk-lamp","desk-lamp-off","desk-lamp-on","deskphone","desktop-classic","desktop-tower","desktop-tower-monitor","details","dev-to","developer-board","deviantart","devices","dharmachakra","diabetes","dialpad","diameter","diameter-outline","diameter-variant","diamond","diamond-outline","diamond-stone","dice-1","dice-1-outline","dice-2","dice-2-outline","dice-3","dice-3-outline","dice-4","dice-4-outline","dice-5","dice-5-outline","dice-6","dice-6-outline","dice-multiple","dice-multiple-outline","digital-ocean","dip-switch","directions","directions-fork","disc","disc-alert","disc-player","dishwasher","dishwasher-alert","dishwasher-off","disqus","diving","diving-flippers","diving-helmet","diving-scuba","diving-scuba-flag","diving-scuba-mask","diving-scuba-tank","diving-scuba-tank-multiple","diving-snorkel","division","division-box","dlna","dna","dns","dns-outline","dock-bottom","dock-left","dock-right","dock-top","dock-window","docker","doctor","dog","dog-service","dog-side","dog-side-off","dolby","dolly","dolphin","domain","domain-off","domain-plus","domain-remove","dome-light","domino-mask","donkey","door","door-closed","door-closed-lock","door-open","door-sliding","door-sliding-lock","door-sliding-open","doorbell","doorbell-video","dot-net","dots-circle","dots-grid","dots-hexagon","dots-horizontal","dots-horizontal-circle","dots-horizontal-circle-outline","dots-square","dots-triangle","dots-vertical","dots-vertical-circle","dots-vertical-circle-outline","download","download-box","download-box-outline","download-outline","drama-masks","draw","draw-pen","drawing","drawing-box","dresser","dresser-outline","drone","dropbox","drupal","duck","dumbbell","dump-truck","ear-hearing","earbuds","earbuds-off","earbuds-off-outline","earbuds-outline","earth","earth-arrow-right","earth-box","earth-box-minus","earth-box-off","earth-box-plus","earth-box-remove","earth-minus","earth-off","earth-plus","earth-remove","egg","egg-easter","egg-fried","egg-off","egg-off-outline","egg-outline","eiffel-tower","eight-track","electric-switch","electric-switch-closed","electron-framework","elephant","elevation-decline","elevation-rise","elevator","elevator-down","elevator-passenger","elevator-passenger-off","elevator-passenger-off-outline","elevator-passenger-outline","elevator-up","ellipse","ellipse-outline","email","email-variant","ember","emby","emoticon","emoticon-angry","emoticon-angry-outline","emoticon-confused","emoticon-confused-outline","emoticon-cool","emoticon-cool-outline","emoticon-cry","emoticon-cry-outline","emoticon-dead","emoticon-dead-outline","emoticon-devil","emoticon-devil-outline","emoticon-excited","emoticon-excited-outline","emoticon-frown","emoticon-frown-outline","emoticon-happy","emoticon-happy-outline","emoticon-kiss","emoticon-kiss-outline","emoticon-lol","emoticon-lol-outline","emoticon-neutral","emoticon-neutral-outline","emoticon-outline","emoticon-poop","emoticon-poop-outline","emoticon-sad","emoticon-sad-outline","emoticon-sick","emoticon-sick-outline","emoticon-tongue","emoticon-tongue-outline","emoticon-wink","emoticon-wink-outline","engine","engine-off","engine-off-outline","engine-outline","epsilon","equal","equal-box","equalizer","equalizer-outline","eraser","eraser-variant","escalator","escalator-box","escalator-down","escalator-up","eslint","et","ethereum","ethernet","ethernet-cable","ethernet-cable-off","evernote","excavator","exclamation","exclamation-thick","exit-run","exit-to-app","expand-all","expand-all-outline","expansion-card","expansion-card-variant","exponent","exponent-box","export","export-variant","eye","eyedropper","eyedropper-variant","face-agent","face-man","face-man-outline","face-man-profile","face-man-shimmer","face-man-shimmer-outline","face-mask","face-mask-outline","face-recognition","face-woman","face-woman-outline","face-woman-profile","face-woman-shimmer","face-woman-shimmer-outline","facebook","facebook-gaming","facebook-messenger","facebook-workplace","factory","family-tree","fan","fax","feather","fedora","ferry","file","file-document-edit","file-document-edit-outline","film","filmstrip","filmstrip-box","filmstrip-box-multiple","filmstrip-off","filter","finance","fingerprint","fingerprint-off","fire","fire-alert","fire-circle","fire-extinguisher","fire-hydrant","fire-hydrant-alert","fire-hydrant-off","fire-off","fire-truck","firebase","firefox","fireplace","fireplace-off","firewire","firework","firework-off","fish","fish-off","fishbowl","fishbowl-outline","flag","flag-checkered","flag-minus","flag-minus-outline","flag-off","flag-off-outline","flag-outline","flag-plus","flag-plus-outline","flag-remove","flag-remove-outline","flag-triangle","flag-variant","flag-variant-minus","flag-variant-minus-outline","flag-variant-off","flag-variant-off-outline","flag-variant-outline","flag-variant-plus","flag-variant-plus-outline","flag-variant-remove","flag-variant-remove-outline","flare","flash","flashlight","flashlight-off","flask","flask-empty","fleur-de-lis","floor-lamp","floor-lamp-dual","floor-plan","floppy","floppy-variant","flower","flower-outline","flower-pollen","flower-pollen-outline","flower-poppy","flower-tulip","flower-tulip-outline","focus-auto","focus-field","focus-field-horizontal","focus-field-vertical","folder","folder-information","font-awesome","food","food-apple","food-apple-outline","food-croissant","food-drumstick","food-drumstick-off","food-drumstick-off-outline","food-drumstick-outline","food-fork-drink","food-halal","food-hot-dog","food-kosher","food-off","food-off-outline","food-outline","food-steak","food-steak-off","food-takeout-box","food-takeout-box-outline","food-turkey","food-variant","food-variant-off","foot-print","football","football-australian","football-helmet","forest","forklift","form-dropdown","form-select","form-textarea","form-textbox","format-annotation-plus","format-color-fill","format-color-highlight","format-text","format-color-text","forum","forward","forwardburger","fountain","fountain-pen","fountain-pen-tip","fraction-one-half","freebsd","french-fries","frequently-asked-questions","fridge","fridge-variant","fruit-cherries","fruit-cherries-off","fruit-citrus","fruit-citrus-off","fruit-grapes","fruit-grapes-outline","fruit-pear","fruit-pineapple","fruit-watermelon","fuel","fuel-cell","fullscreen","fullscreen-exit","function","function-variant","furigana-horizontal","furigana-vertical","fuse","fuse-alert","fuse-blade","fuse-off","gamepad","gamepad-variant","gamma","gantry-crane","garage","garage-variant","gas-burner","gas-cylinder","gas-station","gas-station-off","gas-station-off-outline","gas-station-outline","gate","gatsby","gauge","gauge-empty","gauge-full","gauge-low","gavel","gender-female","gender-male","gender-male-female","gender-male-female-variant","gender-non-binary","gender-transgender","gentoo","gesture","gesture-double-tap","gesture-pinch","gesture-spread","gesture-swipe","gesture-swipe-down","gesture-swipe-horizontal","gesture-swipe-left","gesture-swipe-right","gesture-swipe-up","gesture-swipe-vertical","gesture-tap","gesture-tap-box","gesture-tap-button","gesture-tap-hold","gesture-two-double-tap","gesture-two-tap","ghost","ghost-off","ghost-off-outline","ghost-outline","gift","gift-off","gift-off-outline","gift-open","gift-open-outline","gift-outline","git","github","gitlab","glass-cocktail","glass-cocktail-off","glass-flute","glass-fragile","glass-mug","glass-mug-off","glass-mug-variant","glass-mug-variant-off","glass-pint-outline","glass-stange","glass-tulip","glass-wine","glasses","globe-light","globe-light-outline","globe-model","gmail","gnome","go-kart","go-kart-track","gog","gold","golf","golf-cart","golf-tee","gondola","goodreads","google","google-ads","google-analytics","google-assistant","google-cardboard","google-chrome","google-circles","google-circles-communities","google-circles-extended","google-circles-group","google-classroom","google-cloud","google-downasaur","google-drive","google-earth","google-fit","google-glass","google-hangouts","google-keep","google-lens","google-maps","google-my-business","google-nearby","google-play","google-plus","google-podcast","google-spreadsheet","google-street-view","google-translate","gradient-horizontal","gradient-vertical","grain","graph","graph-outline","graphql","grass","grave-stone","grease-pencil","greater-than","greater-than-or-equal","greenhouse","grid","grid-large","grid-off","grill","grill-outline","group","guitar-acoustic","guitar-electric","guitar-pick","guitar-pick-outline","guy-fawkes-mask","gymnastics","hail","hair-dryer","hair-dryer-outline","halloween","hamburger","hammer","hammer-screwdriver","hammer-sickle","hammer-wrench","handball","handcuffs","hands-pray","handshake","handshake-outline","hanger","hard-hat","harddisk","harddisk-plus","harddisk-remove","hat-fedora","hazard-lights","hdmi-port","hdr","hdr-off","head","head-question","head-question-outline","headphones","headphones-bluetooth","headset","headset-dock","headset-off","heart","heat-pump","heat-pump-outline","heat-wave","heating-coil","helicopter","help","help-box","help-circle","help-circle-outline","help-network","help-network-outline","help-rhombus","help-rhombus-outline","hexadecimal","hexagon","hexagon-multiple","hexagon-multiple-outline","hexagon-outline","hexagram","hexagram-outline","high-definition","high-definition-box","highway","hiking","history","hockey-puck","hockey-sticks","hololens","home","home-variant","home-variant-outline","hook","hook-off","hoop-house","hops","horizontal-rotate-clockwise","horizontal-rotate-counterclockwise","horse","horse-human","horse-variant","horse-variant-fast","horseshoe","hospital","hospital-box","hospital-box-outline","hospital-building","hospital-marker","hot-tub","hours-24","hubspot","hulu","human","human-child","human-dolly","human-female","human-female-boy","human-male","human-male-boy","human-male-child","human-male-female","human-male-female-child","human-male-girl","human-queue","human-scooter","human-walker","human-wheelchair","humble-bundle","hvac","hvac-off","hydraulic-oil-level","hydraulic-oil-temperature","hydro-power","hydrogen-station","ice-cream","ice-cream-off","ice-pop","id-card","identifier","image","image-album","import","inbox","incognito","induction","infinity","information","information-off","information-off-outline","information-outline","information-variant","instagram","instrument-triangle","integrated-circuit-chip","invert-colors","invert-colors-off","iobroker","ip","ip-network","ip-network-outline","ip-outline","ipod","iron","iron-board","iron-outline","island","iv-bag","jabber","jeepney","jellyfish","jellyfish-outline","jira","jquery","jsfiddle","jump-rope","kabaddi","kangaroo","karate","kayaking","keg","kettle","key","keyboard","keyboard-variant","khanda","kickstarter","kite","kite-outline","kitesurfing","klingon","knife","knife-military","knob","koala","kodi","kubernetes","label","label-variant","label-variant-outline","ladder","ladybug","lambda","lamp","lamp-outline","lamps","lamps-outline","lan","lan-check","lan-connect","lan-disconnect","lan-pending","land-fields","land-plots","land-plots-circle","land-plots-circle-variant","land-rows-horizontal","land-rows-vertical","landslide","landslide-outline","language-c","language-cpp","language-csharp","language-css3","language-fortran","language-go","language-haskell","language-html5","language-java","language-javascript","language-kotlin","language-lua","language-markdown","language-markdown-outline","language-php","language-python","language-r","language-ruby","language-ruby-on-rails","language-rust","language-swift","language-typescript","language-xaml","laptop","laptop-account","laptop-off","laravel","laser-pointer","lasso","lastpass","latitude","launch","lava-lamp","layers","lead-pencil","leaf","leaf-circle","leaf-circle-outline","leaf-maple","leaf-maple-off","leaf-off","leak","leak-off","lectern","led-off","led-on","led-outline","led-strip","led-strip-variant","led-strip-variant-off","led-variant-off","led-variant-on","led-variant-outline","leek","less-than","less-than-or-equal","library","library-outline","library-shelves","license","lifebuoy","light-flood-down","light-flood-up","light-recessed","light-switch","light-switch-off","lightbulb","lightbulb-outline","lightbulb-variant","lightbulb-variant-outline","lighthouse","lighthouse-on","lightning-bolt","lightning-bolt-circle","lightning-bolt-outline","line-scan","lingerie","link","link-variant","linkedin","linux","linux-mint","lipstick","liquid-spot","liquor","list-box","list-box-outline","list-status","litecoin","loading","location-enter","location-exit","lock","locker","locker-multiple","login","login-variant","logout","logout-variant","longitude","looks","lotion","lotion-outline","lotion-plus","lotion-plus-outline","loupe","lumx","lungs","mace","magazine-pistol","magazine-rifle","magic-staff","magnet","magnet-on","magnify","mail","mailbox","manjaro","map","map-legend","map-marker","mapbox","margin","marker","mastodon","material-design","material-ui","matrix","medal","medal-outline","medical-bag","medical-cotton-swab","medication","medication-outline","meditation","memory","menorah","menorah-fire","menu","merge","message","meteor","meter-electric","meter-electric-outline","meter-gas","meter-gas-outline","metronome","metronome-tick","micro-sd","microphone","microphone-variant","microscope","microsoft","microsoft-access","microsoft-azure","microsoft-azure-devops","microsoft-bing","microsoft-dynamics-365","microsoft-edge","microsoft-excel","microsoft-internet-explorer","microsoft-office","microsoft-onedrive","microsoft-onenote","microsoft-outlook","microsoft-powerpoint","microsoft-sharepoint","microsoft-teams","microsoft-visual-studio","microsoft-visual-studio-code","microsoft-windows","microsoft-windows-classic","microsoft-word","microsoft-xbox","microsoft-xbox-controller","microsoft-xbox-controller-battery-alert","microsoft-xbox-controller-battery-charging","microsoft-xbox-controller-battery-empty","microsoft-xbox-controller-battery-full","microsoft-xbox-controller-battery-low","microsoft-xbox-controller-battery-medium","microsoft-xbox-controller-battery-unknown","microsoft-xbox-controller-menu","microsoft-xbox-controller-off","microsoft-xbox-controller-view","microwave","microwave-off","middleware","middleware-outline","midi","midi-port","mine","minecraft","mini-sd","minidisc","minus","mirror","mirror-rectangle","mirror-variant","mixed-martial-arts","mixed-reality","molecule","molecule-co","molecule-co2","monitor","moon-first-quarter","moon-full","moon-last-quarter","moon-new","moped","moped-electric","moped-electric-outline","moped-outline","more","mortar-pestle","mortar-pestle-plus","mosque","mosque-outline","mother-heart","mother-nurse","motorbike","motorbike-electric","motorbike-off","mouse","mouse-variant","mouse-variant-off","movie","mower","mower-bag","mower-bag-on","mower-on","muffin","multicast","multimedia","multiplication","multiplication-box","mushroom","music","mustache","nail","nas","nativescript","nature","nature-people","navigation","navigation-variant","near-me","necklace","needle","needle-off","netflix","network","new-box","newspaper","nfc","nfc-search-variant","nfc-tap","nfc-variant","nfc-variant-off","ninja","nintendo-game-boy","nintendo-switch","nintendo-wii","nintendo-wiiu","nix","nodejs","noodles","not-equal","not-equal-variant","note","notebook","notification-clear-all","npm","nuke","nut","nutrition","nuxt","oar","ocarina","oci","ocr","octagon","octagon-outline","octagram","octagram-outline","octahedron","octahedron-off","odnoklassniki","offer","office-building","oil","oil-lamp","oil-level","oil-temperature","om","omega","one-up","onepassword","opacity","open-in-app","open-in-new","open-source-initiative","openid","opera","orbit","orbit-variant","origin","ornament","ornament-variant","outdoor-lamp","overscan","owl","pac-man","package","page-first","page-last","page-layout-body","page-layout-footer","page-layout-header","page-layout-header-footer","page-layout-sidebar-left","page-layout-sidebar-right","page-next","page-next-outline","page-previous","page-previous-outline","pail","palette","palette-advanced","palette-outline","palm-tree","panda","pandora","panorama","paper-cut-vertical","paper-roll","paper-roll-outline","paperclip","parachute","parachute-outline","paragliding","parking","party-popper","passport","passport-biometric","pasta","patio-heater","patreon","pause","pause-box","pause-box-outline","pause-circle","pause-circle-outline","pause-octagon","pause-octagon-outline","paw","paw-off","paw-off-outline","paw-outline","peace","peanut","peanut-off","peanut-off-outline","peanut-outline","pen","pen-lock","pen-minus","pen-off","pen-plus","pen-remove","pencil","pencil-box","penguin","pentagon","pentagon-outline","pentagram","percent","percent-box","percent-box-outline","percent-circle","percent-circle-outline","percent-outline","periodic-table","perspective-less","perspective-more","ph","phone","pi","pi-box","pi-hole","piano","piano-off","pickaxe","pier","pier-crane","pig","pig-variant","pig-variant-outline","piggy-bank","piggy-bank-outline","pill","pill-multiple","pill-off","pillar","pin","pin-off","pin-off-outline","pin-outline","pine-tree","pine-tree-box","pine-tree-fire","pinterest","pinwheel","pinwheel-outline","pipe","pipe-disconnected","pipe-leak","pipe-valve","pipe-wrench","pirate","pistol","piston","pitchfork","pizza","plane-car","plane-train","play","plex","pliers","plus","podcast","podium","podium-bronze","podium-gold","podium-silver","point-of-sale","pokeball","pokemon-go","poker-chip","polaroid","police-badge","police-badge-outline","police-station","poll","polo","polymer","pool","pool-thermometer","popcorn","post","post-lamp","post-outline","postage-stamp","pot","pot-mix","pot-mix-outline","pot-outline","pot-steam","pot-steam-outline","pound","pound-box","pound-box-outline","power","power-cycle","power-off","power-on","power-plug","power-standby","powershell","prescription","presentation","presentation-play","pretzel","printer","priority-high","priority-low","professional-hexagon","projector","propane-tank","propane-tank-outline","protocol","publish","publish-off","pulse","pump","pump-off","pumpkin","purse","purse-outline","puzzle","pyramid","pyramid-off","qi","qqchat","qrcode","quadcopter","quality-high","quality-low","quality-medium","quora","rabbit","rabbit-variant","rabbit-variant-outline","racing-helmet","racquetball","radar","radiator","radiator-disabled","radiator-off","radio","radio-am","radio-fm","radio-handheld","radio-off","radio-tower","radioactive","radius","radius-outline","railroad-light","rake","raspberry-pi","razor-double-edge","razor-single-edge","react","read","receipt","record","rectangle","rectangle-outline","recycle","recycle-variant","reddit","redhat","redo","redo-variant","reflect-horizontal","reflect-vertical","refresh","refresh-auto","refresh-circle","regex","registered-trademark","reiterate","relative-scale","reload","reload-alert","reminder","remote","remote-desktop","remote-off","remote-tv","remote-tv-off","rename-box","reorder-horizontal","reorder-vertical","repeat","repeat-off","repeat-once","repeat-variant","replay","reply","reply-all","reply-all-outline","reply-circle","reply-outline","reproduction","resistor","resistor-nodes","resize","resize-bottom-right","responsive","restart","restore","rewind","rhombus","rhombus-medium","rhombus-medium-outline","rhombus-outline","rhombus-split","rhombus-split-outline","ribbon","rice","rickshaw","rickshaw-electric","ring","rivet","road","road-variant","robber","robot","robot-angry","rocket","rocket-launch","rocket-launch-outline","rocket-outline","rodent","roller-shade","roller-shade-closed","roller-skate","roller-skate-off","rollerblade","rollerblade-off","rollupjs","rolodex","rolodex-outline","room-service","room-service-outline","rounded-corner","router","routes","routes-clock","rowing","rss","rss-box","rss-off","rug","rugby","ruler","run","run-fast","rv-truck","sack","sack-percent","safe","safe-square","safe-square-outline","safety-goggles","sail-boat","sail-boat-sink","sale","sale-outline","salesforce","sass","satellite","satellite-uplink","satellite-variant","sausage","sausage-off","saw-blade","sawtooth-wave","saxophone","scanner","scatter-plot","scatter-plot-outline","scent","scent-off","school","school-outline","scissors-cutting","scooter","scooter-electric","scoreboard","scoreboard-outline","screen-rotation","screen-rotation-lock","screw-flat-top","screw-lag","screw-machine-flat-top","screw-machine-round-top","screw-round-top","screwdriver","script","sd","seal","seal-variant","search-web","seat","security","seed","seesaw","segment","select","semantic-web","send","serial-port","server","shaker","shaker-outline","shape","share","share-all","share-all-outline","shark","shark-fin","shark-fin-outline","shark-off","sheep","shield","shimmer","ship-wheel","shipping-pallet","shoe-ballet","shoe-cleat","shoe-formal","shoe-heel","shoe-print","shoe-sneaker","shopping","shore","shovel","shovel-off","shower","shower-head","shredder","shuffle","shuffle-disabled","shuffle-variant","shuriken","sickle","sigma","sigma-lower","signature","signature-freehand","signature-image","signature-text","silo","silo-outline","silverware","silverware-clean","silverware-fork","silverware-fork-knife","silverware-spoon","silverware-variant","sim","simple-icons","sina-weibo","sine-wave","sitemap","sitemap-outline","skate","skateboard","skateboarding","skew-less","skew-more","ski","ski-cross-country","ski-water","skull","skull-crossbones","skull-crossbones-outline","skull-outline","skull-scan","skull-scan-outline","skype","skype-business","slack","sledding","sleep","slide","slope-downhill","slope-uphill","slot-machine","slot-machine-outline","smart-card","smog","smoke","smoke-detector","smoking","smoking-off","smoking-pipe","smoking-pipe-off","snail","snake","snapchat","snowboard","snowflake","snowflake-variant","snowman","snowmobile","snowshoeing","soccer","soccer-field","sofa","sofa-outline","sofa-single","sofa-single-outline","solar-panel","solar-power","solar-power-variant","solar-power-variant-outline","soldering-iron","solid","sony-playstation","soundbar","soundcloud","soy-sauce","soy-sauce-off","spa","spa-outline","space-invaders","space-station","spade","speaker","spear","speedometer","speedometer-medium","speedometer-slow","spellcheck","sphere","sphere-off","spider","spider-thread","spider-web","spirit-level","spoon-sugar","spotify","spotlight","spotlight-beam","spray","spray-bottle","sprinkler","sprinkler-fire","sprinkler-variant","sprout","sprout-outline","squeegee","ssh","stack-exchange","stack-overflow","stackpath","stadium","stadium-outline","stadium-variant","stairs","stairs-box","stairs-down","stairs-up","stamper","standard-definition","star","state-machine","steam","steering","steering-off","stethoscope","sticker","stocking","stomach","stool","stool-outline","stop","stop-circle","stop-circle-outline","storage-tank","storage-tank-outline","store","store-24-hour","storefront","stove","strategy","stretch-to-page","stretch-to-page-outline","string-lights","string-lights-off","subdirectory-arrow-left","subdirectory-arrow-right","submarine","subtitles","subtitles-outline","subway","subway-alert-variant","subway-variant","summit","sun-angle","sun-angle-outline","sun-clock","sun-clock-outline","sun-compass","sun-snowflake","sun-snowflake-variant","sun-thermometer","sun-thermometer-outline","sun-wireless","sun-wireless-outline","sunglasses","surfing","surround-sound","svg","swim","switch","sword","sword-cross","symbol","symfony","synagogue","synagogue-outline","sync","tab","table","tablet","tablet-cellphone","tablet-dashboard","taco","tag","tag-text","tag-text-outline","tailwind","tangram","tank","tanker-truck","tape-drive","tape-measure","target","target-account","target-variant","taxi","tea","tea-outline","teamviewer","teddy-bear","telescope","television","temperature-celsius","temperature-fahrenheit","temperature-kelvin","temple-buddhist","temple-buddhist-outline","temple-hindu","temple-hindu-outline","tennis","tennis-ball","tent","terraform","terrain","test-tube","test-tube-empty","test-tube-off","text","texture","texture-box","theater","theme-light-dark","thermometer","thermostat","thermostat-auto","thermostat-box","thermostat-box-auto","thumb-down","thumb-down-outline","thumb-up","thumb-up-outline","thumbs-up-down","thumbs-up-down-outline","ticket","ticket-outline","tie","tilde","tilde-off","timelapse","timeline","timer","timetable","tire","toaster","toaster-oven","toggle-switch","toggle-switch-variant","toilet","toolbox","toolbox-outline","tools","tooltip","tooth","tooth-outline","toothbrush","toothbrush-electric","toothbrush-paste","torch","tortoise","toslink","tournament","tow-truck","tower-beach","tower-fire","town-hall","toy-brick","track-light","track-light-off","trackpad","trackpad-lock","tractor","tractor-variant","trademark","traffic-cone","traffic-light","traffic-light-outline","train","train-variant","tram","tram-side","translate","translate-off","trash-can","trash-can-outline","tray","treasure-chest","tree","tree-outline","trello","trending-down","trending-neutral","trending-up","triangle","triangle-outline","triangle-small-down","triangle-small-up","triangle-wave","triforce","trophy","trophy-award","trophy-broken","trophy-outline","trophy-variant","trophy-variant-outline","truck","trumpet","tshirt-crew","tshirt-crew-outline","tshirt-v","tshirt-v-outline","tsunami","tumble-dryer","tumble-dryer-alert","tumble-dryer-off","tune","tune-variant","tune-vertical","tune-vertical-variant","tunnel","tunnel-outline","turbine","turkey","turnstile","turnstile-outline","turtle","twitch","twitter","two-factor-authentication","typewriter","ubisoft","ubuntu","ufo","ufo-outline","ultra-high-definition","umbraco","umbrella","umbrella-beach","unicode","unicorn","unicorn-variant","unicycle","unity","unreal","update","upload","usb","usb-flash-drive","usb-flash-drive-outline","usb-port","vacuum","vacuum-outline","valve","valve-closed","valve-open","van-passenger","van-utility","vanish","vanish-quarter","vanity-light","variable","variable-box","vhs","vibrate","vibrate-off","video","video-2d","video-3d","view-carousel","view-carousel-outline","view-dashboard-variant","view-dashboard-variant-outline","view-quilt","view-quilt-outline","vimeo","violin","virtual-reality","virus","virus-off","virus-off-outline","virus-outline","vlc","voicemail","volcano","volcano-outline","volleyball","vote","vote-outline","vpn","vuejs","vuetify","walk","wall","wall-fire","wall-sconce","wallet","wallpaper","wan","wardrobe","wardrobe-outline","warehouse","washing-machine","washing-machine-alert","washing-machine-off","watch","water","water-well","water-well-outline","waterfall","watering-can","watering-can-outline","watermark","wave","waveform","waves","waves-arrow-left","waves-arrow-right","waves-arrow-up","waze","web","webcam","webcam-off","webhook","webpack","webrtc","wechat","weight","weight-gram","weight-kilogram","weight-lifter","weight-pound","whatsapp","wheel-barrow","wheelchair","wheelchair-accessibility","whistle","whistle-outline","white-balance-auto","white-balance-incandescent","white-balance-iridescent","white-balance-sunny","widgets","widgets-outline","wifi","wikipedia","wind-power","wind-power-outline","wind-turbine","window-close","window-closed","window-closed-variant","window-maximize","window-minimize","window-open","window-open-variant","window-restore","window-shutter","window-shutter-alert","window-shutter-auto","window-shutter-cog","window-shutter-open","window-shutter-settings","windsock","wiper","wiper-wash","wiper-wash-alert","wizard-hat","wordpress","wrap","wrap-disabled","wrench","wrench-outline","xamarin","xml","xmpp","yahoo","yeast","yin-yang","yoga","youtube","youtube-gaming","youtube-studio","youtube-subscription","youtube-tv","yurt","z-wave","zend","zigbee","zip-box","zip-box-outline","zip-disk","zodiac-aquarius","zodiac-aries","zodiac-cancer","zodiac-capricorn","zodiac-gemini","zodiac-leo","zodiac-libra","zodiac-pisces","zodiac-sagittarius","zodiac-scorpio","zodiac-taurus","zodiac-virgo"]}
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "prefix": "mdil mdil-",
3
- "icon-style": "mdi-",
4
- "list-icon": "mdi mdi-vector-square",
3
+ "icon-style": "mdil-",
4
+ "list-icon": "mdil mdil-vector-square",
5
5
  "version": "0.2.63",
6
6
  "icons": [
7
7
  "account",
@@ -1 +1 @@
1
- {"prefix":"mdil mdil-","icon-style":"mdi-","list-icon":"mdi mdi-vector-square","version":"0.2.63","icons":["account","account-alert","alarm","alarm-panel","alarm-plus","alert","alert-circle","alert-octagon","arrange-bring-forward","arrange-bring-to-front","arrange-send-backward","arrange-send-to-back","arrow-down","arrow-down-circle","arrow-left","arrow-left-circle","arrow-right","arrow-right-circle","arrow-up","arrow-up-circle","bank","baseball-diamond","bell","bell-off","bell-plus","bluetooth","book","book-multiple","book-plus","bookmark","border-all","border-bottom","border-horizontal","border-inside","border-left","border-none","border-outside","border-right","border-top","border-vertical","briefcase","bullhorn","calendar","camcorder","camera","cancel","cart","chart-areaspline","chart-bar","chart-histogram","chart-line","chart-pie","check","check-circle","chevron-double-down","chevron-double-left","chevron-double-right","chevron-double-up","chevron-down","chevron-left","chevron-right","chevron-up","circle","clipboard","clipboard-check","clipboard-plus","clipboard-text","clock","closed-caption","cloud","cloud-download","cloud-upload","comment","comment-alert","comment-text","console","content-cut","content-duplicate","content-paste","content-save","content-save-all","credit-card","credit-card-scan","crop","crop-free","currency-eur","currency-gbp","currency-rub","currency-usd","delete","diamond-stone","dots-horizontal","dots-vertical","download","eject","email","email-open","equalizer","eye","eye-off","face-mask","factory","fast-forward","file","file-alert","file-multiple","file-plus","flag","flash","flask","flask-empty","folder","folder-multiple","folder-plus","format-align-bottom","format-align-center","format-align-justify","format-align-left","format-align-middle","format-align-right","format-align-top","format-bold","format-clear","format-float-center","format-float-left","format-float-none","format-float-right","format-indent-decrease","format-indent-increase","format-italic","format-line-spacing","format-list-bulleted","format-list-checks","format-list-numbered","format-quote-close","format-quote-open","format-underline","format-wrap-inline","format-wrap-square","format-wrap-tight","format-wrap-top-bottom","forum","fullscreen","fullscreen-exit","gender-female","gender-male","gender-male-female","gender-transgender","gift","grid","grid-large","grid-off","group","hamburger","heart","heart-half","heart-off","help","help-circle","hexagon","home","image","inbox","information","label","layers","lightbulb","lightbulb-on","link","link-variant","loading","lock","lock-open","login","logout","magnify","magnify-minus","magnify-plus","map-marker","memory","menu","message","message-alert","message-image","message-processing","message-reply","message-text","message-video","microphone","microphone-off","minus","minus-box","minus-circle","monitor","monitor-multiple","music","music-off","nfc-variant","note","note-multiple","note-plus","note-text","octagon","paperclip","pause","pencil","phone","pin","pin-off","play","plus","plus-box","plus-circle","power","presentation","presentation-play","printer","redo-variant","refresh","repeat","repeat-off","repeat-once","rewind","rhombus","rss","script","settings","share","share-variant","shield","shuffle","signal","sim","sim-alert","sim-off","sitemap","skip-next","skip-previous","sleep","sleep-off","spellcheck","square","star","star-half","stop","tab","tab-plus","table","taco","tag","television","thumb-down","thumb-up","thumbs-up-down","tooltip","tooltip-text","triangle","trophy","truck","undo-variant","unfold-less-horizontal","unfold-less-vertical","unfold-more-horizontal","unfold-more-vertical","ungroup","upload","vector-arrange-above","vector-arrange-below","vector-combine","vector-difference","vector-difference-ab","vector-difference-ba","vector-intersection","vector-union","view-dashboard","view-module","volume-high","volume-minus","volume-mute","volume-off","volume-plus","wallet","wifi","xml"]}
1
+ {"prefix":"mdil mdil-","icon-style":"mdil-","list-icon":"mdil mdil-vector-square","version":"0.2.63","icons":["account","account-alert","alarm","alarm-panel","alarm-plus","alert","alert-circle","alert-octagon","arrange-bring-forward","arrange-bring-to-front","arrange-send-backward","arrange-send-to-back","arrow-down","arrow-down-circle","arrow-left","arrow-left-circle","arrow-right","arrow-right-circle","arrow-up","arrow-up-circle","bank","baseball-diamond","bell","bell-off","bell-plus","bluetooth","book","book-multiple","book-plus","bookmark","border-all","border-bottom","border-horizontal","border-inside","border-left","border-none","border-outside","border-right","border-top","border-vertical","briefcase","bullhorn","calendar","camcorder","camera","cancel","cart","chart-areaspline","chart-bar","chart-histogram","chart-line","chart-pie","check","check-circle","chevron-double-down","chevron-double-left","chevron-double-right","chevron-double-up","chevron-down","chevron-left","chevron-right","chevron-up","circle","clipboard","clipboard-check","clipboard-plus","clipboard-text","clock","closed-caption","cloud","cloud-download","cloud-upload","comment","comment-alert","comment-text","console","content-cut","content-duplicate","content-paste","content-save","content-save-all","credit-card","credit-card-scan","crop","crop-free","currency-eur","currency-gbp","currency-rub","currency-usd","delete","diamond-stone","dots-horizontal","dots-vertical","download","eject","email","email-open","equalizer","eye","eye-off","face-mask","factory","fast-forward","file","file-alert","file-multiple","file-plus","flag","flash","flask","flask-empty","folder","folder-multiple","folder-plus","format-align-bottom","format-align-center","format-align-justify","format-align-left","format-align-middle","format-align-right","format-align-top","format-bold","format-clear","format-float-center","format-float-left","format-float-none","format-float-right","format-indent-decrease","format-indent-increase","format-italic","format-line-spacing","format-list-bulleted","format-list-checks","format-list-numbered","format-quote-close","format-quote-open","format-underline","format-wrap-inline","format-wrap-square","format-wrap-tight","format-wrap-top-bottom","forum","fullscreen","fullscreen-exit","gender-female","gender-male","gender-male-female","gender-transgender","gift","grid","grid-large","grid-off","group","hamburger","heart","heart-half","heart-off","help","help-circle","hexagon","home","image","inbox","information","label","layers","lightbulb","lightbulb-on","link","link-variant","loading","lock","lock-open","login","logout","magnify","magnify-minus","magnify-plus","map-marker","memory","menu","message","message-alert","message-image","message-processing","message-reply","message-text","message-video","microphone","microphone-off","minus","minus-box","minus-circle","monitor","monitor-multiple","music","music-off","nfc-variant","note","note-multiple","note-plus","note-text","octagon","paperclip","pause","pencil","phone","pin","pin-off","play","plus","plus-box","plus-circle","power","presentation","presentation-play","printer","redo-variant","refresh","repeat","repeat-off","repeat-once","rewind","rhombus","rss","script","settings","share","share-variant","shield","shuffle","signal","sim","sim-alert","sim-off","sitemap","skip-next","skip-previous","sleep","sleep-off","spellcheck","square","star","star-half","stop","tab","tab-plus","table","taco","tag","television","thumb-down","thumb-up","thumbs-up-down","tooltip","tooltip-text","triangle","trophy","truck","undo-variant","unfold-less-horizontal","unfold-less-vertical","unfold-more-horizontal","unfold-more-vertical","ungroup","upload","vector-arrange-above","vector-arrange-below","vector-combine","vector-difference","vector-difference-ab","vector-difference-ba","vector-intersection","vector-union","view-dashboard","view-module","volume-high","volume-minus","volume-mute","volume-off","volume-plus","wallet","wifi","xml"]}
@@ -223,7 +223,7 @@ video.responsive-video {
223
223
  color: rgba(255,255,255, .7);
224
224
 
225
225
  i,
226
- [class^="mdi-"], [class*="mdi-"],
226
+ [class^="mdib-"], [class*="mdib-"],
227
227
  i.material-icons {
228
228
  display: inline-block;
229
229
  float: left;
@@ -23,7 +23,7 @@ nav {
23
23
  a { color: $navbar-font-color; }
24
24
 
25
25
  i,
26
- [class^="mdi-"], [class*="mdi-"],
26
+ [class^="mdib-"], [class*="mdib-"],
27
27
  i.material-icons {
28
28
  display: block;
29
29
  font-size: 24px;
@@ -91,7 +91,7 @@ nav {
91
91
  }
92
92
 
93
93
  i,
94
- [class^="mdi-"], [class*="mdi-"],
94
+ [class^="mdib-"], [class*="mdib-"],
95
95
  i.material-icons {
96
96
  float: left;
97
97
  margin-right: 15px;
@@ -63,7 +63,7 @@
63
63
  &.btn-floating:hover { background-color: $button-raised-background; }
64
64
 
65
65
  & > i,
66
- & > [class^="mdi-"], li > a > [class*="mdi-"],
66
+ & > [class^="mdib-"], li > a > [class*="mdib-"],
67
67
  & > i.material-icons {
68
68
  float: left;
69
69
  height: $sidenav-item-height;
@@ -278,7 +278,7 @@ textarea.materialize-textarea {
278
278
  color: #444;
279
279
 
280
280
  & + label i,
281
- & ~ .mdi-navigation-close,
281
+ & ~ .mdib-navigation-close,
282
282
  & ~ .material-icons {
283
283
  color: #444;
284
284
  }
@@ -289,7 +289,7 @@ textarea.materialize-textarea {
289
289
  left: 1rem;
290
290
  }
291
291
 
292
- & ~ .mdi-navigation-close,
292
+ & ~ .mdib-navigation-close,
293
293
  & ~ .material-icons {
294
294
  position: absolute;
295
295
  top: 0;
@@ -308,7 +308,7 @@
308
308
  }
309
309
  var li = $('<li />')
310
310
  .attr('class',cssClass)
311
- .append('<a class="link-no-decoration" href="#"><i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: ' +iconColor+ '"></i>' +value.name+ '</a>')
311
+ .append('<a class="link-no-decoration" href="#"><i class="mdib mdib-view-quilt mdib-18px mr-2" style="color: ' +iconColor+ '"></i>' +value.name+ '</a>')
312
312
  .on('click', function () {
313
313
  if (settings.loadFromBootswatch) {
314
314
  base.switchTheme(value.name, value.css);
@@ -19,4 +19,4 @@
19
19
  # The original version cannot be used with J1 for theme menu creation!
20
20
  # -----------------------------------------------------------------------------
21
21
  */
22
- ;"use strict";!function(e,t,o,s){var i=e.fn.bootstrapThemeSwitcher,n=j1.getCookieNames(),r=j1.findCookie("_ga"),a=j1.findCookie("j1"),h=new liteURL(t.location.href),c=h.hostname,l=(c.substring(c.lastIndexOf(".",c.lastIndexOf(".")-1)+1),!!h.protocol.includes("https")),m=log4javascript.getLogger("j1.core.switcher"),d={},u=function(t,o){return this.$element=e(t),this.settings=e.extend({},e.fn.bootstrapThemeSwitcher.defaults,o),this.themesList=[],this.getThemes(),this};u.prototype={clear:function(){return m.debug("\nbootstrapThemeSwitcher.clear"),this.$element.each(function(){this.$element.empty()})},update:function(){m.debug("\nbootstrapThemeSwitcher.update"),this.getThemes()},checkStyleSheetByName:function(e){for(var t=!1,s=new RegExp("/"+e+"/","i"),i=0;i<o.styleSheets.length;i++)if(s.test(o.styleSheets[i].href)){t=!0;break}return t},switchTheme:function(t,o){var s=e(this),i=e.extend({},e.fn.bootstrapThemeSwitcher.defaults,s.data("bootstrapThemeSwitcher")),h=(i.cssThemeLink,i.debug);this.settings.includeBootswatch;if(j1.existsCookie(n.user_state)?(m.debug("\ncookie found: "+n.user_state),d=j1.readCookie(n.user_state)):(m.error("\ncookie not found: "+n.user_state),m.debug("\nj1 cookies found:"+a.length),a.forEach(function(e){console.log("j1.core.switcher: "+e)}),m.debug("\nga cookies found:"+r.length),r.forEach(function(e){console.log("j1.core.switcher: "+e)})),d.theme_name,d.theme_css,void 0===o&&(o=this.settings.defaultCssFile),void 0===t&&(t=o),i.saveToCookie){if("undefined"==typeof Cookies)return"true"===h&&m.error("\ncookies library not present"),!1;d.theme_name=t,d.theme_css=o,d.theme_name.includes("Uno")||"Bootstrap"==d.theme_name?(d.theme_author="J1 Team",d.theme_author_url="https://jekyll.one/"):(d.theme_author="Bootswatch",d.theme_author_url="https://bootswatch.com/"),m.debug("\nwrite to cookie : "+n.user_state),j1.writeCookie({name:n.user_state,data:d,secure:l,expires:365}),location.reload(!0)}else m.debug("\nwrite to cookie : disabled"),m.warn("\nselected theme not activated: "+t)},loadThemeFromCookie:function(t){if("undefined"==typeof Cookies)return m.error("\ncookies library not present"),!1;e.extend({},e.fn.bootstrapThemeSwitcher.defaults,t);j1.existsCookie(n.user_state)?(m.info("\ncookie found: "+n.user_state),d=j1.readCookie(n.user_state)):(m.error("\ncookie not found: "+n.user_state),m.debug("\nj1 cookies found:"+a.length),a.forEach(function(e){console.log("j1.core.switcher: "+e)}),m.debug("\nga cookies found:"+r.length),r.forEach(function(e){console.log("j1.core.switcher: "+e)}));var o=d.theme_name,s=d.theme_css;this.switchTheme(o,s)},addTheme:function(e,t,o,s){void 0===o&&(o=0),void 0===s&&(s=0),this.themesList.splice(o,s,{name:e,css:t}),this.addThemesToControl()},addThemesToControl:function(){if(void 0===this.$element)return m.error("\nbootstrapThemeSelector|addThemesToControl: Element is undefined"),!1;if(void 0===this.themesList)return m.error("\nbootstrapThemeSelector|addThemesToControl: Themes is undefined"),!1;if(this.settings.excludeBootswatch){var t;-1!==this.settings.excludeBootswatch.indexOf(",")?t=this.settings.excludeBootswatch.replace(/ /g,"").split(","):(t=[]).push(this.settings.excludeBootswatch);var o=this.themesList;e.each(o,function(s,i){i&&i.name&&-1!==e.inArray(i.name,t)&&o.splice(s,1)}),this.themesList=o}var s=this;if(this.$element.is("ul")){var i,h,c=e(this),l=e.extend({},e.fn.bootstrapThemeSwitcher.defaults,c.data("bootstrapThemeSwitcher")),u=(l.cssThemeLink,l.debug);j1.existsCookie(n.user_state)?(m.debug("\nuser state cookie found"),d=j1.readCookie(n.user_state)):(m.error("\nuser state NOT cookie found"),m.debug("\nj1 cookies found:"+a.length),a.forEach(function(e){console.log("j1.core.switcher: "+e)}),m.debug("\nga cookies found:"+r.length),r.forEach(function(e){console.log("j1.core.switcher: "+e)})),i=d.theme_name,"true"===u&&m.debug("\nbootstrapThemeSelector: UL element selected"),this.$element.empty();e.each(this.themesList,function(t,o){h=s.$element[0].id.includes("mmenu")?"mmenu-item":"dropdown-item",o.name===i&&(h=s.$element[0].id.includes("mmenu")?"mmenu-item active":"dropdown-item active");var n=e("<li />").attr("class",h).append('<a class="link-no-decoration" href="#"><i class="mdi mdi-view-quilt mdi-18px mr-2" style="color: #9E9E9E"></i>'+o.name+"</a>").on("click",function(){l.loadFromBootswatch?s.switchTheme(o.name,o.css):s.switchTheme(o.name,o.cssCdn),e(this).parent().find("li").removeClass("active"),e(this).addClass("active")});s.$element.append(n)})}else if(this.$element.is("select")){var f;m.debug("\nbootstrapThemeSelector: SELECT element selected"),this.$element.empty(),e.each(this.themesList,function(e,t){f=null,t.name===i&&(f="selected"),l.loadFromBootswatch?s.$element.append("<option "+f+" value='"+t.css+"'>"+t.name+"</option>"):s.$element.append("<option "+f+" value='"+t.cssCdn+"'>"+t.name+"</option>")}),this.$element.on("change",function(){var t=e("option:selected",this);s.switchTheme(t.text(),t.val())})}else m.info("\nbootstrapThemeSelector: no UL or SELECT element found"),m.error("\nbootstrapThemeSelector: failed")},getThemes:function(){var t=this;null!==this.settings.localFeed&&""!==this.settings.localFeed?e.ajax({url:this.settings.localFeed,dataType:"json",success:function(e){t.themesList=e.themes,t.addThemesToControl()},error:function(e,o,s){m.error("\nfailed to retrieve the local feed from: '"+t.settings.localFeed+"'")}}):e.ajax({url:this.settings.bootswatchApiUrl+"/"+this.settings.bootswatchApiVersion+".json",dataType:"json",success:function(e){if(void 0===e.themes)return null;t.themesList=e.themes,t.themesList.splice(0,0,{name:"default",css:t.settings.defaultCssFile}),t.addThemesToControl()}})},themes:function(e){if(void 0===e)return this.themesList;this.themesList=e}},e.fn.bootstrapThemeSwitcher=function(t){var o,s=Array.prototype.slice.call(arguments,1),i=e(this),n=i.data("bootstrapThemeSwitcher"),r="object"==typeof t&&t;return n||i.data("bootstrapThemeSwitcher",n=new u(this,r)),"string"==typeof t&&(o=n[t].apply(n,s)),void 0===o?i:o},e.fn.bootstrapThemeSwitcher.defaults={debug:!1,saveToCookie:!0,cssThemeLink:"bootstrapTheme",cookieThemeName:"bootstrapTheme.name",cookieThemeCss:"boostrapTheme.css",cookieExpiration:365,cookiePath:"/",defaultCssFile:"https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css",bootswatchApiUrl:"https://bootswatch.com/api/",bootswatchApiVersion:"4",loadFromBootswatch:!0,localFeed:"",excludeBootswatch:""},e.fn.bootstrapThemeSwitcher.Constructor=u,e.fn.bootstrapThemeSwitcher.noConflict=function(){return e.fn.BootstrapThemeSwitcher=i,this}}(jQuery,window,document);
22
+ ;"use strict";!function(e,t,o,s){var i=e.fn.bootstrapThemeSwitcher,n=j1.getCookieNames(),r=j1.findCookie("_ga"),a=j1.findCookie("j1"),h=new liteURL(t.location.href),c=h.hostname,l=(c.substring(c.lastIndexOf(".",c.lastIndexOf(".")-1)+1),!!h.protocol.includes("https")),m=log4javascript.getLogger("j1.core.switcher"),d={},u=function(t,o){return this.$element=e(t),this.settings=e.extend({},e.fn.bootstrapThemeSwitcher.defaults,o),this.themesList=[],this.getThemes(),this};u.prototype={clear:function(){return m.debug("\nbootstrapThemeSwitcher.clear"),this.$element.each(function(){this.$element.empty()})},update:function(){m.debug("\nbootstrapThemeSwitcher.update"),this.getThemes()},checkStyleSheetByName:function(e){for(var t=!1,s=new RegExp("/"+e+"/","i"),i=0;i<o.styleSheets.length;i++)if(s.test(o.styleSheets[i].href)){t=!0;break}return t},switchTheme:function(t,o){var s=e(this),i=e.extend({},e.fn.bootstrapThemeSwitcher.defaults,s.data("bootstrapThemeSwitcher")),h=(i.cssThemeLink,i.debug);this.settings.includeBootswatch;if(j1.existsCookie(n.user_state)?(m.debug("\ncookie found: "+n.user_state),d=j1.readCookie(n.user_state)):(m.error("\ncookie not found: "+n.user_state),m.debug("\nj1 cookies found:"+a.length),a.forEach(function(e){console.log("j1.core.switcher: "+e)}),m.debug("\nga cookies found:"+r.length),r.forEach(function(e){console.log("j1.core.switcher: "+e)})),d.theme_name,d.theme_css,void 0===o&&(o=this.settings.defaultCssFile),void 0===t&&(t=o),i.saveToCookie){if("undefined"==typeof Cookies)return"true"===h&&m.error("\ncookies library not present"),!1;d.theme_name=t,d.theme_css=o,d.theme_name.includes("Uno")||"Bootstrap"==d.theme_name?(d.theme_author="J1 Team",d.theme_author_url="https://jekyll.one/"):(d.theme_author="Bootswatch",d.theme_author_url="https://bootswatch.com/"),m.debug("\nwrite to cookie : "+n.user_state),j1.writeCookie({name:n.user_state,data:d,secure:l,expires:365}),location.reload(!0)}else m.debug("\nwrite to cookie : disabled"),m.warn("\nselected theme not activated: "+t)},loadThemeFromCookie:function(t){if("undefined"==typeof Cookies)return m.error("\ncookies library not present"),!1;e.extend({},e.fn.bootstrapThemeSwitcher.defaults,t);j1.existsCookie(n.user_state)?(m.info("\ncookie found: "+n.user_state),d=j1.readCookie(n.user_state)):(m.error("\ncookie not found: "+n.user_state),m.debug("\nj1 cookies found:"+a.length),a.forEach(function(e){console.log("j1.core.switcher: "+e)}),m.debug("\nga cookies found:"+r.length),r.forEach(function(e){console.log("j1.core.switcher: "+e)}));var o=d.theme_name,s=d.theme_css;this.switchTheme(o,s)},addTheme:function(e,t,o,s){void 0===o&&(o=0),void 0===s&&(s=0),this.themesList.splice(o,s,{name:e,css:t}),this.addThemesToControl()},addThemesToControl:function(){if(void 0===this.$element)return m.error("\nbootstrapThemeSelector|addThemesToControl: Element is undefined"),!1;if(void 0===this.themesList)return m.error("\nbootstrapThemeSelector|addThemesToControl: Themes is undefined"),!1;if(this.settings.excludeBootswatch){var t;-1!==this.settings.excludeBootswatch.indexOf(",")?t=this.settings.excludeBootswatch.replace(/ /g,"").split(","):(t=[]).push(this.settings.excludeBootswatch);var o=this.themesList;e.each(o,function(s,i){i&&i.name&&-1!==e.inArray(i.name,t)&&o.splice(s,1)}),this.themesList=o}var s=this;if(this.$element.is("ul")){var i,h,c=e(this),l=e.extend({},e.fn.bootstrapThemeSwitcher.defaults,c.data("bootstrapThemeSwitcher")),u=(l.cssThemeLink,l.debug);j1.existsCookie(n.user_state)?(m.debug("\nuser state cookie found"),d=j1.readCookie(n.user_state)):(m.error("\nuser state NOT cookie found"),m.debug("\nj1 cookies found:"+a.length),a.forEach(function(e){console.log("j1.core.switcher: "+e)}),m.debug("\nga cookies found:"+r.length),r.forEach(function(e){console.log("j1.core.switcher: "+e)})),i=d.theme_name,"true"===u&&m.debug("\nbootstrapThemeSelector: UL element selected"),this.$element.empty();e.each(this.themesList,function(t,o){h=s.$element[0].id.includes("mmenu")?"mmenu-item":"dropdown-item",o.name===i&&(h=s.$element[0].id.includes("mmenu")?"mmenu-item active":"dropdown-item active");var n=e("<li />").attr("class",h).append('<a class="link-no-decoration" href="#"><i class="mdib mdib-view-quilt mdib-18px mr-2" style="color: #9E9E9E"></i>'+o.name+"</a>").on("click",function(){l.loadFromBootswatch?s.switchTheme(o.name,o.css):s.switchTheme(o.name,o.cssCdn),e(this).parent().find("li").removeClass("active"),e(this).addClass("active")});s.$element.append(n)})}else if(this.$element.is("select")){var f;m.debug("\nbootstrapThemeSelector: SELECT element selected"),this.$element.empty(),e.each(this.themesList,function(e,t){f=null,t.name===i&&(f="selected"),l.loadFromBootswatch?s.$element.append("<option "+f+" value='"+t.css+"'>"+t.name+"</option>"):s.$element.append("<option "+f+" value='"+t.cssCdn+"'>"+t.name+"</option>")}),this.$element.on("change",function(){var t=e("option:selected",this);s.switchTheme(t.text(),t.val())})}else m.info("\nbootstrapThemeSelector: no UL or SELECT element found"),m.error("\nbootstrapThemeSelector: failed")},getThemes:function(){var t=this;null!==this.settings.localFeed&&""!==this.settings.localFeed?e.ajax({url:this.settings.localFeed,dataType:"json",success:function(e){t.themesList=e.themes,t.addThemesToControl()},error:function(e,o,s){m.error("\nfailed to retrieve the local feed from: '"+t.settings.localFeed+"'")}}):e.ajax({url:this.settings.bootswatchApiUrl+"/"+this.settings.bootswatchApiVersion+".json",dataType:"json",success:function(e){if(void 0===e.themes)return null;t.themesList=e.themes,t.themesList.splice(0,0,{name:"default",css:t.settings.defaultCssFile}),t.addThemesToControl()}})},themes:function(e){if(void 0===e)return this.themesList;this.themesList=e}},e.fn.bootstrapThemeSwitcher=function(t){var o,s=Array.prototype.slice.call(arguments,1),i=e(this),n=i.data("bootstrapThemeSwitcher"),r="object"==typeof t&&t;return n||i.data("bootstrapThemeSwitcher",n=new u(this,r)),"string"==typeof t&&(o=n[t].apply(n,s)),void 0===o?i:o},e.fn.bootstrapThemeSwitcher.defaults={debug:!1,saveToCookie:!0,cssThemeLink:"bootstrapTheme",cookieThemeName:"bootstrapTheme.name",cookieThemeCss:"boostrapTheme.css",cookieExpiration:365,cookiePath:"/",defaultCssFile:"https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css",bootswatchApiUrl:"https://bootswatch.com/api/",bootswatchApiVersion:"4",loadFromBootswatch:!0,localFeed:"",excludeBootswatch:""},e.fn.bootstrapThemeSwitcher.Constructor=u,e.fn.bootstrapThemeSwitcher.noConflict=function(){return e.fn.BootstrapThemeSwitcher=i,this}}(jQuery,window,document);
data/lib/j1/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module J1
2
- VERSION = '2023.3.1'
2
+ VERSION = '2023.3.3'
3
3
  end
@@ -75,11 +75,11 @@ end
75
75
  # Specify the THEME GEM used for the project
76
76
 
77
77
  # Loaded from RubyGems
78
- gem 'j1-template', '~> 2023.3.1'
78
+ gem 'j1-template', '~> 2023.3.0'
79
79
 
80
80
  # Loaded from gem.fury.io
81
81
  #source 'https://gem.fury.io/jekyll-one-org/' do
82
- # gem 'j1-template', '~> 2023.3.1'
82
+ # gem 'j1-template', '~> 2023.3.3'
83
83
  #end
84
84
 
85
85
  # ------------------------------------------------------------------------------
@@ -379,7 +379,7 @@ This command creates a **initial** project in folder **my-starter**.
379
379
  2023-02-28 18:12:12 - GENERATE: Resolving dependencies...
380
380
  2023-02-28 18:12:12 - GENERATE: Using bundler 2.3.7
381
381
  ...
382
- 2023-02-28 18:12:12 - GENERATE: Using j1-template 2023.3.1
382
+ 2023-02-28 18:12:12 - GENERATE: Using j1-template 2023.3.3
383
383
  2023-02-28 18:12:12 - GENERATE: Bundle complete! 31 Gemfile dependencies, 78 gems now installed.
384
384
  2023-02-28 18:12:12 - GENERATE: Bundled gems are installed into `../../.gem`
385
385
  2023-02-28 18:12:12 - GENERATE: C:/Users/xxx/.gem/ruby/3.1.0;C:/DevTools/Ruby31-x64/lib/ruby/gems/3.1.0;
@@ -415,7 +415,7 @@ commands are available as well.
415
415
  2023-02-28 18:17:48 - SETUP: Initialize the project ...
416
416
  2023-02-28 18:17:48 - SETUP: Be patient, this will take a while ...
417
417
  2023-02-28 18:17:49 - SETUP:
418
- 2023-02-28 18:17:49 - SETUP: > j1@2023.3.1 setup C:\Users\xxx\j1-projects\my-starter
418
+ 2023-02-28 18:17:49 - SETUP: > j1@2023.3.3 setup C:\Users\xxx\j1-projects\my-starter
419
419
  2023-02-28 18:17:49 - SETUP: > npm --silent run setup-start && npm --silent run setup-base && run-s -s setup:*
420
420
  2023-02-28 18:17:49 - SETUP:
421
421
  2023-02-28 18:17:50 - SETUP: Setup project for first use ..
@@ -460,7 +460,7 @@ browser. Let's start the journey ...
460
460
  Check setup state of the J1 project ...
461
461
  2023-02-28 18:26:18 - SITE: Starting up your site ...
462
462
  2023-02-28 18:26:18 - SITE:
463
- 2023-02-28 18:26:18 - SITE: > j1@2023.3.1 j1-site C:\Users\jadams\j1-projects\my-starter
463
+ 2023-02-28 18:26:18 - SITE: > j1@2023.3.3 j1-site C:\Users\jadams\j1-projects\my-starter
464
464
  2023-02-28 18:26:18 - SITE: > run-p -s j1-site:*
465
465
  2023-02-28 18:26:18 - SITE:
466
466
  2023-02-28 18:26:20 - SITE: Startup UTILSRV ..
@@ -499,7 +499,7 @@ Check setup state of the J1 project ...
499
499
  REBUILD: Rebuild the projects website ...
500
500
  REBUILD: Be patient, this will take a while ...
501
501
  2023-02-28 18:45:09 - REBUILD:
502
- 2023-02-28 18:45:09 - REBUILD: > j1@2023.3.1 rebuild C:\Users\xxx\j1-projects\my-starter
502
+ 2023-02-28 18:45:09 - REBUILD: > j1@2023.3.3 rebuild C:\Users\xxx\j1-projects\my-starter
503
503
  2023-02-28 18:45:09 - REBUILD: > run-s -s rebuild:* && run-s -s post-rebuild:*
504
504
  2023-02-28 18:45:09 - REBUILD:
505
505
  2023-02-28 18:45:10 - REBUILD: Rebuild site incremental ..
@@ -547,7 +547,7 @@ using Lerna for all packages:
547
547
  2023-02-28 18:29:07 - RESET: Reset the project to factory state ...
548
548
  2023-02-28 18:29:07 - RESET: Be patient, this will take a while ...
549
549
  2023-02-28 18:29:08 - RESET:
550
- 2023-02-28 18:29:08 - RESET: > j1@2023.3.1 reset C:\Users\xxx\j1-projects\my-starter
550
+ 2023-02-28 18:29:08 - RESET: > j1@2023.3.3 reset C:\Users\xxx\j1-projects\my-starter
551
551
  2023-02-28 18:29:08 - RESET: > run-s -s reset:*
552
552
  2023-02-28 18:29:08 - RESET:
553
553
  2023-02-28 18:29:08 - RESET: Reset project to factory state ..
@@ -53,7 +53,7 @@ environment: development
53
53
  # ------------------------------------------------------------------------------
54
54
  # Sets the build version of the site
55
55
  #
56
- version: 2023.3.1
56
+ version: 2023.3.3
57
57
 
58
58
  # copyright
59
59
  # ------------------------------------------------------------------------------
@@ -77,7 +77,7 @@ settings:
77
77
  comment: Top teaser shown on home page
78
78
  type: teaser
79
79
  badges: false
80
- icon_family: MDI
80
+ icon_family: mdib
81
81
  properties: mb-5
82
82
 
83
83
  wave:
@@ -52,7 +52,7 @@ settings:
52
52
 
53
53
  wave:
54
54
  top:
55
- enabled: true
55
+ enabled: false
56
56
  height: 4 # [1 .. 9]
57
57
  style: wave-4
58
58
  transform: false # false or rotate|flip-x|flip-y and combinations