diff --git a/config.yml b/config.yml index c4447d91aa..e676487738 100644 --- a/config.yml +++ b/config.yml @@ -44,13 +44,17 @@ module: target: static/assets/icons - source: font target: static/assets/font + - source: node_modules/bootstrap/scss + target: assets/scss/bootstrap + - source: node_modules/bootstrap/dist/js/bootstrap.min.js + target: assets/js/bootstrap.min.js params: description: "Official open source SVG icon library for Bootstrap" social_image_path: /assets/img/bootstrap-icons-social.png - version: "1.8.1" - bs_docs_version: "5.1" + version: "1.8.2" + docs_version: "5.2" main: "https://getbootstrap.com" github_org: "https://github.com/twbs" @@ -61,3 +65,4 @@ params: expo: "https://expo.getbootstrap.com" themes: "https://themes.getbootstrap.com" opencollective: "https://opencollective.com/bootstrap" + icons_figma: "https://www.figma.com/community/file/1042482994486402696/Bootstrap-Icons" diff --git a/docs/assets/js/vendor/clipboard.min.js b/docs/assets/js/vendor/clipboard.min.js index 1e6a96f4e6..98d959b3c7 100644 --- a/docs/assets/js/vendor/clipboard.min.js +++ b/docs/assets/js/vendor/clipboard.min.js @@ -1,7 +1,7 @@ /*! - * clipboard.js v2.0.6 + * clipboard.js v2.0.11 * https://clipboardjs.com/ - * + * * Licensed MIT © Zeno Rocha */ -!function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==typeof exports?exports.ClipboardJS=e():t.ClipboardJS=e()}(this,function(){return o={},r.m=n=[function(t,e){t.exports=function(t){var e;if("SELECT"===t.nodeName)t.focus(),e=t.value;else if("INPUT"===t.nodeName||"TEXTAREA"===t.nodeName){var n=t.hasAttribute("readonly");n||t.setAttribute("readonly",""),t.select(),t.setSelectionRange(0,t.value.length),n||t.removeAttribute("readonly"),e=t.value}else{t.hasAttribute("contenteditable")&&t.focus();var o=window.getSelection(),r=document.createRange();r.selectNodeContents(t),o.removeAllRanges(),o.addRange(r),e=o.toString()}return e}},function(t,e){function n(){}n.prototype={on:function(t,e,n){var o=this.e||(this.e={});return(o[t]||(o[t]=[])).push({fn:e,ctx:n}),this},once:function(t,e,n){var o=this;function r(){o.off(t,r),e.apply(n,arguments)}return r._=e,this.on(t,r,n)},emit:function(t){for(var e=[].slice.call(arguments,1),n=((this.e||(this.e={}))[t]||[]).slice(),o=0,r=n.length;o + {{- if .IsHome }}