j1-template 2023.4.1 → 2023.4.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (114) hide show
  1. checksums.yaml +4 -4
  2. data/assets/data/masterslider.html +1 -1
  3. data/assets/themes/j1/adapter/js/advertising.js +1 -0
  4. data/assets/themes/j1/adapter/js/algolia.js +1 -0
  5. data/assets/themes/j1/adapter/js/analytics.js +1 -0
  6. data/assets/themes/j1/adapter/js/asciidoctor.js +1 -0
  7. data/assets/themes/j1/adapter/js/bmd.js +1 -0
  8. data/assets/themes/j1/adapter/js/carousel.js +1 -0
  9. data/assets/themes/j1/adapter/js/clipboard.js +1 -0
  10. data/assets/themes/j1/adapter/js/comments.js +1 -0
  11. data/assets/themes/j1/adapter/js/cookieConsent.js +6 -5
  12. data/assets/themes/j1/adapter/js/customFunctions.js +1 -0
  13. data/assets/themes/j1/adapter/js/customModule.js +1 -0
  14. data/assets/themes/j1/adapter/js/dropdowns.js +1 -0
  15. data/assets/themes/j1/adapter/js/fab.js +1 -0
  16. data/assets/themes/j1/adapter/js/framer.js +1 -0
  17. data/assets/themes/j1/adapter/js/justifiedGallery.js +1 -0
  18. data/assets/themes/j1/adapter/js/justifiedGalleryCustomizer.js +1 -1
  19. data/assets/themes/j1/adapter/js/lazyLoader.js +1 -0
  20. data/assets/themes/j1/adapter/js/lightbox.js +1 -0
  21. data/assets/themes/j1/adapter/js/logger.js +1 -0
  22. data/assets/themes/j1/adapter/js/lunr.js +1 -0
  23. data/assets/themes/j1/adapter/js/masonry.js +1 -0
  24. data/assets/themes/j1/adapter/js/masterslider.js +1 -0
  25. data/assets/themes/j1/adapter/js/mmenu.js +1 -0
  26. data/assets/themes/j1/adapter/js/navigator.js +1 -0
  27. data/assets/themes/j1/adapter/js/particles.js +1 -0
  28. data/assets/themes/j1/adapter/js/rangeSlider.js +1 -0
  29. data/assets/themes/j1/adapter/js/rouge.js +2 -1
  30. data/assets/themes/j1/adapter/js/rtable.js +1 -0
  31. data/assets/themes/j1/adapter/js/rtextResizer.js +2 -1
  32. data/assets/themes/j1/adapter/js/scroller.js +1 -0
  33. data/assets/themes/j1/adapter/js/slick.js +3 -2
  34. data/assets/themes/j1/adapter/js/themeToggler.js +1 -0
  35. data/assets/themes/j1/adapter/js/themer.js +1 -0
  36. data/assets/themes/j1/adapter/js/toccer.js +1 -0
  37. data/assets/themes/j1/adapter/js/translator.js +1 -0
  38. data/assets/themes/j1/adapter/js/waves.js +1 -0
  39. data/assets/themes/j1/core/js/template.js +16 -6
  40. data/assets/themes/j1/core/js/template.min.js +1 -1
  41. data/assets/themes/j1/core/js/template.min.js.map +1 -1
  42. data/assets/themes/j1/modules/backstretch/LICENSE-MIT +22 -0
  43. data/assets/themes/j1/modules/backstretch/README.md +411 -0
  44. data/assets/themes/j1/modules/backstretch/js/v2.1.16/backstretch.js +1 -3
  45. data/assets/themes/j1/modules/backstretch/js/v2.1.16/backstretch.min.js +1 -2
  46. data/assets/themes/j1/modules/clipboard/js/clipboard.js +0 -1
  47. data/assets/themes/j1/modules/clipboard/js/clipboard.min.js +3 -2
  48. data/assets/themes/j1/modules/dropdowns/js/cash.js +4 -5
  49. data/assets/themes/j1/modules/dropdowns/js/cash.min.js +19 -0
  50. data/assets/themes/j1/modules/dropdowns/js/dropdowns.min.js +20 -0
  51. data/assets/themes/j1/modules/fab/js/cash.js +0 -2
  52. data/assets/themes/j1/modules/fab/js/cash.min.js +20 -0
  53. data/assets/themes/j1/modules/fab/js/fab.min.js +20 -0
  54. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.json +0 -22
  55. data/assets/themes/j1/modules/iconPicker/icons-libraries/mdi-icons-light.min.json +1 -1
  56. data/assets/themes/j1/modules/iconifyAPI/js/iconify.js +13 -0
  57. data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.css +2 -14
  58. data/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.min.css +3 -2
  59. data/assets/themes/j1/modules/rouge/css/base16/theme.min.css +19 -0
  60. data/assets/themes/j1/modules/rouge/css/base16.dark/theme.min.css +19 -0
  61. data/assets/themes/j1/modules/rouge/css/base16.light/theme.min.css +19 -0
  62. data/assets/themes/j1/modules/rouge/css/base16.monokai/theme.min.css +19 -0
  63. data/assets/themes/j1/modules/rouge/css/base16.monokai.dark/theme.min.css +19 -0
  64. data/assets/themes/j1/modules/rouge/css/base16.monokai.light/theme.min.css +19 -0
  65. data/assets/themes/j1/modules/rouge/css/base16.solarized/theme.min.css +19 -0
  66. data/assets/themes/j1/modules/rouge/css/base16.solarized.dark/theme.min.css +19 -0
  67. data/assets/themes/j1/modules/rouge/css/base16.solarized.light/theme.min.css +19 -0
  68. data/assets/themes/j1/modules/rouge/css/colorful/theme.min.css +19 -0
  69. data/assets/themes/j1/modules/rouge/css/github/theme.min.css +19 -0
  70. data/assets/themes/j1/modules/rouge/css/gruvbox/theme.min.css +19 -0
  71. data/assets/themes/j1/modules/rouge/css/gruvbox.dark/theme.min.css +19 -0
  72. data/assets/themes/j1/modules/rouge/css/gruvbox.light/theme.min.css +19 -0
  73. data/assets/themes/j1/modules/rouge/css/igorpro/theme.min.css +19 -0
  74. data/assets/themes/j1/modules/rouge/css/molokai/theme.min.css +19 -0
  75. data/assets/themes/j1/modules/rouge/css/monokai/theme.min.css +19 -0
  76. data/assets/themes/j1/modules/rouge/css/monokai.sublime/theme.min.css +19 -0
  77. data/assets/themes/j1/modules/rouge/css/pastie/theme.min.css +19 -0
  78. data/assets/themes/j1/modules/rouge/css/thankful_eyes/theme.min.css +19 -0
  79. data/assets/themes/j1/modules/rouge/css/tulip/theme.min.css +19 -0
  80. data/assets/themes/j1/modules/rouge/css/uno.dark/theme.min.css +19 -0
  81. data/assets/themes/j1/modules/rouge/css/uno.light/theme.min.css +19 -0
  82. data/assets/themes/j1/modules/slimSelect/css/select.css +486 -479
  83. data/assets/themes/j1/modules/slimSelect/css/select.min.css +8 -0
  84. data/assets/themes/j1/modules/slimSelect/js/select.js +1834 -1827
  85. data/assets/themes/j1/modules/slimSelect/js/select.min.js +8 -0
  86. data/assets/themes/j1/modules/vimeo/froogaloop/js/froogaloop2.js +4 -0
  87. data/lib/j1/version.rb +1 -1
  88. data/lib/starter_web/README.md +5 -5
  89. data/lib/starter_web/_config.yml +1 -1
  90. data/lib/starter_web/_data/modules/defaults/iconPicker.yml +3 -7
  91. data/lib/starter_web/_data/modules/lazyLoader.yml +5 -5
  92. data/lib/starter_web/_data/modules/navigator_menu.yml +7 -4
  93. data/lib/starter_web/_data/resources.yml +23 -28
  94. data/lib/starter_web/_data/templates/feed.xml +1 -1
  95. data/lib/starter_web/_plugins/index/lunr.rb +1 -1
  96. data/lib/starter_web/package.json +1 -1
  97. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.asciidoc +1 -0
  98. data/lib/starter_web/pages/public/learn/roundtrip/_includes/documents/themes_rouge.asciidoc +49 -40
  99. data/lib/starter_web/pages/public/learn/roundtrip/asciidoc_extensions.adoc +0 -1
  100. data/lib/starter_web/pages/public/learn/roundtrip/bootstrap_themes.adoc +20 -16
  101. data/lib/starter_web/pages/public/learn/roundtrip/highlghter_rouge.adoc +204 -0
  102. data/lib/starter_web/pages/public/tools/cheatsheet/gem.adoc +4 -4
  103. data/lib/starter_web/pages/public/tools/cheatsheet/git.adoc +13 -13
  104. data/lib/starter_web/pages/public/tools/cheatsheet/j1.adoc +113 -3
  105. data/lib/starter_web/utilsrv/_defaults/package.json +1 -1
  106. data/lib/starter_web/utilsrv/package.json +1 -1
  107. metadata +38 -9
  108. data/assets/themes/j1/adapter/js/translator.0.js +0 -498
  109. data/assets/themes/j1/adapter/js/translator.10.js +0 -510
  110. data/assets/themes/j1/modules/backstretch/js/v2.1.18/backstretch.js +0 -1627
  111. data/assets/themes/j1/modules/backstretch/js/v2.1.18/backstretch.min.js +0 -20
  112. data/lib/starter_web/pages/public/learn/roundtrip/_includes/attributes.0.asciidoc +0 -112
  113. /data/assets/themes/j1/modules/masonry/js/{masonry.pkgd.js → masonry.js} +0 -0
  114. /data/assets/themes/j1/modules/masonry/js/{masonry.pkgd.min.js → masonry.min.js} +0 -0
