Gutenberg Blocks – Ultimate Addons for Gutenberg - Version 2.0.2

Version Description

  • WEDNESDAY, 17TH AUGUST 2022 =
  • Fix: Compatibility issues with PHP version 7.2 and older.
  • Fix: Forms - Throws an error on drag and drop.
  • Fix: Icon List - Throws an undefined innerBlocks when drag and drop from block inserter.
  • Fix: Icon List - Throws an PHP Notice for old users.
Download this release

Release Info

Developer brainstormworg
Plugin Icon Gutenberg Blocks – Ultimate Addons for Gutenberg
Version 2.0.2
Comparing to
See all releases

Code changes from version 2.0.1 to 2.0.2

blocks-config/cf7-styler/class-uagb-cf7-styler.php CHANGED
@@ -870,7 +870,7 @@ if ( ! class_exists( 'UAGB_CF7_Styler' ) ) {
870
  'type' => 'string',
871
  'default' => '#333',
872
  ),
873
- ),
874
  ),
875
  'render_callback' => array( $this, 'render_html' ),
876
  )
870
  'type' => 'string',
871
  'default' => '#333',
872
  ),
873
+ )
874
  ),
875
  'render_callback' => array( $this, 'render_html' ),
876
  )
blocks-config/post/class-uagb-post.php CHANGED
@@ -369,7 +369,7 @@ if ( ! class_exists( 'UAGB_Post' ) ) {
369
  'default' => 'px',
370
  ),
371
  ),
372
- $pagination_masonry_border_attribute,
373
  ),
374
  'render_callback' => array( $this, 'post_masonry_callback' ),
375
  )
@@ -1102,7 +1102,7 @@ if ( ! class_exists( 'UAGB_Post' ) ) {
1102
  'type' => 'number',
1103
  'default' => '',
1104
  ),
1105
- ),
1106
  );
1107
  }
1108
 
369
  'default' => 'px',
370
  ),
371
  ),
372
+ $pagination_masonry_border_attribute
373
  ),
374
  'render_callback' => array( $this, 'post_masonry_callback' ),
375
  )
1102
  'type' => 'number',
1103
  'default' => '',
1104
  ),
1105
+ )
1106
  );
1107
  }
1108
 
blocks-config/taxonomy-list/class-uagb-taxonomy-list.php CHANGED
@@ -516,7 +516,7 @@ if ( ! class_exists( 'UAGB_Taxonomy_List' ) ) {
516
  'type' => 'string',
517
  'default' => '#E0E0E0',
518
  ),
519
- ),
520
  ),
521
  'render_callback' => array( $this, 'render_html' ),
522
  )
516
  'type' => 'string',
517
  'default' => '#E0E0E0',
518
  ),
519
+ )
520
  ),
521
  'render_callback' => array( $this, 'render_html' ),
522
  )
classes/class-uagb-loader.php CHANGED
@@ -75,7 +75,7 @@ if ( ! class_exists( 'UAGB_Loader' ) ) {
75
  define( 'UAGB_BASE', plugin_basename( UAGB_FILE ) );
76
  define( 'UAGB_DIR', plugin_dir_path( UAGB_FILE ) );
77
  define( 'UAGB_URL', plugins_url( '/', UAGB_FILE ) );
78
- define( 'UAGB_VER', '2.0.1' );
79
  define( 'UAGB_MODULES_DIR', UAGB_DIR . 'modules/' );
80
  define( 'UAGB_MODULES_URL', UAGB_URL . 'modules/' );
81
  define( 'UAGB_SLUG', 'spectra' );
75
  define( 'UAGB_BASE', plugin_basename( UAGB_FILE ) );
76
  define( 'UAGB_DIR', plugin_dir_path( UAGB_FILE ) );
77
  define( 'UAGB_URL', plugins_url( '/', UAGB_FILE ) );
78
+ define( 'UAGB_VER', '2.0.2' );
79
  define( 'UAGB_MODULES_DIR', UAGB_DIR . 'modules/' );
80
  define( 'UAGB_MODULES_URL', UAGB_URL . 'modules/' );
81
  define( 'UAGB_SLUG', 'spectra' );
dist/blocks.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-url'), 'version' => '426f0586b52ec658725d403aac0a1718');
1
+ <?php return array('dependencies' => array('react', 'react-dom', 'wp-api-fetch', 'wp-blob', 'wp-block-editor', 'wp-blocks', 'wp-components', 'wp-compose', 'wp-core-data', 'wp-data', 'wp-date', 'wp-dom-ready', 'wp-element', 'wp-hooks', 'wp-html-entities', 'wp-i18n', 'wp-keyboard-shortcuts', 'wp-polyfill', 'wp-primitives', 'wp-rich-text', 'wp-url'), 'version' => '775908cc966c69a576f355a046fdb587');
dist/blocks.js CHANGED
@@ -12,6 +12,6 @@ Object(g.__)("%s units","ultimate-addons-for-gutenberg"),e.name),onClick:()=>{re
12
  /* translators: abbreviation for units */
13
  Object(l.__)("%s units","ultimate-addons-for-gutenberg"),t.name),key:t.name},y.a.createElement(o.Button,{key:t.unitValue,className:"uagb-number-control__units--"+t.name,isSmall:!0,isPrimary:e.unit.value===t.unitValue,isSecondary:e.unit.value!==t.unitValue,"aria-pressed":e.unit.value===t.unitValue,"aria-label":Object(l.sprintf)(
14
  /* translators: abbreviation for units */
15
- Object(l.__)("%s units","ultimate-addons-for-gutenberg"),t.name),onClick:()=>b(t.unitValue)},t.unitValue)))),a})(p)))),y.a.createElement("div",{className:"uagb-number-control__mobile-controls"},y.a.createElement(n.a,{label:e.label,responsive:e.responsive}),y.a.createElement(o.__experimentalNumberControl,{labelPosition:"edge",disabled:e.disabled,isShiftStepEnabled:i,max:r,min:s,onChange:u,value:c,step:(null==e?void 0:e.step)||1})),e.help&&y.a.createElement("p",{className:"uag-control-help-notice"},e.help))};h.defaultProps={label:Object(l.__)("Margin","ultimate-addons-for-gutenberg"),className:"",allowReset:!0,isShiftStepEnabled:!0,max:1/0,min:-1/0,resetFallbackValue:"",placeholder:null,unit:["px","em"],displayUnit:!0,responsive:!1},t.a=h},function(e,t,a){"use strict";var i=a(1),o=a(17),n=a(27),l=a(59),r=a(37),s=a(0),c=a.n(s),p=a(20),u=a.n(p);const b={prefix:u.a.string,borderStyleLabel:u.a.string,borderWidthLabel:u.a.string,borderRadiusLabel:u.a.string,borderColorLabel:u.a.string},g={borderStyleLabel:Object(i.__)("Style","ultimate-addons-for-gutenberg"),borderWidthLabel:Object(i.__)("Width","ultimate-addons-for-gutenberg"),borderRadiusLabel:Object(i.__)("Radius","ultimate-addons-for-gutenberg"),borderColorLabel:Object(i.__)("Color","ultimate-addons-for-gutenberg"),borderHoverColorLabel:Object(i.__)("Hover Color","ultimate-addons-for-gutenberg")},d=e=>{const{attributes:t,setAttributes:a,disabledBorderTitle:s,disableBottomSeparator:p=!1,deviceType:u,prefix:b,borderStyleLabel:g,borderWidthLabel:d,borderRadiusLabel:y,borderColorLabel:m,borderHoverColorLabel:f,showWidth:h,label:_=Object(i.__)("Border","ultimate-addons-for-gutenberg"),normalTabLabel:v=Object(i.__)("Normal","ultimate-addons-for-gutenberg"),hoverTabLabel:T=Object(i.__)("Hover","ultimate-addons-for-gutenberg"),borderRadiusHelp:C}=e,w=[{name:"normal",title:v}];w.push({name:"hover",title:T});const P=t[b+"BorderStyle"],k=c.a.createElement(o.a,{label:m,colorValue:t[b+"BorderColor"]?t[b+"BorderColor"]:"",data:{value:t[b+"BorderColor"],label:b+"BorderColor"},setAttributes:a}),x=c.a.createElement(o.a,{label:f,colorValue:t[b+"BorderHColor"]?t[b+"BorderHColor"]:"",data:{value:t[b+"BorderHColor"],label:b+"BorderHColor"},setAttributes:a});return c.a.createElement(c.a.Fragment,null,!s&&c.a.createElement("h2",null,_),c.a.createElement(n.a,{label:g,data:{value:P,label:b+"BorderStyle"},setAttributes:a,options:[{value:"none",label:Object(i.__)("None","ultimate-addons-for-gutenberg")},{value:"solid",label:Object(i.__)("Solid","ultimate-addons-for-gutenberg")},{value:"dotted",label:Object(i.__)("Dotted","ultimate-addons-for-gutenberg")},{value:"dashed",label:Object(i.__)("Dashed","ultimate-addons-for-gutenberg")},{value:"double",label:Object(i.__)("Double","ultimate-addons-for-gutenberg")},{value:"groove",label:Object(i.__)("Groove","ultimate-addons-for-gutenberg")},{value:"inset",label:Object(i.__)("Inset","ultimate-addons-for-gutenberg")},{value:"outset",label:Object(i.__)("Outset","ultimate-addons-for-gutenberg")},{value:"ridge",label:Object(i.__)("Ridge","ultimate-addons-for-gutenberg")}]}),void 0!==P&&"none"!==P&&!1!==h&&c.a.createElement(r.a,{label:d,valueTop:{value:t[b+"BorderTopWidth"],label:b+"BorderTopWidth"},valueRight:{value:t[b+"BorderRightWidth"],label:b+"BorderRightWidth"},valueBottom:{value:t[b+"BorderBottomWidth"],label:b+"BorderBottomWidth"},valueLeft:{value:t[b+"BorderLeftWidth"],label:b+"BorderLeftWidth"},valueTopTablet:{value:t[b+"BorderTopWidthTablet"],label:b+"BorderTopWidthTablet"},valueRightTablet:{value:t[b+"BorderRightWidthTablet"],label:b+"BorderRightWidthTablet"},valueBottomTablet:{value:t[b+"BorderBottomWidthTablet"],label:b+"BorderBottomWidthTablet"},valueLeftTablet:{value:t[b+"BorderLeftWidthTablet"],label:b+"BorderLeftWidthTablet"},valueTopMobile:{value:t[b+"BorderTopWidthMobile"],label:b+"BorderTopWidthMobile"},valueRightMobile:{value:t[b+"BorderRightWidthMobile"],label:b+"BorderRightWidthMobile"},valueBottomMobile:{value:t[b+"BorderBottomWidthMobile"],label:b+"BorderBottomWidthMobile"},valueLeftMobile:{value:t[b+"BorderLeftWidthMobile"],label:b+"BorderLeftWidthMobile"},disableUnits:!0,deviceType:u,attributes:t,setAttributes:a,link:{value:t[b+"BorderLink"],label:b+"BorderLink"}}),c.a.createElement(r.a,{label:y,valueTop:{value:t[b+"BorderTopLeftRadius"],label:b+"BorderTopLeftRadius"},valueRight:{value:t[b+"BorderTopRightRadius"],label:b+"BorderTopRightRadius"},valueBottom:{value:t[b+"BorderBottomRightRadius"],label:b+"BorderBottomRightRadius"},valueLeft:{value:t[b+"BorderBottomLeftRadius"],label:b+"BorderBottomLeftRadius"},valueTopTablet:{value:t[b+"BorderTopLeftRadiusTablet"],label:b+"BorderTopLeftRadiusTablet"},valueRightTablet:{value:t[b+"BorderTopRightRadiusTablet"],label:b+"BorderTopRightRadiusTablet"},valueBottomTablet:{value:t[b+"BorderBottomRightRadiusTablet"],label:b+"BorderBottomRightRadiusTablet"},valueLeftTablet:{value:t[b+"BorderBottomLeftRadiusTablet"],label:b+"BorderBottomLeftRadiusTablet"},valueTopMobile:{value:t[b+"BorderTopLeftRadiusMobile"],label:b+"BorderTopLeftRadiusMobile"},valueRightMobile:{value:t[b+"BorderTopRightRadiusMobile"],label:b+"BorderTopRightRadiusMobile"},valueBottomMobile:{value:t[b+"BorderBottomRightRadiusMobile"],label:b+"BorderBottomRightRadiusMobile"},valueLeftMobile:{value:t[b+"BorderBottomLeftRadiusMobile"],label:b+"BorderBottomLeftRadiusMobile"},units:[{name:Object(i.__)("Pixel","ultimate-addons-for-gutenberg"),unitValue:"px"},{name:Object(i.__)("%","ultimate-addons-for-gutenberg"),unitValue:"%"}],unit:{value:t[b+"BorderRadiusUnit"],label:b+"BorderRadiusUnit"},mUnit:{value:t[b+"BorderRadiusUnitMobile"],label:b+"BorderRadiusUnitMobile"},tUnit:{value:t[b+"BorderRadiusUnitTablet"],label:b+"BorderRadiusUnitTablet"},deviceType:u,attributes:t,setAttributes:a,link:{value:t[b+"BorderRadiusLink"],label:b+"BorderRadiusLink"},help:C||!1}),"none"!==P&&c.a.createElement(l.a,{tabs:w,normal:k,hover:x,active:"",disableBottomSeparator:p}))};t.a=d,d.propTypes=b,d.defaultProps=g},function(e,t,a){"use strict";var i,o=a(7),n=a(1),l=a(2),r=a(14),s=a.n(r),c=a(119),p=0,u={injectType:"lazySingletonStyleTag",attributes:{id:"uagb-editor-styles"},insert:"head",singleton:!0},b={};b.locals=c.a.locals||{},b.use=function(){return p++||(i=s()(c.a,u)),b},b.unuse=function(){p>0&&!--p&&(i(),i=null)};var g=b,d=a(0),y=a.n(d),m=a(9),f=a(4),h=a.n(f),_=a(41);const v=e=>{Object(d.useLayoutEffect)(()=>(g.use(),()=>{g.unuse()}),[]);const{setAttributes:t,presets:a,presetInputType:i,label:n,className:r}=e,s=[];a&&a.map(e=>{if(null!=e&&e.attributes)for(const t of null==e?void 0:e.attributes)s.includes(null==t?void 0:t.label)||s.push(null==t?void 0:t.label);return e});const[c,p]=Object(l.useState)(""),u=e=>{p(e),a&&a.map(i=>{var o,n;return i.value&&("default"!==e&&"default"===i.value&&i.attributes&&i.attributes.map(e=>(t({[e.label]:e.value}),e)),i.value&&i.value===e&&i.attributes&&(null===(o=a[1])||void 0===o||null===(n=o.defaultPresetAttributes)||void 0===n||n.map(e=>{var i,o;return t({[e.label]:null===(i=a[0])||void 0===i||null===(o=i.defaultAttributes[e.label])||void 0===o?void 0:o.default}),e}),i.attributes.map(e=>(t({[e.label]:e.value}),e)),i.childAttributes&&b(i))),i})},b=e=>{const{getSelectedBlock:t}=Object(m.select)("core/block-editor");let a=[];t().innerBlocks&&(a=t().innerBlocks);const i=[];a.map(e=>(e.clientId&&i.push(e.clientId),e));const o={};e.childAttributes.map(e=>(o[e.label]=e.value,e)),i.map(e=>(Object(m.dispatch)("core/block-editor").updateBlockAttributes(e,o),e))},f=a.map(e=>{if(!e.value)return"";const t=e.value,a=c===t;return y.a.createElement(y.a.Fragment,null,y.a.createElement("input",{key:t,className:"uag-presets-radio-input",type:"radio",value:t,checked:a,onChange:()=>u(t),onClick:()=>u(t)}),y.a.createElement("label",{htmlFor:t,className:"uag-presets-radio-input-label",dangerouslySetInnerHTML:{__html:e.icon},onClick:()=>u(t)}))}),v=y.a.createElement(o.SelectControl,{className:"uagb-presets-dropdown",onChange:u,options:a,label:n}),T=y.a.createElement(y.a.Fragment,null,y.a.createElement("div",{className:"uagb-presets-radio-image-wrap"},f));return y.a.createElement("div",{className:h()(r,"uagb-presets-main-wrap","components-base-control")},y.a.createElement("div",{className:"uagb-presets-label-reset-wrap"},y.a.createElement("label",{htmlFor:"uag-presets-label",className:"uag-presets-label"},n),y.a.createElement(_.a,{attributeNames:s,setAttributes:t,onReset:()=>{p(""),(()=>{const{getSelectedBlock:e}=Object(m.select)("core/block-editor");let t=[];e().innerBlocks&&(t=e().innerBlocks);const i=[];t.map(e=>(e.clientId&&i.push(e.clientId),e));const o={};a.map(e=>(null!=e&&e.childAttributes&&(null==e||e.childAttributes.map(e=>{var t,i,n,l;return null!==(t=a[1])&&void 0!==t&&t.defaultChildAttributes&&null!==(i=a[1])&&void 0!==i&&i.defaultChildAttributes[e.label]&&void 0!==(null===(n=a[1])||void 0===n?void 0:n.defaultChildAttributes[e.label].default)&&(o[e.label]=null===(l=a[1])||void 0===l?void 0:l.defaultChildAttributes[e.label].default),e})),e)),i.map(e=>(Object(m.dispatch)("core/block-editor").updateBlockAttributes(e,o),e))})()}})),"dropdown"===i&&v,"radioImage"===i&&T)};v.defaultProps={presetInputType:"dropdown",label:Object(n.__)("Select Preset","ultimate-addons-for-gutenberg")},t.a=y.a.memo(v)},function(e,t){e.exports=window.ReactDOM},function(e,t,a){"use strict";var i=a(1),o=a(12);const n=Object(o.a)("btn"),l={blockName:{type:"string",default:"post-carousel"},pauseOnHover:{type:"boolean",default:!0},enableOffset:{type:"boolean",default:!1},infiniteLoop:{type:"boolean",default:!0},transitionSpeed:{type:"number",default:500},arrowDots:{type:"string",default:"arrows_dots"},autoplay:{type:"boolean",default:!0},autoplaySpeed:{type:"number",default:2e3},arrowSize:{type:"number",default:24,UAGCopyPaste:{styleType:"arrow-size"}},arrowBorderSize:{type:"number",default:0,UAGCopyPaste:{styleType:"arrow-border-size"}},arrowBorderRadius:{type:"number",default:0,UAGCopyPaste:{styleType:"arrow-border-radius"}},arrowDistance:{type:"number",UAGCopyPaste:{styleType:"arrow-distance"}},arrowDistanceTablet:{type:"number",UAGCopyPaste:{styleType:"arrow-distance-tablet"}},arrowDistanceMobile:{type:"number",UAGCopyPaste:{styleType:"arrow-distance-mobile"}},arrowColor:{type:"string",default:"#000",UAGCopyPaste:{styleType:"arrow-color"}},equalHeight:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"post-equal-height"}},layoutConfig:{type:"array",default:["uagb/post-image","uagb/post-taxonomy","uagb/post-title","uagb/post-meta","uagb/post-excerpt","uagb/post-button"]},post_type:{type:"string",default:"carousel"},inheritFromTheme:{type:"boolean",default:!0},block_id:{type:"string",default:"not_set"},categories:{type:"string"},postType:{type:"string",default:"post"},postDisplaytext:{type:"string",default:"No post found!"},taxonomyType:{type:"string",default:"category"},postsToShow:{type:"number",default:6},displayPostDate:{type:"boolean",default:!0},displayPostExcerpt:{type:"boolean",default:!0},excerptLength:{type:"number",default:15},displayPostAuthor:{type:"boolean",default:!1},displayPostTitle:{type:"boolean",default:!0},displayPostComment:{type:"boolean",default:!0},displayPostTaxonomy:{type:"boolean",default:!1},displayPostImage:{type:"boolean",default:!0},imgSize:{type:"string",default:"large",UAGCopyPaste:{styleType:"image-size"}},imgPosition:{type:"string",default:"top",UAGCopyPaste:{styleType:"image-position"}},linkBox:{type:"boolean"},bgOverlayColor:{type:"string",default:"#ffffff",UAGCopyPaste:{styleType:"post-bg-overlay-color"}},overlayOpacity:{type:"number",default:"50",UAGCopyPaste:{styleType:"post-overlay-opacity"}},displayPostLink:{type:"boolean",default:!0},newTab:{type:"boolean",default:!1},ctaText:{type:"string",default:Object(i.__)("Read More","ultimate-addons-for-gutenberg")},btnHPadding:{type:"number",default:10,UAGCopyPaste:{styleType:"btn-horizontal-padding"}},btnVPadding:{type:"number",default:5,UAGCopyPaste:{styleType:"btn-vertical-padding"}},btnBorderWidth:{type:"number",UAGCopyPaste:{styleType:"post-border-width"},default:1},btnBorderStyle:{type:"string",default:"none",UAGCopyPaste:{styleType:"btn-border-style"}},btnBorderColor:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-border-color"}},btnBorderHColor:{type:"string",UAGCopyPaste:{styleType:"btn-border-hover-color"}},btnBorderRadius:{type:"number",default:0,UAGCopyPaste:{styleType:"btn-border-radius"}},columns:{type:"number",default:3},tcolumns:{type:"number",default:2},mcolumns:{type:"number",default:1},align:{type:"string",default:"left",UAGCopyPaste:{styleType:"post-align"}},width:{type:"string",default:"wide",UAGCopyPaste:{styleType:"post-width"}},order:{type:"string",default:"desc"},orderBy:{type:"string",default:"date"},rowGap:{type:"number",default:20,UAGCopyPaste:{styleType:"post-bottom-padding"}},rowGapTablet:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},rowGapMobile:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},columnGap:{type:"number",default:20,UAGCopyPaste:{styleType:"post-bottom-padding"}},columnGapTablet:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},columnGapMobile:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},bgColor:{type:"string",default:"#f6f6f6",UAGCopyPaste:{styleType:"post-bg-color"}},titleColor:{type:"string",UAGCopyPaste:{styleType:"main-title-color"},default:""},titleTag:{type:"string",default:"h4"},titleFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"main-title-font-size"}},titleFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-font-size-type"}},titleFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},titleFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},titleFontFamily:{type:"string",default:"",UAGCopyPaste:{styleType:"main-title-font-family"}},titleFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},titleFontStyle:{type:"string",UAGCopyPaste:{styleType:"main-title-font-style"}},titleLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},titleLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},titleLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},titleLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},titleLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"main-title-loads-google-fonts"}},metaColor:{type:"string",default:"#777777",UAGCopyPaste:{styleType:"prefix-color"}},metaFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"prefix-font-size"}},metaFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"prefix-font-size-type"}},metaFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-mobile"}},metaFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-tablet"}},metaFontFamily:{type:"string",default:"",UAGCopyPaste:{styleType:"prefix-font-family"}},metaFontWeight:{type:"string",UAGCopyPaste:{styleType:"prefix-font-weight"}},metaFontStyle:{type:"string",UAGCopyPaste:{styleType:"prefix-font-style"}},metaLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"prefix-line-height-type"}},metaLineHeight:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height"}},metaLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-tablet"}},metaLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-mobile"}},metaLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"prefix-load-google-fonts"}},excerptColor:{type:"string",default:"",UAGCopyPaste:{styleType:"desc-color"}},excerptFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"desc-font-size"}},excerptFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-font-size-type"}},excerptFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},excerptFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},excerptFontFamily:{type:"string",UAGCopyPaste:{styleType:"desc-font-family"},default:""},excerptFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},excerptFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"}},excerptLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"desc-line-height-type"}},excerptLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},excerptLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},excerptLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},excerptLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"desc-load-google-fonts"}},displayPostContentRadio:{type:"string",default:"excerpt"},ctaColor:{type:"string",UAGCopyPaste:{styleType:"btn-color"}},ctaBgColor:{type:"string",UAGCopyPaste:{styleType:"btn-bg-color"}},ctaHColor:{type:"string",UAGCopyPaste:{styleType:"btn-hover-color"}},ctaBgHColor:{type:"string",UAGCopyPaste:{styleType:"btn-bg-hover-color"}},ctaFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-font-size"}},ctaFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-font-size-type"}},ctaFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"btn-font-size-mobile"}},ctaFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"btn-font-size-tablet"}},ctaFontFamily:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-font-family"}},ctaFontWeight:{type:"string",UAGCopyPaste:{styleType:"btn-font-weight"}},ctaFontStyle:{type:"string",UAGCopyPaste:{styleType:"btn-font-style"}},ctaLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"btn-line-height-type"}},ctaLineHeight:{type:"number",UAGCopyPaste:{styleType:"btn-line-height"}},ctaLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"btn-line-height-tablet"}},ctaLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"btn-line-height-mobile"}},ctaLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"btn-load-google-fonts"}},paddingTop:{type:"number",UAGCopyPaste:{styleType:"post-top-padding"}},paddingBottom:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},paddingRight:{type:"number",UAGCopyPaste:{styleType:"post-right-padding"}},paddingLeft:{type:"number",UAGCopyPaste:{styleType:"post-left-padding"}},paddingTopMobile:{type:"number",UAGCopyPaste:{styleType:"post-top-padding-mobile"}},paddingBottomMobile:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding-mobile"}},paddingRightMobile:{type:"number",UAGCopyPaste:{styleType:"post-right-padding-mobile"}},paddingLeftMobile:{type:"number",UAGCopyPaste:{styleType:"post-left-padding-mobile"}},paddingBtnTop:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding"}},paddingBtnBottom:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding"}},paddingBtnRight:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding"}},paddingBtnLeft:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding"}},contentPadding:{type:"number",default:20,UAGCopyPaste:{styleType:"post-content-padding"}},contentPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"post-content-padding-mobile"}},ctaBottomSpace:{type:"number",default:0,UAGCopyPaste:{styleType:"btn-bottom-margin"}},ctaBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-margin"}},ctaBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-margin"}},imageBottomSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"image-bottom-margin"}},imageBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"image-bottom-margin"}},imageBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"image-bottom-margin"}},titleBottomSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"main-title-bottom-margin"}},titleBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin"}},titleBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin"}},metaBottomSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"prefix-bottom-margin"}},metaBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin"}},metaBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin"}},excerptBottomSpace:{type:"number",default:25,UAGCopyPaste:{styleType:"desc-bottom-margin"}},excerptBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin"}},excerptBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin"}},excludeCurrentPost:{type:"boolean",default:!1},titleTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},metaTransform:{type:"string",UAGCopyPaste:{styleType:"prefix-transform"}},excerptTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},ctaTransform:{type:"string",UAGCopyPaste:{styleType:"btn-transform"}},titleDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},metaDecoration:{type:"string",UAGCopyPaste:{styleType:"prefix-decoration"}},excerptDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},ctaDecoration:{type:"string",UAGCopyPaste:{styleType:"btn-decoration"}},contentPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-content-padding-unit"}},rowGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"row-gap-unit"}},columnGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-gap-unit"}},excerptBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-bottom-margin-unit"}},paginationSpacingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"pagination-spacing-unit"}},imageBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"image-bottom-margin-unit"}},titleBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-bottom-margin-unit"}},metaBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"prefix-bottom-margin-unit"}},ctaBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-bottom-margin-unit"}},paddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit"}},mobilePaddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit-mobile"}},tabletPaddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit-tablet"}},paddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-padding-unit"}},mobilePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-padding-unit-mobile"}},tabletPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-padding-unit-tablet"}},isPreview:{type:"boolean",default:!1},postsOffset:{type:"number",default:0},taxStyle:{type:"string",default:"default"},taxDivider:{type:"string",default:" , "},displayPostTaxonomyAboveTitle:{type:"string",default:"withMeta"},hideTaxonomyIcon:{type:"boolean",default:!0},highlightedTextColor:{type:"string",default:""},highlightedTextBgColor:{type:"string",default:""},titleLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"title-letter-spacing"}},titleLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"title-letter-spacing-tablet"}},titleLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"title-letter-spacing-mobile"}},titleLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"title-letter-spacing-type"}},metaLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"meta-letter-spacing"}},metaLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"meta-letter-spacing-tablet"}},metaLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"meta-letter-spacing-mobile"}},metaLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"meta-letter-spacing-type"}},excerptLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"excerpt-letter-spacing"}},excerptLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"excerpt-letter-spacing-tablet"}},excerptLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"excerpt-letter-spacing-mobile"}},excerptLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"excerpt-letter-spacing-type"}},ctaLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing"}},ctaLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing-tablet"}},ctaLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing-mobile"}},ctaLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"cta-letter-spacing-type"}},...n};t.a=l},function(e,t,a){"use strict";var i,o=a(14),n=a.n(o),l=a(117),r=0,s={injectType:"lazySingletonStyleTag",attributes:{id:"uagb-editor-styles"},insert:"head",singleton:!0},c={};c.locals=l.a.locals||{},c.use=function(){return r++||(i=n()(l.a,s)),c},c.unuse=function(){r>0&&!--r&&(i(),i=null)};var p=c,u=a(0),b=a.n(u),g=a(4),d=a.n(g),y=a(1),m=a(2),f=a(9),h=a(23);const _=e=>{Object(u.useLayoutEffect)(()=>(p.use(),()=>{p.unuse()}),[]);const t=Object(h.a)("uagSettingState"),{defaultTab:a,children:i,tabs:o}=e,[n,l]=Object(m.useState)(a||o[0]),r=Object(m.useRef)();let s;Object(m.useEffect)(()=>{s=r.current.closest(".components-panel")});const c=()=>{const e=document.querySelector(".uagb-inspector-tabs-container");let t=document.querySelector(".uagb-tab-content-general"),a=document.querySelector(".uagb-tab-content-style"),i=document.querySelector(".uagb-tab-content-advance");if(e){const o=e.parentElement;o&&(t=t||"",a=a||"",i=i||"",o.prepend(e,t,a,i))}};Object(m.useEffect)(()=>{var e,a;c();const{getSelectedBlock:i}=Object(f.select)("core/block-editor"),o=null===(e=i())||void 0===e?void 0:e.name;var r,p;return t&&t[o]&&n!==(null===(a=t[o])||void 0===a?void 0:a.selectedTab)?(l((null===(r=t[o])||void 0===r?void 0:r.selectedTab)||"general"),s&&s.setAttribute("data-uagb-tab",(null===(p=t[o])||void 0===p?void 0:p.selectedTab)||"general")):s&&s.setAttribute("data-uagb-tab","general"),()=>{if(s){const e=s.querySelector(".uagb-inspector-tabs-container");e&&null!==e||s.removeAttribute("data-uagb-tab")}}},[]);const g=e=>{var a;c(),l(e),s&&s.setAttribute("data-uagb-tab",e);const{getSelectedBlock:i}=Object(f.select)("core/block-editor"),o=null===(a=i())||void 0===a?void 0:a.name,n={...t,[o]:{selectedTab:e}},r=Object(h.a)();r&&r.setItem("uagSettingState",JSON.stringify(n))};return b.a.createElement(b.a.Fragment,null,b.a.createElement("div",{className:"uagb-inspector-tabs-container"},b.a.createElement("div",{ref:r,className:d()("uagb-inspector-tabs","uagb-inspector-tabs-count-"+o.length,n)},o.indexOf("general")>-1&&b.a.createElement("button",{className:d()({"uagb-active":"general"===n}),onClick:()=>g("general")},b.a.createElement("svg",{xmlns:"https://www.w3.org/2000/svg",width:"16",height:"15"},b.a.createElement("path",{fillRule:"nonzero",d:"M14.346 0H1.654C1.017 0 .5.517.5 1.154v12.692C.5 14.483 1.017 15 1.654 15h12.692c.637 0 1.154-.517 1.154-1.154V1.154C15.5.517 14.983 0 14.346 0zm-5.77 13.846v-5.77h5.77v5.77h-5.77z"})),b.a.createElement("h5",null,Object(y.__)("General"))),o.indexOf("style")>-1&&b.a.createElement("button",{className:d()({"uagb-active":"style"===n}),onClick:()=>g("style")},b.a.createElement("svg",{xmlns:"https://www.w3.org/2000/svg",width:"18",height:"21"},b.a.createElement("g",{fillRule:"nonzero"},b.a.createElement("path",{d:"M15.12 12.091a.814.814 0 00-.68-.378.814.814 0 00-.68.378c-.531.863-2.252 3.807-2.252 5.09 0 1.598 1.317 2.901 2.932 2.901s2.933-1.303 2.933-2.902c0-1.303-1.722-4.226-2.253-5.089zm-1.041 3.828c-.043.063-.744 1.198-.213 1.976a.52.52 0 01.064.358.409.409 0 01-.191.294.608.608 0 01-.255.084.476.476 0 01-.383-.21c-.871-1.283.149-2.902.192-2.986a.517.517 0 01.297-.21.534.534 0 01.361.063c.192.126.255.42.128.63zM13.314 10.388l1.36-.147c.446-.042.807-.337.935-.736.127-.4.042-.862-.276-1.157L7.258.294c-.255-.252-.68-.252-.957 0a.68.68 0 000 .947l.34.336-5.1 5.047C.82 7.339.5 8.348.67 9.379c.128.652.489 1.24.956 1.703l3.082 3.05c.467.462 1.062.82 1.72.946a3.134 3.134 0 002.785-.863l3.612-3.575a.74.74 0 01.489-.252zM7.576 2.502l5.759 5.7H2.073c.085-.232.212-.463.403-.653l5.1-5.047z"}))),b.a.createElement("h5",null,Object(y.__)("Style"))),o.indexOf("advance")>-1&&b.a.createElement("button",{className:d()({"uagb-active":"advance"===n}),onClick:()=>g("advance")},b.a.createElement("svg",{xmlns:"https://www.w3.org/2000/svg",width:"17",height:"16"},b.a.createElement("path",{fillRule:"nonzero",d:"M15.666 6.325c-.277-.05-.572-.082-.85-.115a6.385 6.385 0 00-.571-1.389c.18-.229.343-.457.523-.686a.994.994 0 00-.098-1.291l-.997-.997a.994.994 0 00-1.291-.098c-.23.163-.458.343-.687.523a6.954 6.954 0 00-1.39-.589c-.032-.277-.08-.572-.113-.85A.987.987 0 009.21 0H7.805a1 1 0 00-.98.834c-.05.277-.082.572-.115.85-.474.13-.947.326-1.389.571-.229-.18-.457-.343-.686-.523a.994.994 0 00-1.291.098l-.997.997a.994.994 0 00-.098 1.291c.163.23.343.458.523.687a6.954 6.954 0 00-.589 1.39c-.277.032-.572.08-.85.113A.987.987 0 00.5 7.29v1.406a1 1 0 00.834.98c.277.05.572.082.85.115.13.474.326.947.571 1.389-.18.229-.343.457-.523.686a.994.994 0 00.098 1.291l.997.997a.994.994 0 001.291.098c.23-.163.458-.343.687-.523.441.245.899.442 1.39.589.032.294.08.572.113.85.066.473.49.833.981.833h1.406a1 1 0 00.98-.834c.05-.277.082-.572.115-.85.474-.13.947-.326 1.389-.571.229.18.457.343.686.523a.994.994 0 001.291-.098l.997-.997a.994.994 0 00.098-1.291 19.095 19.095 0 00-.523-.687c.245-.441.442-.899.589-1.39.277-.032.572-.08.85-.113a.987.987 0 00.833-.981V7.305a1 1 0 00-.834-.98zM8.492 11.57a3.571 3.571 0 01-3.563-3.563 3.571 3.571 0 013.563-3.563 3.571 3.571 0 013.563 3.563 3.571 3.571 0 01-3.563 3.563z"})),b.a.createElement("h5",null,Object(y.__)("Advanced"))))),Array.isArray(i)&&m.Children.map(i,(e,t)=>{if(!e.key)throw new Error("props.key not found in <InspectorTab />, you must use `key` prop");return Object(m.cloneElement)(e,{index:t,isActive:e.key===n})}))};_.defaultProps={defaultTab:"general",tabs:["general","style","advance"]},t.a=_},function(e,t,a){"use strict";var i=a(12);const o=Object(i.a)("container"),n={block_id:{type:"string"},htmlTag:{type:"string",default:"div"},htmlTagLink:{type:"object"},contentWidth:{type:"string",default:"alignfull",UAGCopyPaste:{styleType:"content-width"}},innerContentWidth:{type:"string",default:"alignwide",UAGCopyPaste:{styleType:"inner-content-width"}},widthDesktop:{type:"number",default:100,UAGCopyPaste:{styleType:"container-width-desktop"}},widthTablet:{type:"number",UAGCopyPaste:{styleType:"container-width-tablet"}},widthMobile:{type:"number",default:100,UAGCopyPaste:{styleType:"container-width-mobile"}},widthType:{type:"string",default:"%",UAGCopyPaste:{styleType:"container-width-type"}},innerContentCustomWidthDesktop:{type:"number",default:uagb_blocks_info.content_width},innerContentCustomWidthTablet:{type:"number",default:1024},innerContentCustomWidthMobile:{type:"number",default:767},innerContentCustomWidthType:{type:"string",default:"px"},minHeightDesktop:{type:"number",UAGCopyPaste:{styleType:"container-min-height-desktop"}},minHeightTablet:{type:"number",UAGCopyPaste:{styleType:"container-min-height-tablet"}},minHeightMobile:{type:"number",UAGCopyPaste:{styleType:"container-min-height-mobile"}},minHeightType:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-min-height-type"}},directionDesktop:{type:"string",default:"column",UAGCopyPaste:{styleType:"container-direction-desktop"}},directionTablet:{type:"string",UAGCopyPaste:{styleType:"container-direction-tablet"}},directionMobile:{type:"string",UAGCopyPaste:{styleType:"container-direction-mobile"}},alignItemsDesktop:{type:"string",default:"center",UAGCopyPaste:{styleType:"container-align-items-desktop"}},alignItemsTablet:{type:"string",UAGCopyPaste:{styleType:"container-align-items-tablet"}},alignItemsMobile:{type:"string",UAGCopyPaste:{styleType:"container-align-items-mobile"}},justifyContentDesktop:{type:"string",default:"center",UAGCopyPaste:{styleType:"container-justify-content-desktop"}},justifyContentTablet:{type:"string",UAGCopyPaste:{styleType:"container-justify-content-tablet"}},justifyContentMobile:{type:"string",UAGCopyPaste:{styleType:"container-justify-content-mobile"}},wrapDesktop:{type:"string",default:"nowrap",UAGCopyPaste:{styleType:"container-wrap-desktop"}},wrapTablet:{type:"string",UAGCopyPaste:{styleType:"container-wrap-tablet"}},wrapMobile:{type:"string",default:"wrap",UAGCopyPaste:{styleType:"container-wrap-mobile"}},alignContentDesktop:{type:"string",default:"",UAGCopyPaste:{styleType:"container-align-content-desktop"}},alignContentTablet:{type:"string",UAGCopyPaste:{styleType:"container-align-content-tablet"}},alignContentMobile:{type:"string",UAGCopyPaste:{styleType:"container-align-content-mobile"}},backgroundType:{type:"string",default:"none",UAGCopyPaste:{styleType:"container-bg-type"}},backgroundImageDesktop:{type:"object",UAGCopyPaste:{styleType:"container-bg-image-desktop"}},backgroundImageTablet:{type:"object",UAGCopyPaste:{styleType:"container-bg-image-tablet"}},backgroundImageMobile:{type:"object",UAGCopyPaste:{styleType:"container-bg-image-mobile"}},backgroundPositionDesktop:{type:"object",default:{x:.5,y:.5},UAGCopyPaste:{styleType:"container-bg-position-desktop"}},backgroundPositionTablet:{type:"object",UAGCopyPaste:{styleType:"container-bg-position-tablet"}},backgroundPositionMobile:{type:"object",UAGCopyPaste:{styleType:"container-bg-position-mobile"}},backgroundSizeDesktop:{type:"string",default:"cover",UAGCopyPaste:{styleType:"container-bg-size-desktop"}},backgroundSizeTablet:{type:"string",UAGCopyPaste:{styleType:"container-bg-size-tablet"}},backgroundSizeMobile:{type:"string",UAGCopyPaste:{styleType:"container-bg-size-mobile"}},backgroundRepeatDesktop:{type:"string",default:"no-repeat",UAGCopyPaste:{styleType:"container-bg-repeat-desktop"}},backgroundRepeatTablet:{type:"string",UAGCopyPaste:{styleType:"container-bg-repeat-tablet"}},backgroundRepeatMobile:{type:"string",UAGCopyPaste:{styleType:"container-bg-repeat-mobile"}},backgroundAttachmentDesktop:{type:"string",default:"scroll",UAGCopyPaste:{styleType:"container-bg-attachment-desktop"}},backgroundAttachmentTablet:{type:"string",UAGCopyPaste:{styleType:"container-bg-attachment-tablet"}},backgroundAttachmentMobile:{type:"string",UAGCopyPaste:{styleType:"container-bg-attachment-mobile"}},backgroundColor:{type:"string",UAGCopyPaste:{styleType:"container-bg-color"}},backgroundOpacity:{type:"number",UAGCopyPaste:{styleType:"container-bg-opacity"}},backgroundImageColor:{type:"string",UAGCopyPaste:{styleType:"container-bg-image-color"},default:"#FFFFFF75"},gradientValue:{type:"string",default:"linear-gradient(90deg, rgba(6, 147, 227, 0.5) 0%, rgba(155, 81, 224, 0.5) 100%)",UAGCopyPaste:{styleType:"container-bg-gradient-value"}},borderStyle:{type:"string"},borderWidth:{type:"number"},borderRadius:{type:"number"},borderColor:{type:"string"},borderHoverColor:{type:"string"},boxShadowColor:{type:"string",default:"#00000070",UAGCopyPaste:{styleType:"container-box-shadow-color"}},boxShadowHOffset:{type:"number",default:0,UAGCopyPaste:{styleType:"container-box-shadow-hoffset"}},boxShadowVOffset:{type:"number",default:0,UAGCopyPaste:{styleType:"container-box-shadow-voffset"}},boxShadowBlur:{type:"number",UAGCopyPaste:{styleType:"container-box-shadow-blur"}},boxShadowSpread:{type:"number",UAGCopyPaste:{styleType:"container-box-shadow-spread"}},boxShadowPosition:{type:"string",default:"outset",UAGCopyPaste:{styleType:"container-box-shadow-position"}},boxShadowColorHover:{type:"string",UAGCopyPaste:{styleType:"container-box-shadow-color-hover"}},boxShadowHOffsetHover:{type:"number",default:0,UAGCopyPaste:{styleType:"container-box-shadow-hoffset-hover"}},boxShadowVOffsetHover:{type:"number",default:0,UAGCopyPaste:{styleType:"container-box-shadow-voffset-hover"}},boxShadowBlurHover:{type:"number",UAGCopyPaste:{styleType:"container-box-shadow-blur-hover"}},boxShadowSpreadHover:{type:"number",UAGCopyPaste:{styleType:"container-box-shadow-spread-hover"}},boxShadowPositionHover:{type:"string",default:"outset",UAGCopyPaste:{styleType:"container-box-shadow-position-hover"}},topPaddingDesktop:{type:"number",UAGCopyPaste:{styleType:"container-top-padding-desktop"},default:uagb_blocks_info.container_global_padding},bottomPaddingDesktop:{type:"number",UAGCopyPaste:{styleType:"container-bottom-padding-desktop"},default:uagb_blocks_info.container_global_padding},leftPaddingDesktop:{type:"number",UAGCopyPaste:{styleType:"container-left-padding-desktop"},default:uagb_blocks_info.container_global_padding},rightPaddingDesktop:{type:"number",UAGCopyPaste:{styleType:"container-right-padding-desktop"},default:uagb_blocks_info.container_global_padding},topPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"container-top-padding-tablet"},default:uagb_blocks_info.container_global_padding},bottomPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"container-bottom-padding-tablet"},default:uagb_blocks_info.container_global_padding},leftPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"container-left-padding-tablet"},default:uagb_blocks_info.container_global_padding},rightPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"container-right-padding-tablet"},default:uagb_blocks_info.container_global_padding},topPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"container-top-padding-mobile"},default:uagb_blocks_info.container_global_padding},bottomPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"container-bottom-padding-mobile"},default:uagb_blocks_info.container_global_padding},leftPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"container-left-padding-mobile"},default:uagb_blocks_info.container_global_padding},rightPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"container-right-padding-mobile"},default:uagb_blocks_info.container_global_padding},paddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-padding-type"}},paddingTypeTablet:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-padding-type-tablet"}},paddingTypeMobile:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-padding-type-mobile"}},paddingLink:{type:"boolean",default:!0},topMarginDesktop:{type:"number",UAGCopyPaste:{styleType:"container-top-margin-desktop"}},bottomMarginDesktop:{type:"number",UAGCopyPaste:{styleType:"container-bottom-margin-desktop"}},leftMarginDesktop:{type:"number",UAGCopyPaste:{styleType:"container-left-margin-desktop"}},rightMarginDesktop:{type:"number",UAGCopyPaste:{styleType:"container-right-margin-desktop"}},topMarginTablet:{type:"number",UAGCopyPaste:{styleType:"container-top-margin-tablet"}},bottomMarginTablet:{type:"number",UAGCopyPaste:{styleType:"container-bottom-margin-tablet"}},leftMarginTablet:{type:"number",UAGCopyPaste:{styleType:"container-left-margin-tablet"}},rightMarginTablet:{type:"number",UAGCopyPaste:{styleType:"container-right-margin-tablet"}},topMarginMobile:{type:"number",UAGCopyPaste:{styleType:"container-top-margin-mobile"}},bottomMarginMobile:{type:"number",UAGCopyPaste:{styleType:"container-bottom-margin-mobile"}},leftMarginMobile:{type:"number",UAGCopyPaste:{styleType:"container-left-margin-mobile"}},rightMarginMobile:{type:"number",UAGCopyPaste:{styleType:"container-right-margin-mobile"}},marginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-margin-type"}},marginTypeTablet:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-margin-type-tablet"}},marginTypeMobile:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-margin-type-mobile"}},marginLink:{type:"boolean",default:!0},variationSelected:{type:"boolean",default:!1},rowGapDesktop:{type:"number",UAGCopyPaste:{styleType:"container-row-gap-desktop"},default:20},rowGapTablet:{type:"number",UAGCopyPaste:{styleType:"container-row-gap-tablet"}},rowGapMobile:{type:"number",UAGCopyPaste:{styleType:"container-row-gap-mobile"}},rowGapType:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-row-gap-type"}},rowGapTypeTablet:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-row-gap-type-tablet"}},rowGapTypeMobile:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-row-gap-type-mobile"}},columnGapDesktop:{type:"number",UAGCopyPaste:{styleType:"container-column-gap-desktop"},default:20},columnGapTablet:{type:"number",UAGCopyPaste:{styleType:"container-column-gap-tablet"}},columnGapMobile:{type:"number",UAGCopyPaste:{styleType:"container-column-gap-mobile"}},columnGapType:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-column-gap-type"}},columnGapTypeTablet:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-column-gap-type-tablet"}},columnGapTypeMobile:{type:"string",default:"px",UAGCopyPaste:{styleType:"container-column-gap-type-mobile"}},isPreview:{type:"boolean",default:!1},isBlockRootParent:{type:"boolean",default:!1},bottomType:{type:"string",default:"none",UAGCopyPaste:{styleType:"container-bottom-type"}},bottomColor:{type:"string",UAGCopyPaste:{styleType:"container-bottom-color"},default:"#333"},bottomHeight:{type:"number",UAGCopyPaste:{styleType:"container-bottom-height"}},bottomHeightTablet:{type:"number",UAGCopyPaste:{styleType:"container-bottom-height-tablet"}},bottomHeightMobile:{type:"number",UAGCopyPaste:{styleType:"container-bottom-height-mobile"}},bottomWidth:{type:"number",UAGCopyPaste:{styleType:"container-bottom-width"},default:100},topType:{type:"string",default:"none",UAGCopyPaste:{styleType:"container-top-type"}},topColor:{type:"string",default:"#333",UAGCopyPaste:{styleType:"container-top-color"}},topHeight:{type:"number",UAGCopyPaste:{styleType:"container-top-height"}},topHeightTablet:{type:"number",UAGCopyPaste:{styleType:"container-top-height-tablet"}},topHeightMobile:{type:"number",UAGCopyPaste:{styleType:"container-top-height-mobile"}},topWidth:{type:"number",UAGCopyPaste:{styleType:"container-top-width"},default:100},topFlip:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"container-top-flip"}},bottomFlip:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"container-bottom-flip"}},topInvert:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"container-top-invert"}},bottomInvert:{type:"boolean",default:!0,UAGCopyPaste:{styleType:"container-bottom-invert"}},topContentAboveShape:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"container-top-content-above-shape"}},bottomContentAboveShape:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"container-bottom-content-above-shape"}},blockDescendants:{type:"array",default:[]},widthSetByUser:{type:"boolean",default:!1},backgroundCustomSizeDesktop:{type:"number",UAGCopyPaste:{styleType:"background-custom-size-desktop"},default:100},backgroundCustomSizeTablet:{type:"number",UAGCopyPaste:{styleType:"background-custom-size-tablet"}},backgroundCustomSizeMobile:{type:"number",UAGCopyPaste:{styleType:"background-custom-size-mobile"}},backgroundCustomSizeType:{type:"string",default:"%",UAGCopyPaste:{styleType:"background-custom-size-type"}},overlayType:{type:"string",default:"none",UAGCopyPaste:{styleType:"background-overlay-type"}},customPosition:{type:"string",default:"default",UAGCopyPaste:{styleType:"background-image-position-type"}},xPositionDesktop:{type:"number",UAGCopyPaste:{styleType:"background-image-x-position-desktop"},default:""},xPositionTablet:{type:"number",UAGCopyPaste:{styleType:"background-image-x-position-tablet"}},xPositionMobile:{type:"number",UAGCopyPaste:{styleType:"background-image-x-position-mobile"}},xPositionType:{type:"string",default:"px"},xPositionTypeTablet:{type:"string",default:"px"},xPositionTypeMobile:{type:"string",default:"px"},yPositionDesktop:{type:"number",UAGCopyPaste:{styleType:"background-image-y-position-desktop"},default:""},yPositionTablet:{type:"number",UAGCopyPaste:{styleType:"background-image-y-position-tablet"}},yPositionMobile:{type:"number",UAGCopyPaste:{styleType:"background-image-y-position-mobile"}},yPositionType:{type:"string",default:"px"},yPositionTypeTablet:{type:"string",default:"px"},yPositionTypeMobile:{type:"string",default:"px"},backgroundVideoColor:{type:"string",UAGCopyPaste:{styleType:"bg-video-color"},default:"#FFFFFF75"},backgroundVideo:{type:"object",UAGCopyPaste:{styleType:"bg-video"}},backgroundVideoOpacity:{type:"number",UAGCopyPaste:{styleType:"bg-video-opacity"},default:.5},textColor:{type:"string",UAGCopyPaste:{styleType:"desc-color"},default:"inherit"},linkColor:{type:"string",UAGCopyPaste:{styleType:"btn-color"}},linkHoverColor:{type:"string",UAGCopyPaste:{styleType:"btn-hover-color"}},innerContentCustomWidthTypeTablet:{type:"string",default:"px"},innerContentCustomWidthTypeMobile:{type:"string",default:"px"},widthTypeTablet:{type:"string",default:"%"},widthTypeMobile:{type:"string",default:"%"},minHeightTypeTablet:{type:"string",default:"px"},minHeightTypeMobile:{type:"string",default:"px"},topHeightType:{type:"string",default:"px"},topHeightTypeTablet:{type:"string",default:"px"},topHeightTypeMobile:{type:"string",default:"px"},bottomHeightType:{type:"string",default:"px"},bottomHeightTypeTablet:{type:"string",default:"px"},bottomHeightTypeMobile:{type:"string",default:"px"},overflow:{type:"string",default:"visible"},topDividerWidthType:{type:"string",default:"%"},bottomDividerWidthType:{type:"string",default:"%"},topDividerHeightType:{type:"string",default:"px"},bottomDividerHeightType:{type:"string",default:"px"},...o};t.a=n},function(e,t,a){"use strict";var i=a(12),o=a(1);const n=Object(i.a)("highLight"),l={block_id:{type:"string"},classMigrate:{type:"boolean",default:!1},blockBackgroundType:{type:"string",default:"classic",UAGCopyPaste:{styleType:"block-blackground-type"}},blockGradientBackground:{type:"string",default:"linear-gradient(90deg, rgb(6, 147, 227) 0%, rgb(155, 81, 224) 100%)",UAGCopyPaste:{styleType:"block-gradient-blackground"}},blockBackground:{type:"string",UAGCopyPaste:{styleType:"block-blackground"}},headingTitleToggle:{type:"boolean",default:!0},headingTitle:{source:"html",selector:".uagb-heading-text",default:Object(o.__)("Your Attractive Heading","ultimate-addons-for-gutenberg")},headingId:{type:"string"},headingDescToggle:{type:"boolean",default:!1},headingDesc:{source:"html",selector:".uagb-desc-text"},headingAlign:{type:"string",default:"left",UAGCopyPaste:{styleType:"overall-alignment"}},headingAlignTablet:{type:"string",default:"",UAGCopyPaste:{styleType:"overall-alignment-tablet"}},headingAlignMobile:{type:"string",default:"",UAGCopyPaste:{styleType:"overall-alignment-mobile"}},headingColorType:{type:"string",default:"classic",UAGCopyPaste:{styleType:"main-title-color-type"}},headingColor:{type:"string",UAGCopyPaste:{styleType:"main-title-color"}},headingGradientColor:{type:"string",default:"linear-gradient(90deg, rgb(155, 81, 224) 0%, rgb(6, 147, 227) 100%)",UAGCopyPaste:{styleType:"main-title-gradient-color"}},subHeadingColor:{type:"string",UAGCopyPaste:{styleType:"desc-color"}},separatorColor:{type:"string",default:"#0170b9",UAGCopyPaste:{styleType:"separator-color"}},headingTag:{type:"string",default:"h2"},level:{type:"number",default:2},seperatorStyle:{type:"string",default:"none",UAGCopyPaste:{styleType:"separator-style"}},separatorHeight:{type:"number",UAGCopyPaste:{styleType:"separator-thickness"},default:2},separatorHeightType:{type:"string",default:"px",UAGCopyPaste:{styleType:"separator-height-type"}},separatorWidth:{type:"number",UAGCopyPaste:{styleType:"separator-width"},default:12},separatorWidthTablet:{type:"number",UAGCopyPaste:{styleType:"separator-width"}},separatorWidthMobile:{type:"number",UAGCopyPaste:{styleType:"separator-width"}},separatorWidthType:{type:"string",default:"%",UAGCopyPaste:{styleType:"separator-width-type"}},headSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"main-title-bottom-margin"}},headSpaceMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"main-title-bottom-margin-tablet"}},headSpaceTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"main-title-bottom-margin-mobile"}},headSpaceType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-unit-type"}},headFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"main-title-font-family"}},headFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},headFontStyle:{type:"string",default:"normal",UAGCopyPaste:{styleType:"main-title-font-style"}},headTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},headDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},headFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-font-size-type"}},headLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},headFontSize:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size"}},headFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},headFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},headLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},headLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},headLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},headLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},headLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},headLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},headLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}},headShadowColor:{type:"string",default:""},headShadowHOffset:{type:"number",default:0},headShadowVOffset:{type:"number",default:0},headShadowBlur:{type:"number",default:10},subHeadFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"desc-font-family"}},subHeadFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},subHeadFontStyle:{type:"string",default:"normal",UAGCopyPaste:{styleType:"desc-font-style"}},subHeadTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},subHeadDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},subHeadFontSize:{type:"number",UAGCopyPaste:{styleType:"desc-font-size"}},subHeadFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-font-size-type"}},subHeadFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},subHeadFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},subHeadLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},subHeadLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"desc-line-height-type"}},subHeadLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},subHeadLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},subHeadLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},subHeadLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},subHeadLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},subHeadLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},separatorSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"separator-bottom-margin"}},separatorSpaceTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"separator-bottom-margin"}},separatorSpaceMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"separator-bottom-margin"}},separatorSpaceType:{type:"string",default:"px",UAGCopyPaste:{styleType:"separator-width-type"}},headLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"main-title-load-google-fonts"}},subHeadLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"desc-load-google-fonts"}},separatorHoverColor:{type:"string",UAGCopyPaste:{styleType:"separator-hover-color"}},isPreview:{type:"boolean",default:!1},blockTopPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-top-padding"}},blockRightPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-right-padding"}},blockLeftPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-left-padding"}},blockBottomPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-bottom-padding"}},blockTopPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-top-padding-tablet"}},blockRightPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-right-padding-tablet"}},blockLeftPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-left-padding-tablet"}},blockBottomPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-bottom-padding-tablet"}},blockTopPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-top-padding-mobile"}},blockRightPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-right-padding-mobile"}},blockLeftPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-left-padding-mobile"}},blockBottomPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-bottom-padding-mobile"}},blockPaddingUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-padding-unit"}},blockPaddingUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-padding-unit-tablet"}},blockPaddingUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-padding-unit-mobile"}},blockPaddingLink:{type:"boolean",default:!1,isUAGStyle:!0},blockTopMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-top-margin"}},blockRightMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-right-margin"}},blockLeftMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-left-margin"}},blockBottomMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-bottom-margin"}},blockTopMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-top-margin-tablet"}},blockRightMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-right-margin-tablet"}},blockLeftMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-left-margin-tablet"}},blockBottomMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-bottom-margin-tablet"}},blockTopMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-top-margin-mobile"}},blockRightMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-right-margin-mobile"}},blockLeftMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-left-margin-mobile"}},blockBottomMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-bottom-margin-mobile"}},blockMarginUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-margin-unit"}},blockMarginUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-margin-unit-tablet"}},blockMarginUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-margin-unit-mobile"}},blockMarginLink:{type:"boolean",default:!1,isUAGStyle:!0},linkColor:{type:"string",default:"#007cba",UAGCopyPaste:{styleType:"link-color"}},linkHColor:{type:"string",default:"",UAGCopyPaste:{styleType:"link-hover-color"}},highLightColor:{type:"string",default:"#fff",UAGCopyPaste:{styleType:"highlight-color"}},highLightBackground:{type:"string",default:"#007cba",UAGCopyPaste:{styleType:"highlight-background"}},highLightLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"highlight-load-google-fonts"}},highLightFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"highlight-font-family"}},highLightFontWeight:{type:"string",UAGCopyPaste:{styleType:"highlight-font-weight"}},highLightFontStyle:{type:"string",default:"normal",UAGCopyPaste:{styleType:"highlight-font-style"}},highLightTransform:{type:"string",UAGCopyPaste:{styleType:"highlight-font-transform"}},highLightDecoration:{type:"string",UAGCopyPaste:{styleType:"highlight-font-decoration"}},highLightFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"highlight-font-size-type"}},highLightLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"highlight-line-height-type"}},highLightFontSize:{type:"number",UAGCopyPaste:{styleType:"highlight-font-size"}},highLightFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"highlight-font-size-tablet"}},highLightFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"highlight-font-size-mobile"}},highLightLineHeight:{type:"number",UAGCopyPaste:{styleType:"highlight-line-height"}},highLightLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"highlight-line-height-tablet"}},highLightLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"highlight-line-height-mobile"}},highLightLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"highlight-letter-spacing"}},highLightLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"highlight-letter-spacing-tablet"}},highLightLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"highlight-letter-spacing-mobile"}},highLightLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"highlight-letter-spacing-type"}},highLightTopPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-top-padding"}},highLightRightPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-right-padding"}},highLightLeftPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-left-padding"}},highLightBottomPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-bottom-padding"}},highLightTopPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-top-padding-tablet"}},highLightRightPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-right-padding-tablet"}},highLightLeftPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-left-padding-tablet"}},highLightBottomPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-bottom-padding-tablet"}},highLightTopPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-top-padding-mobile"}},highLightRightPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-right-padding-mobile"}},highLightLeftPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-left-padding-mobile"}},highLightBottomPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-bottom-padding-mobile"}},highLightPaddingUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-padding-unit"}},highLightPaddingUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-padding-unit-tablet"}},highLightPaddingUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-padding-unit-mobile"}},highLightPaddingLink:{type:"boolean",default:!1,isUAGStyle:!0,UAGCopyPaste:{styleType:"highlight-padding-link"}},...n};t.a=l},function(e,t,a){"use strict";var i=a(12);const o={inheritFromTheme:{type:"boolean",default:!1},block_id:{type:"string"},align:{type:"string",default:"center",UAGCopyPaste:{styleType:"btn-align"}},gap:{type:"number",default:10},stack:{type:"string",default:"none"},loadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"btn-load-google-fonts"}},fontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"btn-font-family"}},fontWeight:{type:"string",UAGCopyPaste:{styleType:"btn-font-weight"}},label:{type:"html",default:"Click Here"},link:{type:"string",default:""},target:{type:"string",default:"_self"},size:{type:"number",UAGCopyPaste:{styleType:"btn-size"}},vPadding:{type:"number",UAGCopyPaste:{styleType:"btn-vertical-padding"}},hPadding:{type:"number",UAGCopyPaste:{styleType:"btn-horizontal-padding"}},topPadding:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding"}},rightPadding:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding"}},bottomPadding:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding"}},leftPadding:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding"}},topMobilePadding:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding-mobile"}},rightMobilePadding:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding-mobile"}},bottomMobilePadding:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding-mobile"}},leftMobilePadding:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding-mobile"}},topTabletPadding:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding-tablet"}},rightTabletPadding:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding-tablet"}},bottomTabletPadding:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding-tablet"}},leftTabletPadding:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding-tablet"}},paddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit"}},gradientValue:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-bg-gradient-value"}},hovergradientValue:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-hbg-gradient-value"}},mobilePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit-mobile"}},tabletPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit-tablet"}},paddingLink:{type:"boolean",default:!0},color:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-color"}},background:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-bg-color"}},hColor:{type:"string",default:"#fff",UAGCopyPaste:{styleType:"btn-hover-color"}},hBackground:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-h-background"}},sizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-size-unit"}},sizeMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-size-mobile"}},sizeTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-size-tablet"}},lineHeight:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-line-height"}},lineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"btn-line-height-type"}},lineHeightMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-line-height-mobile"}},lineHeightTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-line-height-tablet"}},opensInNewTab:{type:"boolean"},noFollow:{type:"boolean",default:!1},icon:{type:"string",default:"arrow-right"},iconPosition:{type:"string",default:"after"},iconSpace:{type:"number",default:8,UAGCopyPaste:{styleType:"btn-icon-space"}},iconSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"btn-icon-space-tablet"}},iconSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"btn-icon-space-mobile"}},fontStyle:{type:"string",UAGCopyPaste:{styleType:"btn-font-style"}},transform:{type:"string",UAGCopyPaste:{styleType:"btn-transform"}},decoration:{type:"string",UAGCopyPaste:{styleType:"btn-decoration"}},backgroundType:{type:"string",default:"color",UAGCopyPaste:{styleType:"btn-background-type"}},hoverbackgroundType:{type:"string",default:"color",UAGCopyPaste:{styleType:"btn-hbackground-type"}},topMargin:{type:"number",UAGCopyPaste:{styleType:"btn-top-margin"}},rightMargin:{type:"number",UAGCopyPaste:{styleType:"btn-right-margin"}},bottomMargin:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-margin"}},leftMargin:{type:"number",UAGCopyPaste:{styleType:"btn-left-margin"}},topMarginTablet:{type:"number",UAGCopyPaste:{styleType:"btn-top-margin-tablet"}},rightMarginTablet:{type:"number",UAGCopyPaste:{styleType:"btn-right-margin-tablet"}},bottomMarginTablet:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-margin-tablet"}},leftMarginTablet:{type:"number",UAGCopyPaste:{styleType:"btn-left-margin-tablet"}},topMarginMobile:{type:"number",UAGCopyPaste:{styleType:"btn-top-margin-mobile"}},rightMarginMobile:{type:"number",UAGCopyPaste:{styleType:"btn-right-margin-mobile"}},bottomMarginMobile:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-margin-mobile"}},leftMarginMobile:{type:"number",UAGCopyPaste:{styleType:"btn-left-margin-mobile"}},marginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-margin-type"}},marginLink:{type:"string",default:!0},boxShadowColor:{type:"string",default:"#000",UAGCopyPaste:{styleType:"btn-box-shadow-color"}},boxShadowHOffset:{type:"number",default:0,UAGCopyPaste:{styleType:"btn-box-shadow-h-offset"}},boxShadowVOffset:{type:"number",default:0,UAGCopyPaste:{styleType:"btn-box-shadow-v-offset"}},boxShadowBlur:{type:"number",UAGCopyPaste:{styleType:"btn-box-shadow-blur"}},boxShadowSpread:{type:"number",UAGCopyPaste:{styleType:"btn-box-shadow-spread"}},boxShadowPosition:{type:"string",default:"outset",UAGCopyPaste:{styleType:"btn-box-shadow-position"}},iconColor:{type:"string",UAGCopyPaste:{styleType:"btn-icon-color"}},iconHColor:{type:"string",UAGCopyPaste:{styleType:"btn-icon-hover-color"}},iconSize:{type:"number",default:15,UAGCopyPaste:{styleType:"btn-icon-size"}},iconSizeTablet:{type:"number",UAGCopyPaste:{styleType:"btn-icon-size-tablet"}},iconSizeMobile:{type:"number",UAGCopyPaste:{styleType:"btn-icon-size-mobile"}},removeText:{type:"boolean",default:!1},borderWidth:{type:"number",default:""},borderRadius:{type:"number"},borderStyle:{type:"string",default:"none"},borderColor:{type:"string",default:"#000"},borderHColor:{type:"string",default:""},...Object(i.a)("btn"),letterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},letterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},letterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},letterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}},showIcon:{type:"boolean",default:!1}};t.a=o},function(e,t,a){"use strict";var i=a(12);const o={inheritFromTheme:{type:"boolean",default:!0},prefixTitle:{source:"html",selector:"span.uagb-ifb-title-prefix",default:"Prefix"},classMigrate:{type:"boolean",default:!1},infoBoxTitle:{source:"html",selector:"h1,h2,h3,h4,h5,h6",default:"Info Box"},headingDesc:{source:"html",selector:"p",default:"Click here to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo."},headingAlign:{type:"string",default:"center",UAGCopyPaste:{styleType:"overall-alignment"}},headingAlignTablet:{type:"string",default:"",UAGCopyPaste:{styleType:"overall-alignment-tablet"}},headingAlignMobile:{type:"string",default:"",UAGCopyPaste:{styleType:"overall-alignment-mobile"}},headingColor:{type:"string",UAGCopyPaste:{styleType:"main-title-color"}},subHeadingColor:{type:"string",UAGCopyPaste:{styleType:"desc-color"}},prefixColor:{type:"string",UAGCopyPaste:{styleType:"prefix-color"}},icon:{type:"string",default:"circle-check"},iconimgPosition:{type:"string",default:"above-title",UAGCopyPaste:{styleType:"icon-img-position"}},iconSize:{type:"number",default:30,UAGCopyPaste:{styleType:"icon-size"}},iconSizeType:{type:"String",default:"px",UAGCopyPaste:{styleType:"icon-size-type"}},iconHover:{type:"string",default:"",UAGCopyPaste:{styleType:"icon-hover-color"}},iconBgHover:{type:"string",default:"",UAGCopyPaste:{styleType:"icon-bg-hover-color"}},iconColor:{type:"string",default:"#333",UAGCopyPaste:{styleType:"icon-color"}},prefixTag:{type:"string",default:"h3"},prefixFontSize:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size"}},prefixFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"prefix-font-size-type"}},prefixFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-tablet"}},prefixFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-mobile"}},prefixFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"prefix-font-family"}},prefixFontWeight:{type:"string",UAGCopyPaste:{styleType:"prefix-font-weight"}},prefixFontStyle:{type:"string",UAGCopyPaste:{styleType:"prefix-font-style"}},prefixLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"prefix-line-height-type"}},prefixLineHeight:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height"}},prefixLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-tablet"}},prefixTransform:{type:"string",UAGCopyPaste:{styleType:"prefix-transform"}},prefixDecoration:{type:"string",UAGCopyPaste:{styleType:"prefix-decoration"}},prefixLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-mobile"}},prefixLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"prefix-load-google-font"}},headingTag:{type:"string",default:"h3"},headFontSize:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size"}},headFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-font-size-type"}},headFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},headFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},headFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"main-title-font-family"}},headFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},headFontStyle:{type:"string",UAGCopyPaste:{styleType:"main-title-font-style"}},headTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},headDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},headLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},headLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},headLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},headLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}},subHeadTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},subHeadDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},headLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},headLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},headLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},headLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},headLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"main-title-load-google-fonts"}},subHeadFontSize:{type:"number",UAGCopyPaste:{styleType:"desc-font-size"}},subHeadFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-font-size-type"}},subHeadFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},subHeadFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},subHeadFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"desc-font-family"}},subHeadFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},subHeadFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"}},subHeadLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"desc-line-height-type"}},subHeadLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},subHeadLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},subHeadLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},subHeadLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"desc-load-google-fonts"}},subHeadLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},subHeadLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},subHeadLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},subHeadLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},headSpace:{type:"number",default:10,UAGCopyPaste:{styleType:"main-title-bottom-margin"}},subHeadSpace:{type:"number",default:20,UAGCopyPaste:{styleType:"desc-bottom-margin"}},seperatorSpace:{type:"number",default:0,UAGCopyPaste:{styleType:"separator-bottom-margin"}},iconimgBorderRadius:{type:"number",default:0,UAGCopyPaste:{styleType:"icon-border-radius"}},source_type:{type:"string",default:"icon"},block_id:{type:"string",default:"not_set"},sourceAlign:{type:"string",default:"top"},ctaTarget:{type:"boolean",default:!1},ctaIcon:{type:"string",default:""},ctaIconPosition:{type:"string",default:"after"},ctaIconSpace:{type:"number",default:5,UAGCopyPaste:{styleType:"btn-icon-space"}},ctaIconSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"btn-icon-space"}},ctaIconSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"btn-icon-space"}},ctaIconSpaceType:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-icon-space-type"}},seperatorPosition:{type:"string",default:"after_title",UAGCopyPaste:{styleType:"seperator-position"}},seperatorStyle:{type:"string",default:"none",UAGCopyPaste:{styleType:"separator-style"}},seperatorColor:{type:"string",UAGCopyPaste:{styleType:"separator-color"},default:"#333"},seperatorWidth:{type:"number",UAGCopyPaste:{styleType:"separator-width"},default:30},seperatorWidthTablet:{type:"number",UAGCopyPaste:{styleType:"separator-width"}},seperatorWidthMobile:{type:"number",UAGCopyPaste:{styleType:"separator-width"}},separatorWidthType:{type:"string",default:"%",UAGCopyPaste:{styleType:"separator-width-type"}},seperatorThickness:{type:"number",default:2,UAGCopyPaste:{styleType:"separator-thickness"}},thicknessUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"separator-thickness-unit"}},ctaType:{type:"string",default:"none"},ctaText:{type:"html",default:"Read More"},ctaLink:{type:"string",default:"#"},ctaLinkColor:{type:"string",UAGCopyPaste:{styleType:"btn-color"}},ctaTransform:{type:"string",UAGCopyPaste:{styleType:"btn-transform"}},ctaDecoration:{type:"string",UAGCopyPaste:{styleType:"btn-decoration"}},ctaFontSize:{type:"number",UAGCopyPaste:{styleType:"btn-font-size"}},ctaFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-font-size-type"}},ctaFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"btn-font-size-mobile"}},ctaFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"btn-font-size-tablet"}},ctaFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"btn-font-family"}},ctaFontWeight:{type:"string",UAGCopyPaste:{styleType:"btn-font-weight"}},ctaFontStyle:{type:"string",UAGCopyPaste:{styleType:"btn-font-style"}},ctaLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"cta-line-height-type"}},ctaLineHeight:{type:"number",UAGCopyPaste:{styleType:"cta-line-height"}},ctaLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"cta-line-height-tablet"}},ctaLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"cta-line-height-mobile"}},ctaLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing"}},ctaLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing-tablet"}},ctaLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing-mobile"}},ctaLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"cta-letter-spacing-type"}},ctaLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"cta-load-google-font"}},ctaBtnLinkColor:{type:"string",UAGCopyPaste:{styleType:"btn-color"}},ctaLinkHoverColor:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-hover-color"}},ctaBgColor:{type:"string",UAGCopyPaste:{styleType:"btn-bg-color"}},ctaBgHoverColor:{type:"string",UAGCopyPaste:{styleType:"btn-bg-hover-color"}},ctaBorderColor:{type:"string"},ctaBorderhoverColor:{type:"string"},ctaBorderStyle:{type:"string"},ctaBtnVertPadding:{type:"number",UAGCopyPaste:{styleType:"btn-vertical-padding"}},ctaBtnHrPadding:{type:"number",UAGCopyPaste:{styleType:"btn-horizontal-padding"}},ctaBorderWidth:{type:"number"},ctaBorderRadius:{type:"number"},iconLeftMargin:{type:"number",UAGCopyPaste:{styleType:"icon-left-margin"}},iconRightMargin:{type:"number",UAGCopyPaste:{styleType:"icon-right-margin"}},iconTopMargin:{type:"number",UAGCopyPaste:{styleType:"icon-top-margin"}},iconBottomMargin:{type:"number",UAGCopyPaste:{styleType:"icon-bottom-margin"}},iconImage:{type:"object",default:{url:"",alt:"InfoBox placeholder img"}},imageSize:{type:"string",default:"thumbnail",UAGCopyPaste:{styleType:"image-size"}},imageWidth:{type:"number",UAGCopyPaste:{styleType:"image-width"},default:""},imageWidthMobile:{type:"number",UAGCopyPaste:{styleType:"image-width-mobile"}},imageWidthTablet:{type:"number",UAGCopyPaste:{styleType:"image-width-tablet"}},imageWidthType:{type:"boolean",default:!0,UAGCopyPaste:{styleType:"image-width-type"}},stack:{type:"string",default:"tablet"},showPrefix:{type:"boolean",default:!1},showTitle:{type:"boolean",default:!0},showIcon:{type:"boolean",default:!0},showDesc:{type:"boolean",default:!0},iconMarginTopTablet:{type:"number",UAGCopyPaste:{styleType:"icon-top-margin-tablet"}},iconMarginRightTablet:{type:"number",UAGCopyPaste:{styleType:"icon-right-margin-tablet"}},iconMarginBottomTablet:{type:"number",UAGCopyPaste:{styleType:"icon-bottom-margin-tablet"}},iconMarginLeftTablet:{type:"number",UAGCopyPaste:{styleType:"icon-left-margin-tablet"}},iconMarginTopMobile:{type:"number",UAGCopyPaste:{styleType:"icon-top-margin-mobile"}},iconMarginRightMobile:{type:"number",UAGCopyPaste:{styleType:"icon-right-margin-mobile"}},iconMarginBottomMobile:{type:"number",UAGCopyPaste:{styleType:"icon-bottom-margin-mobile"}},iconMarginLeftMobile:{type:"number",UAGCopyPaste:{styleType:"icon-left-margin-mobile"}},iconMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"icon-margin-unit"}},iconMobileMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"icon-margin-unit-mobile"}},iconTabletMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"icon-margin-unit-tablet"}},spacingLink:{type:"boolean",default:!1},paddingspacingLink:{type:"boolean",default:!1},paddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit"}},mobilePaddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-mobile-unit"}},tabletPaddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-tablet-unit"}},paddingBtnTop:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding"}},paddingBtnBottom:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding"}},paddingBtnLeft:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding"}},paddingBtnRight:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding"}},paddingBtnTopTablet:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding-tablet"}},paddingBtnRightTablet:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding-tablet"}},paddingBtnBottomTablet:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding-tablet"}},paddingBtnLeftTablet:{type:"number",UAGCopyPaste:{styleType:"btn-padding-tablet"}},paddingBtnTopMobile:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding-mobile"}},paddingBtnRightMobile:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding-mobile"}},paddingBtnBottomMobile:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding-mobile"}},paddingBtnLeftMobile:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding-mobile"}},imageWidthUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"image-width-unit"}},imageWidthUnitTablet:{type:"string",default:"px",UAGCopyPaste:{styleType:"image-width-unit-tablet"}},imageWidthUnitMobile:{type:"string",default:"px",UAGCopyPaste:{styleType:"image-width-unit-mobile"}},iconimgBorderRadiusUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"icon-border-radius-unit"}},prefixTopMargin:{type:"number",UAGCopyPaste:{styleType:"prefix-top-margin"},default:5},prefixRightMargin:{type:"number",UAGCopyPaste:{styleType:"prefix-right-margin"}},prefixSpace:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin"},default:10},prefixLeftMargin:{type:"number",UAGCopyPaste:{styleType:"prefix-left-margin"}},prefixMarginTopTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-top-margin-tablet"}},prefixMarginRightTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-right-margin-tablet"}},prefixTabletSpace:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin-tablet"}},prefixMarginLeftTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-left-margin-tablet"}},prefixMarginTopMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-top-margin-mobile"}},prefixMarginRightMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-right-margin-mobile"}},prefixMobileSpace:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin-mobile"}},prefixMarginLeftMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-left-margin-mobile"}},prefixSpaceUnit:{type:"number",default:"px",UAGCopyPaste:{styleType:"prefix-margin-unit"}},prefixMobileMarginUnit:{type:"number",default:"px",UAGCopyPaste:{styleType:"prefix-margin-mobile-unit"}},prefixTabletMarginUnit:{type:"number",default:"px",UAGCopyPaste:{styleType:"prefix-margin-tablet-unit"}},prefixLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},prefixLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},prefixLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},prefixLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},headTopMargin:{type:"number",UAGCopyPaste:{styleType:"main-title-top-margin"}},headRightMargin:{type:"number",UAGCopyPaste:{styleType:"main-title-right-margin"}},headLeftMargin:{type:"number",UAGCopyPaste:{styleType:"main-title-left-margin"}},headMarginTopTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-top-margin-tablet"}},headMarginRightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-right-margin-tablet"}},headTabletSpace:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-tablet"}},headMarginLeftTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-margin-mobile"}},headMarginTopMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-top-margin-mobile"}},headMarginRightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-right-margin-mobile"}},headMobileSpace:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-mobile"}},headMarginLeftMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-left-margin-mobile"}},headSpaceUnit:{type:"number",UAGCopyPaste:{styleType:"main-title-margin-unit"},default:"px"},headMobileMarginUnit:{type:"number",UAGCopyPaste:{styleType:"main-title-margin-unit-mobile"},default:"px"},headTabletMarginUnit:{type:"number",UAGCopyPaste:{styleType:"main-title-margin-unit-tablet"},default:"px"},blockTopPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-top-padding"}},blockRightPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-right-padding"}},blockLeftPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-left-padding"}},blockBottomPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-bottom-padding"}},blockTopPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-top-padding-tablet"}},blockRightPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-right-padding-tablet"}},blockLeftPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-left-padding-tablet"}},blockBottomPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-bottom-padding-tablet"}},blockTopPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-top-padding-mobile"}},blockRightPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-right-padding-mobile"}},blockLeftPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-left-padding-mobile"}},blockBottomPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-bottom-padding-mobile"}},blockPaddingUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-padding-unit"}},blockPaddingUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-padding-unit-tablet"}},blockPaddingUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"block-padding-unit-mobile"}},blockPaddingLink:{type:"boolean",default:!0,isUAGStyle:!0},separatorTopMargin:{type:"number",UAGCopyPaste:{styleType:"separator-top-margin"}},separatorRightMargin:{type:"number",UAGCopyPaste:{styleType:"separator-right-margin"}},separatorLeftMargin:{type:"number",UAGCopyPaste:{styleType:"separator-left-margin"}},separatorMarginTopTablet:{type:"number",UAGCopyPaste:{styleType:"separator-top-margin-tablet"}},separatorMarginRightTablet:{type:"number",UAGCopyPaste:{styleType:"separator-right-margin-tablet"}},seperatorTabletSpace:{type:"number",UAGCopyPaste:{styleType:"separator-bottom-margin-tablet"}},separatorMarginLeftTablet:{type:"number",UAGCopyPaste:{styleType:"separator-left-margin-tablet"}},separatorMarginTopMobile:{type:"number",UAGCopyPaste:{styleType:"separator-top-margin-mobile"}},separatorMarginRightMobile:{type:"number",UAGCopyPaste:{styleType:"separator-right-margin-mobile"}},seperatorMobileSpace:{type:"number",UAGCopyPaste:{styleType:"separator-bottom-margin-mobile"}},separatorMarginLeftMobile:{type:"number",UAGCopyPaste:{styleType:"separator-left-margin-mobile"}},seperatorSpaceUnit:{type:"number",default:"px",UAGCopyPaste:{styleType:"separator-margin-unit"}},separatorMobileMarginUnit:{type:"number",UAGCopyPaste:{styleType:"separator-margin-unit-mobile"},default:"px"},separatorTabletMarginUnit:{type:"number",UAGCopyPaste:{styleType:"separator-margin-unit-tablet"},default:"px"},subHeadTopMargin:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin"}},subHeadRightMargin:{type:"number",UAGCopyPaste:{styleType:"desc-right-margin"}},subHeadLeftMargin:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin"}},subHeadMarginTopTablet:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin-tablet"}},subHeadMarginRightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-right-margin-tablet"}},subHeadTabletSpace:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-tablet"}},subHeadMarginLeftTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin-tablet"}},subHeadMarginTopMobile:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin-mobile"}},subHeadMarginRightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-right-margin-mobile"}},subHeadMobileSpace:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-mobile"}},subHeadMarginLeftMobile:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin-mobile"}},subHeadSpaceUnit:{type:"number",UAGCopyPaste:{styleType:"desc-margin-unit"},default:"px"},subHeadMobileMarginUnit:{type:"number",UAGCopyPaste:{styleType:"desc-margin-unit-mobile"},default:"px"},subHeadTabletMarginUnit:{type:"number",UAGCopyPaste:{styleType:"desc-margin-unit-tablet"},default:"px"},isPreview:{type:"boolean",default:!1},iconView:{type:"string",default:"none"},iconShape:{type:"string",default:"Circle"},iconBackgroundColor:{type:"string",default:"#6EC1E3",UAGCopyPaste:{styleType:"icon-bg-color"}},iconBackgroundHoverColor:{type:"string",default:"",UAGCopyPaste:{styleType:"icon-bg-hover-color"}},iconBorderWidth:{type:"number",default:3,UAGCopyPaste:{styleType:"icon-border-width"}},...Object(i.a)("btn")};t.a=o},function(e,t,a){"use strict";t.a={block_id:{type:"string"},classMigrate:{type:"boolean",default:!1},align:{type:"string",default:"center",UAGCopyPaste:{styleType:"overall-alignment"}},tag:{type:"string",default:"h3"},title:{selector:"h1,h2,h3,h4,h5,h6,span,div",default:"John Doe"},prefix:{selector:"div.uagb-team__prefix",default:"Designation"},description_text:{selector:"p",default:"Click here to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo."},titleColor:{type:"string",UAGCopyPaste:{styleType:"main-title-color"}},prefixColor:{type:"string",default:"#888888",UAGCopyPaste:{styleType:"prefix-color"}},descColor:{type:"string",UAGCopyPaste:{styleType:"desc-color"}},socialColor:{type:"string",default:"#333",UAGCopyPaste:{styleType:"icon-color"}},socialHoverColor:{type:"string",UAGCopyPaste:{styleType:"icon-hover-color"}},titleFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"main-title-font-family"}},titleFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},titleFontStyle:{type:"string",default:"normal",UAGCopyPaste:{styleType:"main-title-font-style"}},titleTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},titleDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},titleFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-font-size-type"}},titleLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},titleFontSize:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size"}},titleFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},titleFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},titleLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},titleLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},titleLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},prefixFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"prefix-font-family"}},prefixFontWeight:{type:"string",UAGCopyPaste:{styleType:"prefix-font-weight"}},prefixFontStyle:{type:"string",UAGCopyPaste:{styleType:"prefix-font-style"}},prefixTransform:{type:"string",UAGCopyPaste:{styleType:"prefix-transform"}},prefixDecoration:{type:"string",UAGCopyPaste:{styleType:"prefix-decoration"}},prefixFontSizeType:{type:"string",UAGCopyPaste:{styleType:"prefix-font-size-type"},default:"px"},prefixLineHeightType:{type:"string",UAGCopyPaste:{styleType:"prefix-line-height-type"},default:"em"},prefixFontSize:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size"},default:15},prefixFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-tablet"}},prefixFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-mobile"}},prefixLineHeight:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height"}},prefixLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-tablet"}},prefixLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-mobile"}},descFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"desc-font-family"}},descFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},descFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"},default:"normal"},descTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},descDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},descFontSizeType:{type:"string",UAGCopyPaste:{styleType:"desc-font-size-type"},default:"px"},descLineHeightType:{type:"string",UAGCopyPaste:{styleType:"desc-line-height-type"},default:"em"},descFontSize:{type:"number",UAGCopyPaste:{styleType:"desc-font-size"}},descFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},descFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},descLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},descLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},descLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},socialFontSize:{type:"number",UAGCopyPaste:{styleType:"icon-size"},default:20},socialFontSizeType:{type:"string",UAGCopyPaste:{styleType:"icon-size-type"},default:"px"},socialFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"icon-size-mobile"}},socialFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"icon-size-tablet"}},image:{type:"object",default:null},imgStyle:{type:"string",UAGCopyPaste:{styleType:"image-style"},default:"normal"},imgPosition:{type:"string",UAGCopyPaste:{styleType:"image-position"},default:"above"},imgAlign:{type:"string",UAGCopyPaste:{styleType:"image-align"},default:"top"},imgSize:{type:"string",default:"thumbnail",UAGCopyPaste:{styleType:"image-size"}},imgWidth:{type:"number",default:100,UAGCopyPaste:{styleType:"image-width"}},imgWidthMobile:{type:"number",UAGCopyPaste:{styleType:"image-width-mobile"}},imgWidthTablet:{type:"number",UAGCopyPaste:{styleType:"image-width-tablet"}},titleSpace:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin"},default:6},titleSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-mobile"}},titleSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-tablet"}},prefixSpace:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin"},default:11},prefixSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin-tablet"}},prefixSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin-mobile"}},descSpace:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin"},default:18},descSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-tablet"}},descSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-mobile"}},imgLeftMargin:{type:"number",UAGCopyPaste:{styleType:"image-left-margin"}},imgRightMargin:{type:"number",UAGCopyPaste:{styleType:"image-right-margin"}},imgTopMargin:{type:"number",UAGCopyPaste:{styleType:"image-top-margin"}},imgBottomMargin:{type:"number",UAGCopyPaste:{styleType:"image-bottom-margin"},default:15},socialEnable:{type:"boolean",default:!0},socialSpace:{type:"number",UAGCopyPaste:{styleType:"icon-bottom-margin"},default:20},socialSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"icon-bottom-margin-tablet"}},socialSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"icon-bottom-margin-mobile"}},socialTarget:{type:"boolean",default:!1},twitterIcon:{type:"string",default:"twitter"},fbIcon:{type:"string",default:"facebook"},linkedinIcon:{type:"string",default:"linkedin"},pinIcon:{type:"string",default:"pinterest"},twitterLink:{type:"string",default:"#"},fbLink:{type:"string",default:"#"},linkedinLink:{type:"string",default:"#"},pinLink:{type:"string",default:"#"},stack:{type:"string",default:"tablet"},titleLoadGoogleFonts:{type:"boolean",UAGCopyPaste:{styleType:"main-title-load-google-fonts"},default:!1},prefixLoadGoogleFonts:{type:"boolean",UAGCopyPaste:{styleType:"prefix-load-google-fonts"},default:!1},descLoadGoogleFonts:{type:"boolean",UAGCopyPaste:{styleType:"desc-load-google-fonts"},default:!1},imageLeftMargin:{type:"number",default:20,UAGCopyPaste:{styleType:"image-left-margin"}},imageRightMargin:{type:"number",UAGCopyPaste:{styleType:"image-right-margin"},default:20},imageTopMargin:{type:"number",UAGCopyPaste:{styleType:"image-top-margin"}},imageBottomMargin:{type:"number",UAGCopyPaste:{styleType:"image-bottom-margin"}},imageMarginTopTablet:{type:"number",UAGCopyPaste:{styleType:"image-top-margin-tablet"}},imageMarginRightTablet:{type:"number",default:"auto",UAGCopyPaste:{styleType:"image-right-margin-tablet"}},imageMarginBottomTablet:{type:"number",UAGCopyPaste:{styleType:"image-bottom-margin-tablet"}},imageMarginLeftTablet:{type:"number",UAGCopyPaste:{styleType:"image-left-margin-tablet"},default:"auto"},imageMarginTopMobile:{type:"number",UAGCopyPaste:{styleType:"image-top-margin-mobile"}},imageMarginRightMobile:{type:"number",UAGCopyPaste:{styleType:"image-right-margin-mobile"},default:"auto"},imageMarginBottomMobile:{type:"number",UAGCopyPaste:{styleType:"image-bottom-margin-mobile"}},imageMarginLeftMobile:{type:"number",default:"auto",UAGCopyPaste:{styleType:"image-left-margin-mobile"}},imageMarginUnit:{type:"string",UAGCopyPaste:{styleType:"image-margin-unit"},default:"px"},tabletImageMarginUnit:{type:"string",UAGCopyPaste:{styleType:"image-margin-unit-tablet"},default:"px"},mobileImageMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"image-margin-unit-mobile"}},spacingLink:{type:"boolean",default:!1},isPreview:{type:"boolean",default:!1},titleLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},titleLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},titleLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},titleLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}},prefixLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-prefix-letter-spacing"}},prefixLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-prefix-letter-spacing-tablet"}},prefixLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-prefix-letter-spacing-mobile"}},prefixLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-prefix-letter-spacing-type"}},descLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},descLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},descLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},descLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}}}},function(e,t,a){"use strict";var i=a(1);const o={block_id:{type:"string"},description:{type:"string",default:Object(i.__)("Lorem ipsum dolor sit amet, consectetur adipiscing elit.")},title:{type:"string",default:Object(i.__)("Menu Item")},price:{type:"string",default:Object(i.__)("$9")},image:{type:"object",default:{url:uagb_blocks_info.uagb_url+"/admin/assets/images/uag-placeholder.svg"}},imagePosition:{type:"string",default:"left",UAGCopyPaste:{styleType:"image-position"}},imageAlignment:{type:"string",default:"top",UAGCopyPaste:{styleType:"image-align"}},imageSize:{type:"string",default:"medium",UAGCopyPaste:{styleType:"image-size"}},headingTag:{type:"string",default:"h4"},columns:{type:"number",default:2},tcolumns:{type:"number",default:2},mcolumns:{type:"number",default:1},headingAlign:{type:"string",default:"left",UAGCopyPaste:{styleType:"main-title-align"}},stack:{type:"string",default:"tablet"},imgAlign:{type:"string",UAGCopyPaste:{styleType:"image-align"},default:"side"},showImage:{type:"boolean",default:!0}};t.a=o},function(e,t,a){"use strict";var i=a(12);const o={block_id:{type:"string"},classMigrate:{type:"boolean",default:!1},showDescription:{type:"boolean",default:!0},align:{type:"string",default:"center",UAGCopyPaste:{styleType:"overall-alignment"}},textAlign:{type:"string",default:"center",UAGCopyPaste:{styleType:"main-title-align"}},link:{type:"string",default:"#"},linkTarget:{type:"boolean",default:!1},titleSpace:{type:"number",default:0,UAGCopyPaste:{styleType:"main-title-bottom-margin"}},titleSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-tablet"}},titleSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-mobile"}},titleSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-bottom-margin"}},borderStyle:{type:"string",default:""},borderWidth:{type:"number",default:""},borderRadius:{type:"number",default:""},borderColor:{type:"string",default:""},borderHoverColor:{type:"string"},vPadding:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-vertical-padding"}},hPadding:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-horizontal-padding"}},vPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"btn-vertical-padding-tablet"}},hPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"btn-horizontal-padding-tablet"}},vPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"btn-vertical-padding-mobile"}},hPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"btn-horizontal-padding-mobile"}},paddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit"}},backgroundType:{type:"string",default:"color",UAGCopyPaste:{styleType:"btn-bg-type"}},backgroundColor:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-bg-color"}},backgroundHoverColor:{type:"string",UAGCopyPaste:{styleType:"btn-bg-hover-color"}},gradientColor1:{type:"string",default:"#0170b9",UAGCopyPaste:{styleType:"btn-gradient-color-1"}},gradientColor2:{type:"string",default:"#06558a",UAGCopyPaste:{styleType:"btn-gradient-color-2"}},gradientType:{type:"string",default:"linear",UAGCopyPaste:{styleType:"btn-gradient-color-type"}},gradientLocation1:{type:"number",default:0,UAGCopyPaste:{styleType:"btn-gradient-location-1"}},gradientLocation2:{type:"number",default:100,UAGCopyPaste:{styleType:"btn-gradient-location-2"}},gradientAngle:{type:"number",default:0,UAGCopyPaste:{styleType:"btn-gradient-angel"}},backgroundOpacity:{type:"number",UAGCopyPaste:{styleType:"btn-bg-opacity"}},backgroundHoverOpacity:{type:"number",UAGCopyPaste:{styleType:"btn-bg-hover-opacity"}},titleColor:{type:"string",default:"",UAGCopyPaste:{styleType:"main-title-color"}},titleHoverColor:{type:"string",UAGCopyPaste:{styleType:"main-title-hover-color"}},iconColor:{type:"string",default:"",UAGCopyPaste:{styleType:"icon-color"}},iconHoverColor:{type:"string",default:"",UAGCopyPaste:{styleType:"icon-hover-color"}},prefixColor:{type:"string",default:"",UAGCopyPaste:{styleType:"desc-color"}},prefixHoverColor:{type:"string",UAGCopyPaste:{styleType:"desc-hover-color"}},heading:{source:"html",selector:"h1,h2,h3,h4,h5,h6,span,p",default:"Subscribe Now"},prefix:{source:"html",selector:".uagb-marketing-btn__prefix",default:"Get access to Premium Features for FREE for a year!"},icon:{type:"string",default:"up-right-from-square"},iconPosition:{type:"string",default:"after"},iconSpace:{type:"number",default:10,UAGCopyPaste:{styleType:"btn-icon-space"}},iconSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"btn-icon-space-tablet"}},iconSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"btn-icon-space-mobile"}},titleLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"main-title-load-google-fonts"}},titleFontFamily:{type:"string",UAGCopyPaste:{styleType:"main-title-font-family"},default:"Default"},titleFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},titleFontStyle:{type:"string",UAGCopyPaste:{styleType:"main-title-font-style"}},titleFontSize:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size"},default:20},titleFontSizeType:{type:"string",UAGCopyPaste:{styleType:"main-title-font-size-type"},default:"px"},titleFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"},default:20},titleFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"},default:20},titleLineHeightType:{type:"string",UAGCopyPaste:{styleType:"main-title-line-height-type"},default:"em"},titleLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},titleLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},titleLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},titleTag:{type:"string",default:"span"},prefixLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"desc-load-google-font"}},prefixFontFamily:{type:"string",UAGCopyPaste:{styleType:"desc-font-family"},default:"Default"},prefixFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},prefixFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"}},prefixFontSize:{type:"number",UAGCopyPaste:{styleType:"desc-font-size"},default:14},prefixFontSizeType:{type:"string",UAGCopyPaste:{styleType:"desc-font-size-unit"},default:"px"},prefixFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"},default:14},prefixFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"},default:14},prefixLineHeightType:{type:"string",UAGCopyPaste:{styleType:"desc-line-height-type"},default:"em"},prefixLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"},default:2},prefixLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},prefixLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},iconFontSize:{type:"number",default:20,UAGCopyPaste:{styleType:"icon-size"}},iconFontSizeType:{type:"string",UAGCopyPaste:{styleType:"icon-size-type"},default:"px"},iconFontSizeTablet:{type:"number",default:20,UAGCopyPaste:{styleType:"icon-size-tablet"}},iconFontSizeMobile:{type:"number",default:20,UAGCopyPaste:{styleType:"icon-size-mobile"}},spacingLink:{type:"boolean",default:!1},paddingBtnUnit:{type:"string",UAGCopyPaste:{styleType:"btn-padding-unit"},default:"px"},mobilePaddingBtnUnit:{type:"string",UAGCopyPaste:{styleType:"btn-padding-unit-mobile"},default:"px"},tabletPaddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit-tablet"}},paddingBtnTop:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-top-padding"}},paddingBtnBottom:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-bottom-padding"}},paddingBtnLeft:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-left-padding"}},paddingBtnRight:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-right-padding"}},paddingBtnTopTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-top-padding-tablet"}},paddingBtnRightTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-right-padding-tablet"}},paddingBtnBottomTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-bottom-padding-tablet"}},paddingBtnLeftTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-left-padding-tablet"}},paddingBtnTopMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-top-padding-mobile"}},paddingBtnRightMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-right-padding-mobile"}},paddingBtnBottomMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-bottom-padding-mobile"}},paddingBtnLeftMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-left-padding-mobile"}},titleTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},titleDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},prefixTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},prefixDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},isPreview:{type:"boolean",default:!1},...Object(i.a)("btn"),titleLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},titleLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},titleLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},titleLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}},prefixLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},prefixLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},prefixLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},prefixLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}}};t.a=o},function(e,t,a){"use strict";var i=a(12);const o={block_id:{type:"string"},layout:{type:"string",default:"accordion"},inactiveOtherItems:{type:"boolean",default:!0},expandFirstItem:{type:"boolean",default:!0},enableSchemaSupport:{type:"boolean",default:!1},align:{type:"string",default:"left",UAGCopyPaste:{styleType:"overall-alignment"}},enableSeparator:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"enable-separator"}},rowsGap:{type:"number",default:10,UAGCopyPaste:{styleType:"row-gap"}},rowsGapTablet:{type:"number",UAGCopyPaste:{styleType:"row-gap-tablet"}},rowsGapMobile:{type:"number",UAGCopyPaste:{styleType:"row-gap-mobile"}},rowsGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"row-gap-type"}},columnsGap:{type:"number",default:10,UAGCopyPaste:{styleType:"column-gap"}},columnsGapTablet:{type:"number",UAGCopyPaste:{styleType:"column-gap-tablet"}},columnsGapMobile:{type:"number",UAGCopyPaste:{styleType:"column-gap-mobile"}},columnsGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-gap-type"}},boxBgColor:{type:"string",UAGCopyPaste:{styleType:"faq-bg-color"},default:""},boxBgHoverColor:{type:"string",UAGCopyPaste:{styleType:"faq-bg-hover-color"},default:""},boxPaddingTypeMobile:{type:"string",UAGCopyPaste:{styleType:"faq-padding-type-mobile"},default:"px"},boxPaddingTypeTablet:{type:"string",default:"px",UAGCopyPaste:{styleType:"faq-padding-type-tablet"}},boxPaddingTypeDesktop:{type:"string",default:"px",UAGCopyPaste:{styleType:"faq-padding-type-desktop"}},vBoxPaddingMobile:{type:"number",default:10,UAGCopyPaste:{styleType:"faq-vertical-padding-mobile"}},hBoxPaddingMobile:{type:"number",default:10,UAGCopyPaste:{styleType:"faq-horizontal-padding-mobile"}},vBoxPaddingTablet:{type:"number",default:10,UAGCopyPaste:{styleType:"faq-vertical-padding-tablet"}},hBoxPaddingTablet:{type:"number",default:10,UAGCopyPaste:{styleType:"faq-horizontal-padding-tablet"}},vBoxPaddingDesktop:{type:"number",default:10,UAGCopyPaste:{styleType:"faq-vertical-padding-desktop"}},hBoxPaddingDesktop:{type:"number",default:10,UAGCopyPaste:{styleType:"faq-horizontal-padding-desktop"}},borderStyle:{type:"string"},borderWidth:{type:"number"},borderRadius:{type:"number"},borderColor:{type:"string"},borderHoverColor:{type:"string"},questionTextColor:{type:"string",UAGCopyPaste:{styleType:"main-title-color"}},questionTextActiveColor:{type:"string",UAGCopyPaste:{styleType:"main-title-hover-color"}},questionTextBgColor:{type:"string",UAGCopyPaste:{styleType:"main-title-bg-color"}},questionTextActiveBgColor:{type:"string",UAGCopyPaste:{styleType:"main-title-hover-bg-color"}},questionPaddingTypeDesktop:{type:"string",UAGCopyPaste:{styleType:"main-title-padding-type-desktop"},default:"px"},questionPaddingTypeTablet:{type:"string",UAGCopyPaste:{styleType:"main-title-padding-type-tablet"},default:"px"},questionPaddingTypeMobile:{type:"string",UAGCopyPaste:{styleType:"main-title-padding-type-mobile"},default:"px"},vquestionPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-vertical-padding-mobile"},default:10},vquestionPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-vertical-padding-tablet"},default:10},vquestionPaddingDesktop:{type:"number",UAGCopyPaste:{styleType:"main-title-vertical-padding-desktop"},default:10},hquestionPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-horizontal-padding-mobile"},default:10},hquestionPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-horizontal-padding-tablet"},default:10},hquestionPaddingDesktop:{type:"number",UAGCopyPaste:{styleType:"main-title-horizontal-padding-desktop"},default:10},answerTextColor:{type:"string",UAGCopyPaste:{styleType:"desc-color"}},answerPaddingTypeDesktop:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-padding-type-desktop"}},answerPaddingTypeTablet:{type:"string",UAGCopyPaste:{styleType:"desc-padding-type-tablet"},default:"px"},answerPaddingTypeMobile:{type:"string",UAGCopyPaste:{styleType:"desc-padding-type-mobile"},default:"px"},vanswerPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-vertical-padding-mobile"},default:10},vanswerPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-vertical-padding-tablet"},default:10},vanswerPaddingDesktop:{type:"number",UAGCopyPaste:{styleType:"desc-vertical-padding-desktop"},default:10},hanswerPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-horizontal-padding-mobile"},default:10},hanswerPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-horizontal-padding-tablet"},default:10},hanswerPaddingDesktop:{type:"number",UAGCopyPaste:{styleType:"desc-horizontal-padding-desktop"},default:10},iconColor:{type:"string",UAGCopyPaste:{styleType:"icon-color"}},iconActiveColor:{type:"string",UAGCopyPaste:{styleType:"icon-hover-color"}},gapBtwIconQUestion:{type:"number",default:10,UAGCopyPaste:{styleType:"icon-spacing"}},gapBtwIconQUestionTablet:{type:"number",UAGCopyPaste:{styleType:"icon-spacing-tablet"}},gapBtwIconQUestionMobile:{type:"number",UAGCopyPaste:{styleType:"icon-spacing-mobile"}},questionloadGoogleFonts:{type:"boolean",UAGCopyPaste:{styleType:"main-title-load-google-fonts"},default:!1},answerloadGoogleFonts:{type:"boolean",UAGCopyPaste:{styleType:"desc-load-google-fonts"},default:!1},questionFontFamily:{type:"string",UAGCopyPaste:{styleType:"main-title-font-family"},default:"Default"},questionFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},questionFontStyle:{type:"string",UAGCopyPaste:{styleType:"main-title-font-style"},default:"normal"},questionTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},questionDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},questionFontSize:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size"}},questionFontSizeType:{type:"string",UAGCopyPaste:{styleType:"main-title-font-size-type"},default:"px"},questionFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},questionFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},questionLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},questionLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},questionLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},questionLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},answerFontFamily:{type:"string",UAGCopyPaste:{styleType:"desc-font-family"},default:"Default"},answerFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},answerFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"},default:"normal"},answerTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},answerDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},answerFontSize:{type:"number",UAGCopyPaste:{styleType:"desc-font-size"}},answerFontSizeType:{type:"string",UAGCopyPaste:{styleType:"desc-font-size-type"},default:"px"},answerFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},answerFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},answerLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},answerLineHeightType:{type:"string",UAGCopyPaste:{styleType:"desc-line-height-type"},default:"em"},answerLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},answerLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},icon:{type:"string",default:"plus"},iconActive:{type:"string",default:"minus"},iconAlign:{type:"string",default:"row",UAGCopyPaste:{styleType:"icon-align"}},iconSize:{type:"number",default:12,UAGCopyPaste:{styleType:"icon-size"}},iconSizeTablet:{type:"number",UAGCopyPaste:{styleType:"icon-size-tablet"}},iconSizeMobile:{type:"number",UAGCopyPaste:{styleType:"icon-size-mobile"}},iconSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"icon-size-type"}},columns:{type:"number",default:2,UAGCopyPaste:{styleType:"column-count"}},tcolumns:{type:"number",default:2,UAGCopyPaste:{styleType:"column-count-tablet"}},mcolumns:{type:"number",default:1,UAGCopyPaste:{styleType:"column-count-mobile"}},schema:{type:"string",default:""},enableToggle:{type:"boolean",default:!0},equalHeight:{type:"boolean",default:!0,UAGCopyPaste:{styleType:"equal-height"}},questionLeftPaddingTablet:{type:"number",default:10,UAGCopyPaste:{styleType:"main-title-left-padding-tablet"}},questionBottomPaddingTablet:{type:"number",default:10,UAGCopyPaste:{styleType:"main-title-bottom-padding-tablet"}},questionLeftPaddingDesktop:{type:"number",default:10,UAGCopyPaste:{styleType:"main-title-left-padding-desktop"}},questionBottomPaddingDesktop:{type:"number",default:10,UAGCopyPaste:{styleType:"main-title-bottom-padding-desktop"}},questionLeftPaddingMobile:{type:"number",default:10,UAGCopyPaste:{styleType:"main-title-left-padding-mobile"}},questionBottomPaddingMobile:{type:"number",default:10,UAGCopyPaste:{styleType:"main-title-bottom-padding-mobile"}},headingTag:{type:"html",selector:"span,p,h1,h2,h3,h4,h5,h6",default:"span"},questionSpacingLink:{type:"boolean",default:!1},answerSpacingLink:{type:"boolean",default:!1},answerTopPadding:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding"}},answerRightPadding:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding"}},answerBottomPadding:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding"}},answerLeftPadding:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding"}},answerTopPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding-tablet"}},answerRightPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding-tablet"}},answerBottomPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding-tablet"}},answerLeftPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-tablet"}},answerTopPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding-mobile"}},answerRightPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding-mobile"}},answerBottomPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding-mobile"}},answerLeftPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-mobile"}},isPreview:{type:"boolean",default:!1},...Object(i.a)("overall",{borderStyle:"solid",borderTopWidth:1,borderRightWidth:1,borderBottomWidth:1,borderLeftWidth:1,borderTopLeftRadius:2,borderTopRightRadius:2,borderBottomLeftRadius:2,borderBottomRightRadius:2,borderColor:"#1e1e1e",borderHColor:""}),questionLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},questionLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},questionLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},questionLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}},answerLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},answerLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},answerLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},answerLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}}};t.a=o},function(e,t,a){"use strict";var i=a(1),o=a(12);const n=Object(o.a)("successMsg"),l=Object(o.a)("errorMsg"),r=Object(o.a)("field",{borderStyle:"solid",borderTopLeftRadius:3,borderTopRightRadius:3,borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopWidth:1,borderRightWidth:1,borderLeftWidth:1,borderBottomWidth:1,borderColor:"#bdbdbd",borderHColor:""}),s=Object(o.a)("checkBoxToggle",{borderStyle:"solid",borderTopLeftRadius:3,borderTopRightRadius:3,borderBottomLeftRadius:3,borderBottomRightRadius:3,borderTopWidth:1,borderRightWidth:1,borderLeftWidth:1,borderBottomWidth:1,borderColor:"#1e1e1e",borderHColor:"#017cba"}),c=Object(o.a)("btn"),p={block_id:{type:"string"},formPaddingTop:{type:"number",default:25,UAGCopyPaste:{styleType:"block-top-padding"}},formPaddingRight:{type:"number",default:25,UAGCopyPaste:{styleType:"block-right-padding"}},formPaddingBottom:{type:"number",default:25,UAGCopyPaste:{styleType:"block-bottom-padding"}},formPaddingLeft:{type:"number",default:25,UAGCopyPaste:{styleType:"block-left-padding"}},formPaddingTopTab:{type:"number",default:25,UAGCopyPaste:{styleType:"block-top-padding-tablet"}},formPaddingRightTab:{type:"number",default:25,UAGCopyPaste:{styleType:"block-right-padding-tablet"}},formPaddingBottomTab:{type:"number",default:25,UAGCopyPaste:{styleType:"block-bottom-padding-tablet"}},formPaddingLeftTab:{type:"number",default:25,UAGCopyPaste:{styleType:"block-left-padding-tablet"}},formPaddingTopMob:{type:"number",default:25,UAGCopyPaste:{styleType:"block-top-padding-mobile"}},formPaddingRightMob:{type:"number",default:25,UAGCopyPaste:{styleType:"block-right-padding-mobile"}},formPaddingBottomMob:{type:"number",default:25,UAGCopyPaste:{styleType:"block-bottom-padding-mobile"}},formPaddingLeftMob:{type:"number",default:25,UAGCopyPaste:{styleType:"block-left-padding-mobile"}},formPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"block-padding-unit"}},formPaddingUnitTab:{type:"string",default:"px",UAGCopyPaste:{styleType:"block-padding-unit-tablet"}},formPaddingUnitMob:{type:"string",default:"px",UAGCopyPaste:{styleType:"block-padding-unit-mobile"}},formPaddingLink:{type:"boolean",default:!0},submitButtonText:{type:"string",default:Object(i.__)("Submit","ultimate-addons-for-gutenberg")},formLabel:{type:"string",default:Object(i.__)("Spectra Form","ultimate-addons-for-gutenberg")},buttonAlign:{type:"string",default:"left"},buttonAlignTablet:{type:"string",default:""},buttonAlignMobile:{type:"string",default:""},confirmationType:{type:"string",default:"message"},confirmationMessage:{type:"string",default:Object(i.__)("The form has been submitted successfully!","ultimate-addons-for-gutenberg")},failedMessage:{type:"string",default:Object(i.__)("There has been some error while submitting the form. Please verify all form fields again.","ultimate-addons-for-gutenberg")},failedMessageTextColor:{type:"string",UAGCopyPaste:{styleType:"failed-msg-text-color"},default:""},failedMessageBorderColor:{type:"string",default:"red"},failedMessageBGColor:{type:"string",UAGCopyPaste:{styleType:"failed-msg-bg-color"},default:""},failedMessageBorderStyle:{type:"string",default:"solid"},failedMessageBorderWidth:{type:"number",default:3},confirmationUrl:{type:"string"},sendAfterSubmitEmail:{type:"boolean",default:!0},afterSubmitToEmail:{type:"string",default:""},afterSubmitCcEmail:{type:"string",default:""},afterSubmitBccEmail:{type:"string",default:""},afterSubmitEmailSubject:{type:"string",default:Object(i.__)("Form Submission","ultimate-addons-for-gutenberg")},submitColor:{type:"string",UAGCopyPaste:{styleType:"btn-color"},default:""},submitColorHover:{type:"string",UAGCopyPaste:{styleType:"btn-hover-color"},default:""},submitBgColor:{type:"string",UAGCopyPaste:{styleType:"btn-bg-color"},default:""},submitBgColorHover:{type:"string",UAGCopyPaste:{styleType:"btn-bg-hover-color"},default:""},buttonSize:{type:"string",default:"medium",UAGCopyPaste:{styleType:"btn-color"}},submitborderStyle:{type:"string"},submitborderWidth:{type:"number"},submitborderRadius:{type:"number"},submitborderColor:{type:"string"},submitborderHoverColor:{type:"string"},hPaddingSubmit:{type:"number",UAGCopyPaste:{styleType:"btn-horizontal-padding"}},vPaddingSubmit:{type:"number",UAGCopyPaste:{styleType:"btn-vertical-padding"}},submitTextloadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"btn-load-google-fontst"}},submitTextFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"btn-font-family"}},submitTextFontWeight:{type:"string",UAGCopyPaste:{styleType:"btn-font-weight"}},submitTextFontSize:{type:"number",default:15,UAGCopyPaste:{styleType:"btn-font-size"}},submitTextFontSizeType:{type:"string",UAGCopyPaste:{styleType:"btn-font-size-type"},default:"px"},submitTextFontSizeTablet:{type:"number",default:15,UAGCopyPaste:{styleType:"btn-font-size-tablet"}},submitTextFontSizeMobile:{type:"number",default:15,UAGCopyPaste:{styleType:"btn-font-size-mobile"}},submitTextLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"btn-line-height-type"}},submitTextLineHeight:{type:"number",UAGCopyPaste:{styleType:"btn-line-height"}},submitTextLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"btn-line-height-tablet"}},submitTextLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"btn-line-height-mobile"}},labelloadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"main-title-load-google-fonts"}},labelFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"main-title-font-family"}},labelFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},labelFontSize:{type:"number",default:15,UAGCopyPaste:{styleType:"main-title-font-size"}},labelFontSizeType:{type:"string",UAGCopyPaste:{styleType:"main-title-font-size-type"},default:"px"},labelFontSizeTablet:{type:"number",default:15,UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},labelFontSizeMobile:{type:"number",default:15,UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},labelLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},labelLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},labelLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},labelLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},labelGap:{type:"number",default:10,UAGCopyPaste:{styleType:"main-title-bottom-margin"}},labelGapTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-tablet"}},labelGapMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-margin-bottom-mobile"}},labelGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-margin-unit"}},inputloadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"input-load-google-fonts"}},inputFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"input-font-family"}},inputFontWeight:{type:"string",UAGCopyPaste:{styleType:"input-font-weight"}},inputFontSize:{type:"number",UAGCopyPaste:{styleType:"input-font-size"}},inputFontSizeType:{type:"string",UAGCopyPaste:{styleType:"input-font-size-type"},default:"px"},inputFontSizeTablet:{type:"number",default:15,UAGCopyPaste:{styleType:"input-font-size-tablet"}},inputFontSizeMobile:{type:"number",default:15,UAGCopyPaste:{styleType:"input-font-size-mobile"}},inputLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"input-line-height-type"}},inputLineHeight:{type:"number",UAGCopyPaste:{styleType:"input-line-height"}},toggleSize:{type:"number",UAGCopyPaste:{styleType:"toggle-size"},default:15},toggleSizeTablet:{type:"number",UAGCopyPaste:{styleType:"toggle-size"}},toggleSizeMobile:{type:"number",UAGCopyPaste:{styleType:"toggle-size"}},toggleWidthSize:{type:"number",UAGCopyPaste:{styleType:"toggle-width-size"},default:0},toggleWidthSizeTablet:{type:"number",UAGCopyPaste:{styleType:"toggle-width-size"}},toggleWidthSizeMobile:{type:"number",UAGCopyPaste:{styleType:"toggle-width-size"}},toggleColor:{type:"string",default:"#ffffff",UAGCopyPaste:{styleType:"toggle-color"}},toggleActiveColor:{type:"string",default:"#017cba",UAGCopyPaste:{styleType:"toggle-active-color"}},toggleDotColor:{type:"string",default:"#1e1e1e",UAGCopyPaste:{styleType:"toggle-dot-color"}},toggleDotActiveColor:{type:"string",default:"#ffffff",UAGCopyPaste:{styleType:"toggle-dot-active-color"}},toggleBorderStyle:{type:"string"},toggleBorderWidth:{type:"number"},toggleBorderRadius:{type:"number"},toggleBorderColor:{type:"string"},toggleBorderActiveColor:{type:"string"},inputLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"input-line-height-tablet"}},inputLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"input-line-height-mobile"}},labelColor:{type:"string",UAGCopyPaste:{styleType:"main-title-color"},default:""},labelHoverColor:{type:"string",UAGCopyPaste:{styleType:"main-title-hover-color"},default:""},inputColor:{type:"string",UAGCopyPaste:{styleType:"input-color"},default:""},bgColor:{type:"string",UAGCopyPaste:{styleType:"input-bg-color"},default:""},bgHoverColor:{type:"string",UAGCopyPaste:{styleType:"input-bg-hover-color"},default:""},bgActiveColor:{type:"string",UAGCopyPaste:{styleType:"input-bg-active-color"},default:""},inputplaceholderColor:{type:"string",UAGCopyPaste:{styleType:"input-placeholder-color"},default:"#abb8c3"},inputplaceholderHoverColor:{type:"string",UAGCopyPaste:{styleType:"input-placeholder-hover-color"},default:"#abb8c3"},inputplaceholderActiveColor:{type:"string",UAGCopyPaste:{styleType:"input-placeholder-active-color"},default:"#abb8c3"},inputactiveColor:{type:"string",UAGCopyPaste:{styleType:"input-active-color"},default:"#000000"},inputborderStyle:{type:"string"},inputborderWidth:{type:"number"},inputborderRadius:{type:"number"},inputborderColor:{type:"string"},inputborderHoverColor:{type:"string"},hPaddingField:{type:"number",default:10,UAGCopyPaste:{styleType:"field-h-padding"}},vPaddingField:{type:"number",default:10,UAGCopyPaste:{styleType:"field-v-padding"}},fieldGap:{type:"number",default:20,UAGCopyPaste:{styleType:"field-gap"}},fieldGapTablet:{type:"number",UAGCopyPaste:{styleType:"field-gap"}},fieldGapMobile:{type:"number",UAGCopyPaste:{styleType:"field-gap"}},formStyle:{type:"string",default:"boxed",UAGCopyPaste:{styleType:"form-style"}},overallAlignment:{type:"string",default:"left",UAGCopyPaste:{styleType:"overall-alignment"}},reCaptchaEnable:{type:"boolean",default:!1},reCaptchaType:{type:"string",default:"v2"},reCaptchaSiteKeyV2:{type:"string",default:""},reCaptchaSecretKeyV2:{type:"string",default:""},reCaptchaSiteKeyV3:{type:"string",default:""},reCaptchaSecretKeyV3:{type:"string",default:""},hidereCaptchaBatch:{type:"boolean",default:!1},successMessageTextColor:{type:"string",UAGCopyPaste:{styleType:"success-msg-color"},default:""},successMessageBGColor:{type:"string",UAGCopyPaste:{styleType:"success-msg-bg-color"},default:""},successMessageBorderColor:{type:"string",UAGCopyPaste:{styleType:"success-msg-border-color"},default:"green"},successMessageBorderStyle:{type:"string",UAGCopyPaste:{styleType:"success-msg-border-style"},default:"solid"},successMessageBorderWidth:{type:"number",UAGCopyPaste:{styleType:"success-msg-border-width"},default:3},captchaMessage:{type:"string",default:Object(i.__)("Please fill up the above captcha.","ultimate-addons-for-gutenberg")},successMessageBorderRadius:{type:"number",default:6,UAGCopyPaste:{styleType:"success-msg-border-radius"}},successMessageHoverBorderColor:{type:"string",default:"yellowgreen",UAGCopyPaste:{styleType:"success-msg-hover-border-color"}},failedMessageBorderRadius:{type:"number",default:6,UAGCopyPaste:{styleType:"failed-msg-border-radius"}},failedMessageHoverBorderColor:{type:"string",default:"deeppink",UAGCopyPaste:{styleType:"failed-msg-hover-border-color"}},paddingBtnTop:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding"}},paddingBtnRight:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding"}},paddingBtnBottom:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding"}},paddingBtnLeft:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding"}},paddingBtnTopTablet:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding-tablet"}},paddingBtnRightTablet:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding-tablet"}},paddingBtnBottomTablet:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding-tablet"}},paddingBtnLeftTablet:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding-tablet"}},paddingBtnTopMobile:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding-mobile"}},paddingBtnRightMobile:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding-mobile"}},paddingBtnBottomMobile:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding-mobile"}},paddingBtnLeftMobile:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding-mobile"}},paddingBtnUnit:{type:"string",UAGCopyPaste:{styleType:"btn-padding-unit"},default:"px"},mobilePaddingBtnUnit:{type:"string",UAGCopyPaste:{styleType:"btn-padding-unit-mobile"},default:"px"},tabletPaddingBtnUnit:{type:"string",UAGCopyPaste:{styleType:"btn-padding-unit-tablet"},default:"px"},paddingspacingLink:{type:"boolean",default:!1},submitTextTransform:{type:"string",UAGCopyPaste:{styleType:"btn-transform"}},submitTextDecoration:{type:"string",UAGCopyPaste:{styleType:"btn-decoration"}},labelTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},labelDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},inputTransform:{type:"string",UAGCopyPaste:{styleType:"input-transform"}},inputDecoration:{type:"string",UAGCopyPaste:{styleType:"input-decoration"}},fieldGapType:{type:"string",default:"px",UAGCopyPaste:{styleType:"field-gap-type"}},paddingFieldTop:{type:"number",default:12,UAGCopyPaste:{styleType:"field-top-padding"}},paddingFieldRight:{type:"number",default:12,UAGCopyPaste:{styleType:"field-right-padding"}},paddingFieldBottom:{type:"number",default:12,UAGCopyPaste:{styleType:"field-bottom-padding"}},paddingFieldLeft:{type:"number",default:12,UAGCopyPaste:{styleType:"field-left-padding"}},paddingFieldTopTablet:{type:"number",UAGCopyPaste:{styleType:"field-top-padding-tablet"}},paddingFieldRightTablet:{type:"number",UAGCopyPaste:{styleType:"field-right-padding-tablet"}},paddingFieldBottomTablet:{type:"number",UAGCopyPaste:{styleType:"field-bottom-padding-tablet"}},paddingFieldLeftTablet:{type:"number",UAGCopyPaste:{styleType:"field-left-padding-tablet"}},paddingFieldTopMobile:{type:"number",UAGCopyPaste:{styleType:"field-top-padding-mobile"}},paddingFieldRightMobile:{type:"number",UAGCopyPaste:{styleType:"field-right-padding-mobile"}},paddingFieldBottomMobile:{type:"number",UAGCopyPaste:{styleType:"field-bottom-padding-mobile"}},paddingFieldLeftMobile:{type:"number",UAGCopyPaste:{styleType:"field-left-padding-mobile"}},paddingFieldUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"field-padding-unit"}},paddingFieldUnitmobile:{type:"string",default:"px",UAGCopyPaste:{styleType:"field-padding-unit-mobile"}},paddingFieldUnitTablet:{type:"string",default:"px",UAGCopyPaste:{styleType:"field-padding-unit-tablet"}},paddingFieldLink:{type:"boolean",default:!1},toggleSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"toggle-size-type"}},submitTextFontStyle:{type:"string",default:"normal",UAGCopyPaste:{styleType:"btn-font-style"}},labelFontStyle:{type:"string",default:"normal",UAGCopyPaste:{styleType:"main-title-font-style"}},inputFontStyle:{type:"string",default:"normal",UAGCopyPaste:{styleType:"input-font-style"}},displayLabels:{type:"boolean",default:!0,UAGCopyPaste:{styleType:"display-labels"}},isPreview:{type:"boolean",default:!1},...n,...l,...r,...s,...c,labelLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"label-letter-spacing"}},labelLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"label-letter-spacing-tablet"}},labelLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"label-letter-spacing-mobile"}},labelLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"label-letter-spacing-type"}},inputLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"input-letter-spacing"}},inputLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"input-letter-spacing-tablet"}},inputLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"input-letter-spacing-mobile"}},inputLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"input-letter-spacing-type"}},submitTextLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"submit-letter-spacing"}},submitTextLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"submit-letter-spacing-tablet"}},submitTextLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"submit-letter-spacing-mobile"}},submitTextLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"submit-letter-spacing-type"}}};t.a=p},function(e,t,a){"use strict";var i=a(1),o=a(12);const n=Object(o.a)("tab",{borderStyle:"solid",borderTopWidth:1,borderRightWidth:1,borderBottomWidth:1,borderLeftWidth:1,borderColor:"#e0e0e0"}),l={block_id:{type:"string"},tabHeaders:{type:"array",default:[Object(i.__)("Tab 1","ultimate-addons-for-gutenberg"),Object(i.__)("Tab 2","ultimate-addons-for-gutenberg"),Object(i.__)("Tab 3","ultimate-addons-for-gutenberg")]},tabActive:{type:"number",default:0},tabActiveFrontend:{type:"number",default:0},tabsStyleD:{type:"string",default:"hstyle1",UAGCopyPaste:{styleType:"tabs-style"}},tabsStyleT:{type:"string",default:"vstyle6",UAGCopyPaste:{styleType:"tabs-style-tablet"}},tabsStyleM:{type:"string",default:"stack1",UAGCopyPaste:{styleType:"tabs-style-mobile"}},headerBgColor:{type:"string",UAGCopyPaste:{styleType:"main-title-bg-color"}},headerTextColor:{type:"string",default:"",UAGCopyPaste:{styleType:"main-title-color"}},bodyBgColor:{type:"string",UAGCopyPaste:{styleType:"desc-bg-color"}},bodyTextColor:{type:"string",UAGCopyPaste:{styleType:"desc-color"}},borderStyle:{type:"string"},borderWidth:{type:"number"},borderRadius:{type:"number"},borderColor:{type:"string"},borderHoverColor:{type:"string"},activeTabBgColor:{type:"string",default:"",UAGCopyPaste:{styleType:"main-title-hover-color"}},activeTabTextColor:{type:"string",default:"",UAGCopyPaste:{styleType:"main-title-hover-bg-color"}},tabTitleLeftMargin:{type:"number",UAGCopyPaste:{styleType:"main-title-left-margin"}},tabTitleRightMargin:{type:"number",UAGCopyPaste:{styleType:"main-title-right-margin"}},tabTitleTopMargin:{type:"number",UAGCopyPaste:{styleType:"main-title-top-margin"}},tabTitleBottomMargin:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin"}},tabTitleLeftMarginTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-left-margin-tablet"}},tabTitleRightMarginTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-right-margin-tablet"}},tabTitleTopMarginTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-top-margin-tablet"}},tabTitleBottomMarginTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-tablet"}},tabTitleLeftMarginMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-left-margin-mobile"}},tabTitleRightMarginMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-right-margin-mobile"}},tabTitleTopMarginMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-top-margin-mobile"}},tabTitleBottomMarginMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-mobile"}},tabTitleMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-unit-margin"}},mobiletabTitleMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-margin-unit-mobile"}},tablettabTitleMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-margin-unit-tablet"}},tabTitleMarginLink:{type:"boolean",default:!1},tabBodyLeftMargin:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin"}},tabBodyRightMargin:{type:"number",UAGCopyPaste:{styleType:"desc-right-margin"}},tabBodyTopMargin:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin"}},tabBodyBottomMargin:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin"}},tabBodyLeftMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin-tablet"}},tabBodyRightMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-right-margin-tablet"}},tabBodyTopMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin-tablet"}},tabBodyBottomMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-tablet"}},tabBodyLeftMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin-mobile"}},tabBodyRightMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-right-margin-mobile"}},tabBodyTopMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin-mobile"}},tabBodyBottomMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-mobile"}},tabBodyMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-margin-unit"}},mobiletabBodyMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-margin-unit-mobile"}},tablettabBodyMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-margin-unit-tablet"}},tabBodyMarginLink:{type:"boolean",default:!1},tabBodyVertPadding:{type:"number",UAGCopyPaste:{styleType:"desc-vertical-padding"}},tabBodyHrPadding:{type:"number",UAGCopyPaste:{styleType:"desc-horizontal-padding"}},tabTitleLeftPadding:{type:"number",UAGCopyPaste:{styleType:"main-title-left-padding"}},tabTitleRightPadding:{type:"number",UAGCopyPaste:{styleType:"main-title-right-padding"}},tabTitleTopPadding:{type:"number",UAGCopyPaste:{styleType:"main-title-top-padding"}},tabTitleBottomPadding:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-padding"}},tabTitleLeftPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-left-padding-tablet"}},tabTitleRightPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-right-padding-tablet"}},tabTitleTopPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-top-padding-tablet"}},tabTitleBottomPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-padding-tablet"}},tabTitleLeftPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-left-padding-mobile"}},tabTitleRightPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-right-padding-mobile"}},tabTitleTopPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-top-padding-mobile"}},tabTitleBottomPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-padding-mobile"}},tabTitlePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-padding-unit"}},mobiletabTitlePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-padding-unit-mobile"}},tablettabTitlePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-padding-unit-tablet"}},tabTitlePaddingLink:{type:"boolean",default:!1},tabBodyLeftPadding:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding"}},tabBodyRightPadding:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding"}},tabBodyTopPadding:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding"}},tabBodyBottomPadding:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding"}},tabBodyLeftPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-tablet"}},tabBodyRightPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding-tablet"}},tabBodyTopPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding-tablet"}},tabBodyBottomPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding-tablet"}},tabBodyLeftPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-mobile"}},tabBodyRightPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding-mobile"}},tabBodyTopPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding-mobile"}},tabBodyBottomPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding-mobile"}},tabBodyPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-padding-unit"}},mobiletabBodyPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-padding-unit-mobile"}},tablettabBodyPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-padding-unit-tablet"}},tabBodyPaddingLink:{type:"boolean",default:!1},tabTitleVertPadding:{type:"number",UAGCopyPaste:{styleType:"main-title-vertical-padding"}},tabTitleHrPadding:{type:"number",UAGCopyPaste:{styleType:"main-title-horizontal-padding"}},titleFontSize:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size"}},titleFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-font-unit-size"}},titleFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},titleFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},titleFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"main-title-font-family"}},titleFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},titleLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},titleLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},titleLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},titleLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},titleLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"main-title-load-google-fonts"}},titleTransform:{type:"string",default:"normal",UAGCopyPaste:{styleType:"main-title-transform"}},titleDecoration:{type:"string",default:"none",UAGCopyPaste:{styleType:"main-title-decoration"}},tabAlign:{type:"string",default:"left",UAGCopyPaste:{styleType:"overall-alignment"}},titleAlign:{type:"string",default:"center",UAGCopyPaste:{styleType:"main-title-align"}},showIcon:{type:"boolean",default:!1},icon:{type:"string"},iconPosition:{type:"string",default:"left",UAGCopyPaste:{styleType:"tab-icon-position"}},iconSpacing:{type:"string",default:10,UAGCopyPaste:{styleType:"tab-icon-spacing"}},iconSpacingTablet:{type:"string",UAGCopyPaste:{styleType:"tab-icon-spacing"}},iconSpacingMobile:{type:"string",UAGCopyPaste:{styleType:"tab-icon-spacing"}},iconColor:{type:"string",UAGCopyPaste:{styleType:"icon-color"}},iconSize:{type:"number",default:16,UAGCopyPaste:{styleType:"icon-size"}},iconSizeTablet:{type:"number",UAGCopyPaste:{styleType:"icon-size"}},iconSizeMobile:{type:"number",UAGCopyPaste:{styleType:"icon-size"}},activeiconColor:{type:"string",UAGCopyPaste:{styleType:"icon-hover-color"}},titleFontStyle:{type:"string",UAGCopyPaste:{styleType:"main-title-font-style"},default:"normal"},isPreview:{type:"boolean",default:!1},...n,titleLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},titleLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},titleLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},titleLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}}};t.a=l},function(e,t,a){"use strict";var i=a(12);const o=Object(i.a)("overlay",{borderStyle:"solid"}),n={block_id:{type:"string"},isPreview:{type:"boolean",default:!1},layout:{type:"string",default:"default",UAGCopyPaste:{styleType:"image-layout"}},url:{type:"string",default:""},urlTablet:{type:"string",default:""},urlMobile:{type:"string",default:""},alt:{type:"string",default:""},enableCaption:{type:"boolean",default:!1},caption:{type:"string",default:""},align:{type:"string",default:"",UAGCopyPaste:{styleType:"image-align"}},alignTablet:{type:"string",default:"",UAGCopyPaste:{styleType:"image-align-tablet"}},alignMobile:{type:"string",default:"",UAGCopyPaste:{styleType:"image-align-mobile"}},id:{type:"integer",default:""},href:{type:"string",default:""},rel:{type:"string",default:""},linkClass:{type:"string",default:""},linkDestination:{type:"string",default:""},title:{type:"string",default:""},width:{type:"integer",default:"",UAGCopyPaste:{styleType:"image-width"}},widthTablet:{type:"integer",default:"",UAGCopyPaste:{styleType:"image-width-tablet"}},widthMobile:{type:"integer",default:"",UAGCopyPaste:{styleType:"image-width-mobile"}},height:{type:"integer",default:"",UAGCopyPaste:{styleType:"image-height"}},heightTablet:{type:"integer",default:"",UAGCopyPaste:{styleType:"image-height-tablet"}},heightMobile:{type:"integer",default:"",UAGCopyPaste:{styleType:"image-height-mobile"}},naturalWidth:{type:"integer",default:""},naturalHeight:{type:"integer",default:""},linkTarget:{type:"string",default:""},sizeSlug:{type:"string",default:""},sizeSlugTablet:{type:"string",default:""},sizeSlugMobile:{type:"string",default:""},imageTopMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-top-margin"}},imageRightMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-right-margin"}},imageLeftMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-left-margin"}},imageBottomMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-bottom-margin"}},imageTopMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-top-margin-tablet"}},imageRightMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-right-margin-tablet"}},imageLeftMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-left-margin-tablet"}},imageBottomMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-bottom-margin-tablet"}},imageTopMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-top-margin-mobile"}},imageRightMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-right-margin-mobile"}},imageLeftMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-left-margin-mobile"}},imageBottomMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-bottom-margin-mobile"}},imageMarginUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-margin-unit"}},imageMarginUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-margin-unit-tablet"}},imageMarginUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-margin-unit-mobile"}},imageMarginLink:{type:"boolean",default:!0,isUAGStyle:!0},captionText:{type:"string",default:""},captionShowOn:{type:"string",default:"hover"},captionLoadGoogleFonts:{type:"boolean",default:!1,isUAGStyle:!0},captionColor:{type:"string",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-color"}},captionAlign:{type:"string",default:"center",UAGCopyPaste:{styleType:"desc-align"}},captionFontFamily:{type:"string",default:"Default",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-font-family"}},captionFontWeight:{type:"string",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-font-weight"}},captionFontStyle:{type:"string",default:"normal",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-font-style"}},captionTransform:{type:"string",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-transform"}},captionDecoration:{type:"string",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-decoration"}},captionFontSizeType:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-font-size-type"}},captionLineHeightType:{type:"string",default:"em",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-line-height-type"}},captionFontSize:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-font-size"}},captionFontSizeTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-font-size-tablet"}},captionFontSizeMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-font-size-mobile"}},captionLineHeight:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-line-height"}},captionLineHeightTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-line-height-tablet"}},captionLineHeightMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-line-height-mobile"}},captionTopMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-top-margin"}},captionRightMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-right-margin"}},captionLeftMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-left-margin"}},captionBottomMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-bottom-margin"}},captionTopMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-top-margin-tablet"}},captionRightMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-right-margin-tablet"}},captionLeftMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-left-margin-tablet"}},captionBottomMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-bottom-margin-tablet"}},captionTopMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-top-margin-mobile"}},captionRightMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-right-margin-mobile"}},captionLeftMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-left-margin-mobile"}},captionBottomMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-bottom-margin-mobile"}},captionMarginUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-margin-unit"}},captionMarginUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-margin-unit-tablet"}},captionMarginUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"desc-margin-unit-mobile"}},captionMarginLink:{type:"boolean",default:!1,isUAGStyle:!0},heading:{type:"string",default:""},headingShowOn:{type:"string",default:"always"},headingTag:{type:"string",default:"h2"},headingId:{type:"string"},headingLoadGoogleFonts:{type:"boolean",default:!1,isUAGStyle:!0},headingColor:{type:"string",default:"#fff",UAGCopyPaste:{styleType:"main-title-color"}},headingFontFamily:{type:"string",default:"Default",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-font-family"}},headingFontWeight:{type:"string",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-font-weight"}},headingFontStyle:{type:"string",default:"normal",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-font-style"}},headingTransform:{type:"string",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-transform"}},headingDecoration:{type:"string",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-decoration"}},headingFontSizeType:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-font-size-type"}},headingLineHeightType:{type:"string",default:"em",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-line-height"}},headingFontSize:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-font-size"}},headingFontSizeTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},headingFontSizeMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},headingLineHeight:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-line-height"}},headingLineHeightTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},headingLineHeightMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},headingTopMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-top-margin"}},headingRightMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-right-margin"}},headingLeftMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-left-margin"}},headingBottomMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-bottom-margin"}},headingTopMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-top-margin-tablet"}},headingRightMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-right-margin-tablet"}},headingLeftMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-left-margin-tablet"}},headingBottomMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-bottom-margin-tablet"}},headingTopMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-top-margin-mobile"}},headingRightMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-right-margin-mobile"}},headingLeftMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-left-margin-mobile"}},headingBottomMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-bottom-margin-mobile"}},headingMarginUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-margin-unit"}},headingMarginUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-margin-unit-tablet"}},headingMarginUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"main-title-margin-unit-mobile"}},headingMarginLink:{type:"boolean",default:!1,isUAGStyle:!0},overlayPositionFromEdge:{type:"number",default:15,UAGCopyPaste:{styleType:"overlay-position-from-edge"}},overlayPositionFromEdgeUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"overlay-position-from-edge-unit"}},overlayContentPosition:{type:"string",default:"center center",UAGCopyPaste:{styleType:"overlay-content-position"}},overlayBackground:{type:"string",default:"",UAGCopyPaste:{styleType:"overlay-background"}},overlayOpacity:{type:"float",default:.2,UAGCopyPaste:{styleType:"overlay-opacity"}},overlayHoverOpacity:{type:"number",default:1,UAGCopyPaste:{styleType:"overlay-hover-opacity"}},seperatorShowOn:{type:"string",default:"hover",UAGCopyPaste:{styleType:"seperator-show-on"}},seperatorStyle:{type:"string",default:"none",UAGCopyPaste:{styleType:"separator-style"}},seperatorColor:{type:"string",default:"#fff",UAGCopyPaste:{styleType:"separator-color"}},seperatorPosition:{type:"string",default:"after_title"},seperatorWidth:{type:"number",default:30,UAGCopyPaste:{styleType:"separator-width"}},separatorWidthType:{type:"string",default:"%",UAGCopyPaste:{styleType:"separator-width-type"}},seperatorThickness:{type:"number",default:2,UAGCopyPaste:{styleType:"separator-thickness"}},seperatorThicknessUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"separator-width-unit"}},seperatorTopMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-top-margin"}},seperatorRightMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-right-margin"}},seperatorLeftMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-left-margin"}},seperatorBottomMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-bottom-margin"}},seperatorTopMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-top-margin-tablet"}},seperatorRightMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-right-margin-tablet"}},seperatorLeftMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-left-margin-tablet"}},seperatorBottomMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-bottom-margin-tablet"}},seperatorTopMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-top-margin-mobile"}},seperatorRightMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-right-margin-mobile"}},seperatorLeftMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-left-margin-mobile"}},seperatorBottomMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-bottom-margin-mobile"}},seperatorMarginUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-margin-unit"}},seperatorMarginUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-margin-unit-tablet"}},seperatorMarginUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"separator-margin-unit-mobile"}},seperatorMarginLink:{type:"boolean",default:!1,isUAGStyle:!0},imageHoverEffect:{type:"string",default:"static"},objectFit:{type:"string"},objectFitTablet:{type:"string"},objectFitMobile:{type:"string"},imageBoxShadowColor:{type:"string",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-shadow-color"}},imageBoxShadowHOffset:{type:"number",isUAGStyle:!0,default:0,UAGCopyPaste:{styleType:"image-shadow-h-offset"}},imageBoxShadowVOffset:{type:"number",default:0,isUAGStyle:!0,UAGCopyPaste:{styleType:"image-shadow-v-offset"}},imageBoxShadowBlur:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-shadow-blur"}},imageBoxShadowSpread:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-shadow-spread"}},imageBoxShadowPosition:{type:"string",default:"outset",isUAGStyle:!0,UAGCopyPaste:{styleType:"image-shadow-position"}},maskShape:{type:"string",default:"none"},maskCustomShape:{type:"object",default:{url:"",alt:"mask shape"}},maskSize:{type:"string",default:"auto"},maskPosition:{type:"string",default:"center center"},maskRepeat:{type:"string",default:"no-repeat"},headingLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},headingLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},headingLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},headingLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},captionLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},captionLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},captionLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},captionLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},customHeightSetDesktop:{type:"boolean",default:!1},customHeightSetTablet:{type:"boolean",default:!1},customHeightSetMobile:{type:"boolean",default:!1},...Object(i.a)("image"),...o};t.a=n},function(e,t,a){"use strict";var i=a(1),o=a(12);const n=Object(o.a)("btn"),l=Object(o.a)("paginationMasonry"),r={blockName:{type:"string",default:"post-masonry"},enableOffset:{type:"boolean",default:!1},paginationType:{type:"string",default:"none",UAGCopyPaste:{styleType:"pagination-type"}},paginationEventType:{type:"string",default:"button"},buttonText:{type:"string",default:"Load More"},paginationAlign:{type:"string",default:"center",UAGCopyPaste:{styleType:"pagination-alignment"}},paginationTextColor:{type:"string",default:"",UAGCopyPaste:{styleType:"pagination-color"}},paginationMasonryBgColor:{type:"string",default:"",UAGCopyPaste:{styleType:"pagination-bg-color"}},paginationBgHoverColor:{type:"string",UAGCopyPaste:{styleType:"pagination-bg-hover-color"}},paginationTextHoverColor:{type:"string",UAGCopyPaste:{styleType:"pagination-hover-color"}},paginationMasonryBorderStyle:{type:"string",default:"solid",UAGCopyPaste:{styleType:"pagination-border-style"}},paginationMasonryBorderWidth:{type:"number",default:1,UAGCopyPaste:{styleType:"pagination-border-size"}},paginationMasonryBorderRadius:{type:"number",default:2,UAGCopyPaste:{styleType:"pagination-border-radius"}},paginationMasonryBorderColor:{type:"string",default:"",UAGCopyPaste:{styleType:"pagination-border-color"}},paginationMasonryBorderHColor:{type:"string",default:"",UAGCopyPaste:{styleType:"pagination-border-active-color"}},paginationFontSize:{type:"number",default:13,UAGCopyPaste:{styleType:"pagination-font-size"}},loaderColor:{type:"string",default:"#0085ba",UAGCopyPaste:{styleType:"post-loader-color"}},loaderSize:{type:"number",default:18,UAGCopyPaste:{styleType:"post-loader-size"}},vpaginationButtonPaddingMobile:{type:"number",default:8,UAGCopyPaste:{styleType:"pagination-vertical-padding-mobile"}},vpaginationButtonPaddingTablet:{type:"number",default:8,UAGCopyPaste:{styleType:"pagination-vertical-padding-tablet"}},vpaginationButtonPaddingDesktop:{type:"number",default:8,UAGCopyPaste:{styleType:"pagination-vertical-padding-desktop"}},hpaginationButtonPaddingMobile:{type:"number",default:12,UAGCopyPaste:{styleType:"pagination-horizontal-padding-mobile"}},hpaginationButtonPaddingTablet:{type:"number",default:12,UAGCopyPaste:{styleType:"pagination-horizontal-padding-tablet"}},hpaginationButtonPaddingDesktop:{type:"number",default:12,UAGCopyPaste:{styleType:"pagination-horizontal-padding-desktop"}},layoutConfig:{type:"array",default:["uagb/post-image","uagb/post-taxonomy","uagb/post-title","uagb/post-meta","uagb/post-excerpt","uagb/post-button"]},post_type:{type:"string",default:"masonry"},mobilepaginationButtonPaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"pagination-padding-type-mobile"}},tabletpaginationButtonPaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"pagination-padding-type-tablet"}},paginationButtonPaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"pagination-padding-type"}},inheritFromTheme:{type:"boolean",default:!0},block_id:{type:"string",default:"not_set"},categories:{type:"string"},postType:{type:"string",default:"post"},postDisplaytext:{type:"string",default:"No post found!"},taxonomyType:{type:"string",default:"category"},postsToShow:{type:"number",default:6},displayPostDate:{type:"boolean",default:!0},displayPostExcerpt:{type:"boolean",default:!0},excerptLength:{type:"number",default:15},displayPostAuthor:{type:"boolean",default:!1},displayPostTitle:{type:"boolean",default:!0},displayPostComment:{type:"boolean",default:!0},displayPostTaxonomy:{type:"boolean",default:!1},displayPostImage:{type:"boolean",default:!0},imgSize:{type:"string",default:"large",UAGCopyPaste:{styleType:"image-size"}},imgPosition:{type:"string",default:"top",UAGCopyPaste:{styleType:"image-position"}},linkBox:{type:"boolean"},bgOverlayColor:{type:"string",default:"#ffffff",UAGCopyPaste:{styleType:"post-bg-overlay-color"}},overlayOpacity:{type:"number",default:"50",UAGCopyPaste:{styleType:"post-overlay-opacity"}},displayPostLink:{type:"boolean",default:!0},newTab:{type:"boolean",default:!1},ctaText:{type:"string",default:Object(i.__)("Read More","ultimate-addons-for-gutenberg")},btnHPadding:{type:"number",default:10,UAGCopyPaste:{styleType:"btn-horizontal-padding"}},btnVPadding:{type:"number",default:5,UAGCopyPaste:{styleType:"btn-vertical-padding"}},btnBorderWidth:{type:"number",UAGCopyPaste:{styleType:"post-border-width"},default:1},btnBorderStyle:{type:"string",default:"none",UAGCopyPaste:{styleType:"btn-border-style"}},btnBorderColor:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-border-color"}},btnBorderHColor:{type:"string",UAGCopyPaste:{styleType:"btn-border-hover-color"}},btnBorderRadius:{type:"number",default:0,UAGCopyPaste:{styleType:"btn-border-radius"}},columns:{type:"number",default:3},tcolumns:{type:"number",default:2},mcolumns:{type:"number",default:1},align:{type:"string",default:"left",UAGCopyPaste:{styleType:"post-align"}},width:{type:"string",default:"wide",UAGCopyPaste:{styleType:"post-width"}},order:{type:"string",default:"desc"},orderBy:{type:"string",default:"date"},rowGap:{type:"number",default:20,UAGCopyPaste:{styleType:"post-bottom-padding"}},rowGapTablet:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},rowGapMobile:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},columnGap:{type:"number",default:20,UAGCopyPaste:{styleType:"post-bottom-padding"}},columnGapTablet:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},columnGapMobile:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},bgColor:{type:"string",default:"#f6f6f6",UAGCopyPaste:{styleType:"post-bg-color"}},titleColor:{type:"string",UAGCopyPaste:{styleType:"main-title-color"},default:""},titleTag:{type:"string",default:"h4"},titleFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"main-title-font-size"}},titleFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-font-size-type"}},titleFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},titleFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},titleFontFamily:{type:"string",default:"",UAGCopyPaste:{styleType:"main-title-font-family"}},titleFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},titleFontStyle:{type:"string",UAGCopyPaste:{styleType:"main-title-font-style"}},titleLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},titleLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},titleLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},titleLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},titleLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"main-title-loads-google-fonts"}},metaColor:{type:"string",default:"#777777",UAGCopyPaste:{styleType:"prefix-color"}},metaFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"prefix-font-size"}},metaFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"prefix-font-size-type"}},metaFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-mobile"}},metaFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-tablet"}},metaFontFamily:{type:"string",default:"",UAGCopyPaste:{styleType:"prefix-font-family"}},metaFontWeight:{type:"string",UAGCopyPaste:{styleType:"prefix-font-weight"}},metaFontStyle:{type:"string",UAGCopyPaste:{styleType:"prefix-font-style"}},metaLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"prefix-line-height-type"}},metaLineHeight:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height"}},metaLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-tablet"}},metaLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-mobile"}},metaLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"prefix-load-google-fonts"}},excerptColor:{type:"string",default:"",UAGCopyPaste:{styleType:"desc-color"}},excerptFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"desc-font-size"}},excerptFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-font-size-type"}},excerptFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},excerptFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},excerptFontFamily:{type:"string",UAGCopyPaste:{styleType:"desc-font-family"},default:""},excerptFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},excerptFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"}},excerptLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"desc-line-height-type"}},excerptLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},excerptLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},excerptLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},excerptLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"desc-load-google-fonts"}},displayPostContentRadio:{type:"string",default:"excerpt"},ctaColor:{type:"string",UAGCopyPaste:{styleType:"btn-color"}},ctaBgColor:{type:"string",UAGCopyPaste:{styleType:"btn-bg-color"}},ctaHColor:{type:"string",UAGCopyPaste:{styleType:"btn-hover-color"}},ctaBgHColor:{type:"string",UAGCopyPaste:{styleType:"btn-bg-hover-color"}},ctaFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-font-size"}},ctaFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-font-size-type"}},ctaFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"btn-font-size-mobile"}},ctaFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"btn-font-size-tablet"}},ctaFontFamily:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-font-family"}},ctaFontWeight:{type:"string",UAGCopyPaste:{styleType:"btn-font-weight"}},ctaFontStyle:{type:"string",UAGCopyPaste:{styleType:"btn-font-style"}},ctaLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"btn-line-height-type"}},ctaLineHeight:{type:"number",UAGCopyPaste:{styleType:"btn-line-height"}},ctaLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"btn-line-height-tablet"}},ctaLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"btn-line-height-mobile"}},ctaLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"btn-load-google-fonts"}},paddingTop:{type:"number",UAGCopyPaste:{styleType:"post-top-padding"}},paddingBottom:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},paddingRight:{type:"number",UAGCopyPaste:{styleType:"post-right-padding"}},paddingLeft:{type:"number",UAGCopyPaste:{styleType:"post-left-padding"}},paddingTopMobile:{type:"number",UAGCopyPaste:{styleType:"post-top-padding-mobile"}},paddingBottomMobile:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding-mobile"}},paddingRightMobile:{type:"number",UAGCopyPaste:{styleType:"post-right-padding-mobile"}},paddingLeftMobile:{type:"number",UAGCopyPaste:{styleType:"post-left-padding-mobile"}},paddingBtnTop:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding"}},paddingBtnBottom:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding"}},paddingBtnRight:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding"}},paddingBtnLeft:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding"}},contentPadding:{type:"number",default:20,UAGCopyPaste:{styleType:"post-content-padding"}},contentPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"post-content-padding-mobile"}},ctaBottomSpace:{type:"number",default:0,UAGCopyPaste:{styleType:"btn-bottom-margin"}},ctaBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-margin"}},ctaBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-margin"}},imageBottomSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"image-bottom-margin"}},imageBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"image-bottom-margin"}},imageBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"image-bottom-margin"}},titleBottomSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"main-title-bottom-margin"}},titleBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin"}},titleBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin"}},metaBottomSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"prefix-bottom-margin"}},metaBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin"}},metaBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin"}},excerptBottomSpace:{type:"number",default:25,UAGCopyPaste:{styleType:"desc-bottom-margin"}},excerptBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin"}},excerptBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin"}},excludeCurrentPost:{type:"boolean",default:!1},titleTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},metaTransform:{type:"string",UAGCopyPaste:{styleType:"prefix-transform"}},excerptTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},ctaTransform:{type:"string",UAGCopyPaste:{styleType:"btn-transform"}},titleDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},metaDecoration:{type:"string",UAGCopyPaste:{styleType:"prefix-decoration"}},excerptDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},ctaDecoration:{type:"string",UAGCopyPaste:{styleType:"btn-decoration"}},contentPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-content-padding-unit"}},rowGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"row-gap-unit"}},columnGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-gap-unit"}},excerptBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-bottom-margin-unit"}},paginationSpacingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"pagination-spacing-unit"}},imageBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"image-bottom-margin-unit"}},titleBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-bottom-margin-unit"}},metaBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"prefix-bottom-margin-unit"}},ctaBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-bottom-margin-unit"}},paddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit"}},mobilePaddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit-mobile"}},tabletPaddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit-tablet"}},paddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-padding-unit"}},mobilePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-padding-unit-mobile"}},tabletPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-padding-unit-tablet"}},isPreview:{type:"boolean",default:!1},postsOffset:{type:"number",default:0},taxStyle:{type:"string",default:"default"},taxDivider:{type:"string",default:" , "},displayPostTaxonomyAboveTitle:{type:"string",default:"withMeta"},hideTaxonomyIcon:{type:"boolean",default:!0},highlightedTextColor:{type:"string",default:""},highlightedTextBgColor:{type:"string",default:""},titleLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"title-letter-spacing"}},titleLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"title-letter-spacing-tablet"}},titleLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"title-letter-spacing-mobile"}},titleLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"title-letter-spacing-type"}},metaLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"meta-letter-spacing"}},metaLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"meta-letter-spacing-tablet"}},metaLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"meta-letter-spacing-mobile"}},metaLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"meta-letter-spacing-type"}},excerptLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"excerpt-letter-spacing"}},excerptLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"excerpt-letter-spacing-tablet"}},excerptLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"excerpt-letter-spacing-mobile"}},excerptLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"excerpt-letter-spacing-type"}},ctaLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing"}},ctaLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing-tablet"}},ctaLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing-mobile"}},ctaLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"cta-letter-spacing-type"}},...n,...l};t.a=r},function(e,t,a){"use strict";var i=a(12);const o={classMigrate:{type:"boolean",default:!1},align:{type:"string",default:"center",UAGCopyPaste:{styleType:"column-align"}},block_id:{type:"string"},mobilePaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-padding-unit-mobile"}},tabletPaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-padding-unit-tablet"}},desktopPaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-padding-unit-desktop"}},topPadding:{type:"number",default:20,UAGCopyPaste:{styleType:"column-top-padding"}},bottomPadding:{type:"number",default:20,UAGCopyPaste:{styleType:"column-bottom-padding"}},leftPadding:{type:"number",default:20,UAGCopyPaste:{styleType:"column-left-padding"}},rightPadding:{type:"number",default:20,UAGCopyPaste:{styleType:"column-right-padding"}},mobileMarginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-margin-unit-mobile"}},tabletMarginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-margin-unit-tablet"}},desktopMarginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-margin-unit-desktop"}},topMargin:{type:"number",default:0,UAGCopyPaste:{styleType:"column-top-margin"}},bottomMargin:{type:"number",default:0,UAGCopyPaste:{styleType:"column-bottom-margin"}},leftMargin:{type:"number",default:0,UAGCopyPaste:{styleType:"column-left-margin"}},rightMargin:{type:"number",default:0,UAGCopyPaste:{styleType:"column-right-margin"}},topPaddingTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"column-top-padding-tablet"}},bottomPaddingTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"column-bottom-padding-tablet"}},leftPaddingTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"column-left-padding-tablet"}},rightPaddingTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"column-right-padding-tablet"}},topMarginTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"column-top-margin-tablet"}},bottomMarginTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"column-bottom-margin-tablet"}},leftMarginTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"column-left-margin-tablet"}},rightMarginTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"column-right-margin-tablet"}},topPaddingMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"column-top-padding-mobile"}},bottomPaddingMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"column-bottom-padding-mobile"}},leftPaddingMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"column-left-padding-mobile"}},rightPaddingMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"column-right-padding-mobile"}},topMarginMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"column-top-margin-mobile"}},bottomMarginMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"column-bottom-margin-mobile"}},leftMarginMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"column-left-margin-mobile"}},rightMarginMobile:{type:"number",UAGCopyPaste:{styleType:"column-right-margin-mobile"},default:""},contentWidth:{type:"string",default:"boxed",UAGCopyPaste:{styleType:"column-content-width"}},width:{type:"number",default:900,UAGCopyPaste:{styleType:"column-width"}},innerWidth:{type:"number",default:1140,UAGCopyPaste:{styleType:"column-inner-width"}},innerWidthType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-inner-width-unit"}},themeWidth:{type:"boolean",default:!1},tag:{type:"string",default:"section"},backgroundType:{type:"string",default:"none",UAGCopyPaste:{styleType:"column-bg-type"}},backgroundImage:{type:"object"},backgroundPosition:{type:"string",UAGCopyPaste:{styleType:"column-bg-position"},default:"center-center"},backgroundSize:{type:"string",UAGCopyPaste:{styleType:"column-bg-size"},default:"cover"},backgroundRepeat:{type:"string",UAGCopyPaste:{styleType:"column-bg-repeat"},default:"no-repeat"},backgroundAttachment:{type:"string",UAGCopyPaste:{styleType:"column-bg-attachment"},default:"scroll"},backgroundVideo:{type:"object"},backgroundColor:{type:"string",UAGCopyPaste:{styleType:"column-bg-color"}},gradientColor1:{type:"string",UAGCopyPaste:{styleType:"column-gradient-color-1"}},gradientColor2:{type:"string",UAGCopyPaste:{styleType:"column-gradient-color-2"}},gradientType:{type:"string",UAGCopyPaste:{styleType:"column-gradient-type"},default:"linear"},gradientLocation1:{type:"number",UAGCopyPaste:{styleType:"column-gradient-location-1"},default:0},gradientLocation2:{type:"number",UAGCopyPaste:{styleType:"column-gradient-location-2"},default:100},gradientAngle:{type:"number",UAGCopyPaste:{styleType:"column-gradient-angle"},default:0},gradientPosition:{type:"string",UAGCopyPaste:{styleType:"column-gradient-position"},default:"center center"},backgroundOpacity:{type:"number",UAGCopyPaste:{styleType:"column-bg-opacity"},default:0},backgroundVideoOpacity:{type:"number",UAGCopyPaste:{styleType:"column-bg-video-opacity"},default:50},backgroundVideoColor:{type:"string",UAGCopyPaste:{styleType:"column-video-color"}},backgroundImageColor:{type:"string",UAGCopyPaste:{styleType:"column-bg-img-color"}},borderStyle:{type:"string"},borderWidth:{type:"number"},borderRadius:{type:"number"},borderColor:{type:"string"},borderHoverColor:{type:"string"},overlayType:{type:"string",UAGCopyPaste:{styleType:"column-overlay-type"},default:"color"},gradientOverlayColor1:{type:"string",UAGCopyPaste:{styleType:"column-gradient-overlay-color-1"}},gradientOverlayColor2:{type:"string",UAGCopyPaste:{styleType:"column-gradient-overlay-color-2"}},gradientOverlayType:{type:"string",UAGCopyPaste:{styleType:"column-gradient-overlay-type"},default:"linear"},gradientOverlayLocation1:{type:"number",UAGCopyPaste:{styleType:"column-gradient-overlay-location-1"},default:0},gradientOverlayLocation2:{type:"number",UAGCopyPaste:{styleType:"column-gradient-overlay-location-2"},default:100},gradientOverlayAngle:{type:"number",UAGCopyPaste:{styleType:"column-gradient-overlay-angle"},default:0},gradientOverlayPosition:{type:"string",UAGCopyPaste:{styleType:"column-gradient-overlay-position"},default:"center center"},boxShadowColor:{type:"string",UAGCopyPaste:{styleType:"column-box-shadow-color"}},boxShadowHOffset:{type:"number",UAGCopyPaste:{styleType:"column-box-shadow-h-offset"},default:0},boxShadowVOffset:{type:"number",default:0,UAGCopyPaste:{styleType:"column-box-shadow-v-offset"}},boxShadowBlur:{type:"number",UAGCopyPaste:{styleType:"column-box-shadow-blur"}},boxShadowSpread:{type:"number",UAGCopyPaste:{styleType:"column-box-shadow-spread"}},boxShadowPosition:{type:"string",default:"outset",UAGCopyPaste:{styleType:"column-box-shadow-position"}},gradientValue:{type:"string",default:"linear-gradient(90deg, rgb(6, 147, 227, 0.5) 0%, rgb(155, 81, 224, 0.5) 100%)",UAGCopyPaste:{styleType:"column-gradient-value"}},spacingLink:{type:"boolean",default:!1},marginspacingLink:{type:"boolean",default:!1},isPreview:{type:"boolean",default:!1},...Object(i.a)("overall",{borderTopWidth:1,borderRightWidth:1,borderBottomWidth:1,borderLeftWidth:1,borderStyle:"none"})};t.a=o},function(e,t,a){"use strict";var i=a(12);const o=[];for(let e=1;e<=3;e++){const e="I have been working with these guys for years now! With lots of hard work and timely communication, they made sure they delivered the best to me. Highly recommended!",t="John Doe ",a="Company Name";o.push({description:e,name:t,company:a,image:""})}const n={test_item_count:{type:"number",default:3},classMigrate:{type:"boolean",default:!1},test_block:{type:"array",default:o},headingAlign:{type:"string",default:"center",UAGCopyPaste:{styleType:"main-title-align"}},headingAlignTablet:{type:"string",default:"center",UAGCopyPaste:{styleType:"main-title-align-tablet"}},headingAlignMobile:{type:"string",default:"center",UAGCopyPaste:{styleType:"main-title-align-mobile"}},descColor:{type:"string",default:"#333",UAGCopyPaste:{styleType:"desc-color"}},companyColor:{type:"string",default:"#888888",UAGCopyPaste:{styleType:"prefix-color"}},authorColor:{type:"string",UAGCopyPaste:{styleType:"author-color"},default:"#333"},iconimgStyle:{type:"string",UAGCopyPaste:{styleType:"image-style"},default:"circle"},imagePosition:{type:"string",UAGCopyPaste:{styleType:"image-position"},default:"bottom"},imageAlignment:{type:"string",UAGCopyPaste:{styleType:"image-align"},default:"top"},nameFontSizeType:{type:"string",UAGCopyPaste:{styleType:"author-font-size-type"},default:"px"},nameFontSize:{type:"number",default:20,UAGCopyPaste:{styleType:"author-font-size"}},nameFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"author-font-size-tablet"}},nameFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"author-font-size-mobile"}},nameFontFamily:{type:"string",UAGCopyPaste:{styleType:"author-font-family"},default:"Default"},nameFontWeight:{type:"string",default:"500",UAGCopyPaste:{styleType:"author-font-weight"}},nameFontStyle:{type:"string",UAGCopyPaste:{styleType:"author-font-style"}},nameLineHeightType:{type:"string",UAGCopyPaste:{styleType:"author-line-height-type"},default:"em"},nameLineHeight:{type:"number",default:2,UAGCopyPaste:{styleType:"author-line-height"}},nameLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"author-line-height-tablet"}},nameLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"author-line-height-mobile"}},nameLoadGoogleFonts:{type:"boolean",default:!1},companyFontSizeType:{type:"string",UAGCopyPaste:{styleType:"prefix-font-size-type"},default:"px"},companyFontSize:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size"}},companyFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-tablet"}},companyFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-mobile"}},companyFontFamily:{type:"string",UAGCopyPaste:{styleType:"prefix-font-family"},default:"Default"},companyFontWeight:{type:"string",UAGCopyPaste:{styleType:"prefix-font-weight"}},companyFontStyle:{type:"string",UAGCopyPaste:{styleType:"prefix-font-style"}},companyLineHeightType:{type:"string",UAGCopyPaste:{styleType:"prefix-line-height-type"},default:"em"},companyLineHeight:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height"}},companyLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-tablet"}},companyLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-mobile"}},companyLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"prefix-load-google-fonts"}},descFontSizeType:{type:"string",UAGCopyPaste:{styleType:"desc-font-size-type"},default:"px"},descFontSize:{type:"number",default:18,UAGCopyPaste:{styleType:"desc-font-size"}},descFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},descFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},descFontFamily:{type:"string",UAGCopyPaste:{styleType:"desc-font-family"},default:"Default"},descFontWeight:{type:"string",default:"400",UAGCopyPaste:{styleType:"desc-font-weight"}},descFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"}},descLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"desc-line-height-type"}},descLineHeight:{type:"number",default:1.6,UAGCopyPaste:{styleType:"desc-line-height"}},descLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},descLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},descLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"desc-load-google-fonts"}},nameSpace:{type:"number",default:5,UAGCopyPaste:{styleType:"author-bottom-margin"}},nameSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"author-bottom-margin-mobile"}},nameSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"author-bottom-margin-tablet"}},descSpace:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin"},default:20},descSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-tablet"}},descSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-mobile"}},block_id:{type:"string",default:"not_set"},authorSpace:{type:"number",default:5,UAGCopyPaste:{styleType:"author-bottom-margin"}},imgVrPadding:{type:"number",default:10,UAGCopyPaste:{styleType:"image-vertical-padding"}},imgHrPadding:{type:"number",default:10,UAGCopyPaste:{styleType:"image-horizontal-padding"}},imgTopPadding:{type:"number",UAGCopyPaste:{styleType:"image-top-padding"},default:10},imgBottomPadding:{type:"number",UAGCopyPaste:{styleType:"image-bottom-padding"},default:10},iconImage:{type:"object",default:{url:"",alt:"InfoBox placeholder img"}},imageSize:{type:"string",UAGCopyPaste:{styleType:"image-size"},default:"thumbnail"},imageWidth:{type:"number",UAGCopyPaste:{styleType:"image-width"},default:60},imageWidthMobile:{type:"number",UAGCopyPaste:{styleType:"image-width-mobile"}},imageWidthTablet:{type:"number",UAGCopyPaste:{styleType:"image-width-tablet"}},columns:{type:"number",default:1},tcolumns:{type:"number",default:1},mcolumns:{type:"number",default:1},pauseOnHover:{type:"boolean",default:!0},infiniteLoop:{type:"boolean",default:!0},transitionSpeed:{type:"number",default:500},autoplay:{type:"boolean",default:!0},autoplaySpeed:{type:"number",default:2e3},arrowDots:{type:"string",default:"arrows_dots"},arrowSize:{type:"number",default:20,UAGCopyPaste:{styleType:"arrow-size"}},arrowBorderSize:{type:"number",default:0,UAGCopyPaste:{styleType:"arrow-border-size"}},arrowBorderSizeUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"arrow-unit"}},arrowBorderRadius:{type:"number",default:0,UAGCopyPaste:{styleType:"arrow-border-radius"}},arrowBorderRadiusUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"arrow-unit"}},arrowColor:{type:"string",default:"#333",UAGCopyPaste:{styleType:"arrow-color"}},rowGap:{type:"number",default:10,UAGCopyPaste:{styleType:"row-gap"}},rowGapMobile:{type:"number",UAGCopyPaste:{styleType:"row-gap-mobile"}},rowGapTablet:{type:"number",UAGCopyPaste:{styleType:"row-gap-tablet"}},columnGap:{type:"number",default:10,UAGCopyPaste:{styleType:"column-gap"}},columnGapMobile:{type:"number",UAGCopyPaste:{styleType:"column-gap-mobile"}},columnGapTablet:{type:"number",UAGCopyPaste:{styleType:"column-gap-tablet"}},contentPadding:{type:"number",default:5,UAGCopyPaste:{styleType:"content-padding"}},backgroundType:{type:"string",default:"none",UAGCopyPaste:{styleType:"column-bg-type"}},backgroundImage:{type:"object",UAGCopyPaste:{styleType:"column-bg-image"}},backgroundPosition:{type:"string",UAGCopyPaste:{styleType:"column-bg-position"},default:"center-center"},backgroundSize:{type:"string",default:"cover",UAGCopyPaste:{styleType:"column-bg-size"}},backgroundRepeat:{type:"string",default:"no-repeat",UAGCopyPaste:{styleType:"column-bg-repeat"}},backgroundColor:{type:"string",UAGCopyPaste:{styleType:"column-bg-color"}},backgroundImageColor:{type:"string",UAGCopyPaste:{styleType:"column-bg-image-color"}},borderStyle:{type:"string",default:"none"},borderWidth:{type:"number"},borderRadius:{type:"number"},borderColor:{type:"string"},backgroundOpacity:{type:"number",UAGCopyPaste:{styleType:"column-bg-opacity"}},stack:{type:"string",default:"tablet"},imageWidthType:{type:"string",UAGCopyPaste:{styleType:"image-width-type"},default:"px"},arrowSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"arrow-size-type"}},rowGapType:{type:"string",default:"px",UAGCopyPaste:{styleType:"row-gap-unit"}},columnGapType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-gap-unit"}},descSpaceType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-bottom-margin-unit"}},nameSpaceType:{type:"string",default:"px",UAGCopyPaste:{styleType:"author-bottom-margin-type"}},borderHoverColor:{type:"string"},overlayType:{type:"string",UAGCopyPaste:{styleType:"column-overlay-type"},default:"color"},backgroundAttachment:{type:"string",UAGCopyPaste:{styleType:"column-bg-attachment"}},gradientValue:{type:"string",default:"linear-gradient(90deg, rgb(6, 147, 227, 0.5) 0%, rgb(155, 81, 224, 0.5) 100%)",UAGCopyPaste:{styleType:"column-gradient-value"}},descTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},descDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},nameTransform:{type:"string",UAGCopyPaste:{styleType:"author-transform"}},nameDecoration:{type:"string",UAGCopyPaste:{styleType:"author-decoration"}},companyTransform:{type:"string",UAGCopyPaste:{styleType:"prefix-transform"}},companyDecoration:{type:"string",UAGCopyPaste:{styleType:"prefix-decoration"}},paddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-padding-unit"}},mobilePaddingUnit:{type:"string",UAGCopyPaste:{styleType:"desc-padding-unit-mobile"},default:"px"},tabletPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-padding-unit-tablet"}},paddingTop:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding"}},paddingBottom:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding"}},paddingLeft:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding"}},paddingRight:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding"}},paddingTopTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-tablet"}},paddingRightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-tablet"}},paddingBottomTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-tablet"}},paddingLeftTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-tablet"}},paddingTopMobile:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding-mobile"}},paddingRightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding-mobile"}},paddingBottomMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding-mobile"}},paddingLeftMobile:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-mobile"}},imgspacingLink:{type:"boolean"},spacingLink:{type:"boolean"},imgpaddingTop:{type:"number",UAGCopyPaste:{styleType:"image-top-padding"}},imgpaddingRight:{type:"number",UAGCopyPaste:{styleType:"image-right-padding"}},imgpaddingBottom:{type:"number",UAGCopyPaste:{styleType:"image-bottom-padding"}},imgpaddingLeft:{type:"number",UAGCopyPaste:{styleType:"image-left-padding"}},imgpaddingTopTablet:{type:"number",UAGCopyPaste:{styleType:"image-top-padding-tablet"}},imgpaddingRightTablet:{type:"number",UAGCopyPaste:{styleType:"image-right-padding-tablet"}},imgpaddingBottomTablet:{type:"number",UAGCopyPaste:{styleType:"image-bottom-padding-tablet"}},imgpaddingLeftTablet:{type:"number",UAGCopyPaste:{styleType:"image-left-padding-tablet"}},imgpaddingTopMobile:{type:"number",UAGCopyPaste:{styleType:"image-top-padding-mobile"}},imgpaddingRightMobile:{type:"number",UAGCopyPaste:{styleType:"image-right-padding-mobile"}},imgpaddingBottomMobile:{type:"number",UAGCopyPaste:{styleType:"image-bottom-padding-mobile"}},imgpaddingLeftMobile:{type:"number",UAGCopyPaste:{styleType:"image-left-padding-mobile"}},imgpaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"image-padding-unit"}},imgmobilePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"image-padding-unit-mobile"}},imgtabletPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"image-padding-unit-tablet"}},gradientColor1:{type:"string",UAGCopyPaste:{styleType:"column-gradient-color-1"}},gradientColor2:{type:"string",UAGCopyPaste:{styleType:"column-gradient-color-2"}},gradientType:{type:"string",UAGCopyPaste:{styleType:"column-gradient-type"},default:"linear"},gradientLocation1:{type:"number",default:0,UAGCopyPaste:{styleType:"column-gradient-location-1"}},gradientLocation2:{type:"number",UAGCopyPaste:{styleType:"column-gradient-location-2"},default:100},gradientAngle:{type:"number",UAGCopyPaste:{styleType:"column-gradient-angle"},default:0},gradientPosition:{type:"string",UAGCopyPaste:{styleType:"column-gradient-position"},default:"center center"},isPreview:{type:"boolean",default:!1},equalHeight:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"post-equal-height"}},...Object(i.a)("overall",{borderStyle:"none",borderTopWidth:1,borderRightWidth:1,borderBottomWidth:1,borderLeftWidth:1}),nameLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},nameLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},nameLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},nameLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}},descLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},descLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},descLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},descLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},companyLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},companyLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},companyLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},companyLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}}};t.a=n},function(e,t,a){"use strict";t.a={block_id:{type:"string"},address:{type:"string",default:"Brainstorm Force"},height:{type:"number",default:300,UAGCopyPaste:{styleType:"map-height"}},heightTablet:{type:"number",default:300,UAGCopyPaste:{styleType:"map-height"}},heightMobile:{type:"number",default:300,UAGCopyPaste:{styleType:"map-height"}},zoom:{type:"number",default:12},language:{type:"string",default:"en"},isPreview:{type:"boolean",default:!1}}},function(e,t,a){"use strict";t.a={block_id:{type:"string"},label:{type:"html",selector:".uagb-icon-list__label",default:"List item"},image_icon:{type:"string",default:"icon"},hideLabel:{type:"boolean",default:!1},disableIcon:{type:"boolean",default:!1},icon:{type:"string",default:""},image:{type:"object"},icon_color:{type:"string",default:"",UAGCopyPaste:{styleType:"icon-color"}},label_color:{type:"string",UAGCopyPaste:{styleType:"main-title-color"}},icon_hover_color:{type:"string",UAGCopyPaste:{styleType:"icon-hover-color"}},label_hover_color:{type:"string",UAGCopyPaste:{styleType:"main-title-hover-color"}},icon_bg_color:{type:"string",UAGCopyPaste:{styleType:"icon-bg-color"},default:""},icon_bg_hover_color:{type:"string",UAGCopyPaste:{styleType:"icon-bg-hover-color"}},icon_border_color:{type:"string",UAGCopyPaste:{styleType:"icon-border-color"},default:""},icon_border_hover_color:{type:"string",UAGCopyPaste:{styleType:"icon-border-hover-color"}},link:{type:"string",default:"#"},target:{type:"boolean",default:!1},disableLink:{type:"boolean",default:!1},fromParentIcon:{type:"string",default:"circle-arrow-right"},childTopMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-top-margin"}},childRightMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-right-margin"}},childLeftMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-left-margin"}},childBottomMargin:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-bottom-margin"}},childTopMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-top-margin-tablet"}},childRightMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-right-margin-tablet"}},childLeftMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-left-margin-tablet"}},childBottomMarginTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-bottom-margin-tablet"}},childTopMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-top-margin-mobile"}},childRightMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-right-margin-mobile"}},childLeftMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-left-margin-mobile"}},childBottomMarginMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-bottom-margin-mobile"}},childMarginUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-margin-unit"}},childMarginUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-margin-unit-tablet"}},childMarginUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-margin-unit-mobile"}},childMarginLink:{type:"boolean",default:!1,isUAGStyle:!0},childTopPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-top-padding"}},childRightPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-right-padding"}},childLeftPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-left-padding"}},childBottomPadding:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-bottom-padding"}},childTopPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-top-padding-tablet"}},childRightPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-right-padding-tablet"}},childLeftPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-left-padding-tablet"}},childBottomPaddingTablet:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-bottom-padding-tablet"}},childTopPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-top-padding-mobile"}},childRightPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-right-padding-mobile"}},childLeftPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-left-padding-mobile"}},childBottomPaddingMobile:{type:"number",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-bottom-padding-mobile"}},childPaddingUnit:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-padding-unit"}},childPaddingUnitTablet:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-padding-unit-tablet"}},childPaddingUnitMobile:{type:"string",default:"px",isUAGStyle:!0,UAGCopyPaste:{styleType:"child-padding-unit-mobile"}},childPaddingLink:{type:"boolean",default:!0,isUAGStyle:!0}}},function(e,t,a){"use strict";var i=a(12);const o={block_id:{type:"string"},classMigrate:{type:"boolean",default:!1},align:{type:"string",default:"center",UAGCopyPaste:{styleType:"column-align"}},alignTablet:{type:"string",default:"",UAGCopyPaste:{styleType:"column-align-tablet"}},alignMobile:{type:"string",default:"",UAGCopyPaste:{styleType:"column-align-mobile"}},topPadding:{type:"number",default:"",UAGCopyPaste:{styleType:"column-top-padding"}},bottomPadding:{type:"number",default:"",UAGCopyPaste:{styleType:"column-bottom-padding"}},leftPadding:{type:"number",default:"",UAGCopyPaste:{styleType:"column-left-padding"}},rightPadding:{type:"number",default:"",UAGCopyPaste:{styleType:"column-right-padding"}},topMargin:{type:"number",UAGCopyPaste:{styleType:"column-top-margin"},default:""},bottomMargin:{type:"number",UAGCopyPaste:{styleType:"column-bottom-margin"},default:""},leftMargin:{type:"number",UAGCopyPaste:{styleType:"column-left-margin"},default:""},rightMargin:{type:"number",UAGCopyPaste:{styleType:"column-right-margin"},default:""},topPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"column-top-padding-tablet"},default:""},bottomPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"column-bottom-padding-tablet"},default:""},leftPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"column-left-padding-tablet"},default:""},rightPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"column-right-padding-tablet"},default:""},topMarginTablet:{type:"number",UAGCopyPaste:{styleType:"column-top-margin-tablet"},default:""},bottomMarginTablet:{type:"number",UAGCopyPaste:{styleType:"column-bottom-margin-tablet"},default:""},leftMarginTablet:{type:"number",UAGCopyPaste:{styleType:"column-left-margin-tablet"},default:""},rightMarginTablet:{type:"number",UAGCopyPaste:{styleType:"column-right-margin-tablet"},default:""},topPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"column-top-padding-mobile"},default:""},bottomPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"column-bottom-padding-mobile"},default:""},leftPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"column-left-padding-mobile"},default:""},rightPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"column-right-padding-mobile"},default:""},paddingLink:{type:"boolean",default:!1},marginLink:{type:"boolean",default:!1},topMarginMobile:{type:"number",UAGCopyPaste:{styleType:"column-top-margin-mobile"},default:""},bottomMarginMobile:{type:"number",UAGCopyPaste:{styleType:"column-bottom-margin-mobile"},default:""},leftMarginMobile:{type:"number",UAGCopyPaste:{styleType:"column-left-margin-mobile"},default:""},rightMarginMobile:{type:"number",UAGCopyPaste:{styleType:"column-right-margin-mobile"},default:""},colWidth:{type:"number",default:"",UAGCopyPaste:{styleType:"column-width"}},colWidthTablet:{type:"number",default:"",UAGCopyPaste:{styleType:"column-width-tablet"}},colWidthMobile:{type:"number",default:"",UAGCopyPaste:{styleType:"column-width-mobile"}},backgroundType:{type:"string",UAGCopyPaste:{styleType:"column-background-type"}},backgroundImage:{type:"object",UAGCopyPaste:{styleType:"column-background-image"}},backgroundPosition:{type:"string",default:"center-center",UAGCopyPaste:{styleType:"column-background-position"}},backgroundSize:{type:"string",default:"cover",UAGCopyPaste:{styleType:"column-background-size"}},backgroundRepeat:{type:"string",default:"no-repeat",UAGCopyPaste:{styleType:"column-background-repeat"}},backgroundAttachment:{type:"string",default:"scroll",UAGCopyPaste:{styleType:"column-background-attachment"}},backgroundColor:{type:"string",UAGCopyPaste:{styleType:"column-background-color"}},gradientColor1:{type:"string",UAGCopyPaste:{styleType:"column-gradient-color-1"}},gradientColor2:{type:"string",UAGCopyPaste:{styleType:"column-gradient-color-2"}},gradientType:{type:"string",default:"linear",UAGCopyPaste:{styleType:"column-gradient-type"}},gradientLocation1:{type:"number",default:0,UAGCopyPaste:{styleType:"column-gradient-location-1"}},gradientLocation2:{type:"number",default:100,UAGCopyPaste:{styleType:"column-gradient-location-2"}},gradientAngle:{type:"number",default:0,UAGCopyPaste:{styleType:"column-gradient-angle"}},backgroundOpacity:{type:"number",UAGCopyPaste:{styleType:"column-background-opacity"}},backgroundImageColor:{type:"string",UAGCopyPaste:{styleType:"column-background-image-color"}},borderStyle:{type:"string",default:"none"},borderWidth:{type:"number"},borderRadius:{type:"number"},borderColor:{type:"string"},borderHoverColor:{type:"string"},overlayType:{type:"string",default:"color",UAGCopyPaste:{styleType:"column-overlay-type"}},gradientOverlayColor1:{type:"string",UAGCopyPaste:{styleType:"column-gradient-overlay-color-1"}},gradientOverlayColor2:{type:"string",UAGCopyPaste:{styleType:"column-gradient-overlay-color-2"}},gradientOverlayType:{type:"string",default:"linear",UAGCopyPaste:{styleType:"column-gradient-overlay-type"}},gradientOverlayLocation1:{type:"number",default:0,UAGCopyPaste:{styleType:"column-gradient-overlay-location-1"}},gradientOverlayLocation2:{type:"number",default:100,UAGCopyPaste:{styleType:"column-gradient-overlay-location-2"}},gradientOverlayAngle:{type:"number",default:0,UAGCopyPaste:{styleType:"column-gradient-overlay-angle"}},mobileMarginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-margin-unit-mobile"}},tabletMarginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-margin-unit-tablet"}},desktopMarginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-margin-unit-desktop"}},mobilePaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-padding-unit-mobile"}},tabletPaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-padding-unit-tablet"}},desktopPaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-padding-unit-desktop"}},gradientValue:{type:"string",default:"",UAGCopyPaste:{styleType:"column-gradient-value"}},...Object(i.a)("column")};t.a=o},function(e,t,a){"use strict";var i=a(12);const o={block_id:{type:"string"},classMigrate:{type:"boolean",default:!1},columns:{type:"number",default:2},align:{type:"string",UAGCopyPaste:{styleType:"column-align"}},vAlign:{type:"string",UAGCopyPaste:{styleType:"column-v-align"}},stack:{type:"string",default:"mobile"},columnGap:{type:"string",default:"10",UAGCopyPaste:{styleType:"column-gap"}},topPadding:{type:"number",default:20,UAGCopyPaste:{styleType:"column-top-padding"}},bottomPadding:{type:"number",UAGCopyPaste:{styleType:"column-bottom-padding"},default:20},leftPadding:{type:"number",UAGCopyPaste:{styleType:"column-left-padding"},default:20},rightPadding:{type:"number",UAGCopyPaste:{styleType:"column-right-padding"},default:20},topPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"column-top-padding-tablet"}},bottomPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"column-bottom-padding-tablet"}},leftPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"column-left-padding-tablet"}},rightPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"column-right-padding-tablet"}},topPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"column-top-padding-mobile"}},bottomPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"column-bottom-padding-mobile"}},leftPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"column-left-padding-mobile"}},rightPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"column-right-padding-mobile"}},topMargin:{type:"number",UAGCopyPaste:{styleType:"column-top-margin"},default:0},bottomMargin:{type:"number",UAGCopyPaste:{styleType:"column-top-margin"},default:0},topMarginDesktop:{type:"number",UAGCopyPaste:{styleType:"column-top-margin-desktop"},default:0},rightMarginDesktop:{type:"number",UAGCopyPaste:{styleType:"column-right-margin-desktop"},default:0},leftMarginDesktop:{type:"number",UAGCopyPaste:{styleType:"column-left-margin-desktop"},default:0},bottomMarginDesktop:{type:"number",UAGCopyPaste:{styleType:"column-bottom-margin-desktop"},default:0},topMarginMobile:{type:"number",UAGCopyPaste:{styleType:"column-top-margin-mobile"}},rightMarginMobile:{type:"number",UAGCopyPaste:{styleType:"column-right-margin-mobile"}},leftMarginMobile:{type:"number",UAGCopyPaste:{styleType:"column-left-margin-mobile"}},bottomMarginMobile:{type:"number",UAGCopyPaste:{styleType:"column-bottom-margin-mobile"}},topMarginTablet:{type:"number",UAGCopyPaste:{styleType:"column-top-margin-tablet"}},rightMarginTablet:{type:"number",UAGCopyPaste:{styleType:"column-right-margin-tablet"}},leftMarginTablet:{type:"number",UAGCopyPaste:{styleType:"column-left-margin-tablet"}},bottomMarginTablet:{type:"number",UAGCopyPaste:{styleType:"column-bottom-margin-tablet"}},contentWidth:{type:"string",default:"theme",UAGCopyPaste:{styleType:"column-content-width"}},width:{type:"number",UAGCopyPaste:{styleType:"column-width"},default:900},widthType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-width-type"}},tag:{type:"string",default:"section"},backgroundType:{type:"string",default:"none",UAGCopyPaste:{styleType:"column-bg-type"}},backgroundImage:{type:"object",UAGCopyPaste:{styleType:"column-bg-image"}},backgroundPosition:{type:"string",UAGCopyPaste:{styleType:"column-bg-position"},default:"center-center"},backgroundSize:{type:"string",UAGCopyPaste:{styleType:"column-bg-size"},default:"cover"},backgroundRepeat:{type:"string",UAGCopyPaste:{styleType:"column-bg-repeat"},default:"no-repeat"},backgroundAttachment:{type:"string",UAGCopyPaste:{styleType:"column-bg-attachment"},default:"scroll"},backgroundVideo:{type:"object",UAGCopyPaste:{styleType:"column-bg-video"}},backgroundColor:{type:"string",UAGCopyPaste:{styleType:"column-bg-color"}},overlayType:{type:"string",default:"color",UAGCopyPaste:{styleType:"column-overlay-type"}},gradientColor1:{type:"string",UAGCopyPaste:{styleType:"column-gradient-color-1"}},gradientColor2:{type:"string",UAGCopyPaste:{styleType:"column-gradient-color-2"}},gradientType:{type:"string",default:"linear",UAGCopyPaste:{styleType:"column-gradient-type"}},gradientLocation1:{type:"number",default:0,UAGCopyPaste:{styleType:"column-gradient-location-1"}},gradientLocation2:{type:"number",default:100,UAGCopyPaste:{styleType:"column-gradient-location-2"}},gradientAngle:{type:"number",default:0,UAGCopyPaste:{styleType:"column-gradient-angle"}},gradientPosition:{type:"string",default:"center center",UAGCopyPaste:{styleType:"column-gradient-position"}},backgroundOpacity:{type:"number",UAGCopyPaste:{styleType:"column-bg-opacity"}},backgroundVideoOpacity:{type:"number",UAGCopyPaste:{styleType:"column-bg-video-opacity"},default:50},backgroundVideoColor:{type:"string",UAGCopyPaste:{styleType:"column-bg-video-color"}},backgroundImageColor:{type:"string",UAGCopyPaste:{styleType:"column-bg-image-color"}},borderStyle:{type:"string",default:"none"},borderWidth:{type:"number"},borderRadius:{type:"number"},borderColor:{type:"string"},borderHoverColor:{type:"string"},bottomType:{type:"string",default:"none",UAGCopyPaste:{styleType:"column-bottom-type"}},bottomColor:{type:"string",UAGCopyPaste:{styleType:"column-bottom-color"},default:"#333"},bottomHeight:{type:"number",UAGCopyPaste:{styleType:"column-bottom-height"}},bottomHeightTablet:{type:"number",UAGCopyPaste:{styleType:"column-bottom-height-tablet"}},bottomHeightMobile:{type:"number",UAGCopyPaste:{styleType:"column-bottom-height-mobile"}},bottomWidth:{type:"number",UAGCopyPaste:{styleType:"column-bottom-width"}},topType:{type:"string",default:"none",UAGCopyPaste:{styleType:"column-top-type"}},topColor:{type:"string",default:"#333",UAGCopyPaste:{styleType:"column-top-color"}},topHeight:{type:"number",UAGCopyPaste:{styleType:"column-top-height"}},topHeightTablet:{type:"number",UAGCopyPaste:{styleType:"column-top-height-tablet"}},topHeightMobile:{type:"number",UAGCopyPaste:{styleType:"column-top-height-mobile"}},topWidth:{type:"number",UAGCopyPaste:{styleType:"column-top-width"}},topFlip:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"column-top-flip"}},bottomFlip:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"column-bottom-flip"}},reverseTablet:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"column-reverse-tablet"}},reverseMobile:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"column-reverse-mobile"}},topDividerOpacity:{type:"number",default:100,UAGCopyPaste:{styleType:"column-top-divider-opacity"}},bottomDividerOpacity:{type:"number",default:100,UAGCopyPaste:{styleType:"column-bottom-divider-opacity"}},topContentAboveShape:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"column-top-content-above-shape"}},bottomContentAboveShape:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"column-bottom-content-above-shape"}},mobileMarginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-margin-type-mobile"}},tabletMarginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-margin-type-tablet"}},desktopMarginType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-margin-type-desktop"}},mobilePaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-padding-type-mobile"}},tabletPaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-padding-type-tablet"}},desktopPaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-padding-type-desktop"}},paddingLink:{type:"boolean",default:!1},marginLink:{type:"boolean",default:!1},boxShadowColor:{type:"string",UAGCopyPaste:{styleType:"column-box-shadow-color"}},boxShadowHOffset:{type:"number",UAGCopyPaste:{styleType:"column-box-shadow-hoffset"},default:0},boxShadowVOffset:{type:"number",default:0,UAGCopyPaste:{styleType:"column-box-shadow-voffset"}},boxShadowBlur:{type:"number",UAGCopyPaste:{styleType:"column-box-shadow-blur"}},boxShadowSpread:{type:"number",UAGCopyPaste:{styleType:"column-box-shadow-spread"}},boxShadowPosition:{type:"string",default:"outset",UAGCopyPaste:{styleType:"column-box-shadow-position"}},gradientValue:{type:"string",default:"linear-gradient(90deg, rgb(6, 147, 227, 0.5) 0%, rgb(155, 81, 224, 0.5) 100%)",UAGCopyPaste:{styleType:"column-gradient-value"}},isPreview:{type:"boolean",default:!1},...Object(i.a)("columns")};t.a=o},function(e,t,a){"use strict";t.a={block_id:{type:"string"},classMigrate:{type:"boolean",default:!1},skinStyle:{type:"string",default:"border",UAGCopyPaste:{styleType:"skin-style"}},align:{type:"string",default:"left",UAGCopyPaste:{styleType:"overall-alignment"}},descriptionText:{selector:"div.uagb-blockquote__content",default:"Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo."},descColor:{type:"string",UAGCopyPaste:{styleType:"desc-color"}},descFontSize:{type:"number",default:18,UAGCopyPaste:{styleType:"desc-font-size"}},descFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-font-size-type"}},descFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},descFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},descFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"desc-font-family"}},descFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},descFontStyle:{type:"string",default:"italic",UAGCopyPaste:{styleType:"desc-font-style"}},descLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"desc-line-height-type"}},descLineHeight:{type:"number",default:1.5,UAGCopyPaste:{styleType:"desc-line-height"}},descLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},descLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},descLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"desc-load-google-fonts"}},descSpace:{type:"number",default:25,UAGCopyPaste:{styleType:"desc-bottom-margin"}},descSpaceTablet:{type:"number",default:20,UAGCopyPaste:{styleType:"desc-bottom-margin"}},descSpaceMobile:{type:"number",default:15,UAGCopyPaste:{styleType:"desc-bottom-margin"}},descSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-bottom-margin-unit"}},author:{selector:".uagb-blockquote__author",default:"Author Name"},authorColor:{type:"string",default:"#888888",UAGCopyPaste:{styleType:"author-color"}},authorFontSize:{type:"number",UAGCopyPaste:{styleType:"author-font-size"}},authorFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"author-font-size-type"}},authorFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"author-font-size-tablet"}},authorFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"author-font-size-mobile"}},authorFontFamily:{type:"string",UAGCopyPaste:{styleType:"author-font-family"},default:"Default"},authorFontWeight:{type:"string",UAGCopyPaste:{styleType:"author-font-weight"}},authorFontStyle:{type:"string",UAGCopyPaste:{styleType:"author-font-style"}},authorLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"author-line-height-type"}},authorLineHeight:{type:"number",UAGCopyPaste:{styleType:"author-line-height"}},authorLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"author-line-height-tablet"}},authorLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"author-line-height-mobile"}},authorLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"author-load-google-fonts"}},authorSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"author-bottom-margin"}},authorSpaceTablet:{type:"number",default:15,UAGCopyPaste:{styleType:"author-bottom-margin"}},authorSpaceMobile:{type:"number",default:15,UAGCopyPaste:{styleType:"author-bottom-margin"}},authorSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"author-bottom-margin-type"}},authorImage:{type:"object",default:{url:"",alt:"Author Image"}},authorImageSize:{type:"string",default:"thumbnail",UAGCopyPaste:{styleType:"author-image-size"}},authorImageWidth:{type:"number",default:40,UAGCopyPaste:{styleType:"author-image-width"}},authorImageWidthTablet:{type:"number",default:35,UAGCopyPaste:{styleType:"author-image-width"}},authorImageWidthMobile:{type:"number",default:30,UAGCopyPaste:{styleType:"author-image-width"}},authorImageWidthUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"author-image-width-unit"}},authorImageGap:{type:"number",default:10,UAGCopyPaste:{styleType:"author-image-gap"}},authorImageGapTablet:{type:"number",default:10,UAGCopyPaste:{styleType:"author-image-gap-tablet"}},authorImageGapMobile:{type:"number",default:10,UAGCopyPaste:{styleType:"author-image-gap-mobile"}},authorImageGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"author-image-gap-unit"}},authorImgBorderRadius:{type:"number",default:100,UAGCopyPaste:{styleType:"author-image-border-radius"}},authorImgBorderRadiusTablet:{type:"number",default:100,UAGCopyPaste:{styleType:"author-image-border-radius"}},authorImgBorderRadiusMobile:{type:"number",default:100,UAGCopyPaste:{styleType:"author-image-border-radius"}},authorImgBorderRadiusUnit:{type:"string",default:"%",UAGCopyPaste:{styleType:"author-image-border-radius-unit"}},authorImgPosition:{type:"string",default:"left",UAGCopyPaste:{styleType:"author-image-position"}},stack:{type:"string",default:"none"},enableTweet:{type:"boolean",default:!0},iconView:{type:"string",default:"icon_text"},iconSkin:{type:"string",default:"classic",UAGCopyPaste:{styleType:"icon-skin"}},iconLabel:{type:"string",default:"Tweet"},iconShareVia:{type:"string",default:""},iconTargetUrl:{type:"string",default:"current"},customUrl:{type:"string"},tweetLinkColor:{type:"string",default:"#1DA1F2",UAGCopyPaste:{styleType:"btn-color"}},tweetBtnColor:{type:"string",default:"#fff",UAGCopyPaste:{styleType:"btn-color"}},tweetBtnBgColor:{type:"string",default:"#1DA1F2",UAGCopyPaste:{styleType:"btn-bg-color"}},tweetBtnHoverColor:{type:"string",UAGCopyPaste:{styleType:"btn-hover-color"}},tweetBtnBgHoverColor:{type:"string",default:"#1DA1F2",UAGCopyPaste:{styleType:"btn-bg-hover-color"}},tweetBtnFontSize:{type:"number",default:15,UAGCopyPaste:{styleType:"btn-font-size"}},tweetBtnFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-font-size-unit"}},tweetBtnFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"btn-font-size-tablet"}},tweetBtnFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"btn-font-size-mobile"}},tweetBtnFontFamily:{type:"string",UAGCopyPaste:{styleType:"btn-font-family"},default:"Default"},tweetBtnFontWeight:{type:"string",UAGCopyPaste:{styleType:"btn-fonr-weight"}},tweetBtnFontStyle:{type:"string",UAGCopyPaste:{styleType:"btn-font-style"}},tweetBtnLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"btn-line-height-type"}},tweetBtnLineHeight:{type:"number",UAGCopyPaste:{styleType:"btn-line-height"}},tweetBtnLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"btn-line-height-tablet"}},tweetBtnLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"btn-line-height-mobile"}},tweetBtnLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"btn-load-google-fonts"}},tweetBtnHrPadding:{type:"number",default:10,UAGCopyPaste:{styleType:"btn-hr-padding"}},tweetBtnVrPadding:{type:"number",default:10,UAGCopyPaste:{styleType:"btn-vr-padding"}},tweetIconSpacing:{type:"number",default:10,UAGCopyPaste:{styleType:"tweet-icon-spacing"}},tweetIconSpacingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"tweet-icon-spacing-unit"}},borderColor:{type:"string",default:"#abb8c3",UAGCopyPaste:{styleType:"desc-border-color"}},borderStyle:{type:"string",default:"solid",UAGCopyPaste:{styleType:"desc-border-style"}},borderWidth:{type:"number",default:4,UAGCopyPaste:{styleType:"desc-border-width"}},borderGap:{type:"number",default:15,UAGCopyPaste:{styleType:"desc-border-gap"}},borderGapTablet:{type:"number",default:15,UAGCopyPaste:{styleType:"desc-border-gap"}},borderGapMobile:{type:"number",default:15,UAGCopyPaste:{styleType:"desc-border-gap"}},borderGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-border-gap-unit"}},verticalPadding:{type:"number",UAGCopyPaste:{styleType:"desc-vertical-padding"}},verticalPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-vertical-padding"}},verticalPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-vertical-padding"}},verticalPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-vertical-padding-unit"}},quoteStyle:{type:"string",default:"style_2",UAGCopyPaste:{styleType:"quote-style"}},quoteColor:{type:"string",default:"#3d3d3d",UAGCopyPaste:{styleType:"desc-color"}},quoteSize:{type:"number",default:25,UAGCopyPaste:{styleType:"icon-size"}},quoteSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"icon-size-type"}},quoteSizeTablet:{type:"number",UAGCopyPaste:{styleType:"icon-size-tablet"}},quoteSizeMobile:{type:"number",UAGCopyPaste:{styleType:"icon-size-mobile"}},quotePadding:{type:"number",default:10,UAGCopyPaste:{styleType:"desc-padding"}},quoteUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-margin-unit"}},quotePaddingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-padding-unit"}},quotePaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-padding-tablet"}},quotePaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-padding-mobile"}},quoteBorderRadius:{type:"number",default:100,UAGCopyPaste:{styleType:"desc-border-radius"}},quoteBorderRadiusUnit:{type:"string",default:"%",UAGCopyPaste:{styleType:"desc-border-radius-unit"}},quoteBgColor:{type:"string",default:"#f4f4f4",UAGCopyPaste:{styleType:"desc-bg-color"}},quoteTopMargin:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin"}},quoteBottomMargin:{type:"number",default:15,UAGCopyPaste:{styleType:"desc-bottom-margin"}},quoteLeftMargin:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin"}},quoteRightMargin:{type:"number",default:20,UAGCopyPaste:{styleType:"desc-right-margin"}},quoteTopMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin-tablet"}},quoteBottomMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-tablet"}},quoteLeftMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin-tablet"}},quoteRightMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-right-margin-tablet"}},quoteTopMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin-mobile"}},quoteBottomMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-mobile"}},quoteLeftMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin-mobile"}},quoteRightMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-right-margin-mobile"}},quotemobileUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-margin-unit-mobile"}},quotetabletUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-margin-unit-tablet"}},quoteHoverColor:{type:"string",UAGCopyPaste:{styleType:"desc-hover-color"}},quoteBgHoverColor:{type:"string",UAGCopyPaste:{styleType:"desc-bg-hover-color"}},borderHoverColor:{type:"string",UAGCopyPaste:{styleType:"desc-border-hover-color"}},borderWidthUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-border-width-unit"}},paddingBtnTop:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding"}},paddingBtnBottom:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding"}},paddingBtnLeft:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding"}},paddingBtnRight:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding"}},paddingBtnTopTablet:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding-tablet"}},paddingBtnRightTablet:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding-tablet"}},paddingBtnBottomTablet:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding-tablet"}},paddingBtnLeftTablet:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding-tablet"}},paddingBtnTopMobile:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding-mobile"}},paddingBtnRightMobile:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding-mobile"}},paddingBtnBottomMobile:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding-mobile"}},paddingBtnLeftMobile:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding-mobile"}},paddingBtnUnit:{type:"string",UAGCopyPaste:{styleType:"btn-padding-unit"},default:"px"},mobilePaddingBtnUnit:{type:"string",UAGCopyPaste:{styleType:"btn-padding-unit-mobile"},default:"px"},tabletPaddingBtnUnit:{type:"string",UAGCopyPaste:{styleType:"btn-padding-unit-tablet"},default:"px"},btnspacingLink:{type:"boolean",default:!1},spacingLink:{type:"boolean",default:!1},descTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},authorTransform:{type:"string",UAGCopyPaste:{styleType:"author-transform"}},tweetBtnTransform:{type:"string",UAGCopyPaste:{styleType:"btn-transform"}},descDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},authorDecoration:{type:"string",UAGCopyPaste:{styleType:"author-decoration"}},tweetBtnDecoration:{type:"string",UAGCopyPaste:{styleType:"btn-decoration"}},isPreview:{type:"boolean",default:!1},descLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},descLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},descLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},descLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},authorLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"author-letter-spacing"}},authorLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"author-letter-spacing-tablet"}},authorLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"author-letter-spacing-mobile"}},authorLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"author-letter-spacing-type"}},tweetBtnLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"tweetBtn-letter-spacing"}},tweetBtnLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"tweetBtn-letter-spacing-tablet"}},tweetBtnLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"tweetBtn-letter-spacing-mobile"}},tweetBtnLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"tweetBtn-letter-spacing-type"}},buttonLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"button-letter-spacing"}}}},function(e,t,a){"use strict";var i=a(1);const o={block_id:{type:"string"},name:{type:"string",default:Object(i.__)("Step","ultimate-addons-for-gutenberg")},description:{type:"string",default:Object(i.__)("Click here to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.")},url:{type:"string",default:"#"},urlType:{type:"string",default:"all"},urlText:{type:"string",default:Object(i.__)("Read More","ultimate-addons-for-gutenberg")},urlTarget:{type:"boolean",default:!1},image:{type:"object",default:{url:"",alt:"Image Placeholder"}},imageSize:{type:"string",default:"thumbnail",UAGCopyPaste:{styleType:"image-size"}},urlFontSize:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size"}},urlFontSizeType:{type:"string",UAGCopyPaste:{styleType:"prefix-font-size-type"},default:"px"},urlFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-mobile"}},urlFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-tablet"}},urlFontFamily:{type:"string",UAGCopyPaste:{styleType:"prefix-font-family"},default:"Default"},urlFontWeight:{type:"string",UAGCopyPaste:{styleType:"prefix-font-weight"}},urlFontStyle:{type:"string",default:"normal",UAGCopyPaste:{styleType:"prefix-font-style"}},urlTransform:{type:"string",UAGCopyPaste:{styleType:"prefix-transform"}},urlDecoration:{type:"string",UAGCopyPaste:{styleType:"prefix-decoration"}},urlLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"prefix-load-google-fonts"}},titleFontSize:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size"}},titleFontSizeType:{type:"string",UAGCopyPaste:{styleType:"main-title-font-size-type"},default:"px"},titleFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},titleFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},titleFontFamily:{type:"string",UAGCopyPaste:{styleType:"main-title-font-family"},default:"Default"},titleFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},titleFontStyle:{type:"string",UAGCopyPaste:{styleType:"main-title-font-style"},default:"normal"},titleTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},titleDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},titleLoadGoogleFonts:{type:"boolean",UAGCopyPaste:{styleType:"main-title-load-google-fonts"},default:!1},descriptionFontSize:{type:"number",UAGCopyPaste:{styleType:"desc-font-size"}},descriptionFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-font-size-type"}},descriptionFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},descriptionFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},descriptionFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"desc-font-family"}},descriptionFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},descriptionFontStyle:{type:"string",default:"normal",UAGCopyPaste:{styleType:"desc-font-style"}},descriptionTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},descriptionDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},descriptionLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"desc-load-google-fonts"}},imgPosition:{type:"string",default:"above-title"},titleColor:{type:"string",UAGCopyPaste:{styleType:"main-title-color"}},descriptionColor:{type:"string",UAGCopyPaste:{styleType:"desc-color"}},urlColor:{type:"string",UAGCopyPaste:{styleType:"prefix-color"}},titleLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},titleLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},titleLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},titleLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}},titleLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},titleLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},titleLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},titleLineHeightType:{type:"string",UAGCopyPaste:{styleType:"main-title-line-height-type"},default:"em"},descriptionLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},descriptionLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},descriptionLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},descriptionLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},descriptionLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},descriptionLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"desc-line-height-type"}},descriptionLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},descriptionLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},urlLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},urlLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},urlLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},urlLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},urlLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},urlLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"desc-line-height-type"}},urlLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},urlLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}}};t.a=o},function(e,t,a){"use strict";var i=a(1);const o={ID:{type:"string",default:""},itemType:{type:"string",default:Object(i.__)("Product")},itemSubtype:{type:"string",default:""},reviewPublisher:{type:"string",default:""},bookAuthorName:{type:"string",default:""},isbn:{type:"string",default:""},provider:{type:"string",default:""},appCategory:{type:"string",default:""},operatingSystem:{type:"string",default:""},datecreated:{type:"string",default:"Dec 19 2020"},directorname:{type:"string",default:""},overallAlignment:{type:"string",default:"left",UAGCopyPaste:{styleType:"overall-align"}},schema:{type:"string",default:""},rTitle:{type:"string",default:"Spectra: Gutenberg Blocks"},rContent:{type:"string",default:"Whether you’re a beginner, marketer, web designer or developer, Spectra includes all the tools and resources you can trust to succeed online."},rAuthor:{type:"string",default:"– Brainstorm Force"},headingTag:{type:"string",default:"h3"},block_id:{type:"string",default:""},mainimage:{type:"object",default:{url:uagb_blocks_info.uagb_url+"/admin/assets/images/placeholder.png"}},imgSize:{type:"string",default:"thumbnail",UAGCopyPaste:{styleType:"image-size"}},authorName:{type:"string",default:""},itemName:{type:"string",default:""},items:{type:"string",default:'[{"label":"Feature #1","value":5},{"label":"Feature #2","value":5},{"label":"Feature #3","value":5}]'},description:{type:"string",default:""},descriptionAlign:{type:"string",default:"left"},imgURL:{type:"string",default:""},imgID:{type:"number"},imgAlt:{type:"string",default:""},parts:{type:"array",default:[{label:"",value:0}]},starCount:{type:"number",default:5},summaryTitle:{type:"string",default:Object(i.__)("Summary")},summaryDescription:{type:"string",default:"Whether you’re a beginner, marketer, web designer or developer, Spectra includes all the tools and resources you can trust to succeed online."},callToActionText:{type:"string",default:""},ctaLink:{type:"string",default:"#"},inactiveStarColor:{type:"string",default:"#888888",UAGCopyPaste:{styleType:"icon-unmarked-color"}},activeStarColor:{type:"string",default:"#eeee00",UAGCopyPaste:{styleType:"icon-marked-color"}},authorColor:{type:"string",default:"",UAGCopyPaste:{styleType:"author-color"}},summaryColor:{type:"string",default:"",UAGCopyPaste:{styleType:"desc-color"}},titleAlign:{type:"string",default:"left",UAGCopyPaste:{styleType:"main-title-align"}},authorAlign:{type:"string",default:"left",UAGCopyPaste:{styleType:"author-align"}},enableCTA:{type:"boolean",default:!0},ctaNoFollow:{type:"boolean",default:!0},ctaOpenInNewTab:{type:"boolean",default:!0},enableReviewSchema:{type:"boolean",default:!0},enableImage:{type:"boolean",default:!0},enableDescription:{type:"boolean",default:!0},enableSchema:{type:"boolean",default:!0},starOutlineColor:{type:"string",UAGCopyPaste:{styleType:"icon-outline-color"},default:"#000000"},starActiveColor:{type:"string",UAGCopyPaste:{styleType:"icon-color"},default:"#ccd6df"},imageSize:{type:"number",UAGCopyPaste:{styleType:"image-size"},default:100},brand:{type:"string",default:""},sku:{type:"string",default:""},identifier:{type:"string",default:""},identifierType:{type:"string",default:"gtin"},ctaTarget:{type:"boolean",default:!1},offerType:{type:"string",default:"Offer"},offerStatus:{type:"string",default:""},offerPrice:{type:"string",default:0},offerCurrency:{type:"string",default:"USD"},offerExpiry:{type:"string",default:"Dec 19 2020"},datepublish:{type:"string",default:"Dec 19 2020"},featuresTitle:{type:"string",default:Object(i.__)("List Of Features:")},featuresAvgText:{type:"string",default:Object(i.__)("Average Ratings")},feature_count:{type:"number",default:1},showFeature:{type:"boolean",default:!0},showAuthor:{type:"boolean",default:!0},starSize:{type:"number",default:20,UAGCopyPaste:{styleType:"icon-size"}},starColor:{type:"string",UAGCopyPaste:{styleType:"icon-color"},default:"#f0ad4e"},selectedStars:{type:"number",default:0},starAlign:{type:"string",UAGCopyPaste:{styleType:"icon-align"},default:"left"},descColor:{type:"string",UAGCopyPaste:{styleType:"desc-color"},default:""},titleColor:{type:"string",UAGCopyPaste:{styleType:"main-title-color"},default:""},pricevalue:{type:"string",default:"US$65"},pricetext:{type:"string",default:"Price"},availabilityvalue:{type:"string",default:Object(i.__)("Instock")},availabilitytext:{type:"string",default:Object(i.__)("Availability")},contentVrPadding:{type:"number",UAGCopyPaste:{styleType:"desc-vertical-padding"},default:15},contentHrPadding:{type:"number",default:50,UAGCopyPaste:{styleType:"desc-horizontal-padding"}},topPadding:{type:"number",UAGCopyPaste:{styleType:"overall-top-padding"},default:15},bottomPadding:{type:"number",UAGCopyPaste:{styleType:"overall-bottom-padding"},default:15},rightPadding:{type:"number",UAGCopyPaste:{styleType:"overall-right-padding"},default:50},leftPadding:{type:"number",UAGCopyPaste:{styleType:"overall-left-padding"},default:50},paddingTopMobile:{type:"number",UAGCopyPaste:{styleType:"overall-top-padding-mobile"}},paddingBottomMobile:{type:"number",UAGCopyPaste:{styleType:"overall-bottom-padding-mobile"}},paddingRightMobile:{type:"number",UAGCopyPaste:{styleType:"overall-right-padding-mobile"}},paddingLeftMobile:{type:"number",UAGCopyPaste:{styleType:"overall-left-padding-mobile"}},paddingTopTablet:{type:"number",UAGCopyPaste:{styleType:"overall-top-padding-tablet"}},paddingBottomTablet:{type:"number",UAGCopyPaste:{styleType:"overall-bottom-padding-tablet"}},paddingRightTablet:{type:"number",UAGCopyPaste:{styleType:"overall-right-padding-tablet"}},paddingLeftTablet:{type:"number",UAGCopyPaste:{styleType:"overall-left-padding-tablet"}},spacingLink:{type:"boolean",default:!1},paddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"overall-padding-unit"}},mobilePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"overall-padding-unit-mobile"}},tabletPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"overall-padding-unit-tablet"}},star_gap:{type:"number",default:100,UAGCopyPaste:{styleType:"icon-gap"}},contentColor:{type:"string",default:"",UAGCopyPaste:{styleType:"desc-color"}},author:{type:"string",default:""},headFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"main-title-font-family"}},headFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},headFontStyle:{type:"string",UAGCopyPaste:{styleType:"main-title-font-style"},default:"normal"},headTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},headDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},headFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-font-size-type"}},headLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},headFontSize:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size"}},headFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},headFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},headLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},headLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},headLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},subHeadFontFamily:{type:"string",UAGCopyPaste:{styleType:"desc-font-family"},default:""},subHeadFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},subHeadFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"},default:"normal"},subHeadTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},subHeadDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},subHeadFontSize:{type:"number",UAGCopyPaste:{styleType:"desc-font-size"}},subHeadFontSizeType:{type:"string",UAGCopyPaste:{styleType:"desc-font-size-type"},default:"px"},subHeadFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},subHeadFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},subHeadLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},subHeadLineHeightType:{type:"string",UAGCopyPaste:{styleType:"desc-line-height-type"},default:"em"},subHeadLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},subHeadLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},separatorSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"separator-bottom-margin"}},headLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"main-title-load-google-fonts"}},subHeadLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"desc-load-google-fonts"}},contentFontFamily:{type:"string",UAGCopyPaste:{styleType:"desc-font-family"},default:"Default"},contentLoadGoogleFonts:{type:"boolean",UAGCopyPaste:{styleType:"desc-load-google-fonts"},default:!1},contentFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},contentFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"},default:"normal"},contentTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},contentDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},contentFontSize:{type:"number",UAGCopyPaste:{styleType:"desc-font-size"}},contentFontSizeType:{type:"string",UAGCopyPaste:{styleType:"desc-font-size-type"},default:"px"},contentFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},contentFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},contentLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},contentLineHeightType:{type:"string",UAGCopyPaste:{styleType:"desc-line-height-type"},default:"em"},contentLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},contentLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},isPreview:{type:"boolean",default:!1},headLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"}},headLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},headLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},headLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}},subHeadLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},subHeadLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},subHeadLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},subHeadLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},contentLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},contentLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},contentLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},contentLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}}};t.a=o},function(e,t,a){"use strict";var i=a(1);const o={isPreview:{type:"boolean",default:!1},block_id:{type:"string"},textareaName:{type:"string",default:Object(i.__)("Message","ultimate-addons-for-gutenberg")},textareaRequired:{type:"boolean",default:!1},rows:{type:"number",default:4},placeholder:{type:"string",default:Object(i.__)("Enter your message","ultimate-addons-for-gutenberg")},autocomplete:{type:"string",default:"off"}};t.a=o},function(e,t,a){"use strict";t.a=function(e){return(e=(e=(e=(e=e.replace("far ","")).replace("fas ","")).replace("fab ","")).replace("fa-","")).replace("fa ","")}},function(e,t,a){"use strict";var i=r(a(179)),o=r(a(184)),n=r(a(154)),l=r(a(151));function r(e){return e&&e.__esModule?e:{default:e}}e.exports={Transition:l.default,TransitionGroup:n.default,ReplaceTransition:o.default,CSSTransition:i.default}},function(e,t){e.exports=window.wp.keyboardShortcuts},,,function(e,t,a){"use strict";var i=a(2);const o={triangle:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M500,98.9L0,6.1V0h1000v6.1L500,98.9z"})),wave_brush:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 283.5 27.8",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M283.5,9.7c0,0-7.3,4.3-14,4.6c-6.8,0.3-12.6,0-20.9-1.5c-11.3-2-33.1-10.1-44.7-5.7\ts-12.1,4.6-18,7.4c-6.6,3.2-20,9.6-36.6,9.3C131.6,23.5,99.5,7.2,86.3,8c-1.4,0.1-6.6,0.8-10.5,2c-3.8,1.2-9.4,3.8-17,4.7\tc-3.2,0.4-8.3,1.1-14.2,0.9c-1.5-0.1-6.3-0.4-12-1.6c-5.7-1.2-11-3.1-15.8-3.7C6.5,9.2,0,10.8,0,10.8V0h283.5V9.7z M260.8,11.3\tc-0.7-1-2-0.4-4.3-0.4c-2.3,0-6.1-1.2-5.8-1.1c0.3,0.1,3.1,1.5,6,1.9C259.7,12.2,261.4,12.3,260.8,11.3z M242.4,8.6\tc0,0-2.4-0.2-5.6-0.9c-3.2-0.8-10.3-2.8-15.1-3.5c-8.2-1.1-15.8,0-15.1,0.1c0.8,0.1,9.6-0.6,17.6,1.1c3.3,0.7,9.3,2.2,12.4,2.7\tC239.9,8.7,242.4,8.6,242.4,8.6z M185.2,8.5c1.7-0.7-13.3,4.7-18.5,6.1c-2.1,0.6-6.2,1.6-10,2c-3.9,0.4-8.9,0.4-8.8,0.5\tc0,0.2,5.8,0.8,11.2,0c5.4-0.8,5.2-1.1,7.6-1.6C170.5,14.7,183.5,9.2,185.2,8.5z M199.1,6.9c0.2,0-0.8-0.4-4.8,1.1\tc-4,1.5-6.7,3.5-6.9,3.7c-0.2,0.1,3.5-1.8,6.6-3C197,7.5,199,6.9,199.1,6.9z M283,6c-0.1,0.1-1.9,1.1-4.8,2.5s-6.9,2.8-6.7,2.7\tc0.2,0,3.5-0.6,7.4-2.5C282.8,6.8,283.1,5.9,283,6z M31.3,11.6c0.1-0.2-1.9-0.2-4.5-1.2s-5.4-1.6-7.8-2C15,7.6,7.3,8.5,7.7,8.6\tC8,8.7,15.9,8.3,20.2,9.3c2.2,0.5,2.4,0.5,5.7,1.6S31.2,11.9,31.3,11.6z M73,9.2c0.4-0.1,3.5-1.6,8.4-2.6c4.9-1.1,8.9-0.5,8.9-0.8\tc0-0.3-1-0.9-6.2-0.3S72.6,9.3,73,9.2z M71.6,6.7C71.8,6.8,75,5.4,77.3,5c2.3-0.3,1.9-0.5,1.9-0.6c0-0.1-1.1-0.2-2.7,0.2\tC74.8,5.1,71.4,6.6,71.6,6.7z M93.6,4.4c0.1,0.2,3.5,0.8,5.6,1.8c2.1,1,1.8,0.6,1.9,0.5c0.1-0.1-0.8-0.8-2.4-1.3\tC97.1,4.8,93.5,4.2,93.6,4.4z M65.4,11.1c-0.1,0.3,0.3,0.5,1.9-0.2s2.6-1.3,2.2-1.2s-0.9,0.4-2.5,0.8C65.3,10.9,65.5,10.8,65.4,11.1\tz M34.5,12.4c-0.2,0,2.1,0.8,3.3,0.9c1.2,0.1,2,0.1,2-0.2c0-0.3-0.1-0.5-1.6-0.4C36.6,12.8,34.7,12.4,34.5,12.4z M152.2,21.1\tc-0.1,0.1-2.4-0.3-7.5-0.3c-5,0-13.6-2.4-17.2-3.5c-3.6-1.1,10,3.9,16.5,4.1C150.5,21.6,152.3,21,152.2,21.1z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M269.6,18c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3\tC267.7,18.8,269.7,18,269.6,18z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M227.4,9.8c-0.2-0.1-4.5-1-9.5-1.2c-5-0.2-12.7,0.6-12.3,0.5c0.3-0.1,5.9-1.8,13.3-1.2\tS227.6,9.9,227.4,9.8z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M204.5,13.4c-0.1-0.1,2-1,3.2-1.1c1.2-0.1,2,0,2,0.3c0,0.3-0.1,0.5-1.6,0.4\tC206.4,12.9,204.6,13.5,204.5,13.4z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M201,10.6c0-0.1-4.4,1.2-6.3,2.2c-1.9,0.9-6.2,3.1-6.1,3.1c0.1,0.1,4.2-1.6,6.3-2.6\tS201,10.7,201,10.6z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M154.5,26.7c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3\tC152.6,27.5,154.6,26.8,154.5,26.7z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M41.9,19.3c0,0,1.2-0.3,2.9-0.1c1.7,0.2,5.8,0.9,8.2,0.7c4.2-0.4,7.4-2.7,7-2.6\tc-0.4,0-4.3,2.2-8.6,1.9c-1.8-0.1-5.1-0.5-6.7-0.4S41.9,19.3,41.9,19.3z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M75.5,12.6c0.2,0.1,2-0.8,4.3-1.1c2.3-0.2,2.1-0.3,2.1-0.5c0-0.1-1.8-0.4-3.4,0\tC76.9,11.5,75.3,12.5,75.5,12.6z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M15.6,13.2c0-0.1,4.3,0,6.7,0.5c2.4,0.5,5,1.9,5,2c0,0.1-2.7-0.8-5.1-1.4\tC19.9,13.7,15.7,13.3,15.6,13.2z"})),tilt:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M0,6V0h1000v100L0,6z"})),mountains:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",opacity:"0.33",d:"M473,67.3c-203.9,88.3-263.1-34-320.3,0C66,119.1,0,59.7,0,59.7V0h1000v59.7 c0,0-62.1,26.1-94.9,29.3c-32.8,3.3-62.8-12.3-75.8-22.1C806,49.6,745.3,8.7,694.9,4.7S492.4,59,473,67.3z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",opacity:"0.66",d:"M734,67.3c-45.5,0-77.2-23.2-129.1-39.1c-28.6-8.7-150.3-10.1-254,39.1 s-91.7-34.4-149.2,0C115.7,118.3,0,39.8,0,39.8V0h1000v36.5c0,0-28.2-18.5-92.1-18.5C810.2,18.1,775.7,67.3,734,67.3z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M766.1,28.9c-200-57.5-266,65.5-395.1,19.5C242,1.8,242,5.4,184.8,20.6C128,35.8,132.3,44.9,89.9,52.5C28.6,63.7,0,0,0,0 h1000c0,0-9.9,40.9-83.6,48.1S829.6,47,766.1,28.9z"})),waves:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7 c23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4 c21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z"})),wave_pattern:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1047.1 3.7",preserveAspectRatio:"xMidYMin slice"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M1047.1,0C557,0,8.9,0,0,0v1.6c0,0,0.6-1.5,2.7-0.3C3.9,2,6.1,4.1,8.3,3.5c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3C13.8,2,16,4.1,18.2,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C23.6,2,25.9,4.1,28,3.5c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C63,2,65.3,4.1,67.4,3.5\tC68.3,3.3,69,1.6,69,1.6s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tC82.7,2,85,4.1,87.1,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C92.6,2,94.8,4.1,97,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.6-0.4V0z M2.5,1.2C2.5,1.2,2.5,1.2,2.5,1.2C2.5,1.2,2.5,1.2,2.5,1.2z M2.7,1.4c0.1,0,0.1,0.1,0.1,0.1C2.8,1.4,2.8,1.4,2.7,1.4z"})),drops:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 283.5 27.8",preserveAspectRatio:"xMidYMax slice"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M0 0v1.4c.6.7 1.1 1.4 1.4 2 2 3.8 2.2 6.6 1.8 10.8-.3 3.3-2.4 9.4 0 12.3 1.7 2 3.7 1.4 4.6-.9 1.4-3.8-.7-8.2-.6-12 .1-3.7 3.2-5.5 6.9-4.9 4 .6 4.8 4 4.9 7.4.1 1.8-1.1 7 0 8.5.6.8 1.6 1.2 2.4.5 1.4-1.1.1-5.4.1-6.9.1-3.7.3-8.6 4.1-10.5 5-2.5 6.2 1.6 5.4 5.6-.4 1.7-1 9.2 2.9 6.3 1.5-1.1.7-3.5.5-4.9-.4-2.4-.4-4.3 1-6.5.9-1.4 2.4-3.1 4.2-3 2.4.1 2.7 2.2 4 3.7 1.5 1.8 1.8 2.2 3 .1 1.1-1.9 1.2-2.8 3.6-3.3 1.3-.3 4.8-1.4 5.9-.5 1.5 1.1.6 2.8.4 4.3-.2 1.1-.6 4 1.8 3.4 1.7-.4-.3-4.1.6-5.6 1.3-2.2 5.8-1.4 7 .5 1.3 2.1.5 5.8.1 8.1s-1.2 5-.6 7.4c1.3 5.1 4.4.9 4.3-2.4-.1-4.4-2-8.8-.5-13 .9-2.4 4.6-6.6 7.7-4.5 2.7 1.8.5 7.8.2 10.3-.2 1.7-.8 4.6.2 6.2.9 1.4 2 1.5 2.6-.3.5-1.5-.9-4.5-1-6.1-.2-1.7-.4-3.7.2-5.4 1.8-5.6 3.5 2.4 6.3.6 1.4-.9 4.3-9.4 6.1-3.1.6 2.2-1.3 7.8.7 8.9 4.2 2.3 1.5-7.1 2.2-8 3.1-4 4.7 3.8 6.1 4.1 3.1.7 2.8-7.9 8.1-4.5 1.7 1.1 2.9 3.3 3.2 5.2.4 2.2-1 4.5-.6 6.6 1 4.3 4.4 1.5 4.4-1.7 0-2.7-3-8.3 1.4-9.1 4.4-.9 7.3 3.5 7.8 6.9.3 2-1.5 10.9 1.3 11.3 4.1.6-3.2-15.7 4.8-15.8 4.7-.1 2.8 4.1 3.9 6.6 1 2.4 2.1 1 2.3-.8.3-1.9-.9-3.2 1.3-4.3 5.9-2.9 5.9 5.4 5.5 8.5-.3 2-1.7 8.4 2 8.1 6.9-.5-2.8-16.9 4.8-18.7 4.7-1.2 6.1 3.6 6.3 7.1.1 1.7-1.2 8.1.6 9.1 3.5 2 1.9-7 2-8.4.2-4 1.2-9.6 6.4-9.8 4.7-.2 3.2 4.6 2.7 7.5-.4 2.2 1.3 8.6 3.8 4.4 1.1-1.9-.3-4.1-.3-6 0-1.7.4-3.2 1.3-4.6 1-1.6 2.9-3.5 5.1-2.9 2.5.6 2.3 4.1 4.1 4.9 1.9.8 1.6-.9 2.3-2.1 1.2-2.1 2.1-2.1 4.4-2.4 1.4-.2 3.6-1.5 4.9-.5 2.3 1.7-.7 4.4.1 6.5.6 1.5 2.1 1.7 2.8.3.7-1.4-1.1-3.4-.3-4.8 1.4-2.5 6.2-1.2 7.2 1 2.3 4.8-3.3 12-.2 16.3 3 4.1 3.9-2.8 3.8-4.8-.4-4.3-2.1-8.9 0-13.1 1.3-2.5 5.9-5.7 7.9-2.4 2 3.2-1.3 9.8-.8 13.4.5 4.4 3.5 3.3 2.7-.8-.4-1.9-2.4-10 .6-11.1 3.7-1.4 2.8 7.2 6.5.4 2.2-4.1 4.9-3.1 5.2 1.2.1 1.5-.6 3.1-.4 4.6.2 1.9 1.8 3.7 3.3 1.3 1-1.6-2.6-10.4 2.9-7.3 2.6 1.5 1.6 6.5 4.8 2.7 1.3-1.5 1.7-3.6 4-3.7 2.2-.1 4 2.3 4.8 4.1 1.3 2.9-1.5 8.4.9 10.3 4.2 3.3 3-5.5 2.7-6.9-.6-3.9 1-7.2 5.5-5 4.1 2.1 4.3 7.7 4.1 11.6 0 .8-.6 9.5 2.5 5.2 1.2-1.7-.1-7.7.1-9.6.3-2.9 1.2-5.5 4.3-6.2 4.5-1 7.7 1.5 7.4 5.8-.2 3.5-1.8 7.7-.5 11.1 1 2.7 3.6 2.8 5 .2 1.6-3.1 0-8.3-.4-11.6-.4-4.2-.2-7 1.8-10.8 0 0-.1.1-.1.2-.2.4-.3.7-.4.8v.1c-.1.2-.1.2 0 0v-.1l.4-.8c0-.1.1-.1.1-.2.2-.4.5-.8.8-1.2V0H0zM282.7 3.4z"})),clouds:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 283.5 27.8",preserveAspectRatio:"xMidYMax slice"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M0 0v6.7c1.9-.8 4.7-1.4 8.5-1 9.5 1.1 11.1 6 11.1 6s2.1-.7 4.3-.2c2.1.5 2.8 2.6 2.8 2.6s.2-.5 1.4-.7c1.2-.2 1.7.2 1.7.2s0-2.1 1.9-2.8c1.9-.7 3.6.7 3.6.7s.7-2.9 3.1-4.1 4.7 0 4.7 0 1.2-.5 2.4 0 1.7 1.4 1.7 1.4h1.4c.7 0 1.2.7 1.2.7s.8-1.8 4-2.2c3.5-.4 5.3 2.4 6.2 4.4.4-.4 1-.7 1.8-.9 2.8-.7 4 .7 4 .7s1.7-5 11.1-6c9.5-1.1 12.3 3.9 12.3 3.9s1.2-4.8 5.7-5.7c4.5-.9 6.8 1.8 6.8 1.8s.6-.6 1.5-.9c.9-.2 1.9-.2 1.9-.2s5.2-6.4 12.6-3.3c7.3 3.1 4.7 9 4.7 9s1.9-.9 4 0 2.8 2.4 2.8 2.4 1.9-1.2 4.5-1.2 4.3 1.2 4.3 1.2.2-1 1.4-1.7 2.1-.7 2.1-.7-.5-3.1 2.1-5.5 5.7-1.4 5.7-1.4 1.5-2.3 4.2-1.1c2.7 1.2 1.7 5.2 1.7 5.2s.3-.1 1.3.5c.5.4.8.8.9 1.1.5-1.4 2.4-5.8 8.4-4 7.1 2.1 3.5 8.9 3.5 8.9s.8-.4 2 0 1.1 1.1 1.1 1.1 1.1-1.1 2.3-1.1 2.1.5 2.1.5 1.9-3.6 6.2-1.2 1.9 6.4 1.9 6.4 2.6-2.4 7.4 0c3.4 1.7 3.9 4.9 3.9 4.9s3.3-6.9 10.4-7.9 11.5 2.6 11.5 2.6.8 0 1.2.2c.4.2.9.9.9.9s4.4-3.1 8.3.2c1.9 1.7 1.5 5 1.5 5s.3-1.1 1.6-1.4c1.3-.3 2.3.2 2.3.2s-.1-1.2.5-1.9 1.9-.9 1.9-.9-4.7-9.3 4.4-13.4c5.6-2.5 9.2.9 9.2.9s5-6.2 15.9-6.2 16.1 8.1 16.1 8.1.7-.2 1.6-.4V0H0z"})),zigzag:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1800 5.8",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M5.4.4l5.4 5.3L16.5.4l5.4 5.3L27.5.4 33 5.7 38.6.4l5.5 5.4h.1L49.9.4l5.4 5.3L60.9.4l5.5 5.3L72 .4l5.5 5.3L83.1.4l5.4 5.3L94.1.4l5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3L161 .4l5.4 5.3L172 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3L261 .4l5.4 5.3L272 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3L361 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3L461 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1L550 .4l5.4 5.3L561 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L650 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L750 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2L850 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4V0H-.2v5.8z"})),pyramids:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M761.9,44.1L643.1,27.2L333.8,98L0,3.8V0l1000,0v3.9"})),triangle_asymmetrical:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M738,99l262-93V0H0v5.6L738,99z"})),tilt_opacity:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 2600 131.1",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M0 0L2600 0 2600 69.1 0 0z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",opacity:"0.5",d:"M0 0L2600 0 2600 69.1 0 69.1z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",opacity:"0.25",d:"M2600 0L0 0 0 130.1 2600 69.1z"})),fan_opacity:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 283.5 19.6",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",opacity:"0.33",d:"M0 0L0 18.8 141.8 4.1 283.5 18.8 283.5 0z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",opacity:"0.33",d:"M0 0L0 12.6 141.8 4 283.5 12.6 283.5 0z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",opacity:"0.33",d:"M0 0L0 6.4 141.8 4 283.5 6.4 283.5 0z"}),Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M0 0L0 1.2 141.8 4 283.5 1.2 283.5 0z"})),curve:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M1000,4.3V0H0v4.3C0.9,23.1,126.7,99.2,500,100S1000,22.7,1000,4.3z"})),curve_asymmetrical:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M0,0c0,0,0,6,0,6.7c0,18,240.2,93.6,615.2,92.6C989.8,98.5,1000,25,1000,6.7c0-0.7,0-6.7,0-6.7H0z"})),arrow:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 700 10",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M350,10L340,0h20L350,10z"})),arrow_split:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 20",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M0,0v3c0,0,393.8,0,483.4,0c9.2,0,16.6,7.4,16.6,16.6c0-9.1,7.4-16.6,16.6-16.6C606.2,3,1000,3,1000,3V0H0z"})),book:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M194,99c186.7,0.7,305-78.3,306-97.2c1,18.9,119.3,97.9,306,97.2c114.3-0.3,194,0.3,194,0.3s0-91.7,0-100c0,0,0,0,0-0 L0,0v99.3C0,99.3,79.7,98.7,194,99z"})),curve_reverse:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 937.5 120",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M937,129.8V-0.1H0v129.9C0,62.6,209.6,8.2,468.4,8.2S936.9,62.6,937,129.8z"})),curve_asym_reverse:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 937.5 120",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-container__shape-fill",d:"M937.5,124.3V0H0v124.3C0,100.8,227.4,2.9,578.9,4.1C926.9,0.3,937.5,100.4,937.5,124.3z"}))};t.a=o},function(e,t,a){"use strict";t.a=e=>{const{limit:t,id:a,className:i,inactiveStarColor:o,onClick:n,style:l,starOutlineColor:r,value:s,activeStarColor:c}=e;return React.createElement("div",{className:i,style:Object.assign({display:"flex",flexDirection:"flex-row"},l)},[...Array(t).keys()].map(t=>React.createElement("svg",{xmlns:"https://www.w3.org/2000/svg",key:t,height:"20",width:"20",viewBox:"0 0 150 150",onMouseOver:()=>(t=>{e.setStateValue({displayValue:t+(e.value-t==1?.5:1),displayColor:e.selectedStarColor})})(t),onMouseOut:()=>{e.setStateValue({displayValue:e.value,displayColor:e.activeStarColor})},onClick:()=>n||(t=>{const{setValue:a,value:i}=e;a(i===t+1?t+.5:t+1),e.setStateValue({displayValue:i===t+1?t+.5:t+1})})(t)},React.createElement("defs",null,React.createElement("mask",{id:`uagb_review_star_filter-${a}-${t}`},React.createElement("rect",{height:"150",width:150*(s-t>0?s-t<1?s-t:1:0),y:"0",x:"0",fill:"#fff"}))),React.createElement("path",{fill:o,strokeWidth:"2.5",d:"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z",stroke:r}),React.createElement("path",{className:"star",id:"star"+t,mask:`url(#uagb_review_star_filter-${a}-${t})`,fill:c,strokeWidth:"2.5",d:"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z",stroke:r}))))}},function(e,t,a){"use strict";var i=a(2);const o={triangle:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M500,98.9L0,6.1V0h1000v6.1L500,98.9z"})),wave_brush:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 283.5 27.8",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M283.5,9.7c0,0-7.3,4.3-14,4.6c-6.8,0.3-12.6,0-20.9-1.5c-11.3-2-33.1-10.1-44.7-5.7\ts-12.1,4.6-18,7.4c-6.6,3.2-20,9.6-36.6,9.3C131.6,23.5,99.5,7.2,86.3,8c-1.4,0.1-6.6,0.8-10.5,2c-3.8,1.2-9.4,3.8-17,4.7\tc-3.2,0.4-8.3,1.1-14.2,0.9c-1.5-0.1-6.3-0.4-12-1.6c-5.7-1.2-11-3.1-15.8-3.7C6.5,9.2,0,10.8,0,10.8V0h283.5V9.7z M260.8,11.3\tc-0.7-1-2-0.4-4.3-0.4c-2.3,0-6.1-1.2-5.8-1.1c0.3,0.1,3.1,1.5,6,1.9C259.7,12.2,261.4,12.3,260.8,11.3z M242.4,8.6\tc0,0-2.4-0.2-5.6-0.9c-3.2-0.8-10.3-2.8-15.1-3.5c-8.2-1.1-15.8,0-15.1,0.1c0.8,0.1,9.6-0.6,17.6,1.1c3.3,0.7,9.3,2.2,12.4,2.7\tC239.9,8.7,242.4,8.6,242.4,8.6z M185.2,8.5c1.7-0.7-13.3,4.7-18.5,6.1c-2.1,0.6-6.2,1.6-10,2c-3.9,0.4-8.9,0.4-8.8,0.5\tc0,0.2,5.8,0.8,11.2,0c5.4-0.8,5.2-1.1,7.6-1.6C170.5,14.7,183.5,9.2,185.2,8.5z M199.1,6.9c0.2,0-0.8-0.4-4.8,1.1\tc-4,1.5-6.7,3.5-6.9,3.7c-0.2,0.1,3.5-1.8,6.6-3C197,7.5,199,6.9,199.1,6.9z M283,6c-0.1,0.1-1.9,1.1-4.8,2.5s-6.9,2.8-6.7,2.7\tc0.2,0,3.5-0.6,7.4-2.5C282.8,6.8,283.1,5.9,283,6z M31.3,11.6c0.1-0.2-1.9-0.2-4.5-1.2s-5.4-1.6-7.8-2C15,7.6,7.3,8.5,7.7,8.6\tC8,8.7,15.9,8.3,20.2,9.3c2.2,0.5,2.4,0.5,5.7,1.6S31.2,11.9,31.3,11.6z M73,9.2c0.4-0.1,3.5-1.6,8.4-2.6c4.9-1.1,8.9-0.5,8.9-0.8\tc0-0.3-1-0.9-6.2-0.3S72.6,9.3,73,9.2z M71.6,6.7C71.8,6.8,75,5.4,77.3,5c2.3-0.3,1.9-0.5,1.9-0.6c0-0.1-1.1-0.2-2.7,0.2\tC74.8,5.1,71.4,6.6,71.6,6.7z M93.6,4.4c0.1,0.2,3.5,0.8,5.6,1.8c2.1,1,1.8,0.6,1.9,0.5c0.1-0.1-0.8-0.8-2.4-1.3\tC97.1,4.8,93.5,4.2,93.6,4.4z M65.4,11.1c-0.1,0.3,0.3,0.5,1.9-0.2s2.6-1.3,2.2-1.2s-0.9,0.4-2.5,0.8C65.3,10.9,65.5,10.8,65.4,11.1\tz M34.5,12.4c-0.2,0,2.1,0.8,3.3,0.9c1.2,0.1,2,0.1,2-0.2c0-0.3-0.1-0.5-1.6-0.4C36.6,12.8,34.7,12.4,34.5,12.4z M152.2,21.1\tc-0.1,0.1-2.4-0.3-7.5-0.3c-5,0-13.6-2.4-17.2-3.5c-3.6-1.1,10,3.9,16.5,4.1C150.5,21.6,152.3,21,152.2,21.1z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M269.6,18c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3\tC267.7,18.8,269.7,18,269.6,18z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M227.4,9.8c-0.2-0.1-4.5-1-9.5-1.2c-5-0.2-12.7,0.6-12.3,0.5c0.3-0.1,5.9-1.8,13.3-1.2\tS227.6,9.9,227.4,9.8z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M204.5,13.4c-0.1-0.1,2-1,3.2-1.1c1.2-0.1,2,0,2,0.3c0,0.3-0.1,0.5-1.6,0.4\tC206.4,12.9,204.6,13.5,204.5,13.4z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M201,10.6c0-0.1-4.4,1.2-6.3,2.2c-1.9,0.9-6.2,3.1-6.1,3.1c0.1,0.1,4.2-1.6,6.3-2.6\tS201,10.7,201,10.6z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M154.5,26.7c-0.1-0.1-4.6,0.3-7.2,0c-7.3-0.7-17-3.2-16.6-2.9c0.4,0.3,13.7,3.1,17,3.3\tC152.6,27.5,154.6,26.8,154.5,26.7z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M41.9,19.3c0,0,1.2-0.3,2.9-0.1c1.7,0.2,5.8,0.9,8.2,0.7c4.2-0.4,7.4-2.7,7-2.6\tc-0.4,0-4.3,2.2-8.6,1.9c-1.8-0.1-5.1-0.5-6.7-0.4S41.9,19.3,41.9,19.3z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M75.5,12.6c0.2,0.1,2-0.8,4.3-1.1c2.3-0.2,2.1-0.3,2.1-0.5c0-0.1-1.8-0.4-3.4,0\tC76.9,11.5,75.3,12.5,75.5,12.6z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M15.6,13.2c0-0.1,4.3,0,6.7,0.5c2.4,0.5,5,1.9,5,2c0,0.1-2.7-0.8-5.1-1.4\tC19.9,13.7,15.7,13.3,15.6,13.2z"})),tilt:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M0,6V0h1000v100L0,6z"})),mountains:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",opacity:"0.33",d:"M473,67.3c-203.9,88.3-263.1-34-320.3,0C66,119.1,0,59.7,0,59.7V0h1000v59.7 c0,0-62.1,26.1-94.9,29.3c-32.8,3.3-62.8-12.3-75.8-22.1C806,49.6,745.3,8.7,694.9,4.7S492.4,59,473,67.3z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",opacity:"0.66",d:"M734,67.3c-45.5,0-77.2-23.2-129.1-39.1c-28.6-8.7-150.3-10.1-254,39.1 s-91.7-34.4-149.2,0C115.7,118.3,0,39.8,0,39.8V0h1000v36.5c0,0-28.2-18.5-92.1-18.5C810.2,18.1,775.7,67.3,734,67.3z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M766.1,28.9c-200-57.5-266,65.5-395.1,19.5C242,1.8,242,5.4,184.8,20.6C128,35.8,132.3,44.9,89.9,52.5C28.6,63.7,0,0,0,0 h1000c0,0-9.9,40.9-83.6,48.1S829.6,47,766.1,28.9z"})),waves:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M421.9,6.5c22.6-2.5,51.5,0.4,75.5,5.3c23.6,4.9,70.9,23.5,100.5,35.7c75.8,32.2,133.7,44.5,192.6,49.7 c23.6,2.1,48.7,3.5,103.4-2.5c54.7-6,106.2-25.6,106.2-25.6V0H0v30.3c0,0,72,32.6,158.4,30.5c39.2-0.7,92.8-6.7,134-22.4 c21.2-8.1,52.2-18.2,79.7-24.2C399.3,7.9,411.6,7.5,421.9,6.5z"})),wave_pattern:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1047.1 3.7",preserveAspectRatio:"xMidYMin slice"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M1047.1,0C557,0,8.9,0,0,0v1.6c0,0,0.6-1.5,2.7-0.3C3.9,2,6.1,4.1,8.3,3.5c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3C13.8,2,16,4.1,18.2,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C23.6,2,25.9,4.1,28,3.5c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C63,2,65.3,4.1,67.4,3.5\tC68.3,3.3,69,1.6,69,1.6s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tC82.7,2,85,4.1,87.1,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3C92.6,2,94.8,4.1,97,3.5c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\ts0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9\tc0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9c0,0,0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2\tc0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3c1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.7-0.3\tc1.2,0.7,3.5,2.8,5.6,2.2c0.9-0.2,1.5-1.9,1.5-1.9s0.6-1.5,2.6-0.4V0z M2.5,1.2C2.5,1.2,2.5,1.2,2.5,1.2C2.5,1.2,2.5,1.2,2.5,1.2z M2.7,1.4c0.1,0,0.1,0.1,0.1,0.1C2.8,1.4,2.8,1.4,2.7,1.4z"})),drops:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 283.5 27.8",preserveAspectRatio:"xMidYMax slice"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M0 0v1.4c.6.7 1.1 1.4 1.4 2 2 3.8 2.2 6.6 1.8 10.8-.3 3.3-2.4 9.4 0 12.3 1.7 2 3.7 1.4 4.6-.9 1.4-3.8-.7-8.2-.6-12 .1-3.7 3.2-5.5 6.9-4.9 4 .6 4.8 4 4.9 7.4.1 1.8-1.1 7 0 8.5.6.8 1.6 1.2 2.4.5 1.4-1.1.1-5.4.1-6.9.1-3.7.3-8.6 4.1-10.5 5-2.5 6.2 1.6 5.4 5.6-.4 1.7-1 9.2 2.9 6.3 1.5-1.1.7-3.5.5-4.9-.4-2.4-.4-4.3 1-6.5.9-1.4 2.4-3.1 4.2-3 2.4.1 2.7 2.2 4 3.7 1.5 1.8 1.8 2.2 3 .1 1.1-1.9 1.2-2.8 3.6-3.3 1.3-.3 4.8-1.4 5.9-.5 1.5 1.1.6 2.8.4 4.3-.2 1.1-.6 4 1.8 3.4 1.7-.4-.3-4.1.6-5.6 1.3-2.2 5.8-1.4 7 .5 1.3 2.1.5 5.8.1 8.1s-1.2 5-.6 7.4c1.3 5.1 4.4.9 4.3-2.4-.1-4.4-2-8.8-.5-13 .9-2.4 4.6-6.6 7.7-4.5 2.7 1.8.5 7.8.2 10.3-.2 1.7-.8 4.6.2 6.2.9 1.4 2 1.5 2.6-.3.5-1.5-.9-4.5-1-6.1-.2-1.7-.4-3.7.2-5.4 1.8-5.6 3.5 2.4 6.3.6 1.4-.9 4.3-9.4 6.1-3.1.6 2.2-1.3 7.8.7 8.9 4.2 2.3 1.5-7.1 2.2-8 3.1-4 4.7 3.8 6.1 4.1 3.1.7 2.8-7.9 8.1-4.5 1.7 1.1 2.9 3.3 3.2 5.2.4 2.2-1 4.5-.6 6.6 1 4.3 4.4 1.5 4.4-1.7 0-2.7-3-8.3 1.4-9.1 4.4-.9 7.3 3.5 7.8 6.9.3 2-1.5 10.9 1.3 11.3 4.1.6-3.2-15.7 4.8-15.8 4.7-.1 2.8 4.1 3.9 6.6 1 2.4 2.1 1 2.3-.8.3-1.9-.9-3.2 1.3-4.3 5.9-2.9 5.9 5.4 5.5 8.5-.3 2-1.7 8.4 2 8.1 6.9-.5-2.8-16.9 4.8-18.7 4.7-1.2 6.1 3.6 6.3 7.1.1 1.7-1.2 8.1.6 9.1 3.5 2 1.9-7 2-8.4.2-4 1.2-9.6 6.4-9.8 4.7-.2 3.2 4.6 2.7 7.5-.4 2.2 1.3 8.6 3.8 4.4 1.1-1.9-.3-4.1-.3-6 0-1.7.4-3.2 1.3-4.6 1-1.6 2.9-3.5 5.1-2.9 2.5.6 2.3 4.1 4.1 4.9 1.9.8 1.6-.9 2.3-2.1 1.2-2.1 2.1-2.1 4.4-2.4 1.4-.2 3.6-1.5 4.9-.5 2.3 1.7-.7 4.4.1 6.5.6 1.5 2.1 1.7 2.8.3.7-1.4-1.1-3.4-.3-4.8 1.4-2.5 6.2-1.2 7.2 1 2.3 4.8-3.3 12-.2 16.3 3 4.1 3.9-2.8 3.8-4.8-.4-4.3-2.1-8.9 0-13.1 1.3-2.5 5.9-5.7 7.9-2.4 2 3.2-1.3 9.8-.8 13.4.5 4.4 3.5 3.3 2.7-.8-.4-1.9-2.4-10 .6-11.1 3.7-1.4 2.8 7.2 6.5.4 2.2-4.1 4.9-3.1 5.2 1.2.1 1.5-.6 3.1-.4 4.6.2 1.9 1.8 3.7 3.3 1.3 1-1.6-2.6-10.4 2.9-7.3 2.6 1.5 1.6 6.5 4.8 2.7 1.3-1.5 1.7-3.6 4-3.7 2.2-.1 4 2.3 4.8 4.1 1.3 2.9-1.5 8.4.9 10.3 4.2 3.3 3-5.5 2.7-6.9-.6-3.9 1-7.2 5.5-5 4.1 2.1 4.3 7.7 4.1 11.6 0 .8-.6 9.5 2.5 5.2 1.2-1.7-.1-7.7.1-9.6.3-2.9 1.2-5.5 4.3-6.2 4.5-1 7.7 1.5 7.4 5.8-.2 3.5-1.8 7.7-.5 11.1 1 2.7 3.6 2.8 5 .2 1.6-3.1 0-8.3-.4-11.6-.4-4.2-.2-7 1.8-10.8 0 0-.1.1-.1.2-.2.4-.3.7-.4.8v.1c-.1.2-.1.2 0 0v-.1l.4-.8c0-.1.1-.1.1-.2.2-.4.5-.8.8-1.2V0H0zM282.7 3.4z"})),clouds:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 283.5 27.8",preserveAspectRatio:"xMidYMax slice"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M0 0v6.7c1.9-.8 4.7-1.4 8.5-1 9.5 1.1 11.1 6 11.1 6s2.1-.7 4.3-.2c2.1.5 2.8 2.6 2.8 2.6s.2-.5 1.4-.7c1.2-.2 1.7.2 1.7.2s0-2.1 1.9-2.8c1.9-.7 3.6.7 3.6.7s.7-2.9 3.1-4.1 4.7 0 4.7 0 1.2-.5 2.4 0 1.7 1.4 1.7 1.4h1.4c.7 0 1.2.7 1.2.7s.8-1.8 4-2.2c3.5-.4 5.3 2.4 6.2 4.4.4-.4 1-.7 1.8-.9 2.8-.7 4 .7 4 .7s1.7-5 11.1-6c9.5-1.1 12.3 3.9 12.3 3.9s1.2-4.8 5.7-5.7c4.5-.9 6.8 1.8 6.8 1.8s.6-.6 1.5-.9c.9-.2 1.9-.2 1.9-.2s5.2-6.4 12.6-3.3c7.3 3.1 4.7 9 4.7 9s1.9-.9 4 0 2.8 2.4 2.8 2.4 1.9-1.2 4.5-1.2 4.3 1.2 4.3 1.2.2-1 1.4-1.7 2.1-.7 2.1-.7-.5-3.1 2.1-5.5 5.7-1.4 5.7-1.4 1.5-2.3 4.2-1.1c2.7 1.2 1.7 5.2 1.7 5.2s.3-.1 1.3.5c.5.4.8.8.9 1.1.5-1.4 2.4-5.8 8.4-4 7.1 2.1 3.5 8.9 3.5 8.9s.8-.4 2 0 1.1 1.1 1.1 1.1 1.1-1.1 2.3-1.1 2.1.5 2.1.5 1.9-3.6 6.2-1.2 1.9 6.4 1.9 6.4 2.6-2.4 7.4 0c3.4 1.7 3.9 4.9 3.9 4.9s3.3-6.9 10.4-7.9 11.5 2.6 11.5 2.6.8 0 1.2.2c.4.2.9.9.9.9s4.4-3.1 8.3.2c1.9 1.7 1.5 5 1.5 5s.3-1.1 1.6-1.4c1.3-.3 2.3.2 2.3.2s-.1-1.2.5-1.9 1.9-.9 1.9-.9-4.7-9.3 4.4-13.4c5.6-2.5 9.2.9 9.2.9s5-6.2 15.9-6.2 16.1 8.1 16.1 8.1.7-.2 1.6-.4V0H0z"})),zigzag:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1800 5.8",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M5.4.4l5.4 5.3L16.5.4l5.4 5.3L27.5.4 33 5.7 38.6.4l5.5 5.4h.1L49.9.4l5.4 5.3L60.9.4l5.5 5.3L72 .4l5.5 5.3L83.1.4l5.4 5.3L94.1.4l5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3L161 .4l5.4 5.3L172 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3L261 .4l5.4 5.3L272 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3L361 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3L461 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1L550 .4l5.4 5.3L561 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L650 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2L750 .4l5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2L850 .4l5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.4h.2l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.7-5.4 5.4 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.5 5.4h.1l5.6-5.4 5.5 5.3 5.6-5.3 5.5 5.3 5.6-5.3 5.4 5.3 5.7-5.3 5.4 5.3 5.6-5.3 5.5 5.4V0H-.2v5.8z"})),pyramids:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M761.9,44.1L643.1,27.2L333.8,98L0,3.8V0l1000,0v3.9"})),triangle_asymmetrical:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M738,99l262-93V0H0v5.6L738,99z"})),tilt_opacity:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 2600 131.1",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M0 0L2600 0 2600 69.1 0 0z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",opacity:"0.5",d:"M0 0L2600 0 2600 69.1 0 69.1z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",opacity:"0.25",d:"M2600 0L0 0 0 130.1 2600 69.1z"})),fan_opacity:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 283.5 19.6",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",opacity:"0.33",d:"M0 0L0 18.8 141.8 4.1 283.5 18.8 283.5 0z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",opacity:"0.33",d:"M0 0L0 12.6 141.8 4 283.5 12.6 283.5 0z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",opacity:"0.33",d:"M0 0L0 6.4 141.8 4 283.5 6.4 283.5 0z"}),Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M0 0L0 1.2 141.8 4 283.5 1.2 283.5 0z"})),curve:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M1000,4.3V0H0v4.3C0.9,23.1,126.7,99.2,500,100S1000,22.7,1000,4.3z"})),curve_asymmetrical:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M0,0c0,0,0,6,0,6.7c0,18,240.2,93.6,615.2,92.6C989.8,98.5,1000,25,1000,6.7c0-0.7,0-6.7,0-6.7H0z"})),arrow:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 700 10",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M350,10L340,0h20L350,10z"})),arrow_split:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 20",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M0,0v3c0,0,393.8,0,483.4,0c9.2,0,16.6,7.4,16.6,16.6c0-9.1,7.4-16.6,16.6-16.6C606.2,3,1000,3,1000,3V0H0z"})),book:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 1000 100",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M194,99c186.7,0.7,305-78.3,306-97.2c1,18.9,119.3,97.9,306,97.2c114.3-0.3,194,0.3,194,0.3s0-91.7,0-100c0,0,0,0,0-0 L0,0v99.3C0,99.3,79.7,98.7,194,99z"})),curve_reverse:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 937.5 120",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M937,129.8V-0.1H0v129.9C0,62.6,209.6,8.2,468.4,8.2S936.9,62.6,937,129.8z"})),curve_asym_reverse:Object(i.createElement)("svg",{xmlns:"https://www.w3.org/2000/svg",viewBox:"0 0 937.5 120",preserveAspectRatio:"none"},Object(i.createElement)("path",{className:"uagb-columns__shape-fill",d:"M937.5,124.3V0H0v124.3C0,100.8,227.4,2.9,578.9,4.1C926.9,0.3,937.5,100.4,937.5,124.3z"}))};t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,'.uagb-container-variation-picker .uagb-variation-close {\n font-size: 35px;\n background: none;\n color: #d5dadf;\n cursor: pointer;\n border: none;\n box-shadow: none;\n display: flex;\n align-self: flex-end;\n position: absolute;\n top: 3px;\n z-index: 999999;\n outline: none; }\n\n.uagb-container-variation-picker .components-button,\n.uagb-container-variation-picker .components-button.is-secondary,\n.uagb-container-variation-picker .components-button.is-tertiary,\n.uagb-container-variation-picker .components-button:hover:not(:disabled) {\n box-shadow: none;\n outline: none;\n color: #d5dadf; }\n .uagb-container-variation-picker .components-button svg,\n .uagb-container-variation-picker .components-button.is-secondary svg,\n .uagb-container-variation-picker .components-button.is-tertiary svg,\n .uagb-container-variation-picker .components-button:hover:not(:disabled) svg {\n width: 100px;\n height: 50px;\n color: #d5dadf; }\n\n.uagb-container-variation-picker .components-button:hover:not(:disabled) svg {\n color: #bcc0c4; }\n\n.uagb-container-variation-picker .block-editor-block-variation-picker__skip .components-button {\n color: #0073aa; }\n\n.uagb-container-variation-picker .components-placeholder {\n align-items: center;\n border: 1px dashed #d5dadf;\n box-shadow: none; }\n .uagb-container-variation-picker .components-placeholder.components-placeholder {\n align-items: center; }\n .uagb-container-variation-picker .components-placeholder.is-large .components-placeholder__label,\n .uagb-container-variation-picker .components-placeholder .components-placeholder__label {\n font-size: 18px;\n font-weight: 400;\n margin-bottom: 0;\n color: #556068; }\n\n.uagb-container-variation-picker .block-editor-block-variation-picker__variation::before {\n padding-bottom: 0; }\n\n.uagb-container-variation-picker .components-placeholder__fieldset {\n align-items: center; }\n\n.uagb-container-variation-picker .block-editor-block-variation-picker__variations {\n width: 70%;\n justify-content: center; }\n .uagb-container-variation-picker .block-editor-block-variation-picker__variations > li {\n margin: 8px 30px 0 0;\n flex-basis: content;\n width: 80px; }\n\n.uagb-editor-preview-mode-tablet .components-button.is-secondary:hover:not(:disabled),\n.uagb-editor-preview-mode-mobile .components-button.is-secondary:hover:not(:disabled) {\n box-shadow: none;\n outline: none;\n color: #d5dadf; }\n\n.uagb-editor-preview-mode-tablet .components-placeholder__fieldset,\n.uagb-editor-preview-mode-mobile .components-placeholder__fieldset {\n max-width: 100% !important; }\n .uagb-editor-preview-mode-tablet .components-placeholder__fieldset .block-editor-block-variation-picker__variations,\n .uagb-editor-preview-mode-mobile .components-placeholder__fieldset .block-editor-block-variation-picker__variations {\n justify-content: center !important; }\n\n#customize-theme-controls .uagb-container-variation-picker .block-editor-block-variation-picker__variations {\n width: 300px; }\n\n#customize-theme-controls .uagb-container-variation-picker .uagb-variation-close {\n right: 0;\n top: -8px; }\n\n#customize-theme-controls .uagb-container-variation-picker .components-placeholder__label .dashicon {\n display: none; }\n\n@media only screen and (min-width: 1024px) {\n .is-root-container {\n margin-left: 10px;\n margin-right: 10px; } }\n\n.wp-block-uagb-container::before {\n content: "";\n position: absolute;\n border: 1px dashed #d5dadf;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0; }\n\n.uagb-container-has-children.wp-block-uagb-container::before {\n border: 0; }\n\n.is-root-container > .uagb-container-has-children.wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks > .wp-block,\n.is-root-container > .uagb-container-has-children.wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {\n margin: 0;\n padding: 0;\n width: 100%; }\n\n.wp-block-uagb-container {\n display: flex; }\n .wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks,\n .wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout,\n .wp-block-uagb-container > .block-editor-inner-blocks,\n .wp-block-uagb-container > .block-editor-inner-blocks > .block-editor-block-list__layout {\n display: flex;\n width: 100%;\n height: 100%; }\n .wp-block-uagb-container > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {\n margin: 0;\n padding: 0;\n width: 100%; }\n .wp-block-uagb-container .block-editor-block-list__layout .block-list-appender.wp-block {\n width: auto; }\n .wp-block-uagb-container .block-editor-block-list__layout .block-list-appender.wp-block button {\n color: #a0a7ac;\n font-size: 62px;\n border: none;\n box-shadow: none; }\n .wp-block-uagb-container .block-editor-block-list__layout .block-list-appender.wp-block button svg {\n width: 36px;\n height: 36px; }\n\n.block-editor-block-list__empty-block-inserter .block-editor-inserter {\n right: -35px; }\n\n.uag-container-block-inserter .components-button {\n color: #1e1e1e; }\n\n.wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks {\n z-index: 2; }\n\n.wp-block-uagb-container > .uagb-container-inner-blocks-wrap {\n width: 100%; }\n',""]),t.a=o},function(e,t){e.exports=window.wp.richText},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,"/* stylelint-disable color-hex-case, color-hex-length */\n.uagb-select-control--layout-inline .components-select-control {\n align-items: center;\n display: grid;\n grid-template-columns: 50% 50%;\n margin-bottom: 25px;\n color: #50575E; }\n\n.uagb-select-control--layout-inline .uagb-control__header,\n.uagb-select-control--layout-inline .uag-control-label,\n.uagb-select-control--layout-inline .components-select-control label.components-input-control__label {\n margin-bottom: 0; }\n\n.uagb-select-control--layout-inline:last-child .components-select-control {\n margin-bottom: 0; }\n",""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,'.uag-range-control .uagb-range-control__mobile-controls {\n display: flex;\n width: 100%;\n align-items: center; }\n .uag-range-control .uagb-range-control__mobile-controls .components-base-control.components-range-control {\n -webkit-tap-highlight-color: transparent;\n box-sizing: border-box;\n align-items: flex-start;\n -webkit-box-pack: start;\n justify-content: flex-start;\n margin-right: 20px;\n position: relative;\n width: 100%;\n margin-bottom: 0;\n max-height: 30px; }\n .uag-range-control .uagb-range-control__mobile-controls .components-base-control.components-range-control .components-range-control__tooltip {\n left: 45%; }\n .uag-range-control .uagb-range-control__mobile-controls .components-input-control__container {\n flex: 0 0 0%;\n width: 100%; }\n .uag-range-control .uagb-range-control__mobile-controls .components-number-control {\n width: 35%;\n margin-left: 10px; }\n .uag-range-control .uagb-range-control__mobile-controls .components-number-control .components-input-control__input {\n padding: 0 1px 0 8px !important;\n text-align: left;\n font-size: 14px; }\n\n/*.components-panel__body {\n\t.components-font-size-picker__controls {\n\t\talign-items: center;\n\t\tdisplay: flex;\n\t\tjustify-content: space-between;\n\t\tmargin-bottom: 0;\n\t\tmax-width: 248px;\n\t}\n\t.components-font-size-picker__select {\n\t\tmargin-bottom: 0 !important;\n\t\twidth: 115px;\n\t}\n\t.components-font-size-picker__select .components-base-control__field {\n\t\tmargin-bottom: 0;\n\t}\n\t.components-font-size-picker__select .components-base-control__field {\n\t\tmargin-bottom: 0;\n\t}\n\t.components-font-size-picker__select .components-base-control__label {\n\t\tdisplay: none;\n\t\tmargin-bottom: 5px;\n\t\tvisibility: hidden;\n\t}\n\tinput[type="number"].uagb-range-control__number {\n\t\tborder-left: 1px solid #d5dadf;\n\t\t-webkit-border-radius: 3px 0 0 3px;\n\t\tborder-right: 1px solid #d5dadf;\n\t\tborder-color: #d5dadf;\n\t}\n}*/\n/*.components-panel__body {\n\t.uagb-range-control__mobile-controls-item {\n\t\tbox-shadow: unset !important;\n\t\tborder-radius: unset;\n\t\t&.uagb-range-control__mobile-controls-item--padding.components-button.is-secondary:active:not(:disabled),\n\t\t.uagb-range-control__mobile-controls-item.uagb-range-control__mobile-controls-item--padding.components-button.is-tertiary:active:not(:disabled) {\n\t\t\tbackground: #fff;\n\t\t\tcolor: black;\n\t\t}\n\t}\n}*/\n',""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,"/* Reset Gutenberg Css */\n/* stylelint-disable color-hex-case, color-hex-length */\n.spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select {\n display: flex;\n width: 100%;\n flex-direction: column; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select__wrapper {\n align-items: center;\n display: grid;\n grid-template-columns: 50% 50%;\n height: 30px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select__wrapper label {\n margin-bottom: 0; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__input input {\n box-shadow: none;\n border: none;\n min-height: 30px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__control {\n cursor: pointer; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__control:hover {\n border: 1px solid #E6E7E9; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__menu {\n z-index: 99999; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__indicators {\n height: 30px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__dropdown-indicator {\n padding-left: 6px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__dropdown-indicator svg {\n fill: #50575E;\n height: 14px;\n width: 14px; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__dropdown-indicator:hover {\n color: #50575E; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__value-container {\n top: 0; }\n .spectra-control-popup__options .spectra-control-popup .uag-font-family-searchable-select .uag-font-family-select__value-container > div {\n margin: 0;\n padding: 0; }\n",""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,'/* stylelint-disable color-hex-case, color-hex-length */\n.uagb-advanced-color-settings-container {\n display: flex;\n align-items: center; }\n .uagb-advanced-color-settings-container .uagb-beside-color-click {\n display: flex;\n align-items: center; }\n .uagb-advanced-color-settings-container .uagb-color-icon-indicate {\n height: auto;\n position: relative;\n transform: scale(1);\n transition: transform 0.1s ease;\n border-radius: 50%;\n padding: 0; }\n .uagb-advanced-color-settings-container .uagb-has-alpha {\n background-image: linear-gradient(45deg, #ddd 25%, transparent 0), linear-gradient(-45deg, #ddd 25%, transparent 0), linear-gradient(45deg, transparent 75%, #ddd 0), linear-gradient(-45deg, transparent 75%, #ddd 0);\n background-size: 10px 10px;\n background-position: 0 0, 0 5px, 5px -5px, -5px 0; }\n .uagb-advanced-color-settings-container .uagb-beside-color-label {\n flex-grow: 1;\n margin: 0; }\n .uagb-advanced-color-settings-container .uagb-color-icon-indicate\n.component-color-indicator.uagb-advanced-color-indicate {\n width: 28px;\n height: 28px;\n border-radius: 50%;\n margin: 0; }\n .uagb-advanced-color-settings-container .uagb-advanced-color-indicate.uag-global-indicator::before {\n content: "\\f11f";\n font-family: dashicons;\n position: absolute;\n font-size: 16px;\n top: 6px;\n left: 7px; }\n .uagb-advanced-color-settings-container .uag-global-icon-black::before {\n color: #000; }\n .uagb-advanced-color-settings-container .uag-global-icon-white::before {\n color: #fff; }\n\n.uagb-popover-color .components-popover__content {\n overflow-x: hidden;\n overflow-y: auto; }\n\n.uagb-popover-color .components-circular-option-picker {\n padding: 2px 0 10px 5px; }\n .uagb-popover-color .components-circular-option-picker .components-circular-option-picker__swatches {\n margin-right: 0;\n text-align: left;\n padding-left: 10px; }\n\n.uagb-popover-color .uagb-clear-btn-inside-picker {\n margin: 5px 20px 20px 15px;\n padding: 0 8px;\n border: 1px solid #ccc;\n box-shadow: none; }\n',""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,"/* Normal & Hover Tabs CSS*/\n/* stylelint-disable color-hex-case, color-hex-length */\n.uag-control-tabs {\n margin: 0 -16px;\n padding: 0 16px; }\n .uag-control-tabs.uag-control-tabs-three-tabs .components-tab-panel__tabs > .components-button {\n width: 31.3%; }\n .uag-control-tabs > .components-tab-panel__tabs {\n justify-content: space-between;\n margin: 0 -16px 25px;\n padding: 0 16px;\n border-bottom: 1px solid #E6E7E9; }\n .uag-control-tabs > .components-tab-panel__tabs > .components-button {\n width: 47%;\n text-align: center;\n justify-content: center;\n border: 1px solid #E6E7E9;\n border-radius: 3px 3px 0 0;\n color: #50575E;\n background-color: #F0F0F1;\n max-height: 30px;\n font-size: 13px;\n border-bottom: 0;\n margin-bottom: -1px; }\n .uag-control-tabs > .components-tab-panel__tabs > .components-button.active-tab {\n color: #007CBA;\n background: #FFFFFF; }\n .uag-control-tabs > .components-tab-panel__tabs > .components-button:focus:not(:disabled) {\n box-shadow: none; }\n .uag-control-tabs .components-base-control {\n margin-bottom: 25px; }\n .uag-control-tabs .components-base-control .components-base-control,\n .uag-control-tabs .components-base-control .components-base-control__field {\n padding-top: 0;\n margin-bottom: 0; }\n .uag-control-tabs .components-base-control:last-child {\n margin-bottom: 0; }\n",""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,"/* stylelint-disable color-hex-case, color-hex-length */\n.spectra-separator {\n width: 100%;\n height: 1px;\n margin: 25px 0;\n background-color: #E6E7E9; }\n\n.uagb-inspector-tab .components-panel__body .spectra-separator {\n width: auto;\n margin: 25px -16px; }\n",""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,'/* stylelint-disable color-hex-case, color-hex-length */\n.uagb-spacing-control {\n position: relative;\n display: inline-block; }\n .uagb-spacing-control .components-base-control__label {\n margin-bottom: 5px; }\n .uagb-spacing-control .components-base-control__help {\n margin-top: -8px; }\n .uagb-spacing-control input[type="number"].uagb-spacing-control__number,\n .uagb-spacing-control .uagb-spacing-control__link {\n border-left: 1px solid;\n border-right: 1px solid;\n border-color: #E6E7E9;\n color: #50575E;\n border-radius: 0;\n box-shadow: none !important;\n height: 30px;\n margin: 0 -1px 0 0;\n padding-right: 1px;\n width: 25%; }\n .uagb-spacing-control input[type="number"].uagb-spacing-control__number:focus {\n z-index: 1;\n outline-offset: -1px;\n outline: 1px solid #CCCCCC; }\n .uagb-spacing-control .uagb-spacing-control__link {\n border: 1px solid #959595;\n background-color: #959595;\n color: #FFFFFF;\n justify-content: center;\n display: flex;\n align-items: center;\n padding: 2px 0;\n font-size: 12px;\n line-height: 28px;\n cursor: pointer;\n transition: none; }\n .uagb-spacing-control .uagb-spacing-control__link.uagb-spacing-control-disconnected {\n border-color: #E6E7E9;\n background-color: #FFFFFF;\n color: #959595; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls button[type="button"] > span {\n cursor: pointer;\n width: 15px;\n height: 15px;\n font-size: 15px; }\n .uagb-spacing-control .uagb-spacing-control__inputs > :first-child.uagb-spacing-control__number {\n -webkit-border-radius: 3px 0 0 3px;\n -moz-border-radius: 3px 0 0 3px;\n border-radius: 3px 0 0 3px; }\n .uagb-spacing-control .uagb-spacing-control__inputs > :last-child {\n -webkit-border-radius: 0 3px 3px 0;\n -moz-border-radius: 0 3px 3px 0;\n border-radius: 0 3px 3px 0; }\n .uagb-spacing-control .uagb-control__actions .components-tab-panel__tabs {\n padding-right: 4px;\n margin-right: 0; }\n .uagb-spacing-control .uagb-spacing-control__inputs {\n display: flex; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item {\n border: 0;\n display: none;\n font-size: 10px;\n height: 30px;\n justify-content: center;\n left: 50px;\n line-height: 12px;\n padding: 0;\n position: absolute;\n text-align: center;\n text-shadow: none;\n top: -5px;\n width: 26px;\n z-index: 1;\n box-shadow: unset;\n border-radius: unset;\n color: unset; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.is-active {\n display: block; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item:focus:enabled {\n box-shadow: inset 0 0 0 1px #fff; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item:focus:enabled svg {\n fill: #fff; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item svg {\n position: relative; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.uagb-spacing-control__mobile-controls-item--spacing.components-button.is-secondary:active:not(:disabled), .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.uagb-spacing-control__mobile-controls-item--spacing.components-button.is-tertiary:active:not(:disabled) {\n background: #fff;\n color: #50575E; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.components-button.is-secondary:hover:not(:disabled), .uagb-spacing-control .uagb-spacing-control__mobile-controls-item.components-button.is-tertiary:hover:not(:disabled) {\n color: unset;\n background: unset;\n box-shadow: unset; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item--default svg {\n top: 3px; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item--desktop svg {\n top: 3px; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item--tablet svg {\n top: 3px; }\n .uagb-spacing-control .uagb-spacing-control__mobile-controls-item--mobile svg {\n top: 3px; }\n .uagb-spacing-control .uagb-spacing-control__input-labels {\n display: flex;\n margin-bottom: -3px; }\n .uagb-spacing-control .uagb-spacing-control__input-labels span {\n text-align: center;\n width: 20%; }\n .uagb-spacing-control .uagb-spacing-control__input-labels .uagb-spacing-control__link-label {\n width: 10%; }\n .uagb-spacing-control .uagb-control__label {\n margin-bottom: 0;\n width: 50%; }\n .uagb-spacing-control .uagb-spacing-control__number-label {\n color: #CCCCCC;\n display: block;\n font-size: 10px;\n margin-top: 5px; }\n\n/*.components-panel .block-editor-block-inspector .uagb-inspector-tab .uagb-spacing-control.components-base-control:last-child{\n\tmargin-bottom: 15px;\n}*/\n',""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,'.components-panel[data-uagb-tab] {\n z-index: 99; }\n .components-panel[data-uagb-tab]:not([data-uagb-tab="advance"]) .components-panel__body.block-editor-block-inspector__advanced,\n .components-panel[data-uagb-tab]:not([data-uagb-tab="advance"]) .components-panel__body.editor-block-inspector__advanced.block-editor-block-inspector__advanced,\n .components-panel[data-uagb-tab]:not([data-uagb-tab="advance"]) .block-editor-block-inspector > div > .components-panel__body {\n display: none; }\n .components-panel[data-uagb-tab] .block-editor-block-card {\n padding-bottom: 25px;\n position: relative;\n z-index: 1;\n overflow: hidden; }\n .components-panel[data-uagb-tab] .block-editor-block-card::before {\n content: "";\n position: absolute;\n top: 0;\n left: -16px;\n right: -16px;\n bottom: 0;\n background: #fff;\n z-index: -1; }\n .components-panel[data-uagb-tab] .components-panel__body.edit-post-settings-sidebar__panel-block .block-editor-block-card {\n overflow: unset; }\n .components-panel[data-uagb-tab] .components-panel__body.edit-post-settings-sidebar__panel-block .block-editor-block-card::before {\n top: -16px; }\n\n.components-panel[data-uagb-tab="advance"] .block-editor-block-inspector__advanced {\n border-color: transparent; }\n\n.uagb-inspector-tabs {\n display: flex;\n position: relative;\n background: #fff;\n z-index: 9; }\n .uagb-inspector-tabs::after {\n content: "";\n position: absolute;\n left: 0;\n bottom: 0;\n top: 50%;\n right: 0;\n z-index: 0;\n background: #fff;\n pointer-events: none; }\n .uagb-inspector-tabs button {\n flex-grow: 1;\n flex-basis: 0;\n display: inline-flex;\n flex-direction: column;\n height: 65px;\n align-items: center;\n justify-content: center;\n border: none;\n position: relative;\n border-radius: 10px;\n background: #fff;\n cursor: pointer; }\n .uagb-inspector-tabs button::after, .uagb-inspector-tabs button::before {\n z-index: 1;\n content: "";\n position: absolute;\n top: 0;\n left: -0.5px;\n right: -0.5px;\n bottom: 50%;\n border: 1px solid transparent;\n border-bottom: none;\n pointer-events: none; }\n .uagb-inspector-tabs button::after {\n top: 50%;\n bottom: 0;\n border-color: #d6d9dd;\n border-bottom: 1px solid #d6d9dd;\n border-top: none; }\n .uagb-inspector-tabs button:not(.uagb-active)::after {\n background: #fff; }\n .uagb-inspector-tabs button.uagb-active {\n background: #fff;\n border-bottom-left-radius: 0;\n border-bottom-right-radius: 0; }\n .uagb-inspector-tabs button.uagb-active::before {\n border-color: #d6d9dd;\n border-top-color: #0085ba;\n border-top-width: 4px; }\n .uagb-inspector-tabs button.uagb-active::after {\n border-color: transparent; }\n .uagb-inspector-tabs button.uagb-active + button {\n border-bottom-right-radius: 0;\n border-bottom-left-radius: 10px; }\n .uagb-inspector-tabs button.uagb-active + button::after {\n border-bottom-right-radius: 0;\n border-right-color: transparent; }\n .uagb-inspector-tabs button.uagb-active + button + button {\n border-bottom-left-radius: 0; }\n .uagb-inspector-tabs button.uagb-active + button + button::after {\n border-bottom-left-radius: 0;\n border-left-color: transparent; }\n .uagb-inspector-tabs button:first-child {\n border-bottom-left-radius: 0; }\n .uagb-inspector-tabs button:first-child::after {\n border-bottom-left-radius: 0;\n border-left-color: transparent; }\n .uagb-inspector-tabs button:first-child.uagb-active::after {\n border-left-color: #d6d9dd; }\n .uagb-inspector-tabs button:first-child::before, .uagb-inspector-tabs button:first-child::after {\n left: -1px; }\n .uagb-inspector-tabs button:last-child {\n border-bottom-right-radius: 0; }\n .uagb-inspector-tabs button:last-child::after {\n border-bottom-right-radius: 0;\n border-right-color: transparent; }\n .uagb-inspector-tabs button:last-child.uagb-active::after {\n border-right-color: #d6d9dd; }\n .uagb-inspector-tabs button:last-child::before, .uagb-inspector-tabs button:last-child::after {\n right: 0; }\n .uagb-inspector-tabs button:focus {\n outline: none; }\n .uagb-inspector-tabs button h5 {\n margin: 6px 0 0;\n font-size: 13px;\n font-weight: 400;\n line-height: 1.2; }\n .uagb-inspector-tabs button h5,\n .uagb-inspector-tabs button svg {\n z-index: 2;\n fill: #585858; }\n .uagb-inspector-tabs button.uagb-active h5 {\n color: #0085ba; }\n .uagb-inspector-tabs button:focus path,\n .uagb-inspector-tabs button.uagb-active path {\n fill: #0085ba; }\n .uagb-inspector-tabs.advance.uagb-inspector-tabs-count-3 button:first-child {\n border-bottom-right-radius: 0; }\n .uagb-inspector-tabs.advance.uagb-inspector-tabs-count-3 button:first-child::after {\n border-bottom-right-radius: 0;\n border-right-color: transparent; }\n .uagb-inspector-tabs.advance.uagb-inspector-tabs-count-3 button:first-child + button {\n border-bottom-left-radius: 0; }\n .uagb-inspector-tabs.advance.uagb-inspector-tabs-count-3 button:first-child + button::after {\n border-bottom-left-radius: 0;\n border-left-color: transparent; }\n\n.components-panel .components-panel__body .uagb-inspector-tabs-container {\n position: static !important;\n margin-left: -16px;\n margin-right: -16px;\n border-top: 0 !important;\n top: 0 !important; }\n\n.uagb-inspector-tabs-container {\n position: sticky;\n top: -3px;\n z-index: 9;\n border-top: calc(0.1em + 1px) solid #f2f4f5; }\n\n.uagb-inspector-tab .components-panel__body:first-child,\n.edit-post-settings-sidebar__panel-block .uagb-inspector-tab .components-panel__body:first-child {\n margin-top: 0;\n border-top: none !important; }\n',""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,'/* Multi Button Gap */\n/* stylelint-disable color-hex-case, color-hex-length */\n.uagb-multi-button-button-group {\n display: flex;\n width: 100%; }\n .uagb-multi-button-button-group .uagb-multi-button {\n width: 100%;\n justify-content: center;\n height: unset;\n padding: 6px;\n line-height: 16px;\n min-height: 30px; }\n .uagb-multi-button-button-group .uagb-multi-button:first-child {\n -webkit-border-radius: 3px 0 0 3px;\n -moz-border-radius: 3px 0 0 3px;\n border-radius: 3px 0 0 3px; }\n .uagb-multi-button-button-group .uagb-multi-button:last-child {\n -webkit-border-radius: 0 3px 3px 0;\n -moz-border-radius: 0 3px 3px 0;\n border-radius: 0 3px 3px 0; }\n .uagb-multi-button-button-group button.uagb-multi-button.is-secondary {\n color: #50575E;\n box-shadow: inset 0 0 0 1px #E6E7E9; }\n .uagb-multi-button-button-group .uagb-multi-button.is-secondary:hover:not(:disabled),\n .uagb-multi-button-button-group .uagb-multi-button-grou[aria-label="Gap"]\n.uagb-multi-button.is-tertiary:hover:not(:disabled) {\n color: #1D2327;\n box-shadow: inset 0 0 0 1px #E6E7E9; }\n .uagb-multi-button-button-group .uagb-multi-button.is-secondary,\n .uagb-multi-button-button-group .uagb-multi-button.is-tertiary {\n color: #50575E; }\n .uagb-multi-button-button-group .uagb-multi-button.is-secondary:active:not(:disabled),\n .uagb-multi-button-button-group .uagb-multi-button-grou[aria-label="Gap"]\n.uagb-multi-button.is-tertiary:active:not(:disabled) {\n background: #FFFFFF;\n box-shadow: inset 0 0 0 1px #E6E7E9; }\n .uagb-multi-button-button-group button.uagb-multi-button {\n font-size: 13px;\n font-weight: 400; }\n .uagb-multi-button-button-group svg {\n width: 18px;\n fill: #50575E; }\n .uagb-multi-button-button-group svg path {\n fill: inherit; }\n\n.uagb-multi-buttons-control.uag-multibutton-icons .uagb-multi-button {\n padding: 3px; }\n\n.spectra-multi-buttons__color-scheme--primary button.uagb-multi-button.is-primary.is-primary {\n color: #007CBA;\n background-color: #DCF2FF;\n border-color: #CDE9F9;\n box-shadow: inset 0 0 0 1px #CDE9F9; }\n .spectra-multi-buttons__color-scheme--primary button.uagb-multi-button.is-primary.is-primary svg {\n fill: #007CBA; }\n\n.spectra-multi-buttons__color-scheme--secondary button.uagb-multi-button.is-primary.is-primary {\n color: #FFFFFF;\n background-color: #959595;\n border-color: #959595;\n box-shadow: inset 0 0 0 1px #959595; }\n .spectra-multi-buttons__color-scheme--secondary button.uagb-multi-button.is-primary.is-primary svg {\n fill: #FFFFFF; }\n\n.spectra-multi-buttons__layout--inline {\n align-items: center;\n display: grid;\n grid-template-columns: 50% 50%; }\n .spectra-multi-buttons__layout--inline .uagb-control__header,\n .spectra-multi-buttons__layout--inline .uag-control-label {\n margin-bottom: 0; }\n',""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,".uagb-presets-radio-image-wrap {\n display: grid;\n grid-column-gap: 16px;\n grid-template-columns: repeat(2, 1fr);\n grid-row-gap: 14px; }\n .uagb-presets-radio-image-wrap .uag-presets-radio-input {\n display: none; }\n .uagb-presets-radio-image-wrap .uag-presets-radio-input-label {\n position: relative;\n display: inline-block; }\n .uagb-presets-radio-image-wrap svg {\n width: 100%;\n height: auto;\n border-radius: 3px;\n fill: #898e95;\n border: 1px solid #dadada;\n color: #898e95;\n background-color: #f0f0f1;\n transition: background 0.08s ease, box-shadow 0.08s ease; }\n .uagb-presets-radio-image-wrap .uag-presets-radio-input:checked + .uag-presets-radio-input-label svg {\n background-color: #007cba;\n border: 1px solid #00608f; }\n .uagb-presets-radio-image-wrap .uag-presets-radio-image-clickable {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n right: 0;\n width: 100%;\n height: 100%; }\n\n.uagb-inspector-tab .components-panel__body .uag-presets-label {\n line-height: 2.4; }\n\n.uagb-presets-label-reset-wrap {\n display: flex;\n justify-content: space-between; }\n\n.uagb-presets-main-wrap.border-none svg {\n border: none; }\n",""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,"/* stylelint-disable color-hex-case, color-hex-length */\n.uag-number-control .uagb-number-control__mobile-controls {\n align-items: center;\n display: grid;\n grid-template-columns: 75% 25%;\n color: #50575E; }\n .uag-number-control .uagb-number-control__mobile-controls .uag-control-label {\n margin-bottom: 0; }\n .uag-number-control .uagb-number-control__mobile-controls .components-number-control .components-input-control__input {\n padding: 0 4px !important;\n text-align: center; }\n .uag-number-control .uagb-number-control__mobile-controls .components-input-control__container {\n flex: 0 0 0%;\n width: 100%; }\n .uag-number-control .uagb-number-control__mobile-controls .components-number-control {\n display: grid;\n width: 88%;\n margin-left: 5px; }\n\n.uag-number-control .uagb-control__header {\n display: grid;\n grid-template-columns: 100%;\n justify-items: end;\n justify-content: end; }\n",""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,".uagb-post__title {\n margin-top: 15px;\n margin-bottom: 15px;\n word-break: break-word; }\n\n.uagb-post__title a {\n box-shadow: none;\n color: inherit;\n text-decoration: none;\n transition: 0.3s ease; }\n .uagb-post__title a:hover {\n text-decoration: none; }\n .uagb-post__title a:focus {\n text-decoration: none; }\n .uagb-post__title a:active {\n text-decoration: none; }\n\n.uagb-post__title a,\n.uagb-post__title a:focus,\n.uagb-post__title a:active {\n color: inherit;\n font-size: inherit; }\n\n.uagb-post__image-position-background .uagb-post__text {\n position: relative;\n z-index: 10;\n opacity: 1;\n overflow: hidden; }\n",""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,'.uagb-post__image-position-background .uagb-post__image img {\n position: absolute;\n top: 50%;\n left: 50%;\n width: auto;\n height: auto;\n max-width: none;\n min-width: 100%;\n min-height: 100%;\n transform: translate(-50%, -50%); }\n\n.uagb-post__image-position-background .uagb-post__image {\n position: absolute;\n background-position: center;\n background-repeat: no-repeat;\n background-size: cover;\n text-align: center;\n overflow: hidden;\n top: 0;\n left: 0;\n z-index: 2;\n width: 100%;\n height: 100%; }\n\n.uagb-post__image-position-background .uagb-post__image::before {\n position: absolute;\n top: 0;\n left: 0;\n z-index: 1;\n width: 100%;\n height: 100%;\n background-color: rgba(255, 255, 255, 0.5);\n content: ""; }\n\n.uagb-post__image img {\n display: block;\n width: 100%; }\n',""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,".uagb-post__cta {\n display: inline-block;\n margin-bottom: 15px;\n background: none;\n border-color: #3b3b3b;\n border-style: none;\n border-width: 1px;\n border-radius: 0;\n color: #fff; }\n",""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,'.uagb-post-grid-byline {\n text-transform: uppercase;\n font-size: 11px;\n letter-spacing: 1px; }\n .uagb-post-grid-byline .uagb-post__author,\n .uagb-post-grid-byline .uagb-post__date {\n display: inline-block;\n word-break: break-all; }\n .uagb-post-grid-byline .uagb-post__author:not(:last-child)::after,\n .uagb-post-grid-byline .uagb-post__date:not(:last-child)::after {\n vertical-align: middle;\n margin: 0 5px;\n line-height: 1;\n content: "\\B7"; }\n .uagb-post-grid-byline .uagb-post__author a {\n box-shadow: none; }\n .uagb-post-grid-byline .uagb-post__author a:hover {\n box-shadow: 0 -1px 0 inset;\n color: inherit; }\n .uagb-post-grid-byline .uagb-post__author span,\n .uagb-post-grid-byline .uagb-post__comment span,\n .uagb-post-grid-byline .uagb-post__taxonomy span,\n .uagb-post-grid-byline .uagb-post__date span {\n width: inherit;\n height: inherit;\n margin-right: 4px;\n font-size: inherit;\n line-height: inherit; }\n\n.uagb-post__taxonomy div {\n display: inline-block; }\n\n.uagb-post-grid-byline a,\n.uagb-post-grid-byline a:focus,\n.uagb-post-grid-byline a:active {\n color: inherit;\n font-size: inherit; }\n',""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,".edit-post-visual-editor .wp-block-gallery.uag-masonry {\n /* For Backword */\n /* End Backword */ }\n .edit-post-visual-editor .wp-block-gallery.uag-masonry ul.blocks-gallery-grid {\n column-count: 4;\n column-gap: 1em;\n display: block; }\n .edit-post-visual-editor .wp-block-gallery.uag-masonry ul.blocks-gallery-grid li.blocks-gallery-item {\n display: block;\n grid-template-rows: 1fr auto;\n margin: 0 0 1em 0;\n break-inside: avoid;\n width: unset; }\n .edit-post-visual-editor .wp-block-gallery.uag-masonry.blocks-gallery-grid {\n column-count: 3;\n column-gap: 1em;\n display: block; }\n .edit-post-visual-editor .wp-block-gallery.uag-masonry.blocks-gallery-grid figure.wp-block-image:not(#individual-image) {\n display: block;\n grid-template-rows: 1fr auto;\n margin: 0 0 1em 0;\n break-inside: avoid;\n width: unset; }\n\n.uag-copy-paste-styles-popover .components-menu-item__shortcut {\n white-space: nowrap; }\n\n.uag-copy-paste-styles-popover .components-menu-item__item {\n min-width: 100%;\n justify-content: space-around; }\n\n.uag-copy-paste-styles-popover .components-popover__content {\n border: 1px solid #1e1e1e;\n box-shadow: none; }\n\n.uag-copy-paste-styles-popover .components-button {\n padding: 10px;\n justify-content: center; }\n\n.uag-hide-desktop,\n.uagb-editor-preview-at-desktop.uag-hide-desktop,\n.uagb-editor-preview-at-tablet.uag-hide-tab,\n.uagb-editor-preview-at-mobile.uag-hide-mob {\n display: inherit;\n background: -o-repeating-linear-gradient(325deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.05) 1px, transparent 2px, transparent 9px);\n background: repeating-linear-gradient(125deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.05) 1px, transparent 2px, transparent 9px);\n border: 1px solid rgba(0, 0, 0, 0.02); }\n",""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,'/**\n * #.# Editor Styles\n *\n * CSS for just Backend enqueued after style.scss\n * which makes it higher in priority.\n */\n.uagb-columns__wrap::before {\n content: "";\n position: absolute;\n border: 1px dashed #03ddff;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 1; }\n\n.uagb-columns__edit-active.uagb-columns__wrap::before {\n border-color: #035cff; }\n\n.editor-bg-image-control .components-button,\n.editor-bg-video-control .components-button {\n vertical-align: middle; }\n\n.uagb-editor-preview-mode-tablet.uagb-columns__stack-tablet .block-editor-block-list__layout {\n flex-direction: column; }\n\n.uagb-editor-preview-mode-mobile.uagb-columns__stack-tablet .block-editor-block-list__layout {\n flex-direction: column; }\n\n.uagb-editor-preview-mode-mobile.uagb-columns__stack-mobile .block-editor-block-list__layout {\n flex-direction: column; }\n\n.editor-bg-image-control .components-button:last-child,\n.editor-bg-video-control .components-button:last-child {\n margin-left: 10px; }\n\n.uagb-columns__wrap > .block-editor-inner-blocks > .block-editor-block-list__layout {\n display: flex;\n flex-wrap: nowrap; }\n\n.uagb-columns__wrap > .block-editor-inner-blocks,\n.uagb-columns__wrap > .block-editor-block-list__layout {\n width: 100%;\n z-index: 2; }\n\n.uagb-columns__columns-1 .block-editor-block-list__block[data-type="uagb/column"] {\n width: 100%; }\n\n.uagb-columns__columns-2 .block-editor-block-list__block[data-type="uagb/column"] {\n width: 50%; }\n\n.uagb-columns__columns-3 .block-editor-block-list__block[data-type="uagb/column"] {\n width: 33.33%; }\n\n.uagb-columns__columns-4 .block-editor-block-list__block[data-type="uagb/column"] {\n width: 25%; }\n\n.uagb-columns__columns-5 .block-editor-block-list__block[data-type="uagb/column"] {\n width: 20%; }\n\n.uagb-columns__columns-6 .block-editor-block-list__block[data-type="uagb/column"] {\n width: 16.66%; }\n\n.wp-block-uagb-columns .block-editor-block-list__layout {\n margin-left: 0;\n margin-right: 0; }\n .wp-block-uagb-columns .block-editor-block-list__layout .editor-block-list__block {\n max-width: none !important; }\n\n.block-editor-block-list__block[data-type="uagb/columns"] {\n clear: both; }\n\n.block-editor-block-list__block[data-align="center"][data-type="uagb/columns"] {\n text-align: inherit; }\n\n.block-editor-block-list__block[data-type="uagb/column"] > .editor-block-contextual-toolbar {\n top: 38px;\n transform: translateY(-38px);\n margin-left: -29px;\n margin-right: -29px; }\n\n.block-editor-block-list__block[data-type="uagb/column"] > .editor-block-list__insertion-point {\n top: 0;\n margin-top: 0; }\n\n.block-editor-block-list__block[data-align="full"] .wp-block-uagb-columns > .block-editor-inner-blocks > .block-editor-block-list__layout:first-child {\n margin-left: 30px; }\n\n.block-editor-block-list__block[data-align="full"] .wp-block-uagb-columns > .block-editor-inner-blocks > .block-editor-block-list__layout:last-child {\n margin-right: 30px; }\n\n.wp-block-uagb-columns.uagb-columns__valign-center > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] {\n display: flex;\n flex-direction: column;\n justify-content: center; }\n\n.wp-block-uagb-columns.uagb-columns__valign-bottom > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] {\n display: flex;\n flex-direction: column;\n justify-content: flex-end; }\n\n.block-editor-block-list__layout .block-editor-block-list__block[data-type="uagb/column"] > .block-editor-block-list__block-edit {\n margin-left: 14px;\n margin-right: 14px; }\n .block-editor-block-list__layout .block-editor-block-list__block[data-type="uagb/column"] > .block-editor-block-list__block-edit > div:not(.editor-block-contextual-toolbar) {\n width: 100%; }\n .block-editor-block-list__layout .block-editor-block-list__block[data-type="uagb/column"] > .block-editor-block-list__block-edit > .editor-block-contextual-toolbar {\n position: absolute;\n top: 0;\n transform: translateY(-39px); }\n\n.wp-block-uagb-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] > .block-editor-block-list__block-edit::before {\n bottom: 0;\n top: 0; }\n\n.block-editor-block-list__block[data-align="full"] .wp-block-uagb-columns {\n padding-left: 15px;\n padding-right: 15px; }\n\n.wp-block-uagb-columns {\n position: relative;\n z-index: 10;\n margin: 0 auto;\n display: flex;\n flex-direction: column; }\n .wp-block-uagb-columns > .block-editor-inner-blocks > .block-editor-block-list__layout {\n display: flex;\n flex-wrap: nowrap;\n justify-content: space-between;\n margin-left: auto;\n margin-right: auto; }\n .wp-block-uagb-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] {\n display: flex;\n flex-direction: column;\n max-width: none;\n margin-top: 0;\n margin-bottom: 0; }\n .wp-block-uagb-columns > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] .block-editor-block-list__block-edit {\n flex-basis: 100%; }\n\n.wp-block-uagb-columns.uagb-columns__valign-center > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] > .block-editor-block-list__block-edit {\n align-items: center;\n display: flex; }\n\n.wp-block-uagb-columns.uagb-columns__valign-bottom > .block-editor-inner-blocks > .block-editor-block-list__layout > [data-type="uagb/column"] > .block-editor-block-list__block-edit {\n align-items: flex-end;\n display: flex; }\n\n.wp-block-uagb-column {\n width: 100%; }\n\n.block-editor-block-list__layout .block-editor-block-list__block[data-align="full"][data-type="uagb/columns"] {\n margin-left: 0;\n margin-right: 0; }\n\n.edit-post-visual-editor .editor-writing-flow .block-editor-block-list__layout .block-editor-block-list__block[data-type="uagb/column"] > .block-editor-block-list__block-edit {\n margin-left: 0;\n margin-right: 0; }\n\n.block-editor-block-list__layout .uagb-column__wrap {\n z-index: unset;\n overflow: visible; }\n\n.edit-post-visual-editor .uagb-editor-preview-mode-mobile .block-editor-block-list__block[data-type="uagb/column"] .block-editor-block-list__block-edit {\n padding-left: 0;\n padding-right: 0; }\n\n.uagb-editor-preview-mode-tablet.uagb-columns__reverse-tablet.uagb-columns__stack-none > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-mobile.uagb-columns__reverse-tablet.uagb-columns__stack-none > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-mobile.uagb-columns__reverse-mobile.uagb-columns__stack-none > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-tablet.uagb-columns__reverse-tablet.uagb-columns__stack-mobile > .block-editor-inner-blocks > .block-editor-block-list__layout {\n flex-direction: row-reverse; }\n\n.uagb-editor-preview-mode-mobile.uagb-columns__reverse-mobile.uagb-columns__stack-tablet > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-mobile.uagb-columns__reverse-tablet.uagb-columns__stack-tablet > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-mobile.uagb-columns__reverse-tablet.uagb-columns__stack-mobile > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-mobile.uagb-columns__reverse-mobile.uagb-columns__stack-mobile > .block-editor-inner-blocks > .block-editor-block-list__layout,\n.uagb-editor-preview-mode-tablet.uagb-columns__reverse-tablet.uagb-columns__stack-tablet > .block-editor-inner-blocks > .block-editor-block-list__layout {\n flex-direction: column-reverse; }\n\n/* for editor preview */\n.uagb-editor-preview-mode-mobile.uagb-columns__stack-mobile > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block[data-type="uagb/column"],\n.uagb-editor-preview-mode-tablet.uagb-columns__stack-tablet > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block[data-type="uagb/column"],\n.uagb-editor-preview-mode-mobile.uagb-columns__stack-tablet > .block-editor-inner-blocks > .block-editor-block-list__layout > .block-editor-block-list__block[data-type="uagb/column"] {\n width: 100% !important; }\n\n.block-editor-block-list__block[data-type="uagb/columns"] > .block-editor-block-list__block-edit::before {\n pointer-events: inherit; }\n\n.block-editor-block-list__block[data-type="uagb/columns"] > .editor-block-list__insertion-point {\n height: 16px; }\n .block-editor-block-list__block[data-type="uagb/columns"] > .editor-block-list__insertion-point .editor-block-list__insertion-point-inserter {\n height: 16px; }\n\n.uagb-columns-variation-picker .components-placeholder.is-medium .components-placeholder__fieldset .components-placeholder__instructions {\n display: inline-block; }\n\n.uagb-columns-variation-picker .components-placeholder__instructions {\n width: 100%;\n text-align: center; }\n\n.uagb-columns-variation-picker .components-button,\n.uagb-columns-variation-picker .components-button:hover:not(:disabled) {\n box-shadow: none;\n outline: none; }\n .uagb-columns-variation-picker .components-button svg,\n .uagb-columns-variation-picker .components-button:hover:not(:disabled) svg {\n width: 100px;\n height: 50px;\n color: #d5dadf; }\n\n.uagb-columns-variation-picker .components-button:hover:not(:disabled) {\n color: #9eaab5; }\n\n.uagb-columns-variation-picker .block-editor-block-variation-picker__skip .components-button {\n color: #0073aa; }\n\n.uagb-columns-variation-picker .components-placeholder {\n align-items: center; }\n .uagb-columns-variation-picker .components-placeholder .components-placeholder__label {\n font-size: 22px;\n font-weight: 500; }\n .uagb-columns-variation-picker .components-placeholder .components-placeholder__label .dashicon {\n display: none; }\n\n.uagb-columns-variation-picker .block-editor-block-variation-picker__variation::before {\n padding-bottom: 0; }\n\n.uagb-columns-variation-picker .components-placeholder__fieldset {\n align-items: center; }\n\n.uagb-columns-variation-picker .block-editor-block-variation-picker__variations {\n justify-content: center;\n width: 50%; }\n .uagb-columns-variation-picker .block-editor-block-variation-picker__variations > li {\n margin: 8px 30px 0 0;\n width: 80px; }\n\n@media screen and (max-width: 976px) {\n .uagb-columns-variation-picker .components-placeholder__fieldset {\n max-width: 100%; }\n .uagb-columns-variation-picker ul.block-editor-block-variation-picker__variations {\n justify-content: center;\n column-gap: 35px; } }\n',""]),t.a=o},function(e,t,a){"use strict";var i=a(15),o=a.n(i)()((function(e){return e[1]}));o.push([e.i,".spectra-responsive-icons__wrap {\n margin-right: 15px;\n border-radius: 3px; }\n .spectra-responsive-icons__wrap .components-button-group .components-button {\n padding-right: 10px;\n padding-left: 10px;\n box-shadow: none;\n margin-right: 0; }\n .spectra-responsive-icons__wrap svg {\n height: 18px;\n width: 18px;\n fill: #9fa59c; }\n .spectra-responsive-icons__wrap svg:hover {\n fill: #1e1e1e; }\n .spectra-responsive-icons__wrap .uagb-responsive-tabs.active-tab > svg {\n fill: #007cba;\n color: #007cba; }\n",""]),t.a=o},function(e,t){var a;a=function(){return this}();try{a=a||new Function("return this")()}catch(e){"object"==typeof window&&(a=window)}e.exports=a},,function(e,t,a){"use strict";a.d(t,"a",(function(){return i}));const i=e=>{const{post:t,categoriesList:a}=e,{taxStyle:i,displayPostTaxonomy:o,displayPostTaxonomyAboveTitle:n,hideTaxonomyIcon:l,taxDivider:r}=e.attributes,s=a,c=t.categories,p=[];if(void 0!==s&&void 0!==c)for(let e=0;e<s.length;e++)for(let t=0;t<c.length;t++)s[e].id===c[t]&&p.push(s[e].name);return React.createElement(React.Fragment,null,o&&"aboveTitle"===n&&0!==p.length&&React.createElement(React.Fragment,null,"default"===i&&React.createElement("span",{className:" uagb-post__text uagb-post__taxonomy default"},l&&"aboveTitle"===n&&React.createElement("span",{className:"dashicons-tag dashicons"}),React.createElement("div",{dangerouslySetInnerHTML:{__html:p.join(r)}})),"highlighted"===i&&s.map(e=>c.map(t=>e.id===t&&React.createElement("span",{className:"uagb-post__taxonomy uagb-post__text "+i},l&&"aboveTitle"===n&&React.createElement("span",{className:"dashicons-tag dashicons"}),e.name)))))}},function(e,t,a){"use strict";a.d(t,"a",(function(){return o}));var i=a(3);const o=e=>{const{post:t,attributes:a}=e;if(null===t.uagb_excerpt)return null;const o=t.uagb_excerpt.split(" ");let n=t.uagb_excerpt;const l=Object(i.b)(a.excerptLength,"excerptLength",a.blockName);return l>=o.length?n=t.uagb_excerpt:(n=o.slice(0,l).join(" "),n+=" ..."),a.displayPostExcerpt&&"excerpt"===a.displayPostContentRadio?React.createElement("div",{className:"uagb-post__excerpt uagb-post__text"},React.createElement("div",{dangerouslySetInnerHTML:{__html:n}})):a.displayPostExcerpt&&"full_post"===a.displayPostContentRadio?React.createElement("div",{className:"uagb-post__excerpt uagb-full_post uagb-post__text"},React.createElement("div",{dangerouslySetInnerHTML:{__html:t.content.raw.trim()}})):null}},function(e,t,a){"use strict";a.d(t,"a",(function(){return g}));var i,o=a(0),n=a(39),l=a(14),r=a.n(l),s=a(121),c=0,p={injectType:"lazySingletonStyleTag",attributes:{id:"uagb-editor-styles"},insert:"head",singleton:!0},u={};u.locals=s.a.locals||{},u.use=function(){return c++||(i=r()(s.a,p)),u},u.unuse=function(){c>0&&!--c&&(i(),i=null)};var b=u;const g=e=>{Object(o.useLayoutEffect)(()=>(b.use(),()=>{b.unuse()}),[]);const{attributes:t,post:a}=e,i=t.titleTag,l=t.newTab?"_blank":"_self";return void 0===a.title?null:t.displayPostTitle?React.createElement(i,{className:"uagb-post__title uagb-post__text"},React.createElement("a",{href:a.link,target:l,rel:"noopener noreferrer"},Object(n.decodeEntities)(a.title.rendered.trim()))):null}},function(e,t,a){"use strict";a.d(t,"a",(function(){return d}));var i,o=a(0),n=a(39),l=a(1),r=a(14),s=a.n(r),c=a(122),p=0,u={injectType:"lazySingletonStyleTag",attributes:{id:"uagb-editor-styles"},insert:"head",singleton:!0},b={};b.locals=c.a.locals||{},b.use=function(){return p++||(i=s()(c.a,u)),b},b.unuse=function(){p>0&&!--p&&(i(),i=null)};var g=b;const d=e=>{Object(o.useLayoutEffect)(()=>(g.use(),()=>{g.unuse()}),[]);const{post:t,attributes:a}=e,i=a.newTab?"_blank":"_self";if(a.displayPostImage&&void 0!==t.uagb_featured_image_src&&a.imgSize&&t.uagb_featured_image_src[a.imgSize]||!0===a.displayPostImage&&"background"===a.imgPosition){const e=t.uagb_featured_image_src[a.imgSize];return React.createElement("div",{className:"uagb-post__image"},void 0!==t.uagb_featured_image_src&&void 0!==e[0]&&React.createElement("a",{href:t.link,target:i,rel:"noopener noreferrer"},React.createElement("img",{src:e[0],alt:Object(n.decodeEntities)(t.title.rendered.trim())||Object(l.__)("(Untitled)")})))}return null}},function(e,t,a){"use strict";a.d(t,"a",(function(){return y}));var i,o=a(1),n=a(4),l=a.n(n),r=a(0),s=a(14),c=a.n(s),p=a(123),u=0,b={injectType:"lazySingletonStyleTag",attributes:{id:"uagb-editor-styles"},insert:"head",singleton:!0},g={};g.locals=p.a.locals||{},g.use=function(){return u++||(i=c()(p.a,b)),g},g.unuse=function(){u>0&&!--u&&(i(),i=null)};var d=g;const y=e=>{Object(r.useLayoutEffect)(()=>(d.use(),()=>{d.unuse()}),[]);const{attributes:t,post:a}=e,i=t.newTab?"_blank":"_self";if(t.displayPostLink){const e=t.ctaText?t.ctaText:Object(o.__)("Read More");return React.createElement("div",{className:"uagb-post__text"},React.createElement("div",{className:l()("uagb-post__cta","wp-block-button")},React.createElement("a",{className:l()("uagb-text-link","wp-block-button__link"),href:a.link,target:i,rel:"noopener noreferrer"},e)))}return null}},function(e,t,a){"use strict";a.d(t,"a",(function(){return g}));var i,o=a(0),n=a(14),l=a.n(n),r=a(124),s=0,c={injectType:"lazySingletonStyleTag",attributes:{id:"uagb-editor-styles"},insert:"head",singleton:!0},p={};p.locals=r.a.locals||{},p.use=function(){return s++||(i=l()(r.a,c)),p},p.unuse=function(){s>0&&!--s&&(i(),i=null)};var u=p,b=a(26);const g=e=>{Object(o.useLayoutEffect)(()=>(u.use(),()=>{u.unuse()}),[]);const{post:t,attributes:a,categoriesList:i}=e,n=Object(b.__experimentalGetSettings)().formats.date,l=i,r=t.categories,s=[];if(void 0!==l&&void 0!==r)for(let e=0;e<l.length;e++)for(let t=0;t<r.length;t++)l[e].id===r[t]&&s.push(l[e].name);return React.createElement("div",{className:" uagb-post__text uagb-post-grid-byline"},a.displayPostAuthor&&void 0!==t.uagb_author_info&&React.createElement("span",{className:"uagb-post__author"},a.hideTaxonomyIcon&&React.createElement("span",{className:"dashicons-admin-users dashicons"}),React.createElement("a",{target:"_blank",href:t.uagb_author_info.author_link,rel:"noopener noreferrer"},t.uagb_author_info.display_name)),a.displayPostDate&&t.date_gmt&&React.createElement("time",{dateTime:Object(b.format)("c",t.date_gmt),className:"uagb-post__date"},a.hideTaxonomyIcon&&React.createElement("span",{className:"dashicons-calendar dashicons"}),Object(b.dateI18n)(n,t.date_gmt)),a.displayPostComment&&void 0!==t.uagb_comment_info&&React.createElement("span",{className:"uagb-post__comment"},a.hideTaxonomyIcon&&React.createElement("span",{className:"dashicons-admin-comments dashicons"}),t.uagb_comment_info),a.displayPostTaxonomy&&"withMeta"===a.displayPostTaxonomyAboveTitle&&0!==s.length&&React.createElement("span",{className:"uagb-post__taxonomy"},a.hideTaxonomyIcon&&React.createElement("span",{className:"dashicons-tag dashicons"}),React.createElement("div",{dangerouslySetInnerHTML:{__html:s.join(", ")}})))}},function(e,t,a){"use strict";var i=a(1),o=a(12);const n=Object(o.a)("btn"),l=Object(o.a)("overall"),r={blockName:{type:"string",default:"post-grid"},equalHeight:{type:"boolean",default:!0},postPagination:{type:"boolean",default:!1},enableOffset:{type:"boolean",default:!1},pageLimit:{type:"number",default:10},paginationBgActiveColor:{type:"string",default:"#e4e4e4",UAGCopyPaste:{styleType:"pagination-bg-active-color"}},paginationActiveColor:{type:"string",default:"#333333",UAGCopyPaste:{styleType:"pagination-active-color"}},paginationBgColor:{type:"string",default:"#e4e4e4",UAGCopyPaste:{styleType:"pagination-bg-color"}},paginationColor:{type:"string",default:"#777777",UAGCopyPaste:{styleType:"pagination-color"}},paginationMarkup:{type:"string",default:""},paginationLayout:{type:"string",default:"filled",UAGCopyPaste:{styleType:"pagination-layout"}},paginationBorderActiveColor:{type:"string",UAGCopyPaste:{styleType:"pagination-border-active-color"}},paginationBorderColor:{type:"string",default:"#888686",UAGCopyPaste:{styleType:"pagination-border-color"}},paginationBorderRadius:{type:"number",UAGCopyPaste:{styleType:"pagination-border-radius"}},paginationBorderSize:{type:"number",default:1,UAGCopyPaste:{styleType:"pagination-border-size"}},paginationSpacing:{type:"number",default:20,UAGCopyPaste:{styleType:"pagination-spacing"}},paginationAlignment:{type:"string",default:"left",UAGCopyPaste:{styleType:"pagination-alignment"}},paginationPrevText:{type:"string",default:"« Previous"},paginationNextText:{type:"string",default:"Next »"},layoutConfig:{type:"array",default:["uagb/post-image","uagb/post-taxonomy","uagb/post-title","uagb/post-meta","uagb/post-excerpt","uagb/post-button"]},post_type:{type:"string",default:"grid"},inheritFromTheme:{type:"boolean",default:!0},block_id:{type:"string",default:"not_set"},categories:{type:"string"},postType:{type:"string",default:"post"},postDisplaytext:{type:"string",default:"No post found!"},taxonomyType:{type:"string",default:"category"},postsToShow:{type:"number",default:6},displayPostDate:{type:"boolean",default:!0},displayPostExcerpt:{type:"boolean",default:!0},excerptLength:{type:"number",default:15},displayPostAuthor:{type:"boolean",default:!1},displayPostTitle:{type:"boolean",default:!0},displayPostComment:{type:"boolean",default:!0},displayPostTaxonomy:{type:"boolean",default:!1},displayPostImage:{type:"boolean",default:!0},imgSize:{type:"string",default:"large",UAGCopyPaste:{styleType:"image-size"}},imgPosition:{type:"string",default:"top",UAGCopyPaste:{styleType:"image-position"}},linkBox:{type:"boolean"},bgOverlayColor:{type:"string",default:"#000000",UAGCopyPaste:{styleType:"post-bg-overlay-color"}},overlayOpacity:{type:"number",default:"50",UAGCopyPaste:{styleType:"post-overlay-opacity"}},displayPostLink:{type:"boolean",default:!0},newTab:{type:"boolean",default:!1},ctaText:{type:"string",default:Object(i.__)("Read More","ultimate-addons-for-gutenberg")},btnHPadding:{type:"number",default:10,UAGCopyPaste:{styleType:"btn-horizontal-padding"}},btnVPadding:{type:"number",default:5,UAGCopyPaste:{styleType:"btn-vertical-padding"}},columns:{type:"number",default:3},tcolumns:{type:"number",default:2},mcolumns:{type:"number",default:1},align:{type:"string",default:"left",UAGCopyPaste:{styleType:"post-bottom-padding"}},width:{type:"string",default:"wide",UAGCopyPaste:{styleType:"post-bottom-padding"}},order:{type:"string",default:"desc"},orderBy:{type:"string",default:"date"},rowGap:{type:"number",default:20,UAGCopyPaste:{styleType:"post-bottom-padding"}},rowGapTablet:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},rowGapMobile:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},columnGap:{type:"number",default:20,UAGCopyPaste:{styleType:"post-bottom-padding"}},columnGapTablet:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},columnGapMobile:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},bgColor:{type:"string",default:"#f6f6f6",UAGCopyPaste:{styleType:"post-bg-color"}},titleColor:{type:"string",UAGCopyPaste:{styleType:"main-title-color"},default:""},titleTag:{type:"string",default:"h4"},titleFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"main-title-font-size"}},titleFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-font-size-type"}},titleFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},titleFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},titleFontFamily:{type:"string",default:"",UAGCopyPaste:{styleType:"main-title-font-family"}},titleFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},titleFontStyle:{type:"string",UAGCopyPaste:{styleType:"main-title-font-style"}},titleLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},titleLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},titleLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},titleLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},titleLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"main-title-loads-google-fonts"}},metaColor:{type:"string",default:"",UAGCopyPaste:{styleType:"prefix-color"}},metaFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"prefix-font-size"}},metaFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"prefix-font-size-type"}},metaFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-mobile"}},metaFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-font-size-tablet"}},metaFontFamily:{type:"string",default:"",UAGCopyPaste:{styleType:"prefix-font-family"}},metaFontWeight:{type:"string",UAGCopyPaste:{styleType:"prefix-font-weight"}},metaFontStyle:{type:"string",UAGCopyPaste:{styleType:"prefix-font-style"}},metaLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"prefix-line-height-type"}},metaLineHeight:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height"}},metaLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-tablet"}},metaLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-line-height-mobile"}},metaLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"prefix-load-google-fonts"}},excerptColor:{type:"string",default:"",UAGCopyPaste:{styleType:"desc-color"}},excerptFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"desc-font-size"}},excerptFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-font-size-type"}},excerptFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},excerptFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},excerptFontFamily:{type:"string",UAGCopyPaste:{styleType:"desc-font-family"},default:""},excerptFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},excerptFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"}},excerptLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"desc-line-height-type"}},excerptLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},excerptLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},excerptLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},excerptLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"desc-load-google-fonts"}},displayPostContentRadio:{type:"string",default:"excerpt"},ctaColor:{type:"string",UAGCopyPaste:{styleType:"btn-color"}},ctaBgColor:{type:"string",UAGCopyPaste:{styleType:"btn-bg-color"}},ctaHColor:{type:"string",UAGCopyPaste:{styleType:"btn-hover-color"}},ctaBgHColor:{type:"string",UAGCopyPaste:{styleType:"btn-bg-hover-color"}},ctaFontSize:{type:"number",default:"",UAGCopyPaste:{styleType:"btn-font-size"}},ctaFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-font-size-type"}},ctaFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"btn-font-size-mobile"}},ctaFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"btn-font-size-tablet"}},ctaFontFamily:{type:"string",default:"",UAGCopyPaste:{styleType:"btn-font-family"}},ctaFontWeight:{type:"string",UAGCopyPaste:{styleType:"btn-font-weight"}},ctaFontStyle:{type:"string",UAGCopyPaste:{styleType:"btn-font-style"}},ctaLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"btn-line-height-type"}},ctaLineHeight:{type:"number",UAGCopyPaste:{styleType:"btn-line-height"}},ctaLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"btn-line-height-tablet"}},ctaLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"btn-line-height-mobile"}},ctaLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"btn-load-google-fonts"}},paddingTop:{type:"number",UAGCopyPaste:{styleType:"post-top-padding"}},paddingBottom:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding"}},paddingRight:{type:"number",UAGCopyPaste:{styleType:"post-right-padding"}},paddingLeft:{type:"number",UAGCopyPaste:{styleType:"post-left-padding"}},paddingTopMobile:{type:"number",UAGCopyPaste:{styleType:"post-top-padding-mobile"}},paddingBottomMobile:{type:"number",UAGCopyPaste:{styleType:"post-bottom-padding-mobile"}},paddingRightMobile:{type:"number",UAGCopyPaste:{styleType:"post-right-padding-mobile"}},paddingLeftMobile:{type:"number",UAGCopyPaste:{styleType:"post-left-padding-mobile"}},paddingBtnTop:{type:"number",UAGCopyPaste:{styleType:"btn-top-padding"}},paddingBtnBottom:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-padding"}},paddingBtnRight:{type:"number",UAGCopyPaste:{styleType:"btn-right-padding"}},paddingBtnLeft:{type:"number",UAGCopyPaste:{styleType:"btn-left-padding"}},contentPadding:{type:"number",default:20,UAGCopyPaste:{styleType:"post-content-padding"}},contentPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"post-content-padding-mobile"}},ctaBottomSpace:{type:"number",default:0,UAGCopyPaste:{styleType:"btn-bottom-margin"}},ctaBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-margin"}},ctaBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"btn-bottom-margin"}},imageBottomSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"image-bottom-margin"}},imageBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"image-bottom-margin"}},imageBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"image-bottom-margin"}},titleBottomSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"main-title-bottom-margin"}},titleBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin"}},titleBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin"}},metaBottomSpace:{type:"number",default:15,UAGCopyPaste:{styleType:"prefix-bottom-margin"}},metaBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin"}},metaBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"prefix-bottom-margin"}},excerptBottomSpace:{type:"number",default:25,UAGCopyPaste:{styleType:"desc-bottom-margin"}},excerptBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin"}},excerptBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin"}},excludeCurrentPost:{type:"boolean",default:!1},titleTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},metaTransform:{type:"string",UAGCopyPaste:{styleType:"prefix-transform"}},excerptTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},ctaTransform:{type:"string",UAGCopyPaste:{styleType:"btn-transform"}},titleDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},metaDecoration:{type:"string",UAGCopyPaste:{styleType:"prefix-decoration"}},excerptDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},ctaDecoration:{type:"string",UAGCopyPaste:{styleType:"btn-decoration"}},contentPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-content-padding-unit"}},rowGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"row-gap-unit"}},columnGapUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"column-gap-unit"}},excerptBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-bottom-margin-unit"}},paginationSpacingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"pagination-spacing-unit"}},imageBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"image-bottom-margin-unit"}},titleBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-bottom-margin-unit"}},metaBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"prefix-bottom-margin-unit"}},ctaBottomSpaceUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-bottom-margin-unit"}},paddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit"}},mobilePaddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit-mobile"}},tabletPaddingBtnUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"btn-padding-unit-tablet"}},paddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-padding-unit"}},mobilePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-padding-unit-mobile"}},tabletPaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"post-padding-unit-tablet"}},postsOffset:{type:"number",default:0},titleLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"title-letter-spacing"}},titleLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"title-letter-spacing-tablet"}},titleLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"title-letter-spacing-mobile"}},titleLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"title-letter-spacing-type"}},metaLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"meta-letter-spacing"}},metaLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"meta-letter-spacing-tablet"}},metaLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"meta-letter-spacing-mobile"}},metaLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"meta-letter-spacing-type"}},excerptLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"excerpt-letter-spacing"}},excerptLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"excerpt-letter-spacing-tablet"}},excerptLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"excerpt-letter-spacing-mobile"}},excerptLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"excerpt-letter-spacing-type"}},ctaLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing"}},ctaLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing-tablet"}},ctaLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"cta-letter-spacing-mobile"}},ctaLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"cta-letter-spacing-type"}},boxShadowColor:{type:"string",default:"#00000070",UAGCopyPaste:{styleType:"container-box-shadow-color"}},boxShadowHOffset:{type:"number",default:0,UAGCopyPaste:{styleType:"container-box-shadow-hoffset"}},boxShadowVOffset:{type:"number",default:0,UAGCopyPaste:{styleType:"container-box-shadow-voffset"}},boxShadowBlur:{type:"number",UAGCopyPaste:{styleType:"container-box-shadow-blur"}},boxShadowSpread:{type:"number",UAGCopyPaste:{styleType:"container-box-shadow-spread"}},boxShadowPosition:{type:"string",default:"outset",UAGCopyPaste:{styleType:"container-box-shadow-position"}},boxShadowColorHover:{type:"string",UAGCopyPaste:{styleType:"container-box-shadow-color-hover"}},boxShadowHOffsetHover:{type:"number",default:0,UAGCopyPaste:{styleType:"container-box-shadow-hoffset-hover"}},boxShadowVOffsetHover:{type:"number",default:0,UAGCopyPaste:{styleType:"container-box-shadow-voffset-hover"}},boxShadowBlurHover:{type:"number",UAGCopyPaste:{styleType:"container-box-shadow-blur-hover"}},boxShadowSpreadHover:{type:"number",UAGCopyPaste:{styleType:"container-box-shadow-spread-hover"}},boxShadowPositionHover:{type:"string",default:"outset",UAGCopyPaste:{styleType:"container-box-shadow-position-hover"}},...n,...l};t.a=r},function(e,t,a){"use strict";var i=a(12);const o={block_id:{type:"string"},listInJson:{type:"object",default:null},postType:{type:"string",default:"post"},taxonomyType:{type:"string",default:"category"},categories:{type:"string"},order:{type:"string",default:"desc"},orderBy:{type:"string",default:"date"},postsToShow:{type:"number",default:"8"},layout:{type:"string",default:"grid",UAGCopyPaste:{styleType:"layout"}},columns:{type:"number",default:3},tcolumns:{type:"number",default:2},mcolumns:{type:"number",default:1},noTaxDisplaytext:{type:"string"},boxShadowColor:{type:"string",UAGCopyPaste:{styleType:"box-shadow-color"}},boxShadowHOffset:{type:"number",default:0,UAGCopyPaste:{styleType:"box-shadow-hoffset"}},boxShadowVOffset:{type:"number",default:0,UAGCopyPaste:{styleType:"box-shadow-voffset"}},boxShadowBlur:{type:"number",UAGCopyPaste:{styleType:"box-shadow-blur"}},boxShadowSpread:{type:"number",UAGCopyPaste:{styleType:"box-shadow-spread"}},boxShadowPosition:{type:"string",default:"outset",UAGCopyPaste:{styleType:"box-shadow-position"}},showCount:{type:"boolean",default:!0},showEmptyTaxonomy:{type:"boolean",default:!1},showhierarchy:{type:"boolean",default:!1},titleTag:{type:"string",default:""},bgColor:{type:"string",default:"#f5f5f5",UAGCopyPaste:{styleType:"taxonomy-bg-color"}},titleColor:{type:"string",default:"#3b3b3b",UAGCopyPaste:{styleType:"main-title-color"}},countColor:{type:"string",default:"#777777",UAGCopyPaste:{styleType:"desc-color"}},listTextColor:{type:"string",default:"#3b3b3b",UAGCopyPaste:{styleType:"desc-color"}},hoverlistTextColor:{type:"string",default:"#3b3b3b",UAGCopyPaste:{styleType:"desc-hover-color"}},listStyleColor:{type:"string",default:"#3b3b3b",UAGCopyPaste:{styleType:"desc-style-color"}},hoverlistStyleColor:{type:"string",default:"#3b3b3b",UAGCopyPaste:{styleType:"desc-style-hover-color"}},rowGap:{type:"number",default:20,UAGCopyPaste:{styleType:"row-gap"}},rowGapTablet:{type:"number",UAGCopyPaste:{styleType:"row-gap-tablet"}},rowGapMobile:{type:"number",UAGCopyPaste:{styleType:"row-gap-mobile"}},columnGap:{type:"number",default:20,UAGCopyPaste:{styleType:"column-gap"}},columnGapTablet:{type:"number",UAGCopyPaste:{styleType:"column-gap-tablet"}},columnGapMobile:{type:"number",UAGCopyPaste:{styleType:"column-gap-mobile"}},contentPadding:{type:"number",default:20,UAGCopyPaste:{styleType:"desc-padding"}},contentPaddingTablet:{type:"number",default:15,UAGCopyPaste:{styleType:"desc-padding-tablet"}},contentPaddingMobile:{type:"number",default:15,UAGCopyPaste:{styleType:"desc-padding-mobile"}},titleBottomSpace:{type:"number",default:5,UAGCopyPaste:{styleType:"main-title-bottom-margin"}},titleBottomSpaceMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-mobile"}},titleBottomSpaceTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-tablet"}},listBottomMargin:{type:"number",default:10,UAGCopyPaste:{styleType:"desc-bottom-margin"}},alignment:{type:"string",default:"center",UAGCopyPaste:{styleType:"overall-alignment"}},listStyle:{type:"string",default:"disc",UAGCopyPaste:{styleType:"desc-style"}},listDisplayStyle:{type:"string",default:"list",UAGCopyPaste:{styleType:"desc-display-style"}},seperatorStyle:{type:"string",default:"none",UAGCopyPaste:{styleType:"separator-style"}},seperatorWidth:{type:"number",default:100,UAGCopyPaste:{styleType:"separator-width"}},seperatorThickness:{type:"number",default:1,UAGCopyPaste:{styleType:"separator-thickness"}},seperatorColor:{type:"string",default:"#b2b4b5",UAGCopyPaste:{styleType:"separator-color"}},seperatorHoverColor:{type:"string",default:"#b2b4b5",UAGCopyPaste:{styleType:"separator-hover-color"}},titleFontSize:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size"}},titleFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-font-size-type"}},titleFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-mobile"}},titleFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-font-size-tablet"}},titleFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"main-title-font-family"}},titleFontWeight:{type:"string",UAGCopyPaste:{styleType:"main-title-font-weight"}},titleFontStyle:{type:"string",UAGCopyPaste:{styleType:"main-title-font-style"}},titleLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"main-title-line-height-type"}},titleLineHeight:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height"}},titleLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-tablet"}},titleLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-line-height-mobile"}},titleLoadGoogleFonts:{type:"boolean",default:!1,UAGCopyPaste:{styleType:"main-title-load-google-fonts"}},countFontSize:{type:"number",UAGCopyPaste:{styleType:"desc-font-size"}},countFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-font-size-type"}},countFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},countFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},countFontFamily:{type:"string",default:"Default",UAGCopyPaste:{styleType:"desc-font-family"}},countFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},countFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"}},countLineHeightType:{type:"string",default:"em",UAGCopyPaste:{styleType:"desc-line-height-type"}},countLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},countLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},countLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},countLoadGoogleFonts:{type:"boolean",default:!1},listFontSize:{type:"number",UAGCopyPaste:{styleType:"desc-font-size"}},listFontSizeType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-font-size-type"}},listFontSizeMobile:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-mobile"}},listFontSizeTablet:{type:"number",UAGCopyPaste:{styleType:"desc-font-size-tablet"}},listFontFamily:{type:"string",UAGCopyPaste:{styleType:"desc-font-family"},default:"Default"},listFontWeight:{type:"string",UAGCopyPaste:{styleType:"desc-font-weight"}},listFontStyle:{type:"string",UAGCopyPaste:{styleType:"desc-font-style"}},listLineHeightType:{type:"string",UAGCopyPaste:{styleType:"desc-line-height-type"},default:"em"},listLineHeight:{type:"number",UAGCopyPaste:{styleType:"desc-line-height"}},listLineHeightTablet:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-tablet"}},listLineHeightMobile:{type:"number",UAGCopyPaste:{styleType:"desc-line-height-mobile"}},listLoadGoogleFonts:{type:"boolean",default:!1},contentLeftPadding:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding"}},contentRightPadding:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding"}},contentTopPadding:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding"}},contentBottomPadding:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding"}},contentLeftPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-tablet"}},contentRightPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding-tablet"}},contentTopPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding-tablet"}},contentBottomPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding-tablet"}},contentLeftPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-mobile"}},contentRightPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding-mobile"}},contentTopPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding-mobile"}},contentBottomPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding-mobile"}},contentPaddingUnit:{type:"string",UAGCopyPaste:{styleType:"desc-padding-unit"},default:"px"},mobileContentPaddingUnit:{type:"string",UAGCopyPaste:{styleType:"desc-padding-unit-mobile"},default:"px"},tabletContentPaddingUnit:{type:"string",UAGCopyPaste:{styleType:"desc-padding-unit-tablet"},default:"px"},contentPaddingLink:{type:"boolean",default:!1},titleTransform:{type:"string",UAGCopyPaste:{styleType:"main-title-transform"}},countTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},listTransform:{type:"string",UAGCopyPaste:{styleType:"desc-transform"}},titleDecoration:{type:"string",UAGCopyPaste:{styleType:"main-title-decoration"}},countDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},listDecoration:{type:"string",UAGCopyPaste:{styleType:"desc-decoration"}},isPreview:{type:"boolean",default:!1},titleLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing"},default:0},titleLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-tablet"}},titleLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-letter-spacing-mobile"}},titleLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-letter-spacing-type"}},countLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},countLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},countLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},countLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},listLetterSpacing:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing"}},listLetterSpacingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-tablet"}},listLetterSpacingMobile:{type:"number",UAGCopyPaste:{styleType:"desc-letter-spacing-mobile"}},listLetterSpacingType:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-letter-spacing-type"}},...Object(i.a)("overall",{borderStyle:"solid",borderTopWidth:1,borderRightWidth:1,borderBottomWidth:1,borderLeftWidth:1,borderTopLeftRadius:3,borderTopRightRadius:3,borderBottomLeftRadius:3,borderBottomRightRadius:3,borderColor:"#E0E0E0",borderHoverColor:"#E0E0E0"})};t.a=o},,,,function(e,t,a){"use strict";var i=a(13);t.a=e=>{const{attributes:t}=e,{iconView:a,iconShape:o}=t;return React.createElement(React.Fragment,null,t.showIcon&&React.createElement("div",{className:"uagb-ifb-icon-wrap"},"none"===a?React.createElement(React.Fragment,null,Object(i.a)(t.icon)):React.createElement(React.Fragment,null,React.createElement("div",{className:"none"===a?"uagb-iconbox-icon-wrap":"Circle"===o?"uagb-iconbox-icon-wrap uagb-infobox-shape-circle":"uagb-iconbox-icon-wrap uagb-infobox-shape-squre"},Object(i.a)(t.icon)))))}},function(e,t,a){"use strict";t.a=function(e){let t="";return t+=" ",t+="uagb-infobox-icon-"+e.iconimgPosition+" ","left"!==e.iconimgPosition&&"left-title"!==e.iconimgPosition||(t+="uagb-infobox-left "),"right"!==e.iconimgPosition&&"right-title"!==e.iconimgPosition||(t+="uagb-infobox-right "),"left"!==e.iconimgPosition&&"right"!==e.iconimgPosition||"none"===e.stack||(t+="uagb-infobox-stacked-"+e.stack+" ","right"===e.iconimgPosition&&(t+="uagb-infobox-reverse-order-"+e.stack+" ")),"above-title"===e.iconimgPosition&&"below-title"===e.iconimgPosition||(t+="uagb-infobox-image-valign-"+e.sourceAlign+" "),[t]}},function(e,t,a){"use strict";function i(){return React.createElement("div",{className:"uagb-ifb-separator"})}a.d(t,"a",(function(){return i}))},function(e,t,a){"use strict";var i=a(5),o=a(4),n=a.n(o),l=a(13),r=a(1);t.a=e=>{const{attributes:t,setAttributes:a="not_set"}=e,o="uagb-infobox-cta-link wp-block-button__link";let s="_self";const c="noopener noreferrer";t.ctaTarget&&(s="_blank");let p="";return""!==t.ctaIcon&&(p=Object(l.a)(t.ctaIcon)),"not_set"!==a?React.createElement("div",{className:"uagb-ifb-cta"},"text"===t.ctaType&&React.createElement("a",{target:s,className:"uagb-infobox-cta-link",rel:c},"before"===t.ctaIconPosition&&p,React.createElement(i.RichText,{tagName:"span",placeholder:Object(r.__)("Read More","ultimate-addons-for-gutenberg"),value:t.ctaText,className:"uagb-inline-editing",multiline:!1,onChange:e=>{a({ctaText:e})}}),"after"===t.ctaIconPosition&&p),"button"===t.ctaType&&React.createElement("div",{className:n()("uagb-ifb-button-wrapper","wp-block-button")},React.createElement("a",{className:o,target:s,rel:c},"before"===t.ctaIconPosition&&p,React.createElement(i.RichText,{tagName:"span",placeholder:Object(r.__)("Read More","ultimate-addons-for-gutenberg"),value:t.ctaText,className:"uagb-inline-editing",multiline:!1,onChange:e=>{a({ctaText:e})}}),"after"===t.ctaIconPosition&&p))):React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-button-wrapper wp-block-button"},"text"===t.ctaType&&React.createElement("a",{href:t.ctaLink,target:s,className:"uagb-infobox-cta-link",rel:c,alt:""},"before"===t.ctaIconPosition&&p,React.createElement(i.RichText.Content,{tagName:"span",value:t.ctaText,className:"uagb-inline-editing"}),"after"===t.ctaIconPosition&&p),"button"===t.ctaType&&React.createElement("a",{href:t.ctaLink,className:o,target:s,rel:c,alt:""},"before"===t.ctaIconPosition&&p,React.createElement(i.RichText.Content,{tagName:"span",value:t.ctaText,className:"uagb-inline-editing"}),"after"===t.ctaIconPosition&&p)))}},function(e,t,a){"use strict";t.a=e=>{const{attributes:t}=e;let a="";void 0!==t.iconImage&&null!==t.iconImage&&""!==t.iconImage&&(a=t.iconImage.url);let i="";if(""!==a){const e=t.iconImage.sizes,o=t.imageSize;return i=void 0!==e&&void 0!==e[o]?e[o].url:a,React.createElement(React.Fragment,null,t.showIcon&&React.createElement("div",{className:"uagb-ifb-image-content"},React.createElement("img",{src:i,alt:t.iconImage.alt})))}return null}},function(e,t,a){"use strict";var i=a(4),o=a.n(i),n=a(13);t.a=e=>{const{attributes:t,setAttributes:a}=e;let i="_self";t.ctaTarget&&(i="_blank");let l="";""!==t.ctaIcon&&(l=Object(n.a)(t.ctaIcon));let r="/";return"not_set"===a&&(r=t.ctaLink),React.createElement(React.Fragment,null,("button"===t.ctaType||"text"===t.ctaType)&&React.createElement("a",{href:r,className:o()("uagb-cta__button-link-wrapper","button"===t.ctaType?"wp-block-button__link":""),target:i,rel:"noopener noreferrer"},"before"===t.ctaIconPosition&&l,t.ctaText,"after"===t.ctaIconPosition&&l))}},function(e,t,a){"use strict";var i=a(4),o=a.n(i),n=a(13);t.a=e=>{const{attributes:t,setAttributes:a}=e;let i="_self";t.secondCtaTarget&&(i="_blank");let l="";""!==t.secondCtaIcon&&(l=Object(n.a)(t.secondCtaIcon));let r="/";return"not_set"===a&&(r=t.secondCtaLink),React.createElement(React.Fragment,null,React.createElement("a",{href:r,className:o()("uagb-cta-second__button","wp-block-button__link"),target:i,rel:"noopener noreferrer"},"before"===t.secondCtaIconPosition&&l,t.secondCtaLabel,"after"===t.secondCtaIconPosition&&l))}},function(e,t,a){"use strict";var i=a(8);t.a=function(e){const{attributes:t}=e;return React.createElement("a",{onClick:e=>e.preventDefault(),href:"/",className:"uagb-blockquote__tweet-button",target:"_blank",rel:"noopener noreferrer"},"icon_text"===t.iconView&&React.createElement(React.Fragment,null,i.a.quote_tweet_icon,t.iconLabel),"icon"===t.iconView&&React.createElement(React.Fragment,null,i.a.quote_tweet_icon),"text"===t.iconView&&React.createElement(React.Fragment,null,t.iconLabel))}},function(e,t,a){"use strict";t.a=e=>{let{attributes:t}=e,a="";void 0!==t.authorImage&&null!==t.authorImage&&""!==t.authorImage&&(a=t.authorImage.url);let i="";if(""!==a){const e=t.authorImage.sizes,o=t.authorImageSize;return i=void 0!==e&&void 0!==e[o]?e[o].url:a,React.createElement("img",{className:"",src:i,alt:t.authorImage.alt})}return null}},function(e,t,a){"use strict";const i=[React.createElement("option",{key:"","data-countryCode":"GB",value:"+44"},"UK (+44)"),React.createElement("option",{key:"","data-countryCode":"US",value:"+1"},"USA / Canada (+1)"),React.createElement("option",{key:"","data-countryCode":"DZ",value:"+213"},"Algeria (+213)"),React.createElement("option",{key:"","data-countryCode":"AD",value:"+376"},"Andorra (+376)"),React.createElement("option",{key:"","data-countryCode":"AO",value:"+244"},"Angola (+244)"),React.createElement("option",{key:"","data-countryCode":"AI",value:"+1264"},"Anguilla (+1264)"),React.createElement("option",{key:"","data-countryCode":"AG",value:"+1268"},"Antigua & Barbuda (+1268)"),React.createElement("option",{key:"","data-countryCode":"AR",value:"+54"},"Argentina (+54)"),React.createElement("option",{key:"","data-countryCode":"AM",value:"+374"},"Armenia (+374)"),React.createElement("option",{key:"","data-countryCode":"AW",value:"+297"},"Aruba (+297)"),React.createElement("option",{key:"","data-countryCode":"AU",value:"+61"},"Australia (+61)"),React.createElement("option",{key:"","data-countryCode":"AT",value:"+43"},"Austria (+43)"),React.createElement("option",{key:"","data-countryCode":"AZ",value:"+994"},"Azerbaijan (+994)"),React.createElement("option",{key:"","data-countryCode":"BS",value:"+1242"},"Bahamas (+1242)"),React.createElement("option",{key:"","data-countryCode":"BH",value:"+973"},"Bahrain (+973)"),React.createElement("option",{key:"","data-countryCode":"BD",value:"+880"},"Bangladesh (+880)"),React.createElement("option",{key:"","data-countryCode":"BB",value:"+1246"},"Barbados (+1246)"),React.createElement("option",{key:"","data-countryCode":"BY",value:"+375"},"Belarus (+375)"),React.createElement("option",{key:"","data-countryCode":"BE",value:"+32"},"Belgium (+32)"),React.createElement("option",{key:"","data-countryCode":"BZ",value:"+501"},"Belize (+501)"),React.createElement("option",{key:"","data-countryCode":"BJ",value:"+229"},"Benin (+229)"),React.createElement("option",{key:"","data-countryCode":"BM",value:"+1441"},"Bermuda (+1441)"),React.createElement("option",{key:"","data-countryCode":"BT",value:"+975"},"Bhutan (+975)"),React.createElement("option",{key:"","data-countryCode":"BO",value:"+591"},"Bolivia (+591)"),React.createElement("option",{key:"","data-countryCode":"BA",value:"+387"},"Bosnia Herzegovina (+387)"),React.createElement("option",{key:"","data-countryCode":"BW",value:"+267"},"Botswana (+267)"),React.createElement("option",{key:"","data-countryCode":"BR",value:"+55"},"Brazil (+55)"),React.createElement("option",{key:"","data-countryCode":"BN",value:"+673"},"Brunei (+673)"),React.createElement("option",{key:"","data-countryCode":"BG",value:"+359"},"Bulgaria (+359)"),React.createElement("option",{key:"","data-countryCode":"BF",value:"+226"},"Burkina Faso (+226)"),React.createElement("option",{key:"","data-countryCode":"BI",value:"+257"},"Burundi (+257)"),React.createElement("option",{key:"","data-countryCode":"KH",value:"+855"},"Cambodia (+855)"),React.createElement("option",{key:"","data-countryCode":"CM",value:"+237"},"Cameroon (+237)"),React.createElement("option",{key:"","data-countryCode":"CV",value:"+238"},"Cape Verde Islands (+238)"),React.createElement("option",{key:"","data-countryCode":"KY",value:"+1345"},"Cayman Islands (+1345)"),React.createElement("option",{key:"","data-countryCode":"CF",value:"+236"},"Central African Republic (+236)"),React.createElement("option",{key:"","data-countryCode":"CL",value:"+56"},"Chile (+56)"),React.createElement("option",{key:"","data-countryCode":"CN",value:"+86"},"China (+86)"),React.createElement("option",{key:"","data-countryCode":"CO",value:"+57"},"Colombia (+57)"),React.createElement("option",{key:"","data-countryCode":"KM",value:"+269"},"Comoros (+269)"),React.createElement("option",{key:"","data-countryCode":"CG",value:"+242"},"Congo (+242)"),React.createElement("option",{key:"","data-countryCode":"CK",value:"+682"},"Cook Islands (+682)"),React.createElement("option",{key:"","data-countryCode":"CR",value:"+506"},"Costa Rica (+506)"),React.createElement("option",{key:"","data-countryCode":"HR",value:"+385"},"Croatia (+385)"),React.createElement("option",{key:"","data-countryCode":"CU",value:"+53"},"Cuba (+53)"),React.createElement("option",{key:"","data-countryCode":"CY",value:"+90392"},"Cyprus North (+90392)"),React.createElement("option",{key:"","data-countryCode":"CY",value:"+357"},"Cyprus South (+357)"),React.createElement("option",{key:"","data-countryCode":"CZ",value:"+42"},"Czech Republic (+42)"),React.createElement("option",{key:"","data-countryCode":"DK",value:"+45"},"Denmark (+45)"),React.createElement("option",{key:"","data-countryCode":"DJ",value:"+253"},"Djibouti (+253)"),React.createElement("option",{key:"","data-countryCode":"DM",value:"+1809"},"Dominica (+1809)"),React.createElement("option",{key:"","data-countryCode":"DO",value:"+1809"},"Dominican Republic (+1809)"),React.createElement("option",{key:"","data-countryCode":"EC",value:"+593"},"Ecuador (+593)"),React.createElement("option",{key:"","data-countryCode":"EG",value:"+20"},"Egypt (+20)"),React.createElement("option",{key:"","data-countryCode":"SV",value:"+503"},"El Salvador (+503)"),React.createElement("option",{key:"","data-countryCode":"GQ",value:"+240"},"Equatorial Guinea (+240)"),React.createElement("option",{key:"","data-countryCode":"ER",value:"+291"},"Eritrea (+291)"),React.createElement("option",{key:"","data-countryCode":"EE",value:"+372"},"Estonia (+372)"),React.createElement("option",{key:"","data-countryCode":"ET",value:"+251"},"Ethiopia (+251)"),React.createElement("option",{key:"","data-countryCode":"FK",value:"+500"},"Falkland Islands (+500)"),React.createElement("option",{key:"","data-countryCode":"FO",value:"+298"},"Faroe Islands (+298)"),React.createElement("option",{key:"","data-countryCode":"FJ",value:"+679"},"Fiji (+679)"),React.createElement("option",{key:"","data-countryCode":"FI",value:"+358"},"Finland (+358)"),React.createElement("option",{key:"","data-countryCode":"FR",value:"+33"},"France (+33)"),React.createElement("option",{key:"","data-countryCode":"GF",value:"+594"},"French Guiana (+594)"),React.createElement("option",{key:"","data-countryCode":"PF",value:"+689"},"French Polynesia (+689)"),React.createElement("option",{key:"","data-countryCode":"GA",value:"+241"},"Gabon (+241)"),React.createElement("option",{key:"","data-countryCode":"GM",value:"+220"},"Gambia (+220)"),React.createElement("option",{key:"","data-countryCode":"GE",value:"+7880"},"Georgia (+7880)"),React.createElement("option",{key:"","data-countryCode":"DE",value:"+49"},"Germany (+49)"),React.createElement("option",{key:"","data-countryCode":"GH",value:"+233"},"Ghana (+233)"),React.createElement("option",{key:"","data-countryCode":"GI",value:"+350"},"Gibraltar (+350)"),React.createElement("option",{key:"","data-countryCode":"GR",value:"+30"},"Greece (+30)"),React.createElement("option",{key:"","data-countryCode":"GL",value:"+299"},"Greenland (+299)"),React.createElement("option",{key:"","data-countryCode":"GD",value:"+1473"},"Grenada (+1473)"),React.createElement("option",{key:"","data-countryCode":"GP",value:"+590"},"Guadeloupe (+590)"),React.createElement("option",{key:"","data-countryCode":"GU",value:"+671"},"Guam (+671)"),React.createElement("option",{key:"","data-countryCode":"GT",value:"+502"},"Guatemala (+502)"),React.createElement("option",{key:"","data-countryCode":"GN",value:"+224"},"Guinea (+224)"),React.createElement("option",{key:"","data-countryCode":"GW",value:"+245"},"Guinea - Bissau (+245)"),React.createElement("option",{key:"","data-countryCode":"GY",value:"+592"},"Guyana (+592)"),React.createElement("option",{key:"","data-countryCode":"HT",value:"+509"},"Haiti (+509)"),React.createElement("option",{key:"","data-countryCode":"HN",value:"+504"},"Honduras (+504)"),React.createElement("option",{key:"","data-countryCode":"HK",value:"+852"},"Hong Kong (+852)"),React.createElement("option",{key:"","data-countryCode":"HU",value:"+36"},"Hungary (+36)"),React.createElement("option",{key:"","data-countryCode":"IS",value:"+354"},"Iceland (+354)"),React.createElement("option",{key:"","data-countryCode":"IN",value:"+91"},"India (+91)"),React.createElement("option",{key:"","data-countryCode":"ID",value:"+62"},"Indonesia (+62)"),React.createElement("option",{key:"","data-countryCode":"IR",value:"+98"},"Iran (+98)"),React.createElement("option",{key:"","data-countryCode":"IQ",value:"+964"},"Iraq (+964)"),React.createElement("option",{key:"","data-countryCode":"IE",value:"+353"},"Ireland (+353)"),React.createElement("option",{key:"","data-countryCode":"IL",value:"+972"},"Israel (+972)"),React.createElement("option",{key:"","data-countryCode":"IT",value:"+39"},"Italy (+39)"),React.createElement("option",{key:"","data-countryCode":"JM",value:"+1876"},"Jamaica (+1876)"),React.createElement("option",{key:"","data-countryCode":"JP",value:"+81"},"Japan (+81)"),React.createElement("option",{key:"","data-countryCode":"JO",value:"+962"},"Jordan (+962)"),React.createElement("option",{key:"","data-countryCode":"KZ",value:"+7"},"Kazakhstan (+7)"),React.createElement("option",{key:"","data-countryCode":"KE",value:"+254"},"Kenya (+254)"),React.createElement("option",{key:"","data-countryCode":"KI",value:"+686"},"Kiribati (+686)"),React.createElement("option",{key:"","data-countryCode":"KP",value:"+850"},"Korea North (+850)"),React.createElement("option",{key:"","data-countryCode":"KR",value:"+82"},"Korea South (+82)"),React.createElement("option",{key:"","data-countryCode":"KW",value:"+965"},"Kuwait (+965)"),React.createElement("option",{key:"","data-countryCode":"KG",value:"+996"},"Kyrgyzstan (+996)"),React.createElement("option",{key:"","data-countryCode":"LA",value:"+856"},"Laos (+856)"),React.createElement("option",{key:"","data-countryCode":"LV",value:"+371"},"Latvia (+371)"),React.createElement("option",{key:"","data-countryCode":"LB",value:"+961"},"Lebanon (+961)"),React.createElement("option",{key:"","data-countryCode":"LS",value:"+266"},"Lesotho (+266)"),React.createElement("option",{key:"","data-countryCode":"LR",value:"+231"},"Liberia (+231)"),React.createElement("option",{key:"","data-countryCode":"LY",value:"+218"},"Libya (+218)"),React.createElement("option",{key:"","data-countryCode":"LI",value:"+417"},"Liechtenstein (+417)"),React.createElement("option",{key:"","data-countryCode":"LT",value:"+370"},"Lithuania (+370)"),React.createElement("option",{key:"","data-countryCode":"LU",value:"+352"},"Luxembourg (+352)"),React.createElement("option",{key:"","data-countryCode":"MO",value:"+853"},"Macao (+853)"),React.createElement("option",{key:"","data-countryCode":"MK",value:"+389"},"Macedonia (+389)"),React.createElement("option",{key:"","data-countryCode":"MG",value:"+261"},"Madagascar (+261)"),React.createElement("option",{key:"","data-countryCode":"MW",value:"+265"},"Malawi (+265)"),React.createElement("option",{key:"","data-countryCode":"MY",value:"+60"},"Malaysia (+60)"),React.createElement("option",{key:"","data-countryCode":"MV",value:"+960"},"Maldives (+960)"),React.createElement("option",{key:"","data-countryCode":"ML",value:"+223"},"Mali (+223)"),React.createElement("option",{key:"","data-countryCode":"MT",value:"+356"},"Malta (+356)"),React.createElement("option",{key:"","data-countryCode":"MH",value:"+692"},"Marshall Islands (+692)"),React.createElement("option",{key:"","data-countryCode":"MQ",value:"+596"},"Martinique (+596)"),React.createElement("option",{key:"","data-countryCode":"MR",value:"+222"},"Mauritania (+222)"),React.createElement("option",{key:"","data-countryCode":"YT",value:"+269"},"Mayotte (+269)"),React.createElement("option",{key:"","data-countryCode":"MX",value:"+52"},"Mexico (+52)"),React.createElement("option",{key:"","data-countryCode":"FM",value:"+691"},"Micronesia (+691)"),React.createElement("option",{key:"","data-countryCode":"MD",value:"+373"},"Moldova (+373)"),React.createElement("option",{key:"","data-countryCode":"MC",value:"+377"},"Monaco (+377)"),React.createElement("option",{key:"","data-countryCode":"MN",value:"+976"},"Mongolia (+976)"),React.createElement("option",{key:"","data-countryCode":"MS",value:"+1664"},"Montserrat (+1664)"),React.createElement("option",{key:"","data-countryCode":"MA",value:"+212"},"Morocco (+212)"),React.createElement("option",{key:"","data-countryCode":"MZ",value:"+258"},"Mozambique (+258)"),React.createElement("option",{key:"","data-countryCode":"MN",value:"+95"},"Myanmar (+95)"),React.createElement("option",{key:"","data-countryCode":"NA",value:"+264"},"Namibia (+264)"),React.createElement("option",{key:"","data-countryCode":"NR",value:"+674"},"Nauru (+674)"),React.createElement("option",{key:"","data-countryCode":"NP",value:"+977"},"Nepal (+977)"),React.createElement("option",{key:"","data-countryCode":"NL",value:"+31"},"Netherlands (+31)"),React.createElement("option",{key:"","data-countryCode":"NC",value:"+687"},"New Caledonia (+687)"),React.createElement("option",{key:"","data-countryCode":"NZ",value:"+64"},"New Zealand (+64)"),React.createElement("option",{key:"","data-countryCode":"NI",value:"+505"},"Nicaragua (+505)"),React.createElement("option",{key:"","data-countryCode":"NE",value:"+227"},"Niger (+227)"),React.createElement("option",{key:"","data-countryCode":"NG",value:"+234"},"Nigeria (+234)"),React.createElement("option",{key:"","data-countryCode":"NU",value:"+683"},"Niue (+683)"),React.createElement("option",{key:"","data-countryCode":"NF",value:"+672"},"Norfolk Islands (+672)"),React.createElement("option",{key:"","data-countryCode":"NP",value:"+670"},"Northern Marianas (+670)"),React.createElement("option",{key:"","data-countryCode":"NO",value:"+47"},"Norway (+47)"),React.createElement("option",{key:"","data-countryCode":"OM",value:"+968"},"Oman (+968)"),React.createElement("option",{key:"","data-countryCode":"PW",value:"+680"},"Palau (+680)"),React.createElement("option",{key:"","data-countryCode":"PA",value:"+507"},"Panama (+507)"),React.createElement("option",{key:"","data-countryCode":"PG",value:"+675"},"Papua New Guinea (+675)"),React.createElement("option",{key:"","data-countryCode":"PY",value:"+595"},"Paraguay (+595)"),React.createElement("option",{key:"","data-countryCode":"PE",value:"+51"},"Peru (+51)"),React.createElement("option",{key:"","data-countryCode":"PH",value:"+63"},"Philippines (+63)"),React.createElement("option",{key:"","data-countryCode":"PL",value:"+48"},"Poland (+48)"),React.createElement("option",{key:"","data-countryCode":"PT",value:"+351"},"Portugal (+351)"),React.createElement("option",{key:"","data-countryCode":"PR",value:"+1787"},"Puerto Rico (+1787)"),React.createElement("option",{key:"","data-countryCode":"QA",value:"+974"},"Qatar (+974)"),React.createElement("option",{key:"","data-countryCode":"RE",value:"+262"},"Reunion (+262)"),React.createElement("option",{key:"","data-countryCode":"RO",value:"+40"},"Romania (+40)"),React.createElement("option",{key:"","data-countryCode":"RU",value:"+7"},"Russia (+7)"),React.createElement("option",{key:"","data-countryCode":"RW",value:"+250"},"Rwanda (+250)"),React.createElement("option",{key:"","data-countryCode":"SM",value:"+378"},"San Marino (+378)"),React.createElement("option",{key:"","data-countryCode":"ST",value:"+239"},"Sao Tome & Principe (+239)"),React.createElement("option",{key:"","data-countryCode":"SA",value:"+966"},"Saudi Arabia (+966)"),React.createElement("option",{key:"","data-countryCode":"SN",value:"+221"},"Senegal (+221)"),React.createElement("option",{key:"","data-countryCode":"CS",value:"+381"},"Serbia (+381)"),React.createElement("option",{key:"","data-countryCode":"SC",value:"+248"},"Seychelles (+248)"),React.createElement("option",{key:"","data-countryCode":"SL",value:"+232"},"Sierra Leone (+232)"),React.createElement("option",{key:"","data-countryCode":"SG",value:"+65"},"Singapore (+65)"),React.createElement("option",{key:"","data-countryCode":"SK",value:"+421"},"Slovak Republic (+421)"),React.createElement("option",{key:"","data-countryCode":"SI",value:"+386"},"Slovenia (+386)"),React.createElement("option",{key:"","data-countryCode":"SB",value:"+677"},"Solomon Islands (+677)"),React.createElement("option",{key:"","data-countryCode":"SO",value:"+252"},"Somalia (+252)"),React.createElement("option",{key:"","data-countryCode":"ZA",value:"+27"},"South Africa (+27)"),React.createElement("option",{key:"","data-countryCode":"ES",value:"+34"},"Spain (+34)"),React.createElement("option",{key:"","data-countryCode":"LK",value:"+94"},"Sri Lanka (+94)"),React.createElement("option",{key:"","data-countryCode":"SH",value:"+290"},"St. Helena (+290)"),React.createElement("option",{key:"","data-countryCode":"KN",value:"+1869"},"St. Kitts (+1869)"),React.createElement("option",{key:"","data-countryCode":"SC",value:"+1758"},"St. Lucia (+1758)"),React.createElement("option",{key:"","data-countryCode":"SD",value:"+249"},"Sudan (+249)"),React.createElement("option",{key:"","data-countryCode":"SR",value:"+597"},"Suriname (+597)"),React.createElement("option",{key:"","data-countryCode":"SZ",value:"+268"},"Swaziland (+268)"),React.createElement("option",{key:"","data-countryCode":"SE",value:"+46"},"Sweden (+46)"),React.createElement("option",{key:"","data-countryCode":"CH",value:"+41"},"Switzerland (+41)"),React.createElement("option",{key:"","data-countryCode":"SI",value:"+963"},"Syria (+963)"),React.createElement("option",{key:"","data-countryCode":"TW",value:"+886"},"Taiwan (+886)"),React.createElement("option",{key:"","data-countryCode":"TJ",value:"+7"},"Tajikstan (+7)"),React.createElement("option",{key:"","data-countryCode":"TH",value:"+66"},"Thailand (+66)"),React.createElement("option",{key:"","data-countryCode":"TG",value:"+228"},"Togo (+228)"),React.createElement("option",{key:"","data-countryCode":"TO",value:"+676"},"Tonga (+676)"),React.createElement("option",{key:"","data-countryCode":"TT",value:"+1868"},"Trinidad & Tobago (+1868)"),React.createElement("option",{key:"","data-countryCode":"TN",value:"+216"},"Tunisia (+216)"),React.createElement("option",{key:"","data-countryCode":"TR",value:"+90"},"Turkey (+90)"),React.createElement("option",{key:"","data-countryCode":"TM",value:"+7"},"Turkmenistan (+7)"),React.createElement("option",{key:"","data-countryCode":"TM",value:"+993"},"Turkmenistan (+993)"),React.createElement("option",{key:"","data-countryCode":"TC",value:"+1649"},"Turks & Caicos Islands (+1649)"),React.createElement("option",{key:"","data-countryCode":"TV",value:"+688"},"Tuvalu (+688)"),React.createElement("option",{key:"","data-countryCode":"UG",value:"+256"},"Uganda (+256)"),React.createElement("option",{key:"","data-countryCode":"UA",value:"+380"},"Ukraine (+380)"),React.createElement("option",{key:"","data-countryCode":"AE",value:"+971"},"United Arab Emirates (+971)"),React.createElement("option",{key:"","data-countryCode":"UY",value:"+598"},"Uruguay (+598)"),React.createElement("option",{key:"","data-countryCode":"UZ",value:"+7"},"Uzbekistan (+7)"),React.createElement("option",{key:"","data-countryCode":"VU",value:"+678"},"Vanuatu (+678)"),React.createElement("option",{key:"","data-countryCode":"VA",value:"+379"},"Vatican City (+379)"),React.createElement("option",{key:"","data-countryCode":"VE",value:"+58"},"Venezuela (+58)"),React.createElement("option",{key:"","data-countryCode":"VN",value:"+84"},"Vietnam (+84)"),React.createElement("option",{key:"","data-countryCode":"VG",value:"+84"},"Virgin Islands - British (+1284)"),React.createElement("option",{key:"","data-countryCode":"VI",value:"+84"},"Virgin Islands - US (+1340)"),React.createElement("option",{key:"","data-countryCode":"WF",value:"+681"},"Wallis & Futuna (+681)"),React.createElement("option",{key:"","data-countryCode":"YE",value:"+969"},"Yemen (North)(+969)"),React.createElement("option",{key:"","data-countryCode":"YE",value:"+967"},"Yemen (South)(+967)"),React.createElement("option",{key:"","data-countryCode":"ZM",value:"+260"},"Zambia (+260)"),React.createElement("option",{key:"","data-countryCode":"ZW",value:"+263"},"Zimbabwe (+263)")];t.a=i},function(e,t,a){"use strict";t.__esModule=!0,t.default=t.EXITING=t.ENTERED=t.ENTERING=t.EXITED=t.UNMOUNTED=void 0;var i=function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var i=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,a):{};i.get||i.set?Object.defineProperty(t,a,i):t[a]=e[a]}return t.default=e,t}(a(20)),o=r(a(0)),n=r(a(75)),l=a(152);function r(e){return e&&e.__esModule?e:{default:e}}a(153),t.UNMOUNTED="unmounted",t.EXITED="exited",t.ENTERING="entering",t.ENTERED="entered",t.EXITING="exiting";var s=function(e){var t,a;function i(t,a){var i;i=e.call(this,t,a)||this;var o,n=a.transitionGroup,l=n&&!n.isMounting?t.enter:t.appear;return i.appearStatus=null,t.in?l?(o="exited",i.appearStatus="entering"):o="entered":o=t.unmountOnExit||t.mountOnEnter?"unmounted":"exited",i.state={status:o},i.nextCallback=null,i}a=e,(t=i).prototype=Object.create(a.prototype),t.prototype.constructor=t,t.__proto__=a;var l=i.prototype;return l.getChildContext=function(){return{transitionGroup:null}},i.getDerivedStateFromProps=function(e,t){return e.in&&"unmounted"===t.status?{status:"exited"}:null},l.componentDidMount=function(){this.updateStatus(!0,this.appearStatus)},l.componentDidUpdate=function(e){var t=null;if(e!==this.props){var a=this.state.status;this.props.in?"entering"!==a&&"entered"!==a&&(t="entering"):"entering"!==a&&"entered"!==a||(t="exiting")}this.updateStatus(!1,t)},l.componentWillUnmount=function(){this.cancelNextCallback()},l.getTimeouts=function(){var e,t,a,i=this.props.timeout;return e=t=a=i,null!=i&&"number"!=typeof i&&(e=i.exit,t=i.enter,a=void 0!==i.appear?i.appear:t),{exit:e,enter:t,appear:a}},l.updateStatus=function(e,t){if(void 0===e&&(e=!1),null!==t){this.cancelNextCallback();var a=n.default.findDOMNode(this);"entering"===t?this.performEnter(a,e):this.performExit(a)}else this.props.unmountOnExit&&"exited"===this.state.status&&this.setState({status:"unmounted"})},l.performEnter=function(e,t){var a=this,i=this.props.enter,o=this.context.transitionGroup?this.context.transitionGroup.isMounting:t,n=this.getTimeouts(),l=o?n.appear:n.enter;t||i?(this.props.onEnter(e,o),this.safeSetState({status:"entering"},(function(){a.props.onEntering(e,o),a.onTransitionEnd(e,l,(function(){a.safeSetState({status:"entered"},(function(){a.props.onEntered(e,o)}))}))}))):this.safeSetState({status:"entered"},(function(){a.props.onEntered(e)}))},l.performExit=function(e){var t=this,a=this.props.exit,i=this.getTimeouts();a?(this.props.onExit(e),this.safeSetState({status:"exiting"},(function(){t.props.onExiting(e),t.onTransitionEnd(e,i.exit,(function(){t.safeSetState({status:"exited"},(function(){t.props.onExited(e)}))}))}))):this.safeSetState({status:"exited"},(function(){t.props.onExited(e)}))},l.cancelNextCallback=function(){null!==this.nextCallback&&(this.nextCallback.cancel(),this.nextCallback=null)},l.safeSetState=function(e,t){t=this.setNextCallback(t),this.setState(e,t)},l.setNextCallback=function(e){var t=this,a=!0;return this.nextCallback=function(i){a&&(a=!1,t.nextCallback=null,e(i))},this.nextCallback.cancel=function(){a=!1},this.nextCallback},l.onTransitionEnd=function(e,t,a){this.setNextCallback(a);var i=null==t&&!this.props.addEndListener;e&&!i?(this.props.addEndListener&&this.props.addEndListener(e,this.nextCallback),null!=t&&setTimeout(this.nextCallback,t)):setTimeout(this.nextCallback,0)},l.render=function(){var e=this.state.status;if("unmounted"===e)return null;var t=this.props,a=t.children,i=function(e,t){if(null==e)return{};var a,i,o={},n=Object.keys(e);for(i=0;i<n.length;i++)a=n[i],t.indexOf(a)>=0||(o[a]=e[a]);return o}(t,["children"]);if(delete i.in,delete i.mountOnEnter,delete i.unmountOnExit,delete i.appear,delete i.enter,delete i.exit,delete i.timeout,delete i.addEndListener,delete i.onEnter,delete i.onEntering,delete i.onEntered,delete i.onExit,delete i.onExiting,delete i.onExited,"function"==typeof a)return a(e,i);var n=o.default.Children.only(a);return o.default.cloneElement(n,i)},i}(o.default.Component);function c(){}s.contextTypes={transitionGroup:i.object},s.childContextTypes={transitionGroup:function(){}},s.propTypes={},s.defaultProps={in:!1,mountOnEnter:!1,unmountOnExit:!1,appear:!1,enter:!0,exit:!0,onEnter:c,onEntering:c,onEntered:c,onExit:c,onExiting:c,onExited:c},s.UNMOUNTED=0,s.EXITED=1,s.ENTERING=2,s.ENTERED=3,s.EXITING=4;var p=(0,l.polyfill)(s);t.default=p},function(e,t,a){"use strict";function i(){var e=this.constructor.getDerivedStateFromProps(this.props,this.state);null!=e&&this.setState(e)}function o(e){this.setState(function(t){var a=this.constructor.getDerivedStateFromProps(e,t);return null!=a?a:null}.bind(this))}function n(e,t){try{var a=this.props,i=this.state;this.props=e,this.state=t,this.__reactInternalSnapshotFlag=!0,this.__reactInternalSnapshot=this.getSnapshotBeforeUpdate(a,i)}finally{this.props=a,this.state=i}}function l(e){var t=e.prototype;if(!t||!t.isReactComponent)throw new Error("Can only polyfill class components");if("function"!=typeof e.getDerivedStateFromProps&&"function"!=typeof t.getSnapshotBeforeUpdate)return e;var a=null,l=null,r=null;if("function"==typeof t.componentWillMount?a="componentWillMount":"function"==typeof t.UNSAFE_componentWillMount&&(a="UNSAFE_componentWillMount"),"function"==typeof t.componentWillReceiveProps?l="componentWillReceiveProps":"function"==typeof t.UNSAFE_componentWillReceiveProps&&(l="UNSAFE_componentWillReceiveProps"),"function"==typeof t.componentWillUpdate?r="componentWillUpdate":"function"==typeof t.UNSAFE_componentWillUpdate&&(r="UNSAFE_componentWillUpdate"),null!==a||null!==l||null!==r){var s=e.displayName||e.name,c="function"==typeof e.getDerivedStateFromProps?"getDerivedStateFromProps()":"getSnapshotBeforeUpdate()";throw Error("Unsafe legacy lifecycles will not be called for components using new component APIs.\n\n"+s+" uses "+c+" but also contains the following legacy lifecycles:"+(null!==a?"\n "+a:"")+(null!==l?"\n "+l:"")+(null!==r?"\n "+r:"")+"\n\nThe above lifecycles should be removed. Learn more about this warning here:\nhttps://fb.me/react-async-component-lifecycle-hooks")}if("function"==typeof e.getDerivedStateFromProps&&(t.componentWillMount=i,t.componentWillReceiveProps=o),"function"==typeof t.getSnapshotBeforeUpdate){if("function"!=typeof t.componentDidUpdate)throw new Error("Cannot polyfill getSnapshotBeforeUpdate() for components that do not define componentDidUpdate() on the prototype");t.componentWillUpdate=n;var p=t.componentDidUpdate;t.componentDidUpdate=function(e,t,a){var i=this.__reactInternalSnapshotFlag?this.__reactInternalSnapshot:a;p.call(this,e,t,i)}}return e}a.r(t),a.d(t,"polyfill",(function(){return l})),i.__suppressDeprecationWarning=!0,o.__suppressDeprecationWarning=!0,n.__suppressDeprecationWarning=!0},function(e,t,a){"use strict";var i;t.__esModule=!0,t.classNamesShape=t.timeoutsShape=void 0,(i=a(20))&&i.__esModule,t.timeoutsShape=null,t.classNamesShape=null},function(e,t,a){"use strict";t.__esModule=!0,t.default=void 0;var i=r(a(20)),o=r(a(0)),n=a(152),l=a(185);function r(e){return e&&e.__esModule?e:{default:e}}function s(){return(s=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e}).apply(this,arguments)}function c(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}var p=Object.values||function(e){return Object.keys(e).map((function(t){return e[t]}))},u=function(e){var t,a;function i(t,a){var i,o=(i=e.call(this,t,a)||this).handleExited.bind(c(c(i)));return i.state={handleExited:o,firstRender:!0},i}a=e,(t=i).prototype=Object.create(a.prototype),t.prototype.constructor=t,t.__proto__=a;var n=i.prototype;return n.getChildContext=function(){return{transitionGroup:{isMounting:!this.appeared}}},n.componentDidMount=function(){this.appeared=!0,this.mounted=!0},n.componentWillUnmount=function(){this.mounted=!1},i.getDerivedStateFromProps=function(e,t){var a=t.children,i=t.handleExited;return{children:t.firstRender?(0,l.getInitialChildMapping)(e,i):(0,l.getNextChildMapping)(e,a,i),firstRender:!1}},n.handleExited=function(e,t){var a=(0,l.getChildMapping)(this.props.children);e.key in a||(e.props.onExited&&e.props.onExited(t),this.mounted&&this.setState((function(t){var a=s({},t.children);return delete a[e.key],{children:a}})))},n.render=function(){var e=this.props,t=e.component,a=e.childFactory,i=function(e,t){if(null==e)return{};var a,i,o={},n=Object.keys(e);for(i=0;i<n.length;i++)a=n[i],t.indexOf(a)>=0||(o[a]=e[a]);return o}(e,["component","childFactory"]),n=p(this.state.children).map(a);return delete i.appear,delete i.enter,delete i.exit,null===t?n:o.default.createElement(t,i,n)},i}(o.default.Component);u.childContextTypes={transitionGroup:i.default.object.isRequired},u.propTypes={},u.defaultProps={component:"div",childFactory:function(e){return e}};var b=(0,n.polyfill)(u);t.default=b,e.exports=t.default},function(e,t,a){"use strict";var i,o=a(14),n=a.n(o),l=a(115),r=0,s={injectType:"lazySingletonStyleTag",attributes:{id:"uagb-editor-styles"},insert:"head",singleton:!0},c={};c.locals=l.a.locals||{},c.use=function(){return r++||(i=n()(l.a,s)),c},c.unuse=function(){r>0&&!--r&&(i(),i=null)};var p=c,u=a(0),b=a.n(u);t.a=()=>(Object(u.useLayoutEffect)(()=>(p.use(),()=>{p.unuse()}),[]),b.a.createElement("div",{className:"spectra-separator"}))},function(e,t){e.exports=window.wp.domReady},function(e,t,a){e.exports=function(){"use strict";return function(e){function t(t){if(t)try{e(t+"}")}catch(e){}}return function(a,i,o,n,l,r,s,c,p,u){switch(a){case 1:if(0===p&&64===i.charCodeAt(0))return e(i+";"),"";break;case 2:if(0===c)return i+"/*|*/";break;case 3:switch(c){case 102:case 112:return e(o[0]+i),"";default:return i+(0===u?"/*|*/":"")}case-2:i.split("/*|*/}").forEach(t)}}}}()},function(e,t,a){(function(t){for(var i=a(177),o="undefined"==typeof window?t:window,n=["moz","webkit"],l="AnimationFrame",r=o["request"+l],s=o["cancel"+l]||o["cancelRequest"+l],c=0;!r&&c<n.length;c++)r=o[n[c]+"Request"+l],s=o[n[c]+"Cancel"+l]||o[n[c]+"CancelRequest"+l];if(!r||!s){var p=0,u=0,b=[];r=function(e){if(0===b.length){var t=i(),a=Math.max(0,1e3/60-(t-p));p=a+t,setTimeout((function(){var e=b.slice(0);b.length=0;for(var t=0;t<e.length;t++)if(!e[t].cancelled)try{e[t].callback(p)}catch(e){setTimeout((function(){throw e}),0)}}),Math.round(a))}return b.push({handle:++u,callback:e,cancelled:!1}),u},s=function(e){for(var t=0;t<b.length;t++)b[t].handle===e&&(b[t].cancelled=!0)}}e.exports=function(e){return r.call(o,e)},e.exports.cancel=function(){s.apply(o,arguments)},e.exports.polyfill=function(e){e||(e=o),e.requestAnimationFrame=r,e.cancelAnimationFrame=s}}).call(this,a(128))},function(e,t,a){"use strict";Object.defineProperty(t,"__esModule",{value:!0});var i=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e},o=function(){function e(e,t){for(var a=0;a<t.length;a++){var i=t[a];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(t,a,i){return a&&e(t.prototype,a),i&&e(t,i),t}}(),n=a(0),l=s(n),r=s(a(20));function s(e){return e&&e.__esModule?e:{default:e}}var c={position:"absolute",top:0,left:0,visibility:"hidden",height:0,overflow:"scroll",whiteSpace:"pre"},p=["extraWidth","injectStyles","inputClassName","inputRef","inputStyle","minWidth","onAutosize","placeholderIsMinWidth"],u=function(e,t){t.style.fontSize=e.fontSize,t.style.fontFamily=e.fontFamily,t.style.fontWeight=e.fontWeight,t.style.fontStyle=e.fontStyle,t.style.letterSpacing=e.letterSpacing,t.style.textTransform=e.textTransform},b=!("undefined"==typeof window||!window.navigator)&&/MSIE |Trident\/|Edge\//.test(window.navigator.userAgent),g=function(){return b?"_"+Math.random().toString(36).substr(2,12):void 0},d=function(e){function t(e){!function(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}(this,t);var a=function(e,t){if(!e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return!t||"object"!=typeof t&&"function"!=typeof t?e:t}(this,(t.__proto__||Object.getPrototypeOf(t)).call(this,e));return a.inputRef=function(e){a.input=e,"function"==typeof a.props.inputRef&&a.props.inputRef(e)},a.placeHolderSizerRef=function(e){a.placeHolderSizer=e},a.sizerRef=function(e){a.sizer=e},a.state={inputWidth:e.minWidth,inputId:e.id||g()},a}return function(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function, not "+typeof t);e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,enumerable:!1,writable:!0,configurable:!0}}),t&&(Object.setPrototypeOf?Object.setPrototypeOf(e,t):e.__proto__=t)}(t,e),o(t,[{key:"componentDidMount",value:function(){this.mounted=!0,this.copyInputStyles(),this.updateInputWidth()}},{key:"UNSAFE_componentWillReceiveProps",value:function(e){var t=e.id;t!==this.props.id&&this.setState({inputId:t||g()})}},{key:"componentDidUpdate",value:function(e,t){t.inputWidth!==this.state.inputWidth&&"function"==typeof this.props.onAutosize&&this.props.onAutosize(this.state.inputWidth),this.updateInputWidth()}},{key:"componentWillUnmount",value:function(){this.mounted=!1}},{key:"copyInputStyles",value:function(){if(this.mounted&&window.getComputedStyle){var e=this.input&&window.getComputedStyle(this.input);e&&(u(e,this.sizer),this.placeHolderSizer&&u(e,this.placeHolderSizer))}}},{key:"updateInputWidth",value:function(){if(this.mounted&&this.sizer&&void 0!==this.sizer.scrollWidth){var e=void 0;e=this.props.placeholder&&(!this.props.value||this.props.value&&this.props.placeholderIsMinWidth)?Math.max(this.sizer.scrollWidth,this.placeHolderSizer.scrollWidth)+2:this.sizer.scrollWidth+2,(e+="number"===this.props.type&&void 0===this.props.extraWidth?16:parseInt(this.props.extraWidth)||0)<this.props.minWidth&&(e=this.props.minWidth),e!==this.state.inputWidth&&this.setState({inputWidth:e})}}},{key:"getInput",value:function(){return this.input}},{key:"focus",value:function(){this.input.focus()}},{key:"blur",value:function(){this.input.blur()}},{key:"select",value:function(){this.input.select()}},{key:"renderStyles",value:function(){var e=this.props.injectStyles;return b&&e?l.default.createElement("style",{dangerouslySetInnerHTML:{__html:"input#"+this.state.inputId+"::-ms-clear {display: none;}"}}):null}},{key:"render",value:function(){var e=[this.props.defaultValue,this.props.value,""].reduce((function(e,t){return null!=e?e:t})),t=i({},this.props.style);t.display||(t.display="inline-block");var a=i({boxSizing:"content-box",width:this.state.inputWidth+"px"},this.props.inputStyle),o=function(e,t){var a={};for(var i in e)t.indexOf(i)>=0||Object.prototype.hasOwnProperty.call(e,i)&&(a[i]=e[i]);return a}(this.props,[]);return function(e){p.forEach((function(t){return delete e[t]}))}(o),o.className=this.props.inputClassName,o.id=this.state.inputId,o.style=a,l.default.createElement("div",{className:this.props.className,style:t},this.renderStyles(),l.default.createElement("input",i({},o,{ref:this.inputRef})),l.default.createElement("div",{ref:this.sizerRef,style:c},e),this.props.placeholder?l.default.createElement("div",{ref:this.placeHolderSizerRef,style:c},this.props.placeholder):null)}}]),t}(n.Component);d.propTypes={className:r.default.string,defaultValue:r.default.any,extraWidth:r.default.oneOfType([r.default.number,r.default.string]),id:r.default.string,injectStyles:r.default.bool,inputClassName:r.default.string,inputRef:r.default.func,inputStyle:r.default.object,minWidth:r.default.oneOfType([r.default.number,r.default.string]),onAutosize:r.default.func,onChange:r.default.func,placeholder:r.default.string,placeholderIsMinWidth:r.default.bool,style:r.default.object,value:r.default.any},d.defaultProps={minWidth:1,injectStyles:!0},t.default=d},function(e,t,a){"use strict";var i,o,n={animationIterationCount:1,borderImageOutset:1,borderImageSlice:1,borderImageWidth:1,boxFlex:1,boxFlexGroup:1,boxOrdinalGroup:1,columnCount:1,columns:1,flex:1,flexGrow:1,flexPositive:1,flexShrink:1,flexNegative:1,flexOrder:1,gridRow:1,gridRowEnd:1,gridRowSpan:1,gridRowStart:1,gridColumn:1,gridColumnEnd:1,gridColumnSpan:1,gridColumnStart:1,fontWeight:1,lineHeight:1,opacity:1,order:1,orphans:1,tabSize:1,widows:1,zIndex:1,zoom:1,WebkitLineClamp:1,fillOpacity:1,floodOpacity:1,stopOpacity:1,strokeDasharray:1,strokeDashoffset:1,strokeMiterlimit:1,strokeOpacity:1,strokeWidth:1},l=function(e){function t(e,t,i){var o=t.trim().split(d);t=o;var n=o.length,l=e.length;switch(l){case 0:case 1:var r=0;for(e=0===l?"":e[0]+" ";r<n;++r)t[r]=a(e,t[r],i).trim();break;default:var s=r=0;for(t=[];r<n;++r)for(var c=0;c<l;++c)t[s++]=a(e[c]+" ",o[r],i).trim()}return t}function a(e,t,a){var i=t.charCodeAt(0);switch(33>i&&(i=(t=t.trim()).charCodeAt(0)),i){case 38:return t.replace(y,"$1"+e.trim());case 58:return e.trim()+t.replace(y,"$1"+e.trim());default:if(0<1*a&&0<t.indexOf("\f"))return t.replace(y,(58===e.charCodeAt(0)?"":"$1")+e.trim())}return e+t}function i(e,t,a,n){var l=e+";",r=2*t+3*a+4*n;if(944===r){e=l.indexOf(":",9)+1;var s=l.substring(e,l.length-1).trim();return s=l.substring(0,e).trim()+s+";",1===G||2===G&&o(s,1)?"-webkit-"+s+s:s}if(0===G||2===G&&!o(l,1))return l;switch(r){case 1015:return 97===l.charCodeAt(10)?"-webkit-"+l+l:l;case 951:return 116===l.charCodeAt(3)?"-webkit-"+l+l:l;case 963:return 110===l.charCodeAt(5)?"-webkit-"+l+l:l;case 1009:if(100!==l.charCodeAt(4))break;case 969:case 942:return"-webkit-"+l+l;case 978:return"-webkit-"+l+"-moz-"+l+l;case 1019:case 983:return"-webkit-"+l+"-moz-"+l+"-ms-"+l+l;case 883:if(45===l.charCodeAt(8))return"-webkit-"+l+l;if(0<l.indexOf("image-set(",11))return l.replace(k,"$1-webkit-$2")+l;break;case 932:if(45===l.charCodeAt(4))switch(l.charCodeAt(5)){case 103:return"-webkit-box-"+l.replace("-grow","")+"-webkit-"+l+"-ms-"+l.replace("grow","positive")+l;case 115:return"-webkit-"+l+"-ms-"+l.replace("shrink","negative")+l;case 98:return"-webkit-"+l+"-ms-"+l.replace("basis","preferred-size")+l}return"-webkit-"+l+"-ms-"+l+l;case 964:return"-webkit-"+l+"-ms-flex-"+l+l;case 1023:if(99!==l.charCodeAt(8))break;return"-webkit-box-pack"+(s=l.substring(l.indexOf(":",15)).replace("flex-","").replace("space-between","justify"))+"-webkit-"+l+"-ms-flex-pack"+s+l;case 1005:return b.test(l)?l.replace(u,":-webkit-")+l.replace(u,":-moz-")+l:l;case 1e3:switch(t=(s=l.substring(13).trim()).indexOf("-")+1,s.charCodeAt(0)+s.charCodeAt(t)){case 226:s=l.replace(_,"tb");break;case 232:s=l.replace(_,"tb-rl");break;case 220:s=l.replace(_,"lr");break;default:return l}return"-webkit-"+l+"-ms-"+s+l;case 1017:if(-1===l.indexOf("sticky",9))break;case 975:switch(t=(l=e).length-10,r=(s=(33===l.charCodeAt(t)?l.substring(0,t):l).substring(e.indexOf(":",7)+1).trim()).charCodeAt(0)+(0|s.charCodeAt(7))){case 203:if(111>s.charCodeAt(8))break;case 115:l=l.replace(s,"-webkit-"+s)+";"+l;break;case 207:case 102:l=l.replace(s,"-webkit-"+(102<r?"inline-":"")+"box")+";"+l.replace(s,"-webkit-"+s)+";"+l.replace(s,"-ms-"+s+"box")+";"+l}return l+";";case 938:if(45===l.charCodeAt(5))switch(l.charCodeAt(6)){case 105:return s=l.replace("-items",""),"-webkit-"+l+"-webkit-box-"+s+"-ms-flex-"+s+l;case 115:return"-webkit-"+l+"-ms-flex-item-"+l.replace(C,"")+l;default:return"-webkit-"+l+"-ms-flex-line-pack"+l.replace("align-content","").replace(C,"")+l}break;case 973:case 989:if(45!==l.charCodeAt(3)||122===l.charCodeAt(4))break;case 931:case 953:if(!0===P.test(e))return 115===(s=e.substring(e.indexOf(":")+1)).charCodeAt(0)?i(e.replace("stretch","fill-available"),t,a,n).replace(":fill-available",":stretch"):l.replace(s,"-webkit-"+s)+l.replace(s,"-moz-"+s.replace("fill-",""))+l;break;case 962:if(l="-webkit-"+l+(102===l.charCodeAt(5)?"-ms-"+l:"")+l,211===a+n&&105===l.charCodeAt(13)&&0<l.indexOf("transform",10))return l.substring(0,l.indexOf(";",27)+1).replace(g,"$1-webkit-$2")+l}return l}function o(e,t){var a=e.indexOf(1===t?":":"{"),i=e.substring(0,3!==t?a:10);return a=e.substring(a+1,e.length-1),R(2!==t?i:i.replace(w,"$1"),a,t)}function n(e,t){var a=i(t,t.charCodeAt(0),t.charCodeAt(1),t.charCodeAt(2));return a!==t+";"?a.replace(T," or ($1)").substring(4):"("+t+")"}function l(e,t,a,i,o,n,l,r,c,p){for(var u,b=0,g=t;b<E;++b)switch(u=M[b].call(s,e,g,a,i,o,n,l,r,c,p)){case void 0:case!1:case!0:case null:break;default:g=u}if(g!==t)return g}function r(e){return void 0!==(e=e.prefix)&&(R=null,e?"function"!=typeof e?G=1:(G=2,R=e):G=0),r}function s(e,a){var r=e;if(33>r.charCodeAt(0)&&(r=r.trim()),r=[r],0<E){var s=l(-1,a,r,r,A,x,0,0,0,0);void 0!==s&&"string"==typeof s&&(a=s)}var u=function e(a,r,s,u,b){for(var g,d,y,_,T,C=0,w=0,P=0,k=0,M=0,R=0,L=y=g=0,O=0,z=0,H=0,j=0,F=s.length,N=F-1,D="",V="",I="",W="";O<F;){if(d=s.charCodeAt(O),O===N&&0!==w+k+P+C&&(0!==w&&(d=47===w?10:47),k=P=C=0,F++,N++),0===w+k+P+C){if(O===N&&(0<z&&(D=D.replace(p,"")),0<D.trim().length)){switch(d){case 32:case 9:case 59:case 13:case 10:break;default:D+=s.charAt(O)}d=59}switch(d){case 123:for(g=(D=D.trim()).charCodeAt(0),y=1,j=++O;O<F;){switch(d=s.charCodeAt(O)){case 123:y++;break;case 125:y--;break;case 47:switch(d=s.charCodeAt(O+1)){case 42:case 47:e:{for(L=O+1;L<N;++L)switch(s.charCodeAt(L)){case 47:if(42===d&&42===s.charCodeAt(L-1)&&O+2!==L){O=L+1;break e}break;case 10:if(47===d){O=L+1;break e}}O=L}}break;case 91:d++;case 40:d++;case 34:case 39:for(;O++<N&&s.charCodeAt(O)!==d;);}if(0===y)break;O++}switch(y=s.substring(j,O),0===g&&(g=(D=D.replace(c,"").trim()).charCodeAt(0)),g){case 64:switch(0<z&&(D=D.replace(p,"")),d=D.charCodeAt(1)){case 100:case 109:case 115:case 45:z=r;break;default:z=S}if(j=(y=e(r,z,y,d,b+1)).length,0<E&&(T=l(3,y,z=t(S,D,H),r,A,x,j,d,b,u),D=z.join(""),void 0!==T&&0===(j=(y=T.trim()).length)&&(d=0,y="")),0<j)switch(d){case 115:D=D.replace(v,n);case 100:case 109:case 45:y=D+"{"+y+"}";break;case 107:y=(D=D.replace(m,"$1 $2"))+"{"+y+"}",y=1===G||2===G&&o("@"+y,3)?"@-webkit-"+y+"@"+y:"@"+y;break;default:y=D+y,112===u&&(V+=y,y="")}else y="";break;default:y=e(r,t(r,D,H),y,u,b+1)}I+=y,y=H=z=L=g=0,D="",d=s.charCodeAt(++O);break;case 125:case 59:if(1<(j=(D=(0<z?D.replace(p,""):D).trim()).length))switch(0===L&&(g=D.charCodeAt(0),45===g||96<g&&123>g)&&(j=(D=D.replace(" ",":")).length),0<E&&void 0!==(T=l(1,D,r,a,A,x,V.length,u,b,u))&&0===(j=(D=T.trim()).length)&&(D="\0\0"),g=D.charCodeAt(0),d=D.charCodeAt(1),g){case 0:break;case 64:if(105===d||99===d){W+=D+s.charAt(O);break}default:58!==D.charCodeAt(j-1)&&(V+=i(D,g,d,D.charCodeAt(2)))}H=z=L=g=0,D="",d=s.charCodeAt(++O)}}switch(d){case 13:case 10:47===w?w=0:0===1+g&&107!==u&&0<D.length&&(z=1,D+="\0"),0<E*B&&l(0,D,r,a,A,x,V.length,u,b,u),x=1,A++;break;case 59:case 125:if(0===w+k+P+C){x++;break}default:switch(x++,_=s.charAt(O),d){case 9:case 32:if(0===k+C+w)switch(M){case 44:case 58:case 9:case 32:_="";break;default:32!==d&&(_=" ")}break;case 0:_="\\0";break;case 12:_="\\f";break;case 11:_="\\v";break;case 38:0===k+w+C&&(z=H=1,_="\f"+_);break;case 108:if(0===k+w+C+U&&0<L)switch(O-L){case 2:112===M&&58===s.charCodeAt(O-3)&&(U=M);case 8:111===R&&(U=R)}break;case 58:0===k+w+C&&(L=O);break;case 44:0===w+P+k+C&&(z=1,_+="\r");break;case 34:case 39:0===w&&(k=k===d?0:0===k?d:k);break;case 91:0===k+w+P&&C++;break;case 93:0===k+w+P&&C--;break;case 41:0===k+w+C&&P--;break;case 40:if(0===k+w+C){if(0===g)switch(2*M+3*R){case 533:break;default:g=1}P++}break;case 64:0===w+P+k+C+L+y&&(y=1);break;case 42:case 47:if(!(0<k+C+P))switch(w){case 0:switch(2*d+3*s.charCodeAt(O+1)){case 235:w=47;break;case 220:j=O,w=42}break;case 42:47===d&&42===M&&j+2!==O&&(33===s.charCodeAt(j+2)&&(V+=s.substring(j,O+1)),_="",w=0)}}0===w&&(D+=_)}R=M,M=d,O++}if(0<(j=V.length)){if(z=r,0<E&&void 0!==(T=l(2,V,z,a,A,x,j,u,b,u))&&0===(V=T).length)return W+V+I;if(V=z.join(",")+"{"+V+"}",0!=G*U){switch(2!==G||o(V,2)||(U=0),U){case 111:V=V.replace(h,":-moz-$1")+V;break;case 112:V=V.replace(f,"::-webkit-input-$1")+V.replace(f,"::-moz-$1")+V.replace(f,":-ms-input-$1")+V}U=0}}return W+V+I}(S,r,a,0,0);return 0<E&&void 0!==(s=l(-2,u,r,r,A,x,u.length,0,0,0))&&(u=s),U=0,x=A=1,u}var c=/^\0+/g,p=/[\0\r\f]/g,u=/: */g,b=/zoo|gra/,g=/([,: ])(transform)/g,d=/,\r+?/g,y=/([\t\r\n ])*\f?&/g,m=/@(k\w+)\s*(\S*)\s*/,f=/::(place)/g,h=/:(read-only)/g,_=/[svh]\w+-[tblr]{2}/,v=/\(\s*(.*)\s*\)/g,T=/([\s\S]*?);/g,C=/-self|flex-/g,w=/[^]*?(:[rp][el]a[\w-]+)[^]*/,P=/stretch|:\s*\w+\-(?:conte|avail)/,k=/([^-])(image-set\()/,x=1,A=1,U=0,G=1,S=[],M=[],E=0,R=null,B=0;return s.use=function e(t){switch(t){case void 0:case null:E=M.length=0;break;default:switch(t.constructor){case Array:for(var a=0,i=t.length;a<i;++a)e(t[a]);break;case Function:M[E++]=t;break;case Boolean:B=0|!!t}}return e},s.set=r,void 0!==e&&r(e),s},r=a(157),s=a.n(r),c=/[A-Z]|^ms/g,p=(i=function(e){return e.replace(c,"-$&").toLowerCase()},o={},function(e){return void 0===o[e]&&(o[e]=i(e)),o[e]}),u=function(e,t){return null==t||"boolean"==typeof t?"":1===n[e]||45===e.charCodeAt(1)||isNaN(t)||0===t?t:t+"px"},b=function e(t){for(var a=t.length,i=0,o="";i<a;i++){var n=t[i];if(null!=n){var l=void 0;switch(typeof n){case"boolean":break;case"function":l=e([n()]);break;case"object":if(Array.isArray(n))l=e(n);else for(var r in l="",n)n[r]&&r&&(l&&(l+=" "),l+=r);break;default:l=n}l&&(o&&(o+=" "),o+=l)}}return o},g="undefined"!=typeof document;function d(e){var t=document.createElement("style");return t.setAttribute("data-emotion",e.key||""),void 0!==e.nonce&&t.setAttribute("nonce",e.nonce),t.appendChild(document.createTextNode("")),(void 0!==e.container?e.container:document.head).appendChild(t),t}var y=function(){function e(e){this.isSpeedy=!0,this.tags=[],this.ctr=0,this.opts=e}var t=e.prototype;return t.inject=function(){if(this.injected)throw new Error("already injected!");this.tags[0]=d(this.opts),this.injected=!0},t.speedy=function(e){if(0!==this.ctr)throw new Error("cannot change speedy now");this.isSpeedy=!!e},t.insert=function(e,t){if(this.isSpeedy){var a=function(e){if(e.sheet)return e.sheet;for(var t=0;t<document.styleSheets.length;t++)if(document.styleSheets[t].ownerNode===e)return document.styleSheets[t]}(this.tags[this.tags.length-1]);try{a.insertRule(e,a.cssRules.length)}catch(e){}}else{var i=d(this.opts);this.tags.push(i),i.appendChild(document.createTextNode(e+(t||"")))}this.ctr++,this.ctr%65e3==0&&this.tags.push(d(this.opts))},t.flush=function(){this.tags.forEach((function(e){return e.parentNode.removeChild(e)})),this.tags=[],this.ctr=0,this.injected=!1},e}();t.a=function(e,t){if(void 0!==e.__SECRET_EMOTION__)return e.__SECRET_EMOTION__;void 0===t&&(t={});var a,i,o=t.key||"css",n=s()((function(e){a+=e,g&&c.insert(e,m)}));void 0!==t.prefix&&(i={prefix:t.prefix});var r={registered:{},inserted:{},nonce:t.nonce,key:o},c=new y(t);g&&c.inject();var d=new l(i);d.use(t.stylisPlugins)(n);var m="";function f(e,t){if(null==e)return"";switch(typeof e){case"boolean":return"";case"function":return void 0!==e.__emotion_styles?e.toString():f.call(this,void 0===this?e():e(this.mergedProps,this.context),t);case"object":return T.call(this,e);default:var a=r.registered[e];return!1===t&&void 0!==a?a:e}}var h,_,v=new WeakMap;function T(e){if(v.has(e))return v.get(e);var t="";return Array.isArray(e)?e.forEach((function(e){t+=f.call(this,e,!1)}),this):Object.keys(e).forEach((function(a){"object"!=typeof e[a]?void 0!==r.registered[e[a]]?t+=a+"{"+r.registered[e[a]]+"}":t+=p(a)+":"+u(a,e[a])+";":Array.isArray(e[a])&&"string"==typeof e[a][0]&&void 0===r.registered[e[a][0]]?e[a].forEach((function(e){t+=p(a)+":"+u(a,e)+";"})):t+=a+"{"+f.call(this,e[a],!1)+"}"}),this),v.set(e,t),t}var C=/label:\s*([^\s;\n{]+)\s*;/g,w=function(e,t){return function(e){for(var t,a=e.length,i=a^a,o=0;a>=4;)t=1540483477*(65535&(t=255&e.charCodeAt(o)|(255&e.charCodeAt(++o))<<8|(255&e.charCodeAt(++o))<<16|(255&e.charCodeAt(++o))<<24))+((1540483477*(t>>>16)&65535)<<16),i=1540483477*(65535&i)+((1540483477*(i>>>16)&65535)<<16)^(t=1540483477*(65535&(t^=t>>>24))+((1540483477*(t>>>16)&65535)<<16)),a-=4,++o;switch(a){case 3:i^=(255&e.charCodeAt(o+2))<<16;case 2:i^=(255&e.charCodeAt(o+1))<<8;case 1:i=1540483477*(65535&(i^=255&e.charCodeAt(o)))+((1540483477*(i>>>16)&65535)<<16)}return i=1540483477*(65535&(i^=i>>>13))+((1540483477*(i>>>16)&65535)<<16),((i^=i>>>15)>>>0).toString(36)}(e+t)+t},P=function(e){var t=!0,a="",i="";null==e||void 0===e.raw?(t=!1,a+=f.call(this,e,!1)):a+=e[0];for(var o=arguments.length,n=new Array(o>1?o-1:0),l=1;l<o;l++)n[l-1]=arguments[l];return n.forEach((function(i,o){a+=f.call(this,i,46===a.charCodeAt(a.length-1)),!0===t&&void 0!==e[o+1]&&(a+=e[o+1])}),this),_=a,a=a.replace(C,(function(e,t){return i+="-"+t,""})),h=w(a,i),a};function k(e,t){void 0===r.inserted[h]&&(a="",d(e,t),r.inserted[h]=a)}var x=function(){var e=P.apply(this,arguments),t=o+"-"+h;return void 0===r.registered[t]&&(r.registered[t]=_),k("."+t,e),t};function A(e,t){var a="";return t.split(" ").forEach((function(t){void 0!==r.registered[t]?e.push(t):a+=t+" "})),a}function U(e,t){var a=[],i=A(a,e);return a.length<2?e:i+x(a,t)}function G(e){r.inserted[e]=!0}if(g){var S=document.querySelectorAll("[data-emotion-"+o+"]");Array.prototype.forEach.call(S,(function(e){c.tags[0].parentNode.insertBefore(e,c.tags[0]),e.getAttribute("data-emotion-"+o).split(" ").forEach(G)}))}var M={flush:function(){g&&(c.flush(),c.inject()),r.inserted={},r.registered={}},hydrate:function(e){e.forEach(G)},cx:function(){for(var e=arguments.length,t=new Array(e),a=0;a<e;a++)t[a]=arguments[a];return U(b(t))},merge:U,getRegisteredStyles:A,injectGlobal:function(){var e=P.apply(this,arguments);k("",e)},keyframes:function(){var e=P.apply(this,arguments),t="animation-"+h;return k("","@keyframes "+t+"{"+e+"}"),t},css:x,sheet:c,caches:r};return e.__SECRET_EMOTION__=M,M}},,,,,,,,,,,,,,,function(e,t,a){"use strict";var i=a(176);function o(){}function n(){}n.resetWarningCache=o,e.exports=function(){function e(e,t,a,o,n,l){if(l!==i){var r=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw r.name="Invariant Violation",r}}function t(){return e}e.isRequired=e;var a={array:e,bool:e,func:e,number:e,object:e,string:e,symbol:e,any:e,arrayOf:t,element:e,elementType:e,instanceOf:t,node:e,objectOf:t,oneOf:t,oneOfType:t,shape:t,exact:t,checkPropTypes:n,resetWarningCache:o};return a.PropTypes=a,a}},function(e,t,a){"use strict";e.exports="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED"},function(e,t,a){(function(t){(function(){var a,i,o,n,l,r;"undefined"!=typeof performance&&null!==performance&&performance.now?e.exports=function(){return performance.now()}:null!=t&&t.hrtime?(e.exports=function(){return(a()-l)/1e6},i=t.hrtime,n=(a=function(){var e;return 1e9*(e=i())[0]+e[1]})(),r=1e9*t.uptime(),l=n-r):Date.now?(e.exports=function(){return Date.now()-o},o=Date.now()):(e.exports=function(){return(new Date).getTime()-o},o=(new Date).getTime())}).call(this)}).call(this,a(178))},function(e,t){var a,i,o=e.exports={};function n(){throw new Error("setTimeout has not been defined")}function l(){throw new Error("clearTimeout has not been defined")}function r(e){if(a===setTimeout)return setTimeout(e,0);if((a===n||!a)&&setTimeout)return a=setTimeout,setTimeout(e,0);try{return a(e,0)}catch(t){try{return a.call(null,e,0)}catch(t){return a.call(this,e,0)}}}!function(){try{a="function"==typeof setTimeout?setTimeout:n}catch(e){a=n}try{i="function"==typeof clearTimeout?clearTimeout:l}catch(e){i=l}}();var s,c=[],p=!1,u=-1;function b(){p&&s&&(p=!1,s.length?c=s.concat(c):u=-1,c.length&&g())}function g(){if(!p){var e=r(b);p=!0;for(var t=c.length;t;){for(s=c,c=[];++u<t;)s&&s[u].run();u=-1,t=c.length}s=null,p=!1,function(e){if(i===clearTimeout)return clearTimeout(e);if((i===l||!i)&&clearTimeout)return i=clearTimeout,clearTimeout(e);try{i(e)}catch(t){try{return i.call(null,e)}catch(t){return i.call(this,e)}}}(e)}}function d(e,t){this.fun=e,this.array=t}function y(){}o.nextTick=function(e){var t=new Array(arguments.length-1);if(arguments.length>1)for(var a=1;a<arguments.length;a++)t[a-1]=arguments[a];c.push(new d(e,t)),1!==c.length||p||r(g)},d.prototype.run=function(){this.fun.apply(null,this.array)},o.title="browser",o.browser=!0,o.env={},o.argv=[],o.version="",o.versions={},o.on=y,o.addListener=y,o.once=y,o.off=y,o.removeListener=y,o.removeAllListeners=y,o.emit=y,o.prependListener=y,o.prependOnceListener=y,o.listeners=function(e){return[]},o.binding=function(e){throw new Error("process.binding is not supported")},o.cwd=function(){return"/"},o.chdir=function(e){throw new Error("process.chdir is not supported")},o.umask=function(){return 0}},function(e,t,a){"use strict";t.__esModule=!0,t.default=void 0,function(e){if(e&&e.__esModule)return e;var t={};if(null!=e)for(var a in e)if(Object.prototype.hasOwnProperty.call(e,a)){var i=Object.defineProperty&&Object.getOwnPropertyDescriptor?Object.getOwnPropertyDescriptor(e,a):{};i.get||i.set?Object.defineProperty(t,a,i):t[a]=e[a]}t.default=e}(a(20));var i=r(a(180)),o=r(a(183)),n=r(a(0)),l=r(a(151));function r(e){return e&&e.__esModule?e:{default:e}}function s(){return(s=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e}).apply(this,arguments)}a(153);var c=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return(0,i.default)(e,t)}))},p=function(e,t){return e&&t&&t.split(" ").forEach((function(t){return(0,o.default)(e,t)}))},u=function(e){var t,a;function i(){for(var t,a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return(t=e.call.apply(e,[this].concat(i))||this).onEnter=function(e,a){var i=t.getClassNames(a?"appear":"enter").className;t.removeClasses(e,"exit"),c(e,i),t.props.onEnter&&t.props.onEnter(e,a)},t.onEntering=function(e,a){var i=t.getClassNames(a?"appear":"enter").activeClassName;t.reflowAndAddClass(e,i),t.props.onEntering&&t.props.onEntering(e,a)},t.onEntered=function(e,a){var i=t.getClassNames("appear").doneClassName,o=t.getClassNames("enter").doneClassName,n=a?i+" "+o:o;t.removeClasses(e,a?"appear":"enter"),c(e,n),t.props.onEntered&&t.props.onEntered(e,a)},t.onExit=function(e){var a=t.getClassNames("exit").className;t.removeClasses(e,"appear"),t.removeClasses(e,"enter"),c(e,a),t.props.onExit&&t.props.onExit(e)},t.onExiting=function(e){var a=t.getClassNames("exit").activeClassName;t.reflowAndAddClass(e,a),t.props.onExiting&&t.props.onExiting(e)},t.onExited=function(e){var a=t.getClassNames("exit").doneClassName;t.removeClasses(e,"exit"),c(e,a),t.props.onExited&&t.props.onExited(e)},t.getClassNames=function(e){var a=t.props.classNames,i="string"==typeof a,o=i?(i&&a?a+"-":"")+e:a[e];return{className:o,activeClassName:i?o+"-active":a[e+"Active"],doneClassName:i?o+"-done":a[e+"Done"]}},t}a=e,(t=i).prototype=Object.create(a.prototype),t.prototype.constructor=t,t.__proto__=a;var o=i.prototype;return o.removeClasses=function(e,t){var a=this.getClassNames(t),i=a.className,o=a.activeClassName,n=a.doneClassName;i&&p(e,i),o&&p(e,o),n&&p(e,n)},o.reflowAndAddClass=function(e,t){t&&(e&&e.scrollTop,c(e,t))},o.render=function(){var e=s({},this.props);return delete e.classNames,n.default.createElement(l.default,s({},e,{onEnter:this.onEnter,onEntered:this.onEntered,onEntering:this.onEntering,onExit:this.onExit,onExiting:this.onExiting,onExited:this.onExited}))},i}(n.default.Component);u.defaultProps={classNames:""},u.propTypes={};var b=u;t.default=b,e.exports=t.default},function(e,t,a){"use strict";var i=a(181);t.__esModule=!0,t.default=function(e,t){e.classList?e.classList.add(t):(0,o.default)(e,t)||("string"==typeof e.className?e.className=e.className+" "+t:e.setAttribute("class",(e.className&&e.className.baseVal||"")+" "+t))};var o=i(a(182));e.exports=t.default},function(e,t){e.exports=function(e){return e&&e.__esModule?e:{default:e}},e.exports.default=e.exports,e.exports.__esModule=!0},function(e,t,a){"use strict";t.__esModule=!0,t.default=function(e,t){return e.classList?!!t&&e.classList.contains(t):-1!==(" "+(e.className.baseVal||e.className)+" ").indexOf(" "+t+" ")},e.exports=t.default},function(e,t,a){"use strict";function i(e,t){return e.replace(new RegExp("(^|\\s)"+t+"(?:\\s|$)","g"),"$1").replace(/\s+/g," ").replace(/^\s*|\s*$/g,"")}e.exports=function(e,t){e.classList?e.classList.remove(t):"string"==typeof e.className?e.className=i(e.className,t):e.setAttribute("class",i(e.className&&e.className.baseVal||"",t))}},function(e,t,a){"use strict";t.__esModule=!0,t.default=void 0,l(a(20));var i=l(a(0)),o=a(75),n=l(a(154));function l(e){return e&&e.__esModule?e:{default:e}}var r=function(e){var t,a;function l(){for(var t,a=arguments.length,i=new Array(a),o=0;o<a;o++)i[o]=arguments[o];return(t=e.call.apply(e,[this].concat(i))||this).handleEnter=function(){for(var e=arguments.length,a=new Array(e),i=0;i<e;i++)a[i]=arguments[i];return t.handleLifecycle("onEnter",0,a)},t.handleEntering=function(){for(var e=arguments.length,a=new Array(e),i=0;i<e;i++)a[i]=arguments[i];return t.handleLifecycle("onEntering",0,a)},t.handleEntered=function(){for(var e=arguments.length,a=new Array(e),i=0;i<e;i++)a[i]=arguments[i];return t.handleLifecycle("onEntered",0,a)},t.handleExit=function(){for(var e=arguments.length,a=new Array(e),i=0;i<e;i++)a[i]=arguments[i];return t.handleLifecycle("onExit",1,a)},t.handleExiting=function(){for(var e=arguments.length,a=new Array(e),i=0;i<e;i++)a[i]=arguments[i];return t.handleLifecycle("onExiting",1,a)},t.handleExited=function(){for(var e=arguments.length,a=new Array(e),i=0;i<e;i++)a[i]=arguments[i];return t.handleLifecycle("onExited",1,a)},t}a=e,(t=l).prototype=Object.create(a.prototype),t.prototype.constructor=t,t.__proto__=a;var r=l.prototype;return r.handleLifecycle=function(e,t,a){var n,l=this.props.children,r=i.default.Children.toArray(l)[t];r.props[e]&&(n=r.props)[e].apply(n,a),this.props[e]&&this.props[e]((0,o.findDOMNode)(this))},r.render=function(){var e=this.props,t=e.children,a=e.in,o=function(e,t){if(null==e)return{};var a,i,o={},n=Object.keys(e);for(i=0;i<n.length;i++)a=n[i],t.indexOf(a)>=0||(o[a]=e[a]);return o}(e,["children","in"]),l=i.default.Children.toArray(t),r=l[0],s=l[1];return delete o.onEnter,delete o.onEntering,delete o.onEntered,delete o.onExit,delete o.onExiting,delete o.onExited,i.default.createElement(n.default,o,a?i.default.cloneElement(r,{key:"first",onEnter:this.handleEnter,onEntering:this.handleEntering,onEntered:this.handleEntered}):i.default.cloneElement(s,{key:"second",onEnter:this.handleExit,onEntering:this.handleExiting,onEntered:this.handleExited}))},l}(i.default.Component);r.propTypes={};var s=r;t.default=s,e.exports=t.default},function(e,t,a){"use strict";t.__esModule=!0,t.getChildMapping=o,t.mergeChildMappings=n,t.getInitialChildMapping=function(e,t){return o(e.children,(function(a){return(0,i.cloneElement)(a,{onExited:t.bind(null,a),in:!0,appear:l(a,"appear",e),enter:l(a,"enter",e),exit:l(a,"exit",e)})}))},t.getNextChildMapping=function(e,t,a){var r=o(e.children),s=n(t,r);return Object.keys(s).forEach((function(o){var n=s[o];if((0,i.isValidElement)(n)){var c=o in t,p=o in r,u=t[o],b=(0,i.isValidElement)(u)&&!u.props.in;!p||c&&!b?p||!c||b?p&&c&&(0,i.isValidElement)(u)&&(s[o]=(0,i.cloneElement)(n,{onExited:a.bind(null,n),in:u.props.in,exit:l(n,"exit",e),enter:l(n,"enter",e)})):s[o]=(0,i.cloneElement)(n,{in:!1}):s[o]=(0,i.cloneElement)(n,{onExited:a.bind(null,n),in:!0,exit:l(n,"exit",e),enter:l(n,"enter",e)})}})),s};var i=a(0);function o(e,t){var a=Object.create(null);return e&&i.Children.map(e,(function(e){return e})).forEach((function(e){a[e.key]=function(e){return t&&(0,i.isValidElement)(e)?t(e):e}(e)})),a}function n(e,t){function a(a){return a in t?t[a]:e[a]}e=e||{},t=t||{};var i,o=Object.create(null),n=[];for(var l in e)l in t?n.length&&(o[l]=n,n=[]):n.push(l);var r={};for(var s in t){if(o[s])for(i=0;i<o[s].length;i++){var c=o[s][i];r[o[s][i]]=a(c)}r[s]=a(s)}for(i=0;i<n.length;i++)r[n[i]]=a(n[i]);return r}function l(e,t,a){return null!=a[t]?a[t]:e.props[t]}},,,,,,,,,,,,function(e,t){const{enableMasonryGallery:a}=uagb_blocks_info;wp.hooks.addFilter("blocks.registerBlockType","uagb/advanced-control-block",(function(e){return uagb_blocks_info.uagb_exclude_blocks_from_extension.includes(e.name)||e.attributes&&(e.attributes=Object.assign(e.attributes,{UAGUserRole:{type:"string"},UAGBrowser:{type:"string"},UAGSystem:{type:"string"},UAGHideDesktop:{type:"boolean",default:!1},UAGHideMob:{type:"boolean",default:!1},UAGHideTab:{type:"boolean",default:!1},UAGLoggedIn:{type:"boolean",default:!1},UAGLoggedOut:{type:"boolean",default:!1},UAGDisplayConditions:{type:"string"},zIndex:{type:"number"},zIndexTablet:{type:"number"},zIndexMobile:{type:"number"}})),e})),("enabled"===a||!0===a)&&wp.hooks.addFilter("blocks.registerBlockType","uagb/masonry-gallery",(function(e){return["core/gallery"].includes(e.name)&&e.attributes&&(e.attributes=Object.assign(e.attributes,{masonry:{type:"boolean",default:!1},masonryGutter:{type:"number"},block_id:{type:"string"}})),e}))},,,,,,,function(e,t,a){"use strict";a.r(t),a.d(t,"initAutoBlockRecovery",(function(){return Hr}));var i=a(156),o=a.n(i),n=a(23),l=(e,t)=>{setTimeout(()=>{const a=document.getElementById("uagb-editor-styles");let i=!1;a&&(i=a.cloneNode(!0));const o=document.getElementById("dashicons-css");let n=!1;o&&(n=o.cloneNode(!0));const l=document.getElementById("uagb-block-css-css");let r=!1;l&&(r=l.cloneNode(!0));const s=document.getElementById("uagb-slick-css-css");let c=!1;s&&(c=s.cloneNode(!0));const p=document.getElementById("uagb-blocks-editor-spacing-style");let u=!1;p&&(u=p.cloneNode(!0));const b=document.getElementById(e);if(null==b){const a=document.createElement("style");a.setAttribute("id",e),a.innerHTML=t,document.head.appendChild(a)}null!=b&&(b.innerHTML=t);const g=document.getElementsByClassName("is-tablet-preview"),d=document.getElementsByClassName("is-mobile-preview"),y=document.getElementsByClassName("edit-site-visual-editor__editor-canvas");if(0!==g.length||0!==d.length||0!==y.length){var m,f;const a=g[0]||d[0];let o=!1;0!==y.length?o=y[0]:a&&(o=a.getElementsByTagName("iframe")[0]);const l=(null===(m=o)||void 0===m?void 0:m.contentWindow.document)||(null===(f=o)||void 0===f?void 0:f.contentDocument);if(!o||!l)return;if(r&&(l.getElementById("uagb-block-css-css")||l.head.appendChild(r)),i){const e=l.getElementById("uagb-editor-styles");e&&l.head.removeChild(e),l.head.appendChild(i)}if(n){const e=l.getElementById("dashicons-css");e&&l.head.removeChild(e),l.head.appendChild(n)}c&&(l.getElementById("uagb-slick-css-css")||l.head.appendChild(c)),u&&(l.getElementById("uagb-blocks-editor-spacing-style")||l.head.appendChild(u));let s=l.getElementById(e);if(null==s){const t=document.createElement("style");t.setAttribute("id",e),l.head.appendChild(t)}s=l.getElementById(e),null!=s&&(s.innerHTML=t)}})},r=function(e,t){let a="";for(const o in e){const n=e[o];let l="";for(const e in n){var i;if(void 0===n[e]||null===n[e]||0===(null===(i=n[e])||void 0===i?void 0:i.length))continue;const t=n[e];"font-family"===e&&"Default"===t||(l+="font-family"===e?e+": '"+t+"';":e+": "+t+";")}0!==l.length&&(a+=t,a+=o+"{",a+=l,a+="}")}return a},s=a(8),c=a(78),p=function(e,t){let a="";return void 0!==e&&(a+=e+t),a},u=function(e){const{backgroundType:t,backgroundImage:a,backgroundColor:i,gradientValue:o,backgroundRepeat:n,backgroundPosition:l,backgroundSize:r,backgroundAttachment:s,backgroundCustomSize:c,backgroundCustomSizeType:p,backgroundImageColor:u,overlayType:b,backgroundVideoColor:g,backgroundVideo:d,customPosition:y,xPosition:m,xPositionType:f,yPosition:h,yPositionType:_}=e,v={};if(void 0!==t&&""!==t){"color"===t?a&&""!==a&&""!==i&&void 0!==i&&"unset"!==i&&null!=a&&a.url?v["background-image"]="linear-gradient(to right, "+i+", "+i+"), url("+(null==a?void 0:a.url)+");":void 0!==a&&""!==a&&"unset"!==a||(v["background-color"]=i):"image"===t?("color"===b&&""!==a&&""!==u&&void 0!==u&&"unset"!==u&&null!=a&&a.url&&(v["background-image"]="linear-gradient(to right, "+u+", "+u+"), url("+(null==a?void 0:a.url)+");"),"gradient"===b&&""!==a&&a&&o&&null!=a&&a.url&&(v["background-image"]=o+", url("+(null==a?void 0:a.url)+");"),""!==a&&a&&"none"===b&&null!=a&&a.url&&(v["background-image"]="url("+(null==a?void 0:a.url)+");")):"gradient"===t?""!==o&&"unset"!==o&&(v.background=o):"video"===t&&("color"===b&&""!==d&&""!==g&&void 0!==g&&"unset"!==g&&(v.background=g),"gradient"===b&&""!==d&&d&&o&&(v["background-image"]=o+";"));let e=r;"custom"===r&&(e=c+p),""!==a&&(v["background-repeat"]=n,"custom"!==y&&null!=l&&l.x&&null!=l&&l.y?v["background-position"]=`${100*(null==l?void 0:l.x)}% ${100*(null==l?void 0:l.y)}%`:"custom"===y&&m&&h&&(v["background-position"]=`${m}${f} ${h}${_}`),v["background-size"]=e,v["background-attachment"]=s)}return v},b=function(e,t){if(!e)return"";void 0!==t&&""!==t||(t=100),t=void 0!==t?t/100:1,e=(e=e.replace("#","")).replace(/^#?([a-f\d])([a-f\d])([a-f\d])$/i,(function(e,t,a,i){return t+t+a+a+i+i}));const a=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(e),i=a?{r:parseInt(a[1],16),g:parseInt(a[2],16),b:parseInt(a[3],16)}:null;return i?"rgba("+i.r+","+i.g+","+i.b+","+t+")":""},g=a(29),d=a(3),y=function(e,t){let a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"desktop";const i={},o=e[t+"BorderStyle"],n=e[t+"BorderColor"],l=isNaN(e[t+"BorderTopWidth"])?"":e[t+"BorderTopWidth"]+"px",r=isNaN(e[t+"BorderRightWidth"])?"":e[t+"BorderRightWidth"]+"px",s=isNaN(e[t+"BorderBottomWidth"])?"":e[t+"BorderBottomWidth"]+"px",c=isNaN(e[t+"BorderLeftWidth"])?"":e[t+"BorderLeftWidth"]+"px",p=isNaN(e[t+"BorderTopWidthMobile"])?"":e[t+"BorderTopWidthMobile"]+"px",u=isNaN(e[t+"BorderRightWidthMobile"])?"":e[t+"BorderRightWidthMobile"]+"px",b=isNaN(e[t+"BorderBottomWidthMobile"])?"":e[t+"BorderBottomWidthMobile"]+"px",g=isNaN(e[t+"BorderLeftWidthMobile"])?"":e[t+"BorderLeftWidthMobile"]+"px",d=isNaN(e[t+"BorderTopWidthTablet"])?"":e[t+"BorderTopWidthTablet"]+"px",y=isNaN(e[t+"BorderRightWidthTablet"])?"":e[t+"BorderRightWidthTablet"]+"px",m=isNaN(e[t+"BorderBottomWidthTablet"])?"":e[t+"BorderBottomWidthTablet"]+"px",f=isNaN(e[t+"BorderLeftWidthTablet"])?"":e[t+"BorderLeftWidthTablet"]+"px",h=e[t+"BorderRadiusUnit"]?e[t+"BorderRadiusUnit"]:"px",_=e[t+"BorderRadiusUnitTablet"]?e[t+"BorderRadiusUnitTablet"]:"px",v=e[t+"BorderRadiusUnitMobile"]?e[t+"BorderRadiusUnitMobile"]:"px",T=isNaN(e[t+"BorderTopLeftRadius"])?"":e[t+"BorderTopLeftRadius"]+h,C=isNaN(e[t+"BorderTopRightRadius"])?"":e[t+"BorderTopRightRadius"]+h,w=isNaN(e[t+"BorderBottomRightRadius"])?"":e[t+"BorderBottomRightRadius"]+h,P=isNaN(e[t+"BorderBottomLeftRadius"])?"":e[t+"BorderBottomLeftRadius"]+h,k=isNaN(e[t+"BorderTopLeftRadiusMobile"])?"":e[t+"BorderTopLeftRadiusMobile"]+v,x=isNaN(e[t+"BorderTopRightRadiusMobile"])?"":e[t+"BorderTopRightRadiusMobile"]+v,A=isNaN(e[t+"BorderBottomRightRadiusMobile"])?"":e[t+"BorderBottomRightRadiusMobile"]+v,U=isNaN(e[t+"BorderBottomLeftRadiusMobile"])?"":e[t+"BorderBottomLeftRadiusMobile"]+v,G=isNaN(e[t+"BorderTopLeftRadiusTablet"])?"":e[t+"BorderTopLeftRadiusTablet"]+_,S=isNaN(e[t+"BorderTopRightRadiusTablet"])?"":e[t+"BorderTopRightRadiusTablet"]+_,M=isNaN(e[t+"BorderBottomRightRadiusTablet"])?"":e[t+"BorderBottomRightRadiusTablet"]+_,E=isNaN(e[t+"BorderBottomLeftRadiusTablet"])?"":e[t+"BorderBottomLeftRadiusTablet"]+_;return"tablet"===a?("none"!==e[t+"BorderStyle"]&&(i["border-top-width"]=d||l,i["border-right-width"]=y||r,i["border-bottom-width"]=m||s,i["border-left-width"]=f||c),i["border-top-left-radius"]=G||T,i["border-top-right-radius"]=S||C,i["border-bottom-right-radius"]=M||w,i["border-bottom-left-radius"]=E||P):"mobile"===a?("none"!==e[t+"BorderStyle"]&&(i["border-top-width"]=p||d,i["border-right-width"]=u||y,i["border-bottom-width"]=b||m,i["border-left-width"]=g||f),i["border-top-left-radius"]=k||G,i["border-top-right-radius"]=x||S,i["border-bottom-right-radius"]=A||M,i["border-bottom-left-radius"]=U||E):("none"!==e[t+"BorderStyle"]&&(i["border-top-width"]=l,i["border-right-width"]=r,i["border-bottom-width"]=s,i["border-left-width"]=c,i["border-color"]=n),i["border-style"]=o,i["border-top-left-radius"]=T,i["border-top-right-radius"]=C,i["border-bottom-right-radius"]=w,i["border-bottom-left-radius"]=P),i},m=function(e){const t=e.name.replace("uagb/",""),{attributes:a}=e;let{block_id:i,widthDesktop:o,widthTablet:n,widthMobile:l,widthType:s,minHeightDesktop:c,minHeightTablet:m,minHeightMobile:f,minHeightType:h,minHeightTypeTablet:_,minHeightTypeMobile:v,directionDesktop:T,directionTablet:C,directionMobile:w,alignItemsDesktop:P,alignItemsTablet:k,alignItemsMobile:x,justifyContentDesktop:A,justifyContentTablet:U,justifyContentMobile:G,wrapDesktop:S,wrapTablet:M,wrapMobile:E,alignContentDesktop:R,alignContentTablet:B,alignContentMobile:L,backgroundType:O,backgroundImageDesktop:z,backgroundImageTablet:H,backgroundImageMobile:j,backgroundColor:F,backgroundPositionDesktop:N,backgroundPositionTablet:D,backgroundPositionMobile:V,backgroundAttachmentDesktop:I,backgroundAttachmentTablet:W,backgroundAttachmentMobile:q,backgroundRepeatDesktop:Z,backgroundRepeatTablet:$,backgroundRepeatMobile:K,backgroundSizeDesktop:J,backgroundSizeTablet:Y,backgroundSizeMobile:Q,gradientValue:X,containerBorderHColor:ee,boxShadowColor:te,boxShadowHOffset:ae,boxShadowVOffset:ie,boxShadowBlur:oe,boxShadowSpread:ne,boxShadowPosition:le,boxShadowColorHover:re,boxShadowHOffsetHover:se,boxShadowVOffsetHover:ce,boxShadowBlurHover:pe,boxShadowSpreadHover:ue,boxShadowPositionHover:be,topPaddingDesktop:ge,bottomPaddingDesktop:de,leftPaddingDesktop:ye,rightPaddingDesktop:me,topPaddingTablet:fe,bottomPaddingTablet:he,leftPaddingTablet:_e,rightPaddingTablet:ve,topPaddingMobile:Te,bottomPaddingMobile:Ce,leftPaddingMobile:we,rightPaddingMobile:Pe,paddingType:ke,paddingTypeTablet:xe,paddingTypeMobile:Ae,topMarginDesktop:Ue,bottomMarginDesktop:Ge,leftMarginDesktop:Se,rightMarginDesktop:Me,topMarginTablet:Ee,bottomMarginTablet:Re,leftMarginTablet:Be,rightMarginTablet:Le,topMarginMobile:Oe,bottomMarginMobile:ze,leftMarginMobile:He,rightMarginMobile:je,marginType:Fe,marginTypeTablet:Ne,marginTypeMobile:De,rowGapDesktop:Ve,rowGapTablet:Ie,rowGapMobile:We,rowGapType:qe,rowGapTypeTablet:Ze,rowGapTypeMobile:$e,columnGapDesktop:Ke,columnGapTablet:Je,columnGapMobile:Ye,columnGapType:Qe,columnGapTypeTablet:Xe,columnGapTypeMobile:et,contentWidth:tt,innerContentWidth:at,bottomColor:it,bottomHeight:ot,bottomHeightTablet:nt,bottomHeightMobile:lt,bottomWidth:rt,topColor:st,topHeight:ct,topHeightTablet:pt,topHeightMobile:ut,topWidth:bt,backgroundCustomSizeDesktop:gt,backgroundCustomSizeTablet:dt,backgroundCustomSizeMobile:yt,backgroundCustomSizeType:mt,backgroundImageColor:ft,overlayType:ht,customPosition:_t,xPositionDesktop:vt,xPositionTablet:Tt,xPositionMobile:Ct,xPositionType:wt,xPositionTypeTablet:Pt,xPositionTypeMobile:kt,yPositionDesktop:xt,yPositionTablet:At,yPositionMobile:Ut,yPositionType:Gt,yPositionTypeTablet:St,yPositionTypeMobile:Mt,backgroundVideoOpacity:Et,backgroundVideoColor:Rt,innerContentCustomWidthType:Bt,backgroundVideo:Lt,textColor:Ot,linkColor:zt,linkHoverColor:Ht,innerContentCustomWidthDesktop:jt,innerContentCustomWidthTablet:Ft,innerContentCustomWidthMobile:Nt,innerContentCustomWidthTypeMobile:Dt,innerContentCustomWidthTypeTablet:Vt,overflow:It,isBlockRootParent:Wt,widthTypeTablet:qt,widthTypeMobile:Zt}=a;const $t=Object(d.b)(jt,"innerContentCustomWidthDesktop",t),Kt=Object(d.b)(o,"widthDesktop",t),Jt=Object(d.b)(Ve,"rowGapDesktop",t),Yt=Object(d.b)(Ke,"columnGapDesktop",t),Qt=y(e.attributes,"container"),Xt=y(e.attributes,"container","tablet"),ea=y(e.attributes,"container","mobile");fe=void 0!==fe?fe:ge,Te=void 0!==Te?Te:fe,he=void 0!==he?he:de,Ce=void 0!==Ce?Ce:he,_e=void 0!==_e?_e:ye,we=void 0!==we?we:_e,ve=void 0!==ve?ve:me,Pe=void 0!==Pe?Pe:ve,Ee=void 0!==Ee?Ee:Ue,Oe=void 0!==Oe?Oe:Ee,Re=void 0!==Re?Re:Ge,ze=void 0!==ze?ze:Re,Be=void 0!==Be?Be:Se,He=void 0!==He?He:Be,Le=void 0!==Le?Le:Me,je=void 0!==je?je:Le;const ta=Et&&"none"!==ht&&("color"===ht&&Rt||"gradient"===ht&&X)?1-Et:1,aa=u({backgroundType:O,backgroundImage:z,backgroundColor:F,gradientValue:X,backgroundRepeat:Z,backgroundPosition:N,backgroundSize:J,backgroundAttachment:I,backgroundCustomSize:gt,backgroundCustomSizeType:mt,backgroundImageColor:ft,overlayType:ht,backgroundVideo:Lt,backgroundVideoColor:Rt}),ia={".wp-block-uagb-container .block-editor-block-list__block":{color:Ot},".wp-block-uagb-container .block-editor-block-list__block a":{color:zt},".wp-block-uagb-container .block-editor-block-list__block a:hover":{color:Ht}," > .uagb-container__shape-top svg":{width:"calc( "+bt+"% + 1.3px )",height:p(ct,"px")}," > .uagb-container__shape-top .uagb-container__shape-fill":{fill:b(Object(g.a)(st),100)}," > .uagb-container__shape-bottom svg":{width:"calc( "+rt+"% + 1.3px )",height:p(ot,"px")}," > .uagb-container__shape-bottom .uagb-container__shape-fill":{fill:b(Object(g.a)(it),100)}," .uagb-container__video-wrap":{...aa}," .uagb-container__video-wrap video":{opacity:ta}},oa=u({backgroundType:O,backgroundImage:z,backgroundColor:F,gradientValue:X,backgroundRepeat:Z,backgroundPosition:N,backgroundSize:J,backgroundAttachment:I,backgroundCustomSize:gt,backgroundCustomSizeType:mt,backgroundImageColor:ft,overlayType:ht,backgroundVideo:Lt,backgroundVideoColor:Rt,customPosition:_t,xPosition:vt,xPositionType:wt,yPosition:xt,yPositionType:Gt});let na=le;"outset"===le&&(na="");let la=be;"outset"===be&&(la="");const ra={"padding-top":p(ge,ke),"padding-bottom":p(de,ke),"padding-left":p(ye,ke),"padding-right":p(me,ke),"margin-top":p(Ue,Fe)+" !important","margin-bottom":p(Ge,Fe)+" !important","margin-left":p(Se,Fe),"margin-right":p(Me,Fe),...oa,"box-shadow":p(ae,"px")+" "+p(ie,"px")+" "+p(oe,"px")+" "+p(ne,"px")+" "+te+" "+na,"min-height":p(c,h),...Qt,overflow:It};if(ia[".wp-block"]=ra,ia[".wp-block:hover"]={"border-color":ee,"box-shadow":""},pe=isNaN(pe)?"":pe,re=re||"",""!==re||""!==pe){const e=""===pe?"":p(pe,"px");ia[".wp-block:hover"]["box-shadow"]=p(se,"px")+" "+p(ce,"px")+" "+e+" "+p(ue,"px")+" "+re+" "+la}let sa=".wp-block-uagb-container > .uagb-container-inner-blocks-wrap > .block-editor-inner-blocks > .block-editor-block-list__layout";Wt&&"alignfull"===tt||(sa=".wp-block-uagb-container > .block-editor-inner-blocks > .block-editor-block-list__layout"),ia[sa]={"min-height":p(c,h),"flex-direction":T,"align-items":P,"justify-content":A,"flex-wrap":S,"align-content":R,"row-gap":p(Jt,qe),"column-gap":p(Yt,Qe)},ia[".block-editor-block-list__block"]={"min-height":p(c,h),"flex-direction":T,"align-items":P,"justify-content":A,"flex-wrap":S,"align-content":R};const ca={[`.is-root-container > .block-editor-block-list__block .block-editor-block-list__block#block-${e.clientId} `]:{"max-width":p(Kt,s),width:p(Kt,s)}},pa={[`.is-root-container > .block-editor-block-list__block .uagb-editor-preview-mode-tablet.block-editor-block-list__block#block-${e.clientId} `]:{"max-width":p(n,qt),width:p(n,qt)}},ua={[`.is-root-container > .block-editor-block-list__block .uagb-editor-preview-mode-mobile.block-editor-block-list__block#block-${e.clientId} `]:{"max-width":p(l,Zt),width:p(l,Zt)}};"alignfull"===tt&&"alignwide"===at&&(ca[`.is-root-container > .block-editor-block-list__block.wp-block-uagb-container.uagb-block-${i} > .uagb-container-inner-blocks-wrap`]={"--inner-content-custom-width":`min(100vw,${$t}${Bt})`,"max-width":"var(--inner-content-custom-width)",width:"100%","margin-left":"auto","margin-right":"auto"},pa[`.is-root-container > .block-editor-block-list__block.uagb-editor-preview-mode-table.wp-block-uagb-container.uagb-block-${i} > .uagb-container-inner-blocks-wrap`]={"--inner-content-custom-width":`min(100vw,${Ft||$t}${Vt})`,"max-width":"var(--inner-content-custom-width)",width:"100%","margin-left":"auto","margin-right":"auto"},ua[`.is-root-container > .block-editor-block-list__block.uagb-editor-preview-mode-mobile.wp-block-uagb-container.uagb-block-${i} > .uagb-container-inner-blocks-wrap`]={"--inner-content-custom-width":`min(100vw,${Nt||Ft||$t}${Dt})`,"max-width":"var(--inner-content-custom-width)",width:"100%","margin-left":"auto","margin-right":"auto"});const ba=u({backgroundType:O,backgroundImage:H,backgroundColor:F,gradientValue:X,backgroundRepeat:$,backgroundPosition:D,backgroundSize:Y,backgroundAttachment:W,backgroundCustomSize:dt,backgroundCustomSizeType:mt,backgroundImageColor:ft,overlayType:ht,backgroundVideo:Lt,backgroundVideoColor:Rt,customPosition:_t,xPosition:Tt,xPositionType:Pt,yPosition:At,yPositionType:St}),ga={".wp-block":{"padding-top":p(fe,xe),"padding-bottom":p(he,xe),"padding-left":p(_e,xe),"padding-right":p(ve,xe),"margin-top":p(Ee,Ne)+" !important","margin-bottom":p(Re,Ne)+" !important","margin-left":p(Be,Ne),"margin-right":p(Le,Ne),"min-height":p(m,_),...ba,...Xt},[sa]:{"flex-direction":C,"align-items":k,"justify-content":U,"flex-wrap":M,"align-content":B,"row-gap":p(Ie,Ze),"column-gap":p(Je,Xe),"min-height":p(m,_)},".block-editor-block-list__block":{"min-height":p(m,_),"flex-direction":C,"align-items":k,"justify-content":U,"flex-wrap":M,"align-content":B}," > .uagb-container__shape-top svg":{height:p(pt,"px")}," > .uagb-container__shape-bottom svg":{height:p(nt,"px")}},da=u({backgroundType:O,backgroundImage:j,backgroundColor:F,gradientValue:X,backgroundRepeat:K,backgroundPosition:V,backgroundSize:Q,backgroundAttachment:q,backgroundCustomSize:yt,backgroundCustomSizeType:mt,backgroundImageColor:ft,overlayType:ht,backgroundVideo:Lt,backgroundVideoColor:Rt,customPosition:_t,xPosition:Ct,xPositionType:kt,yPosition:Ut,yPositionType:Mt}),ya={".wp-block":{"padding-top":p(Te,Ae),"padding-bottom":p(Ce,Ae),"padding-left":p(we,Ae),"padding-right":p(Pe,Ae),"margin-top":p(Oe,De)+" !important","margin-bottom":p(ze,De)+" !important","margin-left":p(He,De),"margin-right":p(je,De),"min-height":p(f,v),...da,...ea},[sa]:{"flex-direction":w,"align-items":x,"justify-content":G,"flex-wrap":E,"align-content":L,"row-gap":p(We,$e),"column-gap":p(Ye,et),"min-height":p(f,v)},".block-editor-block-list__block":{"min-height":p(f,v),"flex-direction":w,"align-items":x,"justify-content":G,"flex-wrap":E,"align-content":L}," > .uagb-container__shape-top svg":{height:p(ut,"px")}," > .uagb-container__shape-bottom svg":{height:p(lt,"px")}};"default"===tt&&(ia[".block-editor-block-list__block"]["max-width"]=p(Kt,s),ga[".block-editor-block-list__block"]["max-width"]=p(n,qt),ya[".block-editor-block-list__block"]["max-width"]=p(l,Zt));const ma=".editor-styles-wrapper #block-"+e.clientId;let fa=r(ia,ma);return fa+=r(ca,".editor-styles-wrapper "),fa+=r(ga,ma+".uagb-editor-preview-mode-tablet"),fa+=r(pa,".editor-styles-wrapper "),fa+=r(ya,ma+".uagb-editor-preview-mode-mobile"),fa+=r(ua,".editor-styles-wrapper "),fa},f=a(0),h=a.n(f),_=a(10),v=a(9);var T,C=()=>{var e,t;const{getSelectedBlock:a}=Object(v.select)("core/block-editor"),i=!(null===(e=a())||void 0===e||!e.clientId)&&"block-"+(null===(t=a())||void 0===t?void 0:t.clientId);i&&setTimeout(()=>{const e=(()=>{const e=document.getElementsByClassName("is-tablet-preview"),t=document.getElementsByClassName("is-mobile-preview");if(0!==e.length||0!==t.length){var a,i;const o=e[0]||t[0];let n=!1;o&&(n=o.getElementsByTagName("iframe")[0]);const l=(null===(a=n)||void 0===a?void 0:a.contentWindow.document)||(null===(i=n)||void 0===i?void 0:i.contentDocument);if(l)return l}return document})().getElementById(i);e&&e.scrollIntoView({behavior:"smooth"})},500)},w=a(11),P=a(12),k=(a(138),a(1)),x=a(16),A=a(5),U=a(6),G=a(14),S=a.n(G),M=a(108),E=0,R={injectType:"lazySingletonStyleTag",attributes:{id:"uagb-editor-styles"},insert:"head",singleton:!0},B={};B.locals=M.a.locals||{},B.use=function(){return E++||(T=S()(M.a,R)),B},B.unuse=function(){E>0&&!--E&&(T(),T=null)};var L=B;const O=Object(f.lazy)(()=>a.e(20).then(a.bind(null,518))),z=Object(f.lazy)(()=>a.e(19).then(a.bind(null,464))),H=Object(v.withSelect)((e,t)=>{const{__experimentalGetPreviewDeviceType:a=null}=e("core/edit-post"),i=a?a():null,{getBlocks:o}=e("core/block-editor"),{getBlockType:n,getBlockVariations:l,getDefaultBlockVariation:r}=e("core/blocks"),s=o(t.clientId),{replaceInnerBlocks:c}=Object(v.useDispatch)("core/block-editor");return{innerBlocks:s,blockType:n(t.name),defaultVariation:void 0===r?null:r(t.name),variations:void 0===l?null:l(t.name),replaceInnerBlocks:c,deviceType:i,isParentOfSelectedBlock:e("core/block-editor").hasSelectedInnerBlock(t.clientId,!0)}});var j=Object(x.compose)(H)(e=>{const t=Object(w.a)();if(Object(f.useLayoutEffect)(()=>(L.use(),()=>{L.unuse()}),[]),e.isParentOfSelectedBlock){const e=document.querySelector(".block-editor-block-list__empty-block-inserter");e&&(e.style.display="none")}Object(f.useEffect)(()=>{var t;0===Object(v.select)("core/block-editor").getBlockParents(e.clientId).length&&e.setAttributes({isBlockRootParent:!0}),e.setAttributes({block_id:e.clientId.substr(0,8)});const a=document.querySelector("iframe[name='editor-canvas']");let i;i=a?a.contentDocument.getElementById("block-"+e.clientId):document.getElementById("block-"+e.clientId);const o=null===(t=i)||void 0===t?void 0:t.querySelector(".uagb-container-variation-picker .block-editor-block-variation-picker"),n=document.createElement("button");if(n.onclick=function(){e.defaultVariation.attributes&&e.setAttributes(e.defaultVariation.attributes)},n.setAttribute("class","uagb-variation-close"),n.innerHTML="×",o){const e=o.querySelector(".components-placeholder__label");o.insertBefore(n,e)}const l=Object(v.select)("core/block-editor").getBlocks(e.clientId);l.length!==e.attributes.blockDescendants.length&&e.setAttributes({blockDescendants:l});const{borderStyle:r,borderWidth:s,borderColor:c,borderHColor:p,borderRadius:u}=e.attributes;if(s||u||c||p||r){const t=Object(P.b)("container",{label:"borderWidth",value:s},{label:"borderRadius",value:u},{label:"borderColor",value:c},{label:"borderHColor",value:p},{label:"borderStyle",value:r});e.setAttributes(t)}0!==Object(v.select)("core/block-editor").getBlockParents(e.clientId).length&&e.setAttributes({variationSelected:!0})},[]),Object(f.useEffect)(()=>{const t=m(e);l("uagb-container-style-"+e.clientId.substr(0,8),t);const a=Object(v.select)("core/block-editor").getBlocks(e.clientId);a.length!==e.attributes.blockDescendants.length&&e.setAttributes({blockDescendants:a})},[e]),Object(f.useEffect)(()=>{const t=m(e);l("uagb-container-style-"+e.clientId.substr(0,8),t),C()},[t]);const a=e=>e.map(e=>{let[t,i,o=[]]=e;return Object(U.createBlock)(t,i,a(o))}),{variations:i}=e,{variationSelected:o,isPreview:n}=e.attributes,r=uagb_blocks_info.uagb_url+"/admin/assets/preview-images/container.png";return o||0!==Object(v.select)("core/block-editor").getBlockParents(e.clientId).length?h.a.createElement(h.a.Fragment,null,h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(O,{parentProps:e}),h.a.createElement(z,{parentProps:e}))):n?h.a.createElement("img",{width:"100%",src:r,alt:""}):h.a.createElement(h.a.Fragment,null,h.a.createElement("div",{className:"uagb-container-variation-picker"},h.a.createElement(A.__experimentalBlockVariationPicker,{icon:"",label:Object(k.__)("Select a Layout","ultimate-addons-for-gutenberg"),instructions:!1,variations:i,onSelect:t=>function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:e.defaultVariation;t.attributes&&e.setAttributes(t.attributes),t.innerBlocks&&"one-column"!==t.name&&e.replaceInnerBlocks(e.clientId,a(t.innerBlocks))}(t)})))}),F=a(4),N=a.n(F),D=a(105);function V(){return(V=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e}).apply(this,arguments)}const I={100:React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("rect",{x:"7.62939e-06",width:"114",height:"60",rx:"2",fill:"inherit"})),"50-50+100_100":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 2C0 0.895447 0.895416 0 2 0H54C55.1046 0 56 0.895447 56 2V58C56 59.1046 55.1046 60 54 60H2C0.895416 60 0 59.1046 0 58V2ZM58 2C58 0.895447 58.8954 0 60 0H112C113.105 0 114 0.895447 114 2V27C114 28.1046 113.105 29 112 29H60C58.8954 29 58 28.1046 58 27V2ZM60 31C58.8954 31 58 31.8954 58 33V58C58 59.1046 58.8954 60 60 60H112C113.105 60 114 59.1046 114 58V33C114 31.8954 113.105 31 112 31H60Z",fill:"inherit"})),"50-50":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.00001 0C0.895439 0 7.62939e-06 0.895447 7.62939e-06 2V58C7.62939e-06 59.1046 0.895439 60 2.00001 60H54C55.1046 60 56 59.1046 56 58V2C56 0.895447 55.1046 0 54 0H2.00001ZM60 0C58.8954 0 58 0.895447 58 2V58C58 59.1046 58.8954 60 60 60H112C113.105 60 114 59.1046 114 58V2C114 0.895447 113.105 0 112 0H60Z",fill:"inherit"})),"75-25":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.00001 0C0.895439 0 7.62939e-06 0.895447 7.62939e-06 2V58C7.62939e-06 59.1046 0.895439 60 2.00001 60H73C74.1046 60 75 59.1046 75 58V2C75 0.895447 74.1046 0 73 0H2.00001ZM79 0C77.8954 0 77 0.895447 77 2V58C77 59.1046 77.8954 60 79 60H112C113.105 60 114 59.1046 114 58V2C114 0.895447 113.105 0 112 0H79Z",fill:"inherit"})),"50-25-25":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 2C0 0.895447 0.895432 0 2 0H54C55.1046 0 56 0.895447 56 2V58C56 59.1046 55.1046 60 54 60H2C0.895432 60 0 59.1046 0 58V2ZM87 2C87 0.895447 87.8954 0 89 0H112C113.105 0 114 0.895447 114 2V58C114 59.1046 113.105 60 112 60H89C87.8954 60 87 59.1046 87 58V2ZM60 0C58.8954 0 58 0.895447 58 2V58C58 59.1046 58.8954 60 60 60H83C84.1046 60 85 59.1046 85 58V2C85 0.895447 84.1046 0 83 0H60Z",fill:"inherit"})),"33-33-33":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 2C0 0.895447 0.895432 0 2 0H35C36.1046 0 37 0.895447 37 2V58C37 59.1046 36.1046 60 35 60H2C0.895432 60 0 59.1046 0 58V2ZM39 2C39 0.895447 39.8954 0 41 0H73C74.1046 0 75 0.895447 75 2V58C75 59.1046 74.1046 60 73 60H41C39.8954 60 39 59.1046 39 58V2ZM79 0C77.8954 0 77 0.895447 77 2V58C77 59.1046 77.8954 60 79 60H112C113.105 60 114 59.1046 114 58V2C114 0.895447 113.105 0 112 0H79Z",fill:"inherit"})),"25-75":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M35 60C36.1046 60 37 59.1046 37 58L37 2C37 0.895447 36.1046 0 35 0H2.00002C0.895447 0 1.52588e-05 0.895447 1.52588e-05 2L7.62939e-06 58C7.62939e-06 59.1046 0.895439 60 2.00001 60H35ZM112 60C113.105 60 114 59.1046 114 58V2C114 0.895447 113.105 0 112 0H41C39.8954 0 39 0.895447 39 2L39 58C39 59.1046 39.8954 60 41 60H112Z",fill:"inherit"})),"25-50-25":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M27 58C27 59.1046 26.1046 60 25 60H2C0.895447 60 0 59.1046 0 58V2C0 0.895447 0.895447 0 2 0H25C26.1046 0 27 0.895447 27 2V58ZM85 58C85 59.1046 84.1046 60 83 60H31C29.8954 60 29 59.1046 29 58V2C29 0.895447 29.8954 0 31 0H83C84.1046 0 85 0.895447 85 2V58ZM112 60C113.105 60 114 59.1046 114 58V2C114 0.895447 113.105 0 112 0H89C87.8954 0 87 0.895447 87 2V58C87 59.1046 87.8954 60 89 60H112Z",fill:"inherit"})),"25-25-50":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M27 58C27 59.1046 26.1046 60 25 60H2C0.895416 60 0 59.1046 0 58V2C0 0.895447 0.895447 0 2 0H25C26.1046 0 27 0.895447 27 2V58ZM114 58C114 59.1046 113.105 60 112 60H60C58.8954 60 58 59.1046 58 58V2C58 0.895447 58.8954 0 60 0H112C113.105 0 114 0.895447 114 2V58ZM54 60C55.1046 60 56 59.1046 56 58V2C56 0.895447 55.1046 0 54 0H31C29.8954 0 29 0.895447 29 2V58C29 59.1046 29.8954 60 31 60H54Z",fill:"inherit"})),"25-25-25-25":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 0C0.895416 0 0 0.895447 0 2V58C0 59.1046 0.895416 60 2 60H25C26.1046 60 27 59.1046 27 58V2C27 0.895447 26.1046 0 25 0H2ZM31 0C29.8954 0 29 0.895447 29 2V58C29 59.1046 29.8954 60 31 60H54C55.1046 60 56 59.1046 56 58V2C56 0.895447 55.1046 0 54 0H31ZM89 0C87.8954 0 87 0.895447 87 2V58C87 59.1046 87.8954 60 89 60H112C113.105 60 114 59.1046 114 58V2C114 0.895447 113.105 0 112 0H89ZM58 2C58 0.895447 58.8954 0 60 0H83C84.1046 0 85 0.895447 85 2V58C85 59.1046 84.1046 60 83 60H60C58.8954 60 58 59.1046 58 58V2Z",fill:"inherit"})),"20-20-20-20-20":React.createElement("svg",{width:"113",height:"60",viewBox:"0 0 113 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 0C0.895447 0 0 0.895447 0 2V58C0 59.1046 0.895447 60 2 60H19C20.1046 60 21 59.1046 21 58V2C21 0.895447 20.1046 0 19 0H2ZM25 0C23.8954 0 23 0.895447 23 2V58C23 59.1046 23.8954 60 25 60H42C43.1046 60 44 59.1046 44 58V2C44 0.895447 43.1046 0 42 0H25ZM69 2C69 0.895447 69.8954 0 71 0H88C89.1046 0 90 0.895447 90 2V58C90 59.1046 89.1046 60 88 60H71C69.8954 60 69 59.1046 69 58V2ZM92 2C92 0.895447 92.8954 0 94 0H111C112.105 0 113 0.895447 113 2V58C113 59.1046 112.105 60 111 60H94C92.8954 60 92 59.1046 92 58V2ZM46 2C46 0.895447 46.8954 0 48 0H65C66.1046 0 67 0.895447 67 2V58C67 59.1046 66.1046 60 65 60H48C46.8954 60 46 59.1046 46 58V2Z",fill:"inherit"})),"100_50-50":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M114 27C114 28.1046 113.105 29 112 29H2C0.895432 29 0 28.1046 0 27V2C0 0.895447 0.895432 0 2 0H112C113.105 0 114 0.895447 114 2V27ZM114 58C114 59.1046 113.105 60 112 60H60C58.8954 60 58 59.1046 58 58V33C58 31.8954 58.8954 31 60 31H112C113.105 31 114 31.8954 114 33V58ZM54 60C55.1046 60 56 59.1046 56 58V33C56 31.8954 55.1046 31 54 31H2C0.895432 31 0 31.8954 0 33V58C0 59.1046 0.895432 60 2 60H54Z",fill:"inherit"})),"75+100_100+50-50-25":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.00001 0C0.895439 0 7.62939e-06 0.895447 7.62939e-06 2L0 27C0 28.1046 0.895432 29 2 29H73C74.1046 29 75 28.1046 75 27V2C75 0.895447 74.1046 0 73 0H2.00001ZM73 60C74.1046 60 75 59.1046 75 58V33C75 31.8954 74.1046 31 73 31H41C39.8954 31 39 31.8954 39 33V58C39 59.1046 39.8954 60 41 60H73ZM37 58C37 59.1046 36.1046 60 35 60H2.00001C0.895439 60 7.62939e-06 59.1046 7.62939e-06 58V33C7.62939e-06 31.8954 0.895439 31 2.00001 31H35C36.1046 31 37 31.8954 37 33V58ZM79 0C77.8954 0 77 0.895447 77 2L77 58C77 59.1046 77.8954 60 79 60H112C113.105 60 114 59.1046 114 58L114 2C114 0.895447 113.105 0 112 0H79Z",fill:"inherit"})),"75-25_25_75":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 0C0.895432 0 0 0.895447 0 2V27C0 28.1046 0.895416 29 2 29H73C74.1046 29 75 28.1046 75 27V2C75 0.895447 74.1046 0 73 0H2ZM112 60C113.105 60 114 59.1046 114 58V33C114 31.8954 113.105 31 112 31H41C39.8954 31 39 31.8954 39 33V58C39 59.1046 39.8954 60 41 60H112ZM37 58C37 59.1046 36.1046 60 35 60H2C0.895432 60 0 59.1046 0 58V33C0 31.8954 0.895432 31 2 31H35C36.1046 31 37 31.8954 37 33V58ZM79 0C77.8954 0 77 0.895447 77 2V27C77 28.1046 77.8954 29 79 29H112C113.105 29 114 28.1046 114 27V2C114 0.895447 113.105 0 112 0H79Z",fill:"inherit"})),"50+100_100+50-50-50+50-50":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M0 2C0 0.895447 0.895416 0 2 0H54C55.1046 0 56 0.895447 56 2V27C56 28.1046 55.1046 29 54 29H2C0.895416 29 0 28.1046 0 27V2ZM114 58C114 59.1046 113.105 60 112 60H89C87.8954 60 87 59.1046 87 58V2C87 0.895447 87.8954 0 89 0H112C113.105 0 114 0.895447 114 2V58ZM56 58C56 59.1046 55.1046 60 54 60H31C29.8954 60 29 59.1046 29 58V33C29 31.8954 29.8954 31 31 31H54C55.1046 31 56 31.8954 56 33V58ZM83 60C84.1046 60 85 59.1046 85 58V2C85 0.895447 84.1046 0 83 0H60C58.8954 0 58 0.895447 58 2V58C58 59.1046 58.8954 60 60 60H83ZM25 60C26.1046 60 27 59.1046 27 58V33C27 31.8954 26.1046 31 25 31H2C0.895416 31 0 31.8954 0 33V58C0 59.1046 0.895416 60 2 60H25Z",fill:"inherit"})),"50+100_100-50":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M114 58C114 59.1046 113.105 60 112 60H60C58.8954 60 58 59.1046 58 58V2C58 0.895447 58.8954 0 60 0H112C113.105 0 114 0.895447 114 2V58ZM56 58C56 59.1046 55.1046 60 54 60H2C0.895432 60 0 59.1046 0 58V33C0 31.8954 0.895432 31 2 31H54C55.1046 31 56 31.8954 56 33V58ZM54 29C55.1046 29 56 28.1046 56 27V2C56 0.895447 55.1046 0 54 0H2C0.895432 0 0 0.895447 0 2V27C0 28.1046 0.895432 29 2 29H54Z",fill:"inherit"})),"50-50_100":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.62939e-06 2C7.62939e-06 0.895447 0.895439 0 2.00001 0H54C55.1046 0 56 0.895447 56 2V27C56 28.1046 55.1046 29 54 29H2.00001C0.895439 29 7.62939e-06 28.1046 7.62939e-06 27V2ZM7.62939e-06 33C7.62939e-06 31.8954 0.895439 31 2.00001 31H112C113.105 31 114 31.8954 114 33V58C114 59.1046 113.105 60 112 60H2.00001C0.895439 60 7.62939e-06 59.1046 7.62939e-06 58V33ZM60 0C58.8954 0 58 0.895447 58 2V27C58 28.1046 58.8954 29 60 29H112C113.105 29 114 28.1046 114 27V2C114 0.895447 113.105 0 112 0H60Z",fill:"inherit"})),"50-50_50-50":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2.00001 0C0.895439 0 7.62939e-06 0.895447 7.62939e-06 2V27C7.62939e-06 28.1046 0.895439 29 2.00001 29H54C55.1046 29 56 28.1046 56 27V2C56 0.895447 55.1046 0 54 0H2.00001ZM60 0C58.8954 0 58 0.895447 58 2V27C58 28.1046 58.8954 29 60 29H112C113.105 29 114 28.1046 114 27V2C114 0.895447 113.105 0 112 0H60ZM58 33C58 31.8954 58.8954 31 60 31H112C113.105 31 114 31.8954 114 33V58C114 59.1046 113.105 60 112 60H60C58.8954 60 58 59.1046 58 58V33ZM2.00001 31C0.895439 31 7.62939e-06 31.8954 7.62939e-06 33V58C7.62939e-06 59.1046 0.895439 60 2.00001 60H54C55.1046 60 56 59.1046 56 58V33C56 31.8954 55.1046 31 54 31H2.00001Z",fill:"inherit"})),"33-33+100_100-33":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 0C0.895447 0 0 0.895447 0 2V58C0 59.1046 0.895447 60 2 60H35C36.1046 60 37 59.1046 37 58V2C37 0.895447 36.1046 0 35 0H2ZM80 0C78.8954 0 78 0.895447 78 2V58C78 59.1046 78.8954 60 80 60H112C113.105 60 114 59.1046 114 58V2C114 0.895447 113.105 0 112 0H80ZM39 2C39 0.895447 39.8954 0 41 0H74C75.1046 0 76 0.895447 76 2V27C76 28.1046 75.1046 29 74 29H41C39.8954 29 39 28.1046 39 27V2ZM41 31C39.8954 31 39 31.8954 39 33V58C39 59.1046 39.8954 60 41 60H74C75.1046 60 76 59.1046 76 58V33C76 31.8954 75.1046 31 74 31H41Z",fill:"inherit"})),"33-33-33+100_100":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M2 0C0.895447 0 0 0.895447 0 2V58C0 59.1046 0.895447 60 2 60H35C36.1046 60 37 59.1046 37 58V2C37 0.895447 36.1046 0 35 0H2ZM41 0C39.8954 0 39 0.895447 39 2V58C39 59.1046 39.8954 60 41 60H73C74.1046 60 75 59.1046 75 58V2C75 0.895447 74.1046 0 73 0H41ZM77 2C77 0.895447 77.8954 0 79 0H112C113.105 0 114 0.895447 114 2V27C114 28.1046 113.105 29 112 29H79C77.8954 29 77 28.1046 77 27V2ZM79 31C77.8954 31 77 31.8954 77 33V58C77 59.1046 77.8954 60 79 60H112C113.105 60 114 59.1046 114 58V33C114 31.8954 113.105 31 112 31H79Z",fill:"inherit"})),"33-33-33_33-33-33":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M7.62939e-06 2C7.62939e-06 0.895447 0.895439 0 2.00001 0H34C35.1046 0 36 0.895447 36 2V27C36 28.1046 35.1046 29 34 29H2.00001C0.895439 29 7.62939e-06 28.1046 7.62939e-06 27V2ZM40 0C38.8954 0 38 0.895447 38 2V27C38 28.1046 38.8954 29 40 29H74C75.1046 29 76 28.1046 76 27V2C76 0.895447 75.1046 0 74 0H40ZM80 0C78.8954 0 78 0.895447 78 2V27C78 28.1046 78.8954 29 80 29H112C113.105 29 114 28.1046 114 27V2C114 0.895447 113.105 0 112 0H80ZM40 31C38.8954 31 38 31.8954 38 33V58C38 59.1046 38.8954 60 40 60H74C75.1046 60 76 59.1046 76 58V33C76 31.8954 75.1046 31 74 31H40ZM78 33C78 31.8954 78.8954 31 80 31H112C113.105 31 114 31.8954 114 33V58C114 59.1046 113.105 60 112 60H80C78.8954 60 78 59.1046 78 58V33ZM2.00001 31C0.895439 31 7.62939e-06 31.8954 7.62939e-06 33V58C7.62939e-06 59.1046 0.895439 60 2.00001 60H34C35.1046 60 36 59.1046 36 58V33C36 31.8954 35.1046 31 34 31H2.00001Z",fill:"inherit"})),"25-75+100+50-50_100":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M35 60C36.1046 60 37 59.1046 37 58V2C37 0.895447 36.1046 0 35 0H2C0.895432 0 0 0.895447 0 2L-1.52588e-05 58C-1.52588e-05 59.1046 0.895416 60 1.99998 60H35ZM41 0C39.8954 0 39 0.895447 39 2V27C39 28.1046 39.8954 29 41 29H73C74.1046 29 75 28.1046 75 27V2C75 0.895447 74.1046 0 73 0H41ZM112 60C113.105 60 114 59.1046 114 58V33C114 31.8954 113.105 31 112 31H41C39.8954 31 39 31.8954 39 33V58C39 59.1046 39.8954 60 41 60H112ZM77 2C77 0.895447 77.8954 0 79 0H112C113.105 0 114 0.895447 114 2V27C114 28.1046 113.105 29 112 29H79C77.8954 29 77 28.1046 77 27V2Z",fill:"inherit"})),"25-75_75-25":React.createElement("svg",{width:"114",height:"60",viewBox:"0 0 114 60",fill:"none",xmlns:"http://www.w3.org/2000/svg"},React.createElement("path",{fillRule:"evenodd",clipRule:"evenodd",d:"M112 0C113.105 0 114 0.895447 114 2V27C114 28.1046 113.105 29 112 29H41C39.8954 29 39 28.1046 39 27V2C39 0.895447 39.8954 0 41 0H112ZM2 60C0.895416 60 0 59.1046 0 58V33C0 31.8954 0.895416 31 2 31H73C74.1046 31 75 31.8954 75 33V58C75 59.1046 74.1046 60 73 60H2ZM77 58C77 59.1046 77.8954 60 79 60H112C113.105 60 114 59.1046 114 58V33C114 31.8954 113.105 31 112 31H79C77.8954 31 77 31.8954 77 33V58ZM35 0C36.1046 0 37 0.895447 37 2V27C37 28.1046 36.1046 29 35 29H2C0.895447 29 0 28.1046 0 27V2C0 0.895447 0.895416 0 2 0H35Z",fill:"inherit"}))};var W=[{name:"one-column",icon:I[100],attributes:{variationSelected:!0},scope:["block"]},{name:"two-column-split",icon:I["50-50"],attributes:{variationSelected:!0,directionDesktop:"row",wrapMobile:"wrap"},isDefault:!0,innerBlocks:[["uagb/container",{widthDesktop:50,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:50,widthMobile:100,widthSetByUser:!0}]],scope:["block"]},{name:"three-columns-equal",icon:I["33-33-33"],attributes:{variationSelected:!0,directionDesktop:"row",wrapMobile:"wrap"},innerBlocks:[["uagb/container",{widthDesktop:33,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:33,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:33,widthMobile:100,widthSetByUser:!0}]],scope:["block"]},{name:"four-column",icon:I["25-25-25-25"],attributes:{variationSelected:!0,directionDesktop:"row",wrapMobile:"wrap"},innerBlocks:[["uagb/container",{widthDesktop:25,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:25,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:25,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:25,widthMobile:100,widthSetByUser:!0}]],scope:["block"]},{name:"50-50_50-50",icon:I["50-50_50-50"],attributes:{variationSelected:!0,directionDesktop:"row",wrapDesktop:"wrap",wrapMobile:"wrap",rowGapDesktop:20,columnGapDesktop:20},innerBlocks:[["uagb/container",{widthDesktop:48,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:48,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:48,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:48,widthMobile:100,widthSetByUser:!0}]],scope:["block"]},{name:"two-columns-one-third-two-thirds",icon:I["25-75"],attributes:{variationSelected:!0,directionDesktop:"row",wrapMobile:"wrap"},innerBlocks:[["uagb/container",{widthDesktop:25,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:75,widthMobile:100,widthSetByUser:!0}]],scope:["block"]},{name:"33-33-33_33-33-33",icon:I["33-33-33_33-33-33"],attributes:{variationSelected:!0,directionDesktop:"row",wrapDesktop:"wrap",rowGapDesktop:20,columnGapDesktop:20,wrapMobile:"wrap"},innerBlocks:[["uagb/container",{widthDesktop:31,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:31,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:31,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:31,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:31,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:31,widthMobile:100,widthSetByUser:!0}]],scope:["block"]},{name:"three-columns-wider-center",icon:I["25-50-25"],attributes:{variationSelected:!0,directionDesktop:"row",wrapMobile:"wrap"},innerBlocks:[["uagb/container",{widthDesktop:25,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:50,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:25,widthMobile:100,widthSetByUser:!0}]],scope:["block"]},{name:"two-columns-two-thirds-one-third",icon:I["75-25"],attributes:{variationSelected:!0,directionDesktop:"row",wrapMobile:"wrap"},innerBlocks:[["uagb/container",{widthDesktop:75,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:25,widthMobile:100,widthSetByUser:!0}]],scope:["block"]},{name:"75-25_25_75",icon:I["75-25_25_75"],attributes:{variationSelected:!0,directionDesktop:"row",wrapDesktop:"wrap",rowGapDesktop:20,columnGapDesktop:20,wrapMobile:"wrap"},innerBlocks:[["uagb/container",{widthDesktop:73,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:23,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:23,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:73,widthMobile:100,widthSetByUser:!0}]],scope:["block"]},{name:"50-50_100",icon:I["50-50_100"],attributes:{variationSelected:!0,directionDesktop:"row",wrapDesktop:"wrap",wrapMobile:"wrap",rowGapDesktop:20,columnGapDesktop:20},innerBlocks:[["uagb/container",{widthDesktop:100,widthSetByUser:!0,directionDesktop:"row"},[["uagb/container",{widthDesktop:48,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:48,widthMobile:100,widthSetByUser:!0}]]],["uagb/container",{widthDesktop:100,widthMobile:100,widthSetByUser:!0}]],scope:["block"]},{name:"25-75_75-25",icon:I["25-75_75-25"],attributes:{variationSelected:!0,directionDesktop:"row",wrapDesktop:"wrap",wrapMobile:"wrap",rowGapDesktop:20,columnGapDesktop:20},innerBlocks:[["uagb/container",{widthDesktop:23,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:73,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:73,widthMobile:100,widthSetByUser:!0}],["uagb/container",{widthDesktop:23,widthMobile:100,widthSetByUser:!0}]],scope:["block"]}];function q(e){switch(e){case"left top":return{x:0,y:0};case"center top":return{x:.5,y:0};case"right top":return{x:1,y:0};case"left center":return{x:0,y:.5};case"center center":return{x:.5,y:.5};case"right center":return{x:1,y:.5};case"left bottom":return{x:0,y:1};case"center bottom":return{x:.5,y:1};case"right bottom":return{x:1,y:1};default:return{x:.5,y:.5}}}var Z={from:[{type:"block",blocks:["core/group"],priority:1,transform:(e,t)=>{var a,i,o,n,l;const{align:r,backgroundColor:s,style:c,gradient:p}=e,u=r?"align"+r:"default",b=s||(null!=c&&null!==(a=c.color)&&void 0!==a&&a.background?null==c||null===(i=c.color)||void 0===i?void 0:i.background:null),g=p||null!=c&&null!==(o=c.color)&&void 0!==o&&o.gradient?"gradient":b||null!=c&&null!==(n=c.color)&&void 0!==n&&n.background?"color":"none";return Object(U.createBlock)("uagb/container",{contentWidth:u,backgroundType:g,backgroundColor:b,gradientValue:p||(null==c||null===(l=c.color)||void 0===l?void 0:l.gradient),variationSelected:!0},t)}},{type:"block",blocks:["core/columns"],priority:1,transform:(e,t)=>{var a,i,o,n,l;const{align:r,backgroundColor:s,style:c,gradient:p,isStackedOnMobile:u}=e,b=r?"align"+r:"default",g=s||(null!=c&&null!==(a=c.color)&&void 0!==a&&a.background?null==c||null===(i=c.color)||void 0===i?void 0:i.background:null),d=p||null!=c&&null!==(o=c.color)&&void 0!==o&&o.gradient?"gradient":g||null!=c&&null!==(n=c.color)&&void 0!==n&&n.background?"color":"none",y=[],m=100/t.length;return t.map(e=>{var t,a,i,o,n,l,r,s,u,b,g,d,f,h,_,v,T,C;const w=null!=e&&null!==(t=e.attributes)&&void 0!==t&&t.backgroundColor?null==e||null===(a=e.attributes)||void 0===a?void 0:a.backgroundColor:null!=e&&null!==(i=e.attributes)&&void 0!==i&&null!==(o=i.style)&&void 0!==o&&null!==(n=o.color)&&void 0!==n&&n.background?null==e||null===(l=e.attributes)||void 0===l||null===(r=l.style)||void 0===r||null===(s=r.color)||void 0===s?void 0:s.background:null,P=null!=e&&null!==(u=e.attributes)&&void 0!==u&&u.gradient||null!=e&&null!==(b=e.attributes)&&void 0!==b&&null!==(g=b.style)&&void 0!==g&&null!==(d=g.color)&&void 0!==d&&d.gradient?"gradient":w||null!=e&&null!==(f=e.attributes)&&void 0!==f&&null!==(h=f.style)&&void 0!==h&&null!==(_=h.color)&&void 0!==_&&_.background?"color":"none",k=null!=e&&null!==(v=e.attributes)&&void 0!==v&&v.width?null==e||null===(T=e.attributes)||void 0===T?void 0:T.width:m;return y.push(["uagb/container",{widthDesktop:k,backgroundTypeChild:P,backgroundColor:w,gradientValue:p||(null==c||null===(C=c.color)||void 0===C?void 0:C.gradient)},null==e?void 0:e.innerBlocks]),e}),Object(U.createBlock)("uagb/container",{contentWidth:b,backgroundType:d,backgroundColor:g,gradientValue:p||(null==c||null===(l=c.color)||void 0===l?void 0:l.gradient),directionDesktop:"row",directionTablet:"row",directionMobile:u?"column":"row",variationSelected:!0},Object(U.createBlocksFromInnerBlocksTemplate)(y))}},{type:"block",blocks:["uagb/section"],priority:1,transform:(e,t)=>{const{backgroundType:a,backgroundColor:i,innerWidth:o,innerWidthType:n,contentWidth:l,topPaddingTablet:r,bottomPaddingTablet:s,leftPaddingTablet:c,rightPaddingTablet:p,topMarginTablet:u,bottomMarginTablet:b,leftMarginTablet:g,rightMarginTablet:d,topPaddingMobile:y,bottomPaddingMobile:m,leftPaddingMobile:f,rightPaddingMobile:h,topMarginMobile:_,bottomMarginMobile:v,leftMarginMobile:T,rightMarginMobile:C,boxShadowColor:w,boxShadowHOffset:P,boxShadowVOffset:k,boxShadowBlur:x,boxShadowSpread:A,boxShadowPosition:G,gradientValue:S,overallBorderStyle:M,overallBorderColor:E,overallBorderHColor:R,overallBorderTopLeftRadius:B,overallBorderTopRightRadius:L,overallBorderBottomLeftRadius:O,overallBorderBottomRightRadius:z,overallBorderTopWidth:H,overallBorderRightWidth:j,overallBorderLeftWidth:F,overallBorderBottomWidth:N,topMargin:D,bottomMargin:V,leftMargin:I,rightMargin:W,leftPadding:Z,rightPadding:$,topPadding:K,bottomPadding:J,backgroundImage:Y,backgroundSize:Q,backgroundRepeat:X,backgroundAttachment:ee,backgroundVideoColor:te,backgroundVideo:ae,overlayType:ie,backgroundImageColor:oe,tag:ne,backgroundPosition:le}=e,re="full_width"===l?"alignfull":"alignwide";let se=null,ce=null;return"full_width"===l&&(se="px"===n?o:1200,ce="px"===n?"alignwide":"alignfull"),Object(U.createBlock)("uagb/container",{contentWidth:re,backgroundType:a,backgroundColor:i,gradientValue:S,innerContentCustomWidthDesktop:se||1200,innerContentWidth:ce||"alignfull",containerBorderStyle:M,containerBorderTopLeftRadius:B,containerBorderTopRightRadius:L,containerBorderBottomLeftRadius:O,containerBorderBottomRightRadius:z,containerBorderTopWidth:H,containerBorderRightWidth:j,containerBorderLeftWidth:F,containerBorderBottomWidth:N,containerBorderColor:E,containerBorderHColor:R,boxShadowColor:w,boxShadowHOffset:P,boxShadowVOffset:k,boxShadowBlur:x,boxShadowSpread:A,boxShadowPosition:G,topMarginDesktop:D,bottomMarginDesktop:V,leftMarginDesktop:I,rightMarginDesktop:W,topMarginTablet:u,bottomMarginTablet:b,leftMarginTablet:g,rightMarginTablet:d,topMarginMobile:_,bottomMarginMobile:v,leftMarginMobile:T,rightMarginMobile:C,topPaddingMobile:y,bottomPaddingMobile:m,leftPaddingMobile:f,rightPaddingMobile:h,topPaddingTablet:r,bottomPaddingTablet:s,leftPaddingTablet:c,rightPaddingTablet:p,leftPaddingDesktop:Z,rightPaddingDesktop:$,topPaddingDesktop:K,bottomPaddingDesktop:J,backgroundImageDesktop:Y,backgroundSizeDesktop:Q,backgroundRepeatDesktop:X,backgroundAttachmentDesktop:ee,backgroundVideoColor:te||"#00000011",backgroundVideo:ae,overlayType:"color"===ie&&oe?ie:"gradient"===ie?"gradient":"none",backgroundImageColor:oe||"#00000000",variationSelected:!0,htmlTag:ne,backgroundPositionDesktop:q(le)},t)}},{type:"block",blocks:["uagb/columns"],priority:1,transform:(e,t)=>{const{backgroundType:a,backgroundColor:i,widthType:o,contentWidth:n,borderRadius:l,topPaddingTablet:r,bottomPaddingTablet:s,leftPaddingTablet:c,rightPaddingTablet:p,topMarginTablet:u,bottomMarginTablet:b,leftMarginTablet:g,rightMarginTablet:d,topPaddingMobile:y,bottomPaddingMobile:m,leftPaddingMobile:f,rightPaddingMobile:h,topMarginMobile:_,bottomMarginMobile:v,leftMarginMobile:T,rightMarginMobile:C,boxShadowColor:w,boxShadowHOffset:P,boxShadowVOffset:k,boxShadowBlur:x,boxShadowSpread:A,boxShadowPosition:G,gradientValue:S,borderStyle:M,borderWidth:E,borderColor:R,borderHoverColor:B,topMarginDesktop:L,bottomMarginDesktop:O,leftMarginDesktop:z,rightMarginDesktop:H,leftPadding:j,rightPadding:F,topPadding:N,bottomPadding:D,stack:V,align:I,width:W,columns:Z,backgroundImage:$,backgroundPosition:K,backgroundSize:J,backgroundRepeat:Y,backgroundAttachment:Q,backgroundVideoColor:X,backgroundVideo:ee,backgroundImageColor:te,tag:ae,columnsBorderTopLeftRadius:ie,columnsBorderTopRightRadius:oe,columnsBorderBottomLeftRadius:ne,columnsBorderBottomRightRadius:le,columnsBorderStyle:re,columnsBorderColor:se,columnsBorderHColor:ce,columnsBorderTopWidth:pe,columnsBorderBottomWidth:ue,columnsBorderLeftWidth:be,columnsBorderRightWidth:ge,topType:de,topColor:ye,topWidth:me,topHeight:fe,topHeightTablet:he,topHeightMobile:_e,topFlip:ve,topContentAboveShape:Te,bottomType:Ce,bottomColor:we,bottomWidth:Pe,bottomHeight:ke,bottomHeightTablet:xe,bottomHeightMobile:Ae,bottomFlip:Ue,bottomContentAboveShape:Ge,reverseMobile:Se,reverseTablet:Me}=e,Ee="full"===I?"alignfull":"alignwide";let Re=null,Be=null;"full"===I&&(Re="custom"===n&&"px"===o?W:1200,Be="custom"===n&&"px"===o?"alignwide":"alignfull");const Le=[],Oe=100/Z;t.map(e=>{const{backgroundType:t,backgroundColor:a,borderRadius:i,topPaddingTablet:o,bottomPaddingTablet:n,leftPaddingTablet:l,rightPaddingTablet:r,topMarginTablet:s,bottomMarginTablet:c,leftMarginTablet:p,rightMarginTablet:u,topPaddingMobile:b,bottomPaddingMobile:g,leftPaddingMobile:d,rightPaddingMobile:y,topMarginMobile:m,bottomMarginMobile:f,leftMarginMobile:h,rightMarginMobile:_,gradientValue:v,borderStyle:T,borderWidth:C,borderColor:w,columnBorderHColor:P,borderHoverColor:k,topMargin:x,bottomMargin:A,leftMargin:U,rightMargin:G,leftPadding:S,rightPadding:M,topPadding:E,bottomPadding:R,colWidth:B,columnBorderTopLeftRadius:L,columnBorderTopRightRadius:O,columnBorderBottomLeftRadius:z,columnBorderBottomRightRadius:H,columnBorderStyle:j,columnBorderColor:F,columnBorderTopWidth:N,columnBorderBottomWidth:D,columnBorderLeftWidth:V,columnBorderRightWidth:I,backgroundImage:W,backgroundPosition:Z,backgroundAttachment:$,backgroundRepeat:K,backgroundSize:J,backgroundImageColor:Y}=null==e?void 0:e.attributes,Q=B||Oe;return Le.push(["uagb/container",{widthDesktop:Q,backgroundType:t,backgroundColor:a,borderRadius:i,topPaddingTablet:o,bottomPaddingTablet:n,leftPaddingTablet:l,rightPaddingTablet:r,topMarginTablet:s,bottomMarginTablet:c,leftMarginTablet:p,rightMarginTablet:u,topPaddingMobile:b,bottomPaddingMobile:g,leftPaddingMobile:d,rightPaddingMobile:y,topMarginMobile:m,bottomMarginMobile:f,leftMarginMobile:h,rightMarginMobile:_,gradientValue:v,borderStyle:T,borderWidth:C,borderColor:w,borderHoverColor:k,topMarginDesktop:x,bottomMarginDesktop:A,leftMarginDesktop:U,rightMarginDesktop:G,leftPaddingDesktop:S,rightPaddingDesktop:M,topPaddingDesktop:E,bottomPaddingDesktop:R,containerBorderTopLeftRadius:i||L,containerBorderTopRightRadius:i||O,containerBorderBottomLeftRadius:i||z,containerBorderBottomRightRadius:i||H,containerBorderStyle:T||j,containerBorderColor:w||F,containerBorderHColor:P,containerBorderTopWidth:C||N,containerBorderBottomWidth:C||D,containerBorderLeftWidth:C||V,containerBorderRightWidth:C||I,backgroundImageDesktop:W,backgroundPositionDesktop:q(Z),backgroundAttachmentDesktop:$,backgroundRepeatDesktop:K,backgroundSizeDesktop:J,backgroundImageColor:Y,overlayType:Y?"color":"none",alignItemsDesktop:"flex-start"},null==e?void 0:e.innerBlocks]),e});const ze=Me||Se?"column-reverse":"column",He=Me||Se?"row-reverse":"row",je=Me?"column-reverse":"column",Fe=Me?"row-reverse":"row";return Object(U.createBlock)("uagb/container",{contentWidth:Ee,backgroundType:a,backgroundColor:i,gradientValue:S,innerContentCustomWidthDesktop:Re||1200,innerContentWidth:Be||"alignfull",borderStyle:M,borderWidth:E,borderColor:R,borderHoverColor:B,borderRadius:l,boxShadowColor:w,boxShadowHOffset:P,boxShadowVOffset:k,boxShadowBlur:x,boxShadowSpread:A,boxShadowPosition:G,topMarginDesktop:L,bottomMarginDesktop:O,leftMarginDesktop:z,rightMarginDesktop:H,topMarginTablet:u,bottomMarginTablet:b,leftMarginTablet:g,rightMarginTablet:d,topMarginMobile:_,bottomMarginMobile:v,leftMarginMobile:T,rightMarginMobile:C,topPaddingMobile:y,bottomPaddingMobile:m,leftPaddingMobile:f,rightPaddingMobile:h,topPaddingTablet:r,bottomPaddingTablet:s,leftPaddingTablet:c,rightPaddingTablet:p,leftPaddingDesktop:j,rightPaddingDesktop:F,topPaddingDesktop:N,bottomPaddingDesktop:D,backgroundImageDesktop:$,backgroundPositionDesktop:q(K),backgroundSizeDesktop:J,backgroundRepeatDesktop:Y,backgroundAttachmentDesktop:Q,backgroundVideoColor:X||"#00000011",backgroundVideo:ee,overlayType:te?"color":"none",backgroundImageColor:te||"#00000000",directionDesktop:"row",directionTablet:"tablet"===V?je:Fe,directionMobile:"mobile"===V?ze:He,variationSelected:!0,columnGapDesktop:0,containerBorderTopLeftRadius:l||ie,containerBorderTopRightRadius:l||oe,containerBorderBottomLeftRadius:l||ne,containerBorderBottomRightRadius:l||le,containerBorderStyle:M||re,containerBorderColor:R||se,containerBorderHColor:ce,containerBorderTopWidth:E||pe,containerBorderBottomWidth:E||ue,containerBorderLeftWidth:E||be,containerBorderRightWidth:E||ge,htmlTag:ae,topType:de,topColor:ye,topWidth:me,topHeight:fe,topHeightTablet:he,topHeightMobile:_e,topFlip:ve,topContentAboveShape:Te,bottomType:Ce,bottomColor:we,bottomWidth:Pe,bottomHeight:ke,bottomHeightTablet:xe,bottomHeightMobile:Ae,bottomFlip:Ue,bottomContentAboveShape:Ge},Object(U.createBlocksFromInnerBlocksTemplate)(Le))}}]};Object(U.registerBlockType)("uagb/container",{apiVersion:2,title:Object(k.__)("Container","ultimate-addons-for-gutenberg"),description:Object(k.__)("Create beautiful layouts with flexbox powered container block.","ultimate-addons-for-gutenberg"),icon:s.a.container,keywords:[Object(k.__)("container","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg"),Object(k.__)("flex","ultimate-addons-for-gutenberg")],supports:{anchor:!0},category:uagb_blocks_info.category,attributes:c.a,example:{attributes:{isPreview:!0}},variations:W,edit:j,save:function(e){const{block_id:t,htmlTag:a,htmlTagLink:i,contentWidth:o,innerContentWidth:n,isBlockRootParent:l,topType:r,topFlip:s,topContentAboveShape:c,bottomType:p,bottomFlip:u,bottomContentAboveShape:b,backgroundType:g,backgroundVideo:d,topInvert:y,bottomInvert:m}=e.attributes,f="none"!==r&&React.createElement("div",{className:N()("uagb-container__shape","uagb-container__shape-top",{"uagb-container__shape-flip":!0===s},{"uagb-container__shape-above-content":!0===c},{"uagb-container__invert":!0===y})},D.a[r]),h="none"!==p&&React.createElement("div",{className:N()("uagb-container__shape","uagb-container__shape-bottom",{"uagb-container__shape-flip":!0===u},{"uagb-container__shape-above-content":!0===b},{"uagb-container__invert":!0===m}),"data-negative":"false"},D.a[p]),_=""+a,v={};"a"===a&&(v.rel="noopener",null!=i&&i.url&&(v.href=null==i?void 0:i.url),null!=i&&i.opensInNewTab&&(v.target="_blank"),null!=i&&i.noFollow&&(v.rel="nofollow noopener"));const T=A.useBlockProps.save();return React.createElement(_,V({className:N()(T.className,"uagb-block-"+t,l?o+" uagb-is-root-container":"")},v),f,"video"===g&&React.createElement("div",{className:"uagb-container__video-wrap"},d&&React.createElement("video",{autoPlay:!0,loop:!0,muted:!0,playsinline:!0},React.createElement("source",{src:d.url,type:"video/mp4"}))),l&&"alignfull"===o&&"alignwide"===n?React.createElement("div",{className:"uagb-container-inner-blocks-wrap"},React.createElement(A.InnerBlocks.Content,null)):React.createElement(A.InnerBlocks.Content,null),h)},transforms:Z});var $=a(79),K=function(e){const t=e.name.replace("uagb/",""),{headingAlign:a,headingAlignTablet:i,headingAlignMobile:o,headingTag:n,headingColor:l,headingColorType:s,headingGradientColor:c,blockBackgroundType:u,blockBackground:b,blockGradientBackground:g,headSpace:m,headSpaceTablet:f,headSpaceMobile:h,seperatorStyle:_,separatorHeight:v,separatorHeightType:T,separatorWidth:C,separatorWidthTablet:w,separatorWidthMobile:P,separatorWidthType:k,separatorColor:x,separatorSpace:A,separatorSpaceTablet:U,separatorSpaceMobile:G,separatorSpaceType:S,subHeadingColor:M,headFontFamily:E,headFontStyle:R,headFontWeight:B,headFontSize:L,headFontSizeType:O,headFontSizeMobile:z,headFontSizeTablet:H,headLineHeight:j,headLineHeightType:F,headLineHeightMobile:N,headLineHeightTablet:D,headLetterSpacing:V,headLetterSpacingTablet:I,headLetterSpacingMobile:W,headLetterSpacingType:q,headShadowColor:Z,headShadowHOffset:$,headShadowVOffset:K,headShadowBlur:J,subHeadFontFamily:Y,subHeadFontStyle:Q,subHeadFontWeight:X,subHeadFontSize:ee,subHeadFontSizeType:te,subHeadFontSizeMobile:ae,subHeadFontSizeTablet:ie,subHeadLineHeight:oe,subHeadLineHeightType:ne,subHeadLineHeightMobile:le,subHeadLineHeightTablet:re,headTransform:se,headDecoration:ce,subHeadTransform:pe,subHeadDecoration:ue,subHeadLetterSpacing:be,subHeadLetterSpacingTablet:ge,subHeadLetterSpacingMobile:de,subHeadLetterSpacingType:ye,blockTopPadding:me,blockRightPadding:fe,blockLeftPadding:he,blockBottomPadding:_e,blockTopPaddingTablet:ve,blockRightPaddingTablet:Te,blockLeftPaddingTablet:Ce,blockBottomPaddingTablet:we,blockTopPaddingMobile:Pe,blockRightPaddingMobile:ke,blockLeftPaddingMobile:xe,blockBottomPaddingMobile:Ae,blockPaddingUnit:Ue,blockPaddingUnitTablet:Ge,blockPaddingUnitMobile:Se,blockTopMargin:Me,blockRightMargin:Ee,blockLeftMargin:Re,blockBottomMargin:Be,blockTopMarginTablet:Le,blockRightMarginTablet:Oe,blockLeftMarginTablet:ze,blockBottomMarginTablet:He,blockTopMarginMobile:je,blockRightMarginMobile:Fe,blockLeftMarginMobile:Ne,blockBottomMarginMobile:De,blockMarginUnit:Ve,blockMarginUnitTablet:Ie,blockMarginUnitMobile:We,linkColor:qe,linkHColor:Ze,highLightBorderHColor:$e,highLightColor:Ke,highLightBackground:Je,highLightFontFamily:Ye,highLightFontWeight:Qe,highLightFontStyle:Xe,highLightTransform:et,highLightDecoration:tt,highLightFontSizeType:at,highLightLineHeightType:it,highLightFontSize:ot,highLightFontSizeTablet:nt,highLightFontSizeMobile:lt,highLightLineHeight:rt,highLightLineHeightTablet:st,highLightLineHeightMobile:ct,highLightLetterSpacing:pt,highLightLetterSpacingTablet:ut,highLightLetterSpacingMobile:bt,highLightLetterSpacingType:gt,highLightTopPadding:dt,highLightRightPadding:yt,highLightLeftPadding:mt,highLightBottomPadding:ft,highLightTopPaddingTablet:ht,highLightRightPaddingTablet:_t,highLightLeftPaddingTablet:vt,highLightBottomPaddingTablet:Tt,highLightTopPaddingMobile:Ct,highLightRightPaddingMobile:wt,highLightLeftPaddingMobile:Pt,highLightBottomPaddingMobile:kt,highLightPaddingUnit:xt,highLightPaddingUnitTablet:At,highLightPaddingUnitMobile:Ut}=e.attributes,Gt={},St={};let Mt={},Et={};"gradient"===s&&(Mt={"-webkit-text-fill-color":qe},Et={"-webkit-text-fill-color":Ze});const Rt=y(e.attributes,"highLight"),Bt=y(e.attributes,"highLight","tablet"),Lt=y(e.attributes,"highLight","mobile"),Ot={".wp-block-uagb-advanced-heading ":{background:"classic"===u?b:g,"text-align":a,"margin-top":p(Me,Ve),"margin-right":p(Ee,Ve),"margin-bottom":p(Be,Ve),"margin-left":p(Re,Ve),"padding-top":p(me,Ue),"padding-right":p(fe,Ue),"padding-bottom":p(_e,Ue),"padding-left":p(he,Ue)}," .uagb-desc-text":{margin:0,"font-family":Y,"font-style":Q,"text-decoration":ue,"text-transform":pe,"font-weight":X,"font-size":p(ee,te),"line-height":p(oe,ne),"letter-spacing":p(be,ye),color:M},".wp-block-uagb-advanced-heading a":{color:qe,...Mt},".wp-block-uagb-advanced-heading a:hover":{color:Ze,...Et},".wp-block-uagb-advanced-heading .uagb-highlight":{background:Je,color:Ke,"-webkit-text-fill-color":Ke,"font-family":Ye,"font-style":Xe,"text-decoration":tt,"text-transform":et,"font-weight":Qe,"font-size":p(ot,at),"line-height":p(rt,it),"letter-spacing":p(pt,gt),"padding-top":p(dt,xt),"padding-right":p(yt,xt),"padding-bottom":p(ft,xt),"padding-left":p(mt,xt),...Rt},".wp-block-uagb-advanced-heading .uagb-highlight:hover":{"border-color":$e}};let zt={};"gradient"===s&&(zt={background:c,"-webkit-background-clip":"text","-webkit-text-fill-color":"transparent"});const Ht={color:Ke,background:Je,"-webkit-text-fill-color":Ke};Ot[".wp-block-uagb-advanced-heading .uagb-highlight::-moz-selection"]=Ht,Ot[".wp-block-uagb-advanced-heading .uagb-highlight::selection"]=Ht,Ot[" "+n+".uagb-heading-text"]={"font-family":E,"font-style":R,"text-decoration":ce,"text-transform":se,"font-weight":B,"font-size":p(L,O),"line-height":p(j,F),color:l,"margin-bottom":p(Object(d.b)(m,"headSpace",t),"px"),"letter-spacing":p(V,q),...zt};const jt=Z&&p($,"px")+" "+p(K,"px")+" "+p(J,"px")+" "+Z;"gradient"===s?Ot[" "+n+".uagb-heading-text"].filter=`drop-shadow(${jt})`:Ot[" "+n+".uagb-heading-text"]["text-shadow"]=jt,"none"!==_&&(Ot[" .uagb-separator"]={"border-top-style":_,"border-top-width":p(Object(d.b)(v,"separatorHeight",t),T),width:p(Object(d.b)(C,"separatorWidth",t),k),"border-color":x,"margin-bottom":p(Object(d.b)(A,"separatorSpace",t),S)}),Gt[".wp-block-uagb-advanced-heading "]={"text-align":i,"margin-top":p(Le,Ie),"margin-right":p(Oe,Ie),"margin-bottom":p(He,Ie),"margin-left":p(ze,Ie),"padding-top":p(ve,Ge),"padding-right":p(Te,Ge),"padding-bottom":p(we,Ge),"padding-left":p(Ce,Ge)},Gt[" "+n+".uagb-heading-text"]={"font-size":p(H,O),"line-height":p(D,F),"letter-spacing":p(I,q),"margin-bottom":p(Object(d.b)(f,"headSpaceTablet",t),"px")},Gt[" .uagb-desc-text"]={"font-size":p(ie,te),"line-height":p(re,ne),"letter-spacing":p(ge,ye)},Gt[".wp-block-uagb-advanced-heading .uagb-highlight"]={"font-size":p(nt,at),"line-height":p(st,it),"letter-spacing":p(ut,gt),"padding-top":p(ht,At),"padding-right":p(_t,At),"padding-bottom":p(Tt,At),"padding-left":p(vt,At),...Bt},St[".wp-block-uagb-advanced-heading "]={"text-align":o,"margin-top":p(je,We),"margin-right":p(Fe,We),"margin-bottom":p(De,We),"margin-left":p(Ne,We),"padding-top":p(Pe,Se),"padding-right":p(ke,Se),"padding-bottom":p(Ae,Se),"padding-left":p(xe,Se)},Gt[" .uagb-separator"]={width:p(Object(d.b)(w,"separatorWidthTablet",t),k),"margin-bottom":p(Object(d.b)(U,"separatorSpaceTablet",t),S)},St[" "+n+".uagb-heading-text"]={"font-size":p(z,O),"line-height":p(N,F),"letter-spacing":p(W,q),"margin-bottom":p(Object(d.b)(h,"headSpaceMobile",t),"px")},St[" .uagb-desc-text"]={"font-size":p(ae,te),"line-height":p(le,ne),"letter-spacing":p(de,ye)},St[".wp-block-uagb-advanced-heading .uagb-highlight"]={"font-size":p(lt,at),"line-height":p(ct,it),"letter-spacing":p(bt,gt),"padding-top":p(Ct,Ut),"padding-right":p(wt,Ut),"padding-bottom":p(kt,Ut),"padding-left":p(Pt,Ut),...Lt},St[" .uagb-separator"]={width:p(Object(d.b)(P,"separatorWidthMobile",t),k),"margin-bottom":p(Object(d.b)(G,"separatorSpaceMobile",t),S)};const Ft=".editor-styles-wrapper .uagb-block-"+e.clientId.substr(0,8);let Nt=r(Ot,Ft);return Nt+=r(Gt,Ft+".uagb-editor-preview-mode-tablet"),Nt+=r(St,Ft+".uagb-editor-preview-mode-mobile"),Nt};a(139);const J=Object(f.lazy)(()=>a.e(4).then(a.bind(null,516))),Y=Object(f.lazy)(()=>a.e(3).then(a.bind(null,465)));const Q={block_id:{type:"string"},classMigrate:{type:"boolean",default:!1},headingTitleToggle:{source:"boolean",default:!0},headingTitle:{source:"html",selector:"h1,h2,h3,h4,h5,h6"},headingId:{type:"string"},headingDesc:{source:"html",selector:"p",default:""},headingAlign:{type:"string",default:"center"},headingColor:{type:"string"},subHeadingColor:{type:"string"},separatorColor:{type:"string"},headingTag:{type:"string",default:"h2"},level:{type:"number",default:2},seperatorStyle:{type:"string",default:"solid"},separatorHeight:{type:"number",default:2},separatorWidth:{type:"number",default:12},separatorWidthType:{type:"string",default:"%"},headSpace:{type:"number",default:15},headFontFamily:{type:"string",default:"Default"},headFontWeight:{type:"string"},headFontSubset:{type:"string"},headFontSizeType:{type:"string",default:"px"},headLineHeightType:{type:"string",default:"em"},headFontSize:{type:"number"},headFontSizeTablet:{type:"number"},headFontSizeMobile:{type:"number"},headLineHeight:{type:"number"},headLineHeightTablet:{type:"number"},headLineHeightMobile:{type:"number"},subHeadFontFamily:{type:"string",default:""},subHeadFontWeight:{type:"string"},subHeadFontSubset:{type:"string"},subHeadFontSize:{type:"number"},subHeadFontSizeType:{type:"string",default:"px"},subHeadFontSizeTablet:{type:"number"},subHeadFontSizeMobile:{type:"number"},subHeadLineHeight:{type:"number"},subHeadLineHeightType:{type:"string",default:"em"},subHeadLineHeightTablet:{type:"number"},subHeadLineHeightMobile:{type:"number"},separatorSpace:{type:"number",default:15},headLoadGoogleFonts:{type:"boolean",default:!1},subHeadLoadGoogleFonts:{type:"boolean",default:!1},headingDescToggle:{source:"boolean",default:!0}};var X=[{attributes:Q,save(e){const{block_id:t,headingTitle:a,headingDesc:i,headingTag:o,seperatorStyle:n}=e.attributes;let l="";return"none"!==n&&(l=React.createElement("div",{className:"uagb-separator-wrap"},React.createElement("div",{className:"uagb-separator"}))),React.createElement("div",{className:e.className,id:"uagb-adv-heading-"+t},React.createElement(A.RichText.Content,{tagName:o,value:a,className:"uagb-heading-text"}),l,React.createElement(A.RichText.Content,{tagName:"p",value:i,className:"uagb-desc-text"}))}},{attributes:Q,save(e){const{block_id:t,headingTitle:a,headingDesc:i,headingTag:o,seperatorStyle:n,headingId:l}=e.attributes;let r="";return"none"!==n&&(r=React.createElement("div",{className:"uagb-separator-wrap"},React.createElement("div",{className:"uagb-separator"}))),React.createElement("div",{className:e.className,id:"uagb-adv-heading-"+t},React.createElement(A.RichText.Content,{tagName:o,value:a,className:"uagb-heading-text",id:l}),r,React.createElement(A.RichText.Content,{tagName:"p",value:i,className:"uagb-desc-text"}))}},{attributes:Q,save(e){const{block_id:t,headingTitle:a,headingDesc:i,headingTag:o,seperatorStyle:n,headingId:l}=e.attributes;let r="";return"none"!==n&&(r=React.createElement("div",{className:"uagb-separator-wrap"},React.createElement("div",{className:"uagb-separator"}))),React.createElement("div",{className:N()(e.className,"uagb-block-"+t)},React.createElement(A.RichText.Content,{tagName:o,value:a,className:"uagb-heading-text",id:l}),r,React.createElement(A.RichText.Content,{tagName:"p",value:i,className:"uagb-desc-text"}))}},{attributes:Q,save(e){const{block_id:t,headingTitle:a,headingDesc:i,headingTag:o,seperatorStyle:n,headingId:l}=e.attributes;let r="";"none"!==n&&(r=React.createElement("div",{className:"uagb-separator-wrap"},React.createElement("div",{className:"uagb-separator"})));let s="";""!==a&&(s=React.createElement(A.RichText.Content,{tagName:o,value:a,className:"uagb-heading-text",id:l}));let c="";return""!==i&&(c=React.createElement(A.RichText.Content,{tagName:"p",value:i,className:"uagb-desc-text"})),React.createElement("div",{className:N()(e.className,"uagb-block-"+t)},s,r,c)}},{attributes:Q,save(e){const{block_id:t,headingTitle:a,headingDesc:i,headingTag:o,seperatorStyle:n,headingId:l}=e.attributes;let r="";"none"!==n&&(r=React.createElement("div",{className:"uagb-separator-wrap"},React.createElement("div",{className:"uagb-separator"})));let s="";""!==a&&(s=React.createElement(A.RichText.Content,{tagName:o,value:a,className:"uagb-heading-text",id:l}));let c="";return""!==i&&(c=React.createElement(A.RichText.Content,{tagName:"p",value:i,className:"uagb-desc-text"})),React.createElement("div",{className:N()(e.className,"uagb-block-"+t)},s,r,c)}}],ee=a(109),te=a(7);Object(ee.registerFormatType)("uagb/advanced-heading-highlight",{title:"Spectra Highlight",tagName:"mark",className:"uagb-highlight",edit:function(e){let{isActive:t,onChange:a,value:i}=e;const o=Object(v.useSelect)(e=>e("core/block-editor").getSelectedBlock(),[]);return React.createElement(A.BlockControls,null,o&&"uagb/advanced-heading"===o.name&&React.createElement(te.Toolbar,{className:"uag-highlight-toolbar",label:"Options"},React.createElement(te.Tooltip,{text:Object(k.__)("Highlight Text","ultimate-addons-for-gutenberg")},React.createElement(te.Button,{isPrimary:t,onClick:()=>{a(Object(ee.toggleFormat)(i,{type:"uagb/advanced-heading-highlight"}))}},React.createElement("span",{className:"dashicons dashicons-admin-customizer"})))))}}),Object(U.registerBlockType)("uagb/advanced-heading",{title:Object(k.__)("Heading","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add heading, sub heading and a separator using one block.","ultimate-addons-for-gutenberg"),icon:s.a.advanced_heading,keywords:[Object(k.__)("creative heading","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg"),Object(k.__)("heading","ultimate-addons-for-gutenberg")],supports:{anchor:!0},example:{attributes:{isPreview:!0}},category:uagb_blocks_info.category,attributes:$.a,edit:e=>{const t=Object(w.a)();return Object(f.useEffect)(()=>{const{setAttributes:t}=e;t({block_id:e.clientId.substr(0,8)}),t({classMigrate:!0})},[]),Object(f.useEffect)(()=>{const t=K(e);l("uagb-adv-heading-style-"+e.clientId.substr(0,8),t)},[e]),Object(f.useEffect)(()=>{const t=K(e);l("uagb-adv-heading-style-"+e.clientId.substr(0,8),t),C()},[t]),h.a.createElement(h.a.Fragment,null,h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(J,{parentProps:e}),h.a.createElement(Y,{parentProps:e})))},save:function(e){const{block_id:t,headingTitleToggle:a,headingTitle:i,headingDesc:o,headingDescToggle:n,headingTag:l,seperatorStyle:r,headingId:s}=e.attributes;let c="";"none"!==r&&(c=React.createElement("div",{className:"uagb-separator"}));let p="";i&&(p=React.createElement(A.RichText.Content,{tagName:l,value:i,className:"uagb-heading-text",id:s}));let u="";return o&&(u=React.createElement(A.RichText.Content,{tagName:"p",value:o,className:"uagb-desc-text"})),React.createElement("div",{className:N()(e.className,"uagb-block-"+t)},a&&p,c,n&&u)},deprecated:X,transforms:{from:[{type:"block",blocks:["core/heading"],transform:e=>Object(U.createBlock)("uagb/advanced-heading",{headingTitle:e.content,headingAlign:e.align})},{type:"block",blocks:["core/quote"],transform:e=>Object(U.createBlock)("uagb/advanced-heading",{headingTitle:e.value,headingDesc:e.citation})}],to:[{type:"block",blocks:["core/heading"],transform:e=>Object(U.createBlock)("core/heading",{content:e.headingTitle,align:e.headingAlign})},{type:"block",blocks:["core/quote"],transform:e=>Object(U.createBlock)("core/quote",{value:e.headingTitle,citation:e.headingDesc})}]}}),a(140);const ae=Object(f.lazy)(()=>a.e(68).then(a.bind(null,517))),ie=Object(f.lazy)(()=>a.e(67).then(a.bind(null,515)));var oe=a(88);Object(U.registerBlockType)("uagb/image",{title:Object(k.__)("Image","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add images on your webpage with multiple customization options.","ultimate-addons-for-gutenberg"),icon:s.a.image,keywords:[Object(k.__)("image","ultimate-addons-for-gutenberg"),Object(k.__)("advance image","ultimate-addons-for-gutenberg"),Object(k.__)("caption","ultimate-addons-for-gutenberg"),Object(k.__)("overlay image","ultimate-addons-for-gutenberg")],example:{attributes:{isPreview:!0}},supports:{anchor:!0,color:{__experimentalDuotone:"img",text:!1,background:!1}},category:uagb_blocks_info.category,attributes:oe.a,edit:function(e){const t=Object(w.a)();return Object(f.useEffect)(()=>{const{setAttributes:t}=e;t({block_id:e.clientId.substr(0,8)})},[]),Object(f.useEffect)(()=>{const t=function(e){const t=e.name.replace("uagb/",""),{width:a,widthTablet:i,widthMobile:o,height:n,heightTablet:l,heightMobile:s,align:c,alignTablet:u,alignMobile:b,imageTopMargin:g,imageRightMargin:m,imageLeftMargin:f,imageBottomMargin:h,imageTopMarginTablet:_,imageRightMarginTablet:v,imageLeftMarginTablet:T,imageBottomMarginTablet:C,imageTopMarginMobile:w,imageRightMarginMobile:P,imageLeftMarginMobile:k,imageBottomMarginMobile:x,imageMarginUnit:A,imageMarginUnitTablet:U,imageMarginUnitMobile:G,captionShowOn:S,captionAlign:M,captionFontFamily:E,captionFontWeight:R,captionFontStyle:B,captionFontSize:L,captionColor:O,captionTransform:z,captionDecoration:H,captionFontSizeType:j,captionFontSizeMobile:F,captionFontSizeTablet:N,captionLineHeight:D,captionLineHeightType:V,captionLineHeightMobile:I,captionLineHeightTablet:W,captionTopMargin:q,captionRightMargin:Z,captionLeftMargin:$,captionBottomMargin:K,captionTopMarginTablet:J,captionRightMarginTablet:Y,captionLeftMarginTablet:Q,captionBottomMarginTablet:X,captionTopMarginMobile:ee,captionRightMarginMobile:te,captionLeftMarginMobile:ae,captionBottomMarginMobile:ie,captionMarginUnit:oe,captionMarginUnitTablet:ne,captionMarginUnitMobile:le,headingShowOn:re,headingFontFamily:se,headingFontWeight:ce,headingFontStyle:pe,headingFontSize:ue,headingColor:be,headingTransform:ge,headingDecoration:de,headingFontSizeType:ye,headingFontSizeMobile:me,headingFontSizeTablet:fe,headingLineHeight:he,headingLineHeightType:_e,headingLineHeightMobile:ve,headingLineHeightTablet:Te,headingTopMargin:Ce,headingRightMargin:we,headingLeftMargin:Pe,headingBottomMargin:ke,headingTopMarginTablet:xe,headingRightMarginTablet:Ae,headingLeftMarginTablet:Ue,headingBottomMarginTablet:Ge,headingTopMarginMobile:Se,headingRightMarginMobile:Me,headingLeftMarginMobile:Ee,headingBottomMarginMobile:Re,headingMarginUnit:Be,headingMarginUnitTablet:Le,headingMarginUnitMobile:Oe,objectFit:ze,objectFitTablet:He,objectFitMobile:je,overlayOpacity:Fe,overlayHoverOpacity:Ne,overlayPositionFromEdge:De,overlayPositionFromEdgeUnit:Ve,overlayBackground:Ie,overlayBorderHColor:We,seperatorShowOn:qe,seperatorStyle:Ze,seperatorWidth:$e,separatorWidthType:Ke,seperatorThickness:Je,seperatorThicknessUnit:Ye,seperatorColor:Qe,seperatorTopMargin:Xe,seperatorRightMargin:et,seperatorLeftMargin:tt,seperatorBottomMargin:at,seperatorTopMarginTablet:it,seperatorRightMarginTablet:ot,seperatorLeftMarginTablet:nt,seperatorBottomMarginTablet:lt,seperatorTopMarginMobile:rt,seperatorRightMarginMobile:st,seperatorLeftMarginMobile:ct,seperatorBottomMarginMobile:pt,seperatorMarginUnit:ut,seperatorMarginUnitTablet:bt,seperatorMarginUnitMobile:gt,imageBorderHColor:dt,imageBoxShadowColor:yt,imageBoxShadowHOffset:mt,imageBoxShadowVOffset:ft,imageBoxShadowBlur:ht,imageBoxShadowSpread:_t,imageBoxShadowPosition:vt,maskShape:Tt,maskCustomShape:Ct,maskSize:wt,maskPosition:Pt,maskRepeat:kt,headingLetterSpacing:xt,headingLetterSpacingTablet:At,headingLetterSpacingMobile:Ut,headingLetterSpacingType:Gt,captionLetterSpacing:St,captionLetterSpacingTablet:Mt,captionLetterSpacingMobile:Et,captionLetterSpacingType:Rt,customHeightSetDesktop:Bt,customHeightSetTablet:Lt,customHeightSetMobile:Ot}=e.attributes,zt=Object(d.b)($e,"seperatorWidth",t),Ht=Object(d.b)(De,"overlayPositionFromEdge",t),jt=Object(d.b)(Je,"seperatorThickness",t),Ft=Object(d.b)(Fe,"overlayOpacity",t),Nt=Object(d.b)(Ne,"overlayHoverOpacity",t),Dt=y(e.attributes,"overlay"),Vt=y(e.attributes,"overlay","tablet"),It=y(e.attributes,"overlay","mobile"),Wt=y(e.attributes,"image"),qt=y(e.attributes,"image","tablet"),Zt=y(e.attributes,"image","mobile"),$t=""!==i?i:a,Kt=""!==o?o:$t,Jt=""!==l?l:n,Yt=""!==s?s:Jt,Qt="outset"!==vt?vt:"",Xt={".wp-block-uagb-image":{"margin-top":p(g,A),"margin-right":p(m,A),"margin-bottom":p(h,A),"margin-left":p(f,A),"text-align":c},".wp-block-uagb-image--layout-default figure":{width:"inherit",height:"inherit","box-shadow":p(mt,"px")+" "+p(ft,"px")+" "+p(ht,"px")+" "+p(_t,"px")+" "+yt+" "+Qt},".wp-block-uagb-image--layout-default figure img":Wt,".wp-block-uagb-image .wp-block-uagb-image__figure:hover":{"border-color":dt},".wp-block-uagb-image .wp-block-uagb-image__figure figcaption":{"font-family":E,"font-style":B,"text-decoration":H,"text-transform":z,"font-weight":R,"font-size":p(L,j),"line-height":p(D,V),"letter-spacing":p(St,Rt),color:O,"margin-top":p(q,oe),"margin-right":p(Z,oe),"margin-bottom":p(K,oe),"margin-left":p($,oe),"text-align":M},".wp-block-uagb-image .wp-block-uagb-image__figure figcaption a":{color:O},".wp-block-uagb-image--layout-overlay figure":{width:"inherit",height:"inherit","box-shadow":p(mt,"px")+" "+p(ft,"px")+" "+p(ht,"px")+" "+p(_t,"px")+" "+yt+" "+Qt},".wp-block-uagb-image--layout-overlay figure img":{...Wt},".wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__color-wrapper":{background:Ie,opacity:Ft,...Wt},".wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner":{left:p(Ht,Ve),right:p(Ht,Ve),top:p(Ht,Ve),bottom:p(Ht,Ve),...Dt},".wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading":{"font-family":se,"font-style":pe,"text-decoration":de,"text-transform":ge,"font-weight":ce,"font-size":p(ue,ye),"line-height":p(he,_e),"letter-spacing":p(xt,Gt),color:be,"margin-top":p(Ce,Be),"margin-right":p(we,Be),"margin-bottom":p(ke,Be),"margin-left":p(Pe,Be),opacity:"always"===re?1:0},".wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading a":{color:be},".wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption":{opacity:"always"===S?1:0},".wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner":{"border-color":We},".wp-block-uagb-image--layout-overlay .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__color-wrapper":{opacity:Nt},".wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator":{width:p(zt,Ke),"border-top-width":p(jt,Ye),"border-top-color":Qe,"border-top-style":Ze,"margin-bottom":p(at,ut),"margin-top":p(Xe,ut),"margin-left":p(tt,ut),"margin-right":p(et,ut),opacity:"always"===qe?1:0}};if(Xt[".wp-block-uagb-image .wp-block-uagb-image__figure img"]={"object-fit":ze,width:a+"px",height:"auto"},Bt&&(Xt[".wp-block-uagb-image .wp-block-uagb-image__figure img"].height=n+"px"),"hover"===re&&(Xt[".wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading"]={opacity:1}),"hover"===S&&(Xt[".wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-caption"]={opacity:1}),"hover"===qe&&(Xt[".wp-block-uagb-image .wp-block-uagb-image__figure:hover .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator"]={opacity:1}),"none"!==Tt){var ea,ta;let e=`${null===(ea=window)||void 0===ea||null===(ta=ea.uagb_blocks_info)||void 0===ta?void 0:ta.uagb_url}assets/images/masks/${Tt}.svg`;"custom"===Tt&&(e=""+(null==Ct?void 0:Ct.url)),void 0!==e&&e&&(Xt[".wp-block-uagb-image .wp-block-uagb-image__figure img"]={"mask-image":`url(${e})`,"-webkit-mask-image":`url(${e})`,"mask-size":wt,"-webkit-mask-size":wt,"mask-repeat":kt,"-webkit-mask-repeat":kt,"mask-position":Pt,"-webkit-mask-position":Pt})}const aa=".editor-styles-wrapper .uagb-block-"+e.clientId.substr(0,8),ia={},oa={};ia[".wp-block-uagb-image .components-resizable-box__container"]={width:p(i,"px"),height:p(l,"px")},ia[".wp-block-uagb-image--layout-default figure"]=qt,ia[".wp-block-uagb-image--layout-overlay figure"]=qt,ia[".wp-block-uagb-image"]={"margin-top":p(_,U),"margin-right":p(v,U),"margin-bottom":p(C,U),"margin-left":p(T,U),"text-align":u},ia[".wp-block-uagb-image .wp-block-uagb-image__figure figcaption"]={"font-size":p(N,j),"line-height":p(W,V),"letter-spacing":p(Mt,Rt),"margin-top":p(J,ne),"margin-right":p(Y,ne),"margin-bottom":p(X,ne),"margin-left":p(Q,ne)},ia[".wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner"]=Vt,ia[".wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading"]={"font-size":p(fe,ye),"line-height":p(Te,_e),"letter-spacing":p(At,Gt),"margin-top":p(xe,Le),"margin-right":p(Ae,Le),"margin-bottom":p(Ge,Le),"margin-left":p(Ue,Le)},ia[".wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator"]={"margin-bottom":p(lt,bt),"margin-top":p(it,bt),"margin-left":p(nt,bt),"margin-right":p(ot,bt)},ia[".wp-block-uagb-image .wp-block-uagb-image__figure img"]={"object-fit":He,width:$t+"px",height:"auto"},Lt&&(ia[".wp-block-uagb-image .wp-block-uagb-image__figure img"].height=Jt+"px"),oa[".wp-block-uagb-image .components-resizable-box__container"]={width:p(o,"px"),height:p(s,"px")},oa[".wp-block-uagb-image--layout-default figure"]=Zt,oa[".wp-block-uagb-image--layout-overlay figure"]=Zt,oa[".wp-block-uagb-image"]={"margin-top":p(w,G),"margin-right":p(P,G),"margin-bottom":p(x,G),"margin-left":p(k,G),"text-align":b},oa[".wp-block-uagb-image .wp-block-uagb-image__figure figcaption"]={"font-size":p(F,j),"line-height":p(I,V),"letter-spacing":p(Et,Rt),"margin-top":p(ee,le),"margin-right":p(te,le),"margin-bottom":p(ie,le),"margin-left":p(ae,le)},oa[".wp-block-uagb-image--layout-overlay .wp-block-uagb-image--layout-overlay__inner"]=It,oa[".wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-heading"]={"font-size":p(me,ye),"line-height":p(ve,_e),"letter-spacing":p(Ut,Gt),"margin-top":p(Se,Oe),"margin-right":p(Me,Oe),"margin-bottom":p(Re,Oe),"margin-left":p(Ee,Oe)},oa[".wp-block-uagb-image .wp-block-uagb-image--layout-overlay__inner .uagb-image-separator"]={"margin-bottom":p(pt,gt),"margin-top":p(rt,gt),"margin-left":p(ct,gt),"margin-right":p(st,gt)},oa[".wp-block-uagb-image .wp-block-uagb-image__figure img"]={"object-fit":je,width:Kt+"px",height:"auto"},Ot&&(oa[".wp-block-uagb-image .wp-block-uagb-image__figure img"].height=Yt+"px");let na=r(Xt,aa);return na+=r(ia,aa+".uagb-editor-preview-mode-tablet"),na+=r(oa,aa+".uagb-editor-preview-mode-mobile"),na}(e);l("uagb-image-style-"+e.clientId.substr(0,8),t)},[e,t]),Object(f.useEffect)(()=>{C()},[t]),h.a.createElement(h.a.Fragment,null,h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(ae,{parentProps:e}),h.a.createElement(ie,{parentProps:e})))},save:function(e){const{block_id:t,layout:a,url:i,urlTablet:o,urlMobile:n,alt:l,caption:r,enableCaption:s,imageHoverEffect:c,href:p,linkClass:u,width:b,height:g,align:d,id:y,linkTarget:m,rel:f,title:_,heading:v,headingTag:T,headingId:C,overlayContentPosition:w,seperatorStyle:P,seperatorPosition:k}=e.attributes,x=h.a.createElement("img",{srcSet:`${i} 1024w${o?","+o+" 780w":""}${n?", "+n+" 360w":""}`,src:i,alt:l,className:y?"uag-image-"+y:null,width:b,height:g,title:_}),U=()=>f?f+" noopener":"noopener",G=h.a.createElement(h.a.Fragment,null,p?h.a.createElement("a",{className:u,href:p,target:m,rel:U()},x):x),S=h.a.createElement(h.a.Fragment,null,!A.RichText.isEmpty(v)&&h.a.createElement(A.RichText.Content,{tagName:T,id:C,className:"uagb-image-heading",value:v})),M=h.a.createElement(h.a.Fragment,null,!A.RichText.isEmpty(r)&&h.a.createElement(A.RichText.Content,{tagName:"figcaption",className:"uagb-image-caption",value:r})),E="none"!==P&&h.a.createElement("div",{className:"uagb-image-separator"}),R=h.a.createElement("a",{className:"wp-block-uagb-image--layout-overlay-link "+u,href:p,target:m,rel:U()});return h.a.createElement("div",{className:N()(e.className,"uagb-block-"+t,"wp-block-uagb-image","wp-block-uagb-image--layout-"+a,"wp-block-uagb-image--effect-"+c,"wp-block-uagb-image--align-"+(d||"none"))},h.a.createElement("figure",{className:"wp-block-uagb-image__figure"},G,"overlay"===a?h.a.createElement(h.a.Fragment,null,h.a.createElement("div",{className:"wp-block-uagb-image--layout-overlay__color-wrapper"}),h.a.createElement("div",{className:"wp-block-uagb-image--layout-overlay__inner "+w.replace(" ","-")},R,"before_title"===k&&E,S,"after_title"===k&&E,M,"after_sub_title"===k&&E)):h.a.createElement(h.a.Fragment,null,s&&M)))},transforms:{from:[{type:"block",blocks:["core/image"],transform:e=>{let{url:t,sizeSlug:a}=e;return Object(U.createBlock)("uagb/image",{url:t,sizeSlug:a})}},{type:"block",blocks:["core/post-featured-image"],transform:e=>{let{sizeSlug:t}=e;return Object(U.createBlock)("uagb/image",{useDynamicData:!0,dynamicContentType:"featured-image",sizeSlug:t})}}],to:[{type:"block",blocks:["core/image"],transform:e=>{let{url:t,sizeSlug:a}=e;return Object(U.createBlock)("core/image",{url:t,sizeSlug:a})}}]}});var ne=a(44),le=function(e){const t=e.name.replace("uagb/",""),{fontFamily:a,fontWeight:i,gap:o,gapTablet:n,gapMobile:l,stack:s,align:c,fontStyle:u,fontTransform:b,fontDecoration:g,alignTablet:y,alignMobile:m,fontSizeType:f,fontSize:h,fontSizeMobile:_,fontSizeTablet:v,lineHeightType:T,lineHeight:C,lineHeightMobile:w,lineHeightTablet:P,topPadding:k,rightPadding:x,bottomPadding:A,leftPadding:U,topMobilePadding:G,rightMobilePadding:S,bottomMobilePadding:M,leftMobilePadding:E,topTabletPadding:R,rightTabletPadding:B,bottomTabletPadding:L,leftTabletPadding:O,paddingUnit:z,mobilePaddingUnit:H,tabletPaddingUnit:j,topMargin:F,rightMargin:N,bottomMargin:D,leftMargin:V,topMarginTablet:I,rightMarginTablet:W,bottomMarginTablet:q,leftMarginTablet:Z,topMarginMobile:$,rightMarginMobile:K,bottomMarginMobile:J,leftMarginMobile:Y,marginType:Q,fontLetterSpacing:X,fontLetterSpacingTablet:ee,fontLetterSpacingMobile:te,fontLetterSpacingType:ae}=e.attributes,ie={},oe={},ne={};ie[" .uagb-button__wrapper .uagb-buttons-repeater:not(.wp-block-button__link)"]={"font-family":a,"font-style":u,"text-decoration":g,"text-transform":b,"font-weight":i,"font-size":p(h,f),"line-height":p(C,T)},ie[".uagb-buttons__outer-wrap .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link"]={"font-family":a,"font-style":u,"text-decoration":g,"text-transform":b,"font-weight":i,"font-size":p(h,f),"line-height":p(C,T),"padding-left":p(U,z),"padding-right":p(x,z),"padding-top":p(k,z),"padding-bottom":p(A,z),"margin-left":p(V,Q),"margin-right":p(N,Q),"margin-top":p(F,Q),"margin-bottom":p(D,Q),"letter-spacing":p(X,ae)},"desktop"===s?(ie[".uagb-editor-preview-mode-desktop .uagb-buttons-stack-desktop .block-editor-block-list__layout"]={"flex-direction":"column","row-gap":p(Object(d.b)(o,"gap",t),"px")},oe[".uagb-editor-preview-mode-tablet .uagb-buttons-stack-desktop .block-editor-block-list__layout"]={"flex-direction":"column","row-gap":p(n,"px")},ne[".uagb-editor-preview-mode-mobile .uagb-buttons-stack-desktop .block-editor-block-list__layout"]={"flex-direction":"column","row-gap":p(l,"px")}):"tablet"===s?(ie[".uagb-editor-preview-mode-desktop .uagb-buttons-stack-tablet .block-editor-block-list__layout"]={"column-gap":p(Object(d.b)(o,"gap",t),"px"),"align-items":"center"},oe[".uagb-editor-preview-mode-tablet .uagb-buttons-stack-tablet .block-editor-block-list__layout"]={"flex-direction":"column","row-gap":p(n,"px")},ne[".uagb-editor-preview-mode-mobile .uagb-buttons-stack-tablet .block-editor-block-list__layout"]={"flex-direction":"column","row-gap":p(l,"px")}):"mobile"===s?(ie[".uagb-editor-preview-mode-desktop .uagb-buttons-stack-mobile .block-editor-block-list__layout"]={"column-gap":p(Object(d.b)(o,"gap",t),"px"),"align-items":"center"},oe[".uagb-editor-preview-mode-tablet .uagb-buttons-stack-mobile .block-editor-block-list__layout"]={"column-gap":p(n,"px"),"align-items":"center"},ne[".uagb-editor-preview-mode-mobile .uagb-buttons-stack-mobile .block-editor-block-list__layout"]={"flex-direction":"column","row-gap":p(l,"px")}):"none"===s&&(ie[".uagb-buttons__outer-wrap .block-editor-block-list__layout"]={"column-gap":p(Object(d.b)(o,"gap",t),"px"),"align-items":"center"},oe[".uagb-editor-preview-mode-tablet .block-editor-block-list__layout"]={"column-gap":p(n,"px")},ne[".uagb-editor-preview-mode-mobile .block-editor-block-list__layout"]={"column-gap":p(l,"px")}),"full"!==c?ie[".uagb-editor-preview-mode-desktop .block-editor-inner-blocks"]={"text-align":c}:(ie[".uagb-editor-preview-mode-desktop .block-editor-block-list__layout"]={width:"100%"},ie[" .block-editor-block-list__block"]={width:"100%"}),"full"!==y?oe[".uagb-editor-preview-mode-tablet .block-editor-inner-blocks"]={"text-align":y}:(oe[".uagb-editor-preview-mode-tablet .block-editor-block-list__layout"]={"flex-direction":"column","row-gap":p(Object(d.b)(o,"gap",t),"px")},oe[".uagb-editor-preview-mode-tablet .block-editor-block-list__layout"]={width:"100%"},oe[" .block-editor-block-list__block "]={width:"100%"}),"full"!==m?ne[".uagb-editor-preview-mode-mobile .block-editor-inner-blocks"]={"text-align":m}:(ne[".uagb-editor-preview-mode-mobile .block-editor-block-list__layout"]={"flex-direction":"column","row-gap":p(Object(d.b)(o,"gap",t),"px")},ne[".uagb-editor-preview-mode-mobile .block-editor-block-list__layout"]={width:"100%"},ne[" .block-editor-block-list__block "]={width:"100%"}),oe[".uagb-buttons__outer-wrap .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link"]={"font-size":p(v,f),"line-height":p(P,T),"padding-left":p(O,j),"padding-right":p(B,j),"padding-top":p(R,j),"padding-bottom":p(L,j),"margin-left":p(Z,Q),"margin-right":p(W,Q),"margin-top":p(I,Q),"margin-bottom":p(q,Q),"letter-spacing":p(ee,ae)},ne[".uagb-buttons__outer-wrap .uagb-button__wrapper .uagb-buttons-repeater.wp-block-button__link"]={"font-size":p(_,f),"line-height":p(w,T),"padding-left":p(E,H),"padding-right":p(S,H),"padding-top":p(G,H),"padding-bottom":p(M,H),"margin-left":p(Y,Q),"margin-right":p(K,Q),"margin-top":p($,Q),"margin-bottom":p(J,Q),"letter-spacing":p(te,ae)};const le=" .uagb-block-"+e.clientId.substr(0,8);let re=r(ie,le);return re+=r(oe,le+".uagb-editor-preview-mode-tablet"),re+=r(ne,le+".uagb-editor-preview-mode-mobile"),re};const re=Object(f.lazy)(()=>a.e(10).then(a.bind(null,466))),se=Object(f.lazy)(()=>a.e(9).then(a.bind(null,521)));let ce;var pe=[{attributes:ne.a,save:e=>{const{attributes:t,className:a}=e,{block_id:i,align:o,items:n,buttons:l,btn_count:r}=e.attributes,s=l.map((e,t)=>React.createElement("div",{className:N()("uagb-buttons-repeater-"+t,"uagb-button__wrapper"),key:t},React.createElement(A.RichText.Content,{value:e.label,tagName:"a",className:"uagb-button__link",href:e.link,rel:"noopener noreferrer",target:e.target})));return React.createElement("div",{className:N()(a,"uagb-buttons__outer-wrap"),id:"uagb-buttons-"+i},React.createElement("div",{className:"uagb-buttons__wrap"},s))}},{attributes:ne.a,save:e=>{const{attributes:t,className:a}=e,{block_id:i,align:o,items:n,buttons:l,btn_count:r}=e.attributes,s=l.map((e,t)=>React.createElement("div",{className:N()("uagb-buttons-repeater-"+t,"uagb-button__wrapper"),key:t},React.createElement(A.RichText.Content,{value:e.label,tagName:"a",className:"uagb-button__link",href:e.link,rel:"noopener noreferrer",target:e.target})));return React.createElement("div",{className:N()(a,"uagb-buttons__outer-wrap"),id:"uagb-buttons-"+i},React.createElement("div",{className:"uagb-buttons__wrap"},s))}},{attributes:ne.a,save:e=>{const{attributes:t,className:a}=e,{block_id:i,align:o,items:n,buttons:l,btn_count:r}=e.attributes,s=l.map((e,t)=>React.createElement("div",{className:N()("uagb-buttons-repeater-"+t,"uagb-button__wrapper"),key:t},React.createElement(A.RichText.Content,{value:e.label,tagName:"a",className:"uagb-button__link",href:e.link,rel:"noopener noreferrer",target:e.target})));return React.createElement("div",{className:N()(a,"uagb-buttons__outer-wrap","uagb-block-"+i)},React.createElement("div",{className:"uagb-buttons__wrap"},s))}},{attributes:ne.a,save:e=>{const{className:t}=e,{block_id:a}=e.attributes;return React.createElement("div",{className:N()(t,"uagb-buttons__outer-wrap","uagb-block-"+a)},React.createElement("div",{className:"uagb-buttons__wrap uagb-buttons-layout-wrap"},React.createElement(A.InnerBlocks.Content,null)))}}];a(161),Object(U.registerBlockType)("uagb/buttons",{title:Object(k.__)("Buttons","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add multiple buttons to redirect user to different webpages.","ultimate-addons-for-gutenberg"),icon:s.a.buttons,category:uagb_blocks_info.category,keywords:[Object(k.__)("buttons","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg")],supports:{anchor:!0},getEditWrapperProps:e=>({"data-btn-width":e.align}),example:{attributes:{isPreview:!0}},attributes:ne.a,edit:e=>{const t=Object(w.a)(),[a,i]=Object(f.useState)({isFocused:"false",isHovered:"false"});return Object(f.useEffect)(()=>{e.setAttributes({block_id:e.clientId.substr(0,8)}),e.setAttributes({classMigrate:!0}),e.setAttributes({childMigrate:!0}),ce=e.isSelected},[]),Object(f.useEffect)(()=>{!e.isSelected&&ce&&a.isFocused&&i({isFocused:"false"});const t=le(e);l("uagb-style-buttons-"+e.clientId.substr(0,8),t),ce=e.isSelected},[e]),Object(f.useEffect)(()=>{const t=le(e);l("uagb-style-buttons-"+e.clientId.substr(0,8),t),C()},[t]),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(re,{parentProps:e}),h.a.createElement(se,{parentProps:e}))},save:function(e){const{className:t}=e,{block_id:a,buttonSize:i,buttonSizeTablet:o,buttonSizeMobile:n}=e.attributes;return React.createElement("div",{className:N()(t,"uagb-buttons__outer-wrap",`uagb-btn__${i}-btn`,`uagb-btn-tablet__${o}-btn`,`uagb-btn-mobile__${n}-btn`,"uagb-block-"+a)},React.createElement("div",{className:"uagb-buttons__wrap uagb-buttons-layout-wrap"},React.createElement(A.InnerBlocks.Content,null)))},deprecated:pe});var ue=a(80),be=a(100),ge=function(e){e=Object(be.a)(e);const t=uagb_blocks_info.uagb_svg_icons[e];if(void 0!==t){const e=t.svg.hasOwnProperty("brands")?t.svg.brands.viewBox:t.svg.solid.viewBox,a=t.svg.hasOwnProperty("brands")?t.svg.brands.path:t.svg.solid.path,i=e.join(" ");return React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",viewBox:i},React.createElement("path",{d:a}))}};const de={inheritFromTheme:{type:"boolean",default:!1},block_id:{type:"string"},align:{type:"string",default:"center"},gap:{type:"number",default:10},stack:{type:"string",default:"none"},loadGoogleFonts:{type:"boolean",default:!1},fontFamily:{type:"string",default:"Default"},fontWeight:{type:"string"},fontSubset:{type:"string"},label:{type:"html",default:"#Click Here"},link:{type:"string",default:""},target:{type:"string",default:"_self"},size:{type:"number"},vPadding:{type:"number",default:10},hPadding:{type:"number",default:14},borderWidth:{type:"number",default:1},borderRadius:{type:"number",default:2},borderStyle:{type:"string",default:"solid"},borderColor:{type:"string",default:"#333"},borderHColor:{type:"string",default:"#333"},color:{type:"string",default:"#333"},background:{type:"string",default:""},backgroundType:{type:"string",default:"color"},hColor:{type:"string",default:"#333"},hBackground:{type:"string",default:""},sizeType:{type:"string",default:"px"},sizeMobile:{type:"number",default:""},sizeTablet:{type:"number",default:""},lineHeight:{type:"number",default:""},lineHeightType:{type:"string",default:"em"},lineHeightMobile:{type:"number",default:""},lineHeightTablet:{type:"number",default:""},opensInNewTab:{type:"boolean"},icon:{type:"string",default:""},iconPosition:{type:"string",default:"after"},iconSpace:{type:"number",default:8}};var ye=[{attributes:de,save:e=>{const{attributes:t,className:a}=e,{block_id:i,target:o,link:n,label:l}=t;return React.createElement("div",{className:N()(a,"uagb-buttons__outer-wrap","uagb-block-"+i)},React.createElement("div",{className:"uagb-button__wrapper"},React.createElement("div",{className:"uagb-buttons-repeater"},React.createElement(A.RichText.Content,{value:l,tagName:"a",className:"uagb-button__link",href:n,rel:"noopener noreferrer",target:o}))))}},{attributes:de,save:e=>{const{attributes:t,className:a}=e,{block_id:i,target:o,link:n,label:l,inheritFromTheme:r,icon:s,iconPosition:c}=t,p=e=>""!==s&&e===c?React.createElement("span",{className:N()("uagb-button__icon","uagb-button__icon-position-"+c)},ge(s)):null;return React.createElement("div",{className:N()(a,"uagb-buttons__outer-wrap","uagb-block-"+i,r?"wp-block-button":null)},React.createElement("div",{className:"uagb-button__wrapper"},React.createElement("a",{className:N()("uagb-buttons-repeater",r?"wp-block-button__link":null),href:n,rel:"noopener noreferrer",target:o},p("before"),React.createElement(A.RichText.Content,{value:l,tagName:"div",className:"uagb-button__link"}),p("after"))))}}],me=function(e){const t=e.name.replace("uagb/",""),{fontFamily:a,fontWeight:i,size:o,topPadding:n,rightPadding:l,bottomPadding:s,leftPadding:c,topMobilePadding:b,rightMobilePadding:g,bottomMobilePadding:m,leftMobilePadding:f,topTabletPadding:h,rightTabletPadding:_,bottomTabletPadding:v,leftTabletPadding:T,paddingUnit:C,mobilePaddingUnit:w,tabletPaddingUnit:P,btnBorderHColor:k,color:x,background:A,hColor:U,hBackground:G,sizeType:S,sizeMobile:M,sizeTablet:E,lineHeight:R,lineHeightType:B,lineHeightMobile:L,lineHeightTablet:O,iconSpace:z,iconSpaceMobile:H,iconSpaceTablet:j,fontStyle:F,transform:N,decoration:D,backgroundType:V,hoverbackgroundType:I,gradientValue:W,hovergradientValue:q,topMargin:Z,rightMargin:$,bottomMargin:K,leftMargin:J,topMarginTablet:Y,rightMarginTablet:Q,bottomMarginTablet:X,leftMarginTablet:ee,topMarginMobile:te,rightMarginMobile:ae,bottomMarginMobile:ie,leftMarginMobile:oe,marginType:ne,boxShadowColor:le,boxShadowHOffset:re,boxShadowVOffset:se,boxShadowBlur:ce,boxShadowSpread:pe,boxShadowPosition:ue,iconColor:be,iconHColor:ge,iconSize:de,iconSizeTablet:ye,iconSizeMobile:me,removeText:fe,letterSpacing:he,letterSpacingTablet:_e,letterSpacingMobile:ve,letterSpacingType:Te}=e.attributes,Ce={},we={};let Pe={},ke=ue;"outset"===ue&&(ke="");const xe=y(e.attributes,"btn"),Ae=y(e.attributes,"btn","tablet"),Ue=y(e.attributes,"btn","mobile");if(Pe={".uagb-buttons__outer-wrap .uagb-button__wrapper .wp-block-button__link.uagb-buttons-repeater":{"font-size":p(o,S),"line-height":p(R,B),"font-family":a,"font-weight":i,"font-style":F,"text-transform":N,"text-decoration":D,"padding-left":p(c,C),"padding-right":p(l,C),"padding-top":p(n,C),"padding-bottom":p(s,C),"margin-left":p(J,ne),"margin-right":p($,ne),"margin-top":p(Z,ne),"margin-bottom":p(K,ne),color:x,"box-shadow":p(re,"px")+" "+p(se,"px")+" "+p(ce,"px")+" "+p(pe,"px")+" "+le+" "+ke,"letter-spacing":p(he,Te)},".uagb-buttons__outer-wrap .wp-block-button__link.uagb-buttons-repeater:hover":{color:U},".uagb-buttons__outer-wrap .wp-block-button__link.uagb-buttons-repeater:hover .uagb-button__link":{color:U},".uagb-buttons__outer-wrap .wp-block-button__link.uagb-buttons-repeater .uagb-button__link":{color:x}},Pe[" .wp-block-button__link.uagb-buttons-repeater"]=xe,Pe[" .wp-block-button__link.uagb-buttons-repeater:hover"]={"border-color":k},we[".uagb-buttons__outer-wrap .uagb-button__wrapper .wp-block-button__link.uagb-buttons-repeater"]={"font-size":p(M,S),"line-height":p(L,B),"letter-spacing":p(ve,Te),"padding-left":p(f,w),"padding-right":p(g,w),"padding-top":p(b,w),"padding-bottom":p(m,w),"margin-left":p(oe,ne),"margin-right":p(ae,ne),"margin-top":p(te,ne),"margin-bottom":p(ie,ne),...Ue},Ce[".uagb-buttons__outer-wrap .uagb-button__wrapper .wp-block-button__link.uagb-buttons-repeater"]={"font-size":p(E,S),"line-height":p(O,B),"letter-spacing":p(_e,Te),"padding-left":p(T,P),"padding-right":p(_,P),"padding-top":p(h,P),"padding-bottom":p(v,P),"margin-left":p(ee,ne),"margin-right":p(Q,ne),"margin-top":p(Y,ne),"margin-bottom":p(X,ne),...Ae},Pe[".uagb-buttons__outer-wrap .wp-block-button__link.uagb-buttons-repeater .uagb-button__icon svg"]={width:p(Object(d.b)(de,"iconSize",t),"px"),height:p(Object(d.b)(de,"iconSize",t),"px"),fill:be},Ce[".uagb-buttons__outer-wrap .wp-block-button__link.uagb-buttons-repeater .uagb-button__icon svg"]={width:p(ye,"px"),height:p(ye,"px"),fill:be},we[".uagb-buttons__outer-wrap .wp-block-button__link.uagb-buttons-repeater .uagb-button__icon svg"]={width:p(me,"px"),height:p(me,"px"),fill:be},Pe[".uagb-buttons__outer-wrap .wp-block-button__link.uagb-buttons-repeater:hover .uagb-button__icon > svg"]={fill:ge},fe||(Pe[" .uagb-button__icon-position-after"]={"margin-left":p(Object(d.b)(z,"iconSpace",t),"px")},Ce[" .uagb-button__icon-position-before"]={"margin-right":p(j,"px")},Ce[" .uagb-button__icon-position-after"]={"margin-left":p(j,"px")},we[" .uagb-button__icon-position-before"]={"margin-right":p(H,"px")},we[" .uagb-button__icon-position-after"]={"margin-left":p(H,"px")},Pe[" .uagb-button__icon-position-before"]={"margin-right":p(Object(d.b)(z,"iconSpace",t),"px")}),"transparent"===V)Pe[".uagb-buttons__outer-wrap .wp-block-button__link.uagb-buttons-repeater"]={background:"transparent"};else if("gradient"===V){const e=u({backgroundType:"gradient",gradientValue:W});Pe[".uagb-buttons__outer-wrap .wp-block-button__link.uagb-buttons-repeater"]=e}else"color"===V&&(Pe[".uagb-buttons__outer-wrap.wp-block-button .wp-block-button__link.uagb-buttons-repeater"]={background:A});if("transparent"===I)Pe[".uagb-buttons__outer-wrap.wp-block-button .wp-block-button__link.uagb-buttons-repeater:hover"]={background:"transparent"};else if("gradient"===I){const e=u({backgroundType:"gradient",gradientValue:q});Pe[".uagb-buttons__outer-wrap.wp-block-button .wp-block-button__link.uagb-buttons-repeater:hover"]=e}else"color"===I&&(Pe[".uagb-buttons__outer-wrap.wp-block-button .wp-block-button__link.uagb-buttons-repeater:hover"]={background:G});const Ge=".editor-styles-wrapper .uagb-block-"+e.clientId.substr(0,8);let Se=r(Pe,Ge);return Se+=r(Ce,Ge+".uagb-editor-preview-mode-tablet"),Se+=r(we,Ge+".uagb-editor-preview-mode-mobile"),Se};const fe=Object(f.lazy)(()=>Promise.all([a.e(0),a.e(8)]).then(a.bind(null,522))),he=Object(f.lazy)(()=>a.e(7).then(a.bind(null,467)));var _e=a(13);a(162),Object(U.registerBlockType)("uagb/buttons-child",{title:Object(k.__)("Button","ultimate-addons-for-gutenberg"),description:Object(k.__)("This block allows you to style button.","ultimate-addons-for-gutenberg"),icon:s.a.buttons_child,category:uagb_blocks_info.category,parent:["uagb/buttons"],attributes:ue.a,edit:e=>{const t=Object(w.a)(),[a,i]=Object(f.useState)({isURLPickerOpen:!1});return Object(f.useEffect)(()=>{e.setAttributes({block_id:e.clientId.substr(0,8)});const{attributes:t,setAttributes:a}=e,{vPadding:i,hPadding:o,topPadding:n,rightPadding:l,bottomPadding:r,leftPadding:s,borderStyle:c,borderWidth:p,borderRadius:u,borderColor:b,borderHColor:g}=t;if(i&&(void 0===n&&a({topPadding:i}),void 0===r&&a({bottomPadding:i})),o&&(void 0===l&&a({rightPadding:o}),void 0===s&&a({leftPadding:o})),p||u||b||g||c){const t=Object(P.b)("btn",{label:"borderWidth",value:p},{label:"borderRadius",value:u},{label:"borderColor",value:b},{label:"borderHColor",value:g},{label:"borderStyle",value:c});e.setAttributes(t)}},[]),Object(f.useEffect)(()=>{const t=me(e);l("uagb-style-button-"+e.clientId.substr(0,8),t)},[e]),Object(f.useEffect)(()=>{const t=me(e);l("uagb-style-button-"+e.clientId.substr(0,8),t),C()},[t]),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(fe,{parentProps:e,state:a,setStateValue:i,deviceType:t}),h.a.createElement(he,{parentProps:e}))},save:function(e){const{attributes:t,className:a}=e,{block_id:i,opensInNewTab:o,link:n,label:l,icon:r,iconPosition:s,removeText:c,noFollow:p,backgroundType:u,borderStyle:b,background:g,color:d,showIcon:y}=t,m=e=>y&&""!==r&&e===s?React.createElement("span",{className:N()("uagb-button__icon","uagb-button__icon-position-"+s)},Object(_e.a)(r)):null,f=o?"_blank":"_self",h=""!==g||"transparent"===u||"gradient"===u?"has-background":"";return React.createElement("div",{className:N()(a,"uagb-buttons__outer-wrap","uagb-block-"+i,"wp-block-button","none"!==b?"is-style-outline":"")},React.createElement("div",{className:"uagb-button__wrapper"},React.createElement("a",{className:N()("uagb-buttons-repeater","wp-block-button__link",h,""!==d?"has-text-color":""),href:n,rel:p?"nofollow noopener ":"follow noopener",target:f},m("before"),c?"":React.createElement(A.RichText.Content,{value:l,tagName:"div",className:"uagb-button__link"}),m("after"))))},deprecated:ye,supports:{anchor:!0}});var ve=function(e){const{headingAlign:t,headingAlignTablet:a,headingAlignMobile:i,headingColor:o,subHeadingColor:n,prefixColor:l,prefixFontSize:s,prefixFontSizeType:c,prefixFontSizeTablet:u,prefixFontSizeMobile:b,prefixFontFamily:g,prefixFontWeight:m,prefixLineHeightType:f,prefixLineHeight:h,prefixLineHeightTablet:_,prefixLineHeightMobile:v,prefixLetterSpacing:T,prefixLetterSpacingTablet:C,prefixLetterSpacingMobile:w,prefixLetterSpacingType:P,headFontSize:k,headFontSizeType:x,headFontSizeTablet:A,headFontSizeMobile:U,headFontFamily:G,headFontWeight:S,headLineHeightType:M,headLineHeight:E,headLineHeightTablet:R,headLineHeightMobile:B,headLetterSpacing:L,headLetterSpacingTablet:O,headLetterSpacingMobile:z,headLetterSpacingType:H,subHeadFontSize:j,subHeadFontSizeType:F,subHeadFontSizeTablet:N,subHeadFontSizeMobile:D,subHeadFontFamily:V,subHeadFontWeight:I,subHeadLineHeightType:W,subHeadLineHeight:q,subHeadLineHeightTablet:Z,subHeadLineHeightMobile:$,separatorWidthType:K,iconColor:J,iconSize:Y,iconSizeType:Q,iconimgPosition:X,iconHover:ee,iconimgBorderRadius:te,iconimgBorderRadiusUnit:ae,seperatorStyle:ie,seperatorWidth:oe,seperatorWidthTablet:ne,seperatorWidthMobile:le,seperatorColor:re,seperatorThickness:se,thicknessUnit:ce,ctaLinkColor:pe,ctaFontSize:ue,ctaFontSizeType:be,ctaFontSizeMobile:ge,ctaFontSizeTablet:de,ctaLineHeightType:ye,ctaLineHeight:me,ctaLineHeightMobile:fe,ctaLineHeightTablet:he,ctaLetterSpacingType:_e,ctaLetterSpacing:ve,ctaLetterSpacingTablet:Te,ctaLetterSpacingMobile:Ce,ctaFontFamily:we,ctaFontWeight:Pe,ctaBtnLinkColor:ke,ctaBgColor:xe,paddingBtnUnit:Ae,mobilePaddingBtnUnit:Ue,tabletPaddingBtnUnit:Ge,paddingBtnTop:Se,paddingBtnBottom:Me,paddingBtnLeft:Ee,paddingBtnRight:Re,paddingBtnTopTablet:Be,paddingBtnRightTablet:Le,paddingBtnBottomTablet:Oe,paddingBtnLeftTablet:ze,paddingBtnTopMobile:He,paddingBtnRightMobile:je,paddingBtnBottomMobile:Fe,paddingBtnLeftMobile:Ne,iconLeftMargin:De,iconRightMargin:Ve,iconTopMargin:Ie,iconBottomMargin:We,iconMarginTopTablet:qe,iconMarginRightTablet:Ze,iconMarginBottomTablet:$e,iconMarginLeftTablet:Ke,iconMarginTopMobile:Je,iconMarginRightMobile:Ye,iconMarginBottomMobile:Qe,iconMarginLeftMobile:Xe,iconMarginUnit:et,iconMobileMarginUnit:tt,iconTabletMarginUnit:at,imageWidth:it,imageWidthMobile:ot,imageWidthTablet:nt,imageWidthType:lt,imageWidthUnit:rt,imageWidthUnitTablet:st,imageWidthUnitMobile:ct,ctaLinkHoverColor:pt,ctaBgHoverColor:ut,btnBorderHColor:bt,ctaIconSpace:gt,ctaIconSpaceTablet:dt,ctaIconSpaceMobile:yt,ctaIconSpaceType:mt,ctaTransform:ft,ctaDecoration:ht,prefixTransform:_t,prefixDecoration:vt,headTransform:Tt,headDecoration:Ct,subHeadTransform:wt,subHeadDecoration:Pt,prefixFontStyle:kt,headFontStyle:xt,subHeadFontStyle:At,ctaFontStyle:Ut,ctaIconPosition:Gt,prefixTopMargin:St,prefixRightMargin:Mt,prefixSpace:Et,prefixLeftMargin:Rt,prefixMarginTopTablet:Bt,prefixMarginRightTablet:Lt,prefixTabletSpace:Ot,prefixMarginLeftTablet:zt,prefixMarginTopMobile:Ht,prefixMarginRightMobile:jt,prefixMobileSpace:Ft,prefixMarginLeftMobile:Nt,prefixSpaceUnit:Dt,prefixMobileMarginUnit:Vt,prefixTabletMarginUnit:It,headTopMargin:Wt,headRightMargin:qt,headSpace:Zt,headLeftMargin:$t,headMarginTopTablet:Kt,headMarginRightTablet:Jt,headTabletSpace:Yt,headMarginLeftTablet:Qt,headMarginTopMobile:Xt,headMarginRightMobile:ea,headMobileSpace:ta,headMarginLeftMobile:aa,headSpaceUnit:ia,headMobileMarginUnit:oa,headTabletMarginUnit:na,separatorTopMargin:la,separatorRightMargin:ra,seperatorSpace:sa,separatorLeftMargin:ca,separatorMarginTopTablet:pa,separatorMarginRightTablet:ua,seperatorTabletSpace:ba,separatorMarginLeftTablet:ga,separatorMarginTopMobile:da,separatorMarginRightMobile:ya,seperatorMobileSpace:ma,separatorMarginLeftMobile:fa,seperatorSpaceUnit:ha,separatorMobileMarginUnit:_a,separatorTabletMarginUnit:va,subHeadTopMargin:Ta,subHeadRightMargin:Ca,subHeadSpace:wa,subHeadLeftMargin:Pa,subHeadMarginTopTablet:ka,subHeadMarginRightTablet:xa,subHeadTabletSpace:Aa,subHeadMarginLeftTablet:Ua,subHeadMarginTopMobile:Ga,subHeadMarginRightMobile:Sa,subHeadMobileSpace:Ma,subHeadMarginLeftMobile:Ea,subHeadSpaceUnit:Ra,subHeadMobileMarginUnit:Ba,subHeadTabletMarginUnit:La,subHeadLetterSpacing:Oa,subHeadLetterSpacingTablet:za,subHeadLetterSpacingMobile:Ha,subHeadLetterSpacingType:ja,iconView:Fa,iconBackgroundColor:Na,iconBackgroundHoverColor:Da,iconBorderWidth:Va,blockTopPadding:Ia,blockRightPadding:Wa,blockLeftPadding:qa,blockBottomPadding:Za,blockTopPaddingTablet:$a,blockRightPaddingTablet:Ka,blockLeftPaddingTablet:Ja,blockBottomPaddingTablet:Ya,blockTopPaddingMobile:Qa,blockRightPaddingMobile:Xa,blockLeftPaddingMobile:ei,blockBottomPaddingMobile:ti,blockPaddingUnit:ai,blockPaddingUnitTablet:ii,blockPaddingUnitMobile:oi}=e.attributes,ni=e.name.replace("uagb/",""),li=Object(d.b)(se,"seperatorThickness",ni),ri=Object(d.b)(Y,"iconSize",ni),si=Object(d.b)(te,"iconimgBorderRadius",ni),ci=Object(d.b)(oe,"seperatorWidth",ni),pi=Object(d.b)(ne,"seperatorWidthTablet",ni),ui=Object(d.b)(le,"seperatorWidthMobile",ni),bi=Object(d.b)(gt,"ctaIconSpace",ni),gi=isNaN(dt)?bi:dt,di=isNaN(yt)?gi:yt,yi=Object(d.b)(it,"imageWidth",ni),mi=isNaN(nt)?yi:nt,fi=isNaN(ot)?mi:ot,hi=y(e.attributes,"btn"),_i=y(e.attributes,"btn","tablet"),vi=y(e.attributes,"btn","mobile"),Ti="%"===Q?"border-box":"content-box",Ci="%"===rt?"border-box":"content-box",wi="%"===st?"border-box":"content-box",Pi="%"===ct?"border-box":"content-box",ki={" .uagb-ifb-content .uagb-ifb-icon-wrap svg":{"font-size":p(ri,Q),color:J,fill:J,"line-height":p(ri,Q)}," .uagb-iconbox-icon-wrap":{margin:"auto",display:"inline-block","box-sizing":"content-box",width:p(ri,Q),height:p(ri,Q),"line-height":p(ri,Q),"padding-left":p(De,et),"padding-right":p(Ve,et),"padding-top":p(Ie,et),"padding-bottom":p(We,et)}," .uagb-ifb-content .uagb-ifb-left-title-image svg":{"font-size":p(ri,Q),color:J,fill:J,width:p(ri,Q),"line-height":p(ri,Q)}," .uagb-ifb-content .uagb-ifb-right-title-image svg":{"font-size":p(ri,Q),color:J,fill:J,width:p(ri,Q),"line-height":p(ri,Q)},".uagb-infobox__content-wrap .uagb-ifb-icon-wrap svg":{"font-size":p(ri,Q),color:J,fill:J,width:p(ri,Q),height:p(ri,Q),"line-height":p(ri,Q)}," .uagb-ifb-content .uagb-ifb-icon-wrap svg:hover":{fill:ee},".uagb-infobox-icon-left .uagb-ifb-icon-wrap > svg:hover":{fill:ee},".uagb-infobox-icon-right .uagb-ifb-icon-wrap:hover > svg:hover":{fill:ee},".uagb-infobox__content-wrap .uagb-ifb-icon-wrap > svg:hover":{fill:ee},".uagb-infobox_cta-type-all:hover .uagb-infobox__content-wrap svg":{fill:ee,color:ee},".uagb-infobox__content-wrap .uagb-ifb-icon-wrap > svg":{"padding-left":p(De,et),"padding-right":p(Ve,et),"padding-top":p(Ie,et),"padding-bottom":p(We,et)},".uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-icon-wrap > svg":{"padding-left":p(De,et),"padding-right":p(Ve,et),"padding-top":p(Ie,et),"padding-bottom":p(We,et)},".uagb-infobox__content-wrap .uagb-ifb-image-content > img":{"padding-left":p(De,et),"padding-right":p(Ve,et),"padding-top":p(Ie,et),"padding-bottom":p(We,et),"border-radius":p(si,ae)},".uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-right-title-image img":{"padding-left":p(De,et),"padding-right":p(Ve,et),"padding-top":p(Ie,et),"padding-bottom":p(We,et),"border-radius":p(si,ae)},".uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-left-title-image img":{"padding-left":p(De,et),"padding-right":p(Ve,et),"padding-top":p(Ie,et),"padding-bottom":p(We,et),"border-radius":p(si,ae)},".uagb-infobox__content-wrap .uagb-ifb-content img":{"padding-left":p(De,et),"padding-right":p(Ve,et),"padding-top":p(Ie,et),"padding-bottom":p(We,et),"border-radius":p(si,ae),"box-sizing":""+Ci}," div.uagb-ifb-cta a.uagb-infobox-cta-link":{"font-size":p(ue,be),"font-family":we,"font-weight":Pe,"font-style":Ut,"text-decoration":ht,"text-transform":ft,"letter-spacing":p(ve,_e),"line-height":p(me,ye),color:pe}," div.uagb-ifb-cta a.uagb-infobox-cta-link:hover":{color:pt}," .uagb-infobox-cta-link svg":{"font-size":p(ue,be),height:p(ue,be),width:p(ue,be),"line-height":p(ue,be),fill:pe}," .uagb-infobox-cta-link:hover svg":{fill:pt}," div.uagb-ifb-button-wrapper a.uagb-infobox-cta-link":{color:ke,"background-color":xe,"padding-top":p(Se,Ae),"padding-bottom":p(Me,Ae),"padding-left":p(Ee,Ae),"padding-right":p(Re,Ae)}," .uagb-ifb-button-wrapper .uagb-infobox-cta-link:hover":{color:pt,"background-color":ut,"border-color":bt}," .uagb-ifb-button-wrapper .uagb-infobox-cta-link svg":{fill:ke}," .uagb-ifb-button-wrapper .uagb-infobox-cta-link:hover svg":{fill:pt}," .block-editor-rich-text__editable.uagb-ifb-title-prefix":{"font-size":p(s,c),"font-family":g,"font-weight":m,"line-height":p(h,f),"font-style":kt,"text-decoration":vt,"text-transform":_t,color:l,"letter-spacing":p(T,P),"margin-bottom":p(Et,Dt),"margin-top":p(St,Dt),"margin-left":p(Rt,Dt),"margin-right":p(Mt,Dt)}," .block-editor-rich-text__editable.uagb-ifb-title a":{color:o}," .block-editor-rich-text__editable.uagb-ifb-title":{"font-size":p(k,x),"font-family":G,"font-weight":S,"line-height":p(E,M),"font-style":xt,"text-decoration":Ct,"text-transform":Tt,"letter-spacing":p(L,H),color:o,"margin-top":p(Wt,ia),"margin-bottom":p(Zt,ia),"margin-left":p($t,ia),"margin-right":p(qt,ia)}," .block-editor-rich-text__editable.uagb-ifb-desc":{"font-size":p(j,F),"font-family":V,"font-weight":I,"line-height":p(q,W),"font-style":At,"text-decoration":Pt,"text-transform":wt,"letter-spacing":p(Oa,ja),color:n,"margin-bottom":p(wa,Ra),"margin-top":p(Ta,Ra),"margin-left":p(Pa,Ra),"margin-right":p(Ca,Ra)},".uagb-infobox__content-wrap .uagb-ifb-separator":{width:p(ci,K),"border-top-width":p(li,ce),"border-top-color":re,"border-top-style":ie}," .uagb-ifb-separator":{"margin-bottom":p(sa,ha),"margin-top":p(la,ha),"margin-left":p(ca,ha),"margin-right":p(ra,ha)},".uagb-infobox__content-wrap .uagb-ifb-content svg":{"box-sizing":""+Ti}};"Stacked"===Fa?(ki[" .uagb-iconbox-icon-wrap.uagb-infobox-shape-circle"]={"background-color":Na,"border-radius":"50%"},ki[" .uagb-iconbox-icon-wrap.uagb-infobox-shape-squre"]={"background-color":Na},ki[" .uagb-iconbox-icon-wrap:hover"]={"background-color":Da+" !important"}):"Framed"===Fa&&(ki[" .uagb-iconbox-icon-wrap.uagb-infobox-shape-circle"]={border:`${Va}px solid ${Na}`,"border-radius":"50%"},ki[" .uagb-iconbox-icon-wrap.uagb-infobox-shape-squre"]={border:`${Va}px solid ${Na}`},ki[" .uagb-iconbox-icon-wrap:hover"]={border:`${Va}px solid ${Da}`}),ki[" .uagb-infobox-cta-link.wp-block-button__link"]=hi;const xi={" .uagb-iconbox-icon-wrap":{"padding-top":p(qe,at),"padding-right":p(Ze,at),"padding-bottom":p($e,at),"padding-left":p(Ke,at)}," .block-editor-rich-text__editable.uagb-ifb-desc":{"margin-bottom":p(Aa,La),"margin-top":p(ka,La),"margin-left":p(Ua,La),"margin-right":p(xa,La),"font-size":p(N,F),"line-height":p(Z,W),"letter-spacing":p(za,ja)}," .block-editor-rich-text__editable.uagb-ifb-title":{"margin-top":p(Kt,oa),"margin-bottom":p(Yt,oa),"margin-left":p(Qt,oa),"margin-right":p(Jt,oa),"font-size":p(A,x),"line-height":p(R,M),"letter-spacing":p(O,H)}," .block-editor-rich-text__editable.uagb-ifb-title-prefix":{"margin-bottom":p(Ot,It),"margin-top":p(Bt,It),"margin-left":p(zt,It),"margin-right":p(Lt,It),"font-size":p(u,c),"line-height":p(_,f),"letter-spacing":p(C,P)},".uagb-infobox__content-wrap .uagb-ifb-icon-wrap > svg":{"padding-top":p(qe,at),"padding-right":p(Ze,at),"padding-bottom":p($e,at),"padding-left":p(Ke,at)},".uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-icon-wrap > svg":{"padding-top":p(qe,at),"padding-right":p(Ze,at),"padding-bottom":p($e,at),"padding-left":p(Ke,at)},".uagb-infobox__content-wrap .uagb-ifb-image-content > img":{"padding-top":p(qe,at),"padding-right":p(Ze,at),"padding-bottom":p($e,at),"padding-left":p(Ke,at)},".uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-right-title-image img":{"padding-top":p(qe,at),"padding-right":p(Ze,at),"padding-bottom":p($e,at),"padding-left":p(Ke,at)},".uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-left-title-image img":{"padding-top":p(qe,at),"padding-right":p(Ze,at),"padding-bottom":p($e,at),"padding-left":p(Ke,at)},".uagb-infobox__content-wrap .uagb-ifb-content img":{"padding-top":p(qe,at),"padding-right":p(Ze,at),"padding-bottom":p($e,at),"padding-left":p(Ke,at)}," .uagb-ifb-button-wrapper .uagb-infobox-cta-link":{"padding-top":p(Be,Ge),"padding-bottom":p(Oe,Ge),"padding-left":p(ze,Ge),"padding-right":p(Le,Ge)}," .uagb-infobox-cta-link":{"font-size":p(de,be),"letter-spacing":p(Te,_e),"line-height":p(he,ye)}," .uagb-infobox-cta-link svg":{"font-size":p(de,be),height:p(de,be),"line-height":p(de,be),width:p(de,be)},".uagb-infobox__content-wrap .uagb-ifb-separator":{width:p(pi,K)}," .uagb-ifb-separator":{"margin-bottom":p(ba,va),"margin-top":p(pa,va),"margin-left":p(ga,va),"margin-right":p(ua,va)},".uagb-infobox__content-wrap .uagb-ifb-content img":{"box-sizing":""+wi}},Ai={" .uagb-iconbox-icon-wrap":{"padding-top":p(Je,tt),"padding-right":p(Ye,tt),"padding-bottom":p(Qe,tt),"padding-left":p(Xe,tt)}," .block-editor-rich-text__editable.uagb-ifb-desc":{"font-size":p(D,F),"line-height":p($,W),"letter-spacing":p(Ha,ja),"margin-bottom":p(Ma,Ba),"margin-top":p(Ga,Ba),"margin-left":p(Ea,Ba),"margin-right":p(Sa,Ba)}," .block-editor-rich-text__editable.uagb-ifb-title":{"font-size":p(U,x),"line-height":p(B,M),"letter-spacing":p(z,H),"margin-top":p(Xt,na),"margin-bottom":p(ta,na),"margin-left":p(aa,na),"margin-right":p(ea,na)}," .block-editor-rich-text__editable.uagb-ifb-title-prefix":{"font-size":p(b,c),"line-height":p(v,f),"letter-spacing":p(w,P),"margin-bottom":p(Ft,Vt),"margin-top":p(Ht,Vt),"margin-left":p(Nt,Vt),"margin-right":p(jt,Vt)}," .uagb-ifb-separator":{"margin-bottom":p(ma,_a),"margin-top":p(da,_a),"margin-left":p(fa,_a),"margin-right":p(ya,_a)},".uagb-infobox__content-wrap .uagb-ifb-icon-wrap > svg":{"padding-top":p(Je,tt),"padding-right":p(Ye,tt),"padding-bottom":p(Qe,tt),"padding-left":p(Xe,tt)},".uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-icon-wrap > svg":{"padding-top":p(Je,tt),"padding-right":p(Ye,tt),"padding-bottom":p(Qe,tt),"padding-left":p(Xe,tt)},".uagb-infobox__content-wrap .uagb-ifb-image-content > img":{"padding-top":p(Je,tt),"padding-right":p(Ye,tt),"padding-bottom":p(Qe,tt),"padding-left":p(Xe,tt)},".uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-right-title-image img":{"padding-top":p(Je,tt),"padding-right":p(Ye,tt),"padding-bottom":p(Qe,tt),"padding-left":p(Xe,tt)},".uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-left-title-image img":{"padding-top":p(Je,tt),"padding-right":p(Ye,tt),"padding-bottom":p(Qe,tt),"padding-left":p(Xe,tt)},".uagb-infobox__content-wrap .uagb-ifb-content img":{"padding-top":p(Je,tt),"padding-right":p(Ye,tt),"padding-bottom":p(Qe,tt),"padding-left":p(Xe,tt),"box-sizing":""+Pi}," .uagb-ifb-button-wrapper .uagb-infobox-cta-link":{"padding-top":p(He,Ue),"padding-bottom":p(Fe,Ue),"padding-left":p(Ne,Ue),"padding-right":p(je,Ue)}," .uagb-infobox-cta-link":{"font-size":p(ge,be),"letter-spacing":p(Ce,_e),"line-height":p(fe,ye)},".uagb-infobox__content-wrap .uagb-ifb-separator":{width:p(ui,K)}," .uagb-infobox-cta-link svg":{"font-size":p(ge,be),height:p(ge,be),"line-height":p(ge,be),width:p(ge,be)}};"above-title"===X&&(ki[".uagb-infobox-icon-above-title"]={"text-align":t},xi[".uagb-infobox-icon-above-title"]={"text-align":a},Ai[".uagb-infobox-icon-above-title"]={"text-align":i}),"below-title"===X&&(ki[".uagb-infobox-icon-below-title"]={"text-align":t},xi[".uagb-infobox-icon-below-title"]={"text-align":a},Ai[".uagb-infobox-icon-below-title"]={"text-align":i}),ki[".uagb-infobox__content-wrap"]={"padding-top":p(Ia,ai),"padding-right":p(Wa,ai),"padding-bottom":p(Za,ai),"padding-left":p(qa,ai)},xi[".uagb-infobox__content-wrap"]={"padding-top":p($a,ii),"padding-right":p(Ka,ii),"padding-bottom":p(Ya,ii),"padding-left":p(Ja,ii)},Ai[".uagb-infobox__content-wrap"]={"padding-top":p(Qa,oi),"padding-right":p(Xa,oi),"padding-bottom":p(ti,oi),"padding-left":p(ei,oi)},lt&&(ki[".uagb-infobox__content-wrap img"]={width:p(yi,rt)},ki[".uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-right-title-image > img"]={width:p(yi,rt)},ki[".uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-left-title-image > img"]={width:p(yi,rt)},ki[".uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-image-content > img"]={width:p(yi,rt)},xi[".uagb-infobox__content-wrap img"]={width:p(mi,st)},xi[".uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-right-title-image > img"]={width:p(mi,st)},xi[".uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-left-title-image > img"]={width:p(mi,st)},xi[".uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-image-content > img"]={width:p(mi,st)},Ai[".uagb-infobox__content-wrap img"]={width:p(fi,ct)},Ai[".uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-right-title-image > img"]={width:p(fi,ct)},Ai[".uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-left-title-image > img"]={width:p(fi,ct)},Ai[".uagb-infobox__content-wrap .uagb-ifb-content .uagb-ifb-image-content > img"]={width:p(fi,ct)}),"after"===Gt?(ki[".uagb-infobox__content-wrap .uagb-infobox-cta-link > svg"]={"margin-left":p(bi,mt)},xi[".uagb-infobox__content-wrap .uagb-infobox-cta-link > svg"]={"margin-left":p(gi,mt)},Ai[".uagb-infobox__content-wrap .uagb-infobox-cta-link > svg"]={"margin-left":p(di,mt)}):(ki[".uagb-infobox__content-wrap .uagb-infobox-cta-link > svg"]={"margin-right":p(bi,mt)},xi[".uagb-infobox__content-wrap .uagb-infobox-cta-link > svg"]={"margin-right":p(gi,mt)},Ai[".uagb-infobox__content-wrap .uagb-infobox-cta-link > svg"]={"margin-right":p(di,mt)}),Ai[" .uagb-infobox-cta-link.wp-block-button__link"]=vi,xi[" .uagb-infobox-cta-link.wp-block-button__link"]=_i;const Ui=".editor-styles-wrapper .uagb-block-"+e.clientId.substr(0,8);let Gi=r(ki,Ui);return Gi+=r(xi,Ui+".uagb-editor-preview-mode-tablet"),Gi+=r(Ai,Ui+".uagb-editor-preview-mode-mobile"),Gi};const Te=Object(f.lazy)(()=>a.e(69).then(a.bind(null,523))),Ce=Object(f.lazy)(()=>Promise.all([a.e(0),a.e(70)]).then(a.bind(null,524)));var we=a(34),Pe=a(35),ke=a(36),xe=a(141),Ae=a(142),Ue=a(143),Ge=a(144),Se=a(145),Me=a(81),Ee=e=>{const{attributes:t}=e;return React.createElement("div",{className:"uagb-ifb-image-icon-content uagb-ifb-imgicon-wrap"},React.createElement("div",{className:"uagb-ifb-icon-wrap"},React.createElement("span",{className:"uagb-ifb-icon"},React.createElement("span",{className:t.icon}))))},Re=e=>{const{attributes:t}=e;return React.createElement("div",{className:"uagb-ifb-image-icon-content uagb-ifb-imgicon-wrap"},React.createElement("div",{className:"uagb-ifb-icon-wrap"},React.createElement("span",{className:"uagb-ifb-icon"},ge(t.icon))))},Be=function(e){let t="uagb-infobox-has-image";"icon"===e.source_type&&(t="uagb-infobox-has-icon");let a="";return a+="uagb-infobox ",a+=t+" ",a+="uagb-infobox-icon-"+e.iconimgPosition+" ","left"!==e.iconimgPosition&&"left-title"!==e.iconimgPosition||(a+="uagb-infobox-left "),"right"!==e.iconimgPosition&&"right-title"!==e.iconimgPosition||(a+="uagb-infobox-right "),"left"!==e.iconimgPosition&&"right"!==e.iconimgPosition||"none"===e.stack||(a+="uagb-infobox-stacked-"+e.stack+" ","right"===e.iconimgPosition&&(a+="uagb-infobox-reverse-order-"+e.stack+" ")),"above-title"===e.iconimgPosition&&"below-title"===e.iconimgPosition||(a+="uagb-infobox-image-valign-"+e.sourceAlign+" "),e.enableBorder&&(a+="uagb-infobox-enable-border "),a+="uagb-infobox-enable-border-radius ",[a]};function Le(){return React.createElement("div",{className:"uagb-ifb-separator-parent"},React.createElement("div",{className:"uagb-ifb-separator"}))}var Oe=e=>{const{attributes:t}=e;let a="_self";const i="noopener noreferrer";t.ctaTarget&&(a="_blank");let o="";return""!==t.ctaIcon&&(o=React.createElement("span",{className:N()(`uagb-ifb-${t.ctaType}-icon`,"uagb-ifb-align-icon-"+t.ctaIconPosition)},React.createElement("i",{className:t.ctaIcon}))),React.createElement("div",{className:"uagb-ifb-cta uagb-infobox-cta-link-style"},"text"===t.ctaType&&React.createElement("a",{href:t.ctaLink,target:a,className:"uagb-infobox-cta-link",rel:i},"before"===t.ctaIconPosition&&o,React.createElement("span",{className:"uagb-inline-editing"},t.ctaText),"after"===t.ctaIconPosition&&o),"button"===t.ctaType&&React.createElement("div",{className:"uagb-ifb-button-wrapper"},React.createElement("a",{href:t.ctaLink,className:"uagb-infobox-cta-link uagb-ifb-cta-button",target:a,rel:i},o,React.createElement("span",{className:"uagb-ifb-cta-content-wrapper"},React.createElement("span",{className:"uagb-inline-editing "},t.ctaText)))))},ze=e=>{const{attributes:t,setAttributes:a="not_set"}=e;let i="uagb-infobox-cta-link uagb-ifb-cta-button";t.inheritFromTheme&&(i="wp-block-button__link");let o="_self";const n="noopener noreferrer";t.ctaTarget&&(o="_blank");let l="";return""!==t.ctaIcon&&(l=React.createElement("span",{className:N()(`uagb-ifb-${t.ctaType}-icon`,"uagb-ifb-align-icon-"+t.ctaIconPosition)},ge(t.ctaIcon))),"not_set"!==a?React.createElement("div",{className:"uagb-ifb-cta uagb-infobox-cta-link-style"},"text"===t.ctaType&&React.createElement("a",{target:o,className:"uagb-infobox-cta-link",rel:n},"before"===t.ctaIconPosition&&l,React.createElement("span",{className:"uagb-inline-editing"},t.ctaText),"after"===t.ctaIconPosition&&l),"button"===t.ctaType&&React.createElement("div",{className:N()("uagb-ifb-button-wrapper",t.inheritFromTheme?"wp-block-button":null)},React.createElement("a",{className:i,target:o,rel:n},l,React.createElement("span",{className:"uagb-ifb-cta-content-wrapper"},React.createElement("span",{className:"uagb-inline-editing "},t.ctaText))))):React.createElement("div",{className:"uagb-ifb-cta uagb-infobox-cta-link-style"},"text"===t.ctaType&&React.createElement("a",{href:t.ctaLink,target:o,className:"uagb-infobox-cta-link",rel:n,alt:""},"before"===t.ctaIconPosition&&l,React.createElement("span",{className:"uagb-inline-editing"},t.ctaText),"after"===t.ctaIconPosition&&l),"button"===t.ctaType&&React.createElement("div",{className:N()("uagb-ifb-button-wrapper",t.inheritFromTheme?"wp-block-button":null)},React.createElement("a",{href:t.ctaLink,className:i,target:o,rel:n,alt:""},l,React.createElement("span",{className:"uagb-ifb-cta-content-wrapper"},React.createElement("span",{className:"uagb-inline-editing "},t.ctaText)))))},He=e=>{const{attributes:t}=e;let a="";void 0!==t.iconImage&&null!==t.iconImage&&""!==t.iconImage&&(a=t.iconImage.url);let i="";if(""!==a){const e=t.iconImage.sizes,o=t.imageSize;return i=void 0!==e&&void 0!==e[o]?e[o].url:a,React.createElement("div",{className:"uagb-ifb-image-icon-content uagb-ifb-imgicon-wrap"},React.createElement("div",{className:"uagb-ifb-image"},React.createElement("div",{className:"uagb-ifb-image-content"},React.createElement("img",{className:"",src:i,alt:t.iconImage.alt}))))}return null},je=e=>{const{attributes:t}=e;let a="";void 0!==t.iconImage&&null!==t.iconImage&&""!==t.iconImage&&(a=t.iconImage.url);let i="";if(""!==a){const e=t.iconImage.sizes,o=t.imageSize;return i=void 0!==e&&void 0!==e[o]?e[o].url:a,React.createElement("div",{className:"uagb-ifb-image-icon-content uagb-ifb-imgicon-wrap"},React.createElement("div",{className:"uagb-ifb-image"},React.createElement("div",{className:"uagb-ifb-image-content"},React.createElement("img",{className:"uagb-ifb-img-src",src:i,alt:t.iconImage.alt}))))}return null};const Fe={inheritFromTheme:{type:"boolean",default:!1},prefixTitle:{source:"html",selector:"span.uagb-ifb-title-prefix",default:"Prefix"},classMigrate:{type:"boolean",default:!1},infoBoxTitle:{source:"html",selector:"h1,h2,h3,h4,h5,h6",default:"Info Box"},headingDesc:{source:"html",selector:"p",default:"Click here to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo."},headingAlign:{type:"string",default:"center"},headingColor:{type:"string"},subHeadingColor:{type:"string"},prefixColor:{type:"string"},icon:{type:"string",default:"fa fa-star"},iconimgPosition:{type:"string",default:"above-title"},iconSize:{type:"number",default:40},iconHover:{type:"string",default:""},iconSizeType:{type:"String",default:"px"},prefixFontSizeType:{type:"string",default:"px"},headFontSizeType:{type:"string",default:"px"},subHeadFontSizeType:{type:"string",default:"px"},ctaIconSpaceType:{type:"string",default:"px"},thicknessUnit:{type:"string",default:"px"},ctaFontSizeType:{type:"string",default:"px"},iconMarginUnit:{type:"string",default:"px"},iconMobilePaddingUnit:{type:"string",default:"px"},iconTabletPaddingUnit:{type:"string",default:"px"},paddingBtnUnit:{type:"string",default:"px"},mobilePaddingBtnUnit:{type:"string",default:"px"},tabletPaddingBtnUnit:{type:"string",default:"px"},prefixSpaceUnit:{type:"string",default:"px"},headSpaceUnit:{type:"string",default:"px"},seperatorSpaceUnit:{type:"string",default:"px"},subHeadSpaceUnit:{type:"string",default:"px"},imageWidthUnit:{type:"string",default:"px"},iconimgBorderRadiusUnit:{type:"string",default:"px"},iconBgHover:{type:"string",default:""},iconColor:{type:"string",default:"#333"},prefixTag:{type:"string",default:"h3"},prefixFontSize:{type:"number"},prefixFontSizeType:{type:"string",default:"px"},prefixFontSizeTablet:{type:"number"},prefixFontSizeMobile:{type:"number"},prefixFontFamily:{type:"string",default:"Default"},prefixFontWeight:{type:"string"},prefixFontSubset:{type:"string"},prefixLineHeightType:{type:"string",default:"em"},prefixLineHeight:{type:"number"},prefixLineHeightTablet:{type:"number"},prefixLineHeightMobile:{type:"number"},prefixLoadGoogleFonts:{type:"boolean",default:!1},headingTag:{type:"string",default:"h3"},headFontSize:{type:"number"},headFontSizeType:{type:"string",default:"px"},headFontSizeTablet:{type:"number"},headFontSizeMobile:{type:"number"},headFontFamily:{type:"string",default:"Default"},headFontWeight:{type:"string"},headFontSubset:{type:"string"},headLineHeightType:{type:"string",default:"em"},headLineHeight:{type:"number"},headLineHeightTablet:{type:"number"},headLineHeightMobile:{type:"number"},headLoadGoogleFonts:{type:"boolean",default:!1},subHeadFontSize:{type:"number"},subHeadFontSizeType:{type:"string",default:"px"},subHeadFontSizeTablet:{type:"number"},subHeadFontSizeMobile:{type:"number"},subHeadFontFamily:{type:"string",default:"Default"},subHeadFontWeight:{type:"string"},subHeadFontSubset:{type:"string"},subHeadLineHeightType:{type:"string",default:"em"},subHeadLineHeight:{type:"number"},subHeadLineHeightTablet:{type:"number"},subHeadLineHeightMobile:{type:"number"},subHeadLoadGoogleFonts:{type:"boolean",default:!1},headSpace:{type:"number",default:10},subHeadSpace:{type:"number",default:10},seperatorSpace:{type:"number",default:10},iconimgBorderRadius:{type:"number",default:0},source_type:{type:"string",default:"icon"},block_id:{type:"string",default:"not_set"},sourceAlign:{type:"string",default:"top"},ctaTarget:{type:"boolean",default:!1},ctaIcon:{type:"string",default:""},ctaIconPosition:{type:"string",default:"after"},ctaIconSpace:{type:"number",default:5},seperatorPosition:{type:"string",default:"after_title"},seperatorStyle:{type:"string",default:"solid"},seperatorColor:{type:"string",default:"#333"},seperatorWidth:{type:"number",default:30},separatorWidthType:{type:"string",default:"%"},seperatorThickness:{type:"number",default:2},ctaType:{type:"string",default:"none"},ctaText:{type:"html",default:"Read More"},ctaLink:{type:"string",default:"#"},ctaLinkColor:{type:"string",default:"#333"},ctaFontSize:{type:"number"},ctaFontSizeType:{type:"string",default:"px"},ctaFontSizeMobile:{type:"number"},ctaFontSizeTablet:{type:"number"},ctaFontFamily:{type:"string",default:"Default"},ctaFontWeight:{type:"string"},ctaFontSubset:{type:"string"},ctaLoadGoogleFonts:{type:"boolean",default:!1},ctaBtnLinkColor:{type:"string",default:"#333"},ctaLinkHoverColor:{type:"string",default:""},ctaBgColor:{type:"string",default:"transparent"},ctaBgHoverColor:{type:"string",default:"transparent"},ctaBorderColor:{type:"string"},ctaBorderhoverColor:{type:"string"},ctaBorderStyle:{type:"string",default:"solid"},ctaBtnVertPadding:{type:"number",default:10},ctaBtnHrPadding:{type:"number",default:14},ctaBorderWidth:{type:"number"},ctaBorderRadius:{type:"number"},prefixSpace:{type:"number",default:5},iconLeftMargin:{type:"number",default:10},iconRightMargin:{type:"number",default:10},iconTopMargin:{type:"number",default:5},iconBottomMargin:{type:"number",default:5},iconImage:{type:"object",default:{url:"",alt:"InfoBox placeholder img"}},imageSize:{type:"string",default:"thumbnail"},imageWidth:{type:"number",default:120},imageWidthType:{type:"boolean",default:!0},stack:{type:"string",default:"tablet"},showIcon:{type:"boolean",default:!0},showPrefix:{type:"boolean",default:!0},showTitle:{type:"boolean",default:!0},showDesc:{type:"boolean",default:!0},iconView:{type:"string",default:"none"}};var Ne=[{attributes:Fe,save(e){const{iconimgPosition:t,block_id:a,source_type:i,seperatorStyle:o,backgroundType:n,ctaType:l,ctaLink:r,ctaTarget:s,className:c}=e.attributes;let p="";p="icon"===i?React.createElement(Ee,{attributes:e.attributes}):React.createElement(He,{attributes:e.attributes});const u=React.createElement(React.Fragment,null,"none"!==o&&React.createElement(Le,{attributes:e.attributes}),React.createElement("div",{className:"uagb-ifb-text-wrap"},React.createElement(ke.a,{attributes:e.attributes,setAttributes:"not_set"}),React.createElement(Oe,{attributes:e.attributes}))),b=React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-title-wrap"},React.createElement(we.a,{attributes:e.attributes,setAttributes:"not_set"}),React.createElement(Pe.a,{attributes:e.attributes,setAttributes:"not_set"}))),g=React.createElement(React.Fragment,null,React.createElement("div",{className:N()("uagb-infobox__content-wrap",...Be(e.attributes))},React.createElement("div",{className:"uagb-ifb-left-right-wrap"},"left"==t&&p,React.createElement("div",{className:"uagb-ifb-content"},"above-title"==t&&p,("above-title"==t||"below-title"==t)&&b,"below-title"==t&&p,("above-title"==t||"below-title"==t)&&u,"left-title"===t&&React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-left-title-image"},p,b),u),"right-title"===t&&React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-right-title-image"},b,p),u),("left"==t||"right"==t)&&React.createElement(React.Fragment,null,b,u)),"right"==t&&p)));let d="";return s&&(d="_blank"),React.createElement(React.Fragment,null,React.createElement("div",{className:N()(c,"uagb-infobox__outer-wrap"),id:"uagb-infobox-"+a},"all"==l&&React.createElement(React.Fragment,null,React.createElement("a",{href:r,className:"uagb-infobox-link-wrap",target:d,rel:"noopener noreferrer"}," ",g)),"all"!==l&&g))}},{attributes:Fe,save(e){const{iconimgPosition:t,block_id:a,source_type:i,seperatorStyle:o,backgroundType:n,ctaType:l,ctaLink:r,ctaTarget:s,className:c,prefixTitle:p,infoBoxTitle:u,headingDesc:b,showPrefix:g,showTitle:d,showDesc:y,icon:m}=e.attributes;let f="";f="icon"===i&&""!==m?React.createElement(Ee,{attributes:e.attributes}):React.createElement(He,{attributes:e.attributes});const h=React.createElement(React.Fragment,null,"none"!==o&&React.createElement(Le,{attributes:e.attributes}),React.createElement("div",{className:"uagb-ifb-text-wrap"},y&&""!==b&&React.createElement(ke.a,{attributes:e.attributes,setAttributes:"not_set"}),"none"!==l&&React.createElement(Oe,{attributes:e.attributes}))),_=React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-title-wrap"},g&&""!==p&&React.createElement(we.a,{attributes:e.attributes,setAttributes:"not_set"}),d&&""!==u&&React.createElement(Pe.a,{attributes:e.attributes,setAttributes:"not_set"}))),v=React.createElement(React.Fragment,null,React.createElement("div",{className:N()("uagb-infobox__content-wrap",...Be(e.attributes))},React.createElement("div",{className:"uagb-ifb-left-right-wrap"},"left"==t&&f,React.createElement("div",{className:"uagb-ifb-content"},"above-title"==t&&f,("above-title"==t||"below-title"==t)&&_,"below-title"==t&&f,("above-title"==t||"below-title"==t)&&h,"left-title"===t&&React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-left-title-image"},f,_),h),"right-title"===t&&React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-right-title-image"},_,f),h),("left"==t||"right"==t)&&React.createElement(React.Fragment,null,_,h)),"right"==t&&f)));let T="";return s&&(T="_blank"),React.createElement(React.Fragment,null,React.createElement("div",{className:N()(c,"uagb-infobox__outer-wrap"),id:"uagb-infobox-"+a},"all"==l&&React.createElement(React.Fragment,null,React.createElement("a",{href:r,className:"uagb-infobox-link-wrap",target:T,rel:"noopener noreferrer"}," ",v)),"all"!==l&&v))}},{attributes:Fe,save(e){const{iconimgPosition:t,block_id:a,source_type:i,seperatorStyle:o,backgroundType:n,ctaType:l,ctaLink:r,ctaTarget:s,className:c,prefixTitle:p,infoBoxTitle:u,headingDesc:b,showPrefix:g,showTitle:d,showDesc:y,icon:m}=e.attributes;let f="";f="icon"===i&&""!==m?React.createElement(Re,{attributes:e.attributes}):React.createElement(He,{attributes:e.attributes});const h=React.createElement(React.Fragment,null,"none"!==o&&React.createElement(Le,{attributes:e.attributes}),React.createElement("div",{className:"uagb-ifb-text-wrap"},y&&""!==b&&React.createElement(ke.a,{attributes:e.attributes,setAttributes:"not_set"}),"none"!==l&&React.createElement(ze,{attributes:e.attributes}))),_=React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-title-wrap"},g&&""!==p&&React.createElement(we.a,{attributes:e.attributes,setAttributes:"not_set"}),d&&""!==u&&React.createElement(Pe.a,{attributes:e.attributes,setAttributes:"not_set"}))),v=React.createElement(React.Fragment,null,React.createElement("div",{className:N()("uagb-infobox__content-wrap",...Be(e.attributes))},React.createElement("div",{className:"uagb-ifb-left-right-wrap"},"left"==t&&f,React.createElement("div",{className:"uagb-ifb-content"},"above-title"==t&&f,("above-title"==t||"below-title"==t)&&_,"below-title"==t&&f,("above-title"==t||"below-title"==t)&&h,"left-title"===t&&React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-left-title-image"},f,_),h),"right-title"===t&&React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-right-title-image"},_,f),h),("left"==t||"right"==t)&&React.createElement(React.Fragment,null,_,h)),"right"==t&&f)));let T="";return s&&(T="_blank"),React.createElement(React.Fragment,null,React.createElement("div",{className:N()(c,"uagb-infobox__outer-wrap"),id:"uagb-infobox-"+a},"all"==l&&React.createElement(React.Fragment,null,React.createElement("a",{href:r,className:"uagb-infobox-link-wrap",target:T,rel:"noopener noreferrer"}," ",v)),"all"!==l&&v))}},{attributes:Fe,save(e){const{iconimgPosition:t,block_id:a,source_type:i,seperatorStyle:o,backgroundType:n,ctaType:l,ctaLink:r,ctaTarget:s,className:c,prefixTitle:p,infoBoxTitle:u,headingDesc:b,showPrefix:g,showTitle:d,showDesc:y,icon:m,seperatorPosition:f}=e.attributes;let h="";h="icon"===i&&""!==m?React.createElement(Re,{attributes:e.attributes}):React.createElement(He,{attributes:e.attributes});let _=h,v=f;const T=React.createElement(Le,{attributes:e.attributes});let C=!0;"after_icon"!=f||"above-title"!=t&&"below-title"!=t||(C=!1,_=React.createElement(React.Fragment,null,h,"none"!==o&&T)),"after_icon"!=f||"above-title"===t&&"below-title"===t||(v="after_title"),"below-title"==t&&"after_title"==f&&(C=!1,_=React.createElement(React.Fragment,null,"none"!==o&&T,h));const w=React.createElement(React.Fragment,null,"none"!==o&&"after_title"==v&&C&&T,React.createElement("div",{className:"uagb-ifb-text-wrap"},y&&""!==b&&React.createElement(ke.a,{attributes:e.attributes,setAttributes:"not_set"}),"none"!==o&&"after_desc"==v&&T,"none"!==l&&React.createElement(ze,{attributes:e.attributes}))),P=React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-title-wrap"},g&&""!==p&&React.createElement(we.a,{attributes:e.attributes,setAttributes:"not_set"}),"none"!==o&&"after_prefix"==v&&T,d&&""!==u&&React.createElement(Pe.a,{attributes:e.attributes,setAttributes:"not_set"}))),k=React.createElement(React.Fragment,null,React.createElement("div",{className:N()("uagb-infobox__content-wrap","all"==l?" uagb-infobox_cta-type-all":"",...Be(e.attributes))},React.createElement("div",{className:"uagb-ifb-left-right-wrap"},"left"==t&&h,React.createElement("div",{className:"uagb-ifb-content"},"above-title"==t&&_,("above-title"==t||"below-title"==t)&&P,"below-title"==t&&_,("above-title"==t||"below-title"==t)&&w,"left-title"===t&&React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-left-title-image"},_,P),w),"right-title"===t&&React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-right-title-image"},P,_),w),("left"==t||"right"==t)&&React.createElement(React.Fragment,null,P,w)),"right"==t&&_)));let x="";return s&&(x="_blank"),React.createElement(React.Fragment,null,React.createElement("div",{className:N()(c,"uagb-infobox__outer-wrap"),id:"uagb-infobox-"+a},"all"==l&&React.createElement(React.Fragment,null,React.createElement("a",{href:r,className:"uagb-infobox-link-wrap uagb-infbox__link-to-all",target:x,rel:"noopener noreferrer"}),k),"all"!==l&&k))}},{attributes:Fe,save(e){const{iconimgPosition:t,block_id:a,source_type:i,seperatorStyle:o,backgroundType:n,ctaType:l,ctaLink:r,ctaTarget:s,className:c,prefixTitle:p,infoBoxTitle:u,headingDesc:b,showPrefix:g,showTitle:d,showDesc:y,icon:m,seperatorPosition:f}=e.attributes;let h="";h="icon"===i&&""!==m?React.createElement(Re,{attributes:e.attributes}):React.createElement(He,{attributes:e.attributes});let _=h,v=f;const T=React.createElement(Le,{attributes:e.attributes});let C=!0;"after_icon"!=f||"above-title"!=t&&"below-title"!=t||(C=!1,_=React.createElement(React.Fragment,null,h,"none"!==o&&T)),"after_icon"!=f||"above-title"===t&&"below-title"===t||(v="after_title"),"below-title"==t&&"after_title"==f&&(C=!1,_=React.createElement(React.Fragment,null,"none"!==o&&T,h));const w=React.createElement(React.Fragment,null,"none"!==o&&"after_title"==v&&C&&T,React.createElement("div",{className:"uagb-ifb-text-wrap"},y&&""!==b&&React.createElement(ke.a,{attributes:e.attributes,setAttributes:"not_set"}),"none"!==o&&"after_desc"==v&&T,"none"!==l&&React.createElement(ze,{attributes:e.attributes}))),P=React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-title-wrap"},g&&""!==p&&React.createElement(we.a,{attributes:e.attributes,setAttributes:"not_set"}),"none"!==o&&"after_prefix"==v&&T,d&&""!==u&&React.createElement(Pe.a,{attributes:e.attributes,setAttributes:"not_set"}))),k=React.createElement(React.Fragment,null,React.createElement("div",{className:N()("uagb-infobox__content-wrap","all"==l?" uagb-infobox_cta-type-all":"",...Be(e.attributes))},React.createElement("div",{className:"uagb-ifb-left-right-wrap"},"left"==t&&h,React.createElement("div",{className:"uagb-ifb-content"},"above-title"==t&&_,("above-title"==t||"below-title"==t)&&P,"below-title"==t&&_,("above-title"==t||"below-title"==t)&&w,"left-title"===t&&React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-left-title-image"},_,P),w),"right-title"===t&&React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-right-title-image"},P,_),w),("left"==t||"right"==t)&&React.createElement(React.Fragment,null,P,w)),"right"==t&&_)));let x="";return s&&(x="_blank"),React.createElement(React.Fragment,null,React.createElement("div",{className:N()(c,"uagb-infobox__outer-wrap","uagb-block-"+a)},"all"==l&&React.createElement(React.Fragment,null,React.createElement("a",{href:r,className:"uagb-infobox-link-wrap uagb-infbox__link-to-all",target:x,rel:"noopener noreferrer"}),k),"all"!==l&&k))}},{attributes:Fe,save(e){const{iconimgPosition:t,block_id:a,source_type:i,seperatorStyle:o,ctaType:n,ctaLink:l,ctaTarget:r,className:s,prefixTitle:c,infoBoxTitle:p,headingDesc:u,showPrefix:b,showTitle:g,showDesc:d,icon:y,seperatorPosition:m}=e.attributes;let f="";f="icon"===i&&""!==y?React.createElement(Re,{attributes:e.attributes}):React.createElement(He,{attributes:e.attributes});let h=f,_=m;const v=React.createElement(Le,{attributes:e.attributes});let T=!0;"after_icon"!=m||"above-title"!=t&&"below-title"!=t||(T=!1,h=React.createElement(React.Fragment,null,f,"none"!==o&&v)),"after_icon"!=m||"above-title"===t&&"below-title"===t||(_="after_title"),"below-title"==t&&"after_title"==m&&(T=!1,h=React.createElement(React.Fragment,null,"none"!==o&&v,f));const C=React.createElement(React.Fragment,null,"none"!==o&&"after_title"==_&&T&&v,React.createElement("div",{className:"uagb-ifb-text-wrap"},d&&""!==u&&React.createElement(ke.a,{attributes:e.attributes,setAttributes:"not_set"}),"none"!==o&&"after_desc"==_&&v,"none"!==n&&React.createElement(ze,{attributes:e.attributes}))),w=React.createElement("div",{className:"uagb-ifb-title-wrap"},b&&""!==c&&React.createElement(we.a,{attributes:e.attributes,setAttributes:"not_set"}),"none"!==o&&"after_prefix"==_&&v,g&&""!==p&&React.createElement(Pe.a,{attributes:e.attributes,setAttributes:"not_set"})),P=React.createElement("div",{className:N()("uagb-infobox__content-wrap","all"==n?" uagb-infobox_cta-type-all":"",...Be(e.attributes))},React.createElement("div",{className:"uagb-ifb-left-right-wrap"},"left"==t&&f,React.createElement("div",{className:"uagb-ifb-content"},"above-title"==t&&h,("above-title"==t||"below-title"==t)&&w,"below-title"==t&&h,("above-title"==t||"below-title"==t)&&C,"left-title"===t&&React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-left-title-image"},h,w),C),"right-title"===t&&React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-right-title-image"},w,h),C),("left"==t||"right"==t)&&React.createElement(React.Fragment,null,w,C)),"right"==t&&h));let k="";return r&&(k="_blank"),React.createElement("div",{className:N()(s,"uagb-infobox__outer-wrap","uagb-block-"+a)},"all"==n&&React.createElement("a",{href:l,className:"uagb-infobox-link-wrap uagb-infbox__link-to-all",target:k,"aria-label":"Infobox Link",rel:"noopener noreferrer"}),P)}},{attributes:Fe,save(e){const{iconimgPosition:t,block_id:a,source_type:i,seperatorStyle:o,ctaType:n,ctaLink:l,ctaTarget:r,className:s,prefixTitle:c,infoBoxTitle:p,headingDesc:u,showPrefix:b,showTitle:g,showDesc:d,icon:y,seperatorPosition:m}=e.attributes;let f="";f="icon"===i&&""!==y?React.createElement(Re,{attributes:e.attributes}):React.createElement(He,{attributes:e.attributes});let h=f,_=m;const v=React.createElement(Le,{attributes:e.attributes});let T=!0;"after_icon"!=m||"above-title"!=t&&"below-title"!=t||(T=!1,h=React.createElement(React.Fragment,null,f,"none"!==o&&v)),"after_icon"!=m||"above-title"===t&&"below-title"===t||(_="after_title"),"below-title"==t&&"after_title"==m&&(T=!1,h=React.createElement(React.Fragment,null,"none"!==o&&v,f));const C=React.createElement(React.Fragment,null,"none"!==o&&"after_title"==_&&T&&v,React.createElement("div",{className:"uagb-ifb-text-wrap"},d&&""!==u&&React.createElement(ke.a,{attributes:e.attributes,setAttributes:"not_set"}),"none"!==o&&"after_desc"==_&&v,"none"!==n&&React.createElement(ze,{attributes:e.attributes}))),w=React.createElement("div",{className:"uagb-ifb-title-wrap"},b&&""!==c&&React.createElement(we.a,{attributes:e.attributes,setAttributes:"not_set"}),"none"!==o&&"after_prefix"==_&&v,g&&""!==p&&React.createElement(Pe.a,{attributes:e.attributes,setAttributes:"not_set"})),P=React.createElement("div",{className:N()("uagb-infobox__content-wrap","all"==n?" uagb-infobox_cta-type-all":"",...Be(e.attributes))},React.createElement("div",{className:"uagb-ifb-left-right-wrap"},"left"==t&&f,React.createElement("div",{className:"uagb-ifb-content"},"above-title"==t&&h,("above-title"==t||"below-title"==t)&&w,"below-title"==t&&h,("above-title"==t||"below-title"==t)&&C,"left-title"===t&&React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-left-title-image"},h,w),C),"right-title"===t&&React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-right-title-image"},w,h),C),("left"==t||"right"==t)&&React.createElement(React.Fragment,null,w,C)),"right"==t&&h));let k="";return r&&(k="_blank"),React.createElement("div",{className:N()(s,"uagb-infobox__outer-wrap","uagb-block-"+a)},"all"==n&&React.createElement("a",{href:l,className:"uagb-infobox-link-wrap uagb-infbox__link-to-all",target:k,"aria-label":"Infobox Link",rel:"noopener noreferrer"}),P)}},{attributes:Fe,save(e){const{iconimgPosition:t,block_id:a,source_type:i,seperatorStyle:o,ctaType:n,ctaLink:l,ctaTarget:r,className:s,prefixTitle:c,infoBoxTitle:p,headingDesc:u,showPrefix:b,showTitle:g,showDesc:d,icon:y,seperatorPosition:m}=e.attributes;let f="";f="icon"===i&&""!==y?React.createElement(Re,{attributes:e.attributes}):React.createElement(je,{attributes:e.attributes});let h=f,_=m;const v=React.createElement(Le,{attributes:e.attributes});let T=!0;"after_icon"!==_||"above-title"!==t&&"below-title"!==t||(T=!1,h=React.createElement(React.Fragment,null,f,"none"!==o&&v)),"after_icon"!==_||"above-title"===t&&"below-title"===t||(_="after_title"),"below-title"===t&&"after_title"===_&&(T=!1,h=React.createElement(React.Fragment,null,"none"!==o&&v,f));const C=React.createElement(React.Fragment,null,"none"!==o&&"after_title"===_&&T&&v,React.createElement("div",{className:"uagb-ifb-text-wrap"},d&&""!==u&&React.createElement(ke.a,{attributes:e.attributes,setAttributes:"not_set"}),"none"!==o&&"after_desc"===_&&v,"none"!==n&&React.createElement(ze,{attributes:e.attributes}))),w=React.createElement("div",{className:"uagb-ifb-title-wrap"},b&&""!==c&&React.createElement(we.a,{attributes:e.attributes,setAttributes:"not_set"}),"none"!==o&&"after_prefix"===_&&v,g&&""!==p&&React.createElement(Pe.a,{attributes:e.attributes,setAttributes:"not_set"})),P=React.createElement("div",{className:N()("uagb-infobox__content-wrap","all"===n?" uagb-infobox_cta-type-all":"",...Be(e.attributes))},React.createElement("div",{className:"uagb-ifb-left-right-wrap"},"left"===t&&f,React.createElement("div",{className:"uagb-ifb-content"},"above-title"===t&&h,("above-title"===t||"below-title"===t)&&w,"below-title"===t&&h,("above-title"===t||"below-title"===t)&&C,"left-title"===t&&React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-left-title-image"},h,w),C),"right-title"===t&&React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-right-title-image"},w,h),C),("left"===t||"right"===t)&&React.createElement(React.Fragment,null,w,C)),"right"===t&&h));let k="_self";return r&&(k="_blank"),React.createElement("div",{className:N()(s,"uagb-infobox__outer-wrap","uagb-block-"+a)},"all"===n&&React.createElement("a",{href:l,className:"uagb-infobox-link-wrap uagb-infbox__link-to-all",target:k,"aria-label":"Infobox Link",rel:"noopener noreferrer"}),P)}}];a(163),Object(U.registerBlockType)("uagb/info-box",{title:Object(k.__)("Info Box","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add image/icon, separator and text description using a single block.","ultimate-addons-for-gutenberg"),icon:s.a.info_box,keywords:[Object(k.__)("info box","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg")],supports:{anchor:!0},category:uagb_blocks_info.category,attributes:Me.a,edit:e=>{const t=Object(w.a)();return Object(f.useEffect)(()=>{const{setAttributes:t}=e;t({block_id:e.clientId.substr(0,8)}),t({classMigrate:!0});const{ctaBtnVertPadding:a,ctaBtnHrPadding:i,paddingBtnTop:o,paddingBtnBottom:n,paddingBtnRight:l,paddingBtnLeft:r,ctaBorderStyle:s,ctaBorderWidth:c,ctaBorderRadius:p,ctaBorderColor:u,ctaBorderhoverColor:b}=e.attributes;if(a&&(void 0===o&&e.setAttributes({paddingBtnTop:a}),void 0===n&&e.setAttributes({paddingBtnBottom:a})),i&&(void 0===l&&e.setAttributes({paddingBtnRight:i}),void 0===r&&e.setAttributes({paddingBtnLeft:i})),c||p||u||b||s){const t=Object(P.b)("btn",{label:"ctaBorderWidth",value:c},{label:"ctaBorderRadius",value:p},{label:"ctaBorderColor",value:u},{label:"ctaBorderhoverColor",value:b},{label:"ctaBorderStyle",value:s});e.setAttributes(t)}},[]),Object(f.useEffect)(()=>{const t=ve(e);l("uagb-info-box-style-"+e.clientId.substr(0,8),t)},[e]),Object(f.useEffect)(()=>{const t=ve(e);l("uagb-info-box-style-"+e.clientId.substr(0,8),t),C()},[t]),h.a.createElement(h.a.Fragment,null,h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(Ce,{parentProps:e}),h.a.createElement(Te,{parentProps:e})))},save:function(e){const{iconimgPosition:t,block_id:a,source_type:i,seperatorStyle:o,ctaType:n,ctaLink:l,ctaTarget:r,prefixTitle:s,infoBoxTitle:c,headingDesc:p,showPrefix:u,showTitle:b,showDesc:g,icon:d,seperatorPosition:y}=e.attributes;let m="";m="icon"===i&&""!==d?React.createElement(xe.a,{attributes:e.attributes}):React.createElement(Se.a,{attributes:e.attributes});let f=m,h=y;const _=React.createElement(Ue.a,{attributes:e.attributes});let v=!0;"after_icon"!==h||"above-title"!==t&&"below-title"!==t||(v=!1,f=React.createElement(React.Fragment,null,m,"none"!==o&&_)),"after_icon"!==h||"left-title"!==t&&"right-title"!==t&&"left"!==t&&"right"!==t||(h="after_title"),"below-title"===t&&"after_title"===h&&(v=!1,f=React.createElement(React.Fragment,null,"none"!==o&&_,m));const T=React.createElement(React.Fragment,null,"none"!==o&&"after_title"===h&&v&&_,g&&""!==p&&React.createElement(ke.a,{attributes:e.attributes,setAttributes:"not_set"}),"none"!==o&&"after_desc"===h&&_,"none"!==n&&React.createElement(Ge.a,{attributes:e.attributes})),C=React.createElement("div",{className:"uagb-ifb-title-wrap"},u&&""!==s&&React.createElement(we.a,{attributes:e.attributes,setAttributes:"not_set"}),"none"!==o&&"after_prefix"===h&&_,b&&""!==c&&React.createElement(Pe.a,{attributes:e.attributes,setAttributes:"not_set"})),w=React.createElement(React.Fragment,null,"left"===t&&f,React.createElement("div",{className:"uagb-ifb-content"},"above-title"===t&&f,("above-title"===t||"below-title"===t)&&C,"below-title"===t&&f,("above-title"===t||"below-title"===t)&&T,"left-title"===t&&React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-left-title-image"},f,C),T),"right-title"===t&&React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-ifb-right-title-image"},C,f),T),("left"===t||"right"===t)&&React.createElement(React.Fragment,null,C,T)),"right"===t&&f);let P="_self";return r&&(P="_blank"),React.createElement("div",{className:N()("uagb-block-"+a,"uagb-infobox__content-wrap","all"===n?" uagb-infobox_cta-type-all":"",...Object(Ae.a)(e.attributes))},"all"===n&&React.createElement("a",{href:l,className:"uagb-infobox-link-wrap uagb-infbox__link-to-all",target:P,"aria-label":"Infobox Link",rel:"noopener noreferrer"}),w)},example:{attributes:{isPreview:!0}},deprecated:Ne});var De=function(e){const t=e.name.replace("uagb/",""),{stack:a,textAlign:i,titleColor:o,descColor:n,titleFontSize:l,titleFontSizeType:s,titleFontSizeMobile:c,titleFontSizeTablet:u,titleFontFamily:b,titleFontWeight:g,titleLineHeightType:m,titleLineHeight:f,titleLineHeightTablet:h,titleLineHeightMobile:_,descFontSize:v,descFontSizeType:T,descFontSizeMobile:C,descFontSizeTablet:w,descFontFamily:P,descFontWeight:k,descLineHeightType:x,descLineHeight:A,descLineHeightTablet:U,descLineHeightMobile:G,titleSpace:S,titleSpaceTablet:M,titleSpaceMobile:E,titleSpaceType:R,descSpace:B,descSpaceTablet:L,descSpaceMobile:O,descSpaceType:z,ctaPosition:H,ctaFontSize:j,ctaFontSizeType:F,ctaFontSizeMobile:N,ctaFontSizeTablet:D,ctaFontFamily:V,ctaFontWeight:I,ctaBtnLinkColor:W,ctaBgColor:q,ctaTopPadding:Z,ctaRightPadding:$,ctaBottomPadding:K,ctaLeftPadding:J,ctaTopPaddingTablet:Y,ctaRightPaddingTablet:Q,ctaBottomPaddingTablet:X,ctaLeftPaddingTablet:ee,ctaTopPaddingMobile:te,ctaRightPaddingMobile:ae,ctaBottomPaddingMobile:ie,ctaLeftPaddingMobile:oe,ctaPaddingUnit:ne,mobileCTAPaddingUnit:le,tabletCTAPaddingUnit:re,ctaLinkHoverColor:se,ctaBgHoverColor:ce,btnBorderHColor:pe,ctaIconSpace:ue,ctaIconSpaceTablet:be,ctaIconSpaceMobile:ge,contentWidth:de,contentWidthTablet:ye,contentWidthMobile:me,contentWidthType:fe,ctaType:he,titleTransform:_e,titleDecoration:ve,descTransform:Te,descDecoration:Ce,ctaTransform:we,ctaDecoration:Pe,titleFontStyle:ke,descFontStyle:xe,ctaFontStyle:Ae,buttonAlign:Ue,ctaIconPosition:Ge,secondCtaIconSpace:Se,secondCtaIconPosition:Me,secondCtaFontSize:Ee,secondCtaFontSizeType:Re,secondCtaFontSizeMobile:Be,secondCtaFontSizeTablet:Le,secondCtaFontFamily:Oe,secondCtaFontWeight:ze,secondCtaFontStyle:He,secondCtaFontTransform:je,secondCtaFontDecoration:Fe,secondCtaTopPadding:Ne,secondCtaRightPadding:De,secondCtaBottomPadding:Ve,secondCtaLeftPadding:Ie,secondCtaTopMobilePadding:We,secondCtaRightMobilePadding:qe,secondCtaBottomMobilePadding:Ze,secondCtaLeftMobilePadding:$e,secondCtaTopTabletPadding:Ke,secondCtaRightTabletPadding:Je,secondCtaBottomTabletPadding:Ye,secondCtaLeftTabletPadding:Qe,secondCtaPaddingUnit:Xe,secondCtaMobilePaddingUnit:et,secondCtaTabletPaddingUnit:tt,secondCtaBorderHColor:at,secondCtaColor:it,secondCtaBackground:ot,secondCtaHoverColor:nt,secondCtaHoverBackground:lt,stackBtn:rt,gapBtn:st,gapBtnTablet:ct,gapBtnMobile:pt,textAlignTablet:ut,textAlignMobile:bt,overallBlockTopMargin:gt,overallBlockRightMargin:dt,overallBlockBottomMargin:yt,overallBlockLeftMargin:mt,overallBlockTopMobileMargin:ft,overallBlockRightMobileMargin:ht,overallBlockBottomMobileMargin:_t,overallBlockLeftMobileMargin:vt,overallBlockTopTabletMargin:Tt,overallBlockRightTabletMargin:Ct,overallBlockBottomTabletMargin:wt,overallBlockLeftTabletMargin:Pt,overallBlockMarginUnit:kt,overallBlockMobileMarginUnit:xt,overallBlockTabletMarginUnit:At,overallBlockTopPadding:Ut,overallBlockRightPadding:Gt,overallBlockBottomPadding:St,overallBlockLeftPadding:Mt,overallBlockTopMobilePadding:Et,overallBlockRightMobilePadding:Rt,overallBlockBottomMobilePadding:Bt,overallBlockLeftMobilePadding:Lt,overallBlockTopTabletPadding:Ot,overallBlockRightTabletPadding:zt,overallBlockBottomTabletPadding:Ht,overallBlockLeftTabletPadding:jt,overallBlockPaddingUnit:Ft,overallBlockMobilePaddingUnit:Nt,overallBlockTabletPaddingUnit:Dt,buttonRightSpace:Vt,buttonRightSpaceTablet:It,buttonRightSpaceMobile:Wt,buttonRightSpaceType:qt,secondCtaIconSpaceTablet:Zt,secondCtaIconSpaceMobile:$t,titleLetterSpacing:Kt,titleLetterSpacingTablet:Jt,titleLetterSpacingMobile:Yt,titleLetterSpacingType:Qt,descLetterSpacing:Xt,descLetterSpacingTablet:ea,descLetterSpacingMobile:ta,descLetterSpacingType:aa,ctaLetterSpacing:ia,ctaLetterSpacingTablet:oa,ctaLetterSpacingMobile:na,ctaLetterSpacingType:la,secondCtaLetterSpacing:ra,secondCtaLetterSpacingTablet:sa,secondCtaLetterSpacingMobile:ca,secondCtaLetterSpacingType:pa}=e.attributes,ua=y(e.attributes,"btn"),ba=y(e.attributes,"btn","tablet"),ga=y(e.attributes,"btn","mobile"),da=Object(d.b)(S,"titleSpace",t),ya=Object(d.b)(B,"descSpace",t),ma=Object(d.b)(Se,"secondCtaIconSpace",t),fa=Object(d.b)(ue,"ctaIconSpace",t),ha=Object(d.b)(de,"contentWidth",t),_a=Object(d.b)(st,"gapBtn",t),va=Object(d.b)(Vt,"buttonRightSpace",t),Ta=y(e.attributes,"secondCta"),Ca=y(e.attributes,"secondCta","tablet"),wa=y(e.attributes,"secondCta","mobile"),Pa={" .uagb-cta__content-wrap":{"text-align":i}," .uagb-cta__wrap":{"text-align":i},".uagb-cta__outer-wrap":{"text-align":i,"padding-top":p(Ut,Ft),"padding-bottom":p(St,Ft),"padding-left":p(Mt,Ft),"padding-right":p(Gt,Ft),"margin-top":p(gt,kt),"margin-bottom":p(yt,kt),"margin-left":p(mt,kt),"margin-right":p(dt,kt)}," .block-editor-rich-text__editable.uagb-cta__title":{"font-size":p(l,s),"font-family":b,"font-style":ke,"text-decoration":ve,"text-transform":_e,"font-weight":g,"line-height":p(f,m),"letter-spacing":p(Kt,Qt),color:o,"margin-bottom":p(da,R)}," .block-editor-rich-text__editable.uagb-cta__desc":{"font-size":p(v,T),"font-family":P,"font-style":xe,"text-decoration":Ce,"text-transform":Te,"font-weight":k,"line-height":p(A,x),"letter-spacing":p(Xt,aa),color:n,"margin-bottom":p(ya,z)}};"right"===H&&(Pa[".uagb-cta__outer-wrap "]={display:"inline-flex"}),Pa[".uagb-cta__outer-wrap a.uagb-cta__button-link-wrapper"]={"font-size":p(j,F),"font-family":V,"font-style":Ae,"text-decoration":Pe,"text-transform":we,"font-weight":I,color:W,"background-color":q,"padding-top":p(Z,ne),"padding-bottom":p(K,ne),"padding-left":p(J,ne),"padding-right":p($,ne),...ua,"letter-spacing":p(ia,la)},Pa[".uagb-cta__outer-wrap a.uagb-cta-second__button"]={"font-size":p(Ee,Re),"font-family":Oe,"font-style":He,"text-decoration":Fe,"text-transform":je,"font-weight":ze,color:it,"background-color":ot,"padding-top":p(Ne,Xe),"padding-bottom":p(Ve,Xe),"padding-left":p(Ie,Xe),"padding-right":p(De,Xe),"align-self":"top"===Ue?"flex-start":"center",height:"fit-content",...Ta,"letter-spacing":p(ra,pa)},Pa[".uagb-cta__outer-wrap a.uagb-cta-second__button:hover"]={color:nt,"background-color":lt,"border-color":at},Pa[".uagb-cta__outer-wrap a.uagb-cta__button-link-wrapper:hover"]={color:se,"background-color":ce,"border-color":pe},Pa[".uagb-cta__outer-wrap a.uagb-cta__button-link-wrapper svg"]={"font-size":p(j,F),width:p(j,F),"line-height":p(j,F),fill:W,"letter-spacing":p(ia,la)},Pa[".uagb-cta__outer-wrap a.uagb-cta-second__button svg"]={"font-size":p(Ee,Re),width:p(Ee,Re),"line-height":p(Ee,Re),fill:it},Pa[".uagb-cta__outer-wrap a.uagb-cta__button-link-wrapper:hover svg"]={fill:se},Pa[".uagb-cta__outer-wrap a.uagb-cta-second__button:hover svg"]={fill:nt};const ka={" .uagb-cta__wrap":{"text-align":ut},".uagb-editor-preview-mode-tablet.uagb-cta__outer-wrap ":{"text-align":ut,"padding-top":p(Ot,Dt),"padding-bottom":p(Ht,Dt),"padding-left":p(jt,Dt),"padding-right":p(zt,Dt),"margin-top":p(Tt,At),"margin-bottom":p(wt,At),"margin-left":p(Pt,At),"margin-right":p(Ct,At)}," .block-editor-rich-text__editable.uagb-cta__title":{"font-size":p(u,s),"line-height":p(h,m),"letter-spacing":p(Jt,Qt),"margin-bottom":p(M,R)}," .block-editor-rich-text__editable.uagb-cta__desc":{"font-size":p(w,T),"line-height":p(U,x),"letter-spacing":p(ea,aa),"margin-bottom":p(L,z)},".uagb-cta__outer-wrap a.uagb-cta__button-link-wrapper":{"font-size":p(D,F),"padding-top":p(Y,re),"padding-bottom":p(X,re),"padding-left":p(ee,re),"padding-right":p(Q,re),"letter-spacing":p(oa,la),...ba},".uagb-cta__outer-wrap a.uagb-cta__button-link-wrapper svg":{"font-size":p(D,F),height:p(D,F),width:p(D,F),"line-height":p(D,F),"letter-spacing":p(oa,la)},".uagb-cta__outer-wrap a.uagb-cta-second__button":{"font-size":p(Le,Re),"padding-top":p(Ke,tt),"padding-bottom":p(Ye,tt),"padding-left":p(Qe,tt),"padding-right":p(Je,tt),...Ca,"letter-spacing":p(sa,pa)},".uagb-cta__outer-wrap a.uagb-cta-second__button svg":{"font-size":p(Le,Re),height:p(Le,Re),width:p(Le,Re),"line-height":p(Le,Re),"letter-spacing":p(sa,pa)}};"right"===H&&(ka[".uagb-cta__outer-wrap.uagb-cta__content-stacked-tablet "]={display:"inherit"},ka[".uagb-cta__content-stacked-tablet .uagb-cta__wrap "]={width:"100%"});const xa={" .uagb-cta__wrap":{"text-align":bt},".uagb-editor-preview-mode-mobile.uagb-cta__outer-wrap ":{"text-align":bt,"padding-top":p(Et,Nt),"padding-bottom":p(Bt,Nt),"padding-left":p(Lt,Nt),"padding-right":p(Rt,Nt),"margin-top":p(ft,xt),"margin-bottom":p(_t,xt),"margin-left":p(vt,xt),"margin-right":p(ht,xt)}," .block-editor-rich-text__editable.uagb-cta__title":{"font-size":p(c,s),"line-height":p(_,m),"letter-spacing":p(Yt,Qt),"margin-bottom":p(E,R)}," .block-editor-rich-text__editable.uagb-cta__desc":{"font-size":p(C,T),"line-height":p(G,x),"letter-spacing":p(ta,aa),"margin-bottom":p(O,z)}," .uagb-cta__button-wrapper a.uagb-cta-typeof-text":{"font-size":p(N,F),"letter-spacing":p(na,la)},".uagb-cta__outer-wrap a.uagb-cta__button-link-wrapper":{"font-size":p(N,F),"padding-top":p(te,le),"padding-bottom":p(ie,le),"padding-left":p(oe,le),"padding-right":p(ae,le),"letter-spacing":p(na,la),...ga}," .uagb-cta__button-wrapper .uagb-cta-with-svg":{"font-size":p(N,F),height:p(N,F),width:p(N,F),"line-height":p(N,F),"letter-spacing":p(na,la)},".uagb-cta__outer-wrap a.uagb-cta-second__button":{"font-size":p(Be,Re),"padding-top":p(We,et),"padding-bottom":p(Ze,et),"padding-left":p($e,et),"padding-right":p(qe,et),...wa,"letter-spacing":p(ca,pa)},".uagb-cta__outer-wrap a.uagb-cta-second__button svg":{"font-size":p(Be,Re),height:p(Be,Re),width:p(Be,Re),"line-height":p(Be,Re),"letter-spacing":p(ca,pa)}};let Aa,Ua,Ga;"text"===he&&(Pa[" a.uagb-cta__button-link-wrapper"]={color:W},Pa[" a.uagb-cta__button-link-wrapper:hover "]={color:se}),"before"===Me?(Pa[".uagb-cta__outer-wrap a.uagb-cta-second__button > svg"]={"margin-right":p(ma,"px")},ka[".uagb-cta__outer-wrap a.uagb-cta-second__button > svg"]={"margin-right":p(Zt,"px")},xa[".uagb-cta__outer-wrap a.uagb-cta-second__button > svg"]={"margin-right":p($t,"px")}):(Pa[".uagb-cta__outer-wrap a.uagb-cta-second__button > svg"]={"margin-left":p(ma,"px")},ka[".uagb-cta__outer-wrap a.uagb-cta-second__button > svg"]={"margin-left":p(Zt,"px")},xa[".uagb-cta__outer-wrap a.uagb-cta-second__button > svg"]={"margin-left":p($t,"px")}),"before"===Ge?(Pa[".uagb-cta__outer-wrap a.uagb-cta__button-link-wrapper > svg"]={"margin-right":p(fa,"px")},ka[".uagb-cta__outer-wrap a.uagb-cta__button-link-wrapper > svg"]={"margin-right":p(be,"px")},xa[".uagb-cta__outer-wrap a.uagb-cta__button-link-wrapper > svg"]={"margin-right":p(ge,"px")}):(Pa[".uagb-cta__outer-wrap a.uagb-cta__button-link-wrapper > svg"]={"margin-left":p(fa,"px")},ka[".uagb-cta__outer-wrap a.uagb-cta__button-link-wrapper > svg"]={"margin-left":p(be,"px")},xa[".uagb-cta__outer-wrap a.uagb-cta__button-link-wrapper > svg"]={"margin-left":p(ge,"px")}),"none"!==he&&"all"!==he||(Pa[" .uagb-cta__wrap"]={width:"100%"}),"right"!==H||"text"!==he&&"button"!==he||(Pa[" .uagb-cta__wrap"]={width:p(ha,fe)},Pa[".uagb-cta__outer-wrap > a"]={"align-self":"top"===Ue?"flex-start":"center",height:"fit-content","margin-left":"auto"},ka[" .uagb-cta__wrap"]={width:p(ye,fe)},xa[" .uagb-cta__wrap"]={width:p(me,fe)}),"right"===H&&(xa[".uagb-cta__outer-wrap.uagb-cta__content-stacked-mobile "]={display:"inherit"},xa[".uagb-cta__outer-wrap.uagb-cta__content-stacked-tablet "]={display:"inherit"},xa[".uagb-cta__content-stacked-mobile .uagb-cta__wrap "]={width:"100%"}),"below-title"===H&&(xa[".uagb-cta__outer-wrap "]={display:"inherit"}),"desktop"===rt?(Pa[" .uagb-cta__buttons"]={"flex-direction":"column","row-gap":p(_a,"px")},ka[" .uagb-cta__buttons"]={"flex-direction":"column","row-gap":p(ct,"px")},xa[" .uagb-cta__buttons"]={"flex-direction":"column","row-gap":p(pt,"px")}):"tablet"===rt?(Pa[" .uagb-cta__buttons"]={"column-gap":p(_a,"px"),"align-items":"center"},ka[" .uagb-cta__buttons"]={"flex-direction":"column","row-gap":p(ct,"px")},xa[" .uagb-cta__buttons"]={"flex-direction":"column","row-gap":p(pt,"px")}):"mobile"===rt?(Pa[" .uagb-cta__buttons"]={"column-gap":p(_a,"px"),"align-items":"center"},ka[" .uagb-cta__buttons"]={"column-gap":p(ct,"px"),"align-items":"center"},xa[" .uagb-cta__buttons"]={"flex-direction":"column","row-gap":p(pt,"px")}):"none"===rt&&(Pa[" .uagb-cta__buttons"]={"column-gap":p(_a,"px"),"align-items":"center"},ka[" .uagb-cta__buttons"]={"column-gap":p(ct,"px")},xa[" .uagb-cta__buttons"]={"column-gap":p(pt,"px")}),Aa="left"===i?"flex-start":"right"===i?"flex-end":"center",Ua="left"===ut?"flex-start":"right"===ut?"flex-end":"center",Ga="left"===bt?"flex-start":"right"===bt?"flex-end":"center","desktop"===a?(Pa[".uagb-cta__outer-wrap "]={"flex-direction":"column","align-items":Aa},ka[".uagb-cta__outer-wrap "]={"flex-direction":"column","align-items":Ua},xa[".uagb-cta__outer-wrap "]={"flex-direction":"column","align-items":Ga}):"tablet"===a?(Pa[".uagb-cta__outer-wrap "]={"flex-direction":"row","align-items":"top"===Ue?"flex-start":"center"},ka[".uagb-cta__outer-wrap "]={"flex-direction":"column","align-items":Ua},xa[".uagb-cta__outer-wrap "]={"flex-direction":"column","align-items":Ga}):"mobile"===a?(Pa[".uagb-cta__outer-wrap "]={"flex-direction":"row","align-items":"top"===Ue?"flex-start":"center"},ka[".uagb-cta__outer-wrap "]={"flex-direction":"row","align-items":"top"===Ue?"flex-start":"center"},xa[".uagb-cta__outer-wrap "]={"flex-direction":"column","align-items":Ga}):"none"===a&&(Pa[".uagb-cta__outer-wrap "]={"flex-direction":"row","align-items":"top"===Ue?"flex-start":"center"},ka[".uagb-cta__outer-wrap "]={"flex-direction":"row","align-items":"top"===Ue?"flex-start":"center"},xa[".uagb-cta__outer-wrap "]={"flex-direction":"row","align-items":"top"===Ue?"flex-start":"center"},Pa[" .uagb-cta__buttons"]={"column-gap":p(st,"px"),"margin-left":p(va,qt)},ka[" .uagb-cta__buttons"]={"column-gap":p(ct,"px"),"margin-left":p(It,qt)},xa[" .uagb-cta__buttons"]={"column-gap":p(pt,"px"),"margin-left":p(Wt,qt)});const Sa=".editor-styles-wrapper .uagb-block-"+e.clientId.substr(0,8);let Ma=r(Pa,""+Sa);return Ma+=r(ka,Sa+".uagb-editor-preview-mode-tablet"),Ma+=r(xa,Sa+".uagb-editor-preview-mode-mobile"),Ma};const Ve=Object(f.lazy)(()=>a.e(11).then(a.bind(null,525))),Ie=Object(f.lazy)(()=>Promise.all([a.e(0),a.e(12)]).then(a.bind(null,526)));var We=a(68),qe=a(69),Ze=a(146),$e=a(147),Ke=a(51),Je=function(e){let t="";return t+="uagb-cta__block ",t+="uagb-cta__icon-position-"+e.ctaPosition+" ","right"===e.ctaPosition&&(t+="uagb-cta__content-right "),"right"===e.ctaPosition&&"none"!==e.stack&&(t+="uagb-cta__content-stacked-"+e.stack+" "),"below-title"!==e.ctaPosition&&(t+="uagb-cta__button-valign-"+e.buttonAlign+" "),"text"!==e.ctaType&&"button"!==e.ctaType&&(t+="uagb-cta__button-type-none "),[t]},Ye=e=>{const{attributes:t,setAttributes:a}=e,i="uagb-cta__block-link uagb-cta__button-link-wrapper uagb-cta-typeof-"+t.ctaType;let o="_self";t.ctaTarget&&(o="_blank");let n="";""!==t.ctaIcon&&(n=React.createElement("span",{className:N()(`uagb-cta-${t.ctaType}-icon`,"uagb-cta__align-button-"+t.ctaIconPosition)},React.createElement("i",{className:t.ctaIcon})));let l="javascript:void(0)";return"not_set"===a&&(l=t.ctaLink),React.createElement("div",{className:"uagb-cta__link-wrapper uagb-cta__block-link-style"},("button"===t.ctaType||"text"===t.ctaType)&&React.createElement("div",{className:"uagb-cta__button-wrapper"},React.createElement("a",{href:l,className:i,target:o,rel:"noopener noreferrer"},"before"===t.ctaIconPosition&&n,React.createElement("span",{className:"uagb-cta__link-content-inner"},React.createElement("span",null,t.ctaText)),"after"===t.ctaIconPosition&&n)))},Qe=e=>{const{attributes:t,setAttributes:a}=e;let i="_self";t.ctaTarget&&(i="_blank");let o="";""!==t.ctaIcon&&(o=React.createElement("span",{className:N()(`uagb-cta-${t.ctaType}-icon`,"uagb-cta__align-button-"+t.ctaIconPosition,"uagb-cta-with-svg")},ge(t.ctaIcon)));let n="/";return"not_set"===a&&(n=t.ctaLink),React.createElement("div",{className:"uagb-cta__link-wrapper uagb-cta__block-link-style"},("button"===t.ctaType||"text"===t.ctaType)&&React.createElement("div",{className:N()("uagb-cta__button-wrapper",t.inheritFromTheme&&"button"===t.ctaType?"wp-block-button":null)},React.createElement("a",{href:n,className:N()("uagb-cta__button-link-wrapper",t.inheritFromTheme?null:"uagb-cta__block-link",t.inheritFromTheme?null:"uagb-cta-typeof-"+t.ctaType,t.inheritFromTheme&&"button"===t.ctaType?"wp-block-button__link":null),target:i,rel:"noopener noreferrer"},"before"===t.ctaIconPosition&&o,React.createElement("span",{className:"uagb-cta__link-content-inner"},React.createElement("span",null,t.ctaText)),"after"===t.ctaIconPosition&&o)))},Xe=[{attributes:Ke.a,save(e){const{ctaPosition:t,block_id:a,ctaType:i,ctaLink:o,ctaTarget:n,className:l,ctaTitle:r,description:s}=e.attributes,c=React.createElement(Ye,{attributes:e.attributes,setAttributes:"not_set"}),p=React.createElement(React.Fragment,null,""!==s&&React.createElement("div",{className:"uagb-cta-text-wrap"},React.createElement(qe.a,{attributes:e.attributes,setAttributes:"not_set"}))),u=React.createElement(React.Fragment,null,""!==r&&React.createElement("div",{className:"uagb-cta__title-wrap"},React.createElement(We.a,{attributes:e.attributes,setAttributes:"not_set"}))),b=React.createElement(React.Fragment,null,React.createElement("div",{className:N()("uagb-cta__content-wrap",...Je(e.attributes))},React.createElement("div",{className:"uagb-cta__left-right-wrap"},"left"==t&&c,React.createElement("div",{className:"uagb-cta__content"},"above-title"==t&&React.createElement(React.Fragment,null,c,u,p),"below-title"==t&&React.createElement(React.Fragment,null,u,p,c),("left"==t||"right"==t)&&React.createElement(React.Fragment,null,u,p)),"right"==t&&c)));let g="";return n&&(g="_blank"),React.createElement(React.Fragment,null,React.createElement("div",{className:N()(l,"uagb-cta__outer-wrap"),id:"uagb-cta-block-"+a},"all"==i&&React.createElement(React.Fragment,null,React.createElement("a",{href:o,className:"uagb-cta__block-link-wrap uagb-cta__link-to-all",target:g,rel:"noopener noreferrer"}),b),"all"!==i&&b))}},{attributes:Ke.a,save(e){const{ctaPosition:t,block_id:a,ctaType:i,ctaLink:o,ctaTarget:n,className:l,ctaTitle:r,description:s}=e.attributes,c=React.createElement(Qe,{attributes:e.attributes,setAttributes:"not_set"}),p=React.createElement(React.Fragment,null,""!==s&&React.createElement("div",{className:"uagb-cta-text-wrap"},React.createElement(qe.a,{attributes:e.attributes,setAttributes:"not_set"}))),u=React.createElement(React.Fragment,null,""!==r&&React.createElement("div",{className:"uagb-cta__title-wrap"},React.createElement(We.a,{attributes:e.attributes,setAttributes:"not_set"}))),b=React.createElement(React.Fragment,null,React.createElement("div",{className:N()("uagb-cta__content-wrap",...Je(e.attributes))},React.createElement("div",{className:"uagb-cta__left-right-wrap"},"left"==t&&c,React.createElement("div",{className:"uagb-cta__content"},"above-title"==t&&React.createElement(React.Fragment,null,c,u,p),"below-title"==t&&React.createElement(React.Fragment,null,u,p,c),("left"==t||"right"==t)&&React.createElement(React.Fragment,null,u,p)),"right"==t&&c)));let g="";return n&&(g="_blank"),React.createElement(React.Fragment,null,React.createElement("div",{className:N()(l,"uagb-cta__outer-wrap"),id:"uagb-cta-block-"+a},"all"==i&&React.createElement(React.Fragment,null,React.createElement("a",{href:o,className:"uagb-cta__block-link-wrap uagb-cta__link-to-all",target:g,rel:"noopener noreferrer"}),b),"all"!==i&&b))}},{attributes:Ke.a,save(e){const{ctaPosition:t,block_id:a,ctaType:i,ctaLink:o,ctaTarget:n,className:l,ctaTitle:r,description:s}=e.attributes,c=React.createElement(Qe,{attributes:e.attributes,setAttributes:"not_set"}),p=React.createElement(React.Fragment,null,""!==s&&React.createElement("div",{className:"uagb-cta-text-wrap"},React.createElement(qe.a,{attributes:e.attributes,setAttributes:"not_set"}))),u=React.createElement(React.Fragment,null,""!==r&&React.createElement("div",{className:"uagb-cta__title-wrap"},React.createElement(We.a,{attributes:e.attributes,setAttributes:"not_set"}))),b=React.createElement(React.Fragment,null,React.createElement("div",{className:N()("uagb-cta__content-wrap",...Je(e.attributes))},React.createElement("div",{className:"uagb-cta__left-right-wrap"},"left"==t&&c,React.createElement("div",{className:"uagb-cta__content"},"above-title"==t&&React.createElement(React.Fragment,null,c,u,p),"below-title"==t&&React.createElement(React.Fragment,null,u,p,c),("left"==t||"right"==t)&&React.createElement(React.Fragment,null,u,p)),"right"==t&&c)));let g="";return n&&(g="_blank"),React.createElement(React.Fragment,null,React.createElement("div",{className:N()(l,"uagb-cta__outer-wrap","uagb-block-"+a)},"all"==i&&React.createElement(React.Fragment,null,React.createElement("a",{href:o,className:"uagb-cta__block-link-wrap uagb-cta__link-to-all",target:g,rel:"noopener noreferrer"}),b),"all"!==i&&b))}}];a(164),Object(U.registerBlockType)("uagb/call-to-action",{title:Object(k.__)("Call To Action","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add a button along with heading and description.","ultimate-addons-for-gutenberg"),icon:s.a.call_to_action,keywords:[Object(k.__)("cta","ultimate-addons-for-gutenberg"),Object(k.__)("call to action","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg")],supports:{anchor:!0},category:uagb_blocks_info.category,attributes:Ke.a,edit:e=>{const t=Object(w.a)();return Object(f.useEffect)(()=>{e.setAttributes({block_id:e.clientId.substr(0,8)}),e.setAttributes({classMigrate:!0});const{ctaBtnVertPadding:t,ctaBtnHrPadding:a,ctaTopPadding:i,ctaRightPadding:o,ctaBottomPadding:n,ctaLeftPadding:l,ctaPosition:r,stack:s,ctaLeftSpace:c,overallBlockLeftMargin:p,textAlign:u,ctaBorderStyle:b,ctaBorderWidth:g,ctaBorderColor:d,ctaBorderHColor:y,ctaBorderRadius:m}=e.attributes;if("tablet"===s?e.setAttributes({stack:"tablet"}):"mobile"===s?e.setAttributes({stack:"mobile"}):"none"===s&&"right"===r?e.setAttributes({stack:"none"}):"none"===s&&"below-title"===r&&e.setAttributes({stack:"desktop"}),t&&(void 0===i&&e.setAttributes({ctaTopPadding:t}),void 0===n&&e.setAttributes({ctaBottomPadding:t})),a&&(void 0===o&&e.setAttributes({ctaRightPadding:a}),void 0===l&&e.setAttributes({ctaLeftPadding:a})),c&&void 0===p&&"left"===u&&"right"===r&&e.setAttributes({overallBlockLeftMargin:c}),g||m||d||y||b){const t=Object(P.b)("btn",{label:"ctaBorderWidth",value:g},{label:"ctaBorderRadius",value:m},{label:"ctaBorderColor",value:d},{label:"ctaBorderHColor",value:y},{label:"ctaBorderStyle",value:b});e.setAttributes(t)}},[]),Object(f.useEffect)(()=>{const t=De(e);l("uagb-cta-style-"+e.clientId.substr(0,8),t)},[e]),Object(f.useEffect)(()=>{const t=De(e);l("uagb-cta-style-"+e.clientId.substr(0,8),t),C()},[t]),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(Ie,{parentProps:e}),h.a.createElement(Ve,{parentProps:e}))},save:function(e){const{block_id:t,ctaType:a,ctaLink:i,ctaTarget:o,ctaTitle:n,description:l,enabledSecondCtaButton:r}=e.attributes,s=React.createElement(Ze.a,{attributes:e.attributes,setAttributes:"not_set"}),c="button"===a&&r?React.createElement($e.a,{attributes:e.attributes,setAttributes:"not_set"}):"",p=React.createElement(React.Fragment,null,""!==l&&React.createElement(qe.a,{attributes:e.attributes,setAttributes:"not_set"})),u=React.createElement(React.Fragment,null,""!==n&&React.createElement(We.a,{attributes:e.attributes,setAttributes:"not_set"})),b=React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-cta__wrap"},u,p),React.createElement("div",{className:"uagb-cta__buttons"},s,c));let g="";return o&&(g="_blank"),React.createElement("div",{className:N()("uagb-block-"+t,"button"===a?"wp-block-button":"")},"all"===a&&React.createElement(React.Fragment,null,React.createElement("a",{href:i,className:"uagb-cta__link-to-all",target:g,rel:"noopener noreferrer"}),b),"all"!==a&&b)},example:{attributes:{isPreview:!0}},deprecated:Xe});var et=function(e){const t=e.name.replace("uagb/",""),{skinStyle:a,align:i,authorColor:o,descColor:n,descFontSize:l,descFontSizeType:s,descFontSizeTablet:c,descFontSizeMobile:u,descFontFamily:b,descFontWeight:g,descLineHeightType:y,descLineHeight:m,descLineHeightTablet:f,descLineHeightMobile:h,authorFontSize:_,authorFontSizeType:v,authorFontSizeTablet:T,authorFontSizeMobile:C,authorFontFamily:w,authorFontWeight:P,authorLineHeightType:k,authorLineHeight:x,authorLineHeightTablet:A,authorLineHeightMobile:U,descSpace:G,descSpaceTablet:S,descSpaceMobile:M,authorSpace:E,authorSpaceTablet:R,authorSpaceMobile:B,borderColor:L,borderStyle:O,borderWidth:z,borderGap:H,borderGapTablet:j,borderGapMobile:F,verticalPadding:N,verticalPaddingTablet:D,verticalPaddingMobile:V,verticalPaddingUnit:I,quoteColor:W,quoteSize:q,quoteSizeType:Z,quoteSizeTablet:$,quoteSizeMobile:K,quoteBgColor:J,enableTweet:Y,tweetBtnFontSize:Q,tweetBtnFontSizeType:X,tweetBtnFontSizeTablet:ee,tweetBtnFontSizeMobile:te,tweetBtnFontFamily:ae,tweetBtnFontWeight:ie,tweetBtnLineHeightType:oe,tweetBtnLineHeight:ne,tweetBtnLineHeightTablet:le,tweetBtnLineHeightMobile:re,tweetLinkColor:se,tweetBtnColor:ce,tweetBtnBgColor:pe,tweetBtnHoverColor:ue,tweetBtnBgHoverColor:be,tweetIconSpacing:ge,tweetIconSpacingUnit:de,authorImageWidth:ye,authorImageWidthTablet:me,authorImageWidthMobile:fe,authorImageWidthUnit:he,authorImageGap:_e,authorImageGapTablet:ve,authorImageGapMobile:Te,authorImageGapUnit:Ce,authorImgBorderRadius:we,authorImgBorderRadiusTablet:Pe,authorImgBorderRadiusMobile:ke,quoteBorderRadius:xe,quoteTopMargin:Ae,quoteBottomMargin:Ue,quoteLeftMargin:Ge,quoteRightMargin:Se,quoteHoverColor:Me,quoteBgHoverColor:Ee,borderHoverColor:Re,quotePadding:Be,quotePaddingType:Le,quotePaddingTablet:Oe,quotePaddingMobile:ze,authorImgBorderRadiusUnit:He,borderWidthUnit:je,quoteBorderRadiusUnit:Fe,quoteUnit:Ne,borderGapUnit:De,descSpaceUnit:Ve,authorSpaceUnit:Ie,paddingBtnTop:We,paddingBtnBottom:qe,paddingBtnLeft:Ze,paddingBtnRight:$e,paddingBtnTopTablet:Ke,paddingBtnRightTablet:Je,paddingBtnBottomTablet:Ye,paddingBtnLeftTablet:Qe,paddingBtnTopMobile:Xe,paddingBtnRightMobile:et,paddingBtnBottomMobile:tt,paddingBtnLeftMobile:at,paddingBtnUnit:it,mobilePaddingBtnUnit:ot,tabletPaddingBtnUnit:nt,descTransform:lt,authorTransform:rt,tweetBtnTransform:st,descDecoration:ct,authorDecoration:pt,tweetBtnDecoration:ut,quoteTopMarginTablet:bt,quoteBottomMarginTablet:gt,quoteLeftMarginTablet:dt,quoteRightMarginTablet:yt,quoteTopMarginMobile:mt,quoteBottomMarginMobile:ft,quoteLeftMarginMobile:ht,quoteRightMarginMobile:_t,quotemobileUnit:vt,quotetabletUnit:Tt,descFontStyle:Ct,authorFontStyle:wt,tweetBtnFontStyle:Pt,stack:kt,descLetterSpacing:xt,descLetterSpacingTablet:At,descLetterSpacingMobile:Ut,descLetterSpacingType:Gt,authorLetterSpacing:St,authorLetterSpacingTablet:Mt,authorLetterSpacingMobile:Et,authorLetterSpacingType:Rt,tweetBtnLetterSpacing:Bt,tweetBtnLetterSpacingTablet:Lt,tweetBtnLetterSpacingMobile:Ot,tweetBtnLetterSpacingType:zt}=e.attributes;let Ht=E,jt=R,Ft=B;"center"===i&&"border"!==a||(Ht=0,jt=0,Ft=0);const Nt=Object(d.b)(G,"descSpace",t),Dt=Object(d.b)(S,"descSpaceTablet",t),Vt=Object(d.b)(M,"descSpaceMobile",t),It=Object(d.b)(z,"borderWidth",t),Wt=Object(d.b)(H,"borderGap",t),qt=Object(d.b)(j,"borderGapTablet",t),Zt=Object(d.b)(F,"borderGapMobile",t),$t=Object(d.b)(xe,"quoteBorderRadius",t),Kt=Object(d.b)(q,"quoteSize",t),Jt=Object(d.b)($,"quoteSizeTablet",t),Yt=Object(d.b)(K,"quoteSizeMobile",t),Qt=Object(d.b)(Ht,"authorSpace",t),Xt=Object(d.b)(jt,"authorSpaceTablet",t),ea=Object(d.b)(Ft,"authorSpaceMobile",t),ta=Object(d.b)(ye,"authorImageWidth",t),aa=Object(d.b)(me,"authorImageWidthTablet",t),ia=Object(d.b)(fe,"authorImageWidthMobile",t),oa=Object(d.b)(_e,"authorImageGap",t),na=Object(d.b)(ve,"authorImageGapTablet",t),la=Object(d.b)(Te,"authorImageGapMobile",t),ra=Object(d.b)(ge,"tweetIconSpacing",t);let sa=i;"border"===a&&(sa="left");const ca={" .uagb-blockquote__content.block-editor-rich-text__editable":{"font-size":p(l,s),"font-family":b,"font-weight":g,"line-height":p(m,y),"font-style":Ct,"text-decoration":ct,"text-transform":lt,color:n,"margin-bottom":p(Nt,Ve),"text-align":sa,"letter-spacing":p(xt,Gt)}," .uagb-blockquote__author.block-editor-rich-text__editable":{"font-size":p(_,v),"font-family":w,"font-weight":P,"line-height":p(x,k),"font-style":wt,"text-decoration":pt,"text-transform":rt,color:o,"text-align":sa,"letter-spacing":p(St,Rt)},".uagb-blockquote__skin-border blockquote.uagb-blockquote":{"border-color":L,"border-left-style":O,"border-left-width":p(It,je),"padding-left":p(Wt,De),"padding-top":p(N,I),"padding-bottom":p(N,I)},".uagb-blockquote__skin-border blockquote.uagb-blockquote:hover":{"border-left-color":Re},".uagb-blockquote__skin-quotation .uagb-blockquote__icon":{background:J,"border-radius":p($t,Fe),"margin-top":p(Ae,Ne),"margin-bottom":p(Ue,Ne),"margin-left":p(Ge,Ne),"margin-right":p(Se,Ne),padding:p(Be,Le)},".uagb-blockquote__skin-quotation .uagb-blockquote__icon svg":{width:p(Kt,Z),height:p(Kt,Z),fill:W},".uagb-blockquote__skin-quotation .uagb-blockquote__icon:hover":{background:Ee},".uagb-blockquote__skin-quotation .uagb-blockquote__icon:hover svg":{fill:Me},".uagb-blockquote__style-style_1 .uagb-blockquote":{"text-align":i}," .uagb-blockquote__author-wrap":{"margin-bottom":p(Qt,Ie)}," .uagb-blockquote__author-wrap img":{width:p(ta,he),height:p(ta,he),"border-radius":p(we,He)}," .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right img":{"margin-left":p(oa,Ce)}," .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top img":{"margin-bottom":p(oa,Ce)}," .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left img":{"margin-right":p(oa,Ce)}};Y&&(ca[" a.uagb-blockquote__tweet-button"]={"font-size":p(Q,X),"font-family":ae,"font-weight":ie,"line-height":p(ne,oe),"font-style":Pt,"text-decoration":ut,"text-transform":st,"letter-spacing":p(Bt,zt)},ca[".uagb-blockquote__tweet-style-link a.uagb-blockquote__tweet-button"]={color:se},ca[".uagb-blockquote__tweet-style-link a.uagb-blockquote__tweet-button svg"]={fill:se},ca[".uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button"]={color:ce,"background-color":pe,"padding-left":p(Ze,it),"padding-right":p($e,it),"padding-top":p(We,it),"padding-bottom":p(qe,it)},ca[".uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button"]={color:ce,"background-color":pe,"padding-left":p(Ze,it),"padding-right":p($e,it),"padding-top":p(We,it),"padding-bottom":p(qe,it)},ca[".uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button svg"]={fill:ce},ca[".uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button svg"]={fill:ce},ca[".uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:before"]={"border-right-color":pe},ca[" a.uagb-blockquote__tweet-button svg"]={width:p(Q,X),height:p(Q,X)},ca[".uagb-blockquote__tweet-icon_text a.uagb-blockquote__tweet-button svg"]={"margin-right":p(ra,de)},ca[".uagb-blockquote__tweet-style-link a.uagb-blockquote__tweet-button:hover"]={color:ue},ca[".uagb-blockquote__tweet-style-link a.uagb-blockquote__tweet-button:hover svg"]={fill:ue},ca[".uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button:hover"]={color:ue,"background-color":be},ca[".uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button:hover svg"]={fill:ue,"background-color":be},ca[".uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:hover "]={color:ue,"background-color":be},ca[".uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:hover svg"]={fill:ue,"background-color":be},ca[".uagb-blockquote__tweet-style-bubble a.uagb-blockquote__tweet-button:hover:before"]={"border-right-color":be});const pa={".uagb-blockquote__skin-quotation .uagb-blockquote__icon":{"margin-top":p(bt,Tt),"margin-bottom":p(gt,Tt),"margin-left":p(dt,Tt),"margin-right":p(yt,Tt),padding:p(Oe,Le)}," .uagb-blockquote__content.block-editor-rich-text__editable":{"font-size":p(c,s),"line-height":p(f,y),"margin-bottom":p(Dt,Ve),"letter-spacing":p(At,Gt)}," .uagb-blockquote__author.block-editor-rich-text__editable":{"font-size":p(T,v),"line-height":p(A,k),"letter-spacing":p(Mt,Rt)}," a.uagb-blockquote__tweet-button":{"font-size":p(ee,X),"line-height":p(le,oe),"letter-spacing":p(Lt,zt)}," a.uagb-blockquote__tweet-button svg":{width:p(ee,X),height:p(ee,X)},".uagb-blockquote__skin-quotation .uagb-blockquote__icon svg":{width:p(Jt,Z),height:p(Jt,Z)},".uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button":{"padding-left":p(Qe,nt),"padding-right":p(Je,nt),"padding-top":p(Ke,nt),"padding-bottom":p(Ye,nt)},".uagb-blockquote__skin-border blockquote.uagb-blockquote":{"padding-top":p(D,I),"padding-bottom":p(D,I),"padding-left":p(qt,De)}," .uagb-blockquote__author-wrap":{"margin-bottom":p(Xt,Ie)}," .uagb-blockquote__author-wrap img":{width:p(aa,he),height:p(aa,he),"border-radius":p(Pe,He)}," .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right img":{"margin-left":"tablet"===kt?"0px":p(na,Ce),"margin-bottom":"tablet"===kt?p(na,Ce):"0px"}," .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top img":{"margin-bottom":p(na,Ce)}," .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left img":{"margin-right":"tablet"===kt?"0px":p(na,Ce),"margin-bottom":"tablet"===kt?p(na,Ce):"0px"}},ua={".uagb-blockquote__skin-quotation .uagb-blockquote__icon":{"margin-top":p(mt,vt),"margin-bottom":p(ft,vt),"margin-left":p(ht,vt),"margin-right":p(_t,vt),padding:p(ze,Le)}," .uagb-blockquote__content.block-editor-rich-text__editable":{"font-size":p(u,s),"line-height":p(h,y),"margin-bottom":p(Vt,Ve),"letter-spacing":p(Ut,Gt)}," .uagb-blockquote__author.block-editor-rich-text__editable":{"font-size":p(C,v),"line-height":p(U,k),"letter-spacing":p(Et,Rt)}," a.uagb-blockquote__tweet-button":{"font-size":p(te,X),"line-height":p(re,oe),"letter-spacing":p(Ot,zt)}," a.uagb-blockquote__tweet-button svg":{width:p(te,X),height:p(te,X)},".uagb-blockquote__skin-quotation .uagb-blockquote__icon svg":{width:p(Yt,Z),height:p(Yt,Z)},".uagb-blockquote__tweet-style-classic a.uagb-blockquote__tweet-button":{"padding-left":p(at,ot),"padding-right":p(et,ot),"padding-top":p(Xe,ot),"padding-bottom":p(tt,ot)},".uagb-blockquote__skin-border blockquote.uagb-blockquote":{"padding-top":p(V,I),"padding-bottom":p(V,I),"padding-left":p(Zt,De)}," .uagb-blockquote__author-wrap":{"margin-bottom":p(ea,Ie)}," .uagb-blockquote__author-wrap img":{width:p(ia,he),height:p(ia,he),"border-radius":p(ke,He)}," .uagb-blockquote__author-wrap.uagb-blockquote__author-at-right img":{"margin-left":"none"!==kt?"0px":p(la,Ce),"margin-bottom":"none"!==kt?p(la,Ce):"0px"}," .uagb-blockquote__author-wrap.uagb-blockquote__author-at-top img":{"margin-bottom":p(la,Ce)}," .uagb-blockquote__author-wrap.uagb-blockquote__author-at-left img":{"margin-right":"none"!==kt?"0px":p(la,Ce),"margin-bottom":"none"!==kt?p(la,Ce):"0px"}},ba=".editor-styles-wrapper .uagb-block-"+e.clientId.substr(0,8);let ga=r(ca,ba);return ga+=r(pa,ba+".uagb-editor-preview-mode-tablet"),ga+=r(ua,ba+".uagb-editor-preview-mode-mobile"),ga};const tt=Object(f.lazy)(()=>a.e(6).then(a.bind(null,468))),at=Object(f.lazy)(()=>a.e(5).then(a.bind(null,527)));var it=a(148),ot=a(70),nt=a(71),lt=a(149);a(165);var rt=e=>{let{attributes:t}=e;return React.createElement("a",{href:"/",className:"uagb-blockquote__tweet-button",target:"_blank",rel:"noopener noreferrer"},"icon_text"===t.iconView&&React.createElement(React.Fragment,null,s.a.quote_tweet_icon,React.createElement("span",{className:"uagb-blockquote__tweet-label"},t.iconLabel)),"icon"===t.iconView&&React.createElement(React.Fragment,null,s.a.quote_tweet_icon),"text"===t.iconView&&React.createElement(React.Fragment,null,React.createElement("span",{className:"uagb-blockquote__tweet-label"},t.iconLabel)))},st=e=>{let{attributes:t}=e,a="";void 0!==t.authorImage&&null!==t.authorImage&&""!==t.authorImage&&(a=t.authorImage.url);let i="";if(""!==a){const e=t.authorImage.sizes,o=t.authorImageSize;return i=void 0!==e&&void 0!==e[o]?e[o].url:a,React.createElement("div",{className:"uagb-blockquote__author-image"},React.createElement("img",{className:"",src:i,alt:t.authorImage.alt}))}return null};const ct={block_id:{type:"string"},classMigrate:{type:"boolean",default:!1},skinStyle:{type:"string",default:"border"},align:{type:"string",default:"left"},descriptionText:{selector:"div.uagb-blockquote__content",default:"Click here to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo."},descColor:{type:"string"},descFontSize:{type:"number"},descFontSizeType:{type:"string",default:"px"},descFontSizeTablet:{type:"number"},descFontSizeMobile:{type:"number"},descFontFamily:{type:"string",default:"Default"},descFontWeight:{type:"string"},descFontSubset:{type:"string"},descLineHeightType:{type:"string",default:"em"},descLineHeight:{type:"number"},descLineHeightTablet:{type:"number"},descLineHeightMobile:{type:"number"},descLoadGoogleFonts:{type:"boolean",default:!1},descSpace:{type:"number",default:20},author:{selector:".uagb-blockquote__author",default:"Author"},authorColor:{type:"string",default:"#888888"},authorFontSize:{type:"number"},authorFontSizeType:{type:"string",default:"px"},authorFontSizeTablet:{type:"number"},authorFontSizeMobile:{type:"number"},authorFontFamily:{type:"string",default:"Default"},authorFontWeight:{type:"string"},authorFontSubset:{type:"string"},authorLineHeightType:{type:"string",default:"em"},authorLineHeight:{type:"number"},authorLineHeightTablet:{type:"number"},authorLineHeightMobile:{type:"number"},authorLoadGoogleFonts:{type:"boolean",default:!1},authorSpace:{type:"number",default:10},authorImage:{type:"object",default:{url:"",alt:"Author Image"}},authorImageSize:{type:"string",default:"thumbnail"},authorImageWidth:{type:"number",default:40},authorImgBorderRadius:{type:"number",default:100},authorImgPosition:{type:"string",default:"left"},stack:{type:"string",default:"none"},enableTweet:{type:"boolean",default:!0},iconView:{type:"string",default:"icon_text"},iconSkin:{type:"string",default:"classic"},iconLabel:{type:"string",default:"Tweet"},iconShareVia:{type:"string",default:""},iconTargetUrl:{type:"string",default:"current"},customUrl:{type:"string"},tweetLinkColor:{type:"string",default:"#1DA1F2"},tweetBtnColor:{type:"string",default:"#fff"},tweetBtnBgColor:{type:"string",default:"#1DA1F2"},tweetBtnHoverColor:{type:"string"},tweetBtnBgHoverColor:{type:"string",default:"#1DA1F2"},tweetBtnFontSize:{type:"number",default:15},tweetBtnFontSizeType:{type:"string",default:"px"},tweetBtnFontSizeTablet:{type:"number"},tweetBtnFontSizeMobile:{type:"number"},tweetBtnFontFamily:{type:"string",default:"Default"},tweetBtnFontWeight:{type:"string"},tweetBtnFontSubset:{type:"string"},tweetBtnLineHeightType:{type:"string",default:"em"},tweetBtnLineHeight:{type:"number"},tweetBtnLineHeightTablet:{type:"number"},tweetBtnLineHeightMobile:{type:"number"},tweetBtnLoadGoogleFonts:{type:"boolean",default:!1},tweetBtnHrPadding:{type:"number",default:10},tweetBtnVrPadding:{type:"number",default:10},tweetIconSpacing:{type:"number",default:10},borderColor:{type:"string",default:"#abb8c3"},borderStyle:{type:"string",default:"solid"},borderWidth:{type:"number",default:4},borderGap:{type:"number",default:15},verticalPadding:{type:"number"},quoteStyle:{type:"string",default:"style_2"},quoteColor:{type:"string",default:"#abb8c3"},quoteSize:{type:"number",default:25},quoteSizeType:{type:"string",default:"px"},quoteSizeTablet:{type:"number"},quoteSizeMobile:{type:"number"},quotePadding:{type:"number",default:10},quotePaddingType:{type:"string",default:"px"},quotePaddingTablet:{type:"number"},quotePaddingMobile:{type:"number"},quoteBorderRadius:{type:"number",default:100},quoteBgColor:{type:"string",default:"#333"},quoteTopMargin:{type:"number"},quoteBottomMargin:{type:"number"},quoteLeftMargin:{type:"number"},quoteRightMargin:{type:"number",default:20},quoteHoverColor:{type:"string"},quoteBgHoverColor:{type:"string"},borderHoverColor:{type:"string"},quoteBorderRadiusUnit:{type:"string",default:"%"},paddingBtnUnit:{type:"string",default:"px"},mobilePaddingBtnUnit:{type:"string",default:"px"},tabletPaddingBtnUnit:{type:"string",default:"px"},tweetIconSpacingUnit:{type:"string",default:"px"},quoteUnit:{type:"string",default:"px"},quotemobileUnit:{type:"string",default:"px"},quotetabletUnit:{type:"string",default:"px"},descSpaceUnit:{type:"string",default:"px"},borderWidthUnit:{type:"string",default:"px"},borderGapUnit:{type:"string",default:"px"},verticalPaddingUnit:{type:"string",default:"px"}};var pt=[{attributes:ct,save(e){const{block_id:t,skinStyle:a,align:i,quoteStyle:o,iconSkin:n,authorImage:l,enableTweet:r,iconView:c,author:p,descriptionText:u,authorImgPosition:b,stack:g}=e.attributes;return React.createElement("div",{className:N()(e.className,"uagb-blockquote__outer-wrap"),id:"uagb-blockquote-"+t},React.createElement("div",{className:N()("uagb-blockquote__wrap","uagb-blockquote__skin-"+a,"border"!==a?"uagb-blockquote__align-"+i:"","quotation"===a?"uagb-blockquote__style-"+o:"",r?`uagb-blockquote__with-tweet uagb-blockquote__tweet-style-${n} uagb-blockquote__tweet-${c}`:"","uagb-blockquote__stack-img-"+g)},React.createElement("blockquote",{className:"uagb-blockquote"},"quotation"===a&&React.createElement("div",{className:"uagb-blockquote__icon-wrap"},React.createElement("span",{className:"uagb-blockquote__icon"},s.a.quote_inline_icon)),React.createElement("div",{className:"uagb-blockquote__content-wrap"},""!==u&&React.createElement(ot.a,{attributes:e.attributes,setAttributes:"not_set",props:e}),React.createElement("footer",null,React.createElement("div",{className:N()("uagb-blockquote__author-wrap",""!==l?"uagb-blockquote__author-at-"+b:"")},React.createElement(st,{attributes:e.attributes}),""!==p&&React.createElement(nt.a,{attributes:e.attributes,setAttributes:"not_set",props:e})),r&&React.createElement(rt,{attributes:e.attributes}))))))}},{attributes:ct,save(e){const{block_id:t,skinStyle:a,align:i,quoteStyle:o,iconSkin:n,authorImage:l,enableTweet:r,iconView:c,author:p,descriptionText:u,authorImgPosition:b,stack:g}=e.attributes;return React.createElement("div",{className:N()(e.className,"uagb-blockquote__outer-wrap"),id:"uagb-blockquote-"+t},React.createElement("div",{className:N()("uagb-blockquote__wrap","uagb-blockquote__skin-"+a,"border"!==a?"uagb-blockquote__align-"+i:"","quotation"===a?"uagb-blockquote__style-"+o:"",r?`uagb-blockquote__with-tweet uagb-blockquote__tweet-style-${n} uagb-blockquote__tweet-${c}`:"","uagb-blockquote__stack-img-"+g)},React.createElement("blockquote",{className:"uagb-blockquote"},"quotation"===a&&React.createElement("div",{className:"uagb-blockquote__icon-wrap"},React.createElement("span",{className:"uagb-blockquote__icon"},s.a.quote_inline_icon)),React.createElement("div",{className:"uagb-blockquote__content-wrap"},""!==u&&React.createElement(ot.a,{attributes:e.attributes,setAttributes:"not_set",props:e}),React.createElement("footer",null,React.createElement("div",{className:N()("uagb-blockquote__author-wrap",""!==l?"uagb-blockquote__author-at-"+b:"")},React.createElement(st,{attributes:e.attributes}),""!==p&&React.createElement(nt.a,{attributes:e.attributes,setAttributes:"not_set",props:e})),r&&React.createElement(rt,{attributes:e.attributes}))))))}},{attributes:ct,save(e){const{block_id:t,skinStyle:a,align:i,quoteStyle:o,iconSkin:n,authorImage:l,enableTweet:r,iconView:c,author:p,descriptionText:u,authorImgPosition:b,stack:g}=e.attributes;return React.createElement("div",{className:N()(e.className,"uagb-blockquote__outer-wrap","uagb-block-"+t)},React.createElement("div",{className:N()("uagb-blockquote__wrap","uagb-blockquote__skin-"+a,"border"!==a?"uagb-blockquote__align-"+i:"","quotation"===a?"uagb-blockquote__style-"+o:"",r?`uagb-blockquote__with-tweet uagb-blockquote__tweet-style-${n} uagb-blockquote__tweet-${c}`:"","uagb-blockquote__stack-img-"+g)},React.createElement("blockquote",{className:"uagb-blockquote"},"quotation"===a&&React.createElement("div",{className:"uagb-blockquote__icon-wrap"},React.createElement("span",{className:"uagb-blockquote__icon"},s.a.quote_inline_icon)),React.createElement("div",{className:"uagb-blockquote__content-wrap"},""!==u&&React.createElement(ot.a,{attributes:e.attributes,setAttributes:"not_set",props:e}),React.createElement("footer",null,React.createElement("div",{className:N()("uagb-blockquote__author-wrap",""!==l?"uagb-blockquote__author-at-"+b:"")},React.createElement(st,{attributes:e.attributes}),""!==p&&React.createElement(nt.a,{attributes:e.attributes,setAttributes:"not_set",props:e})),r&&React.createElement(rt,{attributes:e.attributes}))))))}}],ut=a(96);Object(U.registerBlockType)("uagb/blockquote",{title:Object(k.__)("Blockquote","ultimate-addons-for-gutenberg"),description:Object(k.__)("Display qoutes/quoted texts using blockquote.","ultimate-addons-for-gutenberg"),icon:s.a.blockquote,keywords:[Object(k.__)("blockquote","ultimate-addons-for-gutenberg"),Object(k.__)("quote","ultimate-addons-for-gutenberg"),Object(k.__)("uagb","ultimate-addons-for-gutenberg")],supports:{anchor:!0},category:uagb_blocks_info.category,attributes:ut.a,edit:e=>{const t=Object(w.a)();return Object(f.useEffect)(()=>{e.setAttributes({block_id:e.clientId.substr(0,8)}),e.setAttributes({classMigrate:!0});const{tweetBtnVrPadding:t,tweetBtnHrPadding:a,paddingBtnTop:i,paddingBtnBottom:o,paddingBtnRight:n,paddingBtnLeft:l,authorImageWidthUnit:r,authorImgBorderRadiusUnit:s}=e.attributes;void 0===r&&e.setAttributes({authorImageWidthUnit:"px"}),void 0===s&&e.setAttributes({authorImgBorderRadiusUnit:"%"}),t&&(void 0===i&&e.setAttributes({paddingBtnTop:t}),void 0===o&&e.setAttributes({paddingBtnBottom:t})),a&&(void 0===n&&e.setAttributes({paddingBtnRight:a}),void 0===l&&e.setAttributes({paddingBtnLeft:a}))},[]),Object(f.useEffect)(()=>{const t=et(e);l("uagb-blockquote-style-"+e.clientId.substr(0,8),t)},[e]),Object(f.useEffect)(()=>{const t=et(e);l("uagb-blockquote-style-"+e.clientId.substr(0,8),t),C()},[t]),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(tt,{parentProps:e}),h.a.createElement(at,{parentProps:e}))},save:function(e){const{block_id:t,skinStyle:a,align:i,quoteStyle:o,iconSkin:n,authorImage:l,enableTweet:r,iconView:c,author:p,descriptionText:u,authorImgPosition:b,stack:g}=e.attributes;return React.createElement("div",{className:N()(e.className,"uagb-block-"+t,"uagb-blockquote__skin-"+a,"border"!==a?"uagb-blockquote__align-"+i:"","quotation"===a?"uagb-blockquote__style-"+o:"",r?`uagb-blockquote__with-tweet uagb-blockquote__tweet-style-${n} uagb-blockquote__tweet-${c}`:"","uagb-blockquote__stack-img-"+g)},React.createElement("blockquote",{className:"uagb-blockquote"},"quotation"===a&&React.createElement("span",{className:"uagb-blockquote__icon"},s.a.quote_inline_icon),""!==u&&React.createElement(ot.a,{attributes:e.attributes,setAttributes:"not_set",props:e}),React.createElement("footer",null,React.createElement("div",{className:N()("uagb-blockquote__author-wrap",""!==l?"uagb-blockquote__author-at-"+b:"")},React.createElement(lt.a,{attributes:e.attributes}),""!==p&&React.createElement(nt.a,{attributes:e.attributes,setAttributes:"not_set",props:e})),r&&React.createElement(it.a,{attributes:e.attributes}))))},example:{attributes:{isPreview:!0}},deprecated:pt,transforms:{from:[{type:"block",blocks:["core/quote"],transform:e=>Object(U.createBlock)("uagb/blockquote",{descriptionText:e.value,author:e.citation,align:e.align})},{type:"block",blocks:["core/heading"],transform:e=>Object(U.createBlock)("uagb/blockquote",{descriptionText:e.content,align:e.align})}],to:[{type:"block",blocks:["core/quote"],transform:e=>Object(U.createBlock)("core/quote",{value:`<p>${e.descriptionText}</p>`,citation:e.author,align:e.align})},{type:"block",blocks:["core/heading"],transform:e=>Object(U.createBlock)("core/heading",{content:e.descriptionText,align:e.align})}]}}),a(103);var bt=a(42),gt=a(60),dt=a(47),yt=a(48),mt=a(26);function ft(e){var t="uagb-timeline__arrow-top ";"center"==e.arrowlinAlignment?t="uagb-timeline__arrow-center ":"bottom"==e.arrowlinAlignment&&(t="uagb-timeline__arrow-bottom ");var a="uagb-timeline__center-block ";return"left"==e.timelinAlignment?a="uagb-timeline__left-block ":"right"==e.timelinAlignment&&(a="uagb-timeline__right-block "),a+=t+"",[a+="uagb-timeline__responsive-"+e.stack+" uagb-timeline"]}var ht=[{attributes:bt.a,save(e){const{block_id:t,headingTag:a,timelinAlignment:i,displayPostDate:o,icon:n,tm_content:l,t_date:r,stack:s,className:c}=e.attributes,p=(Array.isArray(l)&&l.length,Object(mt.__experimentalGetSettings)().formats.date);let u=Object(dt.a)(e.attributes,0),b=Object(yt.a)(e.attributes,0),g=!1;return React.createElement("div",{className:N()(c,"uagb-timeline__outer-wrap"),id:"uagb-ctm-"+t},React.createElement("div",{className:N()("uagb-timeline__content-wrap",...Object(gt.a)(e.attributes))},React.createElement("div",{className:"uagb-timeline-wrapper"},React.createElement("div",{className:"uagb-timeline__main"},React.createElement("div",{className:"uagb-timeline__days"},l.map((t,l)=>{"center"==i&&(g=!0,u=Object(dt.a)(e.attributes,l),b=Object(yt.a)(e.attributes,l));const s="uagb-timeline__icon-new out-view-uagb-timeline__icon "+n;return React.createElement("article",{className:"uagb-timeline__field uagb-timeline__animate-border",key:l},React.createElement("div",{className:N()(...u)},React.createElement("div",{className:"uagb-timeline__marker out-view-uagb-timeline__icon"},React.createElement("span",{className:s})),React.createElement("div",{className:N()(...b)},React.createElement("div",{className:"uagb-events-new"},React.createElement("div",{className:"uagb-timeline__events-inner-new"},React.createElement("div",{className:"uagb-timeline__date-hide uagb-timeline__date-inner"},o&&r[l].title&&React.createElement("div",{className:"uagb-timeline__inner-date-new"},Object(mt.dateI18n)(p,r[l].title))),React.createElement("div",{className:"uagb-timeline-content"},React.createElement("div",{className:"uagb-timeline__heading-text"},React.createElement(A.RichText.Content,{tagName:a,value:t.time_heading,className:"uagb-timeline__heading"})),React.createElement(A.RichText.Content,{tagName:"p",value:t.time_desc,className:"uagb-timeline-desc-content"}),React.createElement("div",{className:"uagb-timeline__arrow"}))))),g&&React.createElement("div",{className:"uagb-timeline__date-new"},o&&r[l].title&&React.createElement("div",{className:"uagb-timeline__date-new"},Object(mt.dateI18n)(p,r[l].title)))))})),React.createElement("div",{className:"uagb-timeline__line"},React.createElement("div",{className:"uagb-timeline__line__inner"}))))))}},{attributes:bt.a,save(e){const{block_id:t,headingTag:a,timelinAlignment:i,displayPostDate:o,icon:n,tm_content:l,t_date:r,stack:s,className:c}=e.attributes,p=(Array.isArray(l)&&l.length,Object(mt.__experimentalGetSettings)().formats.date);let u=Object(dt.a)(e.attributes,0),b=Object(yt.a)(e.attributes,0),g=!1;return React.createElement("div",{className:N()(c,"uagb-timeline__outer-wrap"),id:"uagb-ctm-"+t},React.createElement("div",{className:N()("uagb-timeline__content-wrap",...Object(gt.a)(e.attributes))},React.createElement("div",{className:"uagb-timeline-wrapper"},React.createElement("div",{className:"uagb-timeline__main"},React.createElement("div",{className:"uagb-timeline__days"},l.map((t,l)=>{"center"==i&&(g=!0,u=Object(dt.a)(e.attributes,l),b=Object(yt.a)(e.attributes,l));const s="uagb-timeline__icon-new out-view-uagb-timeline__icon "+n;let c=Object(mt.dateI18n)(p,r[l].title);return"Invalid date"===c&&(c=r[l].title),React.createElement("article",{className:"uagb-timeline__field uagb-timeline__field-wrap",key:l},React.createElement("div",{className:N()(...u)},React.createElement("div",{className:"uagb-timeline__marker out-view-uagb-timeline__icon"},React.createElement("span",{className:s})),React.createElement("div",{className:N()(...b)},React.createElement("div",{className:"uagb-events-new"},React.createElement("div",{className:"uagb-timeline__events-inner-new"},React.createElement("div",{className:"uagb-timeline__date-hide uagb-timeline__date-inner"},o&&r[l].title&&React.createElement("div",{className:"uagb-timeline__inner-date-new"},c)),React.createElement("div",{className:"uagb-timeline-content"},React.createElement("div",{className:"uagb-timeline__heading-text"},React.createElement(A.RichText.Content,{tagName:a,value:t.time_heading,className:"uagb-timeline__heading"})),React.createElement(A.RichText.Content,{tagName:"p",value:t.time_desc,className:"uagb-timeline-desc-content"}),React.createElement("div",{className:"uagb-timeline__arrow"}))))),g&&React.createElement("div",{className:"uagb-timeline__date-new"},o&&r[l].title&&React.createElement("div",{className:"uagb-timeline__date-new"},c))))})),React.createElement("div",{className:"uagb-timeline__line"},React.createElement("div",{className:"uagb-timeline__line__inner"}))))))}},{attributes:bt.a,save(e){const{block_id:t,headingTag:a,timelinAlignment:i,displayPostDate:o,icon:n,tm_content:l,t_date:r,date_icon:s,stack:c,timelineItem:p}=e.attributes,u=(Array.isArray(l)&&l.length,Object(mt.__experimentalGetSettings)().formats.date);let b=Object(dt.a)(e.attributes,0),g=Object(yt.a)(e.attributes,0),d=!1;return React.createElement("div",{className:N()(e.className,"uagb-timeline__outer-wrap"),id:"uagb-ctm-"+t},React.createElement("div",{className:N()("uagb-timeline__content-wrap",...Object(gt.a)(e.attributes))},React.createElement("div",{className:"uagb-timeline-wrapper"},React.createElement("div",{className:"uagb-timeline__main"},React.createElement("div",{className:"uagb-timeline__days"},l.map((t,l)=>{if(p<=l)return;"center"==i&&(d=!0,b=Object(dt.a)(e.attributes,l),g=Object(yt.a)(e.attributes,l));let s=Object(mt.dateI18n)(u,r[l].title);return"Invalid date"===s&&(s=r[l].title),React.createElement("article",{className:"uagb-timeline__field uagb-timeline__field-wrap",key:l},React.createElement("div",{className:N()(...b)},React.createElement("div",{className:"uagb-timeline__marker out-view-uagb-timeline__icon"},React.createElement("span",{className:"uagb-timeline__icon-new out-view-uagb-timeline__icon "},ge(n))),React.createElement("div",{className:N()(...g)},React.createElement("div",{className:"uagb-events-new"},React.createElement("div",{className:"uagb-timeline__events-inner-new"},React.createElement("div",{className:"uagb-timeline__date-hide uagb-timeline__date-inner"},o&&r[l].title&&React.createElement("div",{className:"uagb-timeline__inner-date-new"},s)),React.createElement("div",{className:"uagb-timeline-content"},React.createElement("div",{className:"uagb-timeline__heading-text"},React.createElement(A.RichText.Content,{tagName:a,value:t.time_heading,className:"uagb-timeline__heading"})),React.createElement(A.RichText.Content,{tagName:"p",value:t.time_desc,className:"uagb-timeline-desc-content"}),React.createElement("div",{className:"uagb-timeline__arrow"}))))),d&&React.createElement("div",{className:"uagb-timeline__date-new"},o&&r[l].title&&React.createElement("div",{className:"uagb-timeline__date-new"},s))))})),React.createElement("div",{className:"uagb-timeline__line"},React.createElement("div",{className:"uagb-timeline__line__inner"}))))))}},{attributes:bt.a,save(e){const{block_id:t,headingTag:a,timelinAlignment:i,displayPostDate:o,icon:n,tm_content:l,t_date:r,date_icon:s,stack:c,timelineItem:p,dateFormat:u}=e.attributes;Array.isArray(l)&&l.length;let b=Object(dt.a)(e.attributes,0),g=Object(yt.a)(e.attributes,0),d=!1;return React.createElement("div",{className:N()(e.className,"uagb-timeline__outer-wrap","uagb-block-"+t)},React.createElement("div",{className:N()("uagb-timeline__content-wrap",...Object(gt.a)(e.attributes))},React.createElement("div",{className:"uagb-timeline-wrapper"},React.createElement("div",{className:"uagb-timeline__main"},React.createElement("div",{className:"uagb-timeline__days"},l.map((t,l)=>{if(p<=l)return;"center"==i&&(d=!0,b=Object(dt.a)(e.attributes,l),g=Object(yt.a)(e.attributes,l));let s=r[l].title;return"custom"!=u&&(s=Object(mt.dateI18n)(u,r[l].title),"Invalid date"===s&&(s=r[l].title)),React.createElement("article",{className:"uagb-timeline__field uagb-timeline__field-wrap",key:l},React.createElement("div",{className:N()(...b)},React.createElement("div",{className:"uagb-timeline__marker out-view-uagb-timeline__icon"},React.createElement("span",{className:"uagb-timeline__icon-new out-view-uagb-timeline__icon "},ge(n))),React.createElement("div",{className:N()(...g)},React.createElement("div",{className:"uagb-events-new"},React.createElement("div",{className:"uagb-timeline__events-inner-new"},React.createElement("div",{className:"uagb-timeline__date-hide uagb-timeline__date-inner"},o&&r[l].title&&React.createElement("div",{className:"uagb-timeline__inner-date-new"},s)),React.createElement("div",{className:"uagb-timeline-content"},React.createElement("div",{className:"uagb-timeline__heading-text"},React.createElement(A.RichText.Content,{tagName:a,value:t.time_heading,className:"uagb-timeline__heading"})),React.createElement(A.RichText.Content,{tagName:"p",value:t.time_desc,className:"uagb-timeline-desc-content"}),React.createElement("div",{className:"uagb-timeline__arrow"}))))),d&&React.createElement("div",{className:"uagb-timeline__date-new"},o&&r[l].title&&React.createElement("div",{className:"uagb-timeline__date-new"},s))))})),React.createElement("div",{className:"uagb-timeline__line"},React.createElement("div",{className:"uagb-timeline__line__inner"}))))))}},{attributes:bt.a,save(e){const{block_id:t}=e.attributes;return React.createElement("div",{className:N()(e.className,"uagb-timeline__outer-wrap","uagb-block-"+t)},React.createElement("div",{className:N()("uagb-timeline__content-wrap",...ft(e.attributes))},React.createElement("div",{className:"uagb-timeline-wrapper"},React.createElement("div",{className:"uagb-timeline__main"},React.createElement("div",{className:"uagb-timeline__days"},React.createElement(A.InnerBlocks.Content,null)),React.createElement("div",{className:"uagb-timeline__line"},React.createElement("div",{className:"uagb-timeline__line__inner"}))))))}}],_t=function(e){const t=e.name.replace("uagb/",""),{dateBottomspace:a,dateBottomspaceTablet:i,dateBottomspaceMobile:o,backgroundColor:n,separatorColor:l,separatorFillColor:s,separatorBg:c,separatorBorder:u,borderFocus:b,separatorwidth:g,borderwidth:y,connectorBgsize:m,connectorBgsizeTablet:f,connectorBgsizeMobile:h,borderRadius:_,borderRadiusTablet:v,borderRadiusMobile:T,iconColor:C,dateFontsizeType:w,dateFontsize:P,dateFontsizeTablet:k,dateFontsizeMobile:x,dateFontFamily:A,dateFontWeight:U,dateLineHeightType:G,dateLineHeight:S,dateLineHeightTablet:M,dateLineHeightMobile:E,dateColor:R,iconSize:B,iconSizeTablet:L,iconSizeMobile:O,iconBgFocus:z,headFontSizeType:H,headFontSize:j,headFontSizeTablet:F,headFontSizeMobile:N,headFontFamily:D,headFontWeight:V,headLineHeightType:I,headLineHeight:W,headLineHeightTablet:q,headLineHeightMobile:Z,align:$,alignTablet:K,alignMobile:J,headingColor:Y,headSpace:Q,headSpaceTablet:X,headSpaceMobile:ee,subHeadFontSizeType:te,subHeadFontSize:ae,subHeadFontSizeTablet:ie,subHeadFontSizeMobile:oe,subHeadFontFamily:ne,subHeadFontWeight:le,subHeadLineHeightType:re,subHeadLineHeight:se,subHeadLineHeightTablet:ce,subHeadLineHeightMobile:pe,subHeadingColor:ue,topPadding:be,rightPadding:ge,bottomPadding:de,leftPadding:ye,topPaddingTablet:me,rightPaddingTablet:fe,bottomPaddingTablet:he,leftPaddingTablet:_e,topPaddingMobile:ve,rightPaddingMobile:Te,bottomPaddingMobile:Ce,leftPaddingMobile:we,paddingUnit:Pe,mobilePaddingUnit:ke,tabletPaddingUnit:xe,headFontStyle:Ae,subHeadFontStyle:Ue,dateFontStyle:Ge,headTransform:Se,subHeadTransform:Me,dateTransform:Ee,headDecoration:Re,subHeadDecoration:Be,dateDecoration:Le,iconFocus:Oe,headLetterSpacing:ze,headLetterSpacingTablet:He,headLetterSpacingMobile:je,headLetterSpacingType:Fe,subHeadLetterSpacing:Ne,subHeadLetterSpacingTablet:De,subHeadLetterSpacingMobile:Ve,subHeadLetterSpacingType:Ie,dateLetterSpacing:We,dateLetterSpacingTablet:qe,dateLetterSpacingMobile:Ze,dateLetterSpacingType:$e,verticalSpace:Ke,verticalSpaceTablet:Je,verticalSpaceMobile:Ye,verticalSpaceUnit:Qe,verticalSpaceUnitTablet:Xe,verticalSpaceUnitMobile:et,horizontalSpace:tt,horizontalSpaceTablet:at,horizontalSpaceMobile:it,horizontalSpaceUnit:ot,horizontalSpaceUnitTablet:nt,horizontalSpaceUnitMobile:lt}=e.attributes,rt=Object(d.b)(y,"borderwidth",t),st=Object(d.b)(g,"separatorwidth",t),ct=Object(d.b)(Q,"headSpace",t),pt=Object(d.b)(_,"borderRadius",t),ut=Object(d.b)(a,"dateBottomspace",t),bt=Object(d.b)(B,"iconSize",t),gt=Object(d.b)(L,"iconSizeTablet",t),dt=Object(d.b)(O,"iconSizeMobile",t),yt=Object(d.b)(m,"connectorBgsize",t),mt=Object(d.b)(f,"connectorBgsizeTablet",t),ft=Object(d.b)(h,"connectorBgsizeMobile",t),ht={" .uagb-timeline__heading.rich-text":{"font-size":p(j,H),"font-family":D,"font-weight":V,"line-height":p(W,I),"text-align":$,color:Y,"font-style":Ae,"text-decoration":Re,"text-transform":Se,"letter-spacing":p(ze,Fe)}," .uagb-timeline__heading a":{"font-size":p(j,H),"font-family":D,"font-weight":V,"line-height":p(W,I),"text-align":$,color:Y,"font-style":Ae,"text-decoration":Re,"text-transform":Se,"letter-spacing":p(ze,Fe)}," .uagb-timeline__heading":{"margin-bottom":p(ct,"px")}," p.uagb-timeline-desc-content":{"font-size":p(ae,te),"font-family":ne,"font-weight":le,"line-height":p(se,re),"text-align":$,color:ue,"font-style":Ue,"text-decoration":Be,"text-transform":Me,"letter-spacing":p(Ne,Ie)}," .uagb-timeline__day-new":{"text-align":$}," .uagb-timeline__date-inner":{"text-align":$}," .uagb-timeline__day-right .uagb-timeline__arrow:after":{"border-left-color":n,"border-right-color":n}," .uagb-timeline__day-left .uagb-timeline__arrow:after":{"border-left-color":n,"border-right-color":n}," .uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after":{"border-left-color":n}," .uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow:after":{"border-left-color":n}," .uagb-timeline__right-block .uagb-timeline__day-left .uagb-timeline__arrow:after":{"border-left-color":n}," .uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after":{"border-right-color":n}," .uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow:after":{"border-right-color":n}," .uagb-timeline__line__inner":{"background-color":s}," .uagb-timeline__line":{"background-color":l,width:p(st,"px")},".uagb-timeline__right-block .uagb-timeline__line":{right:"calc( "+yt+"px / 2 )"},".uagb-timeline__left-block .uagb-timeline__line":{left:"calc( "+yt+"px / 2 )"},".uagb-timeline__center-block .uagb-timeline__line":{right:"calc( "+yt+"px / 2 )"}," .uagb-timeline__marker":{"background-color":c,"min-height":p(yt,"px"),"min-width":p(yt,"px"),"line-height":p(yt,"px"),border:rt+"px solid"+u},".uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow":{height:p(yt,"px")},".uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow":{height:p(yt,"px")},".uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow":{height:p(yt,"px")},".uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow":{height:p(yt,"px")},".uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__marker":{"margin-left":p(tt,ot),"margin-right":p(tt,ot)},".uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__marker":{"margin-left":p(tt,ot),"margin-right":p(tt,ot)}," .uagb-timeline__field":{"margin-bottom":p(Ke,Qe)}," .uagb-timeline__date-hide.uagb-timeline__inner-date-new":{"margin-bottom":p(ut,"px"),color:R,"font-size":p(P,w),"font-family":A,"font-weight":U,"line-height":p(S,G),"text-align":$,"font-style":Ge,"text-decoration":Le,"text-transform":Ee,"letter-spacing":p(We,$e)}," .uagb-timeline__date-hide.uagb-timeline__date-inner":{"margin-bottom":p(ut,"px"),color:R,"font-size":p(P,w),"font-family":A,"font-weight":U,"line-height":p(S,G),"text-align":$,"font-style":Ge,"text-decoration":Le,"text-transform":Ee,"letter-spacing":p(We,$e)},".uagb-timeline__right-block .uagb-timeline__day-new.uagb-timeline__day-left":{"margin-right":p(tt,ot)},".uagb-timeline__left-block .uagb-timeline__day-new.uagb-timeline__day-left":{"margin-left":p(tt,ot)},".uagb-timeline__left-block .uagb-timeline__day-new.uagb-timeline__day-right":{"margin-left":p(tt,ot)},".uagb-timeline__right-block .uagb-timeline__day-new.uagb-timeline__day-right":{"margin-right":p(tt,ot)}," .uagb-timeline__date-new":{color:R,"font-size":p(P,w),"font-family":A,"font-weight":U,"line-height":p(S,G),"font-style":Ge,"text-decoration":Le,"text-transform":Ee,"letter-spacing":p(We,$e)}," .uagb-timeline__events-inner-new":{"background-color":n,"border-radius":p(pt,"px")}," .uagb-timeline__events-inner--content":{"padding-left":p(ye,Pe),"padding-right":p(ge,Pe),"padding-top":p(be,Pe),"padding-bottom":p(de,Pe)}," svg":{fill:C,"font-size":p(bt,"px"),width:p(bt,"px")}," .uagb-timeline__marker.uagb-timeline__in-view-icon":{background:z,"border-color":b}," .uagb-timeline__marker.uagb-timeline__in-view-icon svg":{fill:Oe}},_t={" .uagb-timeline__heading.rich-text":{"text-align":K}," .uagb-timeline__date-hide.uagb-timeline__date-inner":{"font-size":p(k,w),"line-height":p(M,G),"margin-bottom":p(i,"px"),"letter-spacing":p(qe,$e)}," svg":{"font-size":p(gt,"px"),width:p(gt,"px")}," .uagb-timeline__date-hide.uagb-timeline__inner-date-new":{"font-size":p(k,w),"line-height":p(M,G),"margin-bottom":p(i,"px"),"text-align":K,"letter-spacing":p(qe,$e)}," .uagb-timeline__date-new":{"font-size":p(k,w),"line-height":p(M,G),"margin-bottom":p(i,"px"),"letter-spacing":p(qe,$e)}," .uagb-timeline__heading":{"text-align":K,"font-size":p(F,H),"line-height":p(q,I),"margin-bottom":p(X,"px"),"letter-spacing":p(He,Fe)}," .uagb-timeline__heading a":{"font-size":p(F,H),"line-height":p(q,I),"text-align":K,"letter-spacing":p(He,Fe)}," p.uagb-timeline-desc-content":{"font-size":p(ie,te),"line-height":p(ce,re),"text-align":K,"letter-spacing":p(De,Ie)},".uagb-timeline__center-block .uagb-timeline__marker":{"margin-left":p(at,nt),"margin-right":p(at,nt)},".uagb-timeline__right-block .uagb-timeline__day-new.uagb-timeline__day-left":{"margin-right":p(at,nt)},".uagb-timeline__left-block .uagb-timeline__day-new.uagb-timeline__day-left":{"margin-left":p(at,nt)},".uagb-timeline__left-block .uagb-timeline__day-new.uagb-timeline__day-right":{"margin-left":p(at,nt)},".uagb-timeline__right-block .uagb-timeline__day-new.uagb-timeline__day-right":{"margin-right":p(at,nt)}," .uagb-timeline__field":{"margin-bottom":p(Je,Xe)}," .uagb-timeline__events-inner-new":{"border-radius":p(v,"px")}," .uagb-timeline__events-inner--content":{"padding-left":p(_e,xe),"padding-right":p(fe,xe),"padding-top":p(me,xe),"padding-bottom":p(he,xe)}," .uagb-timeline__day-new":{"text-align":K}," .uagb-timeline__date-inner":{"text-align":K}," .uagb-timeline__center-block .uagb-timeline__heading":{"text-align":K}," .uagb-timeline__center-block p.uagb-timeline-desc-content":{"text-align":K}," .uagb-timeline__center-block .uagb-timeline__day-new":{"text-align":K}," .uagb-timeline__center-block .uagb-timeline__date-inner":{"text-align":K}," .uagb-timeline__center-block .uagb-timeline__date-hide.uagb-timeline__date-inner":{"text-align":K}," .uagb-timeline__center-block .uagb-timeline__author-link":{"text-align":K}," .uagb-timeline__center-block .uagb-timeline__link_parent":{"text-align":K}," .uagb-timeline__center-block .uagb-timeline__image a":{"text-align":K}," .uagb-timeline__center-block a.uagb-timeline__image":{"text-align":K},".uagb-timeline__right-block .uagb-timeline__line":{right:"calc( "+mt+"px / 2 )"},".uagb-timeline__left-block .uagb-timeline__line":{left:"calc( "+mt+"px / 2 )"},".uagb-timeline__center-block .uagb-timeline__line":{right:"calc( "+mt+"px / 2 )"}," .uagb-timeline__marker":{"min-height":p(mt,"px"),"min-width":p(mt,"px"),"line-height":p(mt,"px")},".uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow":{height:p(mt,"px")},".uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow":{height:p(mt,"px")},".uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow":{height:p(mt,"px")},".uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow":{height:p(mt,"px")}},vt={" .uagb-timeline__heading.rich-text":{"text-align":J}," .uagb-timeline__date-hide.uagb-timeline__date-inner":{"font-size":p(x,w),"line-height":p(E,G),"margin-bottom":p(o,"px"),"letter-spacing":p(Ze,$e)}," svg":{"font-size":p(dt,"px"),width:p(dt,"px")}," .uagb-timeline__date-hide.uagb-timeline__inner-date-new":{"font-size":p(x,w),"line-height":p(E,G),"margin-bottom":p(o,"px"),"text-align":J,"letter-spacing":p(Ze,$e)}," .uagb-timeline__date-new":{"font-size":p(x,w),"line-height":p(E,G),"margin-bottom":p(o,"px"),"letter-spacing":p(Ze,$e)}," .uagb-timeline__heading":{"font-size":p(N,H),"line-height":p(Z,I),"margin-bottom":p(ee,"px"),"text-align":J,"letter-spacing":p(je,Fe)}," .uagb-timeline__heading a":{"font-size":p(N,H),"line-height":p(Z,I),"text-align":J,"letter-spacing":p(je,Fe)}," p.uagb-timeline-desc-content":{"font-size":p(oe,te),"line-height":p(pe,re),"text-align":J,"letter-spacing":p(Ve,Ie)},".uagb-timeline__center-block .uagb-timeline__marker":{"margin-left":0,"margin-right":0},".uagb-timeline__right-block .uagb-timeline__day-new.uagb-timeline__day-left":{"margin-right":p(it,lt)},".uagb-timeline__left-block .uagb-timeline__day-new.uagb-timeline__day-left":{"margin-left":p(it,lt)},".uagb-timeline__left-block .uagb-timeline__day-new.uagb-timeline__day-right":{"margin-left":p(it,lt)},".uagb-timeline__right-block .uagb-timeline__day-new.uagb-timeline__day-right":{"margin-right":p(it,lt)}," .uagb-timeline__events-inner-new":{"border-radius":p(T,"px")}," .uagb-timeline__events-inner--content":{"padding-left":p(we,ke),"padding-right":p(Te,ke),"padding-top":p(ve,ke),"padding-bottom":p(Ce,ke)}," .uagb-timeline__field":{"margin-bottom":p(Ye,et)}," .uagb-timeline__day-new":{"text-align":J}," .uagb-timeline__date-inner":{"text-align":J}," .uagb-timeline__center-block .uagb-timeline__heading":{"text-align":J}," .uagb-timeline__center-block p.uagb-timeline-desc-content":{"text-align":J}," .uagb-timeline__center-block .uagb-timeline__day-new":{"text-align":J}," .uagb-timeline__center-block .uagb-timeline__date-inner":{"text-align":J}," .uagb-timeline__center-block .uagb-timeline__date-hide.uagb-timeline__date-inner":{"text-align":J}," .uagb-timeline__center-block .uagb-timeline__author-link":{"text-align":J}," .uagb-timeline__center-block .uagb-timeline__link_parent":{"text-align":J}," .uagb-timeline__center-block .uagb-timeline__image a":{"text-align":J}," .uagb-timeline__center-block a.uagb-timeline__image":{"text-align":J},".uagb-timeline__right-block .uagb-timeline__line":{right:"calc( "+ft+"px / 2 )"},".uagb-timeline__left-block .uagb-timeline__line":{left:"calc( "+ft+"px / 2 )"},".uagb-timeline__center-block .uagb-timeline__line":{right:"calc( "+ft+"px / 2 )"}," .uagb-timeline__marker":{"min-height":p(ft,"px"),"min-width":p(ft,"px"),"line-height":p(ft,"px")},".uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow":{height:p(ft,"px")},".uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow":{height:p(ft,"px")},".uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow":{height:p(ft,"px")},".uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow":{height:p(ft,"px")}};let Tt="";const Ct=`.editor-styles-wrapper .uagb-block-${e.clientId}.uagb-timeline__outer-wrap`;return Tt=r(ht,Ct),Tt+=r(_t,Ct+".uagb-editor-preview-mode-tablet"),Tt+=r(vt,Ct+".uagb-editor-preview-mode-mobile"),Tt};const vt=Object(f.lazy)(()=>Promise.all([a.e(0),a.e(24)]).then(a.bind(null,469))),Tt=Object(f.lazy)(()=>a.e(23).then(a.bind(null,528)));var Ct=a(28);const wt=Object(x.compose)(Object(v.withSelect)(e=>({selected:e("core/block-editor").getSelectedBlock()}))),Pt=Object(x.createHigherOrderComponent)(e=>wt(t=>{let{...a}=t;return React.createElement(e,a)}),"withcontentTimeline");Object(U.registerBlockType)("uagb/content-timeline",{title:Object(k.__)("Content Timeline","ultimate-addons-for-gutenberg"),description:Object(k.__)("Create a timeline displaying contents of your site.","ultimate-addons-for-gutenberg"),icon:s.a.content_timeline,category:uagb_blocks_info.category,keywords:[Object(k.__)("Content Timeline","ultimate-addons-for-gutenberg"),Object(k.__)("Timeline","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg")],supports:{anchor:!0},attributes:bt.a,edit:e=>{const t=Object(w.a)();return Object(f.useEffect)(()=>{const{setAttributes:t,clientId:a,attributes:i}=e;t({block_id:a}),t({classMigrate:!0}),t({childMigrate:!0});const{bgPadding:o,topPadding:n,rightPadding:l,bottomPadding:r,leftPadding:s,timelinAlignment:c,timelinAlignmentTablet:p,timelinAlignmentMobile:u,stack:b}=i;o&&(void 0===n&&t({topPadding:o}),void 0===r&&t({bottomPadding:o}),void 0===l&&t({rightPadding:o}),void 0===s&&t({leftPadding:o})),c&&("none"===b?(void 0===p&&t({timelinAlignmentTablet:c}),void 0===u&&t({timelinAlignmentMobile:c})):(void 0===p&&"tablet"===b&&(t({timelinAlignmentTablet:"left"}),t({timelinAlignmentMobile:"left"})),void 0===u&&"mobile"===b&&(t({timelinAlignmentMobile:"left"}),t({timelinAlignmentTablet:c}))))},[]),Object(f.useEffect)(()=>{const a=_t(e),{attributes:i}=e;if(l("uagb-content-timeline-style-"+e.clientId.substr(0,8),a),null===Object(v.select)("core/block-editor").getBlocksByClientId(e.clientId)[0])return;let o=t;"Desktop"===t&&(o="");const n=void 0!==i["timelinAlignment"+o]?i["timelinAlignment"+o]:i.timelinAlignment;Object(v.select)("core/block-editor").getBlocksByClientId(e.clientId)[0].innerBlocks.forEach((function(e,t){let a="";"left"===n?a="uagb-timeline__left":"right"===n?a="uagb-timeline__right":"center"===n&&(a=t%2==0?"uagb-timeline__right":"uagb-timeline__left");let i="";"left"===n?i="uagb-timeline__day-new uagb-timeline__day-left":"right"===n?i="uagb-timeline__day-new uagb-timeline__day-right":"center"===n&&(i=t%2==0?"uagb-timeline__day-new uagb-timeline__day-right":"uagb-timeline__day-new uagb-timeline__day-left"),Object(v.dispatch)("core/block-editor").updateBlockAttributes(e.clientId,{content_class:a}),Object(v.dispatch)("core/block-editor").updateBlockAttributes(e.clientId,{dayalign_class:i})})),Object(v.select)("core/block-editor").getBlocks(e.clientId).forEach(t=>{t.attributes.headingTag=e.attributes.headingTag,t.attributes.dateFormat=e.attributes.dateFormat})},[e]),Object(f.useEffect)(()=>{const t=_t(e);l("uagb-content-timeline-style-"+e.clientId.substr(0,8),t),C()},[t]),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(vt,{parentProps:e}),h.a.createElement(Tt,{parentProps:e}))},save:function(e){const{block_id:t}=e.attributes;return React.createElement("div",{className:N()(e.className,"uagb-timeline__outer-wrap","uagb-block-"+t,"uagb-timeline__content-wrap",...Object(gt.a)(e.attributes))},React.createElement(A.InnerBlocks.Content,null),React.createElement("div",{className:"uagb-timeline__line"},React.createElement("div",{className:"uagb-timeline__line__inner"})))},example:{attributes:{isPreview:!0}},deprecated:ht}),Object(Ct.addFilter)("editor.BlockEdit","uagb/content-timeline",Pt),a(166);var kt=a(64);const xt=Object(f.lazy)(()=>a.e(22).then(a.bind(null,470))),At=Object(f.lazy)(()=>a.e(21).then(a.bind(null,529)));var Ut=[{attributes:kt.a,save(e){const{block_id:t,headingTag:a,displayPostDate:i,icon:o,t_date:n,dateFormat:l,time_heading:r,time_desc:s}=e.attributes;let c=n;"custom"!=l&&(c=Object(mt.dateI18n)(l,n),"Invalid date"===c&&(c=n));let p="",u="";return"undefined"!=e.attributes.dayalign_class&&"undefined"!=e.attributes.content_class&&(p=e.attributes.content_class,u=e.attributes.dayalign_class),React.createElement("article",{className:N()("uagb-timeline__field uagb-timeline__field-wrap","uagb-timeline-child-"+t)},React.createElement("div",{className:N()(p)},React.createElement("div",{className:"uagb-timeline__marker out-view-uagb-timeline__icon"},React.createElement("span",{className:"uagb-timeline__icon-new out-view-uagb-timeline__icon "},ge(o))),React.createElement("div",{className:N()(u)},React.createElement("div",{className:"uagb-events-new"},React.createElement("div",{className:"uagb-timeline__events-inner-new"},React.createElement("div",{className:"uagb-timeline__date-hide uagb-timeline__date-inner"},React.createElement("div",{className:"uagb-timeline__inner-date-new"},c)),React.createElement("div",{className:"uagb-timeline-content"},React.createElement("div",{className:"uagb-timeline__heading-text"},React.createElement(A.RichText.Content,{tagName:a,value:r,className:"uagb-timeline__heading"})),React.createElement(A.RichText.Content,{tagName:"p",value:s,className:"uagb-timeline-desc-content"}),React.createElement("div",{className:"uagb-timeline__arrow"}))))),React.createElement("div",{className:"uagb-timeline__date-new"},1!=i&&n&&React.createElement("div",{className:"uagb-timeline__date-new"},c))))}}];Object(U.registerBlockType)("uagb/content-timeline-child",{title:Object(k.__)("Content Timeline Child","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add and customize content of this timeline.","ultimate-addons-for-gutenberg"),icon:s.a.content_timeline_child,category:uagb_blocks_info.category,parent:["uagb/content-timeline"],keywords:[Object(k.__)("Content Timeline","ultimate-addons-for-gutenberg"),Object(k.__)("Timeline","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg")],attributes:kt.a,edit:e=>{const t=Object(w.a)();return Object(f.useEffect)(()=>{e.setAttributes({block_id:e.clientId})},[]),Object(f.useEffect)(()=>{const e=new CustomEvent("UAGTimelineEditor",{detail:{}});document.dispatchEvent(e)},[e,t]),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(xt,{parentProps:e}),h.a.createElement(At,{parentProps:e}))},save:function(e){const{block_id:t,headingTag:a,displayPostDate:i,icon:o,t_date:n,dateFormat:l,time_heading:r,time_desc:s}=e.attributes;let c=n;"custom"!==l&&(c=Object(mt.format)(l,n),"Invalid date"===Object(mt.format)(l,c)&&(c=n));let p="",u="";return"undefined"!==e.attributes.dayalign_class&&"undefined"!==e.attributes.content_class&&(p=e.attributes.content_class,u=e.attributes.dayalign_class),React.createElement("article",{className:N()("uagb-timeline__field","uagb-timeline-child-"+t,p)},React.createElement("div",{className:N()("uagb-timeline__marker out-view-uagb-timeline__icon")},Object(_e.a)(o)),React.createElement("div",{className:N()(u,"uagb-timeline__events-inner-new")},React.createElement("div",{className:"uagb-timeline__events-inner--content"},!0!==i&&n&&React.createElement("div",{className:"uagb-timeline__date-hide uagb-timeline__inner-date-new"},"custom"!==l&&Object(mt.format)(l,c)||c),React.createElement(A.RichText.Content,{tagName:a,value:r,className:"uagb-timeline__heading"}),React.createElement(A.RichText.Content,{tagName:"p",value:s,className:"uagb-timeline-desc-content"}),React.createElement("div",{className:"uagb-timeline__arrow"}))),React.createElement("div",{className:"uagb-timeline__date-new"},!0!==i&&n&&React.createElement(React.Fragment,null,"custom"!==l&&Object(mt.format)(l,c)||c)))},deprecated:Ut});var Gt=a(85),St=function(e){const t=e.name.replace("uagb/",""),{layout:a,inactiveOtherItems:i,expandFirstItem:o,rowsGap:n,rowsGapTablet:l,rowsGapMobile:s,rowsGapUnit:c,columnsGapUnit:u,columnsGap:b,columnsGapTablet:g,columnsGapMobile:m,align:f,enableSeparator:h,boxBgColor:_,boxBgHoverColor:v,overallBorderHColor:T,overallBorderColor:C,overallBorderTopWidth:w,questionTextColor:P,questionTextBgColor:k,questionTextActiveColor:x,questionTextActiveBgColor:A,questionPaddingTypeDesktop:U,questionPaddingTypeMobile:G,questionPaddingTypeTablet:S,vquestionPaddingMobile:M,vquestionPaddingTablet:E,vquestionPaddingDesktop:R,hquestionPaddingMobile:B,hquestionPaddingTablet:L,hquestionPaddingDesktop:O,answerTextColor:z,answerPaddingTypeDesktop:H,answerPaddingTypeMobile:j,answerPaddingTypeTablet:F,answerTopPadding:N,answerBottomPadding:D,answerRightPadding:V,answerLeftPadding:I,answerTopPaddingTablet:W,answerBottomPaddingTablet:q,answerRightPaddingTablet:Z,answerLeftPaddingTablet:$,answerTopPaddingMobile:K,answerBottomPaddingMobile:J,answerRightPaddingMobile:Y,answerLeftPaddingMobile:Q,iconColor:X,iconActiveColor:ee,gapBtwIconQUestion:te,gapBtwIconQUestionTablet:ae,gapBtwIconQUestionMobile:ie,questionFontFamily:oe,questionFontWeight:ne,questionFontSizeType:le,questionFontSize:re,questionFontSizeMobile:se,questionFontSizeTablet:ce,questionLineHeightType:pe,questionLineHeight:ue,questionLineHeightMobile:be,questionLineHeightTablet:ge,answerFontFamily:de,answerFontWeight:ye,answerFontSizeType:me,answerFontSize:fe,answerFontSizeMobile:he,answerFontSizeTablet:_e,answerLineHeightType:ve,answerLineHeight:Te,answerLineHeightMobile:Ce,answerLineHeightTablet:we,iconAlign:Pe,iconSize:ke,iconSizeType:xe,iconSizeMobile:Ae,iconSizeTablet:Ue,columns:Ge,tcolumns:Se,mcolumns:Me,questionLeftPaddingTablet:Ee,questionBottomPaddingTablet:Re,questionLeftPaddingDesktop:Be,questionBottomPaddingDesktop:Le,questionLeftPaddingMobile:Oe,questionBottomPaddingMobile:ze,answerFontStyle:He,answerTransform:je,answerDecoration:Fe,questionFontStyle:Ne,questionTransform:De,questionDecoration:Ve,questionLetterSpacing:Ie,questionLetterSpacingTablet:We,questionLetterSpacingMobile:qe,questionLetterSpacingType:Ze,answerLetterSpacing:$e,answerLetterSpacingTablet:Ke,answerLetterSpacingMobile:Je,answerLetterSpacingType:Ye}=e.attributes,Qe=y(e.attributes,"overall",""),Xe=y(e.attributes,"overall","tablet"),et=y(e.attributes,"overall","mobile");let tt={},at={},it={},ot=X,nt=ee;void 0===X&&(ot=P),void 0===ee&&(nt=x),tt={" .uagb-icon svg":{width:p(Object(d.b)(ke,"iconSize",t),xe),height:p(Object(d.b)(ke,"iconSize",t),xe),"font-size":p(Object(d.b)(ke,"iconSize",t),xe),fill:ot}," .uagb-icon-active svg":{width:p(Object(d.b)(ke,"iconSize",t),xe),height:p(Object(d.b)(ke,"iconSize",t),xe),"font-size":p(Object(d.b)(ke,"iconSize",t),xe),fill:nt}," .uagb-faq-child__outer-wrap":{"margin-bottom":p(Object(d.b)(n,"rowsGap",t),c)},".uagb-faq-layout-grid .block-editor-inner-blocks .block-editor-block-list__layout":{"grid-column-gap":p(Object(d.b)(b,"columnsGap",t),u),"grid-row-gap":p(Object(d.b)(n,"rowsGap",t),c)}," .uagb-faq-item":{"background-color":_,...Qe}," .uagb-faq-item:hover":{"background-color":v,"border-color":T}," .uagb-faq-item .uagb-question":{color:P}," .uagb-faq-item.uagb-faq-item-active .uagb-question":{color:x}," .uagb-faq-item:hover .uagb-question":{color:x}," .uagb-faq-item.uagb-faq-item-active .uagb-faq-questions-button":{"background-color":A}," .uagb-faq-item:hover .uagb-faq-questions-button":{"background-color":A}," .uagb-faq-questions-button":{"padding-top":p(R,U),"padding-bottom":p(Le,U),"padding-right":p(O,U),"padding-left":p(Be,U),"background-color":k}," .uagb-faq-content":{"padding-top":p(N,H),"padding-bottom":p(D,H),"padding-right":p(V,H),"padding-left":p(I,H)},".uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap":{"margin-right":p(Object(d.b)(te,"gapBtwIconQUestion",t),"px")},".uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap":{"margin-left":p(Object(d.b)(te,"gapBtwIconQUestion",t),"px")}," .uagb-faq-item:hover .uagb-icon svg":{fill:nt}," .uagb-faq-item .uagb-faq-questions-button.uagb-faq-questions":{"flex-direction":Pe}," .uagb-faq-questions-button .uagb-question":{"font-size":p(re,le),"line-height":p(ue,pe),"font-family":oe,"font-style":Ne,"text-decoration":Ve,"text-transform":De,"font-weight":ne,"letter-spacing":p(Ie,Ze)}," .uagb-faq-item .uagb-faq-content":{"font-size":p(fe,me),"line-height":p(Te,ve),"font-family":de,"font-style":He,"text-decoration":Fe,"text-transform":je,"font-weight":ye,color:z,"letter-spacing":p($e,Ye)}},at={" .uagb-faq-questions-button":{"padding-top":p(E,S),"padding-bottom":p(Re,S),"padding-right":p(L,S),"padding-left":p(Ee,S)}," .uagb-faq-item":{...Xe}," .uagb-faq-content":{"padding-top":p(W,F),"padding-bottom":p(q,F),"padding-right":p(Z,F),"padding-left":p($,F)}," .uagb-faq-questions-button .uagb-question":{"font-size":p(ce,le),"line-height":p(ge,pe),"letter-spacing":p(We,Ze)}," .uagb-faq-item .uagb-faq-content":{"font-size":p(_e,me),"line-height":p(we,ve),"letter-spacing":p(Ke,Ye)}," .uagb-icon svg":{width:p(Ue,xe),height:p(Ue,xe),"font-size":p(Ue,xe)},".uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap":{"margin-right":p(ae,"px")},".uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap":{"margin-left":p(ae,"px")}," .uagb-icon-active svg":{width:p(Ue,xe),height:p(Ue,xe),"font-size":p(Ue,xe)}," .uagb-faq-child__outer-wrap":{"margin-bottom":p(l,c)},".uagb-faq-layout-grid .block-editor-inner-blocks .block-editor-block-list__layout":{"grid-column-gap":p(g,u),"grid-row-gap":p(l,c)}},it={" .uagb-faq-item":{...et},".uagb-faq-icon-row .uagb-faq-item .uagb-faq-icon-wrap":{"margin-right":p(ie,"px")},".uagb-faq-icon-row-reverse .uagb-faq-item .uagb-faq-icon-wrap":{"margin-left":p(ie,"px")}," .uagb-faq-questions-button":{"padding-top":p(M,G),"padding-bottom":p(ze,G),"padding-right":p(B,G),"padding-left":p(Oe,G)}," .uagb-faq-content":{"padding-top":p(K,j),"padding-bottom":p(J,j),"padding-right":p(Y,j),"padding-left":p(Q,j)}," .uagb-faq-questions-button .uagb-question":{"font-size":p(se,le),"line-height":p(be,pe),"letter-spacing":p(qe,Ze)}," .uagb-faq-item .uagb-faq-content":{"font-size":p(he,me),"line-height":p(Ce,ve),"letter-spacing":p(Je,Ye)}," .uagb-icon svg":{width:p(Ae,xe),height:p(Ae,xe),"font-size":p(Ae,xe)}," .uagb-icon-active svg":{width:p(Ae,xe),height:p(Ae,xe),"font-size":p(Ae,xe)}," .uagb-faq-child__outer-wrap":{"margin-bottom":p(s,c)},".uagb-faq-layout-grid .block-editor-inner-blocks .block-editor-block-list__layout":{"grid-column-gap":p(m,u),"grid-row-gap":p(s,c)}},"accordion"===a&&!0===i&&(tt[" .block-editor-block-list__layout .uagb-faq-child__outer-wrap .uagb-faq-content "]={display:"none"}),"accordion"===a&&!1===i&&(tt[" .block-editor-inner-blocks .uagb-faq-child__outer-wrap.uagb-faq-item .uagb-faq-questions-button .uagb-icon-active"]={display:"flex"},tt[" .block-editor-inner-blocks .uagb-faq-child__outer-wrap.uagb-faq-item .uagb-faq-questions-button .uagb-icon"]={display:"none"}),"accordion"===a&&!0===o&&(tt[" .block-editor-block-list__layout > div:first-child > .uagb-faq-child__outer-wrap .uagb-faq-content "]={display:"block"},tt[" .block-editor-block-list__layout > div:first-child > .uagb-faq-child__outer-wrap.uagb-faq-item .uagb-faq-questions-button .uagb-icon-active "]={display:"flex"},tt[" .block-editor-block-list__layout > div:first-child > .uagb-faq-child__outer-wrap.uagb-faq-item .uagb-faq-questions-button .uagb-icon "]={display:"none"}),!0===h&&(tt[".uagb-faq__outer-wrap .uagb-faq-child__outer-wrap .uagb-faq-content "]={"border-style":"solid","border-top-color":C,"border-top-width":p(w,"px")},tt[".uagb-faq__outer-wrap .uagb-faq-child__outer-wrap .uagb-faq-content:hover "]={"border-top-color":T}),"grid"===a&&(tt[" .block-editor-block-list__layout .uagb-faq-child__outer-wrap "]={"text-align":f},tt[".uagb-faq-layout-grid .block-editor-inner-blocks > .block-editor-block-list__layout "]={"grid-template-columns":"repeat("+Object(d.b)(Ge,"columns",t)+", 1fr)"},at[".uagb-faq-layout-grid .block-editor-inner-blocks > .block-editor-block-list__layout "]={"grid-template-columns":"repeat("+Object(d.b)(Se,"tcolumns",t)+", 1fr)"},it[".uagb-faq-layout-grid .block-editor-inner-blocks > .block-editor-block-list__layout "]={"grid-template-columns":"repeat("+Object(d.b)(Me,"mcolumns",t)+", 1fr)"});let lt="";const rt=".uagb-block-"+e.clientId.substr(0,8);return lt=r(tt,rt),lt+=r(at,rt+".uagb-editor-preview-mode-tablet"),lt+=r(it,rt+".uagb-editor-preview-mode-mobile"),lt};const Mt=Object(f.lazy)(()=>Promise.all([a.e(0),a.e(28)]).then(a.bind(null,530))),Et=Object(f.lazy)(()=>a.e(27).then(a.bind(null,531)));let Rt;var Bt=Object(x.compose)(Object(v.withSelect)(e=>{let t="";Object(v.select)("core/editor")&&(t=Object(v.select)("core/editor").getPermalink());let a={};const i={"@context":"https://schema.org","@type":"FAQPage","@id":t,mainEntity:[]};return Object(v.select)("core/block-editor").getBlocks(e.clientId).forEach((e,t)=>{a={"@type":"Question",name:e.attributes.question,acceptedAnswer:{"@type":"Answer",text:e.attributes.answer}},i.mainEntity[t]=a}),{schemaJsonData:i}}))(e=>{const t=Object(w.a)();return Object(f.useEffect)(()=>{const{attributes:t,setAttributes:a}=e,{questionBottomPaddingDesktop:i,vquestionPaddingDesktop:o,questionLeftPaddingDesktop:n,hquestionPaddingDesktop:l,questionBottomPaddingTablet:r,vquestionPaddingTablet:s,questionLeftPaddingTablet:c,hquestionPaddingTablet:p,questionBottomPaddingMobile:u,vquestionPaddingMobile:b,questionLeftPaddingMobile:g,hquestionPaddingMobile:d,answerTopPadding:y,answerBottomPadding:m,answerRightPadding:f,answerLeftPadding:h,answerTopPaddingTablet:_,answerBottomPaddingTablet:v,answerRightPaddingTablet:T,answerLeftPaddingTablet:C,answerTopPaddingMobile:w,answerBottomPaddingMobile:k,answerRightPaddingMobile:x,answerLeftPaddingMobile:A,vanswerPaddingDesktop:U,hanswerPaddingDesktop:G,vanswerPaddingTablet:S,hanswerPaddingTablet:M,vanswerPaddingMobile:E,hanswerPaddingMobile:R}=t;a({block_id:e.clientId.substr(0,8)}),a({schema:JSON.stringify(e.schemaJsonData)}),10===i&&10!==o&&a({questionBottomPaddingDesktop:o}),10===n&&10!==l&&a({questionLeftPaddingDesktop:l}),10===r&&10!==s&&a({questionBottomPaddingTablet:s}),10===c&&10!==p&&a({questionLeftPaddingTablet:p}),10===u&&10!==b&&a({questionBottomPaddingMobile:b}),10===g&&10!==d&&a({questionLeftPaddingMobile:d}),U&&(void 0===y&&a({answerTopPadding:U}),void 0===m&&a({answerBottomPadding:U})),G&&(void 0===f&&a({answerRightPadding:G}),void 0===h&&a({answerLeftPadding:G})),S&&(void 0===_&&a({answerTopPaddingTablet:S}),void 0===v&&a({answerBottomPaddingTablet:S})),M&&(void 0===T&&a({answerRightPaddingTablet:M}),void 0===C&&a({answerLeftPaddingTablet:M})),E&&(void 0===w&&a({answerTopPaddingMobile:E}),void 0===k&&a({answerBottomPaddingMobile:E})),R&&(void 0===x&&a({answerRightPaddingMobile:R}),void 0===A&&a({answerLeftPaddingMobile:R})),Rt=e.schemaJsonData;const{borderStyle:B,borderWidth:L,borderRadius:O,borderColor:z,borderHoverColor:H}=e.attributes;if(L||O||z||H||B){const t=Object(P.b)("overall",{label:"borderWidth",value:L},{label:"borderRadius",value:O},{label:"borderColor",value:z},{label:"borderHoverColor",value:H},{label:"borderStyle",value:B});e.setAttributes(t)}},[]),Object(f.useEffect)(()=>{const t=St(e);l("uagb-style-faq-"+e.clientId.substr(0,8),t),Object(v.select)("core/block-editor").getBlocks(e.clientId).forEach(t=>{t.attributes.headingTag=e.attributes.headingTag}),JSON.stringify(e.schemaJsonData)!==JSON.stringify(Rt)&&(e.setAttributes({schema:JSON.stringify(e.schemaJsonData)}),Rt=e.schemaJsonData),e.attributes.vanswerPaddingDesktop&&(""===e.attributes.answerTopPadding&&e.setAttributes({answerTopPadding:e.attributes.vanswerPaddingDesktop}),""===e.attributes.answerBottomPadding&&e.setAttributes({answerBottomPadding:e.attributes.vanswerPaddingDesktop})),e.attributes.hanswerPaddingDesktop&&(""===e.attributes.answerRightPadding&&e.setAttributes({answerRightPadding:e.attributes.hanswerPaddingDesktop}),""===e.attributes.answerLeftPadding&&e.setAttributes({answerLeftPadding:e.attributes.hanswerPaddingDesktop})),e.attributes.vanswerPaddingTablet&&(""===e.attributes.answerTopPaddingTablet&&e.setAttributes({answerTopPaddingTablet:e.attributes.vanswerPaddingTablet}),""===e.attributes.answerBottomPaddingTablet&&e.setAttributes({answerBottomPaddingTablet:e.attributes.vanswerPaddingTablet})),e.attributes.hanswerPaddingTablet&&(""===e.attributes.answerRightPaddingTablet&&e.setAttributes({answerRightPaddingTablet:e.attributes.hanswerPaddingTablet}),""===e.attributes.answerLeftPaddingTablet&&e.setAttributes({answerLeftPaddingTablet:e.attributes.hanswerPaddingTablet})),e.attributes.vanswerPaddingMobile&&(""===e.attributes.answerTopPaddingMobile&&e.setAttributes({answerTopPaddingMobile:e.attributes.vanswerPaddingMobile}),""===e.attributes.answerBottomPaddingMobile&&e.setAttributes({answerBottomPaddingMobile:e.attributes.vanswerPaddingMobile})),e.attributes.hanswerPaddingMobile&&(""===e.attributes.answerRightPaddingMobile&&e.setAttributes({answerRightPaddingMobile:e.attributes.hanswerPaddingMobile}),""===e.attributes.answerLeftPaddingMobile&&e.setAttributes({answerLeftPaddingMobile:e.attributes.hanswerPaddingMobile}))},[e]),Object(f.useEffect)(()=>{const t=St(e);l("uagb-style-faq-"+e.clientId.substr(0,8),t),C()},[t]),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(Mt,{parentProps:e,deviceType:t}),h.a.createElement(Et,{parentProps:e}))});a(167);const Lt={block_id:{type:"string"},layout:{type:"string",default:"accordion"},inactiveOtherItems:{type:"boolean",default:!0},expandFirstItem:{type:"boolean",default:!1},enableSchemaSupport:{type:"boolean",default:!1},align:{type:"string",default:"left"},enableSeparator:{type:"boolean",default:!1},rowsGap:{type:"number",default:10},columnsGap:{type:"number",default:10},boxBgColor:{type:"string",default:"#FFFFFF"},boxPaddingTypeMobile:{type:"string",default:"px"},boxPaddingTypeTablet:{type:"string",default:"px"},boxPaddingTypeDesktop:{type:"string",default:"px"},vBoxPaddingMobile:{type:"number",default:10},hBoxPaddingMobile:{type:"number",default:10},vBoxPaddingTablet:{type:"number",default:10},hBoxPaddingTablet:{type:"number",default:10},vBoxPaddingDesktop:{type:"number",default:10},hBoxPaddingDesktop:{type:"number",default:10},borderStyle:{type:"string",default:"solid"},borderWidth:{type:"number",default:1},borderRadius:{type:"number",default:2},borderColor:{type:"string",default:"#D2D2D2"},questionTextColor:{type:"string",default:"#313131"},questionTextActiveColor:{type:"string",default:"#656565"},questionPaddingTypeDesktop:{type:"string",default:"px"},vquestionPaddingMobile:{type:"number",default:10},vquestionPaddingTablet:{type:"number",default:10},vquestionPaddingDesktop:{type:"number",default:10},hquestionPaddingMobile:{type:"number",default:10},hquestionPaddingTablet:{type:"number",default:10},hquestionPaddingDesktop:{type:"number",default:10},answerTextColor:{type:"string",default:"#313131"},answerPaddingTypeDesktop:{type:"string",default:"px"},vanswerPaddingMobile:{type:"number",default:10},vanswerPaddingTablet:{type:"number",default:10},vanswerPaddingDesktop:{type:"number",default:10},hanswerPaddingMobile:{type:"number",default:10},hanswerPaddingTablet:{type:"number",default:10},hanswerPaddingDesktop:{type:"number",default:10},iconColor:{type:"string"},iconActiveColor:{type:"string"},gapBtwIconQUestion:{type:"number",default:10},questionloadGoogleFonts:{type:"boolean",default:!1},answerloadGoogleFonts:{type:"boolean",default:!1},questionFontFamily:{type:"string",default:"Default"},questionFontWeight:{type:"string"},questionFontSubset:{type:"string"},questionFontSize:{type:"number"},questionFontSizeType:{type:"string",default:"px"},questionFontSizeTablet:{type:"number"},questionFontSizeMobile:{type:"number"},questionLineHeight:{type:"number"},questionLineHeightType:{type:"string",default:"em"},questionLineHeightTablet:{type:"number"},questionLineHeightMobile:{type:"number"},answerFontFamily:{type:"string",default:"Default"},answerFontWeight:{type:"string"},answerFontSubset:{type:"string"},answerFontSize:{type:"number"},answerFontSizeType:{type:"string",default:"px"},answerFontSizeTablet:{type:"number"},answerFontSizeMobile:{type:"number"},answerLineHeight:{type:"number"},answerLineHeightType:{type:"string",default:"em"},answerLineHeightTablet:{type:"number"},answerLineHeightMobile:{type:"number"},icon:{type:"string",default:"fas fa-plus"},iconActive:{type:"string",default:"fas fa-minus"},iconAlign:{type:"string",default:"row"},iconSize:{type:"number",default:12},iconSizeTablet:{type:"number",default:12},iconSizeMobile:{type:"number",default:12},iconSizeType:{type:"string",default:"px"},columns:{type:"number",default:2},tcolumns:{type:"number",default:2},mcolumns:{type:"number",default:1},schema:{type:"string",default:""},enableToggle:{type:"boolean",default:!0},equalHeight:{type:"boolean",default:!0},questionLeftPaddingTablet:{type:"number",default:10},questionBottomPaddingTablet:{type:"number",default:10},questionLeftPaddingDesktop:{type:"number",default:10},questionBottomPaddingDesktop:{type:"number",default:10},questionLeftPaddingMobile:{type:"number",default:10},questionBottomPaddingMobile:{type:"number",default:10},headingTag:{type:"html",selector:"span,p,h1,h2,h3,h4,h5,h6",default:"span"}};var Ot=[{attributes:Lt,save(e){const{className:t}=e,{block_id:a,schema:i,enableSchemaSupport:o,equalHeight:n}=e.attributes,l=n?"uagb-faq-equal-height":"";return React.createElement("div",{className:N()(t,"uagb-faq__outer-wrap","uagb-block-"+a,"uagb-faq-icon-"+e.attributes.iconAlign,"uagb-faq-layout-"+e.attributes.layout,"uagb-faq-expand-first-"+e.attributes.expandFirstItem,"uagb-faq-inactive-other-"+e.attributes.inactiveOtherItems,l),"data-faqtoggle":e.attributes.enableToggle},!0===o?React.createElement("script",{type:"application/ld+json"},i):"",React.createElement("div",{className:"uagb-faq__wrap uagb-buttons-layout-wrap"},React.createElement(A.InnerBlocks.Content,null)))}},{attributes:Lt,save(e){const{className:t}=e,{block_id:a,schema:i,enableSchemaSupport:o,equalHeight:n}=e.attributes,l=n?"uagb-faq-equal-height":"";return React.createElement("div",{className:N()(t,"uagb-faq__outer-wrap","uagb-block-"+a,"uagb-faq-icon-"+e.attributes.iconAlign,"uagb-faq-layout-"+e.attributes.layout,"uagb-faq-expand-first-"+e.attributes.expandFirstItem,"uagb-faq-inactive-other-"+e.attributes.inactiveOtherItems,l),"data-faqtoggle":e.attributes.enableToggle,role:"tablist"},!0===o?React.createElement("script",{type:"application/ld+json"},i):"",React.createElement("div",{className:"uagb-faq__wrap uagb-buttons-layout-wrap"},React.createElement(A.InnerBlocks.Content,null)))}},{attributes:Lt,save(e){const{className:t}=e,{block_id:a,schema:i,enableSchemaSupport:o,equalHeight:n}=e.attributes,l=n?"uagb-faq-equal-height":"";return React.createElement("div",{className:N()(t,"uagb-faq__outer-wrap","uagb-block-"+a,"uagb-faq-icon-"+e.attributes.iconAlign,"uagb-faq-layout-"+e.attributes.layout,"uagb-faq-expand-first-"+e.attributes.expandFirstItem,"uagb-faq-inactive-other-"+e.attributes.inactiveOtherItems,l),"data-faqtoggle":e.attributes.enableToggle,role:"tablist"},!0===o?React.createElement("script",{type:"application/ld+json"},i):"",React.createElement("div",{className:"uagb-faq__wrap uagb-buttons-layout-wrap"},React.createElement(A.InnerBlocks.Content,null)))}}];const zt=Object(x.compose)(Object(v.withSelect)(e=>({selected:e("core/block-editor").getSelectedBlock()}))),Ht=Object(x.createHigherOrderComponent)(e=>zt(t=>{let{...a}=t;return React.createElement(e,a)}),"withFaq");Object(U.registerBlockType)("uagb/faq",{title:Object(k.__)("FAQ","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add accordions/FAQ schema to your page.","ultimate-addons-for-gutenberg"),icon:s.a.faq,category:uagb_blocks_info.category,keywords:[Object(k.__)("faq","ultimate-addons-for-gutenberg"),Object(k.__)("schema","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg"),Object(k.__)("accordion","ultimate-addons-for-gutenberg")],example:{attributes:{isPreview:!0}},attributes:Gt.a,deprecated:Ot,edit:Bt,supports:{anchor:!0},save:function(e){const{className:t}=e,{block_id:a,schema:i,enableSchemaSupport:o,equalHeight:n}=e.attributes,l=n?"uagb-faq-equal-height":"";return React.createElement("div",{className:N()(t,"uagb-faq__outer-wrap","uagb-block-"+a,"uagb-faq-icon-"+e.attributes.iconAlign,"uagb-faq-layout-"+e.attributes.layout,"uagb-faq-expand-first-"+e.attributes.expandFirstItem,"uagb-faq-inactive-other-"+e.attributes.inactiveOtherItems,"uagb-faq__wrap","uagb-buttons-layout-wrap",l),"data-faqtoggle":e.attributes.enableToggle,role:"tablist"},!0===o?React.createElement("script",{type:"application/ld+json"},i):"",React.createElement(A.InnerBlocks.Content,null))}}),Object(Ct.addFilter)("editor.BlockEdit","uagb/faq",Ht);var jt=a(62);const Ft=Object(f.lazy)(()=>a.e(26).then(a.bind(null,471))),Nt=Object(f.lazy)(()=>a.e(25).then(a.bind(null,532)));let Dt;a(168);var Vt=[{attributes:jt.a,save(e){const{className:t}=e,{block_id:a,question:i,answer:o,icon:n,iconActive:l,layout:r}=e.attributes;return React.createElement("div",{className:N()(t,"uagb-faq-child__outer-wrap","uagb-block-"+a)},React.createElement("div",{className:"uagb-faq-child__wrapper"},React.createElement("div",{className:"uagb-faq-item"},React.createElement("div",{className:"uagb-faq-questions-button uagb-faq-questions"},"accordion"===r&&React.createElement(React.Fragment,null,React.createElement("span",{className:"uagb-icon uagb-faq-icon-wrap"},ge(n)),React.createElement("span",{className:"uagb-icon-active uagb-faq-icon-wrap"},ge(l))),React.createElement(A.RichText.Content,{tagName:"span",value:i,className:"uagb-question"})),React.createElement("div",{className:"uagb-faq-content"},React.createElement("span",null,React.createElement(A.RichText.Content,{tagName:"p",value:o}))))))}},{attributes:jt.a,save(e){const{className:t}=e,{block_id:a,question:i,answer:o,icon:n,iconActive:l,layout:r,headingTag:s}=e.attributes;return React.createElement("div",{className:N()(t,"uagb-faq-child__outer-wrap","uagb-block-"+a)},React.createElement("div",{className:"uagb-faq-child__wrapper"},React.createElement("div",{className:"uagb-faq-item",role:"tab",tabIndex:"0"},React.createElement("div",{className:"uagb-faq-questions-button uagb-faq-questions"},"accordion"===r&&React.createElement(React.Fragment,null,React.createElement("span",{className:"uagb-icon uagb-faq-icon-wrap"},ge(n)),React.createElement("span",{className:"uagb-icon-active uagb-faq-icon-wrap"},ge(l))),React.createElement(A.RichText.Content,{tagName:s,value:i,className:"uagb-question"})),React.createElement("div",{className:"uagb-faq-content"},React.createElement("span",null,React.createElement(A.RichText.Content,{tagName:"p",value:o}))))))}}];Object(U.registerBlockType)("uagb/faq-child",{title:Object(k.__)("FAQ Child","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add a frequently asked question/accordion to display information.","ultimate-addons-for-gutenberg"),icon:s.a.faq_child,category:uagb_blocks_info.category,parent:["uagb/faq"],attributes:jt.a,edit:e=>{const[t,a]=Object(f.useState)({isFocused:"false"});return Object(f.useEffect)(()=>{e.setAttributes({block_id:e.clientId.substr(0,8)}),Dt=e.isSelected},[]),Object(f.useEffect)(()=>{!e.isSelected&&Dt&&t.isFocused&&a({isFocused:"false"}),e.isSelected&&!Dt&&a({isFocused:!0}),Dt=e.isSelected},[e]),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(Ft,null),h.a.createElement(Nt,{parentProps:e,state:t}))},supports:{anchor:!0},save:function(e){const{className:t}=e,{block_id:a,question:i,answer:o,icon:n,iconActive:l,layout:r,headingTag:s}=e.attributes;return React.createElement("div",{className:N()(t,"uagb-faq-child__outer-wrap","uagb-faq-item","uagb-block-"+a),role:"tab",tabIndex:"0"},React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-faq-questions-button uagb-faq-questions"},"accordion"===r&&React.createElement(React.Fragment,null,React.createElement("span",{className:"uagb-icon uagb-faq-icon-wrap"},Object(_e.a)(n)),React.createElement("span",{className:"uagb-icon-active uagb-faq-icon-wrap"},Object(_e.a)(l))),React.createElement(A.RichText.Content,{tagName:s,value:i,className:"uagb-question"})),React.createElement(A.RichText.Content,{className:"uagb-faq-content",tagName:"p",value:o})))},deprecated:Vt});var It=a(86),Wt=function(e){const t=e.name.replace("uagb/",""),{formPaddingTop:a,formPaddingRight:i,formPaddingBottom:o,formPaddingLeft:n,formPaddingTopTab:l,formPaddingRightTab:s,formPaddingBottomTab:c,formPaddingLeftTab:u,formPaddingTopMob:b,formPaddingRightMob:g,formPaddingBottomMob:m,formPaddingLeftMob:f,formPaddingUnit:h,formPaddingUnitTab:_,formPaddingUnitMob:v,buttonAlign:T,buttonAlignTablet:C,buttonAlignMobile:w,submitColor:P,submitColorHover:k,submitBgColor:x,submitBgColorHover:A,toggleWidthSize:U,toggleWidthSizeTablet:G,toggleWidthSizeMobile:S,btnBorderHColor:M,submitTextFontFamily:E,submitTextFontWeight:R,submitTextFontSize:B,submitTextFontSizeType:L,submitTextFontSizeTablet:O,submitTextFontSizeMobile:z,submitTextLineHeightType:H,submitTextLineHeight:j,submitTextLineHeightTablet:F,submitTextLineHeightMobile:N,labelFontFamily:D,labelFontWeight:V,labelFontSize:I,labelFontSizeType:W,labelFontSizeTablet:q,labelFontSizeMobile:Z,labelLineHeightType:$,labelLineHeight:K,labelLineHeightTablet:J,labelLineHeightMobile:Y,inputFontFamily:Q,inputFontWeight:X,inputFontSize:ee,inputFontSizeType:te,inputFontSizeTablet:ae,inputFontSizeMobile:ie,inputLineHeightType:oe,inputLineHeight:ne,inputLineHeightTablet:le,inputLineHeightMobile:re,toggleColor:se,toggleActiveColor:ce,toggleDotColor:pe,toggleDotActiveColor:ue,checkBoxToggleBorderStyle:be,checkBoxToggleBorderBottomWidth:ge,toggleBorderRadius:de,checkBoxToggleBorderColor:ye,checkBoxToggleBorderHColor:me,labelColor:fe,labelHoverColor:he,inputColor:_e,bgColor:ve,bgHoverColor:Te,bgActiveColor:Ce,inputplaceholderColor:we,inputplaceholderHoverColor:Pe,inputplaceholderActiveColor:ke,fieldBorderHColor:xe,fieldGap:Ae,fieldGapTablet:Ue,fieldGapMobile:Ge,formStyle:Se,overallAlignment:Me,toggleSize:Ee,toggleSizeTablet:Re,toggleSizeMobile:Be,paddingBtnTop:Le,paddingBtnRight:Oe,paddingBtnBottom:ze,paddingBtnLeft:He,paddingBtnTopTablet:je,paddingBtnRightTablet:Fe,paddingBtnBottomTablet:Ne,paddingBtnLeftTablet:De,paddingBtnTopMobile:Ve,paddingBtnRightMobile:Ie,paddingBtnBottomMobile:We,paddingBtnLeftMobile:qe,paddingBtnUnit:Ze,mobilePaddingBtnUnit:$e,tabletPaddingBtnUnit:Ke,submitTextTransform:Je,submitTextDecoration:Ye,labelTransform:Qe,labelDecoration:Xe,inputTransform:et,inputDecoration:tt,fieldGapType:at,paddingFieldTop:it,paddingFieldRight:ot,paddingFieldBottom:nt,paddingFieldLeft:lt,paddingFieldTopTablet:rt,paddingFieldRightTablet:st,paddingFieldBottomTablet:ct,paddingFieldLeftTablet:pt,paddingFieldTopMobile:ut,paddingFieldRightMobile:bt,paddingFieldBottomMobile:gt,paddingFieldLeftMobile:dt,paddingFieldUnit:yt,paddingFieldUnitmobile:mt,paddingFieldUnitTablet:ft,toggleSizeType:ht,submitTextFontStyle:_t,labelFontStyle:vt,inputFontStyle:Tt,labelGap:Ct,labelGapTablet:wt,labelGapMobile:Pt,labelGapUnit:kt,displayLabels:xt,labelLetterSpacing:At,labelLetterSpacingTablet:Ut,labelLetterSpacingMobile:Gt,labelLetterSpacingType:St,inputLetterSpacing:Mt,inputLetterSpacingTablet:Et,inputLetterSpacingMobile:Rt,inputLetterSpacingType:Bt,submitTextLetterSpacing:Lt,submitTextLetterSpacingTablet:Ot,submitTextLetterSpacingMobile:zt,submitTextLetterSpacingType:Ht}=e.attributes;let jt={},Ft={},Nt={};const Dt=Object(d.b)(Ae,"fieldGap",t),Vt=Object(d.b)(Ct,"labelGap",t),It=Object(d.b)(Ee,"toggleSize",t),Wt=isNaN(Re)?It:Re,qt=isNaN(Be)?Wt:Be,Zt=Object(d.b)(Re,"toggleSizeTablet",t),$t=Object(d.b)(Be,"toggleSizeMobile",t),Kt=Object(d.b)(U,"toggleWidthSize",t),Jt=isNaN(G)?Kt:G,Yt=isNaN(S)?Jt:S,Qt=y(e.attributes,"field"),Xt=y(e.attributes,"field","tablet"),ea=y(e.attributes,"field","mobile"),ta=y(e.attributes,"checkBoxToggle"),aa=y(e.attributes,"checkBoxToggle","tablet"),ia=y(e.attributes,"checkBoxToggle","mobile");let oa=Object(d.a)(ta["border-top-left-radius"],"checkBoxToggleBorderTopLeftRadius",t),na=Object(d.a)(ta["border-top-right-radius"],"checkBoxToggleBorderTopRightRadius",t),la=Object(d.a)(ta["border-bottom-right-radius"],"checkBoxToggleBorderBottomRightRadius",t),ra=Object(d.a)(ta["border-bottom-left-radius"],"checkBoxToggleBorderBottomLeftRadius",t);oa=isNaN(oa)?oa:oa+"px",na=isNaN(na)?na:na+"px",la=isNaN(la)?la:la+"px",ra=isNaN(ra)?ra:ra+"px";const sa=void 0!==aa["border-top-left-radius"]?aa["border-top-left-radius"]:oa,ca=void 0!==aa["border-top-right-radius"]?aa["border-top-right-radius"]:na,pa=void 0!==aa["border-bottom-right-radius"]?aa["border-bottom-right-radius"]:la,ua=void 0!==aa["border-bottom-left-radius"]?aa["border-bottom-left-radius"]:ra,ba=void 0!==ia["border-top-left-radius"]?ia["border-top-left-radius"]:sa,ga=void 0!==ia["border-top-right-radius"]?ia["border-top-right-radius"]:ca,da=void 0!==ia["border-bottom-right-radius"]?ia["border-bottom-right-radius"]:pa,ya=void 0!==ia["border-bottom-left-radius"]?ia["border-bottom-left-radius"]:ua,ma=y(e.attributes,"btn"),fa=y(e.attributes,"btn","tablet"),ha=y(e.attributes,"btn","mobile");jt={".uagb-forms__outer-wrap":{"padding-top":p(a,h),"padding-right":p(i,h),"padding-bottom":p(o,h),"padding-left":p(n,h)}," form.uagb-forms-main-form, form.uagb-forms-main-form .uagb-forms-input, form.uagb-forms-main-form textarea":{"text-align":Me}," .uagb-forms-input-label":{display:xt?"block":"none"}," .uagb-forms-main-form .uagb-forms-field-set":{"margin-bottom":p(Dt,at)}," .uagb-forms-main-form .uagb-forms-input-label":{"font-size":p(I,W),"line-height":p(K,$),"font-family":D,"font-style":vt,"text-transform":Qe,"text-decoration":Xe,"font-weight":V,color:fe,"margin-bottom":p(Vt,kt),"letter-spacing":p(At,St)}," .uagb-forms-main-form .uagb-forms-input::placeholder":{"font-size":p(ee,te),"line-height":p(ne,oe),"font-family":Q,"font-style":Tt,"text-transform":et,"text-decoration":tt,"font-weight":X,color:we,"letter-spacing":p(Mt,Bt)}," .uagb-forms-main-form input":{"font-size":p(ee,te),"line-height":p(ne,oe),"font-family":Q,"font-style":Tt,"text-transform":et,"text-decoration":tt,"font-weight":X,color:we,"letter-spacing":p(Mt,Bt)}," .uagb-forms-main-form textarea":{"font-size":p(ee,te),"line-height":p(ne,oe),"font-family":Q,"font-style":Tt,"text-transform":et,"text-decoration":tt,"font-weight":X,color:we,"letter-spacing":p(Mt,Bt)}," .uagb-forms-main-form select":{"font-size":p(ee,te),"line-height":p(ne,oe),"font-family":Q,"font-style":Tt,"text-transform":et,"text-decoration":tt,"font-weight":X,color:we,"letter-spacing":p(Mt,Bt)}," .uagb-forms-main-form .uagb-forms-input:focus":{outline:" none !important",border:"2px solid "+xe,"background-color":Ce+" !important"}," .uagb-forms-main-form .uagb-forms-input:focus::placeholder":{color:ke+" !important"}," .uagb-forms-main-form .uagb-forms-phone-flex":{height:`calc(${ne?p(ne,oe):"2em"} + ${p(it,yt)} + ${p(nt,yt)})`}," .uagb-forms-main-form .uagb-forms-main-submit-button-wrap":{"text-align":T}," .uagb-forms-main-form .uagb-forms-main-submit-button-wrap .uagb-forms-main-submit-button":{color:P,"font-size":p(B,L),"line-height":p(j,H),"font-family":E,"font-style":_t,"text-transform":Je,"text-decoration":Ye,"font-weight":R,"background-color":x,...ma,"padding-top":p(Le,Ze),"padding-bottom":p(ze,Ze),"padding-left":p(He,Ze),"padding-right":p(Oe,Ze),"letter-spacing":p(Lt,Ht)}," .uagb-forms-main-form .uagb-forms-main-submit-button:hover":{color:k,"background-color":A,"border-color":M}," .uagb-switch":{height:`calc(${ta["border-bottom-width"]} + ${ta["border-top-width"]} + ${p(parseInt(20+Kt+(20+Kt)/3),"px")})`,width:`calc(${ta["border-left-width"]} + ${ta["border-right-width"]} + ${p(parseInt(2.5*(20+Kt)+(20+Kt)/3),"px")})`}," .uagb-switch input:checked + .uagb-slider":{"background-color":ce,"border-color":me}," .uagb-switch input:checked + .uagb-slider:before":{"background-color":ue}," .uagb-switch input:focus + .uagb-slider":{"box-shadow":"0 0 1px"+ce}," .uagb-slider:before":{height:p(20+Kt,"px"),width:p(20+Kt,"px"),top:p(parseInt((20+Kt)/6),"px"),bottom:p(parseInt((20+Kt)/6),"px"),left:p(parseInt((20+Kt)/6),"px"),"background-color":pe,"border-radius":`${oa} ${na} ${la} ${ra}`}," .uagb-slider.round":{"border-radius":p(20+Kt,"px")}," .uagb-switch input:checked + .uagb-slider:before ":{transform:`translateX(${p(parseInt(2.5*(20+Kt)-(20+Kt)),"px")})`,"background-color":ue}," .uagb-forms-radio-wrap input[type=radio]:checked + label:before":{"background-color":ue,"border-color":me+" !important","box-shadow":"inset 0 0 0 4px "+ce,"font-size":"calc("+It+ht+" / 1.2 )"}," .uagb-forms-radio-wrap input[type=radio] + label:before":{"background-color":se,width:p(It,ht),height:p(It,ht)}," .uagb-forms-radio-wrap > label":{color:_e}," .uagb-forms-checkbox-wrap input[type=checkbox]:checked + label:before":{color:ue,"background-color":ce,"border-color":me+" !important","font-size":"calc("+It+"px / 1.2 )"}," .uagb-forms-checkbox-wrap input[type=checkbox] + label:before":{"background-color":se,"border-radius":p(de,"px"),width:p(It,"px"),height:p(It,"px")}," .uagb-forms-checkbox-wrap > label":{color:_e}," .uagb-forms-accept-wrap input[type=checkbox]:checked + label:before":{color:ue,"background-color":ce,"border-color":me+" !important","font-size":"calc("+It+"px / 1.2 )"}," .uagb-forms-accept-wrap input[type=checkbox] + label:before":{"border-radius":p(de,"px"),"background-color":se,width:p(It,"px"),height:p(It,"px")}," .uagb-forms-accept-wrap > label":{color:_e}," .uagb-forms-field-set:hover .uagb-forms-input-label":{color:he}," .uagb-forms-field-set:hover .uagb-forms-input":{"background-color":Te,"border-color":xe}," .uagb-forms-field-set:hover .uagb-forms-input::placeholder":{color:Pe}},Ft={".uagb-forms__outer-wrap":{"padding-top":p(l,_),"padding-right":p(s,_),"padding-bottom":p(c,_),"padding-left":p(u,_)}," .uagb-forms-main-form .uagb-forms-field-set":{"margin-bottom":p(Ue,at)}," .uagb-forms-radio-wrap input[type=radio]:checked + label:before":{"font-size":"calc("+Wt+ht+" / 1.2 )"}," .uagb-forms-radio-wrap input[type=radio] + label:before":{width:p(Zt,ht),height:p(Zt,ht)}," .uagb-forms-checkbox-wrap input[type=checkbox]:checked + label:before":{"font-size":"calc("+Wt+"px / 1.2 )"}," .uagb-forms-checkbox-wrap input[type=checkbox] + label:before":{width:p(Zt,"px"),height:p(Zt,"px")}," .uagb-forms-accept-wrap input[type=checkbox]:checked + label:before":{"font-size":"calc("+Wt+"px / 1.2 )"}," .uagb-forms-accept-wrap input[type=checkbox] + label:before":{width:p(Zt,"px"),height:p(Zt,"px")}," .uagb-switch":{height:`calc(${aa["border-top-width"]} + ${aa["border-bottom-width"]} + ${p(parseInt(20+Jt+(20+Jt)/3),"px")})`,width:`calc(${aa["border-left-width"]} + ${aa["border-right-width"]} + ${p(parseInt(2.5*(20+Jt)+(20+Jt)/3),"px")})`}," .uagb-switch .uagb-slider:before":{height:p(20+Jt,"px"),width:p(20+Jt,"px"),top:p(parseInt((20+Jt)/6),"px"),bottom:p(parseInt((20+Jt)/6),"px"),left:p(parseInt((20+Jt)/6),"px"),"background-color":pe,"border-radius":`${sa} ${ca} ${pa} ${ua}`}," .uagb-slider.round":{"border-radius":p(20+Jt,"px")}," .uagb-switch input:checked + .uagb-slider:before ":{transform:`translateX(${p(parseInt(2.5*(20+Jt)-(20+Jt)),"px")})`}," .uagb-forms-main-form .uagb-forms-main-submit-button-wrap .uagb-forms-main-submit-button":{"padding-top":p(je,Ke),"padding-bottom":p(Ne,Ke),"padding-left":p(De,Ke),"padding-right":p(Fe,Ke),"font-size":p(O,L),"line-height":p(F,H),"letter-spacing":p(Ot,Ht),...fa}," .uagb-forms-main-form .uagb-forms-input-label":{"font-size":p(q,W),"line-height":p(J,$),"margin-bottom":p(wt,kt),"letter-spacing":p(Ut,St)}," .uagb-forms-main-form .uagb-forms-input::placeholder":{"font-size":p(ae,te),"line-height":p(le,oe),"letter-spacing":p(Et,Bt)}," .uagb-forms-main-form .uagb-forms-main-submit-button-wrap":{"text-align":C}},Nt={".uagb-forms__outer-wrap":{"padding-top":p(b,v),"padding-right":p(g,v),"padding-bottom":p(m,v),"padding-left":p(f,v)}," .uagb-forms-radio-wrap input[type=radio]:checked + label:before":{"font-size":"calc("+qt+ht+" / 1.2 )"}," .uagb-forms-radio-wrap input[type=radio] + label:before":{width:p($t,ht),height:p($t,ht)}," .uagb-forms-checkbox-wrap input[type=checkbox]:checked + label:before":{"font-size":"calc("+qt+"px / 1.2 )"}," .uagb-forms-checkbox-wrap input[type=checkbox] + label:before":{width:p($t,"px"),height:p($t,"px")}," .uagb-forms-accept-wrap input[type=checkbox]:checked + label:before":{"font-size":"calc("+qt+"px / 1.2 )"}," .uagb-forms-accept-wrap input[type=checkbox] + label:before":{width:p($t,"px"),height:p($t,"px")}," .uagb-forms-main-form .uagb-forms-field-set":{"margin-bottom":p(Ge,at)}," .uagb-switch":{height:`calc(${ia["border-top-width"]} + ${ia["border-bottom-width"]} + ${p(parseInt(20+Yt+(20+Yt)/3),"px")})`,width:`calc(${ia["border-left-width"]} + ${ia["border-right-width"]} + ${p(parseInt(2.5*(20+Yt)+(20+Yt)/3),"px")})`}," .uagb-switch .uagb-slider:before":{height:p(20+Yt,"px"),width:p(20+Yt,"px"),top:p(parseInt((20+Yt)/6),"px"),bottom:p(parseInt((20+Yt)/6),"px"),left:p(parseInt((20+Yt)/6),"px"),"background-color":pe,"border-radius":`${ba} ${ga} ${da} ${ya}`}," .uagb-slider.round":{"border-radius":p(20+Yt,"px")}," .uagb-switch input:checked + .uagb-slider:before ":{transform:`translateX(${p(parseInt(2.5*(20+Yt)-(20+Yt)),"px")})`}," .uagb-forms-main-form .uagb-forms-main-submit-button-wrap .uagb-forms-main-submit-button":{"padding-top":p(Ve,$e),"padding-bottom":p(We,$e),"padding-left":p(qe,$e),"padding-right":p(Ie,$e),"font-size":p(z,L),"line-height":p(N,H),...ha,"letter-spacing":p(zt,Ht)}," .uagb-forms-main-form .uagb-forms-input-label":{"font-size":p(Z,W),"line-height":p(Y,$),"margin-bottom":p(Pt,kt),"letter-spacing":p(Gt,St)}," .uagb-forms-main-form .uagb-forms-input::placeholder":{"font-size":p(ie,te),"line-height":p(re,oe),"letter-spacing":p(Rt,Bt)}," .uagb-forms-main-form .uagb-forms-main-submit-button-wrap":{"text-align":w}},"boxed"===Se?(jt[" .uagb-forms-main-form .uagb-forms-input"]={...Qt,"background-color":ve,color:_e,"padding-top":p(it,yt),"padding-bottom":p(nt,yt),"padding-left":p(lt,yt),"padding-right":p(ot,yt)},Ft[" .uagb-forms-main-form .uagb-forms-input"]={...Xt,"padding-top":p(rt,ft),"padding-bottom":p(ct,ft),"padding-left":p(pt,ft),"padding-right":p(st,ft)},Nt[" .uagb-forms-main-form .uagb-forms-input"]={...ea,"padding-top":p(ut,mt),"padding-bottom":p(gt,mt),"padding-left":p(dt,mt),"padding-right":p(bt,mt)},jt[" .uagb-forms-main-form .uagb-forms-checkbox-wrap input[type=checkbox] + label:before"]=ta,jt[" .uagb-forms-main-form .uagb-forms-accept-wrap input[type=checkbox] + label:before"]=ta,jt[" .uagb-forms-main-form .uagb-forms-radio-wrap input[type=radio] + label:before"]=ta,jt[" .uagb-slider "]={...ta,"background-color":se},Nt[" .uagb-forms-main-form .uagb-forms-checkbox-wrap input[type=checkbox] + label:before"]=ia,Nt[" .uagb-forms-main-form .uagb-forms-accept-wrap input[type=checkbox] + label:before"]=ia,Nt[" .uagb-forms-main-form .uagb-forms-radio-wrap input[type=radio] + label:before"]=ia,Nt[" .uagb-slider "]=ia,Ft[" .uagb-forms-main-form .uagb-forms-checkbox-wrap input[type=checkbox] + label:before"]=aa,Ft[" .uagb-forms-main-form .uagb-forms-accept-wrap input[type=checkbox] + label:before"]=aa,Ft[" .uagb-forms-main-form .uagb-forms-radio-wrap input[type=radio] + label:before"]=aa,Ft[" .uagb-slider "]=aa):"underlined"===Se&&(jt[".uagb-forms__outer-wrap .uagb-forms-main-form .uagb-forms-input"]={"border-top-width":"0px","border-right-width":"0px","border-left-width":"0px","border-top":0,"border-left":0,"border-right":0,outline:0,"border-radius":0,background:"transparent",...Qt,color:_e,"padding-top":p(it,yt),"padding-bottom":p(nt,yt),"padding-left":p(lt,yt),"padding-right":p(ot,yt)},jt[" .uagb-forms-main-form .uagb-forms-input:focus"]={"border-top-width":0,"border-right-width":0,"border-left-width":0,"box-shadow":"unset"},Ft[" .uagb-forms-main-form .uagb-forms-input"]={"padding-top":p(rt,ft),"padding-bottom":p(ct,ft),"padding-left":p(pt,ft),"padding-right":p(st,ft),...Xt},Nt[" .uagb-forms-main-form .uagb-forms-input"]={"padding-top":p(ut,mt),"padding-bottom":p(gt,mt),"padding-left":p(dt,mt),"padding-right":p(bt,mt),...ea},jt[" .uagb-forms-main-form .uagb-forms-checkbox-wrap input[type=checkbox] + label:before"]={"border-bottom":p(ge,"px")+" "+be+" "+ye},jt[" .uagb-forms-main-form .uagb-forms-accept-wrap input[type=checkbox] + label:before"]={"border-bottom":p(ge,"px")+" "+be+" "+ye},jt[" .uagb-forms-main-form .uagb-forms-radio-wrap input[type=radio] + label:before"]={"border-bottom":p(ge,"px")+" "+be+" "+ye},jt[" .uagb-slider "]={"background-color":se,"border-bottom":p(ge,"px")+" "+be+" "+ye});let _a="";const va=".editor-styles-wrapper .uagb-block-"+e.clientId.substr(0,8);return _a=r(jt,va),_a+=r(Ft,va+".uagb-editor-preview-mode-tablet"),_a+=r(Nt,va+".uagb-editor-preview-mode-mobile"),_a},qt=a(40),Zt=a.n(qt);function $t(){return($t=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e}).apply(this,arguments)}const Kt=Object(f.lazy)(()=>a.e(48).then(a.bind(null,533))),Jt=Object(f.lazy)(()=>a.e(45).then(a.bind(null,534))),Yt=Object(v.withSelect)((e,t)=>{const{getBlocks:a}=e("core/block-editor"),{getBlockType:i,getBlockVariations:o,getDefaultBlockVariation:n}=e("core/blocks"),l=a(t.clientId),{replaceInnerBlocks:r}=Object(v.useDispatch)("core/block-editor");return{innerBlocks:l,hasInnerBlocks:e("core/block-editor").getBlocks(t.clientId).length>0,blockType:i(t.name),defaultVariation:void 0===n?null:n(t.name),variations:void 0===o?null:o(t.name),replaceInnerBlocks:r}}),Qt=Object(x.createHigherOrderComponent)(e=>t=>h.a.createElement(e,$t({},t,{className:t.attributes.className})),"addAdvancedClasses");wp.hooks.addFilter("editor.BlockListBlock","uagb/forms",Qt);var Xt=Object(x.compose)(te.withNotices,Yt,Qt)(e=>{const t=Object(w.a)();Object(f.useEffect)(()=>{const{setAttributes:t}=e;t({block_id:e.clientId.substr(0,8)});const{vPaddingSubmit:a,hPaddingSubmit:i,vPaddingField:o,hPaddingField:n,paddingFieldTop:l,paddingFieldRight:s,paddingFieldBottom:c,paddingFieldLeft:p,paddingBtnTop:u,paddingBtnRight:b,paddingBtnBottom:g,paddingBtnLeft:d,reCaptchaSiteKeyV2:y,reCaptchaSecretKeyV2:m,reCaptchaSiteKeyV3:f,reCaptchaSecretKeyV3:h,reCaptchaEnable:_,toggleColor:v,inputColor:T}=e.attributes;T&&void 0===v&&t({toggleColor:T}),a&&(void 0===u&&t({paddingBtnTop:a}),void 0===g&&t({paddingBtnBottom:a})),i&&(void 0===b&&t({paddingBtnRight:i}),void 0===d&&t({paddingBtnLeft:i})),o&&(void 0===l&&t({paddingFieldTop:o}),void 0===c&&t({paddingFieldBottom:o})),n&&(void 0===s&&t({paddingFieldRight:n}),void 0===p&&t({paddingFieldLeft:n}));const C=e.clientId;if(window.addEventListener("load",r(C)),_){const e={};""===uagb_blocks_info.recaptcha_site_key_v2&&""===uagb_blocks_info.recaptcha_secret_key_v2&&y&&m&&(e.reCaptchaSiteKeyV2=y,e.reCaptchaSecretKeyV2=m),""===uagb_blocks_info.recaptcha_site_key_v3&&""===uagb_blocks_info.recaptcha_secret_key_v3&&f&&h&&(e.reCaptchaSiteKeyV3=f,e.reCaptchaSecretKeyV3=h);const t=new window.FormData;t.append("action","uagb_forms_recaptcha"),t.append("nonce",uagb_blocks_info.uagb_ajax_nonce),t.append("value",JSON.stringify(e)),0!==Object.keys(e).length&&Zt()({url:uagb_blocks_info.ajax_url,method:"POST",body:t}).then(()=>{})}const{inputborderStyle:w,inputborderWidth:k,inputborderColor:x,inputborderHColor:A,inputborderRadius:U,submitborderWidth:G,submitborderRadius:S,submitborderColor:M,submitborderHColor:E,submitborderStyle:R}=e.attributes;if(k||U||x||A||w){const t=Object(P.b)("field",{label:"inputborderWidth",value:k},{label:"inputborderRadius",value:U},{label:"inputborderColor",value:x},{label:"inputborderHColor",value:A},{label:"inputborderStyle",value:w});e.setAttributes(t);const a=Object(P.b)("checkBoxToggle",{label:"inputborderWidth",value:k},{label:"inputborderRadius",value:U},{label:"inputborderColor",value:x},{label:"inputborderHColor",value:A},{label:"inputborderStyle",value:w});e.setAttributes(a)}if(G||S||M||E||R){const t=Object(P.b)("btn",{label:"submitborderWidth",value:G},{label:"submitborderRadius",value:S},{label:"submitborderColor",value:M},{label:"submitborderHColor",value:E},{label:"submitborderStyle",value:R});e.setAttributes(t)}},[]),Object(f.useEffect)(()=>{const t=Wt(e);l("uagb-style-forms-"+e.clientId.substr(0,8),t)},[e]),Object(f.useEffect)(()=>{const t=Wt(e);l("uagb-style-forms-"+e.clientId.substr(0,8),t),C();const a=(void 0).props.clientId;window.addEventListener("load",(void 0).renderReadyClasses(a))},[t]);const a=Object(f.useCallback)((function(){let t=arguments.length>0&&void 0!==arguments[0]?arguments[0]:e.defaultVariation;t.attributes&&e.setAttributes(t.attributes),t.innerBlocks&&e.replaceInnerBlocks(e.clientId,i(t.innerBlocks))})),i=Object(f.useCallback)(e=>e.map(e=>{let[t,a,o=[]]=e;return Object(U.createBlock)(t,a,i(o))})),{variations:o,hasInnerBlocks:n}=e,r=Object(f.useCallback)(e=>{const t=document.querySelector("iframe[name='editor-canvas']");let a,i;var o;if(t?(a=t.contentDocument.getElementById("block-"+e),i=a.getElementsByClassName("uagb-forms__outer-wrap")):(a=document.getElementById("block-"+e),i=null===(o=a)||void 0===o?void 0:o.getElementsByClassName("uagb-forms__outer-wrap")),i&&i[0]){const e=i[0].children[0].children[0].getElementsByClassName("block-editor-block-list__layout")[0].children;for(let t=0;t<e.length;t++)if(e[t].classList.contains("uag-col-2")&&e[t+1].classList.contains("uag-col-2")){const a=document.createElement("div");a.className="uag-col-2-wrap uag-col-wrap-"+t,e[t+1].after(a);const o=i[0].getElementsByClassName("uag-col-wrap-"+t);o[0].appendChild(e[t]),o[0].appendChild(e[t])}else if(e[t].classList.contains("uag-col-3")&&e[t+1].classList.contains("uag-col-3")&&e[t+2].classList.contains("uag-col-3")){const a=document.createElement("div");a.className="uag-col-3-wrap uag-col-wrap-"+t,e[t+2].after(a);const o=i[0].getElementsByClassName("uag-col-wrap-"+t);o[0].appendChild(e[t]),o[0].appendChild(e[t]),o[0].appendChild(e[t])}else if(e[t].classList.contains("uag-col-4")&&e[t+1].classList.contains("uag-col-4")&&e[t+2].classList.contains("uag-col-4")&&e[t+3].classList.contains("uag-col-4")){const a=document.createElement("div");a.className="uag-col-4-wrap uag-col-wrap-"+t,e[t+3].after(a);const o=i[0].getElementsByClassName("uag-col-wrap-"+t);o[0].appendChild(e[t]),o[0].appendChild(e[t]),o[0].appendChild(e[t]),o[0].appendChild(e[t])}}}),c=uagb_blocks_info.uagb_url+"/admin/assets/preview-images/form.png";return n?h.a.createElement(h.a.Fragment,null,h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(Kt,{parentProps:e}),h.a.createElement(Jt,{parentProps:e}))):h.a.createElement(h.a.Fragment,null,e.attributes.isPreview?h.a.createElement("img",{width:"100%",src:c,alt:""}):h.a.createElement(A.__experimentalBlockVariationPicker,{icon:s.a.forms,label:uagb_blocks_info.blocks["uagb/forms"].title,instructions:Object(k.__)("Select a variation to start with.","ultimate-addons-for-gutenberg"),variations:o,allowSkip:!0,onSelect:e=>a(e),className:"uagb-forms-variations"}))});a(169);var ea=[{name:"simple-contact-form",label:Object(k.__)("Simple Contact Form","ultimate-addons-for-gutenberg"),icon:s.a.form1,title:Object(k.__)("Simple Contact Form","ultimate-addons-for-gutenberg"),attributes:{},isDefault:!0,innerBlocks:[["uagb/forms-name",{name:Object(k.__)("First Name","ultimate-addons-for-gutenberg"),placeholder:Object(k.__)("John","ultimate-addons-for-gutenberg"),nameRequired:!0,autocomplete:"given-name"}],["uagb/forms-name",{name:Object(k.__)("Last Name","ultimate-addons-for-gutenberg"),placeholder:Object(k.__)("Doe","ultimate-addons-for-gutenberg"),nameRequired:!0,autocomplete:"family-name"}],["uagb/forms-email",{emailRequired:!0}],["uagb/forms-textarea",{textareaRequired:!0}]],scope:["block"]},{name:"newsletter-form",label:Object(k.__)("Newsletter Form","ultimate-addons-for-gutenberg"),icon:s.a.form2,title:Object(k.__)("Newsletter Form","ultimate-addons-for-gutenberg"),attributes:{},innerBlocks:[["uagb/forms-name",{nameRequired:!0}],["uagb/forms-email",{emailRequired:!0}]],scope:["block"]},{name:"suggestion-form",label:Object(k.__)("Suggestion Form","ultimate-addons-for-gutenberg"),icon:s.a.form3,title:Object(k.__)("Suggestion Form","ultimate-addons-for-gutenberg"),attributes:{},innerBlocks:[["uagb/forms-name",{nameRequired:!0}],["uagb/forms-email",{emailRequired:!0}],["uagb/forms-radio",{radioRequired:!0,radioName:"Some question with below listed option?",options:[{optiontitle:Object(k.__)("Option Name 1","ultimate-addons-for-gutenberg"),optionvalue:Object(k.__)("Option Value 1","ultimate-addons-for-gutenberg")},{optiontitle:Object(k.__)("Option Name 2","ultimate-addons-for-gutenberg"),optionvalue:Object(k.__)("Option Value 2","ultimate-addons-for-gutenberg")},{optiontitle:Object(k.__)("Option Name 3","ultimate-addons-for-gutenberg"),optionvalue:Object(k.__)("Option Value 3","ultimate-addons-for-gutenberg")},{optiontitle:Object(k.__)("Option Name 4","ultimate-addons-for-gutenberg"),optionvalue:Object(k.__)("Option Value 4","ultimate-addons-for-gutenberg")}]}],["uagb/forms-name",{name:Object(k.__)("Subject","ultimate-addons-for-gutenberg"),placeholder:Object(k.__)("Enter your subject","ultimate-addons-for-gutenberg"),nameRequired:!0,autocomplete:"off"}],["uagb/forms-textarea",{textareaRequired:!0}]],scope:["block"]}],ta=[{attributes:{block_id:{type:"string"},submitButtonText:{type:"string",default:Object(k.__)("Submit","ultimate-addons-for-gutenberg")},formLabel:{type:"string",default:Object(k.__)("UAG Form","ultimate-addons-for-gutenberg")},buttonAlign:{type:"string",default:"left"},confirmationType:{type:"string",default:"message"},confirmationMessage:{type:"string",default:Object(k.__)("The form has been submitted successfully!","ultimate-addons-for-gutenberg")},failedMessage:{type:"string",default:Object(k.__)("There has been some error while submitting the form. Please verify all form fields again.","ultimate-addons-for-gutenberg")},confirmationUrl:{type:"string"},sendAfterSubmitEmail:{type:"boolean",default:!0},afterSubmitToEmail:{type:"string",default:""},afterSubmitCcEmail:{type:"string",default:""},afterSubmitBccEmail:{type:"string",default:""},afterSubmitEmailSubject:{type:"string",default:Object(k.__)("Form Submission","ultimate-addons-for-gutenberg")},submitColor:{type:"string",default:"#ffffff"},submitColorHover:{type:"string",default:"#000000"},submitBgColor:{type:"string",default:"#000000"},submitBgColorHover:{type:"string",default:"#ffffff"},buttonSize:{type:"string",default:"medium"},submitborderStyle:{type:"string"},submitborderWidth:{type:"number"},submitborderRadius:{type:"number",default:3},submitborderColor:{type:"string"},submitborderHoverColor:{type:"string"},hPaddingSubmit:{type:"number"},vPaddingSubmit:{type:"number"},paddingBtnUnit:{type:"string",default:"px"},mobilePaddingBtnUnit:{type:"string",default:"px"},tabletPaddingBtnUnit:{type:"string",default:"px"},paddingFieldUnit:{type:"string",default:"px"},paddingFieldUnitmobile:{type:"string",default:"px"},paddingFieldUnitTablet:{type:"string",default:"px"},submitTextloadGoogleFonts:{type:"boolean",default:!1},submitTextFontFamily:{type:"string",default:"Default"},submitTextFontWeight:{type:"string"},submitTextFontSubset:{type:"string"},submitTextFontSize:{type:"number",default:15},submitTextFontSizeType:{type:"string",default:"px"},submitTextFontSizeTablet:{type:"number",default:15},submitTextFontSizeMobile:{type:"number",default:15},submitTextLineHeightType:{type:"string",default:"em"},submitTextLineHeight:{type:"number"},submitTextLineHeightTablet:{type:"number"},submitTextLineHeightMobile:{type:"number"},labelloadGoogleFonts:{type:"boolean",default:!1},labelFontFamily:{type:"string",default:"Default"},labelFontWeight:{type:"string"},labelFontSubset:{type:"string"},labelFontSize:{type:"number",default:15},labelFontSizeType:{type:"string",default:"px"},labelFontSizeTablet:{type:"number",default:15},labelFontSizeMobile:{type:"number",default:15},labelLineHeightType:{type:"string",default:"em"},labelLineHeight:{type:"number"},labelLineHeightTablet:{type:"number"},labelLineHeightMobile:{type:"number"},inputloadGoogleFonts:{type:"boolean",default:!1},inputFontFamily:{type:"string",default:"Default"},inputFontWeight:{type:"string"},inputFontSubset:{type:"string"},inputFontSize:{type:"number"},inputFontSizeType:{type:"string",default:"px"},inputFontSizeTablet:{type:"number",default:15},inputFontSizeMobile:{type:"number",default:15},inputLineHeightType:{type:"string",default:"em"},inputLineHeight:{type:"number"},toggleSize:{type:"number",default:15},toggleWidthSize:{type:"number",default:0},toggleActiveColor:{type:"string",default:"#000000"},toggleHeightSize:{type:"number",default:0},inputLineHeightTablet:{type:"number"},inputLineHeightMobile:{type:"number"},labelColor:{type:"string",default:"#000000"},inputColor:{type:"string",default:"#000000"},bgColor:{type:"string"},inputplaceholderColor:{type:"string",default:"#abb8c3"},inputactiveColor:{type:"string",default:"#000000"},inputborderStyle:{type:"string",default:"solid"},inputborderWidth:{type:"number",default:1},inputborderRadius:{type:"number",default:3},inputborderColor:{type:"string",default:"#BDBDBD"},inputborderHoverColor:{type:"string"},hPaddingField:{type:"number",default:10},vPaddingField:{type:"number",default:10},fieldGap:{type:"number",default:20},formStyle:{type:"string",default:"boxed"},overallAlignment:{type:"string",default:"left"},reCaptchaEnable:{type:"boolean",default:!1},reCaptchaType:{type:"string",default:"v2"},reCaptchaSiteKeyV2:{type:"string",default:""},reCaptchaSecretKeyV2:{type:"string",default:""},reCaptchaSiteKeyV3:{type:"string",default:""},reCaptchaSecretKeyV3:{type:"string",default:""},hidereCaptchaBatch:{type:"boolean",default:!1},successMessageTextColor:{type:"string",default:"#000000"},successMessageBGColor:{type:"string",default:"#00800030"},successMessageBorderColor:{type:"string",default:"green"},successMessageBorderStyle:{type:"string",default:"solid"},successMessageBorderWidth:{type:"string",default:"2"},failedMessageTextColor:{type:"string",default:"#000000"},failedMessageBorderColor:{type:"string",default:"red"},failedMessageBGColor:{type:"string",default:"#f5f5f5"},captchaMessage:{type:"string",default:Object(k.__)("Please fill up the above captcha.","ultimate-addons-for-gutenberg")},fieldGapType:{type:"string",default:"px"},toggleSizeType:{type:"string",default:"px"}},save(e){const{attributes:t}=e,{block_id:a,formLabel:i,submitButtonText:o,confirmationType:n,confirmationMessage:l,failedMessage:r,reCaptchaEnable:s,reCaptchaType:c,reCaptchaSiteKeyV2:p,reCaptchaSecretKeyV2:u,reCaptchaSiteKeyV3:b,reCaptchaSecretKeyV3:g,buttonSize:d}=t;return React.createElement("div",{className:N()("uagb-forms__outer-wrap","uagb-block-"+a,`uagb-forms__${d}-btn`)},React.createElement("form",{className:"uagb-forms-main-form",method:"post",name:"uagb-form-"+a},React.createElement(A.InnerBlocks.Content,null),React.createElement("div",{className:"uagb-forms-form-hidden-data"},s&&React.createElement("input",{type:"hidden",id:"g-recaptcha-response",className:"uagb-forms-recaptcha"}),React.createElement("input",{type:"hidden",className:"uagb_forms_form_label",value:i}),React.createElement("input",{type:"hidden",className:"uagb_forms_form_id",value:"uagb-form-"+a})),s&&"v2"===c&&p&&u&&React.createElement(React.Fragment,null,React.createElement("div",{className:"g-recaptcha uagb-forms-field-set","data-sitekey":p}),React.createElement("div",{className:"uagb-form-reacaptcha-error-"+a})),React.createElement("div",{className:"uagb-forms-main-submit-button-wrap"},React.createElement("button",{className:"uagb-forms-main-submit-button"},React.createElement(A.RichText.Content,{tagName:"div",value:o,className:"uagb-forms-main-submit-button-text"})))),"message"===n&&React.createElement(React.Fragment,null,React.createElement("div",{className:N()("uagb-forms-success-message-"+a,"uagb-forms-submit-message-hide")},React.createElement("span",null,l)),React.createElement("div",{className:N()("uagb-forms-failed-message-"+a,"uagb-forms-submit-message-hide")},React.createElement("span",null,r))))}}];Object(U.registerBlockType)("uagb/forms",{title:Object(k.__)("Form","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add easily customizable forms to gather information.","ultimate-addons-for-gutenberg"),icon:s.a.forms,category:uagb_blocks_info.category,keywords:[Object(k.__)("forms","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg")],example:{attributes:{isPreview:!0}},attributes:It.a,variations:ea,edit:Xt,supports:{anchor:!0},deprecated:ta,save:function(e){const{attributes:t}=e,{block_id:a,formLabel:i,submitButtonText:o,confirmationType:n,confirmationMessage:l,failedMessage:r,reCaptchaEnable:s,reCaptchaType:c,buttonSize:p}=t;return React.createElement("div",{className:N()("uagb-forms__outer-wrap","uagb-block-"+a,`uagb-forms__${p}-btn`)},React.createElement("form",{className:"uagb-forms-main-form",method:"post",autoComplete:"on",name:"uagb-form-"+a},React.createElement(A.InnerBlocks.Content,null),React.createElement("div",{className:"uagb-forms-form-hidden-data"},s&&React.createElement("input",{type:"hidden",id:"g-recaptcha-response",className:"uagb-forms-recaptcha"}),React.createElement("input",{type:"hidden",className:"uagb_forms_form_label",value:i}),React.createElement("input",{type:"hidden",className:"uagb_forms_form_id",value:"uagb-form-"+a})),s&&"v2"===c&&React.createElement(React.Fragment,null,React.createElement("div",{className:"g-recaptcha uagb-forms-field-set","data-sitekey":""})),React.createElement("div",{className:"uagb-form-reacaptcha-error-"+a}),React.createElement("div",{className:"uagb-forms-main-submit-button-wrap wp-block-button"},React.createElement("button",{className:"uagb-forms-main-submit-button wp-block-button__link"},React.createElement(A.RichText.Content,{tagName:"div",value:o,className:"uagb-forms-main-submit-button-text"})))),"message"===n&&React.createElement(React.Fragment,null,React.createElement("div",{className:N()("uagb-forms-success-message-"+a,"uagb-forms-submit-message-hide")},React.createElement("span",null,l)),React.createElement("div",{className:N()("uagb-forms-failed-message-"+a,"uagb-forms-submit-message-hide")},React.createElement("span",null,r))))}});var aa={isPreview:{type:"boolean",default:!1},block_id:{type:"string"},nameRequired:{type:"boolean",default:!1},name:{type:"string",default:Object(k.__)("Name","ultimate-addons-for-gutenberg")},placeholder:{type:"string",default:Object(k.__)("John Doe","ultimate-addons-for-gutenberg")},autocomplete:{type:"string",default:"name"}};const ia=Object(f.lazy)(()=>a.e(40).then(a.bind(null,472))),oa=Object(f.lazy)(()=>a.e(39).then(a.bind(null,535)));var na=[{attributes:{block_id:{type:"string"},nameRequired:{type:"boolean",default:!1},name:{type:"string",default:Object(k.__)("Name","ultimate-addons-for-gutenberg")},placeholder:{type:"string",default:Object(k.__)("John Doe","ultimate-addons-for-gutenberg")}},save(e){const{block_id:t,nameRequired:a,name:i,placeholder:o}=e.attributes,n=a?Object(k.__)("required","ultimate-addons-for-gutenberg"):"";return React.createElement("div",{className:N()("uagb-forms-name-wrap","uagb-forms-field-set","uagb-block-"+t)},React.createElement(A.RichText.Content,{tagName:"div",value:i,className:`uagb-forms-name-label ${n} uagb-forms-input-label`,id:t}),React.createElement("input",{type:"text",placeholder:o,required:a,className:"uagb-forms-name-input uagb-forms-input",name:t}))}}];Object(U.registerBlockType)("uagb/forms-name",{title:Object(k.__)("Name","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add a name field in your form.","ultimate-addons-for-gutenberg"),icon:s.a.name,category:uagb_blocks_info.category,parent:["uagb/forms"],attributes:aa,edit:e=>{Object(f.useEffect)(()=>{const{setAttributes:t}=e;t({block_id:e.clientId.substr(0,8)});const a=document.createElement("style");a.setAttribute("id","uagb-style-forms-name-"+e.clientId.substr(0,8)),document.head.appendChild(a)},[]);const t=uagb_blocks_info.uagb_url+"/admin/assets/preview-images/form-name.svg";return h.a.createElement(h.a.Fragment,null,e.attributes.isPreview?h.a.createElement("img",{width:"100%",src:t,alt:""}):h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(ia,{parentProps:e}),h.a.createElement(oa,{parentProps:e})))},supports:{anchor:!0},example:{attributes:{isPreview:!0}},save:function(e){const{attributes:t}=e,{block_id:a,nameRequired:i,name:o,placeholder:n,autocomplete:l}=t,r=i?Object(k.__)("required","ultimate-addons-for-gutenberg"):"";return React.createElement("div",{className:N()("uagb-forms-name-wrap","uagb-forms-field-set","uagb-block-"+a)},React.createElement(A.RichText.Content,{tagName:"div",value:o,className:`uagb-forms-name-label ${r} uagb-forms-input-label`,id:a}),React.createElement("input",{type:"text",placeholder:n,required:i,className:"uagb-forms-name-input uagb-forms-input",name:a,autoComplete:l}))},deprecated:na});var la={isPreview:{type:"boolean",default:!1},block_id:{type:"string"},name:{type:"string",default:Object(k.__)("Email","ultimate-addons-for-gutenberg")},required:{type:"boolean",default:!1},placeholder:{type:"string",default:Object(k.__)("example@mail.com","ultimate-addons-for-gutenberg")},autocomplete:{type:"string",default:"email"}};const ra=Object(f.lazy)(()=>a.e(36).then(a.bind(null,473))),sa=Object(f.lazy)(()=>a.e(35).then(a.bind(null,536)));var ca=[{attributes:{block_id:{type:"string"},name:{type:"string",default:Object(k.__)("Email","ultimate-addons-for-gutenberg")},required:{type:"boolean",default:!1},placeholder:{type:"string",default:Object(k.__)("example@mail.com","ultimate-addons-for-gutenberg")}},save(e){const{block_id:t,name:a,required:i,placeholder:o}=e.attributes,n=i?Object(k.__)("required","ultimate-addons-for-gutenberg"):"";return React.createElement("div",{className:N()("uagb-forms-email-wrap","uagb-forms-field-set","uagb-block-"+t)},React.createElement(A.RichText.Content,{tagName:"div",value:a,className:`uagb-forms-email-label ${n} uagb-forms-input-label`,id:t}),React.createElement("input",{type:"email",className:"uagb-forms-email-input uagb-forms-input",placeholder:o,required:i,name:t}))}}];Object(U.registerBlockType)("uagb/forms-email",{title:Object(k.__)("Email","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add an email address field in your form.","ultimate-addons-for-gutenberg"),icon:s.a.email,category:uagb_blocks_info.category,parent:["uagb/forms"],attributes:la,edit:e=>{Object(f.useEffect)(()=>{const{setAttributes:t}=e;t({block_id:e.clientId.substr(0,8)});const a=document.createElement("style");a.setAttribute("id","uagb-style-forms-email-"+e.clientId.substr(0,8)),document.head.appendChild(a)},[]);const t=uagb_blocks_info.uagb_url+"/admin/assets/preview-images/form-email.svg";return h.a.createElement(h.a.Fragment,null,e.attributes.isPreview?h.a.createElement("img",{width:"100%",src:t,alt:""}):h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(ra,{parentProps:e}),h.a.createElement(sa,{parentProps:e})))},supports:{anchor:!0},example:{attributes:{isPreview:!0}},save:function(e){const{attributes:t}=e,{block_id:a,name:i,required:o,placeholder:n,autocomplete:l}=t,r=o?Object(k.__)("required","ultimate-addons-for-gutenberg"):"";return React.createElement("div",{className:N()("uagb-forms-email-wrap","uagb-forms-field-set","uagb-block-"+a)},React.createElement(A.RichText.Content,{tagName:"div",value:i,className:`uagb-forms-email-label ${r} uagb-forms-input-label`,id:a}),React.createElement("input",{type:"email",className:"uagb-forms-email-input uagb-forms-input",placeholder:n,required:o,name:a,autoComplete:l}))},deprecated:ca});var pa={isPreview:{type:"boolean",default:!1},block_id:{type:"string"},hidden_field_name:{type:"string",default:Object(k.__)("Hidden Field Name","ultimate-addons-for-gutenberg")},hidden_field_value:{type:"string"}};const ua=Object(f.lazy)(()=>a.e(38).then(a.bind(null,474))),ba=Object(f.lazy)(()=>a.e(37).then(a.bind(null,475)));Object(U.registerBlockType)("uagb/forms-hidden",{title:Object(k.__)("Hidden","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add a hidden field in your form to pass data.","ultimate-addons-for-gutenberg"),icon:s.a.hidden,category:uagb_blocks_info.category,parent:["uagb/forms"],attributes:pa,edit:e=>{Object(f.useEffect)(()=>{const{setAttributes:t}=e;t({block_id:e.clientId.substr(0,8)});const a=document.createElement("style");a.setAttribute("id","uagb-style-forms-hidden-"+e.clientId.substr(0,8)),document.head.appendChild(a)},[]);const t=uagb_blocks_info.uagb_url+"/admin/assets/preview-images/form-hidden.svg";return h.a.createElement(h.a.Fragment,null,e.attributes.isPreview?h.a.createElement("img",{width:"100%",src:t,alt:""}):h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(ua,{parentProps:e}),h.a.createElement(ba,{parentProps:e})))},supports:{anchor:!0},example:{attributes:{isPreview:!0}},save:function(e){const{attributes:t}=e,{block_id:a,hidden_field_value:i}=t;return React.createElement("div",{className:N()("uagb-forms-hidden-wrap","uagb-block-"+a)},React.createElement("input",{type:"hidden",className:"uagb-forms-hidden-input",value:i}))}});var ga={isPreview:{type:"boolean",default:!1},block_id:{type:"string"},phoneName:{type:"string",default:Object(k.__)("Phone","ultimate-addons-for-gutenberg")},phoneRequired:{type:"boolean",default:!1},pattern:{type:"string",default:Object(k.__)("[0-9]{3}s?[0-9]{3}s?[0-9]{4}","ultimate-addons-for-gutenberg")},selectPhoneCode:{type:"string",default:"+44"},autocomplete:{type:"string",default:"tel-national"}};const da=Object(f.lazy)(()=>a.e(42).then(a.bind(null,476))),ya=Object(f.lazy)(()=>a.e(41).then(a.bind(null,537)));var ma=a(150),fa=[React.createElement("option",{"data-countryCode":"GB",value:"+44"},"UK (+44)"),React.createElement("option",{"data-countryCode":"US",value:"+1"},"USA (+1)"),React.createElement("option",{"data-countryCode":"DZ",value:"+213"},"Algeria (+213)"),React.createElement("option",{"data-countryCode":"AD",value:"+376"},"Andorra (+376)"),React.createElement("option",{"data-countryCode":"AO",value:"+244"},"Angola (+244)"),React.createElement("option",{"data-countryCode":"AI",value:"+1264"},"Anguilla (+1264)"),React.createElement("option",{"data-countryCode":"AG",value:"+1268"},"Antigua & Barbuda (+1268)"),React.createElement("option",{"data-countryCode":"AR",value:"+54"},"Argentina (+54)"),React.createElement("option",{"data-countryCode":"AM",value:"+374"},"Armenia (+374)"),React.createElement("option",{"data-countryCode":"AW",value:"+297"},"Aruba (+297)"),React.createElement("option",{"data-countryCode":"AU",value:"+61"},"Australia (+61)"),React.createElement("option",{"data-countryCode":"AT",value:"+43"},"Austria (+43)"),React.createElement("option",{"data-countryCode":"AZ",value:"+994"},"Azerbaijan (+994)"),React.createElement("option",{"data-countryCode":"BS",value:"+1242"},"Bahamas (+1242)"),React.createElement("option",{"data-countryCode":"BH",value:"+973"},"Bahrain (+973)"),React.createElement("option",{"data-countryCode":"BD",value:"+880"},"Bangladesh (+880)"),React.createElement("option",{"data-countryCode":"BB",value:"+1246"},"Barbados (+1246)"),React.createElement("option",{"data-countryCode":"BY",value:"+375"},"Belarus (+375)"),React.createElement("option",{"data-countryCode":"BE",value:"+32"},"Belgium (+32)"),React.createElement("option",{"data-countryCode":"BZ",value:"+501"},"Belize (+501)"),React.createElement("option",{"data-countryCode":"BJ",value:"+229"},"Benin (+229)"),React.createElement("option",{"data-countryCode":"BM",value:"+1441"},"Bermuda (+1441)"),React.createElement("option",{"data-countryCode":"BT",value:"+975"},"Bhutan (+975)"),React.createElement("option",{"data-countryCode":"BO",value:"+591"},"Bolivia (+591)"),React.createElement("option",{"data-countryCode":"BA",value:"+387"},"Bosnia Herzegovina (+387)"),React.createElement("option",{"data-countryCode":"BW",value:"+267"},"Botswana (+267)"),React.createElement("option",{"data-countryCode":"BR",value:"+55"},"Brazil (+55)"),React.createElement("option",{"data-countryCode":"BN",value:"+673"},"Brunei (+673)"),React.createElement("option",{"data-countryCode":"BG",value:"+359"},"Bulgaria (+359)"),React.createElement("option",{"data-countryCode":"BF",value:"+226"},"Burkina Faso (+226)"),React.createElement("option",{"data-countryCode":"BI",value:"+257"},"Burundi (+257)"),React.createElement("option",{"data-countryCode":"KH",value:"+855"},"Cambodia (+855)"),React.createElement("option",{"data-countryCode":"CM",value:"+237"},"Cameroon (+237)"),React.createElement("option",{"data-countryCode":"CA",value:"+1"},"Canada (+1)"),React.createElement("option",{"data-countryCode":"CV",value:"+238"},"Cape Verde Islands (+238)"),React.createElement("option",{"data-countryCode":"KY",value:"+1345"},"Cayman Islands (+1345)"),React.createElement("option",{"data-countryCode":"CF",value:"+236"},"Central African Republic (+236)"),React.createElement("option",{"data-countryCode":"CL",value:"+56"},"Chile (+56)"),React.createElement("option",{"data-countryCode":"CN",value:"+86"},"China (+86)"),React.createElement("option",{"data-countryCode":"CO",value:"+57"},"Colombia (+57)"),React.createElement("option",{"data-countryCode":"KM",value:"+269"},"Comoros (+269)"),React.createElement("option",{"data-countryCode":"CG",value:"+242"},"Congo (+242)"),React.createElement("option",{"data-countryCode":"CK",value:"+682"},"Cook Islands (+682)"),React.createElement("option",{"data-countryCode":"CR",value:"+506"},"Costa Rica (+506)"),React.createElement("option",{"data-countryCode":"HR",value:"+385"},"Croatia (+385)"),React.createElement("option",{"data-countryCode":"CU",value:"+53"},"Cuba (+53)"),React.createElement("option",{"data-countryCode":"CY",value:"+90392"},"Cyprus North (+90392)"),React.createElement("option",{"data-countryCode":"CY",value:"+357"},"Cyprus South (+357)"),React.createElement("option",{"data-countryCode":"CZ",value:"+42"},"Czech Republic (+42)"),React.createElement("option",{"data-countryCode":"DK",value:"+45"},"Denmark (+45)"),React.createElement("option",{"data-countryCode":"DJ",value:"+253"},"Djibouti (+253)"),React.createElement("option",{"data-countryCode":"DM",value:"+1809"},"Dominica (+1809)"),React.createElement("option",{"data-countryCode":"DO",value:"+1809"},"Dominican Republic (+1809)"),React.createElement("option",{"data-countryCode":"EC",value:"+593"},"Ecuador (+593)"),React.createElement("option",{"data-countryCode":"EG",value:"+20"},"Egypt (+20)"),React.createElement("option",{"data-countryCode":"SV",value:"+503"},"El Salvador (+503)"),React.createElement("option",{"data-countryCode":"GQ",value:"+240"},"Equatorial Guinea (+240)"),React.createElement("option",{"data-countryCode":"ER",value:"+291"},"Eritrea (+291)"),React.createElement("option",{"data-countryCode":"EE",value:"+372"},"Estonia (+372)"),React.createElement("option",{"data-countryCode":"ET",value:"+251"},"Ethiopia (+251)"),React.createElement("option",{"data-countryCode":"FK",value:"+500"},"Falkland Islands (+500)"),React.createElement("option",{"data-countryCode":"FO",value:"+298"},"Faroe Islands (+298)"),React.createElement("option",{"data-countryCode":"FJ",value:"+679"},"Fiji (+679)"),React.createElement("option",{"data-countryCode":"FI",value:"+358"},"Finland (+358)"),React.createElement("option",{"data-countryCode":"FR",value:"+33"},"France (+33)"),React.createElement("option",{"data-countryCode":"GF",value:"+594"},"French Guiana (+594)"),React.createElement("option",{"data-countryCode":"PF",value:"+689"},"French Polynesia (+689)"),React.createElement("option",{"data-countryCode":"GA",value:"+241"},"Gabon (+241)"),React.createElement("option",{"data-countryCode":"GM",value:"+220"},"Gambia (+220)"),React.createElement("option",{"data-countryCode":"GE",value:"+7880"},"Georgia (+7880)"),React.createElement("option",{"data-countryCode":"DE",value:"+49"},"Germany (+49)"),React.createElement("option",{"data-countryCode":"GH",value:"+233"},"Ghana (+233)"),React.createElement("option",{"data-countryCode":"GI",value:"+350"},"Gibraltar (+350)"),React.createElement("option",{"data-countryCode":"GR",value:"+30"},"Greece (+30)"),React.createElement("option",{"data-countryCode":"GL",value:"+299"},"Greenland (+299)"),React.createElement("option",{"data-countryCode":"GD",value:"+1473"},"Grenada (+1473)"),React.createElement("option",{"data-countryCode":"GP",value:"+590"},"Guadeloupe (+590)"),React.createElement("option",{"data-countryCode":"GU",value:"+671"},"Guam (+671)"),React.createElement("option",{"data-countryCode":"GT",value:"+502"},"Guatemala (+502)"),React.createElement("option",{"data-countryCode":"GN",value:"+224"},"Guinea (+224)"),React.createElement("option",{"data-countryCode":"GW",value:"+245"},"Guinea - Bissau (+245)"),React.createElement("option",{"data-countryCode":"GY",value:"+592"},"Guyana (+592)"),React.createElement("option",{"data-countryCode":"HT",value:"+509"},"Haiti (+509)"),React.createElement("option",{"data-countryCode":"HN",value:"+504"},"Honduras (+504)"),React.createElement("option",{"data-countryCode":"HK",value:"+852"},"Hong Kong (+852)"),React.createElement("option",{"data-countryCode":"HU",value:"+36"},"Hungary (+36)"),React.createElement("option",{"data-countryCode":"IS",value:"+354"},"Iceland (+354)"),React.createElement("option",{"data-countryCode":"IN",value:"+91"},"India (+91)"),React.createElement("option",{"data-countryCode":"ID",value:"+62"},"Indonesia (+62)"),React.createElement("option",{"data-countryCode":"IR",value:"+98"},"Iran (+98)"),React.createElement("option",{"data-countryCode":"IQ",value:"+964"},"Iraq (+964)"),React.createElement("option",{"data-countryCode":"IE",value:"+353"},"Ireland (+353)"),React.createElement("option",{"data-countryCode":"IL",value:"+972"},"Israel (+972)"),React.createElement("option",{"data-countryCode":"IT",value:"+39"},"Italy (+39)"),React.createElement("option",{"data-countryCode":"JM",value:"+1876"},"Jamaica (+1876)"),React.createElement("option",{"data-countryCode":"JP",value:"+81"},"Japan (+81)"),React.createElement("option",{"data-countryCode":"JO",value:"+962"},"Jordan (+962)"),React.createElement("option",{"data-countryCode":"KZ",value:"+7"},"Kazakhstan (+7)"),React.createElement("option",{"data-countryCode":"KE",value:"+254"},"Kenya (+254)"),React.createElement("option",{"data-countryCode":"KI",value:"+686"},"Kiribati (+686)"),React.createElement("option",{"data-countryCode":"KP",value:"+850"},"Korea North (+850)"),React.createElement("option",{"data-countryCode":"KR",value:"+82"},"Korea South (+82)"),React.createElement("option",{"data-countryCode":"KW",value:"+965"},"Kuwait (+965)"),React.createElement("option",{"data-countryCode":"KG",value:"+996"},"Kyrgyzstan (+996)"),React.createElement("option",{"data-countryCode":"LA",value:"+856"},"Laos (+856)"),React.createElement("option",{"data-countryCode":"LV",value:"+371"},"Latvia (+371)"),React.createElement("option",{"data-countryCode":"LB",value:"+961"},"Lebanon (+961)"),React.createElement("option",{"data-countryCode":"LS",value:"+266"},"Lesotho (+266)"),React.createElement("option",{"data-countryCode":"LR",value:"+231"},"Liberia (+231)"),React.createElement("option",{"data-countryCode":"LY",value:"+218"},"Libya (+218)"),React.createElement("option",{"data-countryCode":"LI",value:"+417"},"Liechtenstein (+417)"),React.createElement("option",{"data-countryCode":"LT",value:"+370"},"Lithuania (+370)"),React.createElement("option",{"data-countryCode":"LU",value:"+352"},"Luxembourg (+352)"),React.createElement("option",{"data-countryCode":"MO",value:"+853"},"Macao (+853)"),React.createElement("option",{"data-countryCode":"MK",value:"+389"},"Macedonia (+389)"),React.createElement("option",{"data-countryCode":"MG",value:"+261"},"Madagascar (+261)"),React.createElement("option",{"data-countryCode":"MW",value:"+265"},"Malawi (+265)"),React.createElement("option",{"data-countryCode":"MY",value:"+60"},"Malaysia (+60)"),React.createElement("option",{"data-countryCode":"MV",value:"+960"},"Maldives (+960)"),React.createElement("option",{"data-countryCode":"ML",value:"+223"},"Mali (+223)"),React.createElement("option",{"data-countryCode":"MT",value:"+356"},"Malta (+356)"),React.createElement("option",{"data-countryCode":"MH",value:"+692"},"Marshall Islands (+692)"),React.createElement("option",{"data-countryCode":"MQ",value:"+596"},"Martinique (+596)"),React.createElement("option",{"data-countryCode":"MR",value:"+222"},"Mauritania (+222)"),React.createElement("option",{"data-countryCode":"YT",value:"+269"},"Mayotte (+269)"),React.createElement("option",{"data-countryCode":"MX",value:"+52"},"Mexico (+52)"),React.createElement("option",{"data-countryCode":"FM",value:"+691"},"Micronesia (+691)"),React.createElement("option",{"data-countryCode":"MD",value:"+373"},"Moldova (+373)"),React.createElement("option",{"data-countryCode":"MC",value:"+377"},"Monaco (+377)"),React.createElement("option",{"data-countryCode":"MN",value:"+976"},"Mongolia (+976)"),React.createElement("option",{"data-countryCode":"MS",value:"+1664"},"Montserrat (+1664)"),React.createElement("option",{"data-countryCode":"MA",value:"+212"},"Morocco (+212)"),React.createElement("option",{"data-countryCode":"MZ",value:"+258"},"Mozambique (+258)"),React.createElement("option",{"data-countryCode":"MN",value:"+95"},"Myanmar (+95)"),React.createElement("option",{"data-countryCode":"NA",value:"+264"},"Namibia (+264)"),React.createElement("option",{"data-countryCode":"NR",value:"+674"},"Nauru (+674)"),React.createElement("option",{"data-countryCode":"NP",value:"+977"},"Nepal (+977)"),React.createElement("option",{"data-countryCode":"NL",value:"+31"},"Netherlands (+31)"),React.createElement("option",{"data-countryCode":"NC",value:"+687"},"New Caledonia (+687)"),React.createElement("option",{"data-countryCode":"NZ",value:"+64"},"New Zealand (+64)"),React.createElement("option",{"data-countryCode":"NI",value:"+505"},"Nicaragua (+505)"),React.createElement("option",{"data-countryCode":"NE",value:"+227"},"Niger (+227)"),React.createElement("option",{"data-countryCode":"NG",value:"+234"},"Nigeria (+234)"),React.createElement("option",{"data-countryCode":"NU",value:"+683"},"Niue (+683)"),React.createElement("option",{"data-countryCode":"NF",value:"+672"},"Norfolk Islands (+672)"),React.createElement("option",{"data-countryCode":"NP",value:"+670"},"Northern Marianas (+670)"),React.createElement("option",{"data-countryCode":"NO",value:"+47"},"Norway (+47)"),React.createElement("option",{"data-countryCode":"OM",value:"+968"},"Oman (+968)"),React.createElement("option",{"data-countryCode":"PW",value:"+680"},"Palau (+680)"),React.createElement("option",{"data-countryCode":"PA",value:"+507"},"Panama (+507)"),React.createElement("option",{"data-countryCode":"PG",value:"+675"},"Papua New Guinea (+675)"),React.createElement("option",{"data-countryCode":"PY",value:"+595"},"Paraguay (+595)"),React.createElement("option",{"data-countryCode":"PE",value:"+51"},"Peru (+51)"),React.createElement("option",{"data-countryCode":"PH",value:"+63"},"Philippines (+63)"),React.createElement("option",{"data-countryCode":"PL",value:"+48"},"Poland (+48)"),React.createElement("option",{"data-countryCode":"PT",value:"+351"},"Portugal (+351)"),React.createElement("option",{"data-countryCode":"PR",value:"+1787"},"Puerto Rico (+1787)"),React.createElement("option",{"data-countryCode":"QA",value:"+974"},"Qatar (+974)"),React.createElement("option",{"data-countryCode":"RE",value:"+262"},"Reunion (+262)"),React.createElement("option",{"data-countryCode":"RO",value:"+40"},"Romania (+40)"),React.createElement("option",{"data-countryCode":"RU",value:"+7"},"Russia (+7)"),React.createElement("option",{"data-countryCode":"RW",value:"+250"},"Rwanda (+250)"),React.createElement("option",{"data-countryCode":"SM",value:"+378"},"San Marino (+378)"),React.createElement("option",{"data-countryCode":"ST",value:"+239"},"Sao Tome & Principe (+239)"),React.createElement("option",{"data-countryCode":"SA",value:"+966"},"Saudi Arabia (+966)"),React.createElement("option",{"data-countryCode":"SN",value:"+221"},"Senegal (+221)"),React.createElement("option",{"data-countryCode":"CS",value:"+381"},"Serbia (+381)"),React.createElement("option",{"data-countryCode":"SC",value:"+248"},"Seychelles (+248)"),React.createElement("option",{"data-countryCode":"SL",value:"+232"},"Sierra Leone (+232)"),React.createElement("option",{"data-countryCode":"SG",value:"+65"},"Singapore (+65)"),React.createElement("option",{"data-countryCode":"SK",value:"+421"},"Slovak Republic (+421)"),React.createElement("option",{"data-countryCode":"SI",value:"+386"},"Slovenia (+386)"),React.createElement("option",{"data-countryCode":"SB",value:"+677"},"Solomon Islands (+677)"),React.createElement("option",{"data-countryCode":"SO",value:"+252"},"Somalia (+252)"),React.createElement("option",{"data-countryCode":"ZA",value:"+27"},"South Africa (+27)"),React.createElement("option",{"data-countryCode":"ES",value:"+34"},"Spain (+34)"),React.createElement("option",{"data-countryCode":"LK",value:"+94"},"Sri Lanka (+94)"),React.createElement("option",{"data-countryCode":"SH",value:"+290"},"St. Helena (+290)"),React.createElement("option",{"data-countryCode":"KN",value:"+1869"},"St. Kitts (+1869)"),React.createElement("option",{"data-countryCode":"SC",value:"+1758"},"St. Lucia (+1758)"),React.createElement("option",{"data-countryCode":"SD",value:"+249"},"Sudan (+249)"),React.createElement("option",{"data-countryCode":"SR",value:"+597"},"Suriname (+597)"),React.createElement("option",{"data-countryCode":"SZ",value:"+268"},"Swaziland (+268)"),React.createElement("option",{"data-countryCode":"SE",value:"+46"},"Sweden (+46)"),React.createElement("option",{"data-countryCode":"CH",value:"+41"},"Switzerland (+41)"),React.createElement("option",{"data-countryCode":"SI",value:"+963"},"Syria (+963)"),React.createElement("option",{"data-countryCode":"TW",value:"+886"},"Taiwan (+886)"),React.createElement("option",{"data-countryCode":"TJ",value:"+7"},"Tajikstan (+7)"),React.createElement("option",{"data-countryCode":"TH",value:"+66"},"Thailand (+66)"),React.createElement("option",{"data-countryCode":"TG",value:"+228"},"Togo (+228)"),React.createElement("option",{"data-countryCode":"TO",value:"+676"},"Tonga (+676)"),React.createElement("option",{"data-countryCode":"TT",value:"+1868"},"Trinidad & Tobago (+1868)"),React.createElement("option",{"data-countryCode":"TN",value:"+216"},"Tunisia (+216)"),React.createElement("option",{"data-countryCode":"TR",value:"+90"},"Turkey (+90)"),React.createElement("option",{"data-countryCode":"TM",value:"+7"},"Turkmenistan (+7)"),React.createElement("option",{"data-countryCode":"TM",value:"+993"},"Turkmenistan (+993)"),React.createElement("option",{"data-countryCode":"TC",value:"+1649"},"Turks & Caicos Islands (+1649)"),React.createElement("option",{"data-countryCode":"TV",value:"+688"},"Tuvalu (+688)"),React.createElement("option",{"data-countryCode":"UG",value:"+256"},"Uganda (+256)"),React.createElement("option",{"data-countryCode":"UA",value:"+380"},"Ukraine (+380)"),React.createElement("option",{"data-countryCode":"AE",value:"+971"},"United Arab Emirates (+971)"),React.createElement("option",{"data-countryCode":"UY",value:"+598"},"Uruguay (+598)"),React.createElement("option",{"data-countryCode":"UZ",value:"+7"},"Uzbekistan (+7)"),React.createElement("option",{"data-countryCode":"VU",value:"+678"},"Vanuatu (+678)"),React.createElement("option",{"data-countryCode":"VA",value:"+379"},"Vatican City (+379)"),React.createElement("option",{"data-countryCode":"VE",value:"+58"},"Venezuela (+58)"),React.createElement("option",{"data-countryCode":"VN",value:"+84"},"Vietnam (+84)"),React.createElement("option",{"data-countryCode":"VG",value:"+84"},"Virgin Islands - British (+1284)"),React.createElement("option",{"data-countryCode":"VI",value:"+84"},"Virgin Islands - US (+1340)"),React.createElement("option",{"data-countryCode":"WF",value:"+681"},"Wallis & Futuna (+681)"),React.createElement("option",{"data-countryCode":"YE",value:"+969"},"Yemen (North)(+969)"),React.createElement("option",{"data-countryCode":"YE",value:"+967"},"Yemen (South)(+967)"),React.createElement("option",{"data-countryCode":"ZM",value:"+260"},"Zambia (+260)"),React.createElement("option",{"data-countryCode":"ZW",value:"+263"},"Zimbabwe (+263)")],ha=[{attributes:{block_id:{type:"string"},phoneName:{type:"string",default:Object(k.__)("Phone","ultimate-addons-for-gutenberg")},phoneRequired:{type:"boolean",default:!1},pattern:{type:"string",default:Object(k.__)("[0-9]{3}-[0-9]{3}-[0-9]{4}","ultimate-addons-for-gutenberg")},selectPhoneCode:{type:"string",default:"+44"},autocomplete:{type:"string",default:"tel-national"}},save(e){const{block_id:t,phoneRequired:a,phoneName:i,pattern:o}=e.attributes;let n="";"[0-9]{3}-[0-9]{2}-[0-9]{3}"===o?n=Object(k.__)("123-45-678","ultimate-addons-for-gutenberg"):"[0-9]{3}-[0-9]{3}-[0-9]{4}"===o&&(n=Object(k.__)("123-456-6789","ultimate-addons-for-gutenberg"));var l;l=""!=o?React.createElement("input",{type:"tel",placeholder:n,pattern:o,required:a,className:"uagb-forms-phone-input uagb-forms-input",name:i+"[]"}):React.createElement("input",{type:"tel",required:a,className:"uagb-forms-phone-input uagb-forms-input",name:i+"[]"});const r=a?Object(k.__)("required","ultimate-addons-for-gutenberg"):"";return React.createElement("div",{className:N()("uagb-forms-phone-wrap","uagb-forms-field-set","uagb-block-"+t)},React.createElement(A.RichText.Content,{tagName:"div",value:i,className:`uagb-forms-phone-label ${r} uagb-forms-input-label`,id:t}),React.createElement("select",{className:"uagb-forms-input uagb-form-phone-country",id:"uagb-form-country-"+t,name:i+"[]"},fa.map((e,t)=>React.createElement("option",{value:e.props.value,key:t},e.props.children))),l)}}];Object(U.registerBlockType)("uagb/forms-phone",{title:Object(k.__)("Phone","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add a phone number field in your form.","ultimate-addons-for-gutenberg"),icon:s.a.phone,category:uagb_blocks_info.category,parent:["uagb/forms"],attributes:ga,edit:e=>{Object(f.useEffect)(()=>{const{setAttributes:t}=e;t({block_id:e.clientId.substr(0,8)});const a=document.createElement("style");a.setAttribute("id","uagb-style-forms-phone-"+e.clientId.substr(0,8)),document.head.appendChild(a)},[]);const t=uagb_blocks_info.uagb_url+"/admin/assets/preview-images/form-phone.svg";return h.a.createElement(h.a.Fragment,null,e.attributes.isPreview?h.a.createElement("img",{width:"100%",src:t,alt:""}):h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(da,{parentProps:e}),h.a.createElement(ya,{parentProps:e})))},supports:{anchor:!0},example:{attributes:{isPreview:!0}},save:function(e){const{attributes:t}=e,{block_id:a,phoneRequired:i,phoneName:o,pattern:n,selectPhoneCode:l,autocomplete:r}=t;let s="";"[0-9]{3}-?[0-9]{2}-?[0-9]{3}"===n?s=Object(k.__)("123-45-678","ultimate-addons-for-gutenberg"):"[0-9]{3}-?[0-9]{3}-?[0-9]{4}"===n?s=Object(k.__)("123-456-7890","ultimate-addons-for-gutenberg"):"[0-9]{3}s?[0-9]{3}s?[0-9]{4}"===n&&(s=Object(k.__)("123 456 7890","ultimate-addons-for-gutenberg"));let c="";c=""!==n?React.createElement("input",{type:"tel",placeholder:s,pattern:n,required:i,className:"uagb-forms-phone-input uagb-forms-input",name:o+"[]",autoComplete:r}):React.createElement("input",{type:"tel",required:i,className:"uagb-forms-phone-input uagb-forms-input",name:o+"[]",autoComplete:r});const p=i?Object(k.__)("required","ultimate-addons-for-gutenberg"):"";return React.createElement("div",{className:N()("uagb-forms-phone-wrap","uagb-forms-field-set","uagb-block-"+a)},React.createElement(A.RichText.Content,{tagName:"div",value:o,className:`uagb-forms-phone-label ${p} uagb-forms-input-label`,id:a}),React.createElement("div",{className:"uagb-forms-phone-flex"},React.createElement("select",{className:"uagb-forms-input uagb-form-phone-country",id:"uagb-form-country-"+a,name:o+"[]"},ma.a.map((e,t)=>React.createElement("option",{value:e.props.value,key:t,selected:e.props.value===l},e.props.children))),c))},deprecated:ha});var _a=a(99);const va=Object(f.lazy)(()=>a.e(50).then(a.bind(null,477))),Ta=Object(f.lazy)(()=>a.e(49).then(a.bind(null,478)));var Ca=[{attributes:{block_id:{type:"string"},textareaName:{type:"string",default:Object(k.__)("Message","ultimate-addons-for-gutenberg")},textareaRequired:{type:"boolean",default:!1},rows:{type:"number",default:4},placeholder:{type:"string",default:Object(k.__)("Enter your message","ultimate-addons-for-gutenberg")}},save(e){const{block_id:t,textareaRequired:a,textareaName:i,rows:o,placeholder:n}=e.attributes,l=a?Object(k.__)("required","ultimate-addons-for-gutenberg"):"";return React.createElement("div",{className:N()("uagb-forms-textarea-wrap","uagb-forms-field-set","uagb-block-"+t)},React.createElement(A.RichText.Content,{tagName:"div",value:i,className:`uagb-forms-textarea-label ${l} uagb-forms-input-label`,id:t}),React.createElement("textarea",{required:a,className:"uagb-forms-textarea-input uagb-forms-input",rows:o,placeholder:n,name:t}))}}];Object(U.registerBlockType)("uagb/forms-textarea",{title:Object(k.__)("Textarea","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add a text field in your form.","ultimate-addons-for-gutenberg"),icon:s.a.textarea,category:uagb_blocks_info.category,parent:["uagb/forms"],attributes:_a.a,edit:e=>{Object(f.useEffect)(()=>{const{setAttributes:t}=e;t({block_id:e.clientId.substr(0,8)});const a=document.createElement("style");a.setAttribute("id","uagb-style-forms-textarea-"+e.clientId.substr(0,8)),document.head.appendChild(a)},[]);const t=uagb_blocks_info.uagb_url+"/admin/assets/preview-images/form-textarea.svg";return h.a.createElement(h.a.Fragment,null,e.attributes.isPreview?h.a.createElement("img",{width:"100%",src:t,alt:""}):h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(va,{parentProps:e}),h.a.createElement(Ta,{parentProps:e})))},supports:{anchor:!0},example:{attributes:{isPreview:!0}},save:function(e){const{attributes:t}=e,{block_id:a,textareaRequired:i,textareaName:o,rows:n,placeholder:l,autocomplete:r}=t,s=i?Object(k.__)("required","ultimate-addons-for-gutenberg"):"";return React.createElement("div",{className:N()("uagb-forms-textarea-wrap","uagb-forms-field-set","uagb-block-"+a)},React.createElement(A.RichText.Content,{tagName:"div",value:o,className:`uagb-forms-textarea-label ${s} uagb-forms-input-label`,id:a}),React.createElement("textarea",{required:i,className:"uagb-forms-textarea-input uagb-forms-input",rows:Object(d.b)(n,"rows","forms-textarea"),placeholder:l,name:a,autoComplete:r}))},deprecated:Ca});var wa={isPreview:{type:"boolean",default:!1},block_id:{type:"string"},checkboxName:{type:"string",default:Object(k.__)("Checkbox Title","ultimate-addons-for-gutenberg")},checkboxRequired:{type:"boolean",default:!1},options:{type:"array",default:[{optiontitle:Object(k.__)("Option Name 1","ultimate-addons-for-gutenberg"),optionvalue:Object(k.__)("Option Value 1","ultimate-addons-for-gutenberg")}]}};const Pa=Object(f.lazy)(()=>a.e(32).then(a.bind(null,479))),ka=Object(f.lazy)(()=>a.e(31).then(a.bind(null,538)));Object(U.registerBlockType)("uagb/forms-checkbox",{title:Object(k.__)("Checkbox","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add checkboxes to allow multiple choices from options.","ultimate-addons-for-gutenberg"),icon:s.a.checkbox,category:uagb_blocks_info.category,parent:["uagb/forms"],attributes:wa,edit:e=>{const[t,a]=Object(f.useState)({optionsstate:[{optiontitle:Object(k.__)("Option Name 1","ultimate-addons-for-gutenberg")}]});Object(f.useEffect)(()=>{const{setAttributes:t}=e;t({block_id:e.clientId.substr(0,8)});const a=document.createElement("style");a.setAttribute("id","uagb-style-forms-checkbox-"+e.clientId.substr(0,8)),document.head.appendChild(a)},[]);const i=uagb_blocks_info.uagb_url+"/admin/assets/preview-images/form-checkbox.svg";return h.a.createElement(h.a.Fragment,null,e.attributes.isPreview?h.a.createElement("img",{width:"100%",src:i,alt:""}):h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(Pa,{parentProps:e}),h.a.createElement(ka,{parentProps:e,setState:a})))},supports:{anchor:!0},example:{attributes:{isPreview:!0}},save:function(e){const{attributes:t}=e,{block_id:a,checkboxRequired:i,options:o,checkboxName:n}=t,l=i?Object(k.__)("required","ultimate-addons-for-gutenberg"):"";return h.a.createElement("div",{className:N()("uagb-forms-checkbox-wrap","uagb-forms-field-set","uagb-block-"+a)},h.a.createElement(A.RichText.Content,{tagName:"div",value:n,className:`uagb-forms-checkbox-label ${l} uagb-forms-input-label`,id:a}),o.map((e,t)=>{const o=e.optionvalue,l=o.replace(/\s+/g,"-").toLowerCase();return h.a.createElement(h.a.Fragment,{key:t},h.a.createElement("input",{type:"checkbox",className:"uagb-forms-checkbox",id:`checkbox-${l}-${a}`,name:n+"[]",value:o,required:i,onInvalid:"this.setCustomValidity('Please check this box if you want to proceed.')"}),h.a.createElement("label",{htmlFor:`checkbox-${l}-${a}`},e.optiontitle),h.a.createElement("br",null))}))}});var xa={isPreview:{type:"boolean",default:!1},block_id:{type:"string"},radioName:{type:"string",default:Object(k.__)("RadioBox Title","ultimate-addons-for-gutenberg")},radioRequired:{type:"boolean",default:!1},options:{type:"array",default:[{optiontitle:Object(k.__)("Option Name 1","ultimate-addons-for-gutenberg"),optionvalue:Object(k.__)("Option Value 1","ultimate-addons-for-gutenberg")}]},layout:{type:"string",default:"round"}};const Aa=Object(f.lazy)(()=>a.e(44).then(a.bind(null,480))),Ua=Object(f.lazy)(()=>a.e(43).then(a.bind(null,539)));var Ga=[{attributes:xa,save(e){const{block_id:t,radioRequired:a,options:i,radioName:o}=e.attributes,n=a?Object(k.__)("required","ultimate-addons-for-gutenberg"):"";return React.createElement("div",{className:N()("uagb-forms-radio-wrap","uagb-forms-field-set","uagb-block-"+t)},React.createElement(A.RichText.Content,{tagName:"div",value:o,className:`uagb-forms-radio-label ${n} uagb-forms-input-label`,id:t}),i.map((e,i)=>{var o=e.optionvalue,n=o.replace(/\s+/g,"-").toLowerCase();return React.createElement(React.Fragment,null,React.createElement("input",{type:"radio",id:`radio-${n}-${t}`,name:t,value:o,required:a}),React.createElement("label",{htmlFor:`radio-${n}-${t}`},e.optiontitle),React.createElement("br",null))}))}}];Object(U.registerBlockType)("uagb/forms-radio",{title:Object(k.__)("Radio","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add radio select boxes to allow a single choice from options.","ultimate-addons-for-gutenberg"),icon:s.a.radio,category:uagb_blocks_info.category,parent:["uagb/forms"],attributes:xa,edit:e=>{const[t,a]=Object(f.useState)({optionsstate:[{optiontitle:Object(k.__)("Option Name 1","ultimate-addons-for-gutenberg")}]});Object(f.useEffect)(()=>{const{setAttributes:t}=e;t({block_id:e.clientId.substr(0,8)});const a=document.createElement("style");a.setAttribute("id","uagb-style-forms-radio-"+e.clientId.substr(0,8)),document.head.appendChild(a)},[]);const i=uagb_blocks_info.uagb_url+"/admin/assets/preview-images/form-radio.svg";return h.a.createElement(h.a.Fragment,null,e.attributes.isPreview?h.a.createElement("img",{width:"100%",src:i,alt:""}):h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(Aa,{parentProps:e}),h.a.createElement(Ua,{parentProps:e,setState:a})))},supports:{anchor:!0},example:{attributes:{isPreview:!0}},save:function(e){const{attributes:t}=e,{block_id:a,radioRequired:i,options:o,radioName:n,layout:l}=t,r=i?Object(k.__)("required","ultimate-addons-for-gutenberg"):"";return React.createElement("div",{className:N()("uagb-forms-radio-wrap","uagb-forms-field-set","uagb-block-"+a)},React.createElement(A.RichText.Content,{tagName:"div",value:n,className:`uagb-forms-radio-label ${r} uagb-forms-input-label`,id:a}),o.map(e=>{const t=e.optionvalue,o=t.replace(/\s+/g,"-").toLowerCase();return React.createElement(React.Fragment,null,React.createElement("input",{type:"radio",id:`radio-${o}-${a}`,name:a,value:t,required:i,className:l}),React.createElement("label",{htmlFor:`radio-${o}-${a}`},e.optiontitle),React.createElement("br",null))}))},deprecated:Ga});var Sa={isPreview:{type:"boolean",default:!1},block_id:{type:"string"},name:{type:"string",default:Object(k.__)("URL","ultimate-addons-for-gutenberg")},required:{type:"boolean",default:!1},placeholder:{type:"string",default:Object(k.__)("https://example.com","ultimate-addons-for-gutenberg")},autocomplete:{type:"string",default:"url"}};const Ma=Object(f.lazy)(()=>a.e(54).then(a.bind(null,481))),Ea=Object(f.lazy)(()=>a.e(53).then(a.bind(null,482)));var Ra=[{attributes:{block_id:{type:"string"},name:{type:"string",default:Object(k.__)("URL","ultimate-addons-for-gutenberg")},required:{type:"boolean",default:!1},placeholder:{type:"string",default:Object(k.__)("https://example.com","ultimate-addons-for-gutenberg")}},save(e){const{block_id:t,required:a,name:i,placeholder:o}=e.attributes,n=a?Object(k.__)("required","ultimate-addons-for-gutenberg"):"";return React.createElement("div",{className:N()("uagb-forms-url-wrap","uagb-forms-field-set","uagb-block-"+t)},React.createElement(A.RichText.Content,{tagName:"div",value:i,className:`uagb-forms-url-label ${n} uagb-forms-input-label`,id:t}),React.createElement("input",{type:"url",name:t,required:a,placeholder:o,className:"uagb-forms-url-input uagb-forms-input"}))}}];Object(U.registerBlockType)("uagb/forms-url",{title:Object(k.__)("URL","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add a URL input field in your form.","ultimate-addons-for-gutenberg"),icon:s.a.url,category:uagb_blocks_info.category,parent:["uagb/forms"],attributes:Sa,edit:e=>{Object(f.useEffect)(()=>{const{setAttributes:t}=e;t({block_id:e.clientId.substr(0,8)});const a=document.createElement("style");a.setAttribute("id","uagb-style-forms-url-"+e.clientId.substr(0,8)),document.head.appendChild(a)},[]);const t=uagb_blocks_info.uagb_url+"/admin/assets/preview-images/form-url.svg";return h.a.createElement(h.a.Fragment,null,e.attributes.isPreview?h.a.createElement("img",{width:"100%",src:t,alt:""}):h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(Ma,{parentProps:e}),h.a.createElement(Ea,{parentProps:e})))},supports:{anchor:!0},example:{attributes:{isPreview:!0}},save:function(e){const{attributes:t}=e,{block_id:a,required:i,name:o,placeholder:n,autocomplete:l}=t,r=i?Object(k.__)("required","ultimate-addons-for-gutenberg"):"";return React.createElement("div",{className:N()("uagb-forms-url-wrap","uagb-forms-field-set","uagb-block-"+a)},React.createElement(A.RichText.Content,{tagName:"div",value:o,className:`uagb-forms-url-label ${r} uagb-forms-input-label`,id:a}),React.createElement("input",{type:"url",name:a,required:i,placeholder:n,className:"uagb-forms-url-input uagb-forms-input",autoComplete:l}))},deprecated:Ra});var Ba={isPreview:{type:"boolean",default:!1},block_id:{type:"string"},selectName:{type:"string",default:Object(k.__)("Select Title","ultimate-addons-for-gutenberg")},selectRequired:{type:"boolean",default:!1},options:{type:"array",default:[{optiontitle:Object(k.__)("Option Name 1","ultimate-addons-for-gutenberg"),optionvalue:Object(k.__)("Option Value 1","ultimate-addons-for-gutenberg")}]}};const La=Object(f.lazy)(()=>a.e(47).then(a.bind(null,483))),Oa=Object(f.lazy)(()=>a.e(46).then(a.bind(null,540)));Object(U.registerBlockType)("uagb/forms-select",{title:Object(k.__)("Select","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add a select dropdown to list choices.","ultimate-addons-for-gutenberg"),icon:s.a.select,category:uagb_blocks_info.category,parent:["uagb/forms"],attributes:Ba,edit:e=>{const[t]=Object(f.useState)({optionsstate:[{optiontitle:Object(k.__)("Option Name 1","ultimate-addons-for-gutenberg")}]});Object(f.useEffect)(()=>{const{setAttributes:t}=e;t({block_id:e.clientId.substr(0,8)});const a=document.createElement("style");a.setAttribute("id","uagb-style-forms-select-"+e.clientId.substr(0,8)),document.head.appendChild(a)},[]);const a=uagb_blocks_info.uagb_url+"/admin/assets/preview-images/form-select.svg";return h.a.createElement(h.a.Fragment,null,e.attributes.isPreview?h.a.createElement("img",{width:"100%",src:a,alt:""}):h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(La,{parentProps:e}),h.a.createElement(Oa,{parentProps:e,setState:t})))},example:{attributes:{isPreview:!0}},save:function(e){const{attributes:t}=e,{block_id:a,selectRequired:i,options:o,selectName:n}=t,l=i?Object(k.__)("required","ultimate-addons-for-gutenberg"):"";return React.createElement("div",{className:N()("uagb-forms-select-wrap","uagb-forms-field-set","uagb-block-"+a)},React.createElement(A.RichText.Content,{tagName:"div",value:n,className:`uagb-forms-select-label ${l} uagb-forms-input-label`,id:a}),React.createElement("select",{className:"uagb-forms-select-box uagb-forms-input",required:i,name:a},React.createElement("option",{value:"",disabled:!0,selected:!0},"Select your option"),o.map((e,t)=>React.createElement("option",{key:t,value:e.optionvalue},e.optiontitle))))}});var za={isPreview:{type:"boolean",default:!1},block_id:{type:"string"},toggleRequired:{type:"boolean",default:!1},name:{type:"string",default:Object(k.__)("Name","ultimate-addons-for-gutenberg")},toggleStatus:{type:"boolean",default:!1},layout:{type:"string",default:"round"},trueValue:{type:"string",default:"on"},falseValue:{type:"string",default:"off"}};const Ha=Object(f.lazy)(()=>a.e(52).then(a.bind(null,484))),ja=Object(f.lazy)(()=>a.e(51).then(a.bind(null,541)));var Fa=[{attributes:za,save:function(e){const{attributes:t}=e,{block_id:a,toggleRequired:i,name:o,toggleStatus:n,layout:l,trueValue:r,falseValue:s}=t,c=i?Object(k.__)("required","ultimate-addons-for-gutenberg"):"";return React.createElement("div",{className:N()("uagb-forms-toggle-wrap","uagb-forms-field-set","uagb-block-"+a)},React.createElement(A.RichText.Content,{tagName:"div",value:o,className:`uagb-forms-toggle-label ${c} uagb-forms-input-label`,id:a}),React.createElement("label",{class:"uagb-switch"},React.createElement("input",{type:"hidden",className:"uagb-forms-toggle-input",checked:n,"data-truestate":r,"data-falsestate":s,value:n?r:s,required:i,name:a}),React.createElement("input",{type:"checkbox",className:"uagb-forms-toggle-input",checked:n,"data-truestate":r,"data-falsestate":s,value:n?r:s,required:i,name:a}),React.createElement("span",{class:"uagb-slider "+l})))}}];Object(U.registerBlockType)("uagb/forms-toggle",{title:Object(k.__)("Toggle","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add a toggle button in your form.","ultimate-addons-for-gutenberg"),icon:s.a.toggle,category:uagb_blocks_info.category,parent:["uagb/forms"],attributes:za,edit:e=>{Object(f.useEffect)(()=>{const{setAttributes:t}=e;t({block_id:e.clientId.substr(0,8)})},[]);const t=uagb_blocks_info.uagb_url+"/admin/assets/preview-images/form-toggle.svg";return h.a.createElement(h.a.Fragment,null,e.attributes.isPreview?h.a.createElement("img",{width:"100%",src:t,alt:""}):h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(Ha,{parentProps:e}),h.a.createElement(ja,{parentProps:e})))},supports:{anchor:!0},example:{attributes:{isPreview:!0}},save:function(e){const{attributes:t}=e,{block_id:a,toggleRequired:i,name:o,toggleStatus:n,layout:l,trueValue:r,falseValue:s}=t,c=i?Object(k.__)("required","ultimate-addons-for-gutenberg"):"";return React.createElement("div",{className:N()("uagb-forms-toggle-wrap","uagb-forms-field-set","uagb-block-"+a)},React.createElement(A.RichText.Content,{tagName:"div",value:o,className:`uagb-forms-toggle-label ${c} uagb-forms-input-label`,id:a}),React.createElement("label",{className:"uagb-switch",id:"uag-form"},React.createElement("input",{type:"hidden",className:"uagb-forms-toggle-input",checked:n,"data-truestate":r,"data-falsestate":s,value:n?r:s,required:i,name:a}),React.createElement("input",{type:"checkbox",className:"uagb-forms-toggle-input",checked:n,"data-truestate":r,"data-falsestate":s,value:n?r:s,required:i,name:a}),React.createElement("span",{className:"uagb-slider "+l})))},deprecated:Fa});var Na={isPreview:{type:"boolean",default:!1},block_id:{type:"string"},dateRequired:{type:"boolean",default:!1},name:{type:"string",default:Object(k.__)("Date","ultimate-addons-for-gutenberg")},additonalVal:{type:"boolean",default:!1},minYear:{type:"string",default:""},minMonth:{type:"string",default:""},minDay:{type:"string",default:""},maxYear:{type:"string",default:""},maxMonth:{type:"string",default:""},maxDay:{type:"string",default:""},autocomplete:{type:"string",default:"bday"}};const Da=Object(f.lazy)(()=>a.e(34).then(a.bind(null,485))),Va=Object(f.lazy)(()=>a.e(33).then(a.bind(null,542)));var Ia=[{attributes:{block_id:{type:"string"},dateRequired:{type:"boolean",default:!1},name:{type:"string",default:Object(k.__)("Date","ultimate-addons-for-gutenberg")},additonalVal:{type:"boolean",default:!1},minYear:{type:"string",default:""},minMonth:{type:"string",default:""},minDay:{type:"string",default:""},maxYear:{type:"string",default:""},maxMonth:{type:"string",default:""},maxDay:{type:"string",default:""}},save(e){const{block_id:t,dateRequired:a,name:i,additonalVal:o,minYear:n,minMonth:l,minDay:r,maxYear:s,maxMonth:c,maxDay:p}=e.attributes;var u="",b="";n&&l&&r&&(u=n+"-"+l+"-"+r),s&&c&&p&&(b=s+"-"+c+"-"+p);var g;g=o?React.createElement("input",{type:"date",className:"uagb-forms-date-input uagb-forms-input",required:a,min:u,max:b,name:t}):React.createElement("input",{type:"date",className:"uagb-forms-date-input uagb-forms-input",required:a,name:t});const d=a?Object(k.__)("required","ultimate-addons-for-gutenberg"):"";return React.createElement("div",{className:N()("uagb-forms-date-wrap","uagb-forms-field-set","uagb-block-"+t)},React.createElement(A.RichText.Content,{tagName:"div",value:i,className:`uagb-forms-date-label ${d} uagb-forms-input-label`,id:t}),g)}}];Object(U.registerBlockType)("uagb/forms-date",{title:Object(k.__)("Datepicker","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add a calendar based date picker in your form.","ultimate-addons-for-gutenberg"),icon:s.a.datepicker,category:uagb_blocks_info.category,parent:["uagb/forms"],attributes:Na,edit:e=>{Object(f.useEffect)(()=>{const{setAttributes:t}=e;t({block_id:e.clientId.substr(0,8)});const a=document.createElement("style");a.setAttribute("id","uagb-style-forms-date-"+e.clientId.substr(0,8)),document.head.appendChild(a)},[]);const t=uagb_blocks_info.uagb_url+"/admin/assets/preview-images/form-date.svg";return h.a.createElement(h.a.Fragment,null,e.attributes.isPreview?h.a.createElement("img",{width:"100%",src:t,alt:""}):h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(Da,{parentProps:e}),h.a.createElement(Va,{parentProps:e})))},supports:{anchor:!0},example:{attributes:{isPreview:!0}},save:function(e){const{attributes:t}=e,{block_id:a,dateRequired:i,name:o,additonalVal:n,minYear:l,minMonth:r,minDay:s,maxYear:c,maxMonth:p,maxDay:u,autocomplete:b}=t;let g="",d="";l&&r&&s&&(g=l+"-"+r+"-"+s),c&&p&&u&&(d=c+"-"+p+"-"+u);let y="";y=n?React.createElement("input",{type:"date",className:"uagb-forms-date-input uagb-forms-input",required:i,min:g,max:d,name:a,autoComplete:b}):React.createElement("input",{type:"date",className:"uagb-forms-date-input uagb-forms-input",required:i,name:a,autoComplete:b});const m=i?Object(k.__)("required","ultimate-addons-for-gutenberg"):"";return React.createElement("div",{className:N()("uagb-forms-date-wrap","uagb-forms-field-set","uagb-block-"+a)},React.createElement(A.RichText.Content,{tagName:"div",value:o,className:`uagb-forms-date-label ${m} uagb-forms-input-label`,id:a}),y)},deprecated:Ia});var Wa={isPreview:{type:"boolean",default:!1},block_id:{type:"string"},acceptRequired:{type:"boolean",default:!1},acceptText:{type:"string",default:Object(k.__)("I have read and agree to the Privacy Policy.","ultimate-addons-for-gutenberg")},showLink:{type:"boolean",default:!1},linkLabel:{type:"string",default:Object(k.__)("Privacy Policy","ultimate-addons-for-gutenberg")},link:{type:"string",default:"#"},linkInNewTab:{type:"boolean",default:!0}};const qa=Object(f.lazy)(()=>a.e(30).then(a.bind(null,486))),Za=Object(f.lazy)(()=>a.e(29).then(a.bind(null,543)));Object(U.registerBlockType)("uagb/forms-accept",{title:Object(k.__)("Accept","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add a consent statement with a checkbox in your form.","ultimate-addons-for-gutenberg"),icon:s.a.accept,category:uagb_blocks_info.category,parent:["uagb/forms"],attributes:Wa,edit:e=>{Object(f.useEffect)(()=>{const{setAttributes:t}=e;t({block_id:e.clientId.substr(0,8)});const a=document.createElement("style");a.setAttribute("id","uagb-style-forms-accept-"+e.clientId.substr(0,8)),document.head.appendChild(a)},[]);const t=uagb_blocks_info.uagb_url+"/admin/assets/preview-images/form-accept.svg";return h.a.createElement(h.a.Fragment,null,e.attributes.isPreview?h.a.createElement("img",{width:"100%",src:t,alt:""}):h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(qa,{parentProps:e}),h.a.createElement(Za,{parentProps:e})))},supports:{anchor:!0},example:{attributes:{isPreview:!0}},save:function(e){const{attributes:t}=e,{block_id:a,acceptRequired:i,acceptText:o,showLink:n,linkLabel:l,link:r,linkInNewTab:s}=t,c=i?Object(k.__)("required","ultimate-addons-for-gutenberg"):"",p=s?Object(k.__)("_blank","ultimate-addons-for-gutenberg"):Object(k.__)("_self","ultimate-addons-for-gutenberg");return React.createElement("div",{className:N()("uagb-forms-accept-wrap","uagb-forms-field-set","uagb-block-"+a)},n&&React.createElement("div",{className:"uagb-forms-accept-privacy-link"},React.createElement("a",{href:r,target:p,rel:"noopener noreferrer"}," ",l," ")),React.createElement("input",{type:"checkbox",name:a,required:i,value:"Agree",className:"uagb-forms-checkbox",id:"uagb-forms-accept-"+a}),React.createElement("label",{name:a,htmlFor:"uagb-forms-accept-"+a,className:"uagb-forms-accept-label "+c,id:a},o),React.createElement("br",null))}}),a(170);const $a=Object(f.lazy)(()=>a.e(58).then(a.bind(null,487))),Ka=Object(f.lazy)(()=>a.e(57).then(a.bind(null,544)));const Ja={block_id:{type:"string"},address:{type:"string",default:"Brainstorm Force"},height:{type:"number",default:300},zoom:{type:"number",default:12},language:{type:"string",default:"en"}};var Ya=[{attributes:Ja,save(e){const{block_id:t,height:a,zoom:i,address:o}=e.attributes,n=encodeURI(o),l=`https://www.google.com/maps/embed/v1/place?key=${wp.uagb_google_api_key}&q=${n}&zoom=${i}`;return h.a.createElement("div",{className:N()(e.className,"uagb-google-map__wrap","uagb-block-"+t)},h.a.createElement("iframe",{className:"uagb-google-map__iframe",title:Object(k.__)("Google Map for "+o),src:l,style:{height:a}}))}},{attributes:Ja,save(e){const{block_id:t,height:a,zoom:i,address:o}=e.attributes,n=encodeURI(o),l=`https://www.google.com/maps/embed/v1/place?key=${wp.uagb_google_api_key}&q=${n}&zoom=${i}`;return h.a.createElement("div",{className:N()(e.className,"uagb-google-map__wrap"),id:"uagb-google-map-"+t},h.a.createElement("iframe",{className:"uagb-google-map__iframe",src:l,style:{height:a}}))}},{attributes:Ja,save(e){const{block_id:t,height:a,zoom:i,address:o}=e.attributes,n=encodeURI(o),l=`https://www.google.com/maps/embed/v1/place?key=${wp.uagb_google_api_key}&q=${n}&zoom=${i}`;return h.a.createElement("div",{className:N()(e.className,"uagb-google-map__wrap","uagb-block-"+t)},h.a.createElement("iframe",{className:"uagb-google-map__iframe",src:l,style:{height:a}}))}},{attributes:Ja,save(e){const{block_id:t,height:a,zoom:i,address:o,language:n}=e.attributes;let l=encodeURI(o);var r=n||"en";let s=`https://www.google.com/maps/embed/v1/place?key=${wp.uagb_google_api_key}&q=${l}&zoom=${i}&language=${r}`;return h.a.createElement("div",{className:N()(e.className,"uagb-google-map__wrap","uagb-block-"+t)},h.a.createElement("iframe",{className:"uagb-google-map__iframe",title:Object(k.__)("Google Map for "+o),src:s,style:{height:a}}))}}],Qa=a(92);wp.uagb_google_api_key="AIzaSyAsd_d46higiozY-zNqtr7zdA81Soswje4",Object(U.registerBlockType)("uagb/google-map",{title:Object(k.__)("Google Maps","ultimate-addons-for-gutenberg"),description:Object(k.__)("Show a Google Map location on your website.","ultimate-addons-for-gutenberg"),icon:s.a.google_map,keywords:[Object(k.__)("google","ultimate-addons-for-gutenberg"),Object(k.__)("maps","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg")],supports:{anchor:!0},category:uagb_blocks_info.category,attributes:Qa.a,example:{attributes:{isPreview:!0}},edit:e=>{const t=Object(w.a)();return Object(f.useEffect)(()=>{e.setAttributes({block_id:e.clientId.substr(0,8)})},[]),Object(f.useEffect)(()=>{const t=function(e){const t=e.name.replace("uagb/",""),{block_id:a,height:i,heightTablet:o,heightMobile:n}=e.attributes,l=Object(d.b)(i,"height",t),s=Object(d.b)(o,"heightTablet",t),c=Object(d.b)(n,"heightMobile",t);let u={},b={};const g={" .uagb-google-map__iframe":{height:p(l,"px")}};u={" .uagb-google-map__iframe":{height:p(s,"px")}},b={" .uagb-google-map__iframe":{height:p(c,"px")}};const y=".editor-styles-wrapper .uagb-block-"+a;let m=r(g,y);return m+=r(u,y+".uagb-editor-preview-mode-tablet"),m+=r(b,y+".uagb-editor-preview-mode-mobile"),m}(e);l("uagb-google-map-style-"+e.clientId.substr(0,8),t)},[e,t]),Object(f.useEffect)(()=>{C()},[t]),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement($a,{parentProps:e}),h.a.createElement(Ka,{parentProps:e}))},save:function(e){const{block_id:t,zoom:a,address:i,language:o}=e.attributes,n=encodeURI(i),l=o||"en",r=`https://www.google.com/maps/embed/v1/place?key=${wp.uagb_google_api_key}&q=${n}&zoom=${Object(d.b)(a,"zoom","google-map")}&language=${l}`;return h.a.createElement("div",{className:N()(e.className,"uagb-google-map__wrap","uagb-block-"+t)},h.a.createElement("iframe",{className:"uagb-google-map__iframe",title:Object(k.__)("Google Map for ","ultimate-addons-for-gutenberg")+i,src:r}))},deprecated:Ya});var Xa=a(61),ei=function(e){const{headingTitle:t,headingDesc:a,mainimage:i,showTotaltime:o,showTools:n,showMaterials:l,timeNeeded:r,showEstcost:s,estCost:c,cost:p,currencyType:u,tools:b,materials:g,clientId:d,minsValue:y,timeInHours:m,timeInDays:f,timeInMonths:h,timeInYears:_}=e,T=[],C=Object(v.select)("core/block-editor").getBlocks(d);let w=!1;C.forEach(e=>{var t,a,i;"uagb/how-to-step"===e.name||""!==e.attributes.ctaLink&&"#"!==e.attributes.ctaLink&&""!==e.attributes.infoBoxTitle&&""!==e.attributes.headingDesc&&""!==(null===(t=e.attributes.iconImage)||void 0===t?void 0:t.url)||(w=!0),"uagb/how-to-step"!==e.name||""!==e.attributes.url&&"#"!==e.attributes.url&&""!==e.attributes.name&&""!==e.attributes.description&&""!==(null===(a=e.attributes)||void 0===a||null===(i=a.image)||void 0===i?void 0:i.url)||(w=!0)}),void 0!==t&&""!==t||T.push("How-To Title"),void 0!==a&&""!==a||T.push("Description"),i&&"null"!==i&&"null"!==i.url&&""!==i.url||T.push("Main Image"),!0!==o||void 0!==r&&""!==r||T.push("Time Needed Label"),!0!==o||void 0!==y&&""!==y||void 0!==m&&""!==m||void 0!==f&&""!==f||void 0!==h&&""!==h||void 0!==_&&""!==_||T.push("Time"),!0!==s||void 0!==c&&""!==c||T.push("Total Cost Label"),!0!==s||void 0!==p&&""!==p||T.push("Cost"),!0!==s||void 0!==u&&""!==u||T.push("Currency Unit"),!0!==n||void 0!==b&&0!==b.length&&""!==b[0].add_required_tools||T.push("Tools"),!0!==l||void 0!==g&&0!==g.length&&""!==g[0].add_required_materials||T.push("Materials"),(void 0===C||2>C.length)&&T.push("Atleast 2 Steps are required"),!0===w&&T.push("The Heading, Description, Image & Link are required for each Step. ");const P=T.map(e=>React.createElement("li",{key:e}," ",e," "));return React.createElement(React.Fragment,null,0!==T.length?React.createElement("div",{className:"how-to-schema-notices"},React.createElement("h6",null," ",Object(k.__)("It seems the following fields are empty. This may generate Schema errors / warnings for your Page, we recommend you to fill these fields.")," "),React.createElement("ul",{className:"how-to-schema-notices-list"},P),React.createElement("p",null,Object(k.__)("P.S. Note that this notice is visible only in the editor. This will not be visible in frontend. Also, once the required fields are added, this notice will go away.")," ",React.createElement("a",{href:"https://developers.google.com/search/docs/data-types/how-to",target:"_blank",rel:"noreferrer"},Object(k.__)("Read more.")))):"")},ti=function(e){const t=e.name.replace("uagb/",""),{overallAlignment:a,headingTag:i,showTotaltimecolor:o,headingColor:n,headSpace:l,subHeadingColor:s,headFontFamily:c,headFontWeight:u,headFontSize:b,headFontSizeType:g,headFontSizeMobile:y,headFontSizeTablet:m,headLineHeight:f,headLineHeightType:h,headLineHeightMobile:_,headLineHeightTablet:v,subHeadFontFamily:T,subHeadFontWeight:C,subHeadFontSize:w,subHeadFontSizeType:P,subHeadFontSizeMobile:k,subHeadFontSizeTablet:x,subHeadLineHeight:A,subHeadLineHeightType:U,subHeadLineHeightMobile:G,subHeadLineHeightTablet:S,priceFontSizeType:M,priceFontSize:E,priceFontSizeTablet:R,priceFontSizeMobile:B,priceFontFamily:L,priceFontWeight:O,priceLineHeightType:z,priceLineHeight:H,priceLineHeightTablet:j,priceLineHeightMobile:F,timeSpace:N,costSpace:D,row_gap:V,rowGapTablet:I,rowGapMobile:W,step_gap:q,priceFontStyle:Z,priceTransform:$,priceDecoration:K,headFontStyle:J,headTransform:Y,headDecoration:Q,subHeadFontStyle:X,subHeadTransform:ee,subHeadDecoration:te,headLetterSpacing:ae,headLetterSpacingTablet:ie,headLetterSpacingMobile:oe,headLetterSpacingType:ne,priceLetterSpacing:le,priceLetterSpacingTablet:re,priceLetterSpacingMobile:se,priceLetterSpacingType:ce,subHeadLetterSpacing:pe,subHeadLetterSpacingTablet:ue,subHeadLetterSpacingMobile:be,subHeadLetterSpacingType:ge}=e.attributes;let de={},ye={},me=""!==Object(d.b)(q,"step_gap",t)?Object(d.b)(q,"step_gap",t):0;me+=30;const fe={" .block-editor-rich-text__editable.uagb-howto-desc-text":{"font-family":T,"font-style":X,"text-decoration":te,"text-transform":ee,"font-weight":C,"font-size":p(w,P),"line-height":p(A,U),color:s,"letter-spacing":p(pe,ge)},".uagb-how-to-main-wrap p":{"margin-bottom":p(Object(d.b)(V,"row_gap",t),"px")},".uagb-how-to-main-wrap .uagb-how-to-tools__wrap":{"margin-bottom":p(Object(d.b)(V,"row_gap",t),"px")},".uagb-how-to-main-wrap .uagb-howto__source-wrap":{"margin-bottom":p(Object(d.b)(V,"row_gap",t),"px")},".uagb-how-to-main-wrap .uagb-howto__source-image":{"margin-bottom":p(Object(d.b)(V,"row_gap",t),"px")},".uagb-how-to-main-wrap span.uagb-howto__time-wrap":{"margin-bottom":p(Object(d.b)(V,"row_gap",t),"px")},".uagb-how-to-main-wrap span.uagb-howto__cost-wrap":{"margin-bottom":p(Object(d.b)(V,"row_gap",t),"px")}," .uagb-how-to-tools .uagb-how-to-tools-child__wrapper:last-child":{"margin-bottom":p(Object(d.b)(V,"row_gap",t),"px")},".uagb-how-to-main-wrap .uagb-how-to-materials-child__wrapper:last-child":{"margin-bottom":p(Object(d.b)(V,"row_gap",t),"px")}," h4.uagb-howto-req-steps-text":{"margin-top":p(Object(d.b)(V,"row_gap",t),"px"),"margin-bottom":p(Object(d.b)(V,"row_gap",t),"px")}," h4.uagb-howto-req-materials-text":{"margin-top":p(Object(d.b)(V,"row_gap",t),"px")}," .uagb-infobox__content-wrap":{"margin-bottom":p(me,"px")}," .uagb-how-to-step-wrap":{"margin-bottom":p(me,"px")}," .block-editor-rich-text__editable.uagb-howto-timeNeeded-text":{"font-family":L,"font-style":Z,"text-decoration":K,"text-transform":$,"font-weight":O,"font-size":p(E,M),"line-height":p(H,z),color:o,"letter-spacing":p(le,ce)}," .uagb-howto-timeNeeded-value":{"font-family":T,"font-style":X,"text-decoration":te,"text-transform":ee,"font-weight":C,"font-size":p(w,P),"line-height":p(A,U),color:s,"margin-left":p(Object(d.b)(N,"timeSpace",t),"px")}," .uagb-howto-timeINmin-text ":{"font-family":T,"font-style":X,"text-decoration":te,"text-transform":ee,"font-weight":C,"font-size":p(w,P),"line-height":p(A,U),color:s}," .block-editor-rich-text__editable.uagb-howto-estcost-text":{"font-family":L,"font-style":Z,"text-decoration":K,"text-transform":$,"font-weight":O,"font-size":p(E,M),"line-height":p(H,z),color:o}," .block-editor-rich-text__editable.uagb-howto-estcost-value":{"font-family":T,"font-style":X,"text-decoration":te,"text-transform":ee,"font-weight":C,"font-size":p(w,P),"line-height":p(A,U),color:s,"margin-left":p(Object(d.b)(D,"costSpace",t),"px")}," h4.block-editor-rich-text__editable":{"font-family":L,"font-style":Z,"text-decoration":K,"text-transform":$,"font-weight":O,"font-size":p(E,M),"line-height":p(H,z)}," p.block-editor-rich-text__editable":{"font-family":T,"font-style":X,"text-decoration":te,"text-transform":ee,"font-weight":C,"font-size":p(w,P),"line-height":p(A,U)}," .block-editor-rich-text__editable.uagb-howto-estcost-type":{"font-family":T,"font-style":X,"text-decoration":te,"text-transform":ee,"font-weight":C,"font-size":p(w,P),"line-height":p(A,U),color:s}," .block-editor-rich-text__editable.uagb-howto-req-tools-text":{"font-family":L,"font-style":Z,"text-decoration":K,"text-transform":$,"font-weight":O,"font-size":p(E,M),"line-height":p(H,z),color:o}," .block-editor-rich-text__editable.uagb-tools__label":{"font-family":T,"font-style":X,"text-decoration":te,"text-transform":ee,"font-weight":C,"font-size":p(w,P),"line-height":p(A,U),color:s}," .block-editor-rich-text__editable.uagb-howto-req-materials-text":{"font-family":L,"font-style":Z,"text-decoration":K,"text-transform":$,"font-weight":O,"font-size":p(E,M),"line-height":p(H,z),color:o}," .block-editor-rich-text__editable.uagb-howto-req-steps-text":{"font-family":L,"font-style":Z,"text-decoration":K,"text-transform":$,"font-weight":O,"font-size":p(E,M),"line-height":p(H,z),color:o}," .block-editor-rich-text__editable.uagb-materials__label":{"font-family":T,"font-style":X,"text-decoration":te,"text-transform":ee,"font-weight":C,"font-size":p(w,P),"line-height":p(A,U),color:s}};fe[".uagb-how-to-main-wrap"]={"text-align":a,display:"block"},fe[" "+i+".block-editor-rich-text__editable.uagb-howto-heading-text"]={"font-family":c,"font-style":J,"text-decoration":Q,"text-transform":Y,"font-weight":u,"font-size":p(b,g),"line-height":p(f,h),color:n,"margin-bottom":p(l,"px"),"letter-spacing":p(ae,ne)},ye={" .block-editor-rich-text__editable.uagb-howto-heading-text":{"font-size":p(y,g),"line-height":p(_,h),"letter-spacing":p(oe,ne)}," .block-editor-rich-text__editable.uagb-howto-desc-text":{"font-size":p(k,P),"line-height":p(G,U),"letter-spacing":p(be,ge)}," .block-editor-rich-text__editable.uagb-howto-timeNeeded-text":{"font-size":p(B,M),"line-height":p(F,z),"letter-spacing":p(se,ce)}," .uagb-howto-timeNeeded-value":{"font-size":p(k,P),"line-height":p(G,U)}," .uagb-howto-timeINmin-text ":{"font-size":p(k,P),"line-height":p(G,U)}," .block-editor-rich-text__editable.uagb-howto-estcost-text":{"font-size":p(B,M),"line-height":p(F,z)}," .block-editor-rich-text__editable.uagb-howto-estcost-value":{"font-size":p(k,P),"line-height":p(G,U)}," .block-editor-rich-text__editable.uagb-howto-estcost-type":{"font-size":p(k,P),"line-height":p(G,U)}," .block-editor-rich-text__editable.uagb-tools__label":{"font-size":p(B,M),"line-height":p(F,z)}," .block-editor-rich-text__editable.uagb-howto-req-tools-text":{"font-size":p(B,M),"line-height":p(F,z)}," .block-editor-rich-text__editable.uagb-materials__label":{"font-size":p(B,M),"line-height":p(F,z)}," .block-editor-rich-text__editable.uagb-howto-req-materials-text":{"font-size":p(B,M),"line-height":p(F,z)},".uagb-how-to-main-wrap p":{"margin-bottom":p(Object(d.b)(W,"rowGapMobile",t),"px")},".uagb-how-to-main-wrap .uagb-how-to-tools__wrap":{"margin-bottom":p(Object(d.b)(W,"rowGapMobile",t),"px")},".uagb-how-to-main-wrap .uagb-howto__source-image":{"margin-bottom":p(Object(d.b)(W,"rowGapMobile",t),"px")},".uagb-how-to-main-wrap span.uagb-howto__time-wrap":{"margin-bottom":p(Object(d.b)(W,"rowGapMobile",t),"px")},".uagb-how-to-main-wrap span.uagb-howto__cost-wrap":{"margin-bottom":p(Object(d.b)(W,"rowGapMobile",t),"px")}," .uagb-how-to-tools .uagb-how-to-tools-child__wrapper:last-child":{"margin-bottom":p(Object(d.b)(W,"rowGapMobile",t),"px")},".uagb-how-to-main-wrap .uagb-how-to-materials-child__wrapper:last-child":{"margin-bottom":p(Object(d.b)(W,"rowGapMobile",t),"px")}," h4.uagb-howto-req-steps-text":{"margin-top":p(Object(d.b)(W,"rowGapMobile",t),"px"),"margin-bottom":p(Object(d.b)(W,"rowGapMobile",t),"px")}," h4.uagb-howto-req-materials-text":{"margin-top":p(Object(d.b)(W,"rowGapMobile",t),"px")}},de={" .block-editor-rich-text__editable.uagb-howto-heading-text":{"font-size":p(m,g),"line-height":p(v,h),"letter-spacing":p(ie,ne)}," .block-editor-rich-text__editable.uagb-howto-desc-text":{"font-size":p(x,P),"line-height":p(S,U),"letter-spacing":p(ue,ge)}," .block-editor-rich-text__editable.uagb-howto-timeNeeded-text":{"font-size":p(R,M),"line-height":p(j,z),"letter-spacing":p(re,ce)}," .uagb-howto-timeNeeded-value":{"font-size":p(x,P),"line-height":p(S,U)}," .uagb-howto-timeINmin-text ":{"font-size":p(x,P),"line-height":p(S,U)}," .block-editor-rich-text__editable.uagb-howto-estcost-text":{"font-size":p(R,M),"line-height":p(j,z)}," .block-editor-rich-text__editable.uagb-howto-estcost-value":{"font-size":p(x,P),"line-height":p(S,U)}," .block-editor-rich-text__editable.uagb-howto-estcost-type":{"font-size":p(x,P),"line-height":p(S,U)}," .block-editor-rich-text__editable.uagb-tools__label":{"font-size":p(R,M),"line-height":p(j,z)}," .block-editor-rich-text__editable.uagb-howto-req-tools-text":{"font-size":p(R,M),"line-height":p(j,z)}," .block-editor-rich-text__editable.uagb-materials__label":{"font-size":p(R,M),"line-height":p(j,z)}," .block-editor-rich-text__editable.uagb-howto-req-materials-text":{"font-size":p(R,M),"line-height":p(j,z)},".uagb-how-to-main-wrap p":{"margin-bottom":p(Object(d.b)(I,"rowGapTablet",t),"px")},".uagb-how-to-main-wrap .uagb-how-to-tools__wrap":{"margin-bottom":p(Object(d.b)(I,"rowGapTablet",t),"px")},".uagb-how-to-main-wrap .uagb-howto__source-image":{"margin-bottom":p(Object(d.b)(I,"rowGapTablet",t),"px")},".uagb-how-to-main-wrap span.uagb-howto__time-wrap":{"margin-bottom":p(Object(d.b)(I,"rowGapTablet",t),"px")},".uagb-how-to-main-wrap span.uagb-howto__cost-wrap":{"margin-bottom":p(Object(d.b)(I,"rowGapTablet",t),"px")}," .uagb-how-to-tools .uagb-how-to-tools-child__wrapper:last-child":{"margin-bottom":p(Object(d.b)(I,"rowGapTablet",t),"px")},".uagb-how-to-main-wrap .uagb-how-to-materials-child__wrapper:last-child":{"margin-bottom":p(Object(d.b)(I,"rowGapTablet",t),"px")}," h4.uagb-howto-req-steps-text":{"margin-top":p(Object(d.b)(I,"rowGapTablet",t),"px"),"margin-bottom":p(Object(d.b)(I,"rowGapTablet",t),"px")}," h4.uagb-howto-req-materials-text":{"margin-top":p(Object(d.b)(I,"rowGapTablet",t),"px")}};const he=".editor-styles-wrapper .uagb-block-"+e.clientId.substr(0,8);let _e=r(fe,he);return _e+=r(de,he+".uagb-editor-preview-mode-tablet"),_e+=r(ye,he+".uagb-editor-preview-mode-mobile"),_e},ai=(a(129),a(2));const ii=Object(f.lazy)(()=>a.e(60).then(a.bind(null,488))),oi=Object(f.lazy)(()=>a.e(59).then(a.bind(null,545)));var ni=Object(x.compose)(Object(v.withSelect)((e,t)=>{let a="";"undefined"!==t.attributes.mainimage&&null!==t.attributes.mainimage&&""!==t.attributes.mainimage&&(a=t.attributes.mainimage.url);let i={},o={},n={};const l={"@context":"https://schema.org","@type":"HowTo",name:t.attributes.headingTitle,description:t.attributes.headingDesc,image:{"@type":"ImageObject",url:a,height:"406",width:"305"},totalTime:"",estimatedCost:[],tool:[],supply:[],step:[]},r=t.attributes.timeInYears?t.attributes.timeInYears:0,s=t.attributes.timeInMonths?t.attributes.timeInMonths:0,c=t.attributes.timeInDays?t.attributes.timeInDays:0,p=t.attributes.timeInHours?t.attributes.timeInHours:0,u=t.attributes.timeInMins?t.attributes.timeInMins:t.attributes.time;return t.attributes.showTotaltime&&(l.totalTime="P"+r+"Y"+s+"M"+c+"DT"+p+"H"+u+"M"),t.attributes.showEstcost&&(l.estimatedCost={"@type":"MonetaryAmount",currency:t.attributes.currencyType,value:t.attributes.cost}),t.attributes.showTools&&t.attributes.tools.forEach((e,t)=>{i={"@type":"HowToTool",name:e.add_required_tools},l.tool[t]=i}),t.attributes.showMaterials&&t.attributes.materials.forEach((e,t)=>{o={"@type":"HowToSupply",name:e.add_required_materials},l.supply[t]=o}),e("core/block-editor").getBlocks(t.clientId).forEach((e,t)=>{var a,i,o,r,s,c,p,u,b,g;n={"@type":"HowToStep",url:(null===(a=e.attributes)||void 0===a?void 0:a.ctaLink)||(null===(i=e.attributes)||void 0===i?void 0:i.url),name:(null===(o=e.attributes)||void 0===o?void 0:o.infoBoxTitle)||(null===(r=e.attributes)||void 0===r?void 0:r.name),text:(null===(s=e.attributes)||void 0===s?void 0:s.headingDesc)||(null===(c=e.attributes)||void 0===c?void 0:c.description),image:(null===(p=e.attributes)||void 0===p||null===(u=p.iconImage)||void 0===u?void 0:u.url)||(null===(b=e.attributes)||void 0===b||null===(g=b.image)||void 0===g?void 0:g.url)},l.step[t]=n}),{schemaJsonData:l}}))(e=>{const t=Object(w.a)(),[a,i]=Object(ai.useState)("");Object(ai.useEffect)(()=>{e.setAttributes({block_id:e.clientId.substr(0,8)}),e.setAttributes({schema:JSON.stringify(e.schemaJsonData)}),i(e.schemaJsonData)},[]),Object(ai.useEffect)(()=>{JSON.stringify(e.schemaJsonData)!==JSON.stringify(a)&&(e.setAttributes({schema:JSON.stringify(e.schemaJsonData)}),i(e.schemaJsonData));const t=ti(e);l("uagb-how-to-schema-style-"+e.clientId.substr(0,8),t)},[e]),Object(ai.useEffect)(()=>{const t=ti(e);l("uagb-how-to-schema-style-"+e.clientId.substr(0,8),t),C()},[t]);const{attributes:{currencyType:o,showEstcost:n,showTotaltime:r,tools:s,materials:c,timeNeeded:p,estCost:u,mainimage:b,headingTitle:g,headingDesc:d,time:y,cost:m,timeInMins:v,timeInHours:T,timeInDays:P,timeInMonths:k,timeInYears:x,isPreview:A}}=e,U=v||y,G=uagb_blocks_info.uagb_url+"/admin/assets/preview-images/how-to.png";return h.a.createElement(f.Suspense,{fallback:Object(_.a)()},A?h.a.createElement("img",{width:"100%",src:G,alt:""}):h.a.createElement(h.a.Fragment,null,h.a.createElement(ei,{headingTitle:g,headingDesc:d,mainimage:b,showTotaltime:r,timeNeeded:p,minsValue:U,timeInHours:T,timeInDays:P,timeInMonths:k,timeInYears:x,showEstcost:n,estCost:u,cost:m,currencyType:o,tools:s,materials:c,clientId:e.clientId}),h.a.createElement(ii,{parentProps:e}),h.a.createElement(oi,{parentProps:e})))}),li=[{attributes:Xa.a,save(e){const{attributes:t,className:a}=e,{block_id:i,headingTitle:o,headingDesc:n,headingTag:l,timeNeeded:r,time:s,timeIn:c,estCost:p,cost:u,currencyType:b,mainimage:g,toolsTitle:d,stepsTitle:y,materialTitle:m,tools:f,materials:h,schema:_,showTotaltime:v,showEstcost:T,showTools:C,showMaterials:w}=t;let P="",k="";void 0!==t.mainimage&&null!==t.mainimage&&""!==t.mainimage&&(P=t.mainimage.url,k=t.mainimage.title);let x="";if(""!==P){const e=t.mainimage.sizes,a=t.imgSize;x=void 0!==e&&void 0!==e[a]?e[a].url:P}let U="";return g&&g.url&&(U=React.createElement("img",{className:"uagb-howto__source-image",src:x,title:k})),React.createElement("div",{className:N()(a,"uagb-block-"+i)},React.createElement("script",{type:"application/ld+json"},_),React.createElement("div",{className:"uagb-how-to-main-wrap"},React.createElement("div",{className:"uagb-howto__wrap"},React.createElement(A.RichText.Content,{value:o,tagName:l,className:"uagb-howto-heading-text"}),React.createElement(A.RichText.Content,{value:n,tagName:"p",className:"uagb-howto-desc-text"}),g.url&&React.createElement("div",{className:"uagb-howto__source-wrap"},U),v&&React.createElement("span",{className:"uagb-howto__time-wrap"},React.createElement(A.RichText.Content,{value:r,tagName:"h4",className:"uagb-howto-timeNeeded-text"}),React.createElement(A.RichText.Content,{value:s,tagName:"p",className:"uagb-howto-timeNeeded-value"}),React.createElement(A.RichText.Content,{tagName:"p",value:c,className:"uagb-howto-timeINmin-text"})),T&&React.createElement("span",{className:"uagb-howto__cost-wrap"},React.createElement(A.RichText.Content,{value:p,tagName:"h4",className:"uagb-howto-estcost-text"}),React.createElement(A.RichText.Content,{value:u,tagName:"p",className:"uagb-howto-estcost-value"}),React.createElement(A.RichText.Content,{tagName:"p",value:b,className:"uagb-howto-estcost-type"}))),C&&React.createElement("div",{className:"uagb-how-to-tools__wrap"},React.createElement(A.RichText.Content,{value:d,tagName:"h4",className:"uagb-howto-req-tools-text"})),C&&React.createElement("div",{className:"uagb-tools__wrap"},f.map((e,t)=>React.createElement("div",{className:N()("uagb-how-to-tools-"+t,"uagb-how-to-tools-child__wrapper"),key:t},React.createElement("div",{className:"uagb-tools"},React.createElement(A.RichText.Content,{tagName:"div",value:e.add_required_tools,className:"uagb-tools__label"}))))),w&&React.createElement("div",{className:"uagb-how-to-materials__wrap"},React.createElement(A.RichText.Content,{value:m,tagName:"h4",className:"uagb-howto-req-materials-text"})),w&&React.createElement("div",{className:"uagb-how-to-materials"},h.map((e,t)=>React.createElement("div",{className:N()("uagb-how-to-materials-"+t,"uagb-how-to-materials-child__wrapper")},React.createElement("div",{className:"uagb-materials"},React.createElement(A.RichText.Content,{tagName:"div",value:e.add_required_materials,className:"uagb-materials__label"}))))),React.createElement("div",{className:"uagb-how-to-steps__wrap"},React.createElement(A.RichText.Content,{value:y,tagName:"h4",className:"uagb-howto-req-steps-text"}),React.createElement("div",{className:"uagb-howto-steps__wrap"},React.createElement(A.InnerBlocks.Content,null)))))}},{attributes:Xa.a,save(e){const{attributes:t,className:a}=e,{block_id:i,headingTitle:o,headingDesc:n,headingTag:l,timeNeeded:r,time:s,timeIn:c,estCost:p,cost:u,currencyType:b,mainimage:g,toolsTitle:d,stepsTitle:y,materialTitle:m,tools:f,materials:h,schema:_,showTotaltime:v,showEstcost:T,showTools:C,showMaterials:w,timeInMins:P,timeInHours:k,timeInDays:x,timeInMonths:U,timeInYears:G}=t;let S="",M="";void 0!==t.mainimage&&null!==t.mainimage&&""!==t.mainimage&&(S=t.mainimage.url,M=t.mainimage.title);let E="";if(""!==S){const e=t.mainimage.sizes,a=t.imgSize;E=void 0!==e&&void 0!==e[a]?e[a].url:S}let R="";g&&g.url&&(R=React.createElement("img",{className:"uagb-howto__source-image",src:E,title:M}));const B=G>1?" Years ":" Year ",L=U>1?" Months ":" Month ",O=x>1?" Days ":" Day ",z=k>1?"Hours ":" Hour ",H=P||s,j=H>1?" Minutes ":" Minute ";return React.createElement("div",{className:N()(a,"uagb-block-"+i)},React.createElement("script",{type:"application/ld+json"},_),React.createElement("div",{className:"uagb-how-to-main-wrap"},React.createElement("div",{className:"uagb-howto__wrap"},React.createElement(A.RichText.Content,{value:o,tagName:l,className:"uagb-howto-heading-text"}),React.createElement(A.RichText.Content,{value:n,tagName:"p",className:"uagb-howto-desc-text"}),g.url&&React.createElement("div",{className:"uagb-howto__source-wrap"},R),v&&React.createElement("span",{className:"uagb-howto__time-wrap"},React.createElement(A.RichText.Content,{value:r,tagName:"h4",className:"uagb-howto-timeNeeded-text"}),React.createElement(React.Fragment,null,G&&React.createElement(React.Fragment,null,React.createElement("p",{className:"uagb-howto-timeNeeded-value"}," ",G),React.createElement("p",{className:"uagb-howto-timeINmin-text"}," ",B)),U&&React.createElement(React.Fragment,null,React.createElement("p",{className:"uagb-howto-timeNeeded-value"},U),React.createElement("p",{className:"uagb-howto-timeINmin-text"},L)),x&&React.createElement(React.Fragment,null,React.createElement("p",{className:"uagb-howto-timeNeeded-value"},x),React.createElement("p",{className:"uagb-howto-timeINmin-text"},O)),k&&React.createElement(React.Fragment,null,React.createElement("p",{className:"uagb-howto-timeNeeded-value"},k),React.createElement("p",{className:"uagb-howto-timeINmin-text"},z)),H&&React.createElement(React.Fragment,null,React.createElement("p",{className:"uagb-howto-timeNeeded-value"},H),React.createElement("p",{className:"uagb-howto-timeINmin-text"},j)))),T&&React.createElement("span",{className:"uagb-howto__cost-wrap"},React.createElement(A.RichText.Content,{value:p,tagName:"h4",className:"uagb-howto-estcost-text"}),React.createElement(A.RichText.Content,{value:u,tagName:"p",className:"uagb-howto-estcost-value"}),React.createElement(A.RichText.Content,{tagName:"p",value:b,className:"uagb-howto-estcost-type"}))),C&&React.createElement("div",{className:"uagb-how-to-tools__wrap"},React.createElement(A.RichText.Content,{value:d,tagName:"h4",className:"uagb-howto-req-tools-text"})),C&&React.createElement("div",{className:"uagb-tools__wrap"},f.map((e,t)=>React.createElement("div",{className:N()("uagb-how-to-tools-"+t,"uagb-how-to-tools-child__wrapper"),key:t},React.createElement("div",{className:"uagb-tools"},React.createElement(A.RichText.Content,{tagName:"div",value:e.add_required_tools,className:"uagb-tools__label"}))))),w&&React.createElement("div",{className:"uagb-how-to-materials__wrap"},React.createElement(A.RichText.Content,{value:m,tagName:"h4",className:"uagb-howto-req-materials-text"})),w&&React.createElement("div",{className:"uagb-how-to-materials"},h.map((e,t)=>React.createElement("div",{className:N()("uagb-how-to-materials-"+t,"uagb-how-to-materials-child__wrapper")},React.createElement("div",{className:"uagb-materials"},React.createElement(A.RichText.Content,{tagName:"div",value:e.add_required_materials,className:"uagb-materials__label"}))))),React.createElement("div",{className:"uagb-how-to-steps__wrap"},React.createElement(A.RichText.Content,{value:y,tagName:"h4",className:"uagb-howto-req-steps-text"}),React.createElement("div",{className:"uagb-howto-steps__wrap"},React.createElement(A.InnerBlocks.Content,null)))))}}];Object(U.registerBlockType)("uagb/how-to",{title:Object(k.__)("How-to","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add instructions/steps on processes using how to block.","ultimate-addons-for-gutenberg"),icon:s.a.how_to,category:uagb_blocks_info.category,keywords:[Object(k.__)("how to","ultimate-addons-for-gutenberg"),Object(k.__)("schema","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg")],supports:{anchor:!0},example:{attributes:{isPreview:!0}},attributes:Xa.a,edit:ni,save:function(e){const{attributes:t,className:a}=e,{block_id:i,headingTitle:o,headingDesc:n,headingTag:l,timeNeeded:r,time:s,estCost:c,cost:p,currencyType:u,mainimage:b,toolsTitle:g,stepsTitle:y,materialTitle:m,tools:f,materials:h,schema:_,showTotaltime:v,showEstcost:T,showTools:C,showMaterials:w,timeInMins:P,timeInHours:k,timeInDays:x,timeInMonths:U,timeInYears:G}=t;let S="",M="";void 0!==t.mainimage&&null!==t.mainimage&&""!==t.mainimage&&(S=t.mainimage.url,M=t.mainimage.title);let E="";if(""!==S){const e=t.mainimage.sizes,a=t.imgSize;E=void 0!==e&&void 0!==e[a]?e[a].url:S}let R="";b&&b.url&&(R=React.createElement("img",{className:"uagb-howto__source-image",src:E,title:M,alt:""}));const B=Object(d.b)(G,"timeInYears","how-to")>1?" Years ":" Year ",L=Object(d.b)(U,"timeInMonths","how-to")>1?" Months ":" Month ",O=Object(d.b)(x,"timeInDays","how-to")>1?" Days ":" Day ",z=Object(d.b)(k,"timeInHours","how-to")>1?"Hours ":" Hour ",H=Object(d.b)(P,"timeInMins","how-to")?Object(d.b)(P,"timeInMins","how-to"):s,j=H>1?" Minutes ":" Minute ";return React.createElement("div",{className:N()(a,"uagb-block-"+i,"uagb-how-to-main-wrap")},React.createElement("script",{type:"application/ld+json"},_),React.createElement(A.RichText.Content,{value:o,tagName:l,className:"uagb-howto-heading-text"}),React.createElement(A.RichText.Content,{value:n,tagName:"p",className:"uagb-howto-desc-text"}),R,v&&React.createElement("span",{className:"uagb-howto__time-wrap"},React.createElement(A.RichText.Content,{value:r,tagName:"h4",className:"uagb-howto-timeNeeded-text"}),React.createElement(React.Fragment,null,Object(d.b)(G,"timeInYears","how-to")&&React.createElement(React.Fragment,null,React.createElement("p",{className:"uagb-howto-timeNeeded-value"}," ",Object(d.b)(G,"timeInYears","how-to")),React.createElement("p",{className:"uagb-howto-timeINmin-text"}," ",B)),Object(d.b)(U,"timeInMonths","how-to")&&React.createElement(React.Fragment,null,React.createElement("p",{className:"uagb-howto-timeNeeded-value"},Object(d.b)(U,"timeInMonths","how-to")),React.createElement("p",{className:"uagb-howto-timeINmin-text"},L)),Object(d.b)(x,"timeInDays","how-to")&&React.createElement(React.Fragment,null,React.createElement("p",{className:"uagb-howto-timeNeeded-value"},Object(d.b)(x,"timeInDays","how-to")),React.createElement("p",{className:"uagb-howto-timeINmin-text"},O)),Object(d.b)(k,"timeInHours","how-to")&&React.createElement(React.Fragment,null,React.createElement("p",{className:"uagb-howto-timeNeeded-value"},Object(d.b)(k,"timeInHours","how-to")),React.createElement("p",{className:"uagb-howto-timeINmin-text"},z)),H&&React.createElement(React.Fragment,null,React.createElement("p",{className:"uagb-howto-timeNeeded-value"},H),React.createElement("p",{className:"uagb-howto-timeINmin-text"},j)))),T&&React.createElement("span",{className:"uagb-howto__cost-wrap"},React.createElement(A.RichText.Content,{value:c,tagName:"h4",className:"uagb-howto-estcost-text"}),React.createElement(A.RichText.Content,{value:p,tagName:"p",className:"uagb-howto-estcost-value"}),React.createElement(A.RichText.Content,{tagName:"p",value:u,className:"uagb-howto-estcost-type"})),C&&React.createElement(A.RichText.Content,{value:g,tagName:"h4",className:"uagb-howto-req-tools-text"}),C&&React.createElement(React.Fragment,null,f.map((e,t)=>React.createElement(A.RichText.Content,{tagName:"div",value:e.add_required_tools,className:"uagb-tools__label "+t,key:t}))),w&&React.createElement(A.RichText.Content,{value:m,tagName:"h4",className:"uagb-howto-req-materials-text"}),w&&React.createElement(React.Fragment,null,h.map((e,t)=>React.createElement(A.RichText.Content,{tagName:"div",value:e.add_required_materials,className:"uagb-materials__label "+t,key:t}))),React.createElement(A.RichText.Content,{value:y,tagName:"h4",className:"uagb-howto-req-steps-text"}),React.createElement(A.InnerBlocks.Content,null))},deprecated:li});var ri=a(97),si=function(e){const{urlFontSize:t,urlFontSizeType:a,urlFontSizeMobile:i,urlFontSizeTablet:o,urlFontFamily:n,urlFontWeight:l,titleFontSize:s,titleFontSizeType:c,titleFontSizeMobile:u,titleFontSizeTablet:b,titleFontFamily:g,titleFontWeight:d,descriptionFontSize:y,descriptionFontSizeType:m,descriptionFontSizeMobile:f,descriptionFontSizeTablet:h,descriptionFontFamily:_,descriptionFontWeight:v,titleColor:T,descriptionColor:C,urlColor:w,urlFontStyle:P,urlTransform:k,urlDecoration:x,titleFontStyle:A,titleTransform:U,titleDecoration:G,descriptionFontStyle:S,descriptionTransform:M,descriptionDecoration:E,titleLetterSpacing:R,titleLetterSpacingTablet:B,titleLetterSpacingMobile:L,titleLetterSpacingType:O,descriptionLetterSpacing:z,descriptionLetterSpacingTablet:H,descriptionLetterSpacingMobile:j,descriptionLetterSpacingType:F,titleLineHeight:N,titleLineHeightTablet:D,titleLineHeightMobile:V,titleLineHeightType:I,descriptionLineHeight:W,descriptionLineHeightType:q,descriptionLineHeightTablet:Z,descriptionLineHeightMobile:$,urlLineHeight:K,urlLineHeightTablet:J,urlLineHeightMobile:Y,urlLineHeightType:Q,urlLetterSpacing:X,urlLetterSpacingTablet:ee,urlLetterSpacingMobile:te,urlLetterSpacingType:ae}=e.attributes;let ie={},oe={};const ne={" .uagb-step-link-text":{color:w,"font-family":n,"font-style":P,"text-transform":k,"text-decoration":x,"font-weight":l,"font-size":p(t,a),"line-height":p(K,Q),"letter-spacing":p(X,ae)}," .block-editor-rich-text__editable.uagb-how-to-step-name":{color:T,"font-family":g,"font-style":A,"text-transform":U,"text-decoration":G,"font-weight":d,"font-size":p(s,c),"line-height":p(N,I),"letter-spacing":p(R,O)}," .block-editor-rich-text__editable.uagb-how-to-step-description":{color:C,"font-family":_,"font-style":S,"text-transform":M,"text-decoration":E,"font-weight":v,"font-size":p(y,m),"line-height":p(W,q),"letter-spacing":p(z,F)}};oe={" .uagb-step-link-text":{"font-size":p(i,a),"line-height":p(Y,Q),"letter-spacing":p(te,ae)}," .block-editor-rich-text__editable.uagb-how-to-step-name":{"font-size":p(u,c),"line-height":p(V,I),"letter-spacing":p(L,O)}," .block-editor-rich-text__editable.uagb-how-to-step-description":{"font-size":p(f,m),"line-height":p($,q),"letter-spacing":p(j,F)}},ie={" .uagb-step-link-text":{"font-size":p(o,a),"line-height":p(J,Q),"letter-spacing":p(ee,ae)}," .block-editor-rich-text__editable.uagb-how-to-step-name":{"font-size":p(b,c),"line-height":p(D,I),"letter-spacing":p(B,O)}," .block-editor-rich-text__editable.uagb-how-to-step-description":{"font-size":p(h,m),"line-height":p(Z,q),"letter-spacing":p(H,F)}};const le=".editor-styles-wrapper .uagb-block-"+e.clientId.substr(0,8);let re=r(ne,le);return re+=r(ie,le+".uagb-editor-preview-mode-tablet"),re+=r(oe,le+".uagb-editor-preview-mode-mobile"),re};const ci=Object(f.lazy)(()=>a.e(62).then(a.bind(null,489))),pi=Object(f.lazy)(()=>a.e(61).then(a.bind(null,546)));Object(U.registerBlockType)("uagb/how-to-step",{title:uagb_blocks_info.blocks["uagb/how-to-step"].title,description:uagb_blocks_info.blocks["uagb/how-to-step"].description,icon:s.a.how_to_step,category:uagb_blocks_info.category,parent:["uagb/how-to"],attributes:ri.a,edit:e=>{const t=Object(w.a)();return Object(f.useEffect)(()=>{const{setAttributes:t}=e;t({block_id:e.clientId.substr(0,8)})},[]),Object(f.useEffect)(()=>{const t=si(e);l("uagb-style-how-to-step-"+e.clientId.substr(0,8),t)},[e]),Object(f.useEffect)(()=>{const t=si(e);l("uagb-style-how-to-step-"+e.clientId.substr(0,8),t),C()},[t]),h.a.createElement(h.a.Fragment,null,h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(ci,{parentProps:e}),h.a.createElement(pi,{parentProps:e})))},supports:{anchor:!0},example:{},save:function(e){const{attributes:t}=e,{block_id:a,name:i,description:o,url:n,urlType:l,image:r,imageSize:s,urlText:c,urlTarget:p,imgPosition:u}=t;let b="";null!=r&&""!==r&&(b=r.url);let g="";if(""!==b){const e=r.sizes;g=void 0!==e&&void 0!==e[s]?e[s].url:b}let d="_self";p&&(d="_blank");const y=React.createElement("img",{className:"uagb-how-to-step-image",src:g,alt:r.alt}),m=React.createElement("div",{className:"uagb-step-content-wrap"},React.createElement(A.RichText.Content,{tagName:"div",className:"uagb-how-to-step-name",value:i}),React.createElement(A.RichText.Content,{tagName:"p",className:"uagb-how-to-step-description",value:o}),"text"===l&&React.createElement("a",{href:n,target:d,className:"uagb-step-link",rel:"noopener noreferrer"},React.createElement("span",{className:"uagb-step-link-text"},c)));return React.createElement("div",{className:N()("uagb-how-to-step-wrap","uagb-block-"+a)},"all"===l&&React.createElement(React.Fragment,null,React.createElement("a",{href:n,target:d,className:"uagb-step-link-all",rel:"noopener noreferrer"}),React.createElement("div",{className:"uagb-step-image-content-wrap uag-image-position-"+u},g&&y,m)),"text"===l&&React.createElement("div",{className:"uagb-step-image-content-wrap uag-image-position-"+u},g&&y,m))}});var ui=a(32),bi=function(e){const t=e.name.replace("uagb/",""),{align:a,alignTablet:i,alignMobile:o,gap:n,gapTablet:l,gapMobile:s,gapType:c,inner_gap:u,innerGapTablet:b,innerGapMobile:g,innerGapType:y,icon_layout:m,iconLayoutTablet:f,iconLayoutMobile:h,size:_,sizeType:v,sizeTablet:T,sizeMobile:C,fontSize:w,fontSizeType:P,fontSizeMobile:k,fontSizeTablet:x,fontFamily:A,fontWeight:U,lineHeightType:G,lineHeight:S,lineHeightTablet:M,lineHeightMobile:E,border:R,borderTablet:B,borderMobile:L,borderType:O,bgSize:z,bgSizeType:H,bgSizeTablet:j,bgSizeMobile:F,borderRadius:N,borderRadiusTablet:D,borderRadiusMobile:V,borderRadiusType:I,fontStyle:W,fontTransform:q,fontDecoration:Z,iconPosition:$,iconPositionTablet:K,iconPositionMobile:J,hideLabel:Y,labelLetterSpacing:Q,labelLetterSpacingTablet:X,labelLetterSpacingMobile:ee,labelLetterSpacingType:te,iconColor:ae,labelColor:ie,iconHoverColor:oe,labelHoverColor:ne,iconBgColor:le,iconBgHoverColor:re,iconBorderColor:se,iconBorderHoverColor:ce,iconPlacement:pe,blockTopMargin:ue,blockRightMargin:be,blockLeftMargin:ge,blockBottomMargin:de,blockTopMarginTablet:ye,blockRightMarginTablet:me,blockLeftMarginTablet:fe,blockBottomMarginTablet:he,blockTopMarginMobile:_e,blockRightMarginMobile:ve,blockLeftMarginMobile:Te,blockBottomMarginMobile:Ce,blockMarginUnit:we,blockMarginUnitTablet:Pe,blockMarginUnitMobile:ke,blockTopPadding:xe,blockRightPadding:Ae,blockLeftPadding:Ue,blockBottomPadding:Ge,blockTopPaddingTablet:Se,blockRightPaddingTablet:Me,blockLeftPaddingTablet:Ee,blockBottomPaddingTablet:Re,blockTopPaddingMobile:Be,blockRightPaddingMobile:Le,blockLeftPaddingMobile:Oe,blockBottomPaddingMobile:ze,blockPaddingUnit:He,blockPaddingUnitTablet:je,blockPaddingUnitMobile:Fe}=e.attributes,Ne=Object(d.b)(n,"gap",t),De=Object(d.b)(z,"bgSize",t),Ve=Object(d.b)(N,"borderRadius",t),Ie=Object(d.b)(D,"borderRadiusTablet",t),We=Object(d.b)(V,"borderRadiusMobile",t),qe=Object(d.b)(R,"border",t),Ze=Object(d.b)(_,"size",t),$e=Object(d.b)(u,"inner_gap",t),Ke=Object(d.b)(b,"innerGapTablet",t),Je=Object(d.b)(g,"innerGapMobile",t),Ye=Object(d.b)(w,"fontSize",t),Qe=isNaN(T)?Ze:T,Xe=isNaN(C)?Qe:C,et=isNaN(j)?De:j,tt=isNaN(F)?et:F,at=isNaN(B)?qe:B,it=isNaN(L)?at:L,ot=isNaN(x)?Ye:x,nt=isNaN(k)?ot:k,lt=isNaN(l)?Ne:l,rt=isNaN(s)?lt:s;let st={},ct={},pt={},ut="";ut="left"===a?"flex-start":"right"===a?"flex-end":"center";let bt=ut;"left"===i?bt="flex-start":"right"===i?bt="flex-end":"center"===i&&(bt="center");let gt=bt;"left"===o?gt="flex-start":"right"===o?gt="flex-end":"center"===o&&(gt="center");const dt=m,yt=f||dt,mt=h||yt,ft="top"===$?"flex-start":"center";let ht="",_t="";const vt="top"===$?{"margin-top":`max(0px, calc(${Ye}${P} - ${3*Ze/5}${v} - ${De}${H} - ${qe}${O}))`}:null;let Tt=null,Ct=null;"top"===K?(ht="flex-start",Tt={"margin-top":`max(0px, calc(${ot}${P} - ${3*Qe/5}${v} - ${et}${H} - ${at}${O}))`}):ht="middle"===K?"center":ft,"top"===J?(_t="flex-start",Ct={"margin-top":`max(0px, calc(${nt}${P} - ${3*Xe/5}${v} - ${tt}${H} - ${it}${O}))`}):_t="middle"===J?"center":ht,st={" .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap":{background:le,"border-color":se,padding:p(De,H),"border-radius":p(Ve,I),"border-style":0===qe||void 0===qe?"none":"solid","border-width":p(qe,O),"align-self":ft,...vt}," .uagb-icon-list__source-image":{width:p(Ze,v)}," .uagb-icon-list__wrap .block-editor-inner-blocks":{"text-align":a,"margin-top":p(ue,we),"margin-right":p(be,we),"margin-bottom":p(de,we),"margin-left":p(ge,we),"padding-top":p(xe,He),"padding-right":p(Ae,He),"padding-bottom":p(Ge,He),"padding-left":p(Ue,He)}," .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg":{color:ae,fill:ae}," .wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap svg":{color:oe,fill:oe}," .wp-block-uagb-icon-list-child .uagb-icon-list__label":{color:ie}," .wp-block-uagb-icon-list-child:hover .uagb-icon-list__label":{color:ne}," .wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap":{background:re,"border-color":ce}},ct={" .uagb-icon-list__source-image":{width:p(Qe,v)}," .uagb-icon-list__wrap .block-editor-inner-blocks":{"text-align":i,"margin-top":p(ye,Pe),"margin-right":p(me,Pe),"margin-bottom":p(he,Pe),"margin-left":p(fe,Pe),"padding-top":p(Se,je),"padding-right":p(Me,je),"padding-bottom":p(Re,je),"padding-left":p(Ee,je)}},pt={" .uagb-icon-list__source-image":{width:p(Xe,v)}," .uagb-icon-list__wrap .block-editor-inner-blocks":{"text-align":o,"margin-top":p(_e,ke),"margin-right":p(ve,ke),"margin-bottom":p(Ce,ke),"margin-left":p(Te,ke),"padding-top":p(Be,Fe),"padding-right":p(Le,Fe),"padding-bottom":p(ze,Fe),"padding-left":p(Oe,Fe)}},st[" .uagb-icon-list__source-wrap svg"]={width:p(Ze,v),height:p(Ze,v),"font-size":p(Ze,v)},ct[" .uagb-icon-list__source-wrap svg"]={width:p(Qe,v),height:p(Qe,v),"font-size":p(Qe,v)},pt[" .uagb-icon-list__source-wrap svg"]={width:p(Xe,v),height:p(Xe,v),"font-size":p(Xe,v)},"horizontal"===dt?(st[" .uagb-icon-list__wrap .block-editor-block-list__layout"]={"justify-content":ut,"-webkit-box-pack":ut,"-ms-flex-pack":ut,"align-items":"center",display:"inline-flex","flex-direction":"row"},st[' .block-editor-block-list__layout .wp-block[data-type="uagb/icon-list-child"]']={"margin-right":p(Ne/2,c)},st[' .block-editor-block-list__layout .wp-block[data-type="uagb/icon-list-child"]:not(:first-child)']={"margin-left":p(Ne/2,c)}):"vertical"===dt&&(st[" .uagb-icon-list__wrap .block-editor-block-list__layout"]={"flex-direction":"column"},st[' .wp-block[data-type="uagb/icon-list-child"]']={display:"block","margin-left":0,"margin-right":0,"margin-bottom":p(Ne,c)}),"horizontal"===yt?(ct[" .uagb-icon-list__wrap .block-editor-block-list__layout"]={"justify-content":bt,"-webkit-box-pack":bt,"-ms-flex-pack":bt,"align-items":"center",display:"inline-flex","flex-direction":"row"},ct[' .block-editor-block-list__layout .wp-block[data-type="uagb/icon-list-child"]']={"margin-right":p(lt/2,c)},ct[' .block-editor-block-list__layout .wp-block[data-type="uagb/icon-list-child"]:not(:first-child)']={"margin-left":p(lt/2,c)}):"vertical"===yt&&(ct[' .wp-block[data-type="uagb/icon-list-child"]']={"margin-left":"0 !important","margin-right":"0 !important","margin-bottom":p(lt,c)},ct[" .uagb-icon-list__wrap .block-editor-block-list__layout"]={"flex-direction":"column"}),"horizontal"===mt?(pt[" .uagb-icon-list__wrap .block-editor-block-list__layout"]={"justify-content":gt,"-webkit-box-pack":gt,"-ms-flex-pack":gt,"align-items":"center",display:"inline-flex","flex-direction":"row"},pt[' .block-editor-block-list__layout .wp-block[data-type="uagb/icon-list-child"]']={"margin-right":p(rt/2,c)},pt[' .block-editor-block-list__layout .wp-block[data-type="uagb/icon-list-child"]:not(:first-child)']={"margin-left":p(rt/2,c)}):"vertical"===mt&&(pt[' .wp-block[data-type="uagb/icon-list-child"]']={display:"block","margin-left":"0 !important","margin-right":"0 !important","margin-bottom":p(rt,c)},pt[" .uagb-icon-list__wrap .block-editor-block-list__layout"]={"flex-direction":"column"}),"right"===a&&Y?(st[" .uagb-icon-list__source-wrap"]={"margin-left":p($e,y)},pt[" .uagb-icon-list__source-wrap"]={"margin-left":p(Je,y)},ct[" .uagb-icon-list__source-wrap"]={"margin-left":p(Ke,y)},st[" .wp-block-uagb-icon-list-child "]={"flex-direction":"row-reverse"}):"before"!==pe||Y?"after"!==pe||Y||(st[" .uagb-icon-list__source-wrap"]={"margin-left":p($e,y)},pt[" .uagb-icon-list__source-wrap"]={"margin-left":p(Je,y)},ct[" .uagb-icon-list__source-wrap"]={"margin-left":p(Ke,y)},st[" .wp-block-uagb-icon-list-child "]={"flex-direction":"row-reverse"}):(st[" .uagb-icon-list__source-wrap"]={"margin-right":p($e,y)},pt[" .uagb-icon-list__source-wrap"]={"margin-right":p(Je,y)},ct[" .uagb-icon-list__source-wrap"]={"margin-right":p(Ke,y)}),st[" .wp-block-uagb-icon-list-child .uagb-icon-list__label"]={"font-size":p(w,P),"font-family":A,"font-style":W,"text-decoration":Z,"text-transform":q,"font-weight":U,"line-height":p(S,G),"letter-spacing":p(Q,te),color:ie},pt[" .wp-block-uagb-icon-list-child .uagb-icon-list__label"]={"font-size":p(k,P),"line-height":p(E,G),"letter-spacing":p(ee,te)},ct[" .wp-block-uagb-icon-list-child .uagb-icon-list__label"]={"font-size":p(x,P),"line-height":p(M,G),"letter-spacing":p(X,te)},pt[" .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap"]={"border-radius":p(We,I),padding:p(tt,"px"),"border-style":0===it||void 0===it?"none":"solid","border-width":p(it,O),"align-self":_t,...Ct},ct[" .wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap"]={"border-radius":p(Ie,I),padding:p(et,"px"),"border-style":0===at||void 0===at?"none":"solid","border-width":p(at,O),"align-self":ht,...Tt};let wt="";const Pt=".uagb-block-"+e.clientId.substr(0,8);return wt=r(st,Pt),wt+=r(ct,Pt+".uagb-editor-preview-mode-tablet"),wt+=r(pt,Pt+".uagb-editor-preview-mode-mobile"),wt};const gi=Object(f.lazy)(()=>Promise.all([a.e(0),a.e(66)]).then(a.bind(null,547))),di=Object(f.lazy)(()=>a.e(65).then(a.bind(null,548)));var yi=[{attributes:ui.a,save:e=>{const{attributes:t,className:a}=e,{block_id:i,icons:o,icon_count:n,icon_layout:l,hideLabel:r,disableLink:s}=e.attributes,c=r?"uagb-icon-list__no-label":"";return React.createElement("div",{className:N()(a,"uagb-icon-list__outer-wrap","uagb-icon-list__layout-"+l,c),id:"uagb-icon-list-"+i},React.createElement("div",{className:"uagb-icon-list__wrap"},o.map((e,t)=>{if(n<=t)return;let a="";"icon"==e.image_icon?e.icon&&(a=React.createElement("span",{className:N()(e.icon,"uagb-icon-list__source-icon")})):e.image&&(a=React.createElement("img",{className:"uagb-icon-list__source-image",src:e.image.url}));const i=e.target?"_blank":"_self",l=s?"javascript:void(0);":e.link;return React.createElement("a",{className:N()("uagb-icon-list-repeater-"+t,"uagb-icon-list__wrapper"),key:t,target:i,rel:"noopener noreferrer",href:l},React.createElement("div",{className:"uagb-icon-list__content-wrap"},React.createElement("span",{className:"uagb-icon-list__source-wrap"},a),!r&&""!=o[t].label&&React.createElement("div",{className:"uagb-icon-list__label-wrap"},React.createElement(A.RichText.Content,{tagName:"span",value:o[t].label,className:"uagb-icon-list__label"}))))})))}},{attributes:ui.a,save:e=>{const{attributes:t,className:a}=e,{block_id:i,icons:o,icon_count:n,icon_layout:l,hideLabel:r,disableLink:s}=e.attributes,c=r?"uagb-icon-list__no-label":"";return React.createElement("div",{className:N()(a,"uagb-icon-list__outer-wrap","uagb-icon-list__layout-"+l,c),id:"uagb-icon-list-"+i},React.createElement("div",{className:"uagb-icon-list__wrap"},o.map((e,t)=>{if(n<=t)return;let a="";"icon"==e.image_icon?e.icon&&(a=React.createElement("span",{className:"uagb-icon-list__source-icon"},ge(e.icon))):e.image&&(a=React.createElement("img",{className:"uagb-icon-list__source-image",src:e.image.url}));const i=e.target?"_blank":"_self",l=s?"javascript:void(0);":e.link;return React.createElement("a",{className:N()("uagb-icon-list-repeater-"+t,"uagb-icon-list__wrapper"),key:t,target:i,rel:"noopener noreferrer",href:l},React.createElement("div",{className:"uagb-icon-list__content-wrap"},React.createElement("span",{className:"uagb-icon-list__source-wrap"},a),!r&&""!=o[t].label&&React.createElement("div",{className:"uagb-icon-list__label-wrap"},React.createElement(A.RichText.Content,{tagName:"span",value:o[t].label,className:"uagb-icon-list__label"}))))})))}},{attributes:ui.a,save:e=>{const{attributes:t,className:a}=e,{block_id:i,icons:o,icon_count:n,icon_layout:l,hideLabel:r,iconPosition:s}=e.attributes,c=r?"uagb-icon-list__no-label":"";return React.createElement("div",{className:N()(a,"uagb-icon-list__outer-wrap","uagb-icon-list__layout-"+l,"top"==s?"uagb-icon-list__icon-at-top":"",c),id:"uagb-icon-list-"+i},React.createElement("div",{className:"uagb-icon-list__wrap"},o.map((e,t)=>{if(n<=t)return;let a="";"icon"==e.image_icon?e.icon&&(a=React.createElement("span",{className:"uagb-icon-list__source-icon"},ge(e.icon))):e.image&&(a=React.createElement("img",{className:"uagb-icon-list__source-image",src:e.image.url}));const i=e.target?"_blank":"_self",l=e.disableLink?"javascript:void(0);":e.link;return React.createElement("a",{className:N()("uagb-icon-list-repeater-"+t,"uagb-icon-list__wrapper"),key:t,target:i,rel:"noopener noreferrer",href:l},React.createElement("div",{className:"uagb-icon-list__content-wrap"},React.createElement("span",{className:"uagb-icon-list__source-wrap"},a),!r&&""!=o[t].label&&React.createElement("div",{className:"uagb-icon-list__label-wrap"},React.createElement(A.RichText.Content,{tagName:"span",value:o[t].label,className:"uagb-icon-list__label"}))))})))}},{attributes:ui.a,save:e=>{const{attributes:t,className:a}=e,{block_id:i,icons:o,icon_count:n,icon_layout:l,hideLabel:r,iconPosition:s}=e.attributes,c=r?"uagb-icon-list__no-label":"";return React.createElement("div",{className:N()(a,"uagb-icon-list__outer-wrap","uagb-icon-list__layout-"+l,"top"==s?"uagb-icon-list__icon-at-top":"",c),id:"uagb-icon-list-"+i},React.createElement("div",{className:"uagb-icon-list__wrap"},o.map((e,t)=>{if(n<=t)return;let a="";"icon"==e.image_icon?e.icon&&(a=React.createElement("span",{className:"uagb-icon-list__source-icon"},ge(e.icon))):e.image&&(a=React.createElement("img",{className:"uagb-icon-list__source-image",src:e.image.url}));const i=e.target?"_blank":"_self",l=e.disableLink?"/":e.link;return React.createElement("a",{className:N()("uagb-icon-list-repeater-"+t,"uagb-icon-list__wrapper"),key:t,target:i,rel:"noopener noreferrer",href:l},React.createElement("div",{className:"uagb-icon-list__content-wrap"},React.createElement("span",{className:"uagb-icon-list__source-wrap"},a),!r&&""!=o[t].label&&React.createElement("div",{className:"uagb-icon-list__label-wrap"},React.createElement(A.RichText.Content,{tagName:"span",value:o[t].label,className:"uagb-icon-list__label"}))))})))}},{attributes:ui.a,save:e=>{const{attributes:t,className:a}=e,{block_id:i,icons:o,icon_count:n,icon_layout:l,hideLabel:r,iconPosition:s}=e.attributes,c=r?"uagb-icon-list__no-label":"";return React.createElement("div",{className:N()(a,"uagb-icon-list__outer-wrap","uagb-icon-list__layout-"+l,"top"==s?"uagb-icon-list__icon-at-top":"",c,"uagb-block-"+i)},React.createElement("div",{className:"uagb-icon-list__wrap"},o.map((e,t)=>{if(n<=t)return;let a="";"icon"==e.image_icon&&e.icon&&(a=React.createElement("span",{className:"uagb-icon-list__source-icon"},ge(e.icon))),e.image&&(a=React.createElement("img",{className:"uagb-icon-list__source-image",src:e.image.url}));const i=e.target?"_blank":"_self",l=e.disableLink?"/":e.link;return e.disableLink?React.createElement("div",{className:N()("uagb-icon-list-repeater-"+t,"uagb-icon-list__wrapper"),key:t},React.createElement("div",{className:"uagb-icon-list__content-wrap"},React.createElement("span",{className:"uagb-icon-list__source-wrap"},a),!r&&""!=o[t].label&&React.createElement("div",{className:"uagb-icon-list__label-wrap"},React.createElement(A.RichText.Content,{tagName:"span",value:o[t].label,className:"uagb-icon-list__label"})))):React.createElement("a",{className:N()("uagb-icon-list-repeater-"+t,"uagb-icon-list__wrapper"),key:t,target:i,rel:"noopener noreferrer",href:l},React.createElement("div",{className:"uagb-icon-list__content-wrap"},React.createElement("span",{className:"uagb-icon-list__source-wrap"},a),!r&&""!=o[t].label&&React.createElement("div",{className:"uagb-icon-list__label-wrap"},React.createElement(A.RichText.Content,{tagName:"span",value:o[t].label,className:"uagb-icon-list__label"}))))})))}},{attributes:ui.a,save:e=>{const{attributes:t,className:a}=e,{block_id:i,icon_layout:o,hideLabel:n,iconPosition:l}=t,r=n?"uagb-icon-list__no-label":"";return React.createElement("div",{className:N()(a,"uagb-icon-list__outer-wrap","uagb-icon-list__layout-"+o,"top"===l?"uagb-icon-list__icon-at-top":"",r,"uagb-block-"+i)},React.createElement("div",{className:"uagb-icon-list__wrap"},React.createElement(A.InnerBlocks.Content,null)))}}];a(171),Object(U.registerBlockType)("uagb/icon-list",{title:Object(k.__)("Icon List","ultimate-addons-for-gutenberg"),description:Object(k.__)("Create a list highlighted with icons/images.","ultimate-addons-for-gutenberg"),icon:s.a.icon_list,category:uagb_blocks_info.category,keywords:[Object(k.__)("icon list","ultimate-addons-for-gutenberg"),Object(k.__)("image list","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg")],supports:{anchor:!0},example:{attributes:{isPreview:!0}},attributes:ui.a,edit:e=>{const t=Object(w.a)();return Object(f.useEffect)(()=>{e.setAttributes({block_id:e.clientId.substr(0,8)}),e.setAttributes({classMigrate:!0}),e.setAttributes({childMigrate:!0})},[]),Object(f.useEffect)(()=>{const t=bi(e);l("uagb-style-icon-list-"+e.clientId.substr(0,8),t)},[e]),Object(f.useEffect)(()=>{const t=bi(e);l("uagb-style-icon-list-"+e.clientId.substr(0,8),t),C()},[t]),Object(f.useEffect)(()=>{Object(v.select)("core/block-editor").getBlocksByClientId(e.clientId)[0].innerBlocks.forEach((function(t){Object(v.dispatch)("core/block-editor").updateBlockAttributes(t.clientId,{fromParentIcon:e.attributes.parentIcon,hideLabel:e.attributes.hideLabel})}))},[e.attributes.parentIcon,e.attributes.hideLabel]),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(gi,{parentProps:e}),h.a.createElement(di,{parentProps:e}))},save:function(e){const{attributes:t,className:a}=e,{block_id:i}=t;return React.createElement("div",{className:N()(a,"uagb-block-"+i)},React.createElement("div",{className:"uagb-icon-list__wrap"},React.createElement(A.InnerBlocks.Content,null)))},deprecated:yi});var mi=a(93),fi=function(e){const{icon_color:t,label_color:a,icon_hover_color:i,label_hover_color:o,icon_bg_color:n,icon_bg_hover_color:l,icon_border_color:s,icon_border_hover_color:c,childTopMargin:u,childRightMargin:b,childLeftMargin:g,childBottomMargin:d,childTopMarginTablet:y,childRightMarginTablet:m,childLeftMarginTablet:f,childBottomMarginTablet:h,childTopMarginMobile:_,childRightMarginMobile:v,childLeftMarginMobile:T,childBottomMarginMobile:C,childMarginUnit:w,childMarginUnitTablet:P,childMarginUnitMobile:k,childTopPadding:x,childRightPadding:A,childLeftPadding:U,childBottomPadding:G,childTopPaddingTablet:S,childRightPaddingTablet:M,childLeftPaddingTablet:E,childBottomPaddingTablet:R,childTopPaddingMobile:B,childRightPaddingMobile:L,childLeftPaddingMobile:O,childBottomPaddingMobile:z,childPaddingUnit:H,childPaddingUnitTablet:j,childPaddingUnitMobile:F}=e.attributes,N={".wp-block-uagb-icon-list-child":{"margin-top":p(u,w),"margin-right":p(b,w),"margin-bottom":p(d,w),"margin-left":p(g,w),"padding-top":p(x,H),"padding-right":p(A,H),"padding-bottom":p(G,H),"padding-left":p(U,H)},".wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap svg":{color:t,fill:t},".wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap svg":{color:i,fill:i},".wp-block-uagb-icon-list-child .uagb-icon-list__label":{color:a},".wp-block-uagb-icon-list-child:hover .uagb-icon-list__label":{color:o},".wp-block-uagb-icon-list-child .uagb-icon-list__source-wrap":{background:n,"border-color":s},".wp-block-uagb-icon-list-child:hover .uagb-icon-list__source-wrap":{background:l,"border-color":c}};let D={},V={};D={".wp-block-uagb-icon-list-child":{"margin-top":p(y,P),"margin-right":p(m,P),"margin-bottom":p(h,P),"margin-left":p(f,P),"padding-top":p(S,j),"padding-right":p(M,j),"padding-bottom":p(R,j),"padding-left":p(E,j)}},V={".wp-block-uagb-icon-list-child":{"margin-top":p(_,k),"margin-right":p(v,k),"margin-bottom":p(C,k),"margin-left":p(T,k),"padding-top":p(B,F),"padding-right":p(L,F),"padding-bottom":p(z,F),"padding-left":p(O,F)}};let I="";const W=".uagb-block-"+e.clientId.substr(0,8);return I=r(N,W),I+=r(D,W+".uagb-editor-preview-mode-tablet"),I+=r(V,W+".uagb-editor-preview-mode-mobile"),I};const hi=Object(f.lazy)(()=>Promise.all([a.e(0),a.e(64)]).then(a.bind(null,490))),_i=Object(f.lazy)(()=>a.e(63).then(a.bind(null,549)));a(172);const vi={block_id:{type:"string"},label:{type:"html",selector:".uagb-icon-list__label",default:"#Label"},image_icon:{type:"string",default:"icon"},hideLabel:{type:"boolean",default:!1},icon:{type:"string",default:"fab fa-arrow-circle-right"},image:{type:"object"},icon_color:{type:"string",default:"#3a3a3a"},label_color:{type:"string"},icon_hover_color:{type:"string"},label_hover_color:{type:"string"},icon_bg_color:{type:"string"},icon_bg_hover_color:{type:"string"},icon_border_color:{type:"string"},icon_border_hover_color:{type:"string"},link:{type:"string",default:"#"},target:{type:"boolean",default:!1},disableLink:{type:"boolean",default:!0},deviceType:{type:"string",default:"Desktop"}};var Ti=[{attributes:vi,save(e){const{attributes:t,className:a}=e,{label:i,image_icon:o,icon:n,image:l,block_id:r,link:s,target:c,disableLink:p,hideLabel:u,fromParentIcon:b}=t;let g="";"icon"==o?(n||b)&&(g=React.createElement("span",{className:"uagb-icon-list__source-icon"},ge(n||b))):l&&l.url&&"none"!==o&&(g=React.createElement("img",{className:"uagb-icon-list__source-image",src:l.url}));const d=c?"_blank":"_self",y=p?"/":s;return React.createElement("div",{className:N()("uagb-icon-list-repeater","uagb-icon-list__wrapper",a,"uagb-block-"+r)},!p&&React.createElement("a",{target:d,rel:"noopener noreferrer",href:y}),React.createElement("div",{className:"uagb-icon-list__content-wrap"},React.createElement("span",{className:"uagb-icon-list__source-wrap"},g),!u&&""!=i&&React.createElement("div",{className:"uagb-icon-list__label-wrap"},React.createElement(A.RichText.Content,{tagName:"span",value:i,className:"uagb-icon-list__label"}))))}},{attributes:vi,save(e){const{attributes:t,className:a}=e,{label:i,image_icon:o,icon:n,image:l,block_id:r,link:s,target:c,disableLink:p,hideLabel:u}=t;let b="";"icon"===o?n&&(b=React.createElement("span",{className:"uagb-icon-list__source-icon"},ge(n))):l&&l.url&&(b=React.createElement("img",{className:"uagb-icon-list__source-image",src:l.url,alt:l.alt}));const g=c?"_blank":"_self",d=p?"/":s;return React.createElement("div",{className:N()("uagb-icon-list-repeater","uagb-icon-list__wrapper",a,"uagb-block-"+r)},!p&&React.createElement("a",{target:g,"aria-label":i,rel:"noopener noreferrer",href:d}," "),React.createElement("div",{className:"uagb-icon-list__content-wrap"},React.createElement("span",{className:"uagb-icon-list__source-wrap"},b),!u&&""!==i&&React.createElement("div",{className:"uagb-icon-list__label-wrap"},React.createElement(A.RichText.Content,{tagName:"span",value:i,className:"uagb-icon-list__label"}))))}}];Object(U.registerBlockType)("uagb/icon-list-child",{title:Object(k.__)("Icon","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add and customize content for this list component.","ultimate-addons-for-gutenberg"),icon:s.a.icon_list_child,category:uagb_blocks_info.category,parent:["uagb/icon-list"],attributes:mi.a,edit:e=>{const t=Object(w.a)();return Object(f.useEffect)(()=>{e.setAttributes({block_id:e.clientId.substr(0,8)})},[]),Object(f.useEffect)(()=>{const t=fi(e);l("uagb-style-icon-list-child"+e.clientId.substr(0,8),t)},[e]),Object(f.useEffect)(()=>{const t=fi(e);l("uagb-style-icon-list-child"+e.clientId.substr(0,8),t),C()},[t]),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(hi,{parentProps:e,hideLabel:void 0}),h.a.createElement(_i,{parentProps:e}))},save:function(e){const{attributes:t,className:a}=e,{label:i,image_icon:o,icon:n,image:l,block_id:r,link:s,target:c,disableLink:p,hideLabel:u,fromParentIcon:b}=t;let g="";"icon"===o?(n||b)&&(g=n?Object(_e.a)(n):Object(_e.a)(b)):l&&l.url&&"none"!==o&&(g=React.createElement("img",{className:"uagb-icon-list__source-image",src:l.url,alt:l.alt}));const d=c?"_blank":"_self",y=p?s:"/";return React.createElement("div",{className:N()(a,"uagb-block-"+r)},p&&React.createElement("a",{target:d,"aria-label":i,rel:"noopener noreferrer",href:y}," "),g&&React.createElement("span",{className:"uagb-icon-list__source-wrap"},g),!u&&""!==i&&React.createElement(A.RichText.Content,{tagName:"span",value:i,className:"uagb-icon-list__label"}))},deprecated:Ti});var Ci=a(65),wi=function(e){const t=e.name.replace("uagb/",""),{block_id:a,textColor:i,titleColor:o,noticeColor:n,contentBgColor:l,noticeDismissColor:s,iconSize:c,iconSizeTab:u,iconSizeMob:b,iconSizeUnit:g,titleFontFamily:y,titleFontWeight:m,titleFontSizeType:f,titleLineHeightType:h,titleFontSize:_,titleFontSizeTablet:v,titleFontSizeMobile:T,titleLineHeight:C,titleLineHeightTablet:w,titleLineHeightMobile:P,descFontFamily:k,descFontWeight:x,descFontSize:A,descFontSizeType:U,descFontSizeTablet:G,descFontSizeMobile:S,descLineHeight:M,descLineHeightType:E,descLineHeightTablet:R,descLineHeightMobile:B,contentTopPadding:L,contentRightPadding:O,contentBottomPadding:z,contentLeftPadding:H,contentTopPaddingTablet:j,contentRightPaddingTablet:F,contentBottomPaddingTablet:N,contentLeftPaddingTablet:D,contentTopPaddingMobile:V,contentRightPaddingMobile:I,contentBottomPaddingMobile:W,contentLeftPaddingMobile:q,contentPaddingUnit:Z,mobileContentPaddingUnit:$,tabletContentPaddingUnit:K,titleTopPadding:J,titleRightPadding:Y,titleBottomPadding:Q,titleLeftPadding:X,titleTopPaddingTablet:ee,titleRightPaddingTablet:te,titleBottomPaddingTablet:ae,titleLeftPaddingTablet:ie,titleTopPaddingMobile:oe,titleRightPaddingMobile:ne,titleBottomPaddingMobile:le,titleLeftPaddingMobile:re,titlePaddingUnit:se,mobileTitlePaddingUnit:ce,tabletTitlePaddingUnit:pe,noticeDismiss:ue,noticeAlignment:be,layout:ge,highlightWidth:de,highlightWidthMobile:ye,highlightWidthTablet:me,titleTransform:fe,titleDecoration:he,descTransform:_e,descDecoration:ve,titleFontStyle:Te,descFontStyle:Ce,titleLetterSpacing:we,titleLetterSpacingTablet:Pe,titleLetterSpacingMobile:ke,titleLetterSpacingType:xe,descLetterSpacing:Ae,descLetterSpacingTablet:Ue,descLetterSpacingMobile:Ge,descLetterSpacingType:Se}=e.attributes,Me=Object(d.b)(c,"iconSize",t),Ee=Object(d.b)(u,"iconSizeTab",t),Re=Object(d.b)(b,"iconSizeMob",t),Be=Object(d.b)(de,"highlightWidth",t),Le=Object(d.b)(me,"highlightWidthTablet",t),Oe=Object(d.b)(ye,"highlightWidthMobile",t);let ze,He,je,Fe,Ne,De;!ue||"left"!==be&&"center"!==be?(ze=X,He=Y,je=re,Fe=ne,Ne=ie,De=te):(He=Y,ze=X,je=re,Fe=ne,Ne=ie,De=te);const Ve=isNaN(ee)?J:ee,Ie=isNaN(ie)?X:ie,We=isNaN(te)?Y:te,qe=isNaN(me)?Be:me,Ze=isNaN(ee)?se:pe,$e=isNaN(ie)?se:pe,Ke=isNaN(te)?se:pe,Je=isNaN(oe)?Ve:oe,Ye=isNaN(re)?Ie:re,Qe=isNaN(ne)?We:ne,Xe=isNaN(ye)?qe:ye,et=isNaN(oe)?Ze:ce,tt=isNaN(re)?$e:ce,at=isNaN(ne)?Ke:ce;let it={},ot={};const nt={" .rich-text.block-editor-rich-text__editable.uagb-notice-title":{"font-size":p(_,f),"font-weight":m,"font-family":y,"font-style":Te,"text-decoration":he,"text-transform":fe,"line-height":p(C,h),color:o,"padding-left":p(ze,se),"padding-right":p(He,se),"padding-top":p(J,se),"padding-bottom":p(Q,se),"letter-spacing":p(we,xe)}," .rich-text.block-editor-rich-text__editable.uagb-notice-text":{"padding-left":p(H,Z),"padding-right":p(O,Z),"padding-top":p(L,Z),"padding-bottom":p(z,Z)}," .rich-text.block-editor-rich-text__editable.uagb-notice-text p":{"font-size":p(A,U),"font-weight":x,"font-family":k,"font-style":Ce,"text-decoration":ve,"text-transform":_e,"line-height":p(M,E),color:i,"letter-spacing":p(Ae,Se)}," span.uagb-notice-dismiss":{fill:s}," svg":{fill:s},".uagb-dismissable > svg":{width:p(Me,g),height:p(Me,g),top:p(J,se)},".uagb-inline_notice__align-left svg":{right:p(Y,se)},".uagb-inline_notice__align-center svg":{right:p(Y,se)}};ot={" .rich-text.block-editor-rich-text__editable.uagb-notice-title":{"font-size":p(T,f),"line-height":p(P,h),"padding-left":p(je,ce),"padding-right":p(Fe,ce),"padding-top":p(oe,ce),"padding-bottom":p(le,ce),"letter-spacing":p(ke,xe)}," .rich-text.block-editor-rich-text__editable.uagb-notice-text p":{"font-size":p(S,U),"line-height":p(B,E),"letter-spacing":p(Ge,Se)}," .rich-text.block-editor-rich-text__editable.uagb-notice-text":{"padding-left":p(q,$),"padding-right":p(I,$),"padding-top":p(V,$),"padding-bottom":p(W,$)},".uagb-dismissable > svg":{width:p(Re,g),height:p(Re,g),top:p(Je,et)},".uagb-inline_notice__align-left svg":{right:p(Qe,at)},".uagb-inline_notice__align-center svg":{right:p(Qe,at)}},it={" .rich-text.block-editor-rich-text__editable.uagb-notice-title":{"font-size":p(v,f),"line-height":p(w,h),"padding-left":p(Ne,pe),"padding-right":p(De,pe),"padding-top":p(ee,pe),"padding-bottom":p(ae,pe),"letter-spacing":p(Pe,xe)}," .rich-text.block-editor-rich-text__editable.uagb-notice-text p":{"font-size":p(G,U),"line-height":p(R,E),"letter-spacing":p(Ue,Se)}," .rich-text.block-editor-rich-text__editable.uagb-notice-text":{"padding-left":p(D,K),"padding-right":p(F,K),"padding-top":p(j,K),"padding-bottom":p(N,K)},".uagb-dismissable > svg":{width:p(Ee,g),height:p(Ee,g),top:p(Ve,Ze)},".uagb-inline_notice__align-left svg":{right:p(We,Ke)},".uagb-inline_notice__align-center svg":{right:p(We,Ke)}},"modern"===ge?(nt[" .rich-text.block-editor-rich-text__editable.uagb-notice-title"]["background-color"]=n,nt[" .rich-text.block-editor-rich-text__editable.uagb-notice-title"]["border-top-right-radius"]="3px",nt[" .rich-text.block-editor-rich-text__editable.uagb-notice-title"]["border-top-left-radius"]="3px",nt[" .rich-text.block-editor-rich-text__editable.uagb-notice-text"]["background-color"]=l,nt[" .rich-text.block-editor-rich-text__editable.uagb-notice-text"].border="2px solid "+n,nt[" .rich-text.block-editor-rich-text__editable.uagb-notice-text"]["border-bottom-left-radius"]="3px",nt[" .rich-text.block-editor-rich-text__editable.uagb-notice-text"]["border-bottom-right-radius"]="3px",nt[".uagb-inline_notice__align-right svg"]={left:p(X,se)},it[".uagb-inline_notice__align-right svg"]={left:p(Ie,$e)},ot[".uagb-inline_notice__align-right svg"]={left:p(Ye,tt)}):"simple"===ge&&(nt[" .rich-text.block-editor-rich-text__editable.uagb-notice-title"]["background-color"]=l,nt[" .rich-text.block-editor-rich-text__editable.uagb-notice-title"]["border-left"]=p(Be,"px")+" solid "+n,nt[" .rich-text.block-editor-rich-text__editable.uagb-notice-text"]["background-color"]=l,nt[" .rich-text.block-editor-rich-text__editable.uagb-notice-text"]["border-left"]=p(Be,"px")+" solid "+n,ot[" .rich-text.block-editor-rich-text__editable.uagb-notice-text"]["border-left"]=p(Oe,"px")+" solid "+n,ot[" .rich-text.block-editor-rich-text__editable.uagb-notice-title"]["border-left"]=p(Oe,"px")+" solid "+n,it[" .rich-text.block-editor-rich-text__editable.uagb-notice-text"]["border-left"]=p(Le,"px")+" solid "+n,it[" .rich-text.block-editor-rich-text__editable.uagb-notice-title"]["border-left"]=p(Le,"px")+" solid "+n,nt[".uagb-inline_notice__align-right svg"]={left:`calc(${p(X,se)} + ${p(Be,"px")})`},it[".uagb-inline_notice__align-right svg"]={left:`calc(${p(Ie,$e)} + ${p(qe,"px")})`},ot[".uagb-inline_notice__align-right svg"]={left:`calc(${p(Ye,tt)} + ${p(Xe,"px")})`});const lt=".editor-styles-wrapper .uagb-block-"+a;let rt=r(nt,lt);return rt+=r(it,lt+".uagb-editor-preview-mode-tablet"),rt+=r(ot,lt+".uagb-editor-preview-mode-mobile"),rt};const Pi=Object(f.lazy)(()=>Promise.all([a.e(0),a.e(72)]).then(a.bind(null,491))),ki=Object(f.lazy)(()=>a.e(71).then(a.bind(null,550)));a(173);var xi=[{attributes:Ci.a,save(e){const{attributes:t,className:a}=e,{block_id:i,c_id:o,noticeTitle:n,noticeContent:l,noticeAlignment:r,headingTag:s,icon:c,noticeDismiss:p,cookies:u,close_cookie_days:b}=t;let g="";p&&(g=React.createElement("span",{className:"uagb-notice-dismiss"},ge(c)));var d="";return!0===u&&(d="uagb-notice__active"),React.createElement("div",{className:N()(a,"uagb-inline_notice__outer-wrap",""+p,"uagb-inline_notice__align-"+r,"uagb-block-"+i,""+d)},g,React.createElement(A.RichText.Content,{value:n,tagName:s,className:"uagb-notice-title"}),React.createElement(A.RichText.Content,{value:l,tagName:"div",className:"uagb-notice-text"}))}}];Object(U.registerBlockType)("uagb/inline-notice",{title:Object(k.__)("Inline Notice","ultimate-addons-for-gutenberg"),description:Object(k.__)("Highlight important information using inline notice block.","ultimate-addons-for-gutenberg"),icon:s.a.inline_notice,category:uagb_blocks_info.category,keywords:[Object(k.__)("inline notice","ultimate-addons-for-gutenberg"),Object(k.__)("notice","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg")],supports:{anchor:!0},attributes:Ci.a,example:{attributes:{isPreview:!0}},deprecated:xi,edit:e=>{const t=Object(w.a)();return Object(f.useEffect)(()=>{const{setAttributes:t,clientId:a,attributes:i}=e;t({block_id:a.substr(0,8)});const{contentVrPadding:o,contentHrPadding:n,titleVrPadding:l,titleHrPadding:r,titleTopPadding:s,titleRightPadding:c,titleBottomPadding:p,titleLeftPadding:u,contentTopPadding:b,contentRightPadding:g,contentBottomPadding:d,contentLeftPadding:y}=i;l&&(void 0===s&&t({titleTopPadding:l}),void 0===p&&t({titleBottomPadding:l})),r&&(void 0===c&&t({titleRightPadding:r}),void 0===u&&t({titleLeftPadding:r})),o&&(void 0===b&&t({contentTopPadding:o}),void 0===d&&t({contentBottomPadding:o})),n&&(void 0===g&&t({contentRightPadding:n}),void 0===y&&t({contentLeftPadding:n}))},[]),Object(f.useEffect)(()=>{const t=wi(e);l("uagb-inline-notice-style-"+e.clientId.substr(0,8),t)},[e]),Object(f.useEffect)(()=>{const t=wi(e);l("uagb-inline-notice-style-"+e.clientId.substr(0,8),t),C()},[t]),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(Pi,{parentProps:e}),h.a.createElement(ki,{parentProps:e}))},save:function(e){const{attributes:t,className:a}=e,{block_id:i,noticeTitle:o,noticeContent:n,noticeAlignment:l,headingTag:r,icon:s,noticeDismiss:c,cookies:p}=t;let u="";c&&(u=Object(_e.a)(s));let b="";return!0===p&&(b="uagb-notice__active"),React.createElement("div",{className:N()(a,""+c,"uagb-inline_notice__align-"+l,"uagb-block-"+i,""+b)},u,React.createElement(A.RichText.Content,{value:o,tagName:r,className:"uagb-notice-title"}),React.createElement(A.RichText.Content,{value:n,tagName:"div",className:"uagb-notice-text"}))}});var Ai=function(e){const{width:t,widthTablet:a,widthMob:i,height:o,heightTablet:n,heightMob:l,backgroundColor:s,backgroundHColor:c}=e.attributes,p=isNaN(t)?"auto":t+"px",u=isNaN(o)?"auto":o+"px",b=isNaN(a)?p:a+"px",g=isNaN(i)?b:i+"px",d=isNaN(n)?u:n+"px",y=isNaN(l)?d:l+"px",m={".uagb-lottie__outer-wrap":{width:p,height:u,background:s},".uagb-lottie__outer-wrap:hover":{background:c}," .lf-player-container #lottie":{height:u}},f={".uagb-lottie__outer-wrap":{width:b,height:d}," .lf-player-container #lottie":{height:d}},h={".uagb-lottie__outer-wrap":{width:g,height:y}," .lf-player-container #lottie":{height:y}},_=".editor-styles-wrapper .uagb-block-"+e.clientId.substr(0,8);let v=r(m,_);return v+=r(f,_+".uagb-editor-preview-mode-tablet"),v+=r(h,_+".uagb-editor-preview-mode-mobile"),v};const Ui=Object(f.lazy)(()=>a.e(74).then(a.bind(null,492))),Gi=Object(f.lazy)(()=>Promise.all([a.e(115),a.e(73)]).then(a.bind(null,551)));Object(U.registerBlockType)("uagb/lottie",{title:Object(k.__)("Lottie Animation","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add customizable lottie animation on your page.","ultimate-addons-for-gutenberg"),icon:s.a.lottie,keywords:[Object(k.__)("lottie","ultimate-addons-for-gutenberg"),Object(k.__)("animation","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg")],example:{attributes:{isPreview:!0}},category:uagb_blocks_info.category,edit:e=>{const t=Object(w.a)(),a=h.a.createRef(),[i,o]=Object(f.useState)({direction:1,loopState:!0});return Object(f.useEffect)(()=>{e.setAttributes({block_id:e.clientId.substr(0,8)}),e.setAttributes({classMigrate:!0})},[]),Object(f.useEffect)(()=>{const t=Ai(e);l("uagb-lottie-style-"+e.clientId.substr(0,8),t)},[e]),Object(f.useEffect)(()=>{const t=Ai(e);l("uagb-lottie-style-"+e.clientId.substr(0,8),t),C()},[t]),h.a.createElement(h.a.Fragment,null,h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(Gi,{lottieplayer:a,parentProps:e}),h.a.createElement(Ui,{parentProps:e,loopLottie:()=>{const{setAttributes:t}=e,{loop:a}=e.attributes,{loopState:n}=i;t({loop:!a}),o({loopState:!n})},reverseDirection:()=>{const{setAttributes:t}=e,{reverse:a}=e.attributes,{direction:n}=i;t({reverse:!a}),o({direction:-1*n})}})))},save:()=>null});var Si=a(84),Mi=function(e){const t=e.name.replace("uagb/",""),{titleSpace:a,titleSpaceTablet:i,titleSpaceMobile:o,titleSpaceUnit:n,iconPosition:l,iconSpace:s,iconSpaceTablet:c,iconSpaceMobile:u,iconFontSize:b,iconFontSizeType:g,iconFontSizeMobile:m,iconFontSizeTablet:f,titleColor:h,titleHoverColor:_,prefixColor:v,prefixHoverColor:T,iconColor:C,iconHoverColor:w,btnBorderHColor:P,backgroundType:k,backgroundColor:x,backgroundHoverColor:A,gradientColor1:U,gradientColor2:G,gradientLocation1:S,gradientLocation2:M,gradientType:E,gradientAngle:R,titleFontFamily:B,titleFontWeight:L,titleFontSize:O,titleFontSizeType:z,titleFontSizeTablet:H,titleFontSizeMobile:j,titleLineHeightType:F,titleLineHeight:N,titleLineHeightTablet:D,titleLineHeightMobile:V,prefixFontFamily:I,prefixFontWeight:W,prefixFontSize:q,prefixFontSizeType:Z,prefixFontSizeTablet:$,prefixFontSizeMobile:K,prefixLineHeightType:J,prefixLineHeight:Y,prefixLineHeightTablet:Q,prefixLineHeightMobile:X,paddingBtnUnit:ee,mobilePaddingBtnUnit:te,tabletPaddingBtnUnit:ae,paddingBtnTop:ie,paddingBtnBottom:oe,paddingBtnLeft:ne,paddingBtnRight:le,paddingBtnTopTablet:re,paddingBtnRightTablet:se,paddingBtnBottomTablet:ce,paddingBtnLeftTablet:pe,paddingBtnTopMobile:ue,paddingBtnRightMobile:be,paddingBtnBottomMobile:ge,paddingBtnLeftMobile:de,titleTransform:ye,titleDecoration:me,prefixTransform:fe,prefixDecoration:he,titleFontStyle:_e,prefixFontStyle:ve,titleLetterSpacing:Te,titleLetterSpacingTablet:Ce,titleLetterSpacingMobile:we,titleLetterSpacingType:Pe,prefixLetterSpacing:ke,prefixLetterSpacingTablet:xe,prefixLetterSpacingMobile:Ae,prefixLetterSpacingType:Ue}=e.attributes,Ge=Object(d.b)(S,"gradientLocation1",t),Se=Object(d.b)(M,"gradientLocation2",t),Me=Object(d.b)(R,"gradientAngle",t),Ee=Object(d.b)(s,"iconSpace",t),Re=Object(d.b)(b,"iconFontSize",t),Be=Object(d.b)(a,"titleSpace",t);let Le={},Oe={},ze={};const He=""===C?h:C,je=""===w?_:w,Fe=y(e.attributes,"btn"),Ne=y(e.attributes,"btn","tablet"),De=y(e.attributes,"btn","mobile");Le={" .uagb-marketing-btn__prefix":{"margin-top":p(Be,n)}," .block-editor-rich-text__editable.uagb-marketing-btn__title":{"font-size":p(O,z),"line-height":p(N,F),"font-family":B,"font-weight":L,"font-style":_e,"text-transform":ye,"text-decoration":me,color:h,"letter-spacing":p(Te,Pe)}," svg":{fill:He,width:p(Re,g),height:p(Re,g)}," .block-editor-rich-text__editable.uagb-marketing-btn__prefix":{"font-size":p(q,Z),"line-height":p(Y,J),"font-family":I,"font-weight":W,color:v,"font-style":ve,"text-transform":fe,"text-decoration":he,"letter-spacing":p(ke,Ue)}," .uagb-marketing-btn__link:hover .block-editor-rich-text__editable.uagb-marketing-btn__title":{color:_}," .uagb-marketing-btn__link:focus .block-editor-rich-text__editable.uagb-marketing-btn__title":{color:_}," .uagb-marketing-btn__link:hover .block-editor-rich-text__editable.uagb-marketing-btn__prefix":{color:T}," .uagb-marketing-btn__link:focus .block-editor-rich-text__editable.uagb-marketing-btn__prefix":{color:T}," .uagb-marketing-btn__link:hover svg":{fill:je}," .uagb-marketing-btn__link:focus svg":{fill:je}," .uagb-marketing-btn__link":{"padding-left":p(ne,ee),"padding-right":p(le,ee),"padding-top":p(ie,ee),"padding-bottom":p(oe,ee),...Fe}," .uagb-marketing-btn__link:hover":{"border-color":P}," .uagb-marketing-btn__link:focus":{"border-color":P}},"transparent"===k?Le[" .uagb-marketing-btn__link"].background="transparent":"color"===k?(Le[" .uagb-marketing-btn__link"].background=x,Le[" .uagb-marketing-btn__link:hover"].background=A):"gradient"===k&&(Le[" .uagb-marketing-btn__link"]["background-color"]="transparent",Le[" .uagb-marketing-btn__link"]["background-image"]="linear"===E?`linear-gradient(${Me}deg, ${U} ${Ge}%, ${G} ${Se}%)`:`radial-gradient( at center center, ${U} ${Ge}%, ${G} ${Se}%)`);const Ve="after"===l?"margin-left":"margin-right";Le[" svg"][Ve]=p(Ee,"px"),Oe={" .uagb-marketing-btn__prefix":{"margin-top":p(i,"px")}," .block-editor-rich-text__editable.uagb-marketing-btn__title":{"font-size":p(H,z),"line-height":p(D,F),"letter-spacing":p(Ce,Pe)}," .block-editor-rich-text__editable.uagb-marketing-btn__prefix":{"font-size":p($,Z),"line-height":p(Q,J),"letter-spacing":p(xe,Ue)}," svg":{width:p(f,g),height:p(f,g)}," .uagb-marketing-btn__link":{"padding-left":p(pe,ae),"padding-right":p(se,ae),"padding-top":p(re,ae),"padding-bottom":p(ce,ae),...Ne}},ze={" .uagb-marketing-btn__prefix":{"margin-top":p(o,"px")}," .block-editor-rich-text__editable.uagb-marketing-btn__title":{"font-size":p(j,z),"line-height":p(V,F),"letter-spacing":p(we,Pe)}," .block-editor-rich-text__editable.uagb-marketing-btn__prefix":{"font-size":p(K,Z),"line-height":p(X,J),"letter-spacing":p(Ae,Ue)}," svg":{width:p(m,g),height:p(m,g)}," .uagb-marketing-btn__link":{"padding-left":p(de,te),"padding-right":p(be,te),"padding-top":p(ue,te),"padding-bottom":p(ge,te),...De}},Oe[" svg"][Ve]=p(c,"px"),ze[" svg"][Ve]=p(u,"px");const Ie=".editor-styles-wrapper .uagb-block-"+e.clientId.substr(0,8);let We=r(Le,Ie);return We+=r(Oe,Ie+".uagb-editor-preview-mode-tablet"),We+=r(ze,Ie+".uagb-editor-preview-mode-mobile"),We};const Ei=Object(f.lazy)(()=>Promise.all([a.e(0),a.e(76)]).then(a.bind(null,552))),Ri=Object(f.lazy)(()=>a.e(75).then(a.bind(null,553)));const Bi={block_id:{type:"string"},classMigrate:{type:"boolean",default:!1},align:{type:"string",default:"center"},textAlign:{type:"string",default:"center"},link:{type:"string",default:"#"},linkTarget:{type:"boolean",default:!1},titleSpace:{type:"number",default:0},titleSpaceUnit:{type:"string",default:"px"},showDescription:{type:"boolean",default:!0},borderStyle:{type:"string",default:"solid"},borderWidth:{type:"number",default:1},borderRadius:{type:"number"},borderColor:{type:"string",default:"#333"},borderHoverColor:{type:"string"},vPadding:{type:"number",default:8},hPadding:{type:"number",default:20},paddingBtnUnit:{type:"string",default:"px"},mobilePaddingBtnUnit:{type:"string",default:"px"},tabletPaddingBtnUnit:{type:"string",default:"px"},vPaddingTablet:{type:"number"},hPaddingTablet:{type:"number"},vPaddingMobile:{type:"number"},hPaddingMobile:{type:"number"},paddingType:{type:"string",default:"px"},backgroundType:{type:"string",default:"color"},backgroundColor:{type:"string",default:"#eeeeee"},backgroundHoverColor:{type:"string"},gradientColor1:{type:"string"},gradientColor2:{type:"string"},gradientType:{type:"string",default:"linear"},gradientLocation1:{type:"number",default:0},gradientLocation2:{type:"number",default:100},gradientAngle:{type:"number",default:0},backgroundOpacity:{type:"number"},backgroundHoverOpacity:{type:"number"},titleColor:{type:"string",default:"#333"},titleHoverColor:{type:"string"},iconColor:{type:"string",default:"#333"},iconHoverColor:{type:"string"},prefixColor:{type:"string",default:"#333"},prefixHoverColor:{type:"string"},heading:{source:"html",selector:"h1,h2,h3,h4,h5,h6,p,span",default:"Subscribe Now"},prefix:{source:"html",selector:".uagb-marketing-btn__prefix",default:"Get access to Premium Features for FREE for a year!"},icon:{type:"string",default:"external-link-alt"},iconPosition:{type:"string",default:"before"},iconSpace:{type:"number",default:10},titleLoadGoogleFonts:{type:"boolean",default:!1},titleFontFamily:{type:"string",default:"Default"},titleFontWeight:{type:"string"},titleFontSubset:{type:"string"},titleFontSize:{type:"number",default:20},titleFontSizeType:{type:"string",default:"px"},titleFontSizeTablet:{type:"number",default:20},titleFontSizeMobile:{type:"number",default:20},titleLineHeightType:{type:"string",default:"em"},titleLineHeight:{type:"number"},titleLineHeightTablet:{type:"number"},titleLineHeightMobile:{type:"number"},titleTag:{type:"string",default:"h6"},prefixLoadGoogleFonts:{type:"boolean",default:!1},prefixFontFamily:{type:"string",default:"Default"},prefixFontWeight:{type:"string"},prefixFontSubset:{type:"string"},prefixFontSize:{type:"number",default:14},prefixFontSizeType:{type:"string",default:"px"},prefixFontSizeTablet:{type:"number",default:14},prefixFontSizeMobile:{type:"number",default:14},prefixLineHeightType:{type:"string",default:"em"},prefixLineHeight:{type:"number"},prefixLineHeightTablet:{type:"number"},prefixLineHeightMobile:{type:"number"},iconFontSize:{type:"number",default:20},iconFontSizeType:{type:"string",default:"px"},iconFontSizeTablet:{type:"number",default:20},iconFontSizeMobile:{type:"number",default:20}};var Li=[{attributes:Bi,save(e){const{attributes:t,className:a}=e,{block_id:i,align:o,textAlign:n,iconPosition:l,icon:r,heading:s,prefix:c,link:p,linkTarget:u}=e.attributes,b=u?"_blank":"";return React.createElement("div",{className:N()(a,"uagb-marketing-btn__outer-wrap","uagb-marketing-btn__align-"+o,"uagb-marketing-btn__align-text-"+n,"uagb-marketing-btn__icon-"+l),id:"uagb-marketing-btn-"+i},React.createElement("div",{className:"uagb-marketing-btn__wrap"},React.createElement("a",{href:p,className:"uagb-marketing-btn__link",target:b,rel:"noopener noreferrer"},React.createElement("div",{className:"uagb-marketing-btn__title-wrap"},""!=r&&React.createElement("div",{className:"uagb-marketing-btn__icon-wrap"},ge(r)),React.createElement(A.RichText.Content,{value:s,tagName:"h6",className:"uagb-marketing-btn__title"})),React.createElement("div",{className:"uagb-marketing-btn__prefix-wrap"},React.createElement(A.RichText.Content,{value:c,tagName:"p",className:"uagb-marketing-btn__prefix"})))))}},{attributes:Bi,save(e){const{attributes:t,className:a}=e,{block_id:i,align:o,textAlign:n,iconPosition:l,icon:r,heading:s,prefix:c,link:p,linkTarget:u,titleTag:b}=e.attributes;let g=u?"_blank":"";return React.createElement("div",{className:N()(a,"uagb-marketing-btn__outer-wrap","uagb-marketing-btn__align-"+o,"uagb-marketing-btn__align-text-"+n,"uagb-marketing-btn__icon-"+l,"uagb-block-"+i)},React.createElement("div",{className:"uagb-marketing-btn__wrap"},React.createElement("a",{href:p,className:"uagb-marketing-btn__link",target:g,rel:"noopener noreferrer"},React.createElement("div",{className:"uagb-marketing-btn__title-wrap"},""!=r&&React.createElement("div",{className:"uagb-marketing-btn__icon-wrap"},ge(r)),React.createElement(A.RichText.Content,{value:s,tagName:b,className:"uagb-marketing-btn__title"})),React.createElement("div",{className:"uagb-marketing-btn__prefix-wrap"},React.createElement(A.RichText.Content,{value:c,tagName:"p",className:"uagb-marketing-btn__prefix"})))))}},{attributes:Bi,save(e){const{attributes:t,className:a}=e,{block_id:i,align:o,textAlign:n,iconPosition:l,icon:r,heading:s,prefix:c,link:p,linkTarget:u,titleTag:b}=e.attributes;let g=u?"_blank":"";return React.createElement("div",{className:N()(a,"uagb-marketing-btn__outer-wrap","uagb-marketing-btn__align-"+o,"uagb-marketing-btn__align-text-"+n,"uagb-marketing-btn__icon-"+l,"uagb-block-"+i)},React.createElement("div",{className:"uagb-marketing-btn__wrap"},React.createElement("a",{href:p,className:"uagb-marketing-btn__link",target:g,rel:"noopener noreferrer"},React.createElement("div",{className:"uagb-marketing-btn__title-wrap"},""!=r&&React.createElement("div",{className:"uagb-marketing-btn__icon-wrap"},ge(r)),React.createElement(A.RichText.Content,{value:s,tagName:b,className:"uagb-marketing-btn__title"})),React.createElement("div",{className:"uagb-marketing-btn__prefix-wrap"},React.createElement(A.RichText.Content,{value:c,tagName:"p",className:"uagb-marketing-btn__prefix"})))))}}];a(174),Object(U.registerBlockType)("uagb/marketing-button",{title:Object(k.__)("Marketing Button","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add a marketing call to action button with a short description.","ultimate-addons-for-gutenberg"),icon:s.a.marketing_button,category:uagb_blocks_info.category,keywords:[Object(k.__)("marketing button","ultimate-addons-for-gutenberg"),Object(k.__)("cta","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg")],supports:{anchor:!0},attributes:Si.a,edit:e=>{const t=Object(w.a)();return Object(f.useEffect)(()=>{e.setAttributes({block_id:e.clientId.substr(0,8)}),e.setAttributes({classMigrate:!0});const{vPadding:t,hPadding:a,hPaddingMobile:i,vPaddingMobile:o,hPaddingTablet:n,vPaddingTablet:l,paddingBtnTop:r,paddingBtnBottom:s,paddingBtnLeft:c,paddingBtnRight:p,paddingBtnTopTablet:u,paddingBtnRightTablet:b,paddingBtnBottomTablet:g,paddingBtnLeftTablet:d,paddingBtnTopMobile:y,paddingBtnRightMobile:m,paddingBtnBottomMobile:f,paddingBtnLeftMobile:h}=e.attributes;t&&(void 0===r&&e.setAttributes({paddingBtnTop:t}),void 0===s&&e.setAttributes({paddingBtnBottom:t})),a&&(void 0===p&&e.setAttributes({paddingBtnRight:a}),void 0===c&&e.setAttributes({paddingBtnLeft:a})),o&&(void 0===y&&e.setAttributes({paddingBtnTopMobile:o}),void 0===f&&e.setAttributes({paddingBtnBottomMobile:o})),i&&(void 0===m&&e.setAttributes({paddingBtnRightMobile:i}),void 0===h&&e.setAttributes({paddingBtnLeftMobile:i})),l&&(void 0===u&&e.setAttributes({paddingBtnTopTablet:l}),void 0===g&&e.setAttributes({paddingBtnBottomTablet:l})),n&&(void 0===b&&e.setAttributes({paddingBtnRightTablet:n}),void 0===d&&e.setAttributes({paddingBtnLeftTablet:n}));const{borderStyle:_,borderWidth:v,borderRadius:T,borderColor:C,borderHoverColor:w}=e.attributes;if(v||T||C||w||_){const t=Object(P.b)("btn",{label:"borderWidth",value:v},{label:"borderRadius",value:T},{label:"borderColor",value:C},{label:"borderHoverColor",value:w},{label:"borderStyle",value:_});e.setAttributes(t)}},[]),Object(f.useEffect)(()=>{const t=Mi(e);l("uagb-style-marketing-btn-"+e.clientId.substr(0,8),t)},[e]),Object(f.useEffect)(()=>{const t=Mi(e);l("uagb-style-marketing-btn-"+e.clientId.substr(0,8),t),C()},[t]),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(Ei,{parentProps:e}),h.a.createElement(Ri,{parentProps:e}))},save:function(e){const{attributes:t,className:a}=e,{block_id:i,align:o,textAlign:n,iconPosition:l,icon:r,heading:s,prefix:c,link:p,linkTarget:u,titleTag:b,showDescription:g}=t,d=u?"_blank":"",y=React.createElement(React.Fragment,null,""!==r&&Object(_e.a)(r)),m=React.createElement(React.Fragment,null,React.createElement(A.RichText.Content,{value:s,tagName:b,className:"uagb-marketing-btn__title"}));return React.createElement("div",{className:N()(a,"uagb-marketing-btn__align-"+o,"uagb-marketing-btn__align-text-"+n,"uagb-marketing-btn__icon-"+l,"uagb-block-"+i,"wp-block-button")},React.createElement("a",{href:p,className:"uagb-marketing-btn__link wp-block-button__link",target:d,rel:"noopener noreferrer"},"before"===l&&React.createElement(React.Fragment,null,y,m),"after"===l&&React.createElement(React.Fragment,null,m,y),g&&React.createElement(A.RichText.Content,{value:c,tagName:"p",className:"uagb-marketing-btn__prefix"})))},example:{attributes:{isPreview:!0}},deprecated:Li});var Oi=function(e){const{blockName:t,btnBorderHColor:a,align:i,titleColor:o,titleFontSize:n,titleFontSizeType:l,titleFontSizeMobile:s,titleFontSizeTablet:c,titleFontFamily:u,titleFontWeight:b,titleLineHeightType:g,titleLineHeight:m,titleLineHeightTablet:f,titleLineHeightMobile:h,titleBottomSpace:_,titleBottomSpaceTablet:v,titleBottomSpaceMobile:T,titleTransform:C,titleDecoration:w,titleBottomSpaceUnit:P,titleFontStyle:k,metaFontSize:x,metaFontSizeType:A,metaFontSizeMobile:U,metaFontSizeTablet:G,metaFontFamily:S,metaFontWeight:M,metaLineHeightType:E,metaLineHeight:R,metaLineHeightTablet:B,metaLineHeightMobile:L,metaColor:O,metaBottomSpace:z,metaBottomSpaceTablet:H,metaBottomSpaceMobile:j,metaTransform:F,metaDecoration:N,metaBottomSpaceUnit:D,metaFontStyle:V,excerptFontSize:I,excerptFontSizeType:W,excerptFontSizeTablet:q,excerptFontSizeMobile:Z,excerptFontFamily:$,excerptFontWeight:K,excerptFontStyle:J,excerptLineHeightType:Y,excerptLineHeight:Q,excerptLineHeightTablet:X,excerptLineHeightMobile:ee,excerptColor:te,excerptBottomSpace:ae,excerptBottomSpaceTablet:ie,excerptBottomSpaceMobile:oe,excerptBottomSpaceUnit:ne,excerptTransform:le,excerptDecoration:re,ctaColor:se,linkBox:ce,ctaFontSize:pe,ctaFontSizeType:ue,ctaFontSizeTablet:be,ctaFontSizeMobile:ge,ctaFontFamily:de,ctaFontStyle:ye,ctaFontWeight:me,ctaLineHeightType:fe,ctaLineHeight:he,ctaLineHeightTablet:_e,ctaLineHeightMobile:ve,ctaBottomSpace:Te,ctaBottomSpaceTablet:Ce,ctaBottomSpaceMobile:we,ctaBgColor:Pe,ctaHColor:ke,ctaBgHColor:xe,ctaTransform:Ae,ctaDecoration:Ue,ctaBottomSpaceUnit:Ge,imageBottomSpace:Se,imageBottomSpaceTablet:Me,imageBottomSpaceMobile:Ee,imageBottomSpaceUnit:Re,overlayOpacity:Be,bgOverlayColor:Le,postPagination:Oe,rowGapUnit:ze,columnGapUnit:He,rowGap:je,rowGapTablet:Fe,rowGapMobile:Ne,columnGap:De,columnGapTablet:Ve,columnGapMobile:Ie,bgColor:We,paginationColor:qe,paginationBgColor:Ze,paginationActiveColor:$e,paginationBgActiveColor:Ke,paginationLayout:Je,paginationBorderSize:Ye,paginationBorderRadius:Qe,paginationBorderColor:Xe,paginationBorderActiveColor:et,paginationSpacing:tt,paginationSpacingUnit:at,paginationAlignment:it,paddingBtnTop:ot,paddingBtnBottom:nt,paddingBtnLeft:lt,paddingBtnRight:rt,paddingBtnTopTablet:st,paddingBtnRightTablet:ct,paddingBtnBottomTablet:pt,paddingBtnLeftTablet:ut,paddingBtnTopMobile:bt,paddingBtnRightMobile:gt,paddingBtnBottomMobile:dt,paddingBtnLeftMobile:yt,paddingBtnUnit:mt,mobilePaddingBtnUnit:ft,tabletPaddingBtnUnit:ht,paddingTop:_t,paddingBottom:vt,paddingLeft:Tt,paddingRight:Ct,paddingTopTablet:wt,paddingRightTablet:Pt,paddingBottomTablet:kt,paddingLeftTablet:xt,paddingTopMobile:At,paddingRightMobile:Ut,paddingBottomMobile:Gt,paddingLeftMobile:St,mobilePaddingUnit:Mt,tabletPaddingUnit:Et,contentPaddingUnit:Rt,arrowColor:Bt,arrowSize:Lt,paginationType:Ot,paginationFontSize:zt,paginationEventType:Ht,paginationAlign:jt,paginationTextColor:Ft,paginationMasonryBgColor:Nt,paginationMasonryBorderHColor:Dt,paginationButtonPaddingType:Vt,paginationTextHoverColor:It,paginationBgHoverColor:Wt,paginationButtonPaddingTopTablet:qt,paginationButtonPaddingRightTablet:Zt,paginationButtonPaddingBottomTablet:$t,paginationButtonPaddingLeftTablet:Kt,paginationButtonPaddingTopMobile:Jt,paginationButtonPaddingRightMobile:Yt,paginationButtonPaddingBottomMobile:Qt,paginationButtonPaddingLeftMobile:Xt,paginationButtonPaddingTop:ea,paginationButtonPaddingRight:ta,paginationButtonPaddingBottom:aa,paginationButtonPaddingLeft:ia,mobilepaginationButtonPaddingType:oa,tabletpaginationButtonPaddingType:na,loaderSize:la,loaderColor:ra,highlightedTextColor:sa,highlightedTextBgColor:ca,imgPosition:pa,titleLetterSpacing:ua,titleLetterSpacingTablet:ba,titleLetterSpacingMobile:ga,titleLetterSpacingType:da,metaLetterSpacing:ya,metaLetterSpacingTablet:ma,metaLetterSpacingMobile:fa,metaLetterSpacingType:ha,excerptLetterSpacing:_a,excerptLetterSpacingTablet:va,excerptLetterSpacingMobile:Ta,excerptLetterSpacingType:Ca,ctaLetterSpacing:wa,ctaLetterSpacingTablet:Pa,ctaLetterSpacingMobile:ka,ctaLetterSpacingType:xa,boxShadowColor:Aa,boxShadowHOffset:Ua,boxShadowVOffset:Ga,boxShadowBlur:Sa,boxShadowSpread:Ma,boxShadowPosition:Ea,boxShadowColorHover:Ra,boxShadowHOffsetHover:Ba,boxShadowVOffsetHover:La,boxShadowBlurHover:Oa,boxShadowSpreadHover:za,boxShadowPositionHover:Ha,overallBorderHColor:ja,arrowDistance:Fa,arrowDistanceTablet:Na,arrowDistanceMobile:Da}=e.attributes,Va=Object(d.b)(Be,"overlayOpacity",t),Ia=Object(d.b)(De,"columnGap",t),Wa=Object(d.b)(je,"rowGap",t),qa=Object(d.b)(Se,"imageBottomSpace",t),Za=Object(d.b)(_,"titleBottomSpace",t),$a=Object(d.b)(z,"metaBottomSpace",t),Ka=Object(d.b)(ae,"excerptBottomSpace",t),Ja=Object(d.b)(Te,"ctaBottomSpace",t),Ya=void 0!==tt?Object(d.b)(tt,"paginationSpacing",t):"",Qa=void 0!==Qe?Object(d.b)(Qe,"paginationBorderRadius",t):"",Xa=void 0!==Ye?Object(d.b)(Ye,"paginationBorderSize",t):"",ei=void 0!==Lt?Object(d.b)(Lt,"arrowSize",t):"",ti=void 0!==zt?Object(d.b)(zt,"paginationFontSize",t):"",ai=void 0!==la?Object(d.b)(la,"loaderSize",t):"",ii=isNaN(Fe)?Wa:Fe,oi=isNaN(Ne)?ii:Ne,ni=y(e.attributes,"btn"),li=y(e.attributes,"btn","tablet"),ri=y(e.attributes,"btn","mobile"),si=y(e.attributes,"overall"),ci=y(e.attributes,"overall","tablet"),pi=y(e.attributes,"overall","mobile"),ui=y(e.attributes,"paginationMasonry"),bi=y(e.attributes,"paginationMasonry","tablet"),gi=y(e.attributes,"paginationMasonry","mobile");let di={},yi={},mi=Ea;"outset"===Ea&&(mi="");let fi=Ha;"outset"===Ha&&(fi="");const hi={".wp-block-uagb-post-grid.uagb-post__items":{"column-gap":p(Ia,He),"row-gap":p(Wa,ze)},":not(.wp-block-uagb-post-grid).uagb-post__items":{"margin-right":p(-Wa/2,ze),"margin-left":p(-Wa/2,ze)},":not(.wp-block-uagb-post-grid).uagb-post__items article":{"padding-right":p(Wa/2,ze),"padding-left":p(Wa/2,ze),"margin-bottom":p(Ia,He)}," .uagb-post__inner-wrap":{background:We,"text-align":i},".wp-block-uagb-post-grid .uagb-post__inner-wrap":{"box-shadow":p(Ua,"px")+" "+p(Ga,"px")+" "+p(Sa,"px")+" "+p(Ma,"px")+" "+Aa+" "+mi,...si,"padding-top":p(_t,Rt),"padding-left":p(Tt,Rt),"padding-bottom":p(vt,Rt),"padding-right":p(Ct,Rt)},":not(.wp-block-uagb-post-grid) .uagb-post__inner-wrap .uagb-post__text:not(.highlighted)":{"margin-left":p(Tt,Rt),"margin-right":p(Ct,Rt)},":not(.wp-block-uagb-post-grid) .uagb-post__inner-wrap .uagb-post__text.highlighted:first-child":{"margin-top":p(_t,Rt),"margin-left":p(Tt,Rt)},":not(.wp-block-uagb-post-grid) .uagb-post__inner-wrap .uagb-post__text:last-child":{"margin-bottom":p(vt,Rt)}," .uagb-post__inner-wrap .uagb-post__cta":{"padding-bottom":p(Ja,Ge)}," .uagb-post__inner-wrap .uagb-post__image":{"padding-bottom":p(qa,Re)}," .uagb-post__inner-wrap .uagb-post__image + .uagb-post__title ":{"margin-top":"0px"}," .uagb-post__inner-wrap .uagb-post__title":{"padding-bottom":p(Za,P),"margin-top":p(_t,Rt)}," .uagb-post__inner-wrap .uagb-post-grid-byline":{"padding-bottom":p($a,D)}," .uagb-post__inner-wrap .uagb-post__excerpt":{"padding-bottom":p(Ka,ne)}," .uagb-post__image:before":{"background-color":Le,opacity:Va/100}," .uagb-post-pagination-wrap":{"margin-top":p(Ya,at),"justify-content":it}};"left"===it?hi[" .uagb-post-pagination-wrap"]["margin-left"]=p(Wa/2,ze):"right"===it&&(hi[" .uagb-post-pagination-wrap"]["margin-right"]=p(Wa/2,ze)),hi[" .uagb-post__title"]={color:o,"font-size":p(n,l),"font-family":u,"font-weight":b,"line-height":p(m,g),"text-transform":C,"text-decoration":w,"font-style":k,"letter-spacing":p(ua,da)},hi[" .uagb-post__title a"]={color:o,"font-size":p(n,l),"font-family":u,"font-weight":b,"line-height":p(m,g),"letter-spacing":p(ua,da)},hi[" .uagb-post-grid-byline"]={color:O,"font-size":p(x,A),"font-family":S,"font-weight":M,"line-height":p(R,E),"text-transform":F,"text-decoration":N,"font-style":V,"letter-spacing":p(ya,ha)},hi[" .uagb-post-grid-byline time"]={"font-size":p(x,A),"font-family":S,"font-weight":M,"line-height":p(R,E),"text-transform":F,"text-decoration":N,"font-style":V,"letter-spacing":p(ya,ha)},hi[" .uagb-post-grid-byline span.uagb-post__comment"]={"font-size":p(x,A),"font-family":S,"font-weight":M,"line-height":p(R,E),"text-transform":F,"text-decoration":N,"font-style":V,"letter-spacing":p(ya,ha)},hi[" span.uagb-post__taxonomy"]={color:O,"font-size":p(x,A),"font-family":S,"font-weight":M,"line-height":p(R,E),"text-transform":F,"text-decoration":N,"font-style":V,"letter-spacing":p(ya,ha)},hi[" span.uagb-post__taxonomy.highlighted"]={color:sa,"background-color":ca,"font-size":p(x,A),"font-family":S,"font-weight":M,"line-height":p(R,E),"text-transform":F,"text-decoration":N,"font-style":V,"letter-spacing":p(ya,ha)},hi[" .uagb-post-grid-byline .uagb-post__author"]={color:O,"font-size":p(x,A),"font-family":S,"font-weight":M,"line-height":p(R,E),"text-transform":F,"text-decoration":N,"letter-spacing":p(ya,ha)},hi[" .uagb-post-grid-byline .uagb-post__author a"]={color:O,"font-size":p(x,A),"font-family":S,"font-weight":M,"line-height":p(R,E),"text-transform":F,"text-decoration":N,"letter-spacing":p(ya,ha)},hi[" .uagb-post__excerpt"]={color:te,"font-size":p(I,W),"font-family":$,"font-weight":K,"line-height":p(Q,Y),"font-style":J,"text-transform":le,"text-decoration":re,"letter-spacing":p(_a,Ca)},hi[" .uagb-post__cta .uagb-text-link"]={"pointer-events":"visible",color:se,"font-size":p(pe,ue),"font-family":de,"font-weight":me,"font-style":ye,"line-height":p(he,fe),background:Pe,"padding-top":p(ot,mt),"padding-bottom":p(nt,mt),"text-transform":Ae,"text-decoration":Ue,"padding-left":p(lt,mt),"padding-right":p(rt,mt),...ni,"letter-spacing":p(wa,xa)},hi[" .uagb-post__text .uagb-post__cta:hover"]={color:ke,background:xe,"border-color":a},hi[" .uagb-post__text .uagb-post__cta:hover a"]={color:ke,background:xe,"border-color":a},!0===Oe&&("filled"===Je&&(hi[" .uagb-post-pagination-wrap a"]={"background-color":Ze,color:qe},void 0===Ke&&void 0===$e&&(hi[" .uagb-post-pagination-wrap .page-numbers.current"]={"background-color":Ze,color:qe}),void 0===Ke&&void 0!==$e&&(hi[" .uagb-post-pagination-wrap .page-numbers.current"]={"background-color":Ze,color:$e}),void 0!==Ke&&void 0===$e&&(hi[" .uagb-post-pagination-wrap .page-numbers.current"]={"background-color":Ke,color:qe}),void 0!==Ke&&void 0!==$e&&(hi[" .uagb-post-pagination-wrap .page-numbers.current"]={"background-color":Ke,color:$e})),"border"===Je&&(hi[" .uagb-post-pagination-wrap a"]={"border-style":"solid","border-width":p(Xa,"px"),"border-color":Xe,"border-radius":p(Qa,"px"),color:qe,"background-color":"transparent"},void 0!==et&&void 0!==$e&&(hi[" .uagb-post-pagination-wrap .page-numbers.current"]={"border-style":"solid","border-width":p(Xa,"px"),"border-color":et,"border-radius":p(Qa,"px"),color:$e,"background-color":"transparent"}),void 0===et&&void 0!==$e&&(hi[" .uagb-post-pagination-wrap .page-numbers.current"]={"border-style":"solid","border-width":p(Xa,"px"),"border-color":Xe,"border-radius":p(Qa,"px"),color:$e,"background-color":"transparent"}),void 0!==et&&void 0===$e&&(hi[" .uagb-post-pagination-wrap .page-numbers.current"]={"border-style":"solid","border-width":p(Xa,"px"),"border-color":et,"border-radius":p(Qa,"px"),color:qe,"background-color":"transparent"}),"undefined"==typeof paginationBorderHColor&&void 0===$e&&(hi[" .uagb-post-pagination-wrap .page-numbers.current"]={"border-style":"solid","border-width":p(Xa,"px"),"border-color":Xe,"border-radius":p(Qa,"px"),color:qe,"background-color":"transparent"}))),ce&&(hi[" .uagb-post__inner-wrap"].cursor="pointer"),hi[" .slick-arrow svg"]={fill:Bt,height:p(ei,"px"),width:p(ei,"px")},hi[".uagb-post__arrow-outside.uagb-post-grid .slick-prev"]={left:p(Fa,"px")},hi[".uagb-post__arrow-outside.uagb-post-grid .slick-next"]={right:p(Fa,"px")},di={".uagb-post__arrow-outside.uagb-post-grid .slick-prev":{left:p(Da,"px")},".uagb-post__arrow-outside.uagb-post-grid .slick-next":{right:p(Da,"px")}," .uagb-post__inner-wrap .uagb-post__title":{"font-size":p(s,l),"line-height":h+g,"padding-bottom":p(T,P)},".wp-block-uagb-post-grid .uagb-post__inner-wrap":pi," .uagb-post__title a":{"font-size":p(s,l),"line-height":h+g,"letter-spacing":p(ga,da)}," .uagb-post__inner-wrap .uagb-post-grid-byline":{"font-size":p(U,A),"line-height":L+E,"padding-bottom":p(j,D),"letter-spacing":p(fa,ha)}," span.uagb-post__text.uagb-post__taxonomy.default":{"font-size":p(U,A),"line-height":L+E,"letter-spacing":p(fa,ha)}," .uagb-post-grid-byline .uagb-post__author":{"font-size":p(U,A),"line-height":L+E,"letter-spacing":p(fa,ha)}," .uagb-post-grid-byline .uagb-post__author a":{"font-size":p(U,A),"line-height":L+E,"letter-spacing":p(fa,ha)}," .uagb-post__inner-wrap .uagb-post__excerpt":{"font-size":p(Z,W),"line-height":ee+Y,"padding-bottom":p(oe,ne),"letter-spacing":p(Ta,Ca)}," .uagb-post__inner-wrap .uagb-post__cta":{"font-size":p(ge,ue),"line-height":ve+fe,"padding-bottom":p(we,Ge),"letter-spacing":p(ka,xa)}," .uagb-post__inner-wrap .uagb-post__cta a":{"font-size":p(ge,ue),"line-height":ve+fe,"padding-top":p(bt,ft),"padding-bottom":p(dt,ft),"padding-left":p(yt,ft),"padding-right":p(gt,ft),"letter-spacing":p(ka,xa)}," .uagb-post__inner-wrap .uagb-post__image":{"padding-bottom":p(Ee,Re)},".uagb-post__items":{"margin-right":p(-oi/2,ze),"margin-left":p(-oi/2,ze)},":not(.wp-block-uagb-post-grid).uagb-post__items article":{"padding-right":p(oi/2,ze),"padding-left":p(oi/2,ze),"margin-bottom":p(Ie,He)},".wp-block-uagb-post-grid.uagb-post__items":{"column-gap":p(Ie,He),"row-gap":p(Ne,ze)}," .is-masonry":{height:"initial !important"}};const _i=isNaN(Oa)?"":Oa,vi=Ra||"";if(""!==vi||""!==_i){const e=""===_i?"":p(_i,"px");hi[".wp-block-uagb-post-grid .uagb-post__inner-wrap:hover"]={"box-shadow":p(Ba,"px")+" "+p(La,"px")+" "+e+" "+p(za,"px")+" "+vi+" "+fi}}hi[".wp-block-uagb-post-grid article:hover"]={"border-color":ja},yi={".uagb-post__arrow-outside.uagb-post-grid .slick-prev":{left:p(Na,"px")},".uagb-post__arrow-outside.uagb-post-grid .slick-next":{right:p(Na,"px")}," .uagb-post__inner-wrap .uagb-post__title":{"font-size":p(c,l),"line-height":f+g,"padding-bottom":p(v,P)}," .uagb-post__title a":{"font-size":p(c,l),"line-height":f+g,"letter-spacing":p(ba,da)}," .uagb-post__inner-wrap .uagb-post-grid-byline":{"font-size":p(G,A),"line-height":B+E,"padding-bottom":p(H,D),"letter-spacing":p(ma,ha)}," span.uagb-post__text.uagb-post__taxonomy.default":{"font-size":p(G,A),"line-height":B+E,"letter-spacing":p(ma,ha)}," .uagb-post-grid-byline .uagb-post__author":{"font-size":p(G,A),"line-height":B+E,"letter-spacing":p(ma,ha)}," .uagb-post-grid-byline .uagb-post__author a":{"font-size":p(G,A),"line-height":B+E,"letter-spacing":p(ma,ha)}," .uagb-post__inner-wrap .uagb-post__excerpt":{"font-size":p(q,W),"line-height":X+Y,"padding-bottom":p(ie,ne),"letter-spacing":p(va,Ca)}," .uagb-post__inner-wrap .uagb-post__cta":{"font-size":p(be,ue),"line-height":_e+fe,"padding-bottom":p(Ce,Ge),"letter-spacing":p(Pa,xa)}," .uagb-post__cta a":{"font-size":p(be,ue),"line-height":_e+fe,"padding-top":p(st,ht),"padding-bottom":p(pt,ht),"padding-left":p(ut,ht),"padding-right":p(ct,ht),"letter-spacing":p(Pa,xa)}," .uagb-post__inner-wrap .uagb-post__image":{"padding-bottom":p(Me,Re)},".uagb-post__items":{"margin-right":p(-ii/2,ze),"margin-left":p(-ii/2,ze)},":not(.wp-block-uagb-post-grid).uagb-post__items article":{"padding-right":p(ii/2,ze),"padding-left":p(ii/2,ze),"margin-bottom":p(Ve,He)},".wp-block-uagb-post-grid.uagb-post__items":{"column-gap":p(Ve,He),"row-gap":p(Fe,ze)},".wp-block-uagb-post-grid .uagb-post__inner-wrap":ci," .is-masonry":{height:"initial !important"}},"infinite"===Ot&&("button"===Ht&&(hi[".uagb-post__items"]={"margin-bottom":"40px"},hi[" .uagb-post__load-more-wrap"]={"text-align":jt},hi[" .uagb-post__load-more-wrap .uagb-post-pagination-button"]={color:Ft,"background-color":Nt,"font-size":p(ti,"px"),"padding-top":p(ea,Vt),"padding-bottom":p(aa,Vt),"padding-right":p(ta,Vt),"padding-left":p(ia,Vt),...ui},hi[" .uagb-post__load-more-wrap .uagb-post-pagination-button:hover"]={color:It,"background-color":Wt,"border-color":Dt},di[" .uagb-post__load-more-wrap .uagb-post-pagination-button"]={"padding-top":p(Jt,oa),"padding-bottom":p(Qt,oa),"padding-right":p(Yt,oa),"padding-left":p(Xt,oa)},yi[" .uagb-post__load-more-wrap .uagb-post-pagination-button"]={"padding-top":p(qt,na),"padding-bottom":p(Zt,na),"padding-right":p($t,na),"padding-left":p(Kt,na)}),"scroll"===Ht&&(hi[".uagb-post-grid .uagb-post-inf-loader div"]={width:p(ai,"px"),height:p(ai,"px"),"background-color":ra})),yi[" .uagb-post__inner-wrap"]={"padding-top":p(wt,Et),"padding-bottom":p(kt,Et),"padding-left":p(xt,Et),"padding-right":p(Pt,Et),...ci},di[" .uagb-post__inner-wrap"]={"padding-top":p(At,Mt),"padding-bottom":p(Gt,Mt),"padding-left":p(St,Mt),"padding-right":p(Ut,Mt),...pi},yi[" .uagb-post__cta .uagb-text-link"]=li,di[" .uagb-post__cta .uagb-text-link"]=ri,yi[" .uagb-post__load-more-wrap .uagb-post-pagination-button"]=bi,di[" .uagb-post__load-more-wrap .uagb-post-pagination-button"]=gi,"background"===pa&&(hi[" .uagb-post__inner-wrap .uagb-post__text:nth-child(2)"]={"margin-top":p(_t,Rt)});let Ti="";return Ti=r(hi,".editor-styles-wrapper .uagb-block-"+e.clientId.substr(0,8)),Ti+=r(yi,`.uagb-block-${e.clientId.substr(0,8)}.uagb-editor-preview-mode-tablet`),Ti+=r(di,`.uagb-block-${e.clientId.substr(0,8)}.uagb-editor-preview-mode-mobile`),Ti},zi=a(38),Hi=a(39),ji=a(73),Fi=a(17),Ni=a(77),Di=a(31),Vi=a(37),Ii=a(22),Wi=a(24),qi=a(59),Zi=a(21),$i=a(18),Ki=a(27),Ji=a(76);const Yi=[{defaultAttributes:Ji.a},{value:"preset-1",label:Object(k.__)("Preset 1","ultimate-addons-for-gutenberg"),attributes:[{label:"align",value:"center"},{label:"postsToShow",value:4},{label:"columns",value:2},{label:"autoplay",value:!1},{label:"imageBottomSpace",value:25},{label:"paddingTop",value:20},{label:"paddingBottom",value:30},{label:"paddingLeft",value:20},{label:"paddingRight",value:20},{label:"arrowDots",value:"arrows_dots"},{label:"imgPosition",value:"top"},{label:"linkBox",value:!1},{label:"excerptLength",value:15},{label:"displayPostLink",value:!0},{label:"titleColor",value:""},{label:"metaColor",value:""},{label:"excerptColor",value:""},{label:"bgOverlayColor",value:""},{label:"overlayOpacity",value:""},{label:"rowGap",value:20},{label:"columnGap",value:20},{label:"bgColor",value:"#f6f6f6"},{label:"displayPostImage",value:!0}],icon:'<svg xmlns="http://www.w3.org/2000/svg" width="325" height="245" viewBox="0 0 325 245" fill="none"> <path d="M27 31.7987C27 29.1485 29.1527 27 31.8081 27H294.192C296.847 27 299 29.1485 299 31.7987V245H27V31.7987Z" fill="white"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M82 159.295C82 157.647 83.6714 156.312 85.7331 156.312H239.528C241.59 156.312 243.261 157.647 243.261 159.295C243.261 160.942 241.59 162.277 239.528 162.277H85.7331C83.6714 162.277 82 160.942 82 159.295Z" fill="#D2D2D2"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M105.861 173.214C105.861 171.566 107.523 170.231 109.573 170.231H216.364C218.414 170.231 220.076 171.566 220.076 173.214C220.076 174.861 218.414 176.196 216.364 176.196H109.573C107.523 176.196 105.861 174.861 105.861 173.214Z" fill="#D2D2D2"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M96 137.597C96 135.78 97.6008 134.306 99.5754 134.306H226.26C228.235 134.306 229.836 135.78 229.836 137.597C229.836 139.415 228.235 140.888 226.26 140.888H99.5754C97.6008 140.888 96 139.415 96 137.597Z" fill="#B6B6B6"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M80 89.0935V117.067H152.131H245.381V89.0935V61.1196H152.131H80V89.0935ZM135.837 68.5082C139.711 69.321 142.651 72.9417 142.651 76.8998C142.651 81.5414 138.688 85.5021 134.043 85.5021C130.082 85.5021 126.459 82.5641 125.645 78.693C125.032 75.7729 125.868 72.9926 128 70.8616C130.134 68.7294 132.913 67.8948 135.837 68.5082ZM178.436 80.8801L181.505 83.9461L184.574 87.0121L212.381 112.764H184.574H152.131H119.687V111.221V109.679L128.659 100.714L137.631 91.7487L142.01 96.123L146.389 100.497L159.273 87.6227C166.359 80.5415 172.188 74.7479 172.228 74.7479C172.267 74.7479 175.061 77.5074 178.436 80.8801Z" fill="#B6B6B6"/> <path d="M134 194.575C134 193.4 134.978 192.448 136.184 192.448H189.958C191.164 192.448 192.142 193.4 192.142 194.575V207.872C192.142 209.047 191.164 210 189.958 210H136.184C134.978 210 134 209.047 134 207.872V194.575Z" fill="#B6B6B6"/> </svg>'},{value:"preset-2",label:Object(k.__)("Preset 2","ultimate-addons-for-gutenberg"),attributes:[{label:"align",value:"left"},{label:"postsToShow",value:6},{label:"columns",value:3},{label:"autoplay",value:!0},{label:"imageBottomSpace",value:0},{label:"paddingTop",value:40},{label:"paddingBottom",value:40},{label:"paddingLeft",value:40},{label:"paddingRight",value:40},{label:"arrowDots",value:"dots"},{label:"imgPosition",value:"background"},{label:"linkBox",value:!0},{label:"excerptLength",value:12},{label:"displayPostLink",value:!0},{label:"titleColor",value:"#ffffff"},{label:"metaColor",value:"#ffffff"},{label:"excerptColor",value:"#FFFFFFC2"},{label:"bgOverlayColor",value:"#000000"},{label:"overlayOpacity",value:40},{label:"rowGap",value:20},{label:"columnGap",value:20},{label:"bgColor",value:"#000000"},{label:"displayPostImage",value:!0}],icon:'<svg xmlns="http://www.w3.org/2000/svg" width="325" height="245" viewBox="0 0 325 245" fill="none"> <path d="M27 31.7987C27 29.1485 29.1527 27 31.8081 27H294.192C296.847 27 299 29.1485 299 31.7987V245H27V31.7987Z" fill="white"/> <path opacity="0.2" fill-rule="evenodd" clip-rule="evenodd" d="M43 136.5V228H163.5H284V136.5V45H163.5H43V136.5ZM110.075 69.1673C122.777 71.8259 132.417 83.6688 132.417 96.6154C132.417 111.798 119.421 124.753 104.191 124.753C91.2042 124.753 79.3242 115.143 76.6572 102.481C74.6458 92.9296 77.3872 83.8354 84.379 76.865C91.3751 69.8908 100.488 67.1608 110.075 69.1673ZM249.754 109.635L269.879 129.692V171.808V213.923H163.5H57.1211V208.877V203.832L86.5391 174.509L115.958 145.185L130.316 159.493L144.674 173.801L186.918 131.689C210.153 108.527 229.268 89.5769 229.396 89.5769C229.525 89.5769 238.686 98.603 249.754 109.635Z" fill="#B6B6B6"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M73 123.989C73 122.341 74.6714 121.006 76.7331 121.006H230.528C232.59 121.006 234.261 122.341 234.261 123.989C234.261 125.636 232.59 126.971 230.528 126.971H76.7331C74.6714 126.971 73 125.636 73 123.989Z" fill="#D2D2D2"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M73 137.908C73 136.261 74.662 134.925 76.7123 134.925H183.503C185.553 134.925 187.215 136.261 187.215 137.908C187.215 139.555 185.553 140.891 183.503 140.891H76.7123C74.662 140.891 73 139.555 73 137.908Z" fill="#D2D2D2"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M73 102.291C73 100.473 74.6008 99 76.5754 99H203.26C205.235 99 206.836 100.473 206.836 102.291C206.836 104.109 205.235 105.582 203.26 105.582H76.5754C74.6008 105.582 73 104.109 73 102.291Z" fill="#B6B6B6"/> <path d="M73 159.269C73 158.094 73.9777 157.142 75.1837 157.142H128.958C130.164 157.142 131.142 158.094 131.142 159.269V172.566C131.142 173.741 130.164 174.694 128.958 174.694H75.1837C73.9777 174.694 73 173.741 73 172.566V159.269Z" fill="#B6B6B6"/> </svg>'},{value:"preset-3",label:Object(k.__)("Preset 3","ultimate-addons-for-gutenberg"),attributes:[{label:"align",value:"left"},{label:"postsToShow",value:6},{label:"columns",value:3},{label:"autoplay",value:!0},{label:"imageBottomSpace",value:25},{label:"paddingTop",value:30},{label:"paddingBottom",value:30},{label:"paddingLeft",value:30},{label:"paddingRight",value:30},{label:"arrowDots",value:"arrows"},{label:"imgPosition",value:"top"},{label:"linkBox",value:!1},{label:"excerptLength",value:12},{label:"displayPostLink",value:!0},{label:"titleColor",value:""},{label:"metaColor",value:""},{label:"excerptColor",value:""},{label:"bgOverlayColor",value:""},{label:"overlayOpacity",value:60},{label:"rowGap",value:20},{label:"columnGap",value:20},{label:"bgColor",value:"#f6f6f6"},{label:"autoplaySpeed",value:""},{label:"arrowSize",value:16},{label:"arrowBorderSize",value:2},{label:"displayPostImage",value:!0}],icon:'<svg xmlns="http://www.w3.org/2000/svg" width="325" height="245" viewBox="0 0 325 245" fill="none"> <path d="M27 31.7987C27 29.1485 29.1527 27 31.8081 27H294.192C296.847 27 299 29.1485 299 31.7987V245H27V31.7987Z" fill="white"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M80 160.175C80 158.528 81.6714 157.192 83.7331 157.192H237.528C239.59 157.192 241.261 158.528 241.261 160.175C241.261 161.822 239.59 163.158 237.528 163.158H83.7331C81.6714 163.158 80 161.822 80 160.175Z" fill="#D2D2D2"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M80 174.094C80 172.447 81.662 171.111 83.7123 171.111H190.503C192.553 171.111 194.215 172.447 194.215 174.094C194.215 175.741 192.553 177.077 190.503 177.077H83.7123C81.662 177.077 80 175.741 80 174.094Z" fill="#D2D2D2"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M80 138.478C80 136.66 81.6008 135.187 83.5754 135.187H210.26C212.235 135.187 213.836 136.66 213.836 138.478C213.836 140.295 212.235 141.769 210.26 141.769H83.5754C81.6008 141.769 80 140.295 80 138.478Z" fill="#B6B6B6"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M80 89.9739V117.948H152.131H245.381V89.9739V62H152.131H80V89.9739ZM135.837 69.3885C139.711 70.2014 142.651 73.822 142.651 77.7801C142.651 82.4218 138.688 86.3825 134.043 86.3825C130.082 86.3825 126.459 83.4445 125.645 79.5733C125.032 76.6533 125.868 73.873 128 71.7419C130.134 69.6098 132.913 68.7751 135.837 69.3885ZM178.436 81.7605L181.505 84.8265L184.574 87.8925L212.381 113.644H184.574H152.131H119.687V112.102V110.559L128.659 101.594L137.631 92.6291L142.01 97.0034L146.389 101.378L159.273 88.503C166.359 81.4219 172.188 75.6283 172.228 75.6283C172.267 75.6283 175.061 78.3878 178.436 81.7605Z" fill="#B6B6B6"/> <path d="M80 195.456C80 194.281 80.9777 193.328 82.1837 193.328H135.958C137.164 193.328 138.142 194.281 138.142 195.456V208.753C138.142 209.928 137.164 210.88 135.958 210.88H82.1837C80.9777 210.88 80 209.928 80 208.753V195.456Z" fill="#B6B6B6"/> </svg>'},{value:"preset-4",label:Object(k.__)("Preset 4","ultimate-addons-for-gutenberg"),attributes:[{label:"align",value:"left"},{label:"postsToShow",value:6},{label:"columns",value:3},{label:"autoplay",value:!0},{label:"imageBottomSpace",value:25},{label:"paddingTop",value:35},{label:"paddingBottom",value:35},{label:"paddingLeft",value:35},{label:"paddingRight",value:35},{label:"arrowDots",value:"arrows_dots"},{label:"imgPosition",value:""},{label:"linkBox",value:!1},{label:"excerptLength",value:12},{label:"displayPostLink",value:!0},{label:"titleColor",value:"#000000"},{label:"metaColor",value:"#777777"},{label:"excerptColor",value:"#000000"},{label:"bgOverlayColor",value:""},{label:"overlayOpacity",value:60},{label:"rowGap",value:20},{label:"columnGap",value:20},{label:"bgColor",value:"#F6F6F6"},{label:"autoplaySpeed",value:""},{label:"arrowSize",value:16},{label:"arrowBorderSize",value:2},{label:"displayPostImage",value:!1},{label:"titleBottomSpace",value:10},{label:"metaBottomSpace",value:23},{label:"excerptBottomSpace",value:25}],icon:'<svg xmlns="http://www.w3.org/2000/svg" width="325" height="245" viewBox="0 0 325 245" fill="none"> <path d="M27 31.7987C27 29.1485 29.1527 27 31.8081 27H294.192C296.847 27 299 29.1485 299 31.7987V245H27V31.7987Z" fill="white"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M82 122.989C82 121.341 83.6714 120.006 85.7331 120.006H239.528C241.59 120.006 243.261 121.341 243.261 122.989C243.261 124.636 241.59 125.971 239.528 125.971H85.7331C83.6714 125.971 82 124.636 82 122.989Z" fill="#D2D2D2"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M82 136.907C82 135.26 83.662 133.925 85.7123 133.925H192.503C194.553 133.925 196.215 135.26 196.215 136.907C196.215 138.555 194.553 139.89 192.503 139.89H85.7123C83.662 139.89 82 138.555 82 136.907Z" fill="#D2D2D2"/> <path fill-rule="evenodd" clip-rule="evenodd" d="M82 101.291C82 99.4735 83.6008 98 85.5754 98H212.26C214.235 98 215.836 99.4735 215.836 101.291C215.836 103.109 214.235 104.582 212.26 104.582H85.5754C83.6008 104.582 82 103.109 82 101.291Z" fill="#B6B6B6"/> <path d="M82 158.269C82 157.094 82.9777 156.142 84.1837 156.142H137.958C139.164 156.142 140.142 157.094 140.142 158.269V171.566C140.142 172.741 139.164 173.694 137.958 173.694H84.1837C82.9777 173.694 82 172.741 82 171.566V158.269Z" fill="#B6B6B6"/> </svg>'}];var Qi=Object(Ct.applyFilters)("uag_post_carousel_presets",Yi);const Xi=[{defaultAttributes:Ji.a},{defaultPresetAttributes:[{label:"ctaBgColor"},{label:"ctaBgHColor"},{label:"ctaColor"},{label:"ctaHColor"},{label:"btnBorderStyle"},{label:"btnBorderTopLeftRadius"},{label:"btnBorderTopRightRadius"},{label:"btnBorderBottomLeftRadius"},{label:"btnBorderBottomRightRadius"},{label:"btnBorderBottomWidthDesktop"},{label:"btnBorderTopWidthDesktop"},{label:"btnBorderLeftWidthDesktop"},{label:"btnBorderRightWidthDesktop"}]},{value:"preset-1",label:Object(k.__)("Preset 1","ultimate-addons-for-gutenberg"),attributes:[{label:"btnBorderStyle",value:"none"},{label:"btnBorderTopLeftRadius",value:0},{label:"btnBorderTopRightRadius",value:0},{label:"btnBorderBottomLeftRadius",value:0},{label:"btnBorderBottomRightRadius",value:0}],icon:'<svg xmlns="http://www.w3.org/2000/svg" width="325" height="245" viewBox="0 0 325 245" fill="none"> <path d="M27 31.7987C27 29.1485 29.1527 27 31.8081 27H294.192C296.847 27 299 29.1485 299 31.7987V245H27V31.7987Z" fill="white"/> <rect x="58" y="101" width="209.786" height="70" fill="#B6B6B6"/> <path d="M134.2 146H125.775V129.325H133.975C135.458 129.325 136.617 129.733 137.45 130.55C138.3 131.35 138.725 132.358 138.725 133.575C138.725 134.575 138.442 135.425 137.875 136.125C137.325 136.808 136.642 137.233 135.825 137.4C136.725 137.533 137.483 138 138.1 138.8C138.733 139.583 139.05 140.483 139.05 141.5C139.05 142.833 138.617 143.917 137.75 144.75C136.9 145.583 135.717 146 134.2 146ZM133.375 136.225C134.108 136.225 134.683 136.025 135.1 135.625C135.517 135.225 135.725 134.708 135.725 134.075C135.725 133.425 135.517 132.9 135.1 132.5C134.683 132.1 134.108 131.9 133.375 131.9H128.7V136.225H133.375ZM133.5 143.425C134.3 143.425 134.925 143.225 135.375 142.825C135.825 142.408 136.05 141.833 136.05 141.1C136.05 140.45 135.825 139.908 135.375 139.475C134.925 139.025 134.3 138.8 133.5 138.8H128.7V143.425H133.5ZM152.686 146H150.061V144.4C148.928 145.667 147.503 146.3 145.786 146.3C143.203 146.3 141.911 145.025 141.911 142.475V133.925H144.536V141.525C144.536 142.408 144.744 143.042 145.161 143.425C145.578 143.792 146.178 143.975 146.961 143.975C147.594 143.975 148.186 143.825 148.736 143.525C149.286 143.225 149.728 142.85 150.061 142.4V133.925H152.686V146ZM159.721 146.3C158.704 146.3 157.929 146.033 157.396 145.5C156.879 144.967 156.621 144.2 156.621 143.2V136.225H154.621V133.925H156.621V130.625H159.246V133.925H161.696V136.225H159.246V142.55C159.246 142.983 159.346 143.333 159.546 143.6C159.746 143.85 160.029 143.975 160.396 143.975C160.929 143.975 161.321 143.833 161.571 143.55L162.196 145.525C161.646 146.042 160.821 146.3 159.721 146.3ZM167.704 146.3C166.687 146.3 165.912 146.033 165.379 145.5C164.862 144.967 164.604 144.2 164.604 143.2V136.225H162.604V133.925H164.604V130.625H167.229V133.925H169.679V136.225H167.229V142.55C167.229 142.983 167.329 143.333 167.529 143.6C167.729 143.85 168.012 143.975 168.379 143.975C168.912 143.975 169.304 143.833 169.554 143.55L170.179 145.525C169.629 146.042 168.804 146.3 167.704 146.3ZM177.512 146.3C175.646 146.3 174.146 145.692 173.012 144.475C171.879 143.242 171.312 141.733 171.312 139.95C171.312 138.167 171.879 136.667 173.012 135.45C174.146 134.233 175.646 133.625 177.512 133.625C179.396 133.625 180.904 134.233 182.037 135.45C183.171 136.667 183.737 138.167 183.737 139.95C183.737 141.75 183.171 143.258 182.037 144.475C180.904 145.692 179.396 146.3 177.512 146.3ZM177.512 143.975C178.596 143.975 179.446 143.592 180.062 142.825C180.696 142.042 181.012 141.083 181.012 139.95C181.012 138.833 180.696 137.892 180.062 137.125C179.446 136.342 178.596 135.95 177.512 135.95C176.446 135.95 175.596 136.342 174.962 137.125C174.346 137.892 174.037 138.833 174.037 139.95C174.037 141.083 174.346 142.042 174.962 142.825C175.596 143.592 176.446 143.975 177.512 143.975ZM197.168 146H194.543V138.45C194.543 136.783 193.735 135.95 192.118 135.95C191.485 135.95 190.893 136.108 190.343 136.425C189.793 136.742 189.352 137.125 189.018 137.575V146H186.393V133.925H189.018V135.575C189.468 135.042 190.068 134.583 190.818 134.2C191.568 133.817 192.385 133.625 193.268 133.625C194.552 133.625 195.518 133.958 196.168 134.625C196.835 135.292 197.168 136.25 197.168 137.5V146Z" fill="white"/> </svg>'},{value:"preset-2",label:Object(k.__)("Preset 2","ultimate-addons-for-gutenberg"),attributes:[{label:"btnBorderStyle",value:"none"},{label:"btnBorderTopLeftRadius",value:5},{label:"btnBorderTopRightRadius",value:5},{label:"btnBorderBottomLeftRadius",value:5},{label:"btnBorderBottomRightRadius",value:5}],icon:'<svg xmlns="http://www.w3.org/2000/svg" width="325" height="245" viewBox="0 0 325 245" fill="none"> <path d="M27 31.7987C27 29.1485 29.1527 27 31.8081 27H294.192C296.847 27 299 29.1485 299 31.7987V245H27V31.7987Z" fill="white"/> <rect x="58" y="101" width="209.786" height="70" rx="6" fill="#B6B6B6"/> <path d="M134.2 145H125.775V128.325H133.975C135.458 128.325 136.617 128.733 137.45 129.55C138.3 130.35 138.725 131.358 138.725 132.575C138.725 133.575 138.442 134.425 137.875 135.125C137.325 135.808 136.642 136.233 135.825 136.4C136.725 136.533 137.483 137 138.1 137.8C138.733 138.583 139.05 139.483 139.05 140.5C139.05 141.833 138.617 142.917 137.75 143.75C136.9 144.583 135.717 145 134.2 145ZM133.375 135.225C134.108 135.225 134.683 135.025 135.1 134.625C135.517 134.225 135.725 133.708 135.725 133.075C135.725 132.425 135.517 131.9 135.1 131.5C134.683 131.1 134.108 130.9 133.375 130.9H128.7V135.225H133.375ZM133.5 142.425C134.3 142.425 134.925 142.225 135.375 141.825C135.825 141.408 136.05 140.833 136.05 140.1C136.05 139.45 135.825 138.908 135.375 138.475C134.925 138.025 134.3 137.8 133.5 137.8H128.7V142.425H133.5ZM152.686 145H150.061V143.4C148.928 144.667 147.503 145.3 145.786 145.3C143.203 145.3 141.911 144.025 141.911 141.475V132.925H144.536V140.525C144.536 141.408 144.744 142.042 145.161 142.425C145.578 142.792 146.178 142.975 146.961 142.975C147.594 142.975 148.186 142.825 148.736 142.525C149.286 142.225 149.728 141.85 150.061 141.4V132.925H152.686V145ZM159.721 145.3C158.704 145.3 157.929 145.033 157.396 144.5C156.879 143.967 156.621 143.2 156.621 142.2V135.225H154.621V132.925H156.621V129.625H159.246V132.925H161.696V135.225H159.246V141.55C159.246 141.983 159.346 142.333 159.546 142.6C159.746 142.85 160.029 142.975 160.396 142.975C160.929 142.975 161.321 142.833 161.571 142.55L162.196 144.525C161.646 145.042 160.821 145.3 159.721 145.3ZM167.704 145.3C166.687 145.3 165.912 145.033 165.379 144.5C164.862 143.967 164.604 143.2 164.604 142.2V135.225H162.604V132.925H164.604V129.625H167.229V132.925H169.679V135.225H167.229V141.55C167.229 141.983 167.329 142.333 167.529 142.6C167.729 142.85 168.012 142.975 168.379 142.975C168.912 142.975 169.304 142.833 169.554 142.55L170.179 144.525C169.629 145.042 168.804 145.3 167.704 145.3ZM177.512 145.3C175.646 145.3 174.146 144.692 173.012 143.475C171.879 142.242 171.312 140.733 171.312 138.95C171.312 137.167 171.879 135.667 173.012 134.45C174.146 133.233 175.646 132.625 177.512 132.625C179.396 132.625 180.904 133.233 182.037 134.45C183.171 135.667 183.737 137.167 183.737 138.95C183.737 140.75 183.171 142.258 182.037 143.475C180.904 144.692 179.396 145.3 177.512 145.3ZM177.512 142.975C178.596 142.975 179.446 142.592 180.062 141.825C180.696 141.042 181.012 140.083 181.012 138.95C181.012 137.833 180.696 136.892 180.062 136.125C179.446 135.342 178.596 134.95 177.512 134.95C176.446 134.95 175.596 135.342 174.962 136.125C174.346 136.892 174.037 137.833 174.037 138.95C174.037 140.083 174.346 141.042 174.962 141.825C175.596 142.592 176.446 142.975 177.512 142.975ZM197.168 145H194.543V137.45C194.543 135.783 193.735 134.95 192.118 134.95C191.485 134.95 190.893 135.108 190.343 135.425C189.793 135.742 189.352 136.125 189.018 136.575V145H186.393V132.925H189.018V134.575C189.468 134.042 190.068 133.583 190.818 133.2C191.568 132.817 192.385 132.625 193.268 132.625C194.552 132.625 195.518 132.958 196.168 133.625C196.835 134.292 197.168 135.25 197.168 136.5V145Z" fill="white"/> </svg>'},{value:"preset-3",label:Object(k.__)("Preset 3","ultimate-addons-for-gutenberg"),attributes:[{label:"btnBorderStyle",value:"none"},{label:"btnBorderTopLeftRadius",value:30},{label:"btnBorderTopRightRadius",value:30},{label:"btnBorderBottomLeftRadius",value:30},{label:"btnBorderBottomRightRadius",value:30}],icon:'<svg xmlns="http://www.w3.org/2000/svg" width="325" height="245" viewBox="0 0 325 245" fill="none"> <path d="M27 31.7987C27 29.1485 29.1527 27 31.8081 27H294.192C296.847 27 299 29.1485 299 31.7987V245H27V31.7987Z" fill="white"/> <rect x="58" y="101" width="209.786" height="70" rx="35" fill="#B6B6B6"/> <path d="M134.2 144H125.775V127.325H133.975C135.458 127.325 136.617 127.733 137.45 128.55C138.3 129.35 138.725 130.358 138.725 131.575C138.725 132.575 138.442 133.425 137.875 134.125C137.325 134.808 136.642 135.233 135.825 135.4C136.725 135.533 137.483 136 138.1 136.8C138.733 137.583 139.05 138.483 139.05 139.5C139.05 140.833 138.617 141.917 137.75 142.75C136.9 143.583 135.717 144 134.2 144ZM133.375 134.225C134.108 134.225 134.683 134.025 135.1 133.625C135.517 133.225 135.725 132.708 135.725 132.075C135.725 131.425 135.517 130.9 135.1 130.5C134.683 130.1 134.108 129.9 133.375 129.9H128.7V134.225H133.375ZM133.5 141.425C134.3 141.425 134.925 141.225 135.375 140.825C135.825 140.408 136.05 139.833 136.05 139.1C136.05 138.45 135.825 137.908 135.375 137.475C134.925 137.025 134.3 136.8 133.5 136.8H128.7V141.425H133.5ZM152.686 144H150.061V142.4C148.928 143.667 147.503 144.3 145.786 144.3C143.203 144.3 141.911 143.025 141.911 140.475V131.925H144.536V139.525C144.536 140.408 144.744 141.042 145.161 141.425C145.578 141.792 146.178 141.975 146.961 141.975C147.594 141.975 148.186 141.825 148.736 141.525C149.286 141.225 149.728 140.85 150.061 140.4V131.925H152.686V144ZM159.721 144.3C158.704 144.3 157.929 144.033 157.396 143.5C156.879 142.967 156.621 142.2 156.621 141.2V134.225H154.621V131.925H156.621V128.625H159.246V131.925H161.696V134.225H159.246V140.55C159.246 140.983 159.346 141.333 159.546 141.6C159.746 141.85 160.029 141.975 160.396 141.975C160.929 141.975 161.321 141.833 161.571 141.55L162.196 143.525C161.646 144.042 160.821 144.3 159.721 144.3ZM167.704 144.3C166.687 144.3 165.912 144.033 165.379 143.5C164.862 142.967 164.604 142.2 164.604 141.2V134.225H162.604V131.925H164.604V128.625H167.229V131.925H169.679V134.225H167.229V140.55C167.229 140.983 167.329 141.333 167.529 141.6C167.729 141.85 168.012 141.975 168.379 141.975C168.912 141.975 169.304 141.833 169.554 141.55L170.179 143.525C169.629 144.042 168.804 144.3 167.704 144.3ZM177.512 144.3C175.646 144.3 174.146 143.692 173.012 142.475C171.879 141.242 171.312 139.733 171.312 137.95C171.312 136.167 171.879 134.667 173.012 133.45C174.146 132.233 175.646 131.625 177.512 131.625C179.396 131.625 180.904 132.233 182.037 133.45C183.171 134.667 183.737 136.167 183.737 137.95C183.737 139.75 183.171 141.258 182.037 142.475C180.904 143.692 179.396 144.3 177.512 144.3ZM177.512 141.975C178.596 141.975 179.446 141.592 180.062 140.825C180.696 140.042 181.012 139.083 181.012 137.95C181.012 136.833 180.696 135.892 180.062 135.125C179.446 134.342 178.596 133.95 177.512 133.95C176.446 133.95 175.596 134.342 174.962 135.125C174.346 135.892 174.037 136.833 174.037 137.95C174.037 139.083 174.346 140.042 174.962 140.825C175.596 141.592 176.446 141.975 177.512 141.975ZM197.168 144H194.543V136.45C194.543 134.783 193.735 133.95 192.118 133.95C191.485 133.95 190.893 134.108 190.343 134.425C189.793 134.742 189.352 135.125 189.018 135.575V144H186.393V131.925H189.018V133.575C189.468 133.042 190.068 132.583 190.818 132.2C191.568 131.817 192.385 131.625 193.268 131.625C194.552 131.625 195.518 131.958 196.168 132.625C196.835 133.292 197.168 134.25 197.168 135.5V144Z" fill="white"/> </svg>'},{value:"preset-4",label:Object(k.__)("Preset 4","ultimate-addons-for-gutenberg"),attributes:[{label:"ctaBgColor",value:"#00000000"},{label:"ctaBgHColor",value:"#3a3a3a"},{label:"ctaColor",value:"#0170b9"},{label:"ctaHColor",value:"#ffffff"},{label:"btnBorderStyle",value:"solid"},{label:"btnBorderTopLeftRadius",value:0},{label:"btnBorderTopRightRadius",value:0},{label:"btnBorderBottomLeftRadius",value:0},{label:"btnBorderBottomRightRadius",value:0},{label:"btnBorderBottomWidthDesktop",value:1},{label:"btnBorderTopWidthDesktop",value:1},{label:"btnBorderLeftWidthDesktop",value:1},{label:"btnBorderRightWidthDesktop",value:1}],icon:'<svg xmlns="http://www.w3.org/2000/svg" width="325" height="245" viewBox="0 0 325 245" fill="none"> <path d="M27 31.7987C27 29.1485 29.1527 27 31.8081 27H294.192C296.847 27 299 29.1485 299 31.7987V245H27V31.7987Z" fill="white"/> <rect x="59" y="102" width="207.786" height="68" stroke="#959595" stroke-width="2" fill="none"/> <path d="M134.2 144H125.775V127.325H133.975C135.458 127.325 136.617 127.733 137.45 128.55C138.3 129.35 138.725 130.358 138.725 131.575C138.725 132.575 138.442 133.425 137.875 134.125C137.325 134.808 136.642 135.233 135.825 135.4C136.725 135.533 137.483 136 138.1 136.8C138.733 137.583 139.05 138.483 139.05 139.5C139.05 140.833 138.617 141.917 137.75 142.75C136.9 143.583 135.717 144 134.2 144ZM133.375 134.225C134.108 134.225 134.683 134.025 135.1 133.625C135.517 133.225 135.725 132.708 135.725 132.075C135.725 131.425 135.517 130.9 135.1 130.5C134.683 130.1 134.108 129.9 133.375 129.9H128.7V134.225H133.375ZM133.5 141.425C134.3 141.425 134.925 141.225 135.375 140.825C135.825 140.408 136.05 139.833 136.05 139.1C136.05 138.45 135.825 137.908 135.375 137.475C134.925 137.025 134.3 136.8 133.5 136.8H128.7V141.425H133.5ZM152.686 144H150.061V142.4C148.928 143.667 147.503 144.3 145.786 144.3C143.203 144.3 141.911 143.025 141.911 140.475V131.925H144.536V139.525C144.536 140.408 144.744 141.042 145.161 141.425C145.578 141.792 146.178 141.975 146.961 141.975C147.594 141.975 148.186 141.825 148.736 141.525C149.286 141.225 149.728 140.85 150.061 140.4V131.925H152.686V144ZM159.721 144.3C158.704 144.3 157.929 144.033 157.396 143.5C156.879 142.967 156.621 142.2 156.621 141.2V134.225H154.621V131.925H156.621V128.625H159.246V131.925H161.696V134.225H159.246V140.55C159.246 140.983 159.346 141.333 159.546 141.6C159.746 141.85 160.029 141.975 160.396 141.975C160.929 141.975 161.321 141.833 161.571 141.55L162.196 143.525C161.646 144.042 160.821 144.3 159.721 144.3ZM167.704 144.3C166.687 144.3 165.912 144.033 165.379 143.5C164.862 142.967 164.604 142.2 164.604 141.2V134.225H162.604V131.925H164.604V128.625H167.229V131.925H169.679V134.225H167.229V140.55C167.229 140.983 167.329 141.333 167.529 141.6C167.729 141.85 168.012 141.975 168.379 141.975C168.912 141.975 169.304 141.833 169.554 141.55L170.179 143.525C169.629 144.042 168.804 144.3 167.704 144.3ZM177.512 144.3C175.646 144.3 174.146 143.692 173.012 142.475C171.879 141.242 171.312 139.733 171.312 137.95C171.312 136.167 171.879 134.667 173.012 133.45C174.146 132.233 175.646 131.625 177.512 131.625C179.396 131.625 180.904 132.233 182.037 133.45C183.171 134.667 183.737 136.167 183.737 137.95C183.737 139.75 183.171 141.258 182.037 142.475C180.904 143.692 179.396 144.3 177.512 144.3ZM177.512 141.975C178.596 141.975 179.446 141.592 180.062 140.825C180.696 140.042 181.012 139.083 181.012 137.95C181.012 136.833 180.696 135.892 180.062 135.125C179.446 134.342 178.596 133.95 177.512 133.95C176.446 133.95 175.596 134.342 174.962 135.125C174.346 135.892 174.037 136.833 174.037 137.95C174.037 139.083 174.346 140.042 174.962 140.825C175.596 141.592 176.446 141.975 177.512 141.975ZM197.168 144H194.543V136.45C194.543 134.783 193.735 133.95 192.118 133.95C191.485 133.95 190.893 134.108 190.343 134.425C189.793 134.742 189.352 135.125 189.018 135.575V144H186.393V131.925H189.018V133.575C189.468 133.042 190.068 132.583 190.818 132.2C191.568 131.817 192.385 131.625 193.268 131.625C194.552 131.625 195.518 131.958 196.168 132.625C196.835 133.292 197.168 134.25 197.168 135.5V144Z" fill="#959595"/> </svg>'},{value:"preset-5",label:Object(k.__)("Preset 5","ultimate-addons-for-gutenberg"),attributes:[{label:"ctaBgColor",value:"#00000000"},{label:"ctaBgHColor",value:"#3a3a3a"},{label:"ctaColor",value:"#0170b9"},{label:"ctaHColor",value:"#ffffff"},{label:"btnBorderStyle",value:"solid"},{label:"btnBorderTopLeftRadius",value:5},{label:"btnBorderTopRightRadius",value:5},{label:"btnBorderBottomLeftRadius",value:5},{label:"btnBorderBottomRightRadius",value:5},{label:"btnBorderBottomWidthDesktop",value:1},{label:"btnBorderTopWidthDesktop",value:1},{label:"btnBorderLeftWidthDesktop",value:1},{label:"btnBorderRightWidthDesktop",value:1}],icon:'<svg xmlns="http://www.w3.org/2000/svg" width="325" height="245" viewBox="0 0 325 245" fill="none"> <path d="M27 31.7987C27 29.1485 29.1527 27 31.8081 27H294.192C296.847 27 299 29.1485 299 31.7987V245H27V31.7987Z" fill="white"/> <rect x="59" y="102" width="207.786" height="68" rx="5" stroke="#959595" stroke-width="2" fill="none"/> <path d="M134.2 144H125.775V127.325H133.975C135.458 127.325 136.617 127.733 137.45 128.55C138.3 129.35 138.725 130.358 138.725 131.575C138.725 132.575 138.442 133.425 137.875 134.125C137.325 134.808 136.642 135.233 135.825 135.4C136.725 135.533 137.483 136 138.1 136.8C138.733 137.583 139.05 138.483 139.05 139.5C139.05 140.833 138.617 141.917 137.75 142.75C136.9 143.583 135.717 144 134.2 144ZM133.375 134.225C134.108 134.225 134.683 134.025 135.1 133.625C135.517 133.225 135.725 132.708 135.725 132.075C135.725 131.425 135.517 130.9 135.1 130.5C134.683 130.1 134.108 129.9 133.375 129.9H128.7V134.225H133.375ZM133.5 141.425C134.3 141.425 134.925 141.225 135.375 140.825C135.825 140.408 136.05 139.833 136.05 139.1C136.05 138.45 135.825 137.908 135.375 137.475C134.925 137.025 134.3 136.8 133.5 136.8H128.7V141.425H133.5ZM152.686 144H150.061V142.4C148.928 143.667 147.503 144.3 145.786 144.3C143.203 144.3 141.911 143.025 141.911 140.475V131.925H144.536V139.525C144.536 140.408 144.744 141.042 145.161 141.425C145.578 141.792 146.178 141.975 146.961 141.975C147.594 141.975 148.186 141.825 148.736 141.525C149.286 141.225 149.728 140.85 150.061 140.4V131.925H152.686V144ZM159.721 144.3C158.704 144.3 157.929 144.033 157.396 143.5C156.879 142.967 156.621 142.2 156.621 141.2V134.225H154.621V131.925H156.621V128.625H159.246V131.925H161.696V134.225H159.246V140.55C159.246 140.983 159.346 141.333 159.546 141.6C159.746 141.85 160.029 141.975 160.396 141.975C160.929 141.975 161.321 141.833 161.571 141.55L162.196 143.525C161.646 144.042 160.821 144.3 159.721 144.3ZM167.704 144.3C166.687 144.3 165.912 144.033 165.379 143.5C164.862 142.967 164.604 142.2 164.604 141.2V134.225H162.604V131.925H164.604V128.625H167.229V131.925H169.679V134.225H167.229V140.55C167.229 140.983 167.329 141.333 167.529 141.6C167.729 141.85 168.012 141.975 168.379 141.975C168.912 141.975 169.304 141.833 169.554 141.55L170.179 143.525C169.629 144.042 168.804 144.3 167.704 144.3ZM177.512 144.3C175.646 144.3 174.146 143.692 173.012 142.475C171.879 141.242 171.312 139.733 171.312 137.95C171.312 136.167 171.879 134.667 173.012 133.45C174.146 132.233 175.646 131.625 177.512 131.625C179.396 131.625 180.904 132.233 182.037 133.45C183.171 134.667 183.737 136.167 183.737 137.95C183.737 139.75 183.171 141.258 182.037 142.475C180.904 143.692 179.396 144.3 177.512 144.3ZM177.512 141.975C178.596 141.975 179.446 141.592 180.062 140.825C180.696 140.042 181.012 139.083 181.012 137.95C181.012 136.833 180.696 135.892 180.062 135.125C179.446 134.342 178.596 133.95 177.512 133.95C176.446 133.95 175.596 134.342 174.962 135.125C174.346 135.892 174.037 136.833 174.037 137.95C174.037 139.083 174.346 140.042 174.962 140.825C175.596 141.592 176.446 141.975 177.512 141.975ZM197.168 144H194.543V136.45C194.543 134.783 193.735 133.95 192.118 133.95C191.485 133.95 190.893 134.108 190.343 134.425C189.793 134.742 189.352 135.125 189.018 135.575V144H186.393V131.925H189.018V133.575C189.468 133.042 190.068 132.583 190.818 132.2C191.568 131.817 192.385 131.625 193.268 131.625C194.552 131.625 195.518 131.958 196.168 132.625C196.835 133.292 197.168 134.25 197.168 135.5V144Z" fill="#959595"/> </svg>'},{value:"preset-6",label:Object(k.__)("Preset 6","ultimate-addons-for-gutenberg"),attributes:[{label:"ctaBgColor",value:"#00000000"},{label:"ctaBgHColor",value:"#3a3a3a"},{label:"ctaColor",value:"#0170b9"},{label:"ctaHColor",value:"#ffffff"},{label:"btnBorderStyle",value:"solid"},{label:"btnBorderTopLeftRadius",value:30},{label:"btnBorderTopRightRadius",value:30},{label:"btnBorderBottomLeftRadius",value:30},{label:"btnBorderBottomRightRadius",value:30},{label:"btnBorderBottomWidthDesktop",value:1},{label:"btnBorderTopWidthDesktop",value:1},{label:"btnBorderLeftWidthDesktop",value:1},{label:"btnBorderRightWidthDesktop",value:1}],icon:'<svg xmlns="http://www.w3.org/2000/svg" width="325" height="245" viewBox="0 0 325 245" fill="none"> <path d="M27 31.7987C27 29.1485 29.1527 27 31.8081 27H294.192C296.847 27 299 29.1485 299 31.7987V245H27V31.7987Z" fill="white"/> <rect x="59" y="102" width="207.786" height="68" rx="34" stroke="#959595" stroke-width="2" fill="none"/> <path d="M134.2 143H125.775V126.325H133.975C135.458 126.325 136.617 126.733 137.45 127.55C138.3 128.35 138.725 129.358 138.725 130.575C138.725 131.575 138.442 132.425 137.875 133.125C137.325 133.808 136.642 134.233 135.825 134.4C136.725 134.533 137.483 135 138.1 135.8C138.733 136.583 139.05 137.483 139.05 138.5C139.05 139.833 138.617 140.917 137.75 141.75C136.9 142.583 135.717 143 134.2 143ZM133.375 133.225C134.108 133.225 134.683 133.025 135.1 132.625C135.517 132.225 135.725 131.708 135.725 131.075C135.725 130.425 135.517 129.9 135.1 129.5C134.683 129.1 134.108 128.9 133.375 128.9H128.7V133.225H133.375ZM133.5 140.425C134.3 140.425 134.925 140.225 135.375 139.825C135.825 139.408 136.05 138.833 136.05 138.1C136.05 137.45 135.825 136.908 135.375 136.475C134.925 136.025 134.3 135.8 133.5 135.8H128.7V140.425H133.5ZM152.686 143H150.061V141.4C148.928 142.667 147.503 143.3 145.786 143.3C143.203 143.3 141.911 142.025 141.911 139.475V130.925H144.536V138.525C144.536 139.408 144.744 140.042 145.161 140.425C145.578 140.792 146.178 140.975 146.961 140.975C147.594 140.975 148.186 140.825 148.736 140.525C149.286 140.225 149.728 139.85 150.061 139.4V130.925H152.686V143ZM159.721 143.3C158.704 143.3 157.929 143.033 157.396 142.5C156.879 141.967 156.621 141.2 156.621 140.2V133.225H154.621V130.925H156.621V127.625H159.246V130.925H161.696V133.225H159.246V139.55C159.246 139.983 159.346 140.333 159.546 140.6C159.746 140.85 160.029 140.975 160.396 140.975C160.929 140.975 161.321 140.833 161.571 140.55L162.196 142.525C161.646 143.042 160.821 143.3 159.721 143.3ZM167.704 143.3C166.687 143.3 165.912 143.033 165.379 142.5C164.862 141.967 164.604 141.2 164.604 140.2V133.225H162.604V130.925H164.604V127.625H167.229V130.925H169.679V133.225H167.229V139.55C167.229 139.983 167.329 140.333 167.529 140.6C167.729 140.85 168.012 140.975 168.379 140.975C168.912 140.975 169.304 140.833 169.554 140.55L170.179 142.525C169.629 143.042 168.804 143.3 167.704 143.3ZM177.512 143.3C175.646 143.3 174.146 142.692 173.012 141.475C171.879 140.242 171.312 138.733 171.312 136.95C171.312 135.167 171.879 133.667 173.012 132.45C174.146 131.233 175.646 130.625 177.512 130.625C179.396 130.625 180.904 131.233 182.037 132.45C183.171 133.667 183.737 135.167 183.737 136.95C183.737 138.75 183.171 140.258 182.037 141.475C180.904 142.692 179.396 143.3 177.512 143.3ZM177.512 140.975C178.596 140.975 179.446 140.592 180.062 139.825C180.696 139.042 181.012 138.083 181.012 136.95C181.012 135.833 180.696 134.892 180.062 134.125C179.446 133.342 178.596 132.95 177.512 132.95C176.446 132.95 175.596 133.342 174.962 134.125C174.346 134.892 174.037 135.833 174.037 136.95C174.037 138.083 174.346 139.042 174.962 139.825C175.596 140.592 176.446 140.975 177.512 140.975ZM197.168 143H194.543V135.45C194.543 133.783 193.735 132.95 192.118 132.95C191.485 132.95 190.893 133.108 190.343 133.425C189.793 133.742 189.352 134.125 189.018 134.575V143H186.393V130.925H189.018V132.575C189.468 132.042 190.068 131.583 190.818 131.2C191.568 130.817 192.385 130.625 193.268 130.625C194.552 130.625 195.518 130.958 196.168 131.625C196.835 132.292 197.168 133.25 197.168 134.5V143Z" fill="#959595"/> </svg>'}];var eo=a(74),to=a(72);function ao(){return(ao=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var a=arguments[t];for(var i in a)Object.prototype.hasOwnProperty.call(a,i)&&(e[i]=a[i])}return e}).apply(this,arguments)}const io=Object(f.lazy)(()=>a.e(78).then(a.bind(null,493))),oo=Object(f.lazy)(()=>a.e(77).then(a.bind(null,572)));var no=Object(x.compose)(Object(v.withSelect)((e,t)=>{const{blockName:a,categories:i,postsToShow:o,postsOffset:n,order:l,orderBy:r,postType:s,taxonomyType:c,excludeCurrentPost:p}=t.attributes,{getEntityRecords:u}=e("core"),b=uagb_blocks_info.all_taxonomy[s];let g=[],y="";void 0!==b&&(void 0!==b.taxonomy[c]&&(y=!1===b.taxonomy[c].rest_base||null===b.taxonomy[c].rest_base?b.taxonomy[c].name:b.taxonomy[c].rest_base),""!==c&&void 0!==b.terms&&void 0!==b.terms[c]&&(g=b.terms[c]));const m={order:l,orderby:r,per_page:Object(d.b)(o,"postsToShow",a),offset:Object(d.b)(n,"postsOffset",a)};p&&(m.exclude=e("core/editor").getCurrentPostId());const f=[],h=parseInt(i);f.push(h);const _=g.length;for(let e=0;e<_;e++)g[e].id===h&&0!==g[e].child.length&&g[e].child.forEach(e=>{f.push(e)});const{getBlocks:v}=e("core/block-editor");return void 0!==i&&""!==i&&(m[y]=void 0===i||""===i?i:f),{latestPosts:u("postType",s,m),categoriesList:g,taxonomyList:void 0!==b?b.taxonomy:[],block:v(t.clientId)}}),Object(v.withDispatch)(e=>{const{replaceInnerBlocks:t}=e("core/block-editor");return{replaceInnerBlocks:t}}))(e=>{const[t,a]=Object(f.useState)({isEditing:!1,innerBlocks:[]});Object(f.useEffect)(()=>{const{block:t}=e;a({innerBlocks:t}),e.setAttributes({block_id:e.clientId.substr(0,8)});const{btnVPadding:i,btnHPadding:o,paddingBtnTop:n,paddingBtnBottom:l,paddingBtnRight:r,paddingBtnLeft:s,contentPadding:c,contentPaddingMobile:p,contentPaddingTablet:u,paddingTop:b,paddingBottom:g,paddingLeft:d,paddingRight:y,paddingTopTablet:m,paddingRightTablet:f,paddingBottomTablet:h,paddingLeftTablet:_,paddingTopMobile:v,paddingRightMobile:T,paddingBottomMobile:C,paddingLeftMobile:w}=e.attributes;i&&(void 0===n&&e.setAttributes({paddingBtnTop:i}),void 0===l&&e.setAttributes({paddingBtnBottom:i})),o&&(void 0===r&&e.setAttributes({paddingBtnRight:o}),void 0===s&&e.setAttributes({paddingBtnLeft:o})),c&&(void 0===b&&e.setAttributes({paddingTop:c}),void 0===g&&e.setAttributes({paddingBottom:c}),void 0===y&&e.setAttributes({paddingRight:c}),void 0===d&&e.setAttributes({paddingLeft:c})),u&&(void 0===m&&e.setAttributes({paddingTopTablet:u}),void 0===h&&e.setAttributes({paddingBottomTablet:u}),void 0===f&&e.setAttributes({paddingRightTablet:u}),void 0===_&&e.setAttributes({paddingLeftTablet:u})),p&&(void 0===v&&e.setAttributes({paddingTopMobile:p}),void 0===C&&e.setAttributes({paddingBottomMobile:p}),void 0===T&&e.setAttributes({paddingRightMobile:p}),void 0===w&&e.setAttributes({paddingLeftMobile:p}));const{borderStyle:P,borderWidth:k,borderRadius:x,borderColor:A,borderHColor:U,btnBorderTopWidth:G,btnBorderLeftWidth:S,btnBorderRightWidth:M,btnBorderBottomWidth:E,btnBorderTopLeftRadius:R,btnBorderTopRightRadius:B,btnBorderBottomLeftRadius:L,btnBorderBottomRightRadius:O,btnBorderColor:z,btnBorderHColor:H,btnBorderStyle:j}=e.attributes;k&&(void 0===G&&e.setAttributes({btnBorderTopWidth:k}),void 0===S&&e.setAttributes({btnBorderLeftWidth:k}),void 0===M&&e.setAttributes({btnBorderRightWidth:k}),void 0===E&&e.setAttributes({btnBorderBottomWidth:k})),x&&(void 0===R&&e.setAttributes({btnBorderTopLeftRadius:x}),void 0===B&&e.setAttributes({btnBorderTopRightRadius:x}),void 0===L&&e.setAttributes({btnBorderBottomLeftRadius:x}),void 0===O&&e.setAttributes({btnBorderBottomRightRadius:x})),A&&void 0===z&&e.setAttributes({btnBorderColor:A}),U&&void 0===H&&e.setAttributes({btnBorderHColor:U}),P&&void 0===j&&e.setAttributes({btnBorderStyle:P})},[]),Object(f.useEffect)(()=>{e.attributes.equalHeight?uagb_carousel_height(e.clientId.substr(0,8)):uagb_carousel_unset_height(e.clientId.substr(0,8));let t=Oi(e);t+=".uagb-block-"+e.clientId.substr(0,8)+".uagb-post-grid ul.slick-dots li.slick-active button:before, .uagb-block-"+e.clientId.substr(0,8)+".uagb-slick-carousel ul.slick-dots li button:before { color: "+e.attributes.arrowColor+"; }",l("uagb-post-carousel-style-"+e.clientId.substr(0,8),t)},[e]),Object(f.useEffect)(()=>{let t=Oi(e);t+=".uagb-block-"+e.clientId.substr(0,8)+".uagb-post-grid ul.slick-dots li.slick-active button:before, .uagb-block-"+e.clientId.substr(0,8)+".uagb-slick-carousel ul.slick-dots li button:before { color: "+e.attributes.arrowColor+"; }",l("uagb-post-carousel-style-"+e.clientId.substr(0,8),t),C()},[e.deviceType]);const{attributes:i,categoriesList:o,setAttributes:n,latestPosts:r,deviceType:s,taxonomyList:c}=e,{blockName:p,align:u,displayPostTitle:b,displayPostDate:g,displayPostComment:y,displayPostExcerpt:m,displayPostAuthor:v,displayPostImage:T,displayPostTaxonomy:w,imgSize:P,imgPosition:x,displayPostLink:U,newTab:G,ctaText:S,columns:M,tcolumns:E,mcolumns:R,order:B,orderBy:L,categories:O,postsToShow:z,rowGap:H,rowGapTablet:j,rowGapMobile:F,bgColor:N,titleColor:D,titleTag:V,titleFontSize:I,titleFontSizeType:W,titleFontSizeMobile:q,titleFontSizeTablet:Z,titleFontFamily:$,titleFontWeight:K,titleFontStyle:J,titleLineHeightType:Y,titleLineHeight:Q,titleLineHeightTablet:X,titleLineHeightMobile:ee,titleLoadGoogleFonts:ae,metaFontSize:ie,metaFontSizeType:oe,metaFontSizeMobile:ne,metaFontSizeTablet:le,metaFontFamily:re,metaFontWeight:se,metaFontStyle:ce,metaLineHeightType:pe,metaLineHeight:ue,metaLineHeightTablet:be,metaLineHeightMobile:ge,metaLoadGoogleFonts:de,excerptFontSize:ye,excerptFontSizeType:me,excerptFontSizeTablet:fe,excerptFontSizeMobile:he,excerptFontFamily:ve,excerptFontWeight:Te,excerptFontStyle:Ce,excerptLineHeightType:we,excerptLineHeight:Pe,excerptLineHeightTablet:ke,excerptLineHeightMobile:xe,excerptLoadGoogleFonts:Ae,ctaFontSize:Ue,ctaFontSizeType:Ge,ctaFontSizeTablet:Se,ctaFontSizeMobile:Me,ctaFontFamily:Ee,ctaFontWeight:Re,ctaFontStyle:Be,ctaLineHeightType:Le,ctaLineHeight:Oe,ctaLineHeightTablet:ze,ctaLineHeightMobile:He,ctaLoadGoogleFonts:je,metaColor:Fe,excerptColor:Ne,ctaColor:De,ctaBgColor:Ve,ctaHColor:Ie,ctaBgHColor:We,imageBottomSpace:qe,imageBottomSpaceTablet:Ze,imageBottomSpaceMobile:$e,titleBottomSpace:Ke,titleBottomSpaceTablet:Je,titleBottomSpaceMobile:Ye,metaBottomSpace:Qe,metaBottomSpaceTablet:Xe,metaBottomSpaceMobile:et,excerptBottomSpace:tt,excerptBottomSpaceTablet:at,excerptBottomSpaceMobile:it,ctaBottomSpace:ot,ctaBottomSpaceTablet:nt,ctaBottomSpaceMobile:lt,autoplay:rt,autoplaySpeed:st,pauseOnHover:ct,infiniteLoop:pt,transitionSpeed:ut,arrowDots:bt,arrowSize:gt,arrowColor:dt,arrowBorderSize:yt,arrowBorderRadius:mt,arrowDistance:ft,arrowDistanceTablet:ht,arrowDistanceMobile:_t,excerptLength:vt,overlayOpacity:Tt,bgOverlayColor:Ct,linkBox:wt,postType:Pt,taxonomyType:kt,equalHeight:xt,postDisplaytext:At,displayPostContentRadio:Ut,excludeCurrentPost:Gt,titleTransform:St,metaTransform:Mt,excerptTransform:Et,ctaTransform:Rt,titleDecoration:Bt,metaDecoration:Lt,excerptDecoration:Ot,ctaDecoration:zt,paddingBtnTop:Ht,paddingBtnBottom:jt,paddingBtnLeft:Ft,paddingBtnRight:Nt,paddingBtnTopTablet:Dt,paddingBtnRightTablet:Vt,paddingBtnBottomTablet:It,paddingBtnLeftTablet:Wt,paddingBtnTopMobile:qt,paddingBtnRightMobile:Zt,paddingBtnBottomMobile:$t,paddingBtnLeftMobile:Kt,paddingBtnUnit:Jt,mobilePaddingBtnUnit:Yt,tabletPaddingBtnUnit:Qt,spacingLink:Xt,spacingLinkPadding:ea,paddingTop:ta,paddingBottom:aa,paddingLeft:ia,paddingRight:oa,paddingTopTablet:na,paddingRightTablet:la,paddingBottomTablet:ra,paddingLeftTablet:sa,paddingTopMobile:ca,paddingRightMobile:pa,paddingBottomMobile:ua,paddingLeftMobile:ba,contentPaddingUnit:ga,mobilePaddingUnit:da,tabletPaddingUnit:ya,imageBottomSpaceUnit:ma,titleBottomSpaceUnit:fa,metaBottomSpaceUnit:ha,ctaBottomSpaceUnit:_a,excerptBottomSpaceUnit:va,rowGapUnit:Ta,postsOffset:Ca,taxStyle:wa,taxDivider:Pa,displayPostTaxonomyAboveTitle:ka,hideTaxonomyIcon:xa,highlightedTextColor:Aa,highlightedTextBgColor:Ua,titleLetterSpacing:Ga,titleLetterSpacingTablet:Sa,titleLetterSpacingMobile:Ma,titleLetterSpacingType:Ea,metaLetterSpacing:Ra,metaLetterSpacingTablet:Ba,metaLetterSpacingMobile:La,metaLetterSpacingType:Oa,excerptLetterSpacing:za,excerptLetterSpacingTablet:Ha,excerptLetterSpacingMobile:ja,excerptLetterSpacingType:Fa,ctaLetterSpacing:Na,ctaLetterSpacingTablet:Da,ctaLetterSpacingMobile:Va,ctaLetterSpacingType:Ia,enableOffset:Wa}=i,qa=Object(d.b)(M,"columns",p),Za=[],$a=[{value:"",label:Object(k.__)("All","ultimate-addons-for-gutenberg")}];""!==c&&Object.keys(c).map(e=>Za.push({value:c[e].name,label:Object(Hi.decodeEntities)(c[e].label)})),""!==o&&Object.keys(o).map(e=>$a.push({value:o[e].id,label:Object(Hi.decodeEntities)(o[e].name)}));const Ka=()=>{a({isEditing:!t.isEditing}),t.isEditing||Object(k.__)("Showing All Post Grid Layout.")},Ja=Array.isArray(r)&&r.length,Ya=h.a.createElement(A.InspectorControls,null,h.a.createElement(Ni.a,null,h.a.createElement(Di.b,Di.a.general,h.a.createElement($i.a,{title:Object(k.__)("Presets","ultimate-addons-for-gutenberg"),initialOpen:!0},h.a.createElement(eo.a,{setAttributes:n,presets:Qi,presetInputType:"radioImage"})),h.a.createElement($i.a,{title:Object(k.__)("General","ultimate-addons-for-gutenberg"),initialOpen:!1},h.a.createElement(Zi.a,{setAttributes:n,label:Object(k.__)("Text Alignment","ultimate-addons-for-gutenberg"),data:{value:u,label:"align"},className:"uagb-multi-button-alignment-control",options:[{value:"left",icon:h.a.createElement(te.Icon,{icon:Object(_e.a)("fa fa-align-left")}),tooltip:Object(k.__)("Left","ultimate-addons-for-gutenberg")},{value:"center",icon:h.a.createElement(te.Icon,{icon:Object(_e.a)("fa fa-align-center")}),tooltip:Object(k.__)("Center","ultimate-addons-for-gutenberg")},{value:"right",icon:h.a.createElement(te.Icon,{icon:Object(_e.a)("fa fa-align-right")}),tooltip:Object(k.__)("Right","ultimate-addons-for-gutenberg")}],showIcons:!0}),h.a.createElement(Ki.a,{label:Object(k.__)("Post Type","ultimate-addons-for-gutenberg"),data:{value:Pt},onChange:t=>{const{setAttributes:a}=e;a({postType:t}),a({categories:""}),a({taxonomyType:"category"})},options:uagb_blocks_info.post_types}),""!==c&&h.a.createElement(Ki.a,{label:Object(k.__)("Taxonomy","ultimate-addons-for-gutenberg"),data:{value:kt},onChange:t=>{const{setAttributes:a}=e;a({taxonomyType:t}),a({categories:""})},options:Za}),""!=o&&h.a.createElement(h.a.Fragment,null,h.a.createElement(Ki.a,{label:c[kt].label,data:{value:O,label:"categories"},setAttributes:n,options:$a})),h.a.createElement(te.ToggleControl,{label:Object(k.__)("Exclude Current Post","ultimate-addons-for-gutenberg"),checked:Gt,onChange:()=>n({excludeCurrentPost:!Gt})}),h.a.createElement(to.a,{label:Object(k.__)("Posts Per Page","ultimate-addons-for-gutenberg"),setAttributes:n,value:z,data:{value:z,label:"postsToShow"},min:1,max:100,displayUnit:!1}),h.a.createElement(te.ToggleControl,{label:Object(k.__)("Offset Starting Post","ultimate-addons-for-gutenberg"),checked:Wa,onChange:e=>{n({enableOffset:e})},help:h.a.createElement(h.a.Fragment,null,!Wa&&Object(k.__)("Note: The offset will skip the number of posts set, and will use the next post as the starting post.","ultimate-addons-for-gutenberg"))}),Wa&&h.a.createElement(to.a,{label:Object(k.__)("Offset By","ultimate-addons-for-gutenberg"),setAttributes:n,value:Ca,data:{value:Ca,label:"postsOffset"},min:0,max:100,displayUnit:!1,help:h.a.createElement(h.a.Fragment,null,Wa&&Object(k.__)("Note: The offset will skip the number of posts set, and will use the next post as the starting post.","ultimate-addons-for-gutenberg"))}),h.a.createElement(Zi.a,{setAttributes:n,label:Object(k.__)("Order By","ultimate-addons-for-gutenberg"),data:{value:L,label:"orderBy"},options:[{value:"date",label:Object(k.__)("Date","ultimate-addons-for-gutenberg")},{value:"title",label:Object(k.__)("Title","ultimate-addons-for-gutenberg")},{value:"rand",label:Object(k.__)("Random","ultimate-addons-for-gutenberg")},{value:"menu_order",label:Object(k.__)("Menu Order","ultimate-addons-for-gutenberg")}]}),h.a.createElement(Zi.a,{setAttributes:n,label:Object(k.__)("Order","ultimate-addons-for-gutenberg"),data:{value:B,label:"order"},options:[{value:"desc",label:Object(k.__)("Descending","ultimate-addons-for-gutenberg")},{value:"asc",label:Object(k.__)("Ascending","ultimate-addons-for-gutenberg")}]}),h.a.createElement(Wi.a,{label:Object(k.__)("Columns","ultimate-addons-for-gutenberg"),data:{desktop:{value:M,label:"columns"},tablet:{value:E,label:"tcolumns"},mobile:{value:R,label:"mcolumns"}},min:1,max:Ja?Math.min(8,r.length):8,displayUnit:!1,setAttributes:n}),qa>1&&h.a.createElement(te.ToggleControl,{label:Object(k.__)("Equal Height","ultimate-addons-for-gutenberg"),checked:xt,onChange:()=>n({equalHeight:!xt}),help:Object(k.__)("Note: Above setting will only take effect once you are on the live page, and not while you're editing.","ultimate-addons-for-gutenberg")}),h.a.createElement("h2",null,Object(k.__)("If Posts Not Found","ultimate-addons-for-gutenberg")),h.a.createElement(te.TextControl,{autoComplete:"off",label:Object(k.__)("Display Message","ultimate-addons-for-gutenberg"),value:At,onChange:e=>n({postDisplaytext:e})})),h.a.createElement($i.a,{title:Object(k.__)("Carousel","ultimate-addons-for-gutenberg"),initialOpen:!1},h.a.createElement(te.ToggleControl,{label:Object(k.__)("Pause On Hover","ultimate-addons-for-gutenberg"),checked:ct,onChange:()=>n({pauseOnHover:!ct})}),h.a.createElement(te.ToggleControl,{label:Object(k.__)("Autoplay","ultimate-addons-for-gutenberg"),checked:rt,onChange:()=>n({autoplay:!rt})}),!0===rt&&h.a.createElement(Ii.a,{label:Object(k.__)("Autoplay Speed (ms)","ultimate-addons-for-gutenberg"),value:st,data:{value:st,label:"autoplaySpeed"},setAttributes:n,displayUnit:!1,min:100,max:5e3}),h.a.createElement(te.ToggleControl,{label:Object(k.__)("Infinite Loop","ultimate-addons-for-gutenberg"),checked:pt,onChange:()=>n({infiniteLoop:!pt})}),h.a.createElement(Ii.a,{label:Object(k.__)("Transition Speed (ms)","ultimate-addons-for-gutenberg"),setAttributes:n,displayUnit:!1,value:ut,data:{value:ut,label:"transitionSpeed"},min:100,max:5e3}),h.a.createElement(Zi.a,{setAttributes:n,label:Object(k.__)("Arrows & Dots Type","ultimate-addons-for-gutenberg"),data:{value:bt,label:"arrowDots"},options:[{value:"arrows",label:Object(k.__)("Arrows","ultimate-addons-for-gutenberg")},{value:"dots",label:Object(k.__)("Dots","ultimate-addons-for-gutenberg")},{value:"arrows_dots",label:Object(k.__)("Both","ultimate-addons-for-gutenberg")}]})),h.a.createElement($i.a,{title:Object(k.__)("Image","ultimate-addons-for-gutenberg"),initialOpen:!1},h.a.createElement(te.ToggleControl,{label:Object(k.__)("Show Featured Image","ultimate-addons-for-gutenberg"),checked:T,onChange:()=>n({displayPostImage:!T})}),!0===T&&h.a.createElement(Ki.a,{label:Object(k.__)("Sizes","ultimate-addons-for-gutenberg"),data:{value:P,label:"imgSize"},setAttributes:n,options:uagb_blocks_info.image_sizes}),!0===T&&h.a.createElement(Zi.a,{setAttributes:n,label:Object(k.__)("Position","ultimate-addons-for-gutenberg"),data:{value:x,label:"imgPosition"},options:[{value:"top",label:Object(k.__)("Top","ultimate-addons-for-gutenberg")},{value:"background",label:Object(k.__)("Background","ultimate-addons-for-gutenberg")}]}),!0===T&&"background"===x&&h.a.createElement(te.ToggleControl,{label:Object(k.__)("Link Complete Box","ultimate-addons-for-gutenberg"),checked:wt,onChange:()=>n({linkBox:!wt})})),h.a.createElement($i.a,{title:Object(k.__)("Content","ultimate-addons-for-gutenberg"),initialOpen:!1},h.a.createElement(te.ToggleControl,{label:Object(k.__)("Show Title","ultimate-addons-for-gutenberg"),checked:b,onChange:()=>n({displayPostTitle:!b})}),h.a.createElement(te.ToggleControl,{label:Object(k.__)("Show Author","ultimate-addons-for-gutenberg"),checked:v,onChange:()=>n({displayPostAuthor:!v})}),h.a.createElement(te.ToggleControl,{label:Object(k.__)("Show Date","ultimate-addons-for-gutenberg"),checked:g,onChange:()=>n({displayPostDate:!g})}),h.a.createElement(te.ToggleControl,{label:Object(k.__)("Show Comment","ultimate-addons-for-gutenberg"),checked:y,onChange:()=>n({displayPostComment:!y})}),h.a.createElement(te.ToggleControl,{label:Object(k.__)("Show Taxonomy","ultimate-addons-for-gutenberg"),checked:w,onChange:()=>n({displayPostTaxonomy:!w})}),w&&h.a.createElement(h.a.Fragment,null,h.a.createElement(Zi.a,{setAttributes:n,label:Object(k.__)("Taxonomy Position","ultimate-addons-for-gutenberg"),data:{value:ka,label:"displayPostTaxonomyAboveTitle"},options:[{value:"withMeta",label:Object(k.__)("With Meta","ultimate-addons-for-gutenberg")},{value:"aboveTitle",label:Object(k.__)("Above Title","ultimate-addons-for-gutenberg")}]}),"aboveTitle"===ka&&h.a.createElement(h.a.Fragment,null,h.a.createElement(Zi.a,{setAttributes:n,label:Object(k.__)("Taxonomy Style","ultimate-addons-for-gutenberg"),data:{value:wa,label:"taxStyle"},options:[{value:"default",label:Object(k.__)("Normal","ultimate-addons-for-gutenberg")},{value:"highlighted",label:Object(k.__)("Highlighted","ultimate-addons-for-gutenberg")}]}),"default"===wa&&h.a.createElement(te.TextControl,{label:Object(k.__)("Taxonomy Divider","ultimate-addons-for-gutenberg"),value:Pa,onChange:e=>n({taxDivider:e})}))),h.a.createElement(te.ToggleControl,{label:Object(k.__)("Show Meta Icon","ultimate-addons-for-gutenberg"),checked:xa,onChange:()=>n({hideTaxonomyIcon:!xa})}),h.a.createElement(te.ToggleControl,{label:Object(k.__)("Show Excerpt","ultimate-addons-for-gutenberg"),checked:m,onChange:()=>n({displayPostExcerpt:!m})}),m&&h.a.createElement(Zi.a,{setAttributes:n,label:Object(k.__)("Show:","ultimate-addons-for-gutenberg"),data:{value:Ut,label:"displayPostContentRadio"},options:[{label:Object(k.__)("Excerpt","ultimate-addons-for-gutenberg"),value:"excerpt"},{label:Object(k.__)("Full post","ultimate-addons-for-gutenberg"),value:"full_post"}]}),m&&"excerpt"===Ut&&h.a.createElement(Ii.a,{label:Object(k.__)("Max number of words in excerpt","ultimate-addons-for-gutenberg"),setAttributes:n,value:vt,data:{value:vt,label:"excerptLength"},min:1,max:100,displayUnit:!1})),h.a.createElement($i.a,{title:Object(k.__)("Read More Link","ultimate-addons-for-gutenberg"),initialOpen:!1},h.a.createElement(te.ToggleControl,{label:Object(k.__)("Show Read More Link","ultimate-addons-for-gutenberg"),checked:U,onChange:()=>n({displayPostLink:!U})}),U&&h.a.createElement(h.a.Fragment,null,h.a.createElement(te.ToggleControl,{label:Object(k.__)("Open links in New Tab","ultimate-addons-for-gutenberg"),checked:G,onChange:()=>n({newTab:!G})}),h.a.createElement(te.TextControl,{label:Object(k.__)("Text","ultimate-addons-for-gutenberg"),value:S,onChange:e=>n({ctaText:e})})))),h.a.createElement(Di.b,Di.a.style,h.a.createElement($i.a,{title:Object(k.__)("Layout","ultimate-addons-for-gutenberg"),initialOpen:!0},h.a.createElement(Fi.a,{label:Object(k.__)("Background Color","ultimate-addons-for-gutenberg"),colorValue:N,data:{value:N,label:"bgColor"},setAttributes:n}),h.a.createElement(Wi.a,{label:Object(k.__)("Column Gap","ultimate-addons-for-gutenberg"),data:{desktop:{value:H,label:"rowGap"},tablet:{value:j,label:"rowGapTablet"},mobile:{value:F,label:"rowGapMobile"}},min:0,max:50,unit:{value:Ta,label:"rowGapUnit"},setAttributes:n}),h.a.createElement(Vi.a,ao({},e,{label:Object(k.__)("Content Padding","ultimate-addons-for-gutenberg"),valueTop:{value:ta,label:"paddingTop"},valueRight:{value:oa,label:"paddingRight"},valueBottom:{value:aa,label:"paddingBottom"},valueLeft:{value:ia,label:"paddingLeft"},valueTopTablet:{value:na,label:"paddingTopTablet"},valueRightTablet:{value:la,label:"paddingRightTablet"},valueBottomTablet:{value:ra,label:"paddingBottomTablet"},valueLeftTablet:{value:sa,label:"paddingLeftTablet"},valueTopMobile:{value:ca,label:"paddingTopMobile"},valueRightMobile:{value:pa,label:"paddingRightMobile"},valueBottomMobile:{value:ua,label:"paddingBottomMobile"},valueLeftMobile:{value:ba,label:"paddingLeftMobile"},unit:{value:ga,label:"contentPaddingUnit"},mUnit:{value:da,label:"mobilePaddingUnit"},tUnit:{value:ya,label:"tabletPaddingUnit"},deviceType:s,attributes:i,setAttributes:n,link:{value:ea,label:"spacingLinkPadding"}}))),b&&h.a.createElement($i.a,{title:Object(k.__)("Title","ultimate-addons-for-gutenberg"),initialOpen:!1},h.a.createElement(Zi.a,{setAttributes:n,label:Object(k.__)("HTML Tag","ultimate-addons-for-gutenberg"),data:{value:V,label:"titleTag"},options:[{value:"h1",label:Object(k.__)("H1","ultimate-addons-for-gutenberg")},{value:"h2",label:Object(k.__)("H2","ultimate-addons-for-gutenberg")},{value:"h3",label:Object(k.__)("H3","ultimate-addons-for-gutenberg")},{value:"h4",label:Object(k.__)("H4","ultimate-addons-for-gutenberg")},{value:"h5",label:Object(k.__)("H5","ultimate-addons-for-gutenberg")},{value:"h6",label:Object(k.__)("H6","ultimate-addons-for-gutenberg")},{value:"span",label:Object(k.__)("Span","ultimate-addons-for-gutenberg")},{value:"p",label:Object(k.__)("P","ultimate-addons-for-gutenberg")}]}),h.a.createElement(Fi.a,{label:Object(k.__)("Color","ultimate-addons-for-gutenberg"),colorValue:D,data:{value:D,label:"titleColor"},setAttributes:n}),h.a.createElement(zi.a,{label:Object(k.__)("Typography","ultimate-addons-for-gutenberg"),attributes:i,setAttributes:n,loadGoogleFonts:{value:ae,label:"titleLoadGoogleFonts"},fontFamily:{value:$,label:"titleFontFamily"},fontWeight:{value:K,label:"titleFontWeight"},fontStyle:{value:J,label:"titleFontStyle"},fontSizeType:{value:W,label:"titleFontSizeType"},fontSize:{value:I,label:"titleFontSize"},fontSizeMobile:{value:q,label:"titleFontSizeMobile"},fontSizeTablet:{value:Z,label:"titleFontSizeTablet"},lineHeightType:{value:Y,label:"titleLineHeightType"},lineHeight:{value:Q,label:"titleLineHeight"},lineHeightMobile:{value:ee,label:"titleLineHeightMobile"},lineHeightTablet:{value:X,label:"titleLineHeightTablet"},letterSpacing:{value:Ga,label:"titleLetterSpacing"},letterSpacingTablet:{value:Sa,label:"titleLetterSpacingTablet"},letterSpacingMobile:{value:Ma,label:"titleLetterSpacingMobile"},letterSpacingType:{value:Ea,label:"titleLetterSpacingType"},transform:{value:St,label:"titleTransform"},decoration:{value:Bt,label:"titleDecoration"}}),h.a.createElement(Wi.a,{label:Object(k.__)("Bottom Spacing","ultimate-addons-for-gutenberg"),data:{desktop:{value:Ke,label:"titleBottomSpace"},tablet:{value:Je,label:"titleBottomSpaceTablet"},mobile:{value:Ye,label:"titleBottomSpaceMobile"}},min:0,max:50,unit:{value:fa,label:"titleBottomSpaceUnit"},setAttributes:n})),(v||g||y||w)&&h.a.createElement($i.a,{title:Object(k.__)("Meta","ultimate-addons-for-gutenberg"),initialOpen:!1},h.a.createElement(Fi.a,{label:Object(k.__)("Color","ultimate-addons-for-gutenberg"),colorValue:Fe,data:{value:Fe,label:"metaColor"},setAttributes:n}),"aboveTitle"===ka&&"highlighted"===wa&&h.a.createElement(h.a.Fragment,null,h.a.createElement(Fi.a,{label:Object(k.__)("Taxonomy Text Color","ultimate-addons-for-gutenberg"),colorValue:Aa,data:{value:Aa,label:"highlightedTextColor"},setAttributes:n}),h.a.createElement(Fi.a,{label:Object(k.__)("Highlighted Color","ultimate-addons-for-gutenberg"),colorValue:Ua,data:{value:Ua,label:"highlightedTextBgColor"},setAttributes:n})),h.a.createElement(zi.a,{label:Object(k.__)("Typography","ultimate-addons-for-gutenberg"),attributes:i,setAttributes:n,loadGoogleFonts:{value:de,label:"metaLoadGoogleFonts"},fontFamily:{value:re,label:"metaFontFamily"},fontWeight:{value:se,label:"metaFontWeight"},fontStyle:{value:ce,label:"metaFontStyle"},fontSizeType:{value:oe,label:"metaFontSizeType"},fontSize:{value:ie,label:"metaFontSize"},fontSizeMobile:{value:ne,label:"metaFontSizeMobile"},fontSizeTablet:{value:le,label:"metaFontSizeTablet"},lineHeightType:{value:pe,label:"metaLineHeightType"},lineHeight:{value:ue,label:"metaLineHeight"},lineHeightMobile:{value:ge,label:"metaLineHeightMobile"},lineHeightTablet:{value:be,label:"metaLineHeightTablet"},letterSpacing:{value:Ra,label:"metaLetterSpacing"},letterSpacingTablet:{value:Ba,label:"metaLetterSpacingTablet"},letterSpacingMobile:{value:La,label:"metaLetterSpacingMobile"},letterSpacingType:{value:Oa,label:"metaLetterSpacingType"},transform:{value:Mt,label:"metaTransform"},decoration:{value:Lt,label:"metaDecoration"}}),h.a.createElement(Wi.a,{label:Object(k.__)("Bottom Spacing","ultimate-addons-for-gutenberg"),data:{desktop:{value:Qe,label:"metaBottomSpace"},tablet:{value:Xe,label:"metaBottomSpaceTablet"},mobile:{value:et,label:"metaBottomSpaceMobile"}},min:0,max:50,unit:{value:ha,label:"metaBottomSpaceUnit"},setAttributes:n})),m&&h.a.createElement($i.a,{title:Object(k.__)("Excerpt","ultimate-addons-for-gutenberg"),initialOpen:!1},h.a.createElement(Fi.a,{label:Object(k.__)("Color","ultimate-addons-for-gutenberg"),colorValue:Ne,data:{value:Ne,label:"excerptColor"},setAttributes:n}),h.a.createElement(zi.a,{label:Object(k.__)("Typography","ultimate-addons-for-gutenberg"),attributes:i,setAttributes:n,loadGoogleFonts:{value:Ae,label:"excerptLoadGoogleFonts"},fontFamily:{value:ve,label:"excerptFontFamily"},fontWeight:{value:Te,label:"excerptFontWeight"},fontStyle:{value:Ce,label:"excerptFontStyle"},fontSizeType:{value:me,label:"excerptFontSizeType"},fontSize:{value:ye,label:"excerptFontSize"},fontSizeMobile:{value:he,label:"excerptFontSizeMobile"},fontSizeTablet:{value:fe,label:"excerptFontSizeTablet"},lineHeightType:{value:we,label:"excerptLineHeightType"},lineHeight:{value:Pe,label:"excerptLineHeight"},lineHeightMobile:{value:xe,label:"excerptLineHeightMobile"},lineHeightTablet:{value:ke,label:"excerptLineHeightTablet"},letterSpacing:{value:za,label:"excerptLetterSpacing"},letterSpacingTablet:{value:Ha,label:"excerptLetterSpacingTablet"},letterSpacingMobile:{value:ja,label:"excerptLetterSpacingMobile"},letterSpacingType:{value:Fa,label:"excerptLetterSpacingType"},transform:{value:Et,label:"excerptTransform"},decoration:{value:Ot,label:"excerptDecoration"}}),h.a.createElement(Wi.a,{label:Object(k.__)("Bottom Spacing","ultimate-addons-for-gutenberg"),data:{desktop:{value:tt,label:"excerptBottomSpace"},tablet:{value:at,label:"excerptBottomSpaceTablet"},mobile:{value:it,label:"excerptBottomSpaceMobile"}},min:0,max:50,unit:{value:va,label:"excerptBottomSpaceUnit"},setAttributes:n})),U&&h.a.createElement($i.a,{title:Object(k.__)("Read More Link","ultimate-addons-for-gutenberg"),initialOpen:!1},h.a.createElement(eo.a,{setAttributes:n,presets:Xi,presetInputType:"radioImage"}),h.a.createElement(qi.a,{tabs:[{name:"normal",title:Object(k.__)("Normal","ultimate-addons-for-gutenberg")},{name:"hover",title:Object(k.__)("Hover","ultimate-addons-for-gutenberg")}],normal:h.a.createElement(h.a.Fragment,null,h.a.createElement(Fi.a,{label:Object(k.__)("Color","ultimate-addons-for-gutenberg"),colorValue:De,data:{value:De,label:"ctaColor"},setAttributes:n}),h.a.createElement(Fi.a,{label:Object(k.__)("Background Color","ultimate-addons-for-gutenberg"),colorValue:Ve,data:{value:Ve,label:"ctaBgColor"},setAttributes:n})),hover:h.a.createElement(h.a.Fragment,null,h.a.createElement(Fi.a,{label:Object(k.__)("Color","ultimate-addons-for-gutenberg"),colorValue:Ie,data:{value:Ie,label:"ctaHColor"},setAttributes:n}),h.a.createElement(Fi.a,{label:Object(k.__)("Background Color","ultimate-addons-for-gutenberg"),colorValue:We,data:{value:We,label:"ctaBgHColor"},setAttributes:n})),disableBottomSeparator:!1}),h.a.createElement(zi.a,{label:Object(k.__)("Typography","ultimate-addons-for-gutenberg"),attributes:i,setAttributes:n,loadGoogleFonts:{value:je,label:"ctaLoadGoogleFonts"},fontFamily:{value:Ee,label:"ctaFontFamily"},fontWeight:{value:Re,label:"ctaFontWeight"},fontStyle:{value:Be,label:"ctaFontStyle"},fontSizeType:{value:Ge,label:"ctaFontSizeType"},fontSize:{value:Ue,label:"ctaFontSize"},fontSizeMobile:{value:Me,label:"ctaFontSizeMobile"},fontSizeTablet:{value:Se,label:"ctaFontSizeTablet"},lineHeightType:{value:Le,label:"ctaLineHeightType"},lineHeight:{value:Oe,label:"ctaLineHeight"},lineHeightMobile:{value:He,label:"ctaLineHeightMobile"},lineHeightTablet:{value:ze,label:"ctaLineHeightTablet"},letterSpacing:{value:Na,label:"ctaLetterSpacing"},letterSpacingTablet:{value:Da,label:"ctaLetterSpacingTablet"},letterSpacingMobile:{value:Va,label:"ctaLetterSpacingMobile"},letterSpacingType:{value:Ia,label:"ctaLetterSpacingType"},transform:{value:Rt,label:"ctaTransform"},decoration:{value:zt,label:"ctaDecoration"}}),h.a.createElement(Wi.a,{label:Object(k.__)("Bottom Spacing","ultimate-addons-for-gutenberg"),data:{desktop:{value:ot,label:"ctaBottomSpace"},tablet:{value:nt,label:"ctaBottomSpaceTablet"},mobile:{value:lt,label:"ctaBottomSpaceMobile"}},min:0,max:300,unit:{value:_a,label:"ctaBottomSpaceUnit"},setAttributes:n}),h.a.createElement(ji.a,{setAttributes:n,prefix:"btn",attributes:i,deviceType:s,disabledBorderTitle:!1}),h.a.createElement(Vi.a,ao({},e,{label:Object(k.__)("Padding","ultimate-addons-for-gutenberg"),valueTop:{value:Ht,label:"paddingBtnTop"},valueRight:{value:Nt,label:"paddingBtnRight"},valueBottom:{value:jt,label:"paddingBtnBottom"},valueLeft:{value:Ft,label:"paddingBtnLeft"},valueTopTablet:{value:Dt,label:"paddingBtnTopTablet"},valueRightTablet:{value:Vt,label:"paddingBtnRightTablet"},valueBottomTablet:{value:It,label:"paddingBtnBottomTablet"},valueLeftTablet:{value:Wt,label:"paddingBtnLeftTablet"},valueTopMobile:{value:qt,label:"paddingBtnTopMobile"},valueRightMobile:{value:Zt,label:"paddingBtnRightMobile"},valueBottomMobile:{value:$t,label:"paddingBtnBottomMobile"},valueLeftMobile:{value:Kt,label:"paddingBtnLeftMobile"},unit:{value:Jt,label:"paddingBtnUnit"},mUnit:{value:Yt,label:"mobilePaddingBtnUnit"},tUnit:{value:Qt,label:"tabletPaddingBtnUnit"},deviceType:s,attributes:i,setAttributes:n,link:{value:Xt,label:"spacingLink"}}))),T&&h.a.createElement($i.a,{title:Object(k.__)("Image","ultimate-addons-for-gutenberg"),initialOpen:!1},"background"===x&&h.a.createElement(h.a.Fragment,null,h.a.createElement(Fi.a,{label:Object(k.__)("Background Overlay Color","ultimate-addons-for-gutenberg"),colorValue:Ct,data:{value:Ct,label:"bgOverlayColor"},setAttributes:n}),h.a.createElement(Ii.a,{label:Object(k.__)("Overlay Opacity","ultimate-addons-for-gutenberg"),setAttributes:n,value:Tt,data:{value:Tt,label:"overlayOpacity"},min:0,max:100,displayUnit:!1})),"top"===x&&h.a.createElement(Wi.a,{label:Object(k.__)("Bottom Spacing","ultimate-addons-for-gutenberg"),data:{desktop:{value:qe,label:"imageBottomSpace"},tablet:{value:Ze,label:"imageBottomSpaceTablet"},mobile:{value:$e,label:"imageBottomSpaceMobile"}},min:0,max:50,unit:{value:ma,label:"imageBottomSpaceUnit"},setAttributes:n})),h.a.createElement($i.a,{title:Object(k.__)("Arrow and Dots","ultimate-addons-for-gutenberg"),initialOpen:!1},h.a.createElement(Fi.a,{label:Object(k.__)("Color","ultimate-addons-for-gutenberg"),colorValue:dt,data:{value:dt,label:"arrowColor"},setAttributes:n}),"dots"!==bt&&h.a.createElement(h.a.Fragment,null,h.a.createElement(Ii.a,{label:Object(k.__)("Size","ultimate-addons-for-gutenberg"),value:gt,data:{value:gt,label:"arrowSize"},min:0,max:50,setAttributes:n,displayUnit:!1}),h.a.createElement(Ii.a,{label:Object(k.__)("Border Size","ultimate-addons-for-gutenberg"),value:yt,data:{value:yt,label:"arrowBorderSize"},min:0,max:50,setAttributes:n,displayUnit:!1}),h.a.createElement(Ii.a,{label:Object(k.__)("Border Radius","ultimate-addons-for-gutenberg"),setAttributes:n,displayUnit:!1,value:mt,data:{value:mt,label:"arrowBorderRadius"},min:0,max:50}),h.a.createElement(Wi.a,{label:Object(k.__)("Arrow Distance from Edges","ultimate-addons-for-gutenberg"),data:{desktop:{value:ft,label:"arrowDistance"},tablet:{value:ht,label:"arrowDistanceTablet"},mobile:{value:_t,label:"arrowDistanceMobile"}},min:-50,max:50,displayUnit:!1,setAttributes:n})))),h.a.createElement(Di.b,ao({},Di.a.advance,{parentProps:e}))));return Ja?h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(io,{state:t,togglePreview:Ka,inspectorControls:Ya,parentProps:e}),h.a.createElement(oo,{parentProps:e,state:t,setState:a,togglePreview:Ka})):h.a.createElement(h.a.Fragment,null,Ya,h.a.createElement(te.Placeholder,{icon:"admin-post",label:uagb_blocks_info.blocks["uagb/post-carousel"].title},Array.isArray(r)?At:h.a.createElement(te.Spinner,null)))});a(104),Object(U.registerBlockType)("uagb/post-carousel",{title:Object(k.__)("Post Carousel","ultimate-addons-for-gutenberg"),description:Object(k.__)("Display your posts in a sliding carousel layout.","ultimate-addons-for-gutenberg"),icon:s.a.post_carousel,category:uagb_blocks_info.category,keywords:[Object(k.__)("post","ultimate-addons-for-gutenberg"),Object(k.__)("carousel","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg")],edit:no,example:{attributes:{isPreview:!0}},save:()=>null});const lo=Object(f.lazy)(()=>a.e(81).then(a.bind(null,573))),ro=Object(f.lazy)(()=>a.e(80).then(a.bind(null,494)));var so=Object(x.compose)(Object(v.withSelect)((e,t)=>{const{blockName:a,categories:i,postsToShow:o,order:n,orderBy:l,postType:r,postsOffset:s,taxonomyType:c,paginationMarkup:p,postPagination:u,excludeCurrentPost:b}=t.attributes,{setAttributes:g}=t,{getEntityRecords:y}=e("core"),m=uagb_blocks_info.all_taxonomy[r];let f=[],h="";if(!0===u&&"empty"===p){const e=new window.FormData;e.append("action","uagb_post_pagination"),e.append("nonce",uagb_blocks_info.uagb_ajax_nonce),e.append("attributes",JSON.stringify(t.attributes)),Zt()({url:uagb_blocks_info.ajax_url,method:"POST",body:e}).then(e=>{g({paginationMarkup:e.data})})}void 0!==m&&(void 0!==m.taxonomy[c]&&(h=!1===m.taxonomy[c].rest_base||null===m.taxonomy[c].rest_base?m.taxonomy[c].name:m.taxonomy[c].rest_base),""!==c&&void 0!==m.terms&&void 0!==m.terms[c]&&(f=m.terms[c]));const _={order:n,orderby:l,per_page:Object(d.b)(o,"postsToShow",a),offset:Object(d.b)(s,"postsOffset",a)};b&&(_.exclude=e("core/editor").getCurrentPostId());const v=[],T=parseInt(i);v.push(T);const C=f.length;for(let e=0;e<C;e++)f[e].id===T&&0!==f[e].child.length&&f[e].child.forEach(e=>{v.push(e)});void 0!==i&&""!==i&&(_[h]=void 0===i||""===i?i:v);const{getBlocks:w}=e("core/block-editor");return{latestPosts:y("postType",r,_),categoriesList:f,taxonomyList:void 0!==m?m.taxonomy:[],block:w(t.clientId)}}),Object(v.withDispatch)(e=>{const{replaceInnerBlocks:t}=e("core/block-editor");return{replaceInnerBlocks:t}}))(e=>{const t=Object(w.a)(),[a,i]=Object(f.useState)({isEditing:!1,innerBlocks:[]});Object(f.useEffect)(()=>{const{block:t}=e;i({innerBlocks:t}),e.setAttributes({block_id:e.clientId.substr(0,8)});const{btnVPadding:a,btnHPadding:o,paddingBtnTop:n,paddingBtnBottom:l,paddingBtnRight:r,paddingBtnLeft:s,contentPadding:c,contentPaddingMobile:p,paddingTop:u,paddingBottom:b,paddingLeft:g,paddingRight:d,paddingTopMobile:y,paddingRightMobile:m,paddingBottomMobile:f,paddingLeftMobile:h}=e.attributes;a&&(void 0===n&&e.setAttributes({paddingBtnTop:a}),void 0===l&&e.setAttributes({paddingBtnBottom:a})),o&&(void 0===r&&e.setAttributes({paddingBtnRight:o}),void 0===s&&e.setAttributes({paddingBtnLeft:o})),c&&(void 0===u&&e.setAttributes({paddingTop:c}),void 0===b&&e.setAttributes({paddingBottom:c}),void 0===d&&e.setAttributes({paddingRight:c}),void 0===g&&e.setAttributes({paddingLeft:c})),p&&(void 0===y&&e.setAttributes({paddingTopMobile:p}),void 0===f&&e.setAttributes({paddingBottomMobile:p}),void 0===m&&e.setAttributes({paddingRightMobile:p}),void 0===h&&e.setAttributes({paddingLeftMobile:p}));const{borderStyle:_,borderWidth:v,borderRadius:T,borderColor:C,borderHColor:w,btnBorderTopWidth:P,btnBorderLeftWidth:k,btnBorderRightWidth:x,btnBorderBottomWidth:A,btnBorderTopLeftRadius:U,btnBorderTopRightRadius:G,btnBorderBottomLeftRadius:S,btnBorderBottomRightRadius:M,btnBorderColor:E,btnBorderHColor:R,btnBorderStyle:B}=e.attributes;v&&(void 0===P&&e.setAttributes({btnBorderTopWidth:v}),void 0===k&&e.setAttributes({btnBorderLeftWidth:v}),void 0===x&&e.setAttributes({btnBorderRightWidth:v}),void 0===A&&e.setAttributes({btnBorderBottomWidth:v})),T&&(void 0===U&&e.setAttributes({btnBorderTopLeftRadius:T}),void 0===G&&e.setAttributes({btnBorderTopRightRadius:T}),void 0===S&&e.setAttributes({btnBorderBottomLeftRadius:T}),void 0===M&&e.setAttributes({btnBorderBottomRightRadius:T})),C&&void 0===E&&e.setAttributes({btnBorderColor:C}),w&&void 0===R&&e.setAttributes({btnBorderHColor:w}),_&&void 0===B&&e.setAttributes({btnBorderStyle:_})},[]),Object(f.useEffect)(()=>{const t=Oi(e);l("uagb-post-grid-style-"+e.clientId.substr(0,8),t)},[e]),Object(f.useEffect)(()=>{const t=Oi(e);l("uagb-post-grid-style-"+e.clientId.substr(0,8),t),C()},[t]);const o=()=>{i({isEditing:!a.isEditing}),a.isEditing||Object(k.__)("Showing All Post Grid Layout.")},{attributes:n,latestPosts:r}=e,s=Array.isArray(r)&&r.length,{postDisplaytext:c}=n;return s?h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(lo,{parentProps:e,state:a,setStateValue:i,togglePreview:o}),h.a.createElement(ro,{parentProps:e,state:a,setStateValue:i,togglePreview:o})):h.a.createElement(h.a.Fragment,null,h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(lo,{parentProps:e,state:a,setStateValue:i})),h.a.createElement(te.Placeholder,{icon:"admin-post",label:uagb_blocks_info.blocks["uagb/post-grid"].title},Array.isArray(r)?c:h.a.createElement(te.Spinner,null)))});Object(U.registerBlockType)("uagb/post-grid",{title:Object(k.__)("Post Grid","ultimate-addons-for-gutenberg"),description:Object(k.__)("Display your posts in a grid layout.","ultimate-addons-for-gutenberg"),icon:s.a.post_grid,category:uagb_blocks_info.category,keywords:[Object(k.__)("post","ultimate-addons-for-gutenberg"),Object(k.__)("grid","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg")],edit:so,example:{attributes:{isPreview:!0}},save:()=>null});var co=a(132);Object(U.registerBlockType)("uagb/post-title",{title:Object(k.__)("Post Title","ultimate-addons-for-gutenberg"),description:Object(k.__)("Customize your post title.","ultimate-addons-for-gutenberg"),icon:s.a.post_grid,category:uagb_blocks_info.category,parent:["uagb/post-grid","uagb/post-masonry","uagb/post-carousel"],keywords:[Object(k.__)("post"),Object(k.__)("title"),Object(k.__)("uag")],PostTitle:co.a,example:{},save:function(){return React.createElement("h3",{className:"uagb-post__text uagb-post__title"},React.createElement("a",{href:"/",target:"_blank",rel:"noopener noreferrer",alt:""}," ",Object(k.__)("Wordpress Post Title")))}});var po=a(133);Object(U.registerBlockType)("uagb/post-image",{title:Object(k.__)("Post Image","ultimate-addons-for-gutenberg"),description:Object(k.__)("Customize your post image.","ultimate-addons-for-gutenberg"),icon:s.a.post_grid,category:uagb_blocks_info.category,parent:["uagb/post-grid","uagb/post-masonry","uagb/post-carousel"],keywords:[Object(k.__)("post"),Object(k.__)("image"),Object(k.__)("uag")],PostImage:po.a,example:{},save:function(){return React.createElement("div",{className:"uagb-post__image"},React.createElement("img",{src:uagb_blocks_info.uagb_url+"/admin/assets/preview-images/post-grid.png",alt:""}))}});var uo=a(130);Object(U.registerBlockType)("uagb/post-taxonomy",{title:Object(k.__)("Post Taxonomy","ultimate-addons-for-gutenberg"),description:Object(k.__)("Show your post's under categories.","ultimate-addons-for-gutenberg"),icon:s.a.post_grid,category:uagb_blocks_info.category,parent:["uagb/post-grid","uagb/post-masonry","uagb/post-carousel"],keywords:[Object(k.__)("tags"),Object(k.__)("taxonomy"),Object(k.__)("uag")],PostTaxonomy:uo.a,example:{},save:function(){return React.createElement(React.Fragment,null,React.createElement("span",{className:"uagb-post__taxonomy uagb-post__text"},React.createElement("span",{className:"dashicons-tag dashicons"}),Object(k.__)("Category")))}});var bo=a(134);Object(U.registerBlockType)("uagb/post-button",{title:Object(k.__)("Post Button","ultimate-addons-for-gutenberg"),description:Object(k.__)("Customize this post button.","ultimate-addons-for-gutenberg"),icon:s.a.post_grid,category:uagb_blocks_info.category,parent:["uagb/post-grid","uagb/post-masonry","uagb/post-carousel"],keywords:[Object(k.__)("post"),Object(k.__)("button"),Object(k.__)("uag")],PostButton:bo.a,example:{},save:function(){return React.createElement("div",{className:"uagb-post__cta wp-block-button"},React.createElement("a",{className:"uagb-text-link wp-block-button__link"},"Read More"))}});var go=a(131);Object(U.registerBlockType)("uagb/post-excerpt",{title:Object(k.__)("Post Excerpt","ultimate-addons-for-gutenberg"),description:Object(k.__)("Show your post's excerpt.","ultimate-addons-for-gutenberg"),icon:s.a.post_grid,category:uagb_blocks_info.category,parent:["uagb/post-grid","uagb/post-masonry","uagb/post-carousel"],keywords:[Object(k.__)("post"),Object(k.__)("excerpt"),Object(k.__)("uag")],PostExcerpt:go.a,example:{},save:function(){return React.createElement("div",{className:"uagb-post__excerpt uagb-full_post"},Object(k.__)("Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book."))}});var yo=a(135);Object(U.registerBlockType)("uagb/post-meta",{title:Object(k.__)("Post Meta","ultimate-addons-for-gutenberg"),description:Object(k.__)("Show your post meta details.","ultimate-addons-for-gutenberg"),icon:s.a.post_grid,category:uagb_blocks_info.category,parent:["uagb/post-grid","uagb/post-masonry","uagb/post-carousel"],keywords:[Object(k.__)("post"),Object(k.__)("meta"),Object(k.__)("uag")],PostMeta:yo.a,example:{},save:function(){return React.createElement(React.Fragment,null,React.createElement("span",{className:"uagb-post__author"},React.createElement("span",{className:"dashicons-admin-users dashicons"}),Object(k.__)("Author Name")),React.createElement("time",{className:"uagb-post__date"},React.createElement("span",{className:"dashicons-calendar dashicons"}),Object(k.__)("Post Date")),React.createElement("span",{className:"uagb-post__comment"},React.createElement("span",{className:"dashicons-admin-comments dashicons"}),Object(k.__)("Comments")),React.createElement("span",{className:"uagb-post__taxonomy"},React.createElement("span",{className:"dashicons-tag dashicons"}),Object(k.__)("Category")))}});const mo=Object(f.lazy)(()=>Promise.all([a.e(0),a.e(86)]).then(a.bind(null,495))),fo=Object(f.lazy)(()=>a.e(85).then(a.bind(null,514)));var ho=Object(v.withSelect)((e,t)=>{const{categories:a,postsToShow:i,order:o,orderBy:n,postType:l,taxonomyType:r,excludeCurrentPost:s}=t.attributes,c=Object(d.b)(i,"postsToShow","post-timeline"),{getEntityRecords:p}=e("core"),u=uagb_blocks_info.all_taxonomy[l];let b=[],g="";void 0!==u&&(void 0!==u.taxonomy[r]&&(g=!1===u.taxonomy[r].rest_base||null===u.taxonomy[r].rest_base?u.taxonomy[r].name:u.taxonomy[r].rest_base),""!==r&&void 0!==u.terms&&void 0!==u.terms[r]&&(b=u.terms[r]));const y={order:o,orderby:n,per_page:c};s&&(y.exclude=e("core/editor").getCurrentPostId());const m=[],f=parseInt(a);m.push(f);const h=b.length;for(let e=0;e<h;e++)b[e].id===f&&0!==b[e].child.length&&b[e].child.forEach(e=>{m.push(e)});return void 0!==a&&""!==a&&(y[g]=void 0===a||""===a?a:m),{latestPosts:p("postType",l,y),categoriesList:b,taxonomyList:void 0!==u?u.taxonomy:[]}})(e=>{const t=Object(w.a)();return Object(f.useEffect)(()=>{e.setAttributes({block_id:e.clientId});const{horizontalSpace:t,rightMargin:a,leftMargin:i,bgPadding:o,topPadding:n,rightPadding:l,bottomPadding:r,leftPadding:s,contentPadding:c,ctaBottomSpacing:p,headTopSpacing:u,timelinAlignment:b,stack:g,timelinAlignmentTablet:d,timelinAlignmentMobile:y}=e.attributes;o&&(n||e.setAttributes({topPadding:o}),r||e.setAttributes({bottomPadding:o}),l||e.setAttributes({rightPadding:o}),s||e.setAttributes({leftPadding:o})),c&&(isNaN(p)&&e.setAttributes({ctaBottomSpacing:c}),isNaN(u)&&e.setAttributes({headTopSpacing:c})),t&&(a||e.setAttributes({rightMargin:t}),i||e.setAttributes({leftMargin:t})),b&&("none"===g?(void 0===d&&e.setAttributes({timelinAlignmentTablet:b}),void 0===y&&e.setAttributes({timelinAlignmentMobile:b})):(void 0===d&&"tablet"===g&&(e.setAttributes({timelinAlignmentTablet:"left"}),e.setAttributes({timelinAlignmentMobile:"left"})),void 0===y&&"mobile"===g&&(e.setAttributes({timelinAlignmentMobile:"left"}),e.setAttributes({timelinAlignmentTablet:b}))))},[]),Object(f.useEffect)(()=>{const t=function(e){const t=e.name.replace("uagb/",""),{dateBottomspace:a,dateBottomspaceTablet:i,dateBottomspaceMobile:o,backgroundColor:n,separatorColor:l,separatorFillColor:s,separatorBg:c,separatorBorder:u,borderFocus:b,separatorwidth:g,borderwidth:y,connectorBgsize:m,borderRadius:f,borderRadiusTablet:h,borderRadiusMobile:_,iconColor:v,dateFontsizeType:T,dateFontsize:C,dateFontsizeTablet:w,dateFontsizeMobile:P,dateFontFamily:k,dateFontWeight:x,dateLineHeightType:A,dateLineHeight:U,dateLineHeightTablet:G,dateLineHeightMobile:S,dateColor:M,iconSize:E,iconFocus:R,iconBgFocus:B,headFontSizeType:L,headFontSize:O,headFontSizeTablet:z,headFontSizeMobile:H,headFontFamily:j,headFontWeight:F,headLineHeightType:N,headLineHeight:D,headLineHeightTablet:V,headLineHeightMobile:I,align:W,alignTablet:q,alignMobile:Z,headingColor:$,headSpace:K,headSpaceTablet:J,headSpaceMobile:Y,subHeadFontSizeType:Q,subHeadFontSize:X,subHeadFontSizeTablet:ee,subHeadFontSizeMobile:te,subHeadFontFamily:ae,subHeadFontWeight:ie,subHeadLineHeightType:oe,subHeadLineHeight:ne,subHeadLineHeightTablet:le,subHeadLineHeightMobile:re,subHeadingColor:se,authorSpace:ce,authorSpaceTablet:pe,authorSpaceMobile:ue,authorColor:be,authorFontSizeType:ge,authorFontSize:de,authorFontSizeTablet:ye,authorFontSizeMobile:me,authorFontFamily:fe,authorFontWeight:he,authorLineHeightType:_e,authorLineHeight:ve,authorLineHeightTablet:Te,authorLineHeightMobile:Ce,ctaColor:we,ctaFontSizeType:Pe,ctaFontSize:ke,ctaFontSizeTablet:xe,ctaFontSizeMobile:Ae,ctaFontFamily:Ue,ctaFontWeight:Ge,ctaLineHeightType:Se,ctaLineHeight:Me,ctaLineHeightTablet:Ee,ctaLineHeightMobile:Re,ctaBackground:Be,topMarginMobile:Le,rightMarginMobile:Oe,bottomMarginMobile:ze,leftMarginMobile:He,mobileMarginUnit:je,topPadding:Fe,rightPadding:Ne,bottomPadding:De,leftPadding:Ve,topPaddingTablet:Ie,rightPaddingTablet:We,bottomPaddingTablet:qe,leftPaddingTablet:Ze,topPaddingMobile:$e,rightPaddingMobile:Ke,bottomPaddingMobile:Je,leftPaddingMobile:Ye,paddingUnit:Qe,mobilePaddingUnit:Xe,tabletPaddingUnit:et,headFontStyle:tt,authorFontStyle:at,subHeadFontStyle:it,dateFontStyle:ot,ctaFontStyle:nt,headTransform:lt,authorTransform:rt,subHeadTransform:st,dateTransform:ct,ctaTransform:pt,headDecoration:ut,authorDecoration:bt,subHeadDecoration:gt,dateDecoration:dt,ctaDecoration:yt,ctaBottomSpacing:mt,ctaBottomSpacingTablet:ft,ctaBottomSpacingMobile:ht,headTopSpacing:_t,headTopSpacingTablet:vt,headTopSpacingMobile:Tt,headLetterSpacing:Ct,headLetterSpacingTablet:wt,headLetterSpacingMobile:Pt,headLetterSpacingType:kt,subHeadLetterSpacing:xt,subHeadLetterSpacingTablet:At,subHeadLetterSpacingMobile:Ut,subHeadLetterSpacingType:Gt,dateLetterSpacing:St,dateLetterSpacingTablet:Mt,dateLetterSpacingMobile:Et,dateLetterSpacingType:Rt,ctaLetterSpacing:Bt,ctaLetterSpacingTablet:Lt,ctaLetterSpacingMobile:Ot,ctaLetterSpacingType:zt,authorLetterSpacing:Ht,authorLetterSpacingTablet:jt,authorLetterSpacingMobile:Ft,authorLetterSpacingType:Nt,verticalSpace:Dt,verticalSpaceTablet:Vt,verticalSpaceMobile:It,verticalSpaceUnit:Wt,verticalSpaceUnitTablet:qt,verticalSpaceUnitMobile:Zt,horizontalSpace:$t,horizontalSpaceTablet:Kt,horizontalSpaceMobile:Jt,horizontalSpaceUnit:Yt,horizontalSpaceUnitTablet:Qt,horizontalSpaceUnitMobile:Xt}=e.attributes,ea=Object(d.b)(E,"iconSize",t),ta=Object(d.b)(m,"connectorBgsize",t),aa=Object(d.b)(y,"borderwidth",t),ia=Object(d.b)(g,"separatorwidth",t),oa=Object(d.b)(f,"borderRadius",t),na=Object(d.b)(_t,"headTopSpacing",t),la=Object(d.b)(K,"headSpace",t),ra=Object(d.b)(ce,"authorSpace",t),sa=Object(d.b)(a,"dateBottomspace",t),ca=Object(d.b)(mt,"ctaBottomSpacing",t),pa={" .uagb-timeline__heading":{"font-size":p(O,L),"font-family":j,"font-weight":F,"line-height":p(D,N),"font-style":tt,"text-decoration":ut,"text-transform":lt,"text-align":W,color:$,"margin-bottom":p(la,"px"),"margin-top":p(na,"px"),"letter-spacing":p(Ct,kt)}," .uagb-timeline__heading a":{"font-size":p(O,L),"font-family":j,"font-weight":F,"line-height":p(D,N),"font-style":tt,"text-decoration":ut,"text-transform":lt,"text-align":W,color:$,"margin-bottom":p(la,"px"),"letter-spacing":p(Ct,kt)}," .uagb-timeline-desc-content":{"font-size":p(X,Q),"font-family":ae,"font-weight":ie,"line-height":p(ne,oe),"font-style":it,"text-decoration":gt,"text-transform":st,"text-align":W,color:se,"margin-top":p(ra,"px"),"letter-spacing":p(xt,Gt)}," .uagb-timeline__author-link + .uagb-timeline__link_parent":{"margin-top":p(ra,"px")}," .uagb-timeline__day-new":{"text-align":W}," .uagb-timeline__date-inner":{"text-align":W},".uagb-timeline__center-block .uagb-timeline__day-right .uagb-timeline__arrow:after":{"border-left-color":n},".uagb-timeline__right-block .uagb-timeline__day-right .uagb-timeline__arrow:after":{"border-left-color":n},".uagb-timeline__center-block .uagb-timeline__day-left .uagb-timeline__arrow:after":{"border-right-color":n},".uagb-timeline__left-block .uagb-timeline__day-left .uagb-timeline__arrow:after":{"border-right-color":n}," .uagb-timeline__line__inner":{"background-color":s}," .uagb-timeline__line":{"background-color":l,width:p(ia,"px")},".uagb-timeline__right-block .uagb-timeline__line":{right:"calc( "+ta+"px / 2 )"},".uagb-timeline__left-block .uagb-timeline__line":{left:"calc( "+ta+"px / 2 )"},".uagb-timeline__center-block .uagb-timeline__line":{right:"calc( "+ta+"px / 2 )"}," .uagb-timeline__marker":{"background-color":c,"min-height":p(ta,"px"),"min-width":p(ta,"px"),"line-height":p(ta,"px"),border:aa+"px solid"+u},".uagb-timeline__center-block .uagb-timeline__marker":{"margin-left":p($t,Yt),"margin-right":p($t,Yt)},".uagb-timeline__left-block .uagb-timeline__left .uagb-timeline__arrow":{height:p(ta,"px")},".uagb-timeline__right-block .uagb-timeline__right .uagb-timeline__arrow":{height:p(ta,"px")},".uagb-timeline__center-block .uagb-timeline__left .uagb-timeline__arrow":{height:p(ta,"px")},".uagb-timeline__center-block .uagb-timeline__right .uagb-timeline__arrow":{height:p(ta,"px")}," .uagb-timeline__field:not(:last-child)":{"margin-bottom":p(Dt,Wt)}," .uagb-timeline__date-hide.uagb-timeline__inner-date-new":{"margin-bottom":p(sa,"px"),color:M,"font-size":p(C,T),"font-family":k,"font-weight":x,"line-height":p(U,A),"font-style":ot,"text-decoration":dt,"text-transform":ct,"text-align":W,"letter-spacing":p(St,Rt)}," .uagb-timeline__date-hide.uagb-timeline__date-inner":{"margin-bottom":p(sa,"px"),color:M,"font-size":p(C,T),"font-family":k,"font-weight":x,"line-height":p(U,A),"font-style":ot,"text-decoration":dt,"text-transform":ct,"text-align":W,"letter-spacing":p(St,Rt)},".uagb-timeline__left-block .uagb-timeline__day-new.uagb-timeline__day-left":{"margin-left":p($t,Yt)},".uagb-timeline__right-block .uagb-timeline__day-new.uagb-timeline__day-right":{"margin-right":p($t,Yt)}," .uagb-timeline__date-new":{color:M,"font-size":p(C,T),"font-family":k,"font-weight":x,"line-height":p(U,A),"font-style":ot,"text-decoration":dt,"text-transform":ct,"letter-spacing":p(St,Rt)}," .uagb-timeline__events-inner-new":{"background-color":n,"border-radius":p(oa,"px")}," .uagb-timeline__events-inner--content":{"padding-left":p(Ve,Qe),"padding-right":p(Ne,Qe),"padding-top":p(Fe,Qe),"padding-bottom":p(De,Qe)}," svg":{color:v,"font-size":p(ea,"px"),width:p(ea,"px")}," .uagb-timeline__marker.uagb-timeline__in-view-icon":{background:B,"border-color":b}," .uagb-timeline__marker.uagb-timeline__in-view-icon svg":{color:R,fill:R}," .uagb-timeline__icon-new svg":{fill:v}," .dashicons-admin-users":{"font-size":p(de,ge),"font-weight":he,"line-height":p(ve,_e),color:be,"font-style":at,"text-decoration":bt,"text-transform":rt,"letter-spacing":p(Ht,Nt)}," .uagb-timeline__author-link":{"font-size":p(de,ge),"font-family":fe,"font-weight":he,"line-height":p(ve,_e),color:be,"font-style":at,"text-decoration":bt,"text-transform":rt,"text-align":W,"letter-spacing":p(Ht,Nt)}," .uagb-timeline__link_parent":{"text-align":W}," .uagb-timeline__link":{"text-align":W,"font-size":p(ke,Pe),"font-family":Ue,"font-weight":Ge,"line-height":p(Me,Se),color:we,"background-color":Be,"font-style":nt,"text-decoration":yt,"text-transform":pt,"margin-bottom":p(ca,"px"),"letter-spacing":p(Bt,zt)}},ua={" .uagb-timeline__day-new":{"text-align":q}," .uagb-timeline__date-inner":{"text-align":q}," .uagb-timeline__date-hide.uagb-timeline__date-inner":{"text-align":q,"font-size":p(w,T),"line-height":p(G,A),"margin-bottom":p(i,"px"),"letter-spacing":p(Mt,Rt)}," .uagb-timeline__date-hide.uagb-timeline__inner-date-new":{"text-align":q,"font-size":p(w,T),"line-height":p(G,A),"margin-bottom":p(i,"px"),"letter-spacing":p(Mt,Rt)}," .uagb-timeline__date-new":{"font-size":p(w,T),"line-height":p(G,A),"margin-bottom":p(i,"px"),"letter-spacing":p(Mt,Rt)}," .uagb-timeline__heading":{"text-align":q,"font-size":p(z,L),"line-height":p(V,N),"margin-bottom":p(J,"px"),"margin-top":p(vt,"px"),"letter-spacing":p(wt,kt)}," .uagb-timeline__heading a":{"text-align":q,"font-size":p(z,L),"line-height":p(V,N),"margin-bottom":p(J,"px"),"margin-top":p(vt,"px"),"letter-spacing":p(wt,kt)}," .uagb-timeline-desc-content":{"text-align":q,"font-size":p(ee,Q),"line-height":p(le,oe),"margin-top":p(pe,"px"),"letter-spacing":p(At,Gt)}," .uagb-timeline__author-link + .uagb-timeline__link_parent":{"margin-top":p(pe,"px")},".uagb-timeline__center-block .uagb-timeline__marker":{"margin-left":p(Kt,Qt),"margin-right":p(Kt,Qt)},".uagb-timeline__left-block .uagb-timeline__day-new.uagb-timeline__day-left":{"margin-left":p(Kt,Qt)},".uagb-timeline__right-block .uagb-timeline__day-new.uagb-timeline__day-right":{"margin-right":p(Kt,Qt)},".uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-right .uagb-timeline__arrow:after":{"border-right-color":n},".uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__heading":{"text-align":q},".uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline-desc-content":{"text-align":q},".uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__day-new":{"text-align":q},".uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-inner":{"text-align":q},".uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__date-hide.uagb-timeline__date-inner":{"text-align":q},".uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__author-link":{"text-align":q},".uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__link_parent":{"text-align":q},".uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__link":{"text-align":q},".uagb-timeline__center-block.uagb-timeline__responsive-tablet .uagb-timeline__image a":{"text-align":q},".uagb-timeline__center-block.uagb-timeline__responsive-tablet a.uagb-timeline__image":{"text-align":q}," .dashicons-admin-users":{"font-size":p(ye,ge),"line-height":p(Te,_e),"letter-spacing":p(jt,Nt)}," .uagb-timeline__link_parent":{"text-align":q}," .uagb-timeline__author-link":{"text-align":q,"font-size":p(ye,ge),"line-height":p(Te,_e),"letter-spacing":p(jt,Nt)}," .uagb-timeline__link":{"text-align":q,"font-size":p(xe,Pe),"line-height":p(Ee,Se),"margin-bottom":p(ft,"px"),"letter-spacing":p(Lt,zt)}," .uagb-timeline__events-inner-new":{"border-radius":p(h,"px")}," .uagb-timeline__events-inner--content":{"padding-left":p(Ze,et),"padding-right":p(We,et),"padding-top":p(Ie,et),"padding-bottom":p(qe,et)}," .uagb-timeline__field:not(:last-child)":{"margin-bottom":p(Vt,qt)}},ba={" .uagb-timeline__day-new":{"text-align":Z}," .uagb-timeline__date-inner":{"text-align":Z}," .uagb-timeline__date-hide.uagb-timeline__date-inner":{"text-align":Z,"font-size":p(P,T),"line-height":p(S,A),"margin-bottom":p(o,"px"),"letter-spacing":p(Et,Rt)}," .uagb-timeline__date-hide.uagb-timeline__inner-date-new":{"text-align":Z,"font-size":p(P,T),"line-height":p(S,A),"margin-bottom":p(o,"px"),"letter-spacing":p(Et,Rt)}," .uagb-timeline__date-new":{"font-size":p(P,T),"line-height":p(S,A),"margin-bottom":p(o,"px"),"letter-spacing":p(Et,Rt)}," .uagb-timeline__heading":{"text-align":Z,"font-size":p(H,L),"line-height":p(I,N),"margin-bottom":p(Y,"px"),"margin-top":p(Tt,"px"),"letter-spacing":p(Pt,kt)}," .uagb-timeline__heading a":{"text-align":Z,"font-size":p(H,L),"line-height":p(I,N),"margin-bottom":p(Y,"px"),"margin-top":p(Tt,"px"),"letter-spacing":p(Pt,kt)}," .uagb-timeline-desc-content":{"text-align":Z,"font-size":p(te,Q),"line-height":p(re,oe),"margin-top":p(ue,"px"),"letter-spacing":p(Ut,Gt)}," .uagb-timeline__author-link + .uagb-timeline__link_parent":{"margin-top":p(ue,"px")},".uagb-timeline__center-block .uagb-timeline__marker":{"margin-left":p(Jt,Xt),"margin-right":p(Jt,Xt)},".uagb-timeline__center-block .uagb-timeline__day-new.uagb-timeline__day-left":{"margin-left":p(He,je),"margin-right":p(Oe,je),"margin-top":p(Le,je),"margin-bottom":p(ze,je)},".uagb-timeline__center-block .uagb-timeline__day-new.uagb-timeline__day-right":{"margin-left":p(He,je),"margin-right":p(Oe,je),"margin-top":p(Le,je),"margin-bottom":p(ze,je)},".uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-right .uagb-timeline__arrow:after":{"border-right-color":n},".uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__heading":{"text-align":Z},".uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline-desc-content":{"text-align":Z},".uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__day-new":{"text-align":Z},".uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-inner":{"text-align":Z},".uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__date-hide.uagb-timeline__date-inner":{"text-align":Z},".uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__author-link":{"text-align":Z},".uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__link_parent":{"text-align":Z},".uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__link":{"text-align":Z},".uagb-timeline__center-block.uagb-timeline__responsive-mobile .uagb-timeline__image a":{"text-align":Z},".uagb-timeline__center-block.uagb-timeline__responsive-mobile a.uagb-timeline__image":{"text-align":Z}," .dashicons-admin-users":{"font-size":p(me,ge),"line-height":p(Ce,_e),"letter-spacing":p(Ft,Nt)}," .uagb-timeline__link_parent":{"text-align":Z}," .uagb-timeline__author-link":{"text-align":Z,"font-size":p(me,ge),"line-height":p(Ce,_e),"letter-spacing":p(Ft,Nt)}," .uagb-timeline__link":{"text-align":Z,"font-size":p(Ae,Pe),"line-height":p(Re,Se),"margin-bottom":p(ht,"px"),"letter-spacing":p(Ot,zt)}," .uagb-timeline__events-inner--content":{"padding-left":p(Ye,Xe),"padding-right":p(Ke,Xe),"padding-top":p($e,Xe),"padding-bottom":p(Je,Xe)}," .uagb-timeline__events-inner-new":{"border-radius":p(_,"px")}," .uagb-timeline__field:not(:last-child)":{"margin-bottom":p(It,Zt)}};let ga="";const da=`.editor-styles-wrapper .uagb-block-${e.clientId}.uagb-timeline__outer-wrap`;return ga=r(pa,da),ga+=r(ua,da+".uagb-editor-preview-mode-tablet"),ga+=r(ba,da+".uagb-editor-preview-mode-mobile"),ga}(e);l("uagb-timeline-style-"+e.clientId,t);const a=new CustomEvent("UAGTimelineEditor",{detail:{}});document.dispatchEvent(a)},[e,t]),Object(f.useEffect)(()=>{C()},[t]),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(mo,{parentProps:e}),h.a.createElement(fo,{parentProps:e}))});Object(U.registerBlockType)("uagb/post-timeline",{title:Object(k.__)("Post Timeline","ultimate-addons-for-gutenberg"),description:Object(k.__)("Create an attractive timeline to display your posts.","ultimate-addons-for-gutenberg"),icon:s.a.post_timeline,category:uagb_blocks_info.category,keywords:[Object(k.__)("post","ultimate-addons-for-gutenberg"),Object(k.__)("timeline","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg")],example:{attributes:{isPreview:!0}},edit:ho,save:()=>null});var _o=function(e){const{headingAlign:t,priceColor:a,descColor:i,titleColor:o,titleFontSizeType:n,titleFontSize:l,titleFontSizeTablet:s,titleFontSizeMobile:c,titleFontFamily:u,titleFontWeight:b,titleLineHeightType:g,titleLineHeight:y,titleLineHeightTablet:m,titleLineHeightMobile:f,priceFontSizeType:h,priceFontSize:_,priceFontSizeTablet:v,priceFontSizeMobile:T,priceFontFamily:C,priceFontWeight:w,priceLineHeightType:P,priceLineHeight:k,priceLineHeightTablet:x,priceLineHeightMobile:A,descFontSizeType:U,descFontSize:G,descFontSizeTablet:S,descFontSizeMobile:M,descFontFamily:E,descFontWeight:R,descLineHeightType:B,descLineHeight:L,descLineHeightTablet:O,descLineHeightMobile:z,descSpace:H,titleSpace:j,titleSpaceTablet:F,titleSpaceMobile:N,imageWidth:D,imageWidthTablet:V,imageWidthMobile:I,rowGap:W,rowGapTablet:q,rowGapMobile:Z,columnGap:$,columnGapTablet:K,columnGapMobile:J,seperatorStyle:Y,seperatorWidth:Q,seperatorWidthTablet:X,seperatorWidthMobile:ee,seperatorThickness:te,seperatorColor:ae,imageWidthType:ie,seperatorWidthType:oe,rowGapType:ne,columnGapType:le,titleSpaceType:re,contentPaddingTop:se,contentPaddingRight:ce,contentPaddingBottom:pe,contentPaddingLeft:ue,contentPaddingTopTablet:be,contentPaddingRightTablet:ge,contentPaddingBottomTablet:de,contentPaddingLeftTablet:ye,contentPaddingTopMobile:me,contentPaddingRightMobile:fe,contentPaddingBottomMobile:he,contentPaddingLeftMobile:_e,contentPaddingUnit:ve,contentMobilePaddingUnit:Te,contentTabletPaddingUnit:Ce,imgPaddingTop:we,imgPaddingRight:Pe,imgPaddingBottom:ke,imgPaddingLeft:xe,imgPaddingTopTablet:Ae,imgPaddingRightTablet:Ue,imgPaddingBottomTablet:Ge,imgPaddingLeftTablet:Se,imgPaddingTopMobile:Me,imgPaddingRightMobile:Ee,imgPaddingBottomMobile:Re,imgPaddingLeftMobile:Be,imgPaddingUnit:Le,imgMobilePaddingUnit:Oe,imgTabletPaddingUnit:ze,titleFontStyle:He,titleTransform:je,titleDecoration:Fe,descFontStyle:Ne,descTransform:De,descDecoration:Ve,priceFontStyle:Ie,priceTransform:We,priceDecoration:qe,descLetterSpacing:Ze,descLetterSpacingTablet:$e,descLetterSpacingMobile:Ke,descLetterSpacingType:Je,priceLetterSpacing:Ye,priceLetterSpacingTablet:Qe,priceLetterSpacingMobile:Xe,priceLetterSpacingType:et,titleLetterSpacing:tt,titleLetterSpacingTablet:at,titleLetterSpacingMobile:it,titleLetterSpacingType:ot,imagePosition:nt,imgAlign:lt,imageAlignment:rt,stack:st}=e.attributes,ct=e.name.replace("uagb/",""),pt=Object(d.b)(te,"seperatorThickness",ct),ut=Object(d.b)(W,"rowGap",ct),bt=Object(d.b)(q,"rowGapTablet",ct),gt=Object(d.b)(Z,"rowGapMobile",ct),dt=Object(d.b)($,"columnGap",ct),yt=isNaN(K)?dt:K,mt=isNaN(J)?yt:J,ft=Object(d.b)(D,"imageWidth",ct),ht=isNaN(V)?ft:V,_t=isNaN(I)?ht:I,vt=Object(d.b)(Q,"seperatorWidth",ct),Tt=Object(d.b)(X,"seperatorWidthTablet",ct),Ct=Object(d.b)(ee,"seperatorWidthMobile",ct),wt=Object(d.b)(j,"titleSpace",ct),Pt=Object(d.b)(F,"titleSpaceTablet",ct),kt=Object(d.b)(N,"titleSpaceMobile",ct);let xt={},At={};const Ut={" .block-editor-block-list__layout":{"column-gap":p(dt,le),"row-gap":p(ut,ne)}," [data-type='uagb/restaurant-menu-child'] img":{"padding-left":p(xe,Le),"padding-right":p(Pe,Le),"padding-top":p(we,Le),"padding-bottom":p(ke,Le)}," img":{width:p(ft,ie),"max-width":p(ft,ie)}," .uagb-rm__content":{"padding-left":p(ue,ve),"padding-right":p(ce,ve),"padding-top":p(se,ve),"padding-bottom":p(pe,ve)},".wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__content .uagb-rm-details .uagb-rm__title":{"font-size":p(l,n),color:o,"margin-bottom":p(wt,re),"font-family":u,"font-style":He,"text-transform":je,"text-decoration":Fe,"font-weight":b,"line-height":p(y,g),"letter-spacing":p(tt,ot)}," .uagb-rm__price":{"font-size":p(_,h),"font-family":C,"text-transform":We,"text-decoration":qe,"font-style":Ie,"font-weight":w,"line-height":p(k,P),color:a,"letter-spacing":p(Ye,et)}," .uagb-rm__desc":{"font-size":p(G,U),"font-family":E,"text-transform":De,"text-decoration":Ve,"font-style":Ne,"font-weight":R,"line-height":p(L,B),color:i,"margin-bottom":p(H,"px"),"letter-spacing":p(Ze,Je)}};xt={" img":{width:p(ht,ie),"max-width":p(ht,ie)},".wp-block-uagb-restaurant-menu":{"column-gap":p(yt,le),"row-gap":p(bt,ne)},".wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__content .uagb-rm-details .uagb-rm__title":{"font-size":p(s,n),"line-height":p(m,g),"margin-bottom":p(Pt,re),"letter-spacing":p(at,ot)}," .uagb-rm__desc":{"font-size":p(S,U),"line-height":p(O,B),"letter-spacing":p($e,Je)}," .uagb-rm__price":{"font-size":p(v,h),"line-height":p(x,P),"letter-spacing":p(Qe,et)}," [data-type='uagb/restaurant-menu-child'] img":{"padding-left":p(Se,ze),"padding-right":p(Ue,ze),"padding-top":p(Ae,ze),"padding-bottom":p(Ge,ze)}," .uagb-rm__content":{"padding-left":p(ye,Ce),"padding-right":p(ge,Ce),"padding-top":p(be,Ce),"padding-bottom":p(de,Ce)}},At={" img":{width:p(_t,ie),"max-width":p(_t,ie)},".wp-block-uagb-restaurant-menu":{"column-gap":p(mt,le),"row-gap":p(gt,ne)},".wp-block-uagb-restaurant-menu .uagb-rest_menu__wrap .uagb-rm__content .uagb-rm-details .uagb-rm__title":{"font-size":p(c,n),"line-height":p(f,g),"margin-bottom":p(kt,re),"letter-spacing":p(it,ot)}," .uagb-rm__desc":{"font-size":p(M,U),"line-height":p(z,B),"letter-spacing":p(Ke,Je)}," .uagb-rm__price":{"font-size":p(T,h),"line-height":p(A,P),"letter-spacing":p(Xe,et)}," [data-type='uagb/restaurant-menu-child'] img":{"padding-left":p(Be,Oe),"padding-right":p(Ee,Oe),"padding-top":p(Me,Oe),"padding-bottom":p(Re,Oe)}," .uagb-rm__content":{"padding-left":p(_e,Te),"padding-right":p(fe,Te),"padding-top":p(me,Te),"padding-bottom":p(he,Te)}},"none"!==Y&&(Ut[" .uagb-rm__separator"]={"border-top-color":ae,"border-top-style":Y,"border-top-width":p(pt,"px"),width:p(vt,oe)},xt[" .uagb-rm__separator"]={width:p(Tt,oe)},At[" .uagb-rm__separator"]={width:p(Ct,oe)}),"side"===lt&&(Ut[" .wp-block-uagb-restaurant-menu-child .uagb-rm__content"]={"align-items":"top"===rt?"flex-start":"center"},"tablet"===st?"left"===nt?(xt[" .wp-block-uagb-restaurant-menu-child .uagb-rm__content"]={display:"block"},At[" .wp-block-uagb-restaurant-menu-child .uagb-rm__content"]={display:"block"}):(xt[" .wp-block-uagb-restaurant-menu-child .uagb-rm__content"]={display:"flex","flex-direction":"column-reverse","align-items":"flex-end"},At[" .wp-block-uagb-restaurant-menu-child .uagb-rm__content"]={display:"flex","flex-direction":"column-reverse","align-items":"flex-end"}):"mobile"===st&&(At[" .wp-block-uagb-restaurant-menu-child .uagb-rm__content"]="left"===nt?{display:"block"}:{display:"flex","flex-direction":"column-reverse","align-items":"flex-end"}),"left"===nt?Ut[" .uagb-rm-details"]={"text-align":"left"}:"right"===nt&&(Ut[" .uagb-rm-details"]={"text-align":"right"},Ut[" .uagb-rest_menu__wrap .uagb-rm__content"]={"text-align":"right"},Ut[" .wp-block-uagb-restaurant-menu-child .uagb-rm__separator"]={"margin-left":"auto"})),"top"===lt&&(Ut[" .wp-block-uagb-restaurant-menu-child "]={"text-align":t,display:"block"},Ut[" .wp-block-uagb-restaurant-menu-child .uagb-rm__content"]={"text-align":t},"center"===t?(Ut[" .uagb-rm__content "]={display:"block"},Ut[" .uagb-rm__content "]={display:"block"},Ut[" .wp-block-uagb-restaurant-menu-child .uagb-rm__separator"]={margin:"0 auto"}):"right"===t&&(Ut[" .wp-block-uagb-restaurant-menu-child .uagb-rm__separator"]={"margin-left":"auto"}));let Gt="";const St=".editor-styles-wrapper .uagb-block-"+e.clientId.substr(0,8);return Gt=r(Ut,St),Gt+=r(xt,St+".uagb-editor-preview-mode-tablet"),Gt+=r(At,St+".uagb-editor-preview-mode-mobile"),Gt};const vo=Object(f.lazy)(()=>a.e(90).then(a.bind(null,554))),To=Object(f.lazy)(()=>a.e(89).then(a.bind(null,555)));var Co=a(50),wo=a(52),Po=a(33),ko=a(53),xo=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"uagb/restaurant-menu";const{columns:a,tcolumns:i,mcolumns:o}=e;let n="",l=0;const r=e.image;void 0!==e.rest_menu_item_arr&&e.rest_menu_item_arr.map(e=>{const t=e.image;t&&void 0!==t&&l++}),null!=r&&""!==r&&l++,l>0&&(n+="uagb-rm__image-position-"+e.imagePosition+" "),n+=" uagb-rm__align-"+e.headingAlign+" ","left"!==e.imagePosition&&"right"!==e.imagePosition||(n+="uagb-rm__image-aligned-"+e.imageAlignment+" ","none"!==e.stack&&(n+="uagb-rm-stacked-"+e.stack+" ","right"===e.imagePosition&&(n+="uagb-rm-reverse-order-"+e.stack+" ")));const s=t.replace("uagb/",""),c=Object(d.b)(a,"columns",s),p=Object(d.b)(i,"tcolumns",s),u=Object(d.b)(o,"mcolumns",s);return n+="uagb-rm__desk-column-"+c+" ",n+="uagb-rm__tablet-column-"+p+" ",n+="uagb-rm__mobile-column-"+u+" ",[n]},Ao=a(46),Uo=[{attributes:Co.a,save(e){const{block_id:t,className:a,rest_menu_item_arr:i,imagePosition:o}=e.attributes;return React.createElement(React.Fragment,null,React.createElement("div",{className:N()(a,"uagb-rest_menu__outer-wrap"),id:"uagb-rm-"+t},i.map((t,a)=>React.createElement("div",{className:N()("uagb-rest_menu__wrap",...xo(e.attributes)),key:"wrap-"+a},React.createElement("div",{className:"uagb-rm__content",key:"tm_content-"+a},("top"==o||"left"==o)&&React.createElement(Ao.a,{attributes:e.attributes,index_value:a}),React.createElement("div",{className:"uagb-rm__text-wrap"},React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-rm-details",key:"tm_wraps-"+a},React.createElement("div",{className:"uagb-rm__title-wrap",key:"rm_title__wraps-"+a},React.createElement(wo.a,{attributes:e.attributes,setAttributes:"not_set",props:e,index_value:a}),React.createElement("div",{className:"uagb-rest-menu-text-wrap",key:"text-wrap-"+a},React.createElement(ko.a,{attributes:e.attributes,setAttributes:"not_set",props:e,index_value:a}))),React.createElement("div",{className:"uagb-rm__price-wrap",key:"rm_price__wraps-"+a},React.createElement(Po.a,{attributes:e.attributes,setAttributes:"not_set",props:e,index_value:a}))))),"right"==o&&React.createElement(Ao.a,{attributes:e.attributes,index_value:a})),React.createElement("div",{className:"uagb-rm__separator-parent"},React.createElement("div",{className:"uagb-rm__separator"}))))))}},{attributes:Co.a,save(e){const{block_id:t,className:a,rest_menu_item_arr:i,imagePosition:o}=e.attributes;return React.createElement(React.Fragment,null,React.createElement("div",{className:N()(a,"uagb-rest_menu__outer-wrap","uagb-block-"+t)},i.map((t,a)=>React.createElement("div",{className:N()("uagb-rest_menu__wrap",...xo(e.attributes)),key:"wrap-"+a},React.createElement("div",{className:"uagb-rm__content",key:"tm_content-"+a},("top"==o||"left"==o)&&React.createElement(Ao.a,{attributes:e.attributes,index_value:a}),React.createElement("div",{className:"uagb-rm__text-wrap"},React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-rm-details",key:"tm_wraps-"+a},React.createElement("div",{className:"uagb-rm__title-wrap",key:"rm_title__wraps-"+a},React.createElement(wo.a,{attributes:e.attributes,setAttributes:"not_set",props:e,index_value:a}),React.createElement("div",{className:"uagb-rest-menu-text-wrap",key:"text-wrap-"+a},React.createElement(ko.a,{attributes:e.attributes,setAttributes:"not_set",props:e,index_value:a}))),React.createElement("div",{className:"uagb-rm__price-wrap",key:"rm_price__wraps-"+a},React.createElement(Po.a,{attributes:e.attributes,setAttributes:"not_set",props:e,index_value:a}))))),"right"==o&&React.createElement(Ao.a,{attributes:e.attributes,index_value:a})),React.createElement("div",{className:"uagb-rm__separator-parent"},React.createElement("div",{className:"uagb-rm__separator"}))))))}},{attributes:Co.a,save(e){const{block_id:t,className:a}=e.attributes;return React.createElement(React.Fragment,null,React.createElement("div",{className:N()(a,"uagb-rest_menu__outer-wrap","uagb-block-"+t)},React.createElement(A.InnerBlocks.Content,null)))}}];a(186);const Go=Object(x.compose)(Object(v.withSelect)(e=>({selected:e("core/block-editor").getSelectedBlock()}))),So=Object(x.createHigherOrderComponent)(e=>Go(t=>{let{...a}=t;return React.createElement(React.Fragment,null,React.createElement(e,a))}),"withPriceList");Object(U.registerBlockType)("uagb/restaurant-menu",{title:Object(k.__)("Price List","ultimate-addons-for-gutenberg"),description:Object(k.__)("Create an attractive price list for your products.","ultimate-addons-for-gutenberg"),icon:s.a.restaurant_menu,keywords:[Object(k.__)("pricelist"),Object(k.__)("menu"),Object(k.__)("uag")],example:{attributes:{isPreview:!0}},supports:{anchor:!0},category:uagb_blocks_info.category,attributes:Co.a,edit:e=>{const t=Object(w.a)();return Object(f.useEffect)(()=>{e.setAttributes({block_id:e.clientId.substr(0,8)}),e.setAttributes({classMigrate:!0}),e.setAttributes({childMigrate:!0});const{imgVrPadding:t,imgHrPadding:a,contentVrPadding:i,contentHrPadding:o,contentPaddingTop:n,contentPaddingRight:l,contentPaddingBottom:r,contentPaddingLeft:s,imgPaddingTop:c,imgPaddingRight:p,imgPaddingBottom:u,imgPaddingLeft:b,imagePosition:g}=e.attributes;t&&(c||e.setAttributes({imgPaddingTop:t}),u||e.setAttributes({imgPaddingBottom:t})),a&&(p||e.setAttributes({imgPaddingRight:a}),b||e.setAttributes({imgPaddingLeft:a})),i&&(n||e.setAttributes({contentPaddingTop:i}),r||e.setAttributes({contentPaddingBottom:i})),o&&(l||e.setAttributes({contentPaddingRight:o}),s||e.setAttributes({contentPaddingLeft:o})),g&&("left"===g&&e.setAttributes({imgAlign:"side"}),"right"===g&&e.setAttributes({imgAlign:"side"}),"top"===g&&e.setAttributes({imgAlign:"top"})),Object(v.select)("core/block-editor").getBlocks(e.clientId).forEach(t=>{t.attributes.imageAlignment=e.attributes.imageAlignment})},[]),Object(f.useEffect)(()=>{const t=_o(e);l("uagb-restaurant-menu-style-"+e.clientId.substr(0,8),t);const{imgAlign:a,imagePosition:i}=e.attributes;"side"===a&&"right"!==i&&(e.setAttributes({imagePosition:"left"}),e.setAttributes({headingAlign:"left"})),"top"===a&&e.setAttributes({imagePosition:"top"})},[e]),Object(f.useEffect)(()=>{const t=_o(e);l("uagb-restaurant-menu-style-"+e.clientId.substr(0,8),t),C()},[t]),Object(f.useEffect)(()=>{Object(v.select)("core/block-editor").getBlocksByClientId(e.clientId)[0].innerBlocks.forEach((function(t){Object(v.dispatch)("core/block-editor").updateBlockAttributes(t.clientId,{showImage:e.attributes.showImage})}))},[e.attributes.showImage]),h.a.createElement(h.a.Fragment,null,h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(vo,{parentProps:e}),h.a.createElement(To,{parentProps:e})))},save:function(e){const{block_id:t,className:a,columns:i,tcolumns:o,mcolumns:n}=e.attributes;return React.createElement("div",{className:N()(a,"uagb-block-"+t,"uagb-rm__desk-column-"+i,"uagb-rm__tablet-column-"+o,"uagb-rm__mobile-column-"+n)},React.createElement(A.InnerBlocks.Content,null))},deprecated:Uo}),Object(Ct.addFilter)("editor.BlockEdit","uagb/restaurant-menu",So);const Mo=Object(f.lazy)(()=>a.e(88).then(a.bind(null,496))),Eo=Object(f.lazy)(()=>a.e(87).then(a.bind(null,497)));var Ro=e=>{const{attributes:t,index_value:a}=e;let i="",o="";if(void 0!==a){const e=t.rest_menu_item_arr[a];void 0!==e&&(o=e.image)}else""!==t.image&&(o=t.image);if(o&&void 0!==o){let e="";e=void 0!==o?o:t.image;let a="";if(null!=e&&""!==e&&(i=e.url),""!==i){const o=e.sizes,n=t.imageSize;return a=void 0!==o&&void 0!==o[n]?o[n].url:i,React.createElement("div",{className:"uagb-rm__image-content"},React.createElement("div",{className:"uagb-rm__image"},React.createElement("img",{className:"",src:a,alt:e.alt})))}return null}return null},Bo=[{attributes:{block_id:{type:"string"},description:{type:"string",default:Object(k.__)("Lorem ipsum dolor sit amet, consectetur adipiscing elit.")},title:{type:"string",default:Object(k.__)("Menu Item")},price:{type:"string",default:Object(k.__)("$9")},image:{type:"object",default:null},imagePosition:{type:"string",default:"top"},imageAlignment:{type:"string",default:"top"},imageSize:{type:"string",default:"medium"},headingTag:{type:"string",default:"h4"},columns:{type:"number",default:2},tcolumns:{type:"number",default:2},mcolumns:{type:"number",default:1},headingAlign:{type:"string",default:"left"}},save(e){const{block_id:t,className:a,imagePosition:i}=e.attributes;return React.createElement(React.Fragment,null,React.createElement("div",{className:N()("uagb-rest_menu__wrap","uagb-rest_menu_repeater",...xo(e.attributes))},React.createElement("div",{className:N()(a,"uagb-rest_menu__outer-wrap","uagb-block-"+t)},React.createElement("div",{className:N()(...xo(e.attributes))},React.createElement("div",{className:"uagb-rm__content"},("top"==i||"left"==i)&&React.createElement(Ro,{attributes:e.attributes}),React.createElement("div",{className:"uagb-rm__text-wrap"},React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-rm-details"},React.createElement("div",{className:"uagb-rm__title-wrap"},React.createElement(wo.a,{attributes:e.attributes,setAttributes:"not_set",props:e}),React.createElement("div",{className:"uagb-rest-menu-text-wrap"},React.createElement(ko.a,{attributes:e.attributes,setAttributes:"not_set",props:e}))),React.createElement("div",{className:"uagb-rm__price-wrap"},React.createElement(Po.a,{attributes:e.attributes,setAttributes:"not_set",props:e}))))),"right"==i&&React.createElement(Ro,{attributes:e.attributes})),React.createElement("div",{className:"uagb-rm__separator-parent"},React.createElement("div",{className:"uagb-rm__separator"}))))))}}],Lo=a(83);Object(U.registerBlockType)("uagb/restaurant-menu-child",{title:Object(k.__)("Price List-Child","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add information for this product.","ultimate-addons-for-gutenberg"),icon:s.a.restaurant_menu_child,keywords:[Object(k.__)("pricelist"),Object(k.__)("menu"),Object(k.__)("uag")],supports:{anchor:!0},category:uagb_blocks_info.category,parent:["uagb/restaurant-menu"],attributes:Lo.a,edit:e=>(Object(f.useEffect)(()=>{e.setAttributes({block_id:e.clientId.substr(0,8)})},[]),h.a.createElement(h.a.Fragment,null,h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(Mo,{parentProps:e}),h.a.createElement(Eo,{parentProps:e})))),save:function(e){const{imagePosition:t,headingAlign:a,imgAlign:i,showImage:o}=e.attributes;return React.createElement("div",{className:N()("uagb-rest_menu__wrap")},"top"===i&&React.createElement(React.Fragment,null,o&&React.createElement(Ao.a,{attributes:e.attributes}),React.createElement("div",{className:"uagb-rm__content"},"right"===a&&React.createElement(Po.a,{attributes:e.attributes,setAttributes:"not_set",props:e}),React.createElement("div",{className:"uagb-rm-details"},React.createElement(wo.a,{attributes:e.attributes,setAttributes:"not_set",props:e}),React.createElement(ko.a,{attributes:e.attributes,setAttributes:"not_set",props:e}),"center"===a&&React.createElement(Po.a,{attributes:e.attributes,setAttributes:"not_set",props:e})),"left"===a&&React.createElement(Po.a,{attributes:e.attributes,setAttributes:"not_set",props:e})),React.createElement("div",{className:"uagb-rm__separator"})),"side"===i&&React.createElement(React.Fragment,null,React.createElement("div",{className:"uagb-rm__content"},"left"===t&&o&&React.createElement(Ao.a,{attributes:e.attributes}),"right"===t&&React.createElement(Po.a,{attributes:e.attributes,setAttributes:"not_set",props:e}),React.createElement("div",{className:"uagb-rm-details"},React.createElement(wo.a,{attributes:e.attributes,setAttributes:"not_set",props:e}),React.createElement(ko.a,{attributes:e.attributes,setAttributes:"not_set",props:e})),"left"===t&&React.createElement(Po.a,{attributes:e.attributes,setAttributes:"not_set",props:e}),"right"===t&&o&&React.createElement(Ao.a,{attributes:e.attributes})),React.createElement("div",{className:"uagb-rm__separator"})))},deprecated:Bo});var Oo=a(98),zo=function(e){const{block_id:t,starColor:a,descColor:i,titleColor:o,contentColor:n,headFontFamily:l,headFontWeight:s,headFontSizeType:c,headLineHeightType:u,headFontSize:b,headFontSizeTablet:g,headFontSizeMobile:d,headLineHeight:y,headLineHeightTablet:m,headLineHeightMobile:f,subHeadFontFamily:h,subHeadFontWeight:_,subHeadFontSize:v,subHeadFontSizeType:T,subHeadFontSizeMobile:C,subHeadFontSizeTablet:w,subHeadLineHeight:P,subHeadLineHeightType:k,subHeadLineHeightMobile:x,subHeadLineHeightTablet:A,contentFontFamily:U,contentFontWeight:G,contentFontSizeType:S,contentLineHeightType:M,contentFontSize:E,contentFontSizeTablet:R,contentFontSizeMobile:B,contentLineHeight:L,contentLineHeightTablet:O,contentLineHeightMobile:z,topPadding:H,bottomPadding:j,rightPadding:F,leftPadding:N,paddingTopMobile:D,paddingBottomMobile:V,paddingRightMobile:I,paddingLeftMobile:W,paddingTopTablet:q,paddingBottomTablet:Z,paddingRightTablet:$,paddingLeftTablet:K,paddingUnit:J,mobilePaddingUnit:Y,tabletPaddingUnit:Q,authorColor:X,summaryColor:ee,starActiveColor:te,starOutlineColor:ae,overallAlignment:ie,headTransform:oe,headDecoration:ne,subHeadTransform:le,subHeadDecoration:re,contentTransform:se,contentDecoration:ce,headFontStyle:pe,subHeadFontStyle:ue,contentFontStyle:be,headLetterSpacing:ge,headLetterSpacingTablet:de,headLetterSpacingMobile:ye,headLetterSpacingType:me,subHeadLetterSpacing:fe,subHeadLetterSpacingTablet:he,subHeadLetterSpacingMobile:_e,subHeadLetterSpacingType:ve,contentLetterSpacing:Te,contentLetterSpacingTablet:Ce,contentLetterSpacingMobile:we,contentLetterSpacingType:Pe}=e.attributes;let ke={},xe={};const Ae={" .uagb-star-inner-container svg":{fill:a}," .uagb-avg-review-star-inner-container svg":{fill:a}," .uagb-rating-title":{"font-size":p(b,c),"font-weight":s,"font-family":l,"font-style":pe,"text-decoration":ne,"text-transform":oe,"line-height":p(y,u),"letter-spacing":p(ge,me),color:o}," .uagb_review_entry":{"font-size":p(b,c),"font-weight":s,"font-family":l,"font-style":pe,"text-decoration":ne,"text-transform":oe,"line-height":p(y,u),"letter-spacing":p(ge,me)}," .uagb-rating-desc":{"font-size":p(v,T),"font-weight":_,"font-family":h,"font-style":ue,"text-decoration":re,"text-transform":le,"line-height":p(P,k),"letter-spacing":p(fe,ve),color:i}," .uagb-rating-author":{"font-size":p(v,T),"font-weight":_,"font-family":h,"font-style":ue,"text-decoration":re,"text-transform":le,"line-height":p(P,k),"letter-spacing":p(fe,ve),color:X}," .uagb_review_block":{"padding-left":p(N,J),"padding-right":p(F,J),"padding-top":p(H,J),"padding-bottom":p(j,J),"text-align":ie}," .uagb_review_summary, p.rich-text.block-editor-rich-text__editable.uagb_review_summary_title":{"font-size":p(E,S),"font-weight":G,"font-family":U,"font-style":be,"text-decoration":ce,"text-transform":se,"line-height":p(L,M),"letter-spacing":p(Te,Pe),color:ee}," .uagb_review_entry .rich-text":{color:n}," .uagb_review_entry .star, .uagb_review_average_stars .star":{fill:a}," .uagb_review_entry path, .uagb_review_average_stars path":{stroke:ae,fill:te}};xe={" .uagb-rating-title, .uagb_review_entry":{"font-size":p(d,c),"line-height":p(f,u),"letter-spacing":p(ye,me)}," .uagb-rating-desc, .uagb-rating-author":{"font-size":p(C,T),"line-height":p(x,k),"letter-spacing":p(_e,ve)}," .uagb_review_summary, p.rich-text.block-editor-rich-text__editable.uagb_review_summary_title":{"font-size":p(B,S),"line-height":p(z,M),"letter-spacing":p(we,Pe)}," .uagb_review_block":{"padding-left":p(W,Y),"padding-right":p(I,Y),"padding-top":p(D,Y),"padding-bottom":p(V,Y)}},ke={" .uagb-rating-title, .uagb_review_entry":{"font-size":p(g,c),"line-height":p(m,u),"letter-spacing":p(de,me)}," .uagb-rating-desc, .uagb-rating-author":{"font-size":p(w,T),"line-height":p(A,k),"letter-spacing":p(he,ve)}," .uagb_review_summary, p.rich-text.block-editor-rich-text__editable.uagb_review_summary_title":{"font-size":p(R,S),"line-height":p(O,M),"letter-spacing":p(Ce,Pe)}," .uagb_review_block":{"padding-left":p(K,Q),"padding-right":p($,Q),"padding-top":p(q,Q),"padding-bottom":p(Z,Q)}};const Ue=".editor-styles-wrapper .uagb-block-"+t.substr(0,8);let Ge=r(Ae,Ue);return Ge+=r(ke,Ue+".uagb-editor-preview-mode-tablet"),Ge+=r(xe,Ue+".uagb-editor-preview-mode-mobile"),Ge},Ho=e=>{const{enableSchema:t,itemType:a,rTitle:i,enableDescription:o,rContent:n,enableImage:l,mainimage:r,sku:s,brand:c,showAuthor:p,rAuthor:u,offerType:b,offerCurrency:g,offerPrice:d,ctaLink:y,offerExpiry:m,datepublish:f,identifier:h,isbn:_,bookAuthorName:v,directorname:T,datecreated:C,provider:w,appCategory:P,reviewPublisher:x,operatingSystem:A}=e,U=[];let G;switch(a){case"Product":void 0!==s&&""!==s||(G=Object(k.__)("Missing merchant-specific identifier for product ( SKU )","ultimate-addons-for-gutenberg"),U.push(G)),void 0!==c&&""!==c||(G=Object(k.__)("Missing brand of the product","ultimate-addons-for-gutenberg"),U.push(G)),void 0!==b&&""!==b||(G=Object(k.__)("Missing offer Type","ultimate-addons-for-gutenberg"),U.push(G)),void 0!==g&&""!==g||(G=Object(k.__)("Missing offer currency of a product","ultimate-addons-for-gutenberg"),U.push(G)),void 0!==d&&""!==d||(G=Object(k.__)("Missing offer price of a product","ultimate-addons-for-gutenberg"),U.push(G)),void 0!==m&&""!==m||(G=Object(k.__)("Missing offer expiry of a product","ultimate-addons-for-gutenberg"),U.push(G)),void 0!==h&&""!==h||(G=Object(k.__)("Missing global identifiers","ultimate-addons-for-gutenberg"),U.push(G));break;case"Book":void 0!==_&&""!==_||(G=Object(k.__)("Missing ISBN number of a book","ultimate-addons-for-gutenberg"),U.push(G)),void 0!==v&&""!==v||(G=Object(k.__)("Missing author of the book","ultimate-addons-for-gutenberg"),U.push(G));break;case"Movie":void 0!==C&&""!==C||(G=Object(k.__)("Missing released date of the movie","ultimate-addons-for-gutenberg"),U.push(G)),void 0!==T&&""!==T||(G=Object(k.__)("Missing director name of the movie","ultimate-addons-for-gutenberg"),U.push(G));break;case"Course":void 0!==w&&""!==w||(G=Object(k.__)("Missing provider of the course","ultimate-addons-for-gutenberg"),U.push(G));break;case"SoftwareApplication":void 0!==P&&""!==P||(G=Object(k.__)("Missing type of application (Application Category)","ultimate-addons-for-gutenberg"),U.push(G)),void 0!==A&&""!==A||(G=Object(k.__)("Missing operating system(s) required","ultimate-addons-for-gutenberg"),U.push(G)),void 0!==b&&""!==b||(G=Object(k.__)("Missing Offer Type","ultimate-addons-for-gutenberg"),U.push(G)),void 0!==d&&""!==d||(G=Object(k.__)("Missing offer price of the application","ultimate-addons-for-gutenberg"),U.push(G)),void 0!==g&&""!==g||(G=Object(k.__)("Missing offer currency of the application","ultimate-addons-for-gutenberg"),U.push(G))}a&&(void 0!==i&&""!==i||(G=Object(k.__)("Missing title of the review","ultimate-addons-for-gutenberg"),U.push(G)),void 0!==n&&""!==n&&!1!==o||(G=Object(k.__)("Missing review description","ultimate-addons-for-gutenberg"),U.push(G)),r&&"null"!==r&&"null"!==r.url&&""!==r.url&&!1!==l||(G=Object(k.__)("Missing review Image","ultimate-addons-for-gutenberg"),U.push(G)),void 0!==y&&""!==y||(G=Object(k.__)("Missing url field","ultimate-addons-for-gutenberg"),U.push(G)),void 0!==u&&""!==u&&!1!==p||(G=Object(k.__)("Missing review author name","ultimate-addons-for-gutenberg"),U.push(G)),void 0!==x&&""!==x||(G=Object(k.__)("Missing review publisher","ultimate-addons-for-gutenberg"),U.push(G)),void 0!==f&&""!==f||(G=Object(k.__)("Missing date of publish","ultimate-addons-for-gutenberg"),U.push(G)));const S=U.map(e=>React.createElement("li",{key:e}," ",e," "));return!0===t&&0!==U.length?React.createElement("div",{className:"rating-schema-notices"},React.createElement("h6",null," ",Object(k.__)("It seems that the following fields are empty. This may generate Schema errors / warnings for your Page, we recommend you to fill these fields.","ultimate-addons-for-gutenberg")," "),React.createElement("ul",{className:"rating-schema-notices-list"},S),React.createElement("p",null,Object(k.__)("P.S. Note that this notice is visible only in the editor. This will not be visible in frontend. Also, once the required fields are added, this notice will go away.","ultimate-addons-for-gutenberg")," ",React.createElement("a",{href:"https://developers.google.com/search/docs/data-types/review-snippet",target:"_blank",rel:"noreferrer"},Object(k.__)("Read more.","ultimate-addons-for-gutenberg")))):""};const jo=Object(f.lazy)(()=>a.e(92).then(a.bind(null,498))),Fo=Object(f.lazy)(()=>a.e(91).then(a.bind(null,519)));let No;Object(x.compose)([Object(x.withState)({editable:"",editedStar:0}),Object(v.withSelect)((e,t)=>{const{getBlock:a}=e("core/block-editor")||e("core/editor");return{block:a(t.clientId),getBlock:a}})]);var Do=Object(x.compose)(Object(v.withSelect)(e=>{var t,a,i,o,n,l,r,s,c,p,u,b,g,d,y,m,f,h,_,v,T,C,w,P,k,x,A,U,G,S,M,E,R,B,L,O;const z=(null===(t=e.attributes)||void 0===t?void 0:t.parts.map(e=>e.value).reduce((e,t)=>e+t))/(null===(a=e.attributes)||void 0===a?void 0:a.parts.length);let H="";var j;H=["Product","SoftwareApplication","Book"].includes(null===(i=e.attributes)||void 0===i?void 0:i.itemType)?"None"!==e.attributes.itemSubtype&&""!==e.attributes.itemSubtype?e.attributes.itemSubtype:e.attributes.itemType:null===(j=e.attributes)||void 0===j?void 0:j.itemType;const F={"@context":"https://schema.org/","@type":"Review",reviewBody:null===(o=e.attributes)||void 0===o?void 0:o.summaryDescription,description:null===(n=e.attributes)||void 0===n?void 0:n.rContent,itemReviewed:[],reviewRating:{"@type":"Rating",ratingValue:z,worstRating:"0",bestRating:null===(l=e.attributes)||void 0===l?void 0:l.starCount},author:{"@type":"Person",name:null===(r=e.attributes)||void 0===r?void 0:r.rAuthor},publisher:null===(s=e.attributes)||void 0===s?void 0:s.reviewPublisher,datePublished:null===(c=e.attributes)||void 0===c?void 0:c.datepublish,url:null===(p=e.attributes)||void 0===p?void 0:p.ctaLink};switch(null===(u=e.attributes)||void 0===u?void 0:u.itemType){case"Book":F.itemReviewed={"@type":H,name:null===(b=e.attributes)||void 0===b?void 0:b.rTitle,description:null===(g=e.attributes)||void 0===g?void 0:g.rContent,image:[],author:null===(d=e.attributes)||void 0===d?void 0:d.rAuthor,isbn:null===(y=e.attributes)||void 0===y?void 0:y.isbn};break;case"Course":F.itemReviewed={"@type":null===(m=e.attributes)||void 0===m?void 0:m.itemType,name:null===(f=e.attributes)||void 0===f?void 0:f.rTitle,description:null===(h=e.attributes)||void 0===h?void 0:h.rContent,image:[],provider:null===(_=e.attributes)||void 0===_?void 0:_.provider};break;case"Product":F.itemReviewed={"@type":H,name:null===(v=e.attributes)||void 0===v?void 0:v.rTitle,description:null===(T=e.attributes)||void 0===T?void 0:T.rContent,image:[],sku:null===(C=e.attributes)||void 0===C?void 0:C.sku,brand:{"@type":"Brand",name:null===(w=e.attributes)||void 0===w?void 0:w.brand},offers:[]};break;case"Movie":F.itemReviewed={"@type":null===(P=e.attributes)||void 0===P?void 0:P.itemType,name:null===(k=e.attributes)||void 0===k?void 0:k.rTitle,dateCreated:null===(x=e.attributes)||void 0===x?void 0:x.datecreated,director:{"@type":"Person",name:null===(A=e.attributes)||void 0===A?void 0:A.directorname}};break;case"SoftwareApplication":F.itemReviewed={"@type":H,name:null===(U=e.attributes)||void 0===U?void 0:U.rTitle,applicationCategory:null===(G=e.attributes)||void 0===G?void 0:G.appCategory,operatingSystem:null===(S=e.attributes)||void 0===S?void 0:S.operatingSystem,offers:{"@type":null===(M=e.attributes)||void 0===M?void 0:M.offerType,price:null===(E=e.attributes)||void 0===E?void 0:E.offerPrice,url:null===(R=e.attributes)||void 0===R?void 0:R.ctaLink,priceCurrency:null===(B=e.attributes)||void 0===B?void 0:B.offerCurrency}}}return null!==(L=e.attributes)&&void 0!==L&&L.mainimage&&(F.itemReviewed.image=e.attributes.mainimage.url),"Product"===(null===(O=e.attributes)||void 0===O?void 0:O.itemType)&&(F.itemReviewed[e.attributes.identifierType]=e.attributes.identifier,F.itemReviewed.offers={"@type":e.attributes.offerType,price:e.attributes.offerPrice,url:e.attributes.ctaLink,priceValidUntil:e.attributes.offerExpiry,priceCurrency:e.attributes.offerCurrency,availability:e.attributes.offerStatus}),{schemaJsonData:F}}))(e=>{const t=Object(w.a)();Object(f.useEffect)(()=>{e.setAttributes({block_id:e.clientId.substr(0,8)}),e.setAttributes({schema:JSON.stringify(e.schemaJsonData)}),No=e.schemaJsonData;const{attributes:t,setAttributes:a}=e,{contentVrPadding:i,contentHrPadding:o,topPadding:n,bottomPadding:l,rightPadding:r,leftPadding:s}=t;i&&(void 0===n&&a({topPadding:i}),void 0===l&&a({bottomPadding:i})),o&&(void 0===r&&a({rightPadding:o}),void 0===s&&a({leftPadding:o}))},[]),Object(f.useEffect)(()=>{JSON.stringify(e.schemaJsonData)!==JSON.stringify(No)&&(e.setAttributes({schema:JSON.stringify(e.schemaJsonData)}),No=e.schemaJsonData);const t=zo(e);l("uagb-ratings-style-"+e.clientId.substr(0,8),t);const a=document.querySelector(".uagb-rating-link-wrapper");null!==a&&a.addEventListener("click",(function(e){e.preventDefault()}))},[e]),Object(f.useEffect)(()=>{const t=zo(e);l("uagb-ratings-style-"+e.clientId.substr(0,8),t),C()},[t]);const{attributes:a,setAttributes:i}=e,{block_id:o,enableSchema:n,itemType:r,items:s,parts:c,starCount:p,sku:u,identifier:b,offerType:g,offerCurrency:d,offerPrice:y,offerExpiry:m,datepublish:v,ctaLink:T,brand:P,rTitle:k,rContent:x,rAuthor:A,mainimage:U,showFeature:G,showAuthor:S,enableDescription:M,enableImage:E,isbn:R,bookAuthorName:B,reviewPublisher:L,provider:O,appCategory:z,operatingSystem:H,datecreated:j,directorname:F,isPreview:N}=a;""===o&&i({block_id:e.clientId.substr(0,8)}),s&&s!==JSON.stringify(c)&&1===c.length&&""===c[0].label&&0===c[0].value&&i({parts:JSON.parse(s),items:'[{"label":"","value":0}]'});const D=uagb_blocks_info.uagb_url+"/admin/assets/preview-images/review.png";return N?h.a.createElement("img",{width:"100%",src:D,alt:""}):h.a.createElement(h.a.Fragment,null,h.a.createElement(Ho,{enableSchema:n,itemType:r,rTitle:k,enableDescription:M,rContent:x,enableImage:E,mainimage:U,sku:u,brand:P,starCount:p,showAuthor:S,rAuthor:A,showfeature:G,offerType:g,datepublish:v,offerCurrency:d,offerPrice:y,ctaLink:T,offerExpiry:m,identifier:b,isbn:R,bookAuthorName:B,directorname:F,datecreated:j,provider:O,appCategory:z,operatingSystem:H,reviewPublisher:L}),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(jo,{parentProps:e}),h.a.createElement(Fo,{parentProps:e})))}),Vo=a(106);a(187);class Io extends f.Component{constructor(e){super(e),this.state={displayValue:this.props.value,displayColor:this.props.activeStarColor},this.mouseHover=this.mouseHover.bind(this),this.mouseLeave=this.mouseLeave.bind(this),this.mouseClick=this.mouseClick.bind(this)}mouseHover(e){this.setState({displayValue:e+(this.props.value-e==1?.5:1),displayColor:this.props.selectedStarColor})}mouseLeave(){this.setState({displayValue:this.props.value,displayColor:this.props.activeStarColor})}mouseClick(e){const{setValue:t,value:a}=this.props;t(a===e+1?e+.5:e+1),this.setState({displayValue:a===e+1?e+.5:e+1})}componentWillReceiveProps(e){const{value:t,activeStarColor:a}=e;this.props.onHover||this.state.displayValue!==t?this.setState({displayValue:t,displayColor:a}):this.setState({displayColor:a})}render(){const{displayValue:e}=this.state,{limit:t,id:a,className:i,inactiveStarColor:o,onHover:n,onClick:l,style:r,starOutlineColor:s}=this.props;return React.createElement("div",{className:i,style:Object.assign({display:"flex",flexDirection:"flex-row"},r)},[...Array(t).keys()].map(t=>React.createElement("svg",{xmlns:"http://www.w3.org/2000/svg",key:t,height:"20",width:"20",viewBox:"0 0 150 150",onMouseOver:()=>n||this.mouseHover(t),onMouseOut:()=>this.mouseLeave(),onClick:()=>l||this.mouseClick(t)},React.createElement("defs",null,React.createElement("mask",{id:`uagb_review_star_filter-${a}-${t}`},React.createElement("rect",{height:"150",width:150*(e-t>0?e-t<1?e-t:1:0),y:"0",x:"0",fill:"#fff"}))),React.createElement("path",{fill:o,strokeWidth:"2.5",d:"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z",stroke:s}),React.createElement("path",{className:"star",id:"star"+t,mask:`url(#uagb_review_star_filter-${a}-${t})`,fill:this.state.displayColor,strokeWidth:"2.5",d:"m0.75,56.89914l56.02207,0l17.31126,-56.14914l17.31126,56.14914l56.02206,0l-45.32273,34.70168l17.31215,56.14914l-45.32274,-34.70262l-45.32274,34.70262l17.31215,-56.14914l-45.32274,-34.70168z",stroke:s}))))}}f.Component;const{RichText:Wo}=wp.blockEditor;var qo=[{attributes:{ID:{type:"string",default:""},itemType:{type:"string",default:Object(k.__)("Product")},itemSubtype:{type:"string",default:""},reviewPublisher:{type:"string",default:""},bookAuthorName:{type:"string",default:""},isbn:{type:"string",default:""},provider:{type:"string",default:""},appCategory:{type:"string",default:""},operatingSystem:{type:"string",default:""},datecreated:{type:"string",default:"Dec 19 2020"},directorname:{type:"string",default:""},overallAlignment:{type:"string",default:"left"},schema:{type:"string",default:""},rTitle:{type:"string",default:""},rContent:{type:"string",default:""},rAuthor:{type:"string",default:""},headingTag:{type:"string",default:"h3"},block_id:{type:"string",default:""},mainimage:{type:"object",default:{url:""}},imgSize:{type:"string",default:"thumbnail"},authorName:{type:"string",default:""},itemName:{type:"string",default:""},items:{type:"string",default:'[{"label":"","value":0}]'},description:{type:"string",default:""},descriptionAlign:{type:"string",default:"left"},imgURL:{type:"string",default:""},imgID:{type:"number"},imgAlt:{type:"string",default:""},parts:{type:"array",default:[{label:"",value:0}]},starCount:{type:"number",default:5},summaryTitle:{type:"string",default:Object(k.__)("Summary")},summaryDescription:{type:"string",default:""},callToActionText:{type:"string",default:""},ctaLink:{type:"string",default:"#"},callToActionBackColor:{type:"string",default:"#f63d3d"},callToActionForeColor:{type:"string",default:"#ffffff"},inactiveStarColor:{type:"string",default:"#888888"},activeStarColor:{type:"string",default:"#eeee00"},authorColor:{type:"string",default:""},summaryColor:{type:"string",default:""},titleAlign:{type:"string",default:"left"},authorAlign:{type:"string",default:"left"},enableCTA:{type:"boolean",default:!0},ctaNoFollow:{type:"boolean",default:!0},ctaOpenInNewTab:{type:"boolean",default:!0},enableReviewSchema:{type:"boolean",default:!0},enableImage:{type:"boolean",default:!0},enableDescription:{type:"boolean",default:!0},enableSchema:{type:"boolean",default:!0},starOutlineColor:{type:"string",default:"#000000"},starActiveColor:{type:"string",default:"#000000"},imageSize:{type:"number",default:100},brand:{type:"string",default:""},sku:{type:"string",default:""},identifier:{type:"string",default:""},identifierType:{type:"string",default:"gtin"},ctaTarget:{type:"boolean",default:!1},offerType:{type:"string",default:"Offer"},offerStatus:{type:"string",default:""},offerPrice:{type:"string",default:0},offerCurrency:{type:"string",default:"USD"},offerExpiry:{type:"string",default:"Dec 19 2020"},datepublish:{type:"string",default:"Dec 19 2020"},featuresTitle:{type:"string",default:Object(k.__)("List Of Features:")},featuresAvgText:{type:"string",default:Object(k.__)("Average Ratings")},feature_count:{type:"number",default:1},showFeature:{type:"boolean",default:!1},showAuthor:{type:"boolean",default:!0},starSize:{type:"number",default:20},starColor:{type:"string",default:"#ffff00"},selectedStars:{type:"number",default:0},starAlign:{type:"string",default:"left"},descColor:{type:"string",default:""},titleColor:{type:"string",default:""},pricevalue:{type:"string",default:"US$65"},pricetext:{type:"string",default:"Price"},availabilityvalue:{type:"string",default:Object(k.__)("Instock")},availabilitytext:{type:"string",default:Object(k.__)("Availability")},contentVrPadding:{type:"number",default:15},contentHrPadding:{type:"number",default:50},star_gap:{type:"number",default:100},contentColor:{type:"string",default:""},author:{type:"string",default:""},headFontFamily:{type:"string",default:"Default"},headFontWeight:{type:"string"},headFontSubset:{type:"string"},headFontSizeType:{type:"string",default:"px"},headLineHeightType:{type:"string",default:"em"},headFontSize:{type:"number"},headFontSizeTablet:{type:"number"},headFontSizeMobile:{type:"number"},headLineHeight:{type:"number"},headLineHeightTablet:{type:"number"},headLineHeightMobile:{type:"number"},subHeadFontFamily:{type:"string",default:""},subHeadFontWeight:{type:"string"},subHeadFontSubset:{type:"string"},subHeadFontSize:{type:"number"},subHeadFontSizeType:{type:"string",default:"px"},subHeadFontSizeTablet:{type:"number"},subHeadFontSizeMobile:{type:"number"},subHeadLineHeight:{type:"number"},subHeadLineHeightType:{type:"string",default:"em"},subHeadLineHeightTablet:{type:"number"},subHeadLineHeightMobile:{type:"number"},separatorSpace:{type:"number",default:15},headLoadGoogleFonts:{type:"boolean",default:!1},subHeadLoadGoogleFonts:{type:"boolean",default:!1},contentFontFamily:{type:"string",default:"Default"},contentLoadGoogleFonts:{type:"boolean",default:!1},contentFontWeight:{type:"string"},contentFontSubset:{type:"string"},contentFontSize:{type:"number"},contentFontSizeType:{type:"string",default:"px"},contentFontSizeTablet:{type:"number"},contentFontSizeMobile:{type:"number"},contentLineHeight:{type:"number"},contentLineHeightType:{type:"string",default:"em"},contentLineHeightTablet:{type:"number"},contentLineHeightMobile:{type:"number"},deviceType:{type:"string",default:"Desktop"}},save:function(e){const{attributes:t,className:a}=e,{enableSchema:i,rTitle:o,rContent:n,mainimage:l,rAuthor:r,headingTag:s,starCount:c,ID:p,parts:u,summaryTitle:b,summaryDescription:g,inactiveStarColor:d,activeStarColor:y,selectedStarColor:m,starOutlineColor:f,schema:h,block_id:_,showAuthor:v,showFeature:T,enableDescription:C,enableImage:w,ctaTarget:P,ctaLink:k}=t,x=u.map(e=>e.value).reduce((e,t)=>e+t)/u.length;let A="",U="";void 0!==t.mainimage&&null!==t.mainimage&&""!==t.mainimage&&(A=t.mainimage.url,U=t.mainimage.title);let G="";if(""!==A){let e=t.mainimage.sizes,a=t.imgSize;G=void 0!==e&&void 0!==e[a]?e[a].url:A}let S="";l&&l.url&&(S=React.createElement("img",{className:"uagb-howto__source-image",src:G,title:U}));let M="";return P&&(M="_blank"),React.createElement("div",{className:N()(a,"uagb-ratings__outer-wrap","uagb-block-"+_.substr(0,8))},i&&React.createElement("script",{type:"application/ld+json"},h),React.createElement("div",{className:"uagb_review_block"},React.createElement("a",{href:k,className:N()("uagb-rating-link-wrapper"),target:M,rel:"noopener noreferrer"},React.createElement(Wo.Content,{value:o,className:"uagb-rating-title",tagName:s})),!0===C&&React.createElement(Wo.Content,{tagName:"p",value:n,className:"uagb-rating-desc"}),!0===v&&React.createElement(Wo.Content,{tagName:"p",value:r,className:"uagb-rating-author"}),!0===w&&React.createElement("div",{className:"uagb-rating__source-wrap"},S),u.map((e,t)=>!0===T&&React.createElement("div",{className:"uagb_review_entry"},React.createElement(Wo.Content,{tagName:"div",value:e.label}),React.createElement("div",{key:t,style:{marginLeft:"auto",minWidth:u.length>1?120:100}},React.createElement(Io,{id:""+t,key:t,value:e.value,limit:c,inactiveStarColor:d,activeStarColor:y,selectedStarColor:m,starOutlineColor:f})))),React.createElement("div",{className:"uagb_review_summary"},React.createElement(Wo.Content,{className:"uagb_review_summary_title",tagName:"p",value:b}),React.createElement("div",{className:"uagb_review_overall_value"},React.createElement(Wo.Content,{className:"uagb_review_summary_desc",tagName:"p",value:g}),React.createElement("div",{className:"uagb_review_average"},React.createElement("span",{className:"uagb_review_rating"},Math.round(10*x)/10),React.createElement(Io,{id:p+"-average",className:"uagb_review_average_stars",onHover:()=>null,onClick:()=>null,value:x,limit:c,inactiveStarColor:d,activeStarColor:y,selectedStarColor:m,starOutlineColor:f}))))))}}];Object(U.registerBlockType)("uagb/review",{title:Object(k.__)("Review","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add reviews to items with Schema support.","ultimate-addons-for-gutenberg"),icon:s.a.review,category:uagb_blocks_info.category,keywords:[Object(k.__)("ratings","ultimate-addons-for-gutenberg"),Object(k.__)("review","ultimate-addons-for-gutenberg"),Object(k.__)("schema","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg")],example:{attributes:{isPreview:!0}},supports:{anchor:!0},attributes:Oo.a,edit:Do,save:function(e){const{attributes:t,className:a}=e,{enableSchema:i,rTitle:o,rContent:n,mainimage:l,rAuthor:r,headingTag:s,starCount:c,ID:p,parts:u,summaryTitle:b,summaryDescription:g,inactiveStarColor:d,activeStarColor:y,selectedStarColor:m,starOutlineColor:f,schema:h,block_id:_,showAuthor:v,showFeature:T,enableDescription:C,enableImage:w,ctaTarget:P,ctaLink:k}=t,x=u.map(e=>e.value).reduce((e,t)=>e+t)/u.length;let U="",G="";void 0!==t.mainimage&&null!==t.mainimage&&""!==t.mainimage&&(U=t.mainimage.url,G=t.mainimage.title);let S="";if(""!==U){const e=t.mainimage.sizes,a=t.imgSize;S=void 0!==e&&void 0!==e[a]?e[a].url:U}let M="";l&&l.url&&(M=React.createElement("img",{className:"uagb-howto__source-image",src:S,title:G,alt:""}));let E="";return P&&(E="_blank"),React.createElement("div",{className:N()(a,"uagb-ratings__outer-wrap","uagb-block-"+_.substr(0,8))},i&&React.createElement("script",{type:"application/ld+json"},h),React.createElement("div",{className:"uagb_review_block"},React.createElement("a",{href:k,className:N()("uagb-rating-link-wrapper"),target:E,rel:"noopener noreferrer"},React.createElement(A.RichText.Content,{value:o,className:"uagb-rating-title",tagName:s})),!0===C&&React.createElement(A.RichText.Content,{tagName:"p",value:n,className:"uagb-rating-desc"}),!0===v&&React.createElement(A.RichText.Content,{tagName:"p",value:r,className:"uagb-rating-author"}),!0===w&&React.createElement("div",{className:"uagb-rating__source-wrap"},M),u.map((e,t)=>!0===T&&React.createElement("div",{className:"uagb_review_entry"},React.createElement(A.RichText.Content,{tagName:"div",value:e.label}),React.createElement("div",{key:t,style:{marginLeft:"auto",minWidth:u.length>1?120:100}},React.createElement(Vo.a,{id:""+t,key:t,value:e.value,limit:c,inactiveStarColor:d,activeStarColor:y,selectedStarColor:m,starOutlineColor:f})))),React.createElement("div",{className:"uagb_review_summary"},React.createElement(A.RichText.Content,{className:"uagb_review_summary_title",tagName:"p",value:b}),React.createElement("div",{className:"uagb_review_overall_value"},React.createElement(A.RichText.Content,{className:"uagb_review_summary_desc",tagName:"p",value:g}),React.createElement("div",{className:"uagb_review_average"},React.createElement("span",{className:"uagb_review_rating"},Math.round(10*x)/10),React.createElement(Vo.a,{id:p+"-average",className:"uagb_review_average_stars",onHover:()=>null,onClick:()=>null,value:x,limit:c,inactiveStarColor:d,activeStarColor:y,selectedStarColor:m,starOutlineColor:f}))))))},deprecated:qo}),a(188);var Zo={from:[{type:"raw",priority:20,selector:"p",schema:e=>{let{phrasingContentSchema:t,isPaste:a}=e;return{p:{children:t,attributes:a?[]:["style"]}}},transform(e){const t=Object(U.getBlockAttributes)("uagb/social-share",e.outerHTML),{textAlign:a}=e.style||{};return"left"!==a&&"center"!==a&&"right"!==a||(t.align=a),Object(U.createBlock)("uagb/social-share",t)}}]},$o=a(43),Ko=function(e){const t=e.name.replace("uagb/",""),{align:a,alignTablet:i,alignMobile:o,gap:n,gapTablet:l,gapMobile:s,social_layout:c,borderRadius:u,borderRadiusTablet:b,borderRadiusMobile:g,size:y,sizeType:m,sizeMobile:f,sizeTablet:h,bgSize:_,stack:v,iconColor:T,iconHoverColor:C,iconBgColor:w,iconBgHoverColor:P}=e.attributes,k=Object(d.b)(_,"bgSize",t),x=Object(d.b)(y,"size",t),A=Object(d.b)(n,"gap",t),U=isNaN(l)?A:l,G=isNaN(s)?U:s,S={" a.uagb-ss__link":{color:T}," a.uagb-ss__link svg":{fill:T}," .uagb-ss-repeater:hover a.uagb-ss__link":{color:C}," .uagb-ss-repeater:hover a.uagb-ss__link svg":{fill:C}," .uagb-ss__wrapper":{background:w}," .uagb-ss__wrapper:hover":{background:P}},M={},E={};function R(e){return"left"===e?"flex-start":"right"===e?"flex-end":"center"}S[".uagb-social-share__layout-vertical .uagb-ss__wrapper"]={padding:p(k,"px"),"margin-left":0,"margin-right":0,"margin-bottom":p(A,"px")},M[".uagb-social-share__layout-vertical .uagb-ss__wrapper"]={"margin-left":0,"margin-right":0,"margin-bottom":p(l,"px")},E[".uagb-social-share__layout-vertical .uagb-ss__wrapper"]={"margin-left":0,"margin-right":0,"margin-bottom":p(s,"px")},S[".uagb-social-share__layout-vertical.uagb-social-share__outer-wrap"]={"flex-direction":"column"},S[".uagb-social-share__layout-horizontal .uagb-ss__wrapper"]={padding:p(k,"px"),"margin-left":p(A/2,"px"),"margin-right":p(A/2,"px")},M[".uagb-social-share__layout-horizontal .uagb-ss__wrapper"]={"margin-left":p(U/2,"px"),"margin-right":p(U/2,"px")},E[".uagb-social-share__layout-horizontal .uagb-ss__wrapper"]={"margin-left":p(G/2,"px"),"margin-right":p(G/2,"px")},S[" .uagb-ss__wrapper.uagb-ss-repeater "]={"border-radius":p(u,"px")},M[" .uagb-ss__wrapper.uagb-ss-repeater "]={"border-radius":p(b,"px")},E[" .uagb-ss__wrapper.uagb-ss-repeater "]={"border-radius":p(g,"px")},S[" .uagb-ss__source-image"]={width:p(x,m)},S[" .uagb-ss__source-wrap"]={width:p(x,m)},S[" .uagb-ss__source-wrap svg"]={width:p(x,m),height:p(x,m)},S[" .uagb-ss__source-icon"]={width:p(x,m),height:p(x,m),"font-size":p(x,m)};const B=R(a),L=R(i),O=R(o);S[".uagb-social-share__outer-wrap .block-editor-inner-blocks"]={"text-align":a},S[".uagb-social-share__outer-wrap .block-editor-inner-blocks .block-editor-block-list__layout"]={"justify-content":B,"-webkit-box-pack":B,"-ms-flex-pack":B,"-webkit-box-align":B,"-ms-flex-align":B,"align-items":B},M[".uagb-social-share__outer-wrap .block-editor-inner-blocks .block-editor-block-list__layout"]={"justify-content":L,"-webkit-box-pack":L,"-ms-flex-pack":L,"-webkit-box-align":L,"-ms-flex-align":L,"align-items":L},E[".uagb-social-share__outer-wrap .block-editor-inner-blocks .block-editor-block-list__layout"]={"justify-content":O,"-webkit-box-pack":O,"-ms-flex-pack":O,"-webkit-box-align":O,"-ms-flex-align":O,"align-items":O},S[".uagb-social-share__outer-wrap"]={"justify-content":B,"-webkit-box-pack":B,"-ms-flex-pack":B,"-webkit-box-align":B,"-ms-flex-align":B,"align-items":B},M[".uagb-social-share__outer-wrap"]={"justify-content":L,"-webkit-box-pack":L,"-ms-flex-pack":L,"-webkit-box-align":L,"-ms-flex-align":L,"align-items":L},E[".uagb-social-share__outer-wrap"]={"justify-content":O,"-webkit-box-pack":O,"-ms-flex-pack":O,"-webkit-box-align":O,"-ms-flex-align":O,"align-items":O},"horizontal"===c&&("desktop"===v?(S[".uagb-social-share__layout-horizontal .block-editor-inner-blocks > .block-editor-block-list__layout"]={"flex-direction":"column"},S[" .uagb-ss__wrapper"]={"margin-left":0,"margin-right":0,"margin-bottom":p(A,"px"),background:w},M[" .uagb-ss__wrapper"]={"margin-left":0,"margin-right":0,"margin-bottom":p(l,"px"),background:w},E[" .uagb-ss__wrapper"]={"margin-left":0,"margin-right":0,"margin-bottom":p(s,"px"),background:w},S[".uagb-social-share__outer-wrap"]={"flex-direction":"column","justify-content":B,"-webkit-box-pack":B,"-ms-flex-pack":B,"-webkit-box-align":B,"-ms-flex-align":B,"align-items":B},M[".uagb-social-share__outer-wrap"]={"flex-direction":"column","justify-content":L,"-webkit-box-pack":L,"-ms-flex-pack":L,"-webkit-box-align":L,"-ms-flex-align":L,"align-items":L},E[".uagb-social-share__outer-wrap"]={"flex-direction":"column","justify-content":O,"-webkit-box-pack":O,"-ms-flex-pack":O,"-webkit-box-align":O,"-ms-flex-align":O,"align-items":O}):"tablet"===v?(M[" .uagb-ss__wrapper"]={"margin-left":0,"margin-right":0,"margin-bottom":p(l,"px"),background:w},M[".uagb-editor-preview-mode-tablet .block-editor-block-list__layout"]={"flex-direction":"column"},E[".uagb-editor-preview-mode-mobile .block-editor-block-list__layout"]={"flex-direction":"column"},M[".uagb-social-share__layout-horizontal .uagb-ss__wrapper"]={"margin-left":0,"margin-right":0},S[".uagb-social-share__outer-wrap"]={"flex-direction":"column","justify-content":B,"-webkit-box-pack":B,"-ms-flex-pack":B,"-webkit-box-align":B,"-ms-flex-align":B,"align-items":B},M[".uagb-social-share__outer-wrap"]={"flex-direction":"column","justify-content":L,"-webkit-box-pack":L,"-ms-flex-pack":L,"-webkit-box-align":L,"-ms-flex-align":L,"align-items":L},E[".uagb-social-share__outer-wrap"]={"flex-direction":"column","justify-content":O,"-webkit-box-pack":O,"-ms-flex-pack":O,"-webkit-box-align":O,"-ms-flex-align":O,"align-items":O}):"mobile"===v&&(E[" .uagb-ss__wrapper"]={"margin-left":0,"margin-right":0,"margin-bottom":p(s,"px"),background:w},E[".uagb-editor-preview-mode-mobile .block-editor-block-list__layout"]={"flex-direction":"column"},E[".uagb-social-share__layout-horizontal .uagb-ss__wrapper"]={"margin-left":0,"margin-right":0},S[".uagb-social-share__outer-wrap"]={"flex-direction":"column","justify-content":B,"-webkit-box-pack":B,"-ms-flex-pack":B,"-webkit-box-align":B,"-ms-flex-align":B,"align-items":B},M[".uagb-social-share__outer-wrap"]={"flex-direction":"column","justify-content":L,"-webkit-box-pack":L,"-ms-flex-pack":L,"-webkit-box-align":L,"-ms-flex-align":L,"align-items":L},E[".uagb-social-share__outer-wrap"]={"flex-direction":"column","justify-content":O,"-webkit-box-pack":O,"-ms-flex-pack":O,"-webkit-box-align":O,"-ms-flex-align":O,"align-items":O})),E[" .uagb-ss__source-image"]={width:p(f,m)},E[" .uagb-ss__source-wrap"]={width:p(f,m),height:p(f,m),"line-height":p(f,m)},E[" .uagb-ss__source-wrap svg"]={width:p(f,m),height:p(f,m)},E[" .uagb-ss__source-icon"]={width:p(f,m),height:p(f,m),"font-size":p(f,m),"line-height":p(f,m)},M[" .uagb-ss__source-image"]={width:p(h,m)},M[" .uagb-ss__source-wrap"]={width:p(h,m),height:p(h,m),"line-height":p(h,m)},M[" .uagb-ss__source-wrap svg"]={width:p(h,m),height:p(h,m)},M[" .uagb-ss__source-icon"]={width:p(h,m),height:p(h,m),"font-size":p(h,m),"line-height":p(h,m)};let z="";const H=".uagb-block-"+e.clientId.substr(0,8);return z=r(S,H),z+=r(M,H+".uagb-editor-preview-mode-tablet"),z+=r(E,H+".uagb-editor-preview-mode-mobile"),z};const Jo=Object(f.lazy)(()=>a.e(98).then(a.bind(null,556))),Yo=Object(f.lazy)(()=>a.e(97).then(a.bind(null,557)));var Qo={facebook:"https://www.facebook.com/sharer.php?u=",twitter:"https://twitter.com/share?url=",google:"https://plus.google.com/share?url=",pinterest:"https://pinterest.com/pin/create/link/?url=",linkedin:"https://www.linkedin.com/shareArticle?url=",digg:"https://digg.com/submit?url=",blogger:"https://www.blogger.com/blog_this.pyra?t&amp;u=",reddit:"https://reddit.com/submit?url=",stumbleupon:"https://www.stumbleupon.com/submit?url=",tumblr:"https://www.tumblr.com/widgets/share/tool?canonicalUrl=",myspace:"https://myspace.com/post?u=",email:"mailto:?body="},Xo=[{attributes:$o.a,save:e=>{const{attributes:t,className:a}=e,{block_id:i,align:o,items:n,socials:l,social_count:r,social_layout:s,current_url:c}=e.attributes;return React.createElement("div",{className:N()(a,"uagb-social-share__outer-wrap","uagb-social-share__layout-"+s),id:"uagb-social-share-"+i},React.createElement("div",{className:"uagb-social-share__wrap"},l.map((e,t)=>{if(r<=t)return;let a="";null!=c&&(a=Qo[e.type]+encodeURI(c));let i="";return"icon"==e.image_icon?e.icon&&(i=React.createElement("span",{className:N()(e.icon,"uagb-ss__source-icon")})):e.image&&(i=React.createElement("img",{className:"uagb-ss__source-image",src:e.image.url})),React.createElement("div",{className:N()("uagb-ss-repeater-"+t,"uagb-ss__wrapper"),key:t},React.createElement("a",{className:"uagb-ss__link",href:a,rel:"noopener noreferrer"},React.createElement("span",{className:"uagb-ss__source-wrap"},i)))})))}},{attributes:$o.a,save:e=>{const{attributes:t,className:a}=e,{block_id:i,align:o,items:n,socials:l,social_count:r,social_layout:s,current_url:c}=e.attributes;return React.createElement("div",{className:N()(a,"uagb-social-share__outer-wrap","uagb-social-share__layout-"+s),id:"uagb-social-share-"+i},React.createElement("div",{className:"uagb-social-share__wrap"},l.map((e,t)=>{if(r<=t)return;let a="";null!=c&&(a=Qo[e.type]);let i="";return"icon"==e.image_icon?e.icon&&(i=React.createElement("span",{className:"uagb-ss__source-icon"},ge(e.icon))):e.image&&(i=React.createElement("img",{className:"uagb-ss__source-image",src:e.image.url})),React.createElement("div",{className:N()("uagb-ss-repeater-"+t,"uagb-ss__wrapper"),key:t},React.createElement("a",{className:"uagb-ss__link","data-href":a,rel:"noopener noreferrer"},React.createElement("span",{className:"uagb-ss__source-wrap"},i)))})))}},{attributes:$o.a,save:e=>{const{attributes:t,className:a}=e,{block_id:i,align:o,items:n,socials:l,social_count:r,social_layout:s,current_url:c}=e.attributes;return React.createElement("div",{className:N()(a,"uagb-social-share__outer-wrap","uagb-social-share__layout-"+s,"uagb-block-"+i)},React.createElement("div",{className:"uagb-social-share__wrap"},l.map((e,t)=>{if(r<=t)return;let a="";null!=c&&(a=Qo[e.type]);let i="";return"icon"==e.image_icon?e.icon&&(i=React.createElement("span",{className:"uagb-ss__source-icon"},ge(e.icon))):e.image&&(i=React.createElement("img",{className:"uagb-ss__source-image",src:e.image.url})),React.createElement("div",{className:N()("uagb-ss-repeater-"+t,"uagb-ss__wrapper"),key:t},React.createElement("a",{className:"uagb-ss__link","data-href":a,rel:"noopener noreferrer"},React.createElement("span",{className:"uagb-ss__source-wrap"},i)))})))}},{attributes:$o.a,save:e=>{const{className:t}=e,{block_id:a,social_layout:i}=e.attributes;return React.createElement("div",{className:N()(t,"uagb-social-share__outer-wrap","uagb-social-share__layout-"+i,"uagb-block-"+a)},React.createElement("div",{className:"uagb-social-share__wrap"},React.createElement(A.InnerBlocks.Content,null)))}}];Object(U.registerBlockType)("uagb/social-share",{title:Object(k.__)("Social Share","ultimate-addons-for-gutenberg"),description:Object(k.__)("Share your content on different social media platforms .","ultimate-addons-for-gutenberg"),icon:s.a.social_share,category:uagb_blocks_info.category,keywords:[Object(k.__)("social share","ultimate-addons-for-gutenberg"),Object(k.__)("icon","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg")],supports:{anchor:!0},example:{attributes:{isPreview:!0}},attributes:$o.a,edit:e=>{const t=Object(w.a)();return Object(f.useEffect)(()=>{e.setAttributes({block_id:e.clientId.substr(0,8)}),e.setAttributes({classMigrate:!0}),e.setAttributes({childMigrate:!0})},[]),Object(f.useEffect)(()=>{const t=Ko(e);l("uagb-style-social-share-"+e.clientId.substr(0,8),t)},[e]),Object(f.useEffect)(()=>{const t=Ko(e);l("uagb-style-social-share-"+e.clientId.substr(0,8),t),C()},[t]),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(Jo,{parentProps:e}),h.a.createElement(Yo,{parentProps:e}))},save:function(e){const{className:t}=e,{block_id:a,social_layout:i}=e.attributes;return React.createElement("div",{className:N()(t,"uagb-social-share__outer-wrap","uagb-social-share__layout-"+i,"uagb-block-"+a)},React.createElement(A.InnerBlocks.Content,null))},transform:Zo,deprecated:Xo});var en=a(63),tn=function(e){const{icon_color:t,icon_hover_color:a,icon_bg_color:i,icon_bg_hover_color:o}=e.attributes,n={".uagb-ss-repeater a.uagb-ss__link":{color:t},".uagb-ss-repeater a.uagb-ss__link svg":{fill:t},".uagb-ss-repeater:hover a.uagb-ss__link":{color:a},".uagb-ss-repeater:hover a.uagb-ss__link svg":{fill:a},".uagb-ss-repeater.uagb-ss__wrapper":{background:i},".uagb-ss-repeater.uagb-ss__wrapper:hover":{background:o}};let l="";const s=".uagb-block-"+e.clientId.substr(0,8);return l=r(n,s),l};const an=Object(f.lazy)(()=>Promise.all([a.e(0),a.e(96)]).then(a.bind(null,499))),on=Object(f.lazy)(()=>a.e(95).then(a.bind(null,558)));var nn={facebook:"https://www.facebook.com/sharer.php?u=",twitter:"https://twitter.com/share?url=",google:"https://plus.google.com/share?url=",linkedin:"https://www.linkedin.com/shareArticle?url=",digg:"https://digg.com/submit?url=",blogger:"https://www.blogger.com/blog_this.pyra?t&amp;u=",reddit:"https://reddit.com/submit?url=",stumbleupon:"https://www.stumbleupon.com/submit?url=",tumblr:"https://www.tumblr.com/widgets/share/tool?canonicalUrl=",myspace:"https://myspace.com/post?u=",email:"mailto:?body=",pinterest:"https://pinterest.com/pin/create/link/?url=",vk:"https://vkontakte.ru/share.php?url=",odnoklassniki:"https://connect.ok.ru/offer?url=",pocket:"https://getpocket.com/edit?url=",whatsapp:"https://api.whatsapp.com/send?text=",xing:"https://www.xing.com/app/user?op=share&url=",telegram:"https://telegram.me/share/url?url=",skype:"https://web.skype.com/share?url=",buffer:"https://buffer.com/add?url="};a(189);var ln={facebook:"https://www.facebook.com/sharer.php?u=",twitter:"https://twitter.com/share?url=",google:"https://plus.google.com/share?url=",linkedin:"https://www.linkedin.com/shareArticle?url=",digg:"http://digg.com/submit?url=",blogger:"https://www.blogger.com/blog_this.pyra?t&amp;u=",reddit:"https://reddit.com/submit?url=",stumbleupon:"https://www.stumbleupon.com/submit?url=",tumblr:"https://www.tumblr.com/widgets/share/tool?canonicalUrl=",myspace:"https://myspace.com/post?u=",email:"mailto:?body=",pinterest:"https://pinterest.com/pin/create/link/?url=",vk:"https://vkontakte.ru/share.php?url=",odnoklassniki:"https://connect.ok.ru/offer?url=",pocket:"https://getpocket.com/edit?url=",whatsapp:"https://api.whatsapp.com/send?text=",xing:"https://www.xing.com/app/user?op=share&url=",telegram:"https://telegram.me/share/url?url=",skype:"https://web.skype.com/share?url=",buffer:"https://buffer.com/add?url="},rn=[{attributes:en.a,save:e=>{const{attributes:t,className:a}=e,{current_url:i,type:o,image_icon:n,icon:l,image:r,block_id:s,link:c}=e.attributes;let p="";null!=i&&(p=ln[o]);let u="";return"icon"==n?l&&(u=React.createElement("span",{className:"uagb-ss__source-icon"},ge(l))):r&&r.url&&(u=React.createElement("img",{className:"uagb-ss__source-image",src:r.url})),React.createElement("div",{className:N()("uagb-ss-repeater","uagb-ss__wrapper",a,"uagb-block-"+s)},React.createElement("a",{className:"uagb-ss__link","data-href":p,rel:"noopener noreferrer"},React.createElement("span",{className:"uagb-ss__source-wrap"},u)))}}];Object(U.registerBlockType)("uagb/social-share-child",{title:Object(k.__)("Social Share Child","ultimate-addons-for-gutenberg"),description:Object(k.__)("Share your content on this social media platform .","ultimate-addons-for-gutenberg"),icon:s.a.social_share_child,category:uagb_blocks_info.category,parent:["uagb/social-share"],keywords:[Object(k.__)("social share","ultimate-addons-for-gutenberg"),Object(k.__)("icon","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg")],attributes:en.a,edit:e=>{const t=Object(w.a)();return Object(f.useEffect)(()=>{e.setAttributes({block_id:e.clientId.substr(0,8)}),Object(v.select)("core/editor")&&e.setAttributes({current_url:Object(v.select)("core/editor").getPermalink()})},[]),Object(f.useEffect)(()=>{const t=tn(e);l("uagb-style-social-share-child-"+e.clientId.substr(0,8),t)},[e]),Object(f.useEffect)(()=>{const t=tn(e);l("uagb-style-social-share-child-"+e.clientId.substr(0,8),t),C()},[t]),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(an,{parentProps:e}),h.a.createElement(on,{parentProps:e}))},save:function(e){const{className:t}=e,{type:a,image_icon:i,icon:o,image:n,block_id:l}=e.attributes,r=nn[a];let s="";return"icon"===i?o&&(s=React.createElement("span",{className:"uagb-ss__source-icon"},Object(_e.a)(o))):n&&n.url&&(s=React.createElement("img",{className:"uagb-ss__source-image",src:n.url,alt:""})),React.createElement("div",{className:N()("uagb-ss-repeater","uagb-ss__wrapper",t,"uagb-block-"+l)},React.createElement("a",{className:"uagb-ss__link","data-href":r,rel:"noopener noreferrer"},React.createElement("span",{className:"uagb-ss__source-wrap"},s)))},deprecated:rn});var sn=a(67),cn=function(e){const t=e.name.replace("uagb/",""),{layout:a,layoutTablet:i,layoutMobile:o,rating:n,size:l,sizeMobile:s,sizeTablet:c,align:u,alignTablet:b,alignMobile:g,gap:y,gapTablet:m,gapMobile:f,unmarkedColor:h,color:_,fontFamily:v,fontWeight:T,fontSizeType:C,fontSize:w,fontSizeMobile:P,fontSizeTablet:k,lineHeightType:x,lineHeight:A,lineHeightMobile:U,lineHeightTablet:G,titleColor:S,titleGap:M,titleGapTablet:E,titleGapMobile:R,fontStyle:B,fontTransform:L,fontDecoration:O,letterSpacing:z,letterSpacingTablet:H,letterSpacingMobile:j,letterSpacingType:F,blockTopPadding:N,blockRightPadding:D,blockLeftPadding:V,blockBottomPadding:I,blockTopPaddingTablet:W,blockRightPaddingTablet:q,blockLeftPaddingTablet:Z,blockBottomPaddingTablet:$,blockTopPaddingMobile:K,blockRightPaddingMobile:J,blockLeftPaddingMobile:Y,blockBottomPaddingMobile:Q,blockPaddingUnit:X,blockPaddingUnitTablet:ee,blockPaddingUnitMobile:te,blockTopMargin:ae,blockRightMargin:ie,blockLeftMargin:oe,blockBottomMargin:ne,blockTopMarginTablet:le,blockRightMarginTablet:re,blockLeftMarginTablet:se,blockBottomMarginTablet:ce,blockTopMarginMobile:pe,blockRightMarginMobile:ue,blockLeftMarginMobile:be,blockBottomMarginMobile:ge,blockMarginUnit:de,blockMarginUnitTablet:ye,blockMarginUnitMobile:me,starPosition:fe,starPositionTablet:he,starPositionMobile:_e}=e.attributes,ve=Object(d.b)(n,"rating",t),Te=Object(d.b)(M,"titleGap",t),Ce=Object(d.b)(l,"size",t),we=Object(d.b)(y,"gap",t);let Pe=u;"full"===u&&(Pe="left");const ke=e=>{let t="";switch(e){case"right":t="flex-end";break;case"center":t="center";break;case"full":t="space-between";break;default:t="flex-start"}return t};function xe(e){switch(ke(e)){case"flex-end":return"flex-start";case"center":return"center";case"space-between":return"space-between";default:return"flex-end"}}const Ae=100*(ve%1).toFixed(1),Ue={"margin-top":p(ae,de),"margin-right":p(ie,de),"margin-bottom":p(ne,de),"margin-left":p(oe,de),"padding-top":p(N,X),"padding-right":p(D,X),"padding-bottom":p(I,X),"padding-left":p(V,X),"justify-content":ke(u),"text-align":Pe},Ge={" .uag-star-rating":{"font-size":p(Ce,"px")}," .uag-star-rating > span":{"margin-right":p(we,"px"),color:h}," p.uag-star-rating__title.block-editor-rich-text__editable":{"font-size":p(w,C),"font-family":v,"font-style":B,"text-decoration":O,"text-transform":L,"font-weight":T,"line-height":p(A,x),color:S,"letter-spacing":p(z,F)},".wp-block-uagb-star-rating ":{"justify-content":ke(u),"text-align":Pe}};let Se="margin-right";"stack"===a?"before"===fe?(Se="margin-top",Ge[".wp-block-uagb-star-rating"]={"flex-direction":"column-reverse","align-items":ke(u)}):"after"===fe&&(Se="margin-bottom",Ge[".wp-block-uagb-star-rating"]={"flex-direction":"column","align-items":ke(u),...Ue}):"inline"===a&&("before"===fe?(Se="margin-left",Ge[".wp-block-uagb-star-rating"]={"flex-direction":"row-reverse","justify-content":xe(u)}):"after"===fe&&(Se="margin-right",Ge[".wp-block-uagb-star-rating"]={"flex-direction":"row","align-items":"center","justify-content":ke(u),...Ue})),Ge[" p.uag-star-rating__title.block-editor-rich-text__editable"][Se]=p(Te,"px"),0!==Ae&&(Ge[" .uag-star:nth-child("+Math.ceil(ve)+"):before"]={color:_,width:p(Ae,"%"),position:"absolute",content:"'★'",overflow:"hidden"},Ge[" .uag-star:nth-child("+Math.ceil(ve)+")"]={position:"relative"}),Ge[" .uag-star:nth-child(-n+"+Math.floor(ve)+")"]={color:_};const Me={"margin-top":p(le,ye),"margin-right":p(re,ye),"margin-bottom":p(ce,ye),"margin-left":p(se,ye),"padding-top":p(W,ee),"padding-right":p(q,ee),"padding-bottom":p($,ee),"padding-left":p(Z,ee)},Ee={".wp-block-uagb-star-rating ":{"justify-content":ke(b)}," .uag-star-rating":{"font-size":p(c,"px")}," .uag-star-rating > span":{"margin-right":p(m,"px")}," .uag-star-rating__title.block-editor-rich-text__editable":{"font-size":p(k,C),"line-height":p(G,x),"letter-spacing":p(H,F)}};let Re="margin-right";"stack"===i?"before"===he?(Re="margin-top",Ee[".wp-block-uagb-star-rating "]={"flex-direction":"column-reverse","align-items":ke(b)}):"after"===he&&(Re="margin-bottom",Ee[".wp-block-uagb-star-rating "]={"flex-direction":"column","align-items":ke(b),...Me}):"inline"===i&&("before"===he?(Re="margin-left",Ee[".wp-block-uagb-star-rating "]={"flex-direction":"row-reverse","justify-content":xe(b)}):"after"===he&&(Re="margin-right",Ee[".wp-block-uagb-star-rating "]={"flex-direction":"row","align-items":"center","justify-content":ke(b),...Me}),Ee[".wp-block-uagb-star-rating p.block-editor-rich-text__editable.uag-star-rating__title "]={"margin-bottom":0});const Be={"margin-top":p(pe,me),"margin-right":p(ue,me),"margin-bottom":p(ge,me),"margin-left":p(be,me),"padding-top":p(K,te),"padding-right":p(J,te),"padding-bottom":p(Q,te),"padding-left":p(Y,te)},Le={".wp-block-uagb-star-rating ":{"justify-content":ke(g)}," .uag-star-rating":{"font-size":p(s,"px")}," .uag-star-rating > span":{"margin-right":p(f,"px")}," .uag-star-rating__title.block-editor-rich-text__editable":{"font-size":p(P,C),"line-height":p(U,x),"letter-spacing":p(j,F)}};let Oe="margin-right";"stack"===o?"before"===_e?(Oe="margin-top",Le[".wp-block-uagb-star-rating "]={"flex-direction":"column-reverse","align-items":ke(g)}):"after"===_e&&(Oe="margin-bottom",Le[".wp-block-uagb-star-rating "]={"flex-direction":"column","align-items":ke(g),...Be}):"inline"===o&&("before"===_e?(Oe="margin-left",Le[".wp-block-uagb-star-rating "]={"flex-direction":"row-reverse","justify-content":xe(g)}):"after"===_e&&(Oe="margin-right",Le[".wp-block-uagb-star-rating "]={"flex-direction":"row","align-items":"center","justify-content":ke(g),"margin-bottom":0,...Be}),Le[".wp-block-uagb-star-rating p.block-editor-rich-text__editable.uag-star-rating__title "]={"margin-bottom":0}),Ee[" .uag-star-rating__title.block-editor-rich-text__editable"][Re]=p(E,"px"),Le[" .uag-star-rating__title.block-editor-rich-text__editable"][Oe]=p(R,"px");const ze=".editor-styles-wrapper .uagb-block-"+e.clientId.substr(0,8);let He=r(Ge,ze);return He+=r(Ee,ze+".uagb-editor-preview-mode-tablet"),He+=r(Le,ze+".uagb-editor-preview-mode-mobile"),He};const pn=Object(f.lazy)(()=>a.e(100).then(a.bind(null,500))),un=Object(f.lazy)(()=>a.e(99).then(a.bind(null,559)));a(190);var bn=[{attributes:sn.a,save(e){const{block_id:t,layout:a,title:i,rating:o,range:n}=e.attributes,l=parseInt(n),r=[];for(let e=1;e<=l;e++)r.push(React.createElement("span",{key:e,className:"uag-star"},"★"));return React.createElement("div",{className:N()(e.className,"uag-star-rating__wrapper","uagb-block-"+t,"uag-star-rating__layout-"+a)},i&&React.createElement(A.RichText.Content,{tagName:"p",value:i,className:"uag-star-rating__title"}),React.createElement("div",{className:"uag-star-rating",title:`${o}/${n}`},r))}}];Object(U.registerBlockType)("uagb/star-rating",{title:Object(k.__)("Star Ratings","ultimate-addons-for-gutenberg"),description:Object(k.__)("Display customizable star ratings on your page.","ultimate-addons-for-gutenberg"),icon:s.a.star_rating,keywords:[Object(k.__)("rating","ultimate-addons-for-gutenberg"),Object(k.__)("star rating","ultimate-addons-for-gutenberg"),Object(k.__)("review","ultimate-addons-for-gutenberg")],supports:{anchor:!0},example:{attributes:{isPreview:!0}},category:uagb_blocks_info.category,attributes:sn.a,edit:e=>{const t=Object(w.a)();return Object(f.useEffect)(()=>{e.setAttributes({block_id:e.clientId.substr(0,8)})},[]),Object(f.useEffect)(()=>{const t=cn(e);l("uagb-star-rating-style-"+e.clientId.substr(0,8),t)},[e]),Object(f.useEffect)(()=>{const t=cn(e);l("uagb-star-rating-style-"+e.clientId.substr(0,8),t),C()},[t]),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(pn,{parentProps:e}),h.a.createElement(un,{parentProps:e}))},save:function(e){const{rating:t,block_id:a,title:i,range:o,displayTitle:n}=e.attributes,l=parseInt(o),r=[];for(let e=1;e<=l;e++)r.push(React.createElement("span",{key:e,className:"uag-star"},"★"));return React.createElement("div",{className:N()(e.className,"uagb-block-"+a)},n&&i&&React.createElement(A.RichText.Content,{tagName:"p",value:i,className:"uag-star-rating__title"}),React.createElement("div",{className:"uag-star-rating",title:`${t}/${o}`},r))},deprecated:bn});var gn=a(45),dn=function(e){const t=e.name.replace("uagb/",""),{customWidth:a,makeCollapsible:i,widthDesktop:o,widthTablet:n,widthMobile:l,widthTypeTablet:s,widthTypeMobile:c,widthTypeDesktop:u,tColumnsDesktop:b,tColumnsTablet:g,tColumnsMobile:m,iconColor:f,bulletColor:h,iconSize:_,align:v,backgroundColor:T,linkColor:C,linkHoverColor:w,scrollToTopColor:P,scrollToTopBgColor:k,headingColor:x,marginTypeDesktop:A,marginTypeMobile:U,topMargin:G,rightMargin:S,bottomMargin:M,leftMargin:E,topMarginTablet:R,rightMarginTablet:B,bottomMarginTablet:L,leftMarginTablet:O,topMarginMobile:z,rightMarginMobile:H,bottomMarginMobile:j,leftMarginMobile:F,marginTypeTablet:N,topPadding:D,rightPadding:V,bottomPadding:I,leftPadding:W,topPaddingTablet:q,rightPaddingTablet:Z,bottomPaddingTablet:$,leftPaddingTablet:K,topPaddingMobile:J,rightPaddingMobile:Y,bottomPaddingMobile:Q,leftPaddingMobile:X,paddingTypeMobile:ee,paddingTypeTablet:te,paddingTypeDesktop:ae,headingBottom:ie,headingBottomTablet:oe,headingBottomMobile:ne,headingBottomType:le,contentPaddingDesktop:re,contentPaddingTablet:se,contentPaddingMobile:ce,contentPaddingTypeDesktop:pe,contentPaddingTypeTablet:ue,contentPaddingTypeMobile:be,fontFamily:ge,fontWeight:de,fontSize:ye,fontSizeType:me,fontSizeTablet:fe,fontSizeMobile:he,lineHeightType:_e,lineHeight:ve,lineHeightTablet:Te,lineHeightMobile:Ce,headingFontFamily:we,headingFontWeight:Pe,headingFontSize:ke,headingFontSizeType:xe,headingFontSizeTablet:Ae,headingFontSizeMobile:Ue,headingLineHeightType:Ge,headingLineHeight:Se,headingLineHeightTablet:Me,headingLineHeightMobile:Ee,disableBullets:Re,overallBorderHColor:Be,fontStyle:Le,fontTransform:Oe,fontDecoration:ze,headingFontStyle:He,headingTransform:je,headingDecoration:Fe,headingAlignment:Ne,headingLetterSpacing:De,headingLetterSpacingTablet:Ve,headingLetterSpacingMobile:Ie,headingLetterSpacingType:We,letterSpacing:qe,letterSpacingTablet:Ze,letterSpacingMobile:$e,letterSpacingType:Ke,markerView:Je,separatorStyle:Ye,separatorHeight:Qe,separatorHeightType:Xe,separatorSpace:et,separatorSpaceType:tt,separatorColor:at,separatorHColor:it,separatorSpaceTablet:ot,separatorSpaceMobile:nt}=e.attributes,lt=Object(d.b)(b,"tColumnsDesktop",t),rt=Object(d.b)(g,"tColumnsTablet",t),st=Object(d.b)(m,"tColumnsMobile",t),ct=Object(d.b)(o,"widthDesktop",t);let pt={},ut={},bt={};const gt=y(e.attributes,"overall"),dt=y(e.attributes,"overall","tablet"),yt=y(e.attributes,"overall","mobile");if(pt={" .uagb-toc__list-wrap ul li":{"font-size":p(ye,me)}," .uagb-toc__list-wrap ol li":{"font-size":p(ye,me)}," .uagb-toc__list-wrap li a":{"font-size":p(ye,me),"line-height":p(ve,_e),"font-family":ge,"font-style":Le,"text-decoration":ze,"text-transform":Oe,"font-weight":de,color:C,"letter-spacing":p(qe,Ke)}," .uagb-toc__title-wrap":{"justify-content":v,"margin-bottom":p(ie,le)}," .uagb-toc__title":{"justify-content":Ne,"margin-bottom":p(ie,le),"font-size":p(ke,xe),"line-height":p(Se,Ge),"font-family":we,"font-style":He,"text-decoration":Fe,"text-transform":je,"font-weight":Pe,color:x,"letter-spacing":p(De,We)}," .uagb-toc__list-wrap ol li a:hover":{color:w}," .uagb-toc__wrap":{...gt,"padding-left":p(W,ae),"padding-right":p(V,ae),"padding-top":p(D,ae),"padding-bottom":p(I,ae),background:T}," .uagb-toc__wrap:hover":{"border-color":Be}," .uagb-toc__list-wrap ol.uagb-toc__list:first-child":{"margin-left":p(E,A),"margin-right":p(S,A),"margin-top":p(G,A),"margin-bottom":p(M,A)}," .uagb-toc__list-wrap > ol.uagb-toc__list li":{color:h}," .uagb-toc__list-wrap ul.uagb-toc__list:last-child > li:last-child":{"padding-bottom":0}," .uagb-toc__list-wrap ol.uagb-toc__list > li":{"list-style-type":Re?"none !important":Je+" !important","padding-top":"calc( "+p(re,pe)+" / 2 )","padding-bottom":"calc( "+p(re,pe)+" / 2 )"}," .uagb-toc__list-wrap ul.uagb-toc__list > li":{"list-style-type":Re?"none !important":Je+" !important","padding-top":"calc( "+p(re,pe)+" / 2 )","padding-bottom":"calc( "+p(re,pe)+" / 2 )"}," .uag-toc__collapsible-wrap svg":{width:p(_,"px"),height:p(_,"px"),fill:f}," svg":{width:p(_,"px"),height:p(_,"px"),fill:f}},pt[" .uagb-toc__list-wrap"]={"column-count":lt,overflow:"hidden","text-align":v},a&&(pt[" .uagb-toc__wrap"].width=p(ct,u)),a&&i&&(pt[" .uagb-toc__title"]["justify-content"]="space-between"),Re&&(pt[".wp-block-uagb-table-of-contents ol.uagb-toc__list>li"]={"list-style-type":"none !important"},pt[" .uagb-toc__list"]={"list-style-type":"none !important"},pt[" .uagb-toc__list .uagb-toc__list"]={"list-style-type":"none !important"}),ut={" .uagb-toc__list-wrap ul li":{"font-size":p(fe,me)}," .uagb-toc__list-wrap ol li":{"font-size":p(fe,me)}," .uagb-toc__list-wrap ol li a":{"font-size":p(fe,me),"line-height":p(Te,_e),"letter-spacing":p(Ze,Ke)}," .uagb-toc__title":{"font-size":p(Ae,xe),"line-height":p(Me,Ge),"margin-bottom":p(oe,le),"letter-spacing":p(Ve,We)}," .uagb-toc__wrap":{...dt,width:p(n,s),"padding-left":p(K,te),"padding-right":p(Z,te),"padding-top":p(q,te),"padding-bottom":p($,te)}," .uagb-toc__list-wrap ul.uagb-toc__list:first-child":{"margin-left":p(O,N),"margin-right":p(B,N),"margin-top":p(R,N),"margin-bottom":p(L,N)}," .uagb-toc__list-wrap":{"column-count":rt,overflow:"hidden","text-align":v}," .uagb-toc__list-wrap > ol.uagb-toc__list > li:first-child":{"padding-top":p(se,ue)}," .uagb-toc__list-wrap ul.uagb-toc__list:last-child > li:last-child":{"padding-bottom":p(se,ue)}," .uagb-toc__list-wrap ol.uagb-toc__list > li":{"padding-top":"calc( "+p(se,ue)+" / 2 )","padding-bottom":"calc( "+p(se,ue)+" / 2 )"}," .uagb-toc__list-wrap ul.uagb-toc__list > li":{"padding-top":"calc( "+p(se,ue)+" / 2 )","padding-bottom":"calc( "+p(se,ue)+" / 2 )"}},bt={" .uagb-toc__list-wrap ul li":{"font-size":p(he,me)}," .uagb-toc__list-wrap ol li":{"font-size":p(he,me)}," .uagb-toc__list-wrap ol li a":{"font-size":p(he,me),"line-height":p(Ce,_e),"letter-spacing":p($e,Ke)}," .uagb-toc__title":{"font-size":p(Ue,xe),"line-height":p(Ee,Ge),"margin-bottom":p(ne,le),"letter-spacing":p(Ie,We)}," .uagb-toc__wrap":{...yt,width:p(l,c),"padding-left":p(X,ee),"padding-right":p(Y,ee),"padding-top":p(J,ee),"padding-bottom":p(Q,ee)}," .uagb-toc__list-wrap ul.uagb-toc__list:first-child":{"margin-left":p(F,U),"margin-right":p(H,U),"margin-top":p(z,U),"margin-bottom":p(j,U)}," .uagb-toc__list-wrap":{"column-count":st,overflow:"hidden","text-align":v}," .uagb-toc__list-wrap > ol.uagb-toc__list > li:first-child":{"padding-top":p(ce,be)}," .uagb-toc__list-wrap ul.uagb-toc__list:last-child > li:last-child":{"padding-bottom":p(ce,be)}," .uagb-toc__list-wrap ol.uagb-toc__list > li":{"padding-top":"calc( "+p(ce,be)+" / 2 )","padding-bottom":"calc( "+p(ce,be)+" / 2 )"}," .uagb-toc__list-wrap ul.uagb-toc__list > li":{"padding-top":"calc( "+p(ce,be)+" / 2 )","padding-bottom":"calc( "+p(ce,be)+" / 2 )"}},"none"!==Ye){const e=p(W,ae),a=p(V,ae),i=p(K,te),o=p(Z,te),n=p(X,ee),l=p(Y,ee);pt[" .uagb-toc__separator"]={"border-top-style":Ye,"border-top-width":p(Object(d.b)(Qe,"separatorHeight",t),Xe),width:"calc( 100% + "+e+" + "+a+")","margin-left":"-"+e,"border-color":at,"margin-bottom":p(Object(d.b)(et,"separatorSpace",t),tt)},pt[" .uagb-toc__wrap:hover .uagb-toc__separator"]={"border-color":it},ut[" .uagb-toc__separator"]={width:"calc( 100% + "+i+" + "+o+")","margin-left":"-"+i,"margin-bottom":p(Object(d.b)(ot,"separatorSpaceTablet",t),tt)},bt[" .uagb-toc__separator"]={width:"calc( 100% + "+n+" + "+l+")","margin-left":"-"+n,"margin-bottom":p(Object(d.b)(nt,"separatorSpaceMobile",t),tt)}}const mt=".block-editor-block-list__block .uagb-block-"+e.clientId.substr(0,8);let ft=r(pt,mt);return ft+=r(ut,mt+".uagb-editor-preview-mode-tablet"),ft+=r(bt,mt+".uagb-editor-preview-mode-mobile"),""!==P&&(ft+=".uagb-toc__scroll-top { color: "+P+"; }"),""!==k&&(ft+=".block-editor-page .uagb-toc__scroll-top.uagb-toc__show-scroll.uagb-toc__show-scroll { background: "+k+"; }"),ft};const yn=Object(f.lazy)(()=>Promise.all([a.e(0),a.e(102)]).then(a.bind(null,501))),mn=Object(f.lazy)(()=>a.e(101).then(a.bind(null,520)));var fn=Object(x.compose)(Object(v.withSelect)(()=>{let e=0,t=[];const a=document.querySelector("iframe[name='editor-canvas']");let i;var o,n;a?(i=a.contentDocument.getElementsByClassName("is-root-container"),t=null===(o=i[0])||void 0===o?void 0:o.querySelectorAll("h1, h2, h3, h4, h5, h6")):t=null===(n=document.body.getElementsByClassName("is-root-container")[0])||void 0===n?void 0:n.querySelectorAll("h1, h2, h3, h4, h5, h6");const l=[];return"undefined"!==t&&t.forEach((function(t,a){const i=t;let o;o=!!t.className.includes("uagb-toc-hide-heading");const n=(e=>{if(!e)return e;const t=e.toString().toLowerCase().replace(/\…+/g,"").replace(/&(amp;)/g,"").replace(/&(mdash;)/g,"").replace(/\u2013|\u2014/g,"").replace(/[&]nbsp[;]/gi,"-").replace(/\s+/g,"-").replace(/[&\/\\#,^!+()$~%.\[\]'":*?<>{}@‘’”“|]/g,"").replace(/\-\-+/g,"-").replace(/^-+/,"").replace(/-+$/,"");return decodeURI(encodeURIComponent(t))})(i.textContent),r=i.nodeName.replace(/^H+/,""),s=i.textContent;e=parseInt(r),o||l.push({tag:e,text:s,link:n,content:i.textContent})})),void 0!==l&&l.forEach((function(e,t){e.level=0;for(let a=t-1;a>=0;a--){const t=l[a];if(t.tag<=e.tag){e.level=t.level,t.tag<e.tag&&e.level++;break}}})),{headers:l}}))(e=>{const t=Object(w.a)();Object(f.useEffect)(()=>{if(e.setAttributes({block_id:e.clientId.substr(0,8)}),e.setAttributes({classMigrate:!0}),null===document.querySelector(".uagb-toc__scroll-top")){const e=document.createElement("div");e.classList.add("uagb-toc__scroll-top"),e.innerHTML='<svg xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" version="1.1" id="Layer_1" x="0px" y="0px" width="26px" height="16.043px" viewBox="57 35.171 26 16.043" enable-background="new 57 35.171 26 16.043" xml:space="preserve"><path d="M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z"/></svg>',document.body.appendChild(e)}e.attributes.heading&&""!==e.attributes.heading&&e.setAttributes({headingTitle:e.attributes.heading});const{attributes:t,setAttributes:a}=e,{vPaddingDesktop:i,vPaddingTablet:o,vPaddingMobile:n,hPaddingDesktop:l,hPaddingTablet:r,hPaddingMobile:s,vMarginDesktop:c,vMarginTablet:p,vMarginMobile:u,hMarginDesktop:b,hMarginTablet:g,hMarginMobile:d,topMargin:y,rightMargin:m,bottomMargin:f,leftMargin:h,topMarginTablet:_,rightMarginTablet:v,bottomMarginTablet:T,leftMarginTablet:C,topMarginMobile:w,rightMarginMobile:k,bottomMarginMobile:x,leftMarginMobile:A,topPadding:U,rightPadding:G,bottomPadding:S,leftPadding:M,topPaddingTablet:E,rightPaddingTablet:R,bottomPaddingTablet:B,leftPaddingTablet:L,topPaddingMobile:O,rightPaddingMobile:z,bottomPaddingMobile:H,leftPaddingMobile:j}=t;i&&(void 0===U&&a({topPadding:i}),void 0===S&&a({bottomPadding:i})),l&&(void 0===G&&a({rightPadding:l}),void 0===M&&a({leftPadding:l})),n&&(void 0===O&&a({topPaddingMobile:n}),void 0===H&&a({bottomPaddingMobile:n})),s&&(void 0===z&&a({rightPaddingMobile:s}),void 0===j&&a({leftPaddingMobile:s})),o&&(void 0===E&&a({topPaddingTablet:o}),void 0===B&&a({bottomPaddingTablet:o})),r&&(void 0===R&&a({rightPaddingTablet:r}),void 0===L&&a({leftPaddingTablet:r})),c&&(y||a({topMargin:c}),f||a({bottomMargin:c})),b&&(m||a({rightMargin:b}),h||a({leftMargin:b})),u&&(w||a({topMarginMobile:u}),x||a({bottomMarginMobile:u})),d&&(k||a({rightMarginMobile:d}),A||a({leftMarginMobile:d})),p&&(_||a({topMarginTablet:p}),T||a({bottomMarginTablet:p})),g&&(v||a({rightMarginTablet:g}),C||a({leftMarginTablet:g}));const{borderStyle:F,borderWidth:N,borderRadius:D,borderColor:V,borderHColor:I}=e.attributes;if(N||D||V||I||F){const t=Object(P.b)("overall",{label:"borderWidth",value:N},{label:"borderRadius",value:D},{label:"borderColor",value:V},{label:"borderHColor",value:I},{label:"borderStyle",value:F});e.setAttributes(t)}},[]),Object(f.useEffect)(()=>{const t=dn(e);l("uagb-style-toc-"+e.clientId.substr(0,8),t)},[e]),Object(f.useEffect)(()=>{const t=dn(e);l("uagb-style-toc-"+e.clientId.substr(0,8),t),C()},[t]);const{scrollToTop:a}=e.attributes;return scrollElement=document.querySelector(".uagb-toc__scroll-top"),null!==scrollElement&&(a?scrollElement.classList.add("uagb-toc__show-scroll"):scrollElement.classList.remove("uagb-toc__show-scroll")),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(yn,{parentProps:e}),h.a.createElement(mn,{parentProps:e}))});class hn extends f.Component{constructor(e){super(e),this.state={headers:e.headers,deregister:null}}componentDidMount(){const e=(t,a)=>(t.map(t=>{const i=t.innerBlocks;i.length>0?i.forEach((function(t){t.innerBlocks.length>0?e(t.innerBlocks,a):a.push(t.attributes)})):("core/heading"===t.name&&a.push(t.attributes),"uagb/advanced-heading"===t.name&&a.push(t.attributes))}),a),t=()=>{const t=e(Object(v.select)("core/block-editor").getBlocks(),[]);void 0!==t&&t.forEach((e,t)=>{const a=void 0===e.content||""===e.content?"headingId":"anchor",i=void 0===e[a]||""===e[a],o=void 0===e.content||""===e.content?"headingTitle":"content",n=void 0===e[o]||""===e[o],l=!i&&0===e[a].indexOf(t+"-");n||!i&&!l||(e[a]=t+"-"+strip_tags(e[o]).toString().toLowerCase().replace(/( |<.+?>|&nbsp;)/g,"-"),e[a]=e[a].replace(/[^\w\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF\s-]/g,""))}),this.setState({headers:t})};t();const a=Object(v.subscribe)(()=>{t()});this.setState({deregister:a})}componentWillUnmount(){this.state.deregister()}componentDidUpdate(e,t){JSON.stringify(this.state.headers)!==JSON.stringify(t.headers)&&this.props.blockProp.setAttributes({headerLinks:JSON.stringify(this.state.headers)})}render(){const{mappingHeaders:e,blockProp:t,style:a}=this.props,{headers:i}=this.state,o=e=>{const t=[];return e.forEach(e=>{Array.isArray(e)?t.push(o(e)):void 0===e.content||""===e.content?e.headingTitle&&t.push(React.createElement("li",{key:e.headingId},React.createElement("a",{href:"#"+e.headingId,dangerouslySetInnerHTML:{__html:e.headingTitle.replace(/(<a.+?>|<\/a>)/g,"")}}))):e.content&&t.push(React.createElement("li",{key:"#"+e.anchor},React.createElement("a",{href:"#"+e.anchor,dangerouslySetInnerHTML:{__html:e.content.replace(/(<a.+?>|<\/a>)/g,"")}})))}),React.createElement("ul",{className:"uagb-toc__list"},t)};return void 0!==typeof e&&i.length>0&&i.filter(t=>e[t.level-1]).length>0?React.createElement("div",{style:a,className:"uagb-toc__list-wrap"},o((t=>{const a=[];for(t.filter(t=>e[t.level-1]).forEach(e=>{let t=a.length-1;if(0===a.length||a[t][0].level<e.level)a.push([e]);else if(a[t][0].level===e.level)a[t].push(e);else{for(;a[t][0].level>e.level&&a.length>1;)a[a.length-2].push(a.pop()),t=a.length-1;a[t][0].level===e.level&&a[t].push(e)}});a.length>1&&a[a.length-1][0].level>a[a.length-2][0].level;)a[a.length-2].push(a.pop());return a[0]})(i))):t&&React.createElement("p",{className:"ub_table-of-contents-placeholder"},Object(k.__)("Add a header to begin generating the table of contents"))}}var vn=hn;class Tn extends h.a.Component{render(){const{mappingHeaders:e,headers:t}=this.props,a=e=>{const t=[];return e.forEach(i=>{Array.isArray(i)?t.push(a(i)):t.push(h.a.createElement("li",{key:e.indexOf(i)},h.a.createElement("a",{href:"#"+i.link,dangerouslySetInnerHTML:{__html:i.text}})))}),h.a.createElement("ul",{className:"uagb-toc__list"},t)};return void 0!==typeof e&&t&&t.length>0&&t.filter(t=>e[t.tag-1]).length>0?h.a.createElement("div",{className:"uagb-toc__list-wrap","data-headers":JSON.stringify(t)},a((()=>{const a=[];return t.forEach(t=>{e[t.tag-1]&&a.push(t)}),(t=>{const a=[];for(t.filter(t=>e[t.tag-1]).forEach(e=>{let t=a.length-1;if(0===a.length||a[t][0].tag<e.tag)a.push([e]);else if(a[t][0].tag===e.tag)a[t].push(e);else{for(;a[t][0].tag>e.tag&&a.length>1;)a[a.length-2].push(a.pop()),t=a.length-1;a[t][0].tag===e.tag&&a[t].push(e)}});a.length>1&&a[a.length-1][0].tag>a[a.length-2][0].tag;)a[a.length-2].push(a.pop());return a[0]})(a)})())):h.a.createElement("p",{className:"uagb_table-of-contents-placeholder"},Object(k.__)("Add a header to begin generating the table of contents"))}}var Cn=Tn;class wn extends React.Component{render(){const{mappingHeaders:e,headers:t}=this.props;let a=0,i=0;const o=e=>{const t=[];if("undefined"!==e&&e&&e.length>0)return e.forEach(e=>{Array.isArray(e)?t.push(o(e)):(t.push(React.createElement("li",{key:a},React.createElement("a",{href:"#"+e.link,dangerouslySetInnerHTML:{__html:e.text}}))),a++)}),i++,React.createElement("ul",{key:a+"-"+i,className:"uagb-toc__list"},t)};return"undefined"!=e&&t&&t.length>0&&t.filter(t=>e[t.tag-1]).length>0?React.createElement("div",{className:"uagb-toc__list-wrap"},o((a=>{const i=[];return t.forEach((t,a)=>{e[t.tag-1]&&i.push(t)}),(t=>{const a=[];for(t.filter(t=>e[t.tag-1]).forEach(e=>{let t=a.length-1;if(0===a.length||a[t][0].tag<e.tag)a.push([e]);else if(a[t][0].tag===e.tag)a[t].push(e);else{for(;a[t][0].tag>e.tag&&a.length>1;)a[a.length-2].push(a.pop()),t=a.length-1;a[t][0].tag===e.tag&&a[t].push(e)}});a.length>1&&a[a.length-1][0].tag>a[a.length-2][0].tag;)a[a.length-2].push(a.pop());return a[0]})(i)})())):React.createElement("p",{className:"uagb_table-of-contents-placeholder"},Object(k.__)("Add a header to begin generating the table of contents"))}}var Pn=wn,kn=[{attributes:gn.a,save:function(e){const{className:t}=e,{align:a,block_id:i,tColumns:o,heading:n,headerLinks:l,mappingHeaders:r,scrollToTop:s}=e.attributes;return React.createElement("div",{className:N()(t,"uagb-toc__align-"+a,"uagb-toc__columns-"+o),id:"uagb-toc-"+i},React.createElement("div",{className:"uagb-toc__wrap"},React.createElement(A.RichText.Content,{value:n,tagName:"div",className:"uagb-toc__title"}),React.createElement(vn,{align:a,numcolumns:o,scrollToTop:s,mappingHeaders:r,headers:l&&JSON.parse(l),blockProp:e})))}},{attributes:gn.a,save:function(e){const{className:t}=e,{align:a,block_id:i,tColumns:o,heading:n,headerLinks:l,mappingHeaders:r,scrollToTop:s,smoothScroll:c,makeCollapsible:p,icon:u,initialCollapse:b,smoothScrollOffset:g,smoothScrollDelay:d}=e.attributes;let y="";return p&&u&&(y=React.createElement("span",{className:"uag-toc__collapsible-wrap"},ge(u))),React.createElement("div",{className:N()(t,"uagb-toc__align-"+a,"uagb-toc__columns-"+o,b?"uagb-toc__collapse":""),"data-scroll":c,"data-offset":g,"data-delay":d,id:"uagb-toc-"+i},React.createElement("div",{className:"uagb-toc__wrap"},React.createElement("div",{className:"uagb-toc__title-wrap"},React.createElement(A.RichText.Content,{value:n,tagName:"div",className:"uagb-toc__title"}),y),React.createElement(vn,{align:a,numcolumns:o,scrollToTop:s,mappingHeaders:r,headers:l&&JSON.parse(l),blockProp:e})))}},{attributes:gn.a,save:function(e){const{className:t}=e,{align:a,block_id:i,tColumns:o,heading:n,headerLinks:l,mappingHeaders:r,smoothScroll:s,makeCollapsible:c,icon:p,initialCollapse:u,smoothScrollOffset:b,smoothScrollDelay:g}=e.attributes;let d="";return c&&p&&(d=React.createElement("span",{className:"uag-toc__collapsible-wrap"},ge(p))),React.createElement("div",{className:N()(t,"uagb-toc__align-"+a,"uagb-toc__columns-"+o,u?"uagb-toc__collapse":"","uagb-block-"+i),"data-scroll":s,"data-offset":b,"data-delay":g},React.createElement("div",{className:"uagb-toc__wrap"},React.createElement("div",{className:"uagb-toc__title-wrap"},React.createElement(A.RichText.Content,{value:n,tagName:"div",className:"uagb-toc__title"}),d),React.createElement(Cn,{mappingHeaders:r,headers:l&&JSON.parse(l)})))}},{attributes:gn.a,save:function(e){const{className:t}=e,{align:a,block_id:i,tColumns:o,heading:n,headerLinks:l,mappingHeaders:r,smoothScroll:s,makeCollapsible:c,icon:p,initialCollapse:u,smoothScrollOffset:b,smoothScrollDelay:g}=e.attributes;let d="";return c&&p&&(d=React.createElement("span",{className:"uag-toc__collapsible-wrap"},ge(p))),React.createElement("div",{className:N()(t,"uagb-toc__align-"+a,"uagb-toc__columns-"+o,u?"uagb-toc__collapse":"","uagb-block-"+i),"data-scroll":s,"data-offset":b,"data-delay":g},React.createElement("div",{className:"uagb-toc__wrap"},React.createElement("div",{className:"uagb-toc__title-wrap"},React.createElement(A.RichText.Content,{value:n,tagName:"div",className:"uagb-toc__title"}),d),React.createElement(Pn,{mappingHeaders:r,headers:l&&JSON.parse(l)})))}}];a(191),Object(U.registerBlockType)("uagb/table-of-contents",{title:Object(k.__)("Table of Contents","ultimate-addons-for-gutenberg"),description:Object(k.__)("Add a table of contents to allow page navigation.","ultimate-addons-for-gutenberg"),icon:s.a.table_of_contents,category:uagb_blocks_info.category,keywords:[Object(k.__)("table of contents","ultimate-addons-for-gutenberg"),Object(k.__)("table","ultimate-addons-for-gutenberg"),Object(k.__)("uag","ultimate-addons-for-gutenberg")],supports:{anchor:!0},attributes:gn.a,edit:fn,save:()=>null,example:{attributes:{isPreview:!0}},deprecated:kn}),a(192);var xn=a(87),An=function(e){const t=e.name.replace("uagb/",""),{headerBgColor:a,titleAlign:i,headerTextColor:o,activeTabBgColor:n,activeTabTextColor:l,bodyBgColor:s,bodyTextColor:c,tabTitleTopMargin:u,tabTitleLeftMargin:b,tabTitleRightMargin:g,tabTitleBottomMargin:m,tabTitleTopPadding:f,tabTitleBottomPadding:h,tabTitleLeftPadding:_,tabTitleRightPadding:v,titleFontFamily:T,titleFontWeight:C,titleFontSize:w,titleFontSizeType:P,titleFontSizeMobile:k,titleFontSizeTablet:x,titleLineHeight:A,titleLineHeightType:U,titleLineHeightMobile:G,titleLineHeightTablet:S,titleTransform:M,titleDecoration:E,tabBorderHColor:R,iconColor:B,iconSize:L,iconSizeTablet:O,iconSizeMobile:z,tabBodyLeftMargin:H,tabBodyRightMargin:j,tabBodyTopMargin:F,tabBodyBottomMargin:N,iconSpacing:D,iconSpacingTablet:V,iconSpacingMobile:I,tabsStyleD:W,tabsStyleM:q,tabsStyleT:Z,activeiconColor:$,tabTitlePaddingUnit:K,tabTitleMarginUnit:J,tabBodyPaddingUnit:Y,tabBodyMarginUnit:Q,tabTitleTopPaddingTablet:X,tabTitleBottomPaddingTablet:ee,tabTitleLeftPaddingTablet:te,tabTitleRightPaddingTablet:ae,tabTitleTopMarginTablet:ie,tabTitleLeftMarginTablet:oe,tabTitleRightMarginTablet:ne,tabTitleBottomMarginTablet:le,tablettabTitlePaddingUnit:re,tablettabTitleMarginUnit:se,tabTitleTopPaddingMobile:ce,tabTitleBottomPaddingMobile:pe,tabTitleLeftPaddingMobile:ue,tabTitleRightPaddingMobile:be,tabTitleTopMarginMobile:ge,tabTitleLeftMarginMobile:de,tabTitleRightMarginMobile:ye,tabTitleBottomMarginMobile:me,mobiletabTitlePaddingUnit:fe,mobiletabTitleMarginUnit:he,tabBodyTopPadding:_e,tabBodyBottomPadding:ve,tabBodyLeftPadding:Te,tabBodyRightPadding:Ce,tabBodyTopPaddingTablet:we,tabBodyBottomPaddingTablet:Pe,tabBodyLeftPaddingTablet:ke,tabBodyRightPaddingTablet:xe,tabBodyTopMarginTablet:Ae,tabBodyLeftMarginTablet:Ue,tabBodyRightMarginTablet:Ge,tabBodyBottomMarginTablet:Se,tablettabBodyPaddingUnit:Me,tablettabBodyMarginUnit:Ee,tabBodyTopPaddingMobile:Re,tabBodyBottomPaddingMobile:Be,tabBodyLeftPaddingMobile:Le,tabBodyRightPaddingMobile:Oe,tabBodyTopMarginMobile:ze,tabBodyLeftMarginMobile:He,tabBodyRightMarginMobile:je,tabBodyBottomMarginMobile:Fe,mobiletabBodyPaddingUnit:Ne,mobiletabBodyMarginUnit:De,titleFontStyle:Ve,tabAlign:Ie,titleLetterSpacing:We,titleLetterSpacingTablet:qe,titleLetterSpacingMobile:Ze,titleLetterSpacingType:$e,tabBorderStyle:Ke}=e.attributes,Je=Object(d.b)(L,"iconSize",t),Ye=Object(d.b)(D,"iconSpacing",t),Qe=y(e.attributes,"tab",""),Xe=y(e.attributes,"tab","tablet"),et=y(e.attributes,"tab","mobile");let tt={},at={},it={};tt={".uagb-tabs__hstyle2-desktop > .uagb-tabs__panel .uagb-tab":{"border-top-width":"0px","border-right-width":"0px","border-left-width":"0px","border-top-style":"none","border-left-style":"none","border-right-style":"none"},".uagb-tabs__wrap.uagb-tabs__hstyle2-desktop > .uagb-tabs__body-wrap":{"border-width":"0px","border-style":"none"},".uagb-tabs__wrap.uagb-tabs__hstyle2-desktop ul.uagb-tabs__panel":{"border-top-width":"0px","border-right-width":"0px","border-left-width":"0px","border-top":0,"border-left":0,"border-right":0,outline:0,"border-radius":0,...Qe},".uagb-tabs__wrap.uagb-tabs__hstyle5-desktop":{...Qe},".uagb-tabs__wrap.uagb-tabs__hstyle5-desktop .uagb-tab":{"border-top-width":"0px","border-right-width":"0px","border-left-width":"0px","border-bottom-width":"0px","border-top":0,"border-left":0,"border-right":0,"border-bottom":0,outline:0,"border-radius":0},".uagb-tabs__wrap.uagb-tabs__hstyle5-desktop .uagb-tab.uagb-tabs__active":{"border-top-width":"0px","border-right-width":"0px","border-left-width":"0px","border-top":0,"border-left":0,"border-right":0,outline:0,"border-radius":0,...Qe},".uagb-tabs__wrap.uagb-tabs__vstyle7-desktop .uagb-tab":{"border-top-width":"0px","border-right-width":"0px","border-left-width":"0px","border-top":0,"border-left":0,"border-right":0,outline:0,"border-radius":0,...Qe},".uagb-tabs__wrap.uagb-tabs__vstyle7-desktop > .uagb-tabs__body-wrap":{"border-width":"0px","border-style":"none"},".uagb-tabs__wrap.uagb-tabs__vstyle10-desktop":{...Qe},".uagb-tabs__wrap.uagb-tabs__vstyle10-desktop ul.uagb-tabs__panel .uagb-tab":{"border-width":"0px","border-style":"none"},".uagb-tabs__wrap.uagb-tabs__vstyle10-desktop .uagb-tabs__body-wrap":{"border-width":"0px","border-style":"none"},".uagb-tabs__wrap.uagb-tabs__vstyle10-desktop ul.uagb-tabs__panel .uagb-tab.uagb-tabs__active":{"border-top-width":"0px","border-bottom-width":"0px","border-left-width":"0px","border-top":0,"border-left":0,"border-bottom":0,outline:0,"border-radius":0,...Qe}," > .uagb-tabs__panel .uagb-tab":{background:a,"text-align":i,"margin-top":p(u,J),"margin-left":p(b,J),"margin-right":p(g,J),"margin-bottom":p(m,J),...Qe}," > .uagb-tabs__panel .uagb-tab a":{"padding-top":p(f,K),"padding-bottom":p(h,K),"padding-left":p(_,K),"padding-right":p(v,K)}," > .uagb-tabs__panel .uagb-tab a > p":{color:o,"font-family":T,"font-weight":C,"font-size":p(w,P),"line-height":p(A,U),"letter-spacing":p(We,$e),"text-transform":M,"text-decoration":E,"font-style":Ve}," > .uagb-tabs__panel .uagb-tab.uagb-tabs__active ":{background:n}," > .uagb-tabs__panel .uagb-tab.uagb-tabs__active p":{color:l}," > .uagb-tabs__panel .uagb-tab.uagb-tabs__active .uagb-tabs__icon svg":{fill:$}," > .uagb-tabs__body-wrap ":{background:s,"padding-top":p(_e,Y),"padding-bottom":p(ve,Y),"padding-left":p(Te,Y),"padding-right":p(Ce,Y),"margin-top":p(F,Q),"margin-left":p(H,Q),"margin-right":p(j,Q),"margin-bottom":p(N,Q)}," > .uagb-tabs__body-wrap > .block-editor-inner-blocks p":{color:c}," .uagb-tabs__icon svg":{height:p(Je,"px"),width:p(Je,"px"),fill:B},".uagb-tabs__wrap > .uagb-tabs__panel .uagb-tab:hover":{"border-color":R},".uagb-tabs__wrap > .uagb-tabs__body-wrap":Qe,".uagb-tabs__wrap > .uagb-tabs__body-wrap:hover":{"border-color":R}," .uagb-tabs__icon-position-left .uagb-tabs__icon ":{"margin-right":p(Ye,"px")}," .uagb-tabs__icon-position-right .uagb-tabs__icon ":{"margin-left":p(Ye,"px")}," .uagb-tabs__icon-position-top .uagb-tabs__icon ":{"margin-bottom":p(Ye,"px")}," .uagb-tabs__icon-position-bottom .uagb-tabs__icon ":{"margin-top":p(Ye,"px")}},tt[" .uagb-tabs__panel"]="left"===Ie?{"margin-right":"auto","margin-left":0}:"right"===Ie?{"margin-left":"auto","margin-right":0}:{margin:"auto"},at={".uagb-tabs__hstyle2-tablet > .uagb-tabs__panel .uagb-tab":{"border-top-width":"0px","border-right-width":"0px","border-left-width":"0px","border-top-style":"none","border-left-style":"none","border-right-style":"none"},".uagb-tabs__wrap.uagb-tabs__hstyle2-tablet > .uagb-tabs__body-wrap":{"border-width":"0px","border-style":"none"},".uagb-tabs__wrap.uagb-tabs__hstyle2-tablet ul.uagb-tabs__panel":{"border-top-width":"0px","border-right-width":"0px","border-left-width":"0px","border-top":0,"border-left":0,"border-right":0,outline:0,"border-radius":0,...Xe},".uagb-tabs__wrap.uagb-tabs__hstyle4-tablet ul.uagb-tabs__panel li.uagb-tab":{"border-radius":"100%"},".uagb-tabs__wrap.uagb-tabs__hstyle5-tablet":Xe,".uagb-tabs__wrap.uagb-tabs__hstyle5-tablet .uagb-tab":{"border-top-width":"0px","border-right-width":"0px","border-left-width":"0px","border-bottom-width":"0px","border-top":0,"border-left":0,"border-right":0,"border-bottom":0,outline:0,"border-radius":0},".uagb-tabs__wrap.uagb-tabs__hstyle5-tablet .uagb-tab.uagb-tabs__active a":{"border-top-width":"0px","border-right-width":"0px","border-left-width":"0px","border-top":0,"border-left":0,"border-right":0,outline:0,"border-radius":0,...Xe},".uagb-tabs__wrap.uagb-tabs__vstyle7-tablet .uagb-tab":{"border-top-width":"0px","border-right-width":"0px","border-left-width":"0px","border-top":0,"border-left":0,"border-right":0,outline:0,"border-radius":0,...Xe},".uagb-tabs__wrap.uagb-tabs__vstyle7-tablet > .uagb-tabs__body-wrap":{"border-width":"0px","border-style":"none"},".uagb-tabs__wrap.uagb-tabs__vstyle8-tablet > .uagb-tabs__body-wrap":{"margin-left":"0px"},".uagb-tabs__wrap.uagb-tabs__vstyle9-tablet ul.uagb-tabs__panel .uagb-tab":{"border-width":"0px","border-style":"none"},".uagb-tabs__wrap.uagb-tabs__wrap.uagb-tabs__vstyle10-tablet":Xe,".uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel .uagb-tab":{"border-width":"0px","border-style":"none","border-radius":"100%"},".uagb-tabs__wrap.uagb-tabs__vstyle10-tablet .uagb-tabs__body-wrap":{"border-width":"0px","border-style":"none"},".uagb-tabs__wrap.uagb-tabs__vstyle10-tablet ul.uagb-tabs__panel .uagb-tab.uagb-tabs__active":{"border-top-width":"0px","border-bottom-width":"0px","border-left-width":"0px","border-top":0,"border-left":0,"border-bottom":0,outline:0,"border-radius":0,...Xe}," .uagb-tabs__icon svg":{height:p(O,"px"),width:p(O,"px")}," > .uagb-tabs__panel .uagb-tab p":{"font-size":p(x,P),"line-height":p(S,U),"letter-spacing":p(qe,$e)}," > .uagb-tabs__panel .uagb-tab a":{"padding-top":p(X,re),"padding-bottom":p(ee,re),"padding-left":p(te,re),"padding-right":p(ae,re)}," > .uagb-tabs__panel .uagb-tab":{"margin-top":p(ie,se),"margin-left":p(oe,se),"margin-right":p(ne,se),"margin-bottom":p(le,se),...Xe}," > .uagb-tabs__body-wrap ":{"padding-top":p(we,Me),"padding-bottom":p(Pe,Me),"padding-left":p(ke,Me),"padding-right":p(xe,Me),"margin-top":p(Ae,Ee),"margin-left":p(Ue,Ee),"margin-right":p(Ge,Ee),"margin-bottom":p(Se,Ee),...Xe}," .uagb-tabs__icon-position-left .uagb-tabs__icon ":{"margin-right":p(V,"px")}," .uagb-tabs__icon-position-right .uagb-tabs__icon ":{"margin-left":p(V,"px")}," .uagb-tabs__icon-position-top .uagb-tabs__icon ":{"margin-bottom":p(V,"px")}," .uagb-tabs__icon-position-bottom .uagb-tabs__icon ":{"margin-top":p(V,"px")}},it={".uagb-tabs__hstyle2-mobile > .uagb-tabs__panel .uagb-tab":{"border-top-width":"0px","border-right-width":"0px","border-left-width":"0px","border-top-style":"none","border-left-style":"none","border-right-style":"none"},".uagb-tabs__wrap.uagb-tabs__hstyle2-mobile > .uagb-tabs__body-wrap":{"border-width":"0px","border-style":"none"},".uagb-tabs__wrap.uagb-tabs__hstyle2-mobile ul.uagb-tabs__panel":{"border-top-width":"0px","border-right-width":"0px","border-left-width":"0px","border-top":0,"border-left":0,"border-right":0,outline:0,"border-radius":0,...Xe},".uagb-tabs__wrap.uagb-tabs__hstyle5-mobile":{...Xe},".uagb-tabs__wrap.uagb-tabs__hstyle5-mobile .uagb-tab":{"border-top-width":"0px","border-right-width":"0px","border-left-width":"0px","border-bottom-width":"0px","border-top":0,"border-left":0,"border-right":0,"border-bottom":0,outline:0,"border-radius":0},".uagb-tabs__wrap.uagb-tabs__hstyle5-mobile .uagb-tab.uagb-tabs__active":{"border-top-width":"0px","border-right-width":"0px","border-left-width":"0px","border-top":0,"border-left":0,"border-right":0,outline:0,"border-radius":0,...Xe},".uagb-tabs__wrap.uagb-tabs__vstyle7-mobile .uagb-tab":{"border-top-width":"0px","border-right-width":"0px","border-left-width":"0px","border-top":0,"border-left":0,"border-right":0,outline:0,"border-radius":0,...Xe},".uagb-tabs__wrap.uagb-tabs__vstyle7-mobile > .uagb-tabs__body-wrap":{"border-width":"0px","border-style":"none"},".uagb-tabs__wrap.uagb-tabs__vstyle8-mobile > .uagb-tabs__body-wrap":{"margin-left":"0px"},".uagb-tabs__wrap.uagb-tabs__vstyle10-mobile":{...Xe},".uagb-tabs__wrap.uagb-tabs__vstyle10-mobile ul.uagb-tabs__panel .uagb-tab":{"border-width":"0px","border-style":"none"},".uagb-tabs__wrap.uagb-tabs__vstyle10-mobile .uagb-tabs__body-wrap":{"border-width":"0px","border-style":"none"},".uagb-tabs__wrap.uagb-tabs__vstyle10-mobile ul.uagb-tabs__panel .uagb-tab.uagb-tabs__active":{"border-top-width":"0px","border-bottom-width":"0px","border-left-width":"0px","border-top":0,"border-left":0,"border-bottom":0,outline:0,"border-radius":0,...Xe},".uagb-tabs__wrap.uagb-tabs__stack2-mobile ul.uagb-tabs__panel .uagb-tab":{"border-top-width":"0px","border-right-width":"0px","border-left-width":"0px","border-top":0,"border-left":0,"border-right":0,outline:0,"border-radius":0,...Xe},".uagb-tabs__wrap.uagb-tabs__stack3-mobile ul.uagb-tabs__panel .uagb-tab":{"border-radius":"100%"}," .uagb-tabs__icon svg":{height:p(z,"px"),width:p(z,"px")}," > .uagb-tabs__panel .uagb-tab p":{"font-size":p(k,P),"line-height":p(G,U),"letter-spacing":p(Ze,$e)}," > .uagb-tabs__panel .uagb-tab":{"margin-top":p(ge,he),"margin-left":p(de,he),"margin-right":p(ye,he),"margin-bottom":p(me,he),...et}," > .uagb-tabs__panel .uagb-tab a":{"padding-top":p(ce,fe),"padding-bottom":p(pe,fe),"padding-left":p(ue,fe),"padding-right":p(be,fe)}," > .uagb-tabs__body-wrap ":{"padding-top":p(Re,Ne),"padding-bottom":p(Be,Ne),"padding-left":p(Le,Ne),"padding-right":p(Oe,Ne),"margin-top":p(ze,De),"margin-left":p(He,De),"margin-right":p(je,De),"margin-bottom":p(Fe,De),...et}," .uagb-tabs__icon-position-left .uagb-tabs__icon ":{"margin-right":p(I,"px")}," .uagb-tabs__icon-position-right .uagb-tabs__icon ":{"margin-left":p(I,"px")}," .uagb-tabs__icon-position-top .uagb-tabs__icon ":{"margin-bottom":p(I,"px")}," .uagb-tabs__icon-position-bottom .uagb-tabs__icon ":{"margin-top":p(I,"px")}},"vstyle8"===W&&(tt[".uagb-tabs__wrap.uagb-tabs__vstyle8-desktop ul.uagb-tabs__panel .uagb-tab:last-child"]={"border-style":Ke},tt[".uagb-tabs__wrap.uagb-tabs__vstyle8-desktop ul.uagb-tabs__panel .uagb-tab"]={"border-style":Ke}),"hstyle5"===W&&(tt[".uagb-tabs__wrap.uagb-tabs__hstyle5-desktop "]={background:s,"border-style":Ke},tt[".uagb-tabs__wrap.uagb-tabs__hstyle5-desktop:hover"]={"border-color":R},tt[".uagb-tabs__wrap > .uagb-tabs__body-wrap"]={"border-left-style":"none","border-right-style":"none"}),"vstyle10"===W&&(tt[".uagb-tabs__wrap.uagb-tabs__vstyle10-desktop "]={background:s,"border-style":Ke},tt[".uagb-tabs__wrap.uagb-tabs__vstyle10-desktop:hover"]={"border-color":R}),at[".uagb-tabs__wrap.uagb-tabs__hstyle5-desktop"]={"border-style":"none"},at[".uagb-tabs__wrap.uagb-tabs__vstyle10-desktop"]={"border-style":"none"},"hstyle5"===Z&&(at[".uagb-tabs__wrap.uagb-tabs__hstyle5-tablet"]={background:s},at[".uagb-tabs__wrap.uagb-tabs__hstyle5-tablet:hover"]={"border-color":R}),"vstyle10"===Z&&(at[".uagb-tabs__wrap.uagb-tabs__vstyle10-tablet"]={background:s},at[".uagb-tabs__wrap.uagb-tabs__vstyle10-tablet:hover"]={"border-color":R}),"hstyle5"===q&&(it[".uagb-tabs__wrap.uagb-tabs__hstyle5-mobile "]={background:s},it[".uagb-tabs__wrap > .uagb-tabs__body-wrap"]={"border-left-style":"none","border-right-style":"none"},it[".uagb-tabs__wrap.uagb-tabs__hstyle5-mobile:hover"]={"border-color":R}),"vstyle10"===q&&(it[".uagb-tabs__wrap.uagb-tabs__vstyle10-mobile "]={background:s},it[".uagb-tabs__wrap.uagb-tabs__vstyle10-mobile:hover"]={"border-color":R}),it[".uagb-tabs__wrap.uagb-tabs__vstyle10-desktop"]={"border-style":"none"},"stack4"===q&&(it[".uagb-tabs__wrap.uagb-tabs__stack4-mobile"]={background:s},it[".uagb-tabs__wrap.uagb-tabs__stack4-mobile:hover"]={"border-color":R});const ot=".editor-styles-wrapper .uagb-block-"+e.clientId.substr(0,8);let nt=r(tt,ot);return nt+=r(at,ot+".uagb-editor-preview-mode-tablet"),nt+=r(it,ot+".uagb-editor-preview-mode-mobile"),nt};const Un=Object(f.lazy)(()=>a.e(104).then(a.bind(null,560))),Gn=Object(f.lazy)(()=>Promise.all([a.e(0),a.e(105)]).then(a.bind(null,561)));var Sn=Object(x.compose)(Object(v.withDispatch)((e,t,a)=>{let{clientId:i}=t,{select:o}=a;const{getBlock:n}=o("core/block-editor"),{updateBlockAttributes:l,moveBlockToPosition:r}=e("core/block-editor"),s=n(i);return{resetTabOrder(){for(let e=0;e<s.innerBlocks.length;e++)l(s.innerBlocks[e].clientId,{id:e})},updateActiveTab(e){l(s.clientId,{tabActive:e});for(let t=0;t<s.innerBlocks.length;t++)l(s.innerBlocks[t].clientId,{tabActive:e});this.resetTabOrder()},moveTab(e,t){r(e,i,i,parseInt(t))}}}))(e=>{const t=Object(w.a)();return Object(f.useEffect)(()=>{e.setAttributes({block_id:e.clientId.substr(0,8)});const{attributes:t,setAttributes:a}=e,{tabTitleVertPadding:i,tabTitleHrPadding:o,tabTitleTopPadding:n,tabTitleBottomPadding:l,tabTitleRightPadding:r,tabTitleLeftPadding:s,tabBodyVertPadding:c,tabBodyHrPadding:p,tabBodyTopPadding:u,tabBodyBottomPadding:b,tabBodyRightPadding:g,tabBodyLeftPadding:d}=t;i&&(n||a({tabTitleTopPadding:i}),l||a({tabTitleBottomPadding:i})),o&&(r||a({tabTitleRightPadding:o}),s||a({tabTitleLeftPadding:o})),c&&(u||a({tabBodyTopPadding:c}),b||a({tabBodyBottomPadding:c})),p&&(g||a({tabBodyRightPadding:p}),d||a({tabBodyLeftPadding:p}));const{borderStyle:y,borderWidth:m,borderRadius:f,borderColor:h,borderHoverColor:_}=e.attributes;if(m||f||h||_||y){const t=Object(P.b)("tab",{label:"borderWidth",value:m},{label:"borderRadius",value:f},{label:"borderColor",value:h},{label:"borderHoverColor",value:_},{label:"borderStyle",value:y});e.setAttributes(t)}},[]),Object(f.useEffect)(()=>{const t=An(e);l("uagb-style-tab-"+e.clientId.substr(0,8),t),(()=>{const{attributes:t,clientId:a}=e,{tabHeaders:i}=t,{updateBlockAttributes:o}=wp.blockEditor?Object(v.dispatch)("core/block-editor"):Object(v.dispatch)("core/editor"),{getBlockOrder:n}=wp.blockEditor?Object(v.select)("core/block-editor"):Object(v.select)("core/editor");n(a).forEach(e=>o(e,{tabHeaders:i}))})(),e.resetTabOrder()},[e]),Object(f.useEffect)(()=>{const t=An(e);l("uagb-style-tab-"+e.clientId.substr(0,8),t),C()},[t]),h.a.createElement(f.Suspense,{fallback:Object(_.a)()},h.a.createElement(Gn,{parentProps:e,deviceType:t}),h.a.createElement(Un,{parentProps:e}))});const Mn={block_id:{type:"string"},tabHeaders:{type:"array",default:[Object(k.__)("Tab 1","ultimate-addons-for-gutenberg"),Object(k.__)("Tab 2","ultimate-addons-for-gutenberg"),Object(k.__)("Tab 3","ultimate-addons-for-gutenberg")]},tabActive:{type:"number",default:0},tabActiveFrontend:{type:"number",default:0},tabsStyleD:{type:"string",default:"hstyle1",UAGCopyPaste:{styleType:"tabs-style"}},tabsStyleT:{type:"string",default:"vstyle6",UAGCopyPaste:{styleType:"tabs-style-tablet"}},tabsStyleM:{type:"string",default:"vstyle6",UAGCopyPaste:{styleType:"tabs-style-mobile"}},headerBgColor:{type:"string",UAGCopyPaste:{styleType:"main-title-bg-color"}},headerTextColor:{type:"string",default:"",UAGCopyPaste:{styleType:"main-title-color"}},bodyBgColor:{type:"string",UAGCopyPaste:{styleType:"desc-bg-color"}},bodyTextColor:{type:"string",UAGCopyPaste:{styleType:"desc-color"}},borderStyle:{type:"string"},borderWidth:{type:"number"},borderRadius:{type:"number"},borderColor:{type:"string"},borderHoverColor:{type:"string"},activeTabBgColor:{type:"string",default:"",UAGCopyPaste:{styleType:"main-title-hover-color"}},activeTabTextColor:{type:"string",default:"",UAGCopyPaste:{styleType:"main-title-hover-bg-color"}},tabTitleLeftMargin:{type:"number",UAGCopyPaste:{styleType:"main-title-left-margin"}},tabTitleRightMargin:{type:"number",UAGCopyPaste:{styleType:"main-title-right-margin"}},tabTitleTopMargin:{type:"number",UAGCopyPaste:{styleType:"main-title-top-margin"}},tabTitleBottomMargin:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin"}},tabTitleLeftMarginTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-left-margin-tablet"}},tabTitleRightMarginTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-right-margin-tablet"}},tabTitleTopMarginTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-top-margin-tablet"}},tabTitleBottomMarginTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-tablet"}},tabTitleLeftMarginMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-left-margin-mobile"}},tabTitleRightMarginMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-right-margin-mobile"}},tabTitleTopMarginMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-top-margin-mobile"}},tabTitleBottomMarginMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-margin-mobile"}},tabTitleMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-unit-margin"}},mobiletabTitleMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-margin-unit-mobile"}},tablettabTitleMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-margin-unit-tablet"}},tabTitleMarginLink:{type:"boolean",default:!1},tabBodyLeftMargin:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin"}},tabBodyRightMargin:{type:"number",UAGCopyPaste:{styleType:"desc-right-margin"}},tabBodyTopMargin:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin"}},tabBodyBottomMargin:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin"}},tabBodyLeftMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin-tablet"}},tabBodyRightMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-right-margin-tablet"}},tabBodyTopMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin-tablet"}},tabBodyBottomMarginTablet:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-tablet"}},tabBodyLeftMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-left-margin-mobile"}},tabBodyRightMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-right-margin-mobile"}},tabBodyTopMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-top-margin-mobile"}},tabBodyBottomMarginMobile:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-margin-mobile"}},tabBodyMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-margin-unit"}},mobiletabBodyMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-margin-unit-mobile"}},tablettabBodyMarginUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"desc-margin-unit-tablet"}},tabBodyMarginLink:{type:"boolean",default:!1},tabBodyVertPadding:{type:"number",UAGCopyPaste:{styleType:"desc-vertical-padding"}},tabBodyHrPadding:{type:"number",UAGCopyPaste:{styleType:"desc-horizontal-padding"}},tabTitleLeftPadding:{type:"number",UAGCopyPaste:{styleType:"main-title-left-padding"}},tabTitleRightPadding:{type:"number",UAGCopyPaste:{styleType:"main-title-right-padding"}},tabTitleTopPadding:{type:"number",UAGCopyPaste:{styleType:"main-title-top-padding"}},tabTitleBottomPadding:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-padding"}},tabTitleLeftPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-left-padding-tablet"}},tabTitleRightPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-right-padding-tablet"}},tabTitleTopPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-top-padding-tablet"}},tabTitleBottomPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-padding-tablet"}},tabTitleLeftPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-left-padding-mobile"}},tabTitleRightPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-right-padding-mobile"}},tabTitleTopPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-top-padding-mobile"}},tabTitleBottomPaddingMobile:{type:"number",UAGCopyPaste:{styleType:"main-title-bottom-padding-mobile"}},tabTitlePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-padding-unit"}},mobiletabTitlePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-padding-unit-mobile"}},tablettabTitlePaddingUnit:{type:"string",default:"px",UAGCopyPaste:{styleType:"main-title-padding-unit-tablet"}},tabTitlePaddingLink:{type:"boolean",default:!1},tabBodyLeftPadding:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding"}},tabBodyRightPadding:{type:"number",UAGCopyPaste:{styleType:"desc-right-padding"}},tabBodyTopPadding:{type:"number",UAGCopyPaste:{styleType:"desc-top-padding"}},tabBodyBottomPadding:{type:"number",UAGCopyPaste:{styleType:"desc-bottom-padding"}},tabBodyLeftPaddingTablet:{type:"number",UAGCopyPaste:{styleType:"desc-left-padding-tab
12
  /* translators: abbreviation for units */
13
  Object(l.__)("%s units","ultimate-addons-for-gutenberg"),t.name),key:t.name},y.a.createElement(o.Button,{key:t.unitValue,className:"uagb-number-control__units--"+t.name,isSmall:!0,isPrimary:e.unit.value===t.unitValue,isSecondary:e.unit.value!==t.unitValue,"aria-pressed":e.unit.value===t.unitValue,"aria-label":Object(l.sprintf)(
14
  /* translators: abbreviation for units */