Plugin Directory

Changeset 2721032


Ignore:
Timestamp:
05/10/2022 07:53:44 AM (4 years ago)
Author:
pixelgrade
Message:

Styling fixes

Location:
nova-blocks/trunk
Files:
4 added
2 deleted
73 edited

Legend:

Unmodified
Added
Removed
  • nova-blocks/trunk/build/block-library/blocks/announcement-bar/attributes.json

    r2710156 r2721032  
    1212        "default": false
    1313    },
    14     "blockId": {
     14    "content": {
    1515        "type": "string",
    16         "default": ""
     16        "default": "<b>Find me on Instagram!</b> New photos and interesting facts every day."
    1717    }
    1818}
  • nova-blocks/trunk/build/block-library/blocks/announcement-bar/block.json

    r2710156 r2721032  
    88    "keywords": ["promo bar", "welcome header bar", "top bar", "banner"],
    99    "textdomain": "nova-blocks",
    10     "attributes": {
    11         "align": {
    12             "type": "string",
    13             "default": "full"
    14         },
    15         "url": {
    16             "type": "string",
    17             "default": ""
    18         },
    19         "opensInNewTab": {
    20             "type": "boolean",
    21             "default": false
    22         },
    23         "content": {
    24             "type": "string",
    25             "default": "<b>Find me on Instagram!</b> New photos and interesting facts every day."
    26         }
    27     },
     10    "attributes": {},
    2811    "usesContext": [],
    2912    "supports": {
  • nova-blocks/trunk/build/block-library/blocks/announcement-bar/index.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('novablocks-block-editor', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '23f5a1607aabc738c188789982d58b98');
     1<?php return array('dependencies' => array('novablocks-block-editor', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'd24ed50a18644f6bc510418673c1a4aa');
  • nova-blocks/trunk/build/block-library/blocks/cards-collection/init.php

    r2710156 r2721032  
    5656        $classes = [
    5757            'nb-supernova',
    58             'nb-supernova--content-type-' . $attributes['contentType'],
    59             'nb-supernova--card-layout-' . $attributes['cardLayout'],
    6058            'nb-supernova--valign-' . $align[0],
    6159            'nb-supernova--halign-' . $align[1],
     
    6361            'alignfull',
    6462        ];
     63        if ( isset( $attributes['contentType'] ) ) {
     64            $classes[] = 'nb-supernova--content-type-' . $attributes['contentType'];
     65        }
     66
     67        if ( isset( $attributes['cardLayout'] ) ) {
     68            $classes[] = 'nb-supernova--card-layout-' . $attributes['cardLayout'];
     69        }
    6570
    6671        $classes = array_merge(
  • nova-blocks/trunk/build/block-library/blocks/header-row/style-rtl.css

    r2719178 r2721032  
    1 @media not screen and (min-width:1024px){.nb-header-row{--header-background-opacity:0;--nb-block-top-spacing:0!important;--nb-block-bottom-spacing:0!important;--nb-emphasis-top-spacing:0!important;--nb-emphasis-bottom-spacing:0!important;display:flex;flex-direction:column}.nb-header-row .nb-navigation--primary{order:-1}:is(.nb-header-row,.more.specfic){--sm-current-bg-color:inherit;--sm-current-fg1-color:inherit;--sm-current-fg2-color:inherit;--sm-current-accent-color:inherit}.nb-header-row--primary{order:-1}}.nb-header-row{margin-bottom:0;margin-top:0;padding:0 var(--nb-wrapper-sides-spacings);position:relative;z-index:10}:is(.nb-header-row__inner-container,.specificity.x2.x3.x4){padding-left:0;padding-right:0}.nb-header-row__inner-container[class]>.wp-block.alignfull[class]{margin-left:0;margin-right:0}@media only screen and (min-width:1024px){.nb-header-row{--block-top-spacing:var(--nb-block-top-spacing,0);--block-bottom-spacing:var(--nb-block-bottom-spacing,0);--emphasis-top-spacing:var(--nb-emphasis-top-spacing,0);--emphasis-bottom-spacing:var(--nb-emphasis-bottom-spacing,0)}.nb-header-row__inner-container[class]>.wp-block{align-items:center;-moz-column-gap:var(--nb-navigation-item-spacing);column-gap:var(--nb-navigation-item-spacing);display:flex}.nb-header-row__inner-container[class]>.wp-block>:first-child:not(:last-child),.nb-header-row__inner-container[class]>.wp-block>:last-child:not(:first-child){flex:1 1 50%}.nb-header-row__inner-container[class]>.wp-block>:not(:first-child):not(:last-child),.nb-header-row__inner-container[class]>.wp-block>:only-child{flex:1 0 auto}.nb-header-row__inner-container[class]>.wp-block>*{--justify-content:center}.nb-header-row__inner-container[class]>.wp-block>*,.nb-header-row__inner-container[class]>.wp-block>* .menu{justify-content:var(--justify-content)}.nb-header-row__inner-container[class]>.wp-block>:first-child:not(:last-child){--justify-content:flex-start}.nb-header-row__inner-container[class]>.wp-block>:last-child:not(:first-child){--justify-content:flex-end}.nb-header-row__inner-container[class]>.wp-block>[class*=branding][class][class][class]{flex-basis:auto}.nb-header-row__inner-container[class]>.wp-block>[class*=nb-navigation][class][class][class]{flex-grow:1}.nb-header[class] .nb-header-row:not(.nb-header-row--primary){--nb-navigation-item-spacing:1.25em}}
     1@media not screen and (min-width:1024px){.nb-header-row{--header-background-opacity:0;--nb-block-top-spacing:0!important;--nb-block-bottom-spacing:0!important;--nb-emphasis-top-spacing:0!important;--nb-emphasis-bottom-spacing:0!important;display:flex;flex-direction:column}.nb-header-row .nb-navigation--primary{order:-1}:is(.nb-header-row,.more.specfic){--sm-current-bg-color:inherit;--sm-current-fg1-color:inherit;--sm-current-fg2-color:inherit;--sm-current-accent-color:inherit}.nb-header-row--primary{order:-1}}.nb-header-row{margin-bottom:0;margin-top:0;padding:0 var(--nb-wrapper-sides-spacings);position:relative;z-index:10}:is(.nb-header-row__inner-container,.specificity.x2.x3.x4){padding-left:0;padding-right:0}.nb-header-row__inner-container[class]>.wp-block.alignfull[class]{margin-left:0;margin-right:0}@media only screen and (min-width:1024px){.nb-header-row__inner-container[class]>.wp-block{align-items:center;-moz-column-gap:var(--nb-navigation-item-spacing);column-gap:var(--nb-navigation-item-spacing);display:flex}.nb-header-row__inner-container[class]>.wp-block>:first-child:not(:last-child),.nb-header-row__inner-container[class]>.wp-block>:last-child:not(:first-child){flex:1 1 50%}.nb-header-row__inner-container[class]>.wp-block>:not(:first-child):not(:last-child),.nb-header-row__inner-container[class]>.wp-block>:only-child{flex:1 0 auto}.nb-header-row__inner-container[class]>.wp-block>*{--justify-content:center}.nb-header-row__inner-container[class]>.wp-block>*,.nb-header-row__inner-container[class]>.wp-block>* .menu{justify-content:var(--justify-content)}.nb-header-row__inner-container[class]>.wp-block>:first-child:not(:last-child){--justify-content:flex-start}.nb-header-row__inner-container[class]>.wp-block>:last-child:not(:first-child){--justify-content:flex-end}.nb-header-row__inner-container[class]>.wp-block>[class*=branding][class][class][class]{flex-basis:auto}.nb-header-row__inner-container[class]>.wp-block>[class*=nb-navigation][class][class][class]{flex-grow:1}.nb-header[class] .nb-header-row:not(.nb-header-row--primary){--nb-navigation-item-spacing:1.25em}}
  • nova-blocks/trunk/build/block-library/blocks/header-row/style.css

    r2719178 r2721032  
    1 @media not screen and (min-width:1024px){.nb-header-row{--header-background-opacity:0;--nb-block-top-spacing:0!important;--nb-block-bottom-spacing:0!important;--nb-emphasis-top-spacing:0!important;--nb-emphasis-bottom-spacing:0!important;display:flex;flex-direction:column}.nb-header-row .nb-navigation--primary{order:-1}:is(.nb-header-row,.more.specfic){--sm-current-bg-color:inherit;--sm-current-fg1-color:inherit;--sm-current-fg2-color:inherit;--sm-current-accent-color:inherit}.nb-header-row--primary{order:-1}}.nb-header-row{margin-bottom:0;margin-top:0;padding:0 var(--nb-wrapper-sides-spacings);position:relative;z-index:10}:is(.nb-header-row__inner-container,.specificity.x2.x3.x4){padding-left:0;padding-right:0}.nb-header-row__inner-container[class]>.wp-block.alignfull[class]{margin-left:0;margin-right:0}@media only screen and (min-width:1024px){.nb-header-row{--block-top-spacing:var(--nb-block-top-spacing,0);--block-bottom-spacing:var(--nb-block-bottom-spacing,0);--emphasis-top-spacing:var(--nb-emphasis-top-spacing,0);--emphasis-bottom-spacing:var(--nb-emphasis-bottom-spacing,0)}.nb-header-row__inner-container[class]>.wp-block{align-items:center;-moz-column-gap:var(--nb-navigation-item-spacing);column-gap:var(--nb-navigation-item-spacing);display:flex}.nb-header-row__inner-container[class]>.wp-block>:first-child:not(:last-child),.nb-header-row__inner-container[class]>.wp-block>:last-child:not(:first-child){flex:1 1 50%}.nb-header-row__inner-container[class]>.wp-block>:not(:first-child):not(:last-child),.nb-header-row__inner-container[class]>.wp-block>:only-child{flex:1 0 auto}.nb-header-row__inner-container[class]>.wp-block>*{--justify-content:center}.nb-header-row__inner-container[class]>.wp-block>*,.nb-header-row__inner-container[class]>.wp-block>* .menu{justify-content:var(--justify-content)}.nb-header-row__inner-container[class]>.wp-block>:first-child:not(:last-child){--justify-content:flex-start}.nb-header-row__inner-container[class]>.wp-block>:last-child:not(:first-child){--justify-content:flex-end}.nb-header-row__inner-container[class]>.wp-block>[class*=branding][class][class][class]{flex-basis:auto}.nb-header-row__inner-container[class]>.wp-block>[class*=nb-navigation][class][class][class]{flex-grow:1}.nb-header[class] .nb-header-row:not(.nb-header-row--primary){--nb-navigation-item-spacing:1.25em}}
     1@media not screen and (min-width:1024px){.nb-header-row{--header-background-opacity:0;--nb-block-top-spacing:0!important;--nb-block-bottom-spacing:0!important;--nb-emphasis-top-spacing:0!important;--nb-emphasis-bottom-spacing:0!important;display:flex;flex-direction:column}.nb-header-row .nb-navigation--primary{order:-1}:is(.nb-header-row,.more.specfic){--sm-current-bg-color:inherit;--sm-current-fg1-color:inherit;--sm-current-fg2-color:inherit;--sm-current-accent-color:inherit}.nb-header-row--primary{order:-1}}.nb-header-row{margin-bottom:0;margin-top:0;padding:0 var(--nb-wrapper-sides-spacings);position:relative;z-index:10}:is(.nb-header-row__inner-container,.specificity.x2.x3.x4){padding-left:0;padding-right:0}.nb-header-row__inner-container[class]>.wp-block.alignfull[class]{margin-left:0;margin-right:0}@media only screen and (min-width:1024px){.nb-header-row__inner-container[class]>.wp-block{align-items:center;-moz-column-gap:var(--nb-navigation-item-spacing);column-gap:var(--nb-navigation-item-spacing);display:flex}.nb-header-row__inner-container[class]>.wp-block>:first-child:not(:last-child),.nb-header-row__inner-container[class]>.wp-block>:last-child:not(:first-child){flex:1 1 50%}.nb-header-row__inner-container[class]>.wp-block>:not(:first-child):not(:last-child),.nb-header-row__inner-container[class]>.wp-block>:only-child{flex:1 0 auto}.nb-header-row__inner-container[class]>.wp-block>*{--justify-content:center}.nb-header-row__inner-container[class]>.wp-block>*,.nb-header-row__inner-container[class]>.wp-block>* .menu{justify-content:var(--justify-content)}.nb-header-row__inner-container[class]>.wp-block>:first-child:not(:last-child){--justify-content:flex-start}.nb-header-row__inner-container[class]>.wp-block>:last-child:not(:first-child){--justify-content:flex-end}.nb-header-row__inner-container[class]>.wp-block>[class*=branding][class][class][class]{flex-basis:auto}.nb-header-row__inner-container[class]>.wp-block>[class*=nb-navigation][class][class][class]{flex-grow:1}.nb-header[class] .nb-header-row:not(.nb-header-row--primary){--nb-navigation-item-spacing:1.25em}}
  • nova-blocks/trunk/build/block-library/blocks/header/extras.php

    r2719178 r2721032  
    9494
    9595        ob_start(); ?>
     96
    9697        <!--Reading Bar-->
    97         <div class="c-reading-bar js-reading-bar">
    98             <div class="c-reading-bar__layer c-reading-bar__layer--current">
    99                 <div class="c-reading-bar__layer-wrapper">
    100                     <div class="c-reading-bar__wrapper-menu-trigger"><?php echo $menu_trigger; ?></div>
    101                     <?php echo $current_post_title; ?>
    102                     <div class="c-reading-bar__wrapper-social"><?php echo $social_trigger; ?></div>
     98        <div class="c-reading-bar  js-reading-bar">
     99            <div class="c-reading-bar__container">
     100                <div class="c-reading-bar__layer c-reading-bar__layer--current">
     101                    <div class="c-reading-bar__layer-wrapper">
     102                        <div class="c-reading-bar__wrapper-menu-trigger"><?php echo $menu_trigger; ?></div>
     103                        <?php echo $current_post_title; ?>
     104                        <div class="c-reading-bar__wrapper-social"><?php echo $social_trigger; ?></div>
     105                    </div>
    103106                </div>
     107                <?php if ( $next_post_title ) { ?>
     108                <div class="c-reading-bar__layer c-reading-bar__layer--next sm-color-signal-2 sm-palette-1 sm-variation-1 sm-palette--shifted">
     109                    <div class="c-reading-bar__layer-wrapper">
     110                        <?php echo $next_post_title; ?>
     111                    </div>
     112                </div>
     113                <?php } ?>
    104114            </div>
    105             <?php if ( $next_post_title ) { ?>
    106             <div class="c-reading-bar__layer c-reading-bar__layer--next sm-color-signal-2 sm-palette-1 sm-variation-1 sm-palette--shifted">
    107                 <div class="c-reading-bar__layer-wrapper">
    108                     <?php echo $next_post_title; ?>
    109                 </div>
    110             </div>
    111             <?php } ?>
    112115        </div><!-- .c-reading-bar -->
     116        <div class="c-reading-bar__progress  js-reading-progress"></div>
    113117
    114118        <!--Reading Progress Bar-->
    115         <div class="c-reading-progress  js-reading-progress"></div>
    116119        <?php
    117120
  • nova-blocks/trunk/build/block-library/blocks/header/frontend.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('novablocks-core/frontend', 'novablocks-utils', 'wp-dom-ready', 'wp-polyfill'), 'version' => '2648e14b7c0167e64e09ca069a38df67');
     1<?php return array('dependencies' => array('novablocks-core/frontend', 'novablocks-utils', 'wp-dom-ready', 'wp-polyfill'), 'version' => '7aee542d379e54b83d9798f41d618a5d');
  • nova-blocks/trunk/build/block-library/blocks/header/frontend.js

    r2719178 r2721032  
    1 !function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=125)}([function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},,,,,,,,,,function(e,t){e.exports=window.novablocks.utils},,,,,,function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r=n(16);e.exports=function(e,t){if(e){if("string"==typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){function n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}e.exports=function(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){function n(t){return e.exports=n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,n(t)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){function n(t){return e.exports=n=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},e.exports.__esModule=!0,e.exports.default=e.exports,n(t)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r=n(35);e.exports=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&r(e,t)},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r=n(20).default,o=n(33);e.exports=function(e,t){if(t&&("object"===r(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return o(e)},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r=n(25),o=n(26),i=n(18),s=n(27);e.exports=function(e,t){return r(e)||o(e,t)||i(e,t)||s()},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(e){if(Array.isArray(e))return e},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],s=!0,a=!1;try{for(n=n.call(e);!(s=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);s=!0);}catch(e){a=!0,o=e}finally{try{s||null==n.return||n.return()}finally{if(a)throw o}}return i}},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports},,,,,,function(e,t){e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e},e.exports.__esModule=!0,e.exports.default=e.exports},,function(e,t){function n(t,r){return e.exports=n=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},e.exports.__esModule=!0,e.exports.default=e.exports,n(t,r)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r=n(37),o=n(38),i=n(18),s=n(39);e.exports=function(e){return r(e)||o(e)||i(e)||s()},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r=n(16);e.exports=function(e){if(Array.isArray(e))return r(e)},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports},,,function(e,t){e.exports=window.wp.domReady},,,function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(17)),i=r(n(19)),s=n(10),a=(r(n(42)),function(){function e(){(0,o.default)(this,e),this.staticDistance=0,this.stickyDistance=0,this.isSticky=!1,this.adminBar=document.querySelector("#wpadminbar")}return(0,i.default)(e,[{key:"initialize",value:function(){(0,s.addClass)(this.element,"nb-header--ready"),(0,s.onScrollRAF)(this.maybeUpdateStickyStyles.bind(this));var e=(0,s.debounce)(this.onResize.bind(this),100);window.addEventListener("resize",e)}},{key:"onResize",value:function(){var e,t;if(this.element.style.removeProperty("position"),this.element.style.removeProperty("top"),this.box=this.element.getBoundingClientRect(),this.adminBarHeight=null!==(e=null===(t=this.adminBar)||void 0===t?void 0:t.offsetHeight)&&void 0!==e?e:0,this.adminBarFixed=!1,this.adminBar){var n=window.getComputedStyle(this.adminBar);this.adminBarFixed="fixed"===n.getPropertyValue("position")}this.staticDistance=window.pageYOffset+this.box.top,this.stickyDistance=this.adminBarFixed?this.adminBarHeight:0,document.documentElement.style.setProperty("--theme-sticky-distance","".concat(this.stickyDistance,"px"))}},{key:"getHeight",value:function(){var e;return null==this||null===(e=this.box)||void 0===e?void 0:e.height}},{key:"maybeUpdateStickyStyles",value:function(e){var t,n=e>this.staticDistance-this.stickyDistance;this.shouldBeSticky!==n&&(this.shouldBeSticky=n,null===(t=this.updateStickyStyles)||void 0===t||t.call(this))}},{key:"updateStickyStyles",value:function(e){this.applyStickyStyles(this.element,e)}},{key:"applyStickyStyles",value:function(e,t){var n=null!=e?e:this.element;(0,s.toggleClass)(e,"nb-header--sticky",this.shouldBeSticky),this.shouldBeSticky?(n.style.position="fixed",n.style.top="".concat(this.stickyDistance,"px")):(n.style.position="absolute",n.style.top="".concat(this.staticDistance,"px"))}}]),e}());t.default=a},,,,,,,,,,,function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(17)),i=r(n(19)),s=n(10),a=n(66),l=function(){function e(t,n,r){(0,o.default)(this,e),this.element=t,this.initialColorsSource=n||t,this.transparentColorsSource=r||this.getFirstUsefulBlock(),this.initializeColors()}return(0,i.default)(e,[{key:"getFirstBlock",value:function(){var e=document.querySelector(".site-main .hentry");if(!e)return null;var t=(0,s.getFirstChild)(e);if((0,s.hasClass)(t,"nb-sidecar")){var n=t.querySelector(".nb-sidecar-area--content");return n?(0,s.getFirstChild)(n):t}return null}},{key:"getFirstUsefulBlock",value:function(){var e=this.getFirstBlock();if(!e)return null;var t=e.dataset;return(0,s.hasClass)(e,"alignfull")?(0,s.hasClass)(e,"nb-supernova")&&0===parseInt(t.imagePadding,10)&&"stacked"===t.cardLayout&&!e.querySelector(".nb-collection__header")?e.querySelector(".nb-supernova-item"):e:null}},{key:"initializeColors",value:function(){this.initialColorClasses=(0,a.getColorSetClasses)(this.initialColorsSource).join(" "),this.transparentColorClasses=this.initialColorClasses,this.transparentColorsSource&&(this.transparentColorClasses=(0,a.getColorSetClasses)(this.transparentColorsSource).filter((function(e){return"sm-color-signal-0"!==e})).join(" "))}},{key:"toggleColors",value:function(e){(0,a.toggleClasses)(this.element,e?this.transparentColorClasses:this.initialColorClasses)}}]),e}();t.default=l},,,,,,,,,,function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.toggleClasses=t.getColorSetClasses=void 0;var o=r(n(36)),i=n(10);t.getColorSetClasses=function(e){var t=null==e?void 0:e.getAttribute("class");return t?t.split(/\s+/).filter((function(e){return e.includes("sm-color-signal-")||e.includes("sm-palette-")||e.includes("sm-variation-")||e.includes("sm-dark")||e.includes("sm-light")})):[]};t.toggleClasses=function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=["sm-palette-","sm-variation-","sm-color-signal-","sm-dark","sm-light"],s=Array.from(e.classList).filter((function(e){return r.some((function(t){return e.indexOf(t)>-1}))}));(t=e.classList).remove.apply(t,(0,o.default)(s)),(0,i.addClass)(e,n)}},function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.initializeReadingBar=void 0;var o=r(n(24)),i=n(10);t.initializeReadingBar=function(e){if((0,i.hasClass)(document.body,"single-post")){s(e);var t=e.querySelector(".js-reading-progress"),n=a(),r=(0,o.default)(n,2),l=r[0],u=r[1],c=!1,d=!1;(0,i.onScrollRAF)((function(n,r){var o=(0,i.clamp)((n-l)/(u-l),0,1),s=n>r&&n>l,a=s&&o<.75,f=s&&!a;c!==a&&((0,i.toggleClass)(e,"nb-header--reading",a&&(0,i.above)("lap")),c=a),d!==f&&((0,i.toggleClass)(e,"nb-header--next",f&&(0,i.above)("lap")),d=f),t&&t.style.setProperty("--progress",o)}))}};var s=function(e){e.querySelector(".js-sticky-menu-trigger").addEventListener("click",(function(){(0,i.removeClass)(e,"nb-header--reading nb-header--next")}))},a=function(){var e=document.querySelector(".wp-block-post-title, .entry-title"),t=document.querySelector(".wp-block-post-content, .entry-content, #primary, main"),n=e?e.offsetTop+e.offsetHeight:t.offsetTop,r=t?t.offsetTop+t.offsetHeight:document.body.scrollHeight,o=document.querySelector(".article-header, .post-navigation, .novablocks-conversations"),i=Array.from(null!=o?o:[]).reduce((function(e,t){return e+t.offsetHeight}),0),s=n;return[s,Math.max(s,r-i-window.innerHeight)]}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";var r=n(0);n(126);var o=n(10),i=r(n(127));(0,o.ready)((function(){Array.from(document.querySelectorAll(".nb-header")).map((function(e){return new i.default(e)}))}))},function(e,t){e.exports=window.novablocks["core/frontend"]},function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(36)),i=r(n(17)),s=r(n(19)),a=r(n(33)),l=r(n(22)),u=r(n(23)),c=r(n(21)),d=n(10),f=r(n(45)),p=r(n(128)),h=(r(n(130)),r(n(56))),y=r(n(131)),m=n(67);function g(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=(0,c.default)(e);if(t){var o=(0,c.default)(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return(0,u.default)(this,n)}}var v=function(e){(0,l.default)(n,e);var t=g(n);function n(e){var r;return(0,i.default)(this,n),r=t.call(this),e?(r.element=e,r.adjacentElement=r.getAdjacentElement(e),r.adjacentElementTargetChild=r.findProperElement(r.adjacentElement),r.colorsElement=r.findColorsElement(r.adjacentElementTargetChild),r.paddingTopTargets=r.findPaddingTopTargets(r.adjacentElementTargetChild),(0,d.addClass)(r.adjacentElementTargetChild,"nb-header-neighbour"),r.rows=r.getHeaderRows(),r.isSimple=["logo-left","logo-center"].includes(e.dataset.layout),r.isSticky=r.isSimple&&r.rows.find((function(e){return e.element.dataset.isSticky})),r.mobileHeader=new p.default((0,a.default)(r)),r.isSimple||(r.stickyHeader=new y.default(r.element)),r.isSticky&&(0,m.initializeReadingBar)(r.element),r.onResize(),r.initialize(),r.toggleRowsColors(!0),(0,d.addClass)(r.element,"nb-header--transparent"),r):(0,u.default)(r)}return(0,s.default)(n,[{key:"getHeight",value:function(){return(0,d.below)("lap")?this.mobileHeader.getHeight():f.default.prototype.getHeight.call(this)}},{key:"applyPaddingTopToTargets",value:function(){for(var e=this,t=0,n=[],r=this.adjacentElementTargetChild;r!==this.adjacentElement;r=r.parentNode)n.push(r);n.push(this.adjacentElement),n.forEach((function(e){e.style.paddingTop="",e.style.marginTop=""})),n.forEach((function(e){var n=window.getComputedStyle(e),r=parseInt(n.getPropertyValue("padding-top"),10),o=parseInt(n.getPropertyValue("margin-top"),10);t=t+r+o,e.style.paddingTop=0,e.style.marginTop=0})),this.adjacentElementTargetChild.style.setProperty("--nb-header-height","".concat(this.getHeight(),"px")),this.paddingTopTargets.forEach((function(n){var r="".concat(t+e.getHeight(),"px");n.style.setProperty("--nb-header-neighbour-padding-top",r),n.style.paddingTop=r}))}},{key:"onResize",value:function(){var e=window.pageYOffset;(0,d.above)("lap")&&(f.default.prototype.onResize.call(this),this.element.style.position="absolute",this.element.style.top="".concat(this.staticDistance,"px")),this.applyPaddingTopToTargets(),this.updateStickyStyles(e)}},{key:"getHeaderRows",value:function(){var e=this,t=this.element.querySelectorAll(".nb-header-row");return t?Array.from(t).map((function(t){return new h.default(t,t,e.colorsElement)})):[]}},{key:"getAdjacentElement",value:function(e){var t=e.nextElementSibling,n=[".c-menu-toggle",".c-menu-toggle__checkbox","script","style"].join(", ");return t?(0,d.matches)(t,n)?this.getAdjacentElement(t):t:this.getAdjacentElement(e.parentElement)}},{key:"findProperElement",value:function(e,t){var n=e.dataset,r=n.paletteVariation?parseInt(n.paletteVariation,10):1,o=!!n.useSourceColorAsReference,i=1!==r||o;if((0,d.matches)(e,"main, .wp-block-group.alignfull, .wp-block-query, .wp-block-post-content")&&!i)return this.findProperElement(e.firstElementChild,e);if((0,d.matches)(e,".nb-sidecar")&&1===e.children.length&&(0,d.matches)(e.firstElementChild,".nb-sidecar-area--content")){var s=e.firstElementChild.firstElementChild;if(s)return this.findProperElement(s,e)}return!(0,d.matches)(e,".alignfull")&&i&&t?t:e}},{key:"findColorsElement",value:function(e){if((0,d.hasClass)(e,"nb-sidecar")){var t=Array.from(e.children).filter((function(e){return(0,d.hasClass)(e,"nb-sidecar-area--content")}));if(t.length){var n=t[0].firstElementChild;if(n&&(0,d.hasClass)(n,"nb-sidecar"))return this.findColorsElement(n)}}if((0,d.hasClass)(e,"nb-supernova")){var r=window.getComputedStyle(e).getPropertyValue("padding-top");if(0===parseInt(r,10))return e.querySelector(".nb-supernova-item")}return e}},{key:"findPaddingTopTargets",value:function(e){if((0,d.hasClass)(e,"nb-sidecar")){return function e(t){var n=Array.from(t.children),r=n.filter((function(e){return(0,d.hasClass)(e,"nb-sidecar-area--content")})),i=[],s=n.filter((function(e){return(0,d.hasClass)(e,"nb-sidecar-area--sidebar")})),a=r.length&&r[0].firstElementChild;return a&&(0,d.hasClass)(a,"nb-sidecar")?i.push.apply(i,(0,o.default)(e(a))):i.push.apply(i,(0,o.default)(r)),[].concat(i,(0,o.default)(s))}(e)}if((0,d.hasClass)(e,"nb-supernova")){var t=e.dataset,n=e.querySelector(".nb-collection__header"),r=0!==parseInt(t.imagePadding,10),i="stacked"===t.cardLayout,s="carousel"===t.layoutStyle;if(!n&&!r&&i){var a=Array.from(e.querySelectorAll(".nb-supernova-item__inner-container"));return s?a:a.slice(0,1)}}return[e]}},{key:"toggleRowsColors",value:function(e){this.rows.forEach((function(t){t.toggleColors(e)}))}},{key:"applyStickyStyles",value:function(e,t){this.isSticky&&(0,d.above)("lap")&&(f.default.prototype.applyStickyStyles.call(this,e,t),this.toggleRowsColors(!this.shouldBeSticky))}},{key:"getIntroTimeline",value:function(){var e=this,t=gsap.timeline({paused:!0}),n=this.element.offsetHeight;return t.to(this.element,{duration:.5,opacity:1,ease:"power4.inOut"},0),t.to({height:0},{duration:.5,height:n,onUpdate:function(){var t=this.targets();Array.isArray(t)&&t.length&&(e.box=Object.assign({},e.box,{height:t[0].height}),e.onResize())},onUpdateParams:["{self}"],ease:"power4.inOut"},0),t}}]),n}(f.default);t.default=v},function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(17)),i=r(n(19)),s=r(n(22)),a=r(n(23)),l=r(n(21)),u=n(10),c=n(66),d=r(n(45)),f=r(n(56)),p=r(n(129));function h(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=(0,l.default)(e);if(t){var o=(0,l.default)(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return(0,a.default)(this,n)}}var y=function(e){(0,s.default)(n,e);var t=h(n);function n(e){var r;return(0,o.default)(this,n),(r=t.call(this)).parent=e,r.parentContainer=e.element.querySelector(".nb-header__inner-container"),r.initialize(),r.onResize(),r}return(0,i.default)(n,[{key:"initialize",value:function(){this.initializeMenuToggle(),this.createMobileHeader();var e=this.parent.rows.find((function(e){return e.element.querySelector(".site-logo")}));this.headerClasses=(0,c.getColorSetClasses)(this.parent.element).join(" "),this.colors=new f.default(this.element,null==e?void 0:e.element,this.parent.colorsElement),this.menuToggleColors=new f.default(this.menuToggle.element,null==e?void 0:e.element,this.parent.colorsElement),d.default.prototype.initialize.call(this)}},{key:"initializeMenuToggle",value:function(){var e=document.getElementById("nova-menu-toggle");this.navigationIsOpen=e.checked,this.menuToggle=new p.default(e,{onChange:this.onToggleChange.bind(this)})}},{key:"createMobileHeader",value:function(){this.element=document.createElement("div"),this.element.setAttribute("class","nb-header--mobile nb-header-background nb-header-shadow"),this.element.setAttribute("style",this.parent.element.getAttribute("style")),(0,u.addClass)(this.element,"nb-header--transparent"),this.copyElementFromParent(".c-branding"),this.copyElementFromParent(".menu-item--cart"),this.menuToggle.element.insertAdjacentElement("afterend",this.element),this.createButtonMenu()}},{key:"createButtonMenu",value:function(){var e=this,t=0;this.buttonMenu=document.createElement("ul"),(0,u.addClass)(this.buttonMenu,"menu menu--buttons");if([".menu-item--search",".menu-item--dark-mode"].forEach((function(n){var r=e.parent.element.querySelector(n);if(r){var o=r.cloneNode(!0);e.buttonMenu.appendChild(o),t+=1}})),t){var n=document.createElement("div");(0,u.addClass)(n,"wp-block-nb-navigation");var r=document.createElement("div");(0,u.addClass)(r,"nb-header__buttons-menu"),n.appendChild(this.buttonMenu),r.appendChild(n),this.parent.element.appendChild(r)}}},{key:"updateStickyStyles",value:function(){(0,u.below)("lap")&&(this.applyStickyStyles(this.element),this.applyStickyStyles(this.parent.element),this.applyStickyStyles(this.menuToggle.element),this.colors.toggleColors(!this.shouldBeSticky),this.updateToggleClasses())}},{key:"onResize",value:function(){d.default.prototype.onResize.call(this),this.update();var e=window.pageYOffset;this.updateStickyStyles(e)}},{key:"update",value:function(){this.element.style.top="".concat(this.stickyDistance,"px"),this.menuToggle.element.style.height="".concat(this.box.height,"px"),this.parentContainer.style.paddingTop="".concat(this.box.height,"px"),this.buttonMenu.style.height="".concat(this.box.height,"px")}},{key:"onToggleChange",value:function(e,t){var n=e.target.checked;document.body.style.overflow=n?"hidden":"",this.navigationIsOpen=!!n,this.updateToggleClasses()}},{key:"updateToggleClasses",value:function(){this.navigationIsOpen?((0,u.removeClass)(this.menuToggle.element,"".concat(this.menuToggleColors.transparentColorClasses," ").concat(this.menuToggleColors.initialColorClasses)),(0,u.addClass)(this.menuToggle.element,this.headerClasses)):((0,u.removeClass)(this.menuToggle.element,this.headerClasses),this.menuToggleColors.toggleColors(!this.shouldBeSticky))}},{key:"copyElementFromParent",value:function(e){var t=this.parent.element.querySelector(e),n=null==t?void 0:t.cloneNode(!0);n&&this.element.appendChild(n)}}]),n}(d.default);t.default=y},function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(17)),i=r(n(19)),s=function(){function e(t,n){(0,o.default)(this,e);var r=t.getAttribute("id"),i=document.querySelectorAll('[for="'.concat(r,'"]')),s={onChange:this.onChange};this.options=Object.assign({},s,n),this.input=t,this.element=i.length?i[0]:null,this.bindEvents()}return(0,i.default)(e,[{key:"bindEvents",value:function(){var e=this;this.input.addEventListener("change",(function(t){e.options.onChange.call(e,t,e)}))}},{key:"onChange",value:function(e,t){}},{key:"getHeight",value:function(){var e;return(null==this||null===(e=this.element)||void 0===e?void 0:e.offsetHeight)||0}}]),e}();t.default=s},function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(17)),i=r(n(22)),s=r(n(23)),a=r(n(21)),l=r(n(45)),u=r(n(56));function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=(0,a.default)(e);if(t){var o=(0,a.default)(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return(0,s.default)(this,n)}}var d=function(e){(0,i.default)(n,e);var t=c(n);function n(e){var r;return(0,o.default)(this,n),(r=t.call(this)).element=e,r.colors=new u.default(r.element),r}return n}(l.default);t.default=d},function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(17)),i=r(n(19)),s=r(n(132)),a=r(n(22)),l=r(n(23)),u=r(n(21)),c=n(10),d=r(n(45)),f=n(67);function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=(0,u.default)(e);if(t){var o=(0,u.default)(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return(0,l.default)(this,n)}}var h=function(e){(0,a.default)(n,e);var t=p(n);function n(e){var r;return(0,o.default)(this,n),(r=t.call(this)).initialize(e),r}return(0,i.default)(n,[{key:"initialize",value:function(e){var t=e.cloneNode();t.innerHTML='<div class="nb-header__inner-container"></div>';var r=t.firstChild;(0,c.removeClass)(t,"nb-header--main"),(0,c.addClass)(t,"nb-header--secondary");var o=Array.from(e.querySelectorAll(".nb-header-row")),i=o.find((function(e){return e.dataset.isSticky})),a=o.find((function(e){return e.dataset.isPrimary})),l=e.querySelector(".js-reading-bar"),d=e.querySelector(".js-reading-progress");if(!i)return!1;this.stickyRow=i,i&&r.appendChild(i.cloneNode(!0)),a&&a!==i&&r.appendChild(a.cloneNode(!0)),l&&(r.appendChild(l),d&&r.appendChild(d)),e.insertAdjacentElement("beforebegin",t),this.element=t,this.onResize(),(0,s.default)((0,u.default)(n.prototype),"initialize",this).call(this),(0,f.initializeReadingBar)(this.element)}},{key:"onResize",value:function(){(0,s.default)((0,u.default)(n.prototype),"onResize",this).call(this),this.staticDistance+=this.stickyRow.offsetTop,document.documentElement.style.setProperty("--theme-sticky-header-height","".concat(this.getHeight(),"px")),this.element.style.position="fixed",this.element.style.top="".concat(this.stickyDistance,"px")}},{key:"updateStickyStyles",value:function(){(0,c.toggleClass)(this.element,"is-visible",this.shouldBeSticky)}}]),n}(d.default);t.default=h},function(e,t,n){var r=n(133);function o(){return"undefined"!=typeof Reflect&&Reflect.get?(e.exports=o=Reflect.get,e.exports.__esModule=!0,e.exports.default=e.exports):(e.exports=o=function(e,t,n){var o=r(e,t);if(o){var i=Object.getOwnPropertyDescriptor(o,t);return i.get?i.get.call(arguments.length<3?e:n):i.value}},e.exports.__esModule=!0,e.exports.default=e.exports),o.apply(this,arguments)}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r=n(21);e.exports=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=r(e)););return e},e.exports.__esModule=!0,e.exports.default=e.exports}]);
     1!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=125)}([function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},,,,,,,,,,function(e,t){e.exports=window.novablocks.utils},,,,,,function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r=n(16);e.exports=function(e,t){if(e){if("string"==typeof e)return r(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?r(e,t):void 0}},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){function n(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,r.key,r)}}e.exports=function(e,t,r){return t&&n(e.prototype,t),r&&n(e,r),Object.defineProperty(e,"prototype",{writable:!1}),e},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){function n(t){return e.exports=n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,n(t)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){function n(t){return e.exports=n=Object.setPrototypeOf?Object.getPrototypeOf:function(e){return e.__proto__||Object.getPrototypeOf(e)},e.exports.__esModule=!0,e.exports.default=e.exports,n(t)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r=n(35);e.exports=function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&r(e,t)},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r=n(20).default,o=n(33);e.exports=function(e,t){if(t&&("object"===r(t)||"function"==typeof t))return t;if(void 0!==t)throw new TypeError("Derived constructors may only return object or undefined");return o(e)},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r=n(25),o=n(26),i=n(18),a=n(27);e.exports=function(e,t){return r(e)||o(e,t)||i(e,t)||a()},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(e){if(Array.isArray(e))return e},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,o,i=[],a=!0,s=!1;try{for(n=n.call(e);!(a=(r=n.next()).done)&&(i.push(r.value),!t||i.length!==t);a=!0);}catch(e){s=!0,o=e}finally{try{a||null==n.return||n.return()}finally{if(s)throw o}}return i}},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports},,,,,,function(e,t){e.exports=function(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e},e.exports.__esModule=!0,e.exports.default=e.exports},,function(e,t){function n(t,r){return e.exports=n=Object.setPrototypeOf||function(e,t){return e.__proto__=t,e},e.exports.__esModule=!0,e.exports.default=e.exports,n(t,r)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r=n(37),o=n(38),i=n(18),a=n(39);e.exports=function(e){return r(e)||o(e)||i(e)||a()},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r=n(16);e.exports=function(e){if(Array.isArray(e))return r(e)},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)},e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports},,,function(e,t){e.exports=window.wp.domReady},,,function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(17)),i=r(n(19)),a=n(10),s=(r(n(42)),function(){function e(){(0,o.default)(this,e),this.staticDistance=0,this.stickyDistance=0,this.isSticky=!1,this.adminBar=document.querySelector("#wpadminbar")}return(0,i.default)(e,[{key:"initialize",value:function(){(0,a.addClass)(this.element,"nb-header--ready"),(0,a.onScrollRAF)(this.maybeUpdateStickyStyles.bind(this));var e=(0,a.debounce)(this.onResize.bind(this),100);window.addEventListener("resize",e)}},{key:"onResize",value:function(){var e,t;if(this.element.style.removeProperty("position"),this.element.style.removeProperty("top"),this.box=this.element.getBoundingClientRect(),this.adminBarHeight=null!==(e=null===(t=this.adminBar)||void 0===t?void 0:t.offsetHeight)&&void 0!==e?e:0,this.adminBarFixed=!1,this.adminBar){var n=window.getComputedStyle(this.adminBar);this.adminBarFixed="fixed"===n.getPropertyValue("position")}this.staticDistance=window.pageYOffset+this.box.top,this.stickyDistance=this.adminBarFixed?this.adminBarHeight:0,document.documentElement.style.setProperty("--theme-sticky-distance","".concat(this.stickyDistance,"px"))}},{key:"getHeight",value:function(){var e;return null==this||null===(e=this.box)||void 0===e?void 0:e.height}},{key:"maybeUpdateStickyStyles",value:function(e){var t,n=e>this.staticDistance-this.stickyDistance;this.shouldBeSticky!==n&&(this.shouldBeSticky=n,null===(t=this.updateStickyStyles)||void 0===t||t.call(this))}},{key:"updateStickyStyles",value:function(e){this.applyStickyStyles(this.element,e)}},{key:"applyStickyStyles",value:function(e,t){var n=null!=e?e:this.element;(0,a.toggleClass)(e,"nb-header--sticky",this.shouldBeSticky),this.shouldBeSticky?(n.style.position="fixed",n.style.top="".concat(this.stickyDistance,"px")):(n.style.position="absolute",n.style.top="".concat(this.staticDistance,"px"))}}]),e}());t.default=s},,,,,,,,,,,function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(17)),i=r(n(19)),a=n(10),s=n(66),l=function(){function e(t,n,r){(0,o.default)(this,e),this.element=t,this.initialColorsSource=n||t,this.transparentColorsSource=r||this.getFirstUsefulBlock(),this.initializeColors()}return(0,i.default)(e,[{key:"getFirstBlock",value:function(){var e=document.querySelector(".site-main .hentry");if(!e)return null;var t=(0,a.getFirstChild)(e);if((0,a.hasClass)(t,"nb-sidecar")){var n=t.querySelector(".nb-sidecar-area--content");return n?(0,a.getFirstChild)(n):t}return null}},{key:"getFirstUsefulBlock",value:function(){var e=this.getFirstBlock();if(!e)return null;var t=e.dataset;return(0,a.hasClass)(e,"alignfull")?(0,a.hasClass)(e,"nb-supernova")&&0===parseInt(t.imagePadding,10)&&"stacked"===t.cardLayout&&!e.querySelector(".nb-collection__header")?e.querySelector(".nb-supernova-item"):e:null}},{key:"initializeColors",value:function(){this.initialColorClasses=(0,s.getColorSetClasses)(this.initialColorsSource).join(" "),this.transparentColorClasses=this.initialColorClasses,this.transparentColorsSource&&(this.transparentColorClasses=(0,s.getColorSetClasses)(this.transparentColorsSource).filter((function(e){return"sm-color-signal-0"!==e})).join(" "))}},{key:"toggleColors",value:function(e){(0,s.toggleClasses)(this.element,e?this.transparentColorClasses:this.initialColorClasses)}}]),e}();t.default=l},,,,,,,,,,function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.toggleClasses=t.getColorSetClasses=void 0;var o=r(n(36)),i=n(10);t.getColorSetClasses=function(e){var t=null==e?void 0:e.getAttribute("class");return t?t.split(/\s+/).filter((function(e){return e.includes("sm-color-signal-")||e.includes("sm-palette-")||e.includes("sm-variation-")||e.includes("sm-dark")||e.includes("sm-light")})):[]};t.toggleClasses=function(e){var t,n=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",r=["sm-palette-","sm-variation-","sm-color-signal-","sm-dark","sm-light"],a=Array.from(e.classList).filter((function(e){return r.some((function(t){return e.indexOf(t)>-1}))}));(t=e.classList).remove.apply(t,(0,o.default)(a)),(0,i.addClass)(e,n)}},function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.initializeReadingBar=void 0;var o=r(n(24)),i=n(10);t.initializeReadingBar=function(e){if((0,i.hasClass)(document.body,"single-post")){a(e);var t=e.querySelector(".nb-header-row"),n=document.querySelector(".js-reading-bar"),r=document.querySelector(".js-reading-progress");t&&n&&(n.style.display="block",t.appendChild(n)),r&&(r.style.display="block",e.appendChild(r));var l=s(),u=(0,o.default)(l,2),c=u[0],d=u[1],f=!1,p=!1;(0,i.onScrollRAF)((function(t,n){var o=(0,i.clamp)((t-c)/(d-c),0,1),a=t>n&&t>c,s=a&&o<.75,l=a&&!s;f!==s&&((0,i.toggleClass)(e,"nb-header--reading",s&&(0,i.above)("lap")),f=s),p!==l&&((0,i.toggleClass)(e,"nb-header--next",l&&(0,i.above)("lap")),p=l),r&&r.style.setProperty("--progress",o)}))}};var a=function(e){var t=document.querySelector(".js-sticky-menu-trigger");t&&t.addEventListener("click",(function(){(0,i.removeClass)(e,"nb-header--reading nb-header--next")}))},s=function(){var e=document.querySelector(".wp-block-post-title, .entry-title"),t=document.querySelector(".wp-block-post-content, .entry-content, #primary, main"),n=e?e.offsetTop+e.offsetHeight:t.offsetTop,r=t?t.offsetTop+t.offsetHeight:document.body.scrollHeight,o=document.querySelector(".article-header, .post-navigation, .novablocks-conversations"),i=Array.from(null!=o?o:[]).reduce((function(e,t){return e+t.offsetHeight}),0),a=n;return[a,Math.max(a,r-i-window.innerHeight)]}},,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,function(e,t,n){"use strict";var r=n(0);n(126);var o=n(10),i=r(n(127));(0,o.ready)((function(){Array.from(document.querySelectorAll(".nb-header")).map((function(e){return new i.default(e)}))}))},function(e,t){e.exports=window.novablocks["core/frontend"]},function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(36)),i=r(n(17)),a=r(n(19)),s=r(n(33)),l=r(n(22)),u=r(n(23)),c=r(n(21)),d=n(10),f=r(n(45)),p=r(n(128)),h=(r(n(130)),r(n(56))),y=r(n(131)),m=n(67);function g(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=(0,c.default)(e);if(t){var o=(0,c.default)(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return(0,u.default)(this,n)}}var v=function(e){(0,l.default)(n,e);var t=g(n);function n(e){var r;return(0,i.default)(this,n),r=t.call(this),e?(r.element=e,r.adjacentElement=r.getAdjacentElement(e),r.adjacentElementTargetChild=r.findProperElement(r.adjacentElement),r.colorsElement=r.findColorsElement(r.adjacentElementTargetChild),r.paddingTopTargets=r.findPaddingTopTargets(r.adjacentElementTargetChild),r.gatherPromoBars(),(0,d.addClass)(r.adjacentElementTargetChild,"nb-header-neighbour"),r.rows=r.getHeaderRows(),r.isSimple=["logo-left","logo-center"].includes(e.dataset.layout),r.isSticky=r.isSimple&&r.rows.find((function(e){return e.element.dataset.isSticky})),r.mobileHeader=new p.default((0,s.default)(r)),r.isSimple||(r.stickyHeader=new y.default(r.element)),r.isSticky&&(0,m.initializeReadingBar)(r.element),r.onResize(),r.initialize(),r.toggleRowsColors(!0),(0,d.addClass)(r.element,"nb-header--transparent"),r):(0,u.default)(r)}return(0,a.default)(n,[{key:"gatherPromoBars",value:function(){var e=this,t=document.querySelectorAll(".novablocks-announcement-bar, .nb-header");this.promoBars=[];var n=!1;t.forEach((function(t){t===e.element&&(n=!0),n||e.promoBars.push(t)}))}},{key:"updatePromoBarsHeight",value:function(){var e=0;this.promoBars.forEach((function(t){e+=t.offsetHeight})),document.body.style.setProperty("--nb-promo-bar-height","".concat(e,"px"))}},{key:"getHeight",value:function(){return(0,d.below)("lap")?this.mobileHeader.getHeight():f.default.prototype.getHeight.call(this)}},{key:"applyPaddingTopToTargets",value:function(){for(var e=this,t=0,n=[],r=this.adjacentElementTargetChild;r!==this.adjacentElement;r=r.parentNode)n.push(r);n.push(this.adjacentElement),n.forEach((function(e){e.style.paddingTop="",e.style.marginTop=""})),n.forEach((function(e){var n=window.getComputedStyle(e),r=parseInt(n.getPropertyValue("padding-top"),10),o=parseInt(n.getPropertyValue("margin-top"),10);t=t+r+o,e.style.paddingTop=0,e.style.marginTop=0})),this.adjacentElementTargetChild.style.setProperty("--nb-header-height","".concat(this.getHeight(),"px")),this.paddingTopTargets.forEach((function(n){var r="".concat(t+e.getHeight(),"px");n.style.setProperty("--nb-header-neighbour-padding-top",r),n.style.paddingTop=r}))}},{key:"onResize",value:function(){var e=window.pageYOffset;(0,d.above)("lap")&&(f.default.prototype.onResize.call(this),this.element.style.position="absolute",this.element.style.top="".concat(this.staticDistance,"px")),this.applyPaddingTopToTargets(),this.updatePromoBarsHeight(),this.updateStickyStyles(e)}},{key:"getHeaderRows",value:function(){var e=this,t=this.element.querySelectorAll(".nb-header-row");return t?Array.from(t).map((function(t){return new h.default(t,t,e.colorsElement)})):[]}},{key:"getAdjacentElement",value:function(e){var t=e.nextElementSibling,n=[".c-menu-toggle",".c-menu-toggle__checkbox","script","style"].join(", ");return t?(0,d.matches)(t,n)?this.getAdjacentElement(t):t:this.getAdjacentElement(e.parentElement)}},{key:"findProperElement",value:function(e,t){var n=e.dataset,r=n.paletteVariation?parseInt(n.paletteVariation,10):1,o=!!n.useSourceColorAsReference,i=1!==r||o;if((0,d.matches)(e,"main, .wp-block-group.alignfull, .wp-block-query, .wp-block-post-content")&&!i)return this.findProperElement(e.firstElementChild,e);if((0,d.matches)(e,".nb-sidecar")&&1===e.children.length&&(0,d.matches)(e.firstElementChild,".nb-sidecar-area--content")){var a=e.firstElementChild.firstElementChild;if(a)return this.findProperElement(a,e)}return!(0,d.matches)(e,".alignfull")&&i&&t?t:e}},{key:"findColorsElement",value:function(e){if((0,d.hasClass)(e,"nb-sidecar")){var t=Array.from(e.children).filter((function(e){return(0,d.hasClass)(e,"nb-sidecar-area--content")}));if(t.length){var n=t[0].firstElementChild;if(n&&(0,d.hasClass)(n,"nb-sidecar"))return this.findColorsElement(n)}}if((0,d.hasClass)(e,"nb-supernova")){var r=window.getComputedStyle(e).getPropertyValue("padding-top");if(0===parseInt(r,10))return e.querySelector(".nb-supernova-item")}return e}},{key:"findPaddingTopTargets",value:function(e){if((0,d.hasClass)(e,"nb-sidecar")){return function e(t){var n=Array.from(t.children),r=n.filter((function(e){return(0,d.hasClass)(e,"nb-sidecar-area--content")})),i=[],a=n.filter((function(e){return(0,d.hasClass)(e,"nb-sidecar-area--sidebar")})),s=r.length&&r[0].firstElementChild;return s&&(0,d.hasClass)(s,"nb-sidecar")?i.push.apply(i,(0,o.default)(e(s))):i.push.apply(i,(0,o.default)(r)),[].concat(i,(0,o.default)(a))}(e)}if((0,d.hasClass)(e,"nb-supernova")){var t=e.dataset,n=e.querySelector(".nb-collection__header"),r=0!==parseInt(t.imagePadding,10),i="stacked"===t.cardLayout,a="carousel"===t.layoutStyle;if(!n&&!r&&i){var s=Array.from(e.querySelectorAll(".nb-supernova-item__inner-container"));return a?s:s.slice(0,1)}}return[e]}},{key:"toggleRowsColors",value:function(e){this.rows.forEach((function(t){t.toggleColors(e)}))}},{key:"applyStickyStyles",value:function(e,t){this.isSticky&&(0,d.above)("lap")&&(f.default.prototype.applyStickyStyles.call(this,e,t),this.toggleRowsColors(!this.shouldBeSticky))}},{key:"getIntroTimeline",value:function(){var e=this,t=gsap.timeline({paused:!0}),n=this.element.offsetHeight;return t.to(this.element,{duration:.5,opacity:1,ease:"power4.inOut"},0),t.to({height:0},{duration:.5,height:n,onUpdate:function(){var t=this.targets();Array.isArray(t)&&t.length&&(e.box=Object.assign({},e.box,{height:t[0].height}),e.onResize())},onUpdateParams:["{self}"],ease:"power4.inOut"},0),t}}]),n}(f.default);t.default=v},function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(17)),i=r(n(19)),a=r(n(22)),s=r(n(23)),l=r(n(21)),u=n(10),c=n(66),d=r(n(45)),f=r(n(56)),p=r(n(129));function h(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=(0,l.default)(e);if(t){var o=(0,l.default)(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return(0,s.default)(this,n)}}var y=function(e){(0,a.default)(n,e);var t=h(n);function n(e){var r;return(0,o.default)(this,n),(r=t.call(this)).parent=e,r.parentContainer=e.element.querySelector(".nb-header__inner-container"),r.initialize(),r.onResize(),r}return(0,i.default)(n,[{key:"initialize",value:function(){this.initializeMenuToggle(),this.createMobileHeader();var e=this.parent.rows.find((function(e){return e.element.querySelector(".site-logo")}));this.headerClasses=(0,c.getColorSetClasses)(this.parent.element).join(" "),this.colors=new f.default(this.element,null==e?void 0:e.element,this.parent.colorsElement),this.menuToggleColors=new f.default(this.menuToggle.element,null==e?void 0:e.element,this.parent.colorsElement),d.default.prototype.initialize.call(this)}},{key:"initializeMenuToggle",value:function(){var e=document.getElementById("nova-menu-toggle");this.navigationIsOpen=e.checked,this.menuToggle=new p.default(e,{onChange:this.onToggleChange.bind(this)})}},{key:"createMobileHeader",value:function(){this.element=document.createElement("div"),this.element.setAttribute("class","nb-header--mobile nb-header-background nb-header-shadow"),this.element.setAttribute("style",this.parent.element.getAttribute("style")),(0,u.addClass)(this.element,"nb-header--transparent"),this.copyElementFromParent(".c-branding"),this.copyElementFromParent(".menu-item--cart"),this.menuToggle.element.insertAdjacentElement("afterend",this.element),this.createButtonMenu()}},{key:"createButtonMenu",value:function(){var e=this,t=0;this.buttonMenu=document.createElement("ul"),(0,u.addClass)(this.buttonMenu,"menu menu--buttons");if([".menu-item--search",".menu-item--dark-mode"].forEach((function(n){var r=e.parent.element.querySelector(n);if(r){var o=r.cloneNode(!0);e.buttonMenu.appendChild(o),t+=1}})),t){var n=document.createElement("div");(0,u.addClass)(n,"wp-block-nb-navigation");var r=document.createElement("div");(0,u.addClass)(r,"nb-header__buttons-menu"),n.appendChild(this.buttonMenu),r.appendChild(n),this.parent.element.appendChild(r)}}},{key:"updateStickyStyles",value:function(){(0,u.below)("lap")&&(this.applyStickyStyles(this.element),this.applyStickyStyles(this.parent.element),this.applyStickyStyles(this.menuToggle.element),this.colors.toggleColors(!this.shouldBeSticky),this.updateToggleClasses())}},{key:"onResize",value:function(){d.default.prototype.onResize.call(this),this.update();var e=window.pageYOffset;this.updateStickyStyles(e)}},{key:"update",value:function(){this.element.style.top="".concat(this.stickyDistance,"px"),this.menuToggle.element.style.height="".concat(this.box.height,"px"),this.parentContainer.style.paddingTop="".concat(this.box.height,"px"),this.buttonMenu.style.height="".concat(this.box.height,"px")}},{key:"onToggleChange",value:function(e,t){var n=e.target.checked;document.body.style.overflow=n?"hidden":"",this.navigationIsOpen=!!n,this.updateToggleClasses()}},{key:"updateToggleClasses",value:function(){this.navigationIsOpen?((0,u.removeClass)(this.menuToggle.element,"".concat(this.menuToggleColors.transparentColorClasses," ").concat(this.menuToggleColors.initialColorClasses)),(0,u.addClass)(this.menuToggle.element,this.headerClasses)):((0,u.removeClass)(this.menuToggle.element,this.headerClasses),this.menuToggleColors.toggleColors(!this.shouldBeSticky))}},{key:"copyElementFromParent",value:function(e){var t=this.parent.element.querySelector(e),n=null==t?void 0:t.cloneNode(!0);n&&this.element.appendChild(n)}}]),n}(d.default);t.default=y},function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(17)),i=r(n(19)),a=function(){function e(t,n){(0,o.default)(this,e);var r=t.getAttribute("id"),i=document.querySelectorAll('[for="'.concat(r,'"]')),a={onChange:this.onChange};this.options=Object.assign({},a,n),this.input=t,this.element=i.length?i[0]:null,this.bindEvents()}return(0,i.default)(e,[{key:"bindEvents",value:function(){var e=this;this.input.addEventListener("change",(function(t){e.options.onChange.call(e,t,e)}))}},{key:"onChange",value:function(e,t){}},{key:"getHeight",value:function(){var e;return(null==this||null===(e=this.element)||void 0===e?void 0:e.offsetHeight)||0}}]),e}();t.default=a},function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(17)),i=r(n(22)),a=r(n(23)),s=r(n(21)),l=r(n(45)),u=r(n(56));function c(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=(0,s.default)(e);if(t){var o=(0,s.default)(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return(0,a.default)(this,n)}}var d=function(e){(0,i.default)(n,e);var t=c(n);function n(e){var r;return(0,o.default)(this,n),(r=t.call(this)).element=e,r.colors=new u.default(r.element),r}return n}(l.default);t.default=d},function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(n(17)),i=r(n(19)),a=r(n(132)),s=r(n(22)),l=r(n(23)),u=r(n(21)),c=n(10),d=r(n(45)),f=n(67);function p(e){var t=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(e){return!1}}();return function(){var n,r=(0,u.default)(e);if(t){var o=(0,u.default)(this).constructor;n=Reflect.construct(r,arguments,o)}else n=r.apply(this,arguments);return(0,l.default)(this,n)}}var h=function(e){(0,s.default)(n,e);var t=p(n);function n(e){var r;return(0,o.default)(this,n),(r=t.call(this)).initialize(e),r}return(0,i.default)(n,[{key:"initialize",value:function(e){var t=e.cloneNode();t.innerHTML='<div class="nb-header__inner-container"></div>';var r=t.firstChild;(0,c.removeClass)(t,"nb-header--main"),(0,c.addClass)(t,"nb-header--secondary");var o=Array.from(e.querySelectorAll(".nb-header-row")),i=o.find((function(e){return e.dataset.isSticky})),s=o.find((function(e){return e.dataset.isPrimary}));if(!i)return!1;this.stickyRow=i,i&&r.appendChild(i.cloneNode(!0)),s&&s!==i&&r.appendChild(s.cloneNode(!0)),e.insertAdjacentElement("beforebegin",t),this.element=t,this.onResize(),(0,a.default)((0,u.default)(n.prototype),"initialize",this).call(this),(0,f.initializeReadingBar)(this.element)}},{key:"onResize",value:function(){(0,a.default)((0,u.default)(n.prototype),"onResize",this).call(this),this.staticDistance+=this.stickyRow.offsetTop,document.documentElement.style.setProperty("--theme-sticky-header-height","".concat(this.getHeight(),"px")),this.element.style.position="fixed",this.element.style.top="".concat(this.stickyDistance,"px")}},{key:"updateStickyStyles",value:function(){(0,c.toggleClass)(this.element,"is-visible",this.shouldBeSticky)}}]),n}(d.default);t.default=h},function(e,t,n){var r=n(133);function o(){return"undefined"!=typeof Reflect&&Reflect.get?(e.exports=o=Reflect.get,e.exports.__esModule=!0,e.exports.default=e.exports):(e.exports=o=function(e,t,n){var o=r(e,t);if(o){var i=Object.getOwnPropertyDescriptor(o,t);return i.get?i.get.call(arguments.length<3?e:n):i.value}},e.exports.__esModule=!0,e.exports.default=e.exports),o.apply(this,arguments)}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},function(e,t,n){var r=n(21);e.exports=function(e,t){for(;!Object.prototype.hasOwnProperty.call(e,t)&&null!==(e=r(e)););return e},e.exports.__esModule=!0,e.exports.default=e.exports}]);
  • nova-blocks/trunk/build/block-library/blocks/header/style-rtl.css

    r2719178 r2721032  
    1 @media only screen and (min-width:1024px){.c-menu-toggle,.c-menu-toggle__checkbox{display:none}}.c-menu-toggle{background:none!important;font-size:1rem;margin:0!important;position:fixed;right:0;top:0;width:auto!important;z-index:2300}@media not screen and (min-width:1024px){.c-menu-toggle{display:block!important}}.c-menu-toggle__checkbox:checked~.c-menu-toggle{--sm-current-bg-color:var(--sm-bg-color-5);--sm-current-accent-color:var(--sm-accent-color-5);--sm-current-fg1-color:var(--sm-fg1-color-5);--sm-current-fg2-color:var(--sm-fg2-color-5)}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--top{transform:rotate(-45deg)}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--middle{opacity:0}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--bottom{transform:rotate(45deg)}.c-menu-toggle__slice{transition:var(--theme-transition);transition-property:transform}.c-menu-toggle__wrap{align-items:center;cursor:pointer;display:flex;height:100%;padding:1em var(--nb-wrapper-sides-spacings,0);position:relative}.c-menu-toggle__checkbox{display:none}.c-menu-toggle__label{margin-right:0.5em}.c-menu-toggle__icon{display:block;position:relative;width:1em}.c-menu-toggle__slice{background:currentColor;display:block;height:2px;width:21px}.c-menu-toggle__slice--bottom,.c-menu-toggle__slice--top{position:absolute;right:0;top:0}.c-menu-toggle__slice--middle{width:16px}.c-menu-toggle__slice--top{transform:translate3d(0,-7px,0)}.c-menu-toggle__slice--bottom{transform:translate3d(0,7px,0)}.c-reading-progress{background-color:transparent;border:none;height:var(--theme-reading-progress-width);position:absolute;right:0;top:100%;width:100%}:is(.c-reading-progress,#specific){margin:0}.c-reading-progress:before{background-color:var(--nb-accent-color);content:"";display:block;height:100%;position:absolute;right:0;top:0;transform:scaleX(var(--progress,0));transform-origin:100% 50%;width:100%;will-change:transform}:root{--theme-reading-progress-width:3px;--theme-reading-progress-color:var(--sm-current-accent-color)}@media not screen and (min-width:1024px){.c-reading-bar,.c-reading-progress{display:none}}.c-reading-bar{--nb-block-top-spacing:0!important;height:100%;max-width:none;overflow:hidden;position:absolute;right:0;top:0;width:100%;z-index:20}.c-reading-bar>*{flex-basis:33.33333%}.c-reading-bar[class]{background:none}.c-reading-bar__layer--current .post-title__label{display:none}.c-reading-bar__layer--next,.c-reading-bar__layer-wrapper{bottom:0;left:0;position:absolute;right:0;top:0}.c-reading-bar__layer--next{overflow:hidden;transform:translateY(100%)}.c-reading-bar__layer--next>.c-reading-bar__layer-wrapper{transform:translateY(-100%)}:is(.c-reading-bar__layer--next,.c-reading-bar__layer--next>.c-reading-bar__layer-wrapper){transition:var(--nb-transition)}.nb-header--next :is(.c-reading-bar__layer--next,.c-reading-bar__layer--next>.c-reading-bar__layer-wrapper){transform:none}.c-reading-bar__layer-wrapper{align-items:center;-moz-column-gap:var(--nb-navigation-item-spacing);column-gap:var(--nb-navigation-item-spacing);display:flex;justify-content:space-between;padding:0 var(--nb-wrapper-sides-spacings)}.c-reading-bar__layer-wrapper>:not(.c-reading-bar__title){flex:0 0 auto}.c-reading-bar__title{display:flex;margin-left:auto;margin-right:auto}@-webkit-keyframes reading-bar-show-overflow{to{overflow:visible}}@keyframes reading-bar-show-overflow{to{overflow:visible}}.nb-header .nb-header__inner-container{-webkit-animation:reading-bar-show-overflow 0s linear var(--nb-transition-duration) forwards;animation:reading-bar-show-overflow 0s linear var(--nb-transition-duration) forwards;overflow:hidden}.nb-header .c-reading-bar{pointer-events:none;transform:translateY(-100%);transition:0.5s ease;transition-property:transform;will-change:transform}.nb-header:is(.nb-header--next,.nb-header--reading) .nb-header__inner-container{-webkit-animation:none;animation:none}.nb-header:is(.nb-header--next,.nb-header--reading) .c-reading-bar{pointer-events:auto;transform:translateY(0)}.nb-header:is(.nb-header--next,.nb-header--reading) .nb-header-row{pointer-events:none;transform:translateY(100%)}:is(.c-reading-bar,#specific) .wp-block-button__link{background-color:transparent;border:0;color:inherit;display:flex;padding:0}:is(.c-reading-bar,#specific) .wp-block-button__link span{margin:0;padding:0}:is(.c-reading-bar,#specific) .wp-block-button__link svg{display:none}:is(.c-reading-bar,#specific) .wp-block-button__link:before{background-color:transparent}:is(.c-reading-bar,#specific) .wp-block-buttons{margin-top:0}.c-reading-bar .post-title__label[class]{margin-bottom:0}.c-reading-bar .post-title__post-name{margin-right:5px}.nb-header--mobile{--shadow-color:rgba(0,0,0,.25);--shadow-y-offset:4px;--shadow-blur:4px;align-items:center;display:flex;justify-content:center;min-height:60px;padding:var(--theme-spacing-fluid-smaller) var(--theme-wrapper-sides-spacing);width:100%;z-index:2000}.nb-header--mobile:not([style*=fixed])[class]{--header-background-opacity:0}.nb-header--mobile .menu-item--cart{display:flex;left:calc(var(--theme-wrapper-sides-spacing));position:absolute;top:50%;transform:translateY(-50%)}.nb-header--mobile .menu-item--cart>a{color:currentColor;transition:color .3s ease}.nb-header--mobile .menu-item--cart .menu-item__label{display:none}@media only screen and (min-width:1024px){.nb-header__inner-container{padding-top:0!important}.nb-header--mobile{display:none}}@media not screen and (min-width:1024px){.nb-header--main{margin-top:0!important}.nb-header--main:before{--header-background-opacity:0.97}.nb-header--main :is(.nb-header-row--logo,.c-branding){display:none!important}.nb-header--main .menu:not(.menu--buttons) .menu-item--cart,.nb-header--main .menu:not(.menu--buttons) .menu-item--dark-mode,.nb-header--main .menu:not(.menu--buttons) .menu-item--search{display:none!important}.nb-navigation .sub-menu{margin-left:calc(var(--theme-wrapper-sides-spacing)*-1);margin-right:calc(var(--theme-wrapper-sides-spacing)*-1)}.nb-navigation .sub-menu>li{padding-left:var(--theme-wrapper-sides-spacing);padding-right:var(--theme-wrapper-sides-spacing)}.nb-navigation>ul>li[class*=current]{color:var(--nb-fg1-color)}.c-menu-toggle__checkbox:checked~.nb-header .nb-header__buttons-menu,.c-menu-toggle__checkbox:checked~.nb-header .nb-header__inner-container{opacity:1;transition:opacity .3s ease .3s}.c-menu-toggle__checkbox:not(:checked)~.nb-header .nb-header__buttons-menu,.c-menu-toggle__checkbox:not(:checked)~.nb-header .nb-header__inner-container{opacity:0;transition:opacity .2s ease 0s}}.nb-header__buttons-menu{left:0;padding-left:var(--nb-wrapper-sides-spacings);padding-right:var(--nb-wrapper-sides-spacings);position:absolute;top:0}.nb-header__buttons-menu .menu{align-items:center;display:flex}@media only screen and (min-width:1024px){.nb-header__buttons-menu[class]{display:none}}.nb-header__buttons-menu a{color:inherit;display:block}.nb-header__buttons-menu .menu--buttons{list-style:none}.nb-header__buttons-menu .menu--buttons li{position:relative}.nb-header__buttons-menu .menu--buttons li[class][class]{margin-top:0}.nb-header__buttons-menu .menu--buttons li:not(:first-child){margin-right:1em}.nb-header--secondary{opacity:0;pointer-events:none;transition:opacity .15s ease-in;width:100%;z-index:2200}.nb-header--secondary.is-visible{opacity:1;pointer-events:auto}.nb-header--secondary:after{opacity:0.1}.nb-header--secondary>.nb-header__inner-container:not(:only-child):last-child{opacity:0;pointer-events:none;position:absolute;transition:transform 0.2s ease 0s,opacity 0.1s ease 0.1s;width:100%;z-index:-1}.nb-header--secondary:hover>.nb-header__inner-container:not(:only-child):last-child{opacity:1;pointer-events:auto}@media not screen and (min-width:1024px){.nb-header--secondary{display:none!important}}.nb-header--secondary .nb-header-row[data-is-primary]:not([data-is-sticky]){display:none}.nb-header--secondary:not(.nb-header--reading):not(.nb-header--next):hover .nb-header-row[data-is-primary]{display:block}:root{--icons-size-multiplier:1.3;--icons-horizontal-spacing-reducer:2}@property --nb-header-vertical-spacing-multiplier{syntax:"<number>";initial-value:1;inherits:false}.nb-header[class]{--nb-navigation-item-spacing:calc(var(--nb-navigation-item-spacing-setting)*var(--nb-spacing)*2/100);width:100%}.nb-header[class] .nb-header-row{--nb-wrapper-sides-spacings:calc(var(--nb-spacing)*var(--nb-header-sides-spacing-setting, 50)*2/100);padding-bottom:calc(var(--nb-emphasis-bottom-spacing)*var(--nb-current-spacing)*var(--nb-header-vertical-spacing-multiplier));padding-top:calc(var(--nb-emphasis-top-spacing)*var(--nb-current-spacing)*var(--nb-header-vertical-spacing-multiplier))}@media only screen and (min-width:1024px){.nb-header[class] :is(.nb-header-row,#specific){transition:--nb-header-vertical-spacing-multiplier .15s ease-out,transform .5s ease}.nb-header[class]:is(.nb-header--sticky,.nb-header--secondary) .nb-header-row{--nb-header-vertical-spacing-multiplier:var(--nb-sticky-header-spacing-multiplier,1)}}@media only screen and (min-width:1024px){.nb-header--transparent{--header-background-opacity:0}.nb-header--transparent.nb-header--sticky .nb-header-row{--header-background-opacity:0.95}}:is(.nb-header,.nb-header--mobile,#more.specific){--nb-block-top-spacing:0}@media only screen and (min-width:1024px){.nb-header--mobile{display:none}}.nb-header--mobile.nb-header--scrolled{color:var(--sm-current-fg2-color,var(--nb-fg2-color))}@media not screen and (min-width:1024px){.nb-header__inner-container{display:flex;flex-direction:column}.nb-header__inner-container>.nb-header-row--primary{order:-1}}@media only screen and (min-width:1024px){.nb-header--main{left:0;right:0;top:0;transition:var(--theme-transition);transition-property:opacity;z-index:2001}.nb-header__inner-container{width:100%}}@media not screen and (min-width:1024px){.nb-header--main[class]{--sm-current-bg-color:var(--sm-bg-color-5);--sm-current-accent-color:var(--sm-accent-color-5);--sm-current-fg1-color:var(--sm-fg1-color-5);--sm-current-fg2-color:var(--sm-fg2-color-5)}.nb-header--main[class].nb-header-background:before{position:fixed}.nb-header{display:none;overflow-y:auto;right:0;z-index:2100}.c-menu-toggle__checkbox~.nb-header{display:block}.c-menu-toggle__checkbox:not(:checked)~.nb-header,.c-menu-toggle__checkbox:not(:checked)~.nb-header:before{right:-100%}}@media not screen and (min-width:1024px){.nb-header,.nb-header:before{transition:right 0.4s cubic-bezier(0.4,0,0.2,1)}.c-menu-toggle__slice{transition:transform 0.3s ease}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--top{transform:rotate(-45deg)}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--middle{opacity:0}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--bottom{transform:rotate(45deg)}}:where(.nb-header-background){background:none!important;position:relative}:where(.nb-header-background):before{background-color:var(--sm-current-bg-color,var(--nb-bg-color));content:"";height:100%;opacity:var(--header-background-opacity,1);position:absolute;right:0;top:0;transition:var(--nb-transition);transition-property:opacity;width:100%}:where(.nb-header-shadow){--header-shadow-opacity:0}:where(.nb-header-shadow).nb-header--mobile[style*=fixed]{--header-shadow-opacity:0.1}:where(.nb-header-shadow):after{box-shadow:var(--shadow-color,#000) 0 var(--shadow-y-offset,0.0625em) var(--shadow-blur,0.125em);content:"";display:block;height:100%;opacity:var(--header-shadow-opacity,0);pointer-events:none;position:absolute;right:0;top:0;transition:var(--nb-transition);transition-property:opacity;width:100%;z-index:-1}.nb-header:not(.nb-header--ready){--header-background-opacity:0;opacity:0}.nb-header--mobile.nb-header--transparent{--header-background-opacity:0}.nb-header--mobile.nb-header--transparent.nb-header--sticky{--header-background-opacity:0.95}.menu-item-label{--font-size-modifier:0.7;background-blend-mode:hue;background-color:var(--sm-current-accent-color);background-image:linear-gradient(270deg,rgba(0,0,0,.8),hsla(0,0%,100%,.6),rgba(0,0,0,.3));border:none;border-radius:1em;color:#fff;font-weight:700;letter-spacing:0.03em;margin-right:var(--navigation-item-sub-elements-spacing);padding:.21em .6em 0.23em;text-transform:uppercase;vertical-align:middle}.nb-header-neighbour.nb-supernova--card-layout-stacked.nb-supernova--1-columns.alignfull .nb-supernova-item__media-wrapper:after{background-image:linear-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.03) calc(var(--nb-header-height, 0px)*2),transparent 100%);content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:1}
     1@media only screen and (min-width:1024px){.c-menu-toggle,.c-menu-toggle__checkbox{display:none}}.c-menu-toggle{background:none!important;font-size:1rem;margin:0!important;position:fixed;right:0;top:0;width:auto!important;z-index:2300}@media not screen and (min-width:1024px){.c-menu-toggle{display:block!important}}.c-menu-toggle__checkbox:checked~.c-menu-toggle{--sm-current-bg-color:var(--sm-bg-color-5);--sm-current-accent-color:var(--sm-accent-color-5);--sm-current-fg1-color:var(--sm-fg1-color-5);--sm-current-fg2-color:var(--sm-fg2-color-5)}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--top{transform:rotate(-45deg)}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--middle{opacity:0}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--bottom{transform:rotate(45deg)}.c-menu-toggle__slice{transition:var(--theme-transition);transition-property:transform}.c-menu-toggle__wrap{align-items:center;cursor:pointer;display:flex;height:100%;padding:1em var(--nb-wrapper-sides-spacings,0);position:relative}.c-menu-toggle__checkbox{display:none}.c-menu-toggle__label{margin-right:0.5em}.c-menu-toggle__icon{display:block;position:relative;width:1em}.c-menu-toggle__slice{background:currentColor;display:block;height:2px;width:21px}.c-menu-toggle__slice--bottom,.c-menu-toggle__slice--top{position:absolute;right:0;top:0}.c-menu-toggle__slice--middle{width:16px}.c-menu-toggle__slice--top{transform:translate3d(0,-7px,0)}.c-menu-toggle__slice--bottom{transform:translate3d(0,7px,0)}.c-reading-bar__progress{background-color:transparent;border:none;height:var(--theme-reading-progress-width);position:absolute;right:0;top:100%;width:100%}:is(.c-reading-bar__progress,#specific){margin:0}.c-reading-bar__progress:before{background-color:var(--nb-accent-color);content:"";display:block;height:100%;position:absolute;right:0;top:0;transform:scaleX(var(--progress,0));transform-origin:100% 50%;width:100%;will-change:transform}:root{--theme-reading-progress-width:3px;--theme-reading-progress-color:var(--sm-current-accent-color)}.c-reading-bar,.c-reading-bar__progress{display:none}@media not screen and (min-width:1024px){.c-reading-bar,.c-reading-bar__progress{display:none!important}}.c-reading-bar{--nb-block-top-spacing:0!important;height:100%;max-width:none;overflow:hidden;position:absolute;right:0;top:0;width:100%;z-index:20}.c-reading-bar>*{flex-basis:33.33333%}.c-reading-bar[class]{background:none}.c-reading-bar__layer--current .post-title__label{display:none}.c-reading-bar__layer--next,.c-reading-bar__layer-wrapper{bottom:0;left:0;position:absolute;right:0;top:0}.c-reading-bar__layer--next{overflow:hidden;transform:translateY(100%)}.c-reading-bar__layer--next>.c-reading-bar__layer-wrapper{transform:translateY(-100%)}:is(.c-reading-bar__layer--next,.c-reading-bar__layer--next>.c-reading-bar__layer-wrapper){transition:var(--nb-transition)}.nb-header--next :is(.c-reading-bar__layer--next,.c-reading-bar__layer--next>.c-reading-bar__layer-wrapper){transform:none}.c-reading-bar__layer-wrapper{align-items:center;-moz-column-gap:var(--nb-navigation-item-spacing);column-gap:var(--nb-navigation-item-spacing);display:flex;justify-content:space-between;padding:0 var(--nb-wrapper-sides-spacings)}.c-reading-bar__layer-wrapper>:not(.c-reading-bar__title){flex:0 0 auto}.c-reading-bar__title{display:flex;margin-left:auto;margin-right:auto}@-webkit-keyframes reading-bar-show-overflow{to{overflow:visible}}@keyframes reading-bar-show-overflow{to{overflow:visible}}.nb-header .nb-header-row{-webkit-animation:reading-bar-show-overflow 0s linear var(--nb-transition-duration) forwards;animation:reading-bar-show-overflow 0s linear var(--nb-transition-duration) forwards;overflow:hidden}.nb-header .c-reading-bar{pointer-events:none}.nb-header .c-reading-bar__container{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;transform:translateY(-100%)}.nb-header .c-reading-bar__container,.nb-header .nb-header-row__inner-container{transition:transform 0.5s ease;will-change:transform}.nb-header:is(.nb-header--next,.nb-header--reading) .nb-header-row{-webkit-animation:none;animation:none}.nb-header:is(.nb-header--next,.nb-header--reading) .c-reading-bar{pointer-events:auto}.nb-header:is(.nb-header--next,.nb-header--reading) .c-reading-bar__container{transform:translateY(0)}.nb-header:is(.nb-header--next,.nb-header--reading) .nb-header-row .nb-header-row__inner-container{pointer-events:none;transform:translateY(100%)}:is(.c-reading-bar,#specific) .wp-block-button__link{background-color:transparent;border:0;color:inherit;display:flex;padding:0}:is(.c-reading-bar,#specific) .wp-block-button__link span{margin:0;padding:0}:is(.c-reading-bar,#specific) .wp-block-button__link svg{display:none}:is(.c-reading-bar,#specific) .wp-block-button__link:before{background-color:transparent}:is(.c-reading-bar,#specific) .wp-block-buttons{margin-top:0}.c-reading-bar .post-title__label[class]{margin-bottom:0}.c-reading-bar .post-title__post-name{margin-right:5px}.nb-header--mobile{--shadow-color:rgba(0,0,0,.25);--shadow-y-offset:4px;--shadow-blur:4px;align-items:center;display:flex;justify-content:center;min-height:60px;padding:var(--theme-spacing-fluid-smaller) var(--theme-wrapper-sides-spacing);width:100%;z-index:2000}.nb-header--mobile:not([style*=fixed])[class]{--header-background-opacity:0}.nb-header--mobile .menu-item--cart{display:flex;left:calc(var(--theme-wrapper-sides-spacing));position:absolute;top:50%;transform:translateY(-50%)}.nb-header--mobile .menu-item--cart>a{color:currentColor;transition:color .3s ease}.nb-header--mobile .menu-item--cart .menu-item__label{display:none}@media only screen and (min-width:1024px){.nb-header__inner-container{padding-top:0!important}.nb-header--mobile{display:none}}@media not screen and (min-width:1024px){.nb-header--main{margin-top:0!important}.nb-header--main:before{--header-background-opacity:0.97}.nb-header--main :is(.nb-header-row--logo,.c-branding){display:none!important}.nb-header--main .menu:not(.menu--buttons) .menu-item--cart,.nb-header--main .menu:not(.menu--buttons) .menu-item--dark-mode,.nb-header--main .menu:not(.menu--buttons) .menu-item--search{display:none!important}.nb-navigation .sub-menu{margin-left:calc(var(--theme-wrapper-sides-spacing)*-1);margin-right:calc(var(--theme-wrapper-sides-spacing)*-1)}.nb-navigation .sub-menu>li{padding-left:var(--theme-wrapper-sides-spacing);padding-right:var(--theme-wrapper-sides-spacing)}.nb-navigation>ul>li[class*=current]{color:var(--nb-fg1-color)}.c-menu-toggle__checkbox:checked~.nb-header .nb-header__buttons-menu,.c-menu-toggle__checkbox:checked~.nb-header .nb-header__inner-container{opacity:1;transition:opacity .3s ease .3s}.c-menu-toggle__checkbox:not(:checked)~.nb-header .nb-header__buttons-menu,.c-menu-toggle__checkbox:not(:checked)~.nb-header .nb-header__inner-container{opacity:0;transition:opacity .2s ease 0s}}.nb-header__buttons-menu{left:0;padding-left:var(--nb-wrapper-sides-spacings);padding-right:var(--nb-wrapper-sides-spacings);position:absolute;top:0}.nb-header__buttons-menu .menu{align-items:center;display:flex}@media only screen and (min-width:1024px){.nb-header__buttons-menu[class]{display:none}}.nb-header__buttons-menu a{color:inherit;display:block}.nb-header__buttons-menu .menu--buttons{list-style:none}.nb-header__buttons-menu .menu--buttons li{position:relative}.nb-header__buttons-menu .menu--buttons li[class][class]{margin-top:0}.nb-header__buttons-menu .menu--buttons li:not(:first-child){margin-right:1em}.nb-header--secondary{opacity:0;pointer-events:none;transition:opacity .15s ease-in;width:100%;z-index:2200}.nb-header--secondary.is-visible{opacity:1;pointer-events:auto}.nb-header--secondary:after{opacity:0.1}.nb-header--secondary>.nb-header__inner-container:not(:only-child):last-child{opacity:0;pointer-events:none;position:absolute;transition:transform 0.2s ease 0s,opacity 0.1s ease 0.1s;width:100%;z-index:-1}.nb-header--secondary:hover>.nb-header__inner-container:not(:only-child):last-child{opacity:1;pointer-events:auto}@media not screen and (min-width:1024px){.nb-header--secondary{display:none!important}}.nb-header--secondary .nb-header-row[data-is-primary]:not([data-is-sticky]){display:none}.nb-header--secondary:not(.nb-header--reading):not(.nb-header--next):hover .nb-header-row[data-is-primary]{display:block}:root{--icons-size-multiplier:1.3;--icons-horizontal-spacing-reducer:2}@property --nb-header-vertical-spacing-multiplier{syntax:"<number>";initial-value:1;inherits:true}:is(.nb-header-row,.specificity.x2.x3){padding-bottom:0;padding-top:0}:is(.nb-header-row,.specificity.x2.x3) .nb-header-row__inner-container>.wp-block{--nb-wrapper-sides-spacings:calc(var(--nb-spacing)*var(--nb-header-sides-spacing-setting, 50)*2/100);padding-bottom:calc(var(--nb-emphasis-bottom-spacing)*var(--nb-current-spacing)*var(--nb-header-vertical-spacing-multiplier));padding-top:calc(var(--nb-emphasis-top-spacing)*var(--nb-current-spacing)*var(--nb-header-vertical-spacing-multiplier))}.nb-header[class]{--nb-navigation-item-spacing:calc(var(--nb-navigation-item-spacing-setting)*var(--nb-spacing)*2/100);width:100%}@media only screen and (min-width:1024px){.nb-header[class] :is(.nb-header-row,#specific){transition:--nb-header-vertical-spacing-multiplier .15s ease-out,transform .5s ease}.nb-header[class]:is(.nb-header--sticky,.nb-header--secondary) .nb-header-row{--nb-header-vertical-spacing-multiplier:var(--nb-sticky-header-spacing-multiplier,1)}}@media only screen and (min-width:1024px){.nb-header--transparent{--header-background-opacity:0}.nb-header--transparent.nb-header--sticky .nb-header-row{--header-background-opacity:0.95}}:is(.nb-header,.nb-header--mobile,#more.specific){--nb-block-top-spacing:0}@media only screen and (min-width:1024px){.nb-header--mobile{display:none}}.nb-header--mobile.nb-header--scrolled{color:var(--sm-current-fg2-color,var(--nb-fg2-color))}@media not screen and (min-width:1024px){.nb-header__inner-container{display:flex;flex-direction:column}.nb-header__inner-container>.nb-header-row--primary{order:-1}}@media only screen and (min-width:1024px){.nb-header--main{left:0;right:0;top:0;transition:var(--theme-transition);transition-property:opacity;z-index:2001}.nb-header__inner-container{width:100%}}@media not screen and (min-width:1024px){.nb-header--main[class]{--sm-current-bg-color:var(--sm-bg-color-5);--sm-current-accent-color:var(--sm-accent-color-5);--sm-current-fg1-color:var(--sm-fg1-color-5);--sm-current-fg2-color:var(--sm-fg2-color-5)}.nb-header--main[class].nb-header-background:before{position:fixed}.nb-header{display:none;overflow-y:auto;right:0;z-index:2100}.c-menu-toggle__checkbox~.nb-header{display:block}.c-menu-toggle__checkbox:not(:checked)~.nb-header,.c-menu-toggle__checkbox:not(:checked)~.nb-header:before{right:-100%}}@media not screen and (min-width:1024px){.nb-header,.nb-header:before{transition:right 0.4s cubic-bezier(0.4,0,0.2,1)}.c-menu-toggle__slice{transition:transform 0.3s ease}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--top{transform:rotate(-45deg)}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--middle{opacity:0}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--bottom{transform:rotate(45deg)}}:where(.nb-header-background){background:none!important;position:relative}:where(.nb-header-background):before{background-color:var(--sm-current-bg-color,var(--nb-bg-color));content:"";height:100%;opacity:var(--header-background-opacity,1);position:absolute;right:0;top:0;transition:var(--nb-transition);transition-property:opacity;width:100%}:where(.nb-header-shadow){--header-shadow-opacity:0}:where(.nb-header-shadow).nb-header--sticky{--header-shadow-opacity:0.1}:where(.nb-header-shadow):after{box-shadow:var(--shadow-color,#000) 0 var(--shadow-y-offset,0.0625em) var(--shadow-blur,0.125em);content:"";display:block;height:100%;opacity:var(--header-shadow-opacity,0);pointer-events:none;position:absolute;right:0;top:0;transition:var(--nb-transition);transition-property:opacity;width:100%;z-index:-1}.nb-header:not(.nb-header--ready){--header-background-opacity:0;opacity:0}.nb-header--mobile.nb-header--transparent{--header-background-opacity:0}.nb-header--mobile.nb-header--transparent.nb-header--sticky{--header-background-opacity:0.95}.menu-item-label{--font-size-modifier:0.7;background-blend-mode:hue;background-color:var(--sm-current-accent-color);background-image:linear-gradient(270deg,rgba(0,0,0,.8),hsla(0,0%,100%,.6),rgba(0,0,0,.3));border:none;border-radius:1em;color:#fff;font-weight:700;letter-spacing:0.03em;margin-right:var(--navigation-item-sub-elements-spacing);padding:.21em .6em 0.23em;text-transform:uppercase;vertical-align:middle}.nb-header-neighbour.nb-supernova--card-layout-stacked.nb-supernova--1-columns.alignfull .nb-supernova-item__media-wrapper:after{background-image:linear-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.03) calc(var(--nb-header-height, 0px)*2),transparent 100%);content:"";height:100%;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:1}
  • nova-blocks/trunk/build/block-library/blocks/header/style.css

    r2719178 r2721032  
    1 @media only screen and (min-width:1024px){.c-menu-toggle,.c-menu-toggle__checkbox{display:none}}.c-menu-toggle{background:none!important;font-size:1rem;left:0;margin:0!important;position:fixed;top:0;width:auto!important;z-index:2300}@media not screen and (min-width:1024px){.c-menu-toggle{display:block!important}}.c-menu-toggle__checkbox:checked~.c-menu-toggle{--sm-current-bg-color:var(--sm-bg-color-5);--sm-current-accent-color:var(--sm-accent-color-5);--sm-current-fg1-color:var(--sm-fg1-color-5);--sm-current-fg2-color:var(--sm-fg2-color-5)}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--top{transform:rotate(45deg)}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--middle{opacity:0}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--bottom{transform:rotate(-45deg)}.c-menu-toggle__slice{transition:var(--theme-transition);transition-property:transform}.c-menu-toggle__wrap{align-items:center;cursor:pointer;display:flex;height:100%;padding:1em var(--nb-wrapper-sides-spacings,0);position:relative}.c-menu-toggle__checkbox{display:none}.c-menu-toggle__label{margin-left:0.5em}.c-menu-toggle__icon{display:block;position:relative;width:1em}.c-menu-toggle__slice{background:currentColor;display:block;height:2px;width:21px}.c-menu-toggle__slice--bottom,.c-menu-toggle__slice--top{left:0;position:absolute;top:0}.c-menu-toggle__slice--middle{width:16px}.c-menu-toggle__slice--top{transform:translate3d(0,-7px,0)}.c-menu-toggle__slice--bottom{transform:translate3d(0,7px,0)}.c-reading-progress{background-color:transparent;border:none;height:var(--theme-reading-progress-width);left:0;position:absolute;top:100%;width:100%}:is(.c-reading-progress,#specific){margin:0}.c-reading-progress:before{background-color:var(--nb-accent-color);content:"";display:block;height:100%;left:0;position:absolute;top:0;transform:scaleX(var(--progress,0));transform-origin:0 50%;width:100%;will-change:transform}:root{--theme-reading-progress-width:3px;--theme-reading-progress-color:var(--sm-current-accent-color)}@media not screen and (min-width:1024px){.c-reading-bar,.c-reading-progress{display:none}}.c-reading-bar{--nb-block-top-spacing:0!important;height:100%;left:0;max-width:none;overflow:hidden;position:absolute;top:0;width:100%;z-index:20}.c-reading-bar>*{flex-basis:33.33333%}.c-reading-bar[class]{background:none}.c-reading-bar__layer--current .post-title__label{display:none}.c-reading-bar__layer--next,.c-reading-bar__layer-wrapper{bottom:0;left:0;position:absolute;right:0;top:0}.c-reading-bar__layer--next{overflow:hidden;transform:translateY(100%)}.c-reading-bar__layer--next>.c-reading-bar__layer-wrapper{transform:translateY(-100%)}:is(.c-reading-bar__layer--next,.c-reading-bar__layer--next>.c-reading-bar__layer-wrapper){transition:var(--nb-transition)}.nb-header--next :is(.c-reading-bar__layer--next,.c-reading-bar__layer--next>.c-reading-bar__layer-wrapper){transform:none}.c-reading-bar__layer-wrapper{align-items:center;-moz-column-gap:var(--nb-navigation-item-spacing);column-gap:var(--nb-navigation-item-spacing);display:flex;justify-content:space-between;padding:0 var(--nb-wrapper-sides-spacings)}.c-reading-bar__layer-wrapper>:not(.c-reading-bar__title){flex:0 0 auto}.c-reading-bar__title{display:flex;margin-left:auto;margin-right:auto}@-webkit-keyframes reading-bar-show-overflow{to{overflow:visible}}@keyframes reading-bar-show-overflow{to{overflow:visible}}.nb-header .nb-header__inner-container{-webkit-animation:reading-bar-show-overflow 0s linear var(--nb-transition-duration) forwards;animation:reading-bar-show-overflow 0s linear var(--nb-transition-duration) forwards;overflow:hidden}.nb-header .c-reading-bar{pointer-events:none;transform:translateY(-100%);transition:0.5s ease;transition-property:transform;will-change:transform}.nb-header:is(.nb-header--next,.nb-header--reading) .nb-header__inner-container{-webkit-animation:none;animation:none}.nb-header:is(.nb-header--next,.nb-header--reading) .c-reading-bar{pointer-events:auto;transform:translateY(0)}.nb-header:is(.nb-header--next,.nb-header--reading) .nb-header-row{pointer-events:none;transform:translateY(100%)}:is(.c-reading-bar,#specific) .wp-block-button__link{background-color:transparent;border:0;color:inherit;display:flex;padding:0}:is(.c-reading-bar,#specific) .wp-block-button__link span{margin:0;padding:0}:is(.c-reading-bar,#specific) .wp-block-button__link svg{display:none}:is(.c-reading-bar,#specific) .wp-block-button__link:before{background-color:transparent}:is(.c-reading-bar,#specific) .wp-block-buttons{margin-top:0}.c-reading-bar .post-title__label[class]{margin-bottom:0}.c-reading-bar .post-title__post-name{margin-left:5px}.nb-header--mobile{--shadow-color:rgba(0,0,0,.25);--shadow-y-offset:4px;--shadow-blur:4px;align-items:center;display:flex;justify-content:center;min-height:60px;padding:var(--theme-spacing-fluid-smaller) var(--theme-wrapper-sides-spacing);width:100%;z-index:2000}.nb-header--mobile:not([style*=fixed])[class]{--header-background-opacity:0}.nb-header--mobile .menu-item--cart{display:flex;position:absolute;right:calc(var(--theme-wrapper-sides-spacing));top:50%;transform:translateY(-50%)}.nb-header--mobile .menu-item--cart>a{color:currentColor;transition:color .3s ease}.nb-header--mobile .menu-item--cart .menu-item__label{display:none}@media only screen and (min-width:1024px){.nb-header__inner-container{padding-top:0!important}.nb-header--mobile{display:none}}@media not screen and (min-width:1024px){.nb-header--main{margin-top:0!important}.nb-header--main:before{--header-background-opacity:0.97}.nb-header--main :is(.nb-header-row--logo,.c-branding){display:none!important}.nb-header--main .menu:not(.menu--buttons) .menu-item--cart,.nb-header--main .menu:not(.menu--buttons) .menu-item--dark-mode,.nb-header--main .menu:not(.menu--buttons) .menu-item--search{display:none!important}.nb-navigation .sub-menu{margin-left:calc(var(--theme-wrapper-sides-spacing)*-1);margin-right:calc(var(--theme-wrapper-sides-spacing)*-1)}.nb-navigation .sub-menu>li{padding-left:var(--theme-wrapper-sides-spacing);padding-right:var(--theme-wrapper-sides-spacing)}.nb-navigation>ul>li[class*=current]{color:var(--nb-fg1-color)}.c-menu-toggle__checkbox:checked~.nb-header .nb-header__buttons-menu,.c-menu-toggle__checkbox:checked~.nb-header .nb-header__inner-container{opacity:1;transition:opacity .3s ease .3s}.c-menu-toggle__checkbox:not(:checked)~.nb-header .nb-header__buttons-menu,.c-menu-toggle__checkbox:not(:checked)~.nb-header .nb-header__inner-container{opacity:0;transition:opacity .2s ease 0s}}.nb-header__buttons-menu{padding-left:var(--nb-wrapper-sides-spacings);padding-right:var(--nb-wrapper-sides-spacings);position:absolute;right:0;top:0}.nb-header__buttons-menu .menu{align-items:center;display:flex}@media only screen and (min-width:1024px){.nb-header__buttons-menu[class]{display:none}}.nb-header__buttons-menu a{color:inherit;display:block}.nb-header__buttons-menu .menu--buttons{list-style:none}.nb-header__buttons-menu .menu--buttons li{position:relative}.nb-header__buttons-menu .menu--buttons li[class][class]{margin-top:0}.nb-header__buttons-menu .menu--buttons li:not(:first-child){margin-left:1em}.nb-header--secondary{opacity:0;pointer-events:none;transition:opacity .15s ease-in;width:100%;z-index:2200}.nb-header--secondary.is-visible{opacity:1;pointer-events:auto}.nb-header--secondary:after{opacity:0.1}.nb-header--secondary>.nb-header__inner-container:not(:only-child):last-child{opacity:0;pointer-events:none;position:absolute;transition:transform 0.2s ease 0s,opacity 0.1s ease 0.1s;width:100%;z-index:-1}.nb-header--secondary:hover>.nb-header__inner-container:not(:only-child):last-child{opacity:1;pointer-events:auto}@media not screen and (min-width:1024px){.nb-header--secondary{display:none!important}}.nb-header--secondary .nb-header-row[data-is-primary]:not([data-is-sticky]){display:none}.nb-header--secondary:not(.nb-header--reading):not(.nb-header--next):hover .nb-header-row[data-is-primary]{display:block}:root{--icons-size-multiplier:1.3;--icons-horizontal-spacing-reducer:2}@property --nb-header-vertical-spacing-multiplier{syntax:"<number>";initial-value:1;inherits:false}.nb-header[class]{--nb-navigation-item-spacing:calc(var(--nb-navigation-item-spacing-setting)*var(--nb-spacing)*2/100);width:100%}.nb-header[class] .nb-header-row{--nb-wrapper-sides-spacings:calc(var(--nb-spacing)*var(--nb-header-sides-spacing-setting, 50)*2/100);padding-bottom:calc(var(--nb-emphasis-bottom-spacing)*var(--nb-current-spacing)*var(--nb-header-vertical-spacing-multiplier));padding-top:calc(var(--nb-emphasis-top-spacing)*var(--nb-current-spacing)*var(--nb-header-vertical-spacing-multiplier))}@media only screen and (min-width:1024px){.nb-header[class] :is(.nb-header-row,#specific){transition:--nb-header-vertical-spacing-multiplier .15s ease-out,transform .5s ease}.nb-header[class]:is(.nb-header--sticky,.nb-header--secondary) .nb-header-row{--nb-header-vertical-spacing-multiplier:var(--nb-sticky-header-spacing-multiplier,1)}}@media only screen and (min-width:1024px){.nb-header--transparent{--header-background-opacity:0}.nb-header--transparent.nb-header--sticky .nb-header-row{--header-background-opacity:0.95}}:is(.nb-header,.nb-header--mobile,#more.specific){--nb-block-top-spacing:0}@media only screen and (min-width:1024px){.nb-header--mobile{display:none}}.nb-header--mobile.nb-header--scrolled{color:var(--sm-current-fg2-color,var(--nb-fg2-color))}@media not screen and (min-width:1024px){.nb-header__inner-container{display:flex;flex-direction:column}.nb-header__inner-container>.nb-header-row--primary{order:-1}}@media only screen and (min-width:1024px){.nb-header--main{left:0;right:0;top:0;transition:var(--theme-transition);transition-property:opacity;z-index:2001}.nb-header__inner-container{width:100%}}@media not screen and (min-width:1024px){.nb-header--main[class]{--sm-current-bg-color:var(--sm-bg-color-5);--sm-current-accent-color:var(--sm-accent-color-5);--sm-current-fg1-color:var(--sm-fg1-color-5);--sm-current-fg2-color:var(--sm-fg2-color-5)}.nb-header--main[class].nb-header-background:before{position:fixed}.nb-header{display:none;left:0;overflow-y:auto;z-index:2100}.c-menu-toggle__checkbox~.nb-header{display:block}.c-menu-toggle__checkbox:not(:checked)~.nb-header,.c-menu-toggle__checkbox:not(:checked)~.nb-header:before{left:-100%}}@media not screen and (min-width:1024px){.nb-header,.nb-header:before{transition:left 0.4s cubic-bezier(0.4,0,0.2,1)}.c-menu-toggle__slice{transition:transform 0.3s ease}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--top{transform:rotate(45deg)}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--middle{opacity:0}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--bottom{transform:rotate(-45deg)}}:where(.nb-header-background){background:none!important;position:relative}:where(.nb-header-background):before{background-color:var(--sm-current-bg-color,var(--nb-bg-color));content:"";height:100%;left:0;opacity:var(--header-background-opacity,1);position:absolute;top:0;transition:var(--nb-transition);transition-property:opacity;width:100%}:where(.nb-header-shadow){--header-shadow-opacity:0}:where(.nb-header-shadow).nb-header--mobile[style*=fixed]{--header-shadow-opacity:0.1}:where(.nb-header-shadow):after{box-shadow:var(--shadow-color,#000) 0 var(--shadow-y-offset,0.0625em) var(--shadow-blur,0.125em);content:"";display:block;height:100%;left:0;opacity:var(--header-shadow-opacity,0);pointer-events:none;position:absolute;top:0;transition:var(--nb-transition);transition-property:opacity;width:100%;z-index:-1}.nb-header:not(.nb-header--ready){--header-background-opacity:0;opacity:0}.nb-header--mobile.nb-header--transparent{--header-background-opacity:0}.nb-header--mobile.nb-header--transparent.nb-header--sticky{--header-background-opacity:0.95}.menu-item-label{--font-size-modifier:0.7;background-blend-mode:hue;background-color:var(--sm-current-accent-color);background-image:linear-gradient(90deg,rgba(0,0,0,.8),hsla(0,0%,100%,.6),rgba(0,0,0,.3));border:none;border-radius:1em;color:#fff;font-weight:700;letter-spacing:0.03em;margin-left:var(--navigation-item-sub-elements-spacing);padding:.21em .6em 0.23em;text-transform:uppercase;vertical-align:middle}.nb-header-neighbour.nb-supernova--card-layout-stacked.nb-supernova--1-columns.alignfull .nb-supernova-item__media-wrapper:after{background-image:linear-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.03) calc(var(--nb-header-height, 0px)*2),transparent 100%);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}
     1@media only screen and (min-width:1024px){.c-menu-toggle,.c-menu-toggle__checkbox{display:none}}.c-menu-toggle{background:none!important;font-size:1rem;left:0;margin:0!important;position:fixed;top:0;width:auto!important;z-index:2300}@media not screen and (min-width:1024px){.c-menu-toggle{display:block!important}}.c-menu-toggle__checkbox:checked~.c-menu-toggle{--sm-current-bg-color:var(--sm-bg-color-5);--sm-current-accent-color:var(--sm-accent-color-5);--sm-current-fg1-color:var(--sm-fg1-color-5);--sm-current-fg2-color:var(--sm-fg2-color-5)}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--top{transform:rotate(45deg)}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--middle{opacity:0}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--bottom{transform:rotate(-45deg)}.c-menu-toggle__slice{transition:var(--theme-transition);transition-property:transform}.c-menu-toggle__wrap{align-items:center;cursor:pointer;display:flex;height:100%;padding:1em var(--nb-wrapper-sides-spacings,0);position:relative}.c-menu-toggle__checkbox{display:none}.c-menu-toggle__label{margin-left:0.5em}.c-menu-toggle__icon{display:block;position:relative;width:1em}.c-menu-toggle__slice{background:currentColor;display:block;height:2px;width:21px}.c-menu-toggle__slice--bottom,.c-menu-toggle__slice--top{left:0;position:absolute;top:0}.c-menu-toggle__slice--middle{width:16px}.c-menu-toggle__slice--top{transform:translate3d(0,-7px,0)}.c-menu-toggle__slice--bottom{transform:translate3d(0,7px,0)}.c-reading-bar__progress{background-color:transparent;border:none;height:var(--theme-reading-progress-width);left:0;position:absolute;top:100%;width:100%}:is(.c-reading-bar__progress,#specific){margin:0}.c-reading-bar__progress:before{background-color:var(--nb-accent-color);content:"";display:block;height:100%;left:0;position:absolute;top:0;transform:scaleX(var(--progress,0));transform-origin:0 50%;width:100%;will-change:transform}:root{--theme-reading-progress-width:3px;--theme-reading-progress-color:var(--sm-current-accent-color)}.c-reading-bar,.c-reading-bar__progress{display:none}@media not screen and (min-width:1024px){.c-reading-bar,.c-reading-bar__progress{display:none!important}}.c-reading-bar{--nb-block-top-spacing:0!important;height:100%;left:0;max-width:none;overflow:hidden;position:absolute;top:0;width:100%;z-index:20}.c-reading-bar>*{flex-basis:33.33333%}.c-reading-bar[class]{background:none}.c-reading-bar__layer--current .post-title__label{display:none}.c-reading-bar__layer--next,.c-reading-bar__layer-wrapper{bottom:0;left:0;position:absolute;right:0;top:0}.c-reading-bar__layer--next{overflow:hidden;transform:translateY(100%)}.c-reading-bar__layer--next>.c-reading-bar__layer-wrapper{transform:translateY(-100%)}:is(.c-reading-bar__layer--next,.c-reading-bar__layer--next>.c-reading-bar__layer-wrapper){transition:var(--nb-transition)}.nb-header--next :is(.c-reading-bar__layer--next,.c-reading-bar__layer--next>.c-reading-bar__layer-wrapper){transform:none}.c-reading-bar__layer-wrapper{align-items:center;-moz-column-gap:var(--nb-navigation-item-spacing);column-gap:var(--nb-navigation-item-spacing);display:flex;justify-content:space-between;padding:0 var(--nb-wrapper-sides-spacings)}.c-reading-bar__layer-wrapper>:not(.c-reading-bar__title){flex:0 0 auto}.c-reading-bar__title{display:flex;margin-left:auto;margin-right:auto}@-webkit-keyframes reading-bar-show-overflow{to{overflow:visible}}@keyframes reading-bar-show-overflow{to{overflow:visible}}.nb-header .nb-header-row{-webkit-animation:reading-bar-show-overflow 0s linear var(--nb-transition-duration) forwards;animation:reading-bar-show-overflow 0s linear var(--nb-transition-duration) forwards;overflow:hidden}.nb-header .c-reading-bar{pointer-events:none}.nb-header .c-reading-bar__container{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0;transform:translateY(-100%)}.nb-header .c-reading-bar__container,.nb-header .nb-header-row__inner-container{transition:transform 0.5s ease;will-change:transform}.nb-header:is(.nb-header--next,.nb-header--reading) .nb-header-row{-webkit-animation:none;animation:none}.nb-header:is(.nb-header--next,.nb-header--reading) .c-reading-bar{pointer-events:auto}.nb-header:is(.nb-header--next,.nb-header--reading) .c-reading-bar__container{transform:translateY(0)}.nb-header:is(.nb-header--next,.nb-header--reading) .nb-header-row .nb-header-row__inner-container{pointer-events:none;transform:translateY(100%)}:is(.c-reading-bar,#specific) .wp-block-button__link{background-color:transparent;border:0;color:inherit;display:flex;padding:0}:is(.c-reading-bar,#specific) .wp-block-button__link span{margin:0;padding:0}:is(.c-reading-bar,#specific) .wp-block-button__link svg{display:none}:is(.c-reading-bar,#specific) .wp-block-button__link:before{background-color:transparent}:is(.c-reading-bar,#specific) .wp-block-buttons{margin-top:0}.c-reading-bar .post-title__label[class]{margin-bottom:0}.c-reading-bar .post-title__post-name{margin-left:5px}.nb-header--mobile{--shadow-color:rgba(0,0,0,.25);--shadow-y-offset:4px;--shadow-blur:4px;align-items:center;display:flex;justify-content:center;min-height:60px;padding:var(--theme-spacing-fluid-smaller) var(--theme-wrapper-sides-spacing);width:100%;z-index:2000}.nb-header--mobile:not([style*=fixed])[class]{--header-background-opacity:0}.nb-header--mobile .menu-item--cart{display:flex;position:absolute;right:calc(var(--theme-wrapper-sides-spacing));top:50%;transform:translateY(-50%)}.nb-header--mobile .menu-item--cart>a{color:currentColor;transition:color .3s ease}.nb-header--mobile .menu-item--cart .menu-item__label{display:none}@media only screen and (min-width:1024px){.nb-header__inner-container{padding-top:0!important}.nb-header--mobile{display:none}}@media not screen and (min-width:1024px){.nb-header--main{margin-top:0!important}.nb-header--main:before{--header-background-opacity:0.97}.nb-header--main :is(.nb-header-row--logo,.c-branding){display:none!important}.nb-header--main .menu:not(.menu--buttons) .menu-item--cart,.nb-header--main .menu:not(.menu--buttons) .menu-item--dark-mode,.nb-header--main .menu:not(.menu--buttons) .menu-item--search{display:none!important}.nb-navigation .sub-menu{margin-left:calc(var(--theme-wrapper-sides-spacing)*-1);margin-right:calc(var(--theme-wrapper-sides-spacing)*-1)}.nb-navigation .sub-menu>li{padding-left:var(--theme-wrapper-sides-spacing);padding-right:var(--theme-wrapper-sides-spacing)}.nb-navigation>ul>li[class*=current]{color:var(--nb-fg1-color)}.c-menu-toggle__checkbox:checked~.nb-header .nb-header__buttons-menu,.c-menu-toggle__checkbox:checked~.nb-header .nb-header__inner-container{opacity:1;transition:opacity .3s ease .3s}.c-menu-toggle__checkbox:not(:checked)~.nb-header .nb-header__buttons-menu,.c-menu-toggle__checkbox:not(:checked)~.nb-header .nb-header__inner-container{opacity:0;transition:opacity .2s ease 0s}}.nb-header__buttons-menu{padding-left:var(--nb-wrapper-sides-spacings);padding-right:var(--nb-wrapper-sides-spacings);position:absolute;right:0;top:0}.nb-header__buttons-menu .menu{align-items:center;display:flex}@media only screen and (min-width:1024px){.nb-header__buttons-menu[class]{display:none}}.nb-header__buttons-menu a{color:inherit;display:block}.nb-header__buttons-menu .menu--buttons{list-style:none}.nb-header__buttons-menu .menu--buttons li{position:relative}.nb-header__buttons-menu .menu--buttons li[class][class]{margin-top:0}.nb-header__buttons-menu .menu--buttons li:not(:first-child){margin-left:1em}.nb-header--secondary{opacity:0;pointer-events:none;transition:opacity .15s ease-in;width:100%;z-index:2200}.nb-header--secondary.is-visible{opacity:1;pointer-events:auto}.nb-header--secondary:after{opacity:0.1}.nb-header--secondary>.nb-header__inner-container:not(:only-child):last-child{opacity:0;pointer-events:none;position:absolute;transition:transform 0.2s ease 0s,opacity 0.1s ease 0.1s;width:100%;z-index:-1}.nb-header--secondary:hover>.nb-header__inner-container:not(:only-child):last-child{opacity:1;pointer-events:auto}@media not screen and (min-width:1024px){.nb-header--secondary{display:none!important}}.nb-header--secondary .nb-header-row[data-is-primary]:not([data-is-sticky]){display:none}.nb-header--secondary:not(.nb-header--reading):not(.nb-header--next):hover .nb-header-row[data-is-primary]{display:block}:root{--icons-size-multiplier:1.3;--icons-horizontal-spacing-reducer:2}@property --nb-header-vertical-spacing-multiplier{syntax:"<number>";initial-value:1;inherits:true}:is(.nb-header-row,.specificity.x2.x3){padding-bottom:0;padding-top:0}:is(.nb-header-row,.specificity.x2.x3) .nb-header-row__inner-container>.wp-block{--nb-wrapper-sides-spacings:calc(var(--nb-spacing)*var(--nb-header-sides-spacing-setting, 50)*2/100);padding-bottom:calc(var(--nb-emphasis-bottom-spacing)*var(--nb-current-spacing)*var(--nb-header-vertical-spacing-multiplier));padding-top:calc(var(--nb-emphasis-top-spacing)*var(--nb-current-spacing)*var(--nb-header-vertical-spacing-multiplier))}.nb-header[class]{--nb-navigation-item-spacing:calc(var(--nb-navigation-item-spacing-setting)*var(--nb-spacing)*2/100);width:100%}@media only screen and (min-width:1024px){.nb-header[class] :is(.nb-header-row,#specific){transition:--nb-header-vertical-spacing-multiplier .15s ease-out,transform .5s ease}.nb-header[class]:is(.nb-header--sticky,.nb-header--secondary) .nb-header-row{--nb-header-vertical-spacing-multiplier:var(--nb-sticky-header-spacing-multiplier,1)}}@media only screen and (min-width:1024px){.nb-header--transparent{--header-background-opacity:0}.nb-header--transparent.nb-header--sticky .nb-header-row{--header-background-opacity:0.95}}:is(.nb-header,.nb-header--mobile,#more.specific){--nb-block-top-spacing:0}@media only screen and (min-width:1024px){.nb-header--mobile{display:none}}.nb-header--mobile.nb-header--scrolled{color:var(--sm-current-fg2-color,var(--nb-fg2-color))}@media not screen and (min-width:1024px){.nb-header__inner-container{display:flex;flex-direction:column}.nb-header__inner-container>.nb-header-row--primary{order:-1}}@media only screen and (min-width:1024px){.nb-header--main{left:0;right:0;top:0;transition:var(--theme-transition);transition-property:opacity;z-index:2001}.nb-header__inner-container{width:100%}}@media not screen and (min-width:1024px){.nb-header--main[class]{--sm-current-bg-color:var(--sm-bg-color-5);--sm-current-accent-color:var(--sm-accent-color-5);--sm-current-fg1-color:var(--sm-fg1-color-5);--sm-current-fg2-color:var(--sm-fg2-color-5)}.nb-header--main[class].nb-header-background:before{position:fixed}.nb-header{display:none;left:0;overflow-y:auto;z-index:2100}.c-menu-toggle__checkbox~.nb-header{display:block}.c-menu-toggle__checkbox:not(:checked)~.nb-header,.c-menu-toggle__checkbox:not(:checked)~.nb-header:before{left:-100%}}@media not screen and (min-width:1024px){.nb-header,.nb-header:before{transition:left 0.4s cubic-bezier(0.4,0,0.2,1)}.c-menu-toggle__slice{transition:transform 0.3s ease}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--top{transform:rotate(45deg)}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--middle{opacity:0}.c-menu-toggle__checkbox:checked~.c-menu-toggle .c-menu-toggle__slice--bottom{transform:rotate(-45deg)}}:where(.nb-header-background){background:none!important;position:relative}:where(.nb-header-background):before{background-color:var(--sm-current-bg-color,var(--nb-bg-color));content:"";height:100%;left:0;opacity:var(--header-background-opacity,1);position:absolute;top:0;transition:var(--nb-transition);transition-property:opacity;width:100%}:where(.nb-header-shadow){--header-shadow-opacity:0}:where(.nb-header-shadow).nb-header--sticky{--header-shadow-opacity:0.1}:where(.nb-header-shadow):after{box-shadow:var(--shadow-color,#000) 0 var(--shadow-y-offset,0.0625em) var(--shadow-blur,0.125em);content:"";display:block;height:100%;left:0;opacity:var(--header-shadow-opacity,0);pointer-events:none;position:absolute;top:0;transition:var(--nb-transition);transition-property:opacity;width:100%;z-index:-1}.nb-header:not(.nb-header--ready){--header-background-opacity:0;opacity:0}.nb-header--mobile.nb-header--transparent{--header-background-opacity:0}.nb-header--mobile.nb-header--transparent.nb-header--sticky{--header-background-opacity:0.95}.menu-item-label{--font-size-modifier:0.7;background-blend-mode:hue;background-color:var(--sm-current-accent-color);background-image:linear-gradient(90deg,rgba(0,0,0,.8),hsla(0,0%,100%,.6),rgba(0,0,0,.3));border:none;border-radius:1em;color:#fff;font-weight:700;letter-spacing:0.03em;margin-left:var(--navigation-item-sub-elements-spacing);padding:.21em .6em 0.23em;text-transform:uppercase;vertical-align:middle}.nb-header-neighbour.nb-supernova--card-layout-stacked.nb-supernova--1-columns.alignfull .nb-supernova-item__media-wrapper:after{background-image:linear-gradient(rgba(0,0,0,.2) 0,rgba(0,0,0,.03) calc(var(--nb-header-height, 0px)*2),transparent 100%);content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}
  • nova-blocks/trunk/build/block-library/blocks/menu-food/index.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('novablocks-block-editor', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill'), 'version' => '5a1cd36b56d89c6998fd6a43c706ec5f');
     1<?php return array('dependencies' => array('novablocks-block-editor', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill'), 'version' => 'f8b0ea44db704af998a045543967874e');
  • nova-blocks/trunk/build/block-library/blocks/menu-food/index.js

    r2719178 r2721032  
    44  Licensed under the MIT License (MIT), see
    55  http://jedwatson.github.io/classnames
    6 */!function(){"use strict";var n={}.hasOwnProperty;function i(){for(var e=[],t=0;t<arguments.length;t++){var o=arguments[t];if(o){var r=typeof o;if("string"===r||"number"===r)e.push(o);else if(Array.isArray(o)){if(o.length){var a=i.apply(null,o);a&&e.push(a)}}else if("object"===r)if(o.toString===Object.prototype.toString)for(var s in o)n.call(o,s)&&o[s]&&e.push(s);else e.push(o.toString())}}return e.join(" ")}e.exports?(i.default=i,e.exports=i):void 0===(o=function(){return i}.apply(t,[]))||(e.exports=o)}()},13:function(e,t){e.exports=window.wp.data},14:function(e,t){e.exports=window.wp.hooks},167:function(e,t,n){"use strict";var o=n(0),i=n(3),r=n(7),a=n(13),s=o(n(58)),c=o(n(168)),l=o(n(171));n(172),n(176);var u=n(2);(0,r.registerBlockType)("novablocks/menu-food",{title:(0,i.__)("Food Menu","nova-blocks"),description:(0,i.__)("Display a list of food or drink items available at your venue.","nova-blocks"),category:"nova-blocks",icon:(0,u.getSvg)(s.default),keywords:[(0,i.__)("food menu","nova-blocks"),(0,i.__)("restaurant menu","nova-blocks"),(0,i.__)("dishes","nova-blocks"),(0,i.__)("eats","nova-blocks"),(0,i.__)("menu list","nova-blocks")],attributes:{enableTwoColumns:{type:"boolean",default:!0},align:{type:"string",default:"wide"},showPrices:{type:"boolean",default:!0},showDescription:{type:"boolean",default:!0}},supports:{html:!1},example:{attributes:{enableTwoColumns:!1},innerBlocks:[{name:"novablocks/menu-food-section",innerBlocks:[{name:"novablocks/menu-food-item"},{name:"novablocks/menu-food-item"}]}]},styles:[{name:"classic",label:(0,i.__)("Classic","nova-blocks"),isDefault:!0},{name:"basic",label:(0,i.__)("Basic","nova-blocks")}],getEditWrapperProps:function(){return(0,a.select)("core/block-editor").getSettings().alignWide?{"data-align":"wide"}:{}},edit:c.default,save:l.default})},168:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(1),r=n(47),a=n(14),s=n(13),c=o(n(169)),l=o(n(170)),u=(0,r.createHigherOrderComponent)((function(e){return function(t){if("novablocks/menu-food"===t.name){var n=t.clientId,o=t.attributes,r=(0,s.select)("core/block-editor").getBlock,a=(0,s.dispatch)("core/block-editor").updateBlockAttributes,c=r(n),l=null==c?void 0:c.innerBlocks,u={showPrices:(d=o).showPrices,showDescription:d.showDescription};Array.isArray(l)&&l.forEach((function(e){Array.isArray(e.innerBlocks)&&e.innerBlocks.forEach((function(e){a(e.clientId,u)}))}))}var d;return(0,i.createElement)(e,t)}}),"withCollectionVisibilityAttributes");(0,a.addFilter)("editor.BlockListBlock","novablocks/with-menu-visibility-attributes",u);var d=function(e){return(0,i.createElement)(i.Fragment,null,(0,i.createElement)(l.default,e),(0,i.createElement)(c.default,e))};t.default=d},169:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(1),i=n(2),r=n(3),a=n(11),s=function(e){var t=e.attributes,n=t.enableTwoColumns,s=t.showPrices,c=t.showDescription,l=e.setAttributes;return(0,o.createElement)(i.ControlsSection,{id:"layout",label:(0,r.__)("Layout","nova-blocks")},(0,o.createElement)(i.ControlsTab,{label:(0,r.__)("Settings","nova-blocks")},(0,o.createElement)(a.ToggleControl,{label:(0,r.__)("2 columns","nova-blocks"),checked:n,onChange:function(){return l({enableTwoColumns:!n})}}),(0,o.createElement)(a.ToggleControl,{label:(0,r.__)("Price","nova-blocks"),checked:s,onChange:function(){return l({showPrices:!s})}}),(0,o.createElement)(a.ToggleControl,{label:(0,r.__)("Description","nova-blocks"),checked:c,onChange:function(){return l({showDescription:!c})}})))};t.default=s},170:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(1),r=o(n(12)),a=n(3),s=n(6),c=n(7),l=n(11),u=n(13),d=n(2),f=["novablocks/menu-food-section"],p=[["novablocks/menu-food-section",{sectionTitle:"Starters"},[["novablocks/menu-food-item",{title:"Pea & Mint Soup",description:"Server with focaccia bread",price:"$8.00",showPrices:!0,showDescription:!0,enableSalePrice:!0,salePrice:"$5.00"}],["novablocks/menu-food-item",{title:"Beef Meatballs",description:"In a spicy tomato sauce",price:"$10.50",showPrices:!0,showDescription:!0}],["novablocks/menu-food-item",{title:"Hummus & Baba Ganoush Dip",description:"Olive & grilled flatbread",price:"$12.00",showPrices:!0,showDescription:!0}]]],["novablocks/menu-food-section",{sectionTitle:"Desserts"},[["novablocks/menu-food-item",{title:"Dark Chocolate & Brownie Delice",description:"Fudge bits & salted caramel ice cream",price:"$6.50",showPrices:!0,showDescription:!0}],["novablocks/menu-food-item",{title:"Berry Cheesecake Trifle",description:"Fresh raspberries & strawberries, sable cookie",price:"$6.50",showPrices:!0,showDescription:!0,enableHighlightFoodItem:!0,highlightLabel:"New"}],["novablocks/menu-food-item",{title:"Caramelised Lemon Tart",description:"Meringue crisps, gin & tonic ice cream",price:"$6.50",showPrices:!0,showDescription:!0}]]],["novablocks/menu-food-section",{sectionTitle:"Main Course"},[["novablocks/menu-food-item",{title:"The Classic Burger",description:"Chargrilled, with or without bacon, on a brioche bun & fries",price:"$15.50",showPrices:!0,showDescription:!0}],["novablocks/menu-food-item",{title:"Roast Salmon",description:"Hollandaise sauce, green beans & potato galette",price:"$19.50",showPrices:!0,showDescription:!0}],["novablocks/menu-food-item",{title:"Tagliatelle Pesto Chicken",description:"Roasted Mediterranean vegetables, tomato and herb sauce",price:"$15.00",showPrices:!0,showDescription:!0,enableHighlightFoodItem:!0,highlightLabel:"Chef Selection"}],["novablocks/menu-food-item",{title:"Confit de Canard ",description:"Duck confit, white bean & ham cassoulet, wilted spinach",price:"$12.15",showPrices:!0,showDescription:!0}],["novablocks/menu-food-item",{title:"Roasted Steak Roulade",description:"Mint parsley with apple cider vinegar, salt, sugar & spices",price:"$14.95",showPrices:!0,showDescription:!0}],["novablocks/menu-food-item",{title:"Cornish-mackerel",description:"Marinated tomatoes, fragrant curry, tamarillo",price:"$10.45",showPrices:!0,showDescription:!0}],["novablocks/menu-food-item",{title:"Lobster & Cucumber Soup",description:"Lobster salad, smoked onion, rock samphire & sorrel",price:"$24.95",showPrices:!0,showDescription:!0}]]]],m=function(e){var t=e.attributes,n=t.enableTwoColumns,o=t.showPrices,m=(t.showDescription,e.clientId),h=e.className,_=(0,d.useInnerBlocks)(m),g=(0,i.useMemo)((function(){return _.length}),[_]),v=(0,u.useDispatch)("core/block-editor").insertBlock,b=(0,i.useCallback)((function(){var e=(0,c.createBlock)("novablocks/menu-food-section");v(e,g,m)}),[g]),y=(0,r.default)(h,"nova-food-menu",{"nova-food-menu--layout":!0===n,"price--is-hidden":!1===o});return(0,i.createElement)("div",{className:y},(0,i.createElement)(s.InnerBlocks,{allowedBlocks:f,template:p,renderAppender:!1}),(0,i.createElement)(l.Button,{className:"components-button block-editor-button-block-appender nova-blocks-appender",label:(0,a.__)("Add New Section","nova-blocks"),onClick:b},(0,a.__)("Add Section","nova-blocks")))};t.default=m},171:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(1),r=o(n(12)),a=n(6),s=function(e){var t=e.attributes,n=t.enableTwoColumns,o=t.showPrices,s=(t.showDescription,e.className),c=(0,r.default)(s,"nova-food-menu",{"nova-food-menu--layout":!0===n,"price--is-hidden":!1===o});return(0,i.createElement)("div",{className:c,itemScope:!0,itemType:"http://schema.org/Menu"},(0,i.createElement)(a.InnerBlocks.Content,null))};t.default=s},172:function(e,t,n){"use strict";var o=n(0),i=n(3),r=n(7),a=o(n(58)),s=o(n(173)),c=o(n(175)),l=n(2);(0,r.registerBlockType)("novablocks/menu-food-section",{title:(0,i.__)("Food Menu Section","nova-blocks"),description:(0,i.__)("A subgrouping of the Menu.","nova-blocks"),category:"nova-blocks",icon:(0,l.getSvg)(a.default),keywords:[(0,i.__)("menu section","nova-blocks"),(0,i.__)("food section","nova-blocks"),(0,i.__)("list section","nova-blocks"),(0,i.__)("dishes section","nova-blocks")],parent:["novablocks/menu-food"],attributes:{sectionTitle:{type:"string",default:(0,i.__)("Drinks","nova-blocks")}},edit:s.default,save:c.default})},173:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(1),r=o(n(174)),a=function(e){return(0,i.createElement)(i.Fragment,null,(0,i.createElement)(r.default,e))};t.default=a},174:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(1),r=o(n(12)),a=n(3),s=n(6),c=n(7),l=n(11),u=["novablocks/menu-food-item"],d=[["novablocks/menu-food-item"]],f=function(e){var t=e.attributes,n=t.sectionTitle,o=(t.showPrices,t.showDescription,e.setAttributes),f=e.clientId,p=e.className,m=(0,r.default)(p,"nova-food-menu__section");return(0,i.createElement)("div",{className:m},(0,i.createElement)("header",{className:"nova-food-menu__header"},(0,i.createElement)(s.RichText,{tagName:"h3",className:"section-title",value:n,onChange:function(e){return o({sectionTitle:e})}})),(0,i.createElement)("div",{className:"nova-food-menu__items"},(0,i.createElement)(s.InnerBlocks,{allowedBlocks:u,template:d,renderAppender:!1})),(0,i.createElement)(l.Button,{className:"components-button block-editor-button-block-appender nova-blocks-appender",label:(0,a.__)("Add New Item","nova-blocks"),onClick:function(){var e=(0,c.createBlock)("novablocks/menu-food-item"),t=wp.data.select("core/block-editor").getBlocksByClientId(f)[0].innerBlocks.length;wp.data.dispatch("core/block-editor").insertBlock(e,t,f)}},(0,a.__)("Add Item","nova-blocks")))};t.default=f},175:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(1),r=o(n(12)),a=(n(3),n(6)),s=function(e){var t=e.attributes.sectionTitle,n=e.setAttributes,o=e.className,s=(0,r.default)(o,"nova-food-menu__section");return(0,i.createElement)("div",{className:s,itemScope:!0,itemType:"http://schema.org/MenuSection"},(0,i.createElement)("header",{className:"nova-food-menu__header"},(0,i.createElement)(a.RichText.Content,{tagName:"h3",className:"section-title",value:t,onChange:function(e){return n({sectionTitle:e})},itemprop:"name"})),(0,i.createElement)("div",{className:"nova-food-menu__items"},(0,i.createElement)(a.InnerBlocks.Content,null)))};t.default=s},176:function(e,t,n){"use strict";var o=n(0),i=n(3),r=n(7),a=o(n(58)),s=o(n(177)),c=o(n(180)),l=n(2);(0,r.registerBlockType)("novablocks/menu-food-item",{title:(0,i.__)("Menu Item","nova-blocks"),description:(0,i.__)("A food or drink item contained in a menu or menu section.","nova-blocks"),category:"nova-blocks",icon:(0,l.getSvg)(a.default),keywords:[(0,i.__)("menu item","nova-blocks"),(0,i.__)("food item","nova-blocks"),(0,i.__)("dish","nova-blocks"),(0,i.__)("list item","nova-blocks")],parent:["novablocks/menu-food-section"],attributes:{title:{type:"string",default:(0,i.__)("Sweet Shrimp Salad","nova-blocks")},description:{type:"string",default:(0,i.__)("Tomatillo, Baja Crema, Cabbage, Fried Okra","nova-blocks")},price:{type:"string",default:"$7.95"},salePrice:{type:"string",default:"$9.50"},highlightLabel:{type:"string",default:(0,i.__)("Our top pick","nova-blocks")},enableHighlightFoodItem:{type:"boolean",default:!1},enableSalePrice:{type:"boolean",default:!1},showPrices:{type:"boolean",default:!0},showDescription:{type:"boolean",default:!0}},edit:s.default,save:c.default})},177:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(1),r=o(n(178)),a=o(n(179)),s=function(e){return(0,i.createElement)(i.Fragment,null,(0,i.createElement)(r.default,e),(0,i.createElement)(a.default,e))};t.default=s},178:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(1),r=o(n(12)),a=n(6),s=n(3),c=function(e){var t=e.attributes,n=t.enableHighlightFoodItem,o=t.highlightLabel,c=t.enableSalePrice,l=t.showDescription,u=t.showPrices,d=t.salePrice,f=t.price,p=t.description,m=t.title,h=e.setAttributes,_=e.className,g=(0,r.default)(_,"nova-food-menu-item",{"nova-food-menu-item--highlighted":!0===n,"has-sale-price":!0===c});return(0,i.createElement)("div",{className:g},n&&(0,i.createElement)("div",{className:"nova-food-menu-item__highlight-label"},(0,i.createElement)(a.RichText,{tagName:"h5",className:"nova-food-menu-item__label",value:o,onChange:function(e){return h({highlightLabel:e})},allowedFormats:[]})),(0,i.createElement)("div",{className:"nova-food-menu-item__title"},(0,i.createElement)(a.RichText,{value:m,tagName:"h4",className:"item-title",placeholder:(0,s.__)("Product Title","nova-blocks"),onChange:function(e){return h({title:e})}})),u&&(0,i.createElement)("div",{className:"nova-food-menu-item__prices"},(0,i.createElement)(a.RichText,{value:f,tagName:"span",className:"item-price",placeholder:(0,s.__)("$0.00","nova-blocks"),onChange:function(e){return h({price:e})}}),c&&(0,i.createElement)("div",{className:"nova-food-menu-item__price--sale"},(0,i.createElement)(a.RichText,{tagName:"span",className:"item-price--sale",value:d,onChange:function(e){return h({salePrice:e})},allowedFormats:[]}))),l&&(0,i.createElement)("div",{className:"nova-food-menu-item__description"},(0,i.createElement)(a.RichText,{value:p,tagName:"p",className:"item-description",placeholder:(0,s.__)("Product Description","nova-blocks"),onChange:function(e){return h({description:e})}})))};t.default=c},179:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(1),i=n(2),r=n(3),a=n(11),s=function(e){var t=e.attributes,n=t.enableHighlightFoodItem,s=t.enableSalePrice,c=t.showPrices,l=(t.showDescription,e.setAttributes);return(0,o.createElement)(i.ControlsSection,{id:"layout",label:(0,r.__)("Layout","nova-blocks")},(0,o.createElement)(i.ControlsTab,{label:(0,r.__)("Settings","nova-blocks")},(0,o.createElement)(a.ToggleControl,{label:(0,r.__)("Highlight item","nova-blocks"),help:(0,r.__)("Use it if you want to highlight some of the menu items and make them stand out.","nova-blocks"),checked:n,onChange:function(){return l({enableHighlightFoodItem:!n})}}),c&&(0,o.createElement)(a.ToggleControl,{label:(0,r.__)("On sale","nova-blocks"),checked:s,onChange:function(){return l({enableSalePrice:!s})}})))};t.default=s},180:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(1),r=o(n(12)),a=(n(3),n(6)),s=function(e){var t=e.attributes,n=t.enableHighlightFoodItem,o=t.highlightLabel,s=t.enableSalePrice,c=t.showDescription,l=t.showPrices,u=t.salePrice,d=t.price,f=t.description,p=t.title,m=e.setAttributes,h=e.className,_=(0,r.default)(h,"nova-food-menu-item",{"nova-food-menu-item--highlighted":!0===n,"has-sale-price":!0===s});return(0,i.createElement)("div",{className:_,itemscope:!0,itemtype:"http://schema.org/MenuItem"},n&&(0,i.createElement)("div",{className:"nova-food-menu-item__highlight-label"},(0,i.createElement)("h5",{className:"nova-food-menu-item__label"}," ",o," ")),(0,i.createElement)("div",{className:"nova-food-menu-item__title"},(0,i.createElement)(a.RichText.Content,{value:p,tagName:"h4",className:"item-title",onChange:function(e){return m({title:e})},itemprop:"name"})),l&&(0,i.createElement)("div",{className:"nova-food-menu-item__prices",itemscope:!0,itemtype:"http://schema.org/offers"},(0,i.createElement)(a.RichText.Content,{value:d,tagName:"span",className:"item-price",onChange:function(e){return m({price:e})},itemprop:"price"}),s&&(0,i.createElement)("div",{className:"nova-food-menu-item__price--sale"},(0,i.createElement)("span",{className:"item-price--sale"}," ",u," "))),c&&(0,i.createElement)("div",{className:"nova-food-menu-item__description"},(0,i.createElement)(a.RichText.Content,{value:f,tagName:"p",className:"item-description",onChange:function(e){return m({description:e})},itemprop:"description"})))};t.default=s},2:function(e,t){e.exports=window.novablocks.blockEditor},3:function(e,t){e.exports=window.wp.i18n},4:function(e,t,n){(function(t){var n;n=function(){"use strict";var e=function(e){var t=e.id,n=e.viewBox,o=e.content;this.id=t,this.viewBox=n,this.content=o};function n(e,t){return e(t={exports:{}},t.exports),t.exports}e.prototype.stringify=function(){return this.content},e.prototype.toString=function(){return this.stringify()},e.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))},"undefined"!=typeof window?window:void 0!==t||"undefined"!=typeof self&&self;var o=n((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,n){var i;return n&&!0===n.clone&&e(t)?o((i=t,Array.isArray(i)?[]:{}),t,n):t}function n(n,i,r){var a=n.slice();return i.forEach((function(i,s){void 0===a[s]?a[s]=t(i,r):e(i)?a[s]=o(n[s],i,r):-1===n.indexOf(i)&&a.push(t(i,r))})),a}function o(i,r,a){var s=Array.isArray(r),c=(a||{arrayMerge:n}).arrayMerge||n;return s?Array.isArray(i)?c(i,r,a):t(r,a):function(n,i,r){var a={};return e(n)&&Object.keys(n).forEach((function(e){a[e]=t(n[e],r)})),Object.keys(i).forEach((function(s){e(i[s])&&n[s]?a[s]=o(n[s],i[s],r):a[s]=t(i[s],r)})),a}(i,r,a)}return o.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return o(e,n,t)}))},o}()})),i=n((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),r=i.svg,a=i.xlink,s={};s[r.name]=r.uri,s[a.name]=a.uri;var c=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(o(s,t||{}))+">"+e+"</svg>"};return function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n}(c(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(e)},e.exports=n()}).call(this,n(8))},47:function(e,t){e.exports=window.wp.compose},5:function(e,t,n){(function(t){var n;n=function(){"use strict";function e(e,t){return e(t={exports:{}},t.exports),t.exports}"undefined"!=typeof window?window:void 0!==t||"undefined"!=typeof self&&self;var n=e((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,n){var i;return n&&!0===n.clone&&e(t)?o((i=t,Array.isArray(i)?[]:{}),t,n):t}function n(n,i,r){var a=n.slice();return i.forEach((function(i,s){void 0===a[s]?a[s]=t(i,r):e(i)?a[s]=o(n[s],i,r):-1===n.indexOf(i)&&a.push(t(i,r))})),a}function o(i,r,a){var s=Array.isArray(r),c=(a||{arrayMerge:n}).arrayMerge||n;return s?Array.isArray(i)?c(i,r,a):t(r,a):function(n,i,r){var a={};return e(n)&&Object.keys(n).forEach((function(e){a[e]=t(n[e],r)})),Object.keys(i).forEach((function(s){e(i[s])&&n[s]?a[s]=o(n[s],i[s],r):a[s]=t(i[s],r)})),a}(i,r,a)}return o.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return o(e,n,t)}))},o}()})),o=e((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),i=o.svg,r=o.xlink,a={};a[i.name]=i.uri,a[r.name]=r.uri;var s,c=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(a,t||{}))+">"+e+"</svg>"},l=o.svg,u=o.xlink,d={attrs:(s={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},s[l.name]=l.uri,s[u.name]=u.uri,s)},f=function(e){this.config=n(d,e||{}),this.symbols=[]};f.prototype.add=function(e){var t=this.symbols,n=this.find(e.id);return n?(t[t.indexOf(n)]=e,!1):(t.push(e),!0)},f.prototype.remove=function(e){var t=this.symbols,n=this.find(e);return!!n&&(t.splice(t.indexOf(n),1),n.destroy(),!0)},f.prototype.find=function(e){return this.symbols.filter((function(t){return t.id===e}))[0]||null},f.prototype.has=function(e){return null!==this.find(e)},f.prototype.stringify=function(){var e=this.config.attrs,t=this.symbols.map((function(e){return e.stringify()})).join("");return c(t,e)},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){this.symbols.forEach((function(e){return e.destroy()}))};var p=function(e){var t=e.id,n=e.viewBox,o=e.content;this.id=t,this.viewBox=n,this.content=o};p.prototype.stringify=function(){return this.content},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))};var m=function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n},h=function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return m(c(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(p),_={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},g=function(e){return Array.prototype.slice.call(e,0)},v=function(){return/firefox/i.test(navigator.userAgent)},b=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},y=function(){return/edge/i.test(navigator.userAgent)},w=function(e){return(e||window.location.href).split("#")[0]},k=function(e){angular.module("ng").run(["$rootScope",function(t){t.$on("$locationChangeSuccess",(function(t,n,o){var i,r,a;i=e,r={oldUrl:o,newUrl:n},(a=document.createEvent("CustomEvent")).initCustomEvent(i,!1,!1,r),window.dispatchEvent(a)}))}])},x=function(e,t){return void 0===t&&(t="linearGradient, radialGradient, pattern, mask, clipPath"),g(e.querySelectorAll("symbol")).forEach((function(e){g(e.querySelectorAll(t)).forEach((function(t){e.parentNode.insertBefore(t,e)}))})),e},E=o.xlink.uri,C=/[{}|\\\^\[\]`"<>]/g;function S(e){return e.replace(C,(function(e){return"%"+e[0].charCodeAt(0).toString(16).toUpperCase()}))}var N,P=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],M=P.map((function(e){return"["+e+"]"})).join(","),O=function(e,t,n,o){var i=S(n),r=S(o);(function(e,t){return g(e).reduce((function(e,n){if(!n.attributes)return e;var o=g(n.attributes),i=t?o.filter(t):o;return e.concat(i)}),[])})(e.querySelectorAll(M),(function(e){var t=e.localName,n=e.value;return-1!==P.indexOf(t)&&-1!==n.indexOf("url("+i)})).forEach((function(e){return e.value=e.value.replace(new RegExp(i.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),r)})),function(e,t,n){g(e).forEach((function(e){var o=e.getAttribute("xlink:href");if(o&&0===o.indexOf(t)){var i=o.replace(t,n);e.setAttributeNS(E,"xlink:href",i)}}))}(t,i,r)},T="mount",A="symbol_mount",B=function(e){function t(t){var o=this;void 0===t&&(t={}),e.call(this,n(_,t));var i,r=(i=i||Object.create(null),{on:function(e,t){(i[e]||(i[e]=[])).push(t)},off:function(e,t){i[e]&&i[e].splice(i[e].indexOf(t)>>>0,1)},emit:function(e,t){(i[e]||[]).map((function(e){e(t)})),(i["*"]||[]).map((function(n){n(e,t)}))}});this._emitter=r,this.node=null;var a=this.config;if(a.autoConfigure&&this._autoConfigure(t),a.syncUrlsWithBaseTag){var s=document.getElementsByTagName("base")[0].getAttribute("href");r.on(T,(function(){return o.updateUrls("#",s)}))}var c=this._handleLocationChange.bind(this);this._handleLocationChange=c,a.listenLocationChangeEvent&&window.addEventListener(a.locationChangeEvent,c),a.locationChangeAngularEmitter&&k(a.locationChangeEvent),r.on(T,(function(e){a.moveGradientsOutsideSymbol&&x(e)})),r.on(A,(function(e){var t;a.moveGradientsOutsideSymbol&&x(e.parentNode),(b()||y())&&(t=[],g(e.querySelectorAll("style")).forEach((function(e){e.textContent+="",t.push(e)})))}))}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},t.prototype._autoConfigure=function(e){var t=this.config;void 0===e.syncUrlsWithBaseTag&&(t.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===e.locationChangeAngularEmitter&&(t.locationChangeAngularEmitter=void 0!==window.angular),void 0===e.moveGradientsOutsideSymbol&&(t.moveGradientsOutsideSymbol=v())},t.prototype._handleLocationChange=function(e){var t=e.detail,n=t.oldUrl,o=t.newUrl;this.updateUrls(n,o)},t.prototype.add=function(t){var n=e.prototype.add.call(this,t);return this.isMounted&&n&&(t.mount(this.node),this._emitter.emit(A,t.node)),n},t.prototype.attach=function(e){var t=this,n=this;if(n.isMounted)return n.node;var o="string"==typeof e?document.querySelector(e):e;return n.node=o,this.symbols.forEach((function(e){e.mount(n.node),t._emitter.emit(A,e.node)})),g(o.querySelectorAll("symbol")).forEach((function(e){var t=h.createFromExistingNode(e);t.node=e,n.add(t)})),this._emitter.emit(T,o),o},t.prototype.destroy=function(){var e=this.config,t=this.symbols,n=this._emitter;t.forEach((function(e){return e.destroy()})),n.off("*"),window.removeEventListener(e.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},t.prototype.mount=function(e,t){if(void 0===e&&(e=this.config.mountTo),void 0===t&&(t=!1),this.isMounted)return this.node;var n="string"==typeof e?document.querySelector(e):e,o=this.render();return this.node=o,t&&n.childNodes[0]?n.insertBefore(o,n.childNodes[0]):n.appendChild(o),this._emitter.emit(T,o),o},t.prototype.render=function(){return m(this.stringify())},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},t.prototype.updateUrls=function(e,t){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return O(this.node,n,w(e)+"#",w(t)+"#"),!0},Object.defineProperties(t.prototype,o),t}(f),j=e((function(e){var t,n,o,i,r;e.exports=(n=[],o=document,i=o.documentElement.doScroll,(r=(i?/^loaded|^c/:/^loaded|^i|^c/).test(o.readyState))||o.addEventListener("DOMContentLoaded",t=function(){for(o.removeEventListener("DOMContentLoaded",t),r=1;t=n.shift();)t()}),function(e){r?setTimeout(e,0):n.push(e)})}));window.__SVG_SPRITE__?N=window.__SVG_SPRITE__:(N=new B({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=N);var D=function(){var e=document.getElementById("__SVG_SPRITE_NODE__");e?N.attach(e):N.mount(document.body,!0)};return document.body?D():j(D),N},e.exports=n()}).call(this,n(8))},58:function(e,t,n){"use strict";n.r(t);var o=n(4),i=n.n(o),r=n(5),a=n.n(r),s=new i.a({id:"block-library-menu-food/icon",use:"block-library-menu-food/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-menu-food/icon"><mask id="block-library-menu-food/icon_a" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24" style="mask-type:alpha"><path d="M24 12c0-6.627-5.373-12-12-12S0 5.373 0 12s5.373 12 12 12 12-5.373 12-12Z" fill="#6565F2" /></mask><g mask="url(#block-library-menu-food/icon_a)"><path d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12Z" fill="#6565F2" /><path d="M18 9.737c1.105 0 2.04-.921 1.712-1.976-1.973-6.348-13.45-6.348-15.423 0C3.96 8.816 4.896 9.737 6 9.737h12Z" fill="#fff" /><path d="M5 13.143c0 .473.384.857.857.857H15a1 1 0 1 0 0-2H6.143C5.512 12 5 12.512 5 13.143Zm0 4c0 .473.384.857.857.857H15a1 1 0 1 0 0-2H6.143C5.512 16 5 16.512 5 17.143Zm13-4c0 .473.384.857.857.857h.234a.91.91 0 0 0 .909-.91v-.32a.77.77 0 0 0-.77-.77h-.087c-.631 0-1.143.512-1.143 1.143Zm0 4c0 .473.384.857.857.857h.234a.91.91 0 0 0 .909-.91v-.32a.77.77 0 0 0-.77-.77h-.087c-.631 0-1.143.512-1.143 1.143Z" fill="#FFE42E" /></g></symbol>'});a.a.add(s);t.default=s},6:function(e,t){e.exports=window.wp.blockEditor},7:function(e,t){e.exports=window.wp.blocks},8:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n}});
     6*/!function(){"use strict";var n={}.hasOwnProperty;function i(){for(var e=[],t=0;t<arguments.length;t++){var o=arguments[t];if(o){var r=typeof o;if("string"===r||"number"===r)e.push(o);else if(Array.isArray(o)){if(o.length){var a=i.apply(null,o);a&&e.push(a)}}else if("object"===r)if(o.toString===Object.prototype.toString)for(var s in o)n.call(o,s)&&o[s]&&e.push(s);else e.push(o.toString())}}return e.join(" ")}e.exports?(i.default=i,e.exports=i):void 0===(o=function(){return i}.apply(t,[]))||(e.exports=o)}()},13:function(e,t){e.exports=window.wp.data},14:function(e,t){e.exports=window.wp.hooks},167:function(e,t,n){"use strict";var o=n(0),i=(n(3),n(7)),r=(n(13),o(n(58))),a=o(n(168)),s=o(n(172));n(173),n(177);var c=n(2);console.log("ABRACADABRA"),(0,i.registerBlockType)("novablocks/menu-food",{icon:(0,c.getSvg)(r.default),attributes:{enableTwoColumns:{type:"boolean",default:!0},align:{type:"string",default:"wide"},showPrices:{type:"boolean",default:!0},showDescription:{type:"boolean",default:!0}},supports:{html:!1},example:{attributes:{enableTwoColumns:!1},innerBlocks:[{name:"novablocks/menu-food-section",innerBlocks:[{name:"novablocks/menu-food-item"},{name:"novablocks/menu-food-item"}]}]},edit:a.default,save:s.default})},168:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(1),r=o(n(12)),a=n(14),s=n(13),c=n(6),u=n(11),l=n(3),d=n(2),f=o(n(169)),p=o(n(170)),m=o(n(171)),h=["novablocks/menu-food-section"];(0,a.addFilter)("editor.BlockListBlock","novablocks/with-menu-visibility-attributes",p.default);var v=function(e){var t=e.attributes,n=t.enableTwoColumns,o=t.showPrices,a=(t.showDescription,e.clientId),p=e.className,v=(0,d.useInnerBlocks)(a),g=(0,i.useMemo)((function(){return v.length}),[v]),_=(0,s.useDispatch)("core/block-editor").insertBlock,b=(0,i.useCallback)((function(){var e=createBlock("novablocks/menu-food-section");_(e,g,a)}),[g]),y=(0,r.default)(p,"nova-food-menu",{"nova-food-menu--layout":!0===n,"price--is-hidden":!1===o}),w=(0,c.useBlockProps)({className:y,style:e.style});return(0,i.createElement)(i.Fragment,null,(0,i.createElement)("div",w,(0,i.createElement)(c.InnerBlocks,{allowedBlocks:h,template:m.default,renderAppender:!1}),(0,i.createElement)(u.Button,{className:"components-button block-editor-button-block-appender nova-blocks-appender",label:(0,l.__)("Add New Section","nova-blocks"),onClick:b},(0,l.__)("Add Section","nova-blocks"))),(0,i.createElement)(f.default,e))};t.default=v},169:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(1),i=n(2),r=n(3),a=n(11),s=function(e){var t=e.attributes,n=t.enableTwoColumns,s=t.showPrices,c=t.showDescription,u=e.setAttributes;return(0,o.createElement)(i.ControlsSection,{id:"layout",label:(0,r.__)("Layout","nova-blocks")},(0,o.createElement)(i.ControlsTab,{label:(0,r.__)("Settings","nova-blocks")},(0,o.createElement)(a.ToggleControl,{label:(0,r.__)("2 columns","nova-blocks"),checked:n,onChange:function(){return u({enableTwoColumns:!n})}}),(0,o.createElement)(a.ToggleControl,{label:(0,r.__)("Price","nova-blocks"),checked:s,onChange:function(){return u({showPrices:!s})}}),(0,o.createElement)(a.ToggleControl,{label:(0,r.__)("Description","nova-blocks"),checked:c,onChange:function(){return u({showDescription:!c})}})))};t.default=s},170:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(1),i=n(47),r=n(13),a=(0,i.createHigherOrderComponent)((function(e){return function(t){if("novablocks/menu-food"===t.name){var n=t.clientId,i=t.attributes,a=(0,r.useSelect)((function(e){return e("core/block-editor")})).getBlock,s=(0,r.useDispatch)("core/block-editor").updateBlockAttributes,c=a(n),u=null==c?void 0:c.innerBlocks,l={showPrices:(d=i).showPrices,showDescription:d.showDescription};Array.isArray(u)&&u.forEach((function(e){Array.isArray(e.innerBlocks)&&e.innerBlocks.forEach((function(e){s(e.clientId,l)}))}))}var d;return(0,o.createElement)(e,t)}}),"withMenuVisibilityAttributes");t.default=a},171:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=[["novablocks/menu-food-section",{sectionTitle:"Starters"},[["novablocks/menu-food-item",{title:"Pea & Mint Soup",description:"Server with focaccia bread",price:"$8.00",showPrices:!0,showDescription:!0,enableSalePrice:!0,salePrice:"$5.00"}],["novablocks/menu-food-item",{title:"Beef Meatballs",description:"In a spicy tomato sauce",price:"$10.50",showPrices:!0,showDescription:!0}],["novablocks/menu-food-item",{title:"Hummus & Baba Ganoush Dip",description:"Olive & grilled flatbread",price:"$12.00",showPrices:!0,showDescription:!0}]]],["novablocks/menu-food-section",{sectionTitle:"Desserts"},[["novablocks/menu-food-item",{title:"Dark Chocolate & Brownie Delice",description:"Fudge bits & salted caramel ice cream",price:"$6.50",showPrices:!0,showDescription:!0}],["novablocks/menu-food-item",{title:"Berry Cheesecake Trifle",description:"Fresh raspberries & strawberries, sable cookie",price:"$6.50",showPrices:!0,showDescription:!0,enableHighlightFoodItem:!0,highlightLabel:"New"}],["novablocks/menu-food-item",{title:"Caramelised Lemon Tart",description:"Meringue crisps, gin & tonic ice cream",price:"$6.50",showPrices:!0,showDescription:!0}]]],["novablocks/menu-food-section",{sectionTitle:"Main Course"},[["novablocks/menu-food-item",{title:"The Classic Burger",description:"Chargrilled, with or without bacon, on a brioche bun & fries",price:"$15.50",showPrices:!0,showDescription:!0}],["novablocks/menu-food-item",{title:"Roast Salmon",description:"Hollandaise sauce, green beans & potato galette",price:"$19.50",showPrices:!0,showDescription:!0}],["novablocks/menu-food-item",{title:"Tagliatelle Pesto Chicken",description:"Roasted Mediterranean vegetables, tomato and herb sauce",price:"$15.00",showPrices:!0,showDescription:!0,enableHighlightFoodItem:!0,highlightLabel:"Chef Selection"}],["novablocks/menu-food-item",{title:"Confit de Canard ",description:"Duck confit, white bean & ham cassoulet, wilted spinach",price:"$12.15",showPrices:!0,showDescription:!0}],["novablocks/menu-food-item",{title:"Roasted Steak Roulade",description:"Mint parsley with apple cider vinegar, salt, sugar & spices",price:"$14.95",showPrices:!0,showDescription:!0}],["novablocks/menu-food-item",{title:"Cornish-mackerel",description:"Marinated tomatoes, fragrant curry, tamarillo",price:"$10.45",showPrices:!0,showDescription:!0}],["novablocks/menu-food-item",{title:"Lobster & Cucumber Soup",description:"Lobster salad, smoked onion, rock samphire & sorrel",price:"$24.95",showPrices:!0,showDescription:!0}]]]];t.default=o},172:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(1),r=o(n(12)),a=n(6),s=function(e){var t=e.attributes,n=t.enableTwoColumns,o=t.showPrices,s=(t.showDescription,e.className),c=(0,r.default)(s,"nova-food-menu",{"nova-food-menu--layout":!0===n,"price--is-hidden":!1===o});return(0,i.createElement)("div",{className:c,itemScope:!0,itemType:"http://schema.org/Menu"},(0,i.createElement)(a.InnerBlocks.Content,null))};t.default=s},173:function(e,t,n){"use strict";var o=n(0),i=n(3),r=n(7),a=o(n(58)),s=o(n(174)),c=o(n(176)),u=n(2);(0,r.registerBlockType)("novablocks/menu-food-section",{title:(0,i.__)("Food Menu Section","nova-blocks"),description:(0,i.__)("A subgrouping of the Menu.","nova-blocks"),category:"nova-blocks",icon:(0,u.getSvg)(a.default),keywords:[(0,i.__)("menu section","nova-blocks"),(0,i.__)("food section","nova-blocks"),(0,i.__)("list section","nova-blocks"),(0,i.__)("dishes section","nova-blocks")],parent:["novablocks/menu-food"],attributes:{sectionTitle:{type:"string",default:(0,i.__)("Drinks","nova-blocks")}},edit:s.default,save:c.default})},174:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(1),r=o(n(175)),a=function(e){return(0,i.createElement)(i.Fragment,null,(0,i.createElement)(r.default,e))};t.default=a},175:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(1),r=o(n(12)),a=n(3),s=n(6),c=n(7),u=n(11),l=["novablocks/menu-food-item"],d=[["novablocks/menu-food-item"]],f=function(e){var t=e.attributes,n=t.sectionTitle,o=(t.showPrices,t.showDescription,e.setAttributes),f=e.clientId,p=e.className,m=(0,r.default)(p,"nova-food-menu__section");return(0,i.createElement)("div",{className:m},(0,i.createElement)("header",{className:"nova-food-menu__header"},(0,i.createElement)(s.RichText,{tagName:"h3",className:"section-title",value:n,onChange:function(e){return o({sectionTitle:e})}})),(0,i.createElement)("div",{className:"nova-food-menu__items"},(0,i.createElement)(s.InnerBlocks,{allowedBlocks:l,template:d,renderAppender:!1})),(0,i.createElement)(u.Button,{className:"components-button block-editor-button-block-appender nova-blocks-appender",label:(0,a.__)("Add New Item","nova-blocks"),onClick:function(){var e=(0,c.createBlock)("novablocks/menu-food-item"),t=wp.data.select("core/block-editor").getBlocksByClientId(f)[0].innerBlocks.length;wp.data.dispatch("core/block-editor").insertBlock(e,t,f)}},(0,a.__)("Add Item","nova-blocks")))};t.default=f},176:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(1),r=o(n(12)),a=(n(3),n(6)),s=function(e){var t=e.attributes.sectionTitle,n=e.setAttributes,o=e.className,s=(0,r.default)(o,"nova-food-menu__section");return(0,i.createElement)("div",{className:s,itemScope:!0,itemType:"http://schema.org/MenuSection"},(0,i.createElement)("header",{className:"nova-food-menu__header"},(0,i.createElement)(a.RichText.Content,{tagName:"h3",className:"section-title",value:t,onChange:function(e){return n({sectionTitle:e})},itemprop:"name"})),(0,i.createElement)("div",{className:"nova-food-menu__items"},(0,i.createElement)(a.InnerBlocks.Content,null)))};t.default=s},177:function(e,t,n){"use strict";var o=n(0),i=n(3),r=n(7),a=o(n(58)),s=o(n(178)),c=o(n(181)),u=n(2);(0,r.registerBlockType)("novablocks/menu-food-item",{title:(0,i.__)("Menu Item","nova-blocks"),description:(0,i.__)("A food or drink item contained in a menu or menu section.","nova-blocks"),category:"nova-blocks",icon:(0,u.getSvg)(a.default),keywords:[(0,i.__)("menu item","nova-blocks"),(0,i.__)("food item","nova-blocks"),(0,i.__)("dish","nova-blocks"),(0,i.__)("list item","nova-blocks")],parent:["novablocks/menu-food-section"],attributes:{title:{type:"string",default:(0,i.__)("Sweet Shrimp Salad","nova-blocks")},description:{type:"string",default:(0,i.__)("Tomatillo, Baja Crema, Cabbage, Fried Okra","nova-blocks")},price:{type:"string",default:"$7.95"},salePrice:{type:"string",default:"$9.50"},highlightLabel:{type:"string",default:(0,i.__)("Our top pick","nova-blocks")},enableHighlightFoodItem:{type:"boolean",default:!1},enableSalePrice:{type:"boolean",default:!1},showPrices:{type:"boolean",default:!0},showDescription:{type:"boolean",default:!0}},edit:s.default,save:c.default})},178:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(1),r=o(n(179)),a=o(n(180)),s=function(e){return(0,i.createElement)(i.Fragment,null,(0,i.createElement)(r.default,e),(0,i.createElement)(a.default,e))};t.default=s},179:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(1),r=o(n(12)),a=n(6),s=n(3),c=function(e){var t=e.attributes,n=t.enableHighlightFoodItem,o=t.highlightLabel,c=t.enableSalePrice,u=t.showDescription,l=t.showPrices,d=t.salePrice,f=t.price,p=t.description,m=t.title,h=e.setAttributes,v=e.className,g=(0,r.default)(v,"nova-food-menu-item",{"nova-food-menu-item--highlighted":!0===n,"has-sale-price":!0===c});return(0,i.createElement)("div",{className:g},n&&(0,i.createElement)("div",{className:"nova-food-menu-item__highlight-label"},(0,i.createElement)(a.RichText,{tagName:"h5",className:"nova-food-menu-item__label",value:o,onChange:function(e){return h({highlightLabel:e})},allowedFormats:[]})),(0,i.createElement)("div",{className:"nova-food-menu-item__title"},(0,i.createElement)(a.RichText,{value:m,tagName:"h4",className:"item-title",placeholder:(0,s.__)("Product Title","nova-blocks"),onChange:function(e){return h({title:e})}})),l&&(0,i.createElement)("div",{className:"nova-food-menu-item__prices"},(0,i.createElement)(a.RichText,{value:f,tagName:"span",className:"item-price",placeholder:(0,s.__)("$0.00","nova-blocks"),onChange:function(e){return h({price:e})}}),c&&(0,i.createElement)("div",{className:"nova-food-menu-item__price--sale"},(0,i.createElement)(a.RichText,{tagName:"span",className:"item-price--sale",value:d,onChange:function(e){return h({salePrice:e})},allowedFormats:[]}))),u&&(0,i.createElement)("div",{className:"nova-food-menu-item__description"},(0,i.createElement)(a.RichText,{value:p,tagName:"p",className:"item-description",placeholder:(0,s.__)("Product Description","nova-blocks"),onChange:function(e){return h({description:e})}})))};t.default=c},180:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(1),i=n(2),r=n(3),a=n(11),s=function(e){var t=e.attributes,n=t.enableHighlightFoodItem,s=t.enableSalePrice,c=t.showPrices,u=(t.showDescription,e.setAttributes);return(0,o.createElement)(i.ControlsSection,{id:"layout",label:(0,r.__)("Layout","nova-blocks")},(0,o.createElement)(i.ControlsTab,{label:(0,r.__)("Settings","nova-blocks")},(0,o.createElement)(a.ToggleControl,{label:(0,r.__)("Highlight item","nova-blocks"),help:(0,r.__)("Use it if you want to highlight some of the menu items and make them stand out.","nova-blocks"),checked:n,onChange:function(){return u({enableHighlightFoodItem:!n})}}),c&&(0,o.createElement)(a.ToggleControl,{label:(0,r.__)("On sale","nova-blocks"),checked:s,onChange:function(){return u({enableSalePrice:!s})}})))};t.default=s},181:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var i=n(1),r=o(n(12)),a=(n(3),n(6)),s=function(e){var t=e.attributes,n=t.enableHighlightFoodItem,o=t.highlightLabel,s=t.enableSalePrice,c=t.showDescription,u=t.showPrices,l=t.salePrice,d=t.price,f=t.description,p=t.title,m=e.setAttributes,h=e.className,v=(0,r.default)(h,"nova-food-menu-item",{"nova-food-menu-item--highlighted":!0===n,"has-sale-price":!0===s});return(0,i.createElement)("div",{className:v,itemscope:!0,itemtype:"http://schema.org/MenuItem"},n&&(0,i.createElement)("div",{className:"nova-food-menu-item__highlight-label"},(0,i.createElement)("h5",{className:"nova-food-menu-item__label"}," ",o," ")),(0,i.createElement)("div",{className:"nova-food-menu-item__title"},(0,i.createElement)(a.RichText.Content,{value:p,tagName:"h4",className:"item-title",onChange:function(e){return m({title:e})},itemprop:"name"})),u&&(0,i.createElement)("div",{className:"nova-food-menu-item__prices",itemscope:!0,itemtype:"http://schema.org/offers"},(0,i.createElement)(a.RichText.Content,{value:d,tagName:"span",className:"item-price",onChange:function(e){return m({price:e})},itemprop:"price"}),s&&(0,i.createElement)("div",{className:"nova-food-menu-item__price--sale"},(0,i.createElement)("span",{className:"item-price--sale"}," ",l," "))),c&&(0,i.createElement)("div",{className:"nova-food-menu-item__description"},(0,i.createElement)(a.RichText.Content,{value:f,tagName:"p",className:"item-description",onChange:function(e){return m({description:e})},itemprop:"description"})))};t.default=s},2:function(e,t){e.exports=window.novablocks.blockEditor},3:function(e,t){e.exports=window.wp.i18n},4:function(e,t,n){(function(t){var n;n=function(){"use strict";var e=function(e){var t=e.id,n=e.viewBox,o=e.content;this.id=t,this.viewBox=n,this.content=o};function n(e,t){return e(t={exports:{}},t.exports),t.exports}e.prototype.stringify=function(){return this.content},e.prototype.toString=function(){return this.stringify()},e.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))},"undefined"!=typeof window?window:void 0!==t||"undefined"!=typeof self&&self;var o=n((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,n){var i;return n&&!0===n.clone&&e(t)?o((i=t,Array.isArray(i)?[]:{}),t,n):t}function n(n,i,r){var a=n.slice();return i.forEach((function(i,s){void 0===a[s]?a[s]=t(i,r):e(i)?a[s]=o(n[s],i,r):-1===n.indexOf(i)&&a.push(t(i,r))})),a}function o(i,r,a){var s=Array.isArray(r),c=(a||{arrayMerge:n}).arrayMerge||n;return s?Array.isArray(i)?c(i,r,a):t(r,a):function(n,i,r){var a={};return e(n)&&Object.keys(n).forEach((function(e){a[e]=t(n[e],r)})),Object.keys(i).forEach((function(s){e(i[s])&&n[s]?a[s]=o(n[s],i[s],r):a[s]=t(i[s],r)})),a}(i,r,a)}return o.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return o(e,n,t)}))},o}()})),i=n((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),r=i.svg,a=i.xlink,s={};s[r.name]=r.uri,s[a.name]=a.uri;var c=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(o(s,t||{}))+">"+e+"</svg>"};return function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n}(c(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(e)},e.exports=n()}).call(this,n(8))},47:function(e,t){e.exports=window.wp.compose},5:function(e,t,n){(function(t){var n;n=function(){"use strict";function e(e,t){return e(t={exports:{}},t.exports),t.exports}"undefined"!=typeof window?window:void 0!==t||"undefined"!=typeof self&&self;var n=e((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,n){var i;return n&&!0===n.clone&&e(t)?o((i=t,Array.isArray(i)?[]:{}),t,n):t}function n(n,i,r){var a=n.slice();return i.forEach((function(i,s){void 0===a[s]?a[s]=t(i,r):e(i)?a[s]=o(n[s],i,r):-1===n.indexOf(i)&&a.push(t(i,r))})),a}function o(i,r,a){var s=Array.isArray(r),c=(a||{arrayMerge:n}).arrayMerge||n;return s?Array.isArray(i)?c(i,r,a):t(r,a):function(n,i,r){var a={};return e(n)&&Object.keys(n).forEach((function(e){a[e]=t(n[e],r)})),Object.keys(i).forEach((function(s){e(i[s])&&n[s]?a[s]=o(n[s],i[s],r):a[s]=t(i[s],r)})),a}(i,r,a)}return o.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return o(e,n,t)}))},o}()})),o=e((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),i=o.svg,r=o.xlink,a={};a[i.name]=i.uri,a[r.name]=r.uri;var s,c=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(a,t||{}))+">"+e+"</svg>"},u=o.svg,l=o.xlink,d={attrs:(s={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},s[u.name]=u.uri,s[l.name]=l.uri,s)},f=function(e){this.config=n(d,e||{}),this.symbols=[]};f.prototype.add=function(e){var t=this.symbols,n=this.find(e.id);return n?(t[t.indexOf(n)]=e,!1):(t.push(e),!0)},f.prototype.remove=function(e){var t=this.symbols,n=this.find(e);return!!n&&(t.splice(t.indexOf(n),1),n.destroy(),!0)},f.prototype.find=function(e){return this.symbols.filter((function(t){return t.id===e}))[0]||null},f.prototype.has=function(e){return null!==this.find(e)},f.prototype.stringify=function(){var e=this.config.attrs,t=this.symbols.map((function(e){return e.stringify()})).join("");return c(t,e)},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){this.symbols.forEach((function(e){return e.destroy()}))};var p=function(e){var t=e.id,n=e.viewBox,o=e.content;this.id=t,this.viewBox=n,this.content=o};p.prototype.stringify=function(){return this.content},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))};var m=function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n},h=function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return m(c(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(p),v={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},g=function(e){return Array.prototype.slice.call(e,0)},_=function(){return/firefox/i.test(navigator.userAgent)},b=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},y=function(){return/edge/i.test(navigator.userAgent)},w=function(e){return(e||window.location.href).split("#")[0]},k=function(e){angular.module("ng").run(["$rootScope",function(t){t.$on("$locationChangeSuccess",(function(t,n,o){var i,r,a;i=e,r={oldUrl:o,newUrl:n},(a=document.createEvent("CustomEvent")).initCustomEvent(i,!1,!1,r),window.dispatchEvent(a)}))}])},x=function(e,t){return void 0===t&&(t="linearGradient, radialGradient, pattern, mask, clipPath"),g(e.querySelectorAll("symbol")).forEach((function(e){g(e.querySelectorAll(t)).forEach((function(t){e.parentNode.insertBefore(t,e)}))})),e},E=o.xlink.uri,C=/[{}|\\\^\[\]`"<>]/g;function S(e){return e.replace(C,(function(e){return"%"+e[0].charCodeAt(0).toString(16).toUpperCase()}))}var N,P=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],A=P.map((function(e){return"["+e+"]"})).join(","),M=function(e,t,n,o){var i=S(n),r=S(o);(function(e,t){return g(e).reduce((function(e,n){if(!n.attributes)return e;var o=g(n.attributes),i=t?o.filter(t):o;return e.concat(i)}),[])})(e.querySelectorAll(A),(function(e){var t=e.localName,n=e.value;return-1!==P.indexOf(t)&&-1!==n.indexOf("url("+i)})).forEach((function(e){return e.value=e.value.replace(new RegExp(i.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),r)})),function(e,t,n){g(e).forEach((function(e){var o=e.getAttribute("xlink:href");if(o&&0===o.indexOf(t)){var i=o.replace(t,n);e.setAttributeNS(E,"xlink:href",i)}}))}(t,i,r)},O="mount",T="symbol_mount",B=function(e){function t(t){var o=this;void 0===t&&(t={}),e.call(this,n(v,t));var i,r=(i=i||Object.create(null),{on:function(e,t){(i[e]||(i[e]=[])).push(t)},off:function(e,t){i[e]&&i[e].splice(i[e].indexOf(t)>>>0,1)},emit:function(e,t){(i[e]||[]).map((function(e){e(t)})),(i["*"]||[]).map((function(n){n(e,t)}))}});this._emitter=r,this.node=null;var a=this.config;if(a.autoConfigure&&this._autoConfigure(t),a.syncUrlsWithBaseTag){var s=document.getElementsByTagName("base")[0].getAttribute("href");r.on(O,(function(){return o.updateUrls("#",s)}))}var c=this._handleLocationChange.bind(this);this._handleLocationChange=c,a.listenLocationChangeEvent&&window.addEventListener(a.locationChangeEvent,c),a.locationChangeAngularEmitter&&k(a.locationChangeEvent),r.on(O,(function(e){a.moveGradientsOutsideSymbol&&x(e)})),r.on(T,(function(e){var t;a.moveGradientsOutsideSymbol&&x(e.parentNode),(b()||y())&&(t=[],g(e.querySelectorAll("style")).forEach((function(e){e.textContent+="",t.push(e)})))}))}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},t.prototype._autoConfigure=function(e){var t=this.config;void 0===e.syncUrlsWithBaseTag&&(t.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===e.locationChangeAngularEmitter&&(t.locationChangeAngularEmitter=void 0!==window.angular),void 0===e.moveGradientsOutsideSymbol&&(t.moveGradientsOutsideSymbol=_())},t.prototype._handleLocationChange=function(e){var t=e.detail,n=t.oldUrl,o=t.newUrl;this.updateUrls(n,o)},t.prototype.add=function(t){var n=e.prototype.add.call(this,t);return this.isMounted&&n&&(t.mount(this.node),this._emitter.emit(T,t.node)),n},t.prototype.attach=function(e){var t=this,n=this;if(n.isMounted)return n.node;var o="string"==typeof e?document.querySelector(e):e;return n.node=o,this.symbols.forEach((function(e){e.mount(n.node),t._emitter.emit(T,e.node)})),g(o.querySelectorAll("symbol")).forEach((function(e){var t=h.createFromExistingNode(e);t.node=e,n.add(t)})),this._emitter.emit(O,o),o},t.prototype.destroy=function(){var e=this.config,t=this.symbols,n=this._emitter;t.forEach((function(e){return e.destroy()})),n.off("*"),window.removeEventListener(e.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},t.prototype.mount=function(e,t){if(void 0===e&&(e=this.config.mountTo),void 0===t&&(t=!1),this.isMounted)return this.node;var n="string"==typeof e?document.querySelector(e):e,o=this.render();return this.node=o,t&&n.childNodes[0]?n.insertBefore(o,n.childNodes[0]):n.appendChild(o),this._emitter.emit(O,o),o},t.prototype.render=function(){return m(this.stringify())},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},t.prototype.updateUrls=function(e,t){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return M(this.node,n,w(e)+"#",w(t)+"#"),!0},Object.defineProperties(t.prototype,o),t}(f),j=e((function(e){var t,n,o,i,r;e.exports=(n=[],o=document,i=o.documentElement.doScroll,(r=(i?/^loaded|^c/:/^loaded|^i|^c/).test(o.readyState))||o.addEventListener("DOMContentLoaded",t=function(){for(o.removeEventListener("DOMContentLoaded",t),r=1;t=n.shift();)t()}),function(e){r?setTimeout(e,0):n.push(e)})}));window.__SVG_SPRITE__?N=window.__SVG_SPRITE__:(N=new B({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=N);var D=function(){var e=document.getElementById("__SVG_SPRITE_NODE__");e?N.attach(e):N.mount(document.body,!0)};return document.body?D():j(D),N},e.exports=n()}).call(this,n(8))},58:function(e,t,n){"use strict";n.r(t);var o=n(4),i=n.n(o),r=n(5),a=n.n(r),s=new i.a({id:"block-library-menu-food/icon",use:"block-library-menu-food/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-menu-food/icon"><mask id="block-library-menu-food/icon_a" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24" style="mask-type:alpha"><path d="M24 12c0-6.627-5.373-12-12-12S0 5.373 0 12s5.373 12 12 12 12-5.373 12-12Z" fill="#6565F2" /></mask><g mask="url(#block-library-menu-food/icon_a)"><path d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12Z" fill="#6565F2" /><path d="M18 9.737c1.105 0 2.04-.921 1.712-1.976-1.973-6.348-13.45-6.348-15.423 0C3.96 8.816 4.896 9.737 6 9.737h12Z" fill="#fff" /><path d="M5 13.143c0 .473.384.857.857.857H15a1 1 0 1 0 0-2H6.143C5.512 12 5 12.512 5 13.143Zm0 4c0 .473.384.857.857.857H15a1 1 0 1 0 0-2H6.143C5.512 16 5 16.512 5 17.143Zm13-4c0 .473.384.857.857.857h.234a.91.91 0 0 0 .909-.91v-.32a.77.77 0 0 0-.77-.77h-.087c-.631 0-1.143.512-1.143 1.143Zm0 4c0 .473.384.857.857.857h.234a.91.91 0 0 0 .909-.91v-.32a.77.77 0 0 0-.77-.77h-.087c-.631 0-1.143.512-1.143 1.143Z" fill="#FFE42E" /></g></symbol>'});a.a.add(s);t.default=s},6:function(e,t){e.exports=window.wp.blockEditor},7:function(e,t){e.exports=window.wp.blocks},8:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n}});
  • nova-blocks/trunk/build/block-library/blocks/menu-food/style-rtl.css

    r2710156 r2721032  
    1 :root{--nb-food-menu-item-highlight-color:var(--sm-current-accent-color,var(--nb-accent-color))}.nova-food-menu-item{-moz-column-break-inside:avoid;break-inside:avoid;display:grid;grid-template-areas:"label label" "title prices" "description description";grid-template-columns:1fr auto;margin-bottom:1em}.nova-food-menu-item .item-description,.nova-food-menu-item .item-title{margin-bottom:0;margin-top:0}.nova-food-menu-item .item-title{background-color:var(--sm-current-bg-color,var(--nb-bg-color));display:inline-block;line-height:1.25;margin-bottom:0!important;position:relative;z-index:5}.nova-food-menu-item .item-description{line-height:1.5}.nova-food-menu__section:not(:first-child){margin-top:1.5em}.nova-food-menu-item__title{grid-area:title;position:relative}.nova-food-menu-item__prices{align-items:center;display:flex;grid-area:prices;justify-content:flex-end;position:relative;z-index:5}.nova-food-menu-item__description{grid-area:description;position:relative}.item-price--sale{font-weight:700;margin-right:10px}.has-sale-price .item-price{opacity:0.6;text-decoration:line-through}.nova-food-menu-item--highlighted{--item-border-width:2px;--item-padding:1em;--item-overflow:calc(var( --item-padding )*1.25 + var( --item-border-width ));--item-border-radius:0;border:var(--item-border-width) solid var(--nb-food-menu-item-highlight-color);border-radius:var(--item-border-radius);border-top-width:0;margin-left:calc(var( --item-overflow )*-1);margin-right:calc(var( --item-overflow )*-1);padding:0 calc(var( --item-padding )*1.25) calc(var( --item-padding )*0.75)}.nova-food-menu-item__highlight-label{background-color:var(--nb-food-menu-item-highlight-color);display:block;grid-area:label;margin-left:calc(var(--item-overflow)*-1);margin-right:calc(var(--item-overflow)*-1);padding:calc(var( --item-overflow )*0.25) var(--item-overflow) var(--item-padding);position:relative}.nova-food-menu-item__highlight-label:after{background-color:var(--sm-current-bg-color,var(--nb-bg-color));border-top-left-radius:var(--item-border-radius);border-top-right-radius:var(--item-border-radius);bottom:0;content:"";display:block;height:calc(var( --item-padding )*0.75);left:var(--item-border-width);position:absolute;right:var(--item-border-width)}.is-style-rounded .nova-food-menu-item__highlight-label{border-radius:var(--item-border-radius) var(--item-border-radius) 0 0}@media only screen and (min-width:768px){.entry-content .nova-food-menu--layout{-moz-column-count:2;column-count:2;-moz-column-gap:4em;column-gap:4em}}.nova-blocks-appender{flex-direction:row}.nova-food-menu-item__title:before{content:none}@media only screen and (min-width:768px){.nova-food-menu-item__title:before{border-bottom:0.2em dotted;bottom:0.3em;content:"";height:0;line-height:0;position:absolute;width:100%}.price--is-hidden .nova-food-menu-item__title:before{content:none}}.nova-food-menu-item__label[class][class]{color:var(--sm-current-bg-color,var(--nb-bg-color));margin:0}.nova-food-menu__section{-moz-column-break-inside:avoid;break-inside:avoid}.is-style-basic .nova-food-menu-item{grid-template-areas:"label" "title" "description" "prices"}.is-style-basic .nova-food-menu-item__prices{justify-content:flex-start;padding-right:0}.is-style-basic .nova-food-menu-item__title:before{content:none}
     1:root{--nb-food-menu-item-highlight-color:var(--sm-current-accent-color,var(--nb-accent-color))}.nova-food-menu{--block-content-start:ws;--block-content-end:we}.nova-food-menu-item{-moz-column-break-inside:avoid;break-inside:avoid;display:grid;grid-template-areas:"label label" "title prices" "description description";grid-template-columns:1fr auto;margin-bottom:1em}.nova-food-menu-item .item-description,.nova-food-menu-item .item-title{margin-bottom:0;margin-top:0}.nova-food-menu-item .item-title{background-color:var(--sm-current-bg-color,var(--nb-bg-color));display:inline-block;line-height:1.25;margin-bottom:0!important;position:relative;z-index:5}.nova-food-menu-item .item-description{line-height:1.5}.nova-food-menu__section:not(:first-child){margin-top:1.5em}.nova-food-menu-item__title{grid-area:title;position:relative}.nova-food-menu-item__prices{align-items:center;display:flex;grid-area:prices;justify-content:flex-end;position:relative;z-index:5}.nova-food-menu-item__description{grid-area:description;position:relative}.item-price--sale{font-weight:700;margin-right:10px}.has-sale-price .item-price{opacity:0.6;text-decoration:line-through}.nova-food-menu-item--highlighted{--item-border-width:2px;--item-padding:1em;--item-overflow:calc(var( --item-padding )*1.25 + var( --item-border-width ));--item-border-radius:0;border:var(--item-border-width) solid var(--nb-food-menu-item-highlight-color);border-radius:var(--item-border-radius);border-top-width:0;margin-left:calc(var( --item-overflow )*-1);margin-right:calc(var( --item-overflow )*-1);padding:0 calc(var( --item-padding )*1.25) calc(var( --item-padding )*0.75)}.nova-food-menu-item__highlight-label{background-color:var(--nb-food-menu-item-highlight-color);display:block;grid-area:label;margin-left:calc(var(--item-overflow)*-1);margin-right:calc(var(--item-overflow)*-1);padding:calc(var( --item-overflow )*0.25) var(--item-overflow) var(--item-padding);position:relative}.nova-food-menu-item__highlight-label:after{background-color:var(--sm-current-bg-color,var(--nb-bg-color));border-top-left-radius:var(--item-border-radius);border-top-right-radius:var(--item-border-radius);bottom:0;content:"";display:block;height:calc(var( --item-padding )*0.75);left:var(--item-border-width);position:absolute;right:var(--item-border-width)}.is-style-rounded .nova-food-menu-item__highlight-label{border-radius:var(--item-border-radius) var(--item-border-radius) 0 0}@media only screen and (min-width:768px){.entry-content .nova-food-menu--layout{-moz-column-count:2;column-count:2;-moz-column-gap:4em;column-gap:4em}}.nova-blocks-appender{flex-direction:row}.nova-food-menu-item__title:before{content:none}@media only screen and (min-width:768px){.nova-food-menu-item__title:before{border-bottom:0.2em dotted;bottom:0.3em;content:"";height:0;line-height:0;position:absolute;width:100%}.price--is-hidden .nova-food-menu-item__title:before{content:none}}.nova-food-menu-item__label[class][class]{color:var(--sm-current-bg-color,var(--nb-bg-color));margin:0}.nova-food-menu__section{-moz-column-break-inside:avoid;break-inside:avoid}.is-style-basic .nova-food-menu-item{grid-template-areas:"label" "title" "description" "prices"}.is-style-basic .nova-food-menu-item__prices{justify-content:flex-start;padding-right:0}.is-style-basic .nova-food-menu-item__title:before{content:none}
  • nova-blocks/trunk/build/block-library/blocks/menu-food/style.css

    r2710156 r2721032  
    1 :root{--nb-food-menu-item-highlight-color:var(--sm-current-accent-color,var(--nb-accent-color))}.nova-food-menu-item{-moz-column-break-inside:avoid;break-inside:avoid;display:grid;grid-template-areas:"label label" "title prices" "description description";grid-template-columns:1fr auto;margin-bottom:1em}.nova-food-menu-item .item-description,.nova-food-menu-item .item-title{margin-bottom:0;margin-top:0}.nova-food-menu-item .item-title{background-color:var(--sm-current-bg-color,var(--nb-bg-color));display:inline-block;line-height:1.25;margin-bottom:0!important;position:relative;z-index:5}.nova-food-menu-item .item-description{line-height:1.5}.nova-food-menu__section:not(:first-child){margin-top:1.5em}.nova-food-menu-item__title{grid-area:title;position:relative}.nova-food-menu-item__prices{align-items:center;display:flex;grid-area:prices;justify-content:flex-end;position:relative;z-index:5}.nova-food-menu-item__description{grid-area:description;position:relative}.item-price--sale{font-weight:700;margin-left:10px}.has-sale-price .item-price{opacity:0.6;text-decoration:line-through}.nova-food-menu-item--highlighted{--item-border-width:2px;--item-padding:1em;--item-overflow:calc(var( --item-padding )*1.25 + var( --item-border-width ));--item-border-radius:0;border:var(--item-border-width) solid var(--nb-food-menu-item-highlight-color);border-radius:var(--item-border-radius);border-top-width:0;margin-left:calc(var( --item-overflow )*-1);margin-right:calc(var( --item-overflow )*-1);padding:0 calc(var( --item-padding )*1.25) calc(var( --item-padding )*0.75)}.nova-food-menu-item__highlight-label{background-color:var(--nb-food-menu-item-highlight-color);display:block;grid-area:label;margin-left:calc(var(--item-overflow)*-1);margin-right:calc(var(--item-overflow)*-1);padding:calc(var( --item-overflow )*0.25) var(--item-overflow) var(--item-padding);position:relative}.nova-food-menu-item__highlight-label:after{background-color:var(--sm-current-bg-color,var(--nb-bg-color));border-top-left-radius:var(--item-border-radius);border-top-right-radius:var(--item-border-radius);bottom:0;content:"";display:block;height:calc(var( --item-padding )*0.75);left:var(--item-border-width);position:absolute;right:var(--item-border-width)}.is-style-rounded .nova-food-menu-item__highlight-label{border-radius:var(--item-border-radius) var(--item-border-radius) 0 0}@media only screen and (min-width:768px){.entry-content .nova-food-menu--layout{-moz-column-count:2;column-count:2;-moz-column-gap:4em;column-gap:4em}}.nova-blocks-appender{flex-direction:row}.nova-food-menu-item__title:before{content:none}@media only screen and (min-width:768px){.nova-food-menu-item__title:before{border-bottom:0.2em dotted;bottom:0.3em;content:"";height:0;line-height:0;position:absolute;width:100%}.price--is-hidden .nova-food-menu-item__title:before{content:none}}.nova-food-menu-item__label[class][class]{color:var(--sm-current-bg-color,var(--nb-bg-color));margin:0}.nova-food-menu__section{-moz-column-break-inside:avoid;break-inside:avoid}.is-style-basic .nova-food-menu-item{grid-template-areas:"label" "title" "description" "prices"}.is-style-basic .nova-food-menu-item__prices{justify-content:flex-start;padding-left:0}.is-style-basic .nova-food-menu-item__title:before{content:none}
     1:root{--nb-food-menu-item-highlight-color:var(--sm-current-accent-color,var(--nb-accent-color))}.nova-food-menu{--block-content-start:ws;--block-content-end:we}.nova-food-menu-item{-moz-column-break-inside:avoid;break-inside:avoid;display:grid;grid-template-areas:"label label" "title prices" "description description";grid-template-columns:1fr auto;margin-bottom:1em}.nova-food-menu-item .item-description,.nova-food-menu-item .item-title{margin-bottom:0;margin-top:0}.nova-food-menu-item .item-title{background-color:var(--sm-current-bg-color,var(--nb-bg-color));display:inline-block;line-height:1.25;margin-bottom:0!important;position:relative;z-index:5}.nova-food-menu-item .item-description{line-height:1.5}.nova-food-menu__section:not(:first-child){margin-top:1.5em}.nova-food-menu-item__title{grid-area:title;position:relative}.nova-food-menu-item__prices{align-items:center;display:flex;grid-area:prices;justify-content:flex-end;position:relative;z-index:5}.nova-food-menu-item__description{grid-area:description;position:relative}.item-price--sale{font-weight:700;margin-left:10px}.has-sale-price .item-price{opacity:0.6;text-decoration:line-through}.nova-food-menu-item--highlighted{--item-border-width:2px;--item-padding:1em;--item-overflow:calc(var( --item-padding )*1.25 + var( --item-border-width ));--item-border-radius:0;border:var(--item-border-width) solid var(--nb-food-menu-item-highlight-color);border-radius:var(--item-border-radius);border-top-width:0;margin-left:calc(var( --item-overflow )*-1);margin-right:calc(var( --item-overflow )*-1);padding:0 calc(var( --item-padding )*1.25) calc(var( --item-padding )*0.75)}.nova-food-menu-item__highlight-label{background-color:var(--nb-food-menu-item-highlight-color);display:block;grid-area:label;margin-left:calc(var(--item-overflow)*-1);margin-right:calc(var(--item-overflow)*-1);padding:calc(var( --item-overflow )*0.25) var(--item-overflow) var(--item-padding);position:relative}.nova-food-menu-item__highlight-label:after{background-color:var(--sm-current-bg-color,var(--nb-bg-color));border-top-left-radius:var(--item-border-radius);border-top-right-radius:var(--item-border-radius);bottom:0;content:"";display:block;height:calc(var( --item-padding )*0.75);left:var(--item-border-width);position:absolute;right:var(--item-border-width)}.is-style-rounded .nova-food-menu-item__highlight-label{border-radius:var(--item-border-radius) var(--item-border-radius) 0 0}@media only screen and (min-width:768px){.entry-content .nova-food-menu--layout{-moz-column-count:2;column-count:2;-moz-column-gap:4em;column-gap:4em}}.nova-blocks-appender{flex-direction:row}.nova-food-menu-item__title:before{content:none}@media only screen and (min-width:768px){.nova-food-menu-item__title:before{border-bottom:0.2em dotted;bottom:0.3em;content:"";height:0;line-height:0;position:absolute;width:100%}.price--is-hidden .nova-food-menu-item__title:before{content:none}}.nova-food-menu-item__label[class][class]{color:var(--sm-current-bg-color,var(--nb-bg-color));margin:0}.nova-food-menu__section{-moz-column-break-inside:avoid;break-inside:avoid}.is-style-basic .nova-food-menu-item{grid-template-areas:"label" "title" "description" "prices"}.is-style-basic .nova-food-menu-item__prices{justify-content:flex-start;padding-left:0}.is-style-basic .nova-food-menu-item__title:before{content:none}
  • nova-blocks/trunk/build/block-library/blocks/navigation/frontend.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('wp-polyfill'), 'version' => '250e601a3b0d804b70c6d207d95136cb');
     1<?php return array('dependencies' => array('wp-polyfill'), 'version' => '473c36910f636d1f945d133b9c1a409a');
  • nova-blocks/trunk/build/block-library/blocks/navigation/frontend.js

    r2719178 r2721032  
    1 !function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=181)}({181:function(e,t,n){"use strict";var r=n(59);jQuery,window,(0,r.addSocialMenuClass)()},59:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.addSocialMenuClass=void 0;t.addSocialMenuClass=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document,t=e.querySelectorAll(".nb-navigation .menu-item a"),n=window.getComputedStyle(document.documentElement),r=n.getPropertyValue("--enable-social-icons"),o=!!parseInt(r,10);o&&t.forEach((function(e,t){var n=window.getComputedStyle(e).getPropertyValue("--is-social");!!parseInt(n,10)&&e.parentElement.classList.add("social-menu-item")}))}}});
     1!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=182)}({182:function(e,t,n){"use strict";var r=n(59);jQuery,window,(0,r.addSocialMenuClass)()},59:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.addSocialMenuClass=void 0;t.addSocialMenuClass=function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document,t=e.querySelectorAll(".nb-navigation .menu-item a"),n=window.getComputedStyle(document.documentElement),r=n.getPropertyValue("--enable-social-icons"),o=!!parseInt(r,10);o&&t.forEach((function(e,t){var n=window.getComputedStyle(e).getPropertyValue("--is-social");!!parseInt(n,10)&&e.parentElement.classList.add("social-menu-item")}))}}});
  • nova-blocks/trunk/build/block-library/blocks/navigation/index.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('novablocks-block-editor', 'wp-blocks', 'wp-element', 'wp-polyfill', 'wp-server-side-render'), 'version' => '2b0513d18f76a5fbfdb9d12b280d837c');
     1<?php return array('dependencies' => array('novablocks-block-editor', 'wp-blocks', 'wp-element', 'wp-polyfill', 'wp-server-side-render'), 'version' => 'dfe99ce8506ff82bc886c860e75cab13');
  • nova-blocks/trunk/build/block-library/blocks/navigation/index.js

    r2719178 r2721032  
    1 !function(t){var e={};function n(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(o,r,function(e){return t[e]}.bind(null,r));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=182)}({0:function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports.default=t.exports},1:function(t,e){t.exports=window.wp.element},182:function(t,e,n){"use strict";var o=n(0),r=n(1),i=n(7),u=o(n(34)),a=n(2),c=o(n(183)),s=o(n(184)),d=n(59);(0,i.registerBlockType)("novablocks/navigation",{icon:(0,a.getSvg)(c.default),attributes:s.default,edit:function(t){var e=t.clientId;return(0,a.useSelectParent)(t),(0,r.useLayoutEffect)((function(){var t=document.querySelector(".block-".concat(e)),n=t?t.parentElement:null;if(n){if(!window.MutationObserver)return;var o=new MutationObserver((function(t){(0,d.addSocialMenuClass)(n)}));return o.observe(n.parentElement,{childList:!0,subtree:!0}),function(){o.disconnect()}}}),[]),(0,r.createElement)(u.default,{block:"novablocks/navigation",attributes:t.attributes,className:"block-".concat(e)})},save:function(){return!1}})},183:function(t,e,n){"use strict";n.r(e);var o=n(4),r=n.n(o),i=n(5),u=n.n(i),a=new r.a({id:"block-library-navigation/icon",use:"block-library-navigation/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-navigation/icon"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zM5.857 8A.857.857 0 0 1 5 7.143C5 6.512 5.512 6 6.143 6H18a1 1 0 1 1 0 2H5.857zM5 12.143c0 .473.384.857.857.857H18a1 1 0 1 0 0-2H6.143C5.512 11 5 11.512 5 12.143zM5.857 18A.857.857 0 0 1 5 17.143C5 16.512 5.512 16 6.143 16H18a1 1 0 1 1 0 2H5.857z" fill="#6565F2" /></symbol>'});u.a.add(a);e.default=a},184:function(t){t.exports=JSON.parse('{"slug":{"type":"string","default":""},"className":{"type":"string","default":""}}')},2:function(t,e){t.exports=window.novablocks.blockEditor},34:function(t,e){t.exports=window.wp.serverSideRender},4:function(t,e,n){(function(e){var n;n=function(){"use strict";var t=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};function n(t,e){return t(e={exports:{}},e.exports),e.exports}t.prototype.stringify=function(){return this.content},t.prototype.toString=function(){return this.stringify()},t.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))},"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var o=n((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var u=n.slice();return r.forEach((function(r,a){void 0===u[a]?u[a]=e(r,i):t(r)?u[a]=o(n[a],r,i):-1===n.indexOf(r)&&u.push(e(r,i))})),u}function o(r,i,u){var a=Array.isArray(i),c=(u||{arrayMerge:n}).arrayMerge||n;return a?Array.isArray(r)?c(r,i,u):e(i,u):function(n,r,i){var u={};return t(n)&&Object.keys(n).forEach((function(t){u[t]=e(n[t],i)})),Object.keys(r).forEach((function(a){t(r[a])&&n[a]?u[a]=o(n[a],r[a],i):u[a]=e(r[a],i)})),u}(r,i,u)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),r=n((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),i=r.svg,u=r.xlink,a={};a[i.name]=i.uri,a[u.name]=u.uri;var c=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(o(a,e||{}))+">"+t+"</svg>"};return function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n}(c(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(t)},t.exports=n()}).call(this,n(8))},5:function(t,e,n){(function(e){var n;n=function(){"use strict";function t(t,e){return t(e={exports:{}},e.exports),e.exports}"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var n=t((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var u=n.slice();return r.forEach((function(r,a){void 0===u[a]?u[a]=e(r,i):t(r)?u[a]=o(n[a],r,i):-1===n.indexOf(r)&&u.push(e(r,i))})),u}function o(r,i,u){var a=Array.isArray(i),c=(u||{arrayMerge:n}).arrayMerge||n;return a?Array.isArray(r)?c(r,i,u):e(i,u):function(n,r,i){var u={};return t(n)&&Object.keys(n).forEach((function(t){u[t]=e(n[t],i)})),Object.keys(r).forEach((function(a){t(r[a])&&n[a]?u[a]=o(n[a],r[a],i):u[a]=e(r[a],i)})),u}(r,i,u)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),o=t((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),r=o.svg,i=o.xlink,u={};u[r.name]=r.uri,u[i.name]=i.uri;var a,c=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(u,e||{}))+">"+t+"</svg>"},s=o.svg,d=o.xlink,l={attrs:(a={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},a[s.name]=s.uri,a[d.name]=d.uri,a)},f=function(t){this.config=n(l,t||{}),this.symbols=[]};f.prototype.add=function(t){var e=this.symbols,n=this.find(t.id);return n?(e[e.indexOf(n)]=t,!1):(e.push(t),!0)},f.prototype.remove=function(t){var e=this.symbols,n=this.find(t);return!!n&&(e.splice(e.indexOf(n),1),n.destroy(),!0)},f.prototype.find=function(t){return this.symbols.filter((function(e){return e.id===t}))[0]||null},f.prototype.has=function(t){return null!==this.find(t)},f.prototype.stringify=function(){var t=this.config.attrs,e=this.symbols.map((function(t){return t.stringify()})).join("");return c(e,t)},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){this.symbols.forEach((function(t){return t.destroy()}))};var p=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};p.prototype.stringify=function(){return this.content},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var h=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n},y=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return h(c(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(p),v={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},m=function(t){return Array.prototype.slice.call(t,0)},g=function(){return/firefox/i.test(navigator.userAgent)},w=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},b=function(){return/edge/i.test(navigator.userAgent)},x=function(t){return(t||window.location.href).split("#")[0]},E=function(t){angular.module("ng").run(["$rootScope",function(e){e.$on("$locationChangeSuccess",(function(e,n,o){var r,i,u;r=t,i={oldUrl:o,newUrl:n},(u=document.createEvent("CustomEvent")).initCustomEvent(r,!1,!1,i),window.dispatchEvent(u)}))}])},_=function(t,e){return void 0===e&&(e="linearGradient, radialGradient, pattern, mask, clipPath"),m(t.querySelectorAll("symbol")).forEach((function(t){m(t.querySelectorAll(e)).forEach((function(e){t.parentNode.insertBefore(e,t)}))})),t},S=o.xlink.uri,O=/[{}|\\\^\[\]`"<>]/g;function A(t){return t.replace(O,(function(t){return"%"+t[0].charCodeAt(0).toString(16).toUpperCase()}))}var C,M=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],j=M.map((function(t){return"["+t+"]"})).join(","),k=function(t,e,n,o){var r=A(n),i=A(o);(function(t,e){return m(t).reduce((function(t,n){if(!n.attributes)return t;var o=m(n.attributes),r=e?o.filter(e):o;return t.concat(r)}),[])})(t.querySelectorAll(j),(function(t){var e=t.localName,n=t.value;return-1!==M.indexOf(e)&&-1!==n.indexOf("url("+r)})).forEach((function(t){return t.value=t.value.replace(new RegExp(r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(t,e,n){m(t).forEach((function(t){var o=t.getAttribute("xlink:href");if(o&&0===o.indexOf(e)){var r=o.replace(e,n);t.setAttributeNS(S,"xlink:href",r)}}))}(e,r,i)},N="mount",B="symbol_mount",P=function(t){function e(e){var o=this;void 0===e&&(e={}),t.call(this,n(v,e));var r,i=(r=r||Object.create(null),{on:function(t,e){(r[t]||(r[t]=[])).push(e)},off:function(t,e){r[t]&&r[t].splice(r[t].indexOf(e)>>>0,1)},emit:function(t,e){(r[t]||[]).map((function(t){t(e)})),(r["*"]||[]).map((function(n){n(t,e)}))}});this._emitter=i,this.node=null;var u=this.config;if(u.autoConfigure&&this._autoConfigure(e),u.syncUrlsWithBaseTag){var a=document.getElementsByTagName("base")[0].getAttribute("href");i.on(N,(function(){return o.updateUrls("#",a)}))}var c=this._handleLocationChange.bind(this);this._handleLocationChange=c,u.listenLocationChangeEvent&&window.addEventListener(u.locationChangeEvent,c),u.locationChangeAngularEmitter&&E(u.locationChangeEvent),i.on(N,(function(t){u.moveGradientsOutsideSymbol&&_(t)})),i.on(B,(function(t){var e;u.moveGradientsOutsideSymbol&&_(t.parentNode),(w()||b())&&(e=[],m(t.querySelectorAll("style")).forEach((function(t){t.textContent+="",e.push(t)})))}))}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},e.prototype._autoConfigure=function(t){var e=this.config;void 0===t.syncUrlsWithBaseTag&&(e.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===t.locationChangeAngularEmitter&&(e.locationChangeAngularEmitter=void 0!==window.angular),void 0===t.moveGradientsOutsideSymbol&&(e.moveGradientsOutsideSymbol=g())},e.prototype._handleLocationChange=function(t){var e=t.detail,n=e.oldUrl,o=e.newUrl;this.updateUrls(n,o)},e.prototype.add=function(e){var n=t.prototype.add.call(this,e);return this.isMounted&&n&&(e.mount(this.node),this._emitter.emit(B,e.node)),n},e.prototype.attach=function(t){var e=this,n=this;if(n.isMounted)return n.node;var o="string"==typeof t?document.querySelector(t):t;return n.node=o,this.symbols.forEach((function(t){t.mount(n.node),e._emitter.emit(B,t.node)})),m(o.querySelectorAll("symbol")).forEach((function(t){var e=y.createFromExistingNode(t);e.node=t,n.add(e)})),this._emitter.emit(N,o),o},e.prototype.destroy=function(){var t=this.config,e=this.symbols,n=this._emitter;e.forEach((function(t){return t.destroy()})),n.off("*"),window.removeEventListener(t.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},e.prototype.mount=function(t,e){if(void 0===t&&(t=this.config.mountTo),void 0===e&&(e=!1),this.isMounted)return this.node;var n="string"==typeof t?document.querySelector(t):t,o=this.render();return this.node=o,e&&n.childNodes[0]?n.insertBefore(o,n.childNodes[0]):n.appendChild(o),this._emitter.emit(N,o),o},e.prototype.render=function(){return h(this.stringify())},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},e.prototype.updateUrls=function(t,e){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return k(this.node,n,x(t)+"#",x(e)+"#"),!0},Object.defineProperties(e.prototype,o),e}(f),T=t((function(t){var e,n,o,r,i;t.exports=(n=[],o=document,r=o.documentElement.doScroll,(i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(o.readyState))||o.addEventListener("DOMContentLoaded",e=function(){for(o.removeEventListener("DOMContentLoaded",e),i=1;e=n.shift();)e()}),function(t){i?setTimeout(t,0):n.push(t)})}));window.__SVG_SPRITE__?C=window.__SVG_SPRITE__:(C=new P({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=C);var L=function(){var t=document.getElementById("__SVG_SPRITE_NODE__");t?C.attach(t):C.mount(document.body,!0)};return document.body?L():T(L),C},t.exports=n()}).call(this,n(8))},59:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.addSocialMenuClass=void 0;e.addSocialMenuClass=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document,e=t.querySelectorAll(".nb-navigation .menu-item a"),n=window.getComputedStyle(document.documentElement),o=n.getPropertyValue("--enable-social-icons"),r=!!parseInt(o,10);r&&e.forEach((function(t,e){var n=window.getComputedStyle(t).getPropertyValue("--is-social");!!parseInt(n,10)&&t.parentElement.classList.add("social-menu-item")}))}},7:function(t,e){t.exports=window.wp.blocks},8:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n}});
     1!function(t){var e={};function n(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(o,r,function(e){return t[e]}.bind(null,r));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=183)}({0:function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports.default=t.exports},1:function(t,e){t.exports=window.wp.element},183:function(t,e,n){"use strict";var o=n(0),r=n(1),i=n(7),u=o(n(34)),a=n(2),c=o(n(184)),s=o(n(185)),d=n(59);(0,i.registerBlockType)("novablocks/navigation",{icon:(0,a.getSvg)(c.default),attributes:s.default,edit:function(t){var e=t.clientId;return(0,a.useSelectParent)(t),(0,r.useLayoutEffect)((function(){var t=document.querySelector(".block-".concat(e)),n=t?t.parentElement:null;if(n){if(!window.MutationObserver)return;var o=new MutationObserver((function(t){(0,d.addSocialMenuClass)(n)}));return o.observe(n.parentElement,{childList:!0,subtree:!0}),function(){o.disconnect()}}}),[]),(0,r.createElement)(u.default,{block:"novablocks/navigation",attributes:t.attributes,className:"block-".concat(e)})},save:function(){return!1}})},184:function(t,e,n){"use strict";n.r(e);var o=n(4),r=n.n(o),i=n(5),u=n.n(i),a=new r.a({id:"block-library-navigation/icon",use:"block-library-navigation/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-navigation/icon"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zM5.857 8A.857.857 0 0 1 5 7.143C5 6.512 5.512 6 6.143 6H18a1 1 0 1 1 0 2H5.857zM5 12.143c0 .473.384.857.857.857H18a1 1 0 1 0 0-2H6.143C5.512 11 5 11.512 5 12.143zM5.857 18A.857.857 0 0 1 5 17.143C5 16.512 5.512 16 6.143 16H18a1 1 0 1 1 0 2H5.857z" fill="#6565F2" /></symbol>'});u.a.add(a);e.default=a},185:function(t){t.exports=JSON.parse('{"slug":{"type":"string","default":""},"className":{"type":"string","default":""}}')},2:function(t,e){t.exports=window.novablocks.blockEditor},34:function(t,e){t.exports=window.wp.serverSideRender},4:function(t,e,n){(function(e){var n;n=function(){"use strict";var t=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};function n(t,e){return t(e={exports:{}},e.exports),e.exports}t.prototype.stringify=function(){return this.content},t.prototype.toString=function(){return this.stringify()},t.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))},"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var o=n((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var u=n.slice();return r.forEach((function(r,a){void 0===u[a]?u[a]=e(r,i):t(r)?u[a]=o(n[a],r,i):-1===n.indexOf(r)&&u.push(e(r,i))})),u}function o(r,i,u){var a=Array.isArray(i),c=(u||{arrayMerge:n}).arrayMerge||n;return a?Array.isArray(r)?c(r,i,u):e(i,u):function(n,r,i){var u={};return t(n)&&Object.keys(n).forEach((function(t){u[t]=e(n[t],i)})),Object.keys(r).forEach((function(a){t(r[a])&&n[a]?u[a]=o(n[a],r[a],i):u[a]=e(r[a],i)})),u}(r,i,u)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),r=n((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),i=r.svg,u=r.xlink,a={};a[i.name]=i.uri,a[u.name]=u.uri;var c=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(o(a,e||{}))+">"+t+"</svg>"};return function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n}(c(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(t)},t.exports=n()}).call(this,n(8))},5:function(t,e,n){(function(e){var n;n=function(){"use strict";function t(t,e){return t(e={exports:{}},e.exports),e.exports}"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var n=t((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var u=n.slice();return r.forEach((function(r,a){void 0===u[a]?u[a]=e(r,i):t(r)?u[a]=o(n[a],r,i):-1===n.indexOf(r)&&u.push(e(r,i))})),u}function o(r,i,u){var a=Array.isArray(i),c=(u||{arrayMerge:n}).arrayMerge||n;return a?Array.isArray(r)?c(r,i,u):e(i,u):function(n,r,i){var u={};return t(n)&&Object.keys(n).forEach((function(t){u[t]=e(n[t],i)})),Object.keys(r).forEach((function(a){t(r[a])&&n[a]?u[a]=o(n[a],r[a],i):u[a]=e(r[a],i)})),u}(r,i,u)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),o=t((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),r=o.svg,i=o.xlink,u={};u[r.name]=r.uri,u[i.name]=i.uri;var a,c=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(u,e||{}))+">"+t+"</svg>"},s=o.svg,d=o.xlink,l={attrs:(a={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},a[s.name]=s.uri,a[d.name]=d.uri,a)},f=function(t){this.config=n(l,t||{}),this.symbols=[]};f.prototype.add=function(t){var e=this.symbols,n=this.find(t.id);return n?(e[e.indexOf(n)]=t,!1):(e.push(t),!0)},f.prototype.remove=function(t){var e=this.symbols,n=this.find(t);return!!n&&(e.splice(e.indexOf(n),1),n.destroy(),!0)},f.prototype.find=function(t){return this.symbols.filter((function(e){return e.id===t}))[0]||null},f.prototype.has=function(t){return null!==this.find(t)},f.prototype.stringify=function(){var t=this.config.attrs,e=this.symbols.map((function(t){return t.stringify()})).join("");return c(e,t)},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){this.symbols.forEach((function(t){return t.destroy()}))};var p=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};p.prototype.stringify=function(){return this.content},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var h=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n},y=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return h(c(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(p),v={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},m=function(t){return Array.prototype.slice.call(t,0)},g=function(){return/firefox/i.test(navigator.userAgent)},w=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},b=function(){return/edge/i.test(navigator.userAgent)},x=function(t){return(t||window.location.href).split("#")[0]},E=function(t){angular.module("ng").run(["$rootScope",function(e){e.$on("$locationChangeSuccess",(function(e,n,o){var r,i,u;r=t,i={oldUrl:o,newUrl:n},(u=document.createEvent("CustomEvent")).initCustomEvent(r,!1,!1,i),window.dispatchEvent(u)}))}])},_=function(t,e){return void 0===e&&(e="linearGradient, radialGradient, pattern, mask, clipPath"),m(t.querySelectorAll("symbol")).forEach((function(t){m(t.querySelectorAll(e)).forEach((function(e){t.parentNode.insertBefore(e,t)}))})),t},S=o.xlink.uri,O=/[{}|\\\^\[\]`"<>]/g;function A(t){return t.replace(O,(function(t){return"%"+t[0].charCodeAt(0).toString(16).toUpperCase()}))}var C,M=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],j=M.map((function(t){return"["+t+"]"})).join(","),k=function(t,e,n,o){var r=A(n),i=A(o);(function(t,e){return m(t).reduce((function(t,n){if(!n.attributes)return t;var o=m(n.attributes),r=e?o.filter(e):o;return t.concat(r)}),[])})(t.querySelectorAll(j),(function(t){var e=t.localName,n=t.value;return-1!==M.indexOf(e)&&-1!==n.indexOf("url("+r)})).forEach((function(t){return t.value=t.value.replace(new RegExp(r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(t,e,n){m(t).forEach((function(t){var o=t.getAttribute("xlink:href");if(o&&0===o.indexOf(e)){var r=o.replace(e,n);t.setAttributeNS(S,"xlink:href",r)}}))}(e,r,i)},N="mount",B="symbol_mount",P=function(t){function e(e){var o=this;void 0===e&&(e={}),t.call(this,n(v,e));var r,i=(r=r||Object.create(null),{on:function(t,e){(r[t]||(r[t]=[])).push(e)},off:function(t,e){r[t]&&r[t].splice(r[t].indexOf(e)>>>0,1)},emit:function(t,e){(r[t]||[]).map((function(t){t(e)})),(r["*"]||[]).map((function(n){n(t,e)}))}});this._emitter=i,this.node=null;var u=this.config;if(u.autoConfigure&&this._autoConfigure(e),u.syncUrlsWithBaseTag){var a=document.getElementsByTagName("base")[0].getAttribute("href");i.on(N,(function(){return o.updateUrls("#",a)}))}var c=this._handleLocationChange.bind(this);this._handleLocationChange=c,u.listenLocationChangeEvent&&window.addEventListener(u.locationChangeEvent,c),u.locationChangeAngularEmitter&&E(u.locationChangeEvent),i.on(N,(function(t){u.moveGradientsOutsideSymbol&&_(t)})),i.on(B,(function(t){var e;u.moveGradientsOutsideSymbol&&_(t.parentNode),(w()||b())&&(e=[],m(t.querySelectorAll("style")).forEach((function(t){t.textContent+="",e.push(t)})))}))}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},e.prototype._autoConfigure=function(t){var e=this.config;void 0===t.syncUrlsWithBaseTag&&(e.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===t.locationChangeAngularEmitter&&(e.locationChangeAngularEmitter=void 0!==window.angular),void 0===t.moveGradientsOutsideSymbol&&(e.moveGradientsOutsideSymbol=g())},e.prototype._handleLocationChange=function(t){var e=t.detail,n=e.oldUrl,o=e.newUrl;this.updateUrls(n,o)},e.prototype.add=function(e){var n=t.prototype.add.call(this,e);return this.isMounted&&n&&(e.mount(this.node),this._emitter.emit(B,e.node)),n},e.prototype.attach=function(t){var e=this,n=this;if(n.isMounted)return n.node;var o="string"==typeof t?document.querySelector(t):t;return n.node=o,this.symbols.forEach((function(t){t.mount(n.node),e._emitter.emit(B,t.node)})),m(o.querySelectorAll("symbol")).forEach((function(t){var e=y.createFromExistingNode(t);e.node=t,n.add(e)})),this._emitter.emit(N,o),o},e.prototype.destroy=function(){var t=this.config,e=this.symbols,n=this._emitter;e.forEach((function(t){return t.destroy()})),n.off("*"),window.removeEventListener(t.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},e.prototype.mount=function(t,e){if(void 0===t&&(t=this.config.mountTo),void 0===e&&(e=!1),this.isMounted)return this.node;var n="string"==typeof t?document.querySelector(t):t,o=this.render();return this.node=o,e&&n.childNodes[0]?n.insertBefore(o,n.childNodes[0]):n.appendChild(o),this._emitter.emit(N,o),o},e.prototype.render=function(){return h(this.stringify())},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},e.prototype.updateUrls=function(t,e){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return k(this.node,n,x(t)+"#",x(e)+"#"),!0},Object.defineProperties(e.prototype,o),e}(f),T=t((function(t){var e,n,o,r,i;t.exports=(n=[],o=document,r=o.documentElement.doScroll,(i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(o.readyState))||o.addEventListener("DOMContentLoaded",e=function(){for(o.removeEventListener("DOMContentLoaded",e),i=1;e=n.shift();)e()}),function(t){i?setTimeout(t,0):n.push(t)})}));window.__SVG_SPRITE__?C=window.__SVG_SPRITE__:(C=new P({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=C);var L=function(){var t=document.getElementById("__SVG_SPRITE_NODE__");t?C.attach(t):C.mount(document.body,!0)};return document.body?L():T(L),C},t.exports=n()}).call(this,n(8))},59:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.addSocialMenuClass=void 0;e.addSocialMenuClass=function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:document,e=t.querySelectorAll(".nb-navigation .menu-item a"),n=window.getComputedStyle(document.documentElement),o=n.getPropertyValue("--enable-social-icons"),r=!!parseInt(o,10);r&&e.forEach((function(t,e){var n=window.getComputedStyle(t).getPropertyValue("--is-social");!!parseInt(n,10)&&t.parentElement.classList.add("social-menu-item")}))}},7:function(t,e){t.exports=window.wp.blocks},8:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n}});
  • nova-blocks/trunk/build/block-library/blocks/openhours/index.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('novablocks-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '106aaec80a958d7c4a859b9b1d23423c');
     1<?php return array('dependencies' => array('novablocks-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '7379a3a743cb4bd186ecc31e1d21b976');
  • nova-blocks/trunk/build/block-library/blocks/openhours/index.js

    r2719178 r2721032  
    1 !function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=185)}({0:function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},1:function(e,t){e.exports=window.wp.element},11:function(e,t){e.exports=window.wp.components},16:function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o},e.exports.__esModule=!0,e.exports.default=e.exports},18:function(e,t,n){var o=n(16);e.exports=function(e,t){if(e){if("string"==typeof e)return o(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}},e.exports.__esModule=!0,e.exports.default=e.exports},185:function(e,t,n){"use strict";var o=n(0),r=o(n(186)),i=o(n(187)),a=o(n(191)),u=n(3),s=n(7),l=n(2);(0,s.registerBlockType)("novablocks/openhours",{title:(0,u.__)("OpenHours","nova-blocks"),description:(0,u.__)("Display Opening Hours for any kind of venue.","nova-blocks"),category:"nova-blocks",icon:(0,l.getSvg)(r.default),attributes:a.default,supports:{html:!1},edit:i.default,save:function(){return!1}})},186:function(e,t,n){"use strict";n.r(t);var o=n(4),r=n.n(o),i=n(5),a=n.n(i),u=new r.a({id:"block-library-openhours/icon",use:"block-library-openhours/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-openhours/icon"><g clip-path="url(#block-library-openhours/icon_a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zM6.636 7.636l5.168 5.168 4.66-2.69a1 1 0 0 1 1 1.732l-5.298 3.058a1 1 0 0 1-1.18-.133 1.149 1.149 0 0 1-.208-.165L5.222 9.05a1 1 0 1 1 1.414-1.414z" fill="#6565F2" /></g><defs><clipPath id="block-library-openhours/icon_a"><path fill="#fff" d="M0 0h24v24H0z" /></clipPath></defs></symbol>'});a.a.add(u);t.default=u},187:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(1),i=o(n(188)),a=o(n(189)),u=function(e){return(0,r.createElement)(r.Fragment,null,(0,r.createElement)(a.default,e),(0,r.createElement)(i.default,e))};t.default=u},188:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(1),r=function(e){return(0,o.createElement)(wp.serverSideRender,{block:"novablocks/openhours",attributes:e.attributes})};t.default=r},189:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(1),i=o(n(24)),a=n(2),u=n(3),s=n(190),l=n(11),c=function(e){var t=e.attributes,n=t.openHoursStyle,o=t.text,c=t.timeFormat,d=t.openNote,p=t.closedNote,f=t.closedLabel,m=t.compressOpeningHours,h=t.hideClosedDays,g=t.useShortName,y=e.setAttributes,_=(0,r.createElement)(r.Fragment,null,(0,r.createElement)(l.ExternalLink,{href:"https://wordpress.org/support/article/formatting-date-and-time/"},(0,u.__)("Learn more about time formatting","nova-blocks")));return(0,r.createElement)(r.Fragment,null,(0,r.createElement)(a.ControlsSection,{id:"setup",label:(0,u.__)("Setup","nova-blocks")},(0,r.createElement)(a.ControlsTab,{label:(0,u.__)("Settings","nova-blocks")},(0,r.createElement)(l.TextareaControl,{key:"openhours-schedule-controls",label:(0,u.__)("Write your opening hours in a simple human readable format","nova-blocks"),value:o,className:"original-text",onChange:function(e){return y({text:e,parsedText:(0,s.parseContent)(e)})}}),(0,r.createElement)("div",{className:"components-base-control__label novablocks__label novablocks__example novablocks__example--multi"},(0,u.__)("Monday 10am - 3pm\nTuesday to Friday 9 - 17\nSat noon - 2am","nova-blocks")))),(0,r.createElement)(a.ControlsSection,{id:"display",label:(0,u.__)("Display","nova-blocks")},(0,r.createElement)(a.ControlsTab,{label:(0,u.__)("Settings","nova-blocks")},(0,r.createElement)(l.RadioControl,{key:"openhours-display-controls",label:(0,u.__)("Displaying the opening hours","nova-blocks"),value:n,selected:n,options:[{label:(0,u.__)("Overview","nova-blocks"),value:"overview"},{label:(0,u.__)("Current Status","nova-blocks"),value:"status"}],onChange:function(e){return y({openHoursStyle:e})}}),"status"===n&&(0,r.createElement)("div",{className:"components-base-control__label novablocks__label"},(0,u.__)('Write the "Open" and "Closed" messages using the tags displayed below.',"nova-blocks")),"status"===n&&(0,r.createElement)((function(){var e=(0,r.useState)(!1),t=(0,i.default)(e,2),n=t[0],o=t[1];return(0,r.createElement)(r.Fragment,null,(0,r.createElement)(l.Button,{className:"novablocks__label",isLink:!0,onClick:function(){return o(!0)}},"See available tags"),n&&(0,r.createElement)(l.Modal,{onRequestClose:function(){return o(!1)},shouldCloseOnEsc:!0,shouldCloseOnClickOutside:!0,className:"novablocks-openhours__modal"}))}),null),"status"===n&&(0,r.createElement)(l.TextControl,{label:(0,u.__)("Open Note","nova-blocks"),value:d,onChange:function(e){return y({openNote:e})}}),"status"===n&&(0,r.createElement)("div",{className:"components-base-control__label novablocks__label novablocks__example"},(0,u.__)("It's {time} and we're Open until {today-closing-time}.","nova-blocks")),"status"===n&&(0,r.createElement)("div",{className:"components-base-control__label novablocks__label novablocks__example"},(0,u.__)("{time} - It's today, we're Open.","nova-blocks")),"status"===n&&(0,r.createElement)(l.TextControl,{label:(0,u.__)("Closed Note","nova-blocks"),value:p,onChange:function(e){return y({closedNote:e})}}),"status"===n&&(0,r.createElement)("div",{className:"components-base-control__label novablocks__label novablocks__example"},(0,u.__)("We're closed until {next-opening-day} at {next-opening-time}.","nova-blocks")),"status"===n&&(0,r.createElement)("div",{className:"components-base-control__label novablocks__label novablocks__example"},(0,u.__)("{time} - it's closed now.","nova-blocks")),"overview"===n&&(0,r.createElement)(l.TextControl,{label:(0,u.__)("Closed Label","nova-blocks"),value:f,onChange:function(e){return y({closedLabel:e})}}),"overview"===n&&(0,r.createElement)(l.ToggleControl,{label:(0,u.__)("Compress Opening Hours","nova-blocks"),checked:m,onChange:function(){return y({compressOpeningHours:!m})}}),"overview"===n&&(0,r.createElement)(l.ToggleControl,{label:(0,u.__)("Hide Closed Days","nova-blocks"),checked:h,onChange:function(){return y({hideClosedDays:!h})}}),"overview"===n&&(0,r.createElement)(l.ToggleControl,{label:(0,u.__)("Use Short Day Name","nova-blocks"),checked:g,onChange:function(){return y({useShortName:!g})}}),(0,r.createElement)(l.TextControl,{label:(0,u.__)("Time Format","nova-blocks"),value:c,help:_,onChange:function(e){return y({timeFormat:e})}}))))};t.default=c},190:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parseContent=void 0;var o=o||{};o.util=o.util||{},o.util.Hours={padTimes:function(e){return e=(e=(e=(e=(e=(e=e.replace(/([^0-9]|^)([0-9]{3})([^0-9]|$)/g,"$10$2$3")).replace(/([^0-9]|^)([0-9]{3})([^0-9]|$)/g,"$10$2$3")).replace(/([^0-9]|^)([0-9]{2})([^0-9]|$)/g,"$1$200$3")).replace(/([^0-9]|^)([0-9]{2})([^0-9]|$)/g,"$1$200$3")).replace(/([^0-9]|^)([0-9])([^0-9]|$)/g,"$10$200$3")).replace(/([^0-9]|^)([0-9])([^0-9]|$)/g,"$10$200$3")},toTimeframe:function(e,t,n){return t>=n&&n<=240&&(n+=1440),{days:e,open:[{start:o.util.Hours.formatMinutes(t),end:o.util.Hours.formatMinutes(n)}]}},formatMinutes:function(e){var t=Math.floor(e/60),n=e%60,o=t%24!==t;return(t%=24)%10===t&&(t="0"+t),o&&(t="+"+t),n%10===n&&(n="0"+n),t+""+n},minutesAfterMidnight:function(e,t,n){var o=parseInt(e,10),r=void 0!==t?parseInt(t,10):0;return 12===o&&n&&(o-=12),n&&"p"===n[0]&&(o+=12),60*o+r}},o.util.HoursParser={parse:function(e){e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=e.toLowerCase()).replace(/\n/g," ; ")).replace(/(12|12:00)?midnight/g,"1200a")).replace(/(12|12:00)?noon/g,"1200p")).replace(/(open)?\s*24\s*hours?/g,"1200a-1200a")).replace(/\s*(and|,|\+|&)\s*/g,"&")).replace(/\s*(-|to|thru|through|till?|'till?|until)\s*/g,"-")).replace(/\s*a\.?m?\.?/g,"a")).replace(/\s*p\.?m?\.?/g,"p")).replace(/([0-9])(h|:|\.)([0-9])([^0-9]|$)/g,"$1$2$30$4")).replace(/([0-9]+)\s*(h|:|\.)\s*([0-9]{2})/g,"$1$3"),e=o.util.Hours.padTimes(e);var t=_.map(_.range(1,8),(function(t){var n=o.util.HoursParser.dayAliases(t),r=_.head(n),i=_.tail(n);return i.reverse(),r&&i&&_.each(i,(function(t){e=e.replace(new RegExp(t,"g"),r)})),r})),n="("+t.join("|")+")",r="([0-9][0-9])([0-9][0-9])\\s*([ap])?",i="([0-9]{4}\\s*[ap]?[^0-9]+[0-9]{4}\\s*[ap]?)",a=n+".*?"+i,u=i+".*?"+n,s=e.search(new RegExp(a)),l=e.search(new RegExp(u)),c=-1!==s&&s<=l||-1===l;if(c)for(var d=n+"&"+n+"[^&]*?"+i,p=new RegExp(d,"g"),f=0;f<t.length;++f)e=e.replace(p,"$1 $3; $2 $3; ");else for(d=i+"([^0-9]*?)"+n+"&"+n,p=new RegExp(d,"g"),f=0;f<t.length;++f)e=e.replace(p,"$1 $2 $3; $1 $4; ");var m=n+"[^a-z0-9]*"+n+"?",h=r+"[^0-9]*"+r,g=new RegExp(c?m+".*?"+h:h+".*?"+m,"g"),y=[];do{var v=g.exec(e);v&&y.push(v)}while(v);if(y.length<=0){var b=new RegExp("(@!ZfW#)?(@!ZfW#)?"+h).exec(e);b&&y.push(b)}var x=_.map(y,(function(e){var n=c?e[1]:e[7],r=c?e[2]:e[8],i=void 0!==n?t.indexOf(n):0,a=null;void 0!==r?void 0===n?i=t.indexOf(r):a=t.indexOf(r):void 0===n&&(a=7),null===a&&(a=i),a<i&&(a+=7);var u=_.map(_.range(i,a+1),(function(e){return e%7+1})),s=c?e[3]:e[1],l=c?e[4]:e[2],d=c?e[5]:e[3],p=c?e[6]:e[4],f=c?e[7]:e[5],m=c?e[8]:e[6],h=o.util.Hours.minutesAfterMidnight(s,l,d),g=o.util.Hours.minutesAfterMidnight(p,f,m);return o.util.Hours.toTimeframe(u,h,g)}));return x.length?{timeframes:x}:null},dayAliases:function(e){var t="";switch(e){case 1:t=["mondays","monday","monda","mond","mon","mo","m"];break;case 2:t=["tuesdays","tuesday","tuesd","tues","tue","tu"];break;case 3:t=["wednesdays","wednesday","wednes","wedne","wedn","wed","we","w"];break;case 4:t=["thursdays","thursday","thurs","thur","thu","th"];break;case 5:t=["fridays","friday","frida","frid","fri","fr","f"];break;case 6:t=["saturdays","saturday","satur","satu","sat","sa"];break;case 7:t=["sundays","sunday","sunda","sund","sun","su"];break;default:return[]}return _.sortBy(t,(function(e){return e.length}))}};t.parseContent=function(e){e=function(e){for(var t="",n=e.split("\n"),o=0;o<n.length;o++)n[o].includes("closed")||n[o].includes("Closed")||!n[o].match(/\d+/g)||(t+=n[o]+"\n");return t}(e);var t=o.util.HoursParser.parse(e);return JSON.stringify(t)}},191:function(e){e.exports=JSON.parse('{"text":{"type":"string","default":"Monday 10am - 3pm\\nTuesday to Friday 9 - 17\\nSat noon - 2am"},"parsedText":{"type":"string","default":"{\\"timeframes\\":[{\\"days\\":[1],\\"open\\":[{\\"start\\":\\"1000\\",\\"end\\":\\"2200\\"}]},{\\"days\\":[2,3,4,5],\\"open\\":[{\\"start\\":\\"0900\\",\\"end\\":\\"1700\\"}]},{\\"days\\":[6],\\"open\\":[{\\"start\\":\\"1200\\",\\"end\\":\\"+0200\\"}]}]}"},"timeFormat":{"type":"string","default":"g:ia"},"openHoursStyle":{"type":"string","default":"overview"},"openNote":{"type":"string","default":"It\'s {time} and we\'re Open until {today-closing-time}"},"closedNote":{"type":"string","default":"We\'re closed until {next-opening-day} at {next-opening-time}"},"closedLabel":{"type":"string","default":"Closed"},"compressOpeningHours":{"type":"boolean","default":false},"hideClosedDays":{"type":"boolean","default":false},"useShortName":{"type":"boolean","default":false}}')},2:function(e,t){e.exports=window.novablocks.blockEditor},24:function(e,t,n){var o=n(25),r=n(26),i=n(18),a=n(27);e.exports=function(e,t){return o(e)||r(e,t)||i(e,t)||a()},e.exports.__esModule=!0,e.exports.default=e.exports},25:function(e,t){e.exports=function(e){if(Array.isArray(e))return e},e.exports.__esModule=!0,e.exports.default=e.exports},26:function(e,t){e.exports=function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var o,r,i=[],a=!0,u=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(i.push(o.value),!t||i.length!==t);a=!0);}catch(e){u=!0,r=e}finally{try{a||null==n.return||n.return()}finally{if(u)throw r}}return i}},e.exports.__esModule=!0,e.exports.default=e.exports},27:function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports},3:function(e,t){e.exports=window.wp.i18n},4:function(e,t,n){(function(t){var n;n=function(){"use strict";var e=function(e){var t=e.id,n=e.viewBox,o=e.content;this.id=t,this.viewBox=n,this.content=o};function n(e,t){return e(t={exports:{}},t.exports),t.exports}e.prototype.stringify=function(){return this.content},e.prototype.toString=function(){return this.stringify()},e.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))},"undefined"!=typeof window?window:void 0!==t||"undefined"!=typeof self&&self;var o=n((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,n){var r;return n&&!0===n.clone&&e(t)?o((r=t,Array.isArray(r)?[]:{}),t,n):t}function n(n,r,i){var a=n.slice();return r.forEach((function(r,u){void 0===a[u]?a[u]=t(r,i):e(r)?a[u]=o(n[u],r,i):-1===n.indexOf(r)&&a.push(t(r,i))})),a}function o(r,i,a){var u=Array.isArray(i),s=(a||{arrayMerge:n}).arrayMerge||n;return u?Array.isArray(r)?s(r,i,a):t(i,a):function(n,r,i){var a={};return e(n)&&Object.keys(n).forEach((function(e){a[e]=t(n[e],i)})),Object.keys(r).forEach((function(u){e(r[u])&&n[u]?a[u]=o(n[u],r[u],i):a[u]=t(r[u],i)})),a}(r,i,a)}return o.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return o(e,n,t)}))},o}()})),r=n((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),i=r.svg,a=r.xlink,u={};u[i.name]=i.uri,u[a.name]=a.uri;var s=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(o(u,t||{}))+">"+e+"</svg>"};return function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n}(s(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(e)},e.exports=n()}).call(this,n(8))},5:function(e,t,n){(function(t){var n;n=function(){"use strict";function e(e,t){return e(t={exports:{}},t.exports),t.exports}"undefined"!=typeof window?window:void 0!==t||"undefined"!=typeof self&&self;var n=e((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,n){var r;return n&&!0===n.clone&&e(t)?o((r=t,Array.isArray(r)?[]:{}),t,n):t}function n(n,r,i){var a=n.slice();return r.forEach((function(r,u){void 0===a[u]?a[u]=t(r,i):e(r)?a[u]=o(n[u],r,i):-1===n.indexOf(r)&&a.push(t(r,i))})),a}function o(r,i,a){var u=Array.isArray(i),s=(a||{arrayMerge:n}).arrayMerge||n;return u?Array.isArray(r)?s(r,i,a):t(i,a):function(n,r,i){var a={};return e(n)&&Object.keys(n).forEach((function(e){a[e]=t(n[e],i)})),Object.keys(r).forEach((function(u){e(r[u])&&n[u]?a[u]=o(n[u],r[u],i):a[u]=t(r[u],i)})),a}(r,i,a)}return o.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return o(e,n,t)}))},o}()})),o=e((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),r=o.svg,i=o.xlink,a={};a[r.name]=r.uri,a[i.name]=i.uri;var u,s=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(a,t||{}))+">"+e+"</svg>"},l=o.svg,c=o.xlink,d={attrs:(u={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},u[l.name]=l.uri,u[c.name]=c.uri,u)},p=function(e){this.config=n(d,e||{}),this.symbols=[]};p.prototype.add=function(e){var t=this.symbols,n=this.find(e.id);return n?(t[t.indexOf(n)]=e,!1):(t.push(e),!0)},p.prototype.remove=function(e){var t=this.symbols,n=this.find(e);return!!n&&(t.splice(t.indexOf(n),1),n.destroy(),!0)},p.prototype.find=function(e){return this.symbols.filter((function(t){return t.id===e}))[0]||null},p.prototype.has=function(e){return null!==this.find(e)},p.prototype.stringify=function(){var e=this.config.attrs,t=this.symbols.map((function(e){return e.stringify()})).join("");return s(t,e)},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){this.symbols.forEach((function(e){return e.destroy()}))};var f=function(e){var t=e.id,n=e.viewBox,o=e.content;this.id=t,this.viewBox=n,this.content=o};f.prototype.stringify=function(){return this.content},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))};var m=function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n},h=function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return m(s(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(f),g={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},y=function(e){return Array.prototype.slice.call(e,0)},_=function(){return/firefox/i.test(navigator.userAgent)},v=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},b=function(){return/edge/i.test(navigator.userAgent)},x=function(e){return(e||window.location.href).split("#")[0]},w=function(e){angular.module("ng").run(["$rootScope",function(t){t.$on("$locationChangeSuccess",(function(t,n,o){var r,i,a;r=e,i={oldUrl:o,newUrl:n},(a=document.createEvent("CustomEvent")).initCustomEvent(r,!1,!1,i),window.dispatchEvent(a)}))}])},E=function(e,t){return void 0===t&&(t="linearGradient, radialGradient, pattern, mask, clipPath"),y(e.querySelectorAll("symbol")).forEach((function(e){y(e.querySelectorAll(t)).forEach((function(t){e.parentNode.insertBefore(t,e)}))})),e},C=o.xlink.uri,S=/[{}|\\\^\[\]`"<>]/g;function k(e){return e.replace(S,(function(e){return"%"+e[0].charCodeAt(0).toString(16).toUpperCase()}))}var O,M=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],A=M.map((function(e){return"["+e+"]"})).join(","),$=function(e,t,n,o){var r=k(n),i=k(o);(function(e,t){return y(e).reduce((function(e,n){if(!n.attributes)return e;var o=y(n.attributes),r=t?o.filter(t):o;return e.concat(r)}),[])})(e.querySelectorAll(A),(function(e){var t=e.localName,n=e.value;return-1!==M.indexOf(t)&&-1!==n.indexOf("url("+r)})).forEach((function(e){return e.value=e.value.replace(new RegExp(r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(e,t,n){y(e).forEach((function(e){var o=e.getAttribute("xlink:href");if(o&&0===o.indexOf(t)){var r=o.replace(t,n);e.setAttributeNS(C,"xlink:href",r)}}))}(t,r,i)},N="mount",j="symbol_mount",T=function(e){function t(t){var o=this;void 0===t&&(t={}),e.call(this,n(g,t));var r,i=(r=r||Object.create(null),{on:function(e,t){(r[e]||(r[e]=[])).push(t)},off:function(e,t){r[e]&&r[e].splice(r[e].indexOf(t)>>>0,1)},emit:function(e,t){(r[e]||[]).map((function(e){e(t)})),(r["*"]||[]).map((function(n){n(e,t)}))}});this._emitter=i,this.node=null;var a=this.config;if(a.autoConfigure&&this._autoConfigure(t),a.syncUrlsWithBaseTag){var u=document.getElementsByTagName("base")[0].getAttribute("href");i.on(N,(function(){return o.updateUrls("#",u)}))}var s=this._handleLocationChange.bind(this);this._handleLocationChange=s,a.listenLocationChangeEvent&&window.addEventListener(a.locationChangeEvent,s),a.locationChangeAngularEmitter&&w(a.locationChangeEvent),i.on(N,(function(e){a.moveGradientsOutsideSymbol&&E(e)})),i.on(j,(function(e){var t;a.moveGradientsOutsideSymbol&&E(e.parentNode),(v()||b())&&(t=[],y(e.querySelectorAll("style")).forEach((function(e){e.textContent+="",t.push(e)})))}))}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},t.prototype._autoConfigure=function(e){var t=this.config;void 0===e.syncUrlsWithBaseTag&&(t.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===e.locationChangeAngularEmitter&&(t.locationChangeAngularEmitter=void 0!==window.angular),void 0===e.moveGradientsOutsideSymbol&&(t.moveGradientsOutsideSymbol=_())},t.prototype._handleLocationChange=function(e){var t=e.detail,n=t.oldUrl,o=t.newUrl;this.updateUrls(n,o)},t.prototype.add=function(t){var n=e.prototype.add.call(this,t);return this.isMounted&&n&&(t.mount(this.node),this._emitter.emit(j,t.node)),n},t.prototype.attach=function(e){var t=this,n=this;if(n.isMounted)return n.node;var o="string"==typeof e?document.querySelector(e):e;return n.node=o,this.symbols.forEach((function(e){e.mount(n.node),t._emitter.emit(j,e.node)})),y(o.querySelectorAll("symbol")).forEach((function(e){var t=h.createFromExistingNode(e);t.node=e,n.add(t)})),this._emitter.emit(N,o),o},t.prototype.destroy=function(){var e=this.config,t=this.symbols,n=this._emitter;t.forEach((function(e){return e.destroy()})),n.off("*"),window.removeEventListener(e.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},t.prototype.mount=function(e,t){if(void 0===e&&(e=this.config.mountTo),void 0===t&&(t=!1),this.isMounted)return this.node;var n="string"==typeof e?document.querySelector(e):e,o=this.render();return this.node=o,t&&n.childNodes[0]?n.insertBefore(o,n.childNodes[0]):n.appendChild(o),this._emitter.emit(N,o),o},t.prototype.render=function(){return m(this.stringify())},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},t.prototype.updateUrls=function(e,t){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return $(this.node,n,x(e)+"#",x(t)+"#"),!0},Object.defineProperties(t.prototype,o),t}(p),P=e((function(e){var t,n,o,r,i;e.exports=(n=[],o=document,r=o.documentElement.doScroll,(i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(o.readyState))||o.addEventListener("DOMContentLoaded",t=function(){for(o.removeEventListener("DOMContentLoaded",t),i=1;t=n.shift();)t()}),function(e){i?setTimeout(e,0):n.push(e)})}));window.__SVG_SPRITE__?O=window.__SVG_SPRITE__:(O=new T({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=O);var B=function(){var e=document.getElementById("__SVG_SPRITE_NODE__");e?O.attach(e):O.mount(document.body,!0)};return document.body?B():P(B),O},e.exports=n()}).call(this,n(8))},7:function(e,t){e.exports=window.wp.blocks},8:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n}});
     1!function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=186)}({0:function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},1:function(e,t){e.exports=window.wp.element},11:function(e,t){e.exports=window.wp.components},16:function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o},e.exports.__esModule=!0,e.exports.default=e.exports},18:function(e,t,n){var o=n(16);e.exports=function(e,t){if(e){if("string"==typeof e)return o(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}},e.exports.__esModule=!0,e.exports.default=e.exports},186:function(e,t,n){"use strict";var o=n(0),r=o(n(187)),i=o(n(188)),a=o(n(192)),u=n(3),s=n(7),l=n(2);(0,s.registerBlockType)("novablocks/openhours",{title:(0,u.__)("OpenHours","nova-blocks"),description:(0,u.__)("Display Opening Hours for any kind of venue.","nova-blocks"),category:"nova-blocks",icon:(0,l.getSvg)(r.default),attributes:a.default,supports:{html:!1},edit:i.default,save:function(){return!1}})},187:function(e,t,n){"use strict";n.r(t);var o=n(4),r=n.n(o),i=n(5),a=n.n(i),u=new r.a({id:"block-library-openhours/icon",use:"block-library-openhours/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-openhours/icon"><g clip-path="url(#block-library-openhours/icon_a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0zM6.636 7.636l5.168 5.168 4.66-2.69a1 1 0 0 1 1 1.732l-5.298 3.058a1 1 0 0 1-1.18-.133 1.149 1.149 0 0 1-.208-.165L5.222 9.05a1 1 0 1 1 1.414-1.414z" fill="#6565F2" /></g><defs><clipPath id="block-library-openhours/icon_a"><path fill="#fff" d="M0 0h24v24H0z" /></clipPath></defs></symbol>'});a.a.add(u);t.default=u},188:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(1),i=o(n(189)),a=o(n(190)),u=function(e){return(0,r.createElement)(r.Fragment,null,(0,r.createElement)(a.default,e),(0,r.createElement)(i.default,e))};t.default=u},189:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(1),r=function(e){return(0,o.createElement)(wp.serverSideRender,{block:"novablocks/openhours",attributes:e.attributes})};t.default=r},190:function(e,t,n){"use strict";var o=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(1),i=o(n(24)),a=n(2),u=n(3),s=n(191),l=n(11),c=function(e){var t=e.attributes,n=t.openHoursStyle,o=t.text,c=t.timeFormat,d=t.openNote,p=t.closedNote,f=t.closedLabel,m=t.compressOpeningHours,h=t.hideClosedDays,g=t.useShortName,y=e.setAttributes,_=(0,r.createElement)(r.Fragment,null,(0,r.createElement)(l.ExternalLink,{href:"https://wordpress.org/support/article/formatting-date-and-time/"},(0,u.__)("Learn more about time formatting","nova-blocks")));return(0,r.createElement)(r.Fragment,null,(0,r.createElement)(a.ControlsSection,{id:"setup",label:(0,u.__)("Setup","nova-blocks")},(0,r.createElement)(a.ControlsTab,{label:(0,u.__)("Settings","nova-blocks")},(0,r.createElement)(l.TextareaControl,{key:"openhours-schedule-controls",label:(0,u.__)("Write your opening hours in a simple human readable format","nova-blocks"),value:o,className:"original-text",onChange:function(e){return y({text:e,parsedText:(0,s.parseContent)(e)})}}),(0,r.createElement)("div",{className:"components-base-control__label novablocks__label novablocks__example novablocks__example--multi"},(0,u.__)("Monday 10am - 3pm\nTuesday to Friday 9 - 17\nSat noon - 2am","nova-blocks")))),(0,r.createElement)(a.ControlsSection,{id:"display",label:(0,u.__)("Display","nova-blocks")},(0,r.createElement)(a.ControlsTab,{label:(0,u.__)("Settings","nova-blocks")},(0,r.createElement)(l.RadioControl,{key:"openhours-display-controls",label:(0,u.__)("Displaying the opening hours","nova-blocks"),value:n,selected:n,options:[{label:(0,u.__)("Overview","nova-blocks"),value:"overview"},{label:(0,u.__)("Current Status","nova-blocks"),value:"status"}],onChange:function(e){return y({openHoursStyle:e})}}),"status"===n&&(0,r.createElement)("div",{className:"components-base-control__label novablocks__label"},(0,u.__)('Write the "Open" and "Closed" messages using the tags displayed below.',"nova-blocks")),"status"===n&&(0,r.createElement)((function(){var e=(0,r.useState)(!1),t=(0,i.default)(e,2),n=t[0],o=t[1];return(0,r.createElement)(r.Fragment,null,(0,r.createElement)(l.Button,{className:"novablocks__label",isLink:!0,onClick:function(){return o(!0)}},"See available tags"),n&&(0,r.createElement)(l.Modal,{onRequestClose:function(){return o(!1)},shouldCloseOnEsc:!0,shouldCloseOnClickOutside:!0,className:"novablocks-openhours__modal"}))}),null),"status"===n&&(0,r.createElement)(l.TextControl,{label:(0,u.__)("Open Note","nova-blocks"),value:d,onChange:function(e){return y({openNote:e})}}),"status"===n&&(0,r.createElement)("div",{className:"components-base-control__label novablocks__label novablocks__example"},(0,u.__)("It's {time} and we're Open until {today-closing-time}.","nova-blocks")),"status"===n&&(0,r.createElement)("div",{className:"components-base-control__label novablocks__label novablocks__example"},(0,u.__)("{time} - It's today, we're Open.","nova-blocks")),"status"===n&&(0,r.createElement)(l.TextControl,{label:(0,u.__)("Closed Note","nova-blocks"),value:p,onChange:function(e){return y({closedNote:e})}}),"status"===n&&(0,r.createElement)("div",{className:"components-base-control__label novablocks__label novablocks__example"},(0,u.__)("We're closed until {next-opening-day} at {next-opening-time}.","nova-blocks")),"status"===n&&(0,r.createElement)("div",{className:"components-base-control__label novablocks__label novablocks__example"},(0,u.__)("{time} - it's closed now.","nova-blocks")),"overview"===n&&(0,r.createElement)(l.TextControl,{label:(0,u.__)("Closed Label","nova-blocks"),value:f,onChange:function(e){return y({closedLabel:e})}}),"overview"===n&&(0,r.createElement)(l.ToggleControl,{label:(0,u.__)("Compress Opening Hours","nova-blocks"),checked:m,onChange:function(){return y({compressOpeningHours:!m})}}),"overview"===n&&(0,r.createElement)(l.ToggleControl,{label:(0,u.__)("Hide Closed Days","nova-blocks"),checked:h,onChange:function(){return y({hideClosedDays:!h})}}),"overview"===n&&(0,r.createElement)(l.ToggleControl,{label:(0,u.__)("Use Short Day Name","nova-blocks"),checked:g,onChange:function(){return y({useShortName:!g})}}),(0,r.createElement)(l.TextControl,{label:(0,u.__)("Time Format","nova-blocks"),value:c,help:_,onChange:function(e){return y({timeFormat:e})}}))))};t.default=c},191:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.parseContent=void 0;var o=o||{};o.util=o.util||{},o.util.Hours={padTimes:function(e){return e=(e=(e=(e=(e=(e=e.replace(/([^0-9]|^)([0-9]{3})([^0-9]|$)/g,"$10$2$3")).replace(/([^0-9]|^)([0-9]{3})([^0-9]|$)/g,"$10$2$3")).replace(/([^0-9]|^)([0-9]{2})([^0-9]|$)/g,"$1$200$3")).replace(/([^0-9]|^)([0-9]{2})([^0-9]|$)/g,"$1$200$3")).replace(/([^0-9]|^)([0-9])([^0-9]|$)/g,"$10$200$3")).replace(/([^0-9]|^)([0-9])([^0-9]|$)/g,"$10$200$3")},toTimeframe:function(e,t,n){return t>=n&&n<=240&&(n+=1440),{days:e,open:[{start:o.util.Hours.formatMinutes(t),end:o.util.Hours.formatMinutes(n)}]}},formatMinutes:function(e){var t=Math.floor(e/60),n=e%60,o=t%24!==t;return(t%=24)%10===t&&(t="0"+t),o&&(t="+"+t),n%10===n&&(n="0"+n),t+""+n},minutesAfterMidnight:function(e,t,n){var o=parseInt(e,10),r=void 0!==t?parseInt(t,10):0;return 12===o&&n&&(o-=12),n&&"p"===n[0]&&(o+=12),60*o+r}},o.util.HoursParser={parse:function(e){e=(e=(e=(e=(e=(e=(e=(e=(e=(e=(e=e.toLowerCase()).replace(/\n/g," ; ")).replace(/(12|12:00)?midnight/g,"1200a")).replace(/(12|12:00)?noon/g,"1200p")).replace(/(open)?\s*24\s*hours?/g,"1200a-1200a")).replace(/\s*(and|,|\+|&)\s*/g,"&")).replace(/\s*(-|to|thru|through|till?|'till?|until)\s*/g,"-")).replace(/\s*a\.?m?\.?/g,"a")).replace(/\s*p\.?m?\.?/g,"p")).replace(/([0-9])(h|:|\.)([0-9])([^0-9]|$)/g,"$1$2$30$4")).replace(/([0-9]+)\s*(h|:|\.)\s*([0-9]{2})/g,"$1$3"),e=o.util.Hours.padTimes(e);var t=_.map(_.range(1,8),(function(t){var n=o.util.HoursParser.dayAliases(t),r=_.head(n),i=_.tail(n);return i.reverse(),r&&i&&_.each(i,(function(t){e=e.replace(new RegExp(t,"g"),r)})),r})),n="("+t.join("|")+")",r="([0-9][0-9])([0-9][0-9])\\s*([ap])?",i="([0-9]{4}\\s*[ap]?[^0-9]+[0-9]{4}\\s*[ap]?)",a=n+".*?"+i,u=i+".*?"+n,s=e.search(new RegExp(a)),l=e.search(new RegExp(u)),c=-1!==s&&s<=l||-1===l;if(c)for(var d=n+"&"+n+"[^&]*?"+i,p=new RegExp(d,"g"),f=0;f<t.length;++f)e=e.replace(p,"$1 $3; $2 $3; ");else for(d=i+"([^0-9]*?)"+n+"&"+n,p=new RegExp(d,"g"),f=0;f<t.length;++f)e=e.replace(p,"$1 $2 $3; $1 $4; ");var m=n+"[^a-z0-9]*"+n+"?",h=r+"[^0-9]*"+r,g=new RegExp(c?m+".*?"+h:h+".*?"+m,"g"),y=[];do{var v=g.exec(e);v&&y.push(v)}while(v);if(y.length<=0){var b=new RegExp("(@!ZfW#)?(@!ZfW#)?"+h).exec(e);b&&y.push(b)}var x=_.map(y,(function(e){var n=c?e[1]:e[7],r=c?e[2]:e[8],i=void 0!==n?t.indexOf(n):0,a=null;void 0!==r?void 0===n?i=t.indexOf(r):a=t.indexOf(r):void 0===n&&(a=7),null===a&&(a=i),a<i&&(a+=7);var u=_.map(_.range(i,a+1),(function(e){return e%7+1})),s=c?e[3]:e[1],l=c?e[4]:e[2],d=c?e[5]:e[3],p=c?e[6]:e[4],f=c?e[7]:e[5],m=c?e[8]:e[6],h=o.util.Hours.minutesAfterMidnight(s,l,d),g=o.util.Hours.minutesAfterMidnight(p,f,m);return o.util.Hours.toTimeframe(u,h,g)}));return x.length?{timeframes:x}:null},dayAliases:function(e){var t="";switch(e){case 1:t=["mondays","monday","monda","mond","mon","mo","m"];break;case 2:t=["tuesdays","tuesday","tuesd","tues","tue","tu"];break;case 3:t=["wednesdays","wednesday","wednes","wedne","wedn","wed","we","w"];break;case 4:t=["thursdays","thursday","thurs","thur","thu","th"];break;case 5:t=["fridays","friday","frida","frid","fri","fr","f"];break;case 6:t=["saturdays","saturday","satur","satu","sat","sa"];break;case 7:t=["sundays","sunday","sunda","sund","sun","su"];break;default:return[]}return _.sortBy(t,(function(e){return e.length}))}};t.parseContent=function(e){e=function(e){for(var t="",n=e.split("\n"),o=0;o<n.length;o++)n[o].includes("closed")||n[o].includes("Closed")||!n[o].match(/\d+/g)||(t+=n[o]+"\n");return t}(e);var t=o.util.HoursParser.parse(e);return JSON.stringify(t)}},192:function(e){e.exports=JSON.parse('{"text":{"type":"string","default":"Monday 10am - 3pm\\nTuesday to Friday 9 - 17\\nSat noon - 2am"},"parsedText":{"type":"string","default":"{\\"timeframes\\":[{\\"days\\":[1],\\"open\\":[{\\"start\\":\\"1000\\",\\"end\\":\\"2200\\"}]},{\\"days\\":[2,3,4,5],\\"open\\":[{\\"start\\":\\"0900\\",\\"end\\":\\"1700\\"}]},{\\"days\\":[6],\\"open\\":[{\\"start\\":\\"1200\\",\\"end\\":\\"+0200\\"}]}]}"},"timeFormat":{"type":"string","default":"g:ia"},"openHoursStyle":{"type":"string","default":"overview"},"openNote":{"type":"string","default":"It\'s {time} and we\'re Open until {today-closing-time}"},"closedNote":{"type":"string","default":"We\'re closed until {next-opening-day} at {next-opening-time}"},"closedLabel":{"type":"string","default":"Closed"},"compressOpeningHours":{"type":"boolean","default":false},"hideClosedDays":{"type":"boolean","default":false},"useShortName":{"type":"boolean","default":false}}')},2:function(e,t){e.exports=window.novablocks.blockEditor},24:function(e,t,n){var o=n(25),r=n(26),i=n(18),a=n(27);e.exports=function(e,t){return o(e)||r(e,t)||i(e,t)||a()},e.exports.__esModule=!0,e.exports.default=e.exports},25:function(e,t){e.exports=function(e){if(Array.isArray(e))return e},e.exports.__esModule=!0,e.exports.default=e.exports},26:function(e,t){e.exports=function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var o,r,i=[],a=!0,u=!1;try{for(n=n.call(e);!(a=(o=n.next()).done)&&(i.push(o.value),!t||i.length!==t);a=!0);}catch(e){u=!0,r=e}finally{try{a||null==n.return||n.return()}finally{if(u)throw r}}return i}},e.exports.__esModule=!0,e.exports.default=e.exports},27:function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports},3:function(e,t){e.exports=window.wp.i18n},4:function(e,t,n){(function(t){var n;n=function(){"use strict";var e=function(e){var t=e.id,n=e.viewBox,o=e.content;this.id=t,this.viewBox=n,this.content=o};function n(e,t){return e(t={exports:{}},t.exports),t.exports}e.prototype.stringify=function(){return this.content},e.prototype.toString=function(){return this.stringify()},e.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))},"undefined"!=typeof window?window:void 0!==t||"undefined"!=typeof self&&self;var o=n((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,n){var r;return n&&!0===n.clone&&e(t)?o((r=t,Array.isArray(r)?[]:{}),t,n):t}function n(n,r,i){var a=n.slice();return r.forEach((function(r,u){void 0===a[u]?a[u]=t(r,i):e(r)?a[u]=o(n[u],r,i):-1===n.indexOf(r)&&a.push(t(r,i))})),a}function o(r,i,a){var u=Array.isArray(i),s=(a||{arrayMerge:n}).arrayMerge||n;return u?Array.isArray(r)?s(r,i,a):t(i,a):function(n,r,i){var a={};return e(n)&&Object.keys(n).forEach((function(e){a[e]=t(n[e],i)})),Object.keys(r).forEach((function(u){e(r[u])&&n[u]?a[u]=o(n[u],r[u],i):a[u]=t(r[u],i)})),a}(r,i,a)}return o.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return o(e,n,t)}))},o}()})),r=n((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),i=r.svg,a=r.xlink,u={};u[i.name]=i.uri,u[a.name]=a.uri;var s=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(o(u,t||{}))+">"+e+"</svg>"};return function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n}(s(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(e)},e.exports=n()}).call(this,n(8))},5:function(e,t,n){(function(t){var n;n=function(){"use strict";function e(e,t){return e(t={exports:{}},t.exports),t.exports}"undefined"!=typeof window?window:void 0!==t||"undefined"!=typeof self&&self;var n=e((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,n){var r;return n&&!0===n.clone&&e(t)?o((r=t,Array.isArray(r)?[]:{}),t,n):t}function n(n,r,i){var a=n.slice();return r.forEach((function(r,u){void 0===a[u]?a[u]=t(r,i):e(r)?a[u]=o(n[u],r,i):-1===n.indexOf(r)&&a.push(t(r,i))})),a}function o(r,i,a){var u=Array.isArray(i),s=(a||{arrayMerge:n}).arrayMerge||n;return u?Array.isArray(r)?s(r,i,a):t(i,a):function(n,r,i){var a={};return e(n)&&Object.keys(n).forEach((function(e){a[e]=t(n[e],i)})),Object.keys(r).forEach((function(u){e(r[u])&&n[u]?a[u]=o(n[u],r[u],i):a[u]=t(r[u],i)})),a}(r,i,a)}return o.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return o(e,n,t)}))},o}()})),o=e((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),r=o.svg,i=o.xlink,a={};a[r.name]=r.uri,a[i.name]=i.uri;var u,s=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(a,t||{}))+">"+e+"</svg>"},l=o.svg,c=o.xlink,d={attrs:(u={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},u[l.name]=l.uri,u[c.name]=c.uri,u)},p=function(e){this.config=n(d,e||{}),this.symbols=[]};p.prototype.add=function(e){var t=this.symbols,n=this.find(e.id);return n?(t[t.indexOf(n)]=e,!1):(t.push(e),!0)},p.prototype.remove=function(e){var t=this.symbols,n=this.find(e);return!!n&&(t.splice(t.indexOf(n),1),n.destroy(),!0)},p.prototype.find=function(e){return this.symbols.filter((function(t){return t.id===e}))[0]||null},p.prototype.has=function(e){return null!==this.find(e)},p.prototype.stringify=function(){var e=this.config.attrs,t=this.symbols.map((function(e){return e.stringify()})).join("");return s(t,e)},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){this.symbols.forEach((function(e){return e.destroy()}))};var f=function(e){var t=e.id,n=e.viewBox,o=e.content;this.id=t,this.viewBox=n,this.content=o};f.prototype.stringify=function(){return this.content},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))};var m=function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n},h=function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return m(s(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(f),g={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},y=function(e){return Array.prototype.slice.call(e,0)},_=function(){return/firefox/i.test(navigator.userAgent)},v=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},b=function(){return/edge/i.test(navigator.userAgent)},x=function(e){return(e||window.location.href).split("#")[0]},w=function(e){angular.module("ng").run(["$rootScope",function(t){t.$on("$locationChangeSuccess",(function(t,n,o){var r,i,a;r=e,i={oldUrl:o,newUrl:n},(a=document.createEvent("CustomEvent")).initCustomEvent(r,!1,!1,i),window.dispatchEvent(a)}))}])},E=function(e,t){return void 0===t&&(t="linearGradient, radialGradient, pattern, mask, clipPath"),y(e.querySelectorAll("symbol")).forEach((function(e){y(e.querySelectorAll(t)).forEach((function(t){e.parentNode.insertBefore(t,e)}))})),e},C=o.xlink.uri,S=/[{}|\\\^\[\]`"<>]/g;function k(e){return e.replace(S,(function(e){return"%"+e[0].charCodeAt(0).toString(16).toUpperCase()}))}var O,M=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],A=M.map((function(e){return"["+e+"]"})).join(","),$=function(e,t,n,o){var r=k(n),i=k(o);(function(e,t){return y(e).reduce((function(e,n){if(!n.attributes)return e;var o=y(n.attributes),r=t?o.filter(t):o;return e.concat(r)}),[])})(e.querySelectorAll(A),(function(e){var t=e.localName,n=e.value;return-1!==M.indexOf(t)&&-1!==n.indexOf("url("+r)})).forEach((function(e){return e.value=e.value.replace(new RegExp(r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(e,t,n){y(e).forEach((function(e){var o=e.getAttribute("xlink:href");if(o&&0===o.indexOf(t)){var r=o.replace(t,n);e.setAttributeNS(C,"xlink:href",r)}}))}(t,r,i)},N="mount",j="symbol_mount",T=function(e){function t(t){var o=this;void 0===t&&(t={}),e.call(this,n(g,t));var r,i=(r=r||Object.create(null),{on:function(e,t){(r[e]||(r[e]=[])).push(t)},off:function(e,t){r[e]&&r[e].splice(r[e].indexOf(t)>>>0,1)},emit:function(e,t){(r[e]||[]).map((function(e){e(t)})),(r["*"]||[]).map((function(n){n(e,t)}))}});this._emitter=i,this.node=null;var a=this.config;if(a.autoConfigure&&this._autoConfigure(t),a.syncUrlsWithBaseTag){var u=document.getElementsByTagName("base")[0].getAttribute("href");i.on(N,(function(){return o.updateUrls("#",u)}))}var s=this._handleLocationChange.bind(this);this._handleLocationChange=s,a.listenLocationChangeEvent&&window.addEventListener(a.locationChangeEvent,s),a.locationChangeAngularEmitter&&w(a.locationChangeEvent),i.on(N,(function(e){a.moveGradientsOutsideSymbol&&E(e)})),i.on(j,(function(e){var t;a.moveGradientsOutsideSymbol&&E(e.parentNode),(v()||b())&&(t=[],y(e.querySelectorAll("style")).forEach((function(e){e.textContent+="",t.push(e)})))}))}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},t.prototype._autoConfigure=function(e){var t=this.config;void 0===e.syncUrlsWithBaseTag&&(t.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===e.locationChangeAngularEmitter&&(t.locationChangeAngularEmitter=void 0!==window.angular),void 0===e.moveGradientsOutsideSymbol&&(t.moveGradientsOutsideSymbol=_())},t.prototype._handleLocationChange=function(e){var t=e.detail,n=t.oldUrl,o=t.newUrl;this.updateUrls(n,o)},t.prototype.add=function(t){var n=e.prototype.add.call(this,t);return this.isMounted&&n&&(t.mount(this.node),this._emitter.emit(j,t.node)),n},t.prototype.attach=function(e){var t=this,n=this;if(n.isMounted)return n.node;var o="string"==typeof e?document.querySelector(e):e;return n.node=o,this.symbols.forEach((function(e){e.mount(n.node),t._emitter.emit(j,e.node)})),y(o.querySelectorAll("symbol")).forEach((function(e){var t=h.createFromExistingNode(e);t.node=e,n.add(t)})),this._emitter.emit(N,o),o},t.prototype.destroy=function(){var e=this.config,t=this.symbols,n=this._emitter;t.forEach((function(e){return e.destroy()})),n.off("*"),window.removeEventListener(e.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},t.prototype.mount=function(e,t){if(void 0===e&&(e=this.config.mountTo),void 0===t&&(t=!1),this.isMounted)return this.node;var n="string"==typeof e?document.querySelector(e):e,o=this.render();return this.node=o,t&&n.childNodes[0]?n.insertBefore(o,n.childNodes[0]):n.appendChild(o),this._emitter.emit(N,o),o},t.prototype.render=function(){return m(this.stringify())},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},t.prototype.updateUrls=function(e,t){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return $(this.node,n,x(e)+"#",x(t)+"#"),!0},Object.defineProperties(t.prototype,o),t}(p),P=e((function(e){var t,n,o,r,i;e.exports=(n=[],o=document,r=o.documentElement.doScroll,(i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(o.readyState))||o.addEventListener("DOMContentLoaded",t=function(){for(o.removeEventListener("DOMContentLoaded",t),i=1;t=n.shift();)t()}),function(e){i?setTimeout(e,0):n.push(e)})}));window.__SVG_SPRITE__?O=window.__SVG_SPRITE__:(O=new T({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=O);var B=function(){var e=document.getElementById("__SVG_SPRITE_NODE__");e?O.attach(e):O.mount(document.body,!0)};return document.body?B():P(B),O},e.exports=n()}).call(this,n(8))},7:function(e,t){e.exports=window.wp.blocks},8:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n}});
  • nova-blocks/trunk/build/block-library/blocks/opentable/index.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('novablocks-block-editor', 'novablocks-utils', 'wp-blocks', 'wp-components', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-is-shallow-equal', 'wp-polyfill'), 'version' => '522c86e628b391ef5e0a26b6571aaabd');
     1<?php return array('dependencies' => array('novablocks-block-editor', 'novablocks-utils', 'wp-blocks', 'wp-components', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-is-shallow-equal', 'wp-polyfill'), 'version' => '658a3fc4161dcea05dd507464c21c4c1');
  • nova-blocks/trunk/build/block-library/blocks/opentable/index.js

    r2719178 r2721032  
    1 !function(t){var e={};function n(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(o,r,function(e){return t[e]}.bind(null,r));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=192)}({0:function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports.default=t.exports},1:function(t,e){t.exports=window.wp.element},10:function(t,e){t.exports=window.novablocks.utils},11:function(t,e){t.exports=window.wp.components},12:function(t,e,n){var o;
     1!function(t){var e={};function n(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(o,r,function(e){return t[e]}.bind(null,r));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=193)}({0:function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports.default=t.exports},1:function(t,e){t.exports=window.wp.element},10:function(t,e){t.exports=window.novablocks.utils},11:function(t,e){t.exports=window.wp.components},12:function(t,e,n){var o;
    22/*!
    33  Copyright (c) 2018 Jed Watson.
    44  Licensed under the MIT License (MIT), see
    55  http://jedwatson.github.io/classnames
    6 */!function(){"use strict";var n={}.hasOwnProperty;function r(){for(var t=[],e=0;e<arguments.length;e++){var o=arguments[e];if(o){var i=typeof o;if("string"===i||"number"===i)t.push(o);else if(Array.isArray(o)){if(o.length){var u=r.apply(null,o);u&&t.push(u)}}else if("object"===i)if(o.toString===Object.prototype.toString)for(var a in o)n.call(o,a)&&o[a]&&t.push(a);else t.push(o.toString())}}return t.join(" ")}t.exports?(r.default=r,t.exports=r):void 0===(o=function(){return r}.apply(e,[]))||(t.exports=o)}()},14:function(t,e){t.exports=window.wp.hooks},17:function(t,e){t.exports=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},t.exports.__esModule=!0,t.exports.default=t.exports},19:function(t,e){function n(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}t.exports=function(t,e,o){return e&&n(t.prototype,e),o&&n(t,o),Object.defineProperty(t,"prototype",{writable:!1}),t},t.exports.__esModule=!0,t.exports.default=t.exports},192:function(t,e,n){"use strict";var o=n(0),r=o(n(9)),i=n(3),u=n(7),a=n(14),l=o(n(193)),s=o(n(194)),c=o(n(198)),d=n(2);function f(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function p(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?f(Object(n),!0).forEach((function(e){(0,r.default)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var y={paletteVariation:{type:"number",default:10},colorSignal:{type:"number",default:3}};(0,u.registerBlockType)("novablocks/opentable",{title:(0,i.__)("OpenTable Reservation","nova-blocks"),description:(0,i.__)("Add OpenTable online reservation booking to your site.","nova-blocks"),category:"nova-blocks",icon:(0,d.getSvg)(l.default),keywords:[(0,i.__)("reservations","nova-blocks"),(0,i.__)("bookings","nova-blocks")],attributes:{restaurantId:{type:"number",default:1},language:{type:"string",default:"en-US"},showOpenTableLogo:{type:"boolean",default:!0},layoutForm:{type:"string",default:"wide"}},supports:{html:!1,novaBlocks:{colorSignal:!0}},edit:s.default,save:c.default});(0,a.addFilter)("blocks.registerBlockType","novablocks/opentable/color-signal-attributes-overwrite",(function(t){return"novablocks/opentable"!==t.name?t:p(p({},t),{},{attributes:p(p({},t.attributes),y)})}),20)},193:function(t,e,n){"use strict";n.r(e);var o=n(4),r=n.n(o),i=n(5),u=n.n(i),a=new r.a({id:"block-library-opentable/icon",use:"block-library-opentable/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-opentable/icon"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0ZM8.855 12.4c0-3.31 2.678-6 6-6 3.309 0 5.987 2.69 6 6 0 3.31-2.691 6-6 6-3.31 0-6-2.69-6-6Zm4.496 0c0 .834.67 1.503 1.504 1.503.82 0 1.49-.67 1.503-1.503 0-.834-.67-1.503-1.503-1.503-.834 0-1.504.67-1.504 1.503Zm-7.528-1.503c-.834 0-1.503.67-1.503 1.503 0 .834.67 1.503 1.503 1.503.834 0 1.503-.67 1.503-1.503 0-.834-.67-1.503-1.503-1.503Z" fill="#6565F2" /></symbol>'});u.a.add(a);e.default=a},194:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(195)),u=o(n(197)),a=function(t){return(0,r.createElement)(r.Fragment,null,(0,r.createElement)(i.default,t),(0,r.createElement)(u.default,t))};e.default=a},195:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(17)),u=o(n(19)),a=o(n(22)),l=o(n(23)),s=o(n(21)),c=o(n(12)),d=o(n(196)),f=n(11),p=n(10);function y(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=(0,s.default)(t);if(e){var r=(0,s.default)(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return(0,l.default)(this,n)}}var v=function(t){return t&&'<link rel="stylesheet" href="'.concat(t,'" type="text/css"/>')||""},h=function(t){(0,a.default)(n,t);var e=y(n);function n(){return(0,i.default)(this,n),e.apply(this,arguments)}return(0,u.default)(n,[{key:"shouldComponentUpdate",value:function(t){return!(0,d.default)(t.attributes,this.props.attributes)}},{key:"render",value:function(){var t,e,n,o,i,u,a,l,s=this.props,d=s.attributes,y=d.restaurantId,h=d.language,_=d.layoutForm,g=d.showOpenTableLogo,b=s.className,m=(0,c.default)(b,"novablocks-opentable","novablocks-opentable__".concat(_),{"has-opentable-logo":!0===g},(0,p.getColorSignalClassnames)(this.props.attributes,!0)),x='<div class="novablocks-opentable '.concat(m,'">')+"<script type='text/javascript' src='//www.opentable.com/widget/reservation/loader?rid=".concat(y,"&type=standard&theme=").concat(_,"&iframe=false&overlay=false&domain=com&lang=").concat(h,"'><\/script>")+v(null===(t=window)||void 0===t||null===(e=t.styleManager)||void 0===e?void 0:e.colorsCustomPropertiesUrl)+((null===(n=window)||void 0===n||null===(o=n.styleManager)||void 0===o?void 0:o.frontendOutput)&&"<style>".concat(window.styleManager.frontendOutput,"</style>")||"")+v(null===(i=novablocks_urls)||void 0===i?void 0:i.novablocks_core_frontend_stylesheet)+v(null===(u=novablocks_urls)||void 0===u?void 0:u.novablocks_components_frontend_stylesheet)+v(null===(a=novablocks_urls)||void 0===a?void 0:a.novablocks_opentable_frontend_stylesheet)+v(null===(l=novablocks_urls)||void 0===l?void 0:l.novablocks_opentable_editor_stylesheet)+"</div>";return(0,r.createElement)((function(t){return(0,r.createElement)(f.SandBox,t)}),{html:x,title:"Sandbox",type:"embed"})}}]),n}(r.Component);e.default=h},196:function(t,e){t.exports=window.wp.isShallowEqual},197:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(1),r=n(3),i=n(11),u=n(2),a=function(t){var e=t.attributes,n=e.restaurantId,a=e.language,l=e.layoutForm,s=e.showOpenTableLogo,c=t.setAttributes;return(0,o.createElement)(o.Fragment,null,(0,o.createElement)(u.ControlsSection,{id:"setup",label:(0,r.__)("Setup","nova-blocks")},(0,o.createElement)(u.ControlsTab,{label:(0,r.__)("Settings","nova-blocks")},(0,o.createElement)(i.TextControl,{key:"opentable-restaurant-id-controls",label:(0,r.__)("Restaurant ID","nova-blocks"),placeholder:(0,r.__)("1","nova-blocks"),help:(0,r.__)("You can find your restaurant ID on the OpenTable website.","nova-blocks"),type:"number",value:n,onChange:function(t){return c({restaurantId:t})}}),(0,o.createElement)(i.SelectControl,{key:"opentable-language-controls",label:(0,r.__)("Language","nova-blocks"),value:a,options:[{label:(0,r.__)("English-EN","nova-blocks"),value:"en-US"},{label:(0,r.__)("French-CA","nova-blocks"),value:"fr-CA"},{label:(0,r.__)("Deutsch-DE","nova-blocks"),value:"de-DE"},{label:(0,r.__)("Spanish-MX","nova-blocks"),value:"es-MX"},{label:(0,r.__)("Japanese-JP","nova-blocks"),value:"ja-JP"},{label:(0,r.__)("Dutch-NL","nova-blocks"),value:"nl-NL"},{label:(0,r.__)("Italian-IT","nova-blocks"),value:"it-IT"}],onChange:function(t){return c({language:t})}}))),(0,o.createElement)(u.ControlsSection,{id:"layout",label:(0,r.__)("Layout","nova-blocks")},(0,o.createElement)(u.ControlsTab,{label:(0,r.__)("Customize","nova-blocks")},(0,o.createElement)(i.RadioControl,{key:"opentable-layout-controls",label:(0,r.__)("Layout","nova-blocks"),value:l,selected:l,options:[{label:(0,r.__)("Horizontal","nova-blocks"),value:"wide"},{label:(0,r.__)("Vertical","nova-blocks"),value:"standard"}],onChange:function(t){return c({layoutForm:t})}}),(0,o.createElement)(i.ToggleControl,{key:"opentable-logo-controls",label:(0,r.__)("Show OpenTable Logo","nova-blocks"),checked:s,onChange:function(){return c({showOpenTableLogo:!s})}}))))};e.default=a},198:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(12)),u=n(10),a=function(t){var e=t.attributes,n=t.className,o=e.restaurantId,a=e.language,l=e.showOpenTableLogo,s=e.layoutForm,c="//www.opentable.com/widget/reservation/loader?rid=".concat(o,"&domain=com&type=standard&theme=").concat(s,"&iframe=false&overlay=false&domain=com&lang=").concat(a),d=(0,i.default)(n,"novablocks-opentable","novablocks-opentable__".concat(s),{"has-opentable-logo":!0===l},(0,u.getColorSignalClassnames)(e,!0));return(0,r.createElement)("div",{className:d},(0,r.createElement)("script",{type:"text/javascript",src:c}))};e.default=a},2:function(t,e){t.exports=window.novablocks.blockEditor},20:function(t,e){function n(e){return t.exports=n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports.default=t.exports,n(e)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},21:function(t,e){function n(e){return t.exports=n=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},t.exports.__esModule=!0,t.exports.default=t.exports,n(e)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},22:function(t,e,n){var o=n(35);t.exports=function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&o(t,e)},t.exports.__esModule=!0,t.exports.default=t.exports},23:function(t,e,n){var o=n(20).default,r=n(33);t.exports=function(t,e){if(e&&("object"===o(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return r(t)},t.exports.__esModule=!0,t.exports.default=t.exports},3:function(t,e){t.exports=window.wp.i18n},33:function(t,e){t.exports=function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t},t.exports.__esModule=!0,t.exports.default=t.exports},35:function(t,e){function n(e,o){return t.exports=n=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},t.exports.__esModule=!0,t.exports.default=t.exports,n(e,o)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},4:function(t,e,n){(function(e){var n;n=function(){"use strict";var t=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};function n(t,e){return t(e={exports:{}},e.exports),e.exports}t.prototype.stringify=function(){return this.content},t.prototype.toString=function(){return this.stringify()},t.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))},"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var o=n((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var u=n.slice();return r.forEach((function(r,a){void 0===u[a]?u[a]=e(r,i):t(r)?u[a]=o(n[a],r,i):-1===n.indexOf(r)&&u.push(e(r,i))})),u}function o(r,i,u){var a=Array.isArray(i),l=(u||{arrayMerge:n}).arrayMerge||n;return a?Array.isArray(r)?l(r,i,u):e(i,u):function(n,r,i){var u={};return t(n)&&Object.keys(n).forEach((function(t){u[t]=e(n[t],i)})),Object.keys(r).forEach((function(a){t(r[a])&&n[a]?u[a]=o(n[a],r[a],i):u[a]=e(r[a],i)})),u}(r,i,u)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),r=n((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),i=r.svg,u=r.xlink,a={};a[i.name]=i.uri,a[u.name]=u.uri;var l=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(o(a,e||{}))+">"+t+"</svg>"};return function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n}(l(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(t)},t.exports=n()}).call(this,n(8))},5:function(t,e,n){(function(e){var n;n=function(){"use strict";function t(t,e){return t(e={exports:{}},e.exports),e.exports}"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var n=t((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var u=n.slice();return r.forEach((function(r,a){void 0===u[a]?u[a]=e(r,i):t(r)?u[a]=o(n[a],r,i):-1===n.indexOf(r)&&u.push(e(r,i))})),u}function o(r,i,u){var a=Array.isArray(i),l=(u||{arrayMerge:n}).arrayMerge||n;return a?Array.isArray(r)?l(r,i,u):e(i,u):function(n,r,i){var u={};return t(n)&&Object.keys(n).forEach((function(t){u[t]=e(n[t],i)})),Object.keys(r).forEach((function(a){t(r[a])&&n[a]?u[a]=o(n[a],r[a],i):u[a]=e(r[a],i)})),u}(r,i,u)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),o=t((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),r=o.svg,i=o.xlink,u={};u[r.name]=r.uri,u[i.name]=i.uri;var a,l=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(u,e||{}))+">"+t+"</svg>"},s=o.svg,c=o.xlink,d={attrs:(a={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},a[s.name]=s.uri,a[c.name]=c.uri,a)},f=function(t){this.config=n(d,t||{}),this.symbols=[]};f.prototype.add=function(t){var e=this.symbols,n=this.find(t.id);return n?(e[e.indexOf(n)]=t,!1):(e.push(t),!0)},f.prototype.remove=function(t){var e=this.symbols,n=this.find(t);return!!n&&(e.splice(e.indexOf(n),1),n.destroy(),!0)},f.prototype.find=function(t){return this.symbols.filter((function(e){return e.id===t}))[0]||null},f.prototype.has=function(t){return null!==this.find(t)},f.prototype.stringify=function(){var t=this.config.attrs,e=this.symbols.map((function(t){return t.stringify()})).join("");return l(e,t)},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){this.symbols.forEach((function(t){return t.destroy()}))};var p=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};p.prototype.stringify=function(){return this.content},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var y=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n},v=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return y(l(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(p),h={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},_=function(t){return Array.prototype.slice.call(t,0)},g=function(){return/firefox/i.test(navigator.userAgent)},b=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},m=function(){return/edge/i.test(navigator.userAgent)},x=function(t){return(t||window.location.href).split("#")[0]},w=function(t){angular.module("ng").run(["$rootScope",function(e){e.$on("$locationChangeSuccess",(function(e,n,o){var r,i,u;r=t,i={oldUrl:o,newUrl:n},(u=document.createEvent("CustomEvent")).initCustomEvent(r,!1,!1,i),window.dispatchEvent(u)}))}])},O=function(t,e){return void 0===e&&(e="linearGradient, radialGradient, pattern, mask, clipPath"),_(t.querySelectorAll("symbol")).forEach((function(t){_(t.querySelectorAll(e)).forEach((function(e){t.parentNode.insertBefore(e,t)}))})),t},E=o.xlink.uri,S=/[{}|\\\^\[\]`"<>]/g;function j(t){return t.replace(S,(function(t){return"%"+t[0].charCodeAt(0).toString(16).toUpperCase()}))}var k,C=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],M=C.map((function(t){return"["+t+"]"})).join(","),A=function(t,e,n,o){var r=j(n),i=j(o);(function(t,e){return _(t).reduce((function(t,n){if(!n.attributes)return t;var o=_(n.attributes),r=e?o.filter(e):o;return t.concat(r)}),[])})(t.querySelectorAll(M),(function(t){var e=t.localName,n=t.value;return-1!==C.indexOf(e)&&-1!==n.indexOf("url("+r)})).forEach((function(t){return t.value=t.value.replace(new RegExp(r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(t,e,n){_(t).forEach((function(t){var o=t.getAttribute("xlink:href");if(o&&0===o.indexOf(e)){var r=o.replace(e,n);t.setAttributeNS(E,"xlink:href",r)}}))}(e,r,i)},P="mount",T="symbol_mount",N=function(t){function e(e){var o=this;void 0===e&&(e={}),t.call(this,n(h,e));var r,i=(r=r||Object.create(null),{on:function(t,e){(r[t]||(r[t]=[])).push(e)},off:function(t,e){r[t]&&r[t].splice(r[t].indexOf(e)>>>0,1)},emit:function(t,e){(r[t]||[]).map((function(t){t(e)})),(r["*"]||[]).map((function(n){n(t,e)}))}});this._emitter=i,this.node=null;var u=this.config;if(u.autoConfigure&&this._autoConfigure(e),u.syncUrlsWithBaseTag){var a=document.getElementsByTagName("base")[0].getAttribute("href");i.on(P,(function(){return o.updateUrls("#",a)}))}var l=this._handleLocationChange.bind(this);this._handleLocationChange=l,u.listenLocationChangeEvent&&window.addEventListener(u.locationChangeEvent,l),u.locationChangeAngularEmitter&&w(u.locationChangeEvent),i.on(P,(function(t){u.moveGradientsOutsideSymbol&&O(t)})),i.on(T,(function(t){var e;u.moveGradientsOutsideSymbol&&O(t.parentNode),(b()||m())&&(e=[],_(t.querySelectorAll("style")).forEach((function(t){t.textContent+="",e.push(t)})))}))}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},e.prototype._autoConfigure=function(t){var e=this.config;void 0===t.syncUrlsWithBaseTag&&(e.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===t.locationChangeAngularEmitter&&(e.locationChangeAngularEmitter=void 0!==window.angular),void 0===t.moveGradientsOutsideSymbol&&(e.moveGradientsOutsideSymbol=g())},e.prototype._handleLocationChange=function(t){var e=t.detail,n=e.oldUrl,o=e.newUrl;this.updateUrls(n,o)},e.prototype.add=function(e){var n=t.prototype.add.call(this,e);return this.isMounted&&n&&(e.mount(this.node),this._emitter.emit(T,e.node)),n},e.prototype.attach=function(t){var e=this,n=this;if(n.isMounted)return n.node;var o="string"==typeof t?document.querySelector(t):t;return n.node=o,this.symbols.forEach((function(t){t.mount(n.node),e._emitter.emit(T,t.node)})),_(o.querySelectorAll("symbol")).forEach((function(t){var e=v.createFromExistingNode(t);e.node=t,n.add(e)})),this._emitter.emit(P,o),o},e.prototype.destroy=function(){var t=this.config,e=this.symbols,n=this._emitter;e.forEach((function(t){return t.destroy()})),n.off("*"),window.removeEventListener(t.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},e.prototype.mount=function(t,e){if(void 0===t&&(t=this.config.mountTo),void 0===e&&(e=!1),this.isMounted)return this.node;var n="string"==typeof t?document.querySelector(t):t,o=this.render();return this.node=o,e&&n.childNodes[0]?n.insertBefore(o,n.childNodes[0]):n.appendChild(o),this._emitter.emit(P,o),o},e.prototype.render=function(){return y(this.stringify())},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},e.prototype.updateUrls=function(t,e){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return A(this.node,n,x(t)+"#",x(e)+"#"),!0},Object.defineProperties(e.prototype,o),e}(f),B=t((function(t){var e,n,o,r,i;t.exports=(n=[],o=document,r=o.documentElement.doScroll,(i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(o.readyState))||o.addEventListener("DOMContentLoaded",e=function(){for(o.removeEventListener("DOMContentLoaded",e),i=1;e=n.shift();)e()}),function(t){i?setTimeout(t,0):n.push(t)})}));window.__SVG_SPRITE__?k=window.__SVG_SPRITE__:(k=new N({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=k);var L=function(){var t=document.getElementById("__SVG_SPRITE_NODE__");t?k.attach(t):k.mount(document.body,!0)};return document.body?L():B(L),k},t.exports=n()}).call(this,n(8))},7:function(t,e){t.exports=window.wp.blocks},8:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},9:function(t,e){t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},t.exports.__esModule=!0,t.exports.default=t.exports}});
     6*/!function(){"use strict";var n={}.hasOwnProperty;function r(){for(var t=[],e=0;e<arguments.length;e++){var o=arguments[e];if(o){var i=typeof o;if("string"===i||"number"===i)t.push(o);else if(Array.isArray(o)){if(o.length){var u=r.apply(null,o);u&&t.push(u)}}else if("object"===i)if(o.toString===Object.prototype.toString)for(var a in o)n.call(o,a)&&o[a]&&t.push(a);else t.push(o.toString())}}return t.join(" ")}t.exports?(r.default=r,t.exports=r):void 0===(o=function(){return r}.apply(e,[]))||(t.exports=o)}()},14:function(t,e){t.exports=window.wp.hooks},17:function(t,e){t.exports=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},t.exports.__esModule=!0,t.exports.default=t.exports},19:function(t,e){function n(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}t.exports=function(t,e,o){return e&&n(t.prototype,e),o&&n(t,o),Object.defineProperty(t,"prototype",{writable:!1}),t},t.exports.__esModule=!0,t.exports.default=t.exports},193:function(t,e,n){"use strict";var o=n(0),r=o(n(9)),i=n(3),u=n(7),a=n(14),l=o(n(194)),s=o(n(195)),c=o(n(199)),d=n(2);function f(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function p(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?f(Object(n),!0).forEach((function(e){(0,r.default)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):f(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var y={paletteVariation:{type:"number",default:10},colorSignal:{type:"number",default:3}};(0,u.registerBlockType)("novablocks/opentable",{title:(0,i.__)("OpenTable Reservation","nova-blocks"),description:(0,i.__)("Add OpenTable online reservation booking to your site.","nova-blocks"),category:"nova-blocks",icon:(0,d.getSvg)(l.default),keywords:[(0,i.__)("reservations","nova-blocks"),(0,i.__)("bookings","nova-blocks")],attributes:{restaurantId:{type:"number",default:1},language:{type:"string",default:"en-US"},showOpenTableLogo:{type:"boolean",default:!0},layoutForm:{type:"string",default:"wide"}},supports:{html:!1,novaBlocks:{colorSignal:!0}},edit:s.default,save:c.default});(0,a.addFilter)("blocks.registerBlockType","novablocks/opentable/color-signal-attributes-overwrite",(function(t){return"novablocks/opentable"!==t.name?t:p(p({},t),{},{attributes:p(p({},t.attributes),y)})}),20)},194:function(t,e,n){"use strict";n.r(e);var o=n(4),r=n.n(o),i=n(5),u=n.n(i),a=new r.a({id:"block-library-opentable/icon",use:"block-library-opentable/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-opentable/icon"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0ZM8.855 12.4c0-3.31 2.678-6 6-6 3.309 0 5.987 2.69 6 6 0 3.31-2.691 6-6 6-3.31 0-6-2.69-6-6Zm4.496 0c0 .834.67 1.503 1.504 1.503.82 0 1.49-.67 1.503-1.503 0-.834-.67-1.503-1.503-1.503-.834 0-1.504.67-1.504 1.503Zm-7.528-1.503c-.834 0-1.503.67-1.503 1.503 0 .834.67 1.503 1.503 1.503.834 0 1.503-.67 1.503-1.503 0-.834-.67-1.503-1.503-1.503Z" fill="#6565F2" /></symbol>'});u.a.add(a);e.default=a},195:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(196)),u=o(n(198)),a=function(t){return(0,r.createElement)(r.Fragment,null,(0,r.createElement)(i.default,t),(0,r.createElement)(u.default,t))};e.default=a},196:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(17)),u=o(n(19)),a=o(n(22)),l=o(n(23)),s=o(n(21)),c=o(n(12)),d=o(n(197)),f=n(11),p=n(10);function y(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=(0,s.default)(t);if(e){var r=(0,s.default)(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return(0,l.default)(this,n)}}var v=function(t){return t&&'<link rel="stylesheet" href="'.concat(t,'" type="text/css"/>')||""},h=function(t){(0,a.default)(n,t);var e=y(n);function n(){return(0,i.default)(this,n),e.apply(this,arguments)}return(0,u.default)(n,[{key:"shouldComponentUpdate",value:function(t){return!(0,d.default)(t.attributes,this.props.attributes)}},{key:"render",value:function(){var t,e,n,o,i,u,a,l,s=this.props,d=s.attributes,y=d.restaurantId,h=d.language,_=d.layoutForm,g=d.showOpenTableLogo,b=s.className,m=(0,c.default)(b,"novablocks-opentable","novablocks-opentable__".concat(_),{"has-opentable-logo":!0===g},(0,p.getColorSignalClassnames)(this.props.attributes,!0)),x='<div class="novablocks-opentable '.concat(m,'">')+"<script type='text/javascript' src='//www.opentable.com/widget/reservation/loader?rid=".concat(y,"&type=standard&theme=").concat(_,"&iframe=false&overlay=false&domain=com&lang=").concat(h,"'><\/script>")+v(null===(t=window)||void 0===t||null===(e=t.styleManager)||void 0===e?void 0:e.colorsCustomPropertiesUrl)+((null===(n=window)||void 0===n||null===(o=n.styleManager)||void 0===o?void 0:o.frontendOutput)&&"<style>".concat(window.styleManager.frontendOutput,"</style>")||"")+v(null===(i=novablocks_urls)||void 0===i?void 0:i.novablocks_core_frontend_stylesheet)+v(null===(u=novablocks_urls)||void 0===u?void 0:u.novablocks_components_frontend_stylesheet)+v(null===(a=novablocks_urls)||void 0===a?void 0:a.novablocks_opentable_frontend_stylesheet)+v(null===(l=novablocks_urls)||void 0===l?void 0:l.novablocks_opentable_editor_stylesheet)+"</div>";return(0,r.createElement)((function(t){return(0,r.createElement)(f.SandBox,t)}),{html:x,title:"Sandbox",type:"embed"})}}]),n}(r.Component);e.default=h},197:function(t,e){t.exports=window.wp.isShallowEqual},198:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(1),r=n(3),i=n(11),u=n(2),a=function(t){var e=t.attributes,n=e.restaurantId,a=e.language,l=e.layoutForm,s=e.showOpenTableLogo,c=t.setAttributes;return(0,o.createElement)(o.Fragment,null,(0,o.createElement)(u.ControlsSection,{id:"setup",label:(0,r.__)("Setup","nova-blocks")},(0,o.createElement)(u.ControlsTab,{label:(0,r.__)("Settings","nova-blocks")},(0,o.createElement)(i.TextControl,{key:"opentable-restaurant-id-controls",label:(0,r.__)("Restaurant ID","nova-blocks"),placeholder:(0,r.__)("1","nova-blocks"),help:(0,r.__)("You can find your restaurant ID on the OpenTable website.","nova-blocks"),type:"number",value:n,onChange:function(t){return c({restaurantId:t})}}),(0,o.createElement)(i.SelectControl,{key:"opentable-language-controls",label:(0,r.__)("Language","nova-blocks"),value:a,options:[{label:(0,r.__)("English-EN","nova-blocks"),value:"en-US"},{label:(0,r.__)("French-CA","nova-blocks"),value:"fr-CA"},{label:(0,r.__)("Deutsch-DE","nova-blocks"),value:"de-DE"},{label:(0,r.__)("Spanish-MX","nova-blocks"),value:"es-MX"},{label:(0,r.__)("Japanese-JP","nova-blocks"),value:"ja-JP"},{label:(0,r.__)("Dutch-NL","nova-blocks"),value:"nl-NL"},{label:(0,r.__)("Italian-IT","nova-blocks"),value:"it-IT"}],onChange:function(t){return c({language:t})}}))),(0,o.createElement)(u.ControlsSection,{id:"layout",label:(0,r.__)("Layout","nova-blocks")},(0,o.createElement)(u.ControlsTab,{label:(0,r.__)("Customize","nova-blocks")},(0,o.createElement)(i.RadioControl,{key:"opentable-layout-controls",label:(0,r.__)("Layout","nova-blocks"),value:l,selected:l,options:[{label:(0,r.__)("Horizontal","nova-blocks"),value:"wide"},{label:(0,r.__)("Vertical","nova-blocks"),value:"standard"}],onChange:function(t){return c({layoutForm:t})}}),(0,o.createElement)(i.ToggleControl,{key:"opentable-logo-controls",label:(0,r.__)("Show OpenTable Logo","nova-blocks"),checked:s,onChange:function(){return c({showOpenTableLogo:!s})}}))))};e.default=a},199:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(12)),u=n(10),a=function(t){var e=t.attributes,n=t.className,o=e.restaurantId,a=e.language,l=e.showOpenTableLogo,s=e.layoutForm,c="//www.opentable.com/widget/reservation/loader?rid=".concat(o,"&domain=com&type=standard&theme=").concat(s,"&iframe=false&overlay=false&domain=com&lang=").concat(a),d=(0,i.default)(n,"novablocks-opentable","novablocks-opentable__".concat(s),{"has-opentable-logo":!0===l},(0,u.getColorSignalClassnames)(e,!0));return(0,r.createElement)("div",{className:d},(0,r.createElement)("script",{type:"text/javascript",src:c}))};e.default=a},2:function(t,e){t.exports=window.novablocks.blockEditor},20:function(t,e){function n(e){return t.exports=n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports.default=t.exports,n(e)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},21:function(t,e){function n(e){return t.exports=n=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},t.exports.__esModule=!0,t.exports.default=t.exports,n(e)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},22:function(t,e,n){var o=n(35);t.exports=function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&o(t,e)},t.exports.__esModule=!0,t.exports.default=t.exports},23:function(t,e,n){var o=n(20).default,r=n(33);t.exports=function(t,e){if(e&&("object"===o(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return r(t)},t.exports.__esModule=!0,t.exports.default=t.exports},3:function(t,e){t.exports=window.wp.i18n},33:function(t,e){t.exports=function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t},t.exports.__esModule=!0,t.exports.default=t.exports},35:function(t,e){function n(e,o){return t.exports=n=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},t.exports.__esModule=!0,t.exports.default=t.exports,n(e,o)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},4:function(t,e,n){(function(e){var n;n=function(){"use strict";var t=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};function n(t,e){return t(e={exports:{}},e.exports),e.exports}t.prototype.stringify=function(){return this.content},t.prototype.toString=function(){return this.stringify()},t.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))},"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var o=n((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var u=n.slice();return r.forEach((function(r,a){void 0===u[a]?u[a]=e(r,i):t(r)?u[a]=o(n[a],r,i):-1===n.indexOf(r)&&u.push(e(r,i))})),u}function o(r,i,u){var a=Array.isArray(i),l=(u||{arrayMerge:n}).arrayMerge||n;return a?Array.isArray(r)?l(r,i,u):e(i,u):function(n,r,i){var u={};return t(n)&&Object.keys(n).forEach((function(t){u[t]=e(n[t],i)})),Object.keys(r).forEach((function(a){t(r[a])&&n[a]?u[a]=o(n[a],r[a],i):u[a]=e(r[a],i)})),u}(r,i,u)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),r=n((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),i=r.svg,u=r.xlink,a={};a[i.name]=i.uri,a[u.name]=u.uri;var l=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(o(a,e||{}))+">"+t+"</svg>"};return function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n}(l(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(t)},t.exports=n()}).call(this,n(8))},5:function(t,e,n){(function(e){var n;n=function(){"use strict";function t(t,e){return t(e={exports:{}},e.exports),e.exports}"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var n=t((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var u=n.slice();return r.forEach((function(r,a){void 0===u[a]?u[a]=e(r,i):t(r)?u[a]=o(n[a],r,i):-1===n.indexOf(r)&&u.push(e(r,i))})),u}function o(r,i,u){var a=Array.isArray(i),l=(u||{arrayMerge:n}).arrayMerge||n;return a?Array.isArray(r)?l(r,i,u):e(i,u):function(n,r,i){var u={};return t(n)&&Object.keys(n).forEach((function(t){u[t]=e(n[t],i)})),Object.keys(r).forEach((function(a){t(r[a])&&n[a]?u[a]=o(n[a],r[a],i):u[a]=e(r[a],i)})),u}(r,i,u)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),o=t((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),r=o.svg,i=o.xlink,u={};u[r.name]=r.uri,u[i.name]=i.uri;var a,l=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(u,e||{}))+">"+t+"</svg>"},s=o.svg,c=o.xlink,d={attrs:(a={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},a[s.name]=s.uri,a[c.name]=c.uri,a)},f=function(t){this.config=n(d,t||{}),this.symbols=[]};f.prototype.add=function(t){var e=this.symbols,n=this.find(t.id);return n?(e[e.indexOf(n)]=t,!1):(e.push(t),!0)},f.prototype.remove=function(t){var e=this.symbols,n=this.find(t);return!!n&&(e.splice(e.indexOf(n),1),n.destroy(),!0)},f.prototype.find=function(t){return this.symbols.filter((function(e){return e.id===t}))[0]||null},f.prototype.has=function(t){return null!==this.find(t)},f.prototype.stringify=function(){var t=this.config.attrs,e=this.symbols.map((function(t){return t.stringify()})).join("");return l(e,t)},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){this.symbols.forEach((function(t){return t.destroy()}))};var p=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};p.prototype.stringify=function(){return this.content},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var y=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n},v=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return y(l(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(p),h={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},_=function(t){return Array.prototype.slice.call(t,0)},g=function(){return/firefox/i.test(navigator.userAgent)},b=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},m=function(){return/edge/i.test(navigator.userAgent)},x=function(t){return(t||window.location.href).split("#")[0]},w=function(t){angular.module("ng").run(["$rootScope",function(e){e.$on("$locationChangeSuccess",(function(e,n,o){var r,i,u;r=t,i={oldUrl:o,newUrl:n},(u=document.createEvent("CustomEvent")).initCustomEvent(r,!1,!1,i),window.dispatchEvent(u)}))}])},O=function(t,e){return void 0===e&&(e="linearGradient, radialGradient, pattern, mask, clipPath"),_(t.querySelectorAll("symbol")).forEach((function(t){_(t.querySelectorAll(e)).forEach((function(e){t.parentNode.insertBefore(e,t)}))})),t},E=o.xlink.uri,S=/[{}|\\\^\[\]`"<>]/g;function j(t){return t.replace(S,(function(t){return"%"+t[0].charCodeAt(0).toString(16).toUpperCase()}))}var k,C=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],M=C.map((function(t){return"["+t+"]"})).join(","),A=function(t,e,n,o){var r=j(n),i=j(o);(function(t,e){return _(t).reduce((function(t,n){if(!n.attributes)return t;var o=_(n.attributes),r=e?o.filter(e):o;return t.concat(r)}),[])})(t.querySelectorAll(M),(function(t){var e=t.localName,n=t.value;return-1!==C.indexOf(e)&&-1!==n.indexOf("url("+r)})).forEach((function(t){return t.value=t.value.replace(new RegExp(r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(t,e,n){_(t).forEach((function(t){var o=t.getAttribute("xlink:href");if(o&&0===o.indexOf(e)){var r=o.replace(e,n);t.setAttributeNS(E,"xlink:href",r)}}))}(e,r,i)},P="mount",T="symbol_mount",N=function(t){function e(e){var o=this;void 0===e&&(e={}),t.call(this,n(h,e));var r,i=(r=r||Object.create(null),{on:function(t,e){(r[t]||(r[t]=[])).push(e)},off:function(t,e){r[t]&&r[t].splice(r[t].indexOf(e)>>>0,1)},emit:function(t,e){(r[t]||[]).map((function(t){t(e)})),(r["*"]||[]).map((function(n){n(t,e)}))}});this._emitter=i,this.node=null;var u=this.config;if(u.autoConfigure&&this._autoConfigure(e),u.syncUrlsWithBaseTag){var a=document.getElementsByTagName("base")[0].getAttribute("href");i.on(P,(function(){return o.updateUrls("#",a)}))}var l=this._handleLocationChange.bind(this);this._handleLocationChange=l,u.listenLocationChangeEvent&&window.addEventListener(u.locationChangeEvent,l),u.locationChangeAngularEmitter&&w(u.locationChangeEvent),i.on(P,(function(t){u.moveGradientsOutsideSymbol&&O(t)})),i.on(T,(function(t){var e;u.moveGradientsOutsideSymbol&&O(t.parentNode),(b()||m())&&(e=[],_(t.querySelectorAll("style")).forEach((function(t){t.textContent+="",e.push(t)})))}))}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},e.prototype._autoConfigure=function(t){var e=this.config;void 0===t.syncUrlsWithBaseTag&&(e.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===t.locationChangeAngularEmitter&&(e.locationChangeAngularEmitter=void 0!==window.angular),void 0===t.moveGradientsOutsideSymbol&&(e.moveGradientsOutsideSymbol=g())},e.prototype._handleLocationChange=function(t){var e=t.detail,n=e.oldUrl,o=e.newUrl;this.updateUrls(n,o)},e.prototype.add=function(e){var n=t.prototype.add.call(this,e);return this.isMounted&&n&&(e.mount(this.node),this._emitter.emit(T,e.node)),n},e.prototype.attach=function(t){var e=this,n=this;if(n.isMounted)return n.node;var o="string"==typeof t?document.querySelector(t):t;return n.node=o,this.symbols.forEach((function(t){t.mount(n.node),e._emitter.emit(T,t.node)})),_(o.querySelectorAll("symbol")).forEach((function(t){var e=v.createFromExistingNode(t);e.node=t,n.add(e)})),this._emitter.emit(P,o),o},e.prototype.destroy=function(){var t=this.config,e=this.symbols,n=this._emitter;e.forEach((function(t){return t.destroy()})),n.off("*"),window.removeEventListener(t.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},e.prototype.mount=function(t,e){if(void 0===t&&(t=this.config.mountTo),void 0===e&&(e=!1),this.isMounted)return this.node;var n="string"==typeof t?document.querySelector(t):t,o=this.render();return this.node=o,e&&n.childNodes[0]?n.insertBefore(o,n.childNodes[0]):n.appendChild(o),this._emitter.emit(P,o),o},e.prototype.render=function(){return y(this.stringify())},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},e.prototype.updateUrls=function(t,e){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return A(this.node,n,x(t)+"#",x(e)+"#"),!0},Object.defineProperties(e.prototype,o),e}(f),B=t((function(t){var e,n,o,r,i;t.exports=(n=[],o=document,r=o.documentElement.doScroll,(i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(o.readyState))||o.addEventListener("DOMContentLoaded",e=function(){for(o.removeEventListener("DOMContentLoaded",e),i=1;e=n.shift();)e()}),function(t){i?setTimeout(t,0):n.push(t)})}));window.__SVG_SPRITE__?k=window.__SVG_SPRITE__:(k=new N({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=k);var L=function(){var t=document.getElementById("__SVG_SPRITE_NODE__");t?k.attach(t):k.mount(document.body,!0)};return document.body?L():B(L),k},t.exports=n()}).call(this,n(8))},7:function(t,e){t.exports=window.wp.blocks},8:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},9:function(t,e){t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},t.exports.__esModule=!0,t.exports.default=t.exports}});
  • nova-blocks/trunk/build/block-library/blocks/post-comments/frontend.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('novablocks-icons', 'wp-polyfill'), 'version' => '30f67cf83780092a77e2c4ff452dab1a');
     1<?php return array('dependencies' => array('novablocks-icons', 'wp-polyfill'), 'version' => '736d9967d4576b783583e2ad71627b0f');
  • nova-blocks/trunk/build/block-library/blocks/post-comments/frontend.js

    r2719178 r2721032  
    1 !function(n){var t={};function e(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return n[o].call(r.exports,r,r.exports,e),r.l=!0,r.exports}e.m=n,e.c=t,e.d=function(n,t,o){e.o(n,t)||Object.defineProperty(n,t,{enumerable:!0,get:o})},e.r=function(n){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},e.t=function(n,t){if(1&t&&(n=e(n)),8&t)return n;if(4&t&&"object"==typeof n&&n&&n.__esModule)return n;var o=Object.create(null);if(e.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:n}),2&t&&"string"!=typeof n)for(var r in n)e.d(o,r,function(t){return n[t]}.bind(null,r));return o},e.n=function(n){var t=n&&n.__esModule?function(){return n.default}:function(){return n};return e.d(t,"a",t),t},e.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},e.p="",e(e.s=199)}({199:function(n,t,e){"use strict";e(44);!function(n,t,e){n(".novablocks-conversations");var o=n(".comment-list"),r=o.find(".comment-dropdown").children(),i=o.find(" .comment-dropdown-open"),c=n(".novablocks-conversations__notification-text");function a(t){i.length&&(n(t.target).is(r)||i.prop("checked",!1))}function s(t){t.preventDefault();var e,o=n(this).attr("href");c.removeClass("notification--is-visible"),document.addEventListener("copy",(function(n){n.clipboardData.setData("text/plain",o),n.preventDefault()}),!0);try{e=document.execCommand("copy")}catch(n){e=!1}e&&setTimeout((function(){c.addClass("notification--is-visible")}),0)}n(document).on("click",a),o.on("click",".copy-comment-link",s),o.on("click",".toggle-comment-highlight",(function(){var t=n(this),e=t.data("comment_id"),c="#wrapper-comment-"+e,a=n(c);return a.addClass("working"),n.ajax({url:nb_comments.ajaxUrl,type:"POST",data:{action:nb_comments.actions.toggleHighlight,comment_id:e,commentsListArgs:void 0!==nb_comments.commentsListArgs?nb_comments.commentsListArgs:[],nonce:t.data("nonce")},success:function(t){var e=n(n.parseHTML(t));a.replaceWith(e.find(c)),r=o.find(".comment-dropdown").children(),i=o.find(" .comment-dropdown-open")},error:function(n){},complete:function(){a.removeClass("working")}}),!1}))}(jQuery,window)},44:function(n,t){n.exports=window.novablocks.icons}});
     1!function(n){var t={};function e(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return n[o].call(r.exports,r,r.exports,e),r.l=!0,r.exports}e.m=n,e.c=t,e.d=function(n,t,o){e.o(n,t)||Object.defineProperty(n,t,{enumerable:!0,get:o})},e.r=function(n){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},e.t=function(n,t){if(1&t&&(n=e(n)),8&t)return n;if(4&t&&"object"==typeof n&&n&&n.__esModule)return n;var o=Object.create(null);if(e.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:n}),2&t&&"string"!=typeof n)for(var r in n)e.d(o,r,function(t){return n[t]}.bind(null,r));return o},e.n=function(n){var t=n&&n.__esModule?function(){return n.default}:function(){return n};return e.d(t,"a",t),t},e.o=function(n,t){return Object.prototype.hasOwnProperty.call(n,t)},e.p="",e(e.s=200)}({200:function(n,t,e){"use strict";e(44);!function(n,t,e){n(".novablocks-conversations");var o=n(".comment-list"),r=o.find(".comment-dropdown").children(),i=o.find(" .comment-dropdown-open"),c=n(".novablocks-conversations__notification-text");function a(t){i.length&&(n(t.target).is(r)||i.prop("checked",!1))}function s(t){t.preventDefault();var e,o=n(this).attr("href");c.removeClass("notification--is-visible"),document.addEventListener("copy",(function(n){n.clipboardData.setData("text/plain",o),n.preventDefault()}),!0);try{e=document.execCommand("copy")}catch(n){e=!1}e&&setTimeout((function(){c.addClass("notification--is-visible")}),0)}n(document).on("click",a),o.on("click",".copy-comment-link",s),o.on("click",".toggle-comment-highlight",(function(){var t=n(this),e=t.data("comment_id"),c="#wrapper-comment-"+e,a=n(c);return a.addClass("working"),n.ajax({url:nb_comments.ajaxUrl,type:"POST",data:{action:nb_comments.actions.toggleHighlight,comment_id:e,commentsListArgs:void 0!==nb_comments.commentsListArgs?nb_comments.commentsListArgs:[],nonce:t.data("nonce")},success:function(t){var e=n(n.parseHTML(t));a.replaceWith(e.find(c)),r=o.find(".comment-dropdown").children(),i=o.find(" .comment-dropdown-open")},error:function(n){},complete:function(){a.removeClass("working")}}),!1}))}(jQuery,window)},44:function(n,t){n.exports=window.novablocks.icons}});
  • nova-blocks/trunk/build/block-library/blocks/post-comments/index.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('novablocks-block-editor', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '3bd375ee2e99339d8f4a5abebca3c23f');
     1<?php return array('dependencies' => array('novablocks-block-editor', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '82dea761f6c11340a8d309fbb74111a4');
  • nova-blocks/trunk/build/block-library/blocks/post-comments/index.js

    r2719178 r2721032  
    1 !function(t){var e={};function n(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(o,r,function(e){return t[e]}.bind(null,r));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=200)}({0:function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports.default=t.exports},1:function(t,e){t.exports=window.wp.element},11:function(t,e){t.exports=window.wp.components},12:function(t,e,n){var o;
     1!function(t){var e={};function n(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(o,r,function(e){return t[e]}.bind(null,r));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=201)}({0:function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports.default=t.exports},1:function(t,e){t.exports=window.wp.element},11:function(t,e){t.exports=window.wp.components},12:function(t,e,n){var o;
    22/*!
    33  Copyright (c) 2018 Jed Watson.
    44  Licensed under the MIT License (MIT), see
    55  http://jedwatson.github.io/classnames
    6 */!function(){"use strict";var n={}.hasOwnProperty;function r(){for(var t=[],e=0;e<arguments.length;e++){var o=arguments[e];if(o){var i=typeof o;if("string"===i||"number"===i)t.push(o);else if(Array.isArray(o)){if(o.length){var a=r.apply(null,o);a&&t.push(a)}}else if("object"===i)if(o.toString===Object.prototype.toString)for(var u in o)n.call(o,u)&&o[u]&&t.push(u);else t.push(o.toString())}}return t.join(" ")}t.exports?(r.default=r,t.exports=r):void 0===(o=function(){return r}.apply(e,[]))||(t.exports=o)}()},13:function(t,e){t.exports=window.wp.data},2:function(t,e){t.exports=window.novablocks.blockEditor},200:function(t,e,n){"use strict";var o=n(0),r=n(1),i=o(n(201)),a=o(n(202)),u=n(7),c=n(6),s=n(2);(0,u.registerBlockType)("novablocks/post-comments",{icon:(0,s.getSvg)(i.default),edit:a.default,save:function(){return(0,r.createElement)(c.InnerBlocks.Content,null)},getEditWrapperProps:function(){return wp.data.select("core/block-editor").getSettings().alignWide?{"data-align":"full"}:{}}})},201:function(t,e,n){"use strict";n.r(e);var o=n(4),r=n.n(o),i=n(5),a=n.n(i),u=new r.a({id:"block-library-post-comments/icon",use:"block-library-post-comments/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-post-comments/icon"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0ZM7 7a4 4 0 0 0-4 4 2 2 0 0 0 2 2h3a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H7Zm9-3a4 4 0 0 1 4 4v8a3.999 3.999 0 0 1-2.082 3.511C16.949 20.041 16 19.105 16 18v-3a2 2 0 0 0-2-2 2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2ZM8 15a2 2 0 0 0-2 2 4 4 0 0 0 4 4h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2H8Z" fill="#6565F2" /></symbol>'});a.a.add(u);e.default=u},202:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(12)),a=n(11),u=n(3),c=n(13),s=n(6);function l(t){var e=t.postId;return(0,c.useSelect)((function(t){var n=t("core").getEntityRecords("root","comment",{post:e});return n&&n.length?n.map((function(t){return(0,r.createElement)("div",{className:"comment",key:"comment_"+t.id},(0,r.createElement)("div",{className:"comment-body comment-grid"},(0,r.createElement)("div",{className:"comment-content"},(0,r.createElement)("div",{className:"comment-author-avatar vcard"},(0,r.createElement)("img",{className:"avatar",src:t.author_avatar_urls[48],alt:""})),(0,r.createElement)("div",{className:"comment-author-info"},(0,r.createElement)("span",{className:"comment-author"},t.author_name)),(0,r.createElement)("div",{className:"comment-text"},(0,r.createElement)(r.RawHTML,null,t.content.rendered)),(0,r.createElement)("div",{className:"comment-footer"},(0,r.createElement)("span",{className:"comment-posted-time"},moment(t.date).fromNow())))))})):(0,u.__)("No comments.","nova-blocks")}),[e])}var d=function(t){t.attributes;var e=t.context,n=e.postId,o=e.postType,c=(0,i.default)("novablocks-conversations",t.className),d=(0,s.useBlockProps)({className:c,style:t.style});return o&&n?(0,r.createElement)("div",d,(0,r.createElement)("div",{className:"novablocks-conversations__container"},(0,r.createElement)("h3",{className:"novablocks-conversations__title"},(0,u.__)("Conversations","nova-blocks")),(0,r.createElement)("div",{className:"comment-form form-grid"},(0,r.createElement)("img",{className:"avatar",alt:""}),(0,r.createElement)("p",{className:"comment-form-comment"},(0,r.createElement)("span",{className:"comment-label__container"},(0,r.createElement)("label",{htmlFor:"comment"},(0,u.__)("What’s your comment or question?","nova-blocks")),(0,r.createElement)("span",{className:"field-description"},(0,u.__)("Let’s start a personal and a meaningful conversation. ","nova-blocks"))),(0,r.createElement)("textarea",{name:"comment",id:"comment",cols:"30",rows:"1",placeholder:(0,u.__)("Join the conversation, share your knowledge or ask a question...","nova-blocks")})),(0,r.createElement)("div",{className:"second-column"},(0,r.createElement)("p",{className:"comment-form-background"},(0,r.createElement)("label",{htmlFor:"experience"},(0,u.__)("What is your expertise or qualification in this topic?","nova-blocks")),(0,r.createElement)("span",{className:"field-description"},(0,u.__)("Example: Practical philosopher, therapist and writer.","nova-blocks")),(0,r.createElement)("input",{id:"experience",name:"experience",type:"text",value:"",size:"30",maxLength:"245",required:"required",placeholder:(0,u.__)("Your relevant experience or expertise...","nova-blocks")})),(0,r.createElement)("p",{className:"comment-form-author"},(0,r.createElement)("label",{htmlFor:"author"},(0,u.__)("What is your name?","nova-blocks")),(0,r.createElement)("span",{className:"required"},"*"),(0,r.createElement)("input",{id:"author",name:"author",type:"text",value:"",size:"30",maxLength:"245",required:"required",placeholder:(0,u.__)("eg. John Doe","nova-blocks")})),(0,r.createElement)("p",{className:"comment-form-email"},(0,r.createElement)("label",{htmlFor:"email"},(0,u.__)("What is your email address?","nova-blocks")),(0,r.createElement)("span",{className:"field-description"},(0,u.__)("Your email address will not be published.","nova-blocks")),(0,r.createElement)("input",{id:"email",name:"email",type:"email",value:"",size:"30",maxLength:"100",required:"required",placeholder:(0,u.__)("[email protected]","nova-blocks")})),(0,r.createElement)("div",{className:"form-submit"},(0,r.createElement)("div",{className:"wp-block-button"},(0,r.createElement)("div",{className:"wp-block-button__link"},(0,u.__)("Add this comment","nova-blocks")))))),(0,r.createElement)("div",{className:"novablocks-conversations__comment-list comment-list"},(0,r.createElement)(l,{postId:n})))):(0,r.createElement)("div",d,(0,r.createElement)(a.Placeholder,null,(0,u.__)("Nova Blocks: Conversation System Block.","nova-blocks")))};e.default=d},3:function(t,e){t.exports=window.wp.i18n},4:function(t,e,n){(function(e){var n;n=function(){"use strict";var t=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};function n(t,e){return t(e={exports:{}},e.exports),e.exports}t.prototype.stringify=function(){return this.content},t.prototype.toString=function(){return this.stringify()},t.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))},"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var o=n((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var a=n.slice();return r.forEach((function(r,u){void 0===a[u]?a[u]=e(r,i):t(r)?a[u]=o(n[u],r,i):-1===n.indexOf(r)&&a.push(e(r,i))})),a}function o(r,i,a){var u=Array.isArray(i),c=(a||{arrayMerge:n}).arrayMerge||n;return u?Array.isArray(r)?c(r,i,a):e(i,a):function(n,r,i){var a={};return t(n)&&Object.keys(n).forEach((function(t){a[t]=e(n[t],i)})),Object.keys(r).forEach((function(u){t(r[u])&&n[u]?a[u]=o(n[u],r[u],i):a[u]=e(r[u],i)})),a}(r,i,a)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),r=n((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),i=r.svg,a=r.xlink,u={};u[i.name]=i.uri,u[a.name]=a.uri;var c=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(o(u,e||{}))+">"+t+"</svg>"};return function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n}(c(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(t)},t.exports=n()}).call(this,n(8))},5:function(t,e,n){(function(e){var n;n=function(){"use strict";function t(t,e){return t(e={exports:{}},e.exports),e.exports}"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var n=t((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var a=n.slice();return r.forEach((function(r,u){void 0===a[u]?a[u]=e(r,i):t(r)?a[u]=o(n[u],r,i):-1===n.indexOf(r)&&a.push(e(r,i))})),a}function o(r,i,a){var u=Array.isArray(i),c=(a||{arrayMerge:n}).arrayMerge||n;return u?Array.isArray(r)?c(r,i,a):e(i,a):function(n,r,i){var a={};return t(n)&&Object.keys(n).forEach((function(t){a[t]=e(n[t],i)})),Object.keys(r).forEach((function(u){t(r[u])&&n[u]?a[u]=o(n[u],r[u],i):a[u]=e(r[u],i)})),a}(r,i,a)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),o=t((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),r=o.svg,i=o.xlink,a={};a[r.name]=r.uri,a[i.name]=i.uri;var u,c=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(a,e||{}))+">"+t+"</svg>"},s=o.svg,l=o.xlink,d={attrs:(u={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},u[s.name]=s.uri,u[l.name]=l.uri,u)},f=function(t){this.config=n(d,t||{}),this.symbols=[]};f.prototype.add=function(t){var e=this.symbols,n=this.find(t.id);return n?(e[e.indexOf(n)]=t,!1):(e.push(t),!0)},f.prototype.remove=function(t){var e=this.symbols,n=this.find(t);return!!n&&(e.splice(e.indexOf(n),1),n.destroy(),!0)},f.prototype.find=function(t){return this.symbols.filter((function(e){return e.id===t}))[0]||null},f.prototype.has=function(t){return null!==this.find(t)},f.prototype.stringify=function(){var t=this.config.attrs,e=this.symbols.map((function(t){return t.stringify()})).join("");return c(e,t)},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){this.symbols.forEach((function(t){return t.destroy()}))};var m=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};m.prototype.stringify=function(){return this.content},m.prototype.toString=function(){return this.stringify()},m.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var p=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n},h=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return p(c(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(m),v={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},y=function(t){return Array.prototype.slice.call(t,0)},g=function(){return/firefox/i.test(navigator.userAgent)},_=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},w=function(){return/edge/i.test(navigator.userAgent)},x=function(t){return(t||window.location.href).split("#")[0]},b=function(t){angular.module("ng").run(["$rootScope",function(e){e.$on("$locationChangeSuccess",(function(e,n,o){var r,i,a;r=t,i={oldUrl:o,newUrl:n},(a=document.createEvent("CustomEvent")).initCustomEvent(r,!1,!1,i),window.dispatchEvent(a)}))}])},E=function(t,e){return void 0===e&&(e="linearGradient, radialGradient, pattern, mask, clipPath"),y(t.querySelectorAll("symbol")).forEach((function(t){y(t.querySelectorAll(e)).forEach((function(e){t.parentNode.insertBefore(e,t)}))})),t},S=o.xlink.uri,N=/[{}|\\\^\[\]`"<>]/g;function k(t){return t.replace(N,(function(t){return"%"+t[0].charCodeAt(0).toString(16).toUpperCase()}))}var O,A=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],j=A.map((function(t){return"["+t+"]"})).join(","),C=function(t,e,n,o){var r=k(n),i=k(o);(function(t,e){return y(t).reduce((function(t,n){if(!n.attributes)return t;var o=y(n.attributes),r=e?o.filter(e):o;return t.concat(r)}),[])})(t.querySelectorAll(j),(function(t){var e=t.localName,n=t.value;return-1!==A.indexOf(e)&&-1!==n.indexOf("url("+r)})).forEach((function(t){return t.value=t.value.replace(new RegExp(r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(t,e,n){y(t).forEach((function(t){var o=t.getAttribute("xlink:href");if(o&&0===o.indexOf(e)){var r=o.replace(e,n);t.setAttributeNS(S,"xlink:href",r)}}))}(e,r,i)},M="mount",B="symbol_mount",P=function(t){function e(e){var o=this;void 0===e&&(e={}),t.call(this,n(v,e));var r,i=(r=r||Object.create(null),{on:function(t,e){(r[t]||(r[t]=[])).push(e)},off:function(t,e){r[t]&&r[t].splice(r[t].indexOf(e)>>>0,1)},emit:function(t,e){(r[t]||[]).map((function(t){t(e)})),(r["*"]||[]).map((function(n){n(t,e)}))}});this._emitter=i,this.node=null;var a=this.config;if(a.autoConfigure&&this._autoConfigure(e),a.syncUrlsWithBaseTag){var u=document.getElementsByTagName("base")[0].getAttribute("href");i.on(M,(function(){return o.updateUrls("#",u)}))}var c=this._handleLocationChange.bind(this);this._handleLocationChange=c,a.listenLocationChangeEvent&&window.addEventListener(a.locationChangeEvent,c),a.locationChangeAngularEmitter&&b(a.locationChangeEvent),i.on(M,(function(t){a.moveGradientsOutsideSymbol&&E(t)})),i.on(B,(function(t){var e;a.moveGradientsOutsideSymbol&&E(t.parentNode),(_()||w())&&(e=[],y(t.querySelectorAll("style")).forEach((function(t){t.textContent+="",e.push(t)})))}))}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},e.prototype._autoConfigure=function(t){var e=this.config;void 0===t.syncUrlsWithBaseTag&&(e.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===t.locationChangeAngularEmitter&&(e.locationChangeAngularEmitter=void 0!==window.angular),void 0===t.moveGradientsOutsideSymbol&&(e.moveGradientsOutsideSymbol=g())},e.prototype._handleLocationChange=function(t){var e=t.detail,n=e.oldUrl,o=e.newUrl;this.updateUrls(n,o)},e.prototype.add=function(e){var n=t.prototype.add.call(this,e);return this.isMounted&&n&&(e.mount(this.node),this._emitter.emit(B,e.node)),n},e.prototype.attach=function(t){var e=this,n=this;if(n.isMounted)return n.node;var o="string"==typeof t?document.querySelector(t):t;return n.node=o,this.symbols.forEach((function(t){t.mount(n.node),e._emitter.emit(B,t.node)})),y(o.querySelectorAll("symbol")).forEach((function(t){var e=h.createFromExistingNode(t);e.node=t,n.add(e)})),this._emitter.emit(M,o),o},e.prototype.destroy=function(){var t=this.config,e=this.symbols,n=this._emitter;e.forEach((function(t){return t.destroy()})),n.off("*"),window.removeEventListener(t.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},e.prototype.mount=function(t,e){if(void 0===t&&(t=this.config.mountTo),void 0===e&&(e=!1),this.isMounted)return this.node;var n="string"==typeof t?document.querySelector(t):t,o=this.render();return this.node=o,e&&n.childNodes[0]?n.insertBefore(o,n.childNodes[0]):n.appendChild(o),this._emitter.emit(M,o),o},e.prototype.render=function(){return p(this.stringify())},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},e.prototype.updateUrls=function(t,e){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return C(this.node,n,x(t)+"#",x(e)+"#"),!0},Object.defineProperties(e.prototype,o),e}(f),T=t((function(t){var e,n,o,r,i;t.exports=(n=[],o=document,r=o.documentElement.doScroll,(i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(o.readyState))||o.addEventListener("DOMContentLoaded",e=function(){for(o.removeEventListener("DOMContentLoaded",e),i=1;e=n.shift();)e()}),function(t){i?setTimeout(t,0):n.push(t)})}));window.__SVG_SPRITE__?O=window.__SVG_SPRITE__:(O=new P({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=O);var q=function(){var t=document.getElementById("__SVG_SPRITE_NODE__");t?O.attach(t):O.mount(document.body,!0)};return document.body?q():T(q),O},t.exports=n()}).call(this,n(8))},6:function(t,e){t.exports=window.wp.blockEditor},7:function(t,e){t.exports=window.wp.blocks},8:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n}});
     6*/!function(){"use strict";var n={}.hasOwnProperty;function r(){for(var t=[],e=0;e<arguments.length;e++){var o=arguments[e];if(o){var i=typeof o;if("string"===i||"number"===i)t.push(o);else if(Array.isArray(o)){if(o.length){var a=r.apply(null,o);a&&t.push(a)}}else if("object"===i)if(o.toString===Object.prototype.toString)for(var u in o)n.call(o,u)&&o[u]&&t.push(u);else t.push(o.toString())}}return t.join(" ")}t.exports?(r.default=r,t.exports=r):void 0===(o=function(){return r}.apply(e,[]))||(t.exports=o)}()},13:function(t,e){t.exports=window.wp.data},2:function(t,e){t.exports=window.novablocks.blockEditor},201:function(t,e,n){"use strict";var o=n(0),r=n(1),i=o(n(202)),a=o(n(203)),u=n(7),c=n(6),s=n(2);(0,u.registerBlockType)("novablocks/post-comments",{icon:(0,s.getSvg)(i.default),edit:a.default,save:function(){return(0,r.createElement)(c.InnerBlocks.Content,null)},getEditWrapperProps:function(){return wp.data.select("core/block-editor").getSettings().alignWide?{"data-align":"full"}:{}}})},202:function(t,e,n){"use strict";n.r(e);var o=n(4),r=n.n(o),i=n(5),a=n.n(i),u=new r.a({id:"block-library-post-comments/icon",use:"block-library-post-comments/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-post-comments/icon"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0ZM7 7a4 4 0 0 0-4 4 2 2 0 0 0 2 2h3a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H7Zm9-3a4 4 0 0 1 4 4v8a3.999 3.999 0 0 1-2.082 3.511C16.949 20.041 16 19.105 16 18v-3a2 2 0 0 0-2-2 2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2ZM8 15a2 2 0 0 0-2 2 4 4 0 0 0 4 4h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2H8Z" fill="#6565F2" /></symbol>'});a.a.add(u);e.default=u},203:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(12)),a=n(11),u=n(3),c=n(13),s=n(6);function l(t){var e=t.postId;return(0,c.useSelect)((function(t){var n=t("core").getEntityRecords("root","comment",{post:e});return n&&n.length?n.map((function(t){return(0,r.createElement)("div",{className:"comment",key:"comment_"+t.id},(0,r.createElement)("div",{className:"comment-body comment-grid"},(0,r.createElement)("div",{className:"comment-content"},(0,r.createElement)("div",{className:"comment-author-avatar vcard"},(0,r.createElement)("img",{className:"avatar",src:t.author_avatar_urls[48],alt:""})),(0,r.createElement)("div",{className:"comment-author-info"},(0,r.createElement)("span",{className:"comment-author"},t.author_name)),(0,r.createElement)("div",{className:"comment-text"},(0,r.createElement)(r.RawHTML,null,t.content.rendered)),(0,r.createElement)("div",{className:"comment-footer"},(0,r.createElement)("span",{className:"comment-posted-time"},moment(t.date).fromNow())))))})):(0,u.__)("No comments.","nova-blocks")}),[e])}var d=function(t){t.attributes;var e=t.context,n=e.postId,o=e.postType,c=(0,i.default)("novablocks-conversations",t.className),d=(0,s.useBlockProps)({className:c,style:t.style});return o&&n?(0,r.createElement)("div",d,(0,r.createElement)("div",{className:"novablocks-conversations__container"},(0,r.createElement)("h3",{className:"novablocks-conversations__title"},(0,u.__)("Conversations","nova-blocks")),(0,r.createElement)("div",{className:"comment-form form-grid"},(0,r.createElement)("img",{className:"avatar",alt:""}),(0,r.createElement)("p",{className:"comment-form-comment"},(0,r.createElement)("span",{className:"comment-label__container"},(0,r.createElement)("label",{htmlFor:"comment"},(0,u.__)("What’s your comment or question?","nova-blocks")),(0,r.createElement)("span",{className:"field-description"},(0,u.__)("Let’s start a personal and a meaningful conversation. ","nova-blocks"))),(0,r.createElement)("textarea",{name:"comment",id:"comment",cols:"30",rows:"1",placeholder:(0,u.__)("Join the conversation, share your knowledge or ask a question...","nova-blocks")})),(0,r.createElement)("div",{className:"second-column"},(0,r.createElement)("p",{className:"comment-form-background"},(0,r.createElement)("label",{htmlFor:"experience"},(0,u.__)("What is your expertise or qualification in this topic?","nova-blocks")),(0,r.createElement)("span",{className:"field-description"},(0,u.__)("Example: Practical philosopher, therapist and writer.","nova-blocks")),(0,r.createElement)("input",{id:"experience",name:"experience",type:"text",value:"",size:"30",maxLength:"245",required:"required",placeholder:(0,u.__)("Your relevant experience or expertise...","nova-blocks")})),(0,r.createElement)("p",{className:"comment-form-author"},(0,r.createElement)("label",{htmlFor:"author"},(0,u.__)("What is your name?","nova-blocks")),(0,r.createElement)("span",{className:"required"},"*"),(0,r.createElement)("input",{id:"author",name:"author",type:"text",value:"",size:"30",maxLength:"245",required:"required",placeholder:(0,u.__)("eg. John Doe","nova-blocks")})),(0,r.createElement)("p",{className:"comment-form-email"},(0,r.createElement)("label",{htmlFor:"email"},(0,u.__)("What is your email address?","nova-blocks")),(0,r.createElement)("span",{className:"field-description"},(0,u.__)("Your email address will not be published.","nova-blocks")),(0,r.createElement)("input",{id:"email",name:"email",type:"email",value:"",size:"30",maxLength:"100",required:"required",placeholder:(0,u.__)("[email protected]","nova-blocks")})),(0,r.createElement)("div",{className:"form-submit"},(0,r.createElement)("div",{className:"wp-block-button"},(0,r.createElement)("div",{className:"wp-block-button__link"},(0,u.__)("Add this comment","nova-blocks")))))),(0,r.createElement)("div",{className:"novablocks-conversations__comment-list comment-list"},(0,r.createElement)(l,{postId:n})))):(0,r.createElement)("div",d,(0,r.createElement)(a.Placeholder,null,(0,u.__)("Nova Blocks: Conversation System Block.","nova-blocks")))};e.default=d},3:function(t,e){t.exports=window.wp.i18n},4:function(t,e,n){(function(e){var n;n=function(){"use strict";var t=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};function n(t,e){return t(e={exports:{}},e.exports),e.exports}t.prototype.stringify=function(){return this.content},t.prototype.toString=function(){return this.stringify()},t.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))},"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var o=n((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var a=n.slice();return r.forEach((function(r,u){void 0===a[u]?a[u]=e(r,i):t(r)?a[u]=o(n[u],r,i):-1===n.indexOf(r)&&a.push(e(r,i))})),a}function o(r,i,a){var u=Array.isArray(i),c=(a||{arrayMerge:n}).arrayMerge||n;return u?Array.isArray(r)?c(r,i,a):e(i,a):function(n,r,i){var a={};return t(n)&&Object.keys(n).forEach((function(t){a[t]=e(n[t],i)})),Object.keys(r).forEach((function(u){t(r[u])&&n[u]?a[u]=o(n[u],r[u],i):a[u]=e(r[u],i)})),a}(r,i,a)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),r=n((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),i=r.svg,a=r.xlink,u={};u[i.name]=i.uri,u[a.name]=a.uri;var c=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(o(u,e||{}))+">"+t+"</svg>"};return function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n}(c(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(t)},t.exports=n()}).call(this,n(8))},5:function(t,e,n){(function(e){var n;n=function(){"use strict";function t(t,e){return t(e={exports:{}},e.exports),e.exports}"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var n=t((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var a=n.slice();return r.forEach((function(r,u){void 0===a[u]?a[u]=e(r,i):t(r)?a[u]=o(n[u],r,i):-1===n.indexOf(r)&&a.push(e(r,i))})),a}function o(r,i,a){var u=Array.isArray(i),c=(a||{arrayMerge:n}).arrayMerge||n;return u?Array.isArray(r)?c(r,i,a):e(i,a):function(n,r,i){var a={};return t(n)&&Object.keys(n).forEach((function(t){a[t]=e(n[t],i)})),Object.keys(r).forEach((function(u){t(r[u])&&n[u]?a[u]=o(n[u],r[u],i):a[u]=e(r[u],i)})),a}(r,i,a)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),o=t((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),r=o.svg,i=o.xlink,a={};a[r.name]=r.uri,a[i.name]=i.uri;var u,c=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(a,e||{}))+">"+t+"</svg>"},s=o.svg,l=o.xlink,d={attrs:(u={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},u[s.name]=s.uri,u[l.name]=l.uri,u)},f=function(t){this.config=n(d,t||{}),this.symbols=[]};f.prototype.add=function(t){var e=this.symbols,n=this.find(t.id);return n?(e[e.indexOf(n)]=t,!1):(e.push(t),!0)},f.prototype.remove=function(t){var e=this.symbols,n=this.find(t);return!!n&&(e.splice(e.indexOf(n),1),n.destroy(),!0)},f.prototype.find=function(t){return this.symbols.filter((function(e){return e.id===t}))[0]||null},f.prototype.has=function(t){return null!==this.find(t)},f.prototype.stringify=function(){var t=this.config.attrs,e=this.symbols.map((function(t){return t.stringify()})).join("");return c(e,t)},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){this.symbols.forEach((function(t){return t.destroy()}))};var m=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};m.prototype.stringify=function(){return this.content},m.prototype.toString=function(){return this.stringify()},m.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var p=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n},h=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return p(c(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(m),v={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},y=function(t){return Array.prototype.slice.call(t,0)},g=function(){return/firefox/i.test(navigator.userAgent)},_=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},w=function(){return/edge/i.test(navigator.userAgent)},x=function(t){return(t||window.location.href).split("#")[0]},b=function(t){angular.module("ng").run(["$rootScope",function(e){e.$on("$locationChangeSuccess",(function(e,n,o){var r,i,a;r=t,i={oldUrl:o,newUrl:n},(a=document.createEvent("CustomEvent")).initCustomEvent(r,!1,!1,i),window.dispatchEvent(a)}))}])},E=function(t,e){return void 0===e&&(e="linearGradient, radialGradient, pattern, mask, clipPath"),y(t.querySelectorAll("symbol")).forEach((function(t){y(t.querySelectorAll(e)).forEach((function(e){t.parentNode.insertBefore(e,t)}))})),t},S=o.xlink.uri,N=/[{}|\\\^\[\]`"<>]/g;function k(t){return t.replace(N,(function(t){return"%"+t[0].charCodeAt(0).toString(16).toUpperCase()}))}var O,A=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],j=A.map((function(t){return"["+t+"]"})).join(","),C=function(t,e,n,o){var r=k(n),i=k(o);(function(t,e){return y(t).reduce((function(t,n){if(!n.attributes)return t;var o=y(n.attributes),r=e?o.filter(e):o;return t.concat(r)}),[])})(t.querySelectorAll(j),(function(t){var e=t.localName,n=t.value;return-1!==A.indexOf(e)&&-1!==n.indexOf("url("+r)})).forEach((function(t){return t.value=t.value.replace(new RegExp(r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(t,e,n){y(t).forEach((function(t){var o=t.getAttribute("xlink:href");if(o&&0===o.indexOf(e)){var r=o.replace(e,n);t.setAttributeNS(S,"xlink:href",r)}}))}(e,r,i)},M="mount",B="symbol_mount",P=function(t){function e(e){var o=this;void 0===e&&(e={}),t.call(this,n(v,e));var r,i=(r=r||Object.create(null),{on:function(t,e){(r[t]||(r[t]=[])).push(e)},off:function(t,e){r[t]&&r[t].splice(r[t].indexOf(e)>>>0,1)},emit:function(t,e){(r[t]||[]).map((function(t){t(e)})),(r["*"]||[]).map((function(n){n(t,e)}))}});this._emitter=i,this.node=null;var a=this.config;if(a.autoConfigure&&this._autoConfigure(e),a.syncUrlsWithBaseTag){var u=document.getElementsByTagName("base")[0].getAttribute("href");i.on(M,(function(){return o.updateUrls("#",u)}))}var c=this._handleLocationChange.bind(this);this._handleLocationChange=c,a.listenLocationChangeEvent&&window.addEventListener(a.locationChangeEvent,c),a.locationChangeAngularEmitter&&b(a.locationChangeEvent),i.on(M,(function(t){a.moveGradientsOutsideSymbol&&E(t)})),i.on(B,(function(t){var e;a.moveGradientsOutsideSymbol&&E(t.parentNode),(_()||w())&&(e=[],y(t.querySelectorAll("style")).forEach((function(t){t.textContent+="",e.push(t)})))}))}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},e.prototype._autoConfigure=function(t){var e=this.config;void 0===t.syncUrlsWithBaseTag&&(e.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===t.locationChangeAngularEmitter&&(e.locationChangeAngularEmitter=void 0!==window.angular),void 0===t.moveGradientsOutsideSymbol&&(e.moveGradientsOutsideSymbol=g())},e.prototype._handleLocationChange=function(t){var e=t.detail,n=e.oldUrl,o=e.newUrl;this.updateUrls(n,o)},e.prototype.add=function(e){var n=t.prototype.add.call(this,e);return this.isMounted&&n&&(e.mount(this.node),this._emitter.emit(B,e.node)),n},e.prototype.attach=function(t){var e=this,n=this;if(n.isMounted)return n.node;var o="string"==typeof t?document.querySelector(t):t;return n.node=o,this.symbols.forEach((function(t){t.mount(n.node),e._emitter.emit(B,t.node)})),y(o.querySelectorAll("symbol")).forEach((function(t){var e=h.createFromExistingNode(t);e.node=t,n.add(e)})),this._emitter.emit(M,o),o},e.prototype.destroy=function(){var t=this.config,e=this.symbols,n=this._emitter;e.forEach((function(t){return t.destroy()})),n.off("*"),window.removeEventListener(t.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},e.prototype.mount=function(t,e){if(void 0===t&&(t=this.config.mountTo),void 0===e&&(e=!1),this.isMounted)return this.node;var n="string"==typeof t?document.querySelector(t):t,o=this.render();return this.node=o,e&&n.childNodes[0]?n.insertBefore(o,n.childNodes[0]):n.appendChild(o),this._emitter.emit(M,o),o},e.prototype.render=function(){return p(this.stringify())},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},e.prototype.updateUrls=function(t,e){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return C(this.node,n,x(t)+"#",x(e)+"#"),!0},Object.defineProperties(e.prototype,o),e}(f),T=t((function(t){var e,n,o,r,i;t.exports=(n=[],o=document,r=o.documentElement.doScroll,(i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(o.readyState))||o.addEventListener("DOMContentLoaded",e=function(){for(o.removeEventListener("DOMContentLoaded",e),i=1;e=n.shift();)e()}),function(t){i?setTimeout(t,0):n.push(t)})}));window.__SVG_SPRITE__?O=window.__SVG_SPRITE__:(O=new P({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=O);var q=function(){var t=document.getElementById("__SVG_SPRITE_NODE__");t?O.attach(t):O.mount(document.body,!0)};return document.body?q():T(q),O},t.exports=n()}).call(this,n(8))},6:function(t,e){t.exports=window.wp.blockEditor},7:function(t,e){t.exports=window.wp.blocks},8:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n}});
  • nova-blocks/trunk/build/block-library/blocks/post-comments/lib/renderers/class-novablocks-comments-form.php

    r2710156 r2721032  
    5757
    5858                // Double the actual size for high dpi displays. Set to zero (0) for no avatars.
    59                 'avatarSize'  => 100,
     59                'avatarSize'  => 96,
    6060                'avatarClass' => 'avatar',
    6161
  • nova-blocks/trunk/build/block-library/blocks/post-comments/lib/renderers/class-novablocks-comments-list.php

    r2710156 r2721032  
    7373                'displayCommenterBackground' => true,
    7474                // Double the actual size for high dpi displays. Set to zero (0) for no avatars.
    75                 'avatarSize'                 => 100,
     75                'avatarSize'                 => 96,
    7676
    7777                // The message to use in the comments list when a comment is not approved.
     
    542542            $args = wp_parse_args( $args, [
    543543                'walker'      => new NovaBlocks_Walker_Comment(),
    544                 'avatar_size' => 100,
     544                'avatar_size' => 96,
    545545                'style'       => 'div',
    546546                'short_ping'  => true,
  • nova-blocks/trunk/build/block-library/blocks/post-meta/index.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-element', 'wp-polyfill', 'wp-server-side-render'), 'version' => '7dcd97a505dda48f524db506e09dbf23');
     1<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-element', 'wp-polyfill', 'wp-server-side-render'), 'version' => '2dc6cd84acf9ca170a3779859c009629');
  • nova-blocks/trunk/build/block-library/blocks/post-meta/index.js

    r2719178 r2721032  
    1 !function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=203)}({0:function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},1:function(e,t){e.exports=window.wp.element},203:function(e,t,r){"use strict";var n=r(0),o=r(1),u=r(7),i=r(6),c=n(r(34)),l=n(r(204));(0,u.registerBlockType)("novablocks/post-meta",{attributes:l.default,edit:function(e){var t=(0,i.useBlockProps)();return(0,o.createElement)("div",t,(0,o.createElement)(c.default,{block:"novablocks/post-meta",attributes:e.attributes}))},save:function(){return!1}})},204:function(e){e.exports=JSON.parse("{}")},34:function(e,t){e.exports=window.wp.serverSideRender},6:function(e,t){e.exports=window.wp.blockEditor},7:function(e,t){e.exports=window.wp.blocks}});
     1!function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=204)}({0:function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},1:function(e,t){e.exports=window.wp.element},204:function(e,t,r){"use strict";var n=r(0),o=r(1),u=r(7),i=r(6),c=n(r(34)),l=n(r(205));(0,u.registerBlockType)("novablocks/post-meta",{attributes:l.default,edit:function(e){var t=(0,i.useBlockProps)();return(0,o.createElement)("div",t,(0,o.createElement)(c.default,{block:"novablocks/post-meta",attributes:e.attributes}))},save:function(){return!1}})},205:function(e){e.exports=JSON.parse("{}")},34:function(e,t){e.exports=window.wp.serverSideRender},6:function(e,t){e.exports=window.wp.blockEditor},7:function(e,t){e.exports=window.wp.blocks}});
  • nova-blocks/trunk/build/block-library/blocks/post-navigation/index.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-element', 'wp-polyfill', 'wp-server-side-render'), 'version' => '5347fc22a3d8fb588b56bcae730c7387');
     1<?php return array('dependencies' => array('wp-block-editor', 'wp-blocks', 'wp-element', 'wp-polyfill', 'wp-server-side-render'), 'version' => 'd6987c6c2440a7b1d0ab4f3708170ec4');
  • nova-blocks/trunk/build/block-library/blocks/post-navigation/index.js

    r2719178 r2721032  
    1 !function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=205)}({0:function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},1:function(e,t){e.exports=window.wp.element},205:function(e,t,n){"use strict";var r=n(0),o=n(1),u=n(7),i=n(6),l=r(n(34)),s=r(n(206));(0,u.registerBlockType)("novablocks/post-navigation",{attributes:s.default,edit:function(e){var t=(0,i.useBlockProps)({className:e.className,style:e.style});return(0,o.createElement)("div",t,(0,o.createElement)(l.default,{block:"novablocks/post-navigation",attributes:e.attributes}))},save:function(){return!1}})},206:function(e){e.exports=JSON.parse("{}")},34:function(e,t){e.exports=window.wp.serverSideRender},6:function(e,t){e.exports=window.wp.blockEditor},7:function(e,t){e.exports=window.wp.blocks}});
     1!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=206)}({0:function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},1:function(e,t){e.exports=window.wp.element},206:function(e,t,n){"use strict";var r=n(0),o=n(1),u=n(7),i=n(6),l=r(n(34)),s=r(n(207));(0,u.registerBlockType)("novablocks/post-navigation",{attributes:s.default,edit:function(e){var t=(0,i.useBlockProps)({className:e.className,style:e.style});return(0,o.createElement)("div",t,(0,o.createElement)(l.default,{block:"novablocks/post-navigation",attributes:e.attributes}))},save:function(){return!1}})},207:function(e){e.exports=JSON.parse("{}")},34:function(e,t){e.exports=window.wp.serverSideRender},6:function(e,t){e.exports=window.wp.blockEditor},7:function(e,t){e.exports=window.wp.blocks}});
  • nova-blocks/trunk/build/block-library/blocks/posts-collection/frontend.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('novablocks-collection/frontend', 'wp-polyfill'), 'version' => 'd936085afb77886a2960d612a168752a');
     1<?php return array('dependencies' => array('novablocks-collection/frontend', 'wp-polyfill'), 'version' => '7cdbcb8ee0e57e5d242a87a808493238');
  • nova-blocks/trunk/build/block-library/blocks/posts-collection/frontend.js

    r2719178 r2721032  
    1 !function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=207)}({207:function(e,t,n){"use strict";n(60)},60:function(e,t){e.exports=window.novablocks["collection/frontend"]}});
     1!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=208)}({208:function(e,t,n){"use strict";n(60)},60:function(e,t){e.exports=window.novablocks["collection/frontend"]}});
  • nova-blocks/trunk/build/block-library/blocks/posts-collection/index.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('lodash', 'novablocks-block-editor', 'novablocks-collection', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => 'f6e6e0b0a0681bfae86cc9b5ed220e27');
     1<?php return array('dependencies' => array('lodash', 'novablocks-block-editor', 'novablocks-collection', 'wp-api-fetch', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-data', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-polyfill', 'wp-url'), 'version' => 'c7e542e776f38afa4b4d424b57a7b49c');
  • nova-blocks/trunk/build/block-library/blocks/posts-collection/index.js

    r2719178 r2721032  
    1 !function(t){var e={};function n(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(o,r,function(e){return t[e]}.bind(null,r));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=208)}({0:function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports.default=t.exports},1:function(t,e){t.exports=window.wp.element},11:function(t,e){t.exports=window.wp.components},13:function(t,e){t.exports=window.wp.data},14:function(t,e){t.exports=window.wp.hooks},15:function(t,e){function n(){return t.exports=n=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t},t.exports.__esModule=!0,t.exports.default=t.exports,n.apply(this,arguments)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},2:function(t,e){t.exports=window.novablocks.blockEditor},208:function(t,e,n){"use strict";var o=n(0),r=n(1),i=n(3),a=n(7),s=n(6),u=n(2),c=o(n(209)),l=o(n(210)),d=o(n(211)),f=o(n(212)),p=o(n(213));n(214),(0,a.registerBlockType)("novablocks/posts-collection",{apiVersion:2,title:(0,i.__)("Posts Collection (Deprecated)","nova-blocks"),description:(0,i.__)("Show Latest Posts","nova-blocks"),category:"nova-blocks",icon:(0,u.getSvg)(l.default),attributes:c.default,variations:p.default,supports:{html:!1,novaBlocks:{colorSignal:!0,collectionLayout:!0,contentLoader:!0,overlayFilter:!0,spaceAndSizing:!0,cardElementsStacking:!0,cardElementsVisibility:!0}},edit:d.default,save:function(){return(0,r.createElement)(s.InnerBlocks.Content,null)},transforms:f.default})},209:function(t){t.exports=JSON.parse('{"align":{"type":"string","default":"wide"},"contentType":{"type":"string","default":"auto"},"postsToShow":{"type":"integer","default":6},"loadingMode":{"type":"string","default":"automated"},"specificPosts":{"type":"array","default":[],"items":{"type":"integer"}},"preventDuplicatePosts":{"type":"boolean","default":true},"authors":{"type":"array","default":[],"items":{"type":"integer"}},"categories":{"type":"array","default":[],"items":{"type":"integer"}},"tags":{"type":"array","default":[],"items":{"type":"integer"}}}')},210:function(t,e,n){"use strict";n.r(e);var o=n(4),r=n.n(o),i=n(5),a=n.n(i),s=new r.a({id:"block-library-posts-collection/icon",use:"block-library-posts-collection/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-posts-collection/icon"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0ZM7 7a4 4 0 0 0-4 4 2 2 0 0 0 2 2h3a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H7Zm9-3a4 4 0 0 1 4 4v8a3.999 3.999 0 0 1-2.082 3.511C16.949 20.041 16 19.105 16 18v-3a2 2 0 0 0-2-2 2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2ZM8 15a2 2 0 0 0-2 2 4 4 0 0 0 4 4h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2H8Z" fill="#777" /></symbol>'});a.a.add(s);e.default=s},211:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(15)),a=n(3),s=n(41),u=n(2),c=n(6),l=function(t){var e=t.posts,n=Object.assign({},t.attributes,{colorSignal:t.attributes.contentColorSignal,paletteVariation:t.attributes.contentPaletteVariation,useSourceColorAsReference:!1}),o=Object.assign({},t,{attributes:n});return Array.isArray(e)?(0,r.createElement)(s.CollectionBody,o,e.map((function(t){return(0,r.createElement)("div",{className:"nb-collection__layout-item",key:t.id},(0,r.createElement)(u.PostCard,(0,i.default)({},o,{post:t})))}))):null},d=function(t){var e=t.className,n=t.posts,o=(0,c.useBlockProps)({className:e,style:t.style});return Array.isArray(n)&&!n.length?(0,r.createElement)("div",{className:"wp-block__inner-container"},(0,r.createElement)("p",null,(0,a.__)("There are no posts to be displayed in this block. Try changing the Content Filter settings."))):(0,r.createElement)("div",o,(0,r.createElement)(s.Collection,t,(0,r.createElement)(s.CollectionHeader,(0,i.default)({},t,{key:"header"})),(0,r.createElement)(l,(0,i.default)({},t,{key:"posts"}))))};e.default=d},212:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(7),r={to:[{type:"block",blocks:["core/query"],isMatch:function(t,e){return"auto"===(null==t?void 0:t.contentType)&&"automated"===(null==t?void 0:t.loadingMode)},transform:function(t,e){var n=Object.assign({},t,{contentPosition:"center left"}),r="novablocks-posts-grid";"parametric"===t.layoutStyle?r="novablocks-posts-parametric":"carrousel"===t.layoutStyle&&(r="novablocks-posts-slideshow");var i={variation:r,query:{perPage:(null==t?void 0:t.postsToShow)||6,pages:1,offset:0,postType:"post",order:"desc",orderBy:"date",author:"",search:"",sticky:"exclude",inherit:!1}},a=[["novablocks/supernova",n,[["novablocks/supernova-item",n]]]];return(0,o.createBlock)("core/query",i,(0,o.createBlocksFromInnerBlocksTemplate)(a))}}]};e.default=r},213:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(3),r=[{name:"novablocks/posts-collection/carousel-deprecated",title:(0,o.__)("Posts Carousel (Deprecated)","nova-blocks"),description:(0,o.__)("Posts Collection displayed as a carousel.","nova-blocks"),attributes:{layoutStyle:"carousel",carouselLayout:"variable"}}];e.default=r},214:function(t,e,n){"use strict";var o=n(0),r=n(14),i=n(69),a=o(n(215)),s=o(n(220));(0,i.registerQueryStore)("novablocks/".concat(i.STORE_NAME)),(0,r.addFilter)("editor.BlockEdit","novablocks/with-content-loader-controls",a.default),(0,r.addFilter)("editor.BlockEdit","novablocks/with-latest-posts",s.default)},215:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=n(47),a=o(n(216)),s=(0,i.createHigherOrderComponent)((function(t){return function(e){return"novablocks/posts-collection"!==e.name?(0,r.createElement)(t,e):(0,r.createElement)(r.Fragment,null,(0,r.createElement)(t,e),(0,r.createElement)(a.default,e))}}),"withContentLoaderControls");e.default=s},216:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=n(3),a=n(11),s=n(2),u=o(n(217)),c=function(t){var e=t.attributes,n=t.setAttributes,o=(t.clientId,e.postsToShow),c=e.loadingMode,l=e.specificPosts,d=e.authors,f=e.categories,p=e.tags,y=e.preventDuplicatePosts,h=e.contentType,v="auto"===h;return(0,r.createElement)(s.ControlsSection,{id:"content-loader",label:(0,i.__)("Collection Content"),group:(0,i.__)("Card Anatomy"),order:10},(0,r.createElement)(s.ControlsTab,{label:(0,i.__)("Settings")},(0,r.createElement)(a.SelectControl,{key:"collection-content-type",label:(0,i.__)("Content Type","nova-blocks"),value:h,options:[{label:"Automatic Blocks",value:"auto"},{label:"Blocks with pre-defined fields",value:"fields"},{label:"Custom Blocks",value:"custom"}],onChange:function(t){n({contentType:t})}}),v&&(0,r.createElement)(u.default,{key:"query-controls",enableSpecific:!0,preventDuplicatePosts:y,onPreventDuplicatePostsChange:function(t){n({preventDuplicatePosts:t})},numberOfItems:o,onNumberOfItemsChange:function(t){n({postsToShow:t})},loadingMode:c,onLoadingModeChange:function(t){return n({loadingMode:t})},specificPosts:l,onSpecificPostsChange:function(t){return n({specificPosts:t})},authors:d,onAuthorsChange:function(t){return n({authors:t})},categories:f,onCategoriesChange:function(t){return n({categories:t})},tags:p,onTagsChange:function(t){n({tags:t})}})))};e.default=c},217:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(15)),a=n(3),s=n(11),u=o(n(218)),c=o(n(219)),l=function(t){var e=t.loadingMode,n=t.onLoadingModeChange;return[t.enableSpecific&&(0,r.createElement)(s.RadioControl,{key:"posts-loading-type",label:(0,a.__)("Posts loading type","nova-blocks"),selected:e,onChange:n,options:[{label:(0,a.__)("Automated (latest posts)"),value:"automated"},{label:(0,a.__)("Manual (specific posts)"),value:"manual"}]}),(0,r.createElement)(c.default,(0,i.default)({key:"automated-controls"},t)),(0,r.createElement)(u.default,(0,i.default)({key:"manual-controls"},t))]};e.default=l},218:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=n(2),a=o(n(70)),s=n(71),u=n(72),c=n(3),l=function(t){return(0,a.default)({path:(0,s.addQueryArgs)("/wp/v2/search",{search:t,per_page:20,_fields:"id,title",type:"post"})}).then((function(t){return t.map((function(t){return{value:t.id,label:(0,u.decodeEntities)(t.title)||(0,c.__)("(no title)")}}))}))},d=function(t){return(0,a.default)({path:(0,s.addQueryArgs)("/wp/v2/posts",{per_page:100,include:t.join(","),_fields:"id,title"})}).then((function(t){return t.map((function(t){return{value:t.id,label:(0,u.decodeEntities)(t.title.rendered)||(0,c.__)("(no title)")}}))}))},f=function(t){var e=t.loadingMode,n=t.specificPosts,o=t.onSpecificPostsChange;return"manual"!==e?null:(0,r.createElement)(i.AutocompleteTokenField,{key:"posts",tokens:n||[],onChange:o,fetchSuggestions:l,fetchSavedInfo:d,label:(0,c.__)("Posts"),help:(0,c.__)("Begin typing post title, click autocomplete result to select.")})};e.default=f},219:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(70)),a=n(71),s=n(72),u=n(11),c=n(3),l=n(2),d=function(t){return(0,i.default)({path:(0,a.addQueryArgs)("/wp/v2/users",{search:t,per_page:20,_fields:"id,name"})}).then((function(t){return t.map((function(t){return{value:t.id,label:(0,s.decodeEntities)(t.name)||(0,c.__)("(no name)")}}))}))},f=function(t){return(0,i.default)({path:(0,a.addQueryArgs)("/wp/v2/users",{per_page:100,include:t.join(","),_fields:"id,name"})}).then((function(t){return t.map((function(t){return{value:t.id,label:(0,s.decodeEntities)(t.name)||(0,c.__)("(no name)")}}))}))},p=function(t){return(0,i.default)({path:(0,a.addQueryArgs)("/wp/v2/categories",{search:t,per_page:20,_fields:"id,name",orderby:"count",order:"desc"})}).then((function(t){return t.map((function(t){return{value:t.id,label:(0,s.decodeEntities)(t.name)||(0,c.__)("(no title)")}}))}))},y=function(t){return(0,i.default)({path:(0,a.addQueryArgs)("/wp/v2/categories",{per_page:100,_fields:"id,name",include:t.join(",")})}).then((function(t){return t.map((function(t){return{value:t.id,label:(0,s.decodeEntities)(t.name)||(0,c.__)("(no title)")}}))}))},h=function(t){return(0,i.default)({path:(0,a.addQueryArgs)("/wp/v2/tags",{search:t,per_page:20,_fields:"id,name",orderby:"count",order:"desc"})}).then((function(t){return t.map((function(t){return{value:t.id,label:(0,s.decodeEntities)(t.name)||(0,c.__)("(no title)")}}))}))},v=function(t){return(0,i.default)({path:(0,a.addQueryArgs)("/wp/v2/tags",{per_page:100,_fields:"id,name",include:t.join(",")})}).then((function(t){return t.map((function(t){return{value:t.id,label:(0,s.decodeEntities)(t.name)||(0,c.__)("(no title)")}}))}))},g=function(t){var e=t.authors,n=t.categories,o=t.loadingMode,s=t.preventDuplicatePosts,g=t.tags,m=t.onAuthorsChange,_=t.onCategoriesChange,b=t.onPreventDuplicatePostsChange,w=t.onTagsChange;return"automated"!==o?null:[(0,r.createElement)(u.ToggleControl,{key:"prevent-duplicate-posts",label:(0,c.__)("Prevent Duplicate Posts"),help:(0,c.__)("The posts displayed by other blocks won't show up in this block"),checked:s,onChange:b}),m&&(0,r.createElement)(l.AutocompleteTokenField,{key:"authors",tokens:e||[],onChange:m,fetchSuggestions:d,fetchSavedInfo:f,label:(0,c.__)("Authors")}),_&&(0,r.createElement)(l.AutocompleteTokenField,{key:"categories",tokens:n||[],onChange:function(t){var e;(e=t,(0,i.default)({path:(0,a.addQueryArgs)("/novablocks/v1/categories",{ids:e})})).then((function(t){_(t)}))},fetchSuggestions:p,fetchSavedInfo:y,label:(0,c.__)("Categories")}),w&&(0,r.createElement)(l.AutocompleteTokenField,{key:"tags",tokens:g||[],onChange:w,fetchSuggestions:h,fetchSavedInfo:v,label:(0,c.__)("Tags")})]};e.default=g},220:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(15)),a=n(47),s=n(13),u=n(69),c=n(221),l=(0,a.createHigherOrderComponent)((function(t){return function(e){var n=e.attributes,o=e.clientId,a=n.preventDuplicatePosts;if("novablocks/posts-collection"!==e.name)return(0,r.createElement)(t,e);var l=(0,s.useSelect)((function(t){return t(u.STORE_NAME).previousPostIds(o)}),[n]),d=(0,r.useMemo)((function(){var t=(0,c.queryCriteriaFromAttributes)(n);return!(0,c.isSpecificPostModeActive)(n)&&a&&(t.exclude=l.join(",")),t}),[n,l]),f=(0,s.useSelect)((function(t){return t("core").getEntityRecords("postType","post",d)}),[d]);return(0,r.createElement)(t,(0,i.default)({},e,{posts:f}))}}),"withLatestPosts"),d=(0,s.withDispatch)((function(t,e){var n=e.attributes,o=t(u.STORE_NAME),r=o.markPostsAsDisplayed,i=o.markSpecificPostsAsDisplayed;return{markPostsAsDisplayed:(0,c.isSpecificPostModeActive)(n)?i:r}})),f=(0,a.compose)([l,d]);e.default=f},221:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.queryCriteriaFromAttributes=e.isSpecificPostModeActive=void 0;var o=n(29),r=function(t){var e=t.loadingMode,n=t.specificPosts;return"manual"===e&&n&&n.length};e.isSpecificPostModeActive=r;e.queryCriteriaFromAttributes=function(t){var e=t.postsToShow,n=t.authors,i=t.categories,a=t.tags,s=t.specificPosts,u=t.tagExclusions;return(0,o.pickBy)(r(t)?{include:s,orderby:"include",per_page:s.length}:{per_page:e,categories:i,author:n,tags:a,tags_exclude:u},(function(t){return!(0,o.isUndefined)(t)}))}},29:function(t,e){t.exports=window.lodash},3:function(t,e){t.exports=window.wp.i18n},4:function(t,e,n){(function(e){var n;n=function(){"use strict";var t=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};function n(t,e){return t(e={exports:{}},e.exports),e.exports}t.prototype.stringify=function(){return this.content},t.prototype.toString=function(){return this.stringify()},t.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))},"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var o=n((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var a=n.slice();return r.forEach((function(r,s){void 0===a[s]?a[s]=e(r,i):t(r)?a[s]=o(n[s],r,i):-1===n.indexOf(r)&&a.push(e(r,i))})),a}function o(r,i,a){var s=Array.isArray(i),u=(a||{arrayMerge:n}).arrayMerge||n;return s?Array.isArray(r)?u(r,i,a):e(i,a):function(n,r,i){var a={};return t(n)&&Object.keys(n).forEach((function(t){a[t]=e(n[t],i)})),Object.keys(r).forEach((function(s){t(r[s])&&n[s]?a[s]=o(n[s],r[s],i):a[s]=e(r[s],i)})),a}(r,i,a)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),r=n((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),i=r.svg,a=r.xlink,s={};s[i.name]=i.uri,s[a.name]=a.uri;var u=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(o(s,e||{}))+">"+t+"</svg>"};return function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n}(u(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(t)},t.exports=n()}).call(this,n(8))},41:function(t,e){t.exports=window.novablocks.collection},47:function(t,e){t.exports=window.wp.compose},5:function(t,e,n){(function(e){var n;n=function(){"use strict";function t(t,e){return t(e={exports:{}},e.exports),e.exports}"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var n=t((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var a=n.slice();return r.forEach((function(r,s){void 0===a[s]?a[s]=e(r,i):t(r)?a[s]=o(n[s],r,i):-1===n.indexOf(r)&&a.push(e(r,i))})),a}function o(r,i,a){var s=Array.isArray(i),u=(a||{arrayMerge:n}).arrayMerge||n;return s?Array.isArray(r)?u(r,i,a):e(i,a):function(n,r,i){var a={};return t(n)&&Object.keys(n).forEach((function(t){a[t]=e(n[t],i)})),Object.keys(r).forEach((function(s){t(r[s])&&n[s]?a[s]=o(n[s],r[s],i):a[s]=e(r[s],i)})),a}(r,i,a)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),o=t((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),r=o.svg,i=o.xlink,a={};a[r.name]=r.uri,a[i.name]=i.uri;var s,u=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(a,e||{}))+">"+t+"</svg>"},c=o.svg,l=o.xlink,d={attrs:(s={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},s[c.name]=c.uri,s[l.name]=l.uri,s)},f=function(t){this.config=n(d,t||{}),this.symbols=[]};f.prototype.add=function(t){var e=this.symbols,n=this.find(t.id);return n?(e[e.indexOf(n)]=t,!1):(e.push(t),!0)},f.prototype.remove=function(t){var e=this.symbols,n=this.find(t);return!!n&&(e.splice(e.indexOf(n),1),n.destroy(),!0)},f.prototype.find=function(t){return this.symbols.filter((function(e){return e.id===t}))[0]||null},f.prototype.has=function(t){return null!==this.find(t)},f.prototype.stringify=function(){var t=this.config.attrs,e=this.symbols.map((function(t){return t.stringify()})).join("");return u(e,t)},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){this.symbols.forEach((function(t){return t.destroy()}))};var p=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};p.prototype.stringify=function(){return this.content},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var y=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n},h=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return y(u(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(p),v={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},g=function(t){return Array.prototype.slice.call(t,0)},m=function(){return/firefox/i.test(navigator.userAgent)},_=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},b=function(){return/edge/i.test(navigator.userAgent)},w=function(t){return(t||window.location.href).split("#")[0]},E=function(t){angular.module("ng").run(["$rootScope",function(e){e.$on("$locationChangeSuccess",(function(e,n,o){var r,i,a;r=t,i={oldUrl:o,newUrl:n},(a=document.createEvent("CustomEvent")).initCustomEvent(r,!1,!1,i),window.dispatchEvent(a)}))}])},S=function(t,e){return void 0===e&&(e="linearGradient, radialGradient, pattern, mask, clipPath"),g(t.querySelectorAll("symbol")).forEach((function(t){g(t.querySelectorAll(e)).forEach((function(e){t.parentNode.insertBefore(e,t)}))})),t},k=o.xlink.uri,x=/[{}|\\\^\[\]`"<>]/g;function P(t){return t.replace(x,(function(t){return"%"+t[0].charCodeAt(0).toString(16).toUpperCase()}))}var O,A=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],C=A.map((function(t){return"["+t+"]"})).join(","),M=function(t,e,n,o){var r=P(n),i=P(o);(function(t,e){return g(t).reduce((function(t,n){if(!n.attributes)return t;var o=g(n.attributes),r=e?o.filter(e):o;return t.concat(r)}),[])})(t.querySelectorAll(C),(function(t){var e=t.localName,n=t.value;return-1!==A.indexOf(e)&&-1!==n.indexOf("url("+r)})).forEach((function(t){return t.value=t.value.replace(new RegExp(r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(t,e,n){g(t).forEach((function(t){var o=t.getAttribute("xlink:href");if(o&&0===o.indexOf(e)){var r=o.replace(e,n);t.setAttributeNS(k,"xlink:href",r)}}))}(e,r,i)},j="mount",B="symbol_mount",T=function(t){function e(e){var o=this;void 0===e&&(e={}),t.call(this,n(v,e));var r,i=(r=r||Object.create(null),{on:function(t,e){(r[t]||(r[t]=[])).push(e)},off:function(t,e){r[t]&&r[t].splice(r[t].indexOf(e)>>>0,1)},emit:function(t,e){(r[t]||[]).map((function(t){t(e)})),(r["*"]||[]).map((function(n){n(t,e)}))}});this._emitter=i,this.node=null;var a=this.config;if(a.autoConfigure&&this._autoConfigure(e),a.syncUrlsWithBaseTag){var s=document.getElementsByTagName("base")[0].getAttribute("href");i.on(j,(function(){return o.updateUrls("#",s)}))}var u=this._handleLocationChange.bind(this);this._handleLocationChange=u,a.listenLocationChangeEvent&&window.addEventListener(a.locationChangeEvent,u),a.locationChangeAngularEmitter&&E(a.locationChangeEvent),i.on(j,(function(t){a.moveGradientsOutsideSymbol&&S(t)})),i.on(B,(function(t){var e;a.moveGradientsOutsideSymbol&&S(t.parentNode),(_()||b())&&(e=[],g(t.querySelectorAll("style")).forEach((function(t){t.textContent+="",e.push(t)})))}))}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},e.prototype._autoConfigure=function(t){var e=this.config;void 0===t.syncUrlsWithBaseTag&&(e.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===t.locationChangeAngularEmitter&&(e.locationChangeAngularEmitter=void 0!==window.angular),void 0===t.moveGradientsOutsideSymbol&&(e.moveGradientsOutsideSymbol=m())},e.prototype._handleLocationChange=function(t){var e=t.detail,n=e.oldUrl,o=e.newUrl;this.updateUrls(n,o)},e.prototype.add=function(e){var n=t.prototype.add.call(this,e);return this.isMounted&&n&&(e.mount(this.node),this._emitter.emit(B,e.node)),n},e.prototype.attach=function(t){var e=this,n=this;if(n.isMounted)return n.node;var o="string"==typeof t?document.querySelector(t):t;return n.node=o,this.symbols.forEach((function(t){t.mount(n.node),e._emitter.emit(B,t.node)})),g(o.querySelectorAll("symbol")).forEach((function(t){var e=h.createFromExistingNode(t);e.node=t,n.add(e)})),this._emitter.emit(j,o),o},e.prototype.destroy=function(){var t=this.config,e=this.symbols,n=this._emitter;e.forEach((function(t){return t.destroy()})),n.off("*"),window.removeEventListener(t.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},e.prototype.mount=function(t,e){if(void 0===t&&(t=this.config.mountTo),void 0===e&&(e=!1),this.isMounted)return this.node;var n="string"==typeof t?document.querySelector(t):t,o=this.render();return this.node=o,e&&n.childNodes[0]?n.insertBefore(o,n.childNodes[0]):n.appendChild(o),this._emitter.emit(j,o),o},e.prototype.render=function(){return y(this.stringify())},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},e.prototype.updateUrls=function(t,e){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return M(this.node,n,w(t)+"#",w(e)+"#"),!0},Object.defineProperties(e.prototype,o),e}(f),D=t((function(t){var e,n,o,r,i;t.exports=(n=[],o=document,r=o.documentElement.doScroll,(i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(o.readyState))||o.addEventListener("DOMContentLoaded",e=function(){for(o.removeEventListener("DOMContentLoaded",e),i=1;e=n.shift();)e()}),function(t){i?setTimeout(t,0):n.push(t)})}));window.__SVG_SPRITE__?O=window.__SVG_SPRITE__:(O=new T({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=O);var I=function(){var t=document.getElementById("__SVG_SPRITE_NODE__");t?O.attach(t):O.mount(document.body,!0)};return document.body?I():D(I),O},t.exports=n()}).call(this,n(8))},6:function(t,e){t.exports=window.wp.blockEditor},69:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.registerQueryStore=e.STORE_NAME=void 0;var r=o(n(9)),i=n(29),a=n(13);function s(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function u(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?s(Object(n),!0).forEach((function(e){(0,r.default)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):s(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}e.STORE_NAME="posts-collection";var c={queryBlocks:[],postsByBlock:{},specificPostsByBlock:{}},l={updateBlocks:function(t){return{type:"UPDATE_BLOCKS",blocks:t}},markPostsAsDisplayed:function(t,e){return{type:"MARK_POSTS_DISPLAYED",clientId:t,posts:e}},markSpecificPostsAsDisplayed:function(t,e){return{type:"MARK_SPECIFIC_POSTS_DISPLAYED",clientId:t,posts:e}}},d={previousPostIds:function(t,e){var n,o,r,a=t.queryBlocks,s=t.specificPostsByBlock,u=t.postsByBlock,c=a.filter((function(t){var e=t.clientId;return s[e]})).flatMap((function(t){var e=t.clientId;return s[e].map((function(t){return t.id}))})),l=(n=a,o=e,r=n.findIndex((function(t){return t.clientId===o})),n.slice(0,r)).filter((function(t){var e=t.clientId;return u[e]})).flatMap((function(t){var e=t.clientId;return u[e].map((function(t){return t.id}))}));return(0,i.uniq)(c.concat(l)).sort()}};e.registerQueryStore=function(t){var e=function e(n){return n.flatMap((function(n){var o=[];return n.name===t&&o.push(n),o.concat(e(n.innerBlocks))}))};(0,a.registerStore)("posts-collection",{reducer:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:c,n=arguments.length>1?arguments[1]:void 0;switch(n.type){case"UPDATE_BLOCKS":return u(u({},t),{},{queryBlocks:e(n.blocks)});case"MARK_POSTS_DISPLAYED":return u(u({},t),{},{postsByBlock:u(u({},t.postsByBlock),{},(0,r.default)({},n.clientId,n.posts))});case"MARK_SPECIFIC_POSTS_DISPLAYED":return u(u({},t),{},{specificPostsByBlock:u(u({},t.specificPostsByBlock),{},(0,r.default)({},n.clientId,n.posts))})}return t},actions:l,selectors:d,initialState:c});var n,o=(0,a.select)("core/block-editor"),i=o.getClientIdsWithDescendants,s=o.getBlocks,f=(0,a.dispatch)("posts-collection").updateBlocks;(0,a.subscribe)((function(){var t=i(),e=t!==n;n=t,e&&f(s())}))}},7:function(t,e){t.exports=window.wp.blocks},70:function(t,e){t.exports=window.wp.apiFetch},71:function(t,e){t.exports=window.wp.url},72:function(t,e){t.exports=window.wp.htmlEntities},8:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},9:function(t,e){t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},t.exports.__esModule=!0,t.exports.default=t.exports}});
     1!function(t){var e={};function n(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(o,r,function(e){return t[e]}.bind(null,r));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=209)}({0:function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports.default=t.exports},1:function(t,e){t.exports=window.wp.element},11:function(t,e){t.exports=window.wp.components},13:function(t,e){t.exports=window.wp.data},14:function(t,e){t.exports=window.wp.hooks},15:function(t,e){function n(){return t.exports=n=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t},t.exports.__esModule=!0,t.exports.default=t.exports,n.apply(this,arguments)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},2:function(t,e){t.exports=window.novablocks.blockEditor},209:function(t,e,n){"use strict";var o=n(0),r=n(1),i=n(3),a=n(7),s=n(6),u=n(2),c=o(n(210)),l=o(n(211)),d=o(n(212)),f=o(n(213)),p=o(n(214));n(215),(0,a.registerBlockType)("novablocks/posts-collection",{apiVersion:2,title:(0,i.__)("Posts Collection (Deprecated)","nova-blocks"),description:(0,i.__)("Show Latest Posts","nova-blocks"),category:"nova-blocks",icon:(0,u.getSvg)(l.default),attributes:c.default,variations:p.default,supports:{html:!1,novaBlocks:{colorSignal:!0,collectionLayout:!0,contentLoader:!0,overlayFilter:!0,spaceAndSizing:!0,cardElementsStacking:!0,cardElementsVisibility:!0}},edit:d.default,save:function(){return(0,r.createElement)(s.InnerBlocks.Content,null)},transforms:f.default})},210:function(t){t.exports=JSON.parse('{"align":{"type":"string","default":"wide"},"contentType":{"type":"string","default":"auto"},"postsToShow":{"type":"integer","default":6},"loadingMode":{"type":"string","default":"automated"},"specificPosts":{"type":"array","default":[],"items":{"type":"integer"}},"preventDuplicatePosts":{"type":"boolean","default":true},"authors":{"type":"array","default":[],"items":{"type":"integer"}},"categories":{"type":"array","default":[],"items":{"type":"integer"}},"tags":{"type":"array","default":[],"items":{"type":"integer"}}}')},211:function(t,e,n){"use strict";n.r(e);var o=n(4),r=n.n(o),i=n(5),a=n.n(i),s=new r.a({id:"block-library-posts-collection/icon",use:"block-library-posts-collection/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-posts-collection/icon"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0c6.627 0 12 5.373 12 12s-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0ZM7 7a4 4 0 0 0-4 4 2 2 0 0 0 2 2h3a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2H7Zm9-3a4 4 0 0 1 4 4v8a3.999 3.999 0 0 1-2.082 3.511C16.949 20.041 16 19.105 16 18v-3a2 2 0 0 0-2-2 2 2 0 0 1-2-2V6a2 2 0 0 1 2-2h2ZM8 15a2 2 0 0 0-2 2 4 4 0 0 0 4 4h2a2 2 0 0 0 2-2v-2a2 2 0 0 0-2-2H8Z" fill="#777" /></symbol>'});a.a.add(s);e.default=s},212:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(15)),a=n(3),s=n(41),u=n(2),c=n(6),l=function(t){var e=t.posts,n=Object.assign({},t.attributes,{colorSignal:t.attributes.contentColorSignal,paletteVariation:t.attributes.contentPaletteVariation,useSourceColorAsReference:!1}),o=Object.assign({},t,{attributes:n});return Array.isArray(e)?(0,r.createElement)(s.CollectionBody,o,e.map((function(t){return(0,r.createElement)("div",{className:"nb-collection__layout-item",key:t.id},(0,r.createElement)(u.PostCard,(0,i.default)({},o,{post:t})))}))):null},d=function(t){var e=t.className,n=t.posts,o=(0,c.useBlockProps)({className:e,style:t.style});return Array.isArray(n)&&!n.length?(0,r.createElement)("div",{className:"wp-block__inner-container"},(0,r.createElement)("p",null,(0,a.__)("There are no posts to be displayed in this block. Try changing the Content Filter settings."))):(0,r.createElement)("div",o,(0,r.createElement)(s.Collection,t,(0,r.createElement)(s.CollectionHeader,(0,i.default)({},t,{key:"header"})),(0,r.createElement)(l,(0,i.default)({},t,{key:"posts"}))))};e.default=d},213:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(7),r={to:[{type:"block",blocks:["core/query"],isMatch:function(t,e){return"auto"===(null==t?void 0:t.contentType)&&"automated"===(null==t?void 0:t.loadingMode)},transform:function(t,e){var n=Object.assign({},t,{contentPosition:"center left"}),r="novablocks-posts-grid";"parametric"===t.layoutStyle?r="novablocks-posts-parametric":"carrousel"===t.layoutStyle&&(r="novablocks-posts-slideshow");var i={variation:r,query:{perPage:(null==t?void 0:t.postsToShow)||6,pages:1,offset:0,postType:"post",order:"desc",orderBy:"date",author:"",search:"",sticky:"exclude",inherit:!1}},a=[["novablocks/supernova",n,[["novablocks/supernova-item",n]]]];return(0,o.createBlock)("core/query",i,(0,o.createBlocksFromInnerBlocksTemplate)(a))}}]};e.default=r},214:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(3),r=[{name:"novablocks/posts-collection/carousel-deprecated",title:(0,o.__)("Posts Carousel (Deprecated)","nova-blocks"),description:(0,o.__)("Posts Collection displayed as a carousel.","nova-blocks"),attributes:{layoutStyle:"carousel",carouselLayout:"variable"}}];e.default=r},215:function(t,e,n){"use strict";var o=n(0),r=n(14),i=n(69),a=o(n(216)),s=o(n(221));(0,i.registerQueryStore)("novablocks/".concat(i.STORE_NAME)),(0,r.addFilter)("editor.BlockEdit","novablocks/with-content-loader-controls",a.default),(0,r.addFilter)("editor.BlockEdit","novablocks/with-latest-posts",s.default)},216:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=n(47),a=o(n(217)),s=(0,i.createHigherOrderComponent)((function(t){return function(e){return"novablocks/posts-collection"!==e.name?(0,r.createElement)(t,e):(0,r.createElement)(r.Fragment,null,(0,r.createElement)(t,e),(0,r.createElement)(a.default,e))}}),"withContentLoaderControls");e.default=s},217:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=n(3),a=n(11),s=n(2),u=o(n(218)),c=function(t){var e=t.attributes,n=t.setAttributes,o=(t.clientId,e.postsToShow),c=e.loadingMode,l=e.specificPosts,d=e.authors,f=e.categories,p=e.tags,y=e.preventDuplicatePosts,h=e.contentType,v="auto"===h;return(0,r.createElement)(s.ControlsSection,{id:"content-loader",label:(0,i.__)("Collection Content"),group:(0,i.__)("Card Anatomy"),order:10},(0,r.createElement)(s.ControlsTab,{label:(0,i.__)("Settings")},(0,r.createElement)(a.SelectControl,{key:"collection-content-type",label:(0,i.__)("Content Type","nova-blocks"),value:h,options:[{label:"Automatic Blocks",value:"auto"},{label:"Blocks with pre-defined fields",value:"fields"},{label:"Custom Blocks",value:"custom"}],onChange:function(t){n({contentType:t})}}),v&&(0,r.createElement)(u.default,{key:"query-controls",enableSpecific:!0,preventDuplicatePosts:y,onPreventDuplicatePostsChange:function(t){n({preventDuplicatePosts:t})},numberOfItems:o,onNumberOfItemsChange:function(t){n({postsToShow:t})},loadingMode:c,onLoadingModeChange:function(t){return n({loadingMode:t})},specificPosts:l,onSpecificPostsChange:function(t){return n({specificPosts:t})},authors:d,onAuthorsChange:function(t){return n({authors:t})},categories:f,onCategoriesChange:function(t){return n({categories:t})},tags:p,onTagsChange:function(t){n({tags:t})}})))};e.default=c},218:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(15)),a=n(3),s=n(11),u=o(n(219)),c=o(n(220)),l=function(t){var e=t.loadingMode,n=t.onLoadingModeChange;return[t.enableSpecific&&(0,r.createElement)(s.RadioControl,{key:"posts-loading-type",label:(0,a.__)("Posts loading type","nova-blocks"),selected:e,onChange:n,options:[{label:(0,a.__)("Automated (latest posts)"),value:"automated"},{label:(0,a.__)("Manual (specific posts)"),value:"manual"}]}),(0,r.createElement)(c.default,(0,i.default)({key:"automated-controls"},t)),(0,r.createElement)(u.default,(0,i.default)({key:"manual-controls"},t))]};e.default=l},219:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=n(2),a=o(n(70)),s=n(71),u=n(72),c=n(3),l=function(t){return(0,a.default)({path:(0,s.addQueryArgs)("/wp/v2/search",{search:t,per_page:20,_fields:"id,title",type:"post"})}).then((function(t){return t.map((function(t){return{value:t.id,label:(0,u.decodeEntities)(t.title)||(0,c.__)("(no title)")}}))}))},d=function(t){return(0,a.default)({path:(0,s.addQueryArgs)("/wp/v2/posts",{per_page:100,include:t.join(","),_fields:"id,title"})}).then((function(t){return t.map((function(t){return{value:t.id,label:(0,u.decodeEntities)(t.title.rendered)||(0,c.__)("(no title)")}}))}))},f=function(t){var e=t.loadingMode,n=t.specificPosts,o=t.onSpecificPostsChange;return"manual"!==e?null:(0,r.createElement)(i.AutocompleteTokenField,{key:"posts",tokens:n||[],onChange:o,fetchSuggestions:l,fetchSavedInfo:d,label:(0,c.__)("Posts"),help:(0,c.__)("Begin typing post title, click autocomplete result to select.")})};e.default=f},220:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(70)),a=n(71),s=n(72),u=n(11),c=n(3),l=n(2),d=function(t){return(0,i.default)({path:(0,a.addQueryArgs)("/wp/v2/users",{search:t,per_page:20,_fields:"id,name"})}).then((function(t){return t.map((function(t){return{value:t.id,label:(0,s.decodeEntities)(t.name)||(0,c.__)("(no name)")}}))}))},f=function(t){return(0,i.default)({path:(0,a.addQueryArgs)("/wp/v2/users",{per_page:100,include:t.join(","),_fields:"id,name"})}).then((function(t){return t.map((function(t){return{value:t.id,label:(0,s.decodeEntities)(t.name)||(0,c.__)("(no name)")}}))}))},p=function(t){return(0,i.default)({path:(0,a.addQueryArgs)("/wp/v2/categories",{search:t,per_page:20,_fields:"id,name",orderby:"count",order:"desc"})}).then((function(t){return t.map((function(t){return{value:t.id,label:(0,s.decodeEntities)(t.name)||(0,c.__)("(no title)")}}))}))},y=function(t){return(0,i.default)({path:(0,a.addQueryArgs)("/wp/v2/categories",{per_page:100,_fields:"id,name",include:t.join(",")})}).then((function(t){return t.map((function(t){return{value:t.id,label:(0,s.decodeEntities)(t.name)||(0,c.__)("(no title)")}}))}))},h=function(t){return(0,i.default)({path:(0,a.addQueryArgs)("/wp/v2/tags",{search:t,per_page:20,_fields:"id,name",orderby:"count",order:"desc"})}).then((function(t){return t.map((function(t){return{value:t.id,label:(0,s.decodeEntities)(t.name)||(0,c.__)("(no title)")}}))}))},v=function(t){return(0,i.default)({path:(0,a.addQueryArgs)("/wp/v2/tags",{per_page:100,_fields:"id,name",include:t.join(",")})}).then((function(t){return t.map((function(t){return{value:t.id,label:(0,s.decodeEntities)(t.name)||(0,c.__)("(no title)")}}))}))},g=function(t){var e=t.authors,n=t.categories,o=t.loadingMode,s=t.preventDuplicatePosts,g=t.tags,m=t.onAuthorsChange,_=t.onCategoriesChange,b=t.onPreventDuplicatePostsChange,w=t.onTagsChange;return"automated"!==o?null:[(0,r.createElement)(u.ToggleControl,{key:"prevent-duplicate-posts",label:(0,c.__)("Prevent Duplicate Posts"),help:(0,c.__)("The posts displayed by other blocks won't show up in this block"),checked:s,onChange:b}),m&&(0,r.createElement)(l.AutocompleteTokenField,{key:"authors",tokens:e||[],onChange:m,fetchSuggestions:d,fetchSavedInfo:f,label:(0,c.__)("Authors")}),_&&(0,r.createElement)(l.AutocompleteTokenField,{key:"categories",tokens:n||[],onChange:function(t){var e;(e=t,(0,i.default)({path:(0,a.addQueryArgs)("/novablocks/v1/categories",{ids:e})})).then((function(t){_(t)}))},fetchSuggestions:p,fetchSavedInfo:y,label:(0,c.__)("Categories")}),w&&(0,r.createElement)(l.AutocompleteTokenField,{key:"tags",tokens:g||[],onChange:w,fetchSuggestions:h,fetchSavedInfo:v,label:(0,c.__)("Tags")})]};e.default=g},221:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(15)),a=n(47),s=n(13),u=n(69),c=n(222),l=(0,a.createHigherOrderComponent)((function(t){return function(e){var n=e.attributes,o=e.clientId,a=n.preventDuplicatePosts;if("novablocks/posts-collection"!==e.name)return(0,r.createElement)(t,e);var l=(0,s.useSelect)((function(t){return t(u.STORE_NAME).previousPostIds(o)}),[n]),d=(0,r.useMemo)((function(){var t=(0,c.queryCriteriaFromAttributes)(n);return!(0,c.isSpecificPostModeActive)(n)&&a&&(t.exclude=l.join(",")),t}),[n,l]),f=(0,s.useSelect)((function(t){return t("core").getEntityRecords("postType","post",d)}),[d]);return(0,r.createElement)(t,(0,i.default)({},e,{posts:f}))}}),"withLatestPosts"),d=(0,s.withDispatch)((function(t,e){var n=e.attributes,o=t(u.STORE_NAME),r=o.markPostsAsDisplayed,i=o.markSpecificPostsAsDisplayed;return{markPostsAsDisplayed:(0,c.isSpecificPostModeActive)(n)?i:r}})),f=(0,a.compose)([l,d]);e.default=f},222:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.queryCriteriaFromAttributes=e.isSpecificPostModeActive=void 0;var o=n(29),r=function(t){var e=t.loadingMode,n=t.specificPosts;return"manual"===e&&n&&n.length};e.isSpecificPostModeActive=r;e.queryCriteriaFromAttributes=function(t){var e=t.postsToShow,n=t.authors,i=t.categories,a=t.tags,s=t.specificPosts,u=t.tagExclusions;return(0,o.pickBy)(r(t)?{include:s,orderby:"include",per_page:s.length}:{per_page:e,categories:i,author:n,tags:a,tags_exclude:u},(function(t){return!(0,o.isUndefined)(t)}))}},29:function(t,e){t.exports=window.lodash},3:function(t,e){t.exports=window.wp.i18n},4:function(t,e,n){(function(e){var n;n=function(){"use strict";var t=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};function n(t,e){return t(e={exports:{}},e.exports),e.exports}t.prototype.stringify=function(){return this.content},t.prototype.toString=function(){return this.stringify()},t.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))},"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var o=n((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var a=n.slice();return r.forEach((function(r,s){void 0===a[s]?a[s]=e(r,i):t(r)?a[s]=o(n[s],r,i):-1===n.indexOf(r)&&a.push(e(r,i))})),a}function o(r,i,a){var s=Array.isArray(i),u=(a||{arrayMerge:n}).arrayMerge||n;return s?Array.isArray(r)?u(r,i,a):e(i,a):function(n,r,i){var a={};return t(n)&&Object.keys(n).forEach((function(t){a[t]=e(n[t],i)})),Object.keys(r).forEach((function(s){t(r[s])&&n[s]?a[s]=o(n[s],r[s],i):a[s]=e(r[s],i)})),a}(r,i,a)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),r=n((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),i=r.svg,a=r.xlink,s={};s[i.name]=i.uri,s[a.name]=a.uri;var u=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(o(s,e||{}))+">"+t+"</svg>"};return function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n}(u(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(t)},t.exports=n()}).call(this,n(8))},41:function(t,e){t.exports=window.novablocks.collection},47:function(t,e){t.exports=window.wp.compose},5:function(t,e,n){(function(e){var n;n=function(){"use strict";function t(t,e){return t(e={exports:{}},e.exports),e.exports}"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var n=t((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var a=n.slice();return r.forEach((function(r,s){void 0===a[s]?a[s]=e(r,i):t(r)?a[s]=o(n[s],r,i):-1===n.indexOf(r)&&a.push(e(r,i))})),a}function o(r,i,a){var s=Array.isArray(i),u=(a||{arrayMerge:n}).arrayMerge||n;return s?Array.isArray(r)?u(r,i,a):e(i,a):function(n,r,i){var a={};return t(n)&&Object.keys(n).forEach((function(t){a[t]=e(n[t],i)})),Object.keys(r).forEach((function(s){t(r[s])&&n[s]?a[s]=o(n[s],r[s],i):a[s]=e(r[s],i)})),a}(r,i,a)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),o=t((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),r=o.svg,i=o.xlink,a={};a[r.name]=r.uri,a[i.name]=i.uri;var s,u=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(a,e||{}))+">"+t+"</svg>"},c=o.svg,l=o.xlink,d={attrs:(s={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},s[c.name]=c.uri,s[l.name]=l.uri,s)},f=function(t){this.config=n(d,t||{}),this.symbols=[]};f.prototype.add=function(t){var e=this.symbols,n=this.find(t.id);return n?(e[e.indexOf(n)]=t,!1):(e.push(t),!0)},f.prototype.remove=function(t){var e=this.symbols,n=this.find(t);return!!n&&(e.splice(e.indexOf(n),1),n.destroy(),!0)},f.prototype.find=function(t){return this.symbols.filter((function(e){return e.id===t}))[0]||null},f.prototype.has=function(t){return null!==this.find(t)},f.prototype.stringify=function(){var t=this.config.attrs,e=this.symbols.map((function(t){return t.stringify()})).join("");return u(e,t)},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){this.symbols.forEach((function(t){return t.destroy()}))};var p=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};p.prototype.stringify=function(){return this.content},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var y=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n},h=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return y(u(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(p),v={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},g=function(t){return Array.prototype.slice.call(t,0)},m=function(){return/firefox/i.test(navigator.userAgent)},_=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},b=function(){return/edge/i.test(navigator.userAgent)},w=function(t){return(t||window.location.href).split("#")[0]},E=function(t){angular.module("ng").run(["$rootScope",function(e){e.$on("$locationChangeSuccess",(function(e,n,o){var r,i,a;r=t,i={oldUrl:o,newUrl:n},(a=document.createEvent("CustomEvent")).initCustomEvent(r,!1,!1,i),window.dispatchEvent(a)}))}])},S=function(t,e){return void 0===e&&(e="linearGradient, radialGradient, pattern, mask, clipPath"),g(t.querySelectorAll("symbol")).forEach((function(t){g(t.querySelectorAll(e)).forEach((function(e){t.parentNode.insertBefore(e,t)}))})),t},k=o.xlink.uri,x=/[{}|\\\^\[\]`"<>]/g;function P(t){return t.replace(x,(function(t){return"%"+t[0].charCodeAt(0).toString(16).toUpperCase()}))}var O,A=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],C=A.map((function(t){return"["+t+"]"})).join(","),M=function(t,e,n,o){var r=P(n),i=P(o);(function(t,e){return g(t).reduce((function(t,n){if(!n.attributes)return t;var o=g(n.attributes),r=e?o.filter(e):o;return t.concat(r)}),[])})(t.querySelectorAll(C),(function(t){var e=t.localName,n=t.value;return-1!==A.indexOf(e)&&-1!==n.indexOf("url("+r)})).forEach((function(t){return t.value=t.value.replace(new RegExp(r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(t,e,n){g(t).forEach((function(t){var o=t.getAttribute("xlink:href");if(o&&0===o.indexOf(e)){var r=o.replace(e,n);t.setAttributeNS(k,"xlink:href",r)}}))}(e,r,i)},j="mount",B="symbol_mount",T=function(t){function e(e){var o=this;void 0===e&&(e={}),t.call(this,n(v,e));var r,i=(r=r||Object.create(null),{on:function(t,e){(r[t]||(r[t]=[])).push(e)},off:function(t,e){r[t]&&r[t].splice(r[t].indexOf(e)>>>0,1)},emit:function(t,e){(r[t]||[]).map((function(t){t(e)})),(r["*"]||[]).map((function(n){n(t,e)}))}});this._emitter=i,this.node=null;var a=this.config;if(a.autoConfigure&&this._autoConfigure(e),a.syncUrlsWithBaseTag){var s=document.getElementsByTagName("base")[0].getAttribute("href");i.on(j,(function(){return o.updateUrls("#",s)}))}var u=this._handleLocationChange.bind(this);this._handleLocationChange=u,a.listenLocationChangeEvent&&window.addEventListener(a.locationChangeEvent,u),a.locationChangeAngularEmitter&&E(a.locationChangeEvent),i.on(j,(function(t){a.moveGradientsOutsideSymbol&&S(t)})),i.on(B,(function(t){var e;a.moveGradientsOutsideSymbol&&S(t.parentNode),(_()||b())&&(e=[],g(t.querySelectorAll("style")).forEach((function(t){t.textContent+="",e.push(t)})))}))}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},e.prototype._autoConfigure=function(t){var e=this.config;void 0===t.syncUrlsWithBaseTag&&(e.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===t.locationChangeAngularEmitter&&(e.locationChangeAngularEmitter=void 0!==window.angular),void 0===t.moveGradientsOutsideSymbol&&(e.moveGradientsOutsideSymbol=m())},e.prototype._handleLocationChange=function(t){var e=t.detail,n=e.oldUrl,o=e.newUrl;this.updateUrls(n,o)},e.prototype.add=function(e){var n=t.prototype.add.call(this,e);return this.isMounted&&n&&(e.mount(this.node),this._emitter.emit(B,e.node)),n},e.prototype.attach=function(t){var e=this,n=this;if(n.isMounted)return n.node;var o="string"==typeof t?document.querySelector(t):t;return n.node=o,this.symbols.forEach((function(t){t.mount(n.node),e._emitter.emit(B,t.node)})),g(o.querySelectorAll("symbol")).forEach((function(t){var e=h.createFromExistingNode(t);e.node=t,n.add(e)})),this._emitter.emit(j,o),o},e.prototype.destroy=function(){var t=this.config,e=this.symbols,n=this._emitter;e.forEach((function(t){return t.destroy()})),n.off("*"),window.removeEventListener(t.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},e.prototype.mount=function(t,e){if(void 0===t&&(t=this.config.mountTo),void 0===e&&(e=!1),this.isMounted)return this.node;var n="string"==typeof t?document.querySelector(t):t,o=this.render();return this.node=o,e&&n.childNodes[0]?n.insertBefore(o,n.childNodes[0]):n.appendChild(o),this._emitter.emit(j,o),o},e.prototype.render=function(){return y(this.stringify())},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},e.prototype.updateUrls=function(t,e){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return M(this.node,n,w(t)+"#",w(e)+"#"),!0},Object.defineProperties(e.prototype,o),e}(f),D=t((function(t){var e,n,o,r,i;t.exports=(n=[],o=document,r=o.documentElement.doScroll,(i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(o.readyState))||o.addEventListener("DOMContentLoaded",e=function(){for(o.removeEventListener("DOMContentLoaded",e),i=1;e=n.shift();)e()}),function(t){i?setTimeout(t,0):n.push(t)})}));window.__SVG_SPRITE__?O=window.__SVG_SPRITE__:(O=new T({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=O);var I=function(){var t=document.getElementById("__SVG_SPRITE_NODE__");t?O.attach(t):O.mount(document.body,!0)};return document.body?I():D(I),O},t.exports=n()}).call(this,n(8))},6:function(t,e){t.exports=window.wp.blockEditor},69:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.registerQueryStore=e.STORE_NAME=void 0;var r=o(n(9)),i=n(29),a=n(13);function s(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function u(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?s(Object(n),!0).forEach((function(e){(0,r.default)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):s(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}e.STORE_NAME="posts-collection";var c={queryBlocks:[],postsByBlock:{},specificPostsByBlock:{}},l={updateBlocks:function(t){return{type:"UPDATE_BLOCKS",blocks:t}},markPostsAsDisplayed:function(t,e){return{type:"MARK_POSTS_DISPLAYED",clientId:t,posts:e}},markSpecificPostsAsDisplayed:function(t,e){return{type:"MARK_SPECIFIC_POSTS_DISPLAYED",clientId:t,posts:e}}},d={previousPostIds:function(t,e){var n,o,r,a=t.queryBlocks,s=t.specificPostsByBlock,u=t.postsByBlock,c=a.filter((function(t){var e=t.clientId;return s[e]})).flatMap((function(t){var e=t.clientId;return s[e].map((function(t){return t.id}))})),l=(n=a,o=e,r=n.findIndex((function(t){return t.clientId===o})),n.slice(0,r)).filter((function(t){var e=t.clientId;return u[e]})).flatMap((function(t){var e=t.clientId;return u[e].map((function(t){return t.id}))}));return(0,i.uniq)(c.concat(l)).sort()}};e.registerQueryStore=function(t){var e=function e(n){return n.flatMap((function(n){var o=[];return n.name===t&&o.push(n),o.concat(e(n.innerBlocks))}))};(0,a.registerStore)("posts-collection",{reducer:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:c,n=arguments.length>1?arguments[1]:void 0;switch(n.type){case"UPDATE_BLOCKS":return u(u({},t),{},{queryBlocks:e(n.blocks)});case"MARK_POSTS_DISPLAYED":return u(u({},t),{},{postsByBlock:u(u({},t.postsByBlock),{},(0,r.default)({},n.clientId,n.posts))});case"MARK_SPECIFIC_POSTS_DISPLAYED":return u(u({},t),{},{specificPostsByBlock:u(u({},t.specificPostsByBlock),{},(0,r.default)({},n.clientId,n.posts))})}return t},actions:l,selectors:d,initialState:c});var n,o=(0,a.select)("core/block-editor"),i=o.getClientIdsWithDescendants,s=o.getBlocks,f=(0,a.dispatch)("posts-collection").updateBlocks;(0,a.subscribe)((function(){var t=i(),e=t!==n;n=t,e&&f(s())}))}},7:function(t,e){t.exports=window.wp.blocks},70:function(t,e){t.exports=window.wp.apiFetch},71:function(t,e){t.exports=window.wp.url},72:function(t,e){t.exports=window.wp.htmlEntities},8:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},9:function(t,e){t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},t.exports.__esModule=!0,t.exports.default=t.exports}});
  • nova-blocks/trunk/build/block-library/blocks/sharing-overlay/frontend.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('jquery', 'novablocks-icons', 'novablocks-utils', 'wp-polyfill'), 'version' => 'e2a64cf38976b5fa408a2f154b1e5d04');
     1<?php return array('dependencies' => array('jquery', 'novablocks-icons', 'novablocks-utils', 'wp-polyfill'), 'version' => 'b7081c26ed5bd46d63620ac0468617d9');
  • nova-blocks/trunk/build/block-library/blocks/sharing-overlay/frontend.js

    r2719178 r2721032  
    1 !function(e){var t={};function r(a){if(t[a])return t[a].exports;var n=t[a]={i:a,l:!1,exports:{}};return e[a].call(n.exports,n,n.exports,r),n.l=!0,n.exports}r.m=e,r.c=t,r.d=function(e,t,a){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(r.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)r.d(a,n,function(t){return e[t]}.bind(null,n));return a},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=222)}({0:function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},10:function(e,t){e.exports=window.novablocks.utils},222:function(e,t,r){"use strict";var a=r(0),n=a(r(223)),i=r(10),o=r(44),s=a(r(224)),l=a(r(61));!function(){var e=(0,n.default)("#wpadminbar");(0,n.default)(".novablocks-sharing").each((function(t,l){var u,d,c,h,f=(0,n.default)(l),m=f.find(".js-sharing-overlay").appendTo("body"),b=f.data(),g=m.find(".novablocks-sharing__wrap"),v=m.find(".novablocks-sharing__content"),k=f.find(".js-sharing-overlay-trigger"),j=k.closest(".wp-block-button"),y=m.find(".novablocks-sharing__close"),z=(0,n.default)("<h".concat(b.headingLevel,">"),{class:"novablocks-sharing__title"}).text("Sharing Options"),w=(0,n.default)("<div>",{class:"novablocks-sharing__footer"}).text("Thanks for spreading the word!");function T(){var t=j.length?j:k,r=t.closest(".entry-content, body");m.css({top:"",left:""});var a=r.offset(),n=r.outerWidth()||0,i=a.left,o=m.offset(),s=m.outerHeight()||0,l=m.outerWidth()||0,p=t.offset(),u=g.offset(),d=u.left-o.left,c=i+n-l+d,h=i-d,f=e.outerHeight()||0,b=Math.max(f,Math.min(document.documentElement.scrollHeight-s,p.top)),v=Math.max(h,Math.min(p.left-u.left,c));m.css({top:b,left:v})}k.prepend((0,o.getIcon)("share")),y.prepend((0,o.getIcon)("cancel")),b.showCopy&&v.append(function(e){var t=(0,n.default)('<input class="novablocks-sharing__copy-input sm-palette-1 sm-variation-1" type="text" value="'.concat(window.location.href,'" readonly />')),r=(0,n.default)('<div class="novablocks-sharing__notification-wrap">'),i=(0,n.default)('<div class="novablocks-sharing__notification">'),s=(0,n.default)('<span class="novablocks-sharing__notification-text">Link copied to your clipboard</span>'),l=(0,n.default)('<span class="novablocks-sharing__notification-icon">').append((0,o.getIcon)("tick"));i.append(l).append(s),i.appendTo(r);var u=a([{label:"Copy link to clipboard",url:"#",icon:"link",classes:"novablocks-sharing__link--copy",callback:function(){var e,a=t.get(0);r.removeClass("novablocks-sharing__notification--visible"),a.focus(),a.setSelectionRange(0,a.value.length),a.blur();try{e=document.execCommand("copy")}catch(t){e=!1}e&&setTimeout((function(){r.addClass("novablocks-sharing__notification--visible")}),0)}}]),d=u.get(0).querySelector(".novablocks-sharing__link");d&&(d.dataset.colorSignal=2,d.dataset.palette=2,d.dataset.paletteVariation=1,d.dataset.useSourceColorAsReference=!0);return p({id:"copy-link",title:"Use a link for everything",description:"Copy link and paste it anywhere you want it.",content:t.add(u).add(r)},e)}(b)),b.showSharePrivately&&v.append(function(e){var t=e.title,r=e.url,n=[];(0,i.isMobileDevice)()&&n.push({label:"Messenger",url:"#",icon:"messenger"});return n.push({label:"Email",url:"mailto:?subject=".concat(t,"&body=").concat(r),icon:"email"}),p({id:"private",title:"Share privately with friends",description:"",content:a(n)},e)}(b)),b.showSocialIcons&&v.append((u=b,d=(0,n.default)("<div>"),c=u.title,h=u.url,new s.default(d,{orientation:"vertical",title:c,url:h,services:r(u),lang:"en"}),function(e,t){var r=e.find("ul").removeAttr("class").addClass("novablocks-sharing__list");return e.find(".".concat("shariff-button")).toArray().reduce((function(e,t){var a=(0,n.default)(t),s=a.attr("class").split(/\s+/).find((function(e){return"shariff-button"!==e})),l=a.find("a").addClass("novablocks-sharing__link"),p=(0,n.default)('<div class="novablocks-sharing__link-label">').text((0,i.titleCase)(s)),u=(0,n.default)('<div class="novablocks-sharing__link-icon">').clone(),d=a.addClass("novablocks-sharing__list-item"),c=(0,o.getIcon)(s)||(0,o.getIcon)("share");return u.html(c),l.empty().append(u).append(p),d.appendTo(r),e[s]=l,e}),{}),p({id:"public",title:"Share publicly on social networks",description:"",content:r},t)}(d,u))),b.showShareInPerson&&v.append(function(e){var t=[{label:"Print",url:"#",icon:"printer",callback:function(){window.print()}}];0;return p({id:"in-person",title:"Or maybe you want in person?",description:"",content:a(t)},e)}(b)),z.prependTo(v),w.appendTo(v);var P=(0,i.debounce)(T,100);function x(){v.find(".novablocks-sharing__notification--visible").removeClass("novablocks-sharing__notification--visible"),m.removeClass("is-visible")}(0,n.default)(window).on("resize",P),k.on("click",(function(){m.addClass("is-visible"),T()})),y.on("click",(function(e){x()})),k.add(g).on("click",(function(e){e.stopPropagation()})),(0,n.default)("body").on("click",(function(e){x()}))}));var t=new Event("nb:updateColors");function r(e){return l.default.filter((function(t){var r=t.charAt(0).toUpperCase()+t.slice(1),a="show".concat(r);return!!e[a]}))}function a(e){var t=(0,n.default)('<div class="novablocks-sharing__list">');return e.forEach((function(e){var r,a=e.label,i=e.url,s=e.callback,l=function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"share",a=arguments.length>3?arguments[3]:void 0,i=(0,n.default)('<a class="novablocks-sharing__link" />').attr("href",t).addClass(a),s=(0,n.default)('<div class="novablocks-sharing__link-label" />').text(e),l=(0,n.default)('<div class="novablocks-sharing__link-icon" />');return l.html((0,o.getIcon)(r)),i.append(l).append(s),i}(a,i,e.icon,e.classes);"function"==typeof s&&l.on("click",(function(e){e.stopPropagation(),e.preventDefault(),s()})),(r=l,(0,n.default)('<div class="novablocks-sharing__list-item">').append(r)).appendTo(t)})),t}function p(e,t){var r=e.id,a=e.title,i=e.description,o=e.content,s=(0,n.default)('<div class="'.concat("novablocks-sharing__group"," ").concat("novablocks-sharing__group","--").concat(r,'">'));return function(e){var t=e.headingLevel;return(0,n.default)("<h".concat(t+1,' class="novablocks-sharing__group-title" />'))}(t).text(a).appendTo(s),(0,n.default)('<div class="novablocks-sharing__group-description">').text(i).appendTo(s),(0,n.default)('<div class="novablocks-sharing__group-content">').append(o).appendTo(s),s}window.dispatchEvent(t)}()},223:function(e,t){e.exports=window.jQuery},224:function(e,t,r){"use strict";(function(t){const a=r(225),n=r(226),i=r(48),o={theme:"color",backendUrl:null,infoUrl:"http://ct.de/-2467514",infoDisplay:"blank",lang:"de",langFallback:"en",mailUrl:function(){var e=i.parse(this.getURL(),!0);return e.query.view="mail",delete e.search,i.format(e)},mailBody:function(){return this.getURL()},mediaUrl:null,orientation:"horizontal",buttonStyle:"standard",referrerTrack:null,services:["twitter","facebook","info"],title:t.document.title,twitterVia:null,flattrUser:null,flattrCategory:null,url:function(){var e=t.document.location.href,r=a("link[rel=canonical]").attr("href")||this.getMeta("og:url")||"";return r.length>0&&(r.indexOf("http")<0&&(r=0!==r.indexOf("//")?t.document.location.protocol+"//"+t.document.location.host+r:t.document.location.protocol+r),e=r),e}};class s{constructor(e,t){this.element=e,a(e).empty(),this.options=a.extend({},o,t,a(e).data()),this.services=Object.keys(n).filter(e=>this.isEnabledService(e)).sort((e,t)=>{let r=this.options.services;return r.indexOf(e)-r.indexOf(t)}).map(e=>n[e](this)),this._addButtonList(),null!==this.options.backendUrl&&"icon"!==this.options.buttonStyle&&this.getShares(this._updateCounts.bind(this))}isEnabledService(e){return this.options.services.indexOf(e)>-1}$socialshareElement(){return a(this.element)}getLocalized(e,t){return"object"==typeof e[t]?void 0===e[t][this.options.lang]?e[t][this.options.langFallback]:e[t][this.options.lang]:"string"==typeof e[t]?e[t]:void 0}getMeta(e){return a(`meta[name="${e}"],[property="${e}"]`).attr("content")||""}getInfoUrl(){return this.options.infoUrl}getInfoDisplayPopup(){return"popup"===this.options.infoDisplay}getInfoDisplayBlank(){return"popup"!==this.options.infoDisplay&&"self"!==this.options.infoDisplay}getURL(){return this.getOption("url")}getOption(e){var t=this.options[e];return"function"==typeof t?t.call(this):t}getTitle(){let e=this.getOption("title");if(a(this.element).data().title)return e;e=e||this.getMeta("DC.title");let t=this.getMeta("DC.creator");return e&&t?`${e} - ${t}`:e}getReferrerTrack(){return this.options.referrerTrack||""}getShares(e){var t=i.parse(this.options.backendUrl,!0);return t.query.url=this.getURL(),delete t.search,a.getJSON(i.format(t),e)}_updateCounts(e,t,r){e&&a.each(e,(e,t)=>{this.isEnabledService(e)&&(t>=1e3&&(t=Math.round(t/1e3)+"k"),a(this.element).find(`.${e} a`).append(a("<span/>").addClass("share_count").text(t)))})}_addButtonList(){var e=a("<ul/>").addClass(["theme-"+this.options.theme,"orientation-"+this.options.orientation,"button-style-"+this.options.buttonStyle,"shariff-col-"+this.options.services.length].join(" "));this.services.forEach(t=>{var r=a("<li/>").addClass("shariff-button "+t.name),n=a("<a/>").attr("href",t.shareUrl);if("standard"===this.options.buttonStyle){var i=a("<span/>").addClass("share_text").text(this.getLocalized(t,"shareText"));n.append(i)}void 0!==t.faPrefix&&void 0!==t.faName&&n.prepend(a("<span/>").addClass(`${t.faPrefix} ${t.faName}`)),t.popup?(n.attr("data-rel","popup"),"info"!==t.name&&n.attr("rel","nofollow")):t.blank?(n.attr("target","_blank"),"info"===t.name?n.attr("rel","noopener noreferrer"):n.attr("rel","nofollow noopener noreferrer")):"info"!==t.name&&n.attr("rel","nofollow"),n.attr("title",this.getLocalized(t,"title")),n.attr("role","button"),n.attr("aria-label",this.getLocalized(t,"title")),r.append(n),e.append(r)}),e.on("click",'[data-rel="popup"]',(function(e){e.preventDefault();var r=a(this).attr("href");if(r.match(/twitter\.com\/intent\/(\w+)/)){var n=t.window;if(n.__twttr&&n.__twttr.widgets&&n.__twttr.widgets.loaded)return}t.window.open(r,"_blank","width=600,height=460")})),this.$socialshareElement().append(e)}}e.exports=s,t.Shariff=s,a((function(){a(".shariff").each((function(){this.hasOwnProperty("shariff")||(this.shariff=new s(this))}))}))}).call(this,r(8))},225:function(e,t,r){"use strict";function a(e,t){var r=[];return t=t||document,"function"==typeof e?(t.attachEvent?"complete"===t.readyState:"loading"!==t.readyState)?e():t.addEventListener("DOMContentLoaded",e):r=e instanceof Element?[e]:"string"==typeof e?"<"===e[0]?Array.prototype.slice.call(u(e)):Array.prototype.slice.call(t.querySelectorAll(e)):e,new n(r,t)}function n(e,t){this.length=e.length,this.context=t;var r=this;p(e,(function(e){r[e]=this}))}"function"!=typeof Object.assign&&(Object.assign=function(e,t){if(null===e)throw new TypeError("Cannot convert undefined or null to object");for(var r=Object(e),a=1;a<arguments.length;a++){var n=arguments[a];if(null!==n)for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(r[i]=n[i])}return r}),n.prototype.each=function(e){for(var t=this.length-1;t>=0;t--)e.call(this[t],t,this[t]);return this},n.prototype.empty=function(){return this.each(s)},n.prototype.text=function(e){return void 0===e?this[0].textContent:this.each((function(){this.textContent=e}))},n.prototype.attr=function(e,t){return this.length<1?null:void 0===t?this[0].getAttribute(e):this.each((function(){this.setAttribute(e,t)}))},n.prototype.data=function(e,t){if(t)return this.attr("data-"+e,t);if(e)return this.attr("data-"+e);var r=Object.assign({},this[0].dataset);return p(r,(function(e,t){r[e]=b(t)})),r},n.prototype.find=function(e){var t;return t=l(this,(function(t){return t.querySelectorAll(e)})),t=l(t,(function(e){return Array.prototype.slice.call(e)})),new n(t=Array.prototype.concat.apply([],t))},n.prototype.append=function(e){return"string"==typeof e&&(e=u(e)),d(this[0],e),this},n.prototype.prepend=function(e){return"string"==typeof e&&(e=u(e)),c(this[0],e),this},n.prototype.addClass=function(e){return this.each((function(){e.split(" ").forEach(e=>{this.classList.add(e)})}))},n.prototype.removeClass=function(e){return this.each((function(){this.classList.remove(e)}))},n.prototype.on=function(e,t,r){return this.each((function(){f(t,e,r,this)}))};var i,o,s=function(){for(;this.hasChildNodes();)this.removeChild(this.firstChild)},l=function(e,t){return Array.prototype.map.call(e,t)},p=function(e,t){if(e instanceof Array)for(var r=0;r<e.length;r++)t.call(e[r],r,e[r]);else if(e instanceof Object)for(var a in e)t.call(e[a],a,e[a],e);return e},u=function(e){var t=document.createElement("div");return t.innerHTML=e,t.children},d=function(e,t){for(var r=0;r<t.length;r++)e.appendChild(t[r])},c=function(e,t){for(var r=t.length-1;r>=0;r--)e.insertBefore(t[t.length-1],e.firstChild)},h=(i=HTMLElement.prototype,o=i.matches||i.webkitMatchesSelector||i.mozMatchesSelector||i.msMatchesSelector,function e(t,r){if(null!==t)return o.call(t,r)?t:e(t.parentElement,r)}),f=function(e,t,r,a){(a||document).addEventListener(t,(function(t){var a=h(t.target,e);a&&r.call(a,t)}))},m=function(e){var t={},r=!1,a=0,n=arguments.length;"[object Boolean]"===Object.prototype.toString.call(arguments[0])&&(r=arguments[0],a++);for(var i=function(e){for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&(r&&"[object Object]"===Object.prototype.toString.call(e[a])?t[a]=m(!0,t[a],e[a]):t[a]=e[a])};a<n;a++){var o=arguments[a];i(o)}return t},b=function(e){if("true"===e)return!0;if("false"===e)return!1;if("null"===e)return null;if(+e+""===e)return+e;if(/^[[{]/.test(e))try{return JSON.parse(e)}catch(t){return e}return e};a.extend=m,a.map=l,a.each=p,a.getJSON=function(e,t){var r=new XMLHttpRequest;r.open("GET",e,!0),r.setRequestHeader("Content-Type","application/json"),r.setRequestHeader("Accept","application/json"),r.onload=function(){if(r.status>=200&&r.status<400){var e=JSON.parse(r.responseText);t(e,r.status,r)}else t(null,r.status,r)},r.onerror=function(e){t(new Error(e),null,r)},r.send()},e.exports=a},226:function(e,t,r){e.exports={addthis:r(227),buffer:r(228),diaspora:r(229),facebook:r(236),flattr:r(237),flipboard:r(238),info:r(239),linkedin:r(240),mail:r(241),pinterest:r(242),pocket:r(243),print:r(244),qzone:r(245),reddit:r(246),stumbleupon:r(247),telegram:r(248),tencent:r(249),threema:r(250),tumblr:r(251),twitter:r(252),vk:r(253),weibo:r(254),whatsapp:r(255),xing:r(256)}},227:function(e,t,r){"use strict";e.exports=function(e){return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"addthis",faPrefix:"fas",faName:"fa-plus",title:{bg:"Сподели в AddThis",cs:"Sdílet na AddThis",da:"Del på AddThis",de:"Bei AddThis teilen",en:"Share on AddThis",es:"Compartir en AddThis",fi:"Jaa AddThisissä",fr:"Partager sur AddThis",hr:"Podijelite na AddThis",hu:"Megosztás AddThisen",it:"Condividi su AddThis",ja:"AddThis上で共有",ko:"AddThis에서 공유하기",nl:"Delen op AddThis",no:"Del på AddThis",pl:"Udostępnij przez AddThis",pt:"Compartilhar no AddThis",ro:"Partajează pe AddThis",ru:"Поделиться на AddThis",sk:"Zdieľať na AddThis",sl:"Deli na AddThis",sr:"Podeli na AddThis",sv:"Dela på AddThis",tr:"AddThis'ta paylaş",zh:"在AddThis上分享"},shareUrl:"http://api.addthis.com/oexchange/0.8/offer?url="+encodeURIComponent(e.getURL())+e.getReferrerTrack()}}},228:function(e,t,r){"use strict";e.exports=function(e){var t=encodeURIComponent(e.getURL());return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"buffer",faPrefix:"fab",faName:"fa-buffer",title:{bg:"Сподели в buffer",cs:"Sdílet na buffer",da:"Del på buffer",de:"Bei buffer teilen",en:"Share on buffer",es:"Compartir en buffer",fi:"Jaa bufferissä",fr:"Partager sur buffer",hr:"Podijelite na buffer",hu:"Megosztás bufferen",it:"Condividi su buffer",ja:"buffer上で共有",ko:"buffer에서 공유하기",nl:"Delen op buffer",no:"Del på buffer",pl:"Udostępnij przez buffer",pt:"Compartilhar no buffer",ro:"Partajează pe buffer",ru:"Поделиться на buffer",sk:"Zdieľať na buffer",sl:"Deli na buffer",sr:"Podeli na buffer",sv:"Dela på buffer",tr:"buffer'ta paylaş",zh:"在buffer上分享"},shareUrl:"https://buffer.com/add?text="+encodeURIComponent(e.getTitle())+"&url="+t+e.getReferrerTrack()}}},229:function(e,t,r){"use strict";var a=r(48);e.exports=function(e){var t=a.parse("https://share.diasporafoundation.org/",!0);return t.query.url=e.getURL(),t.query.title=e.getTitle(),t.protocol="https",delete t.search,{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"diaspora",faPrefix:"fas",faName:"fa-asterisk",title:{bg:"Сподели в diaspora*",cs:"Sdílet na diaspora*",da:"Del på diaspora*",de:"Bei diaspora* teilen",en:"Share on diaspora*",es:"Compartir en diaspora*",fi:"Jaa Diasporaissä",fr:"Partager sur diaspora*",hr:"Podijelite na diaspora*",hu:"Megosztás diaspora*",it:"Condividi su diaspora*",ja:"diaspora*上で共有",ko:"diaspora*에서 공유하기",nl:"Delen op diaspora*",no:"Del på diaspora*",pl:"Udostępnij przez diaspora*",pt:"Compartilhar no diaspora*",ro:"Partajează pe diaspora*",ru:"Поделиться на diaspora*",sk:"Zdieľať na diaspora*",sl:"Deli na diaspora*",sr:"Podeli na diaspora*-u",sv:"Dela på diaspora*",tr:"diaspora*'ta paylaş",zh:"分享至diaspora*"},shareUrl:a.format(t)+e.getReferrerTrack()}}},230:function(e,t,r){(function(e,a){var n;/*! https://mths.be/punycode v1.4.1 by @mathias */!function(i){t&&t.nodeType,e&&e.nodeType;var o="object"==typeof a&&a;o.global!==o&&o.window!==o&&o.self;var s,l=2147483647,p=/^xn--/,u=/[^\x20-\x7E]/,d=/[\x2E\u3002\uFF0E\uFF61]/g,c={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},h=Math.floor,f=String.fromCharCode;function m(e){throw new RangeError(c[e])}function b(e,t){for(var r=e.length,a=[];r--;)a[r]=t(e[r]);return a}function g(e,t){var r=e.split("@"),a="";return r.length>1&&(a=r[0]+"@",e=r[1]),a+b((e=e.replace(d,".")).split("."),t).join(".")}function v(e){for(var t,r,a=[],n=0,i=e.length;n<i;)(t=e.charCodeAt(n++))>=55296&&t<=56319&&n<i?56320==(64512&(r=e.charCodeAt(n++)))?a.push(((1023&t)<<10)+(1023&r)+65536):(a.push(t),n--):a.push(t);return a}function k(e){return b(e,(function(e){var t="";return e>65535&&(t+=f((e-=65536)>>>10&1023|55296),e=56320|1023&e),t+=f(e)})).join("")}function j(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function y(e,t,r){var a=0;for(e=r?h(e/700):e>>1,e+=h(e/t);e>455;a+=36)e=h(e/35);return h(a+36*e/(e+38))}function z(e){var t,r,a,n,i,o,s,p,u,d,c,f=[],b=e.length,g=0,v=128,j=72;for((r=e.lastIndexOf("-"))<0&&(r=0),a=0;a<r;++a)e.charCodeAt(a)>=128&&m("not-basic"),f.push(e.charCodeAt(a));for(n=r>0?r+1:0;n<b;){for(i=g,o=1,s=36;n>=b&&m("invalid-input"),((p=(c=e.charCodeAt(n++))-48<10?c-22:c-65<26?c-65:c-97<26?c-97:36)>=36||p>h((l-g)/o))&&m("overflow"),g+=p*o,!(p<(u=s<=j?1:s>=j+26?26:s-j));s+=36)o>h(l/(d=36-u))&&m("overflow"),o*=d;j=y(g-i,t=f.length+1,0==i),h(g/t)>l-v&&m("overflow"),v+=h(g/t),g%=t,f.splice(g++,0,v)}return k(f)}function w(e){var t,r,a,n,i,o,s,p,u,d,c,b,g,k,z,w=[];for(b=(e=v(e)).length,t=128,r=0,i=72,o=0;o<b;++o)(c=e[o])<128&&w.push(f(c));for(a=n=w.length,n&&w.push("-");a<b;){for(s=l,o=0;o<b;++o)(c=e[o])>=t&&c<s&&(s=c);for(s-t>h((l-r)/(g=a+1))&&m("overflow"),r+=(s-t)*g,t=s,o=0;o<b;++o)if((c=e[o])<t&&++r>l&&m("overflow"),c==t){for(p=r,u=36;!(p<(d=u<=i?1:u>=i+26?26:u-i));u+=36)z=p-d,k=36-d,w.push(f(j(d+z%k,0))),p=h(z/k);w.push(f(j(p,0))),i=y(r,g,a==n),r=0,++a}++r,++t}return w.join("")}s={version:"1.4.1",ucs2:{decode:v,encode:k},decode:z,encode:w,toASCII:function(e){return g(e,(function(e){return u.test(e)?"xn--"+w(e):e}))},toUnicode:function(e){return g(e,(function(e){return p.test(e)?z(e.slice(4).toLowerCase()):e}))}},void 0===(n=function(){return s}.call(t,r,t,e))||(e.exports=n)}()}).call(this,r(231)(e),r(8))},231:function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},232:function(e,t,r){"use strict";e.exports={isString:function(e){return"string"==typeof e},isObject:function(e){return"object"==typeof e&&null!==e},isNull:function(e){return null===e},isNullOrUndefined:function(e){return null==e}}},233:function(e,t,r){"use strict";t.decode=t.parse=r(234),t.encode=t.stringify=r(235)},234:function(e,t,r){"use strict";function a(e,t){return Object.prototype.hasOwnProperty.call(e,t)}e.exports=function(e,t,r,i){t=t||"&",r=r||"=";var o={};if("string"!=typeof e||0===e.length)return o;var s=/\+/g;e=e.split(t);var l=1e3;i&&"number"==typeof i.maxKeys&&(l=i.maxKeys);var p=e.length;l>0&&p>l&&(p=l);for(var u=0;u<p;++u){var d,c,h,f,m=e[u].replace(s,"%20"),b=m.indexOf(r);b>=0?(d=m.substr(0,b),c=m.substr(b+1)):(d=m,c=""),h=decodeURIComponent(d),f=decodeURIComponent(c),a(o,h)?n(o[h])?o[h].push(f):o[h]=[o[h],f]:o[h]=f}return o};var n=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)}},235:function(e,t,r){"use strict";var a=function(e){switch(typeof e){case"string":return e;case"boolean":return e?"true":"false";case"number":return isFinite(e)?e:"";default:return""}};e.exports=function(e,t,r,s){return t=t||"&",r=r||"=",null===e&&(e=void 0),"object"==typeof e?i(o(e),(function(o){var s=encodeURIComponent(a(o))+r;return n(e[o])?i(e[o],(function(e){return s+encodeURIComponent(a(e))})).join(t):s+encodeURIComponent(a(e[o]))})).join(t):s?encodeURIComponent(a(s))+r+encodeURIComponent(a(e)):""};var n=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function i(e,t){if(e.map)return e.map(t);for(var r=[],a=0;a<e.length;a++)r.push(t(e[a],a));return r}var o=Object.keys||function(e){var t=[];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.push(r);return t}},236:function(e,t,r){"use strict";e.exports=function(e){return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"facebook",faPrefix:"fab",faName:"fa-facebook-f",title:{bg:"Сподели във Facebook",cs:"Sdílet na Facebooku",da:"Del på Facebook",de:"Bei Facebook teilen",en:"Share on Facebook",es:"Compartir en Facebook",fi:"Jaa Facebookissa",fr:"Partager sur Facebook",hr:"Podijelite na Facebooku",hu:"Megosztás Facebookon",it:"Condividi su Facebook",ja:"フェイスブック上で共有",ko:"페이스북에서 공유하기",nl:"Delen op Facebook",no:"Del på Facebook",pl:"Udostępnij na Facebooku",pt:"Compartilhar no Facebook",ro:"Partajează pe Facebook",ru:"Поделиться на Facebook",sk:"Zdieľať na Facebooku",sl:"Deli na Facebooku",sr:"Podeli na Facebook-u",sv:"Dela på Facebook",tr:"Facebook'ta paylaş",zh:"在Facebook上分享"},shareUrl:"https://www.facebook.com/sharer/sharer.php?u="+encodeURIComponent(e.getURL())+e.getReferrerTrack()}}},237:function(e,t,r){"use strict";e.exports=function(e){var t=encodeURIComponent(e.getURL()),r=e.getTitle(),a=e.getMeta("description");return{popup:!0,shareText:"Flattr",name:"flattr",faPrefix:"far",faName:"fa-money-bill-alt",title:{de:"Artikel flattrn",en:"Flattr this"},shareUrl:"https://flattr.com/submit/auto?title="+encodeURIComponent(r)+"&description="+encodeURIComponent(a)+"&category="+encodeURIComponent(e.options.flattrCategory||"text")+"&user_id="+encodeURIComponent(e.options.flattrUser)+"&url="+t+e.getReferrerTrack()}}},238:function(e,t,r){"use strict";e.exports=function(e){var t=encodeURIComponent(e.getURL());return{popup:!0,shareText:"flip it",name:"flipboard",faPrefix:"fab",faName:"fa-flipboard",title:{bg:"Сподели в Flipboard",cs:"Sdílet na Flipboardu",da:"Del på Flipboard",de:"Bei Flipboard teilen",en:"Share on Flipboard",es:"Compartir en Flipboard",fi:"Jaa Flipboardissä",fr:"Partager sur Flipboard",hr:"Podijelite na Flipboardu",hu:"Megosztás Flipboardon",it:"Condividi su Flipboard",ja:"Flipboard上で共有",ko:"Flipboard에서 공유하기",nl:"Delen op Flipboard",no:"Del på Flipboard",pl:"Udostępnij na Flipboardu",pt:"Compartilhar no Flipboard",ro:"Partajează pe Flipboard",ru:"Поделиться на Flipboard",sk:"Zdieľať na Flipboardu",sl:"Deli na Flipboardu",sr:"Podeli na Flipboard-u",sv:"Dela på Flipboard",tr:"Flipboard'ta paylaş",zh:"在Flipboard上分享"},shareUrl:"https://share.flipboard.com/bookmarklet/popout?v=2&title="+encodeURIComponent(e.getTitle())+"&url="+t+e.getReferrerTrack()}}},239:function(e,t,r){"use strict";e.exports=function(e){return{blank:e.getInfoDisplayBlank(),popup:e.getInfoDisplayPopup(),shareText:"Info",name:"info",faPrefix:"fas",faName:"fa-info",title:{bg:"Повече информация",cs:"Více informací",da:"Flere oplysninger",de:"Weitere Informationen",en:"More information",es:"Más informaciones",fi:"Lisätietoja",fr:"Plus d'informations",hr:"Više informacija",hu:"Több információ",it:"Maggiori informazioni",ja:"詳しい情報",ko:"추가 정보",nl:"Verdere informatie",no:"Mer informasjon",pl:"Więcej informacji",pt:"Mais informações",ro:"Mai multe informatii",ru:"Больше информации",sk:"Viac informácií",sl:"Več informacij",sr:"Više informacija",sv:"Mer information",tr:"Daha fazla bilgi",zh:"更多信息"},shareUrl:e.getInfoUrl()}}},240:function(e,t,r){"use strict";e.exports=function(e){var t=encodeURIComponent(e.getURL()),r=encodeURIComponent(e.getTitle());return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"mitteilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"シェア",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"distribuiți",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"linkedin",faPrefix:"fab",faName:"fa-linkedin-in",title:{bg:"Сподели в LinkedIn",cs:"Sdílet na LinkedIn",da:"Del på LinkedIn",de:"Bei LinkedIn teilen",en:"Share on LinkedIn",es:"Compartir en LinkedIn",fi:"Jaa LinkedInissä",fr:"Partager sur LinkedIn",hr:"Podijelite na LinkedIn",hu:"Megosztás LinkedInen",it:"Condividi su LinkedIn",ja:"LinkedIn上で共有",ko:"LinkedIn에서 공유하기",nl:"Delen op LinkedIn",no:"Del på LinkedIn",pl:"Udostępnij przez LinkedIn",pt:"Compartilhar no LinkedIn",ro:"Partajează pe LinkedIn",ru:"Поделиться на LinkedIn",sk:"Zdieľať na LinkedIn",sl:"Deli na LinkedIn",sr:"Podeli na LinkedIn-u",sv:"Dela på LinkedIn",tr:"LinkedIn'ta paylaş",zh:"在LinkedIn上分享"},shareUrl:"https://www.linkedin.com/shareArticle?mini=true&summary="+encodeURIComponent(e.getMeta("description"))+"&title="+r+"&url="+t}}},241:function(e,t,r){"use strict";e.exports=function(e){var t=e.getOption("mailUrl");return 0===t.indexOf("mailto:")&&(t+="?subject="+encodeURIComponent(e.getOption("mailSubject")||e.getTitle()),t+="&body="+encodeURIComponent(e.getOption("mailBody").replace(/\{url\}/i,e.getURL()))),{blank:0===t.indexOf("http"),popup:!1,shareText:{en:"mail",zh:"分享"},name:"mail",faPrefix:"fas",faName:"fa-envelope",title:{bg:"Изпрати по имейл",cs:"Poslat mailem",da:"Sende via e-mail",de:"Per E-Mail versenden",en:"Send by email",es:"Enviar por email",fi:"Lähetä sähköpostitse",fr:"Envoyer par courriel",hr:"Pošaljite emailom",hu:"Elküldés e-mailben",it:"Inviare via email",ja:"電子メールで送信",ko:"이메일로 보내기",nl:"Sturen via e-mail",no:"Send via epost",pl:"Wyślij e-mailem",pt:"Enviar por e-mail",ro:"Trimite prin e-mail",ru:"Отправить по эл. почте",sk:"Poslať e-mailom",sl:"Pošlji po elektronski pošti",sr:"Pošalji putem email-a",sv:"Skicka via e-post",tr:"E-posta ile gönder",zh:"通过电子邮件传送"},shareUrl:t}}},242:function(e,t,r){"use strict";var a=r(48);e.exports=function(e){var t=e.getTitle(),r=e.getMeta("DC.creator");r.length>0&&(t+=" - "+r);var n=e.getOption("mediaUrl");(!n||n.length<=0)&&(n=e.getMeta("og:image"));var i=a.parse("https://www.pinterest.com/pin/create/link/",!0);return i.query.url=e.getURL(),i.query.media=n,i.query.description=t,delete i.search,{popup:!0,shareText:"pin it",name:"pinterest",faPrefix:"fab",faName:"fa-pinterest-p",title:{bg:"Сподели в Pinterest",cs:"Přidat na Pinterest",da:"Del på Pinterest",de:"Bei Pinterest pinnen",en:"Pin it on Pinterest",es:"Compartir en Pinterest",fi:"Jaa Pinterestissä",fr:"Partager sur Pinterest",hr:"Podijelite na Pinterest",hu:"Megosztás Pinteresten",it:"Condividi su Pinterest",ja:"Pinterest上で共有",ko:"Pinterest에서 공유하기",nl:"Delen op Pinterest",no:"Del på Pinterest",pl:"Udostępnij przez Pinterest",pt:"Compartilhar no Pinterest",ro:"Partajează pe Pinterest",ru:"Поделиться на Pinterest",sk:"Zdieľať na Pinterest",sl:"Deli na Pinterest",sr:"Podeli na Pinterest-u",sv:"Dela på Pinterest",tr:"Pinterest'ta paylaş",zh:"分享至Pinterest"},shareUrl:a.format(i)+e.getReferrerTrack()}}},243:function(e,t,r){"use strict";e.exports=function(e){var t=encodeURIComponent(e.getURL());return{popup:!0,shareText:"Pocket",name:"pocket",faPrefix:"fab",faName:"fa-get-pocket",title:{bg:"Запазване в Pocket",cs:"Uložit do Pocket",da:"Gem i Pocket",de:"In Pocket speichern",en:"Save to Pocket",es:"Guardar en Pocket",fi:"Tallenna kohtaan Pocket",fr:"Enregistrer dans Pocket",hr:"Spremi u Pocket",hu:'Mentés "Pocket"-be',it:"Salva in Pocket",ja:"「ポケット」に保存",ko:"Pocket에 저장",nl:"Opslaan in Pocket",no:"Lagre i Pocket",pl:"Zapisz w Pocket",pt:"Salvar em Pocket",ro:"Salvați în Pocket",ru:"Сохранить в Pocket",sk:"Uložiť do priečinka Pocket",sl:"Shrani v Pocket",sr:"Sačuvaj u Pocket",sv:"Spara till Pocket",tr:"Pocket e kaydet",zh:"保存到Pocket"},shareUrl:"https://getpocket.com/save?title="+encodeURIComponent(e.getTitle())+"&url="+t+e.getReferrerTrack()}}},244:function(e,t,r){"use strict";e.exports=function(e){return{name:"print",faPrefix:"fas",faName:"fa-print",popup:!1,shareText:{bg:"",cs:"tlačit",da:"",de:"drucken",en:"print",es:"impresión",fi:"",fr:"imprimer",hr:"",hu:"",it:"stampa",ja:"",ko:"",nl:"afdrukken",no:"",pl:"drukuj",pt:"",ro:"",ru:"Распечатать",sk:"",sl:"",sr:"",sv:"",tr:"",zh:""},title:{bg:"",cs:"tlačit",da:"",de:"drucken",en:"print",es:"impresión",fi:"",fr:"imprimer",hr:"",hu:"",it:"stampa",ja:"",ko:"",nl:"afdrukken",no:"",pl:"drukuj",pt:"",ro:"",ru:"Распечатать",sk:"",sl:"",sr:"",sv:"",tr:"",zh:""},shareUrl:"javascript:window.print();"}}},245:function(e,t,r){"use strict";e.exports=function(e){return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"qzone",faPrefix:"fab",faName:"fa-qq",title:{bg:"Сподели в Qzone",cs:"Sdílet na Qzone",da:"Del på Qzone",de:"Bei Qzone teilen",en:"Share on Qzone",es:"Compartir en Qzone",fi:"Jaa Qzoneissä",fr:"Partager sur Qzone",hr:"Podijelite na Qzone",hu:"Megosztás Qzone",it:"Condividi su Qzone",ja:"Qzone上で共有",ko:"Qzone에서 공유하기",nl:"Delen op Qzone",no:"Del på Qzone",pl:"Udostępnij przez Qzone",pt:"Compartilhar no Qzone",ro:"Partajează pe Qzone",ru:"Поделиться на Qzone",sk:"Zdieľať na Qzone",sl:"Deli na Qzone",sr:"Podeli na Qzone-u",sv:"Dela på Qzone",tr:"Qzone'ta paylaş",zh:"分享至QQ空间"},shareUrl:"http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url="+encodeURIComponent(e.getURL())+"&title="+e.getTitle()+e.getReferrerTrack()}}},246:function(e,t,r){"use strict";e.exports=function(e){var t=encodeURIComponent(e.getURL()),r=encodeURIComponent(e.getTitle());return""!==r&&(r="&title="+r),{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"reddit",faPrefix:"fab",faName:"fa-reddit-alien",title:{bg:"Сподели в Reddit",cs:"Sdílet na Redditu",da:"Del på Reddit",de:"Bei Reddit teilen",en:"Share on Reddit",es:"Compartir en Reddit",fi:"Jaa Redditissä",fr:"Partager sur Reddit",hr:"Podijelite na Reddit",hu:"Megosztás Redditen",it:"Condividi su Reddit",ja:"Reddit上で共有",ko:"Reddit에서 공유하기",nl:"Delen op Reddit",no:"Del på Reddit",pl:"Udostępnij przez Reddit",pt:"Compartilhar no Reddit",ro:"Partajează pe Reddit",ru:"Поделиться на Reddit",sk:"Zdieľať na Reddit",sl:"Deli na Reddit",sr:"Podeli na Reddit-u",sv:"Dela på Reddit",tr:"Reddit'ta paylaş",zh:"分享至Reddit"},shareUrl:"https://reddit.com/submit?url="+t+r+e.getReferrerTrack()}}},247:function(e,t,r){"use strict";e.exports=function(e){var t=encodeURIComponent(e.getURL()),r=encodeURIComponent(e.getTitle());return""!==r&&(r="&title="+r),{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"stumbleupon",faPrefix:"fab",faName:"fa-stumbleupon",title:{bg:"Сподели в Stumbleupon",cs:"Sdílet na Stumbleuponu",da:"Del på Stumbleupon",de:"Bei Stumbleupon teilen",en:"Share on Stumbleupon",es:"Compartir en Stumbleupon",fi:"Jaa Stumbleuponissä",fr:"Partager sur Stumbleupon",hr:"Podijelite na Stumbleupon",hu:"Megosztás Stumbleupon",it:"Condividi su Stumbleupon",ja:"Stumbleupon上で共有",ko:"Stumbleupon에서 공유하기",nl:"Delen op Stumbleupon",no:"Del på Stumbleupon",pl:"Udostępnij przez Stumbleupon",pt:"Compartilhar no Stumbleupon",ro:"Partajează pe Stumbleupon",ru:"Поделиться на Stumbleupon",sk:"Zdieľať na Stumbleupon",sl:"Deli na Stumbleupon",sr:"Podeli na Stumbleupon-u",sv:"Dela på Stumbleupon",tr:"Stumbleupon'ta paylaş",zh:"分享至Stumbleupon"},shareUrl:"https://www.stumbleupon.com/submit?url="+t+r+e.getReferrerTrack()}}},248:function(e,t,r){"use strict";e.exports=function(e){return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"telegram",faPrefix:"fab",faName:"fa-telegram",title:{bg:"Сподели в Telegram",cs:"Sdílet na Telegramu",da:"Del på Telegram",de:"Bei Telegram teilen",en:"Share on Telegram",es:"Compartir en Telegram",fi:"Jaa Telegramissä",fr:"Partager sur Telegram",hr:"Podijelite na Telegram",hu:"Megosztás Telegramen",it:"Condividi su Telegram",ja:"Telegram上で共有",ko:"Telegram에서 공유하기",nl:"Delen op Telegram",no:"Del på Telegram",pl:"Udostępnij przez Telegram",pt:"Compartilhar no Telegram",ro:"Partajează pe Telegram",ru:"Поделиться на Telegram",sk:"Zdieľať na Telegram",sl:"Deli na Telegram",sr:"Podeli na Telegram-u",sv:"Dela på Telegram",tr:"Telegram'ta paylaş",zh:"在Telegram上分享"},shareUrl:"https://t.me/share/url?url="+encodeURIComponent(e.getURL())+e.getReferrerTrack()}}},249:function(e,t,r){"use strict";e.exports=function(e){return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"tencent-weibo",faPrefix:"fab",faName:"fa-tencent-weibo",title:{bg:"Сподели в tencent weibo",cs:"Sdílet na tencent weibo",da:"Del på tencent weibo",de:"Bei tencent weibo teilen",en:"Share on tencent weibo",es:"Compartir en tencent weibo",fi:"Jaa tencent weiboissä",fr:"Partager sur tencent weibo",hr:"Podijelite na tencent weibo",hu:"Megosztás tencent weiboen",it:"Condividi su tencent weibo",ja:"Tencent weibo上で共有",ko:"Tencent weibo에서 공유하기",nl:"Delen op tencent weibo",no:"Del på tencent weibo",pl:"Udostępnij przez tencent weibo",pt:"Compartilhar no tencent weibo",ro:"Partajează pe tencent weibo",ru:"Поделиться на tencent weibo",sk:"Zdieľať na tencent weibo",sl:"Deli na tencent weibo",sr:"Podeli na tencent weibo-u",sv:"Dela på tencent weibo",tr:"Tencent weibo'ta paylaş",zh:"分享至腾讯微博"},shareUrl:"http://v.t.qq.com/share/share.php?url="+encodeURIComponent(e.getURL())+"&title="+e.getTitle()+e.getReferrerTrack()}}},250:function(e,t,r){"use strict";e.exports=function(e){var t=encodeURIComponent(e.getURL()),r=e.getTitle();return{popup:!1,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"threema",faPrefix:"fas",faName:"fa-lock",title:{bg:"Сподели в Threema",cs:"Sdílet na Threema",da:"Del på Threema",de:"Bei Threema teilen",en:"Share on Threema",es:"Compartir en Threema",fi:"Jaa Threemaissä",fr:"Partager sur Threema",hr:"Podijelite na Threema",hu:"Megosztás Threemaen",it:"Condividi su Threema",ja:"Threema上で共有",ko:"Threema에서 공유하기",nl:"Delen op Threema",no:"Del på Threema",pl:"Udostępnij przez Threema",pt:"Compartilhar no Threema",ro:"Partajează pe Threema",ru:"Поделиться на Threema",sk:"Zdieľať na Threema",sl:"Deli na Threema",sr:"Podeli na Threema-u",sv:"Dela på Threema",tr:"Threema'ta paylaş",zh:"在Threema上分享"},shareUrl:"threema://compose?text="+encodeURIComponent(r)+"%20"+t+e.getReferrerTrack()}}},251:function(e,t,r){"use strict";e.exports=function(e){return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"tumblr",faPrefix:"fab",faName:"fa-tumblr",title:{bg:"Сподели в tumblr",cs:"Sdílet na tumblru",da:"Del på tumblr",de:"Bei tumblr teilen",en:"Share on tumblr",es:"Compartir en tumblr",fi:"Jaa tumblrissä",fr:"Partager sur tumblr",hr:"Podijelite na tumblr",hu:"Megosztás tumblren",it:"Condividi su tumblr",ja:"tumblr上で共有",ko:"tumblr에서 공유하기",nl:"Delen op tumblr",no:"Del på tumblr",pl:"Udostępnij przez tumblr",pt:"Compartilhar no tumblr",ro:"Partajează pe tumblr",ru:"Поделиться на tumblr",sk:"Zdieľať na tumblr",sl:"Deli na tumblr",sr:"Podeli na tumblr-u",sv:"Dela på tumblr",tr:"tumblr'ta paylaş",zh:"在tumblr上分享"},shareUrl:"http://tumblr.com/widgets/share/tool?canonicalUrl="+encodeURIComponent(e.getURL())+e.getReferrerTrack()}}},252:function(e,t,r){"use strict";var a=r(48);e.exports=function(e){var t=a.parse("https://twitter.com/intent/tweet",!0),r=e.getTitle();return t.query.text=function(e,t){var r=document.createElement("div"),a=document.createTextNode(e);r.appendChild(a);var n=r.textContent;if(n.length<=t)return e;var i=n.substring(0,t-1).lastIndexOf(" ");return n=n.substring(0,i)+"…"}(r,120),t.query.url=e.getURL(),null!==e.options.twitterVia&&(t.query.via=e.options.twitterVia),delete t.search,{popup:!0,shareText:{en:"tweet",ja:"のつぶやき",ko:"짹짹",ru:"твит",sr:"твеет",zh:"鸣叫"},name:"twitter",faPrefix:"fab",faName:"fa-twitter",title:{bg:"Сподели в Twitter",cs:"Sdílet na Twiiteru",da:"Del på Twitter",de:"Bei Twitter teilen",en:"Share on Twitter",es:"Compartir en Twitter",fi:"Jaa Twitterissä",fr:"Partager sur Twitter",hr:"Podijelite na Twitteru",hu:"Megosztás Twitteren",it:"Condividi su Twitter",ja:"ツイッター上で共有",ko:"트위터에서 공유하기",nl:"Delen op Twitter",no:"Del på Twitter",pl:"Udostępnij na Twitterze",pt:"Compartilhar no Twitter",ro:"Partajează pe Twitter",ru:"Поделиться на Twitter",sk:"Zdieľať na Twitteri",sl:"Deli na Twitterju",sr:"Podeli na Twitter-u",sv:"Dela på Twitter",tr:"Twitter'da paylaş",zh:"在Twitter上分享"},shareUrl:a.format(t)+e.getReferrerTrack()}}},253:function(e,t,r){"use strict";e.exports=function(e){return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"vk",faPrefix:"fab",faName:"fa-vk",title:{bg:"Сподели във VK",cs:"Sdílet na VKu",da:"Del på VK",de:"Bei VK teilen",en:"Share on VK",es:"Compartir en VK",fi:"Jaa VKissa",fr:"Partager sur VK",hr:"Podijelite na VKu",hu:"Megosztás VKon",it:"Condividi su VK",ja:"フェイスブック上で共有",ko:"페이스북에서 공유하기",nl:"Delen op VK",no:"Del på VK",pl:"Udostępnij na VKu",pt:"Compartilhar no VK",ro:"Partajează pe VK",ru:"Поделиться на ВКонтакте",sk:"Zdieľať na VKu",sl:"Deli na VKu",sr:"Podeli na VK-u",sv:"Dela på VK",tr:"VK'ta paylaş",zh:"在VK上分享"},shareUrl:"https://vk.com/share.php?url="+encodeURIComponent(e.getURL())+e.getReferrerTrack()}}},254:function(e,t,r){"use strict";e.exports=function(e){return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"weibo",faPrefix:"fab",faName:"fa-weibo",title:{bg:"Сподели в weibo",cs:"Sdílet na weibo",da:"Del på weibo",de:"Bei weibo teilen",en:"Share on weibo",es:"Compartir en weibo",fi:"Jaa weiboissä",fr:"Partager sur weibo",hr:"Podijelite na weibo",hu:"Megosztás weiboen",it:"Condividi su weibo",ja:"Weibo上で共有",ko:"Weibo에서 공유하기",nl:"Delen op weibo",no:"Del på weibo",pl:"Udostępnij przez weibo",pt:"Compartilhar no weibo",ro:"Partajează pe weibo",ru:"Поделиться на weibo",sk:"Zdieľať na weibo",sl:"Deli na weibo",sr:"Podeli na weibo-u",sv:"Dela på weibo",tr:"Weibo'ta paylaş",zh:"分享至新浪微博"},shareUrl:"http://service.weibo.com/share/share.php?url="+encodeURIComponent(e.getURL())+"&title="+e.getTitle()+e.getReferrerTrack()}}},255:function(e,t,r){"use strict";e.exports=function(e){var t=encodeURIComponent(e.getURL()),r=e.getTitle();return{popup:!1,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"whatsapp",faPrefix:"fab",faName:"fa-whatsapp",title:{bg:"Сподели в Whatsapp",cs:"Sdílet na Whatsappu",da:"Del på Whatsapp",de:"Bei Whatsapp teilen",en:"Share on Whatsapp",es:"Compartir en Whatsapp",fi:"Jaa WhatsAppissä",fr:"Partager sur Whatsapp",hr:"Podijelite na Whatsapp",hu:"Megosztás WhatsAppen",it:"Condividi su Whatsapp",ja:"Whatsapp上で共有",ko:"Whatsapp에서 공유하기",nl:"Delen op Whatsapp",no:"Del på Whatsapp",pl:"Udostępnij przez WhatsApp",pt:"Compartilhar no Whatsapp",ro:"Partajează pe Whatsapp",ru:"Поделиться на Whatsapp",sk:"Zdieľať na Whatsapp",sl:"Deli na Whatsapp",sr:"Podeli na WhatsApp-u",sv:"Dela på Whatsapp",tr:"Whatsapp'ta paylaş",zh:"在Whatsapp上分享"},shareUrl:"whatsapp://send?text="+encodeURIComponent(r)+"%20"+t+e.getReferrerTrack()}}},256:function(e,t,r){"use strict";e.exports=function(e){return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"xing",faPrefix:"fab",faName:"fa-xing",title:{bg:"Сподели в XING",cs:"Sdílet na XINGu",da:"Del på XING",de:"Bei XING teilen",en:"Share on XING",es:"Compartir en XING",fi:"Jaa XINGissä",fr:"Partager sur XING",hr:"Podijelite na XING",hu:"Megosztás XINGen",it:"Condividi su XING",ja:"XING上で共有",ko:"XING에서 공유하기",nl:"Delen op XING",no:"Del på XING",pl:"Udostępnij przez XING",pt:"Compartilhar no XING",ro:"Partajează pe XING",ru:"Поделиться на XING",sk:"Zdieľať na XING",sl:"Deli na XING",sr:"Podeli na XING-u",sv:"Dela på XING",tr:"XING'ta paylaş",zh:"分享至XING"},shareUrl:"https://www.xing.com/spi/shares/new?url="+encodeURIComponent(e.getURL())+e.getReferrerTrack()}}},44:function(e,t){e.exports=window.novablocks.icons},48:function(e,t,r){"use strict";var a=r(230),n=r(232);function i(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}t.parse=k,t.resolve=function(e,t){return k(e,!1,!0).resolve(t)},t.resolveObject=function(e,t){return e?k(e,!1,!0).resolveObject(t):t},t.format=function(e){n.isString(e)&&(e=k(e));return e instanceof i?e.format():i.prototype.format.call(e)},t.Url=i;var o=/^([a-z0-9.+-]+:)/i,s=/:[0-9]*$/,l=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,p=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),u=["'"].concat(p),d=["%","/","?",";","#"].concat(u),c=["/","?","#"],h=/^[+a-z0-9A-Z_-]{0,63}$/,f=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,m={javascript:!0,"javascript:":!0},b={javascript:!0,"javascript:":!0},g={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},v=r(233);function k(e,t,r){if(e&&n.isObject(e)&&e instanceof i)return e;var a=new i;return a.parse(e,t,r),a}i.prototype.parse=function(e,t,r){if(!n.isString(e))throw new TypeError("Parameter 'url' must be a string, not "+typeof e);var i=e.indexOf("?"),s=-1!==i&&i<e.indexOf("#")?"?":"#",p=e.split(s);p[0]=p[0].replace(/\\/g,"/");var k=e=p.join(s);if(k=k.trim(),!r&&1===e.split("#").length){var j=l.exec(k);if(j)return this.path=k,this.href=k,this.pathname=j[1],j[2]?(this.search=j[2],this.query=t?v.parse(this.search.substr(1)):this.search.substr(1)):t&&(this.search="",this.query={}),this}var y=o.exec(k);if(y){var z=(y=y[0]).toLowerCase();this.protocol=z,k=k.substr(y.length)}if(r||y||k.match(/^\/\/[^@\/]+@[^@\/]+/)){var w="//"===k.substr(0,2);!w||y&&b[y]||(k=k.substr(2),this.slashes=!0)}if(!b[y]&&(w||y&&!g[y])){for(var T,P,x=-1,C=0;C<c.length;C++){-1!==(U=k.indexOf(c[C]))&&(-1===x||U<x)&&(x=U)}-1!==(P=-1===x?k.lastIndexOf("@"):k.lastIndexOf("@",x))&&(T=k.slice(0,P),k=k.slice(P+1),this.auth=decodeURIComponent(T)),x=-1;for(C=0;C<d.length;C++){var U;-1!==(U=k.indexOf(d[C]))&&(-1===x||U<x)&&(x=U)}-1===x&&(x=k.length),this.host=k.slice(0,x),k=k.slice(x),this.parseHost(),this.hostname=this.hostname||"";var I="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!I)for(var R=this.hostname.split(/\./),S=(C=0,R.length);C<S;C++){var D=R[C];if(D&&!D.match(h)){for(var _="",O=0,L=D.length;O<L;O++)D.charCodeAt(O)>127?_+="x":_+=D[O];if(!_.match(h)){var A=R.slice(0,C),N=R.slice(C+1),F=D.match(f);F&&(A.push(F[1]),N.unshift(F[2])),N.length&&(k="/"+N.join(".")+k),this.hostname=A.join(".");break}}}this.hostname.length>255?this.hostname="":this.hostname=this.hostname.toLowerCase(),I||(this.hostname=a.toASCII(this.hostname));var M=this.port?":"+this.port:"",q=this.hostname||"";this.host=q+M,this.href+=this.host,I&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==k[0]&&(k="/"+k))}if(!m[z])for(C=0,S=u.length;C<S;C++){var J=u[C];if(-1!==k.indexOf(J)){var E=encodeURIComponent(J);E===J&&(E=escape(J)),k=k.split(J).join(E)}}var W=k.indexOf("#");-1!==W&&(this.hash=k.substr(W),k=k.slice(0,W));var V=k.indexOf("?");if(-1!==V?(this.search=k.substr(V),this.query=k.substr(V+1),t&&(this.query=v.parse(this.query)),k=k.slice(0,V)):t&&(this.search="",this.query={}),k&&(this.pathname=k),g[z]&&this.hostname&&!this.pathname&&(this.pathname="/"),this.pathname||this.search){M=this.pathname||"";var G=this.search||"";this.path=M+G}return this.href=this.format(),this},i.prototype.format=function(){var e=this.auth||"";e&&(e=(e=encodeURIComponent(e)).replace(/%3A/i,":"),e+="@");var t=this.protocol||"",r=this.pathname||"",a=this.hash||"",i=!1,o="";this.host?i=e+this.host:this.hostname&&(i=e+(-1===this.hostname.indexOf(":")?this.hostname:"["+this.hostname+"]"),this.port&&(i+=":"+this.port)),this.query&&n.isObject(this.query)&&Object.keys(this.query).length&&(o=v.stringify(this.query));var s=this.search||o&&"?"+o||"";return t&&":"!==t.substr(-1)&&(t+=":"),this.slashes||(!t||g[t])&&!1!==i?(i="//"+(i||""),r&&"/"!==r.charAt(0)&&(r="/"+r)):i||(i=""),a&&"#"!==a.charAt(0)&&(a="#"+a),s&&"?"!==s.charAt(0)&&(s="?"+s),t+i+(r=r.replace(/[?#]/g,(function(e){return encodeURIComponent(e)})))+(s=s.replace("#","%23"))+a},i.prototype.resolve=function(e){return this.resolveObject(k(e,!1,!0)).format()},i.prototype.resolveObject=function(e){if(n.isString(e)){var t=new i;t.parse(e,!1,!0),e=t}for(var r=new i,a=Object.keys(this),o=0;o<a.length;o++){var s=a[o];r[s]=this[s]}if(r.hash=e.hash,""===e.href)return r.href=r.format(),r;if(e.slashes&&!e.protocol){for(var l=Object.keys(e),p=0;p<l.length;p++){var u=l[p];"protocol"!==u&&(r[u]=e[u])}return g[r.protocol]&&r.hostname&&!r.pathname&&(r.path=r.pathname="/"),r.href=r.format(),r}if(e.protocol&&e.protocol!==r.protocol){if(!g[e.protocol]){for(var d=Object.keys(e),c=0;c<d.length;c++){var h=d[c];r[h]=e[h]}return r.href=r.format(),r}if(r.protocol=e.protocol,e.host||b[e.protocol])r.pathname=e.pathname;else{for(var f=(e.pathname||"").split("/");f.length&&!(e.host=f.shift()););e.host||(e.host=""),e.hostname||(e.hostname=""),""!==f[0]&&f.unshift(""),f.length<2&&f.unshift(""),r.pathname=f.join("/")}if(r.search=e.search,r.query=e.query,r.host=e.host||"",r.auth=e.auth,r.hostname=e.hostname||e.host,r.port=e.port,r.pathname||r.search){var m=r.pathname||"",v=r.search||"";r.path=m+v}return r.slashes=r.slashes||e.slashes,r.href=r.format(),r}var k=r.pathname&&"/"===r.pathname.charAt(0),j=e.host||e.pathname&&"/"===e.pathname.charAt(0),y=j||k||r.host&&e.pathname,z=y,w=r.pathname&&r.pathname.split("/")||[],T=(f=e.pathname&&e.pathname.split("/")||[],r.protocol&&!g[r.protocol]);if(T&&(r.hostname="",r.port=null,r.host&&(""===w[0]?w[0]=r.host:w.unshift(r.host)),r.host="",e.protocol&&(e.hostname=null,e.port=null,e.host&&(""===f[0]?f[0]=e.host:f.unshift(e.host)),e.host=null),y=y&&(""===f[0]||""===w[0])),j)r.host=e.host||""===e.host?e.host:r.host,r.hostname=e.hostname||""===e.hostname?e.hostname:r.hostname,r.search=e.search,r.query=e.query,w=f;else if(f.length)w||(w=[]),w.pop(),w=w.concat(f),r.search=e.search,r.query=e.query;else if(!n.isNullOrUndefined(e.search)){if(T)r.hostname=r.host=w.shift(),(I=!!(r.host&&r.host.indexOf("@")>0)&&r.host.split("@"))&&(r.auth=I.shift(),r.host=r.hostname=I.shift());return r.search=e.search,r.query=e.query,n.isNull(r.pathname)&&n.isNull(r.search)||(r.path=(r.pathname?r.pathname:"")+(r.search?r.search:"")),r.href=r.format(),r}if(!w.length)return r.pathname=null,r.search?r.path="/"+r.search:r.path=null,r.href=r.format(),r;for(var P=w.slice(-1)[0],x=(r.host||e.host||w.length>1)&&("."===P||".."===P)||""===P,C=0,U=w.length;U>=0;U--)"."===(P=w[U])?w.splice(U,1):".."===P?(w.splice(U,1),C++):C&&(w.splice(U,1),C--);if(!y&&!z)for(;C--;C)w.unshift("..");!y||""===w[0]||w[0]&&"/"===w[0].charAt(0)||w.unshift(""),x&&"/"!==w.join("/").substr(-1)&&w.push("");var I,R=""===w[0]||w[0]&&"/"===w[0].charAt(0);T&&(r.hostname=r.host=R?"":w.length?w.shift():"",(I=!!(r.host&&r.host.indexOf("@")>0)&&r.host.split("@"))&&(r.auth=I.shift(),r.host=r.hostname=I.shift()));return(y=y||r.host&&w.length)&&!R&&w.unshift(""),w.length?r.pathname=w.join("/"):(r.pathname=null,r.path=null),n.isNull(r.pathname)&&n.isNull(r.search)||(r.path=(r.pathname?r.pathname:"")+(r.search?r.search:"")),r.auth=e.auth||r.auth,r.slashes=r.slashes||e.slashes,r.href=r.format(),r},i.prototype.parseHost=function(){var e=this.host,t=s.exec(e);t&&(":"!==(t=t[0])&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)}},61:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default=["twitter","facebook","linkedin","pinterest","whatsapp"]},8:function(e,t){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(e){"object"==typeof window&&(r=window)}e.exports=r}});
     1!function(e){var t={};function r(a){if(t[a])return t[a].exports;var n=t[a]={i:a,l:!1,exports:{}};return e[a].call(n.exports,n,n.exports,r),n.l=!0,n.exports}r.m=e,r.c=t,r.d=function(e,t,a){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(r.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)r.d(a,n,function(t){return e[t]}.bind(null,n));return a},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=223)}({0:function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},10:function(e,t){e.exports=window.novablocks.utils},223:function(e,t,r){"use strict";var a=r(0),n=a(r(224)),i=r(10),o=r(44),s=a(r(225)),l=a(r(61));!function(){var e=(0,n.default)("#wpadminbar");(0,n.default)(".novablocks-sharing").each((function(t,l){var u,d,c,h,f=(0,n.default)(l),m=f.find(".js-sharing-overlay").appendTo("body"),b=f.data(),g=m.find(".novablocks-sharing__wrap"),v=m.find(".novablocks-sharing__content"),k=f.find(".js-sharing-overlay-trigger"),j=k.closest(".wp-block-button"),y=m.find(".novablocks-sharing__close"),z=(0,n.default)("<h".concat(b.headingLevel,">"),{class:"novablocks-sharing__title"}).text("Sharing Options"),w=(0,n.default)("<div>",{class:"novablocks-sharing__footer"}).text("Thanks for spreading the word!");function T(){var t=j.length?j:k,r=t.closest(".entry-content, body");m.css({top:"",left:""});var a=r.offset(),n=r.outerWidth()||0,i=a.left,o=m.offset(),s=m.outerHeight()||0,l=m.outerWidth()||0,p=t.offset(),u=g.offset(),d=u.left-o.left,c=i+n-l+d,h=i-d,f=e.outerHeight()||0,b=Math.max(f,Math.min(document.documentElement.scrollHeight-s,p.top)),v=Math.max(h,Math.min(p.left-u.left,c));m.css({top:b,left:v})}k.prepend((0,o.getIcon)("share")),y.prepend((0,o.getIcon)("cancel")),b.showCopy&&v.append(function(e){var t=(0,n.default)('<input class="novablocks-sharing__copy-input sm-palette-1 sm-variation-1" type="text" value="'.concat(window.location.href,'" readonly />')),r=(0,n.default)('<div class="novablocks-sharing__notification-wrap">'),i=(0,n.default)('<div class="novablocks-sharing__notification">'),s=(0,n.default)('<span class="novablocks-sharing__notification-text">Link copied to your clipboard</span>'),l=(0,n.default)('<span class="novablocks-sharing__notification-icon">').append((0,o.getIcon)("tick"));i.append(l).append(s),i.appendTo(r);var u=a([{label:"Copy link to clipboard",url:"#",icon:"link",classes:"novablocks-sharing__link--copy",callback:function(){var e,a=t.get(0);r.removeClass("novablocks-sharing__notification--visible"),a.focus(),a.setSelectionRange(0,a.value.length),a.blur();try{e=document.execCommand("copy")}catch(t){e=!1}e&&setTimeout((function(){r.addClass("novablocks-sharing__notification--visible")}),0)}}]),d=u.get(0).querySelector(".novablocks-sharing__link");d&&(d.dataset.colorSignal=2,d.dataset.palette=2,d.dataset.paletteVariation=1,d.dataset.useSourceColorAsReference=!0);return p({id:"copy-link",title:"Use a link for everything",description:"Copy link and paste it anywhere you want it.",content:t.add(u).add(r)},e)}(b)),b.showSharePrivately&&v.append(function(e){var t=e.title,r=e.url,n=[];(0,i.isMobileDevice)()&&n.push({label:"Messenger",url:"#",icon:"messenger"});return n.push({label:"Email",url:"mailto:?subject=".concat(t,"&body=").concat(r),icon:"email"}),p({id:"private",title:"Share privately with friends",description:"",content:a(n)},e)}(b)),b.showSocialIcons&&v.append((u=b,d=(0,n.default)("<div>"),c=u.title,h=u.url,new s.default(d,{orientation:"vertical",title:c,url:h,services:r(u),lang:"en"}),function(e,t){var r=e.find("ul").removeAttr("class").addClass("novablocks-sharing__list");return e.find(".".concat("shariff-button")).toArray().reduce((function(e,t){var a=(0,n.default)(t),s=a.attr("class").split(/\s+/).find((function(e){return"shariff-button"!==e})),l=a.find("a").addClass("novablocks-sharing__link"),p=(0,n.default)('<div class="novablocks-sharing__link-label">').text((0,i.titleCase)(s)),u=(0,n.default)('<div class="novablocks-sharing__link-icon">').clone(),d=a.addClass("novablocks-sharing__list-item"),c=(0,o.getIcon)(s)||(0,o.getIcon)("share");return u.html(c),l.empty().append(u).append(p),d.appendTo(r),e[s]=l,e}),{}),p({id:"public",title:"Share publicly on social networks",description:"",content:r},t)}(d,u))),b.showShareInPerson&&v.append(function(e){var t=[{label:"Print",url:"#",icon:"printer",callback:function(){window.print()}}];0;return p({id:"in-person",title:"Or maybe you want in person?",description:"",content:a(t)},e)}(b)),z.prependTo(v),w.appendTo(v);var P=(0,i.debounce)(T,100);function x(){v.find(".novablocks-sharing__notification--visible").removeClass("novablocks-sharing__notification--visible"),m.removeClass("is-visible")}(0,n.default)(window).on("resize",P),k.on("click",(function(){m.addClass("is-visible"),T()})),y.on("click",(function(e){x()})),k.add(g).on("click",(function(e){e.stopPropagation()})),(0,n.default)("body").on("click",(function(e){x()}))}));var t=new Event("nb:updateColors");function r(e){return l.default.filter((function(t){var r=t.charAt(0).toUpperCase()+t.slice(1),a="show".concat(r);return!!e[a]}))}function a(e){var t=(0,n.default)('<div class="novablocks-sharing__list">');return e.forEach((function(e){var r,a=e.label,i=e.url,s=e.callback,l=function(e,t){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"share",a=arguments.length>3?arguments[3]:void 0,i=(0,n.default)('<a class="novablocks-sharing__link" />').attr("href",t).addClass(a),s=(0,n.default)('<div class="novablocks-sharing__link-label" />').text(e),l=(0,n.default)('<div class="novablocks-sharing__link-icon" />');return l.html((0,o.getIcon)(r)),i.append(l).append(s),i}(a,i,e.icon,e.classes);"function"==typeof s&&l.on("click",(function(e){e.stopPropagation(),e.preventDefault(),s()})),(r=l,(0,n.default)('<div class="novablocks-sharing__list-item">').append(r)).appendTo(t)})),t}function p(e,t){var r=e.id,a=e.title,i=e.description,o=e.content,s=(0,n.default)('<div class="'.concat("novablocks-sharing__group"," ").concat("novablocks-sharing__group","--").concat(r,'">'));return function(e){var t=e.headingLevel;return(0,n.default)("<h".concat(t+1,' class="novablocks-sharing__group-title" />'))}(t).text(a).appendTo(s),(0,n.default)('<div class="novablocks-sharing__group-description">').text(i).appendTo(s),(0,n.default)('<div class="novablocks-sharing__group-content">').append(o).appendTo(s),s}window.dispatchEvent(t)}()},224:function(e,t){e.exports=window.jQuery},225:function(e,t,r){"use strict";(function(t){const a=r(226),n=r(227),i=r(48),o={theme:"color",backendUrl:null,infoUrl:"http://ct.de/-2467514",infoDisplay:"blank",lang:"de",langFallback:"en",mailUrl:function(){var e=i.parse(this.getURL(),!0);return e.query.view="mail",delete e.search,i.format(e)},mailBody:function(){return this.getURL()},mediaUrl:null,orientation:"horizontal",buttonStyle:"standard",referrerTrack:null,services:["twitter","facebook","info"],title:t.document.title,twitterVia:null,flattrUser:null,flattrCategory:null,url:function(){var e=t.document.location.href,r=a("link[rel=canonical]").attr("href")||this.getMeta("og:url")||"";return r.length>0&&(r.indexOf("http")<0&&(r=0!==r.indexOf("//")?t.document.location.protocol+"//"+t.document.location.host+r:t.document.location.protocol+r),e=r),e}};class s{constructor(e,t){this.element=e,a(e).empty(),this.options=a.extend({},o,t,a(e).data()),this.services=Object.keys(n).filter(e=>this.isEnabledService(e)).sort((e,t)=>{let r=this.options.services;return r.indexOf(e)-r.indexOf(t)}).map(e=>n[e](this)),this._addButtonList(),null!==this.options.backendUrl&&"icon"!==this.options.buttonStyle&&this.getShares(this._updateCounts.bind(this))}isEnabledService(e){return this.options.services.indexOf(e)>-1}$socialshareElement(){return a(this.element)}getLocalized(e,t){return"object"==typeof e[t]?void 0===e[t][this.options.lang]?e[t][this.options.langFallback]:e[t][this.options.lang]:"string"==typeof e[t]?e[t]:void 0}getMeta(e){return a(`meta[name="${e}"],[property="${e}"]`).attr("content")||""}getInfoUrl(){return this.options.infoUrl}getInfoDisplayPopup(){return"popup"===this.options.infoDisplay}getInfoDisplayBlank(){return"popup"!==this.options.infoDisplay&&"self"!==this.options.infoDisplay}getURL(){return this.getOption("url")}getOption(e){var t=this.options[e];return"function"==typeof t?t.call(this):t}getTitle(){let e=this.getOption("title");if(a(this.element).data().title)return e;e=e||this.getMeta("DC.title");let t=this.getMeta("DC.creator");return e&&t?`${e} - ${t}`:e}getReferrerTrack(){return this.options.referrerTrack||""}getShares(e){var t=i.parse(this.options.backendUrl,!0);return t.query.url=this.getURL(),delete t.search,a.getJSON(i.format(t),e)}_updateCounts(e,t,r){e&&a.each(e,(e,t)=>{this.isEnabledService(e)&&(t>=1e3&&(t=Math.round(t/1e3)+"k"),a(this.element).find(`.${e} a`).append(a("<span/>").addClass("share_count").text(t)))})}_addButtonList(){var e=a("<ul/>").addClass(["theme-"+this.options.theme,"orientation-"+this.options.orientation,"button-style-"+this.options.buttonStyle,"shariff-col-"+this.options.services.length].join(" "));this.services.forEach(t=>{var r=a("<li/>").addClass("shariff-button "+t.name),n=a("<a/>").attr("href",t.shareUrl);if("standard"===this.options.buttonStyle){var i=a("<span/>").addClass("share_text").text(this.getLocalized(t,"shareText"));n.append(i)}void 0!==t.faPrefix&&void 0!==t.faName&&n.prepend(a("<span/>").addClass(`${t.faPrefix} ${t.faName}`)),t.popup?(n.attr("data-rel","popup"),"info"!==t.name&&n.attr("rel","nofollow")):t.blank?(n.attr("target","_blank"),"info"===t.name?n.attr("rel","noopener noreferrer"):n.attr("rel","nofollow noopener noreferrer")):"info"!==t.name&&n.attr("rel","nofollow"),n.attr("title",this.getLocalized(t,"title")),n.attr("role","button"),n.attr("aria-label",this.getLocalized(t,"title")),r.append(n),e.append(r)}),e.on("click",'[data-rel="popup"]',(function(e){e.preventDefault();var r=a(this).attr("href");if(r.match(/twitter\.com\/intent\/(\w+)/)){var n=t.window;if(n.__twttr&&n.__twttr.widgets&&n.__twttr.widgets.loaded)return}t.window.open(r,"_blank","width=600,height=460")})),this.$socialshareElement().append(e)}}e.exports=s,t.Shariff=s,a((function(){a(".shariff").each((function(){this.hasOwnProperty("shariff")||(this.shariff=new s(this))}))}))}).call(this,r(8))},226:function(e,t,r){"use strict";function a(e,t){var r=[];return t=t||document,"function"==typeof e?(t.attachEvent?"complete"===t.readyState:"loading"!==t.readyState)?e():t.addEventListener("DOMContentLoaded",e):r=e instanceof Element?[e]:"string"==typeof e?"<"===e[0]?Array.prototype.slice.call(u(e)):Array.prototype.slice.call(t.querySelectorAll(e)):e,new n(r,t)}function n(e,t){this.length=e.length,this.context=t;var r=this;p(e,(function(e){r[e]=this}))}"function"!=typeof Object.assign&&(Object.assign=function(e,t){if(null===e)throw new TypeError("Cannot convert undefined or null to object");for(var r=Object(e),a=1;a<arguments.length;a++){var n=arguments[a];if(null!==n)for(var i in n)Object.prototype.hasOwnProperty.call(n,i)&&(r[i]=n[i])}return r}),n.prototype.each=function(e){for(var t=this.length-1;t>=0;t--)e.call(this[t],t,this[t]);return this},n.prototype.empty=function(){return this.each(s)},n.prototype.text=function(e){return void 0===e?this[0].textContent:this.each((function(){this.textContent=e}))},n.prototype.attr=function(e,t){return this.length<1?null:void 0===t?this[0].getAttribute(e):this.each((function(){this.setAttribute(e,t)}))},n.prototype.data=function(e,t){if(t)return this.attr("data-"+e,t);if(e)return this.attr("data-"+e);var r=Object.assign({},this[0].dataset);return p(r,(function(e,t){r[e]=b(t)})),r},n.prototype.find=function(e){var t;return t=l(this,(function(t){return t.querySelectorAll(e)})),t=l(t,(function(e){return Array.prototype.slice.call(e)})),new n(t=Array.prototype.concat.apply([],t))},n.prototype.append=function(e){return"string"==typeof e&&(e=u(e)),d(this[0],e),this},n.prototype.prepend=function(e){return"string"==typeof e&&(e=u(e)),c(this[0],e),this},n.prototype.addClass=function(e){return this.each((function(){e.split(" ").forEach(e=>{this.classList.add(e)})}))},n.prototype.removeClass=function(e){return this.each((function(){this.classList.remove(e)}))},n.prototype.on=function(e,t,r){return this.each((function(){f(t,e,r,this)}))};var i,o,s=function(){for(;this.hasChildNodes();)this.removeChild(this.firstChild)},l=function(e,t){return Array.prototype.map.call(e,t)},p=function(e,t){if(e instanceof Array)for(var r=0;r<e.length;r++)t.call(e[r],r,e[r]);else if(e instanceof Object)for(var a in e)t.call(e[a],a,e[a],e);return e},u=function(e){var t=document.createElement("div");return t.innerHTML=e,t.children},d=function(e,t){for(var r=0;r<t.length;r++)e.appendChild(t[r])},c=function(e,t){for(var r=t.length-1;r>=0;r--)e.insertBefore(t[t.length-1],e.firstChild)},h=(i=HTMLElement.prototype,o=i.matches||i.webkitMatchesSelector||i.mozMatchesSelector||i.msMatchesSelector,function e(t,r){if(null!==t)return o.call(t,r)?t:e(t.parentElement,r)}),f=function(e,t,r,a){(a||document).addEventListener(t,(function(t){var a=h(t.target,e);a&&r.call(a,t)}))},m=function(e){var t={},r=!1,a=0,n=arguments.length;"[object Boolean]"===Object.prototype.toString.call(arguments[0])&&(r=arguments[0],a++);for(var i=function(e){for(var a in e)Object.prototype.hasOwnProperty.call(e,a)&&(r&&"[object Object]"===Object.prototype.toString.call(e[a])?t[a]=m(!0,t[a],e[a]):t[a]=e[a])};a<n;a++){var o=arguments[a];i(o)}return t},b=function(e){if("true"===e)return!0;if("false"===e)return!1;if("null"===e)return null;if(+e+""===e)return+e;if(/^[[{]/.test(e))try{return JSON.parse(e)}catch(t){return e}return e};a.extend=m,a.map=l,a.each=p,a.getJSON=function(e,t){var r=new XMLHttpRequest;r.open("GET",e,!0),r.setRequestHeader("Content-Type","application/json"),r.setRequestHeader("Accept","application/json"),r.onload=function(){if(r.status>=200&&r.status<400){var e=JSON.parse(r.responseText);t(e,r.status,r)}else t(null,r.status,r)},r.onerror=function(e){t(new Error(e),null,r)},r.send()},e.exports=a},227:function(e,t,r){e.exports={addthis:r(228),buffer:r(229),diaspora:r(230),facebook:r(237),flattr:r(238),flipboard:r(239),info:r(240),linkedin:r(241),mail:r(242),pinterest:r(243),pocket:r(244),print:r(245),qzone:r(246),reddit:r(247),stumbleupon:r(248),telegram:r(249),tencent:r(250),threema:r(251),tumblr:r(252),twitter:r(253),vk:r(254),weibo:r(255),whatsapp:r(256),xing:r(257)}},228:function(e,t,r){"use strict";e.exports=function(e){return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"addthis",faPrefix:"fas",faName:"fa-plus",title:{bg:"Сподели в AddThis",cs:"Sdílet na AddThis",da:"Del på AddThis",de:"Bei AddThis teilen",en:"Share on AddThis",es:"Compartir en AddThis",fi:"Jaa AddThisissä",fr:"Partager sur AddThis",hr:"Podijelite na AddThis",hu:"Megosztás AddThisen",it:"Condividi su AddThis",ja:"AddThis上で共有",ko:"AddThis에서 공유하기",nl:"Delen op AddThis",no:"Del på AddThis",pl:"Udostępnij przez AddThis",pt:"Compartilhar no AddThis",ro:"Partajează pe AddThis",ru:"Поделиться на AddThis",sk:"Zdieľať na AddThis",sl:"Deli na AddThis",sr:"Podeli na AddThis",sv:"Dela på AddThis",tr:"AddThis'ta paylaş",zh:"在AddThis上分享"},shareUrl:"http://api.addthis.com/oexchange/0.8/offer?url="+encodeURIComponent(e.getURL())+e.getReferrerTrack()}}},229:function(e,t,r){"use strict";e.exports=function(e){var t=encodeURIComponent(e.getURL());return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"buffer",faPrefix:"fab",faName:"fa-buffer",title:{bg:"Сподели в buffer",cs:"Sdílet na buffer",da:"Del på buffer",de:"Bei buffer teilen",en:"Share on buffer",es:"Compartir en buffer",fi:"Jaa bufferissä",fr:"Partager sur buffer",hr:"Podijelite na buffer",hu:"Megosztás bufferen",it:"Condividi su buffer",ja:"buffer上で共有",ko:"buffer에서 공유하기",nl:"Delen op buffer",no:"Del på buffer",pl:"Udostępnij przez buffer",pt:"Compartilhar no buffer",ro:"Partajează pe buffer",ru:"Поделиться на buffer",sk:"Zdieľať na buffer",sl:"Deli na buffer",sr:"Podeli na buffer",sv:"Dela på buffer",tr:"buffer'ta paylaş",zh:"在buffer上分享"},shareUrl:"https://buffer.com/add?text="+encodeURIComponent(e.getTitle())+"&url="+t+e.getReferrerTrack()}}},230:function(e,t,r){"use strict";var a=r(48);e.exports=function(e){var t=a.parse("https://share.diasporafoundation.org/",!0);return t.query.url=e.getURL(),t.query.title=e.getTitle(),t.protocol="https",delete t.search,{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"diaspora",faPrefix:"fas",faName:"fa-asterisk",title:{bg:"Сподели в diaspora*",cs:"Sdílet na diaspora*",da:"Del på diaspora*",de:"Bei diaspora* teilen",en:"Share on diaspora*",es:"Compartir en diaspora*",fi:"Jaa Diasporaissä",fr:"Partager sur diaspora*",hr:"Podijelite na diaspora*",hu:"Megosztás diaspora*",it:"Condividi su diaspora*",ja:"diaspora*上で共有",ko:"diaspora*에서 공유하기",nl:"Delen op diaspora*",no:"Del på diaspora*",pl:"Udostępnij przez diaspora*",pt:"Compartilhar no diaspora*",ro:"Partajează pe diaspora*",ru:"Поделиться на diaspora*",sk:"Zdieľať na diaspora*",sl:"Deli na diaspora*",sr:"Podeli na diaspora*-u",sv:"Dela på diaspora*",tr:"diaspora*'ta paylaş",zh:"分享至diaspora*"},shareUrl:a.format(t)+e.getReferrerTrack()}}},231:function(e,t,r){(function(e,a){var n;/*! https://mths.be/punycode v1.4.1 by @mathias */!function(i){t&&t.nodeType,e&&e.nodeType;var o="object"==typeof a&&a;o.global!==o&&o.window!==o&&o.self;var s,l=2147483647,p=/^xn--/,u=/[^\x20-\x7E]/,d=/[\x2E\u3002\uFF0E\uFF61]/g,c={overflow:"Overflow: input needs wider integers to process","not-basic":"Illegal input >= 0x80 (not a basic code point)","invalid-input":"Invalid input"},h=Math.floor,f=String.fromCharCode;function m(e){throw new RangeError(c[e])}function b(e,t){for(var r=e.length,a=[];r--;)a[r]=t(e[r]);return a}function g(e,t){var r=e.split("@"),a="";return r.length>1&&(a=r[0]+"@",e=r[1]),a+b((e=e.replace(d,".")).split("."),t).join(".")}function v(e){for(var t,r,a=[],n=0,i=e.length;n<i;)(t=e.charCodeAt(n++))>=55296&&t<=56319&&n<i?56320==(64512&(r=e.charCodeAt(n++)))?a.push(((1023&t)<<10)+(1023&r)+65536):(a.push(t),n--):a.push(t);return a}function k(e){return b(e,(function(e){var t="";return e>65535&&(t+=f((e-=65536)>>>10&1023|55296),e=56320|1023&e),t+=f(e)})).join("")}function j(e,t){return e+22+75*(e<26)-((0!=t)<<5)}function y(e,t,r){var a=0;for(e=r?h(e/700):e>>1,e+=h(e/t);e>455;a+=36)e=h(e/35);return h(a+36*e/(e+38))}function z(e){var t,r,a,n,i,o,s,p,u,d,c,f=[],b=e.length,g=0,v=128,j=72;for((r=e.lastIndexOf("-"))<0&&(r=0),a=0;a<r;++a)e.charCodeAt(a)>=128&&m("not-basic"),f.push(e.charCodeAt(a));for(n=r>0?r+1:0;n<b;){for(i=g,o=1,s=36;n>=b&&m("invalid-input"),((p=(c=e.charCodeAt(n++))-48<10?c-22:c-65<26?c-65:c-97<26?c-97:36)>=36||p>h((l-g)/o))&&m("overflow"),g+=p*o,!(p<(u=s<=j?1:s>=j+26?26:s-j));s+=36)o>h(l/(d=36-u))&&m("overflow"),o*=d;j=y(g-i,t=f.length+1,0==i),h(g/t)>l-v&&m("overflow"),v+=h(g/t),g%=t,f.splice(g++,0,v)}return k(f)}function w(e){var t,r,a,n,i,o,s,p,u,d,c,b,g,k,z,w=[];for(b=(e=v(e)).length,t=128,r=0,i=72,o=0;o<b;++o)(c=e[o])<128&&w.push(f(c));for(a=n=w.length,n&&w.push("-");a<b;){for(s=l,o=0;o<b;++o)(c=e[o])>=t&&c<s&&(s=c);for(s-t>h((l-r)/(g=a+1))&&m("overflow"),r+=(s-t)*g,t=s,o=0;o<b;++o)if((c=e[o])<t&&++r>l&&m("overflow"),c==t){for(p=r,u=36;!(p<(d=u<=i?1:u>=i+26?26:u-i));u+=36)z=p-d,k=36-d,w.push(f(j(d+z%k,0))),p=h(z/k);w.push(f(j(p,0))),i=y(r,g,a==n),r=0,++a}++r,++t}return w.join("")}s={version:"1.4.1",ucs2:{decode:v,encode:k},decode:z,encode:w,toASCII:function(e){return g(e,(function(e){return u.test(e)?"xn--"+w(e):e}))},toUnicode:function(e){return g(e,(function(e){return p.test(e)?z(e.slice(4).toLowerCase()):e}))}},void 0===(n=function(){return s}.call(t,r,t,e))||(e.exports=n)}()}).call(this,r(232)(e),r(8))},232:function(e,t){e.exports=function(e){return e.webpackPolyfill||(e.deprecate=function(){},e.paths=[],e.children||(e.children=[]),Object.defineProperty(e,"loaded",{enumerable:!0,get:function(){return e.l}}),Object.defineProperty(e,"id",{enumerable:!0,get:function(){return e.i}}),e.webpackPolyfill=1),e}},233:function(e,t,r){"use strict";e.exports={isString:function(e){return"string"==typeof e},isObject:function(e){return"object"==typeof e&&null!==e},isNull:function(e){return null===e},isNullOrUndefined:function(e){return null==e}}},234:function(e,t,r){"use strict";t.decode=t.parse=r(235),t.encode=t.stringify=r(236)},235:function(e,t,r){"use strict";function a(e,t){return Object.prototype.hasOwnProperty.call(e,t)}e.exports=function(e,t,r,i){t=t||"&",r=r||"=";var o={};if("string"!=typeof e||0===e.length)return o;var s=/\+/g;e=e.split(t);var l=1e3;i&&"number"==typeof i.maxKeys&&(l=i.maxKeys);var p=e.length;l>0&&p>l&&(p=l);for(var u=0;u<p;++u){var d,c,h,f,m=e[u].replace(s,"%20"),b=m.indexOf(r);b>=0?(d=m.substr(0,b),c=m.substr(b+1)):(d=m,c=""),h=decodeURIComponent(d),f=decodeURIComponent(c),a(o,h)?n(o[h])?o[h].push(f):o[h]=[o[h],f]:o[h]=f}return o};var n=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)}},236:function(e,t,r){"use strict";var a=function(e){switch(typeof e){case"string":return e;case"boolean":return e?"true":"false";case"number":return isFinite(e)?e:"";default:return""}};e.exports=function(e,t,r,s){return t=t||"&",r=r||"=",null===e&&(e=void 0),"object"==typeof e?i(o(e),(function(o){var s=encodeURIComponent(a(o))+r;return n(e[o])?i(e[o],(function(e){return s+encodeURIComponent(a(e))})).join(t):s+encodeURIComponent(a(e[o]))})).join(t):s?encodeURIComponent(a(s))+r+encodeURIComponent(a(e)):""};var n=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)};function i(e,t){if(e.map)return e.map(t);for(var r=[],a=0;a<e.length;a++)r.push(t(e[a],a));return r}var o=Object.keys||function(e){var t=[];for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.push(r);return t}},237:function(e,t,r){"use strict";e.exports=function(e){return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"facebook",faPrefix:"fab",faName:"fa-facebook-f",title:{bg:"Сподели във Facebook",cs:"Sdílet na Facebooku",da:"Del på Facebook",de:"Bei Facebook teilen",en:"Share on Facebook",es:"Compartir en Facebook",fi:"Jaa Facebookissa",fr:"Partager sur Facebook",hr:"Podijelite na Facebooku",hu:"Megosztás Facebookon",it:"Condividi su Facebook",ja:"フェイスブック上で共有",ko:"페이스북에서 공유하기",nl:"Delen op Facebook",no:"Del på Facebook",pl:"Udostępnij na Facebooku",pt:"Compartilhar no Facebook",ro:"Partajează pe Facebook",ru:"Поделиться на Facebook",sk:"Zdieľať na Facebooku",sl:"Deli na Facebooku",sr:"Podeli na Facebook-u",sv:"Dela på Facebook",tr:"Facebook'ta paylaş",zh:"在Facebook上分享"},shareUrl:"https://www.facebook.com/sharer/sharer.php?u="+encodeURIComponent(e.getURL())+e.getReferrerTrack()}}},238:function(e,t,r){"use strict";e.exports=function(e){var t=encodeURIComponent(e.getURL()),r=e.getTitle(),a=e.getMeta("description");return{popup:!0,shareText:"Flattr",name:"flattr",faPrefix:"far",faName:"fa-money-bill-alt",title:{de:"Artikel flattrn",en:"Flattr this"},shareUrl:"https://flattr.com/submit/auto?title="+encodeURIComponent(r)+"&description="+encodeURIComponent(a)+"&category="+encodeURIComponent(e.options.flattrCategory||"text")+"&user_id="+encodeURIComponent(e.options.flattrUser)+"&url="+t+e.getReferrerTrack()}}},239:function(e,t,r){"use strict";e.exports=function(e){var t=encodeURIComponent(e.getURL());return{popup:!0,shareText:"flip it",name:"flipboard",faPrefix:"fab",faName:"fa-flipboard",title:{bg:"Сподели в Flipboard",cs:"Sdílet na Flipboardu",da:"Del på Flipboard",de:"Bei Flipboard teilen",en:"Share on Flipboard",es:"Compartir en Flipboard",fi:"Jaa Flipboardissä",fr:"Partager sur Flipboard",hr:"Podijelite na Flipboardu",hu:"Megosztás Flipboardon",it:"Condividi su Flipboard",ja:"Flipboard上で共有",ko:"Flipboard에서 공유하기",nl:"Delen op Flipboard",no:"Del på Flipboard",pl:"Udostępnij na Flipboardu",pt:"Compartilhar no Flipboard",ro:"Partajează pe Flipboard",ru:"Поделиться на Flipboard",sk:"Zdieľať na Flipboardu",sl:"Deli na Flipboardu",sr:"Podeli na Flipboard-u",sv:"Dela på Flipboard",tr:"Flipboard'ta paylaş",zh:"在Flipboard上分享"},shareUrl:"https://share.flipboard.com/bookmarklet/popout?v=2&title="+encodeURIComponent(e.getTitle())+"&url="+t+e.getReferrerTrack()}}},240:function(e,t,r){"use strict";e.exports=function(e){return{blank:e.getInfoDisplayBlank(),popup:e.getInfoDisplayPopup(),shareText:"Info",name:"info",faPrefix:"fas",faName:"fa-info",title:{bg:"Повече информация",cs:"Více informací",da:"Flere oplysninger",de:"Weitere Informationen",en:"More information",es:"Más informaciones",fi:"Lisätietoja",fr:"Plus d'informations",hr:"Više informacija",hu:"Több információ",it:"Maggiori informazioni",ja:"詳しい情報",ko:"추가 정보",nl:"Verdere informatie",no:"Mer informasjon",pl:"Więcej informacji",pt:"Mais informações",ro:"Mai multe informatii",ru:"Больше информации",sk:"Viac informácií",sl:"Več informacij",sr:"Više informacija",sv:"Mer information",tr:"Daha fazla bilgi",zh:"更多信息"},shareUrl:e.getInfoUrl()}}},241:function(e,t,r){"use strict";e.exports=function(e){var t=encodeURIComponent(e.getURL()),r=encodeURIComponent(e.getTitle());return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"mitteilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"シェア",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"distribuiți",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"linkedin",faPrefix:"fab",faName:"fa-linkedin-in",title:{bg:"Сподели в LinkedIn",cs:"Sdílet na LinkedIn",da:"Del på LinkedIn",de:"Bei LinkedIn teilen",en:"Share on LinkedIn",es:"Compartir en LinkedIn",fi:"Jaa LinkedInissä",fr:"Partager sur LinkedIn",hr:"Podijelite na LinkedIn",hu:"Megosztás LinkedInen",it:"Condividi su LinkedIn",ja:"LinkedIn上で共有",ko:"LinkedIn에서 공유하기",nl:"Delen op LinkedIn",no:"Del på LinkedIn",pl:"Udostępnij przez LinkedIn",pt:"Compartilhar no LinkedIn",ro:"Partajează pe LinkedIn",ru:"Поделиться на LinkedIn",sk:"Zdieľať na LinkedIn",sl:"Deli na LinkedIn",sr:"Podeli na LinkedIn-u",sv:"Dela på LinkedIn",tr:"LinkedIn'ta paylaş",zh:"在LinkedIn上分享"},shareUrl:"https://www.linkedin.com/shareArticle?mini=true&summary="+encodeURIComponent(e.getMeta("description"))+"&title="+r+"&url="+t}}},242:function(e,t,r){"use strict";e.exports=function(e){var t=e.getOption("mailUrl");return 0===t.indexOf("mailto:")&&(t+="?subject="+encodeURIComponent(e.getOption("mailSubject")||e.getTitle()),t+="&body="+encodeURIComponent(e.getOption("mailBody").replace(/\{url\}/i,e.getURL()))),{blank:0===t.indexOf("http"),popup:!1,shareText:{en:"mail",zh:"分享"},name:"mail",faPrefix:"fas",faName:"fa-envelope",title:{bg:"Изпрати по имейл",cs:"Poslat mailem",da:"Sende via e-mail",de:"Per E-Mail versenden",en:"Send by email",es:"Enviar por email",fi:"Lähetä sähköpostitse",fr:"Envoyer par courriel",hr:"Pošaljite emailom",hu:"Elküldés e-mailben",it:"Inviare via email",ja:"電子メールで送信",ko:"이메일로 보내기",nl:"Sturen via e-mail",no:"Send via epost",pl:"Wyślij e-mailem",pt:"Enviar por e-mail",ro:"Trimite prin e-mail",ru:"Отправить по эл. почте",sk:"Poslať e-mailom",sl:"Pošlji po elektronski pošti",sr:"Pošalji putem email-a",sv:"Skicka via e-post",tr:"E-posta ile gönder",zh:"通过电子邮件传送"},shareUrl:t}}},243:function(e,t,r){"use strict";var a=r(48);e.exports=function(e){var t=e.getTitle(),r=e.getMeta("DC.creator");r.length>0&&(t+=" - "+r);var n=e.getOption("mediaUrl");(!n||n.length<=0)&&(n=e.getMeta("og:image"));var i=a.parse("https://www.pinterest.com/pin/create/link/",!0);return i.query.url=e.getURL(),i.query.media=n,i.query.description=t,delete i.search,{popup:!0,shareText:"pin it",name:"pinterest",faPrefix:"fab",faName:"fa-pinterest-p",title:{bg:"Сподели в Pinterest",cs:"Přidat na Pinterest",da:"Del på Pinterest",de:"Bei Pinterest pinnen",en:"Pin it on Pinterest",es:"Compartir en Pinterest",fi:"Jaa Pinterestissä",fr:"Partager sur Pinterest",hr:"Podijelite na Pinterest",hu:"Megosztás Pinteresten",it:"Condividi su Pinterest",ja:"Pinterest上で共有",ko:"Pinterest에서 공유하기",nl:"Delen op Pinterest",no:"Del på Pinterest",pl:"Udostępnij przez Pinterest",pt:"Compartilhar no Pinterest",ro:"Partajează pe Pinterest",ru:"Поделиться на Pinterest",sk:"Zdieľať na Pinterest",sl:"Deli na Pinterest",sr:"Podeli na Pinterest-u",sv:"Dela på Pinterest",tr:"Pinterest'ta paylaş",zh:"分享至Pinterest"},shareUrl:a.format(i)+e.getReferrerTrack()}}},244:function(e,t,r){"use strict";e.exports=function(e){var t=encodeURIComponent(e.getURL());return{popup:!0,shareText:"Pocket",name:"pocket",faPrefix:"fab",faName:"fa-get-pocket",title:{bg:"Запазване в Pocket",cs:"Uložit do Pocket",da:"Gem i Pocket",de:"In Pocket speichern",en:"Save to Pocket",es:"Guardar en Pocket",fi:"Tallenna kohtaan Pocket",fr:"Enregistrer dans Pocket",hr:"Spremi u Pocket",hu:'Mentés "Pocket"-be',it:"Salva in Pocket",ja:"「ポケット」に保存",ko:"Pocket에 저장",nl:"Opslaan in Pocket",no:"Lagre i Pocket",pl:"Zapisz w Pocket",pt:"Salvar em Pocket",ro:"Salvați în Pocket",ru:"Сохранить в Pocket",sk:"Uložiť do priečinka Pocket",sl:"Shrani v Pocket",sr:"Sačuvaj u Pocket",sv:"Spara till Pocket",tr:"Pocket e kaydet",zh:"保存到Pocket"},shareUrl:"https://getpocket.com/save?title="+encodeURIComponent(e.getTitle())+"&url="+t+e.getReferrerTrack()}}},245:function(e,t,r){"use strict";e.exports=function(e){return{name:"print",faPrefix:"fas",faName:"fa-print",popup:!1,shareText:{bg:"",cs:"tlačit",da:"",de:"drucken",en:"print",es:"impresión",fi:"",fr:"imprimer",hr:"",hu:"",it:"stampa",ja:"",ko:"",nl:"afdrukken",no:"",pl:"drukuj",pt:"",ro:"",ru:"Распечатать",sk:"",sl:"",sr:"",sv:"",tr:"",zh:""},title:{bg:"",cs:"tlačit",da:"",de:"drucken",en:"print",es:"impresión",fi:"",fr:"imprimer",hr:"",hu:"",it:"stampa",ja:"",ko:"",nl:"afdrukken",no:"",pl:"drukuj",pt:"",ro:"",ru:"Распечатать",sk:"",sl:"",sr:"",sv:"",tr:"",zh:""},shareUrl:"javascript:window.print();"}}},246:function(e,t,r){"use strict";e.exports=function(e){return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"qzone",faPrefix:"fab",faName:"fa-qq",title:{bg:"Сподели в Qzone",cs:"Sdílet na Qzone",da:"Del på Qzone",de:"Bei Qzone teilen",en:"Share on Qzone",es:"Compartir en Qzone",fi:"Jaa Qzoneissä",fr:"Partager sur Qzone",hr:"Podijelite na Qzone",hu:"Megosztás Qzone",it:"Condividi su Qzone",ja:"Qzone上で共有",ko:"Qzone에서 공유하기",nl:"Delen op Qzone",no:"Del på Qzone",pl:"Udostępnij przez Qzone",pt:"Compartilhar no Qzone",ro:"Partajează pe Qzone",ru:"Поделиться на Qzone",sk:"Zdieľať na Qzone",sl:"Deli na Qzone",sr:"Podeli na Qzone-u",sv:"Dela på Qzone",tr:"Qzone'ta paylaş",zh:"分享至QQ空间"},shareUrl:"http://sns.qzone.qq.com/cgi-bin/qzshare/cgi_qzshare_onekey?url="+encodeURIComponent(e.getURL())+"&title="+e.getTitle()+e.getReferrerTrack()}}},247:function(e,t,r){"use strict";e.exports=function(e){var t=encodeURIComponent(e.getURL()),r=encodeURIComponent(e.getTitle());return""!==r&&(r="&title="+r),{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"reddit",faPrefix:"fab",faName:"fa-reddit-alien",title:{bg:"Сподели в Reddit",cs:"Sdílet na Redditu",da:"Del på Reddit",de:"Bei Reddit teilen",en:"Share on Reddit",es:"Compartir en Reddit",fi:"Jaa Redditissä",fr:"Partager sur Reddit",hr:"Podijelite na Reddit",hu:"Megosztás Redditen",it:"Condividi su Reddit",ja:"Reddit上で共有",ko:"Reddit에서 공유하기",nl:"Delen op Reddit",no:"Del på Reddit",pl:"Udostępnij przez Reddit",pt:"Compartilhar no Reddit",ro:"Partajează pe Reddit",ru:"Поделиться на Reddit",sk:"Zdieľať na Reddit",sl:"Deli na Reddit",sr:"Podeli na Reddit-u",sv:"Dela på Reddit",tr:"Reddit'ta paylaş",zh:"分享至Reddit"},shareUrl:"https://reddit.com/submit?url="+t+r+e.getReferrerTrack()}}},248:function(e,t,r){"use strict";e.exports=function(e){var t=encodeURIComponent(e.getURL()),r=encodeURIComponent(e.getTitle());return""!==r&&(r="&title="+r),{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"stumbleupon",faPrefix:"fab",faName:"fa-stumbleupon",title:{bg:"Сподели в Stumbleupon",cs:"Sdílet na Stumbleuponu",da:"Del på Stumbleupon",de:"Bei Stumbleupon teilen",en:"Share on Stumbleupon",es:"Compartir en Stumbleupon",fi:"Jaa Stumbleuponissä",fr:"Partager sur Stumbleupon",hr:"Podijelite na Stumbleupon",hu:"Megosztás Stumbleupon",it:"Condividi su Stumbleupon",ja:"Stumbleupon上で共有",ko:"Stumbleupon에서 공유하기",nl:"Delen op Stumbleupon",no:"Del på Stumbleupon",pl:"Udostępnij przez Stumbleupon",pt:"Compartilhar no Stumbleupon",ro:"Partajează pe Stumbleupon",ru:"Поделиться на Stumbleupon",sk:"Zdieľať na Stumbleupon",sl:"Deli na Stumbleupon",sr:"Podeli na Stumbleupon-u",sv:"Dela på Stumbleupon",tr:"Stumbleupon'ta paylaş",zh:"分享至Stumbleupon"},shareUrl:"https://www.stumbleupon.com/submit?url="+t+r+e.getReferrerTrack()}}},249:function(e,t,r){"use strict";e.exports=function(e){return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"telegram",faPrefix:"fab",faName:"fa-telegram",title:{bg:"Сподели в Telegram",cs:"Sdílet na Telegramu",da:"Del på Telegram",de:"Bei Telegram teilen",en:"Share on Telegram",es:"Compartir en Telegram",fi:"Jaa Telegramissä",fr:"Partager sur Telegram",hr:"Podijelite na Telegram",hu:"Megosztás Telegramen",it:"Condividi su Telegram",ja:"Telegram上で共有",ko:"Telegram에서 공유하기",nl:"Delen op Telegram",no:"Del på Telegram",pl:"Udostępnij przez Telegram",pt:"Compartilhar no Telegram",ro:"Partajează pe Telegram",ru:"Поделиться на Telegram",sk:"Zdieľať na Telegram",sl:"Deli na Telegram",sr:"Podeli na Telegram-u",sv:"Dela på Telegram",tr:"Telegram'ta paylaş",zh:"在Telegram上分享"},shareUrl:"https://t.me/share/url?url="+encodeURIComponent(e.getURL())+e.getReferrerTrack()}}},250:function(e,t,r){"use strict";e.exports=function(e){return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"tencent-weibo",faPrefix:"fab",faName:"fa-tencent-weibo",title:{bg:"Сподели в tencent weibo",cs:"Sdílet na tencent weibo",da:"Del på tencent weibo",de:"Bei tencent weibo teilen",en:"Share on tencent weibo",es:"Compartir en tencent weibo",fi:"Jaa tencent weiboissä",fr:"Partager sur tencent weibo",hr:"Podijelite na tencent weibo",hu:"Megosztás tencent weiboen",it:"Condividi su tencent weibo",ja:"Tencent weibo上で共有",ko:"Tencent weibo에서 공유하기",nl:"Delen op tencent weibo",no:"Del på tencent weibo",pl:"Udostępnij przez tencent weibo",pt:"Compartilhar no tencent weibo",ro:"Partajează pe tencent weibo",ru:"Поделиться на tencent weibo",sk:"Zdieľať na tencent weibo",sl:"Deli na tencent weibo",sr:"Podeli na tencent weibo-u",sv:"Dela på tencent weibo",tr:"Tencent weibo'ta paylaş",zh:"分享至腾讯微博"},shareUrl:"http://v.t.qq.com/share/share.php?url="+encodeURIComponent(e.getURL())+"&title="+e.getTitle()+e.getReferrerTrack()}}},251:function(e,t,r){"use strict";e.exports=function(e){var t=encodeURIComponent(e.getURL()),r=e.getTitle();return{popup:!1,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"threema",faPrefix:"fas",faName:"fa-lock",title:{bg:"Сподели в Threema",cs:"Sdílet na Threema",da:"Del på Threema",de:"Bei Threema teilen",en:"Share on Threema",es:"Compartir en Threema",fi:"Jaa Threemaissä",fr:"Partager sur Threema",hr:"Podijelite na Threema",hu:"Megosztás Threemaen",it:"Condividi su Threema",ja:"Threema上で共有",ko:"Threema에서 공유하기",nl:"Delen op Threema",no:"Del på Threema",pl:"Udostępnij przez Threema",pt:"Compartilhar no Threema",ro:"Partajează pe Threema",ru:"Поделиться на Threema",sk:"Zdieľať na Threema",sl:"Deli na Threema",sr:"Podeli na Threema-u",sv:"Dela på Threema",tr:"Threema'ta paylaş",zh:"在Threema上分享"},shareUrl:"threema://compose?text="+encodeURIComponent(r)+"%20"+t+e.getReferrerTrack()}}},252:function(e,t,r){"use strict";e.exports=function(e){return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"tumblr",faPrefix:"fab",faName:"fa-tumblr",title:{bg:"Сподели в tumblr",cs:"Sdílet na tumblru",da:"Del på tumblr",de:"Bei tumblr teilen",en:"Share on tumblr",es:"Compartir en tumblr",fi:"Jaa tumblrissä",fr:"Partager sur tumblr",hr:"Podijelite na tumblr",hu:"Megosztás tumblren",it:"Condividi su tumblr",ja:"tumblr上で共有",ko:"tumblr에서 공유하기",nl:"Delen op tumblr",no:"Del på tumblr",pl:"Udostępnij przez tumblr",pt:"Compartilhar no tumblr",ro:"Partajează pe tumblr",ru:"Поделиться на tumblr",sk:"Zdieľať na tumblr",sl:"Deli na tumblr",sr:"Podeli na tumblr-u",sv:"Dela på tumblr",tr:"tumblr'ta paylaş",zh:"在tumblr上分享"},shareUrl:"http://tumblr.com/widgets/share/tool?canonicalUrl="+encodeURIComponent(e.getURL())+e.getReferrerTrack()}}},253:function(e,t,r){"use strict";var a=r(48);e.exports=function(e){var t=a.parse("https://twitter.com/intent/tweet",!0),r=e.getTitle();return t.query.text=function(e,t){var r=document.createElement("div"),a=document.createTextNode(e);r.appendChild(a);var n=r.textContent;if(n.length<=t)return e;var i=n.substring(0,t-1).lastIndexOf(" ");return n=n.substring(0,i)+"…"}(r,120),t.query.url=e.getURL(),null!==e.options.twitterVia&&(t.query.via=e.options.twitterVia),delete t.search,{popup:!0,shareText:{en:"tweet",ja:"のつぶやき",ko:"짹짹",ru:"твит",sr:"твеет",zh:"鸣叫"},name:"twitter",faPrefix:"fab",faName:"fa-twitter",title:{bg:"Сподели в Twitter",cs:"Sdílet na Twiiteru",da:"Del på Twitter",de:"Bei Twitter teilen",en:"Share on Twitter",es:"Compartir en Twitter",fi:"Jaa Twitterissä",fr:"Partager sur Twitter",hr:"Podijelite na Twitteru",hu:"Megosztás Twitteren",it:"Condividi su Twitter",ja:"ツイッター上で共有",ko:"트위터에서 공유하기",nl:"Delen op Twitter",no:"Del på Twitter",pl:"Udostępnij na Twitterze",pt:"Compartilhar no Twitter",ro:"Partajează pe Twitter",ru:"Поделиться на Twitter",sk:"Zdieľať na Twitteri",sl:"Deli na Twitterju",sr:"Podeli na Twitter-u",sv:"Dela på Twitter",tr:"Twitter'da paylaş",zh:"在Twitter上分享"},shareUrl:a.format(t)+e.getReferrerTrack()}}},254:function(e,t,r){"use strict";e.exports=function(e){return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"vk",faPrefix:"fab",faName:"fa-vk",title:{bg:"Сподели във VK",cs:"Sdílet na VKu",da:"Del på VK",de:"Bei VK teilen",en:"Share on VK",es:"Compartir en VK",fi:"Jaa VKissa",fr:"Partager sur VK",hr:"Podijelite na VKu",hu:"Megosztás VKon",it:"Condividi su VK",ja:"フェイスブック上で共有",ko:"페이스북에서 공유하기",nl:"Delen op VK",no:"Del på VK",pl:"Udostępnij na VKu",pt:"Compartilhar no VK",ro:"Partajează pe VK",ru:"Поделиться на ВКонтакте",sk:"Zdieľať na VKu",sl:"Deli na VKu",sr:"Podeli na VK-u",sv:"Dela på VK",tr:"VK'ta paylaş",zh:"在VK上分享"},shareUrl:"https://vk.com/share.php?url="+encodeURIComponent(e.getURL())+e.getReferrerTrack()}}},255:function(e,t,r){"use strict";e.exports=function(e){return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"weibo",faPrefix:"fab",faName:"fa-weibo",title:{bg:"Сподели в weibo",cs:"Sdílet na weibo",da:"Del på weibo",de:"Bei weibo teilen",en:"Share on weibo",es:"Compartir en weibo",fi:"Jaa weiboissä",fr:"Partager sur weibo",hr:"Podijelite na weibo",hu:"Megosztás weiboen",it:"Condividi su weibo",ja:"Weibo上で共有",ko:"Weibo에서 공유하기",nl:"Delen op weibo",no:"Del på weibo",pl:"Udostępnij przez weibo",pt:"Compartilhar no weibo",ro:"Partajează pe weibo",ru:"Поделиться на weibo",sk:"Zdieľať na weibo",sl:"Deli na weibo",sr:"Podeli na weibo-u",sv:"Dela på weibo",tr:"Weibo'ta paylaş",zh:"分享至新浪微博"},shareUrl:"http://service.weibo.com/share/share.php?url="+encodeURIComponent(e.getURL())+"&title="+e.getTitle()+e.getReferrerTrack()}}},256:function(e,t,r){"use strict";e.exports=function(e){var t=encodeURIComponent(e.getURL()),r=e.getTitle();return{popup:!1,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"whatsapp",faPrefix:"fab",faName:"fa-whatsapp",title:{bg:"Сподели в Whatsapp",cs:"Sdílet na Whatsappu",da:"Del på Whatsapp",de:"Bei Whatsapp teilen",en:"Share on Whatsapp",es:"Compartir en Whatsapp",fi:"Jaa WhatsAppissä",fr:"Partager sur Whatsapp",hr:"Podijelite na Whatsapp",hu:"Megosztás WhatsAppen",it:"Condividi su Whatsapp",ja:"Whatsapp上で共有",ko:"Whatsapp에서 공유하기",nl:"Delen op Whatsapp",no:"Del på Whatsapp",pl:"Udostępnij przez WhatsApp",pt:"Compartilhar no Whatsapp",ro:"Partajează pe Whatsapp",ru:"Поделиться на Whatsapp",sk:"Zdieľať na Whatsapp",sl:"Deli na Whatsapp",sr:"Podeli na WhatsApp-u",sv:"Dela på Whatsapp",tr:"Whatsapp'ta paylaş",zh:"在Whatsapp上分享"},shareUrl:"whatsapp://send?text="+encodeURIComponent(r)+"%20"+t+e.getReferrerTrack()}}},257:function(e,t,r){"use strict";e.exports=function(e){return{popup:!0,shareText:{bg:"cподеляне",cs:"sdílet",da:"del",de:"teilen",en:"share",es:"compartir",fi:"Jaa",fr:"partager",hr:"podijelite",hu:"megosztás",it:"condividi",ja:"共有",ko:"공유하기",nl:"delen",no:"del",pl:"udostępnij",pt:"compartilhar",ro:"partajează",ru:"поделиться",sk:"zdieľať",sl:"deli",sr:"podeli",sv:"dela",tr:"paylaş",zh:"分享"},name:"xing",faPrefix:"fab",faName:"fa-xing",title:{bg:"Сподели в XING",cs:"Sdílet na XINGu",da:"Del på XING",de:"Bei XING teilen",en:"Share on XING",es:"Compartir en XING",fi:"Jaa XINGissä",fr:"Partager sur XING",hr:"Podijelite na XING",hu:"Megosztás XINGen",it:"Condividi su XING",ja:"XING上で共有",ko:"XING에서 공유하기",nl:"Delen op XING",no:"Del på XING",pl:"Udostępnij przez XING",pt:"Compartilhar no XING",ro:"Partajează pe XING",ru:"Поделиться на XING",sk:"Zdieľať na XING",sl:"Deli na XING",sr:"Podeli na XING-u",sv:"Dela på XING",tr:"XING'ta paylaş",zh:"分享至XING"},shareUrl:"https://www.xing.com/spi/shares/new?url="+encodeURIComponent(e.getURL())+e.getReferrerTrack()}}},44:function(e,t){e.exports=window.novablocks.icons},48:function(e,t,r){"use strict";var a=r(231),n=r(233);function i(){this.protocol=null,this.slashes=null,this.auth=null,this.host=null,this.port=null,this.hostname=null,this.hash=null,this.search=null,this.query=null,this.pathname=null,this.path=null,this.href=null}t.parse=k,t.resolve=function(e,t){return k(e,!1,!0).resolve(t)},t.resolveObject=function(e,t){return e?k(e,!1,!0).resolveObject(t):t},t.format=function(e){n.isString(e)&&(e=k(e));return e instanceof i?e.format():i.prototype.format.call(e)},t.Url=i;var o=/^([a-z0-9.+-]+:)/i,s=/:[0-9]*$/,l=/^(\/\/?(?!\/)[^\?\s]*)(\?[^\s]*)?$/,p=["{","}","|","\\","^","`"].concat(["<",">",'"',"`"," ","\r","\n","\t"]),u=["'"].concat(p),d=["%","/","?",";","#"].concat(u),c=["/","?","#"],h=/^[+a-z0-9A-Z_-]{0,63}$/,f=/^([+a-z0-9A-Z_-]{0,63})(.*)$/,m={javascript:!0,"javascript:":!0},b={javascript:!0,"javascript:":!0},g={http:!0,https:!0,ftp:!0,gopher:!0,file:!0,"http:":!0,"https:":!0,"ftp:":!0,"gopher:":!0,"file:":!0},v=r(234);function k(e,t,r){if(e&&n.isObject(e)&&e instanceof i)return e;var a=new i;return a.parse(e,t,r),a}i.prototype.parse=function(e,t,r){if(!n.isString(e))throw new TypeError("Parameter 'url' must be a string, not "+typeof e);var i=e.indexOf("?"),s=-1!==i&&i<e.indexOf("#")?"?":"#",p=e.split(s);p[0]=p[0].replace(/\\/g,"/");var k=e=p.join(s);if(k=k.trim(),!r&&1===e.split("#").length){var j=l.exec(k);if(j)return this.path=k,this.href=k,this.pathname=j[1],j[2]?(this.search=j[2],this.query=t?v.parse(this.search.substr(1)):this.search.substr(1)):t&&(this.search="",this.query={}),this}var y=o.exec(k);if(y){var z=(y=y[0]).toLowerCase();this.protocol=z,k=k.substr(y.length)}if(r||y||k.match(/^\/\/[^@\/]+@[^@\/]+/)){var w="//"===k.substr(0,2);!w||y&&b[y]||(k=k.substr(2),this.slashes=!0)}if(!b[y]&&(w||y&&!g[y])){for(var T,P,x=-1,C=0;C<c.length;C++){-1!==(U=k.indexOf(c[C]))&&(-1===x||U<x)&&(x=U)}-1!==(P=-1===x?k.lastIndexOf("@"):k.lastIndexOf("@",x))&&(T=k.slice(0,P),k=k.slice(P+1),this.auth=decodeURIComponent(T)),x=-1;for(C=0;C<d.length;C++){var U;-1!==(U=k.indexOf(d[C]))&&(-1===x||U<x)&&(x=U)}-1===x&&(x=k.length),this.host=k.slice(0,x),k=k.slice(x),this.parseHost(),this.hostname=this.hostname||"";var I="["===this.hostname[0]&&"]"===this.hostname[this.hostname.length-1];if(!I)for(var R=this.hostname.split(/\./),S=(C=0,R.length);C<S;C++){var D=R[C];if(D&&!D.match(h)){for(var _="",O=0,L=D.length;O<L;O++)D.charCodeAt(O)>127?_+="x":_+=D[O];if(!_.match(h)){var A=R.slice(0,C),N=R.slice(C+1),F=D.match(f);F&&(A.push(F[1]),N.unshift(F[2])),N.length&&(k="/"+N.join(".")+k),this.hostname=A.join(".");break}}}this.hostname.length>255?this.hostname="":this.hostname=this.hostname.toLowerCase(),I||(this.hostname=a.toASCII(this.hostname));var M=this.port?":"+this.port:"",q=this.hostname||"";this.host=q+M,this.href+=this.host,I&&(this.hostname=this.hostname.substr(1,this.hostname.length-2),"/"!==k[0]&&(k="/"+k))}if(!m[z])for(C=0,S=u.length;C<S;C++){var J=u[C];if(-1!==k.indexOf(J)){var E=encodeURIComponent(J);E===J&&(E=escape(J)),k=k.split(J).join(E)}}var W=k.indexOf("#");-1!==W&&(this.hash=k.substr(W),k=k.slice(0,W));var V=k.indexOf("?");if(-1!==V?(this.search=k.substr(V),this.query=k.substr(V+1),t&&(this.query=v.parse(this.query)),k=k.slice(0,V)):t&&(this.search="",this.query={}),k&&(this.pathname=k),g[z]&&this.hostname&&!this.pathname&&(this.pathname="/"),this.pathname||this.search){M=this.pathname||"";var G=this.search||"";this.path=M+G}return this.href=this.format(),this},i.prototype.format=function(){var e=this.auth||"";e&&(e=(e=encodeURIComponent(e)).replace(/%3A/i,":"),e+="@");var t=this.protocol||"",r=this.pathname||"",a=this.hash||"",i=!1,o="";this.host?i=e+this.host:this.hostname&&(i=e+(-1===this.hostname.indexOf(":")?this.hostname:"["+this.hostname+"]"),this.port&&(i+=":"+this.port)),this.query&&n.isObject(this.query)&&Object.keys(this.query).length&&(o=v.stringify(this.query));var s=this.search||o&&"?"+o||"";return t&&":"!==t.substr(-1)&&(t+=":"),this.slashes||(!t||g[t])&&!1!==i?(i="//"+(i||""),r&&"/"!==r.charAt(0)&&(r="/"+r)):i||(i=""),a&&"#"!==a.charAt(0)&&(a="#"+a),s&&"?"!==s.charAt(0)&&(s="?"+s),t+i+(r=r.replace(/[?#]/g,(function(e){return encodeURIComponent(e)})))+(s=s.replace("#","%23"))+a},i.prototype.resolve=function(e){return this.resolveObject(k(e,!1,!0)).format()},i.prototype.resolveObject=function(e){if(n.isString(e)){var t=new i;t.parse(e,!1,!0),e=t}for(var r=new i,a=Object.keys(this),o=0;o<a.length;o++){var s=a[o];r[s]=this[s]}if(r.hash=e.hash,""===e.href)return r.href=r.format(),r;if(e.slashes&&!e.protocol){for(var l=Object.keys(e),p=0;p<l.length;p++){var u=l[p];"protocol"!==u&&(r[u]=e[u])}return g[r.protocol]&&r.hostname&&!r.pathname&&(r.path=r.pathname="/"),r.href=r.format(),r}if(e.protocol&&e.protocol!==r.protocol){if(!g[e.protocol]){for(var d=Object.keys(e),c=0;c<d.length;c++){var h=d[c];r[h]=e[h]}return r.href=r.format(),r}if(r.protocol=e.protocol,e.host||b[e.protocol])r.pathname=e.pathname;else{for(var f=(e.pathname||"").split("/");f.length&&!(e.host=f.shift()););e.host||(e.host=""),e.hostname||(e.hostname=""),""!==f[0]&&f.unshift(""),f.length<2&&f.unshift(""),r.pathname=f.join("/")}if(r.search=e.search,r.query=e.query,r.host=e.host||"",r.auth=e.auth,r.hostname=e.hostname||e.host,r.port=e.port,r.pathname||r.search){var m=r.pathname||"",v=r.search||"";r.path=m+v}return r.slashes=r.slashes||e.slashes,r.href=r.format(),r}var k=r.pathname&&"/"===r.pathname.charAt(0),j=e.host||e.pathname&&"/"===e.pathname.charAt(0),y=j||k||r.host&&e.pathname,z=y,w=r.pathname&&r.pathname.split("/")||[],T=(f=e.pathname&&e.pathname.split("/")||[],r.protocol&&!g[r.protocol]);if(T&&(r.hostname="",r.port=null,r.host&&(""===w[0]?w[0]=r.host:w.unshift(r.host)),r.host="",e.protocol&&(e.hostname=null,e.port=null,e.host&&(""===f[0]?f[0]=e.host:f.unshift(e.host)),e.host=null),y=y&&(""===f[0]||""===w[0])),j)r.host=e.host||""===e.host?e.host:r.host,r.hostname=e.hostname||""===e.hostname?e.hostname:r.hostname,r.search=e.search,r.query=e.query,w=f;else if(f.length)w||(w=[]),w.pop(),w=w.concat(f),r.search=e.search,r.query=e.query;else if(!n.isNullOrUndefined(e.search)){if(T)r.hostname=r.host=w.shift(),(I=!!(r.host&&r.host.indexOf("@")>0)&&r.host.split("@"))&&(r.auth=I.shift(),r.host=r.hostname=I.shift());return r.search=e.search,r.query=e.query,n.isNull(r.pathname)&&n.isNull(r.search)||(r.path=(r.pathname?r.pathname:"")+(r.search?r.search:"")),r.href=r.format(),r}if(!w.length)return r.pathname=null,r.search?r.path="/"+r.search:r.path=null,r.href=r.format(),r;for(var P=w.slice(-1)[0],x=(r.host||e.host||w.length>1)&&("."===P||".."===P)||""===P,C=0,U=w.length;U>=0;U--)"."===(P=w[U])?w.splice(U,1):".."===P?(w.splice(U,1),C++):C&&(w.splice(U,1),C--);if(!y&&!z)for(;C--;C)w.unshift("..");!y||""===w[0]||w[0]&&"/"===w[0].charAt(0)||w.unshift(""),x&&"/"!==w.join("/").substr(-1)&&w.push("");var I,R=""===w[0]||w[0]&&"/"===w[0].charAt(0);T&&(r.hostname=r.host=R?"":w.length?w.shift():"",(I=!!(r.host&&r.host.indexOf("@")>0)&&r.host.split("@"))&&(r.auth=I.shift(),r.host=r.hostname=I.shift()));return(y=y||r.host&&w.length)&&!R&&w.unshift(""),w.length?r.pathname=w.join("/"):(r.pathname=null,r.path=null),n.isNull(r.pathname)&&n.isNull(r.search)||(r.path=(r.pathname?r.pathname:"")+(r.search?r.search:"")),r.auth=e.auth||r.auth,r.slashes=r.slashes||e.slashes,r.href=r.format(),r},i.prototype.parseHost=function(){var e=this.host,t=s.exec(e);t&&(":"!==(t=t[0])&&(this.port=t.substr(1)),e=e.substr(0,e.length-t.length)),e&&(this.hostname=e)}},61:function(e,t,r){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;t.default=["twitter","facebook","linkedin","pinterest","whatsapp"]},8:function(e,t){var r;r=function(){return this}();try{r=r||new Function("return this")()}catch(e){"object"==typeof window&&(r=window)}e.exports=r}});
  • nova-blocks/trunk/build/block-library/blocks/sharing-overlay/index.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('novablocks-block-editor', 'novablocks-utils', 'wp-blocks', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill'), 'version' => 'd886ab40a9d2889bb52127d821237ebf');
     1<?php return array('dependencies' => array('novablocks-block-editor', 'novablocks-utils', 'wp-blocks', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill'), 'version' => 'bde6d4a816a203eaa504bef355593692');
  • nova-blocks/trunk/build/block-library/blocks/sharing-overlay/index.js

    r2719178 r2721032  
    1 !function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=257)}({0:function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports.default=t.exports},1:function(t,e){t.exports=window.wp.element},10:function(t,e){t.exports=window.novablocks.utils},12:function(t,e,n){var r;
     1!function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=258)}({0:function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports.default=t.exports},1:function(t,e){t.exports=window.wp.element},10:function(t,e){t.exports=window.novablocks.utils},12:function(t,e,n){var r;
    22/*!
    33  Copyright (c) 2018 Jed Watson.
    44  Licensed under the MIT License (MIT), see
    55  http://jedwatson.github.io/classnames
    6 */!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var t=[],e=0;e<arguments.length;e++){var r=arguments[e];if(r){var i=typeof r;if("string"===i||"number"===i)t.push(r);else if(Array.isArray(r)){if(r.length){var a=o.apply(null,r);a&&t.push(a)}}else if("object"===i)if(r.toString===Object.prototype.toString)for(var s in r)n.call(r,s)&&r[s]&&t.push(s);else t.push(r.toString())}}return t.join(" ")}t.exports?(o.default=o,t.exports=o):void 0===(r=function(){return o}.apply(e,[]))||(t.exports=r)}()},14:function(t,e){t.exports=window.wp.hooks},2:function(t,e){t.exports=window.novablocks.blockEditor},257:function(t,e,n){"use strict";var r=n(0),o=r(n(9)),i=n(7),a=n(2),s=n(14),u=r(n(258)),c=r(n(259)),l=r(n(261));function d(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function f(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?d(Object(n),!0).forEach((function(e){(0,o.default)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):d(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var p={colorSignal:{type:"number",default:3},paletteVariation:{type:"number",default:12}};(0,s.addFilter)("blocks.registerBlockType","novablocks/sharing-overlay/attributes-overwrite",(function(t){return"novablocks/sharing-overlay"!==t.name?t:f(f({},t),{},{attributes:f(f({},t.attributes),p)})}),Number.MAX_SAFE_INTEGER),(0,i.registerBlockType)("novablocks/sharing-overlay",{icon:(0,a.getSvg)(u.default),attributes:l.default,edit:c.default,save:function(){return null}})},258:function(t,e,n){"use strict";n.r(e);var r=n(4),o=n.n(r),i=n(5),a=n.n(i),s=new o.a({id:"block-library-sharing-overlay/icon",use:"block-library-sharing-overlay/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-sharing-overlay/icon"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0ZM8.855 12.4c0-3.31 2.678-6 6-6 3.309 0 5.987 2.69 6 6 0 3.31-2.691 6-6 6-3.31 0-6-2.69-6-6Zm4.496 0c0 .834.67 1.503 1.504 1.503.82 0 1.49-.67 1.503-1.503 0-.834-.67-1.503-1.503-1.503-.834 0-1.504.67-1.504 1.503Zm-7.528-1.503c-.834 0-1.503.67-1.503 1.503 0 .834.67 1.503 1.503 1.503.834 0 1.503-.67 1.503-1.503 0-.834-.67-1.503-1.503-1.503Z" fill="#6565F2" /></symbol>'});a.a.add(s);e.default=s},259:function(t,e,n){"use strict";var r=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(1),i=r(n(12)),a=n(2),s=n(10),u=r(n(260)),c=function(t){var e=t.attributes,n=e.showCopy,r=e.showSharePrivately,u=e.showSocialIcons,c=e.showShareInPerson,f=e.showTwitter,p=e.showFacebook,h=e.showLinkedin,v=e.showPinterest,y=e.showWhatsapp,m=e.headingLevel,g=(e.buttonLabel,(0,i.default)("novablocks-sharing__wrap",(0,s.getColorSignalClassnames)(e,!0))),b="h".concat(m);return(0,o.createElement)("div",{className:g},(0,o.createElement)("div",{className:"novablocks-sharing__container"},(0,o.createElement)("div",{className:"novablocks-sharing__content"},(0,o.createElement)(b,{className:"novablocks-sharing__title"},"Sharing Options"),n&&(0,o.createElement)(l,{title:"Use a link for everything",description:"Copy link and paste it anywhere you want it"},(0,o.createElement)("input",{className:"novablocks-sharing__copy-input",type:"text",value:"http://rosa2.work/reservations/",readOnly:""}),(0,o.createElement)("div",{className:"novablocks-sharing__list"},(0,o.createElement)(d,{icon:"link",label:"Copy link to clipboard"}))),r&&(0,o.createElement)(l,{title:"Share privately with friends"},(0,o.createElement)("div",{className:"novablocks-sharing__list"},(0,o.createElement)(d,{icon:"email",label:"Email"}))),u&&(f||p||h)&&(0,o.createElement)(l,{title:"Share publicly on social networks"},(0,o.createElement)("div",{className:"novablocks-sharing__list"},f&&(0,o.createElement)(d,{icon:"twitter",label:"Twitter"}),p&&(0,o.createElement)(d,{icon:"facebook",label:"Facebook"}),h&&(0,o.createElement)(d,{icon:"linkedin",label:"Linkedin"}),v&&(0,o.createElement)(d,{icon:"share",label:"Pinterest"}),y&&(0,o.createElement)(d,{icon:"whatsapp",label:"WhatsApp"}))),c&&(0,o.createElement)(l,{title:"Or maybe you want in person?"},(0,o.createElement)("div",{className:"novablocks-sharing__list"},(0,o.createElement)(d,{icon:"printer",label:"Print"}))),(0,o.createElement)("div",{className:"novablocks-sharing__footer"},"Thanks for spreading the word!"))),(0,o.createElement)("div",{className:"novablocks-sharing__close"},(0,a.getIconSvg)("cancel")))},l=function(t){var e=t.title,n=t.description,r=t.children;return(0,o.createElement)("div",{className:"novablocks-sharing__group novablocks-sharing__group--public"},e&&(0,o.createElement)("h5",{className:"novablocks-sharing__group-title"},e),n&&(0,o.createElement)("div",{className:"novablocks-sharing__group-description"},n),r&&(0,o.createElement)("div",{className:"novablocks-sharing__group-content"},r))},d=function(t){var e=t.icon,n=t.label;return(0,o.createElement)("div",{className:"novablocks-sharing__list-item"},(0,o.createElement)("a",{className:"novablocks-sharing__link",href:"#"},(0,o.createElement)("div",{className:"novablocks-sharing__link-icon"},(0,a.getIconSvg)(e)),(0,o.createElement)("div",{className:"novablocks-sharing__link-label"},n)))},f=function(t){var e=t.isSelected;return(0,o.createElement)(o.Fragment,null,(0,o.createElement)("div",{className:"wp-block-buttons"},(0,o.createElement)("div",{className:"wp-block-button"},(0,o.createElement)("button",{className:"wp-block-button__link"},"View sharing options"))),e&&(0,o.createElement)(c,t),(0,o.createElement)(u.default,t))};e.default=f},260:function(t,e,n){"use strict";var r=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(1),i=r(n(9)),a=n(3),s=n(2);function u(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function c(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?u(Object(n),!0).forEach((function(e){(0,i.default)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var l=r(n(61)).default.map((function(t){var e=t.charAt(0).toUpperCase()+t.slice(1);return{label:e,attribute:"show".concat(e)}})),d=[{label:(0,a.__)("Copy Link","nova-blocks"),attribute:"showCopy"},{label:(0,a.__)("Share Privately","nova-blocks"),attribute:"showSharePrivately"},{label:(0,a.__)("Social Icons","nova-blocks"),attribute:"showSocialIcons"},{label:(0,a.__)("Show Print","nova-blocks"),attribute:"showShareInPerson"}],f=function(t){var e=t.attributes,n=t.setAttributes,r=e.headingLevel,i=e.showSocialIcons;return(0,o.createElement)(s.ControlsSection,{id:"display",label:(0,a.__)("Display","nova-blocks")},(0,o.createElement)(s.ControlsTab,{label:(0,a.__)("Settings","nova-blocks")},(0,o.createElement)(s.HeadingToolbar,{minLevel:2,maxLevel:5,selectedLevel:r,onChange:function(t){return n({headingLevel:t})}}),(0,o.createElement)(s.ControlsGroup,{title:(0,a.__)("Set up sections for this block","nova-blocks")},(0,o.createElement)(s.ToggleGroup,{onChange:n,toggles:d.map((function(t){return c(c({},t),{},{value:e[t.attribute]})}))})),i&&(0,o.createElement)(s.ControlsGroup,{title:(0,a.__)("Set up social icons","nova-blocks")},(0,o.createElement)(s.ToggleGroup,{onChange:n,toggles:l.map((function(t){return c(c({},t),{},{value:e[t.attribute]})}))}))))};e.default=f},261:function(t){t.exports=JSON.parse('{"showCopy":{"type":"boolean","default":true},"showSharePrivately":{"type":"boolean","default":true},"showSocialIcons":{"type":"boolean","default":true},"showShareInPerson":{"type":"boolean","default":true},"showTwitter":{"type":"boolean","default":true},"showFacebook":{"type":"boolean","default":true},"showLinkedin":{"type":"boolean","default":true},"showPinterest":{"type":"boolean","default":false},"showWhatsapp":{"type":"boolean","default":false},"headingLevel":{"type":"number","default":4},"buttonLabel":{"type":"string","default":"View sharing options"}}')},3:function(t,e){t.exports=window.wp.i18n},4:function(t,e,n){(function(e){var n;n=function(){"use strict";var t=function(t){var e=t.id,n=t.viewBox,r=t.content;this.id=e,this.viewBox=n,this.content=r};function n(t,e){return t(e={exports:{}},e.exports),e.exports}t.prototype.stringify=function(){return this.content},t.prototype.toString=function(){return this.stringify()},t.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))},"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var r=n((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var o;return n&&!0===n.clone&&t(e)?r((o=e,Array.isArray(o)?[]:{}),e,n):e}function n(n,o,i){var a=n.slice();return o.forEach((function(o,s){void 0===a[s]?a[s]=e(o,i):t(o)?a[s]=r(n[s],o,i):-1===n.indexOf(o)&&a.push(e(o,i))})),a}function r(o,i,a){var s=Array.isArray(i),u=(a||{arrayMerge:n}).arrayMerge||n;return s?Array.isArray(o)?u(o,i,a):e(i,a):function(n,o,i){var a={};return t(n)&&Object.keys(n).forEach((function(t){a[t]=e(n[t],i)})),Object.keys(o).forEach((function(s){t(o[s])&&n[s]?a[s]=r(n[s],o[s],i):a[s]=e(o[s],i)})),a}(o,i,a)}return r.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return r(t,n,e)}))},r}()})),o=n((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),i=o.svg,a=o.xlink,s={};s[i.name]=i.uri,s[a.name]=a.uri;var u=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(r(s,e||{}))+">"+t+"</svg>"};return function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n}(u(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(t)},t.exports=n()}).call(this,n(8))},5:function(t,e,n){(function(e){var n;n=function(){"use strict";function t(t,e){return t(e={exports:{}},e.exports),e.exports}"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var n=t((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var o;return n&&!0===n.clone&&t(e)?r((o=e,Array.isArray(o)?[]:{}),e,n):e}function n(n,o,i){var a=n.slice();return o.forEach((function(o,s){void 0===a[s]?a[s]=e(o,i):t(o)?a[s]=r(n[s],o,i):-1===n.indexOf(o)&&a.push(e(o,i))})),a}function r(o,i,a){var s=Array.isArray(i),u=(a||{arrayMerge:n}).arrayMerge||n;return s?Array.isArray(o)?u(o,i,a):e(i,a):function(n,o,i){var a={};return t(n)&&Object.keys(n).forEach((function(t){a[t]=e(n[t],i)})),Object.keys(o).forEach((function(s){t(o[s])&&n[s]?a[s]=r(n[s],o[s],i):a[s]=e(o[s],i)})),a}(o,i,a)}return r.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return r(t,n,e)}))},r}()})),r=t((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),o=r.svg,i=r.xlink,a={};a[o.name]=o.uri,a[i.name]=i.uri;var s,u=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(a,e||{}))+">"+t+"</svg>"},c=r.svg,l=r.xlink,d={attrs:(s={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},s[c.name]=c.uri,s[l.name]=l.uri,s)},f=function(t){this.config=n(d,t||{}),this.symbols=[]};f.prototype.add=function(t){var e=this.symbols,n=this.find(t.id);return n?(e[e.indexOf(n)]=t,!1):(e.push(t),!0)},f.prototype.remove=function(t){var e=this.symbols,n=this.find(t);return!!n&&(e.splice(e.indexOf(n),1),n.destroy(),!0)},f.prototype.find=function(t){return this.symbols.filter((function(e){return e.id===t}))[0]||null},f.prototype.has=function(t){return null!==this.find(t)},f.prototype.stringify=function(){var t=this.config.attrs,e=this.symbols.map((function(t){return t.stringify()})).join("");return u(e,t)},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){this.symbols.forEach((function(t){return t.destroy()}))};var p=function(t){var e=t.id,n=t.viewBox,r=t.content;this.id=e,this.viewBox=n,this.content=r};p.prototype.stringify=function(){return this.content},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var h=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n},v=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return h(u(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(p),y={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},m=function(t){return Array.prototype.slice.call(t,0)},g=function(){return/firefox/i.test(navigator.userAgent)},b=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},w=function(){return/edge/i.test(navigator.userAgent)},_=function(t){return(t||window.location.href).split("#")[0]},E=function(t){angular.module("ng").run(["$rootScope",function(e){e.$on("$locationChangeSuccess",(function(e,n,r){var o,i,a;o=t,i={oldUrl:r,newUrl:n},(a=document.createEvent("CustomEvent")).initCustomEvent(o,!1,!1,i),window.dispatchEvent(a)}))}])},x=function(t,e){return void 0===e&&(e="linearGradient, radialGradient, pattern, mask, clipPath"),m(t.querySelectorAll("symbol")).forEach((function(t){m(t.querySelectorAll(e)).forEach((function(e){t.parentNode.insertBefore(e,t)}))})),t},k=r.xlink.uri,O=/[{}|\\\^\[\]`"<>]/g;function S(t){return t.replace(O,(function(t){return"%"+t[0].charCodeAt(0).toString(16).toUpperCase()}))}var j,P=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],C=P.map((function(t){return"["+t+"]"})).join(","),N=function(t,e,n,r){var o=S(n),i=S(r);(function(t,e){return m(t).reduce((function(t,n){if(!n.attributes)return t;var r=m(n.attributes),o=e?r.filter(e):r;return t.concat(o)}),[])})(t.querySelectorAll(C),(function(t){var e=t.localName,n=t.value;return-1!==P.indexOf(e)&&-1!==n.indexOf("url("+o)})).forEach((function(t){return t.value=t.value.replace(new RegExp(o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(t,e,n){m(t).forEach((function(t){var r=t.getAttribute("xlink:href");if(r&&0===r.indexOf(e)){var o=r.replace(e,n);t.setAttributeNS(k,"xlink:href",o)}}))}(e,o,i)},A="mount",M="symbol_mount",T=function(t){function e(e){var r=this;void 0===e&&(e={}),t.call(this,n(y,e));var o,i=(o=o||Object.create(null),{on:function(t,e){(o[t]||(o[t]=[])).push(e)},off:function(t,e){o[t]&&o[t].splice(o[t].indexOf(e)>>>0,1)},emit:function(t,e){(o[t]||[]).map((function(t){t(e)})),(o["*"]||[]).map((function(n){n(t,e)}))}});this._emitter=i,this.node=null;var a=this.config;if(a.autoConfigure&&this._autoConfigure(e),a.syncUrlsWithBaseTag){var s=document.getElementsByTagName("base")[0].getAttribute("href");i.on(A,(function(){return r.updateUrls("#",s)}))}var u=this._handleLocationChange.bind(this);this._handleLocationChange=u,a.listenLocationChangeEvent&&window.addEventListener(a.locationChangeEvent,u),a.locationChangeAngularEmitter&&E(a.locationChangeEvent),i.on(A,(function(t){a.moveGradientsOutsideSymbol&&x(t)})),i.on(M,(function(t){var e;a.moveGradientsOutsideSymbol&&x(t.parentNode),(b()||w())&&(e=[],m(t.querySelectorAll("style")).forEach((function(t){t.textContent+="",e.push(t)})))}))}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var r={isMounted:{}};return r.isMounted.get=function(){return!!this.node},e.prototype._autoConfigure=function(t){var e=this.config;void 0===t.syncUrlsWithBaseTag&&(e.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===t.locationChangeAngularEmitter&&(e.locationChangeAngularEmitter=void 0!==window.angular),void 0===t.moveGradientsOutsideSymbol&&(e.moveGradientsOutsideSymbol=g())},e.prototype._handleLocationChange=function(t){var e=t.detail,n=e.oldUrl,r=e.newUrl;this.updateUrls(n,r)},e.prototype.add=function(e){var n=t.prototype.add.call(this,e);return this.isMounted&&n&&(e.mount(this.node),this._emitter.emit(M,e.node)),n},e.prototype.attach=function(t){var e=this,n=this;if(n.isMounted)return n.node;var r="string"==typeof t?document.querySelector(t):t;return n.node=r,this.symbols.forEach((function(t){t.mount(n.node),e._emitter.emit(M,t.node)})),m(r.querySelectorAll("symbol")).forEach((function(t){var e=v.createFromExistingNode(t);e.node=t,n.add(e)})),this._emitter.emit(A,r),r},e.prototype.destroy=function(){var t=this.config,e=this.symbols,n=this._emitter;e.forEach((function(t){return t.destroy()})),n.off("*"),window.removeEventListener(t.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},e.prototype.mount=function(t,e){if(void 0===t&&(t=this.config.mountTo),void 0===e&&(e=!1),this.isMounted)return this.node;var n="string"==typeof t?document.querySelector(t):t,r=this.render();return this.node=r,e&&n.childNodes[0]?n.insertBefore(r,n.childNodes[0]):n.appendChild(r),this._emitter.emit(A,r),r},e.prototype.render=function(){return h(this.stringify())},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},e.prototype.updateUrls=function(t,e){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return N(this.node,n,_(t)+"#",_(e)+"#"),!0},Object.defineProperties(e.prototype,r),e}(f),L=t((function(t){var e,n,r,o,i;t.exports=(n=[],r=document,o=r.documentElement.doScroll,(i=(o?/^loaded|^c/:/^loaded|^i|^c/).test(r.readyState))||r.addEventListener("DOMContentLoaded",e=function(){for(r.removeEventListener("DOMContentLoaded",e),i=1;e=n.shift();)e()}),function(t){i?setTimeout(t,0):n.push(t)})}));window.__SVG_SPRITE__?j=window.__SVG_SPRITE__:(j=new T({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=j);var B=function(){var t=document.getElementById("__SVG_SPRITE_NODE__");t?j.attach(t):j.mount(document.body,!0)};return document.body?B():L(B),j},t.exports=n()}).call(this,n(8))},61:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default=["twitter","facebook","linkedin","pinterest","whatsapp"]},7:function(t,e){t.exports=window.wp.blocks},8:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},9:function(t,e){t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},t.exports.__esModule=!0,t.exports.default=t.exports}});
     6*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var t=[],e=0;e<arguments.length;e++){var r=arguments[e];if(r){var i=typeof r;if("string"===i||"number"===i)t.push(r);else if(Array.isArray(r)){if(r.length){var a=o.apply(null,r);a&&t.push(a)}}else if("object"===i)if(r.toString===Object.prototype.toString)for(var s in r)n.call(r,s)&&r[s]&&t.push(s);else t.push(r.toString())}}return t.join(" ")}t.exports?(o.default=o,t.exports=o):void 0===(r=function(){return o}.apply(e,[]))||(t.exports=r)}()},14:function(t,e){t.exports=window.wp.hooks},2:function(t,e){t.exports=window.novablocks.blockEditor},258:function(t,e,n){"use strict";var r=n(0),o=r(n(9)),i=n(7),a=n(2),s=n(14),u=r(n(259)),c=r(n(260)),l=r(n(262));function d(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function f(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?d(Object(n),!0).forEach((function(e){(0,o.default)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):d(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var p={colorSignal:{type:"number",default:3},paletteVariation:{type:"number",default:12}};(0,s.addFilter)("blocks.registerBlockType","novablocks/sharing-overlay/attributes-overwrite",(function(t){return"novablocks/sharing-overlay"!==t.name?t:f(f({},t),{},{attributes:f(f({},t.attributes),p)})}),Number.MAX_SAFE_INTEGER),(0,i.registerBlockType)("novablocks/sharing-overlay",{icon:(0,a.getSvg)(u.default),attributes:l.default,edit:c.default,save:function(){return null}})},259:function(t,e,n){"use strict";n.r(e);var r=n(4),o=n.n(r),i=n(5),a=n.n(i),s=new o.a({id:"block-library-sharing-overlay/icon",use:"block-library-sharing-overlay/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-sharing-overlay/icon"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0ZM8.855 12.4c0-3.31 2.678-6 6-6 3.309 0 5.987 2.69 6 6 0 3.31-2.691 6-6 6-3.31 0-6-2.69-6-6Zm4.496 0c0 .834.67 1.503 1.504 1.503.82 0 1.49-.67 1.503-1.503 0-.834-.67-1.503-1.503-1.503-.834 0-1.504.67-1.504 1.503Zm-7.528-1.503c-.834 0-1.503.67-1.503 1.503 0 .834.67 1.503 1.503 1.503.834 0 1.503-.67 1.503-1.503 0-.834-.67-1.503-1.503-1.503Z" fill="#6565F2" /></symbol>'});a.a.add(s);e.default=s},260:function(t,e,n){"use strict";var r=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(1),i=r(n(12)),a=n(2),s=n(10),u=r(n(261)),c=function(t){var e=t.attributes,n=e.showCopy,r=e.showSharePrivately,u=e.showSocialIcons,c=e.showShareInPerson,f=e.showTwitter,p=e.showFacebook,h=e.showLinkedin,v=e.showPinterest,y=e.showWhatsapp,m=e.headingLevel,g=(e.buttonLabel,(0,i.default)("novablocks-sharing__wrap",(0,s.getColorSignalClassnames)(e,!0))),b="h".concat(m);return(0,o.createElement)("div",{className:g},(0,o.createElement)("div",{className:"novablocks-sharing__container"},(0,o.createElement)("div",{className:"novablocks-sharing__content"},(0,o.createElement)(b,{className:"novablocks-sharing__title"},"Sharing Options"),n&&(0,o.createElement)(l,{title:"Use a link for everything",description:"Copy link and paste it anywhere you want it"},(0,o.createElement)("input",{className:"novablocks-sharing__copy-input",type:"text",value:"http://rosa2.work/reservations/",readOnly:""}),(0,o.createElement)("div",{className:"novablocks-sharing__list"},(0,o.createElement)(d,{icon:"link",label:"Copy link to clipboard"}))),r&&(0,o.createElement)(l,{title:"Share privately with friends"},(0,o.createElement)("div",{className:"novablocks-sharing__list"},(0,o.createElement)(d,{icon:"email",label:"Email"}))),u&&(f||p||h)&&(0,o.createElement)(l,{title:"Share publicly on social networks"},(0,o.createElement)("div",{className:"novablocks-sharing__list"},f&&(0,o.createElement)(d,{icon:"twitter",label:"Twitter"}),p&&(0,o.createElement)(d,{icon:"facebook",label:"Facebook"}),h&&(0,o.createElement)(d,{icon:"linkedin",label:"Linkedin"}),v&&(0,o.createElement)(d,{icon:"share",label:"Pinterest"}),y&&(0,o.createElement)(d,{icon:"whatsapp",label:"WhatsApp"}))),c&&(0,o.createElement)(l,{title:"Or maybe you want in person?"},(0,o.createElement)("div",{className:"novablocks-sharing__list"},(0,o.createElement)(d,{icon:"printer",label:"Print"}))),(0,o.createElement)("div",{className:"novablocks-sharing__footer"},"Thanks for spreading the word!"))),(0,o.createElement)("div",{className:"novablocks-sharing__close"},(0,a.getIconSvg)("cancel")))},l=function(t){var e=t.title,n=t.description,r=t.children;return(0,o.createElement)("div",{className:"novablocks-sharing__group novablocks-sharing__group--public"},e&&(0,o.createElement)("h5",{className:"novablocks-sharing__group-title"},e),n&&(0,o.createElement)("div",{className:"novablocks-sharing__group-description"},n),r&&(0,o.createElement)("div",{className:"novablocks-sharing__group-content"},r))},d=function(t){var e=t.icon,n=t.label;return(0,o.createElement)("div",{className:"novablocks-sharing__list-item"},(0,o.createElement)("a",{className:"novablocks-sharing__link",href:"#"},(0,o.createElement)("div",{className:"novablocks-sharing__link-icon"},(0,a.getIconSvg)(e)),(0,o.createElement)("div",{className:"novablocks-sharing__link-label"},n)))},f=function(t){var e=t.isSelected;return(0,o.createElement)(o.Fragment,null,(0,o.createElement)("div",{className:"wp-block-buttons"},(0,o.createElement)("div",{className:"wp-block-button"},(0,o.createElement)("button",{className:"wp-block-button__link"},"View sharing options"))),e&&(0,o.createElement)(c,t),(0,o.createElement)(u.default,t))};e.default=f},261:function(t,e,n){"use strict";var r=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(1),i=r(n(9)),a=n(3),s=n(2);function u(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function c(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?u(Object(n),!0).forEach((function(e){(0,i.default)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):u(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var l=r(n(61)).default.map((function(t){var e=t.charAt(0).toUpperCase()+t.slice(1);return{label:e,attribute:"show".concat(e)}})),d=[{label:(0,a.__)("Copy Link","nova-blocks"),attribute:"showCopy"},{label:(0,a.__)("Share Privately","nova-blocks"),attribute:"showSharePrivately"},{label:(0,a.__)("Social Icons","nova-blocks"),attribute:"showSocialIcons"},{label:(0,a.__)("Show Print","nova-blocks"),attribute:"showShareInPerson"}],f=function(t){var e=t.attributes,n=t.setAttributes,r=e.headingLevel,i=e.showSocialIcons;return(0,o.createElement)(s.ControlsSection,{id:"display",label:(0,a.__)("Display","nova-blocks")},(0,o.createElement)(s.ControlsTab,{label:(0,a.__)("Settings","nova-blocks")},(0,o.createElement)(s.HeadingToolbar,{minLevel:2,maxLevel:5,selectedLevel:r,onChange:function(t){return n({headingLevel:t})}}),(0,o.createElement)(s.ControlsGroup,{title:(0,a.__)("Set up sections for this block","nova-blocks")},(0,o.createElement)(s.ToggleGroup,{onChange:n,toggles:d.map((function(t){return c(c({},t),{},{value:e[t.attribute]})}))})),i&&(0,o.createElement)(s.ControlsGroup,{title:(0,a.__)("Set up social icons","nova-blocks")},(0,o.createElement)(s.ToggleGroup,{onChange:n,toggles:l.map((function(t){return c(c({},t),{},{value:e[t.attribute]})}))}))))};e.default=f},262:function(t){t.exports=JSON.parse('{"showCopy":{"type":"boolean","default":true},"showSharePrivately":{"type":"boolean","default":true},"showSocialIcons":{"type":"boolean","default":true},"showShareInPerson":{"type":"boolean","default":true},"showTwitter":{"type":"boolean","default":true},"showFacebook":{"type":"boolean","default":true},"showLinkedin":{"type":"boolean","default":true},"showPinterest":{"type":"boolean","default":false},"showWhatsapp":{"type":"boolean","default":false},"headingLevel":{"type":"number","default":4},"buttonLabel":{"type":"string","default":"View sharing options"}}')},3:function(t,e){t.exports=window.wp.i18n},4:function(t,e,n){(function(e){var n;n=function(){"use strict";var t=function(t){var e=t.id,n=t.viewBox,r=t.content;this.id=e,this.viewBox=n,this.content=r};function n(t,e){return t(e={exports:{}},e.exports),e.exports}t.prototype.stringify=function(){return this.content},t.prototype.toString=function(){return this.stringify()},t.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))},"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var r=n((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var o;return n&&!0===n.clone&&t(e)?r((o=e,Array.isArray(o)?[]:{}),e,n):e}function n(n,o,i){var a=n.slice();return o.forEach((function(o,s){void 0===a[s]?a[s]=e(o,i):t(o)?a[s]=r(n[s],o,i):-1===n.indexOf(o)&&a.push(e(o,i))})),a}function r(o,i,a){var s=Array.isArray(i),u=(a||{arrayMerge:n}).arrayMerge||n;return s?Array.isArray(o)?u(o,i,a):e(i,a):function(n,o,i){var a={};return t(n)&&Object.keys(n).forEach((function(t){a[t]=e(n[t],i)})),Object.keys(o).forEach((function(s){t(o[s])&&n[s]?a[s]=r(n[s],o[s],i):a[s]=e(o[s],i)})),a}(o,i,a)}return r.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return r(t,n,e)}))},r}()})),o=n((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),i=o.svg,a=o.xlink,s={};s[i.name]=i.uri,s[a.name]=a.uri;var u=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(r(s,e||{}))+">"+t+"</svg>"};return function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n}(u(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(t)},t.exports=n()}).call(this,n(8))},5:function(t,e,n){(function(e){var n;n=function(){"use strict";function t(t,e){return t(e={exports:{}},e.exports),e.exports}"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var n=t((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var o;return n&&!0===n.clone&&t(e)?r((o=e,Array.isArray(o)?[]:{}),e,n):e}function n(n,o,i){var a=n.slice();return o.forEach((function(o,s){void 0===a[s]?a[s]=e(o,i):t(o)?a[s]=r(n[s],o,i):-1===n.indexOf(o)&&a.push(e(o,i))})),a}function r(o,i,a){var s=Array.isArray(i),u=(a||{arrayMerge:n}).arrayMerge||n;return s?Array.isArray(o)?u(o,i,a):e(i,a):function(n,o,i){var a={};return t(n)&&Object.keys(n).forEach((function(t){a[t]=e(n[t],i)})),Object.keys(o).forEach((function(s){t(o[s])&&n[s]?a[s]=r(n[s],o[s],i):a[s]=e(o[s],i)})),a}(o,i,a)}return r.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return r(t,n,e)}))},r}()})),r=t((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),o=r.svg,i=r.xlink,a={};a[o.name]=o.uri,a[i.name]=i.uri;var s,u=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(a,e||{}))+">"+t+"</svg>"},c=r.svg,l=r.xlink,d={attrs:(s={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},s[c.name]=c.uri,s[l.name]=l.uri,s)},f=function(t){this.config=n(d,t||{}),this.symbols=[]};f.prototype.add=function(t){var e=this.symbols,n=this.find(t.id);return n?(e[e.indexOf(n)]=t,!1):(e.push(t),!0)},f.prototype.remove=function(t){var e=this.symbols,n=this.find(t);return!!n&&(e.splice(e.indexOf(n),1),n.destroy(),!0)},f.prototype.find=function(t){return this.symbols.filter((function(e){return e.id===t}))[0]||null},f.prototype.has=function(t){return null!==this.find(t)},f.prototype.stringify=function(){var t=this.config.attrs,e=this.symbols.map((function(t){return t.stringify()})).join("");return u(e,t)},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){this.symbols.forEach((function(t){return t.destroy()}))};var p=function(t){var e=t.id,n=t.viewBox,r=t.content;this.id=e,this.viewBox=n,this.content=r};p.prototype.stringify=function(){return this.content},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var h=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n},v=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return h(u(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(p),y={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},m=function(t){return Array.prototype.slice.call(t,0)},g=function(){return/firefox/i.test(navigator.userAgent)},b=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},w=function(){return/edge/i.test(navigator.userAgent)},_=function(t){return(t||window.location.href).split("#")[0]},E=function(t){angular.module("ng").run(["$rootScope",function(e){e.$on("$locationChangeSuccess",(function(e,n,r){var o,i,a;o=t,i={oldUrl:r,newUrl:n},(a=document.createEvent("CustomEvent")).initCustomEvent(o,!1,!1,i),window.dispatchEvent(a)}))}])},x=function(t,e){return void 0===e&&(e="linearGradient, radialGradient, pattern, mask, clipPath"),m(t.querySelectorAll("symbol")).forEach((function(t){m(t.querySelectorAll(e)).forEach((function(e){t.parentNode.insertBefore(e,t)}))})),t},k=r.xlink.uri,O=/[{}|\\\^\[\]`"<>]/g;function S(t){return t.replace(O,(function(t){return"%"+t[0].charCodeAt(0).toString(16).toUpperCase()}))}var j,P=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],C=P.map((function(t){return"["+t+"]"})).join(","),N=function(t,e,n,r){var o=S(n),i=S(r);(function(t,e){return m(t).reduce((function(t,n){if(!n.attributes)return t;var r=m(n.attributes),o=e?r.filter(e):r;return t.concat(o)}),[])})(t.querySelectorAll(C),(function(t){var e=t.localName,n=t.value;return-1!==P.indexOf(e)&&-1!==n.indexOf("url("+o)})).forEach((function(t){return t.value=t.value.replace(new RegExp(o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(t,e,n){m(t).forEach((function(t){var r=t.getAttribute("xlink:href");if(r&&0===r.indexOf(e)){var o=r.replace(e,n);t.setAttributeNS(k,"xlink:href",o)}}))}(e,o,i)},A="mount",M="symbol_mount",T=function(t){function e(e){var r=this;void 0===e&&(e={}),t.call(this,n(y,e));var o,i=(o=o||Object.create(null),{on:function(t,e){(o[t]||(o[t]=[])).push(e)},off:function(t,e){o[t]&&o[t].splice(o[t].indexOf(e)>>>0,1)},emit:function(t,e){(o[t]||[]).map((function(t){t(e)})),(o["*"]||[]).map((function(n){n(t,e)}))}});this._emitter=i,this.node=null;var a=this.config;if(a.autoConfigure&&this._autoConfigure(e),a.syncUrlsWithBaseTag){var s=document.getElementsByTagName("base")[0].getAttribute("href");i.on(A,(function(){return r.updateUrls("#",s)}))}var u=this._handleLocationChange.bind(this);this._handleLocationChange=u,a.listenLocationChangeEvent&&window.addEventListener(a.locationChangeEvent,u),a.locationChangeAngularEmitter&&E(a.locationChangeEvent),i.on(A,(function(t){a.moveGradientsOutsideSymbol&&x(t)})),i.on(M,(function(t){var e;a.moveGradientsOutsideSymbol&&x(t.parentNode),(b()||w())&&(e=[],m(t.querySelectorAll("style")).forEach((function(t){t.textContent+="",e.push(t)})))}))}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var r={isMounted:{}};return r.isMounted.get=function(){return!!this.node},e.prototype._autoConfigure=function(t){var e=this.config;void 0===t.syncUrlsWithBaseTag&&(e.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===t.locationChangeAngularEmitter&&(e.locationChangeAngularEmitter=void 0!==window.angular),void 0===t.moveGradientsOutsideSymbol&&(e.moveGradientsOutsideSymbol=g())},e.prototype._handleLocationChange=function(t){var e=t.detail,n=e.oldUrl,r=e.newUrl;this.updateUrls(n,r)},e.prototype.add=function(e){var n=t.prototype.add.call(this,e);return this.isMounted&&n&&(e.mount(this.node),this._emitter.emit(M,e.node)),n},e.prototype.attach=function(t){var e=this,n=this;if(n.isMounted)return n.node;var r="string"==typeof t?document.querySelector(t):t;return n.node=r,this.symbols.forEach((function(t){t.mount(n.node),e._emitter.emit(M,t.node)})),m(r.querySelectorAll("symbol")).forEach((function(t){var e=v.createFromExistingNode(t);e.node=t,n.add(e)})),this._emitter.emit(A,r),r},e.prototype.destroy=function(){var t=this.config,e=this.symbols,n=this._emitter;e.forEach((function(t){return t.destroy()})),n.off("*"),window.removeEventListener(t.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},e.prototype.mount=function(t,e){if(void 0===t&&(t=this.config.mountTo),void 0===e&&(e=!1),this.isMounted)return this.node;var n="string"==typeof t?document.querySelector(t):t,r=this.render();return this.node=r,e&&n.childNodes[0]?n.insertBefore(r,n.childNodes[0]):n.appendChild(r),this._emitter.emit(A,r),r},e.prototype.render=function(){return h(this.stringify())},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},e.prototype.updateUrls=function(t,e){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return N(this.node,n,_(t)+"#",_(e)+"#"),!0},Object.defineProperties(e.prototype,r),e}(f),L=t((function(t){var e,n,r,o,i;t.exports=(n=[],r=document,o=r.documentElement.doScroll,(i=(o?/^loaded|^c/:/^loaded|^i|^c/).test(r.readyState))||r.addEventListener("DOMContentLoaded",e=function(){for(r.removeEventListener("DOMContentLoaded",e),i=1;e=n.shift();)e()}),function(t){i?setTimeout(t,0):n.push(t)})}));window.__SVG_SPRITE__?j=window.__SVG_SPRITE__:(j=new T({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=j);var B=function(){var t=document.getElementById("__SVG_SPRITE_NODE__");t?j.attach(t):j.mount(document.body,!0)};return document.body?B():L(B),j},t.exports=n()}).call(this,n(8))},61:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default=["twitter","facebook","linkedin","pinterest","whatsapp"]},7:function(t,e){t.exports=window.wp.blocks},8:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},9:function(t,e){t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},t.exports.__esModule=!0,t.exports.default=t.exports}});
  • nova-blocks/trunk/build/block-library/blocks/sidecar-area/index.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('novablocks-block-editor', 'wp-block-editor', 'wp-blocks', 'wp-element', 'wp-polyfill'), 'version' => 'fab5b923efb65cd747f5a1961f5bf24e');
     1<?php return array('dependencies' => array('novablocks-block-editor', 'wp-block-editor', 'wp-blocks', 'wp-element', 'wp-polyfill'), 'version' => 'fe01b149542554b3a1f2efcf51d47cab');
  • nova-blocks/trunk/build/block-library/blocks/sidecar-area/index.js

    r2719178 r2721032  
    1 !function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=262)}({0:function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},1:function(e,t){e.exports=window.wp.element},12:function(e,t,r){var n;
     1!function(e){var t={};function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}r.m=e,r.c=t,r.d=function(e,t,n){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(r.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)r.d(n,o,function(t){return e[t]}.bind(null,o));return n},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=263)}({0:function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},1:function(e,t){e.exports=window.wp.element},12:function(e,t,r){var n;
    22/*!
    33  Copyright (c) 2018 Jed Watson.
    44  Licensed under the MIT License (MIT), see
    55  http://jedwatson.github.io/classnames
    6 */!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var a=typeof n;if("string"===a||"number"===a)e.push(n);else if(Array.isArray(n)){if(n.length){var u=o.apply(null,n);u&&e.push(u)}}else if("object"===a)if(n.toString===Object.prototype.toString)for(var i in n)r.call(n,i)&&n[i]&&e.push(i);else e.push(n.toString())}}return e.join(" ")}e.exports?(o.default=o,e.exports=o):void 0===(n=function(){return o}.apply(t,[]))||(e.exports=n)}()},2:function(e,t){e.exports=window.novablocks.blockEditor},262:function(e,t,r){"use strict";var n=r(0),o=r(1),a=n(r(9)),u=r(7),i=r(6),c=n(r(263));function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function s(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){(0,a.default)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var f={areaName:{type:"string",default:"content"}};(0,u.registerBlockType)("novablocks/sidecar-area",{attributes:f,edit:c.default,save:function(){return(0,o.createElement)(i.InnerBlocks.Content,null)},deprecated:[{attributes:f,isEligible:function(e,t){return"string"==typeof(null==e?void 0:e.className)&&(null==e?void 0:e.className.indexOf("novablocks-sidebar"))>-1},migrate:function(e,t){var r=e.className.replace("novablocks-sidebar","");return[s(s({},e),{},{areaName:"sidebar",className:r}),t]},save:function(){return(0,o.createElement)(i.InnerBlocks.Content,null)}}]})},263:function(e,t,r){"use strict";var n=r(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(1),a=n(r(12)),u=r(2),i=r(6),c=function(e){(0,u.useSelectParent)(e);var t=(0,a.default)(e.className,"nb-sidecar-area","nb-sidecar-area--".concat(e.attributes.areaName),{"nb-content-layout-grid":"content"===e.attributes.areaName}),r=(0,i.useBlockProps)({className:t,style:e.style}),n=(0,i.useInnerBlocksProps)(r,{templateLock:!1,renderAppender:i.InnerBlocks.ButtonBlockAppender});return(0,o.createElement)("div",n)};t.default=c},6:function(e,t){e.exports=window.wp.blockEditor},7:function(e,t){e.exports=window.wp.blocks},9:function(e,t){e.exports=function(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e},e.exports.__esModule=!0,e.exports.default=e.exports}});
     6*/!function(){"use strict";var r={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var a=typeof n;if("string"===a||"number"===a)e.push(n);else if(Array.isArray(n)){if(n.length){var u=o.apply(null,n);u&&e.push(u)}}else if("object"===a)if(n.toString===Object.prototype.toString)for(var i in n)r.call(n,i)&&n[i]&&e.push(i);else e.push(n.toString())}}return e.join(" ")}e.exports?(o.default=o,e.exports=o):void 0===(n=function(){return o}.apply(t,[]))||(e.exports=n)}()},2:function(e,t){e.exports=window.novablocks.blockEditor},263:function(e,t,r){"use strict";var n=r(0),o=r(1),a=n(r(9)),u=r(7),i=r(6),c=n(r(264));function l(e,t){var r=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),r.push.apply(r,n)}return r}function s(e){for(var t=1;t<arguments.length;t++){var r=null!=arguments[t]?arguments[t]:{};t%2?l(Object(r),!0).forEach((function(t){(0,a.default)(e,t,r[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(r)):l(Object(r)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(r,t))}))}return e}var f={areaName:{type:"string",default:"content"}};(0,u.registerBlockType)("novablocks/sidecar-area",{attributes:f,edit:c.default,save:function(){return(0,o.createElement)(i.InnerBlocks.Content,null)},deprecated:[{attributes:f,isEligible:function(e,t){return"string"==typeof(null==e?void 0:e.className)&&(null==e?void 0:e.className.indexOf("novablocks-sidebar"))>-1},migrate:function(e,t){var r=e.className.replace("novablocks-sidebar","");return[s(s({},e),{},{areaName:"sidebar",className:r}),t]},save:function(){return(0,o.createElement)(i.InnerBlocks.Content,null)}}]})},264:function(e,t,r){"use strict";var n=r(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=r(1),a=n(r(12)),u=r(2),i=r(6),c=function(e){(0,u.useSelectParent)(e);var t=(0,a.default)(e.className,"nb-sidecar-area","nb-sidecar-area--".concat(e.attributes.areaName),{"nb-content-layout-grid":"content"===e.attributes.areaName}),r=(0,i.useBlockProps)({className:t,style:e.style}),n=(0,i.useInnerBlocksProps)(r,{templateLock:!1,renderAppender:i.InnerBlocks.ButtonBlockAppender});return(0,o.createElement)("div",n)};t.default=c},6:function(e,t){e.exports=window.wp.blockEditor},7:function(e,t){e.exports=window.wp.blocks},9:function(e,t){e.exports=function(e,t,r){return t in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e},e.exports.__esModule=!0,e.exports.default=e.exports}});
  • nova-blocks/trunk/build/block-library/blocks/sidecar/index.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('novablocks-block-editor', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '0dbe1cb2f07f63e261237a60fafdf9cd');
     1<?php return array('dependencies' => array('novablocks-block-editor', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'e5ca6545dabaef9796693e22578aafa9');
  • nova-blocks/trunk/build/block-library/blocks/sidecar/index.js

    r2719178 r2721032  
    1 !function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=264)}({0:function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},1:function(e,t){e.exports=window.wp.element},11:function(e,t){e.exports=window.wp.components},12:function(e,t,n){var r;
     1!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=265)}({0:function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},1:function(e,t){e.exports=window.wp.element},11:function(e,t){e.exports=window.wp.components},12:function(e,t,n){var r;
    22/*!
    33  Copyright (c) 2018 Jed Watson.
    44  Licensed under the MIT License (MIT), see
    55  http://jedwatson.github.io/classnames
    6 */!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var i=typeof r;if("string"===i||"number"===i)e.push(r);else if(Array.isArray(r)){if(r.length){var a=o.apply(null,r);a&&e.push(a)}}else if("object"===i)if(r.toString===Object.prototype.toString)for(var l in r)n.call(r,l)&&r[l]&&e.push(l);else e.push(r.toString())}}return e.join(" ")}e.exports?(o.default=o,e.exports=o):void 0===(r=function(){return o}.apply(t,[]))||(e.exports=r)}()},13:function(e,t){e.exports=window.wp.data},2:function(e,t){e.exports=window.novablocks.blockEditor},20:function(e,t){function n(t){return e.exports=n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,n(t)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports},264:function(e,t,n){"use strict";var r=n(0),o=n(1),i=n(7),a=n(6),l=n(2),u=r(n(265)),s=r(n(73)),c=r(n(269)),d=r(n(270)),f=r(n(271));(0,i.registerBlockType)("novablocks/sidecar",{icon:(0,l.getSvg)(c.default),attributes:d.default,edit:u.default,save:function(){return(0,o.createElement)(a.InnerBlocks.Content,null)},transforms:f.default,variations:s.default})},265:function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(1),i=r(n(9)),a=r(n(12)),l=n(6),u=(r(n(73)),n(2)),s=r(n(267)),c=r(n(268));function d(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function f(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?d(Object(n),!0).forEach((function(t){(0,i.default)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):d(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var p=function(e){var t=e.attributes,n=t.sidebarWidth,r=t.sidebarPosition,i=t.lastItemIsSticky,d=t.contentFontSize,p=t.sidebarFontSize,h=e.clientId,y=(0,u.useInnerBlocks)(h),b=(0,a.default)("nb-sidecar","nb-sidecar--sidebar-".concat(r),"nb-sidecar--sidebar-".concat(n),"nb-content-layout-grid",{"nb-sidecar--sticky-sidebar":!0===i}),m=(0,l.useBlockProps)({style:f(f({},e.style),{},{"--nb-sidecar-content-font-size-base":"var(--nb-font-size-".concat(d,")"),"--nb-sidecar-sidebar-font-size-base":"var(--nb-font-size-".concat(p,")")}),className:b}),g=(0,l.useInnerBlocksProps)(m,{renderAppender:!1,templateLock:"all",allowedBlocks:["novablocks/sidecar-area"]});return y.length?(0,o.createElement)(o.Fragment,null,(0,o.createElement)(c.default,e),(0,o.createElement)(s.default,e),(0,o.createElement)("div",g)):(0,o.createElement)(u.VariationPicker,e)};t.default=p},266:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.sidebarRight=t.sidebarNone=t.sidebarLeft=void 0;var r=n(1),o=(0,r.createElement)("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("rect",{x:"0.5",y:"0.5",width:"47",height:"47",fill:"white",stroke:"#F4F5F8"}),(0,r.createElement)("rect",{x:"4",y:"10",width:"27",height:"28",fill:"#C4C7D5"}),(0,r.createElement)("rect",{x:"34",y:"10",width:"10",height:"28",fill:"#FAC919"}));t.sidebarRight=o;var i=(0,r.createElement)("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("rect",{x:"0.5",y:"0.5",width:"47",height:"47",fill:"white",stroke:"#F4F5F8"}),(0,r.createElement)("rect",{x:"17",y:"10",width:"27",height:"28",fill:"#C4C7D5"}),(0,r.createElement)("rect",{x:"4",y:"10",width:"10",height:"28",fill:"#FAC919"}));t.sidebarLeft=i;var a=(0,r.createElement)("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("rect",{x:"0.5",y:"0.5",width:"47",height:"47",fill:"white",stroke:"#F4F5F8"}),(0,r.createElement)("rect",{x:"10",y:"10",width:"28",height:"28",fill:"#C4C7D5"}));t.sidebarNone=a},267:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(1),o=n(3),i=n(11),a=n(6),l=n(2),u=n(13),s=n(7),c=function(e){var t=e.attributes,n=e.setAttributes,a=t.contentFontSize,u=t.sidebarFontSize,s=[{label:(0,o.__)("Smallest","nova-blocks"),value:"smallest"},{label:(0,o.__)("Smaller","nova-blocks"),value:"smaller"},{label:(0,o.__)("Normal","nova-blocks"),value:"normal"},{label:(0,o.__)("Larger","nova-blocks"),value:"larger"},{label:(0,o.__)("Largest","nova-blocks"),value:"largest"}];return(0,r.createElement)(l.ControlsGroup,null,(0,r.createElement)(i.SelectControl,{key:"sidecar-content-font-controls",label:(0,o.__)("Content Font Size","nova-blocks"),value:a,options:s,onChange:function(e){n({contentFontSize:e})}}),(0,r.createElement)(i.SelectControl,{key:"sidecar-sidebar-font-controls",label:(0,o.__)("Sidebar Font Size","nova-blocks"),value:u,options:s,onChange:function(e){n({sidebarFontSize:e})}}))},d=function(e){var t=e.attributes,n=e.setAttributes,d=e.clientId,f=t.sidebarWidth,p=t.sidebarPosition,h=t.lastItemIsSticky,y=t.tagName,b=void 0===y?"div":y,m=(0,u.useDispatch)("core/block-editor").replaceInnerBlocks,g=(0,l.useInnerBlocks)(d),_=(0,r.useRef)([]),v={header:(0,o.__)("The <header> element should represent introductory content, typically a group of introductory or navigational aids.","nova-blocks"),main:(0,o.__)("The <main> element should be used for the primary content of your document only. ","nova-blocks"),section:(0,o.__)("The <section> element should represent a standalone portion of the document that can't be better represented by another element.","nova-blocks"),article:(0,o.__)("The <article> element should represent a self contained, syndicatable portion of the document.","nova-blocks"),aside:(0,o.__)("The <aside> element should represent a portion of a document whose content is only indirectly related to the document's main content.","nova-blocks"),footer:(0,o.__)("The <footer> element should represent a footer for its nearest sectioning element (e.g.: <section>, <article>, <main> etc.).","nova-blocks")};return(0,r.createElement)(r.Fragment,null,(0,r.createElement)(l.ControlsSection,{id:"layout",order:10,label:(0,o.__)("Sidecar Layout","nova-blocks"),group:(0,o.__)("Block Anatomy","nova-blocks"),key:"sidecar_layout"},(0,r.createElement)(l.ControlsTab,{label:(0,o.__)("Settings","nova-blocks")},(0,r.createElement)(l.ControlsGroup,null,(0,r.createElement)(i.RadioControl,{key:"sidecar-sidebar-position",label:(0,o.__)("Sidebar Position","nova-blocks"),selected:p,options:[{label:(0,o.__)("Show sidebar on left","nova-blocks"),value:"left"},{label:(0,o.__)("Show sidebar on right","nova-blocks"),value:"right"},{label:(0,o.__)("No sidebar","nova-blocks"),value:"none"}],onChange:function(e){if("none"===e){var t=g.find((function(e){return"sidebar"===e.attributes.areaName}));_.current=(null==t?void 0:t.innerBlocks)||[],m(d,g.filter((function(e){return"sidebar"!==e.attributes.areaName})))}else{var r=(0,s.createBlock)("novablocks/sidecar-area",{areaName:"sidebar"},_.current);m(d,g.concat([r]))}n({sidebarPosition:e})}}),(0,r.createElement)(i.RadioControl,{key:"sidecar-sidebar-controls",label:(0,o.__)("Sidebar Size","nova-blocks"),selected:f,options:[{label:(0,o.__)("Small","nova-blocks"),value:"small"},{label:(0,o.__)("Medium","nova-blocks"),value:"medium"},{label:(0,o.__)("Large","nova-blocks"),value:"large"}],onChange:function(e){n({sidebarWidth:e})}})),"none"!==p&&(0,r.createElement)(l.ControlsGroup,null,(0,r.createElement)(i.ToggleControl,{label:(0,o.__)("Enable sticky sidebar on scroll","nova-blocks"),help:h?(0,o.__)("The last item inside sidebar will be sticky on scroll.","nova-blocks"):(0,o.__)("All blocks inside sidebar will be static.","nova-blocks"),checked:h,onChange:function(){return n({lastItemIsSticky:!h})}})),(0,r.createElement)(c,e))),(0,r.createElement)(a.InspectorControls,{__experimentalGroup:"advanced"},(0,r.createElement)(i.SelectControl,{label:(0,o.__)("HTML element","nova-blocks"),options:[{label:(0,o.__)("Default (<div>)","nova-blocks"),value:"div"},{label:"<header>",value:"header"},{label:"<main>",value:"main"},{label:"<section>",value:"section"},{label:"<article>",value:"article"},{label:"<aside>",value:"aside"},{label:"<footer>",value:"footer"}],value:b,onChange:function(e){return n({tagName:e})},help:v[b]})))};t.default=d},268:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(1),o=n(3),i=n(6),a=n(11),l={left:{icon:"align-pull-left",label:(0,o.__)("Show Sidebar on Left Side","nova-blocks")},right:{icon:"align-pull-right",label:(0,o.__)("Show Sidebar on Right Side","nova-blocks")}},u=function(e){var t=e.attributes,n=e.setAttributes,o=t.sidebarPosition;return"none"===o?null:(0,r.createElement)(i.BlockControls,null,(0,r.createElement)(a.ToolbarGroup,null,Object.keys(l).map((function(e){return(0,r.createElement)(a.ToolbarButton,{icon:l[e].icon,label:l[e].label,key:e,isActive:e===o,onClick:function(){n({sidebarPosition:e})}})}))))};t.default=u},269:function(e,t,n){"use strict";n.r(t);var r=n(4),o=n.n(r),i=n(5),a=n.n(i),l=new o.a({id:"block-library-sidecar/sidecar",use:"block-library-sidecar/sidecar-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-sidecar/sidecar"><path fill-rule="evenodd" clip-rule="evenodd" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-10.014 3.187L9.244 18.95C7.933 19.991 6 19.058 6 17.385V6.615c0-1.673 1.933-2.607 3.244-1.566l4.742 3.765-2.032 1.624a2 2 0 0 0 0 3.124l2.032 1.625Z" fill="#6565F2" /><path d="M13.03 11.208a1 1 0 0 0 0 1.584l4.11 3.165a1 1 0 0 0 1.61-.793V8.836a1 1 0 0 0-1.61-.793l-4.11 3.165Z" fill="#FFE42E" /></symbol>'});a.a.add(l);t.default=l},270:function(e){e.exports=JSON.parse('{"sidebarWidth":{"type":"string","default":"small"},"sidebarPosition":{"type":"string","default":"none"},"lastItemIsSticky":{"type":"boolean","default":false},"tagName":{"type":"string","default":"div"},"anchor":{"type":"string","default":""},"templateLock":{"type":["string","boolean"],"enum":["all","insert",false]},"contentFontSize":{"type":"string","default":"normal"},"sidebarFontSize":{"type":"string","default":"normal"}}')},271:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(7),o={from:[{type:"block",blocks:["core/group"],transform:function(e,t){var n=(0,r.createBlock)("novablocks/sidecar-area",{areaName:"content"},t);return(0,r.createBlock)("novablocks/sidecar",e,[n])}}]};t.default=o},3:function(e,t){e.exports=window.wp.i18n},4:function(e,t,n){(function(t){var n;n=function(){"use strict";var e=function(e){var t=e.id,n=e.viewBox,r=e.content;this.id=t,this.viewBox=n,this.content=r};function n(e,t){return e(t={exports:{}},t.exports),t.exports}e.prototype.stringify=function(){return this.content},e.prototype.toString=function(){return this.stringify()},e.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))},"undefined"!=typeof window?window:void 0!==t||"undefined"!=typeof self&&self;var r=n((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,n){var o;return n&&!0===n.clone&&e(t)?r((o=t,Array.isArray(o)?[]:{}),t,n):t}function n(n,o,i){var a=n.slice();return o.forEach((function(o,l){void 0===a[l]?a[l]=t(o,i):e(o)?a[l]=r(n[l],o,i):-1===n.indexOf(o)&&a.push(t(o,i))})),a}function r(o,i,a){var l=Array.isArray(i),u=(a||{arrayMerge:n}).arrayMerge||n;return l?Array.isArray(o)?u(o,i,a):t(i,a):function(n,o,i){var a={};return e(n)&&Object.keys(n).forEach((function(e){a[e]=t(n[e],i)})),Object.keys(o).forEach((function(l){e(o[l])&&n[l]?a[l]=r(n[l],o[l],i):a[l]=t(o[l],i)})),a}(o,i,a)}return r.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return r(e,n,t)}))},r}()})),o=n((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),i=o.svg,a=o.xlink,l={};l[i.name]=i.uri,l[a.name]=a.uri;var u=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(r(l,t||{}))+">"+e+"</svg>"};return function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n}(u(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(e)},e.exports=n()}).call(this,n(8))},5:function(e,t,n){(function(t){var n;n=function(){"use strict";function e(e,t){return e(t={exports:{}},t.exports),t.exports}"undefined"!=typeof window?window:void 0!==t||"undefined"!=typeof self&&self;var n=e((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,n){var o;return n&&!0===n.clone&&e(t)?r((o=t,Array.isArray(o)?[]:{}),t,n):t}function n(n,o,i){var a=n.slice();return o.forEach((function(o,l){void 0===a[l]?a[l]=t(o,i):e(o)?a[l]=r(n[l],o,i):-1===n.indexOf(o)&&a.push(t(o,i))})),a}function r(o,i,a){var l=Array.isArray(i),u=(a||{arrayMerge:n}).arrayMerge||n;return l?Array.isArray(o)?u(o,i,a):t(i,a):function(n,o,i){var a={};return e(n)&&Object.keys(n).forEach((function(e){a[e]=t(n[e],i)})),Object.keys(o).forEach((function(l){e(o[l])&&n[l]?a[l]=r(n[l],o[l],i):a[l]=t(o[l],i)})),a}(o,i,a)}return r.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return r(e,n,t)}))},r}()})),r=e((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),o=r.svg,i=r.xlink,a={};a[o.name]=o.uri,a[i.name]=i.uri;var l,u=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(a,t||{}))+">"+e+"</svg>"},s=r.svg,c=r.xlink,d={attrs:(l={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},l[s.name]=s.uri,l[c.name]=c.uri,l)},f=function(e){this.config=n(d,e||{}),this.symbols=[]};f.prototype.add=function(e){var t=this.symbols,n=this.find(e.id);return n?(t[t.indexOf(n)]=e,!1):(t.push(e),!0)},f.prototype.remove=function(e){var t=this.symbols,n=this.find(e);return!!n&&(t.splice(t.indexOf(n),1),n.destroy(),!0)},f.prototype.find=function(e){return this.symbols.filter((function(t){return t.id===e}))[0]||null},f.prototype.has=function(e){return null!==this.find(e)},f.prototype.stringify=function(){var e=this.config.attrs,t=this.symbols.map((function(e){return e.stringify()})).join("");return u(t,e)},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){this.symbols.forEach((function(e){return e.destroy()}))};var p=function(e){var t=e.id,n=e.viewBox,r=e.content;this.id=t,this.viewBox=n,this.content=r};p.prototype.stringify=function(){return this.content},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))};var h=function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n},y=function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return h(u(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(p),b={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},m=function(e){return Array.prototype.slice.call(e,0)},g=function(){return/firefox/i.test(navigator.userAgent)},_=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},v=function(){return/edge/i.test(navigator.userAgent)},w=function(e){return(e||window.location.href).split("#")[0]},x=function(e){angular.module("ng").run(["$rootScope",function(t){t.$on("$locationChangeSuccess",(function(t,n,r){var o,i,a;o=e,i={oldUrl:r,newUrl:n},(a=document.createEvent("CustomEvent")).initCustomEvent(o,!1,!1,i),window.dispatchEvent(a)}))}])},S=function(e,t){return void 0===t&&(t="linearGradient, radialGradient, pattern, mask, clipPath"),m(e.querySelectorAll("symbol")).forEach((function(e){m(e.querySelectorAll(t)).forEach((function(t){e.parentNode.insertBefore(t,e)}))})),e},E=r.xlink.uri,k=/[{}|\\\^\[\]`"<>]/g;function O(e){return e.replace(k,(function(e){return"%"+e[0].charCodeAt(0).toString(16).toUpperCase()}))}var C,j=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],P=j.map((function(e){return"["+e+"]"})).join(","),A=function(e,t,n,r){var o=O(n),i=O(r);(function(e,t){return m(e).reduce((function(e,n){if(!n.attributes)return e;var r=m(n.attributes),o=t?r.filter(t):r;return e.concat(o)}),[])})(e.querySelectorAll(P),(function(e){var t=e.localName,n=e.value;return-1!==j.indexOf(t)&&-1!==n.indexOf("url("+o)})).forEach((function(e){return e.value=e.value.replace(new RegExp(o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(e,t,n){m(e).forEach((function(e){var r=e.getAttribute("xlink:href");if(r&&0===r.indexOf(t)){var o=r.replace(t,n);e.setAttributeNS(E,"xlink:href",o)}}))}(t,o,i)},M="mount",B="symbol_mount",N=function(e){function t(t){var r=this;void 0===t&&(t={}),e.call(this,n(b,t));var o,i=(o=o||Object.create(null),{on:function(e,t){(o[e]||(o[e]=[])).push(t)},off:function(e,t){o[e]&&o[e].splice(o[e].indexOf(t)>>>0,1)},emit:function(e,t){(o[e]||[]).map((function(e){e(t)})),(o["*"]||[]).map((function(n){n(e,t)}))}});this._emitter=i,this.node=null;var a=this.config;if(a.autoConfigure&&this._autoConfigure(t),a.syncUrlsWithBaseTag){var l=document.getElementsByTagName("base")[0].getAttribute("href");i.on(M,(function(){return r.updateUrls("#",l)}))}var u=this._handleLocationChange.bind(this);this._handleLocationChange=u,a.listenLocationChangeEvent&&window.addEventListener(a.locationChangeEvent,u),a.locationChangeAngularEmitter&&x(a.locationChangeEvent),i.on(M,(function(e){a.moveGradientsOutsideSymbol&&S(e)})),i.on(B,(function(e){var t;a.moveGradientsOutsideSymbol&&S(e.parentNode),(_()||v())&&(t=[],m(e.querySelectorAll("style")).forEach((function(e){e.textContent+="",t.push(e)})))}))}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var r={isMounted:{}};return r.isMounted.get=function(){return!!this.node},t.prototype._autoConfigure=function(e){var t=this.config;void 0===e.syncUrlsWithBaseTag&&(t.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===e.locationChangeAngularEmitter&&(t.locationChangeAngularEmitter=void 0!==window.angular),void 0===e.moveGradientsOutsideSymbol&&(t.moveGradientsOutsideSymbol=g())},t.prototype._handleLocationChange=function(e){var t=e.detail,n=t.oldUrl,r=t.newUrl;this.updateUrls(n,r)},t.prototype.add=function(t){var n=e.prototype.add.call(this,t);return this.isMounted&&n&&(t.mount(this.node),this._emitter.emit(B,t.node)),n},t.prototype.attach=function(e){var t=this,n=this;if(n.isMounted)return n.node;var r="string"==typeof e?document.querySelector(e):e;return n.node=r,this.symbols.forEach((function(e){e.mount(n.node),t._emitter.emit(B,e.node)})),m(r.querySelectorAll("symbol")).forEach((function(e){var t=y.createFromExistingNode(e);t.node=e,n.add(t)})),this._emitter.emit(M,r),r},t.prototype.destroy=function(){var e=this.config,t=this.symbols,n=this._emitter;t.forEach((function(e){return e.destroy()})),n.off("*"),window.removeEventListener(e.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},t.prototype.mount=function(e,t){if(void 0===e&&(e=this.config.mountTo),void 0===t&&(t=!1),this.isMounted)return this.node;var n="string"==typeof e?document.querySelector(e):e,r=this.render();return this.node=r,t&&n.childNodes[0]?n.insertBefore(r,n.childNodes[0]):n.appendChild(r),this._emitter.emit(M,r),r},t.prototype.render=function(){return h(this.stringify())},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},t.prototype.updateUrls=function(e,t){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return A(this.node,n,w(e)+"#",w(t)+"#"),!0},Object.defineProperties(t.prototype,r),t}(f),T=e((function(e){var t,n,r,o,i;e.exports=(n=[],r=document,o=r.documentElement.doScroll,(i=(o?/^loaded|^c/:/^loaded|^i|^c/).test(r.readyState))||r.addEventListener("DOMContentLoaded",t=function(){for(r.removeEventListener("DOMContentLoaded",t),i=1;t=n.shift();)t()}),function(e){i?setTimeout(e,0):n.push(e)})}));window.__SVG_SPRITE__?C=window.__SVG_SPRITE__:(C=new N({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=C);var F=function(){var e=document.getElementById("__SVG_SPRITE_NODE__");e?C.attach(e):C.mount(document.body,!0)};return document.body?F():T(F),C},e.exports=n()}).call(this,n(8))},6:function(e,t){e.exports=window.wp.blockEditor},7:function(e,t){e.exports=window.wp.blocks},73:function(e,t,n){"use strict";var r=n(20);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(3),i=function(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var n=a(t);if(n&&n.has(e))return n.get(e);var o={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in e)if("default"!==l&&Object.prototype.hasOwnProperty.call(e,l)){var u=i?Object.getOwnPropertyDescriptor(e,l):null;u&&(u.get||u.set)?Object.defineProperty(o,l,u):o[l]=e[l]}o.default=e,n&&n.set(e,o);return o}(n(266));function a(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(a=function(e){return e?n:t})(e)}var l=[{name:"sidebar-left",title:(0,o.__)("Sidebar Left with Content on the right","nova-blocks"),icon:i.sidebarLeft,attributes:{sidebarPosition:"left"},innerBlocks:[["novablocks/sidecar-area",{areaName:"content"}],["novablocks/sidecar-area",{areaName:"sidebar"}]],scope:["block"]},{name:"sidebar-right",title:(0,o.__)("Sidebar Right with Content on the left","nova-blocks"),icon:i.sidebarRight,attributes:{sidebarPosition:"right"},innerBlocks:[["novablocks/sidecar-area",{areaName:"content"}],["novablocks/sidecar-area",{areaName:"sidebar"}]],scope:["block"]},{name:"none",isDefault:!0,title:(0,o.__)("Centered Content with no Sidebar","nova-blocks"),icon:i.sidebarNone,attributes:{sidebarPosition:"none"},innerBlocks:[["novablocks/sidecar-area",{areaName:"content"}]],scope:["block"]}];t.default=l},8:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},9:function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},e.exports.__esModule=!0,e.exports.default=e.exports}});
     6*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var e=[],t=0;t<arguments.length;t++){var r=arguments[t];if(r){var i=typeof r;if("string"===i||"number"===i)e.push(r);else if(Array.isArray(r)){if(r.length){var a=o.apply(null,r);a&&e.push(a)}}else if("object"===i)if(r.toString===Object.prototype.toString)for(var l in r)n.call(r,l)&&r[l]&&e.push(l);else e.push(r.toString())}}return e.join(" ")}e.exports?(o.default=o,e.exports=o):void 0===(r=function(){return o}.apply(t,[]))||(e.exports=r)}()},13:function(e,t){e.exports=window.wp.data},2:function(e,t){e.exports=window.novablocks.blockEditor},20:function(e,t){function n(t){return e.exports=n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e.exports.__esModule=!0,e.exports.default=e.exports,n(t)}e.exports=n,e.exports.__esModule=!0,e.exports.default=e.exports},265:function(e,t,n){"use strict";var r=n(0),o=n(1),i=n(7),a=n(6),l=n(2),u=r(n(266)),s=r(n(73)),c=r(n(270)),d=r(n(271)),f=r(n(272));(0,i.registerBlockType)("novablocks/sidecar",{icon:(0,l.getSvg)(c.default),attributes:d.default,edit:u.default,save:function(){return(0,o.createElement)(a.InnerBlocks.Content,null)},transforms:f.default,variations:s.default})},266:function(e,t,n){"use strict";var r=n(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(1),i=r(n(9)),a=r(n(12)),l=n(6),u=(r(n(73)),n(2)),s=r(n(268)),c=r(n(269));function d(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(e);t&&(r=r.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),n.push.apply(n,r)}return n}function f(e){for(var t=1;t<arguments.length;t++){var n=null!=arguments[t]?arguments[t]:{};t%2?d(Object(n),!0).forEach((function(t){(0,i.default)(e,t,n[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(n)):d(Object(n)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(n,t))}))}return e}var p=function(e){var t=e.attributes,n=t.sidebarWidth,r=t.sidebarPosition,i=t.lastItemIsSticky,d=t.contentFontSize,p=t.sidebarFontSize,h=e.clientId,y=(0,u.useInnerBlocks)(h),b=(0,a.default)("nb-sidecar","nb-sidecar--sidebar-".concat(r),"nb-sidecar--sidebar-".concat(n),"nb-content-layout-grid",{"nb-sidecar--sticky-sidebar":!0===i}),m=(0,l.useBlockProps)({style:f(f({},e.style),{},{"--nb-sidecar-content-font-size-base":"var(--nb-font-size-".concat(d,")"),"--nb-sidecar-sidebar-font-size-base":"var(--nb-font-size-".concat(p,")")}),className:b}),g=(0,l.useInnerBlocksProps)(m,{renderAppender:!1,templateLock:"all",allowedBlocks:["novablocks/sidecar-area"]});return y.length?(0,o.createElement)(o.Fragment,null,(0,o.createElement)(c.default,e),(0,o.createElement)(s.default,e),(0,o.createElement)("div",g)):(0,o.createElement)(u.VariationPicker,e)};t.default=p},267:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.sidebarRight=t.sidebarNone=t.sidebarLeft=void 0;var r=n(1),o=(0,r.createElement)("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("rect",{x:"0.5",y:"0.5",width:"47",height:"47",fill:"white",stroke:"#F4F5F8"}),(0,r.createElement)("rect",{x:"4",y:"10",width:"27",height:"28",fill:"#C4C7D5"}),(0,r.createElement)("rect",{x:"34",y:"10",width:"10",height:"28",fill:"#FAC919"}));t.sidebarRight=o;var i=(0,r.createElement)("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("rect",{x:"0.5",y:"0.5",width:"47",height:"47",fill:"white",stroke:"#F4F5F8"}),(0,r.createElement)("rect",{x:"17",y:"10",width:"27",height:"28",fill:"#C4C7D5"}),(0,r.createElement)("rect",{x:"4",y:"10",width:"10",height:"28",fill:"#FAC919"}));t.sidebarLeft=i;var a=(0,r.createElement)("svg",{width:"48",height:"48",viewBox:"0 0 48 48",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,r.createElement)("rect",{x:"0.5",y:"0.5",width:"47",height:"47",fill:"white",stroke:"#F4F5F8"}),(0,r.createElement)("rect",{x:"10",y:"10",width:"28",height:"28",fill:"#C4C7D5"}));t.sidebarNone=a},268:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(1),o=n(3),i=n(11),a=n(6),l=n(2),u=n(13),s=n(7),c=function(e){var t=e.attributes,n=e.setAttributes,a=t.contentFontSize,u=t.sidebarFontSize,s=[{label:(0,o.__)("Smallest","nova-blocks"),value:"smallest"},{label:(0,o.__)("Smaller","nova-blocks"),value:"smaller"},{label:(0,o.__)("Normal","nova-blocks"),value:"normal"},{label:(0,o.__)("Larger","nova-blocks"),value:"larger"},{label:(0,o.__)("Largest","nova-blocks"),value:"largest"}];return(0,r.createElement)(l.ControlsGroup,null,(0,r.createElement)(i.SelectControl,{key:"sidecar-content-font-controls",label:(0,o.__)("Content Font Size","nova-blocks"),value:a,options:s,onChange:function(e){n({contentFontSize:e})}}),(0,r.createElement)(i.SelectControl,{key:"sidecar-sidebar-font-controls",label:(0,o.__)("Sidebar Font Size","nova-blocks"),value:u,options:s,onChange:function(e){n({sidebarFontSize:e})}}))},d=function(e){var t=e.attributes,n=e.setAttributes,d=e.clientId,f=t.sidebarWidth,p=t.sidebarPosition,h=t.lastItemIsSticky,y=t.tagName,b=void 0===y?"div":y,m=(0,u.useDispatch)("core/block-editor").replaceInnerBlocks,g=(0,l.useInnerBlocks)(d),_=(0,r.useRef)([]),v={header:(0,o.__)("The <header> element should represent introductory content, typically a group of introductory or navigational aids.","nova-blocks"),main:(0,o.__)("The <main> element should be used for the primary content of your document only. ","nova-blocks"),section:(0,o.__)("The <section> element should represent a standalone portion of the document that can't be better represented by another element.","nova-blocks"),article:(0,o.__)("The <article> element should represent a self contained, syndicatable portion of the document.","nova-blocks"),aside:(0,o.__)("The <aside> element should represent a portion of a document whose content is only indirectly related to the document's main content.","nova-blocks"),footer:(0,o.__)("The <footer> element should represent a footer for its nearest sectioning element (e.g.: <section>, <article>, <main> etc.).","nova-blocks")};return(0,r.createElement)(r.Fragment,null,(0,r.createElement)(l.ControlsSection,{id:"layout",order:10,label:(0,o.__)("Sidecar Layout","nova-blocks"),group:(0,o.__)("Block Anatomy","nova-blocks"),key:"sidecar_layout"},(0,r.createElement)(l.ControlsTab,{label:(0,o.__)("Settings","nova-blocks")},(0,r.createElement)(l.ControlsGroup,null,(0,r.createElement)(i.RadioControl,{key:"sidecar-sidebar-position",label:(0,o.__)("Sidebar Position","nova-blocks"),selected:p,options:[{label:(0,o.__)("Show sidebar on left","nova-blocks"),value:"left"},{label:(0,o.__)("Show sidebar on right","nova-blocks"),value:"right"},{label:(0,o.__)("No sidebar","nova-blocks"),value:"none"}],onChange:function(e){if("none"===e){var t=g.find((function(e){return"sidebar"===e.attributes.areaName}));_.current=(null==t?void 0:t.innerBlocks)||[],m(d,g.filter((function(e){return"sidebar"!==e.attributes.areaName})))}else{var r=(0,s.createBlock)("novablocks/sidecar-area",{areaName:"sidebar"},_.current);m(d,g.concat([r]))}n({sidebarPosition:e})}}),(0,r.createElement)(i.RadioControl,{key:"sidecar-sidebar-controls",label:(0,o.__)("Sidebar Size","nova-blocks"),selected:f,options:[{label:(0,o.__)("Small","nova-blocks"),value:"small"},{label:(0,o.__)("Medium","nova-blocks"),value:"medium"},{label:(0,o.__)("Large","nova-blocks"),value:"large"}],onChange:function(e){n({sidebarWidth:e})}})),"none"!==p&&(0,r.createElement)(l.ControlsGroup,null,(0,r.createElement)(i.ToggleControl,{label:(0,o.__)("Enable sticky sidebar on scroll","nova-blocks"),help:h?(0,o.__)("The last item inside sidebar will be sticky on scroll.","nova-blocks"):(0,o.__)("All blocks inside sidebar will be static.","nova-blocks"),checked:h,onChange:function(){return n({lastItemIsSticky:!h})}})),(0,r.createElement)(c,e))),(0,r.createElement)(a.InspectorControls,{__experimentalGroup:"advanced"},(0,r.createElement)(i.SelectControl,{label:(0,o.__)("HTML element","nova-blocks"),options:[{label:(0,o.__)("Default (<div>)","nova-blocks"),value:"div"},{label:"<header>",value:"header"},{label:"<main>",value:"main"},{label:"<section>",value:"section"},{label:"<article>",value:"article"},{label:"<aside>",value:"aside"},{label:"<footer>",value:"footer"}],value:b,onChange:function(e){return n({tagName:e})},help:v[b]})))};t.default=d},269:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(1),o=n(3),i=n(6),a=n(11),l={left:{icon:"align-pull-left",label:(0,o.__)("Show Sidebar on Left Side","nova-blocks")},right:{icon:"align-pull-right",label:(0,o.__)("Show Sidebar on Right Side","nova-blocks")}},u=function(e){var t=e.attributes,n=e.setAttributes,o=t.sidebarPosition;return"none"===o?null:(0,r.createElement)(i.BlockControls,null,(0,r.createElement)(a.ToolbarGroup,null,Object.keys(l).map((function(e){return(0,r.createElement)(a.ToolbarButton,{icon:l[e].icon,label:l[e].label,key:e,isActive:e===o,onClick:function(){n({sidebarPosition:e})}})}))))};t.default=u},270:function(e,t,n){"use strict";n.r(t);var r=n(4),o=n.n(r),i=n(5),a=n.n(i),l=new o.a({id:"block-library-sidecar/sidecar",use:"block-library-sidecar/sidecar-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-sidecar/sidecar"><path fill-rule="evenodd" clip-rule="evenodd" d="M24 12c0 6.627-5.373 12-12 12S0 18.627 0 12 5.373 0 12 0s12 5.373 12 12Zm-10.014 3.187L9.244 18.95C7.933 19.991 6 19.058 6 17.385V6.615c0-1.673 1.933-2.607 3.244-1.566l4.742 3.765-2.032 1.624a2 2 0 0 0 0 3.124l2.032 1.625Z" fill="#6565F2" /><path d="M13.03 11.208a1 1 0 0 0 0 1.584l4.11 3.165a1 1 0 0 0 1.61-.793V8.836a1 1 0 0 0-1.61-.793l-4.11 3.165Z" fill="#FFE42E" /></symbol>'});a.a.add(l);t.default=l},271:function(e){e.exports=JSON.parse('{"sidebarWidth":{"type":"string","default":"small"},"sidebarPosition":{"type":"string","default":"none"},"lastItemIsSticky":{"type":"boolean","default":false},"tagName":{"type":"string","default":"div"},"anchor":{"type":"string","default":""},"templateLock":{"type":["string","boolean"],"enum":["all","insert",false]},"contentFontSize":{"type":"string","default":"normal"},"sidebarFontSize":{"type":"string","default":"normal"}}')},272:function(e,t,n){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(7),o={from:[{type:"block",blocks:["core/group"],transform:function(e,t){var n=(0,r.createBlock)("novablocks/sidecar-area",{areaName:"content"},t);return(0,r.createBlock)("novablocks/sidecar",e,[n])}}]};t.default=o},3:function(e,t){e.exports=window.wp.i18n},4:function(e,t,n){(function(t){var n;n=function(){"use strict";var e=function(e){var t=e.id,n=e.viewBox,r=e.content;this.id=t,this.viewBox=n,this.content=r};function n(e,t){return e(t={exports:{}},t.exports),t.exports}e.prototype.stringify=function(){return this.content},e.prototype.toString=function(){return this.stringify()},e.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))},"undefined"!=typeof window?window:void 0!==t||"undefined"!=typeof self&&self;var r=n((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,n){var o;return n&&!0===n.clone&&e(t)?r((o=t,Array.isArray(o)?[]:{}),t,n):t}function n(n,o,i){var a=n.slice();return o.forEach((function(o,l){void 0===a[l]?a[l]=t(o,i):e(o)?a[l]=r(n[l],o,i):-1===n.indexOf(o)&&a.push(t(o,i))})),a}function r(o,i,a){var l=Array.isArray(i),u=(a||{arrayMerge:n}).arrayMerge||n;return l?Array.isArray(o)?u(o,i,a):t(i,a):function(n,o,i){var a={};return e(n)&&Object.keys(n).forEach((function(e){a[e]=t(n[e],i)})),Object.keys(o).forEach((function(l){e(o[l])&&n[l]?a[l]=r(n[l],o[l],i):a[l]=t(o[l],i)})),a}(o,i,a)}return r.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return r(e,n,t)}))},r}()})),o=n((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),i=o.svg,a=o.xlink,l={};l[i.name]=i.uri,l[a.name]=a.uri;var u=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(r(l,t||{}))+">"+e+"</svg>"};return function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n}(u(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(e)},e.exports=n()}).call(this,n(8))},5:function(e,t,n){(function(t){var n;n=function(){"use strict";function e(e,t){return e(t={exports:{}},t.exports),t.exports}"undefined"!=typeof window?window:void 0!==t||"undefined"!=typeof self&&self;var n=e((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,n){var o;return n&&!0===n.clone&&e(t)?r((o=t,Array.isArray(o)?[]:{}),t,n):t}function n(n,o,i){var a=n.slice();return o.forEach((function(o,l){void 0===a[l]?a[l]=t(o,i):e(o)?a[l]=r(n[l],o,i):-1===n.indexOf(o)&&a.push(t(o,i))})),a}function r(o,i,a){var l=Array.isArray(i),u=(a||{arrayMerge:n}).arrayMerge||n;return l?Array.isArray(o)?u(o,i,a):t(i,a):function(n,o,i){var a={};return e(n)&&Object.keys(n).forEach((function(e){a[e]=t(n[e],i)})),Object.keys(o).forEach((function(l){e(o[l])&&n[l]?a[l]=r(n[l],o[l],i):a[l]=t(o[l],i)})),a}(o,i,a)}return r.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,n){return r(e,n,t)}))},r}()})),r=e((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),o=r.svg,i=r.xlink,a={};a[o.name]=o.uri,a[i.name]=i.uri;var l,u=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(a,t||{}))+">"+e+"</svg>"},s=r.svg,c=r.xlink,d={attrs:(l={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},l[s.name]=s.uri,l[c.name]=c.uri,l)},f=function(e){this.config=n(d,e||{}),this.symbols=[]};f.prototype.add=function(e){var t=this.symbols,n=this.find(e.id);return n?(t[t.indexOf(n)]=e,!1):(t.push(e),!0)},f.prototype.remove=function(e){var t=this.symbols,n=this.find(e);return!!n&&(t.splice(t.indexOf(n),1),n.destroy(),!0)},f.prototype.find=function(e){return this.symbols.filter((function(t){return t.id===e}))[0]||null},f.prototype.has=function(e){return null!==this.find(e)},f.prototype.stringify=function(){var e=this.config.attrs,t=this.symbols.map((function(e){return e.stringify()})).join("");return u(t,e)},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){this.symbols.forEach((function(e){return e.destroy()}))};var p=function(e){var t=e.id,n=e.viewBox,r=e.content;this.id=t,this.viewBox=n,this.content=r};p.prototype.stringify=function(){return this.content},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))};var h=function(e){var t=!!document.importNode,n=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(n,!0):n},y=function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t.appendChild(n),n},t.prototype.render=function(){var e=this.stringify();return h(u(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,n),t}(p),b={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},m=function(e){return Array.prototype.slice.call(e,0)},g=function(){return/firefox/i.test(navigator.userAgent)},_=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},v=function(){return/edge/i.test(navigator.userAgent)},w=function(e){return(e||window.location.href).split("#")[0]},x=function(e){angular.module("ng").run(["$rootScope",function(t){t.$on("$locationChangeSuccess",(function(t,n,r){var o,i,a;o=e,i={oldUrl:r,newUrl:n},(a=document.createEvent("CustomEvent")).initCustomEvent(o,!1,!1,i),window.dispatchEvent(a)}))}])},S=function(e,t){return void 0===t&&(t="linearGradient, radialGradient, pattern, mask, clipPath"),m(e.querySelectorAll("symbol")).forEach((function(e){m(e.querySelectorAll(t)).forEach((function(t){e.parentNode.insertBefore(t,e)}))})),e},E=r.xlink.uri,k=/[{}|\\\^\[\]`"<>]/g;function O(e){return e.replace(k,(function(e){return"%"+e[0].charCodeAt(0).toString(16).toUpperCase()}))}var C,j=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],P=j.map((function(e){return"["+e+"]"})).join(","),A=function(e,t,n,r){var o=O(n),i=O(r);(function(e,t){return m(e).reduce((function(e,n){if(!n.attributes)return e;var r=m(n.attributes),o=t?r.filter(t):r;return e.concat(o)}),[])})(e.querySelectorAll(P),(function(e){var t=e.localName,n=e.value;return-1!==j.indexOf(t)&&-1!==n.indexOf("url("+o)})).forEach((function(e){return e.value=e.value.replace(new RegExp(o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(e,t,n){m(e).forEach((function(e){var r=e.getAttribute("xlink:href");if(r&&0===r.indexOf(t)){var o=r.replace(t,n);e.setAttributeNS(E,"xlink:href",o)}}))}(t,o,i)},M="mount",B="symbol_mount",N=function(e){function t(t){var r=this;void 0===t&&(t={}),e.call(this,n(b,t));var o,i=(o=o||Object.create(null),{on:function(e,t){(o[e]||(o[e]=[])).push(t)},off:function(e,t){o[e]&&o[e].splice(o[e].indexOf(t)>>>0,1)},emit:function(e,t){(o[e]||[]).map((function(e){e(t)})),(o["*"]||[]).map((function(n){n(e,t)}))}});this._emitter=i,this.node=null;var a=this.config;if(a.autoConfigure&&this._autoConfigure(t),a.syncUrlsWithBaseTag){var l=document.getElementsByTagName("base")[0].getAttribute("href");i.on(M,(function(){return r.updateUrls("#",l)}))}var u=this._handleLocationChange.bind(this);this._handleLocationChange=u,a.listenLocationChangeEvent&&window.addEventListener(a.locationChangeEvent,u),a.locationChangeAngularEmitter&&x(a.locationChangeEvent),i.on(M,(function(e){a.moveGradientsOutsideSymbol&&S(e)})),i.on(B,(function(e){var t;a.moveGradientsOutsideSymbol&&S(e.parentNode),(_()||v())&&(t=[],m(e.querySelectorAll("style")).forEach((function(e){e.textContent+="",t.push(e)})))}))}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var r={isMounted:{}};return r.isMounted.get=function(){return!!this.node},t.prototype._autoConfigure=function(e){var t=this.config;void 0===e.syncUrlsWithBaseTag&&(t.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===e.locationChangeAngularEmitter&&(t.locationChangeAngularEmitter=void 0!==window.angular),void 0===e.moveGradientsOutsideSymbol&&(t.moveGradientsOutsideSymbol=g())},t.prototype._handleLocationChange=function(e){var t=e.detail,n=t.oldUrl,r=t.newUrl;this.updateUrls(n,r)},t.prototype.add=function(t){var n=e.prototype.add.call(this,t);return this.isMounted&&n&&(t.mount(this.node),this._emitter.emit(B,t.node)),n},t.prototype.attach=function(e){var t=this,n=this;if(n.isMounted)return n.node;var r="string"==typeof e?document.querySelector(e):e;return n.node=r,this.symbols.forEach((function(e){e.mount(n.node),t._emitter.emit(B,e.node)})),m(r.querySelectorAll("symbol")).forEach((function(e){var t=y.createFromExistingNode(e);t.node=e,n.add(t)})),this._emitter.emit(M,r),r},t.prototype.destroy=function(){var e=this.config,t=this.symbols,n=this._emitter;t.forEach((function(e){return e.destroy()})),n.off("*"),window.removeEventListener(e.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},t.prototype.mount=function(e,t){if(void 0===e&&(e=this.config.mountTo),void 0===t&&(t=!1),this.isMounted)return this.node;var n="string"==typeof e?document.querySelector(e):e,r=this.render();return this.node=r,t&&n.childNodes[0]?n.insertBefore(r,n.childNodes[0]):n.appendChild(r),this._emitter.emit(M,r),r},t.prototype.render=function(){return h(this.stringify())},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},t.prototype.updateUrls=function(e,t){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return A(this.node,n,w(e)+"#",w(t)+"#"),!0},Object.defineProperties(t.prototype,r),t}(f),T=e((function(e){var t,n,r,o,i;e.exports=(n=[],r=document,o=r.documentElement.doScroll,(i=(o?/^loaded|^c/:/^loaded|^i|^c/).test(r.readyState))||r.addEventListener("DOMContentLoaded",t=function(){for(r.removeEventListener("DOMContentLoaded",t),i=1;t=n.shift();)t()}),function(e){i?setTimeout(e,0):n.push(e)})}));window.__SVG_SPRITE__?C=window.__SVG_SPRITE__:(C=new N({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=C);var F=function(){var e=document.getElementById("__SVG_SPRITE_NODE__");e?C.attach(e):C.mount(document.body,!0)};return document.body?F():T(F),C},e.exports=n()}).call(this,n(8))},6:function(e,t){e.exports=window.wp.blockEditor},7:function(e,t){e.exports=window.wp.blocks},73:function(e,t,n){"use strict";var r=n(20);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var o=n(3),i=function(e,t){if(!t&&e&&e.__esModule)return e;if(null===e||"object"!==r(e)&&"function"!=typeof e)return{default:e};var n=a(t);if(n&&n.has(e))return n.get(e);var o={},i=Object.defineProperty&&Object.getOwnPropertyDescriptor;for(var l in e)if("default"!==l&&Object.prototype.hasOwnProperty.call(e,l)){var u=i?Object.getOwnPropertyDescriptor(e,l):null;u&&(u.get||u.set)?Object.defineProperty(o,l,u):o[l]=e[l]}o.default=e,n&&n.set(e,o);return o}(n(267));function a(e){if("function"!=typeof WeakMap)return null;var t=new WeakMap,n=new WeakMap;return(a=function(e){return e?n:t})(e)}var l=[{name:"sidebar-left",title:(0,o.__)("Sidebar Left with Content on the right","nova-blocks"),icon:i.sidebarLeft,attributes:{sidebarPosition:"left"},innerBlocks:[["novablocks/sidecar-area",{areaName:"content"}],["novablocks/sidecar-area",{areaName:"sidebar"}]],scope:["block"]},{name:"sidebar-right",title:(0,o.__)("Sidebar Right with Content on the left","nova-blocks"),icon:i.sidebarRight,attributes:{sidebarPosition:"right"},innerBlocks:[["novablocks/sidecar-area",{areaName:"content"}],["novablocks/sidecar-area",{areaName:"sidebar"}]],scope:["block"]},{name:"none",isDefault:!0,title:(0,o.__)("Centered Content with no Sidebar","nova-blocks"),icon:i.sidebarNone,attributes:{sidebarPosition:"none"},innerBlocks:[["novablocks/sidecar-area",{areaName:"content"}]],scope:["block"]}];t.default=l},8:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},9:function(e,t){e.exports=function(e,t,n){return t in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e},e.exports.__esModule=!0,e.exports.default=e.exports}});
  • nova-blocks/trunk/build/block-library/blocks/slideshow/frontend.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('novablocks-utils', 'wp-polyfill'), 'version' => '5eb5f377decc76990faf4098c005858c');
     1<?php return array('dependencies' => array('novablocks-utils', 'wp-polyfill'), 'version' => 'c1fe2ebee1839923cca1f5a7eb416a28');
  • nova-blocks/trunk/build/block-library/blocks/slideshow/frontend.js

    r2719178 r2721032  
    1 !function(e){var o={};function n(s){if(o[s])return o[s].exports;var t=o[s]={i:s,l:!1,exports:{}};return e[s].call(t.exports,t,t.exports,n),t.l=!0,t.exports}n.m=e,n.c=o,n.d=function(e,o,s){n.o(e,o)||Object.defineProperty(e,o,{enumerable:!0,get:s})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,o){if(1&o&&(e=n(e)),8&o)return e;if(4&o&&"object"==typeof e&&e&&e.__esModule)return e;var s=Object.create(null);if(n.r(s),Object.defineProperty(s,"default",{enumerable:!0,value:e}),2&o&&"string"!=typeof e)for(var t in e)n.d(s,t,function(o){return e[o]}.bind(null,t));return s},n.n=function(e){var o=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(o,"a",o),o},n.o=function(e,o){return Object.prototype.hasOwnProperty.call(e,o)},n.p="",n(n.s=272)}({10:function(e,o){e.exports=window.novablocks.utils},272:function(e,o,n){"use strict";var s=n(10),t=".novablocks-slideshow__foreground";!function(e,o,n){var i=e(o),r=e(".novablocks-slideshow"),l=(0,s.hasTouchScreen)()&&"orientation"in o,a=(0,s.debounce)(c,300);function d(n){n.css("minHeight",""),n.css("minHeight",function(n){var s=n.find(".novablocks-slideshow__slider").outerWidth(),t=o.innerHeight,i=parseInt(n.data("min-height-fallback"))*t/100,r=0,l=0,a=0;return n.find(".novablocks-slideshow__slide").each((function(o,n){var t=e(n),i=t.find(".novablocks-slideshow__media"),d=i.data("width")/i.data("height"),c=t.outerHeight();r=s/(a=d>a?d:a),l=c>l?c:l})),Math.max(i,l,r)}(n)),e(o).trigger("scroll")}function c(){r.each((function(o,n){var s=e(n),t=s.find(".novablocks-slideshow__slider");d(s),t.is(".slick-initialized")&&t.slick("setPosition")}))}function u(o,n,s,i){var r=e(n.$slides[s]),l=e(n.$slides[i]);e(n.$slides);!function(e,o){var n=e.outerWidth(),s=300,i=f(e);e.velocity({tween:[0,1]},{duration:1e3,easing:"easeInOutCirc",begin:function(){e.addClass("novablocks-slideshow__slide--current"),o.addClass("novablocks-slideshow__slide--next")},progress:function(r,l,a,d,c){var u=o.find(".novablocks-slideshow__slide-wrap").get(0),f=o.find(".novablocks-slideshow__media").get(0),v=o.find(t).get(0),_=(e.get(0),e.find(".novablocks-slideshow__media").get(0));e.find(t).get(0);i?(u.style.left=n*d+"px",f.style.left=s*d+"px",v.style.left=n*-d+"px",_.style.left=s*(d-1)+"px"):(u.style.left=n*d+"px",f.style.left=(s-n)*d+"px",v.style.left=(s-n)*d+"px",_.style.left=s*(d-1)+"px")},complete:function(){e.removeClass("novablocks-slideshow__slide--current"),o.removeClass("novablocks-slideshow__slide--next")}})}(r,l,function(e,o,n){var s=1;e.slideCount>2&&(0===o&&n===e.slideCount-1&&(s=-1),n<o&&(0!==n||o!==e.slideCount-1)&&(s=-1));return s}(n,s,i))}function f(e){return"fixed"===e.find(".novablocks-doppler__target").css("position")}r.each((function(o,n){var s,t=e(n),i=t.find(".novablocks-slideshow__slider");d(t),i.children().length>1&&(s=e('<div class="novablocks-slideshow__controls">').appendTo(t),i.on("beforeChange",u),i.slick({rows:0,fade:!0,prevArrow:'<div class="novablocks-slideshow__arrow novablocks-slideshow__arrow--prev"></div>',nextArrow:'<div class="novablocks-slideshow__arrow novablocks-slideshow__arrow--next"></div>',appendArrows:s,speed:0})),t.addClass("is-ready")})),l?i.on("orientationchange",(function(){i.one("resize",c)})):i.on("resize",a)}(jQuery,window)}});
     1!function(e){var o={};function n(s){if(o[s])return o[s].exports;var t=o[s]={i:s,l:!1,exports:{}};return e[s].call(t.exports,t,t.exports,n),t.l=!0,t.exports}n.m=e,n.c=o,n.d=function(e,o,s){n.o(e,o)||Object.defineProperty(e,o,{enumerable:!0,get:s})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,o){if(1&o&&(e=n(e)),8&o)return e;if(4&o&&"object"==typeof e&&e&&e.__esModule)return e;var s=Object.create(null);if(n.r(s),Object.defineProperty(s,"default",{enumerable:!0,value:e}),2&o&&"string"!=typeof e)for(var t in e)n.d(s,t,function(o){return e[o]}.bind(null,t));return s},n.n=function(e){var o=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(o,"a",o),o},n.o=function(e,o){return Object.prototype.hasOwnProperty.call(e,o)},n.p="",n(n.s=273)}({10:function(e,o){e.exports=window.novablocks.utils},273:function(e,o,n){"use strict";var s=n(10),t=".novablocks-slideshow__foreground";!function(e,o,n){var i=e(o),r=e(".novablocks-slideshow"),l=(0,s.hasTouchScreen)()&&"orientation"in o,a=(0,s.debounce)(c,300);function d(n){n.css("minHeight",""),n.css("minHeight",function(n){var s=n.find(".novablocks-slideshow__slider").outerWidth(),t=o.innerHeight,i=parseInt(n.data("min-height-fallback"))*t/100,r=0,l=0,a=0;return n.find(".novablocks-slideshow__slide").each((function(o,n){var t=e(n),i=t.find(".novablocks-slideshow__media"),d=i.data("width")/i.data("height"),c=t.outerHeight();r=s/(a=d>a?d:a),l=c>l?c:l})),Math.max(i,l,r)}(n)),e(o).trigger("scroll")}function c(){r.each((function(o,n){var s=e(n),t=s.find(".novablocks-slideshow__slider");d(s),t.is(".slick-initialized")&&t.slick("setPosition")}))}function u(o,n,s,i){var r=e(n.$slides[s]),l=e(n.$slides[i]);e(n.$slides);!function(e,o){var n=e.outerWidth(),s=300,i=f(e);e.velocity({tween:[0,1]},{duration:1e3,easing:"easeInOutCirc",begin:function(){e.addClass("novablocks-slideshow__slide--current"),o.addClass("novablocks-slideshow__slide--next")},progress:function(r,l,a,d,c){var u=o.find(".novablocks-slideshow__slide-wrap").get(0),f=o.find(".novablocks-slideshow__media").get(0),v=o.find(t).get(0),_=(e.get(0),e.find(".novablocks-slideshow__media").get(0));e.find(t).get(0);i?(u.style.left=n*d+"px",f.style.left=s*d+"px",v.style.left=n*-d+"px",_.style.left=s*(d-1)+"px"):(u.style.left=n*d+"px",f.style.left=(s-n)*d+"px",v.style.left=(s-n)*d+"px",_.style.left=s*(d-1)+"px")},complete:function(){e.removeClass("novablocks-slideshow__slide--current"),o.removeClass("novablocks-slideshow__slide--next")}})}(r,l,function(e,o,n){var s=1;e.slideCount>2&&(0===o&&n===e.slideCount-1&&(s=-1),n<o&&(0!==n||o!==e.slideCount-1)&&(s=-1));return s}(n,s,i))}function f(e){return"fixed"===e.find(".novablocks-doppler__target").css("position")}r.each((function(o,n){var s,t=e(n),i=t.find(".novablocks-slideshow__slider");d(t),i.children().length>1&&(s=e('<div class="novablocks-slideshow__controls">').appendTo(t),i.on("beforeChange",u),i.slick({rows:0,fade:!0,prevArrow:'<div class="novablocks-slideshow__arrow novablocks-slideshow__arrow--prev"></div>',nextArrow:'<div class="novablocks-slideshow__arrow novablocks-slideshow__arrow--next"></div>',appendArrows:s,speed:0})),t.addClass("is-ready")})),l?i.on("orientationchange",(function(){i.one("resize",c)})):i.on("resize",a)}(jQuery,window)}});
  • nova-blocks/trunk/build/block-library/blocks/slideshow/index.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('lodash', 'novablocks-block-editor', 'novablocks-utils', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill'), 'version' => '2abe0dc1f93a23983122b012a32cafbf');
     1<?php return array('dependencies' => array('lodash', 'novablocks-block-editor', 'novablocks-utils', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill'), 'version' => '25e9f29c44ce9586d5c742cf445b2ee0');
  • nova-blocks/trunk/build/block-library/blocks/slideshow/index.js

    r2719178 r2721032  
    1 !function(t){var e={};function n(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(o,r,function(e){return t[e]}.bind(null,r));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=273)}({0:function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports.default=t.exports},1:function(t,e){t.exports=window.wp.element},10:function(t,e){t.exports=window.novablocks.utils},11:function(t,e){t.exports=window.wp.components},12:function(t,e,n){var o;
     1!function(t){var e={};function n(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(o,r,function(e){return t[e]}.bind(null,r));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=274)}({0:function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports.default=t.exports},1:function(t,e){t.exports=window.wp.element},10:function(t,e){t.exports=window.novablocks.utils},11:function(t,e){t.exports=window.wp.components},12:function(t,e,n){var o;
    22/*!
    33  Copyright (c) 2018 Jed Watson.
    44  Licensed under the MIT License (MIT), see
    55  http://jedwatson.github.io/classnames
    6 */!function(){"use strict";var n={}.hasOwnProperty;function r(){for(var t=[],e=0;e<arguments.length;e++){var o=arguments[e];if(o){var i=typeof o;if("string"===i||"number"===i)t.push(o);else if(Array.isArray(o)){if(o.length){var a=r.apply(null,o);a&&t.push(a)}}else if("object"===i)if(o.toString===Object.prototype.toString)for(var u in o)n.call(o,u)&&o[u]&&t.push(u);else t.push(o.toString())}}return t.join(" ")}t.exports?(r.default=r,t.exports=r):void 0===(o=function(){return r}.apply(e,[]))||(t.exports=o)}()},14:function(t,e){t.exports=window.wp.hooks},15:function(t,e){function n(){return t.exports=n=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t},t.exports.__esModule=!0,t.exports.default=t.exports,n.apply(this,arguments)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},16:function(t,e){t.exports=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o},t.exports.__esModule=!0,t.exports.default=t.exports},17:function(t,e){t.exports=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},t.exports.__esModule=!0,t.exports.default=t.exports},18:function(t,e,n){var o=n(16);t.exports=function(t,e){if(t){if("string"==typeof t)return o(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(t,e):void 0}},t.exports.__esModule=!0,t.exports.default=t.exports},19:function(t,e){function n(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}t.exports=function(t,e,o){return e&&n(t.prototype,e),o&&n(t,o),Object.defineProperty(t,"prototype",{writable:!1}),t},t.exports.__esModule=!0,t.exports.default=t.exports},2:function(t,e){t.exports=window.novablocks.blockEditor},20:function(t,e){function n(e){return t.exports=n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports.default=t.exports,n(e)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},21:function(t,e){function n(e){return t.exports=n=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},t.exports.__esModule=!0,t.exports.default=t.exports,n(e)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},22:function(t,e,n){var o=n(35);t.exports=function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&o(t,e)},t.exports.__esModule=!0,t.exports.default=t.exports},23:function(t,e,n){var o=n(20).default,r=n(33);t.exports=function(t,e){if(e&&("object"===o(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return r(t)},t.exports.__esModule=!0,t.exports.default=t.exports},24:function(t,e,n){var o=n(25),r=n(26),i=n(18),a=n(27);t.exports=function(t,e){return o(t)||r(t,e)||i(t,e)||a()},t.exports.__esModule=!0,t.exports.default=t.exports},25:function(t,e){t.exports=function(t){if(Array.isArray(t))return t},t.exports.__esModule=!0,t.exports.default=t.exports},26:function(t,e){t.exports=function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var o,r,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(o=n.next()).done)&&(i.push(o.value),!e||i.length!==e);a=!0);}catch(t){u=!0,r=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw r}}return i}},t.exports.__esModule=!0,t.exports.default=t.exports},27:function(t,e){t.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},t.exports.__esModule=!0,t.exports.default=t.exports},273:function(t,e,n){"use strict";var o=n(0),r=o(n(30)),i=o(n(9)),a=o(n(31)),u=n(3),s=n(7),l=n(14),c=n(10),d=n(2),f=o(n(274)),p=o(n(275)),v=o(n(280)),y=o(n(281)),h=o(n(282));function g(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function m(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?g(Object(n),!0).forEach((function(e){(0,i.default)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):g(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}n(283);var b={minHeightFallback:{type:"number",default:100},overlayFilterStrength:{type:"number",default:30},colorSignal:{type:"number",default:3},paletteVariation:{type:"number",default:12},scrollingEffect:{type:"string",default:"parallax"}},w="novablocks/slideshow";function _(){return(_=(0,a.default)(r.default.mark((function t(){var e,n,o;return r.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,(0,d.getPlaceholderImages)();case 2:return e=t.sent,n=(0,c.getRandomBetween)(2,4),(o=(0,c.getRandomArrayFromArray)(e,n)).forEach((function(t){"function"==typeof(null==t?void 0:t.download)&&t.download()})),t.abrupt("return",{galleryImages:o});case 7:case"end":return t.stop()}}),t)})))).apply(this,arguments)}(0,d.generateDefaults)(w,(function(){return _.apply(this,arguments)}));(0,l.addFilter)("blocks.registerBlockType","novablocks/slideshow/attributes-overwrite",(function(t){return t.name!==w?t:m(m({},t),{},{attributes:m(m({},t.attributes),b)})}),Number.MAX_SAFE_INTEGER),(0,s.registerBlockType)(w,{apiVersion:2,title:(0,u.__)("Slideshow Me the Way (Deprecated)","nova-blocks"),description:(0,u.__)("Display more than one piece of content in a single, coveted space.","nova-blocks"),category:"nova-blocks",icon:(0,d.getSvg)(f.default),keywords:[(0,u.__)("slider","nova-blocks"),(0,u.__)("carousel","nova-blocks"),(0,u.__)("images","nova-blocks"),(0,u.__)("cover","nova-blocks")],attributes:y.default,supports:{html:!1,novaBlocks:{colorSignal:{attributes:!0,addOverlayColorDeprecatedMethod:!0,controls:!0},overlayFilter:{attributes:!0,controls:!0},contentPosition:{attributes:!0,deprecated:!0},customDefaults:!0,scrollingEffect:{attributes:!0,controls:!0,customWrapper:!0},spaceAndSizing:!0,cardElementsVisibility:{attributes:!0}}},edit:p.default,save:v.default,transforms:h.default})},274:function(t,e,n){"use strict";n.r(e);var o=n(4),r=n.n(o),i=n(5),a=n.n(i),u=new r.a({id:"block-library-slideshow/icon",use:"block-library-slideshow/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-slideshow/icon"><path d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12Z" fill="#777" /><path d="M17.398 8.993a1 1 0 0 1 0 1.543l-2.43 2.005a1 1 0 0 1-1.637-.772V7.76a1 1 0 0 1 1.636-.771l2.431 2.005ZM6.602 8.993a1 1 0 0 0 0 1.543l2.43 2.005a1 1 0 0 0 1.637-.772V7.76a1 1 0 0 0-1.636-.771L6.602 8.993Z" fill="#fff" /><path d="M7 18.275c0 .528.428.956.956.956h.261c.56 0 1.015-.454 1.015-1.014v-.359A.858.858 0 0 0 8.373 17h-.098C7.571 17 7 17.57 7 18.275ZM10.72 18.275c0 .528.427.956.956.956h.26c.56 0 1.015-.454 1.015-1.014v-.359a.858.858 0 0 0-.859-.858h-.098c-.704 0-1.275.57-1.275 1.275ZM14.438 18.275c0 .528.429.956.957.956h.26c.56 0 1.015-.454 1.015-1.014v-.359a.858.858 0 0 0-.858-.858h-.098c-.705 0-1.276.57-1.276 1.275Z" fill="#DDD" /></symbol>'});a.a.add(u);e.default=u},275:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(15)),a=o(n(24)),u=o(n(12)),s=n(6),l=n(2),c=n(10),d=o(n(276)),f=o(n(278)),p=o(n(279)),v=function(t){var e=t.attributes,n=t.setAttributes,o=e.galleryImages,v=(0,r.useState)(0),y=(0,a.default)(v,2),h=y[0],g=y[1];(0,r.useEffect)((function(){0>o.length&&h>=o.length&&g(o.length-1)}),[h,o]);var m=(0,r.useCallback)((function(){var t=(h+o.length-1)%o.length;g(t)}),[h,o]),b=(0,r.useCallback)((function(){var t=(h+1)%o.length;g(t)}),[h,o]),w=(0,r.useCallback)((function(t){(0,l.normalizeImages)(t).then((function(t){n({galleryImages:t})}))}),[n]),_=Object.assign({},t,{onSelectImages:w}),x=e.contentPadding,O=e.contentPosition,k=(e.contentWidth,e.scrollingEffect),E=O.split(" "),j=E[0],S=E[1],P=(0,s.useBlockProps)({className:(0,u.default)(t.className,"novablocks-slideshow","novablocks-slideshow--scrolling-effect-".concat(k),"novablocks-u-valign-".concat(j),"novablocks-u-halign-".concat(S),"novablocks-u-spacing-".concat(x),(0,c.getColorSignalClassnames)(e,!0),"alignfull","is-ready"),style:t.style});return(0,r.createElement)("div",P,(0,r.createElement)(d.default,(0,i.default)({},_,{previewImage:o[h],onPrevArrowClick:m,onNextArrowClick:b})),(0,r.createElement)(f.default,(0,i.default)({},_,{setIndex:g,selectedIndex:h})),(0,r.createElement)(p.default,_))};e.default=v},276:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(17)),a=o(n(19)),u=o(n(22)),s=o(n(23)),l=o(n(21)),c=n(2),d=o(n(277));function f(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=(0,l.default)(t);if(e){var r=(0,l.default)(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return(0,s.default)(this,n)}}var p=function(t){(0,u.default)(n,t);var e=f(n);function n(){var t;return(0,i.default)(this,n),(t=e.apply(this,arguments)).state={windowWidth:window.innerWidth,windowHeight:window.innerHeight},t}return(0,a.default)(n,[{key:"componentDidMount",value:function(){window.addEventListener("resize",this.updateDimensions.bind(this)),this.updateDimensions()}},{key:"updateDimensions",value:function(){this.container&&this.setState({dimensions:{width:this.container.offsetWidth,height:this.container.offsetHeight}})}},{key:"renderContent",value:function(){var t=this,e=this.props,n=e.attributes,o=e.previewImage,i=n.galleryImages,a=n.minHeightFallback,u=0,s=0;i.forEach((function(e){var n,o=null==e||null===(n=e.sizes)||void 0===n?void 0:n.full,r=o?o.width/o.height:0;u=r>u?r:u,s=t.state.dimensions.width/u}));var l=Math.max(s,a);return(0,r.createElement)(r.Fragment,null,!!i.length&&(0,r.createElement)("div",{style:{minHeight:l}},(0,r.createElement)("div",{className:"novablocks-slideshow__slider"},(0,r.createElement)("div",{className:"novablocks-slideshow__slide"},o&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(d.default,this.props),(0,r.createElement)("div",{className:"novablocks-slideshow__foreground novablocks-u-content-padding novablocks-u-content-align"},(0,r.createElement)("div",{className:"novablocks-slideshow__inner-container",dangerouslySetInnerHTML:{__html:("string"==typeof o.title&&"<h2>".concat(o.title,"</h2>")||"")+("string"==typeof o.caption&&o.caption||"")}}))))),i.length>1&&(0,r.createElement)("div",{className:"novablocks-slideshow__controls"},(0,r.createElement)("div",{className:"novablocks-slideshow__arrow novablocks-slideshow__arrow--prev novablocks-slideshow__arrow--disabled",onClick:this.props.onPrevArrowClick}),(0,r.createElement)("div",{className:"novablocks-slideshow__arrow novablocks-slideshow__arrow--next novablocks-slideshow__arrow--disabled",onClick:this.props.onNextArrowClick}))),!i.length&&(0,r.createElement)(c.GalleryPlaceholder,this.props))}},{key:"render",value:function(){var t=this,e=this.state.dimensions;return(0,r.createElement)("div",{ref:function(e){return t.container=e}},e&&this.renderContent())}}]),n}(r.Component);e.default=p},277:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(1),r=function(t){var e,n,r,i,a,u,s,l,c,d=t.attributes.overlayFilterStrength,f=t.previewImage,p=f.focalPoint||{x:.5,y:.5},v={opacity:1,objectPosition:100*p.x+"% "+100*p.y+"%"};Object.assign(v,null==t||null===(e=t.doppler)||void 0===e?void 0:e.style),v.opacity=1-d/100;var y=(null==f||null===(n=f.sizes)||void 0===n||null===(r=n.novablocks_large)||void 0===r?void 0:r.url)||(null==f||null===(i=f.sizes)||void 0===i||null===(a=i.novablocks_huge)||void 0===a?void 0:a.url)||(null==f||null===(u=f.sizes)||void 0===u||null===(s=u.large)||void 0===s?void 0:s.url)||(null==f||null===(l=f.sizes)||void 0===l||null===(c=l.full)||void 0===c?void 0:c.url)||(null==f?void 0:f.url),h=null==f?void 0:f.url;return(0,o.createElement)("div",{className:"novablocks-slideshow__background"},"video"!==f.type&&(0,o.createElement)("img",{className:"novablocks-slideshow__media",src:y,alt:"",style:v}),"video"===f.type&&(0,o.createElement)("video",{className:"novablocks-slideshow__media",src:h,muted:!0,autoPlay:!0,loop:!0,playsInline:!0,style:v}))};e.default=r},278:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(1),r=n(3),i=n(11),a=n(10),u=n(2),s=function(t){var e,n,s,l,c,d,f,p=t.attributes.galleryImages,v=t.selectedIndex,y=t.setIndex,h=t.setAttributes,g=p[v],m=["novablocks-focal-point-picker"];if(g){var b=g.focalPoint||{x:.5,y:.5};m.push((0,a.getSnapClassname)(b))}(m=m.join(" "),"video"===(null==g?void 0:g.type))?(e="//cloud.pixelgrade.com/wp-content/uploads/2020/01/Screenshot-2020-01-09-at-15.59.37.png",218):(e=(null==g||null===(n=g.sizes)||void 0===n||null===(s=n.novablocks_tiny)||void 0===s?void 0:s.url)||(null==g||null===(l=g.sizes)||void 0===l||null===(c=l.novablocks_large)||void 0===c?void 0:c.url)||(null==g||null===(d=g.sizes)||void 0===d||null===(f=d.novablocks_huge)||void 0===f?void 0:f.url),null==g||g.width,null==g||g.height);return p.length?(0,o.createElement)(u.ControlsSection,{id:"slides",label:(0,r.__)("Slides")},(0,o.createElement)(u.ControlsTab,{label:(0,r.__)("Settings")},(0,o.createElement)(u.GalleryPreview,{key:"slideshow-gallery-preview",galleryImages:p,onSelectImage:y,selected:v}),g&&(0,o.createElement)(i.FocalPointPicker,{key:"slideshow-focal-point-picker",className:m,url:e,dimensions:{width:g.width,height:g.height},value:g.focalPoint||{x:.5,y:.5},onChange:function(t){var e=p;e[v].focalPoint=(0,a.maybeSnapFocalPoint)(t),h({galleryImages:e})}}))):null};e.default=s},279:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(1),r=n(2),i=n(3),a=n(11),u=n(6),s=["image","video"],l=function(t){var e=t.attributes.galleryImages,n=t.onSelectImages,l=!!e.length;return(0,o.createElement)(u.BlockControls,null,(0,o.createElement)(a.Toolbar,{group:"block"},(0,o.createElement)(u.MediaUpload,{accept:"image/*",addToGallery:l,allowedTypes:s,gallery:!0,multiple:!0,onSelect:n,render:function(t){var e=t.open;return(0,o.createElement)(a.Button,{className:"components-icon-button components-toolbar__control",label:(0,i.__)("Change Media","nova-blocks"),icon:(0,r.getIconSvg)("swap"),onClick:e})},value:e.map((function(t){return t.id}))})))};e.default=l},280:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(1),r=n(6);e.default=function(){return(0,o.createElement)(r.InnerBlocks.Content,null)}},281:function(t){t.exports=JSON.parse('{"align":{"type":"string","default":"full"},"galleryImages":{"type":"array","items":{"type":"object"},"default":[]},"slideshowType":{"type":"string","default":"gallery"},"minHeight":{"type":"number","default":75},"defaultsGenerated":{"type":"boolean","default":false}}')},282:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=o(n(32)),i=n(7),a=["galleryImages"],u=["caption","title"],s={to:[{type:"block",blocks:["novablocks/supernova"],transform:function(t){var e=t.paletteVariation,n=t.galleryImages,o=(0,r.default)(t,a),s=Object.assign({},o,{variation:"slideshow",layoutStyle:"carousel",postsToShow:n.length,contentType:"fields",cardLayout:"stacked",contentColorSignal:0,contentPaletteVariation:e,emphasisTopSpacing:0,emphasisBottomSpacing:0,contentPadding:50,imagePadding:0,collectionTitle:"",collectionSubtitle:"",showCollectionTitle:!1,showCollectionSubtitle:!1}),l=n.map((function(t){var e=t.caption,n=t.title,o=(0,r.default)(t,u),a=Object.assign({},s,{images:[o],title:n,description:e,showTitle:!0,showDescription:!0});return(0,i.createBlock)("novablocks/supernova-item",a)}));return(0,i.createBlock)("novablocks/supernova",s,l)}}]};e.default=s},283:function(t,e,n){"use strict";var o=n(0)(n(9)),r=n(14),i=n(57);function a(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function u(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?a(Object(n),!0).forEach((function(e){(0,o.default)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}(0,r.addFilter)("blocks.registerBlockType","novablocks/slideshow-add-deprecated",(function(t,e){if("novablocks/slideshow"!==e)return t;var n=t.attributes,o=[(0,i.migrateContentPadding)(n)];return u(u({},t),{},{deprecated:o})}),20)},29:function(t,e){t.exports=window.lodash},3:function(t,e){t.exports=window.wp.i18n},30:function(t,e){t.exports=window.regeneratorRuntime},31:function(t,e){function n(t,e,n,o,r,i,a){try{var u=t[i](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(o,r)}t.exports=function(t){return function(){var e=this,o=arguments;return new Promise((function(r,i){var a=t.apply(e,o);function u(t){n(a,r,i,u,s,"next",t)}function s(t){n(a,r,i,u,s,"throw",t)}u(void 0)}))}},t.exports.__esModule=!0,t.exports.default=t.exports},32:function(t,e,n){var o=n(40);t.exports=function(t,e){if(null==t)return{};var n,r,i=o(t,e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);for(r=0;r<a.length;r++)n=a[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(i[n]=t[n])}return i},t.exports.__esModule=!0,t.exports.default=t.exports},33:function(t,e){t.exports=function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t},t.exports.__esModule=!0,t.exports.default=t.exports},35:function(t,e){function n(e,o){return t.exports=n=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},t.exports.__esModule=!0,t.exports.default=t.exports,n(e,o)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},4:function(t,e,n){(function(e){var n;n=function(){"use strict";var t=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};function n(t,e){return t(e={exports:{}},e.exports),e.exports}t.prototype.stringify=function(){return this.content},t.prototype.toString=function(){return this.stringify()},t.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))},"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var o=n((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var a=n.slice();return r.forEach((function(r,u){void 0===a[u]?a[u]=e(r,i):t(r)?a[u]=o(n[u],r,i):-1===n.indexOf(r)&&a.push(e(r,i))})),a}function o(r,i,a){var u=Array.isArray(i),s=(a||{arrayMerge:n}).arrayMerge||n;return u?Array.isArray(r)?s(r,i,a):e(i,a):function(n,r,i){var a={};return t(n)&&Object.keys(n).forEach((function(t){a[t]=e(n[t],i)})),Object.keys(r).forEach((function(u){t(r[u])&&n[u]?a[u]=o(n[u],r[u],i):a[u]=e(r[u],i)})),a}(r,i,a)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),r=n((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),i=r.svg,a=r.xlink,u={};u[i.name]=i.uri,u[a.name]=a.uri;var s=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(o(u,e||{}))+">"+t+"</svg>"};return function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n}(s(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(t)},t.exports=n()}).call(this,n(8))},40:function(t,e){t.exports=function(t,e){if(null==t)return{};var n,o,r={},i=Object.keys(t);for(o=0;o<i.length;o++)n=i[o],e.indexOf(n)>=0||(r[n]=t[n]);return r},t.exports.__esModule=!0,t.exports.default=t.exports},46:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(1),r=n(6);e.default=function(){return(0,o.createElement)(r.InnerBlocks.Content,null)}},5:function(t,e,n){(function(e){var n;n=function(){"use strict";function t(t,e){return t(e={exports:{}},e.exports),e.exports}"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var n=t((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var a=n.slice();return r.forEach((function(r,u){void 0===a[u]?a[u]=e(r,i):t(r)?a[u]=o(n[u],r,i):-1===n.indexOf(r)&&a.push(e(r,i))})),a}function o(r,i,a){var u=Array.isArray(i),s=(a||{arrayMerge:n}).arrayMerge||n;return u?Array.isArray(r)?s(r,i,a):e(i,a):function(n,r,i){var a={};return t(n)&&Object.keys(n).forEach((function(t){a[t]=e(n[t],i)})),Object.keys(r).forEach((function(u){t(r[u])&&n[u]?a[u]=o(n[u],r[u],i):a[u]=e(r[u],i)})),a}(r,i,a)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),o=t((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),r=o.svg,i=o.xlink,a={};a[r.name]=r.uri,a[i.name]=i.uri;var u,s=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(a,e||{}))+">"+t+"</svg>"},l=o.svg,c=o.xlink,d={attrs:(u={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},u[l.name]=l.uri,u[c.name]=c.uri,u)},f=function(t){this.config=n(d,t||{}),this.symbols=[]};f.prototype.add=function(t){var e=this.symbols,n=this.find(t.id);return n?(e[e.indexOf(n)]=t,!1):(e.push(t),!0)},f.prototype.remove=function(t){var e=this.symbols,n=this.find(t);return!!n&&(e.splice(e.indexOf(n),1),n.destroy(),!0)},f.prototype.find=function(t){return this.symbols.filter((function(e){return e.id===t}))[0]||null},f.prototype.has=function(t){return null!==this.find(t)},f.prototype.stringify=function(){var t=this.config.attrs,e=this.symbols.map((function(t){return t.stringify()})).join("");return s(e,t)},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){this.symbols.forEach((function(t){return t.destroy()}))};var p=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};p.prototype.stringify=function(){return this.content},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var v=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n},y=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return v(s(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(p),h={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},g=function(t){return Array.prototype.slice.call(t,0)},m=function(){return/firefox/i.test(navigator.userAgent)},b=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},w=function(){return/edge/i.test(navigator.userAgent)},_=function(t){return(t||window.location.href).split("#")[0]},x=function(t){angular.module("ng").run(["$rootScope",function(e){e.$on("$locationChangeSuccess",(function(e,n,o){var r,i,a;r=t,i={oldUrl:o,newUrl:n},(a=document.createEvent("CustomEvent")).initCustomEvent(r,!1,!1,i),window.dispatchEvent(a)}))}])},O=function(t,e){return void 0===e&&(e="linearGradient, radialGradient, pattern, mask, clipPath"),g(t.querySelectorAll("symbol")).forEach((function(t){g(t.querySelectorAll(e)).forEach((function(e){t.parentNode.insertBefore(e,t)}))})),t},k=o.xlink.uri,E=/[{}|\\\^\[\]`"<>]/g;function j(t){return t.replace(E,(function(t){return"%"+t[0].charCodeAt(0).toString(16).toUpperCase()}))}var S,P=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],M=P.map((function(t){return"["+t+"]"})).join(","),C=function(t,e,n,o){var r=j(n),i=j(o);(function(t,e){return g(t).reduce((function(t,n){if(!n.attributes)return t;var o=g(n.attributes),r=e?o.filter(e):o;return t.concat(r)}),[])})(t.querySelectorAll(M),(function(t){var e=t.localName,n=t.value;return-1!==P.indexOf(e)&&-1!==n.indexOf("url("+r)})).forEach((function(t){return t.value=t.value.replace(new RegExp(r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(t,e,n){g(t).forEach((function(t){var o=t.getAttribute("xlink:href");if(o&&0===o.indexOf(e)){var r=o.replace(e,n);t.setAttributeNS(k,"xlink:href",r)}}))}(e,r,i)},A="mount",T="symbol_mount",B=function(t){function e(e){var o=this;void 0===e&&(e={}),t.call(this,n(h,e));var r,i=(r=r||Object.create(null),{on:function(t,e){(r[t]||(r[t]=[])).push(e)},off:function(t,e){r[t]&&r[t].splice(r[t].indexOf(e)>>>0,1)},emit:function(t,e){(r[t]||[]).map((function(t){t(e)})),(r["*"]||[]).map((function(n){n(t,e)}))}});this._emitter=i,this.node=null;var a=this.config;if(a.autoConfigure&&this._autoConfigure(e),a.syncUrlsWithBaseTag){var u=document.getElementsByTagName("base")[0].getAttribute("href");i.on(A,(function(){return o.updateUrls("#",u)}))}var s=this._handleLocationChange.bind(this);this._handleLocationChange=s,a.listenLocationChangeEvent&&window.addEventListener(a.locationChangeEvent,s),a.locationChangeAngularEmitter&&x(a.locationChangeEvent),i.on(A,(function(t){a.moveGradientsOutsideSymbol&&O(t)})),i.on(T,(function(t){var e;a.moveGradientsOutsideSymbol&&O(t.parentNode),(b()||w())&&(e=[],g(t.querySelectorAll("style")).forEach((function(t){t.textContent+="",e.push(t)})))}))}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},e.prototype._autoConfigure=function(t){var e=this.config;void 0===t.syncUrlsWithBaseTag&&(e.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===t.locationChangeAngularEmitter&&(e.locationChangeAngularEmitter=void 0!==window.angular),void 0===t.moveGradientsOutsideSymbol&&(e.moveGradientsOutsideSymbol=m())},e.prototype._handleLocationChange=function(t){var e=t.detail,n=e.oldUrl,o=e.newUrl;this.updateUrls(n,o)},e.prototype.add=function(e){var n=t.prototype.add.call(this,e);return this.isMounted&&n&&(e.mount(this.node),this._emitter.emit(T,e.node)),n},e.prototype.attach=function(t){var e=this,n=this;if(n.isMounted)return n.node;var o="string"==typeof t?document.querySelector(t):t;return n.node=o,this.symbols.forEach((function(t){t.mount(n.node),e._emitter.emit(T,t.node)})),g(o.querySelectorAll("symbol")).forEach((function(t){var e=y.createFromExistingNode(t);e.node=t,n.add(e)})),this._emitter.emit(A,o),o},e.prototype.destroy=function(){var t=this.config,e=this.symbols,n=this._emitter;e.forEach((function(t){return t.destroy()})),n.off("*"),window.removeEventListener(t.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},e.prototype.mount=function(t,e){if(void 0===t&&(t=this.config.mountTo),void 0===e&&(e=!1),this.isMounted)return this.node;var n="string"==typeof t?document.querySelector(t):t,o=this.render();return this.node=o,e&&n.childNodes[0]?n.insertBefore(o,n.childNodes[0]):n.appendChild(o),this._emitter.emit(A,o),o},e.prototype.render=function(){return v(this.stringify())},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},e.prototype.updateUrls=function(t,e){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return C(this.node,n,_(t)+"#",_(e)+"#"),!0},Object.defineProperties(e.prototype,o),e}(f),N=t((function(t){var e,n,o,r,i;t.exports=(n=[],o=document,r=o.documentElement.doScroll,(i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(o.readyState))||o.addEventListener("DOMContentLoaded",e=function(){for(o.removeEventListener("DOMContentLoaded",e),i=1;e=n.shift();)e()}),function(t){i?setTimeout(t,0):n.push(t)})}));window.__SVG_SPRITE__?S=window.__SVG_SPRITE__:(S=new B({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=S);var I=function(){var t=document.getElementById("__SVG_SPRITE_NODE__");t?S.attach(t):S.mount(document.body,!0)};return document.body?I():N(I),S},t.exports=n()}).call(this,n(8))},57:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.migrateContentPadding=void 0;var r=o(n(9)),i=n(14),a=n(7),u=n(29),s=o(n(46));function l(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function c(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?l(Object(n),!0).forEach((function(e){(0,r.default)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):l(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var d=function(t){return{attributes:c(c({},t),{},{contentPadding:{type:"string",default:"small"},contentPaddingCustom:{type:"number",default:20}}),isEligible:function(t){return"large"===(null==t?void 0:t.contentPadding)||"custom"===(null==t?void 0:t.contentPadding)},migrate:function(t){var e={};return"large"===(null==t?void 0:t.contentPadding)&&(e.emphasisTopSpacing=2,e.emphasisBottomSpacing=2),"custom"===(null==t?void 0:t.contentPadding)&&((null==t?void 0:t.contentPaddingCustom)>10&&(e.emphasisTopSpacing=2,e.emphasisBottomSpacing=2),(null==t?void 0:t.contentPaddingCustom)>15&&(e.emphasisTopSpacing=3,e.emphasisBottomSpacing=3)),c(c({},(0,u.omit)(t,["contentPadding","contentPaddingCustom"])),e)},save:s.default}};e.migrateContentPadding=d;var f=function(t){return{attributes:c(c({},t),{},{contentWidth:{type:"string",default:"large"}}),isEligible:function(t,e){return e.length&&"core/group"!==e[0].name&&"novablocks/sidecar"!==e[0].name},migrate:function(t,e){var n="";return"full"===(null==t?void 0:t.contentWidth)&&(n="full"),"large"===(null==t?void 0:t.contentWidth)&&(n="wide"),[t,[(0,a.createBlock)("core/group",{align:n},e)]]},save:s.default}};(0,i.addFilter)("blocks.registerBlockType","novablocks/hero-add-deprecated",(function(t,e){if("novablocks/hero"!==e)return t;var n=t.attributes,o=[d(n),f(n)];return c(c({},t),{},{deprecated:o})}))},6:function(t,e){t.exports=window.wp.blockEditor},7:function(t,e){t.exports=window.wp.blocks},8:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},9:function(t,e){t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},t.exports.__esModule=!0,t.exports.default=t.exports}});
     6*/!function(){"use strict";var n={}.hasOwnProperty;function r(){for(var t=[],e=0;e<arguments.length;e++){var o=arguments[e];if(o){var i=typeof o;if("string"===i||"number"===i)t.push(o);else if(Array.isArray(o)){if(o.length){var a=r.apply(null,o);a&&t.push(a)}}else if("object"===i)if(o.toString===Object.prototype.toString)for(var u in o)n.call(o,u)&&o[u]&&t.push(u);else t.push(o.toString())}}return t.join(" ")}t.exports?(r.default=r,t.exports=r):void 0===(o=function(){return r}.apply(e,[]))||(t.exports=o)}()},14:function(t,e){t.exports=window.wp.hooks},15:function(t,e){function n(){return t.exports=n=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var o in n)Object.prototype.hasOwnProperty.call(n,o)&&(t[o]=n[o])}return t},t.exports.__esModule=!0,t.exports.default=t.exports,n.apply(this,arguments)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},16:function(t,e){t.exports=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o},t.exports.__esModule=!0,t.exports.default=t.exports},17:function(t,e){t.exports=function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")},t.exports.__esModule=!0,t.exports.default=t.exports},18:function(t,e,n){var o=n(16);t.exports=function(t,e){if(t){if("string"==typeof t)return o(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(t,e):void 0}},t.exports.__esModule=!0,t.exports.default=t.exports},19:function(t,e){function n(t,e){for(var n=0;n<e.length;n++){var o=e[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(t,o.key,o)}}t.exports=function(t,e,o){return e&&n(t.prototype,e),o&&n(t,o),Object.defineProperty(t,"prototype",{writable:!1}),t},t.exports.__esModule=!0,t.exports.default=t.exports},2:function(t,e){t.exports=window.novablocks.blockEditor},20:function(t,e){function n(e){return t.exports=n="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},t.exports.__esModule=!0,t.exports.default=t.exports,n(e)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},21:function(t,e){function n(e){return t.exports=n=Object.setPrototypeOf?Object.getPrototypeOf:function(t){return t.__proto__||Object.getPrototypeOf(t)},t.exports.__esModule=!0,t.exports.default=t.exports,n(e)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},22:function(t,e,n){var o=n(35);t.exports=function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),Object.defineProperty(t,"prototype",{writable:!1}),e&&o(t,e)},t.exports.__esModule=!0,t.exports.default=t.exports},23:function(t,e,n){var o=n(20).default,r=n(33);t.exports=function(t,e){if(e&&("object"===o(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return r(t)},t.exports.__esModule=!0,t.exports.default=t.exports},24:function(t,e,n){var o=n(25),r=n(26),i=n(18),a=n(27);t.exports=function(t,e){return o(t)||r(t,e)||i(t,e)||a()},t.exports.__esModule=!0,t.exports.default=t.exports},25:function(t,e){t.exports=function(t){if(Array.isArray(t))return t},t.exports.__esModule=!0,t.exports.default=t.exports},26:function(t,e){t.exports=function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var o,r,i=[],a=!0,u=!1;try{for(n=n.call(t);!(a=(o=n.next()).done)&&(i.push(o.value),!e||i.length!==e);a=!0);}catch(t){u=!0,r=t}finally{try{a||null==n.return||n.return()}finally{if(u)throw r}}return i}},t.exports.__esModule=!0,t.exports.default=t.exports},27:function(t,e){t.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},t.exports.__esModule=!0,t.exports.default=t.exports},274:function(t,e,n){"use strict";var o=n(0),r=o(n(30)),i=o(n(9)),a=o(n(31)),u=n(3),s=n(7),l=n(14),c=n(10),d=n(2),f=o(n(275)),p=o(n(276)),v=o(n(281)),y=o(n(282)),h=o(n(283));function g(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function m(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?g(Object(n),!0).forEach((function(e){(0,i.default)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):g(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}n(284);var b={minHeightFallback:{type:"number",default:100},overlayFilterStrength:{type:"number",default:30},colorSignal:{type:"number",default:3},paletteVariation:{type:"number",default:12},scrollingEffect:{type:"string",default:"parallax"}},w="novablocks/slideshow";function _(){return(_=(0,a.default)(r.default.mark((function t(){var e,n,o;return r.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return t.next=2,(0,d.getPlaceholderImages)();case 2:return e=t.sent,n=(0,c.getRandomBetween)(2,4),(o=(0,c.getRandomArrayFromArray)(e,n)).forEach((function(t){"function"==typeof(null==t?void 0:t.download)&&t.download()})),t.abrupt("return",{galleryImages:o});case 7:case"end":return t.stop()}}),t)})))).apply(this,arguments)}(0,d.generateDefaults)(w,(function(){return _.apply(this,arguments)}));(0,l.addFilter)("blocks.registerBlockType","novablocks/slideshow/attributes-overwrite",(function(t){return t.name!==w?t:m(m({},t),{},{attributes:m(m({},t.attributes),b)})}),Number.MAX_SAFE_INTEGER),(0,s.registerBlockType)(w,{apiVersion:2,title:(0,u.__)("Slideshow Me the Way (Deprecated)","nova-blocks"),description:(0,u.__)("Display more than one piece of content in a single, coveted space.","nova-blocks"),category:"nova-blocks",icon:(0,d.getSvg)(f.default),keywords:[(0,u.__)("slider","nova-blocks"),(0,u.__)("carousel","nova-blocks"),(0,u.__)("images","nova-blocks"),(0,u.__)("cover","nova-blocks")],attributes:y.default,supports:{html:!1,novaBlocks:{colorSignal:{attributes:!0,addOverlayColorDeprecatedMethod:!0,controls:!0},overlayFilter:{attributes:!0,controls:!0},contentPosition:{attributes:!0,deprecated:!0},customDefaults:!0,scrollingEffect:{attributes:!0,controls:!0,customWrapper:!0},spaceAndSizing:!0,cardElementsVisibility:{attributes:!0}}},edit:p.default,save:v.default,transforms:h.default})},275:function(t,e,n){"use strict";n.r(e);var o=n(4),r=n.n(o),i=n(5),a=n.n(i),u=new r.a({id:"block-library-slideshow/icon",use:"block-library-slideshow/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-slideshow/icon"><path d="M0 12C0 5.373 5.373 0 12 0s12 5.373 12 12-5.373 12-12 12S0 18.627 0 12Z" fill="#777" /><path d="M17.398 8.993a1 1 0 0 1 0 1.543l-2.43 2.005a1 1 0 0 1-1.637-.772V7.76a1 1 0 0 1 1.636-.771l2.431 2.005ZM6.602 8.993a1 1 0 0 0 0 1.543l2.43 2.005a1 1 0 0 0 1.637-.772V7.76a1 1 0 0 0-1.636-.771L6.602 8.993Z" fill="#fff" /><path d="M7 18.275c0 .528.428.956.956.956h.261c.56 0 1.015-.454 1.015-1.014v-.359A.858.858 0 0 0 8.373 17h-.098C7.571 17 7 17.57 7 18.275ZM10.72 18.275c0 .528.427.956.956.956h.26c.56 0 1.015-.454 1.015-1.014v-.359a.858.858 0 0 0-.859-.858h-.098c-.704 0-1.275.57-1.275 1.275ZM14.438 18.275c0 .528.429.956.957.956h.26c.56 0 1.015-.454 1.015-1.014v-.359a.858.858 0 0 0-.858-.858h-.098c-.705 0-1.276.57-1.276 1.275Z" fill="#DDD" /></symbol>'});a.a.add(u);e.default=u},276:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(15)),a=o(n(24)),u=o(n(12)),s=n(6),l=n(2),c=n(10),d=o(n(277)),f=o(n(279)),p=o(n(280)),v=function(t){var e=t.attributes,n=t.setAttributes,o=e.galleryImages,v=(0,r.useState)(0),y=(0,a.default)(v,2),h=y[0],g=y[1];(0,r.useEffect)((function(){0>o.length&&h>=o.length&&g(o.length-1)}),[h,o]);var m=(0,r.useCallback)((function(){var t=(h+o.length-1)%o.length;g(t)}),[h,o]),b=(0,r.useCallback)((function(){var t=(h+1)%o.length;g(t)}),[h,o]),w=(0,r.useCallback)((function(t){(0,l.normalizeImages)(t).then((function(t){n({galleryImages:t})}))}),[n]),_=Object.assign({},t,{onSelectImages:w}),x=e.contentPadding,O=e.contentPosition,k=(e.contentWidth,e.scrollingEffect),E=O.split(" "),j=E[0],S=E[1],P=(0,s.useBlockProps)({className:(0,u.default)(t.className,"novablocks-slideshow","novablocks-slideshow--scrolling-effect-".concat(k),"novablocks-u-valign-".concat(j),"novablocks-u-halign-".concat(S),"novablocks-u-spacing-".concat(x),(0,c.getColorSignalClassnames)(e,!0),"alignfull","is-ready"),style:t.style});return(0,r.createElement)("div",P,(0,r.createElement)(d.default,(0,i.default)({},_,{previewImage:o[h],onPrevArrowClick:m,onNextArrowClick:b})),(0,r.createElement)(f.default,(0,i.default)({},_,{setIndex:g,selectedIndex:h})),(0,r.createElement)(p.default,_))};e.default=v},277:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(17)),a=o(n(19)),u=o(n(22)),s=o(n(23)),l=o(n(21)),c=n(2),d=o(n(278));function f(t){var e=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}();return function(){var n,o=(0,l.default)(t);if(e){var r=(0,l.default)(this).constructor;n=Reflect.construct(o,arguments,r)}else n=o.apply(this,arguments);return(0,s.default)(this,n)}}var p=function(t){(0,u.default)(n,t);var e=f(n);function n(){var t;return(0,i.default)(this,n),(t=e.apply(this,arguments)).state={windowWidth:window.innerWidth,windowHeight:window.innerHeight},t}return(0,a.default)(n,[{key:"componentDidMount",value:function(){window.addEventListener("resize",this.updateDimensions.bind(this)),this.updateDimensions()}},{key:"updateDimensions",value:function(){this.container&&this.setState({dimensions:{width:this.container.offsetWidth,height:this.container.offsetHeight}})}},{key:"renderContent",value:function(){var t=this,e=this.props,n=e.attributes,o=e.previewImage,i=n.galleryImages,a=n.minHeightFallback,u=0,s=0;i.forEach((function(e){var n,o=null==e||null===(n=e.sizes)||void 0===n?void 0:n.full,r=o?o.width/o.height:0;u=r>u?r:u,s=t.state.dimensions.width/u}));var l=Math.max(s,a);return(0,r.createElement)(r.Fragment,null,!!i.length&&(0,r.createElement)("div",{style:{minHeight:l}},(0,r.createElement)("div",{className:"novablocks-slideshow__slider"},(0,r.createElement)("div",{className:"novablocks-slideshow__slide"},o&&(0,r.createElement)(r.Fragment,null,(0,r.createElement)(d.default,this.props),(0,r.createElement)("div",{className:"novablocks-slideshow__foreground novablocks-u-content-padding novablocks-u-content-align"},(0,r.createElement)("div",{className:"novablocks-slideshow__inner-container",dangerouslySetInnerHTML:{__html:("string"==typeof o.title&&"<h2>".concat(o.title,"</h2>")||"")+("string"==typeof o.caption&&o.caption||"")}}))))),i.length>1&&(0,r.createElement)("div",{className:"novablocks-slideshow__controls"},(0,r.createElement)("div",{className:"novablocks-slideshow__arrow novablocks-slideshow__arrow--prev novablocks-slideshow__arrow--disabled",onClick:this.props.onPrevArrowClick}),(0,r.createElement)("div",{className:"novablocks-slideshow__arrow novablocks-slideshow__arrow--next novablocks-slideshow__arrow--disabled",onClick:this.props.onNextArrowClick}))),!i.length&&(0,r.createElement)(c.GalleryPlaceholder,this.props))}},{key:"render",value:function(){var t=this,e=this.state.dimensions;return(0,r.createElement)("div",{ref:function(e){return t.container=e}},e&&this.renderContent())}}]),n}(r.Component);e.default=p},278:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(1),r=function(t){var e,n,r,i,a,u,s,l,c,d=t.attributes.overlayFilterStrength,f=t.previewImage,p=f.focalPoint||{x:.5,y:.5},v={opacity:1,objectPosition:100*p.x+"% "+100*p.y+"%"};Object.assign(v,null==t||null===(e=t.doppler)||void 0===e?void 0:e.style),v.opacity=1-d/100;var y=(null==f||null===(n=f.sizes)||void 0===n||null===(r=n.novablocks_large)||void 0===r?void 0:r.url)||(null==f||null===(i=f.sizes)||void 0===i||null===(a=i.novablocks_huge)||void 0===a?void 0:a.url)||(null==f||null===(u=f.sizes)||void 0===u||null===(s=u.large)||void 0===s?void 0:s.url)||(null==f||null===(l=f.sizes)||void 0===l||null===(c=l.full)||void 0===c?void 0:c.url)||(null==f?void 0:f.url),h=null==f?void 0:f.url;return(0,o.createElement)("div",{className:"novablocks-slideshow__background"},"video"!==f.type&&(0,o.createElement)("img",{className:"novablocks-slideshow__media",src:y,alt:"",style:v}),"video"===f.type&&(0,o.createElement)("video",{className:"novablocks-slideshow__media",src:h,muted:!0,autoPlay:!0,loop:!0,playsInline:!0,style:v}))};e.default=r},279:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(1),r=n(3),i=n(11),a=n(10),u=n(2),s=function(t){var e,n,s,l,c,d,f,p=t.attributes.galleryImages,v=t.selectedIndex,y=t.setIndex,h=t.setAttributes,g=p[v],m=["novablocks-focal-point-picker"];if(g){var b=g.focalPoint||{x:.5,y:.5};m.push((0,a.getSnapClassname)(b))}(m=m.join(" "),"video"===(null==g?void 0:g.type))?(e="//cloud.pixelgrade.com/wp-content/uploads/2020/01/Screenshot-2020-01-09-at-15.59.37.png",218):(e=(null==g||null===(n=g.sizes)||void 0===n||null===(s=n.novablocks_tiny)||void 0===s?void 0:s.url)||(null==g||null===(l=g.sizes)||void 0===l||null===(c=l.novablocks_large)||void 0===c?void 0:c.url)||(null==g||null===(d=g.sizes)||void 0===d||null===(f=d.novablocks_huge)||void 0===f?void 0:f.url),null==g||g.width,null==g||g.height);return p.length?(0,o.createElement)(u.ControlsSection,{id:"slides",label:(0,r.__)("Slides")},(0,o.createElement)(u.ControlsTab,{label:(0,r.__)("Settings")},(0,o.createElement)(u.GalleryPreview,{key:"slideshow-gallery-preview",galleryImages:p,onSelectImage:y,selected:v}),g&&(0,o.createElement)(i.FocalPointPicker,{key:"slideshow-focal-point-picker",className:m,url:e,dimensions:{width:g.width,height:g.height},value:g.focalPoint||{x:.5,y:.5},onChange:function(t){var e=p;e[v].focalPoint=(0,a.maybeSnapFocalPoint)(t),h({galleryImages:e})}}))):null};e.default=s},280:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(1),r=n(2),i=n(3),a=n(11),u=n(6),s=["image","video"],l=function(t){var e=t.attributes.galleryImages,n=t.onSelectImages,l=!!e.length;return(0,o.createElement)(u.BlockControls,null,(0,o.createElement)(a.Toolbar,{group:"block"},(0,o.createElement)(u.MediaUpload,{accept:"image/*",addToGallery:l,allowedTypes:s,gallery:!0,multiple:!0,onSelect:n,render:function(t){var e=t.open;return(0,o.createElement)(a.Button,{className:"components-icon-button components-toolbar__control",label:(0,i.__)("Change Media","nova-blocks"),icon:(0,r.getIconSvg)("swap"),onClick:e})},value:e.map((function(t){return t.id}))})))};e.default=l},281:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(1),r=n(6);e.default=function(){return(0,o.createElement)(r.InnerBlocks.Content,null)}},282:function(t){t.exports=JSON.parse('{"align":{"type":"string","default":"full"},"galleryImages":{"type":"array","items":{"type":"object"},"default":[]},"slideshowType":{"type":"string","default":"gallery"},"minHeight":{"type":"number","default":75},"defaultsGenerated":{"type":"boolean","default":false}}')},283:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=o(n(32)),i=n(7),a=["galleryImages"],u=["caption","title"],s={to:[{type:"block",blocks:["novablocks/supernova"],transform:function(t){var e=t.paletteVariation,n=t.galleryImages,o=(0,r.default)(t,a),s=Object.assign({},o,{variation:"slideshow",layoutStyle:"carousel",postsToShow:n.length,contentType:"fields",cardLayout:"stacked",contentColorSignal:0,contentPaletteVariation:e,emphasisTopSpacing:0,emphasisBottomSpacing:0,contentPadding:50,imagePadding:0,collectionTitle:"",collectionSubtitle:"",showCollectionTitle:!1,showCollectionSubtitle:!1}),l=n.map((function(t){var e=t.caption,n=t.title,o=(0,r.default)(t,u),a=Object.assign({},s,{images:[o],title:n,description:e,showTitle:!0,showDescription:!0});return(0,i.createBlock)("novablocks/supernova-item",a)}));return(0,i.createBlock)("novablocks/supernova",s,l)}}]};e.default=s},284:function(t,e,n){"use strict";var o=n(0)(n(9)),r=n(14),i=n(57);function a(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function u(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?a(Object(n),!0).forEach((function(e){(0,o.default)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):a(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}(0,r.addFilter)("blocks.registerBlockType","novablocks/slideshow-add-deprecated",(function(t,e){if("novablocks/slideshow"!==e)return t;var n=t.attributes,o=[(0,i.migrateContentPadding)(n)];return u(u({},t),{},{deprecated:o})}),20)},29:function(t,e){t.exports=window.lodash},3:function(t,e){t.exports=window.wp.i18n},30:function(t,e){t.exports=window.regeneratorRuntime},31:function(t,e){function n(t,e,n,o,r,i,a){try{var u=t[i](a),s=u.value}catch(t){return void n(t)}u.done?e(s):Promise.resolve(s).then(o,r)}t.exports=function(t){return function(){var e=this,o=arguments;return new Promise((function(r,i){var a=t.apply(e,o);function u(t){n(a,r,i,u,s,"next",t)}function s(t){n(a,r,i,u,s,"throw",t)}u(void 0)}))}},t.exports.__esModule=!0,t.exports.default=t.exports},32:function(t,e,n){var o=n(40);t.exports=function(t,e){if(null==t)return{};var n,r,i=o(t,e);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(t);for(r=0;r<a.length;r++)n=a[r],e.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(t,n)&&(i[n]=t[n])}return i},t.exports.__esModule=!0,t.exports.default=t.exports},33:function(t,e){t.exports=function(t){if(void 0===t)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return t},t.exports.__esModule=!0,t.exports.default=t.exports},35:function(t,e){function n(e,o){return t.exports=n=Object.setPrototypeOf||function(t,e){return t.__proto__=e,t},t.exports.__esModule=!0,t.exports.default=t.exports,n(e,o)}t.exports=n,t.exports.__esModule=!0,t.exports.default=t.exports},4:function(t,e,n){(function(e){var n;n=function(){"use strict";var t=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};function n(t,e){return t(e={exports:{}},e.exports),e.exports}t.prototype.stringify=function(){return this.content},t.prototype.toString=function(){return this.stringify()},t.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))},"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var o=n((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var a=n.slice();return r.forEach((function(r,u){void 0===a[u]?a[u]=e(r,i):t(r)?a[u]=o(n[u],r,i):-1===n.indexOf(r)&&a.push(e(r,i))})),a}function o(r,i,a){var u=Array.isArray(i),s=(a||{arrayMerge:n}).arrayMerge||n;return u?Array.isArray(r)?s(r,i,a):e(i,a):function(n,r,i){var a={};return t(n)&&Object.keys(n).forEach((function(t){a[t]=e(n[t],i)})),Object.keys(r).forEach((function(u){t(r[u])&&n[u]?a[u]=o(n[u],r[u],i):a[u]=e(r[u],i)})),a}(r,i,a)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),r=n((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),i=r.svg,a=r.xlink,u={};u[i.name]=i.uri,u[a.name]=a.uri;var s=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(o(u,e||{}))+">"+t+"</svg>"};return function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n}(s(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(t)},t.exports=n()}).call(this,n(8))},40:function(t,e){t.exports=function(t,e){if(null==t)return{};var n,o,r={},i=Object.keys(t);for(o=0;o<i.length;o++)n=i[o],e.indexOf(n)>=0||(r[n]=t[n]);return r},t.exports.__esModule=!0,t.exports.default=t.exports},46:function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var o=n(1),r=n(6);e.default=function(){return(0,o.createElement)(r.InnerBlocks.Content,null)}},5:function(t,e,n){(function(e){var n;n=function(){"use strict";function t(t,e){return t(e={exports:{}},e.exports),e.exports}"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var n=t((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var a=n.slice();return r.forEach((function(r,u){void 0===a[u]?a[u]=e(r,i):t(r)?a[u]=o(n[u],r,i):-1===n.indexOf(r)&&a.push(e(r,i))})),a}function o(r,i,a){var u=Array.isArray(i),s=(a||{arrayMerge:n}).arrayMerge||n;return u?Array.isArray(r)?s(r,i,a):e(i,a):function(n,r,i){var a={};return t(n)&&Object.keys(n).forEach((function(t){a[t]=e(n[t],i)})),Object.keys(r).forEach((function(u){t(r[u])&&n[u]?a[u]=o(n[u],r[u],i):a[u]=e(r[u],i)})),a}(r,i,a)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),o=t((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),r=o.svg,i=o.xlink,a={};a[r.name]=r.uri,a[i.name]=i.uri;var u,s=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(a,e||{}))+">"+t+"</svg>"},l=o.svg,c=o.xlink,d={attrs:(u={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},u[l.name]=l.uri,u[c.name]=c.uri,u)},f=function(t){this.config=n(d,t||{}),this.symbols=[]};f.prototype.add=function(t){var e=this.symbols,n=this.find(t.id);return n?(e[e.indexOf(n)]=t,!1):(e.push(t),!0)},f.prototype.remove=function(t){var e=this.symbols,n=this.find(t);return!!n&&(e.splice(e.indexOf(n),1),n.destroy(),!0)},f.prototype.find=function(t){return this.symbols.filter((function(e){return e.id===t}))[0]||null},f.prototype.has=function(t){return null!==this.find(t)},f.prototype.stringify=function(){var t=this.config.attrs,e=this.symbols.map((function(t){return t.stringify()})).join("");return s(e,t)},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){this.symbols.forEach((function(t){return t.destroy()}))};var p=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};p.prototype.stringify=function(){return this.content},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var v=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n},y=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return v(s(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(p),h={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},g=function(t){return Array.prototype.slice.call(t,0)},m=function(){return/firefox/i.test(navigator.userAgent)},b=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},w=function(){return/edge/i.test(navigator.userAgent)},_=function(t){return(t||window.location.href).split("#")[0]},x=function(t){angular.module("ng").run(["$rootScope",function(e){e.$on("$locationChangeSuccess",(function(e,n,o){var r,i,a;r=t,i={oldUrl:o,newUrl:n},(a=document.createEvent("CustomEvent")).initCustomEvent(r,!1,!1,i),window.dispatchEvent(a)}))}])},O=function(t,e){return void 0===e&&(e="linearGradient, radialGradient, pattern, mask, clipPath"),g(t.querySelectorAll("symbol")).forEach((function(t){g(t.querySelectorAll(e)).forEach((function(e){t.parentNode.insertBefore(e,t)}))})),t},k=o.xlink.uri,E=/[{}|\\\^\[\]`"<>]/g;function j(t){return t.replace(E,(function(t){return"%"+t[0].charCodeAt(0).toString(16).toUpperCase()}))}var S,P=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],M=P.map((function(t){return"["+t+"]"})).join(","),C=function(t,e,n,o){var r=j(n),i=j(o);(function(t,e){return g(t).reduce((function(t,n){if(!n.attributes)return t;var o=g(n.attributes),r=e?o.filter(e):o;return t.concat(r)}),[])})(t.querySelectorAll(M),(function(t){var e=t.localName,n=t.value;return-1!==P.indexOf(e)&&-1!==n.indexOf("url("+r)})).forEach((function(t){return t.value=t.value.replace(new RegExp(r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(t,e,n){g(t).forEach((function(t){var o=t.getAttribute("xlink:href");if(o&&0===o.indexOf(e)){var r=o.replace(e,n);t.setAttributeNS(k,"xlink:href",r)}}))}(e,r,i)},A="mount",T="symbol_mount",B=function(t){function e(e){var o=this;void 0===e&&(e={}),t.call(this,n(h,e));var r,i=(r=r||Object.create(null),{on:function(t,e){(r[t]||(r[t]=[])).push(e)},off:function(t,e){r[t]&&r[t].splice(r[t].indexOf(e)>>>0,1)},emit:function(t,e){(r[t]||[]).map((function(t){t(e)})),(r["*"]||[]).map((function(n){n(t,e)}))}});this._emitter=i,this.node=null;var a=this.config;if(a.autoConfigure&&this._autoConfigure(e),a.syncUrlsWithBaseTag){var u=document.getElementsByTagName("base")[0].getAttribute("href");i.on(A,(function(){return o.updateUrls("#",u)}))}var s=this._handleLocationChange.bind(this);this._handleLocationChange=s,a.listenLocationChangeEvent&&window.addEventListener(a.locationChangeEvent,s),a.locationChangeAngularEmitter&&x(a.locationChangeEvent),i.on(A,(function(t){a.moveGradientsOutsideSymbol&&O(t)})),i.on(T,(function(t){var e;a.moveGradientsOutsideSymbol&&O(t.parentNode),(b()||w())&&(e=[],g(t.querySelectorAll("style")).forEach((function(t){t.textContent+="",e.push(t)})))}))}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},e.prototype._autoConfigure=function(t){var e=this.config;void 0===t.syncUrlsWithBaseTag&&(e.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===t.locationChangeAngularEmitter&&(e.locationChangeAngularEmitter=void 0!==window.angular),void 0===t.moveGradientsOutsideSymbol&&(e.moveGradientsOutsideSymbol=m())},e.prototype._handleLocationChange=function(t){var e=t.detail,n=e.oldUrl,o=e.newUrl;this.updateUrls(n,o)},e.prototype.add=function(e){var n=t.prototype.add.call(this,e);return this.isMounted&&n&&(e.mount(this.node),this._emitter.emit(T,e.node)),n},e.prototype.attach=function(t){var e=this,n=this;if(n.isMounted)return n.node;var o="string"==typeof t?document.querySelector(t):t;return n.node=o,this.symbols.forEach((function(t){t.mount(n.node),e._emitter.emit(T,t.node)})),g(o.querySelectorAll("symbol")).forEach((function(t){var e=y.createFromExistingNode(t);e.node=t,n.add(e)})),this._emitter.emit(A,o),o},e.prototype.destroy=function(){var t=this.config,e=this.symbols,n=this._emitter;e.forEach((function(t){return t.destroy()})),n.off("*"),window.removeEventListener(t.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},e.prototype.mount=function(t,e){if(void 0===t&&(t=this.config.mountTo),void 0===e&&(e=!1),this.isMounted)return this.node;var n="string"==typeof t?document.querySelector(t):t,o=this.render();return this.node=o,e&&n.childNodes[0]?n.insertBefore(o,n.childNodes[0]):n.appendChild(o),this._emitter.emit(A,o),o},e.prototype.render=function(){return v(this.stringify())},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},e.prototype.updateUrls=function(t,e){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return C(this.node,n,_(t)+"#",_(e)+"#"),!0},Object.defineProperties(e.prototype,o),e}(f),N=t((function(t){var e,n,o,r,i;t.exports=(n=[],o=document,r=o.documentElement.doScroll,(i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(o.readyState))||o.addEventListener("DOMContentLoaded",e=function(){for(o.removeEventListener("DOMContentLoaded",e),i=1;e=n.shift();)e()}),function(t){i?setTimeout(t,0):n.push(t)})}));window.__SVG_SPRITE__?S=window.__SVG_SPRITE__:(S=new B({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=S);var I=function(){var t=document.getElementById("__SVG_SPRITE_NODE__");t?S.attach(t):S.mount(document.body,!0)};return document.body?I():N(I),S},t.exports=n()}).call(this,n(8))},57:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.migrateContentPadding=void 0;var r=o(n(9)),i=n(14),a=n(7),u=n(29),s=o(n(46));function l(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function c(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?l(Object(n),!0).forEach((function(e){(0,r.default)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):l(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var d=function(t){return{attributes:c(c({},t),{},{contentPadding:{type:"string",default:"small"},contentPaddingCustom:{type:"number",default:20}}),isEligible:function(t){return"large"===(null==t?void 0:t.contentPadding)||"custom"===(null==t?void 0:t.contentPadding)},migrate:function(t){var e={};return"large"===(null==t?void 0:t.contentPadding)&&(e.emphasisTopSpacing=2,e.emphasisBottomSpacing=2),"custom"===(null==t?void 0:t.contentPadding)&&((null==t?void 0:t.contentPaddingCustom)>10&&(e.emphasisTopSpacing=2,e.emphasisBottomSpacing=2),(null==t?void 0:t.contentPaddingCustom)>15&&(e.emphasisTopSpacing=3,e.emphasisBottomSpacing=3)),c(c({},(0,u.omit)(t,["contentPadding","contentPaddingCustom"])),e)},save:s.default}};e.migrateContentPadding=d;var f=function(t){return{attributes:c(c({},t),{},{contentWidth:{type:"string",default:"large"}}),isEligible:function(t,e){return e.length&&"core/group"!==e[0].name&&"novablocks/sidecar"!==e[0].name},migrate:function(t,e){var n="";return"full"===(null==t?void 0:t.contentWidth)&&(n="full"),"large"===(null==t?void 0:t.contentWidth)&&(n="wide"),[t,[(0,a.createBlock)("core/group",{align:n},e)]]},save:s.default}};(0,i.addFilter)("blocks.registerBlockType","novablocks/hero-add-deprecated",(function(t,e){if("novablocks/hero"!==e)return t;var n=t.attributes,o=[d(n),f(n)];return c(c({},t),{},{deprecated:o})}))},6:function(t,e){t.exports=window.wp.blockEditor},7:function(t,e){t.exports=window.wp.blocks},8:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},9:function(t,e){t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},t.exports.__esModule=!0,t.exports.default=t.exports}});
  • nova-blocks/trunk/build/block-library/blocks/supernova-item/index.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('novablocks-block-editor', 'novablocks-media-composition', 'novablocks-scrolling-effect', 'novablocks-shape-modeling', 'novablocks-utils', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-polyfill'), 'version' => '7cd3e759e04b592cca14695ea0b5d4f7');
     1<?php return array('dependencies' => array('novablocks-block-editor', 'novablocks-media-composition', 'novablocks-scrolling-effect', 'novablocks-shape-modeling', 'novablocks-utils', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-data', 'wp-element', 'wp-polyfill'), 'version' => 'f4f9d666a6f4d1e8766fe338365d82da');
  • nova-blocks/trunk/build/block-library/blocks/supernova-item/index.js

    r2719178 r2721032  
    1 !function(t){var e={};function n(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(o,r,function(e){return t[e]}.bind(null,r));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=284)}({0:function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports.default=t.exports},1:function(t,e){t.exports=window.wp.element},10:function(t,e){t.exports=window.novablocks.utils},11:function(t,e){t.exports=window.wp.components},13:function(t,e){t.exports=window.wp.data},16:function(t,e){t.exports=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o},t.exports.__esModule=!0,t.exports.default=t.exports},18:function(t,e,n){var o=n(16);t.exports=function(t,e){if(t){if("string"==typeof t)return o(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(t,e):void 0}},t.exports.__esModule=!0,t.exports.default=t.exports},2:function(t,e){t.exports=window.novablocks.blockEditor},24:function(t,e,n){var o=n(25),r=n(26),i=n(18),u=n(27);t.exports=function(t,e){return o(t)||r(t,e)||i(t,e)||u()},t.exports.__esModule=!0,t.exports.default=t.exports},25:function(t,e){t.exports=function(t){if(Array.isArray(t))return t},t.exports.__esModule=!0,t.exports.default=t.exports},26:function(t,e){t.exports=function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var o,r,i=[],u=!0,a=!1;try{for(n=n.call(t);!(u=(o=n.next()).done)&&(i.push(o.value),!e||i.length!==e);u=!0);}catch(t){a=!0,r=t}finally{try{u||null==n.return||n.return()}finally{if(a)throw r}}return i}},t.exports.__esModule=!0,t.exports.default=t.exports},27:function(t,e){t.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},t.exports.__esModule=!0,t.exports.default=t.exports},28:function(t,e){t.exports=window.novablocks.mediaComposition},284:function(t,e,n){"use strict";var o=n(0),r=n(1),i=o(n(30)),u=o(n(9)),a=o(n(31)),s=n(7),c=n(6),l=n(10),f=n(2),d=n(28),p=o(n(285)),h=o(n(286));function m(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function y(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?m(Object(n),!0).forEach((function(e){(0,u.default)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function v(){return(v=(0,a.default)(i.default.mark((function t(e){var n,o,r,u,a;return i.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return o=(0,l.getRandomBetween)(2,4),t.next=3,(0,f.getPlaceholderImages)();case 3:return r=t.sent,u=(0,l.getRandomArrayFromArray)(r,o),a=(0,d.getRandomAttributes)(),null!=e&&null!==(n=e.attributes)&&void 0!==n&&n.multiplePlaceholderImages||u.splice(1),u.forEach((function(t){delete t.caption,delete t.title,"function"==typeof(null==t?void 0:t.download)&&t.download()})),t.abrupt("return",y(y({},a),{},{images:u}));case 9:case"end":return t.stop()}}),t)})))).apply(this,arguments)}(0,f.generateDefaults)("novablocks/supernova-item",(function(t){return v.apply(this,arguments)})),(0,s.registerBlockType)("novablocks/supernova-item",{icon:(0,f.getSvg)(h.default),attributes:{preview:{type:"boolean",default:!0},level:{type:"number",default:2},metaAboveTitle:{type:"string",default:"Meta Data"},metaBelowTitle:{type:"string",default:""},title:{type:"string",default:"This is a catchy title"},subtitle:{type:"string",default:""},description:{type:"string",default:"A brilliant subtitle to explain its catchiness"},buttonText:{type:"string",default:""},buttonUrl:{type:"string",default:""},buttonOpensInNewTab:{type:"boolean",default:!1},defaultsGenerated:{type:"boolean",default:!1},multiplePlaceholderImages:{type:"boolean",default:!1},lock:{type:"object",default:{}},contentType:{type:"string",default:"fields"}},edit:p.default,save:function(){return(0,r.createElement)(c.InnerBlocks.Content,null)}})},285:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(24)),u=n(11),a=n(13),s=n(6),c=n(62),l=n(10),f=n(28),d=n(2),p=n(63),h=(0,c.withScrollingEffect)((function(t){var e=t.attributes.images,n=(0,c.useScrollingEffect)();return Array.isArray(e)&&1===e.length&&(0,r.createElement)(m,t),(0,r.createElement)("div",{style:null==n?void 0:n.style},(0,r.createElement)(f.MediaCompositionPreview,t))})),m=(0,p.withShapeModelingDecoration)((function(t){var e=t.attributes.images,n=(0,l.normalizeMedia)(e[0]),o=(0,c.useScrollingEffect)();return(0,r.createElement)("img",{className:"nb-supernova-item__media",src:n.url,width:n.width,height:n.height,style:null==o?void 0:o.style,alt:n.alt})})),y=function(t){var e=t.attributes,n=t.setAttributes,o=e.contentType,a=e.metaAboveTitle,c=e.metaBelowTitle,l=e.title,f=e.subtitle,p=e.description,h=e.buttonText,m=e.buttonUrl,y=e.buttonOpensInNewTab,v=e.showTitle,g=e.showSubtitle,b=e.showDescription,w=e.showButtons,x=e.showMeta,_=e.displayInnerContent,E=e.cardTitleLevel,O=e.cardTitleFontSize,S=(0,r.useState)(!1),A=(0,i.default)(S,2),M=A[0],j=A[1],k="h".concat(E),C="has-".concat(O,"-font-size"),T="h".concat(E+1),N={className:"nb-supernova-item__inner-container"},P=(0,s.useInnerBlocksProps)(N);return"fields"===o?(0,r.createElement)("div",N,x&&(0,r.createElement)(s.RichText,{className:"nb-card__meta is-style-meta",placeholder:"Meta",tagName:"p",value:a,onChange:function(t){n({metaAboveTitle:t})},allowedFormats:[]}),v&&(0,r.createElement)(s.RichText,{className:"nb-card__title ".concat(C),placeholder:"Title",tagName:k,value:l,onChange:function(t){n({title:t})},allowedFormats:[]}),g&&(0,r.createElement)(s.RichText,{className:"nb-card__subtitle",placeholder:"Subtitle",tagName:T,value:f,onChange:function(t){n({subtitle:t})},allowedFormats:[]}),x&&(0,r.createElement)(s.RichText,{className:"nb-card__meta is-style-meta",placeholder:"Meta",tagName:"p",value:c,onChange:function(t){n({metaBelowTitle:t})},allowedFormats:[]}),b&&(0,r.createElement)(s.RichText,{className:"nb-card__description",placeholder:"Content",tagName:"p",value:p,onChange:function(t){n({description:t})}}),w&&(0,r.createElement)(d.CardButton,null,(0,r.createElement)(s.RichText,{placeholder:"Button",tagName:"span",value:h,onChange:function(t){n({buttonText:t})},allowedFormats:[],unstableOnFocus:function(){j(!0)},onBlur:function(){j(!1)}}),M&&(0,r.createElement)(u.Popover,{position:"bottom center"},(0,r.createElement)(s.__experimentalLinkControl,{className:"wp-block-navigation-link__inline-link-input",value:{url:m,opensInNewTab:y},onChange:function(t){var e=t.url,o=t.opensInNewTab;n({buttonUrl:e,buttonOpensInNewTab:o})}})))):_&&(0,r.createElement)("div",P)},v=function(t){var e=t.attributes,n=t.setControlsVisibility,o=t.clientId,i=e.showMedia,u=(0,a.useSelect)((function(t){var e=(0,t("core/block-editor").getBlockParents)(o).slice();return e.length?e[e.length-1]:null}),[o]),c=(0,d.useInnerBlocks)(u),l=(0,r.useMemo)((function(){return 1===c.length}),[c]);(0,d.useSelectParent)(t,l),(0,r.useEffect)((function(){n({"media-composition-block-controls":i})}),[i]);var f=(0,s.useBlockProps)({className:"nb-collection__layout-item"});return(0,r.createElement)("div",f,(0,r.createElement)(d.Card,t,i&&(0,r.createElement)(d.CardMediaWrapper,t,(0,r.createElement)(h,t)),(0,r.createElement)(y,t)))};e.default=v},286:function(t,e,n){"use strict";n.r(e);var o=n(4),r=n.n(o),i=n(5),u=n.n(i),a=new r.a({id:"block-library-supernova-item/icon",use:"block-library-supernova-item/icon-usage",viewBox:"0 0 36 36",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36" id="block-library-supernova-item/icon"><circle cx="18" cy="18" r="18" fill="#6565F2" /><path d="M17.081 8.133c.348-.806 1.49-.806 1.838 0l2.09 4.856a1 1 0 0 0 .827.6l5.265.488c.873.081 1.226 1.168.567 1.747l-3.972 3.49a1 1 0 0 0-.316.971l1.163 5.158c.193.856-.732 1.528-1.486 1.08l-4.546-2.7a1 1 0 0 0-1.022 0l-4.546 2.7c-.754.448-1.679-.224-1.486-1.08l1.163-5.158a1 1 0 0 0-.316-.971l-3.972-3.49c-.66-.579-.306-1.666.567-1.747l5.265-.488a1 1 0 0 0 .826-.6l2.091-4.856Z" fill="#fff" /></symbol>'});u.a.add(a);e.default=a},30:function(t,e){t.exports=window.regeneratorRuntime},31:function(t,e){function n(t,e,n,o,r,i,u){try{var a=t[i](u),s=a.value}catch(t){return void n(t)}a.done?e(s):Promise.resolve(s).then(o,r)}t.exports=function(t){return function(){var e=this,o=arguments;return new Promise((function(r,i){var u=t.apply(e,o);function a(t){n(u,r,i,a,s,"next",t)}function s(t){n(u,r,i,a,s,"throw",t)}a(void 0)}))}},t.exports.__esModule=!0,t.exports.default=t.exports},4:function(t,e,n){(function(e){var n;n=function(){"use strict";var t=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};function n(t,e){return t(e={exports:{}},e.exports),e.exports}t.prototype.stringify=function(){return this.content},t.prototype.toString=function(){return this.stringify()},t.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))},"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var o=n((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var u=n.slice();return r.forEach((function(r,a){void 0===u[a]?u[a]=e(r,i):t(r)?u[a]=o(n[a],r,i):-1===n.indexOf(r)&&u.push(e(r,i))})),u}function o(r,i,u){var a=Array.isArray(i),s=(u||{arrayMerge:n}).arrayMerge||n;return a?Array.isArray(r)?s(r,i,u):e(i,u):function(n,r,i){var u={};return t(n)&&Object.keys(n).forEach((function(t){u[t]=e(n[t],i)})),Object.keys(r).forEach((function(a){t(r[a])&&n[a]?u[a]=o(n[a],r[a],i):u[a]=e(r[a],i)})),u}(r,i,u)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),r=n((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),i=r.svg,u=r.xlink,a={};a[i.name]=i.uri,a[u.name]=u.uri;var s=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(o(a,e||{}))+">"+t+"</svg>"};return function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n}(s(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(t)},t.exports=n()}).call(this,n(8))},5:function(t,e,n){(function(e){var n;n=function(){"use strict";function t(t,e){return t(e={exports:{}},e.exports),e.exports}"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var n=t((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var u=n.slice();return r.forEach((function(r,a){void 0===u[a]?u[a]=e(r,i):t(r)?u[a]=o(n[a],r,i):-1===n.indexOf(r)&&u.push(e(r,i))})),u}function o(r,i,u){var a=Array.isArray(i),s=(u||{arrayMerge:n}).arrayMerge||n;return a?Array.isArray(r)?s(r,i,u):e(i,u):function(n,r,i){var u={};return t(n)&&Object.keys(n).forEach((function(t){u[t]=e(n[t],i)})),Object.keys(r).forEach((function(a){t(r[a])&&n[a]?u[a]=o(n[a],r[a],i):u[a]=e(r[a],i)})),u}(r,i,u)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),o=t((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),r=o.svg,i=o.xlink,u={};u[r.name]=r.uri,u[i.name]=i.uri;var a,s=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(u,e||{}))+">"+t+"</svg>"},c=o.svg,l=o.xlink,f={attrs:(a={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},a[c.name]=c.uri,a[l.name]=l.uri,a)},d=function(t){this.config=n(f,t||{}),this.symbols=[]};d.prototype.add=function(t){var e=this.symbols,n=this.find(t.id);return n?(e[e.indexOf(n)]=t,!1):(e.push(t),!0)},d.prototype.remove=function(t){var e=this.symbols,n=this.find(t);return!!n&&(e.splice(e.indexOf(n),1),n.destroy(),!0)},d.prototype.find=function(t){return this.symbols.filter((function(e){return e.id===t}))[0]||null},d.prototype.has=function(t){return null!==this.find(t)},d.prototype.stringify=function(){var t=this.config.attrs,e=this.symbols.map((function(t){return t.stringify()})).join("");return s(e,t)},d.prototype.toString=function(){return this.stringify()},d.prototype.destroy=function(){this.symbols.forEach((function(t){return t.destroy()}))};var p=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};p.prototype.stringify=function(){return this.content},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var h=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n},m=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return h(s(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(p),y={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},v=function(t){return Array.prototype.slice.call(t,0)},g=function(){return/firefox/i.test(navigator.userAgent)},b=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},w=function(){return/edge/i.test(navigator.userAgent)},x=function(t){return(t||window.location.href).split("#")[0]},_=function(t){angular.module("ng").run(["$rootScope",function(e){e.$on("$locationChangeSuccess",(function(e,n,o){var r,i,u;r=t,i={oldUrl:o,newUrl:n},(u=document.createEvent("CustomEvent")).initCustomEvent(r,!1,!1,i),window.dispatchEvent(u)}))}])},E=function(t,e){return void 0===e&&(e="linearGradient, radialGradient, pattern, mask, clipPath"),v(t.querySelectorAll("symbol")).forEach((function(t){v(t.querySelectorAll(e)).forEach((function(e){t.parentNode.insertBefore(e,t)}))})),t},O=o.xlink.uri,S=/[{}|\\\^\[\]`"<>]/g;function A(t){return t.replace(S,(function(t){return"%"+t[0].charCodeAt(0).toString(16).toUpperCase()}))}var M,j=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],k=j.map((function(t){return"["+t+"]"})).join(","),C=function(t,e,n,o){var r=A(n),i=A(o);(function(t,e){return v(t).reduce((function(t,n){if(!n.attributes)return t;var o=v(n.attributes),r=e?o.filter(e):o;return t.concat(r)}),[])})(t.querySelectorAll(k),(function(t){var e=t.localName,n=t.value;return-1!==j.indexOf(e)&&-1!==n.indexOf("url("+r)})).forEach((function(t){return t.value=t.value.replace(new RegExp(r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(t,e,n){v(t).forEach((function(t){var o=t.getAttribute("xlink:href");if(o&&0===o.indexOf(e)){var r=o.replace(e,n);t.setAttributeNS(O,"xlink:href",r)}}))}(e,r,i)},T="mount",N="symbol_mount",P=function(t){function e(e){var o=this;void 0===e&&(e={}),t.call(this,n(y,e));var r,i=(r=r||Object.create(null),{on:function(t,e){(r[t]||(r[t]=[])).push(e)},off:function(t,e){r[t]&&r[t].splice(r[t].indexOf(e)>>>0,1)},emit:function(t,e){(r[t]||[]).map((function(t){t(e)})),(r["*"]||[]).map((function(n){n(t,e)}))}});this._emitter=i,this.node=null;var u=this.config;if(u.autoConfigure&&this._autoConfigure(e),u.syncUrlsWithBaseTag){var a=document.getElementsByTagName("base")[0].getAttribute("href");i.on(T,(function(){return o.updateUrls("#",a)}))}var s=this._handleLocationChange.bind(this);this._handleLocationChange=s,u.listenLocationChangeEvent&&window.addEventListener(u.locationChangeEvent,s),u.locationChangeAngularEmitter&&_(u.locationChangeEvent),i.on(T,(function(t){u.moveGradientsOutsideSymbol&&E(t)})),i.on(N,(function(t){var e;u.moveGradientsOutsideSymbol&&E(t.parentNode),(b()||w())&&(e=[],v(t.querySelectorAll("style")).forEach((function(t){t.textContent+="",e.push(t)})))}))}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},e.prototype._autoConfigure=function(t){var e=this.config;void 0===t.syncUrlsWithBaseTag&&(e.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===t.locationChangeAngularEmitter&&(e.locationChangeAngularEmitter=void 0!==window.angular),void 0===t.moveGradientsOutsideSymbol&&(e.moveGradientsOutsideSymbol=g())},e.prototype._handleLocationChange=function(t){var e=t.detail,n=e.oldUrl,o=e.newUrl;this.updateUrls(n,o)},e.prototype.add=function(e){var n=t.prototype.add.call(this,e);return this.isMounted&&n&&(e.mount(this.node),this._emitter.emit(N,e.node)),n},e.prototype.attach=function(t){var e=this,n=this;if(n.isMounted)return n.node;var o="string"==typeof t?document.querySelector(t):t;return n.node=o,this.symbols.forEach((function(t){t.mount(n.node),e._emitter.emit(N,t.node)})),v(o.querySelectorAll("symbol")).forEach((function(t){var e=m.createFromExistingNode(t);e.node=t,n.add(e)})),this._emitter.emit(T,o),o},e.prototype.destroy=function(){var t=this.config,e=this.symbols,n=this._emitter;e.forEach((function(t){return t.destroy()})),n.off("*"),window.removeEventListener(t.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},e.prototype.mount=function(t,e){if(void 0===t&&(t=this.config.mountTo),void 0===e&&(e=!1),this.isMounted)return this.node;var n="string"==typeof t?document.querySelector(t):t,o=this.render();return this.node=o,e&&n.childNodes[0]?n.insertBefore(o,n.childNodes[0]):n.appendChild(o),this._emitter.emit(T,o),o},e.prototype.render=function(){return h(this.stringify())},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},e.prototype.updateUrls=function(t,e){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return C(this.node,n,x(t)+"#",x(e)+"#"),!0},Object.defineProperties(e.prototype,o),e}(d),B=t((function(t){var e,n,o,r,i;t.exports=(n=[],o=document,r=o.documentElement.doScroll,(i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(o.readyState))||o.addEventListener("DOMContentLoaded",e=function(){for(o.removeEventListener("DOMContentLoaded",e),i=1;e=n.shift();)e()}),function(t){i?setTimeout(t,0):n.push(t)})}));window.__SVG_SPRITE__?M=window.__SVG_SPRITE__:(M=new P({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=M);var I=function(){var t=document.getElementById("__SVG_SPRITE_NODE__");t?M.attach(t):M.mount(document.body,!0)};return document.body?I():B(I),M},t.exports=n()}).call(this,n(8))},6:function(t,e){t.exports=window.wp.blockEditor},62:function(t,e){t.exports=window.novablocks.scrollingEffect},63:function(t,e){t.exports=window.novablocks.shapeModeling},7:function(t,e){t.exports=window.wp.blocks},8:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},9:function(t,e){t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},t.exports.__esModule=!0,t.exports.default=t.exports}});
     1!function(t){var e={};function n(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(o,r,function(e){return t[e]}.bind(null,r));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=285)}({0:function(t,e){t.exports=function(t){return t&&t.__esModule?t:{default:t}},t.exports.__esModule=!0,t.exports.default=t.exports},1:function(t,e){t.exports=window.wp.element},10:function(t,e){t.exports=window.novablocks.utils},11:function(t,e){t.exports=window.wp.components},13:function(t,e){t.exports=window.wp.data},16:function(t,e){t.exports=function(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,o=new Array(e);n<e;n++)o[n]=t[n];return o},t.exports.__esModule=!0,t.exports.default=t.exports},18:function(t,e,n){var o=n(16);t.exports=function(t,e){if(t){if("string"==typeof t)return o(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(t,e):void 0}},t.exports.__esModule=!0,t.exports.default=t.exports},2:function(t,e){t.exports=window.novablocks.blockEditor},24:function(t,e,n){var o=n(25),r=n(26),i=n(18),u=n(27);t.exports=function(t,e){return o(t)||r(t,e)||i(t,e)||u()},t.exports.__esModule=!0,t.exports.default=t.exports},25:function(t,e){t.exports=function(t){if(Array.isArray(t))return t},t.exports.__esModule=!0,t.exports.default=t.exports},26:function(t,e){t.exports=function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var o,r,i=[],u=!0,a=!1;try{for(n=n.call(t);!(u=(o=n.next()).done)&&(i.push(o.value),!e||i.length!==e);u=!0);}catch(t){a=!0,r=t}finally{try{u||null==n.return||n.return()}finally{if(a)throw r}}return i}},t.exports.__esModule=!0,t.exports.default=t.exports},27:function(t,e){t.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},t.exports.__esModule=!0,t.exports.default=t.exports},28:function(t,e){t.exports=window.novablocks.mediaComposition},285:function(t,e,n){"use strict";var o=n(0),r=n(1),i=o(n(30)),u=o(n(9)),a=o(n(31)),s=n(7),c=n(6),l=n(10),f=n(2),d=n(28),p=o(n(286)),h=o(n(287));function m(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(t);e&&(o=o.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,o)}return n}function y(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?m(Object(n),!0).forEach((function(e){(0,u.default)(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):m(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function v(){return(v=(0,a.default)(i.default.mark((function t(e){var n,o,r,u,a;return i.default.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:return o=(0,l.getRandomBetween)(2,4),t.next=3,(0,f.getPlaceholderImages)();case 3:return r=t.sent,u=(0,l.getRandomArrayFromArray)(r,o),a=(0,d.getRandomAttributes)(),null!=e&&null!==(n=e.attributes)&&void 0!==n&&n.multiplePlaceholderImages||u.splice(1),u.forEach((function(t){delete t.caption,delete t.title,"function"==typeof(null==t?void 0:t.download)&&t.download()})),t.abrupt("return",y(y({},a),{},{images:u}));case 9:case"end":return t.stop()}}),t)})))).apply(this,arguments)}(0,f.generateDefaults)("novablocks/supernova-item",(function(t){return v.apply(this,arguments)})),(0,s.registerBlockType)("novablocks/supernova-item",{icon:(0,f.getSvg)(h.default),attributes:{preview:{type:"boolean",default:!0},level:{type:"number",default:2},metaAboveTitle:{type:"string",default:"Meta Data"},metaBelowTitle:{type:"string",default:""},title:{type:"string",default:"This is a catchy title"},subtitle:{type:"string",default:""},description:{type:"string",default:"A brilliant subtitle to explain its catchiness"},buttonText:{type:"string",default:""},buttonUrl:{type:"string",default:""},buttonOpensInNewTab:{type:"boolean",default:!1},defaultsGenerated:{type:"boolean",default:!1},multiplePlaceholderImages:{type:"boolean",default:!1},lock:{type:"object",default:{}},contentType:{type:"string",default:"fields"}},edit:p.default,save:function(){return(0,r.createElement)(c.InnerBlocks.Content,null)}})},286:function(t,e,n){"use strict";var o=n(0);Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;var r=n(1),i=o(n(24)),u=n(11),a=n(13),s=n(6),c=n(62),l=n(10),f=n(28),d=n(2),p=n(63),h=(0,c.withScrollingEffect)((function(t){var e=t.attributes.images,n=(0,c.useScrollingEffect)();return Array.isArray(e)&&1===e.length&&(0,r.createElement)(m,t),(0,r.createElement)("div",{style:null==n?void 0:n.style},(0,r.createElement)(f.MediaCompositionPreview,t))})),m=(0,p.withShapeModelingDecoration)((function(t){var e=t.attributes.images,n=(0,l.normalizeMedia)(e[0]),o=(0,c.useScrollingEffect)();return(0,r.createElement)("img",{className:"nb-supernova-item__media",src:n.url,width:n.width,height:n.height,style:null==o?void 0:o.style,alt:n.alt})})),y=function(t){var e=t.attributes,n=t.setAttributes,o=e.contentType,a=e.metaAboveTitle,c=e.metaBelowTitle,l=e.title,f=e.subtitle,p=e.description,h=e.buttonText,m=e.buttonUrl,y=e.buttonOpensInNewTab,v=e.showTitle,g=e.showSubtitle,b=e.showDescription,w=e.showButtons,x=e.showMeta,_=e.displayInnerContent,E=e.cardTitleLevel,O=e.cardTitleFontSize,S=(0,r.useState)(!1),A=(0,i.default)(S,2),M=A[0],j=A[1],k="h".concat(E),C="has-".concat(O,"-font-size"),T="h".concat(E+1),N={className:"nb-supernova-item__inner-container"},P=(0,s.useInnerBlocksProps)(N);return"fields"===o?(0,r.createElement)("div",N,x&&(0,r.createElement)(s.RichText,{className:"nb-card__meta is-style-meta",placeholder:"Meta",tagName:"p",value:a,onChange:function(t){n({metaAboveTitle:t})},allowedFormats:[]}),v&&(0,r.createElement)(s.RichText,{className:"nb-card__title ".concat(C),placeholder:"Title",tagName:k,value:l,onChange:function(t){n({title:t})},allowedFormats:[]}),g&&(0,r.createElement)(s.RichText,{className:"nb-card__subtitle",placeholder:"Subtitle",tagName:T,value:f,onChange:function(t){n({subtitle:t})},allowedFormats:[]}),x&&(0,r.createElement)(s.RichText,{className:"nb-card__meta is-style-meta",placeholder:"Meta",tagName:"p",value:c,onChange:function(t){n({metaBelowTitle:t})},allowedFormats:[]}),b&&(0,r.createElement)(s.RichText,{className:"nb-card__description",placeholder:"Content",tagName:"p",value:p,onChange:function(t){n({description:t})}}),w&&(0,r.createElement)(d.CardButton,null,(0,r.createElement)(s.RichText,{placeholder:"Button",tagName:"span",value:h,onChange:function(t){n({buttonText:t})},allowedFormats:[],unstableOnFocus:function(){j(!0)},onBlur:function(){j(!1)}}),M&&(0,r.createElement)(u.Popover,{position:"bottom center"},(0,r.createElement)(s.__experimentalLinkControl,{className:"wp-block-navigation-link__inline-link-input",value:{url:m,opensInNewTab:y},onChange:function(t){var e=t.url,o=t.opensInNewTab;n({buttonUrl:e,buttonOpensInNewTab:o})}})))):_&&(0,r.createElement)("div",P)},v=function(t){var e=t.attributes,n=t.setControlsVisibility,o=t.clientId,i=e.showMedia,u=(0,a.useSelect)((function(t){var e=(0,t("core/block-editor").getBlockParents)(o).slice();return e.length?e[e.length-1]:null}),[o]),c=(0,d.useInnerBlocks)(u),l=(0,r.useMemo)((function(){return 1===c.length}),[c]);(0,d.useSelectParent)(t,l),(0,r.useEffect)((function(){n({"media-composition-block-controls":i})}),[i]);var f=(0,s.useBlockProps)({className:"nb-collection__layout-item"});return(0,r.createElement)("div",f,(0,r.createElement)(d.Card,t,i&&(0,r.createElement)(d.CardMediaWrapper,t,(0,r.createElement)(h,t)),(0,r.createElement)(y,t)))};e.default=v},287:function(t,e,n){"use strict";n.r(e);var o=n(4),r=n.n(o),i=n(5),u=n.n(i),a=new r.a({id:"block-library-supernova-item/icon",use:"block-library-supernova-item/icon-usage",viewBox:"0 0 36 36",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36" id="block-library-supernova-item/icon"><circle cx="18" cy="18" r="18" fill="#6565F2" /><path d="M17.081 8.133c.348-.806 1.49-.806 1.838 0l2.09 4.856a1 1 0 0 0 .827.6l5.265.488c.873.081 1.226 1.168.567 1.747l-3.972 3.49a1 1 0 0 0-.316.971l1.163 5.158c.193.856-.732 1.528-1.486 1.08l-4.546-2.7a1 1 0 0 0-1.022 0l-4.546 2.7c-.754.448-1.679-.224-1.486-1.08l1.163-5.158a1 1 0 0 0-.316-.971l-3.972-3.49c-.66-.579-.306-1.666.567-1.747l5.265-.488a1 1 0 0 0 .826-.6l2.091-4.856Z" fill="#fff" /></symbol>'});u.a.add(a);e.default=a},30:function(t,e){t.exports=window.regeneratorRuntime},31:function(t,e){function n(t,e,n,o,r,i,u){try{var a=t[i](u),s=a.value}catch(t){return void n(t)}a.done?e(s):Promise.resolve(s).then(o,r)}t.exports=function(t){return function(){var e=this,o=arguments;return new Promise((function(r,i){var u=t.apply(e,o);function a(t){n(u,r,i,a,s,"next",t)}function s(t){n(u,r,i,a,s,"throw",t)}a(void 0)}))}},t.exports.__esModule=!0,t.exports.default=t.exports},4:function(t,e,n){(function(e){var n;n=function(){"use strict";var t=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};function n(t,e){return t(e={exports:{}},e.exports),e.exports}t.prototype.stringify=function(){return this.content},t.prototype.toString=function(){return this.stringify()},t.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))},"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var o=n((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var u=n.slice();return r.forEach((function(r,a){void 0===u[a]?u[a]=e(r,i):t(r)?u[a]=o(n[a],r,i):-1===n.indexOf(r)&&u.push(e(r,i))})),u}function o(r,i,u){var a=Array.isArray(i),s=(u||{arrayMerge:n}).arrayMerge||n;return a?Array.isArray(r)?s(r,i,u):e(i,u):function(n,r,i){var u={};return t(n)&&Object.keys(n).forEach((function(t){u[t]=e(n[t],i)})),Object.keys(r).forEach((function(a){t(r[a])&&n[a]?u[a]=o(n[a],r[a],i):u[a]=e(r[a],i)})),u}(r,i,u)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),r=n((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),i=r.svg,u=r.xlink,a={};a[i.name]=i.uri,a[u.name]=u.uri;var s=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(o(a,e||{}))+">"+t+"</svg>"};return function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n}(s(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(t)},t.exports=n()}).call(this,n(8))},5:function(t,e,n){(function(e){var n;n=function(){"use strict";function t(t,e){return t(e={exports:{}},e.exports),e.exports}"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var n=t((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var r;return n&&!0===n.clone&&t(e)?o((r=e,Array.isArray(r)?[]:{}),e,n):e}function n(n,r,i){var u=n.slice();return r.forEach((function(r,a){void 0===u[a]?u[a]=e(r,i):t(r)?u[a]=o(n[a],r,i):-1===n.indexOf(r)&&u.push(e(r,i))})),u}function o(r,i,u){var a=Array.isArray(i),s=(u||{arrayMerge:n}).arrayMerge||n;return a?Array.isArray(r)?s(r,i,u):e(i,u):function(n,r,i){var u={};return t(n)&&Object.keys(n).forEach((function(t){u[t]=e(n[t],i)})),Object.keys(r).forEach((function(a){t(r[a])&&n[a]?u[a]=o(n[a],r[a],i):u[a]=e(r[a],i)})),u}(r,i,u)}return o.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return o(t,n,e)}))},o}()})),o=t((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),r=o.svg,i=o.xlink,u={};u[r.name]=r.uri,u[i.name]=i.uri;var a,s=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(u,e||{}))+">"+t+"</svg>"},c=o.svg,l=o.xlink,f={attrs:(a={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},a[c.name]=c.uri,a[l.name]=l.uri,a)},d=function(t){this.config=n(f,t||{}),this.symbols=[]};d.prototype.add=function(t){var e=this.symbols,n=this.find(t.id);return n?(e[e.indexOf(n)]=t,!1):(e.push(t),!0)},d.prototype.remove=function(t){var e=this.symbols,n=this.find(t);return!!n&&(e.splice(e.indexOf(n),1),n.destroy(),!0)},d.prototype.find=function(t){return this.symbols.filter((function(e){return e.id===t}))[0]||null},d.prototype.has=function(t){return null!==this.find(t)},d.prototype.stringify=function(){var t=this.config.attrs,e=this.symbols.map((function(t){return t.stringify()})).join("");return s(e,t)},d.prototype.toString=function(){return this.stringify()},d.prototype.destroy=function(){this.symbols.forEach((function(t){return t.destroy()}))};var p=function(t){var e=t.id,n=t.viewBox,o=t.content;this.id=e,this.viewBox=n,this.content=o};p.prototype.stringify=function(){return this.content},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var h=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n},m=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return h(s(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(p),y={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},v=function(t){return Array.prototype.slice.call(t,0)},g=function(){return/firefox/i.test(navigator.userAgent)},b=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},w=function(){return/edge/i.test(navigator.userAgent)},x=function(t){return(t||window.location.href).split("#")[0]},_=function(t){angular.module("ng").run(["$rootScope",function(e){e.$on("$locationChangeSuccess",(function(e,n,o){var r,i,u;r=t,i={oldUrl:o,newUrl:n},(u=document.createEvent("CustomEvent")).initCustomEvent(r,!1,!1,i),window.dispatchEvent(u)}))}])},E=function(t,e){return void 0===e&&(e="linearGradient, radialGradient, pattern, mask, clipPath"),v(t.querySelectorAll("symbol")).forEach((function(t){v(t.querySelectorAll(e)).forEach((function(e){t.parentNode.insertBefore(e,t)}))})),t},O=o.xlink.uri,S=/[{}|\\\^\[\]`"<>]/g;function A(t){return t.replace(S,(function(t){return"%"+t[0].charCodeAt(0).toString(16).toUpperCase()}))}var M,j=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],k=j.map((function(t){return"["+t+"]"})).join(","),C=function(t,e,n,o){var r=A(n),i=A(o);(function(t,e){return v(t).reduce((function(t,n){if(!n.attributes)return t;var o=v(n.attributes),r=e?o.filter(e):o;return t.concat(r)}),[])})(t.querySelectorAll(k),(function(t){var e=t.localName,n=t.value;return-1!==j.indexOf(e)&&-1!==n.indexOf("url("+r)})).forEach((function(t){return t.value=t.value.replace(new RegExp(r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(t,e,n){v(t).forEach((function(t){var o=t.getAttribute("xlink:href");if(o&&0===o.indexOf(e)){var r=o.replace(e,n);t.setAttributeNS(O,"xlink:href",r)}}))}(e,r,i)},T="mount",N="symbol_mount",P=function(t){function e(e){var o=this;void 0===e&&(e={}),t.call(this,n(y,e));var r,i=(r=r||Object.create(null),{on:function(t,e){(r[t]||(r[t]=[])).push(e)},off:function(t,e){r[t]&&r[t].splice(r[t].indexOf(e)>>>0,1)},emit:function(t,e){(r[t]||[]).map((function(t){t(e)})),(r["*"]||[]).map((function(n){n(t,e)}))}});this._emitter=i,this.node=null;var u=this.config;if(u.autoConfigure&&this._autoConfigure(e),u.syncUrlsWithBaseTag){var a=document.getElementsByTagName("base")[0].getAttribute("href");i.on(T,(function(){return o.updateUrls("#",a)}))}var s=this._handleLocationChange.bind(this);this._handleLocationChange=s,u.listenLocationChangeEvent&&window.addEventListener(u.locationChangeEvent,s),u.locationChangeAngularEmitter&&_(u.locationChangeEvent),i.on(T,(function(t){u.moveGradientsOutsideSymbol&&E(t)})),i.on(N,(function(t){var e;u.moveGradientsOutsideSymbol&&E(t.parentNode),(b()||w())&&(e=[],v(t.querySelectorAll("style")).forEach((function(t){t.textContent+="",e.push(t)})))}))}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},e.prototype._autoConfigure=function(t){var e=this.config;void 0===t.syncUrlsWithBaseTag&&(e.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===t.locationChangeAngularEmitter&&(e.locationChangeAngularEmitter=void 0!==window.angular),void 0===t.moveGradientsOutsideSymbol&&(e.moveGradientsOutsideSymbol=g())},e.prototype._handleLocationChange=function(t){var e=t.detail,n=e.oldUrl,o=e.newUrl;this.updateUrls(n,o)},e.prototype.add=function(e){var n=t.prototype.add.call(this,e);return this.isMounted&&n&&(e.mount(this.node),this._emitter.emit(N,e.node)),n},e.prototype.attach=function(t){var e=this,n=this;if(n.isMounted)return n.node;var o="string"==typeof t?document.querySelector(t):t;return n.node=o,this.symbols.forEach((function(t){t.mount(n.node),e._emitter.emit(N,t.node)})),v(o.querySelectorAll("symbol")).forEach((function(t){var e=m.createFromExistingNode(t);e.node=t,n.add(e)})),this._emitter.emit(T,o),o},e.prototype.destroy=function(){var t=this.config,e=this.symbols,n=this._emitter;e.forEach((function(t){return t.destroy()})),n.off("*"),window.removeEventListener(t.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},e.prototype.mount=function(t,e){if(void 0===t&&(t=this.config.mountTo),void 0===e&&(e=!1),this.isMounted)return this.node;var n="string"==typeof t?document.querySelector(t):t,o=this.render();return this.node=o,e&&n.childNodes[0]?n.insertBefore(o,n.childNodes[0]):n.appendChild(o),this._emitter.emit(T,o),o},e.prototype.render=function(){return h(this.stringify())},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},e.prototype.updateUrls=function(t,e){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return C(this.node,n,x(t)+"#",x(e)+"#"),!0},Object.defineProperties(e.prototype,o),e}(d),B=t((function(t){var e,n,o,r,i;t.exports=(n=[],o=document,r=o.documentElement.doScroll,(i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(o.readyState))||o.addEventListener("DOMContentLoaded",e=function(){for(o.removeEventListener("DOMContentLoaded",e),i=1;e=n.shift();)e()}),function(t){i?setTimeout(t,0):n.push(t)})}));window.__SVG_SPRITE__?M=window.__SVG_SPRITE__:(M=new P({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=M);var I=function(){var t=document.getElementById("__SVG_SPRITE_NODE__");t?M.attach(t):M.mount(document.body,!0)};return document.body?I():B(I),M},t.exports=n()}).call(this,n(8))},6:function(t,e){t.exports=window.wp.blockEditor},62:function(t,e){t.exports=window.novablocks.scrollingEffect},63:function(t,e){t.exports=window.novablocks.shapeModeling},7:function(t,e){t.exports=window.wp.blocks},8:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},9:function(t,e){t.exports=function(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t},t.exports.__esModule=!0,t.exports.default=t.exports}});
  • nova-blocks/trunk/build/block-library/blocks/supernova/frontend.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('novablocks-collection/frontend', 'novablocks-utils', 'wp-dom-ready', 'wp-polyfill'), 'version' => 'db91d9599d87e00bdfb8e1b2dd5cb7e8');
     1<?php return array('dependencies' => array('novablocks-collection/frontend', 'novablocks-utils', 'wp-dom-ready', 'wp-polyfill'), 'version' => '5e7d50c751f8cbb2c2dfd17eb4fbe982');
  • nova-blocks/trunk/build/block-library/blocks/supernova/frontend.js

    r2719178 r2721032  
    1 !function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=287)}({0:function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},10:function(e,t){e.exports=window.novablocks.utils},287:function(e,t,n){"use strict";var r=n(0)(n(42));n(60);var o=n(10),u=Array.from(document.querySelectorAll(".nb-supernova-item__dropcap")),i=function(){u.forEach(o.resizeDropcap)},c=(0,o.debounce)(i,100);(0,r.default)(i),window.addEventListener("resize",c)},42:function(e,t){e.exports=window.wp.domReady},60:function(e,t){e.exports=window.novablocks["collection/frontend"]}});
     1!function(e){var t={};function n(r){if(t[r])return t[r].exports;var o=t[r]={i:r,l:!1,exports:{}};return e[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}n.m=e,n.c=t,n.d=function(e,t,r){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var o in e)n.d(r,o,function(t){return e[t]}.bind(null,o));return r},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=288)}({0:function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},10:function(e,t){e.exports=window.novablocks.utils},288:function(e,t,n){"use strict";var r=n(0)(n(42));n(60);var o=n(10),u=Array.from(document.querySelectorAll(".nb-supernova-item__dropcap")),i=function(){u.forEach(o.resizeDropcap)},c=(0,o.debounce)(i,100);(0,r.default)(i),window.addEventListener("resize",c)},42:function(e,t){e.exports=window.wp.domReady},60:function(e,t){e.exports=window.novablocks["collection/frontend"]}});
  • nova-blocks/trunk/build/block-library/blocks/supernova/index.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('lodash', 'novablocks-block-editor', 'novablocks-collection', 'novablocks-media-composition', 'novablocks-scrolling-effect', 'novablocks-shape-modeling', 'novablocks-utils', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill'), 'version' => 'e8adc698dc893e066706164c79bfd831');
     1<?php return array('dependencies' => array('lodash', 'novablocks-block-editor', 'novablocks-collection', 'novablocks-media-composition', 'novablocks-scrolling-effect', 'novablocks-shape-modeling', 'novablocks-utils', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-core-data', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill'), 'version' => 'fea4a771f15ef0d9f7040111b5b14e23');
  • nova-blocks/trunk/build/block-library/blocks/supernova/index.js

    r2719178 r2721032  
    1 !function(e){var t={};function o(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,o),r.l=!0,r.exports}o.m=e,o.c=t,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)o.d(n,r,function(t){return e[t]}.bind(null,r));return n},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=288)}({0:function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},1:function(e,t){e.exports=window.wp.element},10:function(e,t){e.exports=window.novablocks.utils},11:function(e,t){e.exports=window.wp.components},12:function(e,t,o){var n;
     1!function(e){var t={};function o(n){if(t[n])return t[n].exports;var r=t[n]={i:n,l:!1,exports:{}};return e[n].call(r.exports,r,r.exports,o),r.l=!0,r.exports}o.m=e,o.c=t,o.d=function(e,t,n){o.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:n})},o.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},o.t=function(e,t){if(1&t&&(e=o(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var n=Object.create(null);if(o.r(n),Object.defineProperty(n,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)o.d(n,r,function(t){return e[t]}.bind(null,r));return n},o.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return o.d(t,"a",t),t},o.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},o.p="",o(o.s=289)}({0:function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.__esModule=!0,e.exports.default=e.exports},1:function(e,t){e.exports=window.wp.element},10:function(e,t){e.exports=window.novablocks.utils},11:function(e,t){e.exports=window.wp.components},12:function(e,t,o){var n;
    22/*!
    33  Copyright (c) 2018 Jed Watson.
    44  Licensed under the MIT License (MIT), see
    55  http://jedwatson.github.io/classnames
    6 */!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var i=typeof n;if("string"===i||"number"===i)e.push(n);else if(Array.isArray(n)){if(n.length){var a=r.apply(null,n);a&&e.push(a)}}else if("object"===i)if(n.toString===Object.prototype.toString)for(var l in n)o.call(n,l)&&n[l]&&e.push(l);else e.push(n.toString())}}return e.join(" ")}e.exports?(r.default=r,e.exports=r):void 0===(n=function(){return r}.apply(t,[]))||(e.exports=n)}()},13:function(e,t){e.exports=window.wp.data},14:function(e,t){e.exports=window.wp.hooks},15:function(e,t){function o(){return e.exports=o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e},e.exports.__esModule=!0,e.exports.default=e.exports,o.apply(this,arguments)}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},16:function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n},e.exports.__esModule=!0,e.exports.default=e.exports},18:function(e,t,o){var n=o(16);e.exports=function(e,t){if(e){if("string"==typeof e)return n(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?n(e,t):void 0}},e.exports.__esModule=!0,e.exports.default=e.exports},2:function(e,t){e.exports=window.novablocks.blockEditor},24:function(e,t,o){var n=o(25),r=o(26),i=o(18),a=o(27);e.exports=function(e,t){return n(e)||r(e,t)||i(e,t)||a()},e.exports.__esModule=!0,e.exports.default=e.exports},25:function(e,t){e.exports=function(e){if(Array.isArray(e))return e},e.exports.__esModule=!0,e.exports.default=e.exports},26:function(e,t){e.exports=function(e,t){var o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var n,r,i=[],a=!0,l=!1;try{for(o=o.call(e);!(a=(n=o.next()).done)&&(i.push(n.value),!t||i.length!==t);a=!0);}catch(e){l=!0,r=e}finally{try{a||null==o.return||o.return()}finally{if(l)throw r}}return i}},e.exports.__esModule=!0,e.exports.default=e.exports},27:function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports},28:function(e,t){e.exports=window.novablocks.mediaComposition},288:function(e,t,o){"use strict";var n=o(0),r=o(1),i=n(o(9)),a=o(7),l=o(6),c=o(14),s=o(2),u=o(62),d=n(o(289)),p=n(o(299)),f=n(o(314)),v=n(o(315)),y=n(o(321)),h=n(o(322)),m=o(323);function b(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function g(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?b(Object(o),!0).forEach((function(t){(0,i.default)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):b(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}(0,o(327).registerQueryStore)("novablocks/supernova");(0,c.addFilter)("blocks.registerBlockType","novablocks/supernova/core-query-alterations",(function(e){return"core/query"!==e.name||(e.attributes.variation={type:"string"},e.supports.align=!1,e.supports.html=!1,e.supports.__experimentalLayout=!1,e.variations=[],v.default.forEach((function(t){e.variations.push(t)}))),e}),Number.MAX_SAFE_INTEGER);(0,c.addFilter)("blocks.registerBlockType","novablocks/supernova/with-variations",(function(e){return"novablocks/supernova"!==e.name?e:g(g({},e),{},{variations:p.default})}),Number.MAX_SAFE_INTEGER),(0,a.registerBlockType)("novablocks/supernova",{icon:(0,s.getSvg)(y.default),attributes:h.default,edit:d.default,transforms:f.default,save:function(){return(0,r.createElement)(l.InnerBlocks.Content,null)}});(0,c.addFilter)("editor.BlockEdit","novablocks/supernova/with-set-children-attributes",m.withSetChildrenAttributes,Number.MAX_SAFE_INTEGER),(0,c.addFilter)("editor.BlockEdit","novablocks/supernova/with-focal-point-image",(function(e){return function(t){var o=t.clientId,n=(0,s.useInnerBlocks)(o),i=(0,r.useMemo)((function(){if(n.length){var e=n[0].attributes.images;if(null!=e&&e.length)return Object.assign({},t,{focalPointImage:(0,u.getFocalPointImage)(e[0])})}return t}),[t]);return(0,r.createElement)(e,i)}}),Number.MAX_SAFE_INTEGER)},289:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(1),i=n(o(32)),a=n(o(24)),l=n(o(15)),c=n(o(9)),s=n(o(12)),u=o(6),d=o(13),p=o(290),f=o(2),v=o(41),y=o(28),h=n(o(291)),m=n(o(293)),b=o(10),g=o(64),_=["title","subtitle","contentColorSignal","contentPaletteVariation","contentType"];function w(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function C(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?w(Object(o),!0).forEach((function(t){(0,c.default)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):w(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var k=function(e){var t=e.clientId,o=(0,f.useInnerBlocks)(t),n=(0,d.useDispatch)("core/block-editor").updateBlockAttributes,i=(0,r.useCallback)((function(e){(0,f.normalizeImages)(e).then((function(e){n(o[0].clientId,{images:e})}))}));if(1!==o.length)return null;var a=C(C({},e),{},{attributes:C(C({},e.attributes),{},{images:o[0].attributes.images}),onSelectImages:i});return(0,r.createElement)(y.BlockControls,a)},O=(0,r.memo)((function(e){var t=e.attributes,o=e.clientId,n=e.inQuery,i=t.columns,a=t.headerPosition,d=t.showCollectionTitle,p=t.showCollectionSubtitle,f=t.showPagination,y=t.cardLayout,h=t.carouselLayout,m=t.layoutStyle,_=n?"auto":(null==t?void 0:t.contentType)||"fields",w=(0,b.getAlignFromMatrix)(null==t?void 0:t.contentPosition),C=(0,s.default)("nb-supernova","nb-supernova--content-type-".concat(_),"nb-supernova--card-layout-".concat(y),"nb-supernova--layout-".concat(m),"nb-supernova--".concat(i,"-columns"),"nb-supernova--valign-".concat(w[0]),"nb-supernova--halign-".concat(w[1]),{"nb-supernova--show-pagination":f},(0,c.default)({},"nb-supernova--carousel-layout-".concat(h),"carousel"===m),e.className,"alignfull"),k=(0,u.useBlockProps)({className:C,style:e.style});return(0,r.createElement)("div",k,(0,r.createElement)(v.Collection,(0,l.default)({},e,{key:"collection_"+o}),0===a&&(d||p)&&(0,r.createElement)(v.CollectionHeader,(0,l.default)({},e,{key:"collection_header_"+o})),n?(0,r.createElement)(g.PostsCollectionLayout,(0,l.default)({},e,{key:"posts_collection_layout_"+o})):(0,r.createElement)(g.CardsCollectionLayout,(0,l.default)({},e,{key:"cards_collection_layout_"+o}))))})),P=(0,g.withControlsVisibility)((function(e){var t=e.attributes,o=e.setAttributes,n=e.context,c=e.clientId,s=n.queryId,u=Number.isFinite(s),v=(0,f.useMeta)("supernova_prevent_duplicate"),y=(0,a.default)(v,2),b=y[0],g=(y[1],(0,d.useSelect)((function(e){return e("novablocks/displayed-posts").previousPostIds(c)}),[t]));u&&"auto"!==t.contentType?o({contentType:"auto"}):u||["fields","custom"].includes(t.contentType)||o({contentType:"fields"});var w=(0,r.useMemo)((function(){t.title,t.subtitle;var e=t.contentColorSignal,o=t.contentPaletteVariation,n=(t.contentType,(0,i.default)(t,_));return Object.assign({},n,{colorSignal:e,paletteVariation:o,useSourceColorAsReference:!1})}),[t]);(0,f.useInnerBlocksCount)(c,t,"novablocks/supernova-item",w),u?(0,f.useInnerBlocksLock)(c,{remove:!0,move:!0},t,"novablocks/supernova-item"):(0,f.useInnerBlocksLock)(c,{remove:!1,move:!1},t,"novablocks/supernova-item");var P,S=n.query,x=(S=void 0===S?{}:S).perPage,E=S.offset,j=S.postType,M=S.order,A=S.orderBy,B=S.author,T=S.search,D=S.exclude,I=S.sticky,V=S.inherit,L=S.taxQuery,F=n.queryContext,G=void 0===F?[{page:1}]:F,Z=n.templateSlug,N=(0,a.default)(G,1)[0].page;P=(0,d.useSelect)((function(e){if(!u)return{posts:!1};var t=e(p.store),o=t.getEntityRecords,n=t.getTaxonomies,r={postType:j||"post",offset:x?x*(N-1)+E:0,order:M,orderby:A};if(L){var i=n({type:j,per_page:-1,context:"view"}),l=Object.entries(L).reduce((function(e,t){var o=(0,a.default)(t,2),n=o[0],r=o[1],l=null==i?void 0:i.find((function(e){return e.slug===n}));return null!=l&&l.rest_base&&(e[null==l?void 0:l.rest_base]=r),e}),{});Object.keys(l).length&&Object.assign(r,l)}return x&&(r.per_page=x),B&&(r.author=B),T&&(r.search=T),null!=D&&D.length&&(r.exclude=D),I&&(r.sticky="only"===I),V&&null!=Z&&Z.startsWith("archive-")&&(r.postType=Z.replace("archive-","")),b&&(r.exclude=g.join(",")),{posts:o("postType",r.postType,r)}}),[u,x,N,E,M,A,c,B,T,j,D,I,V,Z,L,b,g]).posts;var q=!1,H=(0,d.select)("core/block-editor"),R=H.getBlockParentsByBlockName,U=H.getClientIdsOfDescendants,z=H.getBlockName,Q=R(c,"core/query");if(u){var W=U([Q]).filter((function(e){return"novablocks/supernova"===z(e)}));1===W.length&&W[0]===c&&(q=!0)}var Y=(0,d.useDispatch)("core/block-editor").updateBlockAttributes;(0,r.useEffect)((function(){q&&Q&&parseInt(t.postsToShow)!==parseInt(x)&&Y(Q,{query:C(C({},n.query),{},{perPage:parseInt(t.postsToShow)})})}),[t]),(0,r.useEffect)((function(){q&&Q&&parseInt(t.postsToShow)!==parseInt(n.query.perPage)&&o({postsToShow:parseInt(n.query.perPage)})}),[n]);var K=(0,d.useDispatch)("novablocks/displayed-posts"),$=K.markPostsAsDisplayed;K.markSpecificPostsAsDisplayed;return(0,r.useCallback)((function(e,t){$(e,t)}),[t])(c,P),(0,r.createElement)(r.Fragment,null,(0,r.createElement)(O,(0,l.default)({},e,{posts:P,inQuery:u,key:"preview"})),(0,r.createElement)(h.default,(0,l.default)({},e,{inQuery:u,key:"block-controls"})),(0,r.createElement)(m.default,(0,l.default)({},e,{inQuery:u,key:"inspector-controls"})),(0,r.createElement)(k,(0,l.default)({},e,{key:"media-composition-block-controls"})))}));t.default=P},29:function(e,t){e.exports=window.lodash},290:function(e,t){e.exports=window.wp.coreData},291:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(1),i=(o(3),o(6)),a=(o(11),o(2),o(10),n(o(292))),l=function(e){var t=e.attributes,o=e.setAttributes,n=(e.inQuery,t.align);return(0,r.createElement)(i.BlockControls,{group:"block"},(0,r.createElement)(i.BlockAlignmentControl,{value:n,onChange:function(e){o({align:null!=e?e:"none"})}}),(0,r.createElement)(a.default,e))};t.default=l},292:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=o(1),r=o(3),i=o(6),a=o(11),l={left:{value:"horizontal",icon:"align-pull-left",label:(0,r.__)("Show Media on Left Side","nova-blocks")},right:{value:"horizontal-reverse",icon:"align-pull-right",label:(0,r.__)("Show Media on Right Side","nova-blocks")}},c=function(e){var t=e.attributes,o=e.setAttributes,r=t.cardLayout;return["horizontal","horizontal-reverse"].includes(r)?(0,n.createElement)(i.BlockControls,null,(0,n.createElement)(a.ToolbarGroup,null,Object.keys(l).map((function(e){var t=l[e];return(0,n.createElement)(a.ToolbarButton,{icon:t.icon,label:t.label,key:e,isActive:t.value===r,onClick:function(){o({cardLayout:t.value})}})})))):null};t.default=c},293:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=o(1),r=o(3),i=o(11),a=o(2),l=function(e){var t=e.attributes,o=e.setAttributes;if(e.inQuery)return null;var l=t.contentType,c=t.postsToShow,s=t.columns;return 1===c&&1===s?null:(0,n.createElement)(a.ControlsSection,{id:"content-type",label:(0,r.__)("Content Type"),group:(0,r.__)("Card Anatomy"),order:100},(0,n.createElement)(a.ControlsTab,{label:(0,r.__)("Settings")},(0,n.createElement)(i.SelectControl,{key:"collection-content-type",label:(0,r.__)("Content Type","nova-blocks"),value:l,options:[{label:"Pre-defined fields",value:"fields"},{label:"Custom Blocks",value:"custom"}],onChange:function(e){o({contentType:e})}})))};t.default=l},294:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(1),i=n(o(15)),a=n(o(32)),l=o(2),c=o(28),s=o(10),u=["style"],d=function(e){var t=e.attributes,o=t.images;if(!t.showMedia)return null;if(Array.isArray(o)&&1===o.length){var n=(0,s.normalizeMedia)(o[0]);return(0,r.createElement)("img",{className:"nb-supernova-item__media",src:n.url,width:n.width,height:n.height,alt:n.alt})}return(0,r.createElement)(c.MediaCompositionPreview,e)},p=function(e){var t=e.attributes,o=t.showMedia,n=t.contentType,c=(0,s.getColorSignalClassnames)(t,!0),p=(e.style,(0,a.default)(e,u));return(0,r.createElement)(l.Card,(0,i.default)({},p,{className:c}),o&&(0,r.createElement)(l.CardMediaWrapper,e,(0,r.createElement)(d,e)),(0,r.createElement)("div",{className:"nb-supernova-item__inner-container"},"fields"===n&&(0,r.createElement)(l.CardFieldsPreview,(0,i.default)({},e,{key:"card_fields"})),"custom"===n&&(0,r.createElement)(l.InnerBlocksPreview,(0,i.default)({},e,{key:"inner_blocks"}))))};t.default=p},295:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=o(1),r=o(2),i=function(e){return function(t){var o=t.attributes,i=t.setControlsVisibility,a=t.clientId,l=(0,r.useInnerBlocks)(a);return(0,n.useEffect)((function(){var e=o.cardLayout,t=o.carouselLayout,n=o.layoutStyle,r=o.contentType,a=o.showCollectionTitle,c=o.showTitle,s=o.showMedia,u=o.showMeta,d=l.some((function(e){var t;return 1<(null===(t=e.attributes.images)||void 0===t?void 0:t.length)}));i({"minimum-container-height":"stacked"===e,"media-container-height":"variable"===t,"media-aspect-ratio":"stacked"!==e&&"variable"!==t&&s,"visual-balance":"parametric"!==n&&["horizontal","horizontal-reverse"].includes(e),"content-padding":!0,"media-padding":s,"content-to-media-spacing":"stacked"!==e&&s,"media-composition-section":d&&!!s&&"auto"!==r,"scrolling-effect-section":"carousel"!==n,"emphasis-area":["horizontal","horizontal-reverse"].includes(e),"card-details":!!a||!!c||!!u,"card-details-content":!!a||!!c,"collection-title-level":!!a,"card-title-level":!!c,"metadata-source":!!u,"metadata-position":!!u,"media-composition-block-controls":1===l.length&&s})}),[o,l]),(0,n.createElement)(e,t)}};t.default=i},296:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(1),i=n(o(15)),a=n(o(32)),l=o(6),c=o(2),s=o(41),u=o(10),d=o(64),p=["ref"],f=function(e){var t=(0,l.useInnerBlocksProps)({},{allowedBlocks:["novablocks/supernova-item"],renderAppender:!1,templateInsertUpdatesSelection:!1}),o=(t.ref,(0,a.default)(t,p));return(0,r.createElement)(s.CollectionBody,(0,i.default)({},e,o,{key:"body"}))},v=function(e){var t=e.clientId,o=(0,c.useInnerBlocks)(t);return(0,r.createElement)(s.CollectionBody,(0,i.default)({},e,{key:"body"}),o.map((function(e){return(0,r.createElement)(d.SupernovaItemPreview,(0,i.default)({},e,{key:"collection_item_preview_"+e.clientId}))})))},y=function(e){var t=e.attributes;return(0,u.needsPreview)(t)&&t.preview?(0,r.createElement)(v,e):(0,r.createElement)(f,e)};t.default=y},297:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(1),i=n(o(15)),a=o(11),l=o(3),c=o(2),s=o(41),u=o(64),d=function(e){var t=e.posts,o=e.clientId,n=(0,c.useInnerBlocks)(o),d=Object.assign({},e.attributes,{colorSignal:e.attributes.contentColorSignal,paletteVariation:e.attributes.contentPaletteVariation,useSourceColorAsReference:!1}),p=Object.assign({},e,{attributes:d});return delete p.posts,(0,r.createElement)(s.CollectionBody,(0,i.default)({},e,{key:"body_"+o}),t?t.length?t.map((function(e,t){return n[t]?(0,r.createElement)("div",{className:"nb-collection__layout-item",key:"collection_layout_item_"+e.id},(0,r.createElement)(u.PostCard,(0,i.default)({},p,{post:e,key:"collection_post_card_post_"+e.id}))):null})):(0,r.createElement)("p",null," ",(0,l.__)("No posts to display.","nova-blocks")):(0,r.createElement)(a.Spinner,null))};t.default=d},298:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(1),i=n(o(15)),a=o(2),l=(0,o(63).withShapeModelingDecoration)(a.PostCardMedia),c=function(e){var t=e.post;return(0,r.createElement)(a.PostCard,(0,i.default)({},e,{Media:l,key:"default_post_card_post_"+t.id}))};t.default=c},299:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(o(300)),i=o(302),a=o(307),l=[r.default,i.cardsCollectionCarousel,i.cardsCollectionClassicGrid,i.cardsCollectionParametricGrid,a.cardHero,a.cardMedia,a.cardVertical];t.default=l},3:function(e,t){e.exports=window.wp.i18n},300:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(o(9)),i=o(3),a=o(301);function l(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function c(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?l(Object(o),!0).forEach((function(t){(0,r.default)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):l(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var s={contentType:"fields",layoutStyle:"classic",contentPadding:0,layoutGutter:0,postsToShow:1,columns:1,cardLayout:"vertical",contentPosition:"center left",cardMediaOpacity:100,showCollectionTitle:!1,showCollectionSubtitle:!1,showMedia:!0,showMeta:!1,showTitle:!1,showSubtitle:!1,showDescription:!1,showButtons:!1,defaultsGenerated:!1},u={name:"novablocks/supernova/advanced-gallery",title:(0,i.__)("Advanced Gallery","nova-blocks"),description:(0,i.__)("Display a gallery of images in a unique and creative composition.","nova-blocks"),keywords:["media","collection","layout","composition"],icon:a.advancedGallery,attributes:s,innerBlocks:[["novablocks/supernova-item",c(c({},s),{},{multiplePlaceholderImages:!0})]],scope:["inserter"]};t.default=u},301:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.advancedGallery=void 0;var n=o(1),r=o(11),i=(0,n.createElement)(r.SVG,{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"novablocks-icon"},(0,n.createElement)(r.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24ZM17 17C19.2091 17 21 15.2091 21 13C21 11.8954 20.1046 11 19 11H16C14.8954 11 14 11.8954 14 13V15C14 16.1046 14.8954 17 16 17H17ZM8 20C5.79086 20 4 18.2091 4 16V8C4 6.48581 4.84135 5.16813 6.08206 4.48894C7.05095 3.95855 8 4.89543 8 6V9C8 10.1046 8.89543 11 10 11C11.1046 11 12 11.8954 12 13V18C12 19.1046 11.1046 20 10 20H8ZM16 9C17.1046 9 18 8.10457 18 7C18 4.79086 16.2091 3 14 3H12C10.8954 3 10 3.89543 10 5V7C10 8.10457 10.8954 9 12 9H16Z",fill:"#6565F2"}));t.advancedGallery=i},302:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"cardsCollectionCarousel",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(t,"cardsCollectionClassicGrid",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(t,"cardsCollectionParametricGrid",{enumerable:!0,get:function(){return a.default}});var r=n(o(303)),i=n(o(304)),a=n(o(306))},303:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=o(3),r=o(74),i={showCollectionTitle:!1,showCollectionSubtitle:!1,align:"full",contentType:"fields",layoutStyle:"carousel",carouselLayout:"fixed",gridGap:30,spacingModifier:.5,mediaContainerHeight:50,contentPadding:0,layoutGutter:25,emphasisBySpace:1,emphasisTopSpacing:0,emphasisBottomSpacing:0,postsToShow:5,columns:3,cardLayout:"vertical",contentPosition:"center left",contentColorSignal:0,contentPaletteVariation:1,defaultsGenerated:!1},a=Object.assign({},i,{colorSignal:i.contentColorSignal,paletteVariation:i.contentPaletteVariation,useSourceColorAsReference:!1}),l={name:"novablocks/supernova/cards-collection/carousel",title:(0,n.__)("Cards Collection: Carousel","nova-blocks"),description:(0,n.__)("Display a list of related items in a carousel/slideshow layout.","nova-blocks"),keywords:["card","collection","layout","carousel","slideshow","slider","horizontal","section"],icon:r.carouselCollection,attributes:i,innerBlocks:Array.from(Array(5)).map((function(){return["novablocks/supernova-item",a]})),scope:["inserter"]};t.default=l},304:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(3),i=o(2),a=n(o(305)),l={contentType:"fields",layoutStyle:"classic",emphasisTopSpacing:0,emphasisBottomSpacing:0,layoutGutter:25,postsToShow:3,columns:3,cardLayout:"vertical",contentPosition:"top left",cardMediaOpacity:100,showCollectionTitle:!0,showCollectionSubtitle:!0,showMedia:!0,showMeta:!1,showTitle:!0,showSubtitle:!1,showDescription:!0,showButtons:!0,defaultsGenerated:!1},c=Object.assign({},l,{colorSignal:l.contentColorSignal,paletteVariation:l.contentPaletteVariation,useSourceColorAsReference:!1}),s={name:"novablocks/supernova/cards-collection/classic-grid",title:(0,r.__)("Cards Collection: Classic Grid","nova-blocks"),description:(0,r.__)("Display a list of related items in a classic grid layout.","nova-blocks"),keywords:["card","collection","layout","grid","columns","rows"],icon:(0,i.getSvg)(a.default),attributes:l,innerBlocks:Array.from(Array(3)).map((function(){return["novablocks/supernova-item",c]})),scope:["inserter"]};t.default=s},305:function(e,t,o){"use strict";o.r(t);var n=o(4),r=o.n(n),i=o(5),a=o.n(i),l=new r.a({id:"block-library-supernova/variations/cards-collection/classic-grid/icon",use:"block-library-supernova/variations/cards-collection/classic-grid/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-supernova/variations/cards-collection/classic-grid/icon"><g clip-path="url(#block-library-supernova/variations/cards-collection/classic-grid/icon_a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M24 12c0-6.627-5.373-12-12-12S0 5.373 0 12s5.373 12 12 12 12-5.373 12-12Zm-8-3.333C16 7.747 16.746 7 17.667 7A3.333 3.333 0 0 1 21 10.333v3.334A3.333 3.333 0 0 1 17.667 17c-.92 0-1.667-.746-1.667-1.667V8.667ZM11 6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-2Zm-8 4.333A3.333 3.333 0 0 1 6.333 7C7.253 7 8 7.746 8 8.667v6.666C8 16.253 7.254 17 6.333 17A3.333 3.333 0 0 1 3 13.667v-3.334Z" fill="#6565F2" /></g><defs><clipPath id="block-library-supernova/variations/cards-collection/classic-grid/icon_a"><path fill="#fff" transform="rotate(90 12 12)" d="M0 0h24v24H0z" /></clipPath></defs></symbol>'});a.a.add(l);t.default=l},306:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=o(3),r=o(74),i={contentType:"fields",layoutStyle:"parametric",emphasisTopSpacing:1,emphasisBottomSpacing:1,layoutGutter:10,postsToShow:5,columns:5,rows:5,cardLayout:"vertical",contentPosition:"top left",cardMediaOpacity:100,defaultsGenerated:!1},a=Object.assign({},i,{colorSignal:i.contentColorSignal,paletteVariation:i.contentPaletteVariation,useSourceColorAsReference:!1}),l={name:"novablocks/supernova/cards-collection/parametric-grid",title:(0,n.__)("Cards Collection: Parametric Grid","nova-blocks"),description:(0,n.__)("Display a list of related items in a parametric grid layout.","nova-blocks"),keywords:["card","collection","layout","grid","parametric","composition","columns","rows"],icon:r.cardsCollection,attributes:i,innerBlocks:Array.from(Array(5)).map((function(){return["novablocks/supernova-item",a]})),scope:["inserter"]};t.default=l},307:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"cardHero",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(t,"cardMedia",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(t,"cardVertical",{enumerable:!0,get:function(){return a.default}});var r=n(o(308)),i=n(o(310)),a=n(o(312))},308:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(3),i=o(2),a=n(o(309)),l={variation:"novablocks-card-hero",showCollectionTitle:!1,showCollectionSubtitle:!1,contentType:"custom",layoutStyle:"classic",contentPadding:100,cardLayout:"stacked",postsToShow:1,columns:1,contentPosition:"center center",minHeightFallback:66,contentColorSignal:3,contentPaletteVariation:12,overlayFilterStrength:30,align:"full",blockTopSpacing:0,blockBottomSpacing:1,emphasisTopSpacing:0,emphasisBottomSpacing:0,scrollingEffect:"parallax",defaultsGenerated:!1},c=[["novablocks/supernova-item",Object.assign({},l,{colorSignal:3,paletteVariation:12}),[["core/heading",{level:1,content:"This is a catchy title"}],["core/paragraph",{content:"A brilliant subtitle to explain its catchiness",className:"is-style-lead"}],["core/button",{text:"Discover more"}]]]],s={name:"novablocks/supernova/card/hero",title:(0,r.__)("Hero Card","nova-blocks"),description:(0,r.__)("A great way to get your visitors acquainted with your content.","nova-blocks"),keywords:["card","layout","hero","full-width","cover"],icon:(0,i.getSvg)(a.default),attributes:l,innerBlocks:c,isActive:function(e,t){return e.variation===t.variation},scope:["inserter"]};t.default=s},309:function(e,t,o){"use strict";o.r(t);var n=o(4),r=o.n(n),i=o(5),a=o.n(i),l=new r.a({id:"block-library-supernova/variations/card/hero/icon",use:"block-library-supernova/variations/card/hero/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-supernova/variations/card/hero/icon"><mask id="block-library-supernova/variations/card/hero/icon_a" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24" style="mask-type:alpha"><rect width="24" height="24" rx="12" fill="#6565F2" /></mask><g mask="url(#block-library-supernova/variations/card/hero/icon_a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0ZM4 8.491C4 6.011 7.016 4 10.737 4h.882C16.248 4 20 6.502 20 9.587c0 2.806-3.411 5.08-7.619 5.08h-.802C7.393 14.667 4 12.405 4 9.614V8.491Z" fill="#6565F2" /><path d="M7 18.714C7 19.424 7.576 20 8.286 20H15.5a1.5 1.5 0 0 0 0-3H8.714C7.768 17 7 17.767 7 18.714Z" fill="#FFE42E" /></g></symbol>'});a.a.add(l);t.default=l},310:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(3),i=o(2),a=n(o(311)),l={variation:"novablocks-card-media",contentType:"custom",layoutStyle:"classic",contentPadding:0,layoutGutter:100,cardLayout:"horizontal",postsToShow:1,columns:1,showCollectionTitle:!1,showCollectionSubtitle:!1,contentPosition:"center left",cardMediaOpacity:100,align:"wide",blockTopSpacing:0,blockBottomSpacing:1,emphasisTopSpacing:0,emphasisBottomSpacing:0,defaultsGenerated:!1},c={name:"novablocks/supernova/media-card",title:(0,r.__)("Media Card","nova-blocks"),description:(0,r.__)("Display media alongside short pieces of content.","nova-blocks"),keywords:["card","layout","media-text","feature","section"],icon:(0,i.getSvg)(a.default),attributes:l,innerBlocks:[["novablocks/supernova-item",l,[["core/heading",{level:5,content:"Shoot for the moon, Even if You Miss."}],["core/heading",{level:1,content:"A catchy title"}],["core/paragraph",{content:"A brilliant description to explain its catchiness. We have always defined ourselves by the ability to overcome the impossible. And we count these moments. These moments when we dare to aim higher, to break barriers, to make the unknown known."}],["core/button",{text:"Discover more"}]]]],isActive:function(e,t){return e.variation===t.variation},scope:["inserter"]};t.default=c},311:function(e,t,o){"use strict";o.r(t);var n=o(4),r=o.n(n),i=o(5),a=o.n(i),l=new r.a({id:"block-library-supernova/variations/card/media/icon",use:"block-library-supernova/variations/card/media/icon-usage",viewBox:"0 0 36 36",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36" id="block-library-supernova/variations/card/media/icon"><mask id="block-library-supernova/variations/card/media/icon_a" maskUnits="userSpaceOnUse" x="-2" y="-2" width="40" height="40" fill="#000"><path fill="#fff" d="M-2-2h40v40H-2z" /><path fill-rule="evenodd" clip-rule="evenodd" d="M18 0C8.059 0 0 8.059 0 18s8.059 18 18 18 18-8.059 18-18S27.941 0 18 0Zm5.474 25A5.474 5.474 0 0 1 18 19.526v-.716A6.81 6.81 0 0 1 24.81 12 6.19 6.19 0 0 1 31 18.19v.652C31 22.243 28.243 25 24.842 25h-1.368Z" /></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M18 0C8.059 0 0 8.059 0 18s8.059 18 18 18 18-8.059 18-18S27.941 0 18 0Zm5.474 25A5.474 5.474 0 0 1 18 19.526v-.716A6.81 6.81 0 0 1 24.81 12 6.19 6.19 0 0 1 31 18.19v.652C31 22.243 28.243 25 24.842 25h-1.368Z" fill="#6565F2" /><path d="M2 18C2 9.163 9.163 2 18 2v-4C6.954-2-2 6.954-2 18h4Zm16 16C9.163 34 2 26.837 2 18h-4c0 11.046 8.954 20 20 20v-4Zm16-16c0 8.837-7.163 16-16 16v4c11.046 0 20-8.954 20-20h-4ZM18 2c8.837 0 16 7.163 16 16h4C38 6.954 29.046-2 18-2v4Zm-2 17.526A7.474 7.474 0 0 0 23.474 27v-4A3.474 3.474 0 0 1 20 19.526h-4Zm0-.716v.716h4v-.716h-4ZM24.81 10A8.81 8.81 0 0 0 16 18.81h4A4.81 4.81 0 0 1 24.81 14v-4ZM33 18.19A8.19 8.19 0 0 0 24.81 10v4A4.19 4.19 0 0 1 29 18.19h4Zm0 .652v-.651h-4v.651h4ZM24.842 27A8.158 8.158 0 0 0 33 18.842h-4A4.158 4.158 0 0 1 24.842 23v4Zm-1.368 0h1.368v-4h-1.368v4Z" fill="#fff" mask="url(#block-library-supernova/variations/card/media/icon_a)" /><path fill-rule="evenodd" clip-rule="evenodd" d="M12 30a6 6 0 0 1-6-6V14a8 8 0 0 1 8-8h2a5 5 0 0 1 4.999 4.9A8.905 8.905 0 0 0 16 18.905v.937a7.16 7.16 0 0 0 4.744 6.74A5.002 5.002 0 0 1 16 30h-4Z" fill="#FFE42E" /></symbol>'});a.a.add(l);t.default=l},312:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(3),i=o(2),a=n(o(313)),l={variation:"novablocks-card-hero",contentType:"custom",layoutStyle:"classic",contentPadding:0,layoutGutter:100,cardLayout:"vertical",postsToShow:1,columns:1,showCollectionTitle:!1,showCollectionSubtitle:!1,contentPosition:"center left",cardMediaOpacity:100,align:"wide",blockTopSpacing:0,blockBottomSpacing:1,emphasisTopSpacing:0,emphasisBottomSpacing:0,defaultsGenerated:!1},c={name:"novablocks/supernova/vertical-card",title:(0,r.__)("Vertical Card","nova-blocks"),description:(0,r.__)("Display media and short pieces of content, one after another.","nova-blocks"),keywords:["card","layout","vertical","panel","column"],icon:(0,i.getSvg)(a.default),attributes:l,innerBlocks:[["novablocks/supernova-item",l,[["core/heading",{level:5,content:"Shoot for the moon, Even if You Miss."}],["core/heading",{level:1,content:"A catchy title"}],["core/paragraph",{content:"A brilliant description to explain its catchiness. We have always defined ourselves by the ability to overcome the impossible. And we count these moments. These moments when we dare to aim higher, to break barriers, to make the unknown known."}],["core/button",{text:"Discover more"}]]]],isActive:function(e,t){return e.variation===t.variation},scope:["inserter"]};t.default=c},313:function(e,t,o){"use strict";o.r(t);var n=o(4),r=o.n(n),i=o(5),a=o.n(i),l=new r.a({id:"block-library-supernova/variations/card/vertical/icon",use:"block-library-supernova/variations/card/vertical/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-supernova/variations/card/vertical/icon"><mask id="block-library-supernova/variations/card/vertical/icon_a" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24" style="mask-type:alpha"><rect width="24" height="24" rx="12" fill="#6565F2" /></mask><g mask="url(#block-library-supernova/variations/card/vertical/icon_a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0ZM4 8.491C4 6.011 7.016 4 10.737 4h.882C16.248 4 20 6.502 20 9.587c0 2.806-3.411 5.08-7.619 5.08h-.802C7.393 14.667 4 12.405 4 9.614V8.491Z" fill="#6565F2" /><path d="M7 18.714C7 19.424 7.576 20 8.286 20H15.5a1.5 1.5 0 0 0 0-3H8.714C7.768 17 7 17.767 7 18.714Z" fill="#FFE42E" /></g></symbol>'});a.a.add(l);t.default=l},314:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=o(7),r=o(13),i={to:[{type:"block",blocks:["core/query"],isMatch:function(e,t){var o=(0,r.select)("core/block-editor"),n=o.getBlockParents,i=o.getBlockName,a=n(t.clientId);return!a.length||void 0===a.find((function(e){return"core/query"===i(e)}))},transform:function(e,t){var o={query:{perPage:(null==e?void 0:e.postsToShow)||6,pages:1,offset:0,postType:"post",order:"desc",orderBy:"date",author:"",search:"",sticky:"exclude",inherit:!1}},r=[["novablocks/supernova",e,t]];return(0,n.createBlock)("core/query",o,(0,n.createBlocksFromInnerBlocksTemplate)(r))}}]};t.default=i},315:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=o(316),r=[n.postsCollectionClassicGrid,n.postsCollectionSlideshow,n.postsCollectionParametricGrid,n.postsCollectionCarousel];t.default=r},316:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"postsCollectionCarousel",{enumerable:!0,get:function(){return l.default}}),Object.defineProperty(t,"postsCollectionClassicGrid",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(t,"postsCollectionParametricGrid",{enumerable:!0,get:function(){return a.default}}),Object.defineProperty(t,"postsCollectionSlideshow",{enumerable:!0,get:function(){return i.default}});var r=n(o(317)),i=n(o(318)),a=n(o(319)),l=n(o(320))},317:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(o(9)),i=o(3),a=o(49);function l(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function c(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?l(Object(o),!0).forEach((function(t){(0,r.default)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):l(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var s={query:{perPage:3,pages:1,offset:0,postType:"post",order:"desc",orderBy:"date",author:"",search:"",sticky:"exclude",inherit:!1}},u={showCollectionTitle:!0,showCollectionSubtitle:!1,title:(0,i.__)("Fresh posts from the grid","nova-blocks"),subtitle:(0,i.__)("A collection of our latest articles.","nova-blocks"),contentType:"auto",layoutStyle:"classic",emphasisBySpace:1,emphasisTopSpacing:0,emphasisBottomSpacing:0,layoutGutter:10,minHeightFallback:66,postsToShow:3,columns:3,cardLayout:"vertical",contentPosition:"top left",cardMediaOpacity:100},d=c(c({},u),{},{lock:{remove:!0,move:!0}}),p={name:"novablocks/supernova/query-posts-classic-grid",title:(0,i.__)("Query Loop → Posts Collection: Classic Grid","nova-blocks"),description:(0,i.__)("Display a queried set of posts in a classic grid format (columns and rows).","nova-blocks"),keywords:["query","post","collection","layout","grid","columns","rows"],icon:a.classicGrid,attributes:s,innerBlocks:[["novablocks/supernova",u,Array.from(Array(3)).map((function(){return["novablocks/supernova-item",d]}))]],scope:["inserter","block"]};t.default=p},318:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(o(9)),i=o(3),a=o(49);function l(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function c(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?l(Object(o),!0).forEach((function(t){(0,r.default)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):l(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var s={query:{perPage:3,pages:1,offset:0,postType:"post",order:"desc",orderBy:"date",author:"",search:"",sticky:"exclude",inherit:!1}},u={showCollectionTitle:!1,showCollectionSubtitle:!1,title:(0,i.__)("You should read these","nova-blocks"),subtitle:(0,i.__)("A fancy slideshow with our latest posts never hurt nobody.","nova-blocks"),align:"full",contentType:"auto",layoutStyle:"carousel",contentPadding:100,contentPosition:"center center",minHeightFallback:66,postsToShow:3,columns:1,emphasisBySpace:1,emphasisTopSpacing:0,emphasisBottomSpacing:0,cardTitleLevel:1,cardLayout:"stacked",scrollingEffect:"static",overlayFilterStrength:30,contentColorSignal:3,contentPaletteVariation:12},d=c(c({},u),{},{lock:{remove:!0,move:!0}}),p={name:"novablocks/supernova/query-posts-slideshow",title:(0,i.__)("Query Loop → Posts Collection: Slideshow","nova-blocks"),description:(0,i.__)("Display a queried set of posts in a slideshow layout.","nova-blocks"),keywords:["query","post","collection","layout","carousel","slideshow","slider","horizontal","section"],icon:a.slideshowCollection,attributes:s,innerBlocks:[["novablocks/supernova",u,Array.from(Array(3)).map((function(){return["novablocks/supernova-item",d]}))]],scope:["inserter","block"]};t.default=p},319:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(o(9)),i=o(3),a=o(49);function l(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function c(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?l(Object(o),!0).forEach((function(t){(0,r.default)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):l(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var s={query:{perPage:6,pages:1,offset:0,postType:"post",order:"desc",orderBy:"date",author:"",search:"",sticky:"exclude",inherit:!1}},u={showCollectionTitle:!0,showCollectionSubtitle:!0,title:(0,i.__)("Our latest brainy posts","nova-blocks"),subtitle:(0,i.__)("A super-duper-parametric collection of our latest brain-dumps.","nova-blocks"),emphasisBySpace:1,emphasisTopSpacing:0,emphasisBottomSpacing:0,contentType:"auto",layoutStyle:"parametric",contentPosition:"center left",contentPadding:0,layoutGutter:10,postsToShow:6},d=c(c({},u),{},{lock:{remove:!0,move:!0}}),p={name:"novablocks/supernova/query-posts-parametric",title:(0,i.__)("Query Loop → Posts Collection: Parametric Grid","nova-blocks"),description:(0,i.__)("Display a queried set of posts in a beautiful, consistent manner.","nova-blocks"),keywords:["query","post","collection","layout","grid","parametric","composition","columns","rows"],icon:a.postsCollection,attributes:s,innerBlocks:[["novablocks/supernova",u,Array.from(Array(6)).map((function(){return["novablocks/supernova-item",d]}))]],scope:["inserter","block"]};t.default=p},32:function(e,t,o){var n=o(40);e.exports=function(e,t){if(null==e)return{};var o,r,i=n(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)o=a[r],t.indexOf(o)>=0||Object.prototype.propertyIsEnumerable.call(e,o)&&(i[o]=e[o])}return i},e.exports.__esModule=!0,e.exports.default=e.exports},320:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(o(9)),i=o(3),a=o(49);function l(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function c(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?l(Object(o),!0).forEach((function(t){(0,r.default)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):l(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var s={query:{perPage:5,pages:1,offset:0,postType:"post",order:"desc",orderBy:"date",author:"",search:"",sticky:"exclude",inherit:!1}},u={showCollectionTitle:!1,showCollectionSubtitle:!1,align:"full",contentType:"auto",layoutStyle:"carousel",carouselLayout:"fixed",gridGap:30,spacingModifier:.5,mediaContainerHeight:50,contentPadding:0,layoutGutter:25,emphasisBySpace:1,emphasisTopSpacing:0,emphasisBottomSpacing:0,postsToShow:5,columns:3,cardLayout:"vertical",contentPosition:"center left",contentColorSignal:0,contentPaletteVariation:1},d=c(c({},u),{},{lock:{remove:!0,move:!0}}),p={name:"novablocks/supernova/query-posts-carousel",title:(0,i.__)("Query Loop → Posts Collection: Carousel","nova-blocks"),description:(0,i.__)("Display a queried set of posts in a carousel layout.","nova-blocks"),keywords:["query","post","collection","layout","carousel","slideshow","slider","horizontal","section"],icon:a.slideshowCollection,attributes:s,innerBlocks:[["novablocks/supernova",u,Array.from(Array(5)).map((function(){return["novablocks/supernova-item",d]}))]],scope:["inserter","block"]};t.default=p},321:function(e,t,o){"use strict";o.r(t);var n=o(4),r=o.n(n),i=o(5),a=o.n(i),l=new r.a({id:"block-library-supernova/icon",use:"block-library-supernova/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-supernova/icon"><g clip-path="url(#block-library-supernova/icon_a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M24 12c0-6.627-5.373-12-12-12S0 5.373 0 12s5.373 12 12 12 12-5.373 12-12Zm-8-3.333C16 7.747 16.746 7 17.667 7A3.333 3.333 0 0 1 21 10.333v3.334A3.333 3.333 0 0 1 17.667 17c-.92 0-1.667-.746-1.667-1.667V8.667ZM11 6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-2Zm-8 4.333A3.333 3.333 0 0 1 6.333 7C7.253 7 8 7.746 8 8.667v6.666C8 16.253 7.254 17 6.333 17A3.333 3.333 0 0 1 3 13.667v-3.334Z" fill="#6565F2" /></g><defs><clipPath id="block-library-supernova/icon_a"><path fill="#fff" transform="rotate(90 12 12)" d="M0 0h24v24H0z" /></clipPath></defs></symbol>'});a.a.add(l);t.default=l},322:function(e){e.exports=JSON.parse('{"variation":{"type":"string","default":"supernova"},"align":{"type":"string","default":"wide"},"preview":{"type":"boolean","default":true},"headerPosition":{"type":"number","default":0},"title":{"type":"string","default":"Cards Collection"},"subtitle":{"type":"string","default":"A collection of individual cards displayed in a cohesive layout"},"collectionTitleLevel":{"type":"number","default":2},"contentType":{"type":"string","default":"fields"}}')},323:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"withSetChildrenAttributes",{enumerable:!0,get:function(){return r.default}});var r=n(o(324))},324:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(1),i=n(o(15)),a=o(13),l=o(325),c=o(10),s=function(e){return function(t){if("novablocks/supernova"!==t.name)return(0,r.createElement)(e,t);var o=t.clientId,n=(0,a.useDispatch)("core/block-editor").updateBlockAttributes,s=(0,a.useSelect)((function(e){return e("core/block-editor")})).getBlock,u=(0,r.useCallback)((function(e){var t=e.cardLayout;return void 0!==t&&"stacked"!==t&&(e.minHeightFallback=0),void 0===t||["horizontal","horizontal-reverse"].includes(t)||(e.emphasisArea=100),e}),[]),d=(0,r.useCallback)((function(e){var t=s(o).innerBlocks,r=(0,l.getChildAttributes)(e);Array.isArray(t)&&t.filter((function(e){return"novablocks/supernova-item"===e.name})).forEach((function(t){n(t.clientId,r);var o=s(t.clientId).innerBlocks;Array.isArray(o)&&o.filter((function(e){return"novablocks/headline"===e.name})).forEach((function(t){var o=(0,c.getAlignFromMatrix)(null==e?void 0:e.contentPosition);n(t.clientId,{textAlign:o[1]})}))}))}),[o]);return(0,r.createElement)(e,(0,i.default)({},t,{setAttributes:function(e){var o=u(e);t.setAttributes(o),d(o)}}))}};t.default=s},325:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getChildAttributes",{enumerable:!0,get:function(){return r.default}});var r=n(o(326))},326:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=function(e){var t=["useSourceColorAsReference","colorSignal","paletteVariation","contentColorSignal","contentPaletteVariation","defaultsGenerated","images","title","subtitle"],o=Object.keys(e).filter((function(e){return!t.includes(e)})),n={};return o.forEach((function(t){n[t]=e[t]})),n};t.default=n},327:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.registerQueryStore=t.STORE_NAME=void 0;var r=n(o(9)),i=o(29),a=o(13);function l(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function c(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?l(Object(o),!0).forEach((function(t){(0,r.default)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):l(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var s="novablocks/displayed-posts";t.STORE_NAME=s;var u={queryBlocks:[],postsByBlock:{},specificPostsByBlock:{}},d={updateBlocks:function(e){return{type:"UPDATE_BLOCKS",blocks:e}},markPostsAsDisplayed:function(e,t){return{type:"MARK_POSTS_DISPLAYED",clientId:e,posts:t}},markSpecificPostsAsDisplayed:function(e,t){return{type:"MARK_SPECIFIC_POSTS_DISPLAYED",clientId:e,posts:t}}},p={previousPostIds:function(e,t){var o,n,r,a=e.queryBlocks,l=e.specificPostsByBlock,c=e.postsByBlock,s=a.filter((function(e){var t=e.clientId;return l[t]})).flatMap((function(e){var t=e.clientId;return l[t].map((function(e){return e.id}))})),u=(o=a,n=t,r=o.findIndex((function(e){return e.clientId===n})),o.slice(0,r)).filter((function(e){var t=e.clientId;return c[t]})).flatMap((function(e){var t=e.clientId;return c[t].map((function(e){return e.id}))}));return(0,i.uniq)(s.concat(u)).sort()}};t.registerQueryStore=function(e){var t=function t(o){return o.flatMap((function(o){var n=[];return o.name===e&&n.push(o),n.concat(t(o.innerBlocks))}))};(0,a.registerStore)(s,{reducer:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:u,o=arguments.length>1?arguments[1]:void 0;switch(o.type){case"UPDATE_BLOCKS":return c(c({},e),{},{queryBlocks:t(o.blocks)});case"MARK_POSTS_DISPLAYED":return c(c({},e),{},{postsByBlock:c(c({},e.postsByBlock),{},(0,r.default)({},o.clientId,o.posts))});case"MARK_SPECIFIC_POSTS_DISPLAYED":return c(c({},e),{},{specificPostsByBlock:c(c({},e.specificPostsByBlock),{},(0,r.default)({},o.clientId,o.posts))})}return e},actions:d,selectors:p,initialState:u});var o,n=(0,a.select)("core/block-editor"),i=n.getClientIdsWithDescendants,l=n.getBlocks,f=(0,a.dispatch)(s).updateBlocks;(0,a.subscribe)((function(){var e=i(),t=e!==o;o=e,t&&f(l())}))}},4:function(e,t,o){(function(t){var o;o=function(){"use strict";var e=function(e){var t=e.id,o=e.viewBox,n=e.content;this.id=t,this.viewBox=o,this.content=n};function o(e,t){return e(t={exports:{}},t.exports),t.exports}e.prototype.stringify=function(){return this.content},e.prototype.toString=function(){return this.stringify()},e.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))},"undefined"!=typeof window?window:void 0!==t||"undefined"!=typeof self&&self;var n=o((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,o){var r;return o&&!0===o.clone&&e(t)?n((r=t,Array.isArray(r)?[]:{}),t,o):t}function o(o,r,i){var a=o.slice();return r.forEach((function(r,l){void 0===a[l]?a[l]=t(r,i):e(r)?a[l]=n(o[l],r,i):-1===o.indexOf(r)&&a.push(t(r,i))})),a}function n(r,i,a){var l=Array.isArray(i),c=(a||{arrayMerge:o}).arrayMerge||o;return l?Array.isArray(r)?c(r,i,a):t(i,a):function(o,r,i){var a={};return e(o)&&Object.keys(o).forEach((function(e){a[e]=t(o[e],i)})),Object.keys(r).forEach((function(l){e(r[l])&&o[l]?a[l]=n(o[l],r[l],i):a[l]=t(r[l],i)})),a}(r,i,a)}return n.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,o){return n(e,o,t)}))},n}()})),r=o((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),i=r.svg,a=r.xlink,l={};l[i.name]=i.uri,l[a.name]=a.uri;var c=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(l,t||{}))+">"+e+"</svg>"};return function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,o=this.render();return this.node=o,t.appendChild(o),o},t.prototype.render=function(){var e=this.stringify();return function(e){var t=!!document.importNode,o=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(o,!0):o}(c(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,o),t}(e)},e.exports=o()}).call(this,o(8))},40:function(e,t){e.exports=function(e,t){if(null==e)return{};var o,n,r={},i=Object.keys(e);for(n=0;n<i.length;n++)o=i[n],t.indexOf(o)>=0||(r[o]=e[o]);return r},e.exports.__esModule=!0,e.exports.default=e.exports},41:function(e,t){e.exports=window.novablocks.collection},49:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.slideshowCollection=t.postsCollection=t.classicGrid=void 0;var n=o(1),r=o(11),i=(0,n.createElement)(r.SVG,{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)("g",{"clip-path":"url(#clip0)"},(0,n.createElement)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24 12C24 5.37258 18.6274 -2.34843e-07 12 -5.24537e-07C5.3726 -8.14229e-07 -2.34843e-07 5.37258 -5.24537e-07 12C-8.14229e-07 18.6274 5.3726 24 12 24C18.6274 24 24 18.6274 24 12ZM16 8.66667C16 7.74619 16.7462 7 17.6667 7C19.5076 7 21 8.49238 21 10.3333L21 13.6667C21 15.5076 19.5076 17 17.6667 17C16.7462 17 16 16.2538 16 15.3333L16 8.66667ZM11 6C9.89543 6 9 6.89543 9 8L9 16C9 17.1046 9.89543 18 11 18L13 18C14.1046 18 15 17.1046 15 16L15 8C15 6.89543 14.1046 6 13 6L11 6ZM3 10.3333C3 8.49238 4.49238 7 6.33333 7C7.25381 7 8 7.74619 8 8.66667L8 15.3333C8 16.2538 7.25381 17 6.33333 17C4.49238 17 3 15.5076 3 13.6667L3 10.3333Z",fill:"#6565F2"})),(0,n.createElement)("defs",null,(0,n.createElement)("clipPath",{id:"clip0"},(0,n.createElement)("rect",{width:"24",height:"24",fill:"white",transform:"translate(24) rotate(90)"}))));t.classicGrid=i;var a=(0,n.createElement)(r.SVG,{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"novablocks-icon"},(0,n.createElement)(r.Circle,{cx:"12",cy:"12",r:"10",fill:"white"}),(0,n.createElement)(r.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM7 7C4.79086 7 3 8.79086 3 11C3 12.1046 3.89543 13 5 13H8C9.10457 13 10 12.1046 10 11V9C10 7.89543 9.10457 7 8 7H7ZM16 4C18.2091 4 20 5.79086 20 8V16C20 17.5142 19.1587 18.8319 17.9179 19.5111C16.949 20.0414 16 19.1046 16 18V15C16 13.8954 15.1046 13 14 13C12.8954 13 12 12.1046 12 11V6C12 4.89543 12.8954 4 14 4H16ZM8 15C6.89543 15 6 15.8954 6 17C6 19.2091 7.79086 21 10 21H12C13.1046 21 14 20.1046 14 19V17C14 15.8954 13.1046 15 12 15H8Z",fill:"#6565F2"}));t.postsCollection=a;var l=(0,n.createElement)(r.SVG,{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"novablocks-icon"},(0,n.createElement)(r.Path,{d:"M24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12Z",fill:"#6565F2"}),(0,n.createElement)(r.Path,{d:"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z",fill:"#6565F2"}),(0,n.createElement)(r.Path,{d:"M17.3983 8.99272C17.8832 9.39271 17.8832 10.1357 17.3983 10.5356L14.9674 12.5406C14.3151 13.0786 13.3311 12.6146 13.3311 11.7691V7.75922C13.3311 6.91375 14.3151 6.44981 14.9674 6.98777L17.3983 8.99272Z",fill:"white"}),(0,n.createElement)(r.Path,{d:"M6.60199 8.99272C6.11704 9.39271 6.11704 10.1357 6.60199 10.5356L9.03287 12.5406C9.68511 13.0786 10.6692 12.6146 10.6692 11.7691V7.75922C10.6692 6.91375 9.68511 6.44981 9.03287 6.98777L6.60199 8.99272Z",fill:"white"}),(0,n.createElement)(r.Path,{d:"M7 18.2752C7 18.8034 7.42818 19.2315 7.95637 19.2315H8.2172C8.7774 19.2315 9.23154 18.7774 9.23154 18.2172V17.8583C9.23154 17.3843 8.84727 17 8.37325 17H8.27517C7.57091 17 7 17.5709 7 18.2752V18.2752Z",fill:"#FFE42E"}),(0,n.createElement)(r.Path,{d:"M10.7188 18.2752C10.7188 18.8034 11.1469 19.2315 11.6751 19.2315H11.936C12.4962 19.2315 12.9503 18.7774 12.9503 18.2172V17.8583C12.9503 17.3843 12.566 17 12.092 17H11.9939C11.2896 17 10.7188 17.5709 10.7188 18.2752V18.2752Z",fill:"#FFE42E"}),(0,n.createElement)(r.Path,{d:"M14.4385 18.2752C14.4385 18.8034 14.8667 19.2315 15.3948 19.2315H15.6557C16.2159 19.2315 16.67 18.7774 16.67 18.2172V17.8583C16.67 17.3843 16.2857 17 15.8117 17H15.7136C15.0094 17 14.4385 17.5709 14.4385 18.2752V18.2752Z",fill:"#FFE42E"}));t.slideshowCollection=l},5:function(e,t,o){(function(t){var o;o=function(){"use strict";function e(e,t){return e(t={exports:{}},t.exports),t.exports}"undefined"!=typeof window?window:void 0!==t||"undefined"!=typeof self&&self;var o=e((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,o){var r;return o&&!0===o.clone&&e(t)?n((r=t,Array.isArray(r)?[]:{}),t,o):t}function o(o,r,i){var a=o.slice();return r.forEach((function(r,l){void 0===a[l]?a[l]=t(r,i):e(r)?a[l]=n(o[l],r,i):-1===o.indexOf(r)&&a.push(t(r,i))})),a}function n(r,i,a){var l=Array.isArray(i),c=(a||{arrayMerge:o}).arrayMerge||o;return l?Array.isArray(r)?c(r,i,a):t(i,a):function(o,r,i){var a={};return e(o)&&Object.keys(o).forEach((function(e){a[e]=t(o[e],i)})),Object.keys(r).forEach((function(l){e(r[l])&&o[l]?a[l]=n(o[l],r[l],i):a[l]=t(r[l],i)})),a}(r,i,a)}return n.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,o){return n(e,o,t)}))},n}()})),n=e((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),r=n.svg,i=n.xlink,a={};a[r.name]=r.uri,a[i.name]=i.uri;var l,c=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(o(a,t||{}))+">"+e+"</svg>"},s=n.svg,u=n.xlink,d={attrs:(l={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},l[s.name]=s.uri,l[u.name]=u.uri,l)},p=function(e){this.config=o(d,e||{}),this.symbols=[]};p.prototype.add=function(e){var t=this.symbols,o=this.find(e.id);return o?(t[t.indexOf(o)]=e,!1):(t.push(e),!0)},p.prototype.remove=function(e){var t=this.symbols,o=this.find(e);return!!o&&(t.splice(t.indexOf(o),1),o.destroy(),!0)},p.prototype.find=function(e){return this.symbols.filter((function(t){return t.id===e}))[0]||null},p.prototype.has=function(e){return null!==this.find(e)},p.prototype.stringify=function(){var e=this.config.attrs,t=this.symbols.map((function(e){return e.stringify()})).join("");return c(t,e)},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){this.symbols.forEach((function(e){return e.destroy()}))};var f=function(e){var t=e.id,o=e.viewBox,n=e.content;this.id=t,this.viewBox=o,this.content=n};f.prototype.stringify=function(){return this.content},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))};var v=function(e){var t=!!document.importNode,o=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(o,!0):o},y=function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,o=this.render();return this.node=o,t.appendChild(o),o},t.prototype.render=function(){var e=this.stringify();return v(c(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,o),t}(f),h={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},m=function(e){return Array.prototype.slice.call(e,0)},b=function(){return/firefox/i.test(navigator.userAgent)},g=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},_=function(){return/edge/i.test(navigator.userAgent)},w=function(e){return(e||window.location.href).split("#")[0]},C=function(e){angular.module("ng").run(["$rootScope",function(t){t.$on("$locationChangeSuccess",(function(t,o,n){var r,i,a;r=e,i={oldUrl:n,newUrl:o},(a=document.createEvent("CustomEvent")).initCustomEvent(r,!1,!1,i),window.dispatchEvent(a)}))}])},k=function(e,t){return void 0===t&&(t="linearGradient, radialGradient, pattern, mask, clipPath"),m(e.querySelectorAll("symbol")).forEach((function(e){m(e.querySelectorAll(t)).forEach((function(t){e.parentNode.insertBefore(t,e)}))})),e},O=n.xlink.uri,P=/[{}|\\\^\[\]`"<>]/g;function S(e){return e.replace(P,(function(e){return"%"+e[0].charCodeAt(0).toString(16).toUpperCase()}))}var x,E=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],j=E.map((function(e){return"["+e+"]"})).join(","),M=function(e,t,o,n){var r=S(o),i=S(n);(function(e,t){return m(e).reduce((function(e,o){if(!o.attributes)return e;var n=m(o.attributes),r=t?n.filter(t):n;return e.concat(r)}),[])})(e.querySelectorAll(j),(function(e){var t=e.localName,o=e.value;return-1!==E.indexOf(t)&&-1!==o.indexOf("url("+r)})).forEach((function(e){return e.value=e.value.replace(new RegExp(r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(e,t,o){m(e).forEach((function(e){var n=e.getAttribute("xlink:href");if(n&&0===n.indexOf(t)){var r=n.replace(t,o);e.setAttributeNS(O,"xlink:href",r)}}))}(t,r,i)},A="mount",B="symbol_mount",T=function(e){function t(t){var n=this;void 0===t&&(t={}),e.call(this,o(h,t));var r,i=(r=r||Object.create(null),{on:function(e,t){(r[e]||(r[e]=[])).push(t)},off:function(e,t){r[e]&&r[e].splice(r[e].indexOf(t)>>>0,1)},emit:function(e,t){(r[e]||[]).map((function(e){e(t)})),(r["*"]||[]).map((function(o){o(e,t)}))}});this._emitter=i,this.node=null;var a=this.config;if(a.autoConfigure&&this._autoConfigure(t),a.syncUrlsWithBaseTag){var l=document.getElementsByTagName("base")[0].getAttribute("href");i.on(A,(function(){return n.updateUrls("#",l)}))}var c=this._handleLocationChange.bind(this);this._handleLocationChange=c,a.listenLocationChangeEvent&&window.addEventListener(a.locationChangeEvent,c),a.locationChangeAngularEmitter&&C(a.locationChangeEvent),i.on(A,(function(e){a.moveGradientsOutsideSymbol&&k(e)})),i.on(B,(function(e){var t;a.moveGradientsOutsideSymbol&&k(e.parentNode),(g()||_())&&(t=[],m(e.querySelectorAll("style")).forEach((function(e){e.textContent+="",t.push(e)})))}))}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.prototype._autoConfigure=function(e){var t=this.config;void 0===e.syncUrlsWithBaseTag&&(t.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===e.locationChangeAngularEmitter&&(t.locationChangeAngularEmitter=void 0!==window.angular),void 0===e.moveGradientsOutsideSymbol&&(t.moveGradientsOutsideSymbol=b())},t.prototype._handleLocationChange=function(e){var t=e.detail,o=t.oldUrl,n=t.newUrl;this.updateUrls(o,n)},t.prototype.add=function(t){var o=e.prototype.add.call(this,t);return this.isMounted&&o&&(t.mount(this.node),this._emitter.emit(B,t.node)),o},t.prototype.attach=function(e){var t=this,o=this;if(o.isMounted)return o.node;var n="string"==typeof e?document.querySelector(e):e;return o.node=n,this.symbols.forEach((function(e){e.mount(o.node),t._emitter.emit(B,e.node)})),m(n.querySelectorAll("symbol")).forEach((function(e){var t=y.createFromExistingNode(e);t.node=e,o.add(t)})),this._emitter.emit(A,n),n},t.prototype.destroy=function(){var e=this.config,t=this.symbols,o=this._emitter;t.forEach((function(e){return e.destroy()})),o.off("*"),window.removeEventListener(e.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},t.prototype.mount=function(e,t){if(void 0===e&&(e=this.config.mountTo),void 0===t&&(t=!1),this.isMounted)return this.node;var o="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t&&o.childNodes[0]?o.insertBefore(n,o.childNodes[0]):o.appendChild(n),this._emitter.emit(A,n),n},t.prototype.render=function(){return v(this.stringify())},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},t.prototype.updateUrls=function(e,t){if(!this.isMounted)return!1;var o=document.querySelectorAll(this.config.usagesToUpdate);return M(this.node,o,w(e)+"#",w(t)+"#"),!0},Object.defineProperties(t.prototype,n),t}(p),D=e((function(e){var t,o,n,r,i;e.exports=(o=[],n=document,r=n.documentElement.doScroll,(i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(n.readyState))||n.addEventListener("DOMContentLoaded",t=function(){for(n.removeEventListener("DOMContentLoaded",t),i=1;t=o.shift();)t()}),function(e){i?setTimeout(e,0):o.push(e)})}));window.__SVG_SPRITE__?x=window.__SVG_SPRITE__:(x=new T({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=x);var I=function(){var e=document.getElementById("__SVG_SPRITE_NODE__");e?x.attach(e):x.mount(document.body,!0)};return document.body?I():D(I),x},e.exports=o()}).call(this,o(8))},6:function(e,t){e.exports=window.wp.blockEditor},62:function(e,t){e.exports=window.novablocks.scrollingEffect},63:function(e,t){e.exports=window.novablocks.shapeModeling},64:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"CardsCollectionLayout",{enumerable:!0,get:function(){return a.default}}),Object.defineProperty(t,"PostCard",{enumerable:!0,get:function(){return c.default}}),Object.defineProperty(t,"PostsCollectionLayout",{enumerable:!0,get:function(){return l.default}}),Object.defineProperty(t,"SupernovaItemPreview",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(t,"withControlsVisibility",{enumerable:!0,get:function(){return i.default}});var r=n(o(294)),i=n(o(295)),a=n(o(296)),l=n(o(297)),c=n(o(298))},7:function(e,t){e.exports=window.wp.blocks},74:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.carouselCollection=t.cardsCollection=void 0;var n=o(1),r=o(11),i=(0,n.createElement)(r.SVG,{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"novablocks-icon"},(0,n.createElement)(r.Circle,{cx:"12",cy:"12",r:"10",fill:"white"}),(0,n.createElement)(r.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM7 7C4.79086 7 3 8.79086 3 11C3 12.1046 3.89543 13 5 13H8C9.10457 13 10 12.1046 10 11V9C10 7.89543 9.10457 7 8 7H7ZM16 4C18.2091 4 20 5.79086 20 8V16C20 17.5142 19.1587 18.8319 17.9179 19.5111C16.949 20.0414 16 19.1046 16 18V15C16 13.8954 15.1046 13 14 13C12.8954 13 12 12.1046 12 11V6C12 4.89543 12.8954 4 14 4H16ZM8 15C6.89543 15 6 15.8954 6 17C6 19.2091 7.79086 21 10 21H12C13.1046 21 14 20.1046 14 19V17C14 15.8954 13.1046 15 12 15H8Z",fill:"#6565F2"}));t.cardsCollection=i;var a=(0,n.createElement)(r.SVG,{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"novablocks-icon"},(0,n.createElement)(r.Path,{d:"M24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12Z",fill:"#6565F2"}),(0,n.createElement)(r.Path,{d:"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z",fill:"#6565F2"}),(0,n.createElement)(r.Path,{d:"M17.3983 8.99272C17.8832 9.39271 17.8832 10.1357 17.3983 10.5356L14.9674 12.5406C14.3151 13.0786 13.3311 12.6146 13.3311 11.7691V7.75922C13.3311 6.91375 14.3151 6.44981 14.9674 6.98777L17.3983 8.99272Z",fill:"white"}),(0,n.createElement)(r.Path,{d:"M6.60199 8.99272C6.11704 9.39271 6.11704 10.1357 6.60199 10.5356L9.03287 12.5406C9.68511 13.0786 10.6692 12.6146 10.6692 11.7691V7.75922C10.6692 6.91375 9.68511 6.44981 9.03287 6.98777L6.60199 8.99272Z",fill:"white"}),(0,n.createElement)(r.Path,{d:"M7 18.2752C7 18.8034 7.42818 19.2315 7.95637 19.2315H8.2172C8.7774 19.2315 9.23154 18.7774 9.23154 18.2172V17.8583C9.23154 17.3843 8.84727 17 8.37325 17H8.27517C7.57091 17 7 17.5709 7 18.2752V18.2752Z",fill:"#FFE42E"}),(0,n.createElement)(r.Path,{d:"M10.7188 18.2752C10.7188 18.8034 11.1469 19.2315 11.6751 19.2315H11.936C12.4962 19.2315 12.9503 18.7774 12.9503 18.2172V17.8583C12.9503 17.3843 12.566 17 12.092 17H11.9939C11.2896 17 10.7188 17.5709 10.7188 18.2752V18.2752Z",fill:"#FFE42E"}),(0,n.createElement)(r.Path,{d:"M14.4385 18.2752C14.4385 18.8034 14.8667 19.2315 15.3948 19.2315H15.6557C16.2159 19.2315 16.67 18.7774 16.67 18.2172V17.8583C16.67 17.3843 16.2857 17 15.8117 17H15.7136C15.0094 17 14.4385 17.5709 14.4385 18.2752V18.2752Z",fill:"#FFE42E"}));t.carouselCollection=a},8:function(e,t){var o;o=function(){return this}();try{o=o||new Function("return this")()}catch(e){"object"==typeof window&&(o=window)}e.exports=o},9:function(e,t){e.exports=function(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e},e.exports.__esModule=!0,e.exports.default=e.exports}});
     6*/!function(){"use strict";var o={}.hasOwnProperty;function r(){for(var e=[],t=0;t<arguments.length;t++){var n=arguments[t];if(n){var i=typeof n;if("string"===i||"number"===i)e.push(n);else if(Array.isArray(n)){if(n.length){var a=r.apply(null,n);a&&e.push(a)}}else if("object"===i)if(n.toString===Object.prototype.toString)for(var l in n)o.call(n,l)&&n[l]&&e.push(l);else e.push(n.toString())}}return e.join(" ")}e.exports?(r.default=r,e.exports=r):void 0===(n=function(){return r}.apply(t,[]))||(e.exports=n)}()},13:function(e,t){e.exports=window.wp.data},14:function(e,t){e.exports=window.wp.hooks},15:function(e,t){function o(){return e.exports=o=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var o=arguments[t];for(var n in o)Object.prototype.hasOwnProperty.call(o,n)&&(e[n]=o[n])}return e},e.exports.__esModule=!0,e.exports.default=e.exports,o.apply(this,arguments)}e.exports=o,e.exports.__esModule=!0,e.exports.default=e.exports},16:function(e,t){e.exports=function(e,t){(null==t||t>e.length)&&(t=e.length);for(var o=0,n=new Array(t);o<t;o++)n[o]=e[o];return n},e.exports.__esModule=!0,e.exports.default=e.exports},18:function(e,t,o){var n=o(16);e.exports=function(e,t){if(e){if("string"==typeof e)return n(e,t);var o=Object.prototype.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?n(e,t):void 0}},e.exports.__esModule=!0,e.exports.default=e.exports},2:function(e,t){e.exports=window.novablocks.blockEditor},24:function(e,t,o){var n=o(25),r=o(26),i=o(18),a=o(27);e.exports=function(e,t){return n(e)||r(e,t)||i(e,t)||a()},e.exports.__esModule=!0,e.exports.default=e.exports},25:function(e,t){e.exports=function(e){if(Array.isArray(e))return e},e.exports.__esModule=!0,e.exports.default=e.exports},26:function(e,t){e.exports=function(e,t){var o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var n,r,i=[],a=!0,l=!1;try{for(o=o.call(e);!(a=(n=o.next()).done)&&(i.push(n.value),!t||i.length!==t);a=!0);}catch(e){l=!0,r=e}finally{try{a||null==o.return||o.return()}finally{if(l)throw r}}return i}},e.exports.__esModule=!0,e.exports.default=e.exports},27:function(e,t){e.exports=function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")},e.exports.__esModule=!0,e.exports.default=e.exports},28:function(e,t){e.exports=window.novablocks.mediaComposition},289:function(e,t,o){"use strict";var n=o(0),r=o(1),i=n(o(9)),a=o(7),l=o(6),c=o(14),s=o(2),u=o(62),d=n(o(290)),p=n(o(300)),f=n(o(315)),v=n(o(316)),y=n(o(322)),h=n(o(323)),m=o(324);function b(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function g(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?b(Object(o),!0).forEach((function(t){(0,i.default)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):b(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}(0,o(328).registerQueryStore)("novablocks/supernova");(0,c.addFilter)("blocks.registerBlockType","novablocks/supernova/core-query-alterations",(function(e){return"core/query"!==e.name||(e.attributes.variation={type:"string"},e.supports.align=!1,e.supports.html=!1,e.supports.__experimentalLayout=!1,e.variations=[],v.default.forEach((function(t){e.variations.push(t)}))),e}),Number.MAX_SAFE_INTEGER);(0,c.addFilter)("blocks.registerBlockType","novablocks/supernova/with-variations",(function(e){return"novablocks/supernova"!==e.name?e:g(g({},e),{},{variations:p.default})}),Number.MAX_SAFE_INTEGER),(0,a.registerBlockType)("novablocks/supernova",{icon:(0,s.getSvg)(y.default),attributes:h.default,edit:d.default,transforms:f.default,save:function(){return(0,r.createElement)(l.InnerBlocks.Content,null)}});(0,c.addFilter)("editor.BlockEdit","novablocks/supernova/with-set-children-attributes",m.withSetChildrenAttributes,Number.MAX_SAFE_INTEGER),(0,c.addFilter)("editor.BlockEdit","novablocks/supernova/with-focal-point-image",(function(e){return function(t){var o=t.clientId,n=(0,s.useInnerBlocks)(o),i=(0,r.useMemo)((function(){if(n.length){var e=n[0].attributes.images;if(null!=e&&e.length)return Object.assign({},t,{focalPointImage:(0,u.getFocalPointImage)(e[0])})}return t}),[t]);return(0,r.createElement)(e,i)}}),Number.MAX_SAFE_INTEGER)},29:function(e,t){e.exports=window.lodash},290:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(1),i=n(o(32)),a=n(o(24)),l=n(o(15)),c=n(o(9)),s=n(o(12)),u=o(6),d=o(13),p=o(291),f=o(2),v=o(41),y=o(28),h=n(o(292)),m=n(o(294)),b=o(10),g=o(64),_=["title","subtitle","contentColorSignal","contentPaletteVariation","contentType"];function w(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function C(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?w(Object(o),!0).forEach((function(t){(0,c.default)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):w(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var k=function(e){var t=e.clientId,o=(0,f.useInnerBlocks)(t),n=(0,d.useDispatch)("core/block-editor").updateBlockAttributes,i=(0,r.useCallback)((function(e){(0,f.normalizeImages)(e).then((function(e){n(o[0].clientId,{images:e})}))}));if(1!==o.length)return null;var a=C(C({},e),{},{attributes:C(C({},e.attributes),{},{images:o[0].attributes.images}),onSelectImages:i});return(0,r.createElement)(y.BlockControls,a)},O=(0,r.memo)((function(e){var t=e.attributes,o=e.clientId,n=e.inQuery,i=t.columns,a=t.headerPosition,d=t.showCollectionTitle,p=t.showCollectionSubtitle,f=t.showPagination,y=t.cardLayout,h=t.carouselLayout,m=t.layoutStyle,_=n?"auto":(null==t?void 0:t.contentType)||"fields",w=(0,b.getAlignFromMatrix)(null==t?void 0:t.contentPosition),C=(0,s.default)("nb-supernova","nb-supernova--content-type-".concat(_),"nb-supernova--card-layout-".concat(y),"nb-supernova--layout-".concat(m),"nb-supernova--".concat(i,"-columns"),"nb-supernova--valign-".concat(w[0]),"nb-supernova--halign-".concat(w[1]),{"nb-supernova--show-pagination":f},(0,c.default)({},"nb-supernova--carousel-layout-".concat(h),"carousel"===m),e.className,"alignfull"),k=(0,u.useBlockProps)({className:C,style:e.style});return(0,r.createElement)("div",k,(0,r.createElement)(v.Collection,(0,l.default)({},e,{key:"collection_"+o}),0===a&&(d||p)&&(0,r.createElement)(v.CollectionHeader,(0,l.default)({},e,{key:"collection_header_"+o})),n?(0,r.createElement)(g.PostsCollectionLayout,(0,l.default)({},e,{key:"posts_collection_layout_"+o})):(0,r.createElement)(g.CardsCollectionLayout,(0,l.default)({},e,{key:"cards_collection_layout_"+o}))))})),P=(0,g.withControlsVisibility)((function(e){var t=e.attributes,o=e.setAttributes,n=e.context,c=e.clientId,s=n.queryId,u=Number.isFinite(s),v=(0,f.useMeta)("supernova_prevent_duplicate"),y=(0,a.default)(v,2),b=y[0],g=(y[1],(0,d.useSelect)((function(e){return e("novablocks/displayed-posts").previousPostIds(c)}),[t]));u&&"auto"!==t.contentType?o({contentType:"auto"}):u||["fields","custom"].includes(t.contentType)||o({contentType:"fields"});var w=(0,r.useMemo)((function(){t.title,t.subtitle;var e=t.contentColorSignal,o=t.contentPaletteVariation,n=(t.contentType,(0,i.default)(t,_));return Object.assign({},n,{colorSignal:e,paletteVariation:o,useSourceColorAsReference:!1})}),[t]);(0,f.useInnerBlocksCount)(c,t,"novablocks/supernova-item",w),u?(0,f.useInnerBlocksLock)(c,{remove:!0,move:!0},t,"novablocks/supernova-item"):(0,f.useInnerBlocksLock)(c,{remove:!1,move:!1},t,"novablocks/supernova-item");var P,S=n.query,x=(S=void 0===S?{}:S).perPage,E=S.offset,j=S.postType,M=S.order,A=S.orderBy,B=S.author,T=S.search,D=S.exclude,I=S.sticky,V=S.inherit,L=S.taxQuery,F=n.queryContext,G=void 0===F?[{page:1}]:F,Z=n.templateSlug,N=(0,a.default)(G,1)[0].page;P=(0,d.useSelect)((function(e){if(!u)return{posts:!1};var t=e(p.store),o=t.getEntityRecords,n=t.getTaxonomies,r={postType:j||"post",offset:x?x*(N-1)+E:0,order:M,orderby:A};if(L){var i=n({type:j,per_page:-1,context:"view"}),l=Object.entries(L).reduce((function(e,t){var o=(0,a.default)(t,2),n=o[0],r=o[1],l=null==i?void 0:i.find((function(e){return e.slug===n}));return null!=l&&l.rest_base&&(e[null==l?void 0:l.rest_base]=r),e}),{});Object.keys(l).length&&Object.assign(r,l)}return x&&(r.per_page=x),B&&(r.author=B),T&&(r.search=T),null!=D&&D.length&&(r.exclude=D),I&&(r.sticky="only"===I),V&&null!=Z&&Z.startsWith("archive-")&&(r.postType=Z.replace("archive-","")),b&&(r.exclude=g.join(",")),{posts:o("postType",r.postType,r)}}),[u,x,N,E,M,A,c,B,T,j,D,I,V,Z,L,b,g]).posts;var q=!1,H=(0,d.select)("core/block-editor"),R=H.getBlockParentsByBlockName,U=H.getClientIdsOfDescendants,z=H.getBlockName,Q=R(c,"core/query");if(u){var W=U([Q]).filter((function(e){return"novablocks/supernova"===z(e)}));1===W.length&&W[0]===c&&(q=!0)}var Y=(0,d.useDispatch)("core/block-editor").updateBlockAttributes;(0,r.useEffect)((function(){q&&Q&&parseInt(t.postsToShow)!==parseInt(x)&&Y(Q,{query:C(C({},n.query),{},{perPage:parseInt(t.postsToShow)})})}),[t]),(0,r.useEffect)((function(){q&&Q&&parseInt(t.postsToShow)!==parseInt(n.query.perPage)&&o({postsToShow:parseInt(n.query.perPage)})}),[n]);var K=(0,d.useDispatch)("novablocks/displayed-posts"),$=K.markPostsAsDisplayed;K.markSpecificPostsAsDisplayed;return(0,r.useCallback)((function(e,t){$(e,t)}),[t])(c,P),(0,r.createElement)(r.Fragment,null,(0,r.createElement)(O,(0,l.default)({},e,{posts:P,inQuery:u,key:"preview"})),(0,r.createElement)(h.default,(0,l.default)({},e,{inQuery:u,key:"block-controls"})),(0,r.createElement)(m.default,(0,l.default)({},e,{inQuery:u,key:"inspector-controls"})),(0,r.createElement)(k,(0,l.default)({},e,{key:"media-composition-block-controls"})))}));t.default=P},291:function(e,t){e.exports=window.wp.coreData},292:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(1),i=(o(3),o(6)),a=(o(11),o(2),o(10),n(o(293))),l=function(e){var t=e.attributes,o=e.setAttributes,n=(e.inQuery,t.align);return(0,r.createElement)(i.BlockControls,{group:"block"},(0,r.createElement)(i.BlockAlignmentControl,{value:n,onChange:function(e){o({align:null!=e?e:"none"})}}),(0,r.createElement)(a.default,e))};t.default=l},293:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=o(1),r=o(3),i=o(6),a=o(11),l={left:{value:"horizontal",icon:"align-pull-left",label:(0,r.__)("Show Media on Left Side","nova-blocks")},right:{value:"horizontal-reverse",icon:"align-pull-right",label:(0,r.__)("Show Media on Right Side","nova-blocks")}},c=function(e){var t=e.attributes,o=e.setAttributes,r=t.cardLayout;return["horizontal","horizontal-reverse"].includes(r)?(0,n.createElement)(i.BlockControls,null,(0,n.createElement)(a.ToolbarGroup,null,Object.keys(l).map((function(e){var t=l[e];return(0,n.createElement)(a.ToolbarButton,{icon:t.icon,label:t.label,key:e,isActive:t.value===r,onClick:function(){o({cardLayout:t.value})}})})))):null};t.default=c},294:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=o(1),r=o(3),i=o(11),a=o(2),l=function(e){var t=e.attributes,o=e.setAttributes;if(e.inQuery)return null;var l=t.contentType,c=t.postsToShow,s=t.columns;return 1===c&&1===s?null:(0,n.createElement)(a.ControlsSection,{id:"content-type",label:(0,r.__)("Content Type"),group:(0,r.__)("Card Anatomy"),order:100},(0,n.createElement)(a.ControlsTab,{label:(0,r.__)("Settings")},(0,n.createElement)(i.SelectControl,{key:"collection-content-type",label:(0,r.__)("Content Type","nova-blocks"),value:l,options:[{label:"Pre-defined fields",value:"fields"},{label:"Custom Blocks",value:"custom"}],onChange:function(e){o({contentType:e})}})))};t.default=l},295:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(1),i=n(o(15)),a=n(o(32)),l=o(2),c=o(28),s=o(10),u=["style"],d=function(e){var t=e.attributes,o=t.images;if(!t.showMedia)return null;if(Array.isArray(o)&&1===o.length){var n=(0,s.normalizeMedia)(o[0]);return(0,r.createElement)("img",{className:"nb-supernova-item__media",src:n.url,width:n.width,height:n.height,alt:n.alt})}return(0,r.createElement)(c.MediaCompositionPreview,e)},p=function(e){var t=e.attributes,o=t.showMedia,n=t.contentType,c=(0,s.getColorSignalClassnames)(t,!0),p=(e.style,(0,a.default)(e,u));return(0,r.createElement)(l.Card,(0,i.default)({},p,{className:c}),o&&(0,r.createElement)(l.CardMediaWrapper,e,(0,r.createElement)(d,e)),(0,r.createElement)("div",{className:"nb-supernova-item__inner-container"},"fields"===n&&(0,r.createElement)(l.CardFieldsPreview,(0,i.default)({},e,{key:"card_fields"})),"custom"===n&&(0,r.createElement)(l.InnerBlocksPreview,(0,i.default)({},e,{key:"inner_blocks"}))))};t.default=p},296:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=o(1),r=o(2),i=function(e){return function(t){var o=t.attributes,i=t.setControlsVisibility,a=t.clientId,l=(0,r.useInnerBlocks)(a);return(0,n.useEffect)((function(){var e=o.cardLayout,t=o.carouselLayout,n=o.layoutStyle,r=o.contentType,a=o.showCollectionTitle,c=o.showTitle,s=o.showMedia,u=o.showMeta,d=l.some((function(e){var t;return 1<(null===(t=e.attributes.images)||void 0===t?void 0:t.length)}));i({"minimum-container-height":"stacked"===e,"media-container-height":"variable"===t,"media-aspect-ratio":"stacked"!==e&&"variable"!==t&&s,"visual-balance":"parametric"!==n&&["horizontal","horizontal-reverse"].includes(e),"content-padding":!0,"media-padding":s,"content-to-media-spacing":"stacked"!==e&&s,"media-composition-section":d&&!!s&&"auto"!==r,"scrolling-effect-section":"carousel"!==n,"emphasis-area":["horizontal","horizontal-reverse"].includes(e),"card-details":!!a||!!c||!!u,"card-details-content":!!a||!!c,"collection-title-level":!!a,"card-title-level":!!c,"metadata-source":!!u,"metadata-position":!!u,"media-composition-block-controls":1===l.length&&s})}),[o,l]),(0,n.createElement)(e,t)}};t.default=i},297:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(1),i=n(o(15)),a=n(o(32)),l=o(6),c=o(2),s=o(41),u=o(10),d=o(64),p=["ref"],f=function(e){var t=(0,l.useInnerBlocksProps)({},{allowedBlocks:["novablocks/supernova-item"],renderAppender:!1,templateInsertUpdatesSelection:!1}),o=(t.ref,(0,a.default)(t,p));return(0,r.createElement)(s.CollectionBody,(0,i.default)({},e,o,{key:"body"}))},v=function(e){var t=e.clientId,o=(0,c.useInnerBlocks)(t);return(0,r.createElement)(s.CollectionBody,(0,i.default)({},e,{key:"body"}),o.map((function(e){return(0,r.createElement)(d.SupernovaItemPreview,(0,i.default)({},e,{key:"collection_item_preview_"+e.clientId}))})))},y=function(e){var t=e.attributes;return(0,u.needsPreview)(t)&&t.preview?(0,r.createElement)(v,e):(0,r.createElement)(f,e)};t.default=y},298:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(1),i=n(o(15)),a=o(11),l=o(3),c=o(2),s=o(41),u=o(64),d=function(e){var t=e.posts,o=e.clientId,n=(0,c.useInnerBlocks)(o),d=Object.assign({},e.attributes,{colorSignal:e.attributes.contentColorSignal,paletteVariation:e.attributes.contentPaletteVariation,useSourceColorAsReference:!1}),p=Object.assign({},e,{attributes:d});return delete p.posts,(0,r.createElement)(s.CollectionBody,(0,i.default)({},e,{key:"body_"+o}),t?t.length?t.map((function(e,t){return n[t]?(0,r.createElement)("div",{className:"nb-collection__layout-item",key:"collection_layout_item_"+e.id},(0,r.createElement)(u.PostCard,(0,i.default)({},p,{post:e,key:"collection_post_card_post_"+e.id}))):null})):(0,r.createElement)("p",null," ",(0,l.__)("No posts to display.","nova-blocks")):(0,r.createElement)(a.Spinner,null))};t.default=d},299:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(1),i=n(o(15)),a=o(2),l=(0,o(63).withShapeModelingDecoration)(a.PostCardMedia),c=function(e){var t=e.post;return(0,r.createElement)(a.PostCard,(0,i.default)({},e,{Media:l,key:"default_post_card_post_"+t.id}))};t.default=c},3:function(e,t){e.exports=window.wp.i18n},300:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(o(301)),i=o(303),a=o(308),l=[r.default,i.cardsCollectionCarousel,i.cardsCollectionClassicGrid,i.cardsCollectionParametricGrid,a.cardHero,a.cardMedia,a.cardVertical];t.default=l},301:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(o(9)),i=o(3),a=o(302);function l(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function c(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?l(Object(o),!0).forEach((function(t){(0,r.default)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):l(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var s={contentType:"fields",layoutStyle:"classic",contentPadding:0,layoutGutter:0,postsToShow:1,columns:1,cardLayout:"vertical",contentPosition:"center left",cardMediaOpacity:100,showCollectionTitle:!1,showCollectionSubtitle:!1,showMedia:!0,showMeta:!1,showTitle:!1,showSubtitle:!1,showDescription:!1,showButtons:!1,defaultsGenerated:!1},u={name:"novablocks/supernova/advanced-gallery",title:(0,i.__)("Advanced Gallery","nova-blocks"),description:(0,i.__)("Display a gallery of images in a unique and creative composition.","nova-blocks"),keywords:["media","collection","layout","composition"],icon:a.advancedGallery,attributes:s,innerBlocks:[["novablocks/supernova-item",c(c({},s),{},{multiplePlaceholderImages:!0})]],scope:["inserter"]};t.default=u},302:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.advancedGallery=void 0;var n=o(1),r=o(11),i=(0,n.createElement)(r.SVG,{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"novablocks-icon"},(0,n.createElement)(r.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24ZM17 17C19.2091 17 21 15.2091 21 13C21 11.8954 20.1046 11 19 11H16C14.8954 11 14 11.8954 14 13V15C14 16.1046 14.8954 17 16 17H17ZM8 20C5.79086 20 4 18.2091 4 16V8C4 6.48581 4.84135 5.16813 6.08206 4.48894C7.05095 3.95855 8 4.89543 8 6V9C8 10.1046 8.89543 11 10 11C11.1046 11 12 11.8954 12 13V18C12 19.1046 11.1046 20 10 20H8ZM16 9C17.1046 9 18 8.10457 18 7C18 4.79086 16.2091 3 14 3H12C10.8954 3 10 3.89543 10 5V7C10 8.10457 10.8954 9 12 9H16Z",fill:"#6565F2"}));t.advancedGallery=i},303:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"cardsCollectionCarousel",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(t,"cardsCollectionClassicGrid",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(t,"cardsCollectionParametricGrid",{enumerable:!0,get:function(){return a.default}});var r=n(o(304)),i=n(o(305)),a=n(o(307))},304:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=o(3),r=o(74),i={showCollectionTitle:!1,showCollectionSubtitle:!1,align:"full",contentType:"fields",layoutStyle:"carousel",carouselLayout:"fixed",gridGap:30,spacingModifier:.5,mediaContainerHeight:50,contentPadding:0,layoutGutter:25,emphasisBySpace:1,emphasisTopSpacing:0,emphasisBottomSpacing:0,postsToShow:5,columns:3,cardLayout:"vertical",contentPosition:"center left",contentColorSignal:0,contentPaletteVariation:1,defaultsGenerated:!1},a=Object.assign({},i,{colorSignal:i.contentColorSignal,paletteVariation:i.contentPaletteVariation,useSourceColorAsReference:!1}),l={name:"novablocks/supernova/cards-collection/carousel",title:(0,n.__)("Cards Collection: Carousel","nova-blocks"),description:(0,n.__)("Display a list of related items in a carousel/slideshow layout.","nova-blocks"),keywords:["card","collection","layout","carousel","slideshow","slider","horizontal","section"],icon:r.carouselCollection,attributes:i,innerBlocks:Array.from(Array(5)).map((function(){return["novablocks/supernova-item",a]})),scope:["inserter"]};t.default=l},305:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(3),i=o(2),a=n(o(306)),l={contentType:"fields",layoutStyle:"classic",emphasisTopSpacing:0,emphasisBottomSpacing:0,layoutGutter:25,postsToShow:3,columns:3,cardLayout:"vertical",contentPosition:"top left",cardMediaOpacity:100,showCollectionTitle:!0,showCollectionSubtitle:!0,showMedia:!0,showMeta:!1,showTitle:!0,showSubtitle:!1,showDescription:!0,showButtons:!0,defaultsGenerated:!1},c=Object.assign({},l,{colorSignal:l.contentColorSignal,paletteVariation:l.contentPaletteVariation,useSourceColorAsReference:!1}),s={name:"novablocks/supernova/cards-collection/classic-grid",title:(0,r.__)("Cards Collection: Classic Grid","nova-blocks"),description:(0,r.__)("Display a list of related items in a classic grid layout.","nova-blocks"),keywords:["card","collection","layout","grid","columns","rows"],icon:(0,i.getSvg)(a.default),attributes:l,innerBlocks:Array.from(Array(3)).map((function(){return["novablocks/supernova-item",c]})),scope:["inserter"]};t.default=s},306:function(e,t,o){"use strict";o.r(t);var n=o(4),r=o.n(n),i=o(5),a=o.n(i),l=new r.a({id:"block-library-supernova/variations/cards-collection/classic-grid/icon",use:"block-library-supernova/variations/cards-collection/classic-grid/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-supernova/variations/cards-collection/classic-grid/icon"><g clip-path="url(#block-library-supernova/variations/cards-collection/classic-grid/icon_a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M24 12c0-6.627-5.373-12-12-12S0 5.373 0 12s5.373 12 12 12 12-5.373 12-12Zm-8-3.333C16 7.747 16.746 7 17.667 7A3.333 3.333 0 0 1 21 10.333v3.334A3.333 3.333 0 0 1 17.667 17c-.92 0-1.667-.746-1.667-1.667V8.667ZM11 6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-2Zm-8 4.333A3.333 3.333 0 0 1 6.333 7C7.253 7 8 7.746 8 8.667v6.666C8 16.253 7.254 17 6.333 17A3.333 3.333 0 0 1 3 13.667v-3.334Z" fill="#6565F2" /></g><defs><clipPath id="block-library-supernova/variations/cards-collection/classic-grid/icon_a"><path fill="#fff" transform="rotate(90 12 12)" d="M0 0h24v24H0z" /></clipPath></defs></symbol>'});a.a.add(l);t.default=l},307:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=o(3),r=o(74),i={contentType:"fields",layoutStyle:"parametric",emphasisTopSpacing:1,emphasisBottomSpacing:1,layoutGutter:10,postsToShow:5,columns:5,rows:5,cardLayout:"vertical",contentPosition:"top left",cardMediaOpacity:100,defaultsGenerated:!1},a=Object.assign({},i,{colorSignal:i.contentColorSignal,paletteVariation:i.contentPaletteVariation,useSourceColorAsReference:!1}),l={name:"novablocks/supernova/cards-collection/parametric-grid",title:(0,n.__)("Cards Collection: Parametric Grid","nova-blocks"),description:(0,n.__)("Display a list of related items in a parametric grid layout.","nova-blocks"),keywords:["card","collection","layout","grid","parametric","composition","columns","rows"],icon:r.cardsCollection,attributes:i,innerBlocks:Array.from(Array(5)).map((function(){return["novablocks/supernova-item",a]})),scope:["inserter"]};t.default=l},308:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"cardHero",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(t,"cardMedia",{enumerable:!0,get:function(){return i.default}}),Object.defineProperty(t,"cardVertical",{enumerable:!0,get:function(){return a.default}});var r=n(o(309)),i=n(o(311)),a=n(o(313))},309:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(3),i=o(2),a=n(o(310)),l={variation:"novablocks-card-hero",showCollectionTitle:!1,showCollectionSubtitle:!1,contentType:"custom",layoutStyle:"classic",contentPadding:100,cardLayout:"stacked",postsToShow:1,columns:1,contentPosition:"center center",minHeightFallback:66,contentColorSignal:3,contentPaletteVariation:12,overlayFilterStrength:30,align:"full",blockTopSpacing:0,blockBottomSpacing:1,emphasisTopSpacing:0,emphasisBottomSpacing:0,scrollingEffect:"parallax",defaultsGenerated:!1},c=[["novablocks/supernova-item",Object.assign({},l,{colorSignal:3,paletteVariation:12}),[["core/heading",{level:1,content:"This is a catchy title"}],["core/paragraph",{content:"A brilliant subtitle to explain its catchiness",className:"is-style-lead"}],["core/button",{text:"Discover more"}]]]],s={name:"novablocks/supernova/card/hero",title:(0,r.__)("Hero Card","nova-blocks"),description:(0,r.__)("A great way to get your visitors acquainted with your content.","nova-blocks"),keywords:["card","layout","hero","full-width","cover"],icon:(0,i.getSvg)(a.default),attributes:l,innerBlocks:c,isActive:function(e,t){return e.variation===t.variation},scope:["inserter"]};t.default=s},310:function(e,t,o){"use strict";o.r(t);var n=o(4),r=o.n(n),i=o(5),a=o.n(i),l=new r.a({id:"block-library-supernova/variations/card/hero/icon",use:"block-library-supernova/variations/card/hero/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-supernova/variations/card/hero/icon"><mask id="block-library-supernova/variations/card/hero/icon_a" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24" style="mask-type:alpha"><rect width="24" height="24" rx="12" fill="#6565F2" /></mask><g mask="url(#block-library-supernova/variations/card/hero/icon_a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0ZM4 8.491C4 6.011 7.016 4 10.737 4h.882C16.248 4 20 6.502 20 9.587c0 2.806-3.411 5.08-7.619 5.08h-.802C7.393 14.667 4 12.405 4 9.614V8.491Z" fill="#6565F2" /><path d="M7 18.714C7 19.424 7.576 20 8.286 20H15.5a1.5 1.5 0 0 0 0-3H8.714C7.768 17 7 17.767 7 18.714Z" fill="#FFE42E" /></g></symbol>'});a.a.add(l);t.default=l},311:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(3),i=o(2),a=n(o(312)),l={variation:"novablocks-card-media",contentType:"custom",layoutStyle:"classic",contentPadding:0,layoutGutter:100,cardLayout:"horizontal",postsToShow:1,columns:1,showCollectionTitle:!1,showCollectionSubtitle:!1,contentPosition:"center left",cardMediaOpacity:100,align:"wide",blockTopSpacing:0,blockBottomSpacing:1,emphasisTopSpacing:0,emphasisBottomSpacing:0,defaultsGenerated:!1},c={name:"novablocks/supernova/media-card",title:(0,r.__)("Media Card","nova-blocks"),description:(0,r.__)("Display media alongside short pieces of content.","nova-blocks"),keywords:["card","layout","media-text","feature","section"],icon:(0,i.getSvg)(a.default),attributes:l,innerBlocks:[["novablocks/supernova-item",l,[["core/heading",{level:5,content:"Shoot for the moon, Even if You Miss."}],["core/heading",{level:1,content:"A catchy title"}],["core/paragraph",{content:"A brilliant description to explain its catchiness. We have always defined ourselves by the ability to overcome the impossible. And we count these moments. These moments when we dare to aim higher, to break barriers, to make the unknown known."}],["core/button",{text:"Discover more"}]]]],isActive:function(e,t){return e.variation===t.variation},scope:["inserter"]};t.default=c},312:function(e,t,o){"use strict";o.r(t);var n=o(4),r=o.n(n),i=o(5),a=o.n(i),l=new r.a({id:"block-library-supernova/variations/card/media/icon",use:"block-library-supernova/variations/card/media/icon-usage",viewBox:"0 0 36 36",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 36" id="block-library-supernova/variations/card/media/icon"><mask id="block-library-supernova/variations/card/media/icon_a" maskUnits="userSpaceOnUse" x="-2" y="-2" width="40" height="40" fill="#000"><path fill="#fff" d="M-2-2h40v40H-2z" /><path fill-rule="evenodd" clip-rule="evenodd" d="M18 0C8.059 0 0 8.059 0 18s8.059 18 18 18 18-8.059 18-18S27.941 0 18 0Zm5.474 25A5.474 5.474 0 0 1 18 19.526v-.716A6.81 6.81 0 0 1 24.81 12 6.19 6.19 0 0 1 31 18.19v.652C31 22.243 28.243 25 24.842 25h-1.368Z" /></mask><path fill-rule="evenodd" clip-rule="evenodd" d="M18 0C8.059 0 0 8.059 0 18s8.059 18 18 18 18-8.059 18-18S27.941 0 18 0Zm5.474 25A5.474 5.474 0 0 1 18 19.526v-.716A6.81 6.81 0 0 1 24.81 12 6.19 6.19 0 0 1 31 18.19v.652C31 22.243 28.243 25 24.842 25h-1.368Z" fill="#6565F2" /><path d="M2 18C2 9.163 9.163 2 18 2v-4C6.954-2-2 6.954-2 18h4Zm16 16C9.163 34 2 26.837 2 18h-4c0 11.046 8.954 20 20 20v-4Zm16-16c0 8.837-7.163 16-16 16v4c11.046 0 20-8.954 20-20h-4ZM18 2c8.837 0 16 7.163 16 16h4C38 6.954 29.046-2 18-2v4Zm-2 17.526A7.474 7.474 0 0 0 23.474 27v-4A3.474 3.474 0 0 1 20 19.526h-4Zm0-.716v.716h4v-.716h-4ZM24.81 10A8.81 8.81 0 0 0 16 18.81h4A4.81 4.81 0 0 1 24.81 14v-4ZM33 18.19A8.19 8.19 0 0 0 24.81 10v4A4.19 4.19 0 0 1 29 18.19h4Zm0 .652v-.651h-4v.651h4ZM24.842 27A8.158 8.158 0 0 0 33 18.842h-4A4.158 4.158 0 0 1 24.842 23v4Zm-1.368 0h1.368v-4h-1.368v4Z" fill="#fff" mask="url(#block-library-supernova/variations/card/media/icon_a)" /><path fill-rule="evenodd" clip-rule="evenodd" d="M12 30a6 6 0 0 1-6-6V14a8 8 0 0 1 8-8h2a5 5 0 0 1 4.999 4.9A8.905 8.905 0 0 0 16 18.905v.937a7.16 7.16 0 0 0 4.744 6.74A5.002 5.002 0 0 1 16 30h-4Z" fill="#FFE42E" /></symbol>'});a.a.add(l);t.default=l},313:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(3),i=o(2),a=n(o(314)),l={variation:"novablocks-card-hero",contentType:"custom",layoutStyle:"classic",contentPadding:0,layoutGutter:100,cardLayout:"vertical",postsToShow:1,columns:1,showCollectionTitle:!1,showCollectionSubtitle:!1,contentPosition:"center left",cardMediaOpacity:100,align:"wide",blockTopSpacing:0,blockBottomSpacing:1,emphasisTopSpacing:0,emphasisBottomSpacing:0,defaultsGenerated:!1},c={name:"novablocks/supernova/vertical-card",title:(0,r.__)("Vertical Card","nova-blocks"),description:(0,r.__)("Display media and short pieces of content, one after another.","nova-blocks"),keywords:["card","layout","vertical","panel","column"],icon:(0,i.getSvg)(a.default),attributes:l,innerBlocks:[["novablocks/supernova-item",l,[["core/heading",{level:5,content:"Shoot for the moon, Even if You Miss."}],["core/heading",{level:1,content:"A catchy title"}],["core/paragraph",{content:"A brilliant description to explain its catchiness. We have always defined ourselves by the ability to overcome the impossible. And we count these moments. These moments when we dare to aim higher, to break barriers, to make the unknown known."}],["core/button",{text:"Discover more"}]]]],isActive:function(e,t){return e.variation===t.variation},scope:["inserter"]};t.default=c},314:function(e,t,o){"use strict";o.r(t);var n=o(4),r=o.n(n),i=o(5),a=o.n(i),l=new r.a({id:"block-library-supernova/variations/card/vertical/icon",use:"block-library-supernova/variations/card/vertical/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-supernova/variations/card/vertical/icon"><mask id="block-library-supernova/variations/card/vertical/icon_a" maskUnits="userSpaceOnUse" x="0" y="0" width="24" height="24" style="mask-type:alpha"><rect width="24" height="24" rx="12" fill="#6565F2" /></mask><g mask="url(#block-library-supernova/variations/card/vertical/icon_a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 0C5.373 0 0 5.373 0 12s5.373 12 12 12 12-5.373 12-12S18.627 0 12 0ZM4 8.491C4 6.011 7.016 4 10.737 4h.882C16.248 4 20 6.502 20 9.587c0 2.806-3.411 5.08-7.619 5.08h-.802C7.393 14.667 4 12.405 4 9.614V8.491Z" fill="#6565F2" /><path d="M7 18.714C7 19.424 7.576 20 8.286 20H15.5a1.5 1.5 0 0 0 0-3H8.714C7.768 17 7 17.767 7 18.714Z" fill="#FFE42E" /></g></symbol>'});a.a.add(l);t.default=l},315:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=o(7),r=o(13),i={to:[{type:"block",blocks:["core/query"],isMatch:function(e,t){var o=(0,r.select)("core/block-editor"),n=o.getBlockParents,i=o.getBlockName,a=n(t.clientId);return!a.length||void 0===a.find((function(e){return"core/query"===i(e)}))},transform:function(e,t){var o={query:{perPage:(null==e?void 0:e.postsToShow)||6,pages:1,offset:0,postType:"post",order:"desc",orderBy:"date",author:"",search:"",sticky:"exclude",inherit:!1}},r=[["novablocks/supernova",e,t]];return(0,n.createBlock)("core/query",o,(0,n.createBlocksFromInnerBlocksTemplate)(r))}}]};t.default=i},316:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=o(317),r=[n.postsCollectionClassicGrid,n.postsCollectionSlideshow,n.postsCollectionParametricGrid,n.postsCollectionCarousel];t.default=r},317:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"postsCollectionCarousel",{enumerable:!0,get:function(){return l.default}}),Object.defineProperty(t,"postsCollectionClassicGrid",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(t,"postsCollectionParametricGrid",{enumerable:!0,get:function(){return a.default}}),Object.defineProperty(t,"postsCollectionSlideshow",{enumerable:!0,get:function(){return i.default}});var r=n(o(318)),i=n(o(319)),a=n(o(320)),l=n(o(321))},318:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(o(9)),i=o(3),a=o(49);function l(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function c(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?l(Object(o),!0).forEach((function(t){(0,r.default)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):l(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var s={query:{perPage:3,pages:1,offset:0,postType:"post",order:"desc",orderBy:"date",author:"",search:"",sticky:"exclude",inherit:!1}},u={showCollectionTitle:!0,showCollectionSubtitle:!1,title:(0,i.__)("Fresh posts from the grid","nova-blocks"),subtitle:(0,i.__)("A collection of our latest articles.","nova-blocks"),contentType:"auto",layoutStyle:"classic",emphasisBySpace:1,emphasisTopSpacing:0,emphasisBottomSpacing:0,layoutGutter:10,minHeightFallback:66,postsToShow:3,columns:3,cardLayout:"vertical",contentPosition:"top left",cardMediaOpacity:100},d=c(c({},u),{},{lock:{remove:!0,move:!0}}),p={name:"novablocks/supernova/query-posts-classic-grid",title:(0,i.__)("Query Loop → Posts Collection: Classic Grid","nova-blocks"),description:(0,i.__)("Display a queried set of posts in a classic grid format (columns and rows).","nova-blocks"),keywords:["query","post","collection","layout","grid","columns","rows"],icon:a.classicGrid,attributes:s,innerBlocks:[["novablocks/supernova",u,Array.from(Array(3)).map((function(){return["novablocks/supernova-item",d]}))]],scope:["inserter","block"]};t.default=p},319:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(o(9)),i=o(3),a=o(49);function l(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function c(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?l(Object(o),!0).forEach((function(t){(0,r.default)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):l(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var s={query:{perPage:3,pages:1,offset:0,postType:"post",order:"desc",orderBy:"date",author:"",search:"",sticky:"exclude",inherit:!1}},u={showCollectionTitle:!1,showCollectionSubtitle:!1,title:(0,i.__)("You should read these","nova-blocks"),subtitle:(0,i.__)("A fancy slideshow with our latest posts never hurt nobody.","nova-blocks"),align:"full",contentType:"auto",layoutStyle:"carousel",contentPadding:100,contentPosition:"center center",minHeightFallback:66,postsToShow:3,columns:1,emphasisBySpace:1,emphasisTopSpacing:0,emphasisBottomSpacing:0,cardTitleLevel:1,cardLayout:"stacked",scrollingEffect:"static",overlayFilterStrength:30,contentColorSignal:3,contentPaletteVariation:12},d=c(c({},u),{},{lock:{remove:!0,move:!0}}),p={name:"novablocks/supernova/query-posts-slideshow",title:(0,i.__)("Query Loop → Posts Collection: Slideshow","nova-blocks"),description:(0,i.__)("Display a queried set of posts in a slideshow layout.","nova-blocks"),keywords:["query","post","collection","layout","carousel","slideshow","slider","horizontal","section"],icon:a.slideshowCollection,attributes:s,innerBlocks:[["novablocks/supernova",u,Array.from(Array(3)).map((function(){return["novablocks/supernova-item",d]}))]],scope:["inserter","block"]};t.default=p},32:function(e,t,o){var n=o(40);e.exports=function(e,t){if(null==e)return{};var o,r,i=n(e,t);if(Object.getOwnPropertySymbols){var a=Object.getOwnPropertySymbols(e);for(r=0;r<a.length;r++)o=a[r],t.indexOf(o)>=0||Object.prototype.propertyIsEnumerable.call(e,o)&&(i[o]=e[o])}return i},e.exports.__esModule=!0,e.exports.default=e.exports},320:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(o(9)),i=o(3),a=o(49);function l(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function c(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?l(Object(o),!0).forEach((function(t){(0,r.default)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):l(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var s={query:{perPage:6,pages:1,offset:0,postType:"post",order:"desc",orderBy:"date",author:"",search:"",sticky:"exclude",inherit:!1}},u={showCollectionTitle:!0,showCollectionSubtitle:!0,title:(0,i.__)("Our latest brainy posts","nova-blocks"),subtitle:(0,i.__)("A super-duper-parametric collection of our latest brain-dumps.","nova-blocks"),emphasisBySpace:1,emphasisTopSpacing:0,emphasisBottomSpacing:0,contentType:"auto",layoutStyle:"parametric",contentPosition:"center left",contentPadding:0,layoutGutter:10,postsToShow:6},d=c(c({},u),{},{lock:{remove:!0,move:!0}}),p={name:"novablocks/supernova/query-posts-parametric",title:(0,i.__)("Query Loop → Posts Collection: Parametric Grid","nova-blocks"),description:(0,i.__)("Display a queried set of posts in a beautiful, consistent manner.","nova-blocks"),keywords:["query","post","collection","layout","grid","parametric","composition","columns","rows"],icon:a.postsCollection,attributes:s,innerBlocks:[["novablocks/supernova",u,Array.from(Array(6)).map((function(){return["novablocks/supernova-item",d]}))]],scope:["inserter","block"]};t.default=p},321:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=n(o(9)),i=o(3),a=o(49);function l(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function c(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?l(Object(o),!0).forEach((function(t){(0,r.default)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):l(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var s={query:{perPage:5,pages:1,offset:0,postType:"post",order:"desc",orderBy:"date",author:"",search:"",sticky:"exclude",inherit:!1}},u={showCollectionTitle:!1,showCollectionSubtitle:!1,align:"full",contentType:"auto",layoutStyle:"carousel",carouselLayout:"fixed",gridGap:30,spacingModifier:.5,mediaContainerHeight:50,contentPadding:0,layoutGutter:25,emphasisBySpace:1,emphasisTopSpacing:0,emphasisBottomSpacing:0,postsToShow:5,columns:3,cardLayout:"vertical",contentPosition:"center left",contentColorSignal:0,contentPaletteVariation:1},d=c(c({},u),{},{lock:{remove:!0,move:!0}}),p={name:"novablocks/supernova/query-posts-carousel",title:(0,i.__)("Query Loop → Posts Collection: Carousel","nova-blocks"),description:(0,i.__)("Display a queried set of posts in a carousel layout.","nova-blocks"),keywords:["query","post","collection","layout","carousel","slideshow","slider","horizontal","section"],icon:a.slideshowCollection,attributes:s,innerBlocks:[["novablocks/supernova",u,Array.from(Array(5)).map((function(){return["novablocks/supernova-item",d]}))]],scope:["inserter","block"]};t.default=p},322:function(e,t,o){"use strict";o.r(t);var n=o(4),r=o.n(n),i=o(5),a=o.n(i),l=new r.a({id:"block-library-supernova/icon",use:"block-library-supernova/icon-usage",viewBox:"0 0 24 24",content:'<symbol fill="none" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" id="block-library-supernova/icon"><g clip-path="url(#block-library-supernova/icon_a)"><path fill-rule="evenodd" clip-rule="evenodd" d="M24 12c0-6.627-5.373-12-12-12S0 5.373 0 12s5.373 12 12 12 12-5.373 12-12Zm-8-3.333C16 7.747 16.746 7 17.667 7A3.333 3.333 0 0 1 21 10.333v3.334A3.333 3.333 0 0 1 17.667 17c-.92 0-1.667-.746-1.667-1.667V8.667ZM11 6a2 2 0 0 0-2 2v8a2 2 0 0 0 2 2h2a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-2Zm-8 4.333A3.333 3.333 0 0 1 6.333 7C7.253 7 8 7.746 8 8.667v6.666C8 16.253 7.254 17 6.333 17A3.333 3.333 0 0 1 3 13.667v-3.334Z" fill="#6565F2" /></g><defs><clipPath id="block-library-supernova/icon_a"><path fill="#fff" transform="rotate(90 12 12)" d="M0 0h24v24H0z" /></clipPath></defs></symbol>'});a.a.add(l);t.default=l},323:function(e){e.exports=JSON.parse('{"variation":{"type":"string","default":"supernova"},"align":{"type":"string","default":"wide"},"preview":{"type":"boolean","default":true},"headerPosition":{"type":"number","default":0},"title":{"type":"string","default":"Cards Collection"},"subtitle":{"type":"string","default":"A collection of individual cards displayed in a cohesive layout"},"collectionTitleLevel":{"type":"number","default":2},"contentType":{"type":"string","default":"fields"}}')},324:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"withSetChildrenAttributes",{enumerable:!0,get:function(){return r.default}});var r=n(o(325))},325:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r=o(1),i=n(o(15)),a=o(13),l=o(326),c=o(10),s=function(e){return function(t){if("novablocks/supernova"!==t.name)return(0,r.createElement)(e,t);var o=t.clientId,n=(0,a.useDispatch)("core/block-editor").updateBlockAttributes,s=(0,a.useSelect)((function(e){return e("core/block-editor")})).getBlock,u=(0,r.useCallback)((function(e){var t=e.cardLayout;return void 0!==t&&"stacked"!==t&&(e.minHeightFallback=0),void 0===t||["horizontal","horizontal-reverse"].includes(t)||(e.emphasisArea=100),e}),[]),d=(0,r.useCallback)((function(e){var t=s(o).innerBlocks,r=(0,l.getChildAttributes)(e);Array.isArray(t)&&t.filter((function(e){return"novablocks/supernova-item"===e.name})).forEach((function(t){n(t.clientId,r);var o=s(t.clientId).innerBlocks;Array.isArray(o)&&o.filter((function(e){return"novablocks/headline"===e.name})).forEach((function(t){var o=(0,c.getAlignFromMatrix)(null==e?void 0:e.contentPosition);n(t.clientId,{textAlign:o[1]})}))}))}),[o]);return(0,r.createElement)(e,(0,i.default)({},t,{setAttributes:function(e){var o=u(e);t.setAttributes(o),d(o)}}))}};t.default=s},326:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"getChildAttributes",{enumerable:!0,get:function(){return r.default}});var r=n(o(327))},327:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var n=function(e){var t=["useSourceColorAsReference","colorSignal","paletteVariation","contentColorSignal","contentPaletteVariation","defaultsGenerated","images","title","subtitle"],o=Object.keys(e).filter((function(e){return!t.includes(e)})),n={};return o.forEach((function(t){n[t]=e[t]})),n};t.default=n},328:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),t.registerQueryStore=t.STORE_NAME=void 0;var r=n(o(9)),i=o(29),a=o(13);function l(e,t){var o=Object.keys(e);if(Object.getOwnPropertySymbols){var n=Object.getOwnPropertySymbols(e);t&&(n=n.filter((function(t){return Object.getOwnPropertyDescriptor(e,t).enumerable}))),o.push.apply(o,n)}return o}function c(e){for(var t=1;t<arguments.length;t++){var o=null!=arguments[t]?arguments[t]:{};t%2?l(Object(o),!0).forEach((function(t){(0,r.default)(e,t,o[t])})):Object.getOwnPropertyDescriptors?Object.defineProperties(e,Object.getOwnPropertyDescriptors(o)):l(Object(o)).forEach((function(t){Object.defineProperty(e,t,Object.getOwnPropertyDescriptor(o,t))}))}return e}var s="novablocks/displayed-posts";t.STORE_NAME=s;var u={queryBlocks:[],postsByBlock:{},specificPostsByBlock:{}},d={updateBlocks:function(e){return{type:"UPDATE_BLOCKS",blocks:e}},markPostsAsDisplayed:function(e,t){return{type:"MARK_POSTS_DISPLAYED",clientId:e,posts:t}},markSpecificPostsAsDisplayed:function(e,t){return{type:"MARK_SPECIFIC_POSTS_DISPLAYED",clientId:e,posts:t}}},p={previousPostIds:function(e,t){var o,n,r,a=e.queryBlocks,l=e.specificPostsByBlock,c=e.postsByBlock,s=a.filter((function(e){var t=e.clientId;return l[t]})).flatMap((function(e){var t=e.clientId;return l[t].map((function(e){return e.id}))})),u=(o=a,n=t,r=o.findIndex((function(e){return e.clientId===n})),o.slice(0,r)).filter((function(e){var t=e.clientId;return c[t]})).flatMap((function(e){var t=e.clientId;return c[t].map((function(e){return e.id}))}));return(0,i.uniq)(s.concat(u)).sort()}};t.registerQueryStore=function(e){var t=function t(o){return o.flatMap((function(o){var n=[];return o.name===e&&n.push(o),n.concat(t(o.innerBlocks))}))};(0,a.registerStore)(s,{reducer:function(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:u,o=arguments.length>1?arguments[1]:void 0;switch(o.type){case"UPDATE_BLOCKS":return c(c({},e),{},{queryBlocks:t(o.blocks)});case"MARK_POSTS_DISPLAYED":return c(c({},e),{},{postsByBlock:c(c({},e.postsByBlock),{},(0,r.default)({},o.clientId,o.posts))});case"MARK_SPECIFIC_POSTS_DISPLAYED":return c(c({},e),{},{specificPostsByBlock:c(c({},e.specificPostsByBlock),{},(0,r.default)({},o.clientId,o.posts))})}return e},actions:d,selectors:p,initialState:u});var o,n=(0,a.select)("core/block-editor"),i=n.getClientIdsWithDescendants,l=n.getBlocks,f=(0,a.dispatch)(s).updateBlocks;(0,a.subscribe)((function(){var e=i(),t=e!==o;o=e,t&&f(l())}))}},4:function(e,t,o){(function(t){var o;o=function(){"use strict";var e=function(e){var t=e.id,o=e.viewBox,n=e.content;this.id=t,this.viewBox=o,this.content=n};function o(e,t){return e(t={exports:{}},t.exports),t.exports}e.prototype.stringify=function(){return this.content},e.prototype.toString=function(){return this.stringify()},e.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))},"undefined"!=typeof window?window:void 0!==t||"undefined"!=typeof self&&self;var n=o((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,o){var r;return o&&!0===o.clone&&e(t)?n((r=t,Array.isArray(r)?[]:{}),t,o):t}function o(o,r,i){var a=o.slice();return r.forEach((function(r,l){void 0===a[l]?a[l]=t(r,i):e(r)?a[l]=n(o[l],r,i):-1===o.indexOf(r)&&a.push(t(r,i))})),a}function n(r,i,a){var l=Array.isArray(i),c=(a||{arrayMerge:o}).arrayMerge||o;return l?Array.isArray(r)?c(r,i,a):t(i,a):function(o,r,i){var a={};return e(o)&&Object.keys(o).forEach((function(e){a[e]=t(o[e],i)})),Object.keys(r).forEach((function(l){e(r[l])&&o[l]?a[l]=n(o[l],r[l],i):a[l]=t(r[l],i)})),a}(r,i,a)}return n.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,o){return n(e,o,t)}))},n}()})),r=o((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),i=r.svg,a=r.xlink,l={};l[i.name]=i.uri,l[a.name]=a.uri;var c=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(l,t||{}))+">"+e+"</svg>"};return function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,o=this.render();return this.node=o,t.appendChild(o),o},t.prototype.render=function(){var e=this.stringify();return function(e){var t=!!document.importNode,o=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(o,!0):o}(c(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,o),t}(e)},e.exports=o()}).call(this,o(8))},40:function(e,t){e.exports=function(e,t){if(null==e)return{};var o,n,r={},i=Object.keys(e);for(n=0;n<i.length;n++)o=i[n],t.indexOf(o)>=0||(r[o]=e[o]);return r},e.exports.__esModule=!0,e.exports.default=e.exports},41:function(e,t){e.exports=window.novablocks.collection},49:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.slideshowCollection=t.postsCollection=t.classicGrid=void 0;var n=o(1),r=o(11),i=(0,n.createElement)(r.SVG,{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg"},(0,n.createElement)("g",{"clip-path":"url(#clip0)"},(0,n.createElement)("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M24 12C24 5.37258 18.6274 -2.34843e-07 12 -5.24537e-07C5.3726 -8.14229e-07 -2.34843e-07 5.37258 -5.24537e-07 12C-8.14229e-07 18.6274 5.3726 24 12 24C18.6274 24 24 18.6274 24 12ZM16 8.66667C16 7.74619 16.7462 7 17.6667 7C19.5076 7 21 8.49238 21 10.3333L21 13.6667C21 15.5076 19.5076 17 17.6667 17C16.7462 17 16 16.2538 16 15.3333L16 8.66667ZM11 6C9.89543 6 9 6.89543 9 8L9 16C9 17.1046 9.89543 18 11 18L13 18C14.1046 18 15 17.1046 15 16L15 8C15 6.89543 14.1046 6 13 6L11 6ZM3 10.3333C3 8.49238 4.49238 7 6.33333 7C7.25381 7 8 7.74619 8 8.66667L8 15.3333C8 16.2538 7.25381 17 6.33333 17C4.49238 17 3 15.5076 3 13.6667L3 10.3333Z",fill:"#6565F2"})),(0,n.createElement)("defs",null,(0,n.createElement)("clipPath",{id:"clip0"},(0,n.createElement)("rect",{width:"24",height:"24",fill:"white",transform:"translate(24) rotate(90)"}))));t.classicGrid=i;var a=(0,n.createElement)(r.SVG,{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"novablocks-icon"},(0,n.createElement)(r.Circle,{cx:"12",cy:"12",r:"10",fill:"white"}),(0,n.createElement)(r.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM7 7C4.79086 7 3 8.79086 3 11C3 12.1046 3.89543 13 5 13H8C9.10457 13 10 12.1046 10 11V9C10 7.89543 9.10457 7 8 7H7ZM16 4C18.2091 4 20 5.79086 20 8V16C20 17.5142 19.1587 18.8319 17.9179 19.5111C16.949 20.0414 16 19.1046 16 18V15C16 13.8954 15.1046 13 14 13C12.8954 13 12 12.1046 12 11V6C12 4.89543 12.8954 4 14 4H16ZM8 15C6.89543 15 6 15.8954 6 17C6 19.2091 7.79086 21 10 21H12C13.1046 21 14 20.1046 14 19V17C14 15.8954 13.1046 15 12 15H8Z",fill:"#6565F2"}));t.postsCollection=a;var l=(0,n.createElement)(r.SVG,{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"novablocks-icon"},(0,n.createElement)(r.Path,{d:"M24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12Z",fill:"#6565F2"}),(0,n.createElement)(r.Path,{d:"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z",fill:"#6565F2"}),(0,n.createElement)(r.Path,{d:"M17.3983 8.99272C17.8832 9.39271 17.8832 10.1357 17.3983 10.5356L14.9674 12.5406C14.3151 13.0786 13.3311 12.6146 13.3311 11.7691V7.75922C13.3311 6.91375 14.3151 6.44981 14.9674 6.98777L17.3983 8.99272Z",fill:"white"}),(0,n.createElement)(r.Path,{d:"M6.60199 8.99272C6.11704 9.39271 6.11704 10.1357 6.60199 10.5356L9.03287 12.5406C9.68511 13.0786 10.6692 12.6146 10.6692 11.7691V7.75922C10.6692 6.91375 9.68511 6.44981 9.03287 6.98777L6.60199 8.99272Z",fill:"white"}),(0,n.createElement)(r.Path,{d:"M7 18.2752C7 18.8034 7.42818 19.2315 7.95637 19.2315H8.2172C8.7774 19.2315 9.23154 18.7774 9.23154 18.2172V17.8583C9.23154 17.3843 8.84727 17 8.37325 17H8.27517C7.57091 17 7 17.5709 7 18.2752V18.2752Z",fill:"#FFE42E"}),(0,n.createElement)(r.Path,{d:"M10.7188 18.2752C10.7188 18.8034 11.1469 19.2315 11.6751 19.2315H11.936C12.4962 19.2315 12.9503 18.7774 12.9503 18.2172V17.8583C12.9503 17.3843 12.566 17 12.092 17H11.9939C11.2896 17 10.7188 17.5709 10.7188 18.2752V18.2752Z",fill:"#FFE42E"}),(0,n.createElement)(r.Path,{d:"M14.4385 18.2752C14.4385 18.8034 14.8667 19.2315 15.3948 19.2315H15.6557C16.2159 19.2315 16.67 18.7774 16.67 18.2172V17.8583C16.67 17.3843 16.2857 17 15.8117 17H15.7136C15.0094 17 14.4385 17.5709 14.4385 18.2752V18.2752Z",fill:"#FFE42E"}));t.slideshowCollection=l},5:function(e,t,o){(function(t){var o;o=function(){"use strict";function e(e,t){return e(t={exports:{}},t.exports),t.exports}"undefined"!=typeof window?window:void 0!==t||"undefined"!=typeof self&&self;var o=e((function(e,t){e.exports=function(){function e(e){return e&&"object"==typeof e&&"[object RegExp]"!==Object.prototype.toString.call(e)&&"[object Date]"!==Object.prototype.toString.call(e)}function t(t,o){var r;return o&&!0===o.clone&&e(t)?n((r=t,Array.isArray(r)?[]:{}),t,o):t}function o(o,r,i){var a=o.slice();return r.forEach((function(r,l){void 0===a[l]?a[l]=t(r,i):e(r)?a[l]=n(o[l],r,i):-1===o.indexOf(r)&&a.push(t(r,i))})),a}function n(r,i,a){var l=Array.isArray(i),c=(a||{arrayMerge:o}).arrayMerge||o;return l?Array.isArray(r)?c(r,i,a):t(i,a):function(o,r,i){var a={};return e(o)&&Object.keys(o).forEach((function(e){a[e]=t(o[e],i)})),Object.keys(r).forEach((function(l){e(r[l])&&o[l]?a[l]=n(o[l],r[l],i):a[l]=t(r[l],i)})),a}(r,i,a)}return n.all=function(e,t){if(!Array.isArray(e)||e.length<2)throw new Error("first argument should be an array with at least two elements");return e.reduce((function(e,o){return n(e,o,t)}))},n}()})),n=e((function(e,t){t.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},e.exports=t.default})),r=n.svg,i=n.xlink,a={};a[r.name]=r.uri,a[i.name]=i.uri;var l,c=function(e,t){return void 0===e&&(e=""),"<svg "+function(e){return Object.keys(e).map((function(t){return t+'="'+e[t].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(o(a,t||{}))+">"+e+"</svg>"},s=n.svg,u=n.xlink,d={attrs:(l={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},l[s.name]=s.uri,l[u.name]=u.uri,l)},p=function(e){this.config=o(d,e||{}),this.symbols=[]};p.prototype.add=function(e){var t=this.symbols,o=this.find(e.id);return o?(t[t.indexOf(o)]=e,!1):(t.push(e),!0)},p.prototype.remove=function(e){var t=this.symbols,o=this.find(e);return!!o&&(t.splice(t.indexOf(o),1),o.destroy(),!0)},p.prototype.find=function(e){return this.symbols.filter((function(t){return t.id===e}))[0]||null},p.prototype.has=function(e){return null!==this.find(e)},p.prototype.stringify=function(){var e=this.config.attrs,t=this.symbols.map((function(e){return e.stringify()})).join("");return c(t,e)},p.prototype.toString=function(){return this.stringify()},p.prototype.destroy=function(){this.symbols.forEach((function(e){return e.destroy()}))};var f=function(e){var t=e.id,o=e.viewBox,n=e.content;this.id=t,this.viewBox=o,this.content=n};f.prototype.stringify=function(){return this.content},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){var e=this;["id","viewBox","content"].forEach((function(t){return delete e[t]}))};var v=function(e){var t=!!document.importNode,o=(new DOMParser).parseFromString(e,"image/svg+xml").documentElement;return t?document.importNode(o,!0):o},y=function(e){function t(){e.apply(this,arguments)}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var o={isMounted:{}};return o.isMounted.get=function(){return!!this.node},t.createFromExistingNode=function(e){return new t({id:e.getAttribute("id"),viewBox:e.getAttribute("viewBox"),content:e.outerHTML})},t.prototype.destroy=function(){this.isMounted&&this.unmount(),e.prototype.destroy.call(this)},t.prototype.mount=function(e){if(this.isMounted)return this.node;var t="string"==typeof e?document.querySelector(e):e,o=this.render();return this.node=o,t.appendChild(o),o},t.prototype.render=function(){var e=this.stringify();return v(c(e)).childNodes[0]},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(t.prototype,o),t}(f),h={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},m=function(e){return Array.prototype.slice.call(e,0)},b=function(){return/firefox/i.test(navigator.userAgent)},g=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},_=function(){return/edge/i.test(navigator.userAgent)},w=function(e){return(e||window.location.href).split("#")[0]},C=function(e){angular.module("ng").run(["$rootScope",function(t){t.$on("$locationChangeSuccess",(function(t,o,n){var r,i,a;r=e,i={oldUrl:n,newUrl:o},(a=document.createEvent("CustomEvent")).initCustomEvent(r,!1,!1,i),window.dispatchEvent(a)}))}])},k=function(e,t){return void 0===t&&(t="linearGradient, radialGradient, pattern, mask, clipPath"),m(e.querySelectorAll("symbol")).forEach((function(e){m(e.querySelectorAll(t)).forEach((function(t){e.parentNode.insertBefore(t,e)}))})),e},O=n.xlink.uri,P=/[{}|\\\^\[\]`"<>]/g;function S(e){return e.replace(P,(function(e){return"%"+e[0].charCodeAt(0).toString(16).toUpperCase()}))}var x,E=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],j=E.map((function(e){return"["+e+"]"})).join(","),M=function(e,t,o,n){var r=S(o),i=S(n);(function(e,t){return m(e).reduce((function(e,o){if(!o.attributes)return e;var n=m(o.attributes),r=t?n.filter(t):n;return e.concat(r)}),[])})(e.querySelectorAll(j),(function(e){var t=e.localName,o=e.value;return-1!==E.indexOf(t)&&-1!==o.indexOf("url("+r)})).forEach((function(e){return e.value=e.value.replace(new RegExp(r.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(e,t,o){m(e).forEach((function(e){var n=e.getAttribute("xlink:href");if(n&&0===n.indexOf(t)){var r=n.replace(t,o);e.setAttributeNS(O,"xlink:href",r)}}))}(t,r,i)},A="mount",B="symbol_mount",T=function(e){function t(t){var n=this;void 0===t&&(t={}),e.call(this,o(h,t));var r,i=(r=r||Object.create(null),{on:function(e,t){(r[e]||(r[e]=[])).push(t)},off:function(e,t){r[e]&&r[e].splice(r[e].indexOf(t)>>>0,1)},emit:function(e,t){(r[e]||[]).map((function(e){e(t)})),(r["*"]||[]).map((function(o){o(e,t)}))}});this._emitter=i,this.node=null;var a=this.config;if(a.autoConfigure&&this._autoConfigure(t),a.syncUrlsWithBaseTag){var l=document.getElementsByTagName("base")[0].getAttribute("href");i.on(A,(function(){return n.updateUrls("#",l)}))}var c=this._handleLocationChange.bind(this);this._handleLocationChange=c,a.listenLocationChangeEvent&&window.addEventListener(a.locationChangeEvent,c),a.locationChangeAngularEmitter&&C(a.locationChangeEvent),i.on(A,(function(e){a.moveGradientsOutsideSymbol&&k(e)})),i.on(B,(function(e){var t;a.moveGradientsOutsideSymbol&&k(e.parentNode),(g()||_())&&(t=[],m(e.querySelectorAll("style")).forEach((function(e){e.textContent+="",t.push(e)})))}))}e&&(t.__proto__=e),t.prototype=Object.create(e&&e.prototype),t.prototype.constructor=t;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},t.prototype._autoConfigure=function(e){var t=this.config;void 0===e.syncUrlsWithBaseTag&&(t.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===e.locationChangeAngularEmitter&&(t.locationChangeAngularEmitter=void 0!==window.angular),void 0===e.moveGradientsOutsideSymbol&&(t.moveGradientsOutsideSymbol=b())},t.prototype._handleLocationChange=function(e){var t=e.detail,o=t.oldUrl,n=t.newUrl;this.updateUrls(o,n)},t.prototype.add=function(t){var o=e.prototype.add.call(this,t);return this.isMounted&&o&&(t.mount(this.node),this._emitter.emit(B,t.node)),o},t.prototype.attach=function(e){var t=this,o=this;if(o.isMounted)return o.node;var n="string"==typeof e?document.querySelector(e):e;return o.node=n,this.symbols.forEach((function(e){e.mount(o.node),t._emitter.emit(B,e.node)})),m(n.querySelectorAll("symbol")).forEach((function(e){var t=y.createFromExistingNode(e);t.node=e,o.add(t)})),this._emitter.emit(A,n),n},t.prototype.destroy=function(){var e=this.config,t=this.symbols,o=this._emitter;t.forEach((function(e){return e.destroy()})),o.off("*"),window.removeEventListener(e.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},t.prototype.mount=function(e,t){if(void 0===e&&(e=this.config.mountTo),void 0===t&&(t=!1),this.isMounted)return this.node;var o="string"==typeof e?document.querySelector(e):e,n=this.render();return this.node=n,t&&o.childNodes[0]?o.insertBefore(n,o.childNodes[0]):o.appendChild(n),this._emitter.emit(A,n),n},t.prototype.render=function(){return v(this.stringify())},t.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},t.prototype.updateUrls=function(e,t){if(!this.isMounted)return!1;var o=document.querySelectorAll(this.config.usagesToUpdate);return M(this.node,o,w(e)+"#",w(t)+"#"),!0},Object.defineProperties(t.prototype,n),t}(p),D=e((function(e){var t,o,n,r,i;e.exports=(o=[],n=document,r=n.documentElement.doScroll,(i=(r?/^loaded|^c/:/^loaded|^i|^c/).test(n.readyState))||n.addEventListener("DOMContentLoaded",t=function(){for(n.removeEventListener("DOMContentLoaded",t),i=1;t=o.shift();)t()}),function(e){i?setTimeout(e,0):o.push(e)})}));window.__SVG_SPRITE__?x=window.__SVG_SPRITE__:(x=new T({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=x);var I=function(){var e=document.getElementById("__SVG_SPRITE_NODE__");e?x.attach(e):x.mount(document.body,!0)};return document.body?I():D(I),x},e.exports=o()}).call(this,o(8))},6:function(e,t){e.exports=window.wp.blockEditor},62:function(e,t){e.exports=window.novablocks.scrollingEffect},63:function(e,t){e.exports=window.novablocks.shapeModeling},64:function(e,t,o){"use strict";var n=o(0);Object.defineProperty(t,"__esModule",{value:!0}),Object.defineProperty(t,"CardsCollectionLayout",{enumerable:!0,get:function(){return a.default}}),Object.defineProperty(t,"PostCard",{enumerable:!0,get:function(){return c.default}}),Object.defineProperty(t,"PostsCollectionLayout",{enumerable:!0,get:function(){return l.default}}),Object.defineProperty(t,"SupernovaItemPreview",{enumerable:!0,get:function(){return r.default}}),Object.defineProperty(t,"withControlsVisibility",{enumerable:!0,get:function(){return i.default}});var r=n(o(295)),i=n(o(296)),a=n(o(297)),l=n(o(298)),c=n(o(299))},7:function(e,t){e.exports=window.wp.blocks},74:function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.carouselCollection=t.cardsCollection=void 0;var n=o(1),r=o(11),i=(0,n.createElement)(r.SVG,{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"novablocks-icon"},(0,n.createElement)(r.Circle,{cx:"12",cy:"12",r:"10",fill:"white"}),(0,n.createElement)(r.Path,{fillRule:"evenodd",clipRule:"evenodd",d:"M12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0ZM7 7C4.79086 7 3 8.79086 3 11C3 12.1046 3.89543 13 5 13H8C9.10457 13 10 12.1046 10 11V9C10 7.89543 9.10457 7 8 7H7ZM16 4C18.2091 4 20 5.79086 20 8V16C20 17.5142 19.1587 18.8319 17.9179 19.5111C16.949 20.0414 16 19.1046 16 18V15C16 13.8954 15.1046 13 14 13C12.8954 13 12 12.1046 12 11V6C12 4.89543 12.8954 4 14 4H16ZM8 15C6.89543 15 6 15.8954 6 17C6 19.2091 7.79086 21 10 21H12C13.1046 21 14 20.1046 14 19V17C14 15.8954 13.1046 15 12 15H8Z",fill:"#6565F2"}));t.cardsCollection=i;var a=(0,n.createElement)(r.SVG,{viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",className:"novablocks-icon"},(0,n.createElement)(r.Path,{d:"M24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C18.6274 24 24 18.6274 24 12Z",fill:"#6565F2"}),(0,n.createElement)(r.Path,{d:"M0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 18.6274 18.6274 24 12 24C5.37258 24 0 18.6274 0 12Z",fill:"#6565F2"}),(0,n.createElement)(r.Path,{d:"M17.3983 8.99272C17.8832 9.39271 17.8832 10.1357 17.3983 10.5356L14.9674 12.5406C14.3151 13.0786 13.3311 12.6146 13.3311 11.7691V7.75922C13.3311 6.91375 14.3151 6.44981 14.9674 6.98777L17.3983 8.99272Z",fill:"white"}),(0,n.createElement)(r.Path,{d:"M6.60199 8.99272C6.11704 9.39271 6.11704 10.1357 6.60199 10.5356L9.03287 12.5406C9.68511 13.0786 10.6692 12.6146 10.6692 11.7691V7.75922C10.6692 6.91375 9.68511 6.44981 9.03287 6.98777L6.60199 8.99272Z",fill:"white"}),(0,n.createElement)(r.Path,{d:"M7 18.2752C7 18.8034 7.42818 19.2315 7.95637 19.2315H8.2172C8.7774 19.2315 9.23154 18.7774 9.23154 18.2172V17.8583C9.23154 17.3843 8.84727 17 8.37325 17H8.27517C7.57091 17 7 17.5709 7 18.2752V18.2752Z",fill:"#FFE42E"}),(0,n.createElement)(r.Path,{d:"M10.7188 18.2752C10.7188 18.8034 11.1469 19.2315 11.6751 19.2315H11.936C12.4962 19.2315 12.9503 18.7774 12.9503 18.2172V17.8583C12.9503 17.3843 12.566 17 12.092 17H11.9939C11.2896 17 10.7188 17.5709 10.7188 18.2752V18.2752Z",fill:"#FFE42E"}),(0,n.createElement)(r.Path,{d:"M14.4385 18.2752C14.4385 18.8034 14.8667 19.2315 15.3948 19.2315H15.6557C16.2159 19.2315 16.67 18.7774 16.67 18.2172V17.8583C16.67 17.3843 16.2857 17 15.8117 17H15.7136C15.0094 17 14.4385 17.5709 14.4385 18.2752V18.2752Z",fill:"#FFE42E"}));t.carouselCollection=a},8:function(e,t){var o;o=function(){return this}();try{o=o||new Function("return this")()}catch(e){"object"==typeof window&&(o=window)}e.exports=o},9:function(e,t){e.exports=function(e,t,o){return t in e?Object.defineProperty(e,t,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[t]=o,e},e.exports.__esModule=!0,e.exports.default=e.exports}});
  • nova-blocks/trunk/build/block-library/blocks/supernova/style-rtl.css

    r2719178 r2721032  
    1 @charset "UTF-8";.nb-supernova{--nb-card-layout-gap:calc(var(--nb-current-spacing)*2*var(--nb-card-layout-gap-modifier, 0));--nb-card-content-padding:calc(var(--nb-current-spacing)*2*var(--nb-card-content-padding-multiplier, 0));--nb-card-media-padding:calc(var(--nb-current-spacing)*2*var(--nb-card-media-padding-multiplier, 0));--nb-card-content-column-width:calc(var(--nb-card-content-area-width) - var(--nb-card-layout-gap)*0.5);--nb-card-media-column-width:calc(100% - var(--nb-card-content-column-width) - var(--nb-card-layout-gap));--nb-variable-width-card-media-height:calc(10em + 20em*var(--nb-card-media-container-height, 50)/100)}.nb-supernova-item{display:flex;flex-direction:column;gap:var(--nb-card-layout-gap);position:relative}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item{height:100%}.nb-supernova-item .nb-supernova-item__content{flex-grow:0}:root{--nb-supernova-item-carousel-padding-bottom:0px;--nb-header-neighbour-padding-top:0px}@property --nb-header-neighbour-padding-top{syntax:"<number>";initial-value:0;inherits:false}.nb-supernova-item__inner-container{--nb-header-neighbour-padding-top:0;--nb-supernova-item-padding-top:max(var(--nb-header-neighbour-padding-top),var(--nb-card-content-padding));--nb-supernova-item-padding-bottom:max(var(--nb-supernova-item-carousel-padding-bottom),var(--nb-card-content-padding));padding:var(--nb-card-content-padding,0);padding-bottom:var(--nb-supernova-item-padding-bottom)!important;padding-top:var(--nb-supernova-item-padding-top)!important}.nb-supernova--card-layout-stacked.nb-supernova--valign-center .nb-supernova-item__inner-container{--nb-supernova-item-padding:max(var(--nb-supernova-item-padding-top),var(--nb-supernova-item-padding-bottom));padding-bottom:var(--nb-supernova-item-padding)!important;padding-top:var(--nb-supernova-item-padding)!important}.nb-supernova-item__media-wrapper .blob-mix__mask{background-color:var(--sm-current-bg-color,var(--nb-bg-color))}.nb-supernova-item__media[class]{height:100%;-o-object-fit:var(--nb-card-media-object-fit,cover);object-fit:var(--nb-card-media-object-fit,cover);width:100%}.nb-supernova-item__media--placeholder{align-items:center;display:flex;justify-content:center}.nb-supernova-item__content,.nb-supernova-item__media-wrapper{flex:0 0 auto}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-vertical-reverse{flex-direction:column-reverse}.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked),.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse{flex-direction:row}@media not screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked),.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse{flex-direction:column}}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__content,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal .nb-supernova-item__content,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse .nb-supernova-item__content{flex:1 0 var(--nb-card-content-column-width);width:var(--nb-card-content-column-width)}.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal .nb-supernova-item__media-wrapper,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse .nb-supernova-item__media-wrapper{flex:1 0 var(--nb-card-media-column-width);width:var(--nb-card-media-column-width)}}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse{flex-direction:row-reverse}@media not screen and (min-width:768px){.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse{flex-direction:column}}.nb-supernova-item--layout-stacked .nb-supernova-item__media-aspect-ratio:before{content:none}.nb-collection__layout.nb-collection__layout--variable-width .nb-supernova-item--layout-stacked .nb-supernova-item__content{height:100%;position:absolute;right:0;top:0;width:100%}.nb-collection__layout:not(.nb-collection__layout--variable-width) .nb-supernova-item--layout-stacked .nb-supernova-item__media-wrapper{height:100%;position:absolute;right:0;top:0;width:100%}.nb-supernova-item__media-aspect-ratio{min-height:100%;position:relative}.nb-supernova-item__media-aspect-ratio:before{content:"";display:block;padding-top:var(--nb-card-media-padding-top,100%);pointer-events:none}.nb-supernova-item__media-wrapper{padding:var(--nb-card-media-padding,0);position:relative;z-index:10}.nb-supernova-item__media-wrapper img,.nb-supernova-item__media-wrapper video{opacity:calc(1 - var(--nb-overlay-filter-strength, 0))}.nb-supernova-item__media-doppler{width:100%}.nb-supernova-item__content{position:relative;z-index:20}@media only screen and (min-width:768px){.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-vertical .nb-supernova-item__media-wrapper:not(:last-child){padding-bottom:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-vertical .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-top:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-vertical-reverse .nb-supernova-item__media-wrapper:not(:last-child){padding-top:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-vertical-reverse .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-bottom:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-horizontal .nb-supernova-item__media-wrapper:not(:last-child){padding-left:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-horizontal .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-right:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-horizontal-reverse .nb-supernova-item__media-wrapper:not(:last-child){padding-right:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-horizontal-reverse .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-left:0}.nb-collection__layout.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper:not(:last-child){padding-left:0}.nb-collection__layout.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-right:0}.nb-collection__layout.nb-collection__layout--parametric .nb-grid__area--portrait .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper:not(:last-child){padding-bottom:0}.nb-collection__layout.nb-collection__layout--parametric .nb-grid__area--portrait .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-top:0}}@media only screen and (min-width:1024px){.nb-collection__layout--carousel.nb-collection__layout--variable-width .slick-track>*{flex-basis:1px}.nb-collection__layout--carousel.nb-collection__layout--variable-width .nb-supernova-item__media{height:var(--nb-variable-width-card-media-height);max-width:none;width:auto}.nb-collection__layout--carousel.nb-collection__layout--variable-width .slick-initialized .nb-supernova-item__media{height:auto}:is(.nb-collection__layout--carousel.nb-collection__layout--variable-width,.nb-collection__layout--masonry) .nb-supernova-item__media-aspect-ratio>*{position:static}:is(.nb-collection__layout--carousel.nb-collection__layout--variable-width,.nb-collection__layout--masonry) .novablocks-media-composition{min-height:var(--nb-variable-width-card-media-height);width:var(--nb-variable-width-card-media-height)}:is(.nb-collection__layout--carousel.nb-collection__layout--variable-width,.nb-collection__layout--masonry) .nb-supernova-item__media-aspect-ratio:before{content:none}}.nb-collection__layout--content-width .slick-slide{--slider-content-width:calc(100vw - (var(--nb-sidecar-sides) + var(--wds) + var(--wde) + var(--nb-sidecar-grid-gap))*2);width:var(--slider-content-width)!important}.nb-supernova-item__media-doppler{height:100%}a.nb-supernova-item__link{display:block}a.nb-supernova-item__link-overlay{bottom:0;display:block;left:0;margin:0!important;max-width:none!important;position:absolute;right:0;top:0}.nb-supernova-item .nb-supernova-item__inner-container>[class][class][class][class]:first-child{--nb-block-top-spacing:0}.nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-card__title[class][class][class]{--nb-block-top-spacing:0.35}.nb-card__buttons[class][class][class]{--nb-block-top-spacing:1;position:relative;z-index:1}.nb-card__meta-separator{box-sizing:content-box;display:inline-block;margin-left:0.25em;margin-right:0.25em;vertical-align:middle;width:2em}.nb-card__meta-separator:after{background:currentColor;content:"";display:block;height:0.075em;width:100%}.nb-card__title a:hover{color:var(--sm-current-accent-color)}.nb-collection .nb-collection__body[class]{margin-top:calc(var(--nb-block-top-spacing)*var(--nb-spacing)*1)}.nb-collection__layout{--nb-grid-spacing:calc(var(--nb-spacing)*var(--nb-grid-spacing-modifier)*0.02)}.nb-collection__layout>.nb-collection__layout-item[class]{margin:0}.nb-collection__layout--fixed-width .nb-supernova-item:not(.nb-supernova-item--aspect-ratio-auto) .nb-card__media-image{height:auto;max-width:none;min-height:100%;min-width:100%;position:absolute;right:0;top:0;width:auto}@supports (transform:translate(-50%,-50%)){.nb-collection__layout--fixed-width .nb-supernova-item:not(.nb-supernova-item--aspect-ratio-auto) .nb-card__media-image{right:50%;top:50%;transform:translate(50%,-50%)}}@supports ((-o-object-fit:cover) or (object-fit:cover)){.nb-collection__layout--fixed-width .nb-supernova-item:not(.nb-supernova-item--aspect-ratio-auto) .nb-card__media-image{height:100%;min-height:0;min-width:0;-o-object-fit:cover;object-fit:cover;right:0;top:0;transform:none;width:100%}}.nb-supernova-item--aspect-ratio-auto .novablocks-media-composition__image{display:block;height:auto;min-height:0;min-width:0;position:static;transform:none;width:100%}.nb-supernova-item--aspect-ratio-auto .novablocks-media-composition__grid-item-media{flex-grow:0}.nb-supernova-item--aspect-ratio-auto .blob-mix{position:relative}.nb-supernova-item--aspect-ratio-auto .blob-mix__mask{height:auto;position:static}.nb-supernova-item--aspect-ratio-auto .blob-mix__media{height:auto;position:relative}.nb-collection__layout--classic,.nb-collection__layout--masonry,.nb-collection__layout--parametric{--nb-collection-columns:var(--nb-collection-columns-count);--nb-collection-columns-below-tablet:1;grid-gap:var(--nb-grid-spacing);display:grid;grid-template-columns:repeat(var(--nb-collection-columns,1),1fr)}.nb-collection__layout--classic>*,.nb-collection__layout--masonry>*,.nb-collection__layout--parametric>*{margin:0;width:100%}@media not screen and (min-width:768px){.nb-collection__layout--classic,.nb-collection__layout--masonry,.nb-collection__layout--parametric{--nb-collection-columns:var(--nb-collection-columns-below-tablet,1)}}.nb-collection__layout-column{display:flex;flex-direction:column;gap:var(--nb-grid-spacing)}.slick-slider{-webkit-tap-highlight-color:transparent;box-sizing:border-box;display:block;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1}.slick-slide{display:none;float:right;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:left}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-list{display:block;margin:0;overflow:hidden;padding:0;position:relative}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-track{align-items:stretch;display:block;display:flex;margin-left:auto;margin-right:auto;position:relative;right:0;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}@media not screen and (min-width:1024px){.nb-collection__layout--carousel{margin-left:calc(var(--nb-sidecar-sides)*-1);margin-right:calc(var(--nb-sidecar-sides)*-1)}}.nb-collection__layout--carousel .slick-slide .nb-collection__layout-item{display:block!important}:is(.slick-arrow,.slick-dots,.specificity.x2){background:transparent}.slick-arrow{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:none;border-radius:50%;color:transparent;cursor:pointer;display:block;font-size:0px!important;height:60px;line-height:0px;outline:none;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:60px;z-index:1300}.slick-arrow:hover{background:transparent;color:transparent;outline:none}.slick-arrow:hover:before{opacity:1}.slick-arrow:hover:after{opacity:0.6}.slick-arrow:before{color:#fff;display:block;font-size:20px;height:32px;line-height:1;opacity:1;position:absolute;right:50%;top:50%;width:32px;z-index:1}.slick-arrow.slick-disabled:before{opacity:0.25}.slick-arrow.slick-hidden{display:none}.slick-arrow:after{background-color:#000;border:0;border-radius:50%;content:"";display:block;height:100%;margin-top:0;opacity:0.15;transform:none;transition:opacity 0.15s ease-in;width:100%}.slick-prev{right:25px}.slick-prev:before{content:"←"}.slick-next{left:25px}.slick-next:before{content:"→"}.slick-dots{display:block;list-style:none;margin:0;padding:var(--nb-spacing) 0 0 0;text-align:center;width:100%;z-index:1300}.slick-dots li{cursor:pointer;display:inline-block;position:relative}.slick-dots li button{background:none!important;border:0!important;border-bottom:2px solid transparent!important;border-radius:0!important;color:inherit!important;cursor:pointer;margin:0 calc(var(--nb-spacing)/3);outline:0;padding:0!important;transition:opacity .15s ease}.slick-dots li button:hover{opacity:.6;outline:none}.slick-dots li button:hover:before{opacity:1}.slick-dots li.slick-active button{border-bottom-color:currentColor!important}.slick-dots li.slick-active button:before{color:#000;opacity:1}.nb-supernova--card-layout-stacked.nb-supernova--1-columns.alignfull.nb-supernova--show-pagination .nb-collection__layout--carousel .nb-supernova-item__inner-container{--nb-supernova-item-carousel-padding-bottom:calc(var(--nb-spacing)*2 + var(--current-font-size)*var(--current-line-height))}.nb-supernova--card-layout-stacked.nb-supernova--1-columns.alignfull .nb-collection__layout--carousel .slick-dots{bottom:0;padding-bottom:var(--nb-spacing);position:absolute}.nb-collection__layout--variable-width .nb-supernova-item__media-aspect-ratio>*{position:relative}@media only screen and (min-width:1024px){.nb-supernova:is(:not(.nb-supernova--card-layout-stacked.nb-supernova--1-columns),.nb-supernova--carousel-layout-variable) .slick-track{gap:var(--nb-grid-spacing)}}@media not screen and (min-width:1024px){.nb-supernova .slick-slide{padding-left:calc(var(--nb-grid-spacing)/4);padding-right:calc(var(--nb-grid-spacing)/4)}}.nb-supernova-item__content{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.nb-supernova-item__content:after,.nb-supernova-item__content:before{content:"";display:block;flex:1 0 auto;height:0}.nb-supernova-item__content--valign-bottom:after,.nb-supernova-item__content--valign-top:before{flex-grow:0}.nb-supernova--halign-left{text-align:right}.nb-supernova--halign-center{text-align:center}.nb-supernova--halign-right{text-align:left}.nb-supernova--halign-left .nb-supernova-item__inner-container[class]>*{margin-right:0}.nb-supernova--halign-right .nb-supernova-item__inner-container[class]>*{margin-left:0}@media not screen and (min-width:768px){.wp-block-query .nb-supernova--layout-carousel{text-align:center}.wp-block-query .nb-supernova--layout-carousel .nb-card__buttons,.wp-block-query .nb-supernova--layout-carousel .nb-card__description{display:none}.wp-block-query .nb-supernova--layout-carousel:not(.nb-supernova--card-layout-stacked){--nb-card-media-padding-top:100%!important}}.components-toolbar-group [aria-label="Grid view"],.components-toolbar-group [aria-label="List view"]{display:none}.nb-supernova[class*=sm-variation-]:not(.sm-color-signal-0){--emphasis-area-width:calc(var(--nb-emphasis-area, 100)*1%);--emphasis-area-gradient-direction:90deg;background:none!important;position:relative}.nb-supernova[class*=sm-variation-]:not(.sm-color-signal-0):before{background:linear-gradient(var(--emphasis-area-gradient-direction),var(--sm-current-bg-color,var(--nb-bg-color)) 0,var(--sm-current-bg-color,var(--nb-bg-color)) var(--emphasis-area-width),transparent var(--emphasis-area-width));bottom:0;content:"";grid-column:var(--block-full-start)/var(--block-full-end);left:0;position:absolute;right:0;top:0}.nb-supernova.nb-supernova--card-layout-horizontal{--emphasis-area-gradient-direction:-90deg}.nb-supernova-item.nb-supernova-item--layout-stacked{--nb-block-minimum-height:calc(var(--nb-minimum-container-height) - var(--admin-bar-height, 0px));min-height:var(--nb-block-minimum-height)}.nb-supernova-item.nb-supernova-item--layout-stacked.nb-supernova-item--scrolling-effect-doppler{--nb-block-minimum-height:calc(var(--nb-minimum-container-height)*2 - var(--admin-bar-height, 0px))}.nb-supernova-item.nb-supernova-item--layout-stacked .nb-supernova-item__content{min-height:calc(var(--nb-minimum-container-height) - var(--admin-bar-height, 0px))}.nb-supernova .nb-collection__header[class]{padding-bottom:calc(var(--emphasis-top-spacing)*-1*var(--nb-spacing))}.nb-collection__inner-container{position:relative}
     1@charset "UTF-8";.nb-supernova{--nb-card-layout-gap:calc(var(--nb-current-spacing)*2*var(--nb-card-layout-gap-modifier, 0));--nb-card-content-padding:calc(var(--nb-current-spacing)*2*var(--nb-card-content-padding-multiplier, 0));--nb-card-media-padding:calc(var(--nb-current-spacing)*2*var(--nb-card-media-padding-multiplier, 0));--nb-card-content-column-width:calc(var(--nb-card-content-area-width) - var(--nb-card-layout-gap)*0.5);--nb-card-media-column-width:calc(100% - var(--nb-card-content-column-width) - var(--nb-card-layout-gap));--nb-variable-width-card-media-height:calc(10em + 20em*var(--nb-card-media-container-height, 50)/100)}.nb-supernova-item{display:flex;flex-direction:column;gap:var(--nb-card-layout-gap);position:relative}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item{height:100%}.nb-supernova-item .nb-supernova-item__content{flex-grow:0}:root{--nb-supernova-item-carousel-padding-bottom:0px;--nb-header-neighbour-padding-top:0px}.nb-supernova-item__inner-container{--nb-supernova-item-padding-top:max(var(--nb-header-neighbour-padding-top),var(--nb-card-content-padding));--nb-supernova-item-padding-bottom:max(var(--nb-supernova-item-carousel-padding-bottom),var(--nb-card-content-padding));--nb-supernova-item-padding:max(var(--nb-supernova-item-padding-top),var(--nb-supernova-item-padding-bottom));padding:var(--nb-supernova-item-padding);padding-bottom:var(--nb-supernova-item-padding-bottom,0px)!important;padding-top:var(--nb-supernova-item-padding-top,0px)!important}.nb-supernova--card-layout-stacked.nb-supernova--valign-center .nb-supernova-item__inner-container{padding-bottom:var(--nb-supernova-item-padding,0px)!important;padding-top:var(--nb-supernova-item-padding,0px)!important}.nb-supernova-item__media-wrapper .blob-mix__mask{background-color:var(--sm-current-bg-color,var(--nb-bg-color))}.nb-supernova-item__media[class]{height:100%;-o-object-fit:var(--nb-card-media-object-fit,cover);object-fit:var(--nb-card-media-object-fit,cover);width:100%}.nb-supernova-item__media--placeholder{align-items:center;display:flex;justify-content:center}.nb-supernova-item__content,.nb-supernova-item__media-wrapper{flex:0 0 auto}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-vertical-reverse{flex-direction:column-reverse}.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked),.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse{flex-direction:row}@media not screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked),.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse{flex-direction:column}}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__content,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal .nb-supernova-item__content,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse .nb-supernova-item__content{flex:1 0 var(--nb-card-content-column-width);width:var(--nb-card-content-column-width)}.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal .nb-supernova-item__media-wrapper,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse .nb-supernova-item__media-wrapper{flex:1 0 var(--nb-card-media-column-width);width:var(--nb-card-media-column-width)}}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse{flex-direction:row-reverse}@media not screen and (min-width:768px){.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse{flex-direction:column}}.nb-supernova-item--layout-stacked .nb-supernova-item__media-aspect-ratio:before{content:none}.nb-collection__layout.nb-collection__layout--variable-width .nb-supernova-item--layout-stacked .nb-supernova-item__content{height:100%;position:absolute;right:0;top:0;width:100%}.nb-collection__layout:not(.nb-collection__layout--variable-width) .nb-supernova-item--layout-stacked .nb-supernova-item__media-wrapper{height:100%;position:absolute;right:0;top:0;width:100%}.nb-supernova-item__media-aspect-ratio{min-height:100%;position:relative}.nb-supernova-item__media-aspect-ratio:before{content:"";display:block;padding-top:var(--nb-card-media-padding-top,100%);pointer-events:none}.nb-supernova-item__media-wrapper{padding:var(--nb-card-media-padding,0);position:relative;z-index:10}.nb-supernova-item__media-wrapper img,.nb-supernova-item__media-wrapper video{opacity:calc(1 - var(--nb-overlay-filter-strength, 0))}.nb-supernova-item__media-doppler{width:100%}.nb-supernova-item__content{position:relative;z-index:20}@media only screen and (min-width:768px){.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-vertical .nb-supernova-item__media-wrapper:not(:last-child){padding-bottom:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-vertical .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-top:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-vertical-reverse .nb-supernova-item__media-wrapper:not(:last-child){padding-top:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-vertical-reverse .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-bottom:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-horizontal .nb-supernova-item__media-wrapper:not(:last-child){padding-left:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-horizontal .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-right:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-horizontal-reverse .nb-supernova-item__media-wrapper:not(:last-child){padding-right:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-horizontal-reverse .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-left:0}.nb-collection__layout.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper:not(:last-child){padding-left:0}.nb-collection__layout.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-right:0}.nb-collection__layout.nb-collection__layout--parametric .nb-grid__area--portrait .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper:not(:last-child){padding-bottom:0}.nb-collection__layout.nb-collection__layout--parametric .nb-grid__area--portrait .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-top:0}}@media only screen and (min-width:1024px){.nb-collection__layout--carousel.nb-collection__layout--variable-width .slick-track>*{flex-basis:1px}.nb-collection__layout--carousel.nb-collection__layout--variable-width .nb-supernova-item__media{height:var(--nb-variable-width-card-media-height);max-width:none;width:auto}.nb-collection__layout--carousel.nb-collection__layout--variable-width .slick-initialized .nb-supernova-item__media{height:auto}:is(.nb-collection__layout--carousel.nb-collection__layout--variable-width,.nb-collection__layout--masonry) .nb-supernova-item__media-aspect-ratio>*{position:static}:is(.nb-collection__layout--carousel.nb-collection__layout--variable-width,.nb-collection__layout--masonry) .novablocks-media-composition{min-height:var(--nb-variable-width-card-media-height);width:var(--nb-variable-width-card-media-height)}:is(.nb-collection__layout--carousel.nb-collection__layout--variable-width,.nb-collection__layout--masonry) .nb-supernova-item__media-aspect-ratio:before{content:none}}.nb-collection__layout--content-width .slick-slide{--slider-content-width:calc(100vw - (var(--nb-sidecar-sides) + var(--wds) + var(--wde) + var(--nb-sidecar-grid-gap))*2);width:var(--slider-content-width)!important}.nb-supernova-item__media-doppler{height:100%}a.nb-supernova-item__link{display:block}a.nb-supernova-item__link-overlay{bottom:0;display:block;left:0;margin:0!important;max-width:none!important;position:absolute;right:0;top:0}.nb-supernova-item .nb-supernova-item__inner-container>[class][class][class][class]:first-child{--nb-block-top-spacing:0}.nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-card__title[class][class][class]{--nb-block-top-spacing:0.35}.nb-card__buttons[class][class][class]{--nb-block-top-spacing:1;position:relative;z-index:1}.nb-card__meta-separator{box-sizing:content-box;display:inline-block;margin-left:0.25em;margin-right:0.25em;vertical-align:middle;width:2em}.nb-card__meta-separator:after{background:currentColor;content:"";display:block;height:0.075em;width:100%}.nb-card__title a:hover{color:var(--sm-current-accent-color)}.nb-collection .nb-collection__body[class]{margin-top:calc(var(--nb-block-top-spacing)*var(--nb-spacing)*1)}.nb-collection__layout{--nb-grid-spacing:calc(var(--nb-spacing)*var(--nb-grid-spacing-modifier)*0.02)}.nb-collection__layout>.nb-collection__layout-item[class]{margin:0}.nb-collection__layout--fixed-width .nb-supernova-item:not(.nb-supernova-item--aspect-ratio-auto) .nb-card__media-image{height:auto;max-width:none;min-height:100%;min-width:100%;position:absolute;right:0;top:0;width:auto}@supports (transform:translate(-50%,-50%)){.nb-collection__layout--fixed-width .nb-supernova-item:not(.nb-supernova-item--aspect-ratio-auto) .nb-card__media-image{right:50%;top:50%;transform:translate(50%,-50%)}}@supports ((-o-object-fit:cover) or (object-fit:cover)){.nb-collection__layout--fixed-width .nb-supernova-item:not(.nb-supernova-item--aspect-ratio-auto) .nb-card__media-image{height:100%;min-height:0;min-width:0;-o-object-fit:cover;object-fit:cover;right:0;top:0;transform:none;width:100%}}.nb-supernova-item--aspect-ratio-auto .novablocks-media-composition__image{display:block;height:auto;min-height:0;min-width:0;position:static;transform:none;width:100%}.nb-supernova-item--aspect-ratio-auto .novablocks-media-composition__grid-item-media{flex-grow:0}.nb-supernova-item--aspect-ratio-auto .blob-mix{position:relative}.nb-supernova-item--aspect-ratio-auto .blob-mix__mask{height:auto;position:static}.nb-supernova-item--aspect-ratio-auto .blob-mix__media{height:auto;position:relative}.nb-collection__layout--classic,.nb-collection__layout--masonry,.nb-collection__layout--parametric{--nb-collection-columns:var(--nb-collection-columns-count);--nb-collection-columns-below-tablet:1;grid-gap:var(--nb-grid-spacing);display:grid;grid-template-columns:repeat(var(--nb-collection-columns,1),1fr)}.nb-collection__layout--classic>*,.nb-collection__layout--masonry>*,.nb-collection__layout--parametric>*{margin:0;width:100%}@media not screen and (min-width:768px){.nb-collection__layout--classic,.nb-collection__layout--masonry,.nb-collection__layout--parametric{--nb-collection-columns:var(--nb-collection-columns-below-tablet,1)}}.nb-collection__layout-column{display:flex;flex-direction:column;gap:var(--nb-grid-spacing)}.slick-slider{-webkit-tap-highlight-color:transparent;box-sizing:border-box;display:block;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1}.slick-slide{display:none;float:right;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:left}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-list{display:block;margin:0;overflow:hidden;padding:0;position:relative}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-track{align-items:stretch;display:block;display:flex;margin-left:auto;margin-right:auto;position:relative;right:0;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}@media not screen and (min-width:1024px){.nb-collection__layout--carousel{margin-left:calc(var(--nb-sidecar-sides)*-1);margin-right:calc(var(--nb-sidecar-sides)*-1)}}.nb-collection__layout--carousel .slick-slide .nb-collection__layout-item{display:block!important}:is(.slick-arrow,.slick-dots,.specificity.x2){background:transparent}.slick-arrow{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:none;border-radius:50%;color:transparent;cursor:pointer;display:block;font-size:0px!important;height:60px;line-height:0px;outline:none;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:60px;z-index:1300}.slick-arrow:hover{background:transparent;color:transparent;outline:none}.slick-arrow:hover:before{opacity:1}.slick-arrow:hover:after{opacity:0.6}.slick-arrow:before{color:#fff;display:block;font-size:20px;height:32px;line-height:1;opacity:1;position:absolute;right:50%;top:50%;width:32px;z-index:1}.slick-arrow.slick-disabled:before{opacity:0.25}.slick-arrow.slick-hidden{display:none}.slick-arrow:after{background-color:#000;border:0;border-radius:50%;content:"";display:block;height:100%;margin-top:0;opacity:0.15;transform:none;transition:opacity 0.15s ease-in;width:100%}.slick-prev{right:25px}.slick-prev:before{content:"←"}.slick-next{left:25px}.slick-next:before{content:"→"}.slick-dots{display:block;list-style:none;margin:0;padding:var(--nb-spacing) 0 0 0;text-align:center;width:100%;z-index:1300}.slick-dots li{cursor:pointer;display:inline-block;position:relative}.slick-dots li button{background:none!important;border:0!important;border-bottom:2px solid transparent!important;border-radius:0!important;color:inherit!important;cursor:pointer;margin:0 calc(var(--nb-spacing)/3);outline:0;padding:0!important;transition:opacity .15s ease}.slick-dots li button:hover{opacity:.6;outline:none}.slick-dots li button:hover:before{opacity:1}.slick-dots li.slick-active button{border-bottom-color:currentColor!important}.slick-dots li.slick-active button:before{color:#000;opacity:1}.nb-supernova--card-layout-stacked.nb-supernova--1-columns.alignfull.nb-supernova--show-pagination .nb-collection__layout--carousel .nb-supernova-item__inner-container{--nb-supernova-item-carousel-padding-bottom:calc(var(--nb-spacing)*2 + var(--current-font-size)*var(--current-line-height))}.nb-supernova--card-layout-stacked.nb-supernova--1-columns.alignfull .nb-collection__layout--carousel .slick-dots{bottom:0;padding-bottom:var(--nb-spacing);position:absolute}.nb-collection__layout--variable-width .nb-supernova-item__media-aspect-ratio>*{position:relative}@media only screen and (min-width:1024px){.nb-supernova:is(:not(.nb-supernova--card-layout-stacked.nb-supernova--1-columns),.nb-supernova--carousel-layout-variable) .slick-track{gap:var(--nb-grid-spacing)}}@media not screen and (min-width:1024px){.nb-supernova .slick-slide{padding-left:calc(var(--nb-grid-spacing)/4);padding-right:calc(var(--nb-grid-spacing)/4)}}.nb-supernova-item__content{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.nb-supernova-item__content:after,.nb-supernova-item__content:before{content:"";display:block;flex:1 0 auto;height:0}.nb-supernova-item__content--valign-bottom:after,.nb-supernova-item__content--valign-top:before{flex-grow:0}.nb-supernova--halign-left{text-align:right}.nb-supernova--halign-center{text-align:center}.nb-supernova--halign-right{text-align:left}.nb-supernova--halign-left .nb-supernova-item__inner-container[class]>*{margin-right:0}.nb-supernova--halign-right .nb-supernova-item__inner-container[class]>*{margin-left:0}@media not screen and (min-width:768px){.wp-block-query .nb-supernova--layout-carousel{text-align:center}.wp-block-query .nb-supernova--layout-carousel .nb-card__buttons,.wp-block-query .nb-supernova--layout-carousel .nb-card__description{display:none}.wp-block-query .nb-supernova--layout-carousel:not(.nb-supernova--card-layout-stacked){--nb-card-media-padding-top:100%!important}}.components-toolbar-group [aria-label="Grid view"],.components-toolbar-group [aria-label="List view"]{display:none}.nb-supernova[class*=sm-variation-]:not(.sm-color-signal-0){--emphasis-area-width:calc(var(--nb-emphasis-area, 100)*1%);--emphasis-area-gradient-direction:90deg;background:none!important;position:relative}.nb-supernova[class*=sm-variation-]:not(.sm-color-signal-0):before{background:linear-gradient(var(--emphasis-area-gradient-direction),var(--sm-current-bg-color,var(--nb-bg-color)) 0,var(--sm-current-bg-color,var(--nb-bg-color)) var(--emphasis-area-width),transparent var(--emphasis-area-width));bottom:0;content:"";grid-column:var(--block-full-start)/var(--block-full-end);left:0;position:absolute;right:0;top:0}.nb-supernova.nb-supernova--card-layout-horizontal{--emphasis-area-gradient-direction:-90deg}.nb-supernova-item.nb-supernova-item--layout-stacked{--nb-block-minimum-height:calc(var(--nb-minimum-container-height) - var(--admin-bar-height, 0px) - var(--nb-promo-bar-height, 0px));min-height:var(--nb-block-minimum-height)}.nb-supernova-item.nb-supernova-item--layout-stacked.nb-supernova-item--scrolling-effect-doppler{--nb-block-minimum-height:calc(var(--nb-minimum-container-height)*2 - var(--admin-bar-height, 0px) - var(--nb-promo-bar-height, 0px))}.nb-supernova-item.nb-supernova-item--layout-stacked .nb-supernova-item__content{min-height:calc(var(--nb-minimum-container-height) - var(--admin-bar-height, 0px) - var(--nb-promo-bar-height, 0px))}.nb-supernova .nb-collection__header[class]{padding-bottom:calc(var(--emphasis-top-spacing)*-1*var(--nb-spacing))}.nb-collection__inner-container{position:relative}
  • nova-blocks/trunk/build/block-library/blocks/supernova/style.css

    r2719178 r2721032  
    1 @charset "UTF-8";.nb-supernova{--nb-card-layout-gap:calc(var(--nb-current-spacing)*2*var(--nb-card-layout-gap-modifier, 0));--nb-card-content-padding:calc(var(--nb-current-spacing)*2*var(--nb-card-content-padding-multiplier, 0));--nb-card-media-padding:calc(var(--nb-current-spacing)*2*var(--nb-card-media-padding-multiplier, 0));--nb-card-content-column-width:calc(var(--nb-card-content-area-width) - var(--nb-card-layout-gap)*0.5);--nb-card-media-column-width:calc(100% - var(--nb-card-content-column-width) - var(--nb-card-layout-gap));--nb-variable-width-card-media-height:calc(10em + 20em*var(--nb-card-media-container-height, 50)/100)}.nb-supernova-item{display:flex;flex-direction:column;gap:var(--nb-card-layout-gap);position:relative}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item{height:100%}.nb-supernova-item .nb-supernova-item__content{flex-grow:0}:root{--nb-supernova-item-carousel-padding-bottom:0px;--nb-header-neighbour-padding-top:0px}@property --nb-header-neighbour-padding-top{syntax:"<number>";initial-value:0;inherits:false}.nb-supernova-item__inner-container{--nb-header-neighbour-padding-top:0;--nb-supernova-item-padding-top:max(var(--nb-header-neighbour-padding-top),var(--nb-card-content-padding));--nb-supernova-item-padding-bottom:max(var(--nb-supernova-item-carousel-padding-bottom),var(--nb-card-content-padding));padding:var(--nb-card-content-padding,0);padding-bottom:var(--nb-supernova-item-padding-bottom)!important;padding-top:var(--nb-supernova-item-padding-top)!important}.nb-supernova--card-layout-stacked.nb-supernova--valign-center .nb-supernova-item__inner-container{--nb-supernova-item-padding:max(var(--nb-supernova-item-padding-top),var(--nb-supernova-item-padding-bottom));padding-bottom:var(--nb-supernova-item-padding)!important;padding-top:var(--nb-supernova-item-padding)!important}.nb-supernova-item__media-wrapper .blob-mix__mask{background-color:var(--sm-current-bg-color,var(--nb-bg-color))}.nb-supernova-item__media[class]{height:100%;-o-object-fit:var(--nb-card-media-object-fit,cover);object-fit:var(--nb-card-media-object-fit,cover);width:100%}.nb-supernova-item__media--placeholder{align-items:center;display:flex;justify-content:center}.nb-supernova-item__content,.nb-supernova-item__media-wrapper{flex:0 0 auto}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-vertical-reverse{flex-direction:column-reverse}.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked),.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse{flex-direction:row}@media not screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked),.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse{flex-direction:column}}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__content,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal .nb-supernova-item__content,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse .nb-supernova-item__content{flex:1 0 var(--nb-card-content-column-width);width:var(--nb-card-content-column-width)}.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal .nb-supernova-item__media-wrapper,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse .nb-supernova-item__media-wrapper{flex:1 0 var(--nb-card-media-column-width);width:var(--nb-card-media-column-width)}}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse{flex-direction:row-reverse}@media not screen and (min-width:768px){.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse{flex-direction:column}}.nb-supernova-item--layout-stacked .nb-supernova-item__media-aspect-ratio:before{content:none}.nb-collection__layout.nb-collection__layout--variable-width .nb-supernova-item--layout-stacked .nb-supernova-item__content{height:100%;left:0;position:absolute;top:0;width:100%}.nb-collection__layout:not(.nb-collection__layout--variable-width) .nb-supernova-item--layout-stacked .nb-supernova-item__media-wrapper{height:100%;left:0;position:absolute;top:0;width:100%}.nb-supernova-item__media-aspect-ratio{min-height:100%;position:relative}.nb-supernova-item__media-aspect-ratio:before{content:"";display:block;padding-top:var(--nb-card-media-padding-top,100%);pointer-events:none}.nb-supernova-item__media-wrapper{padding:var(--nb-card-media-padding,0);position:relative;z-index:10}.nb-supernova-item__media-wrapper img,.nb-supernova-item__media-wrapper video{opacity:calc(1 - var(--nb-overlay-filter-strength, 0))}.nb-supernova-item__media-doppler{width:100%}.nb-supernova-item__content{position:relative;z-index:20}@media only screen and (min-width:768px){.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-vertical .nb-supernova-item__media-wrapper:not(:last-child){padding-bottom:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-vertical .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-top:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-vertical-reverse .nb-supernova-item__media-wrapper:not(:last-child){padding-top:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-vertical-reverse .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-bottom:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-horizontal .nb-supernova-item__media-wrapper:not(:last-child){padding-right:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-horizontal .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-left:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-horizontal-reverse .nb-supernova-item__media-wrapper:not(:last-child){padding-left:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-horizontal-reverse .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-right:0}.nb-collection__layout.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper:not(:last-child){padding-right:0}.nb-collection__layout.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-left:0}.nb-collection__layout.nb-collection__layout--parametric .nb-grid__area--portrait .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper:not(:last-child){padding-bottom:0}.nb-collection__layout.nb-collection__layout--parametric .nb-grid__area--portrait .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-top:0}}@media only screen and (min-width:1024px){.nb-collection__layout--carousel.nb-collection__layout--variable-width .slick-track>*{flex-basis:1px}.nb-collection__layout--carousel.nb-collection__layout--variable-width .nb-supernova-item__media{height:var(--nb-variable-width-card-media-height);max-width:none;width:auto}.nb-collection__layout--carousel.nb-collection__layout--variable-width .slick-initialized .nb-supernova-item__media{height:auto}:is(.nb-collection__layout--carousel.nb-collection__layout--variable-width,.nb-collection__layout--masonry) .nb-supernova-item__media-aspect-ratio>*{position:static}:is(.nb-collection__layout--carousel.nb-collection__layout--variable-width,.nb-collection__layout--masonry) .novablocks-media-composition{min-height:var(--nb-variable-width-card-media-height);width:var(--nb-variable-width-card-media-height)}:is(.nb-collection__layout--carousel.nb-collection__layout--variable-width,.nb-collection__layout--masonry) .nb-supernova-item__media-aspect-ratio:before{content:none}}.nb-collection__layout--content-width .slick-slide{--slider-content-width:calc(100vw - (var(--nb-sidecar-sides) + var(--wds) + var(--wde) + var(--nb-sidecar-grid-gap))*2);width:var(--slider-content-width)!important}.nb-supernova-item__media-doppler{height:100%}a.nb-supernova-item__link{display:block}a.nb-supernova-item__link-overlay{bottom:0;display:block;left:0;margin:0!important;max-width:none!important;position:absolute;right:0;top:0}.nb-supernova-item .nb-supernova-item__inner-container>[class][class][class][class]:first-child{--nb-block-top-spacing:0}.nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-card__title[class][class][class]{--nb-block-top-spacing:0.35}.nb-card__buttons[class][class][class]{--nb-block-top-spacing:1;position:relative;z-index:1}.nb-card__meta-separator{box-sizing:content-box;display:inline-block;margin-left:0.25em;margin-right:0.25em;vertical-align:middle;width:2em}.nb-card__meta-separator:after{background:currentColor;content:"";display:block;height:0.075em;width:100%}.nb-card__title a:hover{color:var(--sm-current-accent-color)}.nb-collection .nb-collection__body[class]{margin-top:calc(var(--nb-block-top-spacing)*var(--nb-spacing)*1)}.nb-collection__layout{--nb-grid-spacing:calc(var(--nb-spacing)*var(--nb-grid-spacing-modifier)*0.02)}.nb-collection__layout>.nb-collection__layout-item[class]{margin:0}.nb-collection__layout--fixed-width .nb-supernova-item:not(.nb-supernova-item--aspect-ratio-auto) .nb-card__media-image{height:auto;left:0;max-width:none;min-height:100%;min-width:100%;position:absolute;top:0;width:auto}@supports (transform:translate(-50%,-50%)){.nb-collection__layout--fixed-width .nb-supernova-item:not(.nb-supernova-item--aspect-ratio-auto) .nb-card__media-image{left:50%;top:50%;transform:translate(-50%,-50%)}}@supports ((-o-object-fit:cover) or (object-fit:cover)){.nb-collection__layout--fixed-width .nb-supernova-item:not(.nb-supernova-item--aspect-ratio-auto) .nb-card__media-image{height:100%;left:0;min-height:0;min-width:0;-o-object-fit:cover;object-fit:cover;top:0;transform:none;width:100%}}.nb-supernova-item--aspect-ratio-auto .novablocks-media-composition__image{display:block;height:auto;min-height:0;min-width:0;position:static;transform:none;width:100%}.nb-supernova-item--aspect-ratio-auto .novablocks-media-composition__grid-item-media{flex-grow:0}.nb-supernova-item--aspect-ratio-auto .blob-mix{position:relative}.nb-supernova-item--aspect-ratio-auto .blob-mix__mask{height:auto;position:static}.nb-supernova-item--aspect-ratio-auto .blob-mix__media{height:auto;position:relative}.nb-collection__layout--classic,.nb-collection__layout--masonry,.nb-collection__layout--parametric{--nb-collection-columns:var(--nb-collection-columns-count);--nb-collection-columns-below-tablet:1;grid-gap:var(--nb-grid-spacing);display:grid;grid-template-columns:repeat(var(--nb-collection-columns,1),1fr)}.nb-collection__layout--classic>*,.nb-collection__layout--masonry>*,.nb-collection__layout--parametric>*{margin:0;width:100%}@media not screen and (min-width:768px){.nb-collection__layout--classic,.nb-collection__layout--masonry,.nb-collection__layout--parametric{--nb-collection-columns:var(--nb-collection-columns-below-tablet,1)}}.nb-collection__layout-column{display:flex;flex-direction:column;gap:var(--nb-grid-spacing)}.slick-slider{-webkit-tap-highlight-color:transparent;box-sizing:border-box;display:block;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-list{display:block;margin:0;overflow:hidden;padding:0;position:relative}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-track{align-items:stretch;display:block;display:flex;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}@media not screen and (min-width:1024px){.nb-collection__layout--carousel{margin-left:calc(var(--nb-sidecar-sides)*-1);margin-right:calc(var(--nb-sidecar-sides)*-1)}}.nb-collection__layout--carousel .slick-slide .nb-collection__layout-item{display:block!important}:is(.slick-arrow,.slick-dots,.specificity.x2){background:transparent}.slick-arrow{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:none;border-radius:50%;color:transparent;cursor:pointer;display:block;font-size:0px!important;height:60px;line-height:0px;outline:none;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:60px;z-index:1300}.slick-arrow:hover{background:transparent;color:transparent;outline:none}.slick-arrow:hover:before{opacity:1}.slick-arrow:hover:after{opacity:0.6}.slick-arrow:before{color:#fff;display:block;font-size:20px;height:32px;left:50%;line-height:1;opacity:1;position:absolute;top:50%;width:32px;z-index:1}.slick-arrow.slick-disabled:before{opacity:0.25}.slick-arrow.slick-hidden{display:none}.slick-arrow:after{background-color:#000;border:0;border-radius:50%;content:"";display:block;height:100%;margin-top:0;opacity:0.15;transform:none;transition:opacity 0.15s ease-in;width:100%}.slick-prev{left:25px}.slick-prev:before{content:"←"}.slick-next{right:25px}.slick-next:before{content:"→"}.slick-dots{display:block;list-style:none;margin:0;padding:var(--nb-spacing) 0 0 0;text-align:center;width:100%;z-index:1300}.slick-dots li{cursor:pointer;display:inline-block;position:relative}.slick-dots li button{background:none!important;border:0!important;border-bottom:2px solid transparent!important;border-radius:0!important;color:inherit!important;cursor:pointer;margin:0 calc(var(--nb-spacing)/3);outline:0;padding:0!important;transition:opacity .15s ease}.slick-dots li button:hover{opacity:.6;outline:none}.slick-dots li button:hover:before{opacity:1}.slick-dots li.slick-active button{border-bottom-color:currentColor!important}.slick-dots li.slick-active button:before{color:#000;opacity:1}.nb-supernova--card-layout-stacked.nb-supernova--1-columns.alignfull.nb-supernova--show-pagination .nb-collection__layout--carousel .nb-supernova-item__inner-container{--nb-supernova-item-carousel-padding-bottom:calc(var(--nb-spacing)*2 + var(--current-font-size)*var(--current-line-height))}.nb-supernova--card-layout-stacked.nb-supernova--1-columns.alignfull .nb-collection__layout--carousel .slick-dots{bottom:0;padding-bottom:var(--nb-spacing);position:absolute}.nb-collection__layout--variable-width .nb-supernova-item__media-aspect-ratio>*{position:relative}@media only screen and (min-width:1024px){.nb-supernova:is(:not(.nb-supernova--card-layout-stacked.nb-supernova--1-columns),.nb-supernova--carousel-layout-variable) .slick-track{gap:var(--nb-grid-spacing)}}@media not screen and (min-width:1024px){.nb-supernova .slick-slide{padding-left:calc(var(--nb-grid-spacing)/4);padding-right:calc(var(--nb-grid-spacing)/4)}}.nb-supernova-item__content{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.nb-supernova-item__content:after,.nb-supernova-item__content:before{content:"";display:block;flex:1 0 auto;height:0}.nb-supernova-item__content--valign-bottom:after,.nb-supernova-item__content--valign-top:before{flex-grow:0}.nb-supernova--halign-left{text-align:left}.nb-supernova--halign-center{text-align:center}.nb-supernova--halign-right{text-align:right}.nb-supernova--halign-left .nb-supernova-item__inner-container[class]>*{margin-left:0}.nb-supernova--halign-right .nb-supernova-item__inner-container[class]>*{margin-right:0}@media not screen and (min-width:768px){.wp-block-query .nb-supernova--layout-carousel{text-align:center}.wp-block-query .nb-supernova--layout-carousel .nb-card__buttons,.wp-block-query .nb-supernova--layout-carousel .nb-card__description{display:none}.wp-block-query .nb-supernova--layout-carousel:not(.nb-supernova--card-layout-stacked){--nb-card-media-padding-top:100%!important}}.components-toolbar-group [aria-label="Grid view"],.components-toolbar-group [aria-label="List view"]{display:none}.nb-supernova[class*=sm-variation-]:not(.sm-color-signal-0){--emphasis-area-width:calc(var(--nb-emphasis-area, 100)*1%);--emphasis-area-gradient-direction:90deg;background:none!important;position:relative}.nb-supernova[class*=sm-variation-]:not(.sm-color-signal-0):before{background:linear-gradient(var(--emphasis-area-gradient-direction),var(--sm-current-bg-color,var(--nb-bg-color)) 0,var(--sm-current-bg-color,var(--nb-bg-color)) var(--emphasis-area-width),transparent var(--emphasis-area-width));bottom:0;content:"";grid-column:var(--block-full-start)/var(--block-full-end);left:0;position:absolute;right:0;top:0}.nb-supernova.nb-supernova--card-layout-horizontal{--emphasis-area-gradient-direction:-90deg}.nb-supernova-item.nb-supernova-item--layout-stacked{--nb-block-minimum-height:calc(var(--nb-minimum-container-height) - var(--admin-bar-height, 0px));min-height:var(--nb-block-minimum-height)}.nb-supernova-item.nb-supernova-item--layout-stacked.nb-supernova-item--scrolling-effect-doppler{--nb-block-minimum-height:calc(var(--nb-minimum-container-height)*2 - var(--admin-bar-height, 0px))}.nb-supernova-item.nb-supernova-item--layout-stacked .nb-supernova-item__content{min-height:calc(var(--nb-minimum-container-height) - var(--admin-bar-height, 0px))}.nb-supernova .nb-collection__header[class]{padding-bottom:calc(var(--emphasis-top-spacing)*-1*var(--nb-spacing))}.nb-collection__inner-container{position:relative}
     1@charset "UTF-8";.nb-supernova{--nb-card-layout-gap:calc(var(--nb-current-spacing)*2*var(--nb-card-layout-gap-modifier, 0));--nb-card-content-padding:calc(var(--nb-current-spacing)*2*var(--nb-card-content-padding-multiplier, 0));--nb-card-media-padding:calc(var(--nb-current-spacing)*2*var(--nb-card-media-padding-multiplier, 0));--nb-card-content-column-width:calc(var(--nb-card-content-area-width) - var(--nb-card-layout-gap)*0.5);--nb-card-media-column-width:calc(100% - var(--nb-card-content-column-width) - var(--nb-card-layout-gap));--nb-variable-width-card-media-height:calc(10em + 20em*var(--nb-card-media-container-height, 50)/100)}.nb-supernova-item{display:flex;flex-direction:column;gap:var(--nb-card-layout-gap);position:relative}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item{height:100%}.nb-supernova-item .nb-supernova-item__content{flex-grow:0}:root{--nb-supernova-item-carousel-padding-bottom:0px;--nb-header-neighbour-padding-top:0px}.nb-supernova-item__inner-container{--nb-supernova-item-padding-top:max(var(--nb-header-neighbour-padding-top),var(--nb-card-content-padding));--nb-supernova-item-padding-bottom:max(var(--nb-supernova-item-carousel-padding-bottom),var(--nb-card-content-padding));--nb-supernova-item-padding:max(var(--nb-supernova-item-padding-top),var(--nb-supernova-item-padding-bottom));padding:var(--nb-supernova-item-padding);padding-bottom:var(--nb-supernova-item-padding-bottom,0px)!important;padding-top:var(--nb-supernova-item-padding-top,0px)!important}.nb-supernova--card-layout-stacked.nb-supernova--valign-center .nb-supernova-item__inner-container{padding-bottom:var(--nb-supernova-item-padding,0px)!important;padding-top:var(--nb-supernova-item-padding,0px)!important}.nb-supernova-item__media-wrapper .blob-mix__mask{background-color:var(--sm-current-bg-color,var(--nb-bg-color))}.nb-supernova-item__media[class]{height:100%;-o-object-fit:var(--nb-card-media-object-fit,cover);object-fit:var(--nb-card-media-object-fit,cover);width:100%}.nb-supernova-item__media--placeholder{align-items:center;display:flex;justify-content:center}.nb-supernova-item__content,.nb-supernova-item__media-wrapper{flex:0 0 auto}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-vertical-reverse{flex-direction:column-reverse}.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked),.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse{flex-direction:row}@media not screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked),.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse{flex-direction:column}}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__content,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal .nb-supernova-item__content,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse .nb-supernova-item__content{flex:1 0 var(--nb-card-content-column-width);width:var(--nb-card-content-column-width)}.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal .nb-supernova-item__media-wrapper,.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse .nb-supernova-item__media-wrapper{flex:1 0 var(--nb-card-media-column-width);width:var(--nb-card-media-column-width)}}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse{flex-direction:row-reverse}@media not screen and (min-width:768px){.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item--layout-horizontal-reverse{flex-direction:column}}.nb-supernova-item--layout-stacked .nb-supernova-item__media-aspect-ratio:before{content:none}.nb-collection__layout.nb-collection__layout--variable-width .nb-supernova-item--layout-stacked .nb-supernova-item__content{height:100%;left:0;position:absolute;top:0;width:100%}.nb-collection__layout:not(.nb-collection__layout--variable-width) .nb-supernova-item--layout-stacked .nb-supernova-item__media-wrapper{height:100%;left:0;position:absolute;top:0;width:100%}.nb-supernova-item__media-aspect-ratio{min-height:100%;position:relative}.nb-supernova-item__media-aspect-ratio:before{content:"";display:block;padding-top:var(--nb-card-media-padding-top,100%);pointer-events:none}.nb-supernova-item__media-wrapper{padding:var(--nb-card-media-padding,0);position:relative;z-index:10}.nb-supernova-item__media-wrapper img,.nb-supernova-item__media-wrapper video{opacity:calc(1 - var(--nb-overlay-filter-strength, 0))}.nb-supernova-item__media-doppler{width:100%}.nb-supernova-item__content{position:relative;z-index:20}@media only screen and (min-width:768px){.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-vertical .nb-supernova-item__media-wrapper:not(:last-child){padding-bottom:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-vertical .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-top:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-vertical-reverse .nb-supernova-item__media-wrapper:not(:last-child){padding-top:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-vertical-reverse .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-bottom:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-horizontal .nb-supernova-item__media-wrapper:not(:last-child){padding-right:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-horizontal .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-left:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-horizontal-reverse .nb-supernova-item__media-wrapper:not(:last-child){padding-left:0}.nb-collection__layout:not(.nb-collection__layout--parametric) .nb-supernova-item.nb-supernova-item--layout-horizontal-reverse .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-right:0}.nb-collection__layout.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper:not(:last-child){padding-right:0}.nb-collection__layout.nb-collection__layout--parametric .nb-grid__area--landscape .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-left:0}.nb-collection__layout.nb-collection__layout--parametric .nb-grid__area--portrait .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper:not(:last-child){padding-bottom:0}.nb-collection__layout.nb-collection__layout--parametric .nb-grid__area--portrait .nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-supernova-item__media-wrapper+.nb-supernova-item__content .nb-supernova-item__inner-container[class]{padding-top:0}}@media only screen and (min-width:1024px){.nb-collection__layout--carousel.nb-collection__layout--variable-width .slick-track>*{flex-basis:1px}.nb-collection__layout--carousel.nb-collection__layout--variable-width .nb-supernova-item__media{height:var(--nb-variable-width-card-media-height);max-width:none;width:auto}.nb-collection__layout--carousel.nb-collection__layout--variable-width .slick-initialized .nb-supernova-item__media{height:auto}:is(.nb-collection__layout--carousel.nb-collection__layout--variable-width,.nb-collection__layout--masonry) .nb-supernova-item__media-aspect-ratio>*{position:static}:is(.nb-collection__layout--carousel.nb-collection__layout--variable-width,.nb-collection__layout--masonry) .novablocks-media-composition{min-height:var(--nb-variable-width-card-media-height);width:var(--nb-variable-width-card-media-height)}:is(.nb-collection__layout--carousel.nb-collection__layout--variable-width,.nb-collection__layout--masonry) .nb-supernova-item__media-aspect-ratio:before{content:none}}.nb-collection__layout--content-width .slick-slide{--slider-content-width:calc(100vw - (var(--nb-sidecar-sides) + var(--wds) + var(--wde) + var(--nb-sidecar-grid-gap))*2);width:var(--slider-content-width)!important}.nb-supernova-item__media-doppler{height:100%}a.nb-supernova-item__link{display:block}a.nb-supernova-item__link-overlay{bottom:0;display:block;left:0;margin:0!important;max-width:none!important;position:absolute;right:0;top:0}.nb-supernova-item .nb-supernova-item__inner-container>[class][class][class][class]:first-child{--nb-block-top-spacing:0}.nb-supernova-item:not(.nb-supernova-item--layout-stacked) .nb-card__title[class][class][class]{--nb-block-top-spacing:0.35}.nb-card__buttons[class][class][class]{--nb-block-top-spacing:1;position:relative;z-index:1}.nb-card__meta-separator{box-sizing:content-box;display:inline-block;margin-left:0.25em;margin-right:0.25em;vertical-align:middle;width:2em}.nb-card__meta-separator:after{background:currentColor;content:"";display:block;height:0.075em;width:100%}.nb-card__title a:hover{color:var(--sm-current-accent-color)}.nb-collection .nb-collection__body[class]{margin-top:calc(var(--nb-block-top-spacing)*var(--nb-spacing)*1)}.nb-collection__layout{--nb-grid-spacing:calc(var(--nb-spacing)*var(--nb-grid-spacing-modifier)*0.02)}.nb-collection__layout>.nb-collection__layout-item[class]{margin:0}.nb-collection__layout--fixed-width .nb-supernova-item:not(.nb-supernova-item--aspect-ratio-auto) .nb-card__media-image{height:auto;left:0;max-width:none;min-height:100%;min-width:100%;position:absolute;top:0;width:auto}@supports (transform:translate(-50%,-50%)){.nb-collection__layout--fixed-width .nb-supernova-item:not(.nb-supernova-item--aspect-ratio-auto) .nb-card__media-image{left:50%;top:50%;transform:translate(-50%,-50%)}}@supports ((-o-object-fit:cover) or (object-fit:cover)){.nb-collection__layout--fixed-width .nb-supernova-item:not(.nb-supernova-item--aspect-ratio-auto) .nb-card__media-image{height:100%;left:0;min-height:0;min-width:0;-o-object-fit:cover;object-fit:cover;top:0;transform:none;width:100%}}.nb-supernova-item--aspect-ratio-auto .novablocks-media-composition__image{display:block;height:auto;min-height:0;min-width:0;position:static;transform:none;width:100%}.nb-supernova-item--aspect-ratio-auto .novablocks-media-composition__grid-item-media{flex-grow:0}.nb-supernova-item--aspect-ratio-auto .blob-mix{position:relative}.nb-supernova-item--aspect-ratio-auto .blob-mix__mask{height:auto;position:static}.nb-supernova-item--aspect-ratio-auto .blob-mix__media{height:auto;position:relative}.nb-collection__layout--classic,.nb-collection__layout--masonry,.nb-collection__layout--parametric{--nb-collection-columns:var(--nb-collection-columns-count);--nb-collection-columns-below-tablet:1;grid-gap:var(--nb-grid-spacing);display:grid;grid-template-columns:repeat(var(--nb-collection-columns,1),1fr)}.nb-collection__layout--classic>*,.nb-collection__layout--masonry>*,.nb-collection__layout--parametric>*{margin:0;width:100%}@media not screen and (min-width:768px){.nb-collection__layout--classic,.nb-collection__layout--masonry,.nb-collection__layout--parametric{--nb-collection-columns:var(--nb-collection-columns-below-tablet,1)}}.nb-collection__layout-column{display:flex;flex-direction:column;gap:var(--nb-grid-spacing)}.slick-slider{-webkit-tap-highlight-color:transparent;box-sizing:border-box;display:block;position:relative;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:1}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto}.slick-list{display:block;margin:0;overflow:hidden;padding:0;position:relative}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-track{align-items:stretch;display:block;display:flex;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}@media not screen and (min-width:1024px){.nb-collection__layout--carousel{margin-left:calc(var(--nb-sidecar-sides)*-1);margin-right:calc(var(--nb-sidecar-sides)*-1)}}.nb-collection__layout--carousel .slick-slide .nb-collection__layout-item{display:block!important}:is(.slick-arrow,.slick-dots,.specificity.x2){background:transparent}.slick-arrow{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border:none;border-radius:50%;color:transparent;cursor:pointer;display:block;font-size:0px!important;height:60px;line-height:0px;outline:none;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:60px;z-index:1300}.slick-arrow:hover{background:transparent;color:transparent;outline:none}.slick-arrow:hover:before{opacity:1}.slick-arrow:hover:after{opacity:0.6}.slick-arrow:before{color:#fff;display:block;font-size:20px;height:32px;left:50%;line-height:1;opacity:1;position:absolute;top:50%;width:32px;z-index:1}.slick-arrow.slick-disabled:before{opacity:0.25}.slick-arrow.slick-hidden{display:none}.slick-arrow:after{background-color:#000;border:0;border-radius:50%;content:"";display:block;height:100%;margin-top:0;opacity:0.15;transform:none;transition:opacity 0.15s ease-in;width:100%}.slick-prev{left:25px}.slick-prev:before{content:"←"}.slick-next{right:25px}.slick-next:before{content:"→"}.slick-dots{display:block;list-style:none;margin:0;padding:var(--nb-spacing) 0 0 0;text-align:center;width:100%;z-index:1300}.slick-dots li{cursor:pointer;display:inline-block;position:relative}.slick-dots li button{background:none!important;border:0!important;border-bottom:2px solid transparent!important;border-radius:0!important;color:inherit!important;cursor:pointer;margin:0 calc(var(--nb-spacing)/3);outline:0;padding:0!important;transition:opacity .15s ease}.slick-dots li button:hover{opacity:.6;outline:none}.slick-dots li button:hover:before{opacity:1}.slick-dots li.slick-active button{border-bottom-color:currentColor!important}.slick-dots li.slick-active button:before{color:#000;opacity:1}.nb-supernova--card-layout-stacked.nb-supernova--1-columns.alignfull.nb-supernova--show-pagination .nb-collection__layout--carousel .nb-supernova-item__inner-container{--nb-supernova-item-carousel-padding-bottom:calc(var(--nb-spacing)*2 + var(--current-font-size)*var(--current-line-height))}.nb-supernova--card-layout-stacked.nb-supernova--1-columns.alignfull .nb-collection__layout--carousel .slick-dots{bottom:0;padding-bottom:var(--nb-spacing);position:absolute}.nb-collection__layout--variable-width .nb-supernova-item__media-aspect-ratio>*{position:relative}@media only screen and (min-width:1024px){.nb-supernova:is(:not(.nb-supernova--card-layout-stacked.nb-supernova--1-columns),.nb-supernova--carousel-layout-variable) .slick-track{gap:var(--nb-grid-spacing)}}@media not screen and (min-width:1024px){.nb-supernova .slick-slide{padding-left:calc(var(--nb-grid-spacing)/4);padding-right:calc(var(--nb-grid-spacing)/4)}}.nb-supernova-item__content{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.nb-supernova-item__content:after,.nb-supernova-item__content:before{content:"";display:block;flex:1 0 auto;height:0}.nb-supernova-item__content--valign-bottom:after,.nb-supernova-item__content--valign-top:before{flex-grow:0}.nb-supernova--halign-left{text-align:left}.nb-supernova--halign-center{text-align:center}.nb-supernova--halign-right{text-align:right}.nb-supernova--halign-left .nb-supernova-item__inner-container[class]>*{margin-left:0}.nb-supernova--halign-right .nb-supernova-item__inner-container[class]>*{margin-right:0}@media not screen and (min-width:768px){.wp-block-query .nb-supernova--layout-carousel{text-align:center}.wp-block-query .nb-supernova--layout-carousel .nb-card__buttons,.wp-block-query .nb-supernova--layout-carousel .nb-card__description{display:none}.wp-block-query .nb-supernova--layout-carousel:not(.nb-supernova--card-layout-stacked){--nb-card-media-padding-top:100%!important}}.components-toolbar-group [aria-label="Grid view"],.components-toolbar-group [aria-label="List view"]{display:none}.nb-supernova[class*=sm-variation-]:not(.sm-color-signal-0){--emphasis-area-width:calc(var(--nb-emphasis-area, 100)*1%);--emphasis-area-gradient-direction:90deg;background:none!important;position:relative}.nb-supernova[class*=sm-variation-]:not(.sm-color-signal-0):before{background:linear-gradient(var(--emphasis-area-gradient-direction),var(--sm-current-bg-color,var(--nb-bg-color)) 0,var(--sm-current-bg-color,var(--nb-bg-color)) var(--emphasis-area-width),transparent var(--emphasis-area-width));bottom:0;content:"";grid-column:var(--block-full-start)/var(--block-full-end);left:0;position:absolute;right:0;top:0}.nb-supernova.nb-supernova--card-layout-horizontal{--emphasis-area-gradient-direction:-90deg}.nb-supernova-item.nb-supernova-item--layout-stacked{--nb-block-minimum-height:calc(var(--nb-minimum-container-height) - var(--admin-bar-height, 0px) - var(--nb-promo-bar-height, 0px));min-height:var(--nb-block-minimum-height)}.nb-supernova-item.nb-supernova-item--layout-stacked.nb-supernova-item--scrolling-effect-doppler{--nb-block-minimum-height:calc(var(--nb-minimum-container-height)*2 - var(--admin-bar-height, 0px) - var(--nb-promo-bar-height, 0px))}.nb-supernova-item.nb-supernova-item--layout-stacked .nb-supernova-item__content{min-height:calc(var(--nb-minimum-container-height) - var(--admin-bar-height, 0px) - var(--nb-promo-bar-height, 0px))}.nb-supernova .nb-collection__header[class]{padding-bottom:calc(var(--emphasis-top-spacing)*-1*var(--nb-spacing))}.nb-collection__inner-container{position:relative}
  • nova-blocks/trunk/build/collection/style-rtl.css

    r2710156 r2721032  
    1 @media only screen and (min-width:768px){:is(.nb-supernova--3-columns,.nb-supernova--4-columns) .nb-collection__layout--classic :is(.nb-supernova-item--layout-vertical,.nb-supernova-item--layout-vertical-reverse,.nb-supernova-item--layout-stacked) .nb-card__description{--font-size-modifier:0.95}.nb-supernova--2-columns .nb-collection__layout--classic :is(.nb-supernova-item--layout-horizontal,.nb-supernova-item--layout-horizontal-reverse){--nb-spacing-base:0.5}.nb-supernova--2-columns .nb-collection__layout--classic :is(.nb-supernova-item--layout-horizontal,.nb-supernova-item--layout-horizontal-reverse) .nb-card__description{--font-size-modifier:0.95}:is(.nb-supernova--3-columns,.nb-supernova--4-columns) .nb-collection__layout--classic :is(.nb-supernova-item--layout-horizontal,.nb-supernova-item--layout-horizontal-reverse){--nb-spacing-base:0.5}:is(.nb-supernova--3-columns,.nb-supernova--4-columns) .nb-collection__layout--classic :is(.nb-supernova-item--layout-horizontal,.nb-supernova-item--layout-horizontal-reverse) .nb-card__description{--font-size-modifier:0.84}}.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-l .nb-card__title,.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xl .nb-card__title{--font-size-modifier:1.8}.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-m .nb-card__title{--font-size-modifier:1.4}.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xs{--grid-item-content-display:none;--grid-item-buttons-display:none}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xs{--font-size-modifier:0.8}.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xs .nb-card__subtitle,.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xs .nb-card__title{--font-size-modifier:0.75}}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-full .nb-card__title{--font-size-modifier:1.8}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xl .nb-card__title{--font-size-modifier:1.4}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-m{--font-size-modifier:0.8}}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-s,.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xs{--card-image-width:40%}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-s{--grid-item-content-display:none;--grid-item-buttons-display:none;--font-size-modifier:0.8}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-s .nb-card__subtitle,.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-s .nb-card__title{--font-size-modifier:0.75}}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xs{--grid-item-content-display:none;--grid-item-buttons-display:none;--font-size-modifier:0.8}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xs{--font-size-modifier:0.75}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xs .nb-card__title{--font-size-modifier:0.56}}.nb-collection__layout--parametric .nb-card__title{display:var(--grid-item-title-display,block)}.nb-collection__layout--parametric .nb-card__subtitle{display:var(--grid-item-subtitle-display,block)}.nb-collection__layout--parametric .nb-card__description{display:var(--grid-item-content-display,block)}.nb-collection__layout--parametric .nb-card__buttons{display:var(--grid-item-buttons-display,block)}.nb-collection__layout--parametric .nb-card__meta{display:var(--grid-item-meta-display,block)}.nb-grid{grid-gap:var(--nb-grid-spacing)}.nb-grid .nb-grid__item{--theme-content-width-normal:100%}.nb-grid__area+.nb-grid__area,.nb-grid__area>*+*{margin-top:var(--nb-grid-spacing)}.nb-grid__area{overflow:hidden;position:relative}.nb-grid__column:first-child .nb-grid__area:first-child:last-child{position:-webkit-sticky;position:sticky;top:var(--nb-grid-spacing)}.nb-grid__debug{bottom:0;display:none;left:0;padding:10px;position:absolute;right:0;top:0}.nb-grid--scaled{transform:scale(0.5);transform-origin:50% 0}.nb-grid--mask .nb-grid__debug{display:block}.nb-grid--mask .nb-grid__area{border:2px dashed var(--nb-purple)}.nb-grid--mask .nb-grid__item{border:2px dashed var(--nb-green)}.nb-grid--mask .nb-grid__item .novablocks-block__content{opacity:0}.nb-scroll-indicator{background:none!important;bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;position:absolute;right:0;transition:all .3s ease-out;transition-property:opacity;z-index:10}.nb-scroll-indicator svg{fill:var(--sm-current-bg-color,var(--nb-bg-color))}.nb-scroll-indicator:after{border:2px solid var(--sm-current-fg2-color,var(--nb-fg2-color));border-right:0;border-top:0;content:"";height:12px;position:absolute;right:50%;top:50%;transform:translate(50%,-70%) rotate(-45deg);width:12px}.nb-scroll-indicator--hidden{opacity:0}.nb-scroll-indicator:not(.nb-scroll-indicator--middle){background:none;bottom:0;color:var(--sm-current-bg-color,var(--nb-bg-color));height:50px;margin-left:auto;margin-right:auto;width:160px;z-index:1}.nb-scroll-indicator:not(.nb-scroll-indicator--middle):after{color:var(--sm-current-fg2-color,var(--nb-fg2-color))}.nb-scroll-indicator--middle[class]{background-color:transparent;color:inherit}.nb-scroll-indicator--middle svg{opacity:0}[class*=c-bully],[class*=c-bully]:after,[class*=c-bully]:before{box-sizing:border-box}.c-bully{color:#000;font-size:12px;left:0;margin-left:30px;position:fixed;top:50%;transform:translateY(-50%);z-index:9000}.c-bully--inversed{color:#fff}.c-bully__bullet{cursor:pointer;opacity:0;padding:0.5em}.c-bully__bullet:after{border:0.175em solid;border-radius:50%;content:"";display:block;height:1em;width:1em;will-change:transform}.c-bully__bullet--active{position:absolute;right:0;top:0;transition:top 0.2s ease-out}.c-bully__bullet--active:before{background:currentColor;border-radius:50%;content:"";height:1em;position:absolute;right:50%;top:50%;transform:translate(50%,-50%) scale(1.2);width:1em}.c-bully__bullet--active:after{border-color:transparent}.c-bully__bullet--pop{-webkit-animation:bully-pop 0.6s cubic-bezier(0.485,1.63,0.43,2) forwards,fade-in 0.2s ease-out 0.2s forwards;animation:bully-pop 0.6s cubic-bezier(0.485,1.63,0.43,2) forwards,fade-in 0.2s ease-out 0.2s forwards}.c-bully__bullet--squash{-webkit-animation:bully-squash 0.2s ease-out forwards;animation:bully-squash 0.2s ease-out forwards;opacity:1}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes bully-pop{50%{transform:scale(0.7)}to{transform:scale(1)}}@keyframes bully-pop{50%{transform:scale(0.7)}to{transform:scale(1)}}@-webkit-keyframes bully-squash{50%{transform:scale(0.6,1.8)}to{transform:scale(1)}}@keyframes bully-squash{50%{transform:scale(0.6,1.8)}to{transform:scale(1)}}.slick-slide{opacity:1!important}.slick-slide>*{overflow:hidden}.slick-slide--current{z-index:1100!important}.slick-slide--next{z-index:1200!important}
     1@media only screen and (min-width:768px){:is(.nb-supernova--3-columns,.nb-supernova--4-columns) .nb-collection__layout--classic :is(.nb-supernova-item--layout-vertical,.nb-supernova-item--layout-vertical-reverse,.nb-supernova-item--layout-stacked) .nb-card__description{--font-size-modifier:0.95}.nb-supernova--2-columns .nb-collection__layout--classic :is(.nb-supernova-item--layout-horizontal,.nb-supernova-item--layout-horizontal-reverse){--nb-spacing-base:0.5}.nb-supernova--2-columns .nb-collection__layout--classic :is(.nb-supernova-item--layout-horizontal,.nb-supernova-item--layout-horizontal-reverse) .nb-card__description{--font-size-modifier:0.95}:is(.nb-supernova--3-columns,.nb-supernova--4-columns) .nb-collection__layout--classic :is(.nb-supernova-item--layout-horizontal,.nb-supernova-item--layout-horizontal-reverse){--nb-spacing-base:0.5}:is(.nb-supernova--3-columns,.nb-supernova--4-columns) .nb-collection__layout--classic :is(.nb-supernova-item--layout-horizontal,.nb-supernova-item--layout-horizontal-reverse) .nb-card__description{--font-size-modifier:0.84}}.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-l .nb-card__title,.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xl .nb-card__title{--font-size-modifier:1.8}.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-m .nb-card__title{--font-size-modifier:1.4}.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xs{--grid-item-content-display:none;--grid-item-buttons-display:none}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xs{--font-size-modifier:0.8}.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xs .nb-card__subtitle,.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xs .nb-card__title{--font-size-modifier:0.75}}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-full .nb-card__title{--font-size-modifier:1.8}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xl .nb-card__title{--font-size-modifier:1.4}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-m{--font-size-modifier:0.8}}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-s,.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xs{--card-image-width:40%}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-s{--grid-item-content-display:none;--grid-item-buttons-display:none;--font-size-modifier:0.8}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-s .nb-card__subtitle,.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-s .nb-card__title{--font-size-modifier:0.75}}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xs{--grid-item-content-display:none;--grid-item-buttons-display:none;--font-size-modifier:0.8}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xs{--font-size-modifier:0.75}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xs .nb-card__title{--font-size-modifier:0.56}}.nb-collection__layout--parametric .nb-card__title{display:var(--grid-item-title-display,block)}.nb-collection__layout--parametric .nb-card__subtitle{display:var(--grid-item-subtitle-display,block)}.nb-collection__layout--parametric .nb-card__description{display:var(--grid-item-content-display,block)}.nb-collection__layout--parametric .nb-card__buttons{display:var(--grid-item-buttons-display,block)}.nb-collection__layout--parametric .nb-card__meta{display:var(--grid-item-meta-display,block)}.nb-grid{grid-gap:var(--nb-grid-spacing)}.nb-grid .nb-grid__item{--theme-content-width-normal:100%}.nb-grid__area+.nb-grid__area,.nb-grid__area>*+*{margin-top:var(--nb-grid-spacing)}.nb-grid__area{overflow:hidden;position:relative}.nb-grid__column:first-child .nb-grid__area:first-child:last-child{position:-webkit-sticky;position:sticky;top:var(--nb-grid-spacing)}.nb-grid__debug{bottom:0;display:none;left:0;padding:10px;position:absolute;right:0;top:0}.nb-grid--scaled{transform:scale(0.5);transform-origin:50% 0}.nb-grid--mask .nb-grid__debug{display:block}.nb-grid--mask .nb-grid__area{border:2px dashed var(--nb-purple)}.nb-grid--mask .nb-grid__item{border:2px dashed var(--nb-green)}.nb-grid--mask .nb-grid__item .novablocks-block__content{opacity:0}.nb-scroll-indicator{background:none!important;bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;position:absolute;right:0;transition:all .3s ease-out;transition-property:opacity;z-index:10}.nb-scroll-indicator svg{fill:var(--sm-current-bg-color,var(--nb-bg-color))}.nb-scroll-indicator:after{border:2px solid var(--sm-current-fg2-color,var(--nb-fg2-color));border-right:0;border-top:0;content:"";height:12px;position:absolute;right:50%;top:50%;transform:translate(50%,-70%) rotate(-45deg);width:12px}.nb-scroll-indicator--middle.nb-scroll-indicator--hidden{opacity:0}.nb-scroll-indicator:not(.nb-scroll-indicator--middle){background:none;bottom:0;color:var(--sm-current-bg-color,var(--nb-bg-color));height:50px;margin-left:auto;margin-right:auto;width:160px;z-index:1}.nb-scroll-indicator:not(.nb-scroll-indicator--middle):after{color:var(--sm-current-fg2-color,var(--nb-fg2-color))}.nb-scroll-indicator--middle[class]{background-color:transparent;color:inherit}.nb-scroll-indicator--middle svg{opacity:0}[class*=c-bully],[class*=c-bully]:after,[class*=c-bully]:before{box-sizing:border-box}.c-bully{color:#000;font-size:12px;left:0;margin-left:30px;position:fixed;top:50%;transform:translateY(-50%);z-index:9000}.c-bully--inversed{color:#fff}.c-bully__bullet{cursor:pointer;opacity:0;padding:0.5em}.c-bully__bullet:after{border:0.175em solid;border-radius:50%;content:"";display:block;height:1em;width:1em;will-change:transform}.c-bully__bullet--active{position:absolute;right:0;top:0;transition:top 0.2s ease-out}.c-bully__bullet--active:before{background:currentColor;border-radius:50%;content:"";height:1em;position:absolute;right:50%;top:50%;transform:translate(50%,-50%) scale(1.2);width:1em}.c-bully__bullet--active:after{border-color:transparent}.c-bully__bullet--pop{-webkit-animation:bully-pop 0.6s cubic-bezier(0.485,1.63,0.43,2) forwards,fade-in 0.2s ease-out 0.2s forwards;animation:bully-pop 0.6s cubic-bezier(0.485,1.63,0.43,2) forwards,fade-in 0.2s ease-out 0.2s forwards}.c-bully__bullet--squash{-webkit-animation:bully-squash 0.2s ease-out forwards;animation:bully-squash 0.2s ease-out forwards;opacity:1}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes bully-pop{50%{transform:scale(0.7)}to{transform:scale(1)}}@keyframes bully-pop{50%{transform:scale(0.7)}to{transform:scale(1)}}@-webkit-keyframes bully-squash{50%{transform:scale(0.6,1.8)}to{transform:scale(1)}}@keyframes bully-squash{50%{transform:scale(0.6,1.8)}to{transform:scale(1)}}.slick-slide{opacity:1!important}.slick-slide>*{overflow:hidden}.slick-slide--current{z-index:1100!important}.slick-slide--next{z-index:1200!important}
  • nova-blocks/trunk/build/collection/style.css

    r2710156 r2721032  
    1 @media only screen and (min-width:768px){:is(.nb-supernova--3-columns,.nb-supernova--4-columns) .nb-collection__layout--classic :is(.nb-supernova-item--layout-vertical,.nb-supernova-item--layout-vertical-reverse,.nb-supernova-item--layout-stacked) .nb-card__description{--font-size-modifier:0.95}.nb-supernova--2-columns .nb-collection__layout--classic :is(.nb-supernova-item--layout-horizontal,.nb-supernova-item--layout-horizontal-reverse){--nb-spacing-base:0.5}.nb-supernova--2-columns .nb-collection__layout--classic :is(.nb-supernova-item--layout-horizontal,.nb-supernova-item--layout-horizontal-reverse) .nb-card__description{--font-size-modifier:0.95}:is(.nb-supernova--3-columns,.nb-supernova--4-columns) .nb-collection__layout--classic :is(.nb-supernova-item--layout-horizontal,.nb-supernova-item--layout-horizontal-reverse){--nb-spacing-base:0.5}:is(.nb-supernova--3-columns,.nb-supernova--4-columns) .nb-collection__layout--classic :is(.nb-supernova-item--layout-horizontal,.nb-supernova-item--layout-horizontal-reverse) .nb-card__description{--font-size-modifier:0.84}}.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-l .nb-card__title,.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xl .nb-card__title{--font-size-modifier:1.8}.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-m .nb-card__title{--font-size-modifier:1.4}.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xs{--grid-item-content-display:none;--grid-item-buttons-display:none}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xs{--font-size-modifier:0.8}.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xs .nb-card__subtitle,.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xs .nb-card__title{--font-size-modifier:0.75}}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-full .nb-card__title{--font-size-modifier:1.8}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xl .nb-card__title{--font-size-modifier:1.4}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-m{--font-size-modifier:0.8}}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-s,.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xs{--card-image-width:40%}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-s{--grid-item-content-display:none;--grid-item-buttons-display:none;--font-size-modifier:0.8}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-s .nb-card__subtitle,.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-s .nb-card__title{--font-size-modifier:0.75}}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xs{--grid-item-content-display:none;--grid-item-buttons-display:none;--font-size-modifier:0.8}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xs{--font-size-modifier:0.75}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xs .nb-card__title{--font-size-modifier:0.56}}.nb-collection__layout--parametric .nb-card__title{display:var(--grid-item-title-display,block)}.nb-collection__layout--parametric .nb-card__subtitle{display:var(--grid-item-subtitle-display,block)}.nb-collection__layout--parametric .nb-card__description{display:var(--grid-item-content-display,block)}.nb-collection__layout--parametric .nb-card__buttons{display:var(--grid-item-buttons-display,block)}.nb-collection__layout--parametric .nb-card__meta{display:var(--grid-item-meta-display,block)}.nb-grid{grid-gap:var(--nb-grid-spacing)}.nb-grid .nb-grid__item{--theme-content-width-normal:100%}.nb-grid__area+.nb-grid__area,.nb-grid__area>*+*{margin-top:var(--nb-grid-spacing)}.nb-grid__area{overflow:hidden;position:relative}.nb-grid__column:first-child .nb-grid__area:first-child:last-child{position:-webkit-sticky;position:sticky;top:var(--nb-grid-spacing)}.nb-grid__debug{bottom:0;display:none;left:0;padding:10px;position:absolute;right:0;top:0}.nb-grid--scaled{transform:scale(0.5);transform-origin:50% 0}.nb-grid--mask .nb-grid__debug{display:block}.nb-grid--mask .nb-grid__area{border:2px dashed var(--nb-purple)}.nb-grid--mask .nb-grid__item{border:2px dashed var(--nb-green)}.nb-grid--mask .nb-grid__item .novablocks-block__content{opacity:0}.nb-scroll-indicator{background:none!important;bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;position:absolute;right:0;transition:all .3s ease-out;transition-property:opacity;z-index:10}.nb-scroll-indicator svg{fill:var(--sm-current-bg-color,var(--nb-bg-color))}.nb-scroll-indicator:after{border:2px solid var(--sm-current-fg2-color,var(--nb-fg2-color));border-left:0;border-top:0;content:"";height:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-70%) rotate(45deg);width:12px}.nb-scroll-indicator--hidden{opacity:0}.nb-scroll-indicator:not(.nb-scroll-indicator--middle){background:none;bottom:0;color:var(--sm-current-bg-color,var(--nb-bg-color));height:50px;margin-left:auto;margin-right:auto;width:160px;z-index:1}.nb-scroll-indicator:not(.nb-scroll-indicator--middle):after{color:var(--sm-current-fg2-color,var(--nb-fg2-color))}.nb-scroll-indicator--middle[class]{background-color:transparent;color:inherit}.nb-scroll-indicator--middle svg{opacity:0}[class*=c-bully],[class*=c-bully]:after,[class*=c-bully]:before{box-sizing:border-box}.c-bully{color:#000;font-size:12px;margin-right:30px;position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:9000}.c-bully--inversed{color:#fff}.c-bully__bullet{cursor:pointer;opacity:0;padding:0.5em}.c-bully__bullet:after{border:0.175em solid;border-radius:50%;content:"";display:block;height:1em;width:1em;will-change:transform}.c-bully__bullet--active{left:0;position:absolute;top:0;transition:top 0.2s ease-out}.c-bully__bullet--active:before{background:currentColor;border-radius:50%;content:"";height:1em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(1.2);width:1em}.c-bully__bullet--active:after{border-color:transparent}.c-bully__bullet--pop{-webkit-animation:bully-pop 0.6s cubic-bezier(0.485,1.63,0.43,2) forwards,fade-in 0.2s ease-out 0.2s forwards;animation:bully-pop 0.6s cubic-bezier(0.485,1.63,0.43,2) forwards,fade-in 0.2s ease-out 0.2s forwards}.c-bully__bullet--squash{-webkit-animation:bully-squash 0.2s ease-out forwards;animation:bully-squash 0.2s ease-out forwards;opacity:1}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes bully-pop{50%{transform:scale(0.7)}to{transform:scale(1)}}@keyframes bully-pop{50%{transform:scale(0.7)}to{transform:scale(1)}}@-webkit-keyframes bully-squash{50%{transform:scale(0.6,1.8)}to{transform:scale(1)}}@keyframes bully-squash{50%{transform:scale(0.6,1.8)}to{transform:scale(1)}}.slick-slide{opacity:1!important}.slick-slide>*{overflow:hidden}.slick-slide--current{z-index:1100!important}.slick-slide--next{z-index:1200!important}
     1@media only screen and (min-width:768px){:is(.nb-supernova--3-columns,.nb-supernova--4-columns) .nb-collection__layout--classic :is(.nb-supernova-item--layout-vertical,.nb-supernova-item--layout-vertical-reverse,.nb-supernova-item--layout-stacked) .nb-card__description{--font-size-modifier:0.95}.nb-supernova--2-columns .nb-collection__layout--classic :is(.nb-supernova-item--layout-horizontal,.nb-supernova-item--layout-horizontal-reverse){--nb-spacing-base:0.5}.nb-supernova--2-columns .nb-collection__layout--classic :is(.nb-supernova-item--layout-horizontal,.nb-supernova-item--layout-horizontal-reverse) .nb-card__description{--font-size-modifier:0.95}:is(.nb-supernova--3-columns,.nb-supernova--4-columns) .nb-collection__layout--classic :is(.nb-supernova-item--layout-horizontal,.nb-supernova-item--layout-horizontal-reverse){--nb-spacing-base:0.5}:is(.nb-supernova--3-columns,.nb-supernova--4-columns) .nb-collection__layout--classic :is(.nb-supernova-item--layout-horizontal,.nb-supernova-item--layout-horizontal-reverse) .nb-card__description{--font-size-modifier:0.84}}.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-l .nb-card__title,.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xl .nb-card__title{--font-size-modifier:1.8}.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-m .nb-card__title{--font-size-modifier:1.4}.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xs{--grid-item-content-display:none;--grid-item-buttons-display:none}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xs{--font-size-modifier:0.8}.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xs .nb-card__subtitle,.nb-collection__layout--parametric .nb-grid__area--portrait.nb-grid__area--width-xs .nb-card__title{--font-size-modifier:0.75}}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-full .nb-card__title{--font-size-modifier:1.8}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xl .nb-card__title{--font-size-modifier:1.4}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-m{--font-size-modifier:0.8}}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-s,.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xs{--card-image-width:40%}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-s{--grid-item-content-display:none;--grid-item-buttons-display:none;--font-size-modifier:0.8}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-s .nb-card__subtitle,.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-s .nb-card__title{--font-size-modifier:0.75}}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xs{--grid-item-content-display:none;--grid-item-buttons-display:none;--font-size-modifier:0.8}@media only screen and (min-width:768px){.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xs{--font-size-modifier:0.75}.nb-collection__layout--parametric .nb-grid__area--landscape.nb-grid__area--width-xs .nb-card__title{--font-size-modifier:0.56}}.nb-collection__layout--parametric .nb-card__title{display:var(--grid-item-title-display,block)}.nb-collection__layout--parametric .nb-card__subtitle{display:var(--grid-item-subtitle-display,block)}.nb-collection__layout--parametric .nb-card__description{display:var(--grid-item-content-display,block)}.nb-collection__layout--parametric .nb-card__buttons{display:var(--grid-item-buttons-display,block)}.nb-collection__layout--parametric .nb-card__meta{display:var(--grid-item-meta-display,block)}.nb-grid{grid-gap:var(--nb-grid-spacing)}.nb-grid .nb-grid__item{--theme-content-width-normal:100%}.nb-grid__area+.nb-grid__area,.nb-grid__area>*+*{margin-top:var(--nb-grid-spacing)}.nb-grid__area{overflow:hidden;position:relative}.nb-grid__column:first-child .nb-grid__area:first-child:last-child{position:-webkit-sticky;position:sticky;top:var(--nb-grid-spacing)}.nb-grid__debug{bottom:0;display:none;left:0;padding:10px;position:absolute;right:0;top:0}.nb-grid--scaled{transform:scale(0.5);transform-origin:50% 0}.nb-grid--mask .nb-grid__debug{display:block}.nb-grid--mask .nb-grid__area{border:2px dashed var(--nb-purple)}.nb-grid--mask .nb-grid__item{border:2px dashed var(--nb-green)}.nb-grid--mask .nb-grid__item .novablocks-block__content{opacity:0}.nb-scroll-indicator{background:none!important;bottom:0;cursor:pointer;display:flex;justify-content:center;left:0;position:absolute;right:0;transition:all .3s ease-out;transition-property:opacity;z-index:10}.nb-scroll-indicator svg{fill:var(--sm-current-bg-color,var(--nb-bg-color))}.nb-scroll-indicator:after{border:2px solid var(--sm-current-fg2-color,var(--nb-fg2-color));border-left:0;border-top:0;content:"";height:12px;left:50%;position:absolute;top:50%;transform:translate(-50%,-70%) rotate(45deg);width:12px}.nb-scroll-indicator--middle.nb-scroll-indicator--hidden{opacity:0}.nb-scroll-indicator:not(.nb-scroll-indicator--middle){background:none;bottom:0;color:var(--sm-current-bg-color,var(--nb-bg-color));height:50px;margin-left:auto;margin-right:auto;width:160px;z-index:1}.nb-scroll-indicator:not(.nb-scroll-indicator--middle):after{color:var(--sm-current-fg2-color,var(--nb-fg2-color))}.nb-scroll-indicator--middle[class]{background-color:transparent;color:inherit}.nb-scroll-indicator--middle svg{opacity:0}[class*=c-bully],[class*=c-bully]:after,[class*=c-bully]:before{box-sizing:border-box}.c-bully{color:#000;font-size:12px;margin-right:30px;position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:9000}.c-bully--inversed{color:#fff}.c-bully__bullet{cursor:pointer;opacity:0;padding:0.5em}.c-bully__bullet:after{border:0.175em solid;border-radius:50%;content:"";display:block;height:1em;width:1em;will-change:transform}.c-bully__bullet--active{left:0;position:absolute;top:0;transition:top 0.2s ease-out}.c-bully__bullet--active:before{background:currentColor;border-radius:50%;content:"";height:1em;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%) scale(1.2);width:1em}.c-bully__bullet--active:after{border-color:transparent}.c-bully__bullet--pop{-webkit-animation:bully-pop 0.6s cubic-bezier(0.485,1.63,0.43,2) forwards,fade-in 0.2s ease-out 0.2s forwards;animation:bully-pop 0.6s cubic-bezier(0.485,1.63,0.43,2) forwards,fade-in 0.2s ease-out 0.2s forwards}.c-bully__bullet--squash{-webkit-animation:bully-squash 0.2s ease-out forwards;animation:bully-squash 0.2s ease-out forwards;opacity:1}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes bully-pop{50%{transform:scale(0.7)}to{transform:scale(1)}}@keyframes bully-pop{50%{transform:scale(0.7)}to{transform:scale(1)}}@-webkit-keyframes bully-squash{50%{transform:scale(0.6,1.8)}to{transform:scale(1)}}@keyframes bully-squash{50%{transform:scale(0.6,1.8)}to{transform:scale(1)}}.slick-slide{opacity:1!important}.slick-slide>*{overflow:hidden}.slick-slide--current{z-index:1100!important}.slick-slide--next{z-index:1200!important}
  • nova-blocks/trunk/build/core/index.asset.php

    r2719178 r2721032  
    1 <?php return array('dependencies' => array('novablocks-block-editor', 'novablocks-utils', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill'), 'version' => '2173a149c0ae7b899ea0176782fbb0f5');
     1<?php return array('dependencies' => array('novablocks-block-editor', 'novablocks-utils', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-element', 'wp-hooks', 'wp-i18n', 'wp-polyfill'), 'version' => 'ebb8cd9d10dc9b1ad164769fae80cc0c');
  • nova-blocks/trunk/build/core/index.js

    r2719178 r2721032  
    1 this.novablocks=this.novablocks||{},this.novablocks.core=function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=72)}({0:function(t,e){t.exports=window.wp.element},1:function(t,e){t.exports=window.wp.i18n},10:function(t,e,n){(function(e){var n;n=function(){"use strict";var t=function(t){var e=t.id,n=t.viewBox,r=t.content;this.id=e,this.viewBox=n,this.content=r};function n(t,e){return t(e={exports:{}},e.exports),e.exports}t.prototype.stringify=function(){return this.content},t.prototype.toString=function(){return this.stringify()},t.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))},"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var r=n((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var o;return n&&!0===n.clone&&t(e)?r((o=e,Array.isArray(o)?[]:{}),e,n):e}function n(n,o,i){var c=n.slice();return o.forEach((function(o,a){void 0===c[a]?c[a]=e(o,i):t(o)?c[a]=r(n[a],o,i):-1===n.indexOf(o)&&c.push(e(o,i))})),c}function r(o,i,c){var a=Array.isArray(i),s=(c||{arrayMerge:n}).arrayMerge||n;return a?Array.isArray(o)?s(o,i,c):e(i,c):function(n,o,i){var c={};return t(n)&&Object.keys(n).forEach((function(t){c[t]=e(n[t],i)})),Object.keys(o).forEach((function(a){t(o[a])&&n[a]?c[a]=r(n[a],o[a],i):c[a]=e(o[a],i)})),c}(o,i,c)}return r.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return r(t,n,e)}))},r}()})),o=n((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),i=o.svg,c=o.xlink,a={};a[i.name]=i.uri,a[c.name]=c.uri;var s=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(r(a,e||{}))+">"+t+"</svg>"};return function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n}(s(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(t)},t.exports=n()}).call(this,n(27))},11:function(t,e,n){(function(e){var n;n=function(){"use strict";function t(t,e){return t(e={exports:{}},e.exports),e.exports}"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var n=t((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var o;return n&&!0===n.clone&&t(e)?r((o=e,Array.isArray(o)?[]:{}),e,n):e}function n(n,o,i){var c=n.slice();return o.forEach((function(o,a){void 0===c[a]?c[a]=e(o,i):t(o)?c[a]=r(n[a],o,i):-1===n.indexOf(o)&&c.push(e(o,i))})),c}function r(o,i,c){var a=Array.isArray(i),s=(c||{arrayMerge:n}).arrayMerge||n;return a?Array.isArray(o)?s(o,i,c):e(i,c):function(n,o,i){var c={};return t(n)&&Object.keys(n).forEach((function(t){c[t]=e(n[t],i)})),Object.keys(o).forEach((function(a){t(o[a])&&n[a]?c[a]=r(n[a],o[a],i):c[a]=e(o[a],i)})),c}(o,i,c)}return r.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return r(t,n,e)}))},r}()})),r=t((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),o=r.svg,i=r.xlink,c={};c[o.name]=o.uri,c[i.name]=i.uri;var a,s=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(c,e||{}))+">"+t+"</svg>"},u=r.svg,l=r.xlink,p={attrs:(a={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},a[u.name]=u.uri,a[l.name]=l.uri,a)},f=function(t){this.config=n(p,t||{}),this.symbols=[]};f.prototype.add=function(t){var e=this.symbols,n=this.find(t.id);return n?(e[e.indexOf(n)]=t,!1):(e.push(t),!0)},f.prototype.remove=function(t){var e=this.symbols,n=this.find(t);return!!n&&(e.splice(e.indexOf(n),1),n.destroy(),!0)},f.prototype.find=function(t){return this.symbols.filter((function(e){return e.id===t}))[0]||null},f.prototype.has=function(t){return null!==this.find(t)},f.prototype.stringify=function(){var t=this.config.attrs,e=this.symbols.map((function(t){return t.stringify()})).join("");return s(e,t)},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){this.symbols.forEach((function(t){return t.destroy()}))};var d=function(t){var e=t.id,n=t.viewBox,r=t.content;this.id=e,this.viewBox=n,this.content=r};d.prototype.stringify=function(){return this.content},d.prototype.toString=function(){return this.stringify()},d.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var b=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n},y=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return b(s(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(d),g={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},v=function(t){return Array.prototype.slice.call(t,0)},m=function(){return/firefox/i.test(navigator.userAgent)},h=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},O=function(){return/edge/i.test(navigator.userAgent)},j=function(t){return(t||window.location.href).split("#")[0]},w=function(t){angular.module("ng").run(["$rootScope",function(e){e.$on("$locationChangeSuccess",(function(e,n,r){var o,i,c;o=t,i={oldUrl:r,newUrl:n},(c=document.createEvent("CustomEvent")).initCustomEvent(o,!1,!1,i),window.dispatchEvent(c)}))}])},S=function(t,e){return void 0===e&&(e="linearGradient, radialGradient, pattern, mask, clipPath"),v(t.querySelectorAll("symbol")).forEach((function(t){v(t.querySelectorAll(e)).forEach((function(e){t.parentNode.insertBefore(e,t)}))})),t},k=r.xlink.uri,E=/[{}|\\\^\[\]`"<>]/g;function P(t){return t.replace(E,(function(t){return"%"+t[0].charCodeAt(0).toString(16).toUpperCase()}))}var _,x=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],C=x.map((function(t){return"["+t+"]"})).join(","),A=function(t,e,n,r){var o=P(n),i=P(r);(function(t,e){return v(t).reduce((function(t,n){if(!n.attributes)return t;var r=v(n.attributes),o=e?r.filter(e):r;return t.concat(o)}),[])})(t.querySelectorAll(C),(function(t){var e=t.localName,n=t.value;return-1!==x.indexOf(e)&&-1!==n.indexOf("url("+o)})).forEach((function(t){return t.value=t.value.replace(new RegExp(o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(t,e,n){v(t).forEach((function(t){var r=t.getAttribute("xlink:href");if(r&&0===r.indexOf(e)){var o=r.replace(e,n);t.setAttributeNS(k,"xlink:href",o)}}))}(e,o,i)},B="mount",D="symbol_mount",T=function(t){function e(e){var r=this;void 0===e&&(e={}),t.call(this,n(g,e));var o,i=(o=o||Object.create(null),{on:function(t,e){(o[t]||(o[t]=[])).push(e)},off:function(t,e){o[t]&&o[t].splice(o[t].indexOf(e)>>>0,1)},emit:function(t,e){(o[t]||[]).map((function(t){t(e)})),(o["*"]||[]).map((function(n){n(t,e)}))}});this._emitter=i,this.node=null;var c=this.config;if(c.autoConfigure&&this._autoConfigure(e),c.syncUrlsWithBaseTag){var a=document.getElementsByTagName("base")[0].getAttribute("href");i.on(B,(function(){return r.updateUrls("#",a)}))}var s=this._handleLocationChange.bind(this);this._handleLocationChange=s,c.listenLocationChangeEvent&&window.addEventListener(c.locationChangeEvent,s),c.locationChangeAngularEmitter&&w(c.locationChangeEvent),i.on(B,(function(t){c.moveGradientsOutsideSymbol&&S(t)})),i.on(D,(function(t){var e;c.moveGradientsOutsideSymbol&&S(t.parentNode),(h()||O())&&(e=[],v(t.querySelectorAll("style")).forEach((function(t){t.textContent+="",e.push(t)})))}))}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var r={isMounted:{}};return r.isMounted.get=function(){return!!this.node},e.prototype._autoConfigure=function(t){var e=this.config;void 0===t.syncUrlsWithBaseTag&&(e.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===t.locationChangeAngularEmitter&&(e.locationChangeAngularEmitter=void 0!==window.angular),void 0===t.moveGradientsOutsideSymbol&&(e.moveGradientsOutsideSymbol=m())},e.prototype._handleLocationChange=function(t){var e=t.detail,n=e.oldUrl,r=e.newUrl;this.updateUrls(n,r)},e.prototype.add=function(e){var n=t.prototype.add.call(this,e);return this.isMounted&&n&&(e.mount(this.node),this._emitter.emit(D,e.node)),n},e.prototype.attach=function(t){var e=this,n=this;if(n.isMounted)return n.node;var r="string"==typeof t?document.querySelector(t):t;return n.node=r,this.symbols.forEach((function(t){t.mount(n.node),e._emitter.emit(D,t.node)})),v(r.querySelectorAll("symbol")).forEach((function(t){var e=y.createFromExistingNode(t);e.node=t,n.add(e)})),this._emitter.emit(B,r),r},e.prototype.destroy=function(){var t=this.config,e=this.symbols,n=this._emitter;e.forEach((function(t){return t.destroy()})),n.off("*"),window.removeEventListener(t.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},e.prototype.mount=function(t,e){if(void 0===t&&(t=this.config.mountTo),void 0===e&&(e=!1),this.isMounted)return this.node;var n="string"==typeof t?document.querySelector(t):t,r=this.render();return this.node=r,e&&n.childNodes[0]?n.insertBefore(r,n.childNodes[0]):n.appendChild(r),this._emitter.emit(B,r),r},e.prototype.render=function(){return b(this.stringify())},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},e.prototype.updateUrls=function(t,e){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return A(this.node,n,j(t)+"#",j(e)+"#"),!0},Object.defineProperties(e.prototype,r),e}(f),M=t((function(t){var e,n,r,o,i;t.exports=(n=[],r=document,o=r.documentElement.doScroll,(i=(o?/^loaded|^c/:/^loaded|^i|^c/).test(r.readyState))||r.addEventListener("DOMContentLoaded",e=function(){for(r.removeEventListener("DOMContentLoaded",e),i=1;e=n.shift();)e()}),function(t){i?setTimeout(t,0):n.push(t)})}));window.__SVG_SPRITE__?_=window.__SVG_SPRITE__:(_=new T({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=_);var N=function(){var t=document.getElementById("__SVG_SPRITE_NODE__");t?_.attach(t):_.mount(document.body,!0)};return document.body?N():M(N),_},t.exports=n()}).call(this,n(27))},13:function(t,e){t.exports=window.wp.blockEditor},20:function(t,e){t.exports=window.wp.blocks},22:function(t,e,n){var r;
     1this.novablocks=this.novablocks||{},this.novablocks.core=function(t){var e={};function n(r){if(e[r])return e[r].exports;var o=e[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,n),o.l=!0,o.exports}return n.m=t,n.c=e,n.d=function(t,e,r){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:r})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var r=Object.create(null);if(n.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var o in t)n.d(r,o,function(e){return t[e]}.bind(null,o));return r},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=72)}({0:function(t,e){t.exports=window.wp.element},1:function(t,e){t.exports=window.wp.i18n},10:function(t,e,n){(function(e){var n;n=function(){"use strict";var t=function(t){var e=t.id,n=t.viewBox,r=t.content;this.id=e,this.viewBox=n,this.content=r};function n(t,e){return t(e={exports:{}},e.exports),e.exports}t.prototype.stringify=function(){return this.content},t.prototype.toString=function(){return this.stringify()},t.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))},"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var r=n((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var o;return n&&!0===n.clone&&t(e)?r((o=e,Array.isArray(o)?[]:{}),e,n):e}function n(n,o,i){var c=n.slice();return o.forEach((function(o,a){void 0===c[a]?c[a]=e(o,i):t(o)?c[a]=r(n[a],o,i):-1===n.indexOf(o)&&c.push(e(o,i))})),c}function r(o,i,c){var a=Array.isArray(i),s=(c||{arrayMerge:n}).arrayMerge||n;return a?Array.isArray(o)?s(o,i,c):e(i,c):function(n,o,i){var c={};return t(n)&&Object.keys(n).forEach((function(t){c[t]=e(n[t],i)})),Object.keys(o).forEach((function(a){t(o[a])&&n[a]?c[a]=r(n[a],o[a],i):c[a]=e(o[a],i)})),c}(o,i,c)}return r.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return r(t,n,e)}))},r}()})),o=n((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),i=o.svg,c=o.xlink,a={};a[i.name]=i.uri,a[c.name]=c.uri;var s=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(r(a,e||{}))+">"+t+"</svg>"};return function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n}(s(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(t)},t.exports=n()}).call(this,n(27))},11:function(t,e,n){(function(e){var n;n=function(){"use strict";function t(t,e){return t(e={exports:{}},e.exports),e.exports}"undefined"!=typeof window?window:void 0!==e||"undefined"!=typeof self&&self;var n=t((function(t,e){t.exports=function(){function t(t){return t&&"object"==typeof t&&"[object RegExp]"!==Object.prototype.toString.call(t)&&"[object Date]"!==Object.prototype.toString.call(t)}function e(e,n){var o;return n&&!0===n.clone&&t(e)?r((o=e,Array.isArray(o)?[]:{}),e,n):e}function n(n,o,i){var c=n.slice();return o.forEach((function(o,a){void 0===c[a]?c[a]=e(o,i):t(o)?c[a]=r(n[a],o,i):-1===n.indexOf(o)&&c.push(e(o,i))})),c}function r(o,i,c){var a=Array.isArray(i),s=(c||{arrayMerge:n}).arrayMerge||n;return a?Array.isArray(o)?s(o,i,c):e(i,c):function(n,o,i){var c={};return t(n)&&Object.keys(n).forEach((function(t){c[t]=e(n[t],i)})),Object.keys(o).forEach((function(a){t(o[a])&&n[a]?c[a]=r(n[a],o[a],i):c[a]=e(o[a],i)})),c}(o,i,c)}return r.all=function(t,e){if(!Array.isArray(t)||t.length<2)throw new Error("first argument should be an array with at least two elements");return t.reduce((function(t,n){return r(t,n,e)}))},r}()})),r=t((function(t,e){e.default={svg:{name:"xmlns",uri:"http://www.w3.org/2000/svg"},xlink:{name:"xmlns:xlink",uri:"http://www.w3.org/1999/xlink"}},t.exports=e.default})),o=r.svg,i=r.xlink,c={};c[o.name]=o.uri,c[i.name]=i.uri;var a,s=function(t,e){return void 0===t&&(t=""),"<svg "+function(t){return Object.keys(t).map((function(e){return e+'="'+t[e].toString().replace(/"/g,"&quot;")+'"'})).join(" ")}(n(c,e||{}))+">"+t+"</svg>"},u=r.svg,l=r.xlink,p={attrs:(a={style:["position: absolute","width: 0","height: 0"].join("; "),"aria-hidden":"true"},a[u.name]=u.uri,a[l.name]=l.uri,a)},f=function(t){this.config=n(p,t||{}),this.symbols=[]};f.prototype.add=function(t){var e=this.symbols,n=this.find(t.id);return n?(e[e.indexOf(n)]=t,!1):(e.push(t),!0)},f.prototype.remove=function(t){var e=this.symbols,n=this.find(t);return!!n&&(e.splice(e.indexOf(n),1),n.destroy(),!0)},f.prototype.find=function(t){return this.symbols.filter((function(e){return e.id===t}))[0]||null},f.prototype.has=function(t){return null!==this.find(t)},f.prototype.stringify=function(){var t=this.config.attrs,e=this.symbols.map((function(t){return t.stringify()})).join("");return s(e,t)},f.prototype.toString=function(){return this.stringify()},f.prototype.destroy=function(){this.symbols.forEach((function(t){return t.destroy()}))};var d=function(t){var e=t.id,n=t.viewBox,r=t.content;this.id=e,this.viewBox=n,this.content=r};d.prototype.stringify=function(){return this.content},d.prototype.toString=function(){return this.stringify()},d.prototype.destroy=function(){var t=this;["id","viewBox","content"].forEach((function(e){return delete t[e]}))};var b=function(t){var e=!!document.importNode,n=(new DOMParser).parseFromString(t,"image/svg+xml").documentElement;return e?document.importNode(n,!0):n},y=function(t){function e(){t.apply(this,arguments)}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var n={isMounted:{}};return n.isMounted.get=function(){return!!this.node},e.createFromExistingNode=function(t){return new e({id:t.getAttribute("id"),viewBox:t.getAttribute("viewBox"),content:t.outerHTML})},e.prototype.destroy=function(){this.isMounted&&this.unmount(),t.prototype.destroy.call(this)},e.prototype.mount=function(t){if(this.isMounted)return this.node;var e="string"==typeof t?document.querySelector(t):t,n=this.render();return this.node=n,e.appendChild(n),n},e.prototype.render=function(){var t=this.stringify();return b(s(t)).childNodes[0]},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},Object.defineProperties(e.prototype,n),e}(d),v={autoConfigure:!0,mountTo:"body",syncUrlsWithBaseTag:!1,listenLocationChangeEvent:!0,locationChangeEvent:"locationChange",locationChangeAngularEmitter:!1,usagesToUpdate:"use[*|href]",moveGradientsOutsideSymbol:!1},g=function(t){return Array.prototype.slice.call(t,0)},m=function(){return/firefox/i.test(navigator.userAgent)},h=function(){return/msie/i.test(navigator.userAgent)||/trident/i.test(navigator.userAgent)},O=function(){return/edge/i.test(navigator.userAgent)},j=function(t){return(t||window.location.href).split("#")[0]},w=function(t){angular.module("ng").run(["$rootScope",function(e){e.$on("$locationChangeSuccess",(function(e,n,r){var o,i,c;o=t,i={oldUrl:r,newUrl:n},(c=document.createEvent("CustomEvent")).initCustomEvent(o,!1,!1,i),window.dispatchEvent(c)}))}])},k=function(t,e){return void 0===e&&(e="linearGradient, radialGradient, pattern, mask, clipPath"),g(t.querySelectorAll("symbol")).forEach((function(t){g(t.querySelectorAll(e)).forEach((function(e){t.parentNode.insertBefore(e,t)}))})),t},S=r.xlink.uri,E=/[{}|\\\^\[\]`"<>]/g;function P(t){return t.replace(E,(function(t){return"%"+t[0].charCodeAt(0).toString(16).toUpperCase()}))}var _,x=["clipPath","colorProfile","src","cursor","fill","filter","marker","markerStart","markerMid","markerEnd","mask","stroke","style"],C=x.map((function(t){return"["+t+"]"})).join(","),A=function(t,e,n,r){var o=P(n),i=P(r);(function(t,e){return g(t).reduce((function(t,n){if(!n.attributes)return t;var r=g(n.attributes),o=e?r.filter(e):r;return t.concat(o)}),[])})(t.querySelectorAll(C),(function(t){var e=t.localName,n=t.value;return-1!==x.indexOf(e)&&-1!==n.indexOf("url("+o)})).forEach((function(t){return t.value=t.value.replace(new RegExp(o.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),"g"),i)})),function(t,e,n){g(t).forEach((function(t){var r=t.getAttribute("xlink:href");if(r&&0===r.indexOf(e)){var o=r.replace(e,n);t.setAttributeNS(S,"xlink:href",o)}}))}(e,o,i)},B="mount",D="symbol_mount",T=function(t){function e(e){var r=this;void 0===e&&(e={}),t.call(this,n(v,e));var o,i=(o=o||Object.create(null),{on:function(t,e){(o[t]||(o[t]=[])).push(e)},off:function(t,e){o[t]&&o[t].splice(o[t].indexOf(e)>>>0,1)},emit:function(t,e){(o[t]||[]).map((function(t){t(e)})),(o["*"]||[]).map((function(n){n(t,e)}))}});this._emitter=i,this.node=null;var c=this.config;if(c.autoConfigure&&this._autoConfigure(e),c.syncUrlsWithBaseTag){var a=document.getElementsByTagName("base")[0].getAttribute("href");i.on(B,(function(){return r.updateUrls("#",a)}))}var s=this._handleLocationChange.bind(this);this._handleLocationChange=s,c.listenLocationChangeEvent&&window.addEventListener(c.locationChangeEvent,s),c.locationChangeAngularEmitter&&w(c.locationChangeEvent),i.on(B,(function(t){c.moveGradientsOutsideSymbol&&k(t)})),i.on(D,(function(t){var e;c.moveGradientsOutsideSymbol&&k(t.parentNode),(h()||O())&&(e=[],g(t.querySelectorAll("style")).forEach((function(t){t.textContent+="",e.push(t)})))}))}t&&(e.__proto__=t),e.prototype=Object.create(t&&t.prototype),e.prototype.constructor=e;var r={isMounted:{}};return r.isMounted.get=function(){return!!this.node},e.prototype._autoConfigure=function(t){var e=this.config;void 0===t.syncUrlsWithBaseTag&&(e.syncUrlsWithBaseTag=void 0!==document.getElementsByTagName("base")[0]),void 0===t.locationChangeAngularEmitter&&(e.locationChangeAngularEmitter=void 0!==window.angular),void 0===t.moveGradientsOutsideSymbol&&(e.moveGradientsOutsideSymbol=m())},e.prototype._handleLocationChange=function(t){var e=t.detail,n=e.oldUrl,r=e.newUrl;this.updateUrls(n,r)},e.prototype.add=function(e){var n=t.prototype.add.call(this,e);return this.isMounted&&n&&(e.mount(this.node),this._emitter.emit(D,e.node)),n},e.prototype.attach=function(t){var e=this,n=this;if(n.isMounted)return n.node;var r="string"==typeof t?document.querySelector(t):t;return n.node=r,this.symbols.forEach((function(t){t.mount(n.node),e._emitter.emit(D,t.node)})),g(r.querySelectorAll("symbol")).forEach((function(t){var e=y.createFromExistingNode(t);e.node=t,n.add(e)})),this._emitter.emit(B,r),r},e.prototype.destroy=function(){var t=this.config,e=this.symbols,n=this._emitter;e.forEach((function(t){return t.destroy()})),n.off("*"),window.removeEventListener(t.locationChangeEvent,this._handleLocationChange),this.isMounted&&this.unmount()},e.prototype.mount=function(t,e){if(void 0===t&&(t=this.config.mountTo),void 0===e&&(e=!1),this.isMounted)return this.node;var n="string"==typeof t?document.querySelector(t):t,r=this.render();return this.node=r,e&&n.childNodes[0]?n.insertBefore(r,n.childNodes[0]):n.appendChild(r),this._emitter.emit(B,r),r},e.prototype.render=function(){return b(this.stringify())},e.prototype.unmount=function(){this.node.parentNode.removeChild(this.node)},e.prototype.updateUrls=function(t,e){if(!this.isMounted)return!1;var n=document.querySelectorAll(this.config.usagesToUpdate);return A(this.node,n,j(t)+"#",j(e)+"#"),!0},Object.defineProperties(e.prototype,r),e}(f),M=t((function(t){var e,n,r,o,i;t.exports=(n=[],r=document,o=r.documentElement.doScroll,(i=(o?/^loaded|^c/:/^loaded|^i|^c/).test(r.readyState))||r.addEventListener("DOMContentLoaded",e=function(){for(r.removeEventListener("DOMContentLoaded",e),i=1;e=n.shift();)e()}),function(t){i?setTimeout(t,0):n.push(t)})}));window.__SVG_SPRITE__?_=window.__SVG_SPRITE__:(_=new T({attrs:{id:"__SVG_SPRITE_NODE__","aria-hidden":"true"}}),window.__SVG_SPRITE__=_);var N=function(){var t=document.getElementById("__SVG_SPRITE_NODE__");t?_.attach(t):_.mount(document.body,!0)};return document.body?N():M(N),_},t.exports=n()}).call(this,n(27))},13:function(t,e){t.exports=window.wp.blockEditor},20:function(t,e){t.exports=window.wp.blocks},22:function(t,e,n){var r;
    22/*!
    33  Copyright (c) 2018 Jed Watson.
    44  Licensed under the MIT License (MIT), see
    55  http://jedwatson.github.io/classnames
    6 */!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var t=[],e=0;e<arguments.length;e++){var r=arguments[e];if(r){var i=typeof r;if("string"===i||"number"===i)t.push(r);else if(Array.isArray(r)){if(r.length){var c=o.apply(null,r);c&&t.push(c)}}else if("object"===i)if(r.toString===Object.prototype.toString)for(var a in r)n.call(r,a)&&r[a]&&t.push(a);else t.push(r.toString())}}return t.join(" ")}t.exports?(o.default=o,t.exports=o):void 0===(r=function(){return o}.apply(e,[]))||(t.exports=r)}()},27:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},3:function(t,e){t.exports=window.wp.components},30:function(t,e){t.exports=window.wp.coreData},4:function(t,e){t.exports=window.novablocks.utils},5:function(t,e){t.exports=window.novablocks.blockEditor},6:function(t,e){t.exports=window.wp.hooks},7:function(t,e){t.exports=window.wp.compose},72:function(t,e,n){"use strict";n.r(e),n.d(e,"store",(function(){return w})),n.d(e,"novaBlocks",(function(){return it}));var r={};n.r(r),n.d(r,"getSettings",(function(){return O}));var o={};function i(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}n.r(o),n.d(o,"updateSettings",(function(){return j}));var c=n(8),a=n(20),s=n(5),u=n(4),l=n(10),p=n.n(l),f=n(11),d=n.n(f),b=new p.a({id:"core-icon",use:"core-icon-usage",viewBox:"0 0 36 36",content:'<symbol viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg" id="core-icon"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 18C0 8.059 8.059 0 18 0s18 8.059 18 18-8.059 18-18 18S0 27.941 0 18Zm12.04-4a6.738 6.738 0 0 1 6.697-6h1.684A7.579 7.579 0 0 1 28 15.579v.802c0 4-3.082 7.28-7.001 7.594l.001-.129v-2.573A7.273 7.273 0 0 0 13.727 14H12.04Z" fill="#6565F2" /><path d="M8 21.286A4.286 4.286 0 0 1 12.286 17h1.168A4.546 4.546 0 0 1 18 21.546v1.608A3.846 3.846 0 0 1 14.154 27h-.44A5.714 5.714 0 0 1 8 21.286Z" fill="#FFE42E" /></symbol>'}),y=(d.a.add(b),b);function g(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function v(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function m(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?v(Object(n),!0).forEach((function(e){g(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):v(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var h={settings:{}};function O(t){return t.settings}function j(t){return{type:"UPDATE_SETTINGS",settings:t}}var w=Object(c.registerStore)("novablocks",{reducer:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:h,e=arguments.length>1?arguments[1]:void 0;switch(e.type){case"UPDATE_SETTINGS":return m(m({},t),{},{settings:e.settings})}return t},selectors:r,actions:o}),S=n(6);function k(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function E(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?k(Object(n),!0).forEach((function(e){g(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):k(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var P={colorSignal:{default:1},paletteVariation:{default:1},useSourceColorAsReference:{default:!0}};Object(S.addFilter)("blocks.registerBlockType","novablocks/button/alter-support",(function(t){return"core/button"!==t.name?t:E(E({},t),{},{supports:E(E({},t.supports),{},{novaBlocks:{colorSignal:{attributes:!0,controls:!0,functionalColors:!0,paletteClassname:!0,paletteVariationClassname:!0,colorSignalClassname:!0,minColorSignal:1}}})})}),1);function _(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function x(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?_(Object(n),!0).forEach((function(e){g(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):_(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}Object(S.addFilter)("blocks.registerBlockType","novablocks/button/alter-attributes",(function(t){return"core/button"!==t.name?t:E(E({},t),{},{attributes:E(E({},t.attributes),P)})}),20);Object(S.addFilter)("blocks.registerBlockType","novablocks/columns/settings-add-nb-support",(function(t){return"core/columns"!==t.name?t:x(x({},t),{},{supports:x(x({},t.supports),{},{novaBlocks:{spaceAndSizing:!0}})})}),1);var C=n(22),A=n.n(C),B=n(7);function D(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function T(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?D(Object(n),!0).forEach((function(e){g(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):D(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function M(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function N(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?M(Object(n),!0).forEach((function(e){g(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):M(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}Object(S.addFilter)("blocks.registerBlockType","novablocks/group/settings-add-nb-support",(function(t){return"core/group"!==t.name?t:T(T({},t),{},{supports:T(T({},t.supports),{},{align:["left","right","wide","full"],novaBlocks:{colorSignal:{attributes:!0,controls:!0,functionalColors:!0,paletteClassname:!0,paletteVariationClassname:!0,colorSignalClassname:!0},spaceAndSizing:!0}})})}),1);var F=n(0),L=n(1),G=n(3),I=function(t){var e=t.attributes,n=t.setAttributes,r=e.listStyle;return e.ordered?null:Object(F.createElement)(s.ControlsGroup,{title:Object(L.__)("Marker Settings","nova-blocks")},Object(F.createElement)(G.RadioControl,{key:"novablocks-list-icon-controls",selected:r,className:"novablocks-list-style",onChange:function(t){n({listStyle:t})},options:[{label:"None",value:"list-no-marker"},{label:"Bullet",value:"list-bullet-style"},{label:"Checkmark",value:"list-checkmark-style"}]}))},U=function(t){var e=t.attributes,n=t.setAttributes,r=e.listConnection;return Object(F.createElement)(s.ControlsGroup,{title:Object(L.__)("List Items Connection","nova-blocks")},Object(F.createElement)(G.RadioControl,{key:"novablocks-list-icon-controls",selected:r,className:"novablocks-connection-style",onChange:function(t){n({listConnection:t})},options:[{label:"None",value:"is-style-no-connection"},{label:"Divider",value:"is-style-divider"},{label:"Timeline",value:"is-style-timeline"}]}))},q=function(t){return Object(F.createElement)(s.ControlsSection,{id:"display",label:Object(L.__)("Display","nova-blocks")},Object(F.createElement)(s.ControlsTab,{label:Object(L.__)("Settings","nova-blocks")},Object(F.createElement)(I,t),Object(F.createElement)(U,t)))},V=Object(B.createHigherOrderComponent)((function(t){var e=function(e){var n=e.setControlsVisibility;return Object(F.useEffect)((function(){n({"color-signal-settings":!1,"palette-picker":!1})}),[]),Object(F.createElement)(t,e)};return function(n){return"core/list"!==n.name?Object(F.createElement)(t,n):Object(F.createElement)(F.Fragment,null,Object(F.createElement)(e,n),Object(F.createElement)(q,n))}})),R=function(t){var e=t.listStyle,n=t.listConnection;return A()("nb-list",e,n)},H=function(t){var e=t.values,n=t.start,r=(new DOMParser).parseFromString(e,"text/html").querySelectorAll("body > li").length,o={};return o["--nb-list-start-at"]="".concat(n-1),o["--nb-list-items-count"]="".concat(r+1),o};function $(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function z(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?$(Object(n),!0).forEach((function(e){g(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):$(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function W(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Z(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?W(Object(n),!0).forEach((function(e){g(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):W(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var J=Object(B.createHigherOrderComponent)((function(t){return function(e){var n=e.name,r=e.attributes;if("core/list"!==n)return Object(F.createElement)(t,e);var o=Z(Z({},e),{},{className:A()(e.className,R(r)),wrapperProps:Z(Z({},e.wrapperProps),{},{style:Z(Z({},e.style),H(r))})});return Object(F.createElement)(t,o)}}),"withBlockEditProps");function K(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function Q(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],c=!0,a=!1;try{for(n=n.call(t);!(c=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);c=!0);}catch(t){a=!0,o=t}finally{try{c||null==n.return||n.return()}finally{if(a)throw o}}return i}}(t,e)||function(t,e){if(t){if("string"==typeof t)return K(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?K(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}Object(S.addFilter)("blocks.registerBlockType","novablocks/list/settings",(function(t){return"core/list"!==t.name?t:N(N({},t),{},{attributes:N(N({},t.attributes),{},{listStyle:{type:"string",default:"list-bullet-style"},listConnection:{type:"string",default:"is-style-no-connection"}}),supports:N(N({},t.supports),{},{novaBlocks:{colorSignal:{colorSignalClassname:!0,attributes:!0,controls:!0,functionalColors:!1,paletteClassname:!0,paletteVariationClassname:!1,stickySourceColor:!1}}})})}),1),Object(S.addFilter)("editor.BlockEdit","novablocks/list/list-style",V,1),Object(S.addFilter)("blocks.getSaveContent.extraProps","novablocks/list/with-save-extra-props",(function(t,e,n){return"core/list"!==e.name?t:{className:A()(t.className,R(n)),style:z(z({},t.style),H(n))}}),1),Object(S.addFilter)("editor.BlockListBlock","novablocks/list/with-edit-block-attributes",J,1);var X=n(13),Y=(n(30),Object(B.createHigherOrderComponent)((function(t){return function(e){e.name;var n=e.clientId,r=Object(s.useInnerBlocks)(n),o=Q(Object(s.useMeta)("supernova_prevent_duplicate"),2),i=o[0],c=o[1];return"core/query"===e.name&&r.some((function(t){return"novablocks/supernova"===t.name}))?Object(F.createElement)(F.Fragment,null,Object(F.createElement)(X.InspectorAdvancedControls,null,Object(F.createElement)(G.ToggleControl,{label:Object(L.__)("Prevent duplicate posts","nova-blocks"),checked:i,onChange:function(t){c(t)}})),Object(F.createElement)(t,e)):Object(F.createElement)(t,e)}})));function tt(){return(tt=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t}).apply(this,arguments)}Object(S.addFilter)("editor.BlockEdit","novablocks/list/list-style",Y,1),Object(a.registerBlockStyle)("core/quote",{name:"large",label:"Grande"});var et=function(t){return function(e){var n=e.attributes,r=e.setControlsVisibility;return Object(F.useEffect)((function(){r({"content-top-spacing":!1,"content-bottom-spacing":!1})}),[n]),Object(F.createElement)(t,e)}}((function(t){var e,n=t.attributes,r=Object(s.useSettings)(),o=(n.align,A()("wp-block-separator",t.className)),i=Object(X.useBlockProps)({className:o,style:t.style});return Object(F.createElement)("div",tt({},i,{dangerouslySetInnerHTML:{__html:null==r||null===(e=r.separator)||void 0===e?void 0:e.markup}}))}));function nt(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function rt(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?nt(Object(n),!0).forEach((function(e){g(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):nt(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var ot={colorSignal:{default:3},paletteVariation:{default:12},align:{type:"string",default:"none"}};Object(S.addFilter)("blocks.registerBlockType","novablocks/separator/alter-support",(function(t){return"core/separator"!==t.name?t:rt(rt({},t),{},{supports:rt(rt({},t.supports),{},{align:["wide","full"],novaBlocks:{colorSignal:{attributes:!0,controls:!0,functionalColors:!1,paletteClassname:!0,paletteVariationClassname:!0,colorSignalClassname:!0,stickySourceColor:!1,minColorSignal:1},spaceAndSizing:!0}}),edit:et,save:function(t){var e,n=t.className,r=(t.attributes.align,Object(c.select)("novablocks").getSettings()),o=X.useBlockProps.save({className:n});return Object(F.createElement)("div",tt({},o,{dangerouslySetInnerHTML:{__html:null==r||null===(e=r.separator)||void 0===e?void 0:e.markup}}))}})}),1);Object(S.addFilter)("blocks.registerBlockType","novablocks/separator/alter-attributes",(function(t){return"core/separator"!==t.name?t:rt(rt({},t),{},{attributes:rt(rt({},t.attributes),ot)})}),20);var it=function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)}var e,n,r;return e=t,(n=[{key:"initialize",value:function(t){Object(c.dispatch)("novablocks").updateSettings(t),Object(a.updateCategory)("nova-blocks",{icon:Object(s.getSvg)(y)}),ct()}}])&&i(e.prototype,n),r&&i(e,r),Object.defineProperty(e,"prototype",{writable:!1}),t}(),ct=function(){wp.data.subscribe(Object(u.debounce)((function(){var t=Object(u.getContentBlocksArray)();Object(u.cleanupBreakClasses)(),t.forEach(u.maybeAddBreakClassesToElement)}),100))};wp.novaBlocks=new it},8:function(t,e){t.exports=window.wp.data}});
     6*/!function(){"use strict";var n={}.hasOwnProperty;function o(){for(var t=[],e=0;e<arguments.length;e++){var r=arguments[e];if(r){var i=typeof r;if("string"===i||"number"===i)t.push(r);else if(Array.isArray(r)){if(r.length){var c=o.apply(null,r);c&&t.push(c)}}else if("object"===i)if(r.toString===Object.prototype.toString)for(var a in r)n.call(r,a)&&r[a]&&t.push(a);else t.push(r.toString())}}return t.join(" ")}t.exports?(o.default=o,t.exports=o):void 0===(r=function(){return o}.apply(e,[]))||(t.exports=r)}()},27:function(t,e){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(t){"object"==typeof window&&(n=window)}t.exports=n},3:function(t,e){t.exports=window.wp.components},30:function(t,e){t.exports=window.wp.coreData},4:function(t,e){t.exports=window.novablocks.utils},5:function(t,e){t.exports=window.novablocks.blockEditor},6:function(t,e){t.exports=window.wp.hooks},7:function(t,e){t.exports=window.wp.compose},72:function(t,e,n){"use strict";n.r(e),n.d(e,"store",(function(){return w})),n.d(e,"novaBlocks",(function(){return it}));var r={};n.r(r),n.d(r,"getSettings",(function(){return O}));var o={};function i(t,e){for(var n=0;n<e.length;n++){var r=e[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(t,r.key,r)}}n.r(o),n.d(o,"updateSettings",(function(){return j}));var c=n(8),a=n(20),s=n(5),u=n(4),l=n(10),p=n.n(l),f=n(11),d=n.n(f),b=new p.a({id:"core-icon",use:"core-icon-usage",viewBox:"0 0 36 36",content:'<symbol viewBox="0 0 36 36" fill="none" xmlns="http://www.w3.org/2000/svg" id="core-icon"><path fill-rule="evenodd" clip-rule="evenodd" d="M0 18C0 8.059 8.059 0 18 0s18 8.059 18 18-8.059 18-18 18S0 27.941 0 18Zm12.04-4a6.738 6.738 0 0 1 6.697-6h1.684A7.579 7.579 0 0 1 28 15.579v.802c0 4-3.082 7.28-7.001 7.594l.001-.129v-2.573A7.273 7.273 0 0 0 13.727 14H12.04Z" fill="#6565F2" /><path d="M8 21.286A4.286 4.286 0 0 1 12.286 17h1.168A4.546 4.546 0 0 1 18 21.546v1.608A3.846 3.846 0 0 1 14.154 27h-.44A5.714 5.714 0 0 1 8 21.286Z" fill="#FFE42E" /></symbol>'}),y=(d.a.add(b),b);function v(t,e,n){return e in t?Object.defineProperty(t,e,{value:n,enumerable:!0,configurable:!0,writable:!0}):t[e]=n,t}function g(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function m(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?g(Object(n),!0).forEach((function(e){v(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):g(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var h={settings:{}};function O(t){return t.settings}function j(t){return{type:"UPDATE_SETTINGS",settings:t}}var w=Object(c.registerStore)("novablocks",{reducer:function(){var t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:h,e=arguments.length>1?arguments[1]:void 0;switch(e.type){case"UPDATE_SETTINGS":return m(m({},t),{},{settings:e.settings})}return t},selectors:r,actions:o}),k=n(6);function S(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function E(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?S(Object(n),!0).forEach((function(e){v(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):S(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var P={colorSignal:{default:1},paletteVariation:{default:1},useSourceColorAsReference:{default:!0}};Object(k.addFilter)("blocks.registerBlockType","novablocks/button/alter-support",(function(t){return"core/button"!==t.name?t:E(E({},t),{},{supports:E(E({},t.supports),{},{novaBlocks:{colorSignal:{attributes:!0,controls:!0,functionalColors:!0,paletteClassname:!0,paletteVariationClassname:!0,colorSignalClassname:!0,minColorSignal:1}}})})}),1);function _(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function x(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?_(Object(n),!0).forEach((function(e){v(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):_(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}Object(k.addFilter)("blocks.registerBlockType","novablocks/button/alter-attributes",(function(t){return"core/button"!==t.name?t:E(E({},t),{},{attributes:E(E({},t.attributes),P)})}),20);Object(k.addFilter)("blocks.registerBlockType","novablocks/columns/settings-add-nb-support",(function(t){return"core/columns"!==t.name?t:x(x({},t),{},{supports:x(x({},t.supports),{},{novaBlocks:{spaceAndSizing:!0}})})}),1);var C=n(22),A=n.n(C),B=n(7);function D(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function T(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?D(Object(n),!0).forEach((function(e){v(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):D(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function M(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function N(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?M(Object(n),!0).forEach((function(e){v(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):M(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}Object(k.addFilter)("blocks.registerBlockType","novablocks/group/settings-add-nb-support",(function(t){return"core/group"!==t.name?t:T(T({},t),{},{supports:T(T({},t.supports),{},{align:["left","right","wide","full"],novaBlocks:{colorSignal:{attributes:!0,controls:!0,functionalColors:!0,paletteClassname:!0,paletteVariationClassname:!0,colorSignalClassname:!0},spaceAndSizing:!0}})})}),1);var F=n(0),L=n(1),G=n(3),I=function(t){var e=t.attributes,n=t.setAttributes,r=e.listStyle;return e.ordered?null:Object(F.createElement)(s.ControlsGroup,{title:Object(L.__)("Marker Settings","nova-blocks")},Object(F.createElement)(G.RadioControl,{key:"novablocks-list-icon-controls",selected:r,className:"novablocks-list-style",onChange:function(t){n({listStyle:t})},options:[{label:"None",value:"list-no-marker"},{label:"Bullet",value:"list-bullet-style"},{label:"Checkmark",value:"list-checkmark-style"}]}))},U=function(t){var e=t.attributes,n=t.setAttributes,r=e.listConnection;return Object(F.createElement)(s.ControlsGroup,{title:Object(L.__)("List Items Connection","nova-blocks")},Object(F.createElement)(G.RadioControl,{key:"novablocks-list-icon-controls",selected:r,className:"novablocks-connection-style",onChange:function(t){n({listConnection:t})},options:[{label:"None",value:"is-style-no-connection"},{label:"Divider",value:"is-style-divider"},{label:"Timeline",value:"is-style-timeline"}]}))},q=function(t){return Object(F.createElement)(s.ControlsSection,{id:"display",label:Object(L.__)("Display","nova-blocks")},Object(F.createElement)(s.ControlsTab,{label:Object(L.__)("Settings","nova-blocks")},Object(F.createElement)(I,t),Object(F.createElement)(U,t)))},V=Object(B.createHigherOrderComponent)((function(t){var e=function(e){var n=e.setControlsVisibility;return Object(F.useEffect)((function(){n({"color-signal-settings":!1,"palette-picker":!1})}),[]),Object(F.createElement)(t,e)};return function(n){return"core/list"!==n.name?Object(F.createElement)(t,n):Object(F.createElement)(F.Fragment,null,Object(F.createElement)(e,n),Object(F.createElement)(q,n))}})),R=function(t){var e=t.listStyle,n=t.listConnection;return A()("nb-list",e,n)},H=function(t){var e=t.values,n=t.start,r=(new DOMParser).parseFromString(e,"text/html").querySelectorAll("body > li").length,o={};return o["--nb-list-start-at"]="".concat(n-1),o["--nb-list-items-count"]="".concat(r+1),o};function $(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function z(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?$(Object(n),!0).forEach((function(e){v(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):$(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}function W(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function Z(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?W(Object(n),!0).forEach((function(e){v(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):W(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var J=Object(B.createHigherOrderComponent)((function(t){return function(e){var n=e.name,r=e.attributes;if("core/list"!==n)return Object(F.createElement)(t,e);var o=Z(Z({},e),{},{className:A()(e.className,R(r)),wrapperProps:Z(Z({},e.wrapperProps),{},{style:Z(Z({},e.style),H(r))})});return Object(F.createElement)(t,o)}}),"withBlockEditProps");function K(t,e){(null==e||e>t.length)&&(e=t.length);for(var n=0,r=new Array(e);n<e;n++)r[n]=t[n];return r}function Q(t,e){return function(t){if(Array.isArray(t))return t}(t)||function(t,e){var n=null==t?null:"undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(null!=n){var r,o,i=[],c=!0,a=!1;try{for(n=n.call(t);!(c=(r=n.next()).done)&&(i.push(r.value),!e||i.length!==e);c=!0);}catch(t){a=!0,o=t}finally{try{c||null==n.return||n.return()}finally{if(a)throw o}}return i}}(t,e)||function(t,e){if(t){if("string"==typeof t)return K(t,e);var n=Object.prototype.toString.call(t).slice(8,-1);return"Object"===n&&t.constructor&&(n=t.constructor.name),"Map"===n||"Set"===n?Array.from(t):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?K(t,e):void 0}}(t,e)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}Object(k.addFilter)("blocks.registerBlockType","novablocks/list/settings",(function(t){return"core/list"!==t.name?t:N(N({},t),{},{attributes:N(N({},t.attributes),{},{listStyle:{type:"string",default:"list-bullet-style"},listConnection:{type:"string",default:"is-style-no-connection"}}),supports:N(N({},t.supports),{},{novaBlocks:{colorSignal:{colorSignalClassname:!0,attributes:!0,controls:!0,functionalColors:!1,paletteClassname:!0,paletteVariationClassname:!1,stickySourceColor:!1}}})})}),1),Object(k.addFilter)("editor.BlockEdit","novablocks/list/list-style",V,1),Object(k.addFilter)("blocks.getSaveContent.extraProps","novablocks/list/with-save-extra-props",(function(t,e,n){return"core/list"!==e.name?t:{className:A()(t.className,R(n)),style:z(z({},t.style),H(n))}}),1),Object(k.addFilter)("editor.BlockListBlock","novablocks/list/with-edit-block-attributes",J,1);var X=n(13),Y=(n(30),Object(B.createHigherOrderComponent)((function(t){return function(e){e.name;var n=e.clientId,r=Object(s.useInnerBlocks)(n),o=Q(Object(s.useMeta)("supernova_prevent_duplicate"),2),i=o[0],c=o[1];return"core/query"===e.name&&r.some((function(t){return"novablocks/supernova"===t.name}))?Object(F.createElement)(F.Fragment,null,Object(F.createElement)(X.InspectorAdvancedControls,null,Object(F.createElement)(G.ToggleControl,{label:Object(L.__)("Prevent duplicate posts","nova-blocks"),checked:i,onChange:function(t){c(t)}})),Object(F.createElement)(t,e)):Object(F.createElement)(t,e)}})));function tt(){return(tt=Object.assign||function(t){for(var e=1;e<arguments.length;e++){var n=arguments[e];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(t[r]=n[r])}return t}).apply(this,arguments)}Object(k.addFilter)("editor.BlockEdit","novablocks/list/list-style",Y,1),Object(a.registerBlockStyle)("core/quote",{name:"large",label:"Grande"});var et=function(t){return function(e){var n=e.attributes,r=e.setControlsVisibility;return Object(F.useEffect)((function(){r({"content-top-spacing":!1,"content-bottom-spacing":!1})}),[n]),Object(F.createElement)(t,e)}}((function(t){var e,n=t.attributes,r=Object(s.useSettings)(),o=(n.align,A()("wp-block-separator",t.className)),i=Object(X.useBlockProps)({className:o,style:t.style});return Object(F.createElement)("div",tt({},i,{dangerouslySetInnerHTML:{__html:null==r||null===(e=r.separator)||void 0===e?void 0:e.markup}}))}));function nt(t,e){var n=Object.keys(t);if(Object.getOwnPropertySymbols){var r=Object.getOwnPropertySymbols(t);e&&(r=r.filter((function(e){return Object.getOwnPropertyDescriptor(t,e).enumerable}))),n.push.apply(n,r)}return n}function rt(t){for(var e=1;e<arguments.length;e++){var n=null!=arguments[e]?arguments[e]:{};e%2?nt(Object(n),!0).forEach((function(e){v(t,e,n[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(n)):nt(Object(n)).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(n,e))}))}return t}var ot={colorSignal:{default:3},paletteVariation:{default:12},align:{type:"string",default:"none"}};Object(k.addFilter)("blocks.registerBlockType","novablocks/separator/alter-support",(function(t){return"core/separator"!==t.name?t:rt(rt({},t),{},{supports:rt(rt({},t.supports),{},{align:["wide","full"],novaBlocks:{colorSignal:{attributes:!0,controls:!0,functionalColors:!1,paletteClassname:!0,paletteVariationClassname:!0,colorSignalClassname:!0,stickySourceColor:!1,minColorSignal:1},spaceAndSizing:!0}}),edit:et,save:function(t){var e,n=t.className,r=(t.attributes.align,Object(c.select)("novablocks").getSettings()),o=X.useBlockProps.save({className:n});return Object(F.createElement)("div",tt({},o,{dangerouslySetInnerHTML:{__html:null==r||null===(e=r.separator)||void 0===e?void 0:e.markup}}))}})}),1);Object(k.addFilter)("blocks.registerBlockType","novablocks/separator/alter-attributes",(function(t){return"core/separator"!==t.name?t:rt(rt({},t),{},{attributes:rt(rt({},t.attributes),ot)})}),20);var it=function(){function t(){!function(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}(this,t)}var e,n,r;return e=t,(n=[{key:"initialize",value:function(t){Object(c.dispatch)("novablocks").updateSettings(t),Object(a.updateCategory)("nova-blocks",{icon:Object(s.getSvg)(y)}),ct(),at()}}])&&i(e.prototype,n),r&&i(e,r),Object.defineProperty(e,"prototype",{writable:!1}),t}(),ct=function(){wp.data.subscribe(Object(u.debounce)((function(){var t=Object(u.getContentBlocksArray)();Object(u.cleanupBreakClasses)(),t.forEach(u.maybeAddBreakClassesToElement)}),100))},at=function(){wp.data.dispatch("core/edit-post").hideBlockTypes(["novablocks/advanced-gallery","novablocks/cards-collection","novablocks/posts-collection","novablocks/hero","novablocks/media","novablocks/slideshow"])};wp.novaBlocks=new it},8:function(t,e){t.exports=window.wp.data}});
  • nova-blocks/trunk/build/core/style-rtl.css

    r2719178 r2721032  
    1 :root{--nb-spacing:24px;--nb-media-background-direction:90deg;--nb-wrapper-sides-spacings:var(--nb-spacing);--nb-transition-duration:0.5s;--nb-transition-easing:ease;--nb-transition:all var(--nb-transition-duration) var(--nb-transition-easing);--nb-spacing-base:1;--nb-spacing-modifier:1;--nb-spacing-current-multiplier:1;--nb-block-content-box-shadow:0 32px 128px rgba(42,54,52,.1),0 16px 64px rgba(42,54,52,.1),0 8px 16px rgba(42,54,52,.1)}*{--nb-bg-color:var(--sm-current-bg-color,#fff);--nb-accent-color:var(--sm-current-accent-color,#203ab6);--nb-fg1-color:var(--sm-current-fg1-color,#272743);--nb-fg2-color:var(--sm-current-fg2-color,#000043)}.novablocks-u-content-align{display:flex;position:relative;width:100%}.novablocks-u-halign-left .novablocks-u-content-align{justify-content:flex-start;text-align:right}.novablocks-u-halign-center .novablocks-u-content-align{justify-content:center;text-align:center}.novablocks-u-halign-right .novablocks-u-content-align{justify-content:flex-end;text-align:left}.novablocks-u-valign-top .novablocks-u-content-align{align-items:flex-start}.novablocks-u-valign-center .novablocks-u-content-align{align-items:center}.novablocks-u-valign-bottom .novablocks-u-content-align{align-items:flex-end}.novablocks-block{--nb-block-padding:var(--nb-spacing);--nb-block-content-padding:var(--nb-spacing)}.novablocks-media{position:relative;z-index:var(--nb-current-zindex)}.novablocks-block__content[class]{background:none;position:relative;transform:translateZ(0);transition:var(--nb-transition);transition-property:padding,box-shadow}.novablocks-block__content h1,.novablocks-block__content h2,.novablocks-block__content h3,.novablocks-block__content h4,.novablocks-block__content h5,.novablocks-block__content h6{width:100%}.novablocks-block__content:before{background-color:var(--sm-current-bg-color,var(--nb-bg-color));bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0;transition:var(--nb-transition);transition-property:background-color,opacity;z-index:-1}:root{--nb-content-padding-small:5%;--nb-content-padding-medium:10%;--nb-content-padding-large:15%}.novablocks-u-content-padding{--nb-spacing-current-multiplier:2;--nb-content-padding-top:calc(var(--nb-emphasis-top-spacing)*var(--nb-current-spacing));--nb-content-padding-bottom:calc(var(--nb-emphasis-bottom-spacing)*var(--nb-current-spacing));padding-bottom:var(--nb-content-padding-bottom);padding-top:var(--nb-content-padding-top)}.novablocks-u-content-padding>*{--nb-spacing-current-multiplier:1}:is(.wp-site-blocks,.wp-block-column,.wp-block-query,.wp-block-post-content,.wp-block-template-part,.wp-block-media-text__content,.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.block-editor-block-list__layout,.widget,.nb-list,.nb-sidecar,.nb-sidecar-area,.nb-content-layout-grid,.nb-block-spacing-container,.nb-supernova-item__inner-container,.nb-header__inner-container,.specificity.x2)>*{--nb-block-top-spacing:1;--nb-block-bottom-spacing:0;--nb-emphasis-top-spacing:0;--nb-emphasis-bottom-spacing:0;--nb-current-spacing:calc(var(--nb-spacing)*var(--nb-spacing-current-multiplier));margin-bottom:calc(var(--nb-block-bottom-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));margin-top:calc(var(--nb-block-top-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));padding-bottom:calc(var(--nb-emphasis-bottom-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));padding-top:calc(var(--nb-emphasis-top-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1))}:is(.wp-site-blocks,.wp-block-column,.wp-block-query,.wp-block-post-content,.wp-block-template-part,.wp-block-media-text__content,.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.block-editor-block-list__layout,.widget,.nb-list,.nb-sidecar,.nb-sidecar-area,.nb-content-layout-grid,.nb-block-spacing-container,.nb-supernova-item__inner-container,.nb-header__inner-container,.specificity.x2) :is(noscript,style)+*,:is(.wp-site-blocks,.wp-block-column,.wp-block-query,.wp-block-post-content,.wp-block-template-part,.wp-block-media-text__content,.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.block-editor-block-list__layout,.widget,.nb-list,.nb-sidecar,.nb-sidecar-area,.nb-content-layout-grid,.nb-block-spacing-container,.nb-supernova-item__inner-container,.nb-header__inner-container,.specificity.x2)>:first-child{--nb-block-top-spacing:0}:is(.wp-block-row,.specificity.x2){gap:var(--nb-current-spacing)}.wp-block-column[class]{--nb-block-top-spacing:0}[style*="--nb-spacing-modifier"]{--nb-spacing-modifier:1;--nb-spacing-base:calc(var(--nb-spacing-current-multiplier)*var(--nb-spacing-modifier))}[style*="--nb-spacing-modifier"]>*{--nb-spacing-current-multiplier:var(--nb-spacing-base)}[style*="--nb-spacing-modifier"]>[style*="--nb-spacing-modifier"]{--nb-spacing-base:inherit}:is(h1,h2,h3,h4,h5,h6,.specificity.x2):not(:first-child){--nb-block-top-spacing:1.25}:is(h1,h2,h3,h4,h5,h6,.specificity.x2)+:is(p,ul,ol,nav){--nb-block-top-spacing:0.5}:is(h1,h2,h3,h4,h5,h6,.specificity.x2)+:is(h1,h2,h3,h4,h5,h6,.specificity.x2){--nb-block-top-spacing:0.25}.wp-block-row>.wp-block-categories-list{display:flex;flex-wrap:wrap;gap:var(--nb-current-spacing)}:root{--nb-group-padding-toggle:1}.alignleft,.alignnone,.alignright,.alignwide{--nb-group-padding-toggle:0}@media only screen and (min-width:1024px){.nb-sidecar-area{--nb-group-padding-toggle:0}}.wp-block-group[class*=sm-color-signal]:not(.sm-color-signal-0){--nb-group-padding-toggle:1}:is(.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.nb-header-row__inner-container,.specificity.x2.x3){--nb-group-side-padding:calc(var(--nb-wrapper-sides-spacings)*var(--nb-group-padding-toggle));padding-left:var(--nb-group-side-padding);padding-right:var(--nb-group-side-padding)}:is(.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.nb-header-row__inner-container,.specificity.x2.x3)>*{margin-left:auto;margin-right:auto;max-width:var(--nb-content-width)}:is(.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.nb-header-row__inner-container,.specificity.x2.x3)>:is(.alignwide,[data-align=wide]){max-width:var(--nb-container-width)}:is(.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.nb-header-row__inner-container,.specificity.x2.x3)>:is(.alignfull,[data-align=full]){margin-left:calc(var(--nb-group-side-padding)*-1);margin-right:calc(var(--nb-group-side-padding)*-1);max-width:none;width:auto}:is(.wp-block-group__inner-container,.specificity.x2.x3){max-width:none;padding-left:0;padding-right:0}.wp-block-group[class*=sm-color-signal]:not(.sm-color-signal-0):not(:empty){padding:calc(max(0.75 * var(--nb-wrapper-sides-spacings), var(--nb-emphasis-top-spacing) * var(--nb-current-spacing) * var(--nb-spacing-multiplier-override, 1))) var(--nb-wrapper-sides-spacings) calc(max(0.75 * var(--nb-wrapper-sides-spacings), var(--nb-emphasis-bottom-spacing) * var(--nb-current-spacing) * var(--nb-spacing-multiplier-override, 1)))}.wp-block-group:is(.is-layout-flex,.x1.x2)>*{--nb-block-top-spacing:0;--nb-block-bottom-spacing:0;--nb-emphasis-top-spacing:0;--nb-emphasis-bottom-spacing:0;margin-left:0;margin-right:0}.sm-color-signal-0:not(.alignfull):not([data-align=full])>.wp-block-group__inner-container{padding-left:0;padding-right:0}.sm-color-signal-0:not(.alignfull):not([data-align=full])>.wp-block-group__inner-container>:is(.alignfull,[data-align=full]){margin-left:0;margin-right:0}.wp-block-row{align-items:baseline}.wp-block-row--center{justify-content:center}.nb-list{--sm-current-bg-color:inherit!important;--sm-current-accent-color:inherit!important;--sm-current-fg1-color:inherit!important;--sm-current-fg2-color:inherit!important;--nb-list-bullet-color:var(--sm-current-fg1-color,var(--nb-fg1-color));--nb-list-bullet-bg-color:var(--sm-current-bg-color,var(--nb-bg-color));--nb-list-bullet-outline:0.2em;--nb-list-connection-color:var(--sm-current-accent-color,var(--nb-accent-color))}.nb-list.sm-color-signal-1{--nb-list-bullet-color:var(--sm-current-accent-color,var(--nb-accent-color))}.nb-list.sm-color-signal-2{--nb-list-bullet-color:var(--sm-current-bg-color,var(--nb-bg-color));--nb-list-bullet-bg-color:var(--sm-current-fg1-color,var(--nb-fg1-color));--nb-list-bullet-outline:0.4em}.nb-list.sm-color-signal-3{--nb-list-bullet-color:var(--sm-current-bg-color,var(--nb-bg-color));--nb-list-bullet-bg-color:var(--sm-current-accent-color,var(--nb-accent-color));--nb-list-bullet-outline:0.4em}ol.nb-list{--nb-list-counter-style:decimal-leading-zero;counter-reset:li var(--nb-list-start-at,0);font-variant-numeric:tabular-nums lining-nums;position:relative}ol.nb-list:is(.sm-color-signal-2,.sm-color-signal-3){--nb-list-counter-style:decimal}ol.nb-list li{position:relative}ol.nb-list li:after{background-color:transparent;color:var(--nb-list-bullet-color);content:counter(li,var(--nb-list-counter-style))}ol.nb-list:is(.sm-color-signal-0,.sm-color-signal-1){--nb-list-bullet-size:2ch}ol.nb-list:is(.sm-color-signal-2,.sm-color-signal-3) li:after{text-align:center}ol.nb-list>li:after{counter-increment:li}ol.nb-list>li ol{counter-reset:li 0}ol.nb-list>li ol>li:after{counter-increment:li}ol.nb-list[reversed]{counter-reset:li var(--reversed-start-at-value,var(--nb-list-items-count))}ol.nb-list[reversed][start]{--reversed-start-at-value:calc(var(--nb-list-start-at) + 2)}ol.nb-list[reversed]>li:after{counter-increment:li -1}.nb-list{--nb-list-timeline-weight:2px;--nb-list-divider-weight:1px;--nb-list-bullet-size:1.5em;--nb-list-bullet-addon:0em;--nb-list-bullet-spacing:0.4em;--nb-list-line-height:1.5em;--nb-list-decoration-gap:0.5em;--nb-list-spacing:calc(var(--nb-list-bullet-size) + var(--nb-list-decoration-gap));--nb-spacing-modifier:0.5;--nb-spacing-base:calc(var(--nb-spacing-current-multiplier)*var(--nb-spacing-modifier))}.nb-list>*{--nb-spacing-current-multiplier:var(--nb-spacing-base)}.nb-list>.nb-list{--nb-spacing-base:inherit}.nb-list[class][class]{padding-right:0}.nb-list,.nb-list *{list-style:none}.nb-list :is(ul,ol,dl,li:not(:first-child),.increased.specificity){margin-top:var(--nb-current-spacing)}.nb-list:where(.list-bullet-style,.list-checkmark-style) li{position:relative}.nb-list:where(.list-bullet-style,.list-checkmark-style) li:after,.nb-list:where(.list-bullet-style,.list-checkmark-style) li:before{border-radius:50%;content:"";display:block;height:var(--nb-list-bullet-size);line-height:var(--nb-list-bullet-size);position:absolute;right:calc(var(--nb-list-spacing)*-1);top:calc(var(--nb-list-line-height)*0.5 - var(--nb-list-bullet-size)*0.5);width:var(--nb-list-bullet-size)}.nb-list:where(.list-bullet-style,.list-checkmark-style) li:after{background-color:var(--nb-list-bullet-color)}.nb-list:where(.list-bullet-style,.list-checkmark-style) li:before{background-color:var(--nb-list-bullet-bg-color);box-shadow:0 0 0 4px var(--sm-current-bg-color,var(--nb-bg-color))}.nb-list ol,.nb-list ul,.nb-list:is(.is-style-timeline)[class],.nb-list:is(.list-bullet-style,.list-checkmark-style):not(.is-style-divider){padding-right:var(--nb-list-spacing)}.nb-list:where(.list-bullet-style,.list-checkmark-style):where(.is-style-divider) li{padding-right:var(--nb-list-spacing)}.nb-list:where(.list-bullet-style,.list-checkmark-style):where(.is-style-divider) li:after,.nb-list:where(.list-bullet-style,.list-checkmark-style):where(.is-style-divider) li:before{right:0}.nb-list:is(.is-style-divider) li:not(:last-child){border-bottom:var(--nb-list-divider-weight) solid var(--nb-list-connection-color);padding-bottom:var(--nb-current-spacing)}.nb-list:is(.is-style-timeline),.nb-list:is(.is-style-timeline) ol,.nb-list:is(.is-style-timeline) ul{position:relative}.nb-list:is(.is-style-timeline) ol:before,.nb-list:is(.is-style-timeline) ul:before,.nb-list:is(.is-style-timeline):before{background-color:var(--nb-list-connection-color);bottom:calc(var(--nb-list-line-height)*0.5);content:"";opacity:0.25;position:absolute;right:calc(var(--nb-list-bullet-size)*0.5);top:calc(var(--nb-list-line-height)*0.5);transform:translateX(50%);width:var(--nb-list-timeline-weight)}.nb-list:is(.is-style-timeline) li:last-child{box-shadow:var(--sm-current-bg-color,var(--nb-bg-color)) calc((var(--nb-list-spacing)*-1)*-1) calc(var(--nb-list-line-height)*0.5) 0 0}.nb-list:is(.is-style-timeline):where(.list-no-marker){--nb-list-bullet-size:var(--nb-list-timeline-weight)}.nb-list:is(.is-style-timeline):where(.list-no-marker):before{bottom:0;top:0}.nb-list:is(ul.list-bullet-style){--nb-list-bullet-size:0.3em}.nb-list:is(ul.list-bullet-style):is(.sm-color-signal-2,.sm-color-signal-3){--nb-list-bullet-size:0.75em}.nb-list:is(ul.list-bullet-style):is(.sm-color-signal-2,.sm-color-signal-3) li:after{transform:scale(0.4)}.nb-list:is(ul.list-checkmark-style){--nb-list-bullet-size:0.75em}.nb-list:is(ul.list-checkmark-style) li:after{-webkit-mask:url(../../packages/icons/src/svgs/tick.svg) no-repeat 50% 50%;mask:url(../../packages/icons/src/svgs/tick.svg) no-repeat 50% 50%;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.nb-list:is(ul.list-checkmark-style):is(.sm-color-signal-2,.sm-color-signal-3){--nb-list-bullet-size:1.5em}.nb-list:is(ul.list-checkmark-style):is(.sm-color-signal-2,.sm-color-signal-3) li:after{transform:scale(0.5)}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class]){--nb-spacing-modifier:0.5;--nb-spacing-base:calc(var(--nb-spacing-current-multiplier)*var(--nb-spacing-modifier));padding-right:1.1em}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class])>*{--nb-block-top-spacing:1;--nb-block-bottom-spacing:0;--nb-emphasis-top-spacing:0;--nb-emphasis-bottom-spacing:0;--nb-current-spacing:calc(var(--nb-spacing)*var(--nb-spacing-current-multiplier));margin-bottom:calc(var(--nb-block-bottom-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));margin-top:calc(var(--nb-block-top-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));padding-bottom:calc(var(--nb-emphasis-bottom-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));padding-top:calc(var(--nb-emphasis-top-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1))}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class]) :is(noscript,style)+*,:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class])>:first-child{--nb-block-top-spacing:0}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class])>*{--nb-spacing-current-multiplier:var(--nb-spacing-base)}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class])>:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class]){--nb-spacing-base:inherit}:is(.wp-block-separator,#very.specific){background:none;border:0;color:var(--nb-bg-color)}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:auto}:root{--block-content-start:ws;--block-content-end:we;--block-wide-start:ws;--block-wide-end:we;--block-full-start:fs;--block-full-end:fe;--block-left-start:ws;--block-left-end:gs;--block-right-start:ge;--block-right-end:we;--nb-sidecar-gap:calc(var(--nb-spacing)*2);--nb-sidecar-sidebar-small-width:min(288px,20%);--nb-sidecar-sidebar-medium-width:min(330px,25%);--nb-sidecar-sidebar-large-width:min(400px,30%);--nb-sidecar-sidebar-left-width:var(--nb-sidecar-sidebar-small-width);--nb-sidecar-sidebar-right-width:var(--nb-sidecar-sidebar-small-width);--nb-container-width:1200px;--nb-content-width:calc(var(--nb-container-width) - var(--nb-sidecar-sidebar-left-width) - var(--nb-sidecar-sidebar-left-gap) - var(--nb-sidecar-sidebar-right-width) - var(--nb-sidecar-sidebar-right-gap));--nb-sidecar-sides:max(var(--nb-wrapper-sides-spacings),calc((100% - var(--nb-container-width))*0.5));--nb-actual-container-width:min(var(--nb-container-width),calc(100% - var(--nb-wrapper-sides-spacings)*2));--nb-sidecar-sidebar-left-gap:clamp(0px,var(--nb-sidecar-sidebar-left-width) * 999,var(--nb-sidecar-gap));--nb-sidecar-sidebar-left-max-width:calc(var(--nb-actual-container-width)*0.5 - var(--nb-sidecar-gap)*1.5);--nb-sidecar-content-left:calc(50% - var(--nb-sidecar-sides) - var(--nb-sidecar-sidebar-left-width) - var(--nb-sidecar-sidebar-left-gap) - var(--nb-sidecar-gap)*0.5);--nb-sidecar-sidebar-right-gap:clamp(0px,var(--nb-sidecar-sidebar-right-width) * 999,var(--nb-sidecar-gap));--nb-sidecar-sidebar-right-max-width:calc(var(--nb-actual-container-width)*0.5 - var(--nb-sidecar-gap)*1.5);--nb-sidecar-content-right:calc(50% - var(--nb-sidecar-sides) - var(--nb-sidecar-sidebar-right-width) - var(--nb-sidecar-sidebar-right-gap) - var(--nb-sidecar-gap)*0.5)}@media only screen and (min-width:1024px){:root{--block-content-start:cs;--block-content-end:ce}}.break-align-left{--block-wide-start:ws;--block-full-start:fs}.break-align-right{--block-wide-end:we;--block-full-end:fe}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova){--nb-actual-container-width:min(var(--nb-container-width),calc(100% - var(--nb-wrapper-sides-spacings)*2));--nb-sidecar-sidebar-left-gap:clamp(0px,var(--nb-sidecar-sidebar-left-width) * 999,var(--nb-sidecar-gap));--nb-sidecar-sidebar-left-max-width:calc(var(--nb-actual-container-width)*0.5 - var(--nb-sidecar-gap)*1.5);--nb-sidecar-content-left:calc(50% - var(--nb-sidecar-sides) - var(--nb-sidecar-sidebar-left-width) - var(--nb-sidecar-sidebar-left-gap) - var(--nb-sidecar-gap)*0.5);--nb-sidecar-sidebar-right-gap:clamp(0px,var(--nb-sidecar-sidebar-right-width) * 999,var(--nb-sidecar-gap));--nb-sidecar-sidebar-right-max-width:calc(var(--nb-actual-container-width)*0.5 - var(--nb-sidecar-gap)*1.5);--nb-sidecar-content-right:calc(50% - var(--nb-sidecar-sides) - var(--nb-sidecar-sidebar-right-width) - var(--nb-sidecar-sidebar-right-gap) - var(--nb-sidecar-gap)*0.5);display:grid;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;grid-column:fs/fe!important;grid-template-columns:[fs] var(--nb-sidecar-sides) [ws] var(--nb-sidecar-sidebar-left-width) [frs] 1fr [gs] var(--nb-sidecar-sidebar-left-gap) [cs] var(--nb-sidecar-content-left) [gcs] calc(var(--nb-sidecar-gap)/2) [cc] calc(var(--nb-sidecar-gap)/2) [gce] var(--nb-sidecar-content-right) [ce] var(--nb-sidecar-sidebar-right-gap) [ge] 1fr [fre] var(--nb-sidecar-sidebar-right-width) [we] var(--nb-sidecar-sides) [fe];max-width:none}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>.wp-block-image{align-items:center;display:flex;flex-direction:column}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:where(.wp-block)[data-align=left],:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:where(.wp-block)[data-align=right]{height:auto}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:where(.wp-block)[data-align=left]>.wp-block-image,:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:where(.wp-block)[data-align=right]>.wp-block-image{margin:0}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:not(.block-list-appender){max-width:none;width:100%}.editor-styles-wrapper :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>.wp-block{margin-left:0;margin-right:0}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>*{grid-column:var(--block-content-start)/var(--block-content-end)}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignwide,[data-align=wide]){grid-column:var(--block-wide-start)/var(--block-wide-end)}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignfull,[data-align=full]){grid-column:var(--block-full-start)/var(--block-full-end)}@media not screen and (min-width:1024px){:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova){grid-template-columns:[fs] var(--nb-wrapper-sides-spacings) [ws] auto [gs] 0 [cs] 1fr [gcs] 0 [cc] 0 [gce] 1fr [ce] 0 [ge] auto [we] var(--nb-wrapper-sides-spacings) [fe]}:where(:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova))>*{grid-column:ws/we}}@media only screen and (min-width:1024px){.nb-sidecar-area--sidebar :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova){display:block}}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left]),:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right]){-webkit-margin-start:0;-webkit-margin-end:0;float:none;margin-inline-end:0;margin-inline-start:0}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left]).break-align-left,:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right]).break-align-right{align-self:flex-start;grid-row-end:span 5}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left]).break-align-left{grid-column:var(--block-left-start)/var(--block-left-end)}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left]).break-align-left+:not(:is(.alignright,[data-align=right])){grid-column-start:cs}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right]).break-align-right{grid-column:var(--block-right-start)/var(--block-right-end)}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right]).break-align-right+:not(:is(.alignleft,[data-align=left])){grid-column-end:ce}@media only screen and (min-width:1024px){:is(.nb-sidecar--sidebar-left .nb-sidecar--sidebar-right,.nb-sidecar--sidebar-right .nb-sidecar--sidebar-left) :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left],.x2.specificity):not(.break-align-left){grid-column-end:gcs}:is(.nb-sidecar--sidebar-left .nb-sidecar--sidebar-right,.nb-sidecar--sidebar-right .nb-sidecar--sidebar-left) :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left],.x2.specificity):not(.break-align-left)+:not(:is(.alignright,[data-align=right])){grid-column-start:cc}:is(.nb-sidecar--sidebar-left .nb-sidecar--sidebar-right,.nb-sidecar--sidebar-right .nb-sidecar--sidebar-left) :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right],.x2.specificity):not(.break-align-right){grid-column-start:gce}:is(.nb-sidecar--sidebar-left .nb-sidecar--sidebar-right,.nb-sidecar--sidebar-right .nb-sidecar--sidebar-left) :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right],.x2.specificity):not(.break-align-right)+:not(:is(.alignleft,[data-align=left])){grid-column-end:cc}}*,:after,:before{box-sizing:border-box}.admin-bar{--admin-bar-height:32px;--admin-bar-offset:0}@media screen and (max-width:782px){.admin-bar{--admin-bar-height:46px;--admin-bar-offset:46px}}.novablocks-doppler__mask{clip:rect(0 auto auto 0);-webkit-mask-image:-webkit-linear-gradient(0deg,#fff,#fff)}.nb-supernova-item__media-aspect-ratio[class]>*{height:100%;position:absolute;right:0;top:0;width:100%}
     1:root{--nb-spacing:24px;--nb-media-background-direction:90deg;--nb-wrapper-sides-spacings:var(--nb-spacing);--nb-transition-duration:0.5s;--nb-transition-easing:ease;--nb-transition:all var(--nb-transition-duration) var(--nb-transition-easing);--nb-spacing-base:1;--nb-spacing-modifier:1;--nb-spacing-current-multiplier:1;--nb-block-content-box-shadow:0 32px 128px rgba(42,54,52,.1),0 16px 64px rgba(42,54,52,.1),0 8px 16px rgba(42,54,52,.1)}*{--nb-bg-color:var(--sm-current-bg-color,#fff);--nb-accent-color:var(--sm-current-accent-color,#203ab6);--nb-fg1-color:var(--sm-current-fg1-color,#272743);--nb-fg2-color:var(--sm-current-fg2-color,#000043)}.novablocks-u-content-align{display:flex;position:relative;width:100%}.novablocks-u-halign-left .novablocks-u-content-align{justify-content:flex-start;text-align:right}.novablocks-u-halign-center .novablocks-u-content-align{justify-content:center;text-align:center}.novablocks-u-halign-right .novablocks-u-content-align{justify-content:flex-end;text-align:left}.novablocks-u-valign-top .novablocks-u-content-align{align-items:flex-start}.novablocks-u-valign-center .novablocks-u-content-align{align-items:center}.novablocks-u-valign-bottom .novablocks-u-content-align{align-items:flex-end}.novablocks-block{--nb-block-padding:var(--nb-spacing);--nb-block-content-padding:var(--nb-spacing)}.novablocks-media{position:relative;z-index:var(--nb-current-zindex)}.novablocks-block__content[class]{background:none;position:relative;transform:translateZ(0);transition:var(--nb-transition);transition-property:padding,box-shadow}.novablocks-block__content h1,.novablocks-block__content h2,.novablocks-block__content h3,.novablocks-block__content h4,.novablocks-block__content h5,.novablocks-block__content h6{width:100%}.novablocks-block__content:before{background-color:var(--sm-current-bg-color,var(--nb-bg-color));bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0;transition:var(--nb-transition);transition-property:background-color,opacity;z-index:-1}:root{--nb-content-padding-small:5%;--nb-content-padding-medium:10%;--nb-content-padding-large:15%}.novablocks-u-content-padding{--nb-spacing-current-multiplier:2;--nb-content-padding-top:calc(var(--nb-emphasis-top-spacing)*var(--nb-current-spacing));--nb-content-padding-bottom:calc(var(--nb-emphasis-bottom-spacing)*var(--nb-current-spacing));padding-bottom:var(--nb-content-padding-bottom);padding-top:var(--nb-content-padding-top)}.novablocks-u-content-padding>*{--nb-spacing-current-multiplier:1}:is(.wp-site-blocks,.wp-block-column,.wp-block-query,.wp-block-post-content,.wp-block-template-part,.wp-block-media-text__content,.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.block-editor-block-list__layout,.widget,.nb-list,.nb-sidecar,.nb-sidecar-area,.nb-content-layout-grid,.nb-block-spacing-container,.nb-supernova-item__inner-container,.nb-header__inner-container,.specificity.x2)>*{--nb-block-top-spacing:1;--nb-block-bottom-spacing:0;--nb-emphasis-top-spacing:0;--nb-emphasis-bottom-spacing:0;--nb-current-spacing:calc(var(--nb-spacing)*var(--nb-spacing-current-multiplier));margin-bottom:calc(var(--nb-block-bottom-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));margin-top:calc(var(--nb-block-top-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));padding-bottom:calc(var(--nb-emphasis-bottom-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));padding-top:calc(var(--nb-emphasis-top-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1))}:is(.wp-site-blocks,.wp-block-column,.wp-block-query,.wp-block-post-content,.wp-block-template-part,.wp-block-media-text__content,.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.block-editor-block-list__layout,.widget,.nb-list,.nb-sidecar,.nb-sidecar-area,.nb-content-layout-grid,.nb-block-spacing-container,.nb-supernova-item__inner-container,.nb-header__inner-container,.specificity.x2) :is(noscript,style)+*,:is(.wp-site-blocks,.wp-block-column,.wp-block-query,.wp-block-post-content,.wp-block-template-part,.wp-block-media-text__content,.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.block-editor-block-list__layout,.widget,.nb-list,.nb-sidecar,.nb-sidecar-area,.nb-content-layout-grid,.nb-block-spacing-container,.nb-supernova-item__inner-container,.nb-header__inner-container,.specificity.x2)>:first-child{--nb-block-top-spacing:0}:is(.wp-block-row,.specificity.x2){gap:var(--nb-current-spacing)}.wp-block-column[class]{--nb-block-top-spacing:0}[style*="--nb-spacing-modifier"]{--nb-spacing-modifier:1;--nb-spacing-base:calc(var(--nb-spacing-current-multiplier)*var(--nb-spacing-modifier))}[style*="--nb-spacing-modifier"]>*{--nb-spacing-current-multiplier:var(--nb-spacing-base)}[style*="--nb-spacing-modifier"]>[style*="--nb-spacing-modifier"]{--nb-spacing-base:inherit}:is(h1,h2,h3,h4,h5,h6,.specificity.x2):not(:first-child){--nb-block-top-spacing:1.25}:is(h1,h2,h3,h4,h5,h6,.specificity.x2)+:is(p,ul,ol,nav){--nb-block-top-spacing:0.5}:is(h1,h2,h3,h4,h5,h6,.specificity.x2)+:is(h1,h2,h3,h4,h5,h6,.specificity.x2){--nb-block-top-spacing:0.25}.wp-block-row>.wp-block-categories-list{display:flex;flex-wrap:wrap;gap:var(--nb-current-spacing)}:root{--nb-group-padding-toggle:1}.alignleft,.alignnone,.alignright,.alignwide{--nb-group-padding-toggle:0}@media only screen and (min-width:1024px){.nb-sidecar-area{--nb-group-padding-toggle:0}}.wp-block-group[class*=sm-color-signal]:not(.sm-color-signal-0){--nb-group-padding-toggle:1}:is(.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.nb-header-row__inner-container,.specificity.x2.x3){--nb-group-side-padding:calc(var(--nb-wrapper-sides-spacings)*var(--nb-group-padding-toggle));padding-left:var(--nb-group-side-padding);padding-right:var(--nb-group-side-padding)}:is(.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.nb-header-row__inner-container,.specificity.x2.x3)>*{margin-left:auto;margin-right:auto;max-width:var(--nb-content-width)}:is(.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.nb-header-row__inner-container,.specificity.x2.x3)>:is(.alignwide,[data-align=wide]){max-width:var(--nb-container-width)}:is(.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.nb-header-row__inner-container,.specificity.x2.x3)>:is(.alignfull,[data-align=full]){margin-left:calc(var(--nb-group-side-padding)*-1);margin-right:calc(var(--nb-group-side-padding)*-1);max-width:none;width:auto}:is(.wp-block-group__inner-container,.specificity.x2.x3){max-width:none;padding-left:0;padding-right:0}.wp-block-group[class*=sm-color-signal]:not(.sm-color-signal-0):not(:empty){padding:calc(max(0.75 * var(--nb-wrapper-sides-spacings), var(--nb-emphasis-top-spacing) * var(--nb-current-spacing) * var(--nb-spacing-multiplier-override, 1))) var(--nb-wrapper-sides-spacings) calc(max(0.75 * var(--nb-wrapper-sides-spacings), var(--nb-emphasis-bottom-spacing) * var(--nb-current-spacing) * var(--nb-spacing-multiplier-override, 1)))}.wp-block-group:is(.is-layout-flex,.x1.x2)>*{--nb-block-top-spacing:0;--nb-block-bottom-spacing:0;--nb-emphasis-top-spacing:0;--nb-emphasis-bottom-spacing:0;margin-left:0;margin-right:0}.sm-color-signal-0:not(.alignfull):not([data-align=full])>.wp-block-group__inner-container{padding-left:0;padding-right:0}.sm-color-signal-0:not(.alignfull):not([data-align=full])>.wp-block-group__inner-container>:is(.alignfull,[data-align=full]){margin-left:0;margin-right:0}.wp-block-row{align-items:baseline}.wp-block-row--center{justify-content:center}.nb-list{--sm-current-bg-color:inherit!important;--sm-current-accent-color:inherit!important;--sm-current-fg1-color:inherit!important;--sm-current-fg2-color:inherit!important;--nb-list-bullet-color:var(--sm-current-fg1-color,var(--nb-fg1-color));--nb-list-bullet-bg-color:var(--sm-current-bg-color,var(--nb-bg-color));--nb-list-bullet-outline:0.2em;--nb-list-connection-color:var(--sm-current-accent-color,var(--nb-accent-color))}.nb-list.sm-color-signal-1{--nb-list-bullet-color:var(--sm-current-accent-color,var(--nb-accent-color))}.nb-list.sm-color-signal-2{--nb-list-bullet-color:var(--sm-current-bg-color,var(--nb-bg-color));--nb-list-bullet-bg-color:var(--sm-current-fg1-color,var(--nb-fg1-color));--nb-list-bullet-outline:0.4em}.nb-list.sm-color-signal-3{--nb-list-bullet-color:var(--sm-current-bg-color,var(--nb-bg-color));--nb-list-bullet-bg-color:var(--sm-current-accent-color,var(--nb-accent-color));--nb-list-bullet-outline:0.4em}ol.nb-list{--nb-list-counter-style:decimal-leading-zero;counter-reset:li var(--nb-list-start-at,0);font-variant-numeric:tabular-nums lining-nums;position:relative}ol.nb-list:is(.sm-color-signal-2,.sm-color-signal-3){--nb-list-counter-style:decimal}ol.nb-list li{position:relative}ol.nb-list li:after{background-color:transparent;color:var(--nb-list-bullet-color);content:counter(li,var(--nb-list-counter-style))}ol.nb-list:is(.sm-color-signal-0,.sm-color-signal-1){--nb-list-bullet-size:2ch}ol.nb-list:is(.sm-color-signal-2,.sm-color-signal-3) li:after{text-align:center}ol.nb-list>li:after{counter-increment:li}ol.nb-list>li ol{counter-reset:li 0}ol.nb-list>li ol>li:after{counter-increment:li}ol.nb-list[reversed]{counter-reset:li var(--reversed-start-at-value,var(--nb-list-items-count))}ol.nb-list[reversed][start]{--reversed-start-at-value:calc(var(--nb-list-start-at) + 2)}ol.nb-list[reversed]>li:after{counter-increment:li -1}.nb-list{--nb-list-timeline-weight:2px;--nb-list-divider-weight:1px;--nb-list-bullet-size:1.5em;--nb-list-bullet-addon:0em;--nb-list-bullet-spacing:0.4em;--nb-list-line-height:1.5em;--nb-list-decoration-gap:0.5em;--nb-list-spacing:calc(var(--nb-list-bullet-size) + var(--nb-list-decoration-gap));--nb-spacing-modifier:0.5;--nb-spacing-base:calc(var(--nb-spacing-current-multiplier)*var(--nb-spacing-modifier))}.nb-list>*{--nb-spacing-current-multiplier:var(--nb-spacing-base)}.nb-list>.nb-list{--nb-spacing-base:inherit}.nb-list[class][class]{padding-right:0}.nb-list,.nb-list *{list-style:none}.nb-list :is(ul,ol,dl,li:not(:first-child),.increased.specificity){margin-top:var(--nb-current-spacing)}.nb-list:where(.list-bullet-style,.list-checkmark-style) li{position:relative}.nb-list:where(.list-bullet-style,.list-checkmark-style) li:after,.nb-list:where(.list-bullet-style,.list-checkmark-style) li:before{border-radius:50%;content:"";display:block;height:var(--nb-list-bullet-size);line-height:var(--nb-list-bullet-size);position:absolute;right:calc(var(--nb-list-spacing)*-1);top:calc(var(--nb-list-line-height)*0.5 - var(--nb-list-bullet-size)*0.5);width:var(--nb-list-bullet-size)}.nb-list:where(.list-bullet-style,.list-checkmark-style) li:after{background-color:var(--nb-list-bullet-color)}.nb-list:where(.list-bullet-style,.list-checkmark-style) li:before{background-color:var(--nb-list-bullet-bg-color);box-shadow:0 0 0 4px var(--sm-current-bg-color,var(--nb-bg-color))}.nb-list ol,.nb-list ul,.nb-list:is(.is-style-timeline)[class],.nb-list:is(.list-bullet-style,.list-checkmark-style):not(.is-style-divider){padding-right:var(--nb-list-spacing)}.nb-list:where(.list-bullet-style,.list-checkmark-style):where(.is-style-divider) li{padding-right:var(--nb-list-spacing)}.nb-list:where(.list-bullet-style,.list-checkmark-style):where(.is-style-divider) li:after,.nb-list:where(.list-bullet-style,.list-checkmark-style):where(.is-style-divider) li:before{right:0}.nb-list:is(.is-style-divider) li:not(:last-child){border-bottom:var(--nb-list-divider-weight) solid var(--nb-list-connection-color);padding-bottom:var(--nb-current-spacing)}.nb-list:is(.is-style-timeline),.nb-list:is(.is-style-timeline) ol,.nb-list:is(.is-style-timeline) ul{position:relative}.nb-list:is(.is-style-timeline) ol:before,.nb-list:is(.is-style-timeline) ul:before,.nb-list:is(.is-style-timeline):before{background-color:var(--nb-list-connection-color);bottom:calc(var(--nb-list-line-height)*0.5);content:"";opacity:0.25;position:absolute;right:calc(var(--nb-list-bullet-size)*0.5);top:calc(var(--nb-list-line-height)*0.5);transform:translateX(50%);width:var(--nb-list-timeline-weight)}.nb-list:is(.is-style-timeline) li:last-child{box-shadow:var(--sm-current-bg-color,var(--nb-bg-color)) calc((var(--nb-list-spacing)*-1)*-1) calc(var(--nb-list-line-height)*0.5) 0 0}.nb-list:is(.is-style-timeline):where(.list-no-marker){--nb-list-bullet-size:var(--nb-list-timeline-weight)}.nb-list:is(.is-style-timeline):where(.list-no-marker):before{bottom:0;top:0}.nb-list:is(ul.list-bullet-style){--nb-list-bullet-size:0.3em}.nb-list:is(ul.list-bullet-style):is(.sm-color-signal-2,.sm-color-signal-3){--nb-list-bullet-size:0.75em}.nb-list:is(ul.list-bullet-style):is(.sm-color-signal-2,.sm-color-signal-3) li:after{transform:scale(0.4)}.nb-list:is(ul.list-checkmark-style){--nb-list-bullet-size:0.75em}.nb-list:is(ul.list-checkmark-style) li:after{-webkit-mask:url(../../packages/icons/src/svgs/tick.svg) no-repeat 50% 50%;mask:url(../../packages/icons/src/svgs/tick.svg) no-repeat 50% 50%;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.nb-list:is(ul.list-checkmark-style):is(.sm-color-signal-2,.sm-color-signal-3){--nb-list-bullet-size:1.5em}.nb-list:is(ul.list-checkmark-style):is(.sm-color-signal-2,.sm-color-signal-3) li:after{transform:scale(0.5)}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class]){--nb-spacing-modifier:0.5;--nb-spacing-base:calc(var(--nb-spacing-current-multiplier)*var(--nb-spacing-modifier));padding-right:1.1em}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class])>*{--nb-block-top-spacing:1;--nb-block-bottom-spacing:0;--nb-emphasis-top-spacing:0;--nb-emphasis-bottom-spacing:0;--nb-current-spacing:calc(var(--nb-spacing)*var(--nb-spacing-current-multiplier));margin-bottom:calc(var(--nb-block-bottom-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));margin-top:calc(var(--nb-block-top-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));padding-bottom:calc(var(--nb-emphasis-bottom-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));padding-top:calc(var(--nb-emphasis-top-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1))}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class]) :is(noscript,style)+*,:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class])>:first-child{--nb-block-top-spacing:0}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class])>*{--nb-spacing-current-multiplier:var(--nb-spacing-base)}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class])>:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class]){--nb-spacing-base:inherit}:is(.wp-block-separator,#very.specific){background:none;border:0;color:var(--nb-bg-color)}html.is-dark :is(.wp-block-separator,#very.specific){color:var(--nb-accent-color)}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:auto}:root{--block-content-start:ws;--block-content-end:we;--block-wide-start:ws;--block-wide-end:we;--block-full-start:fs;--block-full-end:fe;--block-left-start:ws;--block-left-end:gs;--block-right-start:ge;--block-right-end:we;--nb-sidecar-gap:calc(var(--nb-spacing)*2);--nb-content-inset-setting:288;--nb-sidecar-sidebar-small-width:max(var(--nb-content-inset-setting) * 1px,15%);--nb-sidecar-sidebar-medium-width:max(330px,(100% - var(--nb-sidecar-sides))/4);--nb-sidecar-sidebar-large-width:max(400px,(100% - var(--nb-sidecar-sides))/3);--nb-sidecar-sidebar-left-width:var(--nb-sidecar-sidebar-small-width);--nb-sidecar-sidebar-right-width:var(--nb-sidecar-sidebar-small-width);--nb-container-width:calc(var(--nb-container-width-setting)*var(--current-font-size, 16px));--nb-content-width:calc(var(--nb-container-width) - var(--nb-sidecar-sidebar-left-width) - var(--nb-sidecar-sidebar-left-gap) - var(--nb-sidecar-sidebar-right-width) - var(--nb-sidecar-sidebar-right-gap));--nb-sidecar-sides:max(var(--nb-wrapper-sides-spacings),calc((100% - var(--nb-container-width))*0.5));--nb-actual-container-width:min(var(--nb-container-width),calc(100% - var(--nb-wrapper-sides-spacings)*2));--nb-sidecar-sidebar-left-gap:clamp(0px,var(--nb-sidecar-sidebar-left-width) * 999,var(--nb-sidecar-gap));--nb-sidecar-sidebar-left-max-width:calc(var(--nb-actual-container-width)*0.5 - var(--nb-sidecar-gap)*1.5);--nb-sidecar-content-left:calc(50% - var(--nb-sidecar-sides) - var(--nb-sidecar-sidebar-left-width) - var(--nb-sidecar-sidebar-left-gap) - var(--nb-sidecar-gap)*0.5);--nb-sidecar-sidebar-right-gap:clamp(0px,var(--nb-sidecar-sidebar-right-width) * 999,var(--nb-sidecar-gap));--nb-sidecar-sidebar-right-max-width:calc(var(--nb-actual-container-width)*0.5 - var(--nb-sidecar-gap)*1.5);--nb-sidecar-content-right:calc(50% - var(--nb-sidecar-sides) - var(--nb-sidecar-sidebar-right-width) - var(--nb-sidecar-sidebar-right-gap) - var(--nb-sidecar-gap)*0.5)}@media only screen and (min-width:1024px){:root{--block-content-start:cs;--block-content-end:ce}}.break-align-left{--block-wide-start:ws;--block-full-start:fs}.break-align-right{--block-wide-end:we;--block-full-end:fe}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova){--nb-actual-container-width:min(var(--nb-container-width),calc(100% - var(--nb-wrapper-sides-spacings)*2));--nb-sidecar-sidebar-left-gap:clamp(0px,var(--nb-sidecar-sidebar-left-width) * 999,var(--nb-sidecar-gap));--nb-sidecar-sidebar-left-max-width:calc(var(--nb-actual-container-width)*0.5 - var(--nb-sidecar-gap)*1.5);--nb-sidecar-content-left:calc(50% - var(--nb-sidecar-sides) - var(--nb-sidecar-sidebar-left-width) - var(--nb-sidecar-sidebar-left-gap) - var(--nb-sidecar-gap)*0.5);--nb-sidecar-sidebar-right-gap:clamp(0px,var(--nb-sidecar-sidebar-right-width) * 999,var(--nb-sidecar-gap));--nb-sidecar-sidebar-right-max-width:calc(var(--nb-actual-container-width)*0.5 - var(--nb-sidecar-gap)*1.5);--nb-sidecar-content-right:calc(50% - var(--nb-sidecar-sides) - var(--nb-sidecar-sidebar-right-width) - var(--nb-sidecar-sidebar-right-gap) - var(--nb-sidecar-gap)*0.5);display:grid;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;grid-column:fs/fe!important;grid-template-columns:[fs] var(--nb-sidecar-sides) [ws] var(--nb-sidecar-sidebar-left-width) [frs] 1fr [gs] var(--nb-sidecar-sidebar-left-gap) [cs] var(--nb-sidecar-content-left) [gcs] calc(var(--nb-sidecar-gap)/2) [cc] calc(var(--nb-sidecar-gap)/2) [gce] var(--nb-sidecar-content-right) [ce] var(--nb-sidecar-sidebar-right-gap) [ge] 1fr [fre] var(--nb-sidecar-sidebar-right-width) [we] var(--nb-sidecar-sides) [fe];max-width:none}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>.wp-block-image{align-items:center;display:flex;flex-direction:column}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:where(.wp-block)[data-align=left],:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:where(.wp-block)[data-align=right]{height:auto}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:where(.wp-block)[data-align=left]>.wp-block-image,:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:where(.wp-block)[data-align=right]>.wp-block-image{margin:0}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:not(.block-list-appender){max-width:none;width:100%}.editor-styles-wrapper :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>.wp-block{margin-left:0;margin-right:0}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>*{grid-column:var(--block-content-start)/var(--block-content-end)}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignwide,[data-align=wide]){grid-column:var(--block-wide-start)/var(--block-wide-end)}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignfull,[data-align=full]){grid-column:var(--block-full-start)/var(--block-full-end)}@media not screen and (min-width:1024px){:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova){grid-template-columns:[fs] var(--nb-wrapper-sides-spacings) [ws] auto [gs] 0 [cs] 1fr [gcs] 0 [cc] 0 [gce] 1fr [ce] 0 [ge] auto [we] var(--nb-wrapper-sides-spacings) [fe]}:where(:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova))>*{grid-column:ws/we}}@media only screen and (min-width:1024px){.nb-sidecar-area--sidebar :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova){display:block}}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left]),:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right]){-webkit-margin-start:0;-webkit-margin-end:0;float:none;margin-inline-end:0;margin-inline-start:0}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left]).break-align-left,:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right]).break-align-right{align-self:flex-start;grid-row-end:span 5}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left]).break-align-left{grid-column:var(--block-left-start)/var(--block-left-end)}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left]).break-align-left+:not(:is(.alignright,[data-align=right])){grid-column-start:cs}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right]).break-align-right{grid-column:var(--block-right-start)/var(--block-right-end)}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right]).break-align-right+:not(:is(.alignleft,[data-align=left])){grid-column-end:ce}@media only screen and (min-width:1024px){:is(.nb-sidecar--sidebar-left .nb-sidecar--sidebar-right,.nb-sidecar--sidebar-right .nb-sidecar--sidebar-left) :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left],.x2.specificity):not(.break-align-left){grid-column-end:gcs}:is(.nb-sidecar--sidebar-left .nb-sidecar--sidebar-right,.nb-sidecar--sidebar-right .nb-sidecar--sidebar-left) :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left],.x2.specificity):not(.break-align-left)+:not(:is(.alignright,[data-align=right])){grid-column-start:cc}:is(.nb-sidecar--sidebar-left .nb-sidecar--sidebar-right,.nb-sidecar--sidebar-right .nb-sidecar--sidebar-left) :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right],.x2.specificity):not(.break-align-right){grid-column-start:gce}:is(.nb-sidecar--sidebar-left .nb-sidecar--sidebar-right,.nb-sidecar--sidebar-right .nb-sidecar--sidebar-left) :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right],.x2.specificity):not(.break-align-right)+:not(:is(.alignleft,[data-align=left])){grid-column-end:cc}}*,:after,:before{box-sizing:border-box}.admin-bar{--admin-bar-height:32px;--admin-bar-offset:0}@media screen and (max-width:782px){.admin-bar{--admin-bar-height:46px;--admin-bar-offset:46px}}.novablocks-doppler__mask{clip:rect(0 auto auto 0);-webkit-mask-image:-webkit-linear-gradient(0deg,#fff,#fff)}.nb-supernova-item__media-aspect-ratio[class]>*{height:100%;position:absolute;right:0;top:0;width:100%}
  • nova-blocks/trunk/build/core/style.css

    r2719178 r2721032  
    1 :root{--nb-spacing:24px;--nb-media-background-direction:90deg;--nb-wrapper-sides-spacings:var(--nb-spacing);--nb-transition-duration:0.5s;--nb-transition-easing:ease;--nb-transition:all var(--nb-transition-duration) var(--nb-transition-easing);--nb-spacing-base:1;--nb-spacing-modifier:1;--nb-spacing-current-multiplier:1;--nb-block-content-box-shadow:0 32px 128px rgba(42,54,52,.1),0 16px 64px rgba(42,54,52,.1),0 8px 16px rgba(42,54,52,.1)}*{--nb-bg-color:var(--sm-current-bg-color,#fff);--nb-accent-color:var(--sm-current-accent-color,#203ab6);--nb-fg1-color:var(--sm-current-fg1-color,#272743);--nb-fg2-color:var(--sm-current-fg2-color,#000043)}.novablocks-u-content-align{display:flex;position:relative;width:100%}.novablocks-u-halign-left .novablocks-u-content-align{justify-content:flex-start;text-align:left}.novablocks-u-halign-center .novablocks-u-content-align{justify-content:center;text-align:center}.novablocks-u-halign-right .novablocks-u-content-align{justify-content:flex-end;text-align:right}.novablocks-u-valign-top .novablocks-u-content-align{align-items:flex-start}.novablocks-u-valign-center .novablocks-u-content-align{align-items:center}.novablocks-u-valign-bottom .novablocks-u-content-align{align-items:flex-end}.novablocks-block{--nb-block-padding:var(--nb-spacing);--nb-block-content-padding:var(--nb-spacing)}.novablocks-media{position:relative;z-index:var(--nb-current-zindex)}.novablocks-block__content[class]{background:none;position:relative;transform:translateZ(0);transition:var(--nb-transition);transition-property:padding,box-shadow}.novablocks-block__content h1,.novablocks-block__content h2,.novablocks-block__content h3,.novablocks-block__content h4,.novablocks-block__content h5,.novablocks-block__content h6{width:100%}.novablocks-block__content:before{background-color:var(--sm-current-bg-color,var(--nb-bg-color));bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0;transition:var(--nb-transition);transition-property:background-color,opacity;z-index:-1}:root{--nb-content-padding-small:5%;--nb-content-padding-medium:10%;--nb-content-padding-large:15%}.novablocks-u-content-padding{--nb-spacing-current-multiplier:2;--nb-content-padding-top:calc(var(--nb-emphasis-top-spacing)*var(--nb-current-spacing));--nb-content-padding-bottom:calc(var(--nb-emphasis-bottom-spacing)*var(--nb-current-spacing));padding-bottom:var(--nb-content-padding-bottom);padding-top:var(--nb-content-padding-top)}.novablocks-u-content-padding>*{--nb-spacing-current-multiplier:1}:is(.wp-site-blocks,.wp-block-column,.wp-block-query,.wp-block-post-content,.wp-block-template-part,.wp-block-media-text__content,.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.block-editor-block-list__layout,.widget,.nb-list,.nb-sidecar,.nb-sidecar-area,.nb-content-layout-grid,.nb-block-spacing-container,.nb-supernova-item__inner-container,.nb-header__inner-container,.specificity.x2)>*{--nb-block-top-spacing:1;--nb-block-bottom-spacing:0;--nb-emphasis-top-spacing:0;--nb-emphasis-bottom-spacing:0;--nb-current-spacing:calc(var(--nb-spacing)*var(--nb-spacing-current-multiplier));margin-bottom:calc(var(--nb-block-bottom-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));margin-top:calc(var(--nb-block-top-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));padding-bottom:calc(var(--nb-emphasis-bottom-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));padding-top:calc(var(--nb-emphasis-top-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1))}:is(.wp-site-blocks,.wp-block-column,.wp-block-query,.wp-block-post-content,.wp-block-template-part,.wp-block-media-text__content,.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.block-editor-block-list__layout,.widget,.nb-list,.nb-sidecar,.nb-sidecar-area,.nb-content-layout-grid,.nb-block-spacing-container,.nb-supernova-item__inner-container,.nb-header__inner-container,.specificity.x2) :is(noscript,style)+*,:is(.wp-site-blocks,.wp-block-column,.wp-block-query,.wp-block-post-content,.wp-block-template-part,.wp-block-media-text__content,.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.block-editor-block-list__layout,.widget,.nb-list,.nb-sidecar,.nb-sidecar-area,.nb-content-layout-grid,.nb-block-spacing-container,.nb-supernova-item__inner-container,.nb-header__inner-container,.specificity.x2)>:first-child{--nb-block-top-spacing:0}:is(.wp-block-row,.specificity.x2){gap:var(--nb-current-spacing)}.wp-block-column[class]{--nb-block-top-spacing:0}[style*="--nb-spacing-modifier"]{--nb-spacing-modifier:1;--nb-spacing-base:calc(var(--nb-spacing-current-multiplier)*var(--nb-spacing-modifier))}[style*="--nb-spacing-modifier"]>*{--nb-spacing-current-multiplier:var(--nb-spacing-base)}[style*="--nb-spacing-modifier"]>[style*="--nb-spacing-modifier"]{--nb-spacing-base:inherit}:is(h1,h2,h3,h4,h5,h6,.specificity.x2):not(:first-child){--nb-block-top-spacing:1.25}:is(h1,h2,h3,h4,h5,h6,.specificity.x2)+:is(p,ul,ol,nav){--nb-block-top-spacing:0.5}:is(h1,h2,h3,h4,h5,h6,.specificity.x2)+:is(h1,h2,h3,h4,h5,h6,.specificity.x2){--nb-block-top-spacing:0.25}.wp-block-row>.wp-block-categories-list{display:flex;flex-wrap:wrap;gap:var(--nb-current-spacing)}:root{--nb-group-padding-toggle:1}.alignleft,.alignnone,.alignright,.alignwide{--nb-group-padding-toggle:0}@media only screen and (min-width:1024px){.nb-sidecar-area{--nb-group-padding-toggle:0}}.wp-block-group[class*=sm-color-signal]:not(.sm-color-signal-0){--nb-group-padding-toggle:1}:is(.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.nb-header-row__inner-container,.specificity.x2.x3){--nb-group-side-padding:calc(var(--nb-wrapper-sides-spacings)*var(--nb-group-padding-toggle));padding-left:var(--nb-group-side-padding);padding-right:var(--nb-group-side-padding)}:is(.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.nb-header-row__inner-container,.specificity.x2.x3)>*{margin-left:auto;margin-right:auto;max-width:var(--nb-content-width)}:is(.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.nb-header-row__inner-container,.specificity.x2.x3)>:is(.alignwide,[data-align=wide]){max-width:var(--nb-container-width)}:is(.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.nb-header-row__inner-container,.specificity.x2.x3)>:is(.alignfull,[data-align=full]){margin-left:calc(var(--nb-group-side-padding)*-1);margin-right:calc(var(--nb-group-side-padding)*-1);max-width:none;width:auto}:is(.wp-block-group__inner-container,.specificity.x2.x3){max-width:none;padding-left:0;padding-right:0}.wp-block-group[class*=sm-color-signal]:not(.sm-color-signal-0):not(:empty){padding:calc(max(0.75 * var(--nb-wrapper-sides-spacings), var(--nb-emphasis-top-spacing) * var(--nb-current-spacing) * var(--nb-spacing-multiplier-override, 1))) var(--nb-wrapper-sides-spacings) calc(max(0.75 * var(--nb-wrapper-sides-spacings), var(--nb-emphasis-bottom-spacing) * var(--nb-current-spacing) * var(--nb-spacing-multiplier-override, 1)))}.wp-block-group:is(.is-layout-flex,.x1.x2)>*{--nb-block-top-spacing:0;--nb-block-bottom-spacing:0;--nb-emphasis-top-spacing:0;--nb-emphasis-bottom-spacing:0;margin-left:0;margin-right:0}.sm-color-signal-0:not(.alignfull):not([data-align=full])>.wp-block-group__inner-container{padding-left:0;padding-right:0}.sm-color-signal-0:not(.alignfull):not([data-align=full])>.wp-block-group__inner-container>:is(.alignfull,[data-align=full]){margin-left:0;margin-right:0}.wp-block-row{align-items:baseline}.wp-block-row--center{justify-content:center}.nb-list{--sm-current-bg-color:inherit!important;--sm-current-accent-color:inherit!important;--sm-current-fg1-color:inherit!important;--sm-current-fg2-color:inherit!important;--nb-list-bullet-color:var(--sm-current-fg1-color,var(--nb-fg1-color));--nb-list-bullet-bg-color:var(--sm-current-bg-color,var(--nb-bg-color));--nb-list-bullet-outline:0.2em;--nb-list-connection-color:var(--sm-current-accent-color,var(--nb-accent-color))}.nb-list.sm-color-signal-1{--nb-list-bullet-color:var(--sm-current-accent-color,var(--nb-accent-color))}.nb-list.sm-color-signal-2{--nb-list-bullet-color:var(--sm-current-bg-color,var(--nb-bg-color));--nb-list-bullet-bg-color:var(--sm-current-fg1-color,var(--nb-fg1-color));--nb-list-bullet-outline:0.4em}.nb-list.sm-color-signal-3{--nb-list-bullet-color:var(--sm-current-bg-color,var(--nb-bg-color));--nb-list-bullet-bg-color:var(--sm-current-accent-color,var(--nb-accent-color));--nb-list-bullet-outline:0.4em}ol.nb-list{--nb-list-counter-style:decimal-leading-zero;counter-reset:li var(--nb-list-start-at,0);font-variant-numeric:tabular-nums lining-nums;position:relative}ol.nb-list:is(.sm-color-signal-2,.sm-color-signal-3){--nb-list-counter-style:decimal}ol.nb-list li{position:relative}ol.nb-list li:after{background-color:transparent;color:var(--nb-list-bullet-color);content:counter(li,var(--nb-list-counter-style))}ol.nb-list:is(.sm-color-signal-0,.sm-color-signal-1){--nb-list-bullet-size:2ch}ol.nb-list:is(.sm-color-signal-2,.sm-color-signal-3) li:after{text-align:center}ol.nb-list>li:after{counter-increment:li}ol.nb-list>li ol{counter-reset:li 0}ol.nb-list>li ol>li:after{counter-increment:li}ol.nb-list[reversed]{counter-reset:li var(--reversed-start-at-value,var(--nb-list-items-count))}ol.nb-list[reversed][start]{--reversed-start-at-value:calc(var(--nb-list-start-at) + 2)}ol.nb-list[reversed]>li:after{counter-increment:li -1}.nb-list{--nb-list-timeline-weight:2px;--nb-list-divider-weight:1px;--nb-list-bullet-size:1.5em;--nb-list-bullet-addon:0em;--nb-list-bullet-spacing:0.4em;--nb-list-line-height:1.5em;--nb-list-decoration-gap:0.5em;--nb-list-spacing:calc(var(--nb-list-bullet-size) + var(--nb-list-decoration-gap));--nb-spacing-modifier:0.5;--nb-spacing-base:calc(var(--nb-spacing-current-multiplier)*var(--nb-spacing-modifier))}.nb-list>*{--nb-spacing-current-multiplier:var(--nb-spacing-base)}.nb-list>.nb-list{--nb-spacing-base:inherit}.nb-list[class][class]{padding-left:0}.nb-list,.nb-list *{list-style:none}.nb-list :is(ul,ol,dl,li:not(:first-child),.increased.specificity){margin-top:var(--nb-current-spacing)}.nb-list:where(.list-bullet-style,.list-checkmark-style) li{position:relative}.nb-list:where(.list-bullet-style,.list-checkmark-style) li:after,.nb-list:where(.list-bullet-style,.list-checkmark-style) li:before{border-radius:50%;content:"";display:block;height:var(--nb-list-bullet-size);left:calc(var(--nb-list-spacing)*-1);line-height:var(--nb-list-bullet-size);position:absolute;top:calc(var(--nb-list-line-height)*0.5 - var(--nb-list-bullet-size)*0.5);width:var(--nb-list-bullet-size)}.nb-list:where(.list-bullet-style,.list-checkmark-style) li:after{background-color:var(--nb-list-bullet-color)}.nb-list:where(.list-bullet-style,.list-checkmark-style) li:before{background-color:var(--nb-list-bullet-bg-color);box-shadow:0 0 0 4px var(--sm-current-bg-color,var(--nb-bg-color))}.nb-list ol,.nb-list ul,.nb-list:is(.is-style-timeline)[class],.nb-list:is(.list-bullet-style,.list-checkmark-style):not(.is-style-divider){padding-left:var(--nb-list-spacing)}.nb-list:where(.list-bullet-style,.list-checkmark-style):where(.is-style-divider) li{padding-left:var(--nb-list-spacing)}.nb-list:where(.list-bullet-style,.list-checkmark-style):where(.is-style-divider) li:after,.nb-list:where(.list-bullet-style,.list-checkmark-style):where(.is-style-divider) li:before{left:0}.nb-list:is(.is-style-divider) li:not(:last-child){border-bottom:var(--nb-list-divider-weight) solid var(--nb-list-connection-color);padding-bottom:var(--nb-current-spacing)}.nb-list:is(.is-style-timeline),.nb-list:is(.is-style-timeline) ol,.nb-list:is(.is-style-timeline) ul{position:relative}.nb-list:is(.is-style-timeline) ol:before,.nb-list:is(.is-style-timeline) ul:before,.nb-list:is(.is-style-timeline):before{background-color:var(--nb-list-connection-color);bottom:calc(var(--nb-list-line-height)*0.5);content:"";left:calc(var(--nb-list-bullet-size)*0.5);opacity:0.25;position:absolute;top:calc(var(--nb-list-line-height)*0.5);transform:translateX(-50%);width:var(--nb-list-timeline-weight)}.nb-list:is(.is-style-timeline) li:last-child{box-shadow:var(--sm-current-bg-color,var(--nb-bg-color)) calc(var(--nb-list-spacing)*-1) calc(var(--nb-list-line-height)*0.5) 0 0}.nb-list:is(.is-style-timeline):where(.list-no-marker){--nb-list-bullet-size:var(--nb-list-timeline-weight)}.nb-list:is(.is-style-timeline):where(.list-no-marker):before{bottom:0;top:0}.nb-list:is(ul.list-bullet-style){--nb-list-bullet-size:0.3em}.nb-list:is(ul.list-bullet-style):is(.sm-color-signal-2,.sm-color-signal-3){--nb-list-bullet-size:0.75em}.nb-list:is(ul.list-bullet-style):is(.sm-color-signal-2,.sm-color-signal-3) li:after{transform:scale(0.4)}.nb-list:is(ul.list-checkmark-style){--nb-list-bullet-size:0.75em}.nb-list:is(ul.list-checkmark-style) li:after{-webkit-mask:url(../../packages/icons/src/svgs/tick.svg) no-repeat 50% 50%;mask:url(../../packages/icons/src/svgs/tick.svg) no-repeat 50% 50%;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.nb-list:is(ul.list-checkmark-style):is(.sm-color-signal-2,.sm-color-signal-3){--nb-list-bullet-size:1.5em}.nb-list:is(ul.list-checkmark-style):is(.sm-color-signal-2,.sm-color-signal-3) li:after{transform:scale(0.5)}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class]){--nb-spacing-modifier:0.5;--nb-spacing-base:calc(var(--nb-spacing-current-multiplier)*var(--nb-spacing-modifier));padding-left:1.1em}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class])>*{--nb-block-top-spacing:1;--nb-block-bottom-spacing:0;--nb-emphasis-top-spacing:0;--nb-emphasis-bottom-spacing:0;--nb-current-spacing:calc(var(--nb-spacing)*var(--nb-spacing-current-multiplier));margin-bottom:calc(var(--nb-block-bottom-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));margin-top:calc(var(--nb-block-top-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));padding-bottom:calc(var(--nb-emphasis-bottom-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));padding-top:calc(var(--nb-emphasis-top-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1))}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class]) :is(noscript,style)+*,:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class])>:first-child{--nb-block-top-spacing:0}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class])>*{--nb-spacing-current-multiplier:var(--nb-spacing-base)}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class])>:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class]){--nb-spacing-base:inherit}:is(.wp-block-separator,#very.specific){background:none;border:0;color:var(--nb-bg-color)}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:auto}:root{--block-content-start:ws;--block-content-end:we;--block-wide-start:ws;--block-wide-end:we;--block-full-start:fs;--block-full-end:fe;--block-left-start:ws;--block-left-end:gs;--block-right-start:ge;--block-right-end:we;--nb-sidecar-gap:calc(var(--nb-spacing)*2);--nb-sidecar-sidebar-small-width:min(288px,20%);--nb-sidecar-sidebar-medium-width:min(330px,25%);--nb-sidecar-sidebar-large-width:min(400px,30%);--nb-sidecar-sidebar-left-width:var(--nb-sidecar-sidebar-small-width);--nb-sidecar-sidebar-right-width:var(--nb-sidecar-sidebar-small-width);--nb-container-width:1200px;--nb-content-width:calc(var(--nb-container-width) - var(--nb-sidecar-sidebar-left-width) - var(--nb-sidecar-sidebar-left-gap) - var(--nb-sidecar-sidebar-right-width) - var(--nb-sidecar-sidebar-right-gap));--nb-sidecar-sides:max(var(--nb-wrapper-sides-spacings),calc((100% - var(--nb-container-width))*0.5));--nb-actual-container-width:min(var(--nb-container-width),calc(100% - var(--nb-wrapper-sides-spacings)*2));--nb-sidecar-sidebar-left-gap:clamp(0px,var(--nb-sidecar-sidebar-left-width) * 999,var(--nb-sidecar-gap));--nb-sidecar-sidebar-left-max-width:calc(var(--nb-actual-container-width)*0.5 - var(--nb-sidecar-gap)*1.5);--nb-sidecar-content-left:calc(50% - var(--nb-sidecar-sides) - var(--nb-sidecar-sidebar-left-width) - var(--nb-sidecar-sidebar-left-gap) - var(--nb-sidecar-gap)*0.5);--nb-sidecar-sidebar-right-gap:clamp(0px,var(--nb-sidecar-sidebar-right-width) * 999,var(--nb-sidecar-gap));--nb-sidecar-sidebar-right-max-width:calc(var(--nb-actual-container-width)*0.5 - var(--nb-sidecar-gap)*1.5);--nb-sidecar-content-right:calc(50% - var(--nb-sidecar-sides) - var(--nb-sidecar-sidebar-right-width) - var(--nb-sidecar-sidebar-right-gap) - var(--nb-sidecar-gap)*0.5)}@media only screen and (min-width:1024px){:root{--block-content-start:cs;--block-content-end:ce}}.break-align-left{--block-wide-start:ws;--block-full-start:fs}.break-align-right{--block-wide-end:we;--block-full-end:fe}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova){--nb-actual-container-width:min(var(--nb-container-width),calc(100% - var(--nb-wrapper-sides-spacings)*2));--nb-sidecar-sidebar-left-gap:clamp(0px,var(--nb-sidecar-sidebar-left-width) * 999,var(--nb-sidecar-gap));--nb-sidecar-sidebar-left-max-width:calc(var(--nb-actual-container-width)*0.5 - var(--nb-sidecar-gap)*1.5);--nb-sidecar-content-left:calc(50% - var(--nb-sidecar-sides) - var(--nb-sidecar-sidebar-left-width) - var(--nb-sidecar-sidebar-left-gap) - var(--nb-sidecar-gap)*0.5);--nb-sidecar-sidebar-right-gap:clamp(0px,var(--nb-sidecar-sidebar-right-width) * 999,var(--nb-sidecar-gap));--nb-sidecar-sidebar-right-max-width:calc(var(--nb-actual-container-width)*0.5 - var(--nb-sidecar-gap)*1.5);--nb-sidecar-content-right:calc(50% - var(--nb-sidecar-sides) - var(--nb-sidecar-sidebar-right-width) - var(--nb-sidecar-sidebar-right-gap) - var(--nb-sidecar-gap)*0.5);display:grid;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;grid-column:fs/fe!important;grid-template-columns:[fs] var(--nb-sidecar-sides) [ws] var(--nb-sidecar-sidebar-left-width) [frs] 1fr [gs] var(--nb-sidecar-sidebar-left-gap) [cs] var(--nb-sidecar-content-left) [gcs] calc(var(--nb-sidecar-gap)/2) [cc] calc(var(--nb-sidecar-gap)/2) [gce] var(--nb-sidecar-content-right) [ce] var(--nb-sidecar-sidebar-right-gap) [ge] 1fr [fre] var(--nb-sidecar-sidebar-right-width) [we] var(--nb-sidecar-sides) [fe];max-width:none}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>.wp-block-image{align-items:center;display:flex;flex-direction:column}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:where(.wp-block)[data-align=left],:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:where(.wp-block)[data-align=right]{height:auto}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:where(.wp-block)[data-align=left]>.wp-block-image,:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:where(.wp-block)[data-align=right]>.wp-block-image{margin:0}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:not(.block-list-appender){max-width:none;width:100%}.editor-styles-wrapper :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>.wp-block{margin-left:0;margin-right:0}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>*{grid-column:var(--block-content-start)/var(--block-content-end)}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignwide,[data-align=wide]){grid-column:var(--block-wide-start)/var(--block-wide-end)}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignfull,[data-align=full]){grid-column:var(--block-full-start)/var(--block-full-end)}@media not screen and (min-width:1024px){:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova){grid-template-columns:[fs] var(--nb-wrapper-sides-spacings) [ws] auto [gs] 0 [cs] 1fr [gcs] 0 [cc] 0 [gce] 1fr [ce] 0 [ge] auto [we] var(--nb-wrapper-sides-spacings) [fe]}:where(:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova))>*{grid-column:ws/we}}@media only screen and (min-width:1024px){.nb-sidecar-area--sidebar :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova){display:block}}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left]),:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right]){-webkit-margin-start:0;-webkit-margin-end:0;float:none;margin-inline-end:0;margin-inline-start:0}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left]).break-align-left,:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right]).break-align-right{align-self:flex-start;grid-row-end:span 5}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left]).break-align-left{grid-column:var(--block-left-start)/var(--block-left-end)}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left]).break-align-left+:not(:is(.alignright,[data-align=right])){grid-column-start:cs}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right]).break-align-right{grid-column:var(--block-right-start)/var(--block-right-end)}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right]).break-align-right+:not(:is(.alignleft,[data-align=left])){grid-column-end:ce}@media only screen and (min-width:1024px){:is(.nb-sidecar--sidebar-left .nb-sidecar--sidebar-right,.nb-sidecar--sidebar-right .nb-sidecar--sidebar-left) :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left],.x2.specificity):not(.break-align-left){grid-column-end:gcs}:is(.nb-sidecar--sidebar-left .nb-sidecar--sidebar-right,.nb-sidecar--sidebar-right .nb-sidecar--sidebar-left) :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left],.x2.specificity):not(.break-align-left)+:not(:is(.alignright,[data-align=right])){grid-column-start:cc}:is(.nb-sidecar--sidebar-left .nb-sidecar--sidebar-right,.nb-sidecar--sidebar-right .nb-sidecar--sidebar-left) :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right],.x2.specificity):not(.break-align-right){grid-column-start:gce}:is(.nb-sidecar--sidebar-left .nb-sidecar--sidebar-right,.nb-sidecar--sidebar-right .nb-sidecar--sidebar-left) :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right],.x2.specificity):not(.break-align-right)+:not(:is(.alignleft,[data-align=left])){grid-column-end:cc}}*,:after,:before{box-sizing:border-box}.admin-bar{--admin-bar-height:32px;--admin-bar-offset:0}@media screen and (max-width:782px){.admin-bar{--admin-bar-height:46px;--admin-bar-offset:46px}}.novablocks-doppler__mask{clip:rect(0 auto auto 0);-webkit-mask-image:-webkit-linear-gradient(0deg,#fff,#fff)}.nb-supernova-item__media-aspect-ratio[class]>*{height:100%;left:0;position:absolute;top:0;width:100%}
     1:root{--nb-spacing:24px;--nb-media-background-direction:90deg;--nb-wrapper-sides-spacings:var(--nb-spacing);--nb-transition-duration:0.5s;--nb-transition-easing:ease;--nb-transition:all var(--nb-transition-duration) var(--nb-transition-easing);--nb-spacing-base:1;--nb-spacing-modifier:1;--nb-spacing-current-multiplier:1;--nb-block-content-box-shadow:0 32px 128px rgba(42,54,52,.1),0 16px 64px rgba(42,54,52,.1),0 8px 16px rgba(42,54,52,.1)}*{--nb-bg-color:var(--sm-current-bg-color,#fff);--nb-accent-color:var(--sm-current-accent-color,#203ab6);--nb-fg1-color:var(--sm-current-fg1-color,#272743);--nb-fg2-color:var(--sm-current-fg2-color,#000043)}.novablocks-u-content-align{display:flex;position:relative;width:100%}.novablocks-u-halign-left .novablocks-u-content-align{justify-content:flex-start;text-align:left}.novablocks-u-halign-center .novablocks-u-content-align{justify-content:center;text-align:center}.novablocks-u-halign-right .novablocks-u-content-align{justify-content:flex-end;text-align:right}.novablocks-u-valign-top .novablocks-u-content-align{align-items:flex-start}.novablocks-u-valign-center .novablocks-u-content-align{align-items:center}.novablocks-u-valign-bottom .novablocks-u-content-align{align-items:flex-end}.novablocks-block{--nb-block-padding:var(--nb-spacing);--nb-block-content-padding:var(--nb-spacing)}.novablocks-media{position:relative;z-index:var(--nb-current-zindex)}.novablocks-block__content[class]{background:none;position:relative;transform:translateZ(0);transition:var(--nb-transition);transition-property:padding,box-shadow}.novablocks-block__content h1,.novablocks-block__content h2,.novablocks-block__content h3,.novablocks-block__content h4,.novablocks-block__content h5,.novablocks-block__content h6{width:100%}.novablocks-block__content:before{background-color:var(--sm-current-bg-color,var(--nb-bg-color));bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0;transition:var(--nb-transition);transition-property:background-color,opacity;z-index:-1}:root{--nb-content-padding-small:5%;--nb-content-padding-medium:10%;--nb-content-padding-large:15%}.novablocks-u-content-padding{--nb-spacing-current-multiplier:2;--nb-content-padding-top:calc(var(--nb-emphasis-top-spacing)*var(--nb-current-spacing));--nb-content-padding-bottom:calc(var(--nb-emphasis-bottom-spacing)*var(--nb-current-spacing));padding-bottom:var(--nb-content-padding-bottom);padding-top:var(--nb-content-padding-top)}.novablocks-u-content-padding>*{--nb-spacing-current-multiplier:1}:is(.wp-site-blocks,.wp-block-column,.wp-block-query,.wp-block-post-content,.wp-block-template-part,.wp-block-media-text__content,.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.block-editor-block-list__layout,.widget,.nb-list,.nb-sidecar,.nb-sidecar-area,.nb-content-layout-grid,.nb-block-spacing-container,.nb-supernova-item__inner-container,.nb-header__inner-container,.specificity.x2)>*{--nb-block-top-spacing:1;--nb-block-bottom-spacing:0;--nb-emphasis-top-spacing:0;--nb-emphasis-bottom-spacing:0;--nb-current-spacing:calc(var(--nb-spacing)*var(--nb-spacing-current-multiplier));margin-bottom:calc(var(--nb-block-bottom-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));margin-top:calc(var(--nb-block-top-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));padding-bottom:calc(var(--nb-emphasis-bottom-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));padding-top:calc(var(--nb-emphasis-top-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1))}:is(.wp-site-blocks,.wp-block-column,.wp-block-query,.wp-block-post-content,.wp-block-template-part,.wp-block-media-text__content,.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.block-editor-block-list__layout,.widget,.nb-list,.nb-sidecar,.nb-sidecar-area,.nb-content-layout-grid,.nb-block-spacing-container,.nb-supernova-item__inner-container,.nb-header__inner-container,.specificity.x2) :is(noscript,style)+*,:is(.wp-site-blocks,.wp-block-column,.wp-block-query,.wp-block-post-content,.wp-block-template-part,.wp-block-media-text__content,.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.block-editor-block-list__layout,.widget,.nb-list,.nb-sidecar,.nb-sidecar-area,.nb-content-layout-grid,.nb-block-spacing-container,.nb-supernova-item__inner-container,.nb-header__inner-container,.specificity.x2)>:first-child{--nb-block-top-spacing:0}:is(.wp-block-row,.specificity.x2){gap:var(--nb-current-spacing)}.wp-block-column[class]{--nb-block-top-spacing:0}[style*="--nb-spacing-modifier"]{--nb-spacing-modifier:1;--nb-spacing-base:calc(var(--nb-spacing-current-multiplier)*var(--nb-spacing-modifier))}[style*="--nb-spacing-modifier"]>*{--nb-spacing-current-multiplier:var(--nb-spacing-base)}[style*="--nb-spacing-modifier"]>[style*="--nb-spacing-modifier"]{--nb-spacing-base:inherit}:is(h1,h2,h3,h4,h5,h6,.specificity.x2):not(:first-child){--nb-block-top-spacing:1.25}:is(h1,h2,h3,h4,h5,h6,.specificity.x2)+:is(p,ul,ol,nav){--nb-block-top-spacing:0.5}:is(h1,h2,h3,h4,h5,h6,.specificity.x2)+:is(h1,h2,h3,h4,h5,h6,.specificity.x2){--nb-block-top-spacing:0.25}.wp-block-row>.wp-block-categories-list{display:flex;flex-wrap:wrap;gap:var(--nb-current-spacing)}:root{--nb-group-padding-toggle:1}.alignleft,.alignnone,.alignright,.alignwide{--nb-group-padding-toggle:0}@media only screen and (min-width:1024px){.nb-sidecar-area{--nb-group-padding-toggle:0}}.wp-block-group[class*=sm-color-signal]:not(.sm-color-signal-0){--nb-group-padding-toggle:1}:is(.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.nb-header-row__inner-container,.specificity.x2.x3){--nb-group-side-padding:calc(var(--nb-wrapper-sides-spacings)*var(--nb-group-padding-toggle));padding-left:var(--nb-group-side-padding);padding-right:var(--nb-group-side-padding)}:is(.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.nb-header-row__inner-container,.specificity.x2.x3)>*{margin-left:auto;margin-right:auto;max-width:var(--nb-content-width)}:is(.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.nb-header-row__inner-container,.specificity.x2.x3)>:is(.alignwide,[data-align=wide]){max-width:var(--nb-container-width)}:is(.wp-block-group:not(.wp-block-row),.wp-block-group__inner-container,.nb-header-row__inner-container,.specificity.x2.x3)>:is(.alignfull,[data-align=full]){margin-left:calc(var(--nb-group-side-padding)*-1);margin-right:calc(var(--nb-group-side-padding)*-1);max-width:none;width:auto}:is(.wp-block-group__inner-container,.specificity.x2.x3){max-width:none;padding-left:0;padding-right:0}.wp-block-group[class*=sm-color-signal]:not(.sm-color-signal-0):not(:empty){padding:calc(max(0.75 * var(--nb-wrapper-sides-spacings), var(--nb-emphasis-top-spacing) * var(--nb-current-spacing) * var(--nb-spacing-multiplier-override, 1))) var(--nb-wrapper-sides-spacings) calc(max(0.75 * var(--nb-wrapper-sides-spacings), var(--nb-emphasis-bottom-spacing) * var(--nb-current-spacing) * var(--nb-spacing-multiplier-override, 1)))}.wp-block-group:is(.is-layout-flex,.x1.x2)>*{--nb-block-top-spacing:0;--nb-block-bottom-spacing:0;--nb-emphasis-top-spacing:0;--nb-emphasis-bottom-spacing:0;margin-left:0;margin-right:0}.sm-color-signal-0:not(.alignfull):not([data-align=full])>.wp-block-group__inner-container{padding-left:0;padding-right:0}.sm-color-signal-0:not(.alignfull):not([data-align=full])>.wp-block-group__inner-container>:is(.alignfull,[data-align=full]){margin-left:0;margin-right:0}.wp-block-row{align-items:baseline}.wp-block-row--center{justify-content:center}.nb-list{--sm-current-bg-color:inherit!important;--sm-current-accent-color:inherit!important;--sm-current-fg1-color:inherit!important;--sm-current-fg2-color:inherit!important;--nb-list-bullet-color:var(--sm-current-fg1-color,var(--nb-fg1-color));--nb-list-bullet-bg-color:var(--sm-current-bg-color,var(--nb-bg-color));--nb-list-bullet-outline:0.2em;--nb-list-connection-color:var(--sm-current-accent-color,var(--nb-accent-color))}.nb-list.sm-color-signal-1{--nb-list-bullet-color:var(--sm-current-accent-color,var(--nb-accent-color))}.nb-list.sm-color-signal-2{--nb-list-bullet-color:var(--sm-current-bg-color,var(--nb-bg-color));--nb-list-bullet-bg-color:var(--sm-current-fg1-color,var(--nb-fg1-color));--nb-list-bullet-outline:0.4em}.nb-list.sm-color-signal-3{--nb-list-bullet-color:var(--sm-current-bg-color,var(--nb-bg-color));--nb-list-bullet-bg-color:var(--sm-current-accent-color,var(--nb-accent-color));--nb-list-bullet-outline:0.4em}ol.nb-list{--nb-list-counter-style:decimal-leading-zero;counter-reset:li var(--nb-list-start-at,0);font-variant-numeric:tabular-nums lining-nums;position:relative}ol.nb-list:is(.sm-color-signal-2,.sm-color-signal-3){--nb-list-counter-style:decimal}ol.nb-list li{position:relative}ol.nb-list li:after{background-color:transparent;color:var(--nb-list-bullet-color);content:counter(li,var(--nb-list-counter-style))}ol.nb-list:is(.sm-color-signal-0,.sm-color-signal-1){--nb-list-bullet-size:2ch}ol.nb-list:is(.sm-color-signal-2,.sm-color-signal-3) li:after{text-align:center}ol.nb-list>li:after{counter-increment:li}ol.nb-list>li ol{counter-reset:li 0}ol.nb-list>li ol>li:after{counter-increment:li}ol.nb-list[reversed]{counter-reset:li var(--reversed-start-at-value,var(--nb-list-items-count))}ol.nb-list[reversed][start]{--reversed-start-at-value:calc(var(--nb-list-start-at) + 2)}ol.nb-list[reversed]>li:after{counter-increment:li -1}.nb-list{--nb-list-timeline-weight:2px;--nb-list-divider-weight:1px;--nb-list-bullet-size:1.5em;--nb-list-bullet-addon:0em;--nb-list-bullet-spacing:0.4em;--nb-list-line-height:1.5em;--nb-list-decoration-gap:0.5em;--nb-list-spacing:calc(var(--nb-list-bullet-size) + var(--nb-list-decoration-gap));--nb-spacing-modifier:0.5;--nb-spacing-base:calc(var(--nb-spacing-current-multiplier)*var(--nb-spacing-modifier))}.nb-list>*{--nb-spacing-current-multiplier:var(--nb-spacing-base)}.nb-list>.nb-list{--nb-spacing-base:inherit}.nb-list[class][class]{padding-left:0}.nb-list,.nb-list *{list-style:none}.nb-list :is(ul,ol,dl,li:not(:first-child),.increased.specificity){margin-top:var(--nb-current-spacing)}.nb-list:where(.list-bullet-style,.list-checkmark-style) li{position:relative}.nb-list:where(.list-bullet-style,.list-checkmark-style) li:after,.nb-list:where(.list-bullet-style,.list-checkmark-style) li:before{border-radius:50%;content:"";display:block;height:var(--nb-list-bullet-size);left:calc(var(--nb-list-spacing)*-1);line-height:var(--nb-list-bullet-size);position:absolute;top:calc(var(--nb-list-line-height)*0.5 - var(--nb-list-bullet-size)*0.5);width:var(--nb-list-bullet-size)}.nb-list:where(.list-bullet-style,.list-checkmark-style) li:after{background-color:var(--nb-list-bullet-color)}.nb-list:where(.list-bullet-style,.list-checkmark-style) li:before{background-color:var(--nb-list-bullet-bg-color);box-shadow:0 0 0 4px var(--sm-current-bg-color,var(--nb-bg-color))}.nb-list ol,.nb-list ul,.nb-list:is(.is-style-timeline)[class],.nb-list:is(.list-bullet-style,.list-checkmark-style):not(.is-style-divider){padding-left:var(--nb-list-spacing)}.nb-list:where(.list-bullet-style,.list-checkmark-style):where(.is-style-divider) li{padding-left:var(--nb-list-spacing)}.nb-list:where(.list-bullet-style,.list-checkmark-style):where(.is-style-divider) li:after,.nb-list:where(.list-bullet-style,.list-checkmark-style):where(.is-style-divider) li:before{left:0}.nb-list:is(.is-style-divider) li:not(:last-child){border-bottom:var(--nb-list-divider-weight) solid var(--nb-list-connection-color);padding-bottom:var(--nb-current-spacing)}.nb-list:is(.is-style-timeline),.nb-list:is(.is-style-timeline) ol,.nb-list:is(.is-style-timeline) ul{position:relative}.nb-list:is(.is-style-timeline) ol:before,.nb-list:is(.is-style-timeline) ul:before,.nb-list:is(.is-style-timeline):before{background-color:var(--nb-list-connection-color);bottom:calc(var(--nb-list-line-height)*0.5);content:"";left:calc(var(--nb-list-bullet-size)*0.5);opacity:0.25;position:absolute;top:calc(var(--nb-list-line-height)*0.5);transform:translateX(-50%);width:var(--nb-list-timeline-weight)}.nb-list:is(.is-style-timeline) li:last-child{box-shadow:var(--sm-current-bg-color,var(--nb-bg-color)) calc(var(--nb-list-spacing)*-1) calc(var(--nb-list-line-height)*0.5) 0 0}.nb-list:is(.is-style-timeline):where(.list-no-marker){--nb-list-bullet-size:var(--nb-list-timeline-weight)}.nb-list:is(.is-style-timeline):where(.list-no-marker):before{bottom:0;top:0}.nb-list:is(ul.list-bullet-style){--nb-list-bullet-size:0.3em}.nb-list:is(ul.list-bullet-style):is(.sm-color-signal-2,.sm-color-signal-3){--nb-list-bullet-size:0.75em}.nb-list:is(ul.list-bullet-style):is(.sm-color-signal-2,.sm-color-signal-3) li:after{transform:scale(0.4)}.nb-list:is(ul.list-checkmark-style){--nb-list-bullet-size:0.75em}.nb-list:is(ul.list-checkmark-style) li:after{-webkit-mask:url(../../packages/icons/src/svgs/tick.svg) no-repeat 50% 50%;mask:url(../../packages/icons/src/svgs/tick.svg) no-repeat 50% 50%;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.nb-list:is(ul.list-checkmark-style):is(.sm-color-signal-2,.sm-color-signal-3){--nb-list-bullet-size:1.5em}.nb-list:is(ul.list-checkmark-style):is(.sm-color-signal-2,.sm-color-signal-3) li:after{transform:scale(0.5)}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class]){--nb-spacing-modifier:0.5;--nb-spacing-base:calc(var(--nb-spacing-current-multiplier)*var(--nb-spacing-modifier));padding-left:1.1em}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class])>*{--nb-block-top-spacing:1;--nb-block-bottom-spacing:0;--nb-emphasis-top-spacing:0;--nb-emphasis-bottom-spacing:0;--nb-current-spacing:calc(var(--nb-spacing)*var(--nb-spacing-current-multiplier));margin-bottom:calc(var(--nb-block-bottom-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));margin-top:calc(var(--nb-block-top-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));padding-bottom:calc(var(--nb-emphasis-bottom-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1));padding-top:calc(var(--nb-emphasis-top-spacing)*var(--nb-current-spacing)*var(--nb-spacing-multiplier-override, 1))}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class]) :is(noscript,style)+*,:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class])>:first-child{--nb-block-top-spacing:0}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class])>*{--nb-spacing-current-multiplier:var(--nb-spacing-base)}:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class])>:is(.wp-block-column,.nb-sidecar-area,.comment-content,trix-editor)>:is(ul,ol):not([class]){--nb-spacing-base:inherit}:is(.wp-block-separator,#very.specific){background:none;border:0;color:var(--nb-bg-color)}html.is-dark :is(.wp-block-separator,#very.specific){color:var(--nb-accent-color)}.wp-block-separator:not(.is-style-wide):not(.is-style-dots){width:auto}:root{--block-content-start:ws;--block-content-end:we;--block-wide-start:ws;--block-wide-end:we;--block-full-start:fs;--block-full-end:fe;--block-left-start:ws;--block-left-end:gs;--block-right-start:ge;--block-right-end:we;--nb-sidecar-gap:calc(var(--nb-spacing)*2);--nb-content-inset-setting:288;--nb-sidecar-sidebar-small-width:max(var(--nb-content-inset-setting) * 1px,15%);--nb-sidecar-sidebar-medium-width:max(330px,(100% - var(--nb-sidecar-sides))/4);--nb-sidecar-sidebar-large-width:max(400px,(100% - var(--nb-sidecar-sides))/3);--nb-sidecar-sidebar-left-width:var(--nb-sidecar-sidebar-small-width);--nb-sidecar-sidebar-right-width:var(--nb-sidecar-sidebar-small-width);--nb-container-width:calc(var(--nb-container-width-setting)*var(--current-font-size, 16px));--nb-content-width:calc(var(--nb-container-width) - var(--nb-sidecar-sidebar-left-width) - var(--nb-sidecar-sidebar-left-gap) - var(--nb-sidecar-sidebar-right-width) - var(--nb-sidecar-sidebar-right-gap));--nb-sidecar-sides:max(var(--nb-wrapper-sides-spacings),calc((100% - var(--nb-container-width))*0.5));--nb-actual-container-width:min(var(--nb-container-width),calc(100% - var(--nb-wrapper-sides-spacings)*2));--nb-sidecar-sidebar-left-gap:clamp(0px,var(--nb-sidecar-sidebar-left-width) * 999,var(--nb-sidecar-gap));--nb-sidecar-sidebar-left-max-width:calc(var(--nb-actual-container-width)*0.5 - var(--nb-sidecar-gap)*1.5);--nb-sidecar-content-left:calc(50% - var(--nb-sidecar-sides) - var(--nb-sidecar-sidebar-left-width) - var(--nb-sidecar-sidebar-left-gap) - var(--nb-sidecar-gap)*0.5);--nb-sidecar-sidebar-right-gap:clamp(0px,var(--nb-sidecar-sidebar-right-width) * 999,var(--nb-sidecar-gap));--nb-sidecar-sidebar-right-max-width:calc(var(--nb-actual-container-width)*0.5 - var(--nb-sidecar-gap)*1.5);--nb-sidecar-content-right:calc(50% - var(--nb-sidecar-sides) - var(--nb-sidecar-sidebar-right-width) - var(--nb-sidecar-sidebar-right-gap) - var(--nb-sidecar-gap)*0.5)}@media only screen and (min-width:1024px){:root{--block-content-start:cs;--block-content-end:ce}}.break-align-left{--block-wide-start:ws;--block-full-start:fs}.break-align-right{--block-wide-end:we;--block-full-end:fe}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova){--nb-actual-container-width:min(var(--nb-container-width),calc(100% - var(--nb-wrapper-sides-spacings)*2));--nb-sidecar-sidebar-left-gap:clamp(0px,var(--nb-sidecar-sidebar-left-width) * 999,var(--nb-sidecar-gap));--nb-sidecar-sidebar-left-max-width:calc(var(--nb-actual-container-width)*0.5 - var(--nb-sidecar-gap)*1.5);--nb-sidecar-content-left:calc(50% - var(--nb-sidecar-sides) - var(--nb-sidecar-sidebar-left-width) - var(--nb-sidecar-sidebar-left-gap) - var(--nb-sidecar-gap)*0.5);--nb-sidecar-sidebar-right-gap:clamp(0px,var(--nb-sidecar-sidebar-right-width) * 999,var(--nb-sidecar-gap));--nb-sidecar-sidebar-right-max-width:calc(var(--nb-actual-container-width)*0.5 - var(--nb-sidecar-gap)*1.5);--nb-sidecar-content-right:calc(50% - var(--nb-sidecar-sides) - var(--nb-sidecar-sidebar-right-width) - var(--nb-sidecar-sidebar-right-gap) - var(--nb-sidecar-gap)*0.5);display:grid;grid-auto-rows:-webkit-min-content;grid-auto-rows:min-content;grid-column:fs/fe!important;grid-template-columns:[fs] var(--nb-sidecar-sides) [ws] var(--nb-sidecar-sidebar-left-width) [frs] 1fr [gs] var(--nb-sidecar-sidebar-left-gap) [cs] var(--nb-sidecar-content-left) [gcs] calc(var(--nb-sidecar-gap)/2) [cc] calc(var(--nb-sidecar-gap)/2) [gce] var(--nb-sidecar-content-right) [ce] var(--nb-sidecar-sidebar-right-gap) [ge] 1fr [fre] var(--nb-sidecar-sidebar-right-width) [we] var(--nb-sidecar-sides) [fe];max-width:none}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>.wp-block-image{align-items:center;display:flex;flex-direction:column}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:where(.wp-block)[data-align=left],:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:where(.wp-block)[data-align=right]{height:auto}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:where(.wp-block)[data-align=left]>.wp-block-image,:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:where(.wp-block)[data-align=right]>.wp-block-image{margin:0}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:not(.block-list-appender){max-width:none;width:100%}.editor-styles-wrapper :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>.wp-block{margin-left:0;margin-right:0}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>*{grid-column:var(--block-content-start)/var(--block-content-end)}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignwide,[data-align=wide]){grid-column:var(--block-wide-start)/var(--block-wide-end)}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignfull,[data-align=full]){grid-column:var(--block-full-start)/var(--block-full-end)}@media not screen and (min-width:1024px){:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova){grid-template-columns:[fs] var(--nb-wrapper-sides-spacings) [ws] auto [gs] 0 [cs] 1fr [gcs] 0 [cc] 0 [gce] 1fr [ce] 0 [ge] auto [we] var(--nb-wrapper-sides-spacings) [fe]}:where(:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova))>*{grid-column:ws/we}}@media only screen and (min-width:1024px){.nb-sidecar-area--sidebar :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova){display:block}}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left]),:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right]){-webkit-margin-start:0;-webkit-margin-end:0;float:none;margin-inline-end:0;margin-inline-start:0}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left]).break-align-left,:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right]).break-align-right{align-self:flex-start;grid-row-end:span 5}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left]).break-align-left{grid-column:var(--block-left-start)/var(--block-left-end)}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left]).break-align-left+:not(:is(.alignright,[data-align=right])){grid-column-start:cs}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right]).break-align-right{grid-column:var(--block-right-start)/var(--block-right-end)}:is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right]).break-align-right+:not(:is(.alignleft,[data-align=left])){grid-column-end:ce}@media only screen and (min-width:1024px){:is(.nb-sidecar--sidebar-left .nb-sidecar--sidebar-right,.nb-sidecar--sidebar-right .nb-sidecar--sidebar-left) :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left],.x2.specificity):not(.break-align-left){grid-column-end:gcs}:is(.nb-sidecar--sidebar-left .nb-sidecar--sidebar-right,.nb-sidecar--sidebar-right .nb-sidecar--sidebar-left) :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignleft,[data-align=left],.x2.specificity):not(.break-align-left)+:not(:is(.alignright,[data-align=right])){grid-column-start:cc}:is(.nb-sidecar--sidebar-left .nb-sidecar--sidebar-right,.nb-sidecar--sidebar-right .nb-sidecar--sidebar-left) :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right],.x2.specificity):not(.break-align-right){grid-column-start:gce}:is(.nb-sidecar--sidebar-left .nb-sidecar--sidebar-right,.nb-sidecar--sidebar-right .nb-sidecar--sidebar-left) :is(.is-root-container,.edit-post-visual-editor__post-title-wrapper,.wp-block-post-content,.wp-block-template-part,[data-block-name="woocommerce/legacy-template"],[id=main],.nb-content-layout-grid,.nb-sidecar,.nb-sidecar-area--content,.wp-block-query,.nb-supernova)>:is(.alignright,[data-align=right],.x2.specificity):not(.break-align-right)+:not(:is(.alignleft,[data-align=left])){grid-column-end:cc}}*,:after,:before{box-sizing:border-box}.admin-bar{--admin-bar-height:32px;--admin-bar-offset:0}@media screen and (max-width:782px){.admin-bar{--admin-bar-height:46px;--admin-bar-offset:46px}}.novablocks-doppler__mask{clip:rect(0 auto auto 0);-webkit-mask-image:-webkit-linear-gradient(0deg,#fff,#fff)}.nb-supernova-item__media-aspect-ratio[class]>*{height:100%;left:0;position:absolute;top:0;width:100%}
  • nova-blocks/trunk/lib/block-rendering.php

    r2719178 r2721032  
    524524    function novablocks_get_collection_output( array $attributes, $content, $block ): string {
    525525
    526         if ( 'auto' === $attributes['contentType'] ) {
     526        if ( isset( $attributes['contentType'] ) && 'auto' === $attributes['contentType'] ) {
    527527            $content = novablocks_get_posts_collection_cards_markup( $attributes, $content, $block );
    528528        }
     
    13171317    $data_attributes = novablocks_get_data_attributes( $data_attributes_array, $attributes );
    13181318
    1319     if ( $attributes['columns'] === 1 &&
    1320          $attributes['cardLayout'] === 'stacked' &&
    1321          $attributes['layoutStyle'] !== 'carousel' ) {
     1319    if ( ( isset( $attributes['columns'] ) && $attributes['columns'] === 1 ) &&
     1320         ( isset( $attributes['cardLayout']) && $attributes['cardLayout'] === 'stacked' ) &&
     1321         ( isset( $attributes['layoutStyle'] ) && $attributes['layoutStyle'] !== 'carousel' ) ) {
     1322
    13221323        if ( get_post_meta( get_the_ID(), 'novablocks_hero_position_indicators', true ) ) {
    13231324            $data_attributes[] = 'data-position-indicators="1"';
     
    16221623
    16231624function novablocks_show_card_contents( array $attributes ): bool {
    1624     $hide_hero_inner_content = $attributes['contentType'] === 'custom' &&
     1625    $hide_hero_inner_content = isset( $attributes['contentType'] ) && $attributes['contentType'] === 'custom' &&
    16251626                               empty( $attributes['displayInnerContent'] );
    16261627
  • nova-blocks/trunk/lib/setup.php

    r2710156 r2721032  
    128128
    129129/**
     130 * Filters the block editor allowed_block_types setting to add allowed block types depending on context.
     131 *
    130132 * @param bool|array              $allowed_block_types  Array of block type slugs, or boolean to enable/disable all.
    131133 *                                                      Default true (all registered block types supported).
     
    134136 * @return bool|string[]
    135137 */
    136 function novablocks_allowed_block_types( $allowed_block_types, WP_Block_Editor_Context $block_editor_context ) {
     138function novablocks_allowed_block_types_by_context( $allowed_block_types, WP_Block_Editor_Context $block_editor_context ) {
    137139    if ( ! empty( $block_editor_context->post ) ) {
    138140        $post = $block_editor_context->post;
     
    151153    return $allowed_block_types;
    152154}
    153 add_filter( 'allowed_block_types_all', 'novablocks_allowed_block_types', 10, 2 );
     155add_filter( 'allowed_block_types_all', 'novablocks_allowed_block_types_by_context', 10, 2 );
    154156
    155157// Load and fire up the Sidebars BLocks logic.
  • nova-blocks/trunk/nova-blocks.php

    r2719178 r2721032  
    44 * Plugin URI: https://github.com/pixelgrade/nova-blocks/
    55 * Description: Nova Blocks is a collection of <strong>distinctive Gutenberg blocks</strong>, committed to making your site shine like a newborn star. It is taking a design-driven approach to help you made the right decisions and showcase your content in the best shape.
    6  * Version: 2.0.1
     6 * Version: 2.0.2
    77 * Author: Pixelgrade
    88 * Author URI: https://www.pixelgrade.com
     
    3030}
    3131
    32 define( 'Pixelgrade\NovaBlocks\VERSION', '2.0.1' );
     32define( 'Pixelgrade\NovaBlocks\VERSION', '2.0.2' );
    3333
    3434/**
  • nova-blocks/trunk/packages/block-library/src/blocks/announcement-bar/attributes.json

    r2710156 r2721032  
    1212        "default": false
    1313    },
    14     "blockId": {
     14    "content": {
    1515        "type": "string",
    16         "default": ""
     16        "default": "<b>Find me on Instagram!</b> New photos and interesting facts every day."
    1717    }
    1818}
  • nova-blocks/trunk/packages/block-library/src/blocks/announcement-bar/block.json

    r2710156 r2721032  
    88    "keywords": ["promo bar", "welcome header bar", "top bar", "banner"],
    99    "textdomain": "nova-blocks",
    10     "attributes": {
    11         "align": {
    12             "type": "string",
    13             "default": "full"
    14         },
    15         "url": {
    16             "type": "string",
    17             "default": ""
    18         },
    19         "opensInNewTab": {
    20             "type": "boolean",
    21             "default": false
    22         },
    23         "content": {
    24             "type": "string",
    25             "default": "<b>Find me on Instagram!</b> New photos and interesting facts every day."
    26         }
    27     },
     10    "attributes": {},
    2811    "usesContext": [],
    2912    "supports": {
  • nova-blocks/trunk/packages/block-library/src/blocks/cards-collection/init.php

    r2710156 r2721032  
    5656        $classes = [
    5757            'nb-supernova',
    58             'nb-supernova--content-type-' . $attributes['contentType'],
    59             'nb-supernova--card-layout-' . $attributes['cardLayout'],
    6058            'nb-supernova--valign-' . $align[0],
    6159            'nb-supernova--halign-' . $align[1],
     
    6361            'alignfull',
    6462        ];
     63        if ( isset( $attributes['contentType'] ) ) {
     64            $classes[] = 'nb-supernova--content-type-' . $attributes['contentType'];
     65        }
     66
     67        if ( isset( $attributes['cardLayout'] ) ) {
     68            $classes[] = 'nb-supernova--card-layout-' . $attributes['cardLayout'];
     69        }
    6570
    6671        $classes = array_merge(
  • nova-blocks/trunk/packages/block-library/src/blocks/header/extras.php

    r2719178 r2721032  
    9494
    9595        ob_start(); ?>
     96
    9697        <!--Reading Bar-->
    97         <div class="c-reading-bar js-reading-bar">
    98             <div class="c-reading-bar__layer c-reading-bar__layer--current">
    99                 <div class="c-reading-bar__layer-wrapper">
    100                     <div class="c-reading-bar__wrapper-menu-trigger"><?php echo $menu_trigger; ?></div>
    101                     <?php echo $current_post_title; ?>
    102                     <div class="c-reading-bar__wrapper-social"><?php echo $social_trigger; ?></div>
     98        <div class="c-reading-bar  js-reading-bar">
     99            <div class="c-reading-bar__container">
     100                <div class="c-reading-bar__layer c-reading-bar__layer--current">
     101                    <div class="c-reading-bar__layer-wrapper">
     102                        <div class="c-reading-bar__wrapper-menu-trigger"><?php echo $menu_trigger; ?></div>
     103                        <?php echo $current_post_title; ?>
     104                        <div class="c-reading-bar__wrapper-social"><?php echo $social_trigger; ?></div>
     105                    </div>
    103106                </div>
     107                <?php if ( $next_post_title ) { ?>
     108                <div class="c-reading-bar__layer c-reading-bar__layer--next sm-color-signal-2 sm-palette-1 sm-variation-1 sm-palette--shifted">
     109                    <div class="c-reading-bar__layer-wrapper">
     110                        <?php echo $next_post_title; ?>
     111                    </div>
     112                </div>
     113                <?php } ?>
    104114            </div>
    105             <?php if ( $next_post_title ) { ?>
    106             <div class="c-reading-bar__layer c-reading-bar__layer--next sm-color-signal-2 sm-palette-1 sm-variation-1 sm-palette--shifted">
    107                 <div class="c-reading-bar__layer-wrapper">
    108                     <?php echo $next_post_title; ?>
    109                 </div>
    110             </div>
    111             <?php } ?>
    112115        </div><!-- .c-reading-bar -->
     116        <div class="c-reading-bar__progress  js-reading-progress"></div>
    113117
    114118        <!--Reading Progress Bar-->
    115         <div class="c-reading-progress  js-reading-progress"></div>
    116119        <?php
    117120
  • nova-blocks/trunk/packages/block-library/src/blocks/post-comments/lib/renderers/class-novablocks-comments-form.php

    r2710156 r2721032  
    5757
    5858                // Double the actual size for high dpi displays. Set to zero (0) for no avatars.
    59                 'avatarSize'  => 100,
     59                'avatarSize'  => 96,
    6060                'avatarClass' => 'avatar',
    6161
  • nova-blocks/trunk/packages/block-library/src/blocks/post-comments/lib/renderers/class-novablocks-comments-list.php

    r2710156 r2721032  
    7373                'displayCommenterBackground' => true,
    7474                // Double the actual size for high dpi displays. Set to zero (0) for no avatars.
    75                 'avatarSize'                 => 100,
     75                'avatarSize'                 => 96,
    7676
    7777                // The message to use in the comments list when a comment is not approved.
     
    542542            $args = wp_parse_args( $args, [
    543543                'walker'      => new NovaBlocks_Walker_Comment(),
    544                 'avatar_size' => 100,
     544                'avatar_size' => 96,
    545545                'style'       => 'div',
    546546                'short_ping'  => true,
  • nova-blocks/trunk/readme.txt

    r2719178 r2721032  
    44Requires at least: 5.9
    55Tested up to: 5.9.4
    6 Stable tag: 2.0.1
     6Stable tag: 2.0.2
    77Requires PHP: 7.1
    88License: GPLv2 or later
     
    3232= Tested with the following WordPress themes: =
    3333
     34* [Rosa LT](https://pixelgrade.com/themes/restaurants/rosa-lt/) _by Pixelgrade_
     35* [Felt LT](https://pixelgrade.com/themes/blogging/felt-lt/) _by Pixelgrade_
    3436* [Twenty Nineteen](https://wordpress.org/themes/twentynineteen/) _by WordPress team_
    3537* [Storefront](https://wordpress.org/themes/storefront/) _by Automattic_
    3638* [Osteria](https://pixelgrade.com/themes/restaurants/osteria/) _by Pixelgrade_
    37 * [Rosa2](https://pixelgrade.com/themes/restaurants/rosa2/) _by Pixelgrade_
    3839
    3940**Made with love by [Pixelgrade](https://pixelgrade.com/)**
     
    6768* [JS Cookie](https://github.com/js-cookie/js-cookie) Copyright (c) 2018 Klaus Hartl, Fagner Brack, GitHub Contributors - License: MIT
    6869
    69 * [Block Areas](https://wordpress.org/plugins/block-areas/) - License GPLv2
    70 
    7170== Installation ==
    7271
     
    9493
    9594== Changelog ==
     95
     96= 2.0.2 =
     97* Change post comments block default avatar size to a more standard one (96) to avoid further thumbnail generation.
     98* Fix styling for the reading bar
     99* Decrease hero and promo bar heights when used together
     100* Fix Supernova Item block padding
     101* Improve sidebars width calculations
     102* Cleanup and improve the menu-food block
     103* Fix separators color in dark-mode
     104* Fix content width in certain situations
     105* Hide deprecated blocks from the inserter via the block editor preferences logic.
    96106
    97107= 2.0.1 =
Note: See TracChangeset for help on using the changeset viewer.