Version Description
- July 6, 2022 =
- Enhancement: Pricing Table - Added Icon Spacing option for tooltip icons
- Enhancement: Posts - Added Avoid Duplicates option
- Enhancement: Advanced Accordion - Added ability to open accordions using keypress
- Enhancement: WP Forms - Added styling options for Section Divider
Download this release
Release Info
Developer | ideaboxcreations |
Plugin | PowerPack Addons for Elementor (Instagram Feed, Pricing Table, Forms Stylers, Display Conditions, Free Elementor Widgets and Elementor Templates) |
Version | 2.6.16 |
Comparing to | |
See all releases |
Code changes from version 2.6.15 to 2.6.16
- assets/js/frontend.js +12 -1
- assets/js/min/frontend.min.js +1 -1
- assets/js/min/jquery.min.js +1 -1
- assets/js/min/pp-gradient-bg-animation.min.js +1 -1
- assets/js/min/pp-instagram.min.js +1 -1
- assets/js/min/pp-posts.min.js +1 -1
- assets/js/min/pp-templates-lib.min.js +1 -1
- assets/js/min/twitter-widgets.min.js +2 -2
- changelog.txt +7 -0
- languages/powerpack.pot +416 -391
- modules/posts/widgets/posts-base.php +18 -0
- modules/pricing/widgets/pricing-table.php +78 -19
- modules/wpforms/widgets/wpforms.php +126 -0
- package.json +1 -1
- powerpack-lite-elementor.php +4 -4
- readme.txt +6 -0
assets/js/frontend.js
CHANGED
@@ -318,8 +318,14 @@
|
|
318 |
// Remove multiple click event for nested accordion
|
319 |
accordionTitle.unbind('click');
|
320 |
|
321 |
-
accordionTitle.click
|
322 |
e.preventDefault();
|
|
|
|
|
|
|
|
|
|
|
|
|
323 |
|
324 |
var $this = $(this),
|
325 |
$item = $this.parent();
|
@@ -330,6 +336,7 @@
|
|
330 |
if ( $this.hasClass('pp-accordion-tab-show') ) {
|
331 |
$this.closest('.pp-accordion-item').removeClass('pp-accordion-item-active');
|
332 |
$this.removeClass('pp-accordion-tab-show pp-accordion-tab-active');
|
|
|
333 |
$this.next().slideUp(accordionSpeed);
|
334 |
} else {
|
335 |
$this.closest('.pp-advanced-accordion').find('.pp-accordion-item').removeClass('pp-accordion-item-active');
|
@@ -337,7 +344,11 @@
|
|
337 |
$this.closest('.pp-advanced-accordion').find('.pp-accordion-tab-title').removeClass('pp-accordion-tab-active-default');
|
338 |
$this.closest('.pp-advanced-accordion').find('.pp-accordion-tab-content').slideUp(accordionSpeed);
|
339 |
$this.toggleClass('pp-accordion-tab-show pp-accordion-tab-active');
|
|
|
340 |
$this.closest('.pp-accordion-item').toggleClass('pp-accordion-item-active');
|
|
|
|
|
|
|
341 |
$this.next().slideToggle(accordionSpeed);
|
342 |
}
|
343 |
} else {
|
318 |
// Remove multiple click event for nested accordion
|
319 |
accordionTitle.unbind('click');
|
320 |
|
321 |
+
accordionTitle.on( 'click keypress', function(e) {
|
322 |
e.preventDefault();
|
323 |
+
|
324 |
+
var validClick = (e.which == 1 || e.which == 13 || e.which == 32 || e.which == undefined) ? true : false;
|
325 |
+
|
326 |
+
if ( ! validClick ) {
|
327 |
+
return;
|
328 |
+
}
|
329 |
|
330 |
var $this = $(this),
|
331 |
$item = $this.parent();
|
336 |
if ( $this.hasClass('pp-accordion-tab-show') ) {
|
337 |
$this.closest('.pp-accordion-item').removeClass('pp-accordion-item-active');
|
338 |
$this.removeClass('pp-accordion-tab-show pp-accordion-tab-active');
|
339 |
+
$this.attr('aria-expanded', 'false');
|
340 |
$this.next().slideUp(accordionSpeed);
|
341 |
} else {
|
342 |
$this.closest('.pp-advanced-accordion').find('.pp-accordion-item').removeClass('pp-accordion-item-active');
|
344 |
$this.closest('.pp-advanced-accordion').find('.pp-accordion-tab-title').removeClass('pp-accordion-tab-active-default');
|
345 |
$this.closest('.pp-advanced-accordion').find('.pp-accordion-tab-content').slideUp(accordionSpeed);
|
346 |
$this.toggleClass('pp-accordion-tab-show pp-accordion-tab-active');
|
347 |
+
$this.closest('.pp-advanced-accordion').find('.pp-accordion-tab-title').attr('aria-expanded', 'false');
|
348 |
$this.closest('.pp-accordion-item').toggleClass('pp-accordion-item-active');
|
349 |
+
if ( $this.hasClass('pp-accordion-tab-title') ) {
|
350 |
+
$this.attr('aria-expanded', 'true');
|
351 |
+
}
|
352 |
$this.next().slideToggle(accordionSpeed);
|
353 |
}
|
354 |
} else {
|
assets/js/min/frontend.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(r){"use strict";var f=function(e){var t,o,n={},i=e.data("model-cid");return a&&i?(t=elementorFrontend.config.elements.data[i],o=elementorFrontend.config.elements.keys[t.attributes.widgetType||t.attributes.elType],jQuery.each(t.getActiveControls(),function(e){-1!==o.indexOf(e)&&(n[e]=t.attributes[e])})):n=e.data("settings")||{},n},a=!1,p=function(t,o,n,e){r(t).closest(".elementor-widget-wrap").addClass("e-swiper-container"),r(t).closest(".elementor-widget").addClass("e-widget-swiper"),"undefined"==typeof Swiper?new elementorFrontend.utils.swiper(t,e).then(function(e){i(t,o,n,e)}):(e=new Swiper(t,e),i(t,o,n,e))},i=function(e,t,o,n){"yes"===o.pause_on_hover&&(e.on("mouseover",function(){n.autoplay.stop()}),e.on("mouseout",function(){n.autoplay.start()})),a&&t.resize(function(){n.update()}),function(n,i,a){if("undefined"===typeof a)a="swiper";var e;["ppe-tabs-switched","ppe-toggle-switched","ppe-accordion-switched","ppe-popup-opened"].forEach(function(o){if("undefined"!==typeof o)r(document).on(o,function(e,t){if(o=="ppe-popup-opened")t=r(".pp-modal-popup-"+t);if(t.find(i).length>0)setTimeout(function(){if("slick"===a)n.slick("setPosition");else if("swiper"===a)n.update();else if("gallery"===a){var e=t.find(".pp-image-gallery").eq(0);e.isotope("layout")}},100)})})}(n,".pp-swiper-slider","swiper")},e=function(e,t){var o=f(e),n=e.find(".swiper-container-wrap"),i=e.find(".pp-swiper-slider"),e=JSON.parse(i.attr("data-slider-settings"));p(i,n,o,e)},t=function(e,t){var o=e.data("id"),e=e.find(".pp-image-hotspots"),e=JSON.parse(e.attr("data-tooltip-options")),n="pp-tooltip pp-tooltip-"+o,i=e.arrow,a=e.always_open,r=e.trigger,d=e.distance,p=e.animation,c=e.width,o=e.size,s=e.zindex;""!==o&&undefined!==o&&(n+=" pp-tooltip-size-"+o),t(".pp-hot-spot-wrap[data-tooltip]").each(function(){var e=t(this).data("tooltip-position");t(this).pptooltipster({trigger:r,animation:p,minWidth:0,maxWidth:c,ppclass:n,position:e,arrow:"yes"===i,distance:d,interactive:!0,positionTracker:!0,zIndex:s}),"yes"===a&&(t(this).pptooltipster(),t(this).pptooltipster("show"))})},o=function(e,t){var o=e.find(".pp-image-comparison").eq(0),e=o.data("settings");o.twentytwenty({default_offset_pct:e.visible_ratio,orientation:e.orientation,before_label:e.before_label,after_label:e.after_label,move_slider_on_hover:e.slider_on_hover,move_with_handle_only:e.slider_with_handle,click_to_move:e.slider_with_click,no_overlay:e.no_overlay})},n=function(e,n){var t=e.find(".pp-counter").eq(0),o=t.data("target"),i=e.find(".pp-counter-number").data("separator"),e=e.find(".pp-counter-number").data("separator-char"),a=""!==e?"("+e+"ddd).dd":"(,ddd).dd";"undefined"!=typeof elementorFrontend.waypoint&&elementorFrontend.waypoint(t,function(){n(o).each(function(){var e=n(this).data("to"),t=n(this).data("speed"),o=new Odometer({el:this,value:0,duration:t,format:"yes"===i?a:""});o.render(),setInterval(function(){o.update(e)})})},{offset:"80%",triggerOnce:!0})},d=function(e,t){var o=0;e.find(".swiper-slide").each(function(){t(this).height()>o&&(o=t(this).height())}),e.find(".pp-info-box-content-wrap").css("min-height",o)},c=function(e,t){var o=f(e),n=e.find(".swiper-container-wrap"),i=e.find(".pp-info-box-carousel"),a=JSON.parse(i.attr("data-slider-settings")),r=o.equal_height_boxes;p(i,n,o,a),"yes"===r&&(d(e,t),t(window).resize(d(e,t)))},s=function(e,t){var o,n,i,a=e.data("id"),r=f(e),d=r.feed_layout;"carousel"===d?(o=e.find(".swiper-container-wrap"),n=e.find(".swiper-container").eq(0),e=JSON.parse(n.attr("data-slider-settings")),p(n,o,r,e)):"masonry"===d&&(i=t("#pp-instafeed-"+a).imagesLoaded(function(){i.masonry({itemSelector:".pp-feed-item",percentPosition:!0})}))},l=function(e,t){var o=e.find(".pp-image-scroll-container"),n=o.find(".pp-image-scroll-overlay"),i=o.find(".pp-image-scroll-vertical"),e=f(e),a=o.find(".pp-image-scroll-image img"),r=e.direction_type,d=e.reverse,e=e.trigger_type,p=null;function c(){a.css("transform",("vertical"==r?"translateY":"translateX")+"( -"+p+"px)")}function s(){a.css("transform",("vertical"==r?"translateY":"translateX")+"(0px)")}function l(){p="vertical"==r?a.height()-o.height():a.width()-o.width()}"scroll"==e?(o.addClass("pp-container-scroll"),"vertical"==r?i.addClass("pp-image-scroll-ver"):o.imagesLoaded(function(){n.css({width:a.width(),height:a.height()})})):("yes"===d&&o.imagesLoaded(function(){o.addClass("pp-container-scroll-instant"),l(),c()}),"vertical"==r&&i.removeClass("pp-image-scroll-ver"),o.mouseenter(function(){o.removeClass("pp-container-scroll-instant"),l(),("yes"===d?s:c)()}),o.mouseleave(function(){("yes"===d?c:s)()}))},m=function(e,o){var t=e.find(".pp-accordion-tab-title"),e=f(e),n=e.accordion_type,i=e.toggle_speed;t.each(function(){o(this).hasClass("pp-accordion-tab-active-default")&&(o(this).addClass("pp-accordion-tab-show pp-accordion-tab-active"),o(this).next().slideDown(i))}),t.unbind("click"),t.click(function(e){e.preventDefault();var t=o(this),e=t.parent();o(document).trigger("ppe-accordion-switched",[e]),"accordion"===n?t.hasClass("pp-accordion-tab-show")?(t.closest(".pp-accordion-item").removeClass("pp-accordion-item-active"),t.removeClass("pp-accordion-tab-show pp-accordion-tab-active"),t.next().slideUp(i)):(t.closest(".pp-advanced-accordion").find(".pp-accordion-item").removeClass("pp-accordion-item-active"),t.closest(".pp-advanced-accordion").find(".pp-accordion-tab-title").removeClass("pp-accordion-tab-show pp-accordion-tab-active"),t.closest(".pp-advanced-accordion").find(".pp-accordion-tab-title").removeClass("pp-accordion-tab-active-default"),t.closest(".pp-advanced-accordion").find(".pp-accordion-tab-content").slideUp(i),t.toggleClass("pp-accordion-tab-show pp-accordion-tab-active"),t.closest(".pp-accordion-item").toggleClass("pp-accordion-item-active"),t.next().slideToggle(i)):t.hasClass("pp-accordion-tab-show")?(t.removeClass("pp-accordion-tab-show pp-accordion-tab-active"),t.next().slideUp(i)):(t.addClass("pp-accordion-tab-show pp-accordion-tab-active"),t.next().slideDown(i))}),u(),o(window).on("hashchange",function(){u()})};function u(){var e;location.hash&&0<r(location.hash).length&&((e=r(location.hash+".pp-accordion-tab-title"))&&0<e.length&&(location.href="#",r("html, body").animate({scrollTop:e.parents(".pp-accordion-item").offset().top-50+"px"},500,function(){e.parents(".pp-accordion-item").hasClass("pp-accordion-item-active")||e.trigger("click")})))}var h=function(e){var t="pp-tooltip pp-tooltip-"+e.data("id"),o=e.find(".pp-button[data-tooltip]").data("tooltip-position"),n=elementorFrontend.config.breakpoints;window.innerWidth<=n.lg&&window.innerWidth>=n.md&&(o=e.find(".pp-button[data-tooltip]").data("tooltip-position-tablet")),window.innerWidth<n.md&&(o=e.find(".pp-button[data-tooltip]").data("tooltip-position-mobile")),e.find(".pp-button[data-tooltip]").pptooltipster({trigger:"hover",animation:"fade",ppclass:t,side:o,interactive:!0,positionTracker:!0})},g=function(e,t){t(document).ready(function(){"undefined"!==twttr&&twttr.widgets.load()})},v=function(e,t){var o=e.find(".pp-image-accordion").eq(0),e=f(e).accordion_action,o=o.attr("id"),n=t("#"+o+" .pp-image-accordion-item");"on-hover"===e?n.hover(function(){n.css("flex","1"),n.removeClass("pp-image-accordion-active"),t(this).addClass("pp-image-accordion-active"),n.find(".pp-image-accordion-content-wrap").removeClass("pp-image-accordion-content-active"),t(this).find(".pp-image-accordion-content-wrap").addClass("pp-image-accordion-content-active"),t(this).css("flex","3")},function(){n.css("flex","1"),n.find(".pp-image-accordion-content-wrap").removeClass("pp-image-accordion-content-active"),n.removeClass("pp-image-accordion-active")}):"on-click"===e&&(n.click(function(e){e.stopPropagation(),n.css("flex","1"),n.removeClass("pp-image-accordion-active"),t(this).addClass("pp-image-accordion-active"),n.find(".pp-image-accordion-content-wrap").removeClass("pp-image-accordion-content-active"),t(this).find(".pp-image-accordion-content-wrap").addClass("pp-image-accordion-content-active"),t(this).css("flex","3")}),t("#"+o).click(function(e){e.stopPropagation()}),t("body").click(function(){n.css("flex","1"),n.find(".pp-image-accordion-content-wrap").removeClass("pp-image-accordion-content-active"),n.removeClass("pp-image-accordion-active")}))},w=function(e,t){void 0!==e&&e.find("select:not([multiple])").each(function(){var e=t(this);(e.next().hasClass("chosen-container")?e.next():e).wrap("<span class='pp-gf-select-custom'></span>")})},y=function(n,i){var e=n.data("id"),t=n.find(".pp-pricing-table-tooptip[data-tooltip]"),o=f(n),a="pp-tooltip pp-tooltip-"+e,r=o.tooltip_arrow,d=o.tooltip_trigger,p=o.tooltip_animation,e=o.tooltip_size,c=o.tooltip_zindex,s=elementorFrontend.config.breakpoints;""!==e&&undefined!==e&&(a+=" pp-tooltip-size-"+e),t.each(function(){var e=i(this).data("tooltip-position"),t=i(this).data("tooltip-width"),o=i(this).data("tooltip-distance");window.innerWidth<=s.lg&&window.innerWidth>=s.md&&(e=n.find(".pp-pricing-table-tooptip[data-tooltip]").data("tooltip-position-tablet")),window.innerWidth<s.md&&(e=n.find(".pp-pricing-table-tooptip[data-tooltip]").data("tooltip-position-mobile")),i(this).pptooltipster({trigger:d,animation:p,minWidth:t,ppclass:a,side:e,arrow:"yes"===r,distance:o,interactive:!0,positionTracker:!0,zIndex:c})})},b=function(e,t){f(e);var o,n=e.find(".pp-content-reveal-content-wrapper"),i=e.find(".pp-content-reveal-content"),a=e.find(".pp-content-reveal-saparator"),r=e.find(".pp-content-reveal-button-inner"),d=i.outerHeight(),p=n.data("visibility"),c=n.data("content-height"),s=1e3*n.data("speed"),l=n.data("lines"),e=e.find(".pp-content-reveal-content p").css("line-height"),i=i.css("padding-top");"lines"==p?"0"==l?o=n.outerHeight():(o=parseInt(e,10)*l+parseInt(i,10),n.css("height",o+"px")):(n.css("height",c+"px"),o=c),r.on("click",function(){a.slideToggle(s),t(this).toggleClass("pp-content-revealed"),t(this).find(".pp-content-reveal-button-open").slideToggle(s),t(this).find(".pp-content-reveal-button-closed").slideToggle(s),r.hasClass("pp-content-revealed")?n.animate({height:d+"px"},s):(n.animate({height:o+"px"},s),t("html, body").animate({scrollTop:n.offset().top-50+"px"}))})},_=function(e){var t,o,n,i,a,r;e.data("pp-wrapper-link")&&(t=e.data("pp-wrapper-link"),o=e.data("id"),n=t.url,i=t.is_external?"_blank":"_self",a=t.nofollow?"nofollow":"",r=document.createElement("a"),e.on("click.onPPWrapperLink",function(){r.id="pp-wrapper-link-"+o,r.href=n,r.target=i,r.rel=a,r.style.display="none",document.body.appendChild(r);var e=document.getElementById(r.id);e.click();var t=setTimeout(function(){document.body.removeChild(e),clearTimeout(t)})}))};r(window).on("elementor/frontend/init",function(){elementorFrontend.isEditMode()&&(a=!0),elementorFrontend.hooks.addAction("frontend/element_ready/pp-image-hotspots.default",t),elementorFrontend.hooks.addAction("frontend/element_ready/pp-image-comparison.default",o),elementorFrontend.hooks.addAction("frontend/element_ready/pp-counter.default",n),elementorFrontend.hooks.addAction("frontend/element_ready/pp-logo-carousel.default",e),elementorFrontend.hooks.addAction("frontend/element_ready/pp-info-box-carousel.default",c),elementorFrontend.hooks.addAction("frontend/element_ready/pp-instafeed.default",s),elementorFrontend.hooks.addAction("frontend/element_ready/pp-team-member-carousel.default",e),elementorFrontend.hooks.addAction("frontend/element_ready/pp-scroll-image.default",l),elementorFrontend.hooks.addAction("frontend/element_ready/pp-advanced-accordion.default",m),elementorFrontend.hooks.addAction("frontend/element_ready/pp-content-ticker.default",e),elementorFrontend.hooks.addAction("frontend/element_ready/pp-buttons.default",h),elementorFrontend.hooks.addAction("frontend/element_ready/pp-twitter-timeline.default",g),elementorFrontend.hooks.addAction("frontend/element_ready/pp-twitter-tweet.default",g),elementorFrontend.hooks.addAction("frontend/element_ready/pp-image-accordion.default",v),elementorFrontend.hooks.addAction("frontend/element_ready/pp-gravity-forms.default",w),elementorFrontend.hooks.addAction("frontend/element_ready/pp-pricing-table.default",y),elementorFrontend.hooks.addAction("frontend/element_ready/pp-content-reveal.default",b),elementorFrontend.hooks.addAction("frontend/element_ready/global",_),a&&parent.document.addEventListener("mousedown",function(e){var t=parent.document.querySelectorAll(".elementor-element--promotion");if(0<t.length)for(var o=0;o<t.length;o++)if(t[o].contains(e.target)){var n,i,a=parent.document.querySelector("#elementor-element--promotion__dialog");0<=t[o].querySelector(".icon > i").classList.toString().indexOf("ppicon")?(a.querySelector(".dialog-buttons-action").style.display="none",null===a.querySelector(".pp-dialog-buttons-action")?(n=document.createElement("a"),i=document.createTextNode("Upgrade to PowerPack Pro"),n.setAttribute("href","https://powerpackelements.com/upgrade/?utm_medium=pp-elements-lite&utm_source=pp-editor-icons&utm_campaign=pp-pro-upgrade"),n.setAttribute("target","_blank"),n.classList.add("dialog-button","dialog-action","dialog-buttons-action","elementor-button","elementor-button-success","pp-dialog-buttons-action"),n.appendChild(i),a.querySelector(".dialog-buttons-action").insertAdjacentHTML("afterend",n.outerHTML)):a.querySelector(".pp-dialog-buttons-action").style.display=""):(a.querySelector(".dialog-buttons-action").style.display="",null!==a.querySelector(".pp-dialog-buttons-action")&&(a.querySelector(".pp-dialog-buttons-action").style.display="none"));break}})})}(jQuery);
|
1 |
+
!function(d){"use strict";var f=function(e){var t,o,n={},i=e.data("model-cid");return p&&i?(t=elementorFrontend.config.elements.data[i],o=elementorFrontend.config.elements.keys[t.attributes.widgetType||t.attributes.elType],jQuery.each(t.getActiveControls(),function(e){-1!==o.indexOf(e)&&(n[e]=t.attributes[e])})):n=e.data("settings")||{},n},p=!1,c=function(t,o,n,e){d(t).closest(".elementor-widget-wrap").addClass("e-swiper-container"),d(t).closest(".elementor-widget").addClass("e-widget-swiper"),"undefined"==typeof Swiper?new elementorFrontend.utils.swiper(t,e).then(function(e){i(t,o,n,e)}):(e=new Swiper(t,e),i(t,o,n,e))},i=function(e,t,o,n){"yes"===o.pause_on_hover&&(e.on("mouseover",function(){n.autoplay.stop()}),e.on("mouseout",function(){n.autoplay.start()})),p&&t.resize(function(){n.update()});var i=n,a=".pp-swiper-slider",r="swiper";void 0===r&&(r="swiper");["ppe-tabs-switched","ppe-toggle-switched","ppe-accordion-switched","ppe-popup-opened"].forEach(function(o){void 0!==o&&d(document).on(o,function(e,t){0<(t="ppe-popup-opened"==o?d(".pp-modal-popup-"+t):t).find(a).length&&setTimeout(function(){"slick"===r?i.slick("setPosition"):"swiper"===r?i.update():"gallery"===r&&t.find(".pp-image-gallery").eq(0).isotope("layout")},100)})})},e=function(e,t){var o=f(e),n=e.find(".swiper-container-wrap"),e=e.find(".pp-swiper-slider"),i=JSON.parse(e.attr("data-slider-settings"));c(e,n,o,i)},t=function(e,t){var o=e.data("id"),e=e.find(".pp-image-hotspots"),e=JSON.parse(e.attr("data-tooltip-options")),n="pp-tooltip pp-tooltip-"+o,i=e.arrow,a=e.always_open,r=e.trigger,d=e.distance,p=e.animation,c=e.width,o=e.size,s=e.zindex;""!==o&&undefined!==o&&(n+=" pp-tooltip-size-"+o),t(".pp-hot-spot-wrap[data-tooltip]").each(function(){var e=t(this).data("tooltip-position");t(this).pptooltipster({trigger:r,animation:p,minWidth:0,maxWidth:c,ppclass:n,position:e,arrow:"yes"===i,distance:d,interactive:!0,positionTracker:!0,zIndex:s}),"yes"===a&&(t(this).pptooltipster(),t(this).pptooltipster("show"))})},o=function(e,t){var e=e.find(".pp-image-comparison").eq(0),o=e.data("settings");e.twentytwenty({default_offset_pct:o.visible_ratio,orientation:o.orientation,before_label:o.before_label,after_label:o.after_label,move_slider_on_hover:o.slider_on_hover,move_with_handle_only:o.slider_with_handle,click_to_move:o.slider_with_click,no_overlay:o.no_overlay})},n=function(e,n){var t=e.find(".pp-counter").eq(0),o=t.data("target"),i=e.find(".pp-counter-number").data("separator"),e=e.find(".pp-counter-number").data("separator-char"),a=""!==e?"("+e+"ddd).dd":"(,ddd).dd";"undefined"!=typeof elementorFrontend.waypoint&&elementorFrontend.waypoint(t,function(){n(o).each(function(){var e=n(this).data("to"),t=n(this).data("speed"),o=new Odometer({el:this,value:0,duration:t,format:"yes"===i?a:""});o.render(),setInterval(function(){o.update(e)})})},{offset:"80%",triggerOnce:!0})},s=function(e,t){var o=0;e.find(".swiper-slide").each(function(){t(this).height()>o&&(o=t(this).height())}),e.find(".pp-info-box-content-wrap").css("min-height",o)},a=function(e,t){var o=f(e),n=e.find(".swiper-container-wrap"),i=e.find(".pp-info-box-carousel"),a=JSON.parse(i.attr("data-slider-settings")),r=o.equal_height_boxes;c(i,n,o,a),"yes"===r&&(s(e,t),t(window).resize(s(e,t)))},r=function(e,t){var o,n,i,a=e.data("id"),r=f(e),d=r.feed_layout;"carousel"===d?(o=e.find(".swiper-container-wrap"),e=e.find(".swiper-container").eq(0),n=JSON.parse(e.attr("data-slider-settings")),c(e,o,r,n)):"masonry"===d&&(i=t("#pp-instafeed-"+a).imagesLoaded(function(){i.masonry({itemSelector:".pp-feed-item",percentPosition:!0})}))},l=function(e,t){var o=e.find(".pp-image-scroll-container"),n=o.find(".pp-image-scroll-overlay"),i=o.find(".pp-image-scroll-vertical"),e=f(e),a=o.find(".pp-image-scroll-image img"),r=e.direction_type,d=e.reverse,e=e.trigger_type,p=null;function c(){a.css("transform",("vertical"==r?"translateY":"translateX")+"( -"+p+"px)")}function s(){a.css("transform",("vertical"==r?"translateY":"translateX")+"(0px)")}function l(){p="vertical"==r?a.height()-o.height():a.width()-o.width()}"scroll"==e?(o.addClass("pp-container-scroll"),"vertical"==r?i.addClass("pp-image-scroll-ver"):o.imagesLoaded(function(){n.css({width:a.width(),height:a.height()})})):("yes"===d&&o.imagesLoaded(function(){o.addClass("pp-container-scroll-instant"),l(),c()}),"vertical"==r&&i.removeClass("pp-image-scroll-ver"),o.mouseenter(function(){o.removeClass("pp-container-scroll-instant"),l(),("yes"===d?s:c)()}),o.mouseleave(function(){("yes"===d?c:s)()}))},m=function(e,o){var t=e.find(".pp-accordion-tab-title"),e=f(e),n=e.accordion_type,i=e.toggle_speed;t.each(function(){o(this).hasClass("pp-accordion-tab-active-default")&&(o(this).addClass("pp-accordion-tab-show pp-accordion-tab-active"),o(this).next().slideDown(i))}),t.unbind("click"),t.on("click keypress",function(e){var t;e.preventDefault(),1!=e.which&&13!=e.which&&32!=e.which&&e.which!=undefined||(t=(e=o(this)).parent(),o(document).trigger("ppe-accordion-switched",[t]),"accordion"===n?e.hasClass("pp-accordion-tab-show")?(e.closest(".pp-accordion-item").removeClass("pp-accordion-item-active"),e.removeClass("pp-accordion-tab-show pp-accordion-tab-active"),e.attr("aria-expanded","false"),e.next().slideUp(i)):(e.closest(".pp-advanced-accordion").find(".pp-accordion-item").removeClass("pp-accordion-item-active"),e.closest(".pp-advanced-accordion").find(".pp-accordion-tab-title").removeClass("pp-accordion-tab-show pp-accordion-tab-active"),e.closest(".pp-advanced-accordion").find(".pp-accordion-tab-title").removeClass("pp-accordion-tab-active-default"),e.closest(".pp-advanced-accordion").find(".pp-accordion-tab-content").slideUp(i),e.toggleClass("pp-accordion-tab-show pp-accordion-tab-active"),e.closest(".pp-advanced-accordion").find(".pp-accordion-tab-title").attr("aria-expanded","false"),e.closest(".pp-accordion-item").toggleClass("pp-accordion-item-active"),e.hasClass("pp-accordion-tab-title")&&e.attr("aria-expanded","true"),e.next().slideToggle(i)):e.hasClass("pp-accordion-tab-show")?(e.removeClass("pp-accordion-tab-show pp-accordion-tab-active"),e.next().slideUp(i)):(e.addClass("pp-accordion-tab-show pp-accordion-tab-active"),e.next().slideDown(i)))}),u(),o(window).on("hashchange",function(){u()})};function u(){var e;location.hash&&0<d(location.hash).length&&((e=d(location.hash+".pp-accordion-tab-title"))&&0<e.length&&(location.href="#",d("html, body").animate({scrollTop:e.parents(".pp-accordion-item").offset().top-50+"px"},500,function(){e.parents(".pp-accordion-item").hasClass("pp-accordion-item-active")||e.trigger("click")})))}var h=function(e){var t="pp-tooltip pp-tooltip-"+e.data("id"),o=e.find(".pp-button[data-tooltip]").data("tooltip-position"),n=elementorFrontend.config.breakpoints;window.innerWidth<=n.lg&&window.innerWidth>=n.md&&(o=e.find(".pp-button[data-tooltip]").data("tooltip-position-tablet")),window.innerWidth<n.md&&(o=e.find(".pp-button[data-tooltip]").data("tooltip-position-mobile")),e.find(".pp-button[data-tooltip]").pptooltipster({trigger:"hover",animation:"fade",ppclass:t,side:o,interactive:!0,positionTracker:!0})},g=function(e,t){t(document).ready(function(){"undefined"!==twttr&&twttr.widgets.load()})},v=function(e,t){var o=e.find(".pp-image-accordion").eq(0),e=f(e).accordion_action,o=o.attr("id"),n=t("#"+o+" .pp-image-accordion-item");"on-hover"===e?n.hover(function(){n.css("flex","1"),n.removeClass("pp-image-accordion-active"),t(this).addClass("pp-image-accordion-active"),n.find(".pp-image-accordion-content-wrap").removeClass("pp-image-accordion-content-active"),t(this).find(".pp-image-accordion-content-wrap").addClass("pp-image-accordion-content-active"),t(this).css("flex","3")},function(){n.css("flex","1"),n.find(".pp-image-accordion-content-wrap").removeClass("pp-image-accordion-content-active"),n.removeClass("pp-image-accordion-active")}):"on-click"===e&&(n.click(function(e){e.stopPropagation(),n.css("flex","1"),n.removeClass("pp-image-accordion-active"),t(this).addClass("pp-image-accordion-active"),n.find(".pp-image-accordion-content-wrap").removeClass("pp-image-accordion-content-active"),t(this).find(".pp-image-accordion-content-wrap").addClass("pp-image-accordion-content-active"),t(this).css("flex","3")}),t("#"+o).click(function(e){e.stopPropagation()}),t("body").click(function(){n.css("flex","1"),n.find(".pp-image-accordion-content-wrap").removeClass("pp-image-accordion-content-active"),n.removeClass("pp-image-accordion-active")}))},w=function(e,t){void 0!==e&&e.find("select:not([multiple])").each(function(){var e=t(this);(e.next().hasClass("chosen-container")?e.next():e).wrap("<span class='pp-gf-select-custom'></span>")})},b=function(n,i){var e=n.data("id"),t=n.find(".pp-pricing-table-tooptip[data-tooltip]"),o=f(n),a="pp-tooltip pp-tooltip-"+e,r=o.tooltip_arrow,d=o.tooltip_trigger,p=o.tooltip_animation,e=o.tooltip_size,c=o.tooltip_zindex,s=elementorFrontend.config.breakpoints;""!==e&&undefined!==e&&(a+=" pp-tooltip-size-"+e),t.each(function(){var e=i(this).data("tooltip-position"),t=i(this).data("tooltip-width"),o=i(this).data("tooltip-distance");window.innerWidth<=s.lg&&window.innerWidth>=s.md&&(e=n.find(".pp-pricing-table-tooptip[data-tooltip]").data("tooltip-position-tablet")),window.innerWidth<s.md&&(e=n.find(".pp-pricing-table-tooptip[data-tooltip]").data("tooltip-position-mobile")),i(this).pptooltipster({trigger:d,animation:p,minWidth:t,ppclass:a,side:e,arrow:"yes"===r,distance:o,interactive:!0,positionTracker:!0,zIndex:c})})},y=function(e,t){f(e);var o,n=e.find(".pp-content-reveal-content-wrapper"),i=e.find(".pp-content-reveal-content"),a=e.find(".pp-content-reveal-saparator"),r=e.find(".pp-content-reveal-button-inner"),d=i.outerHeight(),p=n.data("visibility"),c=n.data("content-height"),s=1e3*n.data("speed"),l=n.data("lines"),e=e.find(".pp-content-reveal-content p").css("line-height"),i=i.css("padding-top");"lines"==p?"0"==l?o=n.outerHeight():(o=parseInt(e,10)*l+parseInt(i,10),n.css("height",o+"px")):(n.css("height",c+"px"),o=c),r.on("click",function(){a.slideToggle(s),t(this).toggleClass("pp-content-revealed"),t(this).find(".pp-content-reveal-button-open").slideToggle(s),t(this).find(".pp-content-reveal-button-closed").slideToggle(s),r.hasClass("pp-content-revealed")?n.animate({height:d+"px"},s):(n.animate({height:o+"px"},s),t("html, body").animate({scrollTop:n.offset().top-50+"px"}))})},_=function(e){var t,o,n,i,a,r;e.data("pp-wrapper-link")&&(t=e.data("pp-wrapper-link"),o=e.data("id"),n=t.url,i=t.is_external?"_blank":"_self",a=t.nofollow?"nofollow":"",r=document.createElement("a"),e.on("click.onPPWrapperLink",function(){r.id="pp-wrapper-link-"+o,r.href=n,r.target=i,r.rel=a,r.style.display="none",document.body.appendChild(r);var e=document.getElementById(r.id),t=(e.click(),setTimeout(function(){document.body.removeChild(e),clearTimeout(t)}))}))};d(window).on("elementor/frontend/init",function(){elementorFrontend.isEditMode()&&(p=!0),elementorFrontend.hooks.addAction("frontend/element_ready/pp-image-hotspots.default",t),elementorFrontend.hooks.addAction("frontend/element_ready/pp-image-comparison.default",o),elementorFrontend.hooks.addAction("frontend/element_ready/pp-counter.default",n),elementorFrontend.hooks.addAction("frontend/element_ready/pp-logo-carousel.default",e),elementorFrontend.hooks.addAction("frontend/element_ready/pp-info-box-carousel.default",a),elementorFrontend.hooks.addAction("frontend/element_ready/pp-instafeed.default",r),elementorFrontend.hooks.addAction("frontend/element_ready/pp-team-member-carousel.default",e),elementorFrontend.hooks.addAction("frontend/element_ready/pp-scroll-image.default",l),elementorFrontend.hooks.addAction("frontend/element_ready/pp-advanced-accordion.default",m),elementorFrontend.hooks.addAction("frontend/element_ready/pp-content-ticker.default",e),elementorFrontend.hooks.addAction("frontend/element_ready/pp-buttons.default",h),elementorFrontend.hooks.addAction("frontend/element_ready/pp-twitter-timeline.default",g),elementorFrontend.hooks.addAction("frontend/element_ready/pp-twitter-tweet.default",g),elementorFrontend.hooks.addAction("frontend/element_ready/pp-image-accordion.default",v),elementorFrontend.hooks.addAction("frontend/element_ready/pp-gravity-forms.default",w),elementorFrontend.hooks.addAction("frontend/element_ready/pp-pricing-table.default",b),elementorFrontend.hooks.addAction("frontend/element_ready/pp-content-reveal.default",y),elementorFrontend.hooks.addAction("frontend/element_ready/global",_),p&&parent.document.addEventListener("mousedown",function(e){var t=parent.document.querySelectorAll(".elementor-element--promotion");if(0<t.length)for(var o=0;o<t.length;o++)if(t[o].contains(e.target)){var n,i,a=parent.document.querySelector("#elementor-element--promotion__dialog");0<=t[o].querySelector(".icon > i").classList.toString().indexOf("ppicon")?(a.querySelector(".dialog-buttons-action").style.display="none",null===a.querySelector(".pp-dialog-buttons-action")?(n=document.createElement("a"),i=document.createTextNode("Upgrade to PowerPack Pro"),n.setAttribute("href","https://powerpackelements.com/upgrade/?utm_medium=pp-elements-lite&utm_source=pp-editor-icons&utm_campaign=pp-pro-upgrade"),n.setAttribute("target","_blank"),n.classList.add("dialog-button","dialog-action","dialog-buttons-action","elementor-button","elementor-button-success","pp-dialog-buttons-action"),n.appendChild(i),a.querySelector(".dialog-buttons-action").insertAdjacentHTML("afterend",n.outerHTML)):a.querySelector(".pp-dialog-buttons-action").style.display=""):(a.querySelector(".dialog-buttons-action").style.display="",null!==a.querySelector(".pp-dialog-buttons-action")&&(a.querySelector(".pp-dialog-buttons-action").style.display="none"));break}})})}(jQuery);
|
assets/js/min/jquery.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(t){"function"==typeof define&&define.amd?define([],t):"undefined"!=typeof module&&null!==module&&module.exports?module.exports=t:t()}(function(){var a=Object.assign||window.jQuery&&jQuery.extend,
|
1 |
+
!function(t){"function"==typeof define&&define.amd?define([],t):"undefined"!=typeof module&&null!==module&&module.exports?module.exports=t:t()}(function(){var a=Object.assign||window.jQuery&&jQuery.extend,c=8,o=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.oRequestAnimationFrame||window.msRequestAnimationFrame||function(t,e){return window.setTimeout(function(){t()},25)};function t(t,e){e=e||{bubbles:!1,cancelable:!1,detail:undefined};var n=document.createEvent("CustomEvent");return n.initCustomEvent(t,e.bubbles,e.cancelable,e.detail),n}"function"!=typeof window.CustomEvent&&(t.prototype=window.Event.prototype,window.CustomEvent=t);var i,n={textarea:!0,input:!0,select:!0,button:!0},r={move:"mousemove",cancel:"mouseup dragstart",end:"mouseup"},s={move:"touchmove",cancel:"touchend",end:"touchend"},u=/\s+/,d={bubbles:!0,cancelable:!0},e="function"==typeof Symbol?Symbol("events"):{};function f(t){return t[e]||(t[e]={})}function l(t,e,n,a){e=e.split(u);var i,o=f(t),r=e.length;function s(t){n(t,a)}for(;r--;)(o[i=e[r]]||(o[i]=[])).push([n,s]),t.addEventListener(i,s)}function m(t,e,n){e=e.split(u);var a,i,o,r=f(t),s=e.length;if(r)for(;s--;)if(i=r[a=e[s]])for(o=i.length;o--;)i[o][0]===n&&(t.removeEventListener(a,i[o][1]),i.splice(o,1))}function p(t,e,n){e=new CustomEvent(e,d);n&&a(e,n),t.dispatchEvent(e)}function h(t){var n=t,a=!1,i=!1;function e(t){a?(n(),o(e),a=!(i=!0)):i=!1}this.kick=function(t){a=!0,i||e()},this.end=function(t){var e=n;t&&(i?(n=a?function(){e(),t()}:t,a=!0):t())}}function v(){}function g(t){t.preventDefault()}function y(t,e){var n,a;if(t.identifiedTouch)return t.identifiedTouch(e);for(n=-1,a=t.length;++n<a;)if(t[n].identifier===e)return t[n]}function w(t,e){t=y(t.changedTouches,e.identifier);if(t&&(t.pageX!==e.pageX||t.pageY!==e.pageY))return t}function X(t,e){b(t,e,t,_)}function Y(t,e){_()}function _(){m(document,r.move,X),m(document,r.cancel,Y)}function C(t){m(document,s.move,t.touchmove),m(document,s.cancel,t.touchend)}function b(t,e,n,a){var i,o,r,s=n.pageX-e.pageX,u=n.pageY-e.pageY;s*s+u*u<c*c||(e=e,o=n,a=a,t=(i=t).targetTouches,r=i.timeStamp-e.timeStamp,o={altKey:i.altKey,ctrlKey:i.ctrlKey,shiftKey:i.shiftKey,startX:e.pageX,startY:e.pageY,distX:s,distY:u,deltaX:s,deltaY:u,pageX:n.pageX,pageY:n.pageY,velocityX:s/r,velocityY:u/r,identifier:e.identifier,targetTouches:t,finger:t?t.length:1,enableMove:function(){this.moveEnabled=!0,this.enableMove=v,i.preventDefault()}},p(e.target,"movestart",o),a(e))}function $(t,e){var n=e.timer;e.touch=t,e.timeStamp=t.timeStamp,n.kick()}function T(t,e){var n=e.target,a=e.event,e=e.timer;m(document,r.move,$),m(document,r.end,T),k(n,a,e,function(){setTimeout(function(){m(n,"click",g)},0)})}function Q(t,e){var n=e.target,a=e.event,i=e.timer;y(t.changedTouches,a.identifier)&&(t=e,m(document,s.move,t.activeTouchmove),m(document,s.end,t.activeTouchend),k(n,a,i))}function k(t,e,n,a){n.end(function(){return p(t,"moveend",e),a&&a()})}function S(t){t.enableMove()}function x(t){t.enableMove()}function E(t){t.enableMove()}function M(t){var a=t.handler;t.handler=function(t){for(var e,n=i.length;n--;)t[e=i[n]]=t.originalEvent[e];a.apply(this,arguments)}}l(document,"mousedown",function(t){var e;1!==(e=t).which||e.ctrlKey||e.altKey||n[t.target.tagName.toLowerCase()]||(l(document,r.move,X,t),l(document,r.cancel,Y,t))}),l(document,"touchstart",function(t){n[t.target.tagName.toLowerCase()]||(t={target:(t=t.changedTouches[0]).target,pageX:t.pageX,pageY:t.pageY,identifier:t.identifier,touchmove:function(t,e){var n;(n=w(t=t,e=e))&&b(t,e,n,C)},touchend:function(t,e){e=e,y(t.changedTouches,e.identifier)&&C(e)}},l(document,s.move,t.touchmove,t),l(document,s.cancel,t.touchend,t))}),l(document,"movestart",function(t){var e,n;t.defaultPrevented||t.moveEnabled&&(e={startX:t.startX,startY:t.startY,pageX:t.pageX,pageY:t.pageY,distX:t.distX,distY:t.distY,deltaX:t.deltaX,deltaY:t.deltaY,velocityX:t.velocityX,velocityY:t.velocityY,identifier:t.identifier,targetTouches:t.targetTouches,finger:t.finger},n={target:t.target,event:e,timer:new h(function(t){(function(t,e,n){n-=t.timeStamp,t.distX=e.pageX-t.startX,t.distY=e.pageY-t.startY,t.deltaX=e.pageX-t.pageX,t.deltaY=e.pageY-t.pageY,t.velocityX=.3*t.velocityX+.7*t.deltaX/n,t.velocityY=.3*t.velocityY+.7*t.deltaY/n,t.pageX=e.pageX,t.pageY=e.pageY})(e,n.touch,n.timeStamp),p(n.target,"move",e)}),touch:undefined,timeStamp:t.timeStamp},t.identifier===undefined?(l(t.target,"click",g),l(document,r.move,$,n),l(document,r.end,T,n)):(n.activeTouchmove=function(t,e){var n,a,i;t=t,n=(e=e).event,a=e.timer,(i=w(t,n))&&(t.preventDefault(),n.targetTouches=t.targetTouches,e.touch=i,e.timeStamp=t.timeStamp,a.kick())},n.activeTouchend=function(t,e){Q(t,e)},l(document,s.move,n.activeTouchmove,n),l(document,s.end,n.activeTouchend,n)))}),window.jQuery&&(i="startX startY pageX pageY distX distY deltaX deltaY velocityX velocityY".split(" "),jQuery.event.special.movestart={setup:function(){return l(this,"movestart",S),!1},teardown:function(){return m(this,"movestart",S),!1},add:M},jQuery.event.special.move={setup:function(){return l(this,"movestart",x),!1},teardown:function(){return m(this,"movestart",x),!1},add:M},jQuery.event.special.moveend={setup:function(){return l(this,"movestart",E),!1},teardown:function(){return m(this,"movestart",E),!1},add:M})}),!function(){var o=!1;window.JQClass=function(){},JQClass.classes={},JQClass.extend=function r(t){var e,i=this.prototype,n=(o=!0,new this);for(e in o=!1,t)n[e]="function"==typeof t[e]&&"function"==typeof i[e]?function(n,a){return function(){var t=this._super,e=(this._super=function(t){return i[n].apply(this,t||[])},a.apply(this,arguments));return this._super=t,e}}(e,t[e]):t[e];function a(){!o&&this._init&&this._init.apply(this,arguments)}return((a.prototype=n).constructor=a).extend=r,a}}(),!function($){function camelCase(t){return t.replace(/-([a-z])/g,function(t,e){return e.toUpperCase()})}JQClass.classes.JQPlugin=JQClass.extend({name:"plugin",defaultOptions:{},regionalOptions:{},_getters:[],_getMarker:function(){return"is-"+this.name},_init:function(){$.extend(this.defaultOptions,this.regionalOptions&&this.regionalOptions[""]||{});var n=camelCase(this.name);$[n]=this,$.fn[n]=function(t){var e=Array.prototype.slice.call(arguments,1);return $[n]._isNotChained(t,e)?$[n][t].apply($[n],[this[0]].concat(e)):this.each(function(){if("string"==typeof t){if("_"===t[0]||!$[n][t])throw"Unknown method: "+t;$[n][t].apply($[n],[this].concat(e))}else $[n]._attach(this,t)})}},setDefaults:function(t){$.extend(this.defaultOptions,t||{})},_isNotChained:function(t,e){return"option"===t&&(0===e.length||1===e.length&&"string"==typeof e[0])||-1<$.inArray(t,this._getters)},_attach:function(t,e){var n;(t=$(t)).hasClass(this._getMarker())||(t.addClass(this._getMarker()),e=$.extend({},this.defaultOptions,this._getMetadata(t),e||{}),n=$.extend({name:this.name,elem:t,options:e},this._instSettings(t,e)),t.data(this.name,n),this._postAttach(t,n),this.option(t,e))},_instSettings:function(t,e){return{}},_postAttach:function(t,e){},_getMetadata:function(elem){try{var data=elem.data(this.name.toLowerCase())||"",name,data=data.replace(/'/g,'"');for(name in data=data.replace(/([a-zA-Z0-9]+):/g,function(t,e,n){n=data.substring(0,n).match(/"/g);return n&&n.length%2!=0?e+":":'"'+e+'":'}),data=$.parseJSON("{"+data+"}"),data){var value=data[name];"string"==typeof value&&value.match(/^new Date\((.*)\)$/)&&(data[name]=eval(value))}return data}catch(e){return{}}},_getInst:function(t){return $(t).data(this.name)||{}},option:function(t,e,n){var a,i=(t=$(t)).data(this.name);if(!e||"string"==typeof e&&null==n)return(a=(i||{}).options)&&e?a[e]:a;t.hasClass(this._getMarker())&&(a=e||{},"string"==typeof e&&((a={})[e]=n),this._optionsChanged(t,i,a),$.extend(i.options,a))},_optionsChanged:function(t,e,n){},destroy:function(t){(t=$(t)).hasClass(this._getMarker())&&(this._preDestroy(t,this._getInst(t)),t.removeData(this.name).removeClass(this._getMarker()))},_preDestroy:function(t,e){}}),$.JQPlugin={createPlugin:function(t,e){"object"==typeof t&&(e=t,t="JQPlugin"),t=camelCase(t);var n=camelCase(e.name);JQClass.classes[n]=JQClass.classes[t].extend(e),new JQClass.classes[n]}}}(jQuery);
|
assets/js/min/pp-gradient-bg-animation.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(e){"use strict";var n=function(e,n){var t,a;e.hasClass("pp-animated-gradient-bg-yes")&&(a=e.data("color"),t=e.data("angle"),e.css("background-image","linear-gradient( "+t+","+a+" )"),elementorFrontend.isEditMode()&&(
|
1 |
+
!function(e){"use strict";var n=function(e,n){var t,a;e.hasClass("pp-animated-gradient-bg-yes")&&(a=e.data("color"),t=e.data("angle"),e.css("background-image","linear-gradient( "+t+","+a+" )"),elementorFrontend.isEditMode()&&(t=e.find(".elementor-element-overlay ~ .elementor-background-overlay"),a=e.find(".pp-animated-gradient-bg"),0==t.next(".pp-animated-gradient-bg").length&&t.after(a)))};e(window).on("elementor/frontend/init",function(){elementorFrontend.hooks.addAction("frontend/element_ready/global",n)})}(jQuery);
|
assets/js/min/pp-instagram.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(t){PPInstagramFeed=function(e){this.id=e.id,this.username="undefined"!=typeof e.username?e.username:"",this.byHashtag="undefined"!=typeof e.byHashtag&&e.byHashtag,this.hashtag="undefined"!=typeof e.hashtag?e.hashtag:"",this.settings=e,this.host="https://www.instagram.com/",this.node=t(".elementor-element-"+this.id),this.wrapper=this.node.find("#pp-instafeed-"+this.id),this._data=!1,this._swiper={},this._messages=ppInsta,this._init()}
|
1 |
+
!function(t){(PPInstagramFeed=function(e){this.id=e.id,this.username="undefined"!=typeof e.username?e.username:"",this.byHashtag="undefined"!=typeof e.byHashtag&&e.byHashtag,this.hashtag="undefined"!=typeof e.hashtag?e.hashtag:"",this.settings=e,this.host="https://www.instagram.com/",this.node=t(".elementor-element-"+this.id),this.wrapper=this.node.find("#pp-instafeed-"+this.id),this._data=!1,this._swiper={},this._messages=ppInsta,this._init()}).prototype={_data:!1,_swiper:{},_init:function(){if(""===this.username&&!this.settings.isBuilderActive)return this._handleEmptyWidget(),void console.error("PP Instagram Feed ("+this.id+"): No username provided.");var e=this.host+this.username+"/";this._getData(e,t.proxy(this._renderData,this))},_getData:function(e,t){var i,s;this._data&&"function"==typeof t?t(this._data):(i=this,(s=new XMLHttpRequest).open("GET",e),s.send(null),s.onreadystatechange=function(){var e;4==s.readyState&&(200==s.status?"function"==typeof t&&(e=i._processData(s.responseText),t(e)):(i.node.append('<div class="pp-instagram-warning">'+i._messages.invalid_username+"</div>"),console.error("PP Instagram Feed ("+i.id+"): Unable to fetch the given user. Instagram responded with the status code: ",s.status)))})},_processData:function(e){return e=e.split("window._sharedData = ")[1].split("<\/script>")[0],e=(e=(e=JSON.parse(e.substr(0,e.length-1))).entry_data.ProfilePage||e.entry_data.TagPage)[0].graphql.user||e[0].graphql.hashtag,this._data=e},_renderData:function(e){var t="",i="pp-feed-item";if("carousel"===this.settings.layout&&(i+=" swiper-slide"),e.is_private)this.node.append('<div class="pp-instagram-warning">'+this._messages.private_account+"</div>");else{var s=(e.edge_owner_to_timeline_media||e.edge_hashtag_to_media).edges;if(s.length<1)return void this.node.append('<div class="pp-instagram-warning">'+this._messages.no_images+this.username+"</b></div>");for(var a=s.length>this.settings.limit?this.settings.limit:s.length,n=0;n<a;n++){var o,r,d="https://www.instagram.com/p/"+s[n].node.shortcode,h="",p=s[n].node.edge_liked_by.count,g=s[n].node.edge_media_to_comment.count;switch(s[n].node.__typename){case"GraphSidecar":r="sidecar",o=s[n].node.thumbnail_resources[4].src;break;case"GraphVideo":r="video",o=s[n].node.thumbnail_src;break;default:r="image",o=s[n].node.thumbnail_resources[4].src}image="image"==r&&"square-grid"!==this.settings.layout?s[n].node.display_url:o,0<s[n].node.edge_media_to_caption.edges.length&&(h=s[n].node.edge_media_to_caption.edges[0].node.text),t=t+('<div class="'+i+'">')+'<div class="pp-feed-item-inner">',"1"!=this.settings.popup&&"1"!=this.settings.image_link||("1"==this.settings.popup?t+='<a href="'+s[n].node.display_url+'" target="_blank" rel="nofollow noopener" data-elementor-open-lightbox="yes" data-elementor-lightbox-slideshow="pp-ig-'+this.id+'">':"1"==this.settings.image_link&&(t+='<a href="'+d+'" target="_blank" rel="nofollow noopener">')),t=t+'<div class="pp-if-img">'+'<div class="pp-overlay-container pp-media-overlay">',this.settings.likes_count&&(t+='<span class="likes"><i class="pp-if-icon fa fa-heart"></i> '+p+"</span>"),this.settings.comments_count&&(t+='<span class="comments"><i class="pp-if-icon fa fa-comment"></i> '+g+"</span>"),t=(t+="</div>")+('<img src="'+image+'" alt="'+h+'" />')+"</div>","1"!=this.settings.popup&&"1"!=this.settings.image_link||(t+="</a>"),t=(t+="</div>")+"</div>"+"</div>"}}this.wrapper.html(t),"carousel"===this.settings.layout?this._initCarousel():"masonry"===this.settings.layout?this._initMasonry():this._initGrid()},_initGrid:function(){t("#pp-instafeed-"+this.id).imagesLoaded(function(){})},_initMasonry:function(){var e=t("#pp-instafeed-"+this.id).imagesLoaded(function(){e.masonry({itemSelector:".pp-feed-item",percentPosition:!0})})},_initCarousel:function(){this._swiper=new Swiper(".elementor-element-"+this.id+" .pp-instagram-feed-carousel .swiper-container",this.settings.carousel)}}}(jQuery);
|
assets/js/min/pp-posts.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(a){var s=!1;function d(e){var e=e.find(".swiper-slide-visible"),t=-1;e.each(function(){var e=a(this).find(".pp-post").outerHeight();t<e&&(t=e)}),e.each(function(){a(this).find(".pp-post").animate({height:t},{duration:200,easing:"linear"})})}var r=function(e,t,o,n,p){d(e),p.on("slideChange",function(){d(e)}),!0===n.autoplay.pauseOnHover&&(t.on("mouseover",function(){p.autoplay.stop()}),t.on("mouseout",function(){p.autoplay.start()})),s&&o.resize(function(){p.update()});["ppe-tabs-switched","ppe-toggle-switched","ppe-accordion-switched","ppe-popup-opened"].forEach(function(e){void 0!==e&&a(document).on(e,function(e,t){0<t.find(".pp-swiper-slider").length&&setTimeout(function(){slider.update()},100)})})},e=function(t,e){t.find(".pp-posts-container");var o,n,p,s,d=t.find(".pp-posts-grid"),i=t.find(".pp-posts").data("layout");t.find(".pp-posts-loader");"masonry"==i&&t.imagesLoaded(function(e){d.isotope({layoutMode:i,itemSelector:".pp-grid-item-wrap"})}),"carousel"==i&&(o=t.find(".swiper-container-wrap").eq(0),n=t.find(".pp-posts-carousel").eq(0),p=JSON.parse(n.attr("data-slider-settings")),0<n.length&&("undefined"==typeof Swiper?new elementorFrontend.utils.swiper(n,p).then(function(e){r(t,n,o,p,e)}):(s=new Swiper(n,p),r(t,n,o,p,s))))}
|
1 |
+
!function(a){var s=!1;function d(e){var e=e.find(".swiper-slide-visible"),t=-1;e.each(function(){var e=a(this).find(".pp-post").outerHeight();t<e&&(t=e)}),e.each(function(){a(this).find(".pp-post").animate({height:t},{duration:200,easing:"linear"})})}var r=function(e,t,o,n,p){d(e),p.on("slideChange",function(){d(e)}),!0===n.autoplay.pauseOnHover&&(t.on("mouseover",function(){p.autoplay.stop()}),t.on("mouseout",function(){p.autoplay.start()})),s&&o.resize(function(){p.update()});["ppe-tabs-switched","ppe-toggle-switched","ppe-accordion-switched","ppe-popup-opened"].forEach(function(e){void 0!==e&&a(document).on(e,function(e,t){0<t.find(".pp-swiper-slider").length&&setTimeout(function(){slider.update()},100)})})},e=function(t,e){t.find(".pp-posts-container");var o,n,p,s,d=t.find(".pp-posts-grid"),i=t.find(".pp-posts").data("layout");t.find(".pp-posts-loader");"masonry"==i&&t.imagesLoaded(function(e){d.isotope({layoutMode:i,itemSelector:".pp-grid-item-wrap"})}),"carousel"==i&&(o=t.find(".swiper-container-wrap").eq(0),n=t.find(".pp-posts-carousel").eq(0),p=JSON.parse(n.attr("data-slider-settings")),0<n.length&&("undefined"==typeof Swiper?new elementorFrontend.utils.swiper(n,p).then(function(e){r(t,n,o,p,e)}):(s=new Swiper(n,p),r(t,n,o,p,s))))},o=(a("body").delegate(".pp-posts-pagination-ajax .page-numbers","click",function(e){var t;"main"!=($scope=a(this).closest(".elementor-widget-pp-posts")).find(".pp-posts-grid").data("query-type")&&(e.preventDefault(),$scope.find(".pp-posts-grid .pp-post").last().after('<div class="pp-post-loader"><div class="pp-loader"></div><div class="pp-loader-overlay"></div></div>'),e=1,t=parseInt($scope.find(".pp-posts-pagination .page-numbers.current").html()),e=a(this).hasClass("next")?t+1:a(this).hasClass("prev")?t-1:a(this).html(),$scope.find(".pp-posts-grid .pp-post").last().after('<div class="pp-post-loader"><div class="pp-loader"></div><div class="pp-loader-overlay"></div></div>'),t={page_id:$scope.find(".pp-posts-grid").data("page"),widget_id:$scope.data("id"),skin:$scope.find(".pp-posts-grid").data("skin"),page_number:e},a("html, body").animate({scrollTop:$scope.find(".pp-posts-container").offset().top-30},"slow"),o($scope,t))}),function(s,e,d,t){var i=s.find(".pp-posts-loader");a.ajax({url:pp_posts_script.ajax_url,data:{action:"pp_get_post",page_id:e.page_id,widget_id:e.widget_id,skin:e.skin,page_number:e.page_number,nonce:pp_posts_script.posts_nonce},dataType:"json",type:"POST",success:function(e){var t,o=s.find(".pp-posts-grid"),n=(1==d?(t=e.data.html,o.append(t)):o.html(e.data.html),s.find(".pp-posts-pagination-wrap").html(e.data.pagination),s.find(".pp-posts-grid").data("layout")),p=s.find(".pp-posts-grid");"masonry"==n&&s.imagesLoaded(function(){p.isotope("destroy"),p.isotope({layoutMode:n,itemSelector:".pp-grid-item-wrap"})}),1==d&&i.hide(),s.trigger("posts.rendered")}})});a(window).on("elementor/frontend/init",function(){elementorFrontend.isEditMode()&&(s=!0),elementorFrontend.hooks.addAction("frontend/element_ready/pp-posts.classic",e),elementorFrontend.hooks.addAction("frontend/element_ready/pp-posts.card",e),elementorFrontend.hooks.addAction("frontend/element_ready/pp-posts.checkerboard",e),elementorFrontend.hooks.addAction("frontend/element_ready/pp-posts.creative",e),elementorFrontend.hooks.addAction("frontend/element_ready/pp-posts.event",e),elementorFrontend.hooks.addAction("frontend/element_ready/pp-posts.news",e),elementorFrontend.hooks.addAction("frontend/element_ready/pp-posts.portfolio",e),elementorFrontend.hooks.addAction("frontend/element_ready/pp-posts.overlap",e),elementorFrontend.hooks.addAction("frontend/element_ready/pp-posts.template",e)})}(jQuery);
|
assets/js/min/pp-templates-lib.min.js
CHANGED
@@ -1 +1 @@
|
|
1 |
-
!function(a,o){var e=Backbone.Model.extend({defaults:{template_id:0,title:"",source:"",type:"",subtype:"",author:"",thumbnail:"",url:"",export_link:"",tags:[]}}),i=Backbone.Collection.extend({model:e}),e=Marionette.Behavior.extend({ui:{insertButton:".elementor-template-library-template-insert"},events:{"click @ui.insertButton":"onInsertButtonClick"},onInsertButtonClick:function(){var e={model:this.view.model};$e.run("powerpack/insert-template",e)}}),t=Marionette.ItemView.extend({className:function(){var e="elementor-template-library-template",t=this.model.get("source");return e+=" elementor-template-library-template-remote",e+=" elementor-template-library-template-"+t,"powerpack"===t&&(e+=" elementor-template-library-template-"+this.model.get("type")),this.model.get("isPro")&&(e+=" elementor-template-library-pro-template"),e},ui:function(){return{previewButton:".elementor-template-library-template-preview"}},events:function(){return{"click @ui.previewButton":"onPreviewButtonClick"}},behaviors:{insertTemplate:{behaviorClass:e}}}),r=t.extend({template:"#tmpl-elementor-template-library-template-pp",ui:function(){return jQuery.extend(t.prototype.ui.apply(this,arguments),{favoriteCheckbox:".elementor-template-library-template-favorite-input"})},events:function(){return jQuery.extend(t.prototype.events.apply(this,arguments),{"change @ui.favoriteCheckbox":"onFavoriteCheckboxChange"})},onPreviewButtonClick:function(){$e.route("powerpack/preview",{model:this.model})},onFavoriteCheckboxChange:function(){var e=this.ui.favoriteCheckbox[0].checked;this.model.set("favorite",e),pp_templates_lib.templates.markAsFavorite(this.model,e),!e&&pp_templates_lib.templates.getFilter("favorite")&&a.channels.templates.trigger("filter:change")}}),n=Marionette.ItemView.extend({template:"#tmpl-elementor-template-library-preview",id:"elementor-template-library-preview",ui:{iframe:"> iframe"},onRender:function(){this.ui.iframe.attr("src",this.getOption("url"))}}),l=Marionette.ItemView.extend({template:"#tmpl-elementor-template-library-header-preview-pp",id:"elementor-template-library-header-preview",behaviors:{insertTemplate:{behaviorClass:e}}}),s=Marionette.ItemView.extend({template:"#tmpl-elementor-template-library-header-back",id:"elementor-template-library-header-preview-back",events:{click:"onClick"},onClick:function(){$e.routes.restoreState("powerpack")}}),p=Marionette.CompositeView.extend({template:"#tmpl-elementor-template-library-templates-pp",id:"elementor-template-library-templates",childViewContainer:"#elementor-template-library-templates-container",reorderOnSort:!0,ui:{textFilter:"#elementor-template-library-filter-text",selectFilter:".elementor-template-library-filter-select",myFavoritesFilter:"#elementor-template-library-filter-my-favorites",orderInputs:".elementor-template-library-order-input",orderLabels:"label.elementor-template-library-order-label"},events:{"input @ui.textFilter":"onTextFilterInput","change @ui.selectFilter":"onSelectFilterChange","change @ui.myFavoritesFilter":"onMyFavoritesFilterChange","mousedown @ui.orderLabels":"onOrderLabelsClick"},comparators:{title:function(e){return e.get("title").toLowerCase()}},getChildView:function(e){return r},initialize:function(){this.listenTo(a.channels.templates,"filter:change",this._renderChildren)},filter:function(o){var e=pp_templates_lib.templates.getFilterTerms(),n=!0;return jQuery.each(e,function(e){var t=pp_templates_lib.templates.getFilter(e);if(t){if(this.callback){var r=this.callback.call(o,t);return r||(n=!1),r}e=t===o.get(e);return e||(n=!1),e}}),n},order:function(e,t){e=this.comparators[e]||e;t&&(e=this.reverseOrder(e)),this.collection.comparator=e,this.collection.sort()},reverseOrder:function(r){var t;return"function"!=typeof r&&(t=r,r=function r(e){return e.get(t)}),function(e,t){e=r(e),t=r(t);return undefined===e?-1:undefined===t||e<t?1:t<e?-1:0}},addSourceData:function(){var e=this.children.isEmpty();this.$el.attr("data-template-source",e?"empty":pp_templates_lib.templates.getFilter("source"))},setFiltersUI:function(){this.$(this.ui.selectFilter).select2({placeholder:a.translate("category"),allowClear:!0,width:150,dropdownParent:this.$el})},setMasonrySkin:function(){var e=new elementorModules.utils.Masonry({container:this.$childViewContainer,items:this.$childViewContainer.children()});this.$childViewContainer.imagesLoaded(e.run.bind(e))},toggleFilterClass:function(){this.$el.toggleClass("elementor-templates-filter-active",!(!pp_templates_lib.templates.getFilter("text")&&!pp_templates_lib.templates.getFilter("favorite")))},onRender:function(){"powerpack"===pp_templates_lib.templates.getFilter("source")&&this.setFiltersUI()},onRenderCollection:function(){this.addSourceData(),this.toggleFilterClass(),"powerpack"===pp_templates_lib.templates.getFilter("source")&&"page"!==pp_templates_lib.templates.getFilter("type")&&this.setMasonrySkin()},onBeforeRenderEmpty:function(){this.addSourceData()},onTextFilterInput:function(){pp_templates_lib.templates.setFilter("text",this.ui.textFilter.val())},onSelectFilterChange:function(e){var t=jQuery(e.currentTarget),e=t.data("elementor-filter");pp_templates_lib.templates.setFilter(e,t.val())},onMyFavoritesFilterChange:function(){pp_templates_lib.templates.setFilter("favorite",this.ui.myFavoritesFilter[0].checked)},onOrderLabelsClick:function(e){var t,e=jQuery(e.currentTarget.control);e[0].checked||(t="asc"!==e.data("default-ordering-direction")),e.toggleClass("elementor-template-library-order-reverse",t),this.order(e.val(),e.hasClass("elementor-template-library-order-reverse"))}}),m=Marionette.ItemView.extend({template:"#tmpl-elementor-templates-modal__header__logo_pp",className:function(){return"elementor-templates-modal__header__logo"},events:function(){return{click:"onClick"}},templateHelpers:function(){return{title:this.getOption("title")}},onClick:function(){var e=this.getOption("click");e&&e()}}),c=Marionette.ItemView.extend({template:"#tmpl-elementor-template-library-header-actions-pp",id:"elementor-template-library-header-actions",ui:{sync:"#elementor-template-library-header-sync i"},events:{"click @ui.sync":"onSyncClick"},onSyncClick:function(){var e=this;e.ui.sync.addClass("eicon-animation-spin"),pp_templates_lib.templates.requestLibraryData({onUpdate:function(){e.ui.sync.removeClass("eicon-animation-spin"),$e.routes.refreshContainer("powerpack")},forceUpdate:!0,forceSync:!0})}}),u=Marionette.ItemView.extend({template:"#tmpl-elementor-template-library-header-menu",id:"elementor-template-library-header-menu",templateHelpers:function(){return{tabs:$e.components.get("powerpack").getTabs()}}}),d=elementorModules.common.views.modal.Layout.extend({getModalOptions:function(){return{id:"elementor-template-library-modal",effects:{show:"show",hide:"hide"}}},getLogoOptions:function(){return{title:"PowerPack Templates",click:function(){return $e.run("powerpack/open",{toDefault:!0}),!1}}},getTemplateActionButton:function(e){var t="#tmpl-elementor-template-library-insert-button";e.isPro&&"inactive"===e.proStatus&&(t="#tmpl-elementor-template-library-get-pro-button-pp"),e.isPro&&"license_inactive"===e.proStatus&&(t="#tmpl-elementor-pro-template-library-activate-license-button-pp");t=Marionette.TemplateCache.get(t);return Marionette.Renderer.render(t)},setHeaderDefaultParts:function(){var e=this.getHeaderView();e.tools.show(new c),e.menuArea.show(new u),this.showLogo()},showLogo:function(){this.getHeaderView().logoArea.show(new m(this.getLogoOptions()))},showTemplatesView:function(e){this.modalContent.show(new p({collection:e}))},showPreviewView:function(e){this.modalContent.show(new n({url:e.get("url")}));var t=this.getHeaderView();t.menuArea.reset(),t.tools.show(new l({model:e})),t.logoArea.show(new s)}}),h=function(e){function t(){return Object.getPrototypeOf(t).apply(this,arguments)}t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.setPrototypeOf(t,e);var r=Object.getPrototypeOf(t.prototype);return t.prototype.__construct=function(e){r.__construct.call(this,e),a.on("document:loaded",this.onDocumentLoaded.bind(this))},t.prototype.getNamespace=function(){return"powerpack"},t.prototype.defaultTabs=function(){return{"templates/blocks":{title:"Blocks",getFilter:function(){return{source:"powerpack",type:"block",subtype:a.config.document.remoteLibrary.category}}},"templates/pages":{title:"Pages",filter:{source:"powerpack",type:"page"}}}},t.prototype.defaultRoutes=function(){return{preview:function(e){this.manager.layout.showPreviewView(e.model)}}},t.prototype.defaultCommands=function(){return Object.assign(r.defaultCommands.call(this),{open:this.show,"insert-template":this.insertTemplate})},t.prototype.defaultShortcuts=function(){return{open:{keys:"ctrl+shift+p"}}},t.prototype.onDocumentLoaded=function(e){this.setDefaultRoute("templates/blocks"),this.maybeOpenLibrary()},t.prototype.renderTab=function(e){e=this.tabs[e],e=e.getFilter?e.getFilter():e.filter;this.manager.setScreen(e)},t.prototype.activateTab=function(e){$e.routes.saveState("powerpack"),r.activateTab.call(this,e)},t.prototype.open=function(){return r.open.call(this),this.manager.layout||(this.manager.layout=this.layout),this.manager.layout.setHeaderDefaultParts(),!0},t.prototype.close=function(){return!!r.close.call(this)&&(this.manager.modalConfig={},!0)},t.prototype.show=function(e){!(this.manager.modalConfig=e).toDefault&&$e.routes.restoreState("powerpack")||$e.route(this.getDefaultRoute())},t.prototype.insertTemplate=function(e){var r=e.model,o=this,n=e.withPageSettings||null;null===n&&r.get("hasPageSettings")?this.getImportSettingsDialog().showImportDialog(r):(this.manager.layout.showLoadingView(),this.manager.requestTemplateContent(r.get("source"),r.get("template_id"),{data:{with_page_settings:n},success:function(e){var t=jQuery.extend({},o.manager.modalConfig.importOptions);t.withPageSettings=n,o.manager.layout.hideLoadingView(),o.manager.layout.hideModal(),$e.run("document/elements/import",{model:r,data:e,options:t})},error:function(e){o.manager.showErrorDialog(e)},complete:function(){o.manager.layout.hideLoadingView()}}),t.prototype.getImportSettingsDialog=function(){var r={dialog:null,showImportDialog:function(e){var t=r.getDialog();t.onConfirm=function(){$e.run("library/insert-template",{model:e,withPageSettings:!0})},t.onCancel=function(){$e.run("library/insert-template",{model:e,withPageSettings:!1})},t.show()},initDialog:function(){r.dialog=elementorCommon.dialogsManager.createWidget("confirm",{id:"elementor-insert-template-settings-dialog",headerMessage:a.translate("import_template_dialog_header"),message:a.translate("import_template_dialog_message")+"<br>"+a.translate("import_template_dialog_message_attention"),strings:{confirm:a.translate("yes"),cancel:a.translate("no")}})},getDialog:function(){return r.dialog||r.initDialog(),r.dialog}};return r})},t.prototype.getTabsWrapperSelector=function(){return"#elementor-template-library-header-menu"},t.prototype.getModalLayout=function(){return d},t.prototype.maybeOpenLibrary=function(){"#powerpack"===location.hash&&($e.run("powerpack/open"),location.hash="")},t}(elementorModules.common.ComponentModal),g=function g(){var e,r=this,o={},t={},n=!1;this.modalConfig={};this.getFilter=function(e){return a.channels.templates.request("filter:"+e)},this.setFilter=function(e,t,r){a.channels.templates.reply("filter:"+e,t),r||a.channels.templates.trigger("filter:change")},this.setScreen=function(e){a.channels.templates.stopReplying(),r.setFilter("source",e.source,!0),r.setFilter("type",e.type,!0),r.setFilter("subtype",e.subtype,!0),r.showTemplates()},this.getTemplatesCollection=function(){return n},this.getConfig=function(e){return e?o[e]||{}:o},this.getFilterTerms=function(e){return e?t[e]:t},this.requestLibraryData=function(t){var e;!n||t.forceUpdate?(t.onBeforeUpdate&&t.onBeforeUpdate(),e={data:{},success:function(e){n=new i(e.templates),e.config&&(o=e.config),t.onUpdate&&t.onUpdate()}},t.forceSync&&(e.data.sync=!0),elementorCommon.ajax.addRequest("pp_get_library_data",e)):t.onUpdate&&t.onUpdate()},this.loadTemplates=function(e){r.requestLibraryData({onBeforeUpdate:r.layout.showLoadingView.bind(r.layout),onUpdate:function(){r.layout.hideLoadingView(),e&&e()}})},this.showTemplates=function(){r.layout.setHeaderDefaultParts(),r.layout.showModal(),r.loadTemplates(function(){var e=r.filterTemplates();r.layout.showTemplatesView(new i(e))})},this.filterTemplates=function(){return n.filter(function(e){return"powerpack"===e.get("source")&&("block"===e.get("type")||"page"===e.get("type"))})},this.requestTemplateContent=function(e,t,r){t={unique_id:t,data:{source:e,edit_mode:!0,display:!0,template_id:t}};return r&&jQuery.extend(!0,t,r),elementorCommon.ajax.addRequest("get_template_data",t)},this.markAsFavorite=function(e,t){t={data:{source:e.get("source"),template_id:e.get("template_id"),favorite:t}};return elementorCommon.ajax.addRequest("mark_template_as_favorite",t)},this.getErrorDialog=function(){return e=e||elementorCommon.dialogsManager.createWidget("alert",{id:"elementor-template-library-error-dialog",headerMessage:a.translate("an_error_occurred")})},this.showErrorDialog=function(e){var t;"object"==typeof e?(t="",_.each(e,function(e){t+="<div>"+e.message+".</div>"}),e=t):e?e+=".":e="<i><The error message is empty></i>",r.getErrorDialog().setMessage(a.translate("templates_request_error")+'<div id="elementor-template-library-error-info">'+e+"</div>").show()},this.init=function(){t={text:{callback:function(t){return t=t.toLowerCase(),0<=this.get("title").toLowerCase().indexOf(t)||_.any(this.get("tags"),function(e){return 0<=e.toLowerCase().indexOf(t)})}},type:{},subtype:{},favorite:{}},this.component=$e.components.register(new h({manager:this}))}};pp_templates_lib.templates=new g,pp_templates_lib.templates.init(),a.on("document:loaded",function(){var t=a.$previewContents,e=o("<style />");e.html(".elementor-add-section-area-button.pp-add-template-button { margin-left: 8px; vertical-align: bottom; }.elementor-add-section-area-button.pp-add-template-button img { height: 40px; }"),t.find("head").append(e);var r=o("<div />");r.addClass("elementor-add-section-area-button pp-add-template-button"),r.attr("title","Add PowerPack Template"),r.html('<img src="'+pp_templates_lib.logoUrl+'" />'),r.insertAfter(t.find(".elementor-add-section-area-button.elementor-add-template-button")),r.on("click",function(){$e.run("powerpack/open")}),t.find("body").delegate(".elementor-editor-element-add","click",function(e){setTimeout(function(){var e=t.find("body").find(".elementor-add-section-inner");0<e.length&&(e.find(".pp-add-template-button").remove(),r.off("click").on("click",function(){$e.run("powerpack/open")}),r.insertAfter(e.find(".elementor-add-section-area-button.elementor-add-template-button")))},100)})})}(elementor,jQuery,window);
|
1 |
+
!function(a,o){var t,e=Backbone.Model.extend({defaults:{template_id:0,title:"",source:"",type:"",subtype:"",author:"",thumbnail:"",url:"",export_link:"",tags:[]}}),i=Backbone.Collection.extend({model:e}),e=Marionette.Behavior.extend({ui:{insertButton:".elementor-template-library-template-insert"},events:{"click @ui.insertButton":"onInsertButtonClick"},onInsertButtonClick:function(){var e={model:this.view.model};$e.run("powerpack/insert-template",e)}}),r=Marionette.ItemView.extend({className:function(){var e="elementor-template-library-template",t=this.model.get("source"),e=e+" elementor-template-library-template-remote"+(" elementor-template-library-template-"+t);return"powerpack"===t&&(e+=" elementor-template-library-template-"+this.model.get("type")),this.model.get("isPro")&&(e+=" elementor-template-library-pro-template"),e},ui:function(){return{previewButton:".elementor-template-library-template-preview"}},events:function(){return{"click @ui.previewButton":"onPreviewButtonClick"}},behaviors:{insertTemplate:{behaviorClass:e}}}),n=r.extend({template:"#tmpl-elementor-template-library-template-pp",ui:function(){return jQuery.extend(r.prototype.ui.apply(this,arguments),{favoriteCheckbox:".elementor-template-library-template-favorite-input"})},events:function(){return jQuery.extend(r.prototype.events.apply(this,arguments),{"change @ui.favoriteCheckbox":"onFavoriteCheckboxChange"})},onPreviewButtonClick:function(){$e.route("powerpack/preview",{model:this.model})},onFavoriteCheckboxChange:function(){var e=this.ui.favoriteCheckbox[0].checked;this.model.set("favorite",e),pp_templates_lib.templates.markAsFavorite(this.model,e),!e&&pp_templates_lib.templates.getFilter("favorite")&&a.channels.templates.trigger("filter:change")}}),l=Marionette.ItemView.extend({template:"#tmpl-elementor-template-library-preview",id:"elementor-template-library-preview",ui:{iframe:"> iframe"},onRender:function(){this.ui.iframe.attr("src",this.getOption("url"))}}),s=Marionette.ItemView.extend({template:"#tmpl-elementor-template-library-header-preview-pp",id:"elementor-template-library-header-preview",behaviors:{insertTemplate:{behaviorClass:e}}}),p=Marionette.ItemView.extend({template:"#tmpl-elementor-template-library-header-back",id:"elementor-template-library-header-preview-back",events:{click:"onClick"},onClick:function(){$e.routes.restoreState("powerpack")}}),m=Marionette.CompositeView.extend({template:"#tmpl-elementor-template-library-templates-pp",id:"elementor-template-library-templates",childViewContainer:"#elementor-template-library-templates-container",reorderOnSort:!0,ui:{textFilter:"#elementor-template-library-filter-text",selectFilter:".elementor-template-library-filter-select",myFavoritesFilter:"#elementor-template-library-filter-my-favorites",orderInputs:".elementor-template-library-order-input",orderLabels:"label.elementor-template-library-order-label"},events:{"input @ui.textFilter":"onTextFilterInput","change @ui.selectFilter":"onSelectFilterChange","change @ui.myFavoritesFilter":"onMyFavoritesFilterChange","mousedown @ui.orderLabels":"onOrderLabelsClick"},comparators:{title:function(e){return e.get("title").toLowerCase()}},getChildView:function(e){return n},initialize:function(){this.listenTo(a.channels.templates,"filter:change",this._renderChildren)},filter:function(o){var e=pp_templates_lib.templates.getFilterTerms(),n=!0;return jQuery.each(e,function(e){var t=pp_templates_lib.templates.getFilter(e);if(t){if(this.callback)return(r=this.callback.call(o,t))||(n=!1),r;var r=t===o.get(e);return r||(n=!1),r}}),n},order:function(e,t){e=this.comparators[e]||e;t&&(e=this.reverseOrder(e)),this.collection.comparator=e,this.collection.sort()},reverseOrder:function(r){var t;return"function"!=typeof r&&(t=r,r=function r(e){return e.get(t)}),function(e,t){e=r(e),t=r(t);return undefined===e?-1:undefined===t||e<t?1:t<e?-1:0}},addSourceData:function(){var e=this.children.isEmpty();this.$el.attr("data-template-source",e?"empty":pp_templates_lib.templates.getFilter("source"))},setFiltersUI:function(){this.$(this.ui.selectFilter).select2({placeholder:a.translate("category"),allowClear:!0,width:150,dropdownParent:this.$el})},setMasonrySkin:function(){var e=new elementorModules.utils.Masonry({container:this.$childViewContainer,items:this.$childViewContainer.children()});this.$childViewContainer.imagesLoaded(e.run.bind(e))},toggleFilterClass:function(){this.$el.toggleClass("elementor-templates-filter-active",!(!pp_templates_lib.templates.getFilter("text")&&!pp_templates_lib.templates.getFilter("favorite")))},onRender:function(){"powerpack"===pp_templates_lib.templates.getFilter("source")&&this.setFiltersUI()},onRenderCollection:function(){this.addSourceData(),this.toggleFilterClass(),"powerpack"===pp_templates_lib.templates.getFilter("source")&&"page"!==pp_templates_lib.templates.getFilter("type")&&this.setMasonrySkin()},onBeforeRenderEmpty:function(){this.addSourceData()},onTextFilterInput:function(){pp_templates_lib.templates.setFilter("text",this.ui.textFilter.val())},onSelectFilterChange:function(e){var e=jQuery(e.currentTarget),t=e.data("elementor-filter");pp_templates_lib.templates.setFilter(t,e.val())},onMyFavoritesFilterChange:function(){pp_templates_lib.templates.setFilter("favorite",this.ui.myFavoritesFilter[0].checked)},onOrderLabelsClick:function(e){var t,e=jQuery(e.currentTarget.control);e[0].checked||(t="asc"!==e.data("default-ordering-direction")),e.toggleClass("elementor-template-library-order-reverse",t),this.order(e.val(),e.hasClass("elementor-template-library-order-reverse"))}}),c=Marionette.ItemView.extend({template:"#tmpl-elementor-templates-modal__header__logo_pp",className:function(){return"elementor-templates-modal__header__logo"},events:function(){return{click:"onClick"}},templateHelpers:function(){return{title:this.getOption("title")}},onClick:function(){var e=this.getOption("click");e&&e()}}),u=Marionette.ItemView.extend({template:"#tmpl-elementor-template-library-header-actions-pp",id:"elementor-template-library-header-actions",ui:{sync:"#elementor-template-library-header-sync i"},events:{"click @ui.sync":"onSyncClick"},onSyncClick:function(){var e=this;e.ui.sync.addClass("eicon-animation-spin"),pp_templates_lib.templates.requestLibraryData({onUpdate:function(){e.ui.sync.removeClass("eicon-animation-spin"),$e.routes.refreshContainer("powerpack")},forceUpdate:!0,forceSync:!0})}}),d=Marionette.ItemView.extend({template:"#tmpl-elementor-template-library-header-menu",id:"elementor-template-library-header-menu",templateHelpers:function(){return{tabs:$e.components.get("powerpack").getTabs()}}}),h=elementorModules.common.views.modal.Layout.extend({getModalOptions:function(){return{id:"elementor-template-library-modal",effects:{show:"show",hide:"hide"}}},getLogoOptions:function(){return{title:"PowerPack Templates",click:function(){return $e.run("powerpack/open",{toDefault:!0}),!1}}},getTemplateActionButton:function(e){var t="#tmpl-elementor-template-library-insert-button",e=(e.isPro&&"inactive"===e.proStatus&&(t="#tmpl-elementor-template-library-get-pro-button-pp"),e.isPro&&"license_inactive"===e.proStatus&&(t="#tmpl-elementor-pro-template-library-activate-license-button-pp"),Marionette.TemplateCache.get(t));return Marionette.Renderer.render(e)},setHeaderDefaultParts:function(){var e=this.getHeaderView();e.tools.show(new u),e.menuArea.show(new d),this.showLogo()},showLogo:function(){this.getHeaderView().logoArea.show(new c(this.getLogoOptions()))},showTemplatesView:function(e){this.modalContent.show(new m({collection:e}))},showPreviewView:function(e){this.modalContent.show(new l({url:e.get("url")}));var t=this.getHeaderView();t.menuArea.reset(),t.tools.show(new s({model:e})),t.logoArea.show(new p)}}),g=(e=elementorModules.common.ComponentModal,f.prototype=Object.create(e&&e.prototype,{constructor:{value:f,writable:!0,configurable:!0}}),Object.setPrototypeOf(f,e),t=Object.getPrototypeOf(f.prototype),f.prototype.__construct=function(e){t.__construct.call(this,e),a.on("document:loaded",this.onDocumentLoaded.bind(this))},f.prototype.getNamespace=function(){return"powerpack"},f.prototype.defaultTabs=function(){return{"templates/blocks":{title:"Blocks",getFilter:function(){return{source:"powerpack",type:"block",subtype:a.config.document.remoteLibrary.category}}},"templates/pages":{title:"Pages",filter:{source:"powerpack",type:"page"}}}},f.prototype.defaultRoutes=function(){return{preview:function(e){this.manager.layout.showPreviewView(e.model)}}},f.prototype.defaultCommands=function(){return Object.assign(t.defaultCommands.call(this),{open:this.show,"insert-template":this.insertTemplate})},f.prototype.defaultShortcuts=function(){return{open:{keys:"ctrl+shift+p"}}},f.prototype.onDocumentLoaded=function(e){this.setDefaultRoute("templates/blocks"),this.maybeOpenLibrary()},f.prototype.renderTab=function(e){e=this.tabs[e],e=e.getFilter?e.getFilter():e.filter;this.manager.setScreen(e)},f.prototype.activateTab=function(e){$e.routes.saveState("powerpack"),t.activateTab.call(this,e)},f.prototype.open=function(){return t.open.call(this),this.manager.layout||(this.manager.layout=this.layout),this.manager.layout.setHeaderDefaultParts(),!0},f.prototype.close=function(){return!!t.close.call(this)&&(this.manager.modalConfig={},!0)},f.prototype.show=function(e){!(this.manager.modalConfig=e).toDefault&&$e.routes.restoreState("powerpack")||$e.route(this.getDefaultRoute())},f.prototype.insertTemplate=function(e){var r=e.model,o=this,n=e.withPageSettings||null;null===n&&r.get("hasPageSettings")?this.getImportSettingsDialog().showImportDialog(r):(this.manager.layout.showLoadingView(),this.manager.requestTemplateContent(r.get("source"),r.get("template_id"),{data:{with_page_settings:n},success:function(e){var t=jQuery.extend({},o.manager.modalConfig.importOptions);t.withPageSettings=n,o.manager.layout.hideLoadingView(),o.manager.layout.hideModal(),$e.run("document/elements/import",{model:r,data:e,options:t})},error:function(e){o.manager.showErrorDialog(e)},complete:function(){o.manager.layout.hideLoadingView()}}),f.prototype.getImportSettingsDialog=function(){var r={dialog:null,showImportDialog:function(e){var t=r.getDialog();t.onConfirm=function(){$e.run("library/insert-template",{model:e,withPageSettings:!0})},t.onCancel=function(){$e.run("library/insert-template",{model:e,withPageSettings:!1})},t.show()},initDialog:function(){r.dialog=elementorCommon.dialogsManager.createWidget("confirm",{id:"elementor-insert-template-settings-dialog",headerMessage:a.translate("import_template_dialog_header"),message:a.translate("import_template_dialog_message")+"<br>"+a.translate("import_template_dialog_message_attention"),strings:{confirm:a.translate("yes"),cancel:a.translate("no")}})},getDialog:function(){return r.dialog||r.initDialog(),r.dialog}};return r})},f.prototype.getTabsWrapperSelector=function(){return"#elementor-template-library-header-menu"},f.prototype.getModalLayout=function(){return h},f.prototype.maybeOpenLibrary=function(){"#powerpack"===location.hash&&($e.run("powerpack/open"),location.hash="")},f);function f(){return Object.getPrototypeOf(f).apply(this,arguments)}var y=function y(){var e,r=this,o={},t={},n=!1;this.modalConfig={};this.getFilter=function(e){return a.channels.templates.request("filter:"+e)},this.setFilter=function(e,t,r){a.channels.templates.reply("filter:"+e,t),r||a.channels.templates.trigger("filter:change")},this.setScreen=function(e){a.channels.templates.stopReplying(),r.setFilter("source",e.source,!0),r.setFilter("type",e.type,!0),r.setFilter("subtype",e.subtype,!0),r.showTemplates()},this.getTemplatesCollection=function(){return n},this.getConfig=function(e){return e?o[e]||{}:o},this.getFilterTerms=function(e){return e?t[e]:t},this.requestLibraryData=function(t){var e;n&&!t.forceUpdate?t.onUpdate&&t.onUpdate():(t.onBeforeUpdate&&t.onBeforeUpdate(),e={data:{},success:function(e){n=new i(e.templates),e.config&&(o=e.config),t.onUpdate&&t.onUpdate()}},t.forceSync&&(e.data.sync=!0),elementorCommon.ajax.addRequest("pp_get_library_data",e))},this.loadTemplates=function(e){r.requestLibraryData({onBeforeUpdate:r.layout.showLoadingView.bind(r.layout),onUpdate:function(){r.layout.hideLoadingView(),e&&e()}})},this.showTemplates=function(){r.layout.setHeaderDefaultParts(),r.layout.showModal(),r.loadTemplates(function(){var e=r.filterTemplates();r.layout.showTemplatesView(new i(e))})},this.filterTemplates=function(){return n.filter(function(e){return"powerpack"===e.get("source")&&("block"===e.get("type")||"page"===e.get("type"))})},this.requestTemplateContent=function(e,t,r){e={unique_id:t,data:{source:e,edit_mode:!0,display:!0,template_id:t}};return r&&jQuery.extend(!0,e,r),elementorCommon.ajax.addRequest("get_template_data",e)},this.markAsFavorite=function(e,t){e={data:{source:e.get("source"),template_id:e.get("template_id"),favorite:t}};return elementorCommon.ajax.addRequest("mark_template_as_favorite",e)},this.getErrorDialog=function(){return e=e||elementorCommon.dialogsManager.createWidget("alert",{id:"elementor-template-library-error-dialog",headerMessage:a.translate("an_error_occurred")})},this.showErrorDialog=function(e){var t;"object"==typeof e?(t="",_.each(e,function(e){t+="<div>"+e.message+".</div>"}),e=t):e?e+=".":e="<i><The error message is empty></i>",r.getErrorDialog().setMessage(a.translate("templates_request_error")+'<div id="elementor-template-library-error-info">'+e+"</div>").show()},this.init=function(){t={text:{callback:function(t){return t=t.toLowerCase(),0<=this.get("title").toLowerCase().indexOf(t)||_.any(this.get("tags"),function(e){return 0<=e.toLowerCase().indexOf(t)})}},type:{},subtype:{},favorite:{}},this.component=$e.components.register(new g({manager:this}))}};pp_templates_lib.templates=new y,pp_templates_lib.templates.init(),a.on("document:loaded",function(){var t=a.$previewContents,e=o("<style />"),r=(""+".elementor-add-section-area-button.pp-add-template-button { margin-left: 8px; vertical-align: bottom; }"+".elementor-add-section-area-button.pp-add-template-button img { height: 40px; }",e.html(".elementor-add-section-area-button.pp-add-template-button { margin-left: 8px; vertical-align: bottom; }.elementor-add-section-area-button.pp-add-template-button img { height: 40px; }"),t.find("head").append(e),o("<div />"));r.addClass("elementor-add-section-area-button pp-add-template-button"),r.attr("title","Add PowerPack Template"),r.html('<img src="'+pp_templates_lib.logoUrl+'" />'),r.insertAfter(t.find(".elementor-add-section-area-button.elementor-add-template-button")),r.on("click",function(){$e.run("powerpack/open")}),t.find("body").delegate(".elementor-editor-element-add","click",function(e){setTimeout(function(){var e=t.find("body").find(".elementor-add-section-inner");0<e.length&&(e.find(".pp-add-template-button").remove(),r.off("click").on("click",function(){$e.run("powerpack/open")}),r.insertAfter(e.find(".elementor-add-section-area-button.elementor-add-template-button")))},100)})})}(elementor,jQuery,window);
|
assets/js/min/twitter-widgets.min.js
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
|
2 |
/*!
|
3 |
* @overview es6-promise - a tiny implementation of Promises/A+.
|
4 |
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
|
@@ -6,4 +6,4 @@ Function&&Function.prototype&&Function.prototype.bind&&(/MSIE [678]/.test(naviga
|
|
6 |
* See https://raw.githubusercontent.com/jakearchibald/es6-promise/master/LICENSE
|
7 |
* @version 2.3.0
|
8 |
*/
|
9 |
-
!function(){"use strict";function c(t){return"function"==typeof t}function e(){return function(){setTimeout(n,1)}}function n(){for(var t=0;t<S;t+=2)(0,O[t])(O[t+1]),O[t]=void 0,O[t+1]=void 0;S=0}function s(){}function a(t){try{return t.then}catch(t){return U.error=t,U}}function u(t,e,n,r){try{t.call(e,n,r)}catch(t){return t}}function r(t,e){var r,i,n,o;e.constructor===t.constructor?(n=t,(o=e)._state===B?l(n,o._result):o._state===F?f(n,o._result):h(o,void 0,function(t){d(n,t)},function(t){f(n,t)})):(o=a(e))===U?f(t,U.error):void 0!==o&&c(o)?(r=e,i=o,R(function(e){var n=!1,t=u(i,r,function(t){n||(n=!0,(r!==t?d:l)(e,t))},function(t){n||(n=!0,f(e,t))},e._label);!n&&t&&(n=!0,f(e,t))},t)):l(t,e)}function d(t,e){var n;t===e?f(t,new TypeError("You cannot resolve a promise with itself")):("function"==typeof(n=e)||"object"==typeof n&&null!==n?r:l)(t,e)}function i(t){t._onerror&&t._onerror(t._result),p(t)}function l(t,e){t._state===z&&(t._result=e,t._state=B,0!==t._subscribers.length&&R(p,t))}function f(t,e){t._state===z&&(t._state=F,t._result=e,R(i,t))}function h(t,e,n,r){var i=t._subscribers,o=i.length;t._onerror=null,i[o]=e,i[o+B]=n,i[o+F]=r,0===o&&t._state&&R(p,t)}function p(t){var e=t._subscribers,n=t._state;if(0!==e.length){for(var r,i,o=t._result,s=0;s<e.length;s+=3)r=e[s],i=e[s+n],r?v(n,r,i,o):i(o);t._subscribers.length=0}}function t(){this.error=null}function m(t,e){try{return t(e)}catch(t){return M.error=t,M}}function v(t,e,n,r){var i,o,s,a,u=c(n);if(u){if((i=m(n,r))===M?(a=!0,o=i.error,i=null):s=!0,e===i)return f(e,new TypeError("A promises callback cannot return that same promise.")),0}else i=r,s=!0;e._state!==z||(u&&s?d(e,i):a?f(e,o):t===B?l(e,i):t===F&&f(e,i))}function o(e,t){try{t(function(t){d(e,t)},function(t){f(e,t)})}catch(t){f(e,t)}}function g(t,e){var n=this;n._instanceConstructor=t,n.promise=new t(s),n._validateInput(e)?(n._input=e,n.length=e.length,n._remaining=e.length,n._init(),0===n.length?l(n.promise,n._result):(n.length=n.length||0,n._enumerate(),0===n._remaining&&l(n.promise,n._result))):f(n.promise,n._validationError())}function w(t){this._id=W++,this._state=void 0,this._result=void 0,this._subscribers=[],s!==t&&(c(t)||function(){throw new TypeError("You must pass a resolver function as the first argument to the promise constructor")}(),this instanceof w||function(){throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.")}(),o(this,t))}var y,b,_,E,x,A,C,T,I=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)},S=0,R=function(t,e){O[S]=t,O[S+1]=e,2===(S+=2)&&(b?b(n):D())},P="undefined"!=typeof window?window:void 0,N=P||{},j=N.MutationObserver||N.WebKitMutationObserver,k="undefined"!=typeof process&&"[object process]"==={}.toString.call(process),L="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel,O=new Array(1e3),D=k?(C=process.nextTick,T=process.versions.node.match(/^(?:(\d+)\.)?(?:(\d+)\.)?(\*|\d+)$/),Array.isArray(T)&&"0"===T[1]&&"10"===T[2]&&(C=setImmediate),function(){C(n)}):j?(E=0,x=new j(n),A=document.createTextNode(""),x.observe(A,{characterData:!0}),function(){A.data=E=++E%2}):L?((_=new MessageChannel).port1.onmessage=n,function(){_.port2.postMessage(0)}):(void 0===P?function(){try{var t=Q(5);return y=t.runOnLoop||t.runOnContext,function(){y(n)}}catch(t){return e()}}:e)(),z=void 0,B=1,F=2,U=new t,M=new t;g.prototype._validateInput=function(t){return I(t)},g.prototype._validationError=function(){return new Error("Array Methods must be provided an Array")},g.prototype._init=function(){this._result=new Array(this.length)};var q=g;g.prototype._enumerate=function(){for(var t=this.length,e=this.promise,n=this._input,r=0;e._state===z&&r<t;r++)this._eachEntry(n[r],r)},g.prototype._eachEntry=function(t,e){var n,r=this,i=r._instanceConstructor;"object"==typeof(n=t)&&null!==n?t.constructor===i&&t._state!==z?(t._onerror=null,r._settledAt(t._state,e,t._result)):r._willSettleAt(i.resolve(t),e):(r._remaining--,r._result[e]=t)},g.prototype._settledAt=function(t,e,n){var r=this,i=r.promise;i._state===z&&(r._remaining--,t===F?f(i,n):r._result[e]=n),0===r._remaining&&l(i,r._result)},g.prototype._willSettleAt=function(t,e){var n=this;h(t,void 0,function(t){n._settledAt(B,e,t)},function(t){n._settledAt(F,e,t)})};var N=function(t){return new q(this,t).promise},k=function(t){function e(t){d(r,t)}function n(t){f(r,t)}var r=new this(s);if(!I(t))return f(r,new TypeError("You must pass an array to race.")),r;for(var i=t.length,o=0;r._state===z&&o<i;o++)h(this.resolve(t[o]),void 0,e,n);return r},L=function(t){if(t&&"object"==typeof t&&t.constructor===this)return t;var e=new this(s);return d(e,t),e},P=function(t){var e=new this(s);return f(e,t),e},W=0,H=w;w.all=N,w.race=k,w.resolve=L,w.reject=P,w._setScheduler=function(t){b=t},w._setAsap=function(t){R=t},w._asap=R,w.prototype={constructor:w,then:function(t,e){var n=this._state;if(n===B&&!t||n===F&&!e)return this;var r,i=new this.constructor(s),o=this._result;return n?(r=arguments[n-1],R(function(){v(n,i,r,o)})):h(this,i,t,e),i},"catch":function(t){return this.then(null,t)}};var V={Promise:H,polyfill:function(){var t;if("undefined"!=typeof global)t=global;else if("undefined"!=typeof self)t=self;else try{t=Function("return this")()}catch(t){throw new Error("polyfill failed because global object is unavailable in this environment")}var e=t.Promise;e&&"[object Promise]"===Object.prototype.toString.call(e.resolve())&&!e.cast||(t.Promise=H)}};Q(6).amd?void 0===(K=function(){return V}.call($,Q,$,G))||(G.exports=K):void 0!==G&&G.exports&&(G.exports=V)}.call(this)}.call($,Q(4)(t))},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children=[],t.webpackPolyfill=1),t}},function(t,e){},function(t,e){t.exports=function(){throw new Error("define cannot be used indirect")}},function(t,e){t.exports=window},function(t,e,n){function r(t){return/(Trident|MSIE|Edge[\/ ]?\d)/.test(t=t||u)}var i=n(9),o=(n(10),n(13)),s=n(7),a=n(12),u=o.userAgent;t.exports={retina:function(t){return(t=t||s).devicePixelRatio?1.5<=t.devicePixelRatio:!!t.matchMedia&&t.matchMedia("only screen and (min-resolution: 144dpi)").matches},anyIE:r,ie9:function(t){return/MSIE 9/.test(t=t||u)},ie10:function(t){return/MSIE 10/.test(t=t||u)},ios:function(t){return/(iPad|iPhone|iPod)/.test(t=t||u)},android:function(t){return/^Mozilla\/5\.0 \(Linux; (U; )?Android/.test(t=t||u)},canPostMessage:function(t,e){return e=e||u,(t=t||s).postMessage&&!(r(e)&&t.opener)},touch:function(t,e,n){return e=e||o,n=n||u,"ontouchstart"in(t=t||s)||/Opera Mini/.test(n)||0<e.msMaxTouchPoints},cssTransitions:function(){var t=i.body.style;return void 0!==t.transition||void 0!==t.webkitTransition||void 0!==t.mozTransition||void 0!==t.oTransition||void 0!==t.msTransition},hasPromiseSupport:function(){return!!(s.Promise&&s.Promise.resolve&&s.Promise.reject&&s.Promise.all&&s.Promise.race&&(new s.Promise(function(t){e=t}),a.isType("function",e)));var e},hasIntersectionObserverSupport:function(){return!!s.IntersectionObserver},hasPerformanceInformation:function(){return s.performance&&s.performance.getEntriesByType},hasLocalStorageSupport:function(){try{return s.localStorage.setItem("local_storage_support_test","true"),"undefined"!=typeof s.localStorage}catch(t){return!1}}}},function(t,e){t.exports=document},function(t,e,n){function r(){s("info",c.toRealArray(arguments))}function i(){s("error",c.toRealArray(arguments))}function o(){return u.performance&&+u.performance.now()||+new Date}function s(t,e){if(u[d]&&u[d][t])switch(e.length){case 1:u[d][t](e[0]);break;case 2:u[d][t](e[0],e[1]);break;case 3:u[d][t](e[0],e[1],e[2]);break;case 4:u[d][t](e[0],e[1],e[2],e[3]);break;case 5:u[d][t](e[0],e[1],e[2],e[3],e[4]);break;default:0!==e.length&&u[d].warn&&u[d].warn("too many params passed to logger."+t)}}var a=n(11),u=n(7),c=n(12),d=["con","sole"].join(""),l={},f=c.contains(a.href,"tw_debug=true");t.exports={info:r,warn:function(){s("warn",c.toRealArray(arguments))},error:i,time:function(t){f&&(l[t]=o())},timeEnd:function(t){f&&(l[t]?r("_twitter",t,o()-l[t]):i("timeEnd() called before time() for id: ",t))}}},function(t,e){t.exports=location},function(t,e,n){function r(t,e){for(var n in t)t.hasOwnProperty&&!t.hasOwnProperty(n)||e(n,t[n]);return t}function i(t){return{}.toString.call(t).match(/\s([a-zA-Z]+)/)[1].toLowerCase()}function o(t){return t===Object(t)}function s(t){if(!o(t))return!1;if(Object.keys)return!Object.keys(t).length;for(var e in t)if(t.hasOwnProperty(e))return!1;return!0}function a(t){return t?Array.prototype.slice.call(t):[]}var u=n(7);t.exports={aug:function(n){return a(arguments).slice(1).forEach(function(t){r(t,function(t,e){n[t]=e})}),n},"async":function(t,e){u.setTimeout(function(){t.call(e||null)},0)},compact:function c(n){return r(n,function(t,e){o(e)&&(c(e),s(e)&&delete n[t]),null!=e&&""!==e||delete n[t]}),n},contains:function(t,e){return!(!t||!t.indexOf)&&-1<t.indexOf(e)},forIn:r,isObject:o,isEmptyObject:s,toType:i,isType:function(t,e){return t==i(e)},toRealArray:a}},function(t,e){t.exports=navigator},function(t,e,n){var r=n(15);t.exports={exposeReadyPromise:function(t,e,n){e.ready=r(t.then,t),n&&Array.isArray(e[n])&&(e[n].forEach(r(t.then,t)),delete e[n])}}},function(t,e,n){var i=n(12);t.exports=function(e,n){var r=Array.prototype.slice.call(arguments,2);return function(){var t=i.toRealArray(arguments);return e.apply(n,r.concat(t))}}},function(t,e,n){n=n(17);t.exports=new n("twttr")},function(t,e,n){function s(t){return a.isType("string",t)?t.split("."):a.isType("array",t)?t:[]}function r(t,e){(e=e||i)[t]=e[t]||{},Object.defineProperty(this,"base",{value:e[t]}),Object.defineProperty(this,"name",{value:t})}var i=n(7),a=n(12);a.aug(r.prototype,{get:function(t){return s(t).reduce(function(t,e){if(a.isObject(t))return t[e]},this.base)},set:function(t,e,n){var r,i,o=s(t),r=(r=this.base,(i=s(t).slice(0,-1)).reduce(function(t,e,n){if(t[e]=t[e]||{},!a.isObject(t[e]))throw new Error(i.slice(0,n+1).join(".")+" is already defined with a value.");return t[e]},r)),o=o.slice(-1);return n&&o in r?r[o]:r[o]=e},init:function(t,e){return this.set(t,e,!0)},unset:function(t){var e=s(t),t=this.get(e.slice(0,-1));t&&delete t[e.slice(-1)]},aug:function(t){var e=this.get(t),n=a.toRealArray(arguments).slice(1),e=void 0!==e?e:{};if(n.unshift(e),!n.every(a.isObject))throw new Error("Cannot augment non-object.");return this.set(t,a.aug.apply(null,n))},call:function(t){var e=this.get(t),n=a.toRealArray(arguments).slice(1);if(!a.isType("function",e))throw new Error("Function "+t+"does not exist.");return e.apply(null,n)},fullPath:function(t){t=s(t);return t.unshift(this.name),t.join(".")}}),t.exports=r},function(t,e,n){n=n(17);t.exports=new n("__twttr")},function(t,e,n){function r(t){var e,n;t.altKey||t.metaKey||t.shiftKey||(e=s.closest(function(t){return"A"===t.tagName||"AREA"===t.tagName},t.target))&&u.isIntentURL(e.href)&&(n=(n=(n=[n=e.href,"original_referer="+i.href].join(-1==n.indexOf("?")?"?":"&")).replace(/^http[:]/,"https:")).replace(/^\/\//,"https://"),a.open(n,e),o.preventDefault(t))}var i=n(11),o=n(20),s=n(22),a=n(23),u=n(24);t.exports={attachTo:function(t){t.addEventListener("click",r,!1)}}},function(t,e,n){function o(t){var e=t.getAttribute("data-twitter-event-id");return e||(t.setAttribute("data-twitter-event-id",++d),d)}function u(t,e,n){for(var r=n||t.target||t.srcElement,i=a.list(r).map(function(t){return"."+t}).concat(r.tagName),o=0,s=i.length;o<s;o++)if(!1===function(t,e,n){for(var r=0,i=t&&t.length||0,r=0;r<i;r++)if(t[r].call(e,n,e),n.ceaseImmediately)return!1}(e[i[o]],r,t))return;t.cease||r!==this&&u.call(this,t,e,r.parentElement||r.parentNode)}function s(e,n,r,t){function i(t){u.call(e,t,r[n])}var o,s,a;o=i,s=n,a=t,(t=e).id&&(l[t.id]=l[t.id]||[],l[t.id].push({el:t,listener:o,type:s,rootId:a})),e.addEventListener(n,i,!1)}function r(t){t&&t.preventDefault?t.preventDefault():t.returnValue=!1}function i(t){t&&(t.cease=!0)&&t.stopPropagation?t.stopPropagation():t.cancelBubble=!0}var a=n(21),c={},d=-1,l={};t.exports={stop:function(t){return i(t),r(t),!1},stopPropagation:i,stopImmediatePropagation:function(t){t&&(t.ceaseImmediately=!0,i(t),t.stopImmediatePropagation())},preventDefault:r,delegate:function(t,e,n,r){var i=o(t);c[i]=c[i]||{},c[i][e]||(c[i][e]={},s(t,e,c[i],i)),c[i][e][n]=c[i][e][n]||[],c[i][e][n].push(r)},simulate:function(t,e,n){var r=o(e),r=c[r]&&c[r];u.call(e,{target:n},r[t])},removeDelegatesForWidget:function(t){var e=l[t];e&&(e.forEach(function(t){t.el.removeEventListener(t.type,t.listener,!1),delete c[t.rootId]}),delete l[t])}}},function(t,e,n){function r(t){return new RegExp("\\b"+t+"\\b","g")}function i(t,e){return t.classList?void t.classList.add(e):void(r(e).test(t.className)||(t.className+=" "+e))}function o(t,e){return t.classList?void t.classList.remove(e):void(t.className=t.className.replace(r(e)," "))}function s(t,e){return t.classList?t.classList.contains(e):u.contains(a(t),e)}function a(t){return u.toRealArray(t.classList||t.className.match(c))}var u=n(12),c=/\b([\w-_]+)\b/g;t.exports={add:i,remove:o,replace:function(t,e,n){return t.classList&&s(t,e)?(o(t,e),void i(t,n)):void(t.className=t.className.replace(r(e),n))},toggle:function(t,e,n){return void 0===n&&t.classList&&t.classList.toggle?t.classList.toggle(e,n):((n?i:o)(t,e),n)},present:s,list:a}},function(t,e,n){var o=n(12);t.exports={closest:function s(t,e,n){var r,i;if(e)return n=n||e&&e.ownerDocument,i=o.isType("function",t)?t:"."===(i=(r=t).charAt(0))?function(t){return t=t.className?t.className.split(/\s+/):[],o.contains(t,r.slice(1))}:"#"===i?function(t){return t.id===r.slice(1)}:function(t){return t.tagName===r.toUpperCase()},e===n?i(e)?e:void 0:i(e)?e:s(i,e.parentNode,n)}}},function(t,e,n){function r(t){this.srcEl=[],this.element=t}var i=n(24),o=n(27),s=n(30),a=n(25),u={favorite:["favorite","like"],follow:["follow"],like:["favorite","like"],retweet:["retweet"],tweet:["tweet"]};r.open=function(e,n,t){var r=(i.intentType(e)||"").toLowerCase();i.isTwitterURL(e)&&(o.open(e,{},t),n&&s.trigger("click",{target:n,region:"intent",type:"click",data:{}}),n&&u[r]&&u[r].forEach(function(t){s.trigger(t,{target:n,region:"intent",type:t,data:function(t,e){var n=a.decodeURL(e);switch(t){case"favorite":case"like":return{tweet_id:n.tweet_id};case"follow":return{screen_name:n.screen_name,user_id:n.user_id};case"retweet":return{source_tweet_id:n.tweet_id};default:return{}}}(r,e)})}))},t.exports=r},function(t,e,n){function r(t){return"string"==typeof t&&c.test(t)&&RegExp.$1.length<=20}function i(t){if(r(t))return RegExp.$1}function o(t,e){var n=u.decodeURL(t);if(e=e||!1,n.screen_name=i(t),n.screen_name)return u.url("https://twitter.com/intent/"+(e?"follow":"user"),n)}function s(t){return"string"==typeof t&&h.test(t)}function a(t){return"string"==typeof t&&d.test(t)}var u=n(25),c=/(?:^|(?:https?:)?\/\/(?:www\.)?twitter\.com(?::\d+)?(?:\/intent\/(?:follow|user)\/?\?screen_name=|(?:\/#!)?\/))@?([\w]+)(?:\?|&|$)/i,d=/(?:^|(?:https?:)?\/\/(?:www\.)?twitter\.com(?::\d+)?\/(?:#!\/)?[\w_]+\/status(?:es)?\/)(\d+)/i,l=/^http(s?):\/\/(\w+\.)*twitter\.com([:\/]|$)/i,f=/^http(s?):\/\/pbs\.twimg\.com\//,h=/^#?([^.,<>!\s\/#\-()'"]+)$/,p=/twitter\.com(?::\d{2,4})?\/intent\/(\w+)/,m=/^https?:\/\/(?:www\.)?twitter\.com\/\w+\/timelines\/(\d+)/i,v=/^https?:\/\/(?:www\.)?twitter\.com\/i\/moments\/(\d+)/i,g=/^https?:\/\/(?:www\.)?twitter\.com\/(\w+)\/(?:likes|favorites)/i,w=/^https?:\/\/(?:www\.)?twitter\.com\/(\w+)\/lists\/([\w-]+)/i,y=/^https?:\/\/(?:www\.)?twitter\.com\/(\w+)\/([\w-]+)/i,b=/^https?:\/\/(?:www\.)?twitter\.com\/hashtag\/([\w-]+)/i,_=/^https?:\/\/(?:www\.)?twitter\.com\/search/i,E=/^https?:\/\/(?:www\.)?twitter\.com\/i\/live\/(\d+)/i,x=/^https?:\/\/syndication\.twitter\.com\/settings/i,A=/^https?:\/\/(localhost|platform)\.twitter\.com(?::\d+)?\/widgets\/widget_iframe\.(.+)/i;t.exports={isHashTag:s,hashTag:function(t,e){if(e=void 0===e||e,s(t))return(e?"#":"")+RegExp.$1},isSearchUrl:function(t){return b.test(t)||_.test(t)},isScreenName:r,screenName:i,isStatus:a,status:function(t){return a(t)&&RegExp.$1},intentForProfileURL:o,intentForFollowURL:function(t){return o(t,!0)},isTwitterURL:function(t){return l.test(t)},isTwimgURL:function(t){return f.test(t)},isIntentURL:function(t){return p.test(t)},isSettingsURL:function(t){return x.test(t)},isWidgetIframeURL:function(t){return A.test(t)},regexen:{profile:c},momentId:function(t){return v.test(t)&&RegExp.$1},collectionId:function(t){return m.test(t)&&RegExp.$1},intentType:function(t){return p.test(t)&&RegExp.$1},likesScreenName:function(t){return g.test(t)&&RegExp.$1},listScreenNameAndSlug:function(t){return!!w.test(t)&&{ownerScreenName:RegExp.$1,slug:RegExp.$2}},listLegacyScreenNameAndSlug:function(t){return!!y.test(t)&&{ownerScreenName:RegExp.$1,slug:RegExp.$2}},eventId:function(t){return E.test(t)&&RegExp.$1}}},function(t,e,n){function i(t){return encodeURIComponent(t).replace(/\+/g,"%2B").replace(/'/g,"%27")}function o(t){return decodeURIComponent(t)}function r(t){var r=[];return u.forIn(t,function(t,e){var n=i(t);(e=!u.isType("array",e)?[e]:e).forEach(function(t){a.hasValue(t)&&r.push(n+"="+i(t))})}),r.sort().join("&")}function s(t){var r={};return t?(t.split("&").forEach(function(t){var e=t.split("="),n=o(e[0]),t=o(e[1]);if(2==e.length)return u.isType("array",r[n])?void r[n].push(t):n in r?(r[n]=[r[n]],void r[n].push(t)):void(r[n]=t)}),r):{}}var a=n(26),u=n(12);t.exports={url:function(t,e){return 0<r(e).length?u.contains(t,"?")?t+"&"+r(e):t+"?"+r(e):t},decodeURL:function(t){return 2==(t=t&&t.split("?")).length?s(t[1]):{}},decode:s,encode:r,encodePart:i,decodePart:o}},function(t,e,n){function r(t){return null!=t&&""!==t}function i(t){return s(t)&&t%1==0}function o(t){return s(t)&&!i(t)}function s(t){return r(t)&&!isNaN(t)}function a(t){return c.contains(l,t)}function u(t){return c.contains(d,t)}var c=n(12),d=[!0,1,"1","on","ON","true","TRUE","yes","YES"],l=[!1,0,"0","off","OFF","false","FALSE","no","NO"];t.exports={hasValue:r,isInt:i,isFloat:o,isNumber:s,isString:function(t){return"string"===c.toType(t)},isArray:function(t){return r(t)&&"array"==c.toType(t)},isTruthValue:u,isFalseValue:a,asInt:function(t){if(i(t))return parseInt(t,10)},asFloat:function(t){if(o(t))return t},asNumber:function(t){if(s(t))return t},asBoolean:function(t){return!(!r(t)||!u(t)&&(a(t)||!t))}}},function(t,e,n){function o(t,e){function n(t){return Math.round(t/2)}return e<t?{coordinate:0,size:e}:{coordinate:n(e)-n(t),size:t}}function r(t,e,n){var r,i=o((e=m.parse(e)).width,(n=n||{}).width||h);e.left=i.coordinate,e.width=i.size,n=o(e.height,n.height||p),e.top=n.coordinate,e.height=n.size,this.win=t,this.features=(e=e,r=[],f.forIn(e,function(t,e){r.push(t+"="+e)}),r.join(","))}var i=n(7),s=n(28),a=n(20),u=n(22),c=n(8),d=n(24),l=n(29),f=n(12),h=i.screen.width,p=i.screen.height,m=(new s).defaults({width:550,height:520,personalbar:"0",toolbar:"0",location:"1",scrollbars:"1",resizable:"1"});r.prototype.open=function(t,e){var n=e&&"click"==e.type&&u.closest("a",e.target),r=e&&(e.altKey||e.metaKey||e.shiftKey),n=n&&(c.ios()||c.android());if(d.isTwitterURL(t))return r||n||(this.name="intent_"+l.generate(),this.popup=this.win.open(t,this.name,this.features),e&&a.preventDefault(e)),this},r.open=function(t,e,n){return new r(i,e).open(t,n)},t.exports=r},function(t,e,n){function r(){this.assertions=[],this._defaults={}}var i=n(26),o=n(12);r.prototype.assert=function(t,e){return this.assertions.push({fn:t,msg:e||"assertion failed"}),this},r.prototype.defaults=function(t){return this._defaults=t||this._defaults,this},r.prototype.require=function(t){var n=this;return(t=Array.isArray(t)?t:o.toRealArray(arguments)).forEach(function(t){var e;n.assert(function(t){return i.hasValue(t[e])},"required: "+(e=t))}),this},r.prototype.parse=function(t){var n=o.aug({},this._defaults,t||{}),t=this.assertions.reduce(function(t,e){return e.fn(n)||t.push(e.msg),t},[]);if(0<t.length)throw new Error(t.join("\n"));return n},t.exports=r},function(t,e){var n=0,r=0;t.exports={generate:function(){return"i"+String(+new Date)+Math.floor(1e5*Math.random())+n++},deterministic:function(){return"i"+String(r++)}}},function(t,e,n){var r=n(16),i=n(31),n=n(12);t.exports=n.aug(r.get("events")||{},i.Emitter)},function(t,e,n){var r=n(12),i=n(15),o={bind:function(t,e){return this._handlers=this._handlers||{},this._handlers[t]=this._handlers[t]||[],this._handlers[t].push(e)},unbind:function(t,e){this._handlers&&this._handlers[t]&&(e?0<=(e=this._handlers[t].indexOf(e))&&this._handlers[t].splice(e,1):this._handlers[t]=[])},trigger:function(t,e){var n=this._handlers&&this._handlers[t];(e=e||{}).type=t,n&&n.forEach(function(t){r["async"](i(t,this,e))})}};t.exports={Emitter:o,makeEmitter:function(){return r.aug(function(){},o)}}},function(t,e,n){function r(){var t=c.val("widgets:autoload")||!0;return!h.isFalseValue(t)&&(h.isTruthValue(t)?o.body:o.querySelectorAll(t))}function i(t){return t=(t=t||o.body).length?p.toRealArray(t):[t],l.pause(),t=a.allResolved(t.reduce(function(t,n){return t.concat(v.reduce(function(t,e){return t.concat(e(n))},[]))},[]).map(function(t){return u.addWidget(t)})).then(function(t){f.trigger("loaded",{widgets:t}),g.emitter.trigger(g.ALL_WIDGETS_RENDERED,{widgets:t})}),a.always(t,function(){l.resume()}),t}var o=n(9),s=n(2),a=n(33),u=n(34),c=n(41),d=n(18),l=n(42),f=n(30),h=n(26),p=n(12),m=n(73),v=n(78),g=n(241);t.exports={load:i,loadPage:function(){var t=r();return m.load(),!1===t?s.resolve():(d.set("widgets.loaded",!0),i(t))},_getPageLoadTarget:r}},function(t,e,n){function r(t,e){return t.then(e,e)}function u(t){return t instanceof o}var o=n(2),i=n(1);t.exports={always:r,allResolved:function(s){var a;return void 0===s?o.reject(new Error("undefined is not an object")):Array.isArray(s)?(a=s.length)?new o(function(t,e){function n(){(i+=1)===a&&(0===o.length?e():t(o))}function r(t){o.push(t),n()}var i=0,o=[];s.forEach(function(t){u(t)?t.then(r,n):r(t)})}):o.resolve([]):o.reject(new Error("Type error"))},some:function(i){var t=(i=i||[]).length;return i=i.filter(u),t?t!==i.length?o.reject("non-Promise passed to .some"):new o(function(e,t){function n(){(r+=1)===i.length&&t()}var r=0;i.forEach(function(t){t.then(e,n)})}):o.reject("no promises passed to .some")},isPromise:u,allSettled:function(t){function e(){}return o.all((t||[]).map(function(t){return r(t,e)}))},timeout:function(t,e){var n=new i;return setTimeout(function(){n.reject(new Error("Promise timed out"))},e),t.then(function(t){n.resolve(t)},function(t){n.reject(t)}),n.promise}}},function(t,e,n){var r=n(35),i=n(39),o=n(2),s=n(33),a=n(15),u=n(12),c=new i(function(t){t=t.map(r.fromRawTask).reduce(function(t,e){return t[e.className]=t[e.className]||[],t[e.className].push(e),t},{}),u.forIn(t,function(t,e){s.allSettled(e.map(function(t){return t.initialize()})).then(function(){e.forEach(function(t){o.all([t.hydrate(),t.insertIntoDom()]).then(a(t.render,t)).then(a(t.success,t),a(t.fail,t))})})})});t.exports={addWidget:function(t){return c.add(t)}}},function(t,e,n){function r(r,t){this._widget=null,this._sandbox=null,this._hydrated=!1,this._insertedIntoDom=!1,this._Sandbox=r.Sandbox,this._factory=r.factory,this._widgetParams=r.parameters,this._resolve=t,this._className=r.className,this._renderedClassName=r.className+"-rendered",this._errorClassName=r.className+"-error",this._srcEl=r.srcEl,this._targetGlobal=((t=r).srcEl||t.targetEl).ownerDocument.defaultView,this._insertionStrategy=function(t){var e=r.srcEl,n=r.targetEl;e?n.insertBefore(t,e):n.appendChild(t)}}var i=n(21),o=n(36),s=n(30),a=n(38),u=n(2),c=n(33);r.fromRawTask=function(t){return new r(t.input,t.taskDoneDeferred.resolve)},r.prototype.initialize=function(){var e=this,n=new this._Sandbox(this._targetGlobal);return this._factory(this._widgetParams,n).then(function(t){return e._widget=t,e._sandbox=n,t})},r.prototype.insertIntoDom=function(){var t=this;return this._widget?this._sandbox.insert(this._widget.id,{"class":[this._className,this._renderedClassName].join(" ")},null,this._insertionStrategy).then(function(){t._insertedIntoDom=!0}):u.reject(new Error("cannot insert widget into DOM before it is initialized"))},r.prototype.hydrate=function(){var t=this;return this._widget?this._widget.hydrate().then(function(){t._hydrated=!0}):u.reject(new Error("cannot hydrate widget before it is initialized"))},r.prototype.render=function(){function t(t){return a(e._sandbox.sandboxEl).then(function(){return u.reject(t)})}var e=this;return this._hydrated?this._insertedIntoDom?e._widget.render(e._sandbox).then(function(){return e._sandbox.onResize(function(){return e._widget.resize().then(function(){s.trigger("resize",{target:e._sandbox.sandboxEl})})}),e._widget.show()}).then(function(){return a(e._srcEl).then(function(){return e._sandbox.sandboxEl})},t):t(new Error("cannot render widget before DOM insertion")):t(new Error("cannot render widget before hydration"))},r.prototype.fail=function(){var t=this;return this._srcEl?c.always(o.write(function(){i.add(t._srcEl,t._errorClassName)}),function(){s.trigger("rendered",{target:t._srcEl}),t._resolve(t._srcEl)}):(t._resolve(),u.resolve())},r.prototype.success=function(){s.trigger("rendered",{target:this._sandbox.sandboxEl}),this._resolve(this._sandbox.sandboxEl)},t.exports=r},function(t,e,n){function i(t,e){return function(){try{e.resolve(t.call(this))}catch(t){e.reject(t)}}}var o=n(37),s=n(1),a=n(12);t.exports={sync:function(t,e){t.call(e)},read:function(t,e){var n=new s;return o.read(i(t,n),e),n.promise},write:function(t,e){var n=new s;return o.write(i(t,n),e),n.promise},defer:function(t,e,n){var r=new s;return a.isType("function",t)&&(n=e,e=t,t=1),o.defer(t,i(e,r),n),r.promise}}},function(r,i,o){var s;!function(){"use strict";function t(){this.frames=[],this.lastId=0,this.raf=e,this.batch={hash:{},read:[],write:[],mode:null}}var e=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.msRequestAnimationFrame||function(t){return window.setTimeout(t,1e3/60)};t.prototype.read=function(t,e){t=this.add("read",t,e),e=t.id;return this.batch.read.push(t.id),"reading"===this.batch.mode||this.batch.scheduled||this.scheduleBatch(),e},t.prototype.write=function(t,e){var n=this.add("write",t,e),t=this.batch.mode,e=n.id;return this.batch.write.push(n.id),"writing"===t||"reading"===t||this.batch.scheduled||this.scheduleBatch(),e},t.prototype.defer=function(t,e,n){"function"==typeof t&&(n=e,e=t,t=1);var r=this;return this.schedule(t-1,function(){r.run({fn:e,ctx:n})})},t.prototype.clear=function(t){if("function"==typeof t)return this.clearFrame(t);t=Number(t);var e,n=this.batch.hash[t];n&&(n=(e=this.batch[n.type]).indexOf(t),delete this.batch.hash[t],~n&&e.splice(n,1))},t.prototype.clearFrame=function(t){t=this.frames.indexOf(t);~t&&this.frames.splice(t,1)},t.prototype.scheduleBatch=function(){var t=this;this.schedule(0,function(){t.batch.scheduled=!1,t.runBatch()}),this.batch.scheduled=!0},t.prototype.uniqueId=function(){return++this.lastId},t.prototype.flush=function(t){for(var e;e=t.shift();)this.run(this.batch.hash[e])},t.prototype.runBatch=function(){try{this.batch.mode="reading",this.flush(this.batch.read),this.batch.mode="writing",this.flush(this.batch.write),this.batch.mode=null}catch(r){throw this.runBatch(),r}},t.prototype.add=function(t,e,n){var r=this.uniqueId();return this.batch.hash[r]={id:r,fn:e,ctx:n,type:t}},t.prototype.run=function(t){var e=t.ctx||this,n=t.fn;if(delete this.batch.hash[t.id],!this.onError)return n.call(e);try{n.call(e)}catch(t){this.onError(t)}},t.prototype.loop=function(){function e(){var t=n.frames.shift();n.frames.length?r(e):n.looping=!1,t&&t()}var t,n=this,r=this.raf,i=!1;this.looping||(t=setTimeout(function(){i=!0,e()},500),r(function(){i||(clearTimeout(t),e())}),this.looping=!0)},t.prototype.schedule=function(t,e){return this.frames[t]?this.schedule(t+1,e):(this.loop(),this.frames[t]=e)};var n=new t;void 0!==r&&r.exports?r.exports=n:void 0===(s=function(){return n}.call(i,o,i,r))||(r.exports=s)}()},function(t,e,n){var r=n(36);t.exports=function(t){return r.write(function(){t&&t.parentNode&&t.parentNode.removeChild(t)})}},function(e,t,n){function r(t){this._inputsQueue=[],this._task=t,this._hasFlushBeenScheduled=!1}var i=n(1),o=n(40),s=n(15);r.prototype.add=function(t){var e=new i;return this._inputsQueue.push({input:t,taskDoneDeferred:e}),this._hasFlushBeenScheduled||(this._hasFlushBeenScheduled=!0,o(s(this._flush,this))),e.promise},r.prototype._flush=function(){try{this._task.call(null,this._inputsQueue)}catch(e){this._inputsQueue.forEach(function(t){t.taskDoneDeferred.reject(e)})}this._inputsQueue=[],this._hasFlushBeenScheduled=!1},e.exports=r},function(t,e,n){n=n(3).Promise;t.exports=n._asap},function(t,e,n){function r(t){var e,n,r,i=0;for(o={},e=(t=t||s).getElementsByTagName("meta");e[i];i++){if(n=e[i],/^twitter:/.test(n.getAttribute("name")))r=n.getAttribute("name").replace(/^twitter:/,"");else{if(!/^twitter:/.test(n.getAttribute("property")))continue;r=n.getAttribute("property").replace(/^twitter:/,"")}o[r]=n.getAttribute("content")||n.getAttribute("value")}}var o,s=n(9);r(),t.exports={init:r,val:function(t){return o[t]}}},function(t,e,n){function r(t){t.forEach(function(t){var e=t.input.namespace,n=t.input.data,r=t.input.offsite,i=t.input.version;s.clientEvent(e,n,r,i),t.taskDoneDeferred.resolve()})}var i=n(43),o=n(44),s=n(71),a=n(50),u=new(n(72))(function(t){var e;if(0!==t.length){if(1===t.length)return r(t);t=(e=i(t,function(t){return a.noticeSeen(t.input.namespace)}))["true"],e=e["false"],t&&0<t.length&&r(t.slice(0,1)),e&&(1===e.length?r:function(t){o.init(),t.forEach(function(t){var e=t.input.namespace,n=t.input.data,r=t.input.offsite,t=t.input.version;o.clientEvent(e,n,r,t)}),o.flush().then(function(){t.forEach(function(t){t.taskDoneDeferred.resolve()})},function(){t.forEach(function(t){t.taskDoneDeferred.reject()})})})(e)}});t.exports={scribe:function(t,e,n,r){return u.add({namespace:t,data:e,offsite:n,version:r})},pause:function(){u.pause()},resume:function(){u.resume()}}},function(t,e){t.exports=function(t,r){return t.reduce(function(t,e){var n=r(e);return t[n]=t[n]||[],t[n].push(e),t},{})}},function(t,e,n){function r(){var t=a.createElement("form"),e=a.createElement("input"),n=a.createElement("input");return b++,t.action=p.CLIENT_EVENT_ENDPOINT,t.method="POST",t.target=w+b,t.id=y+b,e.type="hidden",e.name="dnt",e.value=l.enabled(),n.type="hidden",n.name="tfw_redirect",n.value=p.RUFOUS_REDIRECT,t.appendChild(e),t.appendChild(n),t}function i(){var t=w+b;return d({id:t,name:t,width:0,height:0,border:0},{display:"none"},a.doc)}var s,o,a,u=n(9),c=n(7),d=n(45),l=n(46),f=n(1),h=n(2),p=n(50),m=n(12),v=n(53),g=n(18).get("scribeCallback"),n=Math.floor(1e3*Math.random())+"_",w="rufous-frame-"+n+"-",y="rufous-form-"+n+"-",b=0,_=!1,E=new f;t.exports={clientEvent:function(n,r,i,o){var t,e;t=n,e=r,t=!m.isObject(t),e=!!e&&!m.isObject(e),t||e||(g&&g(arguments),E.promise.then(function(){var t,e;t=p.formatClientEventNamespace(n),e=p.formatClientEventData(r,i,o),m.isObject(t)&&m.isObject(e)&&(t=p.flattenClientEventPayload(t,e),(e=s.firstChild).value=+(+e.value||t.dnt||0),(e=a.createElement("input")).type="hidden",e.name="l",e.value=p.stringify(t),s.appendChild(e))}))},flush:function(){return E.promise.then(function(){var t;return s.children.length<=2?h.reject():(t=h.all([a.doc.body.appendChild(s),a.doc.body.appendChild(o)]).then(function(t){var r=t[0],i=t[1];return i.addEventListener("load",function(){var e,n;e=r,n=i,function(){var t=e.parentNode;t&&(t.removeChild(e),t.removeChild(n))}()}),r.submit(),t}),s=r(),o=i(),t)})},init:function(){return _||((a=new v(c)).insert("rufous-sandbox",null,{display:"none"},function(t){u.body.appendChild(t)}).then(function(){a.setTitle("Twitter analytics iframe"),s=r(),o=i(),E.resolve([s,o])}),_=!0),E.promise}}},function(t,e,n){var i=n(9),o=n(12);t.exports=function(t,e,n){var r;if(n=n||i,e=e||{},(t=t||{}).name){try{r=n.createElement('<iframe name="'+t.name+'"></iframe>')}catch(e){(r=n.createElement("iframe")).name=t.name}delete t.name}else r=n.createElement("iframe");return t.id&&(r.id=t.id,delete t.id),r.allowtransparency="true",r.scrolling="no",r.setAttribute("frameBorder",0),r.setAttribute("allowTransparency",!0),o.forIn(t,function(t,e){r.setAttribute(t,e)}),o.forIn(e,function(t,e){r.style[t]=e}),r}},function(t,e,n){var r=n(9),i=n(11),o=n(47),s=n(49),a=n(26),u=n(41),c=!1,d=/https?:\/\/([^\/]+).*/i;t.exports={setOn:function(){c=!0},enabled:function(t,e){return!!(c||a.asBoolean(u.val("dnt"))||s.isUrlSensitive(e||i.host)||o.isFramed()&&s.isUrlSensitive(o.rootDocumentLocation())||(t=d.test(t||r.referrer)&&RegExp.$1)&&s.isUrlSensitive(t))}}},function(t,e,n){var r=n(11),i=n(48),o=n(12),s=i.getCanonicalURL()||r.href,a=s;t.exports={isFramed:function(){return s!==a},rootDocumentLocation:function(t){return s=t&&o.isType("string",t)?t:s},currentDocumentLocation:function(){return a}}},function(t,e,n){function r(t,e){var n,r;return e=e||i,/^https?:\/\//.test(t)?t:/^\/\//.test(t)?e.protocol+t:(n=e.host+(e.port.length?":"+e.port:""),0!==t.indexOf("/")&&((r=e.pathname.split("/")).pop(),r.push(t),t="/"+r.join("/")),[e.protocol,"//",n,t].join(""))}var a=n(9),i=n(11),u=n(24);t.exports={absolutize:r,getCanonicalURL:function(){for(var t,e=a.getElementsByTagName("link"),n=0;e[n];n++)if("canonical"==(t=e[n]).rel)return r(t.href)},getScreenNameFromPage:function(){for(var t,e,n,r=[a.getElementsByTagName("a"),a.getElementsByTagName("link")],i=0,o=0,s=/\bme\b/;t=r[i];i++)for(o=0;e=t[o];o++)if(s.test(e.rel)&&(n=u.screenName(e.href)))return n}}},function(t,e,n){function r(t){return t in s?s[t]:s[t]=o.test(t)}var i=n(11),o=/^[^#?]*\.(gov|mil)(:\d+)?([#?].*)?$/i,s={};t.exports={isUrlSensitive:r,isHostPageSensitive:function(){return r(i.host)}}},function(t,e,n){function r(t){return u.aug({client:"tfw"},t||{})}function i(t,e,n){return u.aug({},e=e||{},{_category_:t,triggered_on:e.triggered_on||+new Date,dnt:a.enabled(n)})}var o=n(9),s=n(51),a=n(46),u=n(12),c=n(52),d=n(18),l=n(24),f=c.version,d=d.get("clientEventEndpoint")||"https://syndication.twitter.com/i/jot";t.exports={extractTermsFromDOM:function h(t,n){var e;return n=n||{},t&&t.nodeType===Node.ELEMENT_NODE?((e=t.getAttribute("data-scribe"))&&e.split(" ").forEach(function(t){var t=(e=t.trim().split(":"))[0],e=e[1];t&&e&&!n[t]&&(n[t]=e)}),h(t.parentNode,n)):n},clickEventElement:function(t){return(t=t.getAttribute("data-expanded-url"))&&l.isTwitterURL(t)?"twitter_url":"url"},flattenClientEventPayload:function(t,e){return u.aug({},e,{event_namespace:t})},formatGenericEventData:i,formatClientEventData:function(t,e,n){var r=t&&t.widget_origin||o.referrer;return(t=i("tfw_client_event",t,r)).client_version=f,t.format_version=void 0!==n?n:1,e||(t.widget_origin=r),t},formatClientEventNamespace:r,formatTweetAssociation:function(t,e){var n={};return(e=e||{}).association_namespace=r(t),n[1]=e,n},noticeSeen:function(t){return"notice"===t.element&&"seen"===t.action},splitLogEntry:function(e){var t,n,r,i;return e.item_ids&&1<e.item_ids.length?(r=Math.floor(e.item_ids.length/2),t=e.item_ids.slice(0,r),n={},r=e.item_ids.slice(r),i={},t.forEach(function(t){n[t]=e.item_details[t]}),r.forEach(function(t){i[t]=e.item_details[t]}),[u.aug({},e,{item_ids:t,item_details:n}),u.aug({},e,{item_ids:r,item_details:i})]):[e]},stringify:function(t){var e=Array.prototype.toJSON;return delete Array.prototype.toJSON,t=s.stringify(t),e&&(Array.prototype.toJSON=e),t},AUDIENCE_ENDPOINT:"https://syndication.twitter.com/i/jot/syndication",CLIENT_EVENT_ENDPOINT:d,RUFOUS_REDIRECT:"https://platform.twitter.com/jot.html"}},function(t,e,n){n=n(7).JSON;t.exports={stringify:n.stringify||n.encode,parse:n.parse||n.decode}},function(t,e){t.exports={version:"c419f42:1520970215484"}},function(t,e,n){var r=n(54),n=n(63);t.exports=r.build([n])},function(t,e,n){var r=n(55),i=n(58),n=n(15);(r=Object.create(r)).build=n(r.build,null,i),t.exports=r},function(t,e,n){var i=n(56),o=n(57),r=n(12);t.exports={couple:function(){return r.toRealArray(arguments)},build:function(t,e,n){var r=new t;return(e=o(i(e||[]))).forEach(function(t){t.call(null,r)}),r.build(n)}}},function(t,e,n){var r=n(12);t.exports=function i(t){var e=[];return t.forEach(function(t){t=r.isType("array",t)?i(t):[t],e=e.concat(t)}),e}},function(t,e){t.exports=function(n){return n.filter(function(t,e){return n.indexOf(t)===e})}},function(t,e,n){function r(){i.apply(this,arguments)}var i=n(59),o=n(12),n=n(62);r.prototype=Object.create(i.prototype),o.aug(r.prototype,{factory:n}),t.exports=r},function(t,e,n){function r(){this.Component=this.factory(),this._adviceArgs=[],this._lastArgs=[]}var i=n(60),o=n(12),n=n(61);o.aug(r.prototype,{factory:n,build:function(t){var e=this;return this.Component,o.aug(this.Component.prototype.boundParams,t),this._adviceArgs.concat(this._lastArgs).forEach(function(t){!function(t,e,n){var r=this[e];if(!r)throw new Error(e+" does not exist");this[e]=t(r,n)}.apply(e.Component.prototype,t)}),delete this._lastArgs,delete this._adviceArgs,this.Component},params:function(t){var e=this.Component.prototype.paramConfigs;this.Component.prototype.paramConfigs=o.aug({},t=t||{},e)},define:function(t,e){if(t in this.Component.prototype)throw new Error(t+" has previously been defined");this.override(t,e)},defineStatic:function(t,e){this.Component[t]=e},override:function(t,e){this.Component.prototype[t]=e},defineProperty:function(t,e){if(t in this.Component.prototype)throw new Error(t+" has previously been defined");this.overrideProperty(t,e)},overrideProperty:function(t,e){e=o.aug({configurable:!0},e);Object.defineProperty(this.Component.prototype,t,e)},before:function(t,e){this._adviceArgs.push([i.before,t,e])},after:function(t,e){this._adviceArgs.push([i.after,t,e])},around:function(t,e){this._adviceArgs.push([i.around,t,e])},last:function(t,e){this._lastArgs.push([i.after,t,e])}}),t.exports=r},function(t,e,n){var s=n(33),r=n(12),i=n(15);t.exports={before:function(r,i){return function(){var t=this,e=arguments,n=i.apply(this,arguments);return s.isPromise(n)?n.then(function(){return r.apply(t,e)}):r.apply(this,arguments)}},after:function(i,o){return function(){function e(t,e){return s.isPromise(e)?e.then(function(){return t}):t}var n=this,r=arguments,t=i.apply(this,arguments);return s.isPromise(t)?t.then(function(t){return e(t,o.apply(n,r))}):e(t,o.apply(this,arguments))}},around:function(e,n){return function(){var t=r.toRealArray(arguments);return t.unshift(i(e,this)),n.apply(this,t)}}}},function(t,e,n){function f(){return!0}function h(t){return t}var p=n(12);t.exports=function(){function t(d){var l=this;d=d||{},this.params=Object.keys(this.paramConfigs).reduce(function(t,e){var n,r,i,o=[],s=l.boundParams,a=l.paramConfigs[e],u=a.validate||f,c=a.transform||h;if(e in s&&o.push(s[e]),e in d&&o.push(d[e]),o="fallback"in a?o.concat(a.fallback):o,t[e]=(n=u,r=c,i=null,o.some(function(t){if(t=p.isType("function",t)?t():t,n(t))return i=r(t),!0}),i),a.required&&null==t[e])throw new Error(e+" is a required parameter");return t},{}),this.initialize()}return p.aug(t.prototype,{paramConfigs:{},boundParams:{},initialize:function(){}}),t}},function(t,e,n){var r=n(21),i=n(36),o=n(61),s=n(2),a=n(12);t.exports=function(){function t(t){e.apply(this,arguments),Object.defineProperty(this,"targetGlobal",{value:t})}var e=o();return t.prototype=Object.create(e.prototype),a.aug(t.prototype,{id:null,initialized:!1,width:0,height:0,sandboxEl:null,insert:function(){return s.reject()},onResize:function(){},addClass:function(t){var e=this.sandboxEl;return t=Array.isArray(t)?t:[t],i.write(function(){t.forEach(function(t){r.add(e,t)})})},removeClass:function(t){var e=this.sandboxEl;return t=Array.isArray(t)?t:[t],i.write(function(){t.forEach(function(t){r.remove(e,t)})})},styleSelf:function(t){var n=this;return i.write(function(){a.forIn(t,function(t,e){n.sandboxEl.style[t]=e})})}}),t}},function(t,e,n){function u(t,e,n,r){return e=w.aug({id:t},E,e),n=w.aug({},x,n),p(e,n,r)}function c(t){try{t.contentWindow.document}catch(t){return g.reject(t)}return g.resolve(t)}function d(t,e,n,r,i){var o=new v,s=b.generate(),a=u(t,e,n,i);return y.set(["sandbox",s],function(){var t=a.contentWindow.document;f.write(function(){t.write("<!DOCTYPE html><html><head></head><body></body></html>")}).then(function(){t.close(),o.resolve(a)})}),a.src=["javascript:",'document.write("");',"try { window.parent.document; }",'catch (e) { document.domain="'+l.domain+'"; }',"window.parent."+y.fullPath(["sandbox",s])+"();"].join(""),a.addEventListener("error",o.reject,!1),f.write(function(){r.parentNode.replaceChild(a,r)}),o.promise}var l=n(9),r=n(21),f=n(36),i=n(64),o=n(54),s=n(65),a=n(66),h=n(67),p=n(45),m=(n(10),n(68)),v=n(1),g=n(2),w=n(12),y=n(18),b=n(29),_=n(15),E={allowfullscreen:"true"},x={position:"absolute",visibility:"hidden",display:"block",width:"0px",height:"0px",padding:"0",border:"none"},A={position:"static",visibility:"visible"};t.exports=o.couple(n(69),function(t){t.overrideProperty("id",{get:function(){return this.sandboxEl&&this.sandboxEl.id}}),t.overrideProperty("initialized",{get:function(){return!!this.win}}),t.overrideProperty("width",{get:function(){return this._width}}),t.overrideProperty("height",{get:function(){return this._height}}),t.overrideProperty("sandboxEl",{get:function(){return this.iframeEl}}),t.defineProperty("iframeEl",{get:function(){return this._iframe}}),t.defineProperty("rootEl",{get:function(){return this.doc&&this.doc.documentElement}}),t.defineProperty("widgetEl",{get:function(){return this.doc&&this.doc.body.firstElementChild}}),t.defineProperty("win",{get:function(){return this.iframeEl&&this.iframeEl.contentWindow}}),t.defineProperty("doc",{get:function(){return this.win&&this.win.document}}),t.define("_updateCachedDimensions",function(){var n=this;return f.read(function(){var t,e=m(n.sandboxEl);"visible"==n.sandboxEl.style.visibility?n._width=e.width:(t=m(n.sandboxEl.parentElement).width,n._width=Math.min(e.width,t)),n._height=e.height})}),t.define("_setTargetToBlank",function(){var t=this.createElement("base");t.target="_blank",this.doc.head.appendChild(t)}),t.define("_didResize",function(){var e=this,t=this._resizeHandlers.slice(0);return this._updateCachedDimensions().then(function(){t.forEach(function(t){t(e)})})}),t.define("setTitle",function(t){this.iframeEl.title=t}),t.override("createElement",function(t){return this.doc.createElement(t)}),t.override("createFragment",function(){return this.doc.createDocumentFragment()}),t.override("htmlToElement",function(t){var e=this.createElement("div");return e.innerHTML=t,e.firstElementChild}),t.override("hasSelectedText",function(){return!!i.getSelectedText(this.win)}),t.override("addRootClass",function(t){var e=this.rootEl;return t=Array.isArray(t)?t:[t],this.initialized?f.write(function(){t.forEach(function(t){r.add(e,t)})}):g.reject(new Error("sandbox not initialized"))}),t.override("removeRootClass",function(t){var e=this.rootEl;return t=Array.isArray(t)?t:[t],this.initialized?f.write(function(){t.forEach(function(t){r.remove(e,t)})}):g.reject(new Error("sandbox not initialized"))}),t.override("hasRootClass",function(t){return r.present(this.rootEl,t)}),t.define("addStyleSheet",function(t,e){var n,r=new v;return this.initialized?((n=this.createElement("link")).type="text/css",n.rel="stylesheet",n.href=t,n.addEventListener("load",r.resolve,!1),n.addEventListener("error",r.reject,!1),f.write(_(e,null,n)).then(function(){return s(t).then(r.resolve,r.reject),r.promise})):g.reject(new Error("sandbox not initialized"))}),t.override("prependStyleSheet",function(t){var n=this.doc;return this.addStyleSheet(t,function(t){var e=n.head.firstElementChild;return e?n.head.insertBefore(t,e):n.head.appendChild(t)})}),t.override("appendStyleSheet",function(t){var e=this.doc;return this.addStyleSheet(t,function(t){return e.head.appendChild(t)})}),t.define("addCss",function(t,e){var n;return a.inlineStyle()?((n=this.createElement("style")).type="text/css",n.appendChild(this.doc.createTextNode(t)),f.write(_(e,null,n))):g.resolve()}),t.override("prependCss",function(t){var n=this.doc;return this.addCss(t,function(t){var e=n.head.firstElementChild;return e?n.head.insertBefore(t,e):n.head.appendChild(t)})}),t.override("appendCss",function(t){var e=this.doc;return this.addCss(t,function(t){return e.head.appendChild(t)})}),t.override("makeVisible",function(){var t=this;return this.styleSelf(A).then(function(){t._updateCachedDimensions()})}),t.override("injectWidgetEl",function(t){var e=this;return this.initialized?this.widgetEl?g.reject(new Error("widget already injected")):f.write(function(){e.doc.body.appendChild(t)}):g.reject(new Error("sandbox not initialized"))}),t.override("matchHeightToContent",function(){var t,e=this;return f.read(function(){t=e.widgetEl?m(e.widgetEl).height:0}),f.write(function(){e.sandboxEl.style.height=t+"px"}).then(function(){return e._updateCachedDimensions()})}),t.override("matchWidthToContent",function(){var t,e=this;return f.read(function(){t=e.widgetEl?m(e.widgetEl).width:0}),f.write(function(){e.sandboxEl.style.width=t+"px"}).then(function(){return e._updateCachedDimensions()})}),t.after("initialize",function(){this._iframe=null,this._width=this._height=0,this._resizeHandlers=[]}),t.override("insert",function(t,e,n,r){var i=this,o=new v,s=this.targetGlobal.document,a=u(t,e,n,s);return f.write(_(r,null,a)),a.addEventListener("load",function(){c(a).then(null,_(d,null,t,e,n,a,s)).then(o.resolve,o.reject)},!1),a.addEventListener("error",o.reject,!1),o.promise.then(function(t){var e=h(i._didResize,50,i);return i._iframe=t,i.win.addEventListener("resize",e,!1),g.all([i._setTargetToBlank(),i.addRootClass("SandboxRoot"),i.prependCss(".SandboxRoot { display: none; }")])})}),t.override("onResize",function(t){this._resizeHandlers.push(t)}),t.after("styleSelf",function(){return this._updateCachedDimensions()})})},function(t,e,n){function r(t){return(t=t||i).getSelection&&t.getSelection()}var i=n(7);t.exports={getSelection:r,getSelectedText:function(t){return(t=r(t))?t.toString():""}}},function(t,e,n){var r=n(9),i=n(7),o=n(1);t.exports=function(t){var e=new o,n=r.createElement("img");return n.onload=n.onerror=function(){i.setTimeout(e.resolve,50)},n.src=t,i.setTimeout(e.reject,2e4),e.promise}},function(t,e,n){var i,o=n(21),s=n(9),a=n(7),u=n(41),c=n(38),d=n(26),l=n(29),f="csptest";t.exports={inlineStyle:function(){var t=f+l.generate(),e=s.createElement("div"),n=s.createElement("style"),r="."+t+" { visibility: hidden; }";return!!s.body&&(void 0!==(i=d.asBoolean(u.val("widgets:csp"))?!1:i)||(e.style.display="none",o.add(e,t),n.type="text/css",n.appendChild(s.createTextNode(r)),s.body.appendChild(n),s.body.appendChild(e),i="hidden"===a.getComputedStyle(e).visibility,c(e),c(n)),i)}}},function(t,e,n){var c=n(7);t.exports=function(r,i,o){function s(){var t=o||this,e=arguments,n=+new Date;return c.clearTimeout(a),i<n-u?(u=n,void r.apply(t,e)):void(a=c.setTimeout(function(){s.apply(t,e)},i))}var a,u=0;return o=o||null,s}},function(t,e){t.exports=function(t){return{width:(t=t.getBoundingClientRect()).width,height:t.height}}},function(t,e,n){var r=n(70);t.exports=function(t){t.define("createElement",r),t.define("createFragment",r),t.define("htmlToElement",r),t.define("hasSelectedText",r),t.define("addRootClass",r),t.define("removeRootClass",r),t.define("hasRootClass",r),t.define("prependStyleSheet",r),t.define("appendStyleSheet",r),t.define("prependCss",r),t.define("appendCss",r),t.define("makeVisible",r),t.define("injectWidgetEl",r),t.define("matchHeightToContent",r),t.define("matchWidthToContent",r)}},function(t,e){t.exports=function(){throw new Error("unimplemented method")}},function(t,e,n){function i(t,e,n,r){var i=!f.isObject(t),o=!!e&&!f.isObject(e);i||o||(h&&h(arguments),s(l.formatClientEventNamespace(t),l.formatClientEventData(e,n,r),l.CLIENT_EVENT_ENDPOINT))}function s(t,e,n){var r;n&&f.isObject(t)&&f.isObject(e)&&(r=l.flattenClientEventPayload(t,e),e={l:l.stringify(r)},l.noticeSeen(t)&&(e.notice_seen=!0),r.dnt&&(e.dnt=1),o(d.url(n,e)))}function r(t,e,n,r){var i=!f.isObject(t),o=!!e&&!f.isObject(e);if(!i&&!o)return a(l.flattenClientEventPayload(l.formatClientEventNamespace(t),l.formatClientEventData(e,n,r)))}function a(t){return m.push(t),m}function u(t){return encodeURIComponent(t).length+3}function o(t){return(new Image).src=t}var c=n(46),d=n(25),l=n(50),f=n(12),h=n(18).get("scribeCallback"),p=2083,m=[],n=d.url(l.CLIENT_EVENT_ENDPOINT,{dnt:0,l:""}),v=encodeURIComponent(n).length;t.exports={_enqueueRawObject:a,scribe:s,clientEvent:i,clientEvent2:function(t,e,n){return i(t,e,n,2)},enqueueClientEvent:r,flushClientEvents:function(){var s;return 1<m.length&&r({page:"widgets_js",component:"scribe_pixel",action:"batch_log"},{}),s=m,m=[],s.reduce(function(n,t,e){var r=n.length,i=r&&n[r-1];return e+1==s.length&&t.event_namespace&&"batch_log"==t.event_namespace.action&&(t.message=["entries:"+e,"requests:"+r].join("/")),function o(t){return Array.isArray(t)||(t=[t]),t.reduce(function(t,e){var n=l.stringify(e),r=u(n);return v+r<p?t=t.concat(n):1<(e=l.splitLogEntry(e)).length&&(t=t.concat(o(e))),t},[])}(t).forEach(function(t){var e=u(t);(!i||i.urlLength+e>p)&&(i={urlLength:v,items:[]},n.push(i)),i.urlLength+=e,i.items.push(t)}),n},[]).map(function(t){t={l:t.items};return c.enabled()&&(t.dnt=1),o(d.url(l.CLIENT_EVENT_ENDPOINT,t))})},interaction:function(t,e,n,r){(t=l.extractTermsFromDOM(t.target||t.srcElement)).action=r||"click",i(t,e,n)}}},function(e,t,n){function r(t,e){this._inputsQueue=[],this._task=t,this._isPaused=!1,this._flushDelay=e&&e.flushDelay||100,this._pauseLength=e&&e.pauseLength||3e3,this._flushTimeout=void 0}var i=n(1),o=n(15);r.prototype.add=function(t){var e=new i;return this._inputsQueue.push({input:t,taskDoneDeferred:e}),this._scheduleFlush(),e.promise},r.prototype._scheduleFlush=function(){this._isPaused||(clearTimeout(this._flushTimeout),this._flushTimeout=setTimeout(o(this._flush,this),this._flushDelay))},r.prototype._flush=function(){try{this._task.call(null,this._inputsQueue)}catch(e){this._inputsQueue.forEach(function(t){t.taskDoneDeferred.reject(e)})}this._inputsQueue=[],this._flushTimeout=void 0},r.prototype.pause=function(t){clearTimeout(this._flushTimeout),this._isPaused=!0,!t&&this._pauseLength&&setTimeout(o(this.resume,this),this._pauseLength)},r.prototype.resume=function(){this._isPaused=!1,this._scheduleFlush()},e.exports=r},function(t,e,n){function r(e){return o.settingsLoaded().then(function(t){return t[e]})}function i(){return r("experiments")}var o=n(74);t.exports={isBucketed:function(){return r("isBucketed")},shouldObtainCookieConsent:function(){return r("shouldObtainCookieConsent")},getExperiments:i,getExperiment:function(e){return i().then(function(t){if(!t[e])throw new Error("Experiment not found");return t[e]})},getExperimentKeys:function(){return i().then(function(t){return Object.keys(t)})},load:function(){o.load()}}},function(t,e,n){function r(t){t=t||{is_bucketed:!1,should_obtain_cookie_consent:!0,experiments:{}};return new m(t.is_bucketed,t.should_obtain_cookie_consent,t.experiments)}var i,o=n(45),s=n(1),a=n(9),u=n(51),c=n(11),d=n(25),l=n(7),f=n(8),h=n(75),p=n(76),m=(n(10),n(77));t.exports={load:function(){var n,t;return i=new s,f.ie9()||f.ie10()||"http:"!==c.protocol&&"https:"!==c.protocol?void i.resolve(r()):(t={origin:c.origin},n=d.url(h.resourceBaseUrl+h.widgetIframeHtmlPath,t),t=function(t){var e;if(n.substr(0,t.origin.length)===t.origin)try{(e=u.parse(t.data)).namespace===p.settings&&i.resolve(r(e.settings))}catch(t){}},l.addEventListener("message",t),t=o({src:n},{display:"none"}),void a.body.appendChild(t))},settingsLoaded:function(){var e=new s;return i.promise.then(function(t){e.resolve(t)})["catch"](function(t){e.reject(t)}),e.promise}}},function(t,e){t.exports={tweetButtonHtmlPath:"/widgets/tweet_button.f47a2e0b4471326b6fa0f163bda46011.{{lang}}.html",followButtonHtmlPath:"/widgets/follow_button.f47a2e0b4471326b6fa0f163bda46011.{{lang}}.html",hubHtmlPath:"/widgets/hub.html",widgetIframeHtmlPath:"/widgets/widget_iframe.f47a2e0b4471326b6fa0f163bda46011.html",resourceBaseUrl:"https://platform.twitter.com"}},function(t,e){t.exports={settings:"twttr.settings"}},function(t,e){t.exports=function(t,e,n){this.isBucketed=t,this.shouldObtainCookieConsent=e,this.experiments=n||{}}},function(t,e,n){t.exports=[n(79),n(112),n(127),n(162),n(173),n(179),n(224),n(243),n(248)]},function(t,e,n){var c=n(25),d=n(26),l=n(12),f=n(80),r=n(82)(),h=n(85);t.exports=function(t){return r(t,"a.twitter-dm-button").map(function(t){return h((n=(e=t).getAttribute("data-show-screen-name"),r=f(e),i=e.getAttribute("href"),o=e.getAttribute("data-screen-name"),s=n?d.asBoolean(n):null,a=e.getAttribute("data-size"),n=(u=c.decodeURL(i)).recipient_id,i=e.getAttribute("data-text")||u.text,u=e.getAttribute("data-welcome-message-id")||u.welcomeMessageId,l.aug(r,{screenName:o,showScreenName:s,size:a,text:i,userId:n,welcomeMessageId:u})),t.parentNode,t);var e,n,r,i,o,s,a,u})}},function(t,e,n){var i=n(46),o=n(26),s=n(25),a=n(12),u=n(81);t.exports=function(t){var r=(e=t.href&&t.href.split("?")[1])?s.decode(e):{},e={lang:u(t),width:t.getAttribute("data-width")||t.getAttribute("width"),height:t.getAttribute("data-height")||t.getAttribute("height"),related:t.getAttribute("data-related"),partner:t.getAttribute("data-partner")};return o.asBoolean(t.getAttribute("data-dnt"))&&i.setOn(),a.forIn(e,function(t,e){var n=r[t];r[t]=o.hasValue(n)?n:e}),a.compact(r)}},function(t,e,n){var r=n(12);t.exports=function i(t){var e;if(t)return e=t.lang||t.getAttribute("data-lang"),r.isType("string",e)?e:i(t.parentElement)}},function(t,e,n){var r=n(83),i=n(29);t.exports=function(){var n="data-twitter-extracted-"+i.generate();return function(t,e){return r(t,e).filter(function(t){return!t.hasAttribute(n)}).map(function(t){return t.setAttribute(n,"true"),t})}}},function(t,e,n){var r=n(12),i=n(84);t.exports=function(t,e){return i(t,e)?[t]:r.toRealArray(t.querySelectorAll(e))}},function(t,e,n){var n=n(7).HTMLElement,r=n.prototype.matches||n.prototype.matchesSelector||n.prototype.webkitMatchesSelector||n.prototype.mozMatchesSelector||n.prototype.msMatchesSelector||n.prototype.oMatchesSelector;t.exports=function(t,e){if(r)return r.call(t,e)}},function(t,e,n){var r=n(86),i=n(87),o=n(108);t.exports=function(t,e,n){return new r(i,o,"twitter-dm-button",t,e,n)}},function(t,e){function n(t,e,n,r,i,o){this.factory=t,this.Sandbox=e,this.srcEl=o,this.targetEl=i,this.parameters=r,this.className=n}n.prototype.destroy=function(){this.srcEl=this.targetEl=null},t.exports=n},function(t,e,s){var n=s(1);t.exports=function(r,i){var o=new n;return s.e(1,function(t,e){var n;if(t)return o.reject(t);try{n=s(88),o.resolve(new n(r,i))}catch(r){o.reject(r)}}),o.promise}},,function(t,e,n){var r=n(55),i=n(90),n=n(15);(r=Object.create(r)).build=n(r.build,null,i),t.exports=r},function(t,e,n){function r(){i.apply(this,arguments),this.Widget=this.Component}var i=n(59),o=n(12),n=n(91);r.prototype=Object.create(i.prototype),o.aug(r.prototype,{factory:n,build:function(){return i.prototype.build.apply(this,arguments)},selectors:function(t){var e=this.Widget.prototype.selectors;this.Widget.prototype.selectors=o.aug({},t=t||{},e)}}),t.exports=r},function(t,e,n){var r=n(2),o=n(20),i=n(61),s=n(12),a=n(15),u=n(92);t.exports=function(){function t(t,e){n.apply(this,arguments),this.id="twitter-widget-"+u(),this.sandbox=e}var n=i();return t.prototype=Object.create(n.prototype),s.aug(t.prototype,{selectors:{},hydrate:function(){return r.resolve()},prepForInsertion:function(){},render:function(){return r.resolve()},show:function(){return r.resolve()},resize:function(){return r.resolve()},select:function(t,e){return 1===arguments.length&&(e=t,t=this.el),t?(e=this.selectors[e]||e,s.toRealArray(t.querySelectorAll(e))):[]},selectOne:function(){return this.select.apply(this,arguments)[0]},selectLast:function(){return this.select.apply(this,arguments).pop()},on:function(t,e,n){var r,i=this.el;this.el&&(t=(t||"").split(/\s+/),2===arguments.length?n=e:r=e,r=this.selectors[r]||r,n=a(n,this),t.forEach(r?function(t){o.delegate(i,t,r,n)}:function(t){i.addEventListener(t,n,!1)}))}}),t}},function(t,e){var n=0;t.exports=function(){return String(n++)}},,function(t,e,n){function r(t,e,n){return n="dark"===n?"dark":"light",e=i.isRtlLang(e)?"rtl":"ltr",e=[t,o.css,n,e,"css"].join("."),a.resourceBaseUrl+"/css/"+e}var i=n(95),o=n(98),s=n(15),a=n(75);t.exports={dmButton:function(){return a.resourceBaseUrl+"/css/"+["dm_button",o.css,"css"].join(".")},tweet:s(r,null,"tweet"),timeline:s(r,null,"timeline"),video:s(r,null,"video"),moment:s(r,null,"moment"),grid:s(r,null,"grid"),periscopeOnAir:function(){return a.resourceBaseUrl+"/css/"+["periscope_on_air",o.css,"css"].join(".")}}},function(t,e,n){var r=n(12),i=n(96),o=["ar","fa","he","ur"];t.exports={isRtlLang:function(t){return t=String(t).toLowerCase(),r.contains(o,t)},matchLanguage:function(t){return t=(t=(t||"").toLowerCase()).replace("_","-"),i(t)?t:(t=t.replace(/-.*/,""),i(t)?t:"en")}}},function(t,e,n){var r=n(12),i=n(97);t.exports=function(t){return"en"===t||r.contains(i,t)}},function(t,e){t.exports=["hi","zh-cn","fr","zh-tw","msa","fil","fi","sv","pl","ja","ko","de","it","pt","es","ru","id","tr","da","no","nl","hu","fa","ar","ur","he","th","cs","uk","vi","ro","bn","el","en-gb","gu","kn","mr","ta","bg","ca","hr","sr","sk"]},function(t,e){t.exports={css:"529166ecfeb05abf3ee5afe0a8c349a4"}},,function(t,e,n){var r=n(101),i=n(24),o="data-url-ref-attrs-injected";t.exports=function(t){t.define("injectRefUrlParams",function(t){t.getAttribute(o)||(t.setAttribute(o,!0),t.href=r(t.href))}),t.after("render",function(){this.on("click","A",function(t,e){i.isTwitterURL(e.href)&&this.injectRefUrlParams(e)})})}},function(t,e,n){var r=n(25),i=n(47);t.exports=function(t){return r.url(t,{ref_src:"twsrc^tfw",ref_url:i.rootDocumentLocation()})}},function(t,e,n){var r=n(42),i=n(50),o=n(47),s=n(12),a=n(15),u=n(41),c=n(26),d=n(103);t.exports=function(t){t.params({partner:{fallback:a(u.val,u,"partner")}}),t.define("scribeItems",function(){return{}}),t.define("scribeNamespace",function(){return{client:"tfw"}}),t.define("scribeData",function(){return{widget_origin:o.rootDocumentLocation(),widget_frame:o.isFramed()&&o.currentDocumentLocation(),widget_partner:this.params.partner,widget_site_screen_name:d(u.val("site")),widget_site_user_id:c.asNumber(u.val("site:id")),widget_creator_screen_name:d(u.val("creator")),widget_creator_user_id:c.asNumber(u.val("creator:id"))}}),t.define("scribe",function(t,e,n){t=s.aug(this.scribeNamespace(),t||{}),e=s.aug(this.scribeData(),e||{}),r.scribe(t,e,!1,n)}),t.define("scribeInteraction",function(t,e,n){var r=i.extractTermsFromDOM(t.target);r.action=t.type,"url"===r.element&&(r.element=i.clickEventElement(t.target)),this.scribe(r,e,n)})}},function(t,e){t.exports=function(t){return t&&"@"===t[0]?t.substr(1):t}},,function(t,e,n){var r=n(22),i=n(89),o=n(106);t.exports=i.couple(n(102),function(t){t.selectors({tweetIdInfo:".js-tweetIdInfo"}),t.define("scribeClickInteraction",function(t,e){e=r.closest(this.selectors.tweetIdInfo,e,this.el);this.scribeInteraction(t,function(t){if(t)return t=o([t]),{item_ids:Object.keys(t),item_details:t}}(e))}),t.after("render",function(){this.on("click","A",this.scribeClickInteraction),this.on("click","BUTTON",this.scribeClickInteraction)})})},function(t,e,n){var r=n(107);t.exports=function(t){return t?(t=Array.isArray(t)?t:[t]).reduce(function(t,e){var n=e.getAttribute("data-tweet-id"),e=e.getAttribute("data-rendered-tweet-id")||n;return n===e?t[e]={item_type:r.TWEET}:n&&(t[e]={item_type:r.RETWEET,target_type:r.TWEET,target_id:n}),t},{}):{}}},function(t,e){t.exports={TWEET:0,RETWEET:10,CUSTOM_TIMELINE:17,LIVE_VIDEO_EVENT:28}},function(t,e,n){var r=n(109),n=n(53);t.exports=r.isSupported()?r:n},function(t,e,n){var r=n(54),n=n(110);t.exports=r.build([n])},function(t,e,n){var r=n(111),i=n(7),o=n(21),a=n(20),u=n(36),s=n(64),c=n(54),d=n(65),l=n(66),f=n(8),h=n(68),p=n(15),m=n(67),v=n(2),g=n(12),w={position:"absolute",visibility:"hidden",display:"block",transform:"rotate(0deg)"},y={position:"static",visibility:"visible"};t.exports=c.couple(n(69),function(t){t.defineStatic("isSupported",function(){return!!i.HTMLElement.prototype.createShadowRoot&&l.inlineStyle()&&!f.android()}),t.overrideProperty("id",{get:function(){return this.sandboxEl&&this.sandboxEl.id}}),t.overrideProperty("initialized",{get:function(){return!!this._shadowHost}}),t.overrideProperty("width",{get:function(){return this._width}}),t.overrideProperty("height",{get:function(){return this._height}}),t.overrideProperty("sandboxEl",{get:function(){return this._shadowHost}}),t.define("_updateCachedDimensions",function(){var n=this;return u.read(function(){var t,e=h(n.sandboxEl);"visible"==n.sandboxEl.style.visibility?n._width=e.width:(t=h(n.sandboxEl.parentElement).width,n._width=Math.min(e.width,t)),n._height=e.height})}),t.define("_didResize",function(){var e=this,t=this._resizeHandlers.slice(0);return this._updateCachedDimensions().then(function(){t.forEach(function(t){t(e)})})}),t.override("createElement",function(t){return this.targetGlobal.document.createElement(t)}),t.override("createFragment",function(){return this.targetGlobal.document.createDocumentFragment()}),t.override("htmlToElement",function(t){var e=this.createElement("div");return e.innerHTML=t,e.firstElementChild}),t.override("hasSelectedText",function(){return!!s.getSelectedText(this.targetGlobal)}),t.override("addRootClass",function(t){var e=this._shadowRootBody;return t=Array.isArray(t)?t:[t],this.initialized?u.write(function(){t.forEach(function(t){o.add(e,t)})}):v.reject(new Error("sandbox not initialized"))}),t.override("removeRootClass",function(t){var e=this._shadowRootBody;return t=Array.isArray(t)?t:[t],this.initialized?u.write(function(){t.forEach(function(t){o.remove(e,t)})}):v.reject(new Error("sandbox not initialized"))}),t.override("hasRootClass",function(t){return o.present(this._shadowRootBody,t)}),t.override("addStyleSheet",function(t,e){return this.addCss('@import url("'+t+'");',e).then(function(){return d(t)})}),t.override("prependStyleSheet",function(t){var n=this._shadowRoot;return this.addStyleSheet(t,function(t){var e=n.firstElementChild;return e?n.insertBefore(t,e):n.appendChild(t)})}),t.override("appendStyleSheet",function(t){var e=this._shadowRoot;return this.addStyleSheet(t,function(t){return e.appendChild(t)})}),t.override("addCss",function(t,e){var n;return this.initialized?l.inlineStyle()?((n=this.createElement("style")).type="text/css",n.appendChild(this.targetGlobal.document.createTextNode(t)),u.write(p(e,null,n))):v.resolve():v.reject(new Error("sandbox not initialized"))}),t.override("prependCss",function(t){var n=this._shadowRoot;return this.addCss(t,function(t){var e=n.firstElementChild;return e?n.insertBefore(t,e):n.appendChild(t)})}),t.override("appendCss",function(t){var e=this._shadowRoot;return this.addCss(t,function(t){return e.appendChild(t)})}),t.override("makeVisible",function(){return this.styleSelf(y)}),t.override("injectWidgetEl",function(t){var e=this;return this.initialized?this._shadowRootBody.firstElementChild?v.reject(new Error("widget already injected")):u.write(function(){e._shadowRootBody.appendChild(t)}).then(function(){return e._updateCachedDimensions()}).then(function(){var t=m(e._didResize,50,e);new r(e._shadowRootBody,t)}):v.reject(new Error("sandbox not initialized"))}),t.override("matchHeightToContent",function(){return v.resolve()}),t.override("matchWidthToContent",function(){return v.resolve()}),t.override("insert",function(t,e,n,r){var i=this.targetGlobal.document,o=this._shadowHost=i.createElement("twitterwidget"),s=this._shadowRoot=o.createShadowRoot(),i=this._shadowRootBody=i.createElement("div");return g.forIn(e||{},function(t,e){o.setAttribute(t,e)}),o.id=t,s.appendChild(i),a.delegate(i,"click","A",function(t,e){e.hasAttribute("target")||e.setAttribute("target","_blank")}),v.all([this.styleSelf(w),this.addRootClass("SandboxRoot"),this.prependCss(".SandboxRoot { display: none; }"),u.write(r.bind(null,o))])}),t.override("onResize",function(t){this._resizeHandlers.push(t)}),t.after("initialize",function(){this._shadowHost=this._shadowRoot=this._shadowRootBody=null,this._width=this._height=0,this._resizeHandlers=[]}),t.after("styleSelf",function(){return this._updateCachedDimensions()})})},function(t,e){var a;(a=function(n,t){function c(){var t,e;this.q=[],this.add=function(t){this.q.push(t)},this.call=function(){for(t=0,e=this.q.length;t<e;t++)this.q[t].call()}}function e(t,e){if(t.resizedAttached){if(t.resizedAttached)return t.resizedAttached.add(e),0}else t.resizedAttached=new c,t.resizedAttached.add(e);t.resizeSensor=document.createElement("div"),t.resizeSensor.className="resize-sensor";var n="position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; z-index: -1; visibility: hidden;",e="position: absolute; left: 0; top: 0; transition: 0s;";t.resizeSensor.style.cssText=n,t.resizeSensor.innerHTML='<div class="resize-sensor-expand" style="'+n+'"><div style="'+e+'"></div></div><div class="resize-sensor-shrink" style="'+n+'"><div style="'+e+' width: 200%; height: 200%"></div></div>',t.appendChild(t.resizeSensor),{fixed:1,absolute:1}[n="position",(e=t).currentStyle?e.currentStyle[n]:window.getComputedStyle?window.getComputedStyle(e,null).getPropertyValue(n):e.style[n]]||(t.style.position="relative");var r,i,o=t.resizeSensor.childNodes[0],s=o.childNodes[0],a=t.resizeSensor.childNodes[1],u=(a.childNodes[0],function(){s.style.width=o.offsetWidth+10+"px",s.style.height=o.offsetHeight+10+"px",o.scrollLeft=o.scrollWidth,o.scrollTop=o.scrollHeight,a.scrollLeft=a.scrollWidth,a.scrollTop=a.scrollHeight,r=t.offsetWidth,i=t.offsetHeight});u();n=function(t,e,n){t.attachEvent?t.attachEvent("on"+e,n):t.addEventListener(e,n)},e=function(){t.offsetWidth==r&&t.offsetHeight==i||t.resizedAttached&&t.resizedAttached.call(),u()};n(o,"scroll",e),n(a,"scroll",e)}var r=Object.prototype.toString.call(n),i="[object Array]"===r||"[object NodeList]"===r||"[object HTMLCollection]"===r||"undefined"!=typeof jQuery&&n instanceof jQuery||"undefined"!=typeof Elements&&n instanceof Elements;if(i)for(var o=0,s=n.length;o<s;o++)e(n[o],t);else e(n,t);this.detach=function(){if(i)for(var t=0,e=n.length;t<e;t++)a.detach(n[t]);else a.detach(n)}}).detach=function(t){t.resizeSensor&&(t.removeChild(t.resizeSensor),delete t.resizeSensor,delete t.resizedAttached)},void 0!==t&&"undefined"!=typeof t.exports?t.exports=a:window.ResizeSensor=a},function(t,e,n){var i=n(24),o=n(12),s=n(80),r=n(82)(),a=n(113),u=n(26);t.exports=function(t){return r(t,"a.twitter-follow-button").map(function(t){return a((r=s(e=t),e={screenName:i.screenName(e.href),showScreenName:"false"!==e.getAttribute("data-show-screen-name"),showCount:"false"!==e.getAttribute("data-show-count"),size:e.getAttribute("data-size"),count:e.getAttribute("data-count"),preview:e.getAttribute("data-preview")},o.forIn(e,function(t,e){var n=r[t];r[t]=u.hasValue(n)?n:e}),r.screenName=r.screenName||r.screen_name,r),t.parentNode,t);var e,r})}},function(t,e,n){var r=n(86),i=n(114),o=n(119);t.exports=function(t,e,n){return new r(i,o,"twitter-follow-button",t,e,n)}},function(t,e,s){var n=s(1);t.exports=function(r,i){var o=new n;return s.e(2,function(t,e){var n;if(t)return o.reject(t);try{n=s(115),o.resolve(new n(r,i))}catch(r){o.reject(r)}}),o.promise}},,,,function(t,e,n){var r=n(26),i=n(12);t.exports=function(t){t.define("widgetDataAttributes",function(){return{}}),t.define("setDataAttributes",function(){var n=this.sandbox.sandboxEl;i.forIn(this.widgetDataAttributes(),function(t,e){r.hasValue(e)&&n.setAttribute("data-"+t,e)})}),t.after("render",function(){this.setDataAttributes()})}},function(t,e,n){var r=n(54),n=n(120);t.exports=r.build([n])},function(t,e,n){var o=n(36),r=n(121),s=n(126),a=n(45),i=n(1),u=n(2),c=n(15),d=n(12),l={position:"absolute",visibility:"hidden",width:"0px",height:"0px"},f={position:"static",visibility:"visible"},h={};r(function(t,e,n){var r=h[t];if(r)return r.styleSelf({width:(e=e||1)+"px",height:(n=n||1)+"px"}).then(function(){r.didResize()})}),t.exports=function(t){t.overrideProperty("id",{get:function(){return this.sandboxEl&&this.sandboxEl.id}}),t.overrideProperty("initialized",{get:function(){return!!this.iframeEl}}),t.overrideProperty("width",{get:function(){return this._width}}),t.overrideProperty("height",{get:function(){return this._height}}),t.overrideProperty("sandboxEl",{get:function(){return this.iframeEl}}),t.defineProperty("iframeEl",{get:function(){return this._iframe}}),t.define("updateCachedDimensions",function(){var t=this;return this.initialized?o.read(function(){t._width=t.sandboxEl.offsetWidth,t._height=t.sandboxEl.offsetHeight}):u.resolve()}),t.define("setTitle",function(t){this.iframeEl.title=t}),t.define("makeVisible",function(){return this.styleSelf(f)}),t.define("didResize",function(){var e=this,t=0<e._resizeHandlers.length;return this.updateCachedDimensions().then(function(){t&&e._resizeHandlers.forEach(function(t){t(e)})})}),t.define("loadDocument",function(t){var e=new i;return this.initialized?this.iframeEl.src?u.reject(new Error("widget already loaded")):(this.iframeEl.addEventListener("load",e.resolve,!1),this.iframeEl.addEventListener("error",e.reject,!1),this.iframeEl.src=t,e.promise):u.reject(new Error("sandbox not initialized"))}),t.after("initialize",function(){this._iframe=null,this._width=this._height=0,this._resizeHandlers=[]}),t.override("insert",function(t,e,n,r){var i=this;return e=d.aug({id:t},e),n=d.aug({},l,n),this._iframe=a(e,n),(h[t]=this).onResize(s(function(){i.makeVisible()})),o.write(c(r,null,this._iframe))}),t.override("onResize",function(t){this._resizeHandlers.push(t)}),t.after("styleSelf",function(){return this.updateCachedDimensions()})}},function(t,e,n){var i=n(7),o=n(122),s=n(124),a=n(30),u=n(26),c=n(125);t.exports=function(r){(new o).attachReceiver(new s.Receiver(i,"twttr.button")).bind("twttr.private.trigger",function(t,e){var n=c(this);a.trigger(t,{target:n,region:e,type:t,data:{}})}).bind("twttr.private.resizeButton",function(t){var e=c(this),n=e&&e.id,e=u.asInt(t.width),t=u.asInt(t.height);n&&void 0!==e&&void 0!==t&&r(n,e,t)})}},function(t,e,n){function r(t){this.registry=t||{}}function o(t){var e=c.isType("string",t),n=c.isType("number",t);return e||n||null===t}function s(t,e){return{jsonrpc:f,id:o(t)?t:null,error:e}}var a=n(51),u=n(123),c=n(12),d=n(2),l=n(33),f="2.0";r.prototype._invoke=function(t,e){var n,r=this.registry[t.method],i=t.params||[];i=c.isType("array",i)?i:[i];try{n=r.apply(e.source||null,i)}catch(t){n=d.reject(t.message)}return l.isPromise(n)?n:d.resolve(n)},r.prototype._processRequest=function(n,t){var e,r,i;return e=n,c.isObject(e)&&(r=e.jsonrpc===f,i=c.isType("string",e.method),e=!("id"in e)||o(e.id),r&&i&&e)?(t="params"in n&&(e=n.params,!c.isObject(e)||c.isType("function",e))?d.resolve(s(n.id,u.INVALID_PARAMS)):this.registry[n.method]?this._invoke(n,{source:t}).then(function(t){return e=n.id,{jsonrpc:f,id:e,result:t};var e},function(){return s(n.id,u.INTERNAL_ERROR)}):d.resolve(s(n.id,u.METHOD_NOT_FOUND)),null!=n.id?t:d.resolve()):d.resolve(s(n.id,u.INVALID_REQUEST))},r.prototype.attachReceiver=function(t){return t.attachTo(this),this},r.prototype.bind=function(t,e){return this.registry[t]=e,this},r.prototype.receive=function(t,e){var n,r,i=this;try{r=t,t=c.isType("string",r)?a.parse(r):r}catch(t){return d.resolve(s(null,u.PARSE_ERROR))}return e=e||null,r=c.isType("array",t),n=(r?t:[t]).map(function(t){return i._processRequest(t,e)}),r?d.all(n).then(function(t){return(t=t.filter(function(t){return void 0!==t})).length?t:void 0}):n[0]},t.exports=r},function(t,e){t.exports={PARSE_ERROR:{code:-32700,message:"Parse error"},INVALID_REQUEST:{code:-32600,message:"Invalid Request"},INVALID_PARAMS:{code:-32602,message:"Invalid params"},METHOD_NOT_FOUND:{code:-32601,message:"Method not found"},INTERNAL_ERROR:{code:-32603,message:"Internal error"}}},function(t,e,n){function r(t,e,n){var r;t&&t.postMessage&&(v?r=(n||"")+d.stringify(e):n?(r={})[n]=e:r=e,t.postMessage(r,"*"))}function i(t){return h.isType("string",t)?t:"JSONRPC"}function o(t,e){return e?h.isType("string",t)&&0===t.indexOf(e)?t.substring(e.length):t[e]||void 0:t}function s(t,e){var n=t.document;this.filter=i(e),this.server=null,this.isTwitterFrame=p.isTwitterURL(n.location.href),t.addEventListener("message",m(this._onMessage,this),!1)}function a(t,e){this.pending={},this.target=t,this.isTwitterHost=p.isTwitterURL(u.href),this.filter=i(e),c.addEventListener("message",m(this._onMessage,this),!1)}var u=n(11),c=n(7),d=n(51),l=n(1),f=n(8),h=n(12),p=n(24),m=n(15),v=f.ie9();h.aug(s.prototype,{_onMessage:function(e){var t,n=this;this.server&&(this.isTwitterFrame&&!p.isTwitterURL(e.origin)||(t=o(e.data,this.filter))&&this.server.receive(t,e.source).then(function(t){t&&r(e.source,t,n.filter)}))},attachTo:function(t){this.server=t},detach:function(){this.server=null}}),h.aug(a.prototype,{_processResponse:function(t){var e=this.pending[t.id];e&&(e.resolve(t),delete this.pending[t.id])},_onMessage:function(t){var e;if((!this.isTwitterHost||p.isTwitterURL(t.origin))&&(e=o(t.data,this.filter))){if(h.isType("string",e))try{e=d.parse(e)}catch(t){return}(e=h.isType("array",e)?e:[e]).forEach(m(this._processResponse,this))}},send:function(t){var e=new l;return t.id?this.pending[t.id]=e:e.resolve(),r(this.target,t,this.filter),e.promise}}),t.exports={Receiver:s,Dispatcher:a,_stringifyPayload:function(t){return v=0<arguments.length?!!t:v}}},function(t,e,n){var i=n(9);t.exports=function(t){for(var e,n=i.getElementsByTagName("iframe"),r=0;n[r];r++)if((e=n[r]).contentWindow===t)return e}},function(t,e){t.exports=function(t){var e,n=!1;return function(){return n?e:(n=!0,e=t.apply(this,arguments))}}},function(t,e,n){var i=n(26),o=n(12),s=n(24),a=n(80),r=n(82)(),u=n(128);t.exports=function(t){return r(t,"a.twitter-grid").map(function(t){return u((r=a(e=t),e={collectionId:s.collectionId(e.href),chrome:e.getAttribute("data-chrome"),limit:e.getAttribute("data-limit")},o.forIn(e,function(t,e){var n=r[t];r[t]=i.hasValue(n)?n:e}),r),t.parentNode,t);var e,r})}},function(t,e,n){var r=n(86),i=n(129),o=n(53);t.exports=function(t,e,n){return new r(i,o,"twitter-grid",t,e,n)}},function(t,e,s){var n=s(1);t.exports=function(r,i){var o=new n;return s.e(3,function(t,e){var n;if(t)return o.reject(t);try{n=s(130),o.resolve(new n(r,i))}catch(r){o.reject(r)}}),o.promise}},,,,function(t,e,n){var a=n(9),u=n(18),c=n(1),d=n(12),l=n(25),f="cb",h=0;t.exports={fetch:function(t,e,n,r){var i,o,s;return r=function(t){if(t)return t.replace(/[^\w$]/g,"_")}(r||f+h++),i=u.fullPath(["callbacks",r]),o=a.createElement("script"),s=new c,e=d.aug({},e,{callback:i,suppress_response_codes:!0}),u.set(["callbacks",r],function(t){var e=n(t||!1);t=e.resp,e.success?s.resolve(t):s.reject(t),o.onload=o.onreadystatechange=null,o.parentNode&&o.parentNode.removeChild(o),u.unset(["callbacks",r])}),o.onerror=function(){s.reject(new Error("failed to fetch "+o.src))},o.src=l.url(t,e),o["async"]="async",a.body.appendChild(o),s.promise}}},function(t,e,n){var r=n(10);t.exports=function(t){var e=t.headers&&t.headers.status;return!(e=t&&!t.error&&200===e)&&t.headers&&t.headers.message&&r.warn(t.headers.message),{success:e,resp:t}}},function(t,e){t.exports={getTimezoneOffset:function(){var t=(new Date).toString().match(/(GMT[+-]?\d+)/);return t&&t[0]||"GMT"}}},function(t,e){t.exports=function(){return Math.floor(+new Date/9e5)}},function(t,e,n){function r(t,e){var r=[t];return e.forEach(function(t){var e,n;r.push((n=((e=t)||"").toString(),t="/"===n.slice(0,1)?1:0,e="/"===n.slice(-1)?-1:void 0,n.slice(t,e)))}),r.join("/")}var i=n(18),o="https://cdn.syndication.twimg.com",s="https://syndication.twitter.com",a=function(){return i.get("backendHost")||o},u=function(){return i.get("settingsSvcHost")||s};t.exports={cookieConsent:function(t){return(t=t||[]).unshift("cookie/consent"),r(u(),t)},disableCDN:function(){i.init("backendHost",s)},enableCDN:function(){i.unset("backendHost",s)},eventVideo:function(t){return(t=t||[]).unshift("video/event"),r(a(),t)},grid:function(t){return(t=t||[]).unshift("grid/collection"),r(a(),t)},moment:function(t){return(t=t||[]).unshift("moments"),r(a(),t)},settings:function(t){return(t=t||[]).unshift("settings"),r(u(),t)},timeline:function(t){return(t=t||[]).unshift("timeline"),r(a(),t)},timelinePreconfigured:function(t){return(t=t||[]).unshift("widgets/timelines"),r(a(),t)},tweetBatch:function(t){return(t=t||[]).unshift("tweets.json"),r(a(),t)},video:function(t){return(t=t||[]).unshift("widgets/video"),r(a(),t)}}},function(t,e,n){var r=n(9),i=n(26),o=r.createElement("div");t.exports=function(t){return i.isNumber(t)&&(t+="px"),o.style.width="",o.style.width=t,o.style.width||null}},function(t,e,n){var r=n(36),i=n(140);t.exports=function(t){t.after("prepForInsertion",function(t){i.sizeIframes(t,this.sandbox.width,375,r.sync)}),t.after("resize",function(){i.sizeIframes(this.el,this.sandbox.width,375,r.write)})}},function(t,e,n){function r(t,e){(t.getAttribute("data-image")?i:o)(t,e)}function a(t){t=t.split(" ");this.url=decodeURIComponent(t[0].trim()),this.width=+t[1].replace(/w$/,"").trim()}function i(t,e){var n=m.decodeURL(t.src).name,r=n&&v(C,function(t){if(A[t]===n)return t}),i=u(e)||680;i<=r||(e=t.getAttribute("data-image"),r=v(C,function(t){if(i<=t)return t})||4096,t.src=m.url(e,{format:"jpg",name:A[r]}))}function u(t){return f.devicePixelRatio?t*f.devicePixelRatio:t}function o(t,e){var n=t.getAttribute("data-srcset"),r=t.src;n&&(r=function(t,e,n){var r,i,o=u(t),s=e.split(",").map(function(t){return new a(t.trim())});if(n)for(i=0;i<s.length;i++)s[i].url===n&&(r=s[i]);return e=s.reduce(function(t,e){return e.width<t.width&&e.width>=o?e:t},s[0]),r&&r.width>e.width?r:e}(e,n,r),t.src=r.url)}function s(t,e,n){t&&(h.toRealArray(t.querySelectorAll(".NaturalImage-image")).forEach(function(t){n(function(){r(t,e)})}),h.toRealArray(t.querySelectorAll(".CroppedImage-image")).forEach(function(t){n(function(){r(t,e/2)})}),h.toRealArray(t.querySelectorAll("img.autosized-media")).forEach(function(t){n(function(){r(t,e),t.removeAttribute("width"),t.removeAttribute("height")})}))}function c(t,n,r,i){t&&h.toRealArray(t.querySelectorAll("iframe.autosized-media, .wvp-player-container")).forEach(function(t){var e=d(t.getAttribute("data-width"),t.getAttribute("data-height"),w.effectiveWidth(t.parentElement)||n,r);i(function(){t.setAttribute("width",e.width),t.setAttribute("height",e.height),y.present(t,"wvp-player-container")?(t.style.width=e.width,t.style.height=e.height):(t.width=e.width,t.height=e.height)})})}function d(t,e,n,r,i,o){return r=r||e,(n=n||t)<t&&(e*=n/t,t=n),r<e&&(t*=r/e,e=r),t<(i=i||0)&&(e*=i/t,t=i),e<(o=o||0)&&(t*=o/e,e=o),{width:Math.floor(t),height:Math.floor(e)}}function l(t,e,n,r){h.toRealArray(t.querySelectorAll(e)).forEach(function(t){var e=t.getAttribute("style")||t.getAttribute("data-style"),e=r.test(e)&&RegExp.$1;e&&(t.setAttribute("data-csp-fix",!0),t.style[n]=e)})}var f=n(7),h=n(12),p=n(66),m=n(25),v=n(141),g=n(8),w=n(142),y=n(21),b=/max-width:\s*([\d.]+px)/,_=/top:\s*(-?[\d.]+%)/,E=/left:\s*(-?[\d.]+%)/,x=/padding-bottom:\s*([\d.]+%)/,A={64:"tiny",120:"120x120",240:"240x240",360:"360x360",680:"small",900:"900x900",1200:"medium",2048:"large",4096:"4096x4096"},C=Object.keys(A).sort(function(t,e){return t-e});t.exports={scaleDimensions:d,retinize:function(t,r){r=void 0!==r?!!r:g.retina(),h.toRealArray(t.getElementsByTagName("IMG")).forEach(function(t){var e=t.getAttribute("data-src-1x")||t.getAttribute("src"),n=t.getAttribute("data-src-2x");r&&n?t.src=n:e&&(t.src=e)})},setSrcForImgs:s,sizeIframes:c,constrainMedia:function(t,e,n,r){s(t,e,r),c(t,e,n,r)},fixMediaCardLayout:function(t){p.inlineStyle()||(l(t,".MediaCard-widthConstraint","maxWidth",b),l(t,".MediaCard-mediaContainer","paddingBottom",x),l(t,".CroppedImage-image","top",_),l(t,".CroppedImage-image","left",E))},__setSrcFromSet:o,__setSrcFromImage:i,__setImageSrc:r}},function(t,e){t.exports=function(t,e,n){for(var r,i=0;i<t.length;i++)if(r=e.call(n,t[i],i,t))return r}},function(t,e){t.exports={effectiveWidth:function n(t){return t&&1===t.nodeType?t.offsetWidth||n(t.parentNode):0}}},function(t,e,n){function r(n){var t=(n.getAttribute("data-style")||"").split(";").reduce(function(t,e){var n;return s.test(e.trim())&&(n=RegExp.$1,e=RegExp.$2,t[n.replace(/-(.)/g,function(t,e){return e.toUpperCase()})]=e),t},{});0!==Object.keys(t).length&&(n.setAttribute("data-csp-fix","true"),o.forIn(t,function(t,e){n.style[t]=e}))}var i=n(66),o=(n(10),n(12)),s=/^([a-zA-Z-]+):\s*(.+)$/;t.exports=function(t){t.selectors({cspForcedStyle:".js-cspForcedStyle"}),t.after("prepForInsertion",function(t){i.inlineStyle()||this.select(t,"cspForcedStyle").forEach(r)})}},function(t,e,n){var r=n(140);t.exports=function(t){t.after("prepForInsertion",function(t){r.retinize(t)})}},function(t,e,n){var r=n(36),i=n(140);t.exports=function(t){t.after("prepForInsertion",function(t){i.setSrcForImgs(t,this.sandbox.width,r.sync)}),t.after("resize",function(){i.setSrcForImgs(this.el,this.sandbox.width,r.write)})}},function(t,e){t.exports=function(t){t.after("render",function(){var t=this.el.getAttribute("data-iframe-title");t&&this.sandbox.setTitle&&this.sandbox.setTitle(t)})}},function(t,e,n){function r(t){return t.every(s.isInt)}function i(t){t=t.map(function(t){return{size:+t,className:a+t}}).sort(function(t,e){return t.size-e.size});return t.unshift({size:0,className:u}),t}var o=n(2),s=n(26),a="env-bp-",u=a+"min";t.exports=function(t){t.params({breakpoints:{required:!0,validate:r,transform:i}}),t.define("getClassForWidth",function(t){for(var e,n,r=this.params.breakpoints.length-1;0<=r;r--)if(t>(n=this.params.breakpoints[r]).size){e=n.className;break}return e}),t.after("initialize",function(){this.allBreakpoints=this.params.breakpoints.map(function(t){return t.className})}),t.define("recalculateBreakpoints",function(){var t=this.getClassForWidth(this.sandbox.width);return t&&this.sandbox.hasRootClass(t)?o.resolve():o.all([this.sandbox.removeRootClass(this.allBreakpoints),this.sandbox.addRootClass(t)])}),t.after("render",function(){return this.recalculateBreakpoints()}),t.after("resize",function(){return this.recalculateBreakpoints()})}},,function(t,e,n){function o(t,e){e={scribeContext:(e=e||{}).scribeContext||{client:"tfw"},languageCode:e.languageCode,hideControls:e.hideControls||!1,addTwitterBranding:e.addBranding||!1,widgetOrigin:e.widgetOrigin,borderRadius:e.borderRadius};if(0<(t=r(t,".wvp-player-container")).length)return i&&a.setBaseUrl(i),{element:t[0],options:e}}var s=n(1),r=n(83),a=n(150),i=null;t.exports={insertForTweet:function(t,e,n){var r=new s;if(n=o(t,n))return(n=a.createPlayerForTweet(n.element,e,n.options))?(r.resolve(n),r.promise):r.reject(new Error("unable to create tweet video player"))},insertForEvent:function(t,e,n){var r,i=new s;return(n=o(t,n))?((r=a.createPlayerForLiveVideo(n.element,e,n.options)).on("ready",function(){r.playPreview(),i.resolve(r)}),i.promise):i.reject(new Error("unable to initialize event video player"))},remove:function(t){if(t=(t=t.querySelector(".wvp-player-container"))&&a.findPlayerForElement(t))return t.teardown()},find:function(t){return a.findPlayerForElement(t)}}},function(t,e,n){var o;o=this,void 0===(e=function(){return o.TwitterVideoPlayer=(i={suppressScribing:!(e=/^https?:\/\/([a-zA-Z0-9]+\.)*twitter.com(:\d+)?$/),squareCorners:!(c="https://twitter.com"),hideControls:!1,addTwitterBranding:!1},d=0,l={},{setBaseUrl:function(t){e.test(t)?c=t:window.console.error("newBaseUrl "+t+" not allowed")},createPlayerForTweet:function(t,e,n){return new r(t,"/i/videos/tweet/"+e,"player_tweet_"+e,n||i)},createPlayerForDm:function(t,e,n){return new r(t,"/i/videos/dm/"+e,"player_dm_"+e,n||i)},createPlayerForLiveVideo:function(t,e,n){return new r(t,"/i/videos/live_video/"+e,"player_live_video_"+e,n||i)},findPlayerForElement:function(t){for(var e in l)if(l.hasOwnProperty(e)){e=l[e];if(e&&e.domElement===t)return e.playerInterface}return null}});function u(t){var e,n,r;t&&t.data&&t.data.params&&t.data.params[0]&&(e=t.data.params[0],n=t.data.id,e&&e.context&&"TwitterVideoPlayer"===e.context&&(r=e.playerId,delete e.playerId,delete e.context,(r=l[r])&&r.processMessage(t.data.method,e,n)))}function r(t,e,n,r,i){t.ownerDocument.defaultView.addEventListener("message",u),this.playerId=d++;var o={embed_source:"clientlib",player_id:this.playerId,rpc_init:1};if(this.scribeParams={},this.scribeParams.suppressScribing=r&&r.suppressScribing,!this.scribeParams.suppressScribing){if(!r.scribeContext)throw"video_player: Missing scribe context";if(!r.scribeContext.client)throw"video_player: Scribe context missing client property";this.scribeParams.client=r.scribeContext.client,this.scribeParams.page=r.scribeContext.page,this.scribeParams.section=r.scribeContext.section,this.scribeParams.component=r.scribeContext.component}this.scribeParams.debugScribe=r&&r.scribeContext&&r.scribeContext.debugScribing,this.scribeParams.scribeUrl=r&&r.scribeContext&&r.scribeContext.scribeUrl,this.promotedLogParams=r.promotedContext,this.adRequestCallback=r.adRequestCallback,r.languageCode&&(o.language_code=r.languageCode),"tfw"===this.scribeParams.client&&(o.use_syndication_guest_id=!0);var s,a,o=(s=c,e=e,a=o,o=Object.keys(a).filter(function(t){return null!=a[t]}).map(function(t){var e=a[t];return encodeURIComponent(t)+"="+encodeURIComponent(e)}).join("&"),s+e+(o=o&&"?"+o));return this.videoIframe=document.createElement("iframe"),this.videoIframe.setAttribute("src",o),this.videoIframe.setAttribute("allowfullscreen",""),this.videoIframe.setAttribute("id",n),this.videoIframe.setAttribute("style","width: 100%; height: 100%; position: absolute; top: 0; left: 0;"),this.domElement=t,this.domElement.appendChild(this.videoIframe),(l[this.playerId]=this).eventCallbacks={},this.emitEvent=function(t,e){t=this.eventCallbacks[t];void 0!==t&&t.forEach(function(t){t.apply(this.playerInterface,[e])}.bind(this))},this.jsonRpc=function(t){var e=this.videoIframe.contentWindow;t.jsonrpc="2.0",e&&e.postMessage&&e.postMessage(JSON.stringify(t),"*")},this.jsonRpcCall=function(t,e){this.jsonRpc({method:t,params:e})},this.jsonRpcResult=function(t,e){this.jsonRpc({result:t,id:e})},this.processMessage=function(t,e,n){switch(t){case"requestPlayerConfig":this.jsonRpcResult({scribeParams:this.scribeParams,promotedLogParams:this.promotedLogParams,squareCorners:r.squareCorners,borderRadius:r.borderRadius,hideControls:r.hideControls,embedded:r.addTwitterBranding,widgetOrigin:r.widgetOrigin,ignoreFineGrainGeoblocking:r.ignoreFineGrainGeoblocking},n);break;case"videoPlayerAdStart":this.emitEvent("adStart",e);break;case"videoPlayerAdEnd":this.emitEvent("adEnd",e);break;case"videoPlayerPlay":this.emitEvent("play",e);break;case"videoPlayerPause":this.emitEvent("pause",e);break;case"videoPlayerMute":this.emitEvent("mute",e);break;case"videoPlayerUnmute":this.emitEvent("unmute",e);break;case"videoPlayerPlaybackComplete":this.emitEvent("playbackComplete",e);break;case"videoPlayerReady":this.emitEvent("ready",e);break;case"videoView":this.emitEvent("view",e);break;case"debugLoggingEvent":this.emitEvent("logged",e);break;case"requestDynamicAd":"function"==typeof this.adRequestCallback?this.jsonRpcResult(this.adRequestCallback(),n):this.jsonRpcResult({},n);break;case"videoPlayerError":e&&"NO_COOKIES_ERROR"===e.error_category?this.emitEvent("noCookiesError",e):e&&"GEOBLOCK_ERROR"===e.error_category&&this.emitEvent("geoblockError",e)}},this.playerInterface={on:function(t,e){return"undefined"==typeof this.eventCallbacks[t]&&(this.eventCallbacks[t]=[]),this.eventCallbacks[t].push(e),this.playerInterface}.bind(this),off:function(t,e){return void 0===e?delete this.eventCallbacks[t]:void 0===(t=this.eventCallbacks[t])||-1<(e=t.indexOf(e))&&t.splice(e,1),this.playerInterface}.bind(this),play:function(){return this.jsonRpcCall("play"),this.playerInterface}.bind(this),pause:function(){return this.jsonRpcCall("pause"),this.playerInterface}.bind(this),mute:function(){return this.jsonRpcCall("mute"),this.playerInterface}.bind(this),unmute:function(){return this.jsonRpcCall("unmute"),this.playerInterface}.bind(this),playPreview:function(){return this.jsonRpcCall("autoPlayPreview"),this.playerInterface}.bind(this),pausePreview:function(){return this.jsonRpcCall("autoPlayPreviewStop"),this.playerInterface}.bind(this),updatePosition:function(t){return this.jsonRpcCall("updatePosition",[t]),this.playerInterface}.bind(this),updateLayoutBreakpoint:function(t){return this.jsonRpcCall("updateLayoutBreakpoint",[t]),this.playerInterface}.bind(this),enterFullScreen:function(){return this.jsonRpcCall("enterFullScreen"),this.playerInterface}.bind(this),exitFullScreen:function(){return this.jsonRpcCall("exitFullScreen"),this.playerInterface}.bind(this),teardown:function(){this.eventCallbacks={},t.removeChild(this.videoIframe),this.videoIframe=void 0,delete l[this.playerId]}.bind(this)},this.playerInterface}var c,e,i,d,l}.call(e,n,e,t))||(t.exports=e)},function(t,e,n){var r=n(22),i=n(152),o=n(89),s=n(50);t.exports=o.couple(n(102),function(t){t.selectors({clickToOpen:".js-clickToOpenTarget"}),t.define("shouldOpenTarget",function(t){var e=r.closest("A",t.target,this.el),n=r.closest("BUTTON",t.target,this.el),t=this.sandbox.hasSelectedText();return!e&&!n&&!t}),t.define("openTarget",function(t,e){e=e&&e.getAttribute("data-click-to-open-target");e&&(i(e),this.scribeOpenClick(t))}),t.define("attemptToOpenTarget",function(t,e){this.shouldOpenTarget(t)&&this.openTarget(t,e)}),t.define("scribeOpenClick",function(t){t=s.extractTermsFromDOM(t.target),t={associations:s.formatTweetAssociation(t)};this.scribe({section:"chrome",action:"click"},t)}),t.after("render",function(){this.on("click","clickToOpen",this.attemptToOpenTarget)})})},function(t,e,n){var r=n(7),i=n(153),o=n(101),s=n(24);t.exports=function(t){s.isTwitterURL(t)&&(t=o(t)),s.isStatus(t)&&(t=i(t)),r.open(t)}},function(t,e,n){var r=n(103),i=n(41),o=n(25);t.exports=function(t){var e={};return i.val("site")&&(e.tfw_site=r(i.val("site"))),i.val("creator")&&(e.tfw_creator=r(i.val("creator"))),o.url(t,e)}},function(t,e,n){var r=n(22),i=n(41),o=n(23),s=n(47),a=n(25),u=n(24),c=n(15),d="data-url-params-injected";t.exports=function(t){t.params({productName:{required:!0},dataSource:{required:!1},related:{required:!1},partner:{fallback:c(i.val,i,"partner")}}),t.selectors({timeline:".timeline",tweetIdInfo:".js-tweetIdInfo"}),t.define("injectWebIntentParams",function(t){var e=r.closest(this.selectors.timeline,t,this.el),n=r.closest(this.selectors.tweetIdInfo,t,this.el);t.getAttribute(d)||(t.setAttribute(d,!0),t.href=a.url(t.href,{tw_w:this.params.dataSource&&this.params.dataSource.id,tw_i:n&&n.getAttribute("data-tweet-id"),tw_p:this.params.productName,related:this.params.related,partner:this.params.partner,query:e&&e.getAttribute("data-search-query"),profile_id:e&&e.getAttribute("data-profile-id"),original_referer:s.rootDocumentLocation()}))}),t.after("render",function(){this.on("click","A",function(t,e){u.isIntentURL(e.href)&&(this.injectWebIntentParams(e),o.open(e.href,this.sandbox.sandboxEl,t))})})}},function(t,e,n){var r=n(8);t.exports=function(t){t.before("render",function(){r.ios()&&this.sandbox.addRootClass("env-ios"),r.ie9()&&this.sandbox.addRootClass("ie9"),r.touch()&&this.sandbox.addRootClass("is-touch")})}},function(t,e,n){var r=n(157);t.exports=function(t){t.params({pageForAudienceImpression:{required:!0}}),t.before("hydrate",function(){r.scribeAudienceImpression(this.params.pageForAudienceImpression)})}},function(t,e,n){function r(t){s.isHostPageSensitive()||a[t]||(a[t]=!0,i.scribe(o.formatClientEventNamespace({page:t,action:"impression"}),o.formatGenericEventData("syndicated_impression",{}),o.AUDIENCE_ENDPOINT))}var i=n(71),o=n(50),s=n(49),a={};t.exports={scribeAudienceImpression:r,scribePartnerTweetAudienceImpression:function(){r("partnertweet")},scribeTweetAudienceImpression:function(){r("tweet")},scribeTimelineAudienceImpression:function(){r("timeline")},scribeVideoAudienceImpression:function(){r("video")}}},function(t,e,n){var r=n(89),i=n(159);t.exports=r.couple(n(102),function(t){var n={action:"dimensions"},r=new i(1);t.after("show",function(){var t,e;r.nextBoolean()&&(t=this.sandbox.width,e=this.sandbox.height,this.scribe(n,{widget_width:t,widget_height:e}))})})},function(t,e){function n(t){this.percentage=t}n.prototype.nextBoolean=function(){return 100*Math.random()<this.percentage},t.exports=n},,function(t,e,n){var r=n(12);t.exports=function(t){var e={transparent:!1,hideBorder:!1,hideHeader:!1,hideFooter:!1,hideScrollBar:!1};return r.contains(t=t||"","transparent")&&(e.transparent=!0),r.contains(t,"noborders")&&(e.hideBorder=!0),r.contains(t,"noheader")&&(e.hideHeader=!0),r.contains(t,"nofooter")&&(e.hideFooter=!0),r.contains(t,"noscrollbar")&&(e.hideScrollBar=!0),e}},function(t,e,n){var i=n(26),o=n(12),s=n(24),a=n(80),r=n(82)(),u=n(163);t.exports=function(t){return r(t,"a.twitter-moment").map(function(t){return u((r=a(e=t),e={momentId:s.momentId(e.href),chrome:e.getAttribute("data-chrome"),limit:e.getAttribute("data-limit")},o.forIn(e,function(t,e){var n=r[t];r[t]=i.hasValue(n)?n:e}),r),t.parentNode,t);var e,r})}},function(t,e,n){var r=n(86),i=n(164),o=n(53);t.exports=function(t,e,n){return new r(i,o,"twitter-moment",t,e,n)}},function(t,e,s){var n=s(1);t.exports=function(r,i){var o=new n;return s.e(4,function(t,e){var n;if(t)return o.reject(t);try{n=s(165),o.resolve(new n(r,i))}catch(r){o.reject(r)}}),o.promise}},,,,function(t,e,n){var r=n(50),i=n(89),o=n(52),s=n(169);t.exports=i.couple(n(102),function(t){t.selectors({inViewportMarker:".js-inViewportScribingTarget"}),t.define("scribeInViewportSeen",function(t,e){t=r.extractTermsFromDOM(t);t.action="seen",this.scribe(t,e,o.version)}),t.after("show",function(){var t=this.selectors.inViewportMarker;this.select(t).forEach(function(t){t&&s.inViewportOnce(t,this.sandbox.sandboxEl,function(){this.scribeInViewportSeen(t,this.scribeItems())}.bind(this))},this)})})},function(t,e,n){var a=n(170),r=n(67),u=n(171),c=n(7),d=n(8),l=function(t){return(c.requestIdleCallback||c.requestAnimationFrame||function(t){t()})(t)},n=function(){this.observers=[]};n.prototype._register=function(n,r,i){var o,s=this;return d.hasIntersectionObserverSupport()?(o=new c.IntersectionObserver(function(t){t.forEach(function(t){1<=t.intersectionRatio&&(l(i),s._unregister(o))})},{threshold:1})).observe(n):(o={update:function(t,e){a(n,{viewportWidth:t,viewportHeight:e,sandboxEl:r})&&(i(),s._unregister(o))}},this.observers.push(o),1===this.observers.length&&(this.unlisten=u.addScrollListener(this._onViewportChange.bind(this))),this._onViewportChange()),o},n.prototype._unregister=function(t){d.hasIntersectionObserverSupport()&&t instanceof c.IntersectionObserver?t.disconnect():-1<(t=this.observers.indexOf(t))&&(this.observers.splice(t,1),0===this.observers.length&&this.unlisten&&this.unlisten())},n.prototype._onViewportChange=function(){r(l(function(){this._notify(u.getWidth(),u.getHeight())}.bind(this)),50,this)},n.prototype._notify=function(e,n){this.observers.forEach(function(t){t.update(e,n)})},n.prototype.inViewportOnce=function(t,e,n){return this._register(t,e,n)},t.exports=new n},function(t,e,n){var o=n(9),s=n(7);t.exports=function(t,e){var n=(e=e||{}).viewportWidth||s.innerWidth,r=e.viewportHeight||s.innerHeight,i=t.getBoundingClientRect();return t.ownerDocument!==o&&e.sandboxEl&&(e=e.sandboxEl.getBoundingClientRect(),i={top:i.top+e.top,bottom:i.bottom+e.top,left:i.left+e.left,right:i.right+e.left}),0<=i.top&&0<=i.left&&i.bottom<=r&&i.right<=n}},function(t,e,n){var r=n(7);t.exports={_addListener:function(t,e){var n=function(){e()};return r.addEventListener(t,n),function(){r.removeEventListener(t,n)}},addScrollListener:function(t){return this._addListener("scroll",t)},getHeight:function(){return r.innerHeight},getWidth:function(){return r.innerWidth}}},,function(t,e,n){var i=n(12),o=n(80),r=n(82)(),s=n(174),a=/^https?:\/\/(?:www\.)?(?:periscope|pscp)\.tv\/@?([a-zA-Z0-9_]+)\/?$/i;t.exports=function(t){return r(t,"a.periscope-on-air").map(function(t){return s((n=o(e=t),r=e.getAttribute("href"),e=e.getAttribute("data-size"),r=a.exec(r)[1],i.aug(n,{username:r,size:e})),t.parentNode,t);var e,n,r})}},function(t,e,n){var r=n(86),i=n(175),o=n(53);t.exports=function(t,e,n){return new r(i,o,"periscope-on-air",t,e,n)}},function(t,e,s){var n=s(1);t.exports=function(r,i){var o=new n;return s.e(5,function(t,e){var n;if(t)return o.reject(t);try{n=s(176),o.resolve(new n(r,i))}catch(r){o.reject(r)}}),o.promise}},,,,function(t,e,n){var i=n(26),o=n(12),s=n(180),a=n(195),u=n(80),r=n(82)(),c=n(197);t.exports=function(t){return r(t,"a.twitter-timeline,div.twitter-timeline").map(function(t){return c((n=u(e=t),r=e.getAttribute("data-show-replies"),e={widgetId:e.getAttribute("data-widget-id"),chrome:e.getAttribute("data-chrome"),tweetLimit:e.getAttribute("data-tweet-limit"),ariaLive:e.getAttribute("data-aria-polite"),theme:e.getAttribute("data-theme"),linkColor:e.getAttribute("data-link-color"),borderColor:e.getAttribute("data-border-color"),showReplies:r?i.asBoolean(r):null,profileScreenName:e.getAttribute("data-screen-name"),profileUserId:e.getAttribute("data-user-id"),favoritesScreenName:e.getAttribute("data-favorites-screen-name"),favoritesUserId:e.getAttribute("data-favorites-user-id"),likesScreenName:e.getAttribute("data-likes-screen-name"),likesUserId:e.getAttribute("data-likes-user-id"),listOwnerScreenName:e.getAttribute("data-list-owner-screen-name"),listOwnerUserId:e.getAttribute("data-list-owner-id"),listId:e.getAttribute("data-list-id"),listSlug:e.getAttribute("data-list-slug"),customTimelineId:e.getAttribute("data-custom-timeline-id"),staticContent:e.getAttribute("data-static-content"),url:e.href},(e=o.aug(e,n)).dataSource=s(e),e.useLegacyDefaults=e.dataSource instanceof a,e),t.parentNode,t);var e,n,r})}},function(t,e,n){function r(e){return i(f,function(t){try{return new t(e)}catch(e){}})}var i=n(141),o=n(181),s=n(185),a=n(187),u=n(189),c=n(191),d=n(193),n=n(195),l={collection:o,event:s,likes:a,list:u,profile:d,widget:n,url:r},f=[n,d,a,o,u,s,c];t.exports=function(t){return t?(n=((e=t).sourceType+"").toLowerCase(),((n=l[n])?new n(e):null)||r(t)):null;var e,n}},function(t,e,n){var r=n(182);t.exports=r.build([n(183),n(184)])},function(t,e,n){var r=n(55),i=n(59),n=n(15);(r=Object.create(r)).build=n(r.build,null,i),t.exports=r},function(t,e,n){function r(t){if(!t||!t.headers)throw new Error("unexpected response schema");return{html:t.body,config:t.config,pollInterval:1e3*parseInt(t.headers.xPolling,10)||null,maxCursorPosition:t.headers.maxPosition,minCursorPosition:t.headers.minPosition}}function i(t){if(t&&t.headers)throw new Error(t.headers.status);throw t instanceof Error?t:new Error(t)}var o=n(136),s=n(133),a=n(134),u=n(11),c=n(95),d=n(135),l=n(46),f=n(26),h=n(29),p=n(12);t.exports=function(t){t.params({instanceId:{required:!0,fallback:h.deterministic},lang:{required:!0,transform:c.matchLanguage,fallback:"en"},tweetLimit:{transform:f.asInt}}),t.defineProperty("endpoint",{get:function(){throw new Error("endpoint not specified")}}),t.defineProperty("pollEndpoint",{get:function(){return this.endpoint}}),t.define("cbId",function(t){return"tl_"+this.params.instanceId+"_"+this.id+(t?"_new":"_old")}),t.define("queryParams",function(){return{lang:this.params.lang,tz:d.getTimezoneOffset(),t:o(),domain:u.host,tweet_limit:this.params.tweetLimit,dnt:l.enabled()}}),t.define("fetch",function(){return s.fetch(this.endpoint,this.queryParams(),a,this.cbId()).then(r,i)}),t.define("poll",function(t,e){var t={since_id:(t=t||{}).sinceId,max_id:t.maxId,min_position:t.minPosition,max_position:t.maxPosition},t=p.aug(this.queryParams(),t);return s.fetch(this.pollEndpoint,t,a,this.cbId(e)).then(r,i)})}},function(t,e,n){function r(t,e){return i.collectionId(t)||e}var i=n(24),o=n(12),s=n(137);t.exports=function(t){t.params({id:{},url:{}}),t.overrideProperty("id",{get:function(){return"collection:"+r(this.params.url,this.params.id)}}),t.overrideProperty("endpoint",{get:function(){return s.timeline(["collection"])}}),t.around("queryParams",function(t){return o.aug(t(),{collection_id:r(this.params.url,this.params.id)})}),t.before("initialize",function(){if(!r(this.params.url,this.params.id))throw new Error("one of url or id is required")})}},function(t,e,n){var r=n(182);t.exports=r.build([n(183),n(186)])},function(t,e,n){function r(t,e){return i.eventId(t)||e}var i=n(24),o=n(12),s=n(137);t.exports=function(t){t.params({id:{},url:{}}),t.overrideProperty("id",{get:function(){return"event:"+r(this.params.url,this.params.id)}}),t.overrideProperty("endpoint",{get:function(){return s.timeline(["event"])}}),t.around("queryParams",function(t){return o.aug(t(),{event_id:r(this.params.url,this.params.id)})}),t.before("initialize",function(){if(!r(this.params.url,this.params.id))throw new Error("one of url or id is required")})}},function(t,e,n){var r=n(182);t.exports=r.build([n(183),n(188)])},function(t,e,n){function r(t){return i.likesScreenName(t.url)||t.screenName}var i=n(24),o=n(12),s=n(137);t.exports=function(t){t.params({screenName:{},userId:{},url:{}}),t.overrideProperty("id",{get:function(){return"likes:"+(r(this.params)||this.params.userId)}}),t.overrideProperty("endpoint",{get:function(){return s.timeline(["likes"])}}),t.define("_getLikesQueryParam",function(){var t=r(this.params);return t?{screen_name:t}:{user_id:this.params.userId}}),t.around("queryParams",function(t){return o.aug(t(),this._getLikesQueryParam())}),t.before("initialize",function(){if(!r(this.params)&&!this.params.userId)throw new Error("screen name or user id is required")})}},function(t,e,n){var r=n(182);t.exports=r.build([n(183),n(190)])},function(t,e,n){function r(t){t=i.listScreenNameAndSlug(t.url)||t;return o.compact({screen_name:t.ownerScreenName,user_id:t.ownerUserId,list_slug:t.slug})}var i=n(24),o=n(12),s=n(137);t.exports=function(t){t.params({id:{},ownerScreenName:{},ownerUserId:{},slug:{},url:{}}),t.overrideProperty("id",{get:function(){var t,e;return this.params.id?"list:"+this.params.id:(e=(t=r(this.params))&&t.list_slug.replace(/-/g,"_"),"list:"+(t&&(t.screen_name||t.user_id))+":"+e)}}),t.overrideProperty("endpoint",{get:function(){return s.timeline(["list"])}}),t.define("_getListQueryParam",function(){return this.params.id?{list_id:this.params.id}:r(this.params)}),t.around("queryParams",function(t){return o.aug(t(),this._getListQueryParam())}),t.before("initialize",function(){var t=r(this.params);if(o.isEmptyObject(t)&&!this.params.id)throw new Error("qualified slug or list id required")})}},function(t,e,n){var r=n(182);t.exports=r.build([n(183),n(192)])},function(t,e,n){var r=n(26),i=n(137);t.exports=function(t){t.params({previewParams:{required:!0,validate:r.isObject}}),t.overrideProperty("id",{get:function(){return"preview"}}),t.overrideProperty("endpoint",{get:function(){return i.timelinePreconfigured(["preview"])}}),t.override("queryParams",function(){return this.params.previewParams})}},function(t,e,n){var r=n(182);t.exports=r.build([n(183),n(194)])},function(t,e,n){function r(t,e){return i.screenName(t)||e}var i=n(24),o=n(26),s=n(12),a=n(137);t.exports=function(t){t.params({showReplies:{fallback:!1,transform:o.asBoolean},screenName:{},userId:{},url:{}}),t.overrideProperty("id",{get:function(){return"profile:"+(r(this.params.url,this.params.screenName)||this.params.userId)}}),t.overrideProperty("endpoint",{get:function(){return a.timeline(["profile"])}}),t.define("_getProfileQueryParam",function(){var t=r(this.params.url,this.params.screenName),t=t?{screen_name:t}:{user_id:this.params.userId};return s.aug(t,{with_replies:this.params.showReplies?"true":"false"})}),t.around("queryParams",function(t){return s.aug(t(),this._getProfileQueryParam())}),t.before("initialize",function(){if(!r(this.params.url,this.params.screenName)&&!this.params.userId)throw new Error("screen name or user id is required")})}},function(t,e,n){var r=n(182);t.exports=r.build([n(183),n(196)])},function(t,e,n){var r=n(26),i=n(12),o=n(137);t.exports=function(t){t.params({widgetId:{required:!0},profileShowReplies:{fallback:!1,transform:r.asBoolean},showReplies:{fallback:!1,transform:r.asBoolean},profileScreenName:{},screenName:{},profileUserId:{},userId:{},favoritesScreenName:{},favoritesUserId:{},listOwnerScreenName:{},listOwnerUserId:{},listOwnerId:{},listId:{},listSlug:{},customTimelineId:{},previewParams:{}}),t.overrideProperty("id",{get:function(){return this.params.widgetId}}),t.overrideProperty("endpoint",{get:function(){return o.timelinePreconfigured([this.params.widgetId])}}),t.overrideProperty("pollEndpoint",{get:function(){return o.timelinePreconfigured(["paged",this.params.widgetId])}}),t.define("_getWidgetQueryParams",function(){var t=this.params.profileScreenName||this.params.screenName,e=this.params.profileUserId||this.params.userId,n=this.params.profileShowReplies||this.params.showReplies,r=this.params.listOwnerUserId||this.params.listOwnerId;return t||e?{override_type:"user",override_id:e,override_name:t,with_replies:n?"true":"false"}:this.params.favoritesScreenName||this.params.favoritesUserId?{override_type:"favorites",override_id:this.params.favoritesUserId,override_name:this.params.favoritesScreenName}:this.params.listOwnerScreenName||r||this.params.listId||this.params.listSlug?{override_type:"list",override_owner_id:r,override_owner_name:this.params.listOwnerScreenName,override_id:this.params.listId,override_name:this.params.listSlug}:this.params.customTimelineId?{override_type:"custom",override_id:this.params.customTimelineId}:void 0}),t.around("queryParams",function(t){return i.aug(t(),this._getWidgetQueryParams())})}},function(t,e,n){var r=n(86),i=n(198),o=n(53);t.exports=function(t,e,n){return new r(i,o,"twitter-timeline",t,e,n)}},function(t,e,s){var n=s(1);t.exports=function(r,i){var o=new n;return s.e(6,function(t,e){var n;if(t)return o.reject(t);try{n=s(199),o.resolve(new n(r,i))}catch(r){o.reject(r)}}),o.promise}},,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){var c=n(21),d=n(24),l=n(12),f=n(80),r=n(82)(),h=n(225),p=/\btw-align-(left|right|center)\b/;t.exports=function(t){return r(t,"blockquote.twitter-tweet").map(function(t){return h((n=f(e=t),r=e.getElementsByTagName("A"),i=(s=r&&r[r.length-1])&&d.status(s.href),o="none"==(a=e.getAttribute("data-conversation"))||"hidden"==a||c.present(e,"tw-hide-thread"),r="none"==(u=e.getAttribute("data-cards"))||"hidden"==u||c.present(e,"tw-hide-media"),s=e.getAttribute("data-align")||e.getAttribute("align"),a=e.getAttribute("data-link-color"),u=e.getAttribute("data-theme"),!s&&p.test(e.className)&&(s=RegExp.$1),l.aug(n,{tweetId:i,hideThread:o,hideCard:r,align:s,linkColor:a,theme:u})),t.parentNode,t);var e,n,r,i,o,s,a,u})}},function(t,e,n){var r=n(86),i=n(226),o=n(108);t.exports=function(t,e,n){return new r(i,o,"twitter-tweet",t,e,n)}},function(t,e,s){var n=s(1);t.exports=function(r,i){var o=new n;return s.e(7,function(t,e){var n;if(t)return o.reject(t);try{n=s(227),o.resolve(new n(r,i))}catch(r){o.reject(r)}}),o.promise}},,,,,function(t,e,n){function i(t){return t.input.lang||m}function o(t,n){t.forEach(function(t){var e=n[t.input.id];e?t.taskDoneDeferred.resolve(e):t.taskDoneDeferred.reject(new Error("not found"))})}function s(t){t.forEach(function(t){t.taskDoneDeferred.reject(new Error("request failed"))})}function r(r,t){t=d(t,i);h.forIn(t,function(t,e){var n,n=(n=e,t={ids:[],lang:t=t,tz:f.getTimezoneOffset()},(t=n.reduce(function(t,e){return t.ids.push(e.input.id),t},t)).ids=t.ids.sort().join(","),t),t=p(o,null,e),e=p(s,null,e);c.fetch(r,n,u).then(t,e)})}function a(t){this.requestQueue=new l(p(r,null,t))}var u=n(232),c=n(133),d=n(43),l=n(39),f=n(135),h=n(12),p=n(15),m="en";a.prototype.fetch=function(t,e){return this.requestQueue.add({id:t,lang:e})},t.exports=a},function(t,e){t.exports=function(t){return{success:!0,resp:t}}},,,,,,,,function(t,e,n){function r(){i&&i.length===s&&(o.emitter.trigger(o.ALL_WIDGETS_AND_IMAGES_LOADED,i),i=null)}var i,o=n(241),s=0;o.emitter.bind(o.ALL_WIDGETS_RENDERED,function(t){i=t.widgets,r()}),t.exports={reportImagesLoadForAWidget:function(){s++,r()}}},function(t,e,n){n=n(31).makeEmitter();t.exports={emitter:n,START:"start",ALL_WIDGETS_RENDERED:"all_widgets_rendered",ALL_WIDGETS_AND_IMAGES_LOADED:"all_widgets_and_images_loaded"}},,function(t,e,n){var i=n(21),o=n(12),s=n(80),r=n(82)(),a=n(244),u=n(26),c="twitter-hashtag-button",d="twitter-mention-button";t.exports=function(t){return r(t,"a.twitter-share-button, a.twitter-mention-button, a.twitter-hashtag-button").map(function(t){return a((r=s(e=t),n={screenName:e.getAttribute("data-button-screen-name"),text:e.getAttribute("data-text"),type:e.getAttribute("data-type"),size:e.getAttribute("data-size"),url:e.getAttribute("data-url"),hashtags:e.getAttribute("data-hashtags"),via:e.getAttribute("data-via"),buttonHashtag:e.getAttribute("data-button-hashtag")},o.forIn(n,function(t,e){var n=r[t];r[t]=u.hasValue(n)?n:e}),r.screenName=r.screenName||r.screen_name,r.buttonHashtag=r.buttonHashtag||r.button_hashtag||r.hashtag,i.present(e,c)&&(r.type="hashtag"),i.present(e,d)&&(r.type="mention"),r),t.parentNode,t);var e,r,n})}},function(t,e,n){var i=n(86),o=n(245),s=n(119);t.exports=function(t,e,n){var r=t&&t.type||"share";return new i(o,s,"hashtag"==r?"twitter-hashtag-button":"mention"==r?"twitter-mention-button":"twitter-share-button",t,e,n)}},function(t,e,s){var n=s(1);t.exports=function(r,i){var o=new n;return s.e(2,function(t,e){var n;if(t)return o.reject(t);try{n=s(246),o.resolve(new n(r,i))}catch(r){o.reject(r)}}),o.promise}},,,function(t,e,n){var r=n(12),i=n(80),o=n(82)(),s=n(249),a=n(254);t.exports=function(t){return o(t,"blockquote.twitter-video").map(function(t){return s((n=i(e=t),e={url:((e=e.getElementsByTagName("A"))&&e[e.length-1]).href},(e=r.aug({},e,r.compact(n))).dataSource=a(e),e),t.parentNode,t);var e,n})}},function(t,e,n){var r=n(86),i=n(250),o=n(253);t.exports=function(t,e,n){return new r(i,o,"twitter-video",t,e,n)}},function(t,e,s){var n=s(1);t.exports=function(r,i){var o=new n;return s.e(7,function(t,e){var n;if(t)return o.reject(t);try{n=s(251),o.resolve(new n(r,i))}catch(r){o.reject(r)}}),o.promise}},,,function(t,e,n){var o=n(36),r=n(54),n=n(63);t.exports=r.build([n,function(t){t.overrideProperty("sandboxEl",{get:function(){return this._constrainingWrapper}}),t.override("makeVisible",function(){var t=this.iframeEl;return o.write(function(){t.style.visibility="visible"})}),t.define("setWrapperSize",function(t,e){var n=this,e=t/e,r=100/e+"%",i=500*e+"px";return o.write(function(){n._constrainingWrapper.style.maxWidth=i,n._iframeWrapper.style.paddingBottom=r})}),t.after("initialize",function(){this._constrainingWrapper=this._iframeWrapper=null}),t.around("insert",function(t,e,n,r,i){var o=this.targetGlobal.document,s=this._constrainingWrapper=o.createElement("div"),a=this._iframeWrapper=o.createElement("div");return s.id=e,s.className=(n||{})["class"],s.style.minWidth="320px",s.style.position="relative",s.style.margin="10px 0px",a.style.position="relative",a.style.height="0px",s.appendChild(a),t(void 0,null,null,function(t){t.style.position="absolute",t.style.top="0px",t.style.bottom="0px",t.style.width="100%",t.style.height="100%",a.appendChild(t),i(s)})})}])},function(t,e,n){var i=n(141),o=n(255);t.exports=function(t){return t?(r=((n=t).sourceType+"").toLowerCase(),((r=o[r])?new r(n):null)||(e=t,i(Object.keys(o),function(t){t=o[t];try{return new t(e)}catch(e){}}))):null;var e,n,r}},function(t,e,n){var r=n(256),n=n(259);t.exports={tweet:r,event:n}},function(t,e,n){var r=n(182);t.exports=r.build([n(257),n(258)])},function(t,e,n){var r=n(95);t.exports=function(t){t.params({lang:{required:!0,transform:r.matchLanguage,fallback:"en"}}),t.defineProperty("identifier",{get:function(){throw new Error("identifier not specified")}}),t.defineProperty("name",{get:function(){throw new Error("name not specified")}}),t.defineProperty("scribeItemType",{get:function(){throw new Error("scribeItemType not specified")}}),t.define("fetch",function(){throw new Error("fetch not specified")})}},function(t,e,n){function r(t,e){return e||i.status(t)}var i=n(24),o=n(137),s=new(n(231))(o.video()),a=n(107);t.exports=function(t){t.params({id:{},url:{}}),t.overrideProperty("identifier",{get:function(){return r(this.params.url,this.params.id)}}),t.override("fetch",function(){return s.fetch(this.identifier,this.params.lang)}),t.overrideProperty("scribeItemType",{get:function(){return a.TWEET}}),t.overrideProperty("name",{get:function(){return"tweet"}}),t.before("initialize",function(){if(!r(this.params.url,this.params.id))throw new Error("one of url or id is required")})}},function(t,e,n){var r=n(182);t.exports=r.build([n(257),n(260)])},function(t,e,n){function r(t,e){return i.eventId(t)||e}var i=n(24),o=n(261),s=n(137),a=n(107);t.exports=function(t){t.params({id:{},url:{}}),t.overrideProperty("identifier",{get:function(){return r(this.params.url,this.params.id)}}),t.override("fetch",function(){var t={lang:this.params.lang,event_id:this.identifier};return o.fetch(s.eventVideo(),t)}),t.overrideProperty("scribeItemType",{get:function(){return a.LIVE_VIDEO_EVENT}}),t.overrideProperty("name",{get:function(){return"event"}}),t.before("initialize",function(){if(!r(this.params.url,this.params.id))throw new Error("one of url or id is required")})}},function(t,e,n){function r(t){return{success:!t.error,resp:t}}function i(t){return t.data.html}function o(t){return a.reject(t.error.detail)}var s=n(133),a=n(2);t.exports={fetch:function(t,e){return s.fetch(t,e,r).then(i,o)}}},function(t,e,n){var r=n(12);t.exports=r.aug({},n(263),n(265),n(266),n(267),n(268),n(269),n(270),n(271),n(272))},function(t,e,n){var r=n(85),r=n(264)(["userId"],{},r);t.exports={createDMButton:r}},function(t,e,n){var c=n(2),d=n(34),l=n(46),f=n(26),h=n(12);t.exports=function(o,s,a){var u;return s=s||{},u="ƒ("+(o=o||[]).join(", ")+", target, [options]);",function(){var e,n,r,i=Array.prototype.slice.apply(arguments,[0,o.length]),t=Array.prototype.slice.apply(arguments,[o.length]);return t.forEach(function(t){if(t)return t.nodeType===Node.ELEMENT_NODE?void(r=t):h.isType("function",t)?void(e=t):void(h.isType("object",t)&&(n=t))}),i.length!==o.length||0===t.length?(e&&h["async"](function(){e(!1)}),c.reject(new Error("Not enough parameters. Expected: "+u))):r?(n=h.aug({},n||{},s),o.forEach(function(t){n[t]=i.shift()}),f.asBoolean(n.dnt)&&l.setOn(),t=d.addWidget(a(n,r)),e&&t.then(e,function(){e(!1)}),t):(e&&h["async"](function(){e(!1)}),c.reject(new Error("No target element specified. Expected: "+u)))}}},function(t,e,n){var r=n(113),r=n(264)(["screenName"],{},r);t.exports={createFollowButton:r}},function(t,e,n){var r=n(128),r=n(264)(["collectionId"],{},r);t.exports={createGridFromCollection:r}},function(t,e,n){var r=n(163),r=n(264)(["momentId"],{},r);t.exports={createMoment:r}},function(t,e,n){var r=n(174),r=n(264)(["username"],{},r);t.exports={createPeriscopeOnAirButton:r}},function(t,e,n){var r=n(11),i=n(24),o=n(12),s=n(26),a=n(180),u=n(195),c=n(197),d=n(264)([],{},c),l=n(2),n={createTimeline:function(t){var e,n=o.toRealArray(arguments).slice(1);return o.isObject(t)||s.isString(t)?(t=t||{},n.forEach(function(t){o.isType("object",t)&&((t=e=t).ariaLive=t.ariaPolite)}),e||(e={},n.push(e)),(t=s.isString(t)?o.aug({},e,{sourceType:"widget",widgetId:t}):t).lang=e.lang,t.tweetLimit=e.tweetLimit,t.showReplies=e.showReplies,e.dataSource=a(t),e.useLegacyDefaults=e.dataSource instanceof u,d.apply(this,n)):l.reject("data source must be a string or an object.")}};i.isTwitterURL(r.href)&&(n.createTimelinePreview=function(t,e,n){t={previewParams:t,useLegacyDefaults:!0,isPreviewTimeline:!0};return t.dataSource=a(t),d(e,t,n)}),t.exports=n},function(t,e,n){var r,i=n(12),o=n(225),n=n(264),n=(r=n(["tweetId"],{},o),function(){return i.toRealArray(arguments).slice(1).forEach(function(t){i.isType("object",t)&&(t.hideCard="none"==t.cards||"hidden"==t.cards,t.hideThread="none"==t.conversation||"hidden"==t.conversation)}),r.apply(this,arguments)});t.exports={createTweet:n,createTweetEmbed:n}},function(t,e,n){function r(t){return function(){return i.toRealArray(arguments).slice(1).forEach(function(t){i.isType("object",t)&&(t.screenName=t.screenName||t.screen_name,t.buttonHashtag=t.buttonHashtag||t.button_hashtag||t.hashtag)}),t.apply(this,arguments)}}var i=n(12),o=n(244),s=n(264),a=s(["url"],{type:"share"},o),n=s(["buttonHashtag"],{type:"hashtag"},o),s=s(["screenName"],{type:"mention"},o);t.exports={createShareButton:r(a),createHashtagButton:r(n),createMentionButton:r(s)}},function(t,e,n){var r=n(249),i=n(264),o=n(12),s=n(26),a=n(254),u=i([],{},r);t.exports={createVideo:function(t){var e,n=o.toRealArray(arguments).slice(1),r=t||{};return n.forEach(function(t){o.isType("object",t)&&(e=t)}),e||(e={},n.push(e)),(r=s.isString(t)||s.isNumber(t)?{sourceType:"tweet",id:t}:r).lang=e.lang,e.dataSource=a(r),u.apply(this,n)}}},function(t,e,n){function r(){var t,e;for(c=1,t=0,e=d.length;t<e;t++)d[t]()}var i,o,s,a=n(9),u=n(7),c=0,d=[],l=a.createElement("a");/^loade|c/.test(a.readyState)&&(c=1),a.addEventListener&&a.addEventListener("DOMContentLoaded",o=function(){a.removeEventListener("DOMContentLoaded",o,!1),r()},!1),l.doScroll&&a.attachEvent("onreadystatechange",i=function(){/^c/.test(a.readyState)&&(a.detachEvent("onreadystatechange",i),r())}),s=l.doScroll?function(t){u.self!=u.top?c?t():d.push(t):function(){try{l.doScroll("left")}catch(e){return setTimeout(function(){s(t)},50)}t()}()}:function(t){c?t():d.push(t)},t.exports=s},function(t,e,n){var r=n(52),i=n(18);t.exports=function(){i.set("buildVersion",r.version)}},function(t,e,n){n(276),n(240),n(280)},function(t,e,n){var r=n(277),i=n(241),o=n(279),s=new r;i.emitter.bind(i.START,function(){s.start()}),i.emitter.bind(i.ALL_WIDGETS_RENDERED,function(){s.end(),o(s.duration(),{action:"render"})})},function(t,e,n){function r(){}var i=n(278);r.prototype.start=function(){this._startTime=i()},r.prototype.end=function(){this._duration=i()-this._startTime},r.prototype.duration=function(){return this._duration},t.exports=r},function(t,e,n){var r=n(7);t.exports=function(){return(r.performance&&r.performance.now?r.performance:Date).now()}},function(t,e,n){var r=n(42),i=n(47),o=n(12);t.exports=function(t,e){t={widget_origin:i.rootDocumentLocation(),widget_frame:i.isFramed()?i.currentDocumentLocation():null,duration_ms:t},e=o.aug(e,{page:"page",component:"performance"});r.scribe(e,t)}},function(t,e,n){function r(t){return t.performance.getEntriesByType("resource").filter(function(t){return a.isTwimgURL(t.name)||a.isTwitterURL(t.name)}).reduce(function(t,e){return t[e.name]=e.duration,t},{})}var i=n(241),o=n(279),s=n(281),a=n(24),u=n(7),c=n(12),d=n(8),l=n(109);i.emitter.bind(i.ALL_WIDGETS_AND_IMAGES_LOADED,function(t){var e,i,n=[];d.hasPerformanceInformation()&&(e=r(u),l.isSupported()||(n=t.reduce(function(t,e){return c.aug(t,r(e.contentDocument.defaultView))},{})),i=c.aug({},e,n),Object.keys(s).forEach(function(t){var n,e,r;n=i,r=s[e=t],t=Object.keys(n).reduce(function(t,e){return r(e)?t+n[e]:t},0),o(t,{element:e,action:"resource"})}))})},function(t,e,n){var r=n(24);t.exports={all:function(){return!0},image:function(t){return r.isTwimgURL(t)},settings:function(t){return r.isSettingsURL(t)},widget_iframe:function(t){return r.isWidgetIframeURL(t)}}}])));
|
1 |
+
!function(){function s(t){if(n[t])return n[t].exports;var e=n[t]={exports:{},id:t,loaded:!1};return a[t].call(e.exports,e,e.exports,s),e.loaded=!0,e.exports}var a,u,n,c;Function&&Function.prototype&&Function.prototype.bind&&(/MSIE [678]/.test(navigator.userAgent)||(window.__twttr&&window.__twttr.widgets&&window.__twttr.widgets.loaded&&window.twttr.widgets.load&&window.twttr.widgets.load(),window.__twttr&&window.__twttr.widgets&&window.__twttr.widgets.init||(a=[function(t,e,n){var r,i=n(1),o=n(9),s=n(14),a=n(16),u=n(18),c=n(19),d=n(30),l=n(32),f=n(262),h=n(273),p=n(274),m=n(241);n(275),m.emitter.trigger(m.START),u.set("widgets.init",!0),a.set("init",!0),p(),r=new i,s.exposeReadyPromise(r.promise,a.base,"_e"),a.set("widgets",f),a.set("widgets.load",l.load),a.set("events",d),h(function(){r.resolve(a.base),c.attachTo(o),l.loadPage()})},function(t,e,n){var r=n(2);t.exports=function(){var n=this;this.promise=new r(function(t,e){n.resolve=t,n.reject=e})}},function(t,e,n){var r=n(3).Promise,i=n(7),n=n(8);t.exports=n.hasPromiseSupport()?i.Promise:r},function(t,H,V){var G;!function(W){
|
2 |
/*!
|
3 |
* @overview es6-promise - a tiny implementation of Promises/A+.
|
4 |
* @copyright Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors (Conversion to ES6 API by Jake Archibald)
|
6 |
* See https://raw.githubusercontent.com/jakearchibald/es6-promise/master/LICENSE
|
7 |
* @version 2.3.0
|
8 |
*/
|
9 |
+
!function(){"use strict";function c(t){return"function"==typeof t}function e(){return function(){setTimeout(n,1)}}function n(){for(var t=0;t<E;t+=2)(0,S[t])(S[t+1]),S[t]=void 0,S[t+1]=void 0;E=0}function s(){}function a(t){try{return t.then}catch(t){return j.error=t,j}}function u(t,e,n,r){try{t.call(e,n,r)}catch(t){return t}}function D(t,e){var r,i,n,o;e.constructor===t.constructor?(n=t,(o=e)._state===P?l(n,o._result):o._state===N?f(n,o._result):h(o,void 0,function(t){d(n,t)},function(t){f(n,t)})):(o=a(e))===j?f(t,j.error):void 0!==o&&c(o)?(r=e,i=o,x(function(e){var n=!1,t=u(i,r,function(t){n||(n=!0,(r!==t?d:l)(e,t))},function(t){n||(n=!0,f(e,t))},e._label);!n&&t&&(n=!0,f(e,t))},t)):l(t,e)}function d(t,e){var n;t===e?f(t,new TypeError("You cannot resolve a promise with itself")):("function"==typeof(n=e)||"object"==typeof n&&null!==n?D:l)(t,e)}function z(t){t._onerror&&t._onerror(t._result),p(t)}function l(t,e){t._state===R&&(t._result=e,t._state=P,0!==t._subscribers.length&&x(p,t))}function f(t,e){t._state===R&&(t._state=N,t._result=e,x(z,t))}function h(t,e,n,r){var i=t._subscribers,o=i.length;t._onerror=null,i[o]=e,i[o+P]=n,i[o+N]=r,0===o&&t._state&&x(p,t)}function p(t){var e=t._subscribers,n=t._state;if(0!==e.length){for(var r,i,o=t._result,s=0;s<e.length;s+=3)r=e[s],i=e[s+n],r?m(n,r,i,o):i(o);t._subscribers.length=0}}function t(){this.error=null}function B(t,e){try{return t(e)}catch(t){return k.error=t,k}}function m(t,e,n,r){var i,o,s,a,u=c(n);if(u){if((i=B(n,r))===k?(a=!0,o=i.error,i=null):s=!0,e===i)return f(e,new TypeError("A promises callback cannot return that same promise."))}else i=r,s=!0;e._state===R&&(u&&s?d(e,i):a?f(e,o):t===P?l(e,i):t===N&&f(e,i))}function F(e,t){try{t(function(t){d(e,t)},function(t){f(e,t)})}catch(t){f(e,t)}}function r(t,e){var n=this;n._instanceConstructor=t,n.promise=new t(s),n._validateInput(e)?(n._input=e,n.length=e.length,n._remaining=e.length,n._init(),0===n.length?l(n.promise,n._result):(n.length=n.length||0,n._enumerate(),0===n._remaining&&l(n.promise,n._result))):f(n.promise,n._validationError())}function i(t){if(this._id=q++,this._state=void 0,this._result=void 0,this._subscribers=[],s!==t){if(!c(t))throw new TypeError("You must pass a resolver function as the first argument to the promise constructor");if(!(this instanceof i))throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.");F(this,t)}}var o,v,g,w,y,b,_=Array.isArray||function(t){return"[object Array]"===Object.prototype.toString.call(t)},E=0,x=function(t,e){S[E]=t,S[E+1]=e,2===(E+=2)&&(v?v(n):U())},A="undefined"!=typeof window?window:void 0,C=A||{},C=C.MutationObserver||C.WebKitMutationObserver,T="undefined"!=typeof process&&"[object process]"==={}.toString.call(process),I="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel,S=new Array(1e3),U=T?(b=process.nextTick,T=process.versions.node.match(/^(?:(\d+)\.)?(?:(\d+)\.)?(\*|\d+)$/),Array.isArray(T)&&"0"===T[1]&&"10"===T[2]&&(b=setImmediate),function(){b(n)}):C?(w=0,T=new C(n),y=document.createTextNode(""),T.observe(y,{characterData:!0}),function(){y.data=w=++w%2}):I?((g=new MessageChannel).port1.onmessage=n,function(){g.port2.postMessage(0)}):(void 0===A?function(){try{var t=V(5);return o=t.runOnLoop||t.runOnContext,function(){o(n)}}catch(t){return e()}}:e)(),R=void 0,P=1,N=2,j=new t,k=new t,M=(r.prototype._validateInput=function(t){return _(t)},r.prototype._validationError=function(){return new Error("Array Methods must be provided an Array")},r.prototype._init=function(){this._result=new Array(this.length)},r);r.prototype._enumerate=function(){for(var t=this.length,e=this.promise,n=this._input,r=0;e._state===R&&r<t;r++)this._eachEntry(n[r],r)},r.prototype._eachEntry=function(t,e){var n,r=this,i=r._instanceConstructor;"object"==typeof(n=t)&&null!==n?t.constructor===i&&t._state!==R?(t._onerror=null,r._settledAt(t._state,e,t._result)):r._willSettleAt(i.resolve(t),e):(r._remaining--,r._result[e]=t)},r.prototype._settledAt=function(t,e,n){var r=this,i=r.promise;i._state===R&&(r._remaining--,t===N?f(i,n):r._result[e]=n),0===r._remaining&&l(i,r._result)},r.prototype._willSettleAt=function(t,e){var n=this;h(t,void 0,function(t){n._settledAt(P,e,t)},function(t){n._settledAt(N,e,t)})};var C=function(t){function e(t){d(r,t)}function n(t){f(r,t)}var r=new this(s);if(!_(t))return f(r,new TypeError("You must pass an array to race.")),r;for(var i=t.length,o=0;r._state===R&&o<i;o++)h(this.resolve(t[o]),void 0,e,n);return r},T=function(t){if(t&&"object"==typeof t&&t.constructor===this)return t;var e=new this(s);return d(e,t),e},I=function(t){var e=new this(s);return f(e,t),e},q=0,L=i;i.all=function(t){return new M(this,t).promise},i.race=C,i.resolve=T,i.reject=I,i._setScheduler=function(t){v=t},i._setAsap=function(t){x=t},i._asap=x,i.prototype={constructor:i,then:function(t,e){var n=this._state;if(n===P&&!t||n===N&&!e)return this;var r,i=new this.constructor(s),o=this._result;return n?(r=arguments[n-1],x(function(){m(n,i,r,o)})):h(this,i,t,e),i},"catch":function(t){return this.then(null,t)}};var O={Promise:L,polyfill:function(){var t;if("undefined"!=typeof global)t=global;else if("undefined"!=typeof self)t=self;else try{t=Function("return this")()}catch(t){throw new Error("polyfill failed because global object is unavailable in this environment")}var e=t.Promise;e&&"[object Promise]"===Object.prototype.toString.call(e.resolve())&&!e.cast||(t.Promise=L)}};V(6).amd?void 0!==(G=function(){return O}.call(H,V,H,W))&&(W.exports=G):void 0!==W&&W.exports&&(W.exports=O)}.call(this)}.call(H,V(4)(t))},function(t,e){t.exports=function(t){return t.webpackPolyfill||(t.deprecate=function(){},t.paths=[],t.children=[],t.webpackPolyfill=1),t}},function(t,e){},function(t,e){t.exports=function(){throw new Error("define cannot be used indirect")}},function(t,e){t.exports=window},function(t,e,n){function r(t){return/(Trident|MSIE|Edge[\/ ]?\d)/.test(t=t||u)}var i=n(9),o=(n(10),n(13)),s=n(7),a=n(12),u=o.userAgent;t.exports={retina:function(t){return(t=t||s).devicePixelRatio?1.5<=t.devicePixelRatio:!!t.matchMedia&&t.matchMedia("only screen and (min-resolution: 144dpi)").matches},anyIE:r,ie9:function(t){return/MSIE 9/.test(t=t||u)},ie10:function(t){return/MSIE 10/.test(t=t||u)},ios:function(t){return/(iPad|iPhone|iPod)/.test(t=t||u)},android:function(t){return/^Mozilla\/5\.0 \(Linux; (U; )?Android/.test(t=t||u)},canPostMessage:function(t,e){return e=e||u,(t=t||s).postMessage&&!(r(e)&&t.opener)},touch:function(t,e,n){return e=e||o,n=n||u,"ontouchstart"in(t=t||s)||/Opera Mini/.test(n)||0<e.msMaxTouchPoints},cssTransitions:function(){var t=i.body.style;return void 0!==t.transition||void 0!==t.webkitTransition||void 0!==t.mozTransition||void 0!==t.oTransition||void 0!==t.msTransition},hasPromiseSupport:function(){return!!(s.Promise&&s.Promise.resolve&&s.Promise.reject&&s.Promise.all&&s.Promise.race&&(new s.Promise(function(t){e=t}),a.isType("function",e)));var e},hasIntersectionObserverSupport:function(){return!!s.IntersectionObserver},hasPerformanceInformation:function(){return s.performance&&s.performance.getEntriesByType},hasLocalStorageSupport:function(){try{return s.localStorage.setItem("local_storage_support_test","true"),"undefined"!=typeof s.localStorage}catch(t){return!1}}}},function(t,e){t.exports=document},function(t,e,n){function r(){s("info",c.toRealArray(arguments))}function i(){s("error",c.toRealArray(arguments))}function o(){return u.performance&&+u.performance.now()||+new Date}function s(t,e){if(u[d]&&u[d][t])switch(e.length){case 1:u[d][t](e[0]);break;case 2:u[d][t](e[0],e[1]);break;case 3:u[d][t](e[0],e[1],e[2]);break;case 4:u[d][t](e[0],e[1],e[2],e[3]);break;case 5:u[d][t](e[0],e[1],e[2],e[3],e[4]);break;default:0!==e.length&&u[d].warn&&u[d].warn("too many params passed to logger."+t)}}var a=n(11),u=n(7),c=n(12),d=["con","sole"].join(""),l={},f=c.contains(a.href,"tw_debug=true");t.exports={info:r,warn:function(){s("warn",c.toRealArray(arguments))},error:i,time:function(t){f&&(l[t]=o())},timeEnd:function(t){f&&(l[t]?r("_twitter",t,o()-l[t]):i("timeEnd() called before time() for id: ",t))}}},function(t,e){t.exports=location},function(t,e,n){function r(t,e){for(var n in t)t.hasOwnProperty&&!t.hasOwnProperty(n)||e(n,t[n]);return t}function i(t){return{}.toString.call(t).match(/\s([a-zA-Z]+)/)[1].toLowerCase()}function o(t){return t===Object(t)}function s(t){if(!o(t))return!1;if(Object.keys)return!Object.keys(t).length;for(var e in t)if(t.hasOwnProperty(e))return!1;return!0}function a(t){return t?Array.prototype.slice.call(t):[]}var u=n(7);t.exports={aug:function(n){return a(arguments).slice(1).forEach(function(t){r(t,function(t,e){n[t]=e})}),n},"async":function(t,e){u.setTimeout(function(){t.call(e||null)},0)},compact:function c(n){return r(n,function(t,e){o(e)&&(c(e),s(e)&&delete n[t]),null!=e&&""!==e||delete n[t]}),n},contains:function(t,e){return!(!t||!t.indexOf)&&-1<t.indexOf(e)},forIn:r,isObject:o,isEmptyObject:s,toType:i,isType:function(t,e){return t==i(e)},toRealArray:a}},function(t,e){t.exports=navigator},function(t,e,n){var r=n(15);t.exports={exposeReadyPromise:function(t,e,n){e.ready=r(t.then,t),n&&Array.isArray(e[n])&&(e[n].forEach(r(t.then,t)),delete e[n])}}},function(t,e,n){var i=n(12);t.exports=function(e,n){var r=Array.prototype.slice.call(arguments,2);return function(){var t=i.toRealArray(arguments);return e.apply(n,r.concat(t))}}},function(t,e,n){n=n(17);t.exports=new n("twttr")},function(t,e,n){function s(t){return a.isType("string",t)?t.split("."):a.isType("array",t)?t:[]}function r(t,e){(e=e||i)[t]=e[t]||{},Object.defineProperty(this,"base",{value:e[t]}),Object.defineProperty(this,"name",{value:t})}var i=n(7),a=n(12);a.aug(r.prototype,{get:function(t){return s(t).reduce(function(t,e){if(a.isObject(t))return t[e]},this.base)},set:function(t,e,n){var r,i=s(t),t=(o=this.base,(r=s(t).slice(0,-1)).reduce(function(t,e,n){if(t[e]=t[e]||{},a.isObject(t[e]))return t[e];throw new Error(r.slice(0,n+1).join(".")+" is already defined with a value.")},o)),o=i.slice(-1);return n&&o in t?t[o]:t[o]=e},init:function(t,e){return this.set(t,e,!0)},unset:function(t){var t=s(t),e=this.get(t.slice(0,-1));e&&delete e[t.slice(-1)]},aug:function(t){var e=this.get(t),n=a.toRealArray(arguments).slice(1),e=void 0!==e?e:{};if(n.unshift(e),n.every(a.isObject))return this.set(t,a.aug.apply(null,n));throw new Error("Cannot augment non-object.")},call:function(t){var e=this.get(t),n=a.toRealArray(arguments).slice(1);if(a.isType("function",e))return e.apply(null,n);throw new Error("Function "+t+"does not exist.")},fullPath:function(t){t=s(t);return t.unshift(this.name),t.join(".")}}),t.exports=r},function(t,e,n){n=n(17);t.exports=new n("__twttr")},function(t,e,n){function r(t){var e,n;t.altKey||t.metaKey||t.shiftKey||(e=s.closest(function(t){return"A"===t.tagName||"AREA"===t.tagName},t.target))&&u.isIntentURL(e.href)&&(n=(n=(n=[n=e.href,"original_referer="+i.href].join(-1==n.indexOf("?")?"?":"&")).replace(/^http[:]/,"https:")).replace(/^\/\//,"https://"),a.open(n,e),o.preventDefault(t))}var i=n(11),o=n(20),s=n(22),a=n(23),u=n(24);t.exports={attachTo:function(t){t.addEventListener("click",r,!1)}}},function(t,e,n){function o(t){var e=t.getAttribute("data-twitter-event-id");return e||(t.setAttribute("data-twitter-event-id",++d),d)}function u(t,e,n){for(var r=n||t.target||t.srcElement,i=a.list(r).map(function(t){return"."+t}).concat(r.tagName),o=0,s=i.length;o<s;o++)if(!1===function(t,e,n){for(var r=0,i=t&&t.length||0,r=0;r<i;r++)if(t[r].call(e,n,e),n.ceaseImmediately)return!1}(e[i[o]],r,t))return;t.cease||r!==this&&u.call(this,t,e,r.parentElement||r.parentNode)}function s(e,n,r,t){function i(t){u.call(e,t,r[n])}var o,s,a;s=i,a=n,t=t,(o=e).id&&(l[o.id]=l[o.id]||[],l[o.id].push({el:o,listener:s,type:a,rootId:t})),e.addEventListener(n,i,!1)}function r(t){t&&t.preventDefault?t.preventDefault():t.returnValue=!1}function i(t){t&&(t.cease=!0)&&t.stopPropagation?t.stopPropagation():t.cancelBubble=!0}var a=n(21),c={},d=-1,l={};t.exports={stop:function(t){return i(t),r(t),!1},stopPropagation:i,stopImmediatePropagation:function(t){t&&(t.ceaseImmediately=!0,i(t),t.stopImmediatePropagation())},preventDefault:r,delegate:function(t,e,n,r){var i=o(t);c[i]=c[i]||{},c[i][e]||(c[i][e]={},s(t,e,c[i],i)),c[i][e][n]=c[i][e][n]||[],c[i][e][n].push(r)},simulate:function(t,e,n){var r=o(e),r=c[r]&&c[r];u.call(e,{target:n},r[t])},removeDelegatesForWidget:function(t){var e=l[t];e&&(e.forEach(function(t){t.el.removeEventListener(t.type,t.listener,!1),delete c[t.rootId]}),delete l[t])}}},function(t,e,n){function r(t){return new RegExp("\\b"+t+"\\b","g")}function i(t,e){return t.classList?void t.classList.add(e):void(r(e).test(t.className)||(t.className+=" "+e))}function o(t,e){return t.classList?void t.classList.remove(e):void(t.className=t.className.replace(r(e)," "))}function s(t,e){return t.classList?t.classList.contains(e):u.contains(a(t),e)}function a(t){return u.toRealArray(t.classList||t.className.match(c))}var u=n(12),c=/\b([\w-_]+)\b/g;t.exports={add:i,remove:o,replace:function(t,e,n){return t.classList&&s(t,e)?(o(t,e),void i(t,n)):void(t.className=t.className.replace(r(e),n))},toggle:function(t,e,n){return void 0===n&&t.classList&&t.classList.toggle?t.classList.toggle(e,n):((n?i:o)(t,e),n)},present:s,list:a}},function(t,e,n){var i=n(12);t.exports={closest:function o(t,e,n){var r;if(e)return n=n||e&&e.ownerDocument,t=i.isType("function",t)?t:"."===(t=(r=t).charAt(0))?function(t){return t=t.className?t.className.split(/\s+/):[],i.contains(t,r.slice(1))}:"#"===t?function(t){return t.id===r.slice(1)}:function(t){return t.tagName===r.toUpperCase()},e===n?t(e)?e:void 0:t(e)?e:o(t,e.parentNode,n)}}},function(t,e,n){function r(t){this.srcEl=[],this.element=t}var i=n(24),o=n(27),s=n(30),a=n(25),u={favorite:["favorite","like"],follow:["follow"],like:["favorite","like"],retweet:["retweet"],tweet:["tweet"]};r.open=function(e,n,t){var r=(i.intentType(e)||"").toLowerCase();i.isTwitterURL(e)&&(o.open(e,{},t),n&&s.trigger("click",{target:n,region:"intent",type:"click",data:{}}),n&&u[r]&&u[r].forEach(function(t){s.trigger(t,{target:n,region:"intent",type:t,data:function(t,e){var n=a.decodeURL(e);switch(t){case"favorite":case"like":return{tweet_id:n.tweet_id};case"follow":return{screen_name:n.screen_name,user_id:n.user_id};case"retweet":return{source_tweet_id:n.tweet_id};default:return{}}}(r,e)})}))},t.exports=r},function(t,e,n){function r(t){return"string"==typeof t&&c.test(t)&&RegExp.$1.length<=20}function i(t){if(r(t))return RegExp.$1}function o(t,e){var n=u.decodeURL(t);if(e=e||!1,n.screen_name=i(t),n.screen_name)return u.url("https://twitter.com/intent/"+(e?"follow":"user"),n)}function s(t){return"string"==typeof t&&h.test(t)}function a(t){return"string"==typeof t&&d.test(t)}var u=n(25),c=/(?:^|(?:https?:)?\/\/(?:www\.)?twitter\.com(?::\d+)?(?:\/intent\/(?:follow|user)\/?\?screen_name=|(?:\/#!)?\/))@?([\w]+)(?:\?|&|$)/i,d=/(?:^|(?:https?:)?\/\/(?:www\.)?twitter\.com(?::\d+)?\/(?:#!\/)?[\w_]+\/status(?:es)?\/)(\d+)/i,l=/^http(s?):\/\/(\w+\.)*twitter\.com([:\/]|$)/i,f=/^http(s?):\/\/pbs\.twimg\.com\//,h=/^#?([^.,<>!\s\/#\-()'"]+)$/,p=/twitter\.com(?::\d{2,4})?\/intent\/(\w+)/,m=/^https?:\/\/(?:www\.)?twitter\.com\/\w+\/timelines\/(\d+)/i,v=/^https?:\/\/(?:www\.)?twitter\.com\/i\/moments\/(\d+)/i,g=/^https?:\/\/(?:www\.)?twitter\.com\/(\w+)\/(?:likes|favorites)/i,w=/^https?:\/\/(?:www\.)?twitter\.com\/(\w+)\/lists\/([\w-]+)/i,y=/^https?:\/\/(?:www\.)?twitter\.com\/(\w+)\/([\w-]+)/i,b=/^https?:\/\/(?:www\.)?twitter\.com\/hashtag\/([\w-]+)/i,_=/^https?:\/\/(?:www\.)?twitter\.com\/search/i,E=/^https?:\/\/(?:www\.)?twitter\.com\/i\/live\/(\d+)/i,x=/^https?:\/\/syndication\.twitter\.com\/settings/i,A=/^https?:\/\/(localhost|platform)\.twitter\.com(?::\d+)?\/widgets\/widget_iframe\.(.+)/i;t.exports={isHashTag:s,hashTag:function(t,e){if(e=void 0===e||e,s(t))return(e?"#":"")+RegExp.$1},isSearchUrl:function(t){return b.test(t)||_.test(t)},isScreenName:r,screenName:i,isStatus:a,status:function(t){return a(t)&&RegExp.$1},intentForProfileURL:o,intentForFollowURL:function(t){return o(t,!0)},isTwitterURL:function(t){return l.test(t)},isTwimgURL:function(t){return f.test(t)},isIntentURL:function(t){return p.test(t)},isSettingsURL:function(t){return x.test(t)},isWidgetIframeURL:function(t){return A.test(t)},regexen:{profile:c},momentId:function(t){return v.test(t)&&RegExp.$1},collectionId:function(t){return m.test(t)&&RegExp.$1},intentType:function(t){return p.test(t)&&RegExp.$1},likesScreenName:function(t){return g.test(t)&&RegExp.$1},listScreenNameAndSlug:function(t){return!!w.test(t)&&{ownerScreenName:RegExp.$1,slug:RegExp.$2}},listLegacyScreenNameAndSlug:function(t){return!!y.test(t)&&{ownerScreenName:RegExp.$1,slug:RegExp.$2}},eventId:function(t){return E.test(t)&&RegExp.$1}}},function(t,e,n){function i(t){return encodeURIComponent(t).replace(/\+/g,"%2B").replace(/'/g,"%27")}function o(t){return decodeURIComponent(t)}function r(t){var r=[];return u.forIn(t,function(t,e){var n=i(t);(e=u.isType("array",e)?e:[e]).forEach(function(t){a.hasValue(t)&&r.push(n+"="+i(t))})}),r.sort().join("&")}function s(t){var r={};return t?(t.split("&").forEach(function(t){var t=t.split("="),e=o(t[0]),n=o(t[1]);if(2==t.length)return u.isType("array",r[e])?void r[e].push(n):e in r?(r[e]=[r[e]],void r[e].push(n)):void(r[e]=n)}),r):{}}var a=n(26),u=n(12);t.exports={url:function(t,e){return 0<r(e).length?u.contains(t,"?")?t+"&"+r(e):t+"?"+r(e):t},decodeURL:function(t){return 2==(t=t&&t.split("?")).length?s(t[1]):{}},decode:s,encode:r,encodePart:i,decodePart:o}},function(t,e,n){function r(t){return null!=t&&""!==t}function i(t){return s(t)&&t%1==0}function o(t){return s(t)&&!i(t)}function s(t){return r(t)&&!isNaN(t)}function a(t){return c.contains(l,t)}function u(t){return c.contains(d,t)}var c=n(12),d=[!0,1,"1","on","ON","true","TRUE","yes","YES"],l=[!1,0,"0","off","OFF","false","FALSE","no","NO"];t.exports={hasValue:r,isInt:i,isFloat:o,isNumber:s,isString:function(t){return"string"===c.toType(t)},isArray:function(t){return r(t)&&"array"==c.toType(t)},isTruthValue:u,isFalseValue:a,asInt:function(t){if(i(t))return parseInt(t,10)},asFloat:function(t){if(o(t))return t},asNumber:function(t){if(s(t))return t},asBoolean:function(t){return!(!r(t)||!u(t)&&(a(t)||!t))}}},function(t,e,n){function o(t,e){function n(t){return Math.round(t/2)}return e<t?{coordinate:0,size:e}:{coordinate:n(e)-n(t),size:t}}function r(t,e,n){var r,i=o((e=m.parse(e)).width,(n=n||{}).width||h);e.left=i.coordinate,e.width=i.size,i=o(e.height,n.height||p),e.top=i.coordinate,e.height=i.size,this.win=t,this.features=(n=e,r=[],f.forIn(n,function(t,e){r.push(t+"="+e)}),r.join(","))}var i=n(7),s=n(28),a=n(20),u=n(22),c=n(8),d=n(24),l=n(29),f=n(12),h=i.screen.width,p=i.screen.height,m=(new s).defaults({width:550,height:520,personalbar:"0",toolbar:"0",location:"1",scrollbars:"1",resizable:"1"});r.prototype.open=function(t,e){var n=e&&"click"==e.type&&u.closest("a",e.target),r=e&&(e.altKey||e.metaKey||e.shiftKey),n=n&&(c.ios()||c.android());if(d.isTwitterURL(t))return r||n||(this.name="intent_"+l.generate(),this.popup=this.win.open(t,this.name,this.features),e&&a.preventDefault(e)),this},r.open=function(t,e,n){return new r(i,e).open(t,n)},t.exports=r},function(t,e,n){function r(){this.assertions=[],this._defaults={}}var i=n(26),o=n(12);r.prototype.assert=function(t,e){return this.assertions.push({fn:t,msg:e||"assertion failed"}),this},r.prototype.defaults=function(t){return this._defaults=t||this._defaults,this},r.prototype.require=function(t){var n=this;return(t=Array.isArray(t)?t:o.toRealArray(arguments)).forEach(function(t){var e;n.assert(function(t){return i.hasValue(t[e])},"required: "+(e=t))}),this},r.prototype.parse=function(t){var n=o.aug({},this._defaults,t||{}),t=this.assertions.reduce(function(t,e){return e.fn(n)||t.push(e.msg),t},[]);if(0<t.length)throw new Error(t.join("\n"));return n},t.exports=r},function(t,e){var n=0,r=0;t.exports={generate:function(){return"i"+String(+new Date)+Math.floor(1e5*Math.random())+n++},deterministic:function(){return"i"+String(r++)}}},function(t,e,n){var r=n(16),i=n(31),n=n(12);t.exports=n.aug(r.get("events")||{},i.Emitter)},function(t,e,n){var r=n(12),i=n(15),o={bind:function(t,e){return this._handlers=this._handlers||{},this._handlers[t]=this._handlers[t]||[],this._handlers[t].push(e)},unbind:function(t,e){this._handlers&&this._handlers[t]&&(e?0<=(e=this._handlers[t].indexOf(e))&&this._handlers[t].splice(e,1):this._handlers[t]=[])},trigger:function(t,e){var n=this._handlers&&this._handlers[t];(e=e||{}).type=t,n&&n.forEach(function(t){r["async"](i(t,this,e))})}};t.exports={Emitter:o,makeEmitter:function(){return r.aug(function(){},o)}}},function(t,e,n){function r(){var t=c.val("widgets:autoload")||!0;return!h.isFalseValue(t)&&(h.isTruthValue(t)?o.body:o.querySelectorAll(t))}function i(t){return t=(t=t||o.body).length?p.toRealArray(t):[t],l.pause(),t=a.allResolved(t.reduce(function(t,n){return t.concat(v.reduce(function(t,e){return t.concat(e(n))},[]))},[]).map(function(t){return u.addWidget(t)})).then(function(t){f.trigger("loaded",{widgets:t}),g.emitter.trigger(g.ALL_WIDGETS_RENDERED,{widgets:t})}),a.always(t,function(){l.resume()}),t}var o=n(9),s=n(2),a=n(33),u=n(34),c=n(41),d=n(18),l=n(42),f=n(30),h=n(26),p=n(12),m=n(73),v=n(78),g=n(241);t.exports={load:i,loadPage:function(){var t=r();return m.load(),!1===t?s.resolve():(d.set("widgets.loaded",!0),i(t))},_getPageLoadTarget:r}},function(t,e,n){function r(t,e){return t.then(e,e)}function u(t){return t instanceof o}var o=n(2),i=n(1);t.exports={always:r,allResolved:function(s){var a;return void 0===s?o.reject(new Error("undefined is not an object")):Array.isArray(s)?(a=s.length)?new o(function(t,e){function n(){(i+=1)===a&&(0===o.length?e():t(o))}function r(t){o.push(t),n()}var i=0,o=[];s.forEach(function(t){u(t)?t.then(r,n):r(t)})}):o.resolve([]):o.reject(new Error("Type error"))},some:function(i){var t=(i=i||[]).length;return i=i.filter(u),t?t!==i.length?o.reject("non-Promise passed to .some"):new o(function(e,t){function n(){(r+=1)===i.length&&t()}var r=0;i.forEach(function(t){t.then(e,n)})}):o.reject("no promises passed to .some")},isPromise:u,allSettled:function(t){function e(){}return o.all((t||[]).map(function(t){return r(t,e)}))},timeout:function(t,e){var n=new i;return setTimeout(function(){n.reject(new Error("Promise timed out"))},e),t.then(function(t){n.resolve(t)},function(t){n.reject(t)}),n.promise}}},function(t,e,n){var r=n(35),i=n(39),o=n(2),s=n(33),a=n(15),u=n(12),c=new i(function(t){t=t.map(r.fromRawTask).reduce(function(t,e){return t[e.className]=t[e.className]||[],t[e.className].push(e),t},{}),u.forIn(t,function(t,e){s.allSettled(e.map(function(t){return t.initialize()})).then(function(){e.forEach(function(t){o.all([t.hydrate(),t.insertIntoDom()]).then(a(t.render,t)).then(a(t.success,t),a(t.fail,t))})})})});t.exports={addWidget:function(t){return c.add(t)}}},function(t,e,n){function r(r,t){this._widget=null,this._sandbox=null,this._hydrated=!1,this._insertedIntoDom=!1,this._Sandbox=r.Sandbox,this._factory=r.factory,this._widgetParams=r.parameters,this._resolve=t,this._className=r.className,this._renderedClassName=r.className+"-rendered",this._errorClassName=r.className+"-error",this._srcEl=r.srcEl,this._targetGlobal=((t=r).srcEl||t.targetEl).ownerDocument.defaultView,this._insertionStrategy=function(t){var e=r.srcEl,n=r.targetEl;e?n.insertBefore(t,e):n.appendChild(t)}}var i=n(21),o=n(36),s=n(30),a=n(38),u=n(2),c=n(33);r.fromRawTask=function(t){return new r(t.input,t.taskDoneDeferred.resolve)},r.prototype.initialize=function(){var e=this,n=new this._Sandbox(this._targetGlobal);return this._factory(this._widgetParams,n).then(function(t){return e._widget=t,e._sandbox=n,t})},r.prototype.insertIntoDom=function(){var t=this;return this._widget?this._sandbox.insert(this._widget.id,{"class":[this._className,this._renderedClassName].join(" ")},null,this._insertionStrategy).then(function(){t._insertedIntoDom=!0}):u.reject(new Error("cannot insert widget into DOM before it is initialized"))},r.prototype.hydrate=function(){var t=this;return this._widget?this._widget.hydrate().then(function(){t._hydrated=!0}):u.reject(new Error("cannot hydrate widget before it is initialized"))},r.prototype.render=function(){function t(t){return a(e._sandbox.sandboxEl).then(function(){return u.reject(t)})}var e=this;return this._hydrated?this._insertedIntoDom?e._widget.render(e._sandbox).then(function(){return e._sandbox.onResize(function(){return e._widget.resize().then(function(){s.trigger("resize",{target:e._sandbox.sandboxEl})})}),e._widget.show()}).then(function(){return a(e._srcEl).then(function(){return e._sandbox.sandboxEl})},t):t(new Error("cannot render widget before DOM insertion")):t(new Error("cannot render widget before hydration"))},r.prototype.fail=function(){var t=this;return this._srcEl?c.always(o.write(function(){i.add(t._srcEl,t._errorClassName)}),function(){s.trigger("rendered",{target:t._srcEl}),t._resolve(t._srcEl)}):(t._resolve(),u.resolve())},r.prototype.success=function(){s.trigger("rendered",{target:this._sandbox.sandboxEl}),this._resolve(this._sandbox.sandboxEl)},t.exports=r},function(t,e,n){function i(t,e){return function(){try{e.resolve(t.call(this))}catch(t){e.reject(t)}}}var o=n(37),s=n(1),a=n(12);t.exports={sync:function(t,e){t.call(e)},read:function(t,e){var n=new s;return o.read(i(t,n),e),n.promise},write:function(t,e){var n=new s;return o.write(i(t,n),e),n.promise},defer:function(t,e,n){var r=new s;return a.isType("function",t)&&(n=e,e=t,t=1),o.defer(t,i(e,r),n),r.promise}}},function(r,i,o){var s;!function(){"use strict";function t(){this.frames=[],this.lastId=0,this.raf=e,this.batch={hash:{},read:[],write:[],mode:null}}var e=window.requestAnimationFrame||window.webkitRequestAnimationFrame||window.mozRequestAnimationFrame||window.msRequestAnimationFrame||function(t){return window.setTimeout(t,1e3/60)},n=(t.prototype.read=function(t,e){t=this.add("read",t,e),e=t.id;return this.batch.read.push(t.id),"reading"===this.batch.mode||this.batch.scheduled||this.scheduleBatch(),e},t.prototype.write=function(t,e){var t=this.add("write",t,e),e=this.batch.mode,n=t.id;return this.batch.write.push(t.id),"writing"===e||"reading"===e||this.batch.scheduled||this.scheduleBatch(),n},t.prototype.defer=function(t,e,n){"function"==typeof t&&(n=e,e=t,t=1);var r=this;return this.schedule(t-1,function(){r.run({fn:e,ctx:n})})},t.prototype.clear=function(t){if("function"==typeof t)return this.clearFrame(t);t=Number(t);var e,n=this.batch.hash[t];n&&(e=(n=this.batch[n.type]).indexOf(t),delete this.batch.hash[t],~e&&n.splice(e,1))},t.prototype.clearFrame=function(t){t=this.frames.indexOf(t);~t&&this.frames.splice(t,1)},t.prototype.scheduleBatch=function(){var t=this;this.schedule(0,function(){t.batch.scheduled=!1,t.runBatch()}),this.batch.scheduled=!0},t.prototype.uniqueId=function(){return++this.lastId},t.prototype.flush=function(t){for(var e;e=t.shift();)this.run(this.batch.hash[e])},t.prototype.runBatch=function(){try{this.batch.mode="reading",this.flush(this.batch.read),this.batch.mode="writing",this.flush(this.batch.write),this.batch.mode=null}catch(r){throw this.runBatch(),r}},t.prototype.add=function(t,e,n){var r=this.uniqueId();return this.batch.hash[r]={id:r,fn:e,ctx:n,type:t}},t.prototype.run=function(t){var e=t.ctx||this,n=t.fn;if(delete this.batch.hash[t.id],!this.onError)return n.call(e);try{n.call(e)}catch(t){this.onError(t)}},t.prototype.loop=function(){function e(){var t=n.frames.shift();n.frames.length?r(e):n.looping=!1,t&&t()}var t,n=this,r=this.raf,i=!1;this.looping||(t=setTimeout(function(){i=!0,e()},500),r(function(){i||(clearTimeout(t),e())}),this.looping=!0)},t.prototype.schedule=function(t,e){return this.frames[t]?this.schedule(t+1,e):(this.loop(),this.frames[t]=e)},new t);void 0!==r&&r.exports?r.exports=n:void 0!==(s=function(){return n}.call(i,o,i,r))&&(r.exports=s)}()},function(t,e,n){var r=n(36);t.exports=function(t){return r.write(function(){t&&t.parentNode&&t.parentNode.removeChild(t)})}},function(e,t,n){function r(t){this._inputsQueue=[],this._task=t,this._hasFlushBeenScheduled=!1}var i=n(1),o=n(40),s=n(15);r.prototype.add=function(t){var e=new i;return this._inputsQueue.push({input:t,taskDoneDeferred:e}),this._hasFlushBeenScheduled||(this._hasFlushBeenScheduled=!0,o(s(this._flush,this))),e.promise},r.prototype._flush=function(){try{this._task.call(null,this._inputsQueue)}catch(e){this._inputsQueue.forEach(function(t){t.taskDoneDeferred.reject(e)})}this._inputsQueue=[],this._hasFlushBeenScheduled=!1},e.exports=r},function(t,e,n){n=n(3).Promise;t.exports=n._asap},function(t,e,n){function r(t){var e,n,r,i=0;for(o={},e=(t=t||s).getElementsByTagName("meta");e[i];i++){if(n=e[i],/^twitter:/.test(n.getAttribute("name")))r=n.getAttribute("name").replace(/^twitter:/,"");else{if(!/^twitter:/.test(n.getAttribute("property")))continue;r=n.getAttribute("property").replace(/^twitter:/,"")}o[r]=n.getAttribute("content")||n.getAttribute("value")}}var o,s=n(9);r(),t.exports={init:r,val:function(t){return o[t]}}},function(t,e,n){function r(t){t.forEach(function(t){var e=t.input.namespace,n=t.input.data,r=t.input.offsite,i=t.input.version;s.clientEvent(e,n,r,i),t.taskDoneDeferred.resolve()})}var i=n(43),o=n(44),s=n(71),a=n(50),u=new(n(72))(function(t){var e;if(0!==t.length){if(1===t.length)return r(t);e=(t=i(t,function(t){return a.noticeSeen(t.input.namespace)}))["true"],t=t["false"],e&&0<e.length&&r(e.slice(0,1)),t&&(1===t.length?r:function(t){o.init(),t.forEach(function(t){var e=t.input.namespace,n=t.input.data,r=t.input.offsite,t=t.input.version;o.clientEvent(e,n,r,t)}),o.flush().then(function(){t.forEach(function(t){t.taskDoneDeferred.resolve()})},function(){t.forEach(function(t){t.taskDoneDeferred.reject()})})})(t)}});t.exports={scribe:function(t,e,n,r){return u.add({namespace:t,data:e,offsite:n,version:r})},pause:function(){u.pause()},resume:function(){u.resume()}}},function(t,e){t.exports=function(t,r){return t.reduce(function(t,e){var n=r(e);return t[n]=t[n]||[],t[n].push(e),t},{})}},function(t,e,n){function r(){var t=a.createElement("form"),e=a.createElement("input"),n=a.createElement("input");return b++,t.action=p.CLIENT_EVENT_ENDPOINT,t.method="POST",t.target=w+b,t.id=y+b,e.type="hidden",e.name="dnt",e.value=l.enabled(),n.type="hidden",n.name="tfw_redirect",n.value=p.RUFOUS_REDIRECT,t.appendChild(e),t.appendChild(n),t}function i(){var t=w+b;return d({id:t,name:t,width:0,height:0,border:0},{display:"none"},a.doc)}var s,o,a,u=n(9),c=n(7),d=n(45),l=n(46),f=n(1),h=n(2),p=n(50),m=n(12),v=n(53),g=n(18).get("scribeCallback"),n=Math.floor(1e3*Math.random())+"_",w="rufous-frame-"+n+"-",y="rufous-form-"+n+"-",b=0,_=!1,E=new f;t.exports={clientEvent:function(n,r,i,o){var t,e;t=n,e=r,t=!m.isObject(t),e=!!e&&!m.isObject(e),t||e||(g&&g(arguments),E.promise.then(function(){var t,e;t=p.formatClientEventNamespace(n),e=p.formatClientEventData(r,i,o),m.isObject(t)&&m.isObject(e)&&(t=p.flattenClientEventPayload(t,e),(e=s.firstChild).value=+(+e.value||t.dnt||0),(e=a.createElement("input")).type="hidden",e.name="l",e.value=p.stringify(t),s.appendChild(e))}))},flush:function(){return E.promise.then(function(){var t;return s.children.length<=2?h.reject():(t=h.all([a.doc.body.appendChild(s),a.doc.body.appendChild(o)]).then(function(t){var r=t[0],i=t[1];return i.addEventListener("load",function(){e=i;var t,e,n=(t=r).parentNode;n&&(n.removeChild(t),n.removeChild(e))}),r.submit(),t}),s=r(),o=i(),t)})},init:function(){return _||((a=new v(c)).insert("rufous-sandbox",null,{display:"none"},function(t){u.body.appendChild(t)}).then(function(){a.setTitle("Twitter analytics iframe"),s=r(),o=i(),E.resolve([s,o])}),_=!0),E.promise}}},function(t,e,n){var i=n(9),o=n(12);t.exports=function(t,e,n){var r;if(n=n||i,e=e||{},(t=t||{}).name){try{r=n.createElement('<iframe name="'+t.name+'"></iframe>')}catch(e){(r=n.createElement("iframe")).name=t.name}delete t.name}else r=n.createElement("iframe");return t.id&&(r.id=t.id,delete t.id),r.allowtransparency="true",r.scrolling="no",r.setAttribute("frameBorder",0),r.setAttribute("allowTransparency",!0),o.forIn(t,function(t,e){r.setAttribute(t,e)}),o.forIn(e,function(t,e){r.style[t]=e}),r}},function(t,e,n){var r=n(9),i=n(11),o=n(47),s=n(49),a=n(26),u=n(41),c=!1,d=/https?:\/\/([^\/]+).*/i;t.exports={setOn:function(){c=!0},enabled:function(t,e){return!!(c||a.asBoolean(u.val("dnt"))||s.isUrlSensitive(e||i.host)||o.isFramed()&&s.isUrlSensitive(o.rootDocumentLocation())||(t=d.test(t||r.referrer)&&RegExp.$1)&&s.isUrlSensitive(t))}}},function(t,e,n){var r=n(11),i=n(48),o=n(12),s=i.getCanonicalURL()||r.href,a=s;t.exports={isFramed:function(){return s!==a},rootDocumentLocation:function(t){return s=t&&o.isType("string",t)?t:s},currentDocumentLocation:function(){return a}}},function(t,e,n){function r(t,e){var n,r;return e=e||i,/^https?:\/\//.test(t)?t:/^\/\//.test(t)?e.protocol+t:(n=e.host+(e.port.length?":"+e.port:""),0!==t.indexOf("/")&&((r=e.pathname.split("/")).pop(),r.push(t),t="/"+r.join("/")),[e.protocol,"//",n,t].join(""))}var s=n(9),i=n(11),a=n(24);t.exports={absolutize:r,getCanonicalURL:function(){for(var t,e=s.getElementsByTagName("link"),n=0;e[n];n++)if("canonical"==(t=e[n]).rel)return r(t.href)},getScreenNameFromPage:function(){for(var t,e,n=[s.getElementsByTagName("a"),s.getElementsByTagName("link")],r=0,i=0,o=/\bme\b/;t=n[r];r++)for(i=0;e=t[i];i++)if(o.test(e.rel)&&(e=a.screenName(e.href)))return e}}},function(t,e,n){function r(t){return t in s?s[t]:s[t]=o.test(t)}var i=n(11),o=/^[^#?]*\.(gov|mil)(:\d+)?([#?].*)?$/i,s={};t.exports={isUrlSensitive:r,isHostPageSensitive:function(){return r(i.host)}}},function(t,e,n){function r(t){return u.aug({client:"tfw"},t||{})}function i(t,e,n){return u.aug({},e=e||{},{_category_:t,triggered_on:e.triggered_on||+new Date,dnt:a.enabled(n)})}var o=n(9),s=n(51),a=n(46),u=n(12),c=n(52),d=n(18),l=n(24),f=c.version,n=d.get("clientEventEndpoint")||"https://syndication.twitter.com/i/jot";t.exports={extractTermsFromDOM:function h(t,n){var e;return n=n||{},t&&t.nodeType===Node.ELEMENT_NODE?((e=t.getAttribute("data-scribe"))&&e.split(" ").forEach(function(t){var e=(t=t.trim().split(":"))[0],t=t[1];e&&t&&!n[e]&&(n[e]=t)}),h(t.parentNode,n)):n},clickEventElement:function(t){return(t=t.getAttribute("data-expanded-url"))&&l.isTwitterURL(t)?"twitter_url":"url"},flattenClientEventPayload:function(t,e){return u.aug({},e,{event_namespace:t})},formatGenericEventData:i,formatClientEventData:function(t,e,n){var r=t&&t.widget_origin||o.referrer;return(t=i("tfw_client_event",t,r)).client_version=f,t.format_version=void 0!==n?n:1,e||(t.widget_origin=r),t},formatClientEventNamespace:r,formatTweetAssociation:function(t,e){var n={};return(e=e||{}).association_namespace=r(t),n[1]=e,n},noticeSeen:function(t){return"notice"===t.element&&"seen"===t.action},splitLogEntry:function(e){var t,n,r,i;return e.item_ids&&1<e.item_ids.length?(r=Math.floor(e.item_ids.length/2),t=e.item_ids.slice(0,r),n={},r=e.item_ids.slice(r),i={},t.forEach(function(t){n[t]=e.item_details[t]}),r.forEach(function(t){i[t]=e.item_details[t]}),[u.aug({},e,{item_ids:t,item_details:n}),u.aug({},e,{item_ids:r,item_details:i})]):[e]},stringify:function(t){var e=Array.prototype.toJSON;return delete Array.prototype.toJSON,t=s.stringify(t),e&&(Array.prototype.toJSON=e),t},AUDIENCE_ENDPOINT:"https://syndication.twitter.com/i/jot/syndication",CLIENT_EVENT_ENDPOINT:n,RUFOUS_REDIRECT:"https://platform.twitter.com/jot.html"}},function(t,e,n){n=n(7).JSON;t.exports={stringify:n.stringify||n.encode,parse:n.parse||n.decode}},function(t,e){t.exports={version:"c419f42:1520970215484"}},function(t,e,n){var r=n(54),n=n(63);t.exports=r.build([n])},function(t,e,n){var r=n(55),i=n(58),n=n(15);(r=Object.create(r)).build=n(r.build,null,i),t.exports=r},function(t,e,n){var i=n(56),o=n(57),r=n(12);t.exports={couple:function(){return r.toRealArray(arguments)},build:function(t,e,n){var r=new t;return(e=o(i(e||[]))).forEach(function(t){t.call(null,r)}),r.build(n)}}},function(t,e,n){var r=n(12);t.exports=function i(t){var e=[];return t.forEach(function(t){t=r.isType("array",t)?i(t):[t],e=e.concat(t)}),e}},function(t,e){t.exports=function(n){return n.filter(function(t,e){return n.indexOf(t)===e})}},function(t,e,n){function r(){i.apply(this,arguments)}var i=n(59),o=n(12),n=n(62);r.prototype=Object.create(i.prototype),o.aug(r.prototype,{factory:n}),t.exports=r},function(t,e,n){function r(){this.Component=this.factory(),this._adviceArgs=[],this._lastArgs=[]}var i=n(60),o=n(12),n=n(61);o.aug(r.prototype,{factory:n,build:function(t){var e=this;return this.Component,o.aug(this.Component.prototype.boundParams,t),this._adviceArgs.concat(this._lastArgs).forEach(function(t){!function(t,e,n){var r=this[e];if(!r)throw new Error(e+" does not exist");this[e]=t(r,n)}.apply(e.Component.prototype,t)}),delete this._lastArgs,delete this._adviceArgs,this.Component},params:function(t){var e=this.Component.prototype.paramConfigs;this.Component.prototype.paramConfigs=o.aug({},t=t||{},e)},define:function(t,e){if(t in this.Component.prototype)throw new Error(t+" has previously been defined");this.override(t,e)},defineStatic:function(t,e){this.Component[t]=e},override:function(t,e){this.Component.prototype[t]=e},defineProperty:function(t,e){if(t in this.Component.prototype)throw new Error(t+" has previously been defined");this.overrideProperty(t,e)},overrideProperty:function(t,e){e=o.aug({configurable:!0},e);Object.defineProperty(this.Component.prototype,t,e)},before:function(t,e){this._adviceArgs.push([i.before,t,e])},after:function(t,e){this._adviceArgs.push([i.after,t,e])},around:function(t,e){this._adviceArgs.push([i.around,t,e])},last:function(t,e){this._lastArgs.push([i.after,t,e])}}),t.exports=r},function(t,e,n){var s=n(33),r=n(12),i=n(15);t.exports={before:function(r,i){return function(){var t=this,e=arguments,n=i.apply(this,arguments);return s.isPromise(n)?n.then(function(){return r.apply(t,e)}):r.apply(this,arguments)}},after:function(i,o){return function(){function e(t,e){return s.isPromise(e)?e.then(function(){return t}):t}var n=this,r=arguments,t=i.apply(this,arguments);return s.isPromise(t)?t.then(function(t){return e(t,o.apply(n,r))}):e(t,o.apply(this,arguments))}},around:function(e,n){return function(){var t=r.toRealArray(arguments);return t.unshift(i(e,this)),n.apply(this,t)}}}},function(t,e,n){function f(){return!0}function h(t){return t}var p=n(12);t.exports=function(){function t(d){var l=this;d=d||{},this.params=Object.keys(this.paramConfigs).reduce(function(t,e){var n,r,i,o=[],s=l.boundParams,a=l.paramConfigs[e],u=a.validate||f,c=a.transform||h;if(e in s&&o.push(s[e]),e in d&&o.push(d[e]),o="fallback"in a?o.concat(a.fallback):o,t[e]=(n=u,r=c,i=null,o.some(function(t){if(t=p.isType("function",t)?t():t,n(t))return i=r(t),!0}),i),a.required&&null==t[e])throw new Error(e+" is a required parameter");return t},{}),this.initialize()}return p.aug(t.prototype,{paramConfigs:{},boundParams:{},initialize:function(){}}),t}},function(t,e,n){var r=n(21),i=n(36),o=n(61),s=n(2),a=n(12);t.exports=function(){function t(t){e.apply(this,arguments),Object.defineProperty(this,"targetGlobal",{value:t})}var e=o();return t.prototype=Object.create(e.prototype),a.aug(t.prototype,{id:null,initialized:!1,width:0,height:0,sandboxEl:null,insert:function(){return s.reject()},onResize:function(){},addClass:function(t){var e=this.sandboxEl;return t=Array.isArray(t)?t:[t],i.write(function(){t.forEach(function(t){r.add(e,t)})})},removeClass:function(t){var e=this.sandboxEl;return t=Array.isArray(t)?t:[t],i.write(function(){t.forEach(function(t){r.remove(e,t)})})},styleSelf:function(t){var n=this;return i.write(function(){a.forIn(t,function(t,e){n.sandboxEl.style[t]=e})})}}),t}},function(t,e,n){function u(t,e,n,r){return e=w.aug({id:t},E,e),n=w.aug({},x,n),p(e,n,r)}function c(t){try{t.contentWindow.document}catch(t){return g.reject(t)}return g.resolve(t)}function d(t,e,n,r,i){var o=new v,s=b.generate(),a=u(t,e,n,i);return y.set(["sandbox",s],function(){var t=a.contentWindow.document;f.write(function(){t.write("<!DOCTYPE html><html><head></head><body></body></html>")}).then(function(){t.close(),o.resolve(a)})}),a.src=["javascript:",'document.write("");',"try { window.parent.document; }",'catch (e) { document.domain="'+l.domain+'"; }',"window.parent."+y.fullPath(["sandbox",s])+"();"].join(""),a.addEventListener("error",o.reject,!1),f.write(function(){r.parentNode.replaceChild(a,r)}),o.promise}var l=n(9),r=n(21),f=n(36),i=n(64),o=n(54),s=n(65),a=n(66),h=n(67),p=n(45),m=(n(10),n(68)),v=n(1),g=n(2),w=n(12),y=n(18),b=n(29),_=n(15),E={allowfullscreen:"true"},x={position:"absolute",visibility:"hidden",display:"block",width:"0px",height:"0px",padding:"0",border:"none"},A={position:"static",visibility:"visible"};t.exports=o.couple(n(69),function(t){t.overrideProperty("id",{get:function(){return this.sandboxEl&&this.sandboxEl.id}}),t.overrideProperty("initialized",{get:function(){return!!this.win}}),t.overrideProperty("width",{get:function(){return this._width}}),t.overrideProperty("height",{get:function(){return this._height}}),t.overrideProperty("sandboxEl",{get:function(){return this.iframeEl}}),t.defineProperty("iframeEl",{get:function(){return this._iframe}}),t.defineProperty("rootEl",{get:function(){return this.doc&&this.doc.documentElement}}),t.defineProperty("widgetEl",{get:function(){return this.doc&&this.doc.body.firstElementChild}}),t.defineProperty("win",{get:function(){return this.iframeEl&&this.iframeEl.contentWindow}}),t.defineProperty("doc",{get:function(){return this.win&&this.win.document}}),t.define("_updateCachedDimensions",function(){var n=this;return f.read(function(){var t,e=m(n.sandboxEl);"visible"==n.sandboxEl.style.visibility?n._width=e.width:(t=m(n.sandboxEl.parentElement).width,n._width=Math.min(e.width,t)),n._height=e.height})}),t.define("_setTargetToBlank",function(){var t=this.createElement("base");t.target="_blank",this.doc.head.appendChild(t)}),t.define("_didResize",function(){var e=this,t=this._resizeHandlers.slice(0);return this._updateCachedDimensions().then(function(){t.forEach(function(t){t(e)})})}),t.define("setTitle",function(t){this.iframeEl.title=t}),t.override("createElement",function(t){return this.doc.createElement(t)}),t.override("createFragment",function(){return this.doc.createDocumentFragment()}),t.override("htmlToElement",function(t){var e=this.createElement("div");return e.innerHTML=t,e.firstElementChild}),t.override("hasSelectedText",function(){return!!i.getSelectedText(this.win)}),t.override("addRootClass",function(t){var e=this.rootEl;return t=Array.isArray(t)?t:[t],this.initialized?f.write(function(){t.forEach(function(t){r.add(e,t)})}):g.reject(new Error("sandbox not initialized"))}),t.override("removeRootClass",function(t){var e=this.rootEl;return t=Array.isArray(t)?t:[t],this.initialized?f.write(function(){t.forEach(function(t){r.remove(e,t)})}):g.reject(new Error("sandbox not initialized"))}),t.override("hasRootClass",function(t){return r.present(this.rootEl,t)}),t.define("addStyleSheet",function(t,e){var n,r=new v;return this.initialized?((n=this.createElement("link")).type="text/css",n.rel="stylesheet",n.href=t,n.addEventListener("load",r.resolve,!1),n.addEventListener("error",r.reject,!1),f.write(_(e,null,n)).then(function(){return s(t).then(r.resolve,r.reject),r.promise})):g.reject(new Error("sandbox not initialized"))}),t.override("prependStyleSheet",function(t){var n=this.doc;return this.addStyleSheet(t,function(t){var e=n.head.firstElementChild;return e?n.head.insertBefore(t,e):n.head.appendChild(t)})}),t.override("appendStyleSheet",function(t){var e=this.doc;return this.addStyleSheet(t,function(t){return e.head.appendChild(t)})}),t.define("addCss",function(t,e){var n;return a.inlineStyle()?((n=this.createElement("style")).type="text/css",n.appendChild(this.doc.createTextNode(t)),f.write(_(e,null,n))):g.resolve()}),t.override("prependCss",function(t){var n=this.doc;return this.addCss(t,function(t){var e=n.head.firstElementChild;return e?n.head.insertBefore(t,e):n.head.appendChild(t)})}),t.override("appendCss",function(t){var e=this.doc;return this.addCss(t,function(t){return e.head.appendChild(t)})}),t.override("makeVisible",function(){var t=this;return this.styleSelf(A).then(function(){t._updateCachedDimensions()})}),t.override("injectWidgetEl",function(t){var e=this;return this.initialized?this.widgetEl?g.reject(new Error("widget already injected")):f.write(function(){e.doc.body.appendChild(t)}):g.reject(new Error("sandbox not initialized"))}),t.override("matchHeightToContent",function(){var t,e=this;return f.read(function(){t=e.widgetEl?m(e.widgetEl).height:0}),f.write(function(){e.sandboxEl.style.height=t+"px"}).then(function(){return e._updateCachedDimensions()})}),t.override("matchWidthToContent",function(){var t,e=this;return f.read(function(){t=e.widgetEl?m(e.widgetEl).width:0}),f.write(function(){e.sandboxEl.style.width=t+"px"}).then(function(){return e._updateCachedDimensions()})}),t.after("initialize",function(){this._iframe=null,this._width=this._height=0,this._resizeHandlers=[]}),t.override("insert",function(t,e,n,r){var i=this,o=new v,s=this.targetGlobal.document,a=u(t,e,n,s);return f.write(_(r,null,a)),a.addEventListener("load",function(){c(a).then(null,_(d,null,t,e,n,a,s)).then(o.resolve,o.reject)},!1),a.addEventListener("error",o.reject,!1),o.promise.then(function(t){var e=h(i._didResize,50,i);return i._iframe=t,i.win.addEventListener("resize",e,!1),g.all([i._setTargetToBlank(),i.addRootClass("SandboxRoot"),i.prependCss(".SandboxRoot { display: none; }")])})}),t.override("onResize",function(t){this._resizeHandlers.push(t)}),t.after("styleSelf",function(){return this._updateCachedDimensions()})})},function(t,e,n){function r(t){return(t=t||i).getSelection&&t.getSelection()}var i=n(7);t.exports={getSelection:r,getSelectedText:function(t){return(t=r(t))?t.toString():""}}},function(t,e,n){var r=n(9),i=n(7),o=n(1);t.exports=function(t){var e=new o,n=r.createElement("img");return n.onload=n.onerror=function(){i.setTimeout(e.resolve,50)},n.src=t,i.setTimeout(e.reject,2e4),e.promise}},function(t,e,n){var i,o=n(21),s=n(9),a=n(7),u=n(41),c=n(38),d=n(26),l=n(29),f="csptest";t.exports={inlineStyle:function(){var t=f+l.generate(),e=s.createElement("div"),n=s.createElement("style"),r="."+t+" { visibility: hidden; }";return!!s.body&&(void 0!==(i=d.asBoolean(u.val("widgets:csp"))?!1:i)||(e.style.display="none",o.add(e,t),n.type="text/css",n.appendChild(s.createTextNode(r)),s.body.appendChild(n),s.body.appendChild(e),i="hidden"===a.getComputedStyle(e).visibility,c(e),c(n)),i)}}},function(t,e,n){var c=n(7);t.exports=function(r,i,o){function s(){var t=o||this,e=arguments,n=+new Date;return c.clearTimeout(a),i<n-u?(u=n,void r.apply(t,e)):void(a=c.setTimeout(function(){s.apply(t,e)},i))}var a,u=0;return o=o||null,s}},function(t,e){t.exports=function(t){return{width:(t=t.getBoundingClientRect()).width,height:t.height}}},function(t,e,n){var r=n(70);t.exports=function(t){t.define("createElement",r),t.define("createFragment",r),t.define("htmlToElement",r),t.define("hasSelectedText",r),t.define("addRootClass",r),t.define("removeRootClass",r),t.define("hasRootClass",r),t.define("prependStyleSheet",r),t.define("appendStyleSheet",r),t.define("prependCss",r),t.define("appendCss",r),t.define("makeVisible",r),t.define("injectWidgetEl",r),t.define("matchHeightToContent",r),t.define("matchWidthToContent",r)}},function(t,e){t.exports=function(){throw new Error("unimplemented method")}},function(t,e,n){function i(t,e,n,r){var i=!f.isObject(t),o=!!e&&!f.isObject(e);i||o||(h&&h(arguments),s(l.formatClientEventNamespace(t),l.formatClientEventData(e,n,r),l.CLIENT_EVENT_ENDPOINT))}function s(t,e,n){var r;n&&f.isObject(t)&&f.isObject(e)&&(e=l.flattenClientEventPayload(t,e),r={l:l.stringify(e)},l.noticeSeen(t)&&(r.notice_seen=!0),e.dnt&&(r.dnt=1),o(d.url(n,r)))}function r(t,e,n,r){var i=!f.isObject(t),o=!!e&&!f.isObject(e);if(!i&&!o)return a(l.flattenClientEventPayload(l.formatClientEventNamespace(t),l.formatClientEventData(e,n,r)))}function a(t){return m.push(t),m}function u(t){return encodeURIComponent(t).length+3}function o(t){return(new Image).src=t}var c=n(46),d=n(25),l=n(50),f=n(12),h=n(18).get("scribeCallback"),p=2083,m=[],n=d.url(l.CLIENT_EVENT_ENDPOINT,{dnt:0,l:""}),v=encodeURIComponent(n).length;t.exports={_enqueueRawObject:a,scribe:s,clientEvent:i,clientEvent2:function(t,e,n){return i(t,e,n,2)},enqueueClientEvent:r,flushClientEvents:function(){var s;return 1<m.length&&r({page:"widgets_js",component:"scribe_pixel",action:"batch_log"},{}),s=m,m=[],s.reduce(function(n,t,e){var r=n.length,i=r&&n[r-1];return e+1==s.length&&t.event_namespace&&"batch_log"==t.event_namespace.action&&(t.message=["entries:"+e,"requests:"+r].join("/")),function o(t){return Array.isArray(t)||(t=[t]),t.reduce(function(t,e){var n=l.stringify(e),r=u(n);return v+r<p?t=t.concat(n):1<(r=l.splitLogEntry(e)).length&&(t=t.concat(o(r))),t},[])}(t).forEach(function(t){var e=u(t);(!i||i.urlLength+e>p)&&(i={urlLength:v,items:[]},n.push(i)),i.urlLength+=e,i.items.push(t)}),n},[]).map(function(t){t={l:t.items};return c.enabled()&&(t.dnt=1),o(d.url(l.CLIENT_EVENT_ENDPOINT,t))})},interaction:function(t,e,n,r){(t=l.extractTermsFromDOM(t.target||t.srcElement)).action=r||"click",i(t,e,n)}}},function(e,t,n){function r(t,e){this._inputsQueue=[],this._task=t,this._isPaused=!1,this._flushDelay=e&&e.flushDelay||100,this._pauseLength=e&&e.pauseLength||3e3,this._flushTimeout=void 0}var i=n(1),o=n(15);r.prototype.add=function(t){var e=new i;return this._inputsQueue.push({input:t,taskDoneDeferred:e}),this._scheduleFlush(),e.promise},r.prototype._scheduleFlush=function(){this._isPaused||(clearTimeout(this._flushTimeout),this._flushTimeout=setTimeout(o(this._flush,this),this._flushDelay))},r.prototype._flush=function(){try{this._task.call(null,this._inputsQueue)}catch(e){this._inputsQueue.forEach(function(t){t.taskDoneDeferred.reject(e)})}this._inputsQueue=[],this._flushTimeout=void 0},r.prototype.pause=function(t){clearTimeout(this._flushTimeout),this._isPaused=!0,!t&&this._pauseLength&&setTimeout(o(this.resume,this),this._pauseLength)},r.prototype.resume=function(){this._isPaused=!1,this._scheduleFlush()},e.exports=r},function(t,e,n){function r(e){return o.settingsLoaded().then(function(t){return t[e]})}function i(){return r("experiments")}var o=n(74);t.exports={isBucketed:function(){return r("isBucketed")},shouldObtainCookieConsent:function(){return r("shouldObtainCookieConsent")},getExperiments:i,getExperiment:function(e){return i().then(function(t){if(t[e])return t[e];throw new Error("Experiment not found")})},getExperimentKeys:function(){return i().then(function(t){return Object.keys(t)})},load:function(){o.load()}}},function(t,e,n){function r(t){t=t||{is_bucketed:!1,should_obtain_cookie_consent:!0,experiments:{}};return new m(t.is_bucketed,t.should_obtain_cookie_consent,t.experiments)}var i,o=n(45),s=n(1),a=n(9),u=n(51),c=n(11),d=n(25),l=n(7),f=n(8),h=n(75),p=n(76),m=(n(10),n(77));t.exports={load:function(){var n,t;return i=new s,f.ie9()||f.ie10()||"http:"!==c.protocol&&"https:"!==c.protocol?void i.resolve(r()):(t={origin:c.origin},n=d.url(h.resourceBaseUrl+h.widgetIframeHtmlPath,t),l.addEventListener("message",function(t){var e;if(n.substr(0,t.origin.length)===t.origin)try{(e=u.parse(t.data)).namespace===p.settings&&i.resolve(r(e.settings))}catch(t){}}),t=o({src:n},{display:"none"}),void a.body.appendChild(t))},settingsLoaded:function(){var e=new s;return i.promise.then(function(t){e.resolve(t)})["catch"](function(t){e.reject(t)}),e.promise}}},function(t,e){t.exports={tweetButtonHtmlPath:"/widgets/tweet_button.f47a2e0b4471326b6fa0f163bda46011.{{lang}}.html",followButtonHtmlPath:"/widgets/follow_button.f47a2e0b4471326b6fa0f163bda46011.{{lang}}.html",hubHtmlPath:"/widgets/hub.html",widgetIframeHtmlPath:"/widgets/widget_iframe.f47a2e0b4471326b6fa0f163bda46011.html",resourceBaseUrl:"https://platform.twitter.com"}},function(t,e){t.exports={settings:"twttr.settings"}},function(t,e){t.exports=function(t,e,n){this.isBucketed=t,this.shouldObtainCookieConsent=e,this.experiments=n||{}}},function(t,e,n){t.exports=[n(79),n(112),n(127),n(162),n(173),n(179),n(224),n(243),n(248)]},function(t,e,n){var c=n(25),d=n(26),l=n(12),f=n(80),r=n(82)(),h=n(85);t.exports=function(t){return r(t,"a.twitter-dm-button").map(function(t){return h((n=(e=t).getAttribute("data-show-screen-name"),r=f(e),i=e.getAttribute("href"),o=e.getAttribute("data-screen-name"),n=n?d.asBoolean(n):null,s=e.getAttribute("data-size"),a=(i=c.decodeURL(i)).recipient_id,u=e.getAttribute("data-text")||i.text,e=e.getAttribute("data-welcome-message-id")||i.welcomeMessageId,l.aug(r,{screenName:o,showScreenName:n,size:s,text:u,userId:a,welcomeMessageId:e})),t.parentNode,t);var e,n,r,i,o,s,a,u})}},function(t,e,n){var i=n(46),o=n(26),s=n(25),a=n(12),u=n(81);t.exports=function(t){var r=(e=t.href&&t.href.split("?")[1])?s.decode(e):{},e={lang:u(t),width:t.getAttribute("data-width")||t.getAttribute("width"),height:t.getAttribute("data-height")||t.getAttribute("height"),related:t.getAttribute("data-related"),partner:t.getAttribute("data-partner")};return o.asBoolean(t.getAttribute("data-dnt"))&&i.setOn(),a.forIn(e,function(t,e){var n=r[t];r[t]=o.hasValue(n)?n:e}),a.compact(r)}},function(t,e,n){var r=n(12);t.exports=function i(t){var e;if(t)return e=t.lang||t.getAttribute("data-lang"),r.isType("string",e)?e:i(t.parentElement)}},function(t,e,n){var r=n(83),i=n(29);t.exports=function(){var n="data-twitter-extracted-"+i.generate();return function(t,e){return r(t,e).filter(function(t){return!t.hasAttribute(n)}).map(function(t){return t.setAttribute(n,"true"),t})}}},function(t,e,n){var r=n(12),i=n(84);t.exports=function(t,e){return i(t,e)?[t]:r.toRealArray(t.querySelectorAll(e))}},function(t,e,n){var n=n(7).HTMLElement,r=n.prototype.matches||n.prototype.matchesSelector||n.prototype.webkitMatchesSelector||n.prototype.mozMatchesSelector||n.prototype.msMatchesSelector||n.prototype.oMatchesSelector;t.exports=function(t,e){if(r)return r.call(t,e)}},function(t,e,n){var r=n(86),i=n(87),o=n(108);t.exports=function(t,e,n){return new r(i,o,"twitter-dm-button",t,e,n)}},function(t,e){function n(t,e,n,r,i,o){this.factory=t,this.Sandbox=e,this.srcEl=o,this.targetEl=i,this.parameters=r,this.className=n}n.prototype.destroy=function(){this.srcEl=this.targetEl=null},t.exports=n},function(t,e,s){var n=s(1);t.exports=function(r,i){var o=new n;return s.e(1,function(t,e){var n;if(t)return o.reject(t);try{n=s(88),o.resolve(new n(r,i))}catch(r){o.reject(r)}}),o.promise}},,function(t,e,n){var r=n(55),i=n(90),n=n(15);(r=Object.create(r)).build=n(r.build,null,i),t.exports=r},function(t,e,n){function r(){i.apply(this,arguments),this.Widget=this.Component}var i=n(59),o=n(12),n=n(91);r.prototype=Object.create(i.prototype),o.aug(r.prototype,{factory:n,build:function(){return i.prototype.build.apply(this,arguments)},selectors:function(t){var e=this.Widget.prototype.selectors;this.Widget.prototype.selectors=o.aug({},t=t||{},e)}}),t.exports=r},function(t,e,n){var r=n(2),o=n(20),i=n(61),s=n(12),a=n(15),u=n(92);t.exports=function(){function t(t,e){n.apply(this,arguments),this.id="twitter-widget-"+u(),this.sandbox=e}var n=i();return t.prototype=Object.create(n.prototype),s.aug(t.prototype,{selectors:{},hydrate:function(){return r.resolve()},prepForInsertion:function(){},render:function(){return r.resolve()},show:function(){return r.resolve()},resize:function(){return r.resolve()},select:function(t,e){return 1===arguments.length&&(e=t,t=this.el),t?(e=this.selectors[e]||e,s.toRealArray(t.querySelectorAll(e))):[]},selectOne:function(){return this.select.apply(this,arguments)[0]},selectLast:function(){return this.select.apply(this,arguments).pop()},on:function(t,e,n){var r,i=this.el;this.el&&(t=(t||"").split(/\s+/),2===arguments.length?n=e:r=e,r=this.selectors[r]||r,n=a(n,this),t.forEach(r?function(t){o.delegate(i,t,r,n)}:function(t){i.addEventListener(t,n,!1)}))}}),t}},function(t,e){var n=0;t.exports=function(){return String(n++)}},,function(t,e,n){function r(t,e,n){return n="dark"===n?"dark":"light",e=i.isRtlLang(e)?"rtl":"ltr",t=[t,o.css,n,e,"css"].join("."),a.resourceBaseUrl+"/css/"+t}var i=n(95),o=n(98),s=n(15),a=n(75);t.exports={dmButton:function(){return a.resourceBaseUrl+"/css/"+["dm_button",o.css,"css"].join(".")},tweet:s(r,null,"tweet"),timeline:s(r,null,"timeline"),video:s(r,null,"video"),moment:s(r,null,"moment"),grid:s(r,null,"grid"),periscopeOnAir:function(){return a.resourceBaseUrl+"/css/"+["periscope_on_air",o.css,"css"].join(".")}}},function(t,e,n){var r=n(12),i=n(96),o=["ar","fa","he","ur"];t.exports={isRtlLang:function(t){return t=String(t).toLowerCase(),r.contains(o,t)},matchLanguage:function(t){return t=(t=(t||"").toLowerCase()).replace("_","-"),i(t)?t:(t=t.replace(/-.*/,""),i(t)?t:"en")}}},function(t,e,n){var r=n(12),i=n(97);t.exports=function(t){return"en"===t||r.contains(i,t)}},function(t,e){t.exports=["hi","zh-cn","fr","zh-tw","msa","fil","fi","sv","pl","ja","ko","de","it","pt","es","ru","id","tr","da","no","nl","hu","fa","ar","ur","he","th","cs","uk","vi","ro","bn","el","en-gb","gu","kn","mr","ta","bg","ca","hr","sr","sk"]},function(t,e){t.exports={css:"529166ecfeb05abf3ee5afe0a8c349a4"}},,function(t,e,n){var r=n(101),i=n(24),o="data-url-ref-attrs-injected";t.exports=function(t){t.define("injectRefUrlParams",function(t){t.getAttribute(o)||(t.setAttribute(o,!0),t.href=r(t.href))}),t.after("render",function(){this.on("click","A",function(t,e){i.isTwitterURL(e.href)&&this.injectRefUrlParams(e)})})}},function(t,e,n){var r=n(25),i=n(47);t.exports=function(t){return r.url(t,{ref_src:"twsrc^tfw",ref_url:i.rootDocumentLocation()})}},function(t,e,n){var r=n(42),i=n(50),o=n(47),s=n(12),a=n(15),u=n(41),c=n(26),d=n(103);t.exports=function(t){t.params({partner:{fallback:a(u.val,u,"partner")}}),t.define("scribeItems",function(){return{}}),t.define("scribeNamespace",function(){return{client:"tfw"}}),t.define("scribeData",function(){return{widget_origin:o.rootDocumentLocation(),widget_frame:o.isFramed()&&o.currentDocumentLocation(),widget_partner:this.params.partner,widget_site_screen_name:d(u.val("site")),widget_site_user_id:c.asNumber(u.val("site:id")),widget_creator_screen_name:d(u.val("creator")),widget_creator_user_id:c.asNumber(u.val("creator:id"))}}),t.define("scribe",function(t,e,n){t=s.aug(this.scribeNamespace(),t||{}),e=s.aug(this.scribeData(),e||{}),r.scribe(t,e,!1,n)}),t.define("scribeInteraction",function(t,e,n){var r=i.extractTermsFromDOM(t.target);r.action=t.type,"url"===r.element&&(r.element=i.clickEventElement(t.target)),this.scribe(r,e,n)})}},function(t,e){t.exports=function(t){return t&&"@"===t[0]?t.substr(1):t}},,function(t,e,n){var r=n(22),i=n(89),o=n(106);t.exports=i.couple(n(102),function(t){t.selectors({tweetIdInfo:".js-tweetIdInfo"}),t.define("scribeClickInteraction",function(t,e){e=r.closest(this.selectors.tweetIdInfo,e,this.el);this.scribeInteraction(t,function(t){if(t)return t=o([t]),{item_ids:Object.keys(t),item_details:t}}(e))}),t.after("render",function(){this.on("click","A",this.scribeClickInteraction),this.on("click","BUTTON",this.scribeClickInteraction)})})},function(t,e,n){var r=n(107);t.exports=function(t){return t?(t=Array.isArray(t)?t:[t]).reduce(function(t,e){var n=e.getAttribute("data-tweet-id"),e=e.getAttribute("data-rendered-tweet-id")||n;return n===e?t[e]={item_type:r.TWEET}:n&&(t[e]={item_type:r.RETWEET,target_type:r.TWEET,target_id:n}),t},{}):{}}},function(t,e){t.exports={TWEET:0,RETWEET:10,CUSTOM_TIMELINE:17,LIVE_VIDEO_EVENT:28}},function(t,e,n){var r=n(109),n=n(53);t.exports=r.isSupported()?r:n},function(t,e,n){var r=n(54),n=n(110);t.exports=r.build([n])},function(t,e,n){var r=n(111),i=n(7),o=n(21),a=n(20),u=n(36),s=n(64),c=n(54),d=n(65),l=n(66),f=n(8),h=n(68),p=n(15),m=n(67),v=n(2),g=n(12),w={position:"absolute",visibility:"hidden",display:"block",transform:"rotate(0deg)"},y={position:"static",visibility:"visible"};t.exports=c.couple(n(69),function(t){t.defineStatic("isSupported",function(){return!!i.HTMLElement.prototype.createShadowRoot&&l.inlineStyle()&&!f.android()}),t.overrideProperty("id",{get:function(){return this.sandboxEl&&this.sandboxEl.id}}),t.overrideProperty("initialized",{get:function(){return!!this._shadowHost}}),t.overrideProperty("width",{get:function(){return this._width}}),t.overrideProperty("height",{get:function(){return this._height}}),t.overrideProperty("sandboxEl",{get:function(){return this._shadowHost}}),t.define("_updateCachedDimensions",function(){var n=this;return u.read(function(){var t,e=h(n.sandboxEl);"visible"==n.sandboxEl.style.visibility?n._width=e.width:(t=h(n.sandboxEl.parentElement).width,n._width=Math.min(e.width,t)),n._height=e.height})}),t.define("_didResize",function(){var e=this,t=this._resizeHandlers.slice(0);return this._updateCachedDimensions().then(function(){t.forEach(function(t){t(e)})})}),t.override("createElement",function(t){return this.targetGlobal.document.createElement(t)}),t.override("createFragment",function(){return this.targetGlobal.document.createDocumentFragment()}),t.override("htmlToElement",function(t){var e=this.createElement("div");return e.innerHTML=t,e.firstElementChild}),t.override("hasSelectedText",function(){return!!s.getSelectedText(this.targetGlobal)}),t.override("addRootClass",function(t){var e=this._shadowRootBody;return t=Array.isArray(t)?t:[t],this.initialized?u.write(function(){t.forEach(function(t){o.add(e,t)})}):v.reject(new Error("sandbox not initialized"))}),t.override("removeRootClass",function(t){var e=this._shadowRootBody;return t=Array.isArray(t)?t:[t],this.initialized?u.write(function(){t.forEach(function(t){o.remove(e,t)})}):v.reject(new Error("sandbox not initialized"))}),t.override("hasRootClass",function(t){return o.present(this._shadowRootBody,t)}),t.override("addStyleSheet",function(t,e){return this.addCss('@import url("'+t+'");',e).then(function(){return d(t)})}),t.override("prependStyleSheet",function(t){var n=this._shadowRoot;return this.addStyleSheet(t,function(t){var e=n.firstElementChild;return e?n.insertBefore(t,e):n.appendChild(t)})}),t.override("appendStyleSheet",function(t){var e=this._shadowRoot;return this.addStyleSheet(t,function(t){return e.appendChild(t)})}),t.override("addCss",function(t,e){var n;return this.initialized?l.inlineStyle()?((n=this.createElement("style")).type="text/css",n.appendChild(this.targetGlobal.document.createTextNode(t)),u.write(p(e,null,n))):v.resolve():v.reject(new Error("sandbox not initialized"))}),t.override("prependCss",function(t){var n=this._shadowRoot;return this.addCss(t,function(t){var e=n.firstElementChild;return e?n.insertBefore(t,e):n.appendChild(t)})}),t.override("appendCss",function(t){var e=this._shadowRoot;return this.addCss(t,function(t){return e.appendChild(t)})}),t.override("makeVisible",function(){return this.styleSelf(y)}),t.override("injectWidgetEl",function(t){var e=this;return this.initialized?this._shadowRootBody.firstElementChild?v.reject(new Error("widget already injected")):u.write(function(){e._shadowRootBody.appendChild(t)}).then(function(){return e._updateCachedDimensions()}).then(function(){var t=m(e._didResize,50,e);new r(e._shadowRootBody,t)}):v.reject(new Error("sandbox not initialized"))}),t.override("matchHeightToContent",function(){return v.resolve()}),t.override("matchWidthToContent",function(){return v.resolve()}),t.override("insert",function(t,e,n,r){var i=this.targetGlobal.document,o=this._shadowHost=i.createElement("twitterwidget"),s=this._shadowRoot=o.createShadowRoot(),i=this._shadowRootBody=i.createElement("div");return g.forIn(e||{},function(t,e){o.setAttribute(t,e)}),o.id=t,s.appendChild(i),a.delegate(i,"click","A",function(t,e){e.hasAttribute("target")||e.setAttribute("target","_blank")}),v.all([this.styleSelf(w),this.addRootClass("SandboxRoot"),this.prependCss(".SandboxRoot { display: none; }"),u.write(r.bind(null,o))])}),t.override("onResize",function(t){this._resizeHandlers.push(t)}),t.after("initialize",function(){this._shadowHost=this._shadowRoot=this._shadowRootBody=null,this._width=this._height=0,this._resizeHandlers=[]}),t.after("styleSelf",function(){return this._updateCachedDimensions()})})},function(t,e){var a;(a=function(n,t){function c(){var t,e;this.q=[],this.add=function(t){this.q.push(t)},this.call=function(){for(t=0,e=this.q.length;t<e;t++)this.q[t].call()}}function e(t,e){if(t.resizedAttached){if(t.resizedAttached)return t.resizedAttached.add(e)}else t.resizedAttached=new c,t.resizedAttached.add(e);t.resizeSensor=document.createElement("div"),t.resizeSensor.className="resize-sensor";var e="position: absolute; left: 0; top: 0; right: 0; bottom: 0; overflow: hidden; z-index: -1; visibility: hidden;",n="position: absolute; left: 0; top: 0; transition: 0s;";t.resizeSensor.style.cssText=e,t.resizeSensor.innerHTML='<div class="resize-sensor-expand" style="'+e+'"><div style="'+n+'"></div></div><div class="resize-sensor-shrink" style="'+e+'"><div style="'+n+' width: 200%; height: 200%"></div></div>',t.appendChild(t.resizeSensor),{fixed:1,absolute:1}[e="position",(n=t).currentStyle?n.currentStyle[e]:window.getComputedStyle?window.getComputedStyle(n,null).getPropertyValue(e):n.style[e]]||(t.style.position="relative");var r,i,o=t.resizeSensor.childNodes[0],s=o.childNodes[0],a=t.resizeSensor.childNodes[1],u=(a.childNodes[0],function(){s.style.width=o.offsetWidth+10+"px",s.style.height=o.offsetHeight+10+"px",o.scrollLeft=o.scrollWidth,o.scrollTop=o.scrollHeight,a.scrollLeft=a.scrollWidth,a.scrollTop=a.scrollHeight,r=t.offsetWidth,i=t.offsetHeight}),e=(u(),function(t,e,n){t.attachEvent?t.attachEvent("on"+e,n):t.addEventListener(e,n)}),n=function(){t.offsetWidth==r&&t.offsetHeight==i||t.resizedAttached&&t.resizedAttached.call(),u()};e(o,"scroll",n),e(a,"scroll",n)}var r=Object.prototype.toString.call(n),i="[object Array]"===r||"[object NodeList]"===r||"[object HTMLCollection]"===r||"undefined"!=typeof jQuery&&n instanceof jQuery||"undefined"!=typeof Elements&&n instanceof Elements;if(i)for(var o=0,s=n.length;o<s;o++)e(n[o],t);else e(n,t);this.detach=function(){if(i)for(var t=0,e=n.length;t<e;t++)a.detach(n[t]);else a.detach(n)}}).detach=function(t){t.resizeSensor&&(t.removeChild(t.resizeSensor),delete t.resizeSensor,delete t.resizedAttached)},void 0!==t&&"undefined"!=typeof t.exports?t.exports=a:window.ResizeSensor=a},function(t,e,n){var i=n(24),o=n(12),s=n(80),r=n(82)(),a=n(113),u=n(26);t.exports=function(t){return r(t,"a.twitter-follow-button").map(function(t){return a((r=s(e=t),e={screenName:i.screenName(e.href),showScreenName:"false"!==e.getAttribute("data-show-screen-name"),showCount:"false"!==e.getAttribute("data-show-count"),size:e.getAttribute("data-size"),count:e.getAttribute("data-count"),preview:e.getAttribute("data-preview")},o.forIn(e,function(t,e){var n=r[t];r[t]=u.hasValue(n)?n:e}),r.screenName=r.screenName||r.screen_name,r),t.parentNode,t);var e,r})}},function(t,e,n){var r=n(86),i=n(114),o=n(119);t.exports=function(t,e,n){return new r(i,o,"twitter-follow-button",t,e,n)}},function(t,e,s){var n=s(1);t.exports=function(r,i){var o=new n;return s.e(2,function(t,e){var n;if(t)return o.reject(t);try{n=s(115),o.resolve(new n(r,i))}catch(r){o.reject(r)}}),o.promise}},,,,function(t,e,n){var r=n(26),i=n(12);t.exports=function(t){t.define("widgetDataAttributes",function(){return{}}),t.define("setDataAttributes",function(){var n=this.sandbox.sandboxEl;i.forIn(this.widgetDataAttributes(),function(t,e){r.hasValue(e)&&n.setAttribute("data-"+t,e)})}),t.after("render",function(){this.setDataAttributes()})}},function(t,e,n){var r=n(54),n=n(120);t.exports=r.build([n])},function(t,e,n){var o=n(36),r=n(121),s=n(126),a=n(45),i=n(1),u=n(2),c=n(15),d=n(12),l={position:"absolute",visibility:"hidden",width:"0px",height:"0px"},f={position:"static",visibility:"visible"},h={};r(function(t,e,n){var r=h[t];if(r)return r.styleSelf({width:(e=e||1)+"px",height:(n=n||1)+"px"}).then(function(){r.didResize()})}),t.exports=function(t){t.overrideProperty("id",{get:function(){return this.sandboxEl&&this.sandboxEl.id}}),t.overrideProperty("initialized",{get:function(){return!!this.iframeEl}}),t.overrideProperty("width",{get:function(){return this._width}}),t.overrideProperty("height",{get:function(){return this._height}}),t.overrideProperty("sandboxEl",{get:function(){return this.iframeEl}}),t.defineProperty("iframeEl",{get:function(){return this._iframe}}),t.define("updateCachedDimensions",function(){var t=this;return this.initialized?o.read(function(){t._width=t.sandboxEl.offsetWidth,t._height=t.sandboxEl.offsetHeight}):u.resolve()}),t.define("setTitle",function(t){this.iframeEl.title=t}),t.define("makeVisible",function(){return this.styleSelf(f)}),t.define("didResize",function(){var e=this,t=0<e._resizeHandlers.length;return this.updateCachedDimensions().then(function(){t&&e._resizeHandlers.forEach(function(t){t(e)})})}),t.define("loadDocument",function(t){var e=new i;return this.initialized?this.iframeEl.src?u.reject(new Error("widget already loaded")):(this.iframeEl.addEventListener("load",e.resolve,!1),this.iframeEl.addEventListener("error",e.reject,!1),this.iframeEl.src=t,e.promise):u.reject(new Error("sandbox not initialized"))}),t.after("initialize",function(){this._iframe=null,this._width=this._height=0,this._resizeHandlers=[]}),t.override("insert",function(t,e,n,r){var i=this;return e=d.aug({id:t},e),n=d.aug({},l,n),this._iframe=a(e,n),(h[t]=this).onResize(s(function(){i.makeVisible()})),o.write(c(r,null,this._iframe))}),t.override("onResize",function(t){this._resizeHandlers.push(t)}),t.after("styleSelf",function(){return this.updateCachedDimensions()})}},function(t,e,n){var i=n(7),o=n(122),s=n(124),a=n(30),u=n(26),c=n(125);t.exports=function(r){(new o).attachReceiver(new s.Receiver(i,"twttr.button")).bind("twttr.private.trigger",function(t,e){var n=c(this);a.trigger(t,{target:n,region:e,type:t,data:{}})}).bind("twttr.private.resizeButton",function(t){var e=c(this),e=e&&e.id,n=u.asInt(t.width),t=u.asInt(t.height);e&&void 0!==n&&void 0!==t&&r(e,n,t)})}},function(t,e,n){function r(t){this.registry=t||{}}function o(t){var e=c.isType("string",t),n=c.isType("number",t);return e||n||null===t}function s(t,e){return{jsonrpc:f,id:o(t)?t:null,error:e}}var a=n(51),u=n(123),c=n(12),d=n(2),l=n(33),f="2.0";r.prototype._invoke=function(t,e){var n,r=this.registry[t.method],i=t.params||[];i=c.isType("array",i)?i:[i];try{n=r.apply(e.source||null,i)}catch(t){n=d.reject(t.message)}return l.isPromise(n)?n:d.resolve(n)},r.prototype._processRequest=function(n,t){var e,r,i;return e=n,c.isObject(e)&&(r=e.jsonrpc===f,i=c.isType("string",e.method),e=!("id"in e)||o(e.id),r&&i&&e)?(i="params"in n&&(r=n.params,!c.isObject(r)||c.isType("function",r))?d.resolve(s(n.id,u.INVALID_PARAMS)):this.registry[n.method]?this._invoke(n,{source:t}).then(function(t){return e=n.id,{jsonrpc:f,id:e,result:t};var e},function(){return s(n.id,u.INTERNAL_ERROR)}):d.resolve(s(n.id,u.METHOD_NOT_FOUND)),null!=n.id?i:d.resolve()):d.resolve(s(n.id,u.INVALID_REQUEST))},r.prototype.attachReceiver=function(t){return t.attachTo(this),this},r.prototype.bind=function(t,e){return this.registry[t]=e,this},r.prototype.receive=function(t,e){var n,r,i=this;try{r=t,t=c.isType("string",r)?a.parse(r):r}catch(t){return d.resolve(s(null,u.PARSE_ERROR))}return e=e||null,r=c.isType("array",t),n=(r?t:[t]).map(function(t){return i._processRequest(t,e)}),r?d.all(n).then(function(t){return(t=t.filter(function(t){return void 0!==t})).length?t:void 0}):n[0]},t.exports=r},function(t,e){t.exports={PARSE_ERROR:{code:-32700,message:"Parse error"},INVALID_REQUEST:{code:-32600,message:"Invalid Request"},INVALID_PARAMS:{code:-32602,message:"Invalid params"},METHOD_NOT_FOUND:{code:-32601,message:"Method not found"},INTERNAL_ERROR:{code:-32603,message:"Internal error"}}},function(t,e,n){function r(t,e,n){var r;t&&t.postMessage&&(v?r=(n||"")+d.stringify(e):n?(r={})[n]=e:r=e,t.postMessage(r,"*"))}function i(t){return h.isType("string",t)?t:"JSONRPC"}function o(t,e){return e?h.isType("string",t)&&0===t.indexOf(e)?t.substring(e.length):t[e]||void 0:t}function s(t,e){var n=t.document;this.filter=i(e),this.server=null,this.isTwitterFrame=p.isTwitterURL(n.location.href),t.addEventListener("message",m(this._onMessage,this),!1)}function a(t,e){this.pending={},this.target=t,this.isTwitterHost=p.isTwitterURL(u.href),this.filter=i(e),c.addEventListener("message",m(this._onMessage,this),!1)}var u=n(11),c=n(7),d=n(51),l=n(1),f=n(8),h=n(12),p=n(24),m=n(15),v=f.ie9();h.aug(s.prototype,{_onMessage:function(e){var t,n=this;!this.server||this.isTwitterFrame&&!p.isTwitterURL(e.origin)||(t=o(e.data,this.filter))&&this.server.receive(t,e.source).then(function(t){t&&r(e.source,t,n.filter)})},attachTo:function(t){this.server=t},detach:function(){this.server=null}}),h.aug(a.prototype,{_processResponse:function(t){var e=this.pending[t.id];e&&(e.resolve(t),delete this.pending[t.id])},_onMessage:function(t){var e;if((!this.isTwitterHost||p.isTwitterURL(t.origin))&&(e=o(t.data,this.filter))){if(h.isType("string",e))try{e=d.parse(e)}catch(t){return}(e=h.isType("array",e)?e:[e]).forEach(m(this._processResponse,this))}},send:function(t){var e=new l;return t.id?this.pending[t.id]=e:e.resolve(),r(this.target,t,this.filter),e.promise}}),t.exports={Receiver:s,Dispatcher:a,_stringifyPayload:function(t){return v=0<arguments.length?!!t:v}}},function(t,e,n){var i=n(9);t.exports=function(t){for(var e,n=i.getElementsByTagName("iframe"),r=0;n[r];r++)if((e=n[r]).contentWindow===t)return e}},function(t,e){t.exports=function(t){var e,n=!1;return function(){return n?e:(n=!0,e=t.apply(this,arguments))}}},function(t,e,n){var i=n(26),o=n(12),s=n(24),a=n(80),r=n(82)(),u=n(128);t.exports=function(t){return r(t,"a.twitter-grid").map(function(t){return u((r=a(e=t),e={collectionId:s.collectionId(e.href),chrome:e.getAttribute("data-chrome"),limit:e.getAttribute("data-limit")},o.forIn(e,function(t,e){var n=r[t];r[t]=i.hasValue(n)?n:e}),r),t.parentNode,t);var e,r})}},function(t,e,n){var r=n(86),i=n(129),o=n(53);t.exports=function(t,e,n){return new r(i,o,"twitter-grid",t,e,n)}},function(t,e,s){var n=s(1);t.exports=function(r,i){var o=new n;return s.e(3,function(t,e){var n;if(t)return o.reject(t);try{n=s(130),o.resolve(new n(r,i))}catch(r){o.reject(r)}}),o.promise}},,,,function(t,e,n){var a=n(9),u=n(18),c=n(1),d=n(12),l=n(25),f="cb",h=0;t.exports={fetch:function(t,e,n,r){var i,o,s;return r=function(t){if(t)return t.replace(/[^\w$]/g,"_")}(r||f+h++),i=u.fullPath(["callbacks",r]),o=a.createElement("script"),s=new c,e=d.aug({},e,{callback:i,suppress_response_codes:!0}),u.set(["callbacks",r],function(t){var e=n(t||!1);t=e.resp,e.success?s.resolve(t):s.reject(t),o.onload=o.onreadystatechange=null,o.parentNode&&o.parentNode.removeChild(o),u.unset(["callbacks",r])}),o.onerror=function(){s.reject(new Error("failed to fetch "+o.src))},o.src=l.url(t,e),o["async"]="async",a.body.appendChild(o),s.promise}}},function(t,e,n){var r=n(10);t.exports=function(t){var e=t.headers&&t.headers.status;return!(e=t&&!t.error&&200===e)&&t.headers&&t.headers.message&&r.warn(t.headers.message),{success:e,resp:t}}},function(t,e){t.exports={getTimezoneOffset:function(){var t=(new Date).toString().match(/(GMT[+-]?\d+)/);return t&&t[0]||"GMT"}}},function(t,e){t.exports=function(){return Math.floor(+new Date/9e5)}},function(t,e,n){function r(t,e){var r=[t];return e.forEach(function(t){var e,n;r.push((t=((t=t)||"").toString(),e="/"===t.slice(0,1)?1:0,n="/"===t.slice(-1)?-1:void 0,t.slice(e,n)))}),r.join("/")}var i=n(18),o="https://cdn.syndication.twimg.com",s="https://syndication.twitter.com",a=function(){return i.get("backendHost")||o},u=function(){return i.get("settingsSvcHost")||s};t.exports={cookieConsent:function(t){return(t=t||[]).unshift("cookie/consent"),r(u(),t)},disableCDN:function(){i.init("backendHost",s)},enableCDN:function(){i.unset("backendHost",s)},eventVideo:function(t){return(t=t||[]).unshift("video/event"),r(a(),t)},grid:function(t){return(t=t||[]).unshift("grid/collection"),r(a(),t)},moment:function(t){return(t=t||[]).unshift("moments"),r(a(),t)},settings:function(t){return(t=t||[]).unshift("settings"),r(u(),t)},timeline:function(t){return(t=t||[]).unshift("timeline"),r(a(),t)},timelinePreconfigured:function(t){return(t=t||[]).unshift("widgets/timelines"),r(a(),t)},tweetBatch:function(t){return(t=t||[]).unshift("tweets.json"),r(a(),t)},video:function(t){return(t=t||[]).unshift("widgets/video"),r(a(),t)}}},function(t,e,n){var r=n(9),i=n(26),o=r.createElement("div");t.exports=function(t){return i.isNumber(t)&&(t+="px"),o.style.width="",o.style.width=t,o.style.width||null}},function(t,e,n){var r=n(36),i=n(140);t.exports=function(t){t.after("prepForInsertion",function(t){i.sizeIframes(t,this.sandbox.width,375,r.sync)}),t.after("resize",function(){i.sizeIframes(this.el,this.sandbox.width,375,r.write)})}},function(t,e,n){function r(t,e){(t.getAttribute("data-image")?i:o)(t,e)}function a(t){t=t.split(" ");this.url=decodeURIComponent(t[0].trim()),this.width=+t[1].replace(/w$/,"").trim()}function i(t,e){var n=m.decodeURL(t.src).name,r=n&&v(C,function(t){if(A[t]===n)return t}),i=u(e)||680;i<=r||(e=t.getAttribute("data-image"),r=v(C,function(t){if(i<=t)return t})||4096,t.src=m.url(e,{format:"jpg",name:A[r]}))}function u(t){return f.devicePixelRatio?t*f.devicePixelRatio:t}function o(t,e){var n=t.getAttribute("data-srcset"),r=t.src;n&&(e=function(t,e,n){var r,i,o=u(t),s=e.split(",").map(function(t){return new a(t.trim())});if(n)for(i=0;i<s.length;i++)s[i].url===n&&(r=s[i]);return t=s.reduce(function(t,e){return e.width<t.width&&e.width>=o?e:t},s[0]),r&&r.width>t.width?r:t}(e,n,r),t.src=e.url)}function s(t,e,n){t&&(h.toRealArray(t.querySelectorAll(".NaturalImage-image")).forEach(function(t){n(function(){r(t,e)})}),h.toRealArray(t.querySelectorAll(".CroppedImage-image")).forEach(function(t){n(function(){r(t,e/2)})}),h.toRealArray(t.querySelectorAll("img.autosized-media")).forEach(function(t){n(function(){r(t,e),t.removeAttribute("width"),t.removeAttribute("height")})}))}function c(t,n,r,i){t&&h.toRealArray(t.querySelectorAll("iframe.autosized-media, .wvp-player-container")).forEach(function(t){var e=d(t.getAttribute("data-width"),t.getAttribute("data-height"),w.effectiveWidth(t.parentElement)||n,r);i(function(){t.setAttribute("width",e.width),t.setAttribute("height",e.height),y.present(t,"wvp-player-container")?(t.style.width=e.width,t.style.height=e.height):(t.width=e.width,t.height=e.height)})})}function d(t,e,n,r,i,o){return r=r||e,(n=n||t)<t&&(e*=n/t,t=n),r<e&&(t*=r/e,e=r),t<(i=i||0)&&(e*=i/t,t=i),e<(o=o||0)&&(t*=o/e,e=o),{width:Math.floor(t),height:Math.floor(e)}}function l(t,e,n,r){h.toRealArray(t.querySelectorAll(e)).forEach(function(t){var e=t.getAttribute("style")||t.getAttribute("data-style"),e=r.test(e)&&RegExp.$1;e&&(t.setAttribute("data-csp-fix",!0),t.style[n]=e)})}var f=n(7),h=n(12),p=n(66),m=n(25),v=n(141),g=n(8),w=n(142),y=n(21),b=/max-width:\s*([\d.]+px)/,_=/top:\s*(-?[\d.]+%)/,E=/left:\s*(-?[\d.]+%)/,x=/padding-bottom:\s*([\d.]+%)/,A={64:"tiny",120:"120x120",240:"240x240",360:"360x360",680:"small",900:"900x900",1200:"medium",2048:"large",4096:"4096x4096"},C=Object.keys(A).sort(function(t,e){return t-e});t.exports={scaleDimensions:d,retinize:function(t,r){r=void 0!==r?!!r:g.retina(),h.toRealArray(t.getElementsByTagName("IMG")).forEach(function(t){var e=t.getAttribute("data-src-1x")||t.getAttribute("src"),n=t.getAttribute("data-src-2x");r&&n?t.src=n:e&&(t.src=e)})},setSrcForImgs:s,sizeIframes:c,constrainMedia:function(t,e,n,r){s(t,e,r),c(t,e,n,r)},fixMediaCardLayout:function(t){p.inlineStyle()||(l(t,".MediaCard-widthConstraint","maxWidth",b),l(t,".MediaCard-mediaContainer","paddingBottom",x),l(t,".CroppedImage-image","top",_),l(t,".CroppedImage-image","left",E))},__setSrcFromSet:o,__setSrcFromImage:i,__setImageSrc:r}},function(t,e){t.exports=function(t,e,n){for(var r,i=0;i<t.length;i++)if(r=e.call(n,t[i],i,t))return r}},function(t,e){t.exports={effectiveWidth:function n(t){return t&&1===t.nodeType?t.offsetWidth||n(t.parentNode):0}}},function(t,e,n){function r(n){var t=(n.getAttribute("data-style")||"").split(";").reduce(function(t,e){var n;return s.test(e.trim())&&(e=RegExp.$1,n=RegExp.$2,t[e.replace(/-(.)/g,function(t,e){return e.toUpperCase()})]=n),t},{});0!==Object.keys(t).length&&(n.setAttribute("data-csp-fix","true"),o.forIn(t,function(t,e){n.style[t]=e}))}var i=n(66),o=(n(10),n(12)),s=/^([a-zA-Z-]+):\s*(.+)$/;t.exports=function(t){t.selectors({cspForcedStyle:".js-cspForcedStyle"}),t.after("prepForInsertion",function(t){i.inlineStyle()||this.select(t,"cspForcedStyle").forEach(r)})}},function(t,e,n){var r=n(140);t.exports=function(t){t.after("prepForInsertion",function(t){r.retinize(t)})}},function(t,e,n){var r=n(36),i=n(140);t.exports=function(t){t.after("prepForInsertion",function(t){i.setSrcForImgs(t,this.sandbox.width,r.sync)}),t.after("resize",function(){i.setSrcForImgs(this.el,this.sandbox.width,r.write)})}},function(t,e){t.exports=function(t){t.after("render",function(){var t=this.el.getAttribute("data-iframe-title");t&&this.sandbox.setTitle&&this.sandbox.setTitle(t)})}},function(t,e,n){function r(t){return t.every(s.isInt)}function i(t){t=t.map(function(t){return{size:+t,className:a+t}}).sort(function(t,e){return t.size-e.size});return t.unshift({size:0,className:u}),t}var o=n(2),s=n(26),a="env-bp-",u=a+"min";t.exports=function(t){t.params({breakpoints:{required:!0,validate:r,transform:i}}),t.define("getClassForWidth",function(t){for(var e,n,r=this.params.breakpoints.length-1;0<=r;r--)if(t>(n=this.params.breakpoints[r]).size){e=n.className;break}return e}),t.after("initialize",function(){this.allBreakpoints=this.params.breakpoints.map(function(t){return t.className})}),t.define("recalculateBreakpoints",function(){var t=this.getClassForWidth(this.sandbox.width);return t&&this.sandbox.hasRootClass(t)?o.resolve():o.all([this.sandbox.removeRootClass(this.allBreakpoints),this.sandbox.addRootClass(t)])}),t.after("render",function(){return this.recalculateBreakpoints()}),t.after("resize",function(){return this.recalculateBreakpoints()})}},,function(t,e,n){function o(t,e){e={scribeContext:(e=e||{}).scribeContext||{client:"tfw"},languageCode:e.languageCode,hideControls:e.hideControls||!1,addTwitterBranding:e.addBranding||!1,widgetOrigin:e.widgetOrigin,borderRadius:e.borderRadius};if(0<(t=r(t,".wvp-player-container")).length)return i&&a.setBaseUrl(i),{element:t[0],options:e}}var s=n(1),r=n(83),a=n(150),i=null;t.exports={insertForTweet:function(t,e,n){var r=new s;if(t=o(t,n))return(n=a.createPlayerForTweet(t.element,e,t.options))?(r.resolve(n),r.promise):r.reject(new Error("unable to create tweet video player"))},insertForEvent:function(t,e,n){var r,i=new s;return(t=o(t,n))?((r=a.createPlayerForLiveVideo(t.element,e,t.options)).on("ready",function(){r.playPreview(),i.resolve(r)}),i.promise):i.reject(new Error("unable to initialize event video player"))},remove:function(t){if(t=(t=t.querySelector(".wvp-player-container"))&&a.findPlayerForElement(t))return t.teardown()},find:function(t){return a.findPlayerForElement(t)}}},function(t,e,n){var o;o=this,void 0!==(n=function(){return o.TwitterVideoPlayer=(i={suppressScribing:!(e=/^https?:\/\/([a-zA-Z0-9]+\.)*twitter.com(:\d+)?$/),squareCorners:!(c="https://twitter.com"),hideControls:!1,addTwitterBranding:!1},d=0,l={},{setBaseUrl:function(t){e.test(t)?c=t:window.console.error("newBaseUrl "+t+" not allowed")},createPlayerForTweet:function(t,e,n){return new r(t,"/i/videos/tweet/"+e,"player_tweet_"+e,n||i)},createPlayerForDm:function(t,e,n){return new r(t,"/i/videos/dm/"+e,"player_dm_"+e,n||i)},createPlayerForLiveVideo:function(t,e,n){return new r(t,"/i/videos/live_video/"+e,"player_live_video_"+e,n||i)},findPlayerForElement:function(t){for(var e in l)if(l.hasOwnProperty(e)){e=l[e];if(e&&e.domElement===t)return e.playerInterface}return null}});function u(t){var e,n,r;t&&t.data&&t.data.params&&t.data.params[0]&&(e=t.data.params[0],n=t.data.id,e&&e.context&&"TwitterVideoPlayer"===e.context&&(r=e.playerId,delete e.playerId,delete e.context,(r=l[r])&&r.processMessage(t.data.method,e,n)))}function r(t,e,n,r,i){t.ownerDocument.defaultView.addEventListener("message",u),this.playerId=d++;var o={embed_source:"clientlib",player_id:this.playerId,rpc_init:1};if(this.scribeParams={},this.scribeParams.suppressScribing=r&&r.suppressScribing,!this.scribeParams.suppressScribing){if(!r.scribeContext)throw"video_player: Missing scribe context";if(!r.scribeContext.client)throw"video_player: Scribe context missing client property";this.scribeParams.client=r.scribeContext.client,this.scribeParams.page=r.scribeContext.page,this.scribeParams.section=r.scribeContext.section,this.scribeParams.component=r.scribeContext.component}this.scribeParams.debugScribe=r&&r.scribeContext&&r.scribeContext.debugScribing,this.scribeParams.scribeUrl=r&&r.scribeContext&&r.scribeContext.scribeUrl,this.promotedLogParams=r.promotedContext,this.adRequestCallback=r.adRequestCallback,r.languageCode&&(o.language_code=r.languageCode),"tfw"===this.scribeParams.client&&(o.use_syndication_guest_id=!0);a=c,e=e,s=o,o=Object.keys(s).filter(function(t){return null!=s[t]}).map(function(t){var e=s[t];return encodeURIComponent(t)+"="+encodeURIComponent(e)}).join("&");var s,a=a+e+(o=o&&"?"+o);return this.videoIframe=document.createElement("iframe"),this.videoIframe.setAttribute("src",a),this.videoIframe.setAttribute("allowfullscreen",""),this.videoIframe.setAttribute("id",n),this.videoIframe.setAttribute("style","width: 100%; height: 100%; position: absolute; top: 0; left: 0;"),this.domElement=t,this.domElement.appendChild(this.videoIframe),(l[this.playerId]=this).eventCallbacks={},this.emitEvent=function(t,e){t=this.eventCallbacks[t];void 0!==t&&t.forEach(function(t){t.apply(this.playerInterface,[e])}.bind(this))},this.jsonRpc=function(t){var e=this.videoIframe.contentWindow;t.jsonrpc="2.0",e&&e.postMessage&&e.postMessage(JSON.stringify(t),"*")},this.jsonRpcCall=function(t,e){this.jsonRpc({method:t,params:e})},this.jsonRpcResult=function(t,e){this.jsonRpc({result:t,id:e})},this.processMessage=function(t,e,n){switch(t){case"requestPlayerConfig":this.jsonRpcResult({scribeParams:this.scribeParams,promotedLogParams:this.promotedLogParams,squareCorners:r.squareCorners,borderRadius:r.borderRadius,hideControls:r.hideControls,embedded:r.addTwitterBranding,widgetOrigin:r.widgetOrigin,ignoreFineGrainGeoblocking:r.ignoreFineGrainGeoblocking},n);break;case"videoPlayerAdStart":this.emitEvent("adStart",e);break;case"videoPlayerAdEnd":this.emitEvent("adEnd",e);break;case"videoPlayerPlay":this.emitEvent("play",e);break;case"videoPlayerPause":this.emitEvent("pause",e);break;case"videoPlayerMute":this.emitEvent("mute",e);break;case"videoPlayerUnmute":this.emitEvent("unmute",e);break;case"videoPlayerPlaybackComplete":this.emitEvent("playbackComplete",e);break;case"videoPlayerReady":this.emitEvent("ready",e);break;case"videoView":this.emitEvent("view",e);break;case"debugLoggingEvent":this.emitEvent("logged",e);break;case"requestDynamicAd":"function"==typeof this.adRequestCallback?this.jsonRpcResult(this.adRequestCallback(),n):this.jsonRpcResult({},n);break;case"videoPlayerError":e&&"NO_COOKIES_ERROR"===e.error_category?this.emitEvent("noCookiesError",e):e&&"GEOBLOCK_ERROR"===e.error_category&&this.emitEvent("geoblockError",e)}},this.playerInterface={on:function(t,e){return"undefined"==typeof this.eventCallbacks[t]&&(this.eventCallbacks[t]=[]),this.eventCallbacks[t].push(e),this.playerInterface}.bind(this),off:function(t,e){return void 0===e?delete this.eventCallbacks[t]:void 0!==(t=this.eventCallbacks[t])&&-1<(e=t.indexOf(e))&&t.splice(e,1),this.playerInterface}.bind(this),play:function(){return this.jsonRpcCall("play"),this.playerInterface}.bind(this),pause:function(){return this.jsonRpcCall("pause"),this.playerInterface}.bind(this),mute:function(){return this.jsonRpcCall("mute"),this.playerInterface}.bind(this),unmute:function(){return this.jsonRpcCall("unmute"),this.playerInterface}.bind(this),playPreview:function(){return this.jsonRpcCall("autoPlayPreview"),this.playerInterface}.bind(this),pausePreview:function(){return this.jsonRpcCall("autoPlayPreviewStop"),this.playerInterface}.bind(this),updatePosition:function(t){return this.jsonRpcCall("updatePosition",[t]),this.playerInterface}.bind(this),updateLayoutBreakpoint:function(t){return this.jsonRpcCall("updateLayoutBreakpoint",[t]),this.playerInterface}.bind(this),enterFullScreen:function(){return this.jsonRpcCall("enterFullScreen"),this.playerInterface}.bind(this),exitFullScreen:function(){return this.jsonRpcCall("exitFullScreen"),this.playerInterface}.bind(this),teardown:function(){this.eventCallbacks={},t.removeChild(this.videoIframe),this.videoIframe=void 0,delete l[this.playerId]}.bind(this)},this.playerInterface}var c,e,i,d,l}.call(e,n,e,t))&&(t.exports=n)},function(t,e,n){var r=n(22),i=n(152),o=n(89),s=n(50);t.exports=o.couple(n(102),function(t){t.selectors({clickToOpen:".js-clickToOpenTarget"}),t.define("shouldOpenTarget",function(t){var e=r.closest("A",t.target,this.el),t=r.closest("BUTTON",t.target,this.el),n=this.sandbox.hasSelectedText();return!e&&!t&&!n}),t.define("openTarget",function(t,e){e=e&&e.getAttribute("data-click-to-open-target");e&&(i(e),this.scribeOpenClick(t))}),t.define("attemptToOpenTarget",function(t,e){this.shouldOpenTarget(t)&&this.openTarget(t,e)}),t.define("scribeOpenClick",function(t){t=s.extractTermsFromDOM(t.target),t={associations:s.formatTweetAssociation(t)};this.scribe({section:"chrome",action:"click"},t)}),t.after("render",function(){this.on("click","clickToOpen",this.attemptToOpenTarget)})})},function(t,e,n){var r=n(7),i=n(153),o=n(101),s=n(24);t.exports=function(t){s.isTwitterURL(t)&&(t=o(t)),s.isStatus(t)&&(t=i(t)),r.open(t)}},function(t,e,n){var r=n(103),i=n(41),o=n(25);t.exports=function(t){var e={};return i.val("site")&&(e.tfw_site=r(i.val("site"))),i.val("creator")&&(e.tfw_creator=r(i.val("creator"))),o.url(t,e)}},function(t,e,n){var r=n(22),i=n(41),o=n(23),s=n(47),a=n(25),u=n(24),c=n(15),d="data-url-params-injected";t.exports=function(t){t.params({productName:{required:!0},dataSource:{required:!1},related:{required:!1},partner:{fallback:c(i.val,i,"partner")}}),t.selectors({timeline:".timeline",tweetIdInfo:".js-tweetIdInfo"}),t.define("injectWebIntentParams",function(t){var e=r.closest(this.selectors.timeline,t,this.el),n=r.closest(this.selectors.tweetIdInfo,t,this.el);t.getAttribute(d)||(t.setAttribute(d,!0),t.href=a.url(t.href,{tw_w:this.params.dataSource&&this.params.dataSource.id,tw_i:n&&n.getAttribute("data-tweet-id"),tw_p:this.params.productName,related:this.params.related,partner:this.params.partner,query:e&&e.getAttribute("data-search-query"),profile_id:e&&e.getAttribute("data-profile-id"),original_referer:s.rootDocumentLocation()}))}),t.after("render",function(){this.on("click","A",function(t,e){u.isIntentURL(e.href)&&(this.injectWebIntentParams(e),o.open(e.href,this.sandbox.sandboxEl,t))})})}},function(t,e,n){var r=n(8);t.exports=function(t){t.before("render",function(){r.ios()&&this.sandbox.addRootClass("env-ios"),r.ie9()&&this.sandbox.addRootClass("ie9"),r.touch()&&this.sandbox.addRootClass("is-touch")})}},function(t,e,n){var r=n(157);t.exports=function(t){t.params({pageForAudienceImpression:{required:!0}}),t.before("hydrate",function(){r.scribeAudienceImpression(this.params.pageForAudienceImpression)})}},function(t,e,n){function r(t){s.isHostPageSensitive()||a[t]||(a[t]=!0,i.scribe(o.formatClientEventNamespace({page:t,action:"impression"}),o.formatGenericEventData("syndicated_impression",{}),o.AUDIENCE_ENDPOINT))}var i=n(71),o=n(50),s=n(49),a={};t.exports={scribeAudienceImpression:r,scribePartnerTweetAudienceImpression:function(){r("partnertweet")},scribeTweetAudienceImpression:function(){r("tweet")},scribeTimelineAudienceImpression:function(){r("timeline")},scribeVideoAudienceImpression:function(){r("video")}}},function(t,e,n){var r=n(89),i=n(159);t.exports=r.couple(n(102),function(t){var n={action:"dimensions"},r=new i(1);t.after("show",function(){var t,e;r.nextBoolean()&&(t=this.sandbox.width,e=this.sandbox.height,this.scribe(n,{widget_width:t,widget_height:e}))})})},function(t,e){function n(t){this.percentage=t}n.prototype.nextBoolean=function(){return 100*Math.random()<this.percentage},t.exports=n},,function(t,e,n){var r=n(12);t.exports=function(t){var e={transparent:!1,hideBorder:!1,hideHeader:!1,hideFooter:!1,hideScrollBar:!1};return r.contains(t=t||"","transparent")&&(e.transparent=!0),r.contains(t,"noborders")&&(e.hideBorder=!0),r.contains(t,"noheader")&&(e.hideHeader=!0),r.contains(t,"nofooter")&&(e.hideFooter=!0),r.contains(t,"noscrollbar")&&(e.hideScrollBar=!0),e}},function(t,e,n){var i=n(26),o=n(12),s=n(24),a=n(80),r=n(82)(),u=n(163);t.exports=function(t){return r(t,"a.twitter-moment").map(function(t){return u((r=a(e=t),e={momentId:s.momentId(e.href),chrome:e.getAttribute("data-chrome"),limit:e.getAttribute("data-limit")},o.forIn(e,function(t,e){var n=r[t];r[t]=i.hasValue(n)?n:e}),r),t.parentNode,t);var e,r})}},function(t,e,n){var r=n(86),i=n(164),o=n(53);t.exports=function(t,e,n){return new r(i,o,"twitter-moment",t,e,n)}},function(t,e,s){var n=s(1);t.exports=function(r,i){var o=new n;return s.e(4,function(t,e){var n;if(t)return o.reject(t);try{n=s(165),o.resolve(new n(r,i))}catch(r){o.reject(r)}}),o.promise}},,,,function(t,e,n){var r=n(50),i=n(89),o=n(52),s=n(169);t.exports=i.couple(n(102),function(t){t.selectors({inViewportMarker:".js-inViewportScribingTarget"}),t.define("scribeInViewportSeen",function(t,e){t=r.extractTermsFromDOM(t);t.action="seen",this.scribe(t,e,o.version)}),t.after("show",function(){var t=this.selectors.inViewportMarker;this.select(t).forEach(function(t){t&&s.inViewportOnce(t,this.sandbox.sandboxEl,function(){this.scribeInViewportSeen(t,this.scribeItems())}.bind(this))},this)})})},function(t,e,n){var a=n(170),r=n(67),u=n(171),c=n(7),d=n(8),l=function(t){return(c.requestIdleCallback||c.requestAnimationFrame||function(t){t()})(t)},n=function(){this.observers=[]};n.prototype._register=function(n,r,i){var o,s=this;return d.hasIntersectionObserverSupport()?(o=new c.IntersectionObserver(function(t){t.forEach(function(t){1<=t.intersectionRatio&&(l(i),s._unregister(o))})},{threshold:1})).observe(n):(o={update:function(t,e){a(n,{viewportWidth:t,viewportHeight:e,sandboxEl:r})&&(i(),s._unregister(o))}},this.observers.push(o),1===this.observers.length&&(this.unlisten=u.addScrollListener(this._onViewportChange.bind(this))),this._onViewportChange()),o},n.prototype._unregister=function(t){d.hasIntersectionObserverSupport()&&t instanceof c.IntersectionObserver?t.disconnect():-1<(t=this.observers.indexOf(t))&&(this.observers.splice(t,1),0===this.observers.length&&this.unlisten&&this.unlisten())},n.prototype._onViewportChange=function(){r(l(function(){this._notify(u.getWidth(),u.getHeight())}.bind(this)),50,this)},n.prototype._notify=function(e,n){this.observers.forEach(function(t){t.update(e,n)})},n.prototype.inViewportOnce=function(t,e,n){return this._register(t,e,n)},t.exports=new n},function(t,e,n){var o=n(9),s=n(7);t.exports=function(t,e){var n=(e=e||{}).viewportWidth||s.innerWidth,r=e.viewportHeight||s.innerHeight,i=t.getBoundingClientRect();return t.ownerDocument!==o&&e.sandboxEl&&(t=e.sandboxEl.getBoundingClientRect(),i={top:i.top+t.top,bottom:i.bottom+t.top,left:i.left+t.left,right:i.right+t.left}),0<=i.top&&0<=i.left&&i.bottom<=r&&i.right<=n}},function(t,e,n){var r=n(7);t.exports={_addListener:function(t,e){var n=function(){e()};return r.addEventListener(t,n),function(){r.removeEventListener(t,n)}},addScrollListener:function(t){return this._addListener("scroll",t)},getHeight:function(){return r.innerHeight},getWidth:function(){return r.innerWidth}}},,function(t,e,n){var i=n(12),o=n(80),r=n(82)(),s=n(174),a=/^https?:\/\/(?:www\.)?(?:periscope|pscp)\.tv\/@?([a-zA-Z0-9_]+)\/?$/i;t.exports=function(t){return r(t,"a.periscope-on-air").map(function(t){return s((n=o(e=t),r=e.getAttribute("href"),e=e.getAttribute("data-size"),r=a.exec(r)[1],i.aug(n,{username:r,size:e})),t.parentNode,t);var e,n,r})}},function(t,e,n){var r=n(86),i=n(175),o=n(53);t.exports=function(t,e,n){return new r(i,o,"periscope-on-air",t,e,n)}},function(t,e,s){var n=s(1);t.exports=function(r,i){var o=new n;return s.e(5,function(t,e){var n;if(t)return o.reject(t);try{n=s(176),o.resolve(new n(r,i))}catch(r){o.reject(r)}}),o.promise}},,,,function(t,e,n){var i=n(26),o=n(12),s=n(180),a=n(195),u=n(80),r=n(82)(),c=n(197);t.exports=function(t){return r(t,"a.twitter-timeline,div.twitter-timeline").map(function(t){return c((n=u(e=t),r=e.getAttribute("data-show-replies"),r={widgetId:e.getAttribute("data-widget-id"),chrome:e.getAttribute("data-chrome"),tweetLimit:e.getAttribute("data-tweet-limit"),ariaLive:e.getAttribute("data-aria-polite"),theme:e.getAttribute("data-theme"),linkColor:e.getAttribute("data-link-color"),borderColor:e.getAttribute("data-border-color"),showReplies:r?i.asBoolean(r):null,profileScreenName:e.getAttribute("data-screen-name"),profileUserId:e.getAttribute("data-user-id"),favoritesScreenName:e.getAttribute("data-favorites-screen-name"),favoritesUserId:e.getAttribute("data-favorites-user-id"),likesScreenName:e.getAttribute("data-likes-screen-name"),likesUserId:e.getAttribute("data-likes-user-id"),listOwnerScreenName:e.getAttribute("data-list-owner-screen-name"),listOwnerUserId:e.getAttribute("data-list-owner-id"),listId:e.getAttribute("data-list-id"),listSlug:e.getAttribute("data-list-slug"),customTimelineId:e.getAttribute("data-custom-timeline-id"),staticContent:e.getAttribute("data-static-content"),url:e.href},(r=o.aug(r,n)).dataSource=s(r),r.useLegacyDefaults=r.dataSource instanceof a,r),t.parentNode,t);var e,n,r})}},function(t,e,n){function r(e){return i(f,function(t){try{return new t(e)}catch(e){}})}var i=n(141),o=n(181),s=n(185),a=n(187),u=n(189),c=n(191),d=n(193),n=n(195),l={collection:o,event:s,likes:a,list:u,profile:d,widget:n,url:r},f=[n,d,a,o,u,s,c];t.exports=function(t){return t?(n=((e=t).sourceType+"").toLowerCase(),((n=l[n])?new n(e):null)||r(t)):null;var e,n}},function(t,e,n){var r=n(182);t.exports=r.build([n(183),n(184)])},function(t,e,n){var r=n(55),i=n(59),n=n(15);(r=Object.create(r)).build=n(r.build,null,i),t.exports=r},function(t,e,n){function r(t){if(t&&t.headers)return{html:t.body,config:t.config,pollInterval:1e3*parseInt(t.headers.xPolling,10)||null,maxCursorPosition:t.headers.maxPosition,minCursorPosition:t.headers.minPosition};throw new Error("unexpected response schema")}function i(t){if(t&&t.headers)throw new Error(t.headers.status);throw t instanceof Error?t:new Error(t)}var o=n(136),s=n(133),a=n(134),u=n(11),c=n(95),d=n(135),l=n(46),f=n(26),h=n(29),p=n(12);t.exports=function(t){t.params({instanceId:{required:!0,fallback:h.deterministic},lang:{required:!0,transform:c.matchLanguage,fallback:"en"},tweetLimit:{transform:f.asInt}}),t.defineProperty("endpoint",{get:function(){throw new Error("endpoint not specified")}}),t.defineProperty("pollEndpoint",{get:function(){return this.endpoint}}),t.define("cbId",function(t){return"tl_"+this.params.instanceId+"_"+this.id+(t?"_new":"_old")}),t.define("queryParams",function(){return{lang:this.params.lang,tz:d.getTimezoneOffset(),t:o(),domain:u.host,tweet_limit:this.params.tweetLimit,dnt:l.enabled()}}),t.define("fetch",function(){return s.fetch(this.endpoint,this.queryParams(),a,this.cbId()).then(r,i)}),t.define("poll",function(t,e){t={since_id:(t=t||{}).sinceId,max_id:t.maxId,min_position:t.minPosition,max_position:t.maxPosition},t=p.aug(this.queryParams(),t);return s.fetch(this.pollEndpoint,t,a,this.cbId(e)).then(r,i)})}},function(t,e,n){function r(t,e){return i.collectionId(t)||e}var i=n(24),o=n(12),s=n(137);t.exports=function(t){t.params({id:{},url:{}}),t.overrideProperty("id",{get:function(){return"collection:"+r(this.params.url,this.params.id)}}),t.overrideProperty("endpoint",{get:function(){return s.timeline(["collection"])}}),t.around("queryParams",function(t){return o.aug(t(),{collection_id:r(this.params.url,this.params.id)})}),t.before("initialize",function(){if(!r(this.params.url,this.params.id))throw new Error("one of url or id is required")})}},function(t,e,n){var r=n(182);t.exports=r.build([n(183),n(186)])},function(t,e,n){function r(t,e){return i.eventId(t)||e}var i=n(24),o=n(12),s=n(137);t.exports=function(t){t.params({id:{},url:{}}),t.overrideProperty("id",{get:function(){return"event:"+r(this.params.url,this.params.id)}}),t.overrideProperty("endpoint",{get:function(){return s.timeline(["event"])}}),t.around("queryParams",function(t){return o.aug(t(),{event_id:r(this.params.url,this.params.id)})}),t.before("initialize",function(){if(!r(this.params.url,this.params.id))throw new Error("one of url or id is required")})}},function(t,e,n){var r=n(182);t.exports=r.build([n(183),n(188)])},function(t,e,n){function r(t){return i.likesScreenName(t.url)||t.screenName}var i=n(24),o=n(12),s=n(137);t.exports=function(t){t.params({screenName:{},userId:{},url:{}}),t.overrideProperty("id",{get:function(){return"likes:"+(r(this.params)||this.params.userId)}}),t.overrideProperty("endpoint",{get:function(){return s.timeline(["likes"])}}),t.define("_getLikesQueryParam",function(){var t=r(this.params);return t?{screen_name:t}:{user_id:this.params.userId}}),t.around("queryParams",function(t){return o.aug(t(),this._getLikesQueryParam())}),t.before("initialize",function(){if(!r(this.params)&&!this.params.userId)throw new Error("screen name or user id is required")})}},function(t,e,n){var r=n(182);t.exports=r.build([n(183),n(190)])},function(t,e,n){function r(t){t=i.listScreenNameAndSlug(t.url)||t;return o.compact({screen_name:t.ownerScreenName,user_id:t.ownerUserId,list_slug:t.slug})}var i=n(24),o=n(12),s=n(137);t.exports=function(t){t.params({id:{},ownerScreenName:{},ownerUserId:{},slug:{},url:{}}),t.overrideProperty("id",{get:function(){var t,e;return this.params.id?"list:"+this.params.id:(e=(t=r(this.params))&&t.list_slug.replace(/-/g,"_"),"list:"+(t&&(t.screen_name||t.user_id))+":"+e)}}),t.overrideProperty("endpoint",{get:function(){return s.timeline(["list"])}}),t.define("_getListQueryParam",function(){return this.params.id?{list_id:this.params.id}:r(this.params)}),t.around("queryParams",function(t){return o.aug(t(),this._getListQueryParam())}),t.before("initialize",function(){var t=r(this.params);if(o.isEmptyObject(t)&&!this.params.id)throw new Error("qualified slug or list id required")})}},function(t,e,n){var r=n(182);t.exports=r.build([n(183),n(192)])},function(t,e,n){var r=n(26),i=n(137);t.exports=function(t){t.params({previewParams:{required:!0,validate:r.isObject}}),t.overrideProperty("id",{get:function(){return"preview"}}),t.overrideProperty("endpoint",{get:function(){return i.timelinePreconfigured(["preview"])}}),t.override("queryParams",function(){return this.params.previewParams})}},function(t,e,n){var r=n(182);t.exports=r.build([n(183),n(194)])},function(t,e,n){function r(t,e){return i.screenName(t)||e}var i=n(24),o=n(26),s=n(12),a=n(137);t.exports=function(t){t.params({showReplies:{fallback:!1,transform:o.asBoolean},screenName:{},userId:{},url:{}}),t.overrideProperty("id",{get:function(){return"profile:"+(r(this.params.url,this.params.screenName)||this.params.userId)}}),t.overrideProperty("endpoint",{get:function(){return a.timeline(["profile"])}}),t.define("_getProfileQueryParam",function(){var t=r(this.params.url,this.params.screenName),t=t?{screen_name:t}:{user_id:this.params.userId};return s.aug(t,{with_replies:this.params.showReplies?"true":"false"})}),t.around("queryParams",function(t){return s.aug(t(),this._getProfileQueryParam())}),t.before("initialize",function(){if(!r(this.params.url,this.params.screenName)&&!this.params.userId)throw new Error("screen name or user id is required")})}},function(t,e,n){var r=n(182);t.exports=r.build([n(183),n(196)])},function(t,e,n){var r=n(26),i=n(12),o=n(137);t.exports=function(t){t.params({widgetId:{required:!0},profileShowReplies:{fallback:!1,transform:r.asBoolean},showReplies:{fallback:!1,transform:r.asBoolean},profileScreenName:{},screenName:{},profileUserId:{},userId:{},favoritesScreenName:{},favoritesUserId:{},listOwnerScreenName:{},listOwnerUserId:{},listOwnerId:{},listId:{},listSlug:{},customTimelineId:{},previewParams:{}}),t.overrideProperty("id",{get:function(){return this.params.widgetId}}),t.overrideProperty("endpoint",{get:function(){return o.timelinePreconfigured([this.params.widgetId])}}),t.overrideProperty("pollEndpoint",{get:function(){return o.timelinePreconfigured(["paged",this.params.widgetId])}}),t.define("_getWidgetQueryParams",function(){var t=this.params.profileScreenName||this.params.screenName,e=this.params.profileUserId||this.params.userId,n=this.params.profileShowReplies||this.params.showReplies,r=this.params.listOwnerUserId||this.params.listOwnerId;return t||e?{override_type:"user",override_id:e,override_name:t,with_replies:n?"true":"false"}:this.params.favoritesScreenName||this.params.favoritesUserId?{override_type:"favorites",override_id:this.params.favoritesUserId,override_name:this.params.favoritesScreenName}:this.params.listOwnerScreenName||r||this.params.listId||this.params.listSlug?{override_type:"list",override_owner_id:r,override_owner_name:this.params.listOwnerScreenName,override_id:this.params.listId,override_name:this.params.listSlug}:this.params.customTimelineId?{override_type:"custom",override_id:this.params.customTimelineId}:void 0}),t.around("queryParams",function(t){return i.aug(t(),this._getWidgetQueryParams())})}},function(t,e,n){var r=n(86),i=n(198),o=n(53);t.exports=function(t,e,n){return new r(i,o,"twitter-timeline",t,e,n)}},function(t,e,s){var n=s(1);t.exports=function(r,i){var o=new n;return s.e(6,function(t,e){var n;if(t)return o.reject(t);try{n=s(199),o.resolve(new n(r,i))}catch(r){o.reject(r)}}),o.promise}},,,,,,,,,,,,,,,,,,,,,,,,,,function(t,e,n){var c=n(21),d=n(24),l=n(12),f=n(80),r=n(82)(),h=n(225),p=/\btw-align-(left|right|center)\b/;t.exports=function(t){return r(t,"blockquote.twitter-tweet").map(function(t){return h((n=f(e=t),r=(r=(r=e.getElementsByTagName("A"))&&r[r.length-1])&&d.status(r.href),i="none"==(i=e.getAttribute("data-conversation"))||"hidden"==i||c.present(e,"tw-hide-thread"),o="none"==(o=e.getAttribute("data-cards"))||"hidden"==o||c.present(e,"tw-hide-media"),s=e.getAttribute("data-align")||e.getAttribute("align"),a=e.getAttribute("data-link-color"),u=e.getAttribute("data-theme"),!s&&p.test(e.className)&&(s=RegExp.$1),l.aug(n,{tweetId:r,hideThread:i,hideCard:o,align:s,linkColor:a,theme:u})),t.parentNode,t);var e,n,r,i,o,s,a,u})}},function(t,e,n){var r=n(86),i=n(226),o=n(108);t.exports=function(t,e,n){return new r(i,o,"twitter-tweet",t,e,n)}},function(t,e,s){var n=s(1);t.exports=function(r,i){var o=new n;return s.e(7,function(t,e){var n;if(t)return o.reject(t);try{n=s(227),o.resolve(new n(r,i))}catch(r){o.reject(r)}}),o.promise}},,,,,function(t,e,n){function i(t){return t.input.lang||m}function o(t,n){t.forEach(function(t){var e=n[t.input.id];e?t.taskDoneDeferred.resolve(e):t.taskDoneDeferred.reject(new Error("not found"))})}function s(t){t.forEach(function(t){t.taskDoneDeferred.reject(new Error("request failed"))})}function r(r,t){t=d(t,i);h.forIn(t,function(t,e){n=e,t={ids:[],lang:t=t,tz:f.getTimezoneOffset()},(t=n.reduce(function(t,e){return t.ids.push(e.input.id),t},t)).ids=t.ids.sort().join(",");var n=t,t=p(o,null,e),e=p(s,null,e);c.fetch(r,n,u).then(t,e)})}function a(t){this.requestQueue=new l(p(r,null,t))}var u=n(232),c=n(133),d=n(43),l=n(39),f=n(135),h=n(12),p=n(15),m="en";a.prototype.fetch=function(t,e){return this.requestQueue.add({id:t,lang:e})},t.exports=a},function(t,e){t.exports=function(t){return{success:!0,resp:t}}},,,,,,,,function(t,e,n){function r(){i&&i.length===s&&(o.emitter.trigger(o.ALL_WIDGETS_AND_IMAGES_LOADED,i),i=null)}var i,o=n(241),s=0;o.emitter.bind(o.ALL_WIDGETS_RENDERED,function(t){i=t.widgets,r()}),t.exports={reportImagesLoadForAWidget:function(){s++,r()}}},function(t,e,n){n=n(31).makeEmitter();t.exports={emitter:n,START:"start",ALL_WIDGETS_RENDERED:"all_widgets_rendered",ALL_WIDGETS_AND_IMAGES_LOADED:"all_widgets_and_images_loaded"}},,function(t,e,n){var i=n(21),o=n(12),s=n(80),r=n(82)(),a=n(244),u=n(26),c="twitter-hashtag-button",d="twitter-mention-button";t.exports=function(t){return r(t,"a.twitter-share-button, a.twitter-mention-button, a.twitter-hashtag-button").map(function(t){return a((r=s(e=t),n={screenName:e.getAttribute("data-button-screen-name"),text:e.getAttribute("data-text"),type:e.getAttribute("data-type"),size:e.getAttribute("data-size"),url:e.getAttribute("data-url"),hashtags:e.getAttribute("data-hashtags"),via:e.getAttribute("data-via"),buttonHashtag:e.getAttribute("data-button-hashtag")},o.forIn(n,function(t,e){var n=r[t];r[t]=u.hasValue(n)?n:e}),r.screenName=r.screenName||r.screen_name,r.buttonHashtag=r.buttonHashtag||r.button_hashtag||r.hashtag,i.present(e,c)&&(r.type="hashtag"),i.present(e,d)&&(r.type="mention"),r),t.parentNode,t);var e,r,n})}},function(t,e,n){var i=n(86),o=n(245),s=n(119);t.exports=function(t,e,n){var r=t&&t.type||"share";return new i(o,s,"hashtag"==r?"twitter-hashtag-button":"mention"==r?"twitter-mention-button":"twitter-share-button",t,e,n)}},function(t,e,s){var n=s(1);t.exports=function(r,i){var o=new n;return s.e(2,function(t,e){var n;if(t)return o.reject(t);try{n=s(246),o.resolve(new n(r,i))}catch(r){o.reject(r)}}),o.promise}},,,function(t,e,n){var r=n(12),i=n(80),o=n(82)(),s=n(249),a=n(254);t.exports=function(t){return o(t,"blockquote.twitter-video").map(function(t){return s((n=i(e=t),e={url:((e=e.getElementsByTagName("A"))&&e[e.length-1]).href},(e=r.aug({},e,r.compact(n))).dataSource=a(e),e),t.parentNode,t);var e,n})}},function(t,e,n){var r=n(86),i=n(250),o=n(253);t.exports=function(t,e,n){return new r(i,o,"twitter-video",t,e,n)}},function(t,e,s){var n=s(1);t.exports=function(r,i){var o=new n;return s.e(7,function(t,e){var n;if(t)return o.reject(t);try{n=s(251),o.resolve(new n(r,i))}catch(r){o.reject(r)}}),o.promise}},,,function(t,e,n){var o=n(36),r=n(54),n=n(63);t.exports=r.build([n,function(t){t.overrideProperty("sandboxEl",{get:function(){return this._constrainingWrapper}}),t.override("makeVisible",function(){var t=this.iframeEl;return o.write(function(){t.style.visibility="visible"})}),t.define("setWrapperSize",function(t,e){var n=this,t=t/e,r=100/t+"%",i=500*t+"px";return o.write(function(){n._constrainingWrapper.style.maxWidth=i,n._iframeWrapper.style.paddingBottom=r})}),t.after("initialize",function(){this._constrainingWrapper=this._iframeWrapper=null}),t.around("insert",function(t,e,n,r,i){var o=this.targetGlobal.document,s=this._constrainingWrapper=o.createElement("div"),a=this._iframeWrapper=o.createElement("div");return s.id=e,s.className=(n||{})["class"],s.style.minWidth="320px",s.style.position="relative",s.style.margin="10px 0px",a.style.position="relative",a.style.height="0px",s.appendChild(a),t(void 0,null,null,function(t){t.style.position="absolute",t.style.top="0px",t.style.bottom="0px",t.style.width="100%",t.style.height="100%",a.appendChild(t),i(s)})})}])},function(t,e,n){var i=n(141),o=n(255);t.exports=function(t){return t?(r=((n=t).sourceType+"").toLowerCase(),((r=o[r])?new r(n):null)||(e=t,i(Object.keys(o),function(t){t=o[t];try{return new t(e)}catch(e){}}))):null;var e,n,r}},function(t,e,n){var r=n(256),n=n(259);t.exports={tweet:r,event:n}},function(t,e,n){var r=n(182);t.exports=r.build([n(257),n(258)])},function(t,e,n){var r=n(95);t.exports=function(t){t.params({lang:{required:!0,transform:r.matchLanguage,fallback:"en"}}),t.defineProperty("identifier",{get:function(){throw new Error("identifier not specified")}}),t.defineProperty("name",{get:function(){throw new Error("name not specified")}}),t.defineProperty("scribeItemType",{get:function(){throw new Error("scribeItemType not specified")}}),t.define("fetch",function(){throw new Error("fetch not specified")})}},function(t,e,n){function r(t,e){return e||i.status(t)}var i=n(24),o=n(137),s=new(n(231))(o.video()),a=n(107);t.exports=function(t){t.params({id:{},url:{}}),t.overrideProperty("identifier",{get:function(){return r(this.params.url,this.params.id)}}),t.override("fetch",function(){return s.fetch(this.identifier,this.params.lang)}),t.overrideProperty("scribeItemType",{get:function(){return a.TWEET}}),t.overrideProperty("name",{get:function(){return"tweet"}}),t.before("initialize",function(){if(!r(this.params.url,this.params.id))throw new Error("one of url or id is required")})}},function(t,e,n){var r=n(182);t.exports=r.build([n(257),n(260)])},function(t,e,n){function r(t,e){return i.eventId(t)||e}var i=n(24),o=n(261),s=n(137),a=n(107);t.exports=function(t){t.params({id:{},url:{}}),t.overrideProperty("identifier",{get:function(){return r(this.params.url,this.params.id)}}),t.override("fetch",function(){var t={lang:this.params.lang,event_id:this.identifier};return o.fetch(s.eventVideo(),t)}),t.overrideProperty("scribeItemType",{get:function(){return a.LIVE_VIDEO_EVENT}}),t.overrideProperty("name",{get:function(){return"event"}}),t.before("initialize",function(){if(!r(this.params.url,this.params.id))throw new Error("one of url or id is required")})}},function(t,e,n){function r(t){return{success:!t.error,resp:t}}function i(t){return t.data.html}function o(t){return a.reject(t.error.detail)}var s=n(133),a=n(2);t.exports={fetch:function(t,e){return s.fetch(t,e,r).then(i,o)}}},function(t,e,n){var r=n(12);t.exports=r.aug({},n(263),n(265),n(266),n(267),n(268),n(269),n(270),n(271),n(272))},function(t,e,n){var r=n(85),n=n(264)(["userId"],{},r);t.exports={createDMButton:n}},function(t,e,n){var c=n(2),d=n(34),l=n(46),f=n(26),h=n(12);t.exports=function(o,s,a){var u;return s=s||{},u="ƒ("+(o=o||[]).join(", ")+", target, [options]);",function(){var e,n,r,i=Array.prototype.slice.apply(arguments,[0,o.length]),t=Array.prototype.slice.apply(arguments,[o.length]);return t.forEach(function(t){if(t)return t.nodeType===Node.ELEMENT_NODE?void(r=t):h.isType("function",t)?void(e=t):void(h.isType("object",t)&&(n=t))}),i.length!==o.length||0===t.length?(e&&h["async"](function(){e(!1)}),c.reject(new Error("Not enough parameters. Expected: "+u))):r?(n=h.aug({},n||{},s),o.forEach(function(t){n[t]=i.shift()}),f.asBoolean(n.dnt)&&l.setOn(),t=d.addWidget(a(n,r)),e&&t.then(e,function(){e(!1)}),t):(e&&h["async"](function(){e(!1)}),c.reject(new Error("No target element specified. Expected: "+u)))}}},function(t,e,n){var r=n(113),n=n(264)(["screenName"],{},r);t.exports={createFollowButton:n}},function(t,e,n){var r=n(128),n=n(264)(["collectionId"],{},r);t.exports={createGridFromCollection:n}},function(t,e,n){var r=n(163),n=n(264)(["momentId"],{},r);t.exports={createMoment:n}},function(t,e,n){var r=n(174),n=n(264)(["username"],{},r);t.exports={createPeriscopeOnAirButton:n}},function(t,e,n){var r=n(11),i=n(24),o=n(12),s=n(26),a=n(180),u=n(195),c=n(197),d=n(264)([],{},c),l=n(2),c={createTimeline:function(t){var e,n=o.toRealArray(arguments).slice(1);return o.isObject(t)||s.isString(t)?(t=t||{},n.forEach(function(t){o.isType("object",t)&&((t=e=t).ariaLive=t.ariaPolite)}),e||(e={},n.push(e)),(t=s.isString(t)?o.aug({},e,{sourceType:"widget",widgetId:t}):t).lang=e.lang,t.tweetLimit=e.tweetLimit,t.showReplies=e.showReplies,e.dataSource=a(t),e.useLegacyDefaults=e.dataSource instanceof u,d.apply(this,n)):l.reject("data source must be a string or an object.")}};i.isTwitterURL(r.href)&&(c.createTimelinePreview=function(t,e,n){t={previewParams:t,useLegacyDefaults:!0,isPreviewTimeline:!0};return t.dataSource=a(t),d(e,t,n)}),t.exports=c},function(t,e,n){var r,i=n(12),o=n(225),n=n(264),o=(r=n(["tweetId"],{},o),function(){return i.toRealArray(arguments).slice(1).forEach(function(t){i.isType("object",t)&&(t.hideCard="none"==t.cards||"hidden"==t.cards,t.hideThread="none"==t.conversation||"hidden"==t.conversation)}),r.apply(this,arguments)});t.exports={createTweet:o,createTweetEmbed:o}},function(t,e,n){function r(t){return function(){return i.toRealArray(arguments).slice(1).forEach(function(t){i.isType("object",t)&&(t.screenName=t.screenName||t.screen_name,t.buttonHashtag=t.buttonHashtag||t.button_hashtag||t.hashtag)}),t.apply(this,arguments)}}var i=n(12),o=n(244),n=n(264),s=n(["url"],{type:"share"},o),a=n(["buttonHashtag"],{type:"hashtag"},o),o=n(["screenName"],{type:"mention"},o);t.exports={createShareButton:r(s),createHashtagButton:r(a),createMentionButton:r(o)}},function(t,e,n){var r=n(249),i=n(264),o=n(12),s=n(26),a=n(254),u=i([],{},r);t.exports={createVideo:function(t){var e,n=o.toRealArray(arguments).slice(1),r=t||{};return n.forEach(function(t){o.isType("object",t)&&(e=t)}),e||(e={},n.push(e)),(r=s.isString(t)||s.isNumber(t)?{sourceType:"tweet",id:t}:r).lang=e.lang,e.dataSource=a(r),u.apply(this,n)}}},function(t,e,n){function r(){var t,e;for(c=1,t=0,e=d.length;t<e;t++)d[t]()}var i,o,s,a=n(9),u=n(7),c=0,d=[],l=a.createElement("a");/^loade|c/.test(a.readyState)&&(c=1),a.addEventListener&&a.addEventListener("DOMContentLoaded",o=function(){a.removeEventListener("DOMContentLoaded",o,!1),r()},!1),l.doScroll&&a.attachEvent("onreadystatechange",i=function(){/^c/.test(a.readyState)&&(a.detachEvent("onreadystatechange",i),r())}),s=l.doScroll?function(t){if(u.self!=u.top)c?t():d.push(t);else{try{l.doScroll("left")}catch(e){return void setTimeout(function(){s(t)},50)}t()}}:function(t){c?t():d.push(t)},t.exports=s},function(t,e,n){var r=n(52),i=n(18);t.exports=function(){i.set("buildVersion",r.version)}},function(t,e,n){n(276),n(240),n(280)},function(t,e,n){var r=n(277),i=n(241),o=n(279),s=new r;i.emitter.bind(i.START,function(){s.start()}),i.emitter.bind(i.ALL_WIDGETS_RENDERED,function(){s.end(),o(s.duration(),{action:"render"})})},function(t,e,n){function r(){}var i=n(278);r.prototype.start=function(){this._startTime=i()},r.prototype.end=function(){this._duration=i()-this._startTime},r.prototype.duration=function(){return this._duration},t.exports=r},function(t,e,n){var r=n(7);t.exports=function(){return(r.performance&&r.performance.now?r.performance:Date).now()}},function(t,e,n){var r=n(42),i=n(47),o=n(12);t.exports=function(t,e){t={widget_origin:i.rootDocumentLocation(),widget_frame:i.isFramed()?i.currentDocumentLocation():null,duration_ms:t},e=o.aug(e,{page:"page",component:"performance"});r.scribe(e,t)}},function(t,e,n){function r(t){return t.performance.getEntriesByType("resource").filter(function(t){return a.isTwimgURL(t.name)||a.isTwitterURL(t.name)}).reduce(function(t,e){return t[e.name]=e.duration,t},{})}var i=n(241),o=n(279),s=n(281),a=n(24),u=n(7),c=n(12),d=n(8),l=n(109);i.emitter.bind(i.ALL_WIDGETS_AND_IMAGES_LOADED,function(t){var e,i,n=[];d.hasPerformanceInformation()&&(e=r(u),l.isSupported()||(n=t.reduce(function(t,e){return c.aug(t,r(e.contentDocument.defaultView))},{})),i=c.aug({},e,n),Object.keys(s).forEach(function(t){var n,r,e;n=i,r=s[t=t],e=Object.keys(n).reduce(function(t,e){return r(e)?t+n[e]:t},0),o(e,{element:t,action:"resource"})}))})},function(t,e,n){var r=n(24);t.exports={all:function(){return!0},image:function(t){return r.isTwimgURL(t)},settings:function(t){return r.isSettingsURL(t)},widget_iframe:function(t){return r.isWidgetIframeURL(t)}}}],u=window.__twttrll,window.__twttrll=function(t,e){for(var n,r,i=0,o=[];i<t.length;i++)r=t[i],c[r]&&o.push.apply(o,c[r]),c[r]=0;for(n in e)a[n]=e[n];for(u&&u(t,e);o.length;)o.shift().call(null,null,s)},n={},c={0:0},s.e=function(t,e){},s.e=function(e,t){if(0===c[e])return t.call(null,null,s);var n;void 0!==c[e]?c[e].push(t):(c[e]=[t],t=document.getElementsByTagName("head")[0],(n=document.createElement("script")).type="text/javascript",n.charset="utf-8",n["async"]=!0,n.onerror=function(){var t=c[e];for(n.onerror=null,delete c[e];t.length;)t.shift().call(null,new Error("failed to load chunk"))},n.src=s.p+"js/"+({1:"dm_button",2:"button",3:"grid",4:"moment",5:"periscope_on_air",6:"timeline",7:"tweet"}[e]||e)+"."+{1:"c6be4b2e80c5f8e8ea3a14f6031d5829",2:"556f0ea0e4da4e66cfdc182016dbd6db",3:"02a514d04aeb6f322ae55d7a4199f023",4:"79f50aa1e4cce1324345722b56882213",5:"57bea11535cf101cb36a419b56d50d70",6:"dfc64d2ffc9c3e764787417d99341394",7:"d657a9cf9370747df5a1bde99a943bd9"}[e]+".js",t.appendChild(n))},s.m=a,s.c=n,s.p="https://platform.twitter.com/",s(0))))}();
|
changelog.txt
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
== 2.6.15 ==
|
2 |
Release date: June 9, 2022
|
3 |
* Enhancement: Team Member Carousel - Added support for Tiktok social icon
|
1 |
+
== 2.6.16 ==
|
2 |
+
Release date: July 6, 2022
|
3 |
+
* Enhancement: Pricing Table - Added Icon Spacing option for tooltip icons
|
4 |
+
* Enhancement: Posts - Added Avoid Duplicates option
|
5 |
+
* Enhancement: Advanced Accordion - Added ability to open accordions using keypress
|
6 |
+
* Enhancement: WP Forms - Added styling options for Section Divider
|
7 |
+
|
8 |
== 2.6.15 ==
|
9 |
Release date: June 9, 2022
|
10 |
* Enhancement: Team Member Carousel - Added support for Tiktok social icon
|
languages/powerpack.pot
CHANGED
@@ -2,10 +2,10 @@
|
|
2 |
# This file is distributed under the GNU General Public License v2.0.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
-
"Project-Id-Version: PowerPack Lite for Elementor 2.6.
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
-
"https://wordpress.org/support/plugin/powerpack-lite-elementor\n"
|
8 |
-
"POT-Creation-Date: 2022-06
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
@@ -188,8 +188,8 @@ msgstr ""
|
|
188 |
#: modules/divider/widgets/divider.php:330
|
189 |
#: modules/icon-list/widgets/icon-list.php:441
|
190 |
#: modules/image-comparison/widgets/image-comparison.php:532
|
191 |
-
#: modules/pricing/widgets/pricing-table.php:
|
192 |
-
#: modules/pricing/widgets/pricing-table.php:
|
193 |
#: modules/team-member/widgets/team-member-carousel.php:1367
|
194 |
#: modules/team-member/widgets/team-member-carousel.php:1574
|
195 |
#: modules/team-member/widgets/team-member-carousel.php:1781
|
@@ -427,7 +427,7 @@ msgid "Showcase"
|
|
427 |
msgstr ""
|
428 |
|
429 |
#: classes/class-pp-config.php:496
|
430 |
-
#: modules/pricing/widgets/pricing-table.php:
|
431 |
msgid "Table"
|
432 |
msgstr ""
|
433 |
|
@@ -563,7 +563,7 @@ msgid "Sync Templates"
|
|
563 |
msgstr ""
|
564 |
|
565 |
#: classes/class-pp-templates-lib.php:425
|
566 |
-
#: modules/pricing/widgets/pricing-table.php:
|
567 |
msgid "New"
|
568 |
msgstr ""
|
569 |
|
@@ -1350,14 +1350,14 @@ msgstr ""
|
|
1350 |
#: modules/posts/widgets/posts-base.php:484
|
1351 |
#: modules/posts/widgets/posts-base.php:500
|
1352 |
#: modules/posts/widgets/posts-base.php:530
|
1353 |
-
#: modules/posts/widgets/posts-base.php:
|
1354 |
#: modules/pricing/widgets/price-menu.php:307
|
1355 |
#: modules/pricing/widgets/price-menu.php:322
|
1356 |
-
#: modules/pricing/widgets/pricing-table.php:
|
1357 |
-
#: modules/pricing/widgets/pricing-table.php:
|
1358 |
-
#: modules/pricing/widgets/pricing-table.php:
|
1359 |
-
#: modules/pricing/widgets/pricing-table.php:
|
1360 |
-
#: modules/pricing/widgets/pricing-table.php:
|
1361 |
#: modules/promo-box/widgets/promo-box.php:248
|
1362 |
#: modules/random-image/widgets/random-image.php:319
|
1363 |
#: modules/team-member/widgets/team-member-carousel.php:587
|
@@ -1374,8 +1374,8 @@ msgstr ""
|
|
1374 |
#: modules/twitter/widgets/twitter-grid.php:92
|
1375 |
#: modules/twitter/widgets/twitter-timeline.php:105
|
1376 |
#: modules/twitter/widgets/twitter-tweet.php:114
|
1377 |
-
#: modules/wpforms/widgets/wpforms.php:
|
1378 |
-
#: modules/wpforms/widgets/wpforms.php:
|
1379 |
msgid "Yes"
|
1380 |
msgstr ""
|
1381 |
|
@@ -1468,14 +1468,14 @@ msgstr ""
|
|
1468 |
#: modules/posts/widgets/posts-base.php:485
|
1469 |
#: modules/posts/widgets/posts-base.php:501
|
1470 |
#: modules/posts/widgets/posts-base.php:531
|
1471 |
-
#: modules/posts/widgets/posts-base.php:
|
1472 |
#: modules/pricing/widgets/price-menu.php:308
|
1473 |
#: modules/pricing/widgets/price-menu.php:323
|
1474 |
-
#: modules/pricing/widgets/pricing-table.php:
|
1475 |
-
#: modules/pricing/widgets/pricing-table.php:
|
1476 |
-
#: modules/pricing/widgets/pricing-table.php:
|
1477 |
-
#: modules/pricing/widgets/pricing-table.php:
|
1478 |
-
#: modules/pricing/widgets/pricing-table.php:
|
1479 |
#: modules/promo-box/widgets/promo-box.php:249
|
1480 |
#: modules/random-image/widgets/random-image.php:320
|
1481 |
#: modules/team-member/widgets/team-member-carousel.php:588
|
@@ -1492,8 +1492,8 @@ msgstr ""
|
|
1492 |
#: modules/twitter/widgets/twitter-grid.php:93
|
1493 |
#: modules/twitter/widgets/twitter-timeline.php:106
|
1494 |
#: modules/twitter/widgets/twitter-tweet.php:115
|
1495 |
-
#: modules/wpforms/widgets/wpforms.php:
|
1496 |
-
#: modules/wpforms/widgets/wpforms.php:
|
1497 |
msgid "No"
|
1498 |
msgstr ""
|
1499 |
|
@@ -1602,12 +1602,12 @@ msgstr ""
|
|
1602 |
#: modules/pricing/widgets/price-menu.php:753
|
1603 |
#: modules/pricing/widgets/price-menu.php:845
|
1604 |
#: modules/pricing/widgets/price-menu.php:1099
|
1605 |
-
#: modules/pricing/widgets/pricing-table.php:
|
1606 |
-
#: modules/pricing/widgets/pricing-table.php:
|
1607 |
-
#: modules/pricing/widgets/pricing-table.php:
|
1608 |
-
#: modules/pricing/widgets/pricing-table.php:
|
1609 |
-
#: modules/pricing/widgets/pricing-table.php:
|
1610 |
-
#: modules/pricing/widgets/pricing-table.php:
|
1611 |
#: modules/promo-box/widgets/promo-box.php:542
|
1612 |
#: modules/promo-box/widgets/promo-box.php:924
|
1613 |
#: modules/promo-box/widgets/promo-box.php:1157
|
@@ -1620,8 +1620,8 @@ msgstr ""
|
|
1620 |
#: modules/team-member/widgets/team-member.php:1603
|
1621 |
#: modules/team-member/widgets/team-member.php:1653
|
1622 |
#: modules/team-member/widgets/team-member.php:1799
|
1623 |
-
#: modules/wpforms/widgets/wpforms.php:
|
1624 |
-
#: modules/wpforms/widgets/wpforms.php:
|
1625 |
msgid "Color"
|
1626 |
msgstr ""
|
1627 |
|
@@ -1667,7 +1667,7 @@ msgstr ""
|
|
1667 |
#: modules/logos/widgets/logo-carousel.php:160
|
1668 |
#: modules/logos/widgets/logo-grid.php:137
|
1669 |
#: modules/pricing/widgets/price-menu.php:209
|
1670 |
-
#: modules/pricing/widgets/pricing-table.php:
|
1671 |
#: modules/promo-box/widgets/promo-box.php:375
|
1672 |
#: modules/random-image/widgets/random-image.php:298
|
1673 |
#: modules/team-member/widgets/team-member-carousel.php:251
|
@@ -1803,7 +1803,7 @@ msgstr ""
|
|
1803 |
msgid "Businsess Hours"
|
1804 |
msgstr ""
|
1805 |
|
1806 |
-
#: includes/helper-functions.php:436 modules/wpforms/widgets/wpforms.php:
|
1807 |
msgid "WPForms"
|
1808 |
msgstr ""
|
1809 |
|
@@ -1844,6 +1844,7 @@ msgstr ""
|
|
1844 |
#: modules/logos/widgets/logo-grid.php:107
|
1845 |
#: modules/posts/skins/skin-base.php:804 modules/posts/skins/skin-base.php:2454
|
1846 |
#: modules/pricing/widgets/price-menu.php:467
|
|
|
1847 |
#: modules/promo-box/widgets/promo-box.php:116
|
1848 |
#: modules/promo-box/widgets/promo-box.php:561
|
1849 |
#: modules/team-member/widgets/team-member-carousel.php:182
|
@@ -1912,14 +1913,14 @@ msgstr ""
|
|
1912 |
#: modules/pricing/widgets/price-menu.php:500
|
1913 |
#: modules/pricing/widgets/pricing-table.php:222
|
1914 |
#: modules/pricing/widgets/pricing-table.php:227
|
1915 |
-
#: modules/pricing/widgets/pricing-table.php:
|
1916 |
-
#: modules/pricing/widgets/pricing-table.php:
|
1917 |
#: modules/random-image/widgets/random-image.php:258
|
1918 |
#: modules/team-member/widgets/team-member-carousel.php:243
|
1919 |
#: modules/team-member/widgets/team-member.php:244
|
1920 |
-
#: modules/wpforms/widgets/wpforms.php:
|
1921 |
-
#: modules/wpforms/widgets/wpforms.php:
|
1922 |
-
#: modules/wpforms/widgets/wpforms.php:
|
1923 |
msgid "Title"
|
1924 |
msgstr ""
|
1925 |
|
@@ -2099,11 +2100,11 @@ msgstr ""
|
|
2099 |
#: modules/instafeed/widgets/instafeed.php:1835
|
2100 |
#: modules/pricing/widgets/pricing-table.php:165
|
2101 |
#: modules/pricing/widgets/pricing-table.php:180
|
2102 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2103 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2104 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2105 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2106 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2107 |
#: modules/promo-box/widgets/promo-box.php:238
|
2108 |
#: modules/promo-box/widgets/promo-box.php:261
|
2109 |
#: modules/promo-box/widgets/promo-box.php:273
|
@@ -2197,11 +2198,11 @@ msgstr ""
|
|
2197 |
#: modules/team-member/widgets/team-member.php:556
|
2198 |
#: modules/team-member/widgets/team-member.php:568
|
2199 |
#: modules/team-member/widgets/team-member.php:583
|
2200 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2201 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2202 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2203 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2204 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2205 |
msgid "Show"
|
2206 |
msgstr ""
|
2207 |
|
@@ -2254,11 +2255,11 @@ msgstr ""
|
|
2254 |
#: modules/team-member/widgets/team-member.php:557
|
2255 |
#: modules/team-member/widgets/team-member.php:569
|
2256 |
#: modules/team-member/widgets/team-member.php:584
|
2257 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2258 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2259 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2260 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2261 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2262 |
msgid "Hide"
|
2263 |
msgstr ""
|
2264 |
|
@@ -2347,7 +2348,7 @@ msgstr ""
|
|
2347 |
#: modules/logos/widgets/logo-grid.php:468
|
2348 |
#: modules/posts/skins/skin-base.php:1618
|
2349 |
#: modules/pricing/widgets/price-menu.php:344
|
2350 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2351 |
#: modules/promo-box/widgets/promo-box.php:407
|
2352 |
#: modules/random-image/widgets/random-image.php:346
|
2353 |
#: modules/scroll-image/widgets/scroll-image.php:277
|
@@ -2357,7 +2358,7 @@ msgstr ""
|
|
2357 |
#: modules/twitter/widgets/twitter-grid.php:143
|
2358 |
#: modules/twitter/widgets/twitter-timeline.php:209
|
2359 |
#: modules/twitter/widgets/twitter-tweet.php:176
|
2360 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2361 |
msgid "Help Docs"
|
2362 |
msgstr ""
|
2363 |
|
@@ -2441,7 +2442,7 @@ msgstr ""
|
|
2441 |
#: modules/posts/skins/skin-base.php:3270
|
2442 |
#: modules/posts/skins/skin-base.php:3501
|
2443 |
#: modules/pricing/widgets/pricing-table.php:365
|
2444 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2445 |
#: modules/promo-box/widgets/promo-box.php:770
|
2446 |
#: modules/promo-box/widgets/promo-box.php:1474
|
2447 |
#: modules/random-image/module.php:92
|
@@ -2454,9 +2455,9 @@ msgstr ""
|
|
2454 |
#: modules/team-member/widgets/team-member-carousel.php:2409
|
2455 |
#: modules/team-member/widgets/team-member-carousel.php:2608
|
2456 |
#: modules/team-member/widgets/team-member.php:1621
|
2457 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2458 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2459 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2460 |
msgid "Normal"
|
2461 |
msgstr ""
|
2462 |
|
@@ -2501,7 +2502,7 @@ msgstr ""
|
|
2501 |
#: modules/pricing/widgets/price-menu.php:595
|
2502 |
#: modules/pricing/widgets/pricing-table.php:161
|
2503 |
#: modules/pricing/widgets/pricing-table.php:306
|
2504 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2505 |
#: modules/random-image/widgets/random-image.php:257
|
2506 |
#: modules/random-image/widgets/random-image.php:288
|
2507 |
#: modules/random-image/widgets/random-image.php:855
|
@@ -2598,7 +2599,7 @@ msgstr ""
|
|
2598 |
#: modules/logos/widgets/logo-grid.php:223
|
2599 |
#: modules/ninja-forms/widgets/ninja-forms.php:936
|
2600 |
#: modules/pricing/widgets/price-menu.php:638
|
2601 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2602 |
msgid "Border Width"
|
2603 |
msgstr ""
|
2604 |
|
@@ -2673,8 +2674,8 @@ msgstr ""
|
|
2673 |
#: modules/team-member/widgets/team-member-carousel.php:2734
|
2674 |
#: modules/team-member/widgets/team-member.php:1874
|
2675 |
#: modules/twitter/widgets/twitter-timeline.php:190
|
2676 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2677 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2678 |
msgid "Border Color"
|
2679 |
msgstr ""
|
2680 |
|
@@ -2770,10 +2771,10 @@ msgstr ""
|
|
2770 |
#: modules/posts/skins/skin-base.php:3558
|
2771 |
#: modules/pricing/widgets/price-menu.php:439
|
2772 |
#: modules/pricing/widgets/price-menu.php:980
|
2773 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2774 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2775 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2776 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2777 |
#: modules/promo-box/widgets/promo-box.php:489
|
2778 |
#: modules/promo-box/widgets/promo-box.php:646
|
2779 |
#: modules/promo-box/widgets/promo-box.php:829
|
@@ -2789,11 +2790,12 @@ msgstr ""
|
|
2789 |
#: modules/team-member/widgets/team-member-carousel.php:2666
|
2790 |
#: modules/team-member/widgets/team-member.php:847
|
2791 |
#: modules/team-member/widgets/team-member.php:1740
|
2792 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2793 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2794 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2795 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2796 |
-
#: modules/wpforms/widgets/wpforms.php:
|
|
|
2797 |
msgid "Border Radius"
|
2798 |
msgstr ""
|
2799 |
|
@@ -2853,8 +2855,8 @@ msgstr ""
|
|
2853 |
#: modules/posts/skins/skin-base.php:3109
|
2854 |
#: modules/posts/skins/skin-base.php:3398
|
2855 |
#: modules/posts/skins/skin-base.php:3604
|
2856 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2857 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2858 |
#: modules/promo-box/widgets/promo-box.php:861
|
2859 |
#: modules/promo-box/widgets/promo-box.php:1559
|
2860 |
#: modules/random-image/widgets/random-image.php:552
|
@@ -2865,7 +2867,7 @@ msgstr ""
|
|
2865 |
#: modules/team-member/widgets/team-member-carousel.php:2466
|
2866 |
#: modules/team-member/widgets/team-member-carousel.php:2707
|
2867 |
#: modules/team-member/widgets/team-member.php:1767
|
2868 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2869 |
msgid "Hover"
|
2870 |
msgstr ""
|
2871 |
|
@@ -2956,15 +2958,15 @@ msgstr ""
|
|
2956 |
#: modules/pricing/widgets/price-menu.php:416
|
2957 |
#: modules/pricing/widgets/price-menu.php:478
|
2958 |
#: modules/pricing/widgets/price-menu.php:957
|
2959 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2960 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2961 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2962 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2963 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2964 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2965 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2966 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2967 |
-
#: modules/pricing/widgets/pricing-table.php:
|
2968 |
#: modules/promo-box/widgets/promo-box.php:501
|
2969 |
#: modules/promo-box/widgets/promo-box.php:683
|
2970 |
#: modules/promo-box/widgets/promo-box.php:806
|
@@ -2976,8 +2978,9 @@ msgstr ""
|
|
2976 |
#: modules/team-member/widgets/team-member-carousel.php:2513
|
2977 |
#: modules/team-member/widgets/team-member.php:723
|
2978 |
#: modules/team-member/widgets/team-member.php:1752
|
2979 |
-
#: modules/wpforms/widgets/wpforms.php:
|
2980 |
-
#: modules/wpforms/widgets/wpforms.php:
|
|
|
2981 |
msgid "Padding"
|
2982 |
msgstr ""
|
2983 |
|
@@ -3111,17 +3114,17 @@ msgstr ""
|
|
3111 |
#: modules/posts/skins/skin-base.php:2725
|
3112 |
#: modules/posts/skins/skin-base.php:2871
|
3113 |
#: modules/pricing/widgets/price-menu.php:723
|
3114 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3115 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3116 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3117 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3118 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3119 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3120 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3121 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3122 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3123 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3124 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3125 |
#: modules/promo-box/widgets/promo-box.php:1493
|
3126 |
#: modules/promo-box/widgets/promo-box.php:1578
|
3127 |
#: modules/random-image/widgets/random-image.php:898
|
@@ -3133,16 +3136,17 @@ msgstr ""
|
|
3133 |
#: modules/team-member/widgets/team-member.php:899
|
3134 |
#: modules/team-member/widgets/team-member.php:1111
|
3135 |
#: modules/team-member/widgets/team-member.php:1331
|
3136 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3137 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3138 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3139 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3140 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3141 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3142 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3143 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3144 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3145 |
-
#: modules/wpforms/widgets/wpforms.php:
|
|
|
3146 |
msgid "Text Color"
|
3147 |
msgstr ""
|
3148 |
|
@@ -3272,19 +3276,19 @@ msgstr ""
|
|
3272 |
#: modules/pricing/widgets/price-menu.php:385
|
3273 |
#: modules/pricing/widgets/price-menu.php:738
|
3274 |
#: modules/pricing/widgets/price-menu.php:905
|
3275 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3276 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3277 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3278 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3279 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3280 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3281 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3282 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3283 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3284 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3285 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3286 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3287 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3288 |
#: modules/promo-box/widgets/promo-box.php:794
|
3289 |
#: modules/promo-box/widgets/promo-box.php:885
|
3290 |
#: modules/promo-box/widgets/promo-box.php:1481
|
@@ -3298,10 +3302,11 @@ msgstr ""
|
|
3298 |
#: modules/team-member/widgets/team-member-carousel.php:2473
|
3299 |
#: modules/team-member/widgets/team-member.php:1691
|
3300 |
#: modules/team-member/widgets/team-member.php:1837
|
3301 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3302 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3303 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3304 |
-
#: modules/wpforms/widgets/wpforms.php:
|
|
|
3305 |
msgid "Background Color"
|
3306 |
msgstr ""
|
3307 |
|
@@ -3388,12 +3393,12 @@ msgstr ""
|
|
3388 |
#: modules/posts/skins/skin-base.php:3544
|
3389 |
#: modules/pricing/widgets/price-menu.php:429
|
3390 |
#: modules/pricing/widgets/price-menu.php:970
|
3391 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3392 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3393 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3394 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3395 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3396 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3397 |
#: modules/promo-box/widgets/promo-box.php:479
|
3398 |
#: modules/promo-box/widgets/promo-box.php:635
|
3399 |
#: modules/promo-box/widgets/promo-box.php:819
|
@@ -3410,10 +3415,11 @@ msgstr ""
|
|
3410 |
#: modules/team-member/widgets/team-member.php:691
|
3411 |
#: modules/team-member/widgets/team-member.php:837
|
3412 |
#: modules/team-member/widgets/team-member.php:1729
|
3413 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3414 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3415 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3416 |
-
#: modules/wpforms/widgets/wpforms.php:
|
|
|
3417 |
msgid "Border"
|
3418 |
msgstr ""
|
3419 |
|
@@ -3434,6 +3440,7 @@ msgstr ""
|
|
3434 |
#: modules/advanced-accordion/widgets/advanced-accordion.php:1033
|
3435 |
#: modules/image-accordion/widgets/image-accordion.php:1057
|
3436 |
#: modules/posts/skins/skin-base.php:2823
|
|
|
3437 |
msgid "Icon Spacing"
|
3438 |
msgstr ""
|
3439 |
|
@@ -3481,8 +3488,8 @@ msgstr ""
|
|
3481 |
#: modules/posts/skins/skin-base.php:1387
|
3482 |
#: modules/posts/skins/skin-base.php:1872
|
3483 |
#: modules/pricing/widgets/price-menu.php:271
|
3484 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3485 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3486 |
#: modules/promo-box/widgets/promo-box.php:569
|
3487 |
#: modules/random-image/widgets/random-image.php:228
|
3488 |
#: modules/team-member/widgets/team-member-carousel.php:972
|
@@ -3490,9 +3497,9 @@ msgstr ""
|
|
3490 |
#: modules/team-member/widgets/team-member.php:653
|
3491 |
#: modules/team-member/widgets/team-member.php:756
|
3492 |
#: modules/twitter/widgets/twitter-tweet.php:124
|
3493 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3494 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3495 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3496 |
msgid "Alignment"
|
3497 |
msgstr ""
|
3498 |
|
@@ -3552,19 +3559,20 @@ msgstr ""
|
|
3552 |
#: modules/posts/skins/skin-base.php:1968
|
3553 |
#: modules/posts/skins/skin-base.php:2232
|
3554 |
#: modules/posts/skins/skin-base.php:3245
|
3555 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3556 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3557 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3558 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3559 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3560 |
#: modules/promo-box/widgets/promo-box.php:945
|
3561 |
#: modules/promo-box/widgets/promo-box.php:1112
|
3562 |
#: modules/promo-box/widgets/promo-box.php:1178
|
3563 |
#: modules/promo-box/widgets/promo-box.php:1345
|
3564 |
#: modules/promo-box/widgets/promo-box.php:1408
|
3565 |
#: modules/team-member/widgets/team-member-carousel.php:2583
|
3566 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3567 |
-
#: modules/wpforms/widgets/wpforms.php:
|
|
|
3568 |
msgid "Spacing"
|
3569 |
msgstr ""
|
3570 |
|
@@ -3600,16 +3608,16 @@ msgstr ""
|
|
3600 |
#: modules/posts/skins/skin-base.php:2666
|
3601 |
#: modules/posts/skins/skin-base.php:3222
|
3602 |
#: modules/posts/skins/skin-base.php:3804
|
3603 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3604 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3605 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3606 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3607 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3608 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3609 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3610 |
#: modules/promo-box/widgets/promo-box.php:1453
|
3611 |
#: modules/team-member/widgets/team-member-carousel.php:2560
|
3612 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3613 |
msgid "Size"
|
3614 |
msgstr ""
|
3615 |
|
@@ -3637,7 +3645,7 @@ msgstr ""
|
|
3637 |
#: modules/pricing/widgets/pricing-table.php:324
|
3638 |
#: modules/team-member/widgets/team-member-carousel.php:1991
|
3639 |
#: modules/team-member/widgets/team-member.php:1608
|
3640 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3641 |
msgid "Custom"
|
3642 |
msgstr ""
|
3643 |
|
@@ -3752,7 +3760,7 @@ msgid "Rows Style"
|
|
3752 |
msgstr ""
|
3753 |
|
3754 |
#: modules/business-hours/widgets/business-hours.php:604
|
3755 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3756 |
msgid "Striped Rows"
|
3757 |
msgstr ""
|
3758 |
|
@@ -3775,7 +3783,7 @@ msgstr ""
|
|
3775 |
#: modules/pricing/widgets/price-menu.php:554
|
3776 |
#: modules/pricing/widgets/price-menu.php:679
|
3777 |
#: modules/pricing/widgets/price-menu.php:871
|
3778 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3779 |
#: modules/team-member/widgets/team-member-carousel.php:1274
|
3780 |
#: modules/team-member/widgets/team-member-carousel.php:1340
|
3781 |
#: modules/team-member/widgets/team-member-carousel.php:1478
|
@@ -3935,10 +3943,10 @@ msgstr ""
|
|
3935 |
#: modules/posts/skins/skin-base.php:323 modules/posts/skins/skin-base.php:1391
|
3936 |
#: modules/posts/skins/skin-base.php:1877
|
3937 |
#: modules/pricing/widgets/price-menu.php:275
|
3938 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3939 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3940 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3941 |
-
#: modules/pricing/widgets/pricing-table.php:
|
3942 |
#: modules/promo-box/widgets/promo-box.php:574
|
3943 |
#: modules/random-image/widgets/random-image.php:232
|
3944 |
#: modules/random-image/widgets/random-image.php:719
|
@@ -3949,9 +3957,9 @@ msgstr ""
|
|
3949 |
#: modules/team-member/widgets/team-member.php:657
|
3950 |
#: modules/team-member/widgets/team-member.php:760
|
3951 |
#: modules/twitter/widgets/twitter-tweet.php:128
|
3952 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3953 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3954 |
-
#: modules/wpforms/widgets/wpforms.php:
|
3955 |
msgid "Left"
|
3956 |
msgstr ""
|
3957 |
|
@@ -4019,8 +4027,8 @@ msgstr ""
|
|
4019 |
#: modules/posts/skins/skin-base.php:1881
|
4020 |
#: modules/pricing/widgets/price-menu.php:279
|
4021 |
#: modules/pricing/widgets/price-menu.php:1051
|
4022 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4023 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4024 |
#: modules/promo-box/widgets/promo-box.php:578
|
4025 |
#: modules/promo-box/widgets/promo-box.php:606
|
4026 |
#: modules/random-image/widgets/random-image.php:236
|
@@ -4032,9 +4040,9 @@ msgstr ""
|
|
4032 |
#: modules/team-member/widgets/team-member.php:661
|
4033 |
#: modules/team-member/widgets/team-member.php:764
|
4034 |
#: modules/twitter/widgets/twitter-tweet.php:129
|
4035 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4036 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4037 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4038 |
msgid "Center"
|
4039 |
msgstr ""
|
4040 |
|
@@ -4105,10 +4113,10 @@ msgstr ""
|
|
4105 |
#: modules/posts/skins/skin-base.php:327 modules/posts/skins/skin-base.php:1399
|
4106 |
#: modules/posts/skins/skin-base.php:1885
|
4107 |
#: modules/pricing/widgets/price-menu.php:283
|
4108 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4109 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4110 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4111 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4112 |
#: modules/promo-box/widgets/promo-box.php:582
|
4113 |
#: modules/random-image/widgets/random-image.php:240
|
4114 |
#: modules/random-image/widgets/random-image.php:727
|
@@ -4119,9 +4127,9 @@ msgstr ""
|
|
4119 |
#: modules/team-member/widgets/team-member.php:665
|
4120 |
#: modules/team-member/widgets/team-member.php:768
|
4121 |
#: modules/twitter/widgets/twitter-tweet.php:130
|
4122 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4123 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4124 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4125 |
msgid "Right"
|
4126 |
msgstr ""
|
4127 |
|
@@ -4242,14 +4250,14 @@ msgstr ""
|
|
4242 |
#: modules/pricing/widgets/price-menu.php:545
|
4243 |
#: modules/pricing/widgets/price-menu.php:773
|
4244 |
#: modules/pricing/widgets/price-menu.php:862
|
4245 |
-
#: modules/pricing/widgets/pricing-table.php:1374
|
4246 |
#: modules/pricing/widgets/pricing-table.php:1411
|
4247 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4248 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4249 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4250 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4251 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4252 |
-
#: modules/pricing/widgets/pricing-table.php:
|
|
|
4253 |
#: modules/promo-box/widgets/promo-box.php:937
|
4254 |
#: modules/promo-box/widgets/promo-box.php:1170
|
4255 |
#: modules/promo-box/widgets/promo-box.php:1400
|
@@ -4262,14 +4270,15 @@ msgstr ""
|
|
4262 |
#: modules/team-member/widgets/team-member.php:890
|
4263 |
#: modules/team-member/widgets/team-member.php:1102
|
4264 |
#: modules/team-member/widgets/team-member.php:1318
|
4265 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4266 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4267 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4268 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4269 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4270 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4271 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4272 |
-
#: modules/wpforms/widgets/wpforms.php:
|
|
|
4273 |
msgid "Typography"
|
4274 |
msgstr ""
|
4275 |
|
@@ -4301,8 +4310,8 @@ msgstr ""
|
|
4301 |
#: modules/info-list/widgets/info-list.php:179
|
4302 |
#: modules/info-table/widgets/info-table.php:120
|
4303 |
#: modules/link-effects/widgets/link-effects.php:102
|
4304 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4305 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4306 |
msgid "Text"
|
4307 |
msgstr ""
|
4308 |
|
@@ -4335,14 +4344,14 @@ msgid "Icon Text"
|
|
4335 |
msgstr ""
|
4336 |
|
4337 |
#: modules/buttons/widgets/buttons.php:227
|
4338 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4339 |
msgid "Enable Tooltip"
|
4340 |
msgstr ""
|
4341 |
|
4342 |
#: modules/buttons/widgets/buttons.php:238
|
4343 |
#: modules/hotspots/widgets/hotspots.php:340
|
4344 |
#: modules/hotspots/widgets/hotspots.php:342
|
4345 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4346 |
msgid "Tooltip Content"
|
4347 |
msgstr ""
|
4348 |
|
@@ -4398,9 +4407,9 @@ msgstr ""
|
|
4398 |
#: modules/hotspots/widgets/hotspots.php:566
|
4399 |
#: modules/icon-list/widgets/icon-list.php:117
|
4400 |
#: modules/posts/skins/skin-base.php:681
|
4401 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4402 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4403 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4404 |
#: modules/random-image/widgets/random-image.php:318
|
4405 |
#: modules/random-image/widgets/random-image.php:494
|
4406 |
msgid "Default"
|
@@ -4417,7 +4426,7 @@ msgstr ""
|
|
4417 |
#: modules/info-table/widgets/info-table.php:1129
|
4418 |
#: modules/instafeed/widgets/instafeed.php:2465
|
4419 |
#: modules/posts/skins/skin-base.php:2670
|
4420 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4421 |
#: modules/promo-box/widgets/promo-box.php:1457
|
4422 |
msgid "Extra Small"
|
4423 |
msgstr ""
|
@@ -4434,8 +4443,8 @@ msgstr ""
|
|
4434 |
#: modules/info-table/widgets/info-table.php:1130
|
4435 |
#: modules/instafeed/widgets/instafeed.php:2466
|
4436 |
#: modules/posts/skins/skin-base.php:2671
|
4437 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4438 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4439 |
#: modules/promo-box/widgets/promo-box.php:1458
|
4440 |
msgid "Small"
|
4441 |
msgstr ""
|
@@ -4451,7 +4460,7 @@ msgstr ""
|
|
4451 |
#: modules/info-table/widgets/info-table.php:1131
|
4452 |
#: modules/instafeed/widgets/instafeed.php:2467
|
4453 |
#: modules/posts/skins/skin-base.php:2672
|
4454 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4455 |
#: modules/promo-box/widgets/promo-box.php:1459
|
4456 |
msgid "Medium"
|
4457 |
msgstr ""
|
@@ -4468,8 +4477,8 @@ msgstr ""
|
|
4468 |
#: modules/info-table/widgets/info-table.php:1132
|
4469 |
#: modules/instafeed/widgets/instafeed.php:2468
|
4470 |
#: modules/posts/skins/skin-base.php:2673
|
4471 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4472 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4473 |
#: modules/promo-box/widgets/promo-box.php:1460
|
4474 |
msgid "Large"
|
4475 |
msgstr ""
|
@@ -4485,7 +4494,7 @@ msgstr ""
|
|
4485 |
#: modules/info-table/widgets/info-table.php:1133
|
4486 |
#: modules/instafeed/widgets/instafeed.php:2469
|
4487 |
#: modules/posts/skins/skin-base.php:2674
|
4488 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4489 |
#: modules/promo-box/widgets/promo-box.php:1461
|
4490 |
msgid "Extra Large"
|
4491 |
msgstr ""
|
@@ -4504,7 +4513,8 @@ msgstr ""
|
|
4504 |
#: modules/instafeed/widgets/instafeed.php:1395
|
4505 |
#: modules/logos/widgets/logo-grid.php:151
|
4506 |
#: modules/pricing/widgets/price-menu.php:1077
|
4507 |
-
#: modules/pricing/widgets/pricing-table.php:
|
|
|
4508 |
msgid "Style"
|
4509 |
msgstr ""
|
4510 |
|
@@ -4524,7 +4534,7 @@ msgstr ""
|
|
4524 |
#: modules/info-box/widgets/info-box.php:1013
|
4525 |
#: modules/info-table/widgets/info-table.php:846
|
4526 |
#: modules/info-table/widgets/info-table.php:952
|
4527 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4528 |
#: modules/promo-box/widgets/promo-box.php:777
|
4529 |
#: modules/promo-box/widgets/promo-box.php:868
|
4530 |
#: modules/scroll-image/widgets/scroll-image.php:340
|
@@ -4574,8 +4584,8 @@ msgstr ""
|
|
4574 |
#: modules/posts/skins/skin-base.php:1300
|
4575 |
#: modules/pricing/widgets/price-menu.php:997
|
4576 |
#: modules/pricing/widgets/price-menu.php:1047
|
4577 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4578 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4579 |
#: modules/promo-box/widgets/promo-box.php:602
|
4580 |
#: modules/random-image/widgets/random-image.php:683
|
4581 |
msgid "Top"
|
@@ -4589,7 +4599,7 @@ msgstr ""
|
|
4589 |
#: modules/info-box/widgets/info-box.php:332
|
4590 |
#: modules/instafeed/widgets/instafeed.php:1652
|
4591 |
#: modules/pricing/widgets/price-menu.php:1001
|
4592 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4593 |
msgid "Middle"
|
4594 |
msgstr ""
|
4595 |
|
@@ -4614,8 +4624,8 @@ msgstr ""
|
|
4614 |
#: modules/posts/skins/skin-base.php:1300
|
4615 |
#: modules/pricing/widgets/price-menu.php:1005
|
4616 |
#: modules/pricing/widgets/price-menu.php:1055
|
4617 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4618 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4619 |
#: modules/promo-box/widgets/promo-box.php:610
|
4620 |
#: modules/random-image/widgets/random-image.php:691
|
4621 |
msgid "Bottom"
|
@@ -4676,8 +4686,8 @@ msgstr ""
|
|
4676 |
#: modules/info-table/widgets/info-table.php:1360
|
4677 |
#: modules/instafeed/widgets/instafeed.php:2697
|
4678 |
#: modules/posts/skins/skin-base.php:2901
|
4679 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4680 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4681 |
#: modules/promo-box/widgets/promo-box.php:1602
|
4682 |
msgid "Animation"
|
4683 |
msgstr ""
|
@@ -4711,7 +4721,7 @@ msgstr ""
|
|
4711 |
#: modules/info-table/widgets/info-table.php:358
|
4712 |
#: modules/posts/skins/skin-base.php:1221
|
4713 |
#: modules/posts/widgets/posts-base.php:425
|
4714 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4715 |
msgid "After"
|
4716 |
msgstr ""
|
4717 |
|
@@ -4731,7 +4741,7 @@ msgstr ""
|
|
4731 |
#: modules/info-table/widgets/info-table.php:359
|
4732 |
#: modules/posts/skins/skin-base.php:1220
|
4733 |
#: modules/posts/widgets/posts-base.php:409
|
4734 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4735 |
msgid "Before"
|
4736 |
msgstr ""
|
4737 |
|
@@ -4739,8 +4749,9 @@ msgstr ""
|
|
4739 |
#: modules/hotspots/widgets/hotspots.php:298
|
4740 |
#: modules/hotspots/widgets/hotspots.php:303
|
4741 |
#: modules/hotspots/widgets/hotspots.php:927
|
4742 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4743 |
-
#: modules/pricing/widgets/pricing-table.php:
|
|
|
4744 |
msgid "Tooltip"
|
4745 |
msgstr ""
|
4746 |
|
@@ -4772,7 +4783,7 @@ msgstr ""
|
|
4772 |
#: modules/formidable-forms/widgets/formidable-forms.php:100
|
4773 |
#: modules/gravity-forms/widgets/gravity-forms.php:137
|
4774 |
#: modules/ninja-forms/widgets/ninja-forms.php:102
|
4775 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4776 |
msgid "Contact Form"
|
4777 |
msgstr ""
|
4778 |
|
@@ -4781,7 +4792,7 @@ msgstr ""
|
|
4781 |
#: modules/formidable-forms/widgets/formidable-forms.php:111
|
4782 |
#: modules/gravity-forms/widgets/gravity-forms.php:148
|
4783 |
#: modules/ninja-forms/widgets/ninja-forms.php:113
|
4784 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4785 |
msgid "Custom Title & Description"
|
4786 |
msgstr ""
|
4787 |
|
@@ -4825,9 +4836,9 @@ msgstr ""
|
|
4825 |
#: modules/team-member/widgets/team-member.php:223
|
4826 |
#: modules/team-member/widgets/team-member.php:544
|
4827 |
#: modules/team-member/widgets/team-member.php:1305
|
4828 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4829 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4830 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4831 |
msgid "Description"
|
4832 |
msgstr ""
|
4833 |
|
@@ -4843,8 +4854,8 @@ msgstr ""
|
|
4843 |
#: modules/gravity-forms/widgets/gravity-forms.php:454
|
4844 |
#: modules/ninja-forms/widgets/ninja-forms.php:165
|
4845 |
#: modules/ninja-forms/widgets/ninja-forms.php:432
|
4846 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4847 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4848 |
msgid "Labels"
|
4849 |
msgstr ""
|
4850 |
|
@@ -4859,8 +4870,8 @@ msgstr ""
|
|
4859 |
#: modules/gravity-forms/widgets/gravity-forms.php:1095
|
4860 |
#: modules/ninja-forms/widgets/ninja-forms.php:178
|
4861 |
#: modules/ninja-forms/widgets/ninja-forms.php:828
|
4862 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4863 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4864 |
msgid "Placeholder"
|
4865 |
msgstr ""
|
4866 |
|
@@ -4876,8 +4887,8 @@ msgstr ""
|
|
4876 |
#: modules/gravity-forms/widgets/gravity-forms.php:1971
|
4877 |
#: modules/ninja-forms/widgets/ninja-forms.php:198
|
4878 |
#: modules/ninja-forms/widgets/ninja-forms.php:1397
|
4879 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4880 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4881 |
msgid "Errors"
|
4882 |
msgstr ""
|
4883 |
|
@@ -4891,7 +4902,7 @@ msgstr ""
|
|
4891 |
#: modules/gravity-forms/widgets/gravity-forms.php:1979
|
4892 |
#: modules/ninja-forms/widgets/ninja-forms.php:205
|
4893 |
#: modules/ninja-forms/widgets/ninja-forms.php:1405
|
4894 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4895 |
msgid "Error Messages"
|
4896 |
msgstr ""
|
4897 |
|
@@ -4901,7 +4912,7 @@ msgstr ""
|
|
4901 |
#: modules/formidable-forms/widgets/formidable-forms.php:320
|
4902 |
#: modules/gravity-forms/widgets/gravity-forms.php:350
|
4903 |
#: modules/ninja-forms/widgets/ninja-forms.php:291
|
4904 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4905 |
msgid "Title & Description"
|
4906 |
msgstr ""
|
4907 |
|
@@ -4933,15 +4944,15 @@ msgstr ""
|
|
4933 |
#: modules/posts/skins/skin-base.php:2769
|
4934 |
#: modules/posts/skins/skin-base.php:3328
|
4935 |
#: modules/pricing/widgets/price-menu.php:945
|
4936 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4937 |
-
#: modules/pricing/widgets/pricing-table.php:
|
4938 |
#: modules/promo-box/widgets/promo-box.php:841
|
4939 |
#: modules/random-image/widgets/random-image.php:821
|
4940 |
#: modules/team-member/widgets/team-member-carousel.php:2682
|
4941 |
#: modules/team-member/widgets/team-member.php:710
|
4942 |
#: modules/team-member/widgets/team-member.php:859
|
4943 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4944 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4945 |
msgid "Margin"
|
4946 |
msgstr ""
|
4947 |
|
@@ -4951,7 +4962,7 @@ msgstr ""
|
|
4951 |
#: modules/formidable-forms/widgets/formidable-forms.php:502
|
4952 |
#: modules/gravity-forms/widgets/gravity-forms.php:546
|
4953 |
#: modules/ninja-forms/widgets/ninja-forms.php:477
|
4954 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4955 |
msgid "Input & Textarea"
|
4956 |
msgstr ""
|
4957 |
|
@@ -4961,7 +4972,7 @@ msgstr ""
|
|
4961 |
#: modules/formidable-forms/widgets/formidable-forms.php:593
|
4962 |
#: modules/gravity-forms/widgets/gravity-forms.php:652
|
4963 |
#: modules/ninja-forms/widgets/ninja-forms.php:568
|
4964 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4965 |
msgid "Text Indent"
|
4966 |
msgstr ""
|
4967 |
|
@@ -4971,7 +4982,7 @@ msgstr ""
|
|
4971 |
#: modules/formidable-forms/widgets/formidable-forms.php:618
|
4972 |
#: modules/gravity-forms/widgets/gravity-forms.php:676
|
4973 |
#: modules/ninja-forms/widgets/ninja-forms.php:593
|
4974 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4975 |
msgid "Input Width"
|
4976 |
msgstr ""
|
4977 |
|
@@ -4980,7 +4991,7 @@ msgstr ""
|
|
4980 |
#: modules/formidable-forms/widgets/formidable-forms.php:637
|
4981 |
#: modules/gravity-forms/widgets/gravity-forms.php:695
|
4982 |
#: modules/ninja-forms/widgets/ninja-forms.php:613
|
4983 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4984 |
msgid "Input Height"
|
4985 |
msgstr ""
|
4986 |
|
@@ -4990,7 +5001,7 @@ msgstr ""
|
|
4990 |
#: modules/formidable-forms/widgets/formidable-forms.php:656
|
4991 |
#: modules/gravity-forms/widgets/gravity-forms.php:714
|
4992 |
#: modules/ninja-forms/widgets/ninja-forms.php:632
|
4993 |
-
#: modules/wpforms/widgets/wpforms.php:
|
4994 |
msgid "Textarea Width"
|
4995 |
msgstr ""
|
4996 |
|
@@ -4999,7 +5010,7 @@ msgstr ""
|
|
4999 |
#: modules/formidable-forms/widgets/formidable-forms.php:675
|
5000 |
#: modules/gravity-forms/widgets/gravity-forms.php:733
|
5001 |
#: modules/ninja-forms/widgets/ninja-forms.php:651
|
5002 |
-
#: modules/wpforms/widgets/wpforms.php:
|
5003 |
msgid "Textarea Height"
|
5004 |
msgstr ""
|
5005 |
|
@@ -5009,7 +5020,7 @@ msgstr ""
|
|
5009 |
#: modules/formidable-forms/widgets/formidable-forms.php:748
|
5010 |
#: modules/gravity-forms/widgets/gravity-forms.php:798
|
5011 |
#: modules/ninja-forms/widgets/ninja-forms.php:723
|
5012 |
-
#: modules/wpforms/widgets/wpforms.php:
|
5013 |
msgid "Focus"
|
5014 |
msgstr ""
|
5015 |
|
@@ -5018,7 +5029,7 @@ msgstr ""
|
|
5018 |
#: modules/formidable-forms/widgets/formidable-forms.php:813
|
5019 |
#: modules/gravity-forms/widgets/gravity-forms.php:861
|
5020 |
#: modules/ninja-forms/widgets/ninja-forms.php:773
|
5021 |
-
#: modules/wpforms/widgets/wpforms.php:
|
5022 |
msgid "Field Description"
|
5023 |
msgstr ""
|
5024 |
|
@@ -5028,7 +5039,7 @@ msgstr ""
|
|
5028 |
#: modules/formidable-forms/widgets/formidable-forms.php:905
|
5029 |
#: modules/gravity-forms/widgets/gravity-forms.php:1128
|
5030 |
#: modules/ninja-forms/widgets/ninja-forms.php:864
|
5031 |
-
#: modules/wpforms/widgets/wpforms.php:
|
5032 |
msgid "Radio & Checkbox"
|
5033 |
msgstr ""
|
5034 |
|
@@ -5038,7 +5049,7 @@ msgstr ""
|
|
5038 |
#: modules/formidable-forms/widgets/formidable-forms.php:913
|
5039 |
#: modules/gravity-forms/widgets/gravity-forms.php:1136
|
5040 |
#: modules/ninja-forms/widgets/ninja-forms.php:872
|
5041 |
-
#: modules/wpforms/widgets/wpforms.php:
|
5042 |
msgid "Custom Styles"
|
5043 |
msgstr ""
|
5044 |
|
@@ -5048,7 +5059,7 @@ msgstr ""
|
|
5048 |
#: modules/formidable-forms/widgets/formidable-forms.php:1014
|
5049 |
#: modules/gravity-forms/widgets/gravity-forms.php:1237
|
5050 |
#: modules/ninja-forms/widgets/ninja-forms.php:973
|
5051 |
-
#: modules/wpforms/widgets/wpforms.php:
|
5052 |
msgid "Checkbox"
|
5053 |
msgstr ""
|
5054 |
|
@@ -5058,7 +5069,7 @@ msgstr ""
|
|
5058 |
#: modules/formidable-forms/widgets/formidable-forms.php:1040
|
5059 |
#: modules/gravity-forms/widgets/gravity-forms.php:1264
|
5060 |
#: modules/ninja-forms/widgets/ninja-forms.php:999
|
5061 |
-
#: modules/wpforms/widgets/wpforms.php:
|
5062 |
msgid "Radio Buttons"
|
5063 |
msgstr ""
|
5064 |
|
@@ -5068,7 +5079,7 @@ msgstr ""
|
|
5068 |
#: modules/formidable-forms/widgets/formidable-forms.php:1068
|
5069 |
#: modules/gravity-forms/widgets/gravity-forms.php:1293
|
5070 |
#: modules/ninja-forms/widgets/ninja-forms.php:1027
|
5071 |
-
#: modules/wpforms/widgets/wpforms.php:
|
5072 |
msgid "Checked"
|
5073 |
msgstr ""
|
5074 |
|
@@ -5078,7 +5089,7 @@ msgstr ""
|
|
5078 |
#: modules/formidable-forms/widgets/formidable-forms.php:1107
|
5079 |
#: modules/gravity-forms/widgets/gravity-forms.php:1330
|
5080 |
#: modules/ninja-forms/widgets/ninja-forms.php:1063
|
5081 |
-
#: modules/wpforms/widgets/wpforms.php:
|
5082 |
msgid "Submit Button"
|
5083 |
msgstr ""
|
5084 |
|
@@ -5112,9 +5123,9 @@ msgstr ""
|
|
5112 |
#: modules/ninja-forms/widgets/ninja-forms.php:1100
|
5113 |
#: modules/ninja-forms/widgets/ninja-forms.php:1114
|
5114 |
#: modules/pricing/widgets/price-menu.php:917
|
5115 |
-
#: modules/pricing/widgets/pricing-table.php:
|
5116 |
-
#: modules/pricing/widgets/pricing-table.php:
|
5117 |
-
#: modules/pricing/widgets/pricing-table.php:
|
5118 |
#: modules/promo-box/widgets/promo-box.php:658
|
5119 |
#: modules/promo-box/widgets/promo-box.php:740
|
5120 |
#: modules/promo-box/widgets/promo-box.php:1040
|
@@ -5123,8 +5134,8 @@ msgstr ""
|
|
5123 |
#: modules/twitter/widgets/twitter-grid.php:102
|
5124 |
#: modules/twitter/widgets/twitter-timeline.php:132
|
5125 |
#: modules/twitter/widgets/twitter-tweet.php:138
|
5126 |
-
#: modules/wpforms/widgets/wpforms.php:
|
5127 |
-
#: modules/wpforms/widgets/wpforms.php:
|
5128 |
msgid "Width"
|
5129 |
msgstr ""
|
5130 |
|
@@ -5136,7 +5147,7 @@ msgstr ""
|
|
5136 |
#: modules/gravity-forms/widgets/gravity-forms.php:1588
|
5137 |
#: modules/icon-list/widgets/icon-list.php:305
|
5138 |
#: modules/ninja-forms/widgets/ninja-forms.php:1104
|
5139 |
-
#: modules/wpforms/widgets/wpforms.php:
|
5140 |
msgid "Full Width"
|
5141 |
msgstr ""
|
5142 |
|
@@ -5149,8 +5160,8 @@ msgstr ""
|
|
5149 |
#: modules/logos/widgets/logo-carousel.php:758
|
5150 |
#: modules/logos/widgets/logo-grid.php:715
|
5151 |
#: modules/ninja-forms/widgets/ninja-forms.php:1208
|
5152 |
-
#: modules/pricing/widgets/pricing-table.php:
|
5153 |
-
#: modules/wpforms/widgets/wpforms.php:
|
5154 |
msgid "Margin Top"
|
5155 |
msgstr ""
|
5156 |
|
@@ -5178,7 +5189,7 @@ msgstr ""
|
|
5178 |
#: modules/formidable-forms/widgets/formidable-forms.php:1619
|
5179 |
#: modules/gravity-forms/widgets/gravity-forms.php:2324
|
5180 |
#: modules/ninja-forms/widgets/ninja-forms.php:1557
|
5181 |
-
#: modules/wpforms/widgets/wpforms.php:
|
5182 |
msgid "No Contact Form Selected!"
|
5183 |
msgstr ""
|
5184 |
|
@@ -5315,8 +5326,8 @@ msgstr ""
|
|
5315 |
#: modules/info-table/widgets/info-table.php:309
|
5316 |
#: modules/info-table/widgets/info-table.php:342
|
5317 |
#: modules/info-table/widgets/info-table.php:1113
|
5318 |
-
#: modules/pricing/widgets/pricing-table.php:
|
5319 |
-
#: modules/pricing/widgets/pricing-table.php:
|
5320 |
#: modules/promo-box/widgets/promo-box.php:341
|
5321 |
#: modules/promo-box/widgets/promo-box.php:348
|
5322 |
#: modules/promo-box/widgets/promo-box.php:1442
|
@@ -5958,7 +5969,7 @@ msgstr ""
|
|
5958 |
#: modules/content-ticker/widgets/content-ticker.php:990
|
5959 |
#: modules/content-ticker/widgets/content-ticker.php:1264
|
5960 |
#: modules/pricing/widgets/pricing-table.php:149
|
5961 |
-
#: modules/pricing/widgets/pricing-table.php:
|
5962 |
msgid "Header"
|
5963 |
msgstr ""
|
5964 |
|
@@ -6002,7 +6013,7 @@ msgstr ""
|
|
6002 |
#: modules/info-box/widgets/info-box-carousel.php:604
|
6003 |
#: modules/logos/widgets/logo-carousel.php:273
|
6004 |
#: modules/logos/widgets/logo-grid.php:629
|
6005 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6006 |
msgid "Slide"
|
6007 |
msgstr ""
|
6008 |
|
@@ -6011,7 +6022,7 @@ msgstr ""
|
|
6011 |
#: modules/hotspots/widgets/hotspots.php:556
|
6012 |
#: modules/info-box/widgets/info-box-carousel.php:605
|
6013 |
#: modules/logos/widgets/logo-carousel.php:274
|
6014 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6015 |
msgid "Fade"
|
6016 |
msgstr ""
|
6017 |
|
@@ -6553,9 +6564,9 @@ msgstr ""
|
|
6553 |
#: modules/instafeed/widgets/instafeed.php:2110
|
6554 |
#: modules/logos/widgets/logo-carousel.php:1038
|
6555 |
#: modules/posts/skins/skin-base.php:3205
|
6556 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6557 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6558 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6559 |
#: modules/team-member/widgets/team-member-carousel.php:199
|
6560 |
#: modules/team-member/widgets/team-member-carousel.php:1513
|
6561 |
#: modules/team-member/widgets/team-member-carousel.php:2543
|
@@ -6614,7 +6625,7 @@ msgstr ""
|
|
6614 |
#: modules/info-list/widgets/info-list.php:250
|
6615 |
#: modules/info-table/widgets/info-table.php:330
|
6616 |
#: modules/posts/skins/skin-base.php:1189
|
6617 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6618 |
#: modules/promo-box/widgets/promo-box.php:360
|
6619 |
msgid "Button Text"
|
6620 |
msgstr ""
|
@@ -6625,7 +6636,7 @@ msgstr ""
|
|
6625 |
#: modules/info-box/widgets/info-box.php:551
|
6626 |
#: modules/info-list/widgets/info-list.php:255
|
6627 |
#: modules/info-table/widgets/info-table.php:332
|
6628 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6629 |
#: modules/promo-box/widgets/promo-box.php:365
|
6630 |
msgid "Get Started"
|
6631 |
msgstr ""
|
@@ -6674,7 +6685,7 @@ msgstr ""
|
|
6674 |
#: modules/flipbox/widgets/flipbox.php:685
|
6675 |
#: modules/flipbox/widgets/flipbox.php:1072
|
6676 |
#: modules/pricing/widgets/price-menu.php:992
|
6677 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6678 |
msgid "Vertical Position"
|
6679 |
msgstr ""
|
6680 |
|
@@ -6716,19 +6727,19 @@ msgstr ""
|
|
6716 |
#: modules/fluent-forms/widgets/fluent-forms.php:1367
|
6717 |
#: modules/gravity-forms/widgets/gravity-forms.php:2105
|
6718 |
#: modules/ninja-forms/widgets/ninja-forms.php:1452
|
6719 |
-
#: modules/wpforms/widgets/wpforms.php:
|
6720 |
msgid "Error Field Input Border Color"
|
6721 |
msgstr ""
|
6722 |
|
6723 |
#: modules/fluent-forms/widgets/fluent-forms.php:1379
|
6724 |
#: modules/gravity-forms/widgets/gravity-forms.php:2120
|
6725 |
-
#: modules/wpforms/widgets/wpforms.php:
|
6726 |
msgid "Error Field Input Border Width"
|
6727 |
msgstr ""
|
6728 |
|
6729 |
#: modules/fluent-forms/widgets/fluent-forms.php:1402
|
6730 |
#: modules/formidable-forms/widgets/formidable-forms.php:1470
|
6731 |
-
#: modules/wpforms/widgets/wpforms.php:
|
6732 |
msgid "Confirmation Message"
|
6733 |
msgstr ""
|
6734 |
|
@@ -6919,18 +6930,18 @@ msgid "Always Open?"
|
|
6919 |
msgstr ""
|
6920 |
|
6921 |
#: modules/hotspots/widgets/hotspots.php:476
|
6922 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6923 |
#: modules/scroll-image/widgets/scroll-image.php:213
|
6924 |
msgid "Trigger"
|
6925 |
msgstr ""
|
6926 |
|
6927 |
#: modules/hotspots/widgets/hotspots.php:481
|
6928 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6929 |
msgid "Click"
|
6930 |
msgstr ""
|
6931 |
|
6932 |
#: modules/hotspots/widgets/hotspots.php:497
|
6933 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6934 |
msgid "Tiny"
|
6935 |
msgstr ""
|
6936 |
|
@@ -6939,8 +6950,8 @@ msgid "Global Position"
|
|
6939 |
msgstr ""
|
6940 |
|
6941 |
#: modules/hotspots/widgets/hotspots.php:522
|
6942 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6943 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6944 |
msgid "Distance"
|
6945 |
msgstr ""
|
6946 |
|
@@ -6949,359 +6960,359 @@ msgid "The distance between the hotspot and the tooltip."
|
|
6949 |
msgstr ""
|
6950 |
|
6951 |
#: modules/hotspots/widgets/hotspots.php:540
|
6952 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6953 |
msgid "Show Arrow"
|
6954 |
msgstr ""
|
6955 |
|
6956 |
#: modules/hotspots/widgets/hotspots.php:557
|
6957 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6958 |
msgid "Fall"
|
6959 |
msgstr ""
|
6960 |
|
6961 |
#: modules/hotspots/widgets/hotspots.php:558
|
6962 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6963 |
msgid "Grow"
|
6964 |
msgstr ""
|
6965 |
|
6966 |
#: modules/hotspots/widgets/hotspots.php:560
|
6967 |
#: modules/hotspots/widgets/hotspots.php:572
|
6968 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6969 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6970 |
msgid "Swing"
|
6971 |
msgstr ""
|
6972 |
|
6973 |
#: modules/hotspots/widgets/hotspots.php:567
|
6974 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6975 |
msgid "Bounce"
|
6976 |
msgstr ""
|
6977 |
|
6978 |
#: modules/hotspots/widgets/hotspots.php:568
|
6979 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6980 |
msgid "Flash"
|
6981 |
msgstr ""
|
6982 |
|
6983 |
#: modules/hotspots/widgets/hotspots.php:569
|
6984 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6985 |
msgid "Pulse"
|
6986 |
msgstr ""
|
6987 |
|
6988 |
#: modules/hotspots/widgets/hotspots.php:570
|
6989 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6990 |
msgid "rubberBand"
|
6991 |
msgstr ""
|
6992 |
|
6993 |
#: modules/hotspots/widgets/hotspots.php:571
|
6994 |
-
#: modules/pricing/widgets/pricing-table.php:
|
6995 |
msgid "Shake"
|
6996 |
msgstr ""
|
6997 |
|
6998 |
#: modules/hotspots/widgets/hotspots.php:573
|
6999 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7000 |
msgid "Tada"
|
7001 |
msgstr ""
|
7002 |
|
7003 |
#: modules/hotspots/widgets/hotspots.php:574
|
7004 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7005 |
msgid "Wobble"
|
7006 |
msgstr ""
|
7007 |
|
7008 |
#: modules/hotspots/widgets/hotspots.php:575
|
7009 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7010 |
msgid "bounceIn"
|
7011 |
msgstr ""
|
7012 |
|
7013 |
#: modules/hotspots/widgets/hotspots.php:576
|
7014 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7015 |
msgid "bounceInDown"
|
7016 |
msgstr ""
|
7017 |
|
7018 |
#: modules/hotspots/widgets/hotspots.php:577
|
7019 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7020 |
msgid "bounceInLeft"
|
7021 |
msgstr ""
|
7022 |
|
7023 |
#: modules/hotspots/widgets/hotspots.php:578
|
7024 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7025 |
msgid "bounceInRight"
|
7026 |
msgstr ""
|
7027 |
|
7028 |
#: modules/hotspots/widgets/hotspots.php:579
|
7029 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7030 |
msgid "bounceInUp"
|
7031 |
msgstr ""
|
7032 |
|
7033 |
#: modules/hotspots/widgets/hotspots.php:580
|
7034 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7035 |
msgid "bounceOut"
|
7036 |
msgstr ""
|
7037 |
|
7038 |
#: modules/hotspots/widgets/hotspots.php:581
|
7039 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7040 |
msgid "bounceOutDown"
|
7041 |
msgstr ""
|
7042 |
|
7043 |
#: modules/hotspots/widgets/hotspots.php:582
|
7044 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7045 |
msgid "bounceOutLeft"
|
7046 |
msgstr ""
|
7047 |
|
7048 |
#: modules/hotspots/widgets/hotspots.php:583
|
7049 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7050 |
msgid "bounceOutRight"
|
7051 |
msgstr ""
|
7052 |
|
7053 |
#: modules/hotspots/widgets/hotspots.php:584
|
7054 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7055 |
msgid "bounceOutUp"
|
7056 |
msgstr ""
|
7057 |
|
7058 |
#: modules/hotspots/widgets/hotspots.php:585
|
7059 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7060 |
msgid "fadeIn"
|
7061 |
msgstr ""
|
7062 |
|
7063 |
#: modules/hotspots/widgets/hotspots.php:586
|
7064 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7065 |
msgid "fadeInDown"
|
7066 |
msgstr ""
|
7067 |
|
7068 |
#: modules/hotspots/widgets/hotspots.php:587
|
7069 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7070 |
msgid "fadeInDownBig"
|
7071 |
msgstr ""
|
7072 |
|
7073 |
#: modules/hotspots/widgets/hotspots.php:588
|
7074 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7075 |
msgid "fadeInLeft"
|
7076 |
msgstr ""
|
7077 |
|
7078 |
#: modules/hotspots/widgets/hotspots.php:589
|
7079 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7080 |
msgid "fadeInLeftBig"
|
7081 |
msgstr ""
|
7082 |
|
7083 |
#: modules/hotspots/widgets/hotspots.php:590
|
7084 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7085 |
msgid "fadeInRight"
|
7086 |
msgstr ""
|
7087 |
|
7088 |
#: modules/hotspots/widgets/hotspots.php:591
|
7089 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7090 |
msgid "fadeInRightBig"
|
7091 |
msgstr ""
|
7092 |
|
7093 |
#: modules/hotspots/widgets/hotspots.php:592
|
7094 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7095 |
msgid "fadeInUp"
|
7096 |
msgstr ""
|
7097 |
|
7098 |
#: modules/hotspots/widgets/hotspots.php:593
|
7099 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7100 |
msgid "fadeInUpBig"
|
7101 |
msgstr ""
|
7102 |
|
7103 |
#: modules/hotspots/widgets/hotspots.php:594
|
7104 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7105 |
msgid "fadeOut"
|
7106 |
msgstr ""
|
7107 |
|
7108 |
#: modules/hotspots/widgets/hotspots.php:595
|
7109 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7110 |
msgid "fadeOutDown"
|
7111 |
msgstr ""
|
7112 |
|
7113 |
#: modules/hotspots/widgets/hotspots.php:596
|
7114 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7115 |
msgid "fadeOutDownBig"
|
7116 |
msgstr ""
|
7117 |
|
7118 |
#: modules/hotspots/widgets/hotspots.php:597
|
7119 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7120 |
msgid "fadeOutLeft"
|
7121 |
msgstr ""
|
7122 |
|
7123 |
#: modules/hotspots/widgets/hotspots.php:598
|
7124 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7125 |
msgid "fadeOutLeftBig"
|
7126 |
msgstr ""
|
7127 |
|
7128 |
#: modules/hotspots/widgets/hotspots.php:599
|
7129 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7130 |
msgid "fadeOutRight"
|
7131 |
msgstr ""
|
7132 |
|
7133 |
#: modules/hotspots/widgets/hotspots.php:600
|
7134 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7135 |
msgid "fadeOutRightBig"
|
7136 |
msgstr ""
|
7137 |
|
7138 |
#: modules/hotspots/widgets/hotspots.php:601
|
7139 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7140 |
msgid "fadeOutUp"
|
7141 |
msgstr ""
|
7142 |
|
7143 |
#: modules/hotspots/widgets/hotspots.php:602
|
7144 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7145 |
msgid "fadeOutUpBig"
|
7146 |
msgstr ""
|
7147 |
|
7148 |
#: modules/hotspots/widgets/hotspots.php:603
|
7149 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7150 |
msgid "flip"
|
7151 |
msgstr ""
|
7152 |
|
7153 |
#: modules/hotspots/widgets/hotspots.php:604
|
7154 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7155 |
msgid "flipInX"
|
7156 |
msgstr ""
|
7157 |
|
7158 |
#: modules/hotspots/widgets/hotspots.php:605
|
7159 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7160 |
msgid "flipInY"
|
7161 |
msgstr ""
|
7162 |
|
7163 |
#: modules/hotspots/widgets/hotspots.php:606
|
7164 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7165 |
msgid "flipOutX"
|
7166 |
msgstr ""
|
7167 |
|
7168 |
#: modules/hotspots/widgets/hotspots.php:607
|
7169 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7170 |
msgid "flipOutY"
|
7171 |
msgstr ""
|
7172 |
|
7173 |
#: modules/hotspots/widgets/hotspots.php:608
|
7174 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7175 |
msgid "lightSpeedIn"
|
7176 |
msgstr ""
|
7177 |
|
7178 |
#: modules/hotspots/widgets/hotspots.php:609
|
7179 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7180 |
msgid "lightSpeedOut"
|
7181 |
msgstr ""
|
7182 |
|
7183 |
#: modules/hotspots/widgets/hotspots.php:610
|
7184 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7185 |
msgid "rotateIn"
|
7186 |
msgstr ""
|
7187 |
|
7188 |
#: modules/hotspots/widgets/hotspots.php:611
|
7189 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7190 |
msgid "rotateInDownLeft"
|
7191 |
msgstr ""
|
7192 |
|
7193 |
#: modules/hotspots/widgets/hotspots.php:612
|
7194 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7195 |
msgid "rotateInDownRight"
|
7196 |
msgstr ""
|
7197 |
|
7198 |
#: modules/hotspots/widgets/hotspots.php:613
|
7199 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7200 |
msgid "rotateInUpLeft"
|
7201 |
msgstr ""
|
7202 |
|
7203 |
#: modules/hotspots/widgets/hotspots.php:614
|
7204 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7205 |
msgid "rotateInUpRight"
|
7206 |
msgstr ""
|
7207 |
|
7208 |
#: modules/hotspots/widgets/hotspots.php:615
|
7209 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7210 |
msgid "rotateOut"
|
7211 |
msgstr ""
|
7212 |
|
7213 |
#: modules/hotspots/widgets/hotspots.php:616
|
7214 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7215 |
msgid "rotateOutDownLeft"
|
7216 |
msgstr ""
|
7217 |
|
7218 |
#: modules/hotspots/widgets/hotspots.php:617
|
7219 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7220 |
msgid "rotateOutDownRight"
|
7221 |
msgstr ""
|
7222 |
|
7223 |
#: modules/hotspots/widgets/hotspots.php:618
|
7224 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7225 |
msgid "rotateOutUpLeft"
|
7226 |
msgstr ""
|
7227 |
|
7228 |
#: modules/hotspots/widgets/hotspots.php:619
|
7229 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7230 |
msgid "rotateOutUpRight"
|
7231 |
msgstr ""
|
7232 |
|
7233 |
#: modules/hotspots/widgets/hotspots.php:620
|
7234 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7235 |
msgid "Hinge"
|
7236 |
msgstr ""
|
7237 |
|
7238 |
#: modules/hotspots/widgets/hotspots.php:621
|
7239 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7240 |
msgid "rollIn"
|
7241 |
msgstr ""
|
7242 |
|
7243 |
#: modules/hotspots/widgets/hotspots.php:622
|
7244 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7245 |
msgid "rollOut"
|
7246 |
msgstr ""
|
7247 |
|
7248 |
#: modules/hotspots/widgets/hotspots.php:623
|
7249 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7250 |
msgid "zoomIn"
|
7251 |
msgstr ""
|
7252 |
|
7253 |
#: modules/hotspots/widgets/hotspots.php:624
|
7254 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7255 |
msgid "zoomInDown"
|
7256 |
msgstr ""
|
7257 |
|
7258 |
#: modules/hotspots/widgets/hotspots.php:625
|
7259 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7260 |
msgid "zoomInLeft"
|
7261 |
msgstr ""
|
7262 |
|
7263 |
#: modules/hotspots/widgets/hotspots.php:626
|
7264 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7265 |
msgid "zoomInRight"
|
7266 |
msgstr ""
|
7267 |
|
7268 |
#: modules/hotspots/widgets/hotspots.php:627
|
7269 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7270 |
msgid "zoomInUp"
|
7271 |
msgstr ""
|
7272 |
|
7273 |
#: modules/hotspots/widgets/hotspots.php:628
|
7274 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7275 |
msgid "zoomOut"
|
7276 |
msgstr ""
|
7277 |
|
7278 |
#: modules/hotspots/widgets/hotspots.php:629
|
7279 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7280 |
msgid "zoomOutDown"
|
7281 |
msgstr ""
|
7282 |
|
7283 |
#: modules/hotspots/widgets/hotspots.php:630
|
7284 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7285 |
msgid "zoomOutLeft"
|
7286 |
msgstr ""
|
7287 |
|
7288 |
#: modules/hotspots/widgets/hotspots.php:631
|
7289 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7290 |
msgid "zoomOutRight"
|
7291 |
msgstr ""
|
7292 |
|
7293 |
#: modules/hotspots/widgets/hotspots.php:632
|
7294 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7295 |
msgid "zoomOutUp"
|
7296 |
msgstr ""
|
7297 |
|
7298 |
#: modules/hotspots/widgets/hotspots.php:660
|
7299 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7300 |
msgid "Z-Index"
|
7301 |
msgstr ""
|
7302 |
|
7303 |
#: modules/hotspots/widgets/hotspots.php:661
|
7304 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7305 |
msgid ""
|
7306 |
"Increase the z-index value if you are unable to see the tooltip. For "
|
7307 |
"example: 99, 999, 9999 "
|
@@ -7625,7 +7636,7 @@ msgstr ""
|
|
7625 |
#: modules/info-box/widgets/info-box-carousel.php:1449
|
7626 |
#: modules/info-box/widgets/info-box.php:1232
|
7627 |
#: modules/info-table/widgets/info-table.php:646
|
7628 |
-
#: modules/pricing/widgets/pricing-table.php:
|
7629 |
msgid "Sub Title"
|
7630 |
msgstr ""
|
7631 |
|
@@ -8149,7 +8160,7 @@ msgid "Text Fill"
|
|
8149 |
msgstr ""
|
8150 |
|
8151 |
#: modules/link-effects/widgets/link-effects.php:159
|
8152 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8153 |
#: modules/team-member/widgets/team-member-carousel.php:636
|
8154 |
#: modules/team-member/widgets/team-member.php:452
|
8155 |
msgid "Circle"
|
@@ -8328,7 +8339,7 @@ msgid "Search Form"
|
|
8328 |
msgstr ""
|
8329 |
|
8330 |
#: modules/posts/skins/skin-base.php:411
|
8331 |
-
#: modules/posts/widgets/posts-base.php:
|
8332 |
msgid "Show Search Form"
|
8333 |
msgstr ""
|
8334 |
|
@@ -8693,7 +8704,7 @@ msgid "Include By"
|
|
8693 |
msgstr ""
|
8694 |
|
8695 |
#: modules/posts/widgets/posts-base.php:332
|
8696 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8697 |
msgid "Exclude"
|
8698 |
msgstr ""
|
8699 |
|
@@ -8734,22 +8745,32 @@ msgid "Enable this option to remove current post from the query."
|
|
8734 |
msgstr ""
|
8735 |
|
8736 |
#: modules/posts/widgets/posts-base.php:544
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8737 |
msgid "Query ID"
|
8738 |
msgstr ""
|
8739 |
|
8740 |
-
#: modules/posts/widgets/posts-base.php:
|
8741 |
msgid "Give your Query a custom unique id to allow server side filtering"
|
8742 |
msgstr ""
|
8743 |
|
8744 |
-
#: modules/posts/widgets/posts-base.php:
|
8745 |
msgid "If Nothing Found!"
|
8746 |
msgstr ""
|
8747 |
|
8748 |
-
#: modules/posts/widgets/posts-base.php:
|
8749 |
msgid "Nothing Found Message"
|
8750 |
msgstr ""
|
8751 |
|
8752 |
-
#: modules/posts/widgets/posts-base.php:
|
8753 |
msgid "It seems we can't find what you're looking for."
|
8754 |
msgstr ""
|
8755 |
|
@@ -8775,7 +8796,7 @@ msgstr ""
|
|
8775 |
#: modules/pricing/widgets/price-menu.php:151
|
8776 |
#: modules/pricing/widgets/price-menu.php:782
|
8777 |
#: modules/pricing/widgets/pricing-table.php:385
|
8778 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8779 |
msgid "Original Price"
|
8780 |
msgstr ""
|
8781 |
|
@@ -8849,12 +8870,12 @@ msgid "Enter table subtitle"
|
|
8849 |
msgstr ""
|
8850 |
|
8851 |
#: modules/pricing/widgets/pricing-table.php:296
|
8852 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8853 |
msgid "Pricing"
|
8854 |
msgstr ""
|
8855 |
|
8856 |
#: modules/pricing/widgets/pricing-table.php:303
|
8857 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8858 |
msgid "Currency Symbol"
|
8859 |
msgstr ""
|
8860 |
|
@@ -8939,7 +8960,7 @@ msgid "Raised"
|
|
8939 |
msgstr ""
|
8940 |
|
8941 |
#: modules/pricing/widgets/pricing-table.php:400
|
8942 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8943 |
msgid "Duration"
|
8944 |
msgstr ""
|
8945 |
|
@@ -8948,111 +8969,111 @@ msgid "per month"
|
|
8948 |
msgstr ""
|
8949 |
|
8950 |
#: modules/pricing/widgets/pricing-table.php:417
|
8951 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8952 |
msgid "Features"
|
8953 |
msgstr ""
|
8954 |
|
8955 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8956 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8957 |
msgid "Feature"
|
8958 |
msgstr ""
|
8959 |
|
8960 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8961 |
msgid "This is a tooltip"
|
8962 |
msgstr ""
|
8963 |
|
8964 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8965 |
msgid "Feature #1"
|
8966 |
msgstr ""
|
8967 |
|
8968 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8969 |
msgid "Feature #2"
|
8970 |
msgstr ""
|
8971 |
|
8972 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8973 |
msgid "Feature #3"
|
8974 |
msgstr ""
|
8975 |
|
8976 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8977 |
msgid "Display On"
|
8978 |
msgstr ""
|
8979 |
|
8980 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8981 |
msgid "The distance between the text/icon and the tooltip."
|
8982 |
msgstr ""
|
8983 |
|
8984 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8985 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8986 |
msgid "Ribbon"
|
8987 |
msgstr ""
|
8988 |
|
8989 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8990 |
msgid "Show Ribbon"
|
8991 |
msgstr ""
|
8992 |
|
8993 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8994 |
msgid "Flag"
|
8995 |
msgstr ""
|
8996 |
|
8997 |
-
#: modules/pricing/widgets/pricing-table.php:
|
8998 |
msgid "Distance from Top"
|
8999 |
msgstr ""
|
9000 |
|
9001 |
-
#: modules/pricing/widgets/pricing-table.php:
|
9002 |
msgid "Button Position"
|
9003 |
msgstr ""
|
9004 |
|
9005 |
-
#: modules/pricing/widgets/pricing-table.php:
|
9006 |
msgid "Above Features"
|
9007 |
msgstr ""
|
9008 |
|
9009 |
-
#: modules/pricing/widgets/pricing-table.php:
|
9010 |
msgid "Below Features"
|
9011 |
msgstr ""
|
9012 |
|
9013 |
-
#: modules/pricing/widgets/pricing-table.php:
|
9014 |
-
#: modules/pricing/widgets/pricing-table.php:
|
9015 |
-
#: modules/pricing/widgets/pricing-table.php:
|
9016 |
msgid "Additional Info"
|
9017 |
msgstr ""
|
9018 |
|
9019 |
-
#: modules/pricing/widgets/pricing-table.php:
|
9020 |
msgid "Enter additional info here"
|
9021 |
msgstr ""
|
9022 |
|
9023 |
-
#: modules/pricing/widgets/pricing-table.php:
|
9024 |
msgid "Duration Position"
|
9025 |
msgstr ""
|
9026 |
|
9027 |
-
#: modules/pricing/widgets/pricing-table.php:
|
9028 |
msgid "Same Line"
|
9029 |
msgstr ""
|
9030 |
|
9031 |
-
#: modules/pricing/widgets/pricing-table.php:
|
9032 |
msgid "Next Line"
|
9033 |
msgstr ""
|
9034 |
|
9035 |
-
#: modules/pricing/widgets/pricing-table.php:
|
9036 |
msgid "Font Size"
|
9037 |
msgstr ""
|
9038 |
|
9039 |
-
#: modules/pricing/widgets/pricing-table.php:
|
9040 |
msgid "Rows"
|
9041 |
msgstr ""
|
9042 |
|
9043 |
-
#: modules/pricing/widgets/pricing-table.php:
|
9044 |
msgid "Even"
|
9045 |
msgstr ""
|
9046 |
|
9047 |
-
#: modules/pricing/widgets/pricing-table.php:
|
9048 |
msgid "Odd"
|
9049 |
msgstr ""
|
9050 |
|
9051 |
-
#: modules/pricing/widgets/pricing-table.php:
|
9052 |
msgid "Tooltip Icon"
|
9053 |
msgstr ""
|
9054 |
|
9055 |
-
#: modules/pricing/widgets/pricing-table.php:
|
9056 |
msgid "Footer"
|
9057 |
msgstr ""
|
9058 |
|
@@ -9828,6 +9849,10 @@ msgstr ""
|
|
9828 |
msgid "Expanded"
|
9829 |
msgstr ""
|
9830 |
|
|
|
|
|
|
|
|
|
9831 |
#: plugin.php:448
|
9832 |
msgid "PowerPack Elements"
|
9833 |
msgstr ""
|
2 |
# This file is distributed under the GNU General Public License v2.0.
|
3 |
msgid ""
|
4 |
msgstr ""
|
5 |
+
"Project-Id-Version: PowerPack Lite for Elementor 2.6.16\n"
|
6 |
"Report-Msgid-Bugs-To: "
|
7 |
+
"https://wordpress.org/support/plugin/powerpack-lite-for-elementor\n"
|
8 |
+
"POT-Creation-Date: 2022-07-06 06:42:48+00:00\n"
|
9 |
"MIME-Version: 1.0\n"
|
10 |
"Content-Type: text/plain; charset=utf-8\n"
|
11 |
"Content-Transfer-Encoding: 8bit\n"
|
188 |
#: modules/divider/widgets/divider.php:330
|
189 |
#: modules/icon-list/widgets/icon-list.php:441
|
190 |
#: modules/image-comparison/widgets/image-comparison.php:532
|
191 |
+
#: modules/pricing/widgets/pricing-table.php:2144
|
192 |
+
#: modules/pricing/widgets/pricing-table.php:2154
|
193 |
#: modules/team-member/widgets/team-member-carousel.php:1367
|
194 |
#: modules/team-member/widgets/team-member-carousel.php:1574
|
195 |
#: modules/team-member/widgets/team-member-carousel.php:1781
|
427 |
msgstr ""
|
428 |
|
429 |
#: classes/class-pp-config.php:496
|
430 |
+
#: modules/pricing/widgets/pricing-table.php:1141
|
431 |
msgid "Table"
|
432 |
msgstr ""
|
433 |
|
563 |
msgstr ""
|
564 |
|
565 |
#: classes/class-pp-templates-lib.php:425
|
566 |
+
#: modules/pricing/widgets/pricing-table.php:910
|
567 |
msgid "New"
|
568 |
msgstr ""
|
569 |
|
1350 |
#: modules/posts/widgets/posts-base.php:484
|
1351 |
#: modules/posts/widgets/posts-base.php:500
|
1352 |
#: modules/posts/widgets/posts-base.php:530
|
1353 |
+
#: modules/posts/widgets/posts-base.php:590
|
1354 |
#: modules/pricing/widgets/price-menu.php:307
|
1355 |
#: modules/pricing/widgets/price-menu.php:322
|
1356 |
+
#: modules/pricing/widgets/pricing-table.php:452
|
1357 |
+
#: modules/pricing/widgets/pricing-table.php:594
|
1358 |
+
#: modules/pricing/widgets/pricing-table.php:661
|
1359 |
+
#: modules/pricing/widgets/pricing-table.php:879
|
1360 |
+
#: modules/pricing/widgets/pricing-table.php:2032
|
1361 |
#: modules/promo-box/widgets/promo-box.php:248
|
1362 |
#: modules/random-image/widgets/random-image.php:319
|
1363 |
#: modules/team-member/widgets/team-member-carousel.php:587
|
1374 |
#: modules/twitter/widgets/twitter-grid.php:92
|
1375 |
#: modules/twitter/widgets/twitter-timeline.php:105
|
1376 |
#: modules/twitter/widgets/twitter-tweet.php:114
|
1377 |
+
#: modules/wpforms/widgets/wpforms.php:92
|
1378 |
+
#: modules/wpforms/widgets/wpforms.php:933
|
1379 |
msgid "Yes"
|
1380 |
msgstr ""
|
1381 |
|
1468 |
#: modules/posts/widgets/posts-base.php:485
|
1469 |
#: modules/posts/widgets/posts-base.php:501
|
1470 |
#: modules/posts/widgets/posts-base.php:531
|
1471 |
+
#: modules/posts/widgets/posts-base.php:591
|
1472 |
#: modules/pricing/widgets/price-menu.php:308
|
1473 |
#: modules/pricing/widgets/price-menu.php:323
|
1474 |
+
#: modules/pricing/widgets/pricing-table.php:453
|
1475 |
+
#: modules/pricing/widgets/pricing-table.php:595
|
1476 |
+
#: modules/pricing/widgets/pricing-table.php:662
|
1477 |
+
#: modules/pricing/widgets/pricing-table.php:880
|
1478 |
+
#: modules/pricing/widgets/pricing-table.php:2033
|
1479 |
#: modules/promo-box/widgets/promo-box.php:249
|
1480 |
#: modules/random-image/widgets/random-image.php:320
|
1481 |
#: modules/team-member/widgets/team-member-carousel.php:588
|
1492 |
#: modules/twitter/widgets/twitter-grid.php:93
|
1493 |
#: modules/twitter/widgets/twitter-timeline.php:106
|
1494 |
#: modules/twitter/widgets/twitter-tweet.php:115
|
1495 |
+
#: modules/wpforms/widgets/wpforms.php:93
|
1496 |
+
#: modules/wpforms/widgets/wpforms.php:934
|
1497 |
msgid "No"
|
1498 |
msgstr ""
|
1499 |
|
1602 |
#: modules/pricing/widgets/price-menu.php:753
|
1603 |
#: modules/pricing/widgets/price-menu.php:845
|
1604 |
#: modules/pricing/widgets/price-menu.php:1099
|
1605 |
+
#: modules/pricing/widgets/pricing-table.php:1313
|
1606 |
+
#: modules/pricing/widgets/pricing-table.php:1398
|
1607 |
+
#: modules/pricing/widgets/pricing-table.php:1432
|
1608 |
+
#: modules/pricing/widgets/pricing-table.php:1509
|
1609 |
+
#: modules/pricing/widgets/pricing-table.php:1942
|
1610 |
+
#: modules/pricing/widgets/pricing-table.php:2320
|
1611 |
#: modules/promo-box/widgets/promo-box.php:542
|
1612 |
#: modules/promo-box/widgets/promo-box.php:924
|
1613 |
#: modules/promo-box/widgets/promo-box.php:1157
|
1620 |
#: modules/team-member/widgets/team-member.php:1603
|
1621 |
#: modules/team-member/widgets/team-member.php:1653
|
1622 |
#: modules/team-member/widgets/team-member.php:1799
|
1623 |
+
#: modules/wpforms/widgets/wpforms.php:980
|
1624 |
+
#: modules/wpforms/widgets/wpforms.php:1096
|
1625 |
msgid "Color"
|
1626 |
msgstr ""
|
1627 |
|
1667 |
#: modules/logos/widgets/logo-carousel.php:160
|
1668 |
#: modules/logos/widgets/logo-grid.php:137
|
1669 |
#: modules/pricing/widgets/price-menu.php:209
|
1670 |
+
#: modules/pricing/widgets/pricing-table.php:1065
|
1671 |
#: modules/promo-box/widgets/promo-box.php:375
|
1672 |
#: modules/random-image/widgets/random-image.php:298
|
1673 |
#: modules/team-member/widgets/team-member-carousel.php:251
|
1803 |
msgid "Businsess Hours"
|
1804 |
msgstr ""
|
1805 |
|
1806 |
+
#: includes/helper-functions.php:436 modules/wpforms/widgets/wpforms.php:72
|
1807 |
msgid "WPForms"
|
1808 |
msgstr ""
|
1809 |
|
1844 |
#: modules/logos/widgets/logo-grid.php:107
|
1845 |
#: modules/posts/skins/skin-base.php:804 modules/posts/skins/skin-base.php:2454
|
1846 |
#: modules/pricing/widgets/price-menu.php:467
|
1847 |
+
#: modules/pricing/widgets/pricing-table.php:428
|
1848 |
#: modules/promo-box/widgets/promo-box.php:116
|
1849 |
#: modules/promo-box/widgets/promo-box.php:561
|
1850 |
#: modules/team-member/widgets/team-member-carousel.php:182
|
1913 |
#: modules/pricing/widgets/price-menu.php:500
|
1914 |
#: modules/pricing/widgets/pricing-table.php:222
|
1915 |
#: modules/pricing/widgets/pricing-table.php:227
|
1916 |
+
#: modules/pricing/widgets/pricing-table.php:905
|
1917 |
+
#: modules/pricing/widgets/pricing-table.php:1389
|
1918 |
#: modules/random-image/widgets/random-image.php:258
|
1919 |
#: modules/team-member/widgets/team-member-carousel.php:243
|
1920 |
#: modules/team-member/widgets/team-member.php:244
|
1921 |
+
#: modules/wpforms/widgets/wpforms.php:101
|
1922 |
+
#: modules/wpforms/widgets/wpforms.php:131
|
1923 |
+
#: modules/wpforms/widgets/wpforms.php:292
|
1924 |
msgid "Title"
|
1925 |
msgstr ""
|
1926 |
|
2100 |
#: modules/instafeed/widgets/instafeed.php:1835
|
2101 |
#: modules/pricing/widgets/pricing-table.php:165
|
2102 |
#: modules/pricing/widgets/pricing-table.php:180
|
2103 |
+
#: modules/pricing/widgets/pricing-table.php:461
|
2104 |
+
#: modules/pricing/widgets/pricing-table.php:699
|
2105 |
+
#: modules/pricing/widgets/pricing-table.php:711
|
2106 |
+
#: modules/pricing/widgets/pricing-table.php:1232
|
2107 |
+
#: modules/pricing/widgets/pricing-table.php:1933
|
2108 |
#: modules/promo-box/widgets/promo-box.php:238
|
2109 |
#: modules/promo-box/widgets/promo-box.php:261
|
2110 |
#: modules/promo-box/widgets/promo-box.php:273
|
2198 |
#: modules/team-member/widgets/team-member.php:556
|
2199 |
#: modules/team-member/widgets/team-member.php:568
|
2200 |
#: modules/team-member/widgets/team-member.php:583
|
2201 |
+
#: modules/wpforms/widgets/wpforms.php:104
|
2202 |
+
#: modules/wpforms/widgets/wpforms.php:119
|
2203 |
+
#: modules/wpforms/widgets/wpforms.php:159
|
2204 |
+
#: modules/wpforms/widgets/wpforms.php:172
|
2205 |
+
#: modules/wpforms/widgets/wpforms.php:198
|
2206 |
msgid "Show"
|
2207 |
msgstr ""
|
2208 |
|
2255 |
#: modules/team-member/widgets/team-member.php:557
|
2256 |
#: modules/team-member/widgets/team-member.php:569
|
2257 |
#: modules/team-member/widgets/team-member.php:584
|
2258 |
+
#: modules/wpforms/widgets/wpforms.php:105
|
2259 |
+
#: modules/wpforms/widgets/wpforms.php:120
|
2260 |
+
#: modules/wpforms/widgets/wpforms.php:160
|
2261 |
+
#: modules/wpforms/widgets/wpforms.php:173
|
2262 |
+
#: modules/wpforms/widgets/wpforms.php:199
|
2263 |
msgid "Hide"
|
2264 |
msgstr ""
|
2265 |
|
2348 |
#: modules/logos/widgets/logo-grid.php:468
|
2349 |
#: modules/posts/skins/skin-base.php:1618
|
2350 |
#: modules/pricing/widgets/price-menu.php:344
|
2351 |
+
#: modules/pricing/widgets/pricing-table.php:1107
|
2352 |
#: modules/promo-box/widgets/promo-box.php:407
|
2353 |
#: modules/random-image/widgets/random-image.php:346
|
2354 |
#: modules/scroll-image/widgets/scroll-image.php:277
|
2358 |
#: modules/twitter/widgets/twitter-grid.php:143
|
2359 |
#: modules/twitter/widgets/twitter-timeline.php:209
|
2360 |
#: modules/twitter/widgets/twitter-tweet.php:176
|
2361 |
+
#: modules/wpforms/widgets/wpforms.php:226
|
2362 |
msgid "Help Docs"
|
2363 |
msgstr ""
|
2364 |
|
2442 |
#: modules/posts/skins/skin-base.php:3270
|
2443 |
#: modules/posts/skins/skin-base.php:3501
|
2444 |
#: modules/pricing/widgets/pricing-table.php:365
|
2445 |
+
#: modules/pricing/widgets/pricing-table.php:2505
|
2446 |
#: modules/promo-box/widgets/promo-box.php:770
|
2447 |
#: modules/promo-box/widgets/promo-box.php:1474
|
2448 |
#: modules/random-image/module.php:92
|
2455 |
#: modules/team-member/widgets/team-member-carousel.php:2409
|
2456 |
#: modules/team-member/widgets/team-member-carousel.php:2608
|
2457 |
#: modules/team-member/widgets/team-member.php:1621
|
2458 |
+
#: modules/wpforms/widgets/wpforms.php:468
|
2459 |
+
#: modules/wpforms/widgets/wpforms.php:970
|
2460 |
+
#: modules/wpforms/widgets/wpforms.php:1200
|
2461 |
msgid "Normal"
|
2462 |
msgstr ""
|
2463 |
|
2502 |
#: modules/pricing/widgets/price-menu.php:595
|
2503 |
#: modules/pricing/widgets/pricing-table.php:161
|
2504 |
#: modules/pricing/widgets/pricing-table.php:306
|
2505 |
+
#: modules/pricing/widgets/pricing-table.php:1045
|
2506 |
#: modules/random-image/widgets/random-image.php:257
|
2507 |
#: modules/random-image/widgets/random-image.php:288
|
2508 |
#: modules/random-image/widgets/random-image.php:855
|
2599 |
#: modules/logos/widgets/logo-grid.php:223
|
2600 |
#: modules/ninja-forms/widgets/ninja-forms.php:936
|
2601 |
#: modules/pricing/widgets/price-menu.php:638
|
2602 |
+
#: modules/wpforms/widgets/wpforms.php:995
|
2603 |
msgid "Border Width"
|
2604 |
msgstr ""
|
2605 |
|
2674 |
#: modules/team-member/widgets/team-member-carousel.php:2734
|
2675 |
#: modules/team-member/widgets/team-member.php:1874
|
2676 |
#: modules/twitter/widgets/twitter-timeline.php:190
|
2677 |
+
#: modules/wpforms/widgets/wpforms.php:1017
|
2678 |
+
#: modules/wpforms/widgets/wpforms.php:1338
|
2679 |
msgid "Border Color"
|
2680 |
msgstr ""
|
2681 |
|
2771 |
#: modules/posts/skins/skin-base.php:3558
|
2772 |
#: modules/pricing/widgets/price-menu.php:439
|
2773 |
#: modules/pricing/widgets/price-menu.php:980
|
2774 |
+
#: modules/pricing/widgets/pricing-table.php:1374
|
2775 |
+
#: modules/pricing/widgets/pricing-table.php:1544
|
2776 |
+
#: modules/pricing/widgets/pricing-table.php:2266
|
2777 |
+
#: modules/pricing/widgets/pricing-table.php:2591
|
2778 |
#: modules/promo-box/widgets/promo-box.php:489
|
2779 |
#: modules/promo-box/widgets/promo-box.php:646
|
2780 |
#: modules/promo-box/widgets/promo-box.php:829
|
2790 |
#: modules/team-member/widgets/team-member-carousel.php:2666
|
2791 |
#: modules/team-member/widgets/team-member.php:847
|
2792 |
#: modules/team-member/widgets/team-member.php:1740
|
2793 |
+
#: modules/wpforms/widgets/wpforms.php:511
|
2794 |
+
#: modules/wpforms/widgets/wpforms.php:866
|
2795 |
+
#: modules/wpforms/widgets/wpforms.php:1043
|
2796 |
+
#: modules/wpforms/widgets/wpforms.php:1069
|
2797 |
+
#: modules/wpforms/widgets/wpforms.php:1242
|
2798 |
+
#: modules/wpforms/widgets/wpforms.php:1486
|
2799 |
msgid "Border Radius"
|
2800 |
msgstr ""
|
2801 |
|
2855 |
#: modules/posts/skins/skin-base.php:3109
|
2856 |
#: modules/posts/skins/skin-base.php:3398
|
2857 |
#: modules/posts/skins/skin-base.php:3604
|
2858 |
+
#: modules/pricing/widgets/pricing-table.php:607
|
2859 |
+
#: modules/pricing/widgets/pricing-table.php:2619
|
2860 |
#: modules/promo-box/widgets/promo-box.php:861
|
2861 |
#: modules/promo-box/widgets/promo-box.php:1559
|
2862 |
#: modules/random-image/widgets/random-image.php:552
|
2867 |
#: modules/team-member/widgets/team-member-carousel.php:2466
|
2868 |
#: modules/team-member/widgets/team-member-carousel.php:2707
|
2869 |
#: modules/team-member/widgets/team-member.php:1767
|
2870 |
+
#: modules/wpforms/widgets/wpforms.php:1307
|
2871 |
msgid "Hover"
|
2872 |
msgstr ""
|
2873 |
|
2958 |
#: modules/pricing/widgets/price-menu.php:416
|
2959 |
#: modules/pricing/widgets/price-menu.php:478
|
2960 |
#: modules/pricing/widgets/price-menu.php:957
|
2961 |
+
#: modules/pricing/widgets/pricing-table.php:1220
|
2962 |
+
#: modules/pricing/widgets/pricing-table.php:1345
|
2963 |
+
#: modules/pricing/widgets/pricing-table.php:1592
|
2964 |
+
#: modules/pricing/widgets/pricing-table.php:1883
|
2965 |
+
#: modules/pricing/widgets/pricing-table.php:2041
|
2966 |
+
#: modules/pricing/widgets/pricing-table.php:2281
|
2967 |
+
#: modules/pricing/widgets/pricing-table.php:2576
|
2968 |
+
#: modules/pricing/widgets/pricing-table.php:2715
|
2969 |
+
#: modules/pricing/widgets/pricing-table.php:2807
|
2970 |
#: modules/promo-box/widgets/promo-box.php:501
|
2971 |
#: modules/promo-box/widgets/promo-box.php:683
|
2972 |
#: modules/promo-box/widgets/promo-box.php:806
|
2978 |
#: modules/team-member/widgets/team-member-carousel.php:2513
|
2979 |
#: modules/team-member/widgets/team-member.php:723
|
2980 |
#: modules/team-member/widgets/team-member.php:1752
|
2981 |
+
#: modules/wpforms/widgets/wpforms.php:624
|
2982 |
+
#: modules/wpforms/widgets/wpforms.php:878
|
2983 |
+
#: modules/wpforms/widgets/wpforms.php:1254
|
2984 |
msgid "Padding"
|
2985 |
msgstr ""
|
2986 |
|
3114 |
#: modules/posts/skins/skin-base.php:2725
|
3115 |
#: modules/posts/skins/skin-base.php:2871
|
3116 |
#: modules/pricing/widgets/price-menu.php:723
|
3117 |
+
#: modules/pricing/widgets/pricing-table.php:521
|
3118 |
+
#: modules/pricing/widgets/pricing-table.php:1719
|
3119 |
+
#: modules/pricing/widgets/pricing-table.php:1775
|
3120 |
+
#: modules/pricing/widgets/pricing-table.php:1867
|
3121 |
+
#: modules/pricing/widgets/pricing-table.php:2083
|
3122 |
+
#: modules/pricing/widgets/pricing-table.php:2125
|
3123 |
+
#: modules/pricing/widgets/pricing-table.php:2205
|
3124 |
+
#: modules/pricing/widgets/pricing-table.php:2410
|
3125 |
+
#: modules/pricing/widgets/pricing-table.php:2534
|
3126 |
+
#: modules/pricing/widgets/pricing-table.php:2644
|
3127 |
+
#: modules/pricing/widgets/pricing-table.php:2747
|
3128 |
#: modules/promo-box/widgets/promo-box.php:1493
|
3129 |
#: modules/promo-box/widgets/promo-box.php:1578
|
3130 |
#: modules/random-image/widgets/random-image.php:898
|
3136 |
#: modules/team-member/widgets/team-member.php:899
|
3137 |
#: modules/team-member/widgets/team-member.php:1111
|
3138 |
#: modules/team-member/widgets/team-member.php:1331
|
3139 |
+
#: modules/wpforms/widgets/wpforms.php:301
|
3140 |
+
#: modules/wpforms/widgets/wpforms.php:350
|
3141 |
+
#: modules/wpforms/widgets/wpforms.php:405
|
3142 |
+
#: modules/wpforms/widgets/wpforms.php:487
|
3143 |
+
#: modules/wpforms/widgets/wpforms.php:723
|
3144 |
+
#: modules/wpforms/widgets/wpforms.php:779
|
3145 |
+
#: modules/wpforms/widgets/wpforms.php:819
|
3146 |
+
#: modules/wpforms/widgets/wpforms.php:1219
|
3147 |
+
#: modules/wpforms/widgets/wpforms.php:1326
|
3148 |
+
#: modules/wpforms/widgets/wpforms.php:1371
|
3149 |
+
#: modules/wpforms/widgets/wpforms.php:1451
|
3150 |
msgid "Text Color"
|
3151 |
msgstr ""
|
3152 |
|
3276 |
#: modules/pricing/widgets/price-menu.php:385
|
3277 |
#: modules/pricing/widgets/price-menu.php:738
|
3278 |
#: modules/pricing/widgets/price-menu.php:905
|
3279 |
+
#: modules/pricing/widgets/pricing-table.php:534
|
3280 |
+
#: modules/pricing/widgets/pricing-table.php:1190
|
3281 |
+
#: modules/pricing/widgets/pricing-table.php:1298
|
3282 |
+
#: modules/pricing/widgets/pricing-table.php:1521
|
3283 |
+
#: modules/pricing/widgets/pricing-table.php:1855
|
3284 |
+
#: modules/pricing/widgets/pricing-table.php:2068
|
3285 |
+
#: modules/pricing/widgets/pricing-table.php:2110
|
3286 |
+
#: modules/pricing/widgets/pricing-table.php:2186
|
3287 |
+
#: modules/pricing/widgets/pricing-table.php:2397
|
3288 |
+
#: modules/pricing/widgets/pricing-table.php:2515
|
3289 |
+
#: modules/pricing/widgets/pricing-table.php:2629
|
3290 |
+
#: modules/pricing/widgets/pricing-table.php:2703
|
3291 |
+
#: modules/pricing/widgets/pricing-table.php:2766
|
3292 |
#: modules/promo-box/widgets/promo-box.php:794
|
3293 |
#: modules/promo-box/widgets/promo-box.php:885
|
3294 |
#: modules/promo-box/widgets/promo-box.php:1481
|
3302 |
#: modules/team-member/widgets/team-member-carousel.php:2473
|
3303 |
#: modules/team-member/widgets/team-member.php:1691
|
3304 |
#: modules/team-member/widgets/team-member.php:1837
|
3305 |
+
#: modules/wpforms/widgets/wpforms.php:475
|
3306 |
+
#: modules/wpforms/widgets/wpforms.php:807
|
3307 |
+
#: modules/wpforms/widgets/wpforms.php:1207
|
3308 |
+
#: modules/wpforms/widgets/wpforms.php:1314
|
3309 |
+
#: modules/wpforms/widgets/wpforms.php:1463
|
3310 |
msgid "Background Color"
|
3311 |
msgstr ""
|
3312 |
|
3393 |
#: modules/posts/skins/skin-base.php:3544
|
3394 |
#: modules/pricing/widgets/price-menu.php:429
|
3395 |
#: modules/pricing/widgets/price-menu.php:970
|
3396 |
+
#: modules/pricing/widgets/pricing-table.php:1207
|
3397 |
+
#: modules/pricing/widgets/pricing-table.php:1361
|
3398 |
+
#: modules/pricing/widgets/pricing-table.php:1534
|
3399 |
+
#: modules/pricing/widgets/pricing-table.php:2253
|
3400 |
+
#: modules/pricing/widgets/pricing-table.php:2550
|
3401 |
+
#: modules/pricing/widgets/pricing-table.php:2660
|
3402 |
#: modules/promo-box/widgets/promo-box.php:479
|
3403 |
#: modules/promo-box/widgets/promo-box.php:635
|
3404 |
#: modules/promo-box/widgets/promo-box.php:819
|
3415 |
#: modules/team-member/widgets/team-member.php:691
|
3416 |
#: modules/team-member/widgets/team-member.php:837
|
3417 |
#: modules/team-member/widgets/team-member.php:1729
|
3418 |
+
#: modules/wpforms/widgets/wpforms.php:500
|
3419 |
+
#: modules/wpforms/widgets/wpforms.php:686
|
3420 |
+
#: modules/wpforms/widgets/wpforms.php:856
|
3421 |
+
#: modules/wpforms/widgets/wpforms.php:1232
|
3422 |
+
#: modules/wpforms/widgets/wpforms.php:1476
|
3423 |
msgid "Border"
|
3424 |
msgstr ""
|
3425 |
|
3440 |
#: modules/advanced-accordion/widgets/advanced-accordion.php:1033
|
3441 |
#: modules/image-accordion/widgets/image-accordion.php:1057
|
3442 |
#: modules/posts/skins/skin-base.php:2823
|
3443 |
+
#: modules/pricing/widgets/pricing-table.php:2359
|
3444 |
msgid "Icon Spacing"
|
3445 |
msgstr ""
|
3446 |
|
3488 |
#: modules/posts/skins/skin-base.php:1387
|
3489 |
#: modules/posts/skins/skin-base.php:1872
|
3490 |
#: modules/pricing/widgets/price-menu.php:271
|
3491 |
+
#: modules/pricing/widgets/pricing-table.php:1149
|
3492 |
+
#: modules/pricing/widgets/pricing-table.php:1828
|
3493 |
#: modules/promo-box/widgets/promo-box.php:569
|
3494 |
#: modules/random-image/widgets/random-image.php:228
|
3495 |
#: modules/team-member/widgets/team-member-carousel.php:972
|
3497 |
#: modules/team-member/widgets/team-member.php:653
|
3498 |
#: modules/team-member/widgets/team-member.php:756
|
3499 |
#: modules/twitter/widgets/twitter-tweet.php:124
|
3500 |
+
#: modules/wpforms/widgets/wpforms.php:266
|
3501 |
+
#: modules/wpforms/widgets/wpforms.php:440
|
3502 |
+
#: modules/wpforms/widgets/wpforms.php:1128
|
3503 |
msgid "Alignment"
|
3504 |
msgstr ""
|
3505 |
|
3559 |
#: modules/posts/skins/skin-base.php:1968
|
3560 |
#: modules/posts/skins/skin-base.php:2232
|
3561 |
#: modules/posts/skins/skin-base.php:3245
|
3562 |
+
#: modules/pricing/widgets/pricing-table.php:1460
|
3563 |
+
#: modules/pricing/widgets/pricing-table.php:1741
|
3564 |
+
#: modules/pricing/widgets/pricing-table.php:1974
|
3565 |
+
#: modules/pricing/widgets/pricing-table.php:2006
|
3566 |
+
#: modules/pricing/widgets/pricing-table.php:2476
|
3567 |
#: modules/promo-box/widgets/promo-box.php:945
|
3568 |
#: modules/promo-box/widgets/promo-box.php:1112
|
3569 |
#: modules/promo-box/widgets/promo-box.php:1178
|
3570 |
#: modules/promo-box/widgets/promo-box.php:1345
|
3571 |
#: modules/promo-box/widgets/promo-box.php:1408
|
3572 |
#: modules/team-member/widgets/team-member-carousel.php:2583
|
3573 |
+
#: modules/wpforms/widgets/wpforms.php:637
|
3574 |
+
#: modules/wpforms/widgets/wpforms.php:743
|
3575 |
+
#: modules/wpforms/widgets/wpforms.php:898
|
3576 |
msgid "Spacing"
|
3577 |
msgstr ""
|
3578 |
|
3608 |
#: modules/posts/skins/skin-base.php:2666
|
3609 |
#: modules/posts/skins/skin-base.php:3222
|
3610 |
#: modules/posts/skins/skin-base.php:3804
|
3611 |
+
#: modules/pricing/widgets/pricing-table.php:620
|
3612 |
+
#: modules/pricing/widgets/pricing-table.php:920
|
3613 |
+
#: modules/pricing/widgets/pricing-table.php:1244
|
3614 |
+
#: modules/pricing/widgets/pricing-table.php:1624
|
3615 |
+
#: modules/pricing/widgets/pricing-table.php:1955
|
3616 |
+
#: modules/pricing/widgets/pricing-table.php:2336
|
3617 |
+
#: modules/pricing/widgets/pricing-table.php:2457
|
3618 |
#: modules/promo-box/widgets/promo-box.php:1453
|
3619 |
#: modules/team-member/widgets/team-member-carousel.php:2560
|
3620 |
+
#: modules/wpforms/widgets/wpforms.php:942
|
3621 |
msgid "Size"
|
3622 |
msgstr ""
|
3623 |
|
3645 |
#: modules/pricing/widgets/pricing-table.php:324
|
3646 |
#: modules/team-member/widgets/team-member-carousel.php:1991
|
3647 |
#: modules/team-member/widgets/team-member.php:1608
|
3648 |
+
#: modules/wpforms/widgets/wpforms.php:1163
|
3649 |
msgid "Custom"
|
3650 |
msgstr ""
|
3651 |
|
3760 |
msgstr ""
|
3761 |
|
3762 |
#: modules/business-hours/widgets/business-hours.php:604
|
3763 |
+
#: modules/pricing/widgets/pricing-table.php:2029
|
3764 |
msgid "Striped Rows"
|
3765 |
msgstr ""
|
3766 |
|
3783 |
#: modules/pricing/widgets/price-menu.php:554
|
3784 |
#: modules/pricing/widgets/price-menu.php:679
|
3785 |
#: modules/pricing/widgets/price-menu.php:871
|
3786 |
+
#: modules/pricing/widgets/pricing-table.php:1903
|
3787 |
#: modules/team-member/widgets/team-member-carousel.php:1274
|
3788 |
#: modules/team-member/widgets/team-member-carousel.php:1340
|
3789 |
#: modules/team-member/widgets/team-member-carousel.php:1478
|
3943 |
#: modules/posts/skins/skin-base.php:323 modules/posts/skins/skin-base.php:1391
|
3944 |
#: modules/posts/skins/skin-base.php:1877
|
3945 |
#: modules/pricing/widgets/price-menu.php:275
|
3946 |
+
#: modules/pricing/widgets/pricing-table.php:645
|
3947 |
+
#: modules/pricing/widgets/pricing-table.php:1005
|
3948 |
+
#: modules/pricing/widgets/pricing-table.php:1154
|
3949 |
+
#: modules/pricing/widgets/pricing-table.php:1833
|
3950 |
#: modules/promo-box/widgets/promo-box.php:574
|
3951 |
#: modules/random-image/widgets/random-image.php:232
|
3952 |
#: modules/random-image/widgets/random-image.php:719
|
3957 |
#: modules/team-member/widgets/team-member.php:657
|
3958 |
#: modules/team-member/widgets/team-member.php:760
|
3959 |
#: modules/twitter/widgets/twitter-tweet.php:128
|
3960 |
+
#: modules/wpforms/widgets/wpforms.php:270
|
3961 |
+
#: modules/wpforms/widgets/wpforms.php:444
|
3962 |
+
#: modules/wpforms/widgets/wpforms.php:1132
|
3963 |
msgid "Left"
|
3964 |
msgstr ""
|
3965 |
|
4027 |
#: modules/posts/skins/skin-base.php:1881
|
4028 |
#: modules/pricing/widgets/price-menu.php:279
|
4029 |
#: modules/pricing/widgets/price-menu.php:1051
|
4030 |
+
#: modules/pricing/widgets/pricing-table.php:1158
|
4031 |
+
#: modules/pricing/widgets/pricing-table.php:1837
|
4032 |
#: modules/promo-box/widgets/promo-box.php:578
|
4033 |
#: modules/promo-box/widgets/promo-box.php:606
|
4034 |
#: modules/random-image/widgets/random-image.php:236
|
4040 |
#: modules/team-member/widgets/team-member.php:661
|
4041 |
#: modules/team-member/widgets/team-member.php:764
|
4042 |
#: modules/twitter/widgets/twitter-tweet.php:129
|
4043 |
+
#: modules/wpforms/widgets/wpforms.php:274
|
4044 |
+
#: modules/wpforms/widgets/wpforms.php:448
|
4045 |
+
#: modules/wpforms/widgets/wpforms.php:1136
|
4046 |
msgid "Center"
|
4047 |
msgstr ""
|
4048 |
|
4113 |
#: modules/posts/skins/skin-base.php:327 modules/posts/skins/skin-base.php:1399
|
4114 |
#: modules/posts/skins/skin-base.php:1885
|
4115 |
#: modules/pricing/widgets/price-menu.php:283
|
4116 |
+
#: modules/pricing/widgets/pricing-table.php:646
|
4117 |
+
#: modules/pricing/widgets/pricing-table.php:1009
|
4118 |
+
#: modules/pricing/widgets/pricing-table.php:1162
|
4119 |
+
#: modules/pricing/widgets/pricing-table.php:1841
|
4120 |
#: modules/promo-box/widgets/promo-box.php:582
|
4121 |
#: modules/random-image/widgets/random-image.php:240
|
4122 |
#: modules/random-image/widgets/random-image.php:727
|
4127 |
#: modules/team-member/widgets/team-member.php:665
|
4128 |
#: modules/team-member/widgets/team-member.php:768
|
4129 |
#: modules/twitter/widgets/twitter-tweet.php:130
|
4130 |
+
#: modules/wpforms/widgets/wpforms.php:278
|
4131 |
+
#: modules/wpforms/widgets/wpforms.php:452
|
4132 |
+
#: modules/wpforms/widgets/wpforms.php:1140
|
4133 |
msgid "Right"
|
4134 |
msgstr ""
|
4135 |
|
4250 |
#: modules/pricing/widgets/price-menu.php:545
|
4251 |
#: modules/pricing/widgets/price-menu.php:773
|
4252 |
#: modules/pricing/widgets/price-menu.php:862
|
|
|
4253 |
#: modules/pricing/widgets/pricing-table.php:1411
|
4254 |
+
#: modules/pricing/widgets/pricing-table.php:1448
|
4255 |
+
#: modules/pricing/widgets/pricing-table.php:1499
|
4256 |
+
#: modules/pricing/widgets/pricing-table.php:1732
|
4257 |
+
#: modules/pricing/widgets/pricing-table.php:1923
|
4258 |
+
#: modules/pricing/widgets/pricing-table.php:2240
|
4259 |
+
#: modules/pricing/widgets/pricing-table.php:2564
|
4260 |
+
#: modules/pricing/widgets/pricing-table.php:2823
|
4261 |
#: modules/promo-box/widgets/promo-box.php:937
|
4262 |
#: modules/promo-box/widgets/promo-box.php:1170
|
4263 |
#: modules/promo-box/widgets/promo-box.php:1400
|
4270 |
#: modules/team-member/widgets/team-member.php:890
|
4271 |
#: modules/team-member/widgets/team-member.php:1102
|
4272 |
#: modules/team-member/widgets/team-member.php:1318
|
4273 |
+
#: modules/wpforms/widgets/wpforms.php:314
|
4274 |
+
#: modules/wpforms/widgets/wpforms.php:363
|
4275 |
+
#: modules/wpforms/widgets/wpforms.php:417
|
4276 |
+
#: modules/wpforms/widgets/wpforms.php:657
|
4277 |
+
#: modules/wpforms/widgets/wpforms.php:735
|
4278 |
+
#: modules/wpforms/widgets/wpforms.php:831
|
4279 |
+
#: modules/wpforms/widgets/wpforms.php:1286
|
4280 |
+
#: modules/wpforms/widgets/wpforms.php:1387
|
4281 |
+
#: modules/wpforms/widgets/wpforms.php:1443
|
4282 |
msgid "Typography"
|
4283 |
msgstr ""
|
4284 |
|
4310 |
#: modules/info-list/widgets/info-list.php:179
|
4311 |
#: modules/info-table/widgets/info-table.php:120
|
4312 |
#: modules/link-effects/widgets/link-effects.php:102
|
4313 |
+
#: modules/pricing/widgets/pricing-table.php:435
|
4314 |
+
#: modules/pricing/widgets/pricing-table.php:698
|
4315 |
msgid "Text"
|
4316 |
msgstr ""
|
4317 |
|
4344 |
msgstr ""
|
4345 |
|
4346 |
#: modules/buttons/widgets/buttons.php:227
|
4347 |
+
#: modules/pricing/widgets/pricing-table.php:591
|
4348 |
msgid "Enable Tooltip"
|
4349 |
msgstr ""
|
4350 |
|
4351 |
#: modules/buttons/widgets/buttons.php:238
|
4352 |
#: modules/hotspots/widgets/hotspots.php:340
|
4353 |
#: modules/hotspots/widgets/hotspots.php:342
|
4354 |
+
#: modules/pricing/widgets/pricing-table.php:484
|
4355 |
msgid "Tooltip Content"
|
4356 |
msgstr ""
|
4357 |
|
4407 |
#: modules/hotspots/widgets/hotspots.php:566
|
4408 |
#: modules/icon-list/widgets/icon-list.php:117
|
4409 |
#: modules/posts/skins/skin-base.php:681
|
4410 |
+
#: modules/pricing/widgets/pricing-table.php:624
|
4411 |
+
#: modules/pricing/widgets/pricing-table.php:747
|
4412 |
+
#: modules/pricing/widgets/pricing-table.php:892
|
4413 |
#: modules/random-image/widgets/random-image.php:318
|
4414 |
#: modules/random-image/widgets/random-image.php:494
|
4415 |
msgid "Default"
|
4426 |
#: modules/info-table/widgets/info-table.php:1129
|
4427 |
#: modules/instafeed/widgets/instafeed.php:2465
|
4428 |
#: modules/posts/skins/skin-base.php:2670
|
4429 |
+
#: modules/pricing/widgets/pricing-table.php:2461
|
4430 |
#: modules/promo-box/widgets/promo-box.php:1457
|
4431 |
msgid "Extra Small"
|
4432 |
msgstr ""
|
4443 |
#: modules/info-table/widgets/info-table.php:1130
|
4444 |
#: modules/instafeed/widgets/instafeed.php:2466
|
4445 |
#: modules/posts/skins/skin-base.php:2671
|
4446 |
+
#: modules/pricing/widgets/pricing-table.php:626
|
4447 |
+
#: modules/pricing/widgets/pricing-table.php:2462
|
4448 |
#: modules/promo-box/widgets/promo-box.php:1458
|
4449 |
msgid "Small"
|
4450 |
msgstr ""
|
4460 |
#: modules/info-table/widgets/info-table.php:1131
|
4461 |
#: modules/instafeed/widgets/instafeed.php:2467
|
4462 |
#: modules/posts/skins/skin-base.php:2672
|
4463 |
+
#: modules/pricing/widgets/pricing-table.php:2463
|
4464 |
#: modules/promo-box/widgets/promo-box.php:1459
|
4465 |
msgid "Medium"
|
4466 |
msgstr ""
|
4477 |
#: modules/info-table/widgets/info-table.php:1132
|
4478 |
#: modules/instafeed/widgets/instafeed.php:2468
|
4479 |
#: modules/posts/skins/skin-base.php:2673
|
4480 |
+
#: modules/pricing/widgets/pricing-table.php:627
|
4481 |
+
#: modules/pricing/widgets/pricing-table.php:2464
|
4482 |
#: modules/promo-box/widgets/promo-box.php:1460
|
4483 |
msgid "Large"
|
4484 |
msgstr ""
|
4494 |
#: modules/info-table/widgets/info-table.php:1133
|
4495 |
#: modules/instafeed/widgets/instafeed.php:2469
|
4496 |
#: modules/posts/skins/skin-base.php:2674
|
4497 |
+
#: modules/pricing/widgets/pricing-table.php:2465
|
4498 |
#: modules/promo-box/widgets/promo-box.php:1461
|
4499 |
msgid "Extra Large"
|
4500 |
msgstr ""
|
4513 |
#: modules/instafeed/widgets/instafeed.php:1395
|
4514 |
#: modules/logos/widgets/logo-grid.php:151
|
4515 |
#: modules/pricing/widgets/price-menu.php:1077
|
4516 |
+
#: modules/pricing/widgets/pricing-table.php:498
|
4517 |
+
#: modules/pricing/widgets/pricing-table.php:888
|
4518 |
msgid "Style"
|
4519 |
msgstr ""
|
4520 |
|
4534 |
#: modules/info-box/widgets/info-box.php:1013
|
4535 |
#: modules/info-table/widgets/info-table.php:846
|
4536 |
#: modules/info-table/widgets/info-table.php:952
|
4537 |
+
#: modules/pricing/widgets/pricing-table.php:505
|
4538 |
#: modules/promo-box/widgets/promo-box.php:777
|
4539 |
#: modules/promo-box/widgets/promo-box.php:868
|
4540 |
#: modules/scroll-image/widgets/scroll-image.php:340
|
4584 |
#: modules/posts/skins/skin-base.php:1300
|
4585 |
#: modules/pricing/widgets/price-menu.php:997
|
4586 |
#: modules/pricing/widgets/price-menu.php:1047
|
4587 |
+
#: modules/pricing/widgets/pricing-table.php:643
|
4588 |
+
#: modules/pricing/widgets/pricing-table.php:1669
|
4589 |
#: modules/promo-box/widgets/promo-box.php:602
|
4590 |
#: modules/random-image/widgets/random-image.php:683
|
4591 |
msgid "Top"
|
4599 |
#: modules/info-box/widgets/info-box.php:332
|
4600 |
#: modules/instafeed/widgets/instafeed.php:1652
|
4601 |
#: modules/pricing/widgets/price-menu.php:1001
|
4602 |
+
#: modules/pricing/widgets/pricing-table.php:1673
|
4603 |
msgid "Middle"
|
4604 |
msgstr ""
|
4605 |
|
4624 |
#: modules/posts/skins/skin-base.php:1300
|
4625 |
#: modules/pricing/widgets/price-menu.php:1005
|
4626 |
#: modules/pricing/widgets/price-menu.php:1055
|
4627 |
+
#: modules/pricing/widgets/pricing-table.php:644
|
4628 |
+
#: modules/pricing/widgets/pricing-table.php:1677
|
4629 |
#: modules/promo-box/widgets/promo-box.php:610
|
4630 |
#: modules/random-image/widgets/random-image.php:691
|
4631 |
msgid "Bottom"
|
4686 |
#: modules/info-table/widgets/info-table.php:1360
|
4687 |
#: modules/instafeed/widgets/instafeed.php:2697
|
4688 |
#: modules/posts/skins/skin-base.php:2901
|
4689 |
+
#: modules/pricing/widgets/pricing-table.php:674
|
4690 |
+
#: modules/pricing/widgets/pricing-table.php:2673
|
4691 |
#: modules/promo-box/widgets/promo-box.php:1602
|
4692 |
msgid "Animation"
|
4693 |
msgstr ""
|
4721 |
#: modules/info-table/widgets/info-table.php:358
|
4722 |
#: modules/posts/skins/skin-base.php:1221
|
4723 |
#: modules/posts/widgets/posts-base.php:425
|
4724 |
+
#: modules/pricing/widgets/pricing-table.php:1654
|
4725 |
msgid "After"
|
4726 |
msgstr ""
|
4727 |
|
4741 |
#: modules/info-table/widgets/info-table.php:359
|
4742 |
#: modules/posts/skins/skin-base.php:1220
|
4743 |
#: modules/posts/widgets/posts-base.php:409
|
4744 |
+
#: modules/pricing/widgets/pricing-table.php:1650
|
4745 |
msgid "Before"
|
4746 |
msgstr ""
|
4747 |
|
4749 |
#: modules/hotspots/widgets/hotspots.php:298
|
4750 |
#: modules/hotspots/widgets/hotspots.php:303
|
4751 |
#: modules/hotspots/widgets/hotspots.php:927
|
4752 |
+
#: modules/pricing/widgets/pricing-table.php:477
|
4753 |
+
#: modules/pricing/widgets/pricing-table.php:584
|
4754 |
+
#: modules/pricing/widgets/pricing-table.php:2175
|
4755 |
msgid "Tooltip"
|
4756 |
msgstr ""
|
4757 |
|
4783 |
#: modules/formidable-forms/widgets/formidable-forms.php:100
|
4784 |
#: modules/gravity-forms/widgets/gravity-forms.php:137
|
4785 |
#: modules/ninja-forms/widgets/ninja-forms.php:102
|
4786 |
+
#: modules/wpforms/widgets/wpforms.php:79
|
4787 |
msgid "Contact Form"
|
4788 |
msgstr ""
|
4789 |
|
4792 |
#: modules/formidable-forms/widgets/formidable-forms.php:111
|
4793 |
#: modules/gravity-forms/widgets/gravity-forms.php:148
|
4794 |
#: modules/ninja-forms/widgets/ninja-forms.php:113
|
4795 |
+
#: modules/wpforms/widgets/wpforms.php:90
|
4796 |
msgid "Custom Title & Description"
|
4797 |
msgstr ""
|
4798 |
|
4836 |
#: modules/team-member/widgets/team-member.php:223
|
4837 |
#: modules/team-member/widgets/team-member.php:544
|
4838 |
#: modules/team-member/widgets/team-member.php:1305
|
4839 |
+
#: modules/wpforms/widgets/wpforms.php:116
|
4840 |
+
#: modules/wpforms/widgets/wpforms.php:144
|
4841 |
+
#: modules/wpforms/widgets/wpforms.php:341
|
4842 |
msgid "Description"
|
4843 |
msgstr ""
|
4844 |
|
4854 |
#: modules/gravity-forms/widgets/gravity-forms.php:454
|
4855 |
#: modules/ninja-forms/widgets/ninja-forms.php:165
|
4856 |
#: modules/ninja-forms/widgets/ninja-forms.php:432
|
4857 |
+
#: modules/wpforms/widgets/wpforms.php:156
|
4858 |
+
#: modules/wpforms/widgets/wpforms.php:397
|
4859 |
msgid "Labels"
|
4860 |
msgstr ""
|
4861 |
|
4870 |
#: modules/gravity-forms/widgets/gravity-forms.php:1095
|
4871 |
#: modules/ninja-forms/widgets/ninja-forms.php:178
|
4872 |
#: modules/ninja-forms/widgets/ninja-forms.php:828
|
4873 |
+
#: modules/wpforms/widgets/wpforms.php:169
|
4874 |
+
#: modules/wpforms/widgets/wpforms.php:768
|
4875 |
msgid "Placeholder"
|
4876 |
msgstr ""
|
4877 |
|
4887 |
#: modules/gravity-forms/widgets/gravity-forms.php:1971
|
4888 |
#: modules/ninja-forms/widgets/ninja-forms.php:198
|
4889 |
#: modules/ninja-forms/widgets/ninja-forms.php:1397
|
4890 |
+
#: modules/wpforms/widgets/wpforms.php:187
|
4891 |
+
#: modules/wpforms/widgets/wpforms.php:1360
|
4892 |
msgid "Errors"
|
4893 |
msgstr ""
|
4894 |
|
4902 |
#: modules/gravity-forms/widgets/gravity-forms.php:1979
|
4903 |
#: modules/ninja-forms/widgets/ninja-forms.php:205
|
4904 |
#: modules/ninja-forms/widgets/ninja-forms.php:1405
|
4905 |
+
#: modules/wpforms/widgets/wpforms.php:194
|
4906 |
msgid "Error Messages"
|
4907 |
msgstr ""
|
4908 |
|
4912 |
#: modules/formidable-forms/widgets/formidable-forms.php:320
|
4913 |
#: modules/gravity-forms/widgets/gravity-forms.php:350
|
4914 |
#: modules/ninja-forms/widgets/ninja-forms.php:291
|
4915 |
+
#: modules/wpforms/widgets/wpforms.php:258
|
4916 |
msgid "Title & Description"
|
4917 |
msgstr ""
|
4918 |
|
4944 |
#: modules/posts/skins/skin-base.php:2769
|
4945 |
#: modules/posts/skins/skin-base.php:3328
|
4946 |
#: modules/pricing/widgets/price-menu.php:945
|
4947 |
+
#: modules/pricing/widgets/pricing-table.php:1330
|
4948 |
+
#: modules/pricing/widgets/pricing-table.php:1580
|
4949 |
#: modules/promo-box/widgets/promo-box.php:841
|
4950 |
#: modules/random-image/widgets/random-image.php:821
|
4951 |
#: modules/team-member/widgets/team-member-carousel.php:2682
|
4952 |
#: modules/team-member/widgets/team-member.php:710
|
4953 |
#: modules/team-member/widgets/team-member.php:859
|
4954 |
+
#: modules/wpforms/widgets/wpforms.php:322
|
4955 |
+
#: modules/wpforms/widgets/wpforms.php:372
|
4956 |
msgid "Margin"
|
4957 |
msgstr ""
|
4958 |
|
4962 |
#: modules/formidable-forms/widgets/formidable-forms.php:502
|
4963 |
#: modules/gravity-forms/widgets/gravity-forms.php:546
|
4964 |
#: modules/ninja-forms/widgets/ninja-forms.php:477
|
4965 |
+
#: modules/wpforms/widgets/wpforms.php:432
|
4966 |
msgid "Input & Textarea"
|
4967 |
msgstr ""
|
4968 |
|
4972 |
#: modules/formidable-forms/widgets/formidable-forms.php:593
|
4973 |
#: modules/gravity-forms/widgets/gravity-forms.php:652
|
4974 |
#: modules/ninja-forms/widgets/ninja-forms.php:568
|
4975 |
+
#: modules/wpforms/widgets/wpforms.php:523
|
4976 |
msgid "Text Indent"
|
4977 |
msgstr ""
|
4978 |
|
4982 |
#: modules/formidable-forms/widgets/formidable-forms.php:618
|
4983 |
#: modules/gravity-forms/widgets/gravity-forms.php:676
|
4984 |
#: modules/ninja-forms/widgets/ninja-forms.php:593
|
4985 |
+
#: modules/wpforms/widgets/wpforms.php:548
|
4986 |
msgid "Input Width"
|
4987 |
msgstr ""
|
4988 |
|
4991 |
#: modules/formidable-forms/widgets/formidable-forms.php:637
|
4992 |
#: modules/gravity-forms/widgets/gravity-forms.php:695
|
4993 |
#: modules/ninja-forms/widgets/ninja-forms.php:613
|
4994 |
+
#: modules/wpforms/widgets/wpforms.php:567
|
4995 |
msgid "Input Height"
|
4996 |
msgstr ""
|
4997 |
|
5001 |
#: modules/formidable-forms/widgets/formidable-forms.php:656
|
5002 |
#: modules/gravity-forms/widgets/gravity-forms.php:714
|
5003 |
#: modules/ninja-forms/widgets/ninja-forms.php:632
|
5004 |
+
#: modules/wpforms/widgets/wpforms.php:586
|
5005 |
msgid "Textarea Width"
|
5006 |
msgstr ""
|
5007 |
|
5010 |
#: modules/formidable-forms/widgets/formidable-forms.php:675
|
5011 |
#: modules/gravity-forms/widgets/gravity-forms.php:733
|
5012 |
#: modules/ninja-forms/widgets/ninja-forms.php:651
|
5013 |
+
#: modules/wpforms/widgets/wpforms.php:605
|
5014 |
msgid "Textarea Height"
|
5015 |
msgstr ""
|
5016 |
|
5020 |
#: modules/formidable-forms/widgets/formidable-forms.php:748
|
5021 |
#: modules/gravity-forms/widgets/gravity-forms.php:798
|
5022 |
#: modules/ninja-forms/widgets/ninja-forms.php:723
|
5023 |
+
#: modules/wpforms/widgets/wpforms.php:678
|
5024 |
msgid "Focus"
|
5025 |
msgstr ""
|
5026 |
|
5029 |
#: modules/formidable-forms/widgets/formidable-forms.php:813
|
5030 |
#: modules/gravity-forms/widgets/gravity-forms.php:861
|
5031 |
#: modules/ninja-forms/widgets/ninja-forms.php:773
|
5032 |
+
#: modules/wpforms/widgets/wpforms.php:715
|
5033 |
msgid "Field Description"
|
5034 |
msgstr ""
|
5035 |
|
5039 |
#: modules/formidable-forms/widgets/formidable-forms.php:905
|
5040 |
#: modules/gravity-forms/widgets/gravity-forms.php:1128
|
5041 |
#: modules/ninja-forms/widgets/ninja-forms.php:864
|
5042 |
+
#: modules/wpforms/widgets/wpforms.php:923
|
5043 |
msgid "Radio & Checkbox"
|
5044 |
msgstr ""
|
5045 |
|
5049 |
#: modules/formidable-forms/widgets/formidable-forms.php:913
|
5050 |
#: modules/gravity-forms/widgets/gravity-forms.php:1136
|
5051 |
#: modules/ninja-forms/widgets/ninja-forms.php:872
|
5052 |
+
#: modules/wpforms/widgets/wpforms.php:931
|
5053 |
msgid "Custom Styles"
|
5054 |
msgstr ""
|
5055 |
|
5059 |
#: modules/formidable-forms/widgets/formidable-forms.php:1014
|
5060 |
#: modules/gravity-forms/widgets/gravity-forms.php:1237
|
5061 |
#: modules/ninja-forms/widgets/ninja-forms.php:973
|
5062 |
+
#: modules/wpforms/widgets/wpforms.php:1032
|
5063 |
msgid "Checkbox"
|
5064 |
msgstr ""
|
5065 |
|
5069 |
#: modules/formidable-forms/widgets/formidable-forms.php:1040
|
5070 |
#: modules/gravity-forms/widgets/gravity-forms.php:1264
|
5071 |
#: modules/ninja-forms/widgets/ninja-forms.php:999
|
5072 |
+
#: modules/wpforms/widgets/wpforms.php:1058
|
5073 |
msgid "Radio Buttons"
|
5074 |
msgstr ""
|
5075 |
|
5079 |
#: modules/formidable-forms/widgets/formidable-forms.php:1068
|
5080 |
#: modules/gravity-forms/widgets/gravity-forms.php:1293
|
5081 |
#: modules/ninja-forms/widgets/ninja-forms.php:1027
|
5082 |
+
#: modules/wpforms/widgets/wpforms.php:1086
|
5083 |
msgid "Checked"
|
5084 |
msgstr ""
|
5085 |
|
5089 |
#: modules/formidable-forms/widgets/formidable-forms.php:1107
|
5090 |
#: modules/gravity-forms/widgets/gravity-forms.php:1330
|
5091 |
#: modules/ninja-forms/widgets/ninja-forms.php:1063
|
5092 |
+
#: modules/wpforms/widgets/wpforms.php:1120
|
5093 |
msgid "Submit Button"
|
5094 |
msgstr ""
|
5095 |
|
5123 |
#: modules/ninja-forms/widgets/ninja-forms.php:1100
|
5124 |
#: modules/ninja-forms/widgets/ninja-forms.php:1114
|
5125 |
#: modules/pricing/widgets/price-menu.php:917
|
5126 |
+
#: modules/pricing/widgets/pricing-table.php:1271
|
5127 |
+
#: modules/pricing/widgets/pricing-table.php:1556
|
5128 |
+
#: modules/pricing/widgets/pricing-table.php:2220
|
5129 |
#: modules/promo-box/widgets/promo-box.php:658
|
5130 |
#: modules/promo-box/widgets/promo-box.php:740
|
5131 |
#: modules/promo-box/widgets/promo-box.php:1040
|
5134 |
#: modules/twitter/widgets/twitter-grid.php:102
|
5135 |
#: modules/twitter/widgets/twitter-timeline.php:132
|
5136 |
#: modules/twitter/widgets/twitter-tweet.php:138
|
5137 |
+
#: modules/wpforms/widgets/wpforms.php:1158
|
5138 |
+
#: modules/wpforms/widgets/wpforms.php:1172
|
5139 |
msgid "Width"
|
5140 |
msgstr ""
|
5141 |
|
5147 |
#: modules/gravity-forms/widgets/gravity-forms.php:1588
|
5148 |
#: modules/icon-list/widgets/icon-list.php:305
|
5149 |
#: modules/ninja-forms/widgets/ninja-forms.php:1104
|
5150 |
+
#: modules/wpforms/widgets/wpforms.php:1162
|
5151 |
msgid "Full Width"
|
5152 |
msgstr ""
|
5153 |
|
5160 |
#: modules/logos/widgets/logo-carousel.php:758
|
5161 |
#: modules/logos/widgets/logo-grid.php:715
|
5162 |
#: modules/ninja-forms/widgets/ninja-forms.php:1208
|
5163 |
+
#: modules/pricing/widgets/pricing-table.php:2781
|
5164 |
+
#: modules/wpforms/widgets/wpforms.php:1266
|
5165 |
msgid "Margin Top"
|
5166 |
msgstr ""
|
5167 |
|
5189 |
#: modules/formidable-forms/widgets/formidable-forms.php:1619
|
5190 |
#: modules/gravity-forms/widgets/gravity-forms.php:2324
|
5191 |
#: modules/ninja-forms/widgets/ninja-forms.php:1557
|
5192 |
+
#: modules/wpforms/widgets/wpforms.php:1552
|
5193 |
msgid "No Contact Form Selected!"
|
5194 |
msgstr ""
|
5195 |
|
5326 |
#: modules/info-table/widgets/info-table.php:309
|
5327 |
#: modules/info-table/widgets/info-table.php:342
|
5328 |
#: modules/info-table/widgets/info-table.php:1113
|
5329 |
+
#: modules/pricing/widgets/pricing-table.php:1032
|
5330 |
+
#: modules/pricing/widgets/pricing-table.php:2446
|
5331 |
#: modules/promo-box/widgets/promo-box.php:341
|
5332 |
#: modules/promo-box/widgets/promo-box.php:348
|
5333 |
#: modules/promo-box/widgets/promo-box.php:1442
|
5969 |
#: modules/content-ticker/widgets/content-ticker.php:990
|
5970 |
#: modules/content-ticker/widgets/content-ticker.php:1264
|
5971 |
#: modules/pricing/widgets/pricing-table.php:149
|
5972 |
+
#: modules/pricing/widgets/pricing-table.php:1182
|
5973 |
msgid "Header"
|
5974 |
msgstr ""
|
5975 |
|
6013 |
#: modules/info-box/widgets/info-box-carousel.php:604
|
6014 |
#: modules/logos/widgets/logo-carousel.php:273
|
6015 |
#: modules/logos/widgets/logo-grid.php:629
|
6016 |
+
#: modules/pricing/widgets/pricing-table.php:681
|
6017 |
msgid "Slide"
|
6018 |
msgstr ""
|
6019 |
|
6022 |
#: modules/hotspots/widgets/hotspots.php:556
|
6023 |
#: modules/info-box/widgets/info-box-carousel.php:605
|
6024 |
#: modules/logos/widgets/logo-carousel.php:274
|
6025 |
+
#: modules/pricing/widgets/pricing-table.php:678
|
6026 |
msgid "Fade"
|
6027 |
msgstr ""
|
6028 |
|
6564 |
#: modules/instafeed/widgets/instafeed.php:2110
|
6565 |
#: modules/logos/widgets/logo-carousel.php:1038
|
6566 |
#: modules/posts/skins/skin-base.php:3205
|
6567 |
+
#: modules/pricing/widgets/pricing-table.php:639
|
6568 |
+
#: modules/pricing/widgets/pricing-table.php:999
|
6569 |
+
#: modules/pricing/widgets/pricing-table.php:1644
|
6570 |
#: modules/team-member/widgets/team-member-carousel.php:199
|
6571 |
#: modules/team-member/widgets/team-member-carousel.php:1513
|
6572 |
#: modules/team-member/widgets/team-member-carousel.php:2543
|
6625 |
#: modules/info-list/widgets/info-list.php:250
|
6626 |
#: modules/info-table/widgets/info-table.php:330
|
6627 |
#: modules/posts/skins/skin-base.php:1189
|
6628 |
+
#: modules/pricing/widgets/pricing-table.php:1053
|
6629 |
#: modules/promo-box/widgets/promo-box.php:360
|
6630 |
msgid "Button Text"
|
6631 |
msgstr ""
|
6636 |
#: modules/info-box/widgets/info-box.php:551
|
6637 |
#: modules/info-list/widgets/info-list.php:255
|
6638 |
#: modules/info-table/widgets/info-table.php:332
|
6639 |
+
#: modules/pricing/widgets/pricing-table.php:1058
|
6640 |
#: modules/promo-box/widgets/promo-box.php:365
|
6641 |
msgid "Get Started"
|
6642 |
msgstr ""
|
6685 |
#: modules/flipbox/widgets/flipbox.php:685
|
6686 |
#: modules/flipbox/widgets/flipbox.php:1072
|
6687 |
#: modules/pricing/widgets/price-menu.php:992
|
6688 |
+
#: modules/pricing/widgets/pricing-table.php:1664
|
6689 |
msgid "Vertical Position"
|
6690 |
msgstr ""
|
6691 |
|
6727 |
#: modules/fluent-forms/widgets/fluent-forms.php:1367
|
6728 |
#: modules/gravity-forms/widgets/gravity-forms.php:2105
|
6729 |
#: modules/ninja-forms/widgets/ninja-forms.php:1452
|
6730 |
+
#: modules/wpforms/widgets/wpforms.php:1395
|
6731 |
msgid "Error Field Input Border Color"
|
6732 |
msgstr ""
|
6733 |
|
6734 |
#: modules/fluent-forms/widgets/fluent-forms.php:1379
|
6735 |
#: modules/gravity-forms/widgets/gravity-forms.php:2120
|
6736 |
+
#: modules/wpforms/widgets/wpforms.php:1410
|
6737 |
msgid "Error Field Input Border Width"
|
6738 |
msgstr ""
|
6739 |
|
6740 |
#: modules/fluent-forms/widgets/fluent-forms.php:1402
|
6741 |
#: modules/formidable-forms/widgets/formidable-forms.php:1470
|
6742 |
+
#: modules/wpforms/widgets/wpforms.php:1434
|
6743 |
msgid "Confirmation Message"
|
6744 |
msgstr ""
|
6745 |
|
6930 |
msgstr ""
|
6931 |
|
6932 |
#: modules/hotspots/widgets/hotspots.php:476
|
6933 |
+
#: modules/pricing/widgets/pricing-table.php:603
|
6934 |
#: modules/scroll-image/widgets/scroll-image.php:213
|
6935 |
msgid "Trigger"
|
6936 |
msgstr ""
|
6937 |
|
6938 |
#: modules/hotspots/widgets/hotspots.php:481
|
6939 |
+
#: modules/pricing/widgets/pricing-table.php:608
|
6940 |
msgid "Click"
|
6941 |
msgstr ""
|
6942 |
|
6943 |
#: modules/hotspots/widgets/hotspots.php:497
|
6944 |
+
#: modules/pricing/widgets/pricing-table.php:625
|
6945 |
msgid "Tiny"
|
6946 |
msgstr ""
|
6947 |
|
6950 |
msgstr ""
|
6951 |
|
6952 |
#: modules/hotspots/widgets/hotspots.php:522
|
6953 |
+
#: modules/pricing/widgets/pricing-table.php:727
|
6954 |
+
#: modules/pricing/widgets/pricing-table.php:978
|
6955 |
msgid "Distance"
|
6956 |
msgstr ""
|
6957 |
|
6960 |
msgstr ""
|
6961 |
|
6962 |
#: modules/hotspots/widgets/hotspots.php:540
|
6963 |
+
#: modules/pricing/widgets/pricing-table.php:657
|
6964 |
msgid "Show Arrow"
|
6965 |
msgstr ""
|
6966 |
|
6967 |
#: modules/hotspots/widgets/hotspots.php:557
|
6968 |
+
#: modules/pricing/widgets/pricing-table.php:679
|
6969 |
msgid "Fall"
|
6970 |
msgstr ""
|
6971 |
|
6972 |
#: modules/hotspots/widgets/hotspots.php:558
|
6973 |
+
#: modules/pricing/widgets/pricing-table.php:680
|
6974 |
msgid "Grow"
|
6975 |
msgstr ""
|
6976 |
|
6977 |
#: modules/hotspots/widgets/hotspots.php:560
|
6978 |
#: modules/hotspots/widgets/hotspots.php:572
|
6979 |
+
#: modules/pricing/widgets/pricing-table.php:682
|
6980 |
+
#: modules/pricing/widgets/pricing-table.php:753
|
6981 |
msgid "Swing"
|
6982 |
msgstr ""
|
6983 |
|
6984 |
#: modules/hotspots/widgets/hotspots.php:567
|
6985 |
+
#: modules/pricing/widgets/pricing-table.php:748
|
6986 |
msgid "Bounce"
|
6987 |
msgstr ""
|
6988 |
|
6989 |
#: modules/hotspots/widgets/hotspots.php:568
|
6990 |
+
#: modules/pricing/widgets/pricing-table.php:749
|
6991 |
msgid "Flash"
|
6992 |
msgstr ""
|
6993 |
|
6994 |
#: modules/hotspots/widgets/hotspots.php:569
|
6995 |
+
#: modules/pricing/widgets/pricing-table.php:750
|
6996 |
msgid "Pulse"
|
6997 |
msgstr ""
|
6998 |
|
6999 |
#: modules/hotspots/widgets/hotspots.php:570
|
7000 |
+
#: modules/pricing/widgets/pricing-table.php:751
|
7001 |
msgid "rubberBand"
|
7002 |
msgstr ""
|
7003 |
|
7004 |
#: modules/hotspots/widgets/hotspots.php:571
|
7005 |
+
#: modules/pricing/widgets/pricing-table.php:752
|
7006 |
msgid "Shake"
|
7007 |
msgstr ""
|
7008 |
|
7009 |
#: modules/hotspots/widgets/hotspots.php:573
|
7010 |
+
#: modules/pricing/widgets/pricing-table.php:754
|
7011 |
msgid "Tada"
|
7012 |
msgstr ""
|
7013 |
|
7014 |
#: modules/hotspots/widgets/hotspots.php:574
|
7015 |
+
#: modules/pricing/widgets/pricing-table.php:755
|
7016 |
msgid "Wobble"
|
7017 |
msgstr ""
|
7018 |
|
7019 |
#: modules/hotspots/widgets/hotspots.php:575
|
7020 |
+
#: modules/pricing/widgets/pricing-table.php:756
|
7021 |
msgid "bounceIn"
|
7022 |
msgstr ""
|
7023 |
|
7024 |
#: modules/hotspots/widgets/hotspots.php:576
|
7025 |
+
#: modules/pricing/widgets/pricing-table.php:757
|
7026 |
msgid "bounceInDown"
|
7027 |
msgstr ""
|
7028 |
|
7029 |
#: modules/hotspots/widgets/hotspots.php:577
|
7030 |
+
#: modules/pricing/widgets/pricing-table.php:758
|
7031 |
msgid "bounceInLeft"
|
7032 |
msgstr ""
|
7033 |
|
7034 |
#: modules/hotspots/widgets/hotspots.php:578
|
7035 |
+
#: modules/pricing/widgets/pricing-table.php:759
|
7036 |
msgid "bounceInRight"
|
7037 |
msgstr ""
|
7038 |
|
7039 |
#: modules/hotspots/widgets/hotspots.php:579
|
7040 |
+
#: modules/pricing/widgets/pricing-table.php:760
|
7041 |
msgid "bounceInUp"
|
7042 |
msgstr ""
|
7043 |
|
7044 |
#: modules/hotspots/widgets/hotspots.php:580
|
7045 |
+
#: modules/pricing/widgets/pricing-table.php:761
|
7046 |
msgid "bounceOut"
|
7047 |
msgstr ""
|
7048 |
|
7049 |
#: modules/hotspots/widgets/hotspots.php:581
|
7050 |
+
#: modules/pricing/widgets/pricing-table.php:762
|
7051 |
msgid "bounceOutDown"
|
7052 |
msgstr ""
|
7053 |
|
7054 |
#: modules/hotspots/widgets/hotspots.php:582
|
7055 |
+
#: modules/pricing/widgets/pricing-table.php:763
|
7056 |
msgid "bounceOutLeft"
|
7057 |
msgstr ""
|
7058 |
|
7059 |
#: modules/hotspots/widgets/hotspots.php:583
|
7060 |
+
#: modules/pricing/widgets/pricing-table.php:764
|
7061 |
msgid "bounceOutRight"
|
7062 |
msgstr ""
|
7063 |
|
7064 |
#: modules/hotspots/widgets/hotspots.php:584
|
7065 |
+
#: modules/pricing/widgets/pricing-table.php:765
|
7066 |
msgid "bounceOutUp"
|
7067 |
msgstr ""
|
7068 |
|
7069 |
#: modules/hotspots/widgets/hotspots.php:585
|
7070 |
+
#: modules/pricing/widgets/pricing-table.php:766
|
7071 |
msgid "fadeIn"
|
7072 |
msgstr ""
|
7073 |
|
7074 |
#: modules/hotspots/widgets/hotspots.php:586
|
7075 |
+
#: modules/pricing/widgets/pricing-table.php:767
|
7076 |
msgid "fadeInDown"
|
7077 |
msgstr ""
|
7078 |
|
7079 |
#: modules/hotspots/widgets/hotspots.php:587
|
7080 |
+
#: modules/pricing/widgets/pricing-table.php:768
|
7081 |
msgid "fadeInDownBig"
|
7082 |
msgstr ""
|
7083 |
|
7084 |
#: modules/hotspots/widgets/hotspots.php:588
|
7085 |
+
#: modules/pricing/widgets/pricing-table.php:769
|
7086 |
msgid "fadeInLeft"
|
7087 |
msgstr ""
|
7088 |
|
7089 |
#: modules/hotspots/widgets/hotspots.php:589
|
7090 |
+
#: modules/pricing/widgets/pricing-table.php:770
|
7091 |
msgid "fadeInLeftBig"
|
7092 |
msgstr ""
|
7093 |
|
7094 |
#: modules/hotspots/widgets/hotspots.php:590
|
7095 |
+
#: modules/pricing/widgets/pricing-table.php:771
|
7096 |
msgid "fadeInRight"
|
7097 |
msgstr ""
|
7098 |
|
7099 |
#: modules/hotspots/widgets/hotspots.php:591
|
7100 |
+
#: modules/pricing/widgets/pricing-table.php:772
|
7101 |
msgid "fadeInRightBig"
|
7102 |
msgstr ""
|
7103 |
|
7104 |
#: modules/hotspots/widgets/hotspots.php:592
|
7105 |
+
#: modules/pricing/widgets/pricing-table.php:773
|
7106 |
msgid "fadeInUp"
|
7107 |
msgstr ""
|
7108 |
|
7109 |
#: modules/hotspots/widgets/hotspots.php:593
|
7110 |
+
#: modules/pricing/widgets/pricing-table.php:774
|
7111 |
msgid "fadeInUpBig"
|
7112 |
msgstr ""
|
7113 |
|
7114 |
#: modules/hotspots/widgets/hotspots.php:594
|
7115 |
+
#: modules/pricing/widgets/pricing-table.php:775
|
7116 |
msgid "fadeOut"
|
7117 |
msgstr ""
|
7118 |
|
7119 |
#: modules/hotspots/widgets/hotspots.php:595
|
7120 |
+
#: modules/pricing/widgets/pricing-table.php:776
|
7121 |
msgid "fadeOutDown"
|
7122 |
msgstr ""
|
7123 |
|
7124 |
#: modules/hotspots/widgets/hotspots.php:596
|
7125 |
+
#: modules/pricing/widgets/pricing-table.php:777
|
7126 |
msgid "fadeOutDownBig"
|
7127 |
msgstr ""
|
7128 |
|
7129 |
#: modules/hotspots/widgets/hotspots.php:597
|
7130 |
+
#: modules/pricing/widgets/pricing-table.php:778
|
7131 |
msgid "fadeOutLeft"
|
7132 |
msgstr ""
|
7133 |
|
7134 |
#: modules/hotspots/widgets/hotspots.php:598
|
7135 |
+
#: modules/pricing/widgets/pricing-table.php:779
|
7136 |
msgid "fadeOutLeftBig"
|
7137 |
msgstr ""
|
7138 |
|
7139 |
#: modules/hotspots/widgets/hotspots.php:599
|
7140 |
+
#: modules/pricing/widgets/pricing-table.php:780
|
7141 |
msgid "fadeOutRight"
|
7142 |
msgstr ""
|
7143 |
|
7144 |
#: modules/hotspots/widgets/hotspots.php:600
|
7145 |
+
#: modules/pricing/widgets/pricing-table.php:781
|
7146 |
msgid "fadeOutRightBig"
|
7147 |
msgstr ""
|
7148 |
|
7149 |
#: modules/hotspots/widgets/hotspots.php:601
|
7150 |
+
#: modules/pricing/widgets/pricing-table.php:782
|
7151 |
msgid "fadeOutUp"
|
7152 |
msgstr ""
|
7153 |
|
7154 |
#: modules/hotspots/widgets/hotspots.php:602
|
7155 |
+
#: modules/pricing/widgets/pricing-table.php:783
|
7156 |
msgid "fadeOutUpBig"
|
7157 |
msgstr ""
|
7158 |
|
7159 |
#: modules/hotspots/widgets/hotspots.php:603
|
7160 |
+
#: modules/pricing/widgets/pricing-table.php:784
|
7161 |
msgid "flip"
|
7162 |
msgstr ""
|
7163 |
|
7164 |
#: modules/hotspots/widgets/hotspots.php:604
|
7165 |
+
#: modules/pricing/widgets/pricing-table.php:785
|
7166 |
msgid "flipInX"
|
7167 |
msgstr ""
|
7168 |
|
7169 |
#: modules/hotspots/widgets/hotspots.php:605
|
7170 |
+
#: modules/pricing/widgets/pricing-table.php:786
|
7171 |
msgid "flipInY"
|
7172 |
msgstr ""
|
7173 |
|
7174 |
#: modules/hotspots/widgets/hotspots.php:606
|
7175 |
+
#: modules/pricing/widgets/pricing-table.php:787
|
7176 |
msgid "flipOutX"
|
7177 |
msgstr ""
|
7178 |
|
7179 |
#: modules/hotspots/widgets/hotspots.php:607
|
7180 |
+
#: modules/pricing/widgets/pricing-table.php:788
|
7181 |
msgid "flipOutY"
|
7182 |
msgstr ""
|
7183 |
|
7184 |
#: modules/hotspots/widgets/hotspots.php:608
|
7185 |
+
#: modules/pricing/widgets/pricing-table.php:789
|
7186 |
msgid "lightSpeedIn"
|
7187 |
msgstr ""
|
7188 |
|
7189 |
#: modules/hotspots/widgets/hotspots.php:609
|
7190 |
+
#: modules/pricing/widgets/pricing-table.php:790
|
7191 |
msgid "lightSpeedOut"
|
7192 |
msgstr ""
|
7193 |
|
7194 |
#: modules/hotspots/widgets/hotspots.php:610
|
7195 |
+
#: modules/pricing/widgets/pricing-table.php:791
|
7196 |
msgid "rotateIn"
|
7197 |
msgstr ""
|
7198 |
|
7199 |
#: modules/hotspots/widgets/hotspots.php:611
|
7200 |
+
#: modules/pricing/widgets/pricing-table.php:792
|
7201 |
msgid "rotateInDownLeft"
|
7202 |
msgstr ""
|
7203 |
|
7204 |
#: modules/hotspots/widgets/hotspots.php:612
|
7205 |
+
#: modules/pricing/widgets/pricing-table.php:793
|
7206 |
msgid "rotateInDownRight"
|
7207 |
msgstr ""
|
7208 |
|
7209 |
#: modules/hotspots/widgets/hotspots.php:613
|
7210 |
+
#: modules/pricing/widgets/pricing-table.php:794
|
7211 |
msgid "rotateInUpLeft"
|
7212 |
msgstr ""
|
7213 |
|
7214 |
#: modules/hotspots/widgets/hotspots.php:614
|
7215 |
+
#: modules/pricing/widgets/pricing-table.php:795
|
7216 |
msgid "rotateInUpRight"
|
7217 |
msgstr ""
|
7218 |
|
7219 |
#: modules/hotspots/widgets/hotspots.php:615
|
7220 |
+
#: modules/pricing/widgets/pricing-table.php:796
|
7221 |
msgid "rotateOut"
|
7222 |
msgstr ""
|
7223 |
|
7224 |
#: modules/hotspots/widgets/hotspots.php:616
|
7225 |
+
#: modules/pricing/widgets/pricing-table.php:797
|
7226 |
msgid "rotateOutDownLeft"
|
7227 |
msgstr ""
|
7228 |
|
7229 |
#: modules/hotspots/widgets/hotspots.php:617
|
7230 |
+
#: modules/pricing/widgets/pricing-table.php:798
|
7231 |
msgid "rotateOutDownRight"
|
7232 |
msgstr ""
|
7233 |
|
7234 |
#: modules/hotspots/widgets/hotspots.php:618
|
7235 |
+
#: modules/pricing/widgets/pricing-table.php:799
|
7236 |
msgid "rotateOutUpLeft"
|
7237 |
msgstr ""
|
7238 |
|
7239 |
#: modules/hotspots/widgets/hotspots.php:619
|
7240 |
+
#: modules/pricing/widgets/pricing-table.php:800
|
7241 |
msgid "rotateOutUpRight"
|
7242 |
msgstr ""
|
7243 |
|
7244 |
#: modules/hotspots/widgets/hotspots.php:620
|
7245 |
+
#: modules/pricing/widgets/pricing-table.php:801
|
7246 |
msgid "Hinge"
|
7247 |
msgstr ""
|
7248 |
|
7249 |
#: modules/hotspots/widgets/hotspots.php:621
|
7250 |
+
#: modules/pricing/widgets/pricing-table.php:802
|
7251 |
msgid "rollIn"
|
7252 |
msgstr ""
|
7253 |
|
7254 |
#: modules/hotspots/widgets/hotspots.php:622
|
7255 |
+
#: modules/pricing/widgets/pricing-table.php:803
|
7256 |
msgid "rollOut"
|
7257 |
msgstr ""
|
7258 |
|
7259 |
#: modules/hotspots/widgets/hotspots.php:623
|
7260 |
+
#: modules/pricing/widgets/pricing-table.php:804
|
7261 |
msgid "zoomIn"
|
7262 |
msgstr ""
|
7263 |
|
7264 |
#: modules/hotspots/widgets/hotspots.php:624
|
7265 |
+
#: modules/pricing/widgets/pricing-table.php:805
|
7266 |
msgid "zoomInDown"
|
7267 |
msgstr ""
|
7268 |
|
7269 |
#: modules/hotspots/widgets/hotspots.php:625
|
7270 |
+
#: modules/pricing/widgets/pricing-table.php:806
|
7271 |
msgid "zoomInLeft"
|
7272 |
msgstr ""
|
7273 |
|
7274 |
#: modules/hotspots/widgets/hotspots.php:626
|
7275 |
+
#: modules/pricing/widgets/pricing-table.php:807
|
7276 |
msgid "zoomInRight"
|
7277 |
msgstr ""
|
7278 |
|
7279 |
#: modules/hotspots/widgets/hotspots.php:627
|
7280 |
+
#: modules/pricing/widgets/pricing-table.php:808
|
7281 |
msgid "zoomInUp"
|
7282 |
msgstr ""
|
7283 |
|
7284 |
#: modules/hotspots/widgets/hotspots.php:628
|
7285 |
+
#: modules/pricing/widgets/pricing-table.php:809
|
7286 |
msgid "zoomOut"
|
7287 |
msgstr ""
|
7288 |
|
7289 |
#: modules/hotspots/widgets/hotspots.php:629
|
7290 |
+
#: modules/pricing/widgets/pricing-table.php:810
|
7291 |
msgid "zoomOutDown"
|
7292 |
msgstr ""
|
7293 |
|
7294 |
#: modules/hotspots/widgets/hotspots.php:630
|
7295 |
+
#: modules/pricing/widgets/pricing-table.php:811
|
7296 |
msgid "zoomOutLeft"
|
7297 |
msgstr ""
|
7298 |
|
7299 |
#: modules/hotspots/widgets/hotspots.php:631
|
7300 |
+
#: modules/pricing/widgets/pricing-table.php:812
|
7301 |
msgid "zoomOutRight"
|
7302 |
msgstr ""
|
7303 |
|
7304 |
#: modules/hotspots/widgets/hotspots.php:632
|
7305 |
+
#: modules/pricing/widgets/pricing-table.php:813
|
7306 |
msgid "zoomOutUp"
|
7307 |
msgstr ""
|
7308 |
|
7309 |
#: modules/hotspots/widgets/hotspots.php:660
|
7310 |
+
#: modules/pricing/widgets/pricing-table.php:845
|
7311 |
msgid "Z-Index"
|
7312 |
msgstr ""
|
7313 |
|
7314 |
#: modules/hotspots/widgets/hotspots.php:661
|
7315 |
+
#: modules/pricing/widgets/pricing-table.php:846
|
7316 |
msgid ""
|
7317 |
"Increase the z-index value if you are unable to see the tooltip. For "
|
7318 |
"example: 99, 999, 9999 "
|
7636 |
#: modules/info-box/widgets/info-box-carousel.php:1449
|
7637 |
#: modules/info-box/widgets/info-box.php:1232
|
7638 |
#: modules/info-table/widgets/info-table.php:646
|
7639 |
+
#: modules/pricing/widgets/pricing-table.php:1420
|
7640 |
msgid "Sub Title"
|
7641 |
msgstr ""
|
7642 |
|
8160 |
msgstr ""
|
8161 |
|
8162 |
#: modules/link-effects/widgets/link-effects.php:159
|
8163 |
+
#: modules/pricing/widgets/pricing-table.php:893
|
8164 |
#: modules/team-member/widgets/team-member-carousel.php:636
|
8165 |
#: modules/team-member/widgets/team-member.php:452
|
8166 |
msgid "Circle"
|
8339 |
msgstr ""
|
8340 |
|
8341 |
#: modules/posts/skins/skin-base.php:411
|
8342 |
+
#: modules/posts/widgets/posts-base.php:588
|
8343 |
msgid "Show Search Form"
|
8344 |
msgstr ""
|
8345 |
|
8704 |
msgstr ""
|
8705 |
|
8706 |
#: modules/posts/widgets/posts-base.php:332
|
8707 |
+
#: modules/pricing/widgets/pricing-table.php:449
|
8708 |
msgid "Exclude"
|
8709 |
msgstr ""
|
8710 |
|
8745 |
msgstr ""
|
8746 |
|
8747 |
#: modules/posts/widgets/posts-base.php:544
|
8748 |
+
msgid "Avoid Duplicates"
|
8749 |
+
msgstr ""
|
8750 |
+
|
8751 |
+
#: modules/posts/widgets/posts-base.php:547
|
8752 |
+
msgid ""
|
8753 |
+
"Set to Yes to avoid duplicate posts from showing up on the page. This only "
|
8754 |
+
"affects the frontend."
|
8755 |
+
msgstr ""
|
8756 |
+
|
8757 |
+
#: modules/posts/widgets/posts-base.php:557
|
8758 |
msgid "Query ID"
|
8759 |
msgstr ""
|
8760 |
|
8761 |
+
#: modules/posts/widgets/posts-base.php:558
|
8762 |
msgid "Give your Query a custom unique id to allow server side filtering"
|
8763 |
msgstr ""
|
8764 |
|
8765 |
+
#: modules/posts/widgets/posts-base.php:569
|
8766 |
msgid "If Nothing Found!"
|
8767 |
msgstr ""
|
8768 |
|
8769 |
+
#: modules/posts/widgets/posts-base.php:578
|
8770 |
msgid "Nothing Found Message"
|
8771 |
msgstr ""
|
8772 |
|
8773 |
+
#: modules/posts/widgets/posts-base.php:581
|
8774 |
msgid "It seems we can't find what you're looking for."
|
8775 |
msgstr ""
|
8776 |
|
8796 |
#: modules/pricing/widgets/price-menu.php:151
|
8797 |
#: modules/pricing/widgets/price-menu.php:782
|
8798 |
#: modules/pricing/widgets/pricing-table.php:385
|
8799 |
+
#: modules/pricing/widgets/pricing-table.php:1763
|
8800 |
msgid "Original Price"
|
8801 |
msgstr ""
|
8802 |
|
8870 |
msgstr ""
|
8871 |
|
8872 |
#: modules/pricing/widgets/pricing-table.php:296
|
8873 |
+
#: modules/pricing/widgets/pricing-table.php:1490
|
8874 |
msgid "Pricing"
|
8875 |
msgstr ""
|
8876 |
|
8877 |
#: modules/pricing/widgets/pricing-table.php:303
|
8878 |
+
#: modules/pricing/widgets/pricing-table.php:1612
|
8879 |
msgid "Currency Symbol"
|
8880 |
msgstr ""
|
8881 |
|
8960 |
msgstr ""
|
8961 |
|
8962 |
#: modules/pricing/widgets/pricing-table.php:400
|
8963 |
+
#: modules/pricing/widgets/pricing-table.php:1696
|
8964 |
msgid "Duration"
|
8965 |
msgstr ""
|
8966 |
|
8969 |
msgstr ""
|
8970 |
|
8971 |
#: modules/pricing/widgets/pricing-table.php:417
|
8972 |
+
#: modules/pricing/widgets/pricing-table.php:1820
|
8973 |
msgid "Features"
|
8974 |
msgstr ""
|
8975 |
|
8976 |
+
#: modules/pricing/widgets/pricing-table.php:441
|
8977 |
+
#: modules/pricing/widgets/pricing-table.php:442
|
8978 |
msgid "Feature"
|
8979 |
msgstr ""
|
8980 |
|
8981 |
+
#: modules/pricing/widgets/pricing-table.php:486
|
8982 |
msgid "This is a tooltip"
|
8983 |
msgstr ""
|
8984 |
|
8985 |
+
#: modules/pricing/widgets/pricing-table.php:554
|
8986 |
msgid "Feature #1"
|
8987 |
msgstr ""
|
8988 |
|
8989 |
+
#: modules/pricing/widgets/pricing-table.php:558
|
8990 |
msgid "Feature #2"
|
8991 |
msgstr ""
|
8992 |
|
8993 |
+
#: modules/pricing/widgets/pricing-table.php:562
|
8994 |
msgid "Feature #3"
|
8995 |
msgstr ""
|
8996 |
|
8997 |
+
#: modules/pricing/widgets/pricing-table.php:694
|
8998 |
msgid "Display On"
|
8999 |
msgstr ""
|
9000 |
|
9001 |
+
#: modules/pricing/widgets/pricing-table.php:728
|
9002 |
msgid "The distance between the text/icon and the tooltip."
|
9003 |
msgstr ""
|
9004 |
|
9005 |
+
#: modules/pricing/widgets/pricing-table.php:869
|
9006 |
+
#: modules/pricing/widgets/pricing-table.php:2389
|
9007 |
msgid "Ribbon"
|
9008 |
msgstr ""
|
9009 |
|
9010 |
+
#: modules/pricing/widgets/pricing-table.php:876
|
9011 |
msgid "Show Ribbon"
|
9012 |
msgstr ""
|
9013 |
|
9014 |
+
#: modules/pricing/widgets/pricing-table.php:894
|
9015 |
msgid "Flag"
|
9016 |
msgstr ""
|
9017 |
|
9018 |
+
#: modules/pricing/widgets/pricing-table.php:950
|
9019 |
msgid "Distance from Top"
|
9020 |
msgstr ""
|
9021 |
|
9022 |
+
#: modules/pricing/widgets/pricing-table.php:1039
|
9023 |
msgid "Button Position"
|
9024 |
msgstr ""
|
9025 |
|
9026 |
+
#: modules/pricing/widgets/pricing-table.php:1043
|
9027 |
msgid "Above Features"
|
9028 |
msgstr ""
|
9029 |
|
9030 |
+
#: modules/pricing/widgets/pricing-table.php:1044
|
9031 |
msgid "Below Features"
|
9032 |
msgstr ""
|
9033 |
|
9034 |
+
#: modules/pricing/widgets/pricing-table.php:1081
|
9035 |
+
#: modules/pricing/widgets/pricing-table.php:1087
|
9036 |
+
#: modules/pricing/widgets/pricing-table.php:2735
|
9037 |
msgid "Additional Info"
|
9038 |
msgstr ""
|
9039 |
|
9040 |
+
#: modules/pricing/widgets/pricing-table.php:1086
|
9041 |
msgid "Enter additional info here"
|
9042 |
msgstr ""
|
9043 |
|
9044 |
+
#: modules/pricing/widgets/pricing-table.php:1705
|
9045 |
msgid "Duration Position"
|
9046 |
msgstr ""
|
9047 |
|
9048 |
+
#: modules/pricing/widgets/pricing-table.php:1709
|
9049 |
msgid "Same Line"
|
9050 |
msgstr ""
|
9051 |
|
9052 |
+
#: modules/pricing/widgets/pricing-table.php:1710
|
9053 |
msgid "Next Line"
|
9054 |
msgstr ""
|
9055 |
|
9056 |
+
#: modules/pricing/widgets/pricing-table.php:1790
|
9057 |
msgid "Font Size"
|
9058 |
msgstr ""
|
9059 |
|
9060 |
+
#: modules/pricing/widgets/pricing-table.php:1997
|
9061 |
msgid "Rows"
|
9062 |
msgstr ""
|
9063 |
|
9064 |
+
#: modules/pricing/widgets/pricing-table.php:2058
|
9065 |
msgid "Even"
|
9066 |
msgstr ""
|
9067 |
|
9068 |
+
#: modules/pricing/widgets/pricing-table.php:2100
|
9069 |
msgid "Odd"
|
9070 |
msgstr ""
|
9071 |
|
9072 |
+
#: modules/pricing/widgets/pricing-table.php:2307
|
9073 |
msgid "Tooltip Icon"
|
9074 |
msgstr ""
|
9075 |
|
9076 |
+
#: modules/pricing/widgets/pricing-table.php:2695
|
9077 |
msgid "Footer"
|
9078 |
msgstr ""
|
9079 |
|
9849 |
msgid "Expanded"
|
9850 |
msgstr ""
|
9851 |
|
9852 |
+
#: modules/wpforms/widgets/wpforms.php:799
|
9853 |
+
msgid "Section Divider"
|
9854 |
+
msgstr ""
|
9855 |
+
|
9856 |
#: plugin.php:448
|
9857 |
msgid "PowerPack Elements"
|
9858 |
msgstr ""
|
modules/posts/widgets/posts-base.php
CHANGED
@@ -538,6 +538,19 @@ abstract class Posts_Base extends Powerpack_Widget {
|
|
538 |
)
|
539 |
);
|
540 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
541 |
$this->add_control(
|
542 |
'query_id',
|
543 |
array(
|
@@ -885,6 +898,11 @@ abstract class Posts_Base extends Powerpack_Widget {
|
|
885 |
}
|
886 |
}
|
887 |
|
|
|
|
|
|
|
|
|
|
|
888 |
return apply_filters( "ppe_{$widget_type}_query_args", $query_args, $settings );
|
889 |
}
|
890 |
|
538 |
)
|
539 |
);
|
540 |
|
541 |
+
$this->add_control(
|
542 |
+
'avoid_duplicates',
|
543 |
+
[
|
544 |
+
'label' => esc_html__( 'Avoid Duplicates', 'powerpack' ),
|
545 |
+
'type' => Controls_Manager::SWITCHER,
|
546 |
+
'default' => '',
|
547 |
+
'description' => esc_html__( 'Set to Yes to avoid duplicate posts from showing up on the page. This only affects the frontend.', 'powerpack' ),
|
548 |
+
'condition' => array(
|
549 |
+
'query_type' => 'custom',
|
550 |
+
),
|
551 |
+
]
|
552 |
+
);
|
553 |
+
|
554 |
$this->add_control(
|
555 |
'query_id',
|
556 |
array(
|
898 |
}
|
899 |
}
|
900 |
|
901 |
+
if ( 'yes' === $settings['avoid_duplicates'] ) {
|
902 |
+
$post__not_in = array_merge( $post__not_in, Module::$displayed_ids );
|
903 |
+
$query_args['post__not_in'] = $post__not_in;
|
904 |
+
}
|
905 |
+
|
906 |
return apply_filters( "ppe_{$widget_type}_query_args", $query_args, $settings );
|
907 |
}
|
908 |
|
modules/pricing/widgets/pricing-table.php
CHANGED
@@ -110,7 +110,7 @@ class Pricing_Table extends Powerpack_Widget {
|
|
110 |
*
|
111 |
* Adds different input fields to allow the user to change and customize the widget settings.
|
112 |
*
|
113 |
-
* @since 2.
|
114 |
* @access protected
|
115 |
*/
|
116 |
protected function register_controls() {
|
@@ -420,6 +420,15 @@ class Pricing_Table extends Powerpack_Widget {
|
|
420 |
|
421 |
$repeater = new Repeater();
|
422 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
423 |
$repeater->add_control(
|
424 |
'feature_text',
|
425 |
array(
|
@@ -446,18 +455,6 @@ class Pricing_Table extends Powerpack_Widget {
|
|
446 |
)
|
447 |
);
|
448 |
|
449 |
-
$repeater->add_control(
|
450 |
-
'tooltip_content',
|
451 |
-
array(
|
452 |
-
'label' => __( 'Tooltip Content', 'powerpack' ),
|
453 |
-
'type' => Controls_Manager::WYSIWYG,
|
454 |
-
'default' => __( 'This is a tooltip', 'powerpack' ),
|
455 |
-
'dynamic' => array(
|
456 |
-
'active' => true,
|
457 |
-
),
|
458 |
-
)
|
459 |
-
);
|
460 |
-
|
461 |
$repeater->add_control(
|
462 |
'select_feature_icon',
|
463 |
array(
|
@@ -472,6 +469,36 @@ class Pricing_Table extends Powerpack_Widget {
|
|
472 |
)
|
473 |
);
|
474 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
475 |
$repeater->add_control(
|
476 |
'feature_icon_color',
|
477 |
array(
|
@@ -513,6 +540,10 @@ class Pricing_Table extends Powerpack_Widget {
|
|
513 |
)
|
514 |
);
|
515 |
|
|
|
|
|
|
|
|
|
516 |
$this->add_control(
|
517 |
'table_features',
|
518 |
array(
|
@@ -577,7 +608,7 @@ class Pricing_Table extends Powerpack_Widget {
|
|
577 |
'click' => __( 'Click', 'powerpack' ),
|
578 |
),
|
579 |
'frontend_available' => true,
|
580 |
-
'condition'
|
581 |
'show_tooltip' => 'yes',
|
582 |
],
|
583 |
]
|
@@ -651,6 +682,9 @@ class Pricing_Table extends Powerpack_Widget {
|
|
651 |
'swing' => __( 'Swing', 'powerpack' ),
|
652 |
),
|
653 |
'frontend_available' => true,
|
|
|
|
|
|
|
654 |
)
|
655 |
);
|
656 |
|
@@ -815,6 +849,9 @@ class Pricing_Table extends Powerpack_Widget {
|
|
815 |
'min' => -9999999,
|
816 |
'step' => 1,
|
817 |
'frontend_available' => true,
|
|
|
|
|
|
|
818 |
)
|
819 |
);
|
820 |
|
@@ -1246,8 +1283,8 @@ class Pricing_Table extends Powerpack_Widget {
|
|
1246 |
],
|
1247 |
'size_units' => [ 'px', '%' ],
|
1248 |
'condition' => [
|
1249 |
-
'icon_type'
|
1250 |
-
'icon_image!' => '',
|
1251 |
],
|
1252 |
'selectors' => [
|
1253 |
'{{WRAPPER}} .pp-pricing-table-icon' => 'width: {{SIZE}}{{UNIT}}',
|
@@ -2316,6 +2353,28 @@ class Pricing_Table extends Powerpack_Widget {
|
|
2316 |
]
|
2317 |
);
|
2318 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2319 |
$this->end_controls_section();
|
2320 |
}
|
2321 |
|
@@ -3054,7 +3113,7 @@ class Pricing_Table extends Powerpack_Widget {
|
|
3054 |
$this->add_render_attribute( $feature_content_key, 'class', 'pp-pricing-table-feature-content' );
|
3055 |
|
3056 |
$tooltip_icon_key = $this->get_repeater_setting_key( 'tooltip_icon_key', 'table_features', $index );
|
3057 |
-
$this->add_render_attribute( $tooltip_icon_key, 'class', 'pp-pricing-table-tooltip-icon' );
|
3058 |
|
3059 |
$tooltip_content_key = $this->get_repeater_setting_key( 'tooltip_content_key', 'table_features', $index );
|
3060 |
|
@@ -3083,7 +3142,7 @@ class Pricing_Table extends Powerpack_Widget {
|
|
3083 |
<li <?php echo wp_kses_post( $this->get_render_attribute_string( $feature_list_key ) ); ?>>
|
3084 |
<div <?php echo wp_kses_post( $this->get_render_attribute_string( $feature_content_key ) ); ?>>
|
3085 |
<?php
|
3086 |
-
if ( ! empty( $item['
|
3087 |
<span class="pp-pricing-table-fature-icon pp-icon">
|
3088 |
<?php
|
3089 |
if ( $is_new || $migrated ) {
|
@@ -3367,7 +3426,7 @@ class Pricing_Table extends Powerpack_Widget {
|
|
3367 |
} #>
|
3368 |
<li class="elementor-repeater-item-{{ item._id }} <# if ( item.exclude == 'yes' ) { #> excluded <# } #>">
|
3369 |
<div {{{ view.getRenderAttributeString( featureContentKey ) }}}>
|
3370 |
-
<# if ( item.
|
3371 |
<span class="pp-pricing-table-fature-icon pp-icon">
|
3372 |
<#
|
3373 |
iconsHTML[ index ] = elementor.helpers.renderIcon( view, item.select_feature_icon, { 'aria-hidden': true }, 'i', 'object' );
|
110 |
*
|
111 |
* Adds different input fields to allow the user to change and customize the widget settings.
|
112 |
*
|
113 |
+
* @since 2.0.3
|
114 |
* @access protected
|
115 |
*/
|
116 |
protected function register_controls() {
|
420 |
|
421 |
$repeater = new Repeater();
|
422 |
|
423 |
+
$repeater->start_controls_tabs( 'tabs_features_content' );
|
424 |
+
|
425 |
+
$repeater->start_controls_tab(
|
426 |
+
'tab_features_content',
|
427 |
+
[
|
428 |
+
'label' => __( 'Content', 'powerpack' ),
|
429 |
+
]
|
430 |
+
);
|
431 |
+
|
432 |
$repeater->add_control(
|
433 |
'feature_text',
|
434 |
array(
|
455 |
)
|
456 |
);
|
457 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
458 |
$repeater->add_control(
|
459 |
'select_feature_icon',
|
460 |
array(
|
469 |
)
|
470 |
);
|
471 |
|
472 |
+
$repeater->end_controls_tab();
|
473 |
+
|
474 |
+
$repeater->start_controls_tab(
|
475 |
+
'tab_features_tooltip',
|
476 |
+
[
|
477 |
+
'label' => __( 'Tooltip', 'powerpack' ),
|
478 |
+
]
|
479 |
+
);
|
480 |
+
|
481 |
+
$repeater->add_control(
|
482 |
+
'tooltip_content',
|
483 |
+
array(
|
484 |
+
'label' => __( 'Tooltip Content', 'powerpack' ),
|
485 |
+
'type' => Controls_Manager::WYSIWYG,
|
486 |
+
'default' => __( 'This is a tooltip', 'powerpack' ),
|
487 |
+
'dynamic' => array(
|
488 |
+
'active' => true,
|
489 |
+
),
|
490 |
+
)
|
491 |
+
);
|
492 |
+
|
493 |
+
$repeater->end_controls_tab();
|
494 |
+
|
495 |
+
$repeater->start_controls_tab(
|
496 |
+
'tab_features_style',
|
497 |
+
[
|
498 |
+
'label' => __( 'Style', 'powerpack' ),
|
499 |
+
]
|
500 |
+
);
|
501 |
+
|
502 |
$repeater->add_control(
|
503 |
'feature_icon_color',
|
504 |
array(
|
540 |
)
|
541 |
);
|
542 |
|
543 |
+
$repeater->end_controls_tab();
|
544 |
+
|
545 |
+
$repeater->end_controls_tabs();
|
546 |
+
|
547 |
$this->add_control(
|
548 |
'table_features',
|
549 |
array(
|
608 |
'click' => __( 'Click', 'powerpack' ),
|
609 |
),
|
610 |
'frontend_available' => true,
|
611 |
+
'condition' => [
|
612 |
'show_tooltip' => 'yes',
|
613 |
],
|
614 |
]
|
682 |
'swing' => __( 'Swing', 'powerpack' ),
|
683 |
),
|
684 |
'frontend_available' => true,
|
685 |
+
'condition' => [
|
686 |
+
'show_tooltip' => 'yes',
|
687 |
+
],
|
688 |
)
|
689 |
);
|
690 |
|
849 |
'min' => -9999999,
|
850 |
'step' => 1,
|
851 |
'frontend_available' => true,
|
852 |
+
'condition' => [
|
853 |
+
'show_tooltip' => 'yes',
|
854 |
+
],
|
855 |
)
|
856 |
);
|
857 |
|
1283 |
],
|
1284 |
'size_units' => [ 'px', '%' ],
|
1285 |
'condition' => [
|
1286 |
+
'icon_type' => 'image',
|
1287 |
+
'icon_image[url]!' => '',
|
1288 |
],
|
1289 |
'selectors' => [
|
1290 |
'{{WRAPPER}} .pp-pricing-table-icon' => 'width: {{SIZE}}{{UNIT}}',
|
2353 |
]
|
2354 |
);
|
2355 |
|
2356 |
+
$this->add_responsive_control(
|
2357 |
+
'tooltip_icon_spacing',
|
2358 |
+
array(
|
2359 |
+
'label' => __( 'Icon Spacing', 'powerpack' ),
|
2360 |
+
'type' => Controls_Manager::SLIDER,
|
2361 |
+
'size_units' => array( 'px' ),
|
2362 |
+
'range' => array(
|
2363 |
+
'px' => array(
|
2364 |
+
'min' => 1,
|
2365 |
+
'max' => 100,
|
2366 |
+
),
|
2367 |
+
),
|
2368 |
+
'selectors' => array(
|
2369 |
+
'{{WRAPPER}} .pp-table-cell .pp-table-tooltip-icon' => 'margin-left: {{SIZE}}px;',
|
2370 |
+
),
|
2371 |
+
'condition' => [
|
2372 |
+
'show_tooltip' => 'yes',
|
2373 |
+
'tooltip_display_on' => 'icon',
|
2374 |
+
],
|
2375 |
+
)
|
2376 |
+
);
|
2377 |
+
|
2378 |
$this->end_controls_section();
|
2379 |
}
|
2380 |
|
3113 |
$this->add_render_attribute( $feature_content_key, 'class', 'pp-pricing-table-feature-content' );
|
3114 |
|
3115 |
$tooltip_icon_key = $this->get_repeater_setting_key( 'tooltip_icon_key', 'table_features', $index );
|
3116 |
+
$this->add_render_attribute( $tooltip_icon_key, 'class', ['pp-pricing-table-tooltip-icon', 'pp-icon'] );
|
3117 |
|
3118 |
$tooltip_content_key = $this->get_repeater_setting_key( 'tooltip_content_key', 'table_features', $index );
|
3119 |
|
3142 |
<li <?php echo wp_kses_post( $this->get_render_attribute_string( $feature_list_key ) ); ?>>
|
3143 |
<div <?php echo wp_kses_post( $this->get_render_attribute_string( $feature_content_key ) ); ?>>
|
3144 |
<?php
|
3145 |
+
if ( ! empty( $item['feature_icon'] ) || ( ! empty( $item['select_feature_icon']['value'] ) && $is_new ) ) : ?>
|
3146 |
<span class="pp-pricing-table-fature-icon pp-icon">
|
3147 |
<?php
|
3148 |
if ( $is_new || $migrated ) {
|
3426 |
} #>
|
3427 |
<li class="elementor-repeater-item-{{ item._id }} <# if ( item.exclude == 'yes' ) { #> excluded <# } #>">
|
3428 |
<div {{{ view.getRenderAttributeString( featureContentKey ) }}}>
|
3429 |
+
<# if ( item.feature_icon || item.select_feature_icon.value ) { #>
|
3430 |
<span class="pp-pricing-table-fature-icon pp-icon">
|
3431 |
<#
|
3432 |
iconsHTML[ index ] = elementor.helpers.renderIcon( view, item.select_feature_icon, { 'aria-hidden': true }, 'i', 'object' );
|
modules/wpforms/widgets/wpforms.php
CHANGED
@@ -13,6 +13,8 @@ use Elementor\Group_Control_Background;
|
|
13 |
use Elementor\Group_Control_Box_Shadow;
|
14 |
use Elementor\Group_Control_Border;
|
15 |
use Elementor\Group_Control_Typography;
|
|
|
|
|
16 |
use Elementor\Core\Schemes\Typography as Scheme_Typography;
|
17 |
use Elementor\Core\Schemes\Color as Scheme_Color;
|
18 |
|
@@ -787,6 +789,130 @@ class WPforms extends Powerpack_Widget {
|
|
787 |
|
788 |
$this->end_controls_section();
|
789 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
790 |
/**
|
791 |
* Style Tab: Radio & Checkbox
|
792 |
* -------------------------------------------------
|
13 |
use Elementor\Group_Control_Box_Shadow;
|
14 |
use Elementor\Group_Control_Border;
|
15 |
use Elementor\Group_Control_Typography;
|
16 |
+
use Elementor\Group_Control_Text_Stroke;
|
17 |
+
use Elementor\Group_Control_Text_Shadow;
|
18 |
use Elementor\Core\Schemes\Typography as Scheme_Typography;
|
19 |
use Elementor\Core\Schemes\Color as Scheme_Color;
|
20 |
|
789 |
|
790 |
$this->end_controls_section();
|
791 |
|
792 |
+
/**
|
793 |
+
* Style Tab: Section Divider
|
794 |
+
* -------------------------------------------------
|
795 |
+
*/
|
796 |
+
$this->start_controls_section(
|
797 |
+
'section_section_divider_style',
|
798 |
+
[
|
799 |
+
'label' => __( 'Section Divider', 'powerpack' ),
|
800 |
+
'tab' => Controls_Manager::TAB_STYLE,
|
801 |
+
]
|
802 |
+
);
|
803 |
+
|
804 |
+
$this->add_control(
|
805 |
+
'section_divider_bg_color',
|
806 |
+
[
|
807 |
+
'label' => __( 'Background Color', 'powerpack' ),
|
808 |
+
'type' => Controls_Manager::COLOR,
|
809 |
+
'default' => '',
|
810 |
+
'selectors' => [
|
811 |
+
'{{WRAPPER}} .pp-wpforms .wpforms-field-divider' => 'background-color: {{VALUE}}',
|
812 |
+
],
|
813 |
+
]
|
814 |
+
);
|
815 |
+
|
816 |
+
$this->add_control(
|
817 |
+
'section_divider_text_color',
|
818 |
+
[
|
819 |
+
'label' => __( 'Text Color', 'powerpack' ),
|
820 |
+
'type' => Controls_Manager::COLOR,
|
821 |
+
'selectors' => [
|
822 |
+
'{{WRAPPER}} .pp-wpforms .wpforms-field-divider h3' => 'color: {{VALUE}}',
|
823 |
+
],
|
824 |
+
]
|
825 |
+
);
|
826 |
+
|
827 |
+
$this->add_group_control(
|
828 |
+
Group_Control_Typography::get_type(),
|
829 |
+
[
|
830 |
+
'name' => 'section_divider_typography',
|
831 |
+
'label' => __( 'Typography', 'powerpack' ),
|
832 |
+
'selector' => '{{WRAPPER}} .pp-wpforms .wpforms-field-divider h3',
|
833 |
+
]
|
834 |
+
);
|
835 |
+
|
836 |
+
$this->add_group_control(
|
837 |
+
Group_Control_Text_Stroke::get_type(),
|
838 |
+
[
|
839 |
+
'name' => 'section_divider_text_stroke',
|
840 |
+
'selector' => '{{WRAPPER}} .pp-wpforms .wpforms-field-divider h3',
|
841 |
+
]
|
842 |
+
);
|
843 |
+
|
844 |
+
$this->add_group_control(
|
845 |
+
Group_Control_Text_Shadow::get_type(),
|
846 |
+
[
|
847 |
+
'name' => 'section_divider_text_shadow',
|
848 |
+
'selector' => '{{WRAPPER}} .pp-wpforms .wpforms-field-divider h3',
|
849 |
+
]
|
850 |
+
);
|
851 |
+
|
852 |
+
$this->add_group_control(
|
853 |
+
Group_Control_Border::get_type(),
|
854 |
+
[
|
855 |
+
'name' => 'section_divider_border',
|
856 |
+
'label' => __( 'Border', 'powerpack' ),
|
857 |
+
'placeholder' => '1px',
|
858 |
+
'default' => '1px',
|
859 |
+
'selector' => '{{WRAPPER}} .pp-wpforms .wpforms-field-divider',
|
860 |
+
]
|
861 |
+
);
|
862 |
+
|
863 |
+
$this->add_control(
|
864 |
+
'section_divider_border_radius',
|
865 |
+
[
|
866 |
+
'label' => __( 'Border Radius', 'powerpack' ),
|
867 |
+
'type' => Controls_Manager::DIMENSIONS,
|
868 |
+
'size_units' => [ 'px', 'em', '%' ],
|
869 |
+
'selectors' => [
|
870 |
+
'{{WRAPPER}} .pp-wpforms .wpforms-field-divider' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
871 |
+
],
|
872 |
+
]
|
873 |
+
);
|
874 |
+
|
875 |
+
$this->add_responsive_control(
|
876 |
+
'section_divider_padding',
|
877 |
+
[
|
878 |
+
'label' => __( 'Padding', 'powerpack' ),
|
879 |
+
'type' => Controls_Manager::DIMENSIONS,
|
880 |
+
'size_units' => [ 'px', 'em', '%' ],
|
881 |
+
'selectors' => [
|
882 |
+
'{{WRAPPER}} .pp-wpforms .wpforms-field-divider' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};',
|
883 |
+
],
|
884 |
+
]
|
885 |
+
);
|
886 |
+
|
887 |
+
$this->add_group_control(
|
888 |
+
Group_Control_Box_Shadow::get_type(),
|
889 |
+
[
|
890 |
+
'name' => 'section_divider_box_shadow',
|
891 |
+
'selector' => '{{WRAPPER}} .pp-wpforms .wpforms-field-divider',
|
892 |
+
]
|
893 |
+
);
|
894 |
+
|
895 |
+
$this->add_responsive_control(
|
896 |
+
'section_divider_spacing',
|
897 |
+
[
|
898 |
+
'label' => __( 'Spacing', 'powerpack' ),
|
899 |
+
'type' => Controls_Manager::SLIDER,
|
900 |
+
'range' => [
|
901 |
+
'px' => [
|
902 |
+
'min' => 0,
|
903 |
+
'max' => 100,
|
904 |
+
'step' => 1,
|
905 |
+
],
|
906 |
+
],
|
907 |
+
'size_units' => [ 'px', 'em', '%' ],
|
908 |
+
'selectors' => [
|
909 |
+
'{{WRAPPER}} .pp-wpforms .wpforms-field-divider' => 'margin-bottom: {{SIZE}}{{UNIT}}',
|
910 |
+
],
|
911 |
+
]
|
912 |
+
);
|
913 |
+
|
914 |
+
$this->end_controls_section();
|
915 |
+
|
916 |
/**
|
917 |
* Style Tab: Radio & Checkbox
|
918 |
* -------------------------------------------------
|
package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"name": "powerpack-lite-for-elementor",
|
3 |
-
"version": "2.6.
|
4 |
"description": "Extend Elementor Page Builder with 50+ Creative Widgets.",
|
5 |
"keywords": [],
|
6 |
"author": "IdeaBox Creations",
|
1 |
{
|
2 |
"name": "powerpack-lite-for-elementor",
|
3 |
+
"version": "2.6.16",
|
4 |
"description": "Extend Elementor Page Builder with 50+ Creative Widgets.",
|
5 |
"keywords": [],
|
6 |
"author": "IdeaBox Creations",
|
powerpack-lite-elementor.php
CHANGED
@@ -3,15 +3,15 @@
|
|
3 |
* Plugin Name: PowerPack Lite for Elementor
|
4 |
* Plugin URI: https://powerpackelements.com
|
5 |
* Description: Extend Elementor Page Builder with 40+ Creative Widgets and exciting extensions.
|
6 |
-
* Version: 2.6.
|
7 |
* Author: IdeaBox Creations
|
8 |
* Author URI: http://ideabox.io/
|
9 |
* License: GNU General Public License v2.0
|
10 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
* Text Domain: powerpack
|
12 |
* Domain Path: /languages
|
13 |
-
* Elementor tested up to: 3.6.
|
14 |
-
* Elementor Pro tested up to: 3.7.
|
15 |
*/
|
16 |
|
17 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
@@ -20,7 +20,7 @@ if ( defined( 'POWERPACK_ELEMENTS_VER' ) ) {
|
|
20 |
return;
|
21 |
}
|
22 |
|
23 |
-
define( 'POWERPACK_ELEMENTS_LITE_VER', '2.6.
|
24 |
define( 'POWERPACK_ELEMENTS_LITE_PATH', plugin_dir_path( __FILE__ ) );
|
25 |
define( 'POWERPACK_ELEMENTS_LITE_BASE', plugin_basename( __FILE__ ) );
|
26 |
define( 'POWERPACK_ELEMENTS_LITE_URL', plugins_url( '/', __FILE__ ) );
|
3 |
* Plugin Name: PowerPack Lite for Elementor
|
4 |
* Plugin URI: https://powerpackelements.com
|
5 |
* Description: Extend Elementor Page Builder with 40+ Creative Widgets and exciting extensions.
|
6 |
+
* Version: 2.6.16
|
7 |
* Author: IdeaBox Creations
|
8 |
* Author URI: http://ideabox.io/
|
9 |
* License: GNU General Public License v2.0
|
10 |
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
11 |
* Text Domain: powerpack
|
12 |
* Domain Path: /languages
|
13 |
+
* Elementor tested up to: 3.6.7
|
14 |
+
* Elementor Pro tested up to: 3.7.2
|
15 |
*/
|
16 |
|
17 |
if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly
|
20 |
return;
|
21 |
}
|
22 |
|
23 |
+
define( 'POWERPACK_ELEMENTS_LITE_VER', '2.6.16' );
|
24 |
define( 'POWERPACK_ELEMENTS_LITE_PATH', plugin_dir_path( __FILE__ ) );
|
25 |
define( 'POWERPACK_ELEMENTS_LITE_BASE', plugin_basename( __FILE__ ) );
|
26 |
define( 'POWERPACK_ELEMENTS_LITE_URL', plugins_url( '/', __FILE__ ) );
|
readme.txt
CHANGED
@@ -230,6 +230,12 @@ Not at all! All the widgets and settings are easy to use with drag & drop interf
|
|
230 |
|
231 |
== Changelog ==
|
232 |
|
|
|
|
|
|
|
|
|
|
|
|
|
233 |
= 2.6.15 - June 9, 2022 =
|
234 |
* Enhancement: Team Member Carousel - Added support for Tiktok social icon
|
235 |
* Enhancement: WPForms - Added compatibility for Modern style dropdown fields
|
230 |
|
231 |
== Changelog ==
|
232 |
|
233 |
+
= 2.6.16 - July 6, 2022 =
|
234 |
+
* Enhancement: Pricing Table - Added Icon Spacing option for tooltip icons
|
235 |
+
* Enhancement: Posts - Added Avoid Duplicates option
|
236 |
+
* Enhancement: Advanced Accordion - Added ability to open accordions using keypress
|
237 |
+
* Enhancement: WP Forms - Added styling options for Section Divider
|
238 |
+
|
239 |
= 2.6.15 - June 9, 2022 =
|
240 |
* Enhancement: Team Member Carousel - Added support for Tiktok social icon
|
241 |
* Enhancement: WPForms - Added compatibility for Modern style dropdown fields
|