View file File name : style-guide-previewer.min.js Content :jQuery,jQuery(document).ready(function(n){document.addEventListener("AstraStyleGuideElementUpdated",function(t){var e,o,d,a=n(document.body).find(t.detail.selector),t=t.detail.value;"object"==typeof t?(e=t.desktop,o=t.tablet,d=t.mobile,a.find(".ast-sg-desktop").html(e),a.find(".ast-sg-tablet").html(o),a.find(".ast-sg-mobile").html(d)):a.html(t)}),n(".ast-close-tour").on("click",function(t){t.preventDefault(),t.stopPropagation(),n(document.body).removeClass("ast-sg-loaded")})});