@@ -0,0 +1,20 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # ~/assets/themes/j1/modules/dropdowns/js/dropdowns.min.js
4
+ # MODIFIED DROPDOWN JS from project Materialize
5
+ # Provides JS Core funtions for the J1 DROPDOWNS Module
6
+ #
7
+ # Product/Info:
8
+ # https://jekyll.one
9
+ # https://github.com/Dogfalo/materialize
10
+ #
11
+ # Copyright (C) 2023 Juergen Adams
12
+ #
13
+ # J1 Theme is licensed under the MIT License.
14
+ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
15
+ # -----------------------------------------------------------------------------
16
+ # TODO:
17
+ # jadams, 2020-10-11: module needs to be rewitten to PURE jQuery
18
+ # -----------------------------------------------------------------------------
19
+ */
20
+ "use strict";!function(e,t){var i={direction:"top",hoverEnabled:!0,toolbarEnabled:!1};e.fn.reverse=[].reverse;class o{constructor(e,t,i){t instanceof Element||console.error(Error(t+" is not an HTML Element"));var o=e.getInstance(t);o&&o.destroy(),this.el=t,this.$el=cash(t)}static init(e,t,i){var o=null;if(t instanceof Element)o=new e(t,i);else if(t&&(t.jquery||t.cash||t instanceof NodeList)){for(var n=[],s=0;s<t.length;s++)n.push(new e(t[s],i));o=n}return o}}j1.initializeJqueryWrapper=function(e,t,i){jQuery.fn[t]=function(o){if(e.prototype[o]){var n=Array.prototype.slice.call(arguments,1);if("get"===o.slice(0,3)){var s=this.first()[0][i];return s[o].apply(s,n)}return this.each(function(){var e=this[i];e[o].apply(e,n)})}if("object"==typeof o||!o)return e.init(this,arguments[0]),this;jQuery.error("Method "+o+" does not exist on jQuery."+t)}};class n extends o{constructor(t,i){super(n,t,i),this.el.M_Dropdown=this,n._dropdowns.push(this),this.id=this.getIdFromTrigger(t),this.dropdownEl=document.getElementById(this.id),this.$dropdownEl=e(this.dropdownEl),this.options=e.extend({},n.defaults,i),this.isOpen=!1,this.isScrollable=!1,this.isTouchMoving=!1,this.focusedIndex=-1,this.filterQuery=[],this.keys={TAB:9,ENTER:13,ESC:27,ARROW_UP:38,ARROW_DOWN:40},this.options.container?e(this.options.container).append(this.dropdownEl):this.$el.after(this.dropdownEl),this._makeDropdownFocusable(),this._resetFilterQueryBound=this._resetFilterQuery.bind(this),this._handleDocumentClickBound=this._handleDocumentClick.bind(this),this._handleDocumentTouchmoveBound=this._handleDocumentTouchmove.bind(this),this._handleDropdownClickBound=this._handleDropdownClick.bind(this),this._handleDropdownKeydownBound=this._handleDropdownKeydown.bind(this),this._handleTriggerKeydownBound=this._handleTriggerKeydown.bind(this),this._setupEventHandlers()}static get defaults(){return i}static init(e,t){return super.init(this,e,t)}static getInstance(e){return(e.jquery?e[0]:e).M_Dropdown}getIdFromTrigger(e){var t=e.getAttribute("data-target");return t||(t=(t=e.getAttribute("href"))?t.slice(1):""),t}executeFunctionByName(e,t){for(var i=Array.prototype.slice.call(arguments,2),o=e.split("."),n=o.pop(),s=0;s<o.length;s++)t=t[o[s]];return t[n].apply(t,i)}checkPossibleAlignments(e,t,i,o){var n={top:!0,right:!0,bottom:!0,left:!0,spaceOnTop:null,spaceOnRight:null,spaceOnBottom:null,spaceOnLeft:null},s="visible"===getComputedStyle(t).overflow,h=t.getBoundingClientRect(),d=Math.min(h.height,window.innerHeight),r=Math.min(h.width,window.innerWidth),l=e.getBoundingClientRect(),a=t.scrollLeft,c=t.scrollTop,p=i.left-a,u=i.top-c,w=i.top+l.height-c;return n.spaceOnRight=s?window.innerWidth-(l.left+i.width):r-(p+i.width),n.spaceOnRight<0&&(n.left=!1),n.spaceOnLeft=s?l.right-i.width:p-i.width+l.width,n.spaceOnLeft<0&&(n.right=!1),n.spaceOnBottom=s?window.innerHeight-(l.top+i.height+o):d-(u+i.height+o),n.spaceOnBottom<0&&(n.top=!1),n.spaceOnTop=s?l.bottom-(i.height+o):w-(i.height-o),n.spaceOnTop<0&&(n.bottom=!1),n}destroy(){this._resetDropdownStyles(),this._removeEventHandlers(),n._dropdowns.splice(n._dropdowns.indexOf(this),1),this.el.M_Dropdown=void 0}_setupEventHandlers(){this.el.addEventListener("keydown",this._handleTriggerKeydownBound),this.dropdownEl.addEventListener("click",this._handleDropdownClickBound),this.options.hover?(this._handleMouseEnterBound=this._handleMouseEnter.bind(this),this.el.addEventListener("mouseenter",this._handleMouseEnterBound),this._handleMouseLeaveBound=this._handleMouseLeave.bind(this),this.el.addEventListener("mouseleave",this._handleMouseLeaveBound),this.dropdownEl.addEventListener("mouseleave",this._handleMouseLeaveBound)):(this._handleClickBound=this._handleClick.bind(this),this.el.addEventListener("click",this._handleClickBound))}_removeEventHandlers(){this.el.removeEventListener("keydown",this._handleTriggerKeydownBound),this.dropdownEl.removeEventListener("click",this._handleDropdownClickBound),this.options.hover?(this.el.removeEventListener("mouseenter",this._handleMouseEnterBound),this.el.removeEventListener("mouseleave",this._handleMouseLeaveBound),this.dropdownEl.removeEventListener("mouseleave",this._handleMouseLeaveBound)):this.el.removeEventListener("click",this._handleClickBound)}_setupTemporaryEventHandlers(){document.body.addEventListener("click",this._handleDocumentClickBound,!0),document.body.addEventListener("touchend",this._handleDocumentClickBound),document.body.addEventListener("touchmove",this._handleDocumentTouchmoveBound),this.dropdownEl.addEventListener("keydown",this._handleDropdownKeydownBound)}_removeTemporaryEventHandlers(){document.body.removeEventListener("click",this._handleDocumentClickBound,!0),document.body.removeEventListener("touchend",this._handleDocumentClickBound),document.body.removeEventListener("touchmove",this._handleDocumentTouchmoveBound),this.dropdownEl.removeEventListener("keydown",this._handleDropdownKeydownBound)}_handleClick(e){e.preventDefault(),this.open()}_handleMouseEnter(){this.open()}_handleMouseLeave(t){let i=t.toElement||t.relatedTarget,o=!!e(i).closest(".dropdown-content").length,n=!1,s=e(i).closest(".dropdowns");s.length&&s[0].M_Dropdown&&s[0].M_Dropdown.isOpen&&(n=!0),n||o||this.close()}_handleDocumentClick(t){let i=e(t.target);this.options.closeOnClick&&i.closest(".dropdown-content").length&&!this.isTouchMoving?setTimeout(()=>{this.close()},0):!i.closest(".dropdowns").length&&i.closest(".dropdown-content").length||setTimeout(()=>{this.close()},0),this.isTouchMoving=!1}_handleTriggerKeydown(e){e.which!==this.keys.ARROW_DOWN&&e.which!==this.keys.ENTER||this.isOpen||(e.preventDefault(),this.open())}_handleDocumentTouchmove(t){e(t.target).closest(".dropdown-content").length&&(this.isTouchMoving=!0)}_handleDropdownClick(e){if("false"!==this.options.onItemClick){this.executeFunctionByName(this.options.onItemClick,window,this)}}_handleDropdownKeydown(t){if(t.which===this.keys.TAB)t.preventDefault(),this.close();else if(t.which!==this.keys.ARROW_DOWN&&t.which!==this.keys.ARROW_UP||!this.isOpen)if(t.which===this.keys.ENTER&&this.isOpen){let t=this.dropdownEl.children[this.focusedIndex],i=e(t).find("a, button").first();i.length?i[0].click():t&&t.click()}else t.which===this.keys.ESC&&this.isOpen&&(t.preventDefault(),this.close());else{t.preventDefault();let e=t.which===this.keys.ARROW_DOWN?1:-1,i=this.focusedIndex,o=!1;do{if(i+=e,this.dropdownEl.children[i]&&-1!==this.dropdownEl.children[i].tabIndex){o=!0;break}}while(i<this.dropdownEl.children.length&&i>=0);o&&(this.focusedIndex=i,this._focusFocusedItem())}let i=String.fromCharCode(t.which).toLowerCase();if(i&&-1===[9,13,27,38,40].indexOf(t.which)){this.filterQuery.push(i);let t=this.filterQuery.join(""),o=e(this.dropdownEl).find("li").filter(i=>0===e(i).text().toLowerCase().indexOf(t))[0];o&&(this.focusedIndex=e(o).index(),this._focusFocusedItem())}this.filterTimeout=setTimeout(this._resetFilterQueryBound,1e3)}_resetFilterQuery(){this.filterQuery=[]}_resetDropdownStyles(){this.$dropdownEl.css({display:"",width:"",height:"",left:"",top:"","transform-origin":"",transform:"",opacity:""})}_makeDropdownFocusable(){this.dropdownEl.tabIndex=0,e(this.dropdownEl).children().each(function(e){e.getAttribute("tabindex")||e.setAttribute("tabindex",0)})}_focusFocusedItem(){this.focusedIndex>=0&&this.focusedIndex<this.dropdownEl.children.length&&this.options.autoFocus&&this.dropdownEl.children[this.focusedIndex].focus()}_getDropdownPosition(){this.el.offsetParent.getBoundingClientRect();let e=this.el.getBoundingClientRect(),t=this.dropdownEl.getBoundingClientRect(),i=t.height,o=t.width,n=e.left-t.left,s=e.top-t.top,h={left:n,top:s,height:i,width:o},d=this.dropdownEl.offsetParent?this.dropdownEl.offsetParent:this.dropdownEl.parentNode,r=this.checkPossibleAlignments(this.el,d,h,this.options.coverTrigger?0:e.height),l="top",a=this.options.alignment;if(s+=this.options.coverTrigger?0:e.height,this.isScrollable=!1,r.top||(r.bottom?l="bottom":(this.isScrollable=!0,r.spaceOnTop>r.spaceOnBottom?(l="bottom",i+=r.spaceOnTop,s-=r.spaceOnTop):i+=r.spaceOnBottom)),!r[a]){let e="left"===a?"right":"left";r[e]?a=e:r.spaceOnLeft>r.spaceOnRight?(a="right",o+=r.spaceOnLeft,n-=r.spaceOnLeft):(a="left",o+=r.spaceOnRight)}return"bottom"===l&&(s=s-t.height+(this.options.coverTrigger?e.height:0)),"right"===a&&(n=n-t.width+e.width),{x:n,y:s,verticalAlignment:l,horizontalAlignment:a,height:i,width:o}}_animateIn(){t.remove(this.dropdownEl),t({targets:this.dropdownEl,opacity:{value:[0,1],easing:"easeOutQuad"},scaleX:[.3,1],scaleY:[.3,1],duration:this.options.inDuration,easing:"easeOutQuint",complete:e=>{this.options.autoFocus&&this.dropdownEl.focus(),"function"==typeof this.options.onOpenEnd&&this.options.onOpenEnd.call(this,this.el)}})}_animateOut(){t.remove(this.dropdownEl),t({targets:this.dropdownEl,opacity:{value:0,easing:"easeOutQuint"},scaleX:.3,scaleY:.3,duration:this.options.outDuration,easing:"easeOutQuint",complete:e=>{this._resetDropdownStyles(),"function"==typeof this.options.onCloseEnd&&this.options.onCloseEnd.call(this,this.el)}})}_placeDropdown(){let e=this.options.constrainWidth?this.el.getBoundingClientRect().width:this.dropdownEl.getBoundingClientRect().width;this.dropdownEl.style.width=e+"px";let t=this._getDropdownPosition();this.dropdownEl.style.left=t.x+"px",this.dropdownEl.style.top=t.y+"px",this.dropdownEl.style.height=t.height+"px",this.dropdownEl.style.width=t.width+"px",this.dropdownEl.style.transformOrigin=`${"left"===t.horizontalAlignment?"0":"100%"} ${"top"===t.verticalAlignment?"0":"100%"}`}open(){if(!this.isOpen){this.isOpen=!0;for(var e="#"+(o=this).id+" li",t=document.querySelectorAll(e),i=0;i<t.length;i++)t[i].addEventListener("click",function(e){e.preventDefault();for(var i=0;i<t.length;i++)t[i].classList.contains("active")&&t[i].classList.remove("active");this.classList.add("active")},!1);var o=this;this.options.onOpen&&this.executeFunctionByName(this.options.onOpen,window,o),this._resetDropdownStyles(),this.dropdownEl.style.display="block",this._placeDropdown(),this._animateIn(),this._setupTemporaryEventHandlers()}}close(){if(this.isOpen){this.isOpen=!1,this.focusedIndex=-1;this.options.onClose&&this.executeFunctionByName(this.options.onClose,window,this),this._animateOut(),this._removeTemporaryEventHandlers(),this.options.autoFocus&&this.el.focus()}}recalculateDimensions(){this.isOpen&&(this.$dropdownEl.css({width:"",height:"",left:"",top:"","transform-origin":""}),this._placeDropdown())}}n._dropdowns=[],j1.dropdowns=n,j1.jQueryLoaded=!!window.jQuery,j1.jQueryLoaded&&j1.initializeJqueryWrapper(n,"dropdown","M_Dropdown")}(cash,j1.anime);
@@ -14,8 +14,6 @@
14
14
  # J1 Theme is licensed under the MIT License.
15
15
  # See: https://github.com/fabiospampinato/cash/blob/master/LICENSE.md
16
16
  # -----------------------------------------------------------------------------
17
- # NOTE: cash-dom 1.3.5, https://github.com/kenwheeler/cash
18
- # -----------------------------------------------------------------------------
19
17
  */
20
18
  (function (factory) {
21
19
  window.cash = factory();
@@ -0,0 +1,20 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # ~/assets/themes/j1/modules/fam/js/cash.js
4
+ # MODIFIED old Cash version 1.3.5 from Materialize used by J1 Module FAM
5
+ #
6
+ # Product/Info:
7
+ # https://jekyll.one
8
+ # https://github.com/fabiospampinato/cash
9
+ #
10
+ # Copyright (C) 2023 Juergen Adams
11
+ #
12
+ # Cash is licensed under the MIT License.
13
+ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
14
+ # J1 Theme is licensed under the MIT License.
15
+ # See: https://github.com/fabiospampinato/cash/blob/master/LICENSE.md
16
+ # -----------------------------------------------------------------------------
17
+ # NOTE: cash-dom 1.3.5, https://github.com/kenwheeler/cash
18
+ # -----------------------------------------------------------------------------
19
+ */
20
+ window.cash=function(){var t,e=document,n=window,r=Array.prototype,i=r.slice,u=r.filter,o=r.push,s=function(){},c=function(t){return"function"==typeof t&&t.call},a=function(t){return"string"==typeof t},f=/^#[\w-]*$/,h=/^\.[\w-]*$/,l=/<.+>/,d=/^\w+$/;function v(t,n){n=n||e;var r=h.test(t)?n.getElementsByClassName(t.slice(1)):d.test(t)?n.getElementsByTagName(t):n.querySelectorAll(t);return r}function p(n){if(!t){var r=(t=e.implementation.createHTMLDocument(null)).createElement("base");r.href=e.location.href,t.head.appendChild(r)}return t.body.innerHTML=n,t.body.childNodes}function m(t){"loading"!==e.readyState?t():e.addEventListener("DOMContentLoaded",t)}function g(t,r){if(!t)return this;if(t.cash&&t!==n)return t;var i,u=t,o=0;if(a(t))u=f.test(t)?e.getElementById(t.slice(1)):l.test(t)?p(t):v(t,r);else if(c(t))return m(t),this;if(!u)return this;if(u.nodeType||u===n)this[0]=u,this.length=1;else for(i=this.length=u.length;o<i;o++)this[o]=u[o];return this}function y(t,e){return new g(t,e)}var b=y.fn=y.prototype=g.prototype={cash:!0,length:0,push:o,splice:r.splice,map:r.map,init:g};function x(t,e){for(var n=t.length,r=0;r<n&&!1!==e.call(t[r],t[r],r,t);r++);}function N(t,e){var n=t&&(t.matches||t.webkitMatchesSelector||t.mozMatchesSelector||t.msMatchesSelector||t.oMatchesSelector);return!!n&&n.call(t,e)}function L(t){return a(t)?N:t.cash?function(e){return t.is(e)}:function(t,e){return t===e}}function C(t){return y(i.call(t).filter(function(t,e,n){return n.indexOf(t)===e}))}Object.defineProperty(b,"constructor",{value:y}),y.parseHTML=p,y.noop=s,y.isFunction=c,y.isString=a,y.extend=b.extend=function(t){t=t||{};var e=i.call(arguments),n=e.length,r=1;for(1===e.length&&(t=this,r=0);r<n;r++)if(e[r])for(var u in e[r])e[r].hasOwnProperty(u)&&(t[u]=e[r][u]);return t},y.extend({merge:function(t,e){for(var n=+e.length,r=t.length,i=0;i<n;r++,i++)t[r]=e[i];return t.length=r,t},each:x,matches:N,unique:C,isArray:Array.isArray,isNumeric:function(t){return!isNaN(parseFloat(t))&&isFinite(t)}});var E=y.uid="_cash"+Date.now();function w(t){return t[E]=t[E]||{}}function A(t,e,n){return w(t)[e]=n}function T(t,e){var n=w(t);return void 0===n[e]&&(n[e]=t.dataset?t.dataset[e]:y(t).attr("data-"+e)),n[e]}b.extend({data:function(t,e){if(a(t))return void 0===e?T(this[0],t):this.each(function(n){return A(n,t,e)});for(var n in t)this.data(n,t[n]);return this},removeData:function(t){return this.each(function(e){return function(t,e){var n=w(t);n?delete n[e]:t.dataset?delete t.dataset[e]:y(t).removeAttr("data-"+name)}(e,t)})}});var S=/\S+/g;function M(t){return a(t)&&t.match(S)}function B(t,e){return t.classList?t.classList.contains(e):new RegExp("(^| )"+e+"( |$)","gi").test(t.className)}function H(t,e,n){t.classList?t.classList.add(e):n.indexOf(" "+e+" ")&&(t.className+=" "+e)}function O(t,e){t.classList?t.classList.remove(e):t.className=t.className.replace(e,"")}b.extend({addClass:function(t){var e=M(t);return e?this.each(function(t){var n=" "+t.className+" ";x(e,function(e){H(t,e,n)})}):this},attr:function(t,e){if(t){if(a(t))return void 0===e?this[0]?this[0].getAttribute?this[0].getAttribute(t):this[0][t]:void 0:this.each(function(n){n.setAttribute?n.setAttribute(t,e):n[t]=e});for(var n in t)this.attr(n,t[n]);return this}},hasClass:function(t){var e=!1,n=M(t);return n&&n.length&&this.each(function(t){return!(e=B(t,n[0]))}),e},prop:function(t,e){if(a(t))return void 0===e?this[0][t]:this.each(function(n){n[t]=e});for(var n in t)this.prop(n,t[n]);return this},removeAttr:function(t){return this.each(function(e){e.removeAttribute?e.removeAttribute(t):delete e[t]})},removeClass:function(t){if(!arguments.length)return this.attr("class","");var e=M(t);return e?this.each(function(t){x(e,function(e){O(t,e)})}):this},removeProp:function(t){return this.each(function(e){delete e[t]})},toggleClass:function(t,e){if(void 0!==e)return this[e?"addClass":"removeClass"](t);var n=M(t);return n?this.each(function(t){var e=" "+t.className+" ";x(n,function(n){B(t,n)?O(t,n):H(t,n,e)})}):this}}),b.extend({add:function(t,e){return C(y.merge(this,y(t,e)))},each:function(t){return x(this,t),this},eq:function(t){return y(this.get(t))},filter:function(t){if(!t)return this;var e=c(t)?t:L(t);return y(u.call(this,function(n){return e(n,t)}))},first:function(){return this.eq(0)},get:function(t){return void 0===t?i.call(this):t<0?this[t+this.length]:this[t]},index:function(t){var e=t?y(t)[0]:this[0],n=t?this:y(e).parent().children();return i.call(n).indexOf(e)},last:function(){return this.eq(-1)}});var k,I,P=(k=/(?:^\w|[A-Z]|\b\w)/g,I=/[\s-_]+/g,function(t){return t.replace(k,function(t,e){return t[0===e?"toLowerCase":"toUpperCase"]()}).replace(I,"")}),R=function(){var t={},e=document,n=e.createElement("div"),r=n.style;return function(e){if(e=P(e),t[e])return t[e];var n=e.charAt(0).toUpperCase()+e.slice(1),i=(e+" "+["webkit","moz","ms","o"].join(n+" ")+n).split(" ");return x(i,function(n){if(n in r)return t[n]=e=t[e]=n,!1}),t[e]}}();function q(t,e){return parseInt(n.getComputedStyle(t[0],null)[e],10)||0}function D(t,e,n){var r,i=T(t,"_cashEvents"),u=i&&i[e];u&&(n?(t.removeEventListener(e,n),(r=u.indexOf(n))>=0&&u.splice(r,1)):(x(u,function(n){t.removeEventListener(e,n)}),u=[]))}function _(t,e){return"&"+encodeURIComponent(t)+"="+encodeURIComponent(e).replace(/%20/g,"+")}function F(t){var e=t.type;if(!e)return null;switch(e.toLowerCase()){case"select-one":return function(t){var e=t.selectedIndex;return e>=0?t.options[e].value:null}(t);case"select-multiple":return function(t){var e=[];return x(t.options,function(t){t.selected&&e.push(t.value)}),e.length?e:null}(t);case"radio":case"checkbox":return t.checked?t.value:null;default:return t.value?t.value:null}}function U(t,e,n){var r=a(e);r||!e.length?x(t,r?function(t){return t.insertAdjacentHTML(n?"afterbegin":"beforeend",e)}:function(t,r){return function(t,e,n){if(n){var r=t.childNodes[0];t.insertBefore(e,r)}else t.appendChild(e)}(t,0===r?e:e.cloneNode(!0),n)}):x(e,function(e){return U(t,e,n)})}y.prefixedProp=R,y.camelCase=P,b.extend({css:function(t,e){if(a(t))return t=R(t),arguments.length>1?this.each(function(n){return n.style[t]=e}):n.getComputedStyle(this[0])[t];for(var r in t)this.css(r,t[r]);return this}}),x(["Width","Height"],function(t){var e=t.toLowerCase();b[e]=function(){return this[0].getBoundingClientRect()[e]},b["inner"+t]=function(){return this[0]["client"+t]},b["outer"+t]=function(e){return this[0]["offset"+t]+(e?q(this,"margin"+("Width"===t?"Left":"Top"))+q(this,"margin"+("Width"===t?"Right":"Bottom")):0)}}),b.extend({off:function(t,e){return this.each(function(n){return D(n,t,e)})},on:function(t,e,n,r){var i;if(!a(t)){for(var u in t)this.on(u,e,t[u]);return this}return c(e)&&(n=e,e=null),"ready"===t?(m(n),this):(e&&(i=n,n=function(t){for(var n=t.target;!N(n,e);){if(n===this||null===n)return n=!1;n=n.parentNode}n&&i.call(n,t)}),this.each(function(e){var i=n;r&&(i=function(){n.apply(this,arguments),D(e,t,i)}),function(t,e,n){var r=T(t,"_cashEvents")||A(t,"_cashEvents",{});r[e]=r[e]||[],r[e].push(n),t.addEventListener(e,n)}(e,t,i)}))},one:function(t,e,n){return this.on(t,e,n,!0)},ready:m,trigger:function(t,e){if(document.createEvent){var n=document.createEvent("HTMLEvents");return n.initEvent(t,!0,!1),n=this.extend(n,e),this.each(function(t){return t.dispatchEvent(n)})}}}),b.extend({serialize:function(){var t="";return x(this[0].elements||this,function(e){if(!e.disabled&&"FIELDSET"!==e.tagName){var n=e.name;switch(e.type.toLowerCase()){case"file":case"reset":case"submit":case"button":break;case"select-multiple":var r=F(e);null!==r&&x(r,function(e){t+=_(n,e)});break;default:var i=F(e);null!==i&&(t+=_(n,i))}}}),t.substr(1)},val:function(t){return void 0===t?F(this[0]):this.each(function(e){return e.value=t})}}),b.extend({after:function(t){return y(t).insertAfter(this),this},append:function(t){return U(this,t),this},appendTo:function(t){return U(y(t),this),this},before:function(t){return y(t).insertBefore(this),this},clone:function(){return y(this.map(function(t){return t.cloneNode(!0)}))},empty:function(){return this.html(""),this},html:function(t){if(void 0===t)return this[0].innerHTML;var e=t.nodeType?t[0].outerHTML:t;return this.each(function(t){return t.innerHTML=e})},insertAfter:function(t){var e=this;return y(t).each(function(t,n){var r=t.parentNode,i=t.nextSibling;e.each(function(t){r.insertBefore(0===n?t:t.cloneNode(!0),i)})}),this},insertBefore:function(t){var e=this;return y(t).each(function(t,n){var r=t.parentNode;e.each(function(e){r.insertBefore(0===n?e:e.cloneNode(!0),t)})}),this},prepend:function(t){return U(this,t,!0),this},prependTo:function(t){return U(y(t),this,!0),this},remove:function(){return this.each(function(t){if(t.parentNode)return t.parentNode.removeChild(t)})},text:function(t){return void 0===t?this[0].textContent:this.each(function(e){return e.textContent=t})}});var $=e.documentElement;return b.extend({position:function(){var t=this[0];return{left:t.offsetLeft,top:t.offsetTop}},offset:function(){var t=this[0].getBoundingClientRect();return{top:t.top+n.pageYOffset-$.clientTop,left:t.left+n.pageXOffset-$.clientLeft}},offsetParent:function(){return y(this[0].offsetParent)}}),b.extend({children:function(t){var e=[];return this.each(function(t){o.apply(e,t.children)}),e=C(e),t?e.filter(function(e){return N(e,t)}):e},closest:function(t){return!t||this.length<1?y():this.is(t)?this.filter(t):this.parent().closest(t)},is:function(t){if(!t)return!1;var e=!1,n=L(t);return this.each(function(r){return!(e=n(r,t))}),e},find:function(t){if(!t||t.nodeType)return y(t&&this.has(t).length?t:null);var e=[];return this.each(function(n){o.apply(e,v(t,n))}),C(e)},has:function(t){var e=a(t)?function(e){return 0!==v(t,e).length}:function(e){return e.contains(t)};return this.filter(e)},next:function(){return y(this[0].nextElementSibling)},not:function(t){if(!t)return this;var e=L(t);return this.filter(function(n){return!e(n,t)})},parent:function(){var t=[];return this.each(function(e){e&&e.parentNode&&t.push(e.parentNode)}),C(t)},parents:function(t){var n,r=[];return this.each(function(i){for(n=i;n&&n.parentNode&&n!==e.body.parentNode;)n=n.parentNode,(!t||t&&N(n,t))&&r.push(n)}),C(r)},prev:function(){return y(this[0].previousElementSibling)},siblings:function(t){var e=this.parent().children(t),n=this[0];return e.filter(function(t){return t!==n})}}),y}();
@@ -0,0 +1,20 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # ~/assets/themes/j1/modules/fam/js/fam.js
4
+ # MODIFIED FAM JS from project Materialize
5
+ # Provides JS Core funtions for the J1 FAM Module (Floating Button Menu)
6
+ #
7
+ # Product/Info:
8
+ # https://jekyll.one
9
+ # https://github.com/Dogfalo/materialize
10
+ #
11
+ # Copyright (C) 2023 Juergen Adams
12
+ #
13
+ # J1 Theme is licensed under the MIT License.
14
+ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
15
+ # -----------------------------------------------------------------------------
16
+ # TODO:
17
+ # jadams, 2020-10-11: module needs to be rewitten to PURE jQuery
18
+ # -----------------------------------------------------------------------------
19
+ */
20
+ "use strict";!function(t,e){var s={direction:"top",hoverEnabled:!0,toolbarEnabled:!1};t.fn.reverse=[].reverse;class i{constructor(t,e,s){e instanceof Element||console.error(Error(e+" is not an HTML Element"));var i=t.getInstance(e);i&&i.destroy(),this.el=e,this.$el=cash(e)}static init(t,e,s){var i=null;if(e instanceof Element)i=new t(e,s);else if(e&&(e.jquery||e.cash||e instanceof NodeList)){for(var n=[],o=0;o<e.length;o++)n.push(new t(e[o],s));i=n}return i}}j1.initializeJqueryWrapper=function(t,e,s){jQuery.fn[e]=function(i){if(t.prototype[i]){var n=Array.prototype.slice.call(arguments,1);if("get"===i.slice(0,3)){var o=this.first()[0][s];return o[i].apply(o,n)}return this.each(function(){var t=this[s];t[i].apply(t,n)})}if("object"==typeof i||!i)return t.init(this,arguments[0]),this;jQuery.error("Method "+i+" does not exist on jQuery."+e)}};class n extends i{constructor(e,s){super(n,e,s),this.el.M_FloatingActionButton=this,this.options=t.extend({},n.defaults,s),this.isOpen=!1,this.$anchor=this.$el.children("a").first(),this.$menu=this.$el.children("ul").first(),this.$floatingBtns=this.$el.find("ul .btn-fab-floating"),this.$floatingBtnsReverse=this.$el.find("ul .btn-fab-floating").reverse(),this.offsetY=0,this.offsetX=0,this.$el.addClass(`direction-${this.options.direction}`),"top"===this.options.direction?this.offsetY=40:"right"===this.options.direction?this.offsetX=-40:"bottom"===this.options.direction?this.offsetY=-40:this.offsetX=40,this._setupEventHandlers()}static get defaults(){return s}static init(t,e){return super.init(this,t,e)}static getInstance(t){return(t.jquery?t[0]:t).M_FloatingActionButton}destroy(){this._removeEventHandlers(),this.el.M_FloatingActionButton=void 0}_setupEventHandlers(){this._handleFABClickBound=this._handleFABClick.bind(this),this._handleOpenBound=this.open.bind(this),this._handleCloseBound=this.close.bind(this),this.options.hoverEnabled&&!this.options.toolbarEnabled?(this.el.addEventListener("mouseenter",this._handleOpenBound),this.el.addEventListener("mouseleave",this._handleCloseBound)):this.el.addEventListener("click",this._handleFABClickBound)}_removeEventHandlers(){this.options.hoverEnabled&&!this.options.toolbarEnabled?(this.el.removeEventListener("mouseenter",this._handleOpenBound),this.el.removeEventListener("mouseleave",this._handleCloseBound)):this.el.removeEventListener("click",this._handleFABClickBound)}_handleFABClick(){this.isOpen?this.close():this.open()}_handleDocumentClick(e){t(e.target).closest(this.$menu).length||this.close()}open(){this.isOpen||(this.options.toolbarEnabled?this._animateInToolbar():this._animateInFAB(),this.isOpen=!0)}close(){this.isOpen&&(this.options.toolbarEnabled?(window.removeEventListener("scroll",this._handleCloseBound,!0),document.body.removeEventListener("click",this._handleDocumentClickBound,!0),this._animateOutToolbar()):this._animateOutFAB(),this.isOpen=!1)}_animateInFAB(){this.$el.addClass("active");var t=0;this.$floatingBtnsReverse.each(s=>{e({targets:s,opacity:1,scale:[.4,1],translateY:[this.offsetY,0],translateX:[this.offsetX,0],duration:275,delay:t,easing:"easeInOutQuad"}),t+=40})}_animateOutFAB(){this.$floatingBtnsReverse.each(t=>{e.remove(t),e({targets:t,opacity:0,scale:.4,translateY:this.offsetY,translateX:this.offsetX,duration:175,easing:"easeOutQuad",complete:()=>{this.$el.removeClass("active")}})})}_animateInToolbar(){var e,s=window.innerWidth,i=window.innerHeight,n=this.el.getBoundingClientRect(),o=t('<div class="fam-btn-backdrop"></div>'),a=this.$anchor.css("background-color");this.$anchor.append(o),this.offsetX=n.left-s/2+n.width/2,this.offsetY=i-n.bottom,e=s/o[0].clientWidth,this.btnBottom=n.bottom,this.btnLeft=n.left,this.btnWidth=n.width,this.$el.addClass("active"),this.$el.css({"text-align":"center",width:"100%",bottom:0,left:0,transform:"translateX("+this.offsetX+"px)",transition:"none"}),this.$anchor.css({transform:"translateY("+-this.offsetY+"px)",transition:"none"}),o.css({"background-color":a}),setTimeout(()=>{this.$el.css({transform:"",transition:"transform .2s cubic-bezier(0.550, 0.085, 0.680, 0.530), background-color 0s linear .2s"}),this.$anchor.css({overflow:"visible",transform:"",transition:"transform .2s"}),setTimeout(()=>{this.$el.css({overflow:"hidden","background-color":a}),o.css({transform:"scale("+e+")",transition:"transform .2s cubic-bezier(0.550, 0.055, 0.675, 0.190)"}),this.$menu.children("li").children("a").css({opacity:1}),this._handleDocumentClickBound=this._handleDocumentClick.bind(this),window.addEventListener("scroll",this._handleCloseBound,!0),document.body.addEventListener("click",this._handleDocumentClickBound,!0)},100)},0)}_animateOutToolbar(){var t=window.innerWidth,e=window.innerHeight,s=this.$el.find(".fam-btn-backdrop"),i=this.$anchor.css("background-color");this.offsetX=this.btnLeft-t/2+this.btnWidth/2,this.offsetY=e-this.btnBottom,this.$el.removeClass("active"),this.$el.css({"background-color":"transparent",transition:"none"}),this.$anchor.css({transition:"none"}),s.css({transform:"scale(0)","background-color":i}),this.$menu.children("li").children("a").css({opacity:""}),setTimeout(()=>{s.remove(),this.$el.css({"text-align":"",width:"",bottom:"",left:"",overflow:"","background-color":"",transform:"translate3d("+-this.offsetX+"px,0,0)"}),this.$anchor.css({overflow:"",transform:"translate3d(0,"+this.offsetY+"px,0)"}),setTimeout(()=>{this.$el.css({transform:"translate3d(0,0,0)",transition:"transform .2s"}),this.$anchor.css({transform:"translate3d(0,0,0)",transition:"transform .2s cubic-bezier(0.550, 0.055, 0.675, 0.190)"})},20)},200)}}j1.fab=n,j1.jQueryLoaded=!!window.jQuery,j1.jQueryLoaded&&j1.initializeJqueryWrapper(n,"floatingActionButton","M_FloatingActionButton")}(cash,j1.anime);
@@ -5,9 +5,7 @@
5
5
  "version": "0.2.63",
6
6
  "icons": [
7
7
  "account",
8
- "account-alert",
9
8
  "alarm",
10
- "alarm-panel",
11
9
  "alarm-plus",
12
10
  "alert",
13
11
  "alert-circle",
@@ -25,10 +23,8 @@
25
23
  "arrow-up",
26
24
  "arrow-up-circle",
27
25
  "bank",
28
- "baseball-diamond",
29
26
  "bell",
30
27
  "bell-off",
31
- "bell-plus",
32
28
  "bluetooth",
33
29
  "book",
34
30
  "book-multiple",
@@ -45,7 +41,6 @@
45
41
  "border-top",
46
42
  "border-vertical",
47
43
  "briefcase",
48
- "bullhorn",
49
44
  "calendar",
50
45
  "camcorder",
51
46
  "camera",
@@ -57,7 +52,6 @@
57
52
  "chart-line",
58
53
  "chart-pie",
59
54
  "check",
60
- "check-circle",
61
55
  "chevron-double-down",
62
56
  "chevron-double-left",
63
57
  "chevron-double-right",
@@ -101,14 +95,11 @@
101
95
  "eject",
102
96
  "email",
103
97
  "email-open",
104
- "equalizer",
105
98
  "eye",
106
99
  "eye-off",
107
- "face-mask",
108
100
  "factory",
109
101
  "fast-forward",
110
102
  "file",
111
- "file-alert",
112
103
  "file-multiple",
113
104
  "file-plus",
114
105
  "flag",
@@ -137,7 +128,6 @@
137
128
  "format-line-spacing",
138
129
  "format-list-bulleted",
139
130
  "format-list-checks",
140
- "format-list-numbered",
141
131
  "format-quote-close",
142
132
  "format-quote-open",
143
133
  "format-underline",
@@ -148,10 +138,6 @@
148
138
  "forum",
149
139
  "fullscreen",
150
140
  "fullscreen-exit",
151
- "gender-female",
152
- "gender-male",
153
- "gender-male-female",
154
- "gender-transgender",
155
141
  "gift",
156
142
  "grid",
157
143
  "grid-large",
@@ -174,7 +160,6 @@
174
160
  "lightbulb-on",
175
161
  "link",
176
162
  "link-variant",
177
- "loading",
178
163
  "lock",
179
164
  "lock-open",
180
165
  "login",
@@ -231,14 +216,9 @@
231
216
  "rss",
232
217
  "script",
233
218
  "settings",
234
- "share",
235
- "share-variant",
236
219
  "shield",
237
220
  "shuffle",
238
221
  "signal",
239
- "sim",
240
- "sim-alert",
241
- "sim-off",
242
222
  "sitemap",
243
223
  "skip-next",
244
224
  "skip-previous",
@@ -262,7 +242,6 @@
262
242
  "tooltip-text",
263
243
  "triangle",
264
244
  "trophy",
265
- "truck",
266
245
  "undo-variant",
267
246
  "unfold-less-horizontal",
268
247
  "unfold-less-vertical",
@@ -285,7 +264,6 @@
285
264
  "volume-mute",
286
265
  "volume-off",
287
266
  "volume-plus",
288
- "wallet",
289
267
  "wifi",
290
268
  "xml"
291
269
  ]
@@ -1 +1 @@
1
- {"prefix":"mdil mdil-","icon-style":"mdil-","list-icon":"mdil mdil-account","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-account","version":"0.2.63","icons":["account","alarm","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","bell","bell-off","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","calendar","camcorder","camera","cancel","cart","chart-areaspline","chart-bar","chart-histogram","chart-line","chart-pie","check","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","eye","eye-off","factory","fast-forward","file","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-quote-close","format-quote-open","format-underline","format-wrap-inline","format-wrap-square","format-wrap-tight","format-wrap-top-bottom","forum","fullscreen","fullscreen-exit","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","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","shield","shuffle","signal","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","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","wifi","xml"]}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * (c) Vjacheslav Trushkin <cyberalien@gmail.com>
3
+ *
4
+ * For the full copyright and license information, please view the license.txt or license.gpl.txt
5
+ * files at https://github.com/iconify/iconify
6
+ *
7
+ * Licensed under Apache 2.0 or GPL 2.0 at your option.
8
+ * If derivative product is not compatible with one of licenses, you can pick one of licenses.
9
+ *
10
+ * @license Apache 2.0
11
+ * @license GPL 2.0
12
+ */
13
+ "use strict";if(void 0===self.Iconify&&(self.Iconify={isReady:!1},self.SimpleSVG=self.Iconify,function(e,t){var i,n,o,r,s,c,a,l,u,d,f,h,p,v,g,b,m,y,w,_,x,O,j,I,A,E,k,C,M,L,S,N,P,T,F,R,D,H,V,G,Q,z,B,q,Y,J,U,W,$,K,X,Z,ee,te,ie,ne,oe,re={config:{},version:"1.0.3"};function se(){document.removeEventListener("DOMContentLoaded",se),window.removeEventListener("load",se),o.DOMReadyCallback()}function ce(t,i,e){var n=t;if("_"!==t.slice(0,1)){if(void 0===u[t]){if(!e||void 0===u["_"+t])return;n="_"+t}switch(n){case"API":case"SVGAttributes":Object.keys(i).forEach(function(e){null===i[t]?delete u[n][e]:u[n][e]=i[e]});break;default:u[n]=i}}}function ae(e,t){return function(e,t){switch(e){case"rotate":return t=parseInt(t),isNaN(t)?null:t;case"width":case"height":case"inlineHeight":case"inlineTop":case"verticalAlign":return t=parseFloat(t),isNaN(t)?null:t;case"vFlip":case"hFlip":return!!t;case"body":case"parent":return"string"==typeof t?t:null}return t}("rotate",e+t)}function le(e,t){return!!e!=!!t}function ue(e){var i=Object.create(null);return(void 0===e._defaults?[e,v]:[e,e._defaults,v]).forEach(function(t){Object.keys(t).forEach(function(e){"object"!=typeof t[e]&&void 0===i[e]&&(i[e]=t[e])})}),void 0===i.inlineTop&&(i.inlineTop=i.top),void 0===i.inlineHeight&&(i.inlineHeight=i.height),void 0===i.verticalAlign&&(i.height%7==0&&i.height%8!=0?i.verticalAlign=-.143:i.verticalAlign=-.125),i}function de(){return this._icons=Object.create(null),this._aliases=Object.create(null),this._resolved=Object.create(null),this._add=function(e,t,i){var n=e?"_aliases":"_icons";void 0===this._resolved[t.prefix]?(this._resolved[t.prefix]=Object.create(null),this._icons[t.prefix]=Object.create(null),this._aliases[t.prefix]=Object.create(null)):(delete this._icons[t.prefix][t.icon],delete this._aliases[t.prefix][t.icon]),this._resolved[t.prefix][t.icon]=!1,this[n][t.prefix][t.icon]=i},this._resolveIcon=function(e){var t,i,n,o,r,s;if(void 0===this._resolved[e.prefix]||void 0===this._resolved[e.prefix][e.icon])return null;if(!1!==this._resolved[e.prefix][e.icon])return this._resolved[e.prefix][e.icon];if(void 0!==this._icons[e.prefix][e.icon])return this._resolved[e.prefix][e.icon]=ue(this._icons[e.prefix][e.icon]);for(i=0,t=this._aliases[e.prefix][e.icon],n=Object.create(null),Object.keys(t).forEach(function(e){"parent"!==e&&(n[e]=t[e])}),o=t.parent;;){if(5<++i||void 0===this._resolved[e.prefix][o])return this._resolved[e.prefix][e.icon]=null;if(r=void 0===this._icons[e.prefix][o],s=this[r?"_aliases":"_icons"][e.prefix][o],Object.keys(s).forEach(function(e){if(void 0!==n[e])switch(e){case"rotate":n[e]=ae(n[e],s[e]);break;case"hFlip":case"vFlip":n[e]=le(n[e],s[e])}else"parent"!==e&&(n[e]=s[e])}),!r)break;o=s.parent}return this._resolved[e.prefix][e.icon]=ue(n)},this.addCollection=function(n){var o=this,r=Object.create(null);g.forEach(function(e){void 0!==n[e]?r[e]=n[e]:void 0!==v[e]&&(r[e]=v[e])}),void 0!==n.icons&&Object.keys(n.icons).forEach(function(e){var t=p(e,n.prefix),i=n.icons[e];void 0!==i.body&&(i._defaults=r,o._add(!1,t,i))}),void 0!==n.aliases&&Object.keys(n.aliases).forEach(function(e){var t=p(e,n.prefix),i=n.aliases[e];if(void 0!==i.parent){if(void 0===n.prefix){if(i.parent.slice(0,t.prefix.length)!==t.prefix)return;i.parent=i.parent.slice(t.prefix.length+1)}o._add(!0,t,i)}})},this.addIcon=function(e,t,i){var n=void 0!==t.parent,o=p(e,i);if(n&&void 0===i){if(t.parent.slice(0,o.prefix.length)!==o.prefix)return;t.parent=t.parent.slice(o.prefix.length+1)}this._add(n,o,t)},this.exists=function(e,t){var i=p(e,t);return void 0!==this._resolved[i.prefix]&&void 0!==this._resolved[i.prefix][i.icon]},this.getIcon=function(e,t){var i=p(e,t);return this._resolveIcon(i)},this.copyIcon=function(e,t){var i,n=this.getIcon(e,t);return null===n?null:(i=Object.create(null),Object.keys(n).forEach(function(e){i[e]=n[e]}),i)},this.list=function(e){var i,n;return void 0!==e?void 0===this._resolved[e]?[]:Object.keys(this._resolved[e]):(i=[],n=this._resolved,Object.keys(n).forEach(function(t){i=i.concat(Object.keys(n[t]).map(function(e){return""===t&&-1===e.indexOf("-")?e:t+":"+e}))}),i)},this}function fe(){w&&(w=!1,m.scanDOM())}function he(e,t,i){var n,o,r,s,c;if(1===t)return e;if(i=void 0===i?100:i,"number"==typeof e)return Math.ceil(e*t*i)/i;if("string"!=typeof e)return e;if(null===(n=e.split(j))||!n.length)return e;for(o=[],r=n.shift(),s=I.test(r);;){if(s?(c=parseFloat(r),isNaN(c)?o.push(r):o.push(Math.ceil(c*t*i)/i)):o.push(r),void 0===(r=n.shift()))return o.join("");s=!s}}function pe(e,t,i){var n,o,r;for(n=0;n<t.length;n++)if(void 0!==e[o=t[n]])switch(typeof(r=e[o])){case"boolean":return r;case"number":return!!r;case"string":switch(r.toLowerCase()){case"1":case"true":case o:return!0;case"0":case"false":case"":return!1}}return i}function ve(e,t,i){var n,o;for(n=0;n<t.length;n++)if(void 0!==e[o=t[n]])return e[o];return i}function ge(){var s=N.loaderMaxURLSize,o=Object.create(null);function c(e,t){var i,n=o[e];"function"!=typeof n?(n=n.replace("{icons}",t.join(",")),(i=document.createElement("script")).setAttribute("type","text/javascript"),i.setAttribute("src",n),i.setAttribute("async",!0),document.head.appendChild(i)):n.call(L,e,t)}function a(e){var t=void 0===N.API[e]?N.defaultAPI:N.API[e];return"function"==typeof t?(o[e]=t,!1):-1===t.indexOf("{icons}")?(o[e]=t,null):(t=t.replace("{prefix}",e).replace("{callback}","Iconify._loaderCallback"),(o[e]=t).replace("{icons}","").length)}Object.keys(T).forEach(function(i){var n=a(i),o=!1===n,r=[];if(null===n)return c(i,[]),void(F[i]=!0);T[i].forEach(function(e,t){o||(n+=e.length+1,s<=n&&(c(i,r),r=[],n=a(i)+e.length+1)),r.push(e)}),r.length&&c(i,r),F[i]=void 0===F[i]?T[i]:F[i].concat(T[i]),delete T[i]}),D=!1}function be(e,t,i){return i||S.domready||N.loadBeforeDOMReady?(void 0===T[e]||-1===T[e].indexOf(t))&&(void 0===F[e]||!0!==F[e]&&-1===F[e].indexOf(t))&&(void 0===T[e]&&(T[e]=[]),T[e].push(t),D||(D=!0,window.setTimeout(ge,0)),!0):(function(e,t){void 0===R[e]&&(R[e]=Object.create(null)),R[e][t]=!0,void 0===S._loaderDOMReady&&(S._loaderDOMReady=S.DOMReadyCallback,S.DOMReadyCallback=function(){S._loaderDOMReady(),Object.keys(R).forEach(function(t){Object.keys(R[t]).forEach(function(e){L.iconExists(e,t)||be(t,e,!0)})})})}(e,t),!0)}function me(){var e;!1!==U&&U.length?(e=U,U=!1,Q.scanDOM(e)):U=!1}function ye(e){e.forEach(function(e){var t;if(!1===U&&(U=[],window.setTimeout(me,0)),e.addedNodes)for(t=0;t<e.addedNodes.length;t++)U.push(e.addedNodes[t])})}function we(){q.observe(void 0===z._root?document.querySelector("body"):z._root,W)}function _e(e,t){var i;return"<?"===e.slice(0,2)&&(i=e.indexOf(">"),e=e.slice(i+1)),e=-1!==(i=(e=e.replace("viewbox=","viewBox=").replace("preserveaspectratio=","preserveAspectRatio=")).indexOf("</"))?e.replace("</",t+"</"):e.replace("/>",">"+t+"</svg>")}i=re,function(){function e(e,t){var i;return t=t||{bubbles:!1,cancelable:!1,detail:void 0},(i=document.createEvent("CustomEvent")).initCustomEvent(e,t.bubbles,t.cancelable,t.detail),i}"function"!=typeof window.CustomEvent&&(e.prototype=window.Event.prototype,window.CustomEvent=e)}(),i.event=function(e,t){document.dispatchEvent(new CustomEvent(e,t))},n=e,r=(o=re).config,s=null,o.DOMReadyCallback=function(){o.domready=!0,o.nextInitItem()},o.initTimeout=function(e){function t(){if(null!==s){if(!1!==s.callback())return s.stop(),void o.nextInitItem();s.counter++,10!==s.counter&&25!==s.counter||(window.clearInterval(s.id),s.id=window.setInterval(t,10===s.counter?250:1e3))}}null!==s&&s.stop(),s={id:window.setInterval(t,100),counter:0,callback:e,stop:function(){window.clearInterval(s.id),s=null},nextTick:t}},o.domready=!1,o.ready=!1,o.initQueue=[],o.readyQueue=[],o.nextInitItem=function(){var e;if(!o.ready){if(o.initQueue.length)e=o.initQueue.shift();else{if(!o.domready)return void o.initTimeout(function(){return!o.domready&&document.body&&o.scanDOM(),o.domready});if(!o.readyQueue.length)return o.ready=n.isReady=!0,o.event(r._readyEvent),void o.scanDOM();e=o.readyQueue.shift()}!1!==e()&&o.nextInitItem()}},o.addStylesheet=function(e){var t;return document.head&&document.body?((t=document.createElement("style")).type="text/css",t.innerHTML="span.iconify, i.iconify, iconify-icon { display: inline-block; width: 1em; }",null!==document.head.firstChild?document.head.insertBefore(t,document.head.firstChild):document.head.appendChild(t),!0):!!o.domready||(e||o.initTimeout(o.addStylesheet.bind(null,!0)),!1)},o.initQueue.push(o.addStylesheet.bind(null,!1)),n.ready=function(e){n.isReady?window.setTimeout(e):document.addEventListener(r._readyEvent,e)},window.setTimeout(function(){"complete"===document.readyState||"loading"!==document.readyState&&!document.documentElement.doScroll?o.domready=!0:(document.addEventListener("DOMContentLoaded",se),window.addEventListener("load",se)),o.nextInitItem()}),(c=re.config).SVGAttributes=Object.create(null),c._imageClass="iconify",c._loadingClass="svg-loading",c._iconAttribute="data-icon",c._rotateAttribute="data-rotate",c._flipAttribute="data-flip",c._inlineModeAttribute="data-inline",c._alignAttribute="data-align",c._appendAttribute="data-icon-append",c._appendedClass="svg-appended",c._readyEvent="IconifyReady",c._webComponentsPolyfill="https://cdnjs.cloudflare.com/ajax/libs/webcomponentsjs/0.7.24/webcomponents-lite.min.js",c._classListPolyfill="https://cdnjs.cloudflare.com/ajax/libs/classlist/1.1.20150312/classList.min.js",function(t){t.defaultAPI="https://api.iconify.design/{prefix}.js?icons={icons}",t.API=Object.create(null),t.loaderMaxURLSize=500,t.loadBeforeDOMReady=!(document&&document.body),t._loaderEvent="IconifyAddedIcons",t.sessionStorage=!0;try{t.localStorage=!!(window&&window.localStorage&&window.localStorage.length)}catch(e){t.localStorage=!1}}(re.config),a=e,l=t,u=re.config,a.setConfig=function(e,t){ce(e,t,!1)},a.setCustomAPI=function(e,t){switch(typeof e){case"string":break;case"object":if(e instanceof Array)break;default:return}e.forEach(function(e){null===t?delete u.API[e]:u.API[e]=t})},a.getConfig=function(e){return void 0===u[e]?void 0===u["_"+e]?null:u["_"+e]:u[e]},["SimpleSVG","Iconify"].forEach(function(e){var t;void 0!==l[e+"Config"]&&"object"==typeof l[e+"Config"]&&(t=l[e+"Config"],Object.keys(t).forEach(function(e){ce(e,t[e],!0)}))}),f=(d=re).config,h=t,d.initQueue.push(function(){var e={observer:!1,classList:!1},t={observer:!1,classList:!1};function i(e){var t;return!e.length||(document.head?((t=document.createElement("script")).setAttribute("src",e),t.setAttribute("type","text/javascript"),document.head.appendChild(t),!0):d.domready)}function n(){return"classList"in document.createElement("div")||(t.classList||(t.classList=i(f._classListPolyfill)),!1)}function o(){return h.MutationObserver&&h.WeakMap||t.observer||(t.observer=i(f._webComponentsPolyfill)),!0}return e.classList=!n(),e.observer=!o(),!e.classList&&!e.observer||(d.initTimeout(function(){return!(e.observer&&!o()||e.classList&&!n())}),!1)}),re.getPrefix=function(e,t){var i;return"string"==typeof t&&""!==t?{prefix:t,icon:e}:2===(i=e.split(":")).length?{prefix:i[0],icon:i[1]}:1<(i=e.split("-")).length?{prefix:t=i.shift(),icon:i.join("-")}:{prefix:"",icon:e}},p=re.getPrefix,v={left:0,top:0,width:16,height:16,rotate:0,vFlip:!1,hFlip:!1},g=["left","top","width","height","body","rotate","vFlip","hFlip","inlineTop","inlineHeight","verticalAlign"],de.mergeFlip=le,de.mergeRotation=ae,de.blankIcon=function(){return ue({body:"",width:16,height:16})},re.Storage=de,b=e,y=t,w=!1,_=new(m=re).Storage,b.addCollection=function(e,t){_.addCollection(e),w||!0===t||(w=!0,window.setTimeout(fe,0))},b.addIcon=function(e,t,i){_.addIcon(e,t),w||!0===i||(w=!0,window.setTimeout(fe,0))},b.iconExists=_.exists.bind(_),b.getIcon=_.copyIcon.bind(_),b.listIcons=_.list.bind(_),["SimpleSVG","Iconify"].forEach(function(e){void 0!==y[e+"Preload"]&&y[e+"Preload"]instanceof Array&&y[e+"Preload"].forEach(function(e){"object"==typeof e&&void 0!==e.icons&&b.addCollection(e)})}),x=re.Storage,O=re.config,j=/(-?[0-9.]*[0-9]+[0-9.]*)/g,I=/^-?[0-9.]*[0-9]+[0-9.]*$/g,A=["width","height","inline"],E=["title"],k=0,re.SVG=function(w){return w=w||x.blankIcon(),this.item=w,this.height=function(e,t,i){return void 0===e?t?this.item.inlineHeight:this.item.height:he(e,(t?this.item.inlineHeight:this.item.height)/this.item.width,i)},this.width=function(e,t,i){return void 0===e?this.item.width:he(e,this.item.width/(t?this.item.inlineHeight:this.item.height),i)},this.defaultAttributes=function(){return{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink","aria-hidden":"true",focusable:"false"}},this.preserveAspectRatio=function(e,t,i){var n="";switch(e){case"left":n+="xMin";break;case"right":n+="xMax";break;default:n+="xMid"}switch(t){case"top":n+="YMin";break;case"bottom":n+="YMax";break;default:n+="YMid"}return n+=!0===i?" slice":" meet"},this.htmlspecialchars=function(e){switch(typeof e){case"boolean":case"number":return e+"";case"string":return e.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;").replace(/"/g,"&quot;").replace(/'/g,"&#039;")}return""},this.attributes=function(t){var e,i,n,o,r,s,c,a,l,u,d,f,h,p=this,v={horizontal:"center",vertical:"middle",crop:!1},g={rotate:w.rotate,hFlip:w.hFlip,vFlip:w.vFlip},b="",m=this.defaultAttributes(),y=[];if(s=pe(t="object"==typeof t?t:Object.create(null),[O._inlineModeAttribute,"inline"],!0),u=pe(t,[O._appendAttribute],!1),e={left:w.left,top:s?w.inlineTop:w.top,width:w.width,height:s?w.inlineHeight:w.height},"string"==typeof t[O._flipAttribute]&&t[O._flipAttribute].split(/[\s,]+/).forEach(function(e){switch(e=e.toLowerCase()){case"horizontal":g.hFlip=!g.hFlip;break;case"vertical":g.vFlip=!g.vFlip}}),void 0!==t[O._rotateAttribute])if("number"==typeof(a=t[O._rotateAttribute]))g.rotate+=a;else if("string"==typeof a)if(""===(d=a.replace(/^-?[0-9.]*/,"")))a=parseInt(a),isNaN(a)||(g.rotate+=a);else if(d!==a){switch(l=!1,d){case"%":l=25;break;case"deg":l=90}l&&(a=parseInt(a.slice(0,a.length-d.length)),isNaN(a)||(g.rotate+=Math.round(a/l)))}switch(g.hFlip?g.vFlip?g.rotate+=2:(y.push("translate("+(e.width+e.left)+" "+(0-e.top)+")"),y.push("scale(-1 1)"),e.top=e.left=0):g.vFlip&&(y.push("translate("+(0-e.left)+" "+(e.height+e.top)+")"),y.push("scale(1 -1)"),e.top=e.left=0),g.rotate%4){case 1:h=e.height/2+e.top,y.unshift("rotate(90 "+h+" "+h+")"),0===e.left&&0===e.top||(h=e.left,e.left=e.top,e.top=h),e.width!==e.height&&(h=e.width,e.width=e.height,e.height=h);break;case 2:y.unshift("rotate(180 "+(e.width/2+e.left)+" "+(e.height/2+e.top)+")");break;case 3:h=e.width/2+e.left,y.unshift("rotate(-90 "+h+" "+h+")"),0===e.left&&0===e.top||(h=e.left,e.left=e.top,e.top=h),e.width!==e.height&&(h=e.width,e.width=e.height,e.height=h)}return i=ve(t,["data-width","width"],null),n=ve(t,["data-height","height"],null),null===i&&null===n&&(n="1em"),null!==i&&null!==n?(o=i,r=n):null!==i?r=he(o=i,e.height/e.width):o=he(r=n,e.width/e.height),!1!==o&&(m.width="auto"===o?e.width:o),!1!==r&&(m.height="auto"===r?e.height:r),s&&0!==w.verticalAlign&&(b+="vertical-align: "+w.verticalAlign+"em;"),"string"==typeof t[O._alignAttribute]&&t[O._alignAttribute].toLowerCase().split(/[\s,]+/).forEach(function(e){switch(e){case"left":case"right":case"center":v.horizontal=e;break;case"top":case"bottom":case"middle":v.vertical=e;break;case"crop":v.crop=!0;break;case"meet":v.crop=!1}}),b+="-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);",m.style=b+(void 0===t.style?"":t.style),m.preserveAspectRatio=this.preserveAspectRatio(v.horizontal,v.vertical,v.crop),m.viewBox=e.left+" "+e.top+" "+e.width+" "+e.height,c=function(i){var e,n,t=/\sid="(\S+)"/g,o=[];function r(e,t,i){for(var n=0;-1!==(n=i.indexOf(e,n));)i=i.slice(0,n)+t+i.slice(n+e.length),n+=t.length;return i}for(;e=t.exec(i);)o.push(e[1]);return o.length&&(n="IconifyId-"+Date.now().toString(16)+"-"+(16777216*Math.random()|0).toString(16)+"-",o.forEach(function(e){var t=n+k;k++,i=r("(#"+e+")","(#"+t+")",i=r('="#'+e+'"','="#'+t+'"',i=r('="'+e+'"','="'+t+'"',i)))})),i}(this.item.body),y.length&&(c='<g transform="'+y.join(" ")+'">'+c+"</g>"),f=Object.create(null),Object.keys(t).forEach(function(e){void 0===m[e]&&(-1!==E.indexOf(e)?c="<"+e+">"+p.htmlspecialchars(t[e])+"</"+e+">"+c:-1===A.indexOf(e)&&(f[e]=t[e]))}),{attributes:m,elementAttributes:f,body:c,append:u}},this},M=(C=re).config._loadingClass,C.newImage=function(e,t,i){return{element:e,icon:t,parser:i,loading:e.classList.contains(M)}},C.parsedImage=function(e,t){return{element:e,icon:t}},C.getImageAttributes=function(t){var e,i,n=Object.create(null);if(!t.element.hasAttributes())return n;for(e=0;e<t.element.attributes.length;e++)i=t.element.attributes[e],n[i.name]=i.value;return t.parser&&void 0!==t.parser.filterAttributes&&(n=t.parser.filterAttributes(t,n)),void 0!==n.class&&(n.class=n.class.split(" ").filter(function(e){return e!==M}),t.parser&&void 0!==t.parser.filterClasses&&(n.class=t.parser.filterClasses(t,n.class)),n.class=n.class.join(" ")),void 0!==t.attributes&&Object.keys(t.attributes).forEach(function(e){n[e]=t.attributes[e]}),n},function(n,f,e){var s=e._imageClass,t=e._loadingClass,i=e._appendedClass,c=e._iconAttribute,o=e._inlineModeAttribute,r=":not(svg):not(."+i+")",a=":not(."+t+")",l="."+t,h={iconify:{selector:"."+s,selectorAll:"."+s+r,selectorNew:"."+s+r+a,selectorLoading:"."+s+r+l,icon:function(e){var t,i=e.getAttribute(c);if("string"==typeof i)return i;for(var n=0;n<e.classList.length;n++)if(5<(t=e.classList[n]).length&&"icon:"===t.slice(0,5))return t.slice(5);return""},filterClasses:function(e,t){var i,n,o;for(n=0;n<t.length;n++)"icon-"===(i=t[n]).slice(0,5)&&2===(i=i.slice(5).split(":")).length&&(o="data-"+i[0],void 0===e.attributes&&(e.attributes=Object.create(null)),e.attributes[o]=i[1]);return t}}},p=Object.keys(h);n.addFinder=function(e,t){void 0===t.selectorAll&&(t.selectorAll=t.selector+r),void 0===t.selectorNew&&(t.selectorNew=t.selector+r+a),void 0===t.selectorLoading&&(t.selectorLoading=t.selector+r+l),h[e]=t,p=Object.keys(h),n.isReady&&n.scanDOM()},n.addTag=function(e,i,t){n.addFinder("tag-"+e,{selector:e,icon:null==t?h.iconify.icon:t,filterAttributes:function(e,t){return void 0===t[o]&&(t[o]=i),t},filterClasses:h.iconify.filterClasses})};try{"object"==typeof Reflect&&"object"==typeof customElements&&Object.setPrototypeOf&&(Object.setPrototypeOf(u.prototype,HTMLElement.prototype),Object.setPrototypeOf(u,HTMLElement),customElements.define("iconify-icon",u))}catch(e){}function u(){return Reflect.construct(HTMLElement,[],u)}n.addTag("iconify-icon",!1),f.findNewImages=function(a,l){var u=[],d=[];return(a=void 0===a?void 0===e._root?document.body:e._root:a)&&p.forEach(function(e){var t,i,n,o,r=h[e],s=!0===l?r.selectorLoading:!1===l?r.selectorNew:r.selectorAll,c=a.querySelectorAll(s);for(t=0;t<c.length;t++)i=c[t],(n=r.icon(i))&&-1===d.indexOf(i)&&(d.push(i),o=f.newImage(i,n,r),u.push(o))}),u},f.findParsedImages=function(e){var t,i,n,o=[],r=e.querySelectorAll("svg."+s);for(t=0;t<r.length;t++)(n=(i=r[t]).getAttribute(c))&&o.push(f.parsedImage(i,n));return o}}(e,re,re.config),L=e,N=(S=re).config,P=t,T=Object.create(null),F=Object.create(null),R=Object.create(null),H={session:!(D=!1),local:!0},V={session:0,local:0},L._loaderCallback=function(i){var n=!1;"object"==typeof i&&(["local","session"].forEach(function(t){var e;if(!n&&H[t]&&N[t+"Storage"]){e=P[t+"Storage"];try{V[t]||e.setItem("iconify-version",S.version),e.setItem("iconify"+V[t],JSON.stringify(i)),n=!0,V[t]++,e.setItem("iconify-count",V[t])}catch(e){H[t]=!1}}}),L.addCollection(i),S.event(N._loaderEvent))},S.loadImage=function(e,t){var i=S.getPrefix(e.icon);return!!L.iconExists(i.icon,i.prefix)||(!1!==t&&be(i.prefix,i.icon,!1)&&e.element.classList.add(N._loadingClass),!1)},L.preloadImages=function(e){var t,i=!1;return e.forEach(function(e){t=S.getPrefix(e),L.iconExists(t.icon,t.prefix)||(be(t.prefix,t.icon,!0),i=!0)}),i},["local","session"].forEach(function(t){var e,i,n;try{if("object"!=typeof(e=P[t+"Storage"]))return void(H[t]=!1);if(e.getItem("iconify-version")!==S.version)return;if("number"!=typeof(n=parseInt(e.getItem("iconify-count")))||isNaN(n))return;for(;;){if(V[t]>=n)return;if("string"!=typeof(i=e.getItem("iconify"+V[t])))return;"object"==typeof(i=JSON.parse(i))&&L.addCollection(i),V[t]++}}catch(e){H[t]=!1}}),G=e,z=(Q=re).config,B=t,Y=0,W={childList:!(U=!1),subtree:!(J=q=null)},G.pauseObserving=function(){null!==q&&(Y||(J=q.takeRecords(),q.disconnect())),Y++},G.resumeObserving=function(){null!==q?Y&&(--Y||(we(),null!==J&&J.length&&ye(J))):Y--},G.isObserverPaused=function(){return null===q||!!Y},Q.readyQueue.push(function(){return q=new B.MutationObserver(ye),Y||we(),!0}),$=e,X=(K=re).config,Z=X._iconAttribute,ee=X._loadingClass,te=X._imageClass,ie=X._appendedClass,K.renderSVG=function(t){var e,i,n,o,r,s,c=K.getImageAttributes(t),a=$.getIcon(t.icon);c[Z]=t.icon,e=new K.SVG(a),n=document.createElement("svg"),r=e.attributes(c),Object.keys(r.attributes).forEach(function(e){try{n.setAttribute(e,r.attributes[e])}catch(e){}}),Object.keys(r.elementAttributes).forEach(function(e){try{(r.append?t.element:n).setAttribute(e,r.elementAttributes[e])}catch(e){}}),t.loading&&(n.classList.remove(ee),r.append&&t.element.classList.remove(ee)),n.classList.add(te),s=_e(n.outerHTML,r.body),(o=document.createElement("span")).innerHTML=s,i=o.childNodes[0],r.append?(t.element.classList.add(ie),t.element.appendChild(i)):(t.element.parentNode.replaceChild(i,t.element),t.element=i),delete t.parser,delete t.loading},$.getSVGObject=function(e,t){return!!$.iconExists(e)&&new K.SVG($.getIcon(e)).attributes(t,!1)},$.getSVG=function(e,t){var i,n;return!1!==(n=$.getSVGObject(e,t))&&(i=document.createElement("svg"),Object.keys(n.attributes).forEach(function(e){try{i.setAttribute(e,n.attributes[e])}catch(e){}}),_e(i.outerHTML,n.body))},ne=e,(oe=re).scanDOM=function(){var t=!1;function e(){oe.findNewImages().forEach(function(e){oe.loadImage(e)&&(t||(t=!0,ne.pauseObserving()),oe.renderSVG(e))})}if(oe.ready)e();else try{e()}catch(e){}t&&ne.resumeObserving()},ne.scanDOM=oe.scanDOM,ne.getVersion=function(){return oe.version}}(self.Iconify,self)),"object"==typeof exports)try{exports.__esModule=!0,exports.default=self.Iconify}catch(e){}
@@ -1,12 +1,13 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
3
  # ~/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.css
4
- # Provides CSS core styles for MSDropdown
4
+ # Provides CSS core styles for MSDropdown v4.0.2
5
5
  #
6
6
  # Product/Info:
7
7
  # http://jekyll.one
8
8
  # https://www.marghoobsuleman.com/
9
9
  #
10
+ # Copyright (C) 2023 Marghoob Suleman
10
11
  # Copyright (C) 2023 Juergen Adams
11
12
  #
12
13
  # msDropdown is licensed under MIT License.
@@ -20,19 +21,6 @@
20
21
  # https://www.marghoobsuleman.com/image-dropdown/advanced-help
21
22
  # -----------------------------------------------------------------------------
22
23
  */
23
-
24
- /*!
25
- * /**
26
- * * MSDropdown - msDropdown.js
27
- * * @author: Marghoob Suleman
28
- * * @website: https://www.marghoobsuleman.com/
29
- * * @version: 4.0.2
30
- * * @date: Sun Oct 24 2021 10:46:05 GMT+0200 (GMT+02:00)
31
- * * msDropdown is free web component: you can redistribute it and/or modify
32
- * * it under the terms of the either the MIT License or the Gnu General Public License (GPL) Version 2
33
- * * /
34
- */
35
-
36
24
  .ms-pr {
37
25
  position: relative
38
26
  }
@@ -1,12 +1,13 @@
1
1
  /*
2
2
  # -----------------------------------------------------------------------------
3
- # ~/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.css
4
- # Provides CSS core styles for MSDropdown
3
+ # ~/assets/themes/j1/modules/msDropdown/css/themes/uno/msDropdown.min.css
4
+ # Provides CSS core styles for MSDropdown v4.0.2
5
5
  #
6
6
  # Product/Info:
7
7
  # http://jekyll.one
8
8
  # https://www.marghoobsuleman.com/
9
9
  #
10
+ # Copyright (C) 2023 Marghoob Suleman
10
11
  # Copyright (C) 2023 Juergen Adams
11
12
  #
12
13
  # msDropdown is licensed under MIT License.
@@ -0,0 +1,19 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # ~/modules/rouge/css/base16/theme.min.css
4
+ # Rouge theme base16 (default)
5
+ #
6
+ # Product/Info:
7
+ # https://jekyll.one
8
+ # https://github.com/rouge-ruby/rouge
9
+ #
10
+ # Copyright (C) 2023 Juergen Adams
11
+ # Copyright (c) 2012 Jeanine Adkisson
12
+ #
13
+ # J1 Theme is licensed under the MIT License.
14
+ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
15
+ # Rouge is licensed under the MIT License.
16
+ # See: https://github.com/rouge-ruby/rouge/blob/master/LICENSE
17
+ # -----------------------------------------------------------------------------
18
+ */
19
+ .highlight table td{padding:5px}.highlight table pre{margin:0}.highlight,.highlight .w{color:#303030}.highlight .err{color:#151515;background-color:#ac4142}.highlight .c,.highlight .cd,.highlight .cm,.highlight .c1,.highlight .cs{color:#505050}.highlight .cp{color:#f4bf75}.highlight .nt{color:#f4bf75}.highlight .o,.highlight .ow{color:#d0d0d0}.highlight .p,.highlight .pi{color:#d0d0d0}.highlight .gi{color:#90a959}.highlight .gd{color:#ac4142}.highlight .gh{color:#6a9fb5;background-color:#151515;font-weight:bold}.highlight .k,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kv{color:#aa759f}.highlight .kc{color:#d28445}.highlight .kt{color:#d28445}.highlight .kd{color:#d28445}.highlight .s,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .sh,.highlight .sx,.highlight .s1{color:#90a959}.highlight .sr{color:#75b5aa}.highlight .si{color:#8f5536}.highlight .se{color:#8f5536}.highlight .nn{color:#f4bf75}.highlight .nc{color:#f4bf75}.highlight .no{color:#f4bf75}.highlight .na{color:#6a9fb5}.highlight .m,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .il,.highlight .mo,.highlight .mb,.highlight .mx{color:#90a959}.highlight .ss{color:#90a959}
@@ -0,0 +1,19 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # ~/modules/rouge/css/base16.dark/theme.css
4
+ # Rouge theme base16 (dark)
5
+ #
6
+ # Product/Info:
7
+ # https://jekyll.one
8
+ # https://github.com/rouge-ruby/rouge
9
+ #
10
+ # Copyright (C) 2023 Juergen Adams
11
+ # Copyright (c) 2012 Jeanine Adkisson
12
+ #
13
+ # J1 Theme is licensed under the MIT License.
14
+ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
15
+ # Rouge is licensed under the MIT License.
16
+ # See: https://github.com/rouge-ruby/rouge/blob/master/LICENSE
17
+ # -----------------------------------------------------------------------------
18
+ */
19
+ .highlight table td{padding:5px}.highlight table pre{margin:0}.highlight,.highlight .w{color:#d0d0d0;background-color:#151515}.highlight .err{color:#151515;background-color:#ac4142}.highlight .c,.highlight .cd,.highlight .cm,.highlight .c1,.highlight .cs{color:#505050}.highlight .cp{color:#f4bf75}.highlight .nt{color:#f4bf75}.highlight .o,.highlight .ow{color:#d0d0d0}.highlight .p,.highlight .pi{color:#d0d0d0}.highlight .gi{color:#90a959}.highlight .gd{color:#ac4142}.highlight .gh{color:#6a9fb5;background-color:#151515;font-weight:bold}.highlight .k,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kv{color:#aa759f}.highlight .kc{color:#d28445}.highlight .kt{color:#d28445}.highlight .kd{color:#d28445}.highlight .s,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .sh,.highlight .sx,.highlight .s1{color:#90a959}.highlight .sr{color:#75b5aa}.highlight .si{color:#8f5536}.highlight .se{color:#8f5536}.highlight .nn{color:#f4bf75}.highlight .nc{color:#f4bf75}.highlight .no{color:#f4bf75}.highlight .na{color:#6a9fb5}.highlight .m,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .il,.highlight .mo,.highlight .mb,.highlight .mx{color:#90a959}.highlight .ss{color:#90a959}
@@ -0,0 +1,19 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # ~/modules/rouge/css/base16.light/theme.min.css
4
+ # Rouge theme base16 (light)
5
+ #
6
+ # Product/Info:
7
+ # https://jekyll.one
8
+ # https://github.com/rouge-ruby/rouge
9
+ #
10
+ # Copyright (C) 2023 Juergen Adams
11
+ # Copyright (c) 2012 Jeanine Adkisson
12
+ #
13
+ # J1 Theme is licensed under the MIT License.
14
+ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
15
+ # Rouge is licensed under the MIT License.
16
+ # See: https://github.com/rouge-ruby/rouge/blob/master/LICENSE
17
+ # -----------------------------------------------------------------------------
18
+ */
19
+ .highlight table td{padding:5px}.highlight table pre{margin:0}.highlight,.highlight .w{color:#303030}.highlight .err{color:#151515;background-color:#ac4142}.highlight .c,.highlight .cd,.highlight .cm,.highlight .c1,.highlight .cs{color:#505050}.highlight .cp{color:#f4bf75}.highlight .nt{color:#f4bf75}.highlight .o,.highlight .ow{color:#d0d0d0}.highlight .p,.highlight .pi{color:#d0d0d0}.highlight .gi{color:#90a959}.highlight .gd{color:#ac4142}.highlight .gh{color:#6a9fb5;background-color:#151515;font-weight:bold}.highlight .k,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kv{color:#aa759f}.highlight .kc{color:#d28445}.highlight .kt{color:#d28445}.highlight .kd{color:#d28445}.highlight .s,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .sh,.highlight .sx,.highlight .s1{color:#90a959}.highlight .sr{color:#75b5aa}.highlight .si{color:#8f5536}.highlight .se{color:#8f5536}.highlight .nn{color:#f4bf75}.highlight .nc{color:#f4bf75}.highlight .no{color:#f4bf75}.highlight .na{color:#6a9fb5}.highlight .m,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .il,.highlight .mo,.highlight .mb,.highlight .mx{color:#90a959}.highlight .ss{color:#90a959}
@@ -0,0 +1,19 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # ~/modules/rouge/css/base16.monokai/theme.min.css
4
+ # Rouge theme base16 (monokai, default)
5
+ #
6
+ # Product/Info:
7
+ # https://jekyll.one
8
+ # https://github.com/rouge-ruby/rouge
9
+ #
10
+ # Copyright (C) 2023 Juergen Adams
11
+ # Copyright (c) 2012 Jeanine Adkisson
12
+ #
13
+ # J1 Theme is licensed under the MIT License.
14
+ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
15
+ # Rouge is licensed under the MIT License.
16
+ # See: https://github.com/rouge-ruby/rouge/blob/master/LICENSE
17
+ # -----------------------------------------------------------------------------
18
+ */
19
+ .highlight table td{padding:5px}.highlight table pre{margin:0}.highlight,.highlight .w{color:#f8f8f2;background-color:#272822}.highlight .err{color:#272822;background-color:#f92672}.highlight .c,.highlight .cd,.highlight .cm,.highlight .c1,.highlight .cs{color:#75715e}.highlight .cp{color:#f4bf75}.highlight .nt{color:#f4bf75}.highlight .o,.highlight .ow{color:#f8f8f2}.highlight .p,.highlight .pi{color:#f8f8f2}.highlight .gi{color:#a6e22e}.highlight .gd{color:#f92672}.highlight .gh{color:#66d9ef;background-color:#272822;font-weight:bold}.highlight .k,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kv{color:#ae81ff}.highlight .kc{color:#fd971f}.highlight .kt{color:#fd971f}.highlight .kd{color:#fd971f}.highlight .s,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .sh,.highlight .sx,.highlight .s1{color:#a6e22e}.highlight .sr{color:#a1efe4}.highlight .si{color:#c63}.highlight .se{color:#c63}.highlight .nn{color:#f4bf75}.highlight .nc{color:#f4bf75}.highlight .no{color:#f4bf75}.highlight .na{color:#66d9ef}.highlight .m,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .il,.highlight .mo,.highlight .mb,.highlight .mx{color:#a6e22e}.highlight .ss{color:#a6e22e}
@@ -0,0 +1,19 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # ~/modules/rouge/css/base16.monokai.dark/theme.min.css
4
+ # Rouge theme base16 (monokai, dark)
5
+ #
6
+ # Product/Info:
7
+ # https://jekyll.one
8
+ # https://github.com/rouge-ruby/rouge
9
+ #
10
+ # Copyright (C) 2023 Juergen Adams
11
+ # Copyright (c) 2012 Jeanine Adkisson
12
+ #
13
+ # J1 Theme is licensed under the MIT License.
14
+ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
15
+ # Rouge is licensed under the MIT License.
16
+ # See: https://github.com/rouge-ruby/rouge/blob/master/LICENSE
17
+ # -----------------------------------------------------------------------------
18
+ */
19
+ .highlight table td{padding:5px}.highlight table pre{margin:0}.highlight,.highlight .w{color:#f8f8f2;background-color:#272822}.highlight .err{color:#272822;background-color:#f92672}.highlight .c,.highlight .cd,.highlight .cm,.highlight .c1,.highlight .cs{color:#75715e}.highlight .cp{color:#f4bf75}.highlight .nt{color:#f4bf75}.highlight .o,.highlight .ow{color:#f8f8f2}.highlight .p,.highlight .pi{color:#f8f8f2}.highlight .gi{color:#a6e22e}.highlight .gd{color:#f92672}.highlight .gh{color:#66d9ef;background-color:#272822;font-weight:bold}.highlight .k,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kv{color:#ae81ff}.highlight .kc{color:#fd971f}.highlight .kt{color:#fd971f}.highlight .kd{color:#fd971f}.highlight .s,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .sh,.highlight .sx,.highlight .s1{color:#a6e22e}.highlight .sr{color:#a1efe4}.highlight .si{color:#c63}.highlight .se{color:#c63}.highlight .nn{color:#f4bf75}.highlight .nc{color:#f4bf75}.highlight .no{color:#f4bf75}.highlight .na{color:#66d9ef}.highlight .m,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .il,.highlight .mo,.highlight .mb,.highlight .mx{color:#a6e22e}.highlight .ss{color:#a6e22e}
@@ -0,0 +1,19 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # ~/modules/rouge/css/base16.monokai.light/theme.min.css
4
+ # Rouge theme base16 (monokai, light)
5
+ #
6
+ # Product/Info:
7
+ # https://jekyll.one
8
+ # https://github.com/rouge-ruby/rouge
9
+ #
10
+ # Copyright (C) 2023 Juergen Adams
11
+ # Copyright (c) 2012 Jeanine Adkisson
12
+ #
13
+ # J1 Theme is licensed under the MIT License.
14
+ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
15
+ # Rouge is licensed under the MIT License.
16
+ # See: https://github.com/rouge-ruby/rouge/blob/master/LICENSE
17
+ # -----------------------------------------------------------------------------
18
+ */
19
+ .highlight table td{padding:5px}.highlight table pre{margin:0}.highlight,.highlight .w{color:#49483e}.highlight .err{color:#272822;background-color:#f92672}.highlight .c,.highlight .cd,.highlight .cm,.highlight .c1,.highlight .cs{color:#75715e}.highlight .cp{color:#f4bf75}.highlight .nt{color:#f4bf75}.highlight .o,.highlight .ow{color:#f8f8f2}.highlight .p,.highlight .pi{color:#f8f8f2}.highlight .gi{color:#a6e22e}.highlight .gd{color:#f92672}.highlight .gh{color:#66d9ef;background-color:#272822;font-weight:bold}.highlight .k,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kv{color:#ae81ff}.highlight .kc{color:#fd971f}.highlight .kt{color:#fd971f}.highlight .kd{color:#fd971f}.highlight .s,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .sh,.highlight .sx,.highlight .s1{color:#a6e22e}.highlight .sr{color:#a1efe4}.highlight .si{color:#c63}.highlight .se{color:#c63}.highlight .nn{color:#f4bf75}.highlight .nc{color:#f4bf75}.highlight .no{color:#f4bf75}.highlight .na{color:#66d9ef}.highlight .m,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .il,.highlight .mo,.highlight .mb,.highlight .mx{color:#a6e22e}.highlight .ss{color:#a6e22e}
@@ -0,0 +1,19 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # ~/modules/rouge/css/base16.solarized/theme.min.css
4
+ # Rouge theme base16 (solarized, default)
5
+ #
6
+ # Product/Info:
7
+ # https://jekyll.one
8
+ # https://github.com/rouge-ruby/rouge
9
+ #
10
+ # Copyright (C) 2023 Juergen Adams
11
+ # Copyright (c) 2012 Jeanine Adkisson
12
+ #
13
+ # J1 Theme is licensed under the MIT License.
14
+ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
15
+ # Rouge is licensed under the MIT License.
16
+ # See: https://github.com/rouge-ruby/rouge/blob/master/LICENSE
17
+ # -----------------------------------------------------------------------------
18
+ */
19
+ .highlight table td{padding:5px}.highlight table pre{margin:0}.highlight,.highlight .w{color:#586e75}.highlight .err{color:#002b36;background-color:#dc322f}.highlight .c,.highlight .cd,.highlight .cm,.highlight .c1,.highlight .cs{color:#657b83}.highlight .cp{color:#b58900}.highlight .nt{color:#b58900}.highlight .o,.highlight .ow{color:#93a1a1}.highlight .p,.highlight .pi{color:#93a1a1}.highlight .gi{color:#859900}.highlight .gd{color:#dc322f}.highlight .gh{color:#268bd2;background-color:#002b36;font-weight:bold}.highlight .k,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kv{color:#6c71c4}.highlight .kc{color:#cb4b16}.highlight .kt{color:#cb4b16}.highlight .kd{color:#cb4b16}.highlight .s,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .sh,.highlight .sx,.highlight .s1{color:#859900}.highlight .sr{color:#2aa198}.highlight .si{color:#d33682}.highlight .se{color:#d33682}.highlight .nn{color:#b58900}.highlight .nc{color:#b58900}.highlight .no{color:#b58900}.highlight .na{color:#268bd2}.highlight .m,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .il,.highlight .mo,.highlight .mb,.highlight .mx{color:#859900}.highlight .ss{color:#859900}
@@ -0,0 +1,19 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # ~/modules/rouge/css/base16.solarized.dark/theme.min.css
4
+ # Rouge theme base16 (solarized, dark)
5
+ #
6
+ # Product/Info:
7
+ # https://jekyll.one
8
+ # https://github.com/rouge-ruby/rouge
9
+ #
10
+ # Copyright (C) 2023 Juergen Adams
11
+ # Copyright (c) 2012 Jeanine Adkisson
12
+ #
13
+ # J1 Theme is licensed under the MIT License.
14
+ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
15
+ # Rouge is licensed under the MIT License.
16
+ # See: https://github.com/rouge-ruby/rouge/blob/master/LICENSE
17
+ # -----------------------------------------------------------------------------
18
+ */
19
+ .highlight table td{padding:5px}.highlight table pre{margin:0}.highlight,.highlight .w{color:#93a1a1;background-color:#002b36}.highlight .err{color:#002b36;background-color:#dc322f}.highlight .c,.highlight .cd,.highlight .cm,.highlight .c1,.highlight .cs{color:#657b83}.highlight .cp{color:#b58900}.highlight .nt{color:#b58900}.highlight .o,.highlight .ow{color:#93a1a1}.highlight .p,.highlight .pi{color:#93a1a1}.highlight .gi{color:#859900}.highlight .gd{color:#dc322f}.highlight .gh{color:#268bd2;background-color:#002b36;font-weight:bold}.highlight .k,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kv{color:#6c71c4}.highlight .kc{color:#cb4b16}.highlight .kt{color:#cb4b16}.highlight .kd{color:#cb4b16}.highlight .s,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .sh,.highlight .sx,.highlight .s1{color:#859900}.highlight .sr{color:#2aa198}.highlight .si{color:#d33682}.highlight .se{color:#d33682}.highlight .nn{color:#b58900}.highlight .nc{color:#b58900}.highlight .no{color:#b58900}.highlight .na{color:#268bd2}.highlight .m,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .il,.highlight .mo,.highlight .mb,.highlight .mx{color:#859900}.highlight .ss{color:#859900}
@@ -0,0 +1,19 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # ~/modules/rouge/css/base16.solarized.light/theme.min.css
4
+ # Rouge theme base16 (solarized, light)
5
+ #
6
+ # Product/Info:
7
+ # https://jekyll.one
8
+ # https://github.com/rouge-ruby/rouge
9
+ #
10
+ # Copyright (C) 2023 Juergen Adams
11
+ # Copyright (c) 2012 Jeanine Adkisson
12
+ #
13
+ # J1 Theme is licensed under the MIT License.
14
+ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
15
+ # Rouge is licensed under the MIT License.
16
+ # See: https://github.com/rouge-ruby/rouge/blob/master/LICENSE
17
+ # -----------------------------------------------------------------------------
18
+ */
19
+ .highlight table td{padding:5px}.highlight table pre{margin:0}.highlight,.highlight .w{color:#586e75}.highlight .err{color:#002b36;background-color:#dc322f}.highlight .c,.highlight .cd,.highlight .cm,.highlight .c1,.highlight .cs{color:#657b83}.highlight .cp{color:#b58900}.highlight .nt{color:#b58900}.highlight .o,.highlight .ow{color:#93a1a1}.highlight .p,.highlight .pi{color:#93a1a1}.highlight .gi{color:#859900}.highlight .gd{color:#dc322f}.highlight .gh{color:#268bd2;background-color:#002b36;font-weight:bold}.highlight .k,.highlight .kn,.highlight .kp,.highlight .kr,.highlight .kv{color:#6c71c4}.highlight .kc{color:#cb4b16}.highlight .kt{color:#cb4b16}.highlight .kd{color:#cb4b16}.highlight .s,.highlight .sb,.highlight .sc,.highlight .sd,.highlight .s2,.highlight .sh,.highlight .sx,.highlight .s1{color:#859900}.highlight .sr{color:#2aa198}.highlight .si{color:#d33682}.highlight .se{color:#d33682}.highlight .nn{color:#b58900}.highlight .nc{color:#b58900}.highlight .no{color:#b58900}.highlight .na{color:#268bd2}.highlight .m,.highlight .mf,.highlight .mh,.highlight .mi,.highlight .il,.highlight .mo,.highlight .mb,.highlight .mx{color:#859900}.highlight .ss{color:#859900}
@@ -0,0 +1,19 @@
1
+ /*
2
+ # -----------------------------------------------------------------------------
3
+ # ~/modules/rouge/css/colorful/theme.min.css
4
+ # Rouge theme colorful
5
+ #
6
+ # Product/Info:
7
+ # https://jekyll.one
8
+ # https://github.com/rouge-ruby/rouge
9
+ #
10
+ # Copyright (C) 2023 Juergen Adams
11
+ # Copyright (c) 2012 Jeanine Adkisson
12
+ #
13
+ # J1 Theme is licensed under the MIT License.
14
+ # See: https://github.com/jekyll-one-org/j1-template/blob/main/LICENSE.md
15
+ # Rouge is licensed under the MIT License.
16
+ # See: https://github.com/rouge-ruby/rouge/blob/master/LICENSE
17
+ # -----------------------------------------------------------------------------
18
+ */
19
+ .highlight table td{padding:5px}.highlight table pre{margin:0}.highlight,.highlight .w{color:#bbb;background-color:#000}.highlight .c,.highlight .cd,.highlight .cm,.highlight .c1{color:#888}.highlight .cp{color:#579}.highlight .cs{color:#c00;font-weight:bold}.highlight .k,.highlight .kc,.highlight .kd,.highlight .kn,.highlight .kr,.highlight .kv{color:#080;font-weight:bold}.highlight .kp{color:#038}.highlight .kt{color:#339}.highlight .o{color:#333}.highlight .ow{color:#000;font-weight:bold}.highlight .nb,.highlight .bp{color:#007020}.highlight .nf{color:#06B;font-weight:bold}.highlight .nc{color:#B06;font-weight:bold}.highlight .nn{color:#0e84b5;font-weight:bold}.highlight .ne{color:#F00;font-weight:bold}.highlight .nv{color:#963}.highlight .vi{color:#33B}.highlight .vc{color:#369}.highlight .vg{color:#d70;font-weight:bold}.highlight .no{color:#036;font-weight:bold}.highlight .nl{color:#970;font-weight:bold}.highlight .ni{color:#800;font-weight:bold}.highlight .na{color:#00C}.highlight .nt{color:#070}.highlight .nd{color:#555;font-weight:bold}.highlight .s,.highlight .sb,.highlight .s2,.highlight .sh,.highlight .s1{background-color:#fff0f0}.highlight .sc{color:#04D}.highlight .sd{color:#D42}.highlight .si{background-color:#eee}.highlight .se{color:#666;font-weight:bold}.highlight .sr{color:#000;background-color:#fff0ff}.highlight .ss{color:#A60}.highlight .sx{color:#D20}.highlight .m,.highlight .mb,.highlight .mx{color:#60E;font-weight:bold}.highlight .mi,.highlight .il{color:#00D;font-weight:bold}.highlight .mf{color:#60E;font-weight:bold}.highlight .mh{color:#058;font-weight:bold}.highlight .mo{color:#40E;font-weight:bold}.highlight .gh{color:navy;font-weight:bold}.highlight .gu{color:purple;font-weight:bold}.highlight .gd{color:#a00000}.highlight .gi{color:#00a000}.highlight .gr{color:red}.highlight .ge{font-style:italic}.highlight .gs{font-weight:bold}.highlight .gp{color:#c65d09;font-weight:bold}.highlight .go{color:#888}.highlight .gt{color:#04D}.highlight .err{color:#F00;background-color:#FAA